Commit graph

6508 commits

Author SHA1 Message Date
jlam
1085bc0ee0 Add a new variable BROKEN_READLINE_DETECTION which should be set to
yes/no by a package Makefile, depending on whether the configure
process properly detects the additional libraries needed to link
against -lreadline (typically, you need either "-lreadline -ltermcap",
or "-lreadline -lcurses" to properly link against -lreadline).  If this
variable is set to "yes", then we automatically expand "-lreadline" into
"-lreadline -l<termcap functions library>".  BROKEN_READLINE_DETECTION
defaults to "no".

Set BROKEN_READLINE_DETECTION to "yes" in security/heimdal and remove
the custom logic that did the same work.
2004-11-15 14:56:36 +00:00
reed
dc3e3f47cc Update to 0.11. From MAINTAINER in PR pkg/28258.
Changes from NEWS file:
libstatgrab 0.11 (09 November 2004)
 * Add support for HP-UX 11.11.
    (Patches provided by Roy Keene)
 * Minor fixes to statgrab mrtg tools.
 * Minor fixes to saidar.
 * Minor code cleanups and fixes to libstatgrab.
2004-11-15 14:26:31 +00:00
sketch
9a843aa718 Not all implementations of ln(1) can handle -fs arguments where the target
still exists.  Explicitly rm the target before ln.
2004-11-15 12:19:40 +00:00
abs
924f87301a Update cpuflags to 0.78:
Handle 7410 under NetBSD/macppc and 'Pentium III (Coppermine)' under
    Linux, from Markus W Kilbinger and Andrew Gillham respectively
2004-11-14 21:51:05 +00:00
jlam
4c9800e648 Whitespace and formatting nits. 2004-11-14 08:44:26 +00:00
jlam
350935240d Remove redundant installation of static library as installing the libtool
archive does that already.
2004-11-14 08:42:28 +00:00
jlam
c797952c87 Use ${LIBTOOL}, not ${PKG_LIBTOOL}, when invoking libtool from the package
Makefile so that we use the wrapper script.
2004-11-14 08:41:24 +00:00
jlam
412b59de79 Move hacks from package Makefile to hacks.mk. 2004-11-14 07:24:37 +00:00
jlam
4272ac65d6 Update devel/readline to 5.0. Changes from version 4.3 include:
* Improved compatibility with BSD csh modifiers.
* Improved vi editing mode.
* History files include timestamp information.
2004-11-14 06:16:49 +00:00
jlam
7d3cec1b2b Follow the recommended template for builtin.mk files: glibc's gettext
is _not_ GNU gettext, so it's presence should not set IS_BUILTIN.gettext
to "yes", but it _can_ set USE_BUILTIN.gettext to "yes" to force that
it be used.

Also, create a new variable BROKEN_GETTEXT_DETECTION, which is yes/no
depending on whether or not a package's GNU configure script properly
detects -lintl.  This variable currently defaults to "yes", but should
eventually be set to "no" and overridden on a package-by-package basis
for those packages that truly are broken.
2004-11-14 04:05:16 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
kristerw
2dd19fa07a Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6. 2004-11-12 22:37:35 +00:00
kristerw
abb81c9c58 Correct typo in PLIST.
Bump PKGREVISION.
2004-11-12 19:09:19 +00:00
seb
cd255cba4e Set version independent HOMEPAGEs. 2004-11-12 17:36:40 +00:00
jlam
19517bce86 Fix the pthread detection so that where no native pthreads are present,
we don't add -pthread to CFLAGS.  Also, pkgsrc libtool on NetBSD will
do the right thing with respect to pthreads, so we don't need to use the
hack in the configure script.
2004-11-12 06:42:19 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
seb
06d2514ccc Add & enable p5-ExtUtils-XSBuilder. 2004-11-12 00:54:08 +00:00
seb
8de3d2ed66 Reimport p5-ExtUtils-XSBuilder from www/ to devel/. 2004-11-12 00:49:13 +00:00
seb
31e158e054 Add 'perl5' to CATEGORIES. 2004-11-12 00:24:14 +00:00
seb
818c4ee410 Add & enable p5-Module-CoreList. 2004-11-11 23:40:09 +00:00
seb
6e70424313 Initial addition of p5-Module-CoreList version 1.97 in the NetBSD
Packages Collection.

