summaryrefslogtreecommitdiff
path: root/textproc/dsssl-docbook-cygnus/files/patch-aa
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 19:29:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 19:29:59 +0000
commit47a21a54dded355a183053151eb0aa400170db5c (patch)
tree60c1235403e2605e88b677bb091a766f56be9e24 /textproc/dsssl-docbook-cygnus/files/patch-aa
parentRemoved ports that depends on iiimf expired ports + they are abandonware (diff)
Remove unmaintained expired ports from textproc
2011-05-01 textproc/ctpp: Deprecated please use ctpp2 textproc/ctpp2 2011-05-01 textproc/dsssl-docbook-cygnus: Distfile is no more available 2011-05-01 textproc/fdp-tools: Distfile is no more available 2011-05-01 textproc/gtkdiff: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-client-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-csconv: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-headers: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-le-unit: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-protocol-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-server: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-x: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-x-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/maketeidtd: Upstream disapear and distfile is no more available 2011-05-01 textproc/minidom: Upstream disapear and distfile is no more available 2011-05-01 textproc/ocaml-yaxpo: Upstream disapear and distfile is no more available 2011-05-01 textproc/p5-LJ-SpellCheck: Upstream disapear and distfile is no more available 2011-05-01 textproc/py-HyperText: Upstream disapear and distfile is no more available 2011-05-01 textproc/smartdoc: Upstream disapear and distfile is no more available 2011-05-01 textproc/xmlpp: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273411
Diffstat (limited to 'textproc/dsssl-docbook-cygnus/files/patch-aa')
-rw-r--r--textproc/dsssl-docbook-cygnus/files/patch-aa64
1 files changed, 0 insertions, 64 deletions
diff --git a/textproc/dsssl-docbook-cygnus/files/patch-aa b/textproc/dsssl-docbook-cygnus/files/patch-aa
deleted file mode 100644
index 8faadbc9c0e4..000000000000
--- a/textproc/dsssl-docbook-cygnus/files/patch-aa
+++ /dev/null
@@ -1,64 +0,0 @@
---- cygnus-both.dsl~ Mon Nov 30 16:45:04 1998
-+++ cygnus-both.dsl Wed Feb 2 23:34:19 2000
-@@ -2,11 +2,11 @@
- <!ENTITY % html "IGNORE">
- <![%html;[
- <!ENTITY % print "IGNORE">
--<!ENTITY docbook.dsl SYSTEM "/usr/lib/sgml/stylesheets/nwalsh-modular/html/docbook.dsl" CDATA dsssl>
-+<!ENTITY docbook.dsl SYSTEM "%%PREFIX%%/share/sgml/docbook/dsssl/modular/html/docbook.dsl" CDATA dsssl>
- ]]>
- <!ENTITY % print "INCLUDE">
- <![%print;[
--<!ENTITY docbook.dsl SYSTEM "/usr/lib/sgml/stylesheets/nwalsh-modular/print/docbook.dsl" CDATA dsssl>
-+<!ENTITY docbook.dsl SYSTEM "%%PREFIX%%/share/sgml/docbook/dsssl/modular/print/docbook.dsl" CDATA dsssl>
- ]]>
- ]>
-
---- db2dvi.sh~ Sat Aug 28 08:13:17 1999
-+++ db2dvi.sh Wed Feb 2 23:34:41 2000
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
--DB_STYLESHEET=/usr/lib/sgml/stylesheets/cygnus-both.dsl
--ADMON_GRAPHICS=/usr/lib/sgml/stylesheets/nwalsh-modular/images/*.gif
-+DB_STYLESHEET=%%PREFIX%%/share/sgml/docbook/dsssl/cygnus/cygnus-both.dsl
-+ADMON_GRAPHICS=%%PREFIX%%/share/sgml/docbook/dsssl/modular/images/*.gif
-
- # Dave Mason's option to specify a different stylesheet
- case $1 in
---- db2html.sh~ Sat Aug 28 06:59:15 1999
-+++ db2html.sh Wed Feb 2 23:34:56 2000
-@@ -1,8 +1,8 @@
- #! /bin/sh
-
--DB_STYLESHEET=/usr/lib/sgml/stylesheets/cygnus-both.dsl
--HTML_STYLESHEET=/usr/lib/sgml/stylesheets/nwalsh-modular/test/docbook.css
--ADMON_GRAPHICS=/usr/lib/sgml/stylesheets/nwalsh-modular/images/*.gif
-+DB_STYLESHEET=%%PREFIX%%/share/sgml/docbook/dsssl/cygnus/cygnus-both.dsl
-+HTML_STYLESHEET=%%PREFIX%%/share/sgml/docbook/dsssl/modular/test/docbook.css
-+ADMON_GRAPHICS=%%PREFIX%%/share/sgml/docbook/dsssl/modular/images/*.gif
-
- output=db2html-dir
- TMPDIR=DBTOHTML_OUTPUT_DIR$$
---- db2pdf.sh~ Sat Aug 28 08:14:03 1999
-+++ db2pdf.sh Wed Feb 2 23:35:11 2000
-@@ -1,6 +1,6 @@
- #! /bin/sh
-
--DB_STYLESHEET=/usr/lib/sgml/stylesheets/cygnus-both.dsl
-+DB_STYLESHEET=%%PREFIX%%/share/sgml/docbook/dsssl/cygnus/cygnus-both.dsl
-
- TMPFN=`echo $1 | sed 's/\.sgml//'`
-
---- db2rtf.sh~ Sat Aug 28 08:13:33 1999
-+++ db2rtf.sh Wed Feb 2 23:35:22 2000
-@@ -1,7 +1,7 @@
- #! /bin/sh
-
--DB_STYLESHEET=/usr/lib/sgml/stylesheets/cygnus-both.dsl
--ADMON_GRAPHICS=/usr/lib/sgml/stylesheets/nwalsh-modular/images/*.gif
-+DB_STYLESHEET=%%PREFIX%%/share/sgml/docbook/dsssl/cygnus/cygnus-both.dsl
-+ADMON_GRAPHICS=%%PREFIX%%/share/sgml/docbook/dsssl/modular/images/*.gif
-
- output=db2rtf.rtf
- #TMPFN=db2rtf$$.rtf