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.

http://www.iae.nl/users/grimaldo/OpenSoft/quotes.shtml

PR:		ports/9981
Submitted By:	Dima Sivachenko <dima@Chg.RU>
This commit is contained in:
Bill Fumerola 1999-02-22 01:34:12 +00:00
parent 2d574f0244
commit 8580b6cf50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16816
5 changed files with 57 additions and 0 deletions

41
misc/quotes/Makefile Normal file
View File

@ -0,0 +1,41 @@
# New ports collection makefile for: quotes
# Version required: 1.3.0
# Date created: 9 February 1999
# Whom: Dima Sivachenko
#
# $Id: $
#
DISTNAME= quotes-1.3-0
PKGNAME= quotes-1.3.0
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.3-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}/QuExample.pm ${WRKSRC}/QuExample.pm.pre_sed
@ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/QuExample.pm.pre_sed \
> ${WRKSRC}/QuExample.pm
do-install:
@ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin
@ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/quotes
@ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes
@ ${INSTALL_DATA} ${WRKSRC}/QuExample.pm ${PREFIX}/share/doc/quotes
.endif
.include <bsd.port.mk>

1
misc/quotes/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (quotes-1.3-0.tar.gz) = 2a817d162f40ee5c74cd82c720920de5

1
misc/quotes/pkg-comment Normal file
View File

@ -0,0 +1 @@
Script to fetch headlines and financial news.

9
misc/quotes/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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.
http://www.iae.nl/users/grimaldo/OpenSoft/quotes.shtml
--Dima
dima@chg.ru

5
misc/quotes/pkg-plist Normal file
View File

@ -0,0 +1,5 @@
bin/quotes
etc/sample.quotesrc
share/doc/quotes/quotes.txt
share/doc/quotes/QuExample.pm
@dirrm share/doc/quotes