summaryrefslogtreecommitdiff
path: root/audio/mp3asm
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-31Include devel/sysexits to get <sysexits.h>.tv1-1/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-12Update to 0.1.3-1itohy2-5/+5
0.1.3-1: (26/05/02) -------- - fixed parsing sideinfo (off by 1 bit) for mpeg 1 layer 3 mono (found by Alain Daurat (alain.daurat libertysurf.fr))
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-04-28Use .tar.bz2 distfile as it's smallerzuntum2-4/+5
2002-04-28Do the sed part a bit differentlyzuntum1-4/+4
2002-04-28Initial import of mp3asm-0.1.3 as pkgsrc/audio/mp3asmzuntum6-0/+63
An mpeg 1/2/2.5 audio layer 1,2,3 frame level editor. Allows for cutting, copying, pasting of individual frames, correction of common (correctable) errors, removal of bad frames and more. Quite useful program for maintaining any mp3 collection. Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16530