head	1.26;
access;
symbols
	RELEASE_8_3_0:1.20
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.26
date	2013.01.29.09.48.35;	author svnexp;	state Exp;
branches;
next	1.25;

1.25
date	2013.01.11.13.43.24;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.11.17.06.02.44;	author svnexp;	state Exp;
branches;
next	1.23;

1.23
date	2012.07.18.17.59.00;	author sunpoet;	state Exp;
branches;
next	1.22;

1.22
date	2012.07.16.13.47.53;	author az;	state Exp;
branches;
next	1.21;

1.21
date	2012.05.31.11.19.28;	author bapt;	state Exp;
branches;
next	1.20;

1.20
date	2012.02.06.23.34.56;	author bapt;	state Exp;
branches;
next	1.19;

1.19
date	2011.12.17.10.38.16;	author bapt;	state Exp;
branches;
next	1.18;

1.18
date	2011.10.31.18.05.30;	author bapt;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.05.15.12.31;	author bapt;	state Exp;
branches;
next	1.16;

1.16
date	2011.08.28.19.20.25;	author bapt;	state Exp;
branches;
next	1.15;

1.15
date	2011.08.24.08.31.11;	author bapt;	state Exp;
branches;
next	1.14;

1.14
date	2011.03.23.21.24.22;	author bapt;	state Exp;
branches;
next	1.13;

1.13
date	2011.03.11.11.00.49;	author bapt;	state Exp;
branches;
next	1.12;

1.12
date	2011.02.28.00.24.00;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2011.02.08.07.59.34;	author bapt;	state Exp;
branches;
next	1.10;

1.10
date	2011.02.07.10.31.49;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2010.07.28.17.30.59;	author bapt;	state Exp;
branches;
next	1.8;

1.8
date	2010.06.16.06.07.06;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2010.06.06.20.16.16;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2010.04.21.16.07.45;	author sylvio;	state Exp;
branches;
next	1.5;

1.5
date	2010.03.31.02.55.55;	author wen;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.22.14.24.37;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2010.01.12.00.50.05;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.12.15.21.08.29;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.12.16.51.59;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.26
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311159
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: bapt <baptiste.daroussin@@gmail.com>
# $FreeBSD: head/www/p5-App-Nopaste/Makefile 311159 2013-01-29 09:38:26Z tobez $

PORTNAME=	App-Nopaste
PORTVERSION=	0.91
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:SARTAK
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Easy access to any pastebin

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-Class-Load>=0:${PORTSDIR}/devel/p5-Class-Load \
		p5-Getopt-Long-Descriptive>=0:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Moose>=0:${PORTSDIR}/devel/p5-Moose

OPTIONS_DEFINE=	CLIPBOARD GITHUB PASTEBIN
OPTIONS_DEFAULT=CLIPBOARD GITHUB PASTEBIN
CLIPBOARD_DESC=	Support X11 clipboard
GITHUB_DESC=	Support github.com
PASTEBIN_DESC=	Support pastebin.com

PERL_CONFIGURE=	yes

CONFLICTS=	p5-WebService-NoPaste-[0-9]*

MAN1=		nopaste.1
MAN3=		App::Nopaste.3 \
		App::Nopaste::Command.3 \
		App::Nopaste::Service.3 \
		App::Nopaste::Service::Codepeek.3 \
		App::Nopaste::Service::Debian.3 \
		App::Nopaste::Service::Gist.3 \
		App::Nopaste::Service::PastebinCom.3 \
		App::Nopaste::Service::Pastie.3 \
		App::Nopaste::Service::Shadowcat.3 \
		App::Nopaste::Service::Snitch.3 \
		App::Nopaste::Service::Ubuntu.3 \
		App::Nopaste::Service::ssh.3

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MCLIPBOARD}
BUILD_DEPENDS+=	p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard
RUN_DEPENDS+=	p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard
.endif

.if ${PORT_OPTIONS:MGITHUB}
BUILD_DEPENDS+=	p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike
RUN_DEPENDS+=	p5-Config-GitLike>=0:${PORTSDIR}/devel/p5-Config-GitLike
.endif

.if ${PORT_OPTIONS:MPASTEBIN}
BUILD_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
RUN_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
.endif

.include <bsd.port.mk>
@


