pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel go-blackfriday: Remove, deprecated go-package, n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbe212ce13e6
branches:  trunk
changeset: 457484:cbe212ce13e6
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 27 07:17:29 2021 +0000

description:
go-blackfriday: Remove, deprecated go-package, no users in pkgsrc

diffstat:

 devel/Makefile                     |   3 +-
 devel/go-blackfriday/DESCR         |   9 -----
 devel/go-blackfriday/Makefile      |  21 ------------
 devel/go-blackfriday/PLIST         |  62 --------------------------------------
 devel/go-blackfriday/buildlink3.mk |  17 ----------
 devel/go-blackfriday/distinfo      |   6 ---
 6 files changed, 1 insertions(+), 117 deletions(-)

diffs (152 lines):

diff -r d8b2340bc613 -r cbe212ce13e6 devel/Makefile
--- a/devel/Makefile    Fri Aug 27 07:14:54 2021 +0000
+++ b/devel/Makefile    Fri Aug 27 07:17:29 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3487 2021/08/25 07:09:24 nia Exp $
+# $NetBSD: Makefile,v 1.3488 2021/08/27 07:17:29 nia Exp $
 #
 
 COMMENT=       Development utilities
@@ -411,7 +411,6 @@
 SUBDIR+=       gnustep-make
 SUBDIR+=       gnustep-objc
 SUBDIR+=       gnustep-objc-lf2
-SUBDIR+=       go-blackfriday
 SUBDIR+=       go-check
 SUBDIR+=       go-ed25519
 SUBDIR+=       go-flags-svent
diff -r d8b2340bc613 -r cbe212ce13e6 devel/go-blackfriday/DESCR
--- a/devel/go-blackfriday/DESCR        Fri Aug 27 07:14:54 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-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.
diff -r d8b2340bc613 -r cbe212ce13e6 devel/go-blackfriday/Makefile
--- a/devel/go-blackfriday/Makefile     Fri Aug 27 07:14:54 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.35 2021/08/11 19:35:15 bsiegert Exp $
-
-DISTNAME=      blackfriday-1.5.1
-PKGNAME=       go-${DISTNAME}
-PKGREVISION=   28
-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"
diff -r d8b2340bc613 -r cbe212ce13e6 devel/go-blackfriday/PLIST
--- a/devel/go-blackfriday/PLIST        Fri Aug 27 07:14:54 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,62 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2018/06/17 02:25:38 minskim 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/doc.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/markdown_test.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
diff -r d8b2340bc613 -r cbe212ce13e6 devel/go-blackfriday/buildlink3.mk
--- a/devel/go-blackfriday/buildlink3.mk        Fri Aug 27 07:14:54 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.2 2017/08/25 16:49:12 jperkin 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
diff -r d8b2340bc613 -r cbe212ce13e6 devel/go-blackfriday/distinfo
--- a/devel/go-blackfriday/distinfo     Fri Aug 27 07:14:54 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.2 2018/06/17 02:25:38 minskim Exp $
-
-SHA1 (blackfriday-1.5.1.tar.gz) = 3f1aa38f936f11b3dc58f1298bfa142d5cfddd9a
-RMD160 (blackfriday-1.5.1.tar.gz) = c7e53d33282bfa2e1c2bc58544880fc858967383
-SHA512 (blackfriday-1.5.1.tar.gz) = 97589691599322db93619d0dfe3c02357f2eef1b00c94f38f99fe72429cc7a2e2f39fd37cf2d6a25474b21a649932e840fbae782fe2d3f9b7856782bad3d8f19
-Size (blackfriday-1.5.1.tar.gz) = 75044 bytes



Home | Main Index | Thread Index | Old Index