Commit graph

97684 commits

Author SHA1 Message Date
joerg
b93c2ba9a0 Also add C to the language list for completeness. 2006-05-19 09:11:49 +00:00
rillig
c5a6bf967c - Found three more instances where explain() had been called instead of
explain_warning(), which aborted the program.
- Added support for a wip-specific TODO file where suggested package
  updates are recorded.
2006-05-19 09:05:59 +00:00
joerg
c4d9fd3369 Uses C++. XXX Kill idiotic large file check. 2006-05-19 08:39:43 +00:00
joerg
946daaf938 Fix errno usage. 2006-05-19 08:32:04 +00:00
joerg
74e12c623d Uses C++. 2006-05-19 08:26:22 +00:00
joerg
f65d7568d4 Uses C++. 2006-05-19 08:14:38 +00:00
rillig
668632b5be Added plenty of documentation, which is always good to have for a
programming language. Bumped PKGREVISION.
2006-05-19 08:13:25 +00:00
joerg
e3fc99ccd3 No trunc on DragonFly as well. 2006-05-19 08:10:02 +00:00
rillig
c0b5e31dea + spl 2006-05-19 07:50:00 +00:00
rillig
72086252bd Imported lang/spl-0.9h from PR 33508 2006-05-19 07:49:18 +00:00
rillig
2fb4b74ee4 Imported spl from PR 33508.
SPL is a powerful scripting language. It is very feature-rich (hashes, regular
expressions, objects, exceptions, built-in template language, etc. pp.) and has
a c-style syntax. The Name "SPL" is a left-recursive acronym and expands to "SPL
Programming Language". The name was meant to be pronounced as an acronym, but
I've already heard people pronouncing it "spell", which is also fine with me.

The SPL VM is a pure bytecode interpeter. Support for JIT compilation or
generating machine code for the host CPU is not planed and doesn't make much
sense for various technical reasons. The entire SPL toolchain (compiler,
assembler, virtual machine, etc) is pretty small (about 100k on x86
architectures). The additional memory usage by the applications is rather small
too. One of the more advanced VM features is the capability to dump the entire
VM state to a file and resume later. It is even possible to resume on another
machine with a different architecture.

SPL has support for loadable modules. The spl package contains already modules
for stuff such as accessing SQL databases (SQLite, Postgres, MySQL), XML (incl.
XPATH and XSLT), Terminal and File IO, Web Application development (the CGI, WSF
and W2T (Web 2.0 Toolkit) modules), SDL, Qt and much more.

SPL currently supports Linux,BSD Systems, other POSIX environments, MacOS-X
(Darwin), SGI IRIX, Cygwin and native Win32 (using MinGW).

Packaged by Raphael Langerhorst.
2006-05-19 07:49:09 +00:00
joerg
b99581094d Uses C++. 2006-05-19 07:42:40 +00:00
joerg
2aa32361be Uses C++. 2006-05-19 07:32:29 +00:00
joerg
8b2381d003 Uses C++. Use config file framework. Bump revision for the latter. 2006-05-19 07:15:24 +00:00
joerg
096d3a32d1 Uses C++. 2006-05-19 07:03:54 +00:00
perry
a637ec3589 Now that ftp.netbsd.org has an http server, include it in the list for
MASTER_SITE_BACKUP for the benefit of people behind broken firewalls
that screw up ftp.
2006-05-19 02:21:24 +00:00
adrianp
65c8943b14 Add a missing DEPENDS from the package update 2006-05-18 22:22:37 +00:00
adrianp
b8eddee2ac Updated databases/phpldapadmin to 0.9.8.3 2006-05-18 22:15:43 +00:00
adrianp
45c2b1adad Updated phpldapadmin to 0.9.8.3
Thanks to Yoshito Komatsu for feedback and testing

A summary of changes include:
This release fixes some minor bugs and some security alerts.
Code syntax fixing tests
HTML Validation fixes
Added support for binary attrs in templates & HTML Validation fixes
Few minor bug fixes.
Changed default login attribute back to "dn".
2006-05-18 22:13:46 +00:00
adrianp
d1382f0dab Added chat/konversation version 0.19 2006-05-18 21:52:13 +00:00
adrianp
0e3138e21b +konversation 2006-05-18 21:50:35 +00:00
adrianp
9949f2bfbf Konversation is a graphical Internet Relay Chat client (IRC).
Features

