summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-05 14:42:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-05 14:42:53 +0000
commiteb7bb6a16ade4eebb93ac19df5431161ecb865ca (patch)
tree67a457a45662e87da936538e7cc50d8f147df556 /editors
parentRemove the version 1.03 of the mlan API. (diff)
Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by: gnome (implicit)
Notes
Notes: svn path=/head/; revision=329464
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/xmleditor/Makefile32
-rw-r--r--editors/xmleditor/distinfo2
-rw-r--r--editors/xmleditor/files/patch-configure10
-rw-r--r--editors/xmleditor/pkg-descr4
-rw-r--r--editors/xmleditor/pkg-plist8
6 files changed, 0 insertions, 57 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 732c96a4ad35..3b57c2263749 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -291,7 +291,6 @@
SUBDIR += xemacs21-mule
SUBDIR += xml2rfc-xxe
SUBDIR += xmlcopyeditor
- SUBDIR += xmleditor
SUBDIR += xvile
SUBDIR += xxe
SUBDIR += yasnippet
diff --git a/editors/xmleditor/Makefile b/editors/xmleditor/Makefile
deleted file mode 100644
index 202f9e2e7842..000000000000
--- a/editors/xmleditor/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= xmleditor
-PORTVERSION= 0.5.3
-PORTREVISION= 11
-CATEGORIES= editors
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= XML editor
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-USES= bison pathfix
-USE_GNOME= libglade
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
- AUTOHEADER="${TRUE}"
-USE_LDCONFIG= yes
-
-# Fix for GCC 4.2
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e '257s,((char\*)\*n),n,' \
- -e '/gtk_xml_modules_add_module/s,const ,,' \
- ${WRKSRC}/src/gtkxmlmodules.*
-
-.include <bsd.port.mk>
diff --git a/editors/xmleditor/distinfo b/editors/xmleditor/distinfo
deleted file mode 100644
index 1191b4d0e7df..000000000000
--- a/editors/xmleditor/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (xmleditor-0.5.3.tar.gz) = f73e01d82ede8f341dc199303b93edc2fc28bca30c4588da463ab9fe9d582386
-SIZE (xmleditor-0.5.3.tar.gz) = 328670
diff --git a/editors/xmleditor/files/patch-configure b/editors/xmleditor/files/patch-configure
deleted file mode 100644
index 5fcc2ec14389..000000000000
--- a/editors/xmleditor/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Tue Jul 9 17:56:43 2002
-+++ configure Sun Aug 31 01:16:39 2003
-@@ -5459,6 +5459,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/editors/xmleditor/pkg-descr b/editors/xmleditor/pkg-descr
deleted file mode 100644
index 87fca50abd54..000000000000
--- a/editors/xmleditor/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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
deleted file mode 100644
index 48a40fea6244..000000000000
--- a/editors/xmleditor/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-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%%