Update of /cvsroot/fink/experimental/costabel/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31611

Added Files:
        envisage-core-py.info envisage-plugins-py.info opengl-py.info 
        traits-backend-wx-py.info wxgtk2.8-py.info 
Log Message:
Some python-2.6 variants. Opengl-py26 doesn't build yet.



--- NEW FILE: envisage-core-py.info ---
Info2: <<
Package: envisage-core-py%type_pkg[python]
Version: 3.1.0
Revision: 1.0
Maintainer: Jed Frechette <jdfr...@unm.edu>
Type: python (2.5 2.6)
Depends: <<
    python%type_pkg[python],
    enthought-base-py%type_pkg[python] (>= 3.0.0),
    traits-py%type_pkg[python] (>= 3.0.3),
    app-tools-py%type_pkg[python] (>= 3.1.0)
<<
BuildDepends: <<
    setuptools-py%type_pkg[python],
    setupdocs-py%type_pkg[python]
<<
Source: 
http://pypi.python.org/packages/source/E/EnvisageCore/EnvisageCore-%v.tar.gz
Source-MD5: 4de2ff5fd1625bf4d2e21fc71fe7354b
CompileScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py install --root %d 
--single-version-externally-managed
    unzip docs/html.zip -d docs    
<<
DocFiles: <<
    docs/html
    examples
    *.txt
<<
Description: Extensible Application Framework
DescDetail: <<
    Envisage is a Python-based framework for building extensible applications,
    that is, applications whose functionality can be extended by adding
    "plug-ins". Envisage provides a standard mechanism for features to be added
    to an application, whether by the original developer or by someone else.
    In fact, when you build an application using Envisage, the entire
    application consists primarily of plug-ins. In this respect, it is similar
    to the Eclipse and Netbeans frameworks for Java applications.

    Each plug-in is able to:
        * Advertise where and how it can be extended (its "extension points").
        * Contribute extensions to the extension points offered by other
          plug-ins.
        * Create and share the objects that perform the real work of the
          application ("services").

    The EnvisageCore project provides the basic machinery of the Envisage
    framework. This project contains no plug-ins. You are free to use:
        * plug-ins from the EnvisagePlugins project
        * plug-ins from other ETS projects that expose their functionality as
          plug-ins
        * plug-ins that you create yourself
<<
License: BSD 
Homepage: http://code.enthought.com/projects/envisage/
<<

--- NEW FILE: wxgtk2.8-py.info ---
Info2: <<

Package: wxgtk2.8-py%type_pkg[python]
Version: 2.8.9.1
Revision: 2.0
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4 
Type: python (2.4 2.5 2.6)
Maintainer: Jed Frechette <jdfr...@unm.edu>
BuildDepends: <<
        atk1,
        expat1,
        gettext-bin,
        gettext-tools,
        glib2-dev,
        gtk+2-dev,
        libgettext3-dev,
        libgl,
        libiconv-dev,
        libjpeg,
        libpng3,
        libtiff,
        pango1-xft2-ft219-dev,
        pkgconfig,
        wxgtk2.8 (>=2.8.9),
        x11-dev
<<
Depends: <<
    python%type_pkg[python],
    wxgtk2.8-shlibs (>= 2.8.9),
    opengl-py%type_pkg[python]
<<
Conflicts: wxpython-py23, wxpython-py24
Replaces: wxpython-py23, wxpython-py24
Source: mirror:sourceforge:wxpython/wxPython-src-%v.tar.bz2
Source-MD5: 4ad9a64e05529097618c7e48fbb10a84 
SourceDirectory: wxPython-src-%v/wxPython
GCC: 4.0
CompileScript: <<
        %p/bin/python%type_raw[python] setup.py WXPORT=gtk2 
WX_CONFIG=%p/lib/wx/config/gtk2-unicode-release-2.8 build_ext
<<
InstallScript: <<
        %p/bin/python%type_raw[python] setup.py WXPORT=gtk2 
WX_CONFIG=%p/lib/wx/config/gtk2-unicode-release-2.8 install --root=%d
    cd %i/bin; for filename in *; do mv -v $filename 
$filename-py%type_pkg[python]; done;
        mkdir -p %i/share/doc/%n
        cp -R demo %i/share/doc/%n
        cp -R samples %i/share/doc/%n
<<

PostInstScript: <<
    update-alternatives --install %p/bin/editra editra 
%p/bin/editra-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/helpviewer helpviewer 
%p/bin/helpviewer-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/img2png img2png 
%p/bin/img2png-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/img2py img2py 
%p/bin/img2py-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/img2xpm img2xpm 
%p/bin/img2xpm-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/pyalacarte pyalacarte 
%p/bin/pyalacarte-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/pyalamode pyalamode 
%p/bin/pyalamode-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/pycrust pycrust 
%p/bin/pycrust-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/pyshell pyshell 
%p/bin/pyshell-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/pywrap pywrap 
%p/bin/pywrap-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/pywxrc pywxrc 
%p/bin/pywxrc-py%type_pkg[python] %type_pkg[python]
    update-alternatives --install %p/bin/xrced xrced 
