summaryrefslogtreecommitdiff
path: root/audio/shorten
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-04-02 04:32:33 +0000
committerSteve Price <steve@FreeBSD.org>1999-04-02 04:32:33 +0000
commit3796ccf6113ecd590dc5dd6c6790fb6519343e6d (patch)
tree039ee9d8e34279acf34022a5ab6c4180d7ad8d1b /audio/shorten
parentActivate the xtail port. (diff)
Initial import of shorten version 2.3a.
A wav-file compresor. PR: 10136 Submitted by: Stefan Zehl <sec@btl.42.org>
Notes
Notes: svn path=/head/; revision=17553
Diffstat (limited to 'audio/shorten')
-rw-r--r--audio/shorten/Makefile24
-rw-r--r--audio/shorten/distinfo1
-rw-r--r--audio/shorten/files/patch-aa11
-rw-r--r--audio/shorten/pkg-comment1
-rw-r--r--audio/shorten/pkg-descr6
-rw-r--r--audio/shorten/pkg-plist1
6 files changed, 44 insertions, 0 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile
new file mode 100644
index 000000000000..e7269c485b26
--- /dev/null
+++ b/audio/shorten/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: shorten
+# Version required: 2.3
+# Date created: 17 Feb 1999
+# Whom: Stefan Zehl <sec@42.org>
+#
+# $Id$
+#
+
+DISTNAME= shorten
+PKGNAME= shorten-2.3a
+CATEGORIES= audio archivers
+MASTER_SITES= ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/coding/
+
+MAINTAINER= sec@42.org
+
+RESTRICTED= "May not be sold. May not be distributed if modified."
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
+MAN1= shorten.1
+
+post-install:
+ strip ${PREFIX}/bin/shorten
+
+.include <bsd.port.mk>
diff --git a/audio/shorten/distinfo b/audio/shorten/distinfo
new file mode 100644
index 000000000000..7129efa77003
--- /dev/null
+++ b/audio/shorten/distinfo
@@ -0,0 +1 @@
+MD5 (shorten.tar.gz) = 36c0f911db39711366075d8415941008
diff --git a/audio/shorten/files/patch-aa b/audio/shorten/files/patch-aa
new file mode 100644
index 000000000000..dba94169c5e9
--- /dev/null
+++ b/audio/shorten/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.org Wed Feb 17 23:06:51 1999
++++ Makefile Wed Feb 17 23:39:11 1999
+@@ -5,7 +5,7 @@
+ CC = cc
+ CFLAGS= -O
+
+-prefix = /usr/local
++prefix = $(PREFIX)
+ exec_prefix = $(prefix)/bin
+ man_prefix = $(prefix)/man/man$(manext)
+ manext = 1
diff --git a/audio/shorten/pkg-comment b/audio/shorten/pkg-comment
new file mode 100644
index 000000000000..5e12d6d5d76b
--- /dev/null
+++ b/audio/shorten/pkg-comment
@@ -0,0 +1 @@
+A wav-file compressor
diff --git a/audio/shorten/pkg-descr b/audio/shorten/pkg-descr
new file mode 100644
index 000000000000..a5cf56ee5477
--- /dev/null
+++ b/audio/shorten/pkg-descr
@@ -0,0 +1,6 @@
+Shorten is a comressing tool specialized for Audio files where it usually
+performs better than gzip/bzip2.
+
+Homepage is at: <http://www.softsound.com/Shorten.html>
+
+also read the LICENCE.
diff --git a/audio/shorten/pkg-plist b/audio/shorten/pkg-plist
new file mode 100644
index 000000000000..b13b3d8906c7
--- /dev/null
+++ b/audio/shorten/pkg-plist
@@ -0,0 +1 @@
+bin/shorten