aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2009-11-27 09:04:50 +0800
committersylvio <sylvio@FreeBSD.org>2009-11-27 09:04:50 +0800
commitddf4ee5c9ac75c1ff5f9a03da84e909e6fcde1ce (patch)
tree0722b88dee882525d42545474de9c57fe4365776 /devel
parent9cc144ba3a22caea9eaca06bd3fba80f9402d230 (diff)
downloadfreebsd-ports-gnome-ddf4ee5c9ac75c1ff5f9a03da84e909e6fcde1ce.tar.gz
freebsd-ports-gnome-ddf4ee5c9ac75c1ff5f9a03da84e909e6fcde1ce.tar.zst
freebsd-ports-gnome-ddf4ee5c9ac75c1ff5f9a03da84e909e6fcde1ce.zip
- Port now do part of devel/tclxml
Approved by: miwi (mentor)
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile2
-rw-r--r--devel/tclxml-expat/Makefile24
-rw-r--r--devel/tclxml-expat/pkg-descr9
-rw-r--r--devel/tclxml-expat/pkg-plist6
-rw-r--r--devel/tclxml-libxml2/Makefile35
-rw-r--r--devel/tclxml-libxml2/files/patch-libxml2-configure11
-rw-r--r--devel/tclxml-libxml2/pkg-descr9
-rw-r--r--devel/tclxml-libxml2/pkg-plist8
8 files changed, 0 insertions, 104 deletions
diff --git a/devel/Makefile b/devel/Makefile
index cce91765c207..3d0269a01464 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2920,8 +2920,6 @@
SUBDIR += tclthread
SUBDIR += tcltls
SUBDIR += tclxml
- SUBDIR += tclxml-expat
- SUBDIR += tclxml-libxml2
SUBDIR += tdl
SUBDIR += templ
SUBDIR += terminality
diff --git a/devel/tclxml-expat/Makefile b/devel/tclxml-expat/Makefile
deleted file mode 100644
index fe58235b1f6b..000000000000
--- a/devel/tclxml-expat/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# New ports collection makefile for: tclxml-expat
-# Date created: 28 April 2008
-# Whom: Frank Fenor
-#
-# $FreeBSD$
-#
-
-PKGNAMESUFFIX= -expat
-
-MAINTAINER= frank@fenor.de
-
-BUILD_DEPENDS= ${LOCALBASE}/lib/TclxmlConfig.sh:${PORTSDIR}/devel/tclxml
-
-USE_LDCONFIG= ${LOCALBASE}/lib/Tclexpat${PORTVERSION}
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/expat
-LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
-
-MASTERDIR= ${.CURDIR}/../tclxml
-
-BUILDING_EXPAT= yes
-NOPORTDOCS= yes
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/tclxml-expat/pkg-descr b/devel/tclxml-expat/pkg-descr
deleted file mode 100644
index d87e45fbabfc..000000000000
--- a/devel/tclxml-expat/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-tclxml-expat
-TclXML is an API for parsing XML documents using the Tcl scripting
-language. It is also a package with several parser implementations.
-The goal of the TclXML package is to provide an API for Tcl scripts
-that allows "Plug-and-Play" parser implementations; ie. an application
-will be able to use different parser implementations without change
-to the application code.
-
-WWW: http://tclxml.sourceforge.net/
diff --git a/devel/tclxml-expat/pkg-plist b/devel/tclxml-expat/pkg-plist
deleted file mode 100644
index 28147b65b358..000000000000
--- a/devel/tclxml-expat/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-include/xmlparse.h
-include/xmlrole.h
-include/xmltok.h
-lib/Tclexpat%%VER%%/libTclexpat%%VER%%.so
-lib/Tclexpat%%VER%%/pkgIndex.tcl
-@dirrm lib/Tclexpat3.1
diff --git a/devel/tclxml-libxml2/Makefile b/devel/tclxml-libxml2/Makefile
deleted file mode 100644
index 29747a0fbacd..000000000000
--- a/devel/tclxml-libxml2/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: tclxml-libxml2
-# Date created: 28 April 2008
-# Whom: Frank Fenor
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 1
-PKGNAMESUFFIX= -libxml2
-
-MAINTAINER= frank@fenor.de
-
-LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2
-BUILD_DEPENDS= ${LOCALBASE}/lib/TclxmlConfig.sh:${PORTSDIR}/devel/tclxml
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/libxml2
-USE_LDCONFIG= ${LOCALBASE}/lib/TclXML_libxml2${PORTVERSION}
-LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
-
-MASTERDIR= ${.CURDIR}/../tclxml
-
-NOPORTDOCS= yes
-
-post-build:
- ${REINPLACE_CMD} -e 's|@tcldomxml_LIB_FILE@|libTclXML_libxml2${PORTVERSION}.so|' \
- -e 's|@tclxml_libxml2_LIB_SPEC@|${LOCALBASE}/lib/TclXML_libxml2${PORTVERSION}/libTclXML_libxml2${PORTVERSION}.so|' \
- -e 's|@tclxml_libxml2_stub_LIB_FILE@|libTclxmlstub${PORTVERSION}.a|' \
- -e 's|@tclxml_libxml2_STUB_LIB_SPEC@|${LOCALBASE}/lib/Tclxml${PORTVERSION}/libTclxmlstub${PORTVERSION}.a|' \
- -e 's|@tclxml_libxml2_STUB_LIB_PATH@|${LOCALBASE}/lib/TclXML_libxml2${PORTVERSION}|' \
- ${WRKSRC}/tcllibxml2Config.sh
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/tcllibxml2Config.sh ${LOCALBASE}/lib
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/tclxml-libxml2/files/patch-libxml2-configure b/devel/tclxml-libxml2/files/patch-libxml2-configure
deleted file mode 100644
index 665a80866b09..000000000000
--- a/devel/tclxml-libxml2/files/patch-libxml2-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig 2008-04-28 16:02:30.000000000 +0200
-+++ configure 2008-04-28 16:02:51.000000000 +0200
-@@ -3316,7 +3316,7 @@
-
- TCL_INCLUDES=-I\"${INCLUDE_DIR_NATIVE}\"
-
--
-+ TCL_SRC_DIR=${with_tclinclude}
-
-
- echo $ac_n "checking for Tcl private include files""... $ac_c" 1>&6 \ No newline at end of file
diff --git a/devel/tclxml-libxml2/pkg-descr b/devel/tclxml-libxml2/pkg-descr
deleted file mode 100644
index b6812a6ae74d..000000000000
--- a/devel/tclxml-libxml2/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-tclxml-libxml2
-TclXML is an API for parsing XML documents using the Tcl scripting
-language. It is also a package with several parser implementations.
-The goal of the TclXML package is to provide an API for Tcl scripts
-that allows "Plug-and-Play" parser implementations; ie. an application
-will be able to use different parser implementations without change
-to the application code.
-
-WWW: http://tclxml.sourceforge.net/
diff --git a/devel/tclxml-libxml2/pkg-plist b/devel/tclxml-libxml2/pkg-plist
deleted file mode 100644
index 0799cb18a857..000000000000
--- a/devel/tclxml-libxml2/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-include/tclxml-libxml2/docObj.h
-include/tclxml-libxml2/tclxml-libxml2.h
-include/tclxml-libxml2/tclxml-libxml2Decls.h
-lib/TclXML_libxml2%%VER%%/libTclXML_libxml2%%VER%%.so
-lib/TclXML_libxml2%%VER%%/pkgIndex.tcl
-lib/tcllibxml2Config.sh
-@dirrm lib/TclXML_libxml2%%VER%%
-@dirrm include/tclxml-libxml2