- Switch to GH account used by Debian
- Update patch-cplay to remove upstreamed changes and add mpv support
- Add off-by-default dependency options for supported audio players
- Change to USES=python:-2.7; runtime testing with python3 failed
- shebangfix added to remove need for ${LOCALBASE}/bin/python symlink
- Add patch-po_fr.po to fix build error fr.po:78: 'msgid' and 'msgstr'
entries do not both end with '\n'
Reviewed by: adamw
Approved by: koobs, mat (mentors)
Relnotes: https://github.com/hukka/cplay/blob/v1.50/ChangeLog
Differential Revision: https://reviews.freebsd.org/D7200
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
- Drop indefinite article from the COMMENT
- Define LICENSE (GPLv2), utilize PORTDOCS
- Sort the knobs, generally clean up Makefile
- Reformat pkg-message and pkg-descr for better visual appeal
- Drop old-school Author: attribution from pkg-descr
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- add mplayer support [1]
- use TMPDIR instead of hardcoded value [1]
- add check for possible race conditions with pipes [1]
- bump portrevision.
PR: ports/122142 [1]
Submitted by: Paul B. Mahol <onemda@gmail.com>
pkg-message after install which says to install one or more real
audio players before using cplay.
PR: 38546
Submitted by: Jochem Kossen <j.kossen@home.nl>