Sync with libxml
- Upgrade to 0.12.0 - Add RCS tag
This commit is contained in:
parent
097687185b
commit
eedd5522ab
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2001/05/21 02:59:30 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2001/06/20 11:06:31 shell Exp $
|
||||
|
||||
COMMENT= "the XSLT C Library for GNOME"
|
||||
|
||||
DISTNAME= libxslt-0.10.0
|
||||
DISTNAME= libxslt-0.12.0
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.399
|
||||
HOMEPAGE= http://xmlsoft.org/
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxslt-0.10.0.tar.gz) = 9620946da7c3212cf0593839e8573a5a
|
||||
RMD160 (libxslt-0.10.0.tar.gz) = 08a7e8763506d6e26c65ca89253739e193247c46
|
||||
SHA1 (libxslt-0.10.0.tar.gz) = 2da0b1a33eeee7dc88cd0e9a1de6e42dfe59d84e
|
||||
MD5 (libxslt-0.12.0.tar.gz) = 47f9c3f06d86b1a4c9595977d5161fb8
|
||||
RMD160 (libxslt-0.12.0.tar.gz) = 9063433e5e5cfe435711e449cfa653bf7ef7c67f
|
||||
SHA1 (libxslt-0.12.0.tar.gz) = ca86e0cad30bf37edb98b41e2cf645ea1b18c252
|
||||
|
@ -1,5 +1,6 @@
|
||||
--- doc/Makefile.in.orig Sat Mar 10 21:26:17 2001
|
||||
+++ doc/Makefile.in Thu Mar 22 16:28:56 2001
|
||||
$OpenBSD: patch-doc-Makefile_in,v 1.2 2001/06/20 11:06:32 shell Exp $
|
||||
--- doc/Makefile.in.orig Tue Jun 19 18:40:10 2001
|
||||
+++ doc/Makefile.in Tue Jun 19 18:41:51 2001
|
||||
@@ -24,7 +24,7 @@
|
||||
bindir = @bindir@
|
||||
sbindir = @sbindir@
|
||||
@ -9,7 +10,7 @@
|
||||
sysconfdir = @sysconfdir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
localstatedir = @localstatedir@
|
||||
@@ -84,7 +84,7 @@
|
||||
@@ -92,7 +92,7 @@
|
||||
XSLT_LIBDIR = @XSLT_LIBDIR@
|
||||
XSLT_LIBS = @XSLT_LIBS@
|
||||
|
||||
@ -18,7 +19,7 @@
|
||||
|
||||
# The top-level SGML file.
|
||||
DOC_MAIN_SGML_FILE = libxslt.sgml
|
||||
@@ -92,7 +92,7 @@
|
||||
@@ -100,7 +100,7 @@
|
||||
# The directory containing the source code (if it contains documentation).
|
||||
DOC_SOURCE_DIR = ..
|
||||
|
||||
@ -27,11 +28,11 @@
|
||||
|
||||
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)/html
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
@@ -231,7 +231,6 @@
|
||||
-@INSTALL@ -m 0644 $(srcdir)/xml.html $(DESTDIR)$(TARGET_DIR)
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
|
||||
@@ -238,7 +238,6 @@
|
||||
-@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)
|
||||
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial
|
||||
-@INSTALL@ -m 0644 $(srcdir)/tutorial/* $(DESTDIR)$(TARGET_DIR)/tutorial
|
||||
- -(cd $(DESTDIR); gtkdoc-fixxref --module=libxslt --html-dir=$(HTML_DIR))
|
||||
|
||||
dist-hook:
|
||||
(cd $(srcdir) ; tar cvf - *.html *.gif html/*.html html/*.sgml) | (cd $(distdir); tar xf -)
|
||||
(cd $(srcdir) ; tar cvf - *.html *.gif html/*.html html/*.sgml tutorial/libxslt*) | (cd $(distdir); tar xf -)
|
||||
|
@ -1,3 +1,4 @@
|
||||
$OpenBSD: patch-ltconfig,v 1.2 2001/06/20 11:06:33 shell Exp $
|
||||
--- ltconfig.orig Sat Mar 10 21:22:00 2001
|
||||
+++ ltconfig Sat Mar 17 22:51:02 2001
|
||||
@@ -1105,6 +1105,9 @@
|
||||
|
@ -1,3 +1,4 @@
|
||||
$OpenBSD: patch-ltmain.sh,v 1.2 2001/06/20 11:06:33 shell Exp $
|
||||
--- ltmain.sh.orig Sat Mar 10 21:22:00 2001
|
||||
+++ ltmain.sh Sat Mar 17 22:51:58 2001
|
||||
@@ -1079,6 +1079,17 @@
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/04/18 18:25:33 shell Exp $
|
||||
lib/libxslt.so.0.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/06/20 11:06:33 shell Exp $
|
||||
lib/libxslt.so.12.0
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/04/18 18:25:33 shell Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/06/20 11:06:33 shell Exp $
|
||||
bin/xslt-config
|
||||
bin/xsltproc
|
||||
include/libxslt/attributes.h
|
||||
@ -21,7 +21,6 @@ include/libxslt/xsltutils.h
|
||||
lib/libxslt.a
|
||||
lib/libxslt.la
|
||||
lib/xsltConf.sh
|
||||
%%SHARED%%
|
||||
share/doc/libxslt/html/book1.html
|
||||
share/doc/libxslt/html/libxslt-attributes.html
|
||||
share/doc/libxslt/html/libxslt-functions.html
|
||||
@ -38,6 +37,11 @@ share/doc/libxslt/html/libxslt-variables.html
|
||||
share/doc/libxslt/html/libxslt-xslt.html
|
||||
share/doc/libxslt/html/libxslt-xsltinternals.html
|
||||
share/doc/libxslt/html/libxslt-xsltutils.html
|
||||
share/doc/libxslt/html/tutorial/libxslt_tutorial.c
|
||||
share/doc/libxslt/html/tutorial/libxslttutorial.html
|
||||
share/doc/libxslt/html/tutorial/libxslttutorial.xml
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/libxslt/html/tutorial
|
||||
@dirrm share/doc/libxslt/html
|
||||
@dirrm share/doc/libxslt
|
||||
@dirrm include/libxslt
|
||||
|
Loading…
x
Reference in New Issue
Block a user