summaryrefslogtreecommitdiff
path: root/archivers/squsq
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>1999-05-22 20:57:43 +0000
committertv <tv@pkgsrc.org>1999-05-22 20:57:43 +0000
commit7b7f234db3121cf25f9fa2e16fe4d661b9ecf670 (patch)
tree605c94701a9528009b8787fe143a455fcdfd885e /archivers/squsq
parent2b94a142ec42b74c95afd701a5a7ef91400010be (diff)
downloadpkgsrc-7b7f234db3121cf25f9fa2e16fe4d661b9ecf670.tar.gz
Add squsq-3.3, archiver for CP/M "Squeeze" style compressed files.
Diffstat (limited to 'archivers/squsq')
-rw-r--r--archivers/squsq/Makefile16
-rw-r--r--archivers/squsq/files/Makefile9
-rw-r--r--archivers/squsq/files/md53
-rw-r--r--archivers/squsq/pkg/COMMENT1
-rw-r--r--archivers/squsq/pkg/DESCR2
-rw-r--r--archivers/squsq/pkg/PLIST3
6 files changed, 34 insertions, 0 deletions
diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile
new file mode 100644
index 00000000000..d16f76e161f
--- /dev/null
+++ b/archivers/squsq/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/22 20:57:43 tv Exp $
+
+DISTNAME= t20-squsq-3.3
+PKGNAME= squsq-3.3
+CATEGORIES= archivers
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= packages@netbsd.org
+
+WRKSRC= ${WRKDIR}/t20-squsq
+MAKEFILE= ${FILESDIR}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sq ${WRKSRC}/usq ${PREFIX}/bin/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/squsq/files/Makefile b/archivers/squsq/files/Makefile
new file mode 100644
index 00000000000..74096938166
--- /dev/null
+++ b/archivers/squsq/files/Makefile
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/22 20:57:43 tv Exp $
+
+all: sq usq
+
+sq: sq.o tr1.o tr2.o sqio.o
+ ${LINK.c} -o $@ $>
+
+usq: usq.o utr.o
+ ${LINK.c} -o $@ $>
diff --git a/archivers/squsq/files/md5 b/archivers/squsq/files/md5
new file mode 100644
index 00000000000..ac1ca857f23
--- /dev/null
+++ b/archivers/squsq/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/05/22 20:57:43 tv Exp $
+
+MD5 (t20-squsq-3.3.tar.gz) = 93a82c7fd5b1f283913f54147565b21c
diff --git a/archivers/squsq/pkg/COMMENT b/archivers/squsq/pkg/COMMENT
new file mode 100644
index 00000000000..f5503b4b52d
--- /dev/null
+++ b/archivers/squsq/pkg/COMMENT
@@ -0,0 +1 @@
+Compressor/decompressor for CP/M Squeeze compressed files
diff --git a/archivers/squsq/pkg/DESCR b/archivers/squsq/pkg/DESCR
new file mode 100644
index 00000000000..280aa108531
--- /dev/null
+++ b/archivers/squsq/pkg/DESCR
@@ -0,0 +1,2 @@
+This package includes sq and usq, archivers for the CP/M "Squeeze" format
+compressed files. This is also found on some older MS-DOS files.
diff --git a/archivers/squsq/pkg/PLIST b/archivers/squsq/pkg/PLIST
new file mode 100644
index 00000000000..c0c720be4aa
--- /dev/null
+++ b/archivers/squsq/pkg/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/05/22 20:57:43 tv Exp $
+bin/sq
+bin/usq