mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Yet another DarkPAN manager.
You can create your own Perl module archive with OrePAN2! It's very simple and useful. WWW: http://search.cpan.org/dist/OrePAN2/
This commit is contained in:
parent
7c4e8e2051
commit
4eddf6c385
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386528
5 changed files with 76 additions and 0 deletions
|
@ -2617,6 +2617,7 @@
|
|||
SUBDIR += p5-Object-Tiny-Lvalue
|
||||
SUBDIR += p5-Olson-Abbreviations
|
||||
SUBDIR += p5-Opcodes
|
||||
SUBDIR += p5-OrePAN2
|
||||
SUBDIR += p5-Ouch
|
||||
SUBDIR += p5-PAR
|
||||
SUBDIR += p5-PAR-Dist
|
||||
|
|
39
devel/p5-OrePAN2/Makefile
Normal file
39
devel/p5-OrePAN2/Makefile
Normal file
|
@ -0,0 +1,39 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= OrePAN2
|
||||
PORTVERSION= 0.38
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:OALDERS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for yet another DarkPAN manager
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-Archive-Extract>=0.72:${PORTSDIR}/archivers/p5-Archive-Extract \
|
||||
p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
|
||||
p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd \
|
||||
p5-IO-File-AtomicChange>=0:${PORTSDIR}/devel/p5-IO-File-AtomicChange \
|
||||
p5-IO-Socket-SSL>=1.42:${PORTSDIR}/security/p5-IO-Socket-SSL \
|
||||
p5-List-Compare>0:${PORTSDIR}/misc/p5-List-Compare \
|
||||
p5-MetaCPAN-Client>=1.006:${PORTSDIR}/devel/p5-MetaCPAN-Client \
|
||||
p5-Moo>=1.007000:${PORTSDIR}/devel/p5-Moo \
|
||||
p5-MooX-Options>0:${PORTSDIR}/devel/p5-MooX-Options \
|
||||
p5-Parse-CPAN-Packages>=2.39:${PORTSDIR}/devel/p5-Parse-CPAN-Packages \
|
||||
p5-Parse-LocalDistribution>=0.14:${PORTSDIR}/devel/p5-Parse-LocalDistribution \
|
||||
p5-Parse-PMFile>=0.29:${PORTSDIR}/devel/p5-Parse-PMFile \
|
||||
p5-Path-Tiny>0:${PORTSDIR}/devel/p5-Path-Tiny \
|
||||
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
||||
p5-Type-Tiny>=0:${PORTSDIR}/devel/p5-Type-Tiny \
|
||||
p5-Types-URI>=0:${PORTSDIR}/devel/p5-Types-URI
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-OrePAN2/distinfo
Normal file
2
devel/p5-OrePAN2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (OrePAN2-0.38.tar.gz) = fa230a59bcdcf718c43fd73ea3473f2b9e6e2cc652f5faf63b9b630f192bff40
|
||||
SIZE (OrePAN2-0.38.tar.gz) = 48466
|
6
devel/p5-OrePAN2/pkg-descr
Normal file
6
devel/p5-OrePAN2/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Yet another DarkPAN manager.
|
||||
|
||||
You can create your own Perl module archive with OrePAN2! It's very
|
||||
simple and useful.
|
||||
|
||||
WWW: http://search.cpan.org/dist/OrePAN2/
|
28
devel/p5-OrePAN2/pkg-plist
Normal file
28
devel/p5-OrePAN2/pkg-plist
Normal file
|
@ -0,0 +1,28 @@
|
|||
bin/orepan2-audit
|
||||
bin/orepan2-gc
|
||||
bin/orepan2-indexer
|
||||
bin/orepan2-inject
|
||||
bin/orepan2-merge-index
|
||||
%%SITE_PERL%%/OrePAN2.pm
|
||||
%%SITE_PERL%%/OrePAN2/Auditor.pm
|
||||
%%SITE_PERL%%/OrePAN2/CLI/Indexer.pm
|
||||
%%SITE_PERL%%/OrePAN2/CLI/Inject.pm
|
||||
%%SITE_PERL%%/OrePAN2/Index.pm
|
||||
%%SITE_PERL%%/OrePAN2/Indexer.pm
|
||||
%%SITE_PERL%%/OrePAN2/Injector.pm
|
||||
%%SITE_PERL%%/OrePAN2/Repository.pm
|
||||
%%SITE_PERL%%/OrePAN2/Repository/Cache.pm
|
||||
%%PERL5_MAN3%%/OrePAN2.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::Auditor.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::CLI::Indexer.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::CLI::Inject.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::Index.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::Indexer.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::Injector.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::Repository.3.gz
|
||||
%%PERL5_MAN3%%/OrePAN2::Repository::Cache.3.gz
|
||||
man/man1/orepan2-audit.1.gz
|
||||
man/man1/orepan2-gc.1.gz
|
||||
man/man1/orepan2-indexer.1.gz
|
||||
man/man1/orepan2-inject.1.gz
|
||||
man/man1/orepan2-merge-index.1.gz
|
Loading…
Add table
Reference in a new issue