FreeBSD Bugzilla – Attachment 178429 Details for
Bug 215695
[NEW PORT] net/s6-networking: suite of small networking utilities for Unix systems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
s6-networking-2.2.1.0
0001-net-s6-networking-2.2.1.0.patch (text/plain), 4.88 KB, created by
Roman Neuhauser
on 2017-01-01 11:19:05 UTC
(
hide
)
Description:
s6-networking-2.2.1.0
Filename:
MIME Type:
Creator:
Roman Neuhauser
Created:
2017-01-01 11:19:05 UTC
Size:
4.88 KB
patch
obsolete
>From 4f050e4b43540a76eebb27be9821ec0e9ce2b626 Mon Sep 17 00:00:00 2001 >From: Roman Neuhauser <roman@sigpipe.cz> >Date: Fri, 30 Dec 2016 19:21:31 +0100 >Subject: [PATCH] net/s6-networking 2.2.1.0 > >--- > net/s6-networking/Makefile | 45 +++++++++++++++++++++++++++++++++++++++ > net/s6-networking/distinfo | 3 +++ > net/s6-networking/pkg-descr | 10 +++++++++ > net/s6-networking/pkg-plist | 52 +++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 110 insertions(+) > create mode 100644 net/s6-networking/Makefile > create mode 100644 net/s6-networking/distinfo > create mode 100644 net/s6-networking/pkg-descr > create mode 100644 net/s6-networking/pkg-plist > >diff --git a/net/s6-networking/Makefile b/net/s6-networking/Makefile >new file mode 100644 >index 000000000000..5fc109ae91dd >--- /dev/null >+++ b/net/s6-networking/Makefile >@@ -0,0 +1,45 @@ >+# Created by: Roman Neuhauser <rneuhauser@sigpipe.cz> >+# $FreeBSD$ >+ >+PORTNAME= s6-networking >+PORTVERSION= 2.2.1.0 >+CATEGORIES= net >+MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ >+ >+MAINTAINER= rneuhauser@sigpipe.cz >+COMMENT= Suite of small networking utilities >+ >+LICENSE= ISCL >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS+= libskarnet.so>=2.4:devel/skalibs >+BUILD_DEPENDS+= s6>=2.4.0.0:sysutils/s6 >+BUILD_DEPENDS+= execline>=2.2.0.0:lang/execline >+RUN_DEPENDS+= execlineb:lang/execline >+ >+USES= gmake >+ >+USE_LDCONFIG= yes >+HAS_CONFIGURE= yes >+CONFIGURE_ARGS= --prefix=${PREFIX} \ >+ --with-include=${LOCALBASE}/include \ >+ --with-dynlib=${LOCALBASE}/lib \ >+ --with-sysdeps=${LOCALBASE}/lib/skalibs/sysdeps \ >+ --with-lib=${LOCALBASE}/lib/skalibs \ >+ --with-lib=${LOCALBASE}/lib/execline \ >+ --with-lib=${LOCALBASE}/lib/s6 \ >+ --with-lib=${LOCALBASE}/lib/s6-dns \ >+ --enable-shared >+ >+DOCS= AUTHORS README doc/*.html >+ >+OPTIONS_DEFINE= DOCS >+ >+do-install: >+ ${GMAKE} -C "${INSTALL_WRKSRC}" strip install DESTDIR="${STAGEDIR}" >+ >+post-install-DOCS-on: >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ cd "${INSTALL_WRKSRC}" && ${INSTALL_DATA} ${DOCS} "${STAGEDIR}${DOCSDIR}" >+ >+.include <bsd.port.mk> >diff --git a/net/s6-networking/distinfo b/net/s6-networking/distinfo >new file mode 100644 >index 000000000000..9ddd35a91f6a >--- /dev/null >+++ b/net/s6-networking/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1483044171 >+SHA256 (s6-networking-2.2.1.0.tar.gz) = 5d8150d7413b335693c6e63092381dd0866b1b6f95662a2cbae5ec17ca449ab0 >+SIZE (s6-networking-2.2.1.0.tar.gz) = 85242 >diff --git a/net/s6-networking/pkg-descr b/net/s6-networking/pkg-descr >new file mode 100644 >index 000000000000..394ffc800efa >--- /dev/null >+++ b/net/s6-networking/pkg-descr >@@ -0,0 +1,10 @@ >+s6-networking is a suite of small networking utilities for Unix systems. >+It includes command-line client and server management, TCP access >+control, privilege escalation across UNIX domain sockets, IDENT protocol >+management and clock synchronization. Optionally, it also includes >+command-line TLS/SSL tools for secure communications. >+ >+If the underlying skalibs has been compiled with IPv6 support, >+s6-networking is IPv6-ready. >+ >+WWW: http://skarnet.org/software/s6-networking/ >diff --git a/net/s6-networking/pkg-plist b/net/s6-networking/pkg-plist >new file mode 100644 >index 000000000000..982173ae6a98 >--- /dev/null >+++ b/net/s6-networking/pkg-plist >@@ -0,0 +1,52 @@ >+bin/minidentd >+bin/s6-clockadd >+bin/s6-clockview >+bin/s6-getservbyname >+bin/s6-ident-client >+bin/s6-sntpclock >+bin/s6-taiclock >+bin/s6-taiclockd >+bin/s6-tcpclient >+bin/s6-tcpserver >+bin/s6-tcpserver-access >+bin/s6-tcpserver4 >+bin/s6-tcpserver4-socketbinder >+bin/s6-tcpserver4d >+bin/s6-tcpserver6 >+bin/s6-tcpserver6-socketbinder >+bin/s6-tcpserver6d >+include/s6-networking/config.h >+include/s6-networking/ident.h >+include/s6-networking/s6net.h >+include/s6-networking/sbearssl.h >+include/s6-networking/stls.h >+lib/libs6net.so >+lib/libs6net.so.2.2 >+lib/libs6net.so.2.2.1 >+lib/libs6net.so.2.2.1.0 >+lib/s6-networking/libs6net.a >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/index.html >+%%PORTDOCS%%%%DOCSDIR%%/minidentd.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-clockadd.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-clockview.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-getservbyname.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-ident-client.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-sntpclock.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-taiclock.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-taiclockd.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpclient.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver-access.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver4-socketbinder.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver4.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver4d.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver6-socketbinder.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver6.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tcpserver6d.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tlsc.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tlsclient.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tlsd.html >+%%PORTDOCS%%%%DOCSDIR%%/s6-tlsserver.html >+%%PORTDOCS%%%%DOCSDIR%%/upgrade.html >-- >2.11.0 >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215695
: 178429