git: adb1078cd8b0 - main - textproc/docproj-legacy: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Feb 2025 20:42:10 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=adb1078cd8b0ba85c7280c72f511a75a73816dce commit adb1078cd8b0ba85c7280c72f511a75a73816dce Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-02-04 20:41:14 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-02-04 20:41:55 +0000 textproc/docproj-legacy: Remove expired port 2025-01-31 textproc/docproj-legacy: Old version of documentation set --- MOVED | 1 + textproc/Makefile | 1 - textproc/docproj-legacy/Makefile | 77 --------------------------------------- textproc/docproj-legacy/pkg-descr | 7 ---- 4 files changed, 1 insertion(+), 85 deletions(-) diff --git a/MOVED b/MOVED index 17ffc17d66e2..6578142a9853 100644 --- a/MOVED +++ b/MOVED @@ -4123,3 +4123,4 @@ x11-toolkits/qml-box2d@qt5||2025-02-03|Unflavorize port, qt5 flavor is no longer x11-toolkits/qml-box2d@qt6|x11-toolkits/qml-box2d|2025-02-03|Unflavorize port, as it is now qt6 only databases/mysql90-client|databases/mysql91-client|2025-02-04|Has expired: MySQL 9.0 is no longer supported by the vendor databases/mysql90-server|databases/mysql91-server|2025-02-04|Has expired: MySQL 9.0 is no longer supported by the vendor +textproc/docproj-legacy|textproc/docproj|2025-02-04|Has expired: Old version of documentation set diff --git a/textproc/Makefile b/textproc/Makefile index 156fa1d0de93..0b09d626f398 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -170,7 +170,6 @@ SUBDIR += docbookrx SUBDIR += docproj SUBDIR += docproj-fonts-cjk - SUBDIR += docproj-legacy SUBDIR += dom4j SUBDIR += domc SUBDIR += dsssl-docbook-modular diff --git a/textproc/docproj-legacy/Makefile b/textproc/docproj-legacy/Makefile deleted file mode 100644 index 85ca854641ab..000000000000 --- a/textproc/docproj-legacy/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -PORTNAME= docproj -PORTVERSION= 3.1 -PORTREVISION= 2 -CATEGORIES= textproc -PKGNAMESUFFIX= -legacy - -MAINTAINER= doceng@FreeBSD.org -COMMENT= Meta-port for the FreeBSD Legacy Documentation Project -WWW= https://www.freebsd.org/docproj - -DEPRECATED= Old version of documentation set -EXPIRATION_DATE= 2025-01-31 - -RUN_DEPENDS= ${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:textproc/xhtml \ - ${LOCALBASE}/share/xml/xmlcharent/catalog:textproc/xmlcharent \ - ${LOCALBASE}/share/xsl/iso-schematron/xslt1/iso_schematron_skeleton_for_xslt1.xsl:textproc/iso-schematron-xslt \ - docbook-xsl-ns>=1.78.1_4:textproc/docbook-xsl-ns \ - docbook>0:textproc/docbook \ - links:www/links1 \ - p5-XML-Parser>=2.41:textproc/p5-XML-Parser \ - peps:graphics/peps \ - pngtopnm:graphics/netpbm \ - scr2png:graphics/scr2png \ - scr2txt:textproc/scr2txt \ - xsltproc:textproc/libxslt \ - zip:archivers/zip - -USES= ghostscript:run metaport perl5 -USE_PERL5= run - -OPTIONS_DEFINE= CJK DBLATEX FOP GIT GROFF IGOR JING TRANSLATOR -OPTIONS_DEFAULT= CJK GIT GROFF IGOR TRANSLATOR - -CJK_DESC= CJK support -DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive) -FOP_DESC= FOP PDF renderer (requires Java) -GIT_DESC= Git support -GROFF_DESC= Groff support from ports -IGOR_DESC= Igor automated proofreader for documentation -JING_DESC= Jing for advanced RELAX NG validation -TRANSLATOR_DESC= Tools for translators - -CJK_RUN_DEPENDS= html2text:textproc/html2text -DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex -DBLATEX_USES= tex -DBLATEX_USE= TEX=xetex -FOP_RUN_DEPENDS= ${_FONTS} \ - fop:textproc/fop -GIT_RUN_DEPENDS= git:devel/git -GROFF_USES= groff:run -IGOR_RUN_DEPENDS= igor:textproc/igor -JING_RUN_DEPENDS= jing:textproc/jing -TRANSLATOR_RUN_DEPENDS= itstool:textproc/itstool \ - msgcat:devel/gettext-tools - -_FONTS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu \ - ${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \ - ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-Regular.ttf:x11-fonts/gentium-plus \ - ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit -_FONTS_CJK= ${LOCALBASE}/share/fonts/ipa/ipam.otf:japanese/font-ipa \ - ${LOCALBASE}/share/fonts/nanum/NanumBarunGothic.ttf:korean/nanumfonts \ - ${LOCALBASE}/share/fonts/TrueType/gkai00mp.ttf:chinese/arphicttf - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MFOP} || ${PORT_OPTIONS:MDBLATEX} -ONLY_FOR_ARCHS= amd64 i386 -CJK_RUN_DEPENDS+= ${_FONTS_CJK} -.endif - -# generate MINIMALDOCPORTS for src/release/Makefile.inc.docports. -# (XXX: incomplete yet) -minimaldocports: - @${ECHO_CMD} "MINIMALDOCPORTS= \\" - @${MAKE} all-depends-list | ${SED} -e 's,^${PORTSDIR}/, ,' -e 's,$$, \\,' - -.include <bsd.port.mk> diff --git a/textproc/docproj-legacy/pkg-descr b/textproc/docproj-legacy/pkg-descr deleted file mode 100644 index 5a57553fd9f1..000000000000 --- a/textproc/docproj-legacy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The FreeBSD Documentation Project maintains the FAQ, Handbook and tutorials. - -This package does not contain anything by itself -- it is a -"meta-port" that depends on other text processing packages. Its sole -purpose is to require dependencies so users can install this package only -and have all the Documentation Project stuff pulled in by the port/package -dependency mechanism.