Author: neilt Date: 2006-07-25 07:50:28 -0500 (Tue, 25 Jul 2006) New Revision: 8540
Removed: trunk/gnue-appserver/packaging/fink/gnue-appserver.info trunk/gnue-common/packaging/fink/gnue-common.info trunk/gnue-designer/packaging/fink/gnue-designer.info trunk/gnue-forms/packaging/fink/gnue-forms.info trunk/gnue-navigator/packaging/fink/gnue-navigator.info trunk/gnue-reports/packaging/fink/gnue-reports.info Log: Remove old version of Fink files. Deleted: trunk/gnue-appserver/packaging/fink/gnue-appserver.info =================================================================== --- trunk/gnue-appserver/packaging/fink/gnue-appserver.info 2006-07-25 12:45:48 UTC (rev 8539) +++ trunk/gnue-appserver/packaging/fink/gnue-appserver.info 2006-07-25 12:50:28 UTC (rev 8540) @@ -1,68 +0,0 @@ -# Mac OS X Configuration and Installation -# Fink - http://fink.sourceforge.net/ -Package: gnue-appserver -Version: 0.5.0 -Revision: 3 -Description: GNU Enterprise Application Server -License: GPL -Maintainer: Neil Tiffin <[EMAIL PROTECTED]> - -# Dependencies: -BuildDepends: texinfo, gnue-common (>= 0.6.1) -Depends: gnue-common (>= 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/python2.4 setup.py build -<< - -#Install Phase: -DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO -InstallScript: << - %p/bin/python2.4 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/ - Deleted: trunk/gnue-common/packaging/fink/gnue-common.info =================================================================== --- trunk/gnue-common/packaging/fink/gnue-common.info 2006-07-25 12:45:48 UTC (rev 8539) +++ trunk/gnue-common/packaging/fink/gnue-common.info 2006-07-25 12:50:28 UTC (rev 8540) @@ -1,65 +0,0 @@ -# Mac OS X Configuration and Installation -# Fink - http://fink.sourceforge.net/ -Package: gnue-common -Version: 0.6.2 -Revision: 5 -Description: GNU Enterprise Common Functions -License: GPL -Maintainer: Neil Tiffin <[EMAIL PROTECTED]> - -# Dependencies: -Depends: python-mx-py24, pyxml-py24, psycopg-py24, xorg | x11 | ncurses, wxgtk, python24, wxpython-py24 -BuildDepends: x11-dev | ncurses-dev, wxpython-py24-dev - -# Unpack Phase: -Source-MD5: e4ae2350508ca5001dff541ef464529c -Source: http://www.gnuenterprise.org/downloads/current/gnue-common-%v.tar.gz - -# Patch Phase: - - -# Compile Phase: -CompileScript: << - %p/bin/python2.4 setup.py build -<< - -# Install Phase: -DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO -InstallScript: << - %p/bin/python2.4 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/ - Deleted: trunk/gnue-designer/packaging/fink/gnue-designer.info =================================================================== --- trunk/gnue-designer/packaging/fink/gnue-designer.info 2006-07-25 12:45:48 UTC (rev 8539) +++ trunk/gnue-designer/packaging/fink/gnue-designer.info 2006-07-25 12:50:28 UTC (rev 8540) @@ -1,58 +0,0 @@ -# Mac OS X Configuration and Installation -# Fink - http://fink.sourceforge.net/ -Package: gnue-designer -Version: 0.5.7 -Revision: 2 -Description: GNU Enterprise Rapid Application Dev Tool -License: GPL -Maintainer: Neil Tiffin <[EMAIL PROTECTED]> - -# Dependencies: -Depends: gnue-common (>= 0.6.0) - -# Unpack Phase: -Source-MD5: 369c0e85c6c4bc334a3646a7783ac3bc -Source: http://www.gnuenterprise.org/downloads/current/gnue-designer-%v.tar.gz - -# Patch Phase: - - -# Compile Phase: -CompileScript: << - ./setup.py build -<< - -# Install Phase: -DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO -InstallScript: << - ./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/ - Deleted: trunk/gnue-forms/packaging/fink/gnue-forms.info =================================================================== --- trunk/gnue-forms/packaging/fink/gnue-forms.info 2006-07-25 12:45:48 UTC (rev 8539) +++ trunk/gnue-forms/packaging/fink/gnue-forms.info 2006-07-25 12:50:28 UTC (rev 8540) @@ -1,58 +0,0 @@ -# Mac OS X Configuration and Installation -# Fink - http://fink.sourceforge.net/ -Package: gnue-forms -Version: 0.5.14 -Revision: 4 -Description: GNU Enterprise Forms -License: GPL -Maintainer: Neil Tiffin <[EMAIL PROTECTED]> - -# Dependencies: -Depends: gnue-common (>= 0.6.1) -BuildDepends: wxpython-py24-dev - -# Unpack Phase: -Source-MD5: 2eca61fab476253af760ecd0fa41a637 -Source: http://www.gnuenterprise.org/downloads/current/gnue-forms-%v.tar.gz - -# Patch Phase: - - -# Compile Phase: -CompileScript: << - %p/bin/python2.4 setup.py build -<< - -# Install Phase: -DocFiles: AUTHORS BUGS COPYING INSTALL NEWS README TODO -InstallScript: << - %p/bin/python2.4 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/ - Deleted: trunk/gnue-navigator/packaging/fink/gnue-navigator.info =================================================================== --- trunk/gnue-navigator/packaging/fink/gnue-navigator.info 2006-07-25 12:45:48 UTC (rev 8539) +++ trunk/gnue-navigator/packaging/fink/gnue-navigator.info 2006-07-25 12:50:28 UTC (rev 8540) @@ -1,56 +0,0 @@ -# Mac OS X Configuration and Installation -# Fink - http://fink.sourceforge.net/ -Package: gnue-navigator -Version: 0.0.9 -Revision: 2 -Description: GNU Enterprise Navigator -License: GPL -Maintainer: Neil Tiffin <[EMAIL PROTECTED]> - -# Dependencies: -Depends: gnue-common (>= 0.6.0) - -# Unpack Phase: -Source-MD5: e70a46c935dbe12868272c681470f343 -Source: http://www.gnuenterprise.org/downloads/current/gnue-navigator-%v.tar.gz - -# Patch Phase: - - -# Compile Phase: -CompileScript: << - ./setup.py build -<< - -# Install Phase: -DocFiles: AUTHORS COPYING INSTALL NEWS README TODO -InstallScript: << - ./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/ - Deleted: trunk/gnue-reports/packaging/fink/gnue-reports.info =================================================================== --- trunk/gnue-reports/packaging/fink/gnue-reports.info 2006-07-25 12:45:48 UTC (rev 8539) +++ trunk/gnue-reports/packaging/fink/gnue-reports.info 2006-07-25 12:50:28 UTC (rev 8540) @@ -1,67 +0,0 @@ -# Mac OS X Configuration and Installation -# Fink - http://fink.sourceforge.net/ -Package: gnue-reports -Version: 0.1.8 -Revision: 2 -Description: GNU Enterprise Reports -License: GPL -Maintainer: Neil Tiffin <[EMAIL PROTECTED]> - -# Dependencies: -Depends: gnue-common (>= 0.6.0) - -# Unpack Phase: -Source-MD5: bd7c65af8ad633db84d7b0b99d66867c -Source: http://www.gnuenterprise.org/downloads/current/gnue-reports-%v.tar.gz - -# Patch Phase: - - -# Compile Phase: -CompileScript: << - ./setup.py build -<< - -# Install Phase: -DocFiles: AUTHORS COPYING INSTALL NEWS README TODO -InstallScript: << - ./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
