diff options
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/linux-linunace/Makefile | 33 | ||||
-rw-r--r-- | archivers/linux-linunace/distinfo | 3 | ||||
-rw-r--r-- | archivers/linux-linunace/pkg-descr | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index ca430b46ea7d..cca7001245a8 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -41,6 +41,7 @@ SUBDIR += liblzxcomp SUBDIR += libmspack SUBDIR += libunrar + SUBDIR += linux-linunace SUBDIR += lzma SUBDIR += lzo SUBDIR += lzo2 diff --git a/archivers/linux-linunace/Makefile b/archivers/linux-linunace/Makefile new file mode 100644 index 000000000000..2b1816957a53 --- /dev/null +++ b/archivers/linux-linunace/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: linunace +# Date created: 9 November 2005 +# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= linunace +PORTVERSION= 2.5 +CATEGORIES= archivers linux +MASTER_SITES= http://www.winace.com/files/ +PKGNAMEPREFIX= linux- +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} +EXTRACT_SUFX= .tgz + +MAINTAINER= infofarmer@gmail.com +COMMENT= Extract, view & test ACE archives + +NO_PACKAGE= "Distribution is permitted within the original package only" + +NO_BUILD= yes +PLIST_FILES= bin/linunace +PORTDOCS= licence + +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/unace ${PREFIX}/bin/linunace + ${BRANDELF} -t Linux ${PREFIX}/bin/linunace +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/licence ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/archivers/linux-linunace/distinfo b/archivers/linux-linunace/distinfo new file mode 100644 index 000000000000..be1011393a74 --- /dev/null +++ b/archivers/linux-linunace/distinfo @@ -0,0 +1,3 @@ +MD5 (linunace25.tgz) = ad1f8cb7ff3a6c6019da869b72300719 +SHA256 (linunace25.tgz) = 7ef5dd1828e7ec15f4961a0396cdc2db59ba042162409ed074fda05ff9888c84 +SIZE (linunace25.tgz) = 202606 diff --git a/archivers/linux-linunace/pkg-descr b/archivers/linux-linunace/pkg-descr new file mode 100644 index 000000000000..461a0d7dd325 --- /dev/null +++ b/archivers/linux-linunace/pkg-descr @@ -0,0 +1,5 @@ +This is the official version of Unace for Linux from ACE Compression Software. +It can deal with more recent ace archives than those supported by the +open-source port of ace (un)archiver. + +WWW: http://www.winace.com/ |