mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Add p5-Tie-Simple 1.03, variable ties made easier: much, much, much
easier. PR: ports/101156 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
4a99a40b89
commit
2d8946c1e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169338
@ -1387,6 +1387,7 @@
|
||||
SUBDIR += p5-Tie-IxHash
|
||||
SUBDIR += p5-Tie-Restore
|
||||
SUBDIR += p5-Tie-ShareLite
|
||||
SUBDIR += p5-Tie-Simple
|
||||
SUBDIR += p5-Tie-iCal
|
||||
SUBDIR += p5-Time-Clock
|
||||
SUBDIR += p5-Time-Duration
|
||||
|
22
devel/p5-Tie-Simple/Makefile
Normal file
22
devel/p5-Tie-Simple/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Tie-Simple
|
||||
# Date created: 2006-08-01
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tie-Simple
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Tie
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Variable ties made easier: much, much, much easier
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Tie::Simple.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Tie-Simple/distinfo
Normal file
3
devel/p5-Tie-Simple/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Tie-Simple-1.03.tar.gz) = 198f7ec68c9b954251c4ed163ee112c7
|
||||
SHA256 (Tie-Simple-1.03.tar.gz) = e73dae00e00c42511154fe0e3b26a8965836f2456e1c0952c9ce22ce3d55fc23
|
||||
SIZE (Tie-Simple-1.03.tar.gz) = 5498
|
14
devel/p5-Tie-Simple/pkg-descr
Normal file
14
devel/p5-Tie-Simple/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
This module adds the ability to quickly create new types of tie
|
||||
objects without creating a complete class. It does so in such a way as
|
||||
to try and make the programmers life easier when it comes to
|
||||
single-use ties that I find myself wanting to use from time-to-time.
|
||||
|
||||
The Tie::Simple package is actually a front-end to other classes which
|
||||
really do all the work once tied, but this package does the dwimming
|
||||
to automatically figure out what you're trying to do.
|
||||
|
||||
I've tried to make this as intuitive as possible and dependent on
|
||||
other bits of Perl where I can to minimize the need for documentation
|
||||
and to make this extra, extra spiffy.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Tie-Simple/
|
12
devel/p5-Tie-Simple/pkg-plist
Normal file
12
devel/p5-Tie-Simple/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple/.packlist
|
||||
%%SITE_PERL%%/Tie/Simple.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Array.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Handle.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Hash.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Scalar.pm
|
||||
%%SITE_PERL%%/Tie/Simple/Util.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
|
||||
@dirrmtry %%SITE_PERL%%/Tie/Simple
|
||||
@dirrmtry %%SITE_PERL%%/Tie
|
Loading…
Reference in New Issue
Block a user