diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-23 13:50:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-23 13:50:00 +0800 |
commit | dc089075fc29aed4347f5d9c16f3871238a400c0 (patch) | |
tree | 9c1c0144e81c254aa187131ba18e3c0b22a2db1b /editors | |
parent | fd186e035e137d682ae0f65585f01456b5e64278 (diff) | |
download | freebsd-ports-gnome-dc089075fc29aed4347f5d9c16f3871238a400c0.tar.gz freebsd-ports-gnome-dc089075fc29aed4347f5d9c16f3871238a400c0.tar.zst freebsd-ports-gnome-dc089075fc29aed4347f5d9c16f3871238a400c0.zip |
add xmleditor 0.5.3
XML editor
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 1 | ||||
-rw-r--r-- | editors/xmleditor/Makefile | 31 | ||||
-rw-r--r-- | editors/xmleditor/distinfo | 1 | ||||
-rw-r--r-- | editors/xmleditor/pkg-comment | 1 | ||||
-rw-r--r-- | editors/xmleditor/pkg-descr | 4 | ||||
-rw-r--r-- | editors/xmleditor/pkg-plist | 8 |
6 files changed, 46 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index 4d00f0693bd3..1da0f6239fda 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -187,6 +187,7 @@ SUBDIR += xemacs21-mule-sumo SUBDIR += xemacs21-sumo SUBDIR += xenon + SUBDIR += xmleditor SUBDIR += xvile SUBDIR += yudit SUBDIR += zed diff --git a/editors/xmleditor/Makefile b/editors/xmleditor/Makefile new file mode 100644 index 000000000000..9ccd9f44e469 --- /dev/null +++ b/editors/xmleditor/Makefile @@ -0,0 +1,31 @@ +# ex:ts=8 +# Ports collection makefile for: xmleditor +# Date created: Jan 18, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xmleditor +PORTVERSION= 0.5.3 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \ + intl.4:${PORTSDIR}/devel/gettext \ + xml.5:${PORTSDIR}/textproc/libxml + +USE_BISON= yes +USE_GNOMENG= yes +USE_GNOME= glib12 gtk12 libglade +USE_AUTOCONF= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/editors/xmleditor/distinfo b/editors/xmleditor/distinfo new file mode 100644 index 000000000000..aa5296331a1f --- /dev/null +++ b/editors/xmleditor/distinfo @@ -0,0 +1 @@ +MD5 (xmleditor-0.5.3.tar.gz) = d1ce9ddedf70e64cd7e112f062cdbd5c diff --git a/editors/xmleditor/pkg-comment b/editors/xmleditor/pkg-comment new file mode 100644 index 000000000000..870b1e7367dd --- /dev/null +++ b/editors/xmleditor/pkg-comment @@ -0,0 +1 @@ +XML editor diff --git a/editors/xmleditor/pkg-descr b/editors/xmleditor/pkg-descr new file mode 100644 index 000000000000..87fca50abd54 --- /dev/null +++ b/editors/xmleditor/pkg-descr @@ -0,0 +1,4 @@ +This is an editor for XML. It is based on a simplified DOM 1.0 specification +to interact with packed widgets. + +WWW: http://xmleditor.sourceforge.net/ diff --git a/editors/xmleditor/pkg-plist b/editors/xmleditor/pkg-plist new file mode 100644 index 000000000000..48a40fea6244 --- /dev/null +++ b/editors/xmleditor/pkg-plist @@ -0,0 +1,8 @@ +bin/xmleditor +lib/libgtk_xml_editor.a +lib/libgtk_xml_editor.la +lib/libgtk_xml_editor.so +lib/libgtk_xml_editor.so.1 +%%DATADIR%%/config.xml +%%DATADIR%%/xmleditor.glade +@dirrm %%DATADIR%% |