diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-05 06:08:13 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-05 06:08:13 +0800 |
commit | b2db94660b97fb264e3efe02e725d2daf635f1c3 (patch) | |
tree | ca571e84463c8a29623bd05eb668058ed12bf669 | |
parent | 0108111e948d3e70d9a7e668f9c579950d648131 (diff) | |
download | freebsd-ports-gnome-b2db94660b97fb264e3efe02e725d2daf635f1c3.tar.gz freebsd-ports-gnome-b2db94660b97fb264e3efe02e725d2daf635f1c3.tar.zst freebsd-ports-gnome-b2db94660b97fb264e3efe02e725d2daf635f1c3.zip |
Add Cantus, an mp3/ogg tagger.
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.
PR: ports/52607
Submitted by: Dmitry Dyomin <old@old.com.ua>
-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 |