From owner-freebsd-ports Tue Feb 9 08:20:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA04638 for freebsd-ports-outgoing; Tue, 9 Feb 1999 08:20:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA04592 for ; Tue, 9 Feb 1999 08:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA46324; Tue, 9 Feb 1999 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA03650 for ; Tue, 9 Feb 1999 08:14:00 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id TAA04069; Tue, 9 Feb 1999 19:13:58 +0300 (MSK) Message-Id: <199902091613.TAA04069@netserv1.chg.ru> Date: Tue, 9 Feb 1999 19:13:58 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9981: New port - quotes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9981 >Category: ports >Synopsis: New port - quotes >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 Feb 9 08:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port - quotes. >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: # # . # ./Makefile # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: quotes X# Version required: 1.3.0 X# Date created: 9 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= quotes-1.3-0 XPKGNAME= quotes-1.3.0 XCATEGORIES= misc XMASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ X XMAINTAINER= dima@Chg.RU X XWRKSRC= ${WRKDIR}/Quotes-1.3-0 X XNO_BUILD= yes XUSE_PERL5= yes X Xpost-patch: X X @ ${MV} ${WRKSRC}/quotes ${WRKSRC}/quotes.pre_sed X @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotes.pre_sed \ X >> ${WRKSRC}/quotes X @ ${MV} ${WRKSRC}/QuExample.pm ${WRKSRC}/QuExample.pm.pre_sed X @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/QuExample.pm.pre_sed \ X >> ${WRKSRC}/QuExample.pm X Xdo-install: X X @ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc X Xpost-install: X X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/quotes X @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes X @ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${PREFIX}/share/doc/quotes X.endif X X.include END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/quotes Xetc/sample.quotesrc Xshare/doc/quotes/quotes.txt Xshare/doc/quotes/QuExample.pm X@dirrm share/doc/quotes END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XScript to fetch headlines and financial news. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XIt is a Perl script that makes use of TCP/IP as underlying protocol to fetch Xheadlines and financial news. Use it to keep track of Linux headlines, Xmonitor your interests in foreign currency and monitor your portafolio of Xcompany stocks. All of this from a simple command line interface. X Xhttp://www.iae.nl/users/grimaldo/OpenSoft/quotes.shtml X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (quotes-1.3-0.tar.gz) = 2a817d162f40ee5c74cd82c720920de5 END-of-./files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message