Commit graph

206229 commits

Author SHA1 Message Date
Martin Wilke
2ba42c02d7 At the suggestion of Linas Vepstas on the Gnu Scientific Library (GSL) list,
this GPL'd suite of random number tests will be named "Dieharder". Using a
movie sequel pun for the name is a double tribute to George Marsaglia, whose
"Diehard battery of tests" of random number generators has enjoyed years of
enduring usefulness as a test suite.

The dieharder suite is more than just the diehard tests cleaned up and given a
pretty GPL'd source face in native C: tests from the Statistical Test Suite
(STS) developed by the National Institute for Standards and Technology (NIST)
are being incorporated, as are new tests developed by rgb. Where possible,
tests are parametrized and controllable so that failure, at least, is
unambiguous.

A further design goal is to provide some indication of *why* a generator fails
a test, where such information can be extracted during the test process and
placed in usable form. For example, the bit-distribution tests should
(eventually) be able to display the actual histogram for the different bit
n-tuplets.

Dieharder is by design extensible. It is intended to be the "Swiss army knife
of random number test suites", or if you prefer, "the last suite you'll ever
ware" for testing random numbers.

WWW: http://www.phy.duke.edu/~rgb/General/dieharder.php

PR:		ports/128882
Submitted by:	bf <bf2006a at yahoo.com>
2008-11-15 21:50:10 +00:00
Martin Wilke
0579e8f00d UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of
algorithms for generating non-uniform pseudorandom variates as a library of C
functions designed and implemented by the ARVAG (Automatic Random VAriate
Generation) project group in Vienna, and released under the GNU Public License
(GPL). It is especially designed for situations where:

- a non-standard distribution or a truncated distribution is needed;
- experiments with different types of distributions are made;
- random variates for variance reduction techniques are used; or
- fast generators of predictable quality are necessary.

UNU.RAN provides generators that are superior in many aspects to those found in
quite a number of other libraries; however, due to its more sophisticated
programming interface, it might not be as easy to use.

It uses an object-oriented interface in which distributions and generators are
treated as independent objects, so that different methods for generating
non-uniform random variates may be chosen according to various criteria, such
as speed, quality, and variance reduction. It is flexible enough to permit
sampling from non-standard distributions, such as distributions that arise in
a model and can only be computed in complicated subroutines.

WWW: http://statmath.wu-wien.ac.at/unuran/

PR:		ports/128883
Submitted by:	bf <bf2006a at yahoo.com>
2008-11-15 21:48:19 +00:00
Martin Wilke
1cc19a81ad RngStreams is a C implementation of a high-quality uniform random number
generator that supports multiple "independent" streams of uniform random
numbers.

WWW: http://statmath.wu-wien.ac.at/software/RngStreams/

PR:		ports/128860
Submitted by:	bf <bf2006a at yahoo.com>
2008-11-15 21:46:12 +00:00
Xin LI
5228433834 Update to 1.1.6.
PR:		ports/128469
Submitted by:	maintainer (see reply to the PR)
2008-11-15 21:43:26 +00:00
Martin Wilke
a48708961e This is a short script you can run from within an existing git
repository to create a remote repo on Github using a previously
created account. This does not create Github accounts (and that
violates the terms of service).

WWW:	http://search.cpan.org/dist/github_creator/

PR:		ports/128876
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-15 21:41:00 +00:00
Martin Wilke
971587b290 I wrote this module as an example of both using closures and using
File::Find. Students are always asking me what closures are good for,
and here's some examples. The functions mostly stand alone (i.e. they
don't need the rest of the module), so rather than creating a
dependency in your code, just lift the parts you want).

WWW:	http://search.cpan.org/dist/File-Find-Closures/

PR:		ports/128875
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2008-11-15 21:39:12 +00:00
Martin Wilke
3f339aeb0a BTPD is a bittorrent client consisting of a daemon and client commands, which
can be used to read and/or manipulate the daemon state. The daemon is capable of
running several torrents simultaneously and only uses one tcp port. It's fairly
low on resource usage and should be perfect for file distribution sites.
Efficient downloads and ease of use makes this client a good choice for the
casual user as well.

WWW:	http://www.murmeldjur.se/btpd/

PR:		ports/128865
Submitted by:	bapt <baptiste.daroussin at gmail.com>
2008-11-15 21:38:38 +00:00
Martin Wilke
e44760de7c mpdas is an AudioScrobbler client for MPD written in C++.
It uses libcurl and libmpd.
It supports the latest AudioScrobbler protocol (1.21).
In case of a downtime or connectivity problems,
mpdas will cache the played songs to ~/.mpdascache.

Please read the README at:
http://github.com/hrkfrd/mpdas/tree/master/README

WWW: http://50hz.ws/mpdas/

PR:		ports/128798
Submitted by:	hrkfrd at googlemail.com
2008-11-15 21:37:56 +00:00
Martin Wilke
28ec452966 - Update to 0.1.6
PR:		128834
Submitted by:	Wen Heping <wenheping@gmail.com> (maintainer)
2008-11-15 21:18:24 +00:00
Martin Wilke
7efe191d8c HTTP_WebDAV_Client is a RFC2518 compliant stream wrapper
that allows to use WebDAV server resources like a regular
file system from within PHP.

