FreeBSD Bugzilla – Attachment 192597 Details for
Bug 227150
[NEW PORT] sysutils/rw: Block device and byte copying program similar to dd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Updated version of port
rw-portable-port.txt (text/plain), 1.65 KB, created by
Jesse Smith
on 2018-04-17 19:52:11 UTC
(
hide
)
Description:
Updated version of port
Filename:
MIME Type:
Creator:
Jesse Smith
Created:
2018-04-17 19:52:11 UTC
Size:
1.65 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: ># ># rw ># rw/Makefile ># rw/distinfo ># rw/pkg-descr ># >echo c - rw >mkdir -p rw > /dev/null 2>&1 >echo x - rw/Makefile >sed 's/^X//' >rw/Makefile << '8f6959c6172cc8505ebb3740dd35d407' >XPORTNAME= rw >XPORTVERSION= 1.0 >XDISTNAME= rw-portable-${PORTVERSION} >XCATEGORIES= sysutils >XMASTER_SITES= https://sortix.org/rw/release/ >X >XMAINTAINER= jsmith@resonatingmedia.com >XCOMMENT= A simple replacement for dd wth standard command line flags. >X >XLICENSE= ISC >X >XPLIST_FILES= bin/rw man/man1/rw.1.gz >X >Xdo-build: >X cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${PORTNAME}.c >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >X ${MKDIR} -p ${STAGEDIR}${PREFIX}/man/man1 >X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 >X >X.include <bsd.port.mk> >8f6959c6172cc8505ebb3740dd35d407 >echo x - rw/distinfo >sed 's/^X//' >rw/distinfo << 'a8ec7f165a73e50b7fb66a1fb7c3211c' >XTIMESTAMP = 1523993918 >XSHA256 (rw-portable-1.0.tar.gz) = 50009730e36991dfe579716f91f4f616f5ba05ffb7bf69c03d41bf305ed93b6d >XSIZE (rw-portable-1.0.tar.gz) = 12993 >a8ec7f165a73e50b7fb66a1fb7c3211c >echo x - rw/pkg-descr >sed 's/^X//' >rw/pkg-descr << '9240bfefa89b7b1be507c54456dfcaae' >Xrw is a command line program which copies information between files or byte >Xstreams. The rw command is designed to be a replacement for dd with >Xstandard style command line flags. >X >XWWW: https://sortix.org/rw/ >9240bfefa89b7b1be507c54456dfcaae >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 227150
:
192022
|
192108
| 192597