summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-05-15Update to 1.4.2:jmmv4-22/+39
* languages: Gujarati (Guntupalli Karunakar), Canadian English (Alexander Winston) * Added omitted declarations for already-existing methods AccessibleTable_addRowSelection(), AccessibleTable_addColumnSelection(), AccessibleTable_removeRowSelection(), AccessibleTable_removeColumnSelection(). * bug fixes: 136660, 120659 (partial), 132237, 134332.
2004-05-15Update to 2.6.1:jmmv3-6/+10
2004-05-14 Michael Meeks <michael@ximian.com> * Version 2.6.1 2004-05-14 Takao Fujiwara <Takao.Fujiwara@Sun.COM> * bonobo/bonobo-ui-util.c (bonobo_ui_util_translate_ui): use direct gettext call to cover all domains. * bonobo/bonobo-ui-main.c (do_low_level_init) (bonobo_ui_init_full): initialize i18n bits / gettext package / code-set. * bonobo/Makefile.am: define BONOBO_EXPLICIT_TRANSLATION_DOMAIN. 2004-05-12 Michael Meeks <michael@ximian.com> * bonobo/bonobo-ui-util.c (bonobo_ui_util_set_ui): don't add a broken file to the cache. * bonobo/bonobo-ui-node.c (bonobo_ui_node_to_string): add pre-condition. 2004-04-27 Michael Meeks <michael@ximian.com> * bonobo/bonobo-dock-band.c (check_guint_arg): add pre-condition. 2004-04-16 Iñaki Larrañaga <dooteo@euskalgnu.org> * configure.in: Added "eu" (Basque) to ALL_LINGUAS. 2004-04-09 Guntupalli Karunakar <karunakar@freedomink.org> * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-03-31 Christian Rose <menthos@menthos.com> * configure.in: Added "af" to ALL_LINGUAS. 2004-03-30 Adam Weinberger <adamw@gnome.org> * configure.in: Added en_CA to ALL_LINGUAS.
2004-05-15Print a comment for lib/bonobo-2.0/samples instead of trying to remove it,jmmv1-1/+3
during print-PLIST of packages using this one.
2004-05-15Revert part of the previous change (we cannot define USE_BUILDLINK3,kristerw1-4/+1
until all JVMs are converted. Noted by snj.)
2004-05-15bl3ifykristerw1-2/+6
2004-05-14Correct use of freetype headers.kristerw2-1/+16
2004-05-14Update devel/treecc to 0.3.0.xtraeme2-5/+5
Changes: 0.3.0 (13 March 2004) * Allow for parallel "make -jN" building (kloczek@pld.org.pl). * Fix the info directory (kloczek@pld.org.pl, qboosh@pld-linux.org). * Update the treecc.spec file (Russell Stuart). 0.2.8 (3 January 2004) * Add the "base_type" option (Gopal V). * Don't put trailing commas on enums because strict ANSI C does not allow trailing commas (Miroslaw Dobrzanski-Neumann). 0.2.6 (17 July 2003) * Add the "gc_allocator" option, so that node allocation can be done using "libgc" if the programmer chooses to do so. * Fix some non-ANSI variable declarations. 0.2.4 (29 March 2003) * Fixes to treecc.spec.in for RPM generation (Stephen Compall). * Add support for namespaces in C++ (Jeyasankar Kottalam). * Change "new.h" to "new" to comply with C++ standards (Jeyasankar Kottalam). * Fix the return type of YYNODESTATE::dealloc (Jeyasankar Kottalam).
2004-05-13.include "../../mk/pthread.buildlink3.mk"kristerw1-1/+3
2004-05-13Set PATCHDIR to match DISTINFO_FILE.wiz1-1/+2
2004-05-13GLOBAL-4.7cjs2-5/+5
* Gtags.vim, plugin script integrates GLOBAL with vim editor added. GLOBAL-4.6. [INCOMPATIBLE CHANGES] * The default value of the config variable 'definition_header' was changed to 'no', because the definition header is unsightly according to the place, especially in class definition. [OTHER CHANGES] * Added support for PHP language. (Known problems in htags) - The variable in string cannot be recognized.(global can recognize that.) - In HTML, the character string of the same spelling as the reserved word of PHP is recognized as a reserved word of PHP. I will rewrite htags in C language in the future to solve above problems. * Added support for SCM_DEFINE macro which is part of guile-snarf. * Added 'right' as a value of config variable 'definition_header'. * Added some tool tips. - Alphabet in alphabetical index shows the count of definitions. - File name in file index show the full path name. - Anchor to duplicate index show the number of duplicated objects. * Added .cvsrc,.cvsignore,.cvspass,.cvswrappers,autom4te.cache/ to the default skip list. GLOBAL 4.5.3. [INCOMPATIBLE CHANGES] * htags: Htags does not generate the code of javascript at all. In the former version, we used javascript to display information about links. But a browser these days had come to support the tool tip using 'title' attribute. So, we replaced the function using tool tip instead of javascript facility. * The --no-javascript option was removed because it was already unnecessary. * global: The pattern of the argument came always to be interpreted as a extended regular expression. In the former version, there was both the case for the pattern to be interpreted as a basic regular expression and the interpretation as the extended regular expression. This depended on the environment of the build. (If you have grep(1) and xargs(1), basic regular expression will be used.) In the new version, if you want the pattern to be interpreted as a basic regular expression, please specify the -G option. [OTHER CHANGES] New features: htags: * CVS REPOSITORY link (the --cvsweb and --cvsweb-cvsroot option). You can link CVS repository from the hypertext of source code. * Tooltip inserted in links. * The --no-map-file option added. Htags generate 'MAP' file by default. You can suppress it by this. * The --statistics option added. With this option, htags print statistics information to the standard error. global: * The -e(--regexp) option added like grep(1). * The -G(--basic-regexp) option added like egrep(1). Performance tuning: htags: * Remove tag name and line image from cache record. This made cache file smaller. * The use of the temporary file was suppressed to the minimum by tring to read the source code. Other modifications * A security hole was shut. * conf.h: add '{arch}' and '.notfunction' to default skip list. * gctags: support __attribute__((...)). GLOBAL 4.5.2. [INCOMPATIBLE CHANGES] * htags: move title's '<H1>...</H1>' into configuration variables 'title_begin' and 'title_end'. This makes configuration more flexible. If you are still using older version of gtags.conf, please replace it with one in this version. [OTHER CHANGES] * htags: add INCLUDED FROM index of htags by Hideki IWAMOTO. This indexes the places where the header file is included. * htags: add support of multi-line string. * htags, gtags: pass option '-w' from htags to gtags. * htags: allow reference to nonexistent definition without warning. * htags: add missing reserved words. - add C99 reserved words _Bool,_Complex,_Imaginary,inline,restrict. - add missing C++ reserved words asm,bool,const_cast,dynamic_cast, explicit,export,false,mutable,namespace,reinterpret_cast,static_cast, true,typeid,typename,using,wchar_t. * htags: insert HTML tag in the line which was warned. (see configuration variable 'colorize_warned_line', 'warned_line_begin' and 'warned_line_end'.) * gctags: pick up reference to macro in conditional directive. * gctags: remove wchar_t from the reservation word list of C. * gctags: remove overload from the reserved word list of C++. * gctags: remove wchar_t from the reservation word list of C. * gtags: environment variable GTAGSCACHE added. * and many bug fi GLOBAL-4.5.1. New features: o gtags,htags: --gtagslabel option added. o htags: -D(--dynamic) option added. o Some bugs fixed.
2004-05-12s/netbsd.org/NetBSD.org/igrant1-2/+2
2004-05-12Update to revision 947.seb3-31/+10
Package changes: - actually use bl3 - let py-bsddb3 package enforce the accepted python versions via its buildlink3.mk - fix test target - no need to include subversion/buildlink3.mk (it had no effect anyway because USE_BUILDLINK3 was not defined to YES) just set a run dependency on subversion-base. Changes since last packaged version: ------------------------------------------------------------------------ r947 | fitz | 2004-05-11 22:42:02 +0200 (Tue, 11 May 2004) | 7 lines Fix OBOE and start_pass check. * cvs2svn.py: (main) Set default value of end_pass to len(_passes), *not* len(_passes) - 1. Also, check bottom bounds of start_pass. ------------------------------------------------------------------------ r946 | cmpilato | 2004-05-11 21:58:37 +0200 (Tue, 11 May 2004) | 4 lines * cvs2svn.py (usage): Fix the usage message to reflect new START:END syntax for -p argument. ------------------------------------------------------------------------ r945 | cmpilato | 2004-05-11 21:50:21 +0200 (Tue, 11 May 2004) | 5 lines * cvs2svn.py (main): Fix the map(x) bug introduced by the last commit, and rework the validation logic for -p values to be a little more concise and informative. Also, use START:END instead of START-END syntax. ------------------------------------------------------------------------ r944 | cmpilato | 2004-05-11 21:36:35 +0200 (Tue, 11 May 2004) | 5 lines * cvs2svn.py (Database.__init__): Route around a pybsddb3 / BerkeleyDB 4.2 compatibility bug by manually enacting the semantic difference between the 'n' and 'c' modes. ------------------------------------------------------------------------ r943 | fitz | 2004-05-11 21:05:43 +0200 (Tue, 11 May 2004) | 12 lines Change the -p switch to accept a range of passes, or to just run a single pass. * cvs2svn.py: (convert): Remove start_pass default arg value, add end_pass arg, and perform only passes from START_PASS to END_PASS, inclusive. (usage): Update doc. (main): Add a suitable default for end_pass, processing for '-p START-END' switch, and error checking for end_pass. ------------------------------------------------------------------------ r939 | maxb | 2004-05-02 14:55:18 +0200 (Sun, 02 May 2004) | 3 lines * cvs2svn.py (MimeMapper.print_missing_mappings): Tweak to hopefully work with older Python versions. ------------------------------------------------------------------------ r933 | fitz | 2004-04-28 17:59:29 +0200 (Wed, 28 Apr 2004) | 5 lines Fix URL to Issue Tracker and a few examples that are incorrect. Based on a patch from Jon Bendtsen <jbendtsen@laerdal.dk>. * README: Corrections. ------------------------------------------------------------------------ r929 | cmpilato | 2004-04-22 18:43:23 +0200 (Thu, 22 Apr 2004) | 3 lines * dist.sh Use the cvs2svn-rXXXX.tar.gz format instead of cvs2svn-0.XXXX.tar.gz. ------------------------------------------------------------------------ r928 | cmpilato | 2004-04-22 18:40:01 +0200 (Thu, 22 Apr 2004) | 2 lines * dist.sh Use 'svn export' now instead of all that complicated mumbo jumbo. :-)
2004-05-12Unused.wiz2-44/+0
2004-05-12No longer used.snj1-29/+0
2004-05-11Unused.wiz1-20/+0
2004-05-11Update bmake to 20040511 which syncs with -current (and 2.0).sjg2-13/+14
We now use bmake/boot-strap for simpler building. New location for distfile. Changes to bmake include: o allow quoted strings on lhs of conditionals o issue warning when extra .else is seen o print line numer when errors encountered during parsing from string. o posix fixes - remove '-e' from compat mode - add support for '+' command-line prefix. o fix for handling '--' on command-line.
2004-05-11add patches from GNOME CVS to make this build on darwindanw3-2/+29
2004-05-10Update cpuflags to 0.68abs2-5/+6
Exclude -fomit-frame-pointer for {firefox,thunderbird}{,-gtk2}
2004-05-10update to roundup-0.7.1recht3-25/+6
This release fixes some bugs in the previous release: - several temp files made it into the source distribution (sf bug 949243) - typo in roundup/instance.py - missing CRLF var in rfc822.py (sf patch 949471) - fix user creation page - have roundup server pass though the cause of a "403 Forbidden" response - fix schema mutation in sqlite backends (thanks Tamer Fahmy) - make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg) - fix RDBMS import (thanks Tamer Fahmy)
2004-05-10Unused.wiz1-21/+0
2004-05-10update to Doxygen Release 1.3.7 - ok'd by groo@recht4-50/+148
Changes * The \param command now has an optional input and/or output attribute. The syntax for an input & output parameter is for example: \param[in,out] name Description. New features * Added new option CREATE_SUBDIRS which when enabled makes doxygen distribute the generated output evenly over 100 subdirectories. * Added support for Qt's properties (i.e. Q_PROPERTY) which can be documented by putting a documentation block in front of the macro or by using a comment block with the new \property command. * Added new commands \manonly and \endmanonly to enter man page specific text and commands in the generated man pages (thanks to Carsten Stiborg). * Included new python based translation report script, which now replaces the old perl based version (thanks to Petr Prikryl). * Improved parser to also support parsing of Objective-C implementation files. * Added new config option EXTRACT_LOCAL_METHODS which can be used for Objective-C code to extract methods definition in the implementation section that are not present in the interface. * Added new config option STRIP_FROM_INC_PATH which allows to specify a list of paths that, if matched, will be striped from the #include statement in the generated documentation of a class. * Added new command \includelineno with works as \include except it will add line numbers to the code (thanks to Giancarlo Niccolai for the patch). * Added BeOS support, thanks to a patch by Mark Hellegers. * Included update for the French translation, thanks to Jacques Bouchard. And many bug fixes. For a complete list see: http://www.stack.nl/~dimitri/doxygen/changelog.html
2004-05-09Pass -b to pkg_admin lsbest to make this work correctly on systems where the ↵danw1-2/+2
pkgdbdir passes through a symlink
2004-05-09Convert to buildlink3.snj1-3/+3
2004-05-09update roundup to 0.70recht3-25/+63
changes (among many others): - added postgresql backend - trackers using postgresql or mysql backends may have many users - new "actor" automatic property (user who caused the last "activity") - RDBMS backends have data typed columns and indexes on several columns - registration may be concluded by replying to the confirmation email - HTML templating permission checks are greatly simplified - database exports now include full journals For a complete list see: http://roundup.sourceforge.net/doc-0.7/whatsnew-0.7.html
2004-05-09update to 3.4.2 and bl3ifyrecht4-693/+727
changes: (for a complete list see the included HISTORY file) Version 3.4.2 - some bug fixes - changed unittest logic to search for testcases in the given module, if no module function named 'suite' could be found - adoption to subversion 1.0 - include a message marker in the subject line for bug emails - a few usability enhancements Version 3.4.1 - fixed a serious bug in VariablesViewer 3.4: - It comes with it's own source documentation generator. - Support for Quixote PTL files. - Capability to generate various UML-like diagrams from the source code. - Interface to the cyclops cycles finder (a copy of cyclops is included). - Import/Export of keyboard shortcuts. - A QRegExp and a Python regexp wizard. Version 3.3.1: - fixed a compatibility problem with PyQt/sip 3.9 3.3: This version includes an interface to omniORB, scripting capabilities, a refactoring browser (the well known Bicycle Repair Man), remapable keyboard actions and a Russian translation. The editor supports split views, keyboard macros, bookmarks and additional breakpoint types. In addition to these new features there are a bunch of changes under the hood, that should increase eric3's usability. For details see the history file in the distribution.
2004-05-09no longer used.grant1-19/+0
2004-05-09link ottest against glib2 libs, fixes build on Solaris.grant2-1/+16
2004-05-09use buildlink3.grant1-3/+3
2004-05-09Unused.wiz5-120/+0
2004-05-09Add and enable p5-Data-TemporaryBag.minskim1-1/+2
2004-05-09Import p5-Data-TemporaryBag from pkgsrc-wip. Packaged by xtraeme@.minskim4-0/+28
Data::TemporaryBag module provides a bag object class handling long size data. The short size data are kept on memory. When the data size becomes over $Threshold size, they are saved into a temporary file internally.
2004-05-08Correct path for BUILDLINK_PKGSRCDIR.darts.kristerw1-2/+2
2004-05-08Rename NO_CONFIGURE_INFODIR to CONFIGURE_HAS_INFODIR (which defaults toreed1-2/+2
"yes"). So any packages that have old GNU configure script that does not support --infodir option (while using INFO_FILES) can set CONFIGURE_HAS_INFODIR=NO. This was suggested by agc@ as a clearer definition.
2004-05-08Use emacs.mk.uebayasi4-44/+33
2004-05-08Add emacs21nox in EMACS_VERSIONS_ACCEPTED where appropriate.uebayasi1-2/+2
2004-05-08Unused.wiz1-22/+0
2004-05-08Convert to buildlink3.snj3-28/+21
2004-05-08fix DEPENDS path to p5-Test-Simple.grant1-2/+2
2004-05-08include p5-Test-Harness/depends.mk instead of explicit DEPENDS ongrant2-4/+4
p5-Test-Harness.
2004-05-08move the p5-Test-Harness DEPENDS to p5-Test-Harness where it belongs,grant2-5/+7
so any package requiring it can DTRT.
2004-05-08Use INFO_DIR in the info documentation search path. This is neededreed1-2/+2
if using a custom INFO_DIR so info command can find docs.
2004-05-08Use a new option NO_CONFIGURE_INFODIR which is about to be introducedreed1-1/+2
because although these packages use autoconf-style configure scripts they do not know --infodir option.
2004-05-08Make sure this m4.info file is really installed to INFO_DIR.reed3-2/+15
2004-05-08nb1: install shlib as executable.tv3-5/+6
2004-05-07Add and enable p5-FileHandle-Unget.wiz1-1/+2
2004-05-07Initial import of p5-FileHandle-Unget-0.14:wiz4-0/+27
FileHandle::Unget is a drop-in replacement for FileHandle which allows more than one byte to be placed back on the input. It supports an ungetc(ORD) which can be called more than once in a row, and an ungets(SCALAR) which places a string of bytes back on the input.
2004-05-07Add RCS tagscjep3-0/+3
2004-05-07allow perl{,-thread}>=5.8.3 to satisfy the p5-Test-Harness dependency.grant1-2/+4
Test::Harness is included in perl>=5.8.3, and for that reason, p5-Test-Harness has a CONFLICT on perl>=5.8.3 which was blocking many packages from being installed.
2004-05-07Bump PKGREVISION due to update of vte to 0.11.11.jmmv1-1/+2
2004-05-07s/malloc.h/stdlib.h for darwin/freebsddanw2-1/+15