Commit graph

1888 commits

Author SHA1 Message Date
abs
e66338940f Re-import cpuflags under devel 2001-06-07 09:59:28 +00:00
jlam
a9dd17e584 Update perl to 5.6.1. Changes from perl-5.6.0 include many bug fixes,
the plugging of several memory leaks, fixes to the regular expression
engine, the addition of a Unicode character classes, better support for
64-bit platorms, and updates of many modules in the base Perl Library.
See perldelta.pod for more details.

Also update p5-Data-Dumper, p5-Devel-DProf, and p5-Devel-Peek to the
latest versions distributed with the perl-5.6.1 sources, and libperl to
5.6.1 to match the perl package.
2001-06-07 04:25:31 +00:00
mjl
25875229af Update to 1.79.
- Don't use $, internally.  Apparently this is usually undefined.
  Instead, the convenience methods now simply take an array of messages
  and turn it into a scalar by doing "@_".
- Allow ApacheLog to take either an Apache or Apache::Server object.
- Fix callback documentation in Log::Dispatch::Output.
- Add flush method to Log::Dispatch::Email.
2001-06-06 13:18:57 +00:00
jlam
03b7fe024b Modify target that generates the libtool archive for libedit to not use
libtool internals.  Fix from Nick Hudson <skrll@netbsd.org>.  Conditionalize
visibility of target on USE_LIBTOOL, since it's useless otherwise.
2001-06-05 22:15:01 +00:00
zuntum
02f0e5e3e4 add & enable trio 2001-06-05 12:27:48 +00:00
zuntum
f260be0d5d Initial import of trio 1.3 - fully matured and stable set of printf and string functions
Trio is a fully matured and stable set of printf and string functions designed
be used by applications with focus on portability or with the need for
additional features that are not supported by standard stdio implementation.

There are several cases where you may want to consider using trio:

   1.Portability across heterogeneous platforms.
   2.Embedded systems without stdio support.
   3.Extendability of unsupported features.
   4.Your native version don't do everything you need.
2001-06-05 12:22:53 +00:00
jlam
9f09122e89 * Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.

* Use buildlink.mk files to get dependencies and to prevent unintended
  linking against installed libraries or finding installed headers except
  for those that are explicitly linked into ${BUILDLINK_INCDIR} and
  ${BUILDLINK_LIBDIR}.
2001-05-31 22:53:48 +00:00
jlam
df38dc73b1 * Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.

* Use buildlink.mk files to get dependencies and to prevent unintended
  linking against installed libraries or finding installed headers except
  for those that are explicitly linked into ${BUILDLINK_INCDIR} and
  ${BUILDLINK_LIBDIR}.

* Don't prototype history functions directly, but use
  <readline/history.h> to pull them in.  This allows us to use libedit's
  readline emulation.

* Change from USE_PERL5 to a build dependency on perl -- it's only used to
  generate a header file during the build.
2001-05-31 22:52:17 +00:00
jlam
3d1ca8b38d * Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.

* Remove unnecessary include of bsd.prefs.mk.

* Change how we disable pthreaded version of lwp by passing values to the
  configure script via the environment, instead of requiring an extra file.
2001-05-31 22:51:17 +00:00
wiz
d390053015 MD5--, SHA1++ (MD4 and SHA2?) 2001-05-31 16:37:55 +00:00
dent
f7755a8c88 Fix dead HOMEPAGE, MASTER_SITES. 2001-05-31 10:27:50 +00:00
dent
e1bbfb244c Fix dead HOMEPAGE. 2001-05-31 10:07:59 +00:00
dent
ce5b4a095e Fix dead HOMEPAGE, MASTER_SITES 2001-05-31 08:58:28 +00:00
tv
58b3aa9094 Fix thinko in @dirrm syntax. 2001-05-30 04:20:30 +00:00
tv
aeb6d4948b +dejagnu 2001-05-30 04:18:31 +00:00
tv
beb5a2646d DejaGnu is a framework for testing other programs. Its purpose is to
provide a single front end for all tests.  Beyond this, DejaGnu offers
several advantages for testing:

        - The flexibility and consistency of the DejaGnu framework
          make it easy to write tests for any program.

        - DejaGnu provides a layer of abstraction which makes all
          tests (if correctly written) portable to any host or target
          where a program must be tested.  For instance, a test for
          GDB can run (from any Unix based host) on any target
          architecture supported by DejaGnu. Currently DejaGnu runs
          tests on several single board computers, whose operating
          software ranges from just a boot monitor to a full-fledged,
          Unix-like realtime OS.

        - DejaGnu is written in expect, which in turn uses Tcl
          (Tool command language).  The framework comprises two parts:
          the testing framework and the testsuites themselves. Tests
          are usually written in expect using Tcl.
2001-05-30 04:17:52 +00:00
jlam
7e12d8528b Add a target to generate a libtool archive file for libedit. 2001-05-29 18:00:05 +00:00
agc
00a1b3c8d5 Honour the VISUAL and EDITOR settings in the environment before
using ed(1)
2001-05-29 08:16:05 +00:00
wiz
b4bd1cfac6 Fix mkdir for man pages. pkg/13055 by Ben Collver. 2001-05-28 12:40:26 +00:00
jlam
f3aabc7a15 Comment the last commit. 2001-05-28 06:08:57 +00:00
jlam
ea23929312 Make sure that -lintl is add to LIBS in CONFIGURE_ENV to work around
broken gettext.m4.
2001-05-28 06:07:16 +00:00
jlam
15fbb91bd6 Add buildlink.mk file to link appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28 05:38:04 +00:00
jlam
2810e8ca5d Add buildlink.mk file to link the appropriate libraries and headers into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28 03:00:23 +00:00
jlam
2ac54684e2 Add buildlink.mk files that can link headers and libraries into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages
during build.
2001-05-26 16:30:18 +00:00
jlam
da4256c3ee No functional change...just simplify the code. 2001-05-26 07:33:57 +00:00
jlam
20edd3082f Protect against multiple inclusion. 2001-05-26 05:44:09 +00:00
mjl
18f8f898fe Update to 1.220. Changes:
Added untested SEEK, TELL, and EOF methods to IO::Scalar and
   IO::ScalarArray to support corresponding functions for tied
   filehandles

   Removed not-fully-blank lines from modules; these were causing lots
   of POD-related warnings

   IO::Scalar objects can now be made sensitive to $/ . Pains were
   taken to keep the fast code fast while adding this feature

   IO::Scalar has a new sysseek() method
