FreeBSD Bugzilla – Attachment 196488 Details for
Bug 224735
[NEW PORT] sysutils/backupuser: User Backup Utility
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update
backupuser.patch (text/plain), 2.94 KB, created by
Nathan
on 2018-08-24 02:56:24 UTC
(
hide
)
Description:
Update
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-24 02:56:24 UTC
Size:
2.94 KB
patch
obsolete
>Index: sysutils/backupuser/Makefile >=================================================================== >--- sysutils/backupuser/Makefile (nonexistent) >+++ sysutils/backupuser/Makefile (working copy) >@@ -0,0 +1,30 @@ >+# $FreeBSD$ >+ >+PORTNAME= backupuser >+PORTVERSION= 1.0 >+CATEGORIES= sysutils >+MASTER_SITES= http://www.olivermahmoudi.com/files/ >+ >+MAINTAINER= contact@olivermahmoudi.com >+COMMENT= User Backup Utility >+ >+LICENSE= BSD2CLAUSE >+ >+WRKSRC= ${WRKDIR}/${PORTNAME} >+ >+PLIST_FILES= bin/backupuser \ >+ bin/bu_check_files \ >+ man/man1/backupuser.1.gz \ >+ man/man1/bu_check_files.1.gz >+ >+do-build: >+ cd ${WRKSRC} && ${GZIP_CMD} ${PORTNAME}.1 >+ cd ${WRKSRC} && ${GZIP_CMD} bu_check_files.1 >+ >+do-install: >+ cd ${WRKSRC} && ${INSTALL_SCRIPT} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ cd ${WRKSRC} && ${INSTALL_SCRIPT} bu_check_files ${STAGEDIR}${PREFIX}/bin >+ cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1.gz ${STAGEDIR}${PREFIX}/man/man1 >+ cd ${WRKSRC} && ${INSTALL_MAN} bu_check_files.1.gz ${STAGEDIR}${PREFIX}/man/man1 >+ >+.include <bsd.port.mk> > >Property changes on: sysutils/backupuser/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/backupuser/distinfo >=================================================================== >--- sysutils/backupuser/distinfo (nonexistent) >+++ sysutils/backupuser/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1514653592 >+SHA256 (backupuser-1.0.tar.gz) = f33fdc33fd5e98e5fd2fbc517bfeddd83e1851d9f4e0348827c69de98ee07f53 >+SIZE (backupuser-1.0.tar.gz) = 5338 > >Property changes on: sysutils/backupuser/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: sysutils/backupuser/pkg-descr >=================================================================== >--- sysutils/backupuser/pkg-descr (nonexistent) >+++ sysutils/backupuser/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+backupuser is a command line utility, which automates the creation >+of backups of a user's home directory. An accompanying utility lets >+a user verify the integrity of files on another storage device. >+Special backup options exist for the root user. >+ >+WWW: http://www.olivermahmoudi.com/programming/backup-strategies > >Property changes on: sysutils/backupuser/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 224735
:
189228
| 196488