Date: Tue, 30 Jun 2026 21:53:56 +0000 From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 55e42119b5a2 - main - japanese/man-doc: Remove expired port Message-ID: <6a443af4.3a15e.42bf0d9f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=55e42119b5a2d7d6a8d9306f040f1605b7a80e87 commit 55e42119b5a2d7d6a8d9306f040f1605b7a80e87 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2026-06-30 21:53:52 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2026-06-30 21:53:52 +0000 japanese/man-doc: Remove expired port 2026-06-30 japanese/man-doc: Abandoned, this manual is over 20 years old --- MOVED | 1 + japanese/Makefile | 1 - japanese/man-doc/Makefile | 72 -------------------------------------------- japanese/man-doc/distinfo | 2 -- japanese/man-doc/pkg-descr | 3 -- japanese/man-doc/pkg-message | 20 ------------ 6 files changed, 1 insertion(+), 98 deletions(-) diff --git a/MOVED b/MOVED index cac689709a37..4264178407e9 100644 --- a/MOVED +++ b/MOVED @@ -5473,3 +5473,4 @@ net/frr8-pythontools||2026-06-30|Has expired: No longer maintained net/frr8||2026-06-30|Has expired: No longer maintained net-mgmt/arts++||2026-06-30|Has expired: deprecated by upstream, broken textproc/redisearch20|textproc/redisearch22|2026-06-30|Has expired: Redisearch 2.0 is no longer maintained use textproc/redisearch22 instead +japanese/man-doc||2026-06-30|Has expired: Abandoned, this manual is over 20 years old diff --git a/japanese/Makefile b/japanese/Makefile index c52f94104dcc..a41e2453bf8d 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -163,7 +163,6 @@ SUBDIR += lynx SUBDIR += lynx-current SUBDIR += man - SUBDIR += man-doc SUBDIR += mecab SUBDIR += mecab-ipadic SUBDIR += mecab-ipadic-eucjp diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile deleted file mode 100644 index 7c3737a48208..000000000000 --- a/japanese/man-doc/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -PORTNAME= man-doc -PORTVERSION= 5.4.20050911 -PORTREVISION= 4 -CATEGORIES= japanese -.if !defined(WITH_CVS) -MASTER_SITES= LOCAL/hrs -.else -DISTFILES= # empty -.endif - -MAINTAINER= ports@FreeBSD.org -COMMENT= Japanese translation of FreeBSD manual pages - -DEPRECATED= Abandoned, this manual is over 20 years old -EXPIRATION_DATE=2026-06-30 - -RUN_DEPENDS= jman:japanese/man - -USES= uidfix -NO_MTREE= yes -WRKSRC= ${WRKDIR}/${DISTNAME} -PLIST= ${WRKDIR}/pkg-plist -MAKE_ENV= MANDIR=${MANDIR} - -MANSECS= man1 man2 man3 man4 man4/man4.i386 \ - man5 man6 man7 man8 man8/man8.i386 man9 -CVSROOT?= /home/ncvs -CVS_CMD?= /usr/bin/cvs -JAMANDIR?= doc/ja_JP.eucJP/man -MANDIR?= ${PREFIX}/share/man/ja/man - -.if defined(WITH_CVS) -do-extract: - ${MKDIR} ${WRKSRC} - cd ${WRKDIR} && \ - ${CVS_CMD} -R -d ${CVSROOT} co -P -d ${DISTNAME} ${JAMANDIR} -.endif - -post-build: - for SEC in ${MANSECS}; do \ - SECNUM=$${SEC%%/*}; \ - cd ${WRKSRC}/$${SEC} && \ - SUBDIR=`${MAKE} -VMANSUBDIR` && \ - for F in `${MAKE} -VMAN`; do \ - ${ECHO_CMD} "share/man/ja/$${SECNUM}$${SUBDIR}/$${F}.gz"; \ - done; \ - set -- `${MAKE} -VMLINKS`; while :; do \ - case $$# in \ - [01]) break ;; \ - *) m=$$2; \ - num=$${m##*.}; \ - ${ECHO_CMD} "share/man/ja/man$${num}/$${m}.gz"; \ - shift 2;\ - esac; \ - done; \ - done | ${SORT} -r | uniq > ${PLIST} - -pre-install: - for SEC in ${MANSECS}; do \ - SECNUM=$${SEC%%/*}; \ - cd ${WRKSRC}/$${SEC} && \ - SUBDIR=`${MAKE} -VMANSUBDIR` && \ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/man/ja/$${SECNUM}$${SUBDIR}; \ - done - -# XXX: make gendist generates distfile. Use with WITH_CVS. -gendist: extract - cd ${WRKDIR} && \ - ${FIND} . -type d -a -name CVS | ${XARGS} ${RM} -r && \ - ${TAR} czf ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME} - -.include <bsd.port.mk> diff --git a/japanese/man-doc/distinfo b/japanese/man-doc/distinfo deleted file mode 100644 index c9a76dcb288b..000000000000 --- a/japanese/man-doc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (man-doc-5.4.20050911.tar.gz) = 2c37f8147d411cd6cee5fead0117ed0dde1f2761d412d6d8aa965641132093e7 -SIZE (man-doc-5.4.20050911.tar.gz) = 3399483 diff --git a/japanese/man-doc/pkg-descr b/japanese/man-doc/pkg-descr deleted file mode 100644 index 2d4ab1268f4d..000000000000 --- a/japanese/man-doc/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a Japanese translation of FreeBSD manual pages. -Note that to build it, you need the CVS repository in -${CVSROOT} (/home/ncvs by default) on your machine. diff --git a/japanese/man-doc/pkg-message b/japanese/man-doc/pkg-message deleted file mode 100644 index 1a1e14092f40..000000000000 --- a/japanese/man-doc/pkg-message +++ /dev/null @@ -1,20 +0,0 @@ -[ -{ type: install - message: <<EOM - Japanese online manual has been successfully installed. - - (1) To read jman(1), use the following command sequence: - % setenv LC_CTYPE ja_JP.eucJP - % setenv PAGER jless - % jman jman - - (2) For more info, please visit following web page (Japanese): - Jpman project <URL:http://www.jp.FreeBSD.org/man-jp/> - - (3) If you have any questions, comments, bug reports, suggestions, - and/or requests for modifications, please send e-mail to: - Jpman project mailing list <man-jp@jp.FreeBSD.org> - -EOM -} -]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a443af4.3a15e.42bf0d9f>