WWW: http://pear.php.net/package/HTTP_WebDAV_Client/

PR:		ports/128855
Submitted by:	Wen Heping<wenheping at gmail.com>
2008-11-15 21:17:53 +00:00
Martin Wilke
8ff9fe4cde HTTP_WebDAV_Server is a RFC2518 compliant helper class
for WebDAV server implementation.

WWW: http://pear.php.net/package/HTTP_WebDAV_Server/

PR:		ports/128856
Submitted by:	Wen Heping<wenheping at gmail.com>
2008-11-15 21:17:07 +00:00
Martin Wilke
a2d02bde18 Differences lists are a list-like type supporting O(1) append. This is
particularly useful for efficient logging and pretty printing, (e.g.
with the Writer monad), where list append quickly becomes too expensive.

WWW: http://code.haskell.org/~dons/code/dlist/

PR:		ports/128770
Submitted by:	Samy Al Bahra <sbahra at kerneled.org>
2008-11-15 19:51:57 +00:00
Dmitry Marakasov
32a1d5cb97 - Update to 2.6.1
- Substitude shared lib versions in plist, as they're likely to change often
- Add mirror

PR:		128880
Submitted by:	Hardy Schumacher <hardy dot schumacher at amd dot com>
2008-11-15 19:00:01 +00:00
Dmitry Marakasov
6421422044 - Update to 14.2.0
PR:		128849
Submitted by:	Peter Beckman <beckman at angryox dot com>
Final patch by:	Dan Nelson <dnelson at allantgroup dot com> (maintainer)
Approved by:	Dan Nelson <dnelson at allantgroup dot com> (maintainer)
2008-11-15 18:57:47 +00:00
Brooks Davis
499474b837 Fix a plist bug.
Reported by:	QAT
2008-11-15 18:46:26 +00:00
Martin Wilke
408ae4ba05 - Fix formating 2008-11-15 17:04:28 +00:00
Edward Tomasz Napierala
98f0f7f168 liblscp is a C library written as a wrapper around the LSCP network
protocol, thus to control linuxsampler.

WWW:    ttp://www.linuxsampler.org/
2008-11-15 12:41:28 +00:00
Edward Tomasz Napierala
3321a10bcb libgig is a C++ library written for accessing Gigasampler files and
DLS Level 1 and 2 files, that is for reading and writing of those
files.  libgig is used by linuxsampler to load Gigasampler files and
it can be used by qsampler to retrieve additional informations about
Gigasampler files.

WWW:    http://www.linuxsampler.org/
2008-11-15 12:40:03 +00:00
Lars Balker Rasmussen
970cb53ced Update to 0.70 2008-11-15 12:35:18 +00:00
Ion-Mihai Tetcu
41cf60b3f7 Mark broken, to many annoying bugs in this release.
3.1.2 should be out soon.
2008-11-15 10:37:48 +00:00
Oliver Lehmann
3e0d93379b update to 0.2.1 2008-11-15 08:51:34 +00:00
Oliver Lehmann
2f8a0f4882 forgot to checkin distinfo for 0.5.17
Noted by:	QAT
2008-11-15 07:36:39 +00:00
Yen-Ming Lee
fe51912058 - update dependency
- drop MAINTAINERship
- bump PORTREVISION
2008-11-15 06:40:06 +00:00
Thomas Abthorpe
6c81aa06ca - Pass maintainership to submitter
PR:		ports/128879
Submitted by:	Darren Pilgrim <ports.maintainer evilphi.com>
2008-11-15 02:52:11 +00:00
Jun Kuriyama
9c8c889b5f Upgrade to 0.4.0.
PR:		ports/128550
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>
2008-11-15 00:58:26 +00:00
Jun Kuriyama
0f24cfd8c9 Upgrade to 5.4.2.1 (includes fix for CVE-2008-4309). 2008-11-15 00:56:29 +00:00
Jun Kuriyama
73d89cc3c2 Upgrade to 5.3.2.3 (includes fix for CVE-2008-4309). 2008-11-15 00:54:20 +00:00
Oliver Lehmann
871f5deaaf update to 0.5.17 2008-11-14 21:13:22 +00:00
Philippe Audeoud
51ebc14c0d - Update to 2.38. 2008-11-14 19:29:58 +00:00
Shaun Amott
77f7bf2248 Add amd64 support.
PR:		ports/125614
Submitted by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
2008-11-14 18:50:29 +00:00
Dmitry Marakasov
4da406c0b1 - Update to 20081112 2008-11-14 18:22:33 +00:00
Shaun Amott
c9d2401b93 - Upgrade to 3.4.30.
- Relinquish port.

PR:		ports/124355 (earlier version)
Submitted by:	Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
2008-11-14 17:41:30 +00:00
Marcelo Araujo
a595642e37 - Fix pkg-plist.
- Bump PORTREVISION.

