summaryrefslogtreecommitdiff
path: root/net/agqt
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-07-29 01:12:58 +0000
committerhubertf <hubertf>2001-07-29 01:12:58 +0000
commit7299f4a3b40e251d1378ea5e0c006b485118d2ef (patch)
treecbb7f99bb8a9a394a5c62d548055f7c0d3ae4b4c /net/agqt
parentae23b2e7916ece38b638e6bb4df23b8e5b8b3004 (diff)
downloadpkgsrc-7299f4a3b40e251d1378ea5e0c006b485118d2ef.tar.gz
Add agqt-0.5:
This package consists of two programs, collectively termed "6's Spiffy AudioGalaxy Query Tool." AudioGalaxy is a Napster-like music sharing server accessible at http://www.audiogalaxy.com. The core program is the query tool itself, "ag." ag accepts an AudioGalaxy search query (that is, anything that you might type into AudioGalaxy's search engine), runs the query for you, selects the first couple of results returned by the search (the exact number of results selected per search is configurable) and queues them for download, using the "Choose Versions" feature of AudioGalaxy to try to get a minimum (also configurable) bitrate for your downloads.
Diffstat (limited to 'net/agqt')
-rw-r--r--net/agqt/Makefile27
-rw-r--r--net/agqt/distinfo4
-rw-r--r--net/agqt/pkg/DESCR13
-rw-r--r--net/agqt/pkg/PLIST7
4 files changed, 51 insertions, 0 deletions
diff --git a/net/agqt/Makefile b/net/agqt/Makefile
new file mode 100644
index 00000000000..4fecca8616b
--- /dev/null
+++ b/net/agqt/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/29 01:12:58 hubertf Exp $
+#
+
+DISTNAME= agqt-0.5
+CATEGORIES= audio net
+MASTER_SITES= http://prdownloads.sourceforge.net/agqt/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://agqt.sourceforge.net/
+COMMENT= AudioGalaxy Query Tool
+
+WRKSRC= ${WRKDIR}/agqt
+
+do-build:
+ cd ${WRKSRC}/am ; make
+ cd ${WRKSRC}/ag ; make
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ag/ag ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/am/am ${PREFIX}/bin
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/agqt
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/agqt
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/agqt
+ ${INSTALL_DATA} ${WRKSRC}/agrc.sample ${PREFIX}/share/doc/agqt
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/agqt/distinfo b/net/agqt/distinfo
new file mode 100644
index 00000000000..84e1a6fca44
--- /dev/null
+++ b/net/agqt/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/07/29 01:12:58 hubertf Exp $
+
+SHA1 (agqt-0.5.tar.bz2) = 64dc30898939e0685c522c0a4ae1e4da959a15bc
+Size (agqt-0.5.tar.bz2) = 66096 bytes
diff --git a/net/agqt/pkg/DESCR b/net/agqt/pkg/DESCR
new file mode 100644
index 00000000000..0046ab6d92c
--- /dev/null
+++ b/net/agqt/pkg/DESCR
@@ -0,0 +1,13 @@
+This package consists of two programs, collectively termed "6's Spiffy
+AudioGalaxy Query Tool."
+
+AudioGalaxy is a Napster-like music sharing server accessible at
+http://www.audiogalaxy.com.
+
+The core program is the query tool itself, "ag." ag accepts an AudioGalaxy
+search query (that is, anything that you might type into AudioGalaxy's
+search engine), runs the query for you, selects the first couple of results
+returned by the search (the exact number of results selected per search is
+configurable) and queues them for download, using the "Choose Versions"
+feature of AudioGalaxy to try to get a minimum (also configurable) bitrate
+for your downloads.
diff --git a/net/agqt/pkg/PLIST b/net/agqt/pkg/PLIST
new file mode 100644
index 00000000000..e18cbe2e1fd
--- /dev/null
+++ b/net/agqt/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/29 01:12:58 hubertf Exp $
+bin/ag
+bin/am
+share/doc/agqt/README
+share/doc/agqt/ChangeLog
+share/doc/agqt/agrc.sample
+@dirrm share/doc/agqt