Author: neilt Date: 2005-10-15 07:05:06 -0500 (Sat, 15 Oct 2005) New Revision: 8062
Modified: trunk/gnue-appserver/packaging/fink/gnue-appserver.info trunk/gnue-common/doc/install-mac-os-x.txt 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: Update fink package files. Modified: trunk/gnue-appserver/packaging/fink/gnue-appserver.info =================================================================== --- trunk/gnue-appserver/packaging/fink/gnue-appserver.info 2005-10-14 21:33:32 UTC (rev 8061) +++ trunk/gnue-appserver/packaging/fink/gnue-appserver.info 2005-10-15 12:05:06 UTC (rev 8062) @@ -2,7 +2,7 @@ # Fink - http://fink.sourceforge.net/ Package: gnue-appserver Version: 0.4.3 -Revision: 1 +Revision: 2 Description: GNU Enterprise Application Server License: GPL Maintainer: Neil Tiffin <[EMAIL PROTECTED]> @@ -46,22 +46,22 @@ DescUsage: << Installs: -/sw/bin/gnue-appserver -/sw/bin/gnue-gsdgen -/sw/bin/gnue-readgcd -/sw/bin/gnue-readgld -/sw/bin/gnue-setupdb +%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: - /sw/etc/sample.gnue.conf to /sw/etc/gnue.conf - /sw/etc/sample.connections.conf to /sw/etc/connections.conf + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf -See the folder /sw/share/doc/gnue-appserver/ for documentation. +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 /sw). +Fink places everything in the fink tree (which by default is %p). << HomePage: http://www.gnuenterprise.org/ Modified: trunk/gnue-common/doc/install-mac-os-x.txt =================================================================== --- trunk/gnue-common/doc/install-mac-os-x.txt 2005-10-14 21:33:32 UTC (rev 8061) +++ trunk/gnue-common/doc/install-mac-os-x.txt 2005-10-15 12:05:06 UTC (rev 8062) @@ -42,16 +42,6 @@ fink install pyxml-py24 fink install python-mx-py24 -# Download psycopg 1.1.18 at http://initd.org/pub/software/psycopg/PSYCOPG-1-1/ - -# expand the download file - -# cd into the download source directory - -./configure --with-mxdatetime-includes=/sw/lib/python2.4/site-packages/mx/DateTime/mxDateTime -make MACOSX_DEPLOYMENT_TARGET=10.4 -sudo make install - # Install GNUE # ================== Modified: trunk/gnue-common/packaging/fink/gnue-common.info =================================================================== --- trunk/gnue-common/packaging/fink/gnue-common.info 2005-10-14 21:33:32 UTC (rev 8061) +++ trunk/gnue-common/packaging/fink/gnue-common.info 2005-10-15 12:05:06 UTC (rev 8062) @@ -2,14 +2,14 @@ # Fink - http://fink.sourceforge.net/ Package: gnue-common Version: 0.6.1 -Revision: 1 -Description: GNU Enterprise Common Library +Revision: 3 +Description: GNU Enterprise Common Functions License: GPL Maintainer: Neil Tiffin <[EMAIL PROTECTED]> # Dependencies: -Depends: python-mx-py24, pyxml-py24, psycopg-py24, xorg, wxgtk, python24, wxpython-py24, postgresql80-unified -BuildDepends: xorg-dev, wxpython-py24-dev, postgresql80-unified-dev +Depends: python-mx-py24, pyxml-py24, psycopg-py24, xorg | x11 | ncurses, wxgtk, python24, wxpython-py24, postgresql80-unified +BuildDepends: xorg-dev | x11-dev | ncurses-dev, wxpython-py24-dev, postgresql80-unified-dev # Unpack Phase: Source-MD5: ded65aceb4b610a17fc87ecc266ae912 @@ -49,16 +49,16 @@ DescUsage: << -Installs /sw/bin/gnue-schema. Which should already be in your path. +Installs %p/bin/gnue-schema. Which should already be in your path. First time users be sure to copy and edit the following files: - /sw/etc/sample.gnue.conf to /sw/etc/gnue.conf - /sw/etc/sample.connections.conf to /sw/etc/connections.conf + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf -See the folder /sw/share/doc/gnue-common/ for documentation. +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 /sw). +Fink places everything in the fink tree (which by default is %p). << HomePage: http://www.gnuenterprise.org/ Modified: trunk/gnue-designer/packaging/fink/gnue-designer.info =================================================================== --- trunk/gnue-designer/packaging/fink/gnue-designer.info 2005-10-14 21:33:32 UTC (rev 8061) +++ trunk/gnue-designer/packaging/fink/gnue-designer.info 2005-10-15 12:05:06 UTC (rev 8062) @@ -2,7 +2,7 @@ # Fink - http://fink.sourceforge.net/ Package: gnue-designer Version: 0.5.7 -Revision: 1 +Revision: 2 Description: GNU Enterprise Rapid Application Dev Tool License: GPL Maintainer: Neil Tiffin <[EMAIL PROTECTED]> @@ -42,16 +42,16 @@ DescUsage: << -Installs /sw/bin/gnue-designer. Which should already be in your path. +Installs %p/bin/gnue-designer. Which should already be in your path. First time users be sure to copy and edit: - /sw/etc/sample.gnue.conf to /sw/etc/gnue.conf - /sw/etc/sample.connections.conf to /sw/etc/connections.conf + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf -See the folder /sw/share/doc/gnue-designer for documentation. +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 /sw). +Fink places everything in the fink tree (which by default is %p). << HomePage: http://www.gnuenterprise.org/ Modified: trunk/gnue-forms/packaging/fink/gnue-forms.info =================================================================== --- trunk/gnue-forms/packaging/fink/gnue-forms.info 2005-10-14 21:33:32 UTC (rev 8061) +++ trunk/gnue-forms/packaging/fink/gnue-forms.info 2005-10-15 12:05:06 UTC (rev 8062) @@ -2,7 +2,7 @@ # Fink - http://fink.sourceforge.net/ Package: gnue-forms Version: 0.5.13 -Revision: 1 +Revision: 2 Description: GNU Enterprise Forms License: GPL Maintainer: Neil Tiffin <[EMAIL PROTECTED]> @@ -42,16 +42,16 @@ DescUsage: << -Installs /sw/bin/gnue-forms. Which should already be in your path. +Installs %p/bin/gnue-forms. Which should already be in your path. First time users be sure to copy and edit: - /sw/etc/sample.gnue.conf to /sw/etc/gnue.conf - /sw/etc/sample.connections.conf to /sw/etc/connections.conf + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf -See the folder /sw/share/doc/gnue-forms/ for documentation. +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 /sw). +Fink places everything in the fink tree (which by default is %p). << HomePage: http://www.gnuenterprise.org/ Modified: trunk/gnue-navigator/packaging/fink/gnue-navigator.info =================================================================== --- trunk/gnue-navigator/packaging/fink/gnue-navigator.info 2005-10-14 21:33:32 UTC (rev 8061) +++ trunk/gnue-navigator/packaging/fink/gnue-navigator.info 2005-10-15 12:05:06 UTC (rev 8062) @@ -2,7 +2,7 @@ # Fink - http://fink.sourceforge.net/ Package: gnue-navigator Version: 0.0.9 -Revision: 1 +Revision: 2 Description: GNU Enterprise Navigator License: GPL Maintainer: Neil Tiffin <[EMAIL PROTECTED]> @@ -40,16 +40,16 @@ DescUsage: << -Installs /sw/bin/gnue-navigator. Which should already be in your path. +Installs %p/bin/gnue-navigator. Which should already be in your path. -First time users be sure to copy and edit: - /sw/etc/sample.gnue.conf to /sw/etc/gnue.conf - /sw/etc/sample.connections.conf to /sw/etc/connections.conf +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 /sw/share/doc/gnue-navigator/ for documentation. +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 /sw). +Fink places everything in the fink tree (which by default is %p). << HomePage: http://www.gnuenterprise.org/ Modified: trunk/gnue-reports/packaging/fink/gnue-reports.info =================================================================== --- trunk/gnue-reports/packaging/fink/gnue-reports.info 2005-10-14 21:33:32 UTC (rev 8061) +++ trunk/gnue-reports/packaging/fink/gnue-reports.info 2005-10-15 12:05:06 UTC (rev 8062) @@ -2,7 +2,7 @@ # Fink - http://fink.sourceforge.net/ Package: gnue-reports Version: 0.1.8 -Revision: 1 +Revision: 2 Description: GNU Enterprise Reports License: GPL Maintainer: Neil Tiffin <[EMAIL PROTECTED]> @@ -46,21 +46,21 @@ DescUsage: << Installs: -/sw/bin/gnue-reports -/sw/bin/gnue-reports-filter -/sw/bin/gnue-reports-server +%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: - /sw/etc/sample.gnue.conf to /sw/etc/gnue.conf - /sw/etc/sample.connections.conf to /sw/etc/connections.conf + %p/etc/sample.gnue.conf to %p/etc/gnue.conf + %p/etc/sample.connections.conf to %p/etc/connections.conf -See the folder /sw/share/doc/gnue-reports for documentation or +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 /sw). +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
