mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -1014,6 +1014,7 @@
|
||||||
SUBDIR += py-azure-cli-telemetry
|
SUBDIR += py-azure-cli-telemetry
|
||||||
SUBDIR += py-azure-cli-vm
|
SUBDIR += py-azure-cli-vm
|
||||||
SUBDIR += py-bcfg2
|
SUBDIR += py-bcfg2
|
||||||
|
SUBDIR += py-bitrot
|
||||||
SUBDIR += py-cdmi
|
SUBDIR += py-cdmi
|
||||||
SUBDIR += py-croniter
|
SUBDIR += py-croniter
|
||||||
SUBDIR += py-crontab
|
SUBDIR += py-crontab
|
||||||
|
|
22
sysutils/py-bitrot/Makefile
Normal file
22
sysutils/py-bitrot/Makefile
Normal 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>
|
3
sysutils/py-bitrot/distinfo
Normal file
3
sysutils/py-bitrot/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1512021741
|
||||||
|
SHA256 (bitrot-0.9.2.tar.gz) = f80414852ae0ac33e47e7d488da6b13332732f57999d160ae55bd4d500e14706
|
||||||
|
SIZE (bitrot-0.9.2.tar.gz) = 9699
|
4
sysutils/py-bitrot/pkg-descr
Normal file
4
sysutils/py-bitrot/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue