Commit graph

25354 commits

Author SHA1 Message Date
martti
7d545c58aa Updated to 0.40 (provided by Shell Hung in pkg/14991)
- isa_ok() now accepts unblessed references gracefully
- exit.t was hanging on 5.005_03 VMS perl.  Test now skipped.
- can_ok() would pass if no methods were given.  Now fails.
- isnt() diagnostic output format changed
- Added Test::More->builder
- Added cmp_ok(), todo_skip(), unlike()
2001-12-19 06:49:34 +00:00
martti
93ea9b0039 Updated to 1.12 (provided by Shell Hung in pkg/14992)
- Fixed a typo in proxy handling for Net::SSLeay::Handle
- Fixed make test for wellsfargo
2001-12-19 06:45:50 +00:00
taca
964191578f o Use PKG_SYSCONFSUBDIR.
o Utilize PKG_SYSCONFDIR and nuke own CONFDIR variable.

Suggested by private mail from Johnny Lam <jlam@jgrind.org>.
Thanks jlam!
2001-12-19 04:11:07 +00:00
taca
34e4ca6d52 Honor PKG_SYSCONFDIR, don't hardcord to /etc/yatsvr5.
Note: Since OLDCONFDIR is some backword compatibility, it shouldn't
      depend on PKG_SYSCONFDIR.
2001-12-19 03:20:29 +00:00
mjl
b5d9ef9146 Heed the warning in the docs about not installing the app-defaults file,
because it really causes grief. Instead put it with the docs.
2001-12-19 01:23:09 +00:00
dmcmahill
7a277a2b8e many bug fixes and improvements such as:
* small improvement to Arg(...) working on real numbers.
* improved 'make test', no need to install before test any more.
* VarList can now accept a second argument, a filter predicate.
* Pattern     matcher     now    allows    extended    prototypes,    like
  PP(list_Contains("a")) <-- ... etcetera.
* c-style  tokenizer  using CTokenizer() (DefaultTokenizer() switches back
  to the default tokenizer).
* Great speed-up of function Assoc.
* Christian   Obrecht   implemented  the  Rabin-Miller  primality  testing
  algorithm, which greatly improves the speed of IsPrime.
* Orthogonal      polynomials     OrthoP,     OrthoP,OrthoG,OrthoH,OrthoL,
  OrthoT,OrthoU implemented by Serge Winitzki.
* various  speedups,  and  a  new memory manager, optimized for allocating
  many small blocks (which is the case in Yacas).
