1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Update to 1.1.0.

This commit is contained in:
Joe Marcus Clarke 2003-11-04 18:22:35 +00:00
parent 89500814da
commit 35deef1d2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93099
5 changed files with 110 additions and 104 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= libxslt
PORTVERSION= 1.0.33
PORTVERSION= 1.1.0
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org

View File

@ -1 +1 @@
MD5 (gnome2/libxslt-1.0.33.tar.bz2) = 699e52b3eb862224d5f5b84c03f08676
MD5 (gnome2/libxslt-1.1.0.tar.bz2) = 1aaaca040b73922127e7e03d185cc519

View File

@ -1,25 +1,16 @@
--- Makefile.in.orig Fri Sep 12 15:22:17 2003
+++ Makefile.in Fri Sep 12 15:24:38 2003
@@ -139,21 +139,20 @@
@WITH_DEBUGGER_TRUE@ libexslt \
@WITH_DEBUGGER_TRUE@ xsltproc \
@WITH_DEBUGGER_TRUE@ doc \
-@WITH_DEBUGGER_TRUE@ @PYTHON_SUBDIR@ \
-@WITH_DEBUGGER_TRUE@ tests
+@WITH_DEBUGGER_TRUE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
+
@WITH_DEBUGGER_FALSE@SUBDIRS = \
@WITH_DEBUGGER_FALSE@ libxslt \
@WITH_DEBUGGER_FALSE@ libexslt \
@WITH_DEBUGGER_FALSE@ xsltproc \
@WITH_DEBUGGER_FALSE@ doc \
-@WITH_DEBUGGER_FALSE@ @PYTHON_SUBDIR@ \
-@WITH_DEBUGGER_FALSE@ tests
+@WITH_DEBUGGER_FALSE@ @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@
--- Makefile.in.orig Tue Nov 4 12:52:42 2003
+++ Makefile.in Tue Nov 4 12:55:43 2003
@@ -132,13 +132,12 @@
libexslt \
xsltproc \
doc \
- @PYTHON_SUBDIR@ \
- tests
+ @PYTHON_SUBDIR@
DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests breakpoint
-DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
+DIST_SUBDIRS = libxslt libexslt xsltproc python doc
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)

View File

