mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add bmp-htmlplaylist - a simple application which saves your current
beep-media-player playlist to html or xml file.
This commit is contained in:
parent
e4df6f6b6b
commit
a5eb39f9ee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134415
@ -46,6 +46,7 @@
|
||||
SUBDIR += bladeenc
|
||||
SUBDIR += blop
|
||||
SUBDIR += bmp-faad
|
||||
SUBDIR += bmp-htmlplaylist
|
||||
SUBDIR += bmp-scrobbler
|
||||
SUBDIR += bmp-songchange
|
||||
SUBDIR += bmp-wma
|
||||
|
30
audio/bmp-htmlplaylist/Makefile
Normal file
30
audio/bmp-htmlplaylist/Makefile
Normal file
@ -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>
|
2
audio/bmp-htmlplaylist/distinfo
Normal file
2
audio/bmp-htmlplaylist/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (bmp-htmlplaylist-0.2.1.tar.bz2) = a4a3d9a65b890a5e5183802f1fcdf620
|
||||
SIZE (bmp-htmlplaylist-0.2.1.tar.bz2) = 3679
|
4
audio/bmp-htmlplaylist/pkg-descr
Normal file
4
audio/bmp-htmlplaylist/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user