1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add xmlwrapp 0.3.0

A modern style C++ library for working with XML data
This commit is contained in:
Ying-Chieh Liao 2003-01-13 17:51:15 +00:00
parent fdc0747a9c
commit 5d3d4cec37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73063
6 changed files with 54 additions and 0 deletions

View File

@ -411,6 +411,7 @@
SUBDIR += xmlenc
SUBDIR += xmlpp
SUBDIR += xmlppm
SUBDIR += xmlwrapp
SUBDIR += xp
SUBDIR += xsl-docbook-modular
SUBDIR += xslide.el

View File

@ -0,0 +1,24 @@
# ex:ts=8
# Ports collection makefile for: xmlwrapp
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlwrapp
PORTVERSION= 0.3.0
CATEGORIES= textproc
MASTER_SITES= http://pmade.org/pjones/software/xmlwrapp/download/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_PERL5_BUILD= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.pl
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xmlwrapp-0.3.0.tar.gz) = efeb3f905437d54d05cd6d45a19b89d8

View File

@ -0,0 +1 @@
A modern style C++ library for working with XML data

View File

@ -0,0 +1,15 @@
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://pmade.org/pjones/software/xmlwrapp/

View File

@ -0,0 +1,12 @@
bin/xmlwrapp-config
include/xmlwrapp/attributes.h
include/xmlwrapp/document.h
include/xmlwrapp/event_parser.h
include/xmlwrapp/init.h
include/xmlwrapp/node.h
include/xmlwrapp/tree_parser.h
include/xmlwrapp/xmlwrapp.h
@dirrm include/xmlwrapp
lib/libxmlwrapp.a
lib/libxmlwrapp.so
lib/libxmlwrapp.so.3