The Perl 5 module Module::CoreList provides a manifest of the
modules and their versions included in core Perl for various
releases.
2004-11-11 23:37:44 +00:00
tv
0bd444ae35 Fix C++ linkage on modern NetBSD ELF by using a more standard link command.
Based on jlam's patch to tech-pkg.
Bump PKGREVISION to 1.5.0nb6.
2004-11-11 22:29:03 +00:00
seb
970c947462 Add & enable p5-Module-ScanDeps. 2004-11-11 19:07:40 +00:00
seb
86f140321c Initial addition of p5-Module-ScanDeps version 0.50 in the NetBSD
Packages Collection.

The Perl 5 module Module::ScanDeps allows to recursively scan Perl
code for dependencies.
2004-11-11 19:05:26 +00:00
epg
fbce732f52 pkgsrc changes: lose PKGREV and bump some dependencies.
upstream changes:

[Changes for 0.26 - 9 Nov, 2004]

* svk push -P. [Autrijus]

* Allow checkout, mirrored, and copy anchors to be different
  from each other, for the purpose of "push" and "pull"..[Autrijus]

* In incremental smerge, increase the fromrev after each
  individual merge. [Autrijus]

* Ignore empty lines for svk:merge parsing.

* Use local time for log output. [Wen-chien Jesse Sung]

* Properties are now being merged.

* Exsting directories are now being merged.

* Allow custom resolver for properties.

* Support svk:merge property auto-merging, when doing smerge.

* Create svn config directory if it doesn't exist.

* Commit to mirrored path was always sending full text
  due to an incorrect $cb{mirror} check.  This is a regression since
  0.23.

* Fix a bug that when committing from a checkout with descendents
  being mirrored path, the commit can ruin the mirror state.

* Fix svk merge -l rN:M loading too many logs.

* Fix svk admin to work  with non-default depots.

* New: svk ci -N, svk update/checkout --quiet.

* Fix svk cp a directory to checkout and then commit.
2004-11-11 18:04:36 +00:00
epg
73fe1f32c7 Only change is this:
* Tests now pass on Win32.

But svk 0.26 requires this upgrade...
2004-11-11 18:01:50 +00:00
epg
d3236d247b [Changes for 0.50 - Nov 10, 2004]
* Workaround fsfs/win32 txn_commit bug in close_edit of mirror editor.
  [Autrijus]

* Use iter pool for node_history tracing.

* Add trailing /... for vcp source if not exist.

* Use the same auth baton for all ra sessions.

* Hold another reference to merge back editor in addition to
  cached_ra, because the callback in merge_back_editor might create
  another ra session.

* Ignore signals before calling close_edit, instead of in commit callback.
2004-11-11 18:01:41 +00:00
epg
c73c442e40 [Changes for 0.21 - Nov 10, 2004]
* fix store_recursively for empty key, which should find
  all descendents. [Autrijus]
2004-11-11 18:01:24 +00:00
seb
fc0ab95e78 Add & enable p5-PAR-Dist. 2004-11-11 14:23:51 +00:00
seb
5f427a9b3c Initial addition of p5-PAR-Dist version 0.07 in to the NetBSD Packages
Collection.

