diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-09 22:23:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-09 22:23:34 +0800 |
commit | 1542402c91fa1545a65bf0e66dee87eb5990007a (patch) | |
tree | 54f21b295a9fc1526856521605634148b0121f23 /textproc | |
parent | 6eb8eeb886692e6700f2a12d10bd1d762d2c64aa (diff) | |
download | freebsd-ports-gnome-1542402c91fa1545a65bf0e66dee87eb5990007a.tar.gz freebsd-ports-gnome-1542402c91fa1545a65bf0e66dee87eb5990007a.tar.zst freebsd-ports-gnome-1542402c91fa1545a65bf0e66dee87eb5990007a.zip |
upgrade to 0.7.2
change master site
add WWW tag
Approved by: maintainer
Diffstat (limited to 'textproc')
-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%% |