head	1.20;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	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.15
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_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.02;	author dinoex;	state Exp;
branches;
next	1.18;

1.18
date	2011.08.10.14.30.32;	author ehaupt;	state Exp;
branches;
next	1.17;

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

1.16
date	2010.03.28.06.43.18;	author dinoex;	state Exp;
branches;
next	1.15;

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

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

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

1.12
date	2008.04.19.17.53.24;	author miwi;	state Exp;
branches;
next	1.11;

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

1.10
date	2007.05.19.20.22.27;	author flz;	state Exp;
branches;
next	1.9;

1.9
date	2006.10.14.08.54.42;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.05.05.20.11;	author marcus;	state Exp;
branches;
next	1.7;

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

1.6
date	2004.11.07.22.37.10;	author marcus;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2003.11.13.12.54.51;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2003.08.24.22.50.05;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.29.19.33.58;	author kbyanc;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gcipher
# Date created:		25 June 2003
# Whom:			Shannon -jj Behrens <jjinux@@yahoo.com>
#
# $FreeBSD: head/security/gcipher/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	gcipher
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	security gnome
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A simple encryption tool

LICENSE=	BSD

USE_GNOME=	pygnome2
USE_PYTHON=	yes

MAN1=		gcipher.1
LICENSE_FILES=	${WRKSRC}/LICENSE

post-patch:
	@@${REINPLACE_CMD} -e \
		'/^VERSION/s|=.*|= "${PORTVERSION}"|g ; \
		 /^GLADEDIR/s|=.*|= "${DATADIR}/lib"|g' ${WRKSRC}/src/Const.py
	@@${REINPLACE_CMD} -e \
		's|/usr/bin/python|${SETENV} python|g ; \
		 s|^# sys.path.append|sys.path.append|g ; \
		 s|/usr/share/gcipher/lib|${DATADIR}/lib|' ${WRKSRC}/src/gcipher

do-build:
	@@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/src
	@@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/src

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/src/gcipher ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/gcipher.1 ${MANPREFIX}/man/man1
	${INSTALL_DATA} ${WRKSRC}/src/gcipher.desktop ${PREFIX}/share/applications
	@@${MKDIR} ${DATADIR}/lib
	@@(cd ${WRKSRC}/src && \
		${FIND} . -name '*.glade' \
			-o -name '*.gladep' \
			-o -name '*.py' \
			-o -name '*.pyc' \
			-o -name '*.pyo' | \
		${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/lib)
	@@${MKDIR} ${DATADIR}/plugins
	@@(cd ${WRKSRC}/plugins && \
		${FIND} . -name '*.glade' \
			-o -name '*.gladep' \
			-o -name '*.py' | \
		${CPIO} -pdm -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/plugins)
	@@${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx
	@@${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE}
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@(cd ${WRKSRC} && \
		${INSTALL_DATA} CONTRIB README ${DOCSDIR})
.endif

.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.1

PR:		158443
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d10 1
@


1.17
log
@Reset maintainer not working on this anymore.

Submitted by:	maintainer (by mail)
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	14
d16 1
a16 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome2
d18 1
a19 1
USE_GNOME=	libgnomeui
d21 2
a22 3
GCIPHER_PREFIX=	${PREFIX}/share/gcipher

MAN1=	gcipher.1
d25 7
a31 2
	@@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
		${WRKSRC}/src/Const.py ${WRKSRC}/src/gcipher
d34 2
a35 2
	(cd ${WRKSRC}/src; \
	 ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py .)
d38 24
a61 26
	${MKDIR} \
	    ${GCIPHER_PREFIX}/lib/cipher \
	    ${GCIPHER_PREFIX}/lib/ciphergui \
	    ${GCIPHER_PREFIX}/plugins/cipher \
	    ${GCIPHER_PREFIX}/plugins/ciphergui

	(cd ${WRKSRC}; \
	 ${INSTALL_MAN} gcipher.1 ${PREFIX}/man/man1; \
	 ${INSTALL_DATA} CONTRIB LICENSE README "${GCIPHER_PREFIX}")

	(cd ${WRKSRC}/src; \
	 ${INSTALL_SCRIPT} gcipher ${PREFIX}/bin/gcipher; \
	 ${INSTALL_DATA} gcipher.desktop ${PREFIX}/share/applications; \
	 for i in `${FIND} . -name '*.py' \
		       -o -name '*.pyc' \
		       -o -name '*.glade' \
		       -o -name '*.gladep'`; do \
		${INSTALL_DATA} "$$i" "${GCIPHER_PREFIX}/lib/$$i"; \
	 done)

	(cd ${WRKSRC}/plugins; \
	 for i in `${FIND} . -name '*.py' \
		       -o -name '*.glade' \
		       -o -name '*.gladep'`; do \
		${INSTALL_DATA} "$$i" "${GCIPHER_PREFIX}/plugins/$$i"; \
	 done)
@


1.16
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d14 1
a14 1
MAINTAINER=	jjinux@@yahoo.com
@


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


1.14
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	12
@


1.13
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=	11
@


1.12
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	10
@


1.11
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
@d10 1
a10 1
PORTREVISION=	9
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
a19 1
USE_XLIB=	yes
@


1.10
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=	7
d24 1
a24 1
GCIPHER_PREFIX=	${PREFIX}/share/gnome/gcipher
d28 4
d49 1
a49 1
	 ${INSTALL_DATA} gcipher.desktop ${PREFIX}/share/gnome/applications; \
@


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


1.8
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d10 1
a10 1
PORTREVISION=	5
d21 1
a21 1
USE_X_PREFIX=	yes
@


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


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


1.5
log
@Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


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

(Part 1)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.3
log
@Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
@
text
@d10 1
@


1.2
log
@Change the py-gnome2 dependency check to something that doesn't change
every 2 weeks.
@
text
@d45 1
a45 1
	 for i in `find . -name '*.py' \
d53 1
a53 1
	 for i in `find . -name '*.py' \
@


1.1
log
@Add gcipher 1.0, a simple encryption tool.

PR:		53738
Submitted by:	Shannon -jj Behrens <jjinux@@yahoo.com>
@
text
@d17 1
a17 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gnome/uimodule.so:${PORTSDIR}/x11-toolkits/py-gnome2
@

