pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/50504: New package: textproc/highway
>Number: 50504
>Category: pkg
>Synopsis: New package: textproc/highway
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Dec 08 05:40:00 +0000 2015
>Originator: NONAKA Kimihiro
>Release: HEAD-20151208
>Organization:
>Environment:
NetBSD netbsd 7.0_STABLE NetBSD 7.0_STABLE (NBSERVER) #6: Thu Nov 26 09:31:19 JST 2015 nonaka@netbsd:/home/storage/snapshot/NetBSD/7-STABLE/obj.NetBSD-amd64/amd64/sys/arch/amd64/compile/NBSERVER amd64
>Description:
new pkgsrc package for Highway.
>How-To-Repeat:
>Fix:
Extract the following shar archive.
# This is a shell archive. Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file". Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# textproc/highway/DESCR
# textproc/highway/Makefile
# textproc/highway/PLIST
# textproc/highway/distinfo
#
echo x - textproc/highway/DESCR
sed 's/^X//' >textproc/highway/DESCR << 'END-of-textproc/highway/DESCR'
XHighway
X-------
XA fast pattern matching tool like pt and ag.
X
XFeature:
X- It can search the PATTERN from your source code very fast.
X- It can search also the PATTERN as a regular expression.
X- It supports UTF-8 and some Japanese encodings (Because I'm Japanese. EUC-JP and Shift_JIS is supported).
X- It ignores file patterns form your .gitiginore by default.
X
END-of-textproc/highway/DESCR
echo x - textproc/highway/Makefile
sed 's/^X//' >textproc/highway/Makefile << 'END-of-textproc/highway/Makefile'
X# $NetBSD$
X
XDISTNAME= highway-1.1.0
XCATEGORIES= textproc
XMASTER_SITES= ${MASTER_SITE_GITHUB:=tkengo/}
XGITHUB_TAG= v${PKGVERSION_NOREV}
X
XMAINTAINER= nonakap%gmail.com@localhost
XHOMEPAGE= https://github.com/tkengo/highway
XCOMMENT= High performance source code search tool
XLICENSE= mit
X
XGNU_CONFIGURE= yes
XUSE_TOOLS+= aclocal autoconf automake gmake
X
Xpre-configure:
X cd ${WRKSRC} && ${MKDIR} config
X cd $(WRKSRC) && ${TOOLS_CMD.aclocal}
X cd $(WRKSRC) && ${TOOLS_CMD.autoconf}
X cd $(WRKSRC) && ${TOOLS_CMD.autoheader}
X cd $(WRKSRC) && ${TOOLS_CMD.automake} --foreign --add-missing --copy
X
X.include "../../converters/libiconv/buildlink3.mk"
X.include "../../mk/bsd.pkg.mk"
END-of-textproc/highway/Makefile
echo x - textproc/highway/PLIST
sed 's/^X//' >textproc/highway/PLIST << 'END-of-textproc/highway/PLIST'
X@comment $NetBSD$
Xbin/hw
END-of-textproc/highway/PLIST
echo x - textproc/highway/distinfo
sed 's/^X//' >textproc/highway/distinfo << 'END-of-textproc/highway/distinfo'
X$NetBSD$
X
XSHA1 (highway-1.1.0.tar.gz) = 6914177b9c7e518ed7ba4384618da265a28d52f1
XRMD160 (highway-1.1.0.tar.gz) = 6e7e513e5ef326282ce96e601b3cebc7269badf4
XSHA512 (highway-1.1.0.tar.gz) = c30c90f5b601a775e64a684037d668acc6c1a8b6e64f7aa1204c184978c49079a3cd07683ebeeab674a9b64932223da0c067fdb184b5918bf88eca7e113c05fd
XSize (highway-1.1.0.tar.gz) = 319516 bytes
END-of-textproc/highway/distinfo
exit
Home |
Main Index |
Thread Index |
Old Index