diff options
-rw-r--r-- | archivers/Makefile | 4 | ||||
-rw-r--r-- | archivers/unace22/DESCR | 4 | ||||
-rw-r--r-- | archivers/unace22/Makefile | 42 | ||||
-rw-r--r-- | archivers/unace22/PLIST | 2 | ||||
-rw-r--r-- | archivers/unace22/distinfo | 5 |
5 files changed, 2 insertions, 55 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 19472590147..104e6125029 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.90 2006/02/15 16:58:59 drochner Exp $ +# $NetBSD: Makefile,v 1.91 2006/03/03 22:28:35 wiz Exp $ # COMMENT= Archivers @@ -68,7 +68,7 @@ SUBDIR+= stuffit SUBDIR+= szip SUBDIR+= ucl SUBDIR+= unace -SUBDIR+= unace22 +SUBDIR+= unace-bin SUBDIR+= unalz SUBDIR+= unarj SUBDIR+= undms diff --git a/archivers/unace22/DESCR b/archivers/unace22/DESCR deleted file mode 100644 index a98cc2b18f0..00000000000 --- a/archivers/unace22/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -Unace22 is a Linux binary that allows you to list the contents of -ACE archives, test their integrity, and extract files from them. -It can handle archives created with recent versions of WinACE, -which the source version of unace cannot. diff --git a/archivers/unace22/Makefile b/archivers/unace22/Makefile deleted file mode 100644 index 4a5036a491d..00000000000 --- a/archivers/unace22/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:08:04 joerg Exp $ -# - -DISTNAME= linunace22 -PKGNAME= unace22-2.20 -PKGREVISION= 1 -CATEGORIES= archivers -MASTER_SITES= http://ace.imptech.net/ \ - http://www.shedz.com/winace/ \ - http://www.maxeline.com/winace/ \ - http://hem.passagen.se/vanlid/winace/ \ - http://w1.314.telia.com/~u31412016/dload/ \ - http://www.winace.mewa.net/mirror/ \ - http://ace.imptech.net/ -EXTRACT_SUFX= .tgz - -MAINTAINER= dillo@NetBSD.org -HOMEPAGE= http://www.winace.com/ -COMMENT= Extract, list and test files in ACE archives (2.2 linux binary) - -ONLY_FOR_PLATFORM= *-*-i386 - -WRKSRC= ${WRKDIR} - -.include "../../emulators/suse_linux/Makefile.application" - -.if !defined(USE_NATIVE_LINUX) -DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base -DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat -.endif - -NO_BUILD= YES -NO_CONFIGURE= YES -CHECK_SHLIBS= NO - -INSTALLATION_DIRS= bin - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace22 - -.include "../../emulators/suse_linux/Makefile.application" -.include "../../mk/bsd.pkg.mk" diff --git a/archivers/unace22/PLIST b/archivers/unace22/PLIST deleted file mode 100644 index d4d55d481fb..00000000000 --- a/archivers/unace22/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/27 10:29:03 dillo Exp $ -bin/unace22 diff --git a/archivers/unace22/distinfo b/archivers/unace22/distinfo deleted file mode 100644 index 3dfcc2a7553..00000000000 --- a/archivers/unace22/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 14:45:27 agc Exp $ - -SHA1 (linunace22.tgz) = d5549efd0b2d73504f584927487279e9370e740b -RMD160 (linunace22.tgz) = 5c3be95aad495a0da5a84d98801db5608557d618 -Size (linunace22.tgz) = 182891 bytes |