Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

-added package autotrace
-added gnuplot python interface 
-added hdf5: NCSA Hierarchical Data Format v5
-add numpy: Numerical Python 
-add pynumarray: Numeric Python successor
-add pytables: Python interface to hdf5
-add scientificpy: Scientific Python
-add scribus: a nice DTP program based on QT
-update version



git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1225 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
0c2674138a
16 changed files with 538 additions and 2 deletions
  1. +45
    -0
      package/jsaw/autotrace/autotrace.desc
  2. +24
    -0
      package/jsaw/gnuplotpy/gnuplotpy.conf
  3. +41
    -0
      package/jsaw/gnuplotpy/gnuplotpy.desc
  4. +28
    -0
      package/jsaw/hdf5/hdf5.conf
  5. +43
    -0
      package/jsaw/hdf5/hdf5.desc
  6. +34
    -0
      package/jsaw/numpy/numpy.conf
  7. +43
    -0
      package/jsaw/numpy/numpy.desc
  8. +24
    -0
      package/jsaw/pynumarray/pynumarray.conf
  9. +43
    -0
      package/jsaw/pynumarray/pynumarray.desc
  10. +24
    -0
      package/jsaw/pytables/pytables.conf
  11. +42
    -0
      package/jsaw/pytables/pytables.desc
  12. +2
    -2
      package/jsaw/root/root.desc
  13. +24
    -0
      package/jsaw/scientificpy/scientificpy.conf
  14. +51
    -0
      package/jsaw/scientificpy/scientificpy.desc
  15. +29
    -0
      package/jsaw/scribus/scribus.conf
  16. +41
    -0
      package/jsaw/scribus/scribus.desc

+ 45
- 0
package/jsaw/autotrace/autotrace.desc

@ -0,0 +1,45 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/jsaw/autotrace/autotrace.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Converts bitmap to vector graphics
[T] AutoTrace is a program for converting bitmaps to vector graphics.
[T] The aim of the AutoTrace project is the development of a freely-available
[T] application similar to CorelTrace or Adobe Streamline. In some aspects it
[T] is already better. Originally being created as a plugin for the GIMP,
[T] AutoTrace is now a standalone program and can be compiled on any UNIX
[T] platform using GCC.
[U] http://freshmeat.net/projects/autotrace/
[A] Martin Weber <martweb@gmx.net>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/tool extra/graphics
[L] GPL
[S] Stable
[V] 0.31.1
[P] X -----5---9 800.000
[D] 3949050334 autotrace-0.31.1.tar.gz http://ftp1.sourceforge.net/autotrace/

+ 24
- 0
package/jsaw/gnuplotpy/gnuplotpy.conf

@ -0,0 +1,24 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/python/gnuplotpy/gnuplotpy.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. package/jsaw/*/*/python-pkg.conf

+ 41
- 0
package/jsaw/gnuplotpy/gnuplotpy.desc

@ -0,0 +1,41 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/python/gnuplotpy/gnuplotpy.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Gnuplot interface for Python
[T] Gnuplot.py is a Python package that interfaces to gnuplot, the popular
[T] open-source plotting program.
[U] http://gnuplot-py.sourceforge.net/
[A] Michael Haggerty <mhagger@alum.mit.edu>
[M] Juergen "George" Sawinski
[C] extra/scientific
[L] GPL
[S] Stable
[V] 1.6
[P] X -----5---9 921.000
[D] 1248826607 gnuplot-py-1.6.tar.gz http://dl.sourceforge.net/sourceforge/gnuplot-py/

+ 28
- 0
package/jsaw/hdf5/hdf5.conf

@ -0,0 +1,28 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/jsaw/hdf5/hdf5.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
confopt="$confopt --enable-cxx --enable-threadsafe --enable-stream-vfd --enable-gpfs --with-pthread"
pkgcheck openssl X && confopt="$confopt --with-ssl"
# TODO:
# -config option for enable-cxx

+ 43
- 0
package/jsaw/hdf5/hdf5.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/jsaw/hdf5/hdf5.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] NCSA Hierarchical Data Format v5
[T] The HDF project involves the development and support of software and
[T] file formats for scientific data management. The HDF software includes
[T] I/O libraries and tools for analyzing, visualizing, and converting
[T] scientific data.
[U] http://hdf.ncsa.uiuc.edu/
[A] NCSA
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/scientific
[L] OpenSource
[S] Stable
[V] 1.6.0
[P] X -----5---9 921.000
[D] 1638508146 hdf5-1.6.0.tar.gz ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/

+ 34
- 0
package/jsaw/numpy/numpy.conf

@ -0,0 +1,34 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/python/numpy/numpy.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. package/jsaw/*/*/python-pkg.conf
numpy_main() {
python_pkg_main
echo "Copying tutorial...."
#@FIXME
cp -av Demo/NumTut /usr/lib/python*/site-packages/
}
custmain=numpy_main

