Commit Graph

27230 Commits

Author SHA1 Message Date
kevlo
02237fc803 Initial import of algotutor 0.6.2
Algotutor is an interactive program for observing the intermediate
steps of algorithms. The target audience is computer science students
and/or anyone who studies algorithms and/or data structures.
2005-01-14 03:02:16 +00:00
brad
1337fc6ca9 upgrade to MySQL 4.0.23
fixes some crashing issues among many other bug fixes,
seems to have resolved a crashing issue henning@ was
experiencing on sparc64.
2005-01-14 01:42:58 +00:00
wilfried
1be340ee85 fix system png include path 2005-01-13 15:57:26 +00:00
wilfried
e0a5e48ef9 fix system png include path 2005-01-13 15:52:07 +00:00
wilfried
3ce5ddd1ae getproto*_r is enabled in patch-nsprpub_configure_in 2005-01-13 15:50:59 +00:00
espie
3edf27f16d pkg_add -f -> pkg_add -F prior to killing the old option. 2005-01-13 11:54:55 +00:00
grange
190b681d1e Update to mips64emul-0.2.4.
Besides other changes it now includes an experimental support for
emulating Casio Cassiopeia BE-300 ;-)
2005-01-13 08:18:33 +00:00
kevlo
3a46c80e2c upgrade to p5-Tk 804.027 2005-01-13 03:23:09 +00:00
xsa
5efaac88d5 Update to linkchecker-2.1; 2005-01-12 23:56:27 +00:00
sturm
b1d1e479a4 better and consistent LIB_DEPENDS on db; this fixes a few possible
build time failures, where the wrong version of db could be found
2005-01-12 21:31:05 +00:00
sturm
7a5be19da5 update to feh 1.3.0
from Victor Sahlstedt <salan at legonet.org>
2005-01-12 20:33:42 +00:00
jolan
eead46dd69 fix for aggressive malloc options, backported from sqlite cvs
ok djm@
2005-01-12 17:54:05 +00:00
kevlo
b2b11bd3e5 update to 1.375 2005-01-12 09:00:48 +00:00
kevlo
10c203e6e2 add p5-IO-Capture 2005-01-12 08:59:57 +00:00
kevlo
b926d36c27 Initial import of p5-IO-Capture 0.03
The IO::Capture Module defines an abstract base class that can be
used to create any number of useful sub-classes that capture output 
being sent on a filehandle such as STDOUT or STDERR.
2005-01-12 08:58:43 +00:00
kevlo
4e1efdf124 upgrade to 0.44 2005-01-12 08:47:54 +00:00
kurt
ed897ca178 - make gtk2 -devel subpackage depend specifically on the gtk2 flavor of base
package
- bump -devel package to match base package

okay wilfried@, naddy@
2005-01-11 22:52:55 +00:00
jakob
a3963e5127 dspam 2005-01-11 16:15:26 +00:00
jakob
7d301b931e DSPAM is an open-source, freely available anti-spam solution designed to
combat unsolicited commercial email using advanced statistical analysis.
2005-01-11 16:06:04 +00:00
jakob
f5d448568c add _dspam for mail/dspam 2005-01-11 16:02:27 +00:00
robert
1f3e771783 update to 2.9.2; mark a dependency for misc/dialog because bnc's
configuration tool can use it
2005-01-11 15:04:42 +00:00
sturm
40d6e67a65 SIZE 2005-01-11 07:17:29 +00:00
sturm
a3aa5a65d8 use metaauto for automake 2005-01-11 07:16:01 +00:00
sturm
89b57603d8 some automake bits
ok espie@
2005-01-11 07:14:36 +00:00
sturm
26af671a6d update to support automake 2005-01-11 07:14:05 +00:00
sturm
0161e76b93 bring automake in line with autoconf
w/ help from mbalmer@
2005-01-11 07:13:23 +00:00
sturm
1ac96dd354 bring automake in line with autoconf
w/ help from mbalmer@
2005-01-11 07:11:00 +00:00
kurt
f24b743fde - add gtk2 flavor
- fix system png include path
- change !gtk2 IDL lib to BUILD_DEPEND
- bump package name
- always use own nspr

with help and ok from wilfried@
2005-01-11 04:26:45 +00:00
fgsch
2ed729d1eb enable py-psyco, finally. 2005-01-11 00:03:24 +00:00
fgsch
111e28d127 extension module to speed up the execution of Python code
ok and help from alek@ and xsa@. ta!
2005-01-11 00:01:36 +00:00
pvalchev
bd86cc4be5 better check for old versions, ala evolution. from maintainer Antoine Jacoutot 2005-01-10 23:18:32 +00:00
jolan
44d69250d1 compile and link with -fPIC for shared objs
naddy tested, pedro approved
2005-01-10 20:17:07 +00:00
pedro
ff4a87afd6 New maintainer, Adam Montague <amontague@siriushosting.com> 2005-01-10 18:12:03 +00:00
wilfried
d7dc1b0258 bump pkgname 2005-01-10 14:39:22 +00:00
wilfried
92bff14aa7 always use own nspr 2005-01-10 10:17:08 +00:00
xsa
7f7a90e174 Update to 1.6; see http://imdbpy.sourceforge.net/Changelog.txt for
more information;
2005-01-10 08:30:15 +00:00
brad
62a14d75b6 simplify OpenBSD case by using arch(1) and sed to grab
the machine architecture. We now output amd64 instead
of x86_64 as it should be.

With input from millert@, drahn@ and kettenis@
2005-01-10 07:25:38 +00:00
david
10e7a24e80 +SIZE 2005-01-10 06:29:20 +00:00
jcs
30e9830a42 update to aewm-1.3.0 2005-01-10 00:30:23 +00:00
fgsch
787e2da560 wrong dir, again. 2005-01-09 23:08:37 +00:00
fgsch
e6e4f7fcae sigh, remove this until i learn to type correctly. 2005-01-09 23:05:43 +00:00
fgsch
9dd6ef7e92 extension module to speed up the execution of Python code
ok and help from alek@ and xsa@. ta!
this time with the right name (doh!). thanks dug for pointing it out.
2005-01-09 22:59:06 +00:00
mbalmer
705a779ae7 Added
SUBDIR += clamav

ok alek@
2005-01-09 17:15:43 +00:00
mbalmer
85b377a1c7 Added uid/gid 539 for security/clamav.
ok alek@
2005-01-09 17:12:03 +00:00
mbalmer
866d37d97f Clam Antivirus is a free virus scanner with a command line scanner, a
scanning daemon (clamd), signature update from the net (freshclam), and
a sendmail-milter (clamav-milter).

ok alek@
2005-01-09 17:07:52 +00:00
alek
3ea44f7fd4 - Better dependencies
- Bump PKGNAME

ok brad@
2005-01-09 11:06:38 +00:00
fgsch
9184ede4a0 enable py-psycho. 2005-01-09 08:16:00 +00:00
fgsch
4dba899657 extension module to speed up the execution of Python code
ok and help from alek@ and xsa@. ta!
2005-01-09 08:14:06 +00:00
sturm
791978b727 build Dialogs.C without optimization in order to get reasonable build
times on an i386 with only 256MB (minutes vs hours)

ok Zvezdan Petkovic <zvezdan at cs.wm.edu>
2005-01-09 07:49:05 +00:00
espie
4e4fb341ff get gmp. 2005-01-09 00:54:47 +00:00