summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-07-09update to 6.3recht10-266/+43
This is mostly a bug fix release. Selection of changes: - most pkgsrc patches have been integrated - amd64 support for NetBSD/OpenBSD (thanks to drochner@) - enhanced Darwin support For a complete list see: http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/recent_changes
2004-07-08Remove bogus html file.erh1-210/+0
2004-07-08Add p5-Date-Business subdirectoryerh1-1/+2
2004-07-08New package: p5-Date-Business version 1.2erh5-0/+244
Perl5 module for fast calendar and business date calculations
2004-07-08Update HOMEPAGE and MASTER_SITES.seb1-3/+3
2004-07-07Update to 2.5. Selections from the changelog:schmonz4-27/+13
* The 'return' statement now actually returns, and there are now break & continue statements for for & while loops. * MkDir now grists directories with 'dir', so that directory targets can be distinguished from other targets. * SubDir now allows multiple overlapping roots (top level directories): the first SubDir of a new root uses the CWD of jam to set that root; subsquent SubDirs use the current SUBDIR to set the new root. New FSubDirPath to compute a path (given SubDir arguments) and SubRules to include another root's Jamrules. Jamrules only included if present; no error issued if no Jamrules file. * $(RMDIR) has been defined for NT and defaulted to $(RM) everwhere else. Not much tested. For Michael Champigny. * GenFile actions (on UNIX) now put . in the PATH for the execution of the command, so that (at least) when jam builds itself . does not need to be in the global path. It is the rare case where a target bound in the current directory can't be used directly, so we fudge it by setting PATH. * The whole /MR of Jam's name has been dropped. It was intended to avoid trademark infringement of JYACC's JAM, but as far as we can tell (a) it wasn't enough to avoid infringement and (b) the trademark has lapsed anyhow. * If header dependencies cause an object to be recompiled and the source file is a temporary, the temporary is now reconstructed. Previously, headers weren't considered when deciding when to reconstruct a temporary. * -d has been reworked to make it easier to display more useful tracing information separate from the debugging gunk: -da - show all actions (formerly -d2) -dc - show 'causes' for rebuilding (new output) -dd - show dependencies (new output) -dm - show make graph (aka -d3) -dx - show executable text (formerly -d2) -dd is new, and more display options are anticipated. -n now implies -dax. The message "...using xxx..." now only shows up with -da. * Several bug and portability fixes. pkgsrc changes: * Use the .zip distfile instead of the .tar to save space. * Iterate with ${f} rather than ${file} to placate pkglint.
2004-07-07Make this work on non-NetBSD systemsmartti1-7/+43
2004-07-07Updated distcc to 2.15martti3-14/+10
* Fix crash bug in receiving LZO compressed data into a mmapped file. * Remove redundant temporary file cleanup in non-forking mode. * Client calculates and can display the overall throughput in preprocessed bytes per second for remote jobs. * The deprecated fork-after-exec mode controlled by the --no-prefork option has been removed. * mmap is no longer used for compressed data to simplify the code. * Daemon now chdirs to $TMPDIR at startup rather than /. This allows dumping core, among other things.
2004-07-06Include application.mk before extension.mk to avoid problems pickingrecht1-1/+2
up the correct Python version if scons is used as dependency. Pointed out by drochner.
2004-07-06Update cpuflags to 0.72:abs2-3/+5
Handle c3 as 'c3' or '586', not '686'. From Dick Davies Rationale: http://www3.sympatico.ca/howlettfamily/epia/epia_howto/x881.html#pentium_compatible
2004-07-06Unused.wiz3-295/+0
2004-07-06Convert to buildlink3, and mark as BROKEN, since it does not compilewiz1-3/+5
with gcc3 nor buildlink3.
2004-07-06add missing gtkmm-2.0/2.2 componentsdrochner1-1/+4
2004-07-06import libgnomeuimm20-2.0.0 which is a component of the gtkmm-2.0/2.2drochner5-0/+136
family of C++ bindings for gnome libraries fortunately, these families can coexist
2004-07-06import libgnomemm20-2.0.1 which is a component of the gtkmm-2.0/2.2drochner5-0/+91
family of C++ bindings for gnome libraries fortunately, these families can coexist
2004-07-06import libglademm20-2.2.0 which is a component of the gtkmm-2.0/2.2drochner5-0/+89
family of C++ bindings for gnome libraries (the ...20 suffix is because the pkg installs into 2.0 paths and describes itself as 2.0 to pkgconfig) fortunately, these families can coexist
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht3-4/+6
2004-07-06s/let's/lets/snj1-1/+1
2004-07-05Add ArX and sort.recht1-3/+4
2004-07-05initial import of ArX-1.0.20recht5-0/+79
ArX is a revision control system: a program that let's programmers archive a history of changes made to the software they maintain and that, more importantly, helps programmers to coordinate, synchronize, and combine multiple lines of development for a single project.
2004-07-05update to 2.0.2,drochner3-10/+9
fix MASTER_SITES changes: * Client::signal_value_changed(): Fixed a refcount crash. (Daniel Elstner) * spec file corrected. (Eric Bourque) * Reference docs generated. (Bradley Bell)
2004-07-04Unneeded after update to 4.7.wiz1-48/+0
2004-07-04Update to 4.7:wiz9-36/+38
4.7 (9 April 2004) * Language: . new commands @float, @caption, @shortcaption, @listoffloats for initial implementation of floating material (figures, tables, etc). Ironically, they do not yet actually float anywhere. . new commands @docbook, @ifdocbook, @ifnotdocbook for conditional Docbook. . new commands @ordf{} and @ordm{} for Spanish feminine/masculine ordinals. . new commands @deftypecv[x] for class variables in typed OO languages. . new command @registeredsymbol for the r-in-a-circle symbol. . new command @headitem to make a heading row in @multitable. . new command @LaTeX{} for the LaTeX logo. . new command @comma{} to avoid comma-parsing problems. . @url is now a synonym for @uref; new command @indicateurl has the old meaning of just displaying a url as text. . @quotation now accepts an optional argument for labelling the text as a `Note', `Tip', etc. . @defun (et al.) heading lines can now be continued with a lone @. . @acronym accepts an optional argument for the meaning of the acronym. * makeinfo: . New environment variable TEXINFO_OUTPUT_FORMAT determines the output format at runtime, if no options are specified. . New option --plaintext, equivalent to --no-headers with Info output. . All outputs: - sections are numbered by default. . Info output: - punctuation is inserted after @pxref and @ref, if needed to make cross-references valid. - line numbers included in index menus, so Info readers can go to the exact line of an entry, not just a node. Also in plaintext output. - ^@^H[index^@^H] cookie included in index menus, so Info readers can handle the ] etc. commands better. . HTML output: - new algorithm for cross-references to other manuals, for maximum portability and stability. - include node name in <title> with split output. - @multicolumn fractions become percentages. - entities used for bullets, quotes, dashes, and others. - index entries are links to the exact locations. - <h4> and <h5> used for @sub and @subsubsections again. - accented dotless i supported. . XML output: many new tags and structure to preserve more source features. . Docbook output: - upgraded DTD to Docbook XML 4.2, no longer using Docbook SGML. - improved translation in general, for instance: - line annotations and marked quotations. * texi2dvi: . if available, use etex (pdfetex if --pdf) by default. . if the input file includes thumbpdf.sty (for LaTeX), then run thumbpdf. . more output if --debug. * texinfo.tex: . @defun names are now printed in typewriter (instead of bold), and within the arguments, @var text is printed in slanted typewriter. . @tex code is executed inside a TeX group, so that any changes must be prefixed with \global (or the equivalent) to be effective. (This change was actually made years ago, but never made it into the NEWS.) * info: . new option --where (aka --location, -w) to report where an Info file would be found, instead of reading it. . by default, output ANSI terminal escape sequences as-is; new option --no-raw-escapes overrides this. . use the newly-generated index line numbers. * Distribution: . new script gendocs.sh (not installed), for use by GNU maintainers in getting their manuals on the GNU web site. Documented in maintain.texi (http://www.gnu.org/prep/maintain_toc.html). . Most code uses ANSI C prototypes, to some extent. . New translation: nb. . automake 1.8.3, autoconf 2.59, gettext 0.14.1.
2004-07-04Update to 1.11:wiz2-6/+6
1.11 Apr 12, 2004 - No code changes, just switching to including a Makefile.PL that uses ExtUtils::MakeMaker instead of one that sneakily uses Module::Build. Requested by Perrin Harkins. 1.10 Mar 10, 2004 - Silence a warning from the test code if Exception::Class isn't installed. Reported by Stefano Ruberti. - Localize $@ to avoid overwriting a previously set $@ while creating a Devel::StackTrace object. This caused a test failure in the Exception::Class tests when run with Perl 5.6.1, but not with 5.8.3. I don't really know how to test for it outside of Exception::Class. Reported by Jesse Erlbaum. 1.09 Feb 26, 2004 - The overload workaround blows up if a DBI handle is anywhere in the stack, because of a bad interaction between overload::Overloaded and DBI's custom dispatching. This release works around that. 1.08 Feb 23, 2004 - Some tests failed on Win32 because they were hardcoded to expect a file name with forward slashes. Reported by Steve Hay. 1.07 Feb 21, 2004 - This release includes a change to the overload handling that is necessary for cooperation with Exception::Class. 1.06 Feb 21, 2004 - Devel::StackTrace now uses overload::StrVal() to get the underlying string value of an overloaded object when creating a stack frame for display. This can be turned off by setting respect_overload to a true value. Suggested by Matt Sisk. 1.05 Feb 17, 2004 - Devel::StackTrace incorrectly reported that arguments were being passed to eval blocks (which isn't possible). Reported by Mark Dedlow. 1.04 Sep 25, 2003 - The special handling of Exception::Class::Base objects was broken. This was exposed by the fact that Exception::Class 1.15 now uses Devel::StackTrace in a slightly different way than it did previously.
2004-07-04Update to 0.16:jmmv3-36/+33
* Documentation changes to match Buildtool 0.16. - Track the renaming of defines, which now include the language name in them. - Added information about the bt_check_prog_make function. - Documented the new 'test' target/stage. - Documented the new BT_IS_TEST definition in the 'program' type. - Documented the new 'bt_logic.conf' system-wide configuration file. - Documented the new '--destdir' flag in bt_logic. - Documented the new '--workdir' flag in bt_config and bt_logic, as well as the BT_USE_WORKDIR variable, related to it. - Documented the new bt_echo and bt_source functions in bt_swcgen. - Rewritten the bt_swcgen chapter to match reality (no more M4). This should have happened in the previous version. * Dropped some leftovers of documentation about the bt_make module and related Makefiles. The information has been reworded to match logic scripts where appropiate. * Fixed the description of bt_define and bt_define_unquoted functions, as they take a pair of values, not a list of variables.
2004-07-04Update to 0.16:jmmv4-51/+50
Sixteenth alpha version, released on 2004/07/04. o Added preliminar support for work directories, which are used to put all temporary files created during a build in them. This allows mak- ing the source tree read only, as it won't get polluted in any way. Note that existing packages may need some tweaks in their logic files to support this completely. To help with testing, you should set the BT_USE_WORKDIR variable in bt_config.conf to `yes', so that this fea- ture is always used. o Added a standard customizable `DOC' feature, which can be used by the end user to disable installation of documentation. Existing packages may need to be fixed to honour this, though. o bt_logic's core has been rewritten. It is now much faster than before and has better dependency control, which solves many stupid bugs. o A framework to run uninstalled programs (those which may be linked to uninstalled libraries) has been readded. It is very similar to what libtool does with its .libs directory, and is completely transparent to the end user. o Added (in fact, readded, as it was lost during the conversion to bt_logic) support to install packages in a fake root directory, needed in many package systems to support Buildtool-ized programs. o Definitions' names (those written to the configuration header) have been changed to include the language name they refer to in them. This provides better support when the C and C++ compilers do not match. Note that for this to take effect you need to set BT_REQUIRE to (at least) `0.16'; otherwise, the previous behavior is kept. o Multiple fixes have been done in the bt_check_bits() function. o Fixed the link command in bt_logic so that library directories appearing under the same project hierarchy (and manually specified by the -L flag) are not converted to an rpath. o Fixed build under OpenBSD 3.4, HP-UX and Tru64. o Added the bt_check_prog_make() check in bt_config, which looks for a make utility. o Added the bt_echo() and bt_source() functions to bt_swcgen. o The installation was changed to use unversioned directories and bina- ries.
2004-07-04Apply patch provided by Georg Schwarz in PR pkg/26157:jschauma2-12/+24
binutils does not build gprof on all platforms.
2004-07-04Apply patch by Roland Illig posted to tech-pkg to make this compilejschauma2-4/+4
on Linux.
2004-07-04add new gtkmm partsdrochner1-1/+7
2004-07-04Import the latest generation of gnome-C++ bindings.drochner25-0/+1243
(can coexist with older versions)
2004-07-04Import version 2 of the Type-safe callback system for C++ programs.drochner5-0/+1497
This can well coexist with the previous generations (1.0, 1.2).
2004-07-04Unused.wiz1-186/+0
2004-07-04Rather than using .error, set BROKEN if an unknown compiler is encountered.tv1-2/+2
2004-07-04USE_PKGSRC_GCC -> GCC_REQD+=2.8.0 (builds just as fine on 1.6.2 as before)wiz1-2/+2
2004-07-02Unused.wiz3-84/+0
2004-07-02Unused.wiz1-24/+0
2004-07-02Update GConf2 and GConf2-ui to 2.6.3:jmmv2-5/+5
Fixes: - Fix issue with using merged files on a fresh system (Mark) - Documentation fix (Leonardo Quijano Vincenzi)
2004-07-02Install .packlist.h2ph into PREFIX instead of LOCALBASE.minskim1-2/+2
This closes PR pkg/26099.
2004-07-01Convert to NO_BUILDLINK (doesn't build anything).wiz1-2/+2
2004-07-01Unused.wiz1-27/+0
2004-06-30Make previous change build with gcc3 too.kristerw2-9/+8
2004-06-30Update to 2.15, the latest release of GNU binutils.shannonjr2-5/+5
2004-06-30Updated to release 2.15. This release incorporates a number of bug fixes ↵shannonjr1-3/+3
along with support for MIPS64 Release 2 in gas and improved handling of unresolved symbols in the linker.
2004-06-30disable pkgviews installation for now, since it breaks other packagesrecht1-2/+2
ok'd by wiz fixes PR 26119 by Rhialto
2004-06-30Added floristshannonjr1-1/+2
2004-06-30Package was removed when gcc 3.4 was removed. Adding back now.shannonjr21-0/+591
2004-06-30+p5-Log-Dispatch-DBIgrant1-1/+2
2004-06-30Initial import of p5-Log-Dispatch-DBI 0.02 into the NetBSD packagesgrant4-0/+30
collection. Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts logging output into relational database using DBI interface.
2004-06-28Upgraded to release 6.1.1 (from 6.1)shannonjr2-6/+6
2004-06-28Update to 2.6.2:jmmv2-5/+5
Fixes - Don't show multi-workspace related menu items if there is only a single workspace (Johan Persson) Translators - Vladimir Petkov (bg) - Gil Osher (he) - Kjartan Maraas (no) - Mi?u Moldovan (ro) - Ivan Noris (sk)