New port: sysutils/py-bitrot

Detects bit rotten files on the hard drive to save your precious
photo and music collection from slow decay.

WWW: https://github.com/ambv/bitrot

PR:		232972
Submitted by:	Darren Mulligan <fixer@bsdmail.com>
This commit is contained in:
Tobias Kortkamp 2019-02-19 08:18:07 +00:00
parent 8dee7a77c2
commit e7e754cfae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493354
4 changed files with 30 additions and 0 deletions

View File

@ -1014,6 +1014,7 @@
SUBDIR += py-azure-cli-telemetry
SUBDIR += py-azure-cli-vm
SUBDIR += py-bcfg2
SUBDIR += py-bitrot
SUBDIR += py-cdmi
SUBDIR += py-croniter
SUBDIR += py-crontab

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= bitrot
PORTVERSION= 0.9.2
CATEGORIES= sysutils
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= fixer@bsdmail.com
COMMENT= Utility to detect data corruption and bit rot
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1512021741
SHA256 (bitrot-0.9.2.tar.gz) = f80414852ae0ac33e47e7d488da6b13332732f57999d160ae55bd4d500e14706
SIZE (bitrot-0.9.2.tar.gz) = 9699

View File

@ -0,0 +1,4 @@
Detects bit rotten files on the hard drive to save your precious
photo and music collection from slow decay.
WWW: https://github.com/ambv/bitrot