summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-08-05Change build and installation so we don't conflict with graphics/gd.jlam9-149/+245
Also install html documentation into PREFIX/share/doc/html. Bump version to 0.1.17nb1
2000-08-04Make this work with xpkgwedge.jlam3-6/+7
2000-08-04Fix the broken CONFLICTS line.jlam1-3/+3
2000-08-04Update dependency on freetype-lib to >=1.3.1 since freetype-lib bumped itsjlam1-2/+2
shared lib major. (This is the last one I missed).
2000-08-04Use a different ld option on Solaris.veego1-2/+10
2000-08-04Make it work with xemacs.martin5-29/+26
2000-08-04Small cleanup: creating an empty directory ${PREFIX}/lib/xemacs doesn'tmartin3-7/+7
make much sense. Replace it with a symlink to the version dependend directory name, where real stuff is installed. This allows other pkgs (i.e. net/zenicb) to add lisp modules easily.
2000-08-04Do not unconditionally delete ${PREFIX}/share/gqmpeg/skins (and contents);wiz3-3/+32
instead tell user to remove it himself.
2000-08-04Add MESSAGE on how to make exim go.ad2-1/+20
2000-08-04Don't delete the CC definition in the patch - it's necessary for Solaris,agc2-15/+7
in case other compilers get picked up from the path which don't recognise gcc arguments.
2000-08-04Minor cleanup while trying to make it actually work with XEmacs.martin3-19/+24
2000-08-04Update abiword to 0.7.10abs3-22/+324
Changes sine 0.7.9 User Interface Modeless dialogs (Martin Sevior) Start of GoTo dialog. (JoaquĆ­n Cuenca Abela) Improvements to Word Count dialog on Linux (Sam Tobin-Hochstadt) Start of Show Paragraphs (Alexey Sinutin) Localizations A Galician translation was added by Jesus Bravo Alvarez (jba@pobox.com) Also updated translations are Danish (Birger Langkjer and Martin Hansen), German (Harald Fernengel), Spanish (Joaqun Cuenca Abela), and Swedish (Linus G Larsson) Bug Fixes Major editing bugs cleaned up (Bruce Pearson) Better RTF import for accented chars and hyphens (Hubert Figuiere) Ruler anomalies (Aaron Lehman) Various Other Bugs: #250 (Sam Tobin-Hochstatd), #274 (Mike Nordell), #435 (HJ), #443 (Matt Kraai), #596 (Martin Sevior), #604 (Kenny MacDonald), and #843 (Hubert Figuiere). Other Updated build process to handle new CYGWIN tools (Michael D. Pritchett) Another step toward Word export (James Montgomerie) )
2000-08-04Do not reference non existant freebsd3-menu.xpm - from a mail by Matthew Orgassabs2-4/+4
2000-08-04Install benchmarking programs under libexec/bytebench. Add patches to dojlam6-43/+165
nicer report printing under BSD systems, provided by Greg Woods in pkg/6943. Closes PRs: 6943, 6945, 6946
2000-08-04Make "make benchmark" actually work without having installed the software.jlam3-9/+15
Also remove an apparent extraneous line in the executable script which was causing errors.
2000-08-04Add and enable flwmjlam1-1/+2
2000-08-04The Fast, Light Window Manager.jlam7-0/+67
Provided in pkg/9846 by Matthew Orgass <darkstar@pgh.net>.
2000-08-04Update fltk to 1.0.9. Changes from version 1.0.7 include many bug fixes,jlam8-306/+302
better modal behaviour, and better portability. Find Mesa headers when xpkgwedge is installed.
2000-08-04Suppress any errors from pkg_delete if no pkgs are installedhubertf1-1/+3
2000-08-04update to ircII 4.4X. fixes a serious (crash at startup) bug in the previous.mrg3-8/+8
2000-08-04Make use of the MACHINE_JOYSTICK_IS_PRESENT definition so that thisjlam2-19/+26
has a chance of compiling on platforms without <machine/joystick.h>, i.e. everything except i386 and arm32.
2000-08-04Find Mesa headers if xpkgwedge is installed.jlam1-4/+4
2000-08-04shorten comment for readability.jlam1-1/+1
2000-08-04Update nas from 1.2.5 to 1.4. Relevant changes from version 1.2.5:jlam8-811/+127
- corrected a problem in the voxware server where when ReleaseDevice was enabled, the device would be held open when nasd was first started until the first connection was made. - changed documentation regarding the new location of the web site (http://radscan.com/nas.html) - integrated config handling in all servers, based on a lex/yacc parser from Stephen Hocking that was in the voxware server. - config file is /etc/nas/nasd.conf an example config file is installed. - parser errors are a bit more informative ;-) - each server now has a config.c and config.h file that provides the ddaSetConfig() functionality required of each server by dia/. In the SGI case, it's just a stub. ddaSetConfig() ignores options it doesn't understand (required behavior). - server cmdline options '-v' (verbose) and '-d <num>' (debug messages) added. These override nasd.conf settings. - hooks added to all servers in config.c - ddaProcessArg() and ddaUseMsg() for integrated arg handling. - voxware server: - release device functionality now controlled by nasd.conf - mixer init policy now controlled by nasd.conf - sun server: - added integrated sun (ausuni) module (now built by default) into the distribution. - release device functionality now controlled by nasd.conf - hpux server: - added device release (ReleaseDevice) capability to hpux server. All servers except for sgi now support this functionality. - fixed sample rate change problem in hpux server - separated hardware init code for ReleaseDevice functionality - added new option in nasd.conf to select either the EXT (external - headphones/speakers) or INT (internal speaker) output device by default - renamed generated server binary from au* to nasd for all servers - man pages updated (auserver.man and AUVoxConfig.man respectively). - Added patches from Mark Davies for NetBSD.
2000-08-04Fix a bug where the parser would fail if a keylength was notthorpej2-1/+39
explicitly specified in a Phase-1 proposal statement. Patch sent to sakane@kame.net.
2000-08-04Move LDFLAGS to after the in-source -L directives to avoid conflictsjlam1-0/+27
between libutil.a and system libutil.so. This makes this compile when LOCALBASE=/usr.
2000-08-04Regen.jlam1-1/+2
2000-08-03Update gqview to latest stable release 0.8.2. Changes from 0.8.1:jlam6-45/+17
New translations for it, and updated es, pt_BR. Now 'zoom to fit' also expands images (can be disabled in options). Added (optional) in place renaming. Changed window title (GQview now after filename), added window icons. Directory list now make previous dir visible. Minor compile -Wall cleanups, bug fixes.
2000-08-03Update ethereal to 0.8.11.frueauf2-4/+4
Overview of changes in Ethereal 0.8.11: * Set locale in tethereal (Guy) * Dialog box utility routines (Guy) * Modal window fixes (Guy) * GUI cleanups (Guy) * Add support for preferences (Guy) * IPv4 DiffServ is a preference (Guy) * Add strcasecmp.c for those systems that need it, like SINIX-M (Uwe) * BOOTP magic cookie fix, option-dissection fix (Guy) * SNMPv3 fix for security model values 1 and 2 (Guy) * Make AH payload dissection placement a preference (Gilbert) * Timestamp display fix (Guy) * CLNP TSAP fix (Guy) * NFS filehandle dissection for ReliantUNIX and Linux nfsd/knfsd (Uwe) * TCP summary info in protocol tree is an option (Gilbert) * OSPF enhancements and fixes (Michael Rozhavsky) * inet_aton()-related build fixes (Guy) * UDP has heuristic dissector table, and uses it for RPC (Uwe) * Dissection of RPCSEC_GSS credentials in ONC RPC (Dug Song) * DNSSEC additions/name changes (Jakob Schlyter) * Error message cleanups (Guy) * DNS support for MS's WINS and WINS-R resource records (Guy) * tvbuff-ication of H1 dissector, and response identifier display change (Gerrit Gehnen) * SCTP dissector (Michael.Tuexen@icn.siemens.de) * Capture-window titlebar fix (Gilbert) * Support for building SVR4 binary packages (Gerald) * proto_tree/dfilter interaction change (Gilbert) * Fix URL for libpcap (Guy) * Improved autogen.sh script (Bruce Korb) * Add "debian" target to Makefile (Olivier) * Tethereal packet-count and new-line fix (Gilbert) * SNMP "agent address" trap PDU display fix (Guy) * Support for many more DHCP options (Jose Pedro Oliveira) * Compiler-warning fixes in wiretap (Guy) * Reset "visited" flag when rescanning a file (Gilbert) * Add RPM and SRPM build targets (Gerald) * Another shot at the undead libpcap monster fix (i.e., extra info in headers for ss990915 libpcap) (Guy) * Add aclocal-flags to fix build headaches (Guy) * In proto_tree_add_item(), access tvbuff before adding anything to proto_tree. (Gilbert) * Add Quake 1 dissector (Uwe) * GIOP dissector warns about unsupported GIOP versions (Gilbert) * dfilter2pod build fix (Gilbert) * Re-write of NCP dissector. Adds python to build. :) (Gilbert) * Fix Edit->Filters...->Apply (Richard) * Add DIAMETER dissector (David Frascone) * Display TCP RST data as text, as per RFC 1122 (Guy, with tip o' hat to Kevin Steves) * Support for capturing from a pipe (FIFO or STDIN). (Olivier) * Cross-platform build fixes (Guy) * Fix directory-checking routines (Guy) * Display filters now work on string types (Gilbert) * Initial templates for decoding all 4 NLM protocol versions (Uwe)
2000-08-03Update nessus to 1.0.4.frueauf8-17/+43
What is new in Nessus 1.0.4 : changes by Christoph Puppe (pluto at defcom-sec.com) : added "Sort by Port" to the report window. Reports are sorted first by holes, then by warnings, then by notes. Previous version only sorted by holes. changes by Renaud Deraison (renaud at nessus.org) : ftp related checks : the user can now supply a login/password for the ftp checks, and relies on the ftp banner if nessusd can't log into the ftp server (requested by Jens.Oeser at connector.de). libnessus : ftp_log_in() would sometime fail against some ftp servers better handling of large reports on the client side tests are saved on the server side and can be restored. Note that this is experimental and disabled by default. Do ./configure --enable-save-sessions to enable this feature, and read doc/session_saving.txt for details. better handling of targets with multiple web servers running continue to launch the DoS if the state of the remote host can not be determined fixed a bug in smb_login_as_users.nasl, and improved smb_accessible_shares.nasl added checks for unpassworded MySQLs and PostgreSQL databases nessusd uses less memory changes by Pavel Kankovsky (peak at argo.troja.mff.cuni.cz) : fixed a possible deadlock in the nessusd internal communication fixed a problem in the client that would make it crash if it received a malformed message from the server the client would not detect the death of the server when run in batch mode possible header confusion (with regex.h) fixed possible signal deadlock when exiting fixed Other changes : fixed a problem in the function is_cgi_installed() that may sometime not work against odd clients (Thomas Reinke (reinke at e-softinc.com)) fixed a bug in snmp_default_communities.nasl (Lionel Cons (lionel.cons at cern.ch)) fixed showmount.nasl (Paul Ewing Jr. (ewing at ima.umn.edu)) typo in showmount.nasl would prevent it to work over udp (ctor at krixor.xy.org)
2000-08-03It uses USE_LIBTOOL, so add the LTCONFIG_OVERRIDE.jlam1-1/+2
2000-08-03Update freetype-lib dependency to >=1.3.1 due to freetype-lib bumpingjlam1-2/+2
it's shared lib major.
2000-08-03Add and enable fbm.rh1-1/+2
2000-08-03Conversion of FreeBSD port of fbm-1.2 to NetBSD package as provided in PRrh6-67/+63
pkg/10199 by Richard Rauch <rkr@rkr.kcnet.com> with PLIST fixes by myself.
2000-08-03Initial import of the FreeBSD fbm-1.2 port, a set of Fuzzy Pixmaprh6-0/+458
Manipulation utilities.
2000-08-03Remove unneeded patches. Submitted in PR 10627 by Trevor Johnsonrh11-164/+4
<trevor@jpj.net>, the maintainer and author of this software.
2000-08-03Specifically depend on teTeX-bin>=1.0.7 during build to prevent picking uprh1-2/+4
random crap. Hopefully fixes PR 9873 by Michael Wolfson <mw34@cornell.edu>.
2000-08-03Add and enable yorick.rh1-1/+2
2000-08-03Initial import of yorick-1.4, a numerical algebra system. Provided throughrh7-0/+203
PR pkg/10533 by John Refling <refling@comet.lbl.gov>
2000-08-03Fix LTCONFIG_OVERRIDE:hubertf1-2/+4
'chmod +x' the newly generated ltconfig file, so it is can be run
2000-08-03Clarify the idea behind the "Table of contents" a bithubertf1-1/+2
2000-08-03Use ${SH} to run ${WRKSRC}/suid.sh.veego1-2/+2
2000-08-03depend on enlightenment >= 0.16.2wiz2-4/+4
2000-08-03Fix installation of help files so that ".CVS" directories are reallytron2-1/+15
not installed.
2000-08-03Add missing help files.tron1-1/+8
2000-08-03update to 4.4V. changes include:mrg3-8/+8
o new /set {fore,back}ground_colour variables. o new /set xterm_geomoptstr variable. plus a bunch of important bug fixes.
2000-08-02Added EXTRACT_SUFX so that it can find the tar file at ftp.NetBSD.org. Notedarcy1-1/+2
that the master site has been down for some time so I can't confirm that that tar file has a tar.gz ending but I assume that it must be the same.
2000-08-02Add and enable surfawjlam1-1/+2
2000-08-02surfaw - Shell Users' Revolutionary Front Against the World wide webjlam5-0/+56
Surfaw provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power. It reclaims google, altavista, dejanews, amazon.com, research index, slashdot and many others from the false-prophet, pox-infested heathen lands of html-forms, placing these wonders where they belong, deep in unix heartland, as god loving extensions to the shell.
2000-08-02Put some more duct tape on the last. Should fix a problemthorpej2-9/+13
reported by Manuel Bouyer.