Commit graph

4550 commits

Author SHA1 Message Date
simonb
7bf4aa923f Include converters/libiconv/buildlink2.mk.
Sanity checked by Juan RP.
2003-09-18 04:01:17 +00:00
markd
7bcca7319e Update to KDE3.1.4.
Changes:
* Debian packaging updates.
2003-09-17 23:51:25 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
seb
e605c154dd Fix binary package: use PERL5_SITEARCH instead of PERL5_ARCHLIB for the
packlist.
2003-09-17 16:52:09 +00:00
jmmv
7dcb728706 Remove nasm-devel. 2003-09-17 16:42:04 +00:00
jmmv
cdaa927157 nasm has been updated to 0.98.37, so this package is useless now. 2003-09-17 16:41:34 +00:00
jmmv
6fbafc115e Update to 0.98.37 (really, rename nasm-devel to nasm). This version is far
more complete than 0.98, plus homogenizing the package in a single one will
save us from conflicts during bulk builds (and during manual builds too).
2003-09-17 16:40:12 +00:00
grant
7c6d577bdf add USE_GCC_SHLIB, reorder some lines a bit for clarity. 2003-09-17 16:24:37 +00:00
xtraeme
ed80fbf036 Fix build with gcc3, reported by Soren Jacobsen PR pkg/22822. 2003-09-16 23:46:55 +00:00
xtraeme
044c74a34b Updated to 2.4.6. Patch provided by David S. <davids@idiom.com>
via PR pkg/22185.

Changes:

New in slib2d6:

  * phil-spc.scm: Added Hilbert Space-Filling Functions.

  * ncbi-dna.scm: Read and manipulate NCBI-format nucleotide
  sequences.

  * differ.scm (diff:edits): Improved speed by 27%.

  * solid.scm (scene:viewpoint): Simplified; fixed pitch.
  (solid:extract-colors): Fixed color/elevations alignment.
  (solid:extract-colors, solid:extract-elevations): Fixed row-major.
  * solid.scm (solid:basrelief): Added VRML ElevationGrid.
  (solid:bry): Added "solid FALSE" and missing alternative clause.
  * solid.scm (scene:viewpoints): Restored Up and Down views.

  * html4each.scm (html-for-each): Rewrote for full quote hair.
  Removed require string-search; uses own multi-char version.
  * html4each.scm (html-for-each): "unterminated HTML entity"
  warning infinitely looped; changed to error.
  (htm-fields): Recover from HTML errors.
  * html4each.scm (htm-fields): Parses markup string.
  (html-for-each): Handle comments as markups.
  * html4each.scm (html:read-title): Added optional LIMIT
  (word-count) argument.
  * html4each.scm (html:read-title): Added.
  (html-for-each): Accept input-port for FILE argument.
  (html:read-title): Added check for first char being '<'.

  * uri.scm (uri->tree, make-uri): Fixed confusion of #f and "".
  * uri.scm (absolute-uri?): Added.
  * uri.scm (uri->tree): Corrected documentation.

  * db2html.scm (command:make-editable-table, command:modify-table):
  Improved null-keys treatment to work with multiple primaries.
  * db2html.scm (command:make-editable-table): foreign-choice-lists
  now opens the table.

  * slib.texi: Fixed database examples.

  * dbutil.scm (solidify-database): Fixed lock handling.
  * dbutil.scm (mdbm:report): Show lock certificates.
  (create-database, write-database, syncify-database, close-database):
  Lock database file for writing.
  (create-database): Allow initial #f filename.

  * transact.scm (transact-file-replacement): Accept (string) path
  to backup file in place of backup-style symbol.

  * charplot.scm (histobins): Gracefully return when no data.

  * soundex.scm (SOUNDEX): Character lookups use ASSV and MEMV.

  * qp.scm (qp:qp): Distinguish #f and 0 values for *qp-width*.

  * array.scm (make-array): Removed legacy procedures.

  * arraymap.scm (array-for-each): Use set-car! instead of reverse.

  * fft.scm (fft:shuffle&scale): Use bit-reverse from 'logical.

  * logical.scm (logical:logcount, logical:integer-length): Made
  tail-recursive.
  (logical:logxor, logical:logior, logical:logand): Made
  tail-recursive.
  * logical.scm (logical:ones): Return 0 for 0 argument.
  (gray-code->integer): Improved running time from O(b^2) to
  O(b*log(b)).

  * strsrch.scm (substring?, substring-ci?): Bum simple cases.
  (subskip): Split out common code from substring?, substring-ci?.
  (subloop): Old non-table-driven code for short substring?s.
  (substring?, substring-ci?): Compared measurements of subskip vs
  subloop; set breakpoint at STRLEN < CHAR-CODE-LIMIT/2 + 2*PATLEN.
  (substring-ci?, substring?): Refined; subloop for PATLEN <= 4.
  * strsrch.scm (count-newlines): Added.

  * slib.texi (Lists as sets): Updated UNION examples.
  * comlist.scm (comlist:union): Optimized for list lengths.
  * comlist.scm (comlist:list*): Make letrec top-level.

  * batch.scm (*operating-system*): gnu-win32 renamed from cygwin32.
  * batch.scm (*operating-system*): Detect MINGW32 (gcc on MS-DOS)
  as CYGWIN.

  * random.scm (random): Streamlined.
  (seed->random-state, random:chunk): Replaced BYTE with ARRAY.
  * random.scm (random): Don't get extra chunk when modu is integer
  multiple of 256.

  * slib.texi (Getopt): Fixed double dashes.
  * slib.texi (Getopt, Getopt Parameter lists):
  * getparam.scm (getopt->arglist, getopt->parameter-list):
  * getopt.scm (getopt, getopt--): Global variable *argv* replaces
  argc, argv arguments.  Not the best solution -- but at least its
  consistent.

  * slib.texi (Plotting): Updated examples.
  * slib.texi (String Search): State search order for string-subst.
  * slib.texi (Copyrights): Fixed TeX formatting.
  * slib.texi (Rule Types): Split from Precedence Parsing Overview.
  (Precedence Parsing Overview): Describe binding power concept.
2003-09-16 18:51:31 +00:00
grant
46fd977536 mark this ONLY_FOR_PLATFORM NetBSD for now, as it destroys the
mk files installed from bootstrap-pkgsrc. thanks, salo.
2003-09-16 17:14:08 +00:00
drochner
8699a220f1 look for a CDROM also at /dev/cd?d; should fix PR pkg/22803 by
Peter Seebach
2003-09-16 17:03:44 +00:00
gehenna
e2cd0207c7 CVSync 0.24.7
Changes:
  * Fix a bug to fail to run with GNU Pth/PTL. (cvsyncd)
  * Fix compile problems on OSes without a pthread library
    support. (cvscan/rcscmp)
2003-09-16 13:00:41 +00:00
recht
d06a3bdc67 Initial import of py-TPG 2.1.6
based upon the pkg provided by Michal Pasternak in PR 21982

