Commit Graph

52339 Commits

Author SHA1 Message Date
jolan
90f4fa4634 reserve uid/gid for prosody 2009-09-06 18:37:15 +00:00
ajacoutot
47549d7bd7 +codeblocks 2009-09-06 17:24:19 +00:00
ajacoutot
88b4d09817 Import codeblocks-8.02
Code::Blocks is cross platform, free C/C++ IDE built to meet the most
demanding needs of its users. It is designed to be very extensible and
fully configurable.

Built around a plugin framework, Code::Blocks can be extended with
plugins. Any kind of functionality can be added by installing/coding a
plugin.
2009-09-06 17:23:33 +00:00
jolan
32bbbb6bf3 update to 5.1.4 2009-09-06 15:39:21 +00:00
naddy
fce0dc3ec9 update to 1.74: miscellaneous bug fixes 2009-09-06 15:03:18 +00:00
jolan
bc524008f9 +luasec 2009-09-06 14:31:23 +00:00
jolan
a4e95cf53d luasec-0.3.3, lua binding to OpenSSL to provide TLS/SSL communication 2009-09-06 14:29:32 +00:00
okan
d31261c1c4 update to 0.003040
ok merdely@
2009-09-06 14:00:12 +00:00
jolan
0fb97037fc update to 2.0.2 2009-09-06 13:46:58 +00:00
jasper
d06b29d20f - add p5-Crypt-Serpent 2009-09-06 13:10:10 +00:00
jasper
6b57b924a2 import p5-Crypt-Serpent 1.01
Crypt::Serpent is a Perl implementation of the Serpent block cipher.
Serpent is a 128-bit block cipher, meaning that data is encrypted and
decrypted in 128-bit chunks. The key length can vary, but for the
purposes of the AES it is defined to be either 128, 192, or 256 bits.
This block size and variable key length is standard among all AES
candidates and was one of the major design requirements specified by
NIST. The Serpent algorithm uses 32 rounds, or iterations of the main
algorithm.

from Stephan A. Rickauer (MAINTAINER)
2009-09-06 13:09:06 +00:00
jasper
7b227001a8 - add p5-Digest-MD4 2009-09-06 12:59:35 +00:00
jasper
7251eebd12 import p5-Digest-MD4
The Digest::MD4 module allows you to use the RSA Data Security Inc. MD4
Message Digest algorithm from within Perl programs. The algorithm takes
as input a message of arbitrary length and produces as output a 128-bit
"fingerprint" or "message digest" of the input.

from Stephan A. Rickauer (MAINTAINER), with tweaks by me
2009-09-06 12:58:36 +00:00
jolan
f5d1e2831c remove some quoting which was causing sqlports to error out with my
mk.conf, ok ajacoutot@
2009-09-06 12:01:07 +00:00
ajacoutot
13aad6f96f Small tweaks:
* remove ONLY_FOR_ARCHS ; lang/mono will take care of that
* s/TRUEPREFIX/LOCALBASE
* factorise build_depends

ok jolan@ (maintainer)
2009-09-06 11:46:18 +00:00
jolan
82399e2e92 fix REGRESS_DEPENDS; spotted by sqlports 2009-09-06 11:29:47 +00:00
jasper
bc2b3dcc6c - unbreak
spotted by me, fix by edd barret (MAINTAINER)
2009-09-06 11:27:45 +00:00
landry
37e8003ad6 Update to Quantum GIS 1.2.0, see http://blog.qgis.org/node/137 for
details.
Use gettext module & modpy_lib_depends.
2009-09-06 11:19:17 +00:00
sthen
476866fe63 +ent 2009-09-06 11:15:23 +00:00
sthen
b8a36d4680 import misc/ent, from maintainer Brad Tilley
ent - a program which applies various tests (Entropy, Chi-square,
Arithmetic Mean, Monte Carlo Value for Pi, Serial Correlation
Coefficient) to sequences of bytes stored in files and reports the
results of those tests. The program is useful for evaluating pseudo
random number generators for encryption and statistical sampling
applications, compression algorithms, and other applications where the
information density of a file is of interest.
2009-09-06 11:15:00 +00:00
ajacoutot
6058656d84 Make use of REGRESS_IS_INTERACTIVE=x11
ok jasper@ sthen@
2009-09-06 10:46:25 +00:00
jolan
40dc09a61c +mono-basic 2009-09-06 10:35:33 +00:00
jolan
0ef7b6eb1a mono-basic-2.4.2, Visual Basic compiler and runtime for Mono 2009-09-06 10:34:36 +00:00
ajacoutot
61b43cc23a Update to tomboy-0.14.3.
Explicitely disable galago and evolution support. Fix DEPENDS.
Tweak DLLMAP_FILES.
2009-09-06 07:29:37 +00:00
ajacoutot
6b8e5b1f7c +mono-gnome-desktop 2009-09-06 07:29:00 +00:00
ajacoutot
c69c23b53e Import mono-gnome-desktop-2.24.0 (gnome-desktop-sharp)
GnomeDesktop# is a .NET language binding for assorted GNOME libraries
from the desktop release.

