Updated to libxslt-1.0.22
This commit is contained in:
parent
391265c194
commit
5ce35faa32
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2002/09/30 13:11:27 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2002/10/29 10:59:39 shell Exp $
|
||||
|
||||
COMMENT= "XSLT C Library for GNOME"
|
||||
|
||||
DISTNAME= libxslt-1.0.20
|
||||
DISTNAME= libxslt-1.0.22
|
||||
CATEGORIES= textproc
|
||||
HOMEPAGE= http://xmlsoft.org/XSLT/
|
||||
|
||||
@ -15,8 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.0/} \
|
||||
ftp://xmlsoft.org/
|
||||
MASTER_SITES= ftp://xmlsoft.org/ \
|
||||
${MASTER_SITE_GNOME:=sources/libxslt/1.0/}
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxslt-1.0.20.tar.gz) = 7cce4a54eb8d0112087b27d8764b3f56
|
||||
RMD160 (libxslt-1.0.20.tar.gz) = 648bbc7823d947bb0c1bea654c287a617d84fd66
|
||||
SHA1 (libxslt-1.0.20.tar.gz) = 2255a0259152b401ac786dcfa8c4d0a2c0d22925
|
||||
MD5 (libxslt-1.0.22.tar.gz) = a73b12a5457ab12795b3c57c22df13bc
|
||||
RMD160 (libxslt-1.0.22.tar.gz) = b512fc1984992a2b377c763a34cc6c616b1c2299
|
||||
SHA1 (libxslt-1.0.22.tar.gz) = acb0255ad292e8cd9859431f2262264dfd0c336b
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.19 2002/09/14 07:52:03 shell Exp $
|
||||
lib/libexslt.so.7.11
|
||||
lib/libxslt.so.1.20
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.20 2002/10/29 10:59:39 shell Exp $
|
||||
lib/libexslt.so.7.13
|
||||
lib/libxslt.so.1.22
|
||||
lib/libxsltbreakpoint.so.1.8
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2002/09/15 04:01:31 shell Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2002/10/29 10:59:39 shell Exp $
|
||||
bin/xslt-config
|
||||
bin/xsltproc
|
||||
include/libexslt/exslt.h
|
||||
@ -14,6 +14,7 @@ include/libxslt/namespaces.h
|
||||
include/libxslt/numbersInternals.h
|
||||
include/libxslt/pattern.h
|
||||
include/libxslt/preproc.h
|
||||
include/libxslt/security.h
|
||||
include/libxslt/templates.h
|
||||
include/libxslt/transform.h
|
||||
include/libxslt/variables.h
|
||||
@ -45,6 +46,8 @@ 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
|
||||
@ -92,5 +95,6 @@ share/doc/libxslt/html/xsltproc2.html
|
||||
%%SHARED%%
|
||||
@dirrm share/doc/libxslt/html/tutorial
|
||||
@dirrm share/doc/libxslt/html
|
||||
@dirrm share/doc/libxslt
|
||||
@dirrm include/libxslt
|
||||
@dirrm include/libexslt
|
||||
|
Loading…
Reference in New Issue
Block a user