pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import go-pathree-20140121 to wip
Module Name: pkgsrc-wip
Committed By: K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Sun Jan 10 10:21:38 2021 +0100
Changeset: cfd6cc4b7660dd6ec76264a8e9255023df7271e3
Modified Files:
Makefile
Added Files:
go-pathtree/DESCR
go-pathtree/Makefile
go-pathtree/PLIST
go-pathtree/buildlink3.mk
go-pathtree/distinfo
Log Message:
Import go-pathree-20140121 to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cfd6cc4b7660dd6ec76264a8e9255023df7271e3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
go-pathtree/DESCR | 1 +
go-pathtree/Makefile | 18 ++++++++++++++++++
go-pathtree/PLIST | 5 +++++
go-pathtree/buildlink3.mk | 15 +++++++++++++++
go-pathtree/distinfo | 6 ++++++
6 files changed, 46 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index b4bee87da3..610a117daa 100644
--- a/Makefile
+++ b/Makefile
@@ -1219,6 +1219,7 @@ SUBDIR+= go-notify
SUBDIR+= go-pkcs7
SUBDIR+= go-param
SUBDIR+= go-pass
+SUBDIR+= go-pathtree
SUBDIR+= go-paths-helper
SUBDIR+= go-pcidb
SUBDIR+= go-pio
diff --git a/go-pathtree/DESCR b/go-pathtree/DESCR
new file mode 100644
index 0000000000..4c5e5f5b6a
--- /dev/null
+++ b/go-pathtree/DESCR
@@ -0,0 +1 @@
+pathtree
diff --git a/go-pathtree/Makefile b/go-pathtree/Makefile
new file mode 100644
index 0000000000..f8cc227abd
--- /dev/null
+++ b/go-pathtree/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME= pathtree-20140121
+GITHUB_PROJECT= pathtree
+GITHUB_TAG= 41257a1839e945fce74afd070e02bab2ea2c776a
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=robfig/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/robfig/pathtree/
+COMMENT= Go pathtree
+LICENSE= mit
+
+GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH= github.com/robfig/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-pathtree/PLIST b/go-pathtree/PLIST
new file mode 100644
index 0000000000..93a44592c4
--- /dev/null
+++ b/go-pathtree/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/robfig/pathtree.a
+gopkg/src/github.com/robfig/pathtree/LICENSE
+gopkg/src/github.com/robfig/pathtree/tree.go
+gopkg/src/github.com/robfig/pathtree/tree_test.go
diff --git a/go-pathtree/buildlink3.mk b/go-pathtree/buildlink3.mk
new file mode 100644
index 0000000000..a3c52cc99f
--- /dev/null
+++ b/go-pathtree/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= pathtree
+
+.if !defined(PATHTREE_BUILDLINK3_MK)
+PATHTREE_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.pathtree= ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.pathtree?= build
+
+BUILDLINK_API_DEPENDS.pathtree+= pathtree>=20140121
+BUILDLINK_PKGSRCDIR.pathtree?= ../../wip/go-pathtree
+.endif # PATHTREE_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -pathtree
diff --git a/go-pathtree/distinfo b/go-pathtree/distinfo
new file mode 100644
index 0000000000..8995c5c0e9
--- /dev/null
+++ b/go-pathtree/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pathtree-20140121-41257a1839e945fce74afd070e02bab2ea2c776a.tar.gz) = 62ddc33292ca54532238586693152d36efb86cdb
+RMD160 (pathtree-20140121-41257a1839e945fce74afd070e02bab2ea2c776a.tar.gz) = 94582bb9e19746981ba584d2c8597b24ac492c21
+SHA512 (pathtree-20140121-41257a1839e945fce74afd070e02bab2ea2c776a.tar.gz) = 0e0b8fa88651514c74c830bbec6dd9068f3a10465777e6eb1726f064e607b399991ebf9ee0cc27d6e36e47cc466c59a5dd7082476b7467240285bd2b01368bfa
+Size (pathtree-20140121-41257a1839e945fce74afd070e02bab2ea2c776a.tar.gz) = 4352 bytes
Home |
Main Index |
Thread Index |
Old Index