Commit graph

3026 commits

Author SHA1 Message Date
Michal Pasternak
f1424e9be7 speex bindings for Python 2003-11-24 01:41:14 +00:00
Michal Pasternak
b79d70272e Marc forgot to make mdi! :) 2003-11-24 01:10:46 +00:00
Marc Recht
d33ab684a7 Fix build by linking missing files and libossaudio.
Re-add Pyrex since it's a dependency.
Remove TODO since it's fixed now.
2003-11-24 01:01:41 +00:00
Michal Pasternak
b2c87e5ae4 +py-SciPy 2003-11-23 14:06:02 +00:00
Michal Pasternak
dac86aeec3 SciPy is an open source library of scientific tools for Python. SciPy
supplements the popular Numeric module, gathering a variety of high level
science and engineering modules together as a single package.

SciPy includes modules for graphics and plotting, optimization, integration,
special functions, signal and image processing, genetic algorithms, ODE
solvers, and others.
2003-11-23 14:04:54 +00:00
Michal Pasternak
37644817be PKGNAME 'py' removed 2003-11-23 13:55:44 +00:00
Michal Pasternak
4bbdaa993a Updated to use separate scipy_distutils; TODO removed 2003-11-23 13:18:12 +00:00
Michal Pasternak
9e86ffe3c5 Updated to use py-scipy_distutils package 2003-11-23 13:08:21 +00:00
Michal Pasternak
46155e205c +py-scipy_distutils 2003-11-23 13:07:42 +00:00
Michal Pasternak
fa0c631d56 SciPy distutils are installation tools, shared by many Python packages
(weave, SciPy, f2py2e)
2003-11-23 13:07:01 +00:00
Michal Pasternak
69b873d3b5 +vtk-docs 2003-11-23 12:16:17 +00:00
Michal Pasternak
f1a30e6cb3 HTML docs for vtk library; see vtk package for details. 2003-11-23 12:15:33 +00:00
Michal Pasternak
490cc7e5d1 +py-f2py2e 2003-11-23 12:08:22 +00:00
Michal Pasternak
41d09180e0 The purpose of the F2PY --Fortran to Python interface generator-- project is
to provide connection between Python and Fortran languages. F2PY is a Python
extension tool for creating Python C/API modules from (handwritten or F2PY
generated) signature files (or directly from Fortran sources). The generated
extension modules facilitate:

* Calling Fortran 77/90/95, Fortran 90/95 module, and C functions from Python.
* Accessing Fortran 77 COMMON blocks and Fortran 90/95 module data (including
  allocatable arrays) from Python.
* Calling Python functions from Fortran or C (call-backs).
* Automatically handling the difference in the data storage order of
  multi-dimensional Fortran and Numerical Python (i.e. C) arrays.
2003-11-23 12:07:27 +00:00
Michal Pasternak
9aae02f22b Reviewed and corrected 2003-11-23 11:34:33 +00:00
Michal Pasternak
f5fdf60037 The data files for VTK 4.2 in in a Unix-style gzipped tar file for Unix
platforms. You will need them to run some of the VTK examples or tests.
See vtk package for details.
2003-11-23 11:28:52 +00:00
Soren Jacobsen
a86cee7211 Move WRKSRC and drop trailing period to silence pkglint 2003-11-23 08:01:42 +00:00
Michal Pasternak
6b8e129713 PLIST corrected 2003-11-23 03:24:01 +00:00
Michal Pasternak
be10543ed3 Patch added to make py-MayaVi run 2003-11-23 03:16:10 +00:00
Michal Pasternak
f55005ad11 This should fix it 2003-11-23 02:32:59 +00:00
Michal Pasternak
a66d170054 Fix of fix of fix... 2003-11-23 02:06:55 +00:00
Michal Pasternak
9f4ca4b2a4 Fix for broken .so 2003-11-23 01:55:06 +00:00
Jeremy C. Reed
71d61d9f75 Use wip instead of security directory. Thank you, Adrian. 2003-11-23 01:47:34 +00:00
Michal Pasternak
19d61e109d +py-MayaVi 2003-11-23 01:36:25 +00:00
Michal Pasternak
578eb527f3 MayaVi is a free, easy to use scientific data visualizer. It is written in
Python and uses the amazing Visualization Toolkit (VTK) for the graphics. It
provides a GUI written using Tkinter. MayaVi is free and distributed under
the conditions of the BSD license. It is also cross platform and should run
on any platform where both Python and VTK are available (which is almost any
*nix, Mac OSX or Windows).
2003-11-23 01:35:57 +00:00
Michal Pasternak
e484d27685 +py-vtkmodule 2003-11-23 01:08:17 +00:00
Michal Pasternak
f7625ecc5f py-vtkmodule is a Python module for Python wrapper libraries for vtk 2003-11-23 01:07:48 +00:00
Michal Pasternak
6e739c0864 +vtk-python 2003-11-23 00:58:01 +00:00
Michal Pasternak
3aa4631807 vtk bindings to Python 2003-11-23 00:54:31 +00:00
Michal Pasternak
30520f36cc +py-twisted-docs 2003-11-23 00:28:13 +00:00
Michal Pasternak
ca18ae356d HTML docs for py-twisted 2003-11-23 00:27:30 +00:00
Michal Pasternak
faf96e99cb Update to 1.1.1rc1 (many bug were fixed); pkg infrastructure changed to support py-twisted-docs, coming soon 2003-11-23 00:19:42 +00:00
Michal Pasternak
ee4d505039 The same package, only done the right way.
vtk-python wrapper libraries and py-vtkmodule for Python language are
in preparation.

