summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/libgsf-gnome/Makefile35
-rw-r--r--devel/libgsf-gnome/pkg-descr3
-rw-r--r--devel/libgsf-gnome/pkg-plist11
-rw-r--r--devel/libgsf/Makefile40
-rw-r--r--devel/libgsf/distinfo3
-rw-r--r--devel/libgsf/pkg-descr2
-rw-r--r--devel/libgsf/pkg-plist106
7 files changed, 200 insertions, 0 deletions
diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile
new file mode 100644
index 000000000..3e9bb38a9
--- /dev/null
+++ b/devel/libgsf-gnome/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: libgsf
+# Date created: 11 September 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTREVISION= 0
+CATEGORIES= devel gnome
+PKGNAMESUFFIX= -gnome
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A GNOME wrapper for libgsf
+
+MASTERDIR= ${.CURDIR}/../libgsf
+BUILD_WRKSRC= ${WRKSRC}/gsf-gnome
+INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+USE_GNOME= gnomehack libgsf gnomevfs2 libbonobo ltverhack intlhack
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
+ --with-bz2 --with-gnome-vfs --with-gio
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lgsf-1"
+
+GSF_SLAVE= yes
+
+post-install:
+ @${MKDIR} ${PREFIX}/libdata/pkgconfig
+ @${INSTALL_DATA} ${WRKSRC}/libgsf-gnome-1.pc \
+ ${PREFIX}/libdata/pkgconfig/
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/libgsf-gnome/pkg-descr b/devel/libgsf-gnome/pkg-descr
new file mode 100644
index 000000000..0252aadf0
--- /dev/null
+++ b/devel/libgsf-gnome/pkg-descr
@@ -0,0 +1,3 @@
+The library is a bonobo and gnomevfs wrapper for libgsf, providing a high level
+API for GNOME applications to access and exchange various structured file
+formats.
diff --git a/devel/libgsf-gnome/pkg-plist b/devel/libgsf-gnome/pkg-plist
new file mode 100644
index 000000000..4f502a67c
--- /dev/null
+++ b/devel/libgsf-gnome/pkg-plist
@@ -0,0 +1,11 @@
+include/libgsf-1/gsf-gnome/gsf-input-bonobo.h
+include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h
+include/libgsf-1/gsf-gnome/gsf-output-bonobo.h
+include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h
+include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h
+lib/libgsf-gnome-1.a
+lib/libgsf-gnome-1.la
+lib/libgsf-gnome-1.so
+lib/libgsf-gnome-1.so.114
+libdata/pkgconfig/libgsf-gnome-1.pc
+@dirrm include/libgsf-1/gsf-gnome
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
new file mode 100644
index 000000000..342bf7e45
--- /dev/null
+++ b/devel/libgsf/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: libgsf
+# Date created: 11 September 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libgsf
+PORTVERSION= 1.14.9
+PORTREVISION?= 0
+CATEGORIES?= devel
+MASTER_SITES= GNOME
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT?= An extensible i/o abstraction for dealing with structured file formats
+
+.if !exists(/usr/lib/libbz2.so)
+LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
+.endif
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_LDCONFIG= yes
+USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 gconf2 ltverhack intlhack
+USE_AUTOTOOLS= libtool:15
+CONFIGURE_ARGS?=--without-gnome-vfs --without-python --with-gio \
+ --without-bonobo
+CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.if !defined(GSF_SLAVE)
+GCONF_SCHEMAS= gsf-office-thumbnailer.schemas
+MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo
new file mode 100644
index 000000000..53f4d445c
--- /dev/null
+++ b/devel/libgsf/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome2/libgsf-1.14.9.tar.bz2) = 422a8461927b863780d3579991a915a5
+SHA256 (gnome2/libgsf-1.14.9.tar.bz2) = d1618fe63f2725992b5b26e2676d6c7a68a0b227ff5e84759aa6695100307cd6
+SIZE (gnome2/libgsf-1.14.9.tar.bz2) = 626043
diff --git a/devel/libgsf/pkg-descr b/devel/libgsf/pkg-descr
new file mode 100644
index 000000000..258f82307
--- /dev/null
+++ b/devel/libgsf/pkg-descr
@@ -0,0 +1,2 @@
+The library aims to provide an efficient extensible i/o abstraction for
+dealing with different structured file formats.
diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist
new file mode 100644
index 000000000..4b3b24af2
--- /dev/null
+++ b/devel/libgsf/pkg-plist
@@ -0,0 +1,106 @@
+bin/gsf
+bin/gsf-office-thumbnailer
+bin/gsf-vba-dump
+include/libgsf-1/gsf/gsf-blob.h
+include/libgsf-1/gsf/gsf-clip-data.h
+include/libgsf-1/gsf/gsf-doc-meta-data.h
+include/libgsf-1/gsf/gsf-docprop-vector.h
+include/libgsf-1/gsf/gsf-impl-utils.h
+include/libgsf-1/gsf/gsf-infile-impl.h
+include/libgsf-1/gsf/gsf-infile-msole.h
+include/libgsf-1/gsf/gsf-infile-msvba.h
+include/libgsf-1/gsf/gsf-infile-stdio.h
+include/libgsf-1/gsf/gsf-infile-zip.h
+include/libgsf-1/gsf/gsf-infile.h
+include/libgsf-1/gsf/gsf-input-bzip.h
+include/libgsf-1/gsf/gsf-input-gio.h
+include/libgsf-1/gsf/gsf-input-gzip.h
+include/libgsf-1/gsf/gsf-input-http.h
+include/libgsf-1/gsf/gsf-input-impl.h
+include/libgsf-1/gsf/gsf-input-iochannel.h
+include/libgsf-1/gsf/gsf-input-memory.h
+include/libgsf-1/gsf/gsf-input-proxy.h
+include/libgsf-1/gsf/gsf-input-stdio.h
+include/libgsf-1/gsf/gsf-input-textline.h
+include/libgsf-1/gsf/gsf-input.h
+include/libgsf-1/gsf/gsf-libxml.h
+include/libgsf-1/gsf/gsf-meta-names.h
+include/libgsf-1/gsf/gsf-msole-utils.h
+include/libgsf-1/gsf/gsf-open-pkg-utils.h
+include/libgsf-1/gsf/gsf-opendoc-utils.h
+include/libgsf-1/gsf/gsf-outfile-impl.h
+include/libgsf-1/gsf/gsf-outfile-msole.h
+include/libgsf-1/gsf/gsf-outfile-stdio.h
+include/libgsf-1/gsf/gsf-outfile-zip.h
+include/libgsf-1/gsf/gsf-outfile.h
+include/libgsf-1/gsf/gsf-output-bzip.h
+include/libgsf-1/gsf/gsf-output-csv.h
+include/libgsf-1/gsf/gsf-output-gio.h
+include/libgsf-1/gsf/gsf-output-gzip.h
+include/libgsf-1/gsf/gsf-output-iconv.h
+include/libgsf-1/gsf/gsf-output-impl.h
+include/libgsf-1/gsf/gsf-output-iochannel.h
+include/libgsf-1/gsf/gsf-output-memory.h
+include/libgsf-1/gsf/gsf-output-stdio.h
+include/libgsf-1/gsf/gsf-output.h
+include/libgsf-1/gsf/gsf-structured-blob.h
+include/libgsf-1/gsf/gsf-timestamp.h
+include/libgsf-1/gsf/gsf-utils.h
+include/libgsf-1/gsf/gsf.h
+lib/libgsf-1.a
+lib/libgsf-1.la
+lib/libgsf-1.so
+lib/libgsf-1.so.114
+libdata/pkgconfig/libgsf-1.pc
+share/doc/gsf/GsfClipData.html
+share/doc/gsf/api.html
+share/doc/gsf/dependencies.html
+share/doc/gsf/gsf-Bononbo.html
+share/doc/gsf/gsf-Compression.html
+share/doc/gsf/gsf-GIO.html
+share/doc/gsf/gsf-GIOChannel.html
+share/doc/gsf/gsf-GnomeVFS.html
+share/doc/gsf/gsf-Infile-reading-structed-files.html
+share/doc/gsf/gsf-Input-from-unstructured-files.html
+share/doc/gsf/gsf-MS-OLE2.html
+share/doc/gsf/gsf-OASIS-Open-Document.html
+share/doc/gsf/gsf-Outfile-writing-structed-files.html
+share/doc/gsf/gsf-Output-to-unstructured-files.html
+share/doc/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html
+share/doc/gsf/gsf-Text.html
+share/doc/gsf/gsf-XML-and-libxml.html
+share/doc/gsf/gsf-Zip.html
+share/doc/gsf/gsf-blobs.html
+share/doc/gsf/gsf-index.html
+share/doc/gsf/gsf-memory.html
+share/doc/gsf/gsf-metadata.html
+share/doc/gsf/gsf-users.html
+share/doc/gsf/gsf-utils.html
+share/doc/gsf/gsf.devhelp
+share/doc/gsf/gsf.devhelp2
+share/doc/gsf/history.html
+share/doc/gsf/home.png
+share/doc/gsf/index.html
+share/doc/gsf/index.sgml
+share/doc/gsf/intro.html
+share/doc/gsf/io.html
+share/doc/gsf/left.png
+share/doc/gsf/misc.html
+share/doc/gsf/parsers.html
+share/doc/gsf/right.png
+share/doc/gsf/sources.html
+share/doc/gsf/style.css
+share/doc/gsf/up.png
+share/locale/es/LC_MESSAGES/libgsf.mo
+share/locale/nb/LC_MESSAGES/libgsf.mo
+share/locale/oc/LC_MESSAGES/libgsf.mo
+share/locale/sv/LC_MESSAGES/libgsf.mo
+share/locale/zh_HK/LC_MESSAGES/libgsf.mo
+share/locale/zh_TW/LC_MESSAGES/libgsf.mo
+@dirrmtry share/locale/zh_HK/LC_MESSAGES
+@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrm share/doc/gsf
+@dirrm include/libgsf-1/gsf
+@dirrm include/libgsf-1