Commit graph

30132 commits

Author SHA1 Message Date
PHO / phonohawk
4174e46cb5 +hs-monad-control 2011-05-10 12:58:03 +00:00
PHO / phonohawk
2ce7cf0567 Import hs-monad-control-0.2.0.1 as wip/hs-monad-control.
This package defines the type class MonadControlIO, a subset of
MonadIO into which generic control operations such as catch can be
lifted from IO. Instances are based on monad transformers in
MonadTransControl, which includes all standard monad transformers in
the transformers library except ContT. For convenience, it provides a
wrapped version of Control.Exception with types generalized from IO to
all monads in MonadControlIO.

Note that this package is a rewrite of Anders Kaseorg's monad-peel
library. The main difference is that this package provides CPS style
operators and exploits the RankNTypes language extension to simplify
most definitions.
2011-05-10 12:56:48 +00:00
Ryo ONODERA
e66ea091dd Remove if line, java is essential for this version. 2011-05-10 12:56:08 +00:00
PHO / phonohawk
b87ba14f36 Upstream update to network-2.3.0.2 2011-05-10 12:49:54 +00:00
PHO / phonohawk
d0261e2032 Upstream update to storablevector-0.2.7 2011-05-10 12:43:13 +00:00
PHO / phonohawk
4c3cd53c66 Upstream update to utility-ht-0.0.7 2011-05-10 12:36:51 +00:00
PHO / phonohawk
ce749c87f6 Upstream update to QuickCheck-2.4.1.1 2011-05-10 12:33:26 +00:00
Ryo ONODERA
651200b0b9 Add bwping 2011-05-10 12:27:45 +00:00
Ryo ONODERA
1f054309e3 Import bwping-1.3 as wip/bwping.
BWPing is a tool to measure bandwidth and response times between
two hosts using Internet Control Message Protocol (ICMP) echo
request/echo reply mechanism. It does not require any special
software on the remote host. The only requirement is the ability
to respond on ICMP echo request messages.
2011-05-10 12:24:33 +00:00
PHO / phonohawk
b14f897fac Upstream update to bindings-DSL-1.0.10 2011-05-10 12:23:01 +00:00
PHO / phonohawk
20b57d3498 Upstream update to base-unicode-symbols-0.2.1.5 2011-05-10 12:19:14 +00:00
Ryo ONODERA
764e77921a * Remove obsolete patch.
* Change unstable branch to stable branch.
2011-05-10 10:59:56 +00:00
Kamel Ibn Aziz Derouiche
c0e32bf0d6 +py-utilib_common,+py-utilib_enum,+py-utilib_ply,+py-utilib_excel,+py-utilib_math,+py-utilib_misc,+py-utilib_component_app,,+py-utilib_component_config,+py-utilib_component_core,+py-utilib_component_doc,+py-utilib_component_executables,+py-utilib_component_loader,+py-gccxml,+exhume,+cubature,+genus2reduction,+py-fipy,+polylib,+py-fwarp,+py-pydec,+bagel,+py-fdm,+py-emmsa,+spai 2011-05-09 21:30:08 +00:00
Kamel Ibn Aziz Derouiche
829165814c Import spai-3.2 as wip/spai.
Given a sparse matrix A the SPAI Algorithm computes a sparse approximate inverse
M by minimizing || AM - I || in the Frobenius norm. The approximate inverse is
computed explicitly and can then be applied as a preconditioner to an iterative
method.The sparsity pattern of the approximate inverse is either fixed a priori
or captured automatically:

 * Fixed sparsity: The sparsity pattern of M is either banded or a subset
   of the sparsity pattern of A.
 * Adaptive sparsity: The algorithm proceeds until the 2-norm of each column
   of AM-I is less than eps. By varying eps the user controls the quality and
    the cost of computing the preconditioner. Usually the optimal eps lies between 0.5 and 0.7.

