SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (devscripts_2.23.5.tar.xz) = j0fUVTS/lPKFdgeMhksiJz2+E5koB07IK2uEj55EWG0=
SIZE (devscripts_2.23.5.tar.xz) = 991592

View file

@ -0,0 +1,2 @@
Check whether a /bin/sh script contains any common bash-specific
constructs.

View file

@ -0,0 +1,2 @@
bin/checkbashisms
@man man/man1/checkbashisms.1