head	1.20;
access;
symbols
	RELEASE_6_EOL:1.19
	RELEASE_8_1_0:1.19
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.16
	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.12
	RELEASE_6_1_0:1.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.20
date	2011.01.04.03.32.19;	author mezz;	state dead;
branches;
next	1.19;

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

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

1.17
date	2008.06.06.14.00.58;	author edwin;	state Exp;
branches;
next	1.16;

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

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

1.14
date	2006.12.22.02.51.15;	author kuriyama;	state Exp;
branches;
next	1.13;

1.13
date	2006.12.21.13.31.55;	author kuriyama;	state Exp;
branches;
next	1.12;

1.12
date	2006.10.14.08.54.42;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2006.05.26.20.44.07;	author pav;	state Exp;
branches;
next	1.10;

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

1.9
date	2006.03.07.08.27.36;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.05.20.37.47;	author trevor;	state Exp;
branches;
next	1.7;

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

1.6
date	2003.02.20.18.59.07;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.11.10.16.47.53;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.06.22.46.50;	author adamw;	state Exp;
branches;
next	1.3;

1.3
date	2002.08.28.18.03.58;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2002.06.23.20.39.13;	author pat;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.15.13.13.12;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.20
log
@The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.

PR:		ports/153355
Discussed with:	My team, FreeBSD GNOME Team
Tested by:	pointyhat-exp (thanks pav!)
@
text
@# ex:ts=8
# Ports collection makefile for:	nofgpg
# Date created:			Mar 15, 2002
# Whom:				ijliao
#
# $FreeBSD: ports/security/nofgpg/Makefile,v 1.19 2010/03/28 06:43:25 dinoex Exp $
#

PORTNAME=	nofgpg
PORTVERSION=	0.5.1
PORTREVISION=	8
CATEGORIES=	security python
MASTER_SITES=	http://www.cgabriel.org/download/nofgpg/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	No One Fears GPG

RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1 \
		${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome

USE_PYTHON=	yes
NO_BUILD=	yes

MAN1=		nofgpg.1
PLIST_FILES=	bin/nofgpg

post-patch:
	@@${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share,g" \
		${WRKSRC}/nofgpg

do-install:
	@@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	@@${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1

.include <bsd.port.mk>
@


1.19
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.18
log
@- update to jpeg-8
@
text
@d11 1
a11 1
PORTREVISION=	7
@


1.17
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
@d11 1
a11 1
PORTREVISION=	6
@


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
@d11 1
a11 1
PORTREVISION=	5
@


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
@d11 1
a11 1
PORTREVISION=	4
d28 1
a28 1
	@@${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share/gnome,g" \
@


1.14
log
@- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
  depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
  correct.  To work around this, change dependency line from bin/gpg
  to bin/gpgv which exists in security/gnupg1 port only.

Spotted by:	ume
@
text
@d11 1
a11 1
PORTREVISION=	3
@


1.13
log
@- Upgrade gnupg to 2.0.1.  Old stable version (1.4.6) was repocopied
  to security/gnupg1.

Thanks to:	dougb, lofi
@
text
@d11 1
a11 1
PORTREVISION=	2
d18 1
a18 1
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg1 \
@


1.12
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
@d11 1
a11 1
PORTREVISION=	1
d18 1
a18 1
RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg \
@


1.11
log
@- Update to 0.5.1

PR:		ports/97806
Submitted by:	Martin Wilke <freebsd@@unixfreunde.de>
@
text
@d11 1
d28 2
a29 1
	@@${REINPLACE_CMD} -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg
@


1.10
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d10 1
a10 2
PORTVERSION=	0.4
PORTREVISION=	2
d12 1
a12 1
MASTER_SITES=	http://www.cgabriel.org/sw/nofgpg/
@


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

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


1.8
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d11 1
a11 1
PORTREVISION=	1
@


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

(Part 1)
@
text
@d25 2
a26 1
MAN1=	nofgpg.1
@


1.6
log
@De-pkg-comment.
@
text
@d11 1
@


1.5
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d15 1
@


1.4
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a15 2
PORTCOMMENT=	No One Fears GPG

@


1.3
log
@Directory layouts of py-gtk and py-gnome packages have been changed, so that
update *_DEPENDS properly.
@
text
@d16 2
@


1.2
log
@PERL -> REINPLACE_CMD

PR:		ports/39729, ports/39727, ports/39726, ports/39724
PR:		ports/39722, ports/39721, ports/39720, ports/39719, ports/39718
Submitted by:	Scott Flatman <sf@@dsinw.com>
@
text
@d17 1
a17 1
		${PYTHON_SITELIBDIR}/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
@


1.1
log
@add nofgpg 0.4
No One Fears GPG
@
text
@d19 1
d26 1
a26 1
	@@${PERL} -pi -e "s,/usr/share,${X11BASE}/share/gnome,g" ${WRKSRC}/nofgpg
@

