1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Update to version 1.5.1.

PR:		15774
Submitted by:	Will Andrews <andrews@technologist.com>
This commit is contained in:
Steve Price 1999-12-31 02:15:35 +00:00
parent edb82735c2
commit a6aee43bab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24303
4 changed files with 14 additions and 21 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (quotes-1.4-0.tar.gz) = d4cd38e3393d3b041deea7a292b3d182
MD5 (quotes-1.5-1.tar.gz) = 3ab116c4c3181702ada4104e158f2c9d

View File

@ -1 +1 @@
Script to fetch headlines and financial news
Quote, currency, and Slashdot headline fetcher based on Perl.

View File

@ -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