mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
checkbashisms is a perl script that checks for commonly used
bash features that are not supported by POSIX shells. WWW: http://sourceforge.net/projects/checkbaskisms Feature safe: yes
This commit is contained in:
parent
10eec58122
commit
18949692e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305730
4 changed files with 41 additions and 0 deletions
|
@ -189,6 +189,7 @@
|
||||||
SUBDIR += cgit
|
SUBDIR += cgit
|
||||||
SUBDIR += cgprof
|
SUBDIR += cgprof
|
||||||
SUBDIR += charva
|
SUBDIR += charva
|
||||||
|
SUBDIR += checkbashisms
|
||||||
SUBDIR += checkheaders
|
SUBDIR += checkheaders
|
||||||
SUBDIR += chrpath
|
SUBDIR += chrpath
|
||||||
SUBDIR += cil
|
SUBDIR += cil
|
||||||
|
|
34
devel/checkbashisms/Makefile
Normal file
34
devel/checkbashisms/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= checkbashisms
|
||||||
|
PORTVERSION= 2.0.0.2
|
||||||
|
CATEGORIES= devel perl5
|
||||||
|
MASTER_SITES= SF/${SF_PROJECT}/${DISTVERSION}
|
||||||
|
DISTNAME= ${PORTNAME}
|
||||||
|
EXTRACT_SUFX=
|
||||||
|
|
||||||
|
MAINTAINER= bdrewery@FreeBSD.org
|
||||||
|
COMMENT= Script to check for Bash features not defined by POSIX
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
SF_PROJECT= checkbaskisms
|
||||||
|
|
||||||
|
USE_PERL5_RUN= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
|
PLIST_FILES= bin/${DISTNAME}
|
||||||
|
|
||||||
|
do-extract:
|
||||||
|
@${MKDIR} ${WRKSRC}
|
||||||
|
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
||||||
|
|
||||||
|
do-patch:
|
||||||
|
@${REINPLACE_CMD} -e "s| /usr/bin/perl|${PERL}|" \
|
||||||
|
${WRKSRC}/${DISTNAME}
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${DISTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/checkbashisms/distinfo
Normal file
2
devel/checkbashisms/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (checkbashisms) = 4da61b7f08b55609e80c648d215f0201aa9b5f1df53aab6252129537a7f7a0ee
|
||||||
|
SIZE (checkbashisms) = 21258
|
4
devel/checkbashisms/pkg-descr
Normal file
4
devel/checkbashisms/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
checkbashisms is a perl script that checks for commonly used
|
||||||
|
bash features that are not supported by POSIX shells.
|
||||||
|
|
||||||
|
WWW: http://sourceforge.net/projects/checkbaskisms
|
Loading…
Add table
Reference in a new issue