%p/bin/xrced-py%type_pkg[python] %type_pkg[python]
<<

PreRmScript: <<
    if [ "$1" != "upgrade" ]
    then
        update-alternatives --remove editra %p/bin/editra-py%type_pkg[python]
        update-alternatives --remove helpviewer 
%p/bin/helpviewer-py%type_pkg[python]
        update-alternatives --remove img2png %p/bin/img2png-py%type_pkg[python]
        update-alternatives --remove img2py %p/bin/img2py-py%type_pkg[python]
        update-alternatives --remove img2xpm %p/bin/img2xpm-py%type_pkg[python]
        update-alternatives --remove pyalacarte 
%p/bin/pyalacarte-py%type_pkg[python]
        update-alternatives --remove pyalamode 
%p/bin/pyalamode-py%type_pkg[python]
        update-alternatives --remove pycrust %p/bin/pycrust-py%type_pkg[python]
        update-alternatives --remove pyshell %p/bin/pyshell-py%type_pkg[python]
        update-alternatives --remove pywrap %p/bin/pywrap-py%type_pkg[python]
        update-alternatives --remove pywxrc %p/bin/pywxrc-py%type_pkg[python]
        update-alternatives --remove xrced %p/bin/xrced-py%type_pkg[python]
    fi
<<

Description: Python bindings for the wxGTK library
DescDetail: <<
    In addition to common and advanced GUI facilities such as
    frames, scrolling windows, toolbars, tree controls, icons,
    device contexts, printing, splitter windows and so on, there are
    wrappers for common file operations, and facilities for writing
    TCP/IP applications, thread handling, and more. Where certain
    features are not available on a platform, such as MDI and tree
    controls on Unix, they are emulated.
    
    This package provides a Python binding to the wxGTK library and
    the wxPython runtime support libraries.
