cpanify, change a few licenses just to "Perl" and avoid .orig-files
OK steven@
This commit is contained in:
parent
637df220eb
commit
0cc7d29235
@ -1,20 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2006/07/12 06:02:06 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2006/12/27 12:35:13 simon Exp $
|
||||
|
||||
COMMENT= "module to obtain financial quotes from exchanges"
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Finance-Quote-1.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= misc perl5
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://finance-quote.sourceforge.net
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/}
|
||||
|
||||
RUN_DEPENDS= :p5-HTML-TableExtract-*:www/p5-HTML-TableExtract \
|
||||
:p5-libwww-*:www/p5-libwww
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -22,10 +19,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
# Tests exist though not enabled
|
||||
NO_REGRESS= Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,29 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2004/01/04 08:34:26 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2006/12/27 12:35:13 simon Exp $
|
||||
|
||||
COMMENT= "module to obtain historical financial quotes from exchanges"
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Finance-QuoteHist-0.32
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= misc perl5
|
||||
|
||||
HOMEPAGE= http://www.mojotoad.com/sisk/projects/Finance-QuoteHist/
|
||||
PKGNAME= p5-${DISTNAME}p0
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= Andrew Dalgleish <openbsd@ajd.net.au>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Finance/} \
|
||||
${HOMEPAGE}
|
||||
|
||||
# GPL/Artistic License
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::converters/p5-DateManip \
|
||||
::www/p5-HTML-TableExtract \
|
||||
::www/p5-libwww
|
||||
|
||||
|
||||
pre-install:
|
||||
@rm ${WRKSRC}/lib/Finance/QuoteHist/Generic.pm.orig
|
||||
@rm ${WRKSRC}/lib/Finance/QuoteHist/Yahoo.pm.orig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,13 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/15 17:54:16 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2006/12/27 12:35:13 simon Exp $
|
||||
${P5SITE}/Finance/
|
||||
${P5SITE}/Finance/QuoteHist/
|
||||
${P5SITE}/Finance/QuoteHist.pm
|
||||
${P5SITE}/Finance/QuoteHist/Generic.pm
|
||||
${P5SITE}/Finance/QuoteHist/Generic.pm.orig
|
||||
${P5SITE}/Finance/QuoteHist/SiliconInvestor.pm
|
||||
${P5SITE}/Finance/QuoteHist/WallStreetCity.pm
|
||||
${P5SITE}/Finance/QuoteHist/Yahoo.pm
|
||||
${P5SITE}/Finance/QuoteHist/Yahoo.pm.orig
|
||||
@man man/man3p/Finance::QuoteHist.3p
|
||||
@man man/man3p/Finance::QuoteHist::Generic.3p
|
||||
@man man/man3p/Finance::QuoteHist::SiliconInvestor.3p
|
||||
|
@ -1,25 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/15 19:55:56 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/12/27 12:35:13 simon Exp $
|
||||
|
||||
COMMENT= "get information from Excel spreadsheets"
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Spreadsheet-ParseExcel-0.2603
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= misc perl5
|
||||
CATEGORIES= misc
|
||||
|
||||
# GPL/Artistic
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
||||
|
||||
RUN_DEPENDS= :p5-OLE-Storage_Lite-*:devel/p5-OLE-Storage_Lite
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
EXAMPLE_DIR= ${PREFIX}/share/examples/p5-Spreadsheet-ParseExcel
|
||||
|
||||
|
@ -1,27 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/15 20:20:23 steven Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/12/27 12:35:13 simon Exp $
|
||||
|
||||
COMMENT= "write a cross-platform Excel binary file"
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Spreadsheet-WriteExcel-2.17
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= misc perl5
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= Alexey E. Suslikov <alexey.suslikov@gmail.com>
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
||||
|
||||
# GPL/Artistic
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
RUN_DEPENDS= :p5-Parse-RecDescent-*:devel/p5-Parse-RecDescent
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
EXAMPLE_DIR= ${PREFIX}/share/examples/p5-Spreadsheet-WriteExcel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user