diff options
Diffstat (limited to 'graphics')
82 files changed, 231 insertions, 124 deletions
diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index ee2407d46bf5..54385849a1dc 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -1,6 +1,6 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.43 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index 2009fad848b8..df0e194cfc1d 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -1,6 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 6.9.13-23 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ \ diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 57852920ad2c..613932d6c4d2 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -1,5 +1,6 @@ PORTNAME= ImageMagick DISTVERSION= 7.1.1-45 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= https://ftp.acc.umu.se/mirror/imagemagick.org/ftp/releases/ \ https://mirror.dogado.de/imagemagick/releases/ \ diff --git a/graphics/Makefile b/graphics/Makefile index 8c13229d8fc6..d44198ef29cc 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -114,6 +114,7 @@ SUBDIR += colmap SUBDIR += colord SUBDIR += colord-gtk + SUBDIR += colord-kde SUBDIR += compupic SUBDIR += converseen SUBDIR += corrupter @@ -787,6 +788,7 @@ SUBDIR += p5-VCG SUBDIR += p5-Visio SUBDIR += p5-feedgnuplot + SUBDIR += pagedgeometry SUBDIR += panoglview SUBDIR += panomatic SUBDIR += partio @@ -1092,7 +1094,6 @@ SUBDIR += resvg-capi SUBDIR += rgbpaint SUBDIR += rigsofrods-caelum - SUBDIR += rigsofrods-pagedgeometry SUBDIR += ristretto SUBDIR += rlottie SUBDIR += ruby-gd diff --git a/graphics/aeskulap/Makefile b/graphics/aeskulap/Makefile index 2189bcd21d28..7b6f14a20309 100644 --- a/graphics/aeskulap/Makefile +++ b/graphics/aeskulap/Makefile @@ -1,6 +1,6 @@ PORTNAME= aeskulap PORTVERSION= 0.2.2.20190120 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org diff --git a/graphics/atril-lite/Makefile b/graphics/atril-lite/Makefile index c183a7a8c6d1..5e8090849b5f 100644 --- a/graphics/atril-lite/Makefile +++ b/graphics/atril-lite/Makefile @@ -1,3 +1,4 @@ +PORTREVISION= 1 PKGNAMESUFFIX= -lite OPTIONS_EXCLUDE= CAJA DBUS diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index 6c5f987bf7c5..30ac770dc533 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -3,7 +3,7 @@ PORTNAME= atril PORTVERSION= 1.28.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index c0f583323243..c9367963e4a0 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -1,6 +1,6 @@ PORTNAME= autopano-sift-C PORTVERSION= 2.5.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 2dc9db672f3b..faacd6dcabee 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,6 +1,6 @@ PORTNAME= blender DISTVERSION= 4.2.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 830903ee5e15..4a438e16234d 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -1,6 +1,6 @@ PORTNAME= cegui PORTVERSION= 0.8.7 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 diff --git a/graphics/colord-kde/Makefile b/graphics/colord-kde/Makefile new file mode 100644 index 000000000000..13ccdafdea98 --- /dev/null +++ b/graphics/colord-kde/Makefile @@ -0,0 +1,18 @@ +PORTNAME= colord-kde +DISTVERSION= ${KDE_APPLICATIONS_VERSION} +CATEGORIES= graphics kde kde-applications + +MAINTAINER= kde@FreeBSD.org +COMMENT= Color profiles manager +WWW= https://invent.kde.org/graphics/colord-kde + +LIB_DEPENDS= liblcms2.so:graphics/lcms2 + +USES= cmake gettext kde:6 pkgconfig qt:6 tar:xz xorg +USE_KDE= coreaddons dbusaddons i18n itemmodels kcmutils \ + widgetsaddons windowsystem \ + ecm:build +USE_QT= base declarative +USE_XORG= x11 xcb xrandr + +.include <bsd.port.mk> diff --git a/graphics/colord-kde/distinfo b/graphics/colord-kde/distinfo new file mode 100644 index 000000000000..f69e4cc43e0d --- /dev/null +++ b/graphics/colord-kde/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1751111721 +SHA256 (KDE/release-service/25.04.2/colord-kde-25.04.2.tar.xz) = 3f847f952ff34fe98e9b9c3477039860b95d3ec079a4421ab8269b6ee8a91459 +SIZE (KDE/release-service/25.04.2/colord-kde-25.04.2.tar.xz) = 120048 diff --git a/graphics/colord-kde/pkg-descr b/graphics/colord-kde/pkg-descr new file mode 100644 index 000000000000..6a2d3fbf3caa --- /dev/null +++ b/graphics/colord-kde/pkg-descr @@ -0,0 +1 @@ +This port provides interfaces and session daemon to colord service. diff --git a/graphics/colord-kde/pkg-plist b/graphics/colord-kde/pkg-plist new file mode 100644 index 000000000000..f9009580e399 --- /dev/null +++ b/graphics/colord-kde/pkg-plist @@ -0,0 +1,56 @@ +bin/colord-kde-icc-importer +%%QT_PLUGINDIR%%/kf6/kded/colord.so +%%QT_PLUGINDIR%%/plasma/kcms/systemsettings/kcm_colord.so +share/applications/colordkdeiccimporter.desktop +share/applications/kcm_colord.desktop +share/locale/ar/LC_MESSAGES/colord-kde.mo +share/locale/ast/LC_MESSAGES/colord-kde.mo +share/locale/az/LC_MESSAGES/colord-kde.mo +share/locale/bg/LC_MESSAGES/colord-kde.mo +share/locale/bs/LC_MESSAGES/colord-kde.mo +share/locale/ca/LC_MESSAGES/colord-kde.mo +share/locale/ca@valencia/LC_MESSAGES/colord-kde.mo +share/locale/cs/LC_MESSAGES/colord-kde.mo +share/locale/da/LC_MESSAGES/colord-kde.mo +share/locale/de/LC_MESSAGES/colord-kde.mo +share/locale/el/LC_MESSAGES/colord-kde.mo +share/locale/en_GB/LC_MESSAGES/colord-kde.mo +share/locale/eo/LC_MESSAGES/colord-kde.mo +share/locale/es/LC_MESSAGES/colord-kde.mo +share/locale/et/LC_MESSAGES/colord-kde.mo +share/locale/eu/LC_MESSAGES/colord-kde.mo +share/locale/fi/LC_MESSAGES/colord-kde.mo +share/locale/fr/LC_MESSAGES/colord-kde.mo +share/locale/ga/LC_MESSAGES/colord-kde.mo +share/locale/gl/LC_MESSAGES/colord-kde.mo +share/locale/he/LC_MESSAGES/colord-kde.mo +share/locale/hi/LC_MESSAGES/colord-kde.mo +share/locale/hu/LC_MESSAGES/colord-kde.mo +share/locale/ia/LC_MESSAGES/colord-kde.mo +share/locale/id/LC_MESSAGES/colord-kde.mo +share/locale/it/LC_MESSAGES/colord-kde.mo +share/locale/ja/LC_MESSAGES/colord-kde.mo +share/locale/ka/LC_MESSAGES/colord-kde.mo +share/locale/km/LC_MESSAGES/colord-kde.mo +share/locale/ko/LC_MESSAGES/colord-kde.mo +share/locale/lt/LC_MESSAGES/colord-kde.mo +share/locale/lv/LC_MESSAGES/colord-kde.mo +share/locale/mr/LC_MESSAGES/colord-kde.mo +share/locale/nl/LC_MESSAGES/colord-kde.mo +share/locale/nn/LC_MESSAGES/colord-kde.mo +share/locale/pa/LC_MESSAGES/colord-kde.mo +share/locale/pl/LC_MESSAGES/colord-kde.mo +share/locale/pt/LC_MESSAGES/colord-kde.mo +share/locale/pt_BR/LC_MESSAGES/colord-kde.mo +share/locale/ro/LC_MESSAGES/colord-kde.mo +share/locale/ru/LC_MESSAGES/colord-kde.mo +share/locale/sa/LC_MESSAGES/colord-kde.mo +share/locale/sk/LC_MESSAGES/colord-kde.mo +share/locale/sl/LC_MESSAGES/colord-kde.mo +share/locale/sv/LC_MESSAGES/colord-kde.mo +share/locale/ta/LC_MESSAGES/colord-kde.mo +share/locale/tr/LC_MESSAGES/colord-kde.mo +share/locale/ug/LC_MESSAGES/colord-kde.mo +share/locale/uk/LC_MESSAGES/colord-kde.mo +share/locale/zh_CN/LC_MESSAGES/colord-kde.mo +share/locale/zh_TW/LC_MESSAGES/colord-kde.mo diff --git a/graphics/cptutils/Makefile b/graphics/cptutils/Makefile index ae829d60e967..5eba812a1251 100644 --- a/graphics/cptutils/Makefile +++ b/graphics/cptutils/Makefile @@ -1,5 +1,6 @@ PORTNAME= cptutils PORTVERSION= 1.84 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://jjg.gitlab.io/src/ diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index 1e8e5451862e..0a5e92805986 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -1,5 +1,6 @@ PORTNAME= darktable PORTVERSION= 5.0.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/ diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile index 5894e8794dd3..527b3c685cee 100644 --- a/graphics/dcmtk/Makefile +++ b/graphics/dcmtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= dcmtk DISTVERSIONPREFIX= ${PORTNAME:tu}- DISTVERSION= 3.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 49ab9d75535a..8aab87652f5e 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -1,6 +1,6 @@ PORTNAME= delaboratory PORTVERSION= 0.8 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= https://BSDforge.com/projects/source/graphics/delaboratory/ diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 76cd39ee0025..2dd755d5e39e 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -1,6 +1,6 @@ PORTNAME= dia PORTVERSION= 0.97.3 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 95c74965234e..1931b993bb81 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -1,6 +1,6 @@ PORTNAME= digikam DISTVERSION= 8.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION} \ https://files.kde.org/${PORTNAME}/%SUBDIR%/:aesthetic,autotags,face,yunet \ diff --git a/graphics/drawio/Makefile b/graphics/drawio/Makefile index b0a73ad0fd28..527792f369de 100644 --- a/graphics/drawio/Makefile +++ b/graphics/drawio/Makefile @@ -1,6 +1,6 @@ PORTNAME= drawio PORTVERSION= 26.2.15 -PORTREVISION= 5 +PORTREVISION= 6 DISTVERSIONPREFIX= x86_64- CATEGORIES= graphics MASTER_SITES= https://github.com/jgraph/drawio-desktop/releases/download/v${PORTVERSION}/ diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index f9fc31a6821c..0f3f10ecff7b 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -1,6 +1,6 @@ PORTNAME= eom DISTVERSION= 1.28.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics mate MASTER_SITES= MATE DIST_SUBDIR= mate diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 701c98aa258a..f48564d52471 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -1,5 +1,6 @@ PORTNAME= evince DISTVERSION= 48.0 +PORTREVISION= 1 CATEGORIES= graphics print gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index 7b5e7f49be9a..03e47b8c524f 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -1,7 +1,7 @@ PORTNAME= flam3 DISTVERSIONPREFIX= v DISTVERSION= 3.1.1-5 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONSUFFIX= -g7fb50c8 CATEGORIES= graphics diff --git a/graphics/frogr/Makefile b/graphics/frogr/Makefile index 28aebf603a9e..d9414a7e0267 100644 --- a/graphics/frogr/Makefile +++ b/graphics/frogr/Makefile @@ -1,6 +1,6 @@ PORTNAME= frogr PORTVERSION= 1.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= GNOME diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index 1ff148ab8e80..724c770bebf1 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -1,6 +1,6 @@ PORTNAME= fyre PORTVERSION= 1.0.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= graphics MASTER_SITES= http://releases.navi.cx/fyre/ diff --git a/graphics/gdal-grass/Makefile b/graphics/gdal-grass/Makefile index c46a53b7fb40..d3ab1fe6a280 100644 --- a/graphics/gdal-grass/Makefile +++ b/graphics/gdal-grass/Makefile @@ -1,6 +1,5 @@ PORTNAME= gdal-grass -PORTVERSION= 1.0.3 -PORTREVISION= 2 +PORTVERSION= 1.0.4 PORTEPOCH= 1 CATEGORIES= graphics diff --git a/graphics/gdal-grass/distinfo b/graphics/gdal-grass/distinfo index 1544135cd2e9..33fb2482bf75 100644 --- a/graphics/gdal-grass/distinfo +++ b/graphics/gdal-grass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739116676 -SHA256 (OSGeo-gdal-grass-1.0.3_GH0.tar.gz) = 9c306b69f4943309c8d0d002ae67b08d08c3ec0b6eda07918e54530b8a1acd68 -SIZE (OSGeo-gdal-grass-1.0.3_GH0.tar.gz) = 346675 +TIMESTAMP = 1750954124 +SHA256 (OSGeo-gdal-grass-1.0.4_GH0.tar.gz) = 38d2ec03c2efadaec142999b0ed7d8556b08dfa3cb228832dcde199e44af0af6 +SIZE (OSGeo-gdal-grass-1.0.4_GH0.tar.gz) = 346968 diff --git a/graphics/gdal-grass/files/patch-ogrgrass.h b/graphics/gdal-grass/files/patch-ogrgrass.h deleted file mode 100644 index 2252d7adb8b4..000000000000 --- a/graphics/gdal-grass/files/patch-ogrgrass.h +++ /dev/null @@ -1,25 +0,0 @@ ---- ogrgrass.h.orig 2025-02-06 13:45:38 UTC -+++ ogrgrass.h -@@ -56,9 +56,9 @@ class OGRGRASSLayer final : public OGRLayer - return poFeatureDefn; - } - GIntBig GetFeatureCount(int) override; -- OGRErr GetExtent(OGREnvelope *psExtent, int bForce) override; -+ OGRErr GetExtent(OGREnvelope *psExtent, int bForce); - virtual OGRErr GetExtent(int iGeomField, OGREnvelope *psExtent, -- int bForce) override -+ int bForce) - { - return OGRLayer::GetExtent(iGeomField, psExtent, bForce); - } -@@ -73,8 +73,8 @@ class OGRGRASSLayer final : public OGRLayer - - // Filters - virtual OGRErr SetAttributeFilter(const char *query) override; -- virtual void SetSpatialFilter(OGRGeometry *poGeomIn) override; -- virtual void SetSpatialFilter(int iGeomField, OGRGeometry *poGeom) override -+ virtual void SetSpatialFilter(OGRGeometry *poGeomIn); -+ virtual void SetSpatialFilter(int iGeomField, OGRGeometry *poGeom) - { - OGRLayer::SetSpatialFilter(iGeomField, poGeom); - } diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 1003fd054bad..f8c5969a8b3a 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdal PORTVERSION= 3.11.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index f5ce9a6603a2..b3720e749a57 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -28,6 +28,8 @@ OPTIONS_SUB= yes DOCS_BUILD_DEPENDS= gtkdoc-scan:textproc/gtk-doc DOCS_CONFIGURE_ON= -Dgtk_doc=true +PORTSCOUT= limitw:1,even + pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/vala/vapi diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 6621ba5d2ff3..88dcad028267 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -1,6 +1,7 @@ PORTNAME= gpaint DISTVERSIONPREFIX= 2- DISTVERSION= 0.3.4 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNU_ALPHA diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index 24ae8f35c1f8..a1f6f1997828 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -1,6 +1,6 @@ PORTNAME= iccxml PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/IccXML-Src/${DISTNAME} DISTNAME= IccXML-${PORTVERSION} diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index f05e4b1a89e3..642c7c60f676 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,16 +1,8 @@ PORTNAME= inkscape -DISTVERSION= 1.4 -PORTREVISION= 6 +DISTVERSION= 1.4.2 CATEGORIES= graphics gnome MASTER_SITES= https://media.inkscape.org/dl/resources/file/ -PATCH_SITES= https://gitlab.com/${PORTNAME}/${PORTNAME}/-/commit/ -PATCHFILES+= eb6dadcf1a5c660167ba43f3606c8e7cc6529787.patch:-p1 # https://gitlab.com/inkscape/inkscape/-/merge_requests/6755 -PATCHFILES+= 49604afa97be08608b65687633b1373eb9cf524b.patch:-p1 # https://gitlab.com/inkscape/inkscape/-/merge_requests/6839 -PATCHFILES+= b1bd016ee3f91f3f5b2dbb928655eb049e8f62e4.patch:-p1 \ - 8abd30721e9bf5b15d705657d8e3a2103593e2f3.patch:-p1 # https://gitlab.com/inkscape/inkscape/-/merge_requests/6857 -PATCHFILES+= 9754274ea0ee76d9888ec0b306885ecba6926702.patch:-p1 # https://gitlab.com/inkscape/inkscape/-/merge_requests/6981 - MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor WWW= https://inkscape.org @@ -60,7 +52,7 @@ USE_PYTHON= cython USE_XORG= sm ice x11 xext USE_LDCONFIG= yes -DATETAG= 2024-10-09_e7c3feb100 +DATETAG= 2025-05-08_ebf0e940d0 WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}_${DATETAG} BINARY_ALIAS= python3=${PYTHON_CMD} diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo index 03d732908ec7..1624044a0d7c 100644 --- a/graphics/inkscape/distinfo +++ b/graphics/inkscape/distinfo @@ -1,13 +1,3 @@ -TIMESTAMP = 1742882145 -SHA256 (inkscape-1.4.tar.xz) = c59a85453b699addebcd51c1dc07684dd96a10c8aec716b19551db50562e13f5 -SIZE (inkscape-1.4.tar.xz) = 46321868 -SHA256 (eb6dadcf1a5c660167ba43f3606c8e7cc6529787.patch) = 2c2e04d8524fb75e7758ba43742512ad66447ec0b56f28279f4679b96cd1425f -SIZE (eb6dadcf1a5c660167ba43f3606c8e7cc6529787.patch) = 1149 -SHA256 (49604afa97be08608b65687633b1373eb9cf524b.patch) = 1c29e4cf3a09a76c1b8cf874c8baee38725aaa00574919d7b79aa638c01dbf66 -SIZE (49604afa97be08608b65687633b1373eb9cf524b.patch) = 2171 -SHA256 (b1bd016ee3f91f3f5b2dbb928655eb049e8f62e4.patch) = 52bbbaab550af4e65dacfacb8ab1325e9db12f24d8520f0a791ecbda249dd70f -SIZE (b1bd016ee3f91f3f5b2dbb928655eb049e8f62e4.patch) = 2860 -SHA256 (8abd30721e9bf5b15d705657d8e3a2103593e2f3.patch) = 82554a7c3295b4c5016c73c0de72c2b74a577a63d2fa61b032e3f02177ea46e5 -SIZE (8abd30721e9bf5b15d705657d8e3a2103593e2f3.patch) = 19162 -SHA256 (9754274ea0ee76d9888ec0b306885ecba6926702.patch) = 3956a80a968d861b6f6ff060fa507b15cb65f7f9d6ca49f8632fad454436248c -SIZE (9754274ea0ee76d9888ec0b306885ecba6926702.patch) = 7207 +TIMESTAMP = 1749560080 +SHA256 (inkscape-1.4.2.tar.xz) = 2000530c7917e5260c9e8575a7154ff6926643d2006487d714e304a963f0c782 +SIZE (inkscape-1.4.2.tar.xz) = 53278452 diff --git a/graphics/inkscape/pkg-plist b/graphics/inkscape/pkg-plist index a89a1abe0fcf..227a6dc1a69a 100644 --- a/graphics/inkscape/pkg-plist +++ b/graphics/inkscape/pkg-plist @@ -1,7 +1,7 @@ bin/inkscape bin/inkview lib/inkscape/libinkscape_base.so -lib/inkscape/libinkscape_base.so.1.4.0.0 +lib/inkscape/libinkscape_base.so.1.4.2.0 share/applications/org.inkscape.Inkscape.desktop share/bash-completion/completions/inkscape share/icons/hicolor/16x16/apps/org.inkscape.Inkscape.png @@ -189,6 +189,8 @@ share/icons/hicolor/symbolic/apps/org.inkscape.Inkscape-symbolic.svg %%DATADIR%%/extensions/cgm_input.inx %%DATADIR%%/extensions/cgm_input.py %%DATADIR%%/extensions/cgm_parse.py +%%DATADIR%%/extensions/clean_up_path.inx +%%DATADIR%%/extensions/clean_up_path.py %%DATADIR%%/extensions/color_blackandwhite.inx %%DATADIR%%/extensions/color_blackandwhite.py %%DATADIR%%/extensions/color_brighter.inx @@ -553,6 +555,7 @@ share/icons/hicolor/symbolic/apps/org.inkscape.Inkscape-symbolic.svg %%DATADIR%%/extensions/inkex/paths/quadratic.py %%DATADIR%%/extensions/inkex/ports.py %%DATADIR%%/extensions/inkex/properties.py +%%DATADIR%%/extensions/inkex/py.typed %%DATADIR%%/extensions/inkex/styles.py %%DATADIR%%/extensions/inkex/tester/__init__.py %%DATADIR%%/extensions/inkex/tester/decorators.py @@ -722,14 +725,41 @@ share/icons/hicolor/symbolic/apps/org.inkscape.Inkscape-symbolic.svg %%DATADIR%%/extensions/other/extension-afdesign/inkaf/parser/types.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/parser/utils.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/__init__.py +%%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/adjustment.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/convert.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/curve.py +%%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/enhance.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/fill.py +%%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/raster.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/shape.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/styles.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/text.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/svg/util.py %%DATADIR%%/extensions/other/extension-afdesign/inkaf/utils.py +%%DATADIR%%/extensions/other/extension-curve/LICENSE +%%DATADIR%%/extensions/other/extension-curve/inkvn-curve.inx +%%DATADIR%%/extensions/other/extension-curve/inkvn.inx +%%DATADIR%%/extensions/other/extension-curve/inkvn/__init__.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/__main__.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/__init__.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/artboard.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/base.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/group.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/guide.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/image.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/path.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/styles.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/elements/text.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/reader/__init__.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/reader/decode.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/reader/decode_vn.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/reader/extract.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/reader/read.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/reader/text.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/svg/__init__.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/svg/convert.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/utils.py +%%DATADIR%%/extensions/other/extension-curve/inkvn/vninput.py %%DATADIR%%/extensions/other/extension-xaml/LICENSE.txt %%DATADIR%%/extensions/other/extension-xaml/docs/svg2xaml.rst %%DATADIR%%/extensions/other/extension-xaml/inkxaml/__init__.py @@ -4579,7 +4609,8 @@ share/icons/hicolor/symbolic/apps/org.inkscape.Inkscape-symbolic.svg %%DATADIR%%/ui/highlight-colors.css %%DATADIR%%/ui/image-properties.glade %%DATADIR%%/ui/inkscape-about.glade -%%DATADIR%%/ui/inkscape-start.glade +%%DATADIR%%/ui/inkscape-splash.glade +%%DATADIR%%/ui/inkscape-welcome.glade %%DATADIR%%/ui/inkview-controls.ui %%DATADIR%%/ui/inline-css.lang %%DATADIR%%/ui/mac.css @@ -4620,6 +4651,7 @@ share/icons/hicolor/symbolic/apps/org.inkscape.Inkscape-symbolic.svg %%DATADIR%%/ui/toolbar-measure.ui %%DATADIR%%/ui/toolbar-mesh.ui %%DATADIR%%/ui/toolbar-node.ui +%%DATADIR%%/ui/toolbar-objectpicker.ui %%DATADIR%%/ui/toolbar-page.ui %%DATADIR%%/ui/toolbar-paintbucket.ui %%DATADIR%%/ui/toolbar-pencil.ui diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 9de6763b672b..f60cf01f5d91 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -9,7 +9,8 @@ WWW= https://apps.kde.org/categories/graphics/ USES= kde:6 metaport qt:6 USE_QT= # -OPTIONS_DEFINE= GPHOTO \ +OPTIONS_DEFINE= COLORD \ + GPHOTO \ GWENVIEW \ KCOLORCHOOSER \ KOLOURPAINT \ @@ -21,6 +22,9 @@ OPTIONS_DEFINE= GPHOTO \ OPTIONS_DEFAULT= ${OPTIONS_DEFINE} +COLORD_DESC= Color profiles manager +COLORD_RUN_DEPENDS= colord-kde>=0:graphics/colord-kde + GPHOTO_DESC= Digital camera manager GPHOTO_RUN_DEPENDS= kamera>=${KDE_APPLICATIONS_VERSION}:graphics/kamera diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index 680979c9bd0e..ec330333ec5a 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -1,5 +1,6 @@ PORTNAME= libetonyek DISTVERSION= 0.1.12 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= LODEV/${PORTNAME} diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 529ea779fd27..10e9ddfdcf9a 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -1,5 +1,6 @@ PORTNAME= libgphoto2 PORTVERSION= 2.5.31 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} diff --git a/graphics/librasterlite2/Makefile b/graphics/librasterlite2/Makefile index d9c6b0779455..c787276f20fb 100644 --- a/graphics/librasterlite2/Makefile +++ b/graphics/librasterlite2/Makefile @@ -1,6 +1,6 @@ PORTNAME= librasterlite2 PORTVERSION= 1.1.0 -PORTREVISION= 11 +PORTREVISION= 12 DISTVERSIONSUFFIX=-beta1 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/ diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index 008b63dffe83..d306723911fe 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg DISTVERSION= 2.60.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index b14cdd8cd863..9bc0e9c458be 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -1,6 +1,6 @@ PORTNAME= librsvg PORTVERSION= 2.40.21 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index 8ffd0188e69a..101e44468372 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,7 +1,7 @@ PORTNAME= maim DISTVERSIONPREFIX= v DISTVERSION= 5.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org diff --git a/graphics/mapnik/Makefile b/graphics/mapnik/Makefile index 86242dcdde9e..1d31f4d9ec53 100644 --- a/graphics/mapnik/Makefile +++ b/graphics/mapnik/Makefile @@ -1,6 +1,7 @@ PORTNAME= mapnik DISTVERSIONPREFIX= v DISTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= graphics geography MAINTAINER= hummeltech@sherpaguru.com diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index b4063e29fcdc..04fd0725c71e 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -1,6 +1,6 @@ PORTNAME= mapserver DISTVERSION= 8.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/${PORTNAME}/ \ https://github.com/MapServer/MapServer/releases/download/rel-${DISTVERSION:S|.|-|g}/ diff --git a/graphics/minder/Makefile b/graphics/minder/Makefile index 8b22d90e9cb5..aaa5242e945c 100644 --- a/graphics/minder/Makefile +++ b/graphics/minder/Makefile @@ -1,5 +1,6 @@ PORTNAME= minder PORTVERSION= 1.17.0 +PORTREVISION= 1 CATEGORIES= graphics # avoid PKGBASE collision with net-p2p/minder PKGNAMESUFFIX= -app diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index edd543bb23df..05cc0ee67ddf 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -1,6 +1,6 @@ PORTNAME= nip2 PORTVERSION= 8.7.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics MASTER_SITES= https://github.com/libvips/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index 3bfecb0bee0a..1a1b807c6a5e 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -79,10 +79,17 @@ PYTHON_USES= python CXXFLAGS+= -DNDEBUG -I${LOCALBASE}/include -I${LOCALBASE}/include/Imath PLIST_SUB+= LIBVERSION=${PORTVERSION:R} +.include <bsd.port.options.mk> + post-patch: @${REINPLACE_CMD} -e '\ s,defined(__x86_64__),& || defined(__amd64__),' \ ${WRKSRC}/OgreMain/include/OgrePlatform.h +.if ${ARCH:Naarch64:Namd64} + @${REINPLACE_CMD} -e '\ + /check_cxx_compiler_flag(-msse OGRE_GCC_HAS_SSE)/d' \ + ${WRKSRC}/CMakeLists.txt +.endif post-patch-PYTHON-on: @${REINPLACE_CMD} -e 's/\(Python_ADDITIONAL_VERSIONS\) [0-9\.]*/\$1 ${PYTHON_VER}/' \ diff --git a/graphics/opencollada/Makefile b/graphics/opencollada/Makefile index cdb5c673c2a8..be79b65ea1a7 100644 --- a/graphics/opencollada/Makefile +++ b/graphics/opencollada/Makefile @@ -1,7 +1,7 @@ PORTNAME= opencollada DISTVERSIONPREFIX= v PORTVERSION= 1.6.68 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index cb589b0eb22b..71fa2eaf0a7b 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -1,7 +1,7 @@ PORTNAME= openfx-arena PORTVERSION= 2.4.3 DISTVERSIONPREFIX= Natron- -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index 092b897889ee..9a402f4840a0 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -5,7 +5,7 @@ DISTVERSION= 2.5.13.1 # py-openimageio's PORTREVISION. # Also, just to be on the safe side, when resetting, # best keep PORTREVISION?= 0. -PORTREVISION?= 8 +PORTREVISION?= 9 CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz diff --git a/graphics/openslide/Makefile b/graphics/openslide/Makefile index 030f5a1657f7..8ce31d1bc1a2 100644 --- a/graphics/openslide/Makefile +++ b/graphics/openslide/Makefile @@ -1,7 +1,7 @@ PORTNAME= openslide DISTVERSIONPREFIX= v DISTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index 75dde74cca74..699efa6b02b6 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -1,6 +1,6 @@ PORTNAME= oyranos PORTVERSION= 0.9.6 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org diff --git a/graphics/p5-Geo-GDAL-FFI/Makefile b/graphics/p5-Geo-GDAL-FFI/Makefile index 29bea464759d..65aa139595f8 100644 --- a/graphics/p5-Geo-GDAL-FFI/Makefile +++ b/graphics/p5-Geo-GDAL-FFI/Makefile @@ -1,6 +1,5 @@ PORTNAME= Geo-GDAL-FFI -PORTVERSION= 0.12 -PORTREVISION= 3 +PORTVERSION= 0.13 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/p5-Geo-GDAL-FFI/distinfo b/graphics/p5-Geo-GDAL-FFI/distinfo index 739b34255ae7..753e65589ae6 100644 --- a/graphics/p5-Geo-GDAL-FFI/distinfo +++ b/graphics/p5-Geo-GDAL-FFI/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720022746 -SHA256 (Geo-GDAL-FFI-0.12.tar.gz) = 318223323b15c927cd657cb44556bd0658e5da2f1d04a3cc5cc0231b7b46baa2 -SIZE (Geo-GDAL-FFI-0.12.tar.gz) = 53610 +TIMESTAMP = 1750954158 +SHA256 (Geo-GDAL-FFI-0.13.tar.gz) = 4dbe4a78d282be9ec3cdf4e1050297a71cc8e2ecc15360ddfe8587303bcc485d +SIZE (Geo-GDAL-FFI-0.13.tar.gz) = 53744 diff --git a/graphics/rigsofrods-pagedgeometry/Makefile b/graphics/pagedgeometry/Makefile index 46b5caa013ec..6faca757849a 100644 --- a/graphics/rigsofrods-pagedgeometry/Makefile +++ b/graphics/pagedgeometry/Makefile @@ -1,7 +1,6 @@ -PORTNAME= rigsofrods-pagedgeometry +PORTNAME= pagedgeometry DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0.20240708 -PORTREVISION= 1 +DISTVERSION= 1.2.0.20250527 CATEGORIES= graphics MAINTAINER= monwarez@mailoo.org @@ -9,7 +8,7 @@ COMMENT= OGRE plugin for real-time dense forests WWW= https://www.ogre3d.org/tikiwiki/PagedGeometry+Engine LICENSE= ZLIB -LICENSE_FILE= ${WRKSRC}/zlib.txt +LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libOgreMain.so:graphics/ogre3d @@ -17,9 +16,9 @@ USES= cmake dos2unix pathfix pkgconfig DOS2UNIX_GLOB= *.cpp *.h *.txt USE_CXXSTD= c++14 USE_GITHUB= yes -GH_ACCOUNT= RigsOfRods +GH_ACCOUNT= OGRECave GH_PROJECT= ogre-pagedgeometry -GH_TAGNAME= 428a57a +GH_TAGNAME= 5776681 USE_LDCONFIG= yes CMAKE_ARGS= -DPAGEDGEOMETRY_BUILD_SAMPLES=FALSE diff --git a/graphics/pagedgeometry/distinfo b/graphics/pagedgeometry/distinfo new file mode 100644 index 000000000000..dc65097a7c67 --- /dev/null +++ b/graphics/pagedgeometry/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750960417 +SHA256 (OGRECave-ogre-pagedgeometry-v1.2.0.20250527-5776681_GH0.tar.gz) = f51eaf5a8b13f4513224ad419cc7f2a1e3183b27fcd52f2bc375369df4f7cd75 +SIZE (OGRECave-ogre-pagedgeometry-v1.2.0.20250527-5776681_GH0.tar.gz) = 10903123 diff --git a/graphics/rigsofrods-pagedgeometry/pkg-descr b/graphics/pagedgeometry/pkg-descr index 637fc9f60ca6..637fc9f60ca6 100644 --- a/graphics/rigsofrods-pagedgeometry/pkg-descr +++ b/graphics/pagedgeometry/pkg-descr diff --git a/graphics/rigsofrods-pagedgeometry/pkg-plist b/graphics/pagedgeometry/pkg-plist index 9e2f26821e63..6649f05e21ec 100644 --- a/graphics/rigsofrods-pagedgeometry/pkg-plist +++ b/graphics/pagedgeometry/pkg-plist @@ -11,5 +11,9 @@ include/PagedGeometry/TreeLoader2D.h include/PagedGeometry/TreeLoader3D.h include/PagedGeometry/WindBatchPage.h include/PagedGeometry/WindBatchedGeometry.h +lib/cmake/PagedGeometry/PagedGeometryConfig.cmake +lib/cmake/PagedGeometry/PagedGeometryConfigVersion.cmake +lib/cmake/PagedGeometry/PagedGeometryTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/PagedGeometry/PagedGeometryTargets.cmake lib/libPagedGeometry.a libdata/pkgconfig/PagedGeometry.pc diff --git a/graphics/pecl-geospatial/Makefile b/graphics/pecl-geospatial/Makefile index 77d642457627..9cba37ef2cc7 100644 --- a/graphics/pecl-geospatial/Makefile +++ b/graphics/pecl-geospatial/Makefile @@ -1,5 +1,5 @@ PORTNAME= geospatial -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/pecl-geospatial/distinfo b/graphics/pecl-geospatial/distinfo index da24860c53f9..ec1ee06cd206 100644 --- a/graphics/pecl-geospatial/distinfo +++ b/graphics/pecl-geospatial/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715842482 -SHA256 (PECL/geospatial-0.3.2.tgz) = 3b704d44c4851f04da78ceafca14358257345b8a22d71b2fa0bd5ac705475449 -SIZE (PECL/geospatial-0.3.2.tgz) = 12502 +TIMESTAMP = 1750954164 +SHA256 (PECL/geospatial-0.3.3.tgz) = 370f1f72bbd4d7d48f2b925f94aab5d35b587f82fe0366a9e09c92aa3bcf337d +SIZE (PECL/geospatial-0.3.3.tgz) = 12972 diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index 6edaf5cb957c..834a92a5298c 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -1,5 +1,6 @@ PORTNAME= podofo PORTVERSION= 0.10.4 +PORTREVISION= 1 CATEGORIES= graphics print MAINTAINER= sunpoet@FreeBSD.org diff --git a/graphics/py-cairosvg/Makefile b/graphics/py-cairosvg/Makefile index 9efe71f55ccb..97afd649e745 100644 --- a/graphics/py-cairosvg/Makefile +++ b/graphics/py-cairosvg/Makefile @@ -1,10 +1,8 @@ PORTNAME= cairosvg -PORTVERSION= 2.7.1 -PORTREVISION= 1 +PORTVERSION= 2.8.2 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= CairoSVG-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple SVG Converter based on Cairo diff --git a/graphics/py-cairosvg/distinfo b/graphics/py-cairosvg/distinfo index ea9d4301c5e5..5012259f3c73 100644 --- a/graphics/py-cairosvg/distinfo +++ b/graphics/py-cairosvg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692211789 -SHA256 (CairoSVG-2.7.1.tar.gz) = 432531d72347291b9a9ebfb6777026b607563fd8719c46ee742db0aef7271ba0 -SIZE (CairoSVG-2.7.1.tar.gz) = 8399085 +TIMESTAMP = 1750954208 +SHA256 (cairosvg-2.8.2.tar.gz) = 07cbf4e86317b27a92318a4cac2a4bb37a5e9c1b8a27355d06874b22f85bef9f +SIZE (cairosvg-2.8.2.tar.gz) = 8398590 diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index 95a83b74119f..2b725bf8cdb5 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydot -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= dot:graphics/graphviz \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>=3.0.9:devel/py-pyparsing@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyparsing>=3.1.0:devel/py-pyparsing@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/graphics/py-pydot/distinfo b/graphics/py-pydot/distinfo index 9c711b3828ee..979658f6d536 100644 --- a/graphics/py-pydot/distinfo +++ b/graphics/py-pydot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747546562 -SHA256 (pydot-4.0.0.tar.gz) = 12f16493337cade2f7631b87c8ccd299ba2e251f3ee5d0732a058df2887afe97 -SIZE (pydot-4.0.0.tar.gz) = 161793 +TIMESTAMP = 1750954210 +SHA256 (pydot-4.0.1.tar.gz) = c2148f681c4a33e08bf0e26a9e5f8e4099a82e0e2a068098f32ce86577364ad5 +SIZE (pydot-4.0.1.tar.gz) = 162594 diff --git a/graphics/py-pydot/files/patch-pyproject.toml b/graphics/py-pydot/files/patch-pyproject.toml index e0a8a968172c..67194156c30a 100644 --- a/graphics/py-pydot/files/patch-pyproject.toml +++ b/graphics/py-pydot/files/patch-pyproject.toml @@ -1,6 +1,14 @@ ---- pyproject.toml.orig 2025-05-04 11:11:07 UTC +--- pyproject.toml.orig 2025-06-17 20:09:42 UTC +++ pyproject.toml -@@ -10,10 +10,7 @@ readme = "README.md" +@@ -3,17 +3,14 @@ + # SPDX-License-Identifier: MIT + + [build-system] +-requires = ["setuptools >= 75.3.2"] ++requires = ["setuptools >= 61.0"] + build-backend = "setuptools.build_meta" + + [project] name = 'pydot' description = "Python interface to Graphviz's Dot" readme = "README.md" @@ -11,4 +19,4 @@ +license = {text = "MIT"} requires-python = ">= 3.8" dependencies = [ - 'pyparsing>=3.0.9' + 'pyparsing>=3.1.0' diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index a971fd5fa4d0..75968353d2f4 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.40.8 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ PKGNAMESUFFIX= -ltr diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 1081ee5906f6..638e671201a6 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -1,5 +1,6 @@ PORTNAME= qgis DISTVERSION= 3.44.0 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://qgis.org/downloads/ diff --git a/graphics/rigsofrods-pagedgeometry/distinfo b/graphics/rigsofrods-pagedgeometry/distinfo deleted file mode 100644 index e19eee1e9de6..000000000000 --- a/graphics/rigsofrods-pagedgeometry/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1740819559 -SHA256 (RigsOfRods-ogre-pagedgeometry-v1.2.0.20240708-428a57a_GH0.tar.gz) = c808fa9619fde1e7106ddec5111a3be233186441cd3c453e4708d425104ae0ff -SIZE (RigsOfRods-ogre-pagedgeometry-v1.2.0.20240708-428a57a_GH0.tar.gz) = 11466419 diff --git a/graphics/sane-airscan/Makefile b/graphics/sane-airscan/Makefile index d9d7fcafaf77..004ffed64082 100644 --- a/graphics/sane-airscan/Makefile +++ b/graphics/sane-airscan/Makefile @@ -1,5 +1,6 @@ PORTNAME= sane-airscan DISTVERSION= 0.99.29 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= henry.hu.sh@gmail.com diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 2b7acbfbcf88..81f78de12fda 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -1,5 +1,6 @@ PORTNAME= sane-backends DISTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://gitlab.com/-/project/429008/uploads/843c156420e211859e974f78f64c3ea3/ diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index 8c5c815ab5b2..5309f8ceef8c 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -1,6 +1,6 @@ PORTNAME= sharpconstruct PORTVERSION= 0.11 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= graphics MASTER_SITES= SF/sharp3d/SharpConstruct/${PORTVERSION} diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 65a35905bf86..3bf866870630 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,5 +1,6 @@ PORTNAME= shotwell PORTVERSION= 0.32.13 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile index 1792c8477137..22122591111c 100644 --- a/graphics/swfmill/Makefile +++ b/graphics/swfmill/Makefile @@ -1,6 +1,6 @@ PORTNAME= swfmill PORTVERSION= 0.3.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://swfmill.org/releases/ diff --git a/graphics/synfig/Makefile b/graphics/synfig/Makefile index e718dde1ad6f..23185c619a51 100644 --- a/graphics/synfig/Makefile +++ b/graphics/synfig/Makefile @@ -1,7 +1,7 @@ PORTNAME= synfig DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics devel multimedia MAINTAINER= portmaster@BSDforge.com diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index 192c8699f39a..0bf457c2f179 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -1,7 +1,7 @@ PORTNAME= synfigstudio DISTVERSIONPREFIX= v DISTVERSION= 1.4.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics multimedia MAINTAINER= portmaster@BSDforge.com diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index 2a534cee851a..9c9ef9c03849 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -1,5 +1,6 @@ PORTNAME= tinyows PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= graphics www geography MASTER_SITES= https://download.osgeo.org/mapserver/ diff --git a/graphics/wallhaven-cli/Makefile b/graphics/wallhaven-cli/Makefile index 45e9d6f3c7e0..dd751a8d50bc 100644 --- a/graphics/wallhaven-cli/Makefile +++ b/graphics/wallhaven-cli/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 2.0.5 PORTREVISION= 5 CATEGORIES= graphics -MAINTAINER= nxjoseph@protonmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= CLI for wallhaven to browse wallpapers in terminal WWW= https://github.com/r3tr0ananas/wallhaven-cli diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile index 097e1e4cec84..2d1460e18de4 100644 --- a/graphics/wayland/Makefile +++ b/graphics/wayland/Makefile @@ -1,5 +1,6 @@ PORTNAME= wayland DISTVERSION= 1.23.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/releases/${DISTVERSION}/downloads/ diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile index 8adad8ad3ad8..b50f9f6f7a6c 100644 --- a/graphics/xournalpp/Makefile +++ b/graphics/xournalpp/Makefile @@ -1,7 +1,7 @@ PORTNAME= xournalpp DISTVERSIONPREFIX= v DISTVERSION= 1.2.3-20240830 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index 85388633ac47..070dcbc0c081 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -1,7 +1,7 @@ PORTNAME= yafaray DISTVERSIONPREFIX= v DISTVERSION= 3.5.1 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org |