SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
sysutils/checkbashisms/Makefile
Normal file
24
sysutils/checkbashisms/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
COMMENT= check shell scripts for bash-specific constructs
|
||||
|
||||
V= 2.23.5
|
||||
DISTNAME= devscripts_$V
|
||||
PKGNAME= checkbashisms-$V
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
WRKDIST= ${WRKDIR}/devscripts
|
||||
CATEGORIES= sysutils devel
|
||||
|
||||
# GPLv2 only
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MASTER_SITES= https://deb.debian.org/debian/pool/main/d/devscripts/
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/checkbashisms.pl \
|
||||
${PREFIX}/bin/checkbashisms
|
||||
${INSTALL_MAN} ${WRKSRC}/scripts/checkbashisms.1 ${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/checkbashisms/distinfo
Normal file
2
sysutils/checkbashisms/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (devscripts_2.23.5.tar.xz) = j0fUVTS/lPKFdgeMhksiJz2+E5koB07IK2uEj55EWG0=
|
||||
SIZE (devscripts_2.23.5.tar.xz) = 991592
|
2
sysutils/checkbashisms/pkg/DESCR
Normal file
2
sysutils/checkbashisms/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Check whether a /bin/sh script contains any common bash-specific
|
||||
constructs.
|
2
sysutils/checkbashisms/pkg/PLIST
Normal file
2
sysutils/checkbashisms/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/checkbashisms
|
||||
@man man/man1/checkbashisms.1
|
Loading…
Add table
Add a link
Reference in a new issue