pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-App-Nopaste Initial import of p5-App-Nopaste ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37d2fe84c3d2
branches:  trunk
changeset: 553213:37d2fe84c3d2
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jan 17 16:07:36 2009 +0000

description:
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:

 www/p5-App-Nopaste/DESCR    |  13 +++++++++++++
 www/p5-App-Nopaste/Makefile |  26 ++++++++++++++++++++++++++
 www/p5-App-Nopaste/distinfo |   5 +++++
 3 files changed, 44 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 9a41f3d175a4 -r 37d2fe84c3d2 www/p5-App-Nopaste/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-App-Nopaste/DESCR  Sat Jan 17 16:07:36 2009 +0000
@@ -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 -r 9a41f3d175a4 -r 37d2fe84c3d2 www/p5-App-Nopaste/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-App-Nopaste/Makefile       Sat Jan 17 16:07:36 2009 +0000
@@ -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@localhost
+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 -r 9a41f3d175a4 -r 37d2fe84c3d2 www/p5-App-Nopaste/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-App-Nopaste/distinfo       Sat Jan 17 16:07:36 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index