update to v1.17
This commit is contained in:
parent
b8a64353e1
commit
818f873ad9
@ -1,8 +1,8 @@
|
|||||||
# $OpenBSD: Makefile,v 1.24 2002/10/28 22:43:46 naddy Exp $
|
# $OpenBSD: Makefile,v 1.25 2003/02/17 13:29:17 jakob Exp $
|
||||||
|
|
||||||
COMMENT= "convert memos written in XML to the RFC format"
|
COMMENT= "convert memos written in XML to the RFC format"
|
||||||
|
|
||||||
VERSION= 1.10
|
VERSION= 1.17
|
||||||
DISTNAME= xml2rfc-${VERSION}
|
DISTNAME= xml2rfc-${VERSION}
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
@ -17,8 +17,7 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
RUN_DEPENDS= :tcl-8.3.*:lang/tcl/8.3 \
|
RUN_DEPENDS= :tcl-8.3.*:lang/tcl/8.3
|
||||||
:TclXML-*:textproc/TclXML \
|
|
||||||
|
|
||||||
FLAVORS= no_x11
|
FLAVORS= no_x11
|
||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (xml2rfc-1.10.tgz) = 9a6fd602e846dece66bceb6b400797a9
|
MD5 (xml2rfc-1.17.tgz) = db2b29a21fa5f75ef6646fe559dc09ed
|
||||||
RMD160 (xml2rfc-1.10.tgz) = 6446c669d6674c805a52be3e44742a6f93d55bab
|
RMD160 (xml2rfc-1.17.tgz) = a96942c8d7ca17cb35415b1f42197859db66e487
|
||||||
SHA1 (xml2rfc-1.10.tgz) = 09aba851e9f8f60c92171f872590de3f6bb680eb
|
SHA1 (xml2rfc-1.17.tgz) = 6a789929852a8f6312d3e3b72ac56aae9121d471
|
||||||
|
@ -1,12 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $Id: xml2rfc,v 1.2 2001/04/09 18:45:20 jakob Exp $
|
# $Id: xml2rfc,v 1.3 2003/02/17 13:29:17 jakob Exp $
|
||||||
|
|
||||||
wish=y0y0y0/bin/wish8.3
|
wish=y0y0y0/bin/wish8.3
|
||||||
|
tclsh=y0y0y0/bin/tclsh8.3
|
||||||
xml2rfc=y0y0y0/share/xml2rfc/xml2rfc.tcl
|
xml2rfc=y0y0y0/share/xml2rfc/xml2rfc.tcl
|
||||||
|
|
||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
exec $wish $xml2rfc xml2rfc $@
|
exec $tclsh $xml2rfc xml2rfc $@
|
||||||
else
|
else
|
||||||
exec $wish $xml2rfc
|
exec $wish $xml2rfc
|
||||||
fi
|
fi
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
#!y0y0y0/bin/tclsh8.3
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $Id: xml2rfc.no_x11,v 1.1 2001/03/30 15:53:13 jakob Exp $
|
# $Id: xml2rfc.no_x11,v 1.2 2003/02/17 13:29:17 jakob Exp $
|
||||||
|
|
||||||
source y0y0y0/share/xml2rfc/xml2rfc.tcl
|
tclsh=y0y0y0/bin/tclsh8.3
|
||||||
|
xml2rfc=y0y0y0/share/xml2rfc/xml2rfc.tcl
|
||||||
|
|
||||||
xml2rfc [lindex $argv 0] [lindex $argv 1]
|
exec $tclsh $xml2rfc xml2rfc $@
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
--- xml2rfc.tcl.orig Tue Jan 15 06:17:41 2002
|
|
||||||
+++ xml2rfc.tcl Thu Jan 24 09:34:47 2002
|
|
||||||
@@ -1,6 +1,3 @@
|
|
||||||
-#!/bin/sh
|
|
||||||
-# the next line restarts using wish \
|
|
||||||
-exec wish "$0" "$0" "$@"
|
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
@@ -10,7 +7,7 @@
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
-if {[catch { package require xml 1.8 } result]} {
|
|
||||||
+if {[catch { package require xml 1.9 } result]} {
|
|
||||||
global auto_path
|
|
||||||
|
|
||||||
puts stderr "unable to find the TclXML package, did you install it?"
|
|
||||||
@@ -23,7 +20,7 @@
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
-if {[string compare [package require sgml] 1.6]} {
|
|
||||||
+if {[string compare [package require sgml] 1.7]} {
|
|
||||||
global auto_path
|
|
||||||
|
|
||||||
puts stderr \
|
|
@ -1,14 +1,10 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.5 2001/12/22 00:20:32 jakob Exp $
|
@comment $OpenBSD: PLIST,v 1.6 2003/02/17 13:29:17 jakob Exp $
|
||||||
bin/xml2rfc
|
bin/xml2rfc
|
||||||
share/doc/xml2rfc/README.html
|
share/doc/xml2rfc/README.html
|
||||||
share/doc/xml2rfc/README.txt
|
share/doc/xml2rfc/README.txt
|
||||||
share/doc/xml2rfc/README.xml
|
share/doc/xml2rfc/README.xml
|
||||||
share/doc/xml2rfc/draft-mrose-writing-rfcs.html
|
share/doc/xml2rfc/draft-mrose-writing-rfcs.html
|
||||||
share/doc/xml2rfc/draft-mrose-writing-rfcs.txt
|
share/doc/xml2rfc/draft-mrose-writing-rfcs.txt
|
||||||
share/doc/xml2rfc/draft-mrose-writing-rfcs.xml
|
|
||||||
share/doc/xml2rfc/front.WRITING-RFCS.xml
|
|
||||||
share/doc/xml2rfc/reference.WRITING-RFCS.xml
|
|
||||||
share/doc/xml2rfc/rfc2629-bis.dtd
|
|
||||||
share/doc/xml2rfc/rfc2629.dtd
|
share/doc/xml2rfc/rfc2629.dtd
|
||||||
share/doc/xml2rfc/rfc2629.html
|
share/doc/xml2rfc/rfc2629.html
|
||||||
share/doc/xml2rfc/rfc2629.txt
|
share/doc/xml2rfc/rfc2629.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user