Commit graph

6496 commits

Author SHA1 Message Date
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
adrianp
554daa5041 InlineEgg is a Python module that provides the user with a toolbox of
convenient classes for writing small assembly programs. Only that instead of
having to remember confusing assembly mnemonics and requiring the developer
to remember how to use complex tools like assemblers and linkers, everything
is done the easy way: in Python. InlineEgg is oriented - but not limited -
to developing shellcode (sometimes called eggs) for use in exploits.
2004-10-19 16:16:00 +00:00
seb
7122b94921 Update to version 1.00.
Changes since last packaged version (0.16alpha.pl0):
* We now support the "x" (make g-file executable) and "y"
  (limit keyword expansion) SCCS file flags.  These are SCO
  OpenServer and Sun Solaris 8 extensions, respectively.
* We now support "sccs diffs -u", which of course produces
  unified-format diffs.  We also support the "-n" and "-w"
  options to diff and the -a, -B, -d, -H, -p, -q, -s, -v ad
  -y options to GNU diff.
* Some changes to support compilation with Sun CC 5.5.
  (this was a suggestion by Thomas Duffy, who has just taken on
  responsibility for the RPM and SRPM packages of CSSC).
* The "sccs -d /xxx print foo.txt" command now works;
  previously, use of the "-d" flag would have generated an
  error.
* Better handling of the archive bit on Windows systems.
2004-10-18 18:49:39 +00:00
tv
695bd01a06 Pass RANLIB path down to libtool's configure script; addresses PR pkg/27217. 2004-10-17 16:37:02 +00:00
tv
840de7f0dc Specialized bl3 include used to intercept "convenience" copies of libltdl
embedded within program source, which is often not very up-to-date.
2004-10-17 15:34:27 +00:00
minskim
70f46ffddc Add Interix-*-* to _INCOMPAT_READLINE because libedit of Interix doesn't
provide any readline functions.  Noted by HIRAMATSU Yoshifumi in
PR pkg/27275.
2004-10-16 17:13:34 +00:00
wiz
57d0fdabf8 Mark as using c++, and set GCC_REQD to 3.0 so this builds on 1.6.2. 2004-10-16 14:11:23 +00:00
jmmv
635174cb1c Update to 2.2.3:
Other bugs and changes:
- Updated translations: en_CA (Adam Weinberger), fr (Craig Jeffares)
2004-10-15 21:21:42 +00:00
ben
11caa49bf7 Update MASTER_SITES as per PR#27266. 2004-10-15 17:34:24 +00:00
tv
dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00
gavan
c85395af1f Ensure the correct perl interpreter is found by configure. 2004-10-15 13:42:51 +00:00
tv
333f16c960 Update linkage to libltdl (via imlib2), now in its own package. 2004-10-15 12:22:13 +00:00
tv
0053da96f2 Update linkage to libltdl, now in its own package. 2004-10-15 11:54:10 +00:00
tv
a08eeb5308 libtool/buildlink3.mk (now libltdl/buildlink3.mk) should only be used
if libltdl is needed; otherwise use USE_LIBTOOL.
2004-10-15 11:31:48 +00:00
tv
c4154ee981 The bl3 is now in devel/libltdl. 2004-10-15 11:16:00 +00:00
tv
d6aaca37ef Fix unterminated conditional (properly). 2004-10-14 19:31:57 +00:00
tv
2b6574601b Re-add dlcompat dependency lost in libltdl overhaul, but since it's now only
needed at build time for libtool-base, mark BUILDLINK_DEPMETHOD as such.
2004-10-14 19:07:46 +00:00
tv
20c49bb803 +libltdl 2004-10-14 19:05:20 +00:00
tv
ef4829b3e0 Update libtool* packages to account for libltdl split, and simplify by
moving some common things into Makefile.common.
2004-10-14 19:04:56 +00:00
tv
2a23973002 Split out libltdl into its own package, so that it can be used and updated
independently of the libtool script.
2004-10-14 19:03:45 +00:00
salo
83f97926b0 Updated to version 0.7.2
- migth as well just take maintainership

Changes:

- Fix for the compilation on Solaris.
- Redone the #if... hierarchy to be a bit less confusing.
- Remove the unsupported float80 support
- Allow building a DLL with MSVC7 (not compatible with the MinGW one)
- Proper description for the SHARED option.
2004-10-14 16:59:36 +00:00
tv
0f9c7e6d40 Speed up subdir configure with -C. 2004-10-14 16:15:26 +00:00
minskim
1e47b42f8f Enable pkgviews installation. 2004-10-14 16:04:49 +00:00
tv
3af3ba2b20 Don't put a .la file anywhere but its installed location, and definitely
don't put it in share/.  Fixes bulk build/"make package".
2004-10-14 15:31:40 +00:00
minskim
434b99e796 If builtin libintl has ngettext(), force packages requiring gettext
API version 2 to choose the builtin library over GNU gettext shipped
with each package.

In fact, the gettext library included in a package should never be
used.  Otherwise every such package would install charset.alias and
locale.alias, causing conflicts with each other when pkgviews is
enabled.

For platforms without ngettext() in their builtin libintl (assumed to
be gettext-lib-0.10.35nb1 by gettext-lib/builtin.mk), packages
requiring gettext API version 2 must add dependency on
gettext-lib>=0.10.36 to share devel/gettext-lib rather than to link
statically against the included gettext library.
2004-10-14 03:16:35 +00:00
xtraeme
087c9a232c Update devel/ccache to 2.4.
Changes:

	* Added CCACHE_READONLY option.
	* Added CCACHE_TEMPDIR option.
	* Fixed handling of hard-linked compiler on AIX.
	* Added O_BINARY support, to try and support win32 compiles.
	* Show cache directory in stats output.
	* Fixed handling of HOME environment variable.

NOTE: This release changes the hash input slighly, so you will probably
find that you will not get any hits against your existing cache when
you upgrade.
2004-10-14 02:39:19 +00:00
tv
d133a216ec Oy, what a hack. But then, so is Interix....
On Interix, force inclusion of devel/ncurses/buildlink3.mk from
mk/curses.buildlink3.mk.  This forces inclusion of its builtin.mk too.

In devel/ncurses/builtin.mk, if using Interix's builtin ncurses, always
transform -lncurses to -lcurses.  (-lncurses is static, but -lcurses is
shared; we want the shared version.)
2004-10-13 20:10:31 +00:00
reed
4b3c379a7e Fix HOMEPAGE. Now it is a real webpage instead of a download site. 2004-10-13 19:12:22 +00:00
gavan
9dbe579ad7 Workaround build problem on Solaris 10.
If HAVE_POSIX_SPAWN is defined, code is compiled in that requires environ
to be declared. Solaris doesn't declare environ, so declare it (guarded by
HAVE_ENVIRON_DECL) in the files in which it is used.

Solaris 10 systems HAVE_POSIX_SPAWN, whereas previous versions do not.
2004-10-13 17:14:36 +00:00
taca
21dd48a80e Update MASTER_SITES and HOMEPAGE which isn't available any more.
Fix PR pkg/27244.
2004-10-13 16:08:47 +00:00
markd
cde30da18b Update to kdevelop 3.1.1 (part of KDE 3.3.1). 2004-10-13 13:03:02 +00:00
markd
de8a17ae51 Update to kdevelop 3.1.1 (part of KDE 3.3.1)
Changes unknown.
2004-10-13 13:00:53 +00:00
markd
9f4f46af1a Update to KDE 3.3.1.
Changes:
* umbrello: Remove need for flex library
* umbrello: Fix various crashes
* umbrello: Fix deletion of message in sequence diagram
* umbrello: Fix deletion of association name label
* umbrello: Fix C++ import of code with comments
* umbrello: Improve quality of export to EPS
* umbrello: Allow deletion of enum literals
* umbrello: Improve perl code generation (POD)
2004-10-13 12:58:49 +00:00
minskim
737b87cc0f No need to include libtool/buildlink3.mk; defining USE_LIBTOOL is enough. 2004-10-13 09:23:08 +00:00
minskim
9566a67fd4 Override eet.pc. No PKGREVISION bump because this package was
imported a few minutes ago.
2004-10-13 09:21:36 +00:00
minskim
fe045558ae eet is not in pkgsrc-wip any more. 2004-10-13 09:03:35 +00:00
minskim
ec1f585455 Add and enable eet. 2004-10-13 08:59:27 +00:00
minskim
2cae23d96e Import eet from pkgsrc-wip. Packaged by Peter Bex and modified by me.
EET is a tiny library designed to write an arbitrary set of chunks of
data to a file and optionally compress each chunk (very much like a
zip file) and allow fast random-access reading of the file later on.
It does not do zip as a zip itself has more complexity than is needed,
and it was much simpler to implement this once here.

EET is extremely fast, small and simple.  EET files can be very small
and highly compressed, making them very optimal for just sending
across the Internet without having to archive, compress or decompress
and install them.  They allow for lightning-fast random-access reads
once created, making them perfect for storing data that is written
once (or rarely) and read many times, but the program does not want to
have to read it all in at once.

