diff options
author | seb <seb@pkgsrc.org> | 2009-01-17 16:07:36 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-01-17 16:07:36 +0000 |
commit | 1c6069d081ff581df6cc9825a822502749df8382 (patch) | |
tree | 3010c3aa54098810f0a6324fee82443ae3019a2d /www | |
parent | 49c0caedf73918145984051e7ceea5cf27b5544a (diff) | |
download | pkgsrc-1c6069d081ff581df6cc9825a822502749df8382.tar.gz |
Initial import of p5-App-Nopaste version 0.07 in the NetBSD Packages
Collection.
Pastebins (also known as nopaste sites) let you post text, usually
code, for public viewing. They're used a lot in IRC channels to
show code that would normally be too long to give directly in the
channel (hence the name nopaste).
Each pastebin is slightly different. When one pastebin goes down
then you have to find a new one. And if you usually use a script
to publish text, then it's too much hassle.
The Perl 5 module App::Nopaste aims to smooth out the differences
between pastebins, and provides redundancy: if one site doesn't
work, it just tries a different one. A commande line script is
provided.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-App-Nopaste/DESCR | 13 | ||||
-rw-r--r-- | www/p5-App-Nopaste/Makefile | 26 | ||||
-rw-r--r-- | www/p5-App-Nopaste/distinfo | 5 |
3 files changed, 44 insertions, 0 deletions
diff --git a/www/p5-App-Nopaste/DESCR b/www/p5-App-Nopaste/DESCR new file mode 100644 index 00000000000..fe8cb79fbc5 --- /dev/null +++ b/www/p5-App-Nopaste/DESCR @@ -0,0 +1,13 @@ +Pastebins (also known as nopaste sites) let you post text, usually +code, for public viewing. They're used a lot in IRC channels to +show code that would normally be too long to give directly in the +channel (hence the name nopaste). + +Each pastebin is slightly different. When one pastebin goes down +then you have to find a new one. And if you usually use a script +to publish text, then it's too much hassle. + +The Perl 5 module App::Nopaste aims to smooth out the differences +between pastebins, and provides redundancy: if one site doesn't +work, it just tries a different one. A commande line script is +provided. diff --git a/www/p5-App-Nopaste/Makefile b/www/p5-App-Nopaste/Makefile new file mode 100644 index 00000000000..adc213b7c24 --- /dev/null +++ b/www/p5-App-Nopaste/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/17 16:07:36 seb Exp $ + +DISTNAME= App-Nopaste-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/App-Nopaste/ +COMMENT= Perl 5 module providing easy access to any pastebin + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/App/Nopaste/.packlist + +DEPENDS+= p5-Clipboard-[0-9]*:../../x11/p5-Clipboard +DEPENDS+= p5-Module-Pluggable-[0-9]*:../../devel/p5-Module-Pluggable +DEPENDS+= p5-Moose>=0.50:../../devel/p5-Moose +DEPENDS+= p5-MooseX-Getopt>=0.13:../../devel/p5-MooseX-Getopt +DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize +DEPENDS+= p5-WWW-Pastebin-PastebinCom-Create-[0-9]*:../../www/p5-WWW-Pastebin-PastebinCom-Create +DEPENDS+= p5-WWW-Pastebin-RafbNet-Create-[0-9]*:../../www/p5-WWW-Pastebin-RafbNet-Create + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-App-Nopaste/distinfo b/www/p5-App-Nopaste/distinfo new file mode 100644 index 00000000000..e48b5f181f8 --- /dev/null +++ b/www/p5-App-Nopaste/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/17 16:07:36 seb Exp $ + +SHA1 (App-Nopaste-0.07.tar.gz) = f766a993048ddab3b004594e10ae7a82565382a1 +RMD160 (App-Nopaste-0.07.tar.gz) = 91a0cb1e94351c7beb985bb7187dec2258021c5c +Size (App-Nopaste-0.07.tar.gz) = 25933 bytes |