*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2020-04-06 05:06:13 +02:00
parent 7aed9ee477
commit f63794af9c
259 changed files with 3852 additions and 1207 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mkgmap
PORTVERSION= r4454
PORTVERSION= r4477
CATEGORIES= astro converters java
MASTER_SITES= http://www.mkgmap.org.uk/download/ \
http://mirror.amdmi3.ru/distfiles/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1582665116
SHA256 (mkgmap-r4454.tar.gz) = 41a7d5402fe1ab1419c75a5736386eddc6910cd84f5f2b5db42d236fdae694f9
SIZE (mkgmap-r4454.tar.gz) = 3417881
TIMESTAMP = 1586104074
SHA256 (mkgmap-r4477.tar.gz) = 6cb4cc24985e5abe1319997615e7bde775d68fa219f51f55ea58031f4c75adfc
SIZE (mkgmap-r4477.tar.gz) = 3443085

View File

@ -1,4 +1,4 @@
Command line visualizer. Supports mpd, with experimental support for alsa and
pulseaudio.
WWW: https://github.com/KDE/pulseaudio-qt
WWW: https://github.com/dpayne/cli-visualizer

View File

@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
BROKEN_mips64= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
USES= iconv libtool localbase
USES= compiler:c11 iconv libtool localbase
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -7,7 +7,7 @@ PORTREVISION= 2
CATEGORIES= benchmarks
MASTER_SITES= SAMBA/tridge/dbench
MAINTAINER= jlaffaye@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Simulation of the Ziff-Davis netbench benchmark
LICENSE= GPLv3

View File

@ -5,7 +5,7 @@ PORTNAME= httperf
PORTVERSION= 0.9.1
CATEGORIES= benchmarks www
MAINTAINER= jlaffaye@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for measuring webserver performance
LICENSE= GPLv2

View File

@ -2,9 +2,10 @@
PORTNAME= PrusaSlicer
DISTVERSIONPREFIX= version_
DISTVERSION= 2.1.1
PORTREVISION= 1
DISTVERSION= 2.2.0
CATEGORIES= cad
MASTER_SITES=https://github.com/CGAL/cgal/archive/releases/:cgal
DISTFILES=CGAL-5.0.2.tar.gz:cgal
MAINTAINER= teodor@sigaev.ru
COMMENT= Slicing application for 3D printers
@ -16,14 +17,20 @@ LIB_DEPENDS= libtbb.so:devel/tbb \
libnlopt.so:math/nlopt \
libwx_gtk3u_core-3.1.so:x11-toolkits/wxgtk31 \
libcurl.so:ftp/curl \
libexpat.so:textproc/expat2
libexpat.so:textproc/expat2 \
libopenvdb.so:misc/openvdb \
libgmp.so:math/gmp \
libmpfr.so:math/mpfr
BUILD_DEPENDS= cereal>=1.2.2:devel/cereal \
eigen>=3.3:math/eigen3 \
googletest>=1.7:devel/googletest \
boost-libs>=1.64:devel/boost-libs \
wx31-gtk3>=3.1:x11-toolkits/wxgtk31 \
cmake>=3.2:devel/cmake \
ninja>=1.8.2:devel/ninja
ninja>=1.8.2:devel/ninja \
openvdb>=6.1.0:misc/openvdb \
gmp>=6.1.2:math/gmp \
mpfr>=4.0.2:math/mpfr
USES= cmake gettext
@ -34,4 +41,18 @@ USE_GITHUB= yes
USE_GL= glew
GH_ACCOUNT= prusa3d
post-patch:
${REINPLACE_CMD} -e 's,%%WRKSRC%%,${WRKSRC},' \
${WRKSRC}/CMakeLists.txt
pre-build:
cd ${WRKDIR}/cgal-releases-CGAL-5.0.2 && \
${CMAKE_BIN} -E remove CGALConfig-installation-dirs.cmake && \
${MKDIR} build && cd build && \
${CMAKE_BIN} -DCMAKE_INSTALL_PREFIX=${WRKSRC}/CGAL \
-DCMAKE_PREFIX_PATH=${WRKSRC}/CGAL \
-DCMAKE_MODULE_PATH=${WRKSRC}/cmake/modules \
-DCMAKE_BUILD_TYPE=Release .. && \
${BSDMAKE} all install
.include <bsd.port.mk>

View File

@ -1,3 +1,5 @@
TIMESTAMP = 1579717070
SHA256 (prusa3d-PrusaSlicer-version_2.1.1_GH0.tar.gz) = 79d0681fbf3f4158cac25595522dcea330e0fa960934053ac929a15fa13c1072
SIZE (prusa3d-PrusaSlicer-version_2.1.1_GH0.tar.gz) = 27551136
TIMESTAMP = 1585766317
SHA256 (prusa3d-PrusaSlicer-version_2.2.0_GH0.tar.gz) = e6e0c83bf92e448ec058fd3063b84caca69f58b8b419e48eace6e8ce534937c0
SIZE (prusa3d-PrusaSlicer-version_2.2.0_GH0.tar.gz) = 30811929
SHA256 (CGAL-5.0.2.tar.gz) = 7d824efce318fe901fd9d6f233a1f27e2d956d787602621df035a759b587c40c
SIZE (CGAL-5.0.2.tar.gz) = 146441795

View File

@ -0,0 +1,11 @@
--- CMakeLists.txt.orig 2020-03-21 10:55:51 UTC
+++ CMakeLists.txt
@@ -3,6 +3,8 @@ project(PrusaSlicer)
include("version.inc")
include(GNUInstallDirs)
+include_directories(BEFORE SYSTEM "%%WRKSRC%%/CGAL/include")
+add_compile_options(-DNDEBUG)
set(SLIC3R_RESOURCES_DIR "${CMAKE_CURRENT_SOURCE_DIR}/resources")
file(TO_NATIVE_PATH "${SLIC3R_RESOURCES_DIR}" SLIC3R_RESOURCES_DIR_WIN)

View File

@ -1,11 +0,0 @@
--- src/slic3r/GUI/GUI_App.cpp.orig 2019-12-10 15:09:10 UTC
+++ src/slic3r/GUI/GUI_App.cpp
@@ -100,7 +100,7 @@ static void register_dpi_event()
const auto rect = reinterpret_cast<PRECT>(lParam);
const wxRect wxrect(wxPoint(rect->top, rect->left), wxPoint(rect->bottom, rect->right));
- DpiChangedEvent evt(EVT_DPI_CHANGED, dpi, wxrect);
+ DpiChangedEvent evt(psEVT_DPI_CHANGED, dpi, wxrect);
win->GetEventHandler()->AddPendingEvent(evt);
return true;

View File

@ -1,20 +0,0 @@
--- src/slic3r/GUI/GUI_Utils.cpp.orig 2019-12-10 15:09:10 UTC
+++ src/slic3r/GUI/GUI_Utils.cpp
@@ -55,7 +55,7 @@ void on_window_geometry(wxTopLevelWindow *tlw, std::fu
#endif
}
-wxDEFINE_EVENT(EVT_DPI_CHANGED, DpiChangedEvent);
+wxDEFINE_EVENT(psEVT_DPI_CHANGED, DpiChangedEvent);
#ifdef _WIN32
template<class F> typename F::FN winapi_get_function(const wchar_t *dll, const char *fn_name) {
@@ -106,7 +106,7 @@ int get_dpi_for_window(wxWindow *window)
if (hdc == NULL) { return DPI_DEFAULT; }
return GetDeviceCaps(hdc, LOGPIXELSX);
}
-#elif defined __linux__
+#elif defined(__linux__) || defined(__FreeBSD__)
// TODO
return DPI_DEFAULT;
#elif defined __APPLE__

View File

