Redo the libxml/libxslt update, prior to kde 2.2.2 update.
This commit is contained in:
parent
7b58588629
commit
5b58348670
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2001/11/07 01:44:14 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2001/12/31 12:16:07 espie Exp $
|
||||
|
||||
COMMENT= "XML parsing library"
|
||||
|
||||
VERSION= 2.4.6
|
||||
VERSION= 2.4.8
|
||||
DISTNAME= libxml2-${VERSION}
|
||||
PKGNAME= libxml-${VERSION}
|
||||
CATEGORIES= textproc
|
||||
|
3
textproc/libxml/distinfo
Normal file
3
textproc/libxml/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libxml2-2.4.8.tar.gz) = ae1c3fbd626bb58671338ecd09cdf042
|
||||
RMD160 (libxml2-2.4.8.tar.gz) = 882b43d8c8afbc35709e419ef479b6549df13c21
|
||||
SHA1 (libxml2-2.4.8.tar.gz) = 566bdb1dbe79bb9097ed1905f172d41b50ef5324
|
@ -1,3 +0,0 @@
|
||||
MD5 (libxml2-2.4.6.tar.gz) = 4deece571467e7ec2642123ba6780f24
|
||||
RMD160 (libxml2-2.4.6.tar.gz) = 3f14e74c7f9540b130ebe22c37cbcdf1df859f08
|
||||
SHA1 (libxml2-2.4.6.tar.gz) = 8e9ae022cfffe14decd83eeb0e481cece82cd878
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.22 2001/11/07 01:44:17 kevlo Exp $
|
||||
lib/libxml2.so.6.6
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.23 2001/12/31 12:16:07 espie Exp $
|
||||
lib/libxml2.so.6.8
|
||||
DYNLIBDIR(%B)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2001/11/07 01:44:17 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2001/12/31 12:16:07 espie Exp $
|
||||
bin/xml2-config
|
||||
bin/xmlcatalog
|
||||
bin/xmllint
|
||||
@ -10,12 +10,14 @@ include/libxml/catalog.h
|
||||
include/libxml/debugXML.h
|
||||
include/libxml/encoding.h
|
||||
include/libxml/entities.h
|
||||
include/libxml/globals.h
|
||||
include/libxml/hash.h
|
||||
include/libxml/list.h
|
||||
include/libxml/nanoftp.h
|
||||
include/libxml/nanohttp.h
|
||||
include/libxml/parser.h
|
||||
include/libxml/parserInternals.h
|
||||
include/libxml/threads.h
|
||||
include/libxml/tree.h
|
||||
include/libxml/uri.h
|
||||
include/libxml/valid.h
|
||||
|
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2001/11/13 18:02:26 shell Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2001/12/31 12:16:07 espie Exp $
|
||||
|
||||
COMMENT= "XSLT C Library for GNOME"
|
||||
|
||||
DISTNAME= libxslt-1.0.5
|
||||
DISTNAME= libxslt-1.0.6
|
||||
CATEGORIES= textproc
|
||||
NEED_VERSION= 1.484
|
||||
HOMEPAGE= http://xmlsoft.org/XSLT/
|
||||
|
||||
MAINTAINER= Shell Hung <shell@openbsd.org>
|
||||
|
||||
LIB_DEPENDS= xml2::textproc/libxml
|
||||
LIB_DEPENDS= xml2.6::textproc/libxml
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -17,6 +17,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://xmlsoft.org/ \
|
||||
ftp://xmlsoft.org/old/ \
|
||||
ftp://speakeasy.rpmfind.net/pub/libxml/ \
|
||||
ftp://fr.rpmfind.net/pub/libxml/
|
||||
|
||||
@ -29,3 +30,4 @@ CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
|
||||
REGRESS_TARGET= tests
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libxslt-1.0.5.tar.gz) = 165befb6486b573d151934b1decc7e75
|
||||
RMD160 (libxslt-1.0.5.tar.gz) = 5eece02845b5d0b27071fafb060b06deaf7ceacc
|
||||
SHA1 (libxslt-1.0.5.tar.gz) = cd05a7a99df1b67671ba7aa446892916e48ca8e5
|
||||
MD5 (libxslt-1.0.6.tar.gz) = a9d47887d290e292e1301170d272a9c6
|
||||
RMD160 (libxslt-1.0.6.tar.gz) = 97e0aea8df51a8f2f3847e8e276295d27255dd58
|
||||
SHA1 (libxslt-1.0.6.tar.gz) = 72ca8e6940926df44cc444c3cd4426b122841707
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.10 2001/11/13 18:02:26 shell Exp $
|
||||
lib/libexslt.so.5.0
|
||||
lib/libxslt.so.1.5
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.11 2001/12/31 12:16:07 espie Exp $
|
||||
lib/libexslt.so.6.0
|
||||
lib/libxslt.so.1.6
|
||||
DYNLIBDIR(%B)
|
||||
|
Loading…
Reference in New Issue
Block a user