summaryrefslogtreecommitdiff
path: root/misc/detachtty
diff options
context:
space:
mode:
Diffstat (limited to 'misc/detachtty')
-rw-r--r--misc/detachtty/Makefile26
-rw-r--r--misc/detachtty/distinfo2
-rw-r--r--misc/detachtty/files/patch-Makefile23
-rw-r--r--misc/detachtty/files/patch-copy-stream.c11
-rw-r--r--misc/detachtty/pkg-descr6
-rw-r--r--misc/detachtty/pkg-plist4
6 files changed, 0 insertions, 72 deletions
diff --git a/misc/detachtty/Makefile b/misc/detachtty/Makefile
deleted file mode 100644
index 68ea5a222a6d..000000000000
--- a/misc/detachtty/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: johs
-# $FreeBSD$
-
-PORTNAME= detachtty
-PORTVERSION= 9
-PORTREVISION= 1
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/detachtty/
-DISTNAME= ${PORTNAME}_${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Run interactive programs non-interactively
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-9
-USES= gmake
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/[ad][te]tachtty
- ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1
- ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${STAGEDIR}${MANPREFIX}/man/man1/attachtty.1
-
-.include <bsd.port.mk>
diff --git a/misc/detachtty/distinfo b/misc/detachtty/distinfo
deleted file mode 100644
index 157a0ddcaa83..000000000000
--- a/misc/detachtty/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (detachtty_9.tar.gz) = 2386ef32fdc94f6ea4bcfa25706f46249fbd5f8ba8200a36d365e8524db855c9
-SIZE (detachtty_9.tar.gz) = 13085
diff --git a/misc/detachtty/files/patch-Makefile b/misc/detachtty/files/patch-Makefile
deleted file mode 100644
index 5ed43a0acc3c..000000000000
--- a/misc/detachtty/files/patch-Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
---- Makefile.orig 2003-08-04 17:32:23.000000000 +0800
-+++ Makefile 2014-06-08 23:33:51.093015991 +0800
-@@ -3,9 +3,9 @@
- # for details
-
- # Linux 2.4
--OS_CFLAGS=-DNEED_PTY_H
-+#OS_CFLAGS=-DNEED_PTY_H
- # FreeBSD, version unknown
--#OS_CFLAGS=-DNEED_LIBUTIL_H
-+OS_CFLAGS=-DNEED_LIBUTIL_H
- # Solaris, some version of
- #OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H
- # MacOS X needs libpoll from fink
-@@ -23,7 +23,7 @@ OS_OBJECTS=
- # no forkpty in Solaris or MacOS X
- # OS_OBJECTS=forkpty.o
-
--INSTALL_DIR=/usr/local/bin
-+INSTALL_DIR=${PREFIX}/bin
-
- # You probably don't need to edit anything below this line
-
diff --git a/misc/detachtty/files/patch-copy-stream.c b/misc/detachtty/files/patch-copy-stream.c
deleted file mode 100644
index 8b72d933e45e..000000000000
--- a/misc/detachtty/files/patch-copy-stream.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./copy-stream.c.orig 2003-01-18 15:03:15.000000000 +0100
-+++ ./copy-stream.c 2012-08-24 13:22:21.932915476 +0200
-@@ -21,7 +21,7 @@
-
- int output_buffer(int fd) {
- int bytes_written=0,bytes_to_write=bytes_in_buf;
-- if(fd<0) return;
-+ if(fd<0) return 0;
- while(bytes_to_write>0) {
- bytes_written=write(fd,buf,bytes_to_write);
- if(bytes_written==-1) return -1;
diff --git a/misc/detachtty/pkg-descr b/misc/detachtty/pkg-descr
deleted file mode 100644
index 0c014433d0b9..000000000000
--- a/misc/detachtty/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-detachtty is a Unix utility that lets you run interactive programs
-non-interactively, and connect to them over the network when you do
-need to interact with them. It's intended for use with long-running
-server processes running in Common Lisp implementations.
-
-WWW: http://www.cliki.net/detachtty
diff --git a/misc/detachtty/pkg-plist b/misc/detachtty/pkg-plist
deleted file mode 100644
index 2ebb07588ad2..000000000000
--- a/misc/detachtty/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/attachtty
-bin/detachtty
-man/man1/attachtty.1.gz
-man/man1/detachtty.1.gz