head	1.19;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.06.01.05.24.07;	author dinoex;	state Exp;
branches;
next	1.17;

1.17
date	2011.09.23.22.25.15;	author amdmi3;	state Exp;
branches;
next	1.16;

1.16
date	2010.05.31.02.00.52;	author ade;	state Exp;
branches;
next	1.15;

1.15
date	2010.03.28.06.43.27;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2010.02.05.11.43.51;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2009.12.29.11.13.44;	author miwi;	state Exp;
branches;
next	1.12;

1.12
date	2009.07.31.13.55.44;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2008.09.07.00.18.43;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2008.06.06.14.01.01;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2007.05.19.20.22.48;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2007.04.21.09.11.10;	author sat;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.30.22.46.01;	author sat;	state Exp;
branches;
next	1.6;

1.6
date	2006.07.23.11.24.31;	author sat;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.07.20.58.57;	author sat;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.21.10.38.10;	author sat;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.17.05.41.29;	author sat;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.08.21.41.08;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.08.14.06.14;	author sat;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	parano
# Date created:		3 May 2006
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/security/parano/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	parano
PORTVERSION=	0.3.5
PORTREVISION=	4
CATEGORIES=	security
MASTER_SITES=	BERLIOS

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A Gnome program to deal with hashfiles

USE_GNOME=	pygnome2
USE_PYTHON=	yes
USE_GETTEXT=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>
@


1.18
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.16
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d22 2
a23 2
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.15
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.14
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.13
log
@- Update to 0.3.5

PR:		142044
Submitted by:	Ports Fury
@
text
@d10 1
@


1.12
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d9 1
a9 2
PORTVERSION=	0.3.4
PORTREVISION=	4
d11 1
a11 1
MASTER_SITES=	CENKES BERLIOS
d16 1
a16 4
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
a17 1
USE_GNOME=	gtk20
d20 1
a23 3
post-patch:
	@@${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py

@


1.11
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.10
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.9
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.8
log
@- Add mirrors to all my berlios-hosted ports

Prompted by:	pointyhat via kris, fenner's survey
@
text
@d10 1
@


1.7
log
@- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
@
text
@d11 1
a11 1
MASTER_SITES=	BERLIOS
d16 2
a17 2
BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
RUN_DEPENDS+=	${BUILD_DEPENDS}
a20 1
USE_X_PREFIX=	yes
d28 1
a28 1
	${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
@


1.6
log
@- Update to 0.3.4
@
text
@d11 1
a11 5
MASTER_SITES=	${MASTER_SITE_BERLIOS} \
		http://bsd1.csme.ru/myports/ \
		http://bsd2.csme.ru/myports/ \
		http://bsd3.csme.ru/myports/
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.5
log
@- Update to 0.3.3
@
text
@d9 1
a9 1
PORTVERSION=	0.3.3
d28 1
a32 1
	${REINPLACE_CMD} -e 's/$$</$$>/' ${WRKSRC}/src/Makefile.in
@


1.4
log
@- Add MASTER_SITES

Reported by:	Bill Fenner's distfile survey
Approved by:	krion (mentor, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
@


1.3
log
@- py-gtk2 should be both run- and build-dependency

Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
@
text
@d11 4
a14 2
MASTER_SITES=	http://download.berlios.de/%SUBDIR%/ \
		http://download2.berlios.de/%SUBDIR%/
@


1.2
log
@Update my e-mail address

Approved by:	krion (mentor, implicit)
@
text
@d18 2
a19 1
RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
@


1.1
log
@Add parano: A Gnome program to deal with hashfiles

PR:		ports/96710
Submitted by:	sat
Approved by:	krion (mentor)
@
text
@d3 1
a3 1
# Whom:			Andrew Pantyukhin <infofarmer@@gmail.com>
d15 1
a15 1
MAINTAINER=	infofarmer@@gmail.com
@

