Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106978904
D11345.id30045.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11345.id30045.diff
View Options
Index: net/bsdrcmds/Makefile
===================================================================
--- net/bsdrcmds/Makefile
+++ net/bsdrcmds/Makefile
@@ -0,0 +1,32 @@
+# Created by: Jeremie Le Hen <jlh@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= bsdrcmds
+PORTVERSION= 20170621
+CATEGORIES= net
+MASTER_SITES= LOCAL/jlh
+
+MAINTAINER= jlh@FreeBSD.org
+COMMENT= FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd/ruptime/rwho/rwhod)
+
+LICENSE= BSD3CLAUSE
+
+USES= fakeroot tar:xz
+
+OPTIONS_DEFINE= IPV6 LIBBLACKLIST
+IPV6_DESC= Enable IPv6 support
+LIBBLACKLIST_DESC= Enable libblacklist(3) support
+
+.include <bsd.port.options.mk>
+
+MAKE_ENV+= NO_WERROR=1
+
+.if ${PORT_OPTIONS:MIPV6}
+MAKE_ARGS+= USE_IPV6=yes
+.endif
+
+.if ${PORT_OPTIONS:MLIBBLACKLIST}
+MAKE_ARGS+= USE_LIBBLACKLIST=yes
+.endif
+
+.include <bsd.port.mk>
Index: net/bsdrcmds/distinfo
===================================================================
--- net/bsdrcmds/distinfo
+++ net/bsdrcmds/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498333844
+SHA256 (bsdrcmds-20170621.tar.xz) = 3ebb8b05d4b8a9d408484e9dd10a0ee668ce90f26ae3cae75fca882a9c678307
+SIZE (bsdrcmds-20170621.tar.xz) = 35072
Index: net/bsdrcmds/pkg-descr
===================================================================
--- net/bsdrcmds/pkg-descr
+++ net/bsdrcmds/pkg-descr
@@ -0,0 +1,10 @@
+This is a port of the BSD "rcmds", which were formerly part of the
+FreeBSD base system. This port includes the following binaries:
+rcp(1)
+rlogin(1)
+rlogind(8)
+rsh(1)
+rshd(8)
+ruptime(1)
+rwho(1)
+rwhod(8)
Index: net/bsdrcmds/pkg-plist
===================================================================
--- net/bsdrcmds/pkg-plist
+++ net/bsdrcmds/pkg-plist
@@ -0,0 +1,16 @@
+bin/ruptime
+bin/rsh
+bin/rwho
+bin/rlogin
+bin/rcp
+man/man8/rlogind.8.gz
+man/man8/rshd.8.gz
+man/man8/rwhod.8.gz
+man/man1/rsh.1.gz
+man/man1/ruptime.1.gz
+man/man1/rlogin.1.gz
+man/man1/rwho.1.gz
+man/man1/rcp.1.gz
+sbin/rwhod
+sbin/rlogind
+sbin/rshd
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 10:33 AM (6 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15731741
Default Alt Text
D11345.id30045.diff (1 KB)
Attached To
Mode
D11345: net/bsdrcmds - FreeBSD ruptime/rsh/rwho/rlogin/rcp/rwhod/rlogind/rshd
Attached
Detach File
Event Timeline
Log In to Comment