head	1.3;
access;
symbols
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.08.10.14.30.32;	author ehaupt;	state dead;
branches;
next	1.2;

1.2
date	2007.10.24.23.36.31;	author marcus;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Update to 1.1

PR:		158443
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@diff -ur ../gcipher-1.0.orig/src/gcipher ./src/gcipher
--- ../gcipher-1.0.orig/src/gcipher	Wed Jun 25 14:03:43 2003
+++ ./src/gcipher	Wed Jun 25 14:06:14 2003
@@@@ -1,10 +1,10 @@@@
-#!/usr/bin/python
+#!/usr/local/bin/python
 
 """This is the main executable script."""
 
 # Edit the path below if you need to port GCipher.
 import sys
-# sys.path.append("/usr/share/gcipher/lib")
+sys.path.append("%%PREFIX%%/share/gcipher/lib")
 
 from os import environ 
 from os.path import join
@


1.2
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
@@


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

PR:		53738
Submitted by:	Shannon -jj Behrens <jjinux@@yahoo.com>
@
text
@d13 1
a13 1
+sys.path.append("/usr/X11R6/share/gnome/gcipher/lib")
@

