summaryrefslogtreecommitdiffstats
path: root/audio/yamt
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-01-29 04:36:56 +0000
committersteve <steve@FreeBSD.org>2000-01-29 04:36:56 +0000
commit42d5a72fd6a289672387f066e44e99f793162e7a (patch)
tree952b6b72e57e15152f92460d048c6fe3967c4210 /audio/yamt
parent45f345586f044e9624810f57c61272a2d568b0e8 (diff)
downloadFreeBSD-ports-42d5a72fd6a289672387f066e44e99f793162e7a.zip
FreeBSD-ports-42d5a72fd6a289672387f066e44e99f793162e7a.tar.gz
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>
Diffstat (limited to 'audio/yamt')
-rw-r--r--audio/yamt/Makefile27
-rw-r--r--audio/yamt/distinfo1
-rw-r--r--audio/yamt/pkg-comment1
-rw-r--r--audio/yamt/pkg-descr17
-rw-r--r--audio/yamt/pkg-plist2
5 files changed, 48 insertions, 0 deletions
diff --git a/audio/yamt/Makefile b/audio/yamt/Makefile
new file mode 100644
index 0000000..c099b7b
--- /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 0000000..62d3d3c9
--- /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 0000000..a446fdf
--- /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 0000000..d1e5acd
--- /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 0000000..63790eb
--- /dev/null
+++ b/audio/yamt/pkg-plist
@@ -0,0 +1,2 @@
+bin/yamt
+share/gnome/apps/Applications/yamt.desktop
OpenPOWER on IntegriCloud