FreeBSD Bugzilla – Attachment 210696 Details for
Bug 243273
[NEW PORT] textproc/codesearch: Fast indexed grep tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
codesearch-1.1.0.patch
codesearch-1.1.0.patch (text/plain), 2.53 KB, created by
Dmitri Goutnik
on 2020-01-13 13:37:21 UTC
(
hide
)
Description:
codesearch-1.1.0.patch
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2020-01-13 13:37:21 UTC
Size:
2.53 KB
patch
obsolete
>Index: textproc/codeserch/Makefile >=================================================================== >--- textproc/codeserch/Makefile (nonexistent) >+++ textproc/codeserch/Makefile (working copy) >@@ -0,0 +1,28 @@ >+# $FreeBSD$ >+ >+PORTNAME= codesearch >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.1.0 >+CATEGORIES= textproc >+ >+MAINTAINER= eborisch@gmail.com >+COMMENT= Fast (indexed) text search tool from Google >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= go >+ >+USE_GITHUB= yes >+GH_ACCOUNT= google >+ >+GO_PKGNAME= github.com/google/codesearch >+GO_TARGET= ./cmd/cgrep \ >+ ./cmd/cindex \ >+ ./cmd/csearch >+ >+CONFLICTS_INSTALL= cgrep >+ >+PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} >+ >+.include <bsd.port.mk> > >Property changes on: textproc/codeserch/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/codeserch/distinfo >=================================================================== >--- textproc/codeserch/distinfo (nonexistent) >+++ textproc/codeserch/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1578920429 >+SHA256 (google-codesearch-v1.1.0_GH0.tar.gz) = b177021d1da1ddfc333fcbfc679eadd62c8677a6ae6119f25c4ad6b912bcdd7e >+SIZE (google-codesearch-v1.1.0_GH0.tar.gz) = 34076 > >Property changes on: textproc/codeserch/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/codeserch/pkg-descr >=================================================================== >--- textproc/codeserch/pkg-descr (nonexistent) >+++ textproc/codeserch/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+Code Search is a tool for indexing and then performing regular expression >+searches over large bodies of source code. It is a set of command-line programs >+written in Go. >+ >+WWW: https://github.com/google/codesearch > >Property changes on: textproc/codeserch/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243273
:
210626
|
210695
| 210696