ports/175391: New port: textproc/xmlgen - generate XML in TCL
Sebastien Santoro
dereckson at gmail.com
Fri Jan 18 01:40:00 UTC 2013
>Number: 175391
>Category: ports
>Synopsis: New port: textproc/xmlgen - generate XML in TCL
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Jan 18 01:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Sebastien Santoro
>Release: FreeBSD 8.1-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD grip.espace-win.org 8.1-RELEASE-p11 FreeBSD 8.1-RELEASE-p11 #0: Mon Jun 11 21:02:13 UTC 2012 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
[ pkg-descr ]
xmlgen is a TCL package to write XML documents in Tcl.
This XML code is expressed by TCL code, which is translated.
Every tag is made into a markup command which takes attributes and
the element's content as parameters and then prints the XML tagged
content. Of course, the content again can contain markup commands.
WWW: http://tclxml.sourceforge.net/
[ Notes ]
This is not PORTSDOC safe: the installer inconditionnaly installs
the documentation.
>How-To-Repeat:
>Fix:
--- textproc-xmlgen.shar begins here ---
# 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:
#
# xmlgen
# xmlgen/distinfo
# xmlgen/Makefile
# xmlgen/pkg-descr
# xmlgen/pkg-plist
#
echo c - xmlgen
mkdir -p xmlgen > /dev/null 2>&1
echo x - xmlgen/distinfo
sed 's/^X//' >xmlgen/distinfo << '56d741ab0a44bce0619072c07ac66427'
XSHA256 (xmlgen-1.4.tar.gz) = 2e35025db5ff9ec8867907618c91d49d72fe93f26956ec2043ce751bc3a7b654
XSIZE (xmlgen-1.4.tar.gz) = 59075
56d741ab0a44bce0619072c07ac66427
echo x - xmlgen/Makefile
sed 's/^X//' >xmlgen/Makefile << '2e80d2bc97d3867643f323a90db019c4'
X# New ports collection makefile for: xmlgen
X# Created by: Sébastien Santoro <dereckson at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= xmlgen
XPORTVERSION= 1.4
XCATEGORIES= textproc tcl
XMASTER_SITES= SF/tclxml/${PORTNAME}/v${PORTVERSION}
X
XMAINTAINER= dereckson at gmail.com
XCOMMENT= Write XML documents using Tcl
X
XUSE_TCL= 83+
XNO_BUILD= yes
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X cd ${WRKSRC} && ${TCLSH} bras-sa PKGDIR=${PREFIX}/lib/${PORTNAME} DOCDIR=${PREFIX}/share/doc/${PORTNAME} CGIDIR=${PREFIX}/www/${PORTNAME} install
X
X.include <bsd.port.post.mk>
2e80d2bc97d3867643f323a90db019c4
echo x - xmlgen/pkg-descr
sed 's/^X//' >xmlgen/pkg-descr << '7ff6daf909b9f971739154671a2e6d6a'
Xxmlgen is a TCL package to write XML documents in Tcl.
X
XThis XML code is expressed by TCL code, which is translated.
X
XEvery tag is made into a markup command which takes attributes and
Xthe element's content as parameters and then prints the XML tagged
Xcontent. Of course, the content again can contain markup commands.
X
XWWW: http://tclxml.sourceforge.net/
7ff6daf909b9f971739154671a2e6d6a
echo x - xmlgen/pkg-plist
sed 's/^X//' >xmlgen/pkg-plist << '0a9c9d22967eaff7f6cedf9d60f5bc30'
Xlib/xmlgen/htmlgen.tcl
Xlib/xmlgen/pkgIndex.tcl
Xlib/xmlgen/sidenav.tcl
Xlib/xmlgen/tab.tcl
Xlib/xmlgen/xmlgen.tcl
Xshare/doc/xmlgen/htmlgen.html
Xshare/doc/xmlgen/overview.html
Xshare/doc/xmlgen/sidenav.html
Xshare/doc/xmlgen/xmlgen.html
X at dirrm share/doc/xmlgen
X at dirrm lib/xmlgen
0a9c9d22967eaff7f6cedf9d60f5bc30
exit
--- textproc-xmlgen.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list