* Standard IRC features
* SSL server support
* Bookmarking support
* Easy to use graphical user interface
* Multiple servers and channels in one single window
* DCC file transfer
* Multiple identities for different servers
* Text decorations and colors
* OnScreen Display for notifications
* Automatic UTF-8 detection
* Per channel encoding support
* Theme support for nick icons
* Highly configurable
2006-05-18 21:49:31 +00:00
wiz
b4d3c99449 Remove BROKEN_IN, builds in current 3.0 bulk builds. 2006-05-18 20:32:22 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
wiz
45d0084443 Set TEX_ACCEPTED to teTeX2, since this package conflicts with teTeX-bin-[3-9]*. 2006-05-18 20:25:17 +00:00
wiz
2e2edb00d5 Remove BROKEN_IN, this builds in current 3.0 bulk builds. 2006-05-18 19:55:34 +00:00
tron
20a3cbda8b Readd entry for "xine-lib" version 1.1.1 which got removed accidently. 2006-05-18 19:28:32 +00:00
wiz
c5ecede625 ckmame updated to 0.8. 2006-05-18 19:13:46 +00:00
wiz
3d298fc363 Only one dependent package, and that wants 0.7.1 now. 2006-05-18 19:12:41 +00:00
wiz
63bde98542 Update to 0.8:
0.8 (2006-05-18)

- clean up superfluous files and extra directories
- use additional DB listing files that exist elsewhere
- read games to check from file
- create DB from multiple dat files
- omit games matching shell glob patterns from database
- don't open archives or disk images multiple times
- don't accept disk images that need a parent
- move unknown files to directory `unknown', not to `garbage' in ROM path
2006-05-18 19:12:25 +00:00
wiz
e513b8258c + SDL-1.2.10, SDL_image-1.2.5, SDL_mixer-1.2.7, SDL_net-1.2.6,
SDL_ttf-2.0.8, amarok-1.4.0, docbook-xsl-1.70.0, erlang-11,
  gstreamer0.10-0.10.6, gthumb-2.7.7, libextractor-0.5.14,
  openntpd-3.9p1, prelude-lml-0.9.5.
2006-05-18 19:09:33 +00:00
tron
b2831773e7 Note update of "xine-lib" package to version 1.0.3anb8. 2006-05-18 18:48:15 +00:00
tron
50f4b4d815 Fix security problem reported in CVE-2006-1664.
Bump package revision because of this fix.
2006-05-18 18:45:37 +00:00
rillig
2f6394151d Added a patch for the SunPro compiler. After extracting the source
files, they are stripped from CR characters.
2006-05-18 18:16:06 +00:00
joerg
1667ddbf82 Uses C++. 2006-05-18 18:04:10 +00:00
rillig
152d87f7ef Imported moon-buggy-1.0.
Moon-buggy is a simple character graphics game where you drive some kind
of car across the moon's surface. Unfortunately there are dangerous
craters there. Fortunately your car can jump over them!

The game has some resemblance of the classic arcade game moon-patrol
which was released in 1982. A clone of this game was relased for the
Commodore C64 in 1983. The present, ASCII art version of moon-buggy was
written many years later by Jochen Voss.
2006-05-18 17:38:31 +00:00
joerg
f0e4993f06 Use config framework for falcons-eye, now binary packages have
the default configuration as well.
2006-05-18 16:23:19 +00:00
joerg
3047dfa1ea Use config file framework. Bump revision. 2006-05-18 16:22:26 +00:00
cube
4ced04d2ff mysql 5.0.21: done. 2006-05-18 16:12:39 +00:00
cube
b81aea078a Update to version 5.0.21.
Full listing of changes:

http://dev.mysql.com/doc/refman/5.0/en/news-5-0-21.html

Notable changes include:
 - Security enhancement: Added the global max_prepared_stmt_count system
   variable to limit the total number of prepared statements in the
   server.
 - The default for the innodb_thread_concurrency system variable was
   changed to 8.
 - Fixes for CVE-2006-1516, CVE-2006-1517 and CVE-2006-1518.

 And a lot of bug fixes.
2006-05-18 16:11:15 +00:00
gavan
5f8eedc659 Add rc.d script 2006-05-18 15:45:09 +00:00
abs
35f1461a6d USE_LANGUAGES+= c++ 2006-05-18 15:25:08 +00:00
joerg
f2c2651d92 Always register fonts at runtime using install framework. Bump revision. 2006-05-18 14:55:21 +00:00
joerg
73bb80dd81 Also include protofix.h in PLIST. Bump revision. 2006-05-18 14:26:48 +00:00
is
a4b4bfea72 Vee need morr spasssse. 2006-05-18 12:57:15 +00:00
is
d924b63d00 move the Size to mpd-language/, too. 2006-05-18 12:54:50 +00:00
rillig
445c33c217 Changed an explicit /var to ${VARBASE}. Bumped PKGREVISION. 2006-05-18 12:10:12 +00:00
dillo
945dbd86d5 Note update of libzip to 0.7.1. 2006-05-18 12:05:58 +00:00
dillo
d11122d678 Update to 0.7.1: bug fix for zip_close. 2006-05-18 12:04:42 +00:00
rillig
2c9197136e SunPro does not like "extern inline" functions. 2006-05-18 11:29:19 +00:00