@ -1,20 +0,0 @@
--- src/slic3r/GUI/GUI_Utils.hpp.orig 2019-12-10 15:09:10 UTC
+++ src/slic3r/GUI/GUI_Utils.hpp
@@ -50,7 +50,7 @@ struct DpiChangedEvent : public wxEvent {
}
};
-wxDECLARE_EVENT(EVT_DPI_CHANGED, DpiChangedEvent);
+wxDECLARE_EVENT(psEVT_DPI_CHANGED, DpiChangedEvent);
template<class P> class DPIAware : public P
{
@@ -75,7 +75,7 @@ template<class P> class DPIAware : public P (public)
// recalc_font();
- this->Bind(EVT_DPI_CHANGED, [this](const DpiChangedEvent &evt) {
+ this->Bind(psEVT_DPI_CHANGED, [this](const DpiChangedEvent &evt) {
m_scale_factor = (float)evt.dpi / (float)DPI_DEFAULT;
m_new_font_point_size = get_default_font_for_dpi(evt.dpi).GetPointSize();

View File

@ -1,11 +1,11 @@
--- src/avrdude/libavrdude.h.orig 2019-12-10 15:09:10 UTC
--- src/avrdude/libavrdude.h.orig 2020-03-21 10:55:51 UTC
+++ src/avrdude/libavrdude.h
@@ -950,6 +950,8 @@ int read_config_builtin();
// Header file for alloca()
#if defined(WIN32NATIVE)
# include <malloc.h>
+#elif defined __FreeBSD__
+#include <stdlib.h>
+# include <stdlib.h>
#else
# include <alloca.h>
#endif

View File

@ -0,0 +1,20 @@
--- src/hidapi/CMakeLists.txt.orig 2020-03-21 10:55:51 UTC
+++ src/hidapi/CMakeLists.txt
@@ -1,8 +1,9 @@
-
if (WIN32)
set(HIDAPI_IMPL win/hid.c)
elseif (APPLE)
set(HIDAPI_IMPL mac/hid.c)
+elseif (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ set(HIDAPI_IMPL libusb/hid.c)
else ()
# Assume Linux or Unix other than Mac OS
set(HIDAPI_IMPL linux/hid.c)
@@ -16,4 +17,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
# Don't link the udev library, as there are two versions out there (libudev.so.0, libudev.so.1), so they are linked explicitely.
# target_link_libraries(hidapi udev)
target_link_libraries(hidapi dl)
+elseif (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
+ target_link_libraries(hidapi usb iconv)
endif()

File diff suppressed because it is too large Load Diff

View File

@ -11,22 +11,25 @@ PrusaSlicer/resources/icons/PrusaSlicer_192px_transparent.png
PrusaSlicer/resources/icons/PrusaSlicer_32px.png
PrusaSlicer/resources/icons/add.svg
PrusaSlicer/resources/icons/add_copies.svg
PrusaSlicer/resources/icons/add_gcode.svg
PrusaSlicer/resources/icons/add_modifier.svg
PrusaSlicer/resources/icons/add_part.svg
PrusaSlicer/resources/icons/advanced_plus.svg
PrusaSlicer/resources/icons/arrange.svg
PrusaSlicer/resources/icons/bed/mini.svg
PrusaSlicer/resources/icons/bed/mk2.svg
PrusaSlicer/resources/icons/bed/mk3.svg
PrusaSlicer/resources/icons/bed/sl1.svg
PrusaSlicer/resources/icons/browse.svg
PrusaSlicer/resources/icons/bullet_black.png
PrusaSlicer/resources/icons/cog.svg
PrusaSlicer/resources/icons/bullet_blue.png
PrusaSlicer/resources/icons/bullet_white.png
PrusaSlicer/resources/icons/cog.svg
PrusaSlicer/resources/icons/change_extruder.svg
PrusaSlicer/resources/icons/cog_go.png
PrusaSlicer/resources/icons/colorchange_add.svg
PrusaSlicer/resources/icons/colorchange_add_f.svg
PrusaSlicer/resources/icons/colorchange_add_m.svg
PrusaSlicer/resources/icons/colorchange_add_off.png
PrusaSlicer/resources/icons/colorchange_add_on.png
PrusaSlicer/resources/icons/colorchange_del.svg
PrusaSlicer/resources/icons/colorchange_del_f.svg
PrusaSlicer/resources/icons/colorchange_delete_off.png
PrusaSlicer/resources/icons/colorchange_delete_on.png
PrusaSlicer/resources/icons/cooling.svg
@ -42,21 +45,30 @@ PrusaSlicer/resources/icons/dot.svg
PrusaSlicer/resources/icons/dot_white.svg
PrusaSlicer/resources/icons/down_half_circle.png
PrusaSlicer/resources/icons/drop_to_bed.svg
PrusaSlicer/resources/icons/editor.svg
PrusaSlicer/resources/icons/edit_gcode.svg
PrusaSlicer/resources/icons/edit_gcode_f.svg
PrusaSlicer/resources/icons/edit_layers_all.svg
PrusaSlicer/resources/icons/edit_layers_some.svg
PrusaSlicer/resources/icons/edit_uni.svg
PrusaSlicer/resources/icons/editor.svg
PrusaSlicer/resources/icons/editor_menu.svg
PrusaSlicer/resources/icons/eject_sd.svg
PrusaSlicer/resources/icons/error_tick.svg
PrusaSlicer/resources/icons/error_tick_f.svg
PrusaSlicer/resources/icons/exclamation.svg
PrusaSlicer/resources/icons/export_config.svg
PrusaSlicer/resources/icons/export_config_bundle.svg
PrusaSlicer/resources/icons/export_gcode.svg
PrusaSlicer/resources/icons/export_plater.svg
PrusaSlicer/resources/icons/export_to_sd.svg
PrusaSlicer/resources/icons/eye_closed.svg
PrusaSlicer/resources/icons/eye_open.svg
PrusaSlicer/resources/icons/flag_green.svg
PrusaSlicer/resources/icons/flag_red.svg
PrusaSlicer/resources/icons/funnel.svg
PrusaSlicer/resources/icons/gcode.icns
PrusaSlicer/resources/icons/hollow.svg
PrusaSlicer/resources/icons/hollowing.svg
PrusaSlicer/resources/icons/import_config.svg
PrusaSlicer/resources/icons/import_config_bundle.svg
PrusaSlicer/resources/icons/import_plater.svg
@ -71,16 +83,20 @@ PrusaSlicer/resources/icons/lock_closed_f.svg
PrusaSlicer/resources/icons/lock_closed_white.svg
PrusaSlicer/resources/icons/lock_open.svg
PrusaSlicer/resources/icons/lock_open_f.svg
PrusaSlicer/resources/icons/lock_open_sys.svg
PrusaSlicer/resources/icons/mark_X.svg
PrusaSlicer/resources/icons/mark_Y.svg
PrusaSlicer/resources/icons/mark_Z.svg
PrusaSlicer/resources/icons/mirroring_off.svg
PrusaSlicer/resources/icons/mirroring_on.svg
PrusaSlicer/resources/icons/mirroring_transparent.png
PrusaSlicer/resources/icons/mode_advanced.svg
PrusaSlicer/resources/icons/mode_advanced_.png
PrusaSlicer/resources/icons/mode_advanced_sq.png
PrusaSlicer/resources/icons/mode_expert.svg
PrusaSlicer/resources/icons/mode_expert_.png
PrusaSlicer/resources/icons/mode_expert_sq.png
PrusaSlicer/resources/icons/mode_simple.svg
PrusaSlicer/resources/icons/mode_simple_.png
PrusaSlicer/resources/icons/mode_simple_sq.png
PrusaSlicer/resources/icons/move.svg
@ -95,24 +111,16 @@ PrusaSlicer/resources/icons/output+page_white.svg
PrusaSlicer/resources/icons/pad.svg
PrusaSlicer/resources/icons/paste.svg
PrusaSlicer/resources/icons/paste_menu.svg
PrusaSlicer/resources/icons/pause_add.png
PrusaSlicer/resources/icons/pause_print.svg
PrusaSlicer/resources/icons/pause_print_f.svg
PrusaSlicer/resources/icons/place.svg
PrusaSlicer/resources/icons/plater.svg
PrusaSlicer/resources/icons/preview.svg
PrusaSlicer/resources/icons/preview_menu.svg
PrusaSlicer/resources/icons/printer.svg
PrusaSlicer/resources/icons/printer_placeholder.png
PrusaSlicer/resources/icons/printer_white.svg
PrusaSlicer/resources/icons/printers/PrusaResearch_MINI.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK2.5.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK2.5MMU2.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK2.5S.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK2.5SMMU2S.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK2S.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK2SMM.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK3.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK3MMU2.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK3S.png
PrusaSlicer/resources/icons/printers/PrusaResearch_MK3SMMU2S.png
PrusaSlicer/resources/icons/printers/PrusaResearch_SL1.png
PrusaSlicer/resources/icons/question.svg
PrusaSlicer/resources/icons/re_slice.svg
PrusaSlicer/resources/icons/redo.svg
@ -122,6 +130,7 @@ PrusaSlicer/resources/icons/remove.svg
PrusaSlicer/resources/icons/remove_copies.svg
PrusaSlicer/resources/icons/remove_menu.svg
PrusaSlicer/resources/icons/resin.svg
PrusaSlicer/resources/icons/revert_all_.svg
PrusaSlicer/resources/icons/right_half_circle.png
PrusaSlicer/resources/icons/rotate.svg
PrusaSlicer/resources/icons/row.png
@ -130,6 +139,7 @@ PrusaSlicer/resources/icons/scale.svg
PrusaSlicer/resources/icons/set_separate_obj.svg
PrusaSlicer/resources/icons/shape_ungroup.png
PrusaSlicer/resources/icons/skirt+brim.svg
PrusaSlicer/resources/icons/sla_printer.svg
PrusaSlicer/resources/icons/sla_supports.svg
PrusaSlicer/resources/icons/split_object_SMALL.svg
PrusaSlicer/resources/icons/split_objects.svg
@ -142,15 +152,12 @@ PrusaSlicer/resources/icons/support_blocker.svg
PrusaSlicer/resources/icons/support_enforcer.svg
PrusaSlicer/resources/icons/table.png
PrusaSlicer/resources/icons/test.svg
PrusaSlicer/resources/icons/thumb_down.svg
PrusaSlicer/resources/icons/thumb_up.svg
PrusaSlicer/resources/icons/time.svg
PrusaSlicer/resources/icons/toolbar_background.png
PrusaSlicer/resources/icons/undo.svg
PrusaSlicer/resources/icons/undo_menu.svg
PrusaSlicer/resources/icons/undo_toolbar.svg
PrusaSlicer/resources/icons/up_half_circle.png
PrusaSlicer/resources/icons/upload_queue.svg
PrusaSlicer/resources/icons/variable_layer_height_reset.png
PrusaSlicer/resources/icons/variable_layer_height_tooltip.png
PrusaSlicer/resources/icons/white/add_copies.svg
PrusaSlicer/resources/icons/white/add_modifier.svg
PrusaSlicer/resources/icons/white/add_part.svg
@ -161,15 +168,21 @@ PrusaSlicer/resources/icons/white/cooling.svg
PrusaSlicer/resources/icons/white/copy_menu.svg
PrusaSlicer/resources/icons/white/delete.svg
PrusaSlicer/resources/icons/white/delete_all_menu.svg
PrusaSlicer/resources/icons/white/edit_layers_all.svg
PrusaSlicer/resources/icons/white/edit_layers_some.svg
PrusaSlicer/resources/icons/white/editor_menu.svg
PrusaSlicer/resources/icons/white/export_config.svg
PrusaSlicer/resources/icons/white/export_config_bundle.svg
PrusaSlicer/resources/icons/white/export_gcode.svg
PrusaSlicer/resources/icons/white/export_plate.svg
PrusaSlicer/resources/icons/white/export_plater.svg
PrusaSlicer/resources/icons/white/pad.svg
PrusaSlicer/resources/icons/white/export_to_sd.svg
PrusaSlicer/resources/icons/white/extruder+funnel.svg
PrusaSlicer/resources/icons/white/flag_green.svg
PrusaSlicer/resources/icons/white/flag_red.svg
PrusaSlicer/resources/icons/white/funnel.svg
PrusaSlicer/resources/icons/white/hollowing.svg
PrusaSlicer/resources/icons/white/import_config.svg
PrusaSlicer/resources/icons/white/import_config_bundle.svg
PrusaSlicer/resources/icons/white/import_plate.svg
@ -178,23 +191,28 @@ PrusaSlicer/resources/icons/white/infill.svg
PrusaSlicer/resources/icons/white/layers.svg
PrusaSlicer/resources/icons/white/lock2_closed.svg
PrusaSlicer/resources/icons/white/lock_closed.svg
PrusaSlicer/resources/icons/white/lock_open_sys.svg
PrusaSlicer/resources/icons/white/machine+cog.svg
PrusaSlicer/resources/icons/white/mirroring_off.svg
PrusaSlicer/resources/icons/white/mirroring_on.svg
PrusaSlicer/resources/icons/white/note.svg
PrusaSlicer/resources/icons/white/notes.svg
PrusaSlicer/resources/icons/white/number_of_copies.svg
PrusaSlicer/resources/icons/white/open.svg
PrusaSlicer/resources/icons/white/output+page_white.svg
PrusaSlicer/resources/icons/white/pad.svg
PrusaSlicer/resources/icons/white/paste_menu.svg
PrusaSlicer/resources/icons/white/plater.svg
PrusaSlicer/resources/icons/white/preview_menu.svg
PrusaSlicer/resources/icons/white/printer.svg
PrusaSlicer/resources/icons/white/re_slice.svg
PrusaSlicer/resources/icons/white/redo_menu.svg
PrusaSlicer/resources/icons/white/remove_copies.svg
PrusaSlicer/resources/icons/white/remove_menu.svg
PrusaSlicer/resources/icons/white/resin.svg
PrusaSlicer/resources/icons/white/save.svg
PrusaSlicer/resources/icons/white/set_separate_obj.svg
PrusaSlicer/resources/icons/white/skirt+brim.svg
PrusaSlicer/resources/icons/white/sla_printer.svg
PrusaSlicer/resources/icons/white/split_object_SMALL.svg
PrusaSlicer/resources/icons/white/split_parts_SMALL.svg
PrusaSlicer/resources/icons/white/spool.svg
@ -203,8 +221,14 @@ PrusaSlicer/resources/icons/white/support_blocker.svg
PrusaSlicer/resources/icons/white/support_enforcer.svg
PrusaSlicer/resources/icons/white/test.svg
PrusaSlicer/resources/icons/white/time.svg
PrusaSlicer/resources/icons/white/undo_menu.svg
PrusaSlicer/resources/icons/white/upload_queue.svg
PrusaSlicer/resources/icons/white/wrench.svg
PrusaSlicer/resources/icons/undo_toolbar.svg
PrusaSlicer/resources/icons/up_half_circle.png
PrusaSlicer/resources/icons/upload_queue.svg
PrusaSlicer/resources/icons/variable_layer_height_reset.png
PrusaSlicer/resources/icons/variable_layer_height_tooltip.png
PrusaSlicer/resources/icons/wrench.svg
PrusaSlicer/resources/icons/wrench_white.svg
PrusaSlicer/resources/localization/PrusaSlicer.pot
@ -212,17 +236,25 @@ PrusaSlicer/resources/localization/cs/PrusaSlicer.mo
PrusaSlicer/resources/localization/cs/PrusaSlicer_cs.po
PrusaSlicer/resources/localization/de/PrusaSlicer.mo
PrusaSlicer/resources/localization/de/PrusaSlicer_de.po
PrusaSlicer/resources/localization/en/PrusaSlicer.mo
PrusaSlicer/resources/localization/en/PrusaSlicer_en.po
PrusaSlicer/resources/localization/es/PrusaSlicer.mo
PrusaSlicer/resources/localization/es/PrusaSlicer_es.po
PrusaSlicer/resources/localization/fr/PrusaSlicer.mo
PrusaSlicer/resources/localization/fr/PrusaSlicer_fr.po
PrusaSlicer/resources/localization/it/PrusaSlicer.mo
PrusaSlicer/resources/localization/it/PrusaSlicer_it.po
PrusaSlicer/resources/localization/ja/PrusaSlicer.mo
PrusaSlicer/resources/localization/ja/PrusaSlicer_ja.po
PrusaSlicer/resources/localization/ko/PrusaSlicer.mo
PrusaSlicer/resources/localization/ko/PrusaSlicer_ko_KR.po
PrusaSlicer/resources/localization/list.txt
PrusaSlicer/resources/localization/nl/PrusaSlicer.mo
PrusaSlicer/resources/localization/nl/PrusaSlicer_nl.po
PrusaSlicer/resources/localization/pl/PrusaSlicer.mo
PrusaSlicer/resources/localization/pl/PrusaSlicer_pl.po
PrusaSlicer/resources/localization/pt_br/PrusaSlicer.mo
PrusaSlicer/resources/localization/pt_br/PrusaSlicer_pt_br.po
PrusaSlicer/resources/localization/tr/PrusaSlicer.mo
PrusaSlicer/resources/localization/tr/PrusaSlicer_tr.po
PrusaSlicer/resources/localization/uk/PrusaSlicer.mo
@ -231,16 +263,47 @@ PrusaSlicer/resources/localization/zh_cn/PrusaSlicer.mo
PrusaSlicer/resources/localization/zh_cn/PrusaSlicer_zh_CN.po
PrusaSlicer/resources/localization/zh_tw/PrusaSlicer.mo
PrusaSlicer/resources/localization/zh_tw/PrusaSlicer_zh_TW.po
PrusaSlicer/resources/models/mini_bed.stl
PrusaSlicer/resources/models/mk2_bed.stl
PrusaSlicer/resources/models/mk3_bed.stl
PrusaSlicer/resources/models/sl1_bed.stl
PrusaSlicer/resources/profiles/BIBO.idx
PrusaSlicer/resources/profiles/BIBO.ini
PrusaSlicer/resources/profiles/BIBO/BIBO2.svg
PrusaSlicer/resources/profiles/BIBO/BIBO2_bed.stl
PrusaSlicer/resources/profiles/BIBO/BIBO2_thumbnail.png
PrusaSlicer/resources/profiles/Creality.idx
PrusaSlicer/resources/profiles/Creality.ini
PrusaSlicer/resources/profiles/Creality/ENDER3_thumbnail.png
PrusaSlicer/resources/profiles/Creality/ender3.svg
PrusaSlicer/resources/profiles/Creality/ender3_bed.stl
PrusaSlicer/resources/profiles/LulzBot.idx
PrusaSlicer/resources/profiles/LulzBot.ini
PrusaSlicer/resources/profiles/LulzBot/MINI_AERO_thumbnail.png
PrusaSlicer/resources/profiles/LulzBot/TAZ6_AERO_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch.idx
PrusaSlicer/resources/profiles/PrusaResearch.ini
PrusaSlicer/resources/profiles/PrusaResearch/MINI_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK2.5MMU2_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK2.5SMMU2S_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK2.5S_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK2.5_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK2SMM_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK2S_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK3MMU2_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK3SMMU2S_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK3S_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/MK3_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/SL1_thumbnail.png
PrusaSlicer/resources/profiles/PrusaResearch/mini.svg
PrusaSlicer/resources/profiles/PrusaResearch/mini_bed.stl
PrusaSlicer/resources/profiles/PrusaResearch/mk2.svg
PrusaSlicer/resources/profiles/PrusaResearch/mk2_bed.stl
PrusaSlicer/resources/profiles/PrusaResearch/mk3.svg
PrusaSlicer/resources/profiles/PrusaResearch/mk3_bed.stl
PrusaSlicer/resources/profiles/PrusaResearch/sl1.svg
PrusaSlicer/resources/profiles/PrusaResearch/sl1_bed.stl
PrusaSlicer/resources/shaders/gouraud.fs
PrusaSlicer/resources/shaders/gouraud.vs
PrusaSlicer/resources/shaders/printbed.fs
PrusaSlicer/resources/shaders/printbed.vs
PrusaSlicer/resources/shaders/variable_layer_height.fs
PrusaSlicer/resources/shaders/variable_layer_height.vs
PrusaSlicer/resources/udev/90-3dconnexion.rules
PrusaSlicer/bin/prusa-slicer

View File

@ -2,7 +2,7 @@
PORTNAME= FreeCAD
DISTVERSION= 0.18.4
PORTREVISION= 2
PORTREVISION= 3
# use these for bugfixes/snapshots
# DISTVERSION= 0.18-16093 # git rev-list --count
# DISTVERSIONSUFFIX= -g690774c0e
@ -45,20 +45,13 @@ USE_LDCONFIG= yes
DOS2UNIX_GLOB= *.txt *.h *.cpp *.py *.qss *.csv *.pov *.stp *.ui *.wrl *.WRL
# To be removed when french/med will be built against science/hdf5
LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18
CMAKE_ARGS+= -DOCC_INCLUDE_DIR="${LOCALBASE}/include/OpenCASCADE" \
-DHDF5_FOUND="TRUE" -DHDF5_VERSION="1.8.17" \
-DHDF5_INCLUDE_DIRS="${LOCALBASE}/include/hdf5-18" \
-DCMAKE_CXX_FLAGS="-I${LOCALBASE}/include/hdf5-18" \
-DCMAKE_C_FLAGS="-I${LOCALBASE}/include/hdf5-18" \
-DHDF5_LIBRARIES="-lhdf5-18" -DBUILD_QT5="ON" \
-DBUILD_QT5="ON" \
-DPYTHON_LIBRARY="${PYTHONBASE}/lib/libpython${PYTHON_VER}${PYTHON_ABIVER}.so" \
-DPYTHON_INCLUDE_DIR="${PYTHON_INCLUDEDIR}" \
-DPYTHON_PACKAGES_PATH="${PYTHON_SITELIBDIR}" \
-DPYTHON_EXECUTABLE="${PYTHON_CMD}" \
-DBUILD_ASSEMBLY="OFF" -DBUILD_FLAT_MESH="ON"
CFLAGS+= -I${LOCALBASE}/include/hdf5-18
CMAKE_INSTALL_PREFIX= ${PREFIX}/${PORTNAME}
@ -78,13 +71,6 @@ post-patch:
@${REINPLACE_CMD} -e '/self\.rev/s/Unknown/${DISTVERSION:C/.*-//}/' \
${WRKSRC}/src/Tools/SubWCRev.py
pre-configure:
# To be removed when french/med will be built against science/hdf5
@${REINPLACE_CMD} -e 's|find_package(HDF5 REQUIRED)|#find_package(HDF5 REQUIRED)|' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e 's|<hdf5.h>|<hdf5-18/hdf5.h>|' \
${WRKSRC}/src/3rdParty/salomesmesh/inc/MED_Common.hxx
post-install:
${LN} -s ../${PORTNAME}/bin/FreeCAD ${STAGEDIR}${LOCALBASE}/bin/FreeCAD
${LN} -s ../${PORTNAME}/bin/FreeCADCmd ${STAGEDIR}${LOCALBASE}/bin/FreeCADCmd

View File

@ -6,7 +6,7 @@ PORTVERSION= 0.75
CATEGORIES= databases
MASTER_SITES= http://cr.yp.to/cdb/
MAINTAINER= jlaffaye@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast lookup database library & utilities
ALL_TARGET= it

View File

@ -16,6 +16,8 @@ USES= mysql
CFLAGS_aarch64+=-fPIC
CFLAGS_amd64+= -fPIC
CFLAGS_i386+= -fPIC
CFLAGS_powerpc+=-fPIC
CFLAGS_powerpc64+= -fPIC
MODULES= colwidth confidence_higher confidence_lower correlation \
faculty geomean intercept kurtosis longest median noverm \

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= postgis
PORTVERSION= 2.5.3
PORTREVISION= 2
PORTVERSION= 2.5.4
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 25
@ -19,9 +18,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
libjson-c.so:devel/json-c \
libgdal.so:graphics/gdal
CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 postgis30
USES= alias compiler gettext gmake gnome iconv:wchar_t libtool:keepla \
USES= alias compiler gmake gnome iconv:wchar_t libtool:keepla \
localbase perl5 pkgconfig pgsql:9.4+ shebangfix
USE_GNOME= libxml2
USE_LDCONFIG= yes
@ -34,7 +31,7 @@ SHEBANG_FILES= extensions/address_standardizer/*.pl raster/test/regress/*.pl \
utils/postgis_restore.pl.in utils/*.pl
WANT_PGSQL= server
OPTIONS_DEFINE= ADDRSTD LOADERGUI SFCGAL TOPOLOGY
OPTIONS_DEFINE= ADDRSTD LOADERGUI NLS SFCGAL TOPOLOGY
OPTIONS_DEFAULT=ADDRSTD SFCGAL TOPOLOGY
OPTIONS_SUB= yes
@ -43,14 +40,18 @@ TOPOLOGY_DESC= Topology support
SFCGAL_DESC= Enable sfcgal
ADDRSTD_DESC= Enable address standardizer
LOADERGUI_CONFIGURE_WITH= gui
LOADERGUI_USE= GNOME=gtk20
TOPOLOGY_CONFIGURE_WITH= topology
SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal
SFCGAL_CONFIGURE_WITH= sfcgal=${LOCALBASE}/bin/sfcgal-config
ADDRSTD_CONFIGURE_WITH= address-standardizer
ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre
ADDRSTD_VARS= WANT_PGSQL+=contrib
LOADERGUI_CONFIGURE_WITH= gui
LOADERGUI_USE= GNOME=gtk20
NLS_CONFIGURE_WITH= nls
NLS_USES= gettext
SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal
SFCGAL_CONFIGURE_WITH= sfcgal=${LOCALBASE}/bin/sfcgal-config
TOPOLOGY_CONFIGURE_WITH= topology
CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 postgis30
VER= ${PORTVERSION:R}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1565896984
SHA256 (postgis-2.5.3.tar.gz) = 72e8269d40f981e22fb2b78d3ff292338e69a4f5166e481a77b015e1d34e559a
SIZE (postgis-2.5.3.tar.gz) = 16424752
TIMESTAMP = 1586024296
SHA256 (postgis-2.5.4.tar.gz) = 146d59351cf830e2a2a72fa14e700cd5eab6c18ad3e7c644f57c4cee7ed98bbe
SIZE (postgis-2.5.4.tar.gz) = 15882033

View File

@ -170,9 +170,11 @@ share/postgresql/contrib/postgis-%%VER%%/uninstall_rtpostgis.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.0--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.1--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.2--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.3--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--ANY--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer.control
%%ADDRSTD%%share/postgresql/extension/address_standardizer.sql
@ -231,8 +233,10 @@ share/postgresql/extension/postgis--2.4.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.5.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.5.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.5.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.5.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%next.sql
share/postgresql/extension/postgis--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--ANY--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql
@ -287,8 +291,10 @@ share/postgresql/extension/postgis.control
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.0--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.3--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--ANY--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--unpackaged--%%PORTVERSION%%.sql
@ -343,8 +349,10 @@ share/postgresql/extension/postgis_tiger_geocoder--2.4.8--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.5.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.5.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.5.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.5.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--ANY--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--unpackaged--%%PORTVERSION%%.sql
@ -399,8 +407,10 @@ share/postgresql/extension/postgis_tiger_geocoder.control
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.0--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.3--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--ANY--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= postgis
PORTVERSION= 3.0.0
PORTREVISION= 1
PORTVERSION= 3.0.1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 30

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1571549725
SHA256 (postgis-3.0.0.tar.gz) = c06fd2cd5cea0119106ffe17a7235d893c2bbe6f4b63c8617c767630973ba594
SIZE (postgis-3.0.0.tar.gz) = 17359802
TIMESTAMP = 1585984119
SHA256 (postgis-3.0.1.tar.gz) = 5a5432f95150d9bae9215c6d1c7bb354e060482a7c379daa9b8384e1d03e6353
SIZE (postgis-3.0.1.tar.gz) = 16839923

View File

@ -71,6 +71,7 @@ lib/postgresql/postgis-3.so
%%DATADIR%%/tiger_geocoder/utility/utmzone.sql
%%DATADIR%%/utils/README
%%DATADIR%%/utils/check_all_upgrades.sh
%%DATADIR%%/utils/check_news.sh
%%DATADIR%%/utils/create_extension_unpackage.pl
%%DATADIR%%/utils/create_spatial_ref_sys_config_dump.pl
%%DATADIR%%/utils/create_undef.pl
@ -80,7 +81,7 @@ lib/postgresql/postgis-3.so
%%DATADIR%%/utils/postgis_restore.pl
%%DATADIR%%/utils/profile_intersects.pl
%%DATADIR%%/utils/read_scripts_version.pl
%%DATADIR%%/utils/svn_repo_revision.pl
%%DATADIR%%/utils/repo_revision.pl
%%DATADIR%%/utils/test_estimation.pl
%%DATADIR%%/utils/test_geography_estimation.pl
%%DATADIR%%/utils/test_geography_joinestimation.pl
@ -166,13 +167,15 @@ share/postgresql/contrib/postgis-%%VER%%/uninstall_rtpostgis.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.2--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.3--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--2.5.4--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.0--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.0alpha4--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.0beta1--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.0rc1--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--3.0.0rc2--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%alpha4--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%beta1--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%rc1--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--%%PORTVERSION%%rc2--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer--ANY--%%PORTVERSION%%.sql
%%ADDRSTD%%share/postgresql/extension/address_standardizer.control
%%ADDRSTD%%share/postgresql/extension/address_standardizer.sql
@ -235,13 +238,15 @@ share/postgresql/extension/postgis--2.5.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.5.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.5.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--2.5.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--3.0.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--3.0.0alpha4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--3.0.0beta1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--3.0.0rc1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--3.0.0rc2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%next.sql
share/postgresql/extension/postgis--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%alpha4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%beta1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%next--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%rc1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--%%PORTVERSION%%rc2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--ANY--%%PORTVERSION%%.sql
share/postgresql/extension/postgis--unpackaged--%%PORTVERSION%%.sql
share/postgresql/extension/postgis.control
@ -299,13 +304,15 @@ share/postgresql/extension/postgis.control
%%RASTER%%share/postgresql/extension/postgis_raster--2.5.2--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--2.5.3--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--2.5.4--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--3.0.0--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--3.0.0alpha4--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--3.0.0beta1--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--3.0.0rc1--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--3.0.0rc2--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%alpha4--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%beta1--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%rc1--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--%%PORTVERSION%%rc2--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--ANY--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster--unpackaged--%%PORTVERSION%%.sql
%%RASTER%%share/postgresql/extension/postgis_raster.control
@ -363,13 +370,15 @@ share/postgresql/extension/postgis.control
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.3--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--2.5.4--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.0--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.0alpha4--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.0beta1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.0rc1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--3.0.0rc2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%alpha4--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%beta1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%rc1--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--%%PORTVERSION%%rc2--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--ANY--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal--unpackaged--%%PORTVERSION%%.sql
%%SFCGAL%%share/postgresql/extension/postgis_sfcgal.control
@ -427,13 +436,15 @@ share/postgresql/extension/postgis_tiger_geocoder--2.5.1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.5.2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.5.3--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--2.5.4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql
share/postgresql/extension/postgis_tiger_geocoder--3.0.0--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--3.0.0alpha4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--3.0.0beta1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--3.0.0rc1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--3.0.0rc2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%alpha4--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%beta1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%next--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%rc1--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%rc2--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--ANY--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder--unpackaged--%%PORTVERSION%%.sql
share/postgresql/extension/postgis_tiger_geocoder.control
@ -491,13 +502,15 @@ share/postgresql/extension/postgis_tiger_geocoder.control
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.3--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.5.4--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.0--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.0alpha4--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.0beta1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.0rc1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--3.0.0rc2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%alpha4--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%beta1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%dev--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%next--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%rc1--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%rc2--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--ANY--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology--unpackaged--%%PORTVERSION%%.sql
%%TOPOLOGY%%share/postgresql/extension/postgis_topology.control

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pg8000
PORTVERSION= 1.14.1
PORTVERSION= 1.15.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1585039551
SHA256 (pg8000-1.14.1.tar.gz) = 7e87f5ec51eab2bb1f2a75a687b681152d60ec26828c93c244f00d5d085da64a
SIZE (pg8000-1.14.1.tar.gz) = 73626
TIMESTAMP = 1586071267
SHA256 (pg8000-1.15.0.tar.gz) = 66d300736abf60f3903cda4c3571d86f1f781d243f676175b022d740fd4b044e
SIZE (pg8000-1.15.0.tar.gz) = 73809

View File

@ -22,4 +22,38 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
OPTIONS_DEFINE= ANYJSON ARROW BABEL COLOR ENCRYPTED ENUM INTERVALS IPADDRESS PASSWORD PHONE TIMEZONE URL
ANYJSON_DESC= JSON support
ARROW_DESC= Arrow type support
BABEL_DESC= Babel locale type support
COLOR_DESC= Color type support
ENCRYPTED_DESC= Encrypted type support
ENUM_DESC= Enum type support
INTERVALS_DESC= Interval operators support
IPADDRESS_DESC= IP address type support
PASSWORD_DESC= Password type support
PHONE_DESC= Phone number type support
TIMEZONE_DESC= Timezone support
URL_DESC= URL type support
ANYJSON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyjson>=0.3.3:devel/py-anyjson@${PY_FLAVOR}
ARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0.3.4:devel/py-arrow@${PY_FLAVOR}
BABEL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}babel>=1.3:devel/py-babel@${PY_FLAVOR}
COLOR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colour>=0.0.4:graphics/py-colour@${PY_FLAVOR}
ENCRYPTED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.6:security/py-cryptography@${PY_FLAVOR}
ENUM_RUN_DEPENDS= ${PY_ENUM34}
INTERVALS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}intervals>=0.7.1:net/py-intervals@${PY_FLAVOR}
PASSWORD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}passlib>=1.6<2.0:security/py-passlib@${PY_FLAVOR}
PHONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}phonenumbers>=5.9.2:devel/py-phonenumbers@${PY_FLAVOR}
TIMEZONE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR}
URL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}furl>=0.4.1:devel/py-furl@${PY_FLAVOR}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIPADDRESS}
.if ${PYTHON_REL} < 3000
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddr>=0:devel/py-ipaddr@${PY_FLAVOR}
.endif
.endif
.include <bsd.port.mk>

View File

@ -2,7 +2,7 @@
PORTNAME= sequeler
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.4
DISTVERSION= 0.7.5
CATEGORIES= databases
MAINTAINER= tobik@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1585751464
SHA256 (Alecaddd-sequeler-v0.7.4_GH0.tar.gz) = aa2fbba8fe3a251eeab85393fa5c082b701e5e09eed09dc28cc3682be0d22e7c
SIZE (Alecaddd-sequeler-v0.7.4_GH0.tar.gz) = 1034143
TIMESTAMP = 1586067560
SHA256 (Alecaddd-sequeler-v0.7.5_GH0.tar.gz) = b777bcf081f74f43c154d7ea879bf452a9dacab6c663de89b2c3386d2cb7329a
SIZE (Alecaddd-sequeler-v0.7.5_GH0.tar.gz) = 1035069

View File

@ -7,7 +7,7 @@ PORTREVISION= 18
CATEGORIES= databases
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= jlaffaye@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ Database Access Library
LICENSE= BSL

View File

@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= gxneur
PORTVERSION= 0.17.0
PORTVERSION= 0.20.0
DISTVERSIONSUFFIX=.orig
PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/
DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
@ -14,14 +13,16 @@ COMMENT= GTK frontend for XNeur keyboard layout switcher
LICENSE= GPLv2
BUILD_DEPENDS= xneur:deskutils/xneur
BUILD_DEPENDS= xneur:deskutils/xneur \
intltool-update:textproc/intltool
RUN_DEPENDS= xneur:deskutils/xneur
GNU_CONFIGURE= yes
USES= compiler:c++11-lang gnome pkgconfig
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= compiler:c++11-lang pkgconfig gmake gnome
USE_GNOME= gconf2 gtk20 libglade2
INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
OPTIONS_DEFINE= NLS
@ -29,8 +30,4 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --without-nls
post-patch:
@${REINPLACE_CMD} -e '/all_modifiers/d' ${WRKSRC}/src/misc.c
@${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -1,2 +1,3 @@
SHA256 (gxneur_0.17.0.orig.tar.gz) = 05d518310d0e41c789845088c70638c7ee0ffcce63395df1442540d47ea7ac7d
SIZE (gxneur_0.17.0.orig.tar.gz) = 795207
TIMESTAMP = 1565791738
SHA256 (gxneur_0.20.0.orig.tar.gz) = b943d63bb4044a4437b68d57c4c8b0b0d5e9a5433046c05c29f942205983752b
SIZE (gxneur_0.20.0.orig.tar.gz) = 779975

View File

@ -0,0 +1,11 @@
--- src/xkb.h.orig 2020-03-26 12:44:18 UTC
+++ src/xkb.h
@@ -18,7 +18,7 @@
*/
#ifndef _XKBGXNEUR_H_
-#define _XKBGGXNEUR_H_
+#define _XKBGXNEUR_H_
#include <X11/XKBlib.h>

View File

@ -1,14 +1,6 @@
bin/gxneur
man/man1/gxneur.1.gz
share/applications/gxneur.desktop
%%DATADIR%%/glade/abbr_add.glade
%%DATADIR%%/glade/about.glade
%%DATADIR%%/glade/action_add.glade
%%DATADIR%%/glade/app_add.glade
%%DATADIR%%/glade/choose_file.glade
%%DATADIR%%/glade/config.glade
%%DATADIR%%/glade/list.glade
%%DATADIR%%/glade/rule_add.glade
%%DATADIR%%/pixmaps/am.png
%%DATADIR%%/pixmaps/bg.png
%%DATADIR%%/pixmaps/by.png
@ -42,6 +34,15 @@ share/applications/gxneur.desktop
%%DATADIR%%/pixmaps/us.png
%%DATADIR%%/pixmaps/uz.png
%%DATADIR%%/pixmaps/x3.png
%%DATADIR%%/ui/abbr_add.ui
%%DATADIR%%/ui/about.ui
%%DATADIR%%/ui/action_add.ui
%%DATADIR%%/ui/app_add.ui
%%DATADIR%%/ui/choose_file.ui
%%DATADIR%%/ui/config.ui
%%DATADIR%%/ui/list.ui
%%DATADIR%%/ui/rule_add.ui
%%DATADIR%%/ui/usr_action_add.ui
share/icons/hicolor/16x16/apps/gxneur-am.png
share/icons/hicolor/16x16/apps/gxneur-bg.png
share/icons/hicolor/16x16/apps/gxneur-by.png

View File

@ -8,7 +8,7 @@ CATEGORIES= deskutils
MASTER_SITES= https://download.owncloud.com/desktop/stable/
# owncloudclient-2.6.0.13018.tar.xz
MAINTAINER= yonas@fizk.net
MAINTAINER= ports@FreeBSD.org
COMMENT= OwnCloud Desktop Syncing Client
LICENSE= GPLv2

View File

@ -2,26 +2,30 @@
# $FreeBSD$
PORTNAME= xneur
PORTVERSION= 0.17.0
PORTVERSION= 0.20.0
DISTVERSIONSUFFIX=.orig
PORTREVISION= 7
CATEGORIES= deskutils
MASTER_SITES= https://launchpad.net/~andrew-crew-kuznetsov/+archive/xneur-stable/+files/
DISTNAME= ${PORTNAME}_${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= mizhka@gmail.com
COMMENT= Auto keyboard switcher
LICENSE= GPLv2
BUILD_DEPENDS= intltool-update:textproc/intltool
LIB_DEPENDS= libnotify.so:devel/libnotify \
libpcre.so:devel/pcre
USES= compiler:nestedfct gnome iconv libtool localbase pathfix \
pkgconfig
pkgconfig xorg
USE_GNOME= gtk20
USE_XORG= xtst
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur
CONFIGURE_ARGS= --disable-static --libdir=${PREFIX}/lib/xneur --with-gtk=gtk2
CFLAGS_mips= -fnested-functions
CFLAGS_mips64= -fnested-functions
CFLAGS_powerpc= -fnested-functions

View File

@ -1,2 +1,3 @@
SHA256 (xneur_0.17.0.orig.tar.gz) = b5243e401239505c449a6a2671a0d42c05deabac8ef7442d4a7ca8236137a8ab
SIZE (xneur_0.17.0.orig.tar.gz) = 1669034
TIMESTAMP = 1565792030
SHA256 (xneur_0.20.0.orig.tar.gz) = f9f6a0e834c6e28d0611f12c9fcc712831ced3701e31b77b71a9cf9be2c5e3d1
SIZE (xneur_0.20.0.orig.tar.gz) = 1683789

View File

@ -1,6 +1,6 @@
--- etc/Makefile.in.orig 2015-06-22 10:21:10 UTC
--- etc/Makefile.in.orig 2019-08-14 14:23:32 UTC
+++ etc/Makefile.in
@@ -259,7 +259,7 @@ top_builddir = @top_builddir@
@@ -330,7 +330,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
xneurrcdir = $(sysconfdir)/xneur
xneurrc_DATA = \

View File

@ -0,0 +1,11 @@
--- lib/main/program.c.orig 2020-03-26 11:56:18 UTC
+++ lib/main/program.c
@@ -445,7 +445,7 @@ static void program_process_input(struct _program *p)
#ifdef WITH_ASPELL
if (xconfig->handle->has_spell_checker[lang])
{
- loKg_message(DEBUG, _(" %s aspell dictionary loaded"), lang_name);
+ log_message(DEBUG, _(" %s aspell dictionary loaded"), lang_name);
}
else
{

View File

@ -1,29 +1,30 @@
bin/xneur
@sample %%ETCDIR%%/xneurrc.sample
lib/xneur/libxneur.so.17.0.0
lib/xneur/libxneur.so.17
lib/xneur/libxneur.so
lib/xneur/libxnconfig.so.17.0.0
lib/xneur/libxnconfig.so.17
include/xneur/list_char.h
include/xneur/xnconfig.h
include/xneur/xneur.h
lib/xneur/libxnconfig.so
lib/xneur/xneur/libxntest.so.0.0.0
lib/xneur/xneur/libxntest.so.0
lib/xneur/xneur/libxntest.so
lib/xneur/xneur/libxnstatistic.so.0.0.0
lib/xneur/xneur/libxnstatistic.so.0
lib/xneur/libxnconfig.so.20
lib/xneur/libxnconfig.so.20.0.0
lib/xneur/libxneur.so
lib/xneur/libxneur.so.20
lib/xneur/libxneur.so.20.0.0
lib/xneur/xneur/libxnstatistic.so
lib/xneur/xneur/libxnstatistic.so.0
lib/xneur/xneur/libxnstatistic.so.0.0.0
lib/xneur/xneur/libxntest.so
lib/xneur/xneur/libxntest.so.0
lib/xneur/xneur/libxntest.so.0.0.0
libdata/pkgconfig/xnconfig.pc
libdata/pkgconfig/xneur.pc
man/man1/xneur.1.gz
man/man5/xneurrc.5.gz
include/xneur/list_char.h
include/xneur/xneur.h
include/xneur/xnconfig.h
%%DATADIR%%/sounds/layout1.wav
%%DATADIR%%/sounds/layout2.wav
%%DATADIR%%/sounds/layout1type.wav
%%DATADIR%%/sounds/layout2type.wav
%%DATADIR%%/sounds/replace.wav
%%DATADIR%%/sounds/switch.wav
%%DATADIR%%/sounds/itemback.wav
share/icons/hicolor/16x16/apps/xneur.png
share/icons/hicolor/22x22/apps/xneur.png
share/icons/hicolor/24x24/apps/xneur.png
share/icons/hicolor/32x32/apps/xneur.png
share/icons/hicolor/48x48/apps/xneur.png
share/icons/hicolor/scalable/apps/xneur.svg
%%DATADIR%%/languages/am/dictionary
%%DATADIR%%/languages/am/proto
%%DATADIR%%/languages/am/proto3
@ -87,16 +88,10 @@ include/xneur/xnconfig.h
%%DATADIR%%/languages/uz/dictionary
%%DATADIR%%/languages/uz/proto
%%DATADIR%%/languages/uz/proto3
%%NLS%%share/locale/be/LC_MESSAGES/xneur.mo
%%NLS%%share/locale/de/LC_MESSAGES/xneur.mo
%%NLS%%share/locale/ro/LC_MESSAGES/xneur.mo
%%NLS%%share/locale/ru/LC_MESSAGES/xneur.mo
%%NLS%%share/locale/uk/LC_MESSAGES/xneur.mo
libdata/pkgconfig/xneur.pc
libdata/pkgconfig/xnconfig.pc
share/icons/hicolor/16x16/apps/xneur.png
share/icons/hicolor/22x22/apps/xneur.png
share/icons/hicolor/24x24/apps/xneur.png
share/icons/hicolor/32x32/apps/xneur.png
share/icons/hicolor/48x48/apps/xneur.png
share/icons/hicolor/scalable/apps/xneur.svg
%%DATADIR%%/sounds/itemback.wav
%%DATADIR%%/sounds/layout1.wav
%%DATADIR%%/sounds/layout1type.wav
%%DATADIR%%/sounds/layout2.wav
%%DATADIR%%/sounds/layout2type.wav
%%DATADIR%%/sounds/replace.wav
%%DATADIR%%/sounds/switch.wav

View File

@ -12,6 +12,9 @@ DISTNAME= ${PORTNAME}.v2p6
MAINTAINER= ports@FreeBSD.org
COMMENT= Electronic Rolodex
DEPRECATED= 64-bit unsupported
EXPIRATION_DATE= 2020-05-05
LIB_DEPENDS= libxview.so:x11-toolkits/xview
WRKSRC= ${WRKDIR}/xrolo

View File

@ -4466,12 +4466,14 @@
SUBDIR += py-importlib-metadata
SUBDIR += py-importlib-resources
SUBDIR += py-incremental
SUBDIR += py-infinity
SUBDIR += py-inflect
SUBDIR += py-inflection
SUBDIR += py-inifile
SUBDIR += py-iniparse
SUBDIR += py-instant
SUBDIR += py-intbitset
SUBDIR += py-intervals
SUBDIR += py-intervaltree
SUBDIR += py-invoke
SUBDIR += py-ioflo
@ -4673,6 +4675,7 @@
SUBDIR += py-osc-lib
SUBDIR += py-osc-lib1
SUBDIR += py-oslo.cache
SUBDIR += py-oslo.cache1
SUBDIR += py-oslo.concurrency
SUBDIR += py-oslo.config
SUBDIR += py-oslo.context

View File

@ -2,12 +2,11 @@
# $FreeBSD$
PORTNAME= d-feet
PORTVERSION= 0.3.11
PORTREVISION= 3
PORTVERSION= 0.3.15
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= thinker@codemud.net
MAINTAINER= ports@FreeBSD.org
COMMENT= D-Bus Python introspection debugger
LICENSE= GPLv2
@ -15,17 +14,27 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
USES= gettext gmake gnome perl5 pkgconfig python tar:xz
USES= gettext gnome meson pkgconfig python:3.5+ tar:xz
USE_GNOME= gtk30 intlhack libwnck3 pygobject3 introspection:build \
libxml2:build
GLIB_SCHEMAS= org.gnome.d-feet.gschema.xml
GLIB_SCHEMAS= org.gnome.dfeet.gschema.xml
INSTALLS_ICONS= yes
USE_PERL5= build
USE_PYTHON= py3kplist
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tests
MESON_ARGS= -Dtests=false
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} \
-e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \
-e 's|%%PYTHON_VERSION%%|${PYTHON_VERSION}|' \
${WRKSRC}/meson.build
post-install:
.for locale in cs de el es hu pl pt_BR sv
${RLN} ${STAGEDIR}${PREFIX}/share/help/C/d-feet/figures/icon.png \
${STAGEDIR}${PREFIX}/share/help/${locale}/d-feet/figures/icon.png
.endfor
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1477682570
SHA256 (d-feet-0.3.11.tar.xz) = a3dc940c66f84b996c328531e3034d475ec690d7ff639445ff7ca746aa8cb9c2
SIZE (d-feet-0.3.11.tar.xz) = 183128
TIMESTAMP = 1585924800
SHA256 (d-feet-0.3.15.tar.xz) = 1fff149ad01ccbd93c927f5733346a9122324b9d367da3adbf4f1a52e47dfdb1
SIZE (d-feet-0.3.15.tar.xz) = 231672

View File

@ -0,0 +1,16 @@
--- meson.build.orig 2020-04-03 15:27:27 UTC
+++ meson.build
@@ -19,11 +19,11 @@ df_namespace = 'org.gnome.dfeet'
gnome = import('gnome')
i18n = import('i18n')
-python = import('python').find_installation('python3')
+python = import('python').find_installation('%%PYTHON_VERSION%%')
# FIXME: workaround for missing path method
# https://github.com/mesonbuild/meson/pull/4616
-python_path = find_program('python3').path()
+python_path = '%%PYTHON_CMD%%'
source_root = meson.current_source_dir()

View File

@ -1,44 +1,18 @@
bin/d-feet
%%PYTHON_SITELIBDIR%%/dfeet/__init__.py
%%PYTHON_SITELIBDIR%%/dfeet/__init__.pyc
%%PYTHON_SITELIBDIR%%/dfeet/__init__.pyo
%%PYTHON_SITELIBDIR%%/dfeet/addconnectiondialog.py
%%PYTHON_SITELIBDIR%%/dfeet/addconnectiondialog.pyc
%%PYTHON_SITELIBDIR%%/dfeet/addconnectiondialog.pyo
%%PYTHON_SITELIBDIR%%/dfeet/application.py
%%PYTHON_SITELIBDIR%%/dfeet/application.pyc
%%PYTHON_SITELIBDIR%%/dfeet/application.pyo
%%PYTHON_SITELIBDIR%%/dfeet/bus_watch.py
%%PYTHON_SITELIBDIR%%/dfeet/bus_watch.pyc
%%PYTHON_SITELIBDIR%%/dfeet/bus_watch.pyo
%%PYTHON_SITELIBDIR%%/dfeet/dbus_utils.py
%%PYTHON_SITELIBDIR%%/dfeet/dbus_utils.pyc
%%PYTHON_SITELIBDIR%%/dfeet/dbus_utils.pyo
%%PYTHON_SITELIBDIR%%/dfeet/executemethoddialog.py
%%PYTHON_SITELIBDIR%%/dfeet/executemethoddialog.pyc
%%PYTHON_SITELIBDIR%%/dfeet/executemethoddialog.pyo
%%PYTHON_SITELIBDIR%%/dfeet/introspection.py
%%PYTHON_SITELIBDIR%%/dfeet/introspection.pyc
%%PYTHON_SITELIBDIR%%/dfeet/introspection.pyo
%%PYTHON_SITELIBDIR%%/dfeet/introspection_helper.py
%%PYTHON_SITELIBDIR%%/dfeet/introspection_helper.pyc
%%PYTHON_SITELIBDIR%%/dfeet/introspection_helper.pyo
%%PYTHON_SITELIBDIR%%/dfeet/settings.py
%%PYTHON_SITELIBDIR%%/dfeet/settings.pyc
%%PYTHON_SITELIBDIR%%/dfeet/settings.pyo
%%PYTHON_SITELIBDIR%%/dfeet/uiloader.py
%%PYTHON_SITELIBDIR%%/dfeet/uiloader.pyc
%%PYTHON_SITELIBDIR%%/dfeet/uiloader.pyo
%%PYTHON_SITELIBDIR%%/dfeet/window.py
%%PYTHON_SITELIBDIR%%/dfeet/window.pyc
%%PYTHON_SITELIBDIR%%/dfeet/window.pyo
%%PYTHON_SITELIBDIR%%/dfeet/wnck_utils.py
%%PYTHON_SITELIBDIR%%/dfeet/wnck_utils.pyc
%%PYTHON_SITELIBDIR%%/dfeet/wnck_utils.pyo
share/appdata/d-feet.appdata.xml
share/applications/d-feet.desktop
share/applications/org.gnome.dfeet.desktop
%%DATADIR%%/ui/addconnectiondialog.ui
%%DATADIR%%/ui/app-menu.ui
%%DATADIR%%/ui/bus.ui
%%DATADIR%%/ui/executedialog.ui
%%DATADIR%%/ui/introspection.ui
@ -58,11 +32,18 @@ share/help/el/d-feet/index.page
share/help/es/d-feet/basics.page
share/help/es/d-feet/figures/icon.png
share/help/es/d-feet/index.page
share/help/hu/d-feet/basics.page
share/help/hu/d-feet/figures/icon.png
share/help/hu/d-feet/index.page
share/help/pl/d-feet/basics.page
share/help/pl/d-feet/figures/icon.png
share/help/pl/d-feet/index.page
share/help/pt_BR/d-feet/basics.page
share/help/pt_BR/d-feet/figures/icon.png
share/help/pt_BR/d-feet/index.page
share/help/sv/d-feet/basics.page
share/help/sv/d-feet/figures/icon.png
share/help/sv/d-feet/index.page
share/icons/HighContrast/scalable/apps/d-feet.svg
share/icons/hicolor/16x16/apps/d-feet.png
share/icons/hicolor/16x16/apps/dfeet-icon-default-service.png
share/icons/hicolor/16x16/apps/dfeet-method-category.png
share/icons/hicolor/16x16/apps/dfeet-method.png
@ -71,11 +52,8 @@ share/icons/hicolor/16x16/apps/dfeet-property-category.png
share/icons/hicolor/16x16/apps/dfeet-property.png
share/icons/hicolor/16x16/apps/dfeet-signal-category.png
share/icons/hicolor/16x16/apps/dfeet-signal.png
share/icons/hicolor/24x24/apps/d-feet.png
share/icons/hicolor/256x256/apps/d-feet.png
share/icons/hicolor/32x32/apps/d-feet.png
share/icons/hicolor/48x48/apps/d-feet.png
share/icons/hicolor/scalable/apps/d-feet.svg
share/icons/hicolor/scalable/apps/org.gnome.dfeet.svg
share/icons/hicolor/symbolic/apps/org.gnome.dfeet-symbolic.svg
share/locale/bs/LC_MESSAGES/d-feet.mo
share/locale/cs/LC_MESSAGES/d-feet.mo
share/locale/da/LC_MESSAGES/d-feet.mo
@ -84,10 +62,13 @@ share/locale/el/LC_MESSAGES/d-feet.mo
share/locale/es/LC_MESSAGES/d-feet.mo
share/locale/fi/LC_MESSAGES/d-feet.mo
share/locale/fr/LC_MESSAGES/d-feet.mo
share/locale/fur/LC_MESSAGES/d-feet.mo
share/locale/gl/LC_MESSAGES/d-feet.mo
share/locale/hu/LC_MESSAGES/d-feet.mo
share/locale/id/LC_MESSAGES/d-feet.mo
share/locale/lv/LC_MESSAGES/d-feet.mo
share/locale/nb/LC_MESSAGES/d-feet.mo
share/locale/nl/LC_MESSAGES/d-feet.mo
share/locale/oc/LC_MESSAGES/d-feet.mo
share/locale/pl/LC_MESSAGES/d-feet.mo
share/locale/pt/LC_MESSAGES/d-feet.mo
@ -99,3 +80,4 @@ share/locale/sr@latin/LC_MESSAGES/d-feet.mo
share/locale/sv/LC_MESSAGES/d-feet.mo
share/locale/tr/LC_MESSAGES/d-feet.mo
share/locale/zh_CN/LC_MESSAGES/d-feet.mo
share/metainfo/org.gnome.dfeet.appdata.xml

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ShellCheck
DISTVERSION= 0.7.0
DISTVERSION= 0.7.1
CATEGORIES= devel haskell
MAINTAINER= tobik@FreeBSD.org
@ -11,33 +11,40 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cabal
USE_CABAL= aeson-1.4.6.0 \
attoparsec-0.13.2.3 \
USE_CABAL= aeson-1.4.7.1_1 \
attoparsec-0.13.2.4 \
base-compat-0.11.1 \
base-compat-batteries-0.11.1 \
base-orphans-0.8.2 \
Diff-0.4.0 \
dlist-0.8.0.7 \
hashable-1.3.0.0 \
integer-logarithms-1.0.3 \
primitive-0.7.0.0 \
QuickCheck-2.13.2 \
random-1.1 \
regex-base-0.94.0.0 \
regex-tdfa-1.3.1.0 \
dlist-0.8.0.8 \
hashable-1.3.0.0_1 \
integer-logarithms-1.0.3_2 \
primitive-0.7.0.1 \
QuickCheck-2.14 \
random-1.1_1 \
regex-base-0.94.0.0_1 \
regex-tdfa-1.3.1.0_1 \
scientific-0.3.6.2 \
splitmix-0.0.3 \
tagged-0.8.6 \
splitmix-0.0.4 \
tagged-0.8.6_2 \
th-abstraction-0.3.2.0 \
time-compat-1.9.2.2 \
time-compat-1.9.3 \
unordered-containers-0.2.10.0_1 \
uuid-types-1.0.3_2 \
vector-0.12.1.2
EXECUTABLES= shellcheck
PLIST_FILES= share/man/man1/shellcheck.1.gz
post-install:
OPTIONS_DEFINE= MANPAGES
OPTIONS_DEFAULT= MANPAGES
MANPAGES_BUILD_DEPENDS= pandoc:textproc/hs-pandoc
MANPAGES_PLIST_FILES= share/man/man1/shellcheck.1.gz
post-build-MANPAGES-on:
cd ${WRKSRC} && ./manpage
post-install-MANPAGES-on:
${INSTALL_MAN} ${WRKSRC}/shellcheck.1 \
${STAGEDIR}${PREFIX}/share/man/man1

View File

@ -1,42 +1,58 @@
TIMESTAMP = 1582437912
SHA256 (cabal/ShellCheck-0.7.0.tar.gz) = 3af93f97750fe896b5e9c5247b84f1a99e34293992bb0e9001b0cc725949a8ef
SIZE (cabal/ShellCheck-0.7.0.tar.gz) = 163027
TIMESTAMP = 1586066573
SHA256 (cabal/ShellCheck-0.7.1.tar.gz) = 415f23ed77c17cb6837b328a35b9fa262c7d9b1a9093bc801f50d99010e4a41a
SIZE (cabal/ShellCheck-0.7.1.tar.gz) = 163288
SHA256 (cabal/Diff-0.4.0/Diff-0.4.0.tar.gz) = 7290ac098ad8b4748b9c10e494cc85ba54af688226ae69a465aa7b4c73f149c7
SIZE (cabal/Diff-0.4.0/Diff-0.4.0.tar.gz) = 8065
SHA256 (cabal/QuickCheck-2.13.2/QuickCheck-2.13.2.tar.gz) = 7b560baa5853de777702dc23a6f2126ae4adbfdab163295bc56323a706914610
SIZE (cabal/QuickCheck-2.13.2/QuickCheck-2.13.2.tar.gz) = 70427
SHA256 (cabal/aeson-1.4.6.0/aeson-1.4.6.0.tar.gz) = 923fb2c6e224c4c0d1848174b1010592f31cd149f538923efd87f8a6b4b3488b
SIZE (cabal/aeson-1.4.6.0/aeson-1.4.6.0.tar.gz) = 276713
SHA256 (cabal/attoparsec-0.13.2.3/attoparsec-0.13.2.3.tar.gz) = 3d1ac6713505e520ebb51f26cfb5f6e5a0825e25394a51419c7e035b60b2f2d9
SIZE (cabal/attoparsec-0.13.2.3/attoparsec-0.13.2.3.tar.gz) = 162346
SHA256 (cabal/QuickCheck-2.14/QuickCheck-2.14.tar.gz) = 52be1407fb19f5f3b5aa06d41fac745536d08306adaf6dde46a62255d16c384a
SIZE (cabal/QuickCheck-2.14/QuickCheck-2.14.tar.gz) = 73915
SHA256 (cabal/aeson-1.4.7.1/aeson-1.4.7.1.tar.gz) = 07e746655fd9bec81c59927c5617877ff4fcd81d0df45c5fb8ef154fb8f40294
SIZE (cabal/aeson-1.4.7.1/aeson-1.4.7.1.tar.gz) = 277911
SHA256 (cabal/aeson-1.4.7.1/revision/1.cabal) = 6d8d2fd959b7122a1df9389cf4eca30420a053d67289f92cdc0dbc0dab3530ba
SIZE (cabal/aeson-1.4.7.1/revision/1.cabal) = 7098
SHA256 (cabal/attoparsec-0.13.2.4/attoparsec-0.13.2.4.tar.gz) = ba66cd6de1749ec92568db1b9c905b43a849f0ad918d45d7b594407a02ebefb2
SIZE (cabal/attoparsec-0.13.2.4/attoparsec-0.13.2.4.tar.gz) = 163431
SHA256 (cabal/base-compat-0.11.1/base-compat-0.11.1.tar.gz) = 356f1542ec93e7192a9073d32a8ef1e48194275495dcec7fb0d241f4baaf6d36
SIZE (cabal/base-compat-0.11.1/base-compat-0.11.1.tar.gz) = 33691
SHA256 (cabal/base-compat-batteries-0.11.1/base-compat-batteries-0.11.1.tar.gz) = caf66fed3c0a3b0437692cad18c93a7074e8524a86b8be1ce04d0a18cbf6aed8
SIZE (cabal/base-compat-batteries-0.11.1/base-compat-batteries-0.11.1.tar.gz) = 16748
SHA256 (cabal/base-orphans-0.8.2/base-orphans-0.8.2.tar.gz) = 2a8062385e5d5dee418428a22c72b9391557bc1fe2f93bd643f7754b36b9eb01
SIZE (cabal/base-orphans-0.8.2/base-orphans-0.8.2.tar.gz) = 20727
SHA256 (cabal/dlist-0.8.0.7/dlist-0.8.0.7.tar.gz) = a3c06a200f9756329b09d415e7733b7204dda76ce07783e6457d0ab9ffbcba2c
SIZE (cabal/dlist-0.8.0.7/dlist-0.8.0.7.tar.gz) = 9228
SHA256 (cabal/dlist-0.8.0.8/dlist-0.8.0.8.tar.gz) = 7129cf18068d3384e305708a10426ab8f573bee1030b023a114f45f1d0ec496d
SIZE (cabal/dlist-0.8.0.8/dlist-0.8.0.8.tar.gz) = 9262
SHA256 (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 822e5413fbccca6ae884d3aba4066422c8b5d58d23d18b9ecb5c03273bb19ab4
SIZE (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 29835
SHA256 (cabal/hashable-1.3.0.0/revision/1.cabal) = 4c70f1407881059e93550d3742191254296b2737b793a742bd901348fb3e1fb1
SIZE (cabal/hashable-1.3.0.0/revision/1.cabal) = 5206
SHA256 (cabal/integer-logarithms-1.0.3/integer-logarithms-1.0.3.tar.gz) = 5ae262018698af35bb74916fad170d96d3eb44669c72ed36db9a19a3392cec16
SIZE (cabal/integer-logarithms-1.0.3/integer-logarithms-1.0.3.tar.gz) = 8840
SHA256 (cabal/primitive-0.7.0.0/primitive-0.7.0.0.tar.gz) = 786a44fea328caf704b762ebc887e9e8476c4378fdf3a06c94e86ef1878d1576
SIZE (cabal/primitive-0.7.0.0/primitive-0.7.0.0.tar.gz) = 66014
SHA256 (cabal/integer-logarithms-1.0.3/revision/2.cabal) = 63d42595ec92b71ac98a07b984b0a2eb3d4956f4ad2d856c3bf6fc3dc218d228
SIZE (cabal/integer-logarithms-1.0.3/revision/2.cabal) = 2820
SHA256 (cabal/primitive-0.7.0.1/primitive-0.7.0.1.tar.gz) = dd8bb7d829f492d6200fca4a839a7563b80571c5f76b4d0fa76700ebe897f7dd
SIZE (cabal/primitive-0.7.0.1/primitive-0.7.0.1.tar.gz) = 66023
SHA256 (cabal/random-1.1/random-1.1.tar.gz) = b718a41057e25a3a71df693ab0fe2263d492e759679b3c2fea6ea33b171d3a5a
SIZE (cabal/random-1.1/random-1.1.tar.gz) = 10870
SHA256 (cabal/random-1.1/revision/1.cabal) = 7b67624fd76ddf97c206de0801dc7e888097e9d572974be9b9ea6551d76965df
SIZE (cabal/random-1.1/revision/1.cabal) = 1777
SHA256 (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = c41f82f5fc1157c961a4cbdc0cd5561e5aa44f339ce6e706d978d97e0ca6b914
SIZE (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = 9679
SHA256 (cabal/regex-base-0.94.0.0/revision/1.cabal) = 44aa95ca762294ffbb28cf0af9c567d93b5d2c56e4f38ce5385a257d899f968e
SIZE (cabal/regex-base-0.94.0.0/revision/1.cabal) = 2253
SHA256 (cabal/regex-tdfa-1.3.1.0/regex-tdfa-1.3.1.0.tar.gz) = 15c376783d397b3b9933cf35980808feddde273bd6f2445babbccb2f76a42ec0
SIZE (cabal/regex-tdfa-1.3.1.0/regex-tdfa-1.3.1.0.tar.gz) = 77767
SHA256 (cabal/regex-tdfa-1.3.1.0/revision/1.cabal) = bec13812a56a904ff3510caa19fe1b3ce3939e303604b1bcb3162771c52311ba
SIZE (cabal/regex-tdfa-1.3.1.0/revision/1.cabal) = 6324
SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f
SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510
SHA256 (cabal/splitmix-0.0.3/splitmix-0.0.3.tar.gz) = fce462557f490c6c3d264ca70ef98a2c644ba341a71e6ee9f87ee7f3e7ab0acc
SIZE (cabal/splitmix-0.0.3/splitmix-0.0.3.tar.gz) = 13616
SHA256 (cabal/splitmix-0.0.4/splitmix-0.0.4.tar.gz) = aaa1b31a5320fd6a7d69a7f485ba8facdccf2253a1431feddaacc08ab2943091
SIZE (cabal/splitmix-0.0.4/splitmix-0.0.4.tar.gz) = 13821
SHA256 (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = ad16def0884cf6f05ae1ae8e90192cf9d8d9673fa264b249499bd9e4fac791dd
SIZE (cabal/tagged-0.8.6/tagged-0.8.6.tar.gz) = 11759
SHA256 (cabal/tagged-0.8.6/revision/2.cabal) = 1f7ca84e6c88cbb923641c60041c9f56c34f1a889759cc073cdf10542b441ff9
SIZE (cabal/tagged-0.8.6/revision/2.cabal) = 2606
SHA256 (cabal/th-abstraction-0.3.2.0/th-abstraction-0.3.2.0.tar.gz) = 36fef33ad0f34b9b8fb5552fe6187579a00d5f90d938e9bc24d382a9919feb79
SIZE (cabal/th-abstraction-0.3.2.0/th-abstraction-0.3.2.0.tar.gz) = 35111
SHA256 (cabal/time-compat-1.9.2.2/time-compat-1.9.2.2.tar.gz) = a268613385d359274edf48fb2dad4af29874f58486b2d5625e3b95a371066a17
SIZE (cabal/time-compat-1.9.2.2/time-compat-1.9.2.2.tar.gz) = 49652
SHA256 (cabal/time-compat-1.9.3/time-compat-1.9.3.tar.gz) = bb6a44e667945ddca8ded93e041ee91986a4a19f59e149a5dd21fdb1bfa3db88
SIZE (cabal/time-compat-1.9.3/time-compat-1.9.3.tar.gz) = 50050
SHA256 (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 65f117bdbdea9efc75fb9fd539873de7687e005d8898bb21821020a4b383c573
SIZE (cabal/unordered-containers-0.2.10.0/unordered-containers-0.2.10.0.tar.gz) = 44733
SHA256 (cabal/unordered-containers-0.2.10.0/revision/1.cabal) = 5e9b095a9283d9e2f064fec73a81a6b6ea0b7fda3f219a8175785d2d2a3de204

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-compute
PORTVERSION= 11.1.0
PORTVERSION= 12.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1584133657
SHA256 (azure-mgmt-compute-11.1.0.zip) = d286c4e9a4800b40f1634b19e1fb0711f6e230f4cd710dd6ee2d884eebbdcf03
SIZE (azure-mgmt-compute-11.1.0.zip) = 1895428
TIMESTAMP = 1586089784
SHA256 (azure-mgmt-compute-12.0.0.zip) = 187dd375211ac9fd498d701ff41785760adc431a63cee93391d15e27de48f86f
SIZE (azure-mgmt-compute-12.0.0.zip) = 2126540

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-containerregistry
DISTVERSION= 3.0.0rc9
DISTVERSION= 3.0.0rc11
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1584133620
SHA256 (azure-mgmt-containerregistry-3.0.0rc9.zip) = 116cf6a2138268b9d9b591db90e0d1914f0cffba750359e328b0c01031241518
SIZE (azure-mgmt-containerregistry-3.0.0rc9.zip) = 563988
TIMESTAMP = 1586089749
SHA256 (azure-mgmt-containerregistry-3.0.0rc11.zip) = 5838c7424fc454eacee909fa5d96810c5f3942a1c1579b69173bd4952b17b0c7
SIZE (azure-mgmt-containerregistry-3.0.0rc11.zip) = 575182

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-containerservice
PORTVERSION= 8.2.0
PORTVERSION= 9.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1579218787
SHA256 (azure-mgmt-containerservice-8.2.0.zip) = f99688e9cac7033a67cf0cf68a39f123e8c2b7668c5a52fa45912fee033af633
SIZE (azure-mgmt-containerservice-8.2.0.zip) = 430988
TIMESTAMP = 1586089730
SHA256 (azure-mgmt-containerservice-9.0.0.zip) = 6f05948bbd19ceb894f46f037b77c54116183364a671e180c007b5737c8d4590
SIZE (azure-mgmt-containerservice-9.0.0.zip) = 539063

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-iotcentral
PORTVERSION= 2.0.0
PORTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1577642874
SHA256 (azure-mgmt-iotcentral-2.0.0.zip) = 8afff67d9055b7c30c5504e2a9e30845bdf6d020ebaca51ed5268b86840414bb
SIZE (azure-mgmt-iotcentral-2.0.0.zip) = 29024
TIMESTAMP = 1586089712
SHA256 (azure-mgmt-iotcentral-3.0.0.zip) = f6dacf442ccae2f18f1082e80bcbdcaa8c0efa2ba92b48c5db6ee01d37240047
SIZE (azure-mgmt-iotcentral-3.0.0.zip) = 28730

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-iothub
PORTVERSION= 0.9.0
PORTVERSION= 0.11.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1571491940
SHA256 (azure-mgmt-iothub-0.9.0.zip) = 3473d0f51cbb8899edf9a53462a44f6e5630d58000a03aa2883d65d058ddeca5
SIZE (azure-mgmt-iothub-0.9.0.zip) = 66104
TIMESTAMP = 1586089695
SHA256 (azure-mgmt-iothub-0.11.0.zip) = f6fbb87d9bf29ce325543c9a3a125fbe45f4797f3a7f260c6c21ca60dc3f0885
SIZE (azure-mgmt-iothub-0.11.0.zip) = 427140

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-keyvault
PORTVERSION= 2.1.1
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1582980926
SHA256 (azure-mgmt-keyvault-2.1.1.zip) = effa53d36e15660cc78868910a6a245d4256b62eaa8c17faa7ddd948f1a7463d
SIZE (azure-mgmt-keyvault-2.1.1.zip) = 133066
TIMESTAMP = 1586089674
SHA256 (azure-mgmt-keyvault-2.2.0.zip) = 1883e12eeb5819064dc52bf3a3ade05c791f4b66e4aeec948bda28df6ce2bce4
SIZE (azure-mgmt-keyvault-2.2.0.zip) = 104551

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-network
DISTVERSION= 9.0.0
DISTVERSION= 10.0.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1582980811
SHA256 (azure-mgmt-network-9.0.0.zip) = 3d4ed3df15e146351c211d947947a42a4eecbf860fddbca1203ff633e06a7a89
SIZE (azure-mgmt-network-9.0.0.zip) = 7251166
TIMESTAMP = 1586089635
SHA256 (azure-mgmt-network-10.0.0.zip) = 3978da4641b3396d4a00c7ddd53d87ece7e7d45b5bc41a157639bdd2f2c5b9b3
SIZE (azure-mgmt-network-10.0.0.zip) = 7732373

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= azure-mgmt-rdbms
PORTVERSION= 2.0.0
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1584133551
SHA256 (azure-mgmt-rdbms-2.0.0.zip) = 6bb12eaa3cbeba53c541131050c963af275242f1c308c5a9a32dde65f0a5e0a7
SIZE (azure-mgmt-rdbms-2.0.0.zip) = 223179
TIMESTAMP = 1586089608
SHA256 (azure-mgmt-rdbms-2.2.0.zip) = f93344897a9bfa6ebc57dd0c10ad79602ff7965c322c65115e3f4b8584bbe1c7
SIZE (azure-mgmt-rdbms-2.2.0.zip) = 276443

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= glance-store
PORTVERSION= 0.29.1
PORTVERSION= 1.1.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1585985904
SHA256 (glance_store-0.29.1.tar.gz) = 9cf15983755651150fa057d419b5aac2d9807c49d302fecc3732b723aefc1f95
SIZE (glance_store-0.29.1.tar.gz) = 185326
TIMESTAMP = 1586082587
SHA256 (glance_store-1.1.0.tar.gz) = 3a417915d15fb8bb0d5cf7c1272ff3e670b2c78c9da434524c39a38e5b6d21d2
SIZE (glance_store-1.1.0.tar.gz) = 181072

View File

@ -1,11 +1,14 @@
--- slp_platformselect.h.orig 2020-01-10 10:02:27 UTC
--- slp_platformselect.h.orig 2018-07-23 18:02:45 UTC
+++ slp_platformselect.h
@@ -12,7 +12,7 @@
@@ -12,9 +12,9 @@
#include "platform/switch_amd64_unix.h" /* gcc on amd64 */
#elif defined(__GNUC__) && defined(__i386__)
#include "platform/switch_x86_unix.h" /* gcc on X86 */
-#elif defined(__GNUC__) && defined(__powerpc64__) && defined(__linux__)
+#elif defined(__GNUC__) && defined(__powerpc64__) && (defined(__linux__) || defined(__FreeBSD__))
#include "platform/switch_ppc64_linux.h" /* gcc on PowerPC 64-bit */
#elif defined(__GNUC__) && defined(__PPC__) && defined(__linux__)
-#elif defined(__GNUC__) && defined(__PPC__) && defined(__linux__)
+#elif defined(__GNUC__) && defined(__PPC__) && (defined(__linux__) || defined(__FreeBSD__))
#include "platform/switch_ppc_linux.h" /* gcc on PowerPC */
#elif defined(__GNUC__) && defined(__ppc__) && defined(__APPLE__)
#include "platform/switch_ppc_macosx.h" /* Apple MacOS X on PowerPC */

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= grpcio-tools
PORTVERSION= 1.27.2
PORTVERSION= 1.28.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>1:devel/py-grpcio@${PY_FLAVOR}
LIB_DEPENDS= libcares.so:dns/c-ares
USES= compiler:c++11-lang localbase:ldflags python
USES= compiler:c++11-lang localbase:ldflags python:3.5+
USE_PYTHON= autoplist distutils
CFLAGS+= -DHAVE_PTHREAD=1
LDFLAGS+= -lcares

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1581752144
SHA256 (grpcio-tools-1.27.2.tar.gz) = 845a51305af9fc7f9e2078edaec9a759153195f6cf1fbb12b1fa6f077e56b260
SIZE (grpcio-tools-1.27.2.tar.gz) = 1983884
TIMESTAMP = 1586086449
SHA256 (grpcio-tools-1.28.1.tar.gz) = adf089aaf6e21358b12e39d9fa7c28611340d8399a918c0b72ff122ce9b7e0af
SIZE (grpcio-tools-1.28.1.tar.gz) = 1986547

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= grpcio
PORTVERSION= 1.27.2
PORTVERSION= 1.28.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>1:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3:devel/py-protobuf@${PY_FLAVOR}
LIB_DEPENDS= libcares.so:dns/c-ares
USES= compiler:c++11-lib localbase:ldflags python
USES= compiler:c++11-lib localbase:ldflags python:3.5+
USE_PYTHON= autoplist distutils
MAKE_ENV+= GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true \
GRPC_PYTHON_BUILD_SYSTEM_CARES=true

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1581750933
SHA256 (grpcio-1.27.2.tar.gz) = 5ae532b93cf9ce5a2a549b74a2c35e3b690b171ece9358519b3039c7b84c887e
SIZE (grpcio-1.27.2.tar.gz) = 16873766
TIMESTAMP = 1586085516
SHA256 (grpcio-1.28.1.tar.gz) = cbc322c5d5615e67c2a15be631f64e6c2bab8c12505bc7c150948abdaa0bdbac
SIZE (grpcio-1.28.1.tar.gz) = 19511346

View File

@ -1,9 +1,9 @@
--- src/python/grpcio/grpc_core_dependencies.py.orig 2019-12-18 01:59:05 UTC
--- src/python/grpcio/grpc_core_dependencies.py.orig 2020-04-03 01:18:52 UTC
+++ src/python/grpcio/grpc_core_dependencies.py
@@ -694,56 +694,6 @@ CORE_SOURCE_FILES = [
'third_party/boringssl/ssl/tls_method.cc',
'third_party/boringssl/ssl/tls_record.cc',
'third_party/boringssl/third_party/fiat/curve25519.c',
@@ -755,56 +755,6 @@ CORE_SOURCE_FILES = [
'third_party/boringssl-with-bazel/src/ssl/tls_method.cc',
'third_party/boringssl-with-bazel/src/ssl/tls_record.cc',
'third_party/boringssl-with-bazel/src/third_party/fiat/curve25519.c',
- 'third_party/cares/cares/ares__close_sockets.c',
- 'third_party/cares/cares/ares__get_hostent.c',
- 'third_party/cares/cares/ares__read_line.c',

View File

@ -1,55 +0,0 @@
--- third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc.orig 2020-02-04 17:37:57 UTC
+++ third_party/abseil-cpp/absl/base/internal/unscaledcycleclock.cc
@@ -20,10 +20,16 @@
#include <intrin.h>
#endif
-#if defined(__powerpc__) || defined(__ppc__)
+#if (defined(__powerpc__) || defined(__ppc__)) && defined(__GLIBC__)
#include <sys/platform/ppc.h>
+
#endif
+#if (defined(__powerpc__) || defined(__ppc__)) && defined(__FreeBSD__)
+#include <sys/types.h>
+#include <sys/sysctl.h>
+#endif
+
#include "absl/base/internal/sysinfo.h"
namespace absl {
@@ -57,11 +62,34 @@ double UnscaledCycleClock::Frequency() {
#elif defined(__powerpc__) || defined(__ppc__)
int64_t UnscaledCycleClock::Now() {
+#ifdef __GLIBC__
return __ppc_get_timebase();
+#elif defined(__FreeBSD__)
+ union { long long complete; unsigned int part[2]; } ticks;
+ unsigned int tmp;
+ asm volatile(
+ "0:\n"
+ "mftbu %[hi32]\n"
+ "mftb %[lo32]\n"
+ "mftbu %[tmp]\n"
+ "cmpw %[tmp],%[hi32]\n"
+ "bne 0b\n"
+ : [hi32] "=r"(ticks.part[0]), [lo32] "=r"(ticks.part[1]),
+ [tmp] "=r"(tmp)
+ );
+ return ticks.complete;
+#endif
}
double UnscaledCycleClock::Frequency() {
+#ifdef __GLIBC__
return __ppc_get_timebase_freq();
+#elif defined(__FreeBSD__)
+ double timebaseFrequency = 0;
+ size_t length = sizeof(timebaseFrequency);
+ sysctlbyname("kern.timecounter.tc.timebase.frequency", &timebaseFrequency, &length, NULL, 0);
+ return timebaseFrequency;
+#endif
}
#elif defined(__aarch64__)

View File

@ -1,5 +1,5 @@
--- third_party/boringssl/include/openssl/base.h.orig 2019-12-18 01:59:19 UTC
+++ third_party/boringssl/include/openssl/base.h
--- third_party/boringssl-with-bazel/src/include/openssl/base.h.orig 2020-04-05 11:30:13 UTC
+++ third_party/boringssl-with-bazel/src/include/openssl/base.h
@@ -458,9 +458,6 @@ typedef void *OPENSSL_BLOCK;
// MSVC doesn't set __cplusplus to 201103 to indicate C++11 support (see
// https://connect.microsoft.com/VisualStudio/feedback/details/763051/a-value-of-predefined-macro-cplusplus-is-still-199711l)

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= infinity
PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= All-in-one infinity value which can be compared to any object
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1586082581
SHA256 (infinity-1.4.tar.gz) = dc4aa138d7e366fc00d2e741e32c78a0fecd16b74f8daeb3f7408b459668005c
SIZE (infinity-1.4.tar.gz) = 5410

View File

@ -0,0 +1,4 @@
infinity provides all-in-one infinity value for Python. It can be compared to
any object.
WWW: https://github.com/kvesteri/infinity

View File

@ -0,0 +1,23 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= intervals
PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Handle intervals (ranges of comparable objects)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}infinity>=0.1.3:devel/py-infinity@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1586082583
SHA256 (intervals-0.8.1.tar.gz) = 37921da1407a5e9384e8e1350cfb8500f8d0d69fc43d03d01a4fdc6e7a7c7166
SIZE (intervals-0.8.1.tar.gz) = 15255

View File

@ -0,0 +1,5 @@
Intervals can be initialized using the class constructor, various factory
methods or from_string class method. The recommended way is to use the factory
methods.
WWW: https://github.com/kvesteri/intervals

View File

@ -13,6 +13,9 @@ COMMENT= IPython Kernel for Jupyter
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.md
DEPRECATED= Old version, use devel/py-ipykernel5 instead
EXPIRATION_DATE=2020-05-06
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython5>=4.0.0:devel/ipython5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \

View File

@ -2,7 +2,7 @@
PORTNAME= ipyparallel
PORTVERSION= 6.2.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.md
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipykernel>=4.4:devel/py-ipykernel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython5>=4.0.0:devel/ipython5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipykernel5>=4.4:devel/py-ipykernel5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython_genutils>=0:devel/py-ipython_genutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}notebook>=0:www/py-notebook@${PY_FLAVOR} \

View File

@ -2,7 +2,7 @@
PORTNAME= ipywidgets
PORTVERSION= 7.5.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,8 +13,8 @@ COMMENT= Interactive HTML widgets for Jupyter notebooks and the IPython kernel
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel>=4.5.1:devel/py-ipykernel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython5>=4.0.0:devel/ipython5@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipykernel5>=4.5.1:devel/py-ipykernel5@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=4.0.0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}nbformat>=4.2.0:devel/py-nbformat@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}traitlets>=4.3.1:devel/py-traitlets@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}widgetsnbextension>=3.5.0:devel/py-widgetsnbextension@${PY_FLAVOR}

View File

@ -3,6 +3,7 @@
PORTNAME= keystonemiddleware
PORTVERSION= 8.0.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -16,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.12.0:devel/py-keystoneauth1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.26.0:devel/py-oslo.cache@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.context>=2.19.2:devel/py-oslo.context@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
@ -38,4 +38,12 @@ NO_ARCH= yes
# keystonemiddleware 9.0.0+ requires Python 3.6+
PORTSCOUT= limit:^8\.
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 3600
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}oslo.cache1>=1.26.0:devel/py-oslo.cache1@${PY_FLAVOR}
.else
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}oslo.cache>=1.26.0:devel/py-oslo.cache@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= knack
DISTVERSION= 0.6.3
DISTVERSION= 0.7.0rc1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -10,6 +10,7 @@ MAINTAINER= dbaio@FreeBSD.org
COMMENT= Command line interface framework
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
@ -17,10 +18,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>0:devel/py-argcomplete@${PY_FLAV
${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
${PY_ENUM34}
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USES= python:3.5+
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1567886810
SHA256 (knack-0.6.3.tar.gz) = b1ac92669641b902e1aef97138666a21b8852f65d83cbde03eb9ddebf82ce121
SIZE (knack-0.6.3.tar.gz) = 62069
TIMESTAMP = 1586089190
SHA256 (knack-0.7.0rc1.tar.gz) = 0cb9dff5d25f377ed06b0d1cefae6e907204e4a99b0a7fe2947f68118fa5b765
SIZE (knack-0.7.0rc1.tar.gz) = 67514

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= oslo.cache
PORTVERSION= 1.38.1
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache@
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
USES= python
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1577145757
SHA256 (oslo.cache-1.38.1.tar.gz) = af107ce879751ef7261c8780f670ac17bc99d82ef8b3b8f825b647b9580845e9
SIZE (oslo.cache-1.38.1.tar.gz) = 57508
TIMESTAMP = 1586082589
SHA256 (oslo.cache-2.2.0.tar.gz) = 1712ae27f7c46a4e0184bf58ec032289869c743bdecbc78fe20c2145820dee37
SIZE (oslo.cache-2.2.0.tar.gz) = 56584

View File

@ -0,0 +1,33 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= oslo.cache
PORTVERSION= 1.38.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 1
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Cache storage for OpenStack projects
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.log>=3.36.0:devel/py-oslo.log@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
# oslo.cache 2.0.0+ requires Python 3.6+
PORTSCOUT= limit:^1\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1577145757
SHA256 (oslo.cache-1.38.1.tar.gz) = af107ce879751ef7261c8780f670ac17bc99d82ef8b3b8f825b647b9580845e9
SIZE (oslo.cache-1.38.1.tar.gz) = 57508

View File

@ -0,0 +1,7 @@
oslo.cache aims to provide a generic caching mechanism for OpenStack projects
by wrapping the dogpile.cache library. The dogpile.cache library provides
support memoization, key value storage and interfaces to common caching
backends such as Memcached.
WWW: https://docs.openstack.org/oslo.cache/latest/
WWW: https://github.com/openstack/oslo.cache

View File

@ -42,7 +42,7 @@ post-patch:
${REINPLACE_CMD} -e 's|libdistorm64.so|${PYTHON_SITELIBDIR}/distorm3/libdistorm3.so|' \
${WRKSRC}/ptrace/pydistorm.py
do-test: extract
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} runtests.py)
.include <bsd.port.mk>

View File

@ -11,4 +11,5 @@ Features:
* Dump registers, memory mappings, stack, etc.
* Syscall tracer and parser (strace command)
WWW: http://bitbucket.org/haypo/python-ptrace/wiki/Home
WWW: https://github.com/vstinner/python-ptrace
WWW: https://python-ptrace.readthedocs.io/

View File

@ -2,22 +2,22 @@
# $FreeBSD$
PORTNAME= python-gflags
PORTVERSION= 3.1.0
PORTREVISION= 1
DISTVERSION= 3.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jlaffaye@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Commandline flags module for Python
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USES= python shebangfix
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
SHEBANG_FILES= gflags2man.py
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1478190883
SHA256 (python-gflags-3.1.0.tar.gz) = 3377d9dbeedb99c0325beb1f535f8fa9fa131d1d8b50db7481006f0a4c6919b4
SIZE (python-gflags-3.1.0.tar.gz) = 52165
TIMESTAMP = 1584831883
SHA256 (python-gflags-3.1.2.tar.gz) = 40ae131e899ef68e9e14aa53ca063839c34f6a168afe622217b5b875492a1ee2
SIZE (python-gflags-3.1.2.tar.gz) = 52093

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= validators
DISTVERSION= 0.14.2
DISTVERSION= 0.14.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1580157161
SHA256 (validators-0.14.2.tar.gz) = b192e6bde7d617811d59f50584ed240b580375648cd032d106edeb3164099508
SIZE (validators-0.14.2.tar.gz) = 25752
TIMESTAMP = 1586091247
SHA256 (validators-0.14.3.tar.gz) = 6a0d9502219aee486f1ee12d8a9635e4a56f3dbcfa204b4e0de3a038ae35f34f
SIZE (validators-0.14.3.tar.gz) = 25893

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qtcreator
DISTVERSION= 4.11.1
DISTVERSION= 4.11.2
CATEGORIES= devel
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
DISTNAME= qt-creator-opensource-src-${DISTVERSION}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1584170847
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.11.1.tar.xz) = c511f5beacadad4a37cbf7ec23c17cf28630c79998f1dc8bc7edefa9b9337924
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.11.1.tar.xz) = 26989632
TIMESTAMP = 1586068406
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-4.11.2.tar.xz) = 8d67e45b66944fdb0f879cbfae341af7e38d6a348cf18332b5cb9f07937aae02
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-4.11.2.tar.xz) = 26990908

Some files were not shown because too many files have changed in this diff Show More