Date: Wed, 16 Jun 1999 01:34:03 +0200 (CEST) From: van.woerkom@netcolgne.de To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12227: port cdindex-1.1.0 Message-ID: <199906152334.BAA30753@oranje.my.domain>
next in thread | raw e-mail | index | archive | help
>Number: 12227 >Category: ports >Synopsis: Port of cdindex-1.1.0 client >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: Tue Jun 15 17:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marc van Woerkom >Release: FreeBSD 4.0-CURRENT i386 >Organization: CD Index Project >Environment: >Description: I am happy to submit the FreeBSD port of the 1.1.0 client for the CD Index. Regarding the BSD camp: The source is prepared and expected to run under NetBSD and OpenBSD, but this has not been tested yet. >How-To-Repeat: >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: # # . # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # ./cdindex.shar # echo c - . mkdir -p . > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (cdindex-1.1.0.tar.gz) = 6196947a815e3b5a1d89fc2ba9462923 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XCD Index client (a free Internet audio CD database) END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XReference client for the CD Index. X XThe CD Index project is an Open Source effort to create a free replacement Xfor the existing system of looking up digital audio CDs on the Internet. X XThis command line client reads the table of contents of an audio CD, Xcalculates an Id and calls a web browser (netscape or lynx) for submission Xor lookup of the CD information. X X XWWW: http://www.cdindex.org X X XMarc E E van Woerkom <van.woerkom@netcologne.de> END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/cdindex END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: cdindex X# Version required: 1.1.0 X# Date created: 15 June 1999 X# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de> X# X# $Id:$ X# X XDISTNAME= cdindex-1.1.0 XCATEGORIES= audio XMASTER_SITES= ftp://ftp.cdindex.org/pub/cdindex/ X XMAINTAINER= van.woerkom@netcologne.de X XWRKSRC= ${WRKDIR}/${PKGNAME} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include <bsd.port.mk> END-of-./Makefile echo x - ./cdindex.shar sed 's/^X//' >./cdindex.shar << 'END-of-./cdindex.shar' X# This is a shell archive. Save it in a file, remove anything before X# this line, and then unpack it by entering "sh file". Note, it may X# create directories; files and directories will be owned by you and X# have default permissions. X# X# This archive contains: X# X# . X# ./files X# ./files/md5 X# ./pkg X# ./pkg/COMMENT X# ./pkg/DESCR X# ./pkg/PLIST X# ./Makefile X# ./cdindex.shar X# Xecho c - . Xmkdir -p . > /dev/null 2>&1 Xecho c - ./files Xmkdir -p ./files > /dev/null 2>&1 Xecho x - ./files/md5 Xsed 's/^X//' >./files/md5 << 'END-of-./files/md5' XXMD5 (cdindex-1.1.0.tar.gz) = 6196947a815e3b5a1d89fc2ba9462923 XEND-of-./files/md5 Xecho c - ./pkg Xmkdir -p ./pkg > /dev/null 2>&1 Xecho x - ./pkg/COMMENT Xsed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XXCD Index client (a free Internet audio CD database) XEND-of-./pkg/COMMENT Xecho x - ./pkg/DESCR Xsed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XXReference client for the CD Index. XX XXThe CD Index project is an Open Source effort to create a free replacement XXfor the existing system of looking up digital audio CDs on the Internet. XX XXThis command line client reads the table of contents of an audio CD, XXcalculates an Id and calls a web browser (netscape or lynx) for submission XXor lookup of the CD information. XX XX XXWWW: http://www.cdindex.org XX XX XXMarc E E van Woerkom <van.woerkom@netcologne.de> XEND-of-./pkg/DESCR Xecho x - ./pkg/PLIST Xsed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' XXbin/cdindex XEND-of-./pkg/PLIST Xecho x - ./Makefile Xsed 's/^X//' >./Makefile << 'END-of-./Makefile' XX# New ports collection makefile for: cdindex XX# Version required: 1.1.0 XX# Date created: 15 June 1999 XX# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de> XX# XX# $Id:$ XX# XX XXDISTNAME= cdindex-1.1.0 XXCATEGORIES= audio XXMASTER_SITES= ftp://ftp.cdindex.org/pub/cdindex/ XX XXMAINTAINER= van.woerkom@netcologne.de XX XXWRKSRC= ${WRKDIR}/${PKGNAME} XX XXGNU_CONFIGURE= yes XXUSE_GMAKE= yes XX XX.include <bsd.port.mk> XEND-of-./Makefile Xecho x - ./cdindex.shar Xsed 's/^X//' >./cdindex.shar << 'END-of-./cdindex.shar' END-of-./cdindex.shar 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?199906152334.BAA30753>