Date: Tue, 19 Feb 2019 08:18:08 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493354 - in head/sysutils: . py-bitrot Message-ID: <201902190818.x1J8I8WT095199@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Feb 19 08:18:07 2019 New Revision: 493354 URL: https://svnweb.freebsd.org/changeset/ports/493354 Log: 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> Added: head/sysutils/py-bitrot/ head/sysutils/py-bitrot/Makefile (contents, props changed) head/sysutils/py-bitrot/distinfo (contents, props changed) head/sysutils/py-bitrot/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Tue Feb 19 07:48:42 2019 (r493353) +++ head/sysutils/Makefile Tue Feb 19 08:18:07 2019 (r493354) @@ -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 Added: head/sysutils/py-bitrot/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-bitrot/Makefile Tue Feb 19 08:18:07 2019 (r493354) @@ -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> Added: head/sysutils/py-bitrot/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-bitrot/distinfo Tue Feb 19 08:18:07 2019 (r493354) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512021741 +SHA256 (bitrot-0.9.2.tar.gz) = f80414852ae0ac33e47e7d488da6b13332732f57999d160ae55bd4d500e14706 +SIZE (bitrot-0.9.2.tar.gz) = 9699 Added: head/sysutils/py-bitrot/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-bitrot/pkg-descr Tue Feb 19 08:18:07 2019 (r493354) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902190818.x1J8I8WT095199>