Commit graph

38041 commits

Author SHA1 Message Date
Kamel Ibn Aziz Derouiche
789fed6bc4 Import py27-country-0.19 as wip/py-country.
ISO country, subdivision, language, currency and script definitions and their translations
2013-09-01 18:39:45 +00:00
Kamel Ibn Aziz Derouiche
ad1fa9ff84 Import py27-sasa-0.1.3 as wip/py-sasa.
SAIL/AIL Sentiment Analyzer
2013-09-01 18:20:57 +00:00
Kamel Ibn Aziz Derouiche
76948ef6bf UPDATE VERSION 2013-09-01 18:16:31 +00:00
Aleksej Saushev
d19b3a6f7c "test" portability. 2013-09-01 17:24:38 +00:00
Aleksej Saushev
a681fcd592 Prevent picking up wrong sh (bash). 2013-09-01 17:10:37 +00:00
Aleksej Saushev
6f89853d96 Simplify installation commands. 2013-09-01 16:23:40 +00:00
Aleksej Saushev
5feab0d123 We use HOMEPAGE to store home page. 2013-09-01 16:17:19 +00:00
Aleksej Saushev
33dbcdaaad Use PKGNAME_NOREV to derive WRKSRC. 2013-09-01 16:15:44 +00:00
Aleksej Saushev
994f7cd02d Fix interpreter in installed perl scripts.
Depend on perl as well.
2013-09-01 16:08:58 +00:00
Aleksej Saushev
551edae78b Create installation directories. 2013-09-01 16:02:54 +00:00
Aleksej Saushev
c9de967a63 Fix "test" portability. 2013-09-01 15:56:45 +00:00
Aleksej Saushev
0a2b582784 It uses POSIX threads. 2013-09-01 15:52:29 +00:00
Aleksej Saushev
ecdbe1645e Make distfile reside in subdirectory, its name is way too unspecific. 2013-09-01 15:48:08 +00:00
Thomas Klausner
cdfd63b0f5 Update to 2.17.25: changes not documented. 2013-09-01 09:55:03 +00:00
Makoto Fujiwara
a4a88bea29 Bump 2.0-rc1 to 2.0-rc2.
Previous log as
  (JIDX contest detection is now automatic).
was wrong. This 2.0rc2 has implemented above function.

PKGNAME is set to 1.99rc2 (To reservr 2.0 for real release).
Thanks obache@ for quick advice.
2013-09-01 05:22:54 +00:00
Makoto Fujiwara
7ed166004f Delete patches, sorry for delay. 2013-09-01 01:07:20 +00:00
Kamel Ibn Aziz Derouiche
a9bcb56c7f UPDATE PACKAGE 2013-08-31 22:13:21 +00:00
Kamel Ibn Aziz Derouiche
f6de8789ac Import py27-txdbus-1.0.5 as wip/py-txdbus.
Native Python implementation of the DBus protocol for the
Twisted networking framework
2013-08-31 21:59:04 +00:00
Kamel Ibn Aziz Derouiche
f74e2cf2b8 SET LICENSE
Update VERSION
2013-08-31 21:33:51 +00:00
Kamel Ibn Aziz Derouiche
cc03d03d01 Import py27-corrfitter-3.6 as wip/py-corrfitter.
This module contains tools that facilitate least-squares fits, as functions
of time ``t``, of simulation (or other statistical) data for 2-point and
3-point correlators of the form::
Gab(t)    =  <b(t) a(0)>
Gavb(t,T) =  <b(T) V(t) a(0)>
Each correlator is modeled using |Corr2| for 2-point correlators, or
|Corr3| for 3-point correlators in terms of amplitudes for each source
``a``, sink ``b``, and vertex ``V``, and the energies associated with each
intermediate state. The amplitudes and energies are adjusted in the
least-squares fit to reproduce the data; they are specified in a shared prior
(typically a dictionary).

An object of type |CorrFitter| describes a collection of correlators and is
used to fit multiple models to data simultaneously. Any number of
correlators may be described and fit by a single |CorrFitter| object.
|CorrFitter| objects can also be used to to extract the appropriate fit
data from |Dataset| objects.