It also can encode and decode data structures in memory, as well as
image data for saving to EET files or sending across the network to
other machines, or just writing to arbitrary files on the system.  All
data is encoded in a platform independent way and can be written and
read by any architecture.
2004-10-13 08:57:55 +00:00
jmmv
4f98d2e3e9 Disable pkgviews installation. It can't work ATM because this package uses
a "shared directory" where other packages install files in.
Addresses PR pkg/26128.
2004-10-12 07:54:30 +00:00
tv
9e2ecafeae Another Interix fubar workaround: C++ libs weren't linking in libtool
because Interix installs completely hosed .la files for libstdc++ and
libsupc++.  Make libtool instead trust g++ to DTRT.
2004-10-12 04:41:39 +00:00
salo
38fc21124d Add p5-Data-UUID (hi epg!).
Sort.
2004-10-11 21:58:44 +00:00
tv
88bf80861f Quick typo fix for previous which made some libraries not build at all
on Interix.
2004-10-11 17:19:53 +00:00
tv
c12846d533 Make -export-symbols work properly under Interix. (The Interix ld(1) does
not implicitly add `_' to -retain-symbols-file values, so we have to add
it manually before doing the physical link.)
2004-10-11 16:51:56 +00:00
abs
8e82497f83 Under NetBSD 2.0_RC3 we "don't work" with sun-jdk15 as well if not better than
we "don't work" with sun-jdk14
2004-10-11 14:02:23 +00:00
minskim
8ac92e2c15 Add and enable p5-POE. 2004-10-10 10:12:48 +00:00
minskim
5acd24a629 Import p5-POE from pkgsrc-wip.
POE is a framework for creating multitasking programs in Perl.

POE parcels out execution time among one or more tasks, called
sessions.  Sessions multitask through cooperation (at least until
Perl's threads become mainstream).  That is, each session returns
execution to POE as quickly as possible so it can parcel out time to
the next.

POE includes a high-level component architecture.  Components are
modular, reusable pieces of programs.  They perform common, often
tedious tasks so programmers can work on more interesting things.

POE provides medium- and low-level concurrency functions.  Components
use them to perform their tasks.  The functions are also available to
programmers who prefer to avoid the overhead of components at the
expense of writing more code.  Components and custom sessions coexist
because they all use the same basic functions.

POE supports graphical toolkits such as Tk and Gtk.  It is the only
Perl programming framework that does this.  It also supports Curses,
HTTP, and other user interfaces.  POE programs can present multiple
user interfaces at once.
2004-10-10 10:10:26 +00:00
reed
df8f01fd9a Add strace. 2004-10-10 03:14:39 +00:00
reed
d04c5c08fd Import of strace-4.5.7.
COMMENT=		System call tracing utility

If you use SunOS 4.x, System V release 4, Solaris 2.x and Irix 5.x,
or similar, please give this a try. (I use it under Linux.)
2004-10-10 03:13:07 +00:00
tv
57ca1d6e26 This was never fixed to use .la files in the PLIST way back when, and now,
only the .la file goes in the PLIST.
2004-10-09 15:32:27 +00:00
mjl
306203bd3f Update pwlib to 1.8.2
The development site silently moved away from openh323.org without
even a notice on that page. That page still advertises 1.5.2 as the
latest version, even though development is alive and kicking and
is at 1.8.2 now. Oh well...
2004-10-09 14:01:03 +00:00
mjl
ab43fc47a6 Tweak pwlib build infrastructure to work better with pkgsrc
layout of files.
2004-10-09 06:49:23 +00:00
mjl
f664f69f22 Note what the patch does and where it comes from. 2004-10-09 06:48:39 +00:00
mjl
b746bcf916 Install ptbuildopts.h too. 2004-10-08 22:49:56 +00:00
mjl
45c6b30c1a Patch path to included makefile for openh323 consumption. 2004-10-08 22:31:02 +00:00
mjl
ef448ce16a Also install ptlib/version.h 2004-10-08 22:09:55 +00:00
mjl
f7e4c0e10d Update pwlib to 1.5.2
Make this compile with newer gcc versions, and bring in a more
recent version of the library. No changelog is available unfortunately.
2004-10-08 21:02:53 +00:00
jmmv
c85e201724 Update to 2.4.7:
* Win32 bug fixes
  - Fix Unicode collation [Tor Lillqvist]
  - Fix a thread leak [Peter Zelezny]
  - Fix build with newer mingw headers [Tor]
  - Convert messages to UTF-8 [Kazuki Iwamoto]
  - Don't open console windows [Tor]
* Other bug fixes [Manish Singh, Matthias Clasen, Morten Welinder,
  Tim Janik, Tor]
* Documentation improvements [Morten, Stephan Kasal, Philippe Blain,
  Nickolay V. Shmyrev, Gustavo Carneiro, Kjartan Maraas, Stefan Kost]
* New and updated translations (bs,da,es,gl,ne,nn,or,ro,sq,tr)
2004-10-08 19:18:25 +00:00
tv
f8ff936407 nb2: Make the "echo" substitute work on Interix. Noted by
Hiramatsu Yoshifumi <hiramatu@boreas.dti.ne.jp> in PR pkg/27182.
2004-10-08 17:37:50 +00:00
reinoud
569c68107c Fix former commit ... sorry 2004-10-08 00:42:07 +00:00
reinoud
13f80f8ff1 Fix small compilation error on Alpha; a va_args was represented by a 0 and
not by a NULL in an initialisation function; this broke with the
NetBSD/alpha compiler on Alpha (gcc 3.3.3)
2004-10-08 00:28:17 +00:00
tv
0a7e3999eb Fix PLIST to have proper libtool libraries (no .so/.a, just .la). 2004-10-07 15:57:00 +00:00
jmmv
2a89a3a97b Update to 2.2.2:
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

	#637731 - blocking mouse grab when autocompleting (Suresh)

Other bugs and changes:

	- Updated translations:
	 it (Craig Jeffares)
	 zh_TW (Craig Jeffares)
	 id (Mohammad DAMT)
	 th (Supranee Thirawatthanasuk)
 	 hi (Guntupalli Karunakar)
2004-10-06 11:41:09 +00:00
grant
24dccf2ea5 rename cfg+ directory to libcfg+ so it matches the PKGNAME. 2004-10-06 10:17:06 +00:00
wiz
7c5b8faa64 Fix DISTNAME. Closes PR 27146. 2004-10-05 13:06:23 +00:00
minskim
20d6a4f42c Correct library permission. Patch provided by Hiramatsu Yoshifumi
in PR pkg/27116.

Bump PKGREVISION.
2004-10-05 12:12:57 +00:00
agc
fd0b717d3b The pkgconfig files are in the PLIST, so let's make sure they get
installed - add the pkgconfig buildlink3.mk file in here.

Part of a fix for a problem building wm/matchbox, seen in the bulk
build results.
2004-10-05 10:24:13 +00:00
seb
0f5f4cd4a6 Fix build after subversion-base had its PKGREVISION bumped: accept PKGREVISION
of the various dependent packages.

Approved by epg@.
2004-10-05 07:18:58 +00:00
shannonjr
c925f3ccb8 Update to GDB 6.2.1. This release is primarily a bug fix release although
it includes an improved i386 prologue analyzer was improved to deal better
with the prologues generated by GCC 3.3 and later.
2004-10-04 22:35:17 +00:00
tv
4bee2600f9 Fix completely hosed test for g++ when CXX=g++. The old test worked fine.
Revert until the hosage is tracked down and eliminated at the source.

(Bump to libtool-1.5.10nb1, and make this the required version.)
2004-10-04 19:48:09 +00:00
wulf
411eca7f54 Added missing dependency for doxygen required to create docs during build 2004-10-04 13:21:15 +00:00
hira
d12698a1e0 Fix previous commit. Don't use undefined variable. 2004-10-04 12:25:59 +00:00
grant
fa5a2cbdc6 distinguish between glib1 and glib2 in COMMENT. 2004-10-04 11:19:40 +00:00
grant
39a6bf3ea2 older versions of GNU gettext do not provide ngettext() and a bunch
of other functions. only consider the base system's gettext suitable
if it provides at least ngettext().
2004-10-04 10:42:39 +00:00
heinz
3090e602a7 Correct typo "PREFER.getext". 2004-10-03 22:37:16 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
reed
2eb2f93d00 Get rid of PKGREVISION since just updated apache2 version. 2004-10-02 15:51:41 +00:00
reed
dd02b781a2 Update apache to apache-2.0.52.
Also added comment to www/apache2/Makefile.common to remind to
update checksum in devel/apr also.

No actual devel/apr changes seen.

Also removed www/apache2/patches/patch-ab because it is identical to
fix for security in new version.

Changes with Apache 2.0.52
  *) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo]
  *) Fix the global mutex crash when the global mutex is never allocated
     due to disabled/empty caches. [Jess Holle <jessh ptc.com>]
  *) Fix a segfault in the LDAP cache when it is configured switched
     off. [Jess Holle <jessh ptc.com>]
  *) SECURITY: CAN-2004-0811 (cve.mitre.org)
     Fix merging of the Satisfy directive, which was applied to
     the surrounding context and could allow access despite configured
     authentication.  PR 31315.  [Rici Lake <rici ricilake.net>]
  *) Fix the handling of URIs containing %2F when AllowEncodedSlashes
     is enabled.  Previously, such urls would still be rejected.
     [Jeff Trawick, Bill Stoddard]
  *) mod_mem_cache: Fixed race condition causing segfault because of memory being
     freed twice, or reused after being freed.
     [J. Clar, W. Stoddard, G. Ames]
  *) Add -l option to rotatelogs to let it use local time rather than
     UTC.  PR 24417.  [Ken Coar, Uli Zappe <uli ritual.org>]
  *) mod_log_config: Fix a bug which prevented request completion time
     from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
     processing.  PR 29696.  [Alois Treindl <alois astro.ch>]
2004-10-02 15:47:02 +00:00
jdolecek
9fd9634cba Add php4 module shmop, offering simplified interface to SysV shared memory
for PHP
2004-10-02 10:14:03 +00:00
jdolecek
11d927d9d8 Add php4 module shmop, simplified interface to SysV shared memory for PHP 2004-10-02 10:10:59 +00:00
reed
0ffb337c44 APR_USE_DB4 recently changed from YES to NO,
so bump the PKGREVISION and bump the buildlink dependency
needed because previously it wanted libdb4 and now it doesn't it.

This fixes build problem with apache2 because of missing -ldb4.
2004-10-02 07:01:00 +00:00
rh
ca9814fda6 Indicate the different APIs these packages implement. 2004-10-02 02:03:39 +00:00
rh
81f7da2ee5 Add and enable gal20 2004-10-01 12:44:43 +00:00
rh
1b913610b9 Re-import gal-1.99.11 as gal20. 2004-10-01 12:42:50 +00:00
grant
eaa75b4082 there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect
this.
2004-10-01 10:37:32 +00:00
wiz
05b8eecef0 Update libntlm to 0.3.6:
* Version 0.3.6 (released 2004-09-30)

** Some code cleanup and improvements, contributed by Frediano Ziglio.

** Slight changes in output vectors, contributed by Frediano Ziglio.

* Version 0.3.5 (released 2004-09-23)

** Make it compile on C89 platforms.

* Version 0.3.4 (released 2004-09-23)

** The license has been changed from GPL to LGPL.
Thanks to a rewrite of several files, contributed by Frediano Ziglio.

** The output may now be slightly different, due to a bug in earlier versions.
Unused parts of the output string are now initialized to 0 consistently.
2004-10-01 08:46:26 +00:00
wulf
76eebf6958 Added and enabled cppunit-1.10.2: CppUnit is a C++ unit testing framework 2004-09-30 22:33:10 +00:00
wulf
a9f8534b79 Added cppunit-1.10.2: CppUnit is a C++ unit testing framework 2004-09-30 22:29:28 +00:00
epg
2b3bc0f636 Version 1.1.0
(29 September 2004, from /branches/1.1.x)
http://svn.collab.net/repos/svn/tags/1.1.0

See the 1.1 release notes for a more verbose overview of the changes since
1.0.x: http://subversion.tigris.org/svn_1.1_releasenotes.html

 User-visible-changes:
 * new non-database repository back-end (libsvn_fs_fs)
 * symlinks can now be placed under version control (unix systems only)
 * cmdline client now supports psuedo-IRIs and autoescapes chars (issue #1910)
 * 'svnadmin recover' no longer waits forever for a lock (new '--wait' option)
 * new $Revision$ synonym for $Rev$ and $LastChangedRevision$
 * new runtime option 'store-passwords = ' gives finer control (r10794)x
 * fixed: working copies now shareable by multiple users (issue #1509)
 * fixed: diff and other subcommands correctly follow renames (issue #1093)
     - new 'peg' syntax for diff/merge:  'svn diff -r X:Y TARGET@REV'
     - now able to compare working copy with URL: 'svn diff --old WC --new URL'
 * new framework for localized error/info/help messages, initial translations:
     - German, Polish, Swedish, Norwegian Bokmål, Traditional Chinese,
       Japanese, Brazilian Portuguese.
 * speed improvements:
     - faster 'svn up' on complex working copies -- no more repos txns (r8840)
     - faster 'svn status' -- fewer stat() calls (r9182)
     - faster 'svn checkout' -- fewer sleep() calls (r9123)
     - faster 'svn blame' -- new RA->get_file_revs() func (issue #1715)
 * new switches added:
     - 'svn blame --verbose'            - show extra annotation info
     - 'svn export --native-eol TYPE'   - export using TYPE line-endings
     - 'svn add --force'                - recurse into version-controlled dirs
     - 'svnadmin dump --deltas'         - include binary diffs in dumpfile
     - 'svnadmin create --fs-type fsfs' - create fs_fs repos (default is bdb)
     - 'svnserve --tunnel-user=NAME'    - assume authenticated NAME over tunnel
     - 'svndumpfilter [cmd] --quiet'    - less chatty dumpfiltering
     - 'svnserve --version'             - show program's version
       'svnversion --version'
       'svndumpfilter --version'
 * svnadmin dump/deltify now understand -r{DATE} (r9805)
 * allow update of non-existent target entry (partial issue #1902 fix)
 * 'svnadmin create' now sets sgid bit on repos/db/  (unix systems only)
 * increase default neon (ra_dav) timeout from 120 to 3600 seconds (r9568)
 * print verbose BDB error messages (r10557, r10566)
 * fixed: don't bail when 'svn up' refuses to delete local mods (issue #1806)
 * fixed: process svn:externals in defined order (issue #1788)
 * fixed: pass new propval to stdin of pre-revprop-change hook (issue #952)
 * fixed: svndumpfilter logic/memory/display bugs (r8691, 8831, 9061)
 * fixed: 'svnadmin hotcopy PATH .' (r8659)
 * fixed: copy crash bug (r8863)
 * fixed: 'svn st -u' crash bug (r10841)
 * fixed: 'svn commit' segfault (r10676)
 * fixed: allow cleanup on .svn/ dirs containing KILLME file (r8891)
 * fixed: 'svn revert' detects corrupted text-base (r8897)
 * fixed: 'svn status -N' no longer locks entire tree (r8906)
 * fixed: several different 'svn switch' bugs (r9192, 9203, 9238, 9698)
 * fixed: some 'svn copy' bugs (r9193, 9274)
 * fixed: obscure update-deletion bug (r8976)
 * fixed: utf8 conversion 'hang' (r9233)
 * fixed: missing UTF8->native recoding in 'svn log' output (r10652, 10673)
 * fixed: 'svn blame' now defaults to  rev (r9440)
 * fixed: 'svn blame' closing files before deleting them (issue #1969)
 * fixed: 'svn diff' shows truncated paths (r9693)
 * fixed: 'svn diff --notice-ancestry' bug (r9699)
 * fixed: 'svn subcommand -r{DATE} URL' works if URL not in HEAD (issue #1840)
 * fixed: 'svn blame' on non-ascii path truncation (issue #1770)
 * fixed: svn:external 'wc not locked' bug (issue #1897)
 * fixed: proper mod_dav_svn html/xml escaping (issue #1209)
 * fixed: memleak in 'svn propset -R URL' (issue #1928)
 * fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
 * fixed: stop 'svn up' from deleting schedule-add target dir (issue #1793)
 * fixed: 'svn merge' adding a directory already 'deleted' (issue #1769)
 * fixed: excessive memory use when fs deltifies revision 2^N (r10070)
 * fixed: disallow non-recursive directory commit (issue #1797)
 * fixed: allow propget of props with colon in name (issue #1807)
 * fixed: 'svnadmin load' computation of copyfrom-rev (issue #1795)
 * fixed: runtime config files created with proper line-endings (issue #1803)
 * fixed: make svnserve's authn work on usernames with spaces (r10385)
 * fixed: have svnserve use repos UUID as default authn realm (r10394)
 * fixed: segfault when history-following hits 'empty' revision (r10368)
 * fixed: overzealous out-of-dateness checks in 'svn cp wc URL' (issue 1994)
 * fixed: don't URI-encode path in mod_dav_svn XML listings (r10461)
 * fixed: 'svn info' should refuse URL targets (r10760)
 * fixed: incomplete-directory handling bug (r10956)
 * fixed: allow cancellation between files during recursive dir add (r10894)
 * general improvement and normalization of error messages
 * many improvements to contributed tools:  mailer.py, psvn.el, etc.

 Developer-visible changes:
 * libsvn_fs now loads either bdb (libsvn_fs_base) or fsfs (libsvn_fs_fs)
 * new console-printing API:  svn_cmdline_printf() family checks for errors.
 * new library-version querying API:
     - new svn_[libname]_version() in each library
     - svn_ver_*() family of functions
 * 2nd generation APIs, from svn_foo() --> svn_foo2().  old APIs deprecated.
     - svn_wc_adm_open2() & friends, svn_wc_export2(), svn_client_add2()
       svn_wc_parse_externals_description2(), svn_hash_read/write2(),
       svn_repos_dump/load_fs2() & friends, svn_wc_diff2(),
       svn_subst_copy_and_translate2()
 * other new APIs:
     - svn_stream_copy(), svn_txdelta_target_push(), svn_opt_parse_path(),
       svn_io_file_flush_to_disk, svn_repos_trace_node_locations(),
       svn_repos_get_file_revs(), RA->get_locations(), RA->get_file_revs,
       RA->get_version(), svn_sort_compare_paths(), svn_utf_initialize()
 * SVN_REVNUM_FMT_T usage replaced with %ld (r9691)
 * cache mod_authz_svn authz file per connection (r8867)
 * validate hex digits in % escape (issue #1947)
 * hashes now written to disk in sorted order (r9910)
 * do cancellation checks before loops, not after (r8918)
 * fixed: bug in svn_repos_dir_delta replacement logic (r8078)
 * fixed: tiny memory access bugs (r8229, 8230, 8313)
 * fixed: several commit buglets (r8955, 9658, 9757, 9855)
 * fixed: don't recursively lock all prop commands (r9172)
 * fixed: svnserve memory usage on many-file commits (r9185)
 * fixed: close svnserve child's listen-socket after forking (r10050)
 * fixed: 'svnadmin hotcopy' integrity improvements (issues #1817, #1818)
 * fixed: only verify media type of svn:mime-type, not encoding (r10126)
 * fixed: handle '//'  and '..' in svn_path_canonicalize (issue #1779)
 * fixed: double URI escaping (issue #1814)
 * fixed: editor-driver bug (don't delete before every copy) (r10851)
 * fixed: potential mod_dav_svn crashes/memleaks (r10478)
 * fixed: better 'svnadmin verify  verification (r10508, r10509)
 * fixed: encoding of get_repos_url_result (r10353, 10375)
 * fixed: prevent canonicalized URIs from ending in '/' (r10317)
 * stop using -std=c89 gcc flag (r11054)
 * sync with apr 1.0's find_apr.m4 and find_apu.m4 files (r10560)
 * win32 installer improvements (r10978)
 * huge improvements to python, perl, java bindings
 * huge changes to win32 build system

pkgsrc changes:

 * subversion-base no longer requires db4.  If APR_USE_DB4 is NO,
   subversion-base will only build the new native filesystem back-end;
   if it is YES subversion-base will build both back-ends.  The
   APR_USE_DB4 variable is used for this purpose because when
   Subversion uses db4 it uses it through APR; it can't use db4 if APR
   doesn't.

 * Resurrect a tiny part of patch-aa so that subpackages
   (p5-subversion, etc.) don't try to install the libraries in
   subversion-base.

 * patch-ae is no longer needed.
2004-09-30 14:39:33 +00:00
tv
f86f146969 This bends over backwards to remove the .a file, so how about not compiling
it at all to do it the right way....  Add SHLIBTOOL_OVERRIDE.
2004-09-30 13:29:15 +00:00
agc
ed75894919 Add and enable libmatchbox 2004-09-30 11:26:57 +00:00
agc
1218083350 Initial import of libmatchbox-1.4 into the Packages Collection.
This is package is necessary for later versions of the matchbox window
manager.

	A small basic library that provides a large amount of shared
	functionality to the various matchbox librarys.  Provides image
	processing, font abstraction, a tray app toolkit and more.  It is
	licensed under LGPL.
2004-09-30 11:25:58 +00:00
kristerw
021a7ed66a Correct the directory we descend into to build the version of perl needed
for this package.
2004-09-29 21:24:18 +00:00
epg
26795dc7de Need to depend on p5-subversion>=1.0.4. Thanks, Thomas Klausner. 2004-09-28 18:26:21 +00:00
wiz
1b6d0c5a65 Update to 5.0:
Release 5.0 13-Sep-04
---------------------

The licence under which PCRE is released has been changed to the more
conventional "BSD" licence.

In the code, some bugs have been fixed, and there are also some major changes
in this release (which is why I've increased the number to 5.0). Some changes
are internal rearrangements, and some provide a number of new facilities. The
new features are:

1. There's an "automatic callout" feature that inserts callouts before every
   item in the regex, and there's a new callout field that gives the position
   in the pattern - useful for debugging and tracing.

2. The extra_data structure can now be used to pass in a set of character
   tables at exec time. This is useful if compiled regex are saved and re-used
   at a later time when the tables may not be at the same address. If the
   default internal tables are used, the pointer saved with the compiled
   pattern is now set to NULL, which means that you don't need to do anything
   special unless you are using custom tables.

3. It is possible, with some restrictions on the content of the regex, to
   request "partial" matching. A special return code is given if all of the
   subject string matched part of the regex. This could be useful for testing
   an input field as it is being typed.

4. There is now some optional support for Unicode character properties, which
   means that the patterns items such as \p{Lu} and \X can now be used. Only
   the general category properties are supported. If PCRE is compiled with this
   support, an additional 90K data structure is include, which increases the
   size of the library dramatically.

5. There is support for saving compiled patterns and re-using them later.

6. There is support for running regular expressions that were compiled on a
   different host with the opposite endianness.

7. The pcretest program has been extended to accommodate the new features.

The main internal rearrangement is that sequences of literal characters are no
longer handled as strings. Instead, each character is handled on its own. This
makes some UTF-8 handling easier, and makes the support of partial matching
possible. Compiled patterns containing long literal strings will be larger as a
result of this change; I hope that performance will not be much affected.
2004-09-28 15:59:49 +00:00
wiz
2dae4f1218 Avoid rebuilding the info file. Closes PR 27041 by Naoto Morishima. 2004-09-28 09:38:17 +00:00
cube
eae58fac50 Enable pkgviews installation type. From PR#27044 by Cesar Catrian C. 2004-09-27 22:06:23 +00:00
cube
a2321f4a20 Update to version 0.9.1. From PR#27038 by Roland Illig.
Fri, Sep 3, 2004: Released Check 0.9.1

Updated tutorial with new features.
Added support for XML output of the test results, courtesy of Frederic Peters.
Fixed setup bug from forum, failure in setup did not abort test in nofork mode.
Applied varargs patch (#933411) and added test cases.
Applied fail_if (#709167) patch.
Applied 'newbies' patch #995028 for autoconf doc.
Applied doc patch #995028 from Bill Barnard.
Fixed portability problems tests by changing == to =.
Changed copyright according to bug report.
Applied patch 796705. Replacing _exit with exit.
Applied patch for bug 793671.


Mon, May 17, 2004: Released Check 0.9.0

Run fixture teardowns in reverse order to setup
Plugged some memory leaks.
Added test name to log outputs.
Applied patch (802160) for distcheck bug (579604).
Fixed log printouts for nofork mode.
Updated documentation and converted to DocBook.

Added a new print mode, CK_ENV, that gets the print mode from the
environment variable CK_VERBOSITY.

Made tcase_free and suite_free static. This may break existing test
programs. Everything is now freed when srunner_free is called.
2004-09-27 20:41:19 +00:00
tv
680cfe9073 Tweak doc to say "make extract" rather than "make configure". 2004-09-27 14:40:58 +00:00
uebayasi
ba26f85ea1 Update semi to 1.14.6nb2.
Fix PR27034, reported by Miles Nordin <carton at Ivy dot NET>.
Help with Katsumi Yamaoka <yamaoka at jpl dot org>.  Bump revision.
2004-09-27 08:48:34 +00:00
rh
fd9c978fb3 Update Gorm to 0.8.0. Notable changes include:
* New gorm file version.

   * Full custom palette support

   * Palette preferences panel to allow the user to configure palettes
     to load

   * Experimental: Standalone views.  This feature is to allow the use
     of a view without the need of a containing window.   This allows
     developers to treat these views as they would any other top level
     object in the .gorm file.  This is experimental functionality.

   * Improved NSTableColumn inspector.  The new inspector allows the
     user to change the data cell used for a given column.   This
     allows the user to select from a list of cell subclasses and set
     the appropriate custom or non-custom one they want to appear in
     that column of the table.

   * Improved layout of some of the inspectors.

   * Removed old class parser.  The parser was somewhat buggy and was
     actually causing some issues.  A new parser will be available in
     the next version of Gorm.  For now users will need to use the
     class inspector or the outline view to enter classes into Gorm.

   * Experimental: "File" section.  This is essentially a per-file
     preference which allows the user to control which version of
     GNUstep a given file will be compatible with.  It also lists the
     potential compatibility issues with the selected version.

   * Improved controls palette.  New items for some of the standard
     font replace the old "Title" widget which was a System-14 font.
     The new widgets use a selection of the standard System font to
     allow the user to easily build a gui using these and reducing the
     amount of time the user needs to spend fiddling with the font
     panel.
2004-09-27 01:23:13 +00:00
rh
99b1030487 Update gnustep-examples to 1.0.0. Changes are numerous minor updates and
fixes tracking the changes to the gnustep-* packages over the last year.
2004-09-27 01:14:18 +00:00
rh
a525ac877a Add some more relevant directories to PRINT_PLIST_AWK. 2004-09-27 00:36:32 +00:00
epg
b0910887b5 Sort dependencies. 2004-09-26 23:35:38 +00:00
epg
7b8ecc8201 Oops, left out p5-Compress-Zlib and p5-YAML dependencies. 2004-09-26 23:33:48 +00:00
danw
e6b823e965 fix for darwin 2004-09-26 19:29:15 +00:00
epg
391ec6cfc3 Update to Version 0.7.0 (released Sep 02 2004)
http://svn.collab.net/repos/rapidsvn/tags/0.7.0

User-visible changes:
179     Direct text editor access from RapidSVN
172     Options are now configurable in View/Diff tool preferences
192     Added STOP button
190     Added Documentation for Release Management
191     New merge button in log dialogue
220     Tweaked: Remember window status "Maximized"
195     Tweaked: Commits are now recursive as default (in dialog)
206     Tweaked: Changed menu entries for "Add Working Copy" and
         "Add Repository" menu items confusing
165     Fixed: Space in dir name became %20 on rename
194     Fixed: Copy didnt work with URL destination
196     Fixed: Win32 build files were missing from tar.gz source kits
167     Fixed: crash on expand bottom bookmark
214     Fixed: Incorrect info for repository directories
197     Fixed: Commit/Update used active file instead of folder in
                folder browser menu (when right-clicking in the folder
browser)
207     Fixed: TextViewer (called by LogDlg) removed (see #179)
189     Fixed: Sort order; group unversioned items with other modified
198     Fixed: folder double-clicking on Win32


Developer-visible changes:
201     Fixed: Client::log("") failed
204     Fixed: cat couldnt return binary data
218     Fixed: Default config dir created against user wishes
219     Fixed: Auth code ddidnt not use users config_dir
224     Fixed: make fails on Suse 9.1
208     Fixed: install svncpp headers (with make install)
199     Fixed: Correctly disable VC7 warning 4290
200     Fixed: VC7 wants some more Exception ctors
2004-09-26 17:15:18 +00:00
epg
e249de0942 Import p5-Data-UUID-0.11.
This module provides a framework for generating UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from
all other UUIDs/GUIDs generated until 3400 A.D. UUIDs were originally
used in the Network Computing System (NCS) and later in the Open
Software Foundation's (OSF) Distributed Computing Environment.
Currently many different technologies rely on UUIDs to provide
unique identity for various software components, Microsoft COM/DCOM
for instance, uses GUIDs very extensively to uniquely identify
classes, applications and components across network-connected
systems.
2004-09-26 17:05:24 +00:00
kristerw
91a906e720 DEPENDS on p5-PerlIO-via-dynamic. 2004-09-26 11:31:12 +00:00
epg
f84a3742d8 +p5-Clone, p5-Data-Hierarchy, p5-File-BaseDir, p5-File-MimeInfo,
p5-IO-Digest, p5-PerlIO-via-dynamic, p5-PerlIO-via-symlink,
p5-Regexp-Shellish, p5-SVN-Mirror, p5-SVN-Simple, svk
2004-09-26 04:50:59 +00:00
epg
1ab06af996 Import svk-0.21.
While Subversion aims to take over the CVS user base, SVK attempts
to take over the others -- including people who are already using
other SCM systems, and people who had not started using SCM.

SVK is written in Perl, using Subversion's underlying filesystem
but provides additional features:

 * Offline operations like "checkin", "log", "merge".
 * Distributed branches.
 * Lightweight checkout copy management (no ".svn" directories).
 * Advanced merge algorithms, like "star-merge" and "cherry picking".

For more information, please visit the web site at http://svk.elixus.org/.
2004-09-26 04:43:59 +00:00
epg
ccf30b1ea5 Import p5-File-MimeInfo-0.10.
This module can be used to determine the mime type of a file; it's
a replacement for File::MMagic trying to implement the freedesktop
specification for using the shared mime-info database. The package
comes with a script called 'mimetype' that can be used as a file(1)
work-alike.
2004-09-26 04:41:27 +00:00
epg
922fc5a210 Import p5-File-BaseDir-0.02.
This module can be used to find directories and files as specified
by the XDG Base Directory Specification.
2004-09-26 04:41:24 +00:00
epg
5d95745cc0 Import p5-SVN-Simple-0.25.
SVN::Simple provides a simple interface to the Subversion delta
editor interface for Perl.
2004-09-26 04:41:18 +00:00
epg
635adc2c14 Import p5-SVN-Mirror-0.47.
SVN::Mirror allows you to mirror one Subversion repository to
another.
2004-09-26 04:41:15 +00:00
epg
1a852ce040 Import p5-IO-Digest-0.10.
This module allows you to calculate digests while reading or writing
file handles.  This avoids the case you need to reread the same
content to compute the digests after written a file.
2004-09-26 04:41:12 +00:00
epg
c0fa3d12c5 Import p5-PerlIO-via-symlink-0.02.
The PerlIO layer symlink allows you to create a symbolic link by
writing to the file handle.
2004-09-26 04:41:09 +00:00
epg
230e1f7db0 Import p5-PerlIO-via-dynamic-0.11.
PerlIO::via::dynamic is used for creating dynamic PerlIO layers.
It is useful when the behavior or the layer depends on variables.
2004-09-26 04:41:06 +00:00
epg
f746bc5958 Import p5-Regexp-Shellish-0.93.
Regexp::Shellish provides shell-like regular expressions.
2004-09-26 04:40:57 +00:00
epg
ffb6b275bd Import p5-Data-Hierarchy-0.20.
Data::Hierarchy is a Perl module for handling data in a hierarchical
structure.
2004-09-26 04:40:54 +00:00
epg
87b129672f Import p5-Clone-0.15.
This module provides a clone() method which makes recursive copies
of nested hash, array, scalar and reference types, including tied
variables and objects.
2004-09-26 04:40:51 +00:00
epg
d45f66eb89 Add APR_USE_DB4 to BUILD_DEFS. 2004-09-25 23:41:26 +00:00
rh
523a1201a5 Add and enable palmpower 2004-09-25 22:19:18 +00:00
rh
7b9a5a3a91 Initial import of palmpower-1.0.2, an assembler, disassembler, and PRC
splitter for PalmOS binaries.
2004-09-25 22:17:30 +00:00
epg
ae7a16756f Remove old, no longer used master site. 2004-09-25 21:30:43 +00:00
epg
982b2e7d50 Version 1.0.8
(22 September 2004, from /branches/1.0.8)
http://svn.collab.net/repos/svn/tags/1.0.8

 User-visible-changes:
 * fixed: mod_authz_svn path and log-message metadata leaks.
          See CAN-2004-0749, and descriptive advisory at
          http://subversion.tigris.org/security/CAN-2004-0749-advisory.txt
2004-09-25 20:45:49 +00:00
grant
b30f53ddfe +vanessa_adt, vanessa_logger, vanessa_socket 2004-09-25 00:07:13 +00:00
grant
12e966396a Initial import of vanessa_adt-0.0.6 into the NetBSD packages collection.
vanessa_adt is a library that provides Abstract Data Types (ADTs).
Includes queue, dynamic array, hash and key value ADT.
2004-09-25 00:06:19 +00:00
grant
440acb607e Initial import of vanessa_socket-0.0.7 into the NetBSD packages collection.
vanessa_socket is a library that simplifies TCP/IP socket operations.
It includes code to open a socket to a server as a client, to listen on
socket for clients as a server and to pipe information between sockets.
2004-09-25 00:05:06 +00:00
grant
edb6cf4076 Initial import of vanessa_logger-0.0.7 into the NetBSD packages collection.
vanessa_logger is a library that provides a generic logging layer that
may be used to log to one or more of syslog, an open file handle or a
file name. Though due to to limitations in the implementation of syslog
opening multiple syslog loggers doesn't makes sense. Includes the ability
to limit which messages will be logged based on priorities.
2004-09-25 00:04:09 +00:00
kristerw
ba47f89e0c Correct the directory we descend into to build the version of perl needed
for this package.
2004-09-24 20:55:33 +00:00
abs
09d2242f31 Update global to 4.8, from Kailash Sethuraman in PR#27017
Changes since 4.7:

August 26 2004, Shigio Yamaguchi  <shigio@gnu.org>

        * Moved function now() from gtags.c to libutil/date.c.
        * htags: Changed so that the path passed to CGI might be encoded to %xx.
        * htags: Rewritten in C language.
        * htags: The use of the 'gtags --write' was stopped.
        * die.c: New function sethandler() and warning() added.
        * gctags/reserved.pl: The use of the --key-positions option of gperf(1)
          was stopped. We need gperf-3.0.1 instead.

June 1 2004, Shigio Yamaguchi  <shigio@gnu.org>

        * htags: Function usable() was changed to the same specification
          as usable() in libutil/usable().
        * htags: Execution path of global(1) was changed to the absolute path.
        * htags: Write FILEMAP file for reference from external system.
        * conf.c: New config variable 'bindir' and 'datadir' added.
        * w32/ directory removed.
2004-09-24 19:25:38 +00:00
adam
817d7c35c8 Changes 2.0.12:
* piecolor naming fix
* primitive API change to 'filledPie'
* introduction of some const variables
2004-09-24 13:49:13 +00:00
rh
b3da7e1bbf Update gnustep-base to 1.10.0.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.

Noteworthy changes in gnustep-base-1.10.0:
==========================================

Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.

   * A large majority of the library classes have been documented
     thanks to the efforts of Andrew Ruder

   * URL classes support persistant connections

   * Mac OSX XML compatibility fixes.
2004-09-24 01:56:53 +00:00
rh
faf6185b71 Update gnustep-make to 1.10.0. Notable changes include:
* a GNUsteprc file is now automatically created and installed in
     $GNUSTEP_SYSTEM_ROOT, which sets the system-wide default for the
     user root directory (default=~/GNUstep, which can be overriden
     with the `--with-user-root' argument to configure, or by modifying
     GNUsteprc after configuration.)

   * make_services is not run by GNUstep.sh anymore. You must run this
     manually now (see the gnustep-gui documentation).

   * Palettes use a plist instead of a strings format file now for the
     palette.table file.

   * You can use the `--enable-native-objc-exceptions' argument to
     configure to enable use of built in objc exceptions with compilers
     that support it.
2004-09-24 01:24:31 +00:00
abs
ecd9d13099 Update cpuflags to 0.76:
Add 'Intel(R) Pentium(R) M processor' under Linux, plus make each
    version report the OS in the event of an unrecognised CPU.
2004-09-23 11:41:10 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
f3230ccd76 Update to 2.2.1. This version corresponds to GNOME 2.8.0.
----------------------
gal-2.2.1  2004-09-10
----------------------

Other bugs and changes:

	- Updated translations:
 	tr (Baris Cicek)
	el (Nikos Charosnitakis, Kostas Papadimas)
	ar (Arafat Medini)
	en_CA (Adam Weinberger)
	nn (Åsmund Skjæveland)
	cs (Miloslav Trmac)
	bg (Vladimir Petkov)
	it (Luca Ferretti)
	de (Hendrik Richter)
	ru (Leonid Kanter)
	bn (Runa Bhattacharjee)

----------------------
gal-2.2.0  2004-08-27
----------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

	#45931 - blocking mouse grab when autocompleting (Toshok)

Other bugs and changes:

	- remove 2.0 pkg-config file (JP)
	- Updated translations: eu, ca, nb, sq, uk, da, fi, az

----------------------
gal-2.1.14  2004-08-13
----------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

	#61932 - e-table popup in wrong spot (Zucchi)
	#61936 - set etable config dialog parent and position and save edits (Radek)

Other bugs and changes:

	- e-entry fixes (Toshok)
	- Updated translations: gu, pa, sr, ko, pt


----------------------
gal-2.1.13  2004-08-02
----------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

	#57914 - don't allow deletion of builtin views (Radek)

Other bugs and changes:

	- Updated translations: bn, no, sq

----------------------
gal-2.1.12  2004-07-19
----------------------

Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):

	#57914 - don't allow deletion of builtin views (Radek)

Other bugs and changes:

	- delete all selected views in dialog (Larry)
	- properly freeze/unfreeze a sorted table (Radek)
	- Updated translations: sv, es, ja, sq,
2004-09-21 17:10:06 +00:00
jmmv
e5059769eb Update to 1.1.0. This version corresponds to GNOME 2.8.0.
* panel applet AtkObjects now have ATK_ROLE_EMBEDDED.
2004-09-21 16:59:22 +00:00
jmmv
3d84ec1925 Update to 1.6.0. This version corresponds to GNOME 2.8.0.
What's new in at-spi-1.6.0:

Nothing.

What's new in at-spi-1.5.4:

* Registration failure at SPI_init is now detected and
  an error code is returned to the caller (bug #147648).

* We now use polling as our default for detecting mouse
  button changes (this was formerly our fallback method);
  this prevents conflict with Xstroke.
  [a better long-term fix requires the Xevie extension]

* We now register on a per-DISPLAY, but not per-SCREEN, basis.
  This fixes several issues, see bugs #149962, #136986, #144086.

* New languages in configure.in:
  bs (Christian Rose)
  nb (Kjartan Maraas)

============

What's new in at-spi-1.5.3:

* New role EMBEDDED (bug #144415).

* Added object:bounds-changed event, for detecting when the
  component bounds of an object have changed onscreen.

==============

What's new in at-spi-1.5.2:

* Added Accessibility_LoginHelper interface, and
  LoginHelper GType.  Also added client and server tests
  for this interface.  The purpose is to identify services
  (typically, assistive technologies) which need access to
  system or device services (keyboard, audio, serial ports,
  posting windows, etc.) during login or re-login/authentication.

* fixed make distcheck.

* Added a check in cspi_object_unref, which should help in detecting
  refcount bugs in clients (Padraig O'Briain).

* New languages:
  Walloon (Pablo Saratxaga)
  Bulgarian (Alexander Shopov)

What's new in at-spi-1.5.1:

* Allow synthesis of keysyms that aren't in the current X keymap.

* languages: Gujarati (Guntupalli Karunakar), Canadian English
  (Alexander Winston)

* Added omitted declarations for already-existing methods
	AccessibleTable_addRowSelection(),
	AccessibleTable_addColumnSelection(),
	AccessibleTable_removeRowSelection(),
	AccessibleTable_removeColumnSelection().

* bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-09-21 16:59:05 +00:00
jmmv
04173c71ec Update to 2.8.0. This version corresponds to GNOME 2.8.0.
Major changes since 2.7.92 were:
* Refresh mime application chooser when mime db changes
* Create ~/.local/share/applications as needed
* Remove some mime-related debug output

Major changes since 2.7.4 were:
* Don't pop up cancel dialog if password dialog is visible.

Major changes since 2.7.3 were:
* Import new foocanvas
* Use right i18n header
* Fix memleaks
* Translation updates

Major changes since 2.7.2 were:
* MIME helpers functions and dialogs

Major changes since 2.7.1 were:
* Translation updates.
2004-09-21 16:54:32 +00:00
jmmv
82a5fe4019 Update to 1.8.0. This version corresponds to GNOME 2.8.0.
Changes in GAIL 1.8.0
=====================
* Add translation: Thai [Supranee Thirawattansuk]

* Updated translations: Nepali [Pawan Chitrakar],  Oriya [Gora Mohanty],
Canadian English [Adam Weinberger]

Changes in GAIL 1.7.1
=====================

* Fix for double-free in gailutil: see bugzilla 151513.

Overview of Changes in GAIL 1.7.0
=================================
* Find label text for items for gradient option in gnome-background-properties
(bug #144084)

* Ensure that object:text_caret_moved events are set in Forecast tab of
gweather applet. (bug #144158)

* Fix warning messages emitted when gedit terminates. (bug #144310)

* Have GailWidget emit "bounds-changed" signal  when GtkWidget's size
allocation changes. (bug #141191)

* Emit "window:moved" event when toplevel is moved. (bug #144170)

* When we report focus on a combo-box, emit "state-changed:focused" event
on combo-box, not its text entry field. (bug #145262)

* Fix accessible behavior of GtkExpander in Run Application; i.e. get list
of known applications. (bug #147581)

* Complete accessible support for GtkComboBox. (bug #136657)

* Fix crash when attempt to move window in metacity using gok. (bug #149302)

* Fix warning message emitted when closing epiphany window. (bug #149442)

* Fix warning messages when accessing child of a treeview. (bug #149798)

* Report name for complex page tab in gedit (bug #104815)

* Get text for items in GtkComboBox for font size in GnomeFontSelection.
(bug #145136)

* Report correct default action for toggle button in ColorCombo in gal
(bug #150545)

* Add translations: Norwegian [Kjarten Maraas], Nepali [Pawan Chitrakar],
Turkmen [Gurban M. Tewekgeli], Bosnian [Kenan Had\305\276iavdi\304\207]

* Updated translations: Albanian [Laurent Dhima],
Bulgarian [Vladimir "Kaladan" Petkov] Hindi [ Guntupalli Karunamar]
Hungarian [Laszlo Dvornik], Panjabi [Amanpreet Singh Alam]
Gujarati [Ankit Patel]
2004-09-21 16:52:22 +00:00
jmmv
f32f2bc57f Update to 2.8.0. This version corresponds to GNOME 2.8.0.
2.7.92

 Fixes

  - Setup gtk-doc to pull out API documentation (J.H.M. Dassen (Ray))

 Translators

  - Laszlo Dvornik (hu)
  - Kjartan Maraas (nb)
  - Laurent Dhima (sq)

2.7.91

 Fixes

  - Fix issue with AtkComponent co-ordinates (Arvind Samptur)
  - Fix window minimization vs. activation for mouse focus (Elijah Newren)
  - Resolve some no-focus-on-map issues (Elijah Newren)
  - Regenerate stale built sources (Torsten Schoenfeld)

 Translators

  - Kemal Sanjta (bs)
  - Pauli Virtanen (fi)
  - Amanpreet Singh Alam (pa)

2.7.90

 Fixes

  - Add support for the _NET_WM_STATE_DEMANDS_ATTENTION hint (Rob Adams)
  - Display shaded windows as "= <name> =" instead of "[ <name> ]" (James M.
    Cape)
  - Desensitize "Move To Workspace" items for sticky windows (Arvind Samptur)

 Translators

  - Vladimir Petkov (bg)
  - Laurent Dhima (sq)
2004-09-21 16:52:05 +00:00
jmmv
8d3fe81a85 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
While here, move the documentation to share/doc, out of share/doc/html.

libgnomeui 2.8.0
----------------

What's new since 2.7.2

* Bug fixes:
	- Improved GnomeDruid theme support (Rodney Dawes)
	- File chooser backend fixes (Federico Mena Quintero,
				      Colin Walters)
	- Authentication manager and password dialog support for
	  anonymous logins (Laszlo Kovacs)
	- Various fixes (Kjartan Maraas, Eric Zhao, William Jon McCann,
			 Alexander Larsson)

* Translations:
	- New Breton translation (Thierry Vignaud)
	- New Bostnian translation (Kenan Hadžiavdić)
	- New Galician translation (Jesus Bravo Alvarez)
	- Various updated translations (ar, az, bg, ca, cs, cy, da,
					de, el, en_CA, en_GB, es, eu,
					fi, gl, gu, hi, hu, ja, ko,
					lt, mn, ms, ne, nl, nn, no,
					pa, pl, pt, pt_BR, ro, ru, sk,
					sq, sr, sv, tr, uk, wa, zh_CN,
					zh_TW)

libgnomeui 2.7.2
----------------

What's new since 2.7.1

* Bug fixes:
	- Fix GnomeDruid to be theme compliant (Rodney Dawes)
	- Fixes to the VFS file-chooser backend (Federico Quintero,
	Colin Walters)
	- Support for anonymous logins in authentication manager (Laszlo
	Kovacs)

* Translations:
	- Various updated translations (ne)

libgnomeui 2.7.1
----------------

What's new since 2.6.1

* Improvements:
	- Update to automake 1.7 (James Henstridge)
	- Icon list API additions (Damien Carbery)

* Bug fixes:
	- Authentication manager fixes (Fernando Herrera)

	- Various fixes (Steve Chaplin, Torsten Schoenfeld, Anders Carlsson,
			 Leena Gunda, Christian Rose, Fernando Herrera,
		         Takao Fujiwara, Damien Carbery, Martin Wehner)

* Translations:
	- Added Turkmen translation (Gurban Mühemmet Tewekgeli)
	- Various updated translations (bg, no, es, zh_CN, sk, sq, cs,
					en_CA, en_GB, ko)
2004-09-21 16:47:55 +00:00
jmmv
ae1969ce29 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.

2004-09-13  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: Version 2.8.0.

2004-09-08  Gora Mohanty  <gmohanty@cvs.gnome.org>

        * configure.in: Added 'or' to ALL_LINGUAS.

2004-08-16  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "bs" to ALL_LINGUAS.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* bonobo/bonobo-control.c: (bonobo_control_get_ambient_properties),
	(bonobo_control_set_transient_for): NULL vs 0 stuff.
	* bonobo/bonobo-dock-layout.c: (bonobo_dock_layout_create_string):
	Same.
	* bonobo/bonobo-selector.c: (bonobo_selector_instance_init),
	(bonobo_selector_set_property): Same here too.
	* bonobo/bonobo-socket.c: Use correct type for the bitfield.
	* bonobo/bonobo-ui-preferences.c: (keys_changed_fn):
	gtk_idle_add() is deprecated. Use g_idle_add instead.
	* bonobo/bonobo-ui-sync-status.c:
	(impl_bonobo_ui_sync_status_state): Cast to avoid a warning.
	* bonobo/bonobo-ui-sync-toolbar.c: (get_dock_item): Fix warning.
	* bonobo/bonobo-window.c: (bonobo_window_instance_init):
	NULL vs 0 again
	* samples/compound-doc/container/document.c: (sample_doc_new):
	Ansi argument list again.
	* samples/container/bonobo-sample-container.c: NULL vs 0 again.
	* tests/test-moniker.c: Same here.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added nb to ALL_LINGUAS.

2004-06-25  Muktha  <muktha.narayan@wipro.com>

	* bonobo/bonobo-ui-engine.c
	(check_excess_widgets): Add a check for NULL in
	g_message.
2004-09-21 16:47:10 +00:00
jmmv
f1d3cc019b Update to 2.8.0. This version corresponds to GNOME 2.8.0.
libgnome 2.8.0
--------------

What's new since 2.7.2

* Bug fixes:
	- Various fixes (Kjartan Maraas)
	- Avoid duplication of locale alias tables by using the ones
	  in bonobo-activation (Alexander Larsson)

* Translations:
        - New Norwegian Bookmal translation (Kjartan Maraas)
	- Various updated translations (ar, az, cs, bg, bs, ca, cs,
					cy, de, el, es, eu, en_gb, fi,
					gu, hu, ja, ko, mn, nb, ne,
					nl, nn, no, pa, pl, pt, ro,
					ru, sk, sq, sr, sv, tr, uk,
					zh_CH)

libgnome 2.7.2
--------------

What's new since 2.7.1

* Bug fixes:
	- Allow language binding instantiation of GnomeProgram

* Translations:
	- Various updated translations (ne)

libgnome 2.7.0
--------------

What's new since 2.6.1

* Bug fixes:
	- Various fixes (Chris Lahey, Christian Persche,
			 Steve Chaplin, Toshio Kuratomi,
			 Julio Merino, Kjartan Maraas)

* Features:
	- Update to automake 1.7 (James Henstridge)

* Translations:
	- Various updated translations (en_CA, hu, nl)
2004-09-21 16:46:14 +00:00
jmmv
f3fa7887c6 Update to 2.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.

2004-09-13  Mark McLoughlin  <mark@skynet.ie>

	* configure.in: Version 2.8.0.

2004-08-24  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* bonobo/bonobo-generic-factory.c
	(bonobo_generic_factory_new_generic)
	(last_unref_cb): Ignore "last-unref" if it happens during the
	object creation callback and an object is actually created in the
	end.  Fixes bug #139140 (Can't get bonobo objects in _init method
	of bonobo object)

2004-08-23  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* Makefile.am (DISTCLEANFILES): Only clean intltool-* in make
	distclean, not make clean, since there is no rule to regenerate
	them from the makefile.  Fixes #144541.

2004-08-23  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* doc/api/tmpl/bonobo-application.sgml
	(bonobo_application_register_message): Add a longer description
	and some examples.

	* bonobo/bonobo-application.c
	(bonobo_application_register_message): Remove example program from
	inline documentation (moved to the gtk-doc template file).

2004-08-16  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "bs" to ALL_LINGUAS.

2004-08-13  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* bonobo/bonobo-object.c (bonobo_object_finalize_servant): Call
	object's poa_fini_fn.  Patch by Michael Meeks.  Fixes #118117.

2004-08-12  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* tests/test-activation/Makefile.am (TESTS_ENVIRONMENT): Set
	BONOBO_ACTIVATION_DEBUG, since some tests use relative server
	paths, thus fail if the b-a-s changes dir on startup.

	* activation-server/activation-server-main.c (main): Declare
	debug_output_env as const, to suppress compiler warning.
	(main): Unless env. var. BONOBO_ACTIVATION_DEBUG is set,
	chdir("/") before entering main loop.

	* bonobo/bonobo-running-context.c
	(bonobo_running_context_trace_objects_T): Add
	ri->emitted_last_unref = FALSE, missing in debug version of
	addObject, but present in the non-debug version.
	(bonobo_running_context_trace_objects_T): Complement the
	information of the number of alive objects with a list of the
	interfaces of the alive objects.

2004-08-11  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* activation-server/object-directory-corba.c
	(od_register_runtime_server_info): We should be returning
	new_serverinfo instead of old_serverinfo.

2004-08-11  Alexander Larsson  <alexl@redhat.com>

	* bonobo-activation/bonobo-activation-get-language-list.c (read_aliases):
	Import some fixes from gnome-vfs copy.

2004-08-11  Alexander Larsson  <alexl@redhat.com>

	* bonobo-activation/bonobo-activation-get-language-list.c (read_aliases):
	Use less memory for alias tables.

2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* activation-server/client.c: (add_load_path), (remove_load_path),
	(register_activate_server), (do_query_server_info),
	(do_activating): Correctly use ANSI argument list.
	* bonobo-activation/bonobo-activation-base-service.c:
	(bonobo_activation_registration_iterate): Same..
	* bonobo-activation/bonobo-activation-fork-server.c:
	(bonobo_activation_server_by_forking): Use NULL in place of 0
	* bonobo/bonobo-debug.c: (bonobo_debug_init): ANSI arguments
	* bonobo/bonobo-generic-factory.c:
	(bonobo_generic_factory_destroy): NULL vs 0
	* bonobo/bonobo-item-handler.c: (bonobo_item_handler_finalize):
	* bonobo/bonobo-listener.c: (bonobo_listener_finalize),
	(bonobo_listener_init): NULL vs 0
	* bonobo/bonobo-persist-client.c: (bonobo_object_save_to_stream),
	(bonobo_object_from_stream): NULL vs 0
	* bonobo/bonobo-persist.c: (bonobo_persist_finalize): NULL vs 0
	* bonobo/bonobo-storage-memory.c: (bonobo_storage_mem_create):
	NULL vs 0.
	* configure.in: Added nb to ALL_LINGUAS.

2004-08-10  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* tests/test-activation/Makefile.am (TESTS_ENVIRONMENT): Add
	$(top_srcdir)/activation-server to BONOBO_ACTIVATION_PATH, so that
	event source test doesn't fail.

	* bonobo-activation/bonobo-activation-register.c
	(bonobo_activation_make_registration_id): g_message instead of
	g_warning.

2004-08-09  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* tests/test-activation/Makefile.am: Don't install $(serverfiles).
	They are not required to be installed for make check. Fixes #145056.

2004-08-08  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* idl/Bonobo_Control.idl: Prepend 'action' parameter name with
	underscore to avoid clash with type Action, in
	PropertyControl::notifyAction(). Fixes #118078.

	* idl/Bonobo_Property.idl: Escape PropertyBag::ReadOnly and
	ConfigDatabase::DBFlags::DEFAULT with a leading underscore because
	of clashes with IDL keywords. Fixes #118078.

	* bonobo-activation/Makefile.am (INCLUDES): Define
	G_LOG_DOMAIN=Bonobo-Activation.

	* bonobo-activation/bonobo-activation-activate.c,
	* bonobo-activation/bonobo-activation-base-service.c,
	* bonobo-activation/bonobo-activation-client.c,
	* bonobo-activation/bonobo-activation-fork-server.c,
	* bonobo-activation/bonobo-activation-register.c: Turn g_warnings
	that contain only informational debug messages into g_message, so
	that we can abort with --g-fatal-warnings in the real strange
	stituations.

	* bonobo-activation/bonobo-activation-register.c
	(registration_result_to_string): Give a g_warning on invalid code
	instead of aborting.  This is an error, but not fatal by any means.

2004-08-07  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>

	* tests/test-activation/Makefile.am: Don't install $(serverfiles).
	They are not required to be installed for make check.

2004-08-04  Greg Hudson  <hudson@mit.edu>

	* bonobo-activation/bonobo-activation-fork-server.c
	(bonobo_activation_server_by_forking): reset signal mask
	removing SIGCHLD block for forked child.

2004-07-21  Antonio Xu  <antonio.xu@sun.com>

	* activation-server/object-directory-corba.c
	(remove_active_server): add judgement to make sure the count
	of active server is right.

2004-07-09  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* bonobo/bonobo-app-client.c
	(bonobo_app_client_get_msgdescs): fix array bound
	checking & Fix API docs.

2004-06-26  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.in: Added "ne" Nepali in ALL_LINGUAS
2004-09-21 16:45:12 +00:00
jmmv
2504525d1a Update GConf2 and GConf2-ui to 2.8.0.1. This version corresponds to
GNOME 2.8.0.

2.8.0.1
=======

 Fixes

  - Use automake 1.7 (Mark)
  - Always ship the API docs html in the tarball (Mark)

2.8.0
=====

 Translators

  - Ayman Hourieh (ar)
  - Kenan Hadžiavdić (bs)
  - Miloslav Trmac (cs)
  - Dafydd Harries (cy)
  - Kostas Papadimas (el)
  - Francisco Javier F. Serrador (es)
  - Alessio Frusciante (it)
  - Hasbullah Bin Pit (ms)
  - Evandro Fernandes Giovanini (pt_BR)
  - Mişu Moldovan (ro)
  - Gurkan Aslan (tr)

2.7.92
======

 Fixes

  - Fix crash caused by dropping the default database early (Mark)
  - Fix issue with SIGHUP causing listeners to be dropped (Josselin Mouette)
  - Only install the global schema default in the C locale (Mark)
  - Don't crash if there's no schema for the locale (Mark)

 Translators

  - Jordi Mallach (ca)
  - Laszlo Dvornik (hu)
  - Pawan Chitrakar (ne)
  - Tino Meinen (nl)
  - Laurent Dhima (sq)
  - Maxim Dziumanenko (uk)

2.7.91.1
========

 Features

  - Switch off the "subtree-in-a-file" thing again (Mark)
      See: http://mail.gnome.org/archives/desktop-devel-list/2004-August/msg00393.html

 Translators

  - Kenan Hadžiavdić (bs)
  - Martin Willemoes Hansen (da)
  - Pauli Virtanen (fi)
  - Takeshi AIHANA (ja)
  - Laurent Dhima (sq)

2.7.91
======

 Fixes

   - Fix a bunch of coding errors (Kjartan Maraas)
   - Always install schemas with the correct permissions (Mark)
   - Fix various strings to use better terminology (Danilo Šegan)

 Translators

   - Miloslav Trmac (cs)
   - Christian Neumair (de)
   - Adam Weinberger (en_CA)
   - David Lodge (en_GB)
   - Francisco Javier F. Serrador (es)
   - Pauli Virtanen (fi)
   - Ankit Patel (gu)
   - Changwoo Ryu (ko)
   - Sanlig Badral (mn)
   - Kjartan Maraas (nb)
   - Åsmund Skjæveland (nn)
   - Kjartan Maraas (no)
   - Amanpreet Singh Alam (pa)
   - Gnome PL Team (pl)
   - Duarte Loreto (pt)
   - Dmitry G. Mastrukov (ru)
   - Laurent Dhima (sq)
   - Данило Шеган (sr)
   - Christian Rose (sv)
   - Funda Wang (zh_CN)

2.7.90
======

  Fixes

   - Remove unused internal function (Carlos Daniel Ruvalcaba Valenzuela)
   - Bring docs up to date with GObject (rather than GtkObject) usage (Kai Willadsen)

  Translators

   - Rostislav Raykov (bg)
   - Adam Weinberger (en_CA)
   - Francisco Javier F. Serrador (es)
   - Ravishankar Shrivastava (hi)
   - Laszlo Dvornik (hu)
   - Takeshi AIHANA (ja)
   - Changwoo Ryu (ko)
   - Žygimantas Beručka (lt)
   - Sanlig Badral (mn)
   - Tino Meinen (nl)
   - Kjartan Maraas (no)
   - Gnome PL Team (pl)
   - Duarte Loreto (pt)
   - Laurent Dhima (sq)
   - Christian Rose (sv)
   - Maxim Dziumanenko (uk)

2.7.3.1
=======

  Fixes

   - Make --makefile-install-rule worky again (Mark)
   - Remove an outdated comment from the path file (Fernando Herrera)

  Translators

   - Alexander Shopov (bg)
   - Miloslav Trmac (cs)
   - Gareth Owen (en_GB)
   - Laurent Dhima (sq)

2.7.3
=====

 Features

  - Switch on "subtree-in-a-file" at certain points in the tree (Mark)
      o See http://mail.gnome.org/archives/desktop-devel-list/2004-June/msg00424.html
  - Add --unload to gconftool which complements --load (Julio M. Merino Vidal, Mark)
  - Add --sysgconfsubdir configure argument (Julio M. Merino Vidal)
  - Make gconfd reload all databases on SIGHUP (Josselin Mouette)

 Fixes

  - Fix gconfd segfault from freeing the default database twice (Mark)
  - Warn in docs to call g_type_init() before using GConfCient (Leonardo Quijano Vincenzi)
  - Don't create a dir during docs build if not needed (Julio M. Merino Vidal)
  - Encode non-ascii GConf keys using a more compact encoding (Mariano Suárez-Alvare)
  - 64-bit fix (Joe Marcus Clarke)
  - Plug a leak (Kjartan Maraas)

2.7.1
=====

 Features:

  - Add a --ignore-schema-defaults argument for use with gconftool-2 --dump (Mark)
  - Add API to construct databases from arbitrary stacks of sources (Mark)
  - Allow backends to notify the daemon of changes (Cyrille Moureaux, Mark)
  - Add vtable size mismatch detection (Mark)

 Fixes:

  - Fix accidental use of a C99ism (Morten Welinder)
  - Fix random crashes when unsetting keys (Richard Hult)
  - Fix .gconfd/saved_state growing to a huge size (Gustavo Giráldez)

 Translators:

  - Gisela Carbonell (ca)
  - Miloslav Trmac (cs)
  - Adam Weinberger (en_CA)
  - Gareth Owen (en_GB)
  - Francisco Javier F. Serrador (es)
  - Hizkuntza Politikarako Sailburuordetza (eu)
  - Christophe Merlet (RedFox) (fr)
  - Nirav, Ankit, Ankur, Atit, Bhavin, Kartik, Khushbu, Sweta. (gu)
  - helgi (is)
  - Alessio Frusciante (it)
  - Kjartan Maraas (no)
  - Laurent Dhima (sq)
  - Данило Шеган (sr)
  - Yuri Syrota (uk)
  - Funda Wang (zh_CN)
2004-09-21 16:44:50 +00:00
jmmv
25df1a0fba Update to 1.6.0. This version corresponds to GNOME 2.8.0.
Overview of changes between 1.5.2 and 1.6.0
===========================================
* Add OpenType support for Hebrew [Dov Grobgeld]
* Win32 bug and build fixes [Tor Lillqvist, Hans Breuer, John Ehresman]
* Misc bug fixes [Behdad Esfahbod, Jatin Nansi]

Overview of changes between 1.5.1 and 1.5.2
===========================================
* Support 'init' feature for Bengali [Sayamindu Dasgupta]
* Allow 32-bit property fields in OpenType code
* Optimize repeated property lookups in OpenType code
* Misc bug fixes [Behdad, Keith Sharp, Morten Welinder]

Overview of changes between 1.5.0 and 1.5.1
===========================================
* Add ellipsization support to PangoLayout
* Add pango_context_get_font_map().
* Fix metrics for the Xft backend when a transform is in effect
* Separate out backend-independent parts of pangoft2topgm for
  future rendering testbeds.
* Code cleanups (use G_DEFINE_TYPE, make PangoMatrix parameters const)
* Add a GType for PangoMatrix [Torsten Schoenfeld]
* Misc bug fixes [Morten Welinder]
2004-09-21 16:43:52 +00:00
jmmv
24054fee56 Update to 1.8.0. This version corresponds to GNOME 2.8.0.
While here, move documentation to share/doc, out of share/doc/html.

Changes in version 1.8.0
========================
* Add translations: Bosnian [Kenan Had\305\276iavdi\304\207],
Norwegian [Kjartan Marass], Gujarati [Ankit Patel]

* Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland],
Vietnamese [Nguy\341\273\205n Th\303\241i Ng\341\273\215c Duy],
Turkish [Baris Cicek], German [Hendrik Richter],
Greek [Nikos Charonitakis], Arabic [Arafat Medini],
Brazilian Portuguese [Raphael Higino], Nepali [Pawan Chitrakar],
Danish [Martin Willemoes Hansen], Albanian [Laurent Dhima],
Finnish [Pauli Virtanen], Azerbaijani [M\311\231tin \306\217mirov] ,
Polish [Artur Flinta], Panjabi [AmanPreet Singh Alam],
Serbian [Danilo \305\240egan], Mongolian [Sanlig Badral],
Russian [Russian team <gnome-cyr@gnome.org>], Dutch [Timo Meinen],
Ukranian [Maxim Dziumanenko], Canadian English [Adam Weinberger],
Simplified Chinese [Funda Wang], Basque [I\303\261aki Larra\303\261aga]

Changes in version 1.7.3
========================
* Minor updates to documentation.

* Update translations: Hindi [Guntupalli Karunakar], Czech [Miloslav Trmac],
Portuguese [Duarte Loreto], Japanese [Takeshi AIHANA],
British [David Lodge], Spanish [Francisco Javier F. Serrador],
Korean [Changwoo Ryu], Albanian [Laurent Dhima]

Changes in version 1.7.2
========================
* Added new role ATK_ROLE_EMBEDDED.. (bug #147989)

* Add support for AtkRectangle and correct definition of
"bounds-changed" signal.

* Update translations: Nepali [Pawan Chitrakar], Albanian [Laurent Dhima]

Changes in version 1.7.1
========================
* Allow locale dir to be not hardcoded into binary. (bug #1289006)

* Add translations: Turkmen [M\303\274hemmet Amut]

* Update translations: Hungarian [Andras Timar],  Bulgarian [Rostislav Raikov]

Changes in version 1.7.0
========================
* Add "bounds-changed" signal for AtkComponent. (bug #140476)

* Add new state ATK_STATE_TRUNCATED and new relation
ATK_RELATION_PARENT_WINDOW_OF. (bug #133375)
2004-09-21 16:43:25 +00:00
jschauma
feb5cc34dd If we're on Linux, build-depend on archivers/zip so the jars can
be built correctly.  Suggested by pancake at phreaker dot net in
PR pkg/26979.
2004-09-21 13:49:41 +00:00
wiz
b5c0f9aaf3 Updated automake to 1.9.2:
Bugs fixed in 1.9.2 (10th anniversary release):
* Sort rm commands output for mostlyclean-generic, clean-generic,
  distclean-generic and maintainer-clean-generic, so that the produced
  Makefile is not sensible to the way Perl sorts its hashes.
* Support `+' in the name of directories given to `include'.
* Preserve spaces in the arguments of `compile'.
* `missing' will no longer try to emulate a tool that is run
  with `--version' or `--help' as argument.