After changes, the package structure allows easy creation of Tcl binding
libraries.
2003-11-22 23:47:16 +00:00
Mike M. Volokhov
6ebdad02a4 Update to DrWeb Clients version 4.30.1 (release). This includes
several cleanups and fixups. The complete list of changes relative
to 4.29.x may be found at
http://lists.drweb.ru/pipermail/drweb-unix-announce/2003-November/000015.html
2003-11-22 23:24:36 +00:00
Mike M. Volokhov
a25073d41a Beautify (like as wip/drweb) 2003-11-22 23:13:50 +00:00
Michal Pasternak
429a9e5d98 +vtk 2003-11-22 21:50:31 +00:00
Michal Pasternak
4fa59f4956 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. Professional support and products for VTK are
provided by Kitware, Inc. 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.
2003-11-22 21:49:14 +00:00
Min Sik Kim
b10c31a1ef Removed unnecessary env variables from CONFIGURE_ENV. 2003-11-22 20:34:36 +00:00
Min Sik Kim
157838cd66 Updated to 0.9.8.
Change:
  * Made input windows for Chinese characters and symbols compatible
    with nabi.
2003-11-22 20:29:18 +00:00
Min Sik Kim
77991b7475 Removed files in etc/gconf. 2003-11-22 20:26:41 +00:00
Michal Pasternak
bab091a434 +py-weave 2003-11-22 18:59:27 +00:00
Michal Pasternak
43acc97ab8 This package is dedicated to Soren.
You can dynamically compile & execute C/C++ code within your Python scripts
with weave.

Short example of use:

doc@mainframe:~> python2p3
Python 2p3 (#1, Nov 19 2003, 22:40:23) 
[GCC 2.95.3 20010315 (release) (NetBSD nb3)] on netbsd1
Type "help", "copyright", "credits" or "license" for more information.
>>> import weave
>>> weave.inline('puts("C/C++ is teh sux0r, so we put it inside Python scripts");')
C/C++ is teh sux0r, so we put it inside Python scripts
>>>
2003-11-22 18:58:55 +00:00
Michal Pasternak
ce85623d29 corrected distinfo entry for patch-ac 2003-11-22 18:02:31 +00:00
Soren Jacobsen
705fbfbe3b sort 2003-11-22 17:57:23 +00:00
Michal Pasternak
e2d2484d04 ... and another small correction 2003-11-22 17:56:55 +00:00
Michal Pasternak
5726a6219a Small corrections after a chat with xtraeme 2003-11-22 17:48:51 +00:00
Michal Pasternak
1fc75cd713 +py-fastaudio 2003-11-22 17:24:10 +00:00
Michal Pasternak
01ae0fe386 A Python interface to the PortAudio multiplatform audio I/O library that
features convenient non-blocking calls, plus far greater stability.
2003-11-22 17:23:42 +00:00
Michal Pasternak
9903c6014c +portaudio 2003-11-22 16:33:23 +00:00
Michal Pasternak
91872de566 PortAudio is a free, cross platform, open-source, audio I/O library. It
lets you write simple audio programs in 'C' that will compile and run on
many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and
BeOS. PortAudio is intended to promote the exchange of audio synthesis
software between developers on different platforms, and was recently
selected as the audio component of a larger PortMusic project that includes
MIDI and sound file support. 

PortAudio provides a very simple API for recording and/or playing sound
using a simple callback function.  Example programs are included that
synthesize sine waves and pink noise, perform fuzz distortion on a guitar,
list available audio devices, etc.
2003-11-22 16:32:57 +00:00