summaryrefslogtreecommitdiff
path: root/audio/cplay
AgeCommit message (Collapse)AuthorFilesLines
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-01-25No need to have two variables for the same logic.wiz1-2/+2
Replace PYTHON_PATCH_SCRIPTS with REPLACE_PYTHON.
2013-04-13Hand in maintainership.ghen1-2/+2
2012-09-11"user-destdir" is default these daysasau1-3/+1
2012-01-23No comipler languages is used.obache1-1/+2
2012-01-23* LICENSE=gnu-gpl-v2obache1-2/+4
* no need to buildlink with py-curses, simple DEPENDS is sufficient.
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-07-27MASTER_SITES is not available anymore, commented out.obache1-2/+2
2008-01-04Full DESTDIR support.ghen1-7/+12
2006-07-17s/man/${PKGMANDIR}/ in the install target. Pointed out by joerg's regressionghen1-3/+3
bulk build. Bump PKGREVISION.
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-5/+5
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-03-02Update homepage.ghen1-2/+2
2006-03-02plglint says: .for variable names should not contain uppercase letters.ghen1-6/+6
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-13Update my e-mail address.ghen1-2/+2
2005-11-11Fix typo, BUILD_USES_MSGFMT is the right spelling.joerg1-2/+2
2005-11-10Change patch-aa to match the solution adopted upstream to share filetonio3-14/+15
descriptors Bump PKGREVISION
2005-11-08Add audio/cplay (by Geert Hendrickx, in PR 31928)tonio6-0/+111
cplay is a curses front-end for various audio players. It aims to provide a power-user-friendly interface with simple filelist and playlist control. cplay is written in Python and can use either pyncurses or the standard curses module. Supported players: * ogg123 * splay * mpg123 * mpg321 * madplay * mikmod * xmp * sox