summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-08-27 07:17:29 +0000
committernia <nia@pkgsrc.org>2021-08-27 07:17:29 +0000
commitc3c1feeb38cb197d4032311712a5c29c3561645e (patch)
treeae7c67ec2f4ff27ee258d406b3d34cc268083738
parente1a4c04c6eb7ce9578695f1256ee979a3a81a7fd (diff)
downloadpkgsrc-c3c1feeb38cb197d4032311712a5c29c3561645e.tar.gz
go-blackfriday: Remove, deprecated go-package, no users in pkgsrc
-rw-r--r--devel/Makefile3
-rw-r--r--devel/go-blackfriday/DESCR9
-rw-r--r--devel/go-blackfriday/Makefile21
-rw-r--r--devel/go-blackfriday/PLIST62
-rw-r--r--devel/go-blackfriday/buildlink3.mk17
-rw-r--r--devel/go-blackfriday/distinfo6
6 files changed, 1 insertions, 117 deletions
diff --git a/devel/Makefile b/devel/Makefile
index bafe94e643b..0e945addd34 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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-examples
SUBDIR+= gnustep-make
SUBDIR+= gnustep-objc
SUBDIR+= gnustep-objc-lf2
-SUBDIR+= go-blackfriday
SUBDIR+= go-check
SUBDIR+= go-ed25519
SUBDIR+= go-flags-svent
diff --git a/devel/go-blackfriday/DESCR b/devel/go-blackfriday/DESCR
deleted file mode 100644
index 7967128529e..00000000000
--- a/devel/go-blackfriday/DESCR
+++ /dev/null
@@ -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 --git a/devel/go-blackfriday/Makefile b/devel/go-blackfriday/Makefile
deleted file mode 100644
index 72b1371cfe7..00000000000
--- a/devel/go-blackfriday/Makefile
+++ /dev/null
@@ -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
-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 --git a/devel/go-blackfriday/PLIST b/devel/go-blackfriday/PLIST
deleted file mode 100644
index eee88b12615..00000000000
--- a/devel/go-blackfriday/PLIST
+++ /dev/null
@@ -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 --git a/devel/go-blackfriday/buildlink3.mk b/devel/go-blackfriday/buildlink3.mk
deleted file mode 100644
index c7637b253c6..00000000000
--- a/devel/go-blackfriday/buildlink3.mk
+++ /dev/null
@@ -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 --git a/devel/go-blackfriday/distinfo b/devel/go-blackfriday/distinfo
deleted file mode 100644
index 7e73cb7f403..00000000000
--- a/devel/go-blackfriday/distinfo
+++ /dev/null
@@ -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