Needed for the upcoming tomboy update.

ok jasper@
2009-09-06 07:28:31 +00:00
ajacoutot
66df1bea20 Update to mono-gnome-2.24.1 (gnome-sharp)
Add HOMEPAGE. Fix DEPENDS.
Remove some patches and use perl subst instead.

ok jasper@
2009-09-06 07:27:41 +00:00
ajacoutot
34153012e2 Update to mono-gtk2-2.12.9 (gtk-sharp)
Add HOMEPAGE. Fix DEPENDS.

ok jolan@ ok jasper@
2009-09-06 07:27:09 +00:00
ajacoutot
9586d9ad37 Fix dependencies.
ok jasper@
2009-09-06 07:26:02 +00:00
ajacoutot
a72a07e53d Major update to mono-2.5.
While beeing a development release, this is the most stable version I
used on OpenBSD for now. Several patches are removed as they went
upstream. Thanks to jolan@ for pointing me at this release and cooking a
couple of patches.

Fix build on powerpc and add it to ONLY_FOR_ARCHS ; slightly tested on
macppc.

A similar port was successfuly tested by jolan@ on amd64.

no objection alek@ (maintainer)
ok jolan@ ok jasper@
2009-09-06 07:25:27 +00:00
ajacoutot
bd7fa3bd92 Update to libgdiplus-2.4.2.
Add missing USE_LIBTOOL. Make sure we don't use bundled cairo and pixman.

ok jolan@ ok jasper@
2009-09-06 07:24:55 +00:00
kevlo
f8d262ad46 update to 2.13.
from Stephan A. Rickauer
2009-09-06 07:23:43 +00:00
kevlo
a37a87df67 update to 0.106
ok simon@
2009-09-06 07:13:55 +00:00
jasper
7dad90d085 - missing build dependency 2009-09-05 16:47:30 +00:00
sthen
c1a91705b9 Update to 4.5.4; ok landry@, maintainer time out (not waiting very long
but this is currently broken following the Qt update).
2009-09-05 16:18:43 +00:00
sthen
e47a5fddd4 Update to 4.8.2; ok landry@, maintainer time out (not waiting
very long but this is needed to update py-qt4 which is currently broken).
2009-09-05 16:17:35 +00:00
sthen
3872d65a58 Update get_iplayer to 2.26 2009-09-05 15:54:25 +00:00
sturm
5c3f398c53 ups, bump java dependency to 1.6+ before anyone notices 2009-09-05 15:54:16 +00:00
sturm
061dd0a734 update to thinkingrock 2.2.1 2009-09-05 15:52:06 +00:00
sthen
619acf1b3b update to 0.3; thanks to ajacoutot@ and Manuel Pata for testing
the release candidate.
2009-09-05 15:46:24 +00:00
sturm
c787e3c87a update to Crypt-RSA 1.99
remove myself as maintainer, I don't use it anymore

from Stephan A. Rickauer
2009-09-05 14:31:55 +00:00
ajacoutot
b3ebfcca3c Fix build on big endian arches. 2009-09-05 12:59:26 +00:00
landry
9761ced861 No need to depend directly on p5-Gtk2, as p5-Gtk2-Ex-Simple-List already
does.
Pointed out by ajacoutot@, who should do something else atm, rather that
watchin ports-changes@.. :)
2009-09-05 09:03:52 +00:00
sthen
f0016d31a2 update to 1.2.0, from Tobias Ulmer slightly tweaked by me.
Maintainer timeout.
2009-09-05 08:55:51 +00:00
landry
dbfb91034f Link p5-Gtk2-Ex-PodViewer, p5-Gtk2-Ex-Simple-List & podbrowser to the
build. While here, also link i3, which seems i have forgotten..
2009-09-05 08:47:44 +00:00
landry
34993535fd Import podbrowser 0.12 :
PodBrowser is a graphical documentation browser for Perl. You can view the
documentation for Perl's builtin functions, its "perldoc" pages, pragmatic
modules and the default and user-installed modules.
2009-09-05 08:44:15 +00:00
landry
d25573b42f Import Gtk2::Ex::PodViewer, a Gtk2 widget for displaying Plain old
Documentation (POD).
From MAINTAINER James Wright, thanks!
2009-09-05 08:41:20 +00:00
landry
8b8bb2dd16 Import Gtk2::Ex::Simple::List, a simple interface to Gtk2's complex MVC
list widget.
From MAINTAINER James Wright, thanks!
2009-09-05 08:40:01 +00:00
bluhm
22ffc3f816 update to p5-Net-SIP 0.54 2009-09-04 23:48:35 +00:00
landry
5eb10bc02e Use VERSION where possible, and move gnomevfs-2 to WANTLIB.
prodded by 'ceiling frogz is watchin' your commitz' ajacoutot@
2009-09-04 21:38:41 +00:00