head	1.13;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2013.03.11.18.31.59;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.05.09.11.36.57;	author sunpoet;	state Exp;
branches;
next	1.10;

1.10
date	2012.04.30.03.09.07;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2011.07.15.08.32.58;	author sunpoet;	state Exp;
branches;
next	1.8;

1.8
date	2010.10.01.01.14.18;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2010.09.22.17.10.26;	author sunpoet;	state Exp;
branches;
next	1.6;

1.6
date	2010.08.17.20.35.43;	author bapt;	state Exp;
branches;
next	1.5;

1.5
date	2010.05.30.23.39.46;	author sylvio;	state Exp;
branches;
next	1.4;

1.4
date	2010.04.04.23.51.46;	author pgollucci;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2009.07.13.22.44.24;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313907
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Anonymous
# $FreeBSD: head/www/wgetpaste/Makefile 313907 2013-03-11 14:34:23Z sunpoet $

PORTNAME=	wgetpaste
PORTVERSION=	2.21
CATEGORIES=	www
MASTER_SITES=	http://wgetpaste.zlin.dk/ \
		LOCAL/sunpoet
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}.example zlin.conf
EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	Paste to several pastebin services via bash script

RUN_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget

NO_BUILD=	yes
USE_BZIP2=	yes

post-patch:
	@@${REINPLACE_CMD} \
		-e 's|/etc/|${PREFIX}/etc/|g' \
		-e 's|\(INFO_COMMAND=\).*|\1"pkg_info -aE"|' \
		-e 's|\(INFO_ARGS=\).*|\1|' \
			${WRKSRC}/${PORTNAME}

do-install:
	${MKDIR} ${PREFIX}/etc/${PORTNAME}.d/ ${PREFIX}/share/zsh/site-functions/
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
	${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.example ${PREFIX}/etc/${PORTNAME}.conf.sample
	${INSTALL_DATA} ${DISTDIR}/zlin.conf ${PREFIX}/etc/${PORTNAME}.d/
	${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${PREFIX}/share/zsh/site-functions/

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	wgetpaste
# Date created:				2 Jul 2009
# Whom:					Anonymous
#
# $FreeBSD: head/www/wgetpaste/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	2.20
@


1.11
log
@- Update to 2.20
- Cosmetic change

Changes:
- Add service: poundpython (http://paste.pound-python.org/)
- Remove service: osl (http://pastebin.osuosl.org/pastebin.php)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@- Update to 2.19
@
text
@d9 1
a9 1
PORTVERSION=	2.19
d33 1
a34 2
	${MKDIR} ${PREFIX}/share/zsh/site-functions/
	${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} ${PREFIX}/share/zsh/site-functions/
a35 1
	${MKDIR} ${PREFIX}/etc/${PORTNAME}.d/
d37 1
@


1.9
log
@- Remove useless DIST_SUBDIR
- Cosmetic change
@
text
@d9 1
a9 1
PORTVERSION=	2.18
@


1.8
log
@- Use LOCAL/sunpoet as backup MASTER_SITES

Approved by:	pgollucci (mentor)
@
text
@d30 1
a30 1
		${WRKSRC}/${PORTNAME}
d33 6
a38 9
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${MKDIR} ${PREFIX}/share/zsh/site-functions
	${INSTALL_DATA} ${WRKSRC}/_${PORTNAME} \
		${PREFIX}/share/zsh/site-functions
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}.example \
		${PREFIX}/etc/${PORTNAME}.conf.sample
	${MKDIR} ${PREFIX}/etc/${PORTNAME}.d
	${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/zlin.conf \
		${PREFIX}/etc/${PORTNAME}.d
@


1.7
log
@- Update MAINTAINER to my FreeBSD.org address

Approved by:	pgollucci (mentor)
@
text
@d12 1
a12 1
		http://sunpoet.net/distfiles/
@


1.6
log
@Update to

PR:		ports/149742
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet _at_ sunpoet.net>
Approved by:	tabthorpe (mentor)
@
text
@d16 1
a16 1
MAINTAINER=	sunpoet@@sunpoet.net
@


1.5
log
@- Update to 2.17
- Pass maintainership to submitter.

PR:		ports/147176
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
@
text
@d9 1
a9 1
PORTVERSION=	2.17
@


1.4
log
@re-assign back to ports@@
@
text
@d9 1
a9 1
PORTVERSION=	2.16
d11 2
a12 1
MASTER_SITES=	http://wgetpaste.zlin.dk/
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
d22 1
a23 1
NO_BUILD=	yes
d25 2
a26 2
post-patch:	.SILENT
	${REINPLACE_CMD} \
@


1.3
log
@- Update to 2.16
@
text
@d15 1
a15 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.2
log
@- Update to 2.14
@
text
@d9 1
a9 1
PORTVERSION=	2.14
@


1.1
log
@A Script that automates pasting to a number of pastebin services
relying only on bash, sed, coreutils (mktemp/sort/tr/wc/whoami/tee)
and wget

WWW: http://wgetpaste.zlin.dk/

PR:		ports/136411
Submitted by:	Anonymous
@
text
@d9 1
a9 1
PORTVERSION=	2.13
@

