This is a collection of miscellaneous subroutines useful in wide but
varying scenarios; a catch-all module for things that don't obviously belong anywhere else. Obviously what's useful differs from person to person, but this particular collection should be useful in object-oriented frameworks, such as Class::Scaffold and Data::Conveyor. WWW: http://search.cpan.org/dist/Data-Miscellany/ PR: ports/152628 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
9ca813fabb
commit
cba46e5239
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265776
5 changed files with 39 additions and 0 deletions
|
@ -1403,6 +1403,7 @@
|
|||
SUBDIR += p5-Data-Lazy
|
||||
SUBDIR += p5-Data-Localize
|
||||
SUBDIR += p5-Data-MessagePack
|
||||
SUBDIR += p5-Data-Miscellany
|
||||
SUBDIR += p5-Data-Model
|
||||
SUBDIR += p5-Data-ObjectDriver
|
||||
SUBDIR += p5-Data-OptList
|
||||
|
|
22
devel/p5-Data-Miscellany/Makefile
Normal file
22
devel/p5-Data-Miscellany/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-Data-Miscellany
|
||||
# Date created: 2010-11-28
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Miscellany
|
||||
PORTVERSION= 1.100850
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Collection of miscellaneous subroutines
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USE_PERL5_RUN= 5.8.1+
|
||||
|
||||
MAN3= Data::Miscellany.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Miscellany/distinfo
Normal file
2
devel/p5-Data-Miscellany/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Miscellany-1.100850.tar.gz) = aacc5fec3cd9d441d9538c3c12d9d9623d228e56828b35daa652143d1b336531
|
||||
SIZE (Data-Miscellany-1.100850.tar.gz) = 21393
|
8
devel/p5-Data-Miscellany/pkg-descr
Normal file
8
devel/p5-Data-Miscellany/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This is a collection of miscellaneous subroutines useful in wide but
|
||||
varying scenarios; a catch-all module for things that don't obviously
|
||||
belong anywhere else. Obviously what's useful differs from person to
|
||||
person, but this particular collection should be useful in
|
||||
object-oriented frameworks, such as Class::Scaffold and
|
||||
Data::Conveyor.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Miscellany/
|
6
devel/p5-Data-Miscellany/pkg-plist
Normal file
6
devel/p5-Data-Miscellany/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist
|
||||
%%SITE_PERL%%/Data/Miscellany.pm
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
Loading…
Reference in a new issue