Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs17:/tmp/cvs-serv6243

Added Files:
        jtoolkit-py.info kid-py.info pootle.info pootle.patch 
Log Message:
Pootle and dependencies; for tracker request #1730170


--- NEW FILE: pootle.info ---
Info2: <<
Package: pootle
Version: 1.0
Revision: 1

Depends: python25, setuptools-py25 (>= 0.6c2-1), elementtree-py25 | 
celementtree-py25, kid-py25

Source: mirror:sourceforge:translate/Pootle-%v.tar.bz2
Source-MD5: 4b55f0dd02ba3bb385d31c1be78fef88

DocFiles: COPYING LICENSE README

PatchScript: patch -p1 < %a/%n.patch

CompileScript: <<
   echo Skipping compile stage
<<

InstallScript: <<
   %p/bin/python2.5 pootlesetup.py install --root=%d
<<

Description: Manage your translation project

DescDetail: <<
Pootle is a user-friendly web portal that makes the translation process so much
simpler. It allows online translation, work asignement, gives statistics and
allows easy volunteer contribution. You can run Pootle as an Internet server
like these projects or run your own copy on an Intranet (for individual work,
team work or [EMAIL PROTECTED]).

Pootle makes use of the Translate Toolkit. Together, these tools are part of
the WordForge Project whose aim is to make translation easier and of higher
quality by creating better tools and user-friendly, central information. 
<<

DescPackaging:<<
$LastChangedRevision: 408 $ in my local repository.
<<

License: GPL
Homepage: http://translate.sourceforge.net/
Maintainer: Charles Lepple <[EMAIL PROTECTED]>

# Info2:
<<

--- NEW FILE: kid-py.info ---
Info2: <<
Package: kid-py%type_pkg[python]
Type: python (2.3 2.4 2.5)
Version: 0.9.5
Revision: 1

# The only database backend I have tested is pysqlite2:
Depends: <<
   python%type_pkg[python],
   setuptools-py%type_pkg[python] (>= 0.6c2-1),
   elementtree-py%type_pkg[python] | celementtree-py%type_pkg[python]  
<<

Source: http://www.kid-templating.org/dist/%v/kid-%v.tar.gz
Source-MD5: 61545377ea95704852bf5a894f7cae26

DocFiles: COPYING HISTORY README

CompileScript: <<
   echo Skipping compile stage
<<

InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --root=%d
    mkdir -p %i/share/doc/%n
    cp -p doc/* %i/share/doc/%n
    cp -pr examples %i/share/doc/%n
    mv %i/bin/kid %i/bin/kid-%type_raw[python]
    mv %i/bin/kidc %i/bin/kidc-%type_raw[python]
<<

InfoTest: <<
   TestScript: python%type_raw[python] run_tests.py -x || exit 2
   TestSuiteSize: small
<<

PostInstScript: <<
  update-alternatives --install %p/bin/kid kid %p/bin/kid-%type_raw[python] 
%type_pkg[python]
  update-alternatives --install %p/bin/kidc kidc %p/bin/kidc-%type_raw[python] 
%type_pkg[python]
<<

PreRmScript: <<
 if [ $1 != "upgrade" ]; then
   update-alternatives --remove kid %p/bin/kid-%type_raw[python]
   update-alternatives --remove kidc %p/bin/kidc-%type_raw[python]
 fi
<<

Description: Python template language for XML

DescDetail: <<
Kid is a simple template language for XML based vocabularies written in Python.
It was spawned as a result of a kinky love triangle between XSLT, TAL, and PHP.
We believe many of the best features of these languages live on in Kid with
much of the limitations and complexity stamped out.
<<

DescPackaging:<<
$LastChangedRevision: 407 $ in my local repository.
<<

License: OSI-Approved
Homepage: http://www.kid-templating.org/
Maintainer: Charles Lepple <[EMAIL PROTECTED]>

# Info2:
<<

--- NEW FILE: jtoolkit-py.info ---
Info2: <<
Package: jtoolkit-py%type_pkg[python]
Type: python (2.3 2.4 2.5)
Version: 0.7.8
Revision: 1

Depends: <<
   python%type_pkg[python],
   setuptools-py%type_pkg[python] (>= 0.6c2-1)
<<

Source: http://jtoolkit.sourceforge.net/snapshots/jToolkit-%v/jToolkit-%v.tar.gz
Source-MD5: 47d0c1fd2f7a4e3f990cdc4917e56138

DocFiles: COPYING ChangeLog LICENSE

CompileScript: <<
   echo Skipping compile stage
<<

InstallScript: <<
    %p/bin/python%type_raw[python] jToolkitSetup.py install --root=%d
<<

Description: Python web application framework

DescDetail: <<
jToolkit is a Python web application framework built on modpython and Apache.
It can also run in standalone mode using its own builtin HTTP server.

It is aimed at dynamically generated pages rather than mostly-static pages (for
which there are templating solutions). Pages can be produced using a variety of
widgets or a new templating system. It handles sessions and database
connections.
<<

DescPackaging:<<
$LastChangedRevision: 408 $ in my local repository.
<<

License: GPL
Homepage: http://jtoolkit.sourceforge.net/
Maintainer: Charles Lepple <[EMAIL PROTECTED]>

# Info2:
<<

--- NEW FILE: pootle.patch ---
(This appears to be a binary file; contents omitted.)


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to