diff options
author | steve <steve@FreeBSD.org> | 1999-04-02 04:32:33 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-04-02 04:32:33 +0000 |
commit | 659dfd7293e84cce7ffe9554a9cc6c241ccd27b4 (patch) | |
tree | 63877cdbcdeb30fdbc7e1f520b006349595429c3 /audio/shorten | |
parent | 14838c891d0efd537362668d80d2c5e250b1867d (diff) | |
download | FreeBSD-ports-659dfd7293e84cce7ffe9554a9cc6c241ccd27b4.zip FreeBSD-ports-659dfd7293e84cce7ffe9554a9cc6c241ccd27b4.tar.gz |
Initial import of shorten version 2.3a.
A wav-file compresor.
PR: 10136
Submitted by: Stefan Zehl <sec@btl.42.org>
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 0000000..e7269c4 --- /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 0000000..7129efa --- /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 0000000..dba9416 --- /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 0000000..5e12d6d --- /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 0000000..a5cf56e --- /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 0000000..b13b3d8 --- /dev/null +++ b/audio/shorten/pkg-plist @@ -0,0 +1 @@ +bin/shorten |