Date: Fri, 6 Apr 2007 15:42:14 GMT From: "Daniel W. Steinbrook"<dsteinbr@fas.harvard.edu> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/111324: New port: sysutils/keep backup tool for KDE Message-ID: <200704061542.l36FgEtp041898@www.freebsd.org> Resent-Message-ID: <200704061550.l36Fo3PM069723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111324 >Category: ports >Synopsis: New port: sysutils/keep backup tool for KDE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 06 15:50:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Daniel W. Steinbrook >Release: 6.2-RELEASE >Organization: Harvard University >Environment: >Description: Keep is a backup system for KDE. The behavior is quite simple: you choose the files you want to backup, you set up the frequency and the number of backup you want to have, and Keep will backup them automatically. WWW: http://jr.falleri.free.fr/keep/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This archive contains: # # keep # keep/Makefile # keep/pkg-descr # keep/pkg-plist # keep/distinfo # echo c - keep mkdir -p keep > /dev/null 2>&1 echo x - keep/Makefile sed 's/^X//' >keep/Makefile << 'END-of-keep/Makefile' X# New ports collection makefile for: keep X# Date created: 26 March 2007 X# Whom: dsteinbrook X# X# $FreeBSD$ X# X XPORTNAME= keep XPORTVERSION= 0.4.0 XCATEGORIES= sysutils kde XMASTER_SITES= http://jr.falleri.free.fr/files/devel/keep/ X XMAINTAINER= dsteinbrook@gmail.com XCOMMENT= A backup system for KDE X XRUN_DEPENDS= rdiff-backup:${PORTSDIR}/sysutils/rdiff-backup X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_KDELIBS_VER=3 XUSE_AUTOTOOLS= libtool:15 XINSTALLS_ICONS= yes XUSE_GETTEXT= yes X X.include <bsd.port.mk> END-of-keep/Makefile echo x - keep/pkg-descr sed 's/^X//' >keep/pkg-descr << 'END-of-keep/pkg-descr' XKeep is a backup system for KDE. The behavior is quite simple: you choose the Xfiles you want to backup, you set up the frequency and the number of backup Xyou want to have, and Keep will backup them automatically. X XWWW: http://jr.falleri.free.fr/keep/ X X- Daniel W. Steinbrook Xdsteinbrook@gmail.com END-of-keep/pkg-descr echo x - keep/pkg-plist sed 's/^X//' >keep/pkg-plist << 'END-of-keep/pkg-plist' Xbin/keep Xlib/kde3/kded_keep.so Xlib/kde3/kded_keep.la Xlib/kde3/kded_keep.a Xshare/locale/bg/LC_MESSAGES/keep.mo Xshare/locale/br/LC_MESSAGES/keep.mo Xshare/locale/da/LC_MESSAGES/keep.mo Xshare/locale/de/LC_MESSAGES/keep.mo Xshare/locale/es/LC_MESSAGES/keep.mo Xshare/locale/ga/LC_MESSAGES/keep.mo Xshare/locale/it/LC_MESSAGES/keep.mo Xshare/locale/ja/LC_MESSAGES/keep.mo Xshare/locale/ka/LC_MESSAGES/keep.mo Xshare/locale/lt/LC_MESSAGES/keep.mo Xshare/locale/nl/LC_MESSAGES/keep.mo Xshare/locale/ru/LC_MESSAGES/keep.mo Xshare/locale/sr@Latn/LC_MESSAGES/keep.mo Xshare/locale/sv/LC_MESSAGES/keep.mo Xshare/locale/tr/LC_MESSAGES/keep.mo Xshare/locale/cs/LC_MESSAGES/keep.mo Xshare/locale/el/LC_MESSAGES/keep.mo Xshare/locale/gl/LC_MESSAGES/keep.mo Xshare/locale/pl/LC_MESSAGES/keep.mo Xshare/locale/pt/LC_MESSAGES/keep.mo Xshare/locale/sk/LC_MESSAGES/keep.mo Xshare/locale/sr/LC_MESSAGES/keep.mo Xshare/nls/POSIX Xshare/nls/en_US.US-ASCII Xshare/config.kcfg/keepsettings.kcfg Xshare/icons/hicolor/scalable/apps/keep.svgz Xshare/icons/hicolor/128x128/apps/keep.png Xshare/icons/hicolor/22x22/apps/keep.png Xshare/icons/hicolor/32x32/apps/keep.png Xshare/icons/hicolor/16x16/apps/keep.png Xshare/icons/hicolor/64x64/apps/keep.png Xshare/icons/hicolor/48x48/apps/keep.png Xshare/apps/keep/keepui.rc Xshare/apps/keep/icons/crystalsvg/scalable/actions/force_backup.svgz Xshare/apps/keep/icons/crystalsvg/scalable/actions/add_backup.svgz Xshare/apps/keep/icons/crystalsvg/scalable/actions/restore_dir.svgz Xshare/apps/keep/icons/crystalsvg/22x22/actions/add_backup.png Xshare/apps/keep/icons/crystalsvg/22x22/actions/restore_dir.png Xshare/apps/keep/icons/crystalsvg/22x22/actions/force_backup.png Xshare/apps/keep/icons/crystalsvg/32x32/actions/add_backup.png Xshare/apps/keep/icons/crystalsvg/32x32/actions/restore_dir.png Xshare/apps/keep/icons/crystalsvg/32x32/actions/force_backup.png Xshare/apps/keep/icons/crystalsvg/16x16/actions/add_backup.png Xshare/apps/keep/icons/crystalsvg/16x16/actions/restore_dir.png Xshare/apps/keep/icons/crystalsvg/16x16/actions/force_backup.png Xshare/apps/keep/icons/crystalsvg/48x48/actions/add_backup.png Xshare/apps/keep/icons/crystalsvg/48x48/actions/restore_dir.png Xshare/apps/keep/icons/crystalsvg/48x48/actions/force_backup.png Xshare/applications/kde/keep.desktop Xshare/services/kded/keep.desktop X@unexec rmdir %D/lib/kde3 2>/dev/null || true X@unexec rmdir %D/share/locale/cs 2>/dev/null || true X@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/el 2>/dev/null || true X@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/gl 2>/dev/null || true X@unexec rmdir %D/share/locale/gl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pl 2>/dev/null || true X@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/pt 2>/dev/null || true X@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/sk 2>/dev/null || true X@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/locale/sr 2>/dev/null || true X@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true X@unexec rmdir %D/share/config.kcfg 2>/dev/null || true X@unexec rmdir %D/share/icons 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/scalable 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/scalable/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/128x128 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/128x128/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true X@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true X@unexec rmdir %D/share/apps 2>/dev/null || true X@unexec rmdir %D/share/apps/keep 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/scalable 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/scalable/actions 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/22x22 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/22x22/actions 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/32x32 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/32x32/actions 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/16x16 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/16x16/actions 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/48x48 2>/dev/null || true X@unexec rmdir %D/share/apps/keep/icons/crystalsvg/48x48/actions 2>/dev/null || true X@unexec rmdir %D/share/applications 2>/dev/null || true X@unexec rmdir %D/share/applications/kde 2>/dev/null || true X@unexec rmdir %D/share/services 2>/dev/null || true X@unexec rmdir %D/share/services/kded 2>/dev/null || true END-of-keep/pkg-plist echo x - keep/distinfo sed 's/^X//' >keep/distinfo << 'END-of-keep/distinfo' XMD5 (keep-0.4.0.tar.gz) = d9ab1f84d67900bd5fff969036fd2ddc XSHA256 (keep-0.4.0.tar.gz) = 550379a68ee5591ebf23e16f4da6fbef235b70b2f04d1a661aeb21e277e804cb XSIZE (keep-0.4.0.tar.gz) = 986035 END-of-keep/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704061542.l36FgEtp041898>