diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/cantus/Makefile | 25 | ||||
-rw-r--r-- | audio/cantus/distinfo | 1 | ||||
-rw-r--r-- | audio/cantus/pkg-descr | 7 | ||||
-rw-r--r-- | audio/cantus/pkg-plist | 25 |
5 files changed, 59 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 47e7220935c4..f13ecd60b6cd 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -27,6 +27,7 @@ SUBDIR += bonk SUBDIR += btc SUBDIR += cam + SUBDIR += cantus SUBDIR += ccaudio SUBDIR += cd-console SUBDIR += cd-discid diff --git a/audio/cantus/Makefile b/audio/cantus/Makefile new file mode 100644 index 000000000000..61c5b60b4bf8 --- /dev/null +++ b/audio/cantus/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: cantus +# Date created: 22 May 2003 +# Whom: old@old.com.ua +# +# $FreeBSD$ +# + +PORTNAME= cantus +PORTVERSION= 1.05 +CATEGORIES= audio +MASTER_SITES= http://sam.homeunix.com/software.manicsadness.com-step3/releases/cantus/ +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 +WRKSRC= ${WRKDIR}/cantus-1.05 + +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/audio/cantus/distinfo b/audio/cantus/distinfo new file mode 100644 index 000000000000..96aa71a76fdf --- /dev/null +++ b/audio/cantus/distinfo @@ -0,0 +1 @@ +MD5 (cantus-1.05-1.tar.gz) = 8f3166d2801e514e00e7c650412261ef diff --git a/audio/cantus/pkg-descr b/audio/cantus/pkg-descr new file mode 100644 index 000000000000..6618f9f052c3 --- /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 000000000000..b6ee1922bcf7 --- /dev/null +++ b/audio/cantus/pkg-plist @@ -0,0 +1,25 @@ +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/gnome/apps/Applications/cantus.desktop +@dirrm doc/Cantus +@dirrm share/pixmaps/cantus |