diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-07-29 01:12:58 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-07-29 01:12:58 +0000 |
commit | f04778c3fbbb25c1c5522003d111b2c7b04faf10 (patch) | |
tree | cbb7f99bb8a9a394a5c62d548055f7c0d3ae4b4c /net/agqt | |
parent | 8da60d354f9896ecb1dec70f105eb3dbf6a044f1 (diff) | |
download | pkgsrc-f04778c3fbbb25c1c5522003d111b2c7b04faf10.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/Makefile | 27 | ||||
-rw-r--r-- | net/agqt/distinfo | 4 | ||||
-rw-r--r-- | net/agqt/pkg/DESCR | 13 | ||||
-rw-r--r-- | net/agqt/pkg/PLIST | 7 |
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 |