Commit graph

4170 commits

Author SHA1 Message Date
sjg
ec0ea33a4c Update to bmake-3.1.18 2003-04-30 07:58:45 +00:00
jtb
d7276263ef Update to version 1.4.5.
Changes:

* Allow scalar dataspaces to be used for parallel I/O.  QAK - 2002/11/05
* Added environment variable "HDF5_DISABLE_VERSION_CHECK", which disables
  the version checking between the header files and the library linked
  into an application if set to '1'.  This should be used with caution,
  mis-matched headers and library binaries can cause _serious_ problems.
  QAK - 2002/10/15
* Partially fixed space allocation inefficiencies in the file by
  improving our algorithms for re-using freed space.  QAK - 2002/08/27
* API tracing has been improved. Nested API calls don't screw up the
  output format; function call and return event times can be logged;
  total time spent in each function can be logged.  The following
  HDF5_DEBUG environment variable words affect tracing:
	trace   -- turn on/off basic tracing
	ttimes  -- turn on tracing and report event times and
                       time spent in each API function.
        ttop    -- turn on tracing but display only top-level
                       API calls.
* Several missing fortran APIs have been added to the library:

   h5get_libversion_f        h5tget_member_index_f  h5dget_storage_size_f
   h5check_version_f         h5tvlen_create_f       h5dvlen_get_max_len_f
   h5garbage_collect_f                              h5dwrite_vl_f
   h5dont_atexit_f                                  h5dread_vl_f

Functions h5dvlen_get_max_len_f, h5dwrite_vl_f, and h5dread_vl_f support
VL Length C APIs functionality for integer, real and string datatypes.
See HDF5 Reference Manual and HDF5 FORTRAN90 User's Notes for more
information and for the functions description.

* H5Fopen without the H5F_ACC_CREAT flag should not succeed in creating
  a new file with the 'core' VFL driver.  QAK - 2003/01/24
* Corrected metadata caching bug in parallel I/O which could cause hangs
  when chunked datasets were accessed with independent transfer mode.
  QAK - 2003/01/23
* Allow opening objects with unknown object header messages.
  QAK - 2003/01/21
* Added improved error assertion for nil VL strings.  It return error
  stack instead of a simple assertion.  SLU - 2002/12/16
* Fixed h5dump bug(cannot dump data and datatype) for VL string.
  SLU - 2002/11/18
* Fixed error condition where "none" selections were not being handled
  correctly in serial & parallel.  QAK - 2002/10/29
* Fixed problem where optimized hyperslab routines were incorrectly
  invoked for parallel I/O operations in collective mode.  QAK - 2002/07/22
* Fixed metadata corruption problem which could occur when many objects
  are created in a file during parallel I/O.  QAK - 2002/07/19
* Fixed minor problem with configuration when users specified /usr/include
  and /usr/lib for the --with-* options that some compilers can't
  handle. BW - 2003/01/23
2003-04-29 23:05:22 +00:00
jtb
be3c007c49 Add missing include file -- ncvalues.h. 2003-04-29 21:57:03 +00:00
gehenna
84c599317a cvsync 0.20.0 is out.
ChangeLog:
        * HEADS UP: Change the Protocol around 'SetAttr'.
          These changes remove the potential 'SetAttr' issue.
          If you use the old versions, please upgrade to 0.20.0 or higher.

        * Fix a bug that the default value of 'maxclients' isn't set properly.
2003-04-28 00:50:00 +00:00
jmmv
98da6ab90c Move documentation to share/doc/gettext. Bump PKGREVISION to 2. 2003-04-27 19:18:19 +00:00
cjep
73e8b9fb3c Whitespace police 2003-04-27 16:53:49 +00:00
cjep
841903b203 Lint: shorten SVR4_PKGNAME 2003-04-27 14:31:52 +00:00
cjep
3d8ec2ee7e Lint: shorten SVR4_PKGNAME 2003-04-27 13:24:33 +00:00
cjep
e4f6e5d985 Use ${SED}, ${GREP} and ${ECHO} 2003-04-27 11:01:09 +00:00
jmmv
9540d79669 Depend on gnome2-dirs to handle the shared share/gnome-2.0/ui directory.
Bump PKGREVISION to 1.
2003-04-27 09:59:13 +00:00
jmmv
c74a70ac5e This goes into the php3 category, not php, as all other php3 packages. 2003-04-25 20:24:17 +00:00
mjl
91c0b6fdae Update p5-Parse-RecDescent to 1.94
- Fixed bug in <reject> handling: failed to reject if $return
	  had been set.
	- Added two useful demos of restructuring nested data
	- Fixed doc bug re use of //
	- Localized filehandles, like a good citizen should
	- Misc doc bug fixes
	- Fixed Text::Balance dependency in Makefile.PL
	- Fixed bug that @itempos wasn't set up if referred to only in
	  an autoaction.
	- Fixed truncation bug in tracing contexts
	- Dramatically improved speed of line counting
	- Made item(s) and item(s /,/) behave consistently wrt %item
	- Added prototype <autorule:...> handling
	- Added outer block markers for <perl_codeblock>
	- Fixed multi-grammar precompilation
	- Fixed numerous snafus in tutorial.html
	- Added nesting level information to traces
	- Fixed resetting of $text after an <uncommit> rule.
	- Updated Text::Balanced to fix various bugs
	- Removed Text::Balanced from distribution (now a prereq only)
	- Fixed fatal error with $tracelevel
	- Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
2003-04-25 17:11:04 +00:00
rh
42fa95453a Update eel2 to 2.2.3.1
Major changes since 2.2.2 were:
    * New function eel_filename_get_rename_region
    * Accessibility updates
    * New eel-canvas that fixes zoom tearing
    * New functions for slave glade prefs widgets
    * Draw EelEditableLable frame even when text is empty

Major changes since 2.2.1 were:
    * New widget EelInputEventBox
    * Added canvas a11y support
    * CanvasGroup move redraw fixes
2003-04-25 08:13:29 +00:00
rh
3c976aea1b Update glade2 to 2.0.0. Notable changes include:
Glade 2.0.0	(Apr 11 2003)
===========

 o Hide GNOME widgets and stock items in GTK+ projects.
 o Made stock icon code more robust, hopefully fixing bug #105694.
 o Updated for newer GnomeDB.
 o Updated example text editor application for GTK+ 2.
 o Bug fixes, including a few crashers.


Glade 1.1.3	(Nov 2 2002)
===========

 o The widget tree now has icons & popup menus again.
 o Removed dependancy on gnome-common for generated apps.
 o Stopped generating any deprecated code.
 o Updated GnomeDB support.
 o Updated the generated signal callback argument names.
 o A few keynav improvements, including global accelerators like Ctrl+S.
 o Disabled support for typing in labels while hovering over widgets, as
   it is a bit too error-prone.
 o Added 'New' button back to toolbar in GNOME version!
 o A few bug fixes.
2003-04-25 06:00:26 +00:00
jmc
737b3024d7 Make this put the info files into @infodir@ rather than getting cute trying
to figure out the best place. Avoids breakage if some other package
accidently creates PREFIX/share/info.
2003-04-23 23:57:58 +00:00
jmc
4e67cf3263 Require texinfo 4.5 or greater 2003-04-23 16:59:51 +00:00
gehenna
1858fd16a6 cvsync 0.19.6 is released.
ChangeLog:
        * Fix a bug that the 'loose' feature doesn't work properly.
	* Fix a bug that both server/client tried to traverse wrong paths
          if a relative path calculated by the 'super' keyword is more than
          2 levels.
