mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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/ PR: ports/175391 Submitted by: Sébastien Santoro <dereckson@gmail.com>
This commit is contained in:
parent
8165280e06
commit
ad1dd64538
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312483
@ -1504,6 +1504,7 @@
|
||||
SUBDIR += xmldiff
|
||||
SUBDIR += xmlenc
|
||||
SUBDIR += xmlformat
|
||||
SUBDIR += xmlgen
|
||||
SUBDIR += xmlindent
|
||||
SUBDIR += xmlppm
|
||||
SUBDIR += xmlprpr
|
||||
|
20
textproc/xmlgen/Makefile
Normal file
20
textproc/xmlgen/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sébastien Santoro <dereckson@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xmlgen
|
||||
PORTVERSION= 1.4
|
||||
CATEGORIES= textproc tcl
|
||||
MASTER_SITES= SF/tclxml/${PORTNAME}/v${PORTVERSION}
|
||||
|
||||
MAINTAINER= dereckson@gmail.com
|
||||
COMMENT= Write XML documents using Tcl
|
||||
|
||||
USE_TCL= 83+
|
||||
NO_BUILD= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${TCLSH} bras-sa PKGDIR=${PREFIX}/lib/${PORTNAME} DOCDIR=${PREFIX}/share/doc/${PORTNAME} CGIDIR=${PREFIX}/www/${PORTNAME} install
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
textproc/xmlgen/distinfo
Normal file
2
textproc/xmlgen/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (xmlgen-1.4.tar.gz) = 2e35025db5ff9ec8867907618c91d49d72fe93f26956ec2043ce751bc3a7b654
|
||||
SIZE (xmlgen-1.4.tar.gz) = 59075
|
9
textproc/xmlgen/pkg-descr
Normal file
9
textproc/xmlgen/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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/
|
11
textproc/xmlgen/pkg-plist
Normal file
11
textproc/xmlgen/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
lib/xmlgen/htmlgen.tcl
|
||||
lib/xmlgen/pkgIndex.tcl
|
||||
lib/xmlgen/sidenav.tcl
|
||||
lib/xmlgen/tab.tcl
|
||||
lib/xmlgen/xmlgen.tcl
|
||||
share/doc/xmlgen/htmlgen.html
|
||||
share/doc/xmlgen/overview.html
|
||||
share/doc/xmlgen/sidenav.html
|
||||
share/doc/xmlgen/xmlgen.html
|
||||
@dirrm share/doc/xmlgen
|
||||
@dirrm lib/xmlgen
|
Loading…
Reference in New Issue
Block a user