Commit graph

27438 commits

Author SHA1 Message Date
wiz
87b88e46c4 Update to 0.48, provided by Amitai Schlair in pkg/15783.
Changes:
* TMDA has acquired the ability to handle local mail delivery itself.
  It can now do safe and reliable delivery to qmail-style Maildirs and
  mboxrd-format mboxes, as well as program (pipe) delivery, and
  forward to a different e-mail address.
* Added an -autodbm argument to the 'from-file' and 'to-file' filter
  sources to match the existing -autocdb capability.  -autodbm
  automatically maintains a DBM file for the specified TMDA list file.
  No more rebuilding your DBM files by hand, cron, or scripting.
* Added the ability to use 'from*' rules in outgoing filters.
  See the TMDA Filter Specification for details.
* Lots of internal reorganization.
2002-03-14 17:24:18 +00:00
wiz
6340b50510 Fix configuration with Xemacs, as suggested in pkg/15343 by Sergey Svishchev. 2002-03-14 17:04:38 +00:00
wiz
5c152f8bb0 Some cleanup. 2002-03-14 16:21:57 +00:00
agc
4da090cc06 Set the WRKSRC definition correctly, even in the presence of PKGREVISION
modifiers.
2002-03-14 15:42:40 +00:00
wiz
8cf66e4310 Don't unconditionally delete share/bbtools, since bbpager now installs
there, too.
2002-03-14 15:17:15 +00:00
wiz
1305c0dfdc Add and enable bbpager. 2002-03-14 15:15:43 +00:00
wiz
f4df70dd1d Initial import of bbpager, a pager for the blackbox window manager.
Package provided by Sen Nagata in pkg/14932, with some cleanup by me.
2002-03-14 15:14:40 +00:00
abs
764d80807f remove "The" from start of COMMENT 2002-03-14 15:13:31 +00:00
wiz
5f504be15e Update to 0.62.1. Also closes pkg/15556.
Changes since 0.61.1:
- the lock modifier code handles user redefined modifiers better
- check if the locale actually needs multibyte support before using multibyte
  functions
- use srcdir in all of the makefiles
- general code touchups
- blackbox-nls.hh is always generated even if --disable-nls is used.
  This allows us to not have all of those hideous #ifdef NLS chunks.
  Nothing to worry about, if you do not want NLS this does not affect you
- Workspace::placeWindow() cleanups.  Also a speed bump from reducing the
  use of iterator->current() and changing the delta from 1 to 8
- fixed a desciptor leak in BScreen::parseMenuFile, seems opendir
  lacked a matching closedir.
- fix transient window handling code in Workspace::removeWindow() so
  transients give focus back to their parents properly.  The code originally
  handled sloppy focus then transient windows, so we just flopped the
  if/elsif.  This is immediately noticable with web browsers and their open
  location windows.
- fixed list::insert so you really can insert at item number 2.  While there
  I cleaned up the code a bit.
- added decoration to the atom state stored in a window
- fixed the window menu gets left open when another window button is pressed
  issue with a call to windowmenu->hide() in window->maximize()
- applied xOr's patch for decoration handling
- applied xOr's patch for the maximize, shade, unmaximize bug
- applied Kennis' patch for sending incorrect Slit configure notices
- BlackboxWindow's flags have been moved into a flags structure
- applied xOr's patch for border handling
- resizing a window turns off its maximized flag.  Before a resized window
  thought it was still maximized and maximizing a double action
- BlackboxWindow::withdraw no longet sets the state to Withdrawn.
  This confused some X clients.
- the menu file mentioned in the manpage is now based on DEFAULT_MENU
- menu is no longer installed, you need to copy it yourself
- the lock modifiers no longer stop blackbox!
- maximize a window via bbkeys and the maximize button is not redrawn, fixed
- autoraise and multiple dialog windows yields segv bug fixed
  also lengthened the default auto raise delay from 250 to 400
- another iteration of autoraise and dialog box handling, this time we
  noticed that nothing ever reset blackbox.focused_window to 0 when a window
  was removed
- check if the window is visible before changeBlackboxHints() calls maximize
- placeWindow no longer takes edgeSnapThreshhold into account
- ignore style files ending in ~
- support locale specifiers with @euro in them
- Toolbar name editing buffer reduced to 128 chars, logic added to make sure
  this buffer is not overrun
