Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/text
In directory vz-cvs-3.sog:/tmp/cvs-serv24468/stable/main/finkinfo/text

Added Files:
        kid-py.info pootle.info 
Log Message:
kid-pyXX and pootle to stable, with switch to distribute-py


--- NEW FILE: pootle.info ---
Info2: <<
Package: pootle
Version: 1.0.2
Revision: 2

Depends: python25, distribute-py25, elementtree-py25 | celementtree-py25, 
kid-py25

Source: mirror:sourceforge:translate/Pootle-%v.tar.bz2
Source-MD5: 5868965dc002e08e7561eddcb7949f48

DocFiles: COPYING LICENSE README

# PatchFile: %n.patch
# PatchScript: patch -p1 < %{PatchFile}

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 Transalte@thons).

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. 
<<

License: GPL
Homepage: http://translate.sourceforge.net/
Maintainer: None <fink-de...@lists.sourceforge.net>

# Info2:
<<

--- NEW FILE: kid-py.info ---
Info2: <<
Package: kid-py%type_pkg[python]
Type: python (2.4 2.5)
Version: 0.9.5
Revision: 2
Distribution: (%type_pkg[python] = 24) 10.5

Depends: <<
   python%type_pkg[python],
   distribute-py%type_pkg[python],
   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.
<<

License: OSI-Approved
Homepage: http://www.kid-templating.org/
Maintainer: None <fink-de...@lists.sourceforge.net>

# Info2:
<<


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to