pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/unace-bin Re-import unace22 as unace-bin, an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66eebd5fdfce
branches:  trunk
changeset: 509140:66eebd5fdfce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 03 22:27:44 2006 +0000

description:
Re-import unace22 as unace-bin, and update it to 2.50.
Changes unknown.

diffstat:

 archivers/unace-bin/DESCR    |   4 ++++
 archivers/unace-bin/Makefile |  40 ++++++++++++++++++++++++++++++++++++++++
 archivers/unace-bin/PLIST    |   4 ++++
 archivers/unace-bin/distinfo |   5 +++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 8bd56da699b1 -r 66eebd5fdfce archivers/unace-bin/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/unace-bin/DESCR Fri Mar 03 22:27:44 2006 +0000
@@ -0,0 +1,4 @@
+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 -r 8bd56da699b1 -r 66eebd5fdfce archivers/unace-bin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/unace-bin/Makefile      Fri Mar 03 22:27:44 2006 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/03 22:27:44 wiz Exp $
+#
+
+DISTNAME=      linunace25
+PKGNAME=       unace-bin-2.50
+CATEGORIES=    archivers
+MASTER_SITES=  http://www.winace.com/files/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    dillo%NetBSD.org@localhost
+HOMEPAGE=      http://www.winace.com/
+COMMENT=       Extract, list and test files in ACE archives (Linux binary)
+
+ONLY_FOR_PLATFORM=     *-*-i386
+
+NO_BIN_ON_FTP=         Only original file distribution.
+NO_BIN_ON_CDROM=       Only original file distribution.
+
+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/unace-bin
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unace-bin
+       ${INSTALL_DATA} ${WRKSRC}/licence ${PREFIX}/share/doc/unace-bin
+
+.include "../../emulators/suse_linux/Makefile.application"
+.include "../../mk/bsd.pkg.mk"
diff -r 8bd56da699b1 -r 66eebd5fdfce archivers/unace-bin/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/unace-bin/PLIST Fri Mar 03 22:27:44 2006 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/03 22:27:44 wiz Exp $
+bin/unace-bin
+share/doc/unace-bin/licence
+@dirrm share/doc/unace-bin
diff -r 8bd56da699b1 -r 66eebd5fdfce archivers/unace-bin/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/unace-bin/distinfo      Fri Mar 03 22:27:44 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/03/03 22:27:44 wiz Exp $
+
+SHA1 (linunace25.tgz) = 64169a8f63aab9749beacc66ab0572981bd28c0f
+RMD160 (linunace25.tgz) = ac7bcc89452e6d410a0d638df5737bbecaaa9165
+Size (linunace25.tgz) = 202606 bytes



Home | Main Index | Thread Index | Old Index