convert to DIST_TUPLE
This commit is contained in:
parent
2e9700f7fb
commit
69a2e92308
2 changed files with 30 additions and 40 deletions
|
@ -1,46 +1,36 @@
|
|||
COMMENT = web path scanner
|
||||
COMMENT= web path scanner
|
||||
CATEGORIES= security
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
VERSION= 0.4.3
|
||||
DISTNAME= dirsearch-${VERSION}
|
||||
DIST_TUPLE= github maurosoria dirsearch v0.4.3 . #GPLv2
|
||||
|
||||
CATEGORIES= security
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
HOMEPAGE= https://github.com/maurosoria/dirsearch
|
||||
MODULES= lang/python
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
||||
net/py-socks${MODPY_FLAVOR} \
|
||||
www/py-jinja2${MODPY_FLAVOR} \
|
||||
devel/py-certifi${MODPY_FLAVOR} \
|
||||
www/py-urllib3${MODPY_FLAVOR} \
|
||||
security/py-cryptography${MODPY_FLAVOR} \
|
||||
devel/py-cffi${MODPY_FLAVOR} \
|
||||
textproc/py-defusedxml${MODPY_FLAVOR} \
|
||||
textproc/py-MarkupSafe${MODPY_FLAVOR} \
|
||||
security/py-openssl${MODPY_FLAVOR} \
|
||||
net/py-idna${MODPY_FLAVOR} \
|
||||
textproc/py-chardet${MODPY_FLAVOR} \
|
||||
textproc/py-charset-normalizer${MODPY_FLAVOR} \
|
||||
www/py-requests${MODPY_FLAVOR} \
|
||||
security/py-requests_ntlm${MODPY_FLAVOR} \
|
||||
devel/py-colorama${MODPY_FLAVOR} \
|
||||
security/py-ntlm-auth${MODPY_FLAVOR} \
|
||||
devel/py-parsing${MODPY_FLAVOR} \
|
||||
www/py-beautifulsoup4${MODPY_FLAVOR}
|
||||
|
||||
# GPL-2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
NO_BUILD= Yes
|
||||
|
||||
GH_ACCOUNT= maurosoria
|
||||
GH_PROJECT= dirsearch
|
||||
GH_TAGNAME= v${VERSION}
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
||||
net/py-socks${MODPY_FLAVOR} \
|
||||
www/py-jinja2${MODPY_FLAVOR} \
|
||||
devel/py-certifi${MODPY_FLAVOR} \
|
||||
www/py-urllib3${MODPY_FLAVOR} \
|
||||
security/py-cryptography${MODPY_FLAVOR} \
|
||||
devel/py-cffi${MODPY_FLAVOR} \
|
||||
textproc/py-defusedxml${MODPY_FLAVOR} \
|
||||
textproc/py-MarkupSafe${MODPY_FLAVOR} \
|
||||
security/py-openssl${MODPY_FLAVOR} \
|
||||
net/py-idna${MODPY_FLAVOR} \
|
||||
textproc/py-chardet${MODPY_FLAVOR} \
|
||||
textproc/py-charset-normalizer${MODPY_FLAVOR} \
|
||||
www/py-requests${MODPY_FLAVOR} \
|
||||
security/py-requests_ntlm${MODPY_FLAVOR} \
|
||||
devel/py-colorama${MODPY_FLAVOR} \
|
||||
security/py-ntlm-auth${MODPY_FLAVOR} \
|
||||
devel/py-parsing${MODPY_FLAVOR} \
|
||||
www/py-beautifulsoup4${MODPY_FLAVOR}
|
||||
|
||||
NO_BUILD= Yes
|
||||
|
||||
INSTDIR= ${PREFIX}/share/dirsearch
|
||||
INSTDIR= ${PREFIX}/share/dirsearch
|
||||
|
||||
do-install:
|
||||
cp -r ${WRKDIST} ${INSTDIR}
|
||||
|
@ -51,4 +41,4 @@ do-install:
|
|||
post-install:
|
||||
rm -rf ${INSTDIR}/{.github,.gitignore,Dockerfile}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dirsearch-0.4.3.tar.gz) = rOoRelc3sBp8JcXVIFf8aZOC7nB5rrNCnBbQ6mJBsds=
|
||||
SIZE (dirsearch-0.4.3.tar.gz) = 160943
|
||||
SHA256 (maurosoria-dirsearch-v0.4.3.tar.gz) = rOoRelc3sBp8JcXVIFf8aZOC7nB5rrNCnBbQ6mJBsds=
|
||||
SIZE (maurosoria-dirsearch-v0.4.3.tar.gz) = 160943
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue