diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-02 21:15:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-02 21:15:50 +0000 |
commit | 1ed70897976aa800309584ff4b1336e576d568a4 (patch) | |
tree | 5322cd7f6b06ff6016b3ba9a7d6cba21a6f404ad /devel/libgsf-gnome | |
parent | afc9f6baddc2baa930ee7566091825091d63d10f (diff) | |
download | pkgsrc-1ed70897976aa800309584ff4b1336e576d568a4.tar.gz |
Mention GNOME to differentiate this from libgsf itself.
Diffstat (limited to 'devel/libgsf-gnome')
-rw-r--r-- | devel/libgsf-gnome/DESCR | 2 | ||||
-rw-r--r-- | devel/libgsf-gnome/Makefile | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgsf-gnome/DESCR b/devel/libgsf-gnome/DESCR index 6bb521cb776..c0bf1d3b52e 100644 --- a/devel/libgsf-gnome/DESCR +++ b/devel/libgsf-gnome/DESCR @@ -1,3 +1,5 @@ libgsf provides an efficient extensible I/O abstraction for dealing with different structured file formats. It has support for Microsoft OLE2 streams and Zip import. The aim of this library is to replace libole2. + +This package contains the GNOME support for libgsf. diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile index 7e83054738c..ab49e254c64 100644 --- a/devel/libgsf-gnome/Makefile +++ b/devel/libgsf-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2009/08/02 10:52:06 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2009/08/02 21:15:50 wiz Exp $ # DISTNAME= libgsf-1.14.15 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ -COMMENT= GNOME2 structured file library +COMMENT= GNOME2 structured file library (GNOME support) LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 CONFLICTS+= libgsf<1.14.15nb1 |