Commit graph

28718 commits

Author SHA1 Message Date
hubertf
68b79ebf53 add & enable marbles 2002-05-05 23:02:00 +00:00
hubertf
15def689da Add marbles-1.0.2: Atomix-like puzzle
I always liked the game Atomix and wanted to write a clone for Linux.
But some guys had this idea before me so I slightly changed the
concept from assembling molecules to creating figures out of single
marbles. Nevertheless, the basic game play is the same: If a marble
starts to move it will not stop until it hits a wall or marble.
And to make it even more interesting there are obstacles like one-way
streets, crumbling walls and portals.

As Marbles is meant as a puzzle game you play against a move limit and
not a time limit. This way you have as much time as you need to think.
Marbles has a menu to configure graphics (fullscreen, animations),
sounds and gameplay (player name, levelset, difficulty).

Contributed by xs@kittenz.org in PR 16669
2002-05-05 23:01:06 +00:00
martin
7d558fd06a Fix patch-ay, which seems to have been merged completely wrong by the
last update. This prevents crashes when opening URLs (i.e. by selecting
"Open in browser" in the gnome-terminal context menu)
2002-05-05 22:52:12 +00:00
rh
e44d736086 Add and enable ltris 2002-05-05 22:46:17 +00:00
rh
568d614b2e Initial import of ltris-1.0.1, an SDL-based Tetris clone. Provided by
<xs@kittenz.org>, thanks!  Closes PR pkg/16668.
2002-05-05 22:45:37 +00:00
rh
5522e78c38 Add and enable lpairs 2002-05-05 22:38:25 +00:00
rh
606108d1d4 Initial import of lpairs-1.0, an SDL version of the classical memory game.
Provided by <xs@kittenz.org>, thanks!  Closes PR pkg/16667.
2002-05-05 22:37:41 +00:00
hubertf
bf2721b251 Update ekg to 20020503 version. Changes:
* License change to LGPL
 * s/bzero/memset/ (function change)
 * F-keys support under FreeBSD
 * libgadu: s/gg_alloc_sprintf/gg_saprintf/
 * ekg: s/gg_alloc_sprintf/saprintf/
 * F1, F2 shortcuts to help and userlist
 * working proxy!
 * ,,ordering cd'' removed from configure script
 * dcc code upgrade

Update provided by Dawid Szymañski <dawszy@arhea.net> in PR 16586
2002-05-05 22:24:15 +00:00
rh
141e387c1a Add and enable lbreakout2 2002-05-05 22:14:16 +00:00
rh
8fa7fed441 Initial import of lbreakout2-2.2.2, a polished successor to lbreakout (a
"breakout" style arcade game).  Provided by <xs@kittenz.org>, thanks!
This closes PR pkg/16666.
2002-05-05 22:13:38 +00:00
rh
c03845156a Add and enable http_load 2002-05-05 22:08:10 +00:00
rh
c9cfb743d4 Initial import of http_load-20020104, a tool that runs multiple http
fetches in parallel, to test the throughput of a web server.  Provided by
<xs.kittenz.org>, thanks!  This closes PR pkg/16665.
2002-05-05 22:07:10 +00:00
rh
ce73fca5d0 Add and enable diction 2002-05-05 21:56:58 +00:00
rh
876f6753bf Initial import of diction-1.02, a package of GNU diction and style (no pun
intended :-)

From DESCR:
Diction and style are two old standard  UNIX  commands.  Diction
identifies  wordy and commonly misused phrases. Style analyses surface
characteristics of a document, including sentence length and other
readability measures.