A very sparse preconditioner is very cheap to compute but may not lead to much
improvement, while if M becomes rather dense it  becomes too expensive to
compute. The optimal preconditioner lies between these two extremes and is
problem and computer architecture dependent. The approximate inverse M can also
be used as a robust (parallel) smoother for (algebraic) multi-grid methods
2011-05-09 21:29:38 +00:00
Kamel Ibn Aziz Derouiche
5d9047a8ba Import py26-emmsa-0.0.3 as wip/py-emmsa.
Multivariate Statistical Analysis for Electron Microscopy Data
2011-05-09 21:20:04 +00:00
Aleksey Cheusov
86728c1cf1 pkg_update_src_summary was reimplemented (-80 LOC) 2011-05-09 21:11:53 +00:00
Kamel Ibn Aziz Derouiche
8f0687e7f9 Import bagel-2.0.0 as wip/bagel.
Bagel assembler kernel generator
2011-05-09 21:02:50 +00:00
Kamel Ibn Aziz Derouiche
01df961465 Import py26-fdm-0.3.1 as wip/py-fdm.
PySE is an environemnt written in Python for solving partial differnetial equations, using the finite difference method. It is heavily based on the 'Stencil' concept in FDM methods.
2011-05-09 21:01:55 +00:00
Kamel Ibn Aziz Derouiche
944bbc1f51 Import py26-pydec-0.67.0nb20110509 as wip/py-pydec.
A Python Library for Discrete Exterior Calculus
2011-05-09 20:43:28 +00:00
Kamel Ibn Aziz Derouiche
d81925f770 Import py26-fwrap-0.1.1 as wip/py-fwarp.
Fwrap wraps Fortran code in C, Cython and Python. It focuses on Fortran 90 and 95, and will work with Fortran 77 so long as you limit yourself to “sane” Fortran 77
2011-05-09 20:39:37 +00:00
Kamel Ibn Aziz Derouiche
582b3148da Import polylib-5.22.5 as wip/polylib.
Polylib is a free C library for doing computations on polyhedra. The library is
operating on objects like vectors, matrices, lattices, polyhedra, Z-polyhedra,
unions of polyhedra and other intermediary structures. It provides functions
for all important operations on these structures
2011-05-09 20:35:37 +00:00
Kamel Ibn Aziz Derouiche
1d556a0f06 Import py26-fipy-2.1.2 as wip/py-fipy.
Finite volume PDE solver in Python
2011-05-09 20:30:18 +00:00
Kamel Ibn Aziz Derouiche
216ef48f63 Import genus2reduction-0.3 as wip/genus2reduction.
genus2reduction is a program for computing the conductor and reduction types
for a genus 2 hyperelliptic curve.

As an example of genus2reduction's functionality, let C be a proper smooth curve
of genus 2 defined by a hyperelliptic equation y^2+Q(x)y=P(x), where P(x)
and Q(x) are polynomials with rational coefficients such that deg(Q(x))<4,
deg(P(x))<7. Let J(C) be the Jacobian of C, let X be the minimal regular model
of C over the ring of integers Z.

This program determines the reduction of C at any prime number p
(that is the special fiber X_p of X over p), and the exponent f of
the conductor of J(C) at p
2011-05-09 20:20:10 +00:00
Kamel Ibn Aziz Derouiche
c7e05af1c9 Import cubature-20101018 as wip/cubature. 2011-05-09 20:18:03 +00:00
Kamel Ibn Aziz Derouiche
a6d18e35e6 Import exhume-1.3.5 as wip/exhume. 2011-05-09 20:15:34 +00:00
Kamel Ibn Aziz Derouiche
4e50159892 Import py26-gccxml-1.0.0 as wip/py-gccxml.
Python package for easy C++ declarations navigation
2011-05-09 20:13:21 +00:00
Kamel Ibn Aziz Derouiche
85483a10db Import py26-utilib_component_loader-3.2.3 as wip/py-utilib_component_loader. 2011-05-09 20:09:37 +00:00
Kamel Ibn Aziz Derouiche
46e26fd03d Import py26-utilib_component_executables-3.4 as wip/py-utilib_component_executables.
PyUtilib plugin for managing executables
2011-05-09 20:09:15 +00:00
Kamel Ibn Aziz Derouiche
6d23bc0300 Import py26-utilib_component_core-3.0.4 as wip/py-utilib_component_core.
The PyUtilib Component Architecture
2011-05-09 20:07:51 +00:00
Kamel Ibn Aziz Derouiche
b34053d1a7 Import py26-utilib_component_config-3.2.3 as wip/py-utilib_component_config.
Extensions for configuring components in the PyUtilib Component Architecture
2011-05-09 20:07:42 +00:00
Kamel Ibn Aziz Derouiche
c7ec3f35c6 Import py26-utilib_component_app-1.0.5 as wip/py-utilib_component_app. 2011-05-09 20:06:54 +00:00
Kamel Ibn Aziz Derouiche
7b46bb21ac Import py26-utilib_misc-4.3 as wip/py-utilib_misc.
Miscellaneous PyUtilib utilities
2011-05-09 20:05:17 +00:00
Kamel Ibn Aziz Derouiche
a6e86ea3da Import py26-utilib_math-3.0.4 as wip/py-utilib_math.
PyUtilib math utilities
2011-05-09 20:01:43 +00:00
Kamel Ibn Aziz Derouiche
258a2bc146 Import py26-utilib_excel-3.0.4 as wip/py-utilib_excel.
PyUtilib utilities that use Excel spreadsheets
2011-05-09 20:00:19 +00:00
Kamel Ibn Aziz Derouiche
81efe5d569 Import py26-utilib_ply-3.0.4 as wip/py-utilib_ply.
PyUtilib utilities that use Ply
2011-05-09 19:59:11 +00:00
Kamel Ibn Aziz Derouiche
e07e64cbff Import py26-utilib_enum-1.0.5 as wip/py-utilib_enum.
A variant of the 'enum' package that supports pickling
2011-05-09 19:57:43 +00:00
Kamel Ibn Aziz Derouiche
09c8663f41 Import py26-utilib_common-3.0.4 as wip/py-utilib_common.
Commonly used PyUtilib data and methods
2011-05-09 19:55:41 +00:00
Aleksey Cheusov
fcf815e8db Update to nbawk-20110509
- NetBSD PR/30294: nawk doesn't handle RS as a RE but
     as a single character
   - NetBSD PR/42320: LC_NUMERIC in awk is not POSIX  compliant
   - NetBSD PR/43981: too small limit on a number of -f options
   - NetBSD PR/44063: setting NF doesn't change $<fieldnum>
   - NetBSD PR/44876: incorrect return value of function srand()
   - Other changes
