head	1.2;
access;
symbols
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2010.05.10.21.18.48;	author kwm;	state dead;
branches;
next	1.1;

1.1
date	2008.03.24.22.19.11;	author kwm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
@
text
@--- configure.orig	2008-01-21 11:22:47.000000000 +0100
+++ configure	2008-03-22 00:28:15.000000000 +0100
@@@@ -22421,7 +22421,7 @@@@
 	have_gio=yes
 fi
 
-if test "2.2" == "$LIBSOUP_API"
+if test "2.2" = "$LIBSOUP_API"
 then
 
 cat >>confdefs.h <<\_ACEOF
@@@@ -22430,7 +22430,7 @@@@
 
 fi
 
-if test "yes" == "$have_gio"
+if test "yes" = "$have_gio"
 then
   LIBEPC_CFLAGS="$LIBEPC_CFLAGS $GIO_CFLAGS"
   LIBEPC_LIBS="$LIBEPC_LIBS $GIO_LIBS"
@


1.1
log
@Add libepc. The Easy Publish and Consume library provides an easy method to:

    * publish data per HTTPS
    * announce that information via DNS-SD
    * find that information
    * and finally consume it

You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
@
text
@@

