Commit graph

113923 commits

Author SHA1 Message Date
jmmv
18bfb99d84 Update to 1.02:
v1.02 (25 May 2007):
   * Added overview section in the documentation

v1.01 (17 May 2007):
   * Added number range facility (equivalent to makeindex's |( and |)
     formatting commands.)
   * Added a space after \delimN and \delimR in the ist file.
2007-06-09 07:34:01 +00:00
obache
da4331e12b Updated lang/scheme48 to 1.6 2007-06-09 07:00:07 +00:00
obache
bf488b7cca - scheme48-1.6 2007-06-09 06:59:47 +00:00
obache
f3d52b4f01 Update scheme48 to 1.6.
Patch provided by Yorick Hardy in PR 36335.
And added test target (but fail if effective user == root direcoty owner).

Release notes for version 1.6


    * Additions:
          o An autogen.sh script for generating the various generated files from source was added.
          o Infrastructure for creating, running and composing test suites was added. As a result, "make check" now runs more tests than before.
          o It is now possible for adventurous users to run the linker in PLT Scheme.
    * Changes:
          o make image now assumes a Unicode-capable Scheme 48.
    * Bug fixes:
          o A bug where automatic port-flushing would churn trying to write to a blocking socket was fixed.
          o An infinite loop upon (/ 0.0 0.0) was fixed. (reported by Taylor Campbell)
          o A bug that made system unusable was fixed. (reported by Marco Benelli)
          o A bug with package mutation, which made running the PreScheme compiler on the VM break was fixed.
          o Bugs related to the conversion between OS strings and strings on command-line handling were fixed. (reported by Andreas Rottmann)
          o Compilation using gcc now uses the -munaligned-doubles flag where available, which is needed on SPARCs to make floating-point arithmetic work.
          o Compilation older versions Cygwin that don't have langinfo.h should be fixed.
          o Some problems with installing and running on Windows Vista were fixed. (thanks to Axel T. Schreiner)


Release notes for version 1.5


    * Additions:
          o Comprehensive Unicode support was added. See the manual for details.
          o An implementation of SRFI 19 was added. (thanks to Emilio Lopes)
          o Syntax-rules now supports vector patterns and templates.
          o The ,bound? command now produces more output. (thanks to Taylor Campbell)
    * Changes:
          o Many of the POSIX procedures that accepted or returned strings previously now accept or return OS strings. See the manual for details.
          o The ,build command now accepts a procedure that will be called with a list of OS strings rather than regular strings.
          o The ascii->char and char->ascii procedures from the ascii structure covers only ASCII (codes 0-127) now. (Previously, the range included 128-255 as well.)
    * Bug fixes:
          o A bug with package mutation was fixed. (reported by Taylor Campbell)


