diff options
author | John Fieber <jfieber@FreeBSD.org> | 1998-03-13 15:06:39 +0000 |
---|---|---|
committer | John Fieber <jfieber@FreeBSD.org> | 1998-03-13 15:06:39 +0000 |
commit | 36189537e1e36f46f2a9357cbb7a7555510a9699 (patch) | |
tree | 8e85581f6df4d4dff164e89a5cfdfaf79dfff573 /textproc/openjade | |
parent | 45d349491b9cad875b2f4bebe1e50a2232f254ce (diff) | |
download | ports-36189537e1e36f46f2a9357cbb7a7555510a9699.tar.gz ports-36189537e1e36f46f2a9357cbb7a7555510a9699.zip |
Upgrade to version 1.1.
Adds XML support, including a utility to convert SGML files to XML files.
Notes
Notes:
svn path=/head/; revision=10132
Diffstat (limited to 'textproc/openjade')
-rw-r--r-- | textproc/openjade/Makefile | 8 | ||||
-rw-r--r-- | textproc/openjade/distinfo | 2 | ||||
-rw-r--r-- | textproc/openjade/pkg-comment | 2 | ||||
-rw-r--r-- | textproc/openjade/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/openjade/pkg-plist | 7 |
5 files changed, 12 insertions, 9 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index e40b0bccc5bf..9d33e4e53f76 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: jade -# Version required: 1.0.1 +# Version required: 1.1 # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.7 1997/09/06 04:21:03 jfieber Exp $ +# $Id: Makefile,v 1.8 1997/10/14 00:21:53 jfieber Exp $ # -DISTNAME= jade1_0_1 -PKGNAME= jade-1.0.1 +DISTNAME= jade1_1 +PKGNAME= jade-1.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ EXTRACT_SUFX= .zip diff --git a/textproc/openjade/distinfo b/textproc/openjade/distinfo index 13d4cc636c4b..53eeb8ac38bb 100644 --- a/textproc/openjade/distinfo +++ b/textproc/openjade/distinfo @@ -1 +1 @@ -MD5 (jade1_0_1.zip) = dcab9b0e511123de90684f1417a88983 +MD5 (jade1_1.zip) = d9ec53a197ff184e9f400c5d4fdf37c7 diff --git a/textproc/openjade/pkg-comment b/textproc/openjade/pkg-comment index 9717ea4704fb..15a484b82238 100644 --- a/textproc/openjade/pkg-comment +++ b/textproc/openjade/pkg-comment @@ -1 +1 @@ -An object-oriented SGML parser toolkit and DSSSL engine +An object-oriented SGML/XML parser toolkit and DSSSL engine diff --git a/textproc/openjade/pkg-descr b/textproc/openjade/pkg-descr index 732c1258c184..8df1ccea80aa 100644 --- a/textproc/openjade/pkg-descr +++ b/textproc/openjade/pkg-descr @@ -1,4 +1,4 @@ -An object-oriented SGML parser toolkit and DSSSL engine. +An object-oriented SGML/XML parser toolkit and DSSSL engine. Features summary: diff --git a/textproc/openjade/pkg-plist b/textproc/openjade/pkg-plist index 4379814ab26d..68d02e9d605d 100644 --- a/textproc/openjade/pkg-plist +++ b/textproc/openjade/pkg-plist @@ -3,6 +3,7 @@ bin/nsgmls bin/sgmlnorm bin/spam bin/spent +bin/sx include/sp/Allocator.h include/sp/ArcEngine.h include/sp/Attribute.h @@ -134,6 +135,7 @@ include/sp/WinInetStorage.h include/sp/WinApp.h include/sp/XcharMap.cxx include/sp/XcharMap.h +include/sp/XMLCodingSystem.h include/sp/config.h include/sp/constant.h include/sp/macros.h @@ -149,6 +151,7 @@ share/doc/jade/build.htm share/doc/jade/catalog.htm share/doc/jade/charset.htm share/doc/jade/copying.txt +share/doc/jade/dsssl2.htm share/doc/jade/features.htm share/doc/jade/generic.htm share/doc/jade/ideas.htm @@ -161,14 +164,14 @@ share/doc/jade/sgmlnorm.htm share/doc/jade/sgmlsout.htm share/doc/jade/spam.htm share/doc/jade/spent.htm +share/doc/jade/sx.htm share/doc/jade/sysdecl.htm share/doc/jade/sysid.htm share/doc/jade/transform.htm -share/sgml/jade/FOT.tex +share/doc/jade/xml.htm share/sgml/jade/catalog share/sgml/jade/demo.dsl share/sgml/jade/demo.sgm -share/sgml/jade/demoMaster.tex share/sgml/jade/dsssl.dtd share/sgml/jade/fot.dtd share/sgml/jade/style-sheet.dtd |