mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- Update to latest revision;
- Unbreak on 5.x; - Install README and gmat.sgm; - Do some cleaning.
This commit is contained in:
parent
e6fc401559
commit
8676ba63dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123419
@ -6,32 +6,48 @@
|
||||
#
|
||||
|
||||
PORTNAME= gmat
|
||||
PORTVERSION= 0.2.4b
|
||||
PORTREVISION= 2
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.2.4
|
||||
PORTVERSION= 0.2.4c
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ftp://ftp.ora.com/pub/gmat/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= O'Reilly's SGML formatting package.
|
||||
COMMENT= O'Reilly's SGML formatting package
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/nsgmls:${PORTSDIR}/textproc/sp \
|
||||
${LOCALBASE}/bin/procmail:${PORTSDIR}/mail/procmail \
|
||||
${LOCALBASE}/share/sgml/docbook/3.1/docbook.dtd:${PORTSDIR}/textproc/docbook-310 \
|
||||
gv:${PORTSDIR}/print/gv
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
USE_PERL5_BUILD=yes
|
||||
USE_REINPLACE= yes
|
||||
REINPLACE_ARGS= -i ""
|
||||
|
||||
.if ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not build"
|
||||
.endif
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-0.2.4
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
PORTDOCS= README gmat.sgm
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/src/crlf/crlf.o ${WRKSRC}/src/crlf/crlf
|
||||
|
||||
pre-build:
|
||||
# Change the pathnames in CATALOG & BOOKFILES
|
||||
.for FILE in BOOKFILES CATALOG
|
||||
${REINPLACE_CMD} -e "s|/usr/local/prod|${DATADIR}|" ${WRKSRC}/test/${FILE}
|
||||
.endfor
|
||||
.for FILE in checkaheads kern10sed kern10sed0 kern10sed1
|
||||
${CHMOD} a+x ${WRKSRC}/bin/${FILE}
|
||||
.endfor
|
||||
${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
(cd ${WRKSRC}; tar cf - test) | (cd ${LOCALBASE}/share/gmat; tar xvf -)
|
||||
# Change the pathnames in CATALOG
|
||||
(cd ${WRKSRC}/test; \
|
||||
sed < CATALOG "s:/usr/local/prod/sgml/DocBook:${LOCALBASE}/share/sgml/docbook:g; \
|
||||
s:/usr/local/prod:${LOCALBASE}/share/gmat:g" \
|
||||
> ${LOCALBASE}/share/gmat/test/CATALOG )
|
||||
@${STRIP_CMD} ${PREFIX}/bin/crlf
|
||||
(cd ${WRKSRC}; tar cf - test) | (cd ${DATADIR}; tar xvf -)
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
@${SED} -e "s|/usr/local|${PREFIX}|" < ${FILESDIR}/pkg-message.in \
|
||||
> ${PKGMESSAGE}
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gmat-0.2.4b.tar.gz) = 95fe4956481ed54c0b7f510011835b7b
|
||||
SIZE (gmat-0.2.4b.tar.gz) = 342202
|
||||
MD5 (gmat-0.2.4c.tar.gz) = 184ba95d13d2a66c704ca7bb8586db7a
|
||||
SIZE (gmat-0.2.4c.tar.gz) = 332704
|
||||
|
@ -1,6 +1,12 @@
|
||||
--- Makefile Thu Sep 7 16:29:25 2000
|
||||
+++ Makefile Sun Dec 31 16:23:33 2000
|
||||
@@ -9,7 +9,7 @@
|
||||
--- Makefile.orig Thu Sep 7 08:59:25 2000
|
||||
+++ Makefile Tue Dec 7 22:28:02 2004
|
||||
@@ -4,12 +4,12 @@
|
||||
|
||||
# set CC to the name of your C compiler. GCC may be required...
|
||||
#
|
||||
-CC = gcc
|
||||
+#CC = gcc
|
||||
|
||||
# Set PRODROOT to the directory that you want to use as the root of the
|
||||
# gmat tools tree. Locally, we use "/usr/local/prod".
|
||||
#
|
||||
@ -9,15 +15,6 @@
|
||||
|
||||
# Set BINDIR to the location where you keep non-standard binaries.
|
||||
# This is where gmat looks for nsgmls, crlf, and gzcat (or zcat)
|
||||
@@ -23,7 +23,7 @@
|
||||
# stretch of versions that cause errors; this version has
|
||||
# been patched for perl 5.005_3
|
||||
#
|
||||
-PERL5 = /usr/bin/perl
|
||||
+PERL5 = /usr/bin/perl5
|
||||
|
||||
# Set DEFAULT_PRINTER to the name of an appropriate printer
|
||||
#
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
# Set SOELIMPATHNAME to the path to gsoelim (or soelim) on your system
|
||||
@ -27,15 +24,3 @@
|
||||
|
||||
# NOTE!! CHECK macros/tmac.G for some more local variables
|
||||
#
|
||||
diff -wur work/gmat-0.2.4/macros/tmac.G working/gmat-0.2.4/macros/tmac.G
|
||||
--- macros/tmac.G Fri Mar 24 03:42:38 2000
|
||||
+++ macros/tmac.G Sun Dec 31 16:13:27 2000
|
||||
@@ -25,7 +25,7 @@
|
||||
.ds gmat_gmacroff %%BINDIR%%/gmacroff
|
||||
.\" DEFINE THE FOLLOWING paths for your local environment!
|
||||
.ds gmat_echo /bin/echo
|
||||
-.ds gmat_sed /bin/sed
|
||||
+.ds gmat_sed /usr/bin/sed
|
||||
.ds gmat_rm /bin/rm
|
||||
.ds gmat_mv /bin/mv
|
||||
.\" The following strings set variables to subdirectories of the book
|
||||
|
@ -1,13 +1,11 @@
|
||||
--- macros/tmac.G~ Fri Mar 24 03:42:38 2000
|
||||
+++ macros/tmac.G Fri Jan 26 13:46:44 2001
|
||||
@@ -20,8 +20,8 @@
|
||||
.\"
|
||||
.\" ############ DEFAULTS AND MISC VARIABLES
|
||||
.\" The following strings are set in accord with the Makefile
|
||||
-.ds TMPDIR %%TMPDIR%%
|
||||
-.ds BINDIR %%BINDIR%%
|
||||
+.ds TMPDIR %%TMPDIR%%
|
||||
+.ds BINDIR %%BINDIR%%
|
||||
--- macros/tmac.G.orig Mon Mar 19 14:29:40 2001
|
||||
+++ macros/tmac.G Tue Dec 7 21:31:06 2004
|
||||
@@ -25,7 +25,7 @@
|
||||
.ds gmat_gmacroff %%BINDIR%%/gmacroff
|
||||
.\" DEFINE THE FOLLOWING paths for your local environment!
|
||||
.ds gmat_echo /bin/echo
|
||||
-.ds gmat_sed /bin/sed
|
||||
+.ds gmat_sed /usr/bin/sed
|
||||
.ds gmat_rm /bin/rm
|
||||
.ds gmat_mv /bin/mv
|
||||
.\" The following strings set variables to subdirectories of the book
|
||||
|
7
textproc/gmat/files/pkg-message.in
Normal file
7
textproc/gmat/files/pkg-message.in
Normal file
@ -0,0 +1,7 @@
|
||||
============================================================
|
||||
To use the programs in this package, add the path
|
||||
/usr/local/share/gmat/bin to your PATH environment variable.
|
||||
|
||||
Then, type gmat /usr/local/share/doc/gmat/gmat.sgm
|
||||
to format the documentation.
|
||||
============================================================
|
@ -1,5 +0,0 @@
|
||||
To use the programs in this package, add the path
|
||||
/usr/local/share/gmat/bin to your PATH environment variable.
|
||||
|
||||
There is currently no documentation for this package. The best you
|
||||
can do at the moment is to look at work/gmat-<foo>/README.
|
@ -1,249 +1,252 @@
|
||||
bin/crlf
|
||||
share/gmat/bin/bookfiles
|
||||
share/gmat/bin/bookpage
|
||||
share/gmat/bin/dbtohtml
|
||||
share/gmat/bin/dbtohtml.cls
|
||||
share/gmat/bin/dbtohtml.sup
|
||||
share/gmat/bin/dbtoltx
|
||||
share/gmat/bin/dbtoltx.cls
|
||||
share/gmat/bin/dbtoltx.sup
|
||||
share/gmat/bin/dbtotexi
|
||||
share/gmat/bin/dbtotexi.cls
|
||||
share/gmat/bin/dbtotexi.sup
|
||||
share/gmat/bin/epsbbox
|
||||
share/gmat/bin/fontstack
|
||||
share/gmat/bin/gmacroff
|
||||
share/gmat/bin/gmat
|
||||
share/gmat/bin/gmat.cat
|
||||
share/gmat/bin/gmat.driver
|
||||
share/gmat/bin/gmat.latex
|
||||
share/gmat/bin/gmat.nop
|
||||
share/gmat/bin/gmat.sgmls
|
||||
share/gmat/bin/gmat.troff
|
||||
share/gmat/bin/gmat.troff.orig
|
||||
share/gmat/bin/gnct
|
||||
share/gmat/bin/inx
|
||||
share/gmat/bin/lowres
|
||||
share/gmat/bin/memototxt
|
||||
share/gmat/bin/memototxt.cls
|
||||
share/gmat/bin/memototxt.sup
|
||||
share/gmat/bin/rcs-lock-list
|
||||
share/gmat/bin/rcsvdate
|
||||
share/gmat/bin/sgml-checkindex
|
||||
share/gmat/bin/sgml-fixindex
|
||||
share/gmat/bin/sgmlfiglist
|
||||
share/gmat/bin/tbltodb
|
||||
share/gmat/bin/wraplines
|
||||
share/gmat/bin/xdbto3l
|
||||
share/gmat/bin/xdbto3l.cls
|
||||
share/gmat/bin/xdbto3l.sup
|
||||
share/gmat/bin/yadc-strings
|
||||
share/gmat/lib/commonlock5.pl
|
||||
share/gmat/lib/dbtohtml.ent
|
||||
share/gmat/lib/dbtohtml.tag
|
||||
share/gmat/lib/dbtoltx.tag
|
||||
share/gmat/lib/dbtortf.tag
|
||||
share/gmat/lib/dbtotexi.ent
|
||||
share/gmat/lib/dbtotexi.tag
|
||||
share/gmat/lib/gmat.pl
|
||||
share/gmat/lib/html.mkp
|
||||
share/gmat/lib/inx.preamble
|
||||
share/gmat/lib/longopts5.pl
|
||||
share/gmat/lib/memototxt.tag
|
||||
share/gmat/lib/oragetopts.pl
|
||||
share/gmat/lib/oratoolsrc
|
||||
share/gmat/lib/oratoolsrc.orig
|
||||
share/gmat/lib/parsecfg5.pl
|
||||
share/gmat/lib/psgmls.pl
|
||||
share/gmat/lib/sgmlesis.pl
|
||||
share/gmat/lib/sgmlpars.pl
|
||||
share/gmat/lib/sgmls3l.pl
|
||||
share/gmat/lib/sparser.pl
|
||||
share/gmat/lib/xdbto3l.ent
|
||||
share/gmat/lib/xdbto3l.tag
|
||||
share/gmat/macros/sgmlmacs
|
||||
share/gmat/macros/tmac.G
|
||||
share/gmat/macros/tmac.G.orig
|
||||
share/gmat/macros/tmac.Gdraft
|
||||
share/gmat/macros/tmac.Ginanut
|
||||
share/gmat/macros/tmac.Ginanut.old
|
||||
share/gmat/macros/tmac.Ginit
|
||||
share/gmat/macros/tmac.gs
|
||||
share/gmat/macros/tmac.paras
|
||||
share/gmat/macros/tmac.sgmlmacs
|
||||
share/gmat/sed/gcleanup-d.sed
|
||||
share/gmat/sed/gcleanup.sed
|
||||
share/gmat/sed/gcleanup.sed.gr
|
||||
share/gmat/sgml/CATALOG
|
||||
share/gmat/sgml/ECAT
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Latin_1
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Latin_2
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Arrow_Relations
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Binary_Operators
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Delimiters
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Negated_Relations
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Ordinary
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Relations
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Alternative_Greek_Symbols
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Box_and_Line_Drawing
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Diacritical_Marks
|
||||
share/gmat/sgml/ISO_8879-1986/entities/General_Technical
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Greek_Letters
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Greek_Symbols
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Monotoniko_Greek
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Non-Russian_Cyrillic
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Numeric_and_Special_Graphic
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Publishing
|
||||
share/gmat/sgml/ISO_8879-1986/entities/Russian_Cyrillic
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-amsa.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-amsb.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-amsc.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-amsn.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-amso.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-amsr.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-box.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-cyr1.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-cyr2.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-dia.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-grk1.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-grk2.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-grk3.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-grk4.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-lat1.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-lat2.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-num.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-pub.gml
|
||||
share/gmat/sgml/ISO_8879-1986/entities/iso-tech.gml
|
||||
share/gmat/sgml/ISO_9573-13-1991/entities/Math_Alphabets_Fraktur
|
||||
share/gmat/sgml/ISO_9573-13-1991/entities/Math_Alphabets_Open_Face
|
||||
share/gmat/sgml/ISO_9573-13-1991/entities/Math_Alphabets_Script
|
||||
share/gmat/sgml/ORA/dtds/memo.dtd
|
||||
share/gmat/sgml/ORA/dtds/nutshell.1.1.dtd
|
||||
share/gmat/sgml/ORA/dtds/nutshell.dtd
|
||||
share/gmat/sgml/ORA/dtds/orahtml.dtd
|
||||
share/gmat/sgml/ORA/dtds/oraprod.2.2.1.dtd
|
||||
share/gmat/sgml/ORA/dtds/oraprod.2.4.dtd
|
||||
share/gmat/sgml/ORA/dtds/oraprod.3.0.dtd
|
||||
share/gmat/sgml/ORA/dtds/oraprod.3.1.dtd
|
||||
share/gmat/sgml/ORA/entities/Common_Entities
|
||||
share/gmat/sgml/ORA/entities/DNS_and_Bind
|
||||
share/gmat/sgml/ORA/entities/Essential_System_Administration
|
||||
share/gmat/sgml/ORA/entities/MIF_Entities
|
||||
share/gmat/sgml/ORA/entities/Managing_NFS_and_NIS
|
||||
share/gmat/sgml/ORA/entities/Nutshell_Legal_Notice
|
||||
share/gmat/sgml/ORA/entities/ORA_Entities
|
||||
share/gmat/sgml/ORA/entities/ORA_X_Books
|
||||
share/gmat/sgml/ORA/entities/System_Entities
|
||||
share/gmat/sgml/ORA/entities/X_Legal_Notice_1
|
||||
share/gmat/sgml/ORA/entities/X_Legal_Notice_2
|
||||
share/gmat/sgml/ORA/entities/bulksales
|
||||
share/gmat/sgml/ORA/entities/iso-lat1.gml
|
||||
share/gmat/sgml/ORA/entities/iso-lat2
|
||||
share/gmat/sgml/ORA/entities/orachars
|
||||
share/gmat/sgml/ORA/entities/oraxbooks
|
||||
share/gmat/sgml/ORA/entities/oraxrelated
|
||||
share/gmat/sgml/ORA/entities/xreqforcomments
|
||||
share/gmat/sgml/cdtds/html
|
||||
share/gmat/sgml/cdtds/memo
|
||||
share/gmat/sgml/cdtds/orahtml
|
||||
share/gmat/sgml/cdtds/oraprod.2.2.1
|
||||
share/gmat/sgml/doctype.close
|
||||
share/gmat/sgml/doctype.open
|
||||
share/gmat/sgml/foo.len
|
||||
share/gmat/sgml/html.sdecl
|
||||
share/gmat/sgml/sdecl
|
||||
share/gmat/test/BOOKFILES
|
||||
share/gmat/test/BOOKFILES~
|
||||
share/gmat/test/BOOKIDS
|
||||
share/gmat/test/CATALOG
|
||||
share/gmat/test/ch00.sgm
|
||||
share/gmat/test/ch01.sgm
|
||||
share/gmat/test/ch02.sgm
|
||||
share/gmat/test/fmt/exlist/ch00.3l
|
||||
share/gmat/test/fmt/exlist/ch01-new.3l
|
||||
share/gmat/test/fmt/exlist/ch01.3l
|
||||
share/gmat/test/fmt/exlist/ch02.3l
|
||||
share/gmat/test/fmt/exlist/ch03.3l
|
||||
share/gmat/test/fmt/exlist/ch05.3l
|
||||
share/gmat/test/fmt/exlist/ch06.3l
|
||||
share/gmat/test/fmt/exlist/ch07.3l
|
||||
share/gmat/test/fmt/exlist/fptest
|
||||
share/gmat/test/fmt/exlist/toc
|
||||
share/gmat/test/fmt/figlist/ch00.3l
|
||||
share/gmat/test/fmt/figlist/ch01-new.3l
|
||||
share/gmat/test/fmt/figlist/ch01.3l
|
||||
share/gmat/test/fmt/figlist/ch02.3l
|
||||
share/gmat/test/fmt/figlist/ch03.3l
|
||||
share/gmat/test/fmt/figlist/ch05.3l
|
||||
share/gmat/test/fmt/figlist/ch06.3l
|
||||
share/gmat/test/fmt/figlist/ch07.3l
|
||||
share/gmat/test/fmt/figlist/fptest
|
||||
share/gmat/test/fmt/figlist/toc
|
||||
share/gmat/test/fmt/index/ch00.3l
|
||||
share/gmat/test/fmt/index/ch01-new.3l
|
||||
share/gmat/test/fmt/index/ch01.3l
|
||||
share/gmat/test/fmt/index/ch02.3l
|
||||
share/gmat/test/fmt/index/ch03.3l
|
||||
share/gmat/test/fmt/index/ch05.3l
|
||||
share/gmat/test/fmt/index/ch06.3l
|
||||
share/gmat/test/fmt/index/ch07.3l
|
||||
share/gmat/test/fmt/index/fptest
|
||||
share/gmat/test/fmt/index/toc
|
||||
share/gmat/test/fmt/tablist/ch00.3l
|
||||
share/gmat/test/fmt/tablist/ch01-new.3l
|
||||
share/gmat/test/fmt/tablist/ch01.3l
|
||||
share/gmat/test/fmt/tablist/ch02.3l
|
||||
share/gmat/test/fmt/tablist/ch03.3l
|
||||
share/gmat/test/fmt/tablist/ch05.3l
|
||||
share/gmat/test/fmt/tablist/ch06.3l
|
||||
share/gmat/test/fmt/tablist/ch07.3l
|
||||
share/gmat/test/fmt/tablist/fptest
|
||||
share/gmat/test/fmt/tablist/toc
|
||||
share/gmat/test/fmt/toc/Se.ch00.3l
|
||||
share/gmat/test/fmt/toc/Se.ch00.3l.flag
|
||||
share/gmat/test/fmt/toc/Se.ch01-new.3l
|
||||
share/gmat/test/fmt/toc/Se.ch01-new.3l.flag
|
||||
share/gmat/test/fmt/toc/Se.ch01.3l
|
||||
share/gmat/test/fmt/toc/Se.ch01.3l.flag
|
||||
share/gmat/test/fmt/toc/Se.ch02.3l
|
||||
share/gmat/test/fmt/toc/Se.ch02.3l.flag
|
||||
share/gmat/test/fmt/toc/Se.ch03.3l
|
||||
share/gmat/test/fmt/toc/Se.ch03.3l.flag
|
||||
share/gmat/test/fmt/toc/Se.ch05.3l.flag
|
||||
share/gmat/test/fmt/toc/Se.ch06.3l
|
||||
share/gmat/test/fmt/toc/Se.ch06.3l.flag
|
||||
share/gmat/test/fmt/toc/Se.ch07.3l
|
||||
share/gmat/test/fmt/toc/Se.ch07.3l.flag
|
||||
share/gmat/test/fmt/toc/ch00.3l
|
||||
share/gmat/test/fmt/toc/ch01-new.3l
|
||||
share/gmat/test/fmt/toc/ch01.3l
|
||||
share/gmat/test/fmt/toc/ch02.3l
|
||||
share/gmat/test/fmt/toc/ch03.3l
|
||||
share/gmat/test/fmt/toc/ch05.3l
|
||||
share/gmat/test/fmt/toc/ch06.3l
|
||||
share/gmat/test/fmt/toc/ch07.3l
|
||||
share/gmat/test/fmt/toc/fptest
|
||||
share/gmat/test/fmt/toc/toc
|
||||
share/gmat/test/nsgmls.err
|
||||
@dirrm share/gmat/bin
|
||||
@dirrm share/gmat/lib
|
||||
@dirrm share/gmat/macros
|
||||
@dirrm share/gmat/sed
|
||||
@dirrm share/gmat/sgml/ISO_8879-1986/entities
|
||||
@dirrm share/gmat/sgml/ISO_8879-1986
|
||||
@dirrm share/gmat/sgml/ISO_9573-13-1991/entities
|
||||
@dirrm share/gmat/sgml/ISO_9573-13-1991
|
||||
@dirrm share/gmat/sgml/ORA/dtds
|
||||
@dirrm share/gmat/sgml/ORA/entities
|
||||
@dirrm share/gmat/sgml/ORA
|
||||
@dirrm share/gmat/sgml/cdtds
|
||||
@dirrm share/gmat/sgml
|
||||
@dirrm share/gmat/test/fmt/toc
|
||||
@dirrm share/gmat/test/fmt/index
|
||||
@dirrm share/gmat/test/fmt/exlist
|
||||
@dirrm share/gmat/test/fmt/figlist
|
||||
@dirrm share/gmat/test/fmt/tablist
|
||||
@dirrm share/gmat/test/fmt
|
||||
@dirrm share/gmat/test/tools-debug
|
||||
@dirrm share/gmat/test
|
||||
@dirrm share/gmat
|
||||
%%DATADIR%%/bin/bookfiles
|
||||
%%DATADIR%%/bin/bookpage
|
||||
%%DATADIR%%/bin/checkaheads
|
||||
%%DATADIR%%/bin/dbtohtml
|
||||
%%DATADIR%%/bin/dbtohtml.cls
|
||||
%%DATADIR%%/bin/dbtohtml.sup
|
||||
%%DATADIR%%/bin/dbtoltx
|
||||
%%DATADIR%%/bin/dbtoltx.cls
|
||||
%%DATADIR%%/bin/dbtoltx.sup
|
||||
%%DATADIR%%/bin/dbtotexi
|
||||
%%DATADIR%%/bin/dbtotexi.cls
|
||||
%%DATADIR%%/bin/dbtotexi.sup
|
||||
%%DATADIR%%/bin/epsbbox
|
||||
%%DATADIR%%/bin/fontstack
|
||||
%%DATADIR%%/bin/gmacroff
|
||||
%%DATADIR%%/bin/gmat
|
||||
%%DATADIR%%/bin/gmat.cat
|
||||
%%DATADIR%%/bin/gmat.driver
|
||||
%%DATADIR%%/bin/gmat.latex
|
||||
%%DATADIR%%/bin/gmat.nop
|
||||
%%DATADIR%%/bin/gmat.sgmls
|
||||
%%DATADIR%%/bin/gmat.troff
|
||||
%%DATADIR%%/bin/gmat.troff.orig
|
||||
%%DATADIR%%/bin/gnct
|
||||
%%DATADIR%%/bin/inx
|
||||
%%DATADIR%%/bin/kern10sed
|
||||
%%DATADIR%%/bin/kern10sed0
|
||||
%%DATADIR%%/bin/kern10sed1
|
||||
%%DATADIR%%/bin/lowres
|
||||
%%DATADIR%%/bin/memototxt
|
||||
%%DATADIR%%/bin/memototxt.cls
|
||||
%%DATADIR%%/bin/memototxt.sup
|
||||
%%DATADIR%%/bin/rcs-lock-list
|
||||
%%DATADIR%%/bin/rcsvdate
|
||||
%%DATADIR%%/bin/sgml-checkindex
|
||||
%%DATADIR%%/bin/sgml-fixindex
|
||||
%%DATADIR%%/bin/sgmlfiglist
|
||||
%%DATADIR%%/bin/tbltodb
|
||||
%%DATADIR%%/bin/wraplines
|
||||
%%DATADIR%%/bin/xdbto3l
|
||||
%%DATADIR%%/bin/xdbto3l.cls
|
||||
%%DATADIR%%/bin/xdbto3l.sup
|
||||
%%DATADIR%%/bin/yadc-strings
|
||||
%%DATADIR%%/lib/commonlock5.pl
|
||||
%%DATADIR%%/lib/dbtohtml.ent
|
||||
%%DATADIR%%/lib/dbtohtml.tag
|
||||
%%DATADIR%%/lib/dbtoltx.tag
|
||||
%%DATADIR%%/lib/dbtortf.tag
|
||||
%%DATADIR%%/lib/dbtotexi.ent
|
||||
%%DATADIR%%/lib/dbtotexi.tag
|
||||
%%DATADIR%%/lib/gmat.pl
|
||||
%%DATADIR%%/lib/html.mkp
|
||||
%%DATADIR%%/lib/inx.preamble
|
||||
%%DATADIR%%/lib/longopts5.pl
|
||||
%%DATADIR%%/lib/memototxt.tag
|
||||
%%DATADIR%%/lib/oragetopts.pl
|
||||
%%DATADIR%%/lib/oratoolsrc
|
||||
%%DATADIR%%/lib/oratoolsrc.orig
|
||||
%%DATADIR%%/lib/parsecfg5.pl
|
||||
%%DATADIR%%/lib/psgmls.pl
|
||||
%%DATADIR%%/lib/sgmlesis.pl
|
||||
%%DATADIR%%/lib/sgmlpars.pl
|
||||
%%DATADIR%%/lib/sgmls3l.pl
|
||||
%%DATADIR%%/lib/sparser.pl
|
||||
%%DATADIR%%/lib/xdbto3l.ent
|
||||
%%DATADIR%%/lib/xdbto3l.tag
|
||||
%%DATADIR%%/macros/sgmlmacs
|
||||
%%DATADIR%%/macros/tmac.G
|
||||
%%DATADIR%%/macros/tmac.G.orig
|
||||
%%DATADIR%%/macros/tmac.Gdraft
|
||||
%%DATADIR%%/macros/tmac.Ginanut
|
||||
%%DATADIR%%/macros/tmac.Ginit
|
||||
%%DATADIR%%/macros/tmac.gs
|
||||
%%DATADIR%%/macros/tmac.paras
|
||||
%%DATADIR%%/macros/tmac.sgmlmacs
|
||||
%%DATADIR%%/sed/gcleanup-d.sed
|
||||
%%DATADIR%%/sed/gcleanup.sed
|
||||
%%DATADIR%%/sed/gcleanup.sed.gr
|
||||
%%DATADIR%%/sgml/CATALOG
|
||||
%%DATADIR%%/sgml/ECAT
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Latin_1
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Latin_2
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Arrow_Relations
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Binary_Operators
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Delimiters
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Negated_Relations
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Ordinary
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Added_Math_Symbols_Relations
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Alternative_Greek_Symbols
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Box_and_Line_Drawing
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Diacritical_Marks
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/General_Technical
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Greek_Letters
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Greek_Symbols
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Monotoniko_Greek
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Non-Russian_Cyrillic
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Numeric_and_Special_Graphic
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Publishing
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/Russian_Cyrillic
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-amsa.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-amsb.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-amsc.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-amsn.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-amso.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-amsr.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-box.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-cyr1.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-cyr2.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-dia.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-grk1.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-grk2.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-grk3.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-grk4.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-lat1.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-lat2.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-num.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-pub.gml
|
||||
%%DATADIR%%/sgml/ISO_8879-1986/entities/iso-tech.gml
|
||||
%%DATADIR%%/sgml/ISO_9573-13-1991/entities/Math_Alphabets_Fraktur
|
||||
%%DATADIR%%/sgml/ISO_9573-13-1991/entities/Math_Alphabets_Open_Face
|
||||
%%DATADIR%%/sgml/ISO_9573-13-1991/entities/Math_Alphabets_Script
|
||||
%%DATADIR%%/sgml/ORA/dtds/memo.dtd
|
||||
%%DATADIR%%/sgml/ORA/dtds/nutshell.1.1.dtd
|
||||
%%DATADIR%%/sgml/ORA/dtds/nutshell.dtd
|
||||
%%DATADIR%%/sgml/ORA/dtds/orahtml.dtd
|
||||
%%DATADIR%%/sgml/ORA/dtds/oraprod.2.2.1.dtd
|
||||
%%DATADIR%%/sgml/ORA/dtds/oraprod.2.4.dtd
|
||||
%%DATADIR%%/sgml/ORA/dtds/oraprod.3.0.dtd
|
||||
%%DATADIR%%/sgml/ORA/dtds/oraprod.3.1.dtd
|
||||
%%DATADIR%%/sgml/ORA/entities/Common_Entities
|
||||
%%DATADIR%%/sgml/ORA/entities/DNS_and_Bind
|
||||
%%DATADIR%%/sgml/ORA/entities/Essential_System_Administration
|
||||
%%DATADIR%%/sgml/ORA/entities/MIF_Entities
|
||||
%%DATADIR%%/sgml/ORA/entities/Managing_NFS_and_NIS
|
||||
%%DATADIR%%/sgml/ORA/entities/Nutshell_Legal_Notice
|
||||
%%DATADIR%%/sgml/ORA/entities/ORA_Entities
|
||||
%%DATADIR%%/sgml/ORA/entities/ORA_X_Books
|
||||
%%DATADIR%%/sgml/ORA/entities/System_Entities
|
||||
%%DATADIR%%/sgml/ORA/entities/X_Legal_Notice_1
|
||||
%%DATADIR%%/sgml/ORA/entities/X_Legal_Notice_2
|
||||
%%DATADIR%%/sgml/ORA/entities/bulksales
|
||||
%%DATADIR%%/sgml/ORA/entities/iso-lat1.gml
|
||||
%%DATADIR%%/sgml/ORA/entities/iso-lat2
|
||||
%%DATADIR%%/sgml/ORA/entities/orachars
|
||||
%%DATADIR%%/sgml/ORA/entities/oraxbooks
|
||||
%%DATADIR%%/sgml/ORA/entities/oraxrelated
|
||||
%%DATADIR%%/sgml/ORA/entities/xreqforcomments
|
||||
%%DATADIR%%/sgml/cdtds/html
|
||||
%%DATADIR%%/sgml/cdtds/memo
|
||||
%%DATADIR%%/sgml/cdtds/orahtml
|
||||
%%DATADIR%%/sgml/cdtds/oraprod.2.2.1
|
||||
%%DATADIR%%/sgml/doctype.close
|
||||
%%DATADIR%%/sgml/doctype.open
|
||||
%%DATADIR%%/sgml/foo.len
|
||||
%%DATADIR%%/sgml/html.sdecl
|
||||
%%DATADIR%%/sgml/sdecl
|
||||
%%DATADIR%%/test/BOOKFILES
|
||||
%%DATADIR%%/test/BOOKFILES~
|
||||
%%DATADIR%%/test/BOOKIDS
|
||||
%%DATADIR%%/test/CATALOG
|
||||
%%DATADIR%%/test/ch00.sgm
|
||||
%%DATADIR%%/test/ch01.sgm
|
||||
%%DATADIR%%/test/ch02.sgm
|
||||
%%DATADIR%%/test/fmt/exlist/ch00.3l
|
||||
%%DATADIR%%/test/fmt/exlist/ch01-new.3l
|
||||
%%DATADIR%%/test/fmt/exlist/ch01.3l
|
||||
%%DATADIR%%/test/fmt/exlist/ch02.3l
|
||||
%%DATADIR%%/test/fmt/exlist/ch03.3l
|
||||
%%DATADIR%%/test/fmt/exlist/ch05.3l
|
||||
%%DATADIR%%/test/fmt/exlist/ch06.3l
|
||||
%%DATADIR%%/test/fmt/exlist/ch07.3l
|
||||
%%DATADIR%%/test/fmt/exlist/fptest
|
||||
%%DATADIR%%/test/fmt/exlist/toc
|
||||
%%DATADIR%%/test/fmt/figlist/ch00.3l
|
||||
%%DATADIR%%/test/fmt/figlist/ch01-new.3l
|
||||
%%DATADIR%%/test/fmt/figlist/ch01.3l
|
||||
%%DATADIR%%/test/fmt/figlist/ch02.3l
|
||||
%%DATADIR%%/test/fmt/figlist/ch03.3l
|
||||
%%DATADIR%%/test/fmt/figlist/ch05.3l
|
||||
%%DATADIR%%/test/fmt/figlist/ch06.3l
|
||||
%%DATADIR%%/test/fmt/figlist/ch07.3l
|
||||
%%DATADIR%%/test/fmt/figlist/fptest
|
||||
%%DATADIR%%/test/fmt/figlist/toc
|
||||
%%DATADIR%%/test/fmt/index/ch00.3l
|
||||
%%DATADIR%%/test/fmt/index/ch01-new.3l
|
||||
%%DATADIR%%/test/fmt/index/ch01.3l
|
||||
%%DATADIR%%/test/fmt/index/ch02.3l
|
||||
%%DATADIR%%/test/fmt/index/ch03.3l
|
||||
%%DATADIR%%/test/fmt/index/ch05.3l
|
||||
%%DATADIR%%/test/fmt/index/ch06.3l
|
||||
%%DATADIR%%/test/fmt/index/ch07.3l
|
||||
%%DATADIR%%/test/fmt/index/fptest
|
||||
%%DATADIR%%/test/fmt/index/toc
|
||||
%%DATADIR%%/test/fmt/tablist/ch00.3l
|
||||
%%DATADIR%%/test/fmt/tablist/ch01-new.3l
|
||||
%%DATADIR%%/test/fmt/tablist/ch01.3l
|
||||
%%DATADIR%%/test/fmt/tablist/ch02.3l
|
||||
%%DATADIR%%/test/fmt/tablist/ch03.3l
|
||||
%%DATADIR%%/test/fmt/tablist/ch05.3l
|
||||
%%DATADIR%%/test/fmt/tablist/ch06.3l
|
||||
%%DATADIR%%/test/fmt/tablist/ch07.3l
|
||||
%%DATADIR%%/test/fmt/tablist/fptest
|
||||
%%DATADIR%%/test/fmt/tablist/toc
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch00.3l
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch00.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch01-new.3l
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch01-new.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch01.3l
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch01.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch02.3l
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch02.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch03.3l
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch03.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch05.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch06.3l
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch06.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch07.3l
|
||||
%%DATADIR%%/test/fmt/toc/Se.ch07.3l.flag
|
||||
%%DATADIR%%/test/fmt/toc/ch00.3l
|
||||
%%DATADIR%%/test/fmt/toc/ch01-new.3l
|
||||
%%DATADIR%%/test/fmt/toc/ch01.3l
|
||||
%%DATADIR%%/test/fmt/toc/ch02.3l
|
||||
%%DATADIR%%/test/fmt/toc/ch03.3l
|
||||
%%DATADIR%%/test/fmt/toc/ch05.3l
|
||||
%%DATADIR%%/test/fmt/toc/ch06.3l
|
||||
%%DATADIR%%/test/fmt/toc/ch07.3l
|
||||
%%DATADIR%%/test/fmt/toc/fptest
|
||||
%%DATADIR%%/test/fmt/toc/toc
|
||||
%%DATADIR%%/test/nsgmls.err
|
||||
@dirrm %%DATADIR%%/bin
|
||||
@dirrm %%DATADIR%%/lib
|
||||
@dirrm %%DATADIR%%/macros
|
||||
@dirrm %%DATADIR%%/sed
|
||||
@dirrm %%DATADIR%%/sgml/ISO_8879-1986/entities
|
||||
@dirrm %%DATADIR%%/sgml/ISO_8879-1986
|
||||
@dirrm %%DATADIR%%/sgml/ISO_9573-13-1991/entities
|
||||
@dirrm %%DATADIR%%/sgml/ISO_9573-13-1991
|
||||
@dirrm %%DATADIR%%/sgml/ORA/dtds
|
||||
@dirrm %%DATADIR%%/sgml/ORA/entities
|
||||
@dirrm %%DATADIR%%/sgml/ORA
|
||||
@dirrm %%DATADIR%%/sgml/cdtds
|
||||
@dirrm %%DATADIR%%/sgml
|
||||
@dirrm %%DATADIR%%/test/fmt/toc
|
||||
@dirrm %%DATADIR%%/test/fmt/index
|
||||
@dirrm %%DATADIR%%/test/fmt/exlist
|
||||
@dirrm %%DATADIR%%/test/fmt/figlist
|
||||
@dirrm %%DATADIR%%/test/fmt/tablist
|
||||
@dirrm %%DATADIR%%/test/fmt
|
||||
@dirrm %%DATADIR%%/test/tools-debug
|
||||
@dirrm %%DATADIR%%/test
|
||||
@dirrm %%DATADIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user