diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-31 02:15:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-31 02:15:35 +0000 |
commit | a6aee43bab71bc2b39eb6603086505de824e85b3 (patch) | |
tree | 877e350e2ab33195b7042a8e678109cd0124764b /misc/quotes | |
parent | edb82735c2c4ec4231188444d2d0ee28ff305818 (diff) | |
download | ports-a6aee43bab71bc2b39eb6603086505de824e85b3.tar.gz ports-a6aee43bab71bc2b39eb6603086505de824e85b3.zip |
Update to version 1.5.1.
PR: 15774
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=24303
Diffstat (limited to 'misc/quotes')
-rw-r--r-- | misc/quotes/Makefile | 21 | ||||
-rw-r--r-- | misc/quotes/distinfo | 2 | ||||
-rw-r--r-- | misc/quotes/pkg-comment | 2 | ||||
-rw-r--r-- | misc/quotes/pkg-descr | 10 |
4 files changed, 14 insertions, 21 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index 55858f133419..e45afc07074b 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -1,34 +1,25 @@ # New ports collection makefile for: quotes -# Version required: 1.3.0 +# Version required: 1.5-1 # Date created: 9 February 1999 # Whom: Dima Sivachenko # # $FreeBSD$ # -DISTNAME= quotes-1.4-0 -PKGNAME= quotes-1.4.0 +DISTNAME= quotes-1.5-1 +PKGNAME= quotes-1.5.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ -# http://www.FreeBSD.org/~billf/distfiles/ MAINTAINER= dima@Chg.RU -WRKSRC= ${WRKDIR}/quotes-1.4-0 - NO_BUILD= yes USE_PERL5= yes post-patch: - @ ${MV} ${WRKSRC}/quotes ${WRKSRC}/quotes.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotes.pre_sed \ - > ${WRKSRC}/quotes - @ ${MV} ${WRKSRC}/quotesmailer ${WRKSRC}/quotesmailer.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotesmailer.pre_sed \ - > ${WRKSRC}/quotesmailer - @ ${MV} ${WRKSRC}/QuExample.pm ${WRKSRC}/QuExample.pm.pre_sed - @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/QuExample.pm.pre_sed \ - > ${WRKSRC}/QuExample.pm + @ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotes + @ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotesmailer + @ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/QuExample.pm do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin diff --git a/misc/quotes/distinfo b/misc/quotes/distinfo index 6ba63e3d9bd8..53abcfe3e4ea 100644 --- a/misc/quotes/distinfo +++ b/misc/quotes/distinfo @@ -1 +1 @@ -MD5 (quotes-1.4-0.tar.gz) = d4cd38e3393d3b041deea7a292b3d182 +MD5 (quotes-1.5-1.tar.gz) = 3ab116c4c3181702ada4104e158f2c9d diff --git a/misc/quotes/pkg-comment b/misc/quotes/pkg-comment index 6290f208ed24..92d13d28f217 100644 --- a/misc/quotes/pkg-comment +++ b/misc/quotes/pkg-comment @@ -1 +1 @@ -Script to fetch headlines and financial news +Quote, currency, and Slashdot headline fetcher based on Perl. diff --git a/misc/quotes/pkg-descr b/misc/quotes/pkg-descr index 4343d35714f1..02c9fec39605 100644 --- a/misc/quotes/pkg-descr +++ b/misc/quotes/pkg-descr @@ -1,9 +1,11 @@ -It is a Perl script that makes use of TCP/IP as underlying protocol to fetch -headlines and financial news. Use it to keep track of Linux headlines, -monitor your interests in foreign currency and monitor your portafolio of -company stocks. All of this from a simple command line interface. +This is a stock quote / currency status / Slashdot headline +fetcher. It was designed to save bandwidth, which is particularly +expensive in Europe. It has the capability of emailing these +to you at so and so time designated by a crontab entry for its +automailing program. This entire package is based on Perl. WWW: http://www.iae.nl/users/grimaldo/OpenSoft/quotes.shtml +Author: D. Emilio Grimaldo Tunon <grimaldo@panama.iaehv.nl> --Dima dima@chg.ru |