pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/go-gohtml Add go-gohtml package



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d87d0e387cdf
branches:  trunk
changeset: 366661:d87d0e387cdf
user:      gavan <gavan%pkgsrc.org@localhost>
date:      Thu Aug 17 01:49:08 2017 +0000

description:
Add go-gohtml package

diffstat:

 www/go-gohtml/DESCR         |   1 +
 www/go-gohtml/Makefile      |  21 +++++++++++++++++++++
 www/go-gohtml/PLIST         |  23 +++++++++++++++++++++++
 www/go-gohtml/buildlink3.mk |  18 ++++++++++++++++++
 www/go-gohtml/distinfo      |   6 ++++++
 5 files changed, 69 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 3964ea702eba -r d87d0e387cdf www/go-gohtml/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-gohtml/DESCR       Thu Aug 17 01:49:08 2017 +0000
@@ -0,0 +1,1 @@
+GoHTML is an HTML formatter for Go. You can format HTML source codes by using this package.
diff -r 3964ea702eba -r d87d0e387cdf www/go-gohtml/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-gohtml/Makefile    Thu Aug 17 01:49:08 2017 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/08/17 01:49:08 gavan Exp $
+
+DISTNAME=      gohtml-0.0.20150923
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=yosssi/}
+CATEGORIES=    www
+GITHUB_TAG=    ccf383eafddde21dfe37c6191343813822b30e6b
+GITHUB_PROJECT= ${PKGBASE:S/^go-//}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/yosssi/gohtml
+COMMENT=       HTML formatter for Go
+LICENSE=       mit
+
+GO_DIST_BASE=  ${GITHUB_PROJECT}-${GITHUB_TAG}
+GO_SRCPATH=    github.com/yosssi/gohtml
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
+
diff -r 3964ea702eba -r d87d0e387cdf www/go-gohtml/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-gohtml/PLIST       Thu Aug 17 01:49:08 2017 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:49:08 gavan Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/yosssi/gohtml.a
+gopkg/src/github.com/yosssi/gohtml/LICENSE
+gopkg/src/github.com/yosssi/gohtml/README.md
+gopkg/src/github.com/yosssi/gohtml/consts.go
+gopkg/src/github.com/yosssi/gohtml/doc.go
+gopkg/src/github.com/yosssi/gohtml/element.go
+gopkg/src/github.com/yosssi/gohtml/formatter.go
+gopkg/src/github.com/yosssi/gohtml/formatter_test.go
+gopkg/src/github.com/yosssi/gohtml/html_document.go
+gopkg/src/github.com/yosssi/gohtml/html_document_test.go
+gopkg/src/github.com/yosssi/gohtml/parser.go
+gopkg/src/github.com/yosssi/gohtml/parser_test.go
+gopkg/src/github.com/yosssi/gohtml/tag_element.go
+gopkg/src/github.com/yosssi/gohtml/tag_element_test.go
+gopkg/src/github.com/yosssi/gohtml/text_element.go
+gopkg/src/github.com/yosssi/gohtml/text_element_test.go
+gopkg/src/github.com/yosssi/gohtml/utils.go
+gopkg/src/github.com/yosssi/gohtml/utils_test.go
+gopkg/src/github.com/yosssi/gohtml/wercker.yml
+gopkg/src/github.com/yosssi/gohtml/writer.go
+gopkg/src/github.com/yosssi/gohtml/writer_test.go
+@pkgdir bin
diff -r 3964ea702eba -r d87d0e387cdf www/go-gohtml/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-gohtml/buildlink3.mk       Thu Aug 17 01:49:08 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/08/17 01:49:08 gavan Exp $
+
+BUILDLINK_TREE+=       go-gohtml
+
+.if !defined(GO_GOHTML_BUILDLINK3_MK)
+GO_GOHTML_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-gohtml=   ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-gohtml?=                build
+
+BUILDLINK_API_DEPENDS.go-gohtml+=      go-gohtml>=0.0
+BUILDLINK_PKGSRCDIR.go-gohtml?=                ../../www/go-gohtml
+
+.include "../../net/go-net/buildlink3.mk"
+.endif  # GO_GOHTML_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-gohtml
+
diff -r 3964ea702eba -r d87d0e387cdf www/go-gohtml/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/go-gohtml/distinfo    Thu Aug 17 01:49:08 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/17 01:49:08 gavan Exp $
+
+SHA1 (gohtml-0.0.20150923-ccf383eafddde21dfe37c6191343813822b30e6b.tar.gz) = 7597db55d13b595c7c33ffee25e185df99d7c0f8
+RMD160 (gohtml-0.0.20150923-ccf383eafddde21dfe37c6191343813822b30e6b.tar.gz) = 2f03a1030ecbbf0e24b6ea046610bece714e3e17
+SHA512 (gohtml-0.0.20150923-ccf383eafddde21dfe37c6191343813822b30e6b.tar.gz) = 
1dc7ee6e8e451855bef567e31a8c6bc11d8da40b4093900a74270c4109aa68f1ea70db2d443d173e72e15e3926826c81bda3e09f6c9f851aa9bf57626f42ae4d
+Size (gohtml-0.0.20150923-ccf383eafddde21dfe37c6191343813822b30e6b.tar.gz) = 5762 bytes



Home | Main Index | Thread Index | Old Index