summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-22Updated docbook-xml to 4.2martti3-12/+9
Real changes unknown (read ChangeLog and try to figure out those lines...)
2002-08-22Updated docbook to 4.2martti3-5/+33
Real changes unknown (read ChangeLog and try to figure out those lines...)
2002-08-22Updated libxslt to 1.0.19martti4-16/+16
* bug fixes * documentation updates
2002-08-22Updated icewm-gnome to 1.2.0martti2-4/+6
- translation updates - bug fixes - new features - HorizontalEdgeSwitch and VerticalEdgeSwitch - LowerOnClickWhenRaised lower the active window when clicked again - added icesh - a command line window manager - TitleBarHorzOffset/TitleBarVertOffset - allow transparent menu selection - gradient support - transparent applets ...
2002-08-22Updated icewm to 1.2.0martti5-17/+17
- translation updates - bug fixes - new features - HorizontalEdgeSwitch and VerticalEdgeSwitch - LowerOnClickWhenRaised lower the active window when clicked again - added icesh - a command line window manager - TitleBarHorzOffset/TitleBarVertOffset - allow transparent menu selection - gradient support - transparent applets ...
2002-08-22Updated fvwm2 to 2.4.9martti3-11/+11
* Bug fixes - Restored old way of handling clicks in windows with ClickToFocus and ClickToFocusPassesClickOff. This fixes a problem with click+drag in an unfocused rxvt or aterm window. - A number of drawing fixes in FvwmPager See the ChangeLog and NEWS files for details...
2002-08-22Updated xpmroot to 2.4.9 (to match the current fvwm2 version). There aremartti2-5/+5
no changes in the xpmroot code...
2002-08-22rename to ${PYPKGPREFIX}-FourSuite-0.12.0a2 and register a CONFLICTdrochner1-3/+4
with the previous PKGNAME
2002-08-22Remove HOMEPAGE.wiz1-2/+0
2002-08-22Rerun make makepatchsum.uebayasi1-1/+2
2002-08-22py-4suite -> py-FourSuitedrochner1-2/+2
2002-08-22Do not go looking for libiconv -- otherwise it may be found but nowiz1-2/+3
dependency recorded.
2002-08-22this was reimported as textproc/py-FourSuitedrochner6-2655/+0
2002-08-22import textproc/py-4suite as textproc/py-FourSuite because the formerdrochner6-0/+2655
name confused "changes2html"
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam29-28/+1469
2002-08-22Update "ImageMagick" and "p5-PerlMagick" packages to version 5.4.8.2.tron12-199/+90
Many bugs were fixed since the release of version 5.3.9 and lots of new features like 32-Bit QuantumDepth support added.
2002-08-22Add and enable p5-XML-Simple.cjep1-1/+2
2002-08-22Initial import of XML::Simple 1.08 into the NetBSD packages collection ascjep4-0/+29
textproc/p5-XML-Simple. This Perl module provides an easy API to read and write XML (especially configuration files).
2002-08-22Fix ridiculously stupid unaligned accesses.mycroft2-1/+29
2002-08-22Update to sylpheed-claws-0.8.1.grant3-9/+7
Changes since 0.8.0: * The regression of Japanese code conversion have been fixed. * The problem in MIME header encoding has been fixed. * Several memory leaks in the address book have been fixed.
2002-08-22Update to sylpheed-0.8.1.grant2-5/+5
Changes since 0.8.0: * The regression of Japanese code conversion have been fixed. * The problem in MIME header encoding has been fixed. * Several memory leaks in the address book have been fixed.
2002-08-22Fix more obvious word size cruft.mycroft4-7/+104
2002-08-22Deal with some obvious pointer size issues that prevent xdoom even loading themycroft2-4/+65
WAD file on LP64. Whether it works beyond that point now, I don't know.
2002-08-22Update lang/ocaml to 3.06, using patch supplied by Martin Weberjschauma4-23/+392
(ephaeton at gmx dot net) in PR pkg/18023. Besten Dank! Changes from 3.04 to 3.05 (abbreviated list, full list available at http://caml.inria.fr/archives/200207/msg00558.html): Language features: - Support for polymorphic methods and record fields. - Allows _ separators in integer and float literals, e.g. 1_000_000. Type-checker: - Fixed subtle typing bug with higher-order functors. - Fixed several complexity problems; - Fixed various bugs with objects and polymorphic variants. Bytecode compiler: - Fixed issue with ocamlc.opt and dynamic linking. Native-code compiler: - Fixed GC bug related to constant constructors of polymorphic variant types. - Fixed compilation bug for top-level "include" statements. Toplevel interactive system: - ocamlmktop: minimized possibility of name clashes with user-provided modules. Run-time system: - Better support for lazy data in the garbage collector. - Support for float formats that are neither big-endian nor little-endian - Fixed bug in callback*_exn functions in the exception-catching case. Standard library: - Protect against integer overflow in sub-string and sub-array bound checks. - New module Complex implementing arithmetic over complex numbers. - New module Scanf implementing format-based scanning a la scanf() in C. - various fixes and enhancements to existing modules Tools: - ocamldoc part of distribution - Debugger: now supports the option -I +dir. - ocamllex: supports the same identifiers as ocamlc; Changes from 3.05 to 3.06: Type-checking: - Apply value restriction to polymorphic record fields. Run-time system: - Fixed GC bug affecting lazy values. Both compilers: - Added option "-version" to print just the version number. - Fixed wrong dependencies in .cmi generated with the -pack option. Native-code compiler: - Fixed wrong return value for inline bigarray assignments. Libraries: - Unix.getsockopt: make sure result is a valid boolean. Tools: - ocamlbrowser: improved error reporting;
2002-08-22grr, files missed in last commit.grant3-13/+19
Update to xfstt-1.3. Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc
2002-08-22Update to xfstt-1.3.grant3-142/+23
Significant changes since 1.2: * Fixed unix socket and its dir permissions * Added full path to unix socket address and use sockaddr_un instead * Added support for --notcp * Removed hard coded limits on path length (needed by the Hurd) Significant changes since 1.1: * Fixes bug that broke xfstt when using unix * domain sockets under linux 2.4 * Fixed bug in realloc() use. * Added Patch for Boxdrawing glyphs * New Encodings: iso8859_11 (latin/Thai) and koi8_u * Now compiles properly under newer versions of gcc
2002-08-22Undo last.wiz1-2/+4
Conflicts with PKGNAME-[0-9]* are automatic and don't have to be added. The CONFLICTS in this file was for a conflict with older version of this package, which had autoconf-devel as PKGNAME. Add a comment explaining this, since a lot of people don't realize it.
2002-08-22This conflicts with autoconf, not autoconf-devel (itself!)grant1-2/+2
2002-08-22upgrade to 0.9.6. includes security fix.itojun2-5/+5
Overview of changes in Ethereal 0.9.6: * Update README.hpux re: version 11i (Guy) * Update printing output routines (Guy) * Properly adjust offset value in packet-bootp.c (Guy) * Add AppleTalk ZIP support, adjust ddp socket filter names (Didier Gautheron) * Fix unsigned value printing in packet-atalk.c (Guy) * Fix a possible buffer overflow in packet-isis-clv.c (Guy) * NETLOGON cleanup and updates (Ronnie) * pcap_dispatch() and fifo updates for tethereal.c (Graeme) * Add missing static declarations to editcap.c and text2pcap.c (Joerg) * Fix arguments in SAMR's dissect_nt_policy_hnd() routine (Tim) * Add signature characters for IPX messages, improve socket number handling (Guy) * Allow TCP stream code to handle bad TCP packets (Guy) * Handle Linux token ring bug (Guy) * Update vcvars32.bat and cleanbld.bat notes in README.win32 (Guy) * Improve handling of "send buffer length" in SMB RAP messages (Devin Heitmueller) * Fix #includes, DLCI field handling, and Q.931 parameters in IUA (Michael) * Implemented a couple of easy windows registry dissectors (Tim) * Fix QueryKey mod time handling in WINREG (Guy) * Fix FILETIME handling in WINREG (Guy) * Fix DELTA_USER name and structure in NETLOGON (Ronnie) * Update README.win32 re cmd.exe vs command.com (Gerald) * Add selected tree view item length to status bar (Gerald) * SAMR update (Andrew Bartlett) * Update command interpreter docs in README.win32 (Guy) * Fix unneccessary include path, fix plugin directory path handling (Nix) * Fix DELTA_DOMAIN name, fix structure in NETLOGON (Ronnie) * Fix DELTA_GROUP name in NETLOGON (Ronnie) * DELTA_RENAME_GROUP, DELTA_RENAME_USER, DELTA_RENAME_ALIAS NETLOGON updates (Ronnie) * Updated NETLOGON DELTA_GROUP_MEMBER and DELTA_ALIAS structures (Ronnie) * Updated NETLOGON DELTA_ALIAS_MEMBER and DELTA_POLICY (Ronnie) * Updated NETLOGON DELTA_TRUSTED_DOMAINS and DELTA_ACCOUNTS (Ronnie) * Updated NETLOGON DELTA_UNION (Ronnie) * Updated NETLOGON NetrDatabaseDeltas function (Ronnie) * Fix the setting of "column.format" from the command line in Ethereal and tethereal (Liviu Daia) * Add formatting room for long field lengths in the status bar (Guy) * Update of NETLOGON's DATABASESYNC function (Ronnie) * Updated NETLOGON ACCOUNTDELTAS and ACCOUNTSYNC functions (Ronnie) * Give some more information on the "command.com" vs. "cmd.exe" issue in README.win32 (Guy) * Support the new version of ASAP's I-Ds (Michael) * Desegmentation of multi-TCP-segment TNS messages (and support for multiple TNS messages per TCP segment) (Bernd) * Updated NETLOGON GetDCName LogonControl and GetAnyDCName (Ronnie) * Convert from prs_* routines to dissect_ndr_* routines in SPOOLSS (Tim) * Update types and bases for many TNS fields (Bernd) * Add NTLMSSP dissector (Devin Heitmueller) * Reorder boolean fields in NTLMSSP, DCERPC and SPOOLSS (Tim) * Fix an erroneous example, other errors in README.developer (Guy) * Put back code to show auth data in DCERPC (Guy) * NTLMSSP length and message content display fixes (Guy) * Fix NETLOGON credential time stamp handling (Guy) * Redback vendor-specific items for RADIUS and L2TP (Thierry Pelle) * Get rid of unneeded #includes, fix DATA chunk handling in SCTP (Michael) * Added another authentication service for Snego to DCE RPC (Tim) * Add NSIS checkbox bitmaps to Makefile.am (Gerald) * Update IUA to latest drafts, make packet fields searchable, add pref for Implementers Guide support (Michael) * Add DOCSIS support (Anand V. Narwani) * Clean up the order of some lists of plugin items (Guy) * Fix some warnings in SMB (Tim) * Add missing #include to packet-smb-mailslot.c (Joerg) * Fix a typo in packet-ftp.c (Guy) * Properly handle responses in FTP, make SMTP fields filterable (Guy) * Add smtp.req and smtp.rsp to the tree only when needed (Guy) * Fix DOCSIS Info column erasure (Anand) * Change the reported length of VJ uncompressed data to handle a pppdump bug (Guy) * Clarify the octet-stuffed framing code for pppdump (Guy) * Add a Boolean field for the RSVP Bundle message type (Guy) * Add/update booleans for RSVP Ack, Srefresh and HELLO (Guy) * Fix a save-over-existing-capture bug (Richard) * Fix random access handling in pppdump reader (Guy) * Allow for SMTP and FTP response codes above 255 (Guy) * Clean up the setting of "id_offset" and "sd_offset" in pppdump.c (Guy) * The previous pppdump/VJ bug was actually the FCS. Handle accordingly (Guy) * Fix a sample call to add an item to the subtree, add/update documentation for PROTONAME, PROTOSHORTNAME and PROTOABBREV in README.developer (Guy) * Glib-ize and otherwise make a bunch of code more portable (Joerg) * Added support for dissecting RSVP Bundle Messages (Ashok) * Update the "NT sucks for PPP capture" note to include NT 5.1 in capture.c (Guy) * Fix dual sync-mode related capture popup error messages (Graeme) * Allow "-" as the Wiretap output file name, capture loop optimization (Graeme) * Fix some error-message printing code, improve seekable file handling (Guy) * Don't allocate random access structs for sequential reads in pppdump.c (Guy) * Add needed snprintf.h #includes (Joerg) * Get rid of unused variables and functions, improve missing libpcap handling (Guy) * Removed #if-0-ed code, redundant and unneded #includes all over the place (Joerg) * Add VSAs, fix attribute table termination in RADIUS (Kan Sasaki) * Adjust the behavior of tvb_find_line_end(), and modify SMTP to take advantage of it (Guy) * Adjust the tree display, fix a loop termination in RTCP (Guy) * Fix errors in README.plugins (Richard Urwin) * #include sys/types.h in snprintf.h (Uwe) * Add request/response time to SMB tree (Prabhakar Krishnan) * Fix for the DOCSIS request frame Info column (Anand) * Change a DOCSIS loop counter from guint8 to int (Guy) * Fix a capture file overwrite bug (Joerg) * Fix the declaration of yyin(), update options and usage message in text2pcap.c (Guy) * Update text2pcap documentation (Guy) * Update comments, fix byte ordering in in_cksum.c (Guy) * Fix info column display, add missing Extended header fields (Anand) * Fix spacing in Netbios display (Tim) * Gracefully display stub data in DCE RPC (Guy) * Fix offsets in SIP (Stefan Wenk) * Fix and SMB conversation handling bug (Ronnie) * Put all SMB command PDUs in the summary line (Ronnie) * Add NetBIOS address handling to Kerberos (Jim McDonough) * Eliminate the need to #include sys/types.h, netinet/in.h, and winsock2.h all over the code (Joerg) * Fix a memory leak in gtk/colors.c found by Valgrind (Joerg) * Add FPGetUserInfo to AFP (Didier Gautheron) * Fully decode Quake2 client->server packets, start on server->client (Jan Berkel) * Update Windows printing code, fix variable freeing in print code (Guy) * Add AF_INET6 support for DLT_NULL captures from MacOS X (Michael) * Fix subtree creation in WSP (Guy) * Improve progress bar window timing (Graeme) * Add a CMP_ADDRESS macro (Ronnie) * Check if 802.11 FCS is present (Chris Waters) * Fix infinite loops, data fetching in RSVP (Guy) * Fix a typo in packet_info.h (Ronnie) * Improve TPKT heuristics (Guy) * Add support for CoSine L2 debug output (Motonori) * Fix decoding of AUTHORIZE in HCLNFSD (Mike Frisch) * Add LsaQueryInformationPolicy2 to LSA (Jim McDonough) * Add winsock2.h back to wtap.h (Joerg) * Fix zlib.h #inclusion typo in wtap-int.h (Joerg) * Fix get_persconffile_path-related memory leaks (Joerg) * More data type (system-specific vs glib) cleanup (Joerg) * Add TCP sequence number analysis (Ronnie) * Fix entry for 0:0:0:0:0:0 in manuf.tmpl (Joerg) * Update NETLOGON LogonControl2 and ServerAuthenticate2 functions (Ronnie) * Fix system-specific netinet/in.h and sys/types.h dependencies (Guy) * Remove unneeded arpa/inet.h and sys/socket.h #includes (Guy) * Create a minimal TCP tree early on, in case an exception is thrown (Guy) * Update the IEEE URL in make-manuf and manuf (Joerg) * Add sequence number wrap to tcp window checking (Joerg) * Fix a bug in the EPM dissector (Sergei Shokhor) * Undo a couple of #include changes (Joerg) * More NETLOGON function updates (Ronnie) * Fix the PPP FCS computation (Hidetaka Ogawa) * Remove net/inet.h #include from packet-isis-lsp.c (Joerg) * Fix MMSE handling of strings with specified character set (Jan Kratochvil) * Fix frame number data type in NFS (Guy) * Fix a data type in wiretap/cosine.c (Guy) * Add DOCSIS to Wiretap's table of encapsulations (Anand) * Sync the SETCLIENTID args decoder with the latest nfs4_prot.x (Mike Frisch) * Fix NFSv4 ACL decoding (Mike) * Put a comment about DOCSIS in packet-frame.c (Guy) * Fix a typo in packet-smb.c (Guy) * Fix SamrConnect[2-4] function names in SAMR (Richard) * Add more information to the NBNS Info column (Tim) * Add DOS error 259 to SMB (Tim) * Fix Info column error reporting in DCERPC NT (Tim) * Add OpenEntry, EnumKey and Unknown1A to REG, rename WINREG to REG (Tim) * Fix a return code in SAMR (Tim) * Fix NFSv4 LOOKUPP, add new error codes, fix ACL decoding (Mike) * Properly set the LANE traffic type in libpcap.c (Guy) * Fix non-multipart content handling in MMSE, along with POST data subtrees (Tom Uijldert) * Add support for CheckPoint FireWall-1 monitor files (Alfred Koebler) * Get rid of redundant "fw1_" text in preference name (Guy) * Remove unused #includes in packet-fw1.c (Joerg) * Add FATTR4_MOUNTED_ON_FILEID to packet-nfs.c (Mike) * WTP TPI dissection, and reindentation (Tom Uijldert) * Update SetInformationPolicy2 function name in LSA (Ronnie) * Add Xyplex terminal server protocol support (Randy McEoin) * Handle NTLMSSP authentication messages, and handle the flags field in NTLMSSP messages properly (Devin) * Update get_unicode_or_ascii_string(), "un"used variables in SMB (Guy) * Add a terminator to the ntlmssp_message_types list (Guy) * Changed some incorrect pointer types in NETLOGON (Ronnie) * Fix variable name / keyword conflict in packet-fw1.c (Guy) * Add server name to negprot reply and fixed a pointer deferral problem in SMB (Ronnie) * Use "atm_guess_traffic_type()" in wiretap/netmon.c (Guy) * Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()" (Guy) * Handle NTLMSSP over HTTP (Tim) * Display the protocol name for the DCERPC UUID in the Info column (Tim) * Update Windows printing prefs (Guy) * Handle user2 access granted mask, name open/create domain/user/group policy handles (Tim) * Get rid of a commented-out #include in packet-smpp.c (Guy) * Handle base64_decode() properly in packet-http.c (Guy) * Fix a case statement in capture.c (Guy) * Fix an NTLMSSP memory leak in packet-http.c. Improve display. (Tim) * Replace AC_PROG_RANLIB with AM_PROG_LIBTOOL in configure.in (Joerg) * Update .cvsignore (Joerg) * Add CPHA support (Yaniv Kaul) * Add and improve plugin API routines (Tomas Kukosa, Guy) * Don't free a needed tvb in packet-http.c (Tim) * Add AC_LIBTOOL_DLOPEN back to configure.in (Joerg) * Fix unrecognized capability display in BGP, add ORF support (Jian Yu) * LDP VC FEC dissection fix (Motonori) * CoSine updates (Motonori) * Fix FIN and ACK handling in TCP (Ronnie) * Convert some all caps NETLOGON names to more friendly names (Tim) * Fixed incorrect NDR pointer type in Authenticate3 in NETLOGON (Ronnie) * Added new function name LogonSamLogonEx in NETLOGON (Ronnie) * Fix a typo in a M2UA table and reformat it (Michael) * Revert part of the TCP session tracking code (Ronnie) * Fix some incorrect NETLOGON poitner types (Jean-Francois Micouleau) * Adjust pointer usage in NETLOGON (Ronnie) * Sync PPP with IANA, add MPLSCP and CDPCP, CDP over PPP (ENDOH Akira) * Add protocol blurbs to "-G" fields (Vassilii Khachaturov) * Adjust "-G"scripts to handle FT_UINT64, FT_INT64 and FT_STRING (Guy) * Properly extract ISAKMP data, handle Initiator and Responder cookies (Yaniv) * Fix handling of SCSI mode sense (Bill Studenmund) * Fix a couple of string handling bugs and properly display a uint in NTLMSSP (Guy) * Tweak the Solaris/SVR4 packaging a bit (Gerald) * Limit the parameter and data tvbuffs in SMB (Guy) * Keep track of "i", "a" and "m" tags in SDP (Guy) * Fix "PS" bit recording in SCSI, improve unknown page display, fix MODE SELECT payload length, add more data length checks, fix density code (Guy) * Generalize paths in ethereal.nsi and remove the need for ethereal.nsi.in (Ulf Lamping) * Set "SetShellVarContext all" in ethereal.nsi (Gerald) * Add COMMON_FILES_GNU to config.nmake (Gerald) * Add LLMNR support (Itojun) * Add a plain text FAQ to the distribution (Joerg) * Fix ethereal.nsi entries in Makefile.am (Joerg) * Add TDS protocol support (Brian Bruns, Joerg) * Add make-faq script (Joerg) * Add the text FAQ to each package (Joerg) * Clean up RPM building process (Joerg) * Fix zero-infinite-looping problem in packet-tds.c (Guy) * Fix formatting of SCSI "(size)" tags, track device/command types better, other updates (Guy) * Parse ISAKMP group descriptions, improve transform/payload display, parse vendor ID (Yaniv) * Add -S option to tethereal (Joerg) * Improve SCSI device type handling, fix memory leaks, fix SSC READ(6) and WRITE(6) dissectors (Guy) * Add missing "-static.o" to Makefile.am * Fix infinite recursion bug in DOCSIS (Anand) * Update CPHA to use the new dissector API (Guy)
2002-08-21Fix problems introduced by our local patch: AutoCommit handles wouldn't,mjl3-18/+19
and executes on closed handles crashed perl hard. Fixes PR/18009.
2002-08-21upgrade to 0.6dillo3-129/+10
changes since 0.5: * pkgsrc fixes for 0.5 integrated * support for the Quantum compression method reverse-engineered by Matthew Russotto * cabextract now exhaustively searches your files for cabinets. If there's more than one cabinet in the same file, cabextract will find those too. * Spanning cabinets sets contain both a 'next' and 'previous' cabinet name. cabextract now searches backwards through the cabinet chain to find the start of a cabinet set, before searching in the forwards direction as usual.
2002-08-21Arrggh... I've been looking at this screen for far too long today.skrll2-39/+20
Make sure the patch doesn't include an RCS Id.
2002-08-21Oops. Fix the distinfo after last commit.skrll1-2/+2
2002-08-21Apply the fixes provided in pkg/17912 and pkg/17981 so that ksysguarddskrll4-116/+573
can show something useful. Both PRs are from Hume Smith <hclsmith at yahoo dot ca> PKGREVISION++
2002-08-21Add `peace'kent1-1/+2
2002-08-21First import of PEACE pkgsrc.kent6-0/+194
PEACE is a set of programs to run Win32 executables on NetBSD. http://chiharu.hauN.org/peace/
2002-08-21adjust stdout/stderr redirect of ifconfig. cosmetic change onlyabs1-2/+2
2002-08-21Sync with PEACE repositrykent6-15/+106
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/ * Update w32api to 1.5 - Add comcat.h, mapi.h, ntsecpkg.h, schannel.h, schnlsp.h, security.h, sspi.h, wsnetbs.h, - Many bug fixes * Add crt files for PEACE
2002-08-21Sync with PEACE repositrykent13-195/+90
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ - Update binutils to 2.13 - Remove f77/objcc stuff
2002-08-21Patched lynx to make sure endwin() is called on exit.blymn2-1/+25
2002-08-21Make PKGNAME's version number part numeric.wiz1-1/+2
2002-08-21set USE_INET6 if we are on an IPv6 capable Solaris host.grant1-1/+3
2002-08-21Add and enable gp-grapecjep1-1/+2
2002-08-21Initial import of GRAPE 4r1 into the NetBSD packages collection as cjep5-0/+135
math/gp-grape. GRAPE is a GAP package for mathematical computation with graphs and groups. It was written by Leonard H. Soicher of Queen Mary, University of London.
2002-08-21Add and enable gapcjep1-1/+2
2002-08-21Initial import of GAP-4.3 (bug fix level 1) into the NetBSD packages cjep7-0/+4420
collection as math/gap. GAP (Groups, Algorithms and Programs) is a free system for computational discrete algebra. Its capabilities include computation involving cyclotomic and finite fields, residue class rings, p-adic numbers, multivariate polynomials and rational functions, vectors, matrices and finite groups. GAP can be copied and distributed freely for any non-commercial purpose.
2002-08-21If using SASL cyrus-sasl package is actually needed.seb1-1/+5
2002-08-21use .bz2 distfile.grant2-4/+5
2002-08-21include libs to make this work on Solaris.grant1-1/+5
2002-08-21Cosmetic nit: don't use -DFreeBSD - this is NetBSD!simonb3-6/+39