This is a source collection of the packages used in the first release
of AAMP subversion for AmigaOS4.
All included packages are provided as diff files. You need to download the
original archives and patch them with the corresponding diff file. In the
following summary all packages are listed together with a link, where I
downloaded the original archives.
In every package you can find an AmigaDOS script called
"aamp-configure.bat". Use the script to configure packages. I've included
the makefiles and config files created by configure. Some of them are
modified by hand. You CAN'T compile the packages with these files, you
must reconfigure the package.
IMPORTANT: Please copy your projects to "AAMP:Common/src".
Included packages:
------------------
Package name Download link
------------ -------------
cadaver-0.23.3.tar.gz http://www.webdav.org/cadaver/
cadaver-0.23.3.tar.gz
neon-0.29.0.tar.gz http://www.webdav.org/neon/neon-0.29.0.tar.gz
sqlite-3.4.2.tar.gz http://jaist.dl.sourceforge.net/project/mcj/
mcj_dist_src/3.0/sqlite-3.4.2.tar.gz
subversion-1.6.17.tar.gz http://subversion.tigris.org/downloads/
subversion-1.6.17.tar.gz
How to patch:
-------------
Example: Patch the subversion-1.6.17 package:
* Download the original archive and unpack the archive to (for example) "ram:"
Afterwards a directory called "subversion-1.6.17" is located in "ram:"
* Copy the corresponding patch file "subversion-1.6.17.diff" to "ram:".
* Open a shell and cd into "ram:".
* Type into the shell:
"patch -p1 -u -dsubversion-1.6.17 --verbose <subversion-1.6.17.diff"
and press return.
The patch command is included in the AmigaOS4 SDK.
| |