Download
Debian (Sarge binary-i386):
libteng1_1.0.4-0sarge1_i386.deb: Teng runtime library. Needed by all other packages.
libteng1-dev_1.0.4-0sarge1_i386.deb: Teng development library and header files. Needed only when developing C/C++ programs with Teng or compiling python-teng and/or php4-teng from sources.
python2.1-teng_1.0.0-0sarge1_i386.deb: Teng Python module for Python 2.1.
python2.2-teng_1.0.0-0sarge1_i386.deb: Teng Python module for Python 2.2.
python2.3-teng_1.0.0-0sarge1_i386.deb: Teng Python module for Python 2.3.
python2.4-teng_1.0.0-0sarge1_i386.deb: Teng Python module for Python 2.4.
Sources:
teng-1.0.4.tar.gz: Sources of Teng library. Needed to compile python-teng and/or php4-teng.
python-teng-1.0.0.tar.gz: Sources of Teng Python module.
php4-teng-1.0.0.tar.gz: Sources of Teng PHP4 extension.
Anonymous CVS
You can checkout Teng's CVS repository through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key.
To determine the names of the modules created by this project, you may examine their CVS repository via the provided web-based CVS repository viewer.
Use this command to checkout whole Teng CVS repository:
cvs -z3 -d:pserver:anonymous@teng.cvs.sourceforge.net:/cvsroot/teng co .
Or you may use these commands to checkout single CVS modules:
cvs -z3 -d:pserver:anonymous@teng.cvs.sourceforge.net:/cvsroot/teng co teng
cvs -z3 -d:pserver:anonymous@teng.cvs.sourceforge.net:/cvsroot/teng co php4
cvs -z3 -d:pserver:anonymous@teng.cvs.sourceforge.net:/cvsroot/teng co python
