head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.18
	RELEASE_8_2_0:1.18
	RELEASE_6_EOL:1.18
	RELEASE_8_1_0:1.18
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.06.01.05.24.03;	author dinoex;	state Exp;
branches;
next	1.18;

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

1.17
date	2010.02.05.11.43.46;	author dinoex;	state Exp;
branches;
next	1.16;

1.16
date	2009.11.27.22.52.27;	author sylvio;	state Exp;
branches;
next	1.15;

1.15
date	2009.09.26.08.41.54;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.22.00.34.53;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2009.07.31.13.55.39;	author dinoex;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.06.14.00.49;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.29.23.15.58;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2007.10.24.23.36.32;	author marcus;	state Exp;
branches;
next	1.9;

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

1.8
date	2006.11.12.19.01.29;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2006.10.14.08.54.42;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2006.05.13.04.15.03;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.05.05.19.17;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.12.10.52.35;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2004.11.07.22.37.11;	author marcus;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.14.16.35.41;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.14.15.08.36;	author pav;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gnome-password-generator
# Date created:				2004-07-13
# Whom:					Sergey Akifyev <asa@@gascom.ru>
#
# $FreeBSD: head/security/gnome-password-generator/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gnome-password-generator
PORTVERSION=	1.6
PORTREVISION=	5
CATEGORIES=	security gnome python
MASTER_SITES=	SF/gnome-password/Gnome%20Password%20Generator/${PORTVERSION}

MAINTAINER=	sylvio@@FreeBSD.org
COMMENT=	GNOME 2 password generator

USE_GNOME=	pygnome2
USE_PYTHON=	yes

do-build:
	@@cd ${WRKSRC} && ${SED} -e 's|/usr/bin/python|${PYTHON_CMD}|g ; \
		 s|/usr/share|${PREFIX}/share|g' ${PORTNAME}.py > ${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/*.png ${PREFIX}/share/pixmaps
	@@${MKDIR} ${PREFIX}/share/applications
	${INSTALL_DATA} ${WRKSRC}/*.desktop ${PREFIX}/share/applications

.include <bsd.port.mk>
@


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


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


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


1.16
log
@- Update my mail address to FreeBSD

Approved by:	miwi (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.15
log
@- Pass maintainership to submitter

PR:		139073
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
Feature safe:	yes
@
text
@d14 1
a14 1
MAINTAINER=	scjamorim@@bsd.com.br
@


1.14
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.13
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 1
MASTER_SITES=	SF/gnome-password
@


1.12
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
@d10 1
a10 1
PORTREVISION=	1
@


1.11
log
@- Update to 1.6

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


1.10
log
@Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
@
text
@d9 1
a9 2
PORTVERSION=	1.4
PORTREVISION=	6
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	gnome-password
a17 1
USE_GMAKE=	yes
d19 9
a27 3
post-patch:
	@@${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|g' ${WRKSRC}/Makefile
	@@${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' ${WRKSRC}/${PORTNAME}
@


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=	5
d23 1
a23 1
	@@${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|g' -e 's|(prefix)/share|(prefix)/share/gnome|g' ${WRKSRC}/Makefile
@


1.8
log
@Reset inactive maintainer asa@@gascom.ru.

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


1.7
log
@Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
@
text
@d15 1
a15 1
MAINTAINER=	asa@@gascom.ru
@


1.6
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
a10 1
PORTREVISION=	3
a19 1
USE_X_PREFIX=	yes
@


1.5
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@a20 1
USE_REINPLACE=	yes
@


1.4
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.3
log
@Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.2
log
@- Fix up category

Pointy hat to:	pav
@
text
@d10 1
@


1.1
log
@Add gnome-password-generator, a small GUI utility to generate random passwords.

PR:		ports/68984
Submitted by:	Sergey Akifyev <asa@@gascom.ru>
@
text
@d10 1
a10 1
CATEGORIES=	sysutils gnome python
@

