pkgsrc-WIP-changes archive

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

Import go-fastprinter-20200109 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Jan 19 09:30:41 2021 +0100
Changeset:	0953a9ca5ba36be9b4e049e67af9baa26d73a4bc

Modified Files:
	Makefile
Added Files:
	go-fastprinter/DESCR
	go-fastprinter/Makefile
	go-fastprinter/PLIST
	go-fastprinter/buidlink3.mk
	go-fastprinter/distinfo

Log Message:
Import go-fastprinter-20200109 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0953a9ca5ba36be9b4e049e67af9baa26d73a4bc

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

diffstat:
 Makefile                    |  1 +
 go-fastprinter/DESCR        |  4 ++++
 go-fastprinter/Makefile     | 18 ++++++++++++++++++
 go-fastprinter/PLIST        | 10 ++++++++++
 go-fastprinter/buidlink3.mk | 15 +++++++++++++++
 go-fastprinter/distinfo     |  6 ++++++
 6 files changed, 54 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 51449567d6..c300b03aa4 100644
--- a/Makefile
+++ b/Makefile
@@ -1202,6 +1202,7 @@ SUBDIR+=	go-errlog
 SUBDIR+=	go-errorx
 SUBDIR+=	go-eventsource
 SUBDIR+=	go-ewma
+SUBDIR+=	go-fastprinter
 SUBDIR+=	go-flac-eaburns
 SUBDIR+=	go-flags
 SUBDIR+=	go-flock
diff --git a/go-fastprinter/DESCR b/go-fastprinter/DESCR
new file mode 100644
index 0000000000..fbd83cb90f
--- /dev/null
+++ b/go-fastprinter/DESCR
@@ -0,0 +1,4 @@
+TODO: Adjust the following lines from README.md
+
+# fastprinter
+FastPrinter supports write values in io.Writer without allocation
diff --git a/go-fastprinter/Makefile b/go-fastprinter/Makefile
new file mode 100644
index 0000000000..858f708360
--- /dev/null
+++ b/go-fastprinter/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-fastprinter-20200109
+GITHUB_PROJECT=	fastprinter
+GITHUB_TAG=	33d98a0
+CATEGORIES=	category
+MASTER_SITES=	${MASTER_SITE_GITHUB:=CloudyKit/}
+
+MAINTAINER=	INSERT_YOUR_MAIL_ADDRESS_HERE # or use pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/CloudyKit/fastprinter
+COMMENT=	TODO: Short description of the package
+#LICENSE=	# TODO: (see mk/license.mk)
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}*
+GO_SRCPATH=	github.com/CloudyKit/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-fastprinter/PLIST b/go-fastprinter/PLIST
new file mode 100644
index 0000000000..db1eea40c3
--- /dev/null
+++ b/go-fastprinter/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/CloudyKit/fastprinter.a
+gopkg/src/github.com/CloudyKit/fastprinter/LICENSE
+gopkg/src/github.com/CloudyKit/fastprinter/README.md
+gopkg/src/github.com/CloudyKit/fastprinter/decimal.go
+gopkg/src/github.com/CloudyKit/fastprinter/extfloat.go
+gopkg/src/github.com/CloudyKit/fastprinter/float.go
+gopkg/src/github.com/CloudyKit/fastprinter/go.mod
+gopkg/src/github.com/CloudyKit/fastprinter/printer_test.go
+gopkg/src/github.com/CloudyKit/fastprinter/printers.go
diff --git a/go-fastprinter/buidlink3.mk b/go-fastprinter/buidlink3.mk
new file mode 100644
index 0000000000..0b8616799c
--- /dev/null
+++ b/go-fastprinter/buidlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-fastprinter
+
+.if !defined(GO_FASTPRINTER_BUILDLINK3_MK)
+GO_FASTPRINTER_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-fastprinter=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-fastprinter?=		build
+
+BUILDLINK_API_DEPENDS.go-fastprinter+=	go-fastprinter>=20200109
+BUILDLINK_PKGSRCDIR.go-fastprinter?=	../../wip/go-fastprinter
+.endif	# GO_FASTPRINTER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-fastprinter
diff --git a/go-fastprinter/distinfo b/go-fastprinter/distinfo
new file mode 100644
index 0000000000..1d9c0f2077
--- /dev/null
+++ b/go-fastprinter/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-fastprinter-20200109-33d98a0.tar.gz) = f749dcdf33a39b02c2700f07902390ffbfbe1b41
+RMD160 (go-fastprinter-20200109-33d98a0.tar.gz) = e9f320194a969d597888246ec0188163b74660fc
+SHA512 (go-fastprinter-20200109-33d98a0.tar.gz) = d0d7c2aa5c2deff6860d60e9b347ca0109c8c21421e7e9167b59ba894dd6e6e14a4e1ae71b25867fa6ac25fbd43e6431d5e0f5352a387d40dea31fadd0bd3baa
+Size (go-fastprinter-20200109-33d98a0.tar.gz) = 16963 bytes


Home | Main Index | Thread Index | Old Index