* Noteworthy manual update:
  - There is a new chapter about the history of Automake.
2004-09-21 12:21:05 +00:00
wiz
eca4b9960c Update to 1.0.0:
12292003 - Updated CodeWarrior projects from CW6 to CW7, and made a bunch of
           patches to get the Mac Classic target building again. Removed
           zlib114 from CVS repository. Updated OS/2 build batch file.
           Added Z_PREFIX define to Unix builds that use internal zlib.
           Patched up some (outdated?) Visual C project files for zlib121.
           Patched Doxyfile and physfs.h for newer Doxygen. Fixed OS/2
           build script. Tweaked Project Builder files to at least compile.
           Added some last minute BeOS and Cygwin build fixes. Updated
           Visual Studio projects and tweaked some Makefile.am crap. Made
           changes so Visual Studio files would pack with DOS endlines and...
           Upped version to 1.0.0 (woohoo!).
12222003 - Fixed a search-and-replace mistake in win32.c that preventing
           compiling on Windows. (thanks, Brian!) Converted VC6 .dsp to use
           zlib121; made Z_PREFIX=1 enabled by default to avoid link clashes;
           put zlib files in separate logical folder in .dsp project; updated
           zlib121/zconf.h to address remaining symbols that were still
           causing link warnings.
12182003 - WAD archiver now puts maps into subdirectories, making them
           accessible to the application. (Thanks, Travis!) RPM spec and
           Makefile.am* now package zlib_license_change.txt (Thanks, Edward!)
