head	1.26;
access;
symbols
	RELEASE_8_3_0:1.24
	RELEASE_9_0_0:1.24
	RELEASE_7_4_0:1.23
	RELEASE_8_2_0:1.23
	RELEASE_6_EOL:1.23
	RELEASE_8_1_0:1.23
	RELEASE_7_3_0:1.22
	RELEASE_8_0_0:1.21
	RELEASE_7_2_0:1.19
	RELEASE_7_1_0:1.19
	RELEASE_6_4_0:1.19
	RELEASE_5_EOL:1.18
	RELEASE_7_0_0:1.16
	RELEASE_6_3_0:1.16
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.11
	RELEASE_4_11_0:1.11
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.11
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


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

1.25
date	2012.06.01.05.24.02;	author dinoex;	state Exp;
branches;
next	1.24;

1.24
date	2011.09.23.22.25.11;	author amdmi3;	state Exp;
branches;
next	1.23;

1.23
date	2010.03.28.06.43.17;	author dinoex;	state Exp;
branches;
next	1.22;

1.22
date	2010.02.05.11.43.45;	author dinoex;	state Exp;
branches;
next	1.21;

1.21
date	2009.08.22.00.34.52;	author amdmi3;	state Exp;
branches;
next	1.20;

1.20
date	2009.07.31.13.55.39;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2008.06.06.14.00.48;	author edwin;	state Exp;
branches;
next	1.18;

1.18
date	2008.03.25.22.44.37;	author miwi;	state Exp;
branches;
next	1.17;

1.17
date	2008.03.18.21.19.46;	author anders;	state Exp;
branches;
next	1.16;

1.16
date	2007.10.24.23.36.30;	author marcus;	state Exp;
branches;
next	1.15;

1.15
date	2007.05.19.20.22.24;	author flz;	state Exp;
branches;
next	1.14;

1.14
date	2006.05.13.04.15.02;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2006.03.07.08.27.33;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2005.05.30.17.50.36;	author anders;	state Exp;
branches;
next	1.11;

1.11
date	2004.02.04.05.08.44;	author marcus;	state Exp;
branches;
next	1.10;

1.10
date	2003.12.22.17.05.04;	author anders;	state Exp;
branches;
next	1.9;

1.9
date	2003.06.01.23.23.41;	author anders;	state Exp;
branches;
next	1.8;

1.8
date	2003.06.01.22.56.20;	author anders;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.07.06.10.40;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.23.21.11.53;	author anders;	state Exp;
branches;
next	1.5;

1.5
date	2003.01.23.20.58.35;	author anders;	state Exp;
branches;
next	1.4;

1.4
date	2002.04.22.01.38.21;	author anders;	state Exp;
branches;
next	1.3;

1.3
date	2001.10.07.02.03.42;	author petef;	state Exp;
branches;
next	1.2;

1.2
date	2001.07.01.15.41.51;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.27.21.40.54;	author will;	state Exp;
branches;
next	;


desc
@@


1.26
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fpm
# Date created:				10 June 2001
# Whom:					Anders Nordby <anders@@fix.no>
#
# $FreeBSD: head/security/fpm/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	fpm
PORTVERSION=	0.60
PORTREVISION=	8
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Figaro's Password Manager, an app to securely store your passwords

USE_GNOME=	gnomeprefix gnomehack gnomelibs
GNU_CONFIGURE=	yes
#CONFIGURE_ARGS+=	--without-included-gettext
LDFLAGS+=	-L${LOCALBASE}/lib
CFLAGS+=	-I${LOCALBASE}/include

MAN1=		fpm.1
PORTDOCS=	AUTHORS ChangeLog README TODO
PLIST_FILES=	bin/fpm share/pixmaps/fpm/logo.xpm
PLIST_DIRS=	share/pixmaps/fpm

pre-build:
	${REINPLACE_CMD} -E -e "s@@encrypt\(@@bfishencrypt\(@@g" ${WRKSRC}/src/blowfish.c