The Perl 5 module PAR::Dist is a toolkit to create and manipulate
PAR (Perl Archive) distributions.
2004-11-11 14:16:53 +00:00
shannonjr
7bfa4b8d78 Mark not for AMD 64 platforms 2004-11-10 19:25:08 +00:00
snj
c9237f59a5 Make pkglint a bit happier. 2004-11-10 19:13:10 +00:00
snj
1222de0124 Make this build on sparc64. Prompt supplied by Gert Doering in PR pkg/27757. 2004-11-10 19:10:52 +00:00
epg
c0acb42ac9 Support pkgviews. 2004-11-10 18:09:07 +00:00
seb
cf012a88d3 Fix HOMEPAGE. 2004-11-10 17:03:29 +00:00
seb
6306a5c04b Add & enable p5-Cache-Simple-TimedExpiry. 2004-11-10 16:51:59 +00:00
epg
a1a095a951 Make this build on FreeBSD (stop fussing about with malloc.h). 2004-11-10 16:43:50 +00:00
seb
6fb94cbf21 Initial addition of p5-Cache-Simple-TimedExpiry version 0.22 into the NetBSD
Packages Collection.

This Perl 5 module provides a lightweight cache with timed expiration.
2004-11-10 16:42:21 +00:00
seb
f6a3fba4fd Add & enable p5-Want. 2004-11-10 15:42:23 +00:00
seb
e0340ff874 Initial addition of p5-Want version 0.07 into the NetBSD Packages Collection.
This Perl 5 module generalises the mechanism of the wantarray
function, allowing a function to determine in some detail how its
return value is going to be immediately used.
2004-11-10 15:38:57 +00:00
markd
3b3a0aea9f Replace USE_GCC_SHLIB with appropriate USE_LANGUAGES (c c++ fortran). 2004-11-10 09:33:18 +00:00
epg
09041b3f36 Note that this is not maintained upstream. 2004-11-10 01:40:12 +00:00
epg
9dc73a8c3c Add and enable mkcmd, p5-File-Type, and p5-PerlIO-eol. 2004-11-10 00:53:13 +00:00
epg
bbb003924e Import mkcmd-8.14.
mkcmd lets us build a nifty command line option parser and some on-line
documentation in a snap.  It is a prerequisite for many of Kevin
Braunsdorf's tools.
2004-11-10 00:46:04 +00:00
darcy
50d1adf2cb Update generate and py-generate to version 2.1.
Changes are minor.  The code has a few cleanups, the buffer sizes have been
increased (next version they will be dynamic) and the Python support has
been improved.  The biggest change is the addition of the man page as
a Python docstring.
2004-11-09 21:32:59 +00:00
adam
7e382d6792 Changes 1.3.9.1:
* Bug fixes
* Due to an error in the packaging script, an old version
  of doxywizard was bundled with the Mac OS X version of doxygen.
* Dot would not run if doxygen was installed in a path which
  contained spaces (Mac OS X).

Changes 1.3.9:
* Changed the stylesheet so font usage is more uniform and consistent.
* Changed the colors of the doxygen logo at the bottom of a HTML page.
  Let me know if you prefer this one or the old one.