12142003 - Added Doom WAD support (Thanks, Travis!)
12082003 - Fixed some win32.c deficiencies that Robby Dermody pointed
           out (thanks!)
12072003 - Upgraded internal zlib to 1.2.1 (thanks, Adam!) Other
           Unix build fixes.
11112003 - Patches to make OS/2 support compile again.
11092003 - Added __PHYSFS_platformStrnicmp(), and made qpak.c case-insensitive.
09122003 - Happy September. Actually released current tree as 0.1.9.
08262003 - Added MiNT support to build process and fixed cross-compiling
           (thanks Patrice Mandin!)
08092003 - Some Windows build fixes (thanks, Brian Hook!)
07232003 - Upped version to 0.1.9.
07202003 - Switched to zlib license (see new LICENSE text in root of source
           tree, and zlib_license_switch.txt for details). Had to remove
           archivers/qpak.c, the Ruby bindings from the extras directory, and
           the Russian and Spanish translations, since those contributors
           couldn't be contacted. If they show up, we'll readd them to the
           project, otherwise we'll eventually replace their work...everyone
           else signed on for the change. Committed a patch to convert all
           tabs to spaces (Thanks, James!). Added patch to zip.c to fix
           crash (thanks, dillo!). Reimplmented qpak.c, by welding together
           bits of grp.c and zip.c. Ed contacted me, so I could readd his
           contributions post-license change...I'm going to keep the new
           qpak.c, but I've readded his Ruby bindings and Russian translations.