This module has been used extensively for analyzing results from lattice
QCD simulations
2013-08-31 20:27:22 +00:00
Kamel Ibn Aziz Derouiche
3753f7c036 Import py27-lsqfit-4.5.1 as wip/py-lsqfit.
These packages facilitate least-squares fitting of noisy data by
multi-dimensional, nonlinear functions of arbitrarily many
parameters. The central package is :mod:`lsqfit` which provides
the fitting capability. :mod:`lsqfit` makes heavy use of package
:mod:`gvar`, which provides tools for the analysis of error
propagation, and also for the creation of complicated
multi-dimensional gaussian distributions. :mod:`lsqfit` supports
Bayesian priors for the fit parameters, with arbitrarily
complicated multidimensional gaussian distributions. It uses
automatic differentiation to compute gradients, greatly simplifying
the design of fit functions.
2013-08-31 20:23:39 +00:00
Makoto Fujiwara
22ac988359 Downgrade the PKGNAME (to 1.99.1) to reserve 2.0 for real release. 2013-08-31 16:56:14 +00:00
Makoto Fujiwara
b09d166d5b Remove Command status return code for -h argument, it is fixed now. 2013-08-31 15:58:20 +00:00
Makoto Fujiwara
a0788d3e48 Update for 2.0 invocation and help. 2013-08-31 15:56:28 +00:00
Makoto Fujiwara
90bb95b6f7 Bump version 1.14.3 to 2.0 (Beta version)
Two patches are removed (No longer necessary)
  (JIDX contest detection is now automatic).
One patch added to adjust db5/db.h path.
MESSAGE updated as:
  Tqslcert is no longer provided, instead tqsl do the job.
2013-08-31 15:50:22 +00:00
Ryosuke Moro
cc7e443676 Import lens-3.9.0.3 as wip/hs-lens. 2013-08-31 08:49:51 +00:00
Ryosuke Moro
24a376c60f Import lens-3.9.0.3 as wip/hs-lens.
This package comes "Batteries Included" with many useful lenses for the
types commonly used from the Haskell Platform, and with tools for
automatically generating lenses and isomorphisms for user-supplied data
types.

The combinators in Control.Lens provide a highly generic toolbox for
composing families of getters, folds, isomorphisms, traversals, setters and
lenses and their indexed variants.

An overview, with a large number of examples can be found in the README:
https://github.com/ekmett/lens#lens-lenses-folds-and-traversals

A video on how to use lenses and how they are constructed is available from
youtube: http://youtu.be/cefnmjtAolY?hd=1

Slides can be obtained here:
http://comonad.com/haskell/Lenses-Folds-and-Traversals-NYC.pdf

More information on the care and feeding of lenses, including a brief
tutorial and motivation for their types can be found on the lens wiki:
https://github.com/ekmett/lens/wiki
2013-08-31 08:47:43 +00:00
Ryosuke Moro
771de5b355 Import profunctor-extras-3.3.3.1 as wip/hs-profunctor-extras. 2013-08-31 08:37:07 +00:00
Ryosuke Moro
022eb329b6 Import profunctor-extras-3.3.3.1 as wip/hs-profunctor-extras.
This package provides a number of utilities and constructions that arise
when working with profunctors that require minor extensions to Haskell 98.
2013-08-31 08:33:03 +00:00
Ryosuke Moro
9f6c415a40 Import semigroupoid-extras-3.0.1 as wip/hs-semigroupoid-extras. 2013-08-31 08:29:08 +00:00
Ryosuke Moro
e9c87b9d8c Import semigroupoid-extras-3.0.1 as wip/hs-semigroupoid-extras
Semigroupoids and semigroupoid operations requiring Haskell extensions
2013-08-31 08:26:59 +00:00
Ryosuke Moro
d0750e789d Import groupoids-3.0.1.1 as wip/hs-groupoids. 2013-08-31 08:22:29 +00:00
Ryosuke Moro
2b948db648 Import groupoids-3.0.1.1 as wip/hs-groupoids.
Haskell 98 Groupoids
2013-08-31 08:19:57 +00:00
Ryosuke Moro
58b019848b Import comonads-fd-3.0.3 as wip/hs-comonads-fd. 2013-08-31 07:14:19 +00:00
Ryosuke Moro
2d065de896 Import comonads-fd-3.0.3 as wip/hs-comonads-fd.
Comonad transformers using functional dependencies
2013-08-31 07:09:06 +00:00
Ryosuke Moro
5645ff197a Update to 3.1
CHANGELOG:
3.1
* More instances for `Coproduct`

3.0.4
* Removed unnecessary constraints in `Control.Comonad.Trans.Store`.

3.0.3
* Marked modules Trustworthy as needed.

3.0.2
* Merge pull request https://github.com/ekmett/comonad-transformers/issues/1
    made this GHC 7.8-ready

