diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-08 23:21:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-08 23:21:08 +0000 |
commit | ddc561bf099bba2d5e2b37ca5d29295e19dcf82f (patch) | |
tree | 7218d8b9070f67544b209907f783a2579b520774 | |
parent | 10f2ae1ce8ef617b43ef07d11197af3a6d2da496 (diff) | |
download | pkgsrc-ddc561bf099bba2d5e2b37ca5d29295e19dcf82f.tar.gz |
Remove treetext package; HOMEPAGE disappeared and broken for months.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/treetext/DESCR | 2 | ||||
-rw-r--r-- | editors/treetext/Makefile | 27 | ||||
-rw-r--r-- | editors/treetext/PLIST | 2 | ||||
-rw-r--r-- | editors/treetext/distinfo | 4 | ||||
-rw-r--r-- | editors/treetext/files/MakeInclude | 9 |
7 files changed, 3 insertions, 47 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6a1331608e1..4bf9815122c 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5163 2004/03/08 22:18:02 wiz Exp $ +$NetBSD: CHANGES,v 1.5164 2004/03/08 23:21:08 wiz Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1261,3 +1261,4 @@ Changes to the packages collection and infrastructure in 2004: Updated tk to 8.4.6 [minskim 2004-03-08] Updated amule to 1.2.6 [jmmv 2004-03-08] Updated oss to 3.9.8d [wiz 2004-03-08] + Removed TreeText [wiz 2004-03-08] diff --git a/editors/Makefile b/editors/Makefile index 2da9d56149f..cc7ee98de3e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.97 2004/02/25 22:05:56 jmmv Exp $ +# $NetBSD: Makefile,v 1.98 2004/03/08 23:21:08 wiz Exp $ # COMMENT= Editors @@ -74,7 +74,6 @@ SUBDIR+= ted-no SUBDIR+= ted-pl SUBDIR+= ted-pt SUBDIR+= ted-sv -SUBDIR+= treetext SUBDIR+= uemacs SUBDIR+= ve SUBDIR+= vigor diff --git a/editors/treetext/DESCR b/editors/treetext/DESCR deleted file mode 100644 index e69e8320c14..00000000000 --- a/editors/treetext/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -TreeText is multi documents editor. -This editor is usable as an outline processor. diff --git a/editors/treetext/Makefile b/editors/treetext/Makefile deleted file mode 100644 index 25490ec1ced..00000000000 --- a/editors/treetext/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:14:06 agc Exp $ -# - -DISTNAME= TreeText-0.3.3-src -PKGNAME= ${DISTNAME:C/-src//} -PKGREVISION= 3 -CATEGORIES= editors -MASTER_SITES= http://www.ab.wakwak.com/~tino/fox/treetext/ -EXTRACT_SUFX= .zip - -MAINTAINER= sakamoto@NetBSD.org -HOMEPAGE= http://www.ab.wakwak.com/~tino/fox/treetext/ -COMMENT= Multi documents editor - -BROKEN= Compilation fails due to outdated code with respect to our fox package. - -WRKSRC= ${WRKDIR}/treetext/treetext -USE_BUILDLINK2= # defined -USE_X11BASE= # defined - -post-extract: - @${LN} -s ${WRKSRC}/makefile ${WRKSRC}/Makefile - @${SED} -e 's|$${X11BASE}|${X11BASE}|' ${FILESDIR}/MakeInclude \ - > ${WRKSRC}/MakeInclude - -.include "../../x11/fox/buildlink2.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/editors/treetext/PLIST b/editors/treetext/PLIST deleted file mode 100644 index a6acaee9a3c..00000000000 --- a/editors/treetext/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:23:59 zuntum Exp $ -bin/treetext diff --git a/editors/treetext/distinfo b/editors/treetext/distinfo deleted file mode 100644 index ff6d3d75bea..00000000000 --- a/editors/treetext/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/08/05 17:18:52 sakamoto Exp $ - -SHA1 (TreeText-0.3.3-src.zip) = 38c05a1daab47c53f1de8f46079e3caf1d0a1551 -Size (TreeText-0.3.3-src.zip) = 81251 bytes diff --git a/editors/treetext/files/MakeInclude b/editors/treetext/files/MakeInclude deleted file mode 100644 index 42c3e7b1e78..00000000000 --- a/editors/treetext/files/MakeInclude +++ /dev/null @@ -1,9 +0,0 @@ -CXX = g++ -CXXFLAGS = -Wall -DUSE_UNICODE -AR = ar cru -RANLIB = ranlib -STRIP = strip -INCLUDE = ${CPPFLAGS} -I${X11BASE}/include -LIBDIR = ${LDFLAGS} -LINK = -lFOX -INSTDIR = ${PREFIX}/bin |