pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jul  7 04:03:06 UTC 2017

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/inetutils: DESCR Makefile PLIST distinfo

Log Message:
THIS PACKAGE IS DEDICATED TO macOS High Sierra beta USERS :)

Inetutils is a collection of common network programs. It includes:
* An ftp client and server.
* A telnet client and server.
* An rsh client and server.
* An rlogin client and server.
* A tftp client and server.
* And much more...
Most of them are improved versions of programs originally from BSD.
Some others are original versions, written from scratch.


To generate a diff of this commit:
cvs rdiff -u -r1.1165 -r1.1166 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/inetutils/DESCR \
    pkgsrc/net/inetutils/Makefile pkgsrc/net/inetutils/PLIST \
    pkgsrc/net/inetutils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1165 pkgsrc/net/Makefile:1.1166
--- pkgsrc/net/Makefile:1.1165  Tue Jul  4 13:11:59 2017
+++ pkgsrc/net/Makefile Fri Jul  7 04:03:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1165 2017/07/04 13:11:59 wiz Exp $
+# $NetBSD: Makefile,v 1.1166 2017/07/07 04:03:06 adam Exp $
 #
 
 COMMENT=       Networking tools
@@ -225,6 +225,7 @@ SUBDIR+=    icinga-base
 SUBDIR+=       icsi-finger
 SUBDIR+=       iftop
 SUBDIR+=       inadyn
+SUBDIR+=       inetutils
 SUBDIR+=       iodine
 SUBDIR+=       ipcalc
 SUBDIR+=       ipcheck

Added files:

Index: pkgsrc/net/inetutils/DESCR
diff -u /dev/null pkgsrc/net/inetutils/DESCR:1.1
--- /dev/null   Fri Jul  7 04:03:06 2017
+++ pkgsrc/net/inetutils/DESCR  Fri Jul  7 04:03:06 2017
@@ -0,0 +1,9 @@
+Inetutils is a collection of common network programs. It includes:
+* An ftp client and server.
+* A telnet client and server.
+* An rsh client and server.
+* An rlogin client and server.
+* A tftp client and server.
+* And much more...
+Most of them are improved versions of programs originally from BSD.
+Some others are original versions, written from scratch.
Index: pkgsrc/net/inetutils/Makefile
diff -u /dev/null pkgsrc/net/inetutils/Makefile:1.1
--- /dev/null   Fri Jul  7 04:03:06 2017
+++ pkgsrc/net/inetutils/Makefile       Fri Jul  7 04:03:06 2017
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/07/07 04:03:06 adam Exp $
+
+DISTNAME=      inetutils-1.9.4
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_GNU:=inetutils/}
+EXTRACT_SUFX=  .tar.xz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.gnu.org/software/inetutils/
+COMMENT=       GNU network utilities
+LICENSE=       gnu-gpl-v3
+
+INFO_FILES=            yes
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --with-path-bshell=${SH:Q}
+CONFIGURE_ARGS+=       --with-path-cp=${CP:Q}
+
+TEST_TARGET=           check
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/inetutils/PLIST
diff -u /dev/null pkgsrc/net/inetutils/PLIST:1.1
--- /dev/null   Fri Jul  7 04:03:06 2017
+++ pkgsrc/net/inetutils/PLIST  Fri Jul  7 04:03:06 2017
@@ -0,0 +1,54 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/07 04:03:06 adam Exp $
+bin/dnsdomainname
+bin/ftp
+bin/hostname
+bin/ifconfig
+bin/logger
+bin/ping
+bin/ping6
+bin/rcp
+bin/rexec
+bin/rlogin
+bin/rsh
+bin/talk
+bin/telnet
+bin/tftp
+bin/traceroute
+bin/whois
+info/inetutils.info
+libexec/ftpd
+libexec/inetd
+libexec/rexecd
+libexec/rlogind
+libexec/rshd
+libexec/syslogd
+libexec/talkd
+libexec/telnetd
+libexec/tftpd
+libexec/uucpd
+man/man1/dnsdomainname.1
+man/man1/ftp.1
+man/man1/hostname.1
+man/man1/ifconfig.1
+man/man1/logger.1
+man/man1/ping.1
+man/man1/ping6.1
+man/man1/rcp.1
+man/man1/rexec.1
+man/man1/rlogin.1
+man/man1/rsh.1
+man/man1/talk.1
+man/man1/telnet.1
+man/man1/tftp.1
+man/man1/traceroute.1
+man/man1/whois.1
+man/man8/ftpd.8
+man/man8/inetd.8
+man/man8/rexecd.8
+man/man8/rlogind.8
+man/man8/rshd.8
+man/man8/syslogd.8
+man/man8/talkd.8
+man/man8/telnetd.8
+man/man8/tftpd.8
+man/man8/uucpd.8
Index: pkgsrc/net/inetutils/distinfo
diff -u /dev/null pkgsrc/net/inetutils/distinfo:1.1
--- /dev/null   Fri Jul  7 04:03:06 2017
+++ pkgsrc/net/inetutils/distinfo       Fri Jul  7 04:03:06 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/07 04:03:06 adam Exp $
+
+SHA1 (inetutils-1.9.4.tar.xz) = 5e515cc9da142cb73bb1beda137b4c2dcf2b528c
+RMD160 (inetutils-1.9.4.tar.xz) = 0c144d9ac0b5c07beca1e634fc5b2c5bae15917d
+SHA512 (inetutils-1.9.4.tar.xz) = 020d1cab6659da63b26445b29820ad6769b8cf992496bece3dcbfba73804e29cc5c496d59f36046d432f9cc7fadefa3170f6d8faa855e59435aff4ecef724e66
+Size (inetutils-1.9.4.tar.xz) = 1364408 bytes



Home | Main Index | Thread Index | Old Index