mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
add gxmlviewer
An xmlviewer with a netscape plugin, and now a bonobo control as well
This commit is contained in:
parent
be076d22bf
commit
586e53fcc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49943
@ -58,6 +58,7 @@
|
||||
SUBDIR += gtkdiff
|
||||
SUBDIR += gutenbook
|
||||
SUBDIR += gxditview
|
||||
SUBDIR += gxmlviewer
|
||||
SUBDIR += hevea
|
||||
SUBDIR += htdig
|
||||
SUBDIR += html
|
||||
|
26
textproc/gxmlviewer/Makefile
Normal file
26
textproc/gxmlviewer/Makefile
Normal file
@ -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>
|
1
textproc/gxmlviewer/distinfo
Normal file
1
textproc/gxmlviewer/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gxmlviewer-1.3.1.tar.gz) = c4edae2b9cfe01588a370b523fde0fcd
|
1
textproc/gxmlviewer/pkg-comment
Normal file
1
textproc/gxmlviewer/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An xmlviewer with a netscape plugin, and now a bonobo control as well
|
5
textproc/gxmlviewer/pkg-descr
Normal file
5
textproc/gxmlviewer/pkg-descr
Normal file
@ -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/
|
4
textproc/gxmlviewer/pkg-plist
Normal file
4
textproc/gxmlviewer/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/gxmlviewer
|
||||
bin/xmlview-control
|
||||
lib/netscape/plugins/npgxmlviewer.so
|
||||
share/gnome/oaf/GNOME_XMLView.oaf
|
Loading…
Reference in New Issue
Block a user