From 7299f4a3b40e251d1378ea5e0c006b485118d2ef Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 29 Jul 2001 01:12:58 +0000 Subject: 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. --- net/agqt/Makefile | 27 +++++++++++++++++++++++++++ net/agqt/distinfo | 4 ++++ net/agqt/pkg/DESCR | 13 +++++++++++++ net/agqt/pkg/PLIST | 7 +++++++ 4 files changed, 51 insertions(+) create mode 100644 net/agqt/Makefile create mode 100644 net/agqt/distinfo create mode 100644 net/agqt/pkg/DESCR create mode 100644 net/agqt/pkg/PLIST (limited to 'net/agqt') 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 -- cgit v1.2.3