Update of /cvsroot/fink/experimental/dmrrsn
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17334

Added Files:
        abiword.info abiword.patch bbmail.info bbmail.patch 
        bbpager.info bbpager.patch libsidplay.info vtk-py23.info 
        vtk-py23.patch xmahjongg.info 
Log Message:
experimental versions (from new upstream versions)


--- NEW FILE: vtk-py23.patch ---
--- /sw/src/vtk-4.2.5-1/VTK/Common/CMakeLists.txt       Fri Dec 19 21:01:24 2003
+++ VTK/Common/CMakeLists.txt   Thu Jan  8 16:31:22 2004
@@ -1,4 +1,18 @@
-SET( Common_SRCS
+SET(KIT Common)
+SET(UKIT COMMON)
+SET(KIT_TCL_LIBS ${TCL_LIBRARY})
+SET(KIT_PYTHON_LIBS)
+SET(KIT_JAVA_LIBS)
+SET(KIT_LIBS)
+
+IF (APPLE)
+  SET(KIT_LIBS ${KIT_LIBS} "-framework AppKit")
+ENDIF (APPLE)
+IF (UNIX)
+  SET(KIT_LIBS ${KIT_LIBS} ${CMAKE_THREAD_LIBS} ${CMAKE_DL_LIBS} -lm)
+ENDIF (UNIX)
+
+SET( Kit_SRCS
 vtkAbstractMapper.cxx
 vtkAbstractTransform.cxx
 vtkActor2D.cxx
@@ -8,6 +22,7 @@
 vtkAssemblyPath.cxx
 vtkAssemblyPaths.cxx
 vtkBitArray.cxx
+vtkBox.cxx
 vtkByteSwap.cxx
 vtkCallbackCommand.cxx
 vtkCell.cxx
@@ -20,6 +35,10 @@
 vtkCollection.cxx
 vtkCollectionIterator.cxx
 vtkCommand.cxx
+vtkCompositeDataIterator.cxx
+vtkCompositeDataSet.cxx
+vtkCompositeDataVisitor.cxx
+vtkCompositeDataCommand.cxx
 vtkContourValues.cxx
 vtkConvexPointSet.cxx
 vtkCoordinate.cxx
@@ -43,6 +62,7 @@
 vtkEmptyCell.cxx
 vtkErrorCode.cxx
 vtkExplicitCell.cxx
+vtkExtentSplitter.cxx
 vtkExtentTranslator.cxx
 vtkFieldData.cxx
 vtkFileOutputWindow.cxx
@@ -53,6 +73,10 @@
 vtkGenericCell.cxx
 vtkHeap.cxx
 vtkHexahedron.cxx
+vtkHierarchicalBoxDataSet.cxx
+vtkHierarchicalBoxVisitor.cxx
+vtkHierarchicalDataSet.cxx
+vtkHierarchicalDataIterator.cxx
 vtkHomogeneousTransform.cxx
 vtkIdList.cxx
 vtkIdListCollection.cxx
@@ -81,6 +105,9 @@
 vtkMatrix4x4.cxx
 vtkMatrixToHomogeneousTransform.cxx
 vtkMatrixToLinearTransform.cxx
+vtkMultiBlockDataIterator.cxx
+vtkMultiBlockDataSet.cxx
+vtkMultiBlockDataVisitor.cxx
 vtkMultiPartExtentTranslator.cxx
 vtkMultiThreader.cxx
 vtkMutexLock.cxx
@@ -119,9 +146,11 @@
 vtkQuad.cxx
 vtkQuadraticEdge.cxx
 vtkQuadraticHexahedron.cxx
+vtkQuadraticPyramid.cxx
 vtkQuadraticQuad.cxx
 vtkQuadraticTetra.cxx
 vtkQuadraticTriangle.cxx
+vtkQuadraticWedge.cxx
 vtkQuadric.cxx
 vtkRectilinearGrid.cxx
 vtkReferenceCount.cxx
@@ -133,9 +162,11 @@
 vtkSmartPointerBase.cxx
 vtkSource.cxx
 vtkSphericalTransform.cxx
+vtkStdString.cxx
 vtkStructuredData.cxx
 vtkStructuredGrid.cxx
 vtkStructuredPoints.cxx
+vtkStructuredVisibilityConstraint.cxx
 vtkTableExtentTranslator.cxx
 vtkTensor.cxx
 vtkTetra.cxx
@@ -145,6 +176,7 @@
 vtkTransformCollection.cxx
 vtkTriangle.cxx
 vtkTriangleStrip.cxx
+vtkUniformGrid.cxx
 vtkUnsignedCharArray.cxx
 vtkUnsignedIntArray.cxx
 vtkUnsignedLongArray.cxx
@@ -162,19 +194,29 @@
 vtkXMLFileOutputWindow.cxx
 )
 
+IF (WIN32)
+  IF (NOT VTK_USE_X)
+    SET(Kit_SRCS ${Kit_SRCS} vtkWin32OutputWindow.cxx)
+  ENDIF (NOT VTK_USE_X)
+ENDIF (WIN32)
 
-# vtkObjectBase is marked ABSTRACT so that instantiators are happy.
 SET_SOURCE_FILES_PROPERTIES(
+# vtkObjectBase is marked ABSTRACT so that instantiators are happy.
 vtkAbstractMapper
 vtkAbstractTransform
 vtkCallbackCommand
 vtkCell
 vtkCell3D
 vtkCommand
+vtkCompositeDataIterator
+vtkCompositeDataSet
+vtkCompositeDataVisitor
+vtkCompositeDataCommand
 vtkDataArray
 vtkDataSet
 vtkExplicitCell
 vtkFunctionSet
+vtkHierarchicalDataSet
 vtkHomogeneousTransform
 vtkImplicitFunction
 vtkInitialValueProblemSolver
@@ -199,121 +241,167 @@
 ABSTRACT
 )
 
-IF (WIN32)
-  SET(Common_SRCS ${Common_SRCS} vtkWin32OutputWindow.cxx)
-ENDIF (WIN32)
-
 SET_SOURCE_FILES_PROPERTIES(
-  vtkCallbackCommand
-  vtkCommand
-  vtkDebugLeaksManager
-  vtkErrorCode
+  vtkCallbackCommand.cxx
+  vtkCommand.cxx
+  vtkDebugLeaksManager.cxx
+  vtkErrorCode.cxx
   vtkIdType.cxx
-  vtkImageIterator
-  vtkImageProgressIterator
-  vtkLargeInteger
+  vtkImageIterator.cxx
+  vtkImageProgressIterator.cxx
+  vtkIndent.cxx
+  vtkLargeInteger.cxx
   vtkOStrStreamWrapper.cxx
   vtkOStreamWrapper.cxx
-  vtkOldStyleCallbackCommand
+  vtkOldStyleCallbackCommand.cxx
   vtkSmartPointerBase.cxx
+  vtkStdString.cxx
+  vtkTimeStamp.cxx
   WRAP_EXCLUDE
 )
 
+SET(Kit_EXTRA_SRCS)
+SET(Kit_EXTRA_CMDS)
+SET(Kit_TCL_EXTRA_SRCS vtkTclUtil.cxx)
+SET(Kit_PYTHON_EXTRA_SRCS vtkPythonUtil.cxx)
+SET(Kit_JAVA_EXTRA_SRCS vtkJavaUtil.cxx)
+
+# -----------------------------------------------------------------
+# Start of common section
+
 # Setup vtkInstantiator registration for this library's classes.
-VTK_MAKE_INSTANTIATOR2(vtkCommonInstantiator CommonInstantiator_SRCS
-                       ${Common_SRCS}
-                       EXPORT_MACRO VTK_COMMON_EXPORT
+VTK_MAKE_INSTANTIATOR2(vtk${KIT}Instantiator KitInstantiator_SRCS
+                       ${Kit_SRCS}
+                       EXPORT_MACRO VTK_${UKIT}_EXPORT
                        HEADER_LOCATION ${VTK_BINARY_DIR})
 
-ADD_LIBRARY(vtkCommon ${Common_SRCS} ${CommonInstantiator_SRCS})
+ADD_LIBRARY(vtk${KIT} ${Kit_SRCS} ${Kit_EXTRA_SRCS} ${KitInstantiator_SRCS})
 
 IF(VTK_APPLE_SHARED_FLAGS_NEEDED)
-  SET_TARGET_PROPERTIES(vtkCommon PROPERTIES LINK_FLAGS "-init _oft_initCom")
+  SET_TARGET_PROPERTIES(vtk${KIT} PROPERTIES LINK_FLAGS "-init 
_oft_init${KIT}")
 ENDIF(VTK_APPLE_SHARED_FLAGS_NEEDED)
-IF (APPLE)
-  TARGET_LINK_LIBRARIES(vtkCommon "-framework AppKit")
-ENDIF (APPLE)
-
-IF (UNIX)
-  TARGET_LINK_LIBRARIES(vtkCommon ${CMAKE_THREAD_LIBS} ${CMAKE_DL_LIBS} -lm)
-ENDIF (UNIX)
 
 # Allow the user to customize their build with some local options
 #
-INCLUDE (${VTK_BINARY_DIR}/Common/LocalUserOptions.cmake OPTIONAL)
-INCLUDE (${VTK_SOURCE_DIR}/Common/LocalUserOptions.cmake OPTIONAL)
+SET(LOCALUSERMACRODEFINED 0)
+INCLUDE (${VTK_BINARY_DIR}/${KIT}/LocalUserOptions.cmake OPTIONAL)
+INCLUDE (${VTK_SOURCE_DIR}/${KIT}/LocalUserOptions.cmake OPTIONAL)
 
 # if we are wrapping into Tcl then add the library and extra
 # source files
 #
 IF (VTK_WRAP_TCL)
-  VTK_WRAP_TCL2(vtkCommonTCL CommonTCL_SRCS ${Common_SRCS})
-  ADD_LIBRARY(vtkCommonTCL ${CommonTCL_SRCS} vtkTclUtil.cxx)
-  TARGET_LINK_LIBRARIES (vtkCommonTCL ${TCL_LIBRARY} vtkCommon)
-  INSTALL_TARGETS(/lib/vtk vtkCommonTCL)
-  INSTALL_FILES(/include/vtk .h
-    vtkTclUtil
-  )
+  VTK_WRAP_TCL2(vtk${KIT}TCL SOURCES KitTCL_SRCS 
+                ${Kit_SRCS}
+                COMMANDS ${Kit_TCL_EXTRA_CMDS})
+  ADD_LIBRARY(vtk${KIT}TCL ${KitTCL_SRCS} ${Kit_TCL_EXTRA_SRCS})
+  TARGET_LINK_LIBRARIES (vtk${KIT}TCL vtk${KIT} ${KIT_TCL_LIBS})
+  INSTALL_TARGETS(/lib/vtk vtk${KIT}TCL)
 ENDIF (VTK_WRAP_TCL)
 
 # if we are wrapping into Python then add the library and extra
 # source files
 #
 IF (VTK_WRAP_PYTHON)
-  VTK_WRAP_PYTHON2(vtkCommonPython CommonPython_SRCS ${Common_SRCS})
-  ADD_LIBRARY(vtkCommonPython MODULE ${CommonPython_SRCS} vtkPythonUtil.cxx)
+  VTK_WRAP_PYTHON2(vtk${KIT}Python KitPython_SRCS ${Kit_SRCS})
+  IF (APPLE)
+    ADD_LIBRARY(vtk${KIT}PythonD ${KitPython_SRCS} ${Kit_PYTHON_EXTRA_SRCS})
+    ADD_LIBRARY(vtk${KIT}Python MODULE vtk${KIT}PythonInit.cxx)
+    TARGET_LINK_LIBRARIES(vtk${KIT}PythonD vtk${KIT} ${KIT_PYTHON_LIBS} 
${PYTHON_LIBRARY})
+    TARGET_LINK_LIBRARIES(vtk${KIT}Python vtk${KIT}PythonD)
+    INSTALL_TARGETS(/lib/vtk vtk${KIT}PythonD)
+  ELSE (APPLE)
+    ADD_LIBRARY(vtk${KIT}Python MODULE ${KitPython_SRCS} 
${Kit_PYTHON_EXTRA_SRCS})
+    TARGET_LINK_LIBRARIES (vtk${KIT}Python vtk${KIT} ${KIT_PYTHON_LIBS})
+  ENDIF(APPLE)
   IF(WIN32)
-    TARGET_LINK_LIBRARIES (vtkCommonPython
+    TARGET_LINK_LIBRARIES (vtk${KIT}Python
                            debug ${PYTHON_DEBUG_LIBRARY}
                            optimized ${PYTHON_LIBRARY})
-  ELSE(WIN32)
-    TARGET_LINK_LIBRARIES (vtkCommonPython ${PYTHON_LIBRARY})
   ENDIF(WIN32)
-  TARGET_LINK_LIBRARIES(vtkCommonPython vtkCommon)
-
-  INSTALL_TARGETS(/lib/vtk vtkCommonPython)
-  INSTALL_FILES(/include/vtk .h
-    vtkPythonUtil
-  )
+  INSTALL_TARGETS(/lib/vtk vtk${KIT}Python)
 ENDIF (VTK_WRAP_PYTHON)
 
 # if we are wrapping into Java then add the library and extra
 # source files
 #
 IF (VTK_WRAP_JAVA)
-  VTK_WRAP_JAVA2(vtkCommonJava CommonJava_SRCS ${Common_SRCS})
-  ADD_LIBRARY(vtkCommonJava SHARED ${CommonJava_SRCS} vtkJavaUtil.cxx)
-  TARGET_LINK_LIBRARIES(vtkCommonJava vtkCommon)
-  INSTALL_TARGETS(/lib/vtk vtkCommonJava)
-  INSTALL_FILES(/include/vtk .h
-    vtkJavaUtil
-  )
+  VTK_WRAP_JAVA2(vtk${KIT}Java KitJava_SRCS ${Kit_SRCS})
+  ADD_LIBRARY(vtk${KIT}Java SHARED ${KitJava_SRCS} ${Kit_JAVA_EXTRA_SRCS})
+  TARGET_LINK_LIBRARIES(vtk${KIT}Java vtk${KIT} ${KIT_JAVA_LIBS})
+  INSTALL_TARGETS(/lib/vtk vtk${KIT}Java)
 ENDIF (VTK_WRAP_JAVA)
 
-INSTALL_TARGETS(/lib/vtk vtkCommon)
-INSTALL_FILES(/include/vtk .h ${Common_SRCS}
+TARGET_LINK_LIBRARIES(vtk${KIT} ${KIT_LIBS})
+
+INSTALL_TARGETS(/lib/vtk vtk${KIT})
+INSTALL_FILES(/include/vtk .h ${Kit_SRCS})
+
+VTK_EXPORT_KIT("${KIT}" "${UKIT}" "${Kit_SRCS}")
+
+# If the user defined a custom macro, execute it now and pass in all the srcs
+#
+IF(LOCALUSERMACRODEFINED)
+  LocalUserOptionsMacro( "${Kit_SRCS}"       "${Kit_EXTRA_SRCS}"
+                         "${KitTCL_SRCS}"    "${Kit_TCL_EXTRA_SRCS}"
+                         "${KitJava_SRCS}"   "${Kit_JAVA_EXTRA_SRCS}"
+                         "${KitPython_SRCS}" "${Kit_PYTHON_EXTRA_SRCS}")
+ENDIF(LOCALUSERMACRODEFINED)
+
+# End of common section
+# -----------------------------------------------------------------
+
+INSTALL_FILES(/include/vtk .h
   vtkCellType
+  vtkDataArrayTemplate
+  vtkIOStream
+  vtkIOStreamFwd
   vtkSetGet
+  vtkSmartPointer
   vtkSystemIncludes
   vtkWin32Header
-  vtkSmartPointer
-  vtkIOStream
-  vtkIOStreamFwd
+)
+
+IF(VTK_WRAP_TCL)
+  INSTALL_FILES(/include/vtk .h
+    vtkTcl
+    vtkTclUtil
+    vtkTk
+  )
+ENDIF(VTK_WRAP_TCL)
+IF(VTK_WRAP_PYTHON)
+  INSTALL_FILES(/include/vtk .h
+    vtkPythonUtil
+  )
+  IF (TK_LIBRARY)
+       IF(NOT VTK_USE_COCOA)
+      INSTALL_FILES(/include/vtk .h
+        vtkTcl
+        vtkTk
+       )
+    ENDIF(NOT VTK_USE_COCOA)
+  ENDIF (TK_LIBRARY)
+ENDIF(VTK_WRAP_PYTHON)
+IF(VTK_WRAP_JAVA)
+  INSTALL_FILES(/include/vtk .h
+    vtkJavaUtil
   )
+ENDIF(VTK_WRAP_JAVA)
 
 INSTALL_FILES(/include/vtk .txx
+  vtkDataArrayTemplate
   vtkImageIterator
   vtkImageProgressIterator
 )
 
 INSTALL_FILES(/lib/vtk/testing FILES
-              ${VTK_SOURCE_DIR}/Common/Testing/HeaderTesting.py
-              ${VTK_SOURCE_DIR}/Common/Testing/Tcl/FindString.tcl
-              ${VTK_SOURCE_DIR}/Common/Testing/Tcl/PrintSelfCheck.tcl
-              ${VTK_SOURCE_DIR}/Common/Testing/Tcl/rtImageTest.tcl)
+              ${VTK_SOURCE_DIR}/${KIT}/Testing/HeaderTesting.py
+              ${VTK_SOURCE_DIR}/${KIT}/Testing/Tcl/FindString.tcl
+              ${VTK_SOURCE_DIR}/${KIT}/Testing/Tcl/PrintSelfCheck.tcl
+              ${VTK_SOURCE_DIR}/${KIT}/Testing/Tcl/rtImageTest.tcl)
 INSTALL_FILES(/include/vtk FILES
-              ${VTK_SOURCE_DIR}/Common/Testing/Cxx/vtkRegressionTestImage.h)
+              ${VTK_SOURCE_DIR}/${KIT}/Testing/Cxx/vtkRegressionTestImage.h)
 IF(VTK_USE_PARALLEL)
   INSTALL_FILES(/lib/vtk/testing FILES
-                ${VTK_SOURCE_DIR}/Common/Testing/Tcl/prtImageTest.tcl)
+                ${VTK_SOURCE_DIR}/${KIT}/Testing/Tcl/prtImageTest.tcl)
 ENDIF(VTK_USE_PARALLEL)

--- NEW FILE: bbpager.patch ---
diff -Naur bbpager-0.3.0.orig/README.config bbpager-0.3.0/README.config
--- bbpager-0.3.0.orig/README.config    Wed Dec 31 19:00:00 1969
+++ bbpager-0.3.0/README.config Sat Sep 15 15:44:04 2001
@@ -0,0 +1,21 @@
+The global configuration files can be found in @PREFIX@/share/bbtools 
+
+Blackbox users:
+---------------
+
+By default bbpager reads the Blackbox style-file as defined in .blackboxrc 
+and copies as much of the style as possible. The result is a application 
+which looks a lot like the toolbar. 
+
+Furthermore bbpager reads the bbpager.bb config file.
+The global configuration is placed in @PREFIX@/share/bbtools/
+The local configuration can be placed in $HOME/.bbtools/
+Just copy the global configuration file to $HOME/.bbtools/ (and change it)
+
+Users other Window managers:
+----------------------------------------------------------------
+
+bbpager reads the bbpager.nobb config file.
+The global configuration is placed in @PREFIX@/share/bbtools/
+The local configuration can be placed in $HOME/.bbtools/
+Just copy the global configuration file to $HOME/.bbtools/ (and change it) 
diff -Naur bbpager-0.3.0.orig/data/README.bbpager 
bbpager-0.3.0/data/README.bbpager
--- bbpager-0.3.0.orig/data/README.bbpager      Wed Aug 25 10:22:19 1999
+++ bbpager-0.3.0/data/README.bbpager   Sat Sep 15 16:26:50 2001
@@ -13,7 +13,7 @@
 Configuration options can be changed in bbpager.bb. 
 Most likely you want to change some of these options, 
 
-The global configuration file can be found in $datadir/bbtools/bbpager.bb
+The global configuration file can be found in @PREFIX@/share/bbtools/bbpager.bb
 A local configuration can be made by copying the bbpager.bb file to 
 $HOME/.bbtools/bbpager.bb and editing it.
 
@@ -23,7 +23,7 @@
 Configuration options can be changed in bbpager.bb. 
 Most likely you want to change some of these options, 
 
-The global configuration file can be found in $datadir/bbtools/bbpager.nobb
+The global configuration file can be found in 
@PREFIX@/share/bbtools/bbpager.nobb
 A local configuration can be made by copying the bbpager.nobb file to 
 $HOME/.bbtools/bbpager.nobb and editing it.
 

--- NEW FILE: libsidplay.info ---
Package: libsidplay
Version: 1.36.59
Revision: 1
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Source: 
http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%n-%v.tgz
Source-MD5: 37c51ba4bd57164b1b0bb7b43b9adece
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
DocFiles: COPYING AUTHORS DEVELOPER INSTALL
SplitOff: <<
  Package: %N-shlibs
  Files: <<
    lib/%N.*.dylib
  <<
  Shlibs: <<
    %p/lib/%N.2.dylib 3.0.0 %n (>= 1.36.57-1)
  <<
  DocFiles: COPYING AUTHORS DEVELOPER INSTALL
<<
Description: C64 sound file player
License: GPL
Maintainer: Keith Conger <[EMAIL PROTECTED]>
Homepage: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/

--- NEW FILE: abiword.patch ---
diff -ruN abiword-2.2.7/abi/abiword.sh abiword-2.2.7-patched/abi/abiword.sh
--- abiword-2.2.7/abi/abiword.sh        1969-12-31 19:00:00.000000000 -0500
+++ abiword-2.2.7-patched/abi/abiword.sh        2005-06-05 10:54:11.000000000 
-0400
@@ -0,0 +1,14 @@
+#!/bin/sh
+# make symlinks in ~/.fonts for applettf .ttf files
+# if they are not already there.
+for file in /fink/lib/X11/fonts/applettf/*ttf; do
+    if [ ! -d ~/.fonts ]; then
+        mkdir ~/.fonts
+    fi
+    symlink=~/.fonts/`basename $file`
+    if [ -f $file ] && [ ! -L $symlink ] && [ ! -f $symlink ] ; then
+        ln -s $file $symlink
+    fi
+done
+# launch abiword
+/fink/lib/AbiSuite-2.0/AbiWord-2.0 $@
diff -ruN abiword-2.2.7/abi/src/af/xap/unix/xap_UnixAppImpl.cpp 
abiword-2.2.7-patched/abi/src/af/xap/unix/xap_UnixAppImpl.cpp
--- abiword-2.2.7/abi/src/af/xap/unix/xap_UnixAppImpl.cpp       2004-05-29 
05:14:51.000000000 -0400
+++ abiword-2.2.7-patched/abi/src/af/xap/unix/xap_UnixAppImpl.cpp       
2005-06-05 11:00:02.000000000 -0400
@@ -113,6 +113,11 @@
        }
        if (fmtstring == 0)
        {
+               if(progExists("open"))
+               {
+                       fmtstring = "open '%s' &";
+                       execstring = g_strdup_printf(fmtstring, szURL);
+               }
                if(progExists("galeon"))
                {
                        fmtstring = "galeon '%s' &";

--- NEW FILE: bbmail.patch ---
diff -Naur bbmail-0.6.11.orig/README.config bbmail-0.6.11/README.config
--- bbmail-0.6.11.orig/README.config    Wed Dec 31 19:00:00 1969
+++ bbmail-0.6.11/README.config Sat Sep 15 15:45:07 2001
@@ -0,0 +1,21 @@
+The global configuration files can be found in @PREFIX@/share/bbtools.
+
+Blackbox users:
+---------------
+
+By default bbmail reads the Blackbox style-file as defined in .blackboxrc 
+and copies as much of the style as possible. The result is a application 
+which looks a lot like the toolbar. 
+
+Furthermore bbmail reads the bbmail.bb config file.
+The global configuration is placed in @PREFIX@/share/bbtools/
+The local configuration can be placed in $HOME/.bbtools/
+Just copy the global configuration file to $HOME/.bbtools/ (and change it)
+
+Users other Window managers (KDE wm-hints need to be supported):
+----------------------------------------------------------------
+
+bbmail reads the bbmail.nobb config file.
+The global configuration is placed in @PREFIX@/share/bbtools/
+The local configuration can be placed in $HOME/.bbtools/
+Just copy the global configuration file to $HOME/.bbtools/ (and change it) 

--- NEW FILE: bbpager.info ---
Package: bbpager
Version: 0.3.1
Revision: 1
Source: http://bbtools.windsofstorm.net/sources/%n-%v.tar.gz
Source-MD5: 27e575bd87be25e2fe8a116412d933cc
BuildDepends: x11-dev
Depends: x11
SetCPPFLAGS: -no-cpp-precomp
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
GCC: 3.3
InstallScript: <<
 make install DESTDIR=%d
 mkdir -p %i/share/doc/%n;
 (cd %i/share/doc/%n; ln -s %p/share/bbtools/README.%n;)
<<
DocFiles: COPYING AUTHORS README README.config
Description: Pager tool for the Blackbox window manager
DescDetail: <<
A pager tool for Blackbox, for now it uses KDE wm-hints to 
get the information from the window manager. There is nothing
specific to Blackbox, it was just written with Blackbox in mind and in
a similar style.
<<
DescUsage: <<
 Important: See files in <fink-root>/share/bbtools for configuration examples

 To switch between workspaces, middle-click on the frame of
 the space you wish to jump to. To move windows from one workspace to
 another, left-click and drag on its miniature representation within
 the pager.
<<
Homepage: http://bbtools.windsofstorm.net
License: GPL
Maintainer: Christian Swinehart <[EMAIL PROTECTED]>

--- NEW FILE: bbmail.info ---
Package: bbmail
Version: 0.8.3
Revision: 1
Source: http://bbtools.windsofstorm.net/sources/%n-%v.tar.gz
Source-MD5: fc5dd75c3350402a3740a9982f206118
BuildDepends: x11-dev
Depends: x11
SetCPPFLAGS: -no-cpp-precomp
PatchScript: sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
GCC: 3.3
InstallScript: <<
 make install DESTDIR=%d
 mkdir -p %i/share/bbtools
 install -m 755 scripts/bbmailparsefm.pl %i/share/bbtools
 mkdir -p %i/share/doc/%n;
 (cd %i/share/doc/%n; ln -s %p/share/bbtools/README.%n;) 
<<
DocFiles: COPYING AUTHORS README README.config
Description: Email-watcher designed for use with Blackbox
DescDetail: <<
This application checks your mail-boxes and reports new, read and unread mail. 
It is not specific to Blackbox, it was just written with Blackbox in mind and 
in
a similar style.
<<
DescUsage: <<
 Important: See files in <fink-root>/share/bbtools for configuration examples.
 Also useful to take a look at bbparsemail.pl if you plan to check non-unix 
mail.
<<
Homepage: http://bbtools.windsofstorm.net
License: GPL
Maintainer: Christian Swinehart <[EMAIL PROTECTED]>

--- NEW FILE: xmahjongg.info ---
Package: xmahjongg
Version: 3.7
Revision: 1
Maintainer: Jeremy Higgs <[EMAIL PROTECTED]>
BuildDepends: x11-dev
Depends: x11
Source: http://www.lcdf.org/%n/%n-%v.tar.gz
Source-MD5: 9db5bf1b329b410220b7976cd9b3d374
#Patch: %n.patch
ConfigureParams: --mandir='${prefix}/share/man'
GCC: 3.3
InstallScript: <<
 make install DESTDIR=%d
 mkdir -p %i/share/doc/%n
 tail -n 9 README > %i/share/doc/%n/COPYING
<<
DocFiles: NEWS README
Description: X-Windows version of Mah Jongg
DescDetail: <<
Xmahjongg is an X-Windows version of Mah Jongg, where the aim is to remove 
all 144 tiles from the board, by matching pairs.
Some features of Xmahjongg are:
   * Colourful Mah Jongg tiles.
   * Multiple tile sets.
   * Undo function.
   * A count of matches remaining.
<<
DescPackaging: <<
InstallScript includes 'tail' command to create COPYING file and place it in 
correct directory.
ConfigureParams places manpages in correct directories.
Patch adds 'DESTDIR' support for 'install-share' target in Makefile.in file.
<<
Homepage: http://www.lcdf.org/xmahjongg/
License: GPL

--- NEW FILE: abiword.info ---
Package: abiword
Version: 2.2.7
Revision: 1
Depends:  glib2-shlibs, pango1-xft2-shlibs, atk1-shlibs, gtk+2-shlibs, 
libglade2-shlibs, fribidi-shlibs, libxml2-shlibs, libpng3-shlibs, 
libjpeg-shlibs, popt-shlibs
BuildDepends: pkgconfig, glib2-dev, glib2, pango1-xft2-dev, atk1, gtk+2-dev, 
libglade2, fribidi, fribidi-dev, libxml2, libjpeg, libpng3, gettext-dev, 
gettext-bin, gettext-tools, libiconv-dev, applesystemfonts, popt, x11-dev
PatchScript: <<
 #!/bin/sh
 cd ../
 sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
<<
Description: Open-source word processor
DescUsage: <<
 set the BROWSER environment variable to "open" to
 have your default web browser be the help viewer.
<<
Source: http://www.abisource.com/downloads/%n/%v/source/%n-%v.tar.gz
Source-MD5: d07e581539479e615a0af0c0a92da9a3
GCC: 3.3
SourceDirectory: %n-%v/abi
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --disable-gnome --disable-Cocoa --disable-Carbon 
--with-libxml2 --disable-gucharmap --with-libjpeg  --without-epath
NoSetCPPFLAGS: true
CompileScript: <<
 #!/bin/sh
 # set CPPFLAGS so that :freetype2 headers found before freetype headers.
 export CPPFLAGS="-I/usr/X11R6/include/freetype2 -I%p/include"
 ./configure %c
 make
<<
InstallScript: <<
 #!/bin/sh
 make install DESTDIR=%d
 # make abiword a shell script that sets symlinks for applettf
 # fonts in ~/.fonts (if necessary) on launch.
 # remove abiword (a symlink)
 /bin/rm -f %i/bin/abiword
 mkdir -p %i/lib/AbiSuite-2.0
 # move actual abiword executable
 mv %i/bin/AbiWord-2.0 %i/lib/AbiSuite-2.0
 # install abiword startup script
 cp abiword.sh %i/bin/abiword
 chmod 755 %i/bin/abiword
 # install abiword-docs dir.
 mkdir -p %i/share/doc/%n
 cd ../
 cp -R abiword-docs %i/share/doc/%n
 # symlink for man page
 mkdir -p %i/share/man/man8
 ln -s %p/share/doc/abiword/abiword-docs/man/abiword.8 
%i/share/man/man8/abiword.8
 # symlink for help pages
 mkdir -p %i/share/AbiSuite-2.0/AbiWord
 ln -s %p/share/doc/abiword/abiword-docs/help %i/share/AbiSuite-2.0/AbiWord/help
<<
DescPort: <<
 Patch to use 'open' as default help browser (set the BROWSER
 environment variable to override this).
 abiword is a wrapper script that sets up symlinks to applettf
 fonts in ~/.fonts, so that abiword will find them.
<<
DocFiles: BUILD.TXT COPYING README.TXT COPYRIGHT.TXT
License: GPL
Homepage: http://www.abiword.com
Maintainer: Jeffrey Whitaker <[EMAIL PROTECTED]>

--- NEW FILE: vtk-py23.info ---
Package: vtk-py23
Version: 4.4.2
Revision: 1
BuildDependsOnly: False
Source: http://www.vtk.org/files/release/4.4/VTK-%v.tar.gz
Source-MD5: 17a5006c4d7acca3e74d32e0e27f4739
SourceDirectory: VTK
License: BSD
GCC: 3.3
Depends: x11, x11-shlibs, tcltk, tcltk-shlibs, expat-shlibs, libpng3-shlibs, 
libtiff-shlibs, libjpeg-shlibs, python23
BuildDepends: cmake (>= 1.8.2-1), x11-dev, tcltk-dev, expat, libpng3, libtiff, 
libjpeg
#Provides: vtk
Conflicts: vtk (<= 4.2.5-2)
Replaces: vtk (<=4.2.5-2)
Recommends: vtkdata
PatchScript: <<
 perl -pi.bak -e 's|/usr/local/lib|%p/lib/vtk|g' 
Wrapping/Python/vtk/tk/vtkLoadPythonTkWidgets.py
 perl -pi.bak -e 's|/usr/local|%p|g' Wrapping/Tcl/vtkbase/vtkbase.tcl
 perl -pi.bak -e 's|(\-no\-cpp\-precomp)|\-O3 \-mcpu=G3 \-mtune=G4 
\-funroll\-loops \-Wno\-long\-double $1|g' CMakeLists.txt
<<
CompileScript: <<
#!/bin/sh
 %p/bin/cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON \
       -DBUILD_SHARED_LIBS:BOOL=ON \
       -DCMAKE_SHARED_LINKER_FLAGS:STRING="-L%p/lib -install_name 
%p/lib/vtk/\`basename <TARGET>\`" \
       -DCMAKE_INSTALL_PREFIX:PATH=%p \
       -DVTK_USE_CARBON:BOOL=OFF \
       -DVTK_USE_COCOA:BOOL=OFF \
       -DVTK_USE_HYBRID:BOOL=ON \
       -DVTK_USE_X:BOOL=ON \
       -DCMAKE_X_LIBS:STRING="-lSM;-lICE;-lX11;-lXext" \
       -DVTK_WRAP_TCL:BOOL=ON \
       -DTCL_INCLUDE_PATH:PATH=%p/include \
       -DTCL_LIBRARY:FILEPATH=%p/lib/libtcl.dylib \
       -DTK_INCLUDE_PATH:PATH=%p/include \
       -DTK_INTERNAL_PATH:PATH=%p/include/vtk/tkInternals/tk84OSX \
       -DVTK_WRAP_JAVA:BOOL=OFF \
       -DVTK_WRAP_PYTHON:BOOL=ON \
       -DPYTHON_EXECUTABLE:FILEPATH=%p/bin/python2.3 \
       -DPYTHON_INCLUDE_PATH:PATH=%p/include/python2.3 \
       -DPYTHON_LIBRARY:FILEPATH=%p/lib/python2.3/config/libpython2.3.dylib \
       
-DPYTHON_DEBUG_LIBRARY:FILEPATH=%p/lib/python2.3/config/libpython2.3.dylib \
       -DOPENGL_gl_LIBRARY:STRING="-lGL" \
       -DOPENGL_glu_LIBRARY:STRING="-lGLU" \
       -DOPENGL_xmesa_INCLUDE_DIR:PATH=/usr/X11R6/include \
       -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
       -DEXPAT_INCLUDE_DIR:PATH=%p/include \
       -DEXPAT_LIBRARY:FILEPATH=%p/lib/libexpat.dylib \
       -DVTK_USE_SYSTEM_JPEG:BOOL=ON \
       -DVTK_USE_SYSTEM_PNG:BOOL=ON \
       -DVTK_USE_SYSTEM_TIFF:BOOL=ON \
       -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
       -DVTK_DATA_ROOT:PATH=%p/share/VTKData \
       -DVTK_USE_PARALLEL:BOOL=ON \
       -DVTK_USE_PATENTED:BOOL=ON \
       -DVTK_USE_GL2PS:BOOL=ON \
       .
 make
<< 
InstallScript: <<
#!/bin/sh
 make install DESTDIR=%d
 pushd Wrapping/Python
 %p/bin/python2.3 setup.py install --root=%d
 if test -L %i/lib/python2.3/site-packages/vtk_python/libvtkCommonPython.so; 
then
    echo symlinks seem OK
 else
    echo creating forgotten symlinks
    for kit in Common Filtering Graphics Hybrid IO Imaging Parallel Patented 
Rendering; do
        ln -s %p/lib/vtk/libvtk${kit}Python.so 
%i/lib/python2.3/site-packages/vtk_python/
    done
 fi
 popd
 /usr/bin/install -d %i/share/doc/%n
 /bin/cp -R Examples %i/share/doc/%n/
 /usr/bin/find %i/share/doc/%n/Examples -name CVS -exec rm -rf \{\} \;
 /usr/bin/install -d %i/etc/profile.d
 cat >%i/etc/profile.d/vtk.sh <<EOF
export TCLLIBPATH="%p/lib/vtk/tcl/ \$TCLLIBPATH"
EOF
 cat >%i/etc/profile.d/vtk.csh <<EOF
if ( ! \$?TCLLIBPATH ) then
   setenv TCLLIBPATH "%p/lib/vtk/tcl/"
else
   setenv TCLLIBPATH "%p/lib/vtk/tcl/ \$TCLLIBPATH"
endif
EOF
 chmod 755 %i/etc/profile.d/vtk.*
<<
DocFiles: Copyright.txt  
Description: The Visualization ToolKit
DescDetail: << 
The Visualization ToolKit (VTK) is an open source, freely available software
system for 3D computer graphics, image processing, and visualization used by
thousands of researchers and developers around the world. VTK consists of a
C++ class library, and several interpreted interface layers including
Tcl/Tk, Java, and Python. 

VTK supports a wide variety of visualization algorithms including scalar,
vector, tensor, texture, and volumetric methods; and advanced modeling
techniques such as implicit modelling, polygon reduction, mesh smoothing,
cutting, contouring, and Delaunay triangulation. In addition, dozens of
imaging algorithms have been directly integrated to allow the user to mix 2D
imaging / 3D graphics algorithms and data. The design and implementation of
the library has been strongly influenced by object-oriented principles. VTK
has been installed and tested on nearly every Unix-based platform, PCs
(Windows 98/ME/NT/2000/XP), and Mac OSX Jaguar or later.
<<
DescUsage: <<
 This version uses X11 and Fink's Tcl/Tk.
 Examples are provided in the share/doc/vtk-py/Examples folder.
 To run them, use "vtk Tutorial/Step1/Tcl/Cone.tcl", for example. 
 For some of them, you need the vtkdata package.
 For documentation see the vtk web site. 
<<
DescPackaging: <<
 Has  "BuildDependsOnly: false", because the header files in 
 /sw/include/vtk are needed for the functioning of the toolkit.
<<
DescPort: <<
 Java wrapper disabled in this version. 
 
 Python wrapper should work in this version. It uses Fink's python23 package.
 Mayavi should work with this version, too.
 The dylibs are created with compat version 0.0.0, because I don't know
 how to teach the cmake build system about compatibility versions.
 It is bad enough already to get them a decent install_name.
 Since they have no version numbers, there is no shlibs splitoff yet.

 The vtk (>= 4.2.5-3) package installs now into /sw/{bin,include,lib}/vtk-4.2, 
so it
 should be able to coexist with this version.
<<
Maintainer: Martin Costabel <[EMAIL PROTECTED]>
Homepage: http://www.vtk.org/



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to