diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:48:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:48:35 +0000 |
commit | 441bdcd6a5240032827d0607153516fc663b914d (patch) | |
tree | f597b110a834b4275bd1099513f2f729c41a5bf2 /misc | |
parent | 3afad9b84d9ee11aae4e6d1400063bd1e0eabb5d (diff) | |
download | ports-441bdcd6a5240032827d0607153516fc663b914d.tar.gz ports-441bdcd6a5240032827d0607153516fc663b914d.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/p5-Finance-Quote/Makefile | 39 | ||||
-rw-r--r-- | misc/p5-Finance-Quote/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-Finance-Quote/output | 6 | ||||
-rw-r--r-- | misc/p5-Finance-Quote/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-Finance-Quote/pkg-descr | 1 | ||||
-rw-r--r-- | misc/p5-Finance-Quote/pkg-plist | 19 |
7 files changed, 68 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 1e9c8b97d9cd..12e7fba6b8a8 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -108,6 +108,7 @@ SUBDIR += p5-Array-PrintCols SUBDIR += p5-Business-CreditCard SUBDIR += p5-File-CounterFile + SUBDIR += p5-Finance-Quote SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags SUBDIR += p5-LEGO-RCX diff --git a/misc/p5-Finance-Quote/Makefile b/misc/p5-Finance-Quote/Makefile new file mode 100644 index 000000000000..118a0c91f36d --- /dev/null +++ b/misc/p5-Finance-Quote/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: Finance::Quote +# Date created: 26 Dec 2000 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Finance-Quote +PORTVERSION= 1.04 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Finance +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww + +USE_PERL5= yes + +MAN3= Finance::Quote::Tiaacref.3 Finance::Quote::Yahoo::Europe.3\ + Finance::Quote.3 Finance::Quote::VWD.3\ + Finance::Quote::Troweprice.3 Finance::Quote::Yahoo::Australia.3\ + Finance::Quote::Yahoo::USA.3 Finance::Quote::Trustnet.3\ + Finance::Quote::Yahoo::Base.3 Finance::Quote::Fidelity.3\ + Finance::Quote::ASX.3 Finance::Quote::DWS.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @cd ${WRKSRC}; \ + ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} + +.include <bsd.port.mk> diff --git a/misc/p5-Finance-Quote/distinfo b/misc/p5-Finance-Quote/distinfo new file mode 100644 index 000000000000..5661b4351a7a --- /dev/null +++ b/misc/p5-Finance-Quote/distinfo @@ -0,0 +1 @@ +MD5 (Finance-Quote-1.04.tar.gz) = 3753e4dc730334f63cf93360d78adc86 diff --git a/misc/p5-Finance-Quote/output b/misc/p5-Finance-Quote/output new file mode 100644 index 000000000000..7f6584c2025f --- /dev/null +++ b/misc/p5-Finance-Quote/output @@ -0,0 +1,6 @@ +Add Finance-Quote 1.04, Finance::[a-z]uote - [a-z]et stock and mutual fund quotes from various exchan +ges +. + +PR: 23854 +Submitted by: Sergey Skvortsov <skv@protey.ru> diff --git a/misc/p5-Finance-Quote/pkg-comment b/misc/p5-Finance-Quote/pkg-comment new file mode 100644 index 000000000000..ab7c8094c7fc --- /dev/null +++ b/misc/p5-Finance-Quote/pkg-comment @@ -0,0 +1 @@ +A perl module to get stock and mutual fund quotes from various exchanges diff --git a/misc/p5-Finance-Quote/pkg-descr b/misc/p5-Finance-Quote/pkg-descr new file mode 100644 index 000000000000..62c26f7dbd3a --- /dev/null +++ b/misc/p5-Finance-Quote/pkg-descr @@ -0,0 +1 @@ +Finance::Quote - Get stock and mutual fund quotes from various exchanges diff --git a/misc/p5-Finance-Quote/pkg-plist b/misc/p5-Finance-Quote/pkg-plist new file mode 100644 index 000000000000..17717c7f064f --- /dev/null +++ b/misc/p5-Finance-Quote/pkg-plist @@ -0,0 +1,19 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Quote/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/ASX.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/DWS.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Fidelity.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Tiaacref.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Troweprice.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Trustnet.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/UserAgent.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/VWD.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Australia.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/Europe.pm +lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo/USA.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote/Yahoo +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Finance/Quote +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance/Quote +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Finance 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Finance 2>/dev/null || true |