diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2021-06-07 09:44:53 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2021-06-07 09:44:53 +0000 |
commit | a53baed4cc411a58c1ea81a9e76317e0ccce0dae (patch) | |
tree | 4b7c697efd6b87a3d835384d8ceffce28777dcf9 | |
parent | 90d4098089cf3a318dd1b03f3fd144de732a85e2 (diff) | |
download | pkgsrc-a53baed4cc411a58c1ea81a9e76317e0ccce0dae.tar.gz |
go-prose: remove.
Nothing depends on this. Not useful on its own. This was a dependency of
hugo before hugo switched to modules.
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/go-prose/DESCR | 4 | ||||
-rw-r--r-- | textproc/go-prose/Makefile | 24 | ||||
-rw-r--r-- | textproc/go-prose/PLIST | 80 | ||||
-rw-r--r-- | textproc/go-prose/buildlink3.mk | 16 | ||||
-rw-r--r-- | textproc/go-prose/distinfo | 6 |
6 files changed, 1 insertions, 132 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 13fe7c1fa3f..85277d587e9 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1230 2021/05/31 22:31:25 wiz Exp $ +# $NetBSD: Makefile,v 1.1231 2021/06/07 09:44:53 bsiegert Exp $ # COMMENT= Text processing utilities (does not include desktop publishing) @@ -242,7 +242,6 @@ SUBDIR+= go-kr-text SUBDIR+= go-md2man SUBDIR+= go-mmark SUBDIR+= go-org -SUBDIR+= go-prose SUBDIR+= go-regexp2 SUBDIR+= go-runewidth SUBDIR+= go-sentences diff --git a/textproc/go-prose/DESCR b/textproc/go-prose/DESCR deleted file mode 100644 index d629418fd55..00000000000 --- a/textproc/go-prose/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -prose is Go library for text (primarily English at the moment) processing that -supports tokenization, part-of-speech tagging, named-entity extraction, and -more. The library's functionality is split into subpackages designed for -modular use. See the documentation for more information. diff --git a/textproc/go-prose/Makefile b/textproc/go-prose/Makefile deleted file mode 100644 index d54453c265a..00000000000 --- a/textproc/go-prose/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.33 2021/06/06 12:19:00 bsiegert Exp $ - -DISTNAME= prose-0.0.20170806 -PKGNAME= go-${DISTNAME} -PKGREVISION= 29 -MASTER_SITES= ${MASTER_SITE_GITHUB:=jdkato/} -CATEGORIES= textproc -GITHUB_TAG= a678fc7b3ceb0f38ff832c337dea083902c349b2 -GITHUB_PROJECT= ${PKGBASE:S/^go-//} - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/jdkato/prose -COMMENT= Text processing including tokenization, tagging, and extraction -LICENSE= mit - -GO_DIST_BASE= ${GITHUB_PROJECT}-${GITHUB_TAG} -GO_SRCPATH= github.com/jdkato/prose - -.include "../../math/go-stats/buildlink3.mk" -.include "../../devel/go-shuffle/buildlink3.mk" -.include "../../devel/go-cli/buildlink3.mk" -.include "../../textproc/go-sentences/buildlink3.mk" -.include "../../lang/go/go-package.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/textproc/go-prose/PLIST b/textproc/go-prose/PLIST deleted file mode 100644 index 6ea3c594d2d..00000000000 --- a/textproc/go-prose/PLIST +++ /dev/null @@ -1,80 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2017/08/17 01:56:05 gavan Exp $ -bin/prose -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose.a -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/chunk.a -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/internal/model.a -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/internal/util.a -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/summarize.a -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/tag.a -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/tokenize.a -gopkg/pkg/${GO_PLATFORM}/github.com/jdkato/prose/transform.a -gopkg/src/github.com/jdkato/prose/AUTHORS.md -gopkg/src/github.com/jdkato/prose/LICENSE -gopkg/src/github.com/jdkato/prose/Makefile -gopkg/src/github.com/jdkato/prose/README.md -gopkg/src/github.com/jdkato/prose/appveyor.yml -gopkg/src/github.com/jdkato/prose/chunk/chunk.go -gopkg/src/github.com/jdkato/prose/chunk/chunk_test.go -gopkg/src/github.com/jdkato/prose/cmd/prose/main.go -gopkg/src/github.com/jdkato/prose/doc.go -gopkg/src/github.com/jdkato/prose/internal/model/classes.gob -gopkg/src/github.com/jdkato/prose/internal/model/load.go -gopkg/src/github.com/jdkato/prose/internal/model/model.go -gopkg/src/github.com/jdkato/prose/internal/model/tags.gob -gopkg/src/github.com/jdkato/prose/internal/model/weights.gob -gopkg/src/github.com/jdkato/prose/internal/util/util.go -gopkg/src/github.com/jdkato/prose/requirements.txt -gopkg/src/github.com/jdkato/prose/scripts/cover.sh -gopkg/src/github.com/jdkato/prose/scripts/get_article.py -gopkg/src/github.com/jdkato/prose/scripts/pipe.py -gopkg/src/github.com/jdkato/prose/scripts/test_model.py -gopkg/src/github.com/jdkato/prose/scripts/treebank_words.py -gopkg/src/github.com/jdkato/prose/scripts/update_model.py -gopkg/src/github.com/jdkato/prose/scripts/word_punct.py -gopkg/src/github.com/jdkato/prose/summarize/easy.go -gopkg/src/github.com/jdkato/prose/summarize/easy_test.go -gopkg/src/github.com/jdkato/prose/summarize/readability.go -gopkg/src/github.com/jdkato/prose/summarize/readability_test.go -gopkg/src/github.com/jdkato/prose/summarize/stop.go -gopkg/src/github.com/jdkato/prose/summarize/summarize.go -gopkg/src/github.com/jdkato/prose/summarize/summarize_test.go -gopkg/src/github.com/jdkato/prose/summarize/syllables.go -gopkg/src/github.com/jdkato/prose/summarize/syllables_test.go -gopkg/src/github.com/jdkato/prose/summarize/usage.go -gopkg/src/github.com/jdkato/prose/summarize/usage_test.go -gopkg/src/github.com/jdkato/prose/tag/aptag.go -gopkg/src/github.com/jdkato/prose/tag/aptag_test.go -gopkg/src/github.com/jdkato/prose/tag/tag.go -gopkg/src/github.com/jdkato/prose/testdata/1-syllable-words.txt -gopkg/src/github.com/jdkato/prose/testdata/2-syllable-words.txt -gopkg/src/github.com/jdkato/prose/testdata/3-syllable-words.txt -gopkg/src/github.com/jdkato/prose/testdata/4-syllable-words.txt -gopkg/src/github.com/jdkato/prose/testdata/5-syllable-words.txt -gopkg/src/github.com/jdkato/prose/testdata/6-syllable-words.txt -gopkg/src/github.com/jdkato/prose/testdata/7-syllable-words.txt -gopkg/src/github.com/jdkato/prose/testdata/article.txt -gopkg/src/github.com/jdkato/prose/testdata/golden_rules_en.json -gopkg/src/github.com/jdkato/prose/testdata/golden_rules_es.json -gopkg/src/github.com/jdkato/prose/testdata/golden_rules_fr.json -gopkg/src/github.com/jdkato/prose/testdata/sherlock.txt -gopkg/src/github.com/jdkato/prose/testdata/summarize.json -gopkg/src/github.com/jdkato/prose/testdata/syllables.json -gopkg/src/github.com/jdkato/prose/testdata/title.json -gopkg/src/github.com/jdkato/prose/testdata/tokenize.json -gopkg/src/github.com/jdkato/prose/testdata/treebank_sents.json -gopkg/src/github.com/jdkato/prose/testdata/treebank_words.json -gopkg/src/github.com/jdkato/prose/testdata/word_punct.json -gopkg/src/github.com/jdkato/prose/tokenize/pragmatic.go -gopkg/src/github.com/jdkato/prose/tokenize/pragmatic_test.go -gopkg/src/github.com/jdkato/prose/tokenize/punkt.go -gopkg/src/github.com/jdkato/prose/tokenize/punkt_test.go -gopkg/src/github.com/jdkato/prose/tokenize/regexp.go -gopkg/src/github.com/jdkato/prose/tokenize/regexp_test.go -gopkg/src/github.com/jdkato/prose/tokenize/tokenize.go -gopkg/src/github.com/jdkato/prose/tokenize/tokenize_test.go -gopkg/src/github.com/jdkato/prose/tokenize/treebank.go -gopkg/src/github.com/jdkato/prose/tokenize/treebank_test.go -gopkg/src/github.com/jdkato/prose/transform/title.go -gopkg/src/github.com/jdkato/prose/transform/title_test.go -gopkg/src/github.com/jdkato/prose/transform/transform.go -gopkg/src/github.com/jdkato/prose/transform/transform_test.go diff --git a/textproc/go-prose/buildlink3.mk b/textproc/go-prose/buildlink3.mk deleted file mode 100644 index eda94360c68..00000000000 --- a/textproc/go-prose/buildlink3.mk +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:33 rillig Exp $ - -BUILDLINK_TREE+= go-prose - -.if !defined(GO_PROSE_BUILDLINK3_MK) -GO_PROSE_BUILDLINK3_MK:= - -BUILDLINK_CONTENTS_FILTER.go-prose= ${EGREP} gopkg/ -BUILDLINK_DEPMETHOD.go-prose?= build - -BUILDLINK_API_DEPENDS.go-prose+= go-prose>=0.0 -BUILDLINK_PKGSRCDIR.go-prose?= ../../textproc/go-prose - -.endif # GO_PROSE_BUILDLINK3_MK - -BUILDLINK_TREE+= -go-prose diff --git a/textproc/go-prose/distinfo b/textproc/go-prose/distinfo deleted file mode 100644 index 8ef14ed00fc..00000000000 --- a/textproc/go-prose/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.1 2017/08/17 01:56:05 gavan Exp $ - -SHA1 (prose-0.0.20170806-a678fc7b3ceb0f38ff832c337dea083902c349b2.tar.gz) = 310c4f8659c556fb0021e4fd352f80f8b92a96fb -RMD160 (prose-0.0.20170806-a678fc7b3ceb0f38ff832c337dea083902c349b2.tar.gz) = 76cc2d21dcc6e95bbfed69406ca0c45111b3cb67 -SHA512 (prose-0.0.20170806-a678fc7b3ceb0f38ff832c337dea083902c349b2.tar.gz) = 5717765a9084d065b0be69520581e0c8d910eea6cb5afa7437df940e4dfa7edc8ab91a808a90a04bab119427f4c540f0038a03e23b1f3f2ec05e1b0e7abc88cc -Size (prose-0.0.20170806-a678fc7b3ceb0f38ff832c337dea083902c349b2.tar.gz) = 4562468 bytes |