Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145700756
D11509.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11509.id.diff
View Options
Index: head/textproc/ripgrep/Makefile
===================================================================
--- head/textproc/ripgrep/Makefile
+++ head/textproc/ripgrep/Makefile
@@ -5,6 +5,7 @@
PORTNAME= ripgrep
PORTVERSION= 0.5.2
+PORTREVISION= 1
CATEGORIES= textproc
MAINTAINER= petteri.valkonen@iki.fi
@@ -12,15 +13,22 @@
LICENSE= MIT UNLICENSE
LICENSE_COMB= dual
-LICENSE_FILE= ${WRKSRC}/COPYING
+LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
LICENSE_FILE_UNLICENSE= ${WRKSRC}/UNLICENSE
USES= cargo
USE_GITHUB= yes
GH_ACCOUNT= BurntSushi
+OPTIONS_DEFINE= BASH FISH ZSH
+OPTIONS_DEFAULT=BASH FISH ZSH
+FISH_DESC= Install programmable completions for Fish
+
PLIST_FILES= bin/rg \
man/man1/rg.1.gz
+BASH_PLIST_FILES= etc/bash_completion.d/rg.bash-completion
+FISH_PLIST_FILES= share/fish/completions/rg.fish
+ZSH_PLIST_FILES= share/zsh/site-functions/_rg
CARGO_CRATES= aho-corasick-0.6.3 \
ansi_term-0.9.0 \
@@ -59,7 +67,29 @@
winapi-0.2.8 \
winapi-build-0.1.1
+RIPGREP_OUTDIR= ${WRKDIR}/cargo-out
+CARGO_ENV= RIPGREP_OUTDIR=${RIPGREP_OUTDIR}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|OUT_DIR|RIPGREP_OUTDIR|' ${WRKSRC}/build.rs
+
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rg
${INSTALL_MAN} ${WRKSRC}/doc/rg.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+
+post-install-BASH-on:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
+ ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.bash-completion \
+ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
+
+post-install-FISH-on:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions/
+ ${INSTALL_DATA} ${RIPGREP_OUTDIR}/rg.fish \
+ ${STAGEDIR}${PREFIX}/share/fish/completions/
+
+post-install-ZSH-on:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
+ ${INSTALL_DATA} ${RIPGREP_OUTDIR}/_rg \
+ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
.include <bsd.port.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 24, 8:12 AM (4 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28970891
Default Alt Text
D11509.id.diff (1 KB)
Attached To
Mode
D11509: textproc/ripgrep: Install shell completions
Attached
Detach File
Event Timeline
Log In to Comment