summaryrefslogtreecommitdiff
path: root/archivers/ppunpack
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-23 02:01:25 +0000
committertv <tv@pkgsrc.org>1999-05-23 02:01:25 +0000
commit26a5e198f1478b2fa127d0b8344351a6eb9b8941 (patch)
tree2b4f327f604a54598c2d5c54b8d7212b2fb31a0b /archivers/ppunpack
parent88957c056b948406f66163a5993f4dde62372729 (diff)
downloadpkgsrc-26a5e198f1478b2fa127d0b8344351a6eb9b8941.tar.gz
ppunpack, a decompressor for Amiga PowerPacker files.
Diffstat (limited to 'archivers/ppunpack')
-rw-r--r--archivers/ppunpack/Makefile19
-rw-r--r--archivers/ppunpack/files/md53
-rw-r--r--archivers/ppunpack/patches/patch-aa16
-rw-r--r--archivers/ppunpack/pkg/COMMENT1
-rw-r--r--archivers/ppunpack/pkg/DESCR10
-rw-r--r--archivers/ppunpack/pkg/PLIST2
6 files changed, 51 insertions, 0 deletions
diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile
new file mode 100644
index 00000000000..f0d585fd22a
--- /dev/null
+++ b/archivers/ppunpack/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/23 02:01:25 tv Exp $
+
+DISTNAME= ppsmall-1.0
+PKGNAME= ppunpack-1.0
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.germany.aminet.org/pub/aminet/misc/unix/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+
+WRKSRC= ${WRKDIR}/PPUnpack
+MAKE_FLAGS= CC="${CC}" COPTS="${CFLAGS}"
+ALL_TARGET= ppunpack
+LICENSE= no-commercial-use
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ppunpack ${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/ppunpack/files/md5 b/archivers/ppunpack/files/md5
new file mode 100644
index 00000000000..0afee02b92f
--- /dev/null
+++ b/archivers/ppunpack/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/05/23 02:01:25 tv Exp $
+
+MD5 (ppsmall-1.0.tar.Z) = 012c6685c386fbac129d54eb561d7ea8
diff --git a/archivers/ppunpack/patches/patch-aa b/archivers/ppunpack/patches/patch-aa
new file mode 100644
index 00000000000..4d0070f150b
--- /dev/null
+++ b/archivers/ppunpack/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/05/23 02:01:25 tv Exp $
+
+--- depack.h.orig Sat May 22 21:55:32 1999
++++ depack.h Sat May 22 21:56:18 1999
+@@ -4,8 +4,10 @@
+ * see accompanying file README for distribution information
+ */
+
++#include <sys/types.h>
++
+ typedef unsigned char ubyte;
+-typedef unsigned long ulong;
++#define ulong uint
+
+ extern ulong depackedlen(ubyte *packed, ulong plen);
+ extern void ppdepack(ubyte *packed, ubyte *depacked, ulong plen, ulong unplen);
diff --git a/archivers/ppunpack/pkg/COMMENT b/archivers/ppunpack/pkg/COMMENT
new file mode 100644
index 00000000000..7c6df540bcf
--- /dev/null
+++ b/archivers/ppunpack/pkg/COMMENT
@@ -0,0 +1 @@
+Decompresses Amiga PowerPacker files
diff --git a/archivers/ppunpack/pkg/DESCR b/archivers/ppunpack/pkg/DESCR
new file mode 100644
index 00000000000..660a7a9d91f
--- /dev/null
+++ b/archivers/ppunpack/pkg/DESCR
@@ -0,0 +1,10 @@
+THIS SOURCE-CODE CAN BE USED FOR NON COMMERCIAL PURPOSES ONLY,
+IN PPDECRUNCH OR TRACKER.
+
+PLEASE CONTACT Nico Francois (nico.francois@scala.com) FOR ANY
+OTHER USES.
+
+ppunpack only unpacks PowerPacker data files. It is only intended
+as an help for people who have to process Amiga-related files
+on other machines, and don't want to download PowerPacked files to
+an Amiga, uncompress the file, and upload it to the other machine.
diff --git a/archivers/ppunpack/pkg/PLIST b/archivers/ppunpack/pkg/PLIST
new file mode 100644
index 00000000000..1137eefa6d2
--- /dev/null
+++ b/archivers/ppunpack/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/23 02:01:25 tv Exp $
+bin/ppunpack