Page MenuHomeFreeBSD

D14570.id42429.diff
No OneTemporary

D14570.id42429.diff

Index: head/sysutils/Makefile
===================================================================
--- head/sysutils/Makefile
+++ head/sysutils/Makefile
@@ -1184,6 +1184,7 @@
SUBDIR += snmp_exporter
SUBDIR += snooze
SUBDIR += snowlog
+ SUBDIR += sockaddr
SUBDIR += socket
SUBDIR += socklog
SUBDIR += solaar
Index: head/sysutils/sockaddr/Makefile
===================================================================
--- head/sysutils/sockaddr/Makefile
+++ head/sysutils/sockaddr/Makefile
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME= sockaddr
+DISTVERSION= g20180320
+CATEGORIES= sysutils
+
+MAINTAINER= seanc@FreeBSD.org
+COMMENT= Command line utility for querying IP information
+
+LICENSE= MPL20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= go:lang/go
+
+USE_GITHUB= yes
+GH_SUBDIR= src/github.com/hashicorp/go-sockaddr
+GH_ACCOUNT= hashicorp
+GH_PROJECT= go-sockaddr
+GH_TAGNAME= 7165ee1
+
+PLIST_FILES= bin/sockaddr
+
+post-extract:
+ @${CP} -rp ${WRKSRC}/cmd/${PORTNAME}/vendor/* ${WRKSRC}/src/
+
+do-build:
+ @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${GH_PROJECT}/cmd/${PORTNAME}/ && \
+ ${SETENV} ${MAKE_ENV} CGO_ENABLED=0 GOPATH=${WRKSRC} \
+ ${LOCALBASE}/bin/go build -ldflags "-X main.version=${DISTVERSIONPREFIX}${PORTVERSION} -w -s" \
+ -o ${PORTNAME}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/go-sockaddr/cmd/${PORTNAME}/${PORTNAME} \
+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
+.include <bsd.port.mk>
Index: head/sysutils/sockaddr/distinfo
===================================================================
--- head/sysutils/sockaddr/distinfo
+++ head/sysutils/sockaddr/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525900279
+SHA256 (hashicorp-go-sockaddr-g20180320-7165ee1_GH0.tar.gz) = 51a6c981da7aa9d9dd7ca9044115804cc40b6b1d926610c12ba2bf549a6daf2d
+SIZE (hashicorp-go-sockaddr-g20180320-7165ee1_GH0.tar.gz) = 661149
Index: head/sysutils/sockaddr/pkg-descr
===================================================================
--- head/sysutils/sockaddr/pkg-descr
+++ head/sysutils/sockaddr/pkg-descr
@@ -0,0 +1,8 @@
+Sockaddr is a command-line utility that makes it easy to query network
+address information from the local server. With sockaddr it is possible
+to create a list of the RFC 1918 addresses on a server, obtain the
+default gateway, or public IP addresses and use this information in other
+shell scripts. See the website for additional templating and IP math
+functions.
+
+WWW: https://github.com/hashicorp/go-sockaddr/tree/master/cmd/sockaddr

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 30, 2:57 AM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26373902
Default Alt Text
D14570.id42429.diff (2 KB)

Event Timeline