As well as NLS improvements and other minor bug fixes.
2002-03-14 15:07:01 +00:00
wiz
36b7c5af00 Pull over gcc package files from before the 2.95.3 update.
Compiles and installs/deinstalls cleanly on 1.5ZA/i386, otherwise untested,
but that's better than a BROKEN package.
Some cleanup.
2002-03-14 14:54:48 +00:00
wiz
83f7b56579 Update HOMEPAGE and MASTER_SITES, per pkg/15909 by James K. Lowden. 2002-03-14 14:14:42 +00:00
tron
f5fd6136c4 As report by Emiel Kollof on "current-users" the datasize needs to be
unlimited at least for NetBSD-sparc.
2002-03-14 13:57:53 +00:00
uebayasi
ef3369cffa Update EB from 3.0 to 3.2.1.
* Fix a bug in text read routine when using 'appendix'.
	* Import zlib-1.1.4.
	* If the EB_DEBUG environment variable is defined, EB Library outputs
	  messages for debugging.
	  `--enable-debug' option of configure is removed.
	* Fix a critical bug in decompression of EBZIP compression format.
	* The maximum compression level of ebzip is changed from 3 to 5.
	* Implement eb_backward_text() and revise eb_forward_text().
	* The EB Library programming document (Japanese edition) is back.
	* Fix bugs in compressed S-EBXA support.
	* Add debug codes.
	  Those codes are enabled by `configure --enable-debug'.
	* Rename eb_initialize_all_subbooks() to
	  eb_load_all_subbooks(), and
	  eb_initialize_all_appendix_subbooks() to
	  eb_load_all_appendix_subbooks().  For backward
	  compatibility, the old function names are defined as cpp
	  macros.
	* Support for DUDEN EBG CD-ROMs is back.
	* Fix a bug in handling of CD-ROM mounted on the root directory.
	* Overhaul initialization and finalization routines in the library.
	* Support compressed S-EBXA CD-ROM book.
	  Support Nippon daihyakka zensho, accessories to Sony
	  DataDiscMan DP-S1000.
	* New appendices (crownfj2, crowngj).
	* And many bug fixes.

Besides, add a brand new buildlink.mk.
2002-03-14 13:54:04 +00:00
hubertf
766592cdf1 this really wants ncurses (why was this picked up automatically
before? weird world...
2002-03-14 13:42:53 +00:00
wiz
f8daf6b658 Add and enable net-snmp-current. 2002-03-14 13:12:56 +00:00
wiz
ba70219030 Fix compilation on 1.4.2 (sync with patch-ab).
Addresses pkg/15849.
2002-03-14 13:07:32 +00:00
wiz
36a4d67098 Unneeded now. 2002-03-14 13:03:13 +00:00
wiz
a3da24c239 Completely remove RSAREF2 support; had been disabled for 15 months
without complaints.
Deinstall sample config file if unchanged.
2002-03-14 13:02:30 +00:00
wiz
60bc657a16 Add "|| true" to last. 2002-03-14 13:00:50 +00:00
wiz
837ac02891 Shorten comment. 2002-03-14 12:35:59 +00:00
wiz
180d1b814a regen 2002-03-14 12:33:08 +00:00
wiz
25f9b48b64 Standardize patches. 2002-03-14 12:33:00 +00:00
wiz
0c39bad777 Disable "bad" assembler (gcc-2.95.3 does not want to compile it).
Closes pkg/15138.
2002-03-14 12:32:40 +00:00
wiz
a2121b2d1a Standardize patch. 2002-03-14 12:26:46 +00:00
wiz
7b04786d76 Uppercase GTK in COMMENT. 2002-03-14 12:06:31 +00:00
abs
dc7d08a389 Updated cpuflags to 0.20
Add entry for ross 100/125 CPU in sparc20
    From 'Christophe Kalt' and 'god'.
2002-03-14 11:31:29 +00:00
fredb
9593b61c40 Oops. Don't set PKGREVISION here -- this was overriding the setting in
both ghostscript-{,no-x11-}/Makefile.
2002-03-14 11:24:23 +00:00
wiz
c2f83591f0 Remove etc/gconf/1/path if it doesn't differ from etc/gconf/1/path.example. 2002-03-14 11:00:37 +00:00
seb
5f53ef53c2 Always append to TEXINFO_SUBST_SED. It was my original intend that
a package creator can add package specifics sed commands to it.

Noted by Masao Uebayashi in private email, Thanks!
2002-03-14 10:35:23 +00:00
jmc
713cf9a1c6 Port to powerpc:
Provide a trampoline implementation that doesn't presume r11 is free (it's not
in dynamically linked programs and the ELF ABI says as much but somehow linux
managed to avoid this it seems). Use r13 for the time being since while gcc
will allocate it, it's the last "local" one allocated so none of the clisp
code hits that (nothing needed 17+ local registers in use ever). Update the
vacall implementation to match the trampoline calls but otherwise for
any assembly use the linux code.

Make these changes specific to netbsd, update the test cases so everything
works.