<<
DocFiles: ../docs/preamble.txt ../docs/gpl.txt ../docs/licence.txt 
../docs/lgpl.txt docs/*.txt
License: GPL
Homepage: http://www.wxpython.org/

SplitOff: <<
        Package: wxgtk2.8-py%type_pkg[python]-dev
        Conflicts: wxpython-py23-dev, wxpython-py24-dev
        Replaces: wxpython-py23-dev, wxpython-py24-dev
        Depends: wxgtk2.8-py%type_pkg[python] (= %v-%r)
        Files: include/wx-2.8/wx/wxPython
        DocFiles: ../docs/preamble.txt ../docs/gpl.txt ../docs/licence.txt 
../docs/lgpl.txt docs/*.txt
<<

<<

--- NEW FILE: opengl-py.info ---
Info2: <<
Package: opengl%type_pkg[-nox]-py%type_pkg[python]
Version: 2.0.1.09
Revision: 6
Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
Type: -nox (boolean), python (2.3 2.4 2.5 2.6)
BuildDepends: <<
 fink (>= 0.24.12),
 swig (>= 1.3.20),
 (%type_raw[-nox] = .) freeglut,
 (%type_raw[-nox] = .) tcltk-dev (>= 8.4),
 (%type_raw[-nox] = .) x11-dev
<<
Depends: <<
 python%type_pkg[python],
 numeric-py%type_pkg[python] (>= 23.8),
 (%type_raw[-nox] = -nox) macosx,
 (%type_raw[-nox] = .) freeglut-shlibs,
 (%type_raw[-nox] = .) tcltk (>= 8.4),
 (%type_raw[-nox] = .) x11
<<
Conflicts: opengl-py%type_pkg[python], opengl-nox-py%type_pkg[python]
Replaces: opengl-py%type_pkg[python], opengl-nox-py%type_pkg[python]
Maintainer: None <fink-de...@lists.sourceforge.net>
HomePage: http://pyopengl.sourceforge.net/
Source: mirror:sourceforge:pyopengl/PyOpenGL-%v.tar.gz
Source-MD5: 505b5f28ea676194e2e10333c56d5936
License: OSI-Approved
Description: Python binding to OpenGL
DescDetail: <<
 PyOpenGL is the cross platform Python binding to OpenGL and related APIs.  
 The binding is created using the SWIG wrapper generator, and is provided 
 under an extremely liberal BSD-style Open-Source license.

 PyOpenGL includes support for OpenGL v1.1, GLU, GLUT v3.7, GLE 3, WGL 4, 
 and Togl (Tk OpenGL widget) 1.6.  It also includes support for dozens of 
 extensions (where supported in the underlying implementation).

 PyOpenGL is interoperable with a large number of external GUI libraries 
 for Python including (Tkinter, wxPython, FxPy, PyGame, and Qt). 
<<
DescPackaging: <<
 To build the -nox packages, Apple's OpenGL SDK must be installed.
 Togl (which requires GLX) is only built for the X11-enabled packages.
<<
SetLDFLAGS: 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
PatchFile: %{ni}.patch
PatchFile-MD5: 0693832a4d1f639468c5d3548cd92dd2
PatchScript: <<
 #!/bin/bash -ev
 tclver=`echo 'puts $tcl_version' | %p/bin/tclsh`
 sed -e "s|@@FINKPREFIX@@|%p|g" <%{PatchFile} | \
  sed -e "s|@@TCL_VER@@|$tclver|g" | patch -p1
 perl -pi -e 's|arrayobject.h|ufuncobject.h|g' setup/dist.py
<<
CompileScript: <<
 #!/bin/bash -ev

 if [ "%type_raw[-nox]" == "." ]; then
  mv config/darwin-x11.cfg config/darwin.cfg
 fi

 %p/bin/python%type_raw[python] setup.py build

 if [ "%type_raw[-nox]" == "." ]; then
  tclver=`echo 'puts $tcl_version' | %p/bin/tclsh`
  ( cd src/Togl-1.6 && make ) || exit 1
  cp src/Togl-1.6/togl.so build/Togl-1.6-tk${tclver}/
 fi
<<
InstallScript: <<
 %p/bin/python%type_raw[python] setup.py install --root=%d
<<
DocFiles: LICENSE
<<

--- NEW FILE: traits-backend-wx-py.info ---
Info2: <<
Package: traits-backend-wx-py%type_pkg[python]
Version: 3.1.0
Revision: 1.0
Maintainer: Jed Frechette <jdfr...@unm.edu>
Type: python (2.4 2.5 2.6)
Distribution: (%type_pkg[python]=24) 10.4
Depends: <<
    python%type_pkg[python],
    enthought-base-py%type_pkg[python] (>= 3.0.1),    
    traits-py%type_pkg[python],
    traits-gui-py%type_pkg[python],
    wxgtk2.8-py%type_pkg[python]
<<
BuildDepends: setuptools-py%type_pkg[python]
Source: 
http://pypi.python.org/packages/source/T/TraitsBackendWX/TraitsBackendWX-%v.tar.gz
Source-MD5: 93851ac2dea37ca8943950ea236a349a
CompileScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py install --root %d 
--single-version-externally-managed
<<
DocFiles: <<
    *.txt
<<
Description: WxPython backend for Traits and TraitsGUI
DescDetail: <<
    The TraitsBackendWX project contains an implementation of TraitsGUI using
    wxPython. It provides wx-based support for visualization and editing of
    Traits-based objects.
<<
License: BSD 
Homepage: http://code.enthought.com/projects/traits_gui/
<<

--- NEW FILE: envisage-plugins-py.info ---
Info2: <<
Package: envisage-plugins-py%type_pkg[python]
Version: 3.1.0
Revision: 1.0
Maintainer: Jed Frechette <jdfr...@unm.edu>
Type: python (2.5 2.6)
Depends: <<
    python%type_pkg[python],
    traits-py%type_pkg[python] (>= 3.0.3),
    traits-gui-py%type_pkg[python] (>= 3.0.3),
    traits-backend-wx-py%type_pkg[python] (>= 3.0.3) | 
traits-backend-qt-py%type_pkg[python] (>= 3.0.3),
    app-tools-py%type_pkg[python] (>= 3.1.0),
    envisage-core-py%type_pkg[python] (>= 3.1.0)
<<
BuildDepends: <<
    setuptools-py%type_pkg[python],
    setupdocs-py%type_pkg[python]
<<
Source: 
http://pypi.python.org/packages/source/E/EnvisagePlugins/EnvisagePlugins-%v.tar.gz
Source-MD5: aab4e20acf82c0c35266c5dcc25428cc
CompileScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
    #! /bin/sh -ev
    %p/bin/python%type_raw[python] setup.py install --root %d 
--single-version-externally-managed
<<
DocFiles: <<
    examples
    *.txt
<<
Description: Plugins for the Envisage framework
DescDetail: <<
    The EnvisagePlugins project includes a number of plug-ins for the Envisage
    framework that Enthought has found useful for building scientific
    applications. Envisage does not require that you use these plug-ins, but
    you may find them useful to avoid having to reinvent these particular
    wheels.
        * Workbench: Provides an application GUI window that supports views
          and perspectives, similar to the Eclipse IDE.
        * Action: Supports user-interaction command mechanisms, such as
          toolbars, menus, and buttons.
        * Single Project: Supports a project paradigm for saving application
          data, assuming an interaction model in which only one project can be
          open in the application at a time.
        * Text Editor: Provides a rudimentary text editor interface.
        * Python Shell: Provides an interactive Python shell within a
          Workbench-based application.
        * Debug: Provides the Frame Based Inspector from the ETSDevTools
          project as an Envisage plug-in.
<<
License: BSD 
Homepage: http://code.enthought.com/projects/envisage_plugins.php
<<


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to