notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
simplexml C++ XML parser library
1.0.1_1 textproc Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.1_1Version of this port present on the latest quarterly branch.
Broken BROKEN: unfetchable
Deprecated DEPRECATED: Broken for more than 6 months
Expired This port expired on: 2020-05-05
Ignore IGNORE: is marked as broken: unfetchable
Maintainer: konstantin.lepa@gmail.com search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. @ldconfig
  2. bin/simplexml_xsg
  3. include/simplexml/types.hpp
  4. include/simplexml/xml-attr.hpp
  5. include/simplexml/xml-element.hpp
  6. include/simplexml/xml-exception.hpp
  7. include/simplexml/xml-handler-base.hpp
  8. include/simplexml/xml-handler.hpp
  9. include/simplexml/xml-parser.hpp
  10. include/simplexml/xml-validator-base.hpp
  11. include/simplexml/xml-validator.hpp
  12. include/simplexml/xml-value.hpp
  13. lib/libsimplexml.so
  14. lib/libsimplexml.so.1
  15. lib/libsimplexml.so.1.0
Collapse this list.
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake
  2. ninja : devel/ninja
Library dependencies:
  1. libexpat.so : textproc/expat2
  2. 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:
Expand this list (1 items)
Collapse this list.
  1. http://bitbucket.org/klepa/simplexml/get/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.1_1
25 May 2020 06:00:59
Revision:536437Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:530719Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
1.0.1_1
06 Nov 2019 16:26:35
Revision:516897Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
1.0.1_1
27 Jan 2019 18:19:01
Revision:491375Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:395972Original commit files touched by this commit
rakuco search for other commits by this committer
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 View all of this commit message)
1.0.1_1
15 Apr 2015 08:20:28
Revision:384038Original commit files touched by this commit
tijl search for other commits by this committer
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 View all of this commit message)
1.0.1
15 Nov 2014 16:26:33
Revision:372605Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.0.1
03 Sep 2014 02:25:53
Revision:367142Original commit files touched by this commit
adamw search for other commits by this committer
Fix build on 10+.
1.0.1
01 Aug 2014 17:42:35
Revision:363743Original commit files touched by this commit
adamw search for other commits by this committer
Fix build.
1.0.1
20 Jan 2014 20:47:33
Revision:340470Original commit files touched by this commit
mat search for other commits by this committer
* Convert to staging
* Convert to new LIB_DEPENDS format

Sponsored by:	Absolight
1.0.1
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
1.0.1
27 Apr 2013 18:25:25
Revision:316683Original commit files touched by this commit
mva search for other commits by this committer
- 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
Revision:314960Original commit files touched by this commit
makc search for other commits by this committer
- 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
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
1.0.1
31 Aug 2010 02:04:59
Original commit files touched by this commit
amdmi3 search for other commits by this committer
A C++ XML parser library.

WWW:    http://bitbucket.org/klepa/simplexml

PR:             149320
Submitted by:   Konstantin Lepa <konstantin.lepa@gmail.com>

Number of commits found: 18