mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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>
This commit is contained in:
parent
e6b8171730
commit
0110b58246
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82295
@ -27,6 +27,7 @@
|
||||
SUBDIR += bonk
|
||||
SUBDIR += btc
|
||||
SUBDIR += cam
|
||||
SUBDIR += cantus
|
||||
SUBDIR += ccaudio
|
||||
SUBDIR += cd-console
|
||||
SUBDIR += cd-discid
|
||||
|
25
audio/cantus/Makefile
Normal file
25
audio/cantus/Makefile
Normal file
@ -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>
|
1
audio/cantus/distinfo
Normal file
1
audio/cantus/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cantus-1.05-1.tar.gz) = 8f3166d2801e514e00e7c650412261ef
|
7
audio/cantus/pkg-descr
Normal file
7
audio/cantus/pkg-descr
Normal file
@ -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
|
25
audio/cantus/pkg-plist
Normal file
25
audio/cantus/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user