summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-09-03Fix path to itself.wiz1-2/+2
2006-09-03Add libxml++.wiz1-1/+2
2006-09-03Initial import of libxml++-1.0.5 (older version of libxml++2, usedwiz5-0/+86
by libofx). This library provides a C++ interface to XML files. It uses libxml2 to access the XML files, and in order to configure libxml++ you must have both libxml and pkg-config installed. A newer version of this library is in textproc/libxml++2.
2006-09-03hyperestraier updated to 1.4.1.obache1-1/+2
2006-09-03Update to 1.4.1.obache3-8/+8
2006-08-31 Mikio Hirabayashi * estraier.c (est_cond_set_options): "ESTCONDROUGH" and other options were added. * estraier.c (est_phrase_from_rough): new function. * estraier.c (est_phrase_from_union, est_phrase_from_isect): new functions. * estmaster.c (startup): "uiphraseform" attribute was added. * estcmd.c (runsearch, procsearch): "-sfr" options and so on were added. * estcmd.c (rungather, procgather): "-aa" option was added. * estseek.c (main, showpage): "genrecheck" and "phraseform" attributes were added. * estseek.c (showpage): accuracy of sequencial scan was improved. - Release: 1.4.1
2006-09-03Define `ISTAPE' even if tape unsupported platform.obache1-3/+1
Fix build problem on such platforms like Interix.
2006-09-03Updated shells/scsh to 0.6.7.kristerw1-1/+2
2006-09-03Update shells/scsh to 0.6.7.kristerw5-48/+37
New in this release ===================== ** Support for interix ** Ignoring of synchronous signals The procedures IGNORE-SIGNAL and HANDLE-SIGNAL-DEFAULT have been added. ** Support for gcc 4.0 ** 0.6 for module path The standard module path now contains ${prefix}/lib/scsh/modules/0.6 in addition to $prefix/lib/scsh/modules for compatibility with install-lib ** New implementation of open-pty Instead of search for /dev/pty??, scsh now tries a wide variety of ways to aquire a new pty and the corresponding tty. ** Bug fixes argv[0] is now the first element of command-line Fixes found by new test suite Regexp for empty string Argument checking for COPY-BYTES! GC_PROTECTs for send_substring format_date support for #f timezone Added predicates for user-info and group-info Reaping of stopped processes: Do not mark stopped processes as dead md5-digest-for-port | regexps return char-sets standard-let in srfi-5 (%)read-delimited! checks for mutable buffer leap second for srfi-19 The default image for the scshvm is now the installed scsh.image.
2006-09-03Remove part of a sentence that does not make sense from the new "hicolor theme"jmmv1-3/+2
section. Found by wiz@.
2006-09-03comix updated to 3.5.1.wiz2-3/+3
2006-09-03Update to 3.5.1:wiz2-6/+6
Comix 3.5.1 - Fixed a bug that caused the mode of all images to be reported as "unknown" instead of RGB/CMYK etc. - Fixed a bug that could cause an error when trying to quit Comix under certain circumstances (i.e. when there is no ~/.comix/menu_thumbnails/ directory present).
2006-09-03Update MASTER_SITES (mirror.switch.ch).wiz2-6/+5
From Jukka Salmi in PR 34457.
2006-09-03shared-mime-info updated to 0.19.wiz2-3/+3
2006-09-03Update to 0.19:wiz2-7/+7
shared-mime-info 0.19 (2006-08-25) * Mime-type Changes: - Add application/powerpoint and application/mspowerpoint as aliases for Powerpoint - Add VHDL mime-type - Add application/mbox for the MBOX mailboxes - Add text/x-txt2tags - Remove *.dat as a glob for MPEG videos - Add Monkey's Audio, AC3, and Musepack mime-types - Fix matching Type1 fonts - Remove useless application/octet-stream mime-type - Add *.mo to application/x-gettext-translation - Add loads of tracker audio files, console ROMs, raw images mime-types - Fix QuickTime Media Links mime-types and detection - Add audio/AMR and audio/AMR-WB mime-types and detection - Add better TeX magic, and more globs - Add better magic for patch files - Fix .jar files' mime-types, and add better magic - Fix magic for MPEG4 audio files - Add an alias for .deb packages - Add application/sieve mime-type - Fix application/javascript's mime-type - Fix text/csv's mime-type * Other: - Add paths to the .pc file
2006-09-03Fix MASTER_SITES.wiz1-2/+2
2006-09-03Remove non-existing MASTER_SITES.wiz1-4/+2
2006-09-03Fix the TR number so that google will turn up an URL to a copy.bad1-1/+1
2006-09-03libgcrypt updated to 1.2.3.wiz2-3/+3
2006-09-03Update to 1.2.3:wiz2-7/+6
Noteworthy changes in version 1.2.3 (2006-08-28) ------------------------------------------------ * Rewrote gcry_mpi_rshift to allow arbitrary shift counts. * Minor bug fixes.
2006-09-03libidn updated to 0.6.6.wiz2-3/+3
2006-09-03Update to 0.6.6:wiz2-6/+6
* Version 0.6.6 (released 2006-08-23) ** Instead of AX_CREATE_STDINT_H, use the stdint gnulib module, for idn-int.h. This solves building on some HPPA systems. Note that the generated idn-int.h is specific to the build environment that libidn was built under, and is not generally usable by any other compiler (if any) on the host. This was true before too. ** Update gnulib files. ** API and ABI is backwards compatible with the previous version.
2006-09-03m4 updated to 1.4.6.wiz2-3/+3
2006-09-03Update to 1.4.6:wiz2-6/+6
Version 1.4.6 - 25 August 2006, by Eric Blake (CVS version 1.4.5a) * Fix buffer overruns in regexp and patsubst macros when handed a trailing backslash in the replacement text, or when handling \n substitutions beyond the number of \(\) groups. * Fix memory leak in regexp, patsubst, and changeword macros. * The format macro now understands %F, %g, and %G. * When loading frozen files, m4 now exits with status 63 if version mismatch is detected. * Fix bugs that occurred when invoked with stdout or stderr closed, and detect write failures to stdout or to the target of the debugfile macro. In particular, the syscmd and esyscmd macros can no longer interfere with the debug stream or diversions. * The m4exit macro now converts values outside the range 0-255 to 1. * It is now an error if a command-line input file ends in the middle of a comment, matching the behavior of mid-string and mid-argument collection. * The dnl macro now warns if end of file is encountered instead of a newline. * The error message when end of file is encountered now uses the file and line where the dangling construct started, rather than `NONE:0:'. * The debugmode and __file__ macros, and the -s/--synclines option, now show what directory a file was found in when the -I/--include option or M4PATH variable had an effect. * The changequote and changecom macros now work with 8-bit characters, and quotes and comments that begin with `(' are properly recognized following a word. * The new macro __program__ is added, which allows the input file to issue an error message that resembles messages from m4. Warning and error messages have been reformatted to comply with GNU Coding Standards. * The errprint, m4wrap, and shift macros are now recognized only with arguments. * The index, substr, translit, regexp, and patsubst macros now produce output when given only one argument, but still warn about a missing second argument. * The patsubst macro now reliably finds zero-length matches at the end of a string.
2006-09-03glib2 updated to 2.12.3.wiz2-3/+3
2006-09-03Update to 2.12.3:wiz3-20/+21
Overview of Changes from GLib 2.12.2 to GLib 2.12.3 =================================================== * Use Posix monotonic clocks instead of gettimeofday() for GTimer when available. * Make the construction of singleton objects work witout warnings. * Bugs fixed 351583 API documentation issues with 2.15 release 336114 desktop locks immediately after changing the system clock 351853 GKeyFile creates non-UTF-8 error messages * Translation updates (fr,hu,ja,ku,lt,lv,ml,or, pt,ru,sv,vi,zh_CN)
2006-09-03Updated bash to 3.1pl17.wiz1-1/+2
2006-09-03Update to 3.1pl17, provided by Martin Wilke in PR 34301:wiz2-5/+56
Bugfixes.
2006-09-03Added archivers/sarab version 0.2.2dsainty1-1/+2
2006-09-03Add sarabdsainty1-1/+2
2006-09-03SaraB works with DAR (Disk ARchive) to schedule and rotate hard drive baseddsainty5-0/+118
backups. SaraB supports the Towers of Hanoi, Grandfather-Father-Son, or any custom backup rotation strategy.
2006-09-03Updated hyperestraier to 1.4.0.obache2-3/+3
2006-09-03Update to 1.4.0obache5-21/+23
2006-08-27 Mikio Hirabayashi * estraier.c (est_strstr_sparse): new function. * estraier.c (est_db_add_pseudo_index): new functions. * estraier.c (est_pidx_uri_to_id, est_db_score_doc): new functions. * estraier.c (est_db_get_doc, est_db_get_doc_attr): pseudo index was to be supported. * estraier.c (est_make_cattr_list, est_free_cattr_list): new functions. - Bugs of doc.keywords methods of language bindings was fixed. - Release: 1.4.0 2006-08-18 Mikio Hirabayashi * estbutler.c (procsearch): a bug about handling "max" and "skip" parameters was fixed. - Release: 1.3.9 2006-08-15 Mikio Hirabayashi * estraier.c (est_search_aidx_attr): speed of the "NUMBT" operator was improved. * estraier.c (est_aidx_attr_narrow): speed of the "NUMBT" operator was improved. * estmaster.c (searchlocal): a bug of attribute search was fixed. - Release: 1.3.8 2006-08-08 Mikio Hirabayashi * estraier.c (est_search_union): a bug of bus error on SPARC environment was fixed. * estmaster.c (startup): "helpershift" attribute was added. * estmaster.c (sendnodecmdinformhelper): new function. * estbutler.c (runinform, procinform): new functions. * estbutler.c (rungetdoc, procgetdoc): new functions. * estbutler.c (rungetdocattr, procgetdocattr): new functions. * estbutler.c (runetchdoc, procetchdoc): new functions. * estbutler.c (runuriid, procuriid): new functions. - Release: 1.3.7 2006-08-01 Mikio Hirabayashi * estraier.c (est_normalize_text): some symbol marks were to be normalized. * estmaster.c (sendnodecmdsearchhelper): blocking because of mutex was cleared. * estseek.c (realmain): a bug about attribute search was fixed. - building option to use Vista database instead of Villa was added. - Release: 1.3.6 2006-07-28 Mikio Hirabayashi * estraier.c (est_normalize_text): symbol marks were to be normalized. * estmaster.c (sendnodecmdsearchhelper): new function. * estmastersearch.c: new file. * estseek.c (realmain): type of "scancheck" attribute was changed to integer. - Release: 1.3.5 2006-07-18 Mikio Hirabayashi * estraier.c (est_db_open): a parameter of B+ tree was modified for space efficiency. * estraier.c (est_db_open): "ESTDBSMALL" option was added. * mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved. - Release: 1.3.4
2006-09-03Updated qdbm to 1.8.70.obache2-3/+7
2006-09-03Update to 1.8.70.obache6-26/+23
2006-08-18 Mikio Hirabayashi - A bug of segmentation fault on BSD was fixed. - A test command for checking multi thread safety was added. - Release: 1.8.70 2006-08-15 Mikio Hirabayashi - Mutex controll in C++ API became refined. - Release: 1.8.69 2006-08-08 Mikio Hirabayashi - A bug about memory alignment was fixed. - A bug of handling meta data on big endian platforms was fixed. - Release: 1.8.68 2006-08-05 Mikio Hirabayashi - A bug about memory alignment was fixed. - A bug about parsing MIME was fixed. - Release: 1.8.67 2006-08-05 Mikio Hirabayashi - The utility API was enhanced. - Release: 1.8.66 2006-08-03 Mikio Hirabayashi - The extended API was enhanced. - The extended advanced API was enhanced. - Release: 1.8.65 2006-07-28 Mikio Hirabayashi - A bug of Makefile ralated to optimization was fixed. - Release: 1.8.64 2006-07-24 Mikio Hirabayashi - A lot of functions were replaced by macros. - The utility API was enhanced. - Release: 1.8.63 2006-07-20 Mikio Hirabayashi - A lot of functions were replaced by macros. - The URL resolver was to allow unescaped meta characters. - The advanced API was enhanced. - Release: 1.8.62 2006-07-14 Mikio Hirabayashi - A bug of the size checking function of the extended API was fixed. - The advanced API was enhanced. - Release: 1.8.61
2006-09-03Move buildlinks from ruby18-base/Makefile to ruby/rubyversion.mk.taca2-11/+15
It should help for fixing the build problem of some extention libraries.
2006-09-03Note some updates drochner did in August.wiz2-6/+11
2006-09-03- dvdauthor, exim, geda, p5-List-MoreUtils, php5 (thanks, sekiya, abs,wiz1-6/+1
dmcmahill, and taca).
2006-09-03Reset maintainer for people who lost their commit bit.wiz48-96/+96
2006-09-03Fix build on Mac OS X.ben1-2/+2
2006-09-03Fix a typo.wiz1-2/+2
2006-09-02Added xmlto as a build dependency.rillig1-1/+2
2006-09-02Added cogito.rillig1-1/+2
2006-09-02Imported devel/cogito-0.16rillig1-1/+2
2006-09-02Imported cogito.rillig4-0/+71
Cogito is a version control system layered on top of the git tree history storage system. It aims at seamless user interface and ease of use, providing generally smoother user experience than the "raw" Core GIT itself and indeed many other version control systems.
2006-09-02Added a patch that prevents an error message from make(1), and correctedrillig3-4/+19
the location where the manual pages are installed.
2006-09-02Needs imake.rillig1-1/+2
2006-09-02No distinfo file needed.rillig1-1/+2
2006-09-02No distfiles, no patches => no distinfo file.rillig1-1/+2
2006-09-02Fixed PLIST, PKGREVISION++.rillig2-3/+5
2006-09-02The Bulgarian translation file has been changed, so all the files need torillig2-54/+54
be downloaded into a fresh directory. Bumped PKGREVISION because of that.