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 /print | |
parent | graphics/tesseract: fix build when building from ports (diff) |
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 'print')
206 files changed, 206 insertions, 1 deletions
diff --git a/print/R-cran-knitr/Makefile b/print/R-cran-knitr/Makefile index 088e3b35205e..c946d1df0ddf 100644 --- a/print/R-cran-knitr/Makefile +++ b/print/R-cran-knitr/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= General-Purpose Package for Dynamic Report Generation in R +WWW= https://cran.r-project.org/web/packages/knitr/ LICENSE= GPLv2+ diff --git a/print/R-cran-tinytex/Makefile b/print/R-cran-tinytex/Makefile index d1e86b1271ef..7a0a875fde62 100644 --- a/print/R-cran-tinytex/Makefile +++ b/print/R-cran-tinytex/Makefile @@ -5,6 +5,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Helper functions to maintain LaTeX distribution +WWW= https://cran.r-project.org/web/packages/tinytex/ LICENSE= MIT diff --git a/print/a2pdf/Makefile b/print/a2pdf/Makefile index ff2bbdaafc16..697aa7f3ddc8 100644 --- a/print/a2pdf/Makefile +++ b/print/a2pdf/Makefile @@ -7,6 +7,7 @@ MASTER_SITE_SUBDIR= CPAN:JONALLEN MAINTAINER= portmaster@BSDforge.com COMMENT= Text to PDF converter +WWW= http://perl.jonallen.info/projects/a2pdf LICENSE= ART20 diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index a9ced2d028f8..a29fef8c8464 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNU LOCAL/hrs/a2ps/:i18n MAINTAINER= dinoex@FreeBSD.org COMMENT= Formats an ASCII file for printing on a postscript printer +WWW= https://www.gnu.org/software/a2ps/ LICENSE= GPLv2 diff --git a/print/abcm2ps/Makefile b/print/abcm2ps/Makefile index 708ad7152763..2e525e8e0ee8 100644 --- a/print/abcm2ps/Makefile +++ b/print/abcm2ps/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print audio MAINTAINER= ports@FreeBSD.org COMMENT= Converts ABC to music sheet in PostScript format +WWW= https://github.com/leesavide/abcm2ps LICENSE= GPLv2 diff --git a/print/adobe-cmaps/Makefile b/print/adobe-cmaps/Makefile index f5726dc91c51..0988e0753658 100644 --- a/print/adobe-cmaps/Makefile +++ b/print/adobe-cmaps/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= adobe MAINTAINER= hrs@FreeBSD.org COMMENT= Adobe CMap collection +WWW= http://partners.adobe.com/asn/tech/type/ftechnotes.jsp USES= fonts NO_WRKSUBDIR= yes diff --git a/print/alignmargins/Makefile b/print/alignmargins/Makefile index 21f3882a65ff..8d2b6571c823 100644 --- a/print/alignmargins/Makefile +++ b/print/alignmargins/Makefile @@ -8,6 +8,7 @@ DISTFILES= alignmargins align.ps MAINTAINER= ports@FreeBSD.org COMMENT= Utility script to generate custom margins in PPDs for CUPS +WWW= https://www.linuxprinting.org NO_BUILD= yes USES= perl5 diff --git a/print/ansiprint/Makefile b/print/ansiprint/Makefile index d1bd3565cdf3..a77623dfcd88 100644 --- a/print/ansiprint/Makefile +++ b/print/ansiprint/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Prints through a terminal with ANSI escape sequences +WWW= http://ansiprint.sourceforge.net USES= tar:tgz PLIST_FILES= bin/${PORTNAME} diff --git a/print/auctex/Makefile b/print/auctex/Makefile index 990dc9424775..b9a01fd0d2bd 100644 --- a/print/auctex/Makefile +++ b/print/auctex/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= hrs@FreeBSD.org COMMENT= Integrated environment for writing LaTeX using GNU Emacs +WWW= https://www.gnu.org/software/auctex/ LICENSE= GPLv3 diff --git a/print/brlaser/Makefile b/print/brlaser/Makefile index 367924fb433e..4ea13222830c 100644 --- a/print/brlaser/Makefile +++ b/print/brlaser/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= madpilot@FreeBSD.org COMMENT= Brother laser printer driver +WWW= https://github.com/QORTEC/brlaser/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/c2ps/Makefile b/print/c2ps/Makefile index a32f97804c8c..7f07779a81ec 100644 --- a/print/c2ps/Makefile +++ b/print/c2ps/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cs.technion.ac.il/users/c2ps/ MAINTAINER= hrs@FreeBSD.org COMMENT= PostScript pretty-printer for C source +WWW= https://www.cs.technion.ac.il/users/c2ps/ LIB_DEPENDS= libpaper.so:print/libpaper diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile index 8ed9c8c2cb3f..f2a367b53c01 100644 --- a/print/catdvi/Makefile +++ b/print/catdvi/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= DVI to text/plain translator +WWW= http://catdvi.sourceforge.net/ LICENSE= GPLv2 diff --git a/print/cdlabelgen/Makefile b/print/cdlabelgen/Makefile index 8500ce8b3394..dfec5ea38a14 100644 --- a/print/cdlabelgen/Makefile +++ b/print/cdlabelgen/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.aczoom.com/pub/tools/ MAINTAINER= ports@FreeBSD.org COMMENT= Generate postscript for frontcards and traycards for CDs +WWW= https://www.aczoom.com/tools/cdinsert/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/cups-bjnp/Makefile b/print/cups-bjnp/Makefile index 208d9dc67424..9c267eaf6bef 100644 --- a/print/cups-bjnp/Makefile +++ b/print/cups-bjnp/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= CUPS backend for Canon USB over IP protocol +WWW= http://cups-bjnp.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 0db56fb73188..60d0e59fab4d 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://www.openprinting.org/download/cups-filters/ MAINTAINER= tijl@FreeBSD.org COMMENT= Additional backends, filters and other software for CUPS +WWW= https://wiki.linuxfoundation.org/openprinting/cups-filters LICENSE= BSD4CLAUSE GPLv2 GPLv2+ GPLv3 GPLv3+ LGPL20 LGPL21+ MIT LICENSE_COMB= multi diff --git a/print/cups-fxlinuxprint/Makefile b/print/cups-fxlinuxprint/Makefile index 91b5f1106d00..e4a4dc10f734 100644 --- a/print/cups-fxlinuxprint/Makefile +++ b/print/cups-fxlinuxprint/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Fuji Xerox Printer Driver +WWW= https://www.fujixerox.co.jp/download/apeosport/download/c4300series/linux_module.html LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/cups-pdf/Makefile b/print/cups-pdf/Makefile index c7c92cad88c1..332926901c6a 100644 --- a/print/cups-pdf/Makefile +++ b/print/cups-pdf/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Virtual printer for CUPS to produce PDF files +WWW= https://www.cups-pdf.de/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/cups-pk-helper/Makefile b/print/cups-pk-helper/Makefile index 9ddc6a72d12d..406fba3fd697 100644 --- a/print/cups-pk-helper/Makefile +++ b/print/cups-pk-helper/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= gnome@FreeBSD.org COMMENT= Helper that makes system-config-printer use PolicyKit +WWW= https://www.freedesktop.org/software/cups-pk-helper LICENSE= GPLv2 diff --git a/print/cups-smb-backend/Makefile b/print/cups-smb-backend/Makefile index a66a14081ae2..3140ffd14914 100644 --- a/print/cups-smb-backend/Makefile +++ b/print/cups-smb-backend/Makefile @@ -7,6 +7,7 @@ DISTFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= CUPS backend for printing to Windows servers +WWW= http://www.cups.org/articles.php?L294 RUN_DEPENDS= ${LOCALBASE}/sbin/cupsd:print/cups diff --git a/print/cups/Makefile b/print/cups/Makefile index 92fb0823641d..75711408c517 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= tijl@FreeBSD.org COMMENT= Common UNIX Printing System +WWW= https://github.com/OpenPrinting/cups LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/deforaos-pdfviewer/Makefile b/print/deforaos-pdfviewer/Makefile index 275bf499b72f..ac41007b1454 100644 --- a/print/deforaos-pdfviewer/Makefile +++ b/print/deforaos-pdfviewer/Makefile @@ -8,6 +8,7 @@ DISTNAME= PDFViewer-${PORTVERSION} MAINTAINER= olivier@FreeBSD.org COMMENT= DeforaOS desktop PDF viewer +WWW= https://www.defora.org/ LICENSE= GPLv3 diff --git a/print/derelict-ft/Makefile b/print/derelict-ft/Makefile index ac1e76fe95f3..d744e75f212c 100644 --- a/print/derelict-ft/Makefile +++ b/print/derelict-ft/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print MAINTAINER= acm@FreeBSD.org COMMENT= Dynamic binding to the FreeType library for the D lang +WWW= https://github.com/DerelictOrg/DerelictFT LICENSE= BSL diff --git a/print/detex/Makefile b/print/detex/Makefile index d73f5bb31764..d28ff1523b21 100644 --- a/print/detex/Makefile +++ b/print/detex/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cs.purdue.edu/homes/trinkle/detex/ MAINTAINER= ports@FreeBSD.org COMMENT= Strips TeX/LaTeX codes from a file +WWW= https://www.cs.purdue.edu/homes/trinkle/detex/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/print/dot2tex/Makefile b/print/dot2tex/Makefile index 3a0350249ef2..9a7be57d6075 100644 --- a/print/dot2tex/Makefile +++ b/print/dot2tex/Makefile @@ -5,6 +5,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org COMMENT= Graphviz to LaTeX converter +WWW= https://github.com/kjellmf/dot2tex LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index 2b10130922cb..c8f9e23a7ee0 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -6,6 +6,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= DVI file previewer for text only devices +WWW= https://www.mesa.nl/ CONFLICTS= texlive-base # bin/disdvi bin/dvi2tty diff --git a/print/dvisvg/Makefile b/print/dvisvg/Makefile index 6ecd858898c3..77f03811325e 100644 --- a/print/dvisvg/Makefile +++ b/print/dvisvg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://dvisvg.sourceforge.net/files/ MAINTAINER= hrs@FreeBSD.org COMMENT= Converter from DVI to SVG +WWW= http://dvisvg.sourceforge.net/ LICENSE= GPLv2 diff --git a/print/dymo-cups-drivers/Makefile b/print/dymo-cups-drivers/Makefile index 0bf1e28f6b6b..406c2b2df5a6 100644 --- a/print/dymo-cups-drivers/Makefile +++ b/print/dymo-cups-drivers/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://download.dymo.com/Software/Linux/ MAINTAINER= hselasky@FreeBSD.org COMMENT= Open source DYMO CUPS driver +WWW= http://www.dymo.com LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/easylatex/Makefile b/print/easylatex/Makefile index 72799abd245b..cf23f97714cd 100644 --- a/print/easylatex/Makefile +++ b/print/easylatex/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= nivit@FreeBSD.org COMMENT= Perl script which transforms "pseudo-LaTeX" into proper LaTeX +WWW= http://easylatex.sourceforge.net/ RUN_DEPENDS= p5-Getopt-Declare>=0:devel/p5-Getopt-Declare diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index 77d49ba4b65c..ae7a76ff0c07 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -8,6 +8,7 @@ DISTNAME= enscript-${PORTVERSION} MAINTAINER?= mbeis@xs4all.nl COMMENT= ASCII to PostScript filter +WWW= https://www.gnu.org/software/enscript/ USES= cpe shebangfix perl5 GNU_CONFIGURE= yes diff --git a/print/epson-inkjet-printer-201401w/Makefile b/print/epson-inkjet-printer-201401w/Makefile index fcc521b4c986..d538ff6b1fe5 100644 --- a/print/epson-inkjet-printer-201401w/Makefile +++ b/print/epson-inkjet-printer-201401w/Makefile @@ -8,6 +8,7 @@ DISTFILES_i386= ${DISTNAME}-1lsb3.2.i486.rpm:i386 MAINTAINER= hello@blubee.me COMMENT= CUPS filter for Seiko Epson Color Ink Jet Printers +WWW= https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX # License does not allow redistribution LICENSE= EPSON LGPL21 diff --git a/print/epson-inkjet-printer-201601w/Makefile b/print/epson-inkjet-printer-201601w/Makefile index fb2185818347..360732c9690d 100644 --- a/print/epson-inkjet-printer-201601w/Makefile +++ b/print/epson-inkjet-printer-201601w/Makefile @@ -8,6 +8,7 @@ DISTFILES_i386= ${DISTNAME}-1lsb3.2.i486.rpm:i386 MAINTAINER= ports@FreeBSD.org COMMENT= CUPS filter for Seiko Epson Color Ink Jet Printers +WWW= https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX # License does not allow redistribution LICENSE= EPSON LGPL21 diff --git a/print/epson-inkjet-printer-escpr/Makefile b/print/epson-inkjet-printer-escpr/Makefile index 1b1fd6faefd4..18511d788834 100644 --- a/print/epson-inkjet-printer-escpr/Makefile +++ b/print/epson-inkjet-printer-escpr/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://download3.ebz.epson.net/dsc/f/03/00/13/77/93/e85dc2dc266e9 MAINTAINER= tatsuki_makino@hotmail.com COMMENT= Epson Inkjet Printer Driver (ESC/P-R) for Linux +WWW= https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/epson-inkjet-printer-escpr2/Makefile b/print/epson-inkjet-printer-escpr2/Makefile index eccfe6276a38..3a882dbf3281 100644 --- a/print/epson-inkjet-printer-escpr2/Makefile +++ b/print/epson-inkjet-printer-escpr2/Makefile @@ -13,6 +13,7 @@ DISTFILES_i386= ${DISTNAME}.i486${EXTRACT_SUFX}:i386 \ MAINTAINER= tatsuki_makino@hotmail.com COMMENT= Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux +WWW= https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX LICENSE= EPSON LGPL21 LICENSE_COMB= multi diff --git a/print/epsonepl/Makefile b/print/epsonepl/Makefile index 59eb1e4c7340..ca3b8ad61375 100644 --- a/print/epsonepl/Makefile +++ b/print/epsonepl/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}ijs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Printer filter for EPSON EPL-5700L etc +WWW= http://epsonepl.sourceforge.net/ LIB_DEPENDS= libijs.so:print/libijs diff --git a/print/fig2dev/Makefile b/print/fig2dev/Makefile index 562a379c0d85..335f768b3a24 100644 --- a/print/fig2dev/Makefile +++ b/print/fig2dev/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/mcj/ MAINTAINER= pi@FreeBSD.org COMMENT= Tools to convert Xfig .fig files +WWW= https://en.wikipedia.org/wiki/Xfig LICENSE= fig2dev LICENSE_NAME= fig2dev public license diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index 3d2a54cdde1d..8612843457f2 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://flpsed.org/ MAINTAINER= ports@FreeBSD.org COMMENT= WYSIWYG Postscript annotator +WWW= https://flpsed.org/flpsed.html LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/font2svg/Makefile b/print/font2svg/Makefile index 6f61c3ef270c..205a6fa8f05c 100644 --- a/print/font2svg/Makefile +++ b/print/font2svg/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/print/font2svg/ MAINTAINER= portmaster@BSDforge.com COMMENT= All fonts to svg-font converter +WWW= https://BSDforge.com/projects/print/font2svg LICENSE= GPLv2 diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile index cdaf00e9e6a2..f214217b8d5c 100644 --- a/print/fontforge/Makefile +++ b/print/fontforge/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DIS MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Type 1/TrueType/OpenType/bitmap font editor +WWW= https://fontforge.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index eb622b303fa9..44282b6b3691 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -11,6 +11,7 @@ PATCHFILES= hbpl1-20160830.patch.xz:-p1 MAINTAINER= ports@FreeBSD.org COMMENT= Driver for printers that use the ZjStream wire protocol +WWW= http://foo2zjs.rkkda.com/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/foomatic-db-engine/Makefile b/print/foomatic-db-engine/Makefile index f604ff557ec4..bd4b8fe87c5d 100644 --- a/print/foomatic-db-engine/Makefile +++ b/print/foomatic-db-engine/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.openprinting.org/download/foomatic/ MAINTAINER= bofh@FreeBSD.org COMMENT= Foomatic database engine +WWW= https://www.linuxprinting.org/foomatic.html LICENSE= GPLv2 diff --git a/print/foomatic-db-hpijs/Makefile b/print/foomatic-db-hpijs/Makefile index db0027270862..3b8b6190b62b 100644 --- a/print/foomatic-db-hpijs/Makefile +++ b/print/foomatic-db-hpijs/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LOCAL/lofi MAINTAINER= ports@FreeBSD.org COMMENT= Foomatic data for the HPIJS printer drivers +WWW= https://www.linuxprinting.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 6d438ab1f0e6..040c53305bfd 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -4,6 +4,7 @@ CATEGORIES= print MAINTAINER= danilo@FreeBSD.org COMMENT= Database for integrating printer drivers with common spoolers +WWW= https://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index c29856c35bd7..fbfc42eb8c2b 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.openprinting.org/download/foomatic/ MAINTAINER= jrm@FreeBSD.org COMMENT= Foomatic wrapper scripts +WWW= https://www.openprinting.org LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/fpdf/Makefile b/print/fpdf/Makefile index 0208a1ad9cad..3416214c2feb 100644 --- a/print/fpdf/Makefile +++ b/print/fpdf/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S|.||} MAINTAINER= ports@FreeBSD.org COMMENT= Free PHP class to generate PDF files with pure PHP +WWW= http://www.fpdf.org/ LICENSE= As_Is LICENSE_NAME= As_Is diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index ecdc9f68cafb..fee4f9e259cc 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME:S/2//}-${DISTVERSION} MAINTAINER= desktop@FreeBSD.org COMMENT= Free and portable TrueType font rendering engine +WWW= https://www.freetype.org/ LICENSE= FTL GPLv2+ LICENSE_COMB= dual diff --git a/print/ghostscript7-base/Makefile b/print/ghostscript7-base/Makefile index 07aa37c0bcc0..4cec917a8dd8 100644 --- a/print/ghostscript7-base/Makefile +++ b/print/ghostscript7-base/Makefile @@ -11,6 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= hrs@FreeBSD.org COMMENT= Ghostscript 7.x PostScript interpreter +WWW= https://www.cs.wisc.edu/~ghost/doc/gnu/index.htm LICENSE= GPLv2 diff --git a/print/ghostscript7-x11/Makefile b/print/ghostscript7-x11/Makefile index de7a88cb592d..4ddd42db7b58 100644 --- a/print/ghostscript7-x11/Makefile +++ b/print/ghostscript7-x11/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= hrs@FreeBSD.org COMMENT= Ghostscript 7.x PostScript interpreter, X11 support +WWW= https://www.cs.wisc.edu/~ghost/doc/GPL/index.htm LICENSE= GPLv2 diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index 6dae3c9513fe..6fc2603ee48d 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 9-agpl-base MAINTAINER= hrs@FreeBSD.org COMMENT= PostScript and PDF interpreter +WWW= https://ghostscript.com/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/ghostscript9-agpl-x11/Makefile b/print/ghostscript9-agpl-x11/Makefile index acc64206ffc8..e6704357b5b9 100644 --- a/print/ghostscript9-agpl-x11/Makefile +++ b/print/ghostscript9-agpl-x11/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= 9-agpl-x11 MAINTAINER= hrs@FreeBSD.org COMMENT= PostScript and PDF interpreter, X11 support +WWW= https://ghostscript.com/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/gl2ps/Makefile b/print/gl2ps/Makefile index 780ced64caf7..9d845ef95a50 100644 --- a/print/gl2ps/Makefile +++ b/print/gl2ps/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.geuz.org/gl2ps/src/ MAINTAINER= makc@FreeBSD.org COMMENT= C library providing vector output for OpenGL applications +WWW= https://www.geuz.org/gl2ps/ LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING.LGPL diff --git a/print/gsfonts/Makefile b/print/gsfonts/Makefile index d9dbd0bb7511..923d89e8d775 100644 --- a/print/gsfonts/Makefile +++ b/print/gsfonts/Makefile @@ -10,6 +10,7 @@ DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org COMMENT= Standard Fonts for Ghostscript +WWW= https://www.cs.wisc.edu/~ghost/doc/gnu/index.htm LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/fonts/COPYING diff --git a/print/gspdf/Makefile b/print/gspdf/Makefile index a373d3829fa3..5d08d8313ecd 100644 --- a/print/gspdf/Makefile +++ b/print/gspdf/Makefile @@ -7,6 +7,7 @@ DISTNAME= GSPdf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Postscript and Pdf Viewer for GNUstep +WWW= https://gap.nongnu.org/gspdf/index.html USES= ghostscript gnustep USE_GNUSTEP= back build diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile index b85d8bfd13cb..2440b32484e8 100644 --- a/print/gtklp/Makefile +++ b/print/gtklp/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= m.ne@gmx.net COMMENT= GTK interface to cups +WWW= https://gtklp.sirtobi.com LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 48234acf5c8e..45ad0eb41dc0 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/gimp-print/gutenprint-5.3/${PORTVERSION} MAINTAINER= cmt@FreeBSD.org COMMENT?= Gutenprint Printer Drivers +WWW= http://gimp-print.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/gv/Makefile b/print/gv/Makefile index fa2341d38837..2c06c9871936 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNU MAINTAINER= mbeis@xs4all.nl COMMENT= PostScript and PDF previewer +WWW= https://www.gnu.org/software/gv/ LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 6184c696d64c..bf06107aa81a 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSI MAINTAINER= desktop@FreeBSD.org COMMENT?= OpenType text shaping engine +WWW= https://harfbuzz.github.io/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/hp2xx/Makefile b/print/hp2xx/Makefile index c5c8c402eb0b..289a6628305b 100644 --- a/print/hp2xx/Makefile +++ b/print/hp2xx/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= HPGL to vector and raster formats converter and previewer for X11 +WWW= https://www.gnu.org/software/hp2xx/ LICENSE= GPLv2+ diff --git a/print/hplip-plugin/Makefile b/print/hplip-plugin/Makefile index c30f69d4bf35..76be33db4bc1 100644 --- a/print/hplip-plugin/Makefile +++ b/print/hplip-plugin/Makefile @@ -7,6 +7,7 @@ EXTRACT_SUFX= .run MAINTAINER= tijl@FreeBSD.org COMMENT= Binary plugin for some HP Printers and All-in-One devices +WWW= https://developers.hp.com/hp-linux-imaging-and-printing/binary_plugin.html # License agreement is required LICENSE= HPLIP_PLUGIN diff --git a/print/hplip/Makefile b/print/hplip/Makefile index a0f74c843c1c..fecead4632c8 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= tijl@FreeBSD.org COMMENT= Drivers and utilities for HP printers and All-in-One devices +WWW= https://developers.hp.com/hp-linux-imaging-and-printing LICENSE= GPLv2+ MIT BSD3CLAUSE LICENSE_COMB= multi diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 0cddebad5e18..cb9197419a8b 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print haskell MAINTAINER= haskell@FreeBSD.org COMMENT= Colourise Haskell code +WWW= http://code.haskell.org/~malcolm/hscolour/ LICENSE= GPLv2 diff --git a/print/hyperlatex/Makefile b/print/hyperlatex/Makefile index 5cafd75d5c54..d81d464fa48f 100644 --- a/print/hyperlatex/Makefile +++ b/print/hyperlatex/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Produce HTML and printed documents from LaTeX source +WWW= http://hyperlatex.sourceforge.net/ RUN_DEPENDS= ppmtogif:graphics/netpbm diff --git a/print/indexinfo/Makefile b/print/indexinfo/Makefile index 918a70e8a4d0..75c86d5df984 100644 --- a/print/indexinfo/Makefile +++ b/print/indexinfo/Makefile @@ -4,6 +4,7 @@ CATEGORIES= print ports-mgmt MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to regenerate the GNU info page index +WWW= https://github.com/bapt/indexinfo LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/latex-beamer/Makefile b/print/latex-beamer/Makefile index 049326698752..30136319c8ad 100644 --- a/print/latex-beamer/Makefile +++ b/print/latex-beamer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= hrs@FreeBSD.org COMMENT= LaTeX class to create a beamer presentation +WWW= https://github.com/josephwright/beamer LICENSE= GPLv2 LPPL13c LICENSE_COMB= dual diff --git a/print/latex-biber/Makefile b/print/latex-biber/Makefile index 787d3f7de0ec..84ec89e65664 100644 --- a/print/latex-biber/Makefile +++ b/print/latex-biber/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= TeX MAINTAINER= tex@FreeBSD.org COMMENT= BibTeX replacement for users of biblatex +WWW= http://biblatex-biber.sourceforge.net/ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/print/latex-ltablex/Makefile b/print/latex-ltablex/Makefile index fdd9c5972735..8a0ac9c35e7d 100644 --- a/print/latex-ltablex/Makefile +++ b/print/latex-ltablex/Makefile @@ -11,6 +11,7 @@ DIST_SUBDIR= latex MAINTAINER= rakuco@FreeBSD.org COMMENT= Combines the features of both the tabularx and longtable packages +WWW= https://ctan.org/tex-archive/macros/latex/contrib/ltablex/ USES= zip USE_TEX= latex texhash diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile index fb3a1f8fec78..44d173cbaeb4 100644 --- a/print/latex2rtf/Makefile +++ b/print/latex2rtf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/${PORTVERSION} \ MAINTAINER= ports@FreeBSD.org COMMENT= Translator from LaTeX to RTF +WWW= http://latex2rtf.sourceforge.net/ USES= cpe shebangfix makeinfo SHEBANG_FILES= ${WRKSRC}/scripts/latex2png diff --git a/print/latexdiff/Makefile b/print/latexdiff/Makefile index 159881f62635..58a67c19749a 100644 --- a/print/latexdiff/Makefile +++ b/print/latexdiff/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://github.com/ftilmann/${PORTNAME}/releases/download/${PORTVE MAINTAINER= jhale@FreeBSD.org COMMENT= Determine and mark up significant differences between latex files +WWW= https://ctan.org/tex-archive/support/latexdiff LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/libharu/Makefile b/print/libharu/Makefile index 6ddd706cfe55..8d0ad47810b0 100644 --- a/print/libharu/Makefile +++ b/print/libharu/Makefile @@ -11,6 +11,7 @@ PATCH_SITES= https://github.com/libharu/libharu/pull/ MAINTAINER= ports@FreeBSD.org COMMENT= Haru Free PDF Library +WWW= http://libharu.org/ LICENSE= ZLIB diff --git a/print/libijs/Makefile b/print/libijs/Makefile index c5775bb283dd..eb07e2be087a 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org COMMENT= C library that supports plugin printer driver for Ghostscript +WWW= https://www.linuxprinting.org/ijs/ LICENSE= MIT diff --git a/print/libmspub01/Makefile b/print/libmspub01/Makefile index 1a23cd049a04..6c595d5512dc 100644 --- a/print/libmspub01/Makefile +++ b/print/libmspub01/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Microsoft Publisher file format +WWW= https://wiki.documentfoundation.org/DLP/Libraries/libmspub LICENSE= MPL20 diff --git a/print/libotf/Makefile b/print/libotf/Makefile index 984ffa345c3a..9865c93f94ff 100644 --- a/print/libotf/Makefile +++ b/print/libotf/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SAVANNAH/m17n MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= Library for handling OpenType fonts +WWW= https://www.nongnu.org/m17n/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/libpagemaker/Makefile b/print/libpagemaker/Makefile index 6a94ab110d0c..8821daffb5b6 100644 --- a/print/libpagemaker/Makefile +++ b/print/libpagemaker/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= LODEV/${PORTNAME} MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Aldus/Adobe PageMaker documents +WWW= https://wiki.documentfoundation.org/DLP/Libraries/libpagemaker LICENSE= MPL20 diff --git a/print/libpaper/Makefile b/print/libpaper/Makefile index deaafd264e89..7b35ea01aa4a 100644 --- a/print/libpaper/Makefile +++ b/print/libpaper/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Library providing routines for paper size management +WWW= https://packages.qa.debian.org/libp/libpaper.html LICENSE= GPLv2 diff --git a/print/libraqm/Makefile b/print/libraqm/Makefile index 4cb534f575d3..6f34598d28cd 100644 --- a/print/libraqm/Makefile +++ b/print/libraqm/Makefile @@ -6,6 +6,7 @@ DISTNAME= raqm-${DISTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= Library that encapsulates complex text layout logic +WWW= https://github.com/HOST-Oman/libraqm LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/libspectre/Makefile b/print/libspectre/Makefile index 374875d5458e..231dfb184e06 100644 --- a/print/libspectre/Makefile +++ b/print/libspectre/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://libspectre.freedesktop.org/releases/ MAINTAINER= desktop@FreeBSD.org COMMENT= Small library for rendering Postscript documents +WWW= https://www.freedesktop.org/wiki/Software/libspectre/ LICENSE= GPLv2 diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile index 0c9c0c0ef5f7..ace458178f03 100644 --- a/print/lilypond-devel/Makefile +++ b/print/lilypond-devel/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= m.ne@gmx.net COMMENT= GNU music typesetter +WWW= https://lilypond.org/ LICENSE= GPLv3 diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 787176d211f9..3a78c1078592 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://lilypond.org/download/source/v${DISTVERSION:R}/ MAINTAINER= m.ne@gmx.net COMMENT= GNU music typesetter +WWW= https://lilypond.org/ LICENSE= GPLv3 diff --git a/print/limereport/Makefile b/print/limereport/Makefile index d18c513fe8a3..8b5345fd45f1 100644 --- a/print/limereport/Makefile +++ b/print/limereport/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= svvord@soft-wizard.ru COMMENT= Multi-platform C++ report generator library written using Qt framework +WWW= https://limereport.ru LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/linux-jabref/Makefile b/print/linux-jabref/Makefile index 2f4453422707..4150cba17415 100644 --- a/print/linux-jabref/Makefile +++ b/print/linux-jabref/Makefile @@ -14,6 +14,7 @@ EXTRACT_ONLY= ${_MAIN_DISTFILE} MAINTAINER= 0mp@FreeBSD.org COMMENT= BibTeX native bibliographic reference manager (Linux version) +WWW= https://www.jabref.org/ LICENSE= BSD2CLAUSE GPLv2 GPLv3 LICENSE_COMB= multi diff --git a/print/lout/Makefile b/print/lout/Makefile index 8352744dd1be..ebc9310477f7 100644 --- a/print/lout/Makefile +++ b/print/lout/Makefile @@ -4,6 +4,7 @@ CATEGORIES= print MAINTAINER= kbowling@FreeBSD.org COMMENT= LaTeX like document creation system with PostScript/PDF output +WWW= https://savannah.nongnu.org/projects/lout/ LICENSE= GPLv3+ diff --git a/print/lyx/Makefile b/print/lyx/Makefile index e2fa3a249a62..a45afd79cebf 100644 --- a/print/lyx/Makefile +++ b/print/lyx/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ MAINTAINER= wen@FreeBSD.org COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) +WWW= https://www.lyx.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 771564b42525..cf129129fff6 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.pell.portland.or.us/~orc/Code/magicfilter/ MAINTAINER= ports@FreeBSD.org COMMENT= Customizable, extensible automatic printer filter +WWW= https://www.pell.portland.or.us/~orc/Code/magicfilter/ USES= ghostscript diff --git a/print/mftrace/Makefile b/print/mftrace/Makefile index 53ec3f12d1fc..0ae813457223 100644 --- a/print/mftrace/Makefile +++ b/print/mftrace/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://lilypond.org/download/sources/mftrace/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= Scalable PostScript (Type1) Fonts for MetaFont +WWW= https://lilypond.org/mftrace/ RUN_DEPENDS= t1asm:print/t1utils \ fontforge:print/fontforge diff --git a/print/miktex/Makefile b/print/miktex/Makefile index dbcca4dd644c..e67c41ad3454 100644 --- a/print/miktex/Makefile +++ b/print/miktex/Makefile @@ -14,6 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of TeX/LaTeX +WWW= https://miktex.org LICENSE= MULTIPLE LICENSE_NAME= Multiple diff --git a/print/min12xxw/Makefile b/print/min12xxw/Makefile index 70f5ab2859e3..c4359a522f6e 100644 --- a/print/min12xxw/Makefile +++ b/print/min12xxw/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://hinterbergen.de/mala/min12xxw/ MAINTAINER= ports@FreeBSD.org COMMENT= Print driver for the Minolta PagePro 1(2/3/4)xxW printers +WWW= http://hinterbergen.de/mala/min12xxw/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 02c90fe176f0..4ccee9e8ea05 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/muttprint/muttprint/muttprint-${PORTVERSION} MAINTAINER= guru@unixarea.de COMMENT= Utility to print mail for most any mail client +WWW= http://muttprint.sourceforge.net/ LICENSE= GPLv2 diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile index a6832d11a2a9..db66c011d878 100644 --- a/print/nenscript/Makefile +++ b/print/nenscript/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.ai.mit.edu/projects/im/magnus/nenscript/ MAINTAINER= ports@FreeBSD.org COMMENT= Clone of the proprietary enscript program from Adobe Systems +WWW= http://www.ai.mit.edu/projects/im/magnus/nenscript/ USES= tar:bzip2 diff --git a/print/okc321/Makefile b/print/okc321/Makefile index ca1cd17f348d..3244b6fdb507 100644 --- a/print/okc321/Makefile +++ b/print/okc321/Makefile @@ -6,6 +6,7 @@ DISTNAME= C531_C331_C321_Linux_110_31034 MAINTAINER= ports@FreeBSD.org COMMENT= PPDs for the Oki C321dn, C331dn, and C531dn printers +WWW= https://www.oki.com/de/printing/support/drivers-and-utilities/colour/44951534/ LICENSE= GPLv2 diff --git a/print/openprinting/Makefile b/print/openprinting/Makefile index 018294387bb6..1bb83f2e91e6 100644 --- a/print/openprinting/Makefile +++ b/print/openprinting/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Sun's implementation of the OpenPrinting API (PAPI) +WWW= http://openprinting.sourceforge.net/ WRKSRC= ${WRKDIR}/papi-${PORTVERSION}_beta diff --git a/print/p5-Font-FreeType/Makefile b/print/p5-Font-FreeType/Makefile index c6e490462d2e..c01d49833a23 100644 --- a/print/p5-Font-FreeType/Makefile +++ b/print/p5-Font-FreeType/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to read font files and render glyphs using FreeType2 +WWW= https://metacpan.org/release/Font-FreeType LICENSE= ARTPERL10 diff --git a/print/p5-Net-CUPS/Makefile b/print/p5-Net-CUPS/Makefile index dcedb659413d..dc189ebf0186 100644 --- a/print/p5-Net-CUPS/Makefile +++ b/print/p5-Net-CUPS/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Interface to the CUPS API +WWW= https://metacpan.org/release/Net-CUPS LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/print/p5-Net-Printer/Makefile b/print/p5-Net-Printer/Makefile index 2df0f3f704f7..52da03c60e97 100644 --- a/print/p5-Net-Printer/Makefile +++ b/print/p5-Net-Printer/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Perl extension for direct-to-lpd printing +WWW= https://metacpan.org/release/Net-Printer LICENSE= BSD2CLAUSE diff --git a/print/p5-PDF-Template/Makefile b/print/p5-PDF-Template/Makefile index 991d531ea8e3..25bc08939eba 100644 --- a/print/p5-PDF-Template/Makefile +++ b/print/p5-PDF-Template/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= yaizawa@2004.jukuin.keio.ac.jp COMMENT= PDF layout system that uses the same data structures as HTML::Template +WWW= https://metacpan.org/release/PDF-Template BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= pdflib-perl>=0:print/pdflib-perl \ diff --git a/print/p5-PostScript-PPD/Makefile b/print/p5-PostScript-PPD/Makefile index 485359a59c10..f60dd68090f4 100644 --- a/print/p5-PostScript-PPD/Makefile +++ b/print/p5-PostScript-PPD/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Read PostScript Printer Definition files +WWW= https://metacpan.org/release/PostScript-PPD LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile index 0a1e2b6685d5..924aa6d1cda9 100644 --- a/print/p5-PostScript-Simple/Makefile +++ b/print/p5-PostScript-Simple/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Produce PostScript files from Perl +WWW= https://metacpan.org/release/PostScript-Simple LICENSE= GPLv2 diff --git a/print/p5-PostScript/Makefile b/print/p5-PostScript/Makefile index 6293632e6f8d..73034a6a7247 100644 --- a/print/p5-PostScript/Makefile +++ b/print/p5-PostScript/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Produce PostScript files from Perl +WWW= https://metacpan.org/release/PostScript USES= perl5 USE_PERL5= configure diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile index 3fc8a587a0ca..c2a97652c993 100644 --- a/print/p5-Text-PDF/Makefile +++ b/print/p5-Text-PDF/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= PDF manipulation module +WWW= https://metacpan.org/release/Text-PDF LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/print/p5-XML-ApacheFOP/Makefile b/print/p5-XML-ApacheFOP/Makefile index 935071b8e16b..8c6904f89a35 100644 --- a/print/p5-XML-ApacheFOP/Makefile +++ b/print/p5-XML-ApacheFOP/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= numisemis@yahoo.com COMMENT= Access Apache FOP from Perl to create PDF files using XSL-FO +WWW= https://metacpan.org/release/XML-ApacheFOP BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Java>=0:devel/p5-Java \ diff --git a/print/p5-XML-Handler-AxPoint/Makefile b/print/p5-XML-Handler-AxPoint/Makefile index 88a2f8bec93d..405308a56005 100644 --- a/print/p5-XML-Handler-AxPoint/Makefile +++ b/print/p5-XML-Handler-AxPoint/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= XML Based Presentations +WWW= https://metacpan.org/release/XML-Handler-AxPoint LICENSE= ART10 GPLv1+ LICENSE_COMB= dual diff --git a/print/p910nd/Makefile b/print/p910nd/Makefile index 758f5684126d..cf021c6d34e3 100644 --- a/print/p910nd/Makefile +++ b/print/p910nd/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= skozlov@FreeBSD.org COMMENT= Port 9100+n printer daemon +WWW= http://p910nd.sourceforge.net/ LICENSE= GPLv2 diff --git a/print/paps/Makefile b/print/paps/Makefile index 525568a0f197..2d164f9f1f1e 100644 --- a/print/paps/Makefile +++ b/print/paps/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= ports@FreeBSD.org COMMENT= UTF-8 to PostScript converter using Pango +WWW= http://paps.sourceforge.net/ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/print/pcal/Makefile b/print/pcal/Makefile index 0abc7dc0330f..fbb7ad588356 100644 --- a/print/pcal/Makefile +++ b/print/pcal/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PostScript calendar program +WWW= http://pcal.sourceforge.net/ USES= cpe shebangfix gmake tar:tgz diff --git a/print/pdf-redact-tools/Makefile b/print/pdf-redact-tools/Makefile index 2e0f2c544d6b..6b5f2c823c36 100644 --- a/print/pdf-redact-tools/Makefile +++ b/print/pdf-redact-tools/Makefile @@ -7,6 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Securely redact and strip metadata from PDF files +WWW= https://github.com/firstlookmedia/pdf-redact-tools LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/pdf-renderer/Makefile b/print/pdf-renderer/Makefile index 801aa633e7fe..ad23e7d66089 100644 --- a/print/pdf-renderer/Makefile +++ b/print/pdf-renderer/Makefile @@ -7,6 +7,7 @@ DISTNAME= PDFRenderer-full-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= 100% Java PDF renderer and viewer +WWW= https://pdf-renderer.dev.java.net/ LICENSE= LGPL21 diff --git a/print/pdf-tools/Makefile b/print/pdf-tools/Makefile index 3d4e680d8eb9..6fc9223da469 100644 --- a/print/pdf-tools/Makefile +++ b/print/pdf-tools/Makefile @@ -7,6 +7,7 @@ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} MAINTAINER= jrm@FreeBSD.org COMMENT= Emacs support library for PDF files +WWW= https://github.com/vedang/pdf-tools LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/pdf4tcl/Makefile b/print/pdf4tcl/Makefile index 10eb63192a3c..378b6ba14314 100644 --- a/print/pdf4tcl/Makefile +++ b/print/pdf4tcl/Makefile @@ -6,6 +6,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} MAINTAINER= tcltk@FreeBSD.org COMMENT= Pure Tcl library to generate PDF files +WWW= https://sourceforge.net/projects/pdf4tcl/ OPTIONS_DEFINE= DOCS diff --git a/print/pdfarranger/Makefile b/print/pdfarranger/Makefile index 970bf9bd4609..7b5c1ee66bb6 100644 --- a/print/pdfarranger/Makefile +++ b/print/pdfarranger/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= Alexander88207@protonmail.com COMMENT= Split, Merge, Rotate and Reorder PDF Files +WWW= https://github.com/pdfarranger/pdfarranger LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/pdfbox/Makefile b/print/pdfbox/Makefile index 1f70e7544378..806f14f12418 100644 --- a/print/pdfbox/Makefile +++ b/print/pdfbox/Makefile @@ -8,6 +8,7 @@ EXTRACT_ONLY= # none MAINTAINER= ale@FreeBSD.org COMMENT= Java tool for working with PDF documents +WWW= https://pdfbox.apache.org/ LICENSE= APACHE20 diff --git a/print/pdfchain/Makefile b/print/pdfchain/Makefile index a2ee54917b48..e5be2a963df5 100644 --- a/print/pdfchain/Makefile +++ b/print/pdfchain/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF/pdfchain/pdfchain-${PORTVERSION} MAINTAINER= chapelet@gmail.com COMMENT= Graphical user interface for the PDF Toolkit (PDFtk) +WWW= https://sourceforge.net/projects/pdfchain/ LICENSE= GPLv3 diff --git a/print/pdflib/Makefile b/print/pdflib/Makefile index 0f0bf5b22f6f..97737250e289 100644 --- a/print/pdflib/Makefile +++ b/print/pdflib/Makefile @@ -10,6 +10,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ale@FreeBSD.org COMMENT= C library for dynamically generating PDF +WWW= http://www.pdflib.de/ LICENSE= PDFlib-Lite LICENSE_NAME= PDFlib-Lite diff --git a/print/pdfstitch/Makefile b/print/pdfstitch/Makefile index df0d2c5ef503..09aa31f54959 100644 --- a/print/pdfstitch/Makefile +++ b/print/pdfstitch/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= ports@FreeBSD.org COMMENT= Crop and stitch pages from PDF to larger, single-page PDF +WWW= https://github.com/sur5r/pdfstitch LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/print/pdftk/Makefile b/print/pdftk/Makefile index 1a3769efd93b..4f8c7d559a9b 100644 --- a/print/pdftk/Makefile +++ b/print/pdftk/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print java MAINTAINER= andreas@bilke.org COMMENT= Simple tool for doing everyday things with PDF documents +WWW= https://gitlab.com/pdftk-java/pdftk LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/pear-File_PDF/Makefile b/print/pear-File_PDF/Makefile index ae9ffd6772d4..e97d5aa5d70c 100644 --- a/print/pear-File_PDF/Makefile +++ b/print/pear-File_PDF/Makefile @@ -4,6 +4,7 @@ CATEGORIES= print pear MAINTAINER= sunpoet@FreeBSD.org COMMENT= PEAR class to generate PDFs +WWW= https://pear.php.net/package/File_PDF USES= pear diff --git a/print/pecl-pdflib/Makefile b/print/pecl-pdflib/Makefile index 9511d65c476a..2b49055150c5 100644 --- a/print/pecl-pdflib/Makefile +++ b/print/pecl-pdflib/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print pear MAINTAINER= ale@FreeBSD.org COMMENT= PECL extension to create PDF on the fly +WWW= https://pecl.php.net/package/pdflib LICENSE= PDFlib LICENSE_NAME= PDFlib GmbH General License diff --git a/print/pfbtopfa/Makefile b/print/pfbtopfa/Makefile index aacbbd0c56ad..e9e22522ba0a 100644 --- a/print/pfbtopfa/Makefile +++ b/print/pfbtopfa/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.whizkidtech.redprince.net/pfbtopfa/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Convert PFB files to the PFA format +WWW= http://www.whizkidtech.redprince.net/pfbtopfa/ PLIST_FILES= bin/pfbtopfa man/man1/pfbtopfa.1.gz diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index 3d427fed947b..f3a28e71ecbe 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility to print multiple images per sheet +WWW= http://blackfiveimaging.co.uk/ LICENSE= GPLv2 diff --git a/print/pnm2ppa/Makefile b/print/pnm2ppa/Makefile index e60dafe96607..b645d590ef55 100644 --- a/print/pnm2ppa/Makefile +++ b/print/pnm2ppa/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= 000.fbsd@quip.cz COMMENT= Convert PNM images to PPA for some HP printers +WWW= http://pnm2ppa.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/en/LICENSE diff --git a/print/posterazor/Makefile b/print/posterazor/Makefile index b793778650dd..87a80a64bb4b 100644 --- a/print/posterazor/Makefile +++ b/print/posterazor/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print graphics MAINTAINER= ehaupt@FreeBSD.org COMMENT= Cuts an image into pieces which can be printed out as a poster +WWW= https://github.com/aportale/posterazor LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/print-manager/Makefile b/print/print-manager/Makefile index 0c06470f6c16..2df6d6ef5b2c 100644 --- a/print/print-manager/Makefile +++ b/print/print-manager/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Printer manager for KDE +WWW= https://www.kde.org LIB_DEPENDS= libcups.so:print/cups diff --git a/print/ps2eps/Makefile b/print/ps2eps/Makefile index 04bb6539e2fb..16e3161f72dd 100644 --- a/print/ps2eps/Makefile +++ b/print/ps2eps/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= http://www.tm.uka.de/~bless/ \ MAINTAINER= jnlin@freebsd.cs.nctu.edu.tw COMMENT= Generate Encapsulated Postscript file from Postscript document +WWW= http://www.tm.uka.de/~bless/ps2eps CONFLICTS_INSTALL= texlive-base diff --git a/print/pscal/Makefile b/print/pscal/Makefile index 2f508155f1df..96b85a52f73f 100644 --- a/print/pscal/Makefile +++ b/print/pscal/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.panix.com/~mbh/pscal/ MAINTAINER= ports@FreeBSD.org COMMENT= Utility for generating Postscript calendars +WWW= https://www.panix.com/~mbh/projects.html NO_BUILD= yes PLIST_FILES= bin/pscal diff --git a/print/psdim/Makefile b/print/psdim/Makefile index 09b6ade40cb1..d0d2836b43b9 100644 --- a/print/psdim/Makefile +++ b/print/psdim/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.mathstat.dal.ca/~selinger/psdim/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Calculates the optimal placement of the pages for n-up printing +WWW= https://www.mathstat.dal.ca/~selinger/psdim/ LICENSE= GPLv2 diff --git a/print/pslib/Makefile b/print/pslib/Makefile index b44228b9d2f0..97b9887cc57f 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -6,6 +6,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= C-library for generating multi page PostScript documents +WWW= http://pslib.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile index fb4fa7288b25..694806dab5de 100644 --- a/print/pstotext/Makefile +++ b/print/pstotext/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://ftp.gwdg.de/pub/ghostscript/contrib/ \ MAINTAINER= ports@FreeBSD.org COMMENT= PostScript to Text converter +WWW= https://pages.cs.wisc.edu/~ghost/doc/pstotext.htm LICENSE= EULA LICENSE_NAME= End User License Agreement diff --git a/print/psutils/Makefile b/print/psutils/Makefile index a31f1fb0abe8..097db9ede92a 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -9,6 +9,7 @@ DISTNAME= psutils-p17 MAINTAINER= hrs@FreeBSD.org COMMENT= Utilities for manipulating PostScript documents +WWW= http://gershwin.ens.fr/vdaniel/Doc-Locale/Outils-Gnu-Linux/PsUtils/ LIB_DEPENDS= libpaper.so:print/libpaper diff --git a/print/py-collidoscope/Makefile b/print/py-collidoscope/Makefile index 6eeaafd462e9..7cae591cfd5b 100644 --- a/print/py-collidoscope/Makefile +++ b/print/py-collidoscope/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Brute force detection of glyph collisions +WWW= https://github.com/simoncozens/collidoscope LICENSE= MIT diff --git a/print/py-dehinter/Makefile b/print/py-dehinter/Makefile index f91b5778cab3..1c90d0fa7399 100644 --- a/print/py-dehinter/Makefile +++ b/print/py-dehinter/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Remove TrueType instruction sets (hints) in fonts +WWW= https://github.com/source-foundry/dehinter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-font-v/Makefile b/print/py-font-v/Makefile index 88f66080ee14..0dcd7288a8f5 100644 --- a/print/py-font-v/Makefile +++ b/print/py-font-v/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Font version reporting and modification tool +WWW= https://github.com/source-foundry/font-v LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/LICENSE diff --git a/print/py-fontaine/Makefile b/print/py-fontaine/Makefile index d6632cadb8ed..8aefb9a5a271 100644 --- a/print/py-fontaine/Makefile +++ b/print/py-fontaine/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Font analysis tool for determining character/glyph support +WWW= https://github.com/googlefonts/pyfontaine LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/print/py-fontbakery/Makefile b/print/py-fontbakery/Makefile index d28de5470789..38b5545faa34 100644 --- a/print/py-fontbakery/Makefile +++ b/print/py-fontbakery/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Well designed Font QA tool +WWW= https://github.com/googlefonts/fontbakery LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/print/py-fontparts/Makefile b/print/py-fontparts/Makefile index c1722a961fba..536340c72c3a 100644 --- a/print/py-fontparts/Makefile +++ b/print/py-fontparts/Makefile @@ -7,6 +7,7 @@ DISTNAME= fontParts-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= API for interacting with the parts of fonts during the font development process +WWW= https://github.com/robotools/fontParts LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-fontpens/Makefile b/print/py-fontpens/Makefile index d7117c23a40d..3b26817139d2 100644 --- a/print/py-fontpens/Makefile +++ b/print/py-fontpens/Makefile @@ -7,6 +7,7 @@ DISTNAME= fontPens-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Collection of classes implementing the pen protocol for manipulating glyphs +WWW= https://github.com/robotools/fontPens LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile index b7532d6c74ed..7844f7a274b0 100644 --- a/print/py-fonttools/Makefile +++ b/print/py-fonttools/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open source library for manipulating fonts, written in Python +WWW= https://github.com/fonttools/fonttools LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-fpdf/Makefile b/print/py-fpdf/Makefile index 53b69cb3a8fa..773c03d7f710 100644 --- a/print/py-fpdf/Makefile +++ b/print/py-fpdf/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= fabianosidler@swissonline.ch COMMENT= Simple PDF generation for Python +WWW= https://code.google.com/p/pyfpdf/ LICENSE= LGPL3 diff --git a/print/py-frescobaldi/Makefile b/print/py-frescobaldi/Makefile index 35e00b0297cf..5d25710026e9 100644 --- a/print/py-frescobaldi/Makefile +++ b/print/py-frescobaldi/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= m.ne@gmx.net COMMENT= Music score editor for lilypond +WWW= https://www.frescobaldi.org/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/py-glyphsets/Makefile b/print/py-glyphsets/Makefile index 761bebf51968..562be9f83142 100644 --- a/print/py-glyphsets/Makefile +++ b/print/py-glyphsets/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python API for evaluating coverage of glyph sets in font projects +WWW= https://github.com/googlefonts/glyphsets LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-glyphtools/Makefile b/print/py-glyphtools/Makefile index b08e089cf67d..fd8ea9ec7202 100644 --- a/print/py-glyphtools/Makefile +++ b/print/py-glyphtools/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Routines for extracting information from fontTools glyphs +WWW= https://github.com/simoncozens/glyphtools LICENSE= APACHE20 diff --git a/print/py-pollyreports/Makefile b/print/py-pollyreports/Makefile index f1c434fe4a57..24f1830ecc05 100644 --- a/print/py-pollyreports/Makefile +++ b/print/py-pollyreports/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jjachuf@gmail.com COMMENT= Band-oriented PDF report generation from database query +WWW= https://newcenturycomputers.net/projects/pollyreports.html LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-preppy/Makefile b/print/py-preppy/Makefile index b64f232e4550..069aa64f884d 100644 --- a/print/py-preppy/Makefile +++ b/print/py-preppy/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= ReportLab's templating system +WWW= http://preppy.readthedocs.org/en/latest/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/print/py-psautohint/Makefile b/print/py-psautohint/Makefile index a7e4c6bfd859..d1cd7bed6d15 100644 --- a/print/py-psautohint/Makefile +++ b/print/py-psautohint/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lantw44@gmail.com COMMENT= Python wrapper for Adobe PostScript autohinter +WWW= https://github.com/adobe-type-tools/psautohint LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-pycups/Makefile b/print/py-pycups/Makefile index 6bd36c2e6ed4..519702f29f8c 100644 --- a/print/py-pycups/Makefile +++ b/print/py-pycups/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CUPS bindings for Python +WWW= https://github.com/zdohnal/pycups LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/print/py-pypdf/Makefile b/print/py-pypdf/Makefile index 12ce5aa06ec6..6071775b9c84 100644 --- a/print/py-pypdf/Makefile +++ b/print/py-pypdf/Makefile @@ -8,6 +8,7 @@ DISTNAME= pyPdf-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Pure-Python PDF toolkit +WWW= https://pybrary.net/pyPdf/ USES= dos2unix python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/print/py-pypdf2/Makefile b/print/py-pypdf2/Makefile index 5c00003c4022..105a8fa260b1 100644 --- a/print/py-pypdf2/Makefile +++ b/print/py-pypdf2/Makefile @@ -7,6 +7,7 @@ DISTNAME= PyPDF2-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Pure-Python PDF toolkit +WWW= https://mstamy2.github.io/PyPDF2/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-pypdf3/Makefile b/print/py-pypdf3/Makefile index 9816684768b4..7a88c99f1e9c 100644 --- a/print/py-pypdf3/Makefile +++ b/print/py-pypdf3/Makefile @@ -7,6 +7,7 @@ DISTNAME= PyPDF3-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Pure Python PDF toolkit +WWW= https://github.com/sfneal/PyPDF3 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-python-ly/Makefile b/print/py-python-ly/Makefile index 20ea72788ab0..ae12a6012960 100644 --- a/print/py-python-ly/Makefile +++ b/print/py-python-ly/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= martin.dieringer@gmx.de COMMENT= Python package to manipulate LilyPond files +WWW= https://github.com/wbsoft/python-ly LICENSE= GPLv3 diff --git a/print/py-relatorio/Makefile b/print/py-relatorio/Makefile index 606f8982db58..b20a0699df20 100644 --- a/print/py-relatorio/Makefile +++ b/print/py-relatorio/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Templating library able to output odt and pdf files +WWW= https://hg.tryton.org/relatorio LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-reportlab/Makefile b/print/py-reportlab/Makefile index e55db8b14b52..278a0de11150 100644 --- a/print/py-reportlab/Makefile +++ b/print/py-reportlab/Makefile @@ -11,6 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bofh@FreeBSD.org COMMENT= Library to create PDF documents using the Python language +WWW= https://www.reportlab.com/ LICENSE= BSD3CLAUSE diff --git a/print/py-rtf/Makefile b/print/py-rtf/Makefile index f4278261d2d1..b3ca84c35ad9 100644 --- a/print/py-rtf/Makefile +++ b/print/py-rtf/Makefile @@ -7,6 +7,7 @@ DISTNAME= PyRTF-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library to create RTF documents using the Python language +WWW= http://pyrtf.sourceforge.net/ LICENSE= GPLv1 diff --git a/print/py-ttfautohint-py/Makefile b/print/py-ttfautohint-py/Makefile index 0a589206cab6..30f724b978f1 100644 --- a/print/py-ttfautohint-py/Makefile +++ b/print/py-ttfautohint-py/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python wrapper for ttfautohint +WWW= https://github.com/fonttools/ttfautohint-py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-ufolib2/Makefile b/print/py-ufolib2/Makefile index 64812db1f6be..1facee5d0529 100644 --- a/print/py-ufolib2/Makefile +++ b/print/py-ufolib2/Makefile @@ -7,6 +7,7 @@ DISTNAME= ufoLib2-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= UFO font processing library +WWW= https://github.com/fonttools/ufoLib2 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-uharfbuzz/Makefile b/print/py-uharfbuzz/Makefile index f255b84c2113..e130563b1baf 100644 --- a/print/py-uharfbuzz/Makefile +++ b/print/py-uharfbuzz/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Streamlined Cython bindings for the harfbuzz shaping engine +WWW= https://github.com/harfbuzz/uharfbuzz LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/py-vharfbuzz/Makefile b/print/py-vharfbuzz/Makefile index 4286f8e54b72..37e0d1b90788 100644 --- a/print/py-vharfbuzz/Makefile +++ b/print/py-vharfbuzz/Makefile @@ -6,6 +6,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= User-friendlier way to use Harfbuzz in Python +WWW= https://github.com/simoncozens/vharfbuzz LICENSE= MIT diff --git a/print/py-weasyprint/Makefile b/print/py-weasyprint/Makefile index 74fa136d1ab3..5048ce017455 100644 --- a/print/py-weasyprint/Makefile +++ b/print/py-weasyprint/Makefile @@ -7,6 +7,7 @@ DISTNAME= WeasyPrint-${PORTVERSION} MAINTAINER= darcy@druid.net COMMENT= Converts HTML/CSS documents to PDF +WWW= https://weasyprint.org/ LICENSE= BSD3CLAUSE diff --git a/print/qpdf/Makefile b/print/qpdf/Makefile index 602cd0c9a2d0..aae18657becb 100644 --- a/print/qpdf/Makefile +++ b/print/qpdf/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF MAINTAINER= wen@FreeBSD.org COMMENT= Command-line tools for transforming and inspecting PDF documents +WWW= http://qpdf.sourceforge.net LICENSE= ART20 APACHE20 LICENSE_COMB= dual diff --git a/print/qpdfview/Makefile b/print/qpdfview/Makefile index 62b04c08d036..97d4572f81ea 100644 --- a/print/qpdfview/Makefile +++ b/print/qpdfview/Makefile @@ -7,6 +7,7 @@ MASTER_SITES= https://launchpadlibrarian.net/294276875/ \ MAINTAINER= salvadore@FreeBSD.org COMMENT= Tabbed DjVu/PDF/PS document viewer +WWW= https://launchpad.net/qpdfview LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 21b297ca620d..f303c75a6981 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -8,6 +8,7 @@ MASTER_SITES= http://fossies.org/unix/misc/old/ \ MAINTAINER= mi@aldan.algebra.com COMMENT= Send print jobs to lpd servers anywhere on a network +WWW= http://freecode.com/projects/rlpr LICENSE= GPLv2 diff --git a/print/rtf2latex2e/Makefile b/print/rtf2latex2e/Makefile index 5539cf1f6eea..439cd9e71274 100644 --- a/print/rtf2latex2e/Makefile +++ b/print/rtf2latex2e/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix/2-2 MAINTAINER= martin.dieringer@gmx.de COMMENT= Newer filter that converts RTF (MS Rich Text Format) into LaTeX +WWW= https://sourceforge.net/projects/rtf2latex2e/ LICENSE= GPLv2 diff --git a/print/rubygem-afm/Makefile b/print/rubygem-afm/Makefile index cf54ae2959f3..ab8470d673ea 100644 --- a/print/rubygem-afm/Makefile +++ b/print/rubygem-afm/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Read AFM files and use the data conveniently +WWW= https://github.com/halfbyte/afm LICENSE= MIT diff --git a/print/rubygem-color-tools/Makefile b/print/rubygem-color-tools/Makefile index fa7d4f20dcfb..ce9603281a03 100644 --- a/print/rubygem-color-tools/Makefile +++ b/print/rubygem-color-tools/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides colour space definition and manipulation +WWW= https://github.com/ripta/color-tools LICENSE= MIT diff --git a/print/rubygem-color/Makefile b/print/rubygem-color/Makefile index 0e1b79712ab6..05249a03743a 100644 --- a/print/rubygem-color/Makefile +++ b/print/rubygem-color/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides colour space definition and manipulation +WWW= https://github.com/halostatue/color LICENSE= MIT diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile index f28a47598f6b..8455ce20245d 100644 --- a/print/rubygem-pdf-core/Makefile +++ b/print/rubygem-pdf-core/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library to render PDF documents +WWW= https://prawnpdf.org/ LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-pdf-reader/Makefile b/print/rubygem-pdf-reader/Makefile index 5982d7f36dd9..bda90749a588 100644 --- a/print/rubygem-pdf-reader/Makefile +++ b/print/rubygem-pdf-reader/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= PDF parser conforming as much as possible to the PDF specification +WWW= https://github.com/yob/pdf-reader LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/print/rubygem-pdf-writer/Makefile b/print/rubygem-pdf-writer/Makefile index 0973c7eaa8a9..304367cfa799 100644 --- a/print/rubygem-pdf-writer/Makefile +++ b/print/rubygem-pdf-writer/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Pure Ruby PDF document creation library +WWW= https://github.com/metaskills/pdf-writer LICENSE= MIT diff --git a/print/rubygem-prawn-core/Makefile b/print/rubygem-prawn-core/Makefile index 03aa40f37e68..b1401aa49fe6 100644 --- a/print/rubygem-prawn-core/Makefile +++ b/print/rubygem-prawn-core/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Core of Rubygem-prawn +WWW= http://prawn.majesticseacreature.com LICENSE= GPLv2 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-prawn-flexible-table/Makefile b/print/rubygem-prawn-flexible-table/Makefile index b51b37ee3761..71ea3528a3cf 100644 --- a/print/rubygem-prawn-flexible-table/Makefile +++ b/print/rubygem-prawn-flexible-table/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Create tables with *span attributes for each cell with Prawn +WWW= https://github.com/blaxter/prawn-flexible-table LICENSE= GPLv2 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile index 01f20534a325..a9b426bdf672 100644 --- a/print/rubygem-prawn-format/Makefile +++ b/print/rubygem-prawn-format/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extension of Prawn that allows inline formatting +WWW= https://github.com/practicingruby/prawn-format LICENSE= GPLv2 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-prawn-graph/Makefile b/print/rubygem-prawn-graph/Makefile index 9c9e322d9676..1bdbd4d933d9 100644 --- a/print/rubygem-prawn-graph/Makefile +++ b/print/rubygem-prawn-graph/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Draw basic graphs and charts natively in your PDFs +WWW= https://prawn-graph.ryanstenhouse.jp/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt diff --git a/print/rubygem-prawn-icon/Makefile b/print/rubygem-prawn-icon/Makefile index 1331c4a77b3f..c5309705a6aa 100644 --- a/print/rubygem-prawn-icon/Makefile +++ b/print/rubygem-prawn-icon/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provide various icon fonts for the Prawn PDF toolkit +WWW= https://github.com/jessedoyle/prawn-icon LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile index 23b48afc10f8..a040164b4ef3 100644 --- a/print/rubygem-prawn-js/Makefile +++ b/print/rubygem-prawn-js/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simplifies embedding JavaScript in your PDF files +WWW= https://pat.github.io/thinking-sphinx/ LICENSE= MIT diff --git a/print/rubygem-prawn-layout/Makefile b/print/rubygem-prawn-layout/Makefile index b0be4ab9f84b..a47f4f5a5ef0 100644 --- a/print/rubygem-prawn-layout/Makefile +++ b/print/rubygem-prawn-layout/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Prawn Extension to Provides Table Support and Other Layout +WWW= https://github.com/practicingruby/prawn-layout LICENSE= GPLv2 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-prawn-security/Makefile b/print/rubygem-prawn-security/Makefile index b311f573ef2e..8df534550a97 100644 --- a/print/rubygem-prawn-security/Makefile +++ b/print/rubygem-prawn-security/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Extension of Prawn +WWW= https://github.com/madriska/prawn-security LICENSE= GPLv2 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-prawn-svg/Makefile b/print/rubygem-prawn-svg/Makefile index e519e5f9290b..0fc31f87b001 100644 --- a/print/rubygem-prawn-svg/Makefile +++ b/print/rubygem-prawn-svg/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= SVG renderer for Prawn PDF library +WWW= https://github.com/mogest/prawn-svg LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/rubygem-prawn-table/Makefile b/print/rubygem-prawn-table/Makefile index 08e3a4ffbb5d..cdf6103c12ee 100644 --- a/print/rubygem-prawn-table/Makefile +++ b/print/rubygem-prawn-table/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Provide tables for the Prawn PDF toolkit +WWW= https://github.com/prawnpdf/prawn-table LICENSE= GPLv2 GPLv3 RUBY LICENSE_COMB= dual diff --git a/print/rubygem-prawn-templates/Makefile b/print/rubygem-prawn-templates/Makefile index 50f7b3883fc1..a2388dae3178 100644 --- a/print/rubygem-prawn-templates/Makefile +++ b/print/rubygem-prawn-templates/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Include other pdfs or combine several pdf documents into one +WWW= https://github.com/prawnpdf/prawn-templates LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile index 3086e689c9c0..d30dbeacd6e0 100644 --- a/print/rubygem-prawn/Makefile +++ b/print/rubygem-prawn/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Fast, tiny, and nimble PDF generator for Ruby +WWW= https://prawnpdf.org/ LICENSE= RUBY GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/print/rubygem-prawn_shapes/Makefile b/print/rubygem-prawn_shapes/Makefile index 58bc1a03d144..36f6280f818e 100644 --- a/print/rubygem-prawn_shapes/Makefile +++ b/print/rubygem-prawn_shapes/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Adds additional vector shapes to Prawn +WWW= https://github.com/Bluejade/prawn-shapes LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/rubygem-rbpdf-font/Makefile b/print/rubygem-rbpdf-font/Makefile index aa0baf564be9..a217a5af521f 100644 --- a/print/rubygem-rbpdf-font/Makefile +++ b/print/rubygem-rbpdf-font/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= RBPDF font files +WWW= https://github.com/naitoh/rbpdf/tree/master/rbpdf-font LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/print/rubygem-rbpdf/Makefile b/print/rubygem-rbpdf/Makefile index 388304e4748c..aa51fceaa738 100644 --- a/print/rubygem-rbpdf/Makefile +++ b/print/rubygem-rbpdf/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby library for creating ERB enabled PDF templates +WWW= https://github.com/naitoh/rbpdf LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.TXT diff --git a/print/rubygem-ttfunk/Makefile b/print/rubygem-ttfunk/Makefile index 4e796f8f24a7..3f2eba7679c6 100644 --- a/print/rubygem-ttfunk/Makefile +++ b/print/rubygem-ttfunk/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Font Metrics Parser for the Prawn PDF generator +WWW= https://github.com/prawnpdf/ttfunk LICENSE= RUBY GPLv2 GPLv3 LICENSE_COMB= dual diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile index bc3d2293d42e..f7dc2f1b8c1e 100644 --- a/print/scribus-devel/Makefile +++ b/print/scribus-devel/Makefile @@ -8,6 +8,7 @@ PKGNAMESUFFIX= -devel MAINTAINER= pkubaj@FreeBSD.org COMMENT= Comprehensive desktop publishing program (development version) +WWW= https://www.scribus.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/sgf2tex/Makefile b/print/sgf2tex/Makefile index 584d0c1fb449..2eafe2315124 100644 --- a/print/sgf2tex/Makefile +++ b/print/sgf2tex/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://sporadic.stanford.edu/bump/ MAINTAINER= spcoltri@omcl.org COMMENT= Convert a Go game record in SGF format into TeX and provide fonts to make a dvi +WWW= http://match.stanford.edu/~bump/sgf2tex.html USES= shebangfix SHEBANG_FILES= sgf2tex diff --git a/print/shrinkpdf/Makefile b/print/shrinkpdf/Makefile index f13f03e61160..6e593c8bdf4e 100644 --- a/print/shrinkpdf/Makefile +++ b/print/shrinkpdf/Makefile @@ -6,6 +6,7 @@ CATEGORIES= print graphics MAINTAINER= grembo@FreeBSD.org COMMENT= Simple wrapper around Ghostscript to reduce the file size of PDFs +WWW= https://github.com/aklomp/shrinkpdf LICENSE= BSD3CLAUSE diff --git a/print/simple-fb2-reader/Makefile b/print/simple-fb2-reader/Makefile index b196efccbf3a..39f74a3dfe45 100644 --- a/print/simple-fb2-reader/Makefile +++ b/print/simple-fb2-reader/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print MAINTAINER= ports@FreeBSD.org COMMENT= Simple FB2 format book reader +WWW= https://github.com/Cactus64k/simple-fb2-reader LICENSE= GPLv3+ diff --git a/print/system-config-printer/Makefile b/print/system-config-printer/Makefile index 7348a36490a9..0481f4d40827 100644 --- a/print/system-config-printer/Makefile +++ b/print/system-config-printer/Makefile @@ -5,6 +5,7 @@ CATEGORIES= print gnome MAINTAINER= gnome@FreeBSD.org COMMENT= CUPS configuration Gtk+2.0 GUI +WWW= http://cyberelk.net/tim/software/system-config-printer/ BUILD_DEPENDS= xmlto:textproc/xmlto \ docbook-xml>0:textproc/docbook-xml diff --git a/print/t1utils/Makefile b/print/t1utils/Makefile index 33a3df3cc5ef..a1c5aad3732d 100644 --- a/print/t1utils/Makefile +++ b/print/t1utils/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= http://www.lcdf.org/type/ MAINTAINER= mwm@mired.org COMMENT= Six utilities for manipulating t1 fonts +WWW= https://www.lcdf.org/~eddietwo/type/ USES= cpe CPE_VENDOR= ${PORTNAME}_project diff --git a/print/tex-basic-engines/Makefile b/print/tex-basic-engines/Makefile index 0890e203d88a..4f9669774855 100644 --- a/print/tex-basic-engines/Makefile +++ b/print/tex-basic-engines/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= TeX MAINTAINER= tex@FreeBSD.org COMMENT= Basic TeX Engines +WWW= https://tug.org/texlive/ LIB_DEPENDS= libpng.so:graphics/png diff --git a/print/tex-dvipdfmx/Makefile b/print/tex-dvipdfmx/Makefile index c58ba8cb5af8..c1e4608535a1 100644 --- a/print/tex-dvipdfmx/Makefile +++ b/print/tex-dvipdfmx/Makefile @@ -11,6 +11,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tex@FreeBSD.org COMMENT= DVI Previewer(kpathsearch) for X +WWW= http://project.ktug.or.kr/dvipdfmx/ LICENSE= GPLv2 diff --git a/print/tex-formats/Makefile b/print/tex-formats/Makefile index b9442c809c7e..86f962578189 100644 --- a/print/tex-formats/Makefile +++ b/print/tex-formats/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= #empty MAINTAINER= tex@FreeBSD.org COMMENT= Formats for basic TeX engines and the 'latex' command +WWW= https://tug.org/texlive/ USE_TEX= basic fmtutil texhash texmf web2c diff --git a/print/tex-jadetex/Makefile b/print/tex-jadetex/Makefile index c6e50d276f1e..2b91b1121888 100644 --- a/print/tex-jadetex/Makefile +++ b/print/tex-jadetex/Makefile @@ -10,6 +10,7 @@ EXTRACT_ONLY= MAINTAINER= tex@FreeBSD.org COMMENT= TeX backend for Jade, DSSSL processor for SGML/XML documents +WWW= http://jadetex.sourceforge.net/ USES= tar:xz USE_TEX= texmf pdftex xmltex fmtutil diff --git a/print/tex-xdvik/Makefile b/print/tex-xdvik/Makefile index 1b9fd1659794..3f0434c4f513 100644 --- a/print/tex-xdvik/Makefile +++ b/print/tex-xdvik/Makefile @@ -7,6 +7,7 @@ DIST_SUBDIR= TeX MAINTAINER= tex@FreeBSD.org COMMENT= DVI Previewer(kpathsearch) for X +WWW= http://xdvi.sourceforge.net/ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 72245fcf6391..4477799a6470 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -14,6 +14,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typeset documentation system with multiple format output +WWW= https://www.gnu.org/software/texinfo/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index 8bafef7626ee..e79b272ebc5c 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -9,6 +9,7 @@ DIST_SUBDIR= TeX MAINTAINER= tex@FreeBSD.org COMMENT= TeX Live Typesetting System, base binaries +WWW= https://tug.org/texlive/ LIB_DEPENDS= libicuio.so:devel/icu \ libt1.so:devel/t1lib \ diff --git a/print/texlive-docs/Makefile b/print/texlive-docs/Makefile index 285a6505ec9f..ea7016aa5778 100644 --- a/print/texlive-docs/Makefile +++ b/print/texlive-docs/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= TeX MAINTAINER= tex@FreeBSD.org COMMENT= TeX Live Typesetting System, documentation +WWW= https://tug.org/texlive/ USES= perl5 tar:xz USE_TEX= texmf diff --git a/print/texlive-full/Makefile b/print/texlive-full/Makefile index bf99c9e45e63..1f396983dcdf 100644 --- a/print/texlive-full/Makefile +++ b/print/texlive-full/Makefile @@ -5,6 +5,7 @@ PKGNAMESUFFIX= -full MAINTAINER= tex@FreeBSD.org COMMENT= TeX Live, Full Version +WWW= https://tug.org/texlive/ USE_TEX= full texhash USES= metaport diff --git a/print/texlive-texmf-source/Makefile b/print/texlive-texmf-source/Makefile index a054edc6ef56..1cdc80a9c7be 100644 --- a/print/texlive-texmf-source/Makefile +++ b/print/texlive-texmf-source/Makefile @@ -8,6 +8,7 @@ DIST_SUBDIR= TeX MAINTAINER= tex@FreeBSD.org COMMENT= TeX Live Typesetting System, texmf Tree (source) +WWW= https://tug.org/texlive/ USES= cpe perl5 python:build tar:xz CPE_VENDOR= tug diff --git a/print/texlive-texmf/Makefile b/print/texlive-texmf/Makefile index 6087d14b28fd..c934a36d7898 100644 --- a/print/texlive-texmf/Makefile +++ b/print/texlive-texmf/Makefile @@ -9,6 +9,7 @@ EXTRACT_ONLY= MAINTAINER= tex@FreeBSD.org COMMENT= TeX Live Typesetting System, texmf Tree +WWW= https://tug.org/texlive/ USES= cpe python:run shebangfix tar:xz CPE_VENDOR= tug @@ -327,5 +328,4 @@ post-install: ${STAGEDIR}${PREFIX}/share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-zh-latn-pinyin.tex \ ${STAGEDIR}${PREFIX}/share/texmf-dist/tex/generic/hyph-utf8/loadhyph/loadhyph-la-x-liturgic.tex - .include <bsd.port.mk> diff --git a/print/texvc/Makefile b/print/texvc/Makefile index f9a506ee804b..648648fdac93 100644 --- a/print/texvc/Makefile +++ b/print/texvc/Makefile @@ -7,6 +7,7 @@ DISTNAME= ${PORTNAME}-linux-x86-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Convert latex equations to HTML, MathML, PNG +WWW= https://www.mediawiki.org/wiki/Texvc USES= gmake USE_OCAML= yes diff --git a/print/tgif2tex/Makefile b/print/tgif2tex/Makefile index 5195b1d0a4ef..5d0636f9f496 100644 --- a/print/tgif2tex/Makefile +++ b/print/tgif2tex/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.cs.hiroshima-u.ac.jp/~nakano/tgif2tex/ MAINTAINER= hrs@FreeBSD.org COMMENT= Converting texts in figure by tgif to LaTeX commands +WWW= https://www.cs.hiroshima-u.ac.jp/~nakano/tgif2tex/ LICENSE= GPLv2 diff --git a/print/ttf2pt1/Makefile b/print/ttf2pt1/Makefile index 60ffea94e935..cb80316b4b68 100644 --- a/print/ttf2pt1/Makefile +++ b/print/ttf2pt1/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= True Type Font to Postscript Type 1 Converter +WWW= http://ttf2pt1.sourceforge.net/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/print/ttfautohint/Makefile b/print/ttfautohint/Makefile index 9f73b02878ae..ce8369a3841c 100644 --- a/print/ttfautohint/Makefile +++ b/print/ttfautohint/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= SAVANNAH/freetype \ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatic font hinting library +WWW= https://www.freetype.org/ttfautohint/ LICENSE= FTL GPLv2+ LICENSE_COMB= dual diff --git a/print/txtbdf2ps/Makefile b/print/txtbdf2ps/Makefile index 48f44b7a0891..2e2238b033ad 100644 --- a/print/txtbdf2ps/Makefile +++ b/print/txtbdf2ps/Makefile @@ -8,6 +8,7 @@ EXTRACT_SUFX= .txt MAINTAINER= ak@FreeBSD.org COMMENT= Translator TXT + BDF to PS +WWW= http://oldrus-ispell.sourceforge.net/txtbdf2ps.html PLIST_FILES= bin/txtbdf2ps USES= perl5 shebangfix diff --git a/print/typetools/Makefile b/print/typetools/Makefile index 02ddbf572546..4e15b4b9a99d 100644 --- a/print/typetools/Makefile +++ b/print/typetools/Makefile @@ -6,6 +6,7 @@ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Tools for manipulating fonts +WWW= https://www.lcdf.org/type/ #typetools LICENSE= GPLv2 diff --git a/print/utopia/Makefile b/print/utopia/Makefile index 1d702df7a0d2..fc6d09f3bd5d 100644 --- a/print/utopia/Makefile +++ b/print/utopia/Makefile @@ -5,6 +5,7 @@ MASTER_SITES= https://BSDforge.com/projects/source/print/utopia/ MAINTAINER= portmaster@BSDforge.com COMMENT= Adobe Utopia typeface for Groff +WWW= http://www.mammothcheese.ca/munger.html MAKE_ARGS= DEST=${STAGEDIR}${DATADIR}/devps \ INSTALL_DATA="${INSTALL_DATA}" \ diff --git a/print/xreader/Makefile b/print/xreader/Makefile index fb934b5fc1dc..4693d664f1ec 100644 --- a/print/xreader/Makefile +++ b/print/xreader/Makefile @@ -6,6 +6,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Multi-format document reader +WWW= https://github.com/linuxmint/xreader LICENSE= GPLv2+ diff --git a/print/xtexsh/Makefile b/print/xtexsh/Makefile index eb0f29e5e6e1..f4374b2658a1 100644 --- a/print/xtexsh/Makefile +++ b/print/xtexsh/Makefile @@ -6,6 +6,7 @@ MASTER_SITES= http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/ MAINTAINER= ports@FreeBSD.org COMMENT= Tcl/Tk-based simple TeX interface +WWW= https://www.mat.univie.ac.at/~gerald/ftp/xtexsh/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 38d3b1784841..19aade3a8704 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -8,6 +8,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Yet Another LaTeX mode and html mode on Emacs +WWW= http://www.yatex.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/LICENSE |