Commit graph

6316 commits

Author SHA1 Message Date
adrianp
8ee299e6c9 - Updated Bit-Vector to 6.4
+  Added compiler directives for C++.
 +  Improved the method "Norm()".
 +  Removed "Carp::Clan" from the distribution (available separately).
 +  Added "Bit::Vector::String" for generic string import/export functions.
 +  Added a new test file "t/40__auxiliary.t" for "Bit::Vector::String".
 +  Fixed a bug in method "Copy()" concerning sign (MSB) extension.
2004-11-03 21:33:50 +00:00
adrianp
b57c409e58 Note addition of p5-PatchReader-0.9.5 2004-11-03 20:42:57 +00:00
adrianp
c642ee3db5 PatchReader is a set of utilities for reading in, transforming, and doing
various other things with a patch.  It basically allows you to create a chain of
readers that can read a patch, remove files from a patch, add CVS context, fix
up the patch root according to CVS, and output the patch as raw unified or
through a template processor (used in some places to output a patch as HTML).
2004-11-03 20:40:43 +00:00
abs
ad9750ac47 Update cpuflags to 0.77
Correctly identify 7400 and 7450 cpus (from Timo Schöler), and fall back
    to 750 not 740 for older gcc versions.
2004-11-03 18:16:27 +00:00
grant
8d9a608ced this needs libnsl and libsocket on Solaris. 2004-11-03 11:30:15 +00:00
kristerw
c66d55f8c7 Use INTERACTIVE_STAGE=fetch so that the bulk build realize that it
is not an error that it cannot find the distfile.
2004-11-02 23:22:50 +00:00
wiz
953fb765f3 Update to 1.2.1:
* Bugfixes in the bidirectional Dijkstra
    * Fixes for the latest Visual Studio .NET
2004-11-02 20:55:29 +00:00
wiz
118c827617 Update to 1.2.0:
# 1.2.0

    * New algorithm added: Bidirectional Dijkstra's shortest path
    * A lot of bugfixes
    * Revised documentation

# 1.1.0

    * Returned to the libtool versioning style
    * New algorithms added
          o Dijkstra's shortest path
          o Bellman Ford shortest path
          o New variant of Maximal Flow
    * graph::load now creates nodes in the same order as they are in the gml file
    * graph::load now with parameter 'preserve_ids' to use the same ids as in the gml file
    * A lot of bugfixes
    * Documentation adapted to doxygen

# 1.0.0

    * First stable release
    * quick fix of bug in graph::del_node (thanks to David Auber)
    * bug fix in graph::hide_node (thanks to David Auber)
    * optimization of reallocation procedure in node_ and edge_maps (again, thanks to David)
2004-11-02 20:36:50 +00:00
wiz
49dab3315c Re-import gtl as gtl0, since this (older) version is needed for
math/cassowary and I'll update gtl in a minute.

DESCR:
GTL is a graph library based on STL.  For the design of GTL's API the
API of LEDA has served as a basis.  GTL contains the classes needed to
work with graphs, nodes and edges and some basic algorithms (DFS, BFS,
topsort ...) as building blocks for more complex graph algorithms.

This package contains an older version of the library, for a newer
version use the gtl package.
2004-11-02 20:32:37 +00:00
sketch
41f4e37942 Remove optimisations when compiling with sunpro to avoid issues with
quotearg_buffer_restyled().  Google suggests this function has issues
with other non-gcc compilers using optimisation as well.

Notable fixes include net/libIDL's parser.y
2004-11-02 17:42:13 +00:00
cube
65416e21b7 Update to version 3.2.2. Changelog is in the archive, but is barely
readable and 2000+ lines long, although there hasn't been many actual
changes.
2004-11-02 17:20:36 +00:00
markd
5501476931 Note dependence on flex. 2004-11-02 12:02:36 +00:00
wiz
a9eafbf3ca Update to 1.9.3:
Bugs fixed in 1.9.3:

