~ubuntu-branches/ubuntu/precise/sitecopy/precise

« back to all changes in this revision

Viewing changes to README.os2

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2008-07-22 07:31:05 UTC
  • mfrom: (1.1.4 upstream) (4.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080722073105-cbqs1hnc2wvqejfd
Tags: 1:0.16.6-1
* New upstream release
  - fix a crash with progress bar enabled; Closes: #486378
* debian/control
  - set myself as maintainer, Kartik as uploader
  - set Vcs-{Browser,Git} fields
  - bump Standards-Version to 3.8.0
    + debian/README.source added
  - added DM-Upload-Allowed flag
* debian/patches/05_libneon27_transition.dpatch
  - removed since merged upstream
* debian/copyrightdebian/copyright
  - updated upstream email and copyright years
* debian/patches/10_bts410703_preserve_storage_files_sigint.dpatch
  - added to preserve storage files if SIGINT (Ctrl+C) is sent to sitecopy;
    thanks to Andreas Henriksson for the patch; Closes: #410703

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Building sitecopy for OS/2 / eComStation
 
2
========================================
 
3
 
 
4
Building sitecopy on OS/2 is easy using the usual tools
 
5
for building unix-like-open-source-apps and GCC Version 3.3.5
 
6
 
 
7
You get the compiler at: ftp://ftp.netlabs.org/pub/gcc
 
8
 
 
9
For compiling sitecopy version 0.16.3 (which was the latest
 
10
version available at the moment I wrote these lines) I used gcc335csd1
 
11
 
 
12
Only thing special was, that my CONFIG_SITE needed this line:
 
13
 
 
14
 AR=G:/Dev/gcc/335csd1/usr/bin/ar.exe
 
15
 
 
16
 ('AR=ar.exe' did not work allthough ar.exe was in my PATH)
 
17
 
 
18
After this building was just:
 
19
 
 
20
 sh configure --prefix=/usr
 
21
 make
 
22
 make install
 
23
 
 
24
To make life easier for OS/2 users it's useful
 
25
to include the docs also in html format.
 
26
 
 
27
You can convert the man file to html with
 
28
 
 
29
 man sitecopy | man2html.cmd > sitecopy.html
 
30
 
 
31
man2thml.cmd is a copy of the standard perlscript man2hml.
 
32
You only have to replace the first line
 
33
 
 
34
 #!/usr/local/bin/perl
 
35
 
 
36
with
 
37
 
 
38
 extproc perl -S
 
39
 
 
40
The ported sitecopy was successfully tested on eComStation / OS/2
 
41
with FTP-sites. I have no idea whether WebDAV works or not.
 
42
 
 
43
The compiled version of 0.16.3 is available at:
 
44
 
 
45
 http://www.fbakan.de/sitecopy-os2.htm
 
46
 
 
47
Franz Bakan  5. April 2006  mail: fbakan@gmx.net  web: www.fbakan.de