Commit 55e42119 authored by Rene Ladan's avatar Rene Ladan
Browse files

japanese/man-doc: Remove expired port

2026-06-30 japanese/man-doc: Abandoned, this manual is over 20 years old
parent aa67578c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -163,7 +163,6 @@
    SUBDIR += lynx
    SUBDIR += lynx-current
    SUBDIR += man
    SUBDIR += man-doc
    SUBDIR += mecab
    SUBDIR += mecab-ipadic
    SUBDIR += mecab-ipadic-eucjp

japanese/man-doc/Makefile

deleted100644 → 0
+0 −72
Original line number Diff line number Diff line
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>

japanese/man-doc/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (man-doc-5.4.20050911.tar.gz) = 2c37f8147d411cd6cee5fead0117ed0dde1f2761d412d6d8aa965641132093e7
SIZE (man-doc-5.4.20050911.tar.gz) = 3399483

japanese/man-doc/pkg-descr

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
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.
Loading