summaryrefslogtreecommitdiff
path: root/editors/joe-devel
diff options
context:
space:
mode:
Diffstat (limited to 'editors/joe-devel')
-rw-r--r--editors/joe-devel/Makefile21
-rw-r--r--editors/joe-devel/distinfo1
-rw-r--r--editors/joe-devel/files/patch-aa106
-rw-r--r--editors/joe-devel/files/patch-ab63
-rw-r--r--editors/joe-devel/files/patch-ac16
-rw-r--r--editors/joe-devel/files/patch-ad18
-rw-r--r--editors/joe-devel/pkg-comment1
-rw-r--r--editors/joe-devel/pkg-descr9
-rw-r--r--editors/joe-devel/pkg-plist10
9 files changed, 0 insertions, 245 deletions
diff --git a/editors/joe-devel/Makefile b/editors/joe-devel/Makefile
deleted file mode 100644
index a6e533a94278..000000000000
--- a/editors/joe-devel/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: joe
-# Version required: 2.8
-# Date created: 01 Jul 1995
-# Whom: torstenb@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-DISTNAME= joe2.8
-PKGNAME= joe-2.8
-CATEGORIES= editors
-MASTER_SITES= ftp://ftp.std.com/src/editors/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= andrews@technologist.com
-
-WRKSRC= ${WRKDIR}/joe
-ALL_TARGET= joe
-MAN1= joe.1
-
-.include <bsd.port.mk>
diff --git a/editors/joe-devel/distinfo b/editors/joe-devel/distinfo
deleted file mode 100644
index 58ec9d53e361..000000000000
--- a/editors/joe-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (joe2.8.tar.Z) = bad4221aa63ca432e37dac1a953294b1
diff --git a/editors/joe-devel/files/patch-aa b/editors/joe-devel/files/patch-aa
deleted file mode 100644
index 755912494edf..000000000000
--- a/editors/joe-devel/files/patch-aa
+++ /dev/null
@@ -1,106 +0,0 @@
-*** Makefile.orig Sat Jul 1 18:43:39 1995
---- Makefile Sat Jul 1 18:59:47 1995
-***************
-*** 9,17 ****
- # to go and where you want the man page
- # to go:
-
-! WHEREJOE = /usr/local/bin
-! WHERERC = /usr/local/lib
-! WHEREMAN = /usr/man/man1
-
- # If you want to use TERMINFO, you have to set
- # the following variable to 1. Also you have to
---- 9,17 ----
- # to go and where you want the man page
- # to go:
-
-! WHEREJOE = ${PREFIX}/bin
-! WHERERC = ${PREFIX}/lib
-! WHEREMAN = ${PREFIX}/man/man1
-
- # If you want to use TERMINFO, you have to set
- # the following variable to 1. Also you have to
-***************
-*** 27,33 ****
-
- # C compiler options: make's built-in rules use this variable
-
-! CFLAGS = -O
-
- # C compiler to use: make's built-in rules use this variable
-
---- 27,33 ----
-
- # C compiler options: make's built-in rules use this variable
-
-! # CFLAGS = -O
-
- # C compiler to use: make's built-in rules use this variable
-
-***************
-*** 84,100 ****
-
- # Install proceedure
-
-! install: joe termidx
- strip joe
-! strip termidx
- if [ ! -d $(WHEREJOE) ]; then mkdir $(WHEREJOE); chmod a+rx $(WHEREJOE); fi
-! rm -f $(WHEREJOE)/joe $(WHEREJOE)/jmacs $(WHEREJOE)/jstar $(WHEREJOE)/jpico $(WHEREJOE)/rjoe $(WHEREJOE)/termidx
- mv joe $(WHEREJOE)
- ln $(WHEREJOE)/joe $(WHEREJOE)/jmacs
- ln $(WHEREJOE)/joe $(WHEREJOE)/jstar
- ln $(WHEREJOE)/joe $(WHEREJOE)/rjoe
- ln $(WHEREJOE)/joe $(WHEREJOE)/jpico
-! mv termidx $(WHEREJOE)
- if [ ! -d $(WHERERC) ]; then mkdir $(WHERERC); chmod a+rx $(WHERERC); fi
- rm -f $(WHERERC)/joerc $(WHERERC)/jmacsrc $(WHERERC)/jstarrc $(WHERERC)/jpicorc $(WHERERC)/rjoerc $(WHEREMAN)/joe.1
- cp joerc $(WHERERC)
---- 84,100 ----
-
- # Install proceedure
-
-! install: joe # termidx
- strip joe
-! # strip termidx
- if [ ! -d $(WHEREJOE) ]; then mkdir $(WHEREJOE); chmod a+rx $(WHEREJOE); fi
-! rm -f $(WHEREJOE)/joe $(WHEREJOE)/jmacs $(WHEREJOE)/jstar $(WHEREJOE)/jpico $(WHEREJOE)/rjoe # $(WHEREJOE)/termidx
- mv joe $(WHEREJOE)
- ln $(WHEREJOE)/joe $(WHEREJOE)/jmacs
- ln $(WHEREJOE)/joe $(WHEREJOE)/jstar
- ln $(WHEREJOE)/joe $(WHEREJOE)/rjoe
- ln $(WHEREJOE)/joe $(WHEREJOE)/jpico
-! # mv termidx $(WHEREJOE)
- if [ ! -d $(WHERERC) ]; then mkdir $(WHERERC); chmod a+rx $(WHERERC); fi
- rm -f $(WHERERC)/joerc $(WHERERC)/jmacsrc $(WHERERC)/jstarrc $(WHERERC)/jpicorc $(WHERERC)/rjoerc $(WHEREMAN)/joe.1
- cp joerc $(WHERERC)
-***************
-*** 114,126 ****
- chmod a+r $(WHERERC)/rjoerc
- chmod a+r $(WHERERC)/jpicorc
- chmod a+r $(WHEREMAN)/joe.1
-! chmod a+x $(WHEREJOE)/termidx
-! rm -f $(WHERERC)/termcap
-! cp termcap $(WHERERC)/termcap
-! chmod a+r $(WHERERC)/termcap
-! rm -f $(WHERERC)/terminfo
-! cp terminfo $(WHERERC)/terminfo
-! chmod a+r $(WHERERC)/terminfo
-
- # Cleanup proceedure
-
---- 114,126 ----
- chmod a+r $(WHERERC)/rjoerc
- chmod a+r $(WHERERC)/jpicorc
- chmod a+r $(WHEREMAN)/joe.1
-! # chmod a+x $(WHEREJOE)/termidx
-! # rm -f $(WHERERC)/termcap
-! # cp termcap $(WHERERC)/termcap
-! # chmod a+r $(WHERERC)/termcap
-! # rm -f $(WHERERC)/terminfo
-! # cp terminfo $(WHERERC)/terminfo
-! # chmod a+r $(WHERERC)/terminfo
-
- # Cleanup proceedure
-
diff --git a/editors/joe-devel/files/patch-ab b/editors/joe-devel/files/patch-ab
deleted file mode 100644
index 8268c6c9d4a7..000000000000
--- a/editors/joe-devel/files/patch-ab
+++ /dev/null
@@ -1,63 +0,0 @@
-*** main.c.old Sun Jan 22 03:21:08 1995
---- main.c Tue Oct 15 16:54:32 1996
-***************
-*** 18,23 ****
---- 18,27 ----
-
- #include <stdio.h>
- #include <fcntl.h>
-+ #ifdef __FreeBSD__
-+ #include <locale.h>
-+ #include <ctype.h>
-+ #endif
- #include "config.h"
- #include "w.h"
- #include "tty.h"
-***************
-*** 186,191 ****
---- 190,209 ----
- #else
- run=namprt(argv[0]);
- #endif
-+
-+ #ifdef __FreeBSD__
-+ setlocale(LC_ALL, "");
-+ for(c=0;c<256;c++)
-+ { int a=0;
-+ if(iscntrl(c))
-+ a|=UNDERLINE;
-+ if((c&0x80)&&!isprint(c))
-+ a|=INVERSE;
-+ xlata[c]=a;
-+ if(isprint(c))
-+ xlatc[c]=c;
-+ }
-+ #endif
-
- if(s=getenv("LINES")) sscanf(s,"%d",&lines);
- if(s=getenv("COLUMNS")) sscanf(s,"%d",&columns);
-*** scrn.h.old Thu Oct 6 10:09:04 1994
---- scrn.h Tue Oct 15 16:42:29 1996
-***************
-*** 254,263 ****
-
- #define xlat(a,c) \
- ( \
-! (dspasis && ((unsigned)(c)>=128)) ? \
- ((a)=0) \
- : \
-! (((a)=xlata[(unsigned)(c)]), ((c)=xlatc[(unsigned)(c)])) \
- )
-
- /* int eraeol(SCRN *t,int x,int y);
---- 254,263 ----
-
- #define xlat(a,c) \
- ( \
-! (dspasis && ((unsigned char)(c)>=128)) ? \
- ((a)=0) \
- : \
-! (((a)=xlata[(unsigned char)(c)]), ((c)=xlatc[(unsigned char)(c)])) \
- )
-
- /* int eraeol(SCRN *t,int x,int y);
diff --git a/editors/joe-devel/files/patch-ac b/editors/joe-devel/files/patch-ac
deleted file mode 100644
index a479bec93fe6..000000000000
--- a/editors/joe-devel/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
---- scrn.c.old Thu Oct 6 02:10:07 1994
-+++ scrn.c Thu Sep 11 11:45:47 1997
-@@ -288,6 +288,12 @@
- if(!(t->uc=jgetstr(t->cap,"uc"))) if(t->ul) t->uc="_";
- if(t->uc) t->avattr|=UNDERLINE;
-
-+/* If we don't have underline, but we do have bold, print underline as bold */
-+if (!(t->avattr & UNDERLINE) && t->md != NULL)
-+ {
-+ t->us = t->md ; t->ue = t->me ; t->avattr |= UNDERLINE;
-+ }
-+
- t->ms=getflag(t->cap,"ms");
-
- t->da=getflag(t->cap,"da");
-
diff --git a/editors/joe-devel/files/patch-ad b/editors/joe-devel/files/patch-ad
deleted file mode 100644
index a199b2b076d5..000000000000
--- a/editors/joe-devel/files/patch-ad
+++ /dev/null
@@ -1,18 +0,0 @@
---- b.c Fri Jan 20 03:38:25 1995
-+++ b.c.new Fri Jul 23 03:36:10 1999
-@@ -21,6 +21,7 @@
- #include <pwd.h>
- #endif
- #include <errno.h>
-+#include <sys/types.h>
-
- #include "config.h"
- #include "blocks.h"
-@@ -1990,6 +1991,7 @@
- {
- long tim=time(0);
- B *b;
-+ mode_t mask=umask(077); /* no access to DEADJOE for others */
- FILE *f=fopen("DEADJOE","a");
- fprintf(f,"\n*** Modified files in JOE when it aborted on %s",ctime(&tim));
- if(sig) fprintf(f,"*** JOE was aborted by signal %d\n",sig);
diff --git a/editors/joe-devel/pkg-comment b/editors/joe-devel/pkg-comment
deleted file mode 100644
index 63560b62c6f6..000000000000
--- a/editors/joe-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Joe's own editor
diff --git a/editors/joe-devel/pkg-descr b/editors/joe-devel/pkg-descr
deleted file mode 100644
index fa4a0a0d104c..000000000000
--- a/editors/joe-devel/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
- JOE is the professional freeware ASCII text screen editor for UNIX.
-It makes full use of the power and versatility of UNIX, but lacks the steep
-learning curve and basic nonsense you have to deal with in every other UNIX
-editor. JOE has the feel of most IBM PC text editors: The key-sequences are
-reminiscent of WordStar and Turbo-C. JOE is much more powerful than those
-editors, however. JOE has all of the features a UNIX user should expect:
-full use of termcap/terminfo, excellent screen update optimizations (JOE is
-fully useable at 2400 baud), simple installation, and all of the
-UNIX-integration features of VI.
diff --git a/editors/joe-devel/pkg-plist b/editors/joe-devel/pkg-plist
deleted file mode 100644
index 52b3d39c3434..000000000000
--- a/editors/joe-devel/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/joe
-bin/jmacs
-bin/jstar
-bin/rjoe
-bin/jpico
-lib/joerc
-lib/jmacsrc
-lib/jstarrc
-lib/rjoerc
-lib/jpicorc