Release notes for version 1.4


    * Additions:
          o Regexp? is now exported from the rexexps structure.
          o SRFIs 4, 39, 40, 43, 43, 60, 61, 63, 66, 67, 71, 78 (mostly thanks to David Van Horn)
          o In the command processor, switches were generalized to settings, specifically to customize various printing parameters. See the manual for details.
          o A generic byte-code parser was added to the system; the disassembler uses it.
          o A reinitializers for register actions to be performed after resuming an image was added.
          o A variable-arguments-lists structure implementing a macro for dealing with optional default parameters was added.
          o A get-interrupt-handler procedure was added.
          o An --enable-universal-binary option was added to configure to facilitate building universal binaries on Mac OS X. (thanks to Eric Knauel)
          o The C code now has access to enum sets.
    * Changes:
          o File-options (in the POSIX libary) are now enum sets; this allows using enum-set operations on them.
          o Various changes were made to the VM to enable native-code compilation.
          o Socket addresses are always reusable.
          o 1+ and 1- are no longer valid identifiers.
          o The ordering of in/out thunks of dynamic-wind was changed to be consistent with itself and with the upcoming R6RS.
          o The Windows build is now done using Visual Studio 2005.
    * Bug fixes:
          o Macro-defining macros now work in PreScheme.
          o Opening a file for both read and write via the POSIX libraries wouldn't work correctly. (Reported by Andreas Rottmann.)
          o PreScheme's copy-memory! now works for overlapping regions.
          o Various C compilation problems were fixed.
          o cmuscheme48.el should now work under GNU Emacs as well as XEmacs.
          o Numerous problems with floating-point arithmetic were fixed.
          o A race condition with queues was fixed. (thanks to David Frese)
          o Part of script messages were printed on stdout rather than stderr; fixed. (thanks to Andreas Rottmann)
          o A shadowing bug in the debugging package was fixed. (thanks to Taylor Campbell)
          o A bug in the CML sync-group primitive was fixed. (thanks to Heath Putnam)
          o Various errors in SRFI 13 were fixed.
          o A bug in the auto-integrator was fixed. (thanks to Taylor Campbell)
          o A bug in load-dynamic-externals was fixed. (thanks to Taylor Campbell)
          o Several bugs in vector-merge were fixed. (reported by Matthias Radestock)
          o The CML wrap was made correctly tail-recursive. (reported by Heath Putnam)
          o A bug in the PreScheme C backend, that would sometimes incorrectly delete tail calls without a return value, was fixed. (reported by Eric Merritt)
          o Several bugs in interface walking were fixed. (reported by Taylor Campbell)
          o A bug in the PreScheme compiler affecting the removal of unused procedures was fixed. (thanks to Eric Knauel)
          o Some precedence bugs in the C stubgs for the regexp code were fixed. (thanks to Matthew Dempsky)
          o A bug in the regexps package for regexps without submatches was fixed.
          o (set-current-proposal! (current-proposal)) no longer raises an exception. (thanks to Taylor Campbell)
          o A bug in package caching was fixed. (thanks to Taylor Campbell)
          o A bug in the generation of environment maps was fixed. (thanks to Taylor Campbell)
          o The Windows installer package should now work even on systems that have delayed variable expansion on by default. (thanks to Emilio Lopes)
          o Exception handlers that return from raise are now handled correctly. (reported by Norbert Freudemann)
2007-06-09 06:59:03 +00:00
obache
237555e421 - clisp 2007-06-09 06:18:33 +00:00
obache
aaa694e9c6 Updated lang/clisp to 2.41 2007-06-09 06:11:32 +00:00
obache
4fd232375a Update clisp to 2.41.
Based on patch provided by Yorick Hardy in PR 36334, I ajust patch files.

2.41 (2006-10-13)
=================


User visible changes
--------------------


* New module libsvm interfaces to <http://www.csie.ntu.edu.tw/~cjlin/libsvm>
  and makes Support Vector Machines available in CLISP.
  See <http://clisp.cons.org/impnotes/libsvm.html> for details.


* The same internal interface now handles FFI forms DEF-CALL-OUT and
  DEF-C-VAR regardless of the presence of the :LIBRARY argument.
  (:LIBRARY NIL) is now identical to omitting the :LIBRARY argument.
  The default for the :LIBRARY argument is provided by
  FFI:*DEFAULT-FOREIGN-LIBRARY* (bound in a compilation unit).
  See <http://clisp.cons.org/impnotes/dffi.html#dffi-default-lib> for details.


* Bug fixes:
  + DOCUMENTATION on built-in functions was broken on some platforms.
    [ 1569234 ]
  + Fixed FFI callbacks, broken since the 2.36 release.
  + Fixed the way the top-level driver handles the "--" option terminator.
  + Fixed COMPILE of APPLY in LABELS for local function. [ 1575946 ]


2.40 (2006-09-23)
=================


Important notes
---------------


* All .fas files generated by previous CLISP versions are invalid and
  must be recompiled. This is because DOCUMENTATION and LAMBDA-LIST are
  now kept with the closures.
  Set CUSTOM:*LOAD-OBSOLETE-ACTION* to :COMPILE to automate this.
  See <http://clisp.cons.org/impnotes.html#loadfile> for details.


User visible changes
--------------------


* Infrastructure
  + Top-level configure now accepts a new option --elispdir which specifies
    the installation directory for the Emacs Lisp files (clhs.el et al).
    The default value is ${datadir}/emacs/site-lisp/.
    Thus, clhs.el at al are now installed by "make install", and should
    be included in the 3rd party distributions.
  + Top-level configure now accepts variables on command line, e.g.,
    ./configure CC=g++ CFLAGS=-g


* Function PCRE:PCRE-EXEC accepts :DFA and calls pcre_dfa_exec() when
  built against PCRE v6. See <http://clisp.cons.org/impnotes/pcre.html>.


