summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-17Remove the dependancy on GNU make, which should be unnecessary. Thissketch1-2/+1
package would previously fail to build if devel/gmake wasn't already installed due to the circular dependancy prevention logic in tools.mk
2003-12-17Use __func__ instead of __FUNCTION__ to give this package a bettersketch2-1/+24
chance of building with non-GCC compilers.
2003-12-17Use a more portable test construct for compatability with Solaris andsketch3-1/+34
others. Remove -Wall to get the package building with USE_SUNPRO by default.
2003-12-17Note addtion of web/ruby-webunit 20030121 package.taca1-1/+2
2003-12-17Add and enable ruby-webunit.taca1-1/+2
2003-12-17Importing ruby-webunit 20030121 package based on PR pkg/22158 by Rasputin.taca4-0/+91
WebUnit is Ruby API for testing html/cgi without browser, and is ideally suited for automated unit testing of web sites when combined with a Ruby unit test framework such as RubyUnit. It was designed and implemented by Masaki Suketa.
2003-12-17Use buildlinkmartti2-5/+4
2003-12-17Initial versionmartti2-0/+44
2003-12-17http://www.netbsd.org/Sites/net.html is no more, use /mirrors/ instead.keihan1-20/+20
From Dave B <netbsd-current (at) dberg (dot) net> to www@ While there, s/netbsd.org/NetBSD.org/g.
2003-12-17Updated bbsload to 0.2.6: Fixes gcc3 compiler build problemswulf1-1/+2
2003-12-17Updated to bbload-0.2.6: Fixes gcc3 compiler build problemswulf2-5/+5
2003-12-17Updated net/tsclient to 0.132xtraeme1-1/+2
2003-12-17Update to 0.132xtraeme3-11/+8
Changes: o Fix sound support. o Fixes, translations, remove compact mode, move support to rdesktop 1.3.
2003-12-17Updated xfce4-clipman-plugin to 0.4.0martti1-1/+2
2003-12-17Updated xfce4-clipman-plugin to 0.4.0martti2-6/+5
- Right click removes a single entry - Trailing spaces are removed into menu (visual improvement)
2003-12-17Initial import of p5-File-DirSync 1.11 into the NetBSD Packagesgrant1-1/+2
Collection. File::DirSync will make two directories exactly the same. The goal is to perform this syncronization process as quickly as possible with as few stats and reads and writes as possible. It usually can perform the syncronization process within a few milliseconds - even for gigabytes or more of information.
2003-12-17+p5-File-DirSyncgrant1-1/+2
2003-12-17Initial import of p5-File-DirSync 1.11 into the NetBSD Packagesgrant4-0/+25
Collection. File::DirSync will make two directories exactly the same. The goal is to perform this syncronization process as quickly as possible with as few stats and reads and writes as possible. It usually can perform the syncronization process within a few milliseconds - even for gigabytes or more of information.
2003-12-17Note update of the xmms-mad package to version 0.5.5.simonb1-1/+2
No change log available for changes between 0.0.9 and 0.5.4. The biggest visible change is that the plugin no longer needs to read the entire MP3 file to read the id3v2 tags.
2003-12-17Update the xmms-mad package to version 0.5.5.simonb3-20/+20
No change log available for changes between 0.0.9 and 0.5.4. The biggest visible change is that the plugin no longer needs to read the entire MP3 file to read the id3v2 tags.
2003-12-17Add a pkgconfig config file. Some other packages require these.simonb6-4/+49
2003-12-17only display the compat_linux MESSAGE if we're using the Linux binarygrant2-3/+7
pkg on NetBSD. fix test for _COMPAT16_LIBSTDCXX.
2003-12-17add EXTRACT_SUFX, as distfile is a .tar.bz2.grant1-1/+2
2003-12-17add a template and comments for MOZILLA_USE_LINUX.grant1-1/+7
2003-12-17add native NetBSD build, used by default (instead of Linux builds)grant2-12/+33
where possible. to force using the Linux builds, define MOZILLA_USE_LINUX.
2003-12-17note update of p5-MailTools to 1.60.grant1-1/+2
2003-12-17Updated p5-MailTools to 1.60.grant2-5/+5
Changes since 1.59: version 1.60: Wed Sep 24 09:20:30 CEST 2003 - [Henrique Martins] found that enclosing parenthesis were not correctly stripped when processing a Mail::Address. - [Tony Bowden] asked for a change in Mail::Address::name, where existing (probably correct) capitization is left intact. The _extract_name() can be called as method, is needed, such that it can be extended.
2003-12-16xemacs-current is at 21.5.16magick1-2/+1
2003-12-16+grepmail-5.22grant1-2/+2
2003-12-16Introduce command MAIL. It will be used to send messages like this:heinz9-9/+22
echo "message" | ${MAIL} -s"subject" add@ress.example
2003-12-16Allow _PATCH_BACKUP_ARG to be overridden in /etc/mk.conf (in order to use ↵heinz9-19/+19
different patch programs). Ok by agc
2003-12-16note update of docsis to 0.9.0.grant1-1/+2
2003-12-16Updated docsis to 0.9.0.grant5-76/+57
Changes since 0.7.5: 0.9.0 - fix range of MaxCPE (1-254) - add support for Win32 with Cygwin - fix ReAuthTimeout upper limit (30) - add script to generate HTML help from the symbol table - add NSIS packaging script for Win32 - added configure script, re-organized stuff - source code clean-up 0.8.8 02/07/03 - fix handling of label-hinted suffix to OIDs evvolve - check for string length overflow while parsing - added mibs to distribution - change SNMPv3* labels to SNMP* - add Docsis20Enable configuration setting - complete support for SnmpV3NotificationReceiver Many thanks to Rudy Zijlstra for pointing out a few bugs. 0.8.7 20/6/03 - fix bug with encoding HexStrings with trailing zeros Ronald Rosenfeld - fix double declaration of symbol T_MAC - add support for negative integers evvolve - change -lcrypto to -lcrypt to make default more "mainstream". - add support for ASN_GAUGE encodings - fix VendorSpecific decoding - print label as comment for enums Many thanks to Ronald Rosenfeld for sending in three patches. 0.8.6 31/05/03 - add support for SNMPv3Kickstart and evvolve partial support for SNMPv3 Notification Receiver - fix compilation warnings - add support for PHS Rule (untested) - cleanup indexes in docsis_symtable.h - add regression test script 0.8.4 10/05/03 - fixed SNMP handling ... hopefully for the last time :) evvolve - fixed Solaris support ctrl - added support for VendorSpecific TLVs 0.8.2 30/01/03 - Integrated fixes from Adrian Kwong and Cornel. evvolve - Updated OID format to accept "-" and "_" in labels ctrl - We can now encode decoded files directly ! akwong (thanks to help from Adrian Kwong) - MIB output format changed. - NET-SNMP 5.x support. - Dropped support for ucd-snmp. - Made SNMP decoding smarter - i.e. output OID suffix only; but switch to full-OID output if MIBs are not installed. - Hacked support for encoding MTA configuration files. - Added support for Vendor Specific info. - Worked around string formatting issues in NET-SNMP. - Added indent functionality. Update provided by Simas Mockevicius (the new maintainer) in private mail, with some changes by me.
2003-12-16Note update of xmlcatmgr to 1.2.jmmv1-1/+2
2003-12-16Update to 1.2:jmmv4-32/+5
Released on 2003/12/16, its state was stable. * Added the BT_PROG_GREP variable to the build system; this is to allow the user override the grep program used by xmlcatmgr. In some systems, like Solaris, the -F flag is not supported, so an alternative must be used.
2003-12-16Updated p5-Digest to 1.05nb1heinz1-1/+2
2003-12-16Depend on p5-MIME-Base64 (patch sent to upstream provider) and PKGREVISION++heinz1-1/+4
2003-12-16The 2.59 distfile is on ftp.gnu.org, so enablewiz1-5/+2
MASTER_SITE_GNU as master site again.
2003-12-16Updated mrtg to 2.10.11nb1martti1-1/+2
2003-12-16Updated mrtg to 2.10.11nb1martti1-1/+6
* Added IPv6 support (pkg/23769 by Adrian Portelli)
2003-12-16Added p5-INET6-2.00martti1-1/+2
2003-12-16Added p5-INET6martti1-1/+2
2003-12-16IO::Socket::INET6 provides an object interface to creating and using sockets martti4-0/+25
in either AF_INET or AF_INET6 domains. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket.
2003-12-16Updated radiusd-cistronmartti1-1/+2
2003-12-16radiusd-cistron (1.6.7) cistron; urgency=mediummartti6-82/+60
* Fix checkrad.pl::cisco_snmp and usrhiper_snmp so that communities other than "public" can be used too. * Error out on superflous command line args (optind >= argc) * Encrypt CHAP-Password in radclient so that CHAP can be tested too * Add "wildcard" option to realms - if you set this option, you can match on the entire username using shell wildcards in the realms file. * If the nastype in /etc/raddb/naslist is set to 'none' for a nas, logins on that nas will have no simultaneous use restrictions imposed and those logins will not count towards the total amount of logins. * Removed 'raduse' and manpage. * Can disable radutmp with "-u none" (likewise radwtmp with "-W none", though we already had "-w" for that). * Call checkrad with an extra argument, the framed IP address. * Fix bug where $INCLUDEing a file without any records would cause the rest of the original file to be ignored * Support for 64-bit wide integers (integer8 type). If compiled with gcc, users file can contain both hex and decimal 64-bit values, and 64-bit values are printed in decimal. With other compilers (no "long long" support) only hex 64-bit values are supported. * Change "_" to "-" in dictionary.redback and change the 64 bits values to integer8. * Moved the dictionary files to /usr/local/share/radius. Now only /etc/raddb/dictionary remains that $INCLUDES all the others. For new installs only; existing installations won't be changed * Make integer in the format string of sprintf(buf, "%03d:%.20s", ..) in make_wtmp() unsigned (%u), otherwise the sprintf could in some cases (negative NAS-Port, very long NAS-name) overrun the buffer by one byte, overwriting the least significant byte of the return address on the stack with a \0. Not sure if this is exploitable or not, but it could be a security problem. * Make sure ut.login (struct radutmp member) is treated everywhere as a NON-zero terminated string. * Make sure unsigned integers are used in all places using lvalues (32 bits radius values), especially nas_port. * radrelay: update id of packet when retransmitting. * Print an error and free the request struct if we receive an unknown packet type. * rad_check_multi: if username/NAS/port match, don't count as dup.
2003-12-16Depend on version 7.x of the "opera" package by default.tron1-2/+2
2003-12-16Rewrite most of the pipeline generating ${PLIST} as a single awk script.seb1-58/+68
2003-12-16Ensure a version of grep is used which can handle the -F argument.sketch4-2/+30
2003-12-16Don't rely on xargs behaviour to pass arguments correctly to rm, insteadsketch1-2/+2
execute if necessary directly from find. Fixes breakage on systems which output "blah" from $(echo | xargs echo "blah") (Solaris, Linux, ..)
2003-12-16Properly check for alloca.h and use if necessary, fixing USE_SUNPRO build.sketch4-14/+47