06112003 - Patches to globbing.c to handle corner cases (thanks, Bradley!).
06102003 - Added globbing.c to "extras" directory.
05232003 - Rewrote MacOSX/Darwin CD-ROM detection code to use IOKit, which is
           much much more accurate than the previous code. Updated
           configure.in and Makefile.am.newautomake for some MacOSX stuff.
05222003 - Fixed win32 crash if PHYSFS_init() is called with a NULL.
05182003 - PocketPC fixes (thanks, David Hedbor!)
05162003 - Compiler warning cleanup in HOG and MVL archivers (Thanks, Bradley!)
04082003 - Minor changes to extras/abs-file.h (Thanks, Adam!)
03302003 - Fixed seeking in uncompressed ZIP entries, and handle a
           misbehaviour in Java's JAR creation tools. Thanks to "Tree" for
           pointing these bugs out. Added HOG and MVL archive support for
           Descent I and II (Thanks, Bradley Bell!). Added example code to
           do case-insensitive file searches ("extras/ignorecase.*").
03192003 - Fixed problem in PHYSFS_mkdir() when dirs to be created already
           exist. Fixed problem where PHYSFS_mkdir() incorrectly tripped an
           alarm in __PHYSFS_verifySecurity().
03122003 - Attempt at cleaning up some type correctness for VC++6. Made QPAK
           archiver case-insensitive (since Quake2 has problems without it).
