Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 19:59:58 +0100 (BST)
From:      Janos Mohacsi <janos.mohacsi@dante.org.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37000: New Port: agqt 0.9.1 (Audiogalaxy query tool)
Message-ID:  <200204111859.g3BIxvS29929@budapest.dante.org.uk>

next in thread | raw e-mail | index | archive | help

>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 <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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204111859.g3BIxvS29929>