mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to 1.8.0
PR: ports/15503 Submitted by: Ade Lovett <ade@lovett.com>
This commit is contained in:
parent
fdc40bcf64
commit
ae1e462c77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23984
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: libxml
|
||||
# Version required: 1.7.3
|
||||
# Version required: 1.8.0
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= libxml-1.7.3
|
||||
DISTNAME= libxml-1.8.0
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libxml
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libxml-1.7.3.tar.gz) = e6f7120d9606890ef10bb9f0dff0dd21
|
||||
MD5 (libxml-1.8.0.tar.gz) = a4aeaa581a186a5253a254bac2291140
|
||||
|
@ -2,6 +2,7 @@ bin/xml-config
|
||||
etc/xmlConf.sh
|
||||
include/gnome-xml/HTMLparser.h
|
||||
include/gnome-xml/HTMLtree.h
|
||||
include/gnome-xml/SAX.h
|
||||
include/gnome-xml/debugXML.h
|
||||
include/gnome-xml/encoding.h
|
||||
include/gnome-xml/entities.h
|
||||
@ -10,6 +11,7 @@ include/gnome-xml/parser.h
|
||||
include/gnome-xml/parserInternals.h
|
||||
include/gnome-xml/tree.h
|
||||
include/gnome-xml/valid.h
|
||||
include/gnome-xml/xlink.h
|
||||
include/gnome-xml/xml-error.h
|
||||
include/gnome-xml/xmlIO.h
|
||||
include/gnome-xml/xmlmemory.h
|
||||
@ -21,6 +23,8 @@ lib/libxml.so.5
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/gnome-xml/DOM.gif
|
||||
share/gnome-xml/book1.html
|
||||
share/gnome-xml/gnome-xml-debugxml.html
|
||||
share/gnome-xml/gnome-xml-encoding.html
|
||||
share/gnome-xml/gnome-xml-entities.html
|
||||
share/gnome-xml/gnome-xml-error.html
|
||||
share/gnome-xml/gnome-xml-htmlparser.html
|
||||
@ -28,13 +32,17 @@ share/gnome-xml/gnome-xml-htmltree.html
|
||||
share/gnome-xml/gnome-xml-nanohttp.html
|
||||
share/gnome-xml/gnome-xml-parser.html
|
||||
share/gnome-xml/gnome-xml-parserinternals.html
|
||||
share/gnome-xml/gnome-xml-sax.html
|
||||
share/gnome-xml/gnome-xml-tree.html
|
||||
share/gnome-xml/gnome-xml-valid.html
|
||||
share/gnome-xml/gnome-xml-xml-error.html
|
||||
share/gnome-xml/gnome-xml-xmlio.html
|
||||
share/gnome-xml/gnome-xml-xmlmemory.html
|
||||
share/gnome-xml/gnome-xml-xpath.html
|
||||
share/gnome-xml/index.sgml
|
||||
share/gnome-xml/libxml.html
|
||||
share/gnome-xml/libxml-lib.html
|
||||
share/gnome-xml/libxml-notes.html
|
||||
share/gnome-xml/structure.gif
|
||||
share/gnome-xml/xml.html
|
||||
@dirrm share/gnome-xml
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: libxml
|
||||
# Version required: 1.7.3
|
||||
# Version required: 1.8.0
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= libxml-1.7.3
|
||||
DISTNAME= libxml-1.8.0
|
||||
CATEGORIES= textproc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libxml
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libxml-1.7.3.tar.gz) = e6f7120d9606890ef10bb9f0dff0dd21
|
||||
MD5 (libxml-1.8.0.tar.gz) = a4aeaa581a186a5253a254bac2291140
|
||||
|
@ -2,6 +2,7 @@ bin/xml-config
|
||||
etc/xmlConf.sh
|
||||
include/gnome-xml/HTMLparser.h
|
||||
include/gnome-xml/HTMLtree.h
|
||||
include/gnome-xml/SAX.h
|
||||
include/gnome-xml/debugXML.h
|
||||
include/gnome-xml/encoding.h
|
||||
include/gnome-xml/entities.h
|
||||
@ -10,6 +11,7 @@ include/gnome-xml/parser.h
|
||||
include/gnome-xml/parserInternals.h
|
||||
include/gnome-xml/tree.h
|
||||
include/gnome-xml/valid.h
|
||||
include/gnome-xml/xlink.h
|
||||
include/gnome-xml/xml-error.h
|
||||
include/gnome-xml/xmlIO.h
|
||||
include/gnome-xml/xmlmemory.h
|
||||
@ -21,6 +23,8 @@ lib/libxml.so.5
|
||||
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
|
||||
share/gnome-xml/DOM.gif
|
||||
share/gnome-xml/book1.html
|
||||
share/gnome-xml/gnome-xml-debugxml.html
|
||||
share/gnome-xml/gnome-xml-encoding.html
|
||||
share/gnome-xml/gnome-xml-entities.html
|
||||
share/gnome-xml/gnome-xml-error.html
|
||||
share/gnome-xml/gnome-xml-htmlparser.html
|
||||
@ -28,13 +32,17 @@ share/gnome-xml/gnome-xml-htmltree.html
|
||||
share/gnome-xml/gnome-xml-nanohttp.html
|
||||
share/gnome-xml/gnome-xml-parser.html
|
||||
share/gnome-xml/gnome-xml-parserinternals.html
|
||||
share/gnome-xml/gnome-xml-sax.html
|
||||
share/gnome-xml/gnome-xml-tree.html
|
||||
share/gnome-xml/gnome-xml-valid.html
|
||||
share/gnome-xml/gnome-xml-xml-error.html
|
||||
share/gnome-xml/gnome-xml-xmlio.html
|
||||
share/gnome-xml/gnome-xml-xmlmemory.html
|
||||
share/gnome-xml/gnome-xml-xpath.html
|
||||
share/gnome-xml/index.sgml
|
||||
share/gnome-xml/libxml.html
|
||||
share/gnome-xml/libxml-lib.html
|
||||
share/gnome-xml/libxml-notes.html
|
||||
share/gnome-xml/structure.gif
|
||||
share/gnome-xml/xml.html
|
||||
@dirrm share/gnome-xml
|
||||
|
Loading…
Reference in New Issue
Block a user