summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-08-31 09:09:51 +0000
committernia <nia@pkgsrc.org>2021-08-31 09:09:51 +0000
commitf88d005a48f5eea6f157c77964978106fe16e71e (patch)
tree767081c318c45e46924a0f1f87167fb1f90df8b8 /textproc
parent4c0673adf64ffcdcc4243065e85ffe25e0e86715 (diff)
downloadpkgsrc-f88d005a48f5eea6f157c77964978106fe16e71e.tar.gz
go-diff: remove, deprecated go-package, unused in pkgsrc
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/go-diff/DESCR6
-rw-r--r--textproc/go-diff/Makefile20
-rw-r--r--textproc/go-diff/PLIST22
-rw-r--r--textproc/go-diff/buildlink3.mk15
-rw-r--r--textproc/go-diff/distinfo6
6 files changed, 1 insertions, 71 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index b4b86096d65..01ac03c8c3b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1247 2021/08/30 14:56:31 taca Exp $
+# $NetBSD: Makefile,v 1.1248 2021/08/31 09:09:51 nia Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -233,7 +233,6 @@ SUBDIR+= git-delta
SUBDIR+= glimpse
SUBDIR+= gnome-dictionary
SUBDIR+= gnome-doc-utils
-SUBDIR+= go-diff
SUBDIR+= go-kr-text
SUBDIR+= go-md2man
SUBDIR+= go-mmark
diff --git a/textproc/go-diff/DESCR b/textproc/go-diff/DESCR
deleted file mode 100644
index 05109d3fe41..00000000000
--- a/textproc/go-diff/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-go-diff offers algorithms to perform operations required for synchronizing
-plain text:
-
- Compare two texts and return their differences.
- Perform fuzzy matching of text.
- Apply patches onto text.
diff --git a/textproc/go-diff/Makefile b/textproc/go-diff/Makefile
deleted file mode 100644
index 37d00cf610e..00000000000
--- a/textproc/go-diff/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2021/08/11 19:35:06 bsiegert Exp $
-
-DISTNAME= go-diff-1.0.0
-PKGNAME= go-${DISTNAME}
-PKGREVISION= 27
-MASTER_SITES= ${MASTER_SITE_GITHUB:=sergi/}
-CATEGORIES= textproc
-GITHUB_PROJECT= go-diff
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://github.com/sergi/go-diff
-COMMENT= Diff, match and patch text in Go
-LICENSE= apache-2.0
-
-GO_DIST_BASE= ${DISTNAME}
-GO_SRCPATH= github.com/sergi/go-diff
-
-.include "../../lang/go/go-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/go-diff/PLIST b/textproc/go-diff/PLIST
deleted file mode 100644
index e7c884205dc..00000000000
--- a/textproc/go-diff/PLIST
+++ /dev/null
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2018/11/18 08:24:23 ryoon Exp $
-gopkg/pkg/${GO_PLATFORM}/github.com/sergi/go-diff/diffmatchpatch.a
-gopkg/src/github.com/sergi/go-diff/APACHE-LICENSE-2.0
-gopkg/src/github.com/sergi/go-diff/AUTHORS
-gopkg/src/github.com/sergi/go-diff/CONTRIBUTORS
-gopkg/src/github.com/sergi/go-diff/LICENSE
-gopkg/src/github.com/sergi/go-diff/Makefile
-gopkg/src/github.com/sergi/go-diff/README.md
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/benchutil_test.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/diff.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/diff_test.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/diffmatchpatch.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/match.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/match_test.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/mathutil.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/patch.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/patch_test.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/stringutil.go
-gopkg/src/github.com/sergi/go-diff/diffmatchpatch/stringutil_test.go
-gopkg/src/github.com/sergi/go-diff/scripts/lint.sh
-gopkg/src/github.com/sergi/go-diff/testdata/speedtest1.txt
-gopkg/src/github.com/sergi/go-diff/testdata/speedtest2.txt
diff --git a/textproc/go-diff/buildlink3.mk b/textproc/go-diff/buildlink3.mk
deleted file mode 100644
index f9d57e8ca04..00000000000
--- a/textproc/go-diff/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/11/18 08:24:23 ryoon Exp $
-
-BUILDLINK_TREE+= go-go-diff
-
-.if !defined(GO_GO_DIFF_BUILDLINK3_MK)
-GO_GO_DIFF_BUILDLINK3_MK:=
-
-BUILDLINK_CONTENTS_FILTER.go-go-diff= ${EGREP} gopkg/
-BUILDLINK_DEPMETHOD.go-go-diff?= build
-
-BUILDLINK_API_DEPENDS.go-go-diff+= go-go-diff>=1.0.0
-BUILDLINK_PKGSRCDIR.go-go-diff?= ../../textproc/go-diff
-.endif # GO_GO_DIFF_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -go-go-diff
diff --git a/textproc/go-diff/distinfo b/textproc/go-diff/distinfo
deleted file mode 100644
index 2f75afc65e1..00000000000
--- a/textproc/go-diff/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2018/11/18 08:24:23 ryoon Exp $
-
-SHA1 (go-diff-1.0.0.tar.gz) = 43df4e5176bb2c543924c5743585c8be0deb66f4
-RMD160 (go-diff-1.0.0.tar.gz) = b27379dcb319afbefb6fac2963401ceb4648785d
-SHA512 (go-diff-1.0.0.tar.gz) = aed012908610c75dbf7141ee5652d6b1b21ebf6e6a72ed88cbe32213ad8ca6ccdbfe1d42815eb8cbd98276acf75306aef21b729237746d30e24ac6dbc36552b0
-Size (go-diff-1.0.0.tar.gz) = 41609 bytes