@ -1,6 +1,6 @@
--- doc/Makefile.in.orig Fri Aug 23 08:37:53 2002
+++ doc/Makefile.in Sat Aug 24 02:44:18 2002
@@ -123,7 +123,7 @@
--- doc/Makefile.in.orig Tue Nov 4 13:00:21 2003
+++ doc/Makefile.in Tue Nov 4 13:04:43 2003
@@ -139,7 +139,7 @@
# The name of the module.
@ -8,4 +8,18 @@
+DOC_MODULE = libxslt
# The top-level SGML file.
DOC_MAIN_SGML_FILE = libxslt.sgml
DOC_MAIN_XML_FILE = libxslt.xml
@@ -418,10 +418,9 @@
$(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)
-@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(TARGET_DIR)
-@INSTALL@ -m 0644 $(srcdir)/*.gif $(DESTDIR)$(TARGET_DIR)
- $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/html
- -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)/html
- -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(TARGET_DIR)/html
- -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR)/html
+ -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR)
+ -@INSTALL@ -m 0644 $(srcdir)/html/*.png $(DESTDIR)$(TARGET_DIR)
+ -@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))

View File

@ -26,88 +26,89 @@ include/libxslt/xsltexports.h
include/libxslt/xsltutils.h
lib/libexslt.a
lib/libexslt.so
lib/libexslt.so.7
lib/libexslt.so.8
lib/libxslt.a
lib/libxslt.so
lib/libxslt.so.1
lib/libxsltbreakpoint.a
lib/libxsltbreakpoint.so
lib/libxsltbreakpoint.so.1
lib/libxslt.so.2
%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxslt.py
%%PYTHON:%%lib/%%PYTHON_VERSION%%/site-packages/libxsltmod.so
libdata/pkgconfig/libxslt.pc
share/aclocal/libxslt.m4
%%PYTHON:%%share/doc/libxslt-python/TODO
%%PYTHON:%%share/doc/libxslt-python/examples/basic.py
%%PYTHON:%%share/doc/libxslt-python/examples/exslt.py
%%PYTHON:%%share/doc/libxslt-python/examples/extelem.py
%%PYTHON:%%share/doc/libxslt-python/examples/extfunc.py
%%PYTHON:%%share/doc/libxslt-python/examples/pyxsltproc.py
%%PYTHON:%%share/doc/libxslt-python/examples/test.xml
%%PYTHON:%%share/doc/libxslt-python/examples/test.xsl
share/doc/libxslt/html/API.html
share/doc/libxslt/html/APIchunk0.html
share/doc/libxslt/html/APIchunk1.html
share/doc/libxslt/html/APIchunk2.html
share/doc/libxslt/html/APIchunk3.html
share/doc/libxslt/html/APIchunk4.html
share/doc/libxslt/html/APIchunk5.html
share/doc/libxslt/html/APIchunk6.html
share/doc/libxslt/html/APIchunk7.html
share/doc/libxslt/html/APIconstructors.html
share/doc/libxslt/html/APIfiles.html
share/doc/libxslt/html/APIfunctions.html
share/doc/libxslt/html/APIsymbols.html
share/doc/libxslt/html/FAQ.html
share/doc/libxslt/html/Libxslt-Logo-180x168.gif
share/doc/libxslt/html/Libxslt-Logo-90x34.gif
share/doc/libxslt/html/book1.html
share/doc/libxslt/html/bugs.html
share/doc/libxslt/html/contexts.gif
share/doc/libxslt/html/contribs.html
share/doc/libxslt/html/docbook.html
share/doc/libxslt/html/docs.html
share/doc/libxslt/html/downloads.html
share/doc/libxslt/html/extensions.html
share/doc/libxslt/html/help.html
share/doc/libxslt/html/index.html
share/doc/libxslt/html/internals.html
share/doc/libxslt/html/intro.html
share/doc/libxslt/html/libxslt-attributes.html
share/doc/libxslt/html/libxslt-extensions.html
share/doc/libxslt/html/libxslt-functions.html
share/doc/libxslt/html/libxslt-imports.html
share/doc/libxslt/html/libxslt-keys.html
share/doc/libxslt/html/libxslt-lib.html
share/doc/libxslt/html/libxslt-namespaces.html
share/doc/libxslt/html/libxslt-notes.html
share/doc/libxslt/html/libxslt-numbersInternals.html
share/doc/libxslt/html/libxslt-pattern.html
share/doc/libxslt/html/libxslt-templates.html
share/doc/libxslt/html/libxslt-transform.html
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/news.html
share/doc/libxslt/html/node.gif
share/doc/libxslt/html/object.gif
share/doc/libxslt/html/processing.gif
share/doc/libxslt/html/python.html
share/doc/libxslt/html/redhat.gif
share/doc/libxslt/html/smallfootonly.gif
share/doc/libxslt/html/stylesheet.gif
share/doc/libxslt/html/templates.gif
share/doc/libxslt/html/tutorial/libxslt_tutorial.c
share/doc/libxslt/html/tutorial/libxslttutorial.html
share/doc/libxslt/html/tutorial/libxslttutorial.xml
share/doc/libxslt/html/xslt.html
share/doc/libxslt/html/xsltproc.html
share/doc/libxslt/html/xsltproc2.html
@dirrm share/doc/libxslt/html/tutorial
@dirrm share/doc/libxslt/html
%%PYTHON:%%@dirrm share/doc/libxslt-python/examples
%%PYTHON:%%@dirrm share/doc/libxslt-python
@dirrm share/doc/libxslt
%%PYTHON:%%%%DOCSDIR%%-python/TODO
%%PYTHON:%%%%DOCSDIR%%-python/examples/basic.py
%%PYTHON:%%%%DOCSDIR%%-python/examples/exslt.py
%%PYTHON:%%%%DOCSDIR%%-python/examples/extelem.py
%%PYTHON:%%%%DOCSDIR%%-python/examples/extfunc.py
%%PYTHON:%%%%DOCSDIR%%-python/examples/pyxsltproc.py
%%PYTHON:%%%%DOCSDIR%%-python/examples/test.xml
%%PYTHON:%%%%DOCSDIR%%-python/examples/test.xsl
%%DOCSDIR%%/html/API.html
%%DOCSDIR%%/html/APIchunk0.html
%%DOCSDIR%%/html/APIchunk1.html
%%DOCSDIR%%/html/APIchunk2.html
%%DOCSDIR%%/html/APIchunk3.html
%%DOCSDIR%%/html/APIchunk4.html
%%DOCSDIR%%/html/APIchunk5.html
%%DOCSDIR%%/html/APIchunk6.html
%%DOCSDIR%%/html/APIchunk7.html
%%DOCSDIR%%/html/APIconstructors.html
%%DOCSDIR%%/html/APIfiles.html
%%DOCSDIR%%/html/APIfunctions.html
%%DOCSDIR%%/html/APIsymbols.html
%%DOCSDIR%%/html/FAQ.html
%%DOCSDIR%%/html/Libxslt-Logo-180x168.gif
%%DOCSDIR%%/html/Libxslt-Logo-90x34.gif
%%DOCSDIR%%/html/book1.html
%%DOCSDIR%%/html/bugs.html
%%DOCSDIR%%/html/contexts.gif
%%DOCSDIR%%/html/contribs.html
%%DOCSDIR%%/html/docbook.html
%%DOCSDIR%%/html/docs.html
%%DOCSDIR%%/html/downloads.html
%%DOCSDIR%%/html/extensions.html
%%DOCSDIR%%/html/help.html
%%DOCSDIR%%/html/home.png
%%DOCSDIR%%/html/index.html
%%DOCSDIR%%/html/internals.html
%%DOCSDIR%%/html/intro.html
%%DOCSDIR%%/html/left.png
%%DOCSDIR%%/html/libxslt-attributes.html
%%DOCSDIR%%/html/libxslt-extensions.html
%%DOCSDIR%%/html/libxslt-functions.html
%%DOCSDIR%%/html/libxslt-imports.html
%%DOCSDIR%%/html/libxslt-keys.html
%%DOCSDIR%%/html/libxslt-lib.html
%%DOCSDIR%%/html/libxslt-namespaces.html
%%DOCSDIR%%/html/libxslt-notes.html
%%DOCSDIR%%/html/libxslt-numbersInternals.html
%%DOCSDIR%%/html/libxslt-pattern.html
%%DOCSDIR%%/html/libxslt-templates.html
%%DOCSDIR%%/html/libxslt-transform.html
%%DOCSDIR%%/html/libxslt-variables.html
%%DOCSDIR%%/html/libxslt-xslt.html
%%DOCSDIR%%/html/libxslt-xsltInternals.html
%%DOCSDIR%%/html/libxslt-xsltutils.html
%%DOCSDIR%%/html/news.html
%%DOCSDIR%%/html/node.gif
%%DOCSDIR%%/html/object.gif
%%DOCSDIR%%/html/processing.gif
%%DOCSDIR%%/html/python.html
%%DOCSDIR%%/html/redhat.gif
%%DOCSDIR%%/html/right.png
%%DOCSDIR%%/html/smallfootonly.gif
%%DOCSDIR%%/html/stylesheet.gif
%%DOCSDIR%%/html/templates.gif
%%DOCSDIR%%/html/tutorial/libxslt_tutorial.c
%%DOCSDIR%%/html/tutorial/libxslttutorial.html
%%DOCSDIR%%/html/tutorial/libxslttutorial.xml
%%DOCSDIR%%/html/up.png
%%DOCSDIR%%/html/xslt.html
%%DOCSDIR%%/html/xsltproc.html
%%DOCSDIR%%/html/xsltproc2.html
@dirrm %%DOCSDIR%%/html/tutorial
@dirrm %%DOCSDIR%%/html
%%PYTHON:%%@dirrm %%DOCSDIR%%-python/examples
%%PYTHON:%%@dirrm %%DOCSDIR%%-python
@dirrm %%DOCSDIR%%
@dirrm include/libxslt
@dirrm include/libexslt