1.25
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310232
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310232 | tobez | 2013-01-11 12:51:21 +0000 (Fri, 11 Jan 2013) | 4 lines
## SVN ##
## SVN ## Update to 0.90.
## SVN ##
## SVN ## Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d2 1
a2 1
# $FreeBSD: head/www/p5-App-Nopaste/Makefile 310232 2013-01-11 12:51:21Z tobez $
d5 1
a5 1
PORTVERSION=	0.90
d23 1
@


1.24
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-App-Nopaste
# Date created:		2009-03-10
# Whom:			bapt <baptiste.daroussin@@gmail.com>
#
# $FreeBSD: head/www/p5-App-Nopaste/Makefile 301109 2012-07-18 17:59:00Z sunpoet $
#
d5 1
a5 1
PORTVERSION=	0.35
d18 2
a19 2
		p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \
		p5-MooseX-Getopt>=0.17:${PORTSDIR}/devel/p5-MooseX-Getopt \
@


1.23
log
@SVN rev 301109 on 2012-07-18 17:59:00Z by sunpoet

- Update to 0.35
- Sort *_DEPENDS
- Sort OPTIONS_* and their handlers
- Refine option descriptions
- Sort MAN3
- Add missing trailing slash to WWW

Changes:	http://search.cpan.org/dist/App-Nopaste/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.22
log
@SVN rev 300951 on 2012-07-16 13:47:53Z by az

- Update to 0.34
@
text
@d9 1
a9 1
PORTVERSION=	0.34
d21 2
a22 1
BUILD_DEPENDS+=	p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
d24 2
a25 3
		p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose \
		p5-JSON>0:${PORTSDIR}/converters/p5-JSON

d28 4
a31 3
OPTIONS_DEFINE=	CLIPBOARD PASTEBIN GITHUB
OPTIONS_DEFAULT=	CLIPBOARD PASTEBIN GITHUB
CLIPBOARD_DESC=	Support X11 Clipboard
a32 1
GITHUB_DESC=	Support github
d36 1
a36 1
CONFLICTS=	p5-WebService-NoPaste-0*
a38 1

d42 1
a46 1
		App::Nopaste::Service::Codepeek.3 \
d49 2
a50 2
		App::Nopaste::Service::ssh.3 \
		App::Nopaste::Service::Ubuntu.3
d53 1
a53 4
.if ${PORT_OPTIONS:MPASTEBIN}
BUILD_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
RUN_DEPENDS+=	p5-WWW-Pastebin-PastebinCom-Create>=0:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
.endif
d58 1
d63 6
@


1.21
log
@Convert to new options framework
@
text
@d9 1
a9 1
PORTVERSION=	0.33
d23 2
a24 1
		p5-Moose>=0.74:${PORTSDIR}/devel/p5-Moose
@


1.20
log
@give all my p5-* ports to perl team
@
text
@d27 5
a31 3
OPTIONS=	CLIPBOARD "Support X11 Clipboard" On \
		PASTEBIN "Support pastebin.com" On \
		GITHUB "Support github" On
d52 2
a53 2
.include <bsd.port.pre.mk>
.if defined(WITH_PASTEBIN)
d57 1
a57 1
.if defined(WITH_CLIPBOARD)
d61 1
a61 1
.if defined(WITH_GITHUB)
d65 1
a65 1
.include <bsd.port.post.mk>
@


1.19
log
@- update to 0.33
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.33/Changes
@
text
@d15 1
a15 1
MAINTAINER=	bapt@@FreeBSD.org
@


1.18
log
@- update to 0.32
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.32/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.32
@


1.17
log
@- update to 0.31
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.31/Changes
- pet portlint
@
text
@d9 1
a9 1
PORTVERSION=	0.31
@


1.16
log
@- update to 0.30
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.30/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.30
d18 3
a32 3
LICENSE_COMB=	dual
LICENSE=	ART10 GPLv1

@


1.15
log
@- update to 0.29
- update licenses
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.29/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.29
@


1.14
log
@- update to 0.28
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.28/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.28
d31 1
a31 1
LICENSE=	ART20 GPLv1
d47 2
a48 1
		App::Nopaste::Service::ssh.3
@


1.13
log
@- upgrade to 0.27
- switch to new CPAN:AUTHOR macros
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.27/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.27
@


1.12
log
@- update to 0.26
- Changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.26/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.26
d11 2
a12 1
MASTER_SITES=	CPAN/../../authors/id/S/SA/SARTAK/
a41 1
		App::Nopaste::Service::Mathbin.3 \
