# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 name fsvs version 1.2.9 revision 1 categories devel platforms darwin maintainers {ryandesign @ryandesign} openmaintainer license GPL-3 description Fast System VerSioning long_description FSVS is a complete backup/restore/versioning tool \ for all files in a directory tree or whole \ filesystems, with a Subversion repository as the \ backend. Think of it like tar or rsync with \ versioned storage. homepage http://fsvs.tigris.org/ master_sites https://download.fsvs-software.org/ \ https://download.fsvs-software.org/old/ use_bzip2 yes checksums rmd160 1205fc2899990e14324939c652f0a00b77102761 \ sha256 6353dfe3c63bd0c290ea0bb825ccb405535537ab61f5207d363e37e497ad44c4 \ size 429091 depends_lib port:subversion \ port:apr \ port:gdbm \ port:pcre patchfiles patch-configure.diff \ patch-src-Makefile.in.diff configure.cflags-append -fnested-functions configure.universal_args build.args CC=${configure.cc} destroot.keepdirs ${destroot}${prefix}/etc/fsvs \ ${destroot}${prefix}/var/spool/fsvs \ ${destroot}${prefix}/etc/fsvs/svn/auth/svn.simple \ ${destroot}${prefix}/etc/fsvs/svn/auth/ssl.server \ ${destroot}${prefix}/etc/fsvs/svn/auth/ssl.client-passphrase post-destroot { xinstall -m 644 {*}[glob ${worksrcpath}/doc/*.1] ${destroot}${prefix}/share/man/man1 xinstall -m 644 {*}[glob ${worksrcpath}/doc/*.5] ${destroot}${prefix}/share/man/man5 set docdir ${destroot}${prefix}/share/doc/${subport} xinstall -d ${docdir} xinstall -m 644 -W ${worksrcpath} \ CHANGES \ LICENSE \ README \ doc/FAQ \ doc/PERFORMANCE \ doc/USAGE \ doc/fsvs-ssl-setup \ doc/notice.txt \ ${docdir} }