01302003 - Added buffering API to OS/2 build's exported symbol list. Updated
           CWProjects.sit and made several fixes to get physfs building on
           MacOS Classic again.
01282003 - Fixed seeking in buffered files opened for read.
01072003 - .NET assembly and C# wrapper by Gregory S. Read in the extras dir.
2004-09-21 00:30:59 +00:00
wiz
0d6265994e Update to 0.5.5:
* Version 0.5.5 (released 2004-09-13)

** Hide accidentally exported variable g_utf8_skip, by marking it as static.

** Various fixes.

** API and ABI is backwards compatible with the previous version.
g_utf8_skip: REMOVED.  (But never meant to be used.)

* Version 0.5.4 (released 2004-08-08)

** Translation updates.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.3 (released 2004-08-05)

** Fix crash in `idn --tld' command line tool.

** API and ABI is backwards compatible with the previous version.

* Version 0.5.2 (released 2004-07-14)

** Java "make install" rules are now DESTDIR compatible.

** API and ABI is backwards compatible with the previous version.
2004-09-20 23:35:50 +00:00
wiz
b12efbb1f7 Update to 0.3.3:
* 18 September 2004   Revision 0.3.3

** Use const for buildSmbNtlmAuthRequest() and buildSmbNtlmAuthResponse().

** Source code is indented according to GNU Coding Standard.
2004-09-20 23:24:58 +00:00
snj
47133f5e28 Update to giblib-1.2.4.
Changes:
* Fixes made to btree find_by_data
* pkgconfig patch from Eric Dorland
* Fixes some gib_hash glitches including a possible core dump

While here, I might as well take maintership.
2004-09-20 21:56:49 +00:00
adrianp
577d336e5d - Update apr to 2.0.51
- Fix permissions on installed .h files

- ok'ed snj@, wiz@
- Thanks to epg@ for final check

This version of Apache is principally a bug fix release. Of particular note is
that 2.0.51 addresses five security vulnerabilities:

An input validation issue in IPv6 literal address parsing which can result in
a negative length parameter being passed to memcpy.
[CAN-2004-0786]

A buffer overflow in configuration file parsing could allow a local user to
gain the privileges of a httpd child if the server can be forced to parse a
carefully crafted .htaccess file.
[CAN-2004-0747]

A segfault in mod_ssl which can be triggered by a malicious remote server,
if proxying to SSL servers has been configured.
[CAN-2004-0751]

A potential infinite loop in mod_ssl which could be triggered given
particular timing of a connection abort.
[CAN-2004-0748]

A segfault in mod_dav_fs which can be remotely triggered by an indirect lock
refresh request.
[CAN-2004-0809]

For further details, see http://www.apache.org/dist/httpd/Announcement2.html
and http://apache.rmplc.co.uk/httpd/CHANGES_2.0.
2004-09-20 17:13:06 +00:00
wiz
030ad0d00c Add more PRINT_PLIST_AWK, and add package name to inserted comment. 2004-09-20 14:50:28 +00:00
wiz
1695c996ac Add some PRINT_PLIST_AWK lines. 2004-09-20 12:28:26 +00:00
adam
a29c7b8b22 Changes 1.4.1:
* maketemp now creates an empty file with the given name, instead of merely
  returning the name of a nonexistent file.  This closes a security hole.

(Now it builds on Darwin/MacOSX; no more 'sigstack' linking error.)
2004-09-20 07:58:20 +00:00
epg
1792b57d41 Update to Version 1.0.7.
(17 September 2004, from /branches/1.0.x)
http://svn.collab.net/repos/svn/tags/1.0.7

 User-visible-changes:
 * fixed: win32 'file not found' error [issue #1862]
 * fixed: 'svn st -u' crash (r10841)
 * fixed: potential repos corruption; ensure stdin/out/err always open (r10819)
 * fixed: allow propnames containing ":" to be fetched via http:// (r10190)
 * fixed: allow user to interrupt between authentication prompts (see r11014)
 * fixed: work around +t directory-creation bug in APR (r10616, 10638, 10642)
 * various small fixes to Book

 Developer-visible changes:
 * fix library dependencies for bindings (r9338, 9340)
 * java bindings: fix a crash and other bugs (r9883, 9905, 8027)
 * perl bindings: various fixes (see r11023)

pkgsrc changes:

Remove devel/subversion/patches/patch-aa.  This will cause the other
packages that build from the subversion tar file to build a little
slower, because they will unnecessarily rebuild subversion libraries.
Everything still works and this file is a massive pain to update with
every new release.
2004-09-19 00:14:52 +00:00
agc
70816e7d32 Make this package build in the presence of statvfs(2) 2004-09-16 13:34:13 +00:00
agc
1075e7d7ab Fix the build on NetBSD-2.0D and later with statvfs(2). 2004-09-15 16:45:44 +00:00
minskim
d24e84867e Make this package build on Linux.
- Do not declare getopt() because the correct declaration is in
    getopt.h.
2004-09-13 06:07:03 +00:00
kristerw
e2549d25fe Update PLIST after the recent upgrade.
Bump PKGREVISION.
2004-09-12 19:03:15 +00:00
uebayasi
ff2a6b3825 Update semi to 1.14.6nb1.
Correct dependency versions following as ${WRKSRC}/README.en says.

Bump revision to 1.
2004-09-12 02:37:24 +00:00
jmmv
8eef112b5a Remove devel/cmdline: it is unmaintained and does not build with recent
versions of GCC 3 (in fact, it already had lots of patches to fix C++
stuff, but still had problems).  Ok'ed by jlam@, who imported it in the
first place.  Not used by any other package nor anyone else (as seen in
tech-pkg@).
2004-09-11 14:56:32 +00:00
wiz
c47ffc808a Update to 0.8, and add patches from FreeBSD ports to make this build
with gcc3 (only, so GCC_REQD=3.0 now).

Changes since 0.7:
- Piotr Klaban helped to port the library under
  Sun Solaris 2.6.
- Vitaly Fedrushkov fixed some warnings with egcs
  and improved signal handling.
- Artur Harasimiuk fixed a bug in TMemo.cc.
- Thorsten Dittmar helped to spot a
  buffer overflow problem in asm.cc.
- Vladimir Zarozhevsky sent a patch for bsdi.
- Sergey Clushin ported the help compiler.
- Helmut Fahrion
2004-09-10 19:32:44 +00:00
wiz
43a5790d48 Update to 0.9.3: fixes build on 2.0_BETA.
Changes in 0.9.3:
Fixes one small possible bug in the generated output. ych instead
of yych is output in certain circumstances.
Changes in 0.9.2:
This release fixes most of the known problems with re2c and adds
a few new features as well.
2004-09-10 18:52:29 +00:00
uebayasi
b6dd4f35c9 Update semi to 1.14.6. Patch from Miles Nordin.
Non-bug fix changes:

	* pgg-gpg.el (pgg-gpg-process-region): Set environment variable
	LANGUAGE as well.  GNU gettext gives precedence to LANGUAGE over
	LC_ALL, when different language code is specified.  Thanks to
	Tatsuya Kinoshita <tats@vega.ocn.ne.jp>.
	[cf. <emacs-mime-ja:1599>]
	* pgg-gpg.el (pgg-gpg-messages-locale): New user option.
	(pgg-gpg-process-region): Set environment variable LC_ALL when
	pgg-gpg-messages-locale is specified.
	* pgg-def.el (pgg-messages-locale): New user option.
	(mime-add-application/pgp-keys): Ditto.
	* mime-play.el (mime-play-delete-file-immediately): New user option.
	(mime-mailcap-method-sentinel): Use it.
	(mime-mailcap-delete-played-files): New function; set up for
	`kill-emacs-hook'.
	* mime-edit.el (mime-charset-type-list): Add entry for iso-8859-1[45].
	* mime-edit.el (mime-edit-user-agent-value): Add a setting for
	XEmacs CHISE.
	* semi-def.el (mime-should-use-popup-menu): New function.
	(mime-select-menu-alist): Renamed from select-menu-alist, change
	its behavior according to mime-should-use-popup-menu.
	* mime-view.el (mime-save-situation-examples): Bind print-length
	and print-level.
	* README.ja: new file, Japanese translation of README.en.
	Spaces between ascii and Japanese characters are added.
