pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/go-blackfriday



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

Added Files:
        pkgsrc/devel/go-blackfriday: DESCR Makefile PLIST buildlink3.mk
            distinfo

Log Message:
Add go-blackfriday package


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

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

Added files:

Index: pkgsrc/devel/go-blackfriday/DESCR
diff -u /dev/null pkgsrc/devel/go-blackfriday/DESCR:1.1
--- /dev/null   Thu Aug 17 01:17:16 2017
+++ pkgsrc/devel/go-blackfriday/DESCR   Thu Aug 17 01:17:16 2017
@@ -0,0 +1,5 @@
+Blackfriday is a Markdown processor implemented in Go. It is paranoid about its input (so you can safely feed it user-supplied data), it is fast, it supports common extensions (tables, smart 
punctuation substitutions, etc.), and it is safe for all utf-8 (unicode) input.
+
+HTML output is currently supported, along with Smartypants extensions. An experimental LaTeX output engine is also included.
+
+It started as a translation from C of Sundown.
Index: pkgsrc/devel/go-blackfriday/Makefile
diff -u /dev/null pkgsrc/devel/go-blackfriday/Makefile:1.1
--- /dev/null   Thu Aug 17 01:17:16 2017
+++ pkgsrc/devel/go-blackfriday/Makefile        Thu Aug 17 01:17:16 2017
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/08/17 01:17:16 gavan Exp $
+
+DISTNAME=      blackfriday-1.4
+PKGNAME=       go-${DISTNAME}
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=russross/}
+CATEGORIES=    devel
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+GITHUB_PROJECT= ${PKGBASE:S/^go-//}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/russross/blackfriday
+COMMENT=       Blackfriday: a markdown processor for Go
+LICENSE=       2-clause-bsd
+
+GO_DIST_BASE=  ${DISTNAME}
+GO_SRCPATH=    github.com/russross/blackfriday
+
+.include "../../devel/go-sanitized_anchor_name/buildlink3.mk"
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
+
Index: pkgsrc/devel/go-blackfriday/PLIST
diff -u /dev/null pkgsrc/devel/go-blackfriday/PLIST:1.1
--- /dev/null   Thu Aug 17 01:17:16 2017
+++ pkgsrc/devel/go-blackfriday/PLIST   Thu Aug 17 01:17:16 2017
@@ -0,0 +1,60 @@
+@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:17:16 gavan Exp $
+gopkg/pkg/${GO_PLATFORM}/github.com/russross/blackfriday.a
+gopkg/src/github.com/russross/blackfriday/LICENSE.txt
+gopkg/src/github.com/russross/blackfriday/README.md
+gopkg/src/github.com/russross/blackfriday/block.go
+gopkg/src/github.com/russross/blackfriday/block_test.go
+gopkg/src/github.com/russross/blackfriday/html.go
+gopkg/src/github.com/russross/blackfriday/inline.go
+gopkg/src/github.com/russross/blackfriday/inline_test.go
+gopkg/src/github.com/russross/blackfriday/latex.go
+gopkg/src/github.com/russross/blackfriday/markdown.go
+gopkg/src/github.com/russross/blackfriday/ref_test.go
+gopkg/src/github.com/russross/blackfriday/smartypants.go
+gopkg/src/github.com/russross/blackfriday/testdata/Amps and angle encoding.html
+gopkg/src/github.com/russross/blackfriday/testdata/Amps and angle encoding.text
+gopkg/src/github.com/russross/blackfriday/testdata/Auto links.html
+gopkg/src/github.com/russross/blackfriday/testdata/Auto links.text
+gopkg/src/github.com/russross/blackfriday/testdata/Backslash escapes.html
+gopkg/src/github.com/russross/blackfriday/testdata/Backslash escapes.text
+gopkg/src/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.html
+gopkg/src/github.com/russross/blackfriday/testdata/Blockquotes with code blocks.text
+gopkg/src/github.com/russross/blackfriday/testdata/Code Blocks.html
+gopkg/src/github.com/russross/blackfriday/testdata/Code Blocks.text
+gopkg/src/github.com/russross/blackfriday/testdata/Code Spans.html
+gopkg/src/github.com/russross/blackfriday/testdata/Code Spans.text
+gopkg/src/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines no empty line before block.html
+gopkg/src/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines no empty line before block.text
+gopkg/src/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines.html
+gopkg/src/github.com/russross/blackfriday/testdata/Hard-wrapped paragraphs with list-like lines.text
+gopkg/src/github.com/russross/blackfriday/testdata/Horizontal rules.html
+gopkg/src/github.com/russross/blackfriday/testdata/Horizontal rules.text
+gopkg/src/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).html
+gopkg/src/github.com/russross/blackfriday/testdata/Inline HTML (Advanced).text
+gopkg/src/github.com/russross/blackfriday/testdata/Inline HTML (Simple).html
+gopkg/src/github.com/russross/blackfriday/testdata/Inline HTML (Simple).text
+gopkg/src/github.com/russross/blackfriday/testdata/Inline HTML comments.html
+gopkg/src/github.com/russross/blackfriday/testdata/Inline HTML comments.text
+gopkg/src/github.com/russross/blackfriday/testdata/Links, inline style.html
+gopkg/src/github.com/russross/blackfriday/testdata/Links, inline style.text
+gopkg/src/github.com/russross/blackfriday/testdata/Links, reference style.html
+gopkg/src/github.com/russross/blackfriday/testdata/Links, reference style.text
+gopkg/src/github.com/russross/blackfriday/testdata/Links, shortcut references.html
+gopkg/src/github.com/russross/blackfriday/testdata/Links, shortcut references.text
+gopkg/src/github.com/russross/blackfriday/testdata/Literal quotes in titles.html
+gopkg/src/github.com/russross/blackfriday/testdata/Literal quotes in titles.text
+gopkg/src/github.com/russross/blackfriday/testdata/Markdown Documentation - Basics.html
+gopkg/src/github.com/russross/blackfriday/testdata/Markdown Documentation - Basics.text
+gopkg/src/github.com/russross/blackfriday/testdata/Markdown Documentation - Syntax.html
+gopkg/src/github.com/russross/blackfriday/testdata/Markdown Documentation - Syntax.text
+gopkg/src/github.com/russross/blackfriday/testdata/Nested blockquotes.html
+gopkg/src/github.com/russross/blackfriday/testdata/Nested blockquotes.text
+gopkg/src/github.com/russross/blackfriday/testdata/Ordered and unordered lists.html
+gopkg/src/github.com/russross/blackfriday/testdata/Ordered and unordered lists.text
+gopkg/src/github.com/russross/blackfriday/testdata/Strong and em together.html
+gopkg/src/github.com/russross/blackfriday/testdata/Strong and em together.text
+gopkg/src/github.com/russross/blackfriday/testdata/Tabs.html
+gopkg/src/github.com/russross/blackfriday/testdata/Tabs.text
+gopkg/src/github.com/russross/blackfriday/testdata/Tidyness.html
+gopkg/src/github.com/russross/blackfriday/testdata/Tidyness.text
+@pkgdir bin
Index: pkgsrc/devel/go-blackfriday/buildlink3.mk
diff -u /dev/null pkgsrc/devel/go-blackfriday/buildlink3.mk:1.1
--- /dev/null   Thu Aug 17 01:17:16 2017
+++ pkgsrc/devel/go-blackfriday/buildlink3.mk   Thu Aug 17 01:17:16 2017
@@ -0,0 +1,18 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/08/17 01:17:16 gavan Exp $
+
+BUILDLINK_TREE+=       go-blackfriday
+
+.if !defined(GO_BLACKFRIDAY_BUILDLINK3_MK)
+GO_BLACKFRIDAY_BUILDLINK3_MK:=
+
+BUILDLINK_CONTENTS_FILTER.go-blackfriday=      ${EGREP} gopkg/
+BUILDLINK_DEPMETHOD.go-blackfriday?=           build
+
+BUILDLINK_API_DEPENDS.go-blackfriday+=         go-blackfriday>=1.4
+BUILDLINK_PKGSRCDIR.go-blackfriday?=           ../../devel/go-blackfriday
+
+.include "../../devel/go-sanitized_anchor_name/buildlink3.mk"
+.endif  # GO_BLACKFRIDAY_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -go-blackfriday
+
Index: pkgsrc/devel/go-blackfriday/distinfo
diff -u /dev/null pkgsrc/devel/go-blackfriday/distinfo:1.1
--- /dev/null   Thu Aug 17 01:17:16 2017
+++ pkgsrc/devel/go-blackfriday/distinfo        Thu Aug 17 01:17:16 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/08/17 01:17:16 gavan Exp $
+
+SHA1 (blackfriday-1.4.tar.gz) = b12fb0b8a25b5f05188db7d85dce3bdb9ae369e9
+RMD160 (blackfriday-1.4.tar.gz) = 49585d2d6269eac455488c4e8dda6129d0308d8d
+SHA512 (blackfriday-1.4.tar.gz) = 595b0c2cef166bbebdae39bbda3987409ff3c849a3eb0de73cfeff1b9afd64b4febfaa5ed3f7ef4b8020bbecbf5dfb479e7034249c58651429b3e7e5fb5107be
+Size (blackfriday-1.4.tar.gz) = 69438 bytes



Home | Main Index | Thread Index | Old Index