diff options
author | knu <knu@FreeBSD.org> | 2001-07-12 14:10:39 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-12 14:10:39 +0800 |
commit | 34a430453a8438156a751cbbe9756bf2f37156d7 (patch) | |
tree | 8077ca76f851082f1a926313e13a0e030dc9ea86 /textproc | |
parent | 9a9d799f9c01cb10d38304fc23b950c56072ee7f (diff) | |
download | freebsd-ports-gnome-34a430453a8438156a751cbbe9756bf2f37156d7.tar.gz freebsd-ports-gnome-34a430453a8438156a751cbbe9756bf2f37156d7.tar.zst freebsd-ports-gnome-34a430453a8438156a751cbbe9756bf2f37156d7.zip |
Add gdome2, the DOM C library developed for the GNOME project.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gdome2/Makefile | 29 | ||||
-rw-r--r-- | textproc/gdome2/distinfo | 1 | ||||
-rw-r--r-- | textproc/gdome2/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/gdome2/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/gdome2/pkg-plist | 38 |
6 files changed, 73 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 26fc70c6a923..c63692a61f05 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -44,6 +44,7 @@ SUBDIR += fribidi SUBDIR += gaspell SUBDIR += gdict + SUBDIR += gdome2 SUBDIR += glimpse SUBDIR += gmat SUBDIR += grap diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile new file mode 100644 index 000000000000..47649ced406c --- /dev/null +++ b/textproc/gdome2/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gdome2 +# Date created: 7 July 2001 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +PORTNAME= gdome2 +PORTVERSION= 0.6.8 +CATEGORIES= textproc +MASTER_SITES= http://www.cs.unibo.it/~casarini/gdome2/tarball/ + +MAINTAINER= knu@FreeBSD.org + +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 + +WANT_GLIB= yes + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" +PLIST_SUB= DOCSDIR="share/doc/${DISTNAME}" + +INSTALLS_SHLIB= yes + +post-patch: + ${PERL} -i -pe 's,^(HTML_DIR *= *).*,$$1\$$(prefix)/share/doc,' ${WRKSRC}/gtk-doc/Makefile.in + +.include <bsd.port.mk> diff --git a/textproc/gdome2/distinfo b/textproc/gdome2/distinfo new file mode 100644 index 000000000000..ce778f4ac85c --- /dev/null +++ b/textproc/gdome2/distinfo @@ -0,0 +1 @@ +MD5 (gdome2-0.6.8.tar.gz) = 90ea96d7bb99e79f1f0e8425b9e77571 diff --git a/textproc/gdome2/pkg-comment b/textproc/gdome2/pkg-comment new file mode 100644 index 000000000000..18ea4bd21496 --- /dev/null +++ b/textproc/gdome2/pkg-comment @@ -0,0 +1 @@ +Gnome DOM Engine diff --git a/textproc/gdome2/pkg-descr b/textproc/gdome2/pkg-descr new file mode 100644 index 000000000000..88c8fe6b632f --- /dev/null +++ b/textproc/gdome2/pkg-descr @@ -0,0 +1,3 @@ +gdome2 is the DOM C library developed for the GNOME project. + +WWW: http://www.cs.unibo.it/~casarini/gdome2/ diff --git a/textproc/gdome2/pkg-plist b/textproc/gdome2/pkg-plist new file mode 100644 index 000000000000..cfaa74dc0251 --- /dev/null +++ b/textproc/gdome2/pkg-plist @@ -0,0 +1,38 @@ +bin/gdome-config +lib/libgdome.a +lib/libgdome.so +lib/libgdome.so.6 +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-util.h +@dirrm include/libgdome +%%PORTDOCS%%%%DOCSDIR%%/book1.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-basic-types-and-enumerations.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-core.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-events-basic-types-and-enumerations.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-events.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeattr.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomecdatasection.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomecharacterdata.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomecomment.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedocument.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedocumentfragment.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedocumenttype.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomedomimplementation.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeelement.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeentity.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeentityreference.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeevent.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeeventlistener.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomemutationevent.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenamednodemap.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenode.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenodelist.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomenotation.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdomeprocessinginstruction.html +%%PORTDOCS%%%%DOCSDIR%%/gdome2-gdometext.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%@dirrm %%DOCSDIR%% |