Commit Graph

74215 Commits

Author SHA1 Message Date
okan
51adc5a6ca import p5-Crypt-RC5
Crypt::RC5 is a Perl implementation of the RC5 encryption algorithm.

RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security
(now RSA Security) in 1994. It is a parameterized algorithm with a variable
block size, a variable key size, and a variable number of rounds.
This particular implementation is 32 bit. As such, it is suggested that a
minimum of 12 rounds be performed.

from Olivier Cherrier.

ok gsoares@
2012-04-19 14:52:43 +00:00
gsoares
49d9ee5200 > * update to 1.20
> * zap groff
> * install examples files
> * regen plist

looks good to jasper@ (maintainer)
2012-04-19 14:49:43 +00:00
okan
0255d2d454 +pcc 2012-04-19 14:48:16 +00:00
okan
8e12a935be import pcc; ok sthen@
portable C compiler

from Eric Radman
2012-04-19 14:47:17 +00:00
jasper
ef9f3e3773 - update to 1.10.2
- regen WANTLIB
2012-04-19 08:19:34 +00:00
ratchov
6f49f08d66 make scummvm use sndio(7) for midi. Now, those who have no hardware midi
synth could use any soft synth to get the music. This decreases the
number of sequencer(4) users as well ;)

ok jsg, dcoppa
2012-04-19 07:43:47 +00:00
dcoppa
9ad7f04ce2 Update hs-redis to 0.12.1.
New dependency on devel/hs-concurrent-extra.

OK kili@
2012-04-19 07:29:15 +00:00
dcoppa
05a92ca881 Hook hs-base-unicode-symbols, hs-concurrent-extra and hs-unbounded-delays 2012-04-19 07:27:14 +00:00
dcoppa
98d5a8e592 Import devel/hs-unbounded-delays.
Unbounded thread delays and timeouts.

Needed by an upcoming update of databases/hs-redis.

OK kili@
2012-04-19 07:19:08 +00:00
dcoppa
1b4a13288e Import devel/hs-concurrent-extra.
Extra concurrency and synchronisation primitives.

Needed by an upcoming update of databases/hs-redis.

OK kili@
2012-04-19 07:18:41 +00:00
dcoppa
07b3abc226 Import devel/hs-base-unicode-symbols.
Unicode symbols for various functions, operators and types in the
base package.

Needed by an upcoming update of databases/hs-redis.

