Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#2335 closed defect (fixed)

new port: xml-light

Reported by: anil@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

XML Light is an OCaml library for parsing and printing XML. The Portfile is below:

# $Id$

PortSystem 1.0 name xml-light version 2.1 categories devel textproc maintainers anil@… description Objective Caml interface for XML parsing and printing long_description XML Light is a minimal XML parser & printer for OCaml.\

It provide functions to parse an XML document into an OCaml \ data structure, work with it, and print it back to an XML \ document.

homepage http://tech.motion-twin.com/xmllight/ use_configure no platforms darwin distfiles xml-light2.zip master_sites http://tech.motion-twin.com/zip/ use_zip yes worksrcdir xml-light2.1 build.target all opt checksums xml-light2.zip md5 0f1f6f5de33f8545e1827fbfc57b65f7 depends_lib bin:camlp4:ocaml set instdir ${destroot}${prefix}/lib/ocaml/ destroot.args INSTALLDIR=${instdir} pre-destroot {

file mkdir ${instdir}

} post-destroot {

system "ranlib ${instdir}/xml-light.a"

}

Change History (2)

comment:1 Changed 20 years ago by pguyot (Paul Guyot)

Status: newassigned

comment:2 Changed 20 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.