diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:15:37 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-30 09:15:37 +0800 |
commit | 01d30e7cdb8cc6b0d737aed8a2e0976c1fdda5a6 (patch) | |
tree | 361bdd4374eaec71663a040a69568f4a9fe5b679 /audio | |
parent | 96ec1c41882716dea15cd8c0ea97d68f957bc354 (diff) | |
download | marcuscom-ports-01d30e7cdb8cc6b0d737aed8a2e0976c1fdda5a6.tar.gz marcuscom-ports-01d30e7cdb8cc6b0d737aed8a2e0976c1fdda5a6.tar.zst marcuscom-ports-01d30e7cdb8cc6b0d737aed8a2e0976c1fdda5a6.zip |
X11BASE -> LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7370 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tagtool/Makefile | 37 | ||||
-rw-r--r-- | audio/tagtool/distinfo | 3 | ||||
-rw-r--r-- | audio/tagtool/pkg-descr | 16 | ||||
-rw-r--r-- | audio/tagtool/pkg-plist | 34 |
4 files changed, 90 insertions, 0 deletions
diff --git a/audio/tagtool/Makefile b/audio/tagtool/Makefile new file mode 100644 index 000000000..242943d7e --- /dev/null +++ b/audio/tagtool/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: tagtool +# Date created: 1st November 2004 +# Whom: Anthony Ginepro <anthony.ginepro@laposte.net> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= tagtool +PORTVERSION= 0.12.2 +PORTREVISION= 3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= A GNOME MP3/Ogg file tagger + +LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ + vorbis.3:${PORTSDIR}/audio/libvorbis + +USE_XLIB= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= gnomehack intlhack libglade2 gnomehier + +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib -Wl,--export-dynamic ${PTHREAD_LIBS} + +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ + ${REINPLACE_CMD} -e \ + 's|(prefix)/share/applications|(prefix)/share/gnome/applications|g; \ + s|(datadir)/pixmaps|(prefix)/share/gnome/pixmaps|g' \ + +.include <bsd.port.mk> diff --git a/audio/tagtool/distinfo b/audio/tagtool/distinfo new file mode 100644 index 000000000..47cf70317 --- /dev/null +++ b/audio/tagtool/distinfo @@ -0,0 +1,3 @@ +MD5 (tagtool-0.12.2.tar.gz) = 4d688dbbe7cd8a08a9f9faef4d1c5b27 +SHA256 (tagtool-0.12.2.tar.gz) = c6b39ed8e6d0b0199d3422345e6845a1ceffa1ddd54ccb149f1813f9f642ff3f +SIZE (tagtool-0.12.2.tar.gz) = 368758 diff --git a/audio/tagtool/pkg-descr b/audio/tagtool/pkg-descr new file mode 100644 index 000000000..bfcdade7d --- /dev/null +++ b/audio/tagtool/pkg-descr @@ -0,0 +1,16 @@ +Audio Tag Tool is a program to manage the information fields in MP3 and +Ogg Vorbis files, commonly called tags. Tag Tool can be used to edit tags +one-by-one, but the most useful features are the ability to easily tag or +rename hundreds of files at once, in any desired format. + +Tag Tool's features include: + * Tag Editor + * Multiple File Tagger + * Clear Tags + * Move/Rename Multiple Files + * Create Playlists + +The mass tag and mass rename features can handle filenames in any format +thanks to an easily configurable format template. + +WWW: http://pwp.netcabo.pt/paol/tagtool/ diff --git a/audio/tagtool/pkg-plist b/audio/tagtool/pkg-plist new file mode 100644 index 000000000..40c77579c --- /dev/null +++ b/audio/tagtool/pkg-plist @@ -0,0 +1,34 @@ +bin/tagtool +share/gnome/applications/tagtool.desktop +share/gnome/pixmaps/TagTool.png +share/locale/bg/LC_MESSAGES/tagtool.mo +share/locale/cs/LC_MESSAGES/tagtool.mo +share/locale/de/LC_MESSAGES/tagtool.mo +share/locale/en_GB/LC_MESSAGES/tagtool.mo +share/locale/es/LC_MESSAGES/tagtool.mo +share/locale/fr/LC_MESSAGES/tagtool.mo +share/locale/it/LC_MESSAGES/tagtool.mo +share/locale/lt/LC_MESSAGES/tagtool.mo +share/locale/pt/LC_MESSAGES/tagtool.mo +share/locale/ru/LC_MESSAGES/tagtool.mo +share/locale/ua/LC_MESSAGES/tagtool.mo +%%DATADIR%%/TagTool.png +%%DATADIR%%/edit.png +%%DATADIR%%/fail.png +%%DATADIR%%/file.png +%%DATADIR%%/folder.png +%%DATADIR%%/graydot.png +%%DATADIR%%/greendot.png +%%DATADIR%%/info.png +%%DATADIR%%/ok.png +%%DATADIR%%/preferences.dtd +%%DATADIR%%/tab_clear.png +%%DATADIR%%/tab_edit.png +%%DATADIR%%/tab_playlist.png +%%DATADIR%%/tab_rename.png +%%DATADIR%%/tab_tag.png +%%DATADIR%%/tagtool.glade +%%DATADIR%%/warn.png +@dirrm %%DATADIR%% +@unexec /bin/rmdir %D/share/locale/ua/LC_MESSAGES 2>/dev/null || /usr/bin/true +@unexec /bin/rmdir %D/share/locale/ua 2>/dev/null || /usr/bin/true |