mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add devel/p5-Badger 0.05, a Perl Application Programming Toolkit.
This commit is contained in:
parent
9949618efb
commit
42611908e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227729
@ -984,6 +984,7 @@
|
||||
SUBDIR += p5-BS-Event
|
||||
SUBDIR += p5-BSD-Resource
|
||||
SUBDIR += p5-BSD-stat
|
||||
SUBDIR += p5-Badger
|
||||
SUBDIR += p5-Best
|
||||
SUBDIR += p5-Bundle-Perl6
|
||||
SUBDIR += p5-C-Scan
|
||||
|
59
devel/p5-Badger/Makefile
Normal file
59
devel/p5-Badger/Makefile
Normal file
@ -0,0 +1,59 @@
|
||||
# New ports collection makefile for: devel/p5-Badger
|
||||
# Date created: 06 February 2009
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Badger
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Badger
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
COMMENT= Perl Application Programming Toolkit
|
||||
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
|
||||
MAN3= Badger.3 \
|
||||
Badger::Base.3 \
|
||||
Badger::Class.3 \
|
||||
Badger::Class::Config.3 \
|
||||
Badger::Class::Methods.3 \
|
||||
Badger::Class::Vars.3 \
|
||||
Badger::Codec.3 \
|
||||
Badger::Codec::Base64.3 \
|
||||
Badger::Codec::Chain.3 \
|
||||
Badger::Codec::Encode.3 \
|
||||
Badger::Codec::Encoding.3 \
|
||||
Badger::Codec::JSON.3 \
|
||||
Badger::Codec::Storable.3 \
|
||||
Badger::Codec::URI.3 \
|
||||
Badger::Codec::URL.3 \
|
||||
Badger::Codec::Unicode.3 \
|
||||
Badger::Codec::YAML.3 \
|
||||
Badger::Codecs.3 \
|
||||
Badger::Config.3 \
|
||||
Badger::Constants.3 \
|
||||
Badger::Debug.3 \
|
||||
Badger::Exception.3 \
|
||||
Badger::Exporter.3 \
|
||||
Badger::Factory.3 \
|
||||
Badger::Factory::Class.3 \
|
||||
Badger::Filesystem.3 \
|
||||
Badger::Filesystem::Directory.3 \
|
||||
Badger::Filesystem::File.3 \
|
||||
Badger::Filesystem::Path.3 \
|
||||
Badger::Filesystem::Virtual.3 \
|
||||
Badger::Filesystem::Visitor.3 \
|
||||
Badger::Hub.3 \
|
||||
Badger::Mixin.3 \
|
||||
Badger::Prototype.3 \
|
||||
Badger::Rainbow.3 \
|
||||
Badger::Test.3 \
|
||||
Badger::Test::Manager.3 \
|
||||
Badger::Utils.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Badger/distinfo
Normal file
3
devel/p5-Badger/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Badger-0.05.tar.gz) = 282acd58cde3b6f677138ace250c2e52
|
||||
SHA256 (Badger-0.05.tar.gz) = b9058be812185dc8875c02af254941e04c9a0f9ca1f0549aa5dfb6b16a6635e2
|
||||
SIZE (Badger-0.05.tar.gz) = 202560
|
6
devel/p5-Badger/pkg-descr
Normal file
6
devel/p5-Badger/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
The Badger toolkit is a collection of Perl modules designed to simplify
|
||||
the process of building object-oriented Perl applications. It provides a
|
||||
set of foundation classes upon which you can quickly build robust and
|
||||
reliable systems that are simple, sexy and scalable.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Badger/
|
46
devel/p5-Badger/pkg-plist
Normal file
46
devel/p5-Badger/pkg-plist
Normal file
@ -0,0 +1,46 @@
|
||||
%%SITE_PERL%%/Badger.pm
|
||||
%%SITE_PERL%%/Badger/Base.pm
|
||||
%%SITE_PERL%%/Badger/Class.pm
|
||||
%%SITE_PERL%%/Badger/Class/Config.pm
|
||||
%%SITE_PERL%%/Badger/Class/Methods.pm
|
||||
%%SITE_PERL%%/Badger/Class/Vars.pm
|
||||
%%SITE_PERL%%/Badger/Codec.pm
|
||||
%%SITE_PERL%%/Badger/Codec/Base64.pm
|
||||
%%SITE_PERL%%/Badger/Codec/Chain.pm
|
||||
%%SITE_PERL%%/Badger/Codec/Encode.pm
|
||||
%%SITE_PERL%%/Badger/Codec/Encoding.pm
|
||||
%%SITE_PERL%%/Badger/Codec/JSON.pm
|
||||
%%SITE_PERL%%/Badger/Codec/Storable.pm
|
||||
%%SITE_PERL%%/Badger/Codec/URI.pm
|
||||
%%SITE_PERL%%/Badger/Codec/URL.pm
|
||||
%%SITE_PERL%%/Badger/Codec/Unicode.pm
|
||||
%%SITE_PERL%%/Badger/Codec/YAML.pm
|
||||
%%SITE_PERL%%/Badger/Codecs.pm
|
||||
%%SITE_PERL%%/Badger/Config.pm
|
||||
%%SITE_PERL%%/Badger/Constants.pm
|
||||
%%SITE_PERL%%/Badger/Debug.pm
|
||||
%%SITE_PERL%%/Badger/Exception.pm
|
||||
%%SITE_PERL%%/Badger/Exporter.pm
|
||||
%%SITE_PERL%%/Badger/Factory.pm
|
||||
%%SITE_PERL%%/Badger/Factory/Class.pm
|
||||
%%SITE_PERL%%/Badger/Filesystem.pm
|
||||
%%SITE_PERL%%/Badger/Filesystem/Directory.pm
|
||||
%%SITE_PERL%%/Badger/Filesystem/File.pm
|
||||
%%SITE_PERL%%/Badger/Filesystem/Path.pm
|
||||
%%SITE_PERL%%/Badger/Filesystem/Virtual.pm
|
||||
%%SITE_PERL%%/Badger/Filesystem/Visitor.pm
|
||||
%%SITE_PERL%%/Badger/Hub.pm
|
||||
%%SITE_PERL%%/Badger/Mixin.pm
|
||||
%%SITE_PERL%%/Badger/Prototype.pm
|
||||
%%SITE_PERL%%/Badger/Rainbow.pm
|
||||
%%SITE_PERL%%/Badger/Test.pm
|
||||
%%SITE_PERL%%/Badger/Test/Manager.pm
|
||||
%%SITE_PERL%%/Badger/Utils.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Badger/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Badger/Filesystem
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Badger
|
||||
@dirrmtry %%SITE_PERL%%/Badger/Factory
|
||||
@dirrmtry %%SITE_PERL%%/Badger/Class
|
||||
@dirrmtry %%SITE_PERL%%/Badger/Codec
|
||||
@dirrmtry %%SITE_PERL%%/Badger/Test
|
||||
@dirrmtry %%SITE_PERL%%/Badger
|
Loading…
Reference in New Issue
Block a user