summaryrefslogtreecommitdiff
path: root/editors/xmleditor
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-23 05:50:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-23 05:50:00 +0000
commit2700a2b5130eb28a4ef5c63a20579f407a373ec3 (patch)
tree2c5287b6488048c23d979c5c10647cb51a0f4658 /editors/xmleditor
parentUpdate to 2.1.6. (diff)
add xmleditor 0.5.3
XML editor
Notes
Notes: svn path=/head/; revision=73835
Diffstat (limited to 'editors/xmleditor')
-rw-r--r--editors/xmleditor/Makefile31
-rw-r--r--editors/xmleditor/distinfo1
-rw-r--r--editors/xmleditor/pkg-comment1
-rw-r--r--editors/xmleditor/pkg-descr4
-rw-r--r--editors/xmleditor/pkg-plist8
5 files changed, 45 insertions, 0 deletions
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%%