diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-23 05:50:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-23 05:50:00 +0000 |
commit | 2700a2b5130eb28a4ef5c63a20579f407a373ec3 (patch) | |
tree | 2c5287b6488048c23d979c5c10647cb51a0f4658 | |
parent | a8387b6ffd622fdf00003977084d39136f7eb06d (diff) | |
download | ports-2700a2b5130eb28a4ef5c63a20579f407a373ec3.tar.gz ports-2700a2b5130eb28a4ef5c63a20579f407a373ec3.zip |
add xmleditor 0.5.3
XML editor
Notes
Notes:
svn path=/head/; revision=73835
-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%% |