pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-astikit-0.15.0 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Mon Jan 18 16:30:55 2021 +0100
Changeset: 9bff1a2921076100717dda780c172acfc7fd7173
Modified Files:
Makefile
Added Files:
go-astikit/DESCR
go-astikit/Makefile
go-astikit/PLIST
go-astikit/buildlink3.mk
go-astikit/distinfo
Log Message:
Import go-astikit-0.15.0 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9bff1a2921076100717dda780c172acfc7fd7173
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-astikit/DESCR | 2 ++
go-astikit/Makefile | 18 ++++++++++++
go-astikit/PLIST | 73 ++++++++++++++++++++++++++++++++++++++++++++++++
go-astikit/buildlink3.mk | 15 ++++++++++
go-astikit/distinfo | 6 ++++
6 files changed, 115 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 95bcc9bb22..342d24a87b 100644
--- a/Makefile
+++ b/Makefile
@@ -1172,6 +1172,7 @@ SUBDIR+= go-amqp
SUBDIR+= go-ansi
SUBDIR+= go-ansicolor
SUBDIR+= go-ants
+SUBDIR+= go-astikit
SUBDIR+= go-atomic
SUBDIR+= go-audio
SUBDIR+= go-aurora
diff --git a/go-astikit/DESCR b/go-astikit/DESCR
new file mode 100644
index 0000000000..f65493f3ea
--- /dev/null
+++ b/go-astikit/DESCR
@@ -0,0 +1,2 @@
+astikit is a set of golang helpers that don't
+require any external dependencies.
diff --git a/go-astikit/Makefile b/go-astikit/Makefile
new file mode 100644
index 0000000000..5117dfd7b0
--- /dev/null
+++ b/go-astikit/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= go-astikit-0.15.0
+GITHUB_PROJECT= go-astikit
+GITHUB_TAG= v${PKGVERSION_NOREV}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=asticode/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/asticode/go-astikit/
+COMMENT= Set of golang helpers
+LICENSE= mit
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+GO_SRCPATH= github.com/asticode/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-astikit/PLIST b/go-astikit/PLIST
new file mode 100644
index 0000000000..16a4491977
--- /dev/null
+++ b/go-astikit/PLIST
@@ -0,0 +1,73 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/asticode/go-astikit.a
+gopkg/src/github.com/asticode/go-astikit/LICENSE
+gopkg/src/github.com/asticode/go-astikit/README.md
+gopkg/src/github.com/asticode/go-astikit/archive.go
+gopkg/src/github.com/asticode/go-astikit/archive_test.go
+gopkg/src/github.com/asticode/go-astikit/astikit.go
+gopkg/src/github.com/asticode/go-astikit/astikit_test.go
+gopkg/src/github.com/asticode/go-astikit/binary.go
+gopkg/src/github.com/asticode/go-astikit/binary_test.go
+gopkg/src/github.com/asticode/go-astikit/bytes.go
+gopkg/src/github.com/asticode/go-astikit/bytes_test.go
+gopkg/src/github.com/asticode/go-astikit/defer.go
+gopkg/src/github.com/asticode/go-astikit/defer_test.go
+gopkg/src/github.com/asticode/go-astikit/errors.go
+gopkg/src/github.com/asticode/go-astikit/errors_test.go
+gopkg/src/github.com/asticode/go-astikit/exec.go
+gopkg/src/github.com/asticode/go-astikit/flag.go
+gopkg/src/github.com/asticode/go-astikit/flag_test.go
+gopkg/src/github.com/asticode/go-astikit/float.go
+gopkg/src/github.com/asticode/go-astikit/float_test.go
+gopkg/src/github.com/asticode/go-astikit/go.mod
+gopkg/src/github.com/asticode/go-astikit/http.go
+gopkg/src/github.com/asticode/go-astikit/http_test.go
+gopkg/src/github.com/asticode/go-astikit/io.go
+gopkg/src/github.com/asticode/go-astikit/io_test.go
+gopkg/src/github.com/asticode/go-astikit/limiter.go
+gopkg/src/github.com/asticode/go-astikit/limiter_test.go
+gopkg/src/github.com/asticode/go-astikit/logger.go
+gopkg/src/github.com/asticode/go-astikit/map.go
+gopkg/src/github.com/asticode/go-astikit/map_test.go
+gopkg/src/github.com/asticode/go-astikit/os.go
+gopkg/src/github.com/asticode/go-astikit/os_js.go
+gopkg/src/github.com/asticode/go-astikit/os_others.go
+gopkg/src/github.com/asticode/go-astikit/os_test.go
+gopkg/src/github.com/asticode/go-astikit/pcm.go
+gopkg/src/github.com/asticode/go-astikit/pcm_test.go
+gopkg/src/github.com/asticode/go-astikit/ptr.go
+gopkg/src/github.com/asticode/go-astikit/rand.go
+gopkg/src/github.com/asticode/go-astikit/sort.go
+gopkg/src/github.com/asticode/go-astikit/sort_test.go
+gopkg/src/github.com/asticode/go-astikit/ssh.go
+gopkg/src/github.com/asticode/go-astikit/ssh_test.go
+gopkg/src/github.com/asticode/go-astikit/stat.go
+gopkg/src/github.com/asticode/go-astikit/stat_test.go
+gopkg/src/github.com/asticode/go-astikit/sync.go
+gopkg/src/github.com/asticode/go-astikit/sync_test.go
+gopkg/src/github.com/asticode/go-astikit/template.go
+gopkg/src/github.com/asticode/go-astikit/template_test.go
+gopkg/src/github.com/asticode/go-astikit/testdata/archive/d/f
+gopkg/src/github.com/asticode/go-astikit/testdata/archive/f
+gopkg/src/github.com/asticode/go-astikit/testdata/os/d/d1/f11
+gopkg/src/github.com/asticode/go-astikit/testdata/os/d/d2/d21/f211
+gopkg/src/github.com/asticode/go-astikit/testdata/os/d/d2/f21
+gopkg/src/github.com/asticode/go-astikit/testdata/os/d/f1
+gopkg/src/github.com/asticode/go-astikit/testdata/os/f
+gopkg/src/github.com/asticode/go-astikit/testdata/ssh/f
+gopkg/src/github.com/asticode/go-astikit/testdata/template/layouts/dir/layout2.html
+gopkg/src/github.com/asticode/go-astikit/testdata/template/layouts/dummy.css
+gopkg/src/github.com/asticode/go-astikit/testdata/template/layouts/layout1.html
+gopkg/src/github.com/asticode/go-astikit/testdata/template/templates/dir/template2.html
+gopkg/src/github.com/asticode/go-astikit/testdata/template/templates/dummy.css
+gopkg/src/github.com/asticode/go-astikit/testdata/template/templates/template1.html
+gopkg/src/github.com/asticode/go-astikit/testdata/translator/d/invalid.json
+gopkg/src/github.com/asticode/go-astikit/testdata/translator/en.json
+gopkg/src/github.com/asticode/go-astikit/testdata/translator/fr.json
+gopkg/src/github.com/asticode/go-astikit/testdata/translator/invalid.csv
+gopkg/src/github.com/asticode/go-astikit/time.go
+gopkg/src/github.com/asticode/go-astikit/time_test.go
+gopkg/src/github.com/asticode/go-astikit/translator.go
+gopkg/src/github.com/asticode/go-astikit/translator_test.go
+gopkg/src/github.com/asticode/go-astikit/worker.go
+gopkg/src/github.com/asticode/go-astikit/worker_test.go
diff --git a/go-astikit/buildlink3.mk b/go-astikit/buildlink3.mk
new file mode 100644
index 0000000000..ee6b175272
--- /dev/null
+++ b/go-astikit/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= go-astikit
+
+.if !defined(GO_ASTIKIT_BUILDLINK3_MK)
+GO_ASTIKIT_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-astikit= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-astikit?= build
+
+BUILDLINK_API_DEPENDS.go-astikit+= go-astikit>=0.15.0
+BUILDLINK_PKGSRCDIR.go-astikit?= ../../wip/go-astikit
+.endif # GO_ASTIKIT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-astikit
diff --git a/go-astikit/distinfo b/go-astikit/distinfo
new file mode 100644
index 0000000000..d9e86cfe9c
--- /dev/null
+++ b/go-astikit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-astikit-0.15.0.tar.gz) = a4f3395b2486eea8df84956afe13c95aa709b484
+RMD160 (go-astikit-0.15.0.tar.gz) = fcf9792c4fac68fd94d30dca74dc37fc9fbd02e0
+SHA512 (go-astikit-0.15.0.tar.gz) = 863a57be31cec42cfe07b05424587607454f4ba5364d9cddd65f1e1e78483ed634c8edd367d3e0ef51d7a2302ec230cdd549388484eb50bafbe775712cfa9dad
+Size (go-astikit-0.15.0.tar.gz) = 36746 bytes
Home |
Main Index |
Thread Index |
Old Index