diff options
author | wiz <wiz@pkgsrc.org> | 2005-01-21 14:30:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-01-21 14:30:05 +0000 |
commit | ded2e0bf4a4afdabad9dcf23c275dc833fd283cb (patch) | |
tree | a3ea631f4e815ed473c142d773651443391e868f /archivers | |
parent | 0efdfca478344eea4261de84a3185d4efba718dd (diff) | |
download | pkgsrc-ded2e0bf4a4afdabad9dcf23c275dc833fd283cb.tar.gz |
Update to 2.65. (Documented) changes:
UNARJ 2.65 - Fixed table boundaries per suggestion of
UNARJ 2.63 - Added additional header data checks.
UNARJ 2.61 - Added chapter and encryption information.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/unarj/Makefile | 16 | ||||
-rw-r--r-- | archivers/unarj/PLIST | 6 | ||||
-rw-r--r-- | archivers/unarj/distinfo | 6 |
3 files changed, 15 insertions, 13 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 333171b965f..51be92d024f 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2004/07/28 02:47:35 minskim Exp $ +# $NetBSD: Makefile,v 1.18 2005/01/21 14:30:05 wiz Exp $ -DISTNAME= unarj-2.43 +DISTNAME= unarj-2.65 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ -EXTRACT_SUFX= .tgz +MASTER_SITES= # MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.arjsoftware.com/ @@ -15,15 +14,18 @@ NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews - +NO_CONFIGURE= # defined USE_BUILDLINK3= yes INSTALLATION_DIRS= bin +post-extract: + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/unarj.doc ${PREFIX}/share/doc/unarj - ${INSTALL_MAN} ${WRKSRC}/technote.doc ${PREFIX}/share/doc/unarj + ${INSTALL_MAN} ${WRKSRC}/unarj.txt ${PREFIX}/share/doc/unarj + ${INSTALL_MAN} ${WRKSRC}/technote.txt ${PREFIX}/share/doc/unarj .include "../../mk/bsd.pkg.mk" diff --git a/archivers/unarj/PLIST b/archivers/unarj/PLIST index beabba347a5..dd731454c3b 100644 --- a/archivers/unarj/PLIST +++ b/archivers/unarj/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:44 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/01/21 14:30:05 wiz Exp $ bin/unarj -share/doc/unarj/unarj.doc -share/doc/unarj/technote.doc +share/doc/unarj/unarj.txt +share/doc/unarj/technote.txt @dirrm share/doc/unarj diff --git a/archivers/unarj/distinfo b/archivers/unarj/distinfo index d9476d1afa7..43928e167f3 100644 --- a/archivers/unarj/distinfo +++ b/archivers/unarj/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 11:21:09 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/01/21 14:30:05 wiz Exp $ -SHA1 (unarj-2.43.tgz) = 0d814c93a723087fd4d229f92f0354166ee53660 -Size (unarj-2.43.tgz) = 20728 bytes +SHA1 (unarj-2.65.tar.gz) = 56843e95e6b6ac7577dfdfbfee5af166b5e2c74f +Size (unarj-2.65.tar.gz) = 74911 bytes SHA1 (patch-aa) = d864780eb564e8035379b06f20b5c8a8e19d5f83 SHA1 (patch-ac) = 59245f61d731e2fd6dc101fefe0f62db0c55b55e |