diff options
author | novel <novel@FreeBSD.org> | 2005-04-30 19:29:09 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-04-30 19:29:09 +0000 |
commit | 1430df484d307ab3f84104eba8afa78bf76be2c8 (patch) | |
tree | 5c9bba4300e595e7825c43f6800e4c60a1a88470 /audio | |
parent | 8921562bd31e62c6df72db357f8c8a50e68a2496 (diff) | |
download | FreeBSD-ports-1430df484d307ab3f84104eba8afa78bf76be2c8.zip FreeBSD-ports-1430df484d307ab3f84104eba8afa78bf76be2c8.tar.gz |
Add bmp-htmlplaylist - a simple application which saves your current
beep-media-player playlist to html or xml file.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/bmp-htmlplaylist/Makefile | 30 | ||||
-rw-r--r-- | audio/bmp-htmlplaylist/distinfo | 2 | ||||
-rw-r--r-- | audio/bmp-htmlplaylist/pkg-descr | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index a010552..3c5c4df 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -46,6 +46,7 @@ SUBDIR += bladeenc SUBDIR += blop SUBDIR += bmp-faad + SUBDIR += bmp-htmlplaylist SUBDIR += bmp-scrobbler SUBDIR += bmp-songchange SUBDIR += bmp-wma diff --git a/audio/bmp-htmlplaylist/Makefile b/audio/bmp-htmlplaylist/Makefile new file mode 100644 index 0000000..12a9b1c --- /dev/null +++ b/audio/bmp-htmlplaylist/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: bmp-htmlplaylist +# Date created: 2005-04-30 +# Whom: Roman Bogorodskiy <novel@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= bmp-htmlplaylist +PORTVERSION= 0.2.1 +CATEGORIES= audio +MASTER_SITES= http://download.berlios.de/bmp-plugins/ + +MAINTAINER= novel@FreeBSD.org +COMMENT= Application which saves your current BMP playlist to html or xml file + +BUILD_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player +RUN_DEPENDS= beep-media-player:${PORTSDIR}/multimedia/beep-media-player + +MAKE_ARGS= CC=${CC} LD=${CC} +USE_GNOME= pkgconfig +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_BZIP2= yes +USE_X_PREFIX= yes + +PLIST_FILES= bin/bmp-htmlplaylist + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bmp-htmlplaylist ${PREFIX}/bin/ + +.include <bsd.port.mk> diff --git a/audio/bmp-htmlplaylist/distinfo b/audio/bmp-htmlplaylist/distinfo new file mode 100644 index 0000000..328a694 --- /dev/null +++ b/audio/bmp-htmlplaylist/distinfo @@ -0,0 +1,2 @@ +MD5 (bmp-htmlplaylist-0.2.1.tar.bz2) = a4a3d9a65b890a5e5183802f1fcdf620 +SIZE (bmp-htmlplaylist-0.2.1.tar.bz2) = 3679 diff --git a/audio/bmp-htmlplaylist/pkg-descr b/audio/bmp-htmlplaylist/pkg-descr new file mode 100644 index 0000000..9c0dad9 --- /dev/null +++ b/audio/bmp-htmlplaylist/pkg-descr @@ -0,0 +1,4 @@ +bmp-htmlplaylist is a simple application which saves your +current beep-media-player playlist to html or xml file. + +WWW: http://bmp-plugins.berlios.de/novelian/project.php?p=bmp-htmlplaylist |