aboutsummaryrefslogtreecommitdiff
path: root/devel/go-runewidth
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2016-10-26 10:30:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2016-10-26 10:30:27 +0000
commit4c6f3ab2df6e7e29d1ba3c2f1e07ffa1a92d2df0 (patch)
treee32a413e7bd00cfd5ab590efffa82016b2bb275f /devel/go-runewidth
parent42289ee56e15406b55c8923c595ea3746ad51d83 (diff)
downloadports-4c6f3ab2df6e7e29d1ba3c2f1e07ffa1a92d2df0.tar.gz
ports-4c6f3ab2df6e7e29d1ba3c2f1e07ffa1a92d2df0.zip
Remove libraries that were added for and only used by textproc/peco
Notes
Notes: svn path=/head/; revision=424686
Diffstat (limited to 'devel/go-runewidth')
-rw-r--r--devel/go-runewidth/Makefile20
-rw-r--r--devel/go-runewidth/distinfo2
-rw-r--r--devel/go-runewidth/pkg-descr4
-rw-r--r--devel/go-runewidth/pkg-plist6
4 files changed, 0 insertions, 32 deletions
diff --git a/devel/go-runewidth/Makefile b/devel/go-runewidth/Makefile
deleted file mode 100644
index 8782ef97b73b..000000000000
--- a/devel/go-runewidth/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Akinori MUSHA aka knu <knu@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= go-runewidth
-PORTVERSION= 0.0.1
-CATEGORIES= devel
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= Go library to get the fixed width of a character or string
-
-LICENSE= MIT
-
-USES= go
-USE_GITHUB= yes
-GH_ACCOUNT= mattn
-GH_TAGNAME= d6bea18f
-
-GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/devel/go-runewidth/distinfo b/devel/go-runewidth/distinfo
deleted file mode 100644
index 5b864b144782..000000000000
--- a/devel/go-runewidth/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 7ad847cd4cba8007609f8e0d42f90ff6220ae63c85a0e441eb10558859226fef
-SIZE (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 5877
diff --git a/devel/go-runewidth/pkg-descr b/devel/go-runewidth/pkg-descr
deleted file mode 100644
index fd045facebc3..000000000000
--- a/devel/go-runewidth/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Go-runewidth provides functions to get the fixed width of a character
-or string.
-
-WWW: https://github.com/mattn/go-runewidth
diff --git a/devel/go-runewidth/pkg-plist b/devel/go-runewidth/pkg-plist
deleted file mode 100644
index d2de327db052..000000000000
--- a/devel/go-runewidth/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%GO_LIBDIR%%/github.com/mattn/go-runewidth.a
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.mkd
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_posix.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_windows.go