FreeBSD Bugzilla – Attachment 29670 Details for
Bug 50303
[NEW PORT] detachtty: Run interactive program non-interactively
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
detachtty.shar
detachtty.shar (text/plain), 3.01 KB, created by
Johannes Groedem
on 2003-03-25 23:50:05 UTC
(
hide
)
Description:
detachtty.shar
Filename:
MIME Type:
Creator:
Johannes Groedem
Created:
2003-03-25 23:50:05 UTC
Size:
3.01 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># detachtty ># detachtty/distinfo ># detachtty/Makefile ># detachtty/pkg-descr ># detachtty/pkg-plist ># detachtty/files ># detachtty/files/patch-aa ># >echo c - detachtty >mkdir -p detachtty > /dev/null 2>&1 >echo x - detachtty/distinfo >sed 's/^X//' >detachtty/distinfo << 'END-of-detachtty/distinfo' >XMD5 (detachtty_6.tar.gz) = a6eb413286998b1635436da9ef876b54 >END-of-detachtty/distinfo >echo x - detachtty/Makefile >sed 's/^X//' >detachtty/Makefile << 'END-of-detachtty/Makefile' >X# New ports collection makefile for: detachtty >X# Date created: 25 March 2003 >X# Whom: johs >X# >X# $FreeBSD$ >X# >X >XPORTNAME= detachtty >XPORTVERSION= 6 >XCATEGORIES= misc >XMASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/ >XDISTNAME= ${PORTNAME}_${PORTVERSION} >X >XMAINTAINER= johs@copyleft.no >XCOMMENT= Run interactive programs non-interactively >X >XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} >XUSE_GMAKE= yes >X >XMAN1= detachtty.1 >XMLINKS= detachtty.1 attachtty.1 >XMANCOMPRESSED= no >X >Xpost-install: >X.if !defined(NO_INSTALL_MANPAGES) >X ${INSTALL_MAN} ${WRKSRC}/detachtty.1 ${MANPREFIX}/man/man1 >X.endif >X >X.include <bsd.port.mk> >END-of-detachtty/Makefile >echo x - detachtty/pkg-descr >sed 's/^X//' >detachtty/pkg-descr << 'END-of-detachtty/pkg-descr' >Xdetachtty is a Unix utility that lets you run interactive programs >Xnon-interactively, and connect to them over the network when you do >Xneed to interact with them. It's intended for use with long-running >Xserver processes running in Common Lisp implementations. >X >XWWW: http://www.cliki.net/detachtty >X >X- Johannes Groedem >Xjohs@copyleft.no >END-of-detachtty/pkg-descr >echo x - detachtty/pkg-plist >sed 's/^X//' >detachtty/pkg-plist << 'END-of-detachtty/pkg-plist' >Xbin/attachtty >Xbin/detachtty >END-of-detachtty/pkg-plist >echo c - detachtty/files >mkdir -p detachtty/files > /dev/null 2>&1 >echo x - detachtty/files/patch-aa >sed 's/^X//' >detachtty/files/patch-aa << 'END-of-detachtty/files/patch-aa' >X--- Makefile.orig Wed Sep 18 00:41:36 2002 >X+++ Makefile Tue Mar 25 23:20:18 2003 >X@@ -3,9 +3,9 @@ >X # for details >X >X # Linux 2.4 >X-OS_CFLAGS=-DNEED_PTY_H >X+#OS_CFLAGS=-DNEED_PTY_H >X # FreeBSD, version unknown >X-#OS_CFLAGS=-DNEED_LIBUTIL_H >X+OS_CFLAGS=-DNEED_LIBUTIL_H >X # Solaris, some version of >X #OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H >X >X@@ -19,7 +19,7 @@ >X # no forkpty in Solaris >X # OS_OBJECTS=forkpty.o >X >X-INSTALL_DIR=/usr/local/bin >X+INSTALL_DIR=${PREFIX}/bin >X >X # You probably don't need to edit anything below this line >X >X@@ -31,7 +31,7 @@ >X -rm *.o *~ attachtty detachtty >X >X install: all >X- install detachtty attachtty $(DESTDIR)$(INSTALL_DIR) >X+ install detachtty attachtty $(INSTALL_DIR) >X >X deb: >X rm -rf /usr/local/src/Packages/detachtty/ >END-of-detachtty/files/patch-aa >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 50303
: 29670