summaryrefslogtreecommitdiff
path: root/devel/libole2
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-20 17:21:40 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-20 17:21:40 +0000
commit803d2d65dc6fde5cd8adf4149d7e1545fbd9bb37 (patch)
tree6760fe077f12685988ba78fd86fe985d621d627d /devel/libole2
parentUpdate from 20000422 to 20000615. (diff)
libole2 contains OLE support functions, currently aimed at the
Excel[tm] plugin for math/gnumeric, but extensible.
Notes
Notes: svn path=/head/; revision=29725
Diffstat (limited to 'devel/libole2')
-rw-r--r--devel/libole2/Makefile25
-rw-r--r--devel/libole2/distinfo1
-rw-r--r--devel/libole2/files/patch-aa11
-rw-r--r--devel/libole2/files/patch-ab16
-rw-r--r--devel/libole2/pkg-comment1
-rw-r--r--devel/libole2/pkg-descr4
-rw-r--r--devel/libole2/pkg-plist26
7 files changed, 84 insertions, 0 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile
new file mode 100644
index 000000000000..eb86bcb88373
--- /dev/null
+++ b/devel/libole2/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: libole2
+# Date created: 20th June 2000
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libole2
+PORTVERSION= 0.1.4
+CATEGORIES= devel gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= unstable/sources/libole2
+
+MAINTAINER= ade@FreeBSD.org
+
+LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
+
+.include <bsd.port.mk>
diff --git a/devel/libole2/distinfo b/devel/libole2/distinfo
new file mode 100644
index 000000000000..f8e3897396a8
--- /dev/null
+++ b/devel/libole2/distinfo
@@ -0,0 +1 @@
+MD5 (libole2-0.1.4.tar.gz) = 9a63c171245ef062460abb67363d1785
diff --git a/devel/libole2/files/patch-aa b/devel/libole2/files/patch-aa
new file mode 100644
index 000000000000..c6ec89f0166e
--- /dev/null
+++ b/devel/libole2/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed May 10 18:54:12 2000
++++ Makefile.in Tue Jun 20 10:23:44 2000
+@@ -92,7 +92,7 @@
+
+ EXTRA_DIST = autogen.sh libole2.m4 libole2Conf.sh.in gnome-libole2.m4
+
+-confexecdir = $(libdir)
++confexecdir = $(sysconfdir)
+ confexec_DATA = libole2Conf.sh
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
diff --git a/devel/libole2/files/patch-ab b/devel/libole2/files/patch-ab
new file mode 100644
index 000000000000..c1ec46c0fa81
--- /dev/null
+++ b/devel/libole2/files/patch-ab
@@ -0,0 +1,16 @@
+--- libole2Conf.sh.in.orig Fri Oct 8 16:27:56 1999
++++ libole2Conf.sh.in Tue Jun 20 11:45:56 2000
+@@ -2,11 +2,11 @@
+ exec_prefix=@exec_prefix@
+
+ if test "@includedir@" != /usr/include ; then
+- LIBOLE2_INCLUDEDIR="`glib-config --cflags` -I@includedir@"
++ LIBOLE2_INCLUDEDIR="`@GLIB_CONFIG@ --cflags` -I@includedir@"
+ else
+ LIBOLE2_INCLUDEDIR=""
+ fi
+ LIBOLE2_LIBDIR="-L@libdir@"
+-LIBOLE2_LIBS="-lole2 `glib-config --libs` @LIBS@"
++LIBOLE2_LIBS="-lole2 `@GLIB_CONFIG@ --libs` @LIBS@"
+ MODULE_VERSION="libole2-@VERSION@"
+
diff --git a/devel/libole2/pkg-comment b/devel/libole2/pkg-comment
new file mode 100644
index 000000000000..0295c653fc2c
--- /dev/null
+++ b/devel/libole2/pkg-comment
@@ -0,0 +1 @@
+Support library for OLE functions (MS-Excel) for gnumeric
diff --git a/devel/libole2/pkg-descr b/devel/libole2/pkg-descr
new file mode 100644
index 000000000000..20bb541c249d
--- /dev/null
+++ b/devel/libole2/pkg-descr
@@ -0,0 +1,4 @@
+A support library, containing OLE2 functions, required for MS-Excel
+support in gnumeric, the GNOME spreadsheet.
+
+WWW: http://www.gnome.org/
diff --git a/devel/libole2/pkg-plist b/devel/libole2/pkg-plist
new file mode 100644
index 000000000000..a142320f13ca
--- /dev/null
+++ b/devel/libole2/pkg-plist
@@ -0,0 +1,26 @@
+bin/libole2-config
+etc/libole2Conf.sh
+include/libole2/libole2.h
+include/libole2/ms-ole-summary.h
+include/libole2/ms-ole-vba.h
+include/libole2/ms-ole.h
+lib/libole2.a
+lib/libole2.so
+lib/libole2.so.0
+share/aclocal/gnome-libole2.m4
+share/aclocal/libole2.m4
+share/libole2/html/libole2-decl.txt
+share/libole2/html/libole2-sections.txt
+share/libole2/html/libole2.html
+share/libole2/html/libole2/index.html
+share/libole2/html/libole2/libole2-common.html
+share/libole2/html/libole2/libole2-miscellaneous.html
+share/libole2/html/libole2/libole2-msole.html
+share/libole2/html/libole2/libole2-msolestream.html
+share/libole2/html/libole2/libole2-msolesummary.html
+share/libole2/html/libole2/r14.html
+share/libole2/html/libole2/r19.html
+@dirrm share/libole2/html/libole2
+@dirrm share/libole2/html
+@dirrm share/libole2
+@dirrm include/libole2