diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:45:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 09:45:45 +0000 |
commit | 58e47a21fab02ef24f6b4f14da5fa02d0613c69e (patch) | |
tree | c09859e680140f9fb7a4843cb054b99350fae95c /x11-clocks | |
parent | 903b24076662b17e2db1205716a045d080c0c34c (diff) | |
download | ports-58e47a21fab02ef24f6b4f14da5fa02d0613c69e.tar.gz ports-58e47a21fab02ef24f6b4f14da5fa02d0613c69e.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/Makefile | 1 | ||||
-rw-r--r-- | x11-clocks/bmp-alarm/Makefile | 29 | ||||
-rw-r--r-- | x11-clocks/bmp-alarm/distinfo | 2 | ||||
-rw-r--r-- | x11-clocks/bmp-alarm/pkg-descr | 6 |
4 files changed, 0 insertions, 38 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile index 126ad0f90c44..5511e3371cea 100644 --- a/x11-clocks/Makefile +++ b/x11-clocks/Makefile @@ -14,7 +14,6 @@ SUBDIR += astzclock SUBDIR += bbdate SUBDIR += bclock - SUBDIR += bmp-alarm SUBDIR += buici-clock SUBDIR += cairo-clock SUBDIR += dclock diff --git a/x11-clocks/bmp-alarm/Makefile b/x11-clocks/bmp-alarm/Makefile deleted file mode 100644 index 2e268ca51be0..000000000000 --- a/x11-clocks/bmp-alarm/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: nork@FreeBSD.org -# $FreeBSD$ - -PORTNAME= bmp-alarm -PORTVERSION= 0.6.0 -PORTREVISION= 7 -CATEGORIES= x11-clocks -MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Alarm timer plugin for beep-media-player - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-11-26 - -LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player - -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USE_GNOME= gtk20 -GNU_CONFIGURE= yes - -PLIST_FILES= lib/bmp/General/libalarm.so - -# This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/General -do-install: - ${INSTALL_DATA} ${WRKSRC}/src/.libs/libalarm.so ${PREFIX}/lib/bmp/General - -.include <bsd.port.mk> diff --git a/x11-clocks/bmp-alarm/distinfo b/x11-clocks/bmp-alarm/distinfo deleted file mode 100644 index 3cc79719c6dd..000000000000 --- a/x11-clocks/bmp-alarm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (bmp-alarm-0.6.0.tar.bz2) = cf92fa3b5ef26d4f49530df46b1c56ef2e797bb2b74d9d0596f680a2c8876fba -SIZE (bmp-alarm-0.6.0.tar.bz2) = 229685 diff --git a/x11-clocks/bmp-alarm/pkg-descr b/x11-clocks/bmp-alarm/pkg-descr deleted file mode 100644 index 838c800b5936..000000000000 --- a/x11-clocks/bmp-alarm/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -bmp-alarm is an alarm timer plugin for beep-media-player. -It allows you to set a time for it to start playing a playlist -with the volume fading up. -You can set specific alarm times for each day of the week. - -WWW: http://www.snika.uklinux.net/index.php?show=xmms-alarm |