2003-04-23 13:15:34 +00:00
jmc
ae4e5680f4 Don't do CHECK_SHLIBS if this isn't a native build 2003-04-23 03:02:49 +00:00
wiz
b723d54099 Use ${LN} -sf to create symlinks.
Closes PR 21263 by Jeremy C. Reed.
2003-04-22 20:25:08 +00:00
abs
17a3289e52 Match 21064A-0 - from Mark Davies 2003-04-22 08:01:36 +00:00
mjl
82f0d22c00 Update p5-Class-ReturnValue to 0.51
The Changes file does not show anything beyond 0.40.
2003-04-21 18:10:37 +00:00
taca
2320df00b6 Update ruby-ri package to 0.8a.
`Quick patch' supplied by Rasputin <rasputin at idoru dot mine dot nu>.


2002-05-01  Dave Thomas  <Dave@Thomases.com>

	* ri/ri.rb: Fix bug where class names were output with
	underscores. Also tidy up some typos. Patch from Derek Peschel.

2001-08-18  Dave Thomas  <Dave@Thomases.com>

	* ri/ri.rb: Fix bug which failed to match plain 'blksize' because
	it couldn't parse out the classname part (File::Stat)

2001-08-15  Dave Thomas  <Dave@Thomases.com>

	* ri/ri.rb: Re-organize to allow can_handle? to be implemented
	without generating output. Add caching for loaded description files.

2001-08-13  Dave Thomas  <Dave@Thomases.com>

	* install.rb: Add support for DESTDIR (patch from Christian
	Lademann)

	* ri/ri.rb (defined?): New method to fid out if a particular
	name exists
	* post_process: convert --@ to -@ in a method name. (I can't to it
	in the text - there are too many other occurances of --).
2003-04-21 13:34:20 +00:00
rh
56a2527d5e Don't crash if GCONF2_SCHEMAS is undefined. 2003-04-21 00:12:33 +00:00
gehenna
f5e43023b3 cvsync-0.19.5 is out
ChangeLog:
	* Fix a bug that the 'SetAttrs' request for directories was issued in
          a wrong order.

	* New feature: loose

          Background:
          Proper CVS repositories don't have files with same file name
          inside/outside 'Attic' directory of the same directory. If both exist
          accidentally, it is very difficult to determine which file is the
          right one. So in the past, cvsync exits abnormaly with the
          'inconsistency' error message. But some CVS repositories has this
          inconsistency. It is unhappy for CVS repositories mirror sites to
          redistribute them.

          The 'loose' option provides a workaround for bogus CVS repositories.
          When cvsync detects a inconsistency, cvsync assumes that the a file
          with more recent modification time is right and don't exit.

          This feature is optional. The best way is to remove the
          inconsistencies from master sites, of course.

        * Fix a bug that when move a RCS file from inside/outside Attic to
          outside/inside Attic without chaging modifition time and permissions,
          cvsync can't detect the action.
2003-04-20 12:58:48 +00:00
rh
d9dcc96611 Remove unnecessary gnome-core dependency.
Depend on gnome-libs/bonobo/oaf instead.
Bump PKGREVISION.
2003-04-20 08:33:58 +00:00
jmc
22b01178c5 Update to reflect xemacs stable version # 2003-04-20 01:22:33 +00:00
rh
a91bf70d99 Make this work if PKG_DEVELOPER=yes 2003-04-18 08:07:48 +00:00
jschauma
1492c31478 Update eclipse to 2.1. New features and changes include:
- User customizable  key bindings
- editor navigation history
- improved default text editor
- improved editor linking behaviour
- better UI for editor/ viewing synchronization
- new Ant view
- new Ant editor
- External tools now use debugger-style launch configurations.
- more flexible project layouts
- java editor is more customizable
- find in file
- better java outline view
- hyperlinked java code
- improved conditional breakpoints
- stack trace hyperlinks
- new refactorings
- more java compiler options

and many more (see http://download.eclipse.org/downloads/drops/R-2.1-200303272130/whats-new.html)
2003-04-17 18:51:57 +00:00
uebayasi
af05b51988 Fix a typo in an Info entry. Bump revision to 2. 2003-04-17 04:56:34 +00:00
uebayasi
d4ca78288e Take care of a qkc(1)'s odd redirect behavior. 2003-04-17 02:15:07 +00:00
jmc
be6afbcb67 Add -DGL_GLEXT_LEGACY so glext.h doesn't get pulled in. It has typedef's in
it with items named 'id' which do not work with Objective-C
2003-04-15 20:51:44 +00:00
salo
6a8954f3e8 Updated to version 0.20.1.
Patches provided by Ossi Herrala (pkg/20725) and Marc Recht (pkg/20995).

Changes:

0.20.1:
=======
 User-visible changes:
 * fix svnadmin load bug so that property deletions actually occur
 * fix checksum compatibility issue for older repositories

0.20.0:
=======
 User-visible changes:
 * new compatibility rule: require only that each interim release be
                           compatible with the one before it (see HACKING)
 * ra_svn is still new so above rule doesn't yet apply
   (i.e. 0.20 over ra_svn is NOT compatible with previous releases)
 * merge infers the target path (see book chapters 4 & 8)
 * merge continues in presence of missing target file
 * merge's add notifications are no longer duplicated
 * commands can be safely interrupted (Ctrl-C)
 * --encoding global default in ~/.subversion/config
 * new option --editor-cmd
 * begin multi-release transition to escape binary properties over DAV
 * misc performance improvements

 Developer-visible changes:
 * RA vtable functions take pool argument
 * svn-config --includes path fixed
 * uuid at creation now complete
 * start having test failures throw exceptions rather than return errors
 * test suite option --cleanup with --verbose being default mode
 * continued diff library development
 * minor revprop hook changes
 * bug fixes: no diff on binary files (#1019), consistent error messages
   (#1181), version numbers in hook scripts (#1182), win98 codepage (#1186)

0.18.1:
=======
 User-visible changes:
 * editor environment variables no longer incorrectly required
 * 'svn help import' now displays correct usage
 * fix crashes in the internal diff library and ra_dav
 * fix Win9x/Me console issue
 * cvs2svn.py api fix
 * hot_backup.py now correctly removes old backups
 Developer-visible changes:
 * various rpm package fixes

0.18.0:
=======
 User-visible changes:
 * renamed the [default] section to [global] in the servers config file
 * compression option is now http-compression and lives in servers file
 * use internal diff by default rather than external program (#405 in
   progress)
 * symlinked hook scripts now run
 * read-only access flag (-R) for svnserve
 * quiet flag (--quiet) for svnadmin dump
 * --ignore-uuid and --force-uuid for svnadmin load
 * miscellaneous performance improvements
 * more work on the Book
 Developer-visible changes:
 * new authentication library libsvn_auth (#724)
 * new bdb table uuids
 * client context object in libsvn_client
 * more work on java and other language bindings
 * test framework now has a quiet option (-q)
 * miscellaneous small code cleanups
 * bug fixes: more valgrind memory bugs, apr xlate i18n mess (#872),
   non-existent URL checkout (#946), props on to-be-deleted files (#1066),
   ra_svn move/copy (#1084), eol translation (#1085), ra_svn
   checksumming (#1099), cat command corrupt output (#1104), cvs2svn
   memory consumption (#1107), merge of property add (#1109),
   '..' relative path (#1111), commit/cleanup/diff3 (#1119),
   .svn/entries checksum (#1120), svn commit in / (#1122),
   status on uncontrolled directory (#1124), commit message eol
   characters (#1126), cat -r PREV (#1134), ra_dav wcprops (#1136)
   split XML cdata/attribute encoding (#1118)
2003-04-15 16:23:22 +00:00
gehenna
8e78c2d7d7 cvsync-0.19.4 is out.
ChangeLog:
2003-04-15  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.19.4

        * Fix a bug that broken 'head' and 'branch' are written.

        * Make this compile on Solaris 9

        * Fix a bug to a server writes a wrong pid number to <pidfile>.
2003-04-15 15:03:08 +00:00
wiz
88634e6f47 Use gnet1 instead of gnet. Bump PKGREVISION. 2003-04-15 12:17:43 +00:00
gehenna
af2e162b63 cvsync-0.19.4
ChangeLog:
2003-04-14  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.19.3

        * Fix a bug that '@' is missing for 'comment'.

        * Improve the network performance.

        * Options (both)

                -V: Print the version number to standard error.
                -v: Verbose mode.

        * Options (server)

                -g: Specifies the group the server should run as.
                -u: Specifies the user the server should run as.
                -w: Sets the working directory of the server.
2003-04-14 12:31:34 +00:00
tron
2388dc6080 Use "gmake" to fix build problem under NetBSD-current. 2003-04-13 13:23:56 +00:00
uebayasi
6863a1e4a8 Add & remove files, forgot in last. 2003-04-13 04:16:16 +00:00
uebayasi
c9385b44f0 * Install Info docs. PR19079 from Ishit <ishit at pluto dot dti dot ne
dot jp>.
* Do some Makefile/PLIST clean-ups.

Bump revision.
2003-04-13 04:14:23 +00:00
uebayasi
9b1356ce00 * Install Info docs. PR19078 from Ishit <ishit at pluto dot dti dot ne
dot jp>.
* Do some Makefile/PLIST clean-ups.

Bump revision.
2003-04-13 03:55:51 +00:00
jschauma
4c2f646975 Improve description. 2003-04-12 16:23:44 +00:00
martti
fb64fd183c Updated p5-Storable to 2.06
* Remove qr// from t/downgrade.t
* Mention $File::Spec::VERSION a second time in t/forgive.t
* Fix t/integer.t initialisation
* Fix comparison tests to use eval to get around 64 bit IV conversion issues
* Alter t/malice.t to work with Test/More.pm in t/
* Change t/malice.t and the error message in check_magic
* Adds support for CODE references
2003-04-12 15:40:36 +00:00
jmmv
c68a867fff Update to 0.11:
o   Lots of bugfixes.

     o   The bt_pkgflags module was added, which provides a replacement for
         the pkg-config utility (not compatible).

     o   The bt_msg_summary() function was added to bt_config, which provides
         an homogeneous way to output diagnostic messages at the end of the
         configuration process.

     o   The bt_err() function in bt_config does not accept error codes any
         more as its first argument.

     o   The buildtool(1) manpage was rewrote, including a simple user refer-
         ence so people can easily learn how to build packages without having
         to dig into the big manual.
2003-04-12 10:14:26 +00:00
gehenna
088b7392d9 cvsync-0.19.2
ChangeLog:
2003-04-09  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.19.2

        * When the configuration file is updated, a server reloads it
          automatically.

        * Options (client)

                -4 : Forces a client to use IPv4 addresses only
                -6 : Forces a client to use IPv6 addresses only.

        * A server runs in background mode (default).
          When executed with -f option, a server runs in foreground mode.
2003-04-11 16:21:20 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
kent
a4b1af47b8 Stop using wchar_t.
Bump PKGREVISION.
2003-04-10 15:25:45 +00:00
grant
afdebcf9a4 make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last
- use the && operator consistently
- strip unneeded parens
- some whitespace cleanup
2003-04-10 01:28:03 +00:00
jmmv
390044f149 Add and enable yasm. 2003-04-09 16:00:49 +00:00
jmmv
16fe2a3677 Initial import of yasm, version 0.2.0:
YASM is a complete rewrite of the NASM assembler under the "new" BSD License
(some portions are currently under the GNU General Public License (GPL) or
the GNU Lesser General Public License (LGPL)). It is designed from the ground
up to allow for multiple assembler syntaxes to be supported (eg, NASM, TASM,
GAS, etc.) in addition to multiple output object formats. Another primary
module of the overall design is an optimizer module.

Package provided in pkgsrc-wip by Juan RP.
2003-04-09 15:59:46 +00:00
gehenna
e7bc476315 Update tarball - forgot to bump the patchlevel. 2003-04-09 06:26:28 +00:00
gehenna
e457aa78d5 cvsync-0.19.1
ChangeLog:
2003-04-08  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.19.1

        * Fix a bug to fail to mirror a repository when no pre-existing files.

        * Fix a bug that list operations fail when pre-allocated buffers are
          exhausted.

        * Even if a server fail to parse a RCS file, just ignore it and
          continue to run.

2003-04-05  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * Fix a bug that a packet length of protocol version is mistakenly
          calculated.
2003-04-09 02:43:59 +00:00
fredb
8d4bd3ca5c This distfiles hasn't been available from 'gd.tuwien.ac.at' for a long time. 2003-04-07 22:57:31 +00:00
seb
6af7334c16 Update to version 5.5.
Package change: $PKG_SYSCONFDIR/ctags.conf added as glogal,
configuration file, parsed before /etc/ctags.conf,
/usr/local/etc/ctags.conf and $HOME/.ctags

Changes since version 5.4:
ctags-5.5 (Tue Apr 1 2003)
* Changed kind indicator for methods from 'f' to 'm' [Tcl].
* Changed tags within interfaces to be disabled by default (like prototypes in
  C/C++) [Fortran].
* Removed explicit descriptions of individual --<LANG>-types options from
  --help output. See new --list-languages and --list-kinds options.
* Removed explicit list of supported languages and supported tag kinds and
  mapping patterns from man page. See new --list-languages, --list-kinds, and
  --list-maps options.
* Renamed --<LANG>-types option to --<LANG>-kinds (still accepts old name).
* Added --list-kinds option.
* Added --list-maps option.
* Added --list-languages option.
* Added support for dimensioned variables, contributed by Simon Bohlin [ASP].
* Added support for C# language.
* Added support for Erlang language, contributed by Brent Fulgham.
* Added support for HTML language files.
* Added support for JavaScript language files.
* Added support for SML (Standard ML) language, contributed by Venkatesh Prasad.
* Added mapping for .plx to Perl.
* Added tags for autocommand groups [Vim, Patch #664685].
* Added support for numerous language extensions [Fortran].
* Added '$', 'D', and 'd' in column 1 as comment characters [Fortran].
* Added special handling of --options=NONE to disable automatic reading of
  options from configuration files or environment.
* Added check for case-insensitive filenames to configure.
* Fixed problem with lower case <SID> tag [Vim, Bug #657327].
* Fixed problem recognizing indented code [Vim, Patch #664685].
* Fixed problem with infinite loop in certain comments [PL/SQL, Bug #629115].
* Fixed problem of incorrect extension field [C, Bug #639639].
* Fixed problem of empty scoping extension field [C, Bug #639644].
* Fixed missing tags for functions split across lines [PHP, Bug #681824].
* Fixed missing tags for nested subprograms using 'contains' [Fortran, Bug #670433].
* Fixed missing tags when variable has same name as keyword [Fortran].
* Fixed spurious tag when an array-spec occurs within an entity-decl [Fortran].
* Fixed mishandling of multiline raw strings [Python, Bug #699171].
* Fixed missing scope extension field on namespaces [C++, C#, Bug #665086].
* Fixed several bugs causing missed tags [Fortran].
* Fixed problem with --langmap option preventing clearing of map [Bug #688442].
* Fixed recognition of Unicode-8 characters [Java].
* Fixed man page errors and omissions.
* Fixed bug in readFieldValue() in readtags library.
* Fixed bug in option parsing in readtags command-line program.
* Fixed portability problems with DJGPP [Bug #692569].
* Fixed portability problems with Cygwin.
2003-04-07 09:30:42 +00:00
jtb
c842b329cd Remove ONLY_FOR_PLATFORM line. It works on any platform
supported by lang/icon.
2003-04-05 14:38:09 +00:00
gehenna
44cc88f13f cvsync-0.19.0
ChangeLog:
2003-04-04  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.19.0

        * HEADS UP: Change Cvsync Version Exchange Protocol
          If you use the old versions, please upgrade to 0.19.0 or higher.

        * Improve the performance to update sub-collection.
          When a server receives an update request of collections
          defined as sub-collection, the server sends differences
          of the sub-collection with a relative prefix based on the
          `super' collection.  The client can update only that directory.

        * REMARK:
                AIX 4.3.3 without IPv6
                BSD/OS 4.2
                Cygwin 1.3.22 without IPv6
                FreeBSD/i386 5.0-CURRENT (as of 2003/03/12)
                FreeBSD/i386 4.7-STABLE (as of 2003/03/05)
                FreeBSD/sparc64 5.0-CURRENT (as of 2003/03/05)
                Mac OS X
                NetBSD/alpha 1.6O with native pthreads
                NetBSD/i386 1.6P with native pthreads
                NetBSD/i386 1.6L with GNU Pth
                NetBSD/macppc 1.6M with native pthreads
                OpenBSD/i386 3.2-stable
                OpenBSD/sparc64 3.3-beta
                Solaris 8/SPARC

          Works fine on these platforms.

2003-04-01  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * Make this compile on AIX 4.3.3
2003-04-04 03:21:57 +00:00
wiz
1e0897c2c6 Update to 1.4.9:
Changes since 1.4.8
1. src/slarray.c: superfluous call to SLclass_add_math_op removed
   (Michael Noble)
2. src/slang.c: foreach (NULL) using("next"){} foo (); caused _NARGS=1
   in foo.
3. src/slarrfunc.c: Fix to prevent sum(NULL) from causing a core-dump.
4. src/slimport.c: import (module, "") made equivalent to
   import(module,"Global");  This way, import(module, current_namespace())
   will work when the current namespace is anonymous.
5. src/slospath.c: Several users have requested that I add the ability
   to define a load path and use that path when loading interpreter
   files.  To this end, several new functions were added to the API:

       char *SLpath_get_load_path (void);
       int SLpath_set_load_path (char *path);
         /* Get and Set the path to be searched for files */
       int SLpath_get_path_delimiter (void);
       SLpath_set_path_delimiter (int delimiter);
         /* Get and set the character delimiter for search paths */
       int SLang_load_file_verbose (int verbose);
         /* if non-zero, display file loading messages */

   New intrinsics include:

       set_slang_load_path
       get_slang_load_path
       path_get_delimiter

   These functions, nor the intrinsics have an effect on applications
   that use SLang_load_file_hook or SLns_load_file_hook for loading
   files.  The change should be transparant to applications that use
   the stock load file mechanism.  The main difference is that if one
   attempts to load a file with no extension, e.g., "foo", but the
   file does not exist, then the interpreter will try to load the more
   recent of "foo.sl" and "foo.slc".

   See src/slsh.c for how the functions may be used.

6. slsh/slsh.c: Updated to use the new search path code outlined
   above.  Also, slsh is distributed with a collection of general
   purpose slang functions, including jed's provide/require functions.
   See slsh/README for more information.
7. doc/tm/cslang.tm: Modified the section describing the implemetation
   of intrinsic functions in an effort to clarify the discussion.
8. src/slang.c: tiny memory leak resulting from peephole optimzations
   added earlier found and fixed.
9. src/slarrmisc.c: new intrinsic: cumsum computes the cumulative sum
   of an array via the new SLarray_map_array function.
