From e7e754cfae47dd5b60d41018ca2934cfdfef53a6 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Tue, 19 Feb 2019 08:18:07 +0000 Subject: [PATCH] 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 --- sysutils/Makefile | 1 + sysutils/py-bitrot/Makefile | 22 ++++++++++++++++++++++ sysutils/py-bitrot/distinfo | 3 +++ sysutils/py-bitrot/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 sysutils/py-bitrot/Makefile create mode 100644 sysutils/py-bitrot/distinfo create mode 100644 sysutils/py-bitrot/pkg-descr diff --git a/sysutils/Makefile b/sysutils/Makefile index 0d0aaed5fcef..c32e813a124d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -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 diff --git a/sysutils/py-bitrot/Makefile b/sysutils/py-bitrot/Makefile new file mode 100644 index 000000000000..84c783f57934 --- /dev/null +++ b/sysutils/py-bitrot/Makefile @@ -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 diff --git a/sysutils/py-bitrot/distinfo b/sysutils/py-bitrot/distinfo new file mode 100644 index 000000000000..fa56f50436a1 --- /dev/null +++ b/sysutils/py-bitrot/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1512021741 +SHA256 (bitrot-0.9.2.tar.gz) = f80414852ae0ac33e47e7d488da6b13332732f57999d160ae55bd4d500e14706 +SIZE (bitrot-0.9.2.tar.gz) = 9699 diff --git a/sysutils/py-bitrot/pkg-descr b/sysutils/py-bitrot/pkg-descr new file mode 100644 index 000000000000..248256ff9091 --- /dev/null +++ b/sysutils/py-bitrot/pkg-descr @@ -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