+ 43
- 0
package/jsaw/numpy/numpy.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/python/numpy/numpy.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Numerical Python
[T] Numerical Python adds a fast, compact, multidimensional array language
[T] facility to Python.
[U] http://www.pfdubois.com/numpy/
[A] TODO: Author
[M] Juergen "George" Sawinski
[C] extra/scientific
[L] Free-to-use
[S] Stable
[V] 23.0
[P] X -----5---9 920.000
[D] 2624750212 Numeric-23.0.tar.gz http://dl.sourceforge.net/sourceforge/numpy/

+ 24
- 0
package/jsaw/pynumarray/pynumarray.conf

@ -0,0 +1,24 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/python/pynumarray/pynumarray.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. package/jsaw/*/*/python-pkg.conf

+ 43
- 0
package/jsaw/pynumarray/pynumarray.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/python/pynumarray/pynumarray.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Numerical Python
[T] Numerical Python adds a fast, compact, multidimensional array language
[T] facility to Python.
[U] http://www.pfdubois.com/numpy/
[A] TODO: Author
[M] Juergen "George" Sawinski
[C] extra/scientific
[L] OpenSource
[S] Stable
[V] 0.6.1
[P] X -----5---9 920.000
[D] 226081009 numarray-0.6.1.tar.gz http://dl.sourceforge.net/sourceforge/numpy/

+ 24
- 0
package/jsaw/pytables/pytables.conf

@ -0,0 +1,24 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/python/pytables/pytables.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. package/jsaw/*/*/python-pkg.conf

+ 42
- 0
package/jsaw/pytables/pytables.desc

@ -0,0 +1,42 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/python/pytables/pytables.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] HDF5 interface for Python
[T] PyTables is a Python package that enables the end user to organize
[T] and manipulate easily scientific data tables as well as Numeric and
[T] numarray data objects that reside on disk.
[U] http://pytables.sourceforge.net
[A] Francesc Alted <falted@openlc.org>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/scientific
[L] Free-to-use
[S] Stable
[V] 0.7
[P] X -----5---9 922.000
[D] 1152988831 pytables-0.7.tar.gz http://dl.sourceforge.net/sourceforge/pytables/

+ 2
- 2
package/jsaw/root/root.desc

@ -47,9 +47,9 @@
[L] Free-to-use
[S] Stable
[V] 3.05.05
[V] 3.05.07
[P] X -----5---9 957.000
[D] 1230603769 root_v3.05.05.source.tar.gz ftp://root.cern.ch/root/
[D] 2506499770 root_v3.05.07.source.tar.gz ftp://root.cern.ch/root/

+ 24
- 0
package/jsaw/scientificpy/scientificpy.conf

@ -0,0 +1,24 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/python/scientificpy/scientificpy.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. package/jsaw/*/*/python-pkg.conf

+ 51
- 0
package/jsaw/scientificpy/scientificpy.desc

@ -0,0 +1,51 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/python/scientificpy/scientificpy.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] Scientific Python
[T] ScientificPython is a collection of Python modules that are useful for
[T] scientific computing. In this collection you will find modules that
[T] cover basic geometry (vectors, tensors, transformations, vector and
[T] tensor fields), quaternions, automatic derivatives, (linear)
[T] interpolation, polynomials, elementary statistics, nonlinear
[T] least-squares fits, unit calculations, Fortran-compatible text
[T] formatting, 3D visualization via VRML, and two Tk widgets for simple
[T] line plots and 3D wireframe models. There are also interfaces to the
[T] netCDF library (portable structured binary files), to MPI (Message
[T] Passing Interface, message-based parallel programming), and to BSPlib
[T] (Bulk Synchronous Parallel programming).
[U] http://starship.python.net/~hinsen/ScientificPython/
[A] Konrad HINSEN <hinsen@cnrs-orleans.fr>
[M] Juergen "George" Sawinski
[C] extra/scientific
[L] GPL
[S] Stable
[V] 2.4.3
[P] X -----5---9 920.000
[D] 1513416309 ScientificPython-2.4.3.tar.gz http://starship.python.net/~hinsen/ScientificPython/

+ 29
- 0
package/jsaw/scribus/scribus.conf

@ -0,0 +1,29 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/jsaw/jsaw/scribus/scribus.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
# make sure the right qt and kde libs are used
export LD_LIBRARY_PATH="$QT31DIR/lib:/$prefix/lib:$LD_LIBRARY_PATH"
# KDE specific configure options
confopt="$confopt --with-qt-dir=$QT31DIR --with-qt-includes=$QT31DIR/include \
--with-qt-libraries=$QT31DIR/lib"

+ 41
- 0
package/jsaw/scribus/scribus.desc

@ -0,0 +1,41 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/jsaw/jsaw/scribus/scribus.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] DTP ala QuarkXPress etal
[T] Scribus is a Layout program for GNU/Linux(R), similar to
[T] Adobe(R) PageMaker(TM), QuarkXPress(TM) or Adobe(R)
[T] InDesign(TM), except that it is published under the GNU GPL.
[U] http://web2.altmuehlnet.de/fschmid/about.html
[A] TODO: Author
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[C] extra/office
[L] GPL
[S] Stable
[V] 1.0
[P] X -----5---9 920.000
[D] 479003727 scribus-1.0.tar.gz ftp://ftp.ntua.gr/pub/gnu/scribus/

Loading…
Cancel
Save