diff options
author | hubertf <hubertf> | 2002-12-29 04:38:40 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-12-29 04:38:40 +0000 |
commit | 328cbbcd498e3d337e956539c7c51c722c5fdceb (patch) | |
tree | 94658b1f15bbbdce2e4309d34dda3a609786bb79 /net | |
parent | 76c96a7c391a4491e5371623ae039f6fc07504c1 (diff) | |
download | pkgsrc-328cbbcd498e3d337e956539c7c51c722c5fdceb.tar.gz |
audiogalaxy is dead, no more use for this command line tools for it.
:-(
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/agqt/DESCR | 13 | ||||
-rw-r--r-- | net/agqt/Makefile | 27 | ||||
-rw-r--r-- | net/agqt/PLIST | 7 | ||||
-rw-r--r-- | net/agqt/distinfo | 4 |
5 files changed, 1 insertions, 53 deletions
diff --git a/net/Makefile b/net/Makefile index 28a67492e85..0aac5454ada 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.345 2002/12/18 07:55:24 rh Exp $ +# $NetBSD: Makefile,v 1.346 2002/12/29 04:38:42 hubertf Exp $ # COMMENT= Networking tools @@ -11,7 +11,6 @@ SUBDIR+= ORBit SUBDIR+= ORBit2 SUBDIR+= SDL_net SUBDIR+= adns -SUBDIR+= agqt SUBDIR+= airportbasestationconfig SUBDIR+= archie SUBDIR+= arla diff --git a/net/agqt/DESCR b/net/agqt/DESCR deleted file mode 100644 index 0046ab6d92c..00000000000 --- a/net/agqt/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -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/Makefile b/net/agqt/Makefile deleted file mode 100644 index a8fe2587af1..00000000000 --- a/net/agqt/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.2 2002/05/12 10:16:48 abs Exp $ -# - -DISTNAME= agqt-0.5 -CATEGORIES= audio net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qgqt/} -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/PLIST b/net/agqt/PLIST deleted file mode 100644 index 183f0b21cdd..00000000000 --- a/net/agqt/PLIST +++ /dev/null @@ -1,7 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:54:46 zuntum Exp $ -bin/ag -bin/am -share/doc/agqt/README -share/doc/agqt/ChangeLog -share/doc/agqt/agrc.sample -@dirrm share/doc/agqt diff --git a/net/agqt/distinfo b/net/agqt/distinfo deleted file mode 100644 index 84e1a6fca44..00000000000 --- a/net/agqt/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$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 |