diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:06:12 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-09-07 23:10:59 +0200 |
commit | b7f05445c00f2625aa19b4154ebcbce5ed2daa52 (patch) | |
tree | c3b04fc0b07c55f849072e9b35e694f3d8ccf871 /graphics | |
parent | 6c266c9c9e7b0ac1a35b05fbdeddbc330e4c5f43 (diff) | |
download | freebsd-ports-b7f05445c00f2625aa19b4154ebcbce5ed2daa52.zip |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
Diffstat (limited to 'graphics')
1085 files changed, 1086 insertions, 3 deletions
diff --git a/graphics/Coin/Makefile b/graphics/Coin/Makefile index fb75e317fa2a..f9ea68b2a9c2 100644 --- a/graphics/Coin/Makefile +++ b/graphics/Coin/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 3053d28b74d.patch:-p1 # Unbreak non-X11 MAINTAINER= cmt@FreeBSD.org COMMENT= C++ 3D graphics library based on the Open Inventor API +WWW= https://github.com/coin3d LICENSE= BSD3CLAUSE diff --git a/graphics/GraphicsMagick/Makefile b/graphics/GraphicsMagick/Makefile index a606be9f1177..02be7007de34 100644 --- a/graphics/GraphicsMagick/Makefile +++ b/graphics/GraphicsMagick/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick +WWW= http://www.graphicsmagick.org/ LICENSE= MIT diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 47a3551b9a78..51848c2584e3 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.su.se/pub/lunar/source-archive/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Fast pixel formats conversion library +WWW= http://web.archive.org/web/20061005045333/http://www.clanlib.org/hermes/ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index ac198e944f74..edc21a1abe95 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.prima.eu.org/IPA/ CPAN/Prima/KARASIK MAINTAINER= ports@FreeBSD.org COMMENT= Image Processing Algorithms +WWW= http://www.prima.eu.org/IPA/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/ImageMagick6/Makefile b/graphics/ImageMagick6/Makefile index fab7218d9bfc..8d9164e05f9e 100644 --- a/graphics/ImageMagick6/Makefile +++ b/graphics/ImageMagick6/Makefile @@ -11,6 +11,7 @@ PKGNAMESUFFIX= 6 MAINTAINER= desktop@FreeBSD.org COMMENT= Image processing tools (legacy version) +WWW= https://legacy.imagemagick.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 80fb55aa6bf4..cf83d9d38ecf 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -10,6 +10,7 @@ PKGNAMESUFFIX= 7 MAINTAINER= desktop@FreeBSD.org COMMENT= Image processing tools +WWW= https://imagemagick.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/O2-tools/Makefile b/graphics/O2-tools/Makefile index beaad7460cc4..e97b0de9fe08 100644 --- a/graphics/O2-tools/Makefile +++ b/graphics/O2-tools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.imglab.org/p/O2/archives/ MAINTAINER= hiroto.kagotani@gmail.com COMMENT= Huge image processing tools and libraries +WWW= https://www.imglab.org/p/O2/ GNU_CONFIGURE= yes diff --git a/graphics/R-cran-DiagrammeR/Makefile b/graphics/R-cran-DiagrammeR/Makefile index d4f3c4f50911..c481e98e96d3 100644 --- a/graphics/R-cran-DiagrammeR/Makefile +++ b/graphics/R-cran-DiagrammeR/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Create Diagrams and Flowcharts Using R +WWW= https://cran.r-project.org/web/packages/DiagrammeR/ LICENSE= MIT diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index 0edd5ddd57fa..203fa8ec5748 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Graphics device for R for creating bitmap output +WWW= http://www.rosuda.org/R/GDD/ LICENSE= GPLv2 diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile index 11edaadf0d18..9cdba2df9400 100644 --- a/graphics/R-cran-RColorBrewer/Makefile +++ b/graphics/R-cran-RColorBrewer/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= ColorBrewer palettes +WWW= https://cran.r-project.org/web/packages/RColorBrewer/ LICENSE= APACHE20 diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index ef1fac515e16..6eb60268e17b 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Color Space Manipulation +WWW= https://cran.r-project.org/web/packages/colorspace/ LICENSE= BSD3CLAUSE diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile index bac76acff795..84d407f00b3c 100644 --- a/graphics/R-cran-diagram/Makefile +++ b/graphics/R-cran-diagram/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Functions for visualising simple graphs, plotting flow diagrams +WWW= https://cran.r-project.org/web/packages/diagram/ LICENSE= GPLv2+ diff --git a/graphics/R-cran-dichromat/Makefile b/graphics/R-cran-dichromat/Makefile index 29289d853f71..8256627a49ac 100644 --- a/graphics/R-cran-dichromat/Makefile +++ b/graphics/R-cran-dichromat/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Color schemes for dichromats +WWW= https://cran.r-project.org/web/packages/dichromat/ LICENSE= GPLv2 diff --git a/graphics/R-cran-dygraphs/Makefile b/graphics/R-cran-dygraphs/Makefile index 3f71d044fb13..7d57cbcdafe5 100644 --- a/graphics/R-cran-dygraphs/Makefile +++ b/graphics/R-cran-dygraphs/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Interface to Dygraphs Interactive Time Series Charting Library +WWW= https://cran.r-project.org/web/packages/dygraphs/ LICENSE= MIT diff --git a/graphics/R-cran-farver/Makefile b/graphics/R-cran-farver/Makefile index 4246a1c6ec55..f1e5496c0d04 100644 --- a/graphics/R-cran-farver/Makefile +++ b/graphics/R-cran-farver/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= High Performance Colour Space Manipulation +WWW= https://cran.r-project.org/web/packages/farver/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.note diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index 45fd861aea4e..f7536e9ec356 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Implementation of the Grammar of Graphics +WWW= https://ggplot2.tidyverse.org/ LICENSE= MIT diff --git a/graphics/R-cran-ggrepel/Makefile b/graphics/R-cran-ggrepel/Makefile index 41e955c523e0..ea47e20daf93 100644 --- a/graphics/R-cran-ggrepel/Makefile +++ b/graphics/R-cran-ggrepel/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@uzsolt.hu COMMENT= Help to avoid overlapping text labels of ggplot2 +WWW= https://cran.r-project.org/web/packages/ggrepel/ LICENSE= GPLv3 diff --git a/graphics/R-cran-gridBase/Makefile b/graphics/R-cran-gridBase/Makefile index 5618ed73b125..886a1efec901 100644 --- a/graphics/R-cran-gridBase/Makefile +++ b/graphics/R-cran-gridBase/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Integration of base and grid graphics +WWW= https://cran.r-project.org/web/packages/gridBase/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/R-cran-gridExtra/Makefile b/graphics/R-cran-gridExtra/Makefile index 6c453be385f8..8aaec8295cd8 100644 --- a/graphics/R-cran-gridExtra/Makefile +++ b/graphics/R-cran-gridExtra/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Miscellaneous Functions for "Grid" Graphics +WWW= https://cran.r-project.org/web/packages/gridExtra/ LICENSE= GPLv2+ diff --git a/graphics/R-cran-jpeg/Makefile b/graphics/R-cran-jpeg/Makefile index 7a37a48e1e65..c82d5229fed3 100644 --- a/graphics/R-cran-jpeg/Makefile +++ b/graphics/R-cran-jpeg/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ygy@FreeBSD.org COMMENT= Read and write JPEG images +WWW= https://www.rforge.net/jpeg/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/R-cran-latticeExtra/Makefile b/graphics/R-cran-latticeExtra/Makefile index cadb56ab4446..198d1e8f46b3 100644 --- a/graphics/R-cran-latticeExtra/Makefile +++ b/graphics/R-cran-latticeExtra/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Extra graphical utilities based on lattice +WWW= https://cran.r-project.org/web/packages/latticeExtra/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile index 8690cdace23a..92d347ee6c72 100644 --- a/graphics/R-cran-munsell/Makefile +++ b/graphics/R-cran-munsell/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Munsell colour system +WWW= https://cran.r-project.org/web/packages/munsell/ LICENSE= MIT CW LICENSE_COMB= multi diff --git a/graphics/R-cran-pROC/Makefile b/graphics/R-cran-pROC/Makefile index b3a6d71eec1b..34d981ac23ad 100644 --- a/graphics/R-cran-pROC/Makefile +++ b/graphics/R-cran-pROC/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Display and Analyze ROC Curves +WWW= https://cran.r-project.org/web/packages/pROC/ LICENSE= GPLv3 diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile index 6847c25c58e9..b8fb5baa74d4 100644 --- a/graphics/R-cran-pixmap/Makefile +++ b/graphics/R-cran-pixmap/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Bitmap Images ("Pixel Maps") +WWW= https://cran.r-project.org/web/packages/pixmap/ LICENSE= GPLv2 diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index 3866db00e01a..25259df8cc21 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Read and write PNG images +WWW= https://www.rforge.net/png/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/R-cran-qcc/Makefile b/graphics/R-cran-qcc/Makefile index 627d3971af6b..18af5f9664e2 100644 --- a/graphics/R-cran-qcc/Makefile +++ b/graphics/R-cran-qcc/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Quality Control Charts +WWW= https://cran.r-project.org/package=qcc LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 496d0c30dba3..4b8309ee574d 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Bindings for the Geospatial Data Abstraction Library +WWW= https://cran.r-project.org/web/packages/rgdal/ LICENSE= GPLv2+ diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 08fdc1d9acf1..0bfb5032f93e 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= TIFF reader for R +WWW= https://cran.r-project.org/web/packages/rtiff/ LICENSE= GPLv3 diff --git a/graphics/R-cran-s2/Makefile b/graphics/R-cran-s2/Makefile index bf9f9678db88..748a4733536e 100644 --- a/graphics/R-cran-s2/Makefile +++ b/graphics/R-cran-s2/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Spherical Geometry Operators Using the S2 Geometry Library +WWW= https://cran.r-project.org/web/packages/s2/ LICENSE= APACHE20 diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile index 35e4b9faf3b2..12dfce7f2760 100644 --- a/graphics/R-cran-scales/Makefile +++ b/graphics/R-cran-scales/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Scale functions for graphics +WWW= https://cran.r-project.org/web/packages/scales/ LICENSE= MIT diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile index 02910df27b38..82432ec4858b 100644 --- a/graphics/R-cran-shape/Makefile +++ b/graphics/R-cran-shape/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Functions for plotting graphical shapes, colors +WWW= https://cran.r-project.org/web/packages/shape/ LICENSE= GPLv3 diff --git a/graphics/R-cran-viridis/Makefile b/graphics/R-cran-viridis/Makefile index 6bb1b0434f4e..ec9eeee0ce0e 100644 --- a/graphics/R-cran-viridis/Makefile +++ b/graphics/R-cran-viridis/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Default Color Maps from 'matplotlib' +WWW= https://cran.r-project.org/web/packages/viridis/ LICENSE= MIT diff --git a/graphics/R-cran-viridisLite/Makefile b/graphics/R-cran-viridisLite/Makefile index 3aa67b67d1ec..c56738ce0d80 100644 --- a/graphics/R-cran-viridisLite/Makefile +++ b/graphics/R-cran-viridisLite/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Default Color Maps from 'matplotlib' (Lite Version) +WWW= https://cran.r-project.org/web/packages/viridisLite/ LICENSE= MIT diff --git a/graphics/R-cran-visNetwork/Makefile b/graphics/R-cran-visNetwork/Makefile index e2781b4cb03b..626ed32f37b2 100644 --- a/graphics/R-cran-visNetwork/Makefile +++ b/graphics/R-cran-visNetwork/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Network Visualization using 'vis.js' Library +WWW= https://cran.r-project.org/web/packages/visNetwork/ LICENSE= MIT diff --git a/graphics/SciPlot/Makefile b/graphics/SciPlot/Makefile index bb85b7fff091..0399836cb222 100644 --- a/graphics/SciPlot/Makefile +++ b/graphics/SciPlot/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= XCONTRIB/widgets MAINTAINER= thierry@FreeBSD.org COMMENT= Full-featured Xt widget to display 2D data in a graph +WWW= https://www.mathi.uni-heidelberg.de/~flight/eduStep/Subjects/Visualization/Apps/SciPlot/SciPlot.html LICENSE= GPLv2 diff --git a/graphics/a2png/Makefile b/graphics/a2png/Makefile index eda5d974b8d8..a090a57727f1 100644 --- a/graphics/a2png/Makefile +++ b/graphics/a2png/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Converts plain ASCII text into PNG bitmap images +WWW= https://sourceforge.net/projects/a2png/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index 47f77aee90f1..cc5dceadf3e3 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/aa-project/aa-lib/1.4rc5 MAINTAINER= ports@FreeBSD.org COMMENT= ASCII art library +WWW= http://aa-project.sourceforge.net/aalib/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 0515d8473730..421c619b8943 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= mail@log69.com COMMENT= Auto Adjust Photo, automatic color correction of photos +WWW= http://log69.com/aaphoto_en.html LICENSE= GPLv3 diff --git a/graphics/acidwarp-sdl/Makefile b/graphics/acidwarp-sdl/Makefile index 6dd4c39a6e21..2ccf2b6fd98e 100644 --- a/graphics/acidwarp-sdl/Makefile +++ b/graphics/acidwarp-sdl/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= swills@FreeBSD.org COMMENT= Eye candy program which displays various patterns +WWW= https://github.com/dreamlayers/acidwarp USES= cmake magick:7,build sdl USE_SDL= sdl2 diff --git a/graphics/acidwarp/Makefile b/graphics/acidwarp/Makefile index 7d94b4f40b89..27a46cf905da 100644 --- a/graphics/acidwarp/Makefile +++ b/graphics/acidwarp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SUNSITE/apps/graphics/hacks/svgalib MAINTAINER= swills@FreeBSD.org COMMENT= SVGAlib demo which displays trippy mathematical images in cycling colors +WWW= http://www.noah.org/acidwarp/index.html LIB_DEPENDS= libvga.so:graphics/svgalib diff --git a/graphics/agg/Makefile b/graphics/agg/Makefile index e21b137099b7..652339897bac 100644 --- a/graphics/agg/Makefile +++ b/graphics/agg/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://distfiles.alpinelinux.org/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= High Quality Rendering Engine for C++ +WWW= http://www.antigrain.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/copying diff --git a/graphics/airsaned/Makefile b/graphics/airsaned/Makefile index 0577ba6ea76f..d55ca8247a6e 100644 --- a/graphics/airsaned/Makefile +++ b/graphics/airsaned/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= fbsd@opal.com COMMENT= Apple AirScan compatible SANE web frontend +WWW= https://github.com/SimulPiscator/AirSane LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/akira/Makefile b/graphics/akira/Makefile index 18f24e61c27a..cf181c24ec39 100644 --- a/graphics/akira/Makefile +++ b/graphics/akira/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Graphical UI/UX design tool +WWW= http://akiraux.org/ LICENSE= GPLv3+ diff --git a/graphics/alembic/Makefile b/graphics/alembic/Makefile index f834e8c3ff4b..18ce92406ff2 100644 --- a/graphics/alembic/Makefile +++ b/graphics/alembic/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Open framework for storing and sharing graphic scene data +WWW= http://alembic.io/ LICENSE= BSD3CLAUSE diff --git a/graphics/aloadimage/Makefile b/graphics/aloadimage/Makefile index 3e71ad8b8895..0c3c8f6ae0f3 100644 --- a/graphics/aloadimage/Makefile +++ b/graphics/aloadimage/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= f1ff13a78c8a.patch:-p1 # https://github.com/letoram/arcan/pull/254 MAINTAINER= jbeich@FreeBSD.org COMMENT= Trivial image viewer for Arcan servers +WWW= https://arcan-fe.com/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD diff --git a/graphics/alpng/Makefile b/graphics/alpng/Makefile index 8a21154b05cb..2430f19ca06f 100644 --- a/graphics/alpng/Makefile +++ b/graphics/alpng/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}13 MAINTAINER= devel@stasyan.com COMMENT= Library for display PNG images in programs +WWW= http://alpng.sourceforge.net/ LIB_DEPENDS= liballeg.so:devel/allegro diff --git a/graphics/ampasACES-container/Makefile b/graphics/ampasACES-container/Makefile index 6d154865cb96..b0fa2cace4be 100644 --- a/graphics/ampasACES-container/Makefile +++ b/graphics/ampasACES-container/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= ports@FreeBSD.org COMMENT= ACES Container Reference Implementation +WWW= https://github.com/ampas/aces_container LICENSE= AMPAS LICENSE_NAME= AMPAS diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index 44287a3bf2e6..08c77382c7f1 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= ports@FreeBSD.org COMMENT= Color Transformation Language interpreter +WWW= https://github.com/ampas/CTL LICENSE= AMPAS LICENSE_NAME= AMPAS diff --git a/graphics/animorph/Makefile b/graphics/animorph/Makefile index e3544797f1e4..50cd28e750f1 100644 --- a/graphics/animorph/Makefile +++ b/graphics/animorph/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/makehuman/MakeHuman%20Source/MakeHuman_091 MAINTAINER= ports@FreeBSD.org COMMENT= Morphing engine for MakeHuman +WWW= https://www.makehuman.org/ LICENSE= LGPL21 diff --git a/graphics/ansilove/Makefile b/graphics/ansilove/Makefile index fd27e2e54083..6cba0bf87ae4 100644 --- a/graphics/ansilove/Makefile +++ b/graphics/ansilove/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics textproc MAINTAINER= amdmi3@FreeBSD.org COMMENT= ANSI / ASCII art to PNG converter +WWW= https://github.com/ansilove/ansilove LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/anttweakbar/Makefile b/graphics/anttweakbar/Makefile index 46a345b300da..64630175e6cd 100644 --- a/graphics/anttweakbar/Makefile +++ b/graphics/anttweakbar/Makefile @@ -7,6 +7,7 @@ DISTNAME= AntTweakBar_${DISTVERSION:S/.//} MAINTAINER= yuri@FreeBSD.org COMMENT= C library to add light and GUI into graphic apps +WWW= http://anttweakbar.sourceforge.net/doc/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/../License.txt diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile index d0925702365f..854d3b247029 100644 --- a/graphics/aoi/Makefile +++ b/graphics/aoi/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Open source Java written 3D modelling and rendering studio +WWW= http://aoi.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/apngasm/Makefile b/graphics/apngasm/Makefile index 924721d8a3ac..2d02f6e38cdf 100644 --- a/graphics/apngasm/Makefile +++ b/graphics/apngasm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Create Animated PNG from a sequence of files +WWW= https://sourceforge.net/projects/apngasm/ LICENSE= ZLIB diff --git a/graphics/apngdis/Makefile b/graphics/apngdis/Makefile index f047d9c409a4..57f28942cd5f 100644 --- a/graphics/apngdis/Makefile +++ b/graphics/apngdis/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Deconstructs APNG files into individual frames +WWW= https://sourceforge.net/projects/apngdis/ LICENSE= ZLIB diff --git a/graphics/appleseed/Makefile b/graphics/appleseed/Makefile index a9f52217de48..01d0cb85fe00 100644 --- a/graphics/appleseed/Makefile +++ b/graphics/appleseed/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Modern, physically-based production renderer +WWW= https://appleseedhq.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/argyllcms/Makefile b/graphics/argyllcms/Makefile index 46485ac2c4e8..ddce73da5bb7 100644 --- a/graphics/argyllcms/Makefile +++ b/graphics/argyllcms/Makefile @@ -7,6 +7,7 @@ DISTNAME= Argyll_V${PORTVERSION}_src MAINTAINER= kwm@FreeBSD.org COMMENT= ICC compatible color management system +WWW= https://www.argyllcms.com/ LICENSE= AGPLv3 diff --git a/graphics/art/Makefile b/graphics/art/Makefile index 86dd97759d17..02802797b0c4 100644 --- a/graphics/art/Makefile +++ b/graphics/art/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME:tu}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Raw image processing program +WWW= https://bitbucket.org/agriggio/art/wiki/Home LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index 8becaf1ab921..98c56f183fc4 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -8,6 +8,7 @@ DISTNAME= App-Asciio-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl/GTK application that lets you draw ASCII charts using a GUI +WWW= https://metacpan.org/release/App-Asciio LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/aseprite/Makefile b/graphics/aseprite/Makefile index 54cac3df719e..d581c98096d3 100644 --- a/graphics/aseprite/Makefile +++ b/graphics/aseprite/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Animated sprite editor and pixel art tool +WWW= https://www.aseprite.org/ LICENSE= EULA LICENSE_NAME= END-USER LICENSE AGREEMENT FOR ASEPRITE diff --git a/graphics/atril-lite/Makefile b/graphics/atril-lite/Makefile index ad9afd45d0f5..4cb556efbd6a 100644 --- a/graphics/atril-lite/Makefile +++ b/graphics/atril-lite/Makefile @@ -1,6 +1,8 @@ PORTREVISION= 2 PKGNAMESUFFIX= -lite +WWW= https://mate-desktop.org/ + OPTIONS_EXCLUDE= CAJA DBUS MASTERDIR= ${.CURDIR}/../../graphics/atril diff --git a/graphics/atril/Makefile b/graphics/atril/Makefile index ff2a2a92074d..3e790fbd2467 100644 --- a/graphics/atril/Makefile +++ b/graphics/atril/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= MATE multi-format document viewer +WWW= https://mate-desktop.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/autopano-sift-c/Makefile b/graphics/autopano-sift-c/Makefile index bd4e483e3fc2..4cb58f51ae0a 100644 --- a/graphics/autopano-sift-c/Makefile +++ b/graphics/autopano-sift-c/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Automatic panorama control point generation tool, C port +WWW= http://hugin.sourceforge.net/docs/manual/Autopano-sift-C.html LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile index 36f72b871cac..79adf861d35a 100644 --- a/graphics/autotrace/Makefile +++ b/graphics/autotrace/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/AutoTrace/${PORTVERSION} MAINTAINER= portmaster@BSDforge.com COMMENT= Convert bitmap to vector graphics +WWW= http://AutoTrace.sourceforge.net/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/graphics/aview/Makefile b/graphics/aview/Makefile index e2e797bb33c7..358920393e72 100644 --- a/graphics/aview/Makefile +++ b/graphics/aview/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/aa-project/${PORTNAME}/${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphics viewer for viewing netpbm format on console or X using aalib +WWW= http://aa-project.sourceforge.net/aview/ RUN_DEPENDS= anytopnm:graphics/netpbm LIB_DEPENDS= libaa.so:graphics/aalib diff --git a/graphics/avir/Makefile b/graphics/avir/Makefile index cc84cae72e69..1b736d3fb18c 100644 --- a/graphics/avir/Makefile +++ b/graphics/avir/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= High-quality image resizing/scaling C++ library +WWW= https://github.com/avaneev/avir LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/azpainter/Makefile b/graphics/azpainter/Makefile index 4326567058de..2891a1219992 100644 --- a/graphics/azpainter/Makefile +++ b/graphics/azpainter/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://azsky2.html.xdomain.jp/arc/ MAINTAINER= danfe@FreeBSD.org COMMENT= 16-bit RGB full color painting application +WWW= http://azsky2.html.xdomain.jp/soft/azpainter.html LICENSE= GPLv3 diff --git a/graphics/azpainterb/Makefile b/graphics/azpainterb/Makefile index 0e622db94639..e8c40d0e649c 100644 --- a/graphics/azpainterb/Makefile +++ b/graphics/azpainterb/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://azsky2.html.xdomain.jp/arc/ MAINTAINER= danfe@FreeBSD.org COMMENT= 8-bit RGB color dot editing program +WWW= http://azsky2.html.xdomain.jp/soft/azpainterb.html LICENSE= GPLv3 diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index a851b1873515..d3cbccb9700f 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNU MAINTAINER= jev@ecad.org COMMENT= Barcode generation library and command-line frontend +WWW= https://www.gnu.org/software/barcode/ BUILD_DEPENDS= gawk:lang/gawk diff --git a/graphics/batik/Makefile b/graphics/batik/Makefile index 5791e1ff1457..827480e8fc3f 100644 --- a/graphics/batik/Makefile +++ b/graphics/batik/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Java based SVG toolkit +WWW= https://xmlgraphics.apache.org/batik/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/birdfont/Makefile b/graphics/birdfont/Makefile index 1356c33a217e..426881bf8992 100644 --- a/graphics/birdfont/Makefile +++ b/graphics/birdfont/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics x11-fonts MAINTAINER= ports@FreeBSD.org COMMENT= Editor for vector graphics and TTF, OTF, EOT and SVG fonts +WWW= https://birdfont.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/GPLv3.txt diff --git a/graphics/bitmap/Makefile b/graphics/bitmap/Makefile index 8f092754e797..294da062c0c1 100644 --- a/graphics/bitmap/Makefile +++ b/graphics/bitmap/Makefile @@ -9,6 +9,7 @@ PATCHFILES= db80ca605a952e6a8ccd42eba3fcc5b40fba5640.patch:-p1 # https://github. MAINTAINER= yuri@FreeBSD.org COMMENT= Minimalistic library manipulating 24-bit per pixel bitmap images +WWW= https://www.partow.net/programming/bitmap/index.html LICENSE= MIT diff --git a/graphics/blend2d/Makefile b/graphics/blend2d/Makefile index 9dcf153a4045..8e1d9010fa7b 100644 --- a/graphics/blend2d/Makefile +++ b/graphics/blend2d/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= 2D Vector Graphics Engine Powered by a JIT Compiler +WWW= https://blend2d.com/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/graphics/blender-doc/Makefile b/graphics/blender-doc/Makefile index 99457bde3bac..97985c809ee0 100644 --- a/graphics/blender-doc/Makefile +++ b/graphics/blender-doc/Makefile @@ -7,6 +7,7 @@ DISTFILES= BlenderManualIen.23.html.tar.gz BlenderManualIIen.23.html.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= Blender Documentation +WWW= https://docs.blender.org/ NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/graphics/blender-lts29/Makefile b/graphics/blender-lts29/Makefile index f67a80001a8d..21c1a40fa1ac 100644 --- a/graphics/blender-lts29/Makefile +++ b/graphics/blender-lts29/Makefile @@ -10,6 +10,7 @@ PKGNAMESUFFIX= -lts29 MAINTAINER= FreeBSD@Shaneware.biz COMMENT= 3D modeling/rendering/animation package - LTS +WWW= https://www.blender.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/doc/license/GPL3-license.txt diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index dd1155aa54fe..c55e43c3be54 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://download.blender.org/source/ \ MAINTAINER= FreeBSD@Shaneware.biz COMMENT= 3D modeling/rendering/animation package +WWW= https://www.blender.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/doc/license/GPL3-license.txt diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index b2e58b76d42c..b3c9f832ef57 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -6,6 +6,7 @@ DISTNAME= dktools-${PORTVERSION} MAINTAINER= takefu@airport.fm COMMENT= Convert PNG/JPEG/TIFF to PDF/EPS +WWW= https://sourceforge.net/p/dktools/wiki/bmpp%20manual/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/bonzomatic/Makefile b/graphics/bonzomatic/Makefile index 62577d1311ca..cb344503f268 100644 --- a/graphics/bonzomatic/Makefile +++ b/graphics/bonzomatic/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Live shader coding tool and Shader Showdown workhorse +WWW= https://github.com/Gargaj/Bonzomatic LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/box/Makefile b/graphics/box/Makefile index d0fc8de12c33..fc7a0c367214 100644 --- a/graphics/box/Makefile +++ b/graphics/box/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= box MAINTAINER= ports@FreeBSD.org COMMENT= Compiler for box, the figure description language +WWW= http://boxc.sourceforge.net LICENSE= GPLv2+ LGPL3+ LICENSE_COMB= multi diff --git a/graphics/brunsli/Makefile b/graphics/brunsli/Makefile index d6159a2a5391..d61b7d15269a 100644 --- a/graphics/brunsli/Makefile +++ b/graphics/brunsli/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lossless JPEG repacking library +WWW= https://github.com/google/brunsli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/bsd-plotutils/Makefile b/graphics/bsd-plotutils/Makefile index 083081137388..689f72481b57 100644 --- a/graphics/bsd-plotutils/Makefile +++ b/graphics/bsd-plotutils/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= toranktto@gmail.com COMMENT= Traditional plotting utilities +WWW= https://github.com/Toranktto/bsd-plotutils LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/c-a-i-r/Makefile b/graphics/c-a-i-r/Makefile index dc93f39c7c2b..0bd7cb7eaa24 100644 --- a/graphics/c-a-i-r/Makefile +++ b/graphics/c-a-i-r/Makefile @@ -6,6 +6,7 @@ DISTNAME= CAIR_v${PORTVERSION} MAINTAINER= buganini@gmail.com COMMENT= Content Aware Image Resizer is an implementation of seam carving +WWW= https://sourceforge.net/projects/c-a-i-r/ USES= dos2unix gmake zip DOS2UNIX_GLOB= *.cpp diff --git a/graphics/cadubi/Makefile b/graphics/cadubi/Makefile index cae0db76325e..f3d93aa6c9c5 100644 --- a/graphics/cadubi/Makefile +++ b/graphics/cadubi/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics editors MAINTAINER= ports@FreeBSD.org COMMENT= ASCII drawing utility +WWW= https://github.com/statico/cadubi LICENSE= ART10 diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index 016d98d4882a..b7c0f72c5f9a 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -11,6 +11,7 @@ PATCHFILES= ebbaebdec12878836fc84d31c59ee324e67abc05.patch:-p1 # cairo-script-in MAINTAINER= desktop@FreeBSD.org COMMENT= Vector graphics library with cross-device output support +WWW= https://www.cairographics.org/ LICENSE= LGPL21 MPL11 LICENSE_COMB= dual diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile index fafe2869836c..4f56acd95657 100644 --- a/graphics/cairomm/Makefile +++ b/graphics/cairomm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://cairographics.org/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= C++ interface to cairo +WWW= https://cairographics.org LICENSE= LGPL20 diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index bdd11920689c..013a64bbfd75 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org COMMENT= Skeletal based 3D character animation library written in C++ +WWW= http://gna.org/projects/cal3d/ # Cal3D ceased development in July 2006 # The last version was labelled 0.11R2 (despite version 0.11 being released) diff --git a/graphics/camera/Makefile b/graphics/camera/Makefile index 1c35403014b6..0146062edca9 100644 --- a/graphics/camera/Makefile +++ b/graphics/camera/Makefile @@ -7,6 +7,7 @@ DISTNAME= Camera-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep application for digital still cameras +WWW= http://home.gna.org/gsimageapps/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/Documentation/COPYING diff --git a/graphics/camerakit/Makefile b/graphics/camerakit/Makefile index 9127472df117..cdc2f9100d53 100644 --- a/graphics/camerakit/Makefile +++ b/graphics/camerakit/Makefile @@ -7,6 +7,7 @@ DISTNAME= CameraKit-20041011 MAINTAINER= ports@FreeBSD.org COMMENT= Framework that allows to access digital cameras +WWW= http://home.gna.org/gsimageapps/ LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 diff --git a/graphics/cbonsai/Makefile b/graphics/cbonsai/Makefile index c372c205c32d..ed0960ddb968 100644 --- a/graphics/cbonsai/Makefile +++ b/graphics/cbonsai/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org COMMENT= Bonsai tree generator, written in C using ncurses +WWW= https://gitlab.com/jallbrit/cbonsai LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/cbviewer/Makefile b/graphics/cbviewer/Makefile index 2eef0fc3fbf3..d85718031474 100644 --- a/graphics/cbviewer/Makefile +++ b/graphics/cbviewer/Makefile @@ -11,6 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Comic book viewer for comic book archives in cbz, cbr, zip, rar +WWW= https://www.renuncln.com/programs/cbviewer/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index bcf89ee67e5c..b14bdf4afb2f 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 MAINTAINER= oliver@FreeBSD.org COMMENT= Library providing windowing and widgets for graphics APIs +WWW= http://www.cegui.org.uk LICENSE= MIT diff --git a/graphics/cenon/Makefile b/graphics/cenon/Makefile index 03636d6f462d..41222ff64b32 100644 --- a/graphics/cenon/Makefile +++ b/graphics/cenon/Makefile @@ -13,6 +13,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Vector graphics tool for GNUstep +WWW= https://www.cenon.info/dLinux_gb.html USES= gnustep tar:bzip2 USE_GNUSTEP= gui base build diff --git a/graphics/cfdg/Makefile b/graphics/cfdg/Makefile index 96ed01461a1e..59a2f1c426f4 100644 --- a/graphics/cfdg/Makefile +++ b/graphics/cfdg/Makefile @@ -8,6 +8,7 @@ DISTNAME= ContextFreeSource${PORTVERSION} MAINTAINER= fuz@fuz.su COMMENT= Context Free Design Grammar compiler +WWW= https://www.contextfreeart.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/chafa/Makefile b/graphics/chafa/Makefile index a98db74ae771..bdc9d5f68dd5 100644 --- a/graphics/chafa/Makefile +++ b/graphics/chafa/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://hpjansson.org/chafa/releases/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Character art facsimile generator +WWW= https://hpjansson.org/chafa/ LICENSE= GPLv3 LGPL3+ LICENSE_COMB= multi diff --git a/graphics/charls/Makefile b/graphics/charls/Makefile index 667bf1fac67b..5508d94f6178 100644 --- a/graphics/charls/Makefile +++ b/graphics/charls/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ JPEG-LS library implementation +WWW= https://github.com/team-charls/charls LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile index f343b936545e..389a56ded257 100644 --- a/graphics/cimg/Makefile +++ b/graphics/cimg/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics devel MAINTAINER= thierry@FreeBSD.org COMMENT= C++ Template Image Processing Library +WWW= https://cimg.eu/ LICENSE= CeCILL_C CeCILL LICENSE_COMB= dual diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile index 7be1b9013b63..83a4890dfbb3 100644 --- a/graphics/cloudcompare/Makefile +++ b/graphics/cloudcompare/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= nc@FreeBSD.org COMMENT= 3D point cloud processing software +WWW= https://www.cloudcompare.org/ LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi diff --git a/graphics/clutter-gtk3/Makefile b/graphics/clutter-gtk3/Makefile index d49a1b0703b7..93a993ab939c 100644 --- a/graphics/clutter-gtk3/Makefile +++ b/graphics/clutter-gtk3/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 3 MAINTAINER= gnome@FreeBSD.org COMMENT= GTK+ Integration library for Clutter +WWW= https://blogs.gnome.org/clutter/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index f0231f3b9aa9..72782175c216 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= OpenGL based interactive canvas library +WWW= https://clutter-project.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/cluttermm/Makefile b/graphics/cluttermm/Makefile index a9a66f999067..a20a7c428fa7 100644 --- a/graphics/cluttermm/Makefile +++ b/graphics/cluttermm/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= C++ interfaces for clutter +WWW= https://developer.gnome.org/cluttermm/ LIB_DEPENDS= libclutter-1.0.so:graphics/clutter diff --git a/graphics/cogl/Makefile b/graphics/cogl/Makefile index 0eaf39690e67..a3da8880a75b 100644 --- a/graphics/cogl/Makefile +++ b/graphics/cogl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Clutter OpenGL abstraction library +WWW= https://clutter-project.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 64fd408963d5..885c7c448848 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Structure from motion and multi-view stereo +WWW= https://colmap.github.io/ LICENSE= BSD2CLAUSE BSD3CLAUSE CC-BY-3.0 GPLv3+ MIT SIFTGPU LICENSE_COMB= multi diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile index 88e6f71ebcdb..9490c26cacc8 100644 --- a/graphics/colord-gtk/Makefile +++ b/graphics/colord-gtk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.freedesktop.org/software/colord/releases/ MAINTAINER= kwm@FreeBSD.org COMMENT= Manage color profiles to accurately color input/output devices +WWW= https://www.freedesktop.org/software/colord LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index 7d41eba76431..b77da4c3668a 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.freedesktop.org/software/colord/releases/ MAINTAINER= kwm@FreeBSD.org COMMENT= Manage color profiles to accurately color input/output devices +WWW= https://www.freedesktop.org/software/colord LICENSE= GPLv2 diff --git a/graphics/comical/Makefile b/graphics/comical/Makefile index 29c4ee1d4c00..7e8c3a800fd8 100644 --- a/graphics/comical/Makefile +++ b/graphics/comical/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Sequential image viewer +WWW= http://comical.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/compupic/Makefile b/graphics/compupic/Makefile index a8439ad9b28a..fef34bef681a 100644 --- a/graphics/compupic/Makefile +++ b/graphics/compupic/Makefile @@ -7,6 +7,7 @@ EXTRACT_ONLY= # extracted directly in install target MAINTAINER= ports@FreeBSD.org COMMENT= Digital content manager +WWW= http://www.photodex.com/downloads/platforms/freebsd.html NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/graphics/converseen/Makefile b/graphics/converseen/Makefile index afae0aff137d..cd3c6dc76a3a 100644 --- a/graphics/converseen/Makefile +++ b/graphics/converseen/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= fernape@FreeBSD.org COMMENT= Easy to use graphics conversion utility +WWW= http://converseen.sourceforge.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/corrupter/Makefile b/graphics/corrupter/Makefile index 98b0a26a77e1..15e7604b2add 100644 --- a/graphics/corrupter/Makefile +++ b/graphics/corrupter/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Simple image glitcher for screen lockers +WWW= https://github.com/r00tman/corrupter LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/cosmoplayer/Makefile b/graphics/cosmoplayer/Makefile index b2b94648de0c..b3218534e966 100644 --- a/graphics/cosmoplayer/Makefile +++ b/graphics/cosmoplayer/Makefile @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}-jar MAINTAINER= thierry@FreeBSD.org COMMENT= Java classes to support VRML +WWW= http://cic.nist.gov/vrml/cosmoplayer.html LICENSE= SGI LICENSE_NAME= SGI diff --git a/graphics/cptutils/Makefile b/graphics/cptutils/Makefile index 392f2467065c..e122fe7a0f6c 100644 --- a/graphics/cptutils/Makefile +++ b/graphics/cptutils/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://soliton.vm.bytemark.co.uk/pub/jjg/src/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Convert and manipulate colour gradients +WWW= http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/curator/Makefile b/graphics/curator/Makefile index 3f63214dcb78..a6f57fb2cd42 100644 --- a/graphics/curator/Makefile +++ b/graphics/curator/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Static Image Gallery Generator for web or CD-ROM galleries +WWW= http://curator.sourceforge.net/ USES= magick:6,run python:3.6+ USE_PYTHON= distutils autoplist concurrent optsuffix diff --git a/graphics/curtail/Makefile b/graphics/curtail/Makefile index 1b6e3eea90b4..ef480be38b22 100644 --- a/graphics/curtail/Makefile +++ b/graphics/curtail/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics print MAINTAINER= yuri@FreeBSD.org COMMENT= Simple & useful image compressor +WWW= https://github.com/Huluti/Curtail LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/cuttlefish/Makefile b/graphics/cuttlefish/Makefile index 3998d1f9d1cf..7fdab10be173 100644 --- a/graphics/cuttlefish/Makefile +++ b/graphics/cuttlefish/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.caida.org/tools/visualization/cuttlefish/code/ MAINTAINER= ports@FreeBSD.org COMMENT= Plots diurnal and geographical patterns of supplied data +WWW= https://www.caida.org/tools/visualization/cuttlefish/ RUN_DEPENDS+= p5-GD>=0:graphics/p5-GD \ gifsicle:graphics/gifsicle diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index d4790aef4525..6e706ead58e9 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/rel MAINTAINER= dumbbell@FreeBSD.org COMMENT= Virtual lighttable and darkroom for photographers +WWW= https://www.darktable.org/ LICENSE= GPLv3 diff --git a/graphics/darktable40/Makefile b/graphics/darktable40/Makefile index 9eb2ecdfaa21..802ef6ab027b 100644 --- a/graphics/darktable40/Makefile +++ b/graphics/darktable40/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 40 MAINTAINER= mandree@FreeBSD.org COMMENT= Virtual lighttable and darkroom for photographers +WWW= https://www.darktable.org/ LICENSE= GPLv3 diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 4a7c2d6e0ba6..524c4266bc32 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Free software system for statistical visualization +WWW= https://www.itl.nist.gov/div898/software/dataplot/index.htm LICENSE= PD diff --git a/graphics/dbow2/Makefile b/graphics/dbow2/Makefile index 94e098e5fc14..6de9dd8fe5c9 100644 --- a/graphics/dbow2/Makefile +++ b/graphics/dbow2/Makefile @@ -7,6 +7,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Library for converting images into a bag-of-word representation +WWW= https://github.com/dorian3d/DBoW2 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/dcmtk/Makefile b/graphics/dcmtk/Makefile index 6344a777eeea..f1e606b9bec1 100644 --- a/graphics/dcmtk/Makefile +++ b/graphics/dcmtk/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= DICOM ToolKit, libraries and applications for DICOM/MEDICOM standard +WWW= https://dcmtk.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/graphics/dcp2icc/Makefile b/graphics/dcp2icc/Makefile index 6342942d0e6a..7170c87c47aa 100644 --- a/graphics/dcp2icc/Makefile +++ b/graphics/dcp2icc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= DCP to ICC camera profile converter +WWW= https://sourceforge.net/projects/dcp2icc/ LICENSE= GPLv2 diff --git a/graphics/dcraw-m/Makefile b/graphics/dcraw-m/Makefile index d538d1d2d1b6..a4559380d7d0 100644 --- a/graphics/dcraw-m/Makefile +++ b/graphics/dcraw-m/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= waitman@waitman.net COMMENT= Modified Decoder for RAW files from digital cameras +WWW= http://www.cybercom.net/~dcoffin/dcraw/ LICENSE= GPLv2 diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 01c19634a85b..4ea1d0f6024f 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Decoder for RAW files from digital cameras +WWW= https://www.dechifro.org/dcraw/ LICENSE= GPLv2+ diff --git a/graphics/delaboratory/Makefile b/graphics/delaboratory/Makefile index 77545ff1b481..0e56f93828e4 100644 --- a/graphics/delaboratory/Makefile +++ b/graphics/delaboratory/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/graphics/delaboratory/ MAINTAINER= ports@FreeBSD.org COMMENT= Unique image postprocessing application +WWW= https://bsdforge.com/projects/graphics/delaboratory/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/derelict-gl3/Makefile b/graphics/derelict-gl3/Makefile index 5331906a4a6b..f75832b7cfdb 100644 --- a/graphics/derelict-gl3/Makefile +++ b/graphics/derelict-gl3/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= acm@FreeBSD.org COMMENT= Dynamic binding to OpenGL for the D Programming Language +WWW= https://github.com/DerelictOrg/DerelictGL3 LICENSE= BSL diff --git a/graphics/devil/Makefile b/graphics/devil/Makefile index 3901209ae0fd..644b2a2c10da 100644 --- a/graphics/devil/Makefile +++ b/graphics/devil/Makefile @@ -7,6 +7,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform image library +WWW= http://openil.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/dia/Makefile b/graphics/dia/Makefile index 76aa94347009..3a714b6ccaf7 100644 --- a/graphics/dia/Makefile +++ b/graphics/dia/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Diagram creation program, similar to Visio +WWW= https://live.gnome.org/Dia OPTIONS_DEFINE= DOCS diff --git a/graphics/diff-pdf/Makefile b/graphics/diff-pdf/Makefile index 991785cfd5a7..d17b3269b10a 100644 --- a/graphics/diff-pdf/Makefile +++ b/graphics/diff-pdf/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu COMMENT= Tool for visually comparing two PDFs +WWW= https://vslavik.github.io/diff-pdf/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/diffpdf/Makefile b/graphics/diffpdf/Makefile index 5bc2d1e6e012..f9a50b06c50f 100644 --- a/graphics/diffpdf/Makefile +++ b/graphics/diffpdf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.qtrac.eu/ MAINTAINER= dinoex@FreeBSD.org COMMENT= Compare two PDF files-textually or visually +WWW= http://www.qtrac.eu/diffpdf-foss.html LICENSE= GPLv2+ diff --git a/graphics/digikam/Makefile b/graphics/digikam/Makefile index 42c9271a59cd..f9cb826df829 100644 --- a/graphics/digikam/Makefile +++ b/graphics/digikam/Makefile @@ -9,6 +9,7 @@ DISTFILES= digiKam-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}${EXTRA MAINTAINER= kde@FreeBSD.org COMMENT= KDE digital photo management application +WWW= https://www.digikam.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/dilay/Makefile b/graphics/dilay/Makefile index 8ecc60456a79..4de0c7829c92 100644 --- a/graphics/dilay/Makefile +++ b/graphics/dilay/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= 3D sculpting application +WWW= https://abau.org/dilay/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/ditaa/Makefile b/graphics/ditaa/Makefile index 5f74c1abce1d..0d3415502265 100644 --- a/graphics/ditaa/Makefile +++ b/graphics/ditaa/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Convert ASCII art diagrams into proper bitmap graphics +WWW= http://ditaa.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKDIR}/COPYING diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile index 5155af96fe56..859ff13b18a2 100644 --- a/graphics/djview4/Makefile +++ b/graphics/djview4/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/djvu/DjView/${PORTVERSION} MAINTAINER= nc@FreeBSD.org COMMENT= Standalone Djvu viewer and plugin based on Qt toolkit +WWW= http://djvu.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 33df131acf86..375cefb64540 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION} MAINTAINER= nc@FreeBSD.org COMMENT= DjVu base libraries and utilities +WWW= http://djvu.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile index 5dd10e10632a..42602e394bdf 100644 --- a/graphics/dmtx-utils/Makefile +++ b/graphics/dmtx-utils/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= hrs@FreeBSD.org COMMENT= Software for reading and writing Data Matrix barcodes +WWW= http://libdmtx.sourceforge.net LICENSE= LGPL21+ diff --git a/graphics/drawing/Makefile b/graphics/drawing/Makefile index 680dd761dd34..c2f63395e294 100644 --- a/graphics/drawing/Makefile +++ b/graphics/drawing/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= nc@FreeBSD.org COMMENT= Drawing application for the GNOME desktop +WWW= https://maoschanz.github.io/drawing/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile index 20a082400011..9caf3f6b7c0f 100644 --- a/graphics/drawpile/Makefile +++ b/graphics/drawpile/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org COMMENT= Collaborative drawing program +WWW= https://drawpile.net LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/drm-510-kmod/Makefile b/graphics/drm-510-kmod/Makefile index 3d80d8ec5cf3..1a70b72ae76b 100644 --- a/graphics/drm-510-kmod/Makefile +++ b/graphics/drm-510-kmod/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kld MAINTAINER= x11@FreeBSD.org COMMENT= DRM drivers modules +WWW= https://github.com/freebsd/drm-kmod/ LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi diff --git a/graphics/drm-fbsd12.0-kmod/Makefile b/graphics/drm-fbsd12.0-kmod/Makefile index 65c8a332c129..1d44a90ae6e6 100644 --- a/graphics/drm-fbsd12.0-kmod/Makefile +++ b/graphics/drm-fbsd12.0-kmod/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= DRM modules for the linuxkpi-based KMS components +WWW= https://github.com/freebsd/drm-kmod LICENSE= BSD2CLAUSE MIT GPLv2 LICENSE_COMB= multi diff --git a/graphics/drm-kmod/Makefile b/graphics/drm-kmod/Makefile index 4ebbc802906a..ab6ef0f1bbcc 100644 --- a/graphics/drm-kmod/Makefile +++ b/graphics/drm-kmod/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Metaport of DRM modules for the linuxkpi-based KMS components +WWW= https://github.com/freebsd/drm-kmod USES= metaport diff --git a/graphics/drm_info/Makefile b/graphics/drm_info/Makefile index 75ceb982fb55..4be270b04b41 100644 --- a/graphics/drm_info/Makefile +++ b/graphics/drm_info/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Small utility to dump info about DRM devices +WWW= https://github.com/ascent12/drm_info LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/dspdfviewer/Makefile b/graphics/dspdfviewer/Makefile index be1524cd6d76..a81d1c05f72c 100644 --- a/graphics/dspdfviewer/Makefile +++ b/graphics/dspdfviewer/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= fox@FreeBSD.org COMMENT= Dual-screen PDF viewer for LaTeX-beamer +WWW= https://github.com/dannyedel/dspdfviewer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index 61a4ae9ff598..8b6976737d12 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} MAINTAINER= jbeich@FreeBSD.org COMMENT= Image similarity comparison simulating human perception +WWW= https://kornel.ski/dssim LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/duhdraw/Makefile b/graphics/duhdraw/Makefile index 4607efb7df29..8510a9f06a4f 100644 --- a/graphics/duhdraw/Makefile +++ b/graphics/duhdraw/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.cs.helsinki.fi/u/penberg/duhdraw/ MAINTAINER= ports@FreeBSD.org COMMENT= ANSI graphic drawing program +WWW= https://www.cs.helsinki.fi/u/penberg/duhdraw/ USES= ncurses diff --git a/graphics/dust3d/Makefile b/graphics/dust3d/Makefile index 38c2846ae1d9..90dd5c3b799e 100644 --- a/graphics/dust3d/Makefile +++ b/graphics/dust3d/Makefile @@ -8,6 +8,7 @@ PATCHFILES= f8339d25ddb79f893413.diff:-p1 821285de824baf01ae99.diff:-p1 MAINTAINER= danfe@FreeBSD.org COMMENT= Open-source 3D modeling software +WWW= https://dust3d.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/dynamechs/Makefile b/graphics/dynamechs/Makefile index 7e721f68f433..8980819d7186 100644 --- a/graphics/dynamechs/Makefile +++ b/graphics/dynamechs/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.p/pre/} MAINTAINER= ports@FreeBSD.org COMMENT= Multibody Dynamic Simulation Library +WWW= http://dynamechs.sourceforge.net/ USES= gl gmake perl5 shebangfix tar:bzip2 USE_GL= glut diff --git a/graphics/ebsynth/Makefile b/graphics/ebsynth/Makefile index 78bcc19637f9..4681aa19e730 100644 --- a/graphics/ebsynth/Makefile +++ b/graphics/ebsynth/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= FreeBSD@ShaneWare.biz COMMENT= Example-based Image Synthesis and Style Transfer +WWW= https://ebsynth.com LICENSE= PD diff --git a/graphics/edje_viewer/Makefile b/graphics/edje_viewer/Makefile index cedf7dc0397d..a32162c56570 100644 --- a/graphics/edje_viewer/Makefile +++ b/graphics/edje_viewer/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/gblach/e17/extra/ MAINTAINER= enlightenment@FreeBSD.org COMMENT= Simple viewer for .edj files +WWW= https://www.enlightenment.org/ LIB_DEPENDS= libefl.so:devel/efl diff --git a/graphics/egl-wayland/Makefile b/graphics/egl-wayland/Makefile index 8149131fb00a..e8f318e99ae2 100644 --- a/graphics/egl-wayland/Makefile +++ b/graphics/egl-wayland/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= EGLStream-based Wayland external platform +WWW= https://github.com/NVIDIA/egl-wayland LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/eglexternalplatform/Makefile b/graphics/eglexternalplatform/Makefile index 269f0cd5a9f0..cd7455977f89 100644 --- a/graphics/eglexternalplatform/Makefile +++ b/graphics/eglexternalplatform/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= EGL External Platform interface +WWW= https://github.com/NVIDIA/eglexternalplatform LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/electricsheep/Makefile b/graphics/electricsheep/Makefile index 195215ca50af..1ebbcf4c5b8e 100644 --- a/graphics/electricsheep/Makefile +++ b/graphics/electricsheep/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Infinite evolving crowdsourced artwork +WWW= https://electricsheep.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/elementary-photos/Makefile b/graphics/elementary-photos/Makefile index 810087a07591..925dd22f8c41 100644 --- a/graphics/elementary-photos/Makefile +++ b/graphics/elementary-photos/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= miguel@gocobachi.dev COMMENT= Photo viewer and organizer designed for elementary OS +WWW= https://github.com/elementary/videos/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/embree/Makefile b/graphics/embree/Makefile index 2adeda94423b..f8688242ffa4 100644 --- a/graphics/embree/Makefile +++ b/graphics/embree/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Collection of high-performance ray tracing kernels +WWW= https://www.embree.org/ LICENSE= APACHE20 diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 85f7353f9fac..309240242640 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -7,6 +7,7 @@ DISTNAME= enblend-enfuse-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for image blending with multiresolution splines +WWW= http://enblend.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/engauge-digitizer/Makefile b/graphics/engauge-digitizer/Makefile index 1cd979b8e13e..962029fe8d55 100644 --- a/graphics/engauge-digitizer/Makefile +++ b/graphics/engauge-digitizer/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics math science MAINTAINER= yuri@FreeBSD.org COMMENT= Extract data points from images of graphs +WWW= https://markummitchell.github.io/engauge-digitizer/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/entangle/Makefile b/graphics/entangle/Makefile index e40477b9c938..4c0ec0c43e2e 100644 --- a/graphics/entangle/Makefile +++ b/graphics/entangle/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.entangle-photo.org/download/sources/ MAINTAINER= danfe@FreeBSD.org COMMENT= Digital camera tethered control and capture program +WWW= https://www.entangle-photo.org/ LICENSE= GPLv3 diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 1b576df2bb84..fa40d8f39b64 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Eye Of Gnome image viewer +WWW= https://wiki.gnome.org/Apps/EyeOfGnome LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index c511f7124279..bbbff21111a2 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= mate MAINTAINER= gnome@FreeBSD.org COMMENT= Eye of MATE image viewer +WWW= https://mate-desktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/eos-movrec/Makefile b/graphics/eos-movrec/Makefile index 7bdea4769a68..1b423069e687 100644 --- a/graphics/eos-movrec/Makefile +++ b/graphics/eos-movrec/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Capture short movies with Canon DSLR camera +WWW= https://sourceforge.net/projects/eos-movrec/ LICENSE= GPLv2 diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 66fca6898022..982d4b8b34b4 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= FRUGALWARE/xapps-extra/${PORTNAME} \ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight PDF document viewer +WWW= http://www.emma-soft.com/projects/epdfview/ LICENSE= GPLv2 diff --git a/graphics/ephoto/Makefile b/graphics/ephoto/Makefile index 85f84096444e..9c550fd06079 100644 --- a/graphics/ephoto/Makefile +++ b/graphics/ephoto/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= enlightenment MAINTAINER= ports@FreeBSD.org COMMENT= Comprehensive Image Viewer Using EFL +WWW= https://www.enlightenment.org/about-ephoto LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile index f58911053a78..cbf0088775c9 100644 --- a/graphics/epix/Makefile +++ b/graphics/epix/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://mathcs.holycross.edu/~ahwang/${PORTNAME}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Creates math plots and line figures using easy-to-learn syntax +WWW= https://mathcs.holycross.edu/~ahwang/epix/ePiX.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/eps2png/Makefile b/graphics/eps2png/Makefile index 6ed639d0886e..ed4bd92ecbd5 100644 --- a/graphics/eps2png/Makefile +++ b/graphics/eps2png/Makefile @@ -6,6 +6,7 @@ MASTER_SITE_SUBDIR= CPAN:JV MAINTAINER= perl@FreeBSD.org COMMENT= Converts EPS images to PNG +WWW= https://www.vromans.org/johan/software/sw_eps2png.html LICENSE= ART10 GPLv2+ LICENSE_COMB= dual diff --git a/graphics/epsonscan2-non-free-plugin/Makefile b/graphics/epsonscan2-non-free-plugin/Makefile index 5f00f6ca1c70..c1f1e35e0125 100644 --- a/graphics/epsonscan2-non-free-plugin/Makefile +++ b/graphics/epsonscan2-non-free-plugin/Makefile @@ -14,6 +14,7 @@ DISTFILES_i386= ${DISTNAME}.${DIST_SUFX}${EXTRACT_SUFX}:i386 MAINTAINER= fbsd@opal.com COMMENT= Epson Scan 2 network interface non-free-plugin +WWW= https://support.epson.net/linux/en/epsonscan2.php LICENSE= EPSON LICENSE_NAME= EPSON END USER SOFTWARE LICENSE AGREEMENT diff --git a/graphics/epsonscan2/Makefile b/graphics/epsonscan2/Makefile index a084a5e2f44e..d4517181bedf 100644 --- a/graphics/epsonscan2/Makefile +++ b/graphics/epsonscan2/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.src MAINTAINER= fbsd@opal.com COMMENT= Epson Scan 2 scanner driver +WWW= https://download.ebz.epson.net/man/linux/epsonscan2_e.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 601e1ac26cf8..651412c4f83c 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.ghostgum.com.au/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Create or extract preview bitmaps in EPS files +WWW= http://www.ghostgum.com.au/software/epstool.htm LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/graphics/eterm-bg/Makefile b/graphics/eterm-bg/Makefile index 58c1127e3d17..2d93f443271b 100644 --- a/graphics/eterm-bg/Makefile +++ b/graphics/eterm-bg/Makefile @@ -6,6 +6,7 @@ DISTNAME= Eterm-bg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image files for background of Eterm +WWW= http://www.eterm.org/ NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile index 49225403d2e4..762756c7a7a4 100644 --- a/graphics/evince/Makefile +++ b/graphics/evince/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME multi-format document viewer +WWW= https://wiki.gnome.org/Apps/Evince LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/evolvotron/Makefile b/graphics/evolvotron/Makefile index 8f2c60d90298..c5ba88b04f74 100644 --- a/graphics/evolvotron/Makefile +++ b/graphics/evolvotron/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Generative software that evolves images/textures/patterns +WWW= http://www.bottlenose.demon.co.uk/share/evolvotron/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile index a79f8ab06387..548d2ee9b68b 100644 --- a/graphics/exif/Makefile +++ b/graphics/exif/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/libexif/exif/releases/download/exif-${PORTVERSI MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line utility to read and manipulate EXIF data +WWW= https://libexif.github.io/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/exiftags/Makefile b/graphics/exiftags/Makefile index 057d645bde03..7b882f586f6d 100644 --- a/graphics/exiftags/Makefile +++ b/graphics/exiftags/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://johnst.org/sw/exiftags/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Parses a specified JPEG file for a JPEG APP1 section containing Exif data +WWW= https://johnst.org/sw/exiftags/ LICENSE= BSD4CLAUSE diff --git a/graphics/exiftran/Makefile b/graphics/exiftran/Makefile index d1009b7369b0..e83a453d9244 100644 --- a/graphics/exiftran/Makefile +++ b/graphics/exiftran/Makefile @@ -6,6 +6,7 @@ DISTNAME= fbida-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Command line utility to transform jpeg files +WWW= https://www.kraxel.org/blog/linux/fbida/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 4e11021a1de1..28ac104c8280 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/Exiv2/exiv2/releases/download/v${DISTVERSION}/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Exif, IPTC, and XMP metadata manipulation library and tools +WWW= https://www.exiv2.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index 5f62f7a5d9cc..3aef12954293 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://scanline.ca/exrtools/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utilities for manipulating with HDR images in OpenEXR format +WWW= http://scanline.ca/exrtools/ LICENSE= GPLv2 diff --git a/graphics/f3d/Makefile b/graphics/f3d/Makefile index 73fd7e1543aa..bef28933c198 100644 --- a/graphics/f3d/Makefile +++ b/graphics/f3d/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Fast and minimalist 3D viewer +WWW= https://f3d-app.github.io/f3d/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/facedetect/Makefile b/graphics/facedetect/Makefile index c0d9181521cb..f532d0658559 100644 --- a/graphics/facedetect/Makefile +++ b/graphics/facedetect/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple face detector for batch processing +WWW= https://www.thregr.org/~wavexx/software/facedetect/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/graphics/farbfeld/Makefile b/graphics/farbfeld/Makefile index 0e91495bc467..803485d32eff 100644 --- a/graphics/farbfeld/Makefile +++ b/graphics/farbfeld/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://dl.suckless.org/farbfeld/ MAINTAINER= aaron@baugher.biz COMMENT= Lossless image format which is easy to parse, pipe and compress +WWW= https://tools.suckless.org/farbfeld/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 1fb3502efb9d..098a4ac24f99 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://feh.finalrewind.org/ MAINTAINER= dmenelkir@gmail.com COMMENT= Image viewer that utilizes Imlib2 +WWW= https://feh.finalrewind.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/fig2sxd/Makefile b/graphics/fig2sxd/Makefile index 856f3c23cb12..00a987ac4c39 100644 --- a/graphics/fig2sxd/Makefile +++ b/graphics/fig2sxd/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics converters MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xfig files to the OpenOffice draw format +WWW= https://gitlab.com/acfbuerger/fig2sxd LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/figurine/Makefile b/graphics/figurine/Makefile index 7d46dd88aeae..80d6a2f912eb 100644 --- a/graphics/figurine/Makefile +++ b/graphics/figurine/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Drawing program for X11 +WWW= http://figurine.sourceforge.net/ LICENSE= GPLv2 diff --git a/graphics/filament/Makefile b/graphics/filament/Makefile index 94c47a28801c..4fc6f4584900 100644 --- a/graphics/filament/Makefile +++ b/graphics/filament/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Real-time physically based rendering engine +WWW= https://google.github.io/filament/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/filmulator/Makefile b/graphics/filmulator/Makefile index 71b4708f09fd..ee682db9f0a3 100644 --- a/graphics/filmulator/Makefile +++ b/graphics/filmulator/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Simplified raw editor with the power of film +WWW= https://filmulator.org/ LICENSE= GPLv3+ diff --git a/graphics/flam3/Makefile b/graphics/flam3/Makefile index 3aa809fcd226..c03429e8fd1d 100644 --- a/graphics/flam3/Makefile +++ b/graphics/flam3/Makefile @@ -7,6 +7,7 @@ CATEGORIES= graphics MAINTAINER= john.c.prather@gmail.com COMMENT= Algorithmically generated fractal flames images and animations +WWW= http://flam3.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/flasm/Makefile b/graphics/flasm/Makefile index d2aa6ca29d6a..21e1faa559ad 100644 --- a/graphics/flasm/Makefile +++ b/graphics/flasm/Makefile @@ -8,6 +8,7 @@ DISTNAME= flasm16src MAINTAINER= ports@FreeBSD.org COMMENT= Command line assembler/disassembler of flash actionscript bytecode +WWW= http://flasm.sourceforge.net/ USES= bison dos2unix gmake gperf zip NO_WRKSUBDIR= yes diff --git a/graphics/flif/Makefile b/graphics/flif/Makefile index b954d485dc6b..1138529060e6 100644 --- a/graphics/flif/Makefile +++ b/graphics/flif/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Free Lossless Image Format +WWW= https://flif.info/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../LICENSE_Apache2 diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile index 9808f34c4727..dfa368f413c4 100644 --- a/graphics/flphoto/Makefile +++ b/graphics/flphoto/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ports@FreeBSD.org COMMENT= Basic image management and display program +WWW= http://www.easysw.com/~mike/flphoto/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 7d0994a66979..ac11a90f2759 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://fossies.org/unix/www/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Simple drawing language to generate GIFs on the fly +WWW= http://martin.gleeson.com/fly/ LIB_DEPENDS= libgd.so:graphics/gd diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile index 3a26c0554181..079046684a80 100644 --- a/graphics/fortytwo/Makefile +++ b/graphics/fortytwo/Makefile @@ -8,6 +8,7 @@ DISTFILES= FT-${PORTVERSION}-src.tgz \ MAINTAINER= ports@FreeBSD.org COMMENT= Graph management system for GNUstep +WWW= http://FortyTwo.sourceforge.net/index.html LICENSE= LGPL21 diff --git a/graphics/fotofix/Makefile b/graphics/fotofix/Makefile index 944332670932..6bb89e8c3b0a 100644 --- a/graphics/fotofix/Makefile +++ b/graphics/fotofix/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer +WWW= http://www.prima.eu.org/fotofix/ RUN_DEPENDS= IPA>=1.03:graphics/IPA \ p5-Prima>=1.22:x11-toolkits/p5-Prima diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index b455fd8c107c..bf706b2e6018 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://kornelix.net/downloads/downloads/ MAINTAINER= danfe@FreeBSD.org COMMENT= Application to organize and edit image collections +WWW= https://kornelix.net/fotoxx/fotoxx.html LICENSE= GPLv3+ diff --git a/graphics/founts/Makefile b/graphics/founts/Makefile index 84fdd0be2558..16f4319b5ff7 100644 --- a/graphics/founts/Makefile +++ b/graphics/founts/Makefile @@ -7,6 +7,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Demo/program inspired by Erics cascade +WWW= http://www.linuxmotors.com/founts/ LICENSE= GPLv2 diff --git a/graphics/fracplanet/Makefile b/graphics/fracplanet/Makefile index b33643dcbd69..81615c71af94 100644 --- a/graphics/fracplanet/Makefile +++ b/graphics/fracplanet/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= Interactive tool for creating random fractal planets and terrain +WWW= http://www.bottlenose.demon.co.uk/share/fracplanet/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/fractgen/Makefile b/graphics/fractgen/Makefile index ecfbb41e48d8..5d6612f363c2 100644 --- a/graphics/fractgen/Makefile +++ b/graphics/fractgen/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.uni-due.de/~be0001/fractalgenerator/download/ MAINTAINER= dreibh@iem.uni-due.de COMMENT= Fractal Generator +WWW= https://www.uni-due.de/~be0001/fractalgenerator/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/fraqtive/Makefile b/graphics/fraqtive/Makefile index 91bddfbd58b8..1db3c0641fa7 100644 --- a/graphics/fraqtive/Makefile +++ b/graphics/fraqtive/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Draws Mandelbrot and Julia fractals +WWW= https://fraqtive.mimec.org/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 4832c631b7bd..a93957e7b944 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= x11@FreeBSD.org COMMENT= Open source implementation of GLUT library +WWW= http://freeglut.sourceforge.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/freeimage/Makefile b/graphics/freeimage/Makefile index 41d29d47ec1d..48ffe704b95b 100644 --- a/graphics/freeimage/Makefile +++ b/graphics/freeimage/Makefile @@ -7,6 +7,7 @@ DISTNAME= FreeImage${PORTVERSION:S/.//g} MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple C/C++ bitmap graphics library +WWW= http://freeimage.sourceforge.net/ LICENSE= FIPL GPLv2 GPLv3 LICENSE_COMB= multi diff --git a/graphics/freetype-gl/Makefile b/graphics/freetype-gl/Makefile index 26c711dd059e..7cab2d68db82 100644 --- a/graphics/freetype-gl/Makefile +++ b/graphics/freetype-gl/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 00a13d4c9e31f9c4e68e8ab30e2f7ec5b0e4bf60.patch:-p1 # https://github MAINTAINER= yuri@FreeBSD.org COMMENT= C OpenGL Freetype engine library +WWW= https://github.com/rougier/freetype-gl LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile index 4cb3a8c46724..5fb844e6ed12 100644 --- a/graphics/frei0r/Makefile +++ b/graphics/frei0r/Makefile @@ -7,6 +7,7 @@ MASTER_SITES?= https://files.dyne.org/frei0r/releases/ MAINTAINER= jhale@FreeBSD.org COMMENT?= Minimalistic plugin API for video effects +WWW= https://frei0r.dyne.org/ .if !defined(BUILDING_FREI0R_METAPORT) diff --git a/graphics/frogr/Makefile b/graphics/frogr/Makefile index 6db11b2af3f6..051a80a7e75e 100644 --- a/graphics/frogr/Makefile +++ b/graphics/frogr/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 1eeb32b94b9e.patch:-p1 # https://gitlab.gnome.org/GNOME/frogr/-/mer MAINTAINER= ashish@FreeBSD.org COMMENT= Flickr upload and management tool +WWW= https://wiki.gnome.org/Apps/Frogr LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/ftgl/Makefile b/graphics/ftgl/Makefile index 614ad22684ff..05dd27b29722 100644 --- a/graphics/ftgl/Makefile +++ b/graphics/ftgl/Makefile @@ -7,6 +7,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= OpenGL FreeType fonts rendering library +WWW= https://github.com/frankheckenbach/ftgl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/fusefs-gphotofs/Makefile b/graphics/fusefs-gphotofs/Makefile index 32f844e2bb2c..466d5bb2ba99 100644 --- a/graphics/fusefs-gphotofs/Makefile +++ b/graphics/fusefs-gphotofs/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= danfe@FreeBSD.org COMMENT= Mount PTP camera as a file system +WWW= http://gphoto.sourceforge.net/proj/gphotofs/ LICENSE= GPLv2 diff --git a/graphics/fv/Makefile b/graphics/fv/Makefile index 90eb06161d5e..164e6bb68bd7 100644 --- a/graphics/fv/Makefile +++ b/graphics/fv/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Viewer of hdr/pfm images +WWW= http://www.eaflux.com/fv/ LICENSE= GPLv2+ diff --git a/graphics/fyre/Makefile b/graphics/fyre/Makefile index fcc01e2d4652..3ceaad7904a5 100644 --- a/graphics/fyre/Makefile +++ b/graphics/fyre/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://releases.navi.cx/fyre/ MAINTAINER= ports@FreeBSD.org COMMENT= Chaos map rendering system with GTK+-2 interface +WWW= https://fyre.navi.cx/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index 4fa278aa42af..4d29fdb6cfee 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -8,6 +8,7 @@ DISTNAME= Gauche-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL binding for Gauche +WWW= https://practical-scheme.net/gauche/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gcolor2/Makefile b/graphics/gcolor2/Makefile index a7249bd39619..d0b6856f487e 100644 --- a/graphics/gcolor2/Makefile +++ b/graphics/gcolor2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ps.ports@smyrak.com COMMENT= Simple GTK+ 2.0 color selector +WWW= http://gcolor2.sourceforge.net/ LICENSE= GPLv2 diff --git a/graphics/gcolor3/Makefile b/graphics/gcolor3/Makefile index d4789667ceaf..bd6173bb2de6 100644 --- a/graphics/gcolor3/Makefile +++ b/graphics/gcolor3/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Colour picker is a simple color chooser +WWW= https://www.hjdskes.nl/projects/gcolor3/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index dabd8dfbc50c..9179ef7b6f23 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${ MAINTAINER?= dinoex@FreeBSD.org COMMENT?= Graphics library for fast creation of images +WWW= https://libgd.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index ed3132b15b68..9d04c5ac10a9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Translator library for raster geospatial data formats +WWW= https://gdal.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index b43b3fb38523..f907c6f8356d 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}dev MAINTAINER= ports@FreeBSD.org COMMENT= Easy to use fast C API for creating charts and graphs +WWW= http://www.fred.net/brv/chart/ LIB_DEPENDS= libgd.so:graphics/gd \ libfreetype.so:print/freetype2 diff --git a/graphics/gdk-pixbuf2-xlib/Makefile b/graphics/gdk-pixbuf2-xlib/Makefile index de0a893fb835..c7b1d41d0d21 100644 --- a/graphics/gdk-pixbuf2-xlib/Makefile +++ b/graphics/gdk-pixbuf2-xlib/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= deprecated API for integrating Xlib and GdkPixbuf +WWW= https://developer.gnome.org/gdk-pixbuf/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 0fa886864faa..26527643e454 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= Graphic library for GTK+ +WWW= https://developer.gnome.org/gdk-pixbuf/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 542fe23ed336..5fecbaf6ce3f 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= portmaster@bsdforge.com COMMENT= TCL interface to the Thomas Boutell's Gd library +WWW= http://graphviz.org/cgi-bin/man?gdtclft LIB_DEPENDS= libgd.so:graphics/gd \ libpng.so:graphics/png diff --git a/graphics/geeqie/Makefile b/graphics/geeqie/Makefile index 733842425eb7..8e1f585cdf8f 100644 --- a/graphics/geeqie/Makefile +++ b/graphics/geeqie/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lightweight image viewer forked from GQview +WWW= https://www.geeqie.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 1d39ad68af94..362d322c1e5a 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GIMP MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework +WWW= https://gegl.org/ LICENSE= BSD3CLAUSE GPLv3+ LGPL3+ LICENSE_COMB= multi diff --git a/graphics/geoapi/Makefile b/graphics/geoapi/Makefile index 5aa90d60d5f5..c7284c777bc9 100644 --- a/graphics/geoapi/Makefile +++ b/graphics/geoapi/Makefile @@ -6,6 +6,7 @@ DISTNAME= GeoAPI-3_0_0 MAINTAINER= wen@FreeBSD.org COMMENT= Java interface API based upon OGC Standards +WWW= http://geoapi.sf.net USES= zip NO_BUILD= yes diff --git a/graphics/geomorph/Makefile b/graphics/geomorph/Makefile index 2b69e28970d4..87706d696549 100644 --- a/graphics/geomorph/Makefile +++ b/graphics/geomorph/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Height field generator and editor +WWW= http://geomorph.sourceforge.net/ LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ libpng.so:graphics/png diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 637c141691d0..156d64025269 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Interactive viewer for 3- and 4-D geometric objects +WWW= http://www.geomview.org/ LICENSE= LGPL21+ # COPYING mentions LGPL21, source files LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/geos/Makefile b/graphics/geos/Makefile index ba73bff6648d..53d8aff3a5de 100644 --- a/graphics/geos/Makefile +++ b/graphics/geos/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.osgeo.org/geos/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Geometry Engine, Open Source +WWW= https://libgeos.org/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/geoserver/Makefile b/graphics/geoserver/Makefile index fe6bf788f35e..0e6655f35468 100644 --- a/graphics/geoserver/Makefile +++ b/graphics/geoserver/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-bin MAINTAINER= bofh@FreeBSD.org COMMENT= Open Source GIS server +WWW= https://geoserver.org/ LICENSE= APACHE20 BSD2CLAUSE EPL GPLv2 GPLv3 MIT LICENSE_COMB= multi diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 8354ae566088..f0219aca8524 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNOME MAINTAINER= cmt@FreeBSD.org COMMENT= GObject-based wrapper around Exiv2 library +WWW= https://wiki.gnome.org/Projects/gexiv2 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/giblib/Makefile b/graphics/giblib/Makefile index 72b0eacde361..717f9b392045 100644 --- a/graphics/giblib/Makefile +++ b/graphics/giblib/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://linuxbrit.co.uk/downloads/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Utility library that includes a wrapper for imlib2 +WWW= http://www.linuxbrit.co.uk/giblib/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index c3eeacc553ca..6a34be057fea 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= desktop@FreeBSD.org COMMENT= Tools and library routines for working with GIF images +WWW= https://sourceforge.net/projects/giflib/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 4e4d04071d39..04df2b73d050 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.lcdf.org/gifsicle/ MAINTAINER= tagattie@FreeBSD.org COMMENT= Manipulates GIF images and animations +WWW= https://www.lcdf.org/gifsicle/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index e3db08dbd4e0..e273a716c54d 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Highest-quality GIF encoder based on pngquant +WWW= https://gif.ski/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 2ab3457fe52a..7cfee57a25c5 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/gtkmmviewer/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Yet another GTK+ based image viewer +WWW= http://gtkmmviewer.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index 32892bf88487..9f8873b39048 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= BERLIOS MAINTAINER= portmaster@bsdforge.com COMMENT= Simple image viewer +WWW= https://sourceforge.net/projects/gimmage.berlios/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 0068546f29c8..95e0c61c4560 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -app MAINTAINER= gnome@FreeBSD.org COMMENT= GNU Image Manipulation Program +WWW= https://www.gimp.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi diff --git a/graphics/gimp-beautify-plugin/Makefile b/graphics/gimp-beautify-plugin/Makefile index 3e7fccb27a22..c61b9a777650 100644 --- a/graphics/gimp-beautify-plugin/Makefile +++ b/graphics/gimp-beautify-plugin/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= GIMP plug-ins to both quickly and easily beautify photo +WWW= https://github.com/hejiann/beautify LICENSE= GPLv3+ diff --git a/graphics/gimp-data-extras/Makefile b/graphics/gimp-data-extras/Makefile index c7edbee210d0..338c66fe83d3 100644 --- a/graphics/gimp-data-extras/Makefile +++ b/graphics/gimp-data-extras/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GIMP/gimp/extras/ MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of additional brushes and patterns files for GIMP +WWW= https://gimp.org LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index 29ca6cc59b0b..ba8891a4e1ad 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -9,6 +9,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= rm@FreeBSD.org COMMENT= GREYC's Magic Image Converter +WWW= https://gmic.eu/ BROKEN= OpenCV4 no longer ships OpencCV-1.0 headers diff --git a/graphics/gimp-jxl-plugin/Makefile b/graphics/gimp-jxl-plugin/Makefile index 7440a026bef3..04dc13d8e308 100644 --- a/graphics/gimp-jxl-plugin/Makefile +++ b/graphics/gimp-jxl-plugin/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= GIMP plugin to read/write JPEG XL images +WWW= https://jpeg.org/jpegxl/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC:H:H}/LICENSE diff --git a/graphics/gimp-lensfun-plugin/Makefile b/graphics/gimp-lensfun-plugin/Makefile index 27b989bc856e..b62db7ac5dcf 100644 --- a/graphics/gimp-lensfun-plugin/Makefile +++ b/graphics/gimp-lensfun-plugin/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -plugin MAINTAINER= fluffy@FreeBSD.org COMMENT= Gimp plugin to correct lens distortion using the lensfun library +WWW= https://seebk.github.io/GIMP-Lensfun/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/gimp-lqr-plugin/Makefile b/graphics/gimp-lqr-plugin/Makefile index e9bd27a4f42a..dc2db7e1e70e 100644 --- a/graphics/gimp-lqr-plugin/Makefile +++ b/graphics/gimp-lqr-plugin/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://liquidrescale.wdfiles.com/local--files/en:download-page-sou MAINTAINER= amdmi3@FreeBSD.org COMMENT= Liquid rescale GIMP plug-in +WWW= https://liquidrescale.wikidot.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gimp-refocus-plugin/Makefile b/graphics/gimp-refocus-plugin/Makefile index 3cf1369f88ef..0fc3a20c3025 100644 --- a/graphics/gimp-refocus-plugin/Makefile +++ b/graphics/gimp-refocus-plugin/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= GIMP plugin to "refocus" images through FIR Wiener filtering +WWW= http://refocus.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile index 62f2b93b4ad8..ca7a85519858 100644 --- a/graphics/gimp-resynthesizer/Makefile +++ b/graphics/gimp-resynthesizer/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= gimp- MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gimp plug-in for texture synthesis +WWW= https://www.logarithmic.net/pfh/resynthesizer LICENSE= GPLv2+ # though COPYING has GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 32d69e3bcfa9..785b2f287adf 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics gnome MAINTAINER= gnome@FreeBSD.org COMMENT= The "meta-port" for The Gimp +WWW= https://www.gimp.org/ RUN_DEPENDS= gimp-2.10:graphics/gimp-app diff --git a/graphics/gkrellkam2/Makefile b/graphics/gkrellkam2/Makefile index 64459bfcb7dd..48b14513ed17 100644 --- a/graphics/gkrellkam2/Makefile +++ b/graphics/gkrellkam2/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GKrellM plugin that display thumbnails of periodically updated images +WWW= http://gkrellkam.sourceforge.net/ LICENSE= GPLv2+ diff --git a/graphics/glad/Makefile b/graphics/glad/Makefile index 42041310125e..875c31444125 100644 --- a/graphics/glad/Makefile +++ b/graphics/glad/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL loader-generator +WWW= https://glad.dav1d.de/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/glaxnimate/Makefile b/graphics/glaxnimate/Makefile index 6f8faed7f96a..a2902d318b4a 100644 --- a/graphics/glaxnimate/Makefile +++ b/graphics/glaxnimate/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Simple vector animation program +WWW= https://glaxnimate.mattbas.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/glbinding/Makefile b/graphics/glbinding/Makefile index 9e7590548e16..ef0bfec3c4c6 100644 --- a/graphics/glbinding/Makefile +++ b/graphics/glbinding/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ binding for the OpenGL API +WWW= https://glbinding.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/glee/Makefile b/graphics/glee/Makefile index a7f19188d318..0f6e3ffa3eaf 100644 --- a/graphics/glee/Makefile +++ b/graphics/glee/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= yuri@FreeBSD.org COMMENT= Cross-platform extension loading library for OpenGL +WWW= https://elf-stone.com/glee.php LICENSE= BSD2CLAUSE diff --git a/graphics/glew/Makefile b/graphics/glew/Makefile index 4531bf3fe6b8..5074634e691f 100644 --- a/graphics/glew/Makefile +++ b/graphics/glew/Makefile @@ -11,6 +11,7 @@ PATCHFILES+= 062067f2bad8.patch:-p1 # https://github.com/nigels-com/glew/pull/33 MAINTAINER?= x11@FreeBSD.org COMMENT= OpenGL Extension Wrangler Library +WWW= http://glew.sourceforge.net/ LICENSE= MIT BSD3CLAUSE LICENSE_COMB= dual diff --git a/graphics/glexcess/Makefile b/graphics/glexcess/Makefile index 9ada5ea4c352..3c90dbf57788 100644 --- a/graphics/glexcess/Makefile +++ b/graphics/glexcess/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= hernan.di.pietro@gmail.com COMMENT= Impressive OpenGL Demo +WWW= http://www.glexcess.com USES= gl USE_GL= glut diff --git a/graphics/glfw/Makefile b/graphics/glfw/Makefile index e3cd2fc111a8..3904309dd594 100644 --- a/graphics/glfw/Makefile +++ b/graphics/glfw/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/glfw/glfw/releases/download/${PORTVERSION}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Portable framework for OpenGL development +WWW= https://www.glfw.org/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/graphics/glfw2/Makefile b/graphics/glfw2/Makefile index 26707ab5d793..9a05bd2b52e5 100644 --- a/graphics/glfw2/Makefile +++ b/graphics/glfw2/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org COMMENT= Portable framework for OpenGL development +WWW= https://www.glfw.org/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/graphics/gliv/Makefile b/graphics/gliv/Makefile index fec9fe50a8e8..9f2beaa310c7 100644 --- a/graphics/gliv/Makefile +++ b/graphics/gliv/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://guichaz.free.fr/gliv/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer that uses Gdk-Pixbuf and OpenGL +WWW= http://guichaz.free.fr/gliv/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/glosm/Makefile b/graphics/glosm/Makefile index 7e8c0e2929d9..0be587725509 100644 --- a/graphics/glosm/Makefile +++ b/graphics/glosm/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics geography MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D OpenGL renderer for OpenStreetMap +WWW= https://github.com/AMDmi3/glosm LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/glpng/Makefile b/graphics/glpng/Makefile index befc0d3e87fd..8fcee7dceffe 100644 --- a/graphics/glpng/Makefile +++ b/graphics/glpng/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= glpng MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to easily load PNG files as an OpenGL textures +WWW= http://www.wyatt100.freeserve.co.uk/download.htm LICENSE= ZLIB diff --git a/graphics/glslang/Makefile b/graphics/glslang/Makefile index 2af174e55392..75bf1aeddd3e 100644 --- a/graphics/glslang/Makefile +++ b/graphics/glslang/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= OpenGL and OpenGL ES shader front end and validator +WWW= https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ LICENSE= APACHE20 BSD2CLAUSE BSD3CLAUSE GPLv3+ MIT LICENSE_COMB= multi diff --git a/graphics/glvis/Makefile b/graphics/glvis/Makefile index 7ce6340ba83d..1f1dfba1a519 100644 --- a/graphics/glvis/Makefile +++ b/graphics/glvis/Makefile @@ -7,6 +7,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight tool for accurate & flexible finite element visualization +WWW= https://glvis.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/glx-utils/Makefile b/graphics/glx-utils/Makefile index d71b0ae816a7..2a5dac3ae004 100644 --- a/graphics/glx-utils/Makefile +++ b/graphics/glx-utils/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= List GLX capabilities and simple renderer +WWW= https://www.mesa3d.org/ LICENSE= MIT diff --git a/graphics/gmic-qt/Makefile b/graphics/gmic-qt/Makefile index b5a2858d8ef1..d744ab618840 100644 --- a/graphics/gmic-qt/Makefile +++ b/graphics/gmic-qt/Makefile @@ -11,6 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz ${DISTFILE_gmic} ${DISTFILE_cimg} MAINTAINER= kde@FreeBSD.org COMMENT= Versatile Qt front-end to GMIC +WWW= https://github.com/c-koi/gmic-qt LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gmic/Makefile b/graphics/gmic/Makefile index 94b8d06cff33..2f08019df339 100644 --- a/graphics/gmic/Makefile +++ b/graphics/gmic/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Framework for image processing +WWW= https://gmic.eu/ LICENSE= CeCILL LICENSE_NAME= CeCILL diff --git a/graphics/gmt-dcw/Makefile b/graphics/gmt-dcw/Makefile index a6f9d45ed076..d504232f7fce 100644 --- a/graphics/gmt-dcw/Makefile +++ b/graphics/gmt-dcw/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= gmt gmt/legacy MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Digital Chart of the World for GMT 5 or later +WWW= https://www.soest.hawaii.edu/wessel/dcw/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi diff --git a/graphics/gmt-gshhg/Makefile b/graphics/gmt-gshhg/Makefile index cd551202e03c..149c0603b087 100644 --- a/graphics/gmt-gshhg/Makefile +++ b/graphics/gmt-gshhg/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= gmt gmt/legacy MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Global Self-consistent, Hierarchical, High-resolution Geography +WWW= https://www.soest.hawaii.edu/wessel/gshhg/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi diff --git a/graphics/gmt/Makefile b/graphics/gmt/Makefile index 75485ef87eca..38711792c03c 100644 --- a/graphics/gmt/Makefile +++ b/graphics/gmt/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Generic Mapping Tools - data processing and display software package +WWW= https://www.generic-mapping-tools.org/ LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index b3cfbe497d13..336aa08fcfb8 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -7,6 +7,7 @@ DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880 MAINTAINER= dinoex@FreeBSD.org COMMENT= GNU Flash movie player +WWW= https://www.gnu.org/software/gnash/ LICENSE= GPLv3 diff --git a/graphics/gnome-color-manager/Makefile b/graphics/gnome-color-manager/Makefile index 6bd001e96d75..c5477e3d1ffa 100644 --- a/graphics/gnome-color-manager/Makefile +++ b/graphics/gnome-color-manager/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Session framework for the GNOME desktop to manage color profiles +WWW= https://git.gnome.org/browse/gnome-color-manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gnome-video-effects/Makefile b/graphics/gnome-video-effects/Makefile index e6e4f44ff211..5ef74226bbd8 100644 --- a/graphics/gnome-video-effects/Makefile +++ b/graphics/gnome-video-effects/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Collection of Gstreamer effects +WWW= https://wiki.gnome.org/Projects/GnomeVideoEffects LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index f47e297b2010..60092c5566da 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www-e.uni-magdeburg.de/jschulen/ocr/ MAINTAINER= freebsd-ports@dan.me.uk COMMENT= OCR (Optical Character Recognition) program +WWW= http://jocr.sourceforge.net/ LICENSE= GPLv2 diff --git a/graphics/goocanvas2/Makefile b/graphics/goocanvas2/Makefile index b8158e0c7617..3835484e380d 100644 --- a/graphics/goocanvas2/Makefile +++ b/graphics/goocanvas2/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Cairo-based canvas widget for GTK+ 3 +WWW= https://sourceforge.net/projects/goocanvas/ LICENSE= LGPL20 diff --git a/graphics/goocanvas3/Makefile b/graphics/goocanvas3/Makefile index 91dc2817f9d3..e935fdc4d61e 100644 --- a/graphics/goocanvas3/Makefile +++ b/graphics/goocanvas3/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Cairo-based canvas widget for GTK+ +WWW= https://gitlab.gnome.org/GNOME/goocanvas/ LICENSE= LGPL20 diff --git a/graphics/goocanvasmm2/Makefile b/graphics/goocanvasmm2/Makefile index 86dff6c9293f..f7f9b46c65cc 100644 --- a/graphics/goocanvasmm2/Makefile +++ b/graphics/goocanvasmm2/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= kwm@FreeBSD.org COMMENT= C++ bindings for the goocanvas widget for GTK +WWW= https://sourceforge.net/projects/goocanvas/ LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 diff --git a/graphics/goom/Makefile b/graphics/goom/Makefile index 935b0b4c118c..9bc4d440f543 100644 --- a/graphics/goom/Makefile +++ b/graphics/goom/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.|-|}-src MAINTAINER= ports@FreeBSD.org COMMENT= Visual effects library +WWW= https://sourceforge.net/projects/goom/ LICENSE= LGPL20 diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index da5204cc1dc6..bfa9f545607c 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}- MAINTAINER= demon@FreeBSD.org COMMENT= OpenGL-based 3D visualisation tool for source control repositories +WWW= https://gource.io/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 27b5ab90815b..6807e88a8031 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= GNU_ALPHA MAINTAINER= ports@FreeBSD.org COMMENT= Small-scale painting program for GNOME +WWW= https://www.gnu.org/software/gpaint/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index 2954338c7936..3e80e2bf03d3 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Command-line frontend to libgphoto2 +WWW= http://www.gphoto.org/proj/gphoto2/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gpicview/Makefile b/graphics/gpicview/Makefile index a27c35c7143d..cd3b652175ee 100644 --- a/graphics/gpicview/Makefile +++ b/graphics/gpicview/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/lxde/GPicView%20%28image%20Viewer%29/${PORTVERSION:R}.x/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple and fast image viewer for X11 +WWW= http://lxde.sourceforge.net/gpicview/ LICENSE= GPLv2 diff --git a/graphics/gpsmanshp/Makefile b/graphics/gpsmanshp/Makefile index c12f159b09ff..4800e63a73be 100644 --- a/graphics/gpsmanshp/Makefile +++ b/graphics/gpsmanshp/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Shapelib support for gpsman +WWW= http://gpsmanshp.sourceforge.net/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/doc/gpl-3_0.txt diff --git a/graphics/gpu-firmware-amd-kmod/Makefile b/graphics/gpu-firmware-amd-kmod/Makefile index 15a928c45d44..e96b85966af2 100644 --- a/graphics/gpu-firmware-amd-kmod/Makefile +++ b/graphics/gpu-firmware-amd-kmod/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Firmware modules for ${FLAVOR} AMD GPUs +WWW= https://github.com/freebsd/drm-kmod-firmware LICENSE= AMD LICENSE_NAME= AMD firmware license (amdgpu/radeon) diff --git a/graphics/gpu-firmware-intel-kmod/Makefile b/graphics/gpu-firmware-intel-kmod/Makefile index 30d1b179a9b9..95bcc632628e 100644 --- a/graphics/gpu-firmware-intel-kmod/Makefile +++ b/graphics/gpu-firmware-intel-kmod/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Firmware modules for ${FLAVOR} Intel GPUs +WWW= https://github.com/freebsd/drm-kmod-firmware LICENSE= INTEL LICENSE_NAME= Intel firmware license (i915) diff --git a/graphics/gpu-firmware-radeon-kmod/Makefile b/graphics/gpu-firmware-radeon-kmod/Makefile index 5d62b9fae192..fb8407fe0515 100644 --- a/graphics/gpu-firmware-radeon-kmod/Makefile +++ b/graphics/gpu-firmware-radeon-kmod/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Firmware modules for ${FLAVOR} Radeon GPUs +WWW= https://github.com/freebsd/drm-kmod-firmware LICENSE= RADEON LICENSE_NAME= Radeon firmware license (i915) diff --git a/graphics/gpxsee/Makefile b/graphics/gpxsee/Makefile index b00b0b2591d2..40799e928e8d 100644 --- a/graphics/gpxsee/Makefile +++ b/graphics/gpxsee/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics geography MAINTAINER= sikmir@gmail.com COMMENT= GPS log file viewer and analyzer +WWW= https://www.gpxsee.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/licence.txt diff --git a/graphics/gracula/Makefile b/graphics/gracula/Makefile index b7885f5ac856..b322fedaae0b 100644 --- a/graphics/gracula/Makefile +++ b/graphics/gracula/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.whizkidtech.redprince.net/cgi/gcl/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Graphic Counter Language compiler/interpreter +WWW= http://www.whizkidtech.redprince.net/gcl/ SUB_FILES= pkg-message diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index aff9239a25fe..6b0faa19a2cb 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -12,6 +12,7 @@ EXTRACT_ONLY= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= glewis@FreeBSD.org COMMENT= The Grid Analysis and Display System +WWW= http://grads.iges.org/grads/ BUILD_DEPENDS= ${LOCALBASE}/lib/libudunits2.a:science/udunits \ ${LOCALBASE}/lib/libsx.a:x11/libsx diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 1447ba9af8c9..e953bfbb61dc 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://pulkomandy.tk/projects/GrafX2/downloads/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pixelart-oriented bitmap painting program +WWW= https://pulkomandy.tk/projects/GrafX2 LICENSE= GPLv2 diff --git a/graphics/graphene/Makefile b/graphics/graphene/Makefile index 9d6dbae79282..f4b5ddc58082 100644 --- a/graphics/graphene/Makefile +++ b/graphics/graphene/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics devel MAINTAINER= gnome@FreeBSD.org COMMENT= Optimizations for speeding up vector operations +WWW= https://ebassi.github.io/graphene/ LICENSE= MIT diff --git a/graphics/graphite2/Makefile b/graphics/graphite2/Makefile index 614a59055394..045c2237289d 100644 --- a/graphics/graphite2/Makefile +++ b/graphics/graphite2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/silnrsi/graphite/releases/download/${DISTVERSIO MAINTAINER= office@FreeBSD.org COMMENT= Rendering capabilities for complex non-Roman writing systems +WWW= https://graphite.sil.org LICENSE= GPLv2 LGPL21 MPL20 LICENSE_COMB= dual diff --git a/graphics/graphos/Makefile b/graphics/graphos/Makefile index 451de3e04a65..4bae26f09fae 100644 --- a/graphics/graphos/Makefile +++ b/graphics/graphos/Makefile @@ -7,6 +7,7 @@ DISTNAME= Graphos-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Vector drawing application centered around bezier paths +WWW= https://gap.nongnu.org/graphos/ LICENSE= GPLv2 diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 07a456a562e8..73509e40607e 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://gitlab.com/api/v4/projects/4207231/packages/generic/graphv MAINTAINER= dinoex@FreeBSD.org COMMENT= Graph Visualization Software from AT&T and Bell Labs +WWW= https://www.graphviz.org/ LICENSE= EPL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/grx/Makefile b/graphics/grx/Makefile index 0fb1178c2e05..86d33e6dcb26 100644 --- a/graphics/grx/Makefile +++ b/graphics/grx/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= 2D graphics library +WWW= http://grx.gnu.de/ LICENSE= LGPL20 MIT LICENSE_COMB= multi diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index efdf4b9a2918..07fe19f22468 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= cmt@FreeBSD.org COMMENT= Produce PDF from scanned documents +WWW= https://sourceforge.net/projects/gscan2pdf/ LICENSE= GPLv3 diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index a20ef6bcb437..157350941e01 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Image viewer and browser for the GNOME environment +WWW= https://wiki.gnome.org/Apps/gthumb/ LICENSE= GPLv2+ diff --git a/graphics/gtimelapse/Makefile b/graphics/gtimelapse/Makefile index cddee8a8f676..3de62f4bd92d 100644 --- a/graphics/gtimelapse/Makefile +++ b/graphics/gtimelapse/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) MAINTAINER= ports@FreeBSD.org COMMENT= Application for capturing images to generate timelapse videos +WWW= https://sourceforge.net/projects/gtimelapse/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gtk-update-icon-cache/Makefile b/graphics/gtk-update-icon-cache/Makefile index d6895944df47..4d0b631e9e7f 100644 --- a/graphics/gtk-update-icon-cache/Makefile +++ b/graphics/gtk-update-icon-cache/Makefile @@ -5,6 +5,7 @@ DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= Gtk-update-icon-cache utility from the Gtk+ toolkit +WWW= https://www.gtk.org/ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile index c15d2f68fe05..af6c501abe42 100644 --- a/graphics/gtkam/Makefile +++ b/graphics/gtkam/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Download and view files from various digital cameras +WWW= http://www.gphoto.org/proj/gtkam/ LICENSE= GPLv2+ diff --git a/graphics/gts/Makefile b/graphics/gts/Makefile index 0360fff6cbfa..46827a2a9b19 100644 --- a/graphics/gts/Makefile +++ b/graphics/gts/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= erik@bz.bzflag.bz COMMENT= GNU Triangulated Surface Library +WWW= http://gts.sourceforge.net/ LICENSE= LGPL20 diff --git a/graphics/guetzli/Makefile b/graphics/guetzli/Makefile index 7f4c0590ef1c..d37bdb3790b4 100644 --- a/graphics/guetzli/Makefile +++ b/graphics/guetzli/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Perceptual JPEG encoder +WWW= https://github.com/google/guetzli LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/guile-cairo/Makefile b/graphics/guile-cairo/Makefile index 5dedfc38051e..953e9e185243 100644 --- a/graphics/guile-cairo/Makefile +++ b/graphics/guile-cairo/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= andrew@tao11.riddles.org.uk COMMENT= Wrapper for using the Cairo graphics library from Guile +WWW= https://www.nongnu.org/guile-cairo/ LICENSE= LGPL3+ diff --git a/graphics/guilib/Makefile b/graphics/guilib/Makefile index 6c21e97a2ef5..b01a4a0dc092 100644 --- a/graphics/guilib/Makefile +++ b/graphics/guilib/Makefile @@ -7,6 +7,7 @@ DISTNAME= GUIlib-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Simple GUI framework for use with SDL +WWW= https://www.libsdl.org/projects/GUIlib/index.html USE_SDL= sdl USES= gmake libtool sdl diff --git a/graphics/gwenview/Makefile b/graphics/gwenview/Makefile index 9c4997978e66..7e7bc7709895 100644 --- a/graphics/gwenview/Makefile +++ b/graphics/gwenview/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Image viewer and browser for KDE +WWW= http://gwenview.sourceforge.net BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \ docbook-xml>0:textproc/docbook-xml diff --git a/graphics/h3/Makefile b/graphics/h3/Makefile index a2670daf18e0..c918c7e44d8e 100644 --- a/graphics/h3/Makefile +++ b/graphics/h3/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hexagonal hierarchical geospatial indexing system +WWW= https://github.com/uber/h3 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/hdr_tools/Makefile b/graphics/hdr_tools/Makefile index 3b83851dc708..debda7fa7d09 100644 --- a/graphics/hdr_tools/Makefile +++ b/graphics/hdr_tools/Makefile @@ -8,6 +8,7 @@ DISTNAME= hdr_src MAINTAINER= danfe@FreeBSD.org COMMENT= Command-line tools for creating and manipulating HDR images +WWW= https://ttic.uchicago.edu/~cotter/projects/hdr_tools/ LICENSE= GPLv3 diff --git a/graphics/heimer/Makefile b/graphics/heimer/Makefile index 133d18d7fee3..5818ce6eff9e 100644 --- a/graphics/heimer/Makefile +++ b/graphics/heimer/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/juzzlin/Heimer/releases/download/${DISTVERSION} MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple mind map, diagram, and note-taking tool +WWW= https://github.com/juzzlin/Heimer LICENSE= CC-BY-SA-3.0 GPLv3+ LICENSE_COMB= multi diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile index 4f6454c11e53..90eb725fbcc8 100644 --- a/graphics/hiptext/Makefile +++ b/graphics/hiptext/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Tool for rendering images and videos inside terminals +WWW= https://github.com/jart/hiptext LICENSE= NONE diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index daa69537bee7..764a7a31bcbb 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= Collection of over 3000 icons in XPM3 format +WWW= https://www.bigbiz.com/bigbiz/icons/hobbes/hobbes.html NO_BUILD= yes NO_ARCH= yes diff --git a/graphics/hppsmtools/Makefile b/graphics/hppsmtools/Makefile index d04fc62a29ec..119d86625313 100644 --- a/graphics/hppsmtools/Makefile +++ b/graphics/hppsmtools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/demi/photosmart/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool for HP PhotoSmart C5340A and Konica Q-EZ digital cameras +WWW= http://unimut.fsk.uni-heidelberg.de/demi/photosmart/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index e04de26df183..24027e2fffdd 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= fuz@fuz.su COMMENT= GUI for Panorama Tools, to stitch panoramic images +WWW= http://hugin.sourceforge.net/ LICENSE= GPLv2 diff --git a/graphics/icat/Makefile b/graphics/icat/Makefile index e86742e87855..76cb24c1da5b 100644 --- a/graphics/icat/Makefile +++ b/graphics/icat/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Displays images in 256-color capable terminals +WWW= https://github.com/atextor/icat LICENSE= BSD2CLAUSE diff --git a/graphics/icc-profiles-adobe-cs4/Makefile b/graphics/icc-profiles-adobe-cs4/Makefile index 05d8de41f4fa..294e72da78d6 100644 --- a/graphics/icc-profiles-adobe-cs4/Makefile +++ b/graphics/icc-profiles-adobe-cs4/Makefile @@ -6,6 +6,7 @@ DISTNAME= AdobeICCProfilesCS4Win_end-user MAINTAINER= ports@FreeBSD.org COMMENT= Adobe ICC CMYK and RGB profiles for graphics professionals +WWW= https://supportdownloads.adobe.com/detail.jsp?ftpID=4075 LICENSE= ADOBEEULA.pdf LICENSE_NAME= Adobe End-User License Agreement diff --git a/graphics/icc-profiles-basiccolor/Makefile b/graphics/icc-profiles-basiccolor/Makefile index f515135f274a..b44766582725 100644 --- a/graphics/icc-profiles-basiccolor/Makefile +++ b/graphics/icc-profiles-basiccolor/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-printing2009-${PORTVERSION} COMMENT= CMYK ICC profiles for ISO Printing conditions (ISO 12647-2) MAINTAINER= ports@FreeBSD.org +WWW= https://www.basiccolor.de/ USES= tar:bzip2 GNU_CONFIGURE= yes diff --git a/graphics/icc-profiles-openicc/Makefile b/graphics/icc-profiles-openicc/Makefile index 1c6ee5255405..8cd1c3252eea 100644 --- a/graphics/icc-profiles-openicc/Makefile +++ b/graphics/icc-profiles-openicc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/openicc/OpenICC-Profiles MAINTAINER= ports@FreeBSD.org COMMENT= Color data for color managed applications +WWW= https://sourceforge.net/projects/openicc/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING # Has a Copyright note diff --git a/graphics/iccxml/Makefile b/graphics/iccxml/Makefile index ce1b4089c825..b6b551cf1a4a 100644 --- a/graphics/iccxml/Makefile +++ b/graphics/iccxml/Makefile @@ -7,6 +7,7 @@ DISTNAME= IccXML-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tools for reading and writing the ICC profile contents as XML files +WWW= http://iccxml.sourceforge.net/ LIB_DEPENDS= libSampleICC.so:graphics/sampleicc diff --git a/graphics/icon-slicer/Makefile b/graphics/icon-slicer/Makefile index 75166b083703..e0cfcdb5144f 100644 --- a/graphics/icon-slicer/Makefile +++ b/graphics/icon-slicer/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.freedesktop.org/software/icon-slicer/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for generating icon and cursor themes +WWW= https://www.freedesktop.org/wiki/Software/icon-slicer/ LICENSE= MIT # in readme and sources; COPYING seem to be unrelated diff --git a/graphics/icontact/Makefile b/graphics/icontact/Makefile index 0fc2320ce5a0..3efe7985dfdf 100644 --- a/graphics/icontact/Makefile +++ b/graphics/icontact/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.panix.com/~mbh/icontact/ MAINTAINER= ports@FreeBSD.org COMMENT= Combines multiples images to create a single customisable image +WWW= https://www.panix.com/~mbh/projects.html RUN_DEPENDS= ${LOCALBASE}/bin/ppmmake:graphics/netpbm diff --git a/graphics/icoutils/Makefile b/graphics/icoutils/Makefile index cf38632b9850..8a3631fd0b88 100644 --- a/graphics/icoutils/Makefile +++ b/graphics/icoutils/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SAVANNAH MAINTAINER= sunpoet@FreeBSD.org COMMENT= Convert/extract images in Microsoft Windows(R) icon/cursor files +WWW= https://www.nongnu.org/icoutils/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/ida/Makefile b/graphics/ida/Makefile index 66c6c488fe8a..78b0e2bec65a 100644 --- a/graphics/ida/Makefile +++ b/graphics/ida/Makefile @@ -7,6 +7,7 @@ DISTNAME= fbida-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Small and fast motif-based image viewer and editor +WWW= https://www.kraxel.org/blog/linux/fbida/ LICENSE= GPLv2 diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 89ca5104986d..bf00746c49ba 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/rdoeffinger/${PORTNAME}/releases/download/v${DI MAINTAINER= ehaupt@FreeBSD.org COMMENT= Create 2D barcodes, also known as DataMatrix +WWW= https://github.com/rdoeffinger/iec16022 LICENSE= GPLv2 diff --git a/graphics/iiview/Makefile b/graphics/iiview/Makefile index cc6bb0780e63..0b61fcbba8e7 100644 --- a/graphics/iiview/Makefile +++ b/graphics/iiview/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= martin.sugioarto@udo.edu COMMENT= Thumb viewer application +WWW= https://sourceforge.net/projects/iiview/ LICENSE= BSD2CLAUSE diff --git a/graphics/ikona/Makefile b/graphics/ikona/Makefile index 29cd4f608d08..339f18cdd9b4 100644 --- a/graphics/ikona/Makefile +++ b/graphics/ikona/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kde@FreeBSD.org COMMENT= Icon editing companion +WWW= https://kde.org/applications/system/org.kde.Ikona LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index 40c57d16cc7a..be4b479fa3c8 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ MAINTAINER= johnjen@reynoldsnet.org COMMENT= Digital photo gallery tool +WWW= http://www.edwinh.org/imageindex/ RUN_DEPENDS= mplayer:multimedia/mplayer \ p5-Image-Info>=0:graphics/p5-Image-Info diff --git a/graphics/imageviewer/Makefile b/graphics/imageviewer/Makefile index ba28b9124a6e..4852cfd2b48d 100644 --- a/graphics/imageviewer/Makefile +++ b/graphics/imageviewer/Makefile @@ -9,6 +9,7 @@ DISTNAME= ImageViewer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNUstep Image Viewer +WWW= https://www.nice.ch/~phip/softcorner.html #img LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/imageworsener/Makefile b/graphics/imageworsener/Makefile index ce293ed8bb51..d8ce3ffde017 100644 --- a/graphics/imageworsener/Makefile +++ b/graphics/imageworsener/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://entropymine.com/imageworsener/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= CLI utility and library for image scaling and processing +WWW= https://entropymine.com/imageworsener/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/graphics/imc/Makefile b/graphics/imc/Makefile index d4072a5f4b86..21292a5abe96 100644 --- a/graphics/imc/Makefile +++ b/graphics/imc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.peterverthez.net/projects/imc/ MAINTAINER= ports@FreeBSD.org COMMENT= Image Compiler +WWW= http://users.skynet.be/Peter.Verthez/projects/imc/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/imlib2-jxl/Makefile b/graphics/imlib2-jxl/Makefile index 2f513247a906..10081ec3b4b1 100644 --- a/graphics/imlib2-jxl/Makefile +++ b/graphics/imlib2-jxl/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= JPEG XL loader for imlib2 +WWW= https://github.com/alistair7/imlib2-jxl LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE-BSD-ab diff --git a/graphics/imlib2-webp/Makefile b/graphics/imlib2-webp/Makefile index 32c41f3cbd22..36dcbbdc60ee 100644 --- a/graphics/imlib2-webp/Makefile +++ b/graphics/imlib2-webp/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= greg@unrelenting.technology COMMENT= WebP image loader plugin for Imlib 2 +WWW= https://www.hauweele.net/~gawen/imlib2-webp.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 0accc6c0e576..c8e74d272b50 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The next generation graphics library for Enlightenment +WWW= https://docs.enlightenment.org/api/imlib2/html/ LICENSE= imlib2 LICENSE_NAME= imlib2 license diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile index 4812e05477ac..37e68508e529 100644 --- a/graphics/imlib2_loaders/Makefile +++ b/graphics/imlib2_loaders/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/enlightenment/imlib2-src/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Extra image loader plugins for Imlib 2 +WWW= https://docs.enlightenment.org/api/imlib2/html/ LICENSE= imlib2 GPLv2 LICENSE_COMB= multi diff --git a/graphics/impressive/Makefile b/graphics/impressive/Makefile index ace2474d65d1..dee720c2d6fa 100644 --- a/graphics/impressive/Makefile +++ b/graphics/impressive/Makefile @@ -7,6 +7,7 @@ DISTNAME= Impressive-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Stylish way of giving presentations +WWW= http://impressive.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/graphics/imv/Makefile b/graphics/imv/Makefile index c72df42a26e7..59710358111e 100644 --- a/graphics/imv/Makefile +++ b/graphics/imv/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://git.sr.ht/~exec64/${PORTNAME}/archive/${DISTVERSIONFULL}${ MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple image viewer +WWW= https://sr.ht/~exec64/imv/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 913854a9b9ca..ffd66b829dc7 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -9,6 +9,7 @@ PATCHFILES= inkscape-1.2.1-poppler-22.09.0.patch:-p1 MAINTAINER= gnome@FreeBSD.org COMMENT= Full featured open source SVG editor +WWW= https://inkscape.org LICENSE= GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL21 LGPL3 LGPL3+ MPL11 LICENSE_COMB= multi diff --git a/graphics/instant-meshes/Makefile b/graphics/instant-meshes/Makefile index 570b6818a674..2746c7ab7607 100644 --- a/graphics/instant-meshes/Makefile +++ b/graphics/instant-meshes/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= greg@unrelenting.technology COMMENT= Interactive field-aligned mesh generator +WWW= https://igl.ethz.ch/projects/instant-meshes/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/intel-backlight/Makefile b/graphics/intel-backlight/Makefile index 21d428c6511d..2e8ab1735c5e 100644 --- a/graphics/intel-backlight/Makefile +++ b/graphics/intel-backlight/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jmd@FreeBSD.org COMMENT= Control backlight on various modern Intel(R) GPUs +WWW= https://github.com/FreeBSDDesktop/intel_backlight_fbsd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/intergif/Makefile b/graphics/intergif/Makefile index ca6daf834acb..1ed486e32031 100644 --- a/graphics/intergif/Makefile +++ b/graphics/intergif/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Efficient animated GIF optimiser +WWW= http://utter.chaos.org.uk/~pdh/software/intergif.htm WRKSRC= ${WRKDIR}/igsrc diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 923d934453fd..280f896d912b 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/ MAINTAINER= bofh@FreeBSD.org COMMENT= Extensible vector graphics editor with LaTeX support +WWW= https://ipe.otfried.org/ LICENSE= GPLv3+ diff --git a/graphics/jalbum/Makefile b/graphics/jalbum/Makefile index 6be5abfc3b98..0f62124e1067 100644 --- a/graphics/jalbum/Makefile +++ b/graphics/jalbum/Makefile @@ -6,6 +6,7 @@ DISTNAME= jAlbum${PORTVERSION} MAINTAINER= tdb@FreeBSD.org COMMENT= Web photo album generator +WWW= http://jalbum.net/ WRKSRC= ${WRKDIR}/jAlbum diff --git a/graphics/jasper/Makefile b/graphics/jasper/Makefile index f143881fc3a3..e4360de2b246 100644 --- a/graphics/jasper/Makefile +++ b/graphics/jasper/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/jasper-software/jasper/releases/download/versio MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of the codec specified in the JPEG-2000 standard +WWW= https://www.ece.uvic.ca/~frodo/jasper/ LICENSE= JASPER LICENSE_NAME= JasPer License Version 2.0 diff --git a/graphics/jave6/Makefile b/graphics/jave6/Makefile index 75008cf02b7e..7dd12b1660f9 100644 --- a/graphics/jave6/Makefile +++ b/graphics/jave6/Makefile @@ -8,6 +8,7 @@ DISTNAME= jave_6.0_i20060105 MAINTAINER= ad001@uni-rostock.de COMMENT= Java ASCII-Art-Generator +WWW= http://www.jave.de/ EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME} diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile index 5ec8f84fb5f9..4845f33846f0 100644 --- a/graphics/jbig2dec/Makefile +++ b/graphics/jbig2dec/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/dow MAINTAINER= sunpoet@FreeBSD.org COMMENT= Decoder implementation of the JBIG2 image compression format +WWW= https://github.com/ArtifexSoftware/jbig2dec LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/jbigkit/Makefile b/graphics/jbigkit/Makefile index 866cd9419071..6d910cdbaac9 100644 --- a/graphics/jbigkit/Makefile +++ b/graphics/jbigkit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.cl.cam.ac.uk/~mgk25/download/ MAINTAINER= mi@aldan.algebra.com COMMENT= Lossless compression for bi-level images such as scanned pages, faxes +WWW= https://www.cl.cam.ac.uk/~mgk25/jbigkit/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/jdraw/Makefile b/graphics/jdraw/Makefile index d752ee43b11e..6b9cae080619 100644 --- a/graphics/jdraw/Makefile +++ b/graphics/jdraw/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= MAINTAINER= nivit@FreeBSD.org COMMENT= Pixel oriented graphics editor +WWW= http://jdraw.sourceforge.net NO_BUILD= yes USE_JAVA= yes diff --git a/graphics/jgraph/Makefile b/graphics/jgraph/Makefile index 8f904f944ed4..fc54551ea86a 100644 --- a/graphics/jgraph/Makefile +++ b/graphics/jgraph/Makefile @@ -7,6 +7,7 @@ DISTFILES= ${PORTNAME}.shar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Generates postscript graphs +WWW= https://web.eecs.utk.edu/~plank/plank/jgraph/ EXTRACT_CMD= uncompress EXTRACT_BEFORE_ARGS= -c diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 041727e8b935..b503205f8eef 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= EXIF JPEG header manipulation tool +WWW= https://github.com/Matthias-Wandel/jhead LICENSE= PD diff --git a/graphics/jogamp-jogl/Makefile b/graphics/jogamp-jogl/Makefile index c0c99f64b486..0c2910270375 100644 --- a/graphics/jogamp-jogl/Makefile +++ b/graphics/jogamp-jogl/Makefile @@ -10,6 +10,7 @@ DISTFILES= jogl-v${PORTVERSION}.tar.xz \ MAINTAINER= makc@FreeBSD.org COMMENT= Java bindings for OpenGL +WWW= https://jogamp.org/jogl BUILD_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt RUN_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt diff --git a/graphics/jogl/Makefile b/graphics/jogl/Makefile index 48d7a8d6bb42..6c4ccedbfd93 100644 --- a/graphics/jogl/Makefile +++ b/graphics/jogl/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= -src.zip MAINTAINER= peterj@FreeBSD.org COMMENT= Java bindings for OpenGL +WWW= https://jogl.dev.java.net/ LIB_DEPENDS= libdrm.so:graphics/libdrm BUILD_DEPENDS= ${JAVALIBDIR}/antlr.jar:devel/antlr diff --git a/graphics/jp/Makefile b/graphics/jp/Makefile index 0a9077dff1c6..1b27f2456aac 100644 --- a/graphics/jp/Makefile +++ b/graphics/jp/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Terminal charts, plots, histograms and maps from JSON and CSV +WWW= https://github.com/sgreben/jp LICENSE= MIT APACHE20 LICENSE_COMB= multi diff --git a/graphics/jp2a/Makefile b/graphics/jp2a/Makefile index 043001f67069..c87736ec817c 100644 --- a/graphics/jp2a/Makefile +++ b/graphics/jp2a/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/Talinx/${PORTNAME}/releases/download/v${DISTVER MAINTAINER= ehaupt@FreeBSD.org COMMENT= Converts JPG images to ASCII +WWW= https://github.com/Talinx/jp2a LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/jpatch/Makefile b/graphics/jpatch/Makefile index 362a7238459b..194487d76068 100644 --- a/graphics/jpatch/Makefile +++ b/graphics/jpatch/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}0_4preview1 MAINTAINER= ports@FreeBSD.org COMMENT= Spline based 3D modeling tool +WWW= http://www.jpatch.com USES= zip USE_JAVA= yes diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile index bcfb19bfb98c..c562402cf6aa 100644 --- a/graphics/jpeg-turbo/Makefile +++ b/graphics/jpeg-turbo/Makefile @@ -7,6 +7,7 @@ DISTNAME= lib${PORTNAME}-${DISTVERSION} MAINTAINER= desktop@FreeBSD.org COMMENT?= SIMD-accelerated JPEG codec which replaces libjpeg +WWW= https://libjpeg-turbo.org/ LICENSE= BSD3CLAUSE IJG ZLIB LICENSE_COMB= multi diff --git a/graphics/jpeginfo/Makefile b/graphics/jpeginfo/Makefile index e4216199b4fb..8fbf109de4bc 100644 --- a/graphics/jpeginfo/Makefile +++ b/graphics/jpeginfo/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.kokkonen.net/tjko/src/ MAINTAINER= ports@FreeBSD.org COMMENT= Generate listing and MD5, check jpegs for error, delete broken ones +WWW= https://www.kokkonen.net/tjko/projects.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/jpegoptim/Makefile b/graphics/jpegoptim/Makefile index 56c7c8685446..a7a0ad9a6ea8 100644 --- a/graphics/jpegoptim/Makefile +++ b/graphics/jpegoptim/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility to optimize jpeg files +WWW= http://www.kokkonen.net/tjko/projects.html #jpegoptim LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/jpgtn/Makefile b/graphics/jpgtn/Makefile index 893da9d2aa16..1ae3a5f7ed07 100644 --- a/graphics/jpgtn/Makefile +++ b/graphics/jpgtn/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF SUNSITE/apps/graphics/misc MAINTAINER= fuz@fuz.su COMMENT= Creates thumbnails of JPEG images +WWW= http://jpgtn.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/jslice/Makefile b/graphics/jslice/Makefile index 6254266e4769..852539b6568d 100644 --- a/graphics/jslice/Makefile +++ b/graphics/jslice/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.pldaniels.com/jslice/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices +WWW= https://www.pldaniels.com/jslice/ USES= jpeg diff --git a/graphics/kamera/Makefile b/graphics/kamera/Makefile index 8e49e9831763..a3fc14943a9c 100644 --- a/graphics/kamera/Makefile +++ b/graphics/kamera/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Digital camera manager for KDE +WWW= https://www.kde.org LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 diff --git a/graphics/kamerka/Makefile b/graphics/kamerka/Makefile index 53486a3464ce..410613795369 100644 --- a/graphics/kamerka/Makefile +++ b/graphics/kamerka/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Take photos using your webcam and shiny animated QML interface +WWW= https://dos1.github.io/kamerka/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/katarakt/Makefile b/graphics/katarakt/Makefile index 800ea09ca68a..d271b3bfe306 100644 --- a/graphics/katarakt/Makefile +++ b/graphics/katarakt/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= kurt@kmk-computers.de COMMENT= Simple PDF viewer uses as much available screen space as possible +WWW= https://gitlab.cs.fau.de/Qui_Sum/katarakt LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/kcolorchooser/Makefile b/graphics/kcolorchooser/Makefile index b7f87292cc75..0128a7ac391c 100644 --- a/graphics/kcolorchooser/Makefile +++ b/graphics/kcolorchooser/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE application to select colors from the screen or from a palette +WWW= https://www.kde.org/applications/graphics/kcolorchooser USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons i18n \ diff --git a/graphics/kcolorpicker/Makefile b/graphics/kcolorpicker/Makefile index 8585aa30b23a..752657de8a3a 100644 --- a/graphics/kcolorpicker/Makefile +++ b/graphics/kcolorpicker/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Qt based Color Picker library with popup menu +WWW= https://github.com/ksnip/kColorPicker LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/kdegraphics-mobipocket/Makefile b/graphics/kdegraphics-mobipocket/Makefile index 6eb6296134fb..20949deb2736 100644 --- a/graphics/kdegraphics-mobipocket/Makefile +++ b/graphics/kdegraphics-mobipocket/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Mobipocket plugins for Strigi indexing and thumbnails +WWW= https://www.kde.org USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= completion config coreaddons jobwidgets kio service solid \ diff --git a/graphics/kdegraphics-svgpart/Makefile b/graphics/kdegraphics-svgpart/Makefile index f7c8ff42b71e..07f30c7f94c3 100644 --- a/graphics/kdegraphics-svgpart/Makefile +++ b/graphics/kdegraphics-svgpart/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= kdegraphics- MAINTAINER= kde@FreeBSD.org COMMENT= SVG KPart +WWW= https://www.kde.org USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg USE_KDE= auth codecs completion config configwidgets coreaddons \ diff --git a/graphics/kdegraphics-thumbnailers/Makefile b/graphics/kdegraphics-thumbnailers/Makefile index 3158d9f851cd..0171b7525e98 100644 --- a/graphics/kdegraphics-thumbnailers/Makefile +++ b/graphics/kdegraphics-thumbnailers/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Thumbnailers for various graphics file formats +WWW= https://www.kde.org LIB_DEPENDS= libqmobipocket.so:graphics/kdegraphics-mobipocket diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 14ac41bf95a9..3cc9487d6499 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for KDE (meta port) +WWW= https://www.kde.org USES= kde:5 metaport qt:5 USE_QT= # diff --git a/graphics/kdiagram/Makefile b/graphics/kdiagram/Makefile index b6d49d3f2dc0..c0960931cfa4 100644 --- a/graphics/kdiagram/Makefile +++ b/graphics/kdiagram/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Library to create business diagrams +WWW= https://projects.kde.org/kdiagram LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL.txt diff --git a/graphics/kf5-kimageformats/Makefile b/graphics/kf5-kimageformats/Makefile index 9946f7000950..f45f611b439e 100644 --- a/graphics/kf5-kimageformats/Makefile +++ b/graphics/kf5-kimageformats/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 library providing support for additional image formats +WWW= https://api.kde.org/frameworks-api/frameworks5-apidocs/kimageformats/html/index.html LIB_DEPENDS= libImath.so:math/Imath diff --git a/graphics/kf5-kplotting/Makefile b/graphics/kf5-kplotting/Makefile index bfdb5a340122..d259117829f3 100644 --- a/graphics/kf5-kplotting/Makefile +++ b/graphics/kf5-kplotting/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 lightweight plotting framework +WWW= https://api.kde.org/frameworks-api/frameworks5-apidocs/kplotting/html/index.html USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm_build diff --git a/graphics/kf5-kquickcharts/Makefile b/graphics/kf5-kquickcharts/Makefile index 50aab5183f24..4ddf5bfb3a2d 100644 --- a/graphics/kf5-kquickcharts/Makefile +++ b/graphics/kf5-kquickcharts/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 QtQuick plugin providing high-performance charts +WWW= https://api.kde.org/frameworks/kquickcharts/html/index.html USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz USE_KDE= ecm_build \ diff --git a/graphics/kf5-prison/Makefile b/graphics/kf5-prison/Makefile index cf868b1d831f..94c6c2bc7abc 100644 --- a/graphics/kf5-prison/Makefile +++ b/graphics/kf5-prison/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= API to produce barcodes +WWW= https://api.kde.org/frameworks/prison/html/index.html LIB_DEPENDS= libdmtx.so:graphics/libdmtx \ libqrencode.so:graphics/libqrencode \ diff --git a/graphics/kgeotag/Makefile b/graphics/kgeotag/Makefile index 82250da8af1f..8ccbbbf5295a 100644 --- a/graphics/kgeotag/Makefile +++ b/graphics/kgeotag/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Photo geotagging manually or from GPX files +WWW= https://invent.kde.org/graphics/kgeotag/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/LicenseRef-KDE-Accepted-GPL.txt diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile index 91dc8cad7cce..0f12d1fcc278 100644 --- a/graphics/kgraphviewer/Makefile +++ b/graphics/kgraphviewer/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Graphs-viewer for GraphViz files +WWW= https://extragear.kde.org/apps/kgraphviewer/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/kimageannotator/Makefile b/graphics/kimageannotator/Makefile index e78eaf63703b..f41b11d1a273 100644 --- a/graphics/kimageannotator/Makefile +++ b/graphics/kimageannotator/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Library for image-annotation tools +WWW= https://github.com/ksnip/kImageAnnotator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/kimagemapeditor/Makefile b/graphics/kimagemapeditor/Makefile index 08e2aee00420..b9ac0bcc866f 100644 --- a/graphics/kimagemapeditor/Makefile +++ b/graphics/kimagemapeditor/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE generator of HTML image maps +WWW= https://www.kde.org/applications/development/kimagemapeditor/ USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz xorg USE_KDE= auth bookmarks codecs completion config configwidgets \ diff --git a/graphics/kipi-plugins/Makefile b/graphics/kipi-plugins/Makefile index 281059f6af1c..5856b32e1531 100644 --- a/graphics/kipi-plugins/Makefile +++ b/graphics/kipi-plugins/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Plugin architecture for image applications +WWW= https://github.com/kde/kipi-plugins LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/klatexformula/Makefile b/graphics/klatexformula/Makefile index 52a71262d83f..de95d7bb8b8b 100644 --- a/graphics/klatexformula/Makefile +++ b/graphics/klatexformula/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Convert LaTeX formula to image +WWW= https://klatexformula.sourceforge.io LICENSE= GPLv2 diff --git a/graphics/kludge3d/Makefile b/graphics/kludge3d/Makefile index e77efaad85a8..3780dc099cca 100644 --- a/graphics/kludge3d/Makefile +++ b/graphics/kludge3d/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/source/2004-08-22 MAINTAINER= ports@FreeBSD.org COMMENT= Simple 3D editor +WWW= http://kludge3d.sourceforge.net/ LIB_DEPENDS= lib3ds.so:graphics/lib3ds \ libgtkglext-x11-1.0.so:x11-toolkits/gtkglext diff --git a/graphics/kmscube/Makefile b/graphics/kmscube/Makefile index d37c4cfacac8..88e993ccef5a 100644 --- a/graphics/kmscube/Makefile +++ b/graphics/kmscube/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Example KMS/GBM/EGL application +WWW= https://gitlab.freedesktop.org/mesa/kmscube LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/knotter/Makefile b/graphics/knotter/Makefile index 95dfc1118832..696e69443d58 100644 --- a/graphics/knotter/Makefile +++ b/graphics/knotter/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Interactive designer for Celtic knots +WWW= https://knotter.mattbas.org/Knotter LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/kolourpaint/Makefile b/graphics/kolourpaint/Makefile index e116ee1518b0..703cbfcb97a4 100644 --- a/graphics/kolourpaint/Makefile +++ b/graphics/kolourpaint/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE paint program +WWW= http://www.kolourpaint.org USES= cmake compiler:c++11-lang desktop-file-utils gettext \ kde:5 qt:5 tar:xz xorg diff --git a/graphics/kontrast/Makefile b/graphics/kontrast/Makefile index ba299a288c55..9226feb29969 100644 --- a/graphics/kontrast/Makefile +++ b/graphics/kontrast/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics accessibility kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Color contrast checker +WWW= https://apps.kde.org/en/kontrast USES= compiler:c++11-lang cmake pkgconfig \ kde:5 qt:5 tar:xz diff --git a/graphics/kooka/Makefile b/graphics/kooka/Makefile index 079ae94cae3f..1e2a76c48ef8 100644 --- a/graphics/kooka/Makefile +++ b/graphics/kooka/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Intuitive, easy to use open source scan program +WWW= https://userbase.kde.org/Kooka LICENSE= GPLv2+ diff --git a/graphics/kphotoalbum/Makefile b/graphics/kphotoalbum/Makefile index e2eeeda74f90..30eed415505d 100644 --- a/graphics/kphotoalbum/Makefile +++ b/graphics/kphotoalbum/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Image viewer and organizer for KDE +WWW= https://www.kphotoalbum.org/ LICENSE= GPLv2+ diff --git a/graphics/kplot/Makefile b/graphics/kplot/Makefile index 193a89e5f8ec..95d67972e9ab 100644 --- a/graphics/kplot/Makefile +++ b/graphics/kplot/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Cairo plotting library +WWW= https://kristaps.bsd.lv/kplot/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/graphics/kqtquickcharts/Makefile b/graphics/kqtquickcharts/Makefile index 7c94b09c4b7a..61406bc2181c 100644 --- a/graphics/kqtquickcharts/Makefile +++ b/graphics/kqtquickcharts/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= QtQuick plugin to render interactive charts +WWW= https://github.com/KDE/kqtquickcharts LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/kquickimageeditor/Makefile b/graphics/kquickimageeditor/Makefile index d9fdb8986c60..3a6254d7c04c 100644 --- a/graphics/kquickimageeditor/Makefile +++ b/graphics/kquickimageeditor/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/ MAINTAINER= adridg@FreeBSD.org COMMENT= Simple image editor for QtQuick applications +WWW= https://invent.kde.org/libraries/kquickimageeditor LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt diff --git a/graphics/krita/Makefile b/graphics/krita/Makefile index 411d266302ce..13f24d98e331 100644 --- a/graphics/krita/Makefile +++ b/graphics/krita/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Sketching and painting program +WWW= https://krita.org LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/ksanecore/Makefile b/graphics/ksanecore/Makefile index fd6f74cebd27..5ee3b659d198 100644 --- a/graphics/ksanecore/Makefile +++ b/graphics/ksanecore/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Library providing logic to interface scanners +WWW= http://www.kipi-plugins.org LIB_DEPENDS= libsane.so:graphics/sane-backends diff --git a/graphics/kseexpr/Makefile b/graphics/kseexpr/Makefile index 2a4d64bceded..7117a8670a97 100644 --- a/graphics/kseexpr/Makefile +++ b/graphics/kseexpr/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION:R} MAINTAINER= kde@FreeBSD.org COMMENT= Embeddable expression engine for Krita +WWW= https://invent.kde.org/graphics/kseexpr LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/ksnip/Makefile b/graphics/ksnip/Makefile index 3381be1a2ccb..3e3b2342fabe 100644 --- a/graphics/ksnip/Makefile +++ b/graphics/ksnip/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Screenshot and annotation tool +WWW= https://github.com/ksnip/ksnip LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/kxstitch/Makefile b/graphics/kxstitch/Makefile index 3122093f6671..094f090b19ca 100644 --- a/graphics/kxstitch/Makefile +++ b/graphics/kxstitch/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= Cross stitch pattern editor +WWW= https://kde.org/applications/graphics/kxstitch/ USES= cmake compiler:c++11-lang desktop-file-utils magick:6 kde:5 qt:5 tar:xz \ xorg diff --git a/graphics/l2p/Makefile b/graphics/l2p/Makefile index b4ee3df5ac59..7d4937f24e4e 100644 --- a/graphics/l2p/Makefile +++ b/graphics/l2p/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://static.redsymbol.net/software/l2p/dist/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= Create PNG images from LaTeX math expressions +WWW= http://www.redsymbol.net/software/l2p/ NO_BUILD= yes diff --git a/graphics/largetifftools/Makefile b/graphics/largetifftools/Makefile index 0aa7a73642ca..3d0624ea5410 100644 --- a/graphics/largetifftools/Makefile +++ b/graphics/largetifftools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifft MAINTAINER= ehaupt@FreeBSD.org COMMENT= Process very large TIFF files +WWW= https://www.imnc.in2p3.fr/pagesperso/deroulers/software/largetifftools/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/laternamagica/Makefile b/graphics/laternamagica/Makefile index 1cce155159b0..54968d79fcb7 100644 --- a/graphics/laternamagica/Makefile +++ b/graphics/laternamagica/Makefile @@ -7,6 +7,7 @@ DISTNAME= LaternaMagica-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer and slideshow application +WWW= https://gap.nongnu.org/ LICENSE= GPLv2+ diff --git a/graphics/lazpaint/Makefile b/graphics/lazpaint/Makefile index 95f39fd14e79..0d8430c44522 100644 --- a/graphics/lazpaint/Makefile +++ b/graphics/lazpaint/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} MAINTAINER= acm@FreeBSD.org COMMENT= Image editor written in Lazarus +WWW= https://wiki.freepascal.org/LazPaint LICENSE= GPLv3 diff --git a/graphics/lcdtest/Makefile b/graphics/lcdtest/Makefile index bf7fb0354381..5da7a357731a 100644 --- a/graphics/lcdtest/Makefile +++ b/graphics/lcdtest/Makefile @@ -10,6 +10,7 @@ EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= LCD monitor test pattern generator +WWW= http://www.brouhaha.com/~eric/software/lcdtest/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/lcms/Makefile b/graphics/lcms/Makefile index aed280eaf986..5f505b99bc85 100644 --- a/graphics/lcms/Makefile +++ b/graphics/lcms/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= SF \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Light Color Management System -- a color management library +WWW= https://www.littlecms.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/lcms2/Makefile b/graphics/lcms2/Makefile index 6945fce417b4..70f7353404e7 100644 --- a/graphics/lcms2/Makefile +++ b/graphics/lcms2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/mm2/Little-CMS/releases/download/lcms${PORTVERS MAINTAINER= sunpoet@FreeBSD.org COMMENT= Accurate, fast, and small-footprint color management engine +WWW= https://www.littlecms.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/leafpak/Makefile b/graphics/leafpak/Makefile index 1d5f9866144d..8c7091285414 100644 --- a/graphics/leafpak/Makefile +++ b/graphics/leafpak/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://hoshina.denpa.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphic file cutter for LEAF/AQUAPLUS PAK format archives +WWW= https://hoshina.denpa.org/leafpak.html WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index 29145c10c838..2d048bcc4bd6 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Library for fixing lens geometry distortions +WWW= https://lensfun.github.io/ LICENSE= GPLv3 LGPL3 CC-BY-SA-3.0 PD LICENSE_COMB= multi diff --git a/graphics/lepton/Makefile b/graphics/lepton/Makefile index c52a7ba120c1..755138f2d056 100644 --- a/graphics/lepton/Makefile +++ b/graphics/lepton/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics devel MAINTAINER= mi@aldan.algebra.com COMMENT= Tool for manipulating files in LEP image format +WWW= https://github.com/dropbox/lepton LICENSE= APACHE20 diff --git a/graphics/leptonica/Makefile b/graphics/leptonica/Makefile index 73c4c2ec3bc5..956de856e78d 100644 --- a/graphics/leptonica/Makefile +++ b/graphics/leptonica/Makefile @@ -9,6 +9,7 @@ PATCHFILES= b282ed9482e335439ccc429d4cd1dba517ba0c4d.patch:-p1 MAINTAINER= hiroto.kagotani@gmail.com COMMENT= C library for efficient image processing and image analysis operations +WWW= http://www.leptonica.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/leptonica-license.txt diff --git a/graphics/lerc/Makefile b/graphics/lerc/Makefile index 2cbeef92911d..3dfd6f2a31a9 100644 --- a/graphics/lerc/Makefile +++ b/graphics/lerc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ library for Limited Error Raster Compression +WWW= https://esri.github.io/lerc/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile index 2d33160bc66a..6076efc888d2 100644 --- a/graphics/lfview/Makefile +++ b/graphics/lfview/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://hoshina.denpa.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphic viewer for Leaf products +WWW= https://hoshina.denpa.org/lfview.html USES= imake tar:tgz xorg USE_XORG= x11 xext diff --git a/graphics/lib3ds/Makefile b/graphics/lib3ds/Makefile index b0ff12a8392c..3e7f369537cd 100644 --- a/graphics/lib3ds/Makefile +++ b/graphics/lib3ds/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/co MAINTAINER= ports@FreeBSD.org COMMENT= Library for handling 3DS (3D Studio) files +WWW= https://code.google.com/archive/p/lib3ds/ LICENSE= LGPL21+ diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index e97c61a03ba7..1d97e66d0335 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -8,6 +8,7 @@ DISTNAME= glu-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library +WWW= https://gitlab.freedesktop.org/mesa/glu USES= gl meson pkgconfig tar:xz diff --git a/graphics/libQGLViewer/Makefile b/graphics/libQGLViewer/Makefile index 04300eaffdf2..ba6fc57da7f0 100644 --- a/graphics/libQGLViewer/Makefile +++ b/graphics/libQGLViewer/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.libqglviewer.com/src/ MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library based on Qt5 that eases the creation of OpenGL 3D viewers +WWW= http://libqglviewer.com/index.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 94e6738065a3..0e905a9a1508 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -7,6 +7,7 @@ DISTNAME= libAfterImage-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generic imaging library originally designed for AfterStep +WWW= http://www.afterstep.org/afterimage/ LICENSE= LGPL21+ diff --git a/graphics/libansilove/Makefile b/graphics/libansilove/Makefile index 1b604232cb77..97262cbddecd 100644 --- a/graphics/libansilove/Makefile +++ b/graphics/libansilove/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library for converting ANSI, ASCII, and other formats to PNG +WWW= https://www.ansilove.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index e48e4697b648..884b638c61aa 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for high-performance 2D graphics +WWW= https://www.levien.com/libart/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libavif/Makefile b/graphics/libavif/Makefile index 37f55c284a0d..01237d0b8b48 100644 --- a/graphics/libavif/Makefile +++ b/graphics/libavif/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 2340cdb5f0c2.patch:-p1 # https://github.com/AOMediaCodec/libavif/pu MAINTAINER= jbeich@FreeBSD.org COMMENT= Library for encoding and decoding .avif files +WWW= https://github.com/AOMediaCodec/libavif LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libboard/Makefile b/graphics/libboard/Makefile index 38cebedc767e..c914b567ca02 100644 --- a/graphics/libboard/Makefile +++ b/graphics/libboard/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= thierry@FreeBSD.org COMMENT= Vector graphics C++ library +WWW= https://github.com/c-koi/libboard LICENSE= LGPL3 diff --git a/graphics/libbpg/Makefile b/graphics/libbpg/Makefile index 3037c8cf7962..f8d610c55128 100644 --- a/graphics/libbpg/Makefile +++ b/graphics/libbpg/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://bellard.org/bpg/ MAINTAINER= mazhe@alkumuna.eu COMMENT= BPG (Better Portable Graphics) is a new image format +WWW= https://bellard.org/bpg/ LICENSE= BSD2CLAUSE LGPL21 LICENSE_COMB= multi diff --git a/graphics/libcaca/Makefile b/graphics/libcaca/Makefile index 3bac11846884..015d8e5febf7 100644 --- a/graphics/libcaca/Makefile +++ b/graphics/libcaca/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://caca.zoy.org/raw-attachment/wiki/libcaca/ MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphics library that outputs text instead of pixels +WWW= http://caca.zoy.org/ USES= cpe libtool ncurses pathfix pkgconfig GNU_CONFIGURE= yes diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index 8ede18f000e3..92c6ef95480c 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Corel Draw file format +WWW= https://wiki.documentfoundation.org/DLP/Libraries/libcdr LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING.MPL diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 78e71babd43d..10dbe6066bf4 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers +WWW= https://projects.gnome.org/libchamplain/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libdmtx/Makefile b/graphics/libdmtx/Makefile index a12c0b0ac777..a359c2cf3f78 100644 --- a/graphics/libdmtx/Makefile +++ b/graphics/libdmtx/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= hrs@FreeBSD.org COMMENT= Library for reading and writing Data Matrix barcodes +WWW= http://libdmtx.sourceforge.net/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index b7ea7a64370d..c62c7e5e15ac 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -10,6 +10,7 @@ PATCHFILES+= 7207431e466a.patch:-p1 # https://gitlab.freedesktop.org/mesa/drm/-/ MAINTAINER= x11@FreeBSD.org COMMENT= Userspace interface to kernel Direct Rendering Module services +WWW= https://dri.freedesktop.org/ LICENSE= MIT diff --git a/graphics/libecwj2/Makefile b/graphics/libecwj2/Makefile index 1f4bfe4ada4b..f1e9b95ea517 100644 --- a/graphics/libecwj2/Makefile +++ b/graphics/libecwj2/Makefile @@ -7,6 +7,7 @@ DISTFILES= ecw_jpeg_2000_sdk_3_3_source.zip MAINTAINER= glebius@FreeBSD.org COMMENT= Erdas ECW and JPEG2000 support library +WWW= http://www.erdas.com/products/ERDASECWJPEG2000SDK/Details.aspx # Converted from RESTRICTED LICENSE= libecwj2 diff --git a/graphics/libemf/Makefile b/graphics/libemf/Makefile index 3c2fdde0900b..8548082ed7a5 100644 --- a/graphics/libemf/Makefile +++ b/graphics/libemf/Makefile @@ -6,6 +6,7 @@ DISTNAME= libemf-${DISTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Enhanced Metafile Library +WWW= http://libemf.sourceforge.net/ LICENSE= LGPL21 diff --git a/graphics/libepoxy/Makefile b/graphics/libepoxy/Makefile index fe322e641c19..1bff0a4b8291 100644 --- a/graphics/libepoxy/Makefile +++ b/graphics/libepoxy/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/anholt/${PORTNAME}/releases/download/${DISTVERS MAINTAINER= x11@FreeBSD.org COMMENT= Library to handle OpenGL function pointer management +WWW= https://github.com/anholt/libepoxy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libetonyek01/Makefile b/graphics/libetonyek01/Makefile index b0efc783cff6..405fb0b9ae79 100644 --- a/graphics/libetonyek01/Makefile +++ b/graphics/libetonyek01/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library to interpret and import Apple Keynote presentations +WWW= https://wiki.documentfoundation.org/DLP/Libraries/libetonyek LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index d51d47f2faa3..2ac71e1647b6 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/libexif/${PORTNAME}/releases/download/v${PORTVE MAINTAINER= fluffy@FreeBSD.org COMMENT= GTK+ widgets to display/edit EXIF tags +WWW= https://sourceforge.net/projects/libexif/ LICENSE= LGPL21 diff --git a/graphics/libexif/Makefile b/graphics/libexif/Makefile index 2708eb6d9643..8f69d84bdc8c 100644 --- a/graphics/libexif/Makefile +++ b/graphics/libexif/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/libexif/libexif/releases/download/v${PORTVERSIO MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library to read digital camera file meta-data +WWW= https://libexif.github.io/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index 1bd757189393..b9fb10a26b04 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://imagemagick.mirrorcatalogs.com/delegates/ \ MAINTAINER= mi@aldan.algebra.com COMMENT= Library routines for working with Flashpix images +WWW= https://www.i3a.org/ USES= cpe tar:xz uidfix diff --git a/graphics/libfreehand/Makefile b/graphics/libfreehand/Makefile index 21aa607e13c8..f3c30606a314 100644 --- a/graphics/libfreehand/Makefile +++ b/graphics/libfreehand/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library for interpreting and importing Adobe/Macromedia drawings +WWW= https://wiki.documentfoundation.org/DLP/Libraries/libfreehand LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile index bf398750b0b0..21fde6385529 100644 --- a/graphics/libgeotiff/Makefile +++ b/graphics/libgeotiff/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.osgeo.org/geotiff/libgeotiff/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for reading and writing GeoTIFF information tags +WWW= https://github.com/OSGeo/libgeotiff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libgfx/Makefile b/graphics/libgfx/Makefile index d2cb3bc073d9..ad525042ebcf 100644 --- a/graphics/libgfx/Makefile +++ b/graphics/libgfx/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://mgarland.org/files/dist/ MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL/FLTK development +WWW= https://mgarland.org/software/libgfx.html LICENSE= MIT diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile index dce6973c6e49..decc0236e42d 100644 --- a/graphics/libgltext/Makefile +++ b/graphics/libgltext/Makefile @@ -7,6 +7,7 @@ DISTNAME= gltext-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Portable font rendering library for C++ +WWW= http://gltext.sourceforge.net LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libgltf/Makefile b/graphics/libgltf/Makefile index 5852ab6513ae..ed2a07c99fba 100644 --- a/graphics/libgltf/Makefile +++ b/graphics/libgltf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= C++ Library for rendering OpenGL models stored in glTF format +WWW= https://www.libreoffice.org LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libglvnd/Makefile b/graphics/libglvnd/Makefile index da53c5bd2dbe..3c3d45a1b0cf 100644 --- a/graphics/libglvnd/Makefile +++ b/graphics/libglvnd/Makefile @@ -10,6 +10,7 @@ PATCHFILES= 28da9963e52ee2d2e1501351eb26b77cec89f886.diff:-p1 \ MAINTAINER= x11@FreeBSD.org COMMENT= GL Vendor-Neutral Dispatch library +WWW= https://gitlab.freedesktop.org/glvnd/libglvnd LICENSE= APACHE20 MIT LICENSE_COMB= multi diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index 4634c160bf3b..b57d8f68b86f 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for libgnomecanvas library +WWW= http://gtkmm.sourceforge.net/ LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 6617ea53ec75..81af6b33746f 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} MAINTAINER= danfe@FreeBSD.org COMMENT= Universal digital camera control library +WWW= http://www.gphoto.org/proj/libgphoto2/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile index e823c77ba50e..0d694ed081dd 100644 --- a/graphics/libgxps/Makefile +++ b/graphics/libgxps/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GObject based library for rendering XPS documents +WWW= https://wiki.gnome.org/action/show/Projects/libgxps LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libheif/Makefile b/graphics/libheif/Makefile index 8c79ecc8018a..66604e0e253c 100644 --- a/graphics/libheif/Makefile +++ b/graphics/libheif/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= makc@FreeBSD.org COMMENT= ISO/IEC 23008-12:2017 HEIF file format de- and encoder +WWW= https://github.com/strukturag/libheif LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libimagequant/Makefile b/graphics/libimagequant/Makefile index ec0583277736..f938dc6eddde 100644 --- a/graphics/libimagequant/Makefile +++ b/graphics/libimagequant/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= wen@FreeBSD.org COMMENT= Image Quantization Library +WWW= https://github.com/ImageOptim/libimagequant LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index 8da66c256fa1..084b025579cf 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -6,6 +6,7 @@ DISTNAME= Img-${PORTVERSION}-Source MAINTAINER= mi@aldan.algebra.com COMMENT= Library of image format handlers for Tk4.1 and later +WWW= http://members1.chello.nl/~j.nijtmans/img.html LICENSE= TclTk LICENSE_NAME= Tcl/Tk License diff --git a/graphics/libiptcdata/Makefile b/graphics/libiptcdata/Makefile index ecab0a454d08..11e47f81732f 100644 --- a/graphics/libiptcdata/Makefile +++ b/graphics/libiptcdata/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Library for manipulating IPTC metadata stored in image files +WWW= http://libiptcdata.sourceforge.net/ USES= pkgconfig iconv libtool pathfix USE_LDCONFIG= yes diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index 43fe0f7a88d7..7fecedb3cb07 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -2,6 +2,7 @@ PKGNAMEPREFIX= lib PORTREVISION= 1 COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG +WWW= https://libjpeg-turbo.virtualgl.org/ MASTERDIR= ${.CURDIR:H}/jpeg-turbo SLAVE_PORT= yes diff --git a/graphics/libjxl/Makefile b/graphics/libjxl/Makefile index 0968109876ce..36191fa71045 100644 --- a/graphics/libjxl/Makefile +++ b/graphics/libjxl/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= JPEG XL reference encoder/decoder +WWW= https://jpeg.org/jpegxl/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libjxr/Makefile b/graphics/libjxr/Makefile index 63191c83b681..c79244a1dd86 100644 --- a/graphics/libjxr/Makefile +++ b/graphics/libjxr/Makefile @@ -7,6 +7,7 @@ DISTFILES= jxrlib_${PORTVERSION}.orig.tar.gz \ MAINTAINER= mi@aldan.algebra.com COMMENT= Library for JPEG XR, a.k.a. Windows MediaTM Photo +WWW= https://jxrlib.codeplex.com/ LICENSE= BSD2CLAUSE diff --git a/graphics/libkdcraw/Makefile b/graphics/libkdcraw/Makefile index 84fd3f7eb555..0342317a8cdf 100644 --- a/graphics/libkdcraw/Makefile +++ b/graphics/libkdcraw/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= LibRaw interface for KDE +WWW= https://www.digikam.org/ LICENSE= GPLv2+ diff --git a/graphics/libkexiv2/Makefile b/graphics/libkexiv2/Makefile index a241142b58eb..85b4a0e6f906 100644 --- a/graphics/libkexiv2/Makefile +++ b/graphics/libkexiv2/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Exiv2 library interface for KDE +WWW= https://www.digikam.org/ LIB_DEPENDS= libexiv2.so:graphics/exiv2 diff --git a/graphics/libkipi/Makefile b/graphics/libkipi/Makefile index d859489d0b5b..4c139bc48eb4 100644 --- a/graphics/libkipi/Makefile +++ b/graphics/libkipi/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE Image Plugin Interface +WWW= https://www.digikam.org/ LICENSE= GPLv2+ diff --git a/graphics/libksane/Makefile b/graphics/libksane/Makefile index 2079f7286aca..02df6c4e4ba5 100644 --- a/graphics/libksane/Makefile +++ b/graphics/libksane/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= SANE library interface for KDE +WWW= http://www.kipi-plugins.org LIB_DEPENDS= libsane.so:graphics/sane-backends \ libKSaneCore.so:graphics/ksanecore diff --git a/graphics/libliftoff/Makefile b/graphics/libliftoff/Makefile index 8d6d123b4e68..4e27c5106cf8 100644 --- a/graphics/libliftoff/Makefile +++ b/graphics/libliftoff/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Lightweight KMS plane library +WWW= https://gitlab.freedesktop.org/emersion/libliftoff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/liblqr-1/Makefile b/graphics/liblqr-1/Makefile index 31e14331483a..77e92990cffd 100644 --- a/graphics/liblqr-1/Makefile +++ b/graphics/liblqr-1/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://liblqr.wdfiles.com/local--files/en:download-page/ \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Easy to use C/C++ seam carving library +WWW= https://liblqr.wikidot.com/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER diff --git a/graphics/libmorph/Makefile b/graphics/libmorph/Makefile index 3001601849fd..eb60ff5b8521 100644 --- a/graphics/libmorph/Makefile +++ b/graphics/libmorph/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.winnicki.net/morpheus/meat/ MAINTAINER= ports@FreeBSD.org COMMENT= Library for loading (and saving) 3D modeller object files +WWW= http://www.winnicki.net/morpheus/ CONFLICTS= xmorph* diff --git a/graphics/libmypaint/Makefile b/graphics/libmypaint/Makefile index 15a6abcce2d8..e39df79266e3 100644 --- a/graphics/libmypaint/Makefile +++ b/graphics/libmypaint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/mypaint/libmypaint/releases/download/v${PORTVER MAINTAINER= kwm@FreeBSD.org COMMENT= Brush library from the MyPaint project +WWW= http://mypaint.org/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libnsbmp/Makefile b/graphics/libnsbmp/Makefile index ee84731be71e..845652341361 100644 --- a/graphics/libnsbmp/Makefile +++ b/graphics/libnsbmp/Makefile @@ -6,6 +6,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= nc@FreeBSD.org COMMENT= NetSurf BMP decoder +WWW= https://www.netsurf-browser.org/projects/libnsbmp/ LICENSE= MIT diff --git a/graphics/libnsgif/Makefile b/graphics/libnsgif/Makefile index c18d1259e4a8..09c07dda9f9a 100644 --- a/graphics/libnsgif/Makefile +++ b/graphics/libnsgif/Makefile @@ -6,6 +6,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= nc@FreeBSD.org COMMENT= NetSurf GIF Decoder +WWW= https://www.netsurf-browser.org/projects/libnsgif/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index c3e69375f4f8..139b7687f473 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -7,6 +7,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jhale@FreeBSD.org COMMENT= Library for camera RAW files decoding +WWW= https://libopenraw.freedesktop.org/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER diff --git a/graphics/libosmesa/Makefile b/graphics/libosmesa/Makefile index 1ddfb94a8f45..eaab0ec8691b 100644 --- a/graphics/libosmesa/Makefile +++ b/graphics/libosmesa/Makefile @@ -3,6 +3,7 @@ PORTVERSION= ${MESAVERSION} CATEGORIES= graphics COMMENT= Off-Screen Mesa implementation of the OpenGL API +WWW= https://www.mesa3d.org/ USES= xorg USE_XORG= xorgproto diff --git a/graphics/libpano13/Makefile b/graphics/libpano13/Makefile index ed7d8b440585..10a5cf0e64bc 100644 --- a/graphics/libpano13/Makefile +++ b/graphics/libpano13/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/panotools/${PORTNAME}/${PORTNAME}-${DISTVERSION} MAINTAINER= fuz@fuz.su COMMENT= Cross-platform library behind Panorama Tools and other photo stitchers +WWW= http://panotools.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libpcd/Makefile b/graphics/libpcd/Makefile index fe258b3de84a..dd7d8330c8b9 100644 --- a/graphics/libpcd/Makefile +++ b/graphics/libpcd/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for reading PhotoCD images +WWW= https://www.kraxel.org/blog/linux/libpcd/ LICENSE= GPLv2+ diff --git a/graphics/libpgf/Makefile b/graphics/libpgf/Makefile index cd6638fec88e..e88a49ba6625 100644 --- a/graphics/libpgf/Makefile +++ b/graphics/libpgf/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Progressive Graphics Format (PGF) library +WWW= https://www.libpgf.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libpillowfight/Makefile b/graphics/libpillowfight/Makefile index 8c73be97b6ad..40c12d20e92e 100644 --- a/graphics/libpillowfight/Makefile +++ b/graphics/libpillowfight/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics python MAINTAINER= yuri@FreeBSD.org COMMENT= Library containing various image processing algorithms +WWW= https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile index b1d8e5073536..0bd2e486a91d 100644 --- a/graphics/libplacebo/Makefile +++ b/graphics/libplacebo/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Reusable library for GPU-accelerated video/image rendering +WWW= https://code.videolan.org/videolan/libplacebo LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libpotrace/Makefile b/graphics/libpotrace/Makefile index 329ec8a0af0a..cab9e1587a07 100644 --- a/graphics/libpotrace/Makefile +++ b/graphics/libpotrace/Makefile @@ -6,6 +6,7 @@ DISTNAME= potrace-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Library for transforming bitmaps into vector graphics +WWW= http://potrace.sourceforge.net LICENSE= GPLv2 diff --git a/graphics/libprojectm/Makefile b/graphics/libprojectm/Makefile index 3cebb6ced5f0..101ad04e0acf 100644 --- a/graphics/libprojectm/Makefile +++ b/graphics/libprojectm/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics audio MAINTAINER= yuri@FreeBSD.org COMMENT= Awesome music visualiser +WWW= https://github.com/projectM-visualizer/projectm LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/libpuzzle/Makefile b/graphics/libpuzzle/Makefile index 356e4062a79f..8fa0b0676557 100644 --- a/graphics/libpuzzle/Makefile +++ b/graphics/libpuzzle/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Library to find similar pictures +WWW= http://libpuzzle.pureftpd.org/project/libpuzzle LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libqrencode/Makefile b/graphics/libqrencode/Makefile index 65d45228cca6..9edd675b2343 100644 --- a/graphics/libqrencode/Makefile +++ b/graphics/libqrencode/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= vanilla@FreeBSD.org COMMENT= C library for encoding data in a QR Code symbol +WWW= https://github.com/fukuchi/libqrencode LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/librasterlite2/Makefile b/graphics/librasterlite2/Makefile index fbd7f8ec75da..fac5edd2cbf7 100644 --- a/graphics/librasterlite2/Makefile +++ b/graphics/librasterlite2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.gaia-gis.it/gaia-sins/librasterlite2-sources/ MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Library that stores and retrieves raster coverages using a SpatiaLite +WWW= https://www.gaia-gis.it/fossil/librasterlite2/index LICENSE= MPL11 GPLv2 LGPL21 LICENSE_COMB= dual diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index b3ed19141b87..72499cd886b7 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -7,6 +7,7 @@ DISTNAME= LibRaw-${PORTVERSION} MAINTAINER= jhale@FreeBSD.org COMMENT= Library for manipulating raw images +WWW= https://www.libraw.org/ LICENSE= LGPL21 CDDL LICENSE_COMB= dual diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index 8f08cbbd4c57..d9aed1f5acd4 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= desktop@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files +WWW= https://live.gnome.org/LibRsvg LICENSE= LGPL20 diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile index ee4a3ec3b289..d52684b43d3c 100644 --- a/graphics/librsvg2/Makefile +++ b/graphics/librsvg2/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= desktop@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files +WWW= https://live.gnome.org/LibRsvg LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi diff --git a/graphics/librtprocess/Makefile b/graphics/librtprocess/Makefile index d729040cc775..a3a3b0c39de3 100644 --- a/graphics/librtprocess/Makefile +++ b/graphics/librtprocess/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Library for raw image processing +WWW= https://github.com/CarVac/librtprocess LICENSE= GPLv3+ diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile index 57baea4fd61a..c676af8fc743 100644 --- a/graphics/libsixel/Makefile +++ b/graphics/libsixel/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/saitoha/libsixel/releases/download/v${PORTVERSI MAINTAINER= sue@iwmt.org COMMENT= Encoder/decoder library for DEC SIXEL graphics +WWW= https://github.com/saitoha/libsixel LICENSE= MIT diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile index 467ecc6a408a..50d549b0ccc6 100644 --- a/graphics/libspiro/Makefile +++ b/graphics/libspiro/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-dist-${DISTVERSION} MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Library to convert clothoid splines into Bezier splines +WWW= https://github.com/fontforge/libspiro LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libspng/Makefile b/graphics/libspng/Makefile index a8e3d0a35510..f599881433b1 100644 --- a/graphics/libspng/Makefile +++ b/graphics/libspng/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Simple PNG decoding and encoding library +WWW= https://libspng.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/libsvg-cairo/Makefile b/graphics/libsvg-cairo/Makefile index db30db0dcdb3..10c99e21d77e 100644 --- a/graphics/libsvg-cairo/Makefile +++ b/graphics/libsvg-cairo/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= SVG rendering library +WWW= https://cairographics.org LIB_DEPENDS= libsvg.so:graphics/libsvg \ libcairo.so:graphics/cairo diff --git a/graphics/libsvg/Makefile b/graphics/libsvg/Makefile index 335601a62d88..9d7afe5b76e3 100644 --- a/graphics/libsvg/Makefile +++ b/graphics/libsvg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Parser for SVG content in files or buffers +WWW= http://cairographics.org/libsvg LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libpng.so:graphics/png diff --git a/graphics/libsvgtiny/Makefile b/graphics/libsvgtiny/Makefile index c8d312d1d81c..2959b1c1fc72 100644 --- a/graphics/libsvgtiny/Makefile +++ b/graphics/libsvgtiny/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.netsurf-browser.org/libs/releases/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tiny SVG fremebuffer abstraction library, written in C +WWW= https://www.netsurf-browser.org/projects/libsvgtiny/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index 3d9a8ee9dcc4..a81720fa2d6b 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin +WWW= http://libvisual.sourceforge.net LICENSE= LGPL21+ diff --git a/graphics/libvisual04-plugins/Makefile b/graphics/libvisual04-plugins/Makefile index 9798b69d2e2c..14aff18c9309 100644 --- a/graphics/libvisual04-plugins/Makefile +++ b/graphics/libvisual04-plugins/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-${PKGNAMESUFFIX:C/.*-//}-${PORTVERSION} MAINTAINER= bkoenig@alpha-tierchen.de COMMENT= Set of plugins for the libvisual framework +WWW= http://localhost.nl/~synap/libvisual/ BROKEN_FreeBSD_13= ld: error: duplicate symbol: _oink_table_cos BROKEN_FreeBSD_14= ld: error: duplicate symbol: _oink_table_cos diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile index b495bff02d4a..5844e66509c7 100644 --- a/graphics/libvisual04/Makefile +++ b/graphics/libvisual04/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 04 MAINTAINER= crees@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin +WWW= http://libvisual.sourceforge.net/ LICENSE= LGPL21+ diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile index a18d8ffbc95e..fb420778fa0b 100644 --- a/graphics/libwmf/Makefile +++ b/graphics/libwmf/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Tools and library for converting Microsoft WMF (windows metafile) +WWW= http://wvware.sourceforge.net/libwmf.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/libwpg03/Makefile b/graphics/libwpg03/Makefile index a9ae016c1ba4..9be75933d1c1 100644 --- a/graphics/libwpg03/Makefile +++ b/graphics/libwpg03/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 03 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools to work with WordPerfect Graphics (WPG) files +WWW= http://libwpg.sourceforge.net/ LICENSE= LGPL21 MPL20 LICENSE_COMB= dual diff --git a/graphics/libyuv/Makefile b/graphics/libyuv/Makefile index 33408f5a9199..b9cd848610cb 100644 --- a/graphics/libyuv/Makefile +++ b/graphics/libyuv/Makefile @@ -17,6 +17,7 @@ DISTFILES= libyuv-${LIBYUV_HASH}.tar.gz:libyuv MAINTAINER= corsmith@gmail.com COMMENT= Library for freeswitch yuv graphics manipulation +WWW= https://chromium.googlesource.com/libyuv/libyuv/ LICENSE= BSD3CLAUSE diff --git a/graphics/libzmf/Makefile b/graphics/libzmf/Makefile index 7617319c3fc5..d7c6955fc691 100644 --- a/graphics/libzmf/Makefile +++ b/graphics/libzmf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LODEV MAINTAINER= office@FreeBSD.org COMMENT= Library that parses the file format of Zoner Callisto/Draw documents +WWW= https://wiki.documentfoundation.org/DLP/Libraries/libzmf LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile index 5e9441728f2d..ecba6b1bdc71 100644 --- a/graphics/lightzone/Makefile +++ b/graphics/lightzone/Makefile @@ -10,6 +10,7 @@ PATCHFILES= 376ec67ddfb1.patch:-p1 MAINTAINER= yuri@FreeBSD.org COMMENT= Professional-level digital darkroom and photo editor +WWW= http://lightzoneproject.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../COPYING diff --git a/graphics/linux-c7-glx-utils/Makefile b/graphics/linux-c7-glx-utils/Makefile index 3785b77cedf5..17b7228739b8 100644 --- a/graphics/linux-c7-glx-utils/Makefile +++ b/graphics/linux-c7-glx-utils/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER}) +WWW= https://www.centos.org/ USES= linux:c7 USE_LDCONFIG= yes diff --git a/graphics/linux-c7-libglvnd/Makefile b/graphics/linux-c7-libglvnd/Makefile index 081c3463ef72..3623a7c1b821 100644 --- a/graphics/linux-c7-libglvnd/Makefile +++ b/graphics/linux-c7-libglvnd/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= GL Vendor-Neutral Dispatch library (Linux CentOS ${LINUX_DIST_VER}) +WWW= https://github.com/NVIDIA/libglvnd USES= linux:c7 USE_LDCONFIG= yes diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile index 42fcac4bb68a..046b3258e16f 100644 --- a/graphics/lua-gd/Makefile +++ b/graphics/lua-gd/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= sergey.dyatko@gmail.com COMMENT= GD bindings for the Lua programming language +WWW= https://www.ittner.com.br/lua-gd/ LICENSE= MIT diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index 74f23625226a..b7e745ad934b 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/qtpfsgui/luminance/${DISTVERSION} MAINTAINER= h2+fbsdports@fsfe.org COMMENT= Complete open source solution for HDR photography +WWW= http://qtpfsgui.sourceforge.net/ LICENSE= GPLv2 diff --git a/graphics/lux/Makefile b/graphics/lux/Makefile index a3a710a047a9..b498fdf9df6c 100644 --- a/graphics/lux/Makefile +++ b/graphics/lux/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${COMMIT} MAINTAINER= fuz@fuz.su COMMENT= Panorama and image viewer +WWW= https://bitbucket.org/kfj/pv LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile index 6a927b8bd653..338054aaf101 100644 --- a/graphics/lximage-qt/Makefile +++ b/graphics/lximage-qt/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LXQT MAINTAINER= jsm@FreeBSD.org COMMENT= Image viewer +WWW= https://github.com/lxde/lximage-qt LICENSE= GPLv2 diff --git a/graphics/mahotas/Makefile b/graphics/mahotas/Makefile index 041c240f36ef..609fffb665d5 100644 --- a/graphics/mahotas/Makefile +++ b/graphics/mahotas/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Computer vision and image processing library for Python +WWW= https://packages.python.org/mahotas/ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreeimage.so:graphics/freeimage diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index 3a9f2839349e..a3f59a1d2d00 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Screenshot utility with performance improvements over scrot +WWW= https://github.com/naelstrof/maim LICENSE= GPLv3 diff --git a/graphics/mandelbulber/Makefile b/graphics/mandelbulber/Makefile index bd9ce91e3a38..65b9cc7b5872 100644 --- a/graphics/mandelbulber/Makefile +++ b/graphics/mandelbulber/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D Mandelbrot fractal renderer +WWW= https://mandelbulber.com/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/mapcache/Makefile b/graphics/mapcache/Makefile index 66d634f4decf..41fa12fc6473 100644 --- a/graphics/mapcache/Makefile +++ b/graphics/mapcache/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://download.osgeo.org/mapserver/ MAINTAINER= wen@FreeBSD.org COMMENT= Server that implements tile caching to speed up access to WMS layers +WWW= https://www.mapserver.org/mapcache/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index 7e79d8c768fd..6ad9620b6856 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.osgeo.org/mapserver/ MAINTAINER= wen@FreeBSD.org COMMENT= System for developing web-based GIS applications +WWW= https://mapserver.org/ LICENSE= MIT diff --git a/graphics/mapyrus/Makefile b/graphics/mapyrus/Makefile index 880916b5930f..8d2865a3aef5 100644 --- a/graphics/mapyrus/Makefile +++ b/graphics/mapyrus/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= nivit@FreeBSD.org COMMENT= Software for creating plots of points, lines, etc +WWW= http://mapyrus.sourceforge.net LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/userdoc/COPYING diff --git a/graphics/matplotlib-cpp/Makefile b/graphics/matplotlib-cpp/Makefile index 8fb5eb6264c4..f5551ce7464e 100644 --- a/graphics/matplotlib-cpp/Makefile +++ b/graphics/matplotlib-cpp/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= Header-only C++ plotting library built on the popular matplotlib +WWW= https://github.com/lava/matplotlib-cpp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/matplotplusplus/Makefile b/graphics/matplotplusplus/Makefile index 8cc3b7b95d1e..a87706b9700e 100644 --- a/graphics/matplotplusplus/Makefile +++ b/graphics/matplotplusplus/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ graphics library for data visualization +WWW= https://alandefreitas.github.io/matplotplusplus/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index 2791df34463c..eb2e01177b14 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://megapov.inetart.net/packages/unix/ MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial extensions of POV-Ray +WWW= http://megapov.inetart.net/ DEPRECATED= Abandoned upstream. graphics/povray37 is the recommended replacement. EXPIRATION_DATE= 2022-10-01 diff --git a/graphics/meh/Makefile b/graphics/meh/Makefile index 3d3a1da4858c..a6f72b782c81 100644 --- a/graphics/meh/Makefile +++ b/graphics/meh/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Simple image viewer using raw XLib convert from ImageMagick +WWW= https://www.johnhawthorn.com/meh/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/mesa-demos/Makefile b/graphics/mesa-demos/Makefile index 860f70024e56..1e114053f362 100644 --- a/graphics/mesa-demos/Makefile +++ b/graphics/mesa-demos/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/demos/ #${PORTVERSION}/ MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL demos distributed with Mesa +WWW= https://www.mesa3d.org/ LICENSE= MIT diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index d9a3c19ad44c..835bcfd59878 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -13,6 +13,7 @@ PATCHFILES+= 19eb2c30bff0.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/- MAINTAINER= jbeich@FreeBSD.org COMMENT= Bleeding edge Mesa drivers (OpenGL, Vulkan) +WWW= https://www.mesa3d.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/license.rst diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile index d0b4f72ec0dd..44ea2e3c5e9a 100644 --- a/graphics/mesa-dri/Makefile +++ b/graphics/mesa-dri/Makefile @@ -3,6 +3,7 @@ PORTVERSION= ${MESAVERSION} CATEGORIES= graphics COMMENT= OpenGL hardware acceleration drivers for DRI2+ +WWW= https://www.mesa3d.org/ OPTIONS_GROUP= PLATFORM OPTIONS_GROUP_PLATFORM= PLATFORM_X11 PLATFORM_WAYLAND diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile index 0b9f4606879b..aca22c05571e 100644 --- a/graphics/mesa-gallium-va/Makefile +++ b/graphics/mesa-gallium-va/Makefile @@ -3,6 +3,7 @@ PORTVERSION= ${MESAVERSION} CATEGORIES= graphics COMMENT= Mesa Gallium VAAPI drivers +WWW= https://www.mesa3d.org/ LIB_DEPENDS= libva.so:multimedia/libva \ libzstd.so:archivers/zstd diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile index 1feffda24c44..19916a796b03 100644 --- a/graphics/mesa-gallium-vdpau/Makefile +++ b/graphics/mesa-gallium-vdpau/Makefile @@ -3,6 +3,7 @@ PORTVERSION= ${MESAVERSION} CATEGORIES= graphics COMMENT= Mesa Gallium VDPAU drivers +WWW= https://www.mesa3d.org/ LIB_DEPENDS= libva.so:multimedia/libva \ libvdpau.so:multimedia/libvdpau \ diff --git a/graphics/mesa-gallium-xa/Makefile b/graphics/mesa-gallium-xa/Makefile index 6812a7df9adb..943bb82efe7b 100644 --- a/graphics/mesa-gallium-xa/Makefile +++ b/graphics/mesa-gallium-xa/Makefile @@ -3,6 +3,7 @@ PORTVERSION= ${MESAVERSION} CATEGORIES= graphics COMMENT= Mesa Gallium XA state tracker +WWW= https://www.mesa3d.org/ USES= xorg USE_XORG= xorgproto diff --git a/graphics/mesa-libs/Makefile b/graphics/mesa-libs/Makefile index 0bd0c50bc6e3..fca496e5c125 100644 --- a/graphics/mesa-libs/Makefile +++ b/graphics/mesa-libs/Makefile @@ -3,6 +3,7 @@ PORTVERSION= ${MESAVERSION} CATEGORIES= graphics COMMENT= OpenGL libraries that support GLX and EGL clients +WWW= https://www.mesa3d.org/ LIB_DEPENDS= libOpenGL.so:graphics/libglvnd diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 9d629464ff59..9cd484e139c2 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Digital camera EXIF meta-information reader +WWW= http://www.cheeseplant.org/~daniel/pages/metacam.html USES= gmake diff --git a/graphics/metapixel/Makefile b/graphics/metapixel/Makefile index d5da46edce81..8ef061382fc7 100644 --- a/graphics/metapixel/Makefile +++ b/graphics/metapixel/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.complang.tuwien.ac.at/schani/metapixel/files/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Photomosaic generator +WWW= https://www.complang.tuwien.ac.at/~schani/metapixel/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/milton/Makefile b/graphics/milton/Makefile index cd143f917977..4107353ab627 100644 --- a/graphics/milton/Makefile +++ b/graphics/milton/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Infinite-canvas paint program +WWW= https://www.miltonpaint.com/ LICENSE= GPLv3+ diff --git a/graphics/minder/Makefile b/graphics/minder/Makefile index bc57bf616a75..2f7db0c78045 100644 --- a/graphics/minder/Makefile +++ b/graphics/minder/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -app MAINTAINER= nc@FreeBSD.org COMMENT= Mind-mapping application +WWW= https://github.com/phase1geo/Minder LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index 7438d0dd15bb..19400991617d 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Flash 4/5 movie output library with many languages support +WWW= http://www.libming.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile index d5997215febe..36527755fd2e 100644 --- a/graphics/mirtk/Makefile +++ b/graphics/mirtk/Makefile @@ -7,6 +7,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Medical Image Registration ToolKit (MIRTK) +WWW= https://mirtk.github.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/movit/Makefile b/graphics/movit/Makefile index 3d79640142ea..101efb5d8de9 100644 --- a/graphics/movit/Makefile +++ b/graphics/movit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://${PORTNAME}.sesse.net/ MAINTAINER= ports@FreeBSD.org COMMENT= High-performance video filters for the GPU +WWW= https://movit.sesse.net LICENSE= GPLv2+ diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile index a10298227177..14a8411046f1 100644 --- a/graphics/mozjpeg/Makefile +++ b/graphics/mozjpeg/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Improved JPEG encoder by Mozilla +WWW= https://github.com/mozilla/mozjpeg LICENSE= BSD3CLAUSE diff --git a/graphics/mscgen/Makefile b/graphics/mscgen/Makefile index 9be06809c638..2e7cbcfc1ac3 100644 --- a/graphics/mscgen/Makefile +++ b/graphics/mscgen/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= romain@FreeBSD.org COMMENT= Message Sequence Chart Renderer +WWW= https://www.mcternan.me.uk/mscgen/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/msl/Makefile b/graphics/msl/Makefile index a9daa203d335..af3e0e6faa23 100644 --- a/graphics/msl/Makefile +++ b/graphics/msl/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Shader language based off GLSL +WWW= https://github.com/akb825/ModularShaderLanguage LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/mtpaint/Makefile b/graphics/mtpaint/Makefile index de070bcc6888..c24a8e56c4da 100644 --- a/graphics/mtpaint/Makefile +++ b/graphics/mtpaint/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org COMMENT= Simple painting program +WWW= http://mtpaint.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/multican/Makefile b/graphics/multican/Makefile index b575d1aa494a..5d3e4ce8b32a 100644 --- a/graphics/multican/Makefile +++ b/graphics/multican/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Remote control utility for Canon DSLR cameras +WWW= http://multican.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index aa1bd5f60334..498812978ab2 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://www.mupdf.com/downloads/ \ MAINTAINER= uzsolt@uzsolt.hu COMMENT= Lightweight PDF viewer and toolkit +WWW= https://www.mupdf.com/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/mxp/Makefile b/graphics/mxp/Makefile index 660624274daf..949acbac8fbf 100644 --- a/graphics/mxp/Makefile +++ b/graphics/mxp/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SUNSITE/apps/math/fractals MAINTAINER= ports@FreeBSD.org COMMENT= Application for computing/exploring Mandelbrot set +WWW= https://www.ibiblio.org/pub/Linux/apps/math/fractals/ LICENSE= GPLv2 diff --git a/graphics/mypaint-brushes/Makefile b/graphics/mypaint-brushes/Makefile index 37cac9957206..7216340abc53 100644 --- a/graphics/mypaint-brushes/Makefile +++ b/graphics/mypaint-brushes/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= gnome@FreeBSD.org COMMENT= Brushes used by MyPaint and other software using libmypaint +WWW= https://github.com/mypaint/mypaint-brushes LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/mypaint-brushes2/Makefile b/graphics/mypaint-brushes2/Makefile index d6639e65a515..76a5ac12e425 100644 --- a/graphics/mypaint-brushes2/Makefile +++ b/graphics/mypaint-brushes2/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= 2 MAINTAINER= greg@unrelenting.technology COMMENT= Brushes used by MyPaint and other software using libmypaint +WWW= https://github.com/mypaint/mypaint-brushes LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 15e452775b1c..a558d414497c 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -9,6 +9,7 @@ PATCHFILES= 94c623b788462fadb3e292b918edc4e90adf4faa.patch:-p1 MAINTAINER= greg@unrelenting.technology COMMENT= Fast painting/scribbling program +WWW= http://mypaint.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/nanort/Makefile b/graphics/nanort/Makefile index 8f81f30c5402..c2a935c12d12 100644 --- a/graphics/nanort/Makefile +++ b/graphics/nanort/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ single header modern ray tracing kernel +WWW= https://github.com/lighttransport/nanort LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/nanosvg/Makefile b/graphics/nanosvg/Makefile index bf940d01186e..afb12863fd77 100644 --- a/graphics/nanosvg/Makefile +++ b/graphics/nanosvg/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Simple C++ header-only SVG parser +WWW= https://github.com/memononen/nanosvg LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 9984fb1f03d7..73ffc9253f90 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/t6/netpbm/releases/download/v${DISTVERSION}/ MAINTAINER= leres@FreeBSD.org COMMENT= Toolkit for conversion of images between different formats +WWW= http://netpbm.sourceforge.net/ LICENSE= GPLv2 IJG LGPL21 MIT PD LICENSE_COMB= multi diff --git a/graphics/nip2/Makefile b/graphics/nip2/Makefile index b4d97c263e82..eb004ce6f2af 100644 --- a/graphics/nip2/Makefile +++ b/graphics/nip2/Makefile @@ -9,6 +9,7 @@ PATCHFILES+= 8bdb1459bc2.patch:-p1 # https://github.com/libvips/nip2/pull/96 MAINTAINER= ports@FreeBSD.org COMMENT= Graphical user interface for VIPS +WWW= https://github.com/jcupitt/nip2 LICENSE= GPLv2 diff --git a/graphics/nomacs/Makefile b/graphics/nomacs/Makefile index d0ba4690ae30..a1109eccefdc 100644 --- a/graphics/nomacs/Makefile +++ b/graphics/nomacs/Makefile @@ -9,6 +9,7 @@ PATCHFILES= 8c44e10ae48a88ed2ea885f432c65a0859013011.patch:-p1 MAINTAINER= vidar@karlsen.tech COMMENT= Small, fast, and free image viewer +WWW= https://www.nomacs.org/ LICENSE= GPLv3 diff --git a/graphics/nplot/Makefile b/graphics/nplot/Makefile index e6f5111b58d0..3e8705564463 100644 --- a/graphics/nplot/Makefile +++ b/graphics/nplot/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= cs@innolan.dk COMMENT= Charting library for .NET +WWW= http://nplot.com LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/npretty/Makefile b/graphics/npretty/Makefile index 203fbb6f404a..4d05639b4e09 100644 --- a/graphics/npretty/Makefile +++ b/graphics/npretty/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= peter@pean.org COMMENT= Simple web-gallery generator written in perl +WWW= http://www.pulia.nu/coding.html LICENSE= GPLv2 diff --git a/graphics/nsxiv/Makefile b/graphics/nsxiv/Makefile index 2764846704b4..c34278cfd10f 100644 --- a/graphics/nsxiv/Makefile +++ b/graphics/nsxiv/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Simple X image viewer +WWW= https://github.com/nsxiv/nsxiv LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile index c066346f0795..4eced68fa52e 100644 --- a/graphics/nurbs++/Makefile +++ b/graphics/nurbs++/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/libnurbs/nurbs%2B%2B/${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= C++ library to manipulate and create NURBS curves and surfaces +WWW= http://libnurbs.sourceforge.net/ USES= libtool tar:bzip2 GNU_CONFIGURE= yes diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile index 9dbf4ce8c1c0..db1a11bb2887 100644 --- a/graphics/nvidia-texture-tools/Makefile +++ b/graphics/nvidia-texture-tools/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Texture Tools with support for DirectX 10 texture formats +WWW= https://github.com/castano/nvidia-texture-tools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index caa066647253..4e049cb5ccf4 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= ocaml-images MAINTAINER= michael.grunewald@laposte.net COMMENT= Objective Caml image processing library +WWW= http://pauillac.inria.fr/camlimages/ BROKEN= does not build: broken plist diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index e5cf908eb126..804993ce3821 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -9,6 +9,7 @@ PKGNAMEPREFIX= ocaml- MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL interface for Objective Caml +WWW= https://forge.ocamlcore.org/projects/lablgl/ LICENSE= BSD3CLAUSE diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index 9f063ac60503..a6bac5f14f08 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= GNU MAINTAINER= yuri@FreeBSD.org COMMENT= OCR program implemented as filter +WWW= https://www.gnu.org/software/ocrad/ocrad.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile index c68d5b6e41f8..3f6ecb22bbfe 100644 --- a/graphics/ogre3d/Makefile +++ b/graphics/ogre3d/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics devel MAINTAINER= oliver@FreeBSD.org COMMENT= Scene-oriented, flexible 3D engine written in C++ +WWW= https://www.ogre3d.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/ogre3d19/Makefile b/graphics/ogre3d19/Makefile index 12cb6ed058a0..a225820e7354 100644 --- a/graphics/ogre3d19/Makefile +++ b/graphics/ogre3d19/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= 19 MAINTAINER= amdmi3@FreeBSD.org COMMENT= Scene-oriented, flexible 3D engine written in C++ (legacy version 1.9) +WWW= https://www.ogre3d.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/oidn/Makefile b/graphics/oidn/Makefile index a452728059d1..6e5b12c7a5ea 100644 --- a/graphics/oidn/Makefile +++ b/graphics/oidn/Makefile @@ -8,6 +8,7 @@ DISTFILES= ${PORTNAME}-weights-${WEIGHTS_GIT_HASH}${EXTRACT_SUFX}:weights MAINTAINER= yuri@FreeBSD.org COMMENT= Intel(R) Open Image Denoise library +WWW= https://www.openimagedenoise.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index 6ae4c83a61b5..1ebe7d4e5267 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE universal document viewer +WWW= https://okular.kde.org LICENSE= GPLv2 diff --git a/graphics/open3d/Makefile b/graphics/open3d/Makefile index 0fa0443e8986..06f13334bf99 100644 --- a/graphics/open3d/Makefile +++ b/graphics/open3d/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Modern library for 3D data processing +WWW= http://www.open3d.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/graphics/opencollada/Makefile b/graphics/opencollada/Makefile index 9fb4298e76bb..ab566e5787a7 100644 --- a/graphics/opencollada/Makefile +++ b/graphics/opencollada/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics devel MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for reading and writing COLLADA files +WWW= http://opencollada.org/ LICENSE= MIT diff --git a/graphics/opencolorio/Makefile b/graphics/opencolorio/Makefile index e9f55b79a843..f0cf5544c855 100644 --- a/graphics/opencolorio/Makefile +++ b/graphics/opencolorio/Makefile @@ -10,6 +10,7 @@ CATEGORIES= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz COMMENT?= Complete color management solution +WWW= https://www.opencolorio.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/opencoloriov1/Makefile b/graphics/opencoloriov1/Makefile index cab820faf2ad..814b463cf73d 100644 --- a/graphics/opencoloriov1/Makefile +++ b/graphics/opencoloriov1/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= v1 MAINTAINER?= FreeBSD@Shaneware.biz COMMENT?= Complete color management solution v1 +WWW= https://www.opencolorio.org LICENSE= BSD3CLAUSE diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile index 3d1bd63fd99f..6ac07a53b987 100644 --- a/graphics/opencsg/Makefile +++ b/graphics/opencsg/Makefile @@ -7,6 +7,7 @@ DISTNAME= OpenCSG-${PORTVERSION} MAINTAINER= mr@FreeBSD.org COMMENT= Constructive Solid Geometry rendering library +WWW= https://www.opencsg.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../license.txt diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 9353405349e0..a0bf5f6695c4 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= desktop@FreeBSD.org COMMENT= Open Source Computer Vision library +WWW= https://www.opencv.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index 9fc5119babc0..de969d50ce7e 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -7,6 +7,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer +WWW= http://www.opendx.org/ LICENSE= IBM-OVDX-v1 LICENSE_NAME= IBM PUBLIC LICENSE - Open Visualization Data Explorer VERSION 1.0 diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index 483517d8d6d7..2178a514ae45 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics devel MAINTAINER= mandree@FreeBSD.org COMMENT= High dynamic-range (HDR) image file format +WWW= https://www.openexr.com/ LICENSE= BSD3CLAUSE diff --git a/graphics/openfx-arena/Makefile b/graphics/openfx-arena/Makefile index db0a7d68adb2..d0b5f83e114b 100644 --- a/graphics/openfx-arena/Makefile +++ b/graphics/openfx-arena/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org COMMENT= Extra OpenFX plugins for Natron +WWW= https://github.com/NatronGitHub/openfx-arena LICENSE= GPLv2 diff --git a/graphics/openfx-misc/Makefile b/graphics/openfx-misc/Makefile index 1b21170e5b3c..3689819506fb 100644 --- a/graphics/openfx-misc/Makefile +++ b/graphics/openfx-misc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org COMMENT= Miscellaneous OpenFX Effects plugins +WWW= https://github.com/devernay/openfx-misc LICENSE= GPLv2 diff --git a/graphics/opengv/Makefile b/graphics/opengv/Makefile index 1b078bd44aab..d0fbf52e4db1 100644 --- a/graphics/opengv/Makefile +++ b/graphics/opengv/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of methods for solving geometric vision problems +WWW= https://laurentkneip.github.io/opengv/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt diff --git a/graphics/openicc-config/Makefile b/graphics/openicc-config/Makefile index 131669740170..0678609be3ed 100644 --- a/graphics/openicc-config/Makefile +++ b/graphics/openicc-config/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Color configuration data base management +WWW= https://github.com/OpenICC/config LICENSE= MIT diff --git a/graphics/openimageio-ociov1/Makefile b/graphics/openimageio-ociov1/Makefile index 040694dd91cb..350c908bb9f7 100644 --- a/graphics/openimageio-ociov1/Makefile +++ b/graphics/openimageio-ociov1/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= -ociov1 MAINTAINER= FreeBSD@Shaneware.biz COMMENT= OpenImageIO graphics library linked to ocio v1 +WWW= https://www.openimageio.org/ LICENSE= BSD3CLAUSE diff --git a/graphics/openimageio/Makefile b/graphics/openimageio/Makefile index b41b3623a01a..0d9a0bfb2f73 100644 --- a/graphics/openimageio/Makefile +++ b/graphics/openimageio/Makefile @@ -10,6 +10,7 @@ CATEGORIES?= graphics multimedia MAINTAINER?= FreeBSD@Shaneware.biz COMMENT?= OpenImageIO graphics library +WWW= https://www.openimageio.org/ LICENSE= BSD3CLAUSE diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index d2518b2723ee..43625fbe59c7 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open-source JPEG 2000 codec +WWW= https://www.openjpeg.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/openjpeg15/Makefile b/graphics/openjpeg15/Makefile index fde4f66c61b3..d39b14389e15 100644 --- a/graphics/openjpeg15/Makefile +++ b/graphics/openjpeg15/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 15 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open-source JPEG 2000 codec +WWW= https://www.openjpeg.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/openjph/Makefile b/graphics/openjph/Makefile index c1597b8350c1..17b810f0d54f 100644 --- a/graphics/openjph/Makefile +++ b/graphics/openjph/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open-source implementation of JPEG2000 Part-15 +WWW= https://github.com/aous72/OpenJPH LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/graphics/openjump/Makefile b/graphics/openjump/Makefile index 038fe5ab9823..75eba27c5e94 100644 --- a/graphics/openjump/Makefile +++ b/graphics/openjump/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-Portable-${PORTVERSION}-r${PLUS_REV}[a56ff6d]-PLUS MAINTAINER= rhurlin@FreeBSD.org COMMENT= Open source GIS software written in Java +WWW= http://www.openjump.org/ LICENSE= BSD3CLAUSE CLEARTHOUGHT CPL ECW GPLv2 GPLv3 JAIDL JDOM JYTHON LGPL21 LGPL3 LICENSE_COMB= multi diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile index e9356fe760ae..527cf3b6c2b9 100644 --- a/graphics/openmvs/Makefile +++ b/graphics/openmvs/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Open Multi-View Stereo reconstruction library +WWW= https://github.com/cdcseacave/openMVS LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index 84aae7b17501..deae31cc60d4 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= fernape@FreeBSD.org COMMENT= Tools to accurately transfer 3-D geometry between applications +WWW= https://www.rhino3d.com/opennurbs LICENSE_FILE= ${WRKSRC}/readme.txt diff --git a/graphics/openorienteering-mapper/Makefile b/graphics/openorienteering-mapper/Makefile index 0894d5425759..b638c19f60fc 100644 --- a/graphics/openorienteering-mapper/Makefile +++ b/graphics/openorienteering-mapper/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics geography MAINTAINER= sikmir@gmail.com COMMENT= Map drawing program from OpenOrienteering +WWW= https://www.openorienteering.org/apps/mapper/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/openrm/Makefile b/graphics/openrm/Makefile index 82996277519b..cc1db8751ba7 100644 --- a/graphics/openrm/Makefile +++ b/graphics/openrm/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DEMO_DISTFILE:S/$/:demo/} MAINTAINER= ports@FreeBSD.org COMMENT= Development environment used to build 2D/3D/stereo graphics +WWW= http://openrm.sourceforge.net LICENSE= LGPL20+ # from sources, though LICENSE file is LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.html diff --git a/graphics/openshadinglanguage/Makefile b/graphics/openshadinglanguage/Makefile index ebc3a21dec7c..a1cc51afed09 100644 --- a/graphics/openshadinglanguage/Makefile +++ b/graphics/openshadinglanguage/Makefile @@ -6,6 +6,7 @@ CATEGORIES?= graphics devel MAINTAINER= FreeBSD@Shaneware.biz COMMENT?= Advanced shading language for production GI renderers +WWW= https://github.com/AcademySoftwareFoundation/OpenShadingLanguage LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/graphics/opensubdiv/Makefile b/graphics/opensubdiv/Makefile index 5874f395a725..d210498b72c7 100644 --- a/graphics/opensubdiv/Makefile +++ b/graphics/opensubdiv/Makefile @@ -6,6 +6,7 @@ CATEGORIES?= graphics MAINTAINER= FreeBSD@Shaneware.biz COMMENT= High performance subdivision surface libraries +WWW= https://graphics.pixar.com/opensubdiv LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/openvkl/Makefile b/graphics/openvkl/Makefile index 8969114b5c14..b85c092bf139 100644 --- a/graphics/openvkl/Makefile +++ b/graphics/openvkl/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= Intel Open Volume Kernel Library for graphics applications +WWW= https://github.com/openvkl/openvkl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/optar/Makefile b/graphics/optar/Makefile index 154ec9714876..9ab52f049a15 100644 --- a/graphics/optar/Makefile +++ b/graphics/optar/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for encoding data on paper +WWW= http://ronja.twibright.com/optar/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/optipng/Makefile b/graphics/optipng/Makefile index 40b0511ab1ce..adf3fcdb59be 100644 --- a/graphics/optipng/Makefile +++ b/graphics/optipng/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/OptiPNG/${PORTNAME}-${PORTVERSION} MAINTAINER= tom@hur.st COMMENT= Optimizer for PNG files +WWW= http://optipng.sourceforge.net/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile index fc3357d2b626..27681131cf62 100644 --- a/graphics/osg/Makefile +++ b/graphics/osg/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering +WWW= https://www.openscenegraph.org/ LICENSE= OSGPL LICENSE_NAME= OpenSceneGraph Public License diff --git a/graphics/osg34/Makefile b/graphics/osg34/Makefile index 30d051872c4d..d1d530321a61 100644 --- a/graphics/osg34/Makefile +++ b/graphics/osg34/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 34 MAINTAINER= amdmi3@FreeBSD.org COMMENT= C++ OpenGL scene graph library for real-time rendering +WWW= https://www.openscenegraph.org/ LICENSE= OSGPL LICENSE_NAME= OpenSceneGraph Public License diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index 6451b1cc302d..d127710fad8e 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics geography MAINTAINER= lbartoletti@FreeBSD.org COMMENT= C++ terrain rendering toolkit for OpenSceneGraph +WWW= http://osgearth.org/ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/ospray-studio/Makefile b/graphics/ospray-studio/Makefile index 109f4fa77ac6..af4949ae5f89 100644 --- a/graphics/ospray-studio/Makefile +++ b/graphics/ospray-studio/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Application to showcase OSPRay's rendering capabilities +WWW= https://www.ospray.org/ospray_studio/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/ospray/Makefile b/graphics/ospray/Makefile index df0bb642f3c7..913382b869dd 100644 --- a/graphics/ospray/Makefile +++ b/graphics/ospray/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Ray tracing based rendering engine for high-fidelity visualization +WWW= https://www.ospray.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/ossim/Makefile b/graphics/ossim/Makefile index b2fb87cf4289..0854ff9824b1 100644 --- a/graphics/ossim/Makefile +++ b/graphics/ossim/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics geography MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Powerful suite of geospatial libraries and applications +WWW= https://github.com/ossimlabs/ossim LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index fc3178969c6f..4ef95681ed3c 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Colour Management System (CMS) +WWW= http://www.oyranos.org/ LICENSE= BSD3CLAUSE diff --git a/graphics/p5-Acme-Steganography-Image-Png/Makefile b/graphics/p5-Acme-Steganography-Image-Png/Makefile index ee6e62065773..21e5cdb25f31 100644 --- a/graphics/p5-Acme-Steganography-Image-Png/Makefile +++ b/graphics/p5-Acme-Steganography-Image-Png/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Hide data (badly) in Png images +WWW= https://metacpan.org/release/Acme-Steganography-Image-Png BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Imager>=0:graphics/p5-Imager \ diff --git a/graphics/p5-Algorithm-Line-Bresenham/Makefile b/graphics/p5-Algorithm-Line-Bresenham/Makefile index 37f52024fdeb..a1028c352210 100644 --- a/graphics/p5-Algorithm-Line-Bresenham/Makefile +++ b/graphics/p5-Algorithm-Line-Bresenham/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bokutin@bokut.in COMMENT= Simple pixellated line-drawing algorithm +WWW= https://metacpan.org/release/Algorithm-Line-Bresenham LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Alien-Gimp/Makefile b/graphics/p5-Alien-Gimp/Makefile index a0ab0b45a3a4..168a3e5aed70 100644 --- a/graphics/p5-Alien-Gimp/Makefile +++ b/graphics/p5-Alien-Gimp/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Encapsulate install info for GIMP +WWW= https://metacpan.org/release/Alien-Gimp BUILD_DEPENDS= ${RUN_DEPENDS} \ p5-ExtUtils-Depends>=0.402:devel/p5-ExtUtils-Depends \ diff --git a/graphics/p5-Barcode-ZBar/Makefile b/graphics/p5-Barcode-ZBar/Makefile index 6bf9d1615f7d..bbb3abed687d 100644 --- a/graphics/p5-Barcode-ZBar/Makefile +++ b/graphics/p5-Barcode-ZBar/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to ZBar barcode reader +WWW= https://metacpan.org/release/Barcode-ZBar LIB_DEPENDS= libzbar.so:graphics/zbar diff --git a/graphics/p5-CAD-Drawing-Template/Makefile b/graphics/p5-CAD-Drawing-Template/Makefile index 153dcf03e2bf..da711eedf394 100644 --- a/graphics/p5-CAD-Drawing-Template/Makefile +++ b/graphics/p5-CAD-Drawing-Template/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Replace tags with text and geometry +WWW= https://metacpan.org/release/CAD-Drawing-Template LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-CAD-Drawing/Makefile b/graphics/p5-CAD-Drawing/Makefile index b4cb6ecc3c79..79d540ee26ca 100644 --- a/graphics/p5-CAD-Drawing/Makefile +++ b/graphics/p5-CAD-Drawing/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Methods to create, load, and save vector graphics +WWW= https://metacpan.org/release/CAD-Drawing LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index 65e6d03389ab..c71fb60723b7 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl bindings to the cairo graphics library +WWW= http://gtk2-perl.sourceforge.net/ LICENSE= LGPL21 diff --git a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile index 584daab29807..3a23f99fd885 100644 --- a/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA-Mailhide/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= gerard@seibercom.net COMMENT= Perl implementation of the reCAPTCHA Mailhide API +WWW= https://metacpan.org/release/Captcha-reCAPTCHA-Mailhide LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Captcha-reCAPTCHA/Makefile b/graphics/p5-Captcha-reCAPTCHA/Makefile index 816f8c0693fc..d410214496a7 100644 --- a/graphics/p5-Captcha-reCAPTCHA/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA/Makefile @@ -8,6 +8,7 @@ DISTNAME= Captcha-reCaptcha-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Perl implementation of the reCAPTCHA API +WWW= https://metacpan.org/release/Captcha-reCaptcha LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile index 2ed5f96e9745..2e1081d4b90f 100644 --- a/graphics/p5-Chart-Clicker/Makefile +++ b/graphics/p5-Chart-Clicker/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Powerful, extensible charting +WWW= https://metacpan.org/release/Chart-Clicker LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Chart-Gnuplot/Makefile b/graphics/p5-Chart-Gnuplot/Makefile index b52e1bc5d2b8..6c5aa73f7d4c 100644 --- a/graphics/p5-Chart-Gnuplot/Makefile +++ b/graphics/p5-Chart-Gnuplot/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= koue@chaosophia.net COMMENT= Perl module to plot graphs using GNUPLOT on the fly +WWW= https://metacpan.org/release/Chart-Gnuplot LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Chart-Graph/Makefile b/graphics/p5-Chart-Graph/Makefile index e4bcb49f4c64..5e17b9f6764a 100644 --- a/graphics/p5-Chart-Graph/Makefile +++ b/graphics/p5-Chart-Graph/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl extension for a front-end to gnuplot, XRT, and Xmgrace +WWW= https://metacpan.org/release/Chart-Graph LICENSE= GPLv2 diff --git a/graphics/p5-Chart-PNGgraph/Makefile b/graphics/p5-Chart-PNGgraph/Makefile index 3dbc579614db..ad69ab776bdb 100644 --- a/graphics/p5-Chart-PNGgraph/Makefile +++ b/graphics/p5-Chart-PNGgraph/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl module for generating presentation graphics (i.e., charts) +WWW= https://metacpan.org/release/Chart-PNGgraph LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Chart/Makefile b/graphics/p5-Chart/Makefile index 46cdb5ab69b2..cf5e722d8ee4 100644 --- a/graphics/p5-Chart/Makefile +++ b/graphics/p5-Chart/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to build chart graphics +WWW= https://metacpan.org/release/Chart LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Color-Calc/Makefile b/graphics/p5-Color-Calc/Makefile index 1e5a0d5a0eb3..3a91a6c98ec8 100644 --- a/graphics/p5-Color-Calc/Makefile +++ b/graphics/p5-Color-Calc/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= vanilla@FreeBSD.org COMMENT= Simple calculations with RGB colors +WWW= https://metacpan.org/release/Color-Calc BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Graphics-ColorNames-WWW>=1.13:graphics/p5-Graphics-ColorNames-WWW diff --git a/graphics/p5-Color-Library/Makefile b/graphics/p5-Color-Library/Makefile index 758fa433fc30..7871113cecc3 100644 --- a/graphics/p5-Color-Library/Makefile +++ b/graphics/p5-Color-Library/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easy-to-use and comprehensive named-color library +WWW= https://metacpan.org/release/Color-Library LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Color-Palette/Makefile b/graphics/p5-Color-Palette/Makefile index fba811b30cd8..56f6a19ffebd 100644 --- a/graphics/p5-Color-Palette/Makefile +++ b/graphics/p5-Color-Palette/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Handle sets of named colors in Perl +WWW= https://metacpan.org/release/Color-Palette LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Color-Rgb/Makefile b/graphics/p5-Color-Rgb/Makefile index 2d47e6141fd9..9a8d1644643d 100644 --- a/graphics/p5-Color-Rgb/Makefile +++ b/graphics/p5-Color-Rgb/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Simple rgb.txt parsing class +WWW= https://metacpan.org/release/Color-Rgb LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Color-Scheme/Makefile b/graphics/p5-Color-Scheme/Makefile index fb7dd538f634..f11f73cbdc6e 100644 --- a/graphics/p5-Color-Scheme/Makefile +++ b/graphics/p5-Color-Scheme/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate pleasant color schemes +WWW= https://metacpan.org/release/Color-Scheme LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Convert-Color-XTerm/Makefile b/graphics/p5-Convert-Color-XTerm/Makefile index 9a3a9135edee..910343879443 100644 --- a/graphics/p5-Convert-Color-XTerm/Makefile +++ b/graphics/p5-Convert-Color-XTerm/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Indexed colors used by XTerm +WWW= https://metacpan.org/release/Convert-Color-XTerm LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Convert-Color/Makefile b/graphics/p5-Convert-Color/Makefile index d95d5bee9de3..11a4096d7a25 100644 --- a/graphics/p5-Convert-Color/Makefile +++ b/graphics/p5-Convert-Color/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for color space conversions and named lookups +WWW= https://metacpan.org/release/Convert-Color LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Data-Google-Visualization-DataSource/Makefile b/graphics/p5-Data-Google-Visualization-DataSource/Makefile index 4d174e78825a..a1b4f46507ed 100644 --- a/graphics/p5-Data-Google-Visualization-DataSource/Makefile +++ b/graphics/p5-Data-Google-Visualization-DataSource/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl helper class for the Google Chart Tools Datasource Protocol +WWW= https://metacpan.org/release/Data-Google-Visualization-DataSource LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Data-Google-Visualization-DataTable/Makefile b/graphics/p5-Data-Google-Visualization-DataTable/Makefile index e475da74bdd3..d947737b7fbb 100644 --- a/graphics/p5-Data-Google-Visualization-DataTable/Makefile +++ b/graphics/p5-Data-Google-Visualization-DataTable/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easily create Google DataTable objects for the Google Visulization API +WWW= https://metacpan.org/release/Data-Google-Visualization-DataTable LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GD-Arrow/Makefile b/graphics/p5-GD-Arrow/Makefile index a7ceb661777c..5c78478383d4 100644 --- a/graphics/p5-GD-Arrow/Makefile +++ b/graphics/p5-GD-Arrow/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Draw arrows using GD +WWW= https://metacpan.org/release/GD-Arrow LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile index 2d6929ac8598..da76876e6306 100644 --- a/graphics/p5-GD-Barcode/Makefile +++ b/graphics/p5-GD-Barcode/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Create barcode image with GD in Perl +WWW= https://metacpan.org/release/GD-Barcode LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GD-Graph-histogram/Makefile b/graphics/p5-GD-Graph-histogram/Makefile index 118dd520895e..6f1a69ad18b1 100644 --- a/graphics/p5-GD-Graph-histogram/Makefile +++ b/graphics/p5-GD-Graph-histogram/Makefile @@ -9,6 +9,7 @@ DISTNAME= GDGraph-histogram-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Histogram plotting module for perl5 +WWW= https://metacpan.org/release/GDGraph-histogram LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GD-Graph-ohlc/Makefile b/graphics/p5-GD-Graph-ohlc/Makefile index 182aa28470f6..29b733398042 100644 --- a/graphics/p5-GD-Graph-ohlc/Makefile +++ b/graphics/p5-GD-Graph-ohlc/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Create charts displaying the open, high, low, and close +WWW= https://metacpan.org/release/GD-Graph-ohlc BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph \ diff --git a/graphics/p5-GD-Graph/Makefile b/graphics/p5-GD-Graph/Makefile index ce7a275f836c..1d486c2f28f7 100644 --- a/graphics/p5-GD-Graph/Makefile +++ b/graphics/p5-GD-Graph/Makefile @@ -7,6 +7,7 @@ DISTNAME= GDGraph-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Graph plotting module for perl5 +WWW= https://metacpan.org/release/GDGraph LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GD-Graph3d/Makefile b/graphics/p5-GD-Graph3d/Makefile index 48cbb146cd34..2aa74e53cbb9 100644 --- a/graphics/p5-GD-Graph3d/Makefile +++ b/graphics/p5-GD-Graph3d/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Creates 3D charts with GD::Graph and GD +WWW= https://metacpan.org/release/GD-Graph3d BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-GD-Graph>=0:graphics/p5-GD-Graph diff --git a/graphics/p5-GD-SVG/Makefile b/graphics/p5-GD-SVG/Makefile index ad0f6af0d0d5..b3c59ee9ef8c 100644 --- a/graphics/p5-GD-SVG/Makefile +++ b/graphics/p5-GD-SVG/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Seamlessly enable SVG output from scripts written using GD +WWW= https://metacpan.org/release/GD-SVG LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GD-Thumbnail/Makefile b/graphics/p5-GD-Thumbnail/Makefile index c462ba14153d..b385569bbcd0 100644 --- a/graphics/p5-GD-Thumbnail/Makefile +++ b/graphics/p5-GD-Thumbnail/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Thumbnail maker for GD +WWW= https://metacpan.org/release/GD-Thumbnail BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-GD>=0:graphics/p5-GD diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile index 2200b54ff2dd..9dffc6adc334 100644 --- a/graphics/p5-GD/Makefile +++ b/graphics/p5-GD/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to Gd Graphics Library version2 +WWW= https://metacpan.org/release/GD LICENSE= ART20 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Geo-EOP/Makefile b/graphics/p5-Geo-EOP/Makefile index 56a45cb88891..bfecdf01c25a 100644 --- a/graphics/p5-Geo-EOP/Makefile +++ b/graphics/p5-Geo-EOP/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to Process Earth Observation Products Meta-data +WWW= https://metacpan.org/release/MARKOV/Geo-EOP-0.50 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Geo-GDAL-FFI/Makefile b/graphics/p5-Geo-GDAL-FFI/Makefile index 14c8667108f0..6a3fd2368a2d 100644 --- a/graphics/p5-Geo-GDAL-FFI/Makefile +++ b/graphics/p5-Geo-GDAL-FFI/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Foreign function interface to GDAL +WWW= https://metacpan.org/release/Geo-GDAL-FFI LICENSE= ART10 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/p5-Geo-GML/Makefile b/graphics/p5-Geo-GML/Makefile index 9d7dfe49d163..85ffda406cdb 100644 --- a/graphics/p5-Geo-GML/Makefile +++ b/graphics/p5-Geo-GML/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to Process Geography Markup Language +WWW= https://metacpan.org/release/Geo-GML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Geo-Gpx/Makefile b/graphics/p5-Geo-Gpx/Makefile index 98c2426cbcd8..f3a56c427987 100644 --- a/graphics/p5-Geo-Gpx/Makefile +++ b/graphics/p5-Geo-Gpx/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to Create and Parse GPX Files +WWW= https://metacpan.org/release/Geo-Gpx LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Geometry-Primitive/Makefile b/graphics/p5-Geometry-Primitive/Makefile index 5ed5c7a67c15..11ebcc7cfe8b 100644 --- a/graphics/p5-Geometry-Primitive/Makefile +++ b/graphics/p5-Geometry-Primitive/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Primitive Geometry Entities +WWW= https://metacpan.org/release/Geometry-Primitive BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Check-ISA>=0.04:devel/p5-Check-ISA \ diff --git a/graphics/p5-Gimp/Makefile b/graphics/p5-Gimp/Makefile index 3e179ae36bb9..6cbe5150b1b7 100644 --- a/graphics/p5-Gimp/Makefile +++ b/graphics/p5-Gimp/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Write GIMP extensions/plug-ins/load- and save-handlers in Perl +WWW= https://metacpan.org/release/Gimp LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Google-Chart/Makefile b/graphics/p5-Google-Chart/Makefile index 7bf0605454bc..2351c9d8f618 100644 --- a/graphics/p5-Google-Chart/Makefile +++ b/graphics/p5-Google-Chart/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= wen@FreeBSD.org COMMENT= Perl Interface to Google Charts API +WWW= https://metacpan.org/release/Google-Chart RUN_DEPENDS= p5-libwww>0:www/p5-libwww \ p5-Moose>=2:devel/p5-Moose \ diff --git a/graphics/p5-Graph-Easy/Makefile b/graphics/p5-Graph-Easy/Makefile index c78a6141626d..7464340d45ed 100644 --- a/graphics/p5-Graph-Easy/Makefile +++ b/graphics/p5-Graph-Easy/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Render graphs as ASCII, HTML, SVG, or Graphviz +WWW= https://metacpan.org/release/Graph-Easy LICENSE= GPLv2+ diff --git a/graphics/p5-Graph-ReadWrite/Makefile b/graphics/p5-Graph-ReadWrite/Makefile index 2dcbb6312fe5..2303838bb8a8 100644 --- a/graphics/p5-Graph-ReadWrite/Makefile +++ b/graphics/p5-Graph-ReadWrite/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reading and Writing a variety of graph file formats +WWW= https://metacpan.org/release/Graph-ReadWrite LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graph-SocialMap/Makefile b/graphics/p5-Graph-SocialMap/Makefile index 126676cf9af7..9a1e6eb1c58c 100644 --- a/graphics/p5-Graph-SocialMap/Makefile +++ b/graphics/p5-Graph-SocialMap/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Easy tool to create social network maps +WWW= https://metacpan.org/release/Graph-SocialMap LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graph-Writer-GraphViz/Makefile b/graphics/p5-Graph-Writer-GraphViz/Makefile index b21d3584a3c1..2d1f79134ace 100644 --- a/graphics/p5-Graph-Writer-GraphViz/Makefile +++ b/graphics/p5-Graph-Writer-GraphViz/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= GraphViz Writer for Graph object +WWW= https://metacpan.org/release/Graph-Writer-GraphViz LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GraphViz-Data-Structure/Makefile b/graphics/p5-GraphViz-Data-Structure/Makefile index c98914747fa5..7e0596a5a3db 100644 --- a/graphics/p5-GraphViz-Data-Structure/Makefile +++ b/graphics/p5-GraphViz-Data-Structure/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Visualise data structures +WWW= https://metacpan.org/release/GraphViz-Data-Structure LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GraphViz-Traverse/Makefile b/graphics/p5-GraphViz-Traverse/Makefile index f0759863dd98..af49d0ca3525 100644 --- a/graphics/p5-GraphViz-Traverse/Makefile +++ b/graphics/p5-GraphViz-Traverse/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Build a GraphViz object via callback traversal +WWW= https://metacpan.org/release/GraphViz-Traverse BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-GraphViz>=0:graphics/p5-GraphViz diff --git a/graphics/p5-GraphViz/Makefile b/graphics/p5-GraphViz/Makefile index 14d3d83a418d..e5550f9105dd 100644 --- a/graphics/p5-GraphViz/Makefile +++ b/graphics/p5-GraphViz/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to GraphViz graphing tool +WWW= https://metacpan.org/release/GraphViz LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/p5-GraphViz2-DBI/Makefile b/graphics/p5-GraphViz2-DBI/Makefile index 44b130949b01..3f1fcce3d965 100644 --- a/graphics/p5-GraphViz2-DBI/Makefile +++ b/graphics/p5-GraphViz2-DBI/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Visualize a database schema as a graph +WWW= https://metacpan.org/release/GraphViz2-DBI LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GraphViz2-Data-Grapher/Makefile b/graphics/p5-GraphViz2-Data-Grapher/Makefile index f32561d13aff..b70472063219 100644 --- a/graphics/p5-GraphViz2-Data-Grapher/Makefile +++ b/graphics/p5-GraphViz2-Data-Grapher/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Visualize a data structure as a graph +WWW= https://metacpan.org/release/GraphViz2-Data-Grapher LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GraphViz2-Parse-ISA/Makefile b/graphics/p5-GraphViz2-Parse-ISA/Makefile index 58cd7e0db0e1..32ecfa893130 100644 --- a/graphics/p5-GraphViz2-Parse-ISA/Makefile +++ b/graphics/p5-GraphViz2-Parse-ISA/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Visualize N Perl class hierarchies as a graph +WWW= https://metacpan.org/release/GraphViz2-Parse-ISA LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GraphViz2-Parse-RecDescent/Makefile b/graphics/p5-GraphViz2-Parse-RecDescent/Makefile index ee0eec96f8a5..f0f09820014a 100644 --- a/graphics/p5-GraphViz2-Parse-RecDescent/Makefile +++ b/graphics/p5-GraphViz2-Parse-RecDescent/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Visualize a Parse::RecDescent grammar as a graph +WWW= https://metacpan.org/release/GraphViz2-Parse-RecDescent LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GraphViz2-Parse-XML/Makefile b/graphics/p5-GraphViz2-Parse-XML/Makefile index 3970e8ecd492..de09535e0749 100644 --- a/graphics/p5-GraphViz2-Parse-XML/Makefile +++ b/graphics/p5-GraphViz2-Parse-XML/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Visualize XML as a graph +WWW= https://metacpan.org/release/GraphViz2-Parse-XML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-GraphViz2/Makefile b/graphics/p5-GraphViz2/Makefile index 9ded5cc5733a..b101e7080bfc 100644 --- a/graphics/p5-GraphViz2/Makefile +++ b/graphics/p5-GraphViz2/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper for AT&T Graphviz +WWW= https://metacpan.org/release/GraphViz2 LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/p5-Graphics-Color/Makefile b/graphics/p5-Graphics-Color/Makefile index 5fe65b0765c5..52cddac88222 100644 --- a/graphics/p5-Graphics-Color/Makefile +++ b/graphics/p5-Graphics-Color/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Device and library agnostic color spaces +WWW= https://metacpan.org/release/Graphics-Color LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graphics-ColorNames-WWW/Makefile b/graphics/p5-Graphics-ColorNames-WWW/Makefile index 465f5aaf8562..acd444366575 100644 --- a/graphics/p5-Graphics-ColorNames-WWW/Makefile +++ b/graphics/p5-Graphics-ColorNames-WWW/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= WWW color names and equivalent RGB values +WWW= https://metacpan.org/release/Graphics-ColorNames-WWW LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graphics-ColorNames/Makefile b/graphics/p5-Graphics-ColorNames/Makefile index 546ea514f0fb..f55c5d5791ee 100644 --- a/graphics/p5-Graphics-ColorNames/Makefile +++ b/graphics/p5-Graphics-ColorNames/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl class that defines RGB values for common color names +WWW= https://metacpan.org/release/Graphics-ColorNames LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graphics-ColorUtils/Makefile b/graphics/p5-Graphics-ColorUtils/Makefile index 94904ac47d49..5d5282cb550e 100644 --- a/graphics/p5-Graphics-ColorUtils/Makefile +++ b/graphics/p5-Graphics-ColorUtils/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Easy-to-use color space conversions and more +WWW= https://metacpan.org/release/Graphics-ColorUtils LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graphics-GnuplotIF/Makefile b/graphics/p5-Graphics-GnuplotIF/Makefile index d0ed07beff35..51af69c52da1 100644 --- a/graphics/p5-Graphics-GnuplotIF/Makefile +++ b/graphics/p5-Graphics-GnuplotIF/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Dynamic Perl interface to gnuplot +WWW= https://metacpan.org/release/Graphics-GnuplotIF LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile index b9c932508d3e..12228117675b 100644 --- a/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile +++ b/graphics/p5-Graphics-Primitive-Driver-Cairo/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Cairo backend for Graphics::Primitive +WWW= https://metacpan.org/release/Graphics-Primitive-Driver-Cairo LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graphics-Primitive/Makefile b/graphics/p5-Graphics-Primitive/Makefile index a27f76dc905f..a7fd5c79fe3c 100644 --- a/graphics/p5-Graphics-Primitive/Makefile +++ b/graphics/p5-Graphics-Primitive/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Device and library agnostic graphic primitives +WWW= https://metacpan.org/release/Graphics-Primitive LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Graphics-TIFF/Makefile b/graphics/p5-Graphics-TIFF/Makefile index e4f7d77fd19d..e9b14c009067 100644 --- a/graphics/p5-Graphics-TIFF/Makefile +++ b/graphics/p5-Graphics-TIFF/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= cmt@FreeBSD.org COMMENT= Perl extension for the libtiff library +WWW= https://metacpan.org/pod/Graphics::TIFF LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-Base-SVG/Makefile b/graphics/p5-Image-Base-SVG/Makefile index a25aba79e325..2c02a2a86907 100644 --- a/graphics/p5-Image-Base-SVG/Makefile +++ b/graphics/p5-Image-Base-SVG/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SVG image file output +WWW= https://metacpan.org/release/Image-Base-SVG LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/p5-Image-Base/Makefile b/graphics/p5-Image-Base/Makefile index b35a18f931b3..a8501b458b98 100644 --- a/graphics/p5-Image-Base/Makefile +++ b/graphics/p5-Image-Base/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Base class for loading, manipulating, and saving images +WWW= https://metacpan.org/release/Image-Base LICENSE= LGPL3 diff --git a/graphics/p5-Image-Caa/Makefile b/graphics/p5-Image-Caa/Makefile index 9b03c8e0e9a0..8aa35c24770e 100644 --- a/graphics/p5-Image-Caa/Makefile +++ b/graphics/p5-Image-Caa/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Colored ASCII Art +WWW= https://metacpan.org/release/Image-Caa BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses diff --git a/graphics/p5-Image-Compare/Makefile b/graphics/p5-Image-Compare/Makefile index f3507a916eef..d0af80fcb349 100644 --- a/graphics/p5-Image-Compare/Makefile +++ b/graphics/p5-Image-Compare/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Compare two images in a variety of ways +WWW= https://metacpan.org/release/Image-Compare LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-ExifTool-devel/Makefile b/graphics/p5-Image-ExifTool-devel/Makefile index 51a9bec66c84..2e850d36e7cb 100644 --- a/graphics/p5-Image-ExifTool-devel/Makefile +++ b/graphics/p5-Image-ExifTool-devel/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= linpct@gmail.com COMMENT= Perl module for getting EXIF data from image files +WWW= https://exiftool.org/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-ExifTool/Makefile b/graphics/p5-Image-ExifTool/Makefile index 42928b53ddf6..ef575c8453ce 100644 --- a/graphics/p5-Image-ExifTool/Makefile +++ b/graphics/p5-Image-ExifTool/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= devnull@apt322.org COMMENT= Perl module for getting EXIF data from image files +WWW= https://exiftool.org LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-Grab/Makefile b/graphics/p5-Image-Grab/Makefile index 82d02cb65c9f..01b840319d96 100644 --- a/graphics/p5-Image-Grab/Makefile +++ b/graphics/p5-Image-Grab/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Grabbing images off the Internet +WWW= https://metacpan.org/release/Image-Grab LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-Heatmap/Makefile b/graphics/p5-Image-Heatmap/Makefile index 837c4ee3dc7d..fd3bd6f1ea02 100644 --- a/graphics/p5-Image-Heatmap/Makefile +++ b/graphics/p5-Image-Heatmap/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Convert geographic coordinates into a graphical heatmap +WWW= https://metacpan.org/release/Image-Heatmap LICENSE= ART20 GPLv1 LICENSE_COMB= dual diff --git a/graphics/p5-Image-IPTCInfo/Makefile b/graphics/p5-Image-IPTCInfo/Makefile index edc139bc2ab7..05cb8fbd4ee2 100644 --- a/graphics/p5-Image-IPTCInfo/Makefile +++ b/graphics/p5-Image-IPTCInfo/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for extracting IPTC image meta-data +WWW= https://metacpan.org/release/Image-IPTCInfo USES= perl5 shebangfix USE_PERL5= configure diff --git a/graphics/p5-Image-Imgur/Makefile b/graphics/p5-Image-Imgur/Makefile index e8ccb7f0c636..f08c0e414c49 100644 --- a/graphics/p5-Image-Imgur/Makefile +++ b/graphics/p5-Image-Imgur/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for uploading images to http://imgur.com +WWW= https://metacpan.org/release/Image-Imgur LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index 25fa9223e592..71c58a340ed8 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the Imlib2 image library +WWW= https://metacpan.org/release/Image-Imlib2 LIB_DEPENDS= libImlib2.so:graphics/imlib2 diff --git a/graphics/p5-Image-Info/Makefile b/graphics/p5-Image-Info/Makefile index 60a4d05528c4..598d78720288 100644 --- a/graphics/p5-Image-Info/Makefile +++ b/graphics/p5-Image-Info/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for getting image information +WWW= https://metacpan.org/release/Image-Info LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-LibExif/Makefile b/graphics/p5-Image-LibExif/Makefile index 970d1d66669f..72483dc11b8c 100644 --- a/graphics/p5-Image-LibExif/Makefile +++ b/graphics/p5-Image-LibExif/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= anes@anes.su COMMENT= Read EXIF module +WWW= https://metacpan.org/release/Image-LibExif LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-Magick-Iterator/Makefile b/graphics/p5-Image-Magick-Iterator/Makefile index 3169c3027364..18f25f91a798 100644 --- a/graphics/p5-Image-Magick-Iterator/Makefile +++ b/graphics/p5-Image-Magick-Iterator/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sequentially read Image::Magick object from a filehandle +WWW= https://metacpan.org/release/Image-Magick-Iterator BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Image-PBMlib>=1.05:graphics/p5-Image-PBMlib diff --git a/graphics/p5-Image-Math-Constrain/Makefile b/graphics/p5-Image-Math-Constrain/Makefile index 3adadbb23d96..9349f15be24a 100644 --- a/graphics/p5-Image-Math-Constrain/Makefile +++ b/graphics/p5-Image-Math-Constrain/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= coryking@mozimedia.com COMMENT= Scaling math used in image size constraining (such as thumbnails) +WWW= https://metacpan.org/release/Image-Math-Constrain BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PathTools>=3.25:devel/p5-PathTools diff --git a/graphics/p5-Image-MetaData-GQview/Makefile b/graphics/p5-Image-MetaData-GQview/Makefile index c9005a378f6d..06c384fb3c3e 100644 --- a/graphics/p5-Image-MetaData-GQview/Makefile +++ b/graphics/p5-Image-MetaData-GQview/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for GQview image metadata +WWW= https://metacpan.org/release/Image-MetaData-GQview LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/p5-Image-MetaData-JPEG/Makefile b/graphics/p5-Image-MetaData-JPEG/Makefile index 7e7cd395aa2a..1d1d1612461b 100644 --- a/graphics/p5-Image-MetaData-JPEG/Makefile +++ b/graphics/p5-Image-MetaData-JPEG/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Perl extension for showing/modifying JPEG (meta)data] +WWW= https://metacpan.org/release/Image-MetaData-JPEG USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-Image-OCR-Tesseract/Makefile b/graphics/p5-Image-OCR-Tesseract/Makefile index 60e594cb3fe8..f095eec5871b 100644 --- a/graphics/p5-Image-OCR-Tesseract/Makefile +++ b/graphics/p5-Image-OCR-Tesseract/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dvl@FreeBSD.org COMMENT= Read an image with Resseract OCR and get output +WWW= https://metacpan.org/release/LEOCHARRE/Image-OCR-Tesseract-1.26 LICENSE= GPLv3 diff --git a/graphics/p5-Image-ObjectDetect/Makefile b/graphics/p5-Image-ObjectDetect/Makefile index 9f207728fe22..1d14ffbcfb32 100644 --- a/graphics/p5-Image-ObjectDetect/Makefile +++ b/graphics/p5-Image-ObjectDetect/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= anes@anes.su COMMENT= Detects objects from picture using opencv +WWW= https://metacpan.org/release/Image-ObjectDetect LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-PBMlib/Makefile b/graphics/p5-Image-PBMlib/Makefile index d10fd2f83445..8860022abb34 100644 --- a/graphics/p5-Image-PBMlib/Makefile +++ b/graphics/p5-Image-PBMlib/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Helper functions for PBM/PGM/PPM image file formats +WWW= https://metacpan.org/release/Image-PBMlib LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-PNG-Libpng/Makefile b/graphics/p5-Image-PNG-Libpng/Makefile index 030f4d8d2d79..8436c851e5d5 100644 --- a/graphics/p5-Image-PNG-Libpng/Makefile +++ b/graphics/p5-Image-PNG-Libpng/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the C library "libpng" +WWW= https://metacpan.org/release/Image-PNG-Libpng LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-PNG-QRCode/Makefile b/graphics/p5-Image-PNG-QRCode/Makefile index 9e72bc78af1e..47de7d6976fc 100644 --- a/graphics/p5-Image-PNG-QRCode/Makefile +++ b/graphics/p5-Image-PNG-QRCode/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= dvl@FreeBSD.org COMMENT= Make a PNG image containing a QR code from text +WWW= https://metacpan.org/pod/Image::PNG::QRCode LICENSE= GPLv3 diff --git a/graphics/p5-Image-Pngslimmer/Makefile b/graphics/p5-Image-Pngslimmer/Makefile index 6aaf615c7d8b..8889c042c37c 100644 --- a/graphics/p5-Image-Pngslimmer/Makefile +++ b/graphics/p5-Image-Pngslimmer/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Slims (dynamically created) PNGs +WWW= https://metacpan.org/release/Image-Pngslimmer USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-Image-Sane/Makefile b/graphics/p5-Image-Sane/Makefile index eddfa41ff38a..6ace1c655452 100644 --- a/graphics/p5-Image-Sane/Makefile +++ b/graphics/p5-Image-Sane/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project +WWW= https://metacpan.org/release/Image-Sane LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Image-Scale/Makefile b/graphics/p5-Image-Scale/Makefile index b5e24d6f58d9..cedd3a1717d3 100644 --- a/graphics/p5-Image-Scale/Makefile +++ b/graphics/p5-Image-Scale/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= atkin901@gmail.com COMMENT= Perl module for fast, high-quality fixed-point image resizing +WWW= https://metacpan.org/release/Image-Scale LICENSE= GPLv2 diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index c6a84ca80bdf..f22fba480db5 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@tolid.eu.org COMMENT= Perl5 module to determine the size of images in several common formats +WWW= https://metacpan.org/release/Image-Size LICENSE= ART20 LGPL21 LICENSE_COMB= dual diff --git a/graphics/p5-Imager-Graph/Makefile b/graphics/p5-Imager-Graph/Makefile index b6025f854493..192b7e1ef4ff 100644 --- a/graphics/p5-Imager-Graph/Makefile +++ b/graphics/p5-Imager-Graph/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ychsiao@ychsiao.org COMMENT= Perl extension for producing Graphs using the Imager library +WWW= https://metacpan.org/release/Imager-Graph BUILD_DEPENDS= p5-Imager>=0.75:graphics/p5-Imager RUN_DEPENDS= p5-Imager>=0.75:graphics/p5-Imager diff --git a/graphics/p5-Imager-Plot/Makefile b/graphics/p5-Imager-Plot/Makefile index 45786ec6c334..7c3b70fbc721 100644 --- a/graphics/p5-Imager-Plot/Makefile +++ b/graphics/p5-Imager-Plot/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl extension for generating fancy graphic plots in color +WWW= https://metacpan.org/release/Imager-Plot LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Imager-QRCode/Makefile b/graphics/p5-Imager-QRCode/Makefile index f8def7fd378e..2d6e8fa3255c 100644 --- a/graphics/p5-Imager-QRCode/Makefile +++ b/graphics/p5-Imager-QRCode/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate QR Code with Imager using libqrencode +WWW= https://metacpan.org/release/Imager-QRCode LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile index b96fc1be8276..eb950e429e74 100644 --- a/graphics/p5-Imager/Makefile +++ b/graphics/p5-Imager/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for manipulating gray, color, and rgba format images +WWW= https://metacpan.org/release/Imager LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile index 413b1e80339d..1a71dcec9c5d 100644 --- a/graphics/p5-Layout-Manager/Makefile +++ b/graphics/p5-Layout-Manager/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= 2D Layout Management +WWW= https://metacpan.org/release/Layout-Manager LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-OpenGL/Makefile b/graphics/p5-OpenGL/Makefile index 883cbf03aa17..5b590cb69a7c 100644 --- a/graphics/p5-OpenGL/Makefile +++ b/graphics/p5-OpenGL/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX +WWW= https://metacpan.org/release/OpenGL MANUAL_PACKAGE_BUILD= needs the X server it will be used with to build diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile index c4a4104495bc..db05192beee2 100644 --- a/graphics/p5-PGPLOT/Makefile +++ b/graphics/p5-PGPLOT/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 extension which makes available the pgplot library +WWW= https://metacpan.org/release/PGPLOT LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-SVG-DOM2/Makefile b/graphics/p5-SVG-DOM2/Makefile index eec58c6fe3ab..c396b952db77 100644 --- a/graphics/p5-SVG-DOM2/Makefile +++ b/graphics/p5-SVG-DOM2/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= SVG extension to the popular XML::DOM2 +WWW= https://metacpan.org/release/SVG-DOM2 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-SVG-Graph/Makefile b/graphics/p5-SVG-Graph/Makefile index 87432bc97fda..e39d2b74687a 100644 --- a/graphics/p5-SVG-Graph/Makefile +++ b/graphics/p5-SVG-Graph/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Visualize your data in Scalable Vector Graphics (SVG) format +WWW= https://metacpan.org/release/SVG-Graph LICENSE= ART20 diff --git a/graphics/p5-SVG-Metadata/Makefile b/graphics/p5-SVG-Metadata/Makefile index 532dc8357d9f..332ef1c0fc8b 100644 --- a/graphics/p5-SVG-Metadata/Makefile +++ b/graphics/p5-SVG-Metadata/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to capture metadata info about an SVG file +WWW= https://metacpan.org/release/SVG-Metadata BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= xml_grep:textproc/p5-XML-Twig diff --git a/graphics/p5-SWF-Builder/Makefile b/graphics/p5-SWF-Builder/Makefile index 298c3b5f2f1f..3967a286428e 100644 --- a/graphics/p5-SWF-Builder/Makefile +++ b/graphics/p5-SWF-Builder/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create SWF movie +WWW= https://metacpan.org/release/SWF-Builder BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-SWF-File>=0:graphics/p5-SWF-File \ diff --git a/graphics/p5-SWF-File/Makefile b/graphics/p5-SWF-File/Makefile index f59808b555ea..7610306a0228 100644 --- a/graphics/p5-SWF-File/Makefile +++ b/graphics/p5-SWF-File/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Manipulating Flash movie (SWF) files +WWW= https://metacpan.org/release/SWF-File BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Data-TemporaryBag>=0:devel/p5-Data-TemporaryBag diff --git a/graphics/p5-Sane/Makefile b/graphics/p5-Sane/Makefile index a4dcc1034051..391abfa34d94 100644 --- a/graphics/p5-Sane/Makefile +++ b/graphics/p5-Sane/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for the SANE (Scanner Access Now Easy) Project +WWW= https://metacpan.org/release/RATCLIFFE/Sane-0.05 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/graphics/p5-SpringGraph/Makefile b/graphics/p5-SpringGraph/Makefile index e3df4a4e6215..51eecc0920ea 100644 --- a/graphics/p5-SpringGraph/Makefile +++ b/graphics/p5-SpringGraph/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Directed graph alternative to GraphViz +WWW= https://metacpan.org/release/SpringGraph BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-GD>=1:graphics/p5-GD diff --git a/graphics/p5-Tk-JPEG-Lite/Makefile b/graphics/p5-Tk-JPEG-Lite/Makefile index 107fed87a30b..20902e040fbd 100644 --- a/graphics/p5-Tk-JPEG-Lite/Makefile +++ b/graphics/p5-Tk-JPEG-Lite/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/00$//} MAINTAINER= perl@FreeBSD.org COMMENT= Very simplistic image viewer that loads JPEG images +WWW= https://metacpan.org/release/Tk-JPEG-Lite BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk diff --git a/graphics/p5-URI-GoogleChart/Makefile b/graphics/p5-URI-GoogleChart/Makefile index c5850359fd78..27b4d1efae41 100644 --- a/graphics/p5-URI-GoogleChart/Makefile +++ b/graphics/p5-URI-GoogleChart/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Generate Google Chart URIs +WWW= https://metacpan.org/release/URI-GoogleChart BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-URI>0:net/p5-URI diff --git a/graphics/p5-VCG/Makefile b/graphics/p5-VCG/Makefile index eb85245a9110..fc57c821af95 100644 --- a/graphics/p5-VCG/Makefile +++ b/graphics/p5-VCG/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Interface to the VCG graphing tool +WWW= https://metacpan.org/release/VCG BUILD_DEPENDS= p5-IPC-Run>=0:devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} \ diff --git a/graphics/p5-Visio/Makefile b/graphics/p5-Visio/Makefile index 6b4c127c1d47..943593f5c9e5 100644 --- a/graphics/p5-Visio/Makefile +++ b/graphics/p5-Visio/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension manipulating XML based Visio files +WWW= https://metacpan.org/release/Visio BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \ diff --git a/graphics/p5-feedgnuplot/Makefile b/graphics/p5-feedgnuplot/Makefile index 51560f8b312b..780477d06a14 100644 --- a/graphics/p5-feedgnuplot/Makefile +++ b/graphics/p5-feedgnuplot/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= pi@FreeBSD.org COMMENT= General purpose pipe-oriented plotting tool +WWW= https://metacpan.org/release/DKOGAN/feedgnuplot-1.51 LICENSE= ART10 GPLv3 LICENSE_COMB= dual diff --git a/graphics/p5-ming/Makefile b/graphics/p5-ming/Makefile index f6a2c53d0c62..35b4a7cae7a5 100644 --- a/graphics/p5-ming/Makefile +++ b/graphics/p5-ming/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl module for Ming which allows you to create Flash 4/5 movies +WWW= http://www.libming.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/graphics/panoglview/Makefile b/graphics/panoglview/Makefile index 016894f2c9bb..fb4e4827f39a 100644 --- a/graphics/panoglview/Makefile +++ b/graphics/panoglview/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/hugin/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ii@any.com.ru COMMENT= Panorama viewer using OpenGL +WWW= http://hugin.sourceforge.net/ USES= compiler:c++11-lang gl gmake USE_GL= glu diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index d090ea13c721..32996838d789 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ii@any.com.ru COMMENT= Tool that automates the creation of control points +WWW= http://aorlinsk2.free.fr/panomatic/ BUILD_DEPENDS= bjam:devel/boost-jam \ ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs diff --git a/graphics/partio/Makefile b/graphics/partio/Makefile index ed48c84c7873..4a6452819509 100644 --- a/graphics/partio/Makefile +++ b/graphics/partio/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics math MAINTAINER= danfe@FreeBSD.org COMMENT= C++ library for particle I/O and manipulation +WWW= http://partio.us/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index 4968c685be5b..246e0f29232d 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org COMMENT= Command-line tool to generate, analyze, convert and manipulate colors +WWW= https://github.com/sharkdp/pastel LICENSE= APACHE20 MIT LICENSE_COMB= dual diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index fa71f01976c7..9b029b04b6f9 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -20,6 +20,7 @@ PATCHFILES+= ba388061b0f9ed9584e57d6019c30b044a657c3e.patch:-p1 \ MAINTAINER= yuri@FreeBSD.org COMMENT= Point Cloud Library +WWW= https://pointclouds.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile index 5026d8585071..2c53d2c6862a 100644 --- a/graphics/pdf2svg/Makefile +++ b/graphics/pdf2svg/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= martin.dieringer@gmx.de COMMENT= Convert PDF to SVG +WWW= http://www.cityinthesky.co.uk/pdf2svg.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/pdfpc/Makefile b/graphics/pdfpc/Makefile index 30d18e856356..80c91a4c6957 100644 --- a/graphics/pdfpc/Makefile +++ b/graphics/pdfpc/Makefile @@ -6,6 +6,7 @@ PORTREVISION= 18 MAINTAINER= bapt@FreeBSD.org COMMENT= Keynote-like multi-monitor presentation viewer +WWW= https://pdfpc.github.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/pear-Horde_Image/Makefile b/graphics/pear-Horde_Image/Makefile index b169a9cffa3e..e0412c3ae792 100644 --- a/graphics/pear-Horde_Image/Makefile +++ b/graphics/pear-Horde_Image/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PEAR_PKGNAMEPREFIX} MAINTAINER= horde@FreeBSD.org COMMENT= Horde Image API +WWW= https://pear.horde.org USES= horde cpe USE_HORDE_RUN= Horde_Exception \ diff --git a/graphics/pear-Image_3D/Makefile b/graphics/pear-Image_3D/Makefile index da07902551ac..65bd6cb4b8bc 100644 --- a/graphics/pear-Image_3D/Makefile +++ b/graphics/pear-Image_3D/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class allows the rendering of 3 dimensional objects +WWW= https://pear.php.net/package/Image_3D USE_PHP= gd USES= pear php diff --git a/graphics/pear-Image_Barcode/Makefile b/graphics/pear-Image_Barcode/Makefile index 2788145283a0..9038a0c947a9 100644 --- a/graphics/pear-Image_Barcode/Makefile +++ b/graphics/pear-Image_Barcode/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class for barcode generation +WWW= https://pear.php.net/package/Image_Barcode USE_PHP= gd USES= pear php diff --git a/graphics/pear-Image_Barcode2/Makefile b/graphics/pear-Image_Barcode2/Makefile index 7528fc50d443..70a59c4212cd 100644 --- a/graphics/pear-Image_Barcode2/Makefile +++ b/graphics/pear-Image_Barcode2/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics www pear MAINTAINER= bofh@FreeBSD.org COMMENT= PEAR class for barcode generation +WWW= https://pear.php.net/package/Image_Barcode2 USE_PHP= gd USES= pear php diff --git a/graphics/pear-Image_Canvas/Makefile b/graphics/pear-Image_Canvas/Makefile index d8db1e666d44..062bef4d14fa 100644 --- a/graphics/pear-Image_Canvas/Makefile +++ b/graphics/pear-Image_Canvas/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics www pear MAINTAINER= numisemis@yahoo.com COMMENT= OO PEAR common interface to image drawing +WWW= https://pear.php.net/package/Image_Canvas RUN_DEPENDS= ${PEARDIR}/Image/Color.php:graphics/pear-Image_Color@${PHP_FLAVOR} diff --git a/graphics/pear-Image_Color/Makefile b/graphics/pear-Image_Color/Makefile index 760e3f0f8add..d3fb6ffb33f5 100644 --- a/graphics/pear-Image_Color/Makefile +++ b/graphics/pear-Image_Color/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR::Image_Color manages and handles color data and conversions +WWW= https://pear.php.net/package/Image_Color USE_PHP= gd USES= pear php diff --git a/graphics/pear-Image_Graph/Makefile b/graphics/pear-Image_Graph/Makefile index 0175b2f7b6dd..368a6eafef8f 100644 --- a/graphics/pear-Image_Graph/Makefile +++ b/graphics/pear-Image_Graph/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= OO PEAR graph rendering package +WWW= https://pear.php.net/package/Image_Graph RUN_DEPENDS= ${PEARDIR}/Log.php:sysutils/pear-Log@${PHP_FLAVOR} \ ${PEARDIR}/Image/Canvas.php:graphics/pear-Image_Canvas@${PHP_FLAVOR} diff --git a/graphics/pear-Image_GraphViz/Makefile b/graphics/pear-Image_GraphViz/Makefile index 5159b2cd2620..f7b74cb68393 100644 --- a/graphics/pear-Image_GraphViz/Makefile +++ b/graphics/pear-Image_GraphViz/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= Interface to AT&T's GraphViz tools +WWW= https://pear.php.net/package/Image_GraphViz RUN_DEPENDS= ${LOCALBASE}/bin/dot:graphics/graphviz diff --git a/graphics/pear-Image_Transform/Makefile b/graphics/pear-Image_Transform/Makefile index 4d8f0023218f..08f72a30dede 100644 --- a/graphics/pear-Image_Transform/Makefile +++ b/graphics/pear-Image_Transform/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics www pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= Standard interface to manipulate images using different libraries +WWW= https://pear.php.net/package/Image_Transform USE_PHP= gd USES= pear php diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index a4fdbab72ed2..0974f6d80a2d 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= 000.fbsd@quip.cz COMMENT?= PHP wrapper to the ImageMagick/GraphicsMagick library version 6 +WWW= https://pecl.php.net/package/imagick LICENSE= PHP301 diff --git a/graphics/pecl-qrencode/Makefile b/graphics/pecl-qrencode/Makefile index 6c0b451613db..3c43826cab0f 100644 --- a/graphics/pecl-qrencode/Makefile +++ b/graphics/pecl-qrencode/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics pear MAINTAINER= vanilla@FreeBSD.org COMMENT= PECL extension for generate qrcode +WWW= https://github.com/vanillahsu/pecl-qrencode LICENSE= BSD2CLAUSE diff --git a/graphics/pecl-vips/Makefile b/graphics/pecl-vips/Makefile index 30aab65424bf..53da4aea69b6 100644 --- a/graphics/pecl-vips/Makefile +++ b/graphics/pecl-vips/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= mops@punkt.de COMMENT= PHP bindings for libvips +WWW= https://github.com/libvips/php-vips-ext LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/pencil2d/Makefile b/graphics/pencil2d/Makefile index 229f958126d2..2e455d1279a5 100644 --- a/graphics/pencil2d/Makefile +++ b/graphics/pencil2d/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics math MAINTAINER= yuri@FreeBSD.org COMMENT= Easy and intuitive tool to make 2D hand-drawn animations +WWW= https://www.pencil2d.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT diff --git a/graphics/peps/Makefile b/graphics/peps/Makefile index b46607535756..43fafef66dc8 100644 --- a/graphics/peps/Makefile +++ b/graphics/peps/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://peps.redprince.net/peps/ \ MAINTAINER= doceng@FreeBSD.org COMMENT= Converts EPS images to anti-aliased bitmaps +WWW= http://peps.redprince.net/peps/ LICENSE= BSD2CLAUSE diff --git a/graphics/perceptualdiff/Makefile b/graphics/perceptualdiff/Makefile index a9d83499d4cb..df3bfab968a7 100644 --- a/graphics/perceptualdiff/Makefile +++ b/graphics/perceptualdiff/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Program that compares two images +WWW= https://github.com/myint/perceptualdiff LICENSE= GPLv2 diff --git a/graphics/peruse/Makefile b/graphics/peruse/Makefile index e56a30edb4fb..31f7e7b71159 100644 --- a/graphics/peruse/Makefile +++ b/graphics/peruse/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Comic book viewer +WWW= https://peruse.kde.org/ LICENSE= LGPL21 diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 4a4b1966f6bb..84e6dad32104 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= fbsd@any.com.ru COMMENT= Tools for manipulating HDR images and video frames +WWW= http://pfstools.sourceforge.net/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile index b6cf90200eec..6619f43b6c6d 100644 --- a/graphics/pgplot/Makefile +++ b/graphics/pgplot/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= C/FORTRAN library for drawing graphs on a variety of display devices +WWW= https://sites.astro.caltech.edu/~tjp/pgplot/ LICENSE= PGPLOT LICENSE_NAME= PGPLOT License diff --git a/graphics/pho/Makefile b/graphics/pho/Makefile index c62579162992..140e9de75a0a 100644 --- a/graphics/pho/Makefile +++ b/graphics/pho/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://shallowsky.com/software/pho/ MAINTAINER= danfe@FreeBSD.org COMMENT= Lightweight image viewer +WWW= https://shallowsky.com/software/pho/ LICENSE= GPLv2 diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile index d22b21af0d16..ecb488232f5e 100644 --- a/graphics/photivo/Makefile +++ b/graphics/photivo/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= Free and open source photo processor +WWW= https://photivo.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/photoflare/Makefile b/graphics/photoflare/Makefile index d73629660c23..9537a14349a9 100644 --- a/graphics/photoflare/Makefile +++ b/graphics/photoflare/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Quick, simple but powerful cross-platform image editor +WWW= https://photoflare.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/graphics/photopc/Makefile b/graphics/photopc/Makefile index 289deb8b6615..f22fc2f817f4 100644 --- a/graphics/photopc/Makefile +++ b/graphics/photopc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Control cameras based on Sierra Imaging chipset and compatibles +WWW= http://photopc.sourceforge.net/ GNU_CONFIGURE= yes diff --git a/graphics/photoqt/Makefile b/graphics/photoqt/Makefile index 1ec2bf970877..78a2d38a4892 100644 --- a/graphics/photoqt/Makefile +++ b/graphics/photoqt/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= melanhit@gmail.com COMMENT= Simple, powerful and good looking QT5 image viewer +WWW= https://photoqt.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile index 26765ca15990..d92eb03909d8 100644 --- a/graphics/phototonic/Makefile +++ b/graphics/phototonic/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Image viewer and organizer +WWW= http://oferkv.github.io/phototonic/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/php-facedetect/Makefile b/graphics/php-facedetect/Makefile index a51cd178932c..c388755a748a 100644 --- a/graphics/php-facedetect/Makefile +++ b/graphics/php-facedetect/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} MAINTAINER= mm@FreeBSD.org COMMENT= Face detection extension for PHP using OpenCV library +WWW= https://www.xarg.org/project/php-facedetect/ LICENSE= PHP30 diff --git a/graphics/php-geos/Makefile b/graphics/php-geos/Makefile index ea304fdb47e6..6d8032f3763b 100644 --- a/graphics/php-geos/Makefile +++ b/graphics/php-geos/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= php-geos MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP bindings for GEOS +WWW= https://git.osgeo.org/gitea/geos/php-geos LICENSE= LGPL21 MIT LICENSE_COMB= multi diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index f2e998daecb3..7cac9900cc7f 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -9,6 +9,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= ports@FreeBSD.org COMMENT= PHP class for creating scientific and business charts +WWW= http://www.phplot.com/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/picpuz/Makefile b/graphics/picpuz/Makefile index a1f9592a8513..a34da521172a 100644 --- a/graphics/picpuz/Makefile +++ b/graphics/picpuz/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://kornelix.squarespace.com/storage/downloads/ \ MAINTAINER= devel@stasyan.com COMMENT= Jigsaw puzzle program +WWW= http://kornelix.squarespace.com/picpuz/ BROKEN_armv6= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE BROKEN_armv7= fails to compile: use of undeclared identifier __NR_SYSCALL_BASE diff --git a/graphics/piddle/Makefile b/graphics/piddle/Makefile index 208d6ba4aff3..bdbb7d690c18 100644 --- a/graphics/piddle/Makefile +++ b/graphics/piddle/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical Drawing library for Python +WWW= http://piddle.sourceforge.net/ LICENSE= GPLv2+ diff --git a/graphics/piglit/Makefile b/graphics/piglit/Makefile index 30048dba1c47..0556b9b567e5 100644 --- a/graphics/piglit/Makefile +++ b/graphics/piglit/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org COMMENT= Automated OpenGL and OpenCL testsuite +WWW= https://piglit.freedesktop.org/ LICENSE= MIT GPLv2 GPLv3 LGPL20 LICENSE_COMB= multi diff --git a/graphics/pikchr/Makefile b/graphics/pikchr/Makefile index e8a5408273e3..28b6e95cdcd2 100644 --- a/graphics/pikchr/Makefile +++ b/graphics/pikchr/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${CHECKIN}${ARCHIVE_SUFX} MAINTAINER= bapt@FreeBSD.org COMMENT= PIC-like markup language for diagrams +WWW= https://pikchr.org LICENSE= BSD0CLAUSE diff --git a/graphics/pikopixel/Makefile b/graphics/pikopixel/Makefile index 2716a46fb8fb..96ede40a7af0 100644 --- a/graphics/pikopixel/Makefile +++ b/graphics/pikopixel/Makefile @@ -8,6 +8,7 @@ DISTNAME= PikoPixel.Sources.${DISTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Application for drawing and editing pixel-art images +WWW= http://twilightedge.com/mac/pikopixel/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_agpl-3.0.txt diff --git a/graphics/pinpoint/Makefile b/graphics/pinpoint/Makefile index 0b3c28c25e08..f8ea68845c5c 100644 --- a/graphics/pinpoint/Makefile +++ b/graphics/pinpoint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= lichray@gmail.com COMMENT= Tool for making hackers do excellent presentations +WWW= https://live.gnome.org/Pinpoint LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/pinta/Makefile b/graphics/pinta/Makefile index a09f87300c2c..4550dbf84d5c 100644 --- a/graphics/pinta/Makefile +++ b/graphics/pinta/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/PintaProject/Pinta/releases/download/${PORTVERS MAINTAINER= olivierw1+bugzilla-freebsd@hotmail.com COMMENT= Simple Gtk\# Paint Program +WWW= https://pinta-project.com/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license-mit.txt diff --git a/graphics/pixd/Makefile b/graphics/pixd/Makefile index 1e2798e469fc..0c32e66de2dd 100644 --- a/graphics/pixd/Makefile +++ b/graphics/pixd/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= mail@dbalan.in COMMENT= Visualize binary data in terminal +WWW= https://github.com/FireyFly/pixd/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/pixelize/Makefile b/graphics/pixelize/Makefile index d68199084ffb..a9db6c96ace3 100644 --- a/graphics/pixelize/Makefile +++ b/graphics/pixelize/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= ftp://lashwhip.com/pub/ \ MAINTAINER= cs@FreeBSD.org COMMENT= Use many scaled down images to try to duplicate another image +WWW= http://lashwhip.com/pixelize.html LICENSE= GPLv2 diff --git a/graphics/pixen/Makefile b/graphics/pixen/Makefile index 80b6e6436ee9..30902059b5a9 100644 --- a/graphics/pixen/Makefile +++ b/graphics/pixen/Makefile @@ -7,6 +7,7 @@ DISTNAME= Pixen-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphics editing software for small-scale pictures for GNUstep +WWW= https://www.opensword.org/Pixen/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/License.txt diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index bede4ed2bd81..aa2e32b741c4 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -7,6 +7,7 @@ DISTNAME= Pixie-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Photorealistic renderer with Pixar's RenderMan-like interface +WWW= https://sourceforge.net/projects/pixie/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 38c2eb52f15e..8d36e0d7bdb6 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= GNU MAINTAINER= stephen@FreeBSD.org COMMENT= Plotting library and toolkit +WWW= https://www.gnu.org/software/plotutils/plotutils.html LICENSE= GPLv3 diff --git a/graphics/png++/Makefile b/graphics/png++/Makefile index 09ea003e47c4..175a5a797e94 100644 --- a/graphics/png++/Makefile +++ b/graphics/png++/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://download.savannah.nongnu.org/releases/pngpp/ MAINTAINER= yuri@FreeBSD.org COMMENT= C++ wrapper for libpng library +WWW= https://www.nongnu.org/pngpp/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index ec6eed301390..199b1fd5f46a 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.engr.mun.ca/~holden/ MAINTAINER= ports@FreeBSD.org COMMENT= Takes a PNG image and transforms it into HTML +WWW= http://www.engr.mun.ca/~holden/png2html.html LICENSE= GPLv2+ diff --git a/graphics/png2ico/Makefile b/graphics/png2ico/Makefile index 1ecc93f42d4a..8ba9f58f4f25 100644 --- a/graphics/png2ico/Makefile +++ b/graphics/png2ico/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org COMMENT= Converts PNG files to Windows icon resource files +WWW= https://www.winterdrache.de/freeware/png2ico/index.html LICENSE= GPLv2 # only LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile index a63f9c2ec596..57dc70a9e7a5 100644 --- a/graphics/pngcheck/Makefile +++ b/graphics/pngcheck/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.libpng.org/pub/png/src/ \ MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Checks the integrity of PNG images +WWW= http://www.libpng.org/pub/png/apps/pngcheck.html LICENSE= GPLv2+ MIT LICENSE_COMB= multi diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 1e54c655e3fc..63e8ab2869d4 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-nolib MAINTAINER= vsasjason@gmail.com COMMENT= Optimizer for PNG files +WWW= http://pmt.sourceforge.net/pngcrush/ LICENSE= Pngcrush LICENSE_NAME= Pngcrush License diff --git a/graphics/pnglite/Makefile b/graphics/pnglite/Makefile index 6c62507fcaa1..b546889ab9b8 100644 --- a/graphics/pnglite/Makefile +++ b/graphics/pnglite/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Lightweight PNG C library +WWW= https://sourceforge.net/projects/pnglite/ LICENSE= ZLIB diff --git a/graphics/pngnq/Makefile b/graphics/pngnq/Makefile index c666e270f08e..e4f425aba027 100644 --- a/graphics/pngnq/Makefile +++ b/graphics/pngnq/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= stb@lassitu.de COMMENT= Tool for quantizing PNG images in RGBA format +WWW= http://pngnq.sourceforge.net/ LICENSE= BSD3CLAUSE diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index ccef5735dd35..1a7b280a249f 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://pngquant.org/ MAINTAINER= ak@FreeBSD.org COMMENT= Converts 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs +WWW= https://pngquant.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/graphics/pngrewrite/Makefile b/graphics/pngrewrite/Makefile index bd50fcfd6a49..8ddb652b3a10 100644 --- a/graphics/pngrewrite/Makefile +++ b/graphics/pngrewrite/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://entropymine.com/jason/pngrewrite/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= PNG palette optimizer +WWW= https://entropymine.com/jason/pngrewrite/ LICENSE= ZLIB diff --git a/graphics/pngwriter/Makefile b/graphics/pngwriter/Makefile index fd075db32da7..ea9609306052 100644 --- a/graphics/pngwriter/Makefile +++ b/graphics/pngwriter/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= rakuco@FreeBSD.org COMMENT= C++ library for creating PNG images +WWW= http://pngwriter.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/LICENSE diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index 0ddd529c3b75..cebf523124d5 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= PDF manipulation library and tools +WWW= http://podofo.sourceforge.net/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/graphics/polyclipping/Makefile b/graphics/polyclipping/Makefile index 76100ec8b8fd..aeb986712a7d 100644 --- a/graphics/polyclipping/Makefile +++ b/graphics/polyclipping/Makefile @@ -6,6 +6,7 @@ DISTNAME= clipper_ver${PORTVERSION} MAINTAINER= sikmir@gmail.com COMMENT= Polygon and line clipping and offsetting library +WWW= https://sourceforge.net/projects/polyclipping/ LICENSE= BSL LICENSE_FILE= ${WRKSRC}/License.txt diff --git a/graphics/poppler-data/Makefile b/graphics/poppler-data/Makefile index a4bf133329a1..fdc91a97917b 100644 --- a/graphics/poppler-data/Makefile +++ b/graphics/poppler-data/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://poppler.freedesktop.org/ MAINTAINER= desktop@FreeBSD.org COMMENT= Poppler encoding data +WWW= https://poppler.freedesktop.org/ LICENSE= MIT ADOBE GPLv2 LICENSE_COMB= multi diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index 7ccc5ec49b0c..d7c26d2ac9e9 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://poppler.freedesktop.org/ MAINTAINER?= desktop@FreeBSD.org COMMENT?= PDF rendering library +WWW= https://poppler.freedesktop.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index df1ecd6110e2..22531faffefe 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/potrace/${PORTVERSION} MAINTAINER= ps.ports@smyrak.com COMMENT= Transforms bitmaps into vector graphics +WWW= http://potrace.sourceforge.net LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index c5595e63a9ba..510befb89cb5 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= povray36 MAINTAINER= bsd@philippost.de COMMENT= Persistence of Vision Ray Tracer +WWW= https://www.povray.org/ LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index 31d20b6833fe..52edfffa3bf8 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 37 MAINTAINER= bsd@philippost.de COMMENT= Persistence of Vision Ray Tracer +WWW= https://www.povray.org/ LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile index aae52fcd8513..8b3715f42b97 100644 --- a/graphics/povray38/Makefile +++ b/graphics/povray38/Makefile @@ -9,6 +9,7 @@ DISTNAME= povunix-${DISTVERSIONPREFIX}${DISTVERSION}-src MAINTAINER= bsd@philippost.de COMMENT= Persistence of Vision Ray Tracer v3.8.0 Beta 2 +WWW= https://www.povray.org/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/ppmcaption/Makefile b/graphics/ppmcaption/Makefile index 5e6ffc97c0e9..6bf29b0c2ff3 100644 --- a/graphics/ppmcaption/Makefile +++ b/graphics/ppmcaption/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.jwz.org/ppmcaption/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility which adds text to images +WWW= https://www.jwz.org/ppmcaption/ GNU_CONFIGURE= yes CONFIGURE_ENV= CPP="${CPP}" diff --git a/graphics/ppminfo/Makefile b/graphics/ppminfo/Makefile index f980657c53ae..02fc965633a1 100644 --- a/graphics/ppminfo/Makefile +++ b/graphics/ppminfo/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.vanheusden.com/ppminfo/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Shows details of a ppm file +WWW= http://www.vanheusden.com/ppminfo/ LIB_DEPENDS= libnetpbm.so:graphics/netpbm diff --git a/graphics/ppsei/Makefile b/graphics/ppsei/Makefile index 1c1f6bf5b569..d826d9357060 100644 --- a/graphics/ppsei/Makefile +++ b/graphics/ppsei/Makefile @@ -6,6 +6,7 @@ EXTRACT_SUFX= .src.tgz MAINTAINER= romain@FreeBSD.org COMMENT= PowerPoint images extractor +WWW= https://sourceforge.net/projects/ppsei/ PLIST_FILES= bin/ppsei WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/graphics/pqiv/Makefile b/graphics/pqiv/Makefile index 9637fa81399f..89ae8691d104 100644 --- a/graphics/pqiv/Makefile +++ b/graphics/pqiv/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= danilo@FreeBSD.org COMMENT= Pretty Quick Image Viewer +WWW= https://github.com/phillipberndt/pqiv LICENSE= GPLv2 diff --git a/graphics/preview/Makefile b/graphics/preview/Makefile index f27db1e7efa6..bdcc877d4aae 100644 --- a/graphics/preview/Makefile +++ b/graphics/preview/Makefile @@ -8,6 +8,7 @@ DISTNAME= Preview-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer +WWW= http://home.gna.org/gsimageapps/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/price/Makefile b/graphics/price/Makefile index c6d2f60d7446..ff4d8b7cc6e1 100644 --- a/graphics/price/Makefile +++ b/graphics/price/Makefile @@ -7,6 +7,7 @@ DISTNAME= PRICE-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image filtering and manipulation using GNUstep +WWW= http://price.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/processing/Makefile b/graphics/processing/Makefile index e3781e41eb73..8383b871a7d2 100644 --- a/graphics/processing/Makefile +++ b/graphics/processing/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-linux MAINTAINER= skreuzer@FreeBSD.org COMMENT= Programming environment for images, animation, and interactions +WWW= https://processing.org/ LICENSE= GPLv2 diff --git a/graphics/proj-data/Makefile b/graphics/proj-data/Makefile index 550840c15f41..c2a0f6fa0827 100644 --- a/graphics/proj-data/Makefile +++ b/graphics/proj-data/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.osgeo.org/proj/ \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Datum grid package for PROJ +WWW= https://github.com/OSGeo/PROJ-data NO_ARCH= yes NO_BUILD= yes diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile index 886e5933bce1..f59d327610cb 100644 --- a/graphics/proj/Makefile +++ b/graphics/proj/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://download.osgeo.org/proj/ MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Cartographic Projections library +WWW= https://github.com/OSGeo/PROJ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 65df2418f366..5259f61ad3e3 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Convert PostScript to other vector graphic formats +WWW= http://www.pstoedit.net/ LICENSE= GPLv2+ diff --git a/graphics/ptex/Makefile b/graphics/ptex/Makefile index d559bca67032..58911f4c5729 100644 --- a/graphics/ptex/Makefile +++ b/graphics/ptex/Makefile @@ -6,6 +6,7 @@ CATEGORIES?= graphics MAINTAINER= FreeBSD@Shaneware.biz COMMENT= Per face texture library +WWW= https://ptex.us LICENSE= BSD3CLAUSE diff --git a/graphics/py-OWSLib/Makefile b/graphics/py-OWSLib/Makefile index 20eb3b7d102b..dbb198223ca7 100644 --- a/graphics/py-OWSLib/Makefile +++ b/graphics/py-OWSLib/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Client programming with OGC web service (hence OWS) +WWW= https://pypi.org/project/OWSLib/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-PyOpenGL-accelerate/Makefile b/graphics/py-PyOpenGL-accelerate/Makefile index fdb71545a3d4..ada562b9dd9a 100644 --- a/graphics/py-PyOpenGL-accelerate/Makefile +++ b/graphics/py-PyOpenGL-accelerate/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= OpenGL acceleration code for PyOpenGL +WWW= http://pyopengl.sourceforge.net/ LICENSE= BSD3CLAUSE diff --git a/graphics/py-PyOpenGL/Makefile b/graphics/py-PyOpenGL/Makefile index 4318bbd69584..cd120f55a3bd 100644 --- a/graphics/py-PyOpenGL/Makefile +++ b/graphics/py-PyOpenGL/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= OpenGL (and related library) interface for Python +WWW= http://pyopengl.sourceforge.net/ BUILD_DEPENDS= ${PYNUMPY} \ ${PY_PILLOW} diff --git a/graphics/py-actdiag/Makefile b/graphics/py-actdiag/Makefile index 09d3832d2f2a..1b26040bd8b2 100644 --- a/graphics/py-actdiag/Makefile +++ b/graphics/py-actdiag/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Simple activity-diagram image generator +WWW= http://blockdiag.com/en/actdiag/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-altair/Makefile b/graphics/py-altair/Makefile index 0540304d6868..ead042c07338 100644 --- a/graphics/py-altair/Makefile +++ b/graphics/py-altair/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Declarative statistical visualization library for Python +WWW= https://github.com/altair-viz/altair LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-asciitree/Makefile b/graphics/py-asciitree/Makefile index e25d1fb17681..04e8a61fca79 100644 --- a/graphics/py-asciitree/Makefile +++ b/graphics/py-asciitree/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Draws ASCII trees +WWW= https://github.com/mbr/asciitree LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-beziers/Makefile b/graphics/py-beziers/Makefile index 8a83160098d9..171980f9a209 100644 --- a/graphics/py-beziers/Makefile +++ b/graphics/py-beziers/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bezier curve manipulation library +WWW= https://github.com/simoncozens/beziers.py LICENSE= MIT diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index 86c1ecaf12f6..8799e1b27669 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Simple block-diagram image generator +WWW= http://blockdiag.com/en/blockdiag/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-blockdiagcontrib-cisco/Makefile b/graphics/py-blockdiagcontrib-cisco/Makefile index 429e50c8a415..5107d2cfde8e 100644 --- a/graphics/py-blockdiagcontrib-cisco/Makefile +++ b/graphics/py-blockdiagcontrib-cisco/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Networking shapes for blockdiag designed by Cisco +WWW= https://pypi.org/project/blockdiagcontrib-cisco/ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}blockdiag>=0.8.0:graphics/py-blockdiag@${PY_FLAVOR} diff --git a/graphics/py-box2d-py/Makefile b/graphics/py-box2d-py/Makefile index 345980b9d086..52bdfacc1658 100644 --- a/graphics/py-box2d-py/Makefile +++ b/graphics/py-box2d-py/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nc@FreeBSD.org COMMENT= 2D physics library Box2D 2.3 for usage in Python +WWW= https://pypi.org/project/box2d-py/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile index 18eb9ba78a82..ef7c363ff6a2 100644 --- a/graphics/py-cairo/Makefile +++ b/graphics/py-cairo/Makefile @@ -8,6 +8,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= desktop@FreeBSD.org COMMENT= Python bindings for Cairo +WWW= https://github.com/pygobject/pycairo LICENSE= LGPL21 MPL11 LICENSE_COMB= multi diff --git a/graphics/py-cairocffi/Makefile b/graphics/py-cairocffi/Makefile index e32693201973..8c3ee567fcc7 100644 --- a/graphics/py-cairocffi/Makefile +++ b/graphics/py-cairocffi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dch@FreeBSD.org COMMENT= CFFI-based Cairo bindings for Python +WWW= https://github.com/SimonSapin/cairocffi LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-cairosvg/Makefile b/graphics/py-cairosvg/Makefile index 8ffde6f526df..2ddac753d4a8 100644 --- a/graphics/py-cairosvg/Makefile +++ b/graphics/py-cairosvg/Makefile @@ -7,6 +7,7 @@ DISTNAME= CairoSVG-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple SVG Converter based on Cairo +WWW= https://www.courtbouillon.org/cairosvg LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-cartopy/Makefile b/graphics/py-cartopy/Makefile index 218de2f09cb1..025f93e46606 100644 --- a/graphics/py-cartopy/Makefile +++ b/graphics/py-cartopy/Makefile @@ -7,6 +7,7 @@ DISTNAME= Cartopy-${DISTVERSIONFULL} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cartographic library with Matplotlib support for visualisation +WWW= https://github.com/SciTools/cartopy LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER diff --git a/graphics/py-cogdumper/Makefile b/graphics/py-cogdumper/Makefile index cba2d430801a..87576cacd630 100644 --- a/graphics/py-cogdumper/Makefile +++ b/graphics/py-cogdumper/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cloud Optimized GeoTIFF (COG) dumper +WWW= https://github.com/mapbox/COGDumper LICENSE= MIT diff --git a/graphics/py-colour/Makefile b/graphics/py-colour/Makefile index a468bd8af2d7..283d42ab08d7 100644 --- a/graphics/py-colour/Makefile +++ b/graphics/py-colour/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m.ne@gmx.net COMMENT= Python colour representations manipulation library +WWW= https://github.com/vaab/colour LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-descartes/Makefile b/graphics/py-descartes/Makefile index 2c69eeaa0889..419a77bd96d2 100644 --- a/graphics/py-descartes/Makefile +++ b/graphics/py-descartes/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Use geometric objects as matplotlib paths and patches +WWW= https://pypi.python.org/pypi/descartes LICENSE= BSD3CLAUSE diff --git a/graphics/py-django-easy-thumbnails/Makefile b/graphics/py-django-easy-thumbnails/Makefile index f41844678c59..03f9af2b2e06 100644 --- a/graphics/py-django-easy-thumbnails/Makefile +++ b/graphics/py-django-easy-thumbnails/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- MAINTAINER= xenophon+fbsdports@irtnog.org COMMENT= Easy thumbnails for Django +WWW= https://pypi.org/project/easy-thumbnails/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-djvulibre/Makefile b/graphics/py-djvulibre/Makefile index 12320d94f228..c537c2d9004c 100644 --- a/graphics/py-djvulibre/Makefile +++ b/graphics/py-djvulibre/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python support for the DjVu image format +WWW= https://jwilk.net/software/python-djvulibre LICENSE= GPLv2 diff --git a/graphics/py-exifread/Makefile b/graphics/py-exifread/Makefile index 766b64476e41..1b878b5833cc 100644 --- a/graphics/py-exifread/Makefile +++ b/graphics/py-exifread/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mi@aldan.algebra.com COMMENT= Read Exif metadata from tiff and jpeg files +WWW= https://github.com/ianare/exif-py LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-face_recognition/Makefile b/graphics/py-face_recognition/Makefile index 7bccc937192c..d7f4712520e7 100644 --- a/graphics/py-face_recognition/Makefile +++ b/graphics/py-face_recognition/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Recognize faces from Python or from the command line +WWW= https://pypi.org/project/face_recognition/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-face_recognition_models/Makefile b/graphics/py-face_recognition_models/Makefile index 30b55243ab77..9a7199912cea 100644 --- a/graphics/py-face_recognition_models/Makefile +++ b/graphics/py-face_recognition_models/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Models used by the face_recognition package +WWW= https://pypi.org/project/face_recognition_models/ LICENSE= CC0-1.0 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-fiona/Makefile b/graphics/py-fiona/Makefile index cb8296db7fbd..177efc24cc22 100644 --- a/graphics/py-fiona/Makefile +++ b/graphics/py-fiona/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= OGR's neat and nimble API for Python programmers +WWW= https://pypi.org/project/Fiona/ LICENSE= BSD3CLAUSE diff --git a/graphics/py-freeimagepy/Makefile b/graphics/py-freeimagepy/Makefile index 5a8e1586e2a8..0be020a135b4 100644 --- a/graphics/py-freeimagepy/Makefile +++ b/graphics/py-freeimagepy/Makefile @@ -8,6 +8,7 @@ DISTNAME= FreeImagePy_w_dll-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FreeImage library python wrapper +WWW= http://freeimagepy.sf.net/ LIB_DEPENDS= libfreeimage.so:graphics/freeimage diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index 70785825e013..9094c5ae09b2 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding for GDAL +WWW= https://gdal.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../../LICENSE.TXT diff --git a/graphics/py-geomdl/Makefile b/graphics/py-geomdl/Makefile index d8a89598a01c..35928336aa01 100644 --- a/graphics/py-geomdl/Makefile +++ b/graphics/py-geomdl/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Object-oriented pure Python B-Spline and NURBS library +WWW= https://onurraufbingol.com/NURBS-Python/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-geopandas/Makefile b/graphics/py-geopandas/Makefile index e0b815cb631e..688c9a1a2b41 100644 --- a/graphics/py-geopandas/Makefile +++ b/graphics/py-geopandas/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Python tools for geographic data +WWW= https://pypi.org/project/geopandas/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-giddy/Makefile b/graphics/py-giddy/Makefile index 46c160f7620d..aac50607f662 100644 --- a/graphics/py-giddy/Makefile +++ b/graphics/py-giddy/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= GeospatIal Distribution DYnamics (GIDDY) +WWW= https://pysal.org/giddy/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-gizeh/Makefile b/graphics/py-gizeh/Makefile index ac0806b080e5..312e5d137826 100644 --- a/graphics/py-gizeh/Makefile +++ b/graphics/py-gizeh/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Simple vector graphics in Python +WWW= https://github.com/Zulko/gizeh LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE.txt diff --git a/graphics/py-glfw/Makefile b/graphics/py-glfw/Makefile index 43f582ac53bd..ed6c3bf820fa 100644 --- a/graphics/py-glfw/Makefile +++ b/graphics/py-glfw/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nc@FreeBSD.org COMMENT= Ctypes-based wrapper for GLFW3 +WWW= https://github.com/FlorianRhiem/pyGLFW LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-glooey/Makefile b/graphics/py-glooey/Makefile index 13d257d3d03e..13ba37d8d979 100644 --- a/graphics/py-glooey/Makefile +++ b/graphics/py-glooey/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= db@FreeBSD.org COMMENT= Cross-platform windowing and multimedia library +WWW= https://pypi.org/project/glooey LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-gphoto2/Makefile b/graphics/py-gphoto2/Makefile index cc373802acae..cd8e4c819eb7 100644 --- a/graphics/py-gphoto2/Makefile +++ b/graphics/py-gphoto2/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= python-gphoto2 MAINTAINER= danfe@FreeBSD.org COMMENT= Python bindings for libgphoto2 +WWW= https://pypi.org/project/gphoto2/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-gprof2dot/Makefile b/graphics/py-gprof2dot/Makefile index f047a41388d4..613e094cbf69 100644 --- a/graphics/py-gprof2dot/Makefile +++ b/graphics/py-gprof2dot/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate a dot graph from the output of several profilers +WWW= https://github.com/jrfonseca/gprof2dot LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-graphlib-backport/Makefile b/graphics/py-graphlib-backport/Makefile index f6a68c743b9f..2915afe7ea82 100644 --- a/graphics/py-graphlib-backport/Makefile +++ b/graphics/py-graphlib-backport/Makefile @@ -7,6 +7,7 @@ DISTNAME= graphlib_backport-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Backport of the Python 3.9 graphlib module for Python 3.6+ +WWW= https://github.com/mariushelf/graphlib_backport LICENSE= PSFL diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile index 9000c91d613d..7431be223303 100644 --- a/graphics/py-graphviz/Makefile +++ b/graphics/py-graphviz/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Simple Python interface for Graphviz +WWW= https://github.com/xflr6/graphviz LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-graphy/Makefile b/graphics/py-graphy/Makefile index b48498c17bd2..0476f565e7a3 100644 --- a/graphics/py-graphy/Makefile +++ b/graphics/py-graphy/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple chart library for Python +WWW= https://code.google.com/archive/p/graphy/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-gvgen/Makefile b/graphics/py-gvgen/Makefile index fb22ada18c8b..e1ef85b2ea92 100644 --- a/graphics/py-gvgen/Makefile +++ b/graphics/py-gvgen/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sbz@FreeBSD.org COMMENT= Easy python interface to generate dot files +WWW= https://github.com/stricaud/gvgen LICENSE= GPLv2 diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index f7ae084cd082..3602bd302f55 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding of H3 library +WWW= https://github.com/uber/h3-py LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-hiplot/Makefile b/graphics/py-hiplot/Makefile index c4fe34729f1f..f0f203d69f23 100644 --- a/graphics/py-hiplot/Makefile +++ b/graphics/py-hiplot/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= High dimensional Interactive Plotting tool +WWW= https://github.com/facebookresearch/hiplot LICENSE= MIT diff --git a/graphics/py-imageio-ffmpeg/Makefile b/graphics/py-imageio-ffmpeg/Makefile index 0fc6c4080cd0..ded483be9946 100644 --- a/graphics/py-imageio-ffmpeg/Makefile +++ b/graphics/py-imageio-ffmpeg/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= FFMPEG wrapper for Python +WWW= https://github.com/imageio/imageio-ffmpeg LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index 8f46de0f873f..4e0c927d66e4 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for reading and writing image, video formats +WWW= https://github.com/imageio/imageio LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-imagesize/Makefile b/graphics/py-imagesize/Makefile index 27f530ed4ab2..0497328c8871 100644 --- a/graphics/py-imagesize/Makefile +++ b/graphics/py-imagesize/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Get image size from png/jpeg/jpeg2000/gif file +WWW= https://github.com/shibukawa/imagesize_py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst diff --git a/graphics/py-img2pdf/Makefile b/graphics/py-img2pdf/Makefile index 6381a9691fe8..5de94c7f00b9 100644 --- a/graphics/py-img2pdf/Makefile +++ b/graphics/py-img2pdf/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Convert images to PDF via direct JPEG inclusion +WWW= https://gitlab.mister-muffin.de/josch/img2pdf LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-leather/Makefile b/graphics/py-leather/Makefile index 8b7102c6663d..ed646c493930 100644 --- a/graphics/py-leather/Makefile +++ b/graphics/py-leather/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= matthew@FreeBSD.org COMMENT= Charting library for those who need charts now +WWW= https://leather.readthedocs.io/ LICENSE= MIT diff --git a/graphics/py-lerc/Makefile b/graphics/py-lerc/Makefile index 68b9844fb275..f33610fb9a02 100644 --- a/graphics/py-lerc/Makefile +++ b/graphics/py-lerc/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding for LERC (Limited Error Raster Compression) +WWW= https://esri.github.io/lerc/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../../LICENSE diff --git a/graphics/py-mapclassify/Makefile b/graphics/py-mapclassify/Makefile index 9b86eb6388c2..051415bd358b 100644 --- a/graphics/py-mapclassify/Makefile +++ b/graphics/py-mapclassify/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Classification schemes for choropleth maps +WWW= https://pysal.org/mapclassify/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-mayavi/Makefile b/graphics/py-mayavi/Makefile index e265c9bb87a8..fbe45d655bd8 100644 --- a/graphics/py-mayavi/Makefile +++ b/graphics/py-mayavi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Application and library for 3D visualization and plotting in Python +WWW= http://code.enthought.com/pages/mayavi-project.html LICENSE= BSD3CLAUSE LGPL21 LGPL20 EPL LGPL3 BSD2CLAUSE APACHE11 # see ${WRKSRC}/image_LICENSE.txt LICENSE_COMB= multi diff --git a/graphics/py-mcomix/Makefile b/graphics/py-mcomix/Makefile index 4c5751651ea5..3ab2c271fcde 100644 --- a/graphics/py-mcomix/Makefile +++ b/graphics/py-mcomix/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= shoesoft@gmx.net COMMENT= GTK3 comic book viewer +WWW= https://github.com/multiSnow/mcomix3 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/py-mgwr/Makefile b/graphics/py-mgwr/Makefile index 0e01edd13567..45146da2a863 100644 --- a/graphics/py-mgwr/Makefile +++ b/graphics/py-mgwr/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Multiscale Geographically Weighted Regression +WWW= https://mgwr.readthedocs.io/en/latest/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile index c7f8b3804ff1..ea4c561726f3 100644 --- a/graphics/py-ming/Makefile +++ b/graphics/py-ming/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module for Ming which allows you to create Flash 4/5 movies +WWW= http://www.libming.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/graphics/py-momepy/Makefile b/graphics/py-momepy/Makefile index 21c11d042fe5..eb9122bdc5dd 100644 --- a/graphics/py-momepy/Makefile +++ b/graphics/py-momepy/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Urban Morphology Measuring Toolkit +WWW= https://github.com/pysal/momepy LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-mpl-interactions/Makefile b/graphics/py-mpl-interactions/Makefile index 7d86508df0fe..fd51575de7a9 100644 --- a/graphics/py-mpl-interactions/Makefile +++ b/graphics/py-mpl-interactions/Makefile @@ -7,6 +7,7 @@ DISTNAME= mpl_interactions-${DISTVERSION} MAINTAINER= makc@FreeBSD.org COMMENT= Simple interactive Matplotlib plots +WWW= https://pypi.python.org/pypi/mpl-interactions LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-mpl-scatter-density/Makefile b/graphics/py-mpl-scatter-density/Makefile index 0c0de0983257..63058f1610b4 100644 --- a/graphics/py-mpl-scatter-density/Makefile +++ b/graphics/py-mpl-scatter-density/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Matplotlib helpers to make density scatter plots +WWW= https://github.com/astrofrog/mpl-scatter-density LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile index dff960cb9872..41ae8a20b97d 100644 --- a/graphics/py-nwdiag/Makefile +++ b/graphics/py-nwdiag/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Simple network-diagram image generator +WWW= http://blockdiag.com/en/nwdiag/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-open3d-python/Makefile b/graphics/py-open3d-python/Makefile index d22cb82b1e1e..7adf60d6c6ba 100644 --- a/graphics/py-open3d-python/Makefile +++ b/graphics/py-open3d-python/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Modern library for 3D data processing (Python binding) +WWW= http://www.open3d.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/graphics/py-optimize-images/Makefile b/graphics/py-optimize-images/Makefile index 81861cba8f9d..04e99664640c 100644 --- a/graphics/py-optimize-images/Makefile +++ b/graphics/py-optimize-images/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CLI utility to reduce the file size of images +WWW= https://github.com/victordomingos/optimize-images LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-osmnet/Makefile b/graphics/py-osmnet/Makefile index 89293f12feff..36f509446fd9 100644 --- a/graphics/py-osmnet/Makefile +++ b/graphics/py-osmnet/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tools for the extraction of OpenStreetMap street network data +WWW= https://github.com/UDST/osmnet LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-pandana/Makefile b/graphics/py-pandana/Makefile index e9f6b43eb3c5..871345a5c63f 100644 --- a/graphics/py-pandana/Makefile +++ b/graphics/py-pandana/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for network analysis +WWW= https://udst.github.io/pandana/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-photocollage/Makefile b/graphics/py-photocollage/Makefile index 4cc38d293b85..6dd29321158a 100644 --- a/graphics/py-photocollage/Makefile +++ b/graphics/py-photocollage/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical tool to make photo collage posters +WWW= https://github.com/adrienverge/PhotoCollage LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-piexif/Makefile b/graphics/py-piexif/Makefile index d4c4786ead08..d7e4ec352a02 100644 --- a/graphics/py-piexif/Makefile +++ b/graphics/py-piexif/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simplify exif manipulations with Python +WWW= https://github.com/hMatoba/Piexif LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-pillow/Makefile b/graphics/py-pillow/Makefile index 50916e6d5a0b..3478b6e905a7 100644 --- a/graphics/py-pillow/Makefile +++ b/graphics/py-pillow/Makefile @@ -7,6 +7,7 @@ DISTNAME= Pillow-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fork of the Python Imaging Library (PIL) +WWW= https://python-pillow.org/ LICENSE= PIL LICENSE_NAME= Standard PIL License diff --git a/graphics/py-pivy/Makefile b/graphics/py-pivy/Makefile index 9423e31e77c5..919389054ff6 100644 --- a/graphics/py-pivy/Makefile +++ b/graphics/py-pivy/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= cmt@FreeBSD.org COMMENT= Python binding for Coin +WWW= https://github.com/coin3d/pivy LICENSE= MIT diff --git a/graphics/py-plotly/Makefile b/graphics/py-plotly/Makefile index 1c6d33c21b49..e816448e094b 100644 --- a/graphics/py-plotly/Makefile +++ b/graphics/py-plotly/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Library for collaborative, interactive, publication-quality graphs +WWW= https://plotly.com/python/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-png/Makefile b/graphics/py-png/Makefile index be29127577ff..dcb8c64334ce 100644 --- a/graphics/py-png/Makefile +++ b/graphics/py-png/Makefile @@ -7,6 +7,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= lichray@gmail.com COMMENT= Python PNG encoder/decoder +WWW= https://github.com/drj11/pypng LICENSE= MIT diff --git a/graphics/py-pointpats/Makefile b/graphics/py-pointpats/Makefile index 9215d6c1010c..3617ed105912 100644 --- a/graphics/py-pointpats/Makefile +++ b/graphics/py-pointpats/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Methods and Functions for planar point pattern analysis +WWW= https://pointpats.readthedocs.io/en/latest/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-projpicker/Makefile b/graphics/py-projpicker/Makefile index c65be91c2f09..e6da1643f30c 100644 --- a/graphics/py-projpicker/Makefile +++ b/graphics/py-projpicker/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= Select projections whose extent completely contains given coordinates +WWW= https://pypi.python.org/pypi/projpicker LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pycha/Makefile b/graphics/py-pycha/Makefile index 0f4f1dc177b9..0e26adb83a1d 100644 --- a/graphics/py-pycha/Makefile +++ b/graphics/py-pycha/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for making charts with Python +WWW= https://bitbucket.org/lgs/pycha LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/py-pycollada/Makefile b/graphics/py-pycollada/Makefile index d5d30bac626b..77338e2df1e4 100644 --- a/graphics/py-pycollada/Makefile +++ b/graphics/py-pycollada/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tj+freebsd_ports@a13.fr COMMENT= Python library for reading and writing collada documents +WWW= https://pycollada.readthedocs.org/ LICENSE= BSD3CLAUSE diff --git a/graphics/py-pydot/Makefile b/graphics/py-pydot/Makefile index fb49504a2dbf..e5bd3024027c 100644 --- a/graphics/py-pydot/Makefile +++ b/graphics/py-pydot/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to the Graphviz Dot language +WWW= https://github.com/pydot/pydot LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pydotplus/Makefile b/graphics/py-pydotplus/Makefile index 45664f8e3f67..d89af7cb8957 100644 --- a/graphics/py-pydotplus/Makefile +++ b/graphics/py-pydotplus/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python interface to Graphviz's Dot language +WWW= https://github.com/carlos-jenkins/pydotplus LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pyepsg/Makefile b/graphics/py-pyepsg/Makefile index 23d7798f4f51..3374d0009ff8 100644 --- a/graphics/py-pyepsg/Makefile +++ b/graphics/py-pyepsg/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy access to the EPSG database +WWW= https://github.com/rhattersley/pyepsg LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER diff --git a/graphics/py-pygal/Makefile b/graphics/py-pygal/Makefile index d5433be89c0d..5b4426873361 100644 --- a/graphics/py-pygal/Makefile +++ b/graphics/py-pygal/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Python svg graph plotting library +WWW= http://pygal.org/ LICENSE= LGPL3 diff --git a/graphics/py-pyganim/Makefile b/graphics/py-pyganim/Makefile index 0a27230733e9..13bf8271c2ed 100644 --- a/graphics/py-pyganim/Makefile +++ b/graphics/py-pyganim/Makefile @@ -8,6 +8,7 @@ DISTNAME= Pyganim-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Sprite animation module for Pygame +WWW= https://inventwithpython.com/pyganim/ LICENSE= BSD2CLAUSE diff --git a/graphics/py-pygeoapi/Makefile b/graphics/py-pygeoapi/Makefile index 9ac9e1f378ff..af47c7c9c407 100644 --- a/graphics/py-pygeoapi/Makefile +++ b/graphics/py-pygeoapi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lbartoletti@FreeBSD.org COMMENT= OGC API server implementation +WWW= https://pygeoapi.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile index 838434cf7a77..db912e2ef7bd 100644 --- a/graphics/py-pygeos/Makefile +++ b/graphics/py-pygeos/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= GEOS wrapped in numpy ufuncs +WWW= https://github.com/pygeos/pygeos LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index b20b61a21859..9e8e9af82c50 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Cross-platform windowing and multimedia library +WWW= https://pypi.org/project/pyglet/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pygraph/Makefile b/graphics/py-pygraph/Makefile index 8cc35a8a1599..65d697e3e94a 100644 --- a/graphics/py-pygraph/Makefile +++ b/graphics/py-pygraph/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Graph manipulation library in pure Python +WWW= https://github.com/jciskey/pygraph LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pygraphviz/Makefile b/graphics/py-pygraphviz/Makefile index 0a2da21f763d..b095315a4b57 100644 --- a/graphics/py-pygraphviz/Makefile +++ b/graphics/py-pygraphviz/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Python interface to GraphViz agraph +WWW= https://pygraphviz.github.io LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pyinsane2/Makefile b/graphics/py-pyinsane2/Makefile index 565591792c41..c3de25f2e6cc 100644 --- a/graphics/py-pyinsane2/Makefile +++ b/graphics/py-pyinsane2/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python library to access and use image scanners +WWW= https://gitlab.gnome.org/World/OpenPaperwork/pyinsane/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pymaging-png/Makefile b/graphics/py-pymaging-png/Makefile index bbe55587fc20..18c82ff2aa69 100644 --- a/graphics/py-pymaging-png/Makefile +++ b/graphics/py-pymaging-png/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ume@FreeBSD.org COMMENT= PNG support for pymaging +WWW= https://pymaging.rtfd.org LICENSE= BSD3CLAUSE MIT LICENSE_COMB= multi diff --git a/graphics/py-pymaging/Makefile b/graphics/py-pymaging/Makefile index 95927ba115cb..014ce07f193b 100644 --- a/graphics/py-pymaging/Makefile +++ b/graphics/py-pymaging/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ume@FreeBSD.org COMMENT= Pure Python imaging library +WWW= https://pymaging.rtfd.org LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-pyocr/Makefile b/graphics/py-pyocr/Makefile index 2dfaca51a1d9..9f1840624263 100644 --- a/graphics/py-pyocr/Makefile +++ b/graphics/py-pyocr/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Python wrapper for OCR engines (Tesseract, Cuneiform, etc) +WWW= https://gitlab.gnome.org/World/OpenPaperwork/pyocr LICENSE= GPLv3 diff --git a/graphics/py-pypillowfight/Makefile b/graphics/py-pypillowfight/Makefile index 7e5246131dcf..ef40b8df8e92 100644 --- a/graphics/py-pypillowfight/Makefile +++ b/graphics/py-pypillowfight/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library containing various image processing algorithms +WWW= https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pyproj/Makefile b/graphics/py-pyproj/Makefile index 22b3ca52cf81..432d15ed958a 100644 --- a/graphics/py-pyproj/Makefile +++ b/graphics/py-pyproj/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Cython wrapper to provide python interfaces to PROJ.4 functions +WWW= https://github.com/pyproj4/pyproj LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pyqrcode/Makefile b/graphics/py-pyqrcode/Makefile index 6581945b83e5..a5cb3bc6c2f9 100644 --- a/graphics/py-pyqrcode/Makefile +++ b/graphics/py-pyqrcode/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bofh@FreeBSD.org COMMENT= Pure Python QR code generator with SVG, EPS, PNG and terminal output +WWW= https://github.com/mnooner256/pyqrcode LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License diff --git a/graphics/py-pyqtgraph/Makefile b/graphics/py-pyqtgraph/Makefile index 4f09685c7dc4..7b3ecf1d3c4f 100644 --- a/graphics/py-pyqtgraph/Makefile +++ b/graphics/py-pyqtgraph/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Scientific graphics and GUI library for Python +WWW= https://www.pyqtgraph.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-pyrsgis/Makefile b/graphics/py-pyrsgis/Makefile index 8b92ce3ee935..2b0263993413 100644 --- a/graphics/py-pyrsgis/Makefile +++ b/graphics/py-pyrsgis/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Processing satellite data directly from TAR files +WWW= https://github.com/PratyushTripathy/pyrsgis LICENSE= MIT diff --git a/graphics/py-pytesseract/Makefile b/graphics/py-pytesseract/Makefile index c3ec6d410828..2063c14f9038 100644 --- a/graphics/py-pytesseract/Makefile +++ b/graphics/py-pytesseract/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mandree@FreeBSD.org COMMENT= wrapper for Google's Tesseract OCR engine +WWW= https://github.com/madmaze/pytesseract PATCH_STRIP= -p1 diff --git a/graphics/py-python-poppler-qt5/Makefile b/graphics/py-python-poppler-qt5/Makefile index a62ebbb7a52d..764a140a5229 100644 --- a/graphics/py-python-poppler-qt5/Makefile +++ b/graphics/py-python-poppler-qt5/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m.ne@gmx.net COMMENT= Python bindings for the Poppler-Qt PDF rendering library +WWW= https://pypi.org/project/python-poppler-qt5/ LICENSE= LGPL21 LGPL3 LICENSE_COMB= dual diff --git a/graphics/py-pyvips/Makefile b/graphics/py-pyvips/Makefile index b18557cc4f63..6edefe833538 100644 --- a/graphics/py-pyvips/Makefile +++ b/graphics/py-pyvips/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Binding for the libvips image processing library +WWW= https://github.com/libvips/pyvips LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-pyvista/Makefile b/graphics/py-pyvista/Makefile index 512611097191..a21b438873da 100644 --- a/graphics/py-pyvista/Makefile +++ b/graphics/py-pyvista/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Pythonic interface to VTK +WWW= https://github.com/pyvista/pyvista LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-pyx/Makefile b/graphics/py-pyx/Makefile index f87d0a398482..de14678a6b86 100644 --- a/graphics/py-pyx/Makefile +++ b/graphics/py-pyx/Makefile @@ -7,6 +7,7 @@ DISTNAME= PyX-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python package for creating encapsulated PostScript figures +WWW= https://pyx-project.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-qpageview/Makefile b/graphics/py-qpageview/Makefile index 684ea2c3f1ac..e60d2ca01566 100644 --- a/graphics/py-qpageview/Makefile +++ b/graphics/py-qpageview/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m.ne@gmx.net COMMENT= Page-based viewer widget for Qt5/PyQt5 +WWW= https://qpageview.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-qrencode/Makefile b/graphics/py-qrencode/Makefile index f8e0ccc033ac..f152e12c611a 100644 --- a/graphics/py-qrencode/Makefile +++ b/graphics/py-qrencode/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dvl@FreeBSD.org COMMENT= Simple wrapper for the C qrencode library +WWW= https://github.com/Arachnid/pyqrencode/tree/master LICENSE= MIT diff --git a/graphics/py-railroad-diagrams/Makefile b/graphics/py-railroad-diagrams/Makefile index acdb2d211561..20d5929068a6 100644 --- a/graphics/py-railroad-diagrams/Makefile +++ b/graphics/py-railroad-diagrams/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generate SVG railroad syntax diagrams, like on JSON.org +WWW= https://github.com/tabatkins/railroad-diagrams LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index 1c3b1b1959c1..d79f2a0b848b 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast and direct raster I/O for use with Numpy and SciPy +WWW= https://github.com/rasterio/rasterio LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-rasterstats/Makefile b/graphics/py-rasterstats/Makefile index 0af86192045f..0ef9d544eed6 100644 --- a/graphics/py-rasterstats/Makefile +++ b/graphics/py-rasterstats/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Summarize geospatial raster datasets based on vector geometries +WWW= https://github.com/perrygeo/python-rasterstats LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-rawkit/Makefile b/graphics/py-rawkit/Makefile index 7e40af6e45f4..e828aa68bff9 100644 --- a/graphics/py-rawkit/Makefile +++ b/graphics/py-rawkit/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m.ne@gmx.net COMMENT= Ctypes based libraw bindings +WWW= https://rawkit.readthedocs.org LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-s2/Makefile b/graphics/py-s2/Makefile index 121d02faeb26..29883bb2e5ac 100644 --- a/graphics/py-s2/Makefile +++ b/graphics/py-s2/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python binding of S2 Geometry Library +WWW= https://s2geometry.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/../../LICENSE diff --git a/graphics/py-scikit-image/Makefile b/graphics/py-scikit-image/Makefile index 0891d2f49de4..d2f24fa3d7e6 100644 --- a/graphics/py-scikit-image/Makefile +++ b/graphics/py-scikit-image/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= makc@FreeBSD.org COMMENT= Image processing in Python +WWW= https://scikit-image.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile index ae042dc711ad..6e51cfbd51b9 100644 --- a/graphics/py-seqdiag/Makefile +++ b/graphics/py-seqdiag/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Simple sequence-diagram image generator +WWW= http://blockdiag.com/en/seqdiag/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-sorl-thumbnail/Makefile b/graphics/py-sorl-thumbnail/Makefile index 4e776524cc04..0e94f9aa3779 100644 --- a/graphics/py-sorl-thumbnail/Makefile +++ b/graphics/py-sorl-thumbnail/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@caomhin.org COMMENT= Sorl-thumbnail provides an easy way to generate image thumbnails +WWW= https://github.com/jazzband/sorl-thumbnail LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-spectra/Makefile b/graphics/py-spectra/Makefile index d311174d76fc..66b22098b780 100644 --- a/graphics/py-spectra/Makefile +++ b/graphics/py-spectra/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jwb@FreeBSD.org COMMENT= Color scales and color conversion made easy for Python +WWW= https://pypi.python.org/pypi/spectra LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-svg.path/Makefile b/graphics/py-svg.path/Makefile index fa3d2aeb78df..df2eed6c323f 100644 --- a/graphics/py-svg.path/Makefile +++ b/graphics/py-svg.path/Makefile @@ -7,6 +7,7 @@ DISTNAME= svg.path-${PORTVERSION} MAINTAINER= db@FreeBSD.org COMMENT= SVG path objects and parser +WWW= https://pypi.org/project/svg.path/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-svgwrite/Makefile b/graphics/py-svgwrite/Makefile index 8ff385a74047..f7bfe8024787 100644 --- a/graphics/py-svgwrite/Makefile +++ b/graphics/py-svgwrite/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= george@m5p.com COMMENT= Python library to create SVG drawings +WWW= https://github.com/mozman/svgwrite LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.TXT diff --git a/graphics/py-termtosvg/Makefile b/graphics/py-termtosvg/Makefile index 67d31a851aee..2ef6d66eedb1 100644 --- a/graphics/py-termtosvg/Makefile +++ b/graphics/py-termtosvg/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Record terminal sessions as SVG animations +WWW= https://github.com/nbedos/termtosvg LICENSE= BSD3CLAUSE diff --git a/graphics/py-tifffile/Makefile b/graphics/py-tifffile/Makefile index 4136e296b3b8..8fcf3e984ffc 100644 --- a/graphics/py-tifffile/Makefile +++ b/graphics/py-tifffile/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Read and write TIFF(r) files +WWW= https://github.com/cgohlke/tifffile LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-toyplot/Makefile b/graphics/py-toyplot/Makefile index 5bb720a3046a..66ff49cc7d25 100644 --- a/graphics/py-toyplot/Makefile +++ b/graphics/py-toyplot/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Modern plotting toolkit supporting electronic publishing +WWW= https://pypi.org/project/toyplot/ LICENSE= BSD3CLAUSE diff --git a/graphics/py-traitsui/Makefile b/graphics/py-traitsui/Makefile index 76df80c0ddf4..5ecbdbf9c0ac 100644 --- a/graphics/py-traitsui/Makefile +++ b/graphics/py-traitsui/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= eduardo@FreeBSD.org COMMENT= Enthought traits-capable user interfaces +WWW= https://docs.enthought.com/traitsui/ LICENSE= BSD3CLAUSE EPL LGPL21 LICENSE_COMB= multi diff --git a/graphics/py-ueberzug/Makefile b/graphics/py-ueberzug/Makefile index 55697044abe4..1bc6c38a7db7 100644 --- a/graphics/py-ueberzug/Makefile +++ b/graphics/py-ueberzug/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= 0mp@FreeBSD.org COMMENT= Draw images on terminals with X11 child windows +WWW= https://github.com/seebye/ueberzug LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-urbanaccess/Makefile b/graphics/py-urbanaccess/Makefile index 9ec0cf684482..eddaaa63683d 100644 --- a/graphics/py-urbanaccess/Makefile +++ b/graphics/py-urbanaccess/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for creating GTFS transit and OSM pedestrian networks +WWW= https://github.com/UDST/urbanaccess LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/License.txt diff --git a/graphics/py-urbansim/Makefile b/graphics/py-urbansim/Makefile index 62c1ab8d1e00..bc8f47fded38 100644 --- a/graphics/py-urbansim/Makefile +++ b/graphics/py-urbansim/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Platform for building statistical models of cities and regions +WWW= https://github.com/UDST/urbansim LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-utm/Makefile b/graphics/py-utm/Makefile index fb45bddc8036..9094f840512d 100644 --- a/graphics/py-utm/Makefile +++ b/graphics/py-utm/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bidirectional UTM-WGS84 converter for Python +WWW= https://github.com/Turbo87/utm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-vecrec/Makefile b/graphics/py-vecrec/Makefile index c09ac48ef69d..4c318e67fcf4 100644 --- a/graphics/py-vecrec/Makefile +++ b/graphics/py-vecrec/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= db@FreeBSD.org COMMENT= 2D vector and rectangle classes +WWW= https://pypi.org/project/vecrec LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/py-visvis/Makefile b/graphics/py-visvis/Makefile index e3ced74ecd3b..58f1347204ba 100644 --- a/graphics/py-visvis/Makefile +++ b/graphics/py-visvis/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rhurlin@FreeBSD.org COMMENT= Object oriented approach to visualization of 1D to 4D data +WWW= https://github.com/almarklein/visvis LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt diff --git a/graphics/py-wand/Makefile b/graphics/py-wand/Makefile index 30dc66218e2e..552aabeaff68 100644 --- a/graphics/py-wand/Makefile +++ b/graphics/py-wand/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ctypes-based simple MagickWand API binding for Python +WWW= https://github.com/emcconville/wand LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-webcolors/Makefile b/graphics/py-webcolors/Makefile index 2961aaeaceed..00aca43a730e 100644 --- a/graphics/py-webcolors/Makefile +++ b/graphics/py-webcolors/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Library working with the sRGB color space as used in the HTML and CSS +WWW= https://github.com/ubernostrum/webcolors LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-willow/Makefile b/graphics/py-willow/Makefile index 9a4cb4ab16ac..dbee4f490775 100644 --- a/graphics/py-willow/Makefile +++ b/graphics/py-willow/Makefile @@ -8,6 +8,7 @@ DISTNAME= Willow-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Wrapper that combines multiple Python image libraries into one API +WWW= https://github.com/wagtail/Willow LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/py-yaswfp/Makefile b/graphics/py-yaswfp/Makefile index 5d9c7909e76e..662b6c4e277f 100644 --- a/graphics/py-yaswfp/Makefile +++ b/graphics/py-yaswfp/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= antoine@FreeBSD.org COMMENT= Yet Another SWF Parser +WWW= https://github.com/facundobatista/yaswfp LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/py-zbar-py/Makefile b/graphics/py-zbar-py/Makefile index 3e2081298b94..c12e20a8487c 100644 --- a/graphics/py-zbar-py/Makefile +++ b/graphics/py-zbar-py/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Interface to the zbar bar-code reading library +WWW= https://pypi.org/project/zbar-py/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index 443afd230181..528dd9448ed1 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Qt-based comic book archive viewer +WWW= https://github.com/stolowski/QComicBook LICENSE= GPLv2 diff --git a/graphics/qcustomplot-qt5/Makefile b/graphics/qcustomplot-qt5/Makefile index fe0294f9ed2c..561e96070cd0 100644 --- a/graphics/qcustomplot-qt5/Makefile +++ b/graphics/qcustomplot-qt5/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Qt C++ widget for plotting and data visualization +WWW= https://www.qcustomplot.com LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/GPL.txt diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 0d38ce6e5b61..ad24acb31da3 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -ltr MAINTAINER= rhurlin@FreeBSD.org COMMENT= Free and Open Source Geographic Information System +WWW= https://qgis.org/en/site/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/LICENSE diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index a4e15927cb4e..ad75c26f094b 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://qgis.org/downloads/ MAINTAINER= rhurlin@FreeBSD.org COMMENT= Free and Open Source Geographic Information System +WWW= https://qgis.org/en/site/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/LICENSE diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 8e9a46d09fab..6551b23fcbbb 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://spiegl.de/qiv/download/ \ MAINTAINER= danilo@FreeBSD.org COMMENT= Small, fast GDK/Imlib2 image viewer +WWW= https://spiegl.de/qiv/ LICENSE= GPLv2 diff --git a/graphics/qr-code-generator/Makefile b/graphics/qr-code-generator/Makefile index f2173f2b4c0d..a1146c7d6f11 100644 --- a/graphics/qr-code-generator/Makefile +++ b/graphics/qr-code-generator/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= lwhsu@FreeBSD.org COMMENT= High-quality QR Code generator library +WWW= https://www.nayuki.io/page/qr-code-generator-library LICENSE= MIT diff --git a/graphics/qt6-3d/Makefile b/graphics/qt6-3d/Makefile index c5b79baf3af6..1abd97b56add 100644 --- a/graphics/qt6-3d/Makefile +++ b/graphics/qt6-3d/Makefile @@ -12,6 +12,7 @@ PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= C++ and QML APIs for easy inclusion of 3D graphics +WWW= https://qt-project.org BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libassimp.so:multimedia/assimp \ diff --git a/graphics/qt6-imageformats/Makefile b/graphics/qt6-imageformats/Makefile index ea144aa8515d..2474f709cd63 100644 --- a/graphics/qt6-imageformats/Makefile +++ b/graphics/qt6-imageformats/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt6 plugins for additional image formats: TIFF, MNG, TGA, WBMP +WWW= https://qt-project.org BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libjasper.so:graphics/jasper \ diff --git a/graphics/qt6-lottie/Makefile b/graphics/qt6-lottie/Makefile index d3f4fc4e8323..179d47ef092e 100644 --- a/graphics/qt6-lottie/Makefile +++ b/graphics/qt6-lottie/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt 6 player software for a certain json-based for 2d animations +WWW= https://qt.io BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon diff --git a/graphics/qt6-svg/Makefile b/graphics/qt6-svg/Makefile index 21ac2b621238..1b6c6acca233 100644 --- a/graphics/qt6-svg/Makefile +++ b/graphics/qt6-svg/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt6 classes for displaying the contents of SVG files +WWW= https://qt-project.org BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \ diff --git a/graphics/qt6-wayland/Makefile b/graphics/qt6-wayland/Makefile index 84c2492ed6c7..1228596b40dd 100644 --- a/graphics/qt6-wayland/Makefile +++ b/graphics/qt6-wayland/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org COMMENT= Qt6 wrapper for Wayland +WWW= https://qt-project.org BUILD_DEPENDS= ${LOCALBASE}/include/vulkan/vulkan.h:graphics/vulkan-headers LIB_DEPENDS= libdouble-conversion.so:devel/double-conversion \ diff --git a/graphics/qtawesome/Makefile b/graphics/qtawesome/Makefile index 19ecaf5dda38..c2f59ce220e8 100644 --- a/graphics/qtawesome/Makefile +++ b/graphics/qtawesome/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= mi@aldan.algebra.com COMMENT= Embed Font Awesome glyphs in Qt-applications +WWW= https://github.com/gamecreature/QtAwesome LICENSE= MIT diff --git a/graphics/qtpbfimageplugin/Makefile b/graphics/qtpbfimageplugin/Makefile index 1bbb5f6bd9c1..268e7535a1d6 100644 --- a/graphics/qtpbfimageplugin/Makefile +++ b/graphics/qtpbfimageplugin/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sikmir@gmail.com COMMENT= Qt image plugin for displaying Mapbox vector tiles +WWW= https://github.com/tumic0/QtPBFImagePlugin LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/qtqr/Makefile b/graphics/qtqr/Makefile index 1a8c9e864d39..b5d46890aa69 100644 --- a/graphics/qtqr/Makefile +++ b/graphics/qtqr/Makefile @@ -8,6 +8,7 @@ DISTNAME= qr-tools-${DISTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= GUI that makes it easy to create and decode QR codes +WWW= https://launchpad.net/qr-tools LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENCE diff --git a/graphics/quat-gui/Makefile b/graphics/quat-gui/Makefile index 971a0181285c..4734649b2276 100644 --- a/graphics/quat-gui/Makefile +++ b/graphics/quat-gui/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -gui MAINTAINER= ports@FreeBSD.org COMMENT= Three-dimensional fractal creator (X11 GUI) +WWW= https://www.physcip.uni-stuttgart.de/pages/~phy11733/index_e.html LICENSE= GPLv2+ diff --git a/graphics/quat/Makefile b/graphics/quat/Makefile index 9f97e3942a26..aa9cde37dbe2 100644 --- a/graphics/quat/Makefile +++ b/graphics/quat/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.physcip.uni-stuttgart.de/pages/~phy11733/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Three-dimensional fractal creator (command line only) +WWW= https://www.physcip.uni-stuttgart.de/pages/~phy11733/index_e.html LICENSE= GPLv2+ diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile index 2bce9723bda5..a3b985ba0d6c 100644 --- a/graphics/quesa/Makefile +++ b/graphics/quesa/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= High level 3D graphics library compatible with Apple's QuickDraw(TM) +WWW= http://quesa.sourceforge.net/ USES= gl libtool xorg USE_CXXSTD= gnu++98 diff --git a/graphics/quesoglc/Makefile b/graphics/quesoglc/Makefile index 34f0d7337326..8e82d2f694f7 100644 --- a/graphics/quesoglc/Makefile +++ b/graphics/quesoglc/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free implementation of the OpenGL Character Renderer +WWW= http://quesoglc.sourceforge.net/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/quickqanava/Makefile b/graphics/quickqanava/Makefile index 9446272f8261..34420fe765e4 100644 --- a/graphics/quickqanava/Makefile +++ b/graphics/quickqanava/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= adridg@FreeBSD.org COMMENT= Library for QML-based Graph Visualisation +WWW= https://cneben.github.io/QuickQanava/index.html LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/licence.txt diff --git a/graphics/qvge/Makefile b/graphics/qvge/Makefile index 689df3d1c512..a83804ba0779 100644 --- a/graphics/qvge/Makefile +++ b/graphics/qvge/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org COMMENT= Qt Visual Graph Editor +WWW= https://github.com/ArsMasiuk/qvge LICENSE= MIT LICENSE_FILE= ${WRKSRC}/../LICENSE diff --git a/graphics/radius-engine/Makefile b/graphics/radius-engine/Makefile index d4a8bf4d5803..5e748e099b53 100644 --- a/graphics/radius-engine/Makefile +++ b/graphics/radius-engine/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL +WWW= http://radius-engine.sourceforge.net/ LICENSE= MIT diff --git a/graphics/rapid-photo-downloader/Makefile b/graphics/rapid-photo-downloader/Makefile index 77efc0c48fac..32d7d8a69c3d 100644 --- a/graphics/rapid-photo-downloader/Makefile +++ b/graphics/rapid-photo-downloader/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://launchpad.net/rapid/pyqt/${PORTVERSION}/+download/ MAINTAINER= m.ne@gmx.net COMMENT= Import photos and videos efficiently and reliably +WWW= https://www.damonlynch.net/rapid/ LICENSE= GPLv3 diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 63d816d5edc6..cfebd7720457 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -6,6 +6,7 @@ DISTNAME= Raster3D_${DISTVERSION:R}-${DISTVERSION:E} MAINTAINER= yuri@FreeBSD.org COMMENT= Set of tools for generating raster images of proteins and molecules +WWW= http://skuld.bmsc.washington.edu/raster3d/ LICENSE= ART20 diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 117768c2aa3f..83ebc9f8bb0f 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://rawstudio.org/files/release/ MAINTAINER= samm@os2.kiev.ua COMMENT= Open-source program to read and manipulate RAW photo images +WWW= https://rawstudio.org/ LICENSE= GPLv2 diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile index 8f914b4d97b8..e61994c021b3 100644 --- a/graphics/rawtherapee/Makefile +++ b/graphics/rawtherapee/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://rawtherapee.com/shared/source/ \ MAINTAINER= mandree@FreeBSD.org COMMENT= Powerful RAW image processing application +WWW= https://www.rawtherapee.com/ LICENSE= GPLv3 diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index b1d633e82af6..8d613d19c2d9 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -11,6 +11,7 @@ EXTRACT_ONLY= ${PORTNAME}.${PORTVERSION}.tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Extensible system for creating ray-traced images +WWW= http://www-graphics.stanford.edu/~cek/rayshade/ LICENSE= rayshade LICENSE_NAME= Rayshade license diff --git a/graphics/reactphysics3d/Makefile b/graphics/reactphysics3d/Makefile index e49e72d9d23a..d2c7dcacfceb 100644 --- a/graphics/reactphysics3d/Makefile +++ b/graphics/reactphysics3d/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= C++ physics engine library in 3D +WWW= https://www.reactphysics3d.com/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/reallyslick/Makefile b/graphics/reallyslick/Makefile index ef308b9d3c8a..586e75e49281 100644 --- a/graphics/reallyslick/Makefile +++ b/graphics/reallyslick/Makefile @@ -7,6 +7,7 @@ DISTNAME= rss-glx_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL screensaver collection +WWW= http://rss-glx.sourceforge.net/ LIB_DEPENDS= libGLC.so:graphics/quesoglc diff --git a/graphics/realsr-ncnn-vulkan/Makefile b/graphics/realsr-ncnn-vulkan/Makefile index e55e1b754402..b32c5dd71c0e 100644 --- a/graphics/realsr-ncnn-vulkan/Makefile +++ b/graphics/realsr-ncnn-vulkan/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Scale and denoise images using convolutional neural networks +WWW= https://github.com/nihui/realsr-ncnn-vulkan LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/recastnavigation/Makefile b/graphics/recastnavigation/Makefile index 864363588bbd..fd2ee77105e6 100644 --- a/graphics/recastnavigation/Makefile +++ b/graphics/recastnavigation/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= fluffy@FreeBSD.org COMMENT= Art navigation mesh construction toolset for games +WWW= https://github.com/recastnavigation/recastnavigation/ USES= cmake compiler:c++17-lang gl openal pkgconfig sdl xorg USE_GL= gl diff --git a/graphics/recoverjpeg/Makefile b/graphics/recoverjpeg/Makefile index 71916176adeb..71233ab4c5f7 100644 --- a/graphics/recoverjpeg/Makefile +++ b/graphics/recoverjpeg/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://rfc1149.net/download/${PORTNAME}/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Recoverjpeg tries to recover JFIF (JPEG) pictures from a peripheral +WWW= https://rfc1149.net/devel/recoverjpeg.html LICENSE= GPLv2 diff --git a/graphics/renrot/Makefile b/graphics/renrot/Makefile index d17f1c7feff3..2e559da4c93c 100644 --- a/graphics/renrot/Makefile +++ b/graphics/renrot/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://download.gnu.org.ua/pub/release/${PORTNAME}/ MAINTAINER= zeus@gnu.org.ua COMMENT= Program to rename and rotate image files according to EXIF tags +WWW= https://puszcza.gnu.org.ua/projects/renrot/ LICENSE= ART20 diff --git a/graphics/repng2jpeg/Makefile b/graphics/repng2jpeg/Makefile index e6e8315e22cb..c473670d60fc 100644 --- a/graphics/repng2jpeg/Makefile +++ b/graphics/repng2jpeg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/graphics/repng2jpeg/ MAINTAINER= portmaster@bsdforge.com COMMENT= Small tool to recompress JPEG, PNG, and GIF images +WWW= https://BSDforge.COM/projects/graphics/repng2jpeg/ LICENSE= GPLv1 diff --git a/graphics/rgbpaint/Makefile b/graphics/rgbpaint/Makefile index 21281db21031..3694b641221f 100644 --- a/graphics/rgbpaint/Makefile +++ b/graphics/rgbpaint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/mtpaint/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Very basic painting program +WWW= http://mtpaint.sourceforge.net/rgbpaint.html LICENSE= GPLv2+ diff --git a/graphics/rigsofrods-caelum/Makefile b/graphics/rigsofrods-caelum/Makefile index 38104d1f75c7..d98c1815d934 100644 --- a/graphics/rigsofrods-caelum/Makefile +++ b/graphics/rigsofrods-caelum/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= monwarez@mailoo.org COMMENT= OGRE plugin for atmospheric effects +WWW= https://www.ogre3d.org/tikiwiki/Caelum LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/lgpl.txt diff --git a/graphics/rigsofrods-pagedgeometry/Makefile b/graphics/rigsofrods-pagedgeometry/Makefile index 7388a5f0f6d5..3f45e04b97a2 100644 --- a/graphics/rigsofrods-pagedgeometry/Makefile +++ b/graphics/rigsofrods-pagedgeometry/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= monwarez@mailoo.org COMMENT= OGRE plugin for real-time dense forests +WWW= https://www.ogre3d.org/tikiwiki/PagedGeometry+Engine LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/zlib.txt diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 286c213f1c82..ff7dd6858615 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Image viewer with Xfce integration +WWW= https://goodies.xfce.org/projects/applications/ristretto LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/rlottie/Makefile b/graphics/rlottie/Makefile index 4284745416f2..28db85198f87 100644 --- a/graphics/rlottie/Makefile +++ b/graphics/rlottie/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Platform independent standalone library that plays Lottie Animation +WWW= https://github.com/Samsung/rlottie LICENSE= MIT LICENSE_FILE= ${WRKSRC}/licenses/COPYING.MIT diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 821f7362609f..08e295fdc411 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= ruby MAINTAINER= dinoex@FreeBSD.org COMMENT= Ruby extension library to use Thomas Boutell's gd library +WWW= https://github.com/Spakman/ruby-gd LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgd.so:graphics/gd \ diff --git a/graphics/rubygem-cairo/Makefile b/graphics/rubygem-cairo/Makefile index 005b4b5bf2c0..14f33425bcbb 100644 --- a/graphics/rubygem-cairo/Makefile +++ b/graphics/rubygem-cairo/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for GLib2 +WWW= https://github.com/rcairo/rcairo LICENSE= GPLv2+ RUBY LICENSE_COMB= dual diff --git a/graphics/rubygem-captcha/Makefile b/graphics/rubygem-captcha/Makefile index cc8cc7d032d0..a72c6889fd74 100644 --- a/graphics/rubygem-captcha/Makefile +++ b/graphics/rubygem-captcha/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simple CAPTCHA written in Ruby +WWW= https://github.com/winton/captcha LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-chunky_png/Makefile b/graphics/rubygem-chunky_png/Makefile index 2406c8927e63..f82c627617e5 100644 --- a/graphics/rubygem-chunky_png/Makefile +++ b/graphics/rubygem-chunky_png/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library to read and write PNG images +WWW= https://github.com/wvanbergen/chunky_png/wiki LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/rubygem-clutter-gdk/Makefile b/graphics/rubygem-clutter-gdk/Makefile index eecd93067f74..a9d56b03f158 100644 --- a/graphics/rubygem-clutter-gdk/Makefile +++ b/graphics/rubygem-clutter-gdk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of GDK-specific API of Clutter +WWW= https://ruby-gnome.github.io/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/graphics/rubygem-clutter-gtk/Makefile b/graphics/rubygem-clutter-gtk/Makefile index 63cac90c4f6a..b7b27a484896 100644 --- a/graphics/rubygem-clutter-gtk/Makefile +++ b/graphics/rubygem-clutter-gtk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of Clutter-GTK +WWW= https://ruby-gnome.github.io/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/graphics/rubygem-clutter/Makefile b/graphics/rubygem-clutter/Makefile index 7f9aeab9e7ec..8d304f0b98be 100644 --- a/graphics/rubygem-clutter/Makefile +++ b/graphics/rubygem-clutter/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of Clutter +WWW= https://ruby-gnome.github.io/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/graphics/rubygem-dragonfly/Makefile b/graphics/rubygem-dragonfly/Makefile index 85e11d0d4004..bf17da629e43 100644 --- a/graphics/rubygem-dragonfly/Makefile +++ b/graphics/rubygem-dragonfly/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= On-the-fly Rack-based image handling framework +WWW= https://github.com/markevans/dragonfly LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/rubygem-emoji/Makefile b/graphics/rubygem-emoji/Makefile index b4b7a933be75..1215bb66b322 100644 --- a/graphics/rubygem-emoji/Makefile +++ b/graphics/rubygem-emoji/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby gem for emoji +WWW= https://github.com/wpeterson/emoji LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rubygem-exifr/Makefile b/graphics/rubygem-exifr/Makefile index bd3cef4a71c1..2abc492b4b25 100644 --- a/graphics/rubygem-exifr/Makefile +++ b/graphics/rubygem-exifr/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Pure-ruby EXIF reader +WWW= https://github.com/remvee/exifr LICENSE= MIT diff --git a/graphics/rubygem-ezprint/Makefile b/graphics/rubygem-ezprint/Makefile index e00e871d081a..8fa2d6ead94e 100644 --- a/graphics/rubygem-ezprint/Makefile +++ b/graphics/rubygem-ezprint/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rails wrapper for the PDFKit library +WWW= https://github.com/jstewart/ezprint LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-fastimage/Makefile b/graphics/rubygem-fastimage/Makefile index 2dbb8071b1c0..596edbf3425d 100644 --- a/graphics/rubygem-fastimage/Makefile +++ b/graphics/rubygem-fastimage/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= FastImage finds the size or type of an image +WWW= https://github.com/sdsykes/fastimage LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-flamegraph/Makefile b/graphics/rubygem-flamegraph/Makefile index 8799669c2cd4..94e897315889 100644 --- a/graphics/rubygem-flamegraph/Makefile +++ b/graphics/rubygem-flamegraph/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Flamegraph support for arbitrary ruby apps +WWW= https://github.com/SamSaffron/flamegraph LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rubygem-gd2/Makefile b/graphics/rubygem-gd2/Makefile index 838b759ab41e..cb154211be4e 100644 --- a/graphics/rubygem-gd2/Makefile +++ b/graphics/rubygem-gd2/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to gd 2 library +WWW= http://gd2.rubyforge.org/ LICENSE= GPLv2 diff --git a/graphics/rubygem-gdk_pixbuf2/Makefile b/graphics/rubygem-gdk_pixbuf2/Makefile index 2b50abc3bab4..4658223d78ef 100644 --- a/graphics/rubygem-gdk_pixbuf2/Makefile +++ b/graphics/rubygem-gdk_pixbuf2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of GdkPixbuf 2.x +WWW= https://ruby-gnome.github.io/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/graphics/rubygem-gemojione/Makefile b/graphics/rubygem-gemojione/Makefile index d789b0496d53..7134f229a7b3 100644 --- a/graphics/rubygem-gemojione/Makefile +++ b/graphics/rubygem-gemojione/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Gem containing EmojiOne unicode/image assets +WWW= https://github.com/bonusly/gemojione LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rubygem-gemojione32/Makefile b/graphics/rubygem-gemojione32/Makefile index 0329d0599124..f8973bf06161 100644 --- a/graphics/rubygem-gemojione32/Makefile +++ b/graphics/rubygem-gemojione32/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= 32 MAINTAINER= mfechner@FreeBSD.org COMMENT= Gem containing EmojiOne unicode/image assets +WWW= https://github.com/jonathanwiesel/gemojione LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rubygem-geokit/Makefile b/graphics/rubygem-geokit/Makefile index 2985427c6dd2..f66eefe42fcd 100644 --- a/graphics/rubygem-geokit/Makefile +++ b/graphics/rubygem-geokit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby gem for maps-based apps +WWW= https://github.com/geokit/geokit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-gitlab_emoji/Makefile b/graphics/rubygem-gitlab_emoji/Makefile index b1928b73448d..edfca8ecec22 100644 --- a/graphics/rubygem-gitlab_emoji/Makefile +++ b/graphics/rubygem-gitlab_emoji/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides Gitlab Emoji assets +WWW= https://gitlab.com/gitlab-org/gitlab_emoji LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/rubygem-gruff/Makefile b/graphics/rubygem-gruff/Makefile index f579bda1894a..e4b29c6e6729 100644 --- a/graphics/rubygem-gruff/Makefile +++ b/graphics/rubygem-gruff/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Beautiful graphing library for Ruby using RMagick +WWW= https://github.com/topfunky/gruff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-histogram/Makefile b/graphics/rubygem-histogram/Makefile index 6c62f58c98e8..4bed6f29c34a 100644 --- a/graphics/rubygem-histogram/Makefile +++ b/graphics/rubygem-histogram/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Give objects the ability to 'histogram' in several useful ways +WWW= https://github.com/jtprince/histogram LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/rubygem-image_processing/Makefile b/graphics/rubygem-image_processing/Makefile index 5d85429816a3..83d84392895b 100644 --- a/graphics/rubygem-image_processing/Makefile +++ b/graphics/rubygem-image_processing/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= High-level wrapper for processing images for the web with ImageMagick or libvips +WWW= https://github.com/janko/image_processing LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rubygem-image_science/Makefile b/graphics/rubygem-image_science/Makefile index a7504bdcda90..0f8246956d1b 100644 --- a/graphics/rubygem-image_science/Makefile +++ b/graphics/rubygem-image_science/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library that generates thumbnails +WWW= https://github.com/seattlerb/image_science LICENSE= MIT diff --git a/graphics/rubygem-imagesize/Makefile b/graphics/rubygem-imagesize/Makefile index fc77aae4edb0..2c5661f79f16 100644 --- a/graphics/rubygem-imagesize/Makefile +++ b/graphics/rubygem-imagesize/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= RubyGem for finding the size of an image +WWW= http://imagesize.rubyforge.org/ LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual diff --git a/graphics/rubygem-invisible_captcha/Makefile b/graphics/rubygem-invisible_captcha/Makefile index 919751607416..29f6af9ab0f9 100644 --- a/graphics/rubygem-invisible_captcha/Makefile +++ b/graphics/rubygem-invisible_captcha/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Unobtrusive CAPTCHA for ruby +WWW= https://github.com/markets/invisible_captcha LICENSE= MIT diff --git a/graphics/rubygem-mini_magick/Makefile b/graphics/rubygem-mini_magick/Makefile index 9bc668b87312..5986dd75d2fa 100644 --- a/graphics/rubygem-mini_magick/Makefile +++ b/graphics/rubygem-mini_magick/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate images with minimal use of memory via ImageMagick +WWW= https://github.com/minimagick/minimagick LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-mini_magick410/Makefile b/graphics/rubygem-mini_magick410/Makefile index 810f6773fff5..a078b10cb937 100644 --- a/graphics/rubygem-mini_magick410/Makefile +++ b/graphics/rubygem-mini_magick410/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= 410 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manipulate images with minimal use of memory via ImageMagick +WWW= https://github.com/minimagick/minimagick LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile index ad867b0d4a8f..d5951f8fd752 100644 --- a/graphics/rubygem-objectdetect/Makefile +++ b/graphics/rubygem-objectdetect/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= tota@FreeBSD.org COMMENT= Simple library for detecting objects in pictures +WWW= https://rubygems.org/gems/objectdetect LICENSE= MIT diff --git a/graphics/rubygem-opengl/Makefile b/graphics/rubygem-opengl/Makefile index 730f181da903..5431ec51adc4 100644 --- a/graphics/rubygem-opengl/Makefile +++ b/graphics/rubygem-opengl/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= OpenGL wrapper for Ruby +WWW= https://github.com/larskanis/opengl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-pdfkit/Makefile b/graphics/rubygem-pdfkit/Makefile index 4e587baa3044..1f2e8de56d74 100644 --- a/graphics/rubygem-pdfkit/Makefile +++ b/graphics/rubygem-pdfkit/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Uses wkhtmltopdf to create PDFs using HTML +WWW= https://github.com/pdfkit/pdfkit LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/rubygem-png/Makefile b/graphics/rubygem-png/Makefile index a5805b6b4070..f0a2aba178d0 100644 --- a/graphics/rubygem-png/Makefile +++ b/graphics/rubygem-png/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Almost-pure-ruby PNG library +WWW= https://www.zenspider.com/projects/png.html LICENSE= MIT diff --git a/graphics/rubygem-railroad/Makefile b/graphics/rubygem-railroad/Makefile index e428de97ee71..e2248dfe9164 100644 --- a/graphics/rubygem-railroad/Makefile +++ b/graphics/rubygem-railroad/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Class diagrams generator for Ruby on Rails applications +WWW= http://railroad.rubyforge.org/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/graphics/rubygem-red-colors/Makefile b/graphics/rubygem-red-colors/Makefile index e64bd704e2cd..75e238a9a2e5 100644 --- a/graphics/rubygem-red-colors/Makefile +++ b/graphics/rubygem-red-colors/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provide a wide array of features for dealing with colors +WWW= https://github.com/red-data-tools/red-colors LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rubygem-rmagick/Makefile b/graphics/rubygem-rmagick/Makefile index a96090b50d79..9914c6c2afcd 100644 --- a/graphics/rubygem-rmagick/Makefile +++ b/graphics/rubygem-rmagick/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby binding for ImageMagick +WWW= https://github.com/rmagick/rmagick LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/rubygem-rsvg2/Makefile b/graphics/rubygem-rsvg2/Makefile index 1a091c213927..903b627aa083 100644 --- a/graphics/rubygem-rsvg2/Makefile +++ b/graphics/rubygem-rsvg2/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby binding of librsvg 2.x +WWW= https://ruby-gnome.github.io/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/graphics/rubygem-ruby-graphviz/Makefile b/graphics/rubygem-ruby-graphviz/Makefile index a4b4adccb2ca..c586505089d4 100644 --- a/graphics/rubygem-ruby-graphviz/Makefile +++ b/graphics/rubygem-ruby-graphviz/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Interface to the GraphViz Graphing Tool +WWW= https://github.com/glejeune/Ruby-Graphviz LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING.md diff --git a/graphics/rubygem-ruby-vips/Makefile b/graphics/rubygem-ruby-vips/Makefile index 502725b57215..f09a9dfcc35b 100644 --- a/graphics/rubygem-ruby-vips/Makefile +++ b/graphics/rubygem-ruby-vips/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Binding for the vips image processing library +WWW= https://github.com/libvips/ruby-vips LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rubygem-scruffy/Makefile b/graphics/rubygem-scruffy/Makefile index 5c21a70433c8..34bf6f08af10 100644 --- a/graphics/rubygem-scruffy/Makefile +++ b/graphics/rubygem-scruffy/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Beautiful Graphs for Ruby +WWW= https://github.com/brasten/scruffy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/graphics/rubygem-tanuki_emoji/Makefile b/graphics/rubygem-tanuki_emoji/Makefile index 667e8cf72663..80a90dfe3dcb 100644 --- a/graphics/rubygem-tanuki_emoji/Makefile +++ b/graphics/rubygem-tanuki_emoji/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Emoji character information and metadata +WWW= https://gitlab.com/gitlab-org/tanuki_emoji LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index 053bc867d7f2..457ec55bdd1a 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -editor MAINTAINER= yuri@FreeBSD.org COMMENT= Modern and minimalist pixel editor implemented in rust +WWW= https://rx.cloudhead.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 2ac859197257..334f30fdd19e 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \ MAINTAINER= ports@FreeBSD.org COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras +WWW= http://www.reynoldsnet.org/s10sh/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile index f227ceda4243..d9876f46c455 100644 --- a/graphics/s2/Makefile +++ b/graphics/s2/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org COMMENT= S2 Geometry Library +WWW= https://s2geometry.io/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/s2tc/Makefile b/graphics/s2tc/Makefile index a7af91414230..933ae0909af3 100644 --- a/graphics/s2tc/Makefile +++ b/graphics/s2tc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Subset of a well-known texture compression scheme +WWW= https://github.com/divVerent/s2tc/wiki LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/sage/Makefile b/graphics/sage/Makefile index 2a3b4784ce6f..ab993fe22fd2 100644 --- a/graphics/sage/Makefile +++ b/graphics/sage/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/worldforge/${PORTNAME}%20%28OpenGL%20helper%20lib%29/${PORTVERS MAINTAINER= oliver@FreeBSD.org COMMENT= OpenGL extension library +WWW= http://www.worldforge.org/dev/eng/libraries/sage CONFIGURE_ARGS= --program-transform-name= GNU_CONFIGURE= yes diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 5c0fec420e2e..2efb9788718a 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/v${ MAINTAINER= des@FreeBSD.org COMMENT= Converts raster (bitmap) image formats into PS or PDF files +WWW= https://code.google.com/p/sam2p/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/sampleicc/Makefile b/graphics/sampleicc/Makefile index 74f8b3e0d1c6..35ebf603e3c8 100644 --- a/graphics/sampleicc/Makefile +++ b/graphics/sampleicc/Makefile @@ -7,6 +7,7 @@ DISTNAME= SampleICC-${PORTVERSION} MAINTAINER= office@FreeBSD.org COMMENT= Library for reading, writing, manipulating, and applying ICC profiles +WWW= http://sampleicc.sourceforge.net/ LICENSE= ICC LICENSE_NAME= The ICC Software License, Version 0.2 diff --git a/graphics/sane-airscan/Makefile b/graphics/sane-airscan/Makefile index d819feb7d440..4a825af833ce 100644 --- a/graphics/sane-airscan/Makefile +++ b/graphics/sane-airscan/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= henry.hu.sh@gmail.com COMMENT= SANE backend for AirScan (eSCL) and WSD document scanners +WWW= https://github.com/alexpevzner/sane-airscan LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 5e9ba63902ee..37276043c79a 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://gitlab.com/sane-project/backends/uploads/7d30fab4e115029d9 MAINTAINER= vvd@unislabs.com COMMENT= API for accessing scanners, digital cameras, frame grabbers, etc +WWW= http://www.sane-project.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index aa1e7a8469fe..a522f500d4e0 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -46,6 +46,7 @@ DISTNAME= iscan_${PORTVERSION}-1 MAINTAINER= cy@FreeBSD.org COMMENT= The sane-epkowa driver for FreeBSD +WWW= http://avasys.jp/english/ # use the following two lines for 2.15.0 # MASTER_SITES=http://linux.avasys.jp/drivers/iscan/${PORTVERSION}/ diff --git a/graphics/scale2x/Makefile b/graphics/scale2x/Makefile index d98cf0858318..2219ae1c61c7 100644 --- a/graphics/scale2x/Makefile +++ b/graphics/scale2x/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Real-time graphics effect able to increase the size of small bitmaps +WWW= http://scale2x.sourceforge.net/ LICENSE= GPLv2+ diff --git a/graphics/scantailor/Makefile b/graphics/scantailor/Makefile index 2eda9f1ea708..b8671e71e46c 100644 --- a/graphics/scantailor/Makefile +++ b/graphics/scantailor/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= m.ne@gmx.net COMMENT= Interactive post-processing tool for scanned pages +WWW= https://github.com/4lex4/scantailor-advanced LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile index 9b875ae01653..7b0630d5cb99 100644 --- a/graphics/scrot/Makefile +++ b/graphics/scrot/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= SCReenshOT - command line screen capture utility +WWW= https://github.com/resurrecting-open-source-projects/scrot LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/sdl2_gfx/Makefile b/graphics/sdl2_gfx/Makefile index 2f7927de4aab..6fe4f954ef9a 100644 --- a/graphics/sdl2_gfx/Makefile +++ b/graphics/sdl2_gfx/Makefile @@ -6,6 +6,7 @@ DISTNAME= SDL2_gfx-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions +WWW= https://www.ferzkopp.net/Software/SDL_gfx-2.0/ LICENSE= ZLIB diff --git a/graphics/sdl2_image/Makefile b/graphics/sdl2_image/Makefile index 2ee9e477efae..4f83fa033a32 100644 --- a/graphics/sdl2_image/Makefile +++ b/graphics/sdl2_image/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple library to load images of various formats as SDL surfaces +WWW= https://github.com/libsdl-org/SDL_image LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/sdl2_ttf/Makefile b/graphics/sdl2_ttf/Makefile index 3e83ef433acd..4f0410ee80f0 100644 --- a/graphics/sdl2_ttf/Makefile +++ b/graphics/sdl2_ttf/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to use TrueType fonts to render text in SDL applications +WWW= https://github.com/libsdl-org/SDL_ttf LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile index 56844fcf538d..de6117c501f9 100644 --- a/graphics/sdl_gfx/Makefile +++ b/graphics/sdl_gfx/Makefile @@ -6,6 +6,7 @@ DISTNAME= SDL_gfx-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= SDL graphics drawing primitives and other support functions +WWW= https://www.ferzkopp.net/Software/SDL_gfx-2.0/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile index 6da257aea392..3476a448364d 100644 --- a/graphics/sdl_image/Makefile +++ b/graphics/sdl_image/Makefile @@ -7,6 +7,7 @@ DISTNAME= SDL_image-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simple library to load images of various formats as SDL surfaces +WWW= https://www.libsdl.org/projects/SDL_image/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/sdl_ttf/Makefile b/graphics/sdl_ttf/Makefile index 059904a72116..9c5070158952 100644 --- a/graphics/sdl_ttf/Makefile +++ b/graphics/sdl_ttf/Makefile @@ -7,6 +7,7 @@ DISTNAME= SDL_ttf-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Library to use TrueType fonts to render text in SDL applications +WWW= https://www.libsdl.org/projects/SDL_ttf/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/sdump/Makefile b/graphics/sdump/Makefile index b5a3bc671130..66502ba568b1 100644 --- a/graphics/sdump/Makefile +++ b/graphics/sdump/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sue@iwmt.org COMMENT= Sixel image dumper +WWW= https://github.com/uobikiemukot/sdump LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile index f350e1dd11a1..084e35a21bc1 100644 --- a/graphics/seejpeg/Makefile +++ b/graphics/seejpeg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SUNSITE/apps/graphics/viewers/svga MAINTAINER= ports@FreeBSD.org COMMENT= Console graphics viewer using the svga console graphics library +WWW= https://www.icewalk.com/softlib/app/app_00013.html LIB_DEPENDS= libvga.so:graphics/svgalib diff --git a/graphics/seexpr/Makefile b/graphics/seexpr/Makefile index 5da454dd04cf..a2dd369413c0 100644 --- a/graphics/seexpr/Makefile +++ b/graphics/seexpr/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.kde.org/stable/${PORTNAME}/ MAINTAINER= danfe@FreeBSD.org COMMENT= Embeddable expression evaluation language +WWW= https://wdas.github.io/SeExpr/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/sekrit-twc-zimg/Makefile b/graphics/sekrit-twc-zimg/Makefile index 493c13014ad9..983ba259893b 100644 --- a/graphics/sekrit-twc-zimg/Makefile +++ b/graphics/sekrit-twc-zimg/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${GH_ACCOUNT}- MAINTAINER= jbeich@FreeBSD.org COMMENT= Scaling, colorspace conversion, and dithering library +WWW= https://github.com/sekrit-twc/zimg LICENSE= WTFPL LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/seom/Makefile b/graphics/seom/Makefile index 5e3609491b32..bc534717ea09 100644 --- a/graphics/seom/Makefile +++ b/graphics/seom/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/bms MAINTAINER= ports@FreeBSD.org COMMENT= Real-time capture library for OpenGL applications +WWW= https://github.com/wereHamster/yukon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/separate/Makefile b/graphics/separate/Makefile index b24fa3cd7395..dcd5565366c7 100644 --- a/graphics/separate/Makefile +++ b/graphics/separate/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}+-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= CMYK plugin for The GIMP +WWW= https://cue.yellowmagic.info/softwares/separate.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/seq2gif/Makefile b/graphics/seq2gif/Makefile index 58d2a8ed4f2f..60a863867fa5 100644 --- a/graphics/seq2gif/Makefile +++ b/graphics/seq2gif/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= sue@iwmt.org COMMENT= Convert a ttyrec record into a gif animation directly +WWW= https://saitoha.github.io/seq2gif/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/shaderc/Makefile b/graphics/shaderc/Makefile index 4277fee10d9f..3e5c4fe8b808 100644 --- a/graphics/shaderc/Makefile +++ b/graphics/shaderc/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org COMMENT= GLSL/HLSL to SPIR-V shader compiler +WWW= https://github.com/google/shaderc LICENSE= APACHE20 diff --git a/graphics/shared-color-profiles/Makefile b/graphics/shared-color-profiles/Makefile index 9f4d15200faf..eb8202f618b4 100644 --- a/graphics/shared-color-profiles/Makefile +++ b/graphics/shared-color-profiles/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://people.freedesktop.org/~hughsient/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Color profiles from contributors for color calibration +WWW= https://github.com/hughsie/shared-color-profiles GNU_CONFIGURE= yes diff --git a/graphics/sharpconstruct/Makefile b/graphics/sharpconstruct/Makefile index fa8cbbd1aef7..94b592b2eb38 100644 --- a/graphics/sharpconstruct/Makefile +++ b/graphics/sharpconstruct/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/sharp3d/SharpConstruct/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= 3D modeller for organic shapes +WWW= http://sharp3d.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 12f353d3e3db..47191bcd3a48 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNOME MAINTAINER= cmt@FreeBSD.org COMMENT= Open source photo manager for GNOME +WWW= https://wiki.gnome.org/Apps/Shotwell LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/showimage/Makefile b/graphics/showimage/Makefile index cfe262789785..7c17ad031dc2 100644 --- a/graphics/showimage/Makefile +++ b/graphics/showimage/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://dl.opendesktop.org/api/files/download/id/1482097460/ \ MAINTAINER= kde@FreeBSD.org COMMENT= Simple KDE based image viewer +WWW= http://kde-apps.org/content/show.php/ShowImage?content=143977 LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 20c28f023b68..9c5884a35494 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Font engine for complex non-Roman writing systems +WWW= http://silgraphite.sourceforge.net/ LICENSE= CPL05 LGPL21+ LICENSE_COMB= dual diff --git a/graphics/simage/Makefile b/graphics/simage/Makefile index ecd72cdbe887..608374da8a2a 100644 --- a/graphics/simage/Makefile +++ b/graphics/simage/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://bitbucket.org/Coin3D/coin/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Library with image format loaders and front-ends +WWW= https://bitbucket.org/Coin3D/coin/wiki/Home LICENSE= MIT unknown LICENSE_COMB= dual diff --git a/graphics/simple-scan/Makefile b/graphics/simple-scan/Makefile index f28d67876129..e87fab538920 100644 --- a/graphics/simple-scan/Makefile +++ b/graphics/simple-scan/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Simple scanning utility +WWW= https://gitlab.gnome.org/GNOME/simple-scan LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile index 88f217853d4f..f63f5dd55b00 100644 --- a/graphics/simpleviewer/Makefile +++ b/graphics/simpleviewer/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME} # and that's why we need ${DIST_SUBDIR} MAINTAINER= danfe@FreeBSD.org COMMENT= Small and simple image viewer based on OpenGL +WWW= https://bitbucket.org/andreyu/simple-viewer-gl LICENSE= GPLv2 diff --git a/graphics/skanlite/Makefile b/graphics/skanlite/Makefile index 4aecb2826003..8c63ea2ea9ad 100644 --- a/graphics/skanlite/Makefile +++ b/graphics/skanlite/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Simple image scanning application +WWW= https://www.kde.org/applications/graphics/skanlite LICENSE= GPLv2 diff --git a/graphics/skanpage/Makefile b/graphics/skanpage/Makefile index 6cc2effcc1ad..1ca67b82fe28 100644 --- a/graphics/skanpage/Makefile +++ b/graphics/skanpage/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Multi-page image scanning application +WWW= https://invent.kde.org/utilities/skanpage # We pick GPLv3 out of 2|3|KDEeV LICENSE= GPLv3 @@ -21,7 +22,4 @@ USE_QT= core concurrent dbus declarative gui network printsupport \ quickcontrols2 widgets xml \ buildtools_build qmake_build testlib_build - - - .include <bsd.port.mk> diff --git a/graphics/spectacle/Makefile b/graphics/spectacle/Makefile index 4dd8258484db..1100208dce19 100644 --- a/graphics/spectacle/Makefile +++ b/graphics/spectacle/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE screen capture program +WWW= https://projects.kde.org/projects/kde/kdegraphics/spectacle LIB_DEPENDS= libxcb-cursor.so:x11/xcb-util-cursor \ libxcb-image.so:x11/xcb-util-image \ diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index 88d47649ff35..6bad34a12b0c 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Tools for processing SPIR-V intermediate shader language modules +WWW= https://github.com/KhronosGroup/SPIRV-Tools LICENSE= APACHE20 diff --git a/graphics/springgraph/Makefile b/graphics/springgraph/Makefile index 8accec3a39c6..4b1cefa1bd92 100644 --- a/graphics/springgraph/Makefile +++ b/graphics/springgraph/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .pl MAINTAINER= ports@FreeBSD.org COMMENT= Render graph described in a .dot file +WWW= http://www.chaosreigns.com/code/springgraph/ RUN_DEPENDS= p5-GD>=0:graphics/p5-GD diff --git a/graphics/squish/Makefile b/graphics/squish/Makefile index 6324ab47cfc1..d6d0765dc9a1 100644 --- a/graphics/squish/Makefile +++ b/graphics/squish/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/co MAINTAINER= rddeblois@gmail.com COMMENT= Open source DXT compression library +WWW= https://code.google.com/p/libsquish/ LICENSE= MIT diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index a12d7498633a..1da21566a352 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.unix-ag.uni-kl.de/~auerswal/ssocr/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= CLI to recognize digits of a seven segment display +WWW= https://www.unix-ag.uni-kl.de/~auerswal/ssocr/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/sswf/Makefile b/graphics/sswf/Makefile index 456a0fe27de9..519241c9ea39 100644 --- a/graphics/sswf/Makefile +++ b/graphics/sswf/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= Library and script language tool to create Flash movies +WWW= https://www.m2osw.com/sswf LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile index e9a80efc1d6c..26d430eb6c23 100644 --- a/graphics/stamp/Makefile +++ b/graphics/stamp/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= fuz@fuz.su COMMENT= Adds a graphical, configurable timestamp to a grayscale image +WWW= http://stamp.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index d660cd38ac07..7f2bec41e870 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Render an SVG image to a PDF file (using cairo) +WWW= https://cairographics.org LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index ca27e8b2edf5..a6ba107d03d1 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= Render an SVG image to a PNG image (using cairo) +WWW= https://cairographics.org LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo diff --git a/graphics/svgalib/Makefile b/graphics/svgalib/Makefile index 5b3c7275cdbc..22ea143fe674 100644 --- a/graphics/svgalib/Makefile +++ b/graphics/svgalib/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.svgalib.org/ MAINTAINER= ports@FreeBSD.org COMMENT= Low level console graphics library +WWW= https://www.svgalib.org/ LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index be3cc5e98dfc..6248c74e1da6 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= mikael@FreeBSD.org COMMENT= Convert ASCII diagrams to SVG +WWW= https://github.com/ivanceras/svgbob LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC:H}/LICENSE diff --git a/graphics/swappy/Makefile b/graphics/swappy/Makefile index 19fb1d8e10f9..1d09debab11e 100644 --- a/graphics/swappy/Makefile +++ b/graphics/swappy/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Snapshot editing for Wayland (a la Snappy on macOS) +WWW= https://github.com/jtheoof/swappy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/swfmill/Makefile b/graphics/swfmill/Makefile index 21f50fe1b7f2..1792c8477137 100644 --- a/graphics/swfmill/Makefile +++ b/graphics/swfmill/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://swfmill.org/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to generate or decompile Adobe Flash SWF files +WWW= https://swfmill.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/swftools/Makefile b/graphics/swftools/Makefile index 63e57bce1a36..b1160828ba2d 100644 --- a/graphics/swftools/Makefile +++ b/graphics/swftools/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.swftools.org/ \ MAINTAINER= dinoex@FreeBSD.org COMMENT= SWF manipulation and generation utilities +WWW= http://www.swftools.org/ LICENSE= GPLv2 diff --git a/graphics/synaesthesia/Makefile b/graphics/synaesthesia/Makefile index c004adf85192..17cbafcc4fa8 100644 --- a/graphics/synaesthesia/Makefile +++ b/graphics/synaesthesia/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.logarithmic.net/pfh-files/synaesthesia/ MAINTAINER= ports@FreeBSD.org COMMENT= Real-time graphical music representation program +WWW= https://www.logarithmic.net/pfh/synaesthesia LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/synfig/Makefile b/graphics/synfig/Makefile index 3aec4f85a361..cd5b4754ab79 100644 --- a/graphics/synfig/Makefile +++ b/graphics/synfig/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics devel multimedia MAINTAINER= portmaster@BSDforge.com COMMENT= Vector based 2D animation package +WWW= https://www.synfig.org/ LICENSE= GPLv2+ diff --git a/graphics/synfigstudio/Makefile b/graphics/synfigstudio/Makefile index c53a2eb95078..424d38bd4064 100644 --- a/graphics/synfigstudio/Makefile +++ b/graphics/synfigstudio/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics multimedia MAINTAINER= portmaster@BSDforge.com COMMENT= Vector-based 2D animation software package +WWW= https://www.synfig.org/ LICENSE= GPLv2+ diff --git a/graphics/tachyon/Makefile b/graphics/tachyon/Makefile index 084c7e23d7f1..84520a37673a 100644 --- a/graphics/tachyon/Makefile +++ b/graphics/tachyon/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://jedi.ks.uiuc.edu/~johns/raytracer/files/${DISTVERSION}/ MAINTAINER= arrowd@FreeBSD.org COMMENT= Multiproccess ray tracing system +WWW= http://jedi.ks.uiuc.edu/~johns/raytracer/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/../Copyright diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index c4b06cb84c8b..85269311a527 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Tool to draw pictures on your root window +WWW= https://github.com/jd/telak LICENSE= GPLv2 diff --git a/graphics/tesseract-data/Makefile b/graphics/tesseract-data/Makefile index 61a78b4ba1ea..409044526d2b 100644 --- a/graphics/tesseract-data/Makefile +++ b/graphics/tesseract-data/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org COMMENT= Trained language data for the Tesseract OCR engine +WWW= https://github.com/tesseract-ocr/tessdata LICENSE= APACHE20 diff --git a/graphics/tesseract/Makefile b/graphics/tesseract/Makefile index 9d447cb9c780..adf93f5a47e2 100644 --- a/graphics/tesseract/Makefile +++ b/graphics/tesseract/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= pkubaj@FreeBSD.org COMMENT= Commercial quality open source OCR engine +WWW= https://github.com/tesseract-ocr/tesseract LICENSE= APACHE20 diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 347140081e4d..3ba43524ed59 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -9,6 +9,7 @@ DISTNAME= ${PORTNAME}-QPL-${PORTVERSION} MAINTAINER= bmc@clapper.org COMMENT= Xlib-based two-dimensional drawing tool and hyper-object browser +WWW= http://bourbon.usc.edu:8001/tgif/ LICENSE= QPLv1 LICENSE_NAME= Q PUBLIC LICENSE v1.0 diff --git a/graphics/tif22pnm/Makefile b/graphics/tif22pnm/Makefile index bb1298e21fa9..65b99e77d516 100644 --- a/graphics/tif22pnm/Makefile +++ b/graphics/tif22pnm/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://pts.szit.bme.hu/ MAINTAINER= martymac@FreeBSD.org COMMENT= Converts TIFF-sampled images to PNM image +WWW= http://pts.szit.bme.hu/ LICENSE= GPLv2 diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index ab8e32e13590..63744a0a6554 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://download.osgeo.org/libtiff/ MAINTAINER= desktop@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images +WWW= http://www.simplesystems.org/libtiff/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/graphics/tiffgt/Makefile b/graphics/tiffgt/Makefile index 7e7e798dc328..aa500c0693e5 100644 --- a/graphics/tiffgt/Makefile +++ b/graphics/tiffgt/Makefile @@ -6,6 +6,7 @@ DISTNAME= tiff-${DISTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= X11 Tools for working with TIFF images +WWW= http://www.simplesystems.org/libtiff/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 1dbc94513b69..25eab8f7de8a 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -7,6 +7,7 @@ DISTNAME= tiff MAINTAINER= ports@FreeBSD.org COMMENT= Library to merge TIFF files into multi-page TIFF files +WWW= http://www.whizkidtech.redprince.net/fports/ USES= dos2unix zip DOS2UNIX_GLOB= *.[ch] diff --git a/graphics/tikzit/Makefile b/graphics/tikzit/Makefile index d127dec4b693..0ec0971ff7e6 100644 --- a/graphics/tikzit/Makefile +++ b/graphics/tikzit/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= lwhsu@FreeBSD.org COMMENT= PGF/TikZ diagram editor +WWW= https://tikzit.github.io/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 49e30309c84a..dc7f2fffa4cb 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics editors games MAINTAINER= amdmi3@FreeBSD.org COMMENT= General purpose tile map editor +WWW= https://www.mapeditor.org/ LICENSE= BSD2CLAUSE BSD3CLAUSE GPLv2+ LICENSE_COMB= multi diff --git a/graphics/timeless/Makefile b/graphics/timeless/Makefile index aee4d99bf46f..b3ca8a8b2c95 100644 --- a/graphics/timeless/Makefile +++ b/graphics/timeless/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/shaun MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound +WWW= http://www.linuxmotors.com/timeless/ USES= sdl USE_SDL= sdl mixer diff --git a/graphics/timg/Makefile b/graphics/timg/Makefile index 3b3cd81c4cb7..5168cddf8d6a 100644 --- a/graphics/timg/Makefile +++ b/graphics/timg/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= uzsolt@uzsolt.hu COMMENT= Terminal Image and Video Viewer +WWW= https://github.com/hzeller/timg LICENSE= GPLv2 diff --git a/graphics/tintfu/Makefile b/graphics/tintfu/Makefile index 167f09321474..6e4285525102 100644 --- a/graphics/tintfu/Makefile +++ b/graphics/tintfu/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .jar MAINTAINER= ports@FreeBSD.org COMMENT= GraphViz .dot file editor +WWW= http://tintfu.sourceforge.net/ NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} diff --git a/graphics/tinyows/Makefile b/graphics/tinyows/Makefile index adde7be6ea46..684dfaee6641 100644 --- a/graphics/tinyows/Makefile +++ b/graphics/tinyows/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download.osgeo.org/mapserver/ MAINTAINER= joris.dedieu@gmail.com COMMENT= High Performance WFS-T server +WWW= https://mapserver.org/tinyows/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/tkpng/Makefile b/graphics/tkpng/Makefile index 835467d20490..e9856d092596 100644 --- a/graphics/tkpng/Makefile +++ b/graphics/tkpng/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= portmaster@BSDforge.com COMMENT= PNG support for Tcl/Tk +WWW= https://www.muonics.com/FreeStuff/TkPNG/ LICENSE= TclTk LICENSE_NAME= Tcl/Tk License diff --git a/graphics/togl/Makefile b/graphics/togl/Makefile index 8e31b4c62007..45deaa70a367 100644 --- a/graphics/togl/Makefile +++ b/graphics/togl/Makefile @@ -8,6 +8,7 @@ DISTNAME= Togl${DISTVERSIONFULL} MAINTAINER= ports@FreeBSD.org COMMENT= Tk OpenGL widget +WWW= http://togl.sourceforge.net/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/tslib/Makefile b/graphics/tslib/Makefile index f538bbcc62a6..53b520ab2f67 100644 --- a/graphics/tslib/Makefile +++ b/graphics/tslib/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= adridg@FreeBSD.org COMMENT= Touchscreen access library +WWW= http://www.tslib.org/ LICENSE= LGPL21 diff --git a/graphics/ttygif/Makefile b/graphics/ttygif/Makefile index edd48b28181e..84436884607b 100644 --- a/graphics/ttygif/Makefile +++ b/graphics/ttygif/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= olivier@FreeBSD.org COMMENT= Converts a ttyrec file into animated gif +WWW= https://github.com/icholy/ttygif LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/ttyplot/Makefile b/graphics/ttyplot/Makefile index 7cd3b4db8c3f..bbda8f032f9c 100644 --- a/graphics/ttyplot/Makefile +++ b/graphics/ttyplot/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org COMMENT= Realtime plotting utility for TTY with data input from stdin +WWW= https://github.com/tenox7/ttyplot LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile index 373348a2e4e3..69c054cf7003 100644 --- a/graphics/tumble/Makefile +++ b/graphics/tumble/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics print MAINTAINER= fuz@fuz.su COMMENT= Creates a PDF file from image files +WWW= http://tumble.brouhaha.com/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/tweeny/Makefile b/graphics/tweeny/Makefile index 4e76b2485130..2d5e3ab228cb 100644 --- a/graphics/tweeny/Makefile +++ b/graphics/tweeny/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics devel MAINTAINER= yuri@FreeBSD.org COMMENT= Modern C++ tweening library +WWW= https://mobius3.github.io/tweeny/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/ufraw/Makefile b/graphics/ufraw/Makefile index c0447cebec72..bf89506024ba 100644 --- a/graphics/ufraw/Makefile +++ b/graphics/ufraw/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= rodrigo@FreeBSD.org COMMENT= Read and manipulate raw images from various digital cameras +WWW= http://ufraw.sourceforge.net/ LICENSE= GPLv2 diff --git a/graphics/unpaper/Makefile b/graphics/unpaper/Makefile index 82d2d11efc17..64b8c47cb9d4 100644 --- a/graphics/unpaper/Makefile +++ b/graphics/unpaper/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://www.flameeyes.eu/files/ MAINTAINER= kai@FreeBSD.org COMMENT= Post-processing tool for scanned sheets of paper +WWW= https://www.flameeyes.eu/projects/unpaper LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/urho3d/Makefile b/graphics/urho3d/Makefile index d844e16e0921..4346be33d595 100644 --- a/graphics/urho3d/Makefile +++ b/graphics/urho3d/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= romain@FreeBSD.org COMMENT= Cross-platform 2D and 3D game engine +WWW= https://urho3d.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 5f9c6720aad7..869ca3d9ac97 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/graphics/utah-raster/ MAINTAINER= portmaster@bsdforge.com COMMENT= Toolkit and library for raster image processing +WWW= https://www.cs.utah.edu/gdc/projects/urt/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/copyright diff --git a/graphics/vapoursynth-fmtconv/Makefile b/graphics/vapoursynth-fmtconv/Makefile index 56d4f145ce13..8f39b79c00e7 100644 --- a/graphics/vapoursynth-fmtconv/Makefile +++ b/graphics/vapoursynth-fmtconv/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= vapoursynth- MAINTAINER= jbeich@FreeBSD.org COMMENT= Format conversion tools for Vapoursynth and Avisynth+ +WWW= https://github.com/EleonoreMizo/fmtconv LICENSE= WTFPL diff --git a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile index e3234457972a..9ba5c5ac7197 100644 --- a/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile +++ b/graphics/vapoursynth-waifu2x-ncnn-vulkan/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Waifu2x (waifu2x-ncnn-vulkan) plugin for VapourSynth +WWW= https://github.com/Nlzy/vapoursynth-waifu2x-ncnn-vulkan LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/vapoursynth-waifu2x-w2xc/Makefile b/graphics/vapoursynth-waifu2x-w2xc/Makefile index 083904874cd8..2fb624007f11 100644 --- a/graphics/vapoursynth-waifu2x-w2xc/Makefile +++ b/graphics/vapoursynth-waifu2x-w2xc/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= vapoursynth- MAINTAINER= jbeich@FreeBSD.org COMMENT= Waifu2x (waifu2x-converter-cpp) plugin for VapourSynth +WWW= https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Waifu2x-w2xc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/variety/Makefile b/graphics/variety/Makefile index cde279341b66..072dd6348bc0 100644 --- a/graphics/variety/Makefile +++ b/graphics/variety/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= nivit@FreeBSD.org COMMENT= Wallpaper changer +WWW= https://peterlevi.com/variety/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile index 146e0aca49b9..56eba455786d 100644 --- a/graphics/vcg/Makefile +++ b/graphics/vcg/Makefile @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}.20050204 MAINTAINER= ports@FreeBSD.org COMMENT= Visualization Tool for compiler graphs +WWW= http://rw4.cs.uni-sb.de/users/sander/html/gsvcg1.html LICENSE= GPLv2+ diff --git a/graphics/viewnior/Makefile b/graphics/viewnior/Makefile index 7c82462bffcd..af079fa88d9d 100644 --- a/graphics/viewnior/Makefile +++ b/graphics/viewnior/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org COMMENT= Fast and simple image viewer +WWW= https://siyanpanayotov.com/project/viewnior/ LICENSE= GPLv3 diff --git a/graphics/vigra/Makefile b/graphics/vigra/Makefile index e3470eb65903..8654de947813 100644 --- a/graphics/vigra/Makefile +++ b/graphics/vigra/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= VIGRA stands for "Vision with Generic Algorithms" +WWW= https://ukoethe.github.io/vigra/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/vips/Makefile b/graphics/vips/Makefile index 1059c7573639..37604dfb4bc1 100644 --- a/graphics/vips/Makefile +++ b/graphics/vips/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/libvips/libvips/releases/download/v${PORTVERSIO MAINTAINER= sunpoet@FreeBSD.org COMMENT= Free image processing system +WWW= https://libvips.github.io/libvips LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/visprint/Makefile b/graphics/visprint/Makefile index 2818f42892e0..e0be41182c27 100644 --- a/graphics/visprint/Makefile +++ b/graphics/visprint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.tastyrabbit.net/visprint/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Creates fractal fingerprint images based on any data +WWW= https://www.tastyrabbit.net/visprint/ LIB_DEPENDS= libpng.so:graphics/png diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index 611703a84378..8a20f1c58761 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org COMMENT= Simple terminal image viewer written in Rust +WWW= https://github.com/atanunq/viu LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE-MIT diff --git a/graphics/vkd3d/Makefile b/graphics/vkd3d/Makefile index b8bcbea920a5..5cbb3e5789e1 100644 --- a/graphics/vkd3d/Makefile +++ b/graphics/vkd3d/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jbeich@FreeBSD.org COMMENT= Direct3D 12 to Vulkan translation +WWW= https://www.winehq.org/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/volpack/Makefile b/graphics/volpack/Makefile index 8ec4cf32da7b..6a5d46b9b63e 100644 --- a/graphics/volpack/Makefile +++ b/graphics/volpack/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= madpilot@FreeBSD.org COMMENT= Portable software library for volume rendering +WWW= https://graphics.stanford.edu/software/volpack LICENSE= MIT diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 268c2c4800c6..f0797762cdaa 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://elfga.com/~erik/files/ MAINTAINER= erik@elfga.com COMMENT= Image viewer for X +WWW= https://bzflag.bz/~erik GNU_CONFIGURE= yes LIBS+= -lm diff --git a/graphics/vpaint/Makefile b/graphics/vpaint/Makefile index de5b0083f3c1..940b48c0cef4 100644 --- a/graphics/vpaint/Makefile +++ b/graphics/vpaint/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= amdmi3@FreeBSD.org COMMENT= Experimental vector graphics and 2D animation editor +WWW= https://www.vpaint.org/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/vulkan-caps-viewer/Makefile b/graphics/vulkan-caps-viewer/Makefile index 878af1b9de13..769876656d8d 100644 --- a/graphics/vulkan-caps-viewer/Makefile +++ b/graphics/vulkan-caps-viewer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Vulkan Hardware Capability Viewer +WWW= https://vulkan.gpuinfo.org/ LICENSE= LGPL3 # based on license headers diff --git a/graphics/vulkan-extension-layer/Makefile b/graphics/vulkan-extension-layer/Makefile index a10f995fa0c9..6cbc17e7df8c 100644 --- a/graphics/vulkan-extension-layer/Makefile +++ b/graphics/vulkan-extension-layer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Layer providing Vulkan features when native support is unavailable +WWW= https://github.com/KhronosGroup/Vulkan-ExtensionLayer LICENSE= APACHE20 diff --git a/graphics/vulkan-headers/Makefile b/graphics/vulkan-headers/Makefile index 2b947d19d4c4..7668907a5aed 100644 --- a/graphics/vulkan-headers/Makefile +++ b/graphics/vulkan-headers/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Headers for the Vulkan graphics API +WWW= https://github.com/KhronosGroup/Vulkan-Headers LICENSE= APACHE20 diff --git a/graphics/vulkan-loader/Makefile b/graphics/vulkan-loader/Makefile index ad6b4c99bd57..c1471bf4e274 100644 --- a/graphics/vulkan-loader/Makefile +++ b/graphics/vulkan-loader/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics devel MAINTAINER= jbeich@FreeBSD.org COMMENT= Driver loader for the Vulkan graphics API +WWW= https://github.com/KhronosGroup/Vulkan-Loader LICENSE= APACHE20 diff --git a/graphics/vulkan-tools/Makefile b/graphics/vulkan-tools/Makefile index 9017457799b2..715db309049c 100644 --- a/graphics/vulkan-tools/Makefile +++ b/graphics/vulkan-tools/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= Tools and demos for the Vulkan graphics API +WWW= https://github.com/KhronosGroup/Vulkan-Tools LICENSE= APACHE20 diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile index 6545511fbfb1..ac5e8e275253 100644 --- a/graphics/vulkan-validation-layers/Makefile +++ b/graphics/vulkan-validation-layers/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Validation layers for the Vulkan graphics API +WWW= https://github.com/KhronosGroup/Vulkan-ValidationLayers LICENSE= APACHE20 diff --git a/graphics/vv/Makefile b/graphics/vv/Makefile index 3abd607a9c7c..afe11280220c 100644 --- a/graphics/vv/Makefile +++ b/graphics/vv/Makefile @@ -7,6 +7,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Fast and simple 4D image viewer +WWW= https://www.creatis.insa-lyon.fr/rio/vv/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/waffle/Makefile b/graphics/waffle/Makefile index 7a7c066d6c0d..c9a3a57f4f22 100644 --- a/graphics/waffle/Makefile +++ b/graphics/waffle/Makefile @@ -11,6 +11,7 @@ PATCHFILES= 39ad2b26f46e90cbae13a9cbc58e1f9df03f0980.patch:-p1 \ MAINTAINER= x11@FreeBSD.org COMMENT= Library that allows to defer selection of an OpenGL API until runtime +WWW= https://www.waffle-gl.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/graphics/waifu2x-converter-cpp/Makefile b/graphics/waifu2x-converter-cpp/Makefile index 5e1a5acd6557..af57a2949228 100644 --- a/graphics/waifu2x-converter-cpp/Makefile +++ b/graphics/waifu2x-converter-cpp/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Scale and denoise images using convolutional neural networks +WWW= https://github.com/DeadSix27/waifu2x-converter-cpp LICENSE= BSD2CLAUSE MIT LICENSE_COMB= multi diff --git a/graphics/waifu2x-ncnn-vulkan/Makefile b/graphics/waifu2x-ncnn-vulkan/Makefile index 42342502acdf..bb7b4baea117 100644 --- a/graphics/waifu2x-ncnn-vulkan/Makefile +++ b/graphics/waifu2x-ncnn-vulkan/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Scale and denoise images using convolutional neural networks +WWW= https://github.com/nihui/waifu2x-ncnn-vulkan LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/wayland-protocols/Makefile b/graphics/wayland-protocols/Makefile index ac2073014ee7..2e6c10eb65b6 100644 --- a/graphics/wayland-protocols/Makefile +++ b/graphics/wayland-protocols/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://wayland.freedesktop.org/releases/ MAINTAINER= x11@FreeBSD.org COMMENT= Wayland protocols +WWW= https://wayland.freedesktop.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/wayland-utils/Makefile b/graphics/wayland-utils/Makefile index ef16b5cf6252..195416137756 100644 --- a/graphics/wayland-utils/Makefile +++ b/graphics/wayland-utils/Makefile @@ -8,6 +8,7 @@ PATCHFILES+= d367b894f9c8.patch:-p1 # https://gitlab.freedesktop.org/wayland/way MAINTAINER= jbeich@FreeBSD.org COMMENT= Display information about protocols supported by Wayland compositor +WWW= https://gitlab.freedesktop.org/wayland/wayland-utils LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/wayland/Makefile b/graphics/wayland/Makefile index 1e4b821769ce..943d4c92c020 100644 --- a/graphics/wayland/Makefile +++ b/graphics/wayland/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://gitlab.freedesktop.org/${PORTNAME}/${PORTNAME}/-/releases/ MAINTAINER= x11@FreeBSD.org COMMENT= Core Wayland window system code and protocol +WWW= https://wayland.freedesktop.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/waylandpp/Makefile b/graphics/waylandpp/Makefile index b65052ff3b47..9da095eb838f 100644 --- a/graphics/waylandpp/Makefile +++ b/graphics/waylandpp/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= eduardo@FreeBSD.org COMMENT= Wayland C++ bindings +WWW= https://github.com/NilsBrause/waylandpp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/wdune/Makefile b/graphics/wdune/Makefile index 65649ab7920f..8b45d2520416 100644 --- a/graphics/wdune/Makefile +++ b/graphics/wdune/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= ftp://ftp.ourproject.org/pub/wdune/ MAINTAINER= pi@FreeBSD.org COMMENT= Graphical VRML97 editor and animation tool +WWW= https://wdune.ourproject.org/ LICENSE= GPLv2 diff --git a/graphics/webp-pixbuf-loader/Makefile b/graphics/webp-pixbuf-loader/Makefile index 02061c2a9a35..0e750fe64097 100644 --- a/graphics/webp-pixbuf-loader/Makefile +++ b/graphics/webp-pixbuf-loader/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= greg@unrelenting.technology COMMENT= WebP image loader plugin for GdkPixbuf2 +WWW= https://github.com/aruiz/webp-pixbuf-loader LICENSE= LGPL20+ diff --git a/graphics/webp/Makefile b/graphics/webp/Makefile index 6d5737a3c5f8..3fa0d542ff1c 100644 --- a/graphics/webp/Makefile +++ b/graphics/webp/Makefile @@ -7,6 +7,7 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Google WebP image format conversion tool +WWW= https://developers.google.com/speed/webp/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/wings/Makefile b/graphics/wings/Makefile index 4ad879b7a9a1..37183d0bd62c 100644 --- a/graphics/wings/Makefile +++ b/graphics/wings/Makefile @@ -5,6 +5,7 @@ DIST_SUBDIR= erlang MAINTAINER= cmt@FreeBSD.org COMMENT= Polygon mesh modeler written in Erlang +WWW= http://www.wings3d.com/ LICENSE= Wings3D LICENSE_NAME= Wings 3D License # similar to TclTk license diff --git a/graphics/wrapland/Makefile b/graphics/wrapland/Makefile index 50cb9dba3cc6..49574f2d1e9a 100644 --- a/graphics/wrapland/Makefile +++ b/graphics/wrapland/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Qt/C++ library wrapping libwayland +WWW= https://gitlab.com/kwinft/wrapland LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 6cbc79bd1663..f4ec3917fba6 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= ahicks@p-o.co.uk COMMENT= C++ library to create, manipulate, and render SVG files +WWW= http://wxsvg.sourceforge.net/ LICENSE= LGPL21+ diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 08dbfacfafa8..a5f7159e5c09 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics math MAINTAINER= joerg.preiss@slesa.de COMMENT= Real-time interactive fractal browser +WWW= https://xaos-project.github.io/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/xcftools/Makefile b/graphics/xcftools/Makefile index 10b88a1f7e86..90d012d09b53 100644 --- a/graphics/xcftools/Makefile +++ b/graphics/xcftools/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://freeheimdall.spdns.org/files/ MAINTAINER= kalten@gmx.at COMMENT= Command-line tools for extracting from XCF format (graphics/gimp) +WWW= http://henning.makholm.net/software LIB_DEPENDS= libpng.so:graphics/png diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index 88241d38c4dd..82ddf136aabc 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ MAINTAINER= thierry@FreeBSD.org COMMENT= Simple scientific visualization tool +WWW= http://www.cmap.polytechnique.fr/~jouve/xd3d/ LICENSE= GPLv2 diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 42a7766adf73..cfc8c1891a0e 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/mcj/ MAINTAINER= mjl@luckie.org.nz COMMENT= Drawing program for X11 +WWW= https://www.xfig.org/ LICENSE= xfig LICENSE_NAME= xfig public license diff --git a/graphics/xfractint/Makefile b/graphics/xfractint/Makefile index 871992e4bb99..a57df9b86e78 100644 --- a/graphics/xfractint/Makefile +++ b/graphics/xfractint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.fractint.net/ftp/current/linux/ \ MAINTAINER= onemda@gmail.com COMMENT= Unix port of FractInt +WWW= https://fractint.net/ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig diff --git a/graphics/xglurbules/Makefile b/graphics/xglurbules/Makefile index ebec5f0db72e..4f4e5e743eb6 100644 --- a/graphics/xglurbules/Makefile +++ b/graphics/xglurbules/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://stephenroome.com/xglurbules/ MAINTAINER= steve@pepcross.com COMMENT= Burning particle system eye candy program thingy for X11 +WWW= http://stephenroome.com/xglurbules/ USES= xorg USE_XORG= xt x11 sm ice xpm diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile index d6cc88e831c1..3653a06f40b4 100644 --- a/graphics/xmedcon/Makefile +++ b/graphics/xmedcon/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/XMedCon-Source/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Medical image conversion utility and library +WWW= http://xmedcon.sourceforge.net/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi diff --git a/graphics/xmlgraphics-commons/Makefile b/graphics/xmlgraphics-commons/Makefile index aedb259bb456..45083127ff01 100644 --- a/graphics/xmlgraphics-commons/Makefile +++ b/graphics/xmlgraphics-commons/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= APACHE/xmlgraphics/commons/binaries \ MAINTAINER= makc@FreeBSD.org COMMENT= Several reusable components used by Apache Batik and FOP +WWW= https://xmlgraphics.apache.org/commons/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index 97fc326968bf..a7381183cf1c 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ak@FreeBSD.org COMMENT= X11 based fractal landscape generator +WWW= https://spbooth.github.io/xmountains/ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/graphics/xnview/Makefile b/graphics/xnview/Makefile index 539fd3518c67..6e6ffadf7b3a 100644 --- a/graphics/xnview/Makefile +++ b/graphics/xnview/Makefile @@ -7,6 +7,7 @@ DISTFILES= XnView-x86-unknown-FreeBSD5.x-static.tgz MAINTAINER= petr@petrovich.kiev.ua COMMENT= Easy graphics viewer / converter +WWW= https://www.xnview.com/ USES= cpe ONLY_FOR_ARCHS= i386 diff --git a/graphics/xournal/Makefile b/graphics/xournal/Makefile index 741604ad696d..5b8e7a534739 100644 --- a/graphics/xournal/Makefile +++ b/graphics/xournal/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= me@janh.de COMMENT= Notetaking application that can annotate PDFs +WWW= http://xournal.sourceforge.net LICENSE= GPLv2 diff --git a/graphics/xournalpp/Makefile b/graphics/xournalpp/Makefile index 47715cf0f25c..cdbebc054082 100644 --- a/graphics/xournalpp/Makefile +++ b/graphics/xournalpp/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Handwriting notetaking software with PDF annotation support +WWW= https://github.com/xournalpp/xournalpp LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index c3f39f9ae4a5..d2583d1ee768 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org COMMENT= Simple paint program +WWW= http://sf-xpaint.sourceforge.net/ LICENSE= GPLv3 diff --git a/graphics/xpdf3/Makefile b/graphics/xpdf3/Makefile index 9d1a491c3211..16c0985792c1 100644 --- a/graphics/xpdf3/Makefile +++ b/graphics/xpdf3/Makefile @@ -12,6 +12,7 @@ CONFLICTS_INSTALL= xpdf4 xpdf3 MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats +WWW= https://www.xpdfreader.com/ LICENSE= GPLv2 diff --git a/graphics/xpdf4/Makefile b/graphics/xpdf4/Makefile index 8b43857fb14f..3e380ff1a7a5 100644 --- a/graphics/xpdf4/Makefile +++ b/graphics/xpdf4/Makefile @@ -9,6 +9,7 @@ PKGNAMESUFFIX= 4 MAINTAINER= cy@FreeBSD.org COMMENT= Display PDF files and convert them to other formats +WWW= https://www.xpdfreader.com/ LICENSE= GPLv2 diff --git a/graphics/xpeps/Makefile b/graphics/xpeps/Makefile index 7430d6d36e4c..acc93f046dd6 100644 --- a/graphics/xpeps/Makefile +++ b/graphics/xpeps/Makefile @@ -8,6 +8,7 @@ PKGNAMEPREFIX= x MAINTAINER= doceng@FreeBSD.org COMMENT= Converts EPS images to anti-aliased bitmaps with X11 support +WWW= http://peps.redprince.net/peps/ LICENSE= BSD2CLAUSE diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index 14ccf7d65e13..976f031de486 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Simple pixel editing tool to generate data for KISS +WWW= http://www2s.biglobe.ne.jp/~yav/soft/ WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/graphics/xsane/Makefile b/graphics/xsane/Makefile index f85c9d521905..082412265995 100644 --- a/graphics/xsane/Makefile +++ b/graphics/xsane/Makefile @@ -5,6 +5,7 @@ CATEGORIES= graphics MAINTAINER= ports@FreeBSD.org COMMENT= Gtk-based X11 frontend for SANE (Scanner Access Now Easy) +WWW= https://gitlab.com/sane-project/frontend/xsane LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/xsane.COPYING diff --git a/graphics/xsvg/Makefile b/graphics/xsvg/Makefile index f01c538150cb..5c6c4804965c 100644 --- a/graphics/xsvg/Makefile +++ b/graphics/xsvg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@FreeBSD.org COMMENT= X11 SVG viewer +WWW= https://cairographics.org/ LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 80897c2de19f..b0839c67cf0c 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -14,6 +14,7 @@ PATCHFILES= xv-3.10a-enhancements.20070520-20081216.diff MAINTAINER?= dinoex@FreeBSD.org COMMENT?= X11 program that displays images of various formats +WWW= http://www.gregroelofs.com/greg_xv.html LIB_DEPENDS= libtiff.so:graphics/tiff \ libpng.so:graphics/png \ diff --git a/graphics/xviewer/Makefile b/graphics/xviewer/Makefile index 01a6e3d14b15..cfa771c0e38f 100644 --- a/graphics/xviewer/Makefile +++ b/graphics/xviewer/Makefile @@ -5,6 +5,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Fast and functional image viewer +WWW= https://github.com/linuxmint/xviewer LICENSE= GPLv2+ diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index 93a4bbe3e4c1..a5d8a0b711a4 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= m.ne@gmx.net COMMENT= Image viewer with thumbnail-based file selector for X +WWW= https://sourceforge.net/projects/xzgv/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/yacreader/Makefile b/graphics/yacreader/Makefile index e7b44375dbba..53fdb74bcf5e 100644 --- a/graphics/yacreader/Makefile +++ b/graphics/yacreader/Makefile @@ -4,6 +4,7 @@ CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org COMMENT= Yet another comic reader +WWW= https://www.yacreader.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.txt diff --git a/graphics/yafaray/Makefile b/graphics/yafaray/Makefile index 92ed19a5595b..d8c67270af70 100644 --- a/graphics/yafaray/Makefile +++ b/graphics/yafaray/Makefile @@ -6,6 +6,7 @@ CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org COMMENT= Montecarlo raytracing engine +WWW= http://www.yafaray.org/ LICENSE= GPLv2 LGPL21 LICENSE_COMB= dual diff --git a/graphics/yed/Makefile b/graphics/yed/Makefile index 2f8e1c4b2879..e5b8b6673d7f 100644 --- a/graphics/yed/Makefile +++ b/graphics/yed/Makefile @@ -6,6 +6,7 @@ DISTNAME= yEd-${DISTVERSION} MAINTAINER= myc@barev.net COMMENT= Editor for graphs and diagrams +WWW= https://www.yworks.com/products/yed LICENSE= YED_1_1 LICENSE_NAME= yEd Software License Agreement (Version 1.1) diff --git a/graphics/yukon/Makefile b/graphics/yukon/Makefile index 1d39a24befa9..0bbadc916437 100644 --- a/graphics/yukon/Makefile +++ b/graphics/yukon/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/bms MAINTAINER= ports@FreeBSD.org COMMENT= Real-time capture tool for OpenGL applications +WWW= https://github.com/wereHamster/yukon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/zathura-cb/Makefile b/graphics/zathura-cb/Makefile index 33b391f73200..1e626b2f4d48 100644 --- a/graphics/zathura-cb/Makefile +++ b/graphics/zathura-cb/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= eduardo@FreeBSD.org COMMENT= Comic book plugin for Zathura PDF viewer +WWW= https://pwmt.org/projects/zathura-cb/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index e3b6226c30d8..ca6285735a4e 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= alexander.4mail@gmail.com COMMENT= DjVu support for zathura +WWW= https://pwmt.org/projects/zathura/plugins/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index 9197176ba1fa..df22bcb43915 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ \ MAINTAINER= uzsolt@uzsolt.hu COMMENT= MuPDF render PDF plugin for Zathura PDF viewer +WWW= https://pwmt.org/projects/zathura-pdf-mupdf/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index d1760bffe0a8..23a9fafe1997 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Poppler render PDF plugin for Zathura PDF viewer +WWW= https://pwmt.org/projects/zathura/plugins/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/zathura-ps/Makefile b/graphics/zathura-ps/Makefile index aadd636dc030..d5ae2891e281 100644 --- a/graphics/zathura-ps/Makefile +++ b/graphics/zathura-ps/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= PostScript support for Zathura PDF viewer +WWW= https://pwmt.org/projects/zathura-ps/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 80ec10667001..8b13c176312f 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://git.pwmt.org/pwmt/${PORTNAME}/-/archive/${DISTVERSION}/ MAINTAINER= quentin.stievenart@gmail.com COMMENT= Customizable lightweight pdf viewer +WWW= https://pwmt.org/projects/zathura/ LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/graphics/zbar/Makefile b/graphics/zbar/Makefile index 9da3b986819e..fa35ebcb70a9 100644 --- a/graphics/zbar/Makefile +++ b/graphics/zbar/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://linuxtv.org/downloads/zbar/ MAINTAINER= dev2@heesakkers.info COMMENT= ZBar barcode reader +WWW= https://github.com/mchehab/zbar/ LICENSE= LGPL21 diff --git a/graphics/zgv/Makefile b/graphics/zgv/Makefile index d3e2f225959f..3b846dcfc4fc 100644 --- a/graphics/zgv/Makefile +++ b/graphics/zgv/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SUNSITE/apps/graphics/viewers/svga MAINTAINER= ports@FreeBSD.org COMMENT= Graphics viewer for SVGAlib +WWW= https://www.svgalib.org/rus/zgv/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index 331c41cfde49..88be07df8f1c 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Image-generator that uses ASCII input files to create PNGs/EDFs +WWW= http://zimg.sourceforge.net/ LIB_DEPENDS= libgd.so:graphics/gd \ libpng.so:graphics/png diff --git a/graphics/zint/Makefile b/graphics/zint/Makefile index f9567cfdfe8e..7978f7098935 100644 --- a/graphics/zint/Makefile +++ b/graphics/zint/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= danfe@FreeBSD.org COMMENT= Barcode generator (library and utilities) +WWW= https://www.zint.org.uk/ LICENSE= BSD3CLAUSE GPLv3+ LICENSE_COMB= multi diff --git a/graphics/zphoto/Makefile b/graphics/zphoto/Makefile index 1fd9be437caf..3415c5d9ce95 100644 --- a/graphics/zphoto/Makefile +++ b/graphics/zphoto/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://namazu.org/~satoru/zphoto/ MAINTAINER= ports@FreeBSD.org COMMENT= Zooming photo album generator +WWW= http://namazu.org/~satoru/zphoto/ LIB_DEPENDS= libming.so:graphics/ming \ libpopt.so:devel/popt \ |