diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-02 04:32:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-02 04:32:33 +0000 |
commit | 3796ccf6113ecd590dc5dd6c6790fb6519343e6d (patch) | |
tree | 039ee9d8e34279acf34022a5ab6c4180d7ad8d1b /audio/shorten | |
parent | a45ae08ea3f13461b2cece2427d2ce663fc78acb (diff) | |
download | ports-3796ccf6113ecd590dc5dd6c6790fb6519343e6d.tar.gz ports-3796ccf6113ecd590dc5dd6c6790fb6519343e6d.zip |
Notes
Diffstat (limited to 'audio/shorten')
-rw-r--r-- | audio/shorten/Makefile | 24 | ||||
-rw-r--r-- | audio/shorten/distinfo | 1 | ||||
-rw-r--r-- | audio/shorten/files/patch-aa | 11 | ||||
-rw-r--r-- | audio/shorten/pkg-comment | 1 | ||||
-rw-r--r-- | audio/shorten/pkg-descr | 6 | ||||
-rw-r--r-- | audio/shorten/pkg-plist | 1 |
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 |