Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

10
textproc/highway/DESCR Normal file
View File

@@ -0,0 +1,10 @@
Highway
-------
A fast pattern matching tool like pt and ag.
Feature:
- It can search the PATTERN from your source code very fast.
- It can search also the PATTERN as a regular expression.
- It supports UTF-8 and some Japanese encodings (Because I'm
Japanese. EUC-JP and Shift_JIS is supported).
- It ignores file patterns form your .gitignore by default.

20
textproc/highway/Makefile Normal file
View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2015/12/11 14:10:42 wiz Exp $
DISTNAME= highway-1.1.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=tkengo/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= nonakap@gmail.com
HOMEPAGE= https://github.com/tkengo/highway
COMMENT= High performance source code search tool
LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf automake autoreconf gmake
pre-configure:
cd ${WRKSRC} && ${MKDIR} config && autoreconf -fiv
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
textproc/highway/PLIST Normal file
View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2015/12/11 14:10:42 wiz Exp $
bin/hw

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/12/11 14:10:42 wiz Exp $
SHA1 (highway-1.1.0.tar.gz) = 6914177b9c7e518ed7ba4384618da265a28d52f1
RMD160 (highway-1.1.0.tar.gz) = 6e7e513e5ef326282ce96e601b3cebc7269badf4
SHA512 (highway-1.1.0.tar.gz) = c30c90f5b601a775e64a684037d668acc6c1a8b6e64f7aa1204c184978c49079a3cd07683ebeeab674a9b64932223da0c067fdb184b5918bf88eca7e113c05fd
Size (highway-1.1.0.tar.gz) = 319516 bytes