summaryrefslogtreecommitdiff
path: root/sysutils/pdumpfs
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-30 11:06:34 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-30 11:06:34 +0000
commita411428b812df1c64fb016364784b3ba5e6335ba (patch)
tree6472d3900bc3b61f540c3de55d77853746a12d7b /sysutils/pdumpfs
parentUpdate master site. (diff)
Add pdumpfs, a daily backup system similar to Plan9's dumpfs.
Notes
Notes: svn path=/head/; revision=42080
Diffstat (limited to 'sysutils/pdumpfs')
-rw-r--r--sysutils/pdumpfs/Makefile35
-rw-r--r--sysutils/pdumpfs/distinfo1
-rw-r--r--sysutils/pdumpfs/pkg-comment1
-rw-r--r--sysutils/pdumpfs/pkg-descr18
-rw-r--r--sysutils/pdumpfs/pkg-plist6
5 files changed, 61 insertions, 0 deletions
diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile
new file mode 100644
index 000000000000..7ebe620307db
--- /dev/null
+++ b/sysutils/pdumpfs/Makefile
@@ -0,0 +1,35 @@
+# Ports collection makefile for: pdumpfs
+# Date created: 30 April 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pdumpfs
+PORTVERSION= 0.3
+CATEGORIES= sysutils
+MASTER_SITES= http://namazu.org/~satoru/pdumpfs/
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+
+NO_BUILD= yes
+
+RUBY_SHEBANG_FILES= ${WRKSRC}/pdumpfs
+DOCS_EN= ChangeLog pdumpfs-en.html
+DOCS_JA= pdumpfs-ja.html
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${PREFIX}/sbin/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}/ja
+.for f in ${DOCS_EN}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/
+.endfor
+.for f in ${DOCS_JA}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/ja/
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/sysutils/pdumpfs/distinfo b/sysutils/pdumpfs/distinfo
new file mode 100644
index 000000000000..6353a7b60449
--- /dev/null
+++ b/sysutils/pdumpfs/distinfo
@@ -0,0 +1 @@
+MD5 (pdumpfs-0.3.tar.gz) = 48ed459de1294b15b6d346ae0cfa68eb
diff --git a/sysutils/pdumpfs/pkg-comment b/sysutils/pdumpfs/pkg-comment
new file mode 100644
index 000000000000..afbd4ef7c9a0
--- /dev/null
+++ b/sysutils/pdumpfs/pkg-comment
@@ -0,0 +1 @@
+A daily backup system similar to Plan9's dumpfs
diff --git a/sysutils/pdumpfs/pkg-descr b/sysutils/pdumpfs/pkg-descr
new file mode 100644
index 000000000000..80327b6a40c0
--- /dev/null
+++ b/sysutils/pdumpfs/pkg-descr
@@ -0,0 +1,18 @@
+pdumpfs: a daily backup system similar to Plan9's dumpfs
+
+What's pdumpfs?
+
+pdumpfs is a simple daily backup system similar to Plan9's dumpfs
+which preserves every daily snapshot. pdumpfs is written in Ruby.
+You can access the past snapshots at any time for retrieving a certain
+day's file. Let's backup your home directory with pdumpfs!
+
+pdumpfs constructs the snapshot YYYY/MM/DD in the destination
+directory. All source files are copied to the snapshot directory for
+the first time. On and after the second time, pdumpfs copies only
+updated or newly created files and stores unchanged files as hard
+links to the files of the previous day's snapshot for saving a disk
+space.
+
+WWW: http://namazu.org/~satoru/pdumpfs/
+Author: Satoru Takabayashi <satoru@namazu.org>
diff --git a/sysutils/pdumpfs/pkg-plist b/sysutils/pdumpfs/pkg-plist
new file mode 100644
index 000000000000..f4596c43cfd2
--- /dev/null
+++ b/sysutils/pdumpfs/pkg-plist
@@ -0,0 +1,6 @@
+sbin/pdumpfs
+%%PORTDOCS%%share/doc/pdumpfs/ChangeLog
+%%PORTDOCS%%share/doc/pdumpfs/pdumpfs-en.html
+%%PORTDOCS%%share/doc/pdumpfs/ja/pdumpfs-ja.html
+%%PORTDOCS%%@dirrm share/doc/pdumpfs/ja
+%%PORTDOCS%%@dirrm share/doc/pdumpfs