* New functions RAWSOCK:IF-NAME-INDEX, RAWSOCK:IFADDRS.
  See <http://clisp.cons.org/impnotes/rawsock.html>.


* When the OPTIMIZE SPACE level is low enough, keep function
  documentation and lambda list.
  See <http://clisp.cons.org/impnotes/declarations.html#space-decl>.


* Bug fixes:
  + Make it possible to set *IMPNOTES-ROOT-DEFAULT* and *CLHS-ROOT-DEFAULT*
    to local paths, as opposed to URLs. [ 1494059 ]
  + Fix the evaluation order of initialization and :INITIALLY forms in
    then extended LOOP. [ 1516684 ]
  + Do not allow non-symbols as names of anonymous classes. [ 1528201 ]
  + REINITIALIZE-INSTANCE now calls FINALIZE-INHERITANCE. [ 1526448 ]
  + Fix the RAWSOCK module on big-endian platforms. [ 1529244 ]
  + PRINT-OBJECT now works on built-in objects. [ 1482533 ]
  + ADJUST-ARRAY signals an error if :FILL-POINTER is supplied and non-NIL
    but the non-adjustable array has no fill pointer, as per ANSI. [ 1538333 ]
  + MAKE-PATHNAME no longer ignores explicit :DIRECTORY NIL (thanks to
    Stephen Compall <s11001001@us...>). [ 1550803 ]
  + Executable images now work on ia64 (thanks to Dr. Werner Fink
    <werner@su...>).
  + MAKE-PATHNAME on win32 now handles correctly directories that start
    with a non-string (e.g., :WILD). [ 1555096 ]
  + SOCKET-STREAM-PEER and SOCKET-STREAM-LOCAL had do-not-resolved-p
    inverted since 2.37.
  + Set functions with :TEST 'EQUALP were broken on large lists. [ 1567186 ]
2007-06-09 06:10:31 +00:00
sborrill
250632fd16 Added x11/desklaunch 2007-06-09 06:03:01 +00:00
wiz
045777aad7 Note irssi-icb PKGREVISION bump. 2007-06-09 06:00:58 +00:00
wiz
1ca342d8ab Use irssi-0.8.11 as base. Bump PKGREVISION. 2007-06-09 06:00:34 +00:00
wiz
b945340679 py-bsddb3 updated to 4.5.0. 2007-06-09 05:59:41 +00:00
wiz
cd6127d55b Update to 4.5.0:
4.5.0:

  * Adds supports for compiling and linking with BerkeleyDB 4.5
  * Python Bug #1599782: Fix segfault on bsddb.db.DB().type() due to
    releasing the GIL when it shouldn't.  (nnorowitz)
  * Fixes a bug with bsddb.DB.stat where the flags and txn keyword
    arguments are transposed.
  * change test cases to use tempfile.gettempdir()

4.4.5:

  * pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
    methods now allow their database parameter to be None as the
    sleepycat API allows.