post-install:
.if !defined(NOPORTDOCS)
	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/fpm
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/fpm
.endfor
.endif
	@@${ECHO} "========================================================================="
	@@${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before"
	@@${ECHO} "expecting password generation to work well."
	@@${ECHO} "========================================================================="

.include <bsd.port.mk>
@


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


1.24
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=	7
@


1.23
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d20 2
a21 2
CONFIGURE_ENV+=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


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


1.21
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.20
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.19
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=	4
@


1.18
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.17
log
@Reset maintainership on these two ports that I no longer have an
interest for.
@
text
@a18 1
USE_X_PREFIX=	yes
@


1.16
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
@d15 1
a15 1
MAINTAINER=	anders@@FreeBSD.org
@


1.15
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
d27 2
a28 2
PLIST_FILES=	bin/fpm share/gnome/pixmaps/fpm/logo.xpm
PLIST_DIRS=	share/gnome/pixmaps/fpm
@


1.14
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.13
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@a19 1
USE_REINPLACE=	yes
@


1.12
log
@Update to 0.60.
Use autoconf, drop pkg-plist and patches.
@
text
@d10 1
@


1.11
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d9 1
a9 2
PORTVERSION=	0.59
PORTREVISION=	1
d20 9
a28 13

GPASSOURCE=	file.c librc2.c 
GPASVERS=	1.3.0
SOURCEFILES=	blowfish.c callbacks.c fpm.c fpm_clist.c fpm_crypt.c \
		fpm_gpw.c fpm_launcher.c fpm_pref.c import_gpasman.c \
		interface.c main.c md5.c passfile.c support.c
DOCS=		AUTHORS ChangeLog README TODO

GNOME_CFLAGS?=	`${GNOME_CONFIG} --cflags gnomeui` \
		`${LOCALBASE}/bin/xml-config --cflags`
GNOME_LIBS?=	`${GNOME_CONFIG} --libs gnomeui` \
		`${LOCALBASE}/bin/xml-config --libs`
CFLAGS+=	-DHAVE_CONFIG_H -I. -I.. ${GNOME_CFLAGS}
d33 1
a33 16
do-build:
.for f in ${GPASSOURCE}
	(cd ${WRKSRC}/src/gpasman-${GPASVERS}; ${CC} ${CFLAGS} ${GNOME_CFLAGS} -c ${f})
.endfor
.for f in ${SOURCEFILES}
	(cd ${WRKSRC}/src; ${CC} ${CFLAGS} ${GNOME_CFLAGS} -c ${f})
.endfor
	(cd ${WRKSRC}/src; ${CC} ${CFLAGS} -o fpm ${SOURCEFILES:S/.c/.o/g} \
	${GPASSOURCE:S/.c/.o/g:S/^/gpasman-${GPASVERS}\//g} ${GNOME_LIBS})

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/fpm ${PREFIX}/bin
	${INSTALL} -d -o root -g wheel -m 0755 \
	${PREFIX}/share/gnome/pixmaps/fpm
	${INSTALL_DATA} ${WRKSRC}/pixmaps/logo.xpm \
	${PREFIX}/share/gnome/pixmaps/fpm
d36 1
a36 1
.for f in ${DOCS}
@


1.10
log
@Update to 0.59:

- bugs fixed.
- support for exporting (ascii, xml) and importing (tab delimited,
gpasman) passwords added.
@
text
@d10 1
@


1.9
log
@Don't require the wrong libgnomeui - the one we want is in gnomelibs. No
need to require gnomehier either.

Pointy hat to:	me

Submitted by:	marcus
@
text
@d9 1
a9 1
PORTVERSION=	0.53
d21 5
a25 2
SOURCEFILES=	main.c fpm.c support.c interface.c passfile.c callbacks.c \
		blowfish.c fpm_crypt.c fpm_gpw.c md5.c fpm_clist.c fpm_pref.c
d28 2
a29 1
GNOME_CFLAGS?=	`${GNOME_CONFIG} --cflags gnomeui`
d38 3
d45 1
a45 1
	${GNOME_LIBS})
@


1.8
log
@Unbreak this port by updating to current bsd.gnome.mk standards.

PR:		ports/45301
Submitted by:	John Merryweather Cooper <coop9211@@uidaho.edu>
@
text
@d17 1
a17 1
USE_GNOME=	gnomeprefix gnomehack gnomehier gnomelibs libgnomeui
@


1.7
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d17 1
a17 1
USE_GNOME=	yes
@


1.6
log
@Correct typo from my last commit to this file.
@
text
@d15 1
@


1.5
log
@Use USE_REINPLACE & REINPLACE_CMD instead of PERL.

Requested by:	Ulrich Spoerlein <q@@uni.de>
@
text
@d30 1
a30 1
	${REINPLACE_CMD} -E -e ""s@@encrypt\(@@bfishencrypt\(@@g" ${WRKSRC}/src/blowfish.c
@


1.4
log
@Reclaim maintainership.
@
text
@d18 1
d30 1
a30 1
	${PERL} -pi -e "s@@encrypt\(@@bfishencrypt\(@@g" ${WRKSRC}/src/blowfish.c
@


1.3
log
@Set maintainer to ports@@FreeBSD.org

Submitted by:	Anders Nordby <anders@@fix.no> (previous maintainer)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fpm/Makefile,v 1.2 2001/07/01 15:41:51 kevlo Exp $
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Add some info about using rndcontrol.

PR: 28556
Submitted by: MAINTAINER
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/fpm/Makefile,v 1.1 2001/06/27 21:40:54 will Exp $
d14 1
a14 1
MAINTAINER=	anders@@fix.no
@


1.1
log
@Add fpm 0.53; Figaro's Password Manager, an app to securely store
your passwords.  Not that I would need/want it...

PR:		28229
Submitted by:	Anders Nordby <anders@@fix.no>
@
text
@d5 1
a5 1
# $FreeBSD$
d50 4
@