2001-05-26 01:44:40 +00:00
agc
3d8867db6d Add and enable bmake 2001-05-25 12:42:06 +00:00
agc
70f396c3cd Initial import of bmake-3.1.6 into the packages collection.
This is NetBSD's make(1) utility, with a configure script and
supporting replacements for various NetBSD library routines, ported to
other Operating Systems by Simon Gerraty.  Solaris, SunOS, HP-UX,
Linux and AIX are amongst the operating systems supported.
2001-05-25 12:41:14 +00:00
agc
6e31062302 Add and enable mk-files 2001-05-25 12:34:37 +00:00
agc
a6622c6a18 Initial import of mk-files-1.2.2 into the NetBSD packages collection.
These are the support files for the bmake utility, by Simon Gerraty.
2001-05-25 12:33:34 +00:00
rh
a5a8e426f1 Downgrade gal to 0.7. Version 0.8 contained incompatible changes that
need updates of GNOME programs, most nobably evolution.  With gal-0.7,
at least evolution-0.10 compiles.  This addresses (part of) PR 13013 by
Matthias Scheler <tron@netbsd.org>.
2001-05-25 06:12:52 +00:00
jlam
e1fc187824 No functional changes, only slight recoding to make it easier to cut-and-
paste into new buildlink.mk files.
2001-05-25 04:49:15 +00:00
jlam
e0d1a579c8 Add a link-getopt-libs target to link libgetopt* into ${BUILDLINK_LIBDIR},
and add link-getopt-libs to BUILDLINK_TARGETS.
2001-05-24 09:13:19 +00:00
jlam
d1c6bb07b5 Make instructions for use more explicit, and correct a typo in the
comments (WRKSRC should be WRKDIR).
2001-05-24 08:58:24 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
mjl
0c7897ab34 Enable p5-Params-Validate 2001-05-22 16:56:35 +00:00
mjl
d0f052656a Initial import of p5-Params-Validate:
The Params::Validate module provides a flexible system for validation
method/function call parameters.  The validation can be as simple as
checking for the presence of required parameters or as complex as
validating object classes (via isa) or capabilities (via can),
checking parameter types, and using customized callbacks to ensure
data integrity.
2001-05-22 16:55:51 +00:00
jlam
d97bb82a1d Tell the user when we're linking the readline files. 2001-05-22 16:46:37 +00:00
jlam
d59eed58aa Tell the user when we're linking getopt headers, and conditionally add
-lgetopt to LIBS if GNU_CONFIGURE is defined.
2001-05-22 16:45:38 +00:00
rh
15a89862ea Update gal to 0.8. Notable changes include:
- Bug fixes.
  - Simplify the colour combo/palette/group relationship.
  - Add instance code to colour groups.
  - README: Added a line about contributed code license and such
    here.
  - New routines to create an option menu of character sets.
  - Remove change signal and add new custom_color_add signal.
  - Added e-sorter-array, e-util, e-categories-master-list-*
2001-05-22 16:07:24 +00:00
abs
614825756d Handle shared libraries the same on Linux as Solaris and NetBSD 2001-05-22 10:31:07 +00:00
rh
98eba8ab4a Update libole2 to 0.2.3. Changes are minor bugfixes only. 2001-05-22 06:05:41 +00:00
jlam
a01649af1c Use READLINE_REQD for required version of GNU readline, and use
USE_GNU_READLINE to force the use of GNU readline over editline's
readline emulation.
2001-05-22 05:57:04 +00:00
rh
0edbf1d6f0 Update bonobo to 1.0.4. Notable changes include:
Bonobo 1.0.4
        * Revert WM Focus order fix
        * Kill duff plug/socket assertion
        * Canvas item redraw bug fixage
        * Moniker mime query fixes
        * Remove 'object' keyword misuse from IDL
        * Honour gnome_preferences_get_menus_have_icons
        * PropertyControl leak fixage
        * UIContainer /Control / ControlFrame debug calming
        * Dependency fix
        * Documentation fixes.

Bonobo 1.0.3
        * Focus fixage
        * WM Focus order fixage
        * Sensitivity fixage
        * Much MacOS X build fixage & cleaning
        * bonobo_x_object fix & test-xobject
        * some re-enterancy issues nailed
        * bonobo-listener fix
        * Documentation fixage
2001-05-22 05:53:21 +00:00
jlam
328058611a Fix library path to readline lib and add the link-* targets to
pre-configure as advised by devel/readline/Makefile.readline.
2001-05-22 05:50:51 +00:00
jlam
78901ef083 Use editline readline emulation when available. Move example files to
${PREFIX}/share/examples/cdecl.  Also patch sources to rename instances
of setprogname() to mysetprogname(), as setprogname() is part of the
standard library in NetBSD>1.5.
2001-05-22 05:48:14 +00:00
jlam
0e0270c1e6 We use distinfo now. 2001-05-22 02:13:31 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
jtb
85e58afe75 Fix typo. 2001-05-18 23:55:39 +00:00