Commit Graph

72292 Commits

Author SHA1 Message Date
edd
6bb14c9e90 Update to maxima-5.26.0
OK dcoppa@, shadchin@
2012-01-23 09:28:33 +00:00
edd
8276b76379 link dgen-sdl 2012-01-23 09:25:10 +00:00
edd
4a739e800d Import dgen-sdl-1.28; A Sega Megadrive/Genesis emulator.
Hopefully this can replace emulators/generator.

OK jeremy@
2012-01-23 09:22:59 +00:00
giovanni
9c573ee26e Update to 4.10.0
ok william@

Courier-imap has reset its epoch for the internal sequence number generator
for new mail folders.
Please read the UPGRADING section of the INSTALL notes for details.
http://fossies.org/unix/misc/courier-imap-4.10.0.tar.gz:a/courier-imap-4.10.0/INSTALL
2012-01-23 09:14:15 +00:00
dcoppa
b90403a176 Bugfix update to rxvt-unicode-9.15
ok maintainer
ok sthen@
2012-01-23 08:10:40 +00:00
ajacoutot
6ba1791ce5 Bump to 0.3.90. 2012-01-23 07:56:15 +00:00
sthen
1ac994be54 SECURITY update to OpenTTD 1.1.5, CVE-2012-0049 2012-01-22 21:41:48 +00:00
edd
e05516e2bc make pkg_check happier with texlive, OK kili@ 2012-01-22 18:52:01 +00:00
kili
06a8c737f1 Sort. 2012-01-22 17:24:24 +00:00
kili
6d786caa73 Update to 0.8.
ok ajacoutot@
2012-01-22 17:21:54 +00:00
kili
4a8d0287db Hook new hs-* ports. 2012-01-22 17:19:43 +00:00
kili
9543ca2ef5 Skein (http://www.skein-hash.info/) is a family of fast
secure cryptographic hash functions designed by Niels
Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir
Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker.
This package uses bindings to the optimized C implementation of
Skein.  We provide a high-level interface (see module "Crypto.Skein")
to some of the Skein use cases.  We also provide a low-level interface
(see module "Crypto.Skein.Internal") should you need to use Skein
in a different way.
Currently we have support for Skein as cryptographic hash function
as Skein as a message authentication code (Skein-MAC).  For examples
of how to use this package, see "Crypto.Skein" module documentation.

ok sthen@
2012-01-22 17:17:51 +00:00
kili
61d6a9fd8a To store passwords securely, they should be salted, then hashed
with a slow hash function. This library uses PBKDF1-SHA256, and
handles all the details.

ok sthen@
2012-01-22 17:16:57 +00:00
kili
ca7604ff1e This package contains code for generating high quality random numbers
that follow either a uniform or normal distribution.  The generated
numbers are suitable for use in statistical applications.

The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
multiply-with-carry generator, which has a period of 2^8222 and
fares well in tests of randomness.  It is also extremely fast,
between 2 and 3 times faster than the Mersenne Twister.

Compared to the mersenne-random package, this package has a more
convenient API, is faster, and supports more statistical distributions.

ok sthen@
2012-01-22 17:16:04 +00:00
kili
8629a4fd7b A platform independent method to obtain cryptographically strong entropy
(CryptAPI on Windows, urandom everywhere else, patches welcome).

ok sthen@
2012-01-22 17:15:24 +00:00
landry
7441780c52 Convert thunderbird-i18n to use subdirs/Makefile.inc instead of abusing
multipackages, allows to parallelize builds in dpb. This way they also
share PLIST and DESCR.. while here take maintainership (agreed by previous)
and set @pkgpath for seamless updates.
prodded by/based on an initial work by espie@
2012-01-22 17:11:57 +00:00
landry
da8423ce34 Convert firefox-i18n to use subdirs/Makefile.inc instead of abusing
multipackages, allows to parallelize builds in dpb. This way they also
share PLIST and DESCR.. while here take maintainership (agreed by previous)
and set @pkgpath for seamless updates.
prodded by/based on an initial work by espie@
2012-01-22 17:10:31 +00:00
jeremy
e08194612a Update to 1.6.9. Fix REGRESS_DEPENDS and remove some unimportant files.
From Jiri B.

OK sebastia@
2012-01-22 16:46:41 +00:00
jeremy
1c6646e9e0 Update to 1.16.2, from Jiri B.
OK sebastia@
2012-01-22 16:36:25 +00:00
ajacoutot
157dfa2c61 Minor update to libgee-0.6.4. 2012-01-22 15:14:14 +00:00
ajacoutot
488ad78d0d open(2) with the NOATIME flag is only available on Linux. Instead of
duplicating the same code all over with ifdef, factorize into a function
that opens file descriptors in a portable way.
2012-01-22 15:13:23 +00:00
ajacoutot
f5d46be714 Sync patches after upstream commit.
Remove bogus patch (indentical).

no pkg change
2012-01-22 11:55:10 +00:00
nigel
958538f2bb Update to version 1.35
Ok sthen@ robert@ (Maintainer)
2012-01-22 11:29:55 +00:00
nigel
3396955ee5 Update version to 0.61
Ok sthen@
2012-01-22 11:20:17 +00:00
sthen
ef770bed89 php-5.3 installs mbstring.h, so no need for a BUILD_DEPENDS=lang/php...:patch
target in pecl-mailparse and associated patches which was only used to pick up
the header.
2012-01-22 10:55:26 +00:00
benoit
89acf78485 - update py-proj to 1.9.0
ok ajacoutot@
2012-01-22 08:40:47 +00:00
jeremy
52d164f284 Update to 1.3.5.
OK dcoppa@
2012-01-22 00:53:30 +00:00
sthen
527f3f5f6d Enable chroot in the example php-fpm.conf file, mention it in DESCR-fpm.
ok robert@
2012-01-21 23:59:43 +00:00
sthen
cf14dc2f78 update php-5.3 to 5.3.9
- SECURITY fixes: CVE-2012-0057 CVE-2011-4566 CVE-2012-0788 CVE-2012-0789
- sync WANTLIB for php-5.2 while there

ok robert@
2012-01-21 23:34:35 +00:00
ajacoutot
b941f6d166 /usr/local -> ${TRUEPREFIX} 2012-01-21 23:13:59 +00:00
nigel
829e15ca3d Add b to RUN_DEPENDS-el for version change.
Ok sthen@
2012-01-21 23:10:18 +00:00
sthen
a58fb78b01 Add an rc.d script for clamav-milter, from Benny 2012-01-21 23:02:57 +00:00
sthen
ae58df5297 Fix typo in comments and update email address. From Lawrence Teo (maintainer). 2012-01-21 22:02:13 +00:00
espie
26b5c343e3 remove that check for now, something in pkg_create chain is not sanitizing
its environment...
2012-01-21 19:07:20 +00:00
kili
dc3e232a05 Sigh. This needs yet another bump after the update of hs-base64-bytestring.
BTW: whenever you get error messages about missing or broken packages from
running ghc-pkg, some port is probably missing a bump.
2012-01-21 17:19:47 +00:00
kili
79d2f3854d Update to 0.1.0.3.
Contains a performance improvement and fixes a buffer overrun (or at least
an out-of-bounds read).

ok ajacoutot@
2012-01-21 17:15:34 +00:00
espie
9971f34ba5 prevent some errors I've run into recently
- add ERRORS framework to bsd.port.subdir.mk
- trying to add a FLAVOR or a SUBPACKAGE to an intermediate SUBDIR is an
error (see editors/vim-spell,af recently)
- re-including bsd.port.mk/bsd.port.subdir.mk after either of them is an
error (can happen when one moves stuff to Makefile.inc without really thinking
about it, ends up with PKG_ARGS holding some contents twice and make package
erroring out with duplicate contents)
2012-01-21 14:44:40 +00:00
sthen
b4c9840ca6 Upstream has rerolled emacs 23.3 distfiles to include bison source for
the grammars, adjust the port to use them. Distfile not fetching reported
by Christopher Barry.
2012-01-21 13:54:51 +00:00
kili
259838a635 Grmpf. I need attoparsec-0.8.6.1, not 0.8.6.0, for porting aeson. 2012-01-21 12:23:23 +00:00
kili
ee66eb59ff This needs a bump after the update of hs-attoparsec.
Add myself to MAINTAINER.
2012-01-21 12:04:20 +00:00
kili
e1cdb4c06a This needs a bump after the update of hs-attoparsec. 2012-01-21 12:03:15 +00:00
kili
b095db0f39 Update to hs-attoparsec-0.8.6.0.
Add myself to MAINTAINER (this is ok for jim).
2012-01-21 12:02:18 +00:00
ajacoutot
1a24040dae Some fixes and cleaning up.
from Brad
maintainer timeout
2012-01-21 07:53:58 +00:00
ajacoutot
7151971f60 Bugfix update to moserial-3.0.4. 2012-01-21 07:35:09 +00:00
sthen
7c7a28bac6 security update to moodle 1.9.16, way too many fixes in the last
nine releases to mention here.

1.9.x is pretty much end-of-line, so if anyone is actually using
this port, please consider updating it to a release which upstream are
actually supporting.
2012-01-20 22:18:27 +00:00
sthen
721720c214 update to BIRD 1.3.6; "important bugfix in BGP" 2012-01-20 22:02:00 +00:00
kili
2e0de0ca17 Update to hs-certificate-0.8.1.
ok (portswise) ajacoutot@, sthen@
2012-01-20 20:34:21 +00:00
kili
60f37e3862 Update to hs-certificate-0.9.5.
ok (portswise) ajacouto@, sthen@
2012-01-20 20:33:17 +00:00
kili
fa549180d2 Update to hs-asn1-data-0.6.1.2.
ok (portswise) ajacoutot@, sthen@
2012-01-20 20:32:16 +00:00
espie
c6bf56922b forgotten 2012-01-20 20:20:04 +00:00