FreeBSD Bugzilla – Attachment 171447 Details for
Bug 210287
New port: sysutils/abduco Session management in a clean and simple way
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Port SHAR
abduco.shar (text/plain), 2.94 KB, created by
David Wildasin
on 2016-06-14 21:33:46 UTC
(
hide
)
Description:
Port SHAR
Filename:
MIME Type:
Creator:
David Wildasin
Created:
2016-06-14 21:33:46 UTC
Size:
2.94 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: ># ># abduco ># abduco/Makefile ># abduco/distinfo ># abduco/files ># abduco/files/patch-config.mk ># abduco/pkg-descr ># >echo c - abduco >mkdir -p abduco > /dev/null 2>&1 >echo x - abduco/Makefile >sed 's/^X//' >abduco/Makefile << '905e957d45447c7a6dc5336ab6d85ea6' >X# $FreeBSD$ >X >XPORTNAME= abduco >XPORTVERSION= 0.6 >XCATEGORIES= sysutils >XMASTER_SITES= http://www.brain-dump.org/projects/abduco/ >X >XMAINTAINER= swdragonmaus@gmail.com >XCOMMENT= Session management in a clean and simple way >X >XLICENSE= ISCL >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XPLIST_FILES= bin/abduco \ >X man/man1/abduco.1.gz >X >XMAKE_JOBS_UNSAFE= yes >X >Xpre-everything:: >X @${ECHO_MSG} "You can build abduco with your own config.h using the ABDUCO_CONF knob:" >X @${ECHO_MSG} "make ABDUCO_CONF=/path/to/abduco/config.h install clean" >X >Xpost-extract: >X.if defined(ABDUCO_CONF) >X @${ECHO_MSG} "creating config.h from ${ABDUCO_CONF}" >X @${CP} ${ABDUCO_CONF} ${WRKSRC}/config.h >X.endif >X >X.include <bsd.port.mk> >905e957d45447c7a6dc5336ab6d85ea6 >echo x - abduco/distinfo >sed 's/^X//' >abduco/distinfo << 'e1c5af08e46f07a407138c4a777ccfec' >XTIMESTAMP = 1465579293 >XSHA256 (abduco-0.6.tar.gz) = c90909e13fa95770b5afc3b59f311b3d3d2fdfae23f9569fa4f96a3e192a35f4 >XSIZE (abduco-0.6.tar.gz) = 15829 >e1c5af08e46f07a407138c4a777ccfec >echo c - abduco/files >mkdir -p abduco/files > /dev/null 2>&1 >echo x - abduco/files/patch-config.mk >sed 's/^X//' >abduco/files/patch-config.mk << 'ac8f21591330904340cc1488757c1ba2' >X--- config.mk.orig 2016-06-10 17:36:39 UTC >X+++ config.mk >X@@ -4,12 +4,12 @@ VERSION = 0.6 >X # Customize below to fit your system >X >X PREFIX ?= /usr/local >X-MANPREFIX = ${PREFIX}/share/man >X+MANPREFIX = ${PREFIX}/man >X >X INCS = -I. >X LIBS = -lc -lutil >X >X-CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 >X+CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D__BSD_VISIBLE >X CFLAGS += -std=c99 -pedantic -Wall ${INCS} -DVERSION=\"${VERSION}\" -DNDEBUG ${CPPFLAGS} >X LDFLAGS += ${LIBS} >X >ac8f21591330904340cc1488757c1ba2 >echo x - abduco/pkg-descr >sed 's/^X//' >abduco/pkg-descr << '310a69c4fbff1c3b148bd82daed92a89' >Xabduco provides session management i.e. it allows programs to be run >Xindependently from their controlling terminal. That is programs can be detached >X- run in the background - and then later reattached. Together with dvtm it >Xprovides a simpler and cleaner alternative to tmux or screen. >X >Xabduco is in many ways very similar to dtach but is a completely independent >Ximplementation which is actively maintained, contains no legacy code, provides >Xa few additional features, has a cleaner, more robust implementation and is >Xdistributed under the ISC license. >X >XWWW: http://www.brain-dump.org/projects/abduco/ >310a69c4fbff1c3b148bd82daed92a89 >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 210287
: 171447