pkgsrc-WIP-changes archive

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

Import go-raymond-2.0.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Jan 8 22:40:18 2021 +0100
Changeset:	10a58b9efbc49cffb296ae67cd8d0ad48e529a13

Modified Files:
	Makefile
Added Files:
	go-raymond/DESCR
	go-raymond/Makefile
	go-raymond/PLIST
	go-raymond/buildlink3.mk
	go-raymond/distinfo

Log Message:
Import go-raymond-2.0.2 to wip

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

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

diffstat:
 Makefile                 |  1 +
 go-raymond/DESCR         |  1 +
 go-raymond/Makefile      | 18 +++++++++++++++++
 go-raymond/PLIST         | 50 ++++++++++++++++++++++++++++++++++++++++++++++++
 go-raymond/buildlink3.mk | 15 +++++++++++++++
 go-raymond/distinfo      |  6 ++++++
 6 files changed, 91 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7cc001b54f..3c12261f35 100644
--- a/Makefile
+++ b/Makefile
@@ -1222,6 +1222,7 @@ SUBDIR+=	go-properties-map
 SUBDIR+=	go-protobuf-go
 SUBDIR+=	go-python
 SUBDIR+=	go-rateio
+SUBDIR+=	go-raymond
 SUBDIR+=	go-rest
 SUBDIR+=	go-resty
 SUBDIR+=	go-riff
diff --git a/go-raymond/DESCR b/go-raymond/DESCR
new file mode 100644
index 0000000000..cb7bb151e1
--- /dev/null
+++ b/go-raymond/DESCR
@@ -0,0 +1 @@
+Handlebars for golang
diff --git a/go-raymond/Makefile b/go-raymond/Makefile
new file mode 100644
index 0000000000..391b9c76fc
--- /dev/null
+++ b/go-raymond/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	go-raymond-2.0.2
+GITHUB_PROJECT=	raymond
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=aymerick/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/aymerick/raymond/
+COMMENT=	Handlebars for golang
+LICENSE=	mit
+
+GO_SRCPATH=	github.com/aymerick/raymond
+GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-raymond/PLIST b/go-raymond/PLIST
new file mode 100644
index 0000000000..5d9b3007c8
--- /dev/null
+++ b/go-raymond/PLIST
@@ -0,0 +1,50 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/aymerick/raymond.a
+gopkg/pkg/${GO_PLATFORM}/github.com/aymerick/raymond/ast.a
+gopkg/pkg/${GO_PLATFORM}/github.com/aymerick/raymond/handlebars.a
+gopkg/pkg/${GO_PLATFORM}/github.com/aymerick/raymond/lexer.a
+gopkg/pkg/${GO_PLATFORM}/github.com/aymerick/raymond/parser.a
+gopkg/src/github.com/aymerick/raymond/BENCHMARKS.md
+gopkg/src/github.com/aymerick/raymond/CHANGELOG.md
+gopkg/src/github.com/aymerick/raymond/LICENSE
+gopkg/src/github.com/aymerick/raymond/README.md
+gopkg/src/github.com/aymerick/raymond/VERSION
+gopkg/src/github.com/aymerick/raymond/ast/node.go
+gopkg/src/github.com/aymerick/raymond/ast/print.go
+gopkg/src/github.com/aymerick/raymond/base_test.go
+gopkg/src/github.com/aymerick/raymond/benchmark_test.go
+gopkg/src/github.com/aymerick/raymond/data_frame.go
+gopkg/src/github.com/aymerick/raymond/escape.go
+gopkg/src/github.com/aymerick/raymond/escape_test.go
+gopkg/src/github.com/aymerick/raymond/eval.go
+gopkg/src/github.com/aymerick/raymond/eval_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/base_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/basic_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/blocks_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/builtins_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/data_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/doc.go
+gopkg/src/github.com/aymerick/raymond/handlebars/helpers_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/partials_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/subexpressions_test.go
+gopkg/src/github.com/aymerick/raymond/handlebars/whitespace_test.go
+gopkg/src/github.com/aymerick/raymond/helper.go
+gopkg/src/github.com/aymerick/raymond/helper_test.go
+gopkg/src/github.com/aymerick/raymond/lexer/lexer.go
+gopkg/src/github.com/aymerick/raymond/lexer/lexer_test.go
+gopkg/src/github.com/aymerick/raymond/lexer/token.go
+gopkg/src/github.com/aymerick/raymond/mustache_test.go
+gopkg/src/github.com/aymerick/raymond/parser/parser.go
+gopkg/src/github.com/aymerick/raymond/parser/parser_test.go
+gopkg/src/github.com/aymerick/raymond/parser/whitespace.go
+gopkg/src/github.com/aymerick/raymond/partial.go
+gopkg/src/github.com/aymerick/raymond/raymond.go
+gopkg/src/github.com/aymerick/raymond/raymond.png
+gopkg/src/github.com/aymerick/raymond/raymond_test.go
+gopkg/src/github.com/aymerick/raymond/string.go
+gopkg/src/github.com/aymerick/raymond/string_test.go
+gopkg/src/github.com/aymerick/raymond/template.go
+gopkg/src/github.com/aymerick/raymond/template_test.go
+gopkg/src/github.com/aymerick/raymond/utils.go
+gopkg/src/github.com/aymerick/raymond/utils_test.go
+@pkgdir gopkg/src/github.com/aymerick/raymond/mustache
diff --git a/go-raymond/buildlink3.mk b/go-raymond/buildlink3.mk
new file mode 100644
index 0000000000..a77ea54325
--- /dev/null
+++ b/go-raymond/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-raymond
+
+.if !defined(GO_RAYMOND_BUILDLINK3_MK)
+GO_RAYMOND_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-raymond=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-raymond?=	build
+
+BUILDLINK_API_DEPENDS.go-raymond+=	go-raymond>=2.0.2
+BUILDLINK_PKGSRCDIR.go-raymond?=	../../wip/go-raymond
+.endif	# GO_RAYMOND_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-raymond
diff --git a/go-raymond/distinfo b/go-raymond/distinfo
new file mode 100644
index 0000000000..c73e7e73ca
--- /dev/null
+++ b/go-raymond/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (go-raymond-2.0.2.tar.gz) = e1a8832cdf35665d89c8086afbd01dc6043ec3f9
+RMD160 (go-raymond-2.0.2.tar.gz) = 71f23d4af09eb83a06cd138cdc02286a5fc0979c
+SHA512 (go-raymond-2.0.2.tar.gz) = 3a991af6ad849887262c8031f1d4b7e3a456544457459366191806d8c6e002edef18747d5fd5c3394c07ee6e25ffb0731670e7932bf9e36c3a1ba38b59cbf2fe
+Size (go-raymond-2.0.2.tar.gz) = 80323 bytes


Home | Main Index | Thread Index | Old Index