summaryrefslogtreecommitdiff
path: root/p/haxml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-02-14 00:51:16 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-02-14 00:51:16 +0400
commite92b9c2859a1a16ac266e5059be8c18d979b4bb9 (patch)
treefb3b5e02c34a087390066fec5e499016c1644bc0 /p/haxml
parent22fbecc968bdf0bfb4fba05c28682c13c7314441 (diff)
downloadDHG_packages-e92b9c2859a1a16ac266e5059be8c18d979b4bb9.tar.gz
haxml: Remove all patches
Diffstat (limited to 'p/haxml')
-rw-r--r--p/haxml/debian/patches/02_change-references.diff39
-rw-r--r--p/haxml/debian/patches/04_no-hugs-package-cmd.diff26
-rw-r--r--p/haxml/debian/patches/08_update-licences.diff131
-rwxr-xr-xp/haxml/debian/patches/11_haddock-typo.diff18
-rw-r--r--p/haxml/debian/patches/series4
5 files changed, 0 insertions, 218 deletions
diff --git a/p/haxml/debian/patches/02_change-references.diff b/p/haxml/debian/patches/02_change-references.diff
deleted file mode 100644
index f8fa17157..000000000
--- a/p/haxml/debian/patches/02_change-references.diff
+++ /dev/null
@@ -1,39 +0,0 @@
-## 02_change-references.dpatch by Arjan Oosting <arjanoosting@home.nl>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-Index: haxml-1.20.2/docs/index.html
-===================================================================
---- haxml-1.20.2.orig/docs/index.html 2010-01-14 16:27:40.000000000 +0100
-+++ haxml-1.20.2/docs/index.html 2011-05-27 10:45:35.000000000 +0200
-@@ -97,7 +97,7 @@
- the typed representation (DtdToHaskell/XmlContent) is available here:
- (12 pages of double-column A4)
- <ul>
--<li> <a href="icfp99.dvi">icfp99.dvi</a> (LaTeX dvi format)
-+<li> <a href="icfp99.dvi.gz">icfp99.dvi.gz</a> (LaTeX dvi format - gzipped)
- <li> <a href="icfp99.ps.gz">icfp99.ps.gz</a> (PostScript format - gzipped)
- <li> <a href="icfp99.html">icfp99.html</a> (HTML format)
- </ul>
-@@ -285,7 +285,7 @@
- </ul>
-
- <br>
--<a href="changelog.html">Complete Changelog</a><br>
-+<a href="changelog.html.gz">Complete Changelog (gzipped)</a><br>
-
- <hr>
- <center><h3><a name="who">Contacts</a></h3></center>
-@@ -307,8 +307,8 @@
- for your use, modification, and re-distribution, provided you don't
- restrict anyone else's use of it. The HaXml library is distributed
- under the GNU Lesser General Public Licence (LGPL) - see file
--<a href="LICENCE-LGPL">LICENCE-LGPL</a> for more details. We allow one
--special exception to the LGPL - see <a href="COPYRIGHT">COPYRIGHT</a>.
-+<a href="LICENCE-LGPL">LICENCE-LGPL</a> for more details.
-+We allow one special exception to the LGPL - see <a href="copyright">COPYRIGHT</a>.
- The HaXml tools are distributed under the GNU General Public Licence
- (GPL) - see <a href="LICENCE-GPL">LICENCE-GPL</a>. (If you don't
- like any of these licensing conditions, please contact us to discuss
diff --git a/p/haxml/debian/patches/04_no-hugs-package-cmd.diff b/p/haxml/debian/patches/04_no-hugs-package-cmd.diff
deleted file mode 100644
index 472edfdd2..000000000
--- a/p/haxml/debian/patches/04_no-hugs-package-cmd.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-## 04_no-hugs-package-cmd.dpatch by Arjan Oosting <arjanoosting@home.nl>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-Index: haxml-1.19.7/Makefile
-===================================================================
---- haxml-1.19.7.orig/Makefile
-+++ haxml-1.19.7/Makefile
-@@ -77,7 +77,14 @@
- install-nhc98:
- cd obj/nhc98; $(MAKE) HC=nhc98 install-nhc98
- install-hugs:
-- hugs-package src
-+ mkdir -p $(DESTDIR)/usr/lib/hugs/packages/HaXml/Text/XML/HaXml/Html
-+ mkdir -p $(DESTDIR)/usr/lib/hugs/packages/HaXml/Text/XML/HaXml/Xtract
-+ mkdir -p $(DESTDIR)/usr/lib/hugs/packages/HaXml/Text/XML/HaXml/DtdToHaskell
-+ mkdir -p $(DESTDIR)/usr/lib/hugs/packages/HaXml/Text/ParserCombinators
-+ for file in $(patsubst src/%, %, $(SRCS)); \
-+ do $(CPP) -D__HUGS__ src/$$file > \
-+ $(DESTDIR)/usr/lib/hugs/packages/HaXml/$$file; \
-+ done
- cd obj/hugs; $(MAKE) install-tools-hugs
- install-filesonly-ghc:
- cd obj/ghc; $(MAKE) HC=$(shell cat obj/ghccmd) install-filesonly-ghc
diff --git a/p/haxml/debian/patches/08_update-licences.diff b/p/haxml/debian/patches/08_update-licences.diff
deleted file mode 100644
index 1d49d39bb..000000000
--- a/p/haxml/debian/patches/08_update-licences.diff
+++ /dev/null
@@ -1,131 +0,0 @@
-## 08_update-licenses.dpatch by Arjan Oosting <arjanoosting@home.nl>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
-@DPATCH@
-Index: haxml-1.20.2/LICENCE-GPL
-===================================================================
---- haxml-1.20.2.orig/LICENCE-GPL 2008-03-09 13:41:19.000000000 +0100
-+++ haxml-1.20.2/LICENCE-GPL 2011-05-27 10:46:26.000000000 +0200
-@@ -2,7 +2,7 @@
- Version 2, June 1991
-
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-@@ -56,7 +56,6 @@
- The precise terms and conditions for copying, distribution and
- modification follow.
-
--
- GNU GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-@@ -280,7 +279,6 @@
-
- END OF TERMS AND CONDITIONS
-
--
- How to Apply These Terms to Your New Programs
-
- If you develop a new program, and you want it to be of the greatest
-@@ -307,7 +305,7 @@
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-
- Also add information on how to contact you by electronic and paper mail.
-@@ -315,7 +313,7 @@
- If the program is interactive, make it output a short notice like this
- when it starts in an interactive mode:
-
-- Gnomovision version 69, Copyright (C) year name of author
-+ Gnomovision version 69, Copyright (C) year name of author
- Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
- This is free software, and you are welcome to redistribute it
- under certain conditions; type `show c' for details.
-Index: haxml-1.20.2/LICENCE-LGPL
-===================================================================
---- haxml-1.20.2.orig/LICENCE-LGPL 2008-03-09 13:41:19.000000000 +0100
-+++ haxml-1.20.2/LICENCE-LGPL 2011-05-27 10:46:26.000000000 +0200
-@@ -1,8 +1,9 @@
-+
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-@@ -113,7 +114,6 @@
- former contains code derived from the library, whereas the latter must
- be combined with the library in order to run.
-
--
- GNU LESSER GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-@@ -460,19 +460,20 @@
-
- END OF TERMS AND CONDITIONS
-
--
- How to Apply These Terms to Your New Libraries
-
- If you develop a new library, and you want it to be of the greatest
- possible use to the public, we recommend making it free software that
- everyone can redistribute and change. You can do so by permitting
--redistribution under these terms (or, alternatively, under the terms of the
--ordinary General Public License).
-+redistribution under these terms (or, alternatively, under the terms
-+of the ordinary General Public License).
-+
-+ To apply these terms, attach the following notices to the library.
-+It is safest to attach them to the start of each source file to most
-+effectively convey the exclusion of warranty; and each file should
-+have at least the "copyright" line and a pointer to where the full
-+notice is found.
-
-- To apply these terms, attach the following notices to the library. It is
--safest to attach them to the start of each source file to most effectively
--convey the exclusion of warranty; and each file should have at least the
--"copyright" line and a pointer to where the full notice is found.
-
- <one line to give the library's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-@@ -489,19 +490,21 @@
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
- Also add information on how to contact you by electronic and paper mail.
-
--You should also get your employer (if you work as a programmer) or your
--school, if any, to sign a "copyright disclaimer" for the library, if
--necessary. Here is a sample; alter the names:
-+You should also get your employer (if you work as a programmer) or
-+your school, if any, to sign a "copyright disclaimer" for the library,
-+if necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
-- library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-+ library `Frob' (a library for tweaking knobs) written by James
-+ Random Hacker.
-
- <signature of Ty Coon>, 1 April 1990
- Ty Coon, President of Vice
-
- That's all there is to it!
-
-+
diff --git a/p/haxml/debian/patches/11_haddock-typo.diff b/p/haxml/debian/patches/11_haddock-typo.diff
deleted file mode 100755
index cf1fe90e1..000000000
--- a/p/haxml/debian/patches/11_haddock-typo.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-## 11_haddock-typo.dpatch by Arjan Oosting <arjanoosting@home.nl>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix a typo.
-
-Index: haxml-1.20.2/src/Text/XML/HaXml/Verbatim.hs
-===================================================================
---- haxml-1.20.2.orig/src/Text/XML/HaXml/Verbatim.hs 2008-03-09 13:41:20.000000000 +0100
-+++ haxml-1.20.2/src/Text/XML/HaXml/Verbatim.hs 2011-05-27 10:46:38.000000000 +0200
-@@ -15,7 +15,7 @@
- but often this is not practical, for instance when the
- literal-layout section contains other elements. Finally, program
- writers could manually format these elements by transforming them
-- into a 'literal' string in their 'CFliter', etc., but this is
-+ into a 'literal' string in their 'CFilter', etc., but this is
- annoying to do and prone to omissions and formatting errors.
-
- As an alternative, this module provides the function 'verbatim',
diff --git a/p/haxml/debian/patches/series b/p/haxml/debian/patches/series
deleted file mode 100644
index a9676f56e..000000000
--- a/p/haxml/debian/patches/series
+++ /dev/null
@@ -1,4 +0,0 @@
-02_change-references.diff
-04_no-hugs-package-cmd.diff
-08_update-licences.diff
-11_haddock-typo.diff