* Changed the directory structure for the script files
* Greatly improved Simplify function.
* Added CurrentFile, CurrentLine functions
* Implemented  backquote  mechanism:  `(...) will substitute every @a with
  the  evaluation  of  a  (and  if  a  is  a function the function name is
  replaced).  The  end  result  is  evaluated. see substitute.cpp for more
  details

many more...  see http://www.xs4all.nl/~apinkus/changes.html for the complete
list.
2001-12-19 01:09:25 +00:00
seb
93f3accdc4 Make this package's build working again after AUTOMAKE_OVERRIDE became
the default: *.in files are touched , unfortunately fileutils-4.0/m4/Makefile.am
is generated from fileutils-4.0/m4/Makefile.am.in, as is this leads to in the
Makefile.am being regenerated (with GNU make required) and GNU "auto*" being
invoked.

Added a touch in a new post-configure target to overcome this situation, as
_AUTOMAKE_PATTERNS_FIND is out of reach.
2001-12-19 00:14:31 +00:00
jlam
9efcd64075 Since print/cups conflicts with another popular print package,
print/lprng, we make a new variable USE_CUPS that is used by packages to
determine whether depend on print/cups and to compile in support for CUPS.
USE_CUPS may be either "YES" or undefined.  Deprecate SAMBA_WITH_CUPS as
its purpose is superseded by USE_CUPS.  Convert net/samba and net/samba20
to use USE_CUPS and make x11/kdelibs2 respect USE_CUPS.
2001-12-18 20:22:59 +00:00
wiz
0d69b6d0f6 Correct category (editors, not editor). Reported by Brook Milligan
in pkg/14996.
2001-12-18 19:56:05 +00:00
jlam
c332d7343e By default, don't install the rc.d scripts into /etc/rc.d. Despite the
fact that they don't do anything unless the appropriate variables are set
in rc.conf, people really dislike the warning emitted at startup.  For
users that do want the pkg_* tools to handle automatically copying and
removing the rc.d scripts, the mk.conf variable to set is
INSTALL_RCD_SCRIPTS=YES.
2001-12-18 19:54:00 +00:00
zuntum
f5aed2fc53 Update qmHandle to 1.0.0
Changes: Several functional and stylish adjustments to the code,
and better handling of qmail start/stop.
2001-12-17 22:35:56 +00:00
mjl
b1ced52230 Update to 1.6.5
o Euro conversion druid
  o Updated or new translations for Brazilian Portuguese,
    Danish, German, Nicaraguan Spanish, Norwegian, Portuguese,
    Slovak, Spanish, and Swedish
  o minor bug fixes
2001-12-17 22:29:04 +00:00
jlam
d0c121ed09 Don't depend on Apache. CVSweb is a simple perl CGI script and works with
just about every webserver out there that supports CGI executables.  Fixes
pkg/14971 by matthew green <mrg@eterna.com.au>.
2001-12-17 22:11:46 +00:00
agc
a8ed1a238b Patches from Yuji Yamano <yyamano@kt.rim.or.jp> to make this compile
properly on Darwin.
2001-12-17 21:23:42 +00:00
tron
0479880c16 Add fix for problems reported in PR kern/14968. The patch was provided
by Christos Zoulas in private e-mail.
2001-12-17 19:26:24 +00:00
wiz
faea29976f Include header file for is_euc_byte prototype. Fixes compilation
with gcc 2.95.3. Closes pkg/14972.
2001-12-17 19:17:46 +00:00
wiz
fd21706384 Honour PAPERSIZE. Closes pkg/14966. 2001-12-17 19:03:06 +00:00
wiz
1fe04142cc Add RCS Ids. 2001-12-17 18:08:21 +00:00
augustss
04abf85c64 Make the package compile on pre 1.5Z. 2001-12-17 16:25:12 +00:00
tron
8e5611948b Add and enable "xterm". 2001-12-17 14:47:47 +00:00
tron
38cd359ecd Move "terminfo" handling into installation script so that it works for
binary packages.
2001-12-17 14:47:02 +00:00
tron
2509e3d1e1 Import new Solaris only "xterm" package:
Latest terminal emulator for the X Window System
2001-12-17 14:34:17 +00:00
martti
8d66e27c7a Updated to 0.9.6.1
* Fix for incorrect number of colors declared in an icon, which broke the build.
* Big-endian deutsch dictionary.
* Little-endian latin dictionary.
* Rewrite of glib and gtk+ detection in abi and wv.
* Build fix for wv.
* Patch for building rpms.
* Patch to allow Abi to build against installed versions of wv, rather
  than the peer library.
* Work on making automake build plugins.
* Build fixes in abi and libiconv for non-Win32.
* Fixes to make Abi build on FreeBSD.
* Added test case for plugins.
* Work on plugin building.
* Fix build for bz2 plugin.
* Bi-directional bug fixes.
* Fixes to the way font path is set.
* Locale and Unix font docs.
* Bug fixes in image import.
* 16x16 icon for Enlightenment.
* Plugin to read OpenWriter documents. Very basic at the moment.
* Reorganised plugin directory to make it easier to handle.
* Lithuanian translation update.
* Build system for bz2 plugin on Win32.
* New rpm spec.
* Preferences now in alphabetical order in preferences file.
* Added preference to turn off auto-load of plugins.
* Plugin allowing Abi to load any image format recognised by gdk-pixbuf.
* Fix a spelling error in the Danish translation.
* Fixed an assertion in the squiggles code.
2001-12-17 14:24:50 +00:00
abs
a2fb3dd67b Update checkbot to 1.67. Changes:
* A --language option to ask the server for pages in other languages
 * Bug fixes related to URI package and non-standard server names
 * Some other minor bugfixes detailed in the ChangeLog
 * Added example for use of the --match argument
2001-12-17 12:01:27 +00:00
bouyer
8ed9cff11c Add an example of use of the french distfile mirrror. 2001-12-17 11:45:05 +00:00
tron
3cbb826755 Make this package work under Solaris (only tested with Solaris 9). 2001-12-17 09:38:07 +00:00
tron
b19ba9582c Use "/usr/xpg4/bin/sed" instead of "/usr/bin/sed" under Solaris because
the later one has problem with very long lines which will e.g. break the
"x11-links" package.
2001-12-17 09:36:31 +00:00
skrll
19c99de5cd Update of c-cpp-reference to 2.0.1. No idea what the changes are as there
doesn't seem to be a change log.

From Amitai Schlair <schmonz+netbsd@schmonz.com> in pkg/14976 with a PLIST
fix from me.
2001-12-17 08:26:43 +00:00
martti
95a1795522 Fvwm 2.4.4 is a bug fix release for version 2.4.3. The most
important fixes are related to key bindings with the Shift key and
some problems with ClickToFocus.  We recommend upgrading from any
earlier 2.4.x release to 2.4.4.

* Minor title drawing fixes.

* Fixed manual placement with Xinerama.

* Minor button 3 handling fix in FvwmPager.

* Fixed *FvwmIconMan*shaped option with empty managers.

* Fixed ClickToFocusClickRaises style.

* FvwmForm: Customize pointers, support ISO_Tab key, buttons can activate
  on press or release, special pointer during grab, arrow keys useful in form
  with one input field.

* New OpaqueMoveSize argument "unlimited".

* Fixed binding keys with and without "Shift" modifier under some
  circumstances.

* Fixed binding actions to the client window with ClickToFocus.

* Mouse bindings are activated without a recapture.

* FvwmScript: new keyboard bindings. New flags NoFocus and Left, Center,
  and Right for text position. Amelioration of the Menu and PopupMenu
  Widgets. New functions GetPid, Parse, SendMsgAndGet and LastString.
  New instruction Key for key bindings. New command SendToModule ScriptName
  SendString.

* Command "Silent" when precedes "Key", "Mouse" and "PointerKey"
  disables warning messages.

* Restored the default Alt-Tab behaviour from 2.4.0.
2001-12-17 07:30:07 +00:00
tron
95a6140a5b Fix (again) build problems on systems where the "libusb" package is
installed.
2001-12-17 07:10:15 +00:00
martti
42d2b5a918 Use the latest fvwm2 distribution file (2.4.4). There are no changes in
xpmroot as far as I can tell...
2001-12-17 06:30:20 +00:00
tron
9afefbfa67 Replace broken "rmdir -r" with "@dirrm". 2001-12-17 05:42:53 +00:00
taca
b6e487ca28 Update p5-Jcode to 0.76. Changes from HISTORY file is here.
0.76	2001/12/17
	* mime_encode bug fixed
	  (jun.k <jun.k@isite.homeip.net>)
2001-12-17 05:00:56 +00:00
dmcmahill
daf35abedf replace some leading spaces with leading tabs. 2001-12-17 02:33:46 +00:00
dmcmahill
f68e56c389 - add 'bulk-cache' and 'clean-bulk-cache' targets to create and remove
the cache files used during a bulk pkgsrc build.

- replace the code in the build script that used to create the cache
  files with a 'make bulk-cache' call.
2001-12-17 02:32:22 +00:00
hubertf
72f6aad26d update the silc-server package to version 0.7.1.
Submitted by Lubomir Sedlacik <salo@silcnet.org> in PR 14887

Changes in the NetBSD's package from version 0.6.4 -> 0.7.1:

   - upgrade to silc-server-0.7.1 (the main changes below)
     the biggest change is the ipv6 support (new configuration file format is
     needed, though)
   - removed patch-ac because it was integrated into distribution
     (patch-ad was moved in its place)
   - completely rewritten rc.d script to use rc.subr instead and fixed the
     problem with removing pidfile so now status) works fine.
   - added default motd file
   - INSTALL and DEINSTALL scripts are cleaner and more useful, check for logs
     directory before creating it, added motd.txt installing/removing.
   - better and more helpful default configuration file (added Example:
     sections for each variable)
   - added examples/ directory containing sample configurations of various
     scenarios into $DOCDIR

changes in the silc-server itself:
        o Fixed WHOIS and IDENTIFY commands to return correct replies,
          and correct error replies.  This fixes various weird bugs
          related to these commands.
        o Send NO_SUCH_CLIENT_ID error notify if received private
          message to invalid Client ID.  It is guaranteed that if
          private message is sent to unknown client, the sender will
          receive a notification for it.
        o Send the kicker's information in KICK command to the kicked
          client.
        o Fixed LIST command to return correct amount of channels.
          This fixes the weird bug that LIST would show like 50 channels
          and some channels multiple times.
        o Channel topics, and users SILC modes are announced now during
          server->router connecting.
        o Implemented the founder authentication during JOIN command.
        o Support for IPv6 based Server ID added.
        o Memory leak fixes.
2001-12-17 00:43:10 +00:00
wiz
16b0456e15 Add USE_GMAKE, as requested in pkg/14966 and pkg/14969. 2001-12-17 00:07:01 +00:00
skrll
bf01551eea Fix compilation on a.out platforms. 2001-12-16 20:33:40 +00:00
augustss
a62bf50625 Add a delay in getValueByClass() that seems to improve ircomm.
I'm not sure why.
2001-12-16 18:30:14 +00:00
dmcmahill
6ce14a63b7 add more checks to be more robust in the face of an index file which
may not be 100% accurate.
2001-12-16 14:27:07 +00:00
jmc
53edfe77dd Typo. Put @ back on configure line 2001-12-16 08:18:57 +00:00
jmc
4c4f70a2a5 Fix patch so it doesn't try and treat x11-links as -links 2001-12-16 08:18:18 +00:00
jmc
a30fd931a3 Various bits to get this working.
Buildlinkify against tcl/tk/x11

This configure is kinda brain dead so just keep the configure.in patches (which
were reversed anyways from the configure patches) and depend on autoconf
to force a correct configure. Also pass X11BASE along to configure's env
so the right -R flags end up in the libs/binaries.
2001-12-16 07:39:10 +00:00
dent
1bc839b686 Update HOMEPAGE, MASTER_SITES.
Noted by Richard Rauch.
2001-12-16 06:13:25 +00:00
reinoud
4dae5bda09 Small typo fixes to make `pkglint' happier.... 2001-12-15 22:21:22 +00:00
reinoud
8967b5bd52 Updated SQLite package to version 2.1.7 fixing
1) locking problems due to a few race conditions

