Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2011 12:42:40 GMT
From:      Jaap BOender <jaapb@kerguelen.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163313: [new port] textproc/ocaml-tyxml: OCaml XML typing library
Message-ID:  <201112151242.pBFCges3014231@red.freebsd.org>
Resent-Message-ID: <201112151250.pBFCo8pe039214@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163313
>Category:       ports
>Synopsis:       [new port] textproc/ocaml-tyxml: OCaml XML typing library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 15 12:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jaap BOender
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD marion-dufresne.cs.unibo.it 8.2-STABLE FreeBSD 8.2-STABLE #4: Tue Nov 22 13:27:07 CET 2011     root@marion-dufresne.cs.unibo.it:/usr/obj/usr/src/sys/MARION-DUFRESNE  amd64
>Description:
This new port is a library that allows for the creation of well-typed XML trees in OCaml (the OCaml typechecker ensures the validity of the XML trees). Supported are XHTML 1.0 and 1.1, HTML5 and, partially, SVG.
>How-To-Repeat:
n/a
>Fix:
shar of the textproc/ocaml-tyxml port directory attached.

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	textproc/ocaml-tyxml/Makefile
#	textproc/ocaml-tyxml/distinfo
#	textproc/ocaml-tyxml/files
#	textproc/ocaml-tyxml/pkg-descr
#
echo x - textproc/ocaml-tyxml/Makefile
sed 's/^X//' >textproc/ocaml-tyxml/Makefile << '9868fc35b58cc13c1bcb9079e1ad9cd0'
X# New ports collection makefile for:	ocaml-tyxml
X# Date created:				December 14, 2011
X# Whom:					Jaap Boender <jaapb@kerguelen.org>
X#
X# $FreeBSD$
X
XPORTNAME=	tyxml
XPORTVERSION=	2.0.1
XCATEGORIES=	textproc
XMASTER_SITES=	http://ocsigen.org/download/
XPKGNAMEPREFIX=	ocaml-
X
XMAINTAINER=	jaapb@kerguelen.org
XCOMMENT=	OCaml XML typing library
X
XUSE_GMAKE=		yes
X
XUSE_OCAML=		yes
XUSE_OCAML_FINDLIB=	yes
XUSE_OCAML_LDCONFIG=	yes
XUSE_OCAMLFIND_PLIST=	yes
X
XSA_DIR=			${LOCALBASE}/${OCAML_SITELIBDIR}
X
X.include <bsd.port.pre.mk>
X
Xpost-extract:
X# For nonstandard prefixes
X.if !exists(${OCAMLFIND_DESTDIR})
X	${MKDIR} ${OCAMLFIND_DESTDIR}
X.endif
X.if !exists(${OCAMLFIND_LDCONF})
X	${TOUCH} ${OCAMLFIND_LDCONF}
X.endif
X
X.include <bsd.port.post.mk>
9868fc35b58cc13c1bcb9079e1ad9cd0
echo x - textproc/ocaml-tyxml/distinfo
sed 's/^X//' >textproc/ocaml-tyxml/distinfo << '25cabd46c4e633804fb4b382294285a9'
XSHA256 (tyxml-2.0.1.tar.gz) = ad6bc8751d87f414d5c12962e8b94f064e3ccfb5af18367a031eabf540ceffb4
XSIZE (tyxml-2.0.1.tar.gz) = 104721
25cabd46c4e633804fb4b382294285a9
echo c - textproc/ocaml-tyxml/files
mkdir -p textproc/ocaml-tyxml/files > /dev/null 2>&1
echo x - textproc/ocaml-tyxml/pkg-descr
sed 's/^X//' >textproc/ocaml-tyxml/pkg-descr << '397c9b66ee68b405200ea4b5a3477861'
XTyXML is an OCaml library that allows you to build XML trees whose validity is
Xinsured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG
X(partial).
X
XWWW: http://ocsigen.org/tyxml/
397c9b66ee68b405200ea4b5a3477861
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112151242.pBFCges3014231>