From janos@budapest.dante.org.uk  Thu Apr 11 12:00:06 2002
Return-Path: <janos@budapest.dante.org.uk>
Received: from budapest.dante.org.uk (budapest.dante.org.uk [193.63.211.72])
	by hub.freebsd.org (Postfix) with ESMTP id B5DCE37B400
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <janos.mohacsi@dante.org.uk>
Reply-To: Janos Mohacsi <janos.mohacsi@bsd.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port: agqt 0.9.1 (Audiogalaxy query tool)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 11 12:10:01 PDT 2002
>Closed-Date:    Fri Oct 18 04:06:47 PDT 2002
>Last-Modified:  Fri Oct 18 04:06:47 PDT 2002
>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 <bsd.port.mk>
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 <stdio.h>
X- #include <netinet/in.h>
X- #include <string.h>
X  #include <sys/types.h>
X  #include <sys/socket.h>
X  #include <stdarg.h>
X  #include <netdb.h>
X  #include <unistd.h>
X--- 2,11 ----
X  #define SERVER_H
X  
X  #include <stdio.h>
X  #include <sys/types.h>
X  #include <sys/socket.h>
X+ #include <netinet/in.h>
X+ #include <string.h>
X  #include <stdarg.h>
X  #include <netdb.h>
X  #include <unistd.h>
END-of-agqt/files/patch-ag::server.h
exit




>Release-Note:
>Audit-Trail:

From: Tilman Linneweh <tilman@arved.de>
To: FreeBSD gnats <freebsd-gnats-submit@FreeBSD.org>,
	janos.mohacsi@bsd.hu
Cc:  
Subject: Re: ports/37000: New Port: agqt 0.9.1 (Audiogalaxy query tool)
Date: 04 Jul 2002 10:39:06 +0200

 --=-imXIXGMyt/1k9uwaEXqg
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 Audiogalaxy is History.
 I guess we can close this PR
 
 --=-imXIXGMyt/1k9uwaEXqg
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: Dies ist ein digital signierter Nachrichtenteil
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.7 (FreeBSD)
 
 iD8DBQA9JAmpfCLDn4B6xToRAiurAKCJhs3CRnl3UWKKEMz01slLpCIUNQCfQZNH
 qy1atXzMIweu+W0GDZKy62w=
 =1r8e
 -----END PGP SIGNATURE-----
 
 --=-imXIXGMyt/1k9uwaEXqg--
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Fri Oct 18 04:04:29 PDT 2002 
State-Changed-Why:  
Audiogalaxy is dead. Thanks anyway for your submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=37000 
>Unformatted:
