diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 14:26:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-07-02 14:26:42 +0000 |
commit | 51ad8abb0032cc20f40feaf8db8c699ed8a386d6 (patch) | |
tree | 939fc73ecdfa4eb2cf6547b99ce878ba94a90f52 /converters/uudx | |
parent | 15df41fcd7fac4bb212a080fb931070ffc41d91b (diff) |
Notes
Diffstat (limited to 'converters/uudx')
-rw-r--r-- | converters/uudx/Makefile | 5 | ||||
-rw-r--r-- | converters/uudx/pkg-descr | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/converters/uudx/Makefile b/converters/uudx/Makefile index 5828c951e787..2d7af3036f83 100644 --- a/converters/uudx/Makefile +++ b/converters/uudx/Makefile @@ -8,16 +8,13 @@ PORTNAME= uudx PORTVERSION= 2.99 CATEGORIES= converters -MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/util/bin/conv/ +MASTER_SITES= http://ftp.vector.co.jp/pack/dos/util/bin/conv/ DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//} EXTRACT_SUFX= .lzh MAINTAINER= ports@FreeBSD.org COMMENT= Extractor from uuencoded files -DEPRECATE= No more public distfiles -EXPIRATION_DATE= 2011-08-01 - EXTRACT_DEPENDS=lha:${PORTSDIR}/archivers/lha BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf diff --git a/converters/uudx/pkg-descr b/converters/uudx/pkg-descr index 669b122b8cb7..0d42966e087f 100644 --- a/converters/uudx/pkg-descr +++ b/converters/uudx/pkg-descr @@ -1,2 +1,4 @@ uudx decodes files containing uuencoded text. It can handle split and out-of-order pieces. + +WWW: http://www.vector.co.jp/soft/dos/util/se014543.html |