Provided by <xs@kittenz.org>, thanks!  This closes PR pkg/16664.
2002-05-05 21:56:17 +00:00
kei
f3dd698c81 add (commented) GNOME mirror sites available in Japan. 2002-05-05 17:52:24 +00:00
kei
5a356f12b8 add missing `..' for share/pixmaps. 2002-05-05 17:48:51 +00:00
taca
e6db7f77a3 update samba package to 2.2.4.
WHAT'S NEW IN Samba 2.2.4  - 2nd May 2002
              =========================================

This is the latest stable release of Samba. This is the version that all
production Samba servers should be running for all current bug-fixes.

There have been several fixes and internal enhancements which include:

 * More/better SPOOLSS printing functionality for Windows
   NT/2k/XP clients.
 * Several fixes relating to serving PC database files such
   as (Access and FoxPro) from a Samba file share.
 * Several improves in Samba's VFS layer which can be seen
   in the inclusion of a "Recycle Bin" vfs module.  See
   examples/VFS/README for more details on this.
 * Addition of a tool (tdbbackup) for backup/restore of Samba's
   tdb's
 * Continued improvements to winbind for greater scalability
   and stability
 * Several fixes related to Samba's MS-DFS support
 * Rpcclient's various printer commands now work (again)


New/Changed parameters in 2.2.4
--------------------------------

For more information on these parameters, see the man pages for
smb.conf(5).

Added/changed parameters
------------------------

* csc policy
* inherit acls
* nt status support
* lock spin count
* lock spin time
* pid directory
* winbind use default domain


Depreciated parameters
----------------------

The following parameters have been marked as depreciated
and will be removed in Samba 3.0

* postscript
* printer driver
* printer driver file
* printer driver location


Removed Parameters
------------------

  none


Changes in 2.2.4
----------------

See the cvs log for SAMBA_2_2 for more details

1)  added -c option to smbpasswd
2)  reworked smbpasswd internal command line option parsing
3)  small various bug fixes to experimental pdb_tdb.c
4)  Enforce spoolss RPCs based on the access granted at PrinterOpen()
5)  Added missing access checks to [add/delete/set]form
6)  Compile fixes for pam_smbpass
7)  fix smbd crash when netbios session request fails from
    spoolss_connect_to_client().
8)  fixed logic bug that prevent SetPrinter() from storing devmode
9)  Removed extra get_printer_snum() calls from set_printer_hnd_name()
10) fix joining domain on big endian machine when using -U to smbpasswd
11) allow command line arg to override smb.conf log level
12) continue to retry to register 1b name with wins server if there is an old IP there
13) fix smbclient print crash bug
14) 9x pnp fix when the config file and driver file are different
15) force testparm to print the correct value for log level
16) fix swat to show full log level info
17) fix server GetPrinterData() fields to be more sensible
18) fix logic error in SetPrinterDataEx()
19) Only set smb_read_error if not already set
20) Fix string returns that require unicode
21) Merge of printing performance fixes from appliance
22) lpq parsing fixes
23) Back port tridge's xcopy /o fix from HEAD
24) Fix the printer change notify code (unfinished)
25) Patch for Domain users not showing up
26) Fixed SetPrinterData(magic key) to support zero length DEVMODE
27) Ensure that all methods of looking up and connecting to DC's work
    using identical logic.
28) Merge in the mutex code to stop multiple domain logon failure
29) Ignore 0/0 lock
30) Fix winbindd to respect command line debuglevel as nmbd/smbd
31) Update with tdbbackup from HEAD
32) Fix for typo on solaris nss
33) Merge in the locking changes from HEAD
34) Added POSIX ACL layer into the vfs
35) Fix the returning of domain enum
36) Fix the generation of the MACHINE.SID file into the secrets.tdb.
37) Enable test for -rdynamic when building binaries
38) Remove the "stat open" code - make it inline
39) Fix the mp3 rename bug
40) Fix for Explorer DFS problems on older Windows 9X machines
41) implement OpenPrinter() opnum == 0x01
42) Matched W2K *insane* open semantics....
43) small fix that will prevent the "failed to marshall
    R_NET_SAMLOGON" message in the logs
42) don't do checking of local passdb in smbpasswd if using -r option
43) fix "smbpasswd -j DOMAIN -r * -U Admin%XXXX" so that it doesn't
    try to connect to a server named '*'
44) merge rpcclient code from HEAD
45) Ensure MACHINE.SID update done before child spawns
46) Fix the bad path errors for mkdir so mkdir \a\b\c\d works
47) Removed --with-vfs - always built if available
48) Fixed psec for 2.2
49) Fixed the handle leak in the connection management code
50) fix disable spoolss after the switch to nt status codes
51) Added Shirish's client side caching policy change
52) Honor the specversion when parsing the the DEVICEMODE
53) fix parsing bug when DEVICEMODE's private data does not end
    on a 4 byte boundary
54) do not idle an smbd when there is an open pipe
55) when a new driver is added to a Samba server, cycle through
    all printers and bump the change_id for each one bound to the driver
56) allow smbclient to work with a FIFO as well (needed for KDE
    ioslave)
57) various updates to pdb_nisplus.c
58) many small documentation updates
59) removed many compiler warnings



Known Bugs
----------

* Under certain conditions when serving the MS Access 2000
  executable file and an Access database from a Samba share,
  it is possible to experience data corruption.  This pug does
  does occur when the database is served from a Samba file share
  but the Access *.exe is stored on the client's local file system.
  The exact reason for this bug is unknown at this time.
2002-05-05 16:57:10 +00:00
wiz
b2e435b229 Use bz2 distfile. 2002-05-05 16:10:26 +00:00
martti
03aec83642 Updated postfix to 1.1.8
- Postfix no longer attempts to build with GDBM support
- The Postfix SMTP client forgot to quote whitespace etc. in a
  sender or recipient address when DNS lookup was turned off
- Better error reporting in the postqueue command
2002-05-05 14:46:27 +00:00
wiz
fe7e0cabbe Update to 0.16.0:
Added configuration of radio device.
Added 'save playlist' to main pop up menu.
Added open_file, open_playlist, open_custom, and save_playlist to the skin spec.
Many fixes to the ogg123 support (patch-ac).
gtk specific command line options now work.
Fixed a possible buffer over run in cpu percent usage polling (linux).

SLIK 0.10.0:

Added divider between dirs and files in path selection dialogs.
Fixed a file descriptor leak in skin loader.
Fixed writing of blank focus file name (should not be written at all)
 in the editor.
Fixed unhiding of a widget to update it's state first.
Fixed clist in place editing scroll bug.
Fix and guard against a few cases that may cause a crash at startup.
2002-05-05 13:13:15 +00:00
tron
072e405195 Update home page URL. 2002-05-05 11:37:28 +00:00
rh
3a10650452 Update createbuildlink to 1.1. Includes the following changes:
* -buildlink-config-wrapper is a hardcoded suffix in
          bsd.buildlink.mk.  Therefore, make sure the created config wapper
	  targets actually have this suffix.

	* Prevent pkgconfig logic from twice including
	  pkgconfig/buildlink.mk

	* Add missing \" in created sed rules

	* Include createbuildlink revision in created files
2002-05-05 00:00:37 +00:00
wiz
848a96d7cd Update to 0.9.9:
- Grayscale native support (PGM format), plus four binarization methods.
- Internal preprocessor including deskewing, balancing, thresholding and
  interpolation (by Giulio Lunati).
- Various new features: border path computing, barcode search,
  detection of extremities, PAGE only mode, the flea, the spyhole,
  instant threshold, per-depth optimized X code, etc.
- Documentation updated (but not finished). Glossary added.
- Many bugfixes and interface enhancements.
2002-05-04 23:45:42 +00:00
wiz
2d7fae37d7 Add and enable leim21. 2002-05-04 22:48:54 +00:00
wiz
142efdb7c1 leim package for the emacs21 package. 2002-05-04 22:47:23 +00:00
martin
02a2f9c142 Make the gnome version of icewm autodetect it's running under gnome
by default.
2002-05-04 20:06:39 +00:00
fredb
fc037348f6 Update to 2.8.5dev.7, here know as 2.8.5.0.7. Lots of minor fixes for
obscure bugs; few, if any, visible changes.
2002-05-04 17:06:48 +00:00
taca
bcc935adc5 Update bind9 pacakge to 9.2.1 (with pkglint free).
--- 9.2.1 released ---

1271.	[port]		win32: a make file contained absolute version specific
			references.

1269.	[bug]		Missing masters clause was not handled gracefully.
			[RT #2703]

1244.	[bug]		Receiving a TCP message from a blackhole address would
			prevent further messages being received over that
			interface.

1178.	[bug]		Follow and cache (if appropriate) A6 and other
			data chains to completion in the additional section.

	--- 9.2.1rc2 released ---

1240.	[bug]		It was possible to leak zone references by
			specifying an incorrect zone to rndc.

1239.	[bug]		Under certain circumstances named could continue to
			use a name after it had been freed triggering
			INSIST() failures.  [RT #2614]

1238.	[bug]		It is possible to lockup the server when shutting down
			if notifies are being processed. [RT #2591]

1237.	[bug]		nslookup: "set q=type" failed.

1236.	[bug]		dns_rdata{class,type}_fromtext() didn't handle non
			NULL terminated text regions. [RT #2588]

1232.	[bug]		unix/errno2result() didn't handle EADDRNOTAVAIL.

1231.	[port]		HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.

1230.	[bug]		isccc_cc_isreply() and isccc_cc_isack() were broken.

1229.	[bug]		named would crash if it received a TSIG signed
			query as part of an AXFR response. [RT #2570]

1228.	[bug]		'make install' did not depend on 'make all'. [RT #2559]

1227.	[bug]		dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
			if a number was expected and some other token was
			found. [RT#2532]

1222.	[bug]		Specifying 'port *' did not always result in a system
			selected (non-reserved) port being used. [RT #2537]

1221.	[bug]		Zone types 'master', 'slave' and 'stub' were not being
			compared case insensitively. [RT #2542]

1218.	[bug]		Named incorrectly returned SERVFAIL rather than
			NOTAUTH when there was a TSIG BADTIME error. [RT #2519]

1216.	[bug]		Multiple server clauses for the same server were not
			reported.  [RT #2514]

1215.	[port]		solaris: add support to ifconfig.sh for x86 2.5.1

1214.	[bug]		Win32: isc_file_renameunique() could leave zero length
			files behind.

1212.	[port]		libbind: 64k answer buffers were causing stack space
			to be exceeded for certian OS.  Use heap space instead.

1211.	[bug]		dns_name_fromtext() incorrectly handled certain
			valid octal bitlabels. [RT #2483]

1210.	[bug]		libbind: getnameinfo() failed to lookup IPv4 mapped /
			compatible addresses. [RT #2461]

1208.	[bug]		dns_master_load*() failed to log a error message if
			an error was detected when parsing the ownername of
			a record.  [RT #2448]

	--- 9.2.1rc1 released ---

1207.	[bug]		libbind: getaddrinfo() could call freeaddrinfo() with
			an invalid pointer.

1206.	[bug]		SERVFAIL and NOTIMP responses to an EDNS query should
			trigger a non-EDNS retry.

1205.	[bug]		OPT, TSIG and TKEY cannot be used to set the "class"
			of the message. [RT #2449]

1204.	[bug]		libbind: res_nupdate() failed to update the name
			server addresses before sending the update.

1201.	[bug]		Require that if 'callbacks' is passed to
			dns_rdata_fromtext(), callbacks->error and
			callbacks->warn are initialized.

1200.	[bug]		Log 'errno' that we are unable to convert to
			isc_result_t. [RT #2404]

1198.	[bug]		OPT printing style was not consistant with the way the
			header fields are printed.  The DO bit was not reported
			if set.  Report if any of the MBZ bits are set.

1197.	[bug]		Attempts to define the same acl multiple times were not
			detected.

1196.	[contrib]	update mdnkit to 2.2.3.

1195.	[bug]		Attempts to redefine builtin acls should be caught.
			[RT #2403]

1194.	[bug]		Not all duplicate zone definitions were being detected
			at the named.conf checking stage. [RT #2431]

1193.	[bug]		Best effort parsing didn't handle packet truncation.

1191.   [bug]           A dynamic update removing the last non-apex name in
			a secure zone would fail. [RT #2399]

1189.	[bug]		On some systems, malloc(0) returns NULL, which
			could cause the caller to report an out of memory
			error. [RT #2398]

1188.	[bug]		Dynamic updates of a signed zone would fail if
			some of the zone private keys were unavailable.

1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
                        EOL token when reading to end of line.

1185.	[bug]		libbind: don't assume statp->_u._ext.ext is valid
			unless RES_INIT is set when calling res_*init().

1184.	[bug]		libbind: call res_ndestroy() if RES_INIT is set
			when res_*init() is called.

1183.	[bug]		Handle ENOSR error when writing to the internal
			control pipe. [RT #2395]

1182.	[bug]		The server could throw an assertion failure when
			constructing a negative response packet.

1176.	[doc]		Document that allow-v6-synthesis is only performed
			for clients that are supplied recursive service.
			[RT #2260]

1175.	[bug]		named-checkzone failed to call dns_result_register()
			at startup which could result in runtime
			exceptions when printing "out of memory" errors.
			[RT #2335]

1174.	[bug]		Win32: add WSAECONNRESET to the expected errors
			from connect(). [RT #2308]

1173.	[bug]		Potential memory leaks in isc_log_create() and
			isc_log_settag(). [RT #2336]

1172.	[doc]		Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
			table of RR types in ARM.

1170.	[bug]		Don't attempt to print the token when a I/O error
			occurs when parsing named.conf. [RT #2275]

1168.	[bug]		Empty also-notify clauses were not handled. [RT #2309]

1167.	[contrib]	nslint-2.1a3 (from author).

1166.	[bug]		"Not Implemented" should be reported as NOTIMP,
			not NOTIMPL. [RT #2281]

1165.	[bug]		We were rejecting notify-source{-v6} in zone clauses.

1164.	[bug]		Empty masters clauses in slave / stub zones were not
			handled gracefully. [RT #2262]

1162.	[bug]		The allow-notify option was not accepted in slave
			zone statements.

1161.	[bug]		named-checkzone looped on unbalanced brackets.
			[RT #2248]

1160.	[bug]		Generating Diffie-Hellman keys longer than 1024
			bits could fail. [RT #2241]

1156.	[port]		The configure test for strsep() incorrectly
			succeeded on certain patched versions of
			AIX 4.3.3. [RT #2190]

1154.	[bug]		Don't attempt to obtain the netmask of a interface
			if there is no address configured. [RT #2176]

1152.	[bug]		libbind: read buffer overflows.

1144.	[bug]		rndc-confgen would crash if both the -a and -t
			options were specified. [RT #2159]

1142.	[bug]		dnssec-signzone would fail to delete temporary files
			in some failure cases. [RT #2144]

1141.	[bug]		When named rejected a control message, it would
			leak a file descriptor and memory.  It would also
			fail to respond, causing rndc to hang.
			[RT #2139, #2164]

1140.	[bug]		rndc-confgen did not accept IPv6 addresses as arguments
			to the -s option. [RT #2138]

1136.	[bug]		CNAME records synthesized from DNAMEs did not
			have a TTL of zero as required by RFC2672.
			[RT #2129]

1125.	[bug]		rndc: -k option was missing from usage message.
			[RT #2057]

1124.	[doc]		dig: +[no]dnssec, +[no]besteffort and +[no]fail
			are now documented. [RT #2052]

1123.	[bug]		dig +[no]fail did not match description. [RT #2052]

1109.	[bug]		nsupdate accepted illegal ttl values.

1108.	[bug]		On Win32, rndc was hanging when named was not running
			due to failure to select for exceptional conditions
			in select(). [RT #1870]

1081.	[bug]		Multicast queries were incorrectly identified
			based on the source address, not the destination
			address.

1072.	[bug]		The TCP client quota could be exceeded when
			recursion occurred. [RT #1937]

1071.	[bug]		Sockets listening for TCP DNS connections
			specified an excessive listen backlog. [RT #1937]

1070.	[bug]		Copy DNSSEC OK (DO) to response as specified by
			draft-ietf-dnsext-dnssec-okbit-03.txt.

1014.	[bug]		Some queries would cause statistics counters to
			increment more than once or not at all. [RT #1321]

1012.	[bug]		The -p option to named did not behave as documented.

 988.	[bug]		'additional-from-auth no;' did not work reliably
			in the case of queries answered from the cache.
			[RT #1436]

 995.	[bug]		dig, host, nslookup: using a raw IPv6 address as a
			target address should be fatal on a IPv4 only system.
2002-05-04 14:56:23 +00:00
drochner
3754f3fbd0 update to 3.0.4
"Qt 3.0.4 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.3."
2002-05-04 13:30:09 +00:00
uebayasi
afc9708d1c Update to 2.4.0.
* #RRGGBB format is supported for specifying fg/bg color.
* All color names defined in rgb.txt are available for specifying fg/bg color.
* Bidi processing is improved for practical use.(Thanks to Nadim Shaikli)
* Even if console applications don't support character combining, -J/--dyncomb
  option enables them to show combining characters correctly.
* Shortcut keys for scrolling which are not compatible with xterm are disabled
  by default. -q/--extkey option enables them.
* And many monor bus are fixed.

Also, enable anti-alias configure option suggested by Rui-Xiang Guo in
pkg/16042.
2002-05-04 08:42:05 +00:00
uebayasi
05f7200340 Updated to 0.7.5.
Changes from NEWS are

    * The license has been modified so that it will be compatible with
      OpenSSL.
    * Sent / Drafts / Queue folder on IMAP4 has been enabled.
    * The internationalization of IMAP4 folder name has been implemented.
    * IMAP4 folder renaming has been implemented.
    * Some critical bugs in IMAP4 response parser have been fixed.
    * Non-default mailboxes are now specifiable for inbox, sent, draft,
      trash folder and the destination of filtering, using folder identifier.
    * Folder property dalog has been implemented.
    * Special folders can be specified from the folder property dialog.
    * 'Outbox' has been changed to 'Sent'.
    * Queued messages are now saved to Sent folder after they are actually
      sent.
    * The auto line-wrapping has been improved.
    * 'Reply to sender' now works for newsgroups.
    * The SMTP server response is now referred on SMTP AUTH.
    * Templates can be inserted into the current cursor position now.
    * Confirmation dialog is displayed on sending if sbject is empty.
    * Displayed newsgroup names are now abbreviated.
    * The timeout of DNS lookup has been implemented.
    * 'Ctrl-Enter' shortcut now works even if Num Lock is on.
    * The new application icon has been added.
    * New message checking on IMAP or news server will be aborted immediately
      if some errors occurred.
    * Some menu items have been modified.
    * Some other bugfixes have been made.
2002-05-04 07:44:38 +00:00
taca
e7c89b27e5 - add a patch for fixing bulldir vulnerability with "-u" option.
- update PKGREVISION to 1.
2002-05-04 05:59:04 +00:00
jtb
a1dd36aaea Update to vm-7.04. Too many minor changes and bug fixes to summarize here. 2002-05-04 02:32:05 +00:00
jtb
d423d172d2 Add and enable efax-gtk. 2002-05-04 02:04:16 +00:00
jtb
4dda3b8a95 Initial import of efax-gtk.
This program is a Gtk+/Gtk-- front end for the efax program for
receiving and sending faxes with a fax modem.  To use it you must have
efax and ghostscript installed, and the executables (efax, efix and
gs) must be situated in the default system path.

Any files to be faxed must be in postscript format, which is the
generic printer format for Unix/Linux systems.  The program will use
ghostscript to convert these into the Group 3 fax format which the fax
modem will understand.
2002-05-04 02:03:26 +00:00
jtb
95fcf34e78 Add and enable euler. 2002-05-04 01:49:52 +00:00
jtb
199b36e6f2 Initial import of euler.
EULER  is  a program for quickly and interactively computing with real
and  complex  numbers and matrices, or with intervals, in the style of
MatLab,  Octave,...  It can draw and animate your functions in two and
three dimensions.

Euler features :
  * real, complex and interval scalars and matrices,
  * a  programming  language, with local variables, default values for
    parameters, variable parameter number, passing of functions,
  * two and three dimensional graphs,
  * marker plots,
  * density and contour plots,
  * animations,
  * numerical integration and differentiation,
  * statistical functions and tests,
  * differential equations,
  * interval methods with guaranteed inclusions,
  * function minimizers (Brent, Nelder-Mean),
  * Simplex algorithm,
  * interpolation and approximation,
  * finding roots of polynomials,
  * Fast Fourier transform (FFT),
  * an exact scalar product using a long accumulator,
  * Postscript graphics export
2002-05-04 01:49:09 +00:00
jtb
8dbfa5420c Add and enable zile. 2002-05-04 01:27:50 +00:00
jtb
4a209d70f8 Initial import of zile.
Zile is another Emacs-clone.  Zile is a customizable, self-documenting
real-time, open-source display editor.  Zile was written to be as similar
as possible to Emacs; every Emacs user should feel at home with Zile.
2002-05-04 01:27:08 +00:00
jtb
478f52f941 Possible values for NMH_PAGER should be "any pager", not "any editor". 2002-05-04 01:22:03 +00:00
jtb
7e227dc0f0 Add and enable nullmailer. 2002-05-04 01:16:11 +00:00
jtb
27a78452a5 Initial import of nullmailer.
This is nullmailer, a sendmail/qmail/etc replacement MTA for hosts
which relay to a fixed set of smart relays.  It is designed to be
simple to configure, secure, and easily extendable.
2002-05-04 01:15:25 +00:00
jtb
3c71cce0c1 Add and enable algae. 2002-05-04 01:10:45 +00:00
jtb
0010661e2c Initial import of algae.
Algae is an interpreted language for numerical analysis.  Algae
borrows ideas from languages like MATLAB, APL, and C, but it was
developed in response to a need for a free, efficient, and versatile
high-level language with large problem capability.
2002-05-04 01:10:02 +00:00
jtb
5c9257bed0 Add and enable qDecoder. 2002-05-04 00:54:43 +00:00
jtb
b4178f25ff Initial import of qDecoder.
qDecoder is a library for CGI programming.

Being a Web Application Interface for C/C++ use, qDecoder is a solution
product for developers. The Query Fetch algorithm of qDecoder based on the
linked-list provides transparency with low layers by the simple library
interface regardless of COOKIE/GET/POST(including File Upload). Thus, it
enables the web based software to be more intuitively designed and
implemented. qDecoder is developed according to the free software model and
is publicly distributed.
2002-05-04 00:53:51 +00:00
jtb
a14c309e93 Add and enable sather. 2002-05-04 00:46:23 +00:00
jtb
14928c4cf2 Initial import of sather.
Sather is an object oriented language which designed to be simple,
efficient, safe, and non-proprietary. It aims to meet the needs of
modern research groups and to foster the development of a large,
freely available, high-quality library of efficient well-written
classes for a wide variety of computational tasks. It was originally
based on Eiffel but now incorporates ideas and approaches from several
languages. One way of placing it in the "space of languages" is to say
that it attempts to be as efficient as C, C++, or Fortran, as elegant
and safe as Eiffel or CLU, and to support higher-order functions as
well as Common Lisp, Scheme, or Smalltalk.

Sather has garbage collection, statically-checked strong typing,
multiple inheritance, separate implementation and type inheritance,
parameterized classes, dynamic dispatch, iteration abstraction,
higher-order routines and iters, exception handling, assertions,
preconditions, postconditions, and class invariants. Sather code can
be compiled into C code and can efficiently link with C object files.
2002-05-04 00:45:28 +00:00
jtb
a6eda39648 Add and enable cilk. 2002-05-04 00:38:13 +00:00
jtb
d380cd7a5e Initial import of cilk.
Cilk is a language for multithreaded parallel programming based on
ANSI C.  Cilk is designed for general-purpose parallel programming,
but it is especially effective for exploiting dynamic, highly
asynchronous parallelism, which can be difficult to write in
data-parallel or message-passing style.  Cilk has been developed since
1994 by the Supercomputing Technologies Group at the MIT Laboratory
for Computer Science.  Cilk has been used for research, teaching, and
for coding applications such as a virus shell assembly simulator and
three chess programs.
2002-05-04 00:37:28 +00:00