TPG can very simply write parsers that are usefull for most every day needs
(even if it can't make your coffee). With a very clear and simple syntax,
you can write an attributed grammar that is translated into a recursive
descendant parser. TPG generated code is very closed to the original
grammar. This means that the parser works "like" the grammar. A grammar rule
can be seen as a method of the parser class, symbols as method calls,
attributes as method parameters and semantic values as return values. You
can also add Python code directly into grammar rules and build abstract
syntax trees while parsing.
2003-09-15 22:08:35 +00:00
jmmv
6fd43e4130 Use GNU m4 under NetBSD 1.5.x to fix some problems *sigh*. 2003-09-15 14:49:44 +00:00
gson
dbd4a5bde5 Add and enable p5-Set-IntSpan 2003-09-14 20:31:01 +00:00
gson
0179fbb490 Initial import of Set::IntSpan into the NetBSD packages collection
as devel/p5-Set-IntSpan.

Set::IntSpan manages sets of integers. It is optimized for sets that
have long runs of consecutive integers.
2003-09-14 20:27:50 +00:00
recht
44917e36b8 Use my NetBSD.org email address. 2003-09-14 18:13:48 +00:00
recht
1c1e43a917 update to 0.6.1.
Lot's of fixes and new features.
See CHANGES for a complete list.

Also, take ownership.
ok'ed by lukem@
2003-09-14 17:30:18 +00:00
recht
e914ab3288 hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports".

Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.

Discussed with/ok'ed by drochner@.
2003-09-14 16:43:45 +00:00
recht
3304e9bbc1 If Python 2.3 is been used the pkg version must be >= 2.3nb2. 2003-09-14 14:16:53 +00:00
tron
a038afcc20 Fix unportable shell code in "configure" which breaks configuration on
systems where the "compfaces" program from the "faces" package is
installed. A dependence on the "faces" package isn't necessary because
the "compfaces" program isn't really used. This fix the first part
of PR pkg/22762 by myself.
2003-09-12 21:02:10 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
recht
4b077c41a6 gcc.buildlink2.mk is no more. So, include compiler.mk instead.
reported by Matthias Scheler
2003-09-12 18:36:10 +00:00
minoura
20c0da0185 Missing dependency for XEmacs.
xemacs-packages actually includes the old version of apel;
this package overrides it, which could be confusing.
Possibly we should remove apel from xemacs-packages?
(some packages require new apel)
2003-09-12 02:49:44 +00:00
jmmv
6c08f5c8e7 Update to 1.19. Closes PR pkg/22711 by Lloyd Parkes. Changes since 1.17:
1.19 - Messed up applying some of the patches in 1.18 :-(
  1.18 - Added support for specifying unsigned integer values [0; 2^32-1]
         Thanks to Richard Gerrits for pointing out the problem.
         Added support for specifying Z/Y/Z for adiw, sbiw and movw.
         Thanks to Richard Barrington for suggesting this.
         Added support for a bunch of Mega devices.
         Thanks to Andreas Schwarz for supplying a patch with these.
         Fixed problems compiling with GCC 3.2
         Several people supplied patches, but I was just too busy
         integrating them.
         Thanks to Patrick Dreker for supplying the final patch.
2003-09-11 18:08:44 +00:00
jmmv
7332729081 Bump PKGREVISION to 4, due to libgda/libgnomedb updates.
Add explicit dependancy on pkgconfig.
Sort buildlink2 includes alphabetically.
2003-09-11 12:42:51 +00:00
jmmv
4af52b5099 Drop non-working master site. 2003-09-11 12:23:03 +00:00
grant
bd7d83998c remove USE_GCC3 definintion.
packages should only ever test this, not define it.
2003-09-11 11:50:18 +00:00
agc
a1530aa0a3 Order SUBDIRs alphabetically 2003-09-11 08:54:12 +00:00
martti
d27f0a1e02 Make delay >= 1.0 work 2003-09-11 07:26:20 +00:00
martti
2eb95ba40c Updated distcc to 2.10.1
* Fix problem in "make clean" reported by Lisa Seelye.
    * Fix issues in temporary file handling that could allow a local
      attacker to interfere with another user's distcc processes.
    * Daemon niceness is incremented by +5 by default.  (This can be
      changed by --nice.)
    * The per-user configuration directory can be set by $DISTCC_DIR.
      It defaults to the old value of ~/.distcc/.
    * For regular compile failure, don't say "with exit code 1".
    * The server now emits warnings to the log and to the client if
      its PATH is set such that it will recursively run a distcc
      client.  This check is done at run time for the requested
      compiler name.  The server's $PATH is not modified in other
      ways.  This may help reduce problems with finding the right
      remote compiler.
    * SCO/Caldera operating systems are no longer supported due to
      their recent absurd attacks against Linux and IBM.
    * TMPDIR is no longer required to start with '/', so that Cygwin
      paths starting with a drive letter may be used.  Reported by
      Heiko Elger.
    * Various man page updates.
    * Daemon now sits in the root directory while running, not the
      temporary directory.
    * Temporary directory is gone.  Working files are created directly
      under $TMPDIR.
    * Lock files and state files are stored under DISTCC_DIR, rather
      than in /tmp.
    * Test cases are more robust in choosing a daemon port number.
2003-09-11 06:45:52 +00:00
martti
de996c79c5 Updated ddd to 3.3.7
* martti is the new maintainer
* changes since 3.3.1

  - libiberty was missing from the 3.3.6 release
  - libtermcap was built but not linked on systems which needed it
    (suse-axp-linux 8.1; probably others too)
  - The source tree was merged back from the bashdb project's CVS into the
    original ddd CVS
  - Major changes to get this to compile with modern auto-tools, Bison,
    Flex, and C++ STL.
  - Options are automatically saved when exiting DDD.
  - Temporary sessions in Gnome and KDE are now properly deleted.
  - The Tip of the Day comes with an option to turn it off.
  - Alias detection is now on by default.
  - The splash screen no longer bypasses all window controls.
  - Major code clean-up, including plugging several memory leaks (1).
  - GCC 3.0 should properly compile DDD.
  - ChangeLog files are back.
2003-09-11 06:45:33 +00:00
taca
a0a399e64f Update ruby-rd-mode package to 0.6.14 with the update of ruby-rdtool package.
No change with ruby-rd-mode package itself.
2003-09-10 16:00:24 +00:00
markd
04bff551bc Update kdbg to 1.2.9
Changes:
* Really fixed security flaw regarding the program specific debugger command.
 (Thanks to Matt Zimmerman, who pointed out the flaw in the previous
 "solution".)
* Fixed the charset definition in the Russian translation (thanks to Alexander
 Kogan).
2003-09-10 12:38:40 +00:00
gehenna
1a11263696 cvsync 0.24.6 tarball is regenerated.
Bump PKGREVISION.
2003-09-10 04:46:55 +00:00
gehenna
08edbbbd2b cvsync 0.24.6
Changes:
        * New feature: specify configurations in command line. (client)

          URI Syntax:
                cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]

          Samples:
                cvsync://some.where/
                        Retrieves the collections list.
                cvsync://some.where/foo/rcs/?prefix=/localsrc
                        Retrieves the collection foo/rcs under /localsrc.

          The documentation is not prepared yet.

        * Fix a bug to fail to execute in background when use an option -p
          to specify a file name to store a PID number and it is a relative
          path. (server)

        * Add samples to distribute NetBSD/OpenBSD CVS repositories.
2003-09-09 17:48:37 +00:00
gehenna
583ef0fb1e cvsync 0.24.6
Changes:
        * New feature: specify configurations in command line. (client)

          URI Syntax:
                cvsync://<hostname>[:<port>][/[<name>/release/[?<aux>]]]

          Samples:
                cvsync://some.where/
                        Retrieves the collections list.
                cvsync://some.where/foo/rcs/?prefix=/localsrc
                        Retrieves the collection foo/rcs under /localsrc.

          The documentation is not prepared yet.

        * Fix a bug to fail to execute in background when use an option -p
          to specify a file name to store a PID number and it is a relative
          path. (server)

        * Add samples to distribute NetBSD/OpenBSD CVS repositories.
2003-09-09 17:45:11 +00:00
recht
2c5a669e37 Added Python 23 and 23pth to PYTHON_VERSIONS_ACCEPTED. 2003-09-09 11:50:12 +00:00
adam
88bef8078b Changes 1.2.5: Add mprefixups.[ch] to xft_sources as well as ft2_sources 2003-09-08 14:17:42 +00:00
epg
cffc1632ee Update to 0.29.0.
Remove patch-ad (fixed in this release).

 User-visible changes:
 * 'svn status' now streams its response.  (r6913, #1426)
 * 'svn status' now recurses into externals (r6913, #1428)
 * new 'svnadmin verify' command to verify repository data (r6851, #1074)
 * SSL changes:  (r6958, #1371)
     - dropped support for PEM-encoded client certs, only accept PKCS12 now.
     - 'ssl-authority-files' is now a list of CA files
     - no more 'ssl-client-cert-type' and 'ssl-client-key-file' variables.
 * new svndumpfilter option: '--preserve-revprops' to keep props on empty revs
 * mailer.py improvement:  handle multiple match groups (r6940)
 * remove in-repos/on-disk repository template features, till post-1.0 (r6965)
 * various cleanups to the Book
 * other bugfixes: switch deletion bug (r6890, #1496), status
   repos-delete bug (r6913, #1469), reversion of '.' (r6953, #854).

 Developer-visible changes:
 * GUI developers take note: prompting API changed (r6928, #1214)
 * now compile against neon-0.24; 0.23.9 support to be dropped soon. (r6958)
 * various improvements to Perl/SWIG bindings
 * tree re-org:  non-core utilities split into 'tools' and 'contrib' areas.
 * some gen_make.py/gen-base.py improvements
 * configure.in CFLAGS bugfix (r6963)
 * stop callng deprecated APIs in APR, in preparation for upcoming APR-1.0.
2003-09-08 04:47:51 +00:00
jdolecek
ae08964657 Update apache-ant to latest available 1.5.4 (1.5.3.1 is no longer available).
Also switch over to tar.bz2 archive.

Changes since 1.5.3:

Fixed bugs:
-----------

* The Visual Age for Java tasks didn't work (at least for versions 3.0
  and higher).  Bugzilla Report 10016.

* URL-encoding in <vaj*port> didn't work properly.

* VAJRemoteUtil called getAbsolutePath instead of getPath
  causing problems when using a Windows VAJ server from a UNIX server.
  Bugzilla Report 20457.

* VAJImport task failed with NullPointerException when using DirectoryScanner.
  Bugzilla Report 22080.

Other changes:
--------------

* Shipped XML parser is now Xerces 2.5.0

* <javah> will invoke oldjavah on JDK 1.4.2.  Bugzilla Report 18667.

* The VAJ tasks now support a haltonfailure attribute to conditionally
  keep building even if they fail.

* It is now possible to use the latest (versioned or unversioned) edition
  in <vajload> by using special wildcard characters.  Also fixes
  Bugzilla Report 2236.
2003-09-07 09:17:28 +00:00
kim
65afd04ef8 Update p5-Inline to 0.44
Inline version 0.44 is a semi-major release:
+ This version is intended to be backwards compatible with 0.43.
+ Fixed many bugs reported since 0.43
+ Sped up parsing of C with 'USING => ParseRegExp'
+ Added BUILD_NOISY and BUILD_TIMERS options
+ Use File::Spec for all path operations. First step in porting to all
  platforms.
+ Always call ILSM->validate()
+ Allow C++ modules to be written with Inline
+ New improved Inline::MakeMaker
2003-09-06 03:33:18 +00:00
jmmv
e8f9f2bcfd Update to 0.14:
* Documentation changes to match Buildtool 0.14.

* Clean up of distribution documentation.
2003-09-05 18:51:44 +00:00
jmmv
9d3b9a8c16 Update to 0.14:
o   Added the `qt_program' type to bt_logic as a replacement for the old
         qt.moc.mk makefile.

     o   Added logging functionality to bt_logic, to help debugging problems
         present in it and to tell the developer what is happening during a
         build.

     o   Added a standard customizable directory (named `doc') where a package
         may install documents.  Package documents (those registered in the
         docs() function) will get installed in this directory by default.

     o   Removed all uses of the getopt(1) command.  This means that all mod-
         ules that still used it now support long options, aside from the
         standard short ones.

     o   Multiple bug fixes.
2003-09-05 18:50:32 +00:00
xtraeme
069cac5511 Add and enable gtranslator 2003-09-05 17:01:36 +00:00
xtraeme
c0f4a780e0 Initial import of gtranslator 1.0
gtranslator is an enhanced gettext po file editor for the GNOME2 desktop
environment. It handles all forms of gettext po files like compiled gettext
po files (gmo/mo files), compressed po files (po.gz/po.bz2 etc.) and features
many comfortable everyday usage features like Find/Replace, Auto Translation,
Message Translation Learning, Messages Table (for having an overview of the
translations/messages in the po file), Easy navigation and editing of
translation messages & comments of the translation where accurate. It has got
really very much to offer therefore you should simply test it and be happy
with it!

http://www.gtranslator.org/

Package imported from pkgsrc-wip, reviewed by wiz@
2003-09-05 17:00:35 +00:00
xtraeme
295a90b33e Make this work on FreeBSD 5.x systems, where SC_GETPW_R_SIZE_MAX
still is not implemented. This closes my own PR pkg/21909. Reviewed
by wiz@
2003-09-05 16:54:49 +00:00
adam
0f6f61a36a Now use system/user default CFLAGS 2003-09-04 15:35:51 +00:00
minoura
83707b29e4 Depends on misc/bbdb and www/w3, for consistent PLIST independent on
the build environment.
Bump package revision.
2003-09-04 13:49:41 +00:00
wiz
799b62e91e regen (for patch-aj change) 2003-09-04 09:57:41 +00:00
drochner
372b2ef84b oops - one modification was just in the generated "configure", not in
"configure.in", so it got lost during regen
2003-09-04 09:53:33 +00:00
wiz
5783c343a7 Replace configure patch with one generated by the same version of
autoconf as the original, reducing the size of the patch by 500k.
Ok'd by drochner.
2003-09-04 07:31:50 +00:00
drochner
7a10834052 update to 1.2.6
There are many bug fixes and improvements in this release,
including MMX and 3DNow! optimized alpha blending,
MMX optimized audio mixing, support for OpenGL FSAA,
and official QNX support!
2003-09-03 19:30:49 +00:00
martti
0924c4527f Updated doxygen to 1.3.3
- Bug fixes
- New features

  * Added new debug flag "-d Time" which will report the elapsed time for each
    message printed, and will also show the total running time along with the
    time spend on external tools such as dot. Note: If you have a project that
    takes doxygen a long time to process, please send me the output so I get
    a global idea where to optimize.

  * New option SUBGROUPING which can be set to NO to have \nosubgrouping for
    all classes (thanks to Torben Koch for the patch).

  * Added XML schemas for validating the XML output, and to help writing XSLT
    files. The generated index.xml now has a complete schema, the compounds
    not yet. Thanks go to Alexej Humbach for doing a lot of the work. Note
    that a couple of "id" attributes in the XML output have been changed to
    "refid", and section tags are now nested.

  * Included language updates for Traditional Chinese and Japanese.
2003-09-03 05:39:10 +00:00
epg
7fb070ed6a Update to 0.28.2.
User-visible changes:
 * MAJOR BUGFIX:  revert revision 6764.

      The new history-searching code was over-stressing our use
      of BerkeleyDB transactions, causing checkouts to go
      twice as slow and lose all concurrent-client scalability.

      This is a temporary fix for a larger design problem.  See issue
      http://subversion.tigris.org/issues/show_bug.cgi?id=1499
2003-09-02 17:57:21 +00:00
taca
e055323309 Update DESCR file to current version. 2003-09-02 17:21:56 +00:00
seb
6e094669d8 Fix PYTHON_PATCH_SCRIPTS: pathnames listed should be relative to ${WRKSRC}. 2003-09-02 13:21:30 +00:00
seb
118ca52653 Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}. 2003-09-02 12:48:33 +00:00
martti
f921a08bbb Updated rcs to 5.7nb2
- make this available for Linux
- root must be able to compile this package (patch-ac)
2003-09-02 09:42:55 +00:00
xtraeme
37b2336ba3 Add and enable loudmouth 2003-09-02 07:28:47 +00:00
xtraeme
943d4cb5df Initial import of loudmouth 0.13.2. Ok'ed by wiz@
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.
2003-09-02 07:27:58 +00:00
martti
5b399ffa47 This needs zlib 2003-09-02 07:12:15 +00:00
taca
1d0651ec70 ruby-rd-mode package was update to 0.6.13 implicitly by update of
ruby-rdtool package.  Update distinfo file and remove PKG_REVISION now.

Nothing changed with ruby-rd-mode itself.
2003-09-02 06:13:26 +00:00
minoura
bd012a27b3 Updated to 10.6 (from 10.4), addressing pkg/22212 by hiramatsu-san.
2003-07-05  Yuuichi Teranishi  <teranisi@gohome.org>

	* APEL: Version 10.6 released.
	* apel-ver.el (apel-ver): Change APEL version to 10.6.

2003-07-03  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* poe.el (make-temp-file) [2-args make-temp-file]:
	Don't use octal number for file modes.

	* poe.el (toplevel): Fixed the compile-time check for the definition of
	`make-temp-file' [apel-ja: 00874].
	(make-temp-file) [no make-temp-file, single-user system]:
	Don't use `set-default-file-modes' nor `default-file-modes'.

2003-07-03  Yuuichi Teranishi  <teranisi@gohome.org>

	* poe-18.el (make-directory-internal): Signal an error according to
	the exit status of mkdir.
	(delete-directory): New function.
	(write-region): Ditto.

2003-06-06  Yuuichi Teranishi  <teranisi@gohome.org>

	* APEL: Version 10.5 released.
	* apel-ver.el (apel-ver): Change APEL version to 10.5.

2003-05-29  Yuuichi Teranishi  <teranisi@gohome.org>

	* poe.el (make-temp-file) [no make-temp-file, single-user system]:
	Modified for OS/2.

2003-05-22  Yuuichi Teranishi  <teranisi@gohome.org>

	* install.el (install-prefix): Change value for Meadow2 and NTEmacs.

2003-05-20  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
	Modified comments.

2003-05-19  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>

	* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
	Flatten nested `unwind-protect'.  Fixed comments.

2003-05-15  Yuuichi Teranishi  <teranisi@gohome.org>

	* poe.el (make-temp-file): New function.

2002-11-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>

	* mcs-20.el (mcs-region-repertoire-p): New function for UTF-2000
	implementations.
	(mcs-string-repertoire-p): Likewise.
	(detect-mime-charset-region): New implementation for UTF-2000
	implementations.
	(detect-mime-charset-string): New function for UTF-2000
	implementations.

2002-11-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>

	* filename.el (filename-filters): Change default value to nil.
2003-09-01 14:51:00 +00:00
epg
6cf22acba2 Make this patch match the change i committed upstream. 2003-08-31 22:09:51 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
jschauma
facd72c9c7 Apply patch provided by Min Sik Kim in PR pkg/22632 to update tcl-tclcl
to 1.0rc13.
2003-08-31 19:45:21 +00:00
jmmv
799decbddf Update to 0.13:
* Documentation changes to match Buildtool 0.13.

        * Converted build files to the new framework introduced in
          Buildtool 0.13.

        * Fixed detection of the Docbook XML DTD and the Docbook XSL
          package under Gentoo Linux.
2003-08-31 19:30:03 +00:00
jmmv
fce70b7fd5 Update to 0.13:
o   All Buildtool control files (the ones in the buildtool.d subdirecto-
         ry) were unified into a single file, Generic.bt, which is placed in
         the top level directory for simplicity.  Everything is now controlled
         from shell functions defined in that file.  Buildtool will assist you
         in this conversion when needed.

     o   The bt_sh module was added, a very fast and small shell interpreter.

     o   The bt_logic module was extended (really, rewritten from scratch) to
         provide a shell based program to track dependancies and build tar-
         gets.  It still acts as a wrapper for compilation and linking com-
         mands.  As a side effect, the old code was readded as the bt_wrap
         module, needed to keep bt_make working until both can be safely re-
         moved.

     o   bt_config will now check for several programs to generate dependancy
         files.  Aside from the standard cpp(1), it also searches for fastdep,
         which will give better results on slow computers.

     o   Some bug fixes.
2003-08-31 19:29:06 +00:00
wiz
6261786f43 Update to 4.4:
1. In UTF-8 mode, a character class containing characters with values between
    127 and 255 was not handled correctly if the compiled pattern was studied.
    In fixing this, I have also improved the studying algorithm for such
    classes (slightly).

 2. Three internal functions had redundant arguments passed to them. Removal
    might give a very teeny performance improvement.

 3. Documentation bug: the value of the capture_top field in a callout is *one
    more than* the number of the hightest numbered captured substring.

 4. The Makefile linked pcretest and pcregrep with -lpcre, which could result
    in incorrectly linking with a previously installed version. They now link
    explicitly with libpcre.la.

 5. configure.in no longer needs to recognize Cygwin specially.

 6. A problem in pcre.in for Windows platforms is fixed.

 7. If a pattern was successfully studied, and the -d (or /D) flag was given to
    pcretest, it used to include the size of the study block as part of its
    output. Unfortunately, the structure contains a field that has a different
    size on different hardware architectures. This meant that the tests that
    showed this size failed. As the block is currently always of a fixed size,
    this information isn't actually particularly useful in pcretest output, so
    I have just removed it.

 8. Three pre-processor statements accidentally did not start in column 1.
    Sadly, there are *still* compilers around that complain, even though
    standard C has not required this for well over a decade. Sigh.

 9. In pcretest, the code for checking callouts passed small integers in the
    callout_data field, which is a void * field. However, some picky compilers
    complained about the casts involved for this on 64-bit systems. Now
    pcretest passes the address of the small integer instead, which should get
    rid of the warnings.

10. By default, when in UTF-8 mode, PCRE now checks for valid UTF-8 strings at
    both compile and run time, and gives an error if an invalid UTF-8 sequence
    is found. There is a option for disabling this check in cases where the
    string is known to be correct and/or the maximum performance is wanted.

11. In response to a bug report, I changed one line in Makefile.in from

        -Wl,--out-implib,.libs/lib@WIN_PREFIX@pcreposix.dll.a \
    to
        -Wl,--out-implib,.libs/@WIN_PREFIX@libpcreposix.dll.a \

    to look similar to other lines, but I have no way of telling whether this
    is the right thing to do, as I do not use Windows. No doubt I'll get told
    if it's wrong...
2003-08-31 11:28:48 +00:00
seb
ab7ef6cfa3 Install documentation in canonical pkgsrc directories.
Use static PLIST.
Get ride of share/examples/libnet symlink handling in PLIST by '@.*exec'
symbolic link in PLIST are just fine.

Bump PKGREVISION.
2003-08-31 10:08:24 +00:00
he
8cf61eeb16 Update p5-IPC-ShareLite from 0.08 to 0.09.
Changelog:

0.09 Wed Dec  4 13:51:05 PST 2002
        - fixed bug in size() thanks to Craig Manley <c.manley@skybound.nl>
2003-08-31 10:01:43 +00:00
he
4edd29a2ec Remove duplicate dependency on p5-IPC-ShareLite. 2003-08-31 09:52:02 +00:00
jlam
b2677a2cb0 Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if
USE_PKGINSTALL is "YES".  bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30 22:51:11 +00:00
he
84729c73f5 Enable p5-Scalar-List-Utils.
This distribution is a replacement for the builtin distribution.

This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.
2003-08-30 19:02:17 +00:00
he
a9c8be95fa Import p5-Scalar-List-Utils version 1.12.
This distribution is a replacement for the builtin distribution.

This package contains a selection of subroutines that people have
expressed would be nice to have in the perl core, but the usage would not
really be high enough to warrant the use of a keyword, and the size so
small such that being individual extensions would be wasteful.
2003-08-30 19:01:32 +00:00
he
99a3c3e91f Enable p5-Exception-Class.
This module allows you to declare hierarchies of exception classes for
use in your code.  It also provides a simple exception class that it
uses as the default base class for all other exceptions.

You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.
2003-08-30 19:00:44 +00:00
he
dd07d64e09 Import p5-Exception-Class version 1.14.
This module allows you to declare hierarchies of exception classes for
use in your code.  It also provides a simple exception class that it
uses as the default base class for all other exceptions.

You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.
2003-08-30 19:00:01 +00:00
he
569550bf9b Enable p5-Class-Data-Inheritable.
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.
2003-08-30 18:59:07 +00:00
he
05f7f87430 Import p5-Class-Data-Inheritable version 0.02.
Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.
2003-08-30 18:58:33 +00:00
he
1a9089286b Enable p5-Class-Container.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
2003-08-30 18:57:32 +00:00
he
a17082fe1f Import p5-Class-Container version 0.10.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
2003-08-30 18:56:46 +00:00
he
46a91d2174 Enable p5-Cache-Cache.
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.  People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.
2003-08-30 18:55:40 +00:00
jlam
a1da828c64 Convert to use bsd.pkg.install.mk 2003-08-30 18:48:34 +00:00
he
1281c649df Import p5-Cache-Cache version 1.02.
The Cache modules are designed to assist a developer in persisting
data for a specified period of time.  Often these modules are used
in web applications to store data locally to save repeated and
redundant expensive calls to remote machines or databases.  People
have also been known to use Cache::Cache for its straightforward
interface in sharing data between runs of an application or
invocations of a CGI-style script or simply as an easy to use
abstraction of the filesystem or shared memory.
2003-08-30 18:47:51 +00:00
jlam
396e0f41df Remove redundant line that matches the default. 2003-08-30 18:46:17 +00:00
wiz
b86098bbfd Update to 0.98.37:
* Paths given in "-I" switch searched for "incbin"ed as
  well as "%include"ed files.
* Added stabs debugging for the ELF output format, patch from
  Martin Wawro.
* Fix output/outbin.c to allow origin > 80000000h.
* Make -U switch work.
* Fix the use of relative offsets with explicit prefixes, e.g. "a32 loop foo".
* Remove "backslash()".
* Fix the SMSW and SLDT instructions.
* -O2 and -O3 are no longer aliases for -O5 and -O10.  If you mean the
  latter, please say so! :)
2003-08-30 15:09:02 +00:00
taca
89579083c6 Update ruby-unit package to 0.5.6.
Mon Jan 20 21:33:29 2003  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb: for Ruby 1.8.0 Object#type => Object#class

	* runit/testcase.rb: ditto.

	* runit/testfailure.rb: ditto.

	* runit/cui/testrunner.rb: ditto.

	* tests/testassert.rb: ditto.

	* runit/version.rb: 0.5.6

Sat Aug  3 08:54:28 2002  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* runit/assert.rb(assert): The assert behaves like as assert
	  of Test::Unit.

	* tests/testassert.rb: ditto.

	* tests/testtestfailure.rb: ditto.

	* runit/version.rb: 0.5.5

Sat Jul 27 16:42:38 2002  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* tests/testtestfailure.rb: Ruby 1.7 does not support plain
	  string meta charactor. (Thanks to Booker Bense)

Sat Feb 16 13:59:21 2002  Masaki Suketa  <masaki.suketa@nifty.ne.jp>

	* makehtml.rb: Output warning message when rd2 fail to run.
	  (Thanks to Masaaki Sakano)
2003-08-30 08:36:53 +00:00
taca
35bf4e640f Forgot to commit PLIST. 2003-08-30 08:30:26 +00:00
taca
2d6da70f03 share distinfo file with ruby-racc package. 2003-08-30 08:23:16 +00:00
taca
e5696fb2e1 Update ruby-racc pacakge to 1.4.3.
1.4.3 (2002-11-14)

    * reduce warning for ruby 1.7.

1.4.2 (2002-01-29)

    * new option --no-extentions
    * refine cparse.c
2003-08-30 08:21:57 +00:00
taca
3f52448e2e utilize USE_RUBY_SETUP; build and install stage simplified in Makefile,
no functional change in installed package.
2003-08-30 07:58:33 +00:00
taca
77b4fee36a Improve HOMEPAGE's URL a little bit. 2003-08-30 07:55:22 +00:00
taca
5f2228fa51 Update ruby-strscan package to 0.6.7.
= Change Log

== 0.6.7 (2003-03-25)
  * does taint check.

== 0.6.6 (2002-06-25)
  * extconf.rb had bug.
2003-08-30 07:54:03 +00:00
taca
ddae5cb088 Update ruby-optparse package to 0.12.
Fri Jan 31 02:44:08 2003  Nobuyoshi Nakada  <nobu.nokada@softhome.net>

	* optparse.rb (OptionParser::define): renamed from new.

Fri Jan 31 01:55:02 2003  Nobuyoshi Nakada  <nobu.nokada@softhome.net>

	* optparse.rb (OptionParser::List::accept): default pattern must
	  not be nil.

	* optparse.rb (OptionParser::new_tail): arguments forgotten.

	* optparse.rb (OptionParser::inc, OptionParser::terminate): use
	  Kernel#class instead of deprecated Kernel#type.

	* optparse.rb (OptionParser::ParseError::inspect): ditto.

	* optparse.rb (OptionParser::ParseError::reason): ditto.

Thu Jan 30 16:46:43 2003  Nobuyoshi Nakada  <nobu.nokada@softhome.net>

	* optparse.rb (OptionParser::Switch::PlacedArgument): added.  if
	  the next argument doesn't start with '-', use it as the value.

	* optparse.rb (OptionParser::make_switch): fixed a bug of pattern.

	* optparse.rb (Array): no need to guard.

	* test_optparse.rb: added.

Sun Dec  1 23:04:03 2002  Nobuyoshi Nakada  <nobu.nokada@softhome.net>

	* optparse.rb (OptionParser::new): same as OptionParser#on but
	  returns new OptionParser::switch.

Thu Aug  8 09:40:05 2002  Nobuyoshi Nakada  <nobu.nokada@softhome.net>

	* optparse.rb (NilClass): must provide conversion block.

	* optparse.rb (String): ditto.

Wed Aug  7 21:22:41 2002  Nobuyoshi Nakada  <nobu.nokada@softhome.net>

	* optparse.rb (OptionParser::Completion::convert): returned all
	  values not first one.

	* optparse.rb (OptionParser::Switch::parse): return values as is.

	* optparse.rb (OptionParser::order): ditto.

	* optparse/time.rb: prior time.rb.

	* optparse/uri.rb: ditto.

Sat Mar 23 16:33:54 2002  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* optparse.rb (OptionParser::switch): fixed `no' prefixed option.

Sat Mar 23 05:50:28 2002  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* opttest.rb: use instance variables.

	* opttest.rb: add Time example.

Mon Mar 18 03:24:02 2002  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* install.rb: changed manual suffix to 3r.

	* install.rb: default docdir with Revision.

Sun Mar 17 19:29:41 2002  Nobuyoshi Nakada  <nobu.nakada@nifty.ne.jp>

	* install.rb: added options, --man-install, --doc-install,
	  --compression, --prefix, --list-only.

	* optparse.rb (OptionParser::Switch::-@): removed.

	* optparse.rb (OptionParser::List::update): added negated switch
	  argument.

	* optparse.rb (OptionParser::banner): no newline at end of default
	  banner, for easy concatination.

	* optparse.rb (OptionParser::to_str): append a newline unless
	  teminated by it.

	* optparse.rb (OptionParser::switch): make negated switch here as
	  NoArgument.

	* optparse.rb (OptionParser::order): not use $1, $2 and so on,
	  thread unsafe special variables as possible.

	* optparse.rb (Acceptable argument class): no argument for
	  (({Object})) came true, previous behavior is for (({NilClass}))
	  now.

	* optparse.spec: many changes.
2003-08-30 07:42:58 +00:00
taca
4f164ed753 It seems that old MASTER_SITES is no longer available. 2003-08-30 07:29:53 +00:00
gehenna
3b041cf732 CVSync 0.24.5
Changes:
  * Fix a bug to fail to replace files in top directory
    when use a feature 'scanfile'. (server)
2003-08-30 07:24:52 +00:00
taca
523750f14e Add and enable ruby-zlib. 2003-08-30 07:17:52 +00:00
taca
d62093e10c Importing ruby-zlib 0.6.0 into devel category. 2003-08-30 07:16:42 +00:00
taca
9793ce07a5 Update ruby-amstd pacakge to 2.0.0.
No changes are available.
2003-08-30 05:54:26 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
epg
f8c2e3153c Update to 0.28.1.
#####################################################################
##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
#####################################################################
##                                                                 ##
##  This release makes an incompatible change to the Subversion    ##
##  repository filesystem schema.  Repositories created with       ##
##  Subversion code prior to this release will unable to operate   ##
##  with this new code.  To maintain the ability to use said       ##
##  repositories, you must use a version 'svnadmin dump' prior to  ##
##  this change to dump your repository to a dumpfile, then use    ##
##  this new Subversion code to create, and load your dumpfile     ##
##  a new repository using 'svnadmin load'.  And don't forget to   ##
##  copy over any custom configuration/hooks from the old to the   ##
##  new repository.                                                ##
##                                                                 ##
#####################################################################

 Please see the repository_upgrade_HOWTO document located in the notes
 directory of the source tree for documentation on migrating pre-.28
 repos to revision .28.

 Also located here:
    http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO

 User-visible changes:
 * fs schema change, see issue #1003 **NOTE: repos dump/load cycle required!**
 * command-line options
  - changed  'lsdblogs' is now 2 commands 'list-dblogs', 'list-unused-dblogs'
  - removed  '--only-unread' option
  - new      'list-unused-dblogs'
  - new      '--config-dir' allows svn config to live outside ~/.subversion
  - new      (r6811)
    - svn-status-get-specific-revision (interface to svn cat)
    - svn-ediff-with-revision (run ediff w/ a file wc and a specified rev)
 * fixed 'mod_dav_svn' segfault bug caused by foreign DeltaV requests (r6725)
 * fixed 'svn switch' bug which could result in corrupted repo (#1316,r6746)
 * fixed items now marked as 'deleted' if they no longer exist (#919,r6748)
 * fixed 'merge' no longer adds file/dir if schema differs from wc. (#1321)
 * fixed Handle \r correctly when prompting on Windows. (r6792,#1307)
 * 'svn merge' now 'skip's when it hits unversioned obstructions (r6810,#1425)
 * fixed repos->wc of file w/ svn:keywords set caused segfault (r6818,#1473)
 * fixed 'svn diff -r PREV:HEAD' failed if tmp/ exists in cwd (r6838,#1487)

 Developer-visible changes:
 * database schema changed (see warning above!) (r6752,#1003,#1248,#1438)
 * svn Perl bindings are ready - see swig/INSTALL
 * internal changes to treat swig libraries more like normal libraries (r6761)
 * improved handling of errors opening a repository over ra_svn (r6841)
2003-08-29 01:58:49 +00:00
epg
2e16f07909 Update to 1.3.19, drop autoconf dependency, and allow building with a
python using pth.
2003-08-28 22:33:14 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
abs
9e2dfb9e02 Revert last - already fixed by seb. Do not bump PKGREVISION as
unnecessary in first place. Illumination provided by wiz.
2003-08-28 14:49:11 +00:00
heinz
34c62e92aa Add TEST_TARGET to enable testing 2003-08-27 20:45:22 +00:00
abs
43f0d41853 Update librsync to 0.9.6nb1
Add missing entry to buildlink2.mk - from Sebastian Prause
2003-08-27 15:33:33 +00:00
gehenna
07cdc004ce cvsync 0.24.4
Changes:
  * Fix a bug to fail to replace files in some cases. (server)
  * Fix a double free bug. (server)
2003-08-27 09:35:40 +00:00
wiz
31edbc623d Update to 1.2.4, supplier by Juan RP in PR 22607:
Overview of Changes in Pango 1.2.4
==================================
* Win32 [Tor Lillqvist]
  - Avoid calling Uniscribe when not necessary [Hans Breuer]
  - Build fixes
* Indic shaper
  - Add pre-base-matra fixup code from ICU [Sivaraj Doddannan]
  - Port of Bengali rendering fix from ICU [Taneem Ahmed]
* OpenType
  - Port various fixes by Werner Lemberg from FreeType version
  - Port various fixes by Lars Knoll from Qt version
  - Many other bug fixes [Kailash C. Chowksey, Me]
* Fix bugs in FT2 rendering code [Sven Neumann]
* Remove Qt-based example program; was causing compilation problems
  for a lot of people.
* Doc fixes [Noah Levitt]
* Misc bug fixes [Dave Cuthbert, Damon Chaplin, Christophe Fergeau,
  Tony Graham, Morten Welinder]
* Build fixes [Sven Neumann, Benedikt Spranger]
2003-08-27 09:27:32 +00:00
wiz
b6a449feb8 Update to 1.2.4:
Changes in version 1.2.4
========================
*Add translations: Serbian [Danilo \305\240egan]

* Updated translations: Traditional Chinese [Abel Cheung],
Portuguese [Duarte Loreto], Icelandic [Sam\303\272el J\303\263n Gunnarsson]

Changes in version 1.2.3
========================
* Add translations: Tamil [Dinesh], Yiddish [Raphael Finkel],
Hindi [Guntupalli Karunakar], Malayalam [FSF-India],
Esperanto [Charles Voelger], Azerbailani [Metin Amiroff],
Persian [Roozbeh Pournader], Belarusian [Belarusian Team],
Kanada [Pramod], Bengali [Saymindu Dasgupta],
Indonesian [Mohammad Damt], Turkish [Fatih Demir],
Macedonian [Abel Cheung], Japanese [Takeshi AIHANA],
Portuguese [Duarte Loreto], Icelandic [Sam\303\203\302\272el J\303\203\302\263n Gunnarsson].
Slovak [Stanislav Visnovsky], Traditional Chinese [Abel Cheung],
Brazilian Portuguese [Alexandre Folle de Menezes],
Romanian [Mi\303\203\302\205\303\202\302\237u Moldovan],
Mongolian [Sanlig Badral]

* Updated Translations: Swedish, [Christian Rose], Polish [GNOME PL Team],
Amharic [Daniel Yacob]

* Correct creation of object which is not a AtkGObjectAccessible in
atk_gobject_accessible_from_object. [Padraig O'Briain and Alex Larsson]

* Do not emit notification for initial setting of role using
atk_object_set_role(). (bug #107710) [Padraig]
2003-08-27 09:17:25 +00:00
wiz
3f97c11b0f Update to 2.2.3, from Juan RP in PR 22606.
Overview of Changes from GLib 2.2.2 to GLib-2.2.3
=================================================
* Win32 [Tor Lillqvist]
  - Fix socket handling for giochannel [Andrew Lanoix]
  - Omit helper process for GSpawn when possible
  - Accept / as well as \ as a pathname separators in
    path handling functions.
  - Fix g_strdup_printf to be locale sensitive [Ernst Lippe]
  - Build fixes [Jeff Bonggren]
  - Misc bug fixes
* Documentation improvements [Matthias Clasen]
* glib-gettext.m4 fixes [Tim Mooney, Owen Taylor, James Henstridge]
* Improve configure checks for sprintf [Matthias]
* Misc bug fixes [Albert Chin, Noah Levitt, Manish Singh, Owen,
  Morten Welinder, Daniel Yacob]
* New and updated translations (ar,az,cy,eo,is,sr,sr@Latn,zh_CN)

Also, add patch-ac to fix a compilation error in a test (patch
fed back).
2003-08-27 09:06:12 +00:00
recht
6940237289 Also support Python 2.3.
OK'ed by drochner@
2003-08-25 17:31:43 +00:00
drochner
c214db84b2 update to 1.8
changes:
- Updated for current autoconf/gcc build environment.
- Some uninitialized memory references were found by 'valgrind'.
- Slightly improved writeout/commit performance.
- Explicitly yields to other threads during long running RVM operations.
- More portable detection of fdatasync availability.
- Some more memory initialization fixes, and passing an actual iov
  struct to readv/writev instead of something that looks like it.
2003-08-25 10:31:07 +00:00
drochner
aa0e7c6dbe update to 1.19
changes (partial):
- Updated for current autoconf/gcc build environment.
- Some cleanups for the code generated by the rp2gen stub generator.
- Hopefully improved 'timeout' behaviour on asynchronous links (ADSL).
Fixes memory corruptions that typically hit during reintegration, andperformance
      problems when writing data to the servers.
- Now internally supports >2GB files, however we're not really using
  this new capability in Coda yet.
- Re-added a lost lseek that was causing truncated backup files.
    Small files that got piggybacked on the outgoing RPC2 packets were
    only sent to one server in a replicated group. The operation on the
    other servers fails and the client disconnected. The next time the
    servers are accessed this inconsistency was detected and
    automatically resolved. But doing it right in the first place is
    somewhat more efficient and reliable.
    The RPC2 random number generator was not initialized correctly. Not
    sure how much effect this had on connection handling and other
    places that liked random numbers to be unique.
Removed MultiRPC pool allocator, now we can have more than 8 concurrent RPC
operations. And because the per-user limit got removed in Coda-6.0.2, this is
more likely to happen.
A packet with random data could easily trigger an assertion in the MultiRPC
decoding. Now we simply drop it and avoid the possible DoS.
IPv6 support, it is just waiting for the right flag from userspace. As a
result the 1.19 API is binary compatible for older clients and servers.
Removed sftp listener and timeout threads. We always run what was previously
called 'masqueraded'. This works fine as long as our peer uses rpc2-1.9
or later.
2003-08-25 10:28:43 +00:00
drochner
b6dd2af402 update to 1.10
changes:
- Updated for current autoconf/gcc build environment.
- Some uninitialized memory references were found by 'valgrind'.
2003-08-25 10:20:15 +00:00
kent
368cc8a9cb Revert the previous change. ONLY_FOR_PLATFORMS is already defined in
dependent package.
2003-08-25 06:06:10 +00:00
kent
e0f80583a8 Add ONLY_FOR_PLATFORM. 2003-08-25 04:49:13 +00:00
wiz
52049ab0e1 Add dependency on bison if there is no yacc; addresses PR 20772.
Add HOMEPAGE and remove ONLY_FOR_PLATFORMS (from the same PR).
2003-08-23 22:55:34 +00:00
jschauma
f626523111 Put these packages into a new pseudo-category called 'java'. 2003-08-23 15:09:51 +00:00
seb
c0104fc17e Add missing include file to BUILDLINK_FILES.librsync. 2003-08-22 16:14:17 +00:00
jmmv
098aec171f Add and enable fastdep. 2003-08-22 13:48:52 +00:00
jmmv
7fc5d8be7e Initial import of fastdep, version 0.15:
fastdep is a fast dependency generator for C/C++ files.  It generates a
file ready to be parsed by the make(1) utility containing dependancy
specifications for all source files given to it.

The program is written in C++ with a handoptimized parser for just the
preproccesor tokens; therefore it is faster than GCC because it does
just one thing.
2003-08-22 13:47:40 +00:00
heinz
88cf5f7621 Add correct TEST_TARGET 2003-08-21 20:09:29 +00:00
minoura
317748e550 Correct XEmacs support.
Tested with xemacs214.
2003-08-18 13:14:32 +00:00
minoura
6a98d7de22 xemacs211 -> xemacs214
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.
2003-08-18 13:12:47 +00:00
recht
e8b57af343 Allow also Python 2.3 to be used. 2003-08-17 18:10:35 +00:00
kei
4d96eca469 install private header files as well. an application (latest version of
lang/gauche, actually) needs them.  there are some comments in
doc/README.changes about this issue.
2003-08-17 05:01:58 +00:00
epg
f1e6a230f5 Fix Python binding, which has been broken since 0.24.
Pass BUILDLINK_CPPFLAGS to subversion-python build so building with a
Python package using pth will work.
2003-08-15 23:42:58 +00:00
recht
57cb40b392 Update to 0.27.0
Lots of bug-fixes and changes. Eg.:
* fixed 'svn merge':
     . (r6447,#1402) -r FOO:PREV works correctly
     . (r6452,#1379) no longer prints confusing no-op lines
     . (r6500/6503,#1399) warn user when a tree-delta chunk can't be applied
* cvs2svn.py:  lots of bugfixing related to branch/tag support
* fixed 'svn diff' and 'svn merge':
     . (r6604, #1311) diff URL URL on files now works
     . (r6668, #1142) diff comparing wc to repos branch
     . (r6687, #1297) diff/merge interaction in file adds
     . (r6703, #1319) merge problem with adding subtrees
     . (#6607) new default ancestry-following behavior for diff, merge

(Have a look at CHANGES for a complete list.)

OK'ed by epg@
2003-08-15 19:27:43 +00:00
abs
8544ac6e44 Update librsync to 0.9.6: - Required for updated rdiff-backup
* Large file support fixes.
    * [v]snprintf or _[v]snprintf autoconf replacement function fix.
    * Changed installed include file from rsync.h to librsync.h.
    * Migration to sourceforge for hosting.
    * Rollsum bugfix that produces much smaller deltas.
    * Memory leaks bugfix patches.
    * mdfour bigendian and >512M bugfix, plus optimisations patch.
    * autoconf/automake updates and cleanups for autoconf 2.53.
    * Windows compilation patch, heavily modified.
    * MacOSX compilation patch, modified to autoconf vararg macro fix.
    * Debian package build scripts patch.
2003-08-14 12:02:04 +00:00
seb
cb9090cc72 A somewhat recent makeinfo is needed.
As suggested in PR pkg/22450 by <Ian dot Fry at sophos dot com>.
But version 4.0 is good enough and this is what is available on the 1.6
branch.
2003-08-12 14:15:38 +00:00
rh
6245c7785d Update Gorm to 0.3.0.
Noteworthy changes in version `0.3.0'
=====================================

   * Preferences added.

   * User can now enable and disable guidlines for easier editing.

   * Refactored code into GormLib which is a clone of the
     InterfaceBuilder framework.  This facilitates creating palettes
     and inspectors outside of Gorm.

   * Added class inspector for easier editing of classes.  This gives
     the user the option to use either the outline view or the
     inspector to edit new classes.

   * Added inspectors for the following: NSScrollView,
     NSProgressIndicator, NSColorWell, GormImageInspector (for images
     added to .gorm files).

   * Improved look of NSTabView inspector.

   * Removed all warnings from the code.

   * various bug fixes.
2003-08-10 11:35:31 +00:00
grant
dfba081206 s/gui/GUI/ 2003-08-10 03:15:28 +00:00
seb
8d15907ec2 USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:38:23 +00:00
heinz
5a6edbfaad add TEST_TARGET 2003-08-09 07:33:27 +00:00
heinz
8e371fc5f0 HOMEPAGE and TEST_TARGET 2003-08-09 07:03:14 +00:00
abs
367a2fc3b2 Updated cpuflags to 0.56
- If !defined BSD_PKG_MK and DBG is set to -Os, do not alter COPTS.
	  This stops setting of -march=XXX causing overflowing of install media
	- disable -fomit-frame-pointer for lua and koffice
2003-08-07 11:30:04 +00:00
wiz
bb6eb4113e Improve description. 2003-08-07 07:17:11 +00:00
jtb
3977417aa0 Correct PLIST for version for 1.6.0. 2003-08-06 06:49:35 +00:00
jmc
ab8fcca4d6 h5perf isn't installed by this package 2003-08-06 04:20:36 +00:00
jmmv
1ab68784c9 Update to 2.2.4:
- Chain to BonoboSocket's hierarchy_changed parent handler - #118705 (Federico)
2003-08-05 23:48:30 +00:00
drochner
9dd7dcc6aa update for revision bumps 2003-08-05 13:46:00 +00:00
drochner
25e4c51173 bump revision after qt3/kde prefix change 2003-08-05 13:35:26 +00:00
wiz
f157ffefb0 Update to 4.3.
Version 4.3 21-May-03

Refactoring for code improvements. POSIX compat fix (constification).
UTF-8 fixes.

Version 4.2 14-Apr-03

Build fixes. Removed some compiler warnings. UTF-8 fixes.

Version 4.1 12-Mar-03

Compilation fixes. A bug fix, and two optimization fixes.

Highlights of the 4.0 release:
1. Support for Perl's \Q...\E escapes.

2. "Possessive quantifiers" ?+, *+, ++, and {,}+ which come from Sun's Java
package. They provide some syntactic sugar for simple cases of "atomic
grouping".

3. Support for the \G assertion. It is true when the current matching position
is at the start point of the match.

4. A new feature that provides some of the functionality that Perl provides
with (?{...}). The facility is termed a "callout". The way it is done in PCRE
is for the caller to provide an optional function, by setting pcre_callout to
its entry point. To get the function called, the regex must include (?C) at
appropriate points.

5. Support for recursive calls to individual subpatterns. This makes it really
easy to get totally confused.

6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
name a group.

7. Several extensions to UTF-8 support; it is now fairly complete. There is an
option for pcregrep to make it operate in UTF-8 mode.

8. The single man page has been split into a number of separate man pages.
These also give rise to individual HTML pages which are put in a separate
directory. There is an index.html page that lists them all. Some hyperlinking
between the pages has been installed.
2003-08-05 10:18:39 +00:00
adam
9420ac375f Revision bump, because libexif.so.major changed 2003-08-05 09:18:16 +00:00
jtb
8008baf872 Add a missing header file. 2003-08-05 06:21:54 +00:00
drochner
4ea10b2582 some more X11BASE->LOCALBASE changes 2003-08-04 21:47:59 +00:00
jtb
3e8fe03112 Update to 1.6.0.
Summary: This release has the following new features that are not
         available in 1.4.* releases

 1. Generic properties to give application more control on I/O pipeline
 2. Time allocation and fill value properties
 3. New  filters: external compression filter szip
                  internal shuffling and checksum filters
 4. Compact storage layout for datasets
 5. Redesigned I/O pipeline for better performance.

 For more information see
 http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/index.html
 http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide.html
 http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide/Changes.html
2003-08-04 17:26:59 +00:00
drochner
c8a9cacdc4 Deal with the changed layout of the "Idle" IDE stuff in Python-2.3:
All the meat coms with the base installation; we just install a small
wrapper here.
2003-08-04 08:18:58 +00:00