diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-28 02:34:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-05-28 02:34:50 +0800 |
commit | a974676e72654f2e58914c7b886f2d21a59dbdd0 (patch) | |
tree | 64e061ec07926504cda916cb463e90b3de0b2236 /devel/glib20/pkg-descr | |
parent | fc95db5c73a58aa4a6eccf2e9e21f6a717d05a76 (diff) | |
download | marcuscom-ports-a974676e72654f2e58914c7b886f2d21a59dbdd0.tar marcuscom-ports-a974676e72654f2e58914c7b886f2d21a59dbdd0.tar.gz marcuscom-ports-a974676e72654f2e58914c7b886f2d21a59dbdd0.tar.bz2 marcuscom-ports-a974676e72654f2e58914c7b886f2d21a59dbdd0.tar.lz marcuscom-ports-a974676e72654f2e58914c7b886f2d21a59dbdd0.tar.xz marcuscom-ports-a974676e72654f2e58914c7b886f2d21a59dbdd0.tar.zst marcuscom-ports-a974676e72654f2e58914c7b886f2d21a59dbdd0.zip |
Update to 2.25.7.
Glib now as a dbus dependancy. This will replace dbus-glib. But the application
needs to be ported. So no need for a conflict entry.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14137 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/pkg-descr')
-rw-r--r-- | devel/glib20/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr new file mode 100644 index 000000000..3b3059030 --- /dev/null +++ b/devel/glib20/pkg-descr @@ -0,0 +1,5 @@ +GLib provides a simple, abstract, and highly portable set of C support +routines such as lists, trees, hashes, memory allocation, and much, much +more. It is a foundation for writing portable applications. + +WWW: http://www.gtk.org/ |