diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2003-06-10 04:54:06 +0000 |
commit | f0499138e7aa5e43bdb88278d6bef3650c46e229 (patch) | |
tree | b29a74bee14985fc7da4a51785f23c0829b3b5d5 /dev-lisp/cl-phtml/files | |
parent | initial common lisp import (diff) | |
download | gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.gz gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.tar.bz2 gentoo-2-f0499138e7aa5e43bdb88278d6bef3650c46e229.zip |
initial common lisp import
Diffstat (limited to 'dev-lisp/cl-phtml/files')
-rw-r--r-- | dev-lisp/cl-phtml/files/digest-cl-phtml-20030325 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-phtml/files/phtml-gentoo.patch | 22 | ||||
-rw-r--r-- | dev-lisp/cl-phtml/files/phtml.asd | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-lisp/cl-phtml/files/digest-cl-phtml-20030325 b/dev-lisp/cl-phtml/files/digest-cl-phtml-20030325 new file mode 100644 index 000000000000..b85e9d2078dd --- /dev/null +++ b/dev-lisp/cl-phtml/files/digest-cl-phtml-20030325 @@ -0,0 +1 @@ +MD5 75d7ecb096f491b1628130e1883bee14 xmlutils-20030325.tar.gz 55204 diff --git a/dev-lisp/cl-phtml/files/phtml-gentoo.patch b/dev-lisp/cl-phtml/files/phtml-gentoo.patch new file mode 100644 index 000000000000..c0052057c7d4 --- /dev/null +++ b/dev-lisp/cl-phtml/files/phtml-gentoo.patch @@ -0,0 +1,22 @@ +diff -u xmlutils.orig/phtml.cl xmlutils/phtml.cl +--- xmlutils.orig/phtml.cl 2003-04-01 00:41:00.000000000 -0600 ++++ xmlutils/phtml.cl 2003-06-09 19:25:13.000000000 -0500 +@@ -1,8 +1,3 @@ +-(sys:defpatch "phtml" 1 +- "parse-html close tag closes consecutive identical open tags." +- :type :system +- :post-loadable t) +- + ;; copyright (c) 1986-2000 Franz Inc, Berkeley, CA + ;; + ;; This code is free software; you can redistribute it and/or +@@ -48,7 +43,7 @@ + ; + + (defpackage net.html.parser +- (:use :lisp :clos :excl) ++ (:use :lisp :excl) + (:export + #:phtml-internal + #:parse-html)) +Only in xmlutils: phtml.cl~ diff --git a/dev-lisp/cl-phtml/files/phtml.asd b/dev-lisp/cl-phtml/files/phtml.asd new file mode 100644 index 000000000000..b2147e33e925 --- /dev/null +++ b/dev-lisp/cl-phtml/files/phtml.asd @@ -0,0 +1,6 @@ + +(in-package "CL-USER") + +(asdf:defsystem phtml + :depends-on (acl-compat) + :components ((:file "phtml"))) |