2)  fixing a bug in `create temporary table' wich could contaminate the
main database file opened too

3) bug fix in b-tree subsystem that could sometimes cause the first row of
a table to be repeated during a database scan.
2001-12-15 22:18:41 +00:00
dmcmahill
2470ba19c1 update to 0.0.6.
changes since 0.0.5:

- Turn on and off explicit layers.
- Color on button reflect color on layer.
- Automatic detection of drill- or gerber file.
- Tooltips over buttons to reflect loaded filename.
- Handles Polygon Area Fill
- Major rehacking of file IO and pan code to significantly
  increase speed.
- Autoscaling. Loaded gerber files are automagically scaled and
  panned to fit in window. Also possible to do with loaded files
  with Zoom/Fit meny option.
- configure.in enhancement to support package building in Red Hat.
  Thanks to Wojciech Kazubski for patch.
- bzero changed to memset, which hopefully is more POSIX (for portability).
- Loads of bugs squashed and hopefully fewer added.
2001-12-15 22:04:18 +00:00
agc
6713a77611 Use EVAL_PREFIX to work out the installed directory of the sam package. 2001-12-15 20:37:53 +00:00
agc
ccff9099bc Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
2001-12-15 20:25:34 +00:00
dmcmahill
36ce7249f8 update to verilog-current-20011209 snapshot.
Many changes since the last packaged snapshot.  A sampling of these are:

Support for hierarchical names has been largely rewritten. The major
consequence of this is that escaped names now have much better
support. By now, most any combination of escaped and hierarchical name
should work properly, for nets, parameters, and anything else.

Output delays for primitive gates, including user defined primitivies,
should now work properly. Delays on nets still do not work, although
the parser now parses them and prints a "sorry" message.

Bugs in support for division(/) and modulus (%) have been fixed.

Bugs in l-values of synthesized DFF devices have been fixed. These
bugs were related to part selects of vectors in l-values.

A few XNF code generator bugs and limitations were fixed.

And as usual, a variety of miscellaneous bugs have been fixed in this
snapshot.

The bit size of the results of some unary redunction operators is now
properly handled. Also, similar problems with logical functions have
been fixed.

force/release now works for variables, though not yet for
nets. Assign/deassign already work.

many other bugfixes
2001-12-15 18:43:37 +00:00