@


1.11
log
@Fix master site

Reported by:	Erwin
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.25
@


1.10
log
@- update to 0.25
- changes: http://cpansearch.perl.org/src/SARTAK/App-Nopaste-0.25/Changes
- add license
- refactor dependencies

Feature safe:	yes
@
text
@d11 1
a11 1
MASTER_SITES=	CPAN/../../authors/id/S/SP/SPANG/
@


1.9
log
@Change maintainer address to my new @@FreeBSD.org

Approved by:	jadawin@@ (co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d11 1
a11 1
MASTER_SITES=	CPAN
d17 3
a19 2
BUILD_DEPENDS+=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
		${SITE_PERL}/MooseX/Getopt.pm:${PORTSDIR}/devel/p5-MooseX-Getopt
d21 1
a21 2
RUN_DEPENDS+=	${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
		${SITE_PERL}/MooseX/Getopt.pm:${PORTSDIR}/devel/p5-MooseX-Getopt
d23 1
a23 1
OPTIONS=	CLIPBOARD "Support Clipboard" On \
d25 1
a25 1
		GITHUB "Support github" Off
d29 3
a40 1
		App::Nopaste::Service::Husk.3 \
d51 2
a52 2
BUILD_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
RUN_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/PastebinCom/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-PastebinCom-Create
d55 2
a56 2
BUILD_DEPENDS+=	${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard
RUN_DEPENDS+=	${SITE_PERL}/Clipboard.pm:${PORTSDIR}/x11/p5-Clipboard
d59 2
a60 5
BUILD_DEPENDS+=	${SITE_PERL}/Git.pm:${PORTSDIR}/devel/git \
		${SITE_PERL}/Config/INI/Reader.pm:${PORTSDIR}/devel/p5-Config-INI

RUN_DEPENDS+=	${SITE_PERL}/Git.pm:${PORTSDIR}/devel/git \
		${SITE_PERL}/Config/INI/Reader.pm:${PORTSDIR}/devel/p5-Config-INI
@


1.8
log
@- Update to 0.22

PR:		ports/147874
Submitted by:	Bapt <baptiste.daroussin@@gmail.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	baptiste.daroussin@@gmail.com
@


1.7
log
@- Update to 0.21

PR:             ports/147403
Approved by:    baptiste.daroussin@@gmail.com (maintainer)
Submitted by:   myself (pgollucci@@)
Changes:        http://search.cpan.org/dist/App-NopasteChanges
@
text
@d9 1
a9 1
PORTVERSION=	0.21
d45 1
a45 1
		App::Nopaste::Service::SSH.3
@


1.6
log
@- Update to 0.20

PR:		ports/145843
Submitted by:	Bapt <baptiste.daroussin@@gmail.com> (maintainer)
Approved by:	itetcu (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.20
@


1.5
log
@- Update to 0.19

PR:		ports/145216
Submitted by:	Bapt <baptiste.daroussin@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.19
d42 1
@


1.4
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 2).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	0.18
PORTREVISION=	1
a24 1
		RAFB "Support rafb.net" On \
a41 1
		App::Nopaste::Service::Rafb.3 \
d44 1
a44 1
		App::Nopaste::Service::ssh.3
a50 4
.if defined(WITH_RAFB)
BUILD_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/RafbNet/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-RafbNet-Create
RUN_DEPENDS+=	${SITE_PERL}/WWW/Pastebin/RafbNet/Create.pm:${PORTSDIR}/www/p5-WWW-Pastebin-RafbNet-Create
.endif
@


1.3
log
@- Update to 0.18

PR:             ports/142685
Approved by:    baptiste.daroussin@@gmail.com (maintainer)
Submitted by:   myself (pgollucci@@)
@
text
@d10 1
a18 1
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
a21 1
		${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
@


1.2
log
@- Update to 0.17

PR:             ports/141547
Approved by:     maintainer
Submitted by:   myself (pgollucci@@)
@
text
@d9 1
a9 1
PORTVERSION=	0.17
d34 1
a34 1
MAN1=	nopaste.1
d47 2
a48 1
		App::Nopaste::Service::Snitch.3
@


1.1
log
@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/dist/App-Nopaste

PR:		ports/132500
Submitted by:	bapt <baptiste.daroussin at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d34 2
d39 1
a48 2
MAN1=		nopaste.1

@

