diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-12 00:43:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-12 00:43:11 +0800 |
commit | f7e782fb288ed21cc7b198eed49bc6e3b95b75b9 (patch) | |
tree | a21fc0cb3c2b3200ca53988fcb52ff80f478dc2f /www | |
parent | a495f16f43f081a48635b43ace009ca283ff90b9 (diff) | |
download | freebsd-ports-gnome-f7e782fb288ed21cc7b198eed49bc6e3b95b75b9.tar.gz freebsd-ports-gnome-f7e782fb288ed21cc7b198eed49bc6e3b95b75b9.tar.zst freebsd-ports-gnome-f7e782fb288ed21cc7b198eed49bc6e3b95b75b9.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>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-WWW-Pastebin-PastebinCom-Create/Makefile | 32 | ||||
-rw-r--r-- | www/p5-WWW-Pastebin-PastebinCom-Create/distinfo | 3 | ||||
-rw-r--r-- | www/p5-WWW-Pastebin-PastebinCom-Create/pkg-descr | 4 |
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/ |