From 3796ccf6113ecd590dc5dd6c6790fb6519343e6d Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 2 Apr 1999 04:32:33 +0000 Subject: [PATCH] Initial import of shorten version 2.3a. A wav-file compresor. PR: 10136 Submitted by: Stefan Zehl --- audio/shorten/Makefile | 24 ++++++++++++++++++++++++ audio/shorten/distinfo | 1 + audio/shorten/files/patch-aa | 11 +++++++++++ audio/shorten/pkg-comment | 1 + audio/shorten/pkg-descr | 6 ++++++ audio/shorten/pkg-plist | 1 + 6 files changed, 44 insertions(+) create mode 100644 audio/shorten/Makefile create mode 100644 audio/shorten/distinfo create mode 100644 audio/shorten/files/patch-aa create mode 100644 audio/shorten/pkg-comment create mode 100644 audio/shorten/pkg-descr create mode 100644 audio/shorten/pkg-plist 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 +# +# $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 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: + +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