summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-11-09Changes 1.3.9.1:adam3-16/+16
* Bug fixes * Due to an error in the packaging script, an old version of doxywizard was bundled with the Mac OS X version of doxygen. * Dot would not run if doxygen was installed in a path which contained spaces (Mac OS X). Changes 1.3.9: * Changed the stylesheet so font usage is more uniform and consistent. * Changed the colors of the doxygen logo at the bottom of a HTML page. Let me know if you prefer this one or the old one. * Improved rendering of template functions and methods in the HTML output. * A macro defined in the config file (see PREDEFINED) can now prevented from being undefined (via a #undef in the code) when its value is assigned via the := operator (e.g. PREDEFINED = A(x):=x ). * Changed the way function pointer arguments are represented in the detailed description. * Directory information is now extracted by doxygen. Files are automatically grouped by directory. You can use the SHOW_DIRECTORIES option to enable/disable this feature. * Added a new command \dir which can be used to document directories. * Language updates for Czech, Swedish, Hungarian, Danish, Russian, Italian, German, Chinese, Croatian, and Polish. * Applied a patch by Arend van Beelen which adds support for the new features introduced in PHP5. * Applied a patch by Ferdinand Wess for better handling of #import statements in Obj-C code.
2004-11-09Changes 4.1.16:adam6-13/+48
* Fixed two problems with the keyboard driver on Windows. * Added a set_allegro_resource_path() function. * Added hardware cursor support to the X11 and DirectX window drivers. * Fixed a crash when initializing, deinitializing and reinitializing Allegro on Windows. * New MIDI input driver for the Windows port. * Improved the speed of drawing primitives on X11 and implemented locking/unlocking for video bitmaps. * Fixed bugs in set_palette() and remove_int(). * Fixed a bug where the X11 fullscreen driver would fail if no virtual screen was reported. * Many fixes to source, examples and documentation.
2004-11-09Fix PLIST to create an empty dir, so that "make deinstall" works for binary ↵wiz1-1/+2
packages.
2004-11-09Use ${DISTNAME:S/SVK/svk/} for PKGNAME, as :tl modifier is notepg1-2/+2
commonly available yet.
2004-11-09It's "its".snj1-1/+1
2004-11-08Fix obvious regex typo in conditional.tv1-2/+2
(This should be PKG_OPTIONS-ized, but needs to be done at the same time as www/apache2.)
2004-11-08- Fix missing BUILD_DEF rename from initial importadrianp1-2/+2
2004-11-08- Note addition of mantis 0.19.1adrianp1-1/+2
2004-11-08Mantis is a web-based bugtracking system. It is written in the PHP scriptingadrianp6-0/+607
language and requires the MySQL database and a webserver. Mantis has been installed on Windows, MacOS, OS/2, and a variety of Unix operating systems. Almost any web browser should be able to function as a client. It is released under the terms of the GNU General Public License (GPL). Mantis is free to use and modify. It is free to redistribute as long as you abide by the distribution terms of the GPL.
2004-11-08Fix PLIST in case USE_ESOUND is YES, which it is by default.wiz2-3/+7
Bump PKGREVISION.
2004-11-08Add ka locale file (leftover in bulk build).wiz1-1/+2
2004-11-08Add mipseb and mipsel to supported platforms;wiz1-4/+6
from Georg Schwarz in PR 28059.
2004-11-08Correct the completely bogus PostgreSQL dependency line. What was Icube1-2/+2
thinking? Pointed out by seb@.
2004-11-08Updated to 1.0.5 to correct problem pointed out by Mark Davies:shannonjr2-5/+5
"Your tests in configure to decide if you need each of the functions are testing a different variable name from the one that gets set so you always create an rfuncs.h that has all three definitions even if you dont need them, which leads to problems on systems that provide some but not all of them natively." Correction by Mark Davies.
2004-11-08Corrected SUBDIR== to SUBDIR+=adam1-2/+2
2004-11-07Derive PKGNAME from DISTNAME.epg1-2/+2
2004-11-07Re: pkg/27884: Use of librfuncs breaks gpgmeshannonjr3-7/+7
Updated to 1.0.4 to fix a bug in getenv_r() where ENOENT was not returned if the string name was not found in the environment.
2004-11-06Update to 0.49.epg2-5/+5
[Changes for 0.49 - Oct 17, 2004] * Copy-following-delete was not marked as is_copy properly. [Autrijus] * Win32API::GUID support on win32. [Autrijus] * Florian Weimer reported that repeated sync of an empty mirror source will result in redundant local revisions. Fix it by always "touching" the add_directory() call, regardless of whether anything was actually updated locally. [Autrijus] [Changes for 0.48 - Oct 4, 2004] * New: relocate. [Autrijus] * Use fsfs as SVNFSTYPE when using svn 1.1. * Fix delete and upgrade on win32. [Autrijus] * Support arch vcp source driver. * Fix find_local_rev cache that assumes uses the same cache for different target repositories. * Fix an incorret pool used in _new_auth with wrong life time.
2004-11-06Update to 0.25.epg2-11/+9
No longer need shared-mime-info, p5-Text-Diff, or p5-File-MimeInfo. New dependencies p5-File-Type and p5-PerlIO-eol. Upstream change log: [Changes for 0.25 - 25 Oct, 2004] * Fix the mkdir sequence which causes first-time svk users fatal error. [Autrijus] [Changes for 0.24 - 24 Oct, 2004] * Fix svk ps regression for svn 1.0.x. * Fallback to getpwuid($<) in case $ENV{HOME} or $ENV{USER} is not set, as is the case in Fink. Reported by Christian Schaffner. [Autrijus] * Fix "svk pull -a" when the current directory is not a checkout path. [Autrijus] * Fix checkout_delta cache on win32. [Autrijus] * Fix svk move copath destination with trailing slash. * Make svk move checks if the target already exists before doing anything that might leave the checkout in an inconsistent state. * "svk cp //depotpath" should be parsed as "svk cp //depotpath .", not "svk cp . //depotpath". Reported by Jesse Vincent. [Autrijus] * New: svk admin rmcache. * The old commit message prompt is now split into two: - Those with editable target list now shows: "=== Targets to commit (you may delete items from it) ===" - Those without editable targets now shows: "=== Please enter your commit message above this line ===" [Autrijus] * If SVN::Core version is too old, die with a meaningful message. [Autrijus] [Changes for 0.23 - 18 Oct, 2004] * New: commit / smerge -P creats patch, and obsoletes unintuitive svk patch create. * New: svk merge now supports -cN which means -r N-1:N. * New: svk mirror --recover. [Autrijus] * New: svk mkdir -p and svk copy -p to create intermediate directories. * New: svk pull DEPOTPATH. [Jesse Vincent] * Proper svn:eol-style support with the same semantics as svn. [Autrijus] * Proper upper/lower case normalization for Win32 filesystems. [Autrijus] * The SVK Help system, as SVK/Help/[lang/]/*.pod. [Autrijus] * The log produced by smerge -l no longer contains the duplicated logs that were merged from the current target. * smerge -I and repeated smerge now works on checkout. * commit --import or import now treats obstructed items as replaced. * Don't skip explicit targets on svk add. * Correctly obtain the user name on non-unix platforms. [Autrijus] * Fix pool abuse in history tracing code. [Autrijus] * Fix smerge -IB. * svk patch delete now works. * svk delete now works within mirrored paths. * svk annotate now works on files with CR/CRLF line endings. [Autrijus] [Changes for 0.22 - 4 Oct, 2004] * Interactive merge support is now default. [Autrijus] * svk patch apply. * Modular external merge tool support, with the following supported: AraxisMerge, Emacs, FileMerge, GtkDiff, Guiffy, KDiff3, Meld, P4WinMerge, TkDiff, TortoiseMerge, XXDiff. [Autrijus] * Patch format changed, it's now unidiff with FreezeThaw-serialized SVK::Patch. [Autrijus] * merge and smerge now supports -f and -t options to deduce copy source as target. [Eric Lindvall] * Experimental depotpath auto-vivification from URL. [Autrijus] This allows you to svk checkout URL and svk cp URL local-branch. * Experimental svk push and pull support. * sync and update now supports -s and -m to sync and/or merge from branch source. [Autrijus] * revert now also marks nodes as resolved. * mirror, checkout and switch now all support --list, --detach and --relocate. [Autrijus] * New aliases: cm => cmerge, depot => depotmap, sw => switch. * Implement "svk depot --add", "svk depot --delete". [Autrijus] * prop{get,set,edit,del} on revprops. [Autrijus] * Fix smerge -l that trims logs before another smerge in the other direction. * Use svn's internal streamy diff library instead of Text::Diff. [Autrijus] * svk import --to-checkout can import a directory and turn it to a checkout path in-place . [Autrijus] * -s (--sign) is renamed to -S. * rename import --force to --from-checkout. * $Revision$ now means $Rev$, not $FileRev$, to agree with Subversion. * "svk mirror --list" and "svk sync --all" now operates on all depots, if no arguments is given, instead of on //. [Autrijus] * svk admin to wrap svnadmin. [Autrijus] * svk cleanup --all. [Autrijus] * "svk diff PATH1 PATH2 PATH3 ..." works as svn does. [Autrijus] * We now use the self-contained File::Type instead of File::MimeInfo. [Autrijus]
2004-11-06Import PerlIO-eol-0.13.epg4-0/+23
PerlIO::eol is a PerlIO layer for normalizing line endings.
2004-11-06Import p5-File-Type-0.22.epg4-0/+25
File::Type uses magic numbers (typically at the start of a file) to determine the MIME type of that file. File::Type can use either a filename, or file contents, to determine the type of a file.
2004-11-06Add SUBDIR entries forhe1-1/+3
p5-Lingua-EN-Inflect p5-UNIVERSAL-moniker p5-Class-DBI
2004-11-06Import p5-UNIVERSAL-moniker version 0.08.he4-0/+34
Class names in Perl often don't sound great when spoken, or look good when written in prose. For this reason, we tend to say things like "customer" or "basket" when we are referring to "My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it would be nice if our classes knew what we would prefer to call them. This module will add a "moniker" (and "plural_moniker") method to "UNIVERSAL", and so to every class or module.
2004-11-06Import p5-Lingua-EN-Inflect version 1.88.he4-0/+31
The exportable subroutines of Lingua::EN::Inflect provide plural inflections and "a"/"an" selection for English words. Plural forms of all nouns, most verbs, and some adjectives are provided. Where appropriate, "classical" variants (for example: "brother" -> "brethren", "dogma" -> "dogmata", etc.) are also provided.
2004-11-06Add a missing header and correct a type, to make this build on NetBSD 1.6.kristerw4-1/+59
2004-11-06Change __inline__ GNUism to standard inline, mirroring similar changes thesketch2-2/+16
bonobo developers have made elsewhere in the tree. This package now builds on Solaris/sunpro.
2004-11-06Add SUBDIR entries forhe1-1/+2
databases/p5-DBIx-ContextualFetch databases/p5-Ima-DBI devel/p5-Class-WhiteHole www/p5-Apache-AuthCookie www/p5-Apache-Session-Wrapper www/p5-MasonX-Request-WithApacheSession
2004-11-06Import p5-Class-WhiteHole version 0.03.he4-0/+31
Its possible to accidentally inherit an AUTOLOAD method. Often this will happen if a class somewhere in the chain uses AutoLoader or defines one of their own. This can lead to confusing error messages when method lookups fail. Sometimes you want to avoid this accidental inheritance. In that case, inherit from Class::WhiteHole. All unhandled methods will produce normal Perl error messages.
2004-11-05Add bl3 file.tv1-0/+18
2004-11-05+libextractortv1-1/+2
2004-11-05libextractor-0.3.10, a metadata generator for arbitrary files:tv7-0/+121
libextractor is a simple library for keyword extraction. libextractor does not support all formats but supports a simple plugging mechanism such that you can quickly add extractors for additional formats, even without recompiling libextractor. libextractor typically ships with a dozen helper-libraries that can be used to obtain keywords from common file-types.
2004-11-05Add do-nothing "clean" target to fake libltdl Makefile.tv1-3/+3
2004-11-05now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safejdolecek6-18/+12
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS setting; successful build confirmed with both PHP 4.x and PHP 5.x
2004-11-05pkg/28001: devel/librfuncs dies on configureshannonjr2-5/+5
Update to revision 1.0.3 to correct mistake where config subdirectory contained symbolic links: config.guess -> /usr/pkgsrc/mk/gnu-config/config.guess config.sub -> /usr/pkgsrc/mk/gnu-config/config.sub that were a consequence of the tarball being created after a build inm pkgsrc (files were replaced with symbolic links).
2004-11-05Changes 1.10.1:adam5-16/+32
* Runtime discovery of the library version is possible. * NSXMLParser class added. Not completely implemented. * NSArrays makeObjectsPerformSelector iterates in same order as MacOSX. * Designated initializers for NSArray, NSDictionary, NSSet, and NSString have been changed for MacOSX compatibility.
2004-11-04Update to version 1.0.2. This version uses the mutexes from eithershannonjr2-5/+5
pthread or pth according to what pthread.buildlink3.mk and the autotools identify. If neither pthread nor pth is found no thread locking is performed.
2004-11-04Changes 1.2.2:adam4-38/+7
* Eliminate a potential security vulnerability when decoding invalid compressed data * Fix bug when decompressing dynamic blocks with no distance codes * Do not return error when using gzread() on an empty file
2004-11-04Changes 2.4.5:adam3-16/+17
* Added MSVC++ project files, which might work. (Timothy Shead) * Build fix for cygwin. (Roger Leigh) * dispatcher example: Fixed race condition on windows platform. (Cedric Gustin) * gmmproc: Generate property code that uses the canonical property names, to fix property change notification in some cases. (Murray Cumming) Changes 2.4.4: * Signals: Avoid crashes when disconnecting a signal when handling that signal. (Murray Cumming, Martin Schulze)
2004-11-04MKDIR changed to INSTALL_DATA_DIRadam1-5/+5
2004-11-04Changes 2.0.6:adam3-169/+18
* Fixed a memory leak in sigc::slot. * Fixed compilation for gcc-3.4. * Fixed compilation for Intel C++ compiler (upgraded libtool). * Fixed project files for MSVC .Net (Timothy M. Shead). * Fixed segfaults when compiled with MSVC .Net 2003 (moved all calls to new and delete into non-inline library code). * In the compatibility module use correct bound_mem_functor variants for const (volatile) methods when creating a slot. * Minor documentation fix. Changes 2.0.5: * Distribute pregenerated configuration header for MSVC .Net. Changes 2.0.4: * Fixed warnings and compiler errors in the test cases. * Added a new test case (Murray Cumming). * Fixed 'hello_world' example. * Don't test optional features that fail with the Sun FORTE. * Fixes for the Sun FORTE to compile out-of-the-box (Damien Carbery, Murray Cumming, Martin Schulze). * Fixes for MSVC to build a DLL out-of-the-box (James Lin). * Improved compiler specific configuration during 'configure'. * Added rpm description file libsigc++-2.0.spec (Eric Bourque). * Minor documentation improvements (Murray Cumming).
2004-11-04Also override libltdl.la (the non-convenience version).tv1-2/+5
2004-11-03Enable and note addition of RTFM, version 2.0.4.cube1-1/+2
2004-11-03Initial import of RTFM, version 2.0.4, into the NetBSD Packages Collection.cube5-0/+210
RTFM is an enterprise-grade knowledge management tool that enables an organization to easily capture and share its employees' knowledge and wisdom. Just as you use RT (the world's leading open-source ticketing system) to log tickets and resolve issues, RTFM lets you open, categorize and search for "articles." Like RT, RTFM lets your users contribute additional information to existing articles and makes sure that each article's full history is preserved for future inspection. RTFM makes it easy to quickly search the knowledge base and find critical information. Key Features: * RTFM is built on RT, the leading open-source ticketing system. * RTFM uses RT's authentication and authorization systems. * RTFM integrates seamlessly with RT. Companies who are already using RT will find it even easier to get RTFM up and running.
2004-11-03Clarify (hopefully) the command to run in order to setup the database.cube1-3/+8
2004-11-03- Remove outdated patchadrianp2-15/+1
2004-11-03- Updated Date-Calc to 5.4adrianp2-5/+5
+ Added compiler directives for C++. + Removed "Carp::Clan" from the distribution (available separately). + Fixed bug in initialization of "Date::Calendar::Year" objects. + Added method "tags()" to "Date::Calendar" and "Date::Calendar::Year". + Fixed the formula for "Labor Day" in the U.S. to "1/Mon/Sep". + Added a new recipe to the "Date::Calc" documentation. + Added Romanian to the list of languages supported by "Date::Calc". + Changed the example script "calendar.cgi" to highlight the name which led to a given date being a holiday. + Fixed the Polish entries in "Date::Calc". + Added a few commemorative days to the Norwegian calendar profile. + Added "use bytes" to all Perl files to avoid problems on systems not using the standard locale "C". + Fixed test 5 of t/m005.t to (hopefully) work under other locales.
2004-11-03- Updated Bit-Vector to 6.4adrianp2-5/+5
+ Added compiler directives for C++. + Improved the method "Norm()". + Removed "Carp::Clan" from the distribution (available separately). + Added "Bit::Vector::String" for generic string import/export functions. + Added a new test file "t/40__auxiliary.t" for "Bit::Vector::String". + Fixed a bug in method "Copy()" concerning sign (MSB) extension.
2004-11-03Note addition of p5-PatchReader-0.9.5adrianp1-1/+2
2004-11-03PatchReader is a set of utilities for reading in, transforming, and doingadrianp4-0/+26
various other things with a patch. It basically allows you to create a chain of readers that can read a patch, remove files from a patch, add CVS context, fix up the patch root according to CVS, and output the patch as raw unified or through a template processor (used in some places to output a patch as HTML).
2004-11-03Update cpuflags to 0.77abs4-12/+18
Correctly identify 7400 and 7450 cpus (from Timo Schöler), and fall back to 750 not 740 for older gcc versions.