2004-09-10 17:10:24 +00:00
uebayasi
f36a4c9655 Update flim to 1.14.6. Patch from Miles Nordin.
Changes:

	* mime-def.el (mime-header-accept-quoted-encoded-words): Change
	default value to nil.
	* eword-decode.el (eword-analyze-quoted-string): Decode
	quoted-encoded-words when
	`mime-header-accept-quoted-encoded-words' is not nil.
	* mime.el (mime-entity-filename): Decode quoted-encoded-words when
	`mime-header-accept-quoted-encoded-words' is not nil.
	* mime-def.el (mime-header-accept-quoted-encoded-words): New user
	option.
	* eword-encode.el (mime-header-charset-encoding-alist): Add
	entry for iso-8859-1[45].
	* FLIM-ELS (flim-modules): Install mel-b-el also for
	mel-b-builtin case. (from Tatsuya Kinoshita)
	* eword-encode.el (tm-eword::words-to-ruled-words): New
	implementation for UTF-2000 implementations.
2004-09-10 16:33:57 +00:00
wiz
74b0961b5b Remove libg++; it has been discontinued in 1998. 2004-09-10 16:14:03 +00:00
drochner
b138b442a4 add one... 2004-09-10 11:20:03 +00:00
minskim
3b4738fc7f Regen. 2004-09-09 23:24:12 +00:00
wiz
d3b678a6a6 Bump PKGREVISION for two new patches. 2004-09-09 22:26:27 +00:00
wiz
0c30218580 regen to fix offsets. 2004-09-09 22:26:17 +00:00
wiz
c7247dff29 From Ian Lance Taylor <ian@wasabisystems.com>:
* recurse.c (do_recursion): Correct test for calling
        server_pause_check to occur when locktype != CVS_LOCK_WRITE.
2004-09-09 22:26:09 +00:00
wiz
4e096b8547 From otto@OpenBSD:
Do not evaluate this->next after calling the handler; the handler may
have clobbered it. Resolves core dumps of cvs server on user ^C.
2004-09-09 22:25:16 +00:00
wiz
a5ab318dce Update to 1.0:
* gcvs 1.0b2
- callback.[ch], interface.[ch] and support.[ch] will be
  created automaticaly if gcvs.glade is newer
