summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-07 16:01:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-07 16:01:27 +0800
commitb85d33b04ad31a1447ffa11adb0d55da5698d56a (patch)
tree6d3e3c638bda35d7ff5566aec61b0ebc0c4661dd /devel
parent2a742c49c816aba06af5827a8167c8f9fd26eda1 (diff)
downloadmarcuscom-ports-b85d33b04ad31a1447ffa11adb0d55da5698d56a.tar
marcuscom-ports-b85d33b04ad31a1447ffa11adb0d55da5698d56a.tar.gz
marcuscom-ports-b85d33b04ad31a1447ffa11adb0d55da5698d56a.tar.bz2
marcuscom-ports-b85d33b04ad31a1447ffa11adb0d55da5698d56a.tar.lz
marcuscom-ports-b85d33b04ad31a1447ffa11adb0d55da5698d56a.tar.xz
marcuscom-ports-b85d33b04ad31a1447ffa11adb0d55da5698d56a.tar.zst
marcuscom-ports-b85d33b04ad31a1447ffa11adb0d55da5698d56a.zip
Add libgsf.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@536 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/libgsf/Makefile32
-rw-r--r--devel/libgsf/distinfo1
-rw-r--r--devel/libgsf/files/patch-configure10
-rw-r--r--devel/libgsf/files/patch-gsf_gsf-shared-memory.c10
-rw-r--r--devel/libgsf/pkg-comment1
-rw-r--r--devel/libgsf/pkg-descr2
-rw-r--r--devel/libgsf/pkg-plist84
7 files changed, 140 insertions, 0 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
new file mode 100644
index 000000000..53adfb414
--- /dev/null
+++ b/devel/libgsf/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: libgsf
+# Date created: 11 September 2002
+# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
+#
+# $FreeBSD: ports/devel/libgsf/Makefile,v 1.5 2003/01/19 19:39:38 marcus Exp $
+#
+
+PORTNAME= libgsf
+PORTVERSION= 1.7.2
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.7
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= bonobo-2.0:${PORTSDIR}/devel/libbonobo \
+ gnomevfs-2.0:${PORTSDIR}/devel/gnomevfs2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomehack
+USE_LIBTOOL= yes
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \
+ --disable-gtk-doc --with-gnome
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+.include <bsd.port.mk>
diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo
new file mode 100644
index 000000000..22b7a7c76
--- /dev/null
+++ b/devel/libgsf/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/libgsf-1.7.2.tar.bz2) = b89147bf49e5840f87f6f9b83a28e86d
diff --git a/devel/libgsf/files/patch-configure b/devel/libgsf/files/patch-configure
new file mode 100644
index 000000000..de62becfe
--- /dev/null
+++ b/devel/libgsf/files/patch-configure
@@ -0,0 +1,10 @@
+--- configure.orig Tue Dec 10 17:56:28 2002
++++ configure Wed Dec 25 03:03:11 2002
+@@ -7565,6 +7565,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
new file mode 100644
index 000000000..03f4e6379
--- /dev/null
+++ b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c
@@ -0,0 +1,10 @@
+--- gsf/gsf-shared-memory.c.orig Wed Sep 11 23:58:35 2002
++++ gsf/gsf-shared-memory.c Wed Sep 11 23:58:46 2002
+@@ -21,6 +21,7 @@
+ #include <gsf-config.h>
+ #include <gsf/gsf-shared-memory.h>
+ #include <gsf/gsf-impl-utils.h>
++#include <sys/types.h>
+
+ #ifdef HAVE_MMAP
+ #include <sys/mman.h>
diff --git a/devel/libgsf/pkg-comment b/devel/libgsf/pkg-comment
new file mode 100644
index 000000000..959a72513
--- /dev/null
+++ b/devel/libgsf/pkg-comment
@@ -0,0 +1 @@
+An extensible i/o abstraction for dealing with structured file formats
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..74a98ba07
--- /dev/null
+++ b/devel/libgsf/pkg-plist
@@ -0,0 +1,84 @@
+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
+include/libgsf-1/gsf/gsf-doc-meta-data.h
+include/libgsf-1/gsf/gsf-impl-utils.h
+include/libgsf-1/gsf/gsf-infile-msole.h
+include/libgsf-1/gsf/gsf-infile-msvba.h
+include/libgsf-1/gsf/gsf-infile-zip.h
+include/libgsf-1/gsf/gsf-infile.h
+include/libgsf-1/gsf/gsf-input-gzip.h
+include/libgsf-1/gsf/gsf-input-memory.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-msole-utils.h
+include/libgsf-1/gsf/gsf-outfile-msole.h
+include/libgsf-1/gsf/gsf-outfile-zip.h
+include/libgsf-1/gsf/gsf-outfile.h
+include/libgsf-1/gsf/gsf-output-gzip.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.so
+lib/libgsf-1.so.8
+lib/libgsf-gnome-1.a
+lib/libgsf-gnome-1.so
+lib/libgsf-gnome-1.so.8
+libdata/pkgconfig/libgsf-1.pc
+libdata/pkgconfig/libgsf-gnome-1.pc
+share/doc/gsf/gsf-gsf-impl-utils.html
+share/doc/gsf/gsf-gsf-infile-msole.html
+share/doc/gsf/gsf-gsf-infile-zip.html
+share/doc/gsf/gsf-gsf-infile.html
+share/doc/gsf/gsf-gsf-input-gnomevfs.html
+share/doc/gsf/gsf-gsf-input-gzip.html
+share/doc/gsf/gsf-gsf-input-memory.html
+share/doc/gsf/gsf-gsf-input-stdio.html
+share/doc/gsf/gsf-gsf-input-textline.html
+share/doc/gsf/gsf-gsf-input.html
+share/doc/gsf/gsf-gsf-libxml.html
+share/doc/gsf/gsf-gsf-outfile.html
+share/doc/gsf/gsf-gsf-output.html
+share/doc/gsf/gsf-gsf-shared-memory.html
+share/doc/gsf/gsf-gsf-utils.html
+share/doc/gsf/gsf-gsf.html
+share/doc/gsf/gsf-gsfinfile.html
+share/doc/gsf/gsf-gsfinput.html
+share/doc/gsf/gsf-gsfoutput.html
+share/doc/gsf/gsf.html
+share/doc/gsf/i1823.html
+share/doc/gsf/index.html
+share/doc/gsf/index.sgml
+share/doc/gsf/r1117.html
+share/doc/gsf/r1200.html
+share/doc/gsf/r1320.html
+share/doc/gsf/r1384.html
+share/doc/gsf/r14.html
+share/doc/gsf/r1414.html
+share/doc/gsf/r1580.html
+share/doc/gsf/r1622.html
+share/doc/gsf/r1737.html
+share/doc/gsf/r175.html
+share/doc/gsf/r299.html
+share/doc/gsf/r329.html
+share/doc/gsf/r415.html
+share/doc/gsf/r501.html
+share/doc/gsf/r56.html
+share/doc/gsf/r743.html
+share/doc/gsf/r858.html
+share/doc/gsf/r876.html
+share/doc/gsf/r962.html
+@dirrm share/doc/gsf
+@dirrm include/libgsf-1/gsf-gnome
+@dirrm include/libgsf-1/gsf
+@dirrm include/libgsf-1