pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/go-gohtml



Module Name:    pkgsrc
Committed By:   gavan
Date:           Thu Aug 17 01:49:08 UTC 2017

Added Files:
        pkgsrc/www/go-gohtml: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
Add go-gohtml package


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/go-gohtml/DESCR \
    pkgsrc/www/go-gohtml/Makefile pkgsrc/www/go-gohtml/PLIST \
    pkgsrc/www/go-gohtml/buildlink3.mk pkgsrc/www/go-gohtml/distinfo

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

Added files:

Index: pkgsrc/www/go-gohtml/DESCR
diff -u /dev/null pkgsrc/www/go-gohtml/DESCR:1.1
--- /dev/null   Thu Aug 17 01:49:08 2017
+++ pkgsrc/www/go-gohtml/DESCR  Thu Aug 17 01:49:08 2017
@@ -0,0 +1 @@
+GoHTML is an HTML formatter for Go. You can format HTML source codes by using this package.
Index: pkgsrc/www/go-gohtml/Makefile
diff -u /dev/null pkgsrc/www/go-gohtml/Makefile:1.1
--- /dev/null   Thu Aug 17 01:49:08 2017
+++ pkgsrc/www/go-gohtml/Makefile       Thu Aug 17 01:49:08 2017
@@ -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"
+
Index: pkgsrc/www/go-gohtml/PLIST
diff -u /dev/null pkgsrc/www/go-gohtml/PLIST:1.1
--- /dev/null   Thu Aug 17 01:49:08 2017
+++ pkgsrc/www/go-gohtml/PLIST  Thu Aug 17 01:49:08 2017
@@ -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
Index: pkgsrc/www/go-gohtml/buildlink3.mk
diff -u /dev/null pkgsrc/www/go-gohtml/buildlink3.mk:1.1
--- /dev/null   Thu Aug 17 01:49:08 2017
+++ pkgsrc/www/go-gohtml/buildlink3.mk  Thu Aug 17 01:49:08 2017
@@ -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
+
Index: pkgsrc/www/go-gohtml/distinfo
diff -u /dev/null pkgsrc/www/go-gohtml/distinfo:1.1
--- /dev/null   Thu Aug 17 01:49:08 2017
+++ pkgsrc/www/go-gohtml/distinfo       Thu Aug 17 01:49:08 2017
@@ -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