diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-11 17:11:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-11-11 17:11:25 +0000 |
commit | 586e53fcc5dc8b336bd467ce4b2a8e76f81a56de (patch) | |
tree | c431bf61b79fac9deabd59bea939bf5fa7f7491f | |
parent | be076d22bfa23aa83ed4094a882ed4559f07ef6c (diff) | |
download | ports-586e53fcc5dc8b336bd467ce4b2a8e76f81a56de.tar.gz ports-586e53fcc5dc8b336bd467ce4b2a8e76f81a56de.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/gxmlviewer/Makefile | 26 | ||||
-rw-r--r-- | textproc/gxmlviewer/distinfo | 1 | ||||
-rw-r--r-- | textproc/gxmlviewer/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/gxmlviewer/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/gxmlviewer/pkg-plist | 4 |
6 files changed, 38 insertions, 0 deletions
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 <bsd.port.mk> 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 |