Date: Tue, 10 Mar 2009 14:29:47 +0100 (CET) From: bapt <baptiste.daroussin@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/132500: [NEW PORT] www/p5-App-Nopaste: Easy access to any pastebin Message-ID: <20090310132947.260CDF1B0E@wicklow.lan> Resent-Message-ID: <200903101330.n2ADU3v4053152@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132500 >Category: ports >Synopsis: [NEW PORT] www/p5-App-Nopaste: Easy access to any pastebin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 10 13:30:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: bapt >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: >Environment: System: FreeBSD wicklow.lan 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #7: Mon Oct 13 22:58:33 CEST 2008 >Description: this ports depends on PR : 132495 132496 132493 and 132492 This module aims to smooth out the differences between pastebins, and provides redundancy: if one site doesn't work, it just tries a different one. WWW: http://search.cpan.org/~sartak/App-Nopaste Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-App-Nopaste-0.10.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-App-Nopaste # p5-App-Nopaste/pkg-descr # p5-App-Nopaste/Makefile # p5-App-Nopaste/pkg-plist # p5-App-Nopaste/distinfo # echo c - p5-App-Nopaste mkdir -p p5-App-Nopaste > /dev/null 2>&1 echo x - p5-App-Nopaste/pkg-descr sed 's/^X//' >p5-App-Nopaste/pkg-descr << '34d71b86ccc38ebbd6b26d3295f149c9' XThis module aims to smooth out the differences between pastebins, and provides Xredundancy: if one site doesn't work, it just tries a different one. X XWWW: http://search.cpan.org/~sartak/App-Nopaste 34d71b86ccc38ebbd6b26d3295f149c9 echo x - p5-App-Nopaste/Makefile sed 's/^X//' >p5-App-Nopaste/Makefile << 'de944d0422b16594db3a378237140078' X# New ports collection makefile for: p5-App-Nopaste X# Date created: 2009-03-10 X# Whom: bapt <baptiste.daroussin@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= App-Nopaste XPORTVERSION= 0.10 XCATEGORIES= www perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= baptiste.daroussin@gmail.com XCOMMENT= Easy access to any pastebin X XBUILD_DEPENDS+= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ X ${SITE_PERL}/MooseX/Getopt.pm:${PORTSDIR}/devel/p5-MooseX-Getopt X XRUN_DEPENDS+= ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \ X ${SITE_PERL}/MooseX/Getopt.pm:${PORTSDIR}/devel/p5-MooseX-Getopt X XOPTIONS= CLIPBOARD "Support Clipboard" On \ X PASTEBIN "Support pastebin.com" On \ X RAFB "Support rafb.net" On \ X GITHUB "Support github" Off X XPERL_CONFIGURE= yes X XCONFLICTS= p5-WebService-NoPaste-0* X XMAN3= App::Nopaste.3 \ X App::Nopaste::Command.3 \ X App::Nopaste::Service.3 \ X App::Nopaste::Service::Gist.3 \ X App::Nopaste::Service::Husk.3 \ X App::Nopaste::Service::Mathbin.3 \ X App::Nopaste::Service::PastebinCom.3 \ X App::Nopaste::Service::Pastie.3 \ X App::Nopaste::Service::Rafb.3 \ X App::Nopaste::Service::Shadowcat.3 \ X App::Nopaste::Service::Snitch.3 X XMAN1= nopaste.1 X X.include <bsd.port.pre.mk> X.if defined(WITH_PASTEBIN) XBUILD_DEPENDS+= ${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create XRUN_DEPENDS+= ${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create X.endif X.if defined(WITH_RAFB) XBUILD_DEPENDS+= ${SITE_PERL}/WWW/Pastebin/RafbNet/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-RafbNet-Create XRUN_DEPENDS+= ${SITE_PERL}/WWW/Pastebin/RafbNet/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-RafbNet-Create X.endif X.if defined(WITH_CLIPBOARD) XBUILD_DEPENDS+= ${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard XRUN_DEPENDS+= ${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard X.endif X.if defined(WITH_GITHUB) XBUILD_DEPENDS+= ${SITE_PERL}/Git.pm:${PORTSDIR}/devel/git \ X ${SITE_PERL}/Config/INI/Reader.pm:${PORTSDIR}/devel/p5-Config-INI X XRUN_DEPENDS+= ${SITE_PERL}/Git.pm:${PORTSDIR}/devel/git \ X ${SITE_PERL}/Config/INI/Reader.pm:${PORTSDIR}/devel/p5-Config-INI X.endif X.include <bsd.port.post.mk> de944d0422b16594db3a378237140078 echo x - p5-App-Nopaste/pkg-plist sed 's/^X//' >p5-App-Nopaste/pkg-plist << '4970884a8eea0bfed049865035170e0b' Xbin/nopaste X%%SITE_PERL%%/App/Nopaste.pm X%%SITE_PERL%%/App/Nopaste/Command.pm X%%SITE_PERL%%/App/Nopaste/Service.pm X%%SITE_PERL%%/App/Nopaste/Service/Gist.pm X%%SITE_PERL%%/App/Nopaste/Service/Husk.pm X%%SITE_PERL%%/App/Nopaste/Service/Mathbin.pm X%%SITE_PERL%%/App/Nopaste/Service/PastebinCom.pm X%%SITE_PERL%%/App/Nopaste/Service/Pastie.pm X%%SITE_PERL%%/App/Nopaste/Service/Rafb.pm X%%SITE_PERL%%/App/Nopaste/Service/Shadowcat.pm X%%SITE_PERL%%/App/Nopaste/Service/Snitch.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Nopaste/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App/Nopaste X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/App X@dirrm %%SITE_PERL%%/App/Nopaste/Service X@dirrm %%SITE_PERL%%/App/Nopaste X@dirrm %%SITE_PERL%%/App 4970884a8eea0bfed049865035170e0b echo x - p5-App-Nopaste/distinfo sed 's/^X//' >p5-App-Nopaste/distinfo << '4dcd54d1974b437a9af6ed51aba48ab1' XMD5 (App-Nopaste-0.10.tar.gz) = 78d560ad4fb67cb8ceb0d84c4de40ed0 XSHA256 (App-Nopaste-0.10.tar.gz) = 47057ad4482cec267443f21e61b0fe387ef5858fe4dd6745726db5d0b163cd4f XSIZE (App-Nopaste-0.10.tar.gz) = 26323 4dcd54d1974b437a9af6ed51aba48ab1 exit --- p5-App-Nopaste-0.10.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090310132947.260CDF1B0E>