aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-03-12 00:42:19 +0800
committermiwi <miwi@FreeBSD.org>2009-03-12 00:42:19 +0800
commita495f16f43f081a48635b43ace009ca283ff90b9 (patch)
treebabb0218029645a97d976fa7adfb78c5209d705c /www
parent49554e9874ffe331192710d07e420983aaecce5b (diff)
downloadfreebsd-ports-gnome-a495f16f43f081a48635b43ace009ca283ff90b9.tar.gz
freebsd-ports-gnome-a495f16f43f081a48635b43ace009ca283ff90b9.tar.zst
freebsd-ports-gnome-a495f16f43f081a48635b43ace009ca283ff90b9.zip
The module provides means of pasting large texts into http://rafb.net/
pastebin site. WWW: http://search.cpan.org/~zoffix/WWW-Pastebin-RafbNet-Create/ PR: ports/132493 Submitted by: bapt <baptiste.daroussin at gmail.com>
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-WWW-Pastebin-RafbNet-Create/Makefile33
-rw-r--r--www/p5-WWW-Pastebin-RafbNet-Create/distinfo3
-rw-r--r--www/p5-WWW-Pastebin-RafbNet-Create/pkg-descr4
4 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index e225b22e9ce1..03cf2a7e3ee1 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1080,6 +1080,7 @@
SUBDIR += p5-WWW-NioTV
SUBDIR += p5-WWW-OpenSVN
SUBDIR += p5-WWW-OpenSearch
+ SUBDIR += p5-WWW-Pastebin-RafbNet-Create
SUBDIR += p5-WWW-Plurk
SUBDIR += p5-WWW-Robot
SUBDIR += p5-WWW-RobotRules-Parser
diff --git a/www/p5-WWW-Pastebin-RafbNet-Create/Makefile b/www/p5-WWW-Pastebin-RafbNet-Create/Makefile
new file mode 100644
index 000000000000..dfd397f895bb
--- /dev/null
+++ b/www/p5-WWW-Pastebin-RafbNet-Create/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-WWW-Pastebin-RafbNet-Create
+# Date created: 2009-03-10
+# Whom: bapt <baptiste.daroussin@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= WWW-Pastebin-RafbNet-Create
+PORTVERSION= 0.001
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= baptiste.daroussin@gmail.com
+COMMENT= Paste to http://rafb.net/ from Perl
+
+RUN_DEPENDS+= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
+ ${SITE_PERL}/Class/Data/Accessor.pm:${PORTSDIR}/devel/p5-Class-Data-Accessor
+
+PERL_CONFIGURE= yes
+
+MAN3= WWW::Pastebin::RafbNet::Create.3
+PLIST_FILES+= %%SITE_PERL%%/WWW/Pastebin/RafbNet/Create.pm \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin/RafbNet/Create/.packlist
+PLIST_DIRS+= %%SITE_PERL%%/WWW/Pastebin/RafbNet \
+ %%SITE_PERL%%/WWW/Pastebin \
+ %%SITE_PERL%%/WWW \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin/RafbNet/Create \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin/RafbNet \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
+
+.include <bsd.port.mk>
diff --git a/www/p5-WWW-Pastebin-RafbNet-Create/distinfo b/www/p5-WWW-Pastebin-RafbNet-Create/distinfo
new file mode 100644
index 000000000000..40d41aef60d5
--- /dev/null
+++ b/www/p5-WWW-Pastebin-RafbNet-Create/distinfo
@@ -0,0 +1,3 @@
+MD5 (WWW-Pastebin-RafbNet-Create-0.001.tar.gz) = fdd16b4e1d7209f7157110ac89f1a017
+SHA256 (WWW-Pastebin-RafbNet-Create-0.001.tar.gz) = c94d06b54e5a3aa083da227a020b204ad71e03096e4819ad9fef50849c8821e9
+SIZE (WWW-Pastebin-RafbNet-Create-0.001.tar.gz) = 6114
diff --git a/www/p5-WWW-Pastebin-RafbNet-Create/pkg-descr b/www/p5-WWW-Pastebin-RafbNet-Create/pkg-descr
new file mode 100644
index 000000000000..b83f6785b252
--- /dev/null
+++ b/www/p5-WWW-Pastebin-RafbNet-Create/pkg-descr
@@ -0,0 +1,4 @@
+The module provides means of pasting large texts into http://rafb.net/
+pastebin site.
+
+WWW: http://search.cpan.org/~zoffix/WWW-Pastebin-RafbNet-Create/