diff options
author | seb <seb@pkgsrc.org> | 2009-11-23 22:20:34 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-11-23 22:20:34 +0000 |
commit | 2f45fd2dc33ea4de82bb006f5b2ad95cc1895d61 (patch) | |
tree | bbb164a0d6083ea470a4394682fcae043e65b264 /devel | |
parent | 78dbf2385a283b4c3aafd88a36ecc3d609a20ad4 (diff) | |
download | pkgsrc-2f45fd2dc33ea4de82bb006f5b2ad95cc1895d61.tar.gz |
Initial import of p5-Proc-InvokeEditor version 1.02 in the NetBSD
Packages Collection.
The Perl 5 module Proc::InvokeEditor provides the ability to supply
some text to an external text editor, have it edited by the user,
and retrieve the results.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Proc-InvokeEditor/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-Proc-InvokeEditor/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Proc-InvokeEditor/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Proc-InvokeEditor/DESCR b/devel/p5-Proc-InvokeEditor/DESCR new file mode 100644 index 00000000000..642157d8310 --- /dev/null +++ b/devel/p5-Proc-InvokeEditor/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module Proc::InvokeEditor provides the ability to supply +some text to an external text editor, have it edited by the user, +and retrieve the results. diff --git a/devel/p5-Proc-InvokeEditor/Makefile b/devel/p5-Proc-InvokeEditor/Makefile new file mode 100644 index 00000000000..c1faf2e71ae --- /dev/null +++ b/devel/p5-Proc-InvokeEditor/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/23 22:20:34 seb Exp $ +# + +DISTNAME= Proc-InvokeEditor-1.02 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSTEVENS/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Proc-InvokeEditor/ +COMMENT= Perl 5 module for starting a text editor + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Proc/InvokeEditor/.packlist + +DEPENDS+= p5-Carp-Assert>=0.11:../../devel/p5-Carp-Assert + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Proc-InvokeEditor/distinfo b/devel/p5-Proc-InvokeEditor/distinfo new file mode 100644 index 00000000000..011adf21b98 --- /dev/null +++ b/devel/p5-Proc-InvokeEditor/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/23 22:20:34 seb Exp $ + +SHA1 (Proc-InvokeEditor-1.02.tar.gz) = 3bc588bb5c0e8b09b4828050ac1390ab2e3b0ce3 +RMD160 (Proc-InvokeEditor-1.02.tar.gz) = 53e9ca7170db61c342096ba996439d983b1d235d +Size (Proc-InvokeEditor-1.02.tar.gz) = 6132 bytes |