FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 2:10 AM BST
Port details
ocaml-pxp 1.2.2 textproc on this many watch lists=1 search for ports that depend on this port
Validating XML parser for OCaml
Maintained by: johans@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Apr 2003 15:47:33
License: not specified in port


PXP is a validating XML parser for OCaml. It strictly complies
to the XML-1.0 standard.

The parser is simple to call, usually only one statement (function
call) is sufficient to parse an XML document and to represent it
as object tree.

Once the document is parsed, it can be accessed using a class
interface. The interface allows arbitrary access including
transformations. One of the features of the document representation
is its polymorphic nature; it is simple to add custom methods to
the document classes. Furthermore, the parser can be configured
such that different XML elements are represented by objects created
from different classes. This is a very powerful feature, because
it simplifies the structure of programs processing XML documents.


WWW: http://projects.camlcity.org/projects/pxp.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: www/ocaml-net, devel/ocaml-ulex, lang/ocaml, devel/ocaml-findlib, devel/gmake
Required To Run: www/ocaml-net, devel/ocaml-ulex, lang/ocaml, devel/ocaml-findlib
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
http://download.camlcity.org/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 21

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
11 Jun 2011 10:30:34
Original commit files touched by this commit  1.2.2
johans search for other commits by this committer
Update to 1.2.2
05 Apr 2011 22:23:33
Original commit files touched by this commit  1.2.1_1
stas search for other commits by this committer
- Bump portrevisions on all ocaml libraries, as it appears that compiled
  interface files (.cmi) are not backward compatible with a newer ocaml
  version.

PR:             ports/156195
Suggested by:   mandree
23 Feb 2010 18:07:14
Original commit files touched by this commit  1.2.1
johans search for other commits by this committer
Update my mail address to @FreeBSD.org

Feature safe:   yes
10 Oct 2009 11:39:51
Original commit files touched by this commit  1.2.1
johans search for other commits by this committer
- Remove BROKEN tag: pxp hasn't changed but seems to work fine again
  on amd64 machines (confirmed on RELENG_7 and RELENG_8).
11 May 2009 18:23:57
Original commit files touched by this commit  1.2.1
pav search for other commits by this committer
- Mark BROKEN on amd64: segfaults during build

Reported by:    pointyhat
04 Feb 2009 22:38:20
Original commit files touched by this commit  1.2.1
johans search for other commits by this committer
Update to 1.2.1
07 Apr 2008 19:48:54
Original commit files touched by this commit  1.2.0.t2
johans search for other commits by this committer
- Update to 1.2.0test2 (1.2.0 RC); fixes build with new ocaml
- Use bsd.ocaml.mk features
- Update website, MASTER_SITES
- Grab maintainership
25 May 2007 00:39:40
Original commit files touched by this commit  1.1.96_1
clsung search for other commits by this committer
- stephane@ give up maintain his ports

PR:             ports/112464
Submitted by:   stephane
19 May 2007 20:32:57
Original commit files touched by this commit  1.1.96_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
13 May 2006 04:24:52
Original commit files touched by this commit  1.1.96
edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with T
19 Dec 2005 15:42:57
Original commit files touched by this commit  1.1.96
garga search for other commits by this committer
- Update to 1.1.96

PR:             ports/90605
Submitted by:   maintainer
18 Feb 2005 21:32:51
Original commit files touched by this commit  1.1.95_1
pav search for other commits by this committer
- Add dependency on ulex
- Autogenerate plist

PR:             ports/77427
Submitted by:   stephane (maintainer)
18 Oct 2004 16:54:32
Original commit files touched by this commit  1.1.95
thierry search for other commits by this committer
Upgrade to 1.1.95.

PR:             ports/72280
Submitted by:   maintainer.
29 Mar 2004 13:54:56
Original commit files touched by this commit  1.1.94.2_1
pav search for other commits by this committer
- Optimize dependencies

PR:             ports/64891
Submitted by:   stephane (maintainer)
28 Mar 2004 16:44:11
Original commit files touched by this commit  1.1.94.2_1
krion search for other commits by this committer
- SIZE'ify

PR:             ports/64859
Submitted by:   maintainer
04 Feb 2004 05:10:27
Original commit files touched by this commit  1.1.94.2_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
23 Jan 2004 02:07:43
Original commit files touched by this commit  1.1.94.2
clement search for other commits by this committer
- Fix build conflict if wlex is installed
  Submitted by: Burelle Marwan

PR:                     61753
Submitted by:           stephane (maintainer)
17 Jan 2004 22:01:00
Original commit files touched by this commit  1.1.94.2
clement search for other commits by this committer
- Update to 1.1.94.2

PR:                 61493
Submitted by:       stephane (maintainer)
Approved by:        erwin (mentor) (implicitly)
05 May 2003 08:18:54
Original commit files touched by this commit  1.1.5
obraun search for other commits by this committer
* Add build dependency on devel/ocaml-pcre[1].
* Make portlint happy while I am here.

Pointed out by: kris,bento[1]
14 Apr 2003 20:31:14
Original commit files touched by this commit  1.1.5
obraun search for other commits by this committer
Avoid a conflict with the PACKAGES variable defined in bsd.port.mk.

PR:             ports/50905
Submitted by:   maintainer
06 Apr 2003 15:46:31
Original commit files touched by this commit  1.1.5
obraun search for other commits by this committer
Add ocaml-pxp 1.1.5, validating XML parser for OCaml.

PR:             ports/50640
Submitted by:   Stephane Legrand <stephane@freebsd.org>

Number of commits found: 21

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.21 seconds.