Reported by:	pointyat via erwin
2008-11-14 17:33:59 +00:00
Yen-Ming Lee
3e9aff13c9 - update to 3.02.2 2008-11-14 17:06:56 +00:00
Shaun Amott
fd9f8a49e2 Update distinfo to reflect re-rolled distfile (contents verified as
identical).

PR:		ports/125867
Submitted by:	Karsten Rothemund <karsten@photor.de>
2008-11-14 16:43:20 +00:00
Shaun Amott
95aad006b5 Increase pcap read timeout to reduce gratuitous CPU burden.
PR:		ports/127313
Submitted by:	Duane Wessels <wessels@life-gone-hazy.com>
2008-11-14 16:36:55 +00:00
Lars Balker Rasmussen
4e3ff8a4f6 Update to 0.15 2008-11-14 16:28:20 +00:00
Shaun Amott
322a92961f - Upgrade inn to 2.4.5.
- Upgrade inn-current to the latest snapshot, fixing some issues with
  the port [1]; the port is still BROKEN, though.
- Fix IPv6 binding issue. [2]

PR:		ports/124566 [1]
Submitted by:	thierry [1]
Obtained from:	http://marc.info/?t=122460141500003 [2]
2008-11-14 16:11:09 +00:00
Dmitry Marakasov
3cd25dfe71 - Fix pkg-plist to try and remove unused directories
PR:		128867
Submitted by:	hideo <hideo at lastamericanempire dot com> (maintainer)
2008-11-14 15:43:26 +00:00
Thomas Abthorpe
c24add0506 Beanie is a flexible, distributed accounting system for medium-sized
companies. It includes back-end batch processing as well as a
(skeleton) GTK GUI and provides automated purchases, sales, and
nominal ledgers as well as automated invoicing (via email). It also
supports VAT and payroll.

The latest version has considerable updates over the earlier releases
and isn't particularly backwards-compatible. The installation and
compilation is streamlined and the multi-database schema has been
reduced to a single database per company. The gnome GUI is still
lacking, but the command-line interface now has support for automated
bank reconciliation (from online banking QIF files), payroll,
automated billing and reminders, invoice PDF generation, statement
PDF generation, and a general journal.

WWW: http://beanie.sf.net/

- Dermot Tynan
dtynan@kalopa.com

PR:		ports/128125
Submitted by:	Dermot Tynan <dtynan at kalopa.com>
2008-11-14 15:23:37 +00:00
Dmitry Marakasov
e1ed403478 FriCAS is an advanced computer algebra system. Its capabilities range from
calculus (integration and differentiation) to abstract algebra. It can plot
functions and has integrated help system.

FriCAS a fork of Axiom project -- its starting point was wh-sandbox branch
of the Axiom project.

WWW: http://fricas.sourceforge.net

PR:		128805
Submitted by:	Stephen Montgomery-Smith <stephen at math dot missouri dot edu>
2008-11-14 15:19:50 +00:00
Dmitry Marakasov
73c78e8e7b - Bump portrevision after databases/xapian-core shlib bump
Notified by:	erwin (via pointyhat)
2008-11-14 15:07:16 +00:00
Pav Lucistnik
e35ec6c5c5 - Update to 0.6.17
PR:		ports/126345
Submitted by:	bf <bf2006a@yahoo.com>
Approved by:	maintainer timeout (1 month)
2008-11-14 14:03:45 +00:00
Pav Lucistnik
1b8b768f5e The supertabular bundle defines the supertabular and supertabular*
environments.  They make it possible to have a tabular that spans multiple
pages.  Each page is its own tabular environment, thus the various parts may
have different widths.

WWW: http://www.ctan.org/tex-archive/macros/latex/contrib/supertabular/

PR:		ports/126673
Submitted by:	Jorge Niedbalski <niedbalski@gmail.com>
2008-11-14 13:53:36 +00:00
Emanuel Haupt
bacc21794e Fix pkg-plist
Notified by:	erwin (via pointyhat)
2008-11-14 13:17:28 +00:00
Pav Lucistnik
4ea122bdf6 - Add a slave port so packages of X11-less emacs are available for pkg_add -r
PR:		ports/127193
Submitted by:	phoffman@proper.com
2008-11-14 13:02:57 +00:00
Pav Lucistnik
839ac07c42 - Do not explicitly set LATEST_LINK to the default value. Slave ports need to
be able to override this.
2008-11-14 13:00:19 +00:00
Norikatsu Shigemura
6824f39666 Update to 2008.11.14.
Add some PCI IDs: RV730(Radeon HD 4670/4650), RV710(Radeon HD 4570/4350)
2008-11-14 12:46:28 +00:00
Philippe Audeoud
d5dd272b55 - Update to 2.37 2008-11-14 12:38:24 +00:00
Pav Lucistnik
b2dc840ac2 - Recognize USB serial ports
PR:		ports/127555
Submitted by:	Takeshi MUTOH <mutoh@openedu.org>
2008-11-14 12:31:51 +00:00