View | Details | Raw Unified | Return to bug 158470
Collapse All | Expand All

(-)converters/uudx/Makefile (-4 / +1 lines)
Lines 8-23 Link Here
8
PORTNAME=	uudx
8
PORTNAME=	uudx
9
PORTVERSION=	2.99
9
PORTVERSION=	2.99
10
CATEGORIES=	converters
10
CATEGORIES=	converters
11
MASTER_SITES=	ftp://ftp.vector.co.jp/pack/dos/util/bin/conv/
11
MASTER_SITES=	http://ftp.vector.co.jp/pack/dos/util/bin/conv/
12
DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}
12
DISTNAME=	${PORTNAME}_${PORTVERSION:S/.//}
13
EXTRACT_SUFX=	.lzh
13
EXTRACT_SUFX=	.lzh
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Extractor from uuencoded files
16
COMMENT=	Extractor from uuencoded files
17
17
18
DEPRECATE=	No more public distfiles
19
EXPIRATION_DATE=	2011-08-01
20
21
EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha
18
EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha
22
BUILD_DEPENDS=	nkf:${PORTSDIR}/japanese/nkf
19
BUILD_DEPENDS=	nkf:${PORTSDIR}/japanese/nkf
23
20
(-)converters/uudx/pkg-descr (+2 lines)
Lines 1-2 Link Here
1
uudx decodes files containing uuencoded text.  It can handle split
1
uudx decodes files containing uuencoded text.  It can handle split
2
and out-of-order pieces.
2
and out-of-order pieces.
3
4
WWW: http://www.vector.co.jp/soft/dos/util/se014543.html

Return to bug 158470