* Improved rendering of template functions and methods in the HTML output.
* A macro defined in the config file (see PREDEFINED) can now prevented from
  being undefined (via a #undef in the code) when its value is assigned via
  the := operator (e.g. PREDEFINED = A(x):=x ).
* Changed the way function pointer arguments are represented in the detailed
  description.
* Directory information is now extracted by doxygen. Files are automatically
  grouped by directory. You can use the SHOW_DIRECTORIES option to
  enable/disable this feature.
* Added a new command \dir which can be used to document directories.
* Language updates for Czech, Swedish, Hungarian, Danish, Russian, Italian,
  German, Chinese, Croatian, and Polish.
* Applied a patch by Arend van Beelen which adds support for the new features
  introduced in PHP5.
* Applied a patch by Ferdinand Wess for better handling of #import statements
  in Obj-C code.
2004-11-09 14:31:51 +00:00
adam
d5e021809a Changes 4.1.16:
* Fixed two problems with the keyboard driver on Windows.
* Added a set_allegro_resource_path() function.
* Added hardware cursor support to the X11 and DirectX window drivers.
* Fixed a crash when initializing, deinitializing and reinitializing Allegro on   Windows.
* New MIDI input driver for the Windows port.
* Improved the speed of drawing primitives on X11 and implemented locking/unlocking for   video bitmaps.
* Fixed bugs in set_palette() and remove_int().
* Fixed a bug where the X11 fullscreen driver would fail if no virtual screen was   reported.
* Many fixes to source, examples and documentation.
2004-11-09 10:48:02 +00:00
wiz
2e9169f18c Fix PLIST to create an empty dir, so that "make deinstall" works for binary packages. 2004-11-09 09:13:04 +00:00
epg
61d636bb26 Use ${DISTNAME:S/SVK/svk/} for PKGNAME, as :tl modifier is not
commonly available yet.
2004-11-09 00:56:47 +00:00
snj
83c4a6e4da It's "its". 2004-11-09 00:08:01 +00:00
tv
3baf89af7d Fix obvious regex typo in conditional.
(This should be PKG_OPTIONS-ized, but needs to be done at the same time as
www/apache2.)
2004-11-08 20:37:45 +00:00
adrianp
dfa5295ccf - Fix missing BUILD_DEF rename from initial import 2004-11-08 19:11:18 +00:00
adrianp
b75fb78ef2 - Note addition of mantis 0.19.1 2004-11-08 19:08:13 +00:00
adrianp
5d487fbe78 Mantis is a web-based bugtracking system. It is written in the PHP scripting
language and requires the MySQL database and a webserver. Mantis has been
installed on Windows, MacOS, OS/2, and a variety of Unix operating systems.
Almost any web browser should be able to function as a client. It is released
under the terms of the GNU General Public License (GPL).

Mantis is free to use and modify. It is free to redistribute as long as you
abide by the distribution terms of the GPL.
2004-11-08 19:05:33 +00:00
wiz
65be0f157b Fix PLIST in case USE_ESOUND is YES, which it is by default.
Bump PKGREVISION.
2004-11-08 15:18:39 +00:00
wiz
7f9bb8a037 Add ka locale file (leftover in bulk build). 2004-11-08 15:08:10 +00:00
wiz
6cb8c0e044 Add mipseb and mipsel to supported platforms;
from Georg Schwarz in PR 28059.
2004-11-08 14:05:21 +00:00
cube
bd71a2c926 Correct the completely bogus PostgreSQL dependency line. What was I
thinking?

Pointed out by seb@.
2004-11-08 13:33:30 +00:00
shannonjr
00ea2e24a8 Updated to 1.0.5 to correct problem pointed out by Mark Davies:
"Your tests in configure to decide if you need each of the functions are
testing a different variable name from the one that gets set so you always
create an rfuncs.h that has all three definitions even if you dont need them,
which leads to problems on systems that provide some but not all of them
natively." Correction by Mark Davies.
2004-11-08 11:10:00 +00:00
adam
366c91095d Corrected SUBDIR== to SUBDIR+= 2004-11-08 11:09:36 +00:00
epg
0b48682a6c Derive PKGNAME from DISTNAME. 2004-11-07 23:56:59 +00:00
shannonjr
3750c4d04e Re: pkg/27884: Use of librfuncs breaks gpgme
Updated to 1.0.4 to fix a bug in getenv_r() where ENOENT was not returned if
the string name was not found in the environment.
2004-11-07 10:44:13 +00:00
epg
1efdba860f Update to 0.49.
[Changes for 0.49 - Oct 17, 2004]

* Copy-following-delete was not marked as is_copy properly. [Autrijus]

* Win32API::GUID support on win32. [Autrijus]

* Florian Weimer reported that repeated sync of an empty mirror
  source will result in redundant local revisions.  Fix it by
  always "touching" the add_directory() call, regardless of
  whether anything was actually updated locally. [Autrijus]

[Changes for 0.48 - Oct 4, 2004]

* New: relocate. [Autrijus]

* Use fsfs as SVNFSTYPE when using svn 1.1.

* Fix delete and upgrade on win32. [Autrijus]

* Support arch vcp source driver.

* Fix find_local_rev cache that assumes uses the same cache for
  different target repositories.

* Fix an incorret pool used in _new_auth with wrong life time.
2004-11-06 23:01:06 +00:00
epg
59fc54fd51 Update to 0.25.
No longer need shared-mime-info, p5-Text-Diff, or p5-File-MimeInfo.
New dependencies p5-File-Type and p5-PerlIO-eol.

Upstream change log:

[Changes for 0.25 - 25 Oct, 2004]

* Fix the mkdir sequence which causes first-time svk users fatal error.
  [Autrijus]

[Changes for 0.24 - 24 Oct, 2004]

* Fix svk ps regression for svn 1.0.x.

* Fallback to getpwuid($<) in case $ENV{HOME} or $ENV{USER} is not
  set, as is the case in Fink.  Reported by Christian Schaffner.
  [Autrijus]

* Fix "svk pull -a" when the current directory is not a
  checkout path. [Autrijus]

* Fix checkout_delta cache on win32. [Autrijus]

* Fix svk move copath destination with trailing slash.

* Make svk move checks if the target already exists before doing
  anything that might leave the checkout in an inconsistent state.

* "svk cp //depotpath" should be parsed as "svk cp //depotpath .",
  not "svk cp . //depotpath".  Reported by Jesse Vincent. [Autrijus]

* New: svk admin rmcache.

* The old commit message prompt is now split into two:
 - Those with editable target list now shows:
   "=== Targets to commit (you may delete items from it) ==="
 - Those without editable targets now shows:
   "=== Please enter your commit message above this line ==="
 [Autrijus]

* If SVN::Core version is too old, die with a meaningful message.
  [Autrijus]

[Changes for 0.23 - 18 Oct, 2004]

* New: commit / smerge -P creats patch, and obsoletes unintuitive svk
  patch create.

* New: svk merge now supports -cN which means -r N-1:N.

* New: svk mirror --recover. [Autrijus]

* New: svk mkdir -p and svk copy -p to create intermediate directories.

* New: svk pull DEPOTPATH. [Jesse Vincent]

* Proper svn:eol-style support with the same semantics as svn. [Autrijus]

* Proper upper/lower case normalization for Win32 filesystems. [Autrijus]

* The SVK Help system, as SVK/Help/[lang/]/*.pod. [Autrijus]

* The log produced by smerge -l no longer contains the duplicated logs
  that were merged from the current target.

* smerge -I and repeated smerge now works on checkout.

* commit --import or import now treats obstructed items as replaced.

* Don't skip explicit targets on svk add.

* Correctly obtain the user name on non-unix platforms. [Autrijus]

* Fix pool abuse in history tracing code. [Autrijus]

* Fix smerge -IB.

* svk patch delete now works.

* svk delete now works within mirrored paths.

* svk annotate now works on files with CR/CRLF line endings. [Autrijus]

[Changes for 0.22 - 4 Oct, 2004]

* Interactive merge support is now default. [Autrijus]

* svk patch apply.

* Modular external merge tool support, with the following supported:
  AraxisMerge, Emacs, FileMerge, GtkDiff, Guiffy, KDiff3, Meld,
  P4WinMerge, TkDiff, TortoiseMerge, XXDiff. [Autrijus]

* Patch format changed, it's now unidiff with FreezeThaw-serialized
  SVK::Patch. [Autrijus]

* merge and smerge now supports -f and -t options to deduce copy
  source as target. [Eric Lindvall]

* Experimental depotpath auto-vivification from URL. [Autrijus]
  This allows you to svk checkout URL and svk cp URL local-branch.

* Experimental svk push and pull support.

* sync and update now supports -s and -m to sync and/or merge from
  branch source. [Autrijus]

* revert now also marks nodes as resolved.

* mirror, checkout and switch now all support --list, --detach and
  --relocate. [Autrijus]

* New aliases: cm => cmerge, depot => depotmap, sw => switch.

* Implement "svk depot --add", "svk depot --delete". [Autrijus]

* prop{get,set,edit,del} on revprops. [Autrijus]

* Fix smerge -l that trims logs before another smerge in the other
  direction.

* Use svn's internal streamy diff library instead of
  Text::Diff. [Autrijus]

* svk import --to-checkout can import a directory and turn it to a
  checkout path in-place . [Autrijus]

* -s (--sign) is renamed to -S.

* rename import --force to --from-checkout.

* $Revision$ now means $Rev$, not $FileRev$, to agree with Subversion.

* "svk mirror --list" and "svk sync --all" now operates on all depots,
  if no arguments is given, instead of on //. [Autrijus]

* svk admin to wrap svnadmin. [Autrijus]

* svk cleanup --all. [Autrijus]

* "svk diff PATH1 PATH2 PATH3 ..." works as svn does. [Autrijus]

* We now use the self-contained File::Type instead of
  File::MimeInfo. [Autrijus]
2004-11-06 21:52:56 +00:00
epg
c49c6249fa Import PerlIO-eol-0.13.
PerlIO::eol is a PerlIO layer for normalizing line endings.
2004-11-06 21:49:35 +00:00
epg
d4d7902d9e Import p5-File-Type-0.22.
File::Type uses magic numbers (typically at the start of a file)
to determine the MIME type of that file.  File::Type can use either
a filename, or file contents, to determine the type of a file.
2004-11-06 21:25:00 +00:00
he
06f46fdf6b Add SUBDIR entries for
p5-Lingua-EN-Inflect
	p5-UNIVERSAL-moniker
	p5-Class-DBI
2004-11-06 20:21:53 +00:00
he
0bd5885d8d Import p5-UNIVERSAL-moniker version 0.08.
Class names in Perl often don't sound great when spoken, or look good
when written in prose. For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
would be nice if our classes knew what we would prefer to call them.

This module will add a "moniker" (and "plural_moniker") method to
"UNIVERSAL", and so to every class or module.
2004-11-06 19:00:45 +00:00
he
18602f3133 Import p5-Lingua-EN-Inflect version 1.88.
The exportable subroutines of Lingua::EN::Inflect provide plural
inflections and "a"/"an" selection for English words.

Plural forms of all nouns, most verbs, and some adjectives are
provided. Where appropriate, "classical" variants (for example:
"brother" -> "brethren", "dogma" -> "dogmata", etc.) are also
provided.
2004-11-06 18:55:04 +00:00
kristerw
f0216e8478 Add a missing header and correct a type, to make this build on NetBSD 1.6. 2004-11-06 18:08:48 +00:00
sketch
4ae1331b42 Change __inline__ GNUism to standard inline, mirroring similar changes the
bonobo developers have made elsewhere in the tree.

This package now builds on Solaris/sunpro.
2004-11-06 16:49:34 +00:00
he
71903e94c2 Add SUBDIR entries for
databases/p5-DBIx-ContextualFetch
	databases/p5-Ima-DBI
	devel/p5-Class-WhiteHole
	www/p5-Apache-AuthCookie
	www/p5-Apache-Session-Wrapper
	www/p5-MasonX-Request-WithApacheSession
2004-11-06 01:37:07 +00:00
he
056a75665d Import p5-Class-WhiteHole version 0.03.
Its possible to accidentally inherit an AUTOLOAD method.  Often this
will happen if a class somewhere in the chain uses AutoLoader or
defines one of their own.  This can lead to confusing error messages
when method lookups fail.

Sometimes you want to avoid this accidental inheritance.  In that
case, inherit from Class::WhiteHole.  All unhandled methods will
produce normal Perl error messages.
2004-11-06 01:24:43 +00:00
tv
e60de6738a Add bl3 file. 2004-11-05 18:26:19 +00:00
tv
2f2602b193 +libextractor 2004-11-05 18:23:01 +00:00
tv
60ea8bda6d libextractor-0.3.10, a metadata generator for arbitrary files:
libextractor is a simple library for keyword extraction.  libextractor
does not support all formats but supports a simple plugging mechanism
such that you can quickly add extractors for additional formats, even
without recompiling libextractor. libextractor typically ships with a
dozen helper-libraries that can be used to obtain keywords from common
file-types.
2004-11-05 18:22:29 +00:00
tv
60b4f52ab5 Add do-nothing "clean" target to fake libltdl Makefile. 2004-11-05 17:31:28 +00:00
jdolecek
4fdb70ce2b now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05 17:11:39 +00:00
shannonjr
44086f7e49 pkg/28001: devel/librfuncs dies on configure
Update to revision 1.0.3 to correct mistake where config subdirectory
contained symbolic links:
  config.guess -> /usr/pkgsrc/mk/gnu-config/config.guess
  config.sub -> /usr/pkgsrc/mk/gnu-config/config.sub
that were a consequence of the tarball being created after a build
inm pkgsrc (files were replaced with symbolic links).
2004-11-05 15:04:14 +00:00
adam
904c8ec2ce Changes 1.10.1:
* Runtime discovery of the library version is possible.
* NSXMLParser class added. Not completely implemented.
* NSArrays makeObjectsPerformSelector iterates in same order as
  MacOSX.
* Designated initializers for NSArray, NSDictionary, NSSet, and
  NSString have been changed for MacOSX compatibility.
2004-11-05 14:25:19 +00:00
shannonjr
6c162c35c1 Update to version 1.0.2. This version uses the mutexes from either
pthread or pth according to what pthread.buildlink3.mk and the
autotools identify. If neither pthread nor pth is found no thread
locking is performed.
2004-11-04 20:24:50 +00:00
adam
aad4ecc12f Changes 1.2.2:
* Eliminate a potential security vulnerability when decoding invalid compressed data
* Fix bug when decompressing dynamic blocks with no distance codes
* Do not return error when using gzread() on an empty file
2004-11-04 14:17:55 +00:00
adam
620dab357e Changes 2.4.5:
* Added MSVC++ project files, which might work.
  (Timothy Shead)
* Build fix for cygwin. (Roger Leigh)
* dispatcher example: Fixed race condition on windows platform.
  (Cedric Gustin)
* gmmproc: Generate property code that uses the canonical property names,
  to fix property change notification in some cases.
  (Murray Cumming)

Changes 2.4.4:
* Signals: Avoid crashes when disconnecting a signal when handling that signal.
  (Murray Cumming, Martin Schulze)
2004-11-04 12:03:01 +00:00
adam
39393305f6 MKDIR changed to INSTALL_DATA_DIR 2004-11-04 10:35:56 +00:00
adam
2a2c6475e2 Changes 2.0.6:
* Fixed a memory leak in sigc::slot.
* Fixed compilation for gcc-3.4.
* Fixed compilation for Intel C++ compiler (upgraded libtool).
* Fixed project files for MSVC .Net (Timothy M. Shead).
* Fixed segfaults when compiled with MSVC .Net 2003 (moved
  all calls to new and delete into non-inline library code).
* In the compatibility module use correct bound_mem_functor
  variants for const (volatile) methods when creating a slot.
* Minor documentation fix.

Changes 2.0.5:
* Distribute pregenerated configuration header for MSVC .Net.

Changes 2.0.4:
* Fixed warnings and compiler errors in the test cases.
* Added a new test case (Murray Cumming).
* Fixed 'hello_world' example.
* Don't test optional features that fail with the Sun FORTE.
* Fixes for the Sun FORTE to compile out-of-the-box
  (Damien Carbery, Murray Cumming, Martin Schulze).
* Fixes for MSVC to build a DLL out-of-the-box (James Lin).
* Improved compiler specific configuration during 'configure'.
* Added rpm description file libsigc++-2.0.spec (Eric Bourque).
* Minor documentation improvements (Murray Cumming).
2004-11-04 10:32:25 +00:00
tv
a68a85ed71 Also override libltdl.la (the non-convenience version). 2004-11-04 04:27:35 +00:00
cube
7ac5048134 Enable and note addition of RTFM, version 2.0.4. 2004-11-03 23:49:21 +00:00
cube
ef89ace893 Initial import of RTFM, version 2.0.4, into the NetBSD Packages Collection.
RTFM is an enterprise-grade knowledge management tool that enables an
organization to easily capture and share its employees' knowledge and wisdom.

Just as you use RT (the world's leading open-source ticketing system) to log
tickets and resolve issues, RTFM lets you open, categorize and search for
"articles."  Like RT, RTFM lets your users contribute additional information to
existing articles and makes sure that each article's full history is preserved
for future inspection.  RTFM makes it easy to quickly search the knowledge base
and find critical information.

Key Features:

    * RTFM is built on RT, the leading open-source ticketing system.
    * RTFM uses RT's authentication and authorization systems.
    * RTFM integrates seamlessly with RT.  Companies who are already using RT
      will find it even easier to get RTFM up and running.
2004-11-03 23:46:29 +00:00
cube
82ab7b1525 Clarify (hopefully) the command to run in order to setup the database. 2004-11-03 23:34:05 +00:00
adrianp
20125e7d12 - Remove outdated patch 2004-11-03 21:46:25 +00:00
adrianp
057390835f - Updated Date-Calc to 5.4
+  Added compiler directives for C++.
 +  Removed "Carp::Clan" from the distribution (available separately).
 +  Fixed bug in initialization of "Date::Calendar::Year" objects.
 +  Added method "tags()" to "Date::Calendar" and "Date::Calendar::Year".
 +  Fixed the formula for "Labor Day" in the U.S. to "1/Mon/Sep".
 +  Added a new recipe to the "Date::Calc" documentation.
 +  Added Romanian to the list of languages supported by "Date::Calc".
 +  Changed the example script "calendar.cgi" to highlight the name
    which led to a given date being a holiday.
 +  Fixed the Polish entries in "Date::Calc".
 +  Added a few commemorative days to the Norwegian calendar profile.
 +  Added "use bytes" to all Perl files to avoid problems on systems
    not using the standard locale "C".
 +  Fixed test 5 of t/m005.t to (hopefully) work under other locales.
2004-11-03 21:35:57 +00:00
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
reed
6c53bf523e Change HOMEPAGE and remove now two non-working MASTER_SITES. 2004-10-21 17:42:45 +00:00
xtraeme
851677739f Move gtranslator to the editors category, Closes PR pkg/26494 by
Douglas Brebner.
2004-10-21 04:20:55 +00:00
xtraeme
e1b14a77a3 Added intel2gas-1.3.3 from pkgsrc-wip. 2004-10-20 19:25:46 +00:00
xtraeme
7451190b6a Initial import of intel2gas-1.3.3 from pkgsrc-wip, packaged by
Cesar Catrian.

Intel2GAS is a converter that will convert assembler source files written for
NASM to files that can be assembled using the GNU Assembler (GAS), on the i386
platform. It provides support for basic MMX instructions as well.

This converter was written for the Hermes project and is now released to the
general public. The code inside this converter is extremely flexible, you can
write a syntax file to convert between any two assembler languages on a good
day.. :)

Features:
Basic opcodes are done
MMX/FPU support (converts all Hermes files :)
Preliminary Gas2Intel conversion
Conversion from masm/tasm to gnu syntax
2004-10-20 19:22:53 +00:00
adrianp
55478ebc07 Note addition of Term-ProgressBar-2.06-r1 moved from pkgsrc-wip
Original package by imil@gcu.info
2004-10-20 17:02:04 +00:00
adrianp
6c682caf34 A progress bar for things that take a while. It looks like
50% [=====     ]

and is as long as the terminal.  Linear estimation of the time left for
the process to run is available.
2004-10-20 16:56:47 +00:00
minskim
a1efd19791 Enable pkgviews installation. 2004-10-20 14:44:51 +00:00
adrianp
120a2bda25 Note addition of py-InlineEgg and appropriate license 2004-10-19 16:20:50 +00:00