diff --git a/textproc/Makefile b/textproc/Makefile index 379ce9233caf..8bbd4514c712 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -58,6 +58,7 @@ SUBDIR += gtkdiff SUBDIR += gutenbook SUBDIR += gxditview + SUBDIR += gxmlviewer SUBDIR += hevea SUBDIR += htdig SUBDIR += html diff --git a/textproc/gxmlviewer/Makefile b/textproc/gxmlviewer/Makefile new file mode 100644 index 000000000000..312562c28f1d --- /dev/null +++ b/textproc/gxmlviewer/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# New ports collection makefile for: gxmlviewer +# Date created: Nov 8, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= gxmlviewer +PORTVERSION= 1.3.1 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ + xml2.5:${PORTSDIR}/textproc/libxml2 + +USE_GNOME= yes +GNU_CONFIGURE= yes + +post-patch: + @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + +.include diff --git a/textproc/gxmlviewer/distinfo b/textproc/gxmlviewer/distinfo new file mode 100644 index 000000000000..d56b958f8717 --- /dev/null +++ b/textproc/gxmlviewer/distinfo @@ -0,0 +1 @@ +MD5 (gxmlviewer-1.3.1.tar.gz) = c4edae2b9cfe01588a370b523fde0fcd diff --git a/textproc/gxmlviewer/pkg-comment b/textproc/gxmlviewer/pkg-comment new file mode 100644 index 000000000000..67e09c255995 --- /dev/null +++ b/textproc/gxmlviewer/pkg-comment @@ -0,0 +1 @@ +An xmlviewer with a netscape plugin, and now a bonobo control as well diff --git a/textproc/gxmlviewer/pkg-descr b/textproc/gxmlviewer/pkg-descr new file mode 100644 index 000000000000..66b09a6aacbb --- /dev/null +++ b/textproc/gxmlviewer/pkg-descr @@ -0,0 +1,5 @@ +gxmlviewer is an xml viewer written using libxml and gnome-libs. It is a +stand-alone xmlviewer with a netscpe plugin. The purpose of the app is to +create an xmlviewer that will present the xml in its source view. + +WWW: http://gxmlviewer.sourceforge.net/ diff --git a/textproc/gxmlviewer/pkg-plist b/textproc/gxmlviewer/pkg-plist new file mode 100644 index 000000000000..79175ebc019e --- /dev/null +++ b/textproc/gxmlviewer/pkg-plist @@ -0,0 +1,4 @@ +bin/gxmlviewer +bin/xmlview-control +lib/netscape/plugins/npgxmlviewer.so +share/gnome/oaf/GNOME_XMLView.oaf