2003-04-03 12:12:38 +00:00
wiz
1a7ebaad6c User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.
Bump PKGREVISION.
2003-04-03 08:25:33 +00:00
gson
cd2c67093a Added support for NetBSD/vax. 2003-04-03 04:15:45 +00:00
gson
d7d36d1637 Updated to version 1.4. 2003-04-03 04:02:47 +00:00
jmc
1a2859d833 INET6 needs to be disabled on solaris9 as well 2003-04-01 22:52:42 +00:00
markd
1cb1db4a9d Update KDE to 3.1.1.
Changes:

arts

 * Several memory corruption fixes.

kdelibs

 * kdialog: Fix screen numbering problem for centerOnScreen() static method
 * kprogress: Fix math problem in displaying correct percentage for large
   numbers
 * kio_http: Fix data processing for webdav(s) listing of directories and files
 * kate: Many small bugfixes, including:
   + Fixed code completion drop-down box position
   + Fixed "wrap cursor disabled" bugs
   + Fixed vertical scrollbar middle mouse behaviour
   + Fixed remove whitespace feature
   + Now clears the redo history when it is irrelevant
   + Fixed crash after starting up with a non-existant directory in the file
     selector history
 * kparts: Fix extension of transparently downloaded files, this fixes ark
   (used to display temp file instead of archive content)
 * klauncher: Fixed support for "Path=" entry in .desktop files. This entry
   can be used to specify a working directory.
 * kio: Don't let ChModJob's -X emulation interfere with mandatory file locking.
 * kdeui: Fix for alternate background coloring in Konqueror list views.
 * kdeui: Fix to prevent an event loop in conjunction with Qt 3.1.2.
 * kio/bookmarks: Properly handle multiple shown bookmarks with the same URL;
   fixes crash on exit in Konqueror when bookmarkbar is on and some bookmarks
   points to the same place
 * kstyles: Handle focus indicators on label-less checkboxes better
 * kdeprint: Don't freeze when there is no route to the selected CUPS server
 * SSL: add support for OpenSSL 0.9.7
 * SSL: ADH ciphers are now explicitly disabled in all cases
 * SSL: new CA root certificate added
 * Several Xinerama related fixes
 * QXEmbed fixes for various situations that don't handle XEMBED well
 * Java on IRIX with SGI 1.2 VM is fixed
 * khtml: Several major bugfixes, partially incorporated fixes from Safari as well.

kdeaddons

kdeadmin

 * Linux Kernel Configurator: Add details about the lightbulb icon's meaning
 * Linux Kernel Configurator: Support for more incorrect kernel configuration
   files

kdeartwork

kdebase

 * kcmshell: Restored backwards compatibility wrt KDE 3.0 module names
 * klipper: Escape "&" everywhere.
 * konsole:
   + Removed "get prompt back"-hacks, don't assume emacs key shell bindings.
   + Fixed usage of background images with spaces in the filename.
   + Profile support fixes (disabled menubar etc.)
   + Bookmarks invoked from "Terminal Sessions" kicker menu now set correct
     title.
   + Fixed a problem with the "Linux" font that prevented it from being used
     with fontconfig.
 * kdesktop: Made desktop menus pop up in unused Kicker space work.
 * kicker: Fixed empty taskbar sometimes showing scroll buttons.
 * konqueror:
   + Various startup performance improvements
   + Fix crash when sidebar tree expands hidden directory
   + Fix crash when config button hidden from config button's menu
   + Extensive fixes to Netscape plugins, fixing crashes and plugin support
   + Changes to default preview settings, making the defaults safer on various
     platforms
 * Java configuration module: Make it possible to properly configure Java in
   all cases
 * Previews: Fixed a privacy issue where previews of HTML files could access
   files or hosts on the network.

kdeedu

 * KStars:
   + Fixed bug #51708: No longer exits if starting position is below horizon
     (only affected some systems)
   + Fixed bug #52205: Country of Lhasa is China, not Tibet.
   + Fixed too-narrow coordinates field in statusbar.
   + Fixed bug in "length of day" calculator module; it now properly accounts
     for latitude and longitude

kdegames

 * Atlantik: Many small bugfixes, including:
   + Better handling of incoming messages
   + Fixed token animation
 * kbackgammon: Common crash fix.

kdegraphics

 * KIconEdit: Fix the ellipse/circle tool not to leave any "holes" in the
   drawings
 * Kooka: Some UI crashes fixed
 * KViewShell: Default paper size is fixed
 * KGhostView: Fixed wheel-mouse scrolling

kdemultimedia

 * KsCD:
   + Stopped KsCD from pausing after tracks in random mode
   + Correctly associate extra CDDB information with tracks
   + Support non-Latin encodings properly in CDDB entries and elsewhere
   + Proper systemtray behaviour
   + Updated key accel code to avoid depricated calls
 * Movie previews have been removed due to severe unresolved stability problems

kdenetwork

 * Desktop Sharing server (krfb):
   + fix problems on X11 servers with 8 bit depth
   + fix problems on X11 servers with big-endian framebuffer
   + allow X11 servers without XShm (thin clients). Warning: requires a lot
     of bandwidth
   + remove read timeouts. This should solve problems with some clients that
     got disconnected after a minute of inactivity (but increases the time to
     detect dead clients)
   + fix problem with clients that support both RichCursor and SoftCursor
     encodings (like krdc from HEAD)
 * Desktop Sharing client (krdc):
   + fix: when an error occurred in fullscreen krdc did not restore the
     original resolution
   + fix: krdc stopped to repaint the framebuffer after a disconnect while
     the error dialog was displayed
   + the quality setting in medium quality mode has been increased because
     the original setting looked too bad with Keramik

