TclXML port
This commit is contained in:
parent
a1c5404eff
commit
d927d1bd2d
25
textproc/TclXML/Makefile
Normal file
25
textproc/TclXML/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/07/20 19:46:06 jakob Exp $
|
||||
|
||||
DISTNAME= TclXML-1.1.1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.zveno.com/TclXML/
|
||||
|
||||
MAINTAINER= jakob@openbsd.org
|
||||
|
||||
RUN_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_CONFIGURE= yes
|
||||
|
||||
INSTDIR= ${PREFIX}/lib/tcl8.0/TclXML
|
||||
DOCDIR= ${PREFIX}/share/doc/TclXML
|
||||
|
||||
do-install:
|
||||
@${INSTALL_DATA_DIR} ${INSTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${INSTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/sgml.tcl ${INSTDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/xml.tcl ${INSTDIR}
|
||||
@${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/docs/reference.html ${DOCDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/TclXML/files/md5
Normal file
3
textproc/TclXML/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (TclXML-1.1.1.tar.gz) = b3bf15e76327312ab4cddaea21cd4388
|
||||
RMD160 (TclXML-1.1.1.tar.gz) = 10538cfa40a749b754bc2eb3d24a4f483d653be0
|
||||
SHA1 (TclXML-1.1.1.tar.gz) = e4931e0d434bd817a7f461885cb14851bf234c7a
|
1
textproc/TclXML/pkg/COMMENT
Normal file
1
textproc/TclXML/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
a pure-Tcl implementation of a XML parser
|
2
textproc/TclXML/pkg/DESCR
Normal file
2
textproc/TclXML/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
TclXML is a pure-Tcl implementation of a XML parser. No extensions
|
||||
to Tcl are necessary to use this parser.
|
6
textproc/TclXML/pkg/PLIST
Normal file
6
textproc/TclXML/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
lib/tcl8.0/TclXML/pkgIndex.tcl
|
||||
lib/tcl8.0/TclXML/sgml.tcl
|
||||
lib/tcl8.0/TclXML/xml.tcl
|
||||
share/doc/TclXML/reference.html
|
||||
@dirrm lib/tcl8.0/TclXML
|
||||
@dirrm share/doc/TclXML
|
Loading…
Reference in New Issue
Block a user