mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
libole2 contains OLE support functions, currently aimed at the
Excel[tm] plugin for math/gnumeric, but extensible.
This commit is contained in:
parent
18afaa57ef
commit
803d2d65dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29725
@ -106,6 +106,7 @@
|
|||||||
SUBDIR += libmalloc
|
SUBDIR += libmalloc
|
||||||
SUBDIR += libneural
|
SUBDIR += libneural
|
||||||
SUBDIR += libol
|
SUBDIR += libol
|
||||||
|
SUBDIR += libole2
|
||||||
SUBDIR += libshhmsg
|
SUBDIR += libshhmsg
|
||||||
SUBDIR += libshhopt
|
SUBDIR += libshhopt
|
||||||
SUBDIR += libsigc++
|
SUBDIR += libsigc++
|
||||||
|
25
devel/libole2/Makefile
Normal file
25
devel/libole2/Makefile
Normal file
@ -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>
|
1
devel/libole2/distinfo
Normal file
1
devel/libole2/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (libole2-0.1.4.tar.gz) = 9a63c171245ef062460abb67363d1785
|
11
devel/libole2/files/patch-aa
Normal file
11
devel/libole2/files/patch-aa
Normal file
@ -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
|
16
devel/libole2/files/patch-ab
Normal file
16
devel/libole2/files/patch-ab
Normal file
@ -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@"
|
||||||
|
|
1
devel/libole2/pkg-comment
Normal file
1
devel/libole2/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Support library for OLE functions (MS-Excel) for gnumeric
|
4
devel/libole2/pkg-descr
Normal file
4
devel/libole2/pkg-descr
Normal file
@ -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/
|
26
devel/libole2/pkg-plist
Normal file
26
devel/libole2/pkg-plist
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user