pkgsrc-WIP-changes archive

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

go-rice: move build to go-module.mk



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Sun Jun 20 21:01:59 2021 +0200
Changeset:	c37056317d0e5361bf758e5f045de72613a39d98

Modified Files:
	go-rice/Makefile
	go-rice/PLIST
	go-rice/distinfo
Added Files:
	go-rice/go-modules.mk

Log Message:
go-rice: move build to go-module.mk

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

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

diffstat:
 go-rice/Makefile      | 19 +++++----------
 go-rice/PLIST         | 37 -----------------------------
 go-rice/distinfo      | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++
 go-rice/go-modules.mk | 18 +++++++++++++++
 4 files changed, 88 insertions(+), 50 deletions(-)

diffs:
diff --git a/go-rice/Makefile b/go-rice/Makefile
index 41cb339e74..d19f9ba8ba 100644
--- a/go-rice/Makefile
+++ b/go-rice/Makefile
@@ -2,26 +2,19 @@
 
 DISTNAME=	go-rice-1.0.2
 GITHUB_PROJECT=	go.rice
-PKGREVISION=	2
+PKGREVISION=	3
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=GeertJohan/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
 HOMEPAGE=	https://github.com/GeertJohan/go.rice/
-COMMENT=	Working with resources such as html,js,css,images,templates
+COMMENT=	Working with resources such as html, js, css, images, templates
 LICENSE=	2-clause-bsd
 
-GO_DIST_BASE=	${GITHUB_PROJECT}-${PKGVERSION_NOREV}
-GO_SRCPATH=	github.com/GeertJohan/go.rice
+GO_BUILD_PATTERN=	./rice
 
-.include "../../devel/go-spew/buildlink3.mk"
-.include "../../wip/go-fastprinter/buildlink3.mk"
-.include "../../wip/go-fasttemplate/buildlink3.mk"
-.include "../../wip/go-flags/buildlink3.mk"
-.include "../../wip/go-incremental/buildlink3.mk"
-.include "../../wip/go-rsrc/buildlink3.mk"
-.include "../../wip/go-streamquote/buildlink3.mk"
-.include "../../wip/go-zipexe/buildlink3.mk"
-.include "../../lang/go/go-package.mk"
+.include "go-modules.mk"
+
+.include "../../lang/go/go-module.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/go-rice/PLIST b/go-rice/PLIST
index 890b2e5594..fa03c2d3b7 100644
--- a/go-rice/PLIST
+++ b/go-rice/PLIST
@@ -1,39 +1,2 @@
 @comment $NetBSD$
-bin/example
 bin/rice
-gopkg/pkg/${GO_PLATFORM}/github.com/GeertJohan/go.rice.a
-gopkg/pkg/${GO_PLATFORM}/github.com/GeertJohan/go.rice/embedded.a
-gopkg/src/github.com/GeertJohan/go.rice/AUTHORS
-gopkg/src/github.com/GeertJohan/go.rice/LICENSE
-gopkg/src/github.com/GeertJohan/go.rice/README.md
-gopkg/src/github.com/GeertJohan/go.rice/appended.go
-gopkg/src/github.com/GeertJohan/go.rice/box.go
-gopkg/src/github.com/GeertJohan/go.rice/config.go
-gopkg/src/github.com/GeertJohan/go.rice/config_test.go
-gopkg/src/github.com/GeertJohan/go.rice/debug.go
-gopkg/src/github.com/GeertJohan/go.rice/embedded.go
-gopkg/src/github.com/GeertJohan/go.rice/embedded/embedded.go
-gopkg/src/github.com/GeertJohan/go.rice/example/example-files/file.txt
-gopkg/src/github.com/GeertJohan/go.rice/example/example-files/img/doge.jpg
-gopkg/src/github.com/GeertJohan/go.rice/example/example-templates/message.tmpl
-gopkg/src/github.com/GeertJohan/go.rice/example/example.go
-gopkg/src/github.com/GeertJohan/go.rice/file.go
-gopkg/src/github.com/GeertJohan/go.rice/go.mod
-gopkg/src/github.com/GeertJohan/go.rice/go.sum
-gopkg/src/github.com/GeertJohan/go.rice/http.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/append.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/clean.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/embed-go.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/embed-go_test.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/find.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/find_test.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/flags.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/helpers_test.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/identifier.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/main.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/templates.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/util.go
-gopkg/src/github.com/GeertJohan/go.rice/rice/writecoff.go
-gopkg/src/github.com/GeertJohan/go.rice/sort.go
-gopkg/src/github.com/GeertJohan/go.rice/virtual.go
-gopkg/src/github.com/GeertJohan/go.rice/walk.go
diff --git a/go-rice/distinfo b/go-rice/distinfo
index 46f9a3552c..aff3da5a9f 100644
--- a/go-rice/distinfo
+++ b/go-rice/distinfo
@@ -1,5 +1,69 @@
 $NetBSD$
 