3.0.1
* Removed upper bounds on my other dependencies
* Directory layout change
* Added support files
* Travis build notification to IRC

3.0.0.1
* dep bump

3.0
* Upgraded to comonad 3.0
* Upgraded to semigroupoids 3.0

2.1.2
* Added experiment

2.1.1.1
* dep bump

2.1.1
* allow compatibility with the haskell platform

2.1
* Removed Discont
* Switched to mkTyCon3
* Upgraded to transformers 0.3

2.0.3
* dep bump
2013-08-31 06:56:55 +00:00
Ryosuke Moro
13576ff3f2 Update to 0.4.4
CHANGELOG:
0.4.4, 0.4.3
* Fixed compatibility with GHC 7.7 and tightened `Safe` Haskell support.

0.4.1
* Added `Day` convolution under `Data.Functor.Contravariant.Day`.
2013-08-31 05:26:28 +00:00
Ryosuke Moro
e0314ee12d Update to 1.6.1
changes:
1.6.1
  - version 1.6 --> 1.6.1
1.6
  - Disable |Generic1 f => GCopoint f| instance
  - Add generic Copoint
  - Merge pull request https://github.com/dreixel/generic-deriving/issues/9
      Minor modifications for building with latest Template-Haskell 2.9
2013-08-31 04:51:52 +00:00
Aleksej Saushev
1ad98fc817 Remove munge, used to update security/munge 2013-08-30 20:18:07 +00:00
Aleksej Saushev
64c22b3f0e Depend on libgcrypt unconditionally.
Bump package revision.
2013-08-30 20:08:16 +00:00
Aleksej Saushev
526155536a Fix packaging: "default" instead of "defaults". 2013-08-30 20:06:57 +00:00
Hauke Fath
bae10e238f Add am-utils-git, the development version. 2013-08-30 15:05:04 +00:00
Hauke Fath
bb23e69acc Import am-utils-6.2nb20130830 as wip/am-utils-git.
An automounter maintains a cache of mounted file systems. File systems
are mounted on demand when they are first referenced, and unmounted
after a period of inactivity. This helps to centralize all file system
access, provide a uniform site-wide namespace, and minimize downtimes
for clients.  The Berkeley Automounter, Amd, may be used as a
replacement for Sun's automounter.

This package builds a development version from the tip of the git
source repository.
2013-08-30 15:03:43 +00:00
Hauke Fath
ec2cc0827f Update to am-utils 6.2rc1.
Unlike 6.1.5, it actually builds on netbsd-6, but unfortunately not on
OpenIndiana 151a7.

There's reams of changes in ChangeLog.
2013-08-30 14:56:45 +00:00
Ryosuke Moro
480807a731 Update to 1.8.51
CHANGES:
1.8.51
    Add a test that unkwnon extensions are not touched
    Upgrade to haskell-src-exts-1.14
1.8.50
    Eliminate upper bounds on all dependencies
    #617, fix up notIn to take account of Template Haskell variables
    #573, suggest removing various deriving language extensions
1.8.49
    Remove ^^ ==> ** hint
    Remove a duplicate sqrt hint
    Ensure that --test failures throws an error
    Fix up the copyright year in --help
1.8.48
    Brackets at the root of annotations are fine
    Reduce a few more lambda expressions
1.8.47
    #613, compatibility with base-4.7
2013-08-29 18:40:38 +00:00
Jason Bacon
e437aa390f Add Linux-compatible security/munge 2013-08-29 02:20:12 +00:00
Jason Bacon
07776ca2bf Import munge-0.5.10nb3 as wip/munge.
Updated to build on CentOS Linux.

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service
for creating and validating credentials. It is designed to be
highly scalable for use in an HPC cluster environment. It allows
a process to authenticate the UID and GID of another local or
remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a
shared cryptographic key. Clients within this security realm can
create and validate credentials without the use of root
privileges, reserved ports, or platform-specific methods.
2013-08-29 02:10:07 +00:00
Thomas Klausner
5ab0fc1623 sync. 2013-08-28 20:21:06 +00:00
Thomas Klausner
6163e319ac Import gmrender-resurrect-0.0.7nb20130828 as wip/gmrender-resurrect-git.
This is a very usable, headless UPnP renderer.

It's well suited even for low-powered machines like Raspberry Pis.
2013-08-28 20:03:17 +00:00
Kai-Uwe Eckhardt
d7315629c6 Snapshot 20130825. 2013-08-28 17:16:14 +00:00