The FreeBSD Ports Archive
FreeBSD textproc : cole4>
A free C OLE library
Cole is a free C OLE library. Using cole, you can access Microsoft' `Structured
Storage' files. The most popular Microsoft's programs generate `Structured
Storage' files, incluiding the Microsoft' suite for offices. StarDivision'
suite (StarOffice) generate `Structured Storage' files too. FlashPix file
format is `Structured Storage' too.
|
cole history
v. 1.18
date: 2007/02/01 02:41:57; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.17
date: 2006/08/15 01:04:52; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.16
date: 2006/04/09 14:50:04; author: vs; state: Exp; lines: +1 -3
Master site is dead; drop USE_REINPLACE while here
PR: ports/94320
Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.15
date: 2006/02/23 10:39:19; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.14
date: 2005/11/15 06:51:14; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.13
date: 2005/06/03 20:18:07; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.12
date: 2004/07/09 17:42:51; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.11
date: 2004/03/14 06:17:25; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.10
date: 2003/07/29 09:12:33; author: sobomax; state: Exp; lines: +1 -1
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
v. 1.9
date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2001/04/03 13:23:37; author: sobomax; state: Exp; lines: +2 -1
Put copy of distfiles on MASTER_SITE_LICAL.
Submitted by: bento
v. 1.7
date: 2001/03/28 18:10:45; author: sobomax; state: Exp; lines: +3 -3
Author in the process of moving from the old to the new MASTER_SITE, so
but backup site first in MASTER_SITES.
Submitted by: bento
v. 1.6
date: 2001/02/05 16:34:30; author: olgeni; state: Exp; lines: +2 -2
More style fixes for ports/textproc.
v. 1.5
date: 2000/06/16 21:52:03; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.4
date: 2000/06/16 10:37:14; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.3
date: 2000/05/17 11:18:26; author: sobomax; state: Exp; lines: +3 -3
's|sobomax@altavista.net|sobomax@FreeBSD.org|'
v. 1.2
date: 2000/04/09 21:52:16; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 1999/12/27 02:09:58; author: steve; state: Exp;
Adding cole version 2.0.1
A free C OLE library
PR: 14705 (1 of 2)
Submitted by: Maxim Sobolev
=============================================================================
v. 1.18
date: 2007/02/01 02:41:57; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.17
date: 2006/08/15 01:04:52; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.16
date: 2006/04/09 14:50:04; author: vs; state: Exp; lines: +1 -3
Master site is dead; drop USE_REINPLACE while here
PR: ports/94320
Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.15
date: 2006/02/23 10:39:19; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.14
date: 2005/11/15 06:51:14; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.13
date: 2005/06/03 20:18:07; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.12
date: 2004/07/09 17:42:51; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.11
date: 2004/03/14 06:17:25; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.10
date: 2003/07/29 09:12:33; author: sobomax; state: Exp; lines: +1 -1
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
v. 1.9
date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2001/04/03 13:23:37; author: sobomax; state: Exp; lines: +2 -1
Put copy of distfiles on MASTER_SITE_LICAL.
Submitted by: bento
v. 1.7
date: 2001/03/28 18:10:45; author: sobomax; state: Exp; lines: +3 -3
Author in the process of moving from the old to the new MASTER_SITE, so
but backup site first in MASTER_SITES.
Submitted by: bento
v. 1.6
date: 2001/02/05 16:34:30; author: olgeni; state: Exp; lines: +2 -2
More style fixes for ports/textproc.
v. 1.5
date: 2000/06/16 21:52:03; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.4
date: 2000/06/16 10:37:14; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.3
date: 2000/05/17 11:18:26; author: sobomax; state: Exp; lines: +3 -3
's|sobomax@altavista.net|sobomax@FreeBSD.org|'
v. 1.2
date: 2000/04/09 21:52:16; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 1999/12/27 02:09:58; author: steve; state: Exp;
Adding cole version 2.0.1
A free C OLE library
PR: 14705 (1 of 2)
Submitted by: Maxim Sobolev
=============================================================================
v. 1.18
date: 2007/02/01 02:41:57; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.17
date: 2006/08/15 01:04:52; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.16
date: 2006/04/09 14:50:04; author: vs; state: Exp; lines: +1 -3
Master site is dead; drop USE_REINPLACE while here
PR: ports/94320
Submitted by: Ion-Mihai "IOnut" Tetcu
v. 1.15
date: 2006/02/23 10:39:19; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.14
date: 2005/11/15 06:51:14; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.13
date: 2005/06/03 20:18:07; author: oliver; state: Exp; lines: +6 -1
change the libtool version to use from 1.3 to 1.5
v. 1.12
date: 2004/07/09 17:42:51; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.11
date: 2004/03/14 06:17:25; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.10
date: 2003/07/29 09:12:33; author: sobomax; state: Exp; lines: +1 -1
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
v. 1.9
date: 2003/03/07 06:11:37; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.8
date: 2001/04/03 13:23:37; author: sobomax; state: Exp; lines: +2 -1
Put copy of distfiles on MASTER_SITE_LICAL.
Submitted by: bento
v. 1.7
date: 2001/03/28 18:10:45; author: sobomax; state: Exp; lines: +3 -3
Author in the process of moving from the old to the new MASTER_SITE, so
but backup site first in MASTER_SITES.
Submitted by: bento
v. 1.6
date: 2001/02/05 16:34:30; author: olgeni; state: Exp; lines: +2 -2
More style fixes for ports/textproc.
v. 1.5
date: 2000/06/16 21:52:03; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.4
date: 2000/06/16 10:37:14; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.3
date: 2000/05/17 11:18:26; author: sobomax; state: Exp; lines: +3 -3
's|sobomax@altavista.net|sobomax@FreeBSD.org|'
v. 1.2
date: 2000/04/09 21:52:16; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 1999/12/27 02:09:58; author: steve; state: Exp;
Adding cole version 2.0.1
A free C OLE library
PR: 14705 (1 of 2)
Submitted by: Maxim Sobolev
=============================================================================
|
| |

|