+SHA1 (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = a1f0d7448fc109127c7b4ac7930b7a698f570501
+RMD160 (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = a02a2505a9574b812c77ff63c626b251f3a09e8a
+SHA512 (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = e46209635777bfc42c4399ff0eef13320a9b5d7a23dbe26f79da44a462b14941a949d812c586c023e3b4e617e741612ada3db8da7ae4e70ab242b8ffc123e880
+Size (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = 53 bytes
+SHA1 (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = c43ec000f70bba148e093201bec8c21653a089ad
+RMD160 (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 81b3fc16c6695a5ec53a2e69b7f967dc6984d24d
+SHA512 (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 434edd6b40c635fa800ce450dfdfb5316ea013243cd5747af7dedbbb13cd3a0f3eafa9756454d952111d264928e8c905f0284b0f2ea68ee0624b8df263089a24
+Size (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 14754 bytes
+SHA1 (github.com_akavel_rsrc_@v_v0.8.0.mod) = ee3198d7724ff4923bb77d84c6a1deb6c8b22ab3
+RMD160 (github.com_akavel_rsrc_@v_v0.8.0.mod) = eccb1b1f5e25c79d7f82e08ec1afa1da02ad6dc3
+SHA512 (github.com_akavel_rsrc_@v_v0.8.0.mod) = 4d33264b51c07e85a857699f5dc7b1b8a45cf1a330d8bc333525cd22513c4aaa9ddb44530e2f3e47192b21c72ddbffe465c31672a4bb441b863d90020a631a4e
+Size (github.com_akavel_rsrc_@v_v0.8.0.mod) = 39 bytes
+SHA1 (github.com_akavel_rsrc_@v_v0.8.0.zip) = ee4d857e7dba7019e8f2d916bc6c962cc777050d
+RMD160 (github.com_akavel_rsrc_@v_v0.8.0.zip) = f10bd64ab1786757dc8cedc4c4a60411e270a578
+SHA512 (github.com_akavel_rsrc_@v_v0.8.0.zip) = 4b7371bb63b8b32da05ff5c5c2aa6e584f9c406164177b5ccad8165b8f3a4972683a4c0756bdb591d28f6b61f22784a391f443503fc3d8e108f92b8c4b6ce0be
+Size (github.com_akavel_rsrc_@v_v0.8.0.zip) = 15095 bytes
+SHA1 (github.com_daaku_go.zipexe_@v_v1.0.0.mod) = e5184172b555233e34eebfddec494dfb0ce6456c
+RMD160 (github.com_daaku_go.zipexe_@v_v1.0.0.mod) = c99359072bc768ea45a7b291a689db0e55405ecf
+SHA512 (github.com_daaku_go.zipexe_@v_v1.0.0.mod) = 55103bdbd54979e045985ac6176821e9eb480611acc20f430311cc02944dc8a303468536651a54cbe653117890a3e4c6ad48b02e638abe96cc8df7b4df7fcdd9
+Size (github.com_daaku_go.zipexe_@v_v1.0.0.mod) = 43 bytes
+SHA1 (github.com_daaku_go.zipexe_@v_v1.0.0.zip) = b87aa67f75a25b1aa11b6055f1cdd1c084dc82b0
+RMD160 (github.com_daaku_go.zipexe_@v_v1.0.0.zip) = 30ecc14b9e328d0374aeeac99ba10ef1eedd8eab
+SHA512 (github.com_daaku_go.zipexe_@v_v1.0.0.zip) = cfaca8d3db40e499e9e86bc00477263f2bc9d3956de17fb0d34ef8cc19b72461b8df3ea526f2962936dd33b88be7dcce1d3c1cc27b62ca4e8d6bcf482bed7427
+Size (github.com_daaku_go.zipexe_@v_v1.0.0.zip) = 2549 bytes
+SHA1 (github.com_davecgh_go-spew_@v_v1.1.1.mod) = e2f2fc8c6f77544b39a9fdf884ecf34c6c0d9760
+RMD160 (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 4852c7da0ba90c40c926de5b2fb9b55666a6d698
+SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
+Size (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 34 bytes
+SHA1 (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 0f9760bda0c6ccacac5e57f62d0f5ad9c7dab03f
+RMD160 (github.com_davecgh_go-spew_@v_v1.1.1.zip) = d9d3f6ce5853fcf7c112c8dc5d1fd49f99166846
+SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 7b4e4df2fea731e23e05437f26f24e32b2e99028d685b72e3a726c1cb616ada4a77ca4fb9db4a6fae48178cc5172e724b74499bc776d63a9110cb97377d5edeb
+Size (github.com_davecgh_go-spew_@v_v1.1.1.zip) = 60320 bytes
+SHA1 (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = 55c8ab3156f59be12a32b9b1f8e902cc6cf79c71
+RMD160 (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = b6fd97a046304a7c3d34dc9ae24f48f9a64eb3b5
+SHA512 (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = 5db9838fe6a00be9849cb79ad148813a573b652d6f6cf220c55b68bd23636016e6bddd6733f6b29d63e5f02d2750a86c2dcea6b964ceb87d4048d5c5f3cc989b
+Size (github.com_jessevdk_go-flags_@v_v1.4.0.mod) = 36 bytes
+SHA1 (github.com_jessevdk_go-flags_@v_v1.4.0.zip) = 7e50a4e58e04f6bcc84a7e685f1705cc74e85657
+RMD160 (github.com_jessevdk_go-flags_@v_v1.4.0.zip) = ac0f022843750a92dc47b3a16cfead17f8f23750
+SHA512 (github.com_jessevdk_go-flags_@v_v1.4.0.zip) = a66fd5693b4a57cbb994d48bbde37ad226f57bb73a0bad7da5e5763af5826795bc282d2fb23e60565286223050d4f2c2a5cab9bf7ef646cb571f4d844dfc2749
+Size (github.com_jessevdk_go-flags_@v_v1.4.0.zip) = 73484 bytes
+SHA1 (github.com_nkovacs_streamquote_@v_v1.0.0.mod) = 71a8eff6ad2ad845f81aae5846fac597c37e4ca1
+RMD160 (github.com_nkovacs_streamquote_@v_v1.0.0.mod) = 31303446c35b268b98225d33a2aa195fc4558597
+SHA512 (github.com_nkovacs_streamquote_@v_v1.0.0.mod) = f86ee1b8926637b769cbe9bf0c990205fcedd05184d1b28781b56e92f3957f1f154eeaf89b7363b4f4196d28b789dacd3e927746d71a2adcce239ec5ce7432ad
+Size (github.com_nkovacs_streamquote_@v_v1.0.0.mod) = 47 bytes
+SHA1 (github.com_nkovacs_streamquote_@v_v1.0.0.zip) = 64df6d36f3109017c1d237c21df8233e751af722
+RMD160 (github.com_nkovacs_streamquote_@v_v1.0.0.zip) = 2e3846c697639a862b1d4a4cd1419ce6f8183dd4
+SHA512 (github.com_nkovacs_streamquote_@v_v1.0.0.zip) = 959ccf573b00f247b63931549b3494fcd04e73d3c7aa86460e9a1a2fc8cff9c6775e3a044bddcf1b3372dba605d06dbd6c6a65b4eca0921ecabb83690b1f9286
+Size (github.com_nkovacs_streamquote_@v_v1.0.0.zip) = 5016 bytes
+SHA1 (github.com_valyala_bytebufferpool_@v_v1.0.0.mod) = 631cfa3ebd58146e35898129d783df359a9904f4
+RMD160 (github.com_valyala_bytebufferpool_@v_v1.0.0.mod) = 775f071f259c51eab8a082120440751168aa2718
+SHA512 (github.com_valyala_bytebufferpool_@v_v1.0.0.mod) = 887a7529d78ca53e5e8822ac041705ae20c34c337b1bb94d3f6b671e4afd2dbdcce3a52aac4a42defe3da92fde14eef180bc01293040f6150c362f23408e3fa3
+Size (github.com_valyala_bytebufferpool_@v_v1.0.0.mod) = 41 bytes
+SHA1 (github.com_valyala_bytebufferpool_@v_v1.0.0.zip) = 54b150c607bea00d0b1a316704ae94e11d896ab2
+RMD160 (github.com_valyala_bytebufferpool_@v_v1.0.0.zip) = 2efd37df5baa71b04fa2518da2ceefe579da165c
+SHA512 (github.com_valyala_bytebufferpool_@v_v1.0.0.zip) = 57e0273e7abf184636ab99f9c14633ed37b24d04bfa7d62e67988712874206c6c1af2432980a8dcbcb214e037627a66afbaaf573b8d3a127b11ee5e95301da7e
+Size (github.com_valyala_bytebufferpool_@v_v1.0.0.zip) = 7534 bytes
+SHA1 (github.com_valyala_fasttemplate_@v_v1.0.1.mod) = 161221750af50243cd2aeae157260015d4feed7e
+RMD160 (github.com_valyala_fasttemplate_@v_v1.0.1.mod) = bec27d6befdb2d8562b2d3b8bd0ed7d8162cd8f0
+SHA512 (github.com_valyala_fasttemplate_@v_v1.0.1.mod) = 02820d9107d43b1d41e74fb2281edb421bd95f852ae1062536d3f2ad9d6e97e2154b90a831f4618a0f83f9c4a828c176759132c0565a7a4d99dfe3b76e5f6d10
+Size (github.com_valyala_fasttemplate_@v_v1.0.1.mod) = 89 bytes
+SHA1 (github.com_valyala_fasttemplate_@v_v1.0.1.zip) = 01a42a547cd814c5e8db67ca6db33b60e7765738
+RMD160 (github.com_valyala_fasttemplate_@v_v1.0.1.zip) = a49b6f03fc4026af487ed5fa068db23619aad4bf
+SHA512 (github.com_valyala_fasttemplate_@v_v1.0.1.zip) = e5bd007f40a7f3fd77260100079aa6d9b620a002b67bd37471650bdaab8f64b754dd7181ade80b6de822163f8fde5cf877f02d32dd3365aeeb88700a2c6740ed
+Size (github.com_valyala_fasttemplate_@v_v1.0.1.zip) = 10068 bytes
 SHA1 (go-rice-1.0.2.tar.gz) = 6dc4978519a6390d5c241b93285c03d41e43e558
 RMD160 (go-rice-1.0.2.tar.gz) = d5f352ff671fbcf65450df13345dd1b6cc28ae38
 SHA512 (go-rice-1.0.2.tar.gz) = 5043148405704ec666111379e5591c4344dccd33bd3a61f94a60802b26b1f71ac191b772b277faef2bf5a51a24b6c54cd6c2845fa2a0139007c1940c9eb22c8c
diff --git a/go-rice/go-modules.mk b/go-rice/go-modules.mk
new file mode 100644
index 0000000000..6b12bc5898
--- /dev/null
+++ b/go-rice/go-modules.mk
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+GO_MODULE_FILES+=	github.com/!geert!johan/go.incremental/@v/v1.0.0.mod
+GO_MODULE_FILES+=	github.com/!geert!johan/go.incremental/@v/v1.0.0.zip
+GO_MODULE_FILES+=	github.com/akavel/rsrc/@v/v0.8.0.mod
+GO_MODULE_FILES+=	github.com/akavel/rsrc/@v/v0.8.0.zip
+GO_MODULE_FILES+=	github.com/daaku/go.zipexe/@v/v1.0.0.mod
+GO_MODULE_FILES+=	github.com/daaku/go.zipexe/@v/v1.0.0.zip
+GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v1.1.1.mod
+GO_MODULE_FILES+=	github.com/davecgh/go-spew/@v/v1.1.1.zip
+GO_MODULE_FILES+=	github.com/jessevdk/go-flags/@v/v1.4.0.mod
+GO_MODULE_FILES+=	github.com/jessevdk/go-flags/@v/v1.4.0.zip
+GO_MODULE_FILES+=	github.com/nkovacs/streamquote/@v/v1.0.0.mod
+GO_MODULE_FILES+=	github.com/nkovacs/streamquote/@v/v1.0.0.zip
+GO_MODULE_FILES+=	github.com/valyala/bytebufferpool/@v/v1.0.0.mod
+GO_MODULE_FILES+=	github.com/valyala/bytebufferpool/@v/v1.0.0.zip
+GO_MODULE_FILES+=	github.com/valyala/fasttemplate/@v/v1.0.1.mod
+GO_MODULE_FILES+=	github.com/valyala/fasttemplate/@v/v1.0.1.zip


Home | Main Index | Thread Index | Old Index