pkgsrc-WIP-changes archive

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

Import go-gorilla-css-20190627 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Jan 10 16:28:54 2021 +0100
Changeset:	adad5199acfb3dbb91e766dd8f3a5adb6b5ec376

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

Log Message:
Import go-gorilla-css-20190627 to wip

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

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

diffstat:
 Makefile                     |  1 +
 go-gorilla-css/DESCR         |  1 +
 go-gorilla-css/Makefile      | 19 +++++++++++++++++++
 go-gorilla-css/PLIST         |  7 +++++++
 go-gorilla-css/buildlink3.mk | 15 +++++++++++++++
 go-gorilla-css/distinfo      |  6 ++++++
 6 files changed, 49 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 72b332a85f..362b529855 100644
--- a/Makefile
+++ b/Makefile
@@ -1200,6 +1200,7 @@ SUBDIR+=	go-gomail
 SUBDIR+=	go-gopacket
 SUBDIR+=	go-goquery
 SUBDIR+=	go-goreferrer
+SUBDIR+=	go-gorilla-css
 SUBDIR+=	go-gorilla-securecookie
 SUBDIR+=	go-gtk2
 SUBDIR+=	go-httpsnoop
diff --git a/go-gorilla-css/DESCR b/go-gorilla-css/DESCR
new file mode 100644
index 0000000000..d7f3c20fbb
--- /dev/null
+++ b/go-gorilla-css/DESCR
@@ -0,0 +1 @@
+A CSS3 tokenizer.
diff --git a/go-gorilla-css/Makefile b/go-gorilla-css/Makefile
new file mode 100644
index 0000000000..d0d8001c76
--- /dev/null
+++ b/go-gorilla-css/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	gorilla-css-20190627
+PKGNAME=	go-${DISTNAME}
+GITHUB_PROJECT=	css
+GITHUB_TAG=	4940b8d7810384b58c15dbf1103a148fdf0761f2
+CATEGORIES=	www
+MASTER_SITES=	${MASTER_SITE_GITHUB:=gorilla/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/gorilla/css/
+COMMENT=	CSS3 tokenizer
+LICENSE=	2-clause-bsd
+
+GO_DIST_BASE=	${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=	github.com/gorilla/${GITHUB_PROJECT}
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-gorilla-css/PLIST b/go-gorilla-css/PLIST
new file mode 100644
index 0000000000..52ceb3f13a
--- /dev/null
+++ b/go-gorilla-css/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+gopkg/pkg/${GO_PLATFORM}/github.com/gorilla/css/scanner.a
+gopkg/src/github.com/gorilla/css/LICENSE
+gopkg/src/github.com/gorilla/css/README.md
+gopkg/src/github.com/gorilla/css/scanner/doc.go
+gopkg/src/github.com/gorilla/css/scanner/scanner.go
+gopkg/src/github.com/gorilla/css/scanner/scanner_test.go
diff --git a/go-gorilla-css/buildlink3.mk b/go-gorilla-css/buildlink3.mk
new file mode 100644
index 0000000000..cbbd4519b8
--- /dev/null
+++ b/go-gorilla-css/buildlink3.mk
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	go-gorilla-css
+
+.if !defined(GO_GORILLA_CSS_BUILDLINK3_MK)
+GO_GORILLA_CSS_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-gorilla-css=	${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-gorilla-css?=		build
+
+BUILDLINK_API_DEPENDS.go-gorilla-css+=	go-gorilla-css>=20190627
+BUILDLINK_PKGSRCDIR.go-gorilla-css?=	../../wip/go-gorilla-css
+.endif	# GO_GORILLA_CSS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-go-gorilla-css
diff --git a/go-gorilla-css/distinfo b/go-gorilla-css/distinfo
new file mode 100644
index 0000000000..75c1eb5813
--- /dev/null
+++ b/go-gorilla-css/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (gorilla-css-20190627-4940b8d7810384b58c15dbf1103a148fdf0761f2.tar.gz) = e233619631c22a0dffd8da7ee8b7fc80908165fd
+RMD160 (gorilla-css-20190627-4940b8d7810384b58c15dbf1103a148fdf0761f2.tar.gz) = f2abc172343b5fdceae6730782d8b7a305f17319
+SHA512 (gorilla-css-20190627-4940b8d7810384b58c15dbf1103a148fdf0761f2.tar.gz) = 59782575998cfb8c6ef5e94d6f1879e2e02166600880e29bc65a604f86ce5436e207b6fe85c30da764b8f52338fcd9876537450bf63ea4438ca19b1e2f6395b1
+Size (gorilla-css-20190627-4940b8d7810384b58c15dbf1103a148fdf0761f2.tar.gz) = 6911 bytes


Home | Main Index | Thread Index | Old Index