diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 14:23:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-09 14:23:34 +0000 |
commit | 8b7ec1afe81734275f7746664a702496a155c818 (patch) | |
tree | 6c1e882b3f2df8e19ed3d641cdacd86a7afc59f6 /textproc/gdome2 | |
parent | 4ac5e38865c5956af021f23d064b8f992b805137 (diff) | |
download | ports-8b7ec1afe81734275f7746664a702496a155c818.tar.gz ports-8b7ec1afe81734275f7746664a702496a155c818.zip |
Notes
Diffstat (limited to 'textproc/gdome2')
-rw-r--r-- | textproc/gdome2/Makefile | 20 | ||||
-rw-r--r-- | textproc/gdome2/distinfo | 2 | ||||
-rw-r--r-- | textproc/gdome2/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/gdome2/pkg-plist | 13 |
4 files changed, 28 insertions, 9 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index b5098c36bd96..f59013785428 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -6,24 +6,32 @@ # PORTNAME= gdome2 -PORTVERSION= 0.6.8 +PORTVERSION= 0.7.2 CATEGORIES= textproc -MASTER_SITES= http://www.cs.unibo.it/~casarini/gdome2/tarball/ +MASTER_SITES= http://phd.cs.unibo.it/gdome2/tarball/ MAINTAINER= knu@FreeBSD.org LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_GLIB= yes - USE_LIBTOOL= yes CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" PLIST_SUB= DOCSDIR="share/doc/${DISTNAME}" - INSTALLS_SHLIB= yes +MAN1= gdome-config.1 + post-patch: - ${PERL} -i -pe 's,^(HTML_DIR *= *).*,$$1\$$(prefix)/share/doc,' ${WRKSRC}/gtk-doc/Makefile.in - @${FIND} ${WRKSRC} -type f | xargs ${PERL} -i -pe 's,<parser.h>,<libxml/parser.h>,;s,<hash.h>,<libxml/hash.h>,;s,<xmlmemory.h>,<libxml/xmlmemory.h>,;s,<tree.h>,<libxml/tree.h>,;s,<xmlerror.h>,<libxml/xmlerror.h>,;s,<xmlIO.h>,<libxml/xmlIO.h>,;s,<parserInternals.h>,<libxml/parserInternals.h>,;s,<entities.h>,<libxml/entities.h>,' + @${PERL} -i -pe 's,^(HTML_DIR *= *).*,$$1\$$(prefix)/share/doc,' ${WRKSRC}/gtk-doc/Makefile.in + @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -i -pe \ + 's,<parser.h>,<libxml/parser.h>,; \ + s,<hash.h>,<libxml/hash.h>,; \ + s,<xmlmemory.h>,<libxml/xmlmemory.h>,; \ + s,<tree.h>,<libxml/tree.h>,; \ + s,<xmlerror.h>,<libxml/xmlerror.h>,; \ + s,<xmlIO.h>,<libxml/xmlIO.h>,; \ + s,<parserInternals.h>,<libxml/parserInternals.h>,; \ + s,<entities.h>,<libxml/entities.h>,' .include <bsd.port.mk> diff --git a/textproc/gdome2/distinfo b/textproc/gdome2/distinfo index ce778f4ac85c..46063e019d44 100644 --- a/textproc/gdome2/distinfo +++ b/textproc/gdome2/distinfo @@ -1 +1 @@ -MD5 (gdome2-0.6.8.tar.gz) = 90ea96d7bb99e79f1f0e8425b9e77571 +MD5 (gdome2-0.7.2.tar.gz) = 4d3c5257bbb51dc5e050fa7f319a736f diff --git a/textproc/gdome2/pkg-descr b/textproc/gdome2/pkg-descr index 88c8fe6b632f..3a49242c305e 100644 --- a/textproc/gdome2/pkg-descr +++ b/textproc/gdome2/pkg-descr @@ -1,3 +1,3 @@ gdome2 is the DOM C library developed for the GNOME project. -WWW: http://www.cs.unibo.it/~casarini/gdome2/ +WWW: http://phd.cs.unibo.it/gdome2/ diff --git a/textproc/gdome2/pkg-plist b/textproc/gdome2/pkg-plist index cfaa74dc0251..f1c713b831dc 100644 --- a/textproc/gdome2/pkg-plist +++ b/textproc/gdome2/pkg-plist @@ -1,13 +1,15 @@ bin/gdome-config lib/libgdome.a lib/libgdome.so -lib/libgdome.so.6 +lib/libgdome.so.7 lib/gdomeConf.sh include/libgdome/gdome.h include/libgdome/gdome-events.h include/libgdome/gdome-private-list.h include/libgdome/gdome-refdebug.h +include/libgdome/gdome-treegc.h include/libgdome/gdome-util.h +include/libgdome/gdome-xpath.h @dirrm include/libgdome %%PORTDOCS%%%%DOCSDIR%%/book1.html %%PORTDOCS%%%%DOCSDIR%%/gdome2-basic-types-and-enumerations.html @@ -34,5 +36,14 @@ include/libgdome/gdome-util.h %%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenotation.html %%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeprocessinginstruction.html %%PORTDOCS%%%%DOCSDIR%%/gdome2-gdometext.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathevaluator.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathnamespace.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathnsresolver.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomexpathresult.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-memory.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-module-private-list.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-module-tree-garbage-collector.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-xpath-basic-types-and-enumerations.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-xpath.html %%PORTDOCS%%%%DOCSDIR%%/index.sgml %%PORTDOCS%%@dirrm %%DOCSDIR%% |