ab2b FreshPorts -- textproc/xmlwrapp
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
xmlwrapp 0.7.0 textproc on this many watch lists=0 search for ports that depend on this port
A modern style C++ library for working with XML data

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Jan 2003 17:51:43
License: BSD


xmlwrapp is a modern style C++ library for working with XML data. It provides
a simple and easy to use interface for the very powerful libxml2 XML parser.

Features:
   * Tree parsing. XML data is parsed and a tree of xml::node objects is
     created. Similar to the DOM.
   * Event parsing. XML data is parsed as protected member functions of an
     event class are called. Similar to SAX.
   * It is easy to construct an XML tree using xml::node objects. Any
     xml::node may be inserted into an IOStream causing translation to XML
     text data.
   * Complete isolation from the backend parser due to the private
     implementation (pimpl) idiom.

WWW: http://xmlwrapp.sourceforge.net/
     https://github.com/vslavik/xmlwrapp
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/pkgconf
  2. devel/libtool
Required Libraries:
  1. devel/boost-libs
  2. textproc/libxml2

This port is required by:

for Libraries

To install the port: cd /usr/ports/textproc/xmlwrapp/ && make install clean
To add the package: pkg_add -r xmlwrapp


Configuration Options
===> The following configuration options are available for xmlwrapp-0.7.0:
     XSLT=off: Build libxsltwrap library (requires libxslt)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  3. http://freefr.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  4. http://garr.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  5. http://heanet.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  6. http://hivelocity.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  7. http://ignum.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  8. http://internode.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  9. http://iweb.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  10. http://jaist.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  11. http://kaz.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  12. http://kent.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  13. http://master.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  14. http://nchc.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  15. http://ncu.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  16. http://netcologne.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  17. http://sunet.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  18. http://superb-dca3.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  19. http://switch.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  20. http://tenet.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  21. http://ufpr.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/
  22. http://waix.dl.sourceforge.net/project/xmlwrapp/xmlwrapp/0.7.0/

Number of commits found: 28

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Apr 2013 14:20:28
Original commit files touched by this commit  0.7.0
bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
23 Mar 2013 17:57:04
Original commit files touched by this commit  0.7.0
miwi search for other commits by this committer
- Update to 0.7.0

PR:		177270
Submitted by:	Ports Fury
31 Jan 2013 13:38:43
Original commit files touched by this commit  0.6.3_1
bapt search for other commits by this committer
Chase boost update
07 Oct 2012 04:49:08
Original commit files touched by this commit  0.6.3
eadler search for other commits by this committer
Convert to OptionsNG

PR:	ports/172437
Submitted by:	Michael Gmelin <freebsd@grem.de>
26 Jul 2012 05:40:24
Original commit files touched by this commit  0.6.3
bapt search for other commits by this committer
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
23 Jul 2012 01:33:56
Original commit files touched by this commit  0.6.3
dougb search for other commits by this committer
For ports maintained by ports@ where pkgconfig is one of the USE_GNOME deps
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
23 May 2012 02:01:46
Original commit files touched by this commit  0.6.3
miwi search for other commits by this committer
- Update to 0.6.3

PR:             168048
Submitted by:   Ports Fury
25 Aug 2011 15:06:44
Original commit files touched by this commit  0.6.2
sunpoet search for other commits by this committer
- Update to 0.6.2
- Add OPTIONS: XSLT
- While I'm here, add WWW

Changes:       
http://xmlwrapp.svn.sourceforge.net/viewvc/xmlwrapp/tags/release-0.6.2/NEWS
PR:             ports/158582
Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
03 Jul 2011 14:40:25
Original commit files touched by this commit  0.5.0
ohauer search for other commits by this committer
-remove MD5
19 Jun 2009 05:12:25
Original commit files touched by this commit  0.5.0
pgollucci search for other commits by this committer
- Fix build with custom LOCALBASE/PREFIX

Reported by:    QATty
29 Aug 2008 15:59:40
Original commit files touched by this commit  0.5.0
ijliao search for other commits by this committer
use SF instead of MASTER_SITE_SOURCEFORGE
WWW no longer exists
03 Jul 2007 08:20:49
Original commit files touched by this commit  0.5.0
danfe search for other commits by this committer
- Unbreak with recent GCC
- Consistencify sed(1) regexps
02 Jul 2007 19:01:04
Original commit files touched by this commit  0.5.0
pav search for other commits by this committer
- Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2
15 Aug 2006 01:04:55
Original commit files touched by this commit  0.5.0
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
08 May 2006 12:03:53
Original commit files touched by this commit  0.5.0
itetcu search for other commits by this committer
Use the new tarball from sourceforge and unbreak fetching.
Diff to the old one:
- INSTALL rewording
- Makefile is gone (autogenerated)
- xmlwrapp-config is gone, it uses only configure.pl
- xmlwrapp.pc is gone (wasn't installed anyway)

Also patch configure.pl for the right path to perl.

PR:             ports/96634
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (me)
Approved by:    lawrance (mentor)
25 Nov 2005 18:40:57
Original commit files touched by this commit  0.5.0
pav search for other commits by this committer
- Add SHA256
20 Mar 2004 17:25:38
Original commit files touched by this commit  0.5.0
krion search for other commits by this committer
- Update to version 0.5.0

PR:             ports/64508
Submitted by:   Ports Fury
31 Jan 2004 01:01:15
Original commit files touched by this commit  0.4.4
arved search for other commits by this committer
Fix build on AMD64
29 Jan 2004 16:13:06
Original commit files touched by this commit  0.4.4
trevor search for other commits by this committer
SIZEify.
31 Oct 2003 22:19:52
Original commit files touched by this commit  0.4.4
krion search for other commits by this committer
- Update to version 0.4.4

PR:             58772
Submitted by:   Ports Fury
24 Oct 2003 21:30:41
Original commit files touched by this commit  0.4.3
krion search for other commits by this committer
- Fix build on 5.x

PR:             58416
Submitted by:   Jens Rehsack <rehsack@liwing.de>
22 Aug 2003 20:55:35
Original commit files touched by this commit  0.4.3
krion search for other commits by this committer
- Update to version 0.4.3

PR:             55874
Submitted by:   Ports Fury
30 Jul 2003 19:24:37
Original commit files touched by this commit  0.4.1_1
krion search for other commits by this committer
* Rearrange USE_GNOME

PR:             55067
Submitted by:   Ports Fury
Approved by:    fjoe (mentor) (implicit)
19 May 2003 00:59:26
Original commit files touched by this commit  0.4.1_1
petef search for other commits by this committer
- respect CFLAGS/PREFIX properly
- utilize WANT_GNOME
- install pkg-config .pc file to correct place
- bump PORTREVISION

PR:             52142
Submitted by:   Ports Fury
13 Apr 2003 10:37:17
Original commit files touched by this commit  0.4.1
ijliao search for other commits by this committer
add xslt support
09 Apr 2003 13:49:06
Original commit files touched by this commit  0.4.1
ijliao search for other commits by this committer
upgrade to 0.4.1
20 Feb 2003 19:11:26
Original commit files touched by this commit  0.3.0
knu search for other commits by this committer
De-pkg-comment.
13 Jan 2003 17:51:15
Original commit files touched by this commit  0.3.0
ijliao search for other commits by this committer
add xmlwrapp 0.3.0
A modern style C++ library for working with XML data

Number of commits found: 28

2837
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours8
new 7 days25
new fortnight57
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0