pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/go-repr devel/go-repr: import go-repr-0.0.0.2018...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c8438c4840ae
branches: trunk
changeset: 325440:c8438c4840ae
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Nov 18 07:57:34 2018 +0000
description:
devel/go-repr: import go-repr-0.0.0.20180921
This package attempts to represent Go values in a form that can be
used almost directly in Go source code.
Unfortunately, some values (such as pointers to basic types) can
not be represented directly in Go. These values will be represented
as &<value>. eg. &23
diffstat:
devel/go-repr/DESCR | 6 ++++++
devel/go-repr/Makefile | 19 +++++++++++++++++++
devel/go-repr/PLIST | 6 ++++++
devel/go-repr/buildlink3.mk | 15 +++++++++++++++
devel/go-repr/distinfo | 6 ++++++
5 files changed, 52 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r 918eced054f2 -r c8438c4840ae devel/go-repr/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-repr/DESCR Sun Nov 18 07:57:34 2018 +0000
@@ -0,0 +1,6 @@
+This package attempts to represent Go values in a form that can be
+used almost directly in Go source code.
+
+Unfortunately, some values (such as pointers to basic types) can
+not be represented directly in Go. These values will be represented
+as &<value>. eg. &23
diff -r 918eced054f2 -r c8438c4840ae devel/go-repr/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-repr/Makefile Sun Nov 18 07:57:34 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/11/18 07:57:34 ryoon Exp $
+
+DISTNAME= repr-0.0.0.20180921
+PKGNAME= go-${DISTNAME}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=alecthomas/}
+CATEGORIES= devel
+GITHUB_PROJECT= repr
+GITHUB_TAG= 7ed41413b4775c49ef579a96f38890b6cd5bb39d
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/alecthomas/repr
+COMMENT= Python's repr() for Go
+LICENSE= mit
+
+GO_DIST_BASE= repr-${GITHUB_TAG}
+GO_SRCPATH= github.com/alecthomas/repr
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 918eced054f2 -r c8438c4840ae devel/go-repr/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-repr/PLIST Sun Nov 18 07:57:34 2018 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/18 07:57:34 ryoon Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/alecthomas/repr.a
+gopkg/src/github.com/alecthomas/repr/COPYING
+gopkg/src/github.com/alecthomas/repr/README.md
+gopkg/src/github.com/alecthomas/repr/repr.go
+gopkg/src/github.com/alecthomas/repr/repr_test.go
diff -r 918eced054f2 -r c8438c4840ae devel/go-repr/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-repr/buildlink3.mk Sun Nov 18 07:57:34 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 07:57:34 ryoon Exp $
+
+BUILDLINK_TREE+= go-repr
+
+.if !defined(GO_REPR_BUILDLINK3_MK)
+GO_REPR_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-repr= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-repr?= build
+
+BUILDLINK_API_DEPENDS.go-repr+= go-repr>=0.0.0.20180921
+BUILDLINK_PKGSRCDIR.go-repr?= ../../devel/go-repr
+.endif # GO_REPR_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -go-repr
diff -r 918eced054f2 -r c8438c4840ae devel/go-repr/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/go-repr/distinfo Sun Nov 18 07:57:34 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/11/18 07:57:34 ryoon Exp $
+
+SHA1 (repr-0.0.0.20180921-7ed41413b4775c49ef579a96f38890b6cd5bb39d.tar.gz) = 568ff907c8095d7ad458f4178cec0420a23fcf24
+RMD160 (repr-0.0.0.20180921-7ed41413b4775c49ef579a96f38890b6cd5bb39d.tar.gz) = 60e12f66a5ab47dcb70b8e90315dc00bc29652cf
+SHA512 (repr-0.0.0.20180921-7ed41413b4775c49ef579a96f38890b6cd5bb39d.tar.gz) =
b1c74516332d579755ab3a608a53e0a17efc5ff6e3e37c7ca1b8c2b1e300bd23f74df2265317a9ad6a922054a449c40200959adee5a471b913023b13609bbbfe
+Size (repr-0.0.0.20180921-7ed41413b4775c49ef579a96f38890b6cd5bb39d.tar.gz) = 4879 bytes
Home |
Main Index |
Thread Index |
Old Index