pkgsrc-WIP-changes archive

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

Import go-htmlcolor-20190529 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Jan 26 00:52:46 2021 +0100
Changeset:	478e7b2307dc800100fd2f8643406dd87763afeb

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

Log Message:
Import go-htmlcolor-20190529 to wip

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

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

diffstat:
 Makefile                   |  1 +
 go-htmlcolor/DESCR         |  1 +
 go-htmlcolor/Makefile      | 21 +++++++++++++++++++++
 go-htmlcolor/PLIST         |  5 +++++
 go-htmlcolor/buildlink3.mk | 18 ++++++++++++++++++
 go-htmlcolor/distinfo      |  6 ++++++
 6 files changed, 52 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8007fb052e..962a790def 100644
--- a/Makefile
+++ b/Makefile
@@ -1232,6 +1232,7 @@ SUBDIR+=	go-govaluate
 SUBDIR+=	go-gtk2
 SUBDIR+=	go-hex
 SUBDIR+=	go-hidden
+SUBDIR+=	go-htmlcolor
 SUBDIR+=	go-httphead
 SUBDIR+=	go-httppath
 SUBDIR+=	go-httprouter
diff --git a/go-htmlcolor/DESCR b/go-htmlcolor/DESCR
new file mode 100644
index 0000000000..30987292e1
--- /dev/null
+++ b/go-htmlcolor/DESCR
@@ -0,0 +1 @@
+Html syntax highlighter for Go
diff --git a/go-htmlcolor/Makefile b/go-htmlcolor/Makefile
new file mode 100644
index 0000000000..4b99d0d912
--- /dev/null
+++ b/go-htmlcolor/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	htmlcolor-20190529
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	htmlcolor
+GITHUB_TAG=	c589f58466d094cbc1f1454770545793cd8e7552
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=x86kernel/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/x86kernel/htmlcolor
+COMMENT=	Html syntax highlighter for Go
+LICENSE=	mit
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=	github.com/x86kernel/htmlcolor
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../wip/go-color/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-htmlcolor/PLIST b/go-htmlcolor/PLIST
new file mode 100644
index 0000000000..2d3d8dff94
--- /dev/null
+++ b/go-htmlcolor/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/x86kernel/htmlcolor.a
+gopkg/src/github.com/x86kernel/htmlcolor/LICENSE.md
+gopkg/src/github.com/x86kernel/htmlcolor/README.md
+gopkg/src/github.com/x86kernel/htmlcolor/htmlcolor.go
diff --git a/go-htmlcolor/buildlink3.mk b/go-htmlcolor/buildlink3.mk
new file mode 100644
index 0000000000..f803a1288b
--- /dev/null
+++ b/go-htmlcolor/buildlink3.mk
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-htmlcolor
+
+.if !defined(GO_HTMLCOLOR_BUILDLINK3_MK)
+GO_HTMLCOLOR_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-htmlcolor=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-htmlcolor?=	build
+
+BUILDLINK_API_DEPENDS.go-htmlcolor+=	go-htmlcolor>=20190529
+BUILDLINK_PKGSRCDIR.go-htmlcolor?=	../../wip/go-htmlcolor
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../wip/go-color/buildlink3.mk"
+.endif	# GO_HTMLCOLOR_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-htmlcolor
diff --git a/go-htmlcolor/distinfo b/go-htmlcolor/distinfo
new file mode 100644
index 0000000000..407e80e0d4
--- /dev/null
+++ b/go-htmlcolor/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (htmlcolor-20190529-c589f58466d094cbc1f1454770545793cd8e7552.tar.gz) = 2d3551d404f4648c23565d0fe98d1df98360e885
+RMD160 (htmlcolor-20190529-c589f58466d094cbc1f1454770545793cd8e7552.tar.gz) = 89c7ddf2cf702dba3c9514661f89657959e1e9e9
+SHA512 (htmlcolor-20190529-c589f58466d094cbc1f1454770545793cd8e7552.tar.gz) = a8e38907a203d64511307c8b7c2f40b2f71c87b961b7c747c562e60e1d32b9dfa1defc306d9ff6129962797f94b7c9968f5c7ef66bac76d06df63bb0a89965ab
+Size (htmlcolor-20190529-c589f58466d094cbc1f1454770545793cd8e7552.tar.gz) = 1849 bytes


Home | Main Index | Thread Index | Old Index