aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-11 16:43:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-11 16:43:11 +0000
commitf8e68c85aee474f58876c2e22a5c0a6f42f094ba (patch)
tree3fa6ff0e5b888aea693a0bf092ddd241072fd097 /www
parent3cb0c1f13ac07b1dfcc9a6947fe91be77762bd5c (diff)
downloadports-f8e68c85aee474f58876c2e22a5c0a6f42f094ba.tar.gz
ports-f8e68c85aee474f58876c2e22a5c0a6f42f094ba.zip
The module provides means of pasting large texts into http://pastebin.com
pastebin site. WWW: http://search.cpan.org/~zoffix/WWW-Pastebin-PastebinCom-Create/ PR: ports/132492 Submitted by: bapt <baptiste.daroussin at gmail.com>
Notes
Notes: svn path=/head/; revision=229883
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-WWW-Pastebin-PastebinCom-Create/Makefile32
-rw-r--r--www/p5-WWW-Pastebin-PastebinCom-Create/distinfo3
-rw-r--r--www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr4
4 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 03cf2a7e3ee1..c7c4e104426b 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-PastebinCom-Create
SUBDIR += p5-WWW-Pastebin-RafbNet-Create
SUBDIR += p5-WWW-Plurk
SUBDIR += p5-WWW-Robot
diff --git a/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile b/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
new file mode 100644
index 000000000000..27413dcd8a04
--- /dev/null
+++ b/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: p5-WWW-Pastebin-PastebinCom-Create
+# Date created: 2009-03-10
+# Whom: bapt <baptiste.daroussin@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= WWW-Pastebin-PastebinCom-Create
+PORTVERSION= 0.002
+CATEGORIES= www perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= baptiste.daroussin@gmail.com
+COMMENT= Paste to http://pastebin.com from Perl
+
+RUN_DEPENDS+= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
+
+PERL_CONFIGURE= yes
+
+MAN3= WWW::Pastebin::PastebinCom::Create.3
+PLIST_FILES+= %%SITE_PERL%%/WWW/Pastebin/PastebinCom/Create.pm \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin/PastebinCom/Create/.packlist
+PLIST_DIRS+= %%SITE_PERL%%/WWW/Pastebin/PastebinCom \
+ %%SITE_PERL%%/WWW/Pastebin \
+ %%SITE_PERL%%/WWW \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin/PastebinCom/Create \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin/PastebinCom \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Pastebin \
+ %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW
+
+.include <bsd.port.mk>
diff --git a/www/p5-WWW-Pastebin-PastebinCom-Create/distinfo b/www/p5-WWW-Pastebin-PastebinCom-Create/distinfo
new file mode 100644
index 000000000000..3fa22b3fb30b
--- /dev/null
+++ b/www/p5-WWW-Pastebin-PastebinCom-Create/distinfo
@@ -0,0 +1,3 @@
+MD5 (WWW-Pastebin-PastebinCom-Create-0.002.tar.gz) = ea2ed99d06dc129bcd4362cc7cd39b40
+SHA256 (WWW-Pastebin-PastebinCom-Create-0.002.tar.gz) = 99e4b817044d66717fa273dad5d156ab746cc61abcb7ac17da78aea3d9b7eb69
+SIZE (WWW-Pastebin-PastebinCom-Create-0.002.tar.gz) = 6327
diff --git a/www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr b/www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr
new file mode 100644
index 000000000000..69488a5c8a94
--- /dev/null
+++ b/www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr
@@ -0,0 +1,4 @@
+The module provides means of pasting large texts into http://pastebin.com
+pastebin site.
+
+WWW: http://search.cpan.org/~zoffix/WWW-Pastebin-PastebinCom-Create/