- add debug statement to check what envirment cvs gets
  (activated by -DqCvsDebug=1)
* gcvs 1.0b2
- fixed Bug #507525
- fixed memory leaks while changing enviroment
- updated INSTALL file for using CVSGUI111 branch
- project- and spec-file updated to new beta
* gcvs 1.0b1:
- add forgotton headers to makefiles for building distribution
- update project file and version-strings

Makes the package build with gcc3.
2004-09-08 16:21:53 +00:00
wiz
7aa423d2e4 Fix PLIST. 2004-09-08 15:39:15 +00:00
wiz
38e6dbc45b Update to 3.4.10:
FEATURES:
- added crufty XML DocBook support
PORTABILITY FIXES:
- fixed a g++ 3.0 compilation problem
2004-09-08 14:32:34 +00:00
wiz
8a5580cfb4 This needs tigetstr from ncurses and rl_mark and others from GNU readline,
so set USE_NCURSES and USE_GNU_READLINE. Should fix bulk build.
2004-09-08 14:00:58 +00:00
wiz
c453a7da0d Update to 2.500 (should fix bulk build).
Changes since 2.037: 4 years of active development, and about 1000 lines
of NEWS included in changes.txt in the archive.
2004-09-08 13:32:31 +00:00
adrianp
db53091a9b - Update cxref to 1.5g - fixes build on 2.0_BETA
- ok'ed wiz@

Changes include bug fixes and optimisation, for full details see:

http://www.gedanken.demon.co.uk/cxref/#version-status
2004-09-07 21:38:28 +00:00
jmmv
a5faf261f5 Fix master sites and homepage. 2004-09-07 20:35:31 +00:00
danw
1472db3249 make this use libtool rather than assuming linux-like shlib build rules.
bump PKGREVISION for soname change
2004-09-06 20:38:36 +00:00
wiz
63b1a14ccf Sort. 2004-09-05 18:41:49 +00:00
jschauma
8015d63d2b Add a prototype for packages_get_other_cflags in pkg.h.
(Happens to fix the build under IRIX.)
2004-09-04 21:51:20 +00:00
schmonz
5c46d8830f Update to the 2.5 release. The previous version in pkgsrc was
actually 2.5rc1. From the changelog:

* Jam 2.5 is merely Jam 2.5rc3 of April 2003 with the rc3
    moniker removed.)

* Using SubDir to include a subpart of an SubDir tree now works.
    Previously, you could only include the root of another SubDir
    tree. This example includes the ../server/support/Jamfile,
    without getting confused as to the current directory:

        SubDir ALL src builds ;
        SubInclude ALL src server support ;

* Undocumented support for SUBDIRRULES, user-provided rules to
    invoke at the end of the SubDir rule, and SUBDIRRESET, SUBDIR
    variables to reset (like SUBDIRC++FLAGS, SUBDIRHDRS, etc) for
    each new SubDir.

* Remove NT FQuote rule, as, \" is required to pass quotes on the
    command line.

* Remove temp .bat files created on NT. They used to all have the
    same name and get reused, but with 2.5 the names were salted
    with the PID and they would litter $TEMP. Now they get removed
    after being used.

Set DIST_SUBDIR since Perforce seems to make a habit of updating
distfiles without changing filenames. (This occurrence spotted by
Lars Nordlund.) The zip file no longer extracts into a subdir; set
WRKSRC accordingly.

Bump PKGREVISION.
2004-09-04 13:56:46 +00:00
seb
5ef35803b0 Update to version 1.0.0.
Please note that this is the first released version of cvs2svn.
Previously this package used snapshots from the trunk of cvs2svn repository.
Hence I'm not providing here all the changes since the latest packaged
version.

XXX cvs2svn depends on sort(1) with '-T' option. A dependency and a patch
to resort on GNU sort from coreutils may be required.

XXX There's an issue on NetBSD 1.6.* platform about non-ascii charset.
The test 27 from cvs2svn test suite fails. This is an svn(1) issue.
2004-09-04 13:42:47 +00:00
grant
d9cd8b4348 COMMENT tweak 2004-09-04 07:53:20 +00:00
jmmv
eac9eb7366 Update to 2.6.2.1:
Fixes
 - Activate window in workspace switcher only if its on the current workspace
   (Elijah Newren)
 - Use timestamp with _NET_CLOSE_WINDOW (Anders Carlsson)

 Translators
 - John C Barstow (mi)
 - Laurent Dhima (sq)
2004-09-03 13:06:25 +00:00
grant
ff6a56915a tweak COMMENT: uppercase UNIX, s/macro-processor/macro language processor/ 2004-09-03 09:47:05 +00:00
wiz
e43afec72b Revert previous: libgail-gnome pulls in too many dependencies and it
is not really needed. However, add a MESSAGE recommending its installation
(the shared library is dynamically loaded if it exists, so it can be
installed after glade2 has been installed).

Bump PKGREVISION to 2.

Ok'd by jmmv.
2004-09-02 19:24:15 +00:00
schmonz
0106882d74 Include zlib's buildlink3.mk. 2004-09-02 16:53:20 +00:00
jmmv
aa99bc3546 Update to 2.4.0: the code has been marked as stable and some cleanups have
been done.
2004-09-02 12:14:29 +00:00
recht
da6179bc89 Fix a typo in CONFIGURE_ARGS and set diff3 for the diff3 program and
not diff. This fixes the build on Darwin.
Patch by Clément MATHIEU in PR 26831

Bump PKGREVISION to 2.
2004-09-02 11:54:56 +00:00
jmmv
b5920de134 Add some PRINT_PLIST_AWK magic for directories shared with GConf 1.x. 2004-09-02 11:50:24 +00:00
martin
d7a883b963 s/subversion/subversion-base/ to avoid a dependency loop. 2004-09-01 09:14:01 +00:00
reed
f381b34347 Added two patches for fixing possible security issue.
The CVS security ID is CAN-2004-0797.

The fix is same as used by OpenBSD, Debian and Gentoo.
(Didn't see any reference to issue on zlib webpages.)

The OpenBSD announcement "zlib reliabilty fix" says:
"could allow an attacker to crash programs linked
with it."

And the Gentoo announcement says "zlib contains a bug in the handling
of errors in the inflate() and inflateBack() functions. ... An
attacker could exploit this vulnerability to launch a Denial of
Service attack on any application using the zlib library."

PKGREVISION is bumped and BUILDLINK_RECOMMENDED.zlib added to
buildlink3.mk file.
2004-08-31 23:16:23 +00:00
jmmv
1b231e6eff Depend on libgail-gnome so that accessibility options can be configured for
widgets.  Problem found by wiz@.  Bump PKGREVISION to 1.
2004-08-31 18:11:03 +00:00
jmmv
f11391f5f7 Initial addition. 2004-08-31 18:10:25 +00:00
jmmv
9f0f2d9edd Update to 2.6.1.2:
2004-05-16  Anders Carlsson  <andersca@gnome.org>

	* configure.in: Release 2.6.1.2

2004-05-15  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Post release bump.
	* libgnome/gnome-program.c: (gnome_program_instance_init):
	Merge fix for bug #142502 from HEAD.

2004-05-02  Anders Carlsson  <andersca@gnome.org>

	* libgnome/gnome-program.c: (gnome_program_get_property):
	Fix memory leak. (#135773, Christian Persche)

2004-05-02  Anders Carlsson  <andersca@gnome.org>

	* configure.in:
	* doc/reference/Makefile.am:
	* doc/reference/libgnome-docs.sgml:
	* doc/reference/version.xml.in:
	Put version number in reference docs.
	(#125759, Steve Chaplin)

2004-05-02  Anders Carlsson  <andersca@gnome.org>

	* libgnome/gnome-sound.c: Fix crash when reading invalid
	audio files. (#124519, Chris Lahey)
2004-08-31 14:18:32 +00:00
jmmv
f00f5d1fb5 Pick up maintainership (something I should have done a long while ago...) 2004-08-31 11:53:07 +00:00
jmmv
99cb026f0e Update to 1.4.1:
Changes in the package
======================
* Install compatibility symlinks for shared libraries to not break binary
  programs linked against 1.4.0.  This is just a workaround for our broken
  libtool naming scheme and should be removed when it is fixed.  Agreed
  by rh@.
* Move installation of documentation to doc/, out of doc/html.

Overview of changes between 1.4.0 and 1.4.1
===========================================
* Win32 bug fixes [Tor Lillqvist, John Ehresman]
* Thai rendering improvements including OpenType support
  [Theppitak Karoonboonyanan]
* Fix common crash in Hangul shaper [Changwoo Ryu]
* Fix various problems with language tag selection [Frederic Zhang]
* Documentation improvements [Felipe Heidrich, Doug Quale]
* Fix crash in line break code [Jeroen Zwartepoorte, Billy Biggs]
* Build fixes [J. Ali Harlow, Noah Misch]
* OpenType engine fixes [Kailash C. Chowksey, Sayamindu Dasgupta, Aamir Wali,
  Masatake YAMATO, Soheil Hassas Yeganeh]
* Indic module bug fixes [Chris Blizzard, Rajkumar S, Taneem Ahmed,
  Jungshik Shin]
* Misc bug fixes [Stanislav Brabec, Anders Carlsson, Behdad Esfahbod,
  Jody Goldberg, Theppitak, Sven Neumann, Manish Singh, Morten Welinder]
2004-08-31 08:21:47 +00:00
jmmv
f1adcfe64d Update to 0.8.0 (I'm back! ;-):
version 0.8.0:
	- g++ v3 abi demangler
	- x86 disasm: added undocumented ffreep (df c0) instruction
	- compiles with gcc 3.4
	- fixed buggy blockop-progress indicator
	- fixed ugly segfault with elf symbol loading
	- ppc disassebler updated (altivec instructions)
	- removed stefan's email address (dead)

version 0.8.0pre1:
	- disassembler:
		- IBM/Motorola PowerPC (PPC) (new)
	- file formats:
		- XBE (X-Box executable) support by Stefan Esser (experimental)
		- Mach-O header and image support for PPC and x86 (experimental)
		- FLT (Flat) support (experimental)
		- PEF support (experimental)
		- XCOFF32 support
		- COFF support for coff files without optional header
		- COFF big-endian support
		- ELF PPC support
		- ELF relocatable file support (experimental)
		- fixed buggy ELF reading code partially (thanks rpm28)
	- eval dialog: added function help
	- eval: not ('~') and logical-not ('!') operators
	- disassembler interface (int maxlen, not byte maxlen)
	- Win32: fixed access to native windows clipboard
	- Win32: high CPU usage problems fixed (sys_suspend() bugged)
2004-08-30 14:44:02 +00:00
jlam
8d572feba3 Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove
all options containing a path starting with a given directory name, and
"rename" to rename options to something else.
2004-08-28 06:05:31 +00:00
drochner
6f9085aa0b +boaconstructor 2004-08-27 15:09:08 +00:00
drochner
e92430b413 import boaconstructor-0.2.3, a Python IDE and interface builder,
based on wxGTK
still beta quality, but looks promising
2004-08-27 15:07:11 +00:00
drochner
7b5a27e1b9 +cgf+ 2004-08-27 13:11:10 +00:00
drochner
56116bc1bd import libcfg+-0.6.2, a
Command line and configuration file parsing library
2004-08-27 13:05:57 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
wiz
287672f90c Update to 0.10.3, provided by the maintainer Tim Bishop in PR 26764:
libstatgrab 0.10.3 (24 August 2004)

 * Add -f flag to statgrab to display floating-point numbers multiplied
   by an integer.
 * Add -K, -M and -G flags to statgrab to show byte counts in kibibytes,
   mebibytes or gibibytes.
 * Make statgrab-make-mrtg-config use the new flags to scale extremely
   large or small numbers so that mrtg can handle them.
 * Make statgrab-make-mrtg-config automatically detect network interface
   speeds.
 * Add support for FreeBSD 6.0-CURRENT.

libstatgrab 0.10.2 (27 July 2004)

 * Fix shared library version that when backwards in 0.10.1.

libstatgrab 0.10.1 (26 July 2004)

 * Use DESTDIR correctly when setting permissions at install time.
 * Fix disk stats to work with OpenBSD 3.5.
 * Fix disk stats on NetBSD 2.0 (statvfs instead of statfs).
 * Fix memory leak in process stats on NetBSD 2.0.
 * Add vxfs (Veritas filesystem) to list of known filesystems
   on Solaris.
 * Add more variables to the pkg-config file to suggest suitable
   ownership and permissions for binaries using libstatgrab.
 * Make sure statgrab.h can safely be included twice.
 * Fix statgrab to display network interface names even if they
   don't have IO stats (like the loopback interface on Solaris).
 * Add error reporting function that grabs errno.
2004-08-25 23:24:12 +00:00
seb
03f42043a8 No need to substitute INSTALL_INFO in PLIST anymore. 2004-08-25 18:46:18 +00:00