Port details |
- simplexml C++ XML parser library
- 1.0.1_1 textproc
=0 1.0.1_1Version of this port present on the latest quarterly branch.
- BROKEN: unfetchable
DEPRECATED: Broken for more than 6 months This port expired on: 2020-05-05 IGNORE: is marked as broken: unfetchable
- Maintainer: konstantin.lepa@gmail.com
- Port Added: 2010-08-31 02:05:21
- Last Update: 2020-05-25 06:00:59
- SVN Revision: 536437
- License: not specified in port
- WWW:
- http://bitbucket.org/klepa/simplexml
- Description:
- A C++ XML parser library.
WWW: http://bitbucket.org/klepa/simplexml
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- simplexml>0:textproc/simplexml
- No installation instructions:
- This port has been deleted.
- PKGNAME: simplexml
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (simplexml/1.0.1.tar.gz) = 75cfe30b6dca0a89b3b6ec0d5ef631b428ed41c3294e26986cba408fe40b92e9
SIZE (simplexml/1.0.1.tar.gz) = 18274
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:
-
- cmake : devel/cmake
- ninja : devel/ninja
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libiconv.so : converters/libiconv
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake iconv
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1_1 25 May 2020 06:00:59 |
yuri |
Remove textproc/simplexml: Unfetchable
Unfetchable, an alternative upstream suggested in bug#235252 only contains the
MS C-sharp project which is unbuildable on FreeBSD
https://bitbucket.org/kberridge/simplexml/src
PR: 235252 |
1.0.1_1 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
1.0.1_1 06 Nov 2019 16:26:35 |
antoine |
Mark a few ports BROKEN (unfetchable) |
1.0.1_1 27 Jan 2019 18:19:01 |
yuri |
textproc/simplexml: Remove unnecessary .if defined(WITH_DEBUG)
USES=cmake translates WITH_DEBUG into -DDEBUG_MODE:BOOL=ON automatically.
Approved by: portmgr blanket |
1.0.1_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.0.1_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_1 03 Sep 2015 15:44:14 |
rakuco |
Uses/iconv.mk: Set iconv-related CMake variables.
The way we deal with iconv in base and ports across different FreeBSD
releases is complicated: 9.x does not have iconv.h in base, 10.1 has it with
a different prototype for iconv(3) and later versions have the right
iconv(3) prototype. And, in some cases (USES=iconv:{translit,wchar_t}), we
must always use the libiconv port.
This is why there are so many checks in Uses/iconv.mk: we need to know the
situation we currently have in order to decide whether to pull iconv from
converters/libiconv, whether to just use its header (and pull the library
from base) or whether to use everything from base.
r384038 adjusted several CMake-based ports, but did so in a way that was not
very scalable and required a few intrusive patches to some ports. Most ports (Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
1.0.1 15 Nov 2014 16:26:33 |
antoine |
Cleanup plist |
1.0.1 03 Sep 2014 02:25:53 |
adamw |
Fix build on 10+. |
1.0.1 01 Aug 2014 17:42:35 |
adamw |
Fix build. |
1.0.1 20 Jan 2014 20:47:33 |
mat |
* Convert to staging
* Convert to new LIB_DEPENDS format
Sponsored by: Absolight |
1.0.1 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.0.1 27 Apr 2013 18:25:25 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
1.0.1 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.0.1 07 Jul 2011 09:17:32 |
wen |
- Remove USE_GZIP=yes since it is default
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: pav@(portmgr) |
1.0.1 03 Jul 2011 14:40:25 |
ohauer |
-remove MD5 |
1.0.1 31 Aug 2010 02:04:59 |
amdmi3 |
A C++ XML parser library.
WWW: http://bitbucket.org/klepa/simplexml
PR: 149320
Submitted by: Konstantin Lepa <konstantin.lepa@gmail.com> |