Initial import of shorten version 2.3a.

A wav-file compresor.

PR:		10136
Submitted by:	Stefan Zehl <sec@btl.42.org>
This commit is contained in:
Steve Price 1999-04-02 04:32:33 +00:00
parent a45ae08ea3
commit 3796ccf611
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17553
6 changed files with 44 additions and 0 deletions

24
audio/shorten/Makefile Normal file
View File

@ -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>

1
audio/shorten/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (shorten.tar.gz) = 36c0f911db39711366075d8415941008

View File

@ -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

View File

@ -0,0 +1 @@
A wav-file compressor

6
audio/shorten/pkg-descr Normal file
View File

@ -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.

1
audio/shorten/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/shorten