OK kili@
2012-04-19 07:18:10 +00:00
jasper
d214d28479 - install examples
- fix the dyn_open() call in the FFI example
2012-04-19 06:46:41 +00:00
jasper
acec32a80d - update to 1.9.5 2012-04-19 06:39:42 +00:00
jasper
fa27aa91db - drop USE_GROFF
- fix HOMEPAGE to point to the docs, instead of a redirect to a vaporware project.
2012-04-19 06:34:04 +00:00
jasper
84e93dff36 - update clojure to 1.4.0
* many changes, please refer to the changelog for a full list:
http://groups.google.com/group/clojure/browse_thread/thread/1f87f69db07a8162
2012-04-18 20:18:43 +00:00
gonzalo
e75411c8e9 Little update for ncdu:
* Use hash table to speed up hard link detection
    * Added read-only option (-r)
    * Use KiB instead of kiB (#3399279)

Tested on i386.

USE_GROFF is not needed.

OK jasper@, aja@
2012-04-18 19:51:33 +00:00
pascal
3f726ecffb Enhance this module to provide ${MODGCC4_CPPLIBDEP} and ${MODGCC4_CPPWANTLIB}.
ok robert@
2012-04-18 18:41:22 +00:00
jasper
40f625bac5 - update to 0.7.0
* various bug fixes
2012-04-18 17:22:40 +00:00
jasper
c72adc4566 - update to 3.4.1
* bug fixes and translation updates
2012-04-18 15:39:30 +00:00
sthen
bd69d3f94f bugfix update to chive 1.0.3 including security issue;
#911194 Unable to automatically insert auto_increment values
#911297 Incorrect displaying of HTML text in in-line edition mode
#918163 Fieldnames don´t appear on csv export with selected rows
#918363 The Server Information box does not include Chive Version
#911136 Security vulnerability fix
(fix committed in http://bazaar.launchpad.net/~fusonic/chive/1.0/revision/417,
bug report is hidden - missing html escaping in table names etc)
2012-04-18 14:54:57 +00:00
gsoares
19c53271c2 update p5-GnuPG to 0.19
changes:
* POD typo fix. (patch by Salvatore Bonaccorso) [RT72600]
* Don't use deprecated shared memory mode (patch by Adam Benjamin)
* Log format. (pointed out by Adam Benjamin)
* command output parsing for newer gnupg (patch by Adam Benjamin)
2012-04-18 14:44:56 +00:00
gsoares
8ef9896bd6 update p5-IO-Socket-SSL to 1.66
OK bluhm@
2012-04-18 14:25:29 +00:00
sthen
cd955c841c missing dep on devel/p5-Time-TimeDate, pointed out by Simon Kuhnle 2012-04-18 14:10:29 +00:00
giovanni
b049095bc8 Update to 2.1.1 2012-04-18 13:24:21 +00:00
naddy
29b65f69b2 update to 2.51; tested by various 2012-04-18 10:46:07 +00:00
sthen
f744ddf899 +icli
+icli,nagios
2012-04-18 09:50:44 +00:00
sthen
04bdeb84ba import ports/net/icli, improvements suggested by & ok pea@
Command line interface to a local Icinga server (mostly compatible
with Nagios), featuring:

- Listing of service/host states, check queue or downtimes
- Detailed service/host info
- Scheduling of service rechecks, acknowledging of problems
- Detailed filtering (host/group/service name, state, acknowledged, etc.)

Flavors:
	(default):	use file locations for Icinga
	nagios:		use file locations for Nagios
2012-04-18 09:49:40 +00:00
stu
05dfdd9552 Update to mentry 3.6.
ok landry@
2012-04-18 09:42:19 +00:00
stu
f24f6e1747 Update to wcb 3.4.
ok landry@
2012-04-18 09:41:33 +00:00
sthen
6f7cc3c190 +p5-Term-Size 2012-04-18 09:36:26 +00:00
sthen
29fbc94963 import ports/devel/p5-Term-Size, ok pea@
Term::Size is a Perl module which provides a straightforward way to get
the size of the terminal (or window) on which a script is running.
2012-04-18 09:36:03 +00:00
jasper
4a9a7eaeb1 - update to 1.32.1
* various bugfixes
2012-04-18 08:41:58 +00:00
jasper
728a6235c7 - update to 3.4.1
* various bug fixes
2012-04-18 08:30:28 +00:00
jasper
30ba2876d3 - update to 3.4.1
* translation updates
2012-04-18 08:25:59 +00:00
jasper
1bbd0cbb2a - update to 3.4.1
* bug fixes and translation updates
2012-04-18 08:18:33 +00:00
kurt
372aa6798a Update to 7u3 which fixes numerous security problems. 2012-04-18 03:41:56 +00:00
jasper
3a3ccbe3ee fix MASTER_SITES 2012-04-17 18:12:38 +00:00
giovanni
b64f7738ea Update to 1.910
from David Hill with tweaks by me, maintainer timeout
2012-04-17 14:08:46 +00:00
jasper
73c428ed6b apply patch from upstream git to fix resources on big endian architectures
ok aja@
2012-04-17 13:29:24 +00:00
jasper
2083109272 - fix PLIST after recent changes 2012-04-17 13:27:17 +00:00
jasper
bffbeedd4b sync 2012-04-17 13:15:30 +00:00
jasper
11f9e23e62 remove byzanz, this hasn't seen a real release in a while
and recordmydesktop does a better job at it anyway.

  prompted by and ok aja@
2012-04-17 13:15:23 +00:00
sthen
fdbafc41d0 +railo 2012-04-17 13:12:50 +00:00
sthen
e6cebce522 import ports/lang/railo, ok gsoares@
Railo is a high-performance open-source CFML engine. It has good
compatibility with other CFML engines. Most sites can be ported to
Railo with very little effort and all of the major CFML frameworks
support Railo out of the box.

Railo will very probably run your sites faster than any other CFML
engine, allowing you to handle more load and to provide a better
experience for end users.
2012-04-17 13:12:28 +00:00
jasper
fb1672391d handle PATCHFILES better 2012-04-17 13:10:57 +00:00
jasper
28e4e554c8 shrink Makefiles a bit further 2012-04-17 13:07:36 +00:00
jasper
e86c52376e - use ${TARGET} where applicable
- move PATCHFILES to Makefile.inc
- add TOOL, TOOL_V and LTS_V and use where applicable
2012-04-17 13:01:56 +00:00
mpi
b1a9b95d6a Update to py-setproctitle 1.1.5 and add a python3 flavor.
ok rpointel@
2012-04-17 13:00:43 +00:00
gsoares
edbab203e8 SECURITY UPDATE to nginx-1.0.15
resolves:
CVE-2012-2089 - Buffer overflow in the ngx_http_mp4_module

OK sthen@ jasper@ william@
2012-04-17 13:00:28 +00:00
jasper
f533a0bb0d move NO_REGRESS and SEPARATE_BUILD into Makefile.inc 2012-04-17 12:46:17 +00:00