summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJohn Fieber <jfieber@FreeBSD.org>1998-03-13 15:06:39 +0000
committerJohn Fieber <jfieber@FreeBSD.org>1998-03-13 15:06:39 +0000
commit36189537e1e36f46f2a9357cbb7a7555510a9699 (patch)
tree8e85581f6df4d4dff164e89a5cfdfaf79dfff573 /textproc
parentActivate xquarto. (diff)
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')
-rw-r--r--textproc/jade/Makefile8
-rw-r--r--textproc/jade/distinfo2
-rw-r--r--textproc/jade/pkg-comment2
-rw-r--r--textproc/jade/pkg-descr2
-rw-r--r--textproc/jade/pkg-plist7
-rw-r--r--textproc/openjade/Makefile8
-rw-r--r--textproc/openjade/distinfo2
-rw-r--r--textproc/openjade/pkg-comment2
-rw-r--r--textproc/openjade/pkg-descr2
-rw-r--r--textproc/openjade/pkg-plist7
10 files changed, 24 insertions, 18 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile
index e40b0bccc5bf..9d33e4e53f76 100644
--- a/textproc/jade/Makefile
+++ b/textproc/jade/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/jade/distinfo b/textproc/jade/distinfo
index 13d4cc636c4b..53eeb8ac38bb 100644
--- a/textproc/jade/distinfo
+++ b/textproc/jade/distinfo
@@ -1 +1 @@
-MD5 (jade1_0_1.zip) = dcab9b0e511123de90684f1417a88983
+MD5 (jade1_1.zip) = d9ec53a197ff184e9f400c5d4fdf37c7
diff --git a/textproc/jade/pkg-comment b/textproc/jade/pkg-comment
index 9717ea4704fb..15a484b82238 100644
--- a/textproc/jade/pkg-comment
+++ b/textproc/jade/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/jade/pkg-descr b/textproc/jade/pkg-descr
index 732c1258c184..8df1ccea80aa 100644
--- a/textproc/jade/pkg-descr
+++ b/textproc/jade/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/jade/pkg-plist b/textproc/jade/pkg-plist
index 4379814ab26d..68d02e9d605d 100644
--- a/textproc/jade/pkg-plist
+++ b/textproc/jade/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
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