diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 04:36:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 04:36:56 +0000 |
commit | 60d3df4c948b11d24730cbaaa80a3cb03a756326 (patch) | |
tree | ffe22c002aef4510e05bd0bb9572e72bd522631d | |
parent | 7546b1cbd0808086cbb2e24bd98ab9b5b9b7d689 (diff) | |
download | ports-60d3df4c948b11d24730cbaaa80a3cb03a756326.tar.gz ports-60d3df4c948b11d24730cbaaa80a3cb03a756326.zip |
Notes
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/yamt/Makefile | 27 | ||||
-rw-r--r-- | audio/yamt/distinfo | 1 | ||||
-rw-r--r-- | audio/yamt/pkg-comment | 1 | ||||
-rw-r--r-- | audio/yamt/pkg-descr | 17 | ||||
-rw-r--r-- | audio/yamt/pkg-plist | 2 |
6 files changed, 49 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index cc5dcd4fe5b1..4c698cbd77ae 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -107,5 +107,6 @@ SUBDIR += xmpeg3 SUBDIR += xmradio SUBDIR += xtuner + SUBDIR += yamt .include <bsd.port.subdir.mk> diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile new file mode 100644 index 000000000000..c099b7b0be4c --- /dev/null +++ b/audio/yamt/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: yamt +# Version required: 0.2 +# Date created: 9 January 2000 +# Whom: Dmitry Sivachenko <dima@Chg.RU> +# +# $FreeBSD$ +# + +DISTNAME= yamt-0.2 +CATEGORIES= audio gnome +MASTER_SITES= http://download.sourceforge.net/yamt/ \ + ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ + +MAINTAINER= dima@Chg.RU + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + gnomeui.3:${PORTSDIR}/x11/gnomelibs + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +USE_X_PREFIX= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-gnome=${X11BASE} +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +.include <bsd.port.mk> diff --git a/audio/yamt/distinfo b/audio/yamt/distinfo new file mode 100644 index 000000000000..62d3d3c9bea0 --- /dev/null +++ b/audio/yamt/distinfo @@ -0,0 +1 @@ +MD5 (yamt-0.2.tar.gz) = ab7b227b63c39d56991ffaa356356076 diff --git a/audio/yamt/pkg-comment b/audio/yamt/pkg-comment new file mode 100644 index 000000000000..a446fdf2b439 --- /dev/null +++ b/audio/yamt/pkg-comment @@ -0,0 +1 @@ +Yet Another Mp3 Tool which helps you to organize your mp3s diff --git a/audio/yamt/pkg-descr b/audio/yamt/pkg-descr new file mode 100644 index 000000000000..d1e5acd32bde --- /dev/null +++ b/audio/yamt/pkg-descr @@ -0,0 +1,17 @@ +YAMT is Yet Another Mp3 Tool 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 (optional recursive) + - Mass tagging with variables %dir and %file + for the current directory and file (optional recursive) + - Sorting into subdirectories + - Find files with a special TAG (optional recursive) + +WWW: http://yamt.sourceforge.net + + +Dmitry Sivachenko, +dima@Chg.RU diff --git a/audio/yamt/pkg-plist b/audio/yamt/pkg-plist new file mode 100644 index 000000000000..63790eb16c06 --- /dev/null +++ b/audio/yamt/pkg-plist @@ -0,0 +1,2 @@ +bin/yamt +share/gnome/apps/Applications/yamt.desktop |