On 2008/04/09 16:59, Girish Venkatachalam wrote:
> -----------------
> $ cat pkg/DESCR
> 
> 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.
> 
> -----------------
> 
> It requires python but we have only python2.4. ;)

The normal python is 2.5 now .. If you're talking about the
filename of the binary for the python interpreter, we usually
subst these with ${MODPY_BIN} (brought in by the python module,
python.port.mk) by some way or another.

> http://sirsasana.org/ports/mkplaylist.tgz

needs a few things: cvs id, dependencies need to be registered (see
above re. the python module), remove the redundant PKGNAME=${DISTNAME},
add NO_REGRESS=Yes and PKG_ARCH=*, and I think add a blank line before
the .include.

Reply via email to