head	1.10;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	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.8
	RELEASE_6_2_0:1.8
	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.5
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.10
date	2009.12.29.11.15.10;	author miwi;	state Exp;
branches;
next	1.9;

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

1.8
date	2006.01.22.02.50.20;	author edwin;	state Exp;
branches;
next	1.7;

1.7
date	2005.03.16.20.17.52;	author anders;	state Exp;
branches;
next	1.6;

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

1.5
date	2004.12.16.05.49.24;	author kris;	state Exp;
branches;
next	1.4;

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

1.3
date	2002.11.23.23.20.38;	author anders;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.10.22.30.03;	author anders;	state Exp;
branches;
next	1.1;

1.1
date	2002.07.06.16.54.43;	author anders;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- Update to 1.2.10

PR:		142043
Submitted by:	Ports Fury
@
text
@bin/gringotts
share/applications/gringotts.desktop
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/BUGS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
share/locale/de/LC_MESSAGES/gringotts.mo
share/locale/fr/LC_MESSAGES/gringotts.mo
share/locale/it/LC_MESSAGES/gringotts.mo
share/locale/pl/LC_MESSAGES/gringotts.mo
share/locale/ru/LC_MESSAGES/gringotts.mo
share/pixmaps/gringotts.xpm
share/pixmaps/gringotts-32.xpm
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@@dirrmtry share/applications
@


1.9
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
@d2 1
a2 6
share/pixmaps/gringotts.xpm
share/locale/de/LC_MESSAGES/gringotts.mo
share/locale/fr/LC_MESSAGES/gringotts.mo
share/locale/it/LC_MESSAGES/gringotts.mo
%%GNOMEHIER%%share/gnome/apps/Utilities/gringotts.desktop
%%GNOMEHIER%%@@unexec rmdir -p %D/share/gnome/apps/Utilities 2>/dev/null || true
a4 1
%%PORTDOCS%%%%DOCSDIR%%/COPYING
d10 7
d18 1
@


1.8
log
@Replace ugly "@@unexec rmdir %D... 2>/dev/null || true" with @@dirrmtry

Approved by:    krion@@
PR:             ports/88711 (related)
@
text
@d2 1
a2 1
share/gnome/pixmaps/gringotts.xpm
a7 2
@@dirrmtry share/gnome/pixmaps
@@dirrmtry share/gnome
@


1.7
log
@Remove (correct) pixmaps directory and its parent, if empty.

Requested by:	pointyhat/bugmagnet
@
text
@d8 2
a9 2
@@unexec rmdir %D/share/gnome/pixmaps 2>/dev/null || true
@@unexec rmdir %D/share/gnome 2>/dev/null || true
@


1.6
log
@Satisfy pointyhat: install pixmap in commonly used gnome directory.
Use DOCSDIR.
@
text
@d8 2
a9 1
@@unexec rmdir %D/share/pixmaps 2>/dev/null || true
@


1.5
log
@Clean up handling of locale directories at deinstall-time:

* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
@
text
@d2 1
a2 1
share/pixmaps/gringotts.xpm
d8 10
a17 9
%%PORTDOCS%%share/doc/gringotts/AUTHORS
%%PORTDOCS%%share/doc/gringotts/BUGS
%%PORTDOCS%%share/doc/gringotts/COPYING
%%PORTDOCS%%share/doc/gringotts/ChangeLog
%%PORTDOCS%%share/doc/gringotts/FAQ
%%PORTDOCS%%share/doc/gringotts/NEWS
%%PORTDOCS%%share/doc/gringotts/README
%%PORTDOCS%%share/doc/gringotts/TODO
%%PORTDOCS%%@@dirrm share/doc/gringotts
@


1.4
log
@Update to 1.2.2.
Fix plist.
@
text
@a5 1
@@unexec rmdir -p %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
@


1.3
log
@Update to 1.2.1.
@
text
@d7 11
a17 2
%%GNOME:%%share/gnome/apps/Utilities/gringotts.desktop
%%GNOME:%%@@unexec rmdir -p %D/share/gnome/apps 2>/dev/null || true
@


1.2
log
@Update to 0.7.0.
Use USE_GNOMENG.
@
text
@a1 6
include/libgringotts.h
lib/libgringotts.so.2
lib/libgringotts.so
lib/libgringotts.la
lib/libgringotts.a
libdata/pkgconfig/libgringotts.pc
@


1.1
log
@Add gringotts, a GTK application for securely storing sensitive data.
@
text
@a0 1
bin/gringotts-bin
d3 1
a3 1
lib/libgringotts.so.1
d7 1
a7 1
lib/pkgconfig/libgringotts.pc
@

