summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-03The MASTER_SITES for security/tripwire does not have the tarball availableben2-5/+4
for download. I changed MASTER_SITES to match FreeBSD's ports/security/tripwire12. I verified that the contents of these files are identical using cmp.
2003-12-03Note update of mpi-ch to 1.2.5.2jschauma2-3/+3
2003-12-03Update mpi-ch to 1.2.5.2, released on September 11th, 2003.jschauma10-29/+141
An extensive list of changes since the last release is available online at http://www-unix.mcs.anl.gov/mpi/mpich/r1_2_5changes.html (It's difficult to destill the important changes from that file, which is why I'm not pasting the entire collection in here.)
2003-12-03Add p5-Digest-BubbleBabbleheinz2-2/+4
2003-12-03Import of Digest::BubbleBabble 0.1heinz4-0/+31
The Perl module Digest::BubbleBabble can be used to create a fingerprint of a MD5 or SHA-1 digest in "bubble babble" format. Bubble babble is a method of representing a message digest as a string of "real" words, to make the fingerprint easier to remember. The "words" are not necessarily real words, but they look more like words than a string of hex characters.
2003-12-03Add devel/libidn, devel/libntlm, security/gsasl, security/gss.xtraeme1-1/+5
2003-12-03Change SVR4_NAME (already used by p5-Net)heinz1-2/+2
2003-12-03Add and enable gss, gsasl.xtraeme1-1/+3
2003-12-03Initial import gsasl-0.0.8 from pkgsrc-wip.xtraeme5-0/+181
GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers (e.g., IMAP, SMTP) to request authentication from clients, and in clients to authenticate against servers. GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM and KERBEROS_V5 mechanisms.
2003-12-03Initial import of gss-0.0.6 from pkgsrc-wip.xtraeme5-0/+71
GSS is an implementation of the Generic Security Service Application Program Interface (GSS-API). GSS-API is used by network servers (e.g., IMAP, SMTP) to provide security security services, e.g., authenticate clients against servers. GSS consists of a library and a manual.
2003-12-03fix typo in SVR4_PKGNAMEheinz1-2/+2
2003-12-03Add and enable libidn, libntlm.xtraeme1-1/+3
2003-12-03Initial import of libntlm-0.3.2 from pkgsrc-wip.xtraeme5-0/+58
libntlm is a library that implement Microsoft's NTLM authentication.
2003-12-03Initial import of libidn-0.3.3 from pkgsrc-wip.xtraeme5-0/+113
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. It is used to prepare internationalized strings (such as domain name labels, usernames, and passwords) in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibition of characters, and bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA are supported.
2003-12-03Added net/wistumbler2.xtraeme1-1/+2
2003-12-03Add and enable wistumbler2.xtraeme1-1/+2
2003-12-03Initial import of wistumbler2-2.00pre3 provided pancake via pkgsrc-wip.xtraeme4-0/+59
======== WiStumler2 ====================== Network stumbler for WaveLAN/IEEE wireless ========================================== Original code: Isao SEKI <iseki@gongon.com> Fork&patches: pancake <pancake@phreaker.net> WiStumbler2 is a fork of original wistumbler caused by the incommunication of the original author, because seems that development was getting stopped. In the fork of wistumbler I add some new features and bugfixes. Diff on wistumbler: - gtk2 and theme support. - some gtk widgets wasn't correctly used. - Support for console mode (no X needed). - Allow log-saving on the fly (new button). - Patches some GPS pointers that segfaults. - Speaker beeps like windows-stumbler. (ear-wardriving) - FreeBSD port finished.
2003-12-03Added devel/devIL, devel/ode and devel/ogre.xtraeme1-1/+4
2003-12-03Add and enable devIL, ode and ogre.xtraeme1-1/+4
2003-12-03Initial import of ogre-0.12.1 from pkgsrc-wip.xtraeme7-0/+451
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilising 3D hardware. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes.
2003-12-03Initial import of ode-0.039 from pkgsrc-wip.xtraeme5-0/+84
ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.
2003-12-03Initial import of devIL-1.6.6 from pkgsrc-wip.xtraeme5-0/+110
Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use. Ultimate control of images is left to the developer, so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp, .raw, .sgi, .tga and .tif files. Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm, .pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif. DevIL currently supports the following APIs for display: OpenGL, Windows GDI, SDL, DirectX and Allegro. Compilers that can compile DevIL or use it include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and Dev-C++.
2003-12-03Added games/openmortal.xtraeme1-1/+2
2003-12-03Add and enable openmortalxtraeme1-1/+2
2003-12-03Initial import of openmortal-0.3 from pkgsrc-wip.xtraeme4-0/+133
Mortal Szombat is a parody of the popular coin-up game, Mortal Kombat. It is currently playable (maybe even enjoyable), although it is still under development. Only two-player game is supported, single-player games against computer opponent is not planned yet. There are currently 9 playable characters, and 8 more in the making!
2003-12-03Added games/boson.xtraeme1-1/+2
2003-12-03Add and enable boson.xtraeme1-1/+2
2003-12-03Initial import of boson-0.8, from pkgsrc-wip.xtraeme5-0/+1202
Boson is an OpenGL real-time strategy game, with the feeling of Command&Conquer(tm) or StarCraft(tm) and OpenGL support. It is designed to run on Unix computers, and is built on top of the libkdegames, kde and Qt libraries.
2003-12-03Added benchmarks/postal.xtraeme1-1/+2
2003-12-03Add and enable postal.xtraeme1-1/+2
2003-12-03Initial import of postal-0.62, package provided by David Ferlier viaxtraeme4-0/+34
pkgsrc-wip. Postal is a SMTP benchmark. Postal-list will list all the possible expansions for an account name (used for creating a list of accounts to create on your test server). Rabid is the mad Biff, it is a POP benchmark.
2003-12-03fake-la also needs @AR@ replaced now.erh1-1/+2
2003-12-03Shared libraries on AIX have a ".a" extension. Handle those by either lookingerh1-2/+31
for an existing libtool ".la" library, or looking inside the archive for the .so file. Also, fail immediately if passed a library that isn't handled.
2003-12-03Require at least esound>=0.2.27 (missed in previous). Thanks Quentin :)xtraeme1-1/+3
2003-12-03Add another shlib type "aixlib".erh1-143/+179
Handle this in do-shlib-handling: turn *.so into *.a. Pull out the inline awk scripts into variables to make the actual target a little bit clearer.
2003-12-03Pay attention to the setting of $ROOT_USER when checking whether we're root.erh1-3/+3
2003-12-03If PKGMAKECONF is defined, use it to set MAKECONF instead of "/dev/null".erh1-1/+5
2003-12-03Add initial support for AIX to pkgsrc. Tested with AIX 4.3erh2-0/+1065
2003-12-03Missing terminating quote.sketch1-1/+1
2003-12-03Note update of evilwm to 0.99.17.sketch2-3/+3
2003-12-03Note update of bbapm to 0.0.1nb1.gson1-1/+2
2003-12-03bbapm did not build on -current because g++ now treats "or" as a reservedgson4-9/+77
word. Also added a missing #include <stdlib.h>.
2003-12-03Update evilwm to 0.99.17, with the following changes:sketch4-31/+17
2003-07-23 Dave Holland sent a patch to fix some Alt+Tab misbehaviour. 2003-09-18 Fixed "losing control of windows" problem when switching desktops rapidly on slow machines. Released 0.99.16. 2003-09-25 Hopefully *really* fix that bug. Testers suggest to me that it is now really gone. 2003-10-15 Integrated a patch from Neil Drumm to implement snap-to-border. Run evilwm with -snap num to enable the behaviour (num specifies the proximity in pixels to snap to - 10 is quite nice). It's worth noting that Per Weijnitz sent a similar patch a while ago, but I never got around to using it :( Released 0.99.17.
2003-12-03Add an empty plist for AIX.erh1-0/+1
2003-12-03Portability fixes to get the package to compile and install correctlysketch3-10/+23
under Solaris, maybe others too.
2003-12-03On AIX, perl doesn't like building with gcc.erh2-2/+15
Force it to use /usr/bin/cc instead.
2003-12-03Belatedly note update of popt to 1.7nb4.gson1-1/+2
2003-12-03Finished subversion and swig updates (actually the swig entry wasepg1-3/+1
quite old and long-since done).
2003-12-03aspell and icu update are done.recht1-3/+1
2003-12-03Note update of aspell to 0.50.4.1, icu to 2.6.1 and mono to 0.29.recht1-1/+4