Port details |
- libmwaw Import library for some old mac text documents
- 0.2.0_1 textproc
=0 0.2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: office@FreeBSD.org
- Port Added: 2014-02-24 23:00:51
- Last Update: 2014-10-31 13:11:59
- SVN Revision: 371812
- License: LGPL21 MPL
- WWW:
- http://libmwaw.sourceforge.net/
- Description:
- libmwaw contains some import filters for old Macintosh text documents
(MacWrite, ClarisWorks, ... ) and some spreadsheet documents.
WWW: http://libmwaw.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:
-
- libmwaw>0:textproc/libmwaw
- No installation instructions:
- This port has been deleted.
- PKGNAME: libmwaw
- 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:
-
- libwpd-0.9.so : textproc/libwpd
- libwpg-0.2.so : graphics/libwpg
- 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: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.0_1 31 Oct 2014 13:11:59 |
bapt |
Update to 0.3.3
Remove ancient unused version |
0.2.0_1 07 Oct 2014 10:03:15 |
bapt |
Import libmwaw03
Ensure it does not conflicts with libmwaw |
0.2.0 12 Jun 2014 12:42:49 |
ale |
Fix build on 10.x.
Approved by: bapt |
0.2.0 11 Jun 2014 14:40:31 |
bapt |
Update to libreoffice 4.2.4
- Speed staging phase by really installing to the stagedir directly
- Rework to use predefined targets for build and install
- Strip binaries
- Remove now unnecessary dependencies on autotools
- Add patches to fix crashes with icu 53.1 |
0.1.11_2 10 Jun 2014 17:14:37 |
bapt |
Strip binaries |
0.1.11_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.1.11_1 31 Mar 2014 22:41:15 |
bapt |
Fix build
Reported by: marino |
0.1.11_1 30 Mar 2014 22:10:10 |
bapt |
When STL is libc++ use shared pointer from C++11 instead of boost one |
0.1.11_1 25 Feb 2014 18:27:02 |
jkim |
Fix plist. |
0.1.11_1 25 Feb 2014 08:00:27 |
bapt |
Convert to USES=libtool |
0.1.11 24 Feb 2014 23:00:39 |
jkim |
libmwaw contains some import filters for old Macintosh text documents
(MacWrite, ClarisWorks, ... ) and some spreadsheet documents.
WWW: http://libmwaw.sourceforge.net/ |
Number of commits found: 11
|