4.4.4:

  * fix DBCursor.pget() bug with keyword argument names when no data= is
    supplied [SF pybsddb bug #1477863]
  * add support for DBSequence objects [patch #1466734]
  * support DBEnv.log_stat() method on BerkeleyDB >= 4.0 [patch #1494885]
  * support DBEnv.lsn_reset() method on BerkeleyDB >= 4.4 [patch #1494902]
  * add DB_ARCH_REMOVE flag and fix DBEnv.log_archive() to accept it without
    potentially following an uninitialized pointer.

4.4.3:

  * fix DBEnv.set_tx_timestamp to not crash on Win64 platforms (thomas.wouters)
  * tons of memory leak fixes all over the code (thomas.wouters)
  * fixes ability to unpickle DBError (and children) exceptions
2007-06-09 05:58:06 +00:00
obache
bf82f9ce7b List complete directories required by this package. 2007-06-09 01:19:20 +00:00
obache
323d7f44f5 Fix directory name for ruby-gnome-pango. 2007-06-09 01:07:13 +00:00
minskim
05737e66c5 Note PKGREVISION bump of ruby-hpricot. 2007-06-09 00:59:27 +00:00
minskim
16cf07b8ed This package needs the recent version of rake. Bump PKGREVISION due to
the dependency change.
2007-06-09 00:58:51 +00:00
minskim
9348e2f5bc Remove unused references to rubygems to avoid dependency on it. 2007-06-09 00:48:43 +00:00
dmcmahill
ad29131dbb add missing file to PLIST 2007-06-08 23:52:02 +00:00
wiz
73b3a76faa Fix typo in MAINTAINER. 2007-06-08 23:35:32 +00:00
wiz
d9d01368bd Remove unnecessary patches. 2007-06-08 23:05:58 +00:00
wiz
f8e12186ab Clean pkglint warning. 2007-06-08 23:05:15 +00:00
wiz
4b588b7221 Instead of patch+SUBST just use SUBST (as done in pkgsrc-wip version
of the package).
2007-06-08 23:04:54 +00:00
wiz
ee94952303 Sync with pkgsrc-wip version of the patch. 2007-06-08 23:04:35 +00:00
epg
e07eb44366 Note update of devel/subversion to 1.4.4. 2007-06-08 22:50:31 +00:00
epg
7c3b9548cc Version 1.4.4
(30 May 2007, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.4

 User-visible changes:
  - Client:
    * fixed: 'svn up' of replaced file without history fails (issue #2618)
    * fixed: 'svn export' succeeds on non-existent URL (r23191, -3, -5, -200)
    * fixed: 'svn diff' fails writing large hunks to Win console (issue #1789)
    * fixed: 'svn merge' shows 'G' notifications for unchanged files (r24483)
    * fixed: svnsync cannot sync unreadable modified dir copies (issue #2705)
    * fixed: ra_dav litters empty transactions if initial setup fails (r23594)
    * fixed: inconsistent expansion of revision number keywords (issue #1743)
    * fixed: security flaw in 'svn prop*' commands [CVE-2007-2448]
          (r25095, -099, -104, -105, -10)

  - Server:
    * fixed: rare dirprop dataloss leading to BDB repo corruption (issue #2751)
    * fixed: race condition when changing FSFS revprops (r23439, r23440)
    * fixed: 'svnadmin load' invents svn:date if none exists (issue #2729)
    * fixed: svnserve can't commit locked file if root unwritable (issue #2700)
    * fixed: 'svnadmin dump' output invalid for non-ASCII paths (issue #2641)

  - Client and Server:
    * fixed: hang during character translation (r23491, r23492)
    * translation updates for Simplified Chinese, Japanese, and Norwegian

 Developer-visible changes:
 * new "make svnserveautocheck" testing target (r23558)
 * fixed: ra_serf fails checkout if access to repos root is forbidden (r23846)
 * fixed: svn_client_cat2() doesn't accept WORKING as a revision (r23556)
 * javahl bindings:
     - fixed: potential segfault in initialisation (r23383)
     - fixed: SVNClientSynchronized.logMessages() isn't synchronised (r23978)
     - fixed: SVNClient.info2() misreports itself as unlock in errors (r24219)
 * SWIG/perl bindings:
     - fixed: ra_do_{update,switch,status} don't work with Perl delta editors
           (r20667, r22311)
 * SWIG/python bindings:
     - fixed: memory leak whenever C APIs returned errors (r21453, r23468)
 * SWIG/ruby bindings:
     - fixed: typos in method Svn::Wc#merge_prop_diffs and docs (r23405, -6)
2007-06-08 22:49:26 +00:00
tron
36cdb45af2 We have to use GNU make under Mac OS X because the "configure" script
generates a GNU make specific makefile on this platform.
2007-06-08 22:16:25 +00:00
sborrill
4f3913c41e Import desklaunch 1.1.5
DeskLaunch is a small utility for creating desktop icons using pixmaps. A
simple click will launch the desired application.
2007-06-08 21:57:33 +00:00
jdolecek
c8ddb3234a fix path to .cz mirror 2007-06-08 20:52:18 +00:00
gdt
242f697f69 # lib/Makefile.in builds .o files and then .a, but rules for shlibs,
# while apparently independent, cause libtool to create .o again,
# making it possible for the ar step of the .a build to fail to find
# the .o
MAKE_JOBS_SAFE=		NO
2007-06-08 20:50:55 +00:00
rillig
4e653a34ec Changed the wording of the warning messages when a compiler-fail-wrapper
is run. As a new feature, an error message is printed when the wrapper
is called, so that there is a better trace to it than a completely empty
output.

See also: http://mail-index.netbsd.org/tech-pkg/2007/06/08/0017.html
2007-06-08 20:48:16 +00:00
heinz
9abf25edac Set PKGREVISION in order not to confuse people running the package from
pkgsrc-wip.
2007-06-08 20:35:37 +00:00
heinz
d4a1191993 Imported sysutils/dvdisaster from pkgsrc-wip. 2007-06-08 20:24:38 +00:00
heinz
3944cf9ea2 Activated dvdisaster. 2007-06-08 20:22:00 +00:00
heinz
9bf485c3a8 Initial import of dvdisaster 0.70.4. from pkgsrc-wip.
The package was created by Sergey Svishchev, some changes done by me.

CD and DVD media keep their data only for a finite time (typically for
many years). After that time, data loss develops slowly with read errors
growing from the outer media region towards the inside.

Dvdisaster stores data on CD/DVD in a way that it is fully recoverable
even after some read errors have developed. This enables you to rescue
the complete data to a new medium.

Data loss is prevented by using error correcting codes. Error correction
data is either added to the medium or kept in separate error correction
files. dvdisaster works at the image level so that the recovery does not
depend on the file system of the medium. The maximum error correction
capacity is user-selectable.
2007-06-08 20:19:13 +00:00
rillig
2ba13d1656 Added a patch to fix the return statement of a signal handler. This is
problematic because the return type can be either void or int. The
autoconf manual says to just omit the return statement.
2007-06-08 19:14:15 +00:00
tron
8ebe653aaf Correct version number for Python 2.4.x. 2007-06-08 18:50:05 +00:00
wiz
1830c36f4c Remove dead MASTER_SITES. From Zafer Aydogan. 2007-06-08 18:41:20 +00:00
wiz
20169f7fc2 Remove dead MASTERS_SITES. From Zafer Aydogan. 2007-06-08 18:39:22 +00:00
wiz
8c6e1744ac Remove dead MASTER_SITES. From Zafer Aydogan. 2007-06-08 18:33:05 +00:00
wiz
beb6d75eb9 Remove dead MASTER SITES. From Zafer Aydogan. 2007-06-08 18:30:31 +00:00
wiz
82ba4509ea Note xclip PKGREVISION bump. 2007-06-08 17:50:26 +00:00
wiz
52d5d9bb18 Sergey Svishchev writes (in PR 33255), providing a patch:
kde uses the X clipboard's content negotiation features, which
almost nobody else does, but xclip was doing the wrong thing when
asked for content negotiation stuff (from Debian bug report 172812).

Bump PKGREVISION.
2007-06-08 17:49:54 +00:00
wiz
810723d033 Note cdrtools-ossdvd PKGREVISION bump. 2007-06-08 17:30:40 +00:00
wiz
57f5d5e4ae Sergevy Svishchev writes (in PR 35481):
k3b uses cdrecord for CD-R[W] writing tasks and invokes it with
'dev=<bus>,<target>,<lun>' argument.  The code in scsi-bsd.c attempts
to find a device node (/dev/rcd?d) that matches these <bus>, <target>
and <lun>; this code stops after first failure.  If cd0 does not
exist, but cd1 does, the code will fail to match cd1.

Also, the code doesn't use getrawpartition().

Apply his patches for both problems. Bump PKGREVISION.
2007-06-08 17:30:09 +00:00
tron
db569445b0 Note update of the "mplayer" package to version 1.0rc9nb7. 2007-06-08 17:22:03 +00:00
wiz
fe0de0020d Note timidity PKGREVISION bump. 2007-06-08 17:19:28 +00:00
wiz
d045aecd08 Support PM_REQ_GETQSIZ and PM_REQ_GETFRAGSIZ in sun_a.c to improve
playback. From Sergey Svishchev in PR 35772.

Bump PKGREVISION.
2007-06-08 17:18:53 +00:00
wiz
f560ed23e3 Note vorbis-tools PKGREVISION bump. 2007-06-08 17:14:09 +00:00
wiz
4ce9c84008 Enable vcut. Patch provided by Jonathan A. Kollasch in PR 36382.
Bump PKGREVISION.
2007-06-08 17:06:44 +00:00
wiz
692d36e59c Note libtunepimp PKGREVISION bump. 2007-06-08 17:02:53 +00:00