summaryrefslogtreecommitdiff
path: root/audio/oggasm
AgeCommit message (Collapse)AuthorFilesLines
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-18When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather thanagc1-2/+2
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-2/+2
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-05-22Initial import of oggasm-1.4.0 [as pkgsrc/audio/oggasm]zuntum4-0/+39
Oggasm is a program that makes converting your mp3 collection into oggs at all but painless process. Using oggenc and mpg321(or mpg123), with perl glueing it all together, oggasm is able to go through an entire collection, identify id3 tags and then convert those mp3s into oggs while keeping the id3 tags intact. Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16580, slightly modified by me.