diff options
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/acts/Makefile | 20 | ||||
-rw-r--r-- | sysutils/acts/distinfo | 2 | ||||
-rw-r--r-- | sysutils/acts/pkg-descr | 11 | ||||
-rw-r--r-- | sysutils/acts/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index a58a4e61c417..f93e97b4e71c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -15,6 +15,7 @@ SUBDIR += accountsservice SUBDIR += acpi_call SUBDIR += acpica-tools + SUBDIR += acts SUBDIR += adtool SUBDIR += afbinit SUBDIR += afflib diff --git a/sysutils/acts/Makefile b/sysutils/acts/Makefile new file mode 100644 index 000000000000..eded3293dc88 --- /dev/null +++ b/sysutils/acts/Makefile @@ -0,0 +1,20 @@ +# Created by: Mark Felder <feld@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= acts +PORTVERSION= 1.0 +CATEGORIES= sysutils archivers + +MAINTAINER= feld@FreeBSD.org +COMMENT= Another Calendar-based Tarsnap Script + +USE_GITHUB= yes +GH_ACCOUNT= alexjurkiewicz + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/acts ${STAGEDIR}/${PREFIX}/bin/acts + ${INSTALL_DATA} ${WRKSRC}/acts.conf ${STAGEDIR}/${PREFIX}/etc/acts.conf.sample + +.include <bsd.port.mk> diff --git a/sysutils/acts/distinfo b/sysutils/acts/distinfo new file mode 100644 index 000000000000..2bf7848734fd --- /dev/null +++ b/sysutils/acts/distinfo @@ -0,0 +1,2 @@ +SHA256 (alexjurkiewicz-acts-1.0_GH0.tar.gz) = 60541d245d9e1c11c2bd34784f45f7e89010d453c4132e6af62f83f1c115f59d +SIZE (alexjurkiewicz-acts-1.0_GH0.tar.gz) = 3330 diff --git a/sysutils/acts/pkg-descr b/sysutils/acts/pkg-descr new file mode 100644 index 000000000000..b969560dc6ed --- /dev/null +++ b/sysutils/acts/pkg-descr @@ -0,0 +1,11 @@ +acts is a minimal shell script that creates backups with Tarsnap. +Some design goals: + + Just backup, no restore. + Calendar-based (daily, monthly, yearly) backup schedule + Portable, small code footprint. + +One Tarsnap archive is created per-target per-run. 31 daily, 12 monthly, +and indefinite yearly backups are kept. + +WWW: https://github.com/alexjurkiewicz/acts diff --git a/sysutils/acts/pkg-plist b/sysutils/acts/pkg-plist new file mode 100644 index 000000000000..cbb28306dfef --- /dev/null +++ b/sysutils/acts/pkg-plist @@ -0,0 +1,2 @@ +bin/acts +@sample etc/acts.conf.sample |