diff options
author | pav <pav@FreeBSD.org> | 2004-08-20 23:37:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-20 23:37:49 +0800 |
commit | 060a3784bfe9c00657f109bbfd9ebac6e1d168dd (patch) | |
tree | 4688869611e62d37158ef0be3e27e93b817a6321 /archivers | |
parent | c07f5bfd57cb5f14237000392cac056838b897eb (diff) | |
download | freebsd-ports-gnome-060a3784bfe9c00657f109bbfd9ebac6e1d168dd.tar.gz freebsd-ports-gnome-060a3784bfe9c00657f109bbfd9ebac6e1d168dd.tar.zst freebsd-ports-gnome-060a3784bfe9c00657f109bbfd9ebac6e1d168dd.zip |
- Remove as scheduled
Fuse ignited by: clement
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/linux-unace/Makefile | 46 | ||||
-rw-r--r-- | archivers/linux-unace/distinfo | 2 | ||||
-rw-r--r-- | archivers/linux-unace/pkg-descr | 3 |
4 files changed, 0 insertions, 52 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index e28b14835c0c..45783bedbda4 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -32,7 +32,6 @@ SUBDIR += libarchive SUBDIR += libcabinet SUBDIR += libcomprex - SUBDIR += linux-unace SUBDIR += lzo SUBDIR += lzop SUBDIR += macutils diff --git a/archivers/linux-unace/Makefile b/archivers/linux-unace/Makefile deleted file mode 100644 index de0d3650ed2b..000000000000 --- a/archivers/linux-unace/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: linux-unace -# Date created: 29 May 2003 -# Whom: fjoe@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= unace -PORTVERSION= 2.20 -CATEGORIES= archivers linux -MASTER_SITES= http://ace.imptech.net/ \ - http://www.shedz.com/winace/ \ - http://hem.passagen.se/vanlid/winace/ \ - http://w1.314.telia.com/~u31412016/dload/ \ - http://www.maxeline.com/winace/ -PKGNAMEPREFIX= linux- -DISTNAME= linunace22 -EXTRACT_SUFX= .tgz - -MAINTAINER= pav@FreeBSD.org -COMMENT= Extract, view & test ACE 2 archives - -IGNORE= is ignored: Segfaults on startup -DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2004-08-20 - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -NO_WRKSUBDIR= yes -NO_BUILD= yes -PLIST_FILES= bin/unace2 -STRIP= - -.if exists(/usr/bin/brandelf) -BRANDELF?= /usr/bin/brandelf -.else -BRANDELF?= brandelf -.endif - -do-patch: - @${BRANDELF} -t Linux ${WRKSRC}/unace - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace2 - -.include <bsd.port.mk> diff --git a/archivers/linux-unace/distinfo b/archivers/linux-unace/distinfo deleted file mode 100644 index 2d55ea6f7d42..000000000000 --- a/archivers/linux-unace/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (linunace22.tgz) = 218020e64975775e191077a195732735 -SIZE (linunace22.tgz) = 182891 diff --git a/archivers/linux-unace/pkg-descr b/archivers/linux-unace/pkg-descr deleted file mode 100644 index 9459231c3a0e..000000000000 --- a/archivers/linux-unace/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Free command-line decompressor of ACE 2.0 or later archives. - -WWW: http://www.winace.com/ |