aboutsummaryrefslogtreecommitdiff
path: root/editors/p5-Proc-InvokeEditor
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-04-05 12:02:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-04-05 12:02:48 +0000
commite5e5346cf2bafb9ff1f598906516d15bf9ae0c29 (patch)
treecd94d6410320cc508e5f83bf677281f8f2ae45db /editors/p5-Proc-InvokeEditor
parentc606567871a9d6cd22035481d4229d45712645dc (diff)
downloadports-e5e5346cf2bafb9ff1f598906516d15bf9ae0c29.tar.gz
ports-e5e5346cf2bafb9ff1f598906516d15bf9ae0c29.zip
This module provides a simple API to calling an external text editor
from within your perl program. WWW: http://search.cpan.org/dist/Proc-InvokeEditor/
Notes
Notes: svn path=/head/; revision=272240
Diffstat (limited to 'editors/p5-Proc-InvokeEditor')
-rw-r--r--editors/p5-Proc-InvokeEditor/Makefile25
-rw-r--r--editors/p5-Proc-InvokeEditor/distinfo2
-rw-r--r--editors/p5-Proc-InvokeEditor/pkg-descr4
-rw-r--r--editors/p5-Proc-InvokeEditor/pkg-plist5
4 files changed, 36 insertions, 0 deletions
diff --git a/editors/p5-Proc-InvokeEditor/Makefile b/editors/p5-Proc-InvokeEditor/Makefile
new file mode 100644
index 000000000000..0b9e1c53095f
--- /dev/null
+++ b/editors/p5-Proc-InvokeEditor/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Proc-InvokeEditor
+# Date created: 2011-04-05
+# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Proc-InvokeEditor
+PORTVERSION= 1.05
+CATEGORIES= editors perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:MSTEVENS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= bapt@FreeBSD.org
+COMMENT= Perl extension for starting a text editor
+
+LICENSE_COMB= dual
+LICENSE= ART20 GPLv1
+
+PERL_CONFIGURE= yes
+
+MAN3= Proc::InvokeEditor.3
+
+.include <bsd.port.mk>
diff --git a/editors/p5-Proc-InvokeEditor/distinfo b/editors/p5-Proc-InvokeEditor/distinfo
new file mode 100644
index 000000000000..5e40c75c93b7
--- /dev/null
+++ b/editors/p5-Proc-InvokeEditor/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Proc-InvokeEditor-1.05.tar.gz) = 6933511acb260478154db002f7cdea8d8d748e1a53d87d24530327b4c077a2e5
+SIZE (Proc-InvokeEditor-1.05.tar.gz) = 6267
diff --git a/editors/p5-Proc-InvokeEditor/pkg-descr b/editors/p5-Proc-InvokeEditor/pkg-descr
new file mode 100644
index 000000000000..2344500b2bd2
--- /dev/null
+++ b/editors/p5-Proc-InvokeEditor/pkg-descr
@@ -0,0 +1,4 @@
+This module provides a simple API to calling an external text editor
+from within your perl program.
+
+WWW: http://search.cpan.org/dist/Proc-InvokeEditor/
diff --git a/editors/p5-Proc-InvokeEditor/pkg-plist b/editors/p5-Proc-InvokeEditor/pkg-plist
new file mode 100644
index 000000000000..c52c4d1e615e
--- /dev/null
+++ b/editors/p5-Proc-InvokeEditor/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor/.packlist
+%%SITE_PERL%%/Proc/InvokeEditor.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc/InvokeEditor
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Proc
+@dirrm %%SITE_PERL%%/Proc