16 Commits

Author SHA1 Message Date
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
kmos
af4b44200c Add comment explaining software's author didn't write any tests above
NO_TEST
2019-11-10 16:25:41 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
danj
b584241910 Remove maintainer per their request 2019-05-04 01:18:58 +00:00
schwarze
d97adcacfb obvious cleanup, drop USE_GROFF, bump;
could also use addition of missing content,
but i'm not doing that right now
2015-01-22 20:02:22 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jasper
db98266d5f use ${FILESDIR} instead of hardcoding 'files/' 2014-04-20 10:00:21 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
sthen
5aa82ed35c whitespace 2012-10-23 09:39:51 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
fgsch
f65bda4762 Yet another round of bumps. 2010-08-30 21:36:14 +00:00
espie
15c7408521 bump for python dep change 2009-03-10 21:52:44 +00:00
sthen
aa98de9b6c import mkplaylist:
The script scans the given directories for media files with known file
name extensions and writes the names into a playlist file in M3U,
extended M3U or PLS format. Those very simple formats are used or at
least understood by the vast majority of media players on different
platforms.

For huge collections which have to be rescanned after adding or
modifying some files, the program can cache the meta data to speed up
subsequent runs.

from maintainer Girish Venkatachalam,
reworked to use python.port.mk and setuptools by wcmaier@
2008-06-04 07:33:20 +00:00