Add YAMT, Yet Another MP3 Tool, submitted by Rui-Xiang Guo in pkg/16581.
This commit is contained in:
parent
073d2c25b1
commit
ee990ab845
4 changed files with 70 additions and 0 deletions
16
audio/yamt/DESCR
Normal file
16
audio/yamt/DESCR
Normal file
|
@ -0,0 +1,16 @@
|
|||
YAMT is a GNOME program which helps you to organize your mp3s.
|
||||
|
||||
FEATURES:
|
||||
---------
|
||||
Currently YAMT supports the following:
|
||||
- Editing of single ID3 TAGs
|
||||
- Rename files based on their ID3 TAGs
|
||||
- Mass tagging with variables %dir and %file
|
||||
for the current directory and file
|
||||
- Auto tagging
|
||||
- Tag exchanging
|
||||
- Sorting (unsorting) into (from)subdirectories
|
||||
- Explore your mp3s (with filter ability)
|
||||
- Create Playlists
|
||||
|
||||
Most of this features can also be used recursive.
|
18
audio/yamt/Makefile
Normal file
18
audio/yamt/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2002/06/23 09:23:28 kent Exp $
|
||||
|
||||
DISTNAME= yamt-0.5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yamt/}
|
||||
|
||||
MAINTAINER= rxg@netbsd.org
|
||||
HOMEPAGE= http://yamt.sourceforge.net/
|
||||
COMMENT= Yet Another MP3 Tool
|
||||
|
||||
USE_X11BASE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
BUILD_USES_MSGFMT= yes
|
||||
|
||||
.include "../../x11/gnome-libs/buildlink.mk"
|
||||
.include "../../mk/x11.buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
33
audio/yamt/PLIST
Normal file
33
audio/yamt/PLIST
Normal file
|
@ -0,0 +1,33 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2002/06/23 09:23:28 kent Exp $
|
||||
bin/yamt
|
||||
share/gnome/apps/Applications/yamt.desktop
|
||||
share/gnome/help/yamt/C/about.html
|
||||
share/gnome/help/yamt/C/advanced.html
|
||||
share/gnome/help/yamt/C/auto.html
|
||||
share/gnome/help/yamt/C/contacts.html
|
||||
share/gnome/help/yamt/C/docbook.css
|
||||
share/gnome/help/yamt/C/edit.html
|
||||
share/gnome/help/yamt/C/exchange.html
|
||||
share/gnome/help/yamt/C/explore.html
|
||||
share/gnome/help/yamt/C/features.html
|
||||
share/gnome/help/yamt/C/index.html
|
||||
share/gnome/help/yamt/C/introduction.html
|
||||
share/gnome/help/yamt/C/ln15.html
|
||||
share/gnome/help/yamt/C/mass.html
|
||||
share/gnome/help/yamt/C/misc.html
|
||||
share/gnome/help/yamt/C/playlists.html
|
||||
share/gnome/help/yamt/C/properties-0.html
|
||||
share/gnome/help/yamt/C/properties.html
|
||||
share/gnome/help/yamt/C/rename.html
|
||||
share/gnome/help/yamt/C/sortandunsort.html
|
||||
share/gnome/help/yamt/C/topic.dat
|
||||
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/yamt.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/yamt.mo
|
||||
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/yamt.mo
|
||||
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/yamt.mo
|
||||
share/pixmaps/yamt/yamt-icon.png
|
||||
share/pixmaps/yamt/yamt-logo.png
|
||||
@dirrm share/pixmaps/yamt
|
||||
@dirrm share/gnome/help/yamt/C
|
||||
@dirrm share/gnome/help/yamt
|
||||
@unexec ${RMDIR} -p %D/share/gnome/apps/Applications 2> /dev/null || true
|
3
audio/yamt/distinfo
Normal file
3
audio/yamt/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: distinfo,v 1.1 2002/06/23 09:23:28 kent Exp $
|
||||
|
||||
MD5 (yamt-0.5.tar.gz) = 22beb30f6762ede1641e89c978636dcd
|
Loading…
Reference in a new issue