From owner-freebsd-ports Thu Apr 11 12:10:30 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF22C37B419 for ; Thu, 11 Apr 2002 12:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3BJA1i21316; Thu, 11 Apr 2002 12:10:01 -0700 (PDT) (envelope-from gnats) Received: from budapest.dante.org.uk (budapest.dante.org.uk [193.63.211.72]) by hub.freebsd.org (Postfix) with ESMTP id B5DCE37B400 for ; Thu, 11 Apr 2002 12:00:00 -0700 (PDT) Received: (from janos@localhost) by budapest.dante.org.uk (8.11.6/8.11.6) id g3BIxvS29929; Thu, 11 Apr 2002 19:59:58 +0100 (BST) (envelope-from janos) Message-Id: <200204111859.g3BIxvS29929@budapest.dante.org.uk> Date: Thu, 11 Apr 2002 19:59:58 +0100 (BST) From: Janos Mohacsi Reply-To: Janos Mohacsi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37000: New Port: agqt 0.9.1 (Audiogalaxy query tool) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37000 >Category: ports >Synopsis: New Port: agqt 0.9.1 (Audiogalaxy query tool) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 11 12:10:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 4.5-STABLE i386 >Organization: DANTE >Environment: System: FreeBSD budapest.dante.org.uk 4.5-STABLE FreeBSD 4.5-STABLE #5: Fri Mar 22 22:10:31 GMT 2002 janos@budapest.dante.org.uk:/usr/src/sys/compile/BUDAPEST i386 >Description: New port: AudioGalaxy query tool - command line only searching and queueing tool. You should have audiogalaxy satelite or openag running and AudioGalaxy account. Note: openag is also a new port. >How-To-Repeat: Apply this shell archive. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # agqt/ # agqt/pkg-plist # agqt/pkg-descr # agqt/pkg-comment # agqt/distinfo # agqt/Makefile # agqt/files # agqt/files/patch-ag::server.h # echo c - agqt/ mkdir -p agqt/ > /dev/null 2>&1 echo x - agqt/pkg-plist sed 's/^X//' >agqt/pkg-plist << 'END-of-agqt/pkg-plist' Xbin/ag Xbin/am Xbin/fdb Xshare/doc/agqt/README Xshare/doc/agqt/ChangeLog Xshare/doc/agqt/agrc.sample X@dirrm share/doc/agqt END-of-agqt/pkg-plist echo x - agqt/pkg-descr sed 's/^X//' >agqt/pkg-descr << 'END-of-agqt/pkg-descr' XThis package automatically runs queries with AudioGalaxy, ensuring that you Xget a good (configurable) bitrate on your downloads and retrying the queue Xrequest as often as necessary if AudioGalaxy is busy or unresponsive. This Xpackage will also go on All-Music Guide to look up song lists for complete Xalbums, then queue requests with AudioGalaxy for each of the songs -- All Xwith one command line. X XThis program does not replace the AudioGalaxy Satellite and does not download Xanything or output anything to your hard drive at all. This program only Xautomates some of the things you'd normally do with your web browser when Xusing AudioGalaxy. X XWWW: http://agqt.sourceforge.net/ END-of-agqt/pkg-descr echo x - agqt/pkg-comment sed 's/^X//' >agqt/pkg-comment << 'END-of-agqt/pkg-comment' XThe agqt - AudioGalaxy Query Tool END-of-agqt/pkg-comment echo x - agqt/distinfo sed 's/^X//' >agqt/distinfo << 'END-of-agqt/distinfo' XMD5 (agqt-0.9.1.tar.bz2) = 6246e5bc6db7512cbd85cf693be79f31 END-of-agqt/distinfo echo x - agqt/Makefile sed 's/^X//' >agqt/Makefile << 'END-of-agqt/Makefile' X# New ports collection makefile for: agqt X# Date created: 11.04.2002 X# Whom: janos.mohacsi@bsd.hu X# X# $FreeBSD$ X# X XPORTNAME= agqt XPORTVERSION= 0.9.1 XCATEGORIES= audio net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=agqt X XMAINTAINER= janos.mohacsi@bsd.hu X XUSE_BZIP2= yes XWRKSRC= ${WRKDIR}/agqt X Xpre-build: X cd ${WRKSRC}; make clean X Xpost-install: X @if [ ! -d ${PREFIX}/share/doc/agqt ]; then \ X ${MKDIR} ${PREFIX}/share/doc/agqt; fi X ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/agqt X ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/agqt X ${INSTALL_DATA} ${WRKSRC}/agrc.sample ${PREFIX}/share/doc/agqt X X.include END-of-agqt/Makefile echo c - agqt/files mkdir -p agqt/files > /dev/null 2>&1 echo x - agqt/files/patch-ag::server.h sed 's/^X//' >agqt/files/patch-ag::server.h << 'END-of-agqt/files/patch-ag::server.h' X*** ag/server.h.orig Thu Apr 11 19:10:03 2002 X--- ag/server.h Thu Apr 11 19:10:29 2002 X*************** X*** 2,11 **** X #define SERVER_H X X #include X- #include X- #include X #include X #include X #include X #include X #include X--- 2,11 ---- X #define SERVER_H X X #include X #include X #include X+ #include X+ #include X #include X #include X #include END-of-agqt/files/patch-ag::server.h exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message