summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-09-04Update to bmake-20050901 which includes a fix for PR/31077sjg2-7/+22
Also use the distributed bmake.cat1 if one is not generated for this platform.
2005-09-04Update ruby-activesupport package to 1.1.1.taca3-8/+18
*1.1.1* (11 July, 2005) * Added more efficient implementation of the development mode reset of classes #1638 [Chris McGrath] *1.1.0* (6 July, 2005) * Fixed conflict with Glue gem #1606 [Rick Olson] * Added new rules to the Inflector to deal with more unusual plurals mouse/louse => mice/lice, information => information, ox => oxen, virus => viri, archive => archives #1571, #1583, #1490, #1599, #1608 [foamdino@gmail.com/others] * Fixed memory leak with Object#remove_subclasses_of, which inflicted a Rails application running in development mode with a ~20KB leak per request #1289 [c.r.mcgrath@gmail.com] * Made 1.year == 365.25.days to account for leap years. This allows you to do User.find(:all, :conditions => ['birthday > ?', 50.years.ago]) without losing a lot of days. #1488 [tuxie@dekadance.se] * Added an exception if calling id on nil to WhinyNil #584 [kevin-temp@writesoon.com] * Added Fix/Bignum#multiple_of? which returns true on 14.multiple_of?(7) and false on 16.multiple_of?(7) #1464 [Thomas Fuchs] * Added even? and odd? to work with Bignums in addition to Fixnums #1464 [Thomas Fuchs] * Fixed Time#at_beginning_of_week returned the next Monday instead of the previous one when called on a Sunday #1403 [jean.helou@gmail.com] * Increased the speed of indifferent hash access by using Hash#default. #1436 [Nicholas Seckar] * Added that " " is now also blank? (using strip if available) * Fixed Dependencies so all modules are able to load missing constants #1173 [Nicholas Seckar] * Fixed the Inflector to underscore strings containing numbers, so Area51Controller becomes area51_controller #1176 [Nicholas Seckar] * Fixed that HashWithIndifferentAccess stringified all keys including symbols, ints, objects, and arrays #1162 [Nicholas Seckar] * Fixed Time#last_year to go back in time, not forward #1278 [fabien@odilat.com] * Fixed the pluralization of analysis to analyses #1295 [seattle@rootimage.msu.edu] * Fixed that Time.local(2005,12).months_since(1) would raise "ArgumentError: argument out of range" #1311 [jhahn@niveon.com] * Added silencing to the default Logger class *1.0.4* (19th April, 2005) * Fixed that in some circumstances controllers outside of modules may have hidden ones inside modules. For example, admin/content might have been hidden by /content. #1075 [Nicholas Seckar] * Fixed inflection of perspectives and similar words #1045 [thijs@vandervossen.net] * Added Fixnum#even? and Fixnum#odd? * Fixed problem with classes being required twice. Object#const_missing now uses require_dependency to load files. It used to use require_or_load which would cause models to be loaded twice, which was not good for validations and other class methods #971 [Nicholas Seckar]
2005-09-04Update ruby-cmd pacakge 0.7.2.taca2-6/+6
= Cmd Changelog == Version 0.7.2 * Breaking the assignment to READLINE_SUPPORTED over multiple lines did not appease RDoc. Fortunately Dave Thomas showed me several ways that I could accomplish the same thing whilst appeasing RDoc. Sadly another minor bug fix release :\ [Dave Thomas] == Version 0.7.1 * Broke assignment to READLINE_SUPPORTED over several lines as removing the semicolons resulted in the incorrect behavior, and having the semicolons made RDoc fail to parse the file. [Jim Weirich]
2005-09-04Update rake package to 0.5.4.taca2-7/+7
= Rake Changelog == Version 0.5.4 * Added double quotes to the test runner. * Added .svn to default ignore list. * Updated FileList#include to support nested arrays and filelists.
2005-09-03Update apache-ant to 1.6.5tonio4-31/+124
Remove the files/ant script, by patching the bin/ant script, as ant people worked on it. I'm taking maintainership for this one Fix PR 29038 and PR 29338, apache-ant now can use plugins Fix PR 30332 (update to 1.6.5) Approved by jwise@
2005-09-03Add and enable p5-Date-Simple.minskim1-1/+2
2005-09-03Import p5-Date-Simple from pkgsrc-wip. Packaged by George Michaelson.minskim4-0/+34
Dates are complex enough without times and timezones. This module may be used to create simple date objects. It handles: Validation: Reject 1999-02-29 but accept 2000-02-29. Interval arithmetic: How many days were between two given dates? What date comes N days after today? Day-of-week calculation: What day of the week is a given date? It does NOT deal with hours, minutes, seconds, and time zones.
2005-09-02Update pvs to 3.2:jschauma6-232/+122
According to http://pvs.csl.sri.com/announcements/pvs3.2-release-notes.shtml this contains a number of bug fixes as well as the following improvements and added features: -Startup Script Update -Theory Interpretation Enhancements -References to Mapped Entities -Cleaning up Specifications -Binary Files -Generating HTML -Default Strategies -Better handling of TCCs in Proofs -typepred! rule and all-typepreds strategy -grind-with-ext and reduce-with-ext -New forward chain commands -TeX Substitutions -add-declaration and IMPORTINGs -Prelude additions
2005-08-31Allow splint to actually work under NetBSD by applying patchjschauma2-1/+15
from FreeBSD (PR ports/61131).
2005-08-31added a workaround for core-dumping f77 on sparc64 (makes the package work onspz1-1/+6
NetBSD/sparc64 1.6.x)
2005-08-30Bump BUILDLINK_RECOMMENDED for latest update with security fixes.salo1-2/+2
2005-08-30one more try at expanding the portability of the 'tr' usage to keep thisdmcmahill3-15/+15
happy on systems such as solaris which have suboptimal tr's. Now this works with /usr/bin/tr.
2005-08-29Added a patch to resolve a type ambiguity in the ?: operator. Detectedrillig2-1/+19
by the bulk builds for NetBSD-1.6.2/i386.
2005-08-28* EMACS_PKGNAME_PREFIX.uebayasi2-10/+31
* Make bbdb, w3/w3m options. Default dependency change, bump revision to nb4.
2005-08-28Rework emacs.mk:uebayasi13-28/+40
1) Simplify the way how an emacs version is picked when no emacs is installed, but a user try to install an Emacs Lisp package. Just pick up the version set as EMACS_TYPE than searching for versions already installed etc. If the EMACS_TYPE version is not supported by the Emacs Lisp Package, just fail. EMACS_TYPE be default to GNU Emacs 21. (In other words, users should set EMACS_TYPE as they want. Otherwise GNU Emacs 21 is used.) 2) All Emacs Lisp Packages *must* prepend EMACS_PKGNAME_PREFIX to a) the PKGNAME itself, and b) PKGNAME in its dependency lines. EMACS_PKGNAME_PREFIX is expanded to "xemacs-" when XEmacs is used. This keeps dependency graph of Emacs-Lisp-packages- installed-for-XEmacs consistent. 3) Document EMACS_* variables as much as possible. 4) Provide more cookies for PLIST. Maybe utilized later. Note that the 2) change doesn't affect the default, GNU Emacs 21 behaviour. So no version / revision bumps in this commit.
2005-08-26Fix for http://secunia.com/advisories/16553/ via RedHat.adrianp3-5/+25
2005-08-26update to 1.0.2adrochner6-67/+47
changes: -many bugfixes -Added VRRP support
2005-08-26update to 2.10.3drochner2-6/+6
changes: - Handle the reversion of changes to _NET_ACTIVE_WINDOW (Elijah) -translation update
2005-08-26update to 1.12.2drochner3-42/+15
changes: -made GSF_CLASS_FULL and GSF_DYNAMIC_CLASS_FULL really full (add _finalize and class_finalize arguments). -Handle 0x8000 and 0x8001 codepages. -bugfixes also fix installation of gconf schema
2005-08-25Only for Linux, FreeBSD, DragonFly and NetBSD for now. NSS willreed3-25/+24
build and run on other platforms when MAINTAINER knows what magic Makefile glue is required. This is from maintainer's discussion on tech-pkg. Remove patch-af. Use LD_LIBS instead, which the build already knows about. Add custom settings for above platforms so they install correctly. Idea provided by maintainer on tech-pkg. I tweaked it more. I tested on NetBSD 2.0.2, Linux and DragonFly. Also remove blank line from end of Makefile.
2005-08-24Introduce DJB_MAKE_TARGETS boolean, on by default, off in theschmonz1-1/+2
following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
2005-08-23Update to 1.027. From the changelog:schmonz4-9/+16
- Fixed numberic export glitch in vpwentry_export. - Fixed dependancies to let "make -j" work properly. - Added some pre-computed .lib files (such as socket.lib).
2005-08-23The real user name in PKG_USERS does not need to be escaped with doublerillig3-6/+6
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
2005-08-22Add DragonFly support. (Okayed by drochner@.)reed4-16/+45
This needs testing under DragonFly.
2005-08-21fix a broken configure test for Solaris.grant2-4/+22
fixes PR pkg/25083 from Petter Lindquist.
2005-08-21Update to 1.6.3:jmmv2-6/+6
* bugfix for #165129 * Added locale 'xh' (Adi Attar)
2005-08-21Update to 2.10.1 (re-release of 2.10.0). Fixes the distribution tar.bz2jmmv2-7/+7
file (this package was broken before), and might be other things.
2005-08-21Update to 2.10.1 to match latest release of libbonoboui. Sort PLIST.jmmv3-9/+9
2005-08-21We need to pre-create the locale directory before copying the locale.aliasjlam1-2/+3
file into place. Bump the PKGREVISION to 6.
2005-08-20Add one missing man page to the PLIST.kristerw2-3/+4
Bump PKGREVISION.
2005-08-20nuke ONLY_FOR_COMPILER .. newer versions of these packages build finegrant1-3/+1
with at least icc and sunpro.
2005-08-20Fix the msgfmt.pl script to deal with messages with plurals whose stringsjmmv2-37/+108
are identical (e.g., msgid == msgid_plural) by ignoring the duplicates. In fact, this is a rewrite of the script, since I couldn't understand the old one (ew). Also change the way we use it to only pull it in the build if the real msgfmt does not support plurals (i.e., it's older than 0.10.36). Fixes PR pkg/30596 and PR pkg/30938 (both related to epiphany). It also fixes the build of evolution-data-server and probably others.
2005-08-19Install the locale.alias file into an example directory, and copy itjlam2-3/+12
into place via REQD_FILES. This fixes a CHECK_FILES error. Bump the PKGREVISION to 5.
2005-08-19Update to 1.026. From the changelog:schmonz3-8/+8
- Fixed negative indexing bugs in str_findprev* and ibuf_getstr_crlf functions. Thanks Gerrit Pape. - Added the capability to bg-installer to optionally run commands based on the existance of the source (or another) file. - Fixed bg-installer to not create directories in "dry-run" mode.
2005-08-19Add DragonFly.mk file and now support DragonFly.reed2-1/+86
This is from PR #30711. Thank you Joerg. Approved by maintainer (in PR).
2005-08-19add a dependency on py-xmldrochner1-1/+10
This is not necessary for normal scons use, but there is an extension "bksys" which needs XML. Since scons users do not necessarily use Python theirselfes, a buildtime dependency on px-xml-for-the-python-version-used-by-scons would be needed which I don't see an easy and robust way for. bump PKGREVISION
2005-08-18Update to 1.025. From the changelog:schmonz3-38/+6
- Added the capability to bg-installer to handle multiple destinations within the same source list. - Renamed the "setmode" function in bg-installer that was causing compile problems on *BSD systems. - Added a sysdep for struct timespec and clock_gettime, which are defined if not present.
2005-08-17changedmcmahill3-15/+15
tr '[a-z],' [A-Z] ' to tr [a-z], [A-Z]\ to help the tr on solaris.
2005-08-16- add tr to the tools listdmcmahill4-2/+255
- check for -lsocket so that solaris can find socket() and friends.
2005-08-16Changes 0.5.3:adam2-6/+6
* Fixed bugs in the exiv2, OpenOffice, and OLE2 plug-ins. * Static relocatable glib no longer required. * getKeywords2 function is now included in the code.
2005-08-15Add the Morgan Stanley Dean Witter license used by p5-Date-Business.erh3-2/+18
Avoid interactive prompts during the configuration of that package.
2005-08-15Update to 1.11xtraeme2-8/+7
Changes: * Compile fixes for LWP-2.0
2005-08-15Update to 1.27xtraeme2-8/+7
Changes: * Fixes for LWP-2.0 * Reduced size of the medium packets to 1500. * Explicitly clear the EchoTimestamp when we receive an out-of-order SFTP data packet to avoid sending a stale timestamp value. * Make sure we retransmit at least one packet once we hit EOF so that we can continue to make progress.
2005-08-15Update to 2.0xtraeme3-98/+7
New in 2.0: * Use ucontext.h provided functions for thread creation and switching. In case those are not available use sigaltstack for thread creation and sigsetjmp/siglongjump for thread switching, and if sigaltstack doesn't exist fall back on the old process.S assembly code. * Simplified pthread support a bit, now it builds and runs on cygwin. * RPM .spec file fix to allow non-root users to build (Matthew Rich). * Included AIX process.S assembly, since I don't know the right ifdefs, it isn't actually part of process.S yet. * This library is binary compatible with previous releases. But some of the prototypes of callback functions got cleaned up a bit so that building against this version of LWP will give some trivially fixable compile warnings or errors. New in 1.13: * Stack switching code for AMD64 processors (Brett Lymn).
2005-08-13Fix the sample get_netsync_write_permitted hook: it doesn't take a branchjmmv2-10/+6
name any more. Bump PKGREVISION to 1.
2005-08-13Add p5-Class-Gomor-Hashadrianp1-1/+2
2005-08-13This module is yet another class builder. This one adds parameteradrianp4-0/+25
checking in new constructor, that is to check for attributes existence, and definedness.
2005-08-12Bump revision to 1 after update of Boost to 1.33.0 (dependency changed).jmmv1-1/+2
2005-08-12Update Boost to 1.33.0:jmmv9-191/+1387
New Libraries * Iostreams Library: Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis. * Functional/Hash Library: A TR1 hash function object that can be extended to hash user defined types, from Daniel James. * Parameter Library: Write functions that accept arguments by name: especially useful when a function has more than one argument with a useful default value, since named arguments can be passed in any order. * Pointer Container Library: Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. * Wave: Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut Kaiser. Updated Libraries * Assignment Library: Support for Pointer Container Library and new efficient functions ref_list_of() and cref_list_of() for generating anonymous ranges. * Bind Library: Bind expressions now support comparisons and negation. Example: bind(&X::name, _1) < bind(&X::name, _2). * Date-Time Library: o Added local time and time zone classes. o Added format-based Input/Output facets. o For a complete list of changes, see the library change history. * Graph Library: Introduced several new algorithms and improved existing algorithms: o Experimental Python bindings, from Doug Gregor and Indiana University. o floyd_warshall_all_pairs_shortest_paths, from Lauren Foutz and Scott Hill. o astar_search, from Kristopher Beevers and Jufeng Peng. o fruchterman_reingold_force_directed_layout, from Doug Gregor and Indiana University. o biconnected_components and articulation_points, from Jeremy Siek, Janusz Piwowarski, and Doug Gregor. o sequential_vertex_coloring has been updated, tested, and documented. o gursoy_atun_layout, from Jeremiah Willcock and Doug Gregor of Indiana University. o king_ordering, from D. Kevin McGrath of Indiana University. o cuthill_mckee ordering has been recast as an invocation of breadth_first_search and now supports graphs with multiple components. o dijkstra_shortest_paths now uses a relaxed heap as its priority queue, improving its complexity to O(V log V) and improving real-world performance for larger graphs. o read_graphviz now has a new, Spirit-based parser that works for all graph types and supports arbitrary properties on the graph, from Ron Garcia. The old, Bison-based GraphViz reader has been deprecated and will be removed in a future Boost release. write_graphviz also supports dynamic properties. o subgraph: get_property now refers to the subgraph property, not the root graph's property. o See the history for additional changes and bug fixes. * Multi-index Containers Library: o New hashed indices. o Added serialization support. o For a complete list of changes, see the library release notes. * Program Options Library: o Option descriptions are now printed with word wrapping. o Command line parser can bypass unregistered options, instead of throwing. o Removed support for "implicit" (optional) values. o New customization method 'command_line_parser::extra_style_parser'. Unlike 'additional_parser', allows the user to parse several tokens and return a vector of options, not just a single option. o Work with disabled exceptions. * Property Map Library: Introduced the dynamic properties class, which provides dynamically-typed access to a set of property maps. * Random Number Library: improved initialization for mersenne_twister, algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost by Jens Maurer. Note: All test vectors for mersenne_twisters constructed or seeded without parameters or with a single unsigned int parameter become invalid. * Range Library: Minor addition of convenience functions to iterator range like front(), back() and operator[](). * Regex Library: o Rewritten front end parser now supports (?imsx-imsx) constructs, plus lookbehind assertions and conditional expressions. o Thin wrapper classes improve integration with MFC/ATL code. o Full (optional) Unicode support via the ICU library. Refer to the regex history page for more information on these and other small changes. * Serialization Library: o DLL version. o Auto-linking. o Serialization of variants. o Improved seialization of shared pointers. * Signals Library: added slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal invocation performance from Robert Zeh. This update has been tested on NetBSD 2.0.2, 3.0_BETA and current.
2005-08-12Add patch-ah and patch-ai and update patch-ae for DragonFly support.reed4-5/+42
This is from PR #30711. Note that I didn't test on DragonFly. Also note that this is still incomplete for DragonFly -- it needs the mk file too.