Changeset 2290
- Timestamp:
- 16/09/2008 23:24:58 (3 years ago)
- Location:
- box/trunk
- Files:
-
- 9 edited
-
LICENSE.txt (modified) (1 diff)
-
bin/bbackupd/win32/bbackupd.conf (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
contrib/rpm/boxbackup.spec (modified) (1 diff)
-
distribution/boxbackup/DOCUMENTATION.txt (modified) (1 diff)
-
docs/backup/win32_build_on_cygwin_using_mingw.txt (modified) (1 diff)
-
docs/backup/win32_build_on_linux_using_mingw.txt (modified) (1 diff)
-
documentation/instguide.xml (modified) (3 diffs)
-
runtest.pl.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/LICENSE.txt
r1749 r2290 1 Box Backup, http://www. fluffy.co.uk/boxbackup1 Box Backup, http://www.boxbackup.org/ 2 2 3 Copyright (c) 2003-200 7Ben Summers and contributors. All rights reserved.3 Copyright (c) 2003-2008 Ben Summers and contributors. All rights reserved. 4 4 5 5 Redistribution and use in source and binary forms, with or without -
box/trunk/bin/bbackupd/win32/bbackupd.conf
r1898 r2290 174 174 # explicit full pathname. See: 175 175 # 176 # http:// bbdev.fluffy.co.uk/trac/wiki/Win32Regex176 # http://www.boxbackup.org/trac/wiki/Win32Regex 177 177 # 178 178 # for more information about regular expressions on Windows. -
box/trunk/configure.ac
r2277 r2290 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT([Box Backup], 0.11, [boxbackup@ fluffy.co.uk])5 AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org]) 6 6 AC_CONFIG_SRCDIR([lib/common/Box.h]) 7 7 AC_CONFIG_HEADERS([lib/common/BoxConfig.h]) -
box/trunk/contrib/rpm/boxbackup.spec
r2189 r2290 18 18 # Detect distribution. So far we only special-case SUSE. If you need to make 19 19 # any distro specific changes to get the package building on your system 20 # please email them to boxbackup-dev@ fluffy.co.uk20 # please email them to boxbackup-dev@boxbackup.org 21 21 #%define is_fc %(test -e %{_sysconfdir}/fedora-release && echo 1 || echo 0) 22 22 #%define is_mdk %(test -e %{_sysconfdir}/mandrake-release && echo 1 || echo 0) -
box/trunk/distribution/boxbackup/DOCUMENTATION.txt
r217 r2290 2 2 For compilation and installation instructions, see the web site at 3 3 4 http://www. fluffy.co.uk/boxbackup/4 http://www.boxbackup.org/ 5 5 6 6 -
box/trunk/docs/backup/win32_build_on_cygwin_using_mingw.txt
r1772 r2290 3 3 4 4 (To read this document online with better formatting, browse to: 5 http:// bbdev.fluffy.co.uk/trac/wiki/CompileWithMinGW)5 http://www.boxbackup.org/trac/wiki/CompileWithMinGW) 6 6 7 7 Start by installing Cygwin on your Windows machine [http://www.cygwin.org]. -
box/trunk/docs/backup/win32_build_on_linux_using_mingw.txt
r2101 r2290 31 31 ./Configure --prefix=/usr/local/i386-mingw32 mingw 32 32 make makefile.one 33 wget http:// bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8b-mingw-cross.patch33 wget http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8b-mingw-cross.patch 34 34 patch -p1 < openssl-0.9.8b-mingw-cross.patch 35 35 make -f makefile.one -
box/trunk/documentation/instguide.xml
r2022 r2290 580 580 release at this time, OpenSSL 0.9.8a, does not compile with Visual 581 581 C++ 2005 out of the box, so you need <ulink 582 url="http:// bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8a-vc2005.zip">a582 url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-vc2005.zip">a 583 583 patched version</ulink>. The <ulink 584 584 url="http://www.openssl.org/source/openssl-0.9.8a.tar.gz">original 585 585 source</ulink> and <ulink 586 url="http:// bbdev.fluffy.co.uk/svn/box/chris/win32/support/openssl-0.9.8a-win32fix.patch">patch</ulink>586 url="http://www.boxbackup.org/svn/box/chris/win32/support/openssl-0.9.8a-win32fix.patch">patch</ulink> 587 587 are also available.</para> 588 588 … … 637 637 <para>The first version of Box Backup that's known to compile and with 638 638 Visual C++ 2005 is available on the <ulink 639 url="http:// bbdev.fluffy.co.uk/svn/box/chris/win32/vc2005-compile-fixes/">Subversion639 url="http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/">Subversion 640 640 server</ulink>. However, this version has not been extensively tested 641 641 and may be out of date.</para> 642 642 643 643 <para>The changes are expected to be merged into the <ulink 644 url="http:// bbdev.fluffy.co.uk/svn/box/trunk">Subversion trunk</ulink>644 url="http://www.boxbackup.org/svn/box/trunk">Subversion trunk</ulink> 645 645 at some point, and this page should then be updated. If in doubt, 646 646 please sign up to the <ulink … … 653 653 prompt, go to the base directory, and type:</para> 654 654 655 <programlisting>svn co http:// bbdev.fluffy.co.uk/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup</programlisting>655 <programlisting>svn co http://www.boxbackup.org/svn/box/chris/win32/vc2005-compile-fixes/ boxbackup</programlisting> 656 656 657 657 <para>This should create a directory called <emphasis -
box/trunk/runtest.pl.in
r2108 r2290 88 88 89 89 After checking all the above, if you still have problems please contact 90 us on the mailing list, boxbackup\@ fluffy.co.uk. Thanks!90 us on the mailing list, boxbackup\@boxbackup.org. Thanks! 91 91 __E 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.