This now passes all the clisp tests when done/installed.
2002-03-14 07:44:21 +00:00
itojun
a21faa53fc net-snmp (formerly ucd-snmp), pre-releases.
*5.0.pre2 (beta release)*
 NOTE WELL: this release is an beta release.  Please let us know
 immediately about any bugs you find so we can fix them before the
 real 5.0 releas.

 New:
    - Much of the agent internals were completely rewritten and sports
      a new module API to make your life easier.  See the
      agent/mibgroup/testhandler.c file for example code that makes
      use of some of the new functionality.
      (Also see http://www.net-snmp.org/tutorial/new-agent/ which has
      some incomplete documentation)
    - The agent supports multiple SNMPv3 contexts and mib modules can
      now register themselves under different contexts.  (see the -n
      option in the snmpcmd manual page for details on specifying
      context strings in requests)
    - The proxy code has been completely rewritten and now supports
      the use of SNMPv3 contexts to help select which proxied host you
      wish to talk to.
    - All the tools take --configToken=value options now.  (see -H
      output from any command for what configTokens it accepts)
    - All the tools can speak over many different transport layers
      now, including UDP/TCP (ipv4 and ipv6), AAL5pvc, and IPX.  See
      ./configure --help for details on enabling them.
      Note: the -p and -T flags to all the applications have been
      removed.  Use hostname strings like "tcp:localhost:9999"
      instead.  See the snmpcmd manual page for details.
    - snmptrapd now acts as an agentx subagent and implements portions
      of the NOTIFICATION-LOG-MIB.
    - kerberos authenticated and encrypted SNMPv3 is now possible.
      See ./configure --help for details on enabling the ksm security module.
    - The AgentX subagent protocol implementation has many new
      features and fixes.
    - mib2c was completely rewritten and has a much improved
      configuration file specification.
    - A "net-snmp-config" script will get installed which can report
      how the various tools were built (which libraries they were
      linked against, etc).
    - new perl specific configure options --with-perl-modules &
      --enable-embedded-perl.  See ./configure --help for details.
    - The beginnings of some new Perl modules (alpha level quality)
      are in the perl directory, including:
      - NetSNMP::agent which allows perl scripts to become net-snmp
        master or subagents
      - AnyData::SNMP is available that implements a perl DBI
        interface to map SQL commands to SNMP.  Included is a "snmpsh"
        shell where SQL commands can be typed, aliases created, etc.
        See the perl/AnyData_SNMP/INSTALL file for details.
    - Beginning (alpha level quality) support for embedding perl
      subroutines directly within the net-snmp agent.
    - Much of the code is getting documented with "doxygen" style
      documentation.  Run "make docs" if you have doxygen installed.
    - RMON support is available.  See agent/mibgroup/Rmon/README for details.
2002-03-14 06:29:01 +00:00
fredb
8710707e6e Make this display PNG files again, with png>1.0.6. 2002-03-14 05:23:03 +00:00
lukem
06b2904603 consistently use "${_PATCH_BACKUP_ARG} .orig" to set the backup file suffix 2002-03-14 03:14:46 +00:00
lukem
f81ee4d35b if we depend upon ${PATCH} creating the backup file with a .orig
suffix, then use "${_PATCH_BACKUP_ARG} .orig" to ensure that's the case
2002-03-14 03:13:36 +00:00
lukem
35dc87e356 make _PATCH_BACKUP_ARG be more useful to callers by moving "-V simple"
definition to be part of it instead of appending to PATCH_ARGS.
otherwise, $VERSION_CONTROL or $PATCH_VERSION_CONTROL would still
override -b/-z.
2002-03-14 02:28:22 +00:00
wiz
10a608f7ed Use marginally different "official" diffs for glsnake compilation problem
provided by Jamie Zawinski.
2002-03-14 01:02:29 +00:00
wiz
5f9efe76fb Fix gv dependency. 2002-03-14 00:50:09 +00:00
wiz
072944ba68 Fix tex-hugelatex dependency. 2002-03-14 00:49:43 +00:00
wiz
bc406b2555 Wildcard gv dependency. 2002-03-14 00:49:00 +00:00
wiz
f0760ffa79 Fix sawfish-replibs dependency. 2002-03-14 00:48:18 +00:00
wiz
e11ea72270 Fix fox dependency. 2002-03-14 00:47:48 +00:00
wiz
d33fab416d Dependency on gdk-pixbuf-gnome>=0.11.0nb1 should be enough, since there
is no 0.11.0nb4 yet.
2002-03-14 00:46:08 +00:00
wiz
887a148fc1 Fix dependency on ImageMagick after update. 2002-03-14 00:44:48 +00:00
wiz
728521fbcf gd>=1.8.4nb1 should be enough, since there is no version >1.8.4nb1 yet. 2002-03-14 00:43:09 +00:00
wiz
92966472d8 Wildcard dependency. 2002-03-14 00:41:19 +00:00
wiz
3c869e6107 Wildcard some dependencies. 2002-03-14 00:39:35 +00:00
hubertf
e9be9f5f83 nuke /var/wwwoffle - pointed out by fred bruckman 2002-03-14 00:13:29 +00:00
wiz
b5eb07f6b8 Add -lsmpeg to link line in the hope it fixes the bulk build.
Also, remove a bogus line from the PLIST (oops).
2002-03-13 23:25:46 +00:00
jmc
6a010ac85a Add powerpc support (distinct from the machine file for rs6000) 2002-03-13 23:07:29 +00:00
fredb
7f669f73b0 Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P is
already bound to "scroll up". Leave unshifted Ctl-P and Ctl-N to
scroll up and down, but let Shift-Ctl-P display a uuencoded PNG file.
2002-03-13 21:13:17 +00:00