2011-05-09 18:04:30 +00:00
Kamel Ibn Aziz Derouiche
781857f961 Import vamp-2.0.4 as wip/vamp.
Anisotropy, Multi-channel sampling and parallelization
2011-05-09 14:57:26 +00:00
Kamel Ibn Aziz Derouiche
00393e692e Import stksolver-1.0 as wip/stksolver.
stkSolver is a Boundary Element Method solver for 3D Stokes flow.
I originally developed this code to calculate accurately the drag experienced
by arbitrarily shaped bodies. The current implementation is limited to using
given velocities as the boundary conditins of the problem
2011-05-09 14:29:47 +00:00
Ryo ONODERA
90af1e1dce * EMUL_REQD=suse>=11.3.
* Remove compat from EMUL_MODULES.linux.
2011-05-09 10:54:02 +00:00
Kamel Ibn Aziz Derouiche
cff5610be6 +reduze 2011-05-09 10:49:38 +00:00
Kamel Ibn Aziz Derouiche
812f0e0d0a Import reduze-1.2 as wip/reduze.
Reduze is a computer program for reducing Feynman Integrals to master integrals
employing the Gauss/Laporta algorithm. Reduze is written in C++ and uses classes
provided by the GiNaC library to perform the simplifications.
of the algebraic prefactors in the system of equations.
2011-05-09 10:48:08 +00:00
Makoto Fujiwara
a668ebaec1 (1) set LICENSE=gnu-gpl-v2
(2) set PKGNAME to avoid '-cvs' in its package name
(3) adjust comments in Makefile
2011-05-09 04:32:25 +00:00
OBATA Akio
32e3906950 forgotten to commit after ${QUICKML_DATA_DIR} changed 2011-05-09 00:40:28 +00:00
Aleksey Cheusov
6d9979531a Remove epm (imported) 2011-05-08 21:57:51 +00:00
Aleksey Cheusov
a1abaaa222 Add comments to patches 2011-05-08 21:23:47 +00:00
Aleksey Cheusov
aa8943dad8 Add LICENSE
Fix HOMEPAGE
Update to epm-4.2
    - EPM now supports a %arch conditional directive (STR #27)
    - EPM now uses hard links whenever possible instead of copying
      files for distribution (STR #21)
    - EPM no longer puts files in /export in the root file set for AIX
      packages (STR #15)
    - EPM did not work with newer versions of RPM (STR #23, STR #25)
    - EPM did not clean up temporary files
      from Solaris packages (STR #20)
    - Building Solaris gzip'd packages failed if the pkg.gz file already
      existed (STR #16)
    - Fixed handling of %preremove and %postremove
      for AIX packages (STR #22)
    - Fixed directory permissions in HP-UX packages (STR #24)
    - Removed unnecessary quoting of "!" in filenames (STR #26)
    - Added support for signed RPM packages (STR #19)
    - Added support for inclusion of format-specific packaging files and
      directives via a %literal directive (STR #5)
    - *BSD init scripts were not installed properly.
    - EPM now displays a warning message when a variable is undefined
      (STR #10)
    - *BSD dependencies on versioned packages are now specified
      correctly (STR #4)
    - EPM now uses /usr/sbin/pkg_create on FreeBSD (STR #2)
    - FreeBSD packages are now created with a .tbz extension (STR #1)
    - FreeBSD packages incorrectly assumed that chown was installed in
      /bin (STR #3)
    - Added support for an "lsb" package format which uses RPM with the
      LSB dependencies (STR #7)
    - The configure script now supports a --with-archflags and no longer
      automatically builds universal binaries on Mac OS X.
    - The epm program now automatically detects when the setup GUI is
      not available, displays a warning message, and then creates a non-GUI
      package.
    - RPM packages did not map %replaces to Obsoletes:
2011-05-08 21:16:33 +00:00
Aleksey Cheusov
f3cfa6fe2b Remove mk-configure (imported to pkgsrc) 2011-05-08 19:11:14 +00:00
Aleksey Cheusov
2a5c111dba Remove zoem (imported) 2011-05-08 18:50:55 +00:00