summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-06add CXXFLAGS=-O2grant1-1/+2
reported by Wojciech Puchar <wojtek@3miasto.net> in pkg/17181.
2002-06-06Only build on earlier versions of NetBSD with USB support. -current andcjep1-1/+4
1.6 will have a kernel driver to do this. After a discussion with Lennart Augustsson.
2002-06-06Recognize mipseb as a valid architecture.thorpej2-1/+23
2002-06-06Update mozilla to 1.0taya13-41/+41
No major changes from 1.0rc3. See the release notes for detail about mozilla. http://www.mozilla.org/releases/mozilla1.0/
2002-06-06Change the alignment of the columns in amreport so that disks > 10G thatsimonb2-1/+24
take longer than 100 minutes at greater than 1000kB/sec line up nicely.
2002-06-05Add an empty "scriptsinstall" target to scripts/Makefile. If this isn'tcjep2-1/+15
present, this package won't build with newer BSD mk magic (e.g. in 1.6_BETA1 and so on.)
2002-06-05Updated awka to 0.7.5 to fix pkg/17112.yyamano2-5/+5
From CHANGELOG.txt: v 0.7.5, June 20 2001 * Gawk 3.1.0's Coprocessing and inet functions are now supported by Awka, as are the new builtin functions asort() and mktime(). Thanks to Juergen Kahrs for the original work to implement this excellent feature, and to Arnold Robbins for including it in Gawk. That libawka will now be distributed under the GNU General Public License (GPL) rather than LGPL as a result of having to include some code from Gawk. The previously separate dfa library is now absorbed into libawka, and the -d command-line option for awka removed as it is no longer needed. * The match() function has been extended to support its new capability in Gawk 3.1.0. See the Gawk manpage for details. * awka -a -v 'var="string with whitespace"' will now work correctly. * To avoid breaching ANSI-C guidelines, \r in AWK program strings will be preserved as \r in the generated C code, not converted to ASCII character 13. Previously some platforms were incorrectly treating \r as \n - this has been fixed by this change. * Fixed a problem wherein awka -c sometimes failed to output matching curly braces in the translated code. * Fixed a data-input parsing error that could occur when RS="". The new test rsnul1nl (from gawk-3.1.0) will ensure the buglet doesn't return. * A new hash routine was implemented providing fewer collisions, particularly with long string indexes that have only minor differences. The optional SLOW_HASH #define is no longer needed. * Translator now tracks the datatype of scalar variables, and will produce more efficient code for vars that stay one type throughout a script. This is the first optimisation of translated code in a long, long time and it makes a considerable difference to many scripts.
2002-06-05- update to 1.6 beta 1 (it's about time the developer released a new version)lukem2-6/+7
- fix ipv6 support for ${OPSYS} != Darwin (use ".elif" not ".elseif")
2002-06-05Import of canonical tnftp 20030825 sources,lukem14-0/+2746
to make it easier to track new versions.
2002-06-05Build ttf2pt1 with freetype2 to support additional file types.markd4-60/+75
From PR pkg/15976 by Rui-Xiang Guo with minor cleanup from me. Bump PKGREVISION and make explicit dependency on t1utils.
2002-06-05The use of ${INSTALL_INFO} makes this package not relocatable, see PR pkg/17175.seb1-7/+7
Patch proposed in this PR by Joachim Koenig-Baltes <joachim@handshake.de> applied with a small ordering tuning.
2002-06-05kdegraphics3 is available now.skrll1-2/+2
2002-06-05Add and enable kdegraphics3skrll1-1/+2
2002-06-05Initial import of a kdegraphics3 pkg.skrll10-0/+1075
2002-06-05Update ettercap to 0.6.6.6. Changes:hubertf4-23/+47
0.6.6.6 -- 20020603 + Solaris porting + Sparc architecture support even for all other OSes + Windows 9X porting (developed by tavi) + Increased the speed of arp storm under windows (developed by tavi) + Added the ability to bind a port on which ettercap forwards the sniffed trafic (press 'B' from the sniffing interface) + The -H option now supports range ip (i.e. 192.168.1-5.10-20,30-40,50,100-150) + NEW PLUGIN: - lamia (become root of a switches spanning tree) + Windows installer now have a nice splash screen ;) + Updated the passive OS fingerprint database (825 records) !! Fixed the pthread_join problem under MacOSX !! Fixed the -w options (openssl path related bug) !! Fixed the conflicting options -Y and -a !! Fixed the FindIface function under BSD 0.6.5 -- 20020423 + Windows (CYGWIN) porting + Dumping to tcpdump file format is now supported (-Y option) + New OffLine sniffing from tcpdump like files (-T option) + Sniffing from command line now capture UDP+TCP packet by default - Changed the -t (--linktype option) to -g + Added the -t (--proto option) to sniff only that protocol in simple mode + Logging engine doesn't log the same user/pass/ip twice (as requested by Gushterul) + Under *BSD and MacOSX ettercap now uses only one bpf + Added the -J options (onlyposion) to allow multitarget arp sniffing + USER and PASS may have a length of 50 chars + NEW PLUGIN : - roper (Tries to stop ISAKMP for IPSEC traffic) + NEW password collector for: - QUAKE 3 (rcon command) (developed by LnZ) - ICQ v7 (developed by LnZ) - MSN (the pass is an MD5 hash) - YMSG (the pass in in UNIX MD5 format) (as requested by tavi) + DISSECTORS enhanced: HTTPS - IMAP - NAPSTER (opennap) - IRC + PLUGIN enhanced: - leech (now it rearps the victim after isolation) + Updated the passive OS fingerprint database (762 records) + Updated the active OS fingerprint database nmap-os-fingerprints,v 1.77 2002/03/20 05:42:48 fyodor + DOCUMENTATION translated in Polish and Dutch + Added the 'cvs' target to the Makefile !! Fixed an ntohs() problem in the phantom plugin !! Fixed a bug in the SMB dissector dealing with unicode user and password !! Better handling of CTRL+C !! Fixed a bug in doppleganger !! Fixed a bug the the dlsym on OpenBSD 3.0 (plugin related) !! Fixed the visualization of password with length > 13 !! Fixed a bug in the handling of debug file !! Fixed the "not scrolling" JOINED visualization
2002-06-04Make sure we get the grandchild output before the script exits.kim2-4/+4
2002-06-04Two typos in the postscript header for printing fixedmrauch2-1/+17
(merged from the development branch of the package). This patch is a slight generalisation of the one provided in pkg/17130.
2002-06-04Add and enable p5-WWW-Amazon-Wishlist.cjep1-1/+2
2002-06-04Initial import of WWW-Amazon-Wishlist-0.65 into the NetBSD packagescjep4-0/+31
collection as www/p5-WWW-Amazon-Wishlist. This package can be used to get your wish-list from Amazon.(com|co.uk) and return it in an array of hashrefs so that you can fiddle with it until your hearts content. Supplied by Sen Nagata in PR#14933. Thanks!
2002-06-04Add and enable rox-systemcjep1-1/+2
2002-06-04Initial import of ROX-System 0.1.2 into the NetBSD packages collection ascjep6-0/+94
sysutils/rox-system. The ROX System application displays information about your system -- what processes are running and the amount of memory they are using, as well as free and used disk space. Supplied by Rui-Xiang Guo in PR#17137. Thanks!
2002-06-04Add and enable xfm.cjep1-1/+2
2002-06-04Initial import of sysutils/xfm-1.4.3 into the NetBSD packages collection.cjep9-0/+580
XFM is a powerful file and applications manager program written using the X toolkit. It contains virtually all of the features that you would expect in a file manager -- move around your directory tree in multiple windows, and move, copy or delete files with simple mouse operations. The integrated application manager allows you to load files into your favourite applications from the file manager by dragging icons. It can also be used as a "shelf" onto which you can place files and directories that you are currently working with. Supplied by Rui-Xiang Guo in PR#13834. Thanks! Also looked at previously by zuntum@.
2002-06-04Updated doc++ to 3.4.9 to fix pkg/16587. Changes from 3.3.13 are too many,yyamano3-11/+19
see doc/ChangeLog in the source distribution.
2002-06-04libtabe lives in the inputmethod directory.cjep1-2/+2
2002-06-04Regen for patch-bfbouyer1-2/+2
2002-06-04Remplace with one that really fixes the problem.bouyer1-38/+17
Patch sent back to amanda developers.
2002-06-04Use in-source cpp instead of gcc to fix pkg/16511.yyamano1-1/+2
2002-06-04Add and enable yup.cjep1-1/+2
yup provides a PostScript printer with the capability of printing any number of reduced page images on one physical sheet of paper, be they PostScript or ASCII text. Supplied by grant at grunta.com in PR#14128. Thanks!
2002-06-04Initial import of yup 1.0 into the NetBSD packages collection.cjep5-0/+47
yup provides a PostScript printer with the capability of printing any number of reduced page images on one physical sheet of paper, be they PostScript or ASCII text. Supplied by grant at grunta.com in PR#14128. Thanks!
2002-06-04Upgrade to 0.7.6. Closes PR#17158.cjep3-6/+22
(Also disable compface for now. Maintainer will be submitting a version that uses compface in the next few weeks.) Changes since version 0.7.5 (from NEWS file): * The manual and the FAQ have been updated, and German and Italian FAQs have been added. * IMAP shared folder is now supported. * 'Create filter rule' has been added to the context menu. * Only newsgroup names longer than specified length are abbreviated. * 'Get all' doesn't check for new messages on IMAP or News account by default. * Minor improvements to the folder property dialog have been made. * Special characters like parentheses can be used in passwords for IMAP accounts now. * Some crash bugs and other minor bugs have been fixed.
2002-06-04Build and install "bdftopcf" to fix installation of fonts for thetron3-8/+8
X11 server. Bump version to 3.3.6.3.
2002-06-04Add and enable su2.cjep1-1/+2
su2 is a replacement for the su program. su2 gives you the ability to masquerade with the UID of other users, using your own password to switch. Submitted by collver at linuxfreemail.com in PR#14141. Thanks! (MD5 checksum of the su2 distribution checked against FreeBSD ports' entry.)
2002-06-04Initial import of su2 1.3 into the NetBSD packages collection.cjep7-0/+171
su2 is a replacement for the su program. su2 gives you the ability to masquerade with the UID of other users, using your own password to switch. Submitted by collver at linuxfreemail.com in PR#14141. Thanks! (MD5 checksum of the su2 distribution checked against FreeBSD ports' entry.)
2002-06-04Be more pervasive with PKG_SYSCONFDIR i.e. adjust pathnames in manpage.seb1-2/+4
PKGREVISION *not* bumped.
2002-06-04Add & enable xcin.uebayasi1-1/+2
2002-06-04Initial import of xcin-2.3.5.pre2.uebayasi8-0/+207
XCIN is an XIM (X Input Method) server which is widely used in Taiwan to perform Chinese input under X Window system. It is originally developed by Edward Der-Hua Liu (Oct. 1994) and many other programmers in early days; while now it is supported by the XCIN Project.
2002-06-04Add support for PKG_SYSCONFDIRseb3-2/+18
Bump PKGREVISION.
2002-06-04Add & enable libtabe.uebayasi1-1/+2
2002-06-04Initial import of libtabe, submitted by Rui-Xiang Guo in pkg/12171.uebayasi6-0/+425
After its pioneering work on Chinese i18n/l10n issues, TaBE Project extends its goal to more general Chinese language processing issues on computer systems. libtabe, the latest work made available by the Project, is a library which provides useful Chinese functions/routines that deal with many fundamental elements such as pronunciation(BoPoMoFo), character frequency, word identification, word frequency. It also comes with a free word database consists of more than 130,000 words.
2002-06-04Update master site list and distribution file checksum.tron2-8/+5
2002-06-04Fix build problem on post Mach VM systems where the UVM transition gluetron1-2/+6
has been removed.
2002-06-03add patch-anchristos1-1/+2
2002-06-03make this compile again.christos1-0/+33
2002-06-03perl is used in the build so add a BUILD_DEPENDsskrll1-1/+2
2002-06-03Make included MIT pthread library build under NetBSD 1.6.tron2-1/+42
2002-06-03Don't disable utmpx support under NetBSD any more. It works fine now.tron2-18/+1
2002-06-03Upgrade to 1.3.3 (closes PR#17155; approved by wiz).cjep5-50/+9
Changes in version 1.3.3 (from NEWS file): * Now requires Perl 5.005 or later * Initially empty directories are not removed anymore * Removed buggy fastcwd (we use POSIX::getcwd instead) * Fixed bug when the common Parent of Target dir and Stow dir was "/" * Fixed bug when handling directories named "0" * Stow now only warns the user if a directory is unreadable during unstowing.
2002-06-03Updated p5-XML-NamespaceSupport, from 1.04 to 1.07.shell2-6/+5
Changes since 1.04 : - added undeclare_prefix() thanks to Christian Glahn. - CPAN problem, had to change the version - added a number of rather good speedups by converting a lot of the code to use arrays instead of hashes. More of the same kind of tuning is expected for the next version. - fixed another bug, again thanks to Grant McLean, due to which declarePrefix() was not functionning according to the spec (it failed to set a random prefix when the prefix was undef).
2002-06-03Updated p5-HTML-FillInForm, from 0.26 to 0.29.shell2-5/+5
Changes since 0.26 : - Added ignore_fields option (Boris Zentner) - Added missing ! in declaration handler (Boris Zentner) - Fill all values with the same name if one value is passed (Boris Zentner, Gabriel Burka) - Fixes to pass through comments, processing instructions, and declarations (Boris Zentner)