diff options
author | sno <sno@pkgsrc.org> | 2010-01-26 15:12:24 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-26 15:12:24 +0000 |
commit | 82e9e4bdfe457a4003992c1641f01e585ff246ab (patch) | |
tree | bc31b5585bbb93ba8270b01fe7d0d690e5c99d15 /textproc | |
parent | 39efc144fba5b045c5966d9a025c9f4efea15c7c (diff) | |
download | pkgsrc-82e9e4bdfe457a4003992c1641f01e585ff246ab.tar.gz |
Importing textproc/p5-Regexp-Copy version 0.06 as dependency of scheduled
update of editors/p5-Padre-Plugin-Catalyst.
Regexp::Copy can copy the contents of one Regexp object to another. Regexp
objects created with qr// are impossible to dereference. This causes problems
on changing the data within the Regexp objects without want to loose the
reference on it. Regexp::Copy allows to change the Regexp by copying one
object created through qr// to another.
The Regex::Copy distribution also loads Regexp::Storable, which provides
hooks to allow the Storable persistence method to freeze and thaw Regexp
objects created by qr//.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Regexp-Copy/DESCR | 9 | ||||
-rw-r--r-- | textproc/p5-Regexp-Copy/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Regexp-Copy/distinfo | 5 |
3 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-Regexp-Copy/DESCR b/textproc/p5-Regexp-Copy/DESCR new file mode 100644 index 00000000000..fd21fcd386d --- /dev/null +++ b/textproc/p5-Regexp-Copy/DESCR @@ -0,0 +1,9 @@ +Regexp::Copy can copy the contents of one Regexp object to another. Regexp +objects created with qr// are impossible to dereference. This causes problems +on changing the data within the Regexp objects without want to loose the +reference on it. Regexp::Copy allows to change the Regexp by copying one +object created through qr// to another. + +The Regex::Copy distribution also loads Regexp::Storable, which provides +hooks to allow the Storable persistence method to freeze and thaw Regexp +objects created by qr//. diff --git a/textproc/p5-Regexp-Copy/Makefile b/textproc/p5-Regexp-Copy/Makefile new file mode 100644 index 00000000000..66eb0fee870 --- /dev/null +++ b/textproc/p5-Regexp-Copy/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/01/26 15:12:24 sno Exp $ +# + +DISTNAME= Regexp-Copy-0.06 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Regexp-Copy/ +COMMENT= Perl5 module to copy Regexp objects +LICENSE= ${PERL5_LICENSE} + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Regexp/Copy/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Regexp-Copy/distinfo b/textproc/p5-Regexp-Copy/distinfo new file mode 100644 index 00000000000..f62b60055b5 --- /dev/null +++ b/textproc/p5-Regexp-Copy/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/01/26 15:12:24 sno Exp $ + +SHA1 (Regexp-Copy-0.06.tar.gz) = f328db71747a39c5cae42738bdd499b358b8b14a +RMD160 (Regexp-Copy-0.06.tar.gz) = 6c931212c749f9f9c6a9a3ddb6cedeee3f549ae9 +Size (Regexp-Copy-0.06.tar.gz) = 3104 bytes |