kdepim

 * KOrganizer bug fixes:
   + Use correct default duration for events crossing a day boundary (#53477).
   + Correctly save category colors (#54913).
   + Don't show todos more than once in what's next view.
   + Include todos in print output of month view (#53291).
   + Don't restrict maximum size of search dialog (#54912).
   + Make cancel button of template selection dialog work (#54852).
   + Don't break sorting when changing todos by context menu (#53680).
   + Update views on changes of todos directly in the todo list (#43162).
   + Save state of statusbar (#55380).
 * knotes: Escape "&" in note titles

kdesdk

 * Cervisia:
   + Fixed line break in protocol view
   + Fixed timestamp for files that are not in cvs (#55053)
   + Fixed handling of Cervisia's options like 'Update Recursively' when run
     as embedded part in konqueror (#55665)

kdetoys

 * kworldclock: Fixed that all clocks show the same time.
 * kweather: Made it work again with non-english locales. (#52147)
 * kweather: Prevent KWeather from looping and freezing Kicker when not
   connected to the internet.(#49191)

kdeutils

 * klaptopdaemon: Fix serious stalling problems on GNU/Linux with ACPI
 * kcalc: Now a KMainWindow instead of a KDialog to fix various UI
   inconsistencies
 * kdf: Support escapes in fstab

quanta

 * Bugfixes:
   + Allow resizing of the main window even with large user toolbars [#53230]
   + Insert valid DTD definitions [#53274]
   + Honor the View Default settings from Settings->Configure Editor [#53569]
   + Be less braindead regarding the Show DTD Toolbar setting [#53739]
   + Be able to select also directories in tag dialogs [#54819]
   + Do not complain about text files being binary ones on a system with
     broken mimetypes [#54924]
   + Bring up the "File Changed" dialog only, when the file content has
     changed[#55678]
   + Select Tag Area behaviour fixed for optional tags
   + Insert non-translated string in CSS code parts
   + Insert "border-top", "border-right", etc. correctly in CSS
   + Don't quote the script line more than once in the action configuration
     dialog
   + Memory leak fixed: editor parts were not deleted when a file was closed
   + Fix insertion of "img" tags in HTML documents
   + Upload/rescan project/add to new project tree view behaviour fixed
   + Fix renaming of file in the Project Tree, when a file with the new name
     was already present in the project
   + Rename only what has to be renamed in the project and enable project
     saving after a rename
   + Use the correct encoding for newly created files
   + Saving of Author and E-Mail project options was broken in some cases
   + Fix the numbering of new documents
   + Fix the execution of actions
   + Fix crash when deleting an action
   + Insert valid single tags from the toolbar
 * Enhancements:
   + Show the tag attributes (Alt-Down) menu lower than the current line
   + "Insert in cursor position" for script actions replaces the selection if
     there was some text selected
   + New DCOP interface (WindowManagerIf) added to enable the modification of
     the opened documents from a script
   + DTD for Quanta tags (DTD definition) added
   + XHTML 1.0 Strict DTD added
2003-04-01 12:27:04 +00:00
rh
15f526a3e1 Update Gorm to 0.2.6. Changes are bugfixes only. 2003-04-01 11:42:45 +00:00
gehenna
1261693957 cvsync-0.18.0
ChangeLog:
2003-04-01  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.18.0

        * Implement a new keyword 'super', which allows to define
          sub-collections of a collection.  For example:

                collection {
                        name netbsd release rcs
                        prefix /cvsroot
                        ...
                }
                collection {
                        name netbsd-pkgsrc release rcs
                        prefix /cvsroot/pkgsrc
                        super netbsd
                }

          For the collection `netbsd-pkgsrc', a client gets only
          /cvsroot/pkgsrc part of the whole of NetBSD CVS repository
          (/cvsroot).  When `super' is specified as shown above, 'nofollow'
          and 'umask' of the collection `netbsd-pkgsrc' with `super' are
          inherited from the collection `netbsd'.  When a scanfile is
          also specified in the collection `netbsd', the collection
          `netbsd-pkgsrc' employs the corresponding entries in the parent's
          scanfile.  Thus, using `super' keyword, only a scanfile for the
          top of sub-collections is needed to use the scanfile functionality
          when sub-collections of a collection are defined.  It makes the use
          of a scanfile more efficient.

          'super' can be specified recursively (i.e. a sub-collection can
          be the parent of another sub-collection).

          (Thanks hrs AT FreeBSD DOT org)
2003-04-01 08:43:12 +00:00
rh
8712babdd4 Update gnustep-base to 1.6.0.
Noteworthy changes in version `1.6.0'
=====================================

   * More MinGW support

   * New MacOSX compatible methods.

   * The Base Additions library compiles on native OSX.

   * autogsdoc produces better, cleaner docs.

   * Built-in garbage collecting classes.

   * Any many many bug fixes and minor improvements.
2003-04-01 08:33:34 +00:00
rh
57ca279cb4 Update gnustep-objc to 1.2.3. Changes are bugfixes only. 2003-04-01 08:31:36 +00:00
rh
abaf0b1d23 Update gnustep-make to 1.6.0. Changes include:
Make now configures by default for only one system. To compile and
run GNUstep for multiple platforms from the same directory, use the
configure argument -enable-multi-platform.

   * Auto-build def file for DLLs

   * Work natively on MacOSX systems. Now use apple-apple-apple instead
     of nx-nx-nx on OSX systems.

   * More efficient checks for re-making a project.
2003-04-01 08:29:12 +00:00
jschauma
2d48aad7eb Upgrade to 3.1, a bug-fix release. (Not much more information available
from the website.)
2003-03-31 20:49:36 +00:00
bouyer
6cde46608d Also remove screen.teraterm on solaris, as it depends on the screen entry. 2003-03-31 16:20:01 +00:00
gehenna
1819a1bd73 cvsync-0.17.2
ChangeLog:
2003-03-31  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.17.2

        * Fix a bug that the fallback of file compare algorithm doesn't work.

        * Fix a bug to calculate the length of file name in Attic.
2003-03-30 23:40:52 +00:00
jschauma
f8a4b2893d Don't use silly names for man pages, even if on Debian GNU/Linux. 2003-03-30 20:34:58 +00:00
jschauma
cc889f1ae1 As with Solaris:
The IPv6 patch doesn't go well with Linux idea of struct sockaddr, so
disable IPv6 for the time being.
2003-03-30 20:04:00 +00:00
jmc
08851ece92 Clean up freetype2 requirements so Xft2 and fontconfig also require the right
version via buildlink'ing
2003-03-29 19:00:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
315540ab25 Add empty patch target. 2003-03-29 09:38:21 +00:00
jmc
9dd37e1f79 Provide a do-extract rule that puts the 5.0 sdk into a subdir (as it used to
extract that way)
2003-03-29 07:56:59 +00:00
jmc
1df4acb341 Update for latest update of sdk50 from palm 2003-03-29 07:35:17 +00:00
gehenna
24c4a03694 cvsync-0.17.1
ChangeLog:
2003-03-29  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.17.1

        * ANNOUNCE: Public cvsync service
          cvsync.allbsd.org provides the distribution and source trees of
          FreeBSD, NetBSD, OpenBSD, OpenDarwin, XFree86, and TenDRA via cvsync.
          URL: http://www.allbsd.org/#pub-cvsync

        * mk/*.mk
          Make compile on old BSDs.

2003-03-28  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * Fix signed vs unsigned problem.
2003-03-29 04:58:01 +00:00
wiz
f2c0357f0b Remove unnecessary empty lines. 2003-03-28 21:24:22 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
jschauma
4175e46380 PKGREVISION++ after last fix for irix. 2003-03-28 15:05:01 +00:00
gehenna
0afa03ef5a cvsync-0.17.0
ChangeLog:
2003-03-28  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.17.0 is out.

        * HEADS UP: Change Collection Exchange Protocol
          To make add the new release type easy, the protocol to exchange
          collections list is changed.
          All servers/clients SHOULD be updated to 0.17.0 or higher.

        * Fix a bug to calculate the symbolic link path name length.
          (noticed by naddy AT OpenBSD DOT org)

2003-03-27  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * New release type: list
          Retrieve the collections list provided by the server.

        * Scanfile (client)
          If the scanfile is specified and that doesn't exist, it's generated
          automatically at the stage of loading the configuration file.
2003-03-28 12:04:58 +00:00
jschauma
39c404f625 Revert last after libtool now behaves as expected. 2003-03-27 18:59:37 +00:00
jschauma
032fd314e2 Do the right thing on irix and use version=sunos
as recommended by Nick Hudson.
2003-03-27 18:56:57 +00:00
jschauma
f0c026d2f4 Make this install using the correct major under Irix. Oddly, libtool determines
the right version for most other packages (AFAICT), but this package seems
to be different.
2003-03-27 15:39:38 +00:00
gehenna
f45691f9a4 cvsync-0.16.1 is out.
ChangeLog:
2003-03-27  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.16.1 is out.

        * mk/*.mk
          Make compile on cygwin completely.
2003-03-26 17:39:52 +00:00
wiz
ee75b8c8c1 libsmpeg is linked against libintl, so include gettext-lib's buildlink2.mk
to avoid build failures from packages using this package.

Debugged by Quentin Garnier, thanks!
2003-03-26 14:34:34 +00:00
gehenna
69ff4b39ce cvsync-0.16.0 is out.
ChangeLog:
2003-03-26  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.16.0 is out.

        * Scanfile (server)
          The empty scanfile is acceptable.

        * The symbolic link is fully supported.
          Client: Never follow the symbolic link.
          Server: If 'nofollow' is specified in a 'collection' section,
                  don't follow the symbolic link.
                  The default is off, i.e. follow the symbolic link.
2003-03-26 08:23:39 +00:00
gehenna
44dfdcae66 cvsync-0.15.2 is out.
ChangeLog:
2003-03-25  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.15.2 is out

        * mk/*.mk
          Make compile on cygwin (cvscan/rcscan/rcscmp only).
          cvsync{,d} depends on the existence of getaddrinfo()/getnameinfo().
          The latest cygwin (1.3.22-1) doesn't have these APIs, so can't
          compile them yet.
2003-03-25 16:47:13 +00:00
gehenna
3ccc921661 cvsync-0.15.1 is out.
ChangeLog:
2003-03-24  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.15.1 is out

        * Scanfile (server)
          Implement the experimental server-side scanfile feature.

        * REMARK: the Performance
          When the scanfile feature is enabled on both server/client,
          the update procedure is done in 3sec (best) - 40min (worst).
2003-03-25 01:05:42 +00:00
taca
60fd184849 Update ruby-mode package to 1.6.8, based on ruby 1.6.8.
This is miscellous bug fixes.  See ChangeLog file in ruby-base package
in detail.
2003-03-24 15:07:26 +00:00
taca
9a8ecd1eba Update ruby-readline package to 1.6.8, ruby 1.6.8 base.
Change is checking stdin is really terminal and if not raise exception.
2003-03-24 14:58:59 +00:00
grant
3448f5ad50 use config.h and friends in man/tgexinfo2man.c, fixes build on
FreeBSD 5 where malloc.h exists but should not be used.
2003-03-24 00:06:57 +00:00
seb
414552782d Cvs' IPv6 patch does not like Solaris 8's getaddrinfo().
So disable IPv6 support on this system.
2003-03-23 19:16:48 +00:00
grant
82f8b345ab switch order of patching autoconf.texi and autoconf.info so that
the build process doesn't try and fail to rebuild autoconf.info.

noted by jmc.
2003-03-23 11:46:43 +00:00
jmmv
fc675ae0c8 Fix build on Darwin, using patch in PR pkg/20396 by Yves de Champlain. 2003-03-22 11:35:44 +00:00
wiz
e21108c56c Remove obsolete "-y" flag from sort call; bump PKGREVISION.
Patch from Istvan Marko in PR 19425.
2003-03-22 06:05:26 +00:00
wiz
f4c18062d8 Make sure installed examples are readable not only by root.
Addresses PR 20797. Bump PKGREVISION.
2003-03-22 04:43:17 +00:00
wiz
809d3eb046 Update to 1.0.7, from Miguel Mendez in PR 20749.
Changes: bug fixes.
2003-03-22 03:22:57 +00:00
wiz
2086b68365 Update MASTER_SITES and HOMEPAGE. Use zip distribution instead
of strange tarball. From Nick Cuccia in PR 20384.
2003-03-22 02:18:39 +00:00
jmmv
2447024089 Add and enable z80-asm. 2003-03-20 19:35:23 +00:00
jmmv
05e5e5ae61 Initial import of z80-asm, version 1.0:
z80-asm is a double pass compiler of the Z80 CPU assembly language.
It supports almost all of the Z80 opcodes and functionality that
commercial Z80 assemblers have.  This package also contains an
interactive Z80 disassembler.  This program suite was written by
BrainSoft.

Package provided in PR pkg/20099 by Douwe Kiela with some changes by me.
2003-03-20 19:33:45 +00:00
kristerw
f2e08268fb Update autogen to 5.5.3.
Changes since 5.5.2 include:
* AutoOpts' usage procedure has been enhanced to produce either AutoOpts
  standard usage or usage that looks more like current GNU practices.
  The latter provides less information and help.
* I32LPx behavior has improved.  Don't think I can call it "industrial
  strength" just yet, tho.
2003-03-19 18:50:51 +00:00
jschauma
62903db4be Add/enable eclipse 2003-03-19 16:11:11 +00:00
jschauma
f088eccccc Initial import of devel/eclipse:
Eclipse is an open source software development project dedicated to providing
a robust, full-featured, commercial-quality, industry platform for the
development of highly integrated tools. It is composed of three projects, the
Eclipse Project, the Eclipse Tools Project and the EclipseTechnology Project,
each of which is overseen by a Project Management Committee (PMC) and governed
by its Project Charter. Each project is composed of its own subprojects and is
licensed under the CPL version 1.0.


This package is a bit interesting in that it's a java application, which can
be built on NetBSD using one of the sun-jdk's, but then gives runtime errors.
However, installing the application built on a Linux machine under
NetBSD will work just fine.  Seems to work only with sun-jdk13.  Thus I placed
a build of eclipse from Linux in ftp, from where it can be installed using
this package.
2003-03-19 16:09:29 +00:00
jmmv
07ada1cbd5 Fix linkage problem: LDFLAGS was not properly set, so rpaths for X11 were lost.
Use LIBTOOL_OVERRIDE.  Sort USE_BUILDLINK2 to avoid pkglint warnings.
2003-03-18 17:00:37 +00:00
grant
bd9fb58bec fix USE_INET6 and KERBEROS conditionals, allowing this to build with
IPv6 support on FreeBSD and probably others.

bump PKGREVISION for user-visible changes.
2003-03-18 15:29:48 +00:00
gehenna
b62ecb4dc5 cvsync-0.15.0
ChangeLog:

2003-03-18  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.15.0 is out

        * Improve the performance and stabilities with scanfile features.

        * Signal Handling (client)
          When SIGINT or SIGTERM is received, the client process stop and
          the scanfile is updated if it's enabled.

        * Improve English (Thanks hrs AT FreeBSD DOT org!)

2003-03-15  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * mk/base.mk, mk/pthread.mk (FreeBSD/Solaris)
          Clean up compiler/linker options.
2003-03-18 01:26:59 +00:00
jmmv
566d9afee3 s/PKGBASE/PKGNAME/ (gives more information, and looks better ;) 2003-03-17 17:46:49 +00:00
mjl
dd266c19ab Update p5-Date-Calc to 5.3 (old version no longer on CPAN)
+  Simplified the error message handlers in "Calc.xs".
 +  Changed the Polish profiles from ISO-Latin-2 to ISO-Latin-1.
 +  Fixed the broken tests in "t/f034.t" and "t/m006.t".
 +  Synchronized "Carp::Clan" and "ToolBox.h" with "Bit::Vector" 6.2.
 +  Integrated modifications needed for MacOS / MacPerl.
 +  Added new method "normalize()" (Date::Calc::Object).
 +  Added a new test script "t/m011.t" for "normalize()".
 +  Added a calendar profile for Mexico (Date::Calendar::Profiles).
 +  Little additions to and corrections of the documentation (Date::Calc).
 +  Added Polish (Date::Calc) and a calendar profile for Poland.
 +  Added Hungarian (Date::Calc).
 +  Added some more commemorative days to the profile of Brazil.
2003-03-16 15:42:14 +00:00
mjl
b43596ea3b Update p5-Bit-Vector to 6.3 (old version no longer available on CPAN)
+  Added "Create_List()" and "GCD2()" in "BitVector.c".
 +  "new()" now can optionally return a list of bit vectors.
 +  "GCD()" now can optionally return the two integer factors
    "x" and "y" for the linear combination of its input values
    "a" and "b" so that gcd(a,b) = x * a + y * b.
 +  Changed the test files "t/01________new.t" and "t/09_parameters.t"
    as well as the documentation accordingly.
 +  Added a new test file "t/17________gcd.t".
 +  Further simplified the error handlers in "Vector.xs", making the
    resulting object library file substantially smaller (about 20%!)
    and thus faster to load.
 +  Fixed missing "\" in regular expression in "t/00____version.t".
 +  Overhauled the error handlers in "BitVector.c" and "Vector.xs".
 +  Added a demo "examples/test.c" to play around with the C library.
 +  Attempted to fix all compiler warnings.
 +  Fixed a problem in test "t/01________new.t" with Perl using
    64 bit integers; now contains "use integer;" to avoid failure.
 +  Synchronized "Carp::Clan" and "ToolBox.h" with "Date::Calc" 5.2.
 +  Revealed common method aliases (Or, And, etc.) in the documentation.
 +  Fixed GCD(), now GCD(z,0) == GCD(0,z) == z and negative values
    are handled correctly.
2003-03-16 15:39:05 +00:00
wiz
969ad6a6d0 Update to 0.98.36, provided by Juan RP in PR 20712.
* Update rdoff - librarian/archiver - common rec - docs!
* Fix signed/unsigned problems.
* Fix JMP FAR label and CALL FAR label.
* Add new multisection support - map files - fix align bug
* Fix sysexit, movhps/movlps reg,reg bugs in insns.dat
* "Q" or "O" suffixes indicate octal
* Support Prescott new instructions.
* Cyrix XSTORE instruction.
2003-03-15 16:15:12 +00:00
jschauma
2bbe0caaa3 Debian GNU/Linux does not use libtermcap, so on those systems we need
to take out ' -ltermcap ' and instead use ncurses.  All other systems
remain unaffected.
2003-03-14 23:53:01 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
gehenna
dcdc32be8c cvsync-0.14.5 is out
ChangeLog:

2003-03-15  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * 0.14.5 is out

        * Scanfile (client)
          Even if very deep unnecessary directories exist on the local disk,
          works properly.

        * doc/FAQ
          Add one item.

                Q. How do I compile/install your tools?
                A. Just type 'gmake'/'gmake install'.

2003-03-11  MAEKAWA Masahide  <maekawa@daemon-systems.org>

        * sock_select @ common/network.c
          Wake up the server listening thread in every seconds.

        * Signal Handling (server)
          If SIGINT or SIGTERM is received, reject new connections and
          the finialization procedure will be deferred until all running
          cvsync threads are done.

        * Signal Handling (client) - well known bug
          If SIGINT or SIGTERM is received, never stop. Please issue SIGKILL.
2003-03-14 17:11:12 +00:00
jschauma
556dfd66a9 More updates from Mesa:
As with the Makefiles, only include Mesa's buildlink when necessary,
otherwise include MesaLib's and/or glu's buildlink.
2003-03-12 22:07:27 +00:00
jmc
f8c2e7fc64 This doesn't appear to be broken any longer. It requires at least Mesa 3.4.2
and has also been confirmed to work on 3.3 (which is what ships with XF4.2.x)
2003-03-12 06:54:56 +00:00
markd
aa7a252435 Update KDE to 3.1.
Many bugfixes and functionality enhancements including:

kdesdk

 KBugBuster
    Adapted KBugBuster to the new Bugzilla based KDE bug tracking system.
    Implemented Bookmarking support for Bug reports.
    Changing view settings no longer requires a reload.
    Added toolbar
 KBabel
    Automatic update of Project-Id-Version
    Possibility to specify localized translator name
    Validation & highlighting of XML
    Save special (the settings can be changed for the particular save)
    KDE specifics added to rough translation (e.g. only add a new translator
    in TRANSLATORS)
    Load/Save markings in Catalog Manager
    Navigation bar in Catalog Manager
    Mail PO-file
    Tag structure tool
    Rough translation in catalog manager
    Automatic update of PO header comment
    Show source code
    Spellchecking in multiple files
 Cervisia: made hardcoded colors configurable.
2003-03-11 13:30:40 +00:00
gehenna
5c7465e35f cvsync-0.14.4 is out.
From ChangeLog:

2003-03-10  MAEKAWA Masahide  <maekawa@daemon-systems.org>

	* 0.14.4 is out

	* common/hash.h, mk/hash.mk, mk/pthread.mk
	  make compile on Red Hat Linux 7.2 with/without OpenSSL.

	* Fix typos and missing headers.

2003-03-09  MAEKAWA Masahide  <maekawa@daemon-systems.org>

	* doc/FAQ
	  Add one item.

		Q. Are these tools stable?
		A. If you think so, they are stable.

	* mk/pthread.mk (FreeBSD/NetBSD/OpenBSD specific)
	  Use -pthread (LDFLAGS) instead of -lpthread or -lc_r (LIBS).
	  (noticed by naddy AT OpenBSD DOT org and slightly modified)

	* common/filetypes.h
	  Some file types are reserved.
		B : block special
		C : character special
		L : hard link
		S : symbolic link
2003-03-11 03:13:14 +00:00
seb
ed7bae196b Update to gdb version 5.3.
Extract of changes below.

*** Changes in GDB 5.3:

* GNU/Linux shared library multi-threaded performance improved.

* ``gdbserver'' now supports multi-threaded applications on some targets

* GDB now supports C/C++ preprocessor macros.

* Multi-arched targets.
DEC Alpha (partial)                             alpha*-*-*
DEC VAX (partial)                               vax-*-*
NEC V850                                        v850-*-*
National Semiconductor NS32000 (partial)        ns32k-*-*
Motorola 68000 (partial)                        m68k-*-*
Motorola MCORE                                  mcore-*-*

* New targets.
Fujitsu FRV architecture added by Red Hat       frv*-*-*

* New native configurations
Alpha NetBSD                                    alpha*-*-netbsd*
SH NetBSD                                       sh*-*-netbsdelf*
MIPS NetBSD                                     mips*-*-netbsd*
UltraSPARC NetBSD                               sparc64-*-netbsd*

* OBSOLETE configurations and files
Mitsubishi D30V                                 d30v-*-*
OS/9000                                         i[34]86-*-os9k
IBM AIX PS/2                                    i[3456]86-*-aix
Fujitsu FR30                                    fr30-*-elf*
Motorola Delta 88000 running Sys V              m88k-motorola-sysv  or  delta88
Argonaut Risc Chip (ARC)                        arc-*-*
i386 running Mach 3.0                           i[3456]86-*-mach3*
i386 running Mach                               i[3456]86-*-mach*
i386 running OSF/1                              i[3456]86-*osf1mk*
HP/Apollo 68k Family                            m68*-apollo*-sysv*,
                                                m68*-apollo*-bsd*,
                                                m68*-hp-bsd*, m68*-hp-hpux*
I960 with MON960                                i960-*-coff

* OBSOLETE languages
CHILL, a Pascal like language used by telecommunications companies.

* REMOVED configurations and files

AMD 29k family via UDI                          a29k-amd-udi, udi29k
A29K VxWorks                                    a29k-*-vxworks
AMD 29000 embedded, using EBMON                 a29k-none-none
AMD 29000 embedded with COFF                    a29k-none-coff
AMD 29000 embedded with a.out                   a29k-none-aout

testsuite/gdb.hp/gdb.threads-hp/                directory

* New command "set max-user-call-depth <nnn>"

* Changes in FreeBSD/i386 native debugging.

Support for the "generate-core-file" has been added.

* New commands "dump", "append", and "restore".

* Improved "next/step" support on multi-processor Alpha Tru64.
2003-03-10 23:50:48 +00:00
jmc
bcdbfdcf2f Instead of a base -R in the link line use _OPSYS_RPATH_NAME instead 2003-03-10 04:08:21 +00:00
jschauma
a121c1d5aa Mark curses on IRIX as incompatible just to be sure. 2003-03-10 03:27:59 +00:00
jschauma
77dbcbc11a Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:10:35 +00:00
jmc
9617179b08 Remove this...Due to unclear Packages.txt even though BUILD_DEPENDS is in
buildlink2 evidently we're not supposed to use it that way..
2003-03-08 22:24:36 +00:00
jmc
1ad9075a0d Add a buildlink2 script for bison 2003-03-08 21:37:47 +00:00
rh
90da9d948c Update gtkdiff to 1.8.0.
New in 1.8.0:
* diff3(1) support. No directory diff3 support yet.
* -o option to specify a merge output file.
* Improved keyboard navigation (PageUp and PageDown).
* Bug fixes.
* ~/.gnome/gtkdiff file has been changed.
  The previous version might crash with a new file.
  This version works with a previous file.


New in 1.7.0:
* Highlight selected region.
* Search feature in directory view.
* Directory view's functions are improved.
* Merge UI is improved a little. Click to select, one more click to insert.
* diff(1) -s option support.
* check sum support. (using cksum(1) or sum(1))
* Bug fixes.
2003-03-08 21:03:15 +00:00
gehenna
faaaa9fc13 0.14.3 is out
* mux_flush_out @ common/mux.c
          fix a bug to call pthread_cond_wait() before locking the mutex.
2003-03-08 14:41:48 +00:00
gehenna
b74ffdfc17 cvsync-0.14.2 is out. 2003-03-08 06:58:44 +00:00
jlam
a0020ab00f Use BUILDLINK_LIBICONV_LDADD instead of hard-coding "-liconv". This should
fix the problem where gettext-lib on certain OSes that already have iconv
functions in libc don't need to link against libiconv.
2003-03-07 05:59:48 +00:00
grant
9721d61242 bz2 -> gz 2003-03-07 05:41:13 +00:00
grant
2a70b2b93d don't use .bz2 distfile, as it doesn't appear to exist on various
mirrors.
2003-03-07 05:34:30 +00:00
jmc
6ba2042c87 Port this to powerpc. Already did it once based on lang/clisp including this
code so base the port off of those patches. Passes all tests via make check
2003-03-06 23:50:51 +00:00
jmc
4172cf6d8b Update Makefile.in patch to include -Wl directives if using libgc from $PREFIX 2003-03-06 23:03:22 +00:00
wiz
e2a9971584 Remove PKGREVISION (should be reset on updates), fix comment,
and remove superfluous WRKSRC setting to its default.
2003-03-06 13:31:05 +00:00
gehenna
a679f0bcf7 cvsync-0.14.1 is out.
All chages in pkgsrc are merged.
2003-03-06 13:15:48 +00:00
grant
08d4518252 use a variable. 2003-03-06 12:42:24 +00:00
grant
c6ae1abbad allow this to build on -current systems where the kernel version
has pthread support but userland does not.

also install some example config files.

bump PKGREVISION.
2003-03-06 12:36:45 +00:00
martin
d64a280190 Enable cvsync. 2003-03-06 09:10:13 +00:00
martin
6d5b4f5af5 Import of cvsync 0.14, a portable cvs repository syncer (client and server),
similar, but not compatible with, to CVSup(tm).
2003-03-06 09:08:30 +00:00
jmc
3d3fcc0715 Clean up configure patch to just relevant sections. Also redo patch-ac in
a correct way. Just declare a va_list in the function but don't init it
and pass it along to gnome_canvas_item_construct. It'll never get referenced
since the property name is NULL so it's safe.
2003-03-06 08:51:00 +00:00
jmc
529ba5c2a3 Oops, my mistake. the libgnome ref was not needed 2003-03-06 07:58:18 +00:00
jmc
9cb16fb693 Various patches to make this build
1. Needs libgnomeprint* (initially at 2.0). We've only ever used 2.2 and
looking through the ftp archive at gnome only shows a 2.1 and 2.2 release.
Building with 2.2 works fine so the API appears to work ok. Updated
configure to look for 2.2 instead of 2.0 via pkg-config

2. Needed to properly build a va_list via casting NULL for arches where
va_list isn't a simple type (ala void *) like it is on most x86 OS's.

3. Bumped PKGREVISION to note changes. Builds on x86 and macppc now via
tests.
2003-03-06 07:25:09 +00:00
wiz
afeda33483 Make this build again, without evolution support. Bump PKGREVISION. 2003-03-05 18:43:43 +00:00
salo
4defc212a9 Oops, restore NOT_FOR_PLATFORM (commented for my local testing). 2003-03-05 13:09:28 +00:00
salo
1baa9884ec Added fix for CAN-2003-0107 -
Buffer overflow in the gzprintf function in zlib 1.1.4, when zlib is compiled
without vsnprintf or when long inputs are truncated using vsnprintf, allows
attackers to cause a denial of service or possibly execute arbitrary code.
From OpenBSD.

Restore configure target and add check for [v]snprintf.

Bump PKGREVISION.
2003-03-05 13:05:44 +00:00
jmmv
1d9e6d6652 Update to 2.2.0.1:
* Bugs fixed
                + invisible event box replacement (Dave Camp)
                + async / gtk+ state sync loop (Radek Doulik)
                + UI image related segv (Michael, Ettore)
                + build fixes (Alex Duggan)
        * Featurelets
                + very major docs improvements (Gustavo Carneiro)
        * Translations
                + updated (mn, ro, id, kn, fa): (Christian Rose,
                  Marius Andreiana, Roozbeh Purnader)
2003-03-05 12:10:01 +00:00
grant
ad6434f8b6 install info docs as GNU Autoconf' not Individual utilities'. 2003-03-05 12:01:43 +00:00
mjl
648325375d Update libslang to 1.4.8. Closes PR/20575.
Changes are lots of bug fixes and enhancements (four pages worth).
2003-03-04 22:30:45 +00:00
salo
f646a07b7d Make the last fix conditional, fix typo, delint. Bump PKGREVISION. 2003-03-04 19:53:26 +00:00
nathanw
f89dcbad53 Pre-set the value of the configure test glib_cv_rtldglobal_broken to
avoid running the test. The test, which calls dlopen("libpthread.so"),
fails on NetBSD for reasons unrelated to what it is trying to detect,
glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work.

This method of fooling configure suggested by Ron Roskens on tech-pkg.

Addresses PR pkg/20050 ("galeon fails to load at run-time").
2003-03-04 19:23:17 +00:00
wiz
ad8ff3b002 Update to 2.22.
* A small problem with fingerprints has been fixed.
* A tutorial has been contributed.
* You can now have international characters in comments.
* A C++ cookbook has been added.
* A test failure on Cygwin has been fixed.
* The [read] and [read_lines] builtin functions have been
  added.  See the Reference Manual for more information.
2003-03-04 17:36:16 +00:00
seb
abfa5941bc Add & enable p5-Proc-Daemon. 2003-03-04 17:04:12 +00:00
seb
789d099b1b Initial import of p5-Proc-Daemon version 0.02 into the NetBSD Packages
Collection.

Provided in PR pkg/20502 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.

Proc::Daemon provides the capability for a Perl program to run as
a Unix daemon process.
2003-03-04 17:02:40 +00:00
seb
bb065daa95 Add & enable p5-Config-General 2003-03-04 16:27:58 +00:00
seb
cc90c727a2 Initial import of p5-Config-General version 2.15 in to the NetBSD Packages
Collection.

Provided in PR pkg/20501 by Jonathan Perkin
<sketch at rd dot bbc dot co dot uk>.

Config::General opens a config file and parses it's contents for
you. After parsing the module returns a hash structure which contains
the representation of the config file.

The format of config files supported by Config::General is inspired
by the well known apache config format, in fact, this module is
100% read-compatible to apache configs, but you can also just use
simple name/value pairs in your config files.
2003-03-04 16:26:37 +00:00
mjl
a7abc15963 Update p5-Memoize to 1.01
Minor documentation and test changes.
2003-03-03 11:03:29 +00:00
mjl
79580225f5 Enable p5-OLE-Storage_Lite 2003-03-02 19:34:09 +00:00
mjl
e36e1ea250 Initial import of p5-OLE-Storage_Lite 0.11
Simple Perl class for OLE document interface
2003-03-02 19:33:11 +00:00
jtb
01fbc3b888 Don't install man pages for Fortran 90 interface. 2003-03-02 08:39:18 +00:00
jtb
fef1bf968c Update to 3.5.0.
Some relevant changes:

 Fixed miswriting of netCDF header when exiting define
 mode.  Because the header was always written correctly
 later, this was only a problem if there was another
 reader of the netCDF file.

 Fixed explicit synchronizing between netCDF writer and
 readers via the nc_sync(), nf_sync(), and ncsync()
 functions.

 Fixed a number of bugs related to attempts to support
 shrinking the header in netCDF files when attributes
 are rewritten or deleted.  Also fixed the problem that
 nc__endef() did not work as intended in reserving
 extra space in the file header, since the extra space
 would be compacted again on calling nc_close().

 Fixed the "redef bug" that occurred when nc_enddef()
 or nf_enddef() is called after nc_redef() or
 nf_redef(), the file is growing such that the new
 beginning of a record variable is in the next "chunk",
 and the size of at least one record variable exceeds
 the chunk size (see netcdf.3 man page for a
 description of this tuning parameter and how to set
 it).  This bug resulted in corruption of some values
 in other variables than the one being added.

 The "__" tuning functions for the Fortran interface,
 nf__create, nf__open, and nf__enddef, are now
 documented in the Fortran interface man pages.

 Changed the extension of C++ files from ".cc" to ".cpp".
 Renamed the C++ interface header file "netcdfcpp.h"
 instead of "netcdf.hh", changing "netcdf.hh" to
 include "netcdfcpp.h" for backward compatibility.

 Fixed bug in ncdump using same CDL header name when
 called with multiple files.

 Added new NULL data type  NC_NAT (Not A Type) to
 facilitate checking whether a variable object has had
 its type defined yet, for example when working with
 packed values.

 Fixed use of compile-time macro NO_NETCDF_2 so it
 really doesn't include old netCDF-2 interfaces, as
 intended.

 Fixed C++ friend declarations to conform to C++ standard.
2003-03-02 08:26:09 +00:00
lukem
d4345a04c0 update to roundup 0.5.6. changes:
- fixed templating filter function arguments (sf bug 678911)
- fixed multiselect in searching (sf bug 676874)
- fixed parsing of content-disposition filenames (sf bug 675116)
- added 'h' to roundup-server optarg list (sf bug 674070)
- fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
- fixed roundup-reminder (sf bug 681042)
- fixed int assumptions about Number values (sf bug 677762)
- clarified licensing
- another attempt to fix cookie misbehaviour - customise cookie name using
  tracker name
- fixed error in indexargs_url (thanks Patrick Ohly)
- fixed getnode (sf bug 684531)
- fixed args to some date templating methods (sf bug 689670)
- fixed database corruption in rdbms property mutation
2003-03-02 07:27:51 +00:00
jmmv
50d3deb160 Add and enable gconfmm. 2003-03-01 21:59:17 +00:00
jmmv
572f7a6a03 Initial import of gconfmm, version 2.0.1:
gconfmm provides a C++ interface for the GConf (version 2) configuration
database system.  GConf functionally is similar to the Windows registry,
but lots better.
2003-03-01 21:58:40 +00:00
jmmv
0f639ab922 Add and enable libsigc++10. 2003-03-01 11:54:39 +00:00
jmmv
a78c6c535d Update to 1.2.3. This version is almost a rewrite of the previous 1.0.x
branch (incompatible with it).
2003-03-01 11:54:07 +00:00
jmmv
a22d4721ed Reimport of the libsigc++ 1.0 package as libsigc++10. The new 1.2 version
is incompatible with this old one, so we must keep both in pkgsrc.

Description of libsigc++:

libsigc++ implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally
part of the Gtk-- widget set, libsigc++ is now a seperate library to
provide for more general use. It is the most complete library of its
kind with the ablity to connect an abstract callback to a class
method, function, or function object. It contains adaptor classes for
connection of dissimilar callbacks and has an ease of use unmatched by
other C++ callback libraries. Libsigc++ is licensed under the GNU
Library General Public License, LGPL.
2003-03-01 11:47:22 +00:00
grant
125d231c4a mark Linux zlib as incompatible to avoid using base zlib which can
cause problems with pkgsrc libtool, eg.

libtool: link: AGE `4' is greater than the current interface number `1'
libtool: link: `1:1:4' is not valid version information
libtool: install: `libz.la' is not a valid libtool archive
2003-02-28 23:29:34 +00:00
grant
b2cec013ea s/LIBTOOL_VERSION/LIBTOOL_REQD/ to register correct dependency. 2003-02-28 23:25:21 +00:00
wiz
891698e930 Lately, sh-utils might be installing a gid executable again, so add
a CONFLICTS line for it here. (hi grant!)
2003-02-26 13:54:55 +00:00
kristerw
3474fe40b1 Update autogen to 5.5.2.
New in 5.5.2 - February, 2003
* Fixes for FreeBSD weirdisms with sed, dlopen(), and the Guile library
* stash offsets in uintptr_t types so this thing works when
  sizeof(void*) != sizeof(off_t)
* still more configury fixes.  It will never, ever end.

New in 5.5 - December 15, 2002
* The FOR macro will now accept a list of values, as in:
  [= FOR v IN one, "two , part" three =]
* snprintfv-0.99f was fully incorporated, saving 300K of distribution
  space and a lot of configure time.
* The 'dne' function will accept "-d" as the first argument in order
  to suppress the date from the output.

New in 5.4.8 - December 10, 2002
* Freed AutoOpts from libguile.  It was never really dependent.
* new snprintfv library incorporated
2003-02-25 23:23:57 +00:00
jschauma
ebfdbafd74 Update to 1.3.4 using patches provided by roskens at elfin dot net in
PR pkg/20270 with minor nitpicks by myself.
Some of the changes since 1.2.1:

	* configure.in: fix minor problem where we used the guile-gtk
	config program even when it wasn't found.
	* acconfig.h: deleted since deprecated -- replaced by three arg
	AC_DEFINEs in configure.in.
	* doc/.cvsignore: add texinfo.tex.
	* configure.in (AM_INIT_AUTOMAKE): bump version for release.
	* bunch of subversion cleanups.
	* change license to LGPL.
	* g-wrap/gw-glib-spec.scm: coerce to (gpointer) in gw:glist-of and
	gw:gslist-of code where needed.
	* g-wrap/enumeration.scm (gw:wrap-enumeration): make val->int and
	int->val functions static so they don't cause conflicts.
	* configure.in (GW_GUILE_GTK_CFLAGS): delete any occurences of -I
	/usr/include or similar.  Newer gcc's don't like that at all.
	* bin/g-wrap-config.in (c-compile-args): don't output -I if it's
	/usr/include.  The new gcc doesn't like -I /usr/include at all.
	* test/Makefile.am (gw-test-enumeration.scm gw-test-enumeration.h
	gw-test-enumeration.c gw-test-enumeration.html
	gw-test-enumeration-autogen.h): use LD_LIBRARY_PATH.
	(gw-test-parent.scm gw-test-parent.h gw-test-parent.c
	gw-test-parent.html gw-test-parent-autogen.h): use LD_LIBRARY_PATH.
	* doc/g-wrap.texi: minor re-editing -- still needs much more.
	* configure.in (GW_GUILE_GTK_CFLAGS): add and AC_SUBST.
	(GW_GUILE_GTK_LIBFLAGS): add and AC_SUBST.
	* g-wrap/simple-type.scm: new file -- support for simple types.
	* g-wrap/runtime.scm: new file -- scm support for runtime wrapset
	database.
	* g-wrap/gw-wct-spec.scm: new file -- wrapped C pointer types.
	* g-wrap/gw-standard-spec.scm: new file -- standard wrapped types.
	* g-wrap/gw-gtk-spec.scm: new file -- wrappers for gtk.
	* g-wrap/gw-glib-spec.scm: new file -- wrappers for glib.
	* g-wrap/gtkobj.scm: support for wrapping new C ptr types as
	gtkobjects.
	* g-wrap/Makefile.am: major changes -- support gw-glib, gw-wct,
	gw-gtk, etc.
	* g-wrap/g-wrap-wct.h: support header for gw-wct.  Part of
	libgwrap-wct.
	* g-wrap/g-wrap-wct.c: support code for gw-wct.  Part of
	libgwrap-wct.
	* g-wrap/g-wrap-glib.h: support header for gw-glib.  Part of
	libgwrap-glib.
	* g-wrap/g-wrap-glib.c: support code for gw-glib.  Part of
	libgwrap-glib.
	* g-wrap/output-file.scm (flatten-display): make public.
	* g-wrap/g-wrap-compatibility.h: start guile version compatibility
	library.
	* g-wrap/enumeration.scm: break out enumeration support.
	* g-wrap/dummy-main.c: new file - for link testing.
	* bin/g-wrap-config.in (c-link-args): add support for glib, wct,
	etc.
	* g-wrap.scm: major overhaul -- modules -> wrapsets, ccodegens ->
	init/decl/lists, etc.
	* configure.in: remove rscheme (and other dead bits).  Add support
	for glib and gnome-guile.  Handle libruntime reorg/removal.
	* acconfig.h: accomodate reorg/removal of libruntime.
	* g-wrapped/gw-runtime-spec.scm: switch to use of SCM_FALSEP and
	SCM_NFALSEP rather than direct SCM_BOOL_*
	* libruntime-guile/g-wrap-runtime-guile.c: switch to use of
	SCM_FALSEP and SCM_NFALSEP rather than direct SCM_BOOL_*
	comparisons.
	* g-wrap.scm: switch to use of SCM_FALSEP and SCM_NFALSEP rather
	than direct SCM_BOOL_* comparisons.
2003-02-24 20:50:19 +00:00
jmmv
b40f8400f7 share/gconf is shared with GConf (v1). 2003-02-24 17:19:35 +00:00
jmmv
3960dcdf1b lib/bonobo/monikers is shared with bonobo. 2003-02-24 17:17:51 +00:00
wiz
29e164d689 Take maintainership. 2003-02-24 07:40:03 +00:00
wiz
4b5b892d8e Update to 1.7.3.
Bugs fixed in 1.7.3:
* Fix stamp files numbering (when using multiple AC_CONFIG_HEADERS).
* Query distutils for `pythondir' and `pythonexecdir', instead of
  using an hardcoded path.  This should allow builds on 64-bit
  distributions that usually use lib64/ instead of lib/.
* AM_PATH_PYTHON will also search for python2.3.
* elisp files are now built all at once instead of one by one. Besides
  incurring a speed-up, this is required to support interdependent elisp files.
* Fix some incompatibilities with upcoming perl-5.10.
* Properly quote AC_PACKAGE_TARNAME and AC_PACKAGE_VERSION when defining
  PACKAGE and VERSION.
* depcomp fixes:
  - dashmstdout and dashXmstdout modes: don't use `-o /dev/null', this
    is troublesome with gcc and Solaris compilers.
  - makedepend mode: work with Libtool.
  - support for ICC.
* better support for unusual gettext setups, such as multiple po/ directories:
  - Flag missing po/ and intl/ directories as warnings, not errors.
  - Disable these warnings if po/ does not exist.
* Noteworthy manual updates:
  - New FAQ chapter.
  - Document how AC_CONFIG_AUX_DIR interacts with missing files.
    (Debian Bug #39542)
  - Document `AM_YFLAGS = -d'.
2003-02-24 07:39:03 +00:00
grant
caf75551b9 add some patches from FreeBSD Ports, and tidy up patching of
make.texi.
2003-02-21 12:40:54 +00:00
mycroft
5d3ea311dd Update to gmp 4.1.2. Many changes, but the relevant bug fixes seems to be:
* mpn/generic/rootrem.c: In Newton loop, pad qp with leading zero.

	* mpn/generic/rootrem.c: Allocate 1.585 (log2(3)) times more space
        for pp temporary to allow for worst case overestimate of root.
	Add some asserts.

	* tests/mpz/t-root.c: Generalize and speed up.

        * mpfr/pow.c: Fixed bug (infinite loop) for exact powers.

	* mpfr/sub.c: Fixed wrong inexact flag for a - b where a and b are of
        different signs and EXP(a) < EXP(b).

	* printf/printffuns.c (gmp_fprintf_reps): Make it actually work
	for padding > 256.

        * gmp-impl.h (USE_LEADING_REGPARM): Disable for PIC code generation.

	* mpn/generic/tdiv_qr.c: Remove a bogus assert.

	* mpn/generic/mode1o.c, mpn/alpha/ev5/mode1o.c: Correction to ASSERTs.
	Reported by Christoph Ludwig.

	* mpf/urandomb.c: Truncate nbits to precision of rop.

	* configure.in (sparc v9 *bsd*): Add NetBSD and OpenBSD sparc64.
	(x86 openbsd*): Extra underscore for _GLOBAL_OFFSET_TABLE_.

	* mpn/generic/rootrem.c: Avoid overflow in xnb calculation.
	* mpz/root.c: Avoid overflow in rootnb calculation.

	* gmpxx.h (__gmp_binary_equal, __gmp_binary_not_equal): Fix broken
	mpq/double functions.

	* mpn/m68k/lshift.asm: Fix typo in !scale_available_p code.
        * mpn/m68k/rshift.asm: Likewise.

	* mpz/remove.c: Make src==0 return 0, not do DIVIDE_BY_ZERO.

	* mpfr/acinclude.m4 (MPFR_CONFIGS): Patch by Vincent for an apparent
	float rounding gremlin on powerpc.

	* mpf/inp_str.c: Fix returned count of chars read, reported by Paul
	Zimmermann.  Also fix a memory leak for invalid input.

	* mpfr/set_q.c: Allow for 1 bit numerator or denominator.
2003-02-21 12:25:22 +00:00
salo
80dc99b32a Mark as BROKEN. The =<1.1.3 releases of Glade2 are incompatible with the
latest libgnomedb.  The fix is non-trivial and already included in glade cvs.
Next release should work fine again.
2003-02-21 11:34:45 +00:00
jmmv
479065e84f Add and enable gnome-common. 2003-02-21 11:32:09 +00:00
jmmv
fee0a9be1e Initial import of gnome-common, version 1.2.4:
gnome-common contains a set of M4 macros useful to easily write configure
scripts for GNOME 1 and GNOME 2 programs.  These macros provide a set of
checks used by many GNOME programs that need to do similar things.
2003-02-21 11:31:36 +00:00
salo
a188431bb1 Updated to version 0.6.4.
Changes:

0.6.4:
======
- Fixed some docs installation problems. (Eric Dorland & Damon)
- Took 'Curve Type' property out for GtkCurve & GtkGammaCurve, since GTK+
  has a bug which makes this crash pretty often. (Damon)
- Removed some unfinished GnomeDB widgets from the palette (Rodrigo Moya)

0.6.3:
======
- Fixed some BadMatch problems on multi-depth displays (Dave Camp).
- Better GnomeDB support (Rodrigo Moya, Jos<E9> Antonio Salgueiro Aquino,
  Daniel Wagner),
- Fixed properties problem where properties didn't get updated on focus-out
- Fixed bug when using GtkText and gettext (Dennis Brakhane).
- Updated docs to use DocBook 4.0, and avoided use of stylesheet images so
  it compiles easier.
- New translations - Romanian (Marius Andreiana), Simplified Chinese
  (Wang Jian) and Portuguese (Duarte Loreto).
2003-02-20 23:19:01 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00
jmmv
cda6c4bc97 Do not print any message from the wrapper, as it breaks packages when using
--get-default-source.
2003-02-18 19:51:12 +00:00
jlam
e25d601896 These packages have been converted to use buildlink2, so they no longer
need to use the automake-override target in bsd.pkg.mk; the hide-autotools
target in bsd.buildlink2.mk accomplishes the same thing.
2003-02-18 17:43:05 +00:00
jmmv
2bd7ef722b Use ${.CURDIR} when referencing (de)install templates. 2003-02-18 15:54:13 +00:00
jmmv
6d16410096 Generate a gconftool-2 script in the buildlink directory that does nothing.
This prevents packages that do not honour --disable-schemas-install touch
the GConf2 database directly.
2003-02-18 15:53:10 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
rebuild the documentation database at install/deinstall time. This means
that:
- PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly;
  this is done by a bsd.pkg.install.mk template.
- The share/omf directory is only removed by scrollkeeper, which is the
  last package in the dependancy tree.
- PKGREVISION is bumped.

Reviewed by wiz.
2003-02-18 14:55:54 +00:00
jtb
16719fb816 Add a working server to MASTER_SITES. The master site has been
refusing connections for at least 1 year, while the other mirror site
no longer exists.
2003-02-18 00:23:46 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
kei
44d4471899 I forgot to rebuild distinfo after changing the patch file again. Sorry
for inconvenience.
2003-02-17 14:36:46 +00:00
kei
9506ea7bd2 added m68k ELF support to boehm-gc. stolen from the diff for sparc.
bump PKGREVISION to 2.
2003-02-17 12:32:04 +00:00
jschauma
94e19794a8 Add a PLIST for Linux following the discussion in PR pkg/19760. 2003-02-16 19:56:06 +00:00
grant
f25453ed1b Darwin has no static libz, mark it incompatible. 2003-02-16 17:33:16 +00:00
jmmv
8808af4c5f Disable gtk-doc detection; not required and causes problems. 2003-02-16 15:05:27 +00:00
jmmv
0f513e0b46 Disable gtk-doc detection; not required and causes problems. 2003-02-16 10:49:35 +00:00
salo
7b04677e4c Add and enable newfile. 2003-02-16 03:44:13 +00:00
salo
507a57615e Newfile is a tool for creating starter files in various languages.
It uses a full-featured preprocessor (like the C preprocessor) to transform
templates into customized starter files. It can also generate trees of files
for a specific purpose, such as a project using automake and autoconf, license
files or a FreeBSD port.

Based on a patch from Miguel Mendez via PR pkg/20313 modified by me.
2003-02-16 03:42:36 +00:00
jmmv
018c4dc122 Fix search path for the locale.alias file.
No PKGREVISION bump as it has been bumped few hours ago.
2003-02-15 17:01:43 +00:00
jmmv
36db79780c Handle trailing slashes when calling mkdir(2) in a better way.
I hope this solves some obscure problems introduced by the old patches.
2003-02-15 13:30:49 +00:00
martti
970c20a9d3 Removed unused USE_BUILDLINK2 and USE_LIBTOOL 2003-02-15 12:37:50 +00:00
martti
0721d52db8 Added distcc 2003-02-15 12:34:21 +00:00
martti
3b01bc67cc Imported distcc-1.1 (provided by Teemu Rinta-aho in pkg/20212)
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
two or more times faster than a local compile.

distcc does not require all machines to share a filesystem, have
synchronized clocks, or to have the same libraries or header files
installed. Machines can be running different operating systems, as long
as they have compatible binary formats or cross-compilers.
2003-02-15 12:34:06 +00:00
wiz
32ce88a6e8 Update to 1.2.1:
* Handle older TrueType Open Arabic fonts.
* Fix crash with some non-BMP characters [Morten Welinder]
* Avoid crashing on font descriptions like " 12" [Padraig O'Briain]
* Minor build fixes [Rich Burridge, Sven Neumann]
2003-02-15 10:38:17 +00:00
wiz
a092ae390b Update to 2.2.1, provided by Juan RP in PR 20234.
Changes:
* configure fixes [Owne Taylor, Manish Singh, Rich Burridge, Tim Mooney]
* New and updated translations (am,bn,et,fi,mn,nl,pl,pt_BR,ru,zh_TW,uk)
2003-02-15 10:12:33 +00:00
salo
90411d4ade Updated to version 1.2.2.
Patch from Juan RP via PR pkg/20249.

Changes:

1.2.2:
======
- Add translations: Simplified Chinese (zh_CN) [He Qiangqiang],
  Albanian [Laurent Dhima], Finnisg [Pauli Virtanen],
  Italian [Alession Frusciante], Amharic [Daniel Yacob]

- Allow changing of default installation directory for documentation.
  (bug 102497) [Padraig O'Briain].

1.2.1:
======
- Add translations: Catalan [Jordi Mallach], French [Christophe Marlet],
  Latvian [Artis Trops], Korean [Nam SungHyun], Polish [Zbigniew Vhyla],
  Greek [Kostas Papadimas]
2003-02-15 06:16:29 +00:00
salo
2199fe79ca Use ${f} instead of ${file}. It keeps list of bogus pkglint warnings smaller
(the same for packages using ncurses).
2003-02-15 00:36:40 +00:00
salo
28026742d8 Work around a bug in older -current' pax-as-tar (e.g. 1.6K): copy few files
instead linking them.  Bump PKGREVISION.
2003-02-15 00:06:02 +00:00
hubertf
606d0f6a24 Update opencm to 0.1.2alpha4. Changes: no list available. :(
OK'd by jmmv.
2003-02-14 22:50:01 +00:00
salo
bf81c14295 Update to version 0.15.
Patch from Juan RP via PR pkg/20236.

Changes:

0.15
====
 - add PKG_CONFIG_LIBDIR for cross-compiling (David Schleef)
 - add --libs-only-other/--cflags-only-other (Zack Rusin)
 - apply man page fixes (Pter Breitenlohner)
 - C portability fix (David Robins)
 - fix to win32 build (Tor Lillqvist)
2003-02-14 21:14:37 +00:00
jmmv
d6889560be Update to 2.2.1. Changes since 2.0.8:
* Replaced usage of deprecated functions.
* Updated translations.
* New translations.
* Glade preference fixes.
* Performance and flicker fixes for the desktop.
* pthread build fixes
* Translation updates
* Remove GnomeCanvas dependency
* Fix input methods for EelEditableLabel
* fixed memleak
* Use smaller root window background pixmap if possible
* Don't reference internal gtk+ symbols
* Fix EelWrapTable size handling
* Removed unused code
* Glade code for preferences.
* EelBackground drag and drop changes.
* Multihead support (requires Gtk+ 2.1.x)
* Changes to EelEditableLabel
2003-02-14 20:55:03 +00:00
salo
17029ea442 Link against libresolv on Solaris, otherwise linking against libast fails.
Eterm should now link on Solaris.  Bump PKGREVISION.

Fix from Jonathan Perkin via PR pkg/20238.
2003-02-14 20:37:18 +00:00
kristerw
9dfce5cbfe Add and enable autogen. 2003-02-14 20:28:33 +00:00
kristerw
75c7e8cec6 Import autogen 5.4.7
AutoGen is a tool designed for generating program files that contain
repetitive text with varied substitutions. Its goal is to simplify the
maintenance of programs that contain large amounts of repetitious text.
This is especially valuable if there are several blocks of such text that
must be kept synchronized.
2003-02-14 20:26:15 +00:00
jmmv
8cb292f23a Update to 1.2.0. Changes since 0.17:
Overview of Changes in GAIL 1.2.0
=================================
* Allow for more than one label within a button (bug #103465)
[Padraig O'Briain]
* Report correct offsets for text when images embedded in text (bug #103035)
[Padraig]
* Allow for label for bhutton not existing when GailButton is created
(bug #101350) [Padraig]

Overview of Changes in GAIL 1.1.7
=================================
* Add --with-html-dir option to configure.in to allow location of
documentation to be changed (bug #102599) [Padraig O'Briain]

Overview of Changes in GAIL 1.1.6
=================================
* Do not emit warning messages after double click on a treeview row when
accessibility is enabled (bug #101349) [Padraig O'Briain]
* Fix crash in mixer applet when accessibility is enabled (bug #101137)
[Padraig]

Overview of Changes in GAIL 1.1.5
=================================
* Do not emit active-descendant-changed signal if active descendant
is unchanged (bug #100829) [Padraig O'Briain]
* Add AtkText interface to GailButton [Padraig]
* Correct return value for atk_text_get_caret_offset() for GailLabel
(bug #101020) [Padraig]

Overview of Changes in GAIL 1.1.4
=================================
* Emit destroy notification while window still exists (bug #95794)
[Padraig O'Briain]
* Have GailTreeView report state MANAGES_DESCENDANTS [Padraig]
* Have Gailtreeview emit active-descendant-changed signal when focus cell
changes [Padraig]
* Report correct cell area for cell in multi-renderer column (bug #84133)
[Padraig]

Overview of Changes in GAIL 1.1.3
=================================
* Set role for tooltip window to ATK_ROLE_TOOL_TIP and return contents
of tooltip for name (bug #95824) [Padraig O'Briain]
* Use queue to store pending button actions (bug #98275) [Bill Haneman]
* Set role for toplevel to ATK_ROLE_APPLICATION [Bill}
* Minor bug fixes [Padraig, Bill]

Overview of Changes in GAIL 1.1.2
=================================
* Provide implementation of atk_selection_add_selection() for GtkTreeView
which has only one visible column [Padraig O'Briain]
* Correct implementation of atk_text_set_caret_offset() for GtkTextView.
(bug #95056) [Padraig]
* Include modifier in keybinding name for GtkButton action (bug #95151)
[Padraig]
* Minor bug fixes [Padraig]

Overview of Changes in GAIL 1.1.1
=================================
* Fix warning messages emitted trying to set GtkTextBuffer to NULL.
(bug #91717) [Padraig O'Briain]
* Do not emit signals for GtkEntry on Delete or BackSpace if no text is
deleted. Ensure that signal is emitted if text is deselected. (bug #90356)
[Padraig]
* Implement atk_component_grab_focus() for cells in a TreeView. (bug #91718)
[Padraig]
* Update children of toplevel before emitting children-changed signal.
(bug #91957) [Padraig]
* Call gtk_window_present() on toplevel in implementations of
atk_component_grab_focus() (bug #91964) [Padraig]
* Ensure that implementations of atk_action_do_action() return before
action is done. (bug #90756) [Padraig]
* Update docs so that all symbols are documented. [Padraig]
* Add implementation for atk_component_get_mdi_zorder() for GailWindow.
(bug #84097) [Mark Mc Loughlin].
* Use +NET_WM_DESKTOP value of Window when getting its zorder [Padraig]
* Minor bug fixes [Padraig]

Overview of Changes in GAIL 1.1.0
=================================
* Decouple version number of package from number of current interface exported
by libgailutil (bug #89327) [Padraig O'Briain]
* Do not do action for insensitive button (bug #89505) [Padraig]
* If a menu item being selected has a submenu wait until the submenu is shown
before reporting focus on the menu item (bug #89611) [Padraig]
* Do not output actual text for GtkEntry for which visible property is false.
(bug #89323) [Padraig]
* Update autogen.sh so that users with both automake 1.6 and 1.4 installed
get the right automake [Havoc Pennington]
* Minor bug fixes [Padraig]
2003-02-14 20:21:57 +00:00
jmmv
14bf9488c2 Updated to 2.2.0.1. Changes from 2.0.6:
* configure.in (LIBGNOMEUI_AGE): Add EXTRAVERSION and set to .1
* libgnomeui/Makefile.am (libgnomeui_2_la_LDFLAGS): Correct version number bug
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Fixup libtool versioning and release 2.2.0
* configure.in: Added Amharic (am), Arabic (ar), Macedonian (mk) and Dutch
  (nl) to ALL_LINGUAS.
* libgnomeui/gnome-icon-theme.c (theme_lookup_icon): Don't scale up unless we
  have to. Scaling down gives much better results.
* libgnomeui/gnome-uidefs.h (GNOME_KEY_MOD_PAUSE_GAME): Use GDK_Pause as the
  pause key. #92358.
* libgnomeui/gnome-app-helper.c: (gnome_app_install_statusbar_menu_hints):
  Apply fix for #102812, by Tom Ball.
* libgnomeui/gnome-popup-menu.c: (gnome_popup_menu_do_popup_modal): Apply fix
  for #96899, by Erwann Chenede.
2003-02-14 20:16:19 +00:00
jmmv
cc62897889 Update to 2.2.0. Changes since 2.0.3.3:
* bonobo/bonobo-ui-toolbar.c (accumulate_item_size): split from
  (update_sizes): here and account for the popup's item's size itself if items
  moved there.
* bonobo/bonobo-ui-toolbar.c (show_popup_window): fix #76310, popup going off
  the side of the screen unhelpfully.
* configure.in: Added Amharic (am) and Dutch (nl) to ALL_LINGUAS
* configure.in: add a check for people with stale / non-parallel installable
  gdk-pixbuf's - it seems there are a number of such people.
* Fix Makefile.am's for libtool's non-understanding of -pthread.
* bonobo/bonobo-ui-util.c (bonobo_help_display_cb): re-hash so we can still
  allow components to register their own custom prefix intead of using the
  main program's always.
* bonobo/bonobo-ui-util.c (bonobo_help_display_cb): fix search datadir to use
  existing GnomeProgram if available.
2003-02-14 20:13:21 +00:00
jmmv
4748cd102f Updated to 2.2.0.1. Changes since 2.0.6 include:
* libgnome/Makefile.am (libgnome_2_la_LDFLAGS): Correct version number error.
* configure.in: Add EXTRAVERSION and set to .1.  Add missing translations to
  ALL_LINGUAS.
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Fix libtool versioning. Up number to 2.2.0
* schemas/desktop_gnome_peripherals_mouse.schemas.in: add
  /desktop/gnome/peripherals/mouse/cursor_theme and
  /desktop/gnome/peripherals/mouse/cursor_size
* monikers/bonobo-config-bag.c (bonobo_config_bag_new): Fix comment.
* schemas/Makefile.am (schema_in_files)
  schemas/desktop_gnome_thumbnailers.schemas.in: Add schemas for thumbnailers.
* schemas/desktop_gnome_accessibility_keyboard.schemas.in : set defaults to 0
  to fix #96483
* help-converters/info/main.c output title, fixing bug #83905

Changes in the package:
- Honor PKG_SYSCONFDIR.
- Use GConf2's schemas.mk file to register schemas.
- Depend on docbook, so the installed customization layer works.
2003-02-14 20:11:49 +00:00
jmmv
a2c383d887 Updated to 2.2.0. Changes since 1.2.1 include:
* backends/markup-tree.c (markup_entry_get_value): fix a logic error causing
  us to deref a null pointer, reported by Brian Alexander Quistorff.
* configure.in: fix gtk-doc version check.
* configure.in: Added Belarusian to ALL_LINGUAS.
* gconf/gconf-internals.c (gconf_value_list_to_primitive_list_destructive):
  fix using the wrong type (value->type not value->list_type) in an error
  message, #96210.
* gconf/gconf-internals.c (subst_variables): patch from Benn Vosseteig fixing
  a crash with a long path to $HOME.
* doc/gconf/gconf.sgml, doc/gconf-1.0.dtd: Some additions to match the full
  range of schema elements curently accepted by gconftool. Supposedly complete
  now.
* doc/Makefile.am: change the gconf-1.0.dtd install location to
  $(datadir)/sgml/gconf which sounds more standards compliant.
* backends/markup-backend.c (resolve_address): add FIXME about.

Changes in the package:
* Honor PKG_SYSCONFDIR, maintaining the database inside it (PLIST do not need
  to care about files in etc/gconf.xml.defaults any more).
* Provide a schemas.mk file that is used to automatically register .schemas
  files in the database.
* Add a patch to handle schema deinstallation.

Reviewed by wiz.
2003-02-14 20:04:05 +00:00
jmmv
92f8159ff8 Unset GZIP from the environment before calling GZIP_CMD. Should fix problems
shown in Hubert's bulk build.  Thanks to Yuji Yamano!
2003-02-14 19:03:47 +00:00
wiz
c5ade8fb8a Update to 6.1nb1, from Marc Recht in PR 20008: Install shared libs. 2003-02-14 18:50:50 +00:00
grant
130a6ef5bc add fluff. 2003-02-14 15:43:51 +00:00
grant
8d451d2985 s/LOCALBASE/PREFIX/ and whitespace police. 2003-02-14 15:43:39 +00:00
grant
9e1650d8ba add roundup (hi lukem!) 2003-02-14 12:48:42 +00:00
jmmv
0f74f225d3 Update to 2.2.1. Changes since 0.17:
* libwnck/tasklist.c: (wnck_tasklist_check_end_sequence): Actually end the
  sequnce if we match the wmclass against a window.
* libwnck/tasklist.c: time out startup sequences if we don't see them end, and
  end them if a window is mapped with StartupWMClass.
* libwnck/window.c (_wnck_window_get_resource_class)
  (_wnck_window_get_resource_name): add internal API to get window classes
* configure.in: added 'ro' to ALL_LINGUAS
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Added Amharic (am), Farsi (fa), and Macedonian (mk) to
  ALL_LINGUAS
* README: update README
* libwnck/application.c (get_icons): don't add an extra reference to all
  icons, that was an unfortunate memory leak. Patch from
2003-02-13 22:33:12 +00:00
jmmv
1a11aa9f26 Bump version to 2.2.0. Almost all packages that depend on this one will be
touched (updated) shortly.
Add the pkgconfig file to the file list.
2003-02-13 19:28:34 +00:00
agc
82d14d16d9 Mark this package as broken 2003-02-13 14:51:03 +00:00
agc
ef40b6cd3a Mark this package as broken until gnome2 is updated. 2003-02-13 14:37:57 +00:00
wiz
8315ec2a39 Add and enable p5-Log-Agent. 2003-02-13 12:47:26 +00:00
wiz
9937bc344d Update to 4.5. Changes:
4.5 (4 February 2003)
* info:
  . a bug in 4.4 prevented compressed info files from being found.
* Distribution:
  . detect sys/ptem.h on Solaris.

4.4 (31 January 2003)
* Language:
  . The ' (ASCII apostrophe/right quote) character is finally allowed in
    node and anchor names.  Thus, after installing this texinfo.tex,
    existing .aux files will cause errors!  Remove them and rerun TeX to
    generate good ones.
  . @value constructs are now expanded in the filename arguments to
    @include and @verbatiminclude.
* makeinfo:
  . bug fix: @copying text is now reflected in tag table positions;
    before, nodes may not have been found with a long-enough @copying.
  . bug fix: html @verb arg is quoted properly, and does not imply
    a paragraph break.
* texinfo.tex:
  . @smallexample and the like now output in a smaller font (9pt) in all
    paper formats, not just @smallbook and @afourpaper.
  . new translation txi-tr.tex.
  . bug fix: <>| and other characters do not disappear when they are
    first on a line in @verbatim.
* install-info:
  . bug fix: don't translate the `* Menu' info keyword.
* info:
  . CTRL-H is treated like DEL in incremental search.
  . arrow keys once again work in isearch contexts under Solaris.
* infokey:
  . use .info key bindings before defaults.
  . allow prefix keys to be disabled.
* Distribution:
  . update to GNU FDL 1.2 (http://www.gnu.org/licenses/fdl.html).
  . getopt and other common library files updated from gnulib
    (http://savannah.gnu.org/projects/gnulib/).
  . autoconf 2.57, automake 1.7.2.
2003-02-13 08:28:20 +00:00
agc
d366dca54c Re-generate checksum for patch-ad after its modification. 2003-02-12 09:39:30 +00:00
mjl
a29ac9de3b Add p5-Log-Agent 0.303
Log::Agent is a general logging framework aimed at reusable modules.

Instead of having modules insist on using their onw logging reporting
(by hardwiring calls to warn() or syslog()) which can conflict with
the final application's choice, one may use logwarn() for instance to
emit a warning.
2003-02-11 23:29:56 +00:00
lukem
03b574c33c Roundup is a simple-to-use and -install issue-tracking system with
command-line, web and e-mail interfaces.  It is based on the winning
design from Ka-Ping Yee in the Software Carpentry "Track" design
competition.
2003-02-11 12:30:28 +00:00
lukem
c930b0a533 Roundup is a simple-to-use and -install issue-tracking system with
command-line, web and e-mail interfaces.  It is based on the winning
design from Ka-Ping Yee in the Software Carpentry "Track" design
competition.
2003-02-11 07:53:39 +00:00
lukem
c7fbabd0b0 Roundup is a simple-to-use and -install issue-tracking system with
command-line, web and e-mail interfaces.  It is based on the winning
design from Ka-Ping Yee in the Software Carpentry "Track" design
competition.
2003-02-11 07:39:15 +00:00
lukem
a28731cfbf Roundup is a simple-to-use and -install issue-tracking system with
command-line, web and e-mail interfaces.  It is based on the winning
design from Ka-Ping Yee in the Software Carpentry "Track" design
competition.
2003-02-11 06:09:01 +00:00
lukem
dfaac3826d Roundup is a simple-to-use and -install issue-tracking system with
command-line, web and e-mail interfaces.  It is based on the winning
design from Ka-Ping Yee in the Software Carpentry "Track" design
competition.
2003-02-11 05:46:31 +00:00
kei
bfcd7b4a26 make this compile on arm-ELF platforms. it would be a good if someone who
have such platforms test this.  and I heard that it is currently broken on
mac68k.

changes suggested by Izumi Tsutsui.
2003-02-10 14:08:21 +00:00
chris
5aa046ef45 Fix gtk2 failing to build on -current. The problem is that the
gthread.la file doesn't note that pthread is a dependancy, so linking with
libtool against libgthread breaks.  It seems the workaround for libtool not
understanding -pthread doesn't work, so we use the same thing as linux, and
convert -pthread to -lpthread.  gtk2 now builds to completion on -current

Note that this has no impact on 1.6.1 as it doesn't use -pthread.
2003-02-09 00:57:13 +00:00
dmcmahill
a93fb0253f bump pkgrevision since the last change was an important bug fix 2003-02-06 11:50:01 +00:00
dmcmahill
63c90f2f90 teach GNUstep to deal with the fact that some NetBSD ELF systems (such as
alpha, and probably pmax) show up as 'netbsd' while others (such as i386)
show up as 'netbsdelf'.  Should fix problems on all ELF systems which
come up as 'netbsd'.
2003-02-06 10:54:17 +00:00
jmmv
52e878e68c Add and enable GConf2-ui. 2003-02-05 22:20:31 +00:00
jmmv
54d60cc6d7 Initial import of GConf2-ui:
GConf is a configuration database system, functionally similar to the
Windows registry but lots better. It was written for the GNOME
desktop but does not require GNOME; configure should notice if GNOME
is not installed and compile the basic GConf library anyway.

This package installs graphical utilities included in GConf's
distribution file.

Reviewed by wiz.
2003-02-05 22:19:56 +00:00
jmmv
0a9aa30038 Do not set PKGDIR (nor PLIST_SRC, which is not needed now). 2003-02-05 22:16:10 +00:00
jmmv
04b87144dd Modify the package for the shortcoming GConf2-ui (which will use the
new Makefile.common).  Reviewed by wiz.
2003-02-05 22:06:45 +00:00
dmcmahill
9e81ba8560 on alpha, compile gdk-glue.c without optimization to work around a
compiler bug.
2003-02-05 21:35:06 +00:00
jmmv
98389e2c65 Update to 0.10. Changes in this version:
o   The bt_logic module was added.  It parses each call to the compiler
         and linker, sorts arguments, adapts them to the current platform and
         runs the resulting converted command.  It also provides generation of
         dependancy files and installation of stuff.

     o   Initial support of shared libraries through bt_logic's framework.
         Buildtool can now build them on different platforms and use different
         naming schemes (needed for Darwin), set rpaths automatically, and
         more.  Note that this is still very experimental.

     o   New tunable features related with libraries are available for Build-
         tool-ized packages.  They are called SHARED and STATIC, and tune
         which kind of libraries you want to build.

     o   Standalone bt_mkdep and bt_install modules were removed.  All their
         functionality is now superseded by bt_logic.

     o   The x11.subr module was added to bt_config.  It provides checks for
         automatic detection of the X Window System.

     o   The pkgconfig.subr module was added to bt_config.  It provides a
         frontend to the pkg-config(1) program.  The bt_check_pkgflags() func-
         tion has been deprecated in favour of this module.

     o   Added functions to automate the detection of a C/C++ compilation en-
         vironment in bt_config.  They are called bt_check_env_c() and
         bt_check_env_cxx().
2003-02-05 18:19:38 +00:00
dmcmahill
0dc0299303 make this build without requiring a running Xserver when gtk-doc is
installed.
2003-02-05 14:26:09 +00:00
jlam
0acbd7c745 Create a fake libtool archive so that libtool doesn't get confused since
libz.so exists in the base system, but the package creates a libz.la.
2003-02-04 18:48:23 +00:00
drochner
ca8f8a5b83 PTH_SYSCALL_HARD's fork() replacement didn't work on archs where the
system call's return values are postprocessed by the libc stub
(eg alpha).
Change pth to call libc's internal _fork(). This is only available
since NetBSD-1.5, older releases are SOL -- sorry, but we need something
working for 1.6.1.
We should audit all the PTH_SYSCALL_HARD plugins whether they neglect
libc assembler magic...
bump PKGREVISION
2003-02-04 17:31:16 +00:00
drochner
61280d9e9b add one.
mostly from Eric Gillespie <epg@pretzelnet.org>
2003-02-03 20:22:01 +00:00
drochner
53aca291a3 make apache dependency a "full" one -- I don't see what the buildlink
files' default is good for...
2003-02-03 20:19:00 +00:00
skrll
5d1a5a5fda Don't use -nodefaultlibs when linking C libraries - this was for old broken
ELF toolchains. glib2 on -current will now link correctly as -pthread will
have an effect.

PKGREVISION++
2003-01-31 20:33:51 +00:00