Mon Apr 27 15:15:08 2020 UTC ()
Add devel/go-wordwrap version 1.0.0

go-wordwrap is a package for Go that automatically wraps words into
multiple lines. The primary use case for this is in formatting CLI
output, but of course word wrapping is a generally useful thing to do.


(nikita)
diff -r1.3109 -r1.3110 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/go-wordwrap/DESCR
diff -r0 -r1.1 pkgsrc/devel/go-wordwrap/Makefile
diff -r0 -r1.1 pkgsrc/devel/go-wordwrap/PLIST
diff -r0 -r1.1 pkgsrc/devel/go-wordwrap/buildlink3.mk
diff -r0 -r1.1 pkgsrc/devel/go-wordwrap/distinfo

cvs diff -r1.3109 -r1.3110 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2020/04/26 13:39:55 1.3109
+++ pkgsrc/devel/Makefile 2020/04/27 15:15:08 1.3110
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3109 2020/04/26 13:39:55 mef Exp $ 1# $NetBSD: Makefile,v 1.3110 2020/04/27 15:15:08 nikita Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -445,26 +445,27 @@ SUBDIR+= go-sanitized_anchor_name @@ -445,26 +445,27 @@ SUBDIR+= go-sanitized_anchor_name
445SUBDIR+= go-shellwords 445SUBDIR+= go-shellwords
446SUBDIR+= go-shuffle 446SUBDIR+= go-shuffle
447SUBDIR+= go-siphash 447SUBDIR+= go-siphash
448SUBDIR+= go-spew 448SUBDIR+= go-spew
449SUBDIR+= go-sync 449SUBDIR+= go-sync
450SUBDIR+= go-sys 450SUBDIR+= go-sys
451SUBDIR+= go-termbox 451SUBDIR+= go-termbox
452SUBDIR+= go-testify 452SUBDIR+= go-testify
453SUBDIR+= go-thrift 453SUBDIR+= go-thrift
454SUBDIR+= go-tmc 454SUBDIR+= go-tmc
455SUBDIR+= go-tools 455SUBDIR+= go-tools
456SUBDIR+= go-try 456SUBDIR+= go-try
457SUBDIR+= go-viper 457SUBDIR+= go-viper
 458SUBDIR+= go-wordwrap
458SUBDIR+= go-xerrors 459SUBDIR+= go-xerrors
459SUBDIR+= go-yaml 460SUBDIR+= go-yaml
460SUBDIR+= gob2 461SUBDIR+= gob2
461SUBDIR+= gobject-introspection 462SUBDIR+= gobject-introspection
462SUBDIR+= golint 463SUBDIR+= golint
463SUBDIR+= google-api-go-client 464SUBDIR+= google-api-go-client
464SUBDIR+= google-glog 465SUBDIR+= google-glog
465SUBDIR+= googletest 466SUBDIR+= googletest
466SUBDIR+= gopls 467SUBDIR+= gopls
467SUBDIR+= gperf 468SUBDIR+= gperf
468SUBDIR+= gperftools 469SUBDIR+= gperftools
469SUBDIR+= gprbuild-aux 470SUBDIR+= gprbuild-aux
470SUBDIR+= gps 471SUBDIR+= gps

File Added: pkgsrc/devel/go-wordwrap/Attic/DESCR
go-wordwrap is a package for Go that automatically wraps words into
multiple lines. The primary use case for this is in formatting CLI
output, but of course word wrapping is a generally useful thing to do.

File Added: pkgsrc/devel/go-wordwrap/Attic/Makefile
# $NetBSD: Makefile,v 1.1 2020/04/27 15:15:08 nikita Exp $

DISTNAME=	go-wordwrap-1.0.0
MASTER_SITES=	${MASTER_SITE_GITHUB:=mitchellh/}
CATEGORIES=	devel
GITHUB_PROJECT=	go-wordwrap
GITHUB_TAG=	v${PKGVERSION_NOREV}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/mitchellh/go-wordwrap
COMMENT=	Go library for wrapping words in a string
LICENSE=	mit

GO_DIST_BASE=	${DISTNAME}
GO_SRCPATH=	github.com/mitchellh/go-wordwrap

.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/go-wordwrap/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2020/04/27 15:15:08 nikita Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/mitchellh/go-wordwrap.a
gopkg/src/github.com/mitchellh/go-wordwrap/LICENSE.md
gopkg/src/github.com/mitchellh/go-wordwrap/README.md
gopkg/src/github.com/mitchellh/go-wordwrap/go.mod
gopkg/src/github.com/mitchellh/go-wordwrap/wordwrap.go
gopkg/src/github.com/mitchellh/go-wordwrap/wordwrap_test.go

File Added: pkgsrc/devel/go-wordwrap/Attic/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2020/04/27 15:15:08 nikita Exp $

BUILDLINK_TREE+=	go-wordwrap

.if !defined(GO_WORDWRAP_BUILDLINK3_MK)
GO_WORDWRAP_BUILDLINK3_MK:=

BUILDLINK_CONTENTS_FILTER.go-wordwrap=	${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-wordwrap?=	build

BUILDLINK_API_DEPENDS.go-wordwrap+=	go-wordwrap>=1.0.0
BUILDLINK_PKGSRCDIR.go-wordwrap?=	../../devel/go-wordwrap

.endif	# GO_WORDWRAP_BUILDLINK3_MK

BUILDLINK_TREE+=	-go-wordwrap

File Added: pkgsrc/devel/go-wordwrap/Attic/distinfo
$NetBSD: distinfo,v 1.1 2020/04/27 15:15:08 nikita Exp $

SHA1 (go-wordwrap-1.0.0.tar.gz) = ed70f4fcafbf655355869923842afbf4902d4e8b
RMD160 (go-wordwrap-1.0.0.tar.gz) = 3a75e812ea77e56d30c6cd1220f04990c0da40ca
SHA512 (go-wordwrap-1.0.0.tar.gz) = b2a916a08f13847ef8c0da2c944604bd0c8c6283eadbf2f9b791538d26c17f2c1f73ce629b245320c1ff0fbbfa9525208dddcf3a21c1370ba97d9d82b35e2812
Size (go-wordwrap-1.0.0.tar.gz) = 2777 bytes