Port details |
- libodfgen Library for generating documents in Open Document Format (ODF)
- 0.0.4_3 textproc
=0 0.0.4_3Version of this port present on the latest quarterly branch.
- Maintainer: office@FreeBSD.org
- Port Added: 2014-02-24 23:05:21
- Last Update: 2014-12-02 08:17:15
- SVN Revision: 373756
- License: LGPL21 MPL
- WWW:
- http://libwpd.sourceforge.net/
- Description:
- libodfgen is a library for generating documents in Open Document Format
(ODF). It provides generator implementation for the following libraries:
* libwpd (::WPXDocumentInterface): text documents
* libwpg (libwpg::WPGPaintInterface): vector drawings
* libetonyek (libetonyek::KEYPresentationInterface): presentations
As these APIs are used by multiple libraries, libodfgen can be used to
generate ODF from many sources.
WWW: http://libwpd.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- libodfgen>0:textproc/libodfgen
- No installation instructions:
- This port has been deleted.
- PKGNAME: libodfgen
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf : devel/pkgconf
- shared_ptr.hpp : devel/boost-libs
- Library dependencies:
-
- libetonyek-0.0.so : graphics/libetonyek
- libwpg-0.2.so : graphics/libwpg
- libwpd-0.9.so : textproc/libwpd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.4_3 02 Dec 2014 08:17:15 |
bapt |
Remove now unused library |
0.0.4_3 07 Oct 2014 10:17:34 |
bapt |
Import libodfgen01
Allow libodfgen to use c++11 shared pointed instead of boost |
0.0.4_2 10 Jun 2014 16:05:35 |
bapt |
Convert to USES=tar:xz |
0.0.4_2 09 Jun 2014 15:19:07 |
bapt |
Fix COMMENT |
0.0.4_2 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.0.4_1 25 Feb 2014 18:31:09 |
jkim |
Fix plist. |
0.0.4 25 Feb 2014 08:28:40 |
bapt |
Convert to USES=libtool |
0.0.4 24 Feb 2014 23:05:10 |
jkim |
libodfgen is a library for generating documents in Open Document Format
(ODF). It provides generator implementation for the following libraries:
* libwpd (::WPXDocumentInterface): text documents
* libwpg (libwpg::WPGPaintInterface): vector drawings
* libetonyek (libetonyek::KEYPresentationInterface): presentations
As these APIs are used by multiple libraries, libodfgen can be used to
generate ODF from many sources.
WWW: http://libwpd.sourceforge.net/ |
Number of commits found: 8
|