aboutsummaryrefslogtreecommitdiff
path: root/editors/dte
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-01-05 18:13:34 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-01-05 18:13:34 +0000
commitab487d24a339a5000391d547e84d8e707d719aa3 (patch)
treef83d306f9dc2c7c0d058daf47a9893947d17907c /editors/dte
parentb692846af26649e37cc5d9b90a079a5818d6df90 (diff)
downloadports-ab487d24a339a5000391d547e84d8e707d719aa3.tar.gz
ports-ab487d24a339a5000391d547e84d8e707d719aa3.zip
2007-01-01 devel/kasm: Buggy and unmaintained, use devel/hptools instead
2007-01-04 devel/py-getargs: distfile and homepage disappeared 2007-01-04 devel/pyumlgraph: distfile and homepage disappeared 2007-01-04 editors/beaver: distfile disappeared from homepage 2007-01-04 editors/dte: distfile and homepage disappeared
Notes
Notes: svn path=/head/; revision=181541
Diffstat (limited to 'editors/dte')
-rw-r--r--editors/dte/Makefile36
-rw-r--r--editors/dte/distinfo3
-rw-r--r--editors/dte/files/patch-aa25
-rw-r--r--editors/dte/files/patch-ab11
-rw-r--r--editors/dte/pkg-descr9
5 files changed, 0 insertions, 84 deletions
diff --git a/editors/dte/Makefile b/editors/dte/Makefile
deleted file mode 100644
index 7c84db7feb5e..000000000000
--- a/editors/dte/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: dte
-# Date created: 4 October 2000
-# Whom: Steve Horan <sjhports@tracking.amos.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dte
-PORTVERSION= 6.12
-PORTREVISION= 1
-CATEGORIES= editors
-MASTER_SITES= http://personal.gscit.monash.edu.au/~dougt/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A text editor which uses many of the shortcuts used in MSDOS EDIT
-
-BROKEN= Does not fetch
-DEPRECATED= distfile and homepage disappeared
-EXPIRATION_DATE= 2007-01-04
-
-MAN1= dte.1
-PORTDOCS= dte.doc dte.hlp dte.rc
-PLIST_FILES= bin/dte
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dte ${TARGETDIR}/bin/dte
- ${INSTALL_MAN} ${WRKSRC}/dte.1 ${MANPREFIX}/man/man1
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/editors/dte/distinfo b/editors/dte/distinfo
deleted file mode 100644
index a454d4ba4362..000000000000
--- a/editors/dte/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (dte-6.12.tgz) = 00424af5a75b8f589e420184b7dd2544
-SHA256 (dte-6.12.tgz) = 6c120d96813f089a2537ba5887d349fd11f2d351f397a79f7917c2da66006014
-SIZE (dte-6.12.tgz) = 178182
diff --git a/editors/dte/files/patch-aa b/editors/dte/files/patch-aa
deleted file mode 100644
index ac4043ecb353..000000000000
--- a/editors/dte/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- Makefile.orig Mon Jan 18 07:04:04 1999
-+++ Makefile Thu Nov 2 17:36:28 2000
-@@ -1,15 +1,17 @@
- # Make dte for UNIX [Debian Linux] systems
-
--BINDIR = $(DESTDIR)/usr/bin
--LIBDIR = $(DESTDIR)/usr/lib
--MANDIR = $(DESTDIR)/usr/man/man1
-+BINDIR = $(PREFIX)/bin
-+LIBDIR = $(PREFIX)/share/doc/dte
-+MANDIR = $(PREFIX)/man/man1
- OBJECTS = ed.o utils.o findrep.o block.o hwind.o hwlinux.o window.o
-
--CCFLAGS = -O2 -m486 -Wall -DHELPFILE='"'${LIBDIR}/dte.hlp'"' -DPROTO -DCURSOR_PS2_MOUSE
-+CCFLAGS += -DHELPFILE='"'${LIBDIR}/dte.hlp'"' -DPROTO -DCURSOR_PS2_MOUSE ${CFLAGS}
-
- .c.o: ; cc $(CCFLAGS) -c -DUNIX $*.c
-
--dte: $(OBJECTS) ; cc $(CCFLAGS) -o dte $(OBJECTS) -lncurses
-+all: dte
-+
-+dte: $(OBJECTS) ; cc $(CCFLAGS) -o dte $(OBJECTS) -lncurses -lcompat
-
- install: dte ;\
- strip dte ;\
diff --git a/editors/dte/files/patch-ab b/editors/dte/files/patch-ab
deleted file mode 100644
index aaf019b11935..000000000000
--- a/editors/dte/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- hwlinux.c.orig Sun Feb 13 04:07:04 2000
-+++ hwlinux.c Thu Nov 2 17:32:22 2000
-@@ -636,7 +636,7 @@
- * keep track of which version is being used where.
- * Once "dte" becomes more stable, this may not be useful.
- */
-- printf("\n\ndte version %s for Linux\n", VERSION);
-+ printf("\n\ndte version %s for FreeBSD\n", VERSION);
- }
-
- /*
diff --git a/editors/dte/pkg-descr b/editors/dte/pkg-descr
deleted file mode 100644
index a3c75d4b0dfb..000000000000
--- a/editors/dte/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-DTE is a simple text editor written by Doug Thompson from
-Monash university in Victoria, Australia.
-
-DTE supports many of the key shortcuts used in MSDOS EDIT.
-
-DTE also makes a nice composer for email messages, as an alternative
-to vi or pico.
-
-WWW: http://personal.gscit.monash.edu.au/~dougt/dte.html