Author: neilt Date: 2006-07-25 07:45:48 -0500 (Tue, 25 Jul 2006) New Revision: 8539
Added: trunk/gnue-appserver/packaging/fink/gnue-appserver-py.info trunk/gnue-common/packaging/fink/gnue-common-py.info trunk/gnue-designer/packaging/fink/gnue-designer-py.info trunk/gnue-forms/packaging/fink/gnue-forms-py.info trunk/gnue-navigator/packaging/fink/gnue-navigator-py.info trunk/gnue-reports/packaging/fink/gnue-reports-py.info Log: Updated fink info files to improve capability with new Fink. Added: trunk/gnue-appserver/packaging/fink/gnue-appserver-py.info =================================================================== --- trunk/gnue-appserver/packaging/fink/gnue-appserver-py.info 2006-07-21 07:46:09 UTC (rev 8538) +++ trunk/gnue-appserver/packaging/fink/gnue-appserver-py.info 2006-07-25 12:45:48 UTC (rev 8539) @@ -0,0 +1,71 @@ +Info2: << +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-appserver-py%type_pkg[python] +Version: 0.5.0 +Revision: 4 +Description: GNU Enterprise Application Server +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> +Type: python (2.4) +Architecture: powerpc + +# Dependencies: +BuildDepends: texinfo, gnue-common-py%type_pkg[python] (>= 0.6.1), python%type_pkg[python] +Depends: gnue-common-py%type_pkg[python] (>= 0.6.1) + +# Unpack Phase: +Source-MD5: 49dcb3f3a118d84e37d1e13411c3439f +Source: http://www.gnuenterprise.org/downloads/current/gnue-appserver-%v.tar.gz + +# Patch Phase: + + +# Compile Phase: +CompileScript: << + %p/bin/python%type_raw[python] setup.py build +<< + +#Install Phase: +DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO +InstallScript: << + %p/bin/python%type_raw[python] setup.py bdist + tar xzfv dist/*.tar.gz -C %d/ +<< + + +# Additional Info +DescDetail: << + The GNU Enterprise Application Server is the core of the n-tier variant of the + GNU Enterprise system. + + To the front end (be it GNUe Forms, GNUe Reports or any other tool), it + provides user-defineable business objects with arbitary fields and methods. + While transforming access to those fields and methods into database + communication and calling of scripts, it cares about stability, security, + speed, and consistency. +<< + +DescUsage: << + +Installs: +%p/bin/gnue-appserver +%p/bin/gnue-gsdgen +%p/bin/gnue-readgcd +%p/bin/gnue-readgld +%p/bin/gnue-setupdb + +All of which should already be in your path. + +First time users be sure to copy and edit the following files: + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf + +See the folder %p/share/doc/gnue-appserver/ for documentation. + +Note that most of the documentation refers to debian file locations. +Fink places everything in the fink tree (which by default is %p). +<< + +HomePage: http://www.gnuenterprise.org/ +<< Added: trunk/gnue-common/packaging/fink/gnue-common-py.info =================================================================== --- trunk/gnue-common/packaging/fink/gnue-common-py.info 2006-07-21 07:46:09 UTC (rev 8538) +++ trunk/gnue-common/packaging/fink/gnue-common-py.info 2006-07-25 12:45:48 UTC (rev 8539) @@ -0,0 +1,69 @@ +Info2: << +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-common-py%type_pkg[python] +Version: 0.6.2 +Revision: 7 +Description: GNU Enterprise Common Functions +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> +Type: python (2.4) +Architecture: powerpc + +# Dependencies: +Depends: pyxml-py%type_pkg[python], psycopg-py%type_pkg[python], xorg | x11 | ncurses, wxpython-py%type_pkg[python], python-mx-py%type_pkg[python] +BuildDepends: x11-dev | ncurses-dev, wxpython-py%type_pkg[python]-dev, wxgtk | wxmac, python-mx-py%type_pkg[python] +# Recommends: gnue-reports, gnue-forms-wxgtk, python2.3-psycopg | python-pygresql, + +# Unpack Phase: +Source-MD5: e4ae2350508ca5001dff541ef464529c +Source: http://www.gnuenterprise.org/downloads/current/gnue-common-%v.tar.gz + +# Patch Phase: + + +# Compile Phase: +CompileScript: << + %p/bin/python%type_raw[python] setup.py build +<< + +# Install Phase: +DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO +InstallScript: << + %p/bin/python%type_raw[python] setup.py bdist + tar xzfv dist/*.tar.gz -C %d/ +<< + + +# Additional Info +DescDetail: << + GNU Enterprise Common Library for use with the GNUe tools + GNUe-Common provides a set of images and classes that GNUe-Forms, + GNUe-Reports, GNUe-Appserver and GNUe-Designer and others are dependent + upon. + + It implements a database-abstraction layer that provides support for most + major databases. A builtin XML-to-Object parser and Object-to-XML marshaller + are used by Forms, Reports, and Designer to save and read Forms/Report + definitions to and from an XML file. It also defines and implements an + RPC abstraction layer that will allow server processes to define their + public methods once and have them available to CORBA, XML-RPC, SOAP, and + DCOM clients. +<< + +DescUsage: << + +Installs %p/bin/gnue-schema. Which should already be in your path. + +First time users be sure to copy and edit the following files: + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf + +See the folder %p/share/doc/gnue-common/ for documentation. + +Note that most of the documentation refers to debian file locations. +Fink places everything in the fink tree (which by default is %p). +<< + +HomePage: http://www.gnuenterprise.org/ +<< Added: trunk/gnue-designer/packaging/fink/gnue-designer-py.info =================================================================== --- trunk/gnue-designer/packaging/fink/gnue-designer-py.info 2006-07-21 07:46:09 UTC (rev 8538) +++ trunk/gnue-designer/packaging/fink/gnue-designer-py.info 2006-07-25 12:45:48 UTC (rev 8539) @@ -0,0 +1,62 @@ +Info2: << +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-designer-py%type_pkg[python] +Version: 0.5.7 +Revision: 3 +Description: GNU Enterprise Rapid Application Dev Tool +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> +Type: python (2.4) +Architecture: powerpc + +# Dependencies: +Depends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python] +BuildDepends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python]-dev + +# Unpack Phase: +Source-MD5: 369c0e85c6c4bc334a3646a7783ac3bc +Source: http://www.gnuenterprise.org/downloads/current/gnue-designer-%v.tar.gz + +# Patch Phase: + + +# Compile Phase: +CompileScript: << + %p/bin/python%type_raw[python] setup.py build +<< + +# Install Phase: +DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO +InstallScript: << + %p/bin/python%type_raw[python] setup.py bdist + tar xzfv dist/*.tar.gz -C %d/ +<< + + +# Additional Info +DescDetail: << + A Rapid Application Development tool for GNU Enterprise. + + Designer is the IDE for GNU Enterprise. It builds forms, + reports, classes, and other aspects of GNUe in a single environment, + and brings Rapid Application Development to the GNU Enterprise + environment. Like other pieces of GNU Enterprise it is cross platform. +<< + +DescUsage: << + +Installs %p/bin/gnue-designer. Which should already be in your path. + +First time users be sure to copy and edit: + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf + +See the folder %p/share/doc/gnue-designer for documentation. + +Note that most of the documentation refers to debian file locations. +Fink places everything in the fink tree (which by default is %p). +<< + +HomePage: http://www.gnuenterprise.org/ +<< Added: trunk/gnue-forms/packaging/fink/gnue-forms-py.info =================================================================== --- trunk/gnue-forms/packaging/fink/gnue-forms-py.info 2006-07-21 07:46:09 UTC (rev 8538) +++ trunk/gnue-forms/packaging/fink/gnue-forms-py.info 2006-07-25 12:45:48 UTC (rev 8539) @@ -0,0 +1,61 @@ +Info2: << +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-forms-py%type_pkg[python] +Version: 0.5.14a +Revision: 4 +Description: GNU Enterprise Forms +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> +Type: python (2.4) +Architecture: powerpc + +# Dependencies: +Depends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python] +BuildDepends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python]-dev + +# Unpack Phase: +Source-MD5: 16f7efbb0cc6f4de4640557463053bec +Source: http://www.gnuenterprise.org/downloads/current/gnue-forms-%v.tar.gz + +# Patch Phase: + + +# Compile Phase: +CompileScript: << + %p/bin/python%type_raw[python] setup.py build +<< + +# Install Phase: +DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO +InstallScript: << + %p/bin/python%type_raw[python] setup.py bdist + tar xzfv dist/*.tar.gz -C %d/ +<< + + +# Additional Info +DescDetail: << + GNU Enterprise Forms is an XML-based forms painter. It will read + XML files to create GUIs for Win32, GTK+, and Curses. It is fully + data-aware and can be used in n-tier environments with GNU Enterprise + Application Server or in 2-tier environments with MySQL or PostgreSQL. + It is designed for rapid development of business applications. +<< + +DescUsage: << + +Installs %p/bin/gnue-forms. Which should already be in your path. + +First time users be sure to copy and edit: + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf + +See the folder %p/share/doc/gnue-forms/ for documentation. + +Note that most of the documentation refers to debian file locations. +Fink places everything in the fink tree (which by default is %p). +<< + +HomePage: http://www.gnuenterprise.org/ +<< Added: trunk/gnue-navigator/packaging/fink/gnue-navigator-py.info =================================================================== --- trunk/gnue-navigator/packaging/fink/gnue-navigator-py.info 2006-07-21 07:46:09 UTC (rev 8538) +++ trunk/gnue-navigator/packaging/fink/gnue-navigator-py.info 2006-07-25 12:45:48 UTC (rev 8539) @@ -0,0 +1,60 @@ +Info2: << +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-navigator-py%type_pkg[python] +Version: 0.0.9 +Revision: 3 +Description: GNU Enterprise Navigator +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> +Type: python (2.4) +Architecture: powerpc + +# Dependencies: +Depends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python] +BuildDepends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python]-dev + +# Unpack Phase: +Source-MD5: e70a46c935dbe12868272c681470f343 +Source: http://www.gnuenterprise.org/downloads/current/gnue-navigator-%v.tar.gz + +# Patch Phase: + + +# Compile Phase: +CompileScript: << + %p/bin/python%type_raw[python] setup.py build +<< + +# Install Phase: +DocFiles: AUTHORS COPYING INSTALL NEWS README TODO +InstallScript: << + %p/bin/python%type_raw[python] setup.py bdist + tar xzfv dist/*.tar.gz -C %d/ +<< + + +# Additional Info +DescDetail: << + GNUe Navigator is a helper application for Forms and Reports. It takes + an XML definition of menu items and the form or report associated with + them, and turns it into a navigation form, to allow users to select and + run a Form or Report. +<< + +DescUsage: << + +Installs %p/bin/gnue-navigator. Which should already be in your path. + +First time users be sure to copy and edit: + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf + +See the folder %p/share/doc/gnue-navigator/ for documentation. + +Note that most of the documentation refers to debian file locations. +Fink places everything in the fink tree (which by default is %p). +<< + +HomePage: http://www.gnuenterprise.org/ +<< Added: trunk/gnue-reports/packaging/fink/gnue-reports-py.info =================================================================== --- trunk/gnue-reports/packaging/fink/gnue-reports-py.info 2006-07-21 07:46:09 UTC (rev 8538) +++ trunk/gnue-reports/packaging/fink/gnue-reports-py.info 2006-07-25 12:45:48 UTC (rev 8539) @@ -0,0 +1,72 @@ +Info2: << +# Mac OS X Configuration and Installation +# Fink - http://fink.sourceforge.net/ +Package: gnue-reports-py%type_pkg[python] +Version: 0.1.8 +Revision: 3 +Description: GNU Enterprise Reports +License: GPL +Maintainer: Neil Tiffin <[EMAIL PROTECTED]> +Type: python (2.4) +Architecture: powerpc + +# Dependencies: +Depends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python] +BuildDepends: gnue-common-py%type_pkg[python] (>= 0.6.1), wxpython-py%type_pkg[python]-dev + +# Unpack Phase: +Source-MD5: bd7c65af8ad633db84d7b0b99d66867c +Source: http://www.gnuenterprise.org/downloads/current/gnue-reports-%v.tar.gz + +# Patch Phase: + + +# Compile Phase: +CompileScript: << + %p/bin/python%type_raw[python] setup.py build +<< + +# Install Phase: +DocFiles: AUTHORS COPYING INSTALL NEWS README TODO +InstallScript: << + %p/bin/python%type_raw[python] setup.py bdist + tar xzfv dist/*.tar.gz -C %d/ +<< + + +# Additional Info +DescDetail: << + GNU Enterprise Reports is a platform and output-indepedent reporting + system. It reads an XML-based report definition and generates + arbitrary XML output that can further be translated into any + format for which there is an adapter. GNUe Reports currently + has output for Text, HTML, and CSV -- with PDF, Postscript, + and Gnumeric/Excel formats in the works. Reports can output + directly to a file, as an email attachment, to a printer, or + to a HylaFax server. + +<< + +DescUsage: << + +Installs: +%p/bin/gnue-reports +%p/bin/gnue-reports-filter +%p/bin/gnue-reports-server + +Which should already be in your path. + +First time users be sure to copy and edit: + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf + +See the folder %p/share/doc/gnue-reports for documentation or +http://www.gnuenterprise.org/docs/reports/ + +Note that most of the documentation refers to debian file locations. +Fink places everything in the fink tree (which by default is %p). +<< + +HomePage: http://www.gnuenterprise.org/ +<< + _______________________________________________ commit-gnue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/commit-gnue
