diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 21:10:45 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-02 21:10:45 +0800 |
commit | cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c (patch) | |
tree | 5ae8eee151153ca9d84b28bc67082e88b6a01c6e | |
parent | 4a14753c6ef66c54b84c4241b43ce0bb1dd92203 (diff) | |
download | marcuscom-ports-cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c.tar marcuscom-ports-cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c.tar.gz marcuscom-ports-cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c.tar.bz2 marcuscom-ports-cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c.tar.lz marcuscom-ports-cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c.tar.xz marcuscom-ports-cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c.tar.zst marcuscom-ports-cb29dc50a5dc4dba6eb0687727ffde0df1b7cd0c.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8744 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/cantus/Makefile | 31 | ||||
-rw-r--r-- | audio/cantus/distinfo | 3 | ||||
-rw-r--r-- | audio/cantus/pkg-descr | 7 | ||||
-rw-r--r-- | audio/cantus/pkg-plist | 27 |
4 files changed, 68 insertions, 0 deletions
diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile new file mode 100644 index 000000000..cb469ec25 --- /dev/null +++ b/audio/cantus/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: cantus +# Date created: 22 May 2003 +# Whom: old@old.com.ua +# +# $FreeBSD$ +# + +PORTNAME= cantus +PORTVERSION= 1.07 +PORTREVISION= 3 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR= distfiles +DISTNAME= ${PORTNAME}-${PORTVERSION}-1 + +MAINTAINER= old@old.com.ua +COMMENT= Tool for tagging and renaming MP3 and OGG/Vorbis files + +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomelibs gnomehack gnomehier +WRKSRC= ${WRKDIR}/${DISTNAME:S/-1$//} + +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} -e 's|share/gnome/apps|share/apps|' \ + ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/audio/cantus/distinfo b/audio/cantus/distinfo new file mode 100644 index 000000000..7f1819908 --- /dev/null +++ b/audio/cantus/distinfo @@ -0,0 +1,3 @@ +MD5 (cantus-1.07-1.tar.gz) = 0e1ec373ac87a1b7ca604d055548b92b +SHA256 (cantus-1.07-1.tar.gz) = 2d5151584121c52a1545ed5e44eb345f063516932275663b56c3e0b1a25f4bed +SIZE (cantus-1.07-1.tar.gz) = 384770 diff --git a/audio/cantus/pkg-descr b/audio/cantus/pkg-descr new file mode 100644 index 000000000..6618f9f05 --- /dev/null +++ b/audio/cantus/pkg-descr @@ -0,0 +1,7 @@ +Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. +It has many features including mass tagging and renaming of MP3s, the ability to +generate a tag out of the filename, filter definitions for renaming, recursive +actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, +and a lot more. + +WWW: http://freshmeat.net/projects/cantus diff --git a/audio/cantus/pkg-plist b/audio/cantus/pkg-plist new file mode 100644 index 000000000..7a5348dc3 --- /dev/null +++ b/audio/cantus/pkg-plist @@ -0,0 +1,27 @@ +bin/cantus +doc/Cantus/README +doc/Cantus/COPYING +doc/Cantus/AUTHORS +doc/Cantus/ChangeLog +doc/Cantus/INSTALL +doc/Cantus/NEWS +doc/Cantus/TODO +share/pixmaps/cantus/cantus_icon.png +share/pixmaps/cantus/done.xpm +share/pixmaps/cantus/error.xpm +share/pixmaps/cantus/folder_closed.xpm +share/pixmaps/cantus/folder_locked.xpm +share/pixmaps/cantus/cantus.xpm +share/pixmaps/cantus/cantuslogo.xpm +share/pixmaps/cantus/logo_about.xpm +share/pixmaps/cantus/folder_opened.xpm +share/pixmaps/cantus/locked.xpm +share/pixmaps/cantus/mp3.xpm +share/pixmaps/cantus/todo.xpm +share/pixmaps/cantus/warning.xpm +share/pixmaps/cantus/addrecursive.xpm +share/apps/Applications/cantus.desktop +@dirrm share/pixmaps/cantus +@dirrmtry share/pixmaps +@dirrm doc/Cantus +@dirrm doc |