diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 12:36:56 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 12:36:56 +0800 |
commit | 42d5a72fd6a289672387f066e44e99f793162e7a (patch) | |
tree | 952b6b72e57e15152f92460d048c6fe3967c4210 | |
parent | 45f345586f044e9624810f57c61272a2d568b0e8 (diff) | |
download | freebsd-ports-gnome-42d5a72fd6a289672387f066e44e99f793162e7a.tar.gz freebsd-ports-gnome-42d5a72fd6a289672387f066e44e99f793162e7a.tar.zst freebsd-ports-gnome-42d5a72fd6a289672387f066e44e99f793162e7a.zip |
Adding yamt version 0.2.
Yet another mp3 tool which helps you to organize your mp3s.
PR: 16004
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
-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 |