diff options
author | bapt <bapt@FreeBSD.org> | 2010-08-24 23:18:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-08-24 23:18:30 +0800 |
commit | 28621ee1bcda2da825b1b9c10650b239f665cfe0 (patch) | |
tree | a605e9943bafec767697e281e787076e41cfaaf5 /audio | |
parent | d0f85ba238dace1b5daedb9eb176f0a8862e60e9 (diff) | |
download | freebsd-ports-gnome-28621ee1bcda2da825b1b9c10650b239f665cfe0.tar.gz freebsd-ports-gnome-28621ee1bcda2da825b1b9c10650b239f665cfe0.tar.zst freebsd-ports-gnome-28621ee1bcda2da825b1b9c10650b239f665cfe0.zip |
Remove audio/gmm as it is now named audio/gogglesmm
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gmm/Makefile | 77 | ||||
-rw-r--r-- | audio/gmm/distinfo | 3 | ||||
-rw-r--r-- | audio/gmm/pkg-descr | 5 | ||||
-rw-r--r-- | audio/gmm/pkg-plist | 14 |
5 files changed, 0 insertions, 100 deletions
diff --git a/audio/Makefile b/audio/Makefile index 70d248d2adf3..699e1d63bd18 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -228,7 +228,6 @@ SUBDIR += glurp SUBDIR += gmidimonitor SUBDIR += gmixer - SUBDIR += gmm SUBDIR += gmpc SUBDIR += gmpc-alarm SUBDIR += gmpc-albumview diff --git a/audio/gmm/Makefile b/audio/gmm/Makefile deleted file mode 100644 index 067fc443d9f2..000000000000 --- a/audio/gmm/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: ggm -# Date created: 28 May 2008 -# Whom: Sascha Klauder <sklauder@trimind.de> -# -# $FreeBSD$ -# - -PORTNAME= gmm -PORTVERSION= 0.10.26 -CATEGORIES= audio -MASTER_SITES= http://gogglesmm.googlecode.com/files/ -DISTNAME= gogglesmm-${PORTVERSION} - -MAINTAINER= bapt@FreeBSD.org -COMMENT= Music collection manager and player - -LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \ - xine.1:${PORTSDIR}/multimedia/libxine \ - tag.1:${PORTSDIR}/audio/taglib \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 - -OPTIONS= DBUS "Add DBUS support" on \ - CURL "Add Curl support" on \ - NLS "Add support for nls" on \ - NEWREMOTE "Use new remote player" on - -GNU_CONFIGURE= yes -MAKE_JOBS_SAFE= yes -USE_GMAKE= yes -USE_XZ= yes -INSTALLS_ICONS= yes - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -PORTDOCS= README AUTHORS - -CONFIGURE_ENV= OPT_CFLAGS=" " - -.include <bsd.port.options.mk> -.if defined(WITHOUT_DBUS) -CONFIGURE_ARGS+= --without-dbus -.else -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus -.endif - -.if defined(WITHOUT_CURL) -CONFIGURE_ARGS+= --without-curl -.else -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl -.endif - -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB= NLS="@comment " -.else -PLIST_SUB= NLS="" -USE_GETTEXT= yes -.endif - -.if defined(WITHOUT_NEWREMOTE) -CONFIGURE_ARGS+=--without-new-remote -.endif - -post-configure: - @${REINPLACE_CMD} -i '' -e 's| -[DT] | |g' \ - ${WRKSRC}/Makefile - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -. for FILE in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} -. endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/gmm/distinfo b/audio/gmm/distinfo deleted file mode 100644 index 57aa39edb0fd..000000000000 --- a/audio/gmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gogglesmm-0.10.26.tar.xz) = 0af437902dcc0b1da49b3d48df930d8e -SHA256 (gogglesmm-0.10.26.tar.xz) = 1200b4a9fdc507a94e4ffd19a821418f0ec1df300a0deaef292141824035c2c3 -SIZE (gogglesmm-0.10.26.tar.xz) = 361804 diff --git a/audio/gmm/pkg-descr b/audio/gmm/pkg-descr deleted file mode 100644 index ae569373e065..000000000000 --- a/audio/gmm/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Goggles Music Manager is a music collection manager and player that -automatically categorizes your music files based on genre, artist, album, -and song. It supports gapless playback and features easy tag editing. - -WWW: http://code.google.com/p/gogglesmm/ diff --git a/audio/gmm/pkg-plist b/audio/gmm/pkg-plist deleted file mode 100644 index 94f1be145b1d..000000000000 --- a/audio/gmm/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/gogglesmm -share/applications/gogglesmm.desktop -share/icons/hicolor/48x48/apps/gogglesmm.png -%%NLS%%share/locale/de/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/es/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gogglesmm.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gogglesmm.mo -@dirrmtry share/applications -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons |