diff options
author | rh <rh@pkgsrc.org> | 1999-03-15 08:48:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-03-15 08:48:15 +0000 |
commit | 1d729c77c42a17cc4f060b9fe0f64f93f79b5988 (patch) | |
tree | 03a1256664678893152aeb7a7270d46a7345f3f2 /textproc/jade/pkg | |
parent | 4f4f8db188872e85d276215f686a044d298dac47 (diff) | |
download | pkgsrc-1d729c77c42a17cc4f060b9fe0f64f93f79b5988.tar.gz |
convert FreeBSD port to NetBSD package
Diffstat (limited to 'textproc/jade/pkg')
-rw-r--r-- | textproc/jade/pkg/DESCR | 10 | ||||
-rw-r--r-- | textproc/jade/pkg/PLIST | 28 |
2 files changed, 13 insertions, 25 deletions
diff --git a/textproc/jade/pkg/DESCR b/textproc/jade/pkg/DESCR index 8df1ccea80a..f6f0b9317b9 100644 --- a/textproc/jade/pkg/DESCR +++ b/textproc/jade/pkg/DESCR @@ -1,6 +1,6 @@ An object-oriented SGML/XML parser toolkit and DSSSL engine. -Features summary: + Features summary: * Includes nsgmls * Provides access to all information about SGML document @@ -14,9 +14,5 @@ Features summary: * Production quality * Free -Note: This port is a superset of the sp port. If you have sp -installed, it is recommended that you remove it before installing -jade. - -John Fieber -jfieber@FreeBSD.org + Note: This port is a superset of the sp port. If you have sp +installed, you have to remove it before installing jade. diff --git a/textproc/jade/pkg/PLIST b/textproc/jade/pkg/PLIST index a3bdb33c658..b1cd708d736 100644 --- a/textproc/jade/pkg/PLIST +++ b/textproc/jade/pkg/PLIST @@ -1,9 +1,10 @@ -bin/jade +@comment $NetBSD: PLIST,v 1.2 1999/03/15 08:48:16 rh Exp $ +bin/sx bin/nsgmls -bin/sgmlnorm bin/spam +bin/sgmlnorm bin/spent -bin/sx +bin/jade include/sp/Allocator.h include/sp/ArcEngine.h include/sp/Attribute.h @@ -68,11 +69,11 @@ include/sp/Lpd.h include/sp/Markup.h include/sp/Message.h include/sp/MessageArg.h +include/sp/MessageTable.h include/sp/MessageBuilder.h include/sp/MessageEventHandler.h include/sp/MessageFormatter.h include/sp/MessageReporter.h -include/sp/MessageTable.h include/sp/Mode.h include/sp/NCVector.h include/sp/NCVector.sed @@ -140,18 +141,10 @@ include/sp/rtti.h include/sp/sptchar.h include/sp/types.h include/sp/xnew.h -lib/libgrove.la -lib/libgrove.so -lib/libgrove.so.1.3 -lib/libsp.la -lib/libsp.so -lib/libsp.so.1.3 -lib/libspgrove.la -lib/libspgrove.so -lib/libspgrove.so.1.3 -lib/libstyle.la -lib/libstyle.so -lib/libstyle.so.1.3 +lib/libsp.a +lib/libgrove.a +lib/libspgrove.a +lib/libstyle.a share/doc/jade/archform.htm share/doc/jade/build.htm share/doc/jade/catalog.htm @@ -185,5 +178,4 @@ share/sgml/jade/style-sheet.dtd @dirrm include/sp @dirrm share/doc/jade @dirrm share/sgml/jade -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@unexec rmdir %D/share/sgml 2>/dev/null || true |