* Bug introduced by 1.9:

  - Dependency tracking using mode "dashmstdout" or "dashXmstdout" did
    not work for libtool objects compiled with --tag (i.e., compiled
    with Libtool 1.5 or later).  The compilation would succeed, but
    `depcomp' would emit a warning and not output any dependency
    information.

* Long standing bugs:

  - Ignore comments from augmented variables, so that
       FOO = foo # bar
       FOO += baz
    no longer results in `FOO = foo # bar baz'.

  - `install-sh -d a/b/' failed to create `a/b/' because of the trailing `/'.

  - _PROGRAMS now always create programs.  Before 1.9 it would
    mistakenly create a libtool library if the name of the program
    ended in `.la'.  Between 1.9 and 1.9.2 a program with such a name
    would fail to build because half the code was assuming a program
    was being built, while the other half was considering a library...

  - `compile' now handles `*.obj' objects.

  - `aclocal' recognizes AC_DEFUN_ONCE.

* Noteworthy manual updates:

  - LIBOBJS: more documentation and an example setup.
  - Libtool Convenience Libraries: show how to force the linker selection.
  - Extending: more comments about install-data-hook vs install-exec-hook.
  - Clean: document -local targets.
2004-11-01 20:29:08 +00:00
seb
f0454764d3 No meed to depend on p5-Pod-Escapes now that p5-Pod-Simple has it
as its own dependency. Hence add dependency on p5-Pod-Simple>=3.02nb1.

Bump PKGREVISION.
2004-10-31 22:39:57 +00:00
jdolecek
d3c56462a3 adjust for rename of most php4-* packages to php-* 2004-10-31 21:46:40 +00:00
jdolecek
ec3c63fd71 remove php4-* extension packages, replaced by php-* packages, which support
PHP5 too
2004-10-31 21:20:08 +00:00
jdolecek
49e9ef7f78 extension modules must be able to override CONFIGURE_ARGS, so include
lang/php/ext.mk before setting CONFIGURE_ARGS
2004-10-31 21:07:13 +00:00
jdolecek
52c1980501 new PHP extension module framework, which makes it possible to build
individual PHP extension packages with either PHP 4.x or PHP 5.x

convert existing php4-* packages to this framework and import as php-*
2004-10-31 19:30:29 +00:00
seb
0696f54603 Add & enable p5-Test-Pod. 2004-10-31 16:09:41 +00:00
seb
719612bf92 Initial import of p5-Test-Pod version 1.20 in the NetBSD Packages
Collection.

The Test::Pod Perl 5 module permits to check the validity of a POD file,
and reports its result in standard Test::Simple fashion.
2004-10-31 14:46:47 +00:00
seb
13b66d4405 Add & enable p5-Test-Builder-Tester. 2004-10-31 14:40:51 +00:00
seb
f47b4c8dca Initial import of p5-Test-Builder-Tester version 1.01 in the NetBSD Packages
Collection.

This perl5 module permits helps test testing modules that are built
with Test::Builder.
2004-10-31 14:40:06 +00:00
shannonjr
09ae6958de Simplified buildlink3.mk file by removing lines that attempted to include
the header file <rfuncs.h> through a compiler flag along with some
unnecessary linker flags. This should hopefully resolve pkg/27631,
security/gpgme dies on configure.
2004-10-30 12:30:22 +00:00
gehenna
c3dab49c28 CVSync 0.24.17
From ChangesLog:
* Improve robustness. (client/server)
  Make this more friendly to userlevel POSIX thread libraries.
* Improve performance to parse rcsfile(5) based files.
* When -u/-g is specified, drop the privilege. (server)
* Update scanfiles when changes anything only.
2004-10-30 11:55:56 +00:00
minskim
3542304921 Update chmlib to 0.35.
Changes:
    - UTF-8 filenames, while still not handled correctly, are handled a little
      more gracefully.  That is to say, the library doesn't fail to open files
      with filenames using characters outside the ASCII subset.  I'm very
      interested in any information as to the "right" way to handle filenames
      of this sort.
    - Files not containing a compressed section are handled properly, such as
      .chw files.  These files seem to contain information about compression,
      but the information is invalid or empty.  The library deals gracefully
      with this now.
    - Files compressed with different options were not being decompressed
      properly.  In particular, if the "reset interval" for the compressed
      section was other than 2 block sizes, it could fail to read some of the
      files.
    - The caching system was improved slightly, in conjunction with this
      previous bugfix.
2004-10-30 07:11:18 +00:00
xtraeme
f28f7c9ac4 Make this build on NetBSD -current. 2004-10-30 03:30:08 +00:00
minskim
8c825e5ac4 Bump BUILDLINK_DEPENDS.libexif in libexif/buildlink3.mk and
PKGREVISIONs of packages including it, because the recent update of
libexif changed the major version number of libexif.  Noted by dieter
and Jeremy C. Reed on tech-pkg@.
2004-10-30 00:59:01 +00:00
xtraeme
d296fbd9e5 s/wip/devel/ 2004-10-30 00:30:29 +00:00
minskim
8277969b44 Include pkgconfig/buildlink3.mk because configure uses pkg-config. 2004-10-30 00:24:16 +00:00
minskim
c2e29f321b Set directory permission to PKGDIRMODE to avoid creating a read-only
directory; deinstalling files from a read-only directory fails on
Linux.

OK'ed by adrianp@.
2004-10-29 11:51:00 +00:00
wiz
784e8b3537 MKDIR -> INSTALL_DATA_DIR. 2004-10-28 13:02:26 +00:00
reed
f29af8cb8d Regenerate for patches.
patch-ab and patch-ac were removed in the update to 1.4.1 eight weeks ago.
This was reported by Pritesh Shah on tech-pkg mailing list.
2004-10-26 21:29:04 +00:00
jmmv
cf4589ad4b Update to 2.8.1:
* Translation updates
2004-10-26 21:06:29 +00:00
jmmv
9dc928c370 Update to 2.8.1:
Fixes
  - Only highlight sticky windows on the current workspace (Elijah Newren)

 Translators
  - Aiet Kolkhi (ka)
2004-10-26 21:04:20 +00:00
jmmv
eb3a685196 Update GConf2 and GConf2-ui to 2.8.1:
Fixes
  - If the toplevel directory of a source isn't writable, then mark the
    whole source as readonly (Mark)
  - Plug various leaks (Kjartan)

 Translators
  - Christophe Merlet (RedFox) (fr)
  - Alessio Frusciante (it)
  - Žygimantas Beručka (lt)
  - Li-Jen Hsin (zh_TW)
2004-10-26 20:57:53 +00:00
groo
30529085e8 I haven't maintained this package in ages. 2004-10-26 20:36:22 +00:00
gavan
1b88b19877 Update to 1.4.2:
* configure.in (VERSION): Bump to 1.4.2.
* NEWS: Describe 1.4.2's changes.

* src/m4.c (reference_error): Preserve errno, since M4ERROR
relies on this.
* src/builtin.c (m4_esyscmd): Clear errno before calling popen.
(m4_maketemp): Clear errno before calling mkstemp.
* src/path.c (path_search): Don't let "free" trash errno when
returning NULL.
* src/output.c (insert_file): Don't assume errno has a valid
value simply because fread returns zero.  This fixes a
portability bug reported by Marion Hakanson in
<http://lists.gnu.org/archive/html/bug-m4/2004-07/msg00029.html>.


Fixes PR pkg/27301.
2004-10-26 17:00:44 +00:00
xtraeme
26987d056f Replace the .elif statement for APR_USE_OPENLDAP with a new .if
block to fix the problem reported in PR pkg/27442 by Rasputin.
2004-10-26 04:57:12 +00:00
shannonjr
b9afb3217f *** empty log message *** 2004-10-24 23:41:35 +00:00
shannonjr
b3e2c65508 Updated to 1.0.1 to use NetBSD threadlib if available 2004-10-24 23:41:34 +00:00
minskim
23e82ce673 Add and enable p5-IO-Util. 2004-10-23 17:27:47 +00:00
minskim
379e908998 Import p5-IO-Util from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
IO::Util - A selection of general-utility IO function

This is a micro-weight module that exports just a couple of
functions of general utility in IO operations.
2004-10-23 17:26:35 +00:00
minskim
fa3fb02119 Add and enable p5-OOTools. 2004-10-23 17:20:53 +00:00
minskim
9928bd560a Import p5-OOTools from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
OOTools is a collection of pragmas to easily create constructors methods and
lvalue accessor methods at compile time.  OOTools distribution includes:

Class::constr   Pragma to implement constructor methods
Class::props    Pragma to implement lvalue accessors with options
Class::group    Pragma to implement group of properties accessors with options
Object::props   Pragma to implement lvalue accessors with options
Object::group   Pragma to implement group of properties accessors with options
2004-10-23 17:19:21 +00:00
shannonjr
d1a41b9183 Added librfuncs 2004-10-23 12:18:59 +00:00
shannonjr
e26f2dd57e Provides missing POSIX *_r functions: ttyname_r(), getenv_r() and
strerror_r(). These are thread safe versions of the corresponding functions
without the "_r".  The package is implemented so that it may be used simply
by including it's buildlink3.mk file.
2004-10-23 12:17:04 +00:00
epg
ae3a6cc716 Version 1.1.1
(22 October 2004, from /branches/1.1.1)
http://svn.collab.net/repos/svn/tags/1.1.1

 User-visible-changes:
  - Client:
    * fixed: 'svn status' win32 performance regression (issue #2016)
    * fixed: 'svn ls' dying on non-ascii paths over DAV (issue #2060)
    * fixed: allow URI-encoded colon or pipe on win32 (issue #2012)
    * fixed: broken win32 UNC paths (issue #2011)
    * fixed: memory bloat when committing many files over DAV (r11284, -321)
    * fixed: eol-style translation error for 'svn propget' (r11202, -243)
    * fixed: 'svn propedit' does EOL conversion properly (issue #2063)
    * fixed: 'svn log --xml' shouldn't be locale-dependent. (r11181)
    * fixed: 'svn export' of symlinks with 'use-commit-times' (r11224)
    * fixed: 'svn export -rBASE' when WC has added items (r11296, -415)
    * many translation updates for localized client messages.

  - Server:
    * fixed: 'svn ls' HTTP performance regression (r11211, -232, -285)
    * fixed: make it possible to set "SVNPathAuthz off" in httpd.conf (r11190)
    * fixed: fsfs validating revisions when accessing revprops (issue #2076)
    * fixed: 'svn log -v' hiding too much info on 'empty' revisions. (r11137)
    * fixed: encoding bug with 'svnlook log'/'svnlook author' (r11172)
    * fixed: allow mod_authz_svn to return '403 Forbidden', not 500 (r11064)
    * fixed: XML-escape author and date strings before sending (issue #2071)
    * fixed: invalid XML being sent over DAV (issue #2090)

 Developer-visible-changes:
 * fixed: IRIX compile error (issue #2082)
 * fixed: error in perl bindings (r11290)
 * fixed: error leaks in mod_dav_svn (r11458)
 * fixed: javahl should use default config directory (r11394)
2004-10-23 06:11:09 +00:00
minskim
413eed45e1 Add and enable p5-Class-Factory. 2004-10-23 00:23:20 +00:00
minskim
7fa0b2927c Import p5-Class-Factory from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
This is a simple module that factory classes can use to generate new
types of objects on the fly, providing a consistent interface to common
groups of objects.

Factory classes are used when you have different implementations for the
same set of tasks but may not know in advance what implementations you
will be using.
2004-10-23 00:20:37 +00:00
reed
3cf5127b9f Add MASTER_SITE_SUNSITE as a MASTER_SITES. 2004-10-21 17:48:04 +00:00