From ebb3f687e97cddd35a4b00f5e490c6027e1b5e6c Mon Sep 17 00:00:00 2001 From: ijliao Date: Wed, 30 Jan 2002 13:49:02 +0000 Subject: add sonice 1.2 Sonice eases reencoding of .ogg files --- audio/Makefile | 1 + audio/sonice/Makefile | 30 ++++++++++++++++++++++++++++++ audio/sonice/distinfo | 1 + audio/sonice/pkg-comment | 1 + audio/sonice/pkg-descr | 4 ++++ audio/sonice/pkg-plist | 3 +++ 6 files changed, 40 insertions(+) create mode 100644 audio/sonice/Makefile create mode 100644 audio/sonice/distinfo create mode 100644 audio/sonice/pkg-comment create mode 100644 audio/sonice/pkg-descr create mode 100644 audio/sonice/pkg-plist (limited to 'audio') diff --git a/audio/Makefile b/audio/Makefile index d9696fc..7e0036f 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -196,6 +196,7 @@ SUBDIR += snd SUBDIR += snowstar SUBDIR += songprint + SUBDIR += sonice SUBDIR += soundtracker SUBDIR += sox SUBDIR += sphinx diff --git a/audio/sonice/Makefile b/audio/sonice/Makefile new file mode 100644 index 0000000..2b6307a --- /dev/null +++ b/audio/sonice/Makefile @@ -0,0 +1,30 @@ +# ex:ts=8 +# Ports collection makefile for: sonice +# Date created: Jan 30, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= sonice +PORTVERSION= 1.2 +CATEGORIES= audio +MASTER_SITES= http://www.cyclooctane.com/sonice/release/ + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \ + flac:${PORTSDIR}/audio/flac + +USE_ZIP= yes +USE_PYTHON= yes +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/sonice.py ${PREFIX}/bin/sonice +.for file in commatoys ogg + ${INSTALL_SCRIPT} ${WRKSRC}/${file}.py ${PYTHON_SITELIBDIR} +.endfor + +.include diff --git a/audio/sonice/distinfo b/audio/sonice/distinfo new file mode 100644 index 0000000..64b3cb9 --- /dev/null +++ b/audio/sonice/distinfo @@ -0,0 +1 @@ +MD5 (sonice-1.2.zip) = 38ac53d2942fc547b4a744cae4dc2dab diff --git a/audio/sonice/pkg-comment b/audio/sonice/pkg-comment new file mode 100644 index 0000000..8ca5653 --- /dev/null +++ b/audio/sonice/pkg-comment @@ -0,0 +1 @@ +Sonice eases reencoding of .ogg files diff --git a/audio/sonice/pkg-descr b/audio/sonice/pkg-descr new file mode 100644 index 0000000..14a4e2d --- /dev/null +++ b/audio/sonice/pkg-descr @@ -0,0 +1,4 @@ +Sonice eases reencoding of .ogg files by storing everything you'd need to +generate the files in question in lossless sources (.flac and .txt files). + +WWW: http://www.cyclooctane.com/sonice/ diff --git a/audio/sonice/pkg-plist b/audio/sonice/pkg-plist new file mode 100644 index 0000000..80a8912 --- /dev/null +++ b/audio/sonice/pkg-plist @@ -0,0 +1,3 @@ +bin/sonice +lib/%%PYTHON_VERSION%%/site-packages/comatoys.py +lib/%%PYTHON_VERSION%%/site-packages/ogg.py -- cgit v1.1