summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-12-05If we're on AIX, don't remove the .a library: it's the shared library.erh5-39/+62
Combine patch-ai into patch-ah to make future updates easier.
2003-12-05Noteworthy changes in version `0.3.6':adam3-160/+139
Many features have been polished and stabilised, see ChangeLog for the complete list of changes
2003-12-05Noteworthy changes in version `0.4.0':adam3-55/+43
* New Menu and Menu Item inspectors. * User can now specify the Services and Windows menus in the menu inspector. * User can specify a non-custom subclass as well as a custom one to replace the class when the .gorm is unarchived. This can be used to turn a NSTextField into NSSecureTextField and etc. * New set name panel. * New switch control on the font panel to allow the user to specify if a font is encoded with its default size or not. * Added NSStepper and NSStepperCell to the class list to allow creation of custom subclasses. * Windows and Services menus now function correctly.
2003-12-05Adopted to work with GNUstep 0.9.0adam2-116/+59
2003-12-05Noteworthy changes in version `1.8.0':adam6-793/+810
Read the NEWS file for a compete list of changes since the last stable version. The major change is that the header files (both in the package and when installed) are in different locations. Also, due to filesystem changes in gnustep-make, several components of gnustep-base are located in different locations. Generally this should not affect the compilation or running of applications and tools.
2003-12-05Oops! Wrong buildlink - fixedadam1-3/+2
2003-12-05Changes 1.3.0:adam4-33/+32
Improvements and bug-fixes
2003-12-05Changes in version `1.8.0':adam6-268/+176
Read the NEWS file for a complete list of changes since the last stable release. The major difference from 1.6.0 is that the locations of certain directories have changed. Generally this will not cause a problem unless your GNUstep directory is shared by multiple machines running this and earlier (1.6.x) versions of the software.
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme12-23/+24
2003-12-04Bump the PKGREVISION the right way (in each Makefile on it's own..)recht5-6/+9
2003-12-04Catch up with name change (py-subversion) and bump PKGREVISION, becauserecht4-6/+10
of the BUILDLINK_DEPENDS.neon bump. p5-subersion depends on perl 5.8. ok'ed by epg.
2003-12-04remove old subversion-pythonrecht5-150/+2
and add py-subversion to Makefile
2003-12-04re-import of subversion-python as py-subversion to match naming ofrecht4-0/+148
other python packages in pkgsrc. ok'ed by epg@
2003-12-04Add and enable p5-Algorithm-Annotate, p5-Algorithm-Diff,epg1-1/+6
p5-Algorithm-Merge p5-subversion, and swig-perl (thanks Thomas Klausner).
2003-12-04Update cpuflags to 0.59:abs2-20/+24
- Handle i386: Mobile PIII, alpha: 21264a, powerpc: 603ev
2003-12-04Add and enable mphagc1-1/+2
2003-12-04Initial import of mph-1.2 into the NetBSD Packages Collection.agc4-0/+45
The program mph tries to generate an order preserving minimal perfect hashing (MPH) function for the set of keys, one per line, on stdin. Each key can be at most 4095 characters long (see keys.h to increase this limit), and the keys must be unique. If mph terminates, it emits a language independent binary or text representation of the MPH function on stdout. To generate a usable hash function, this output should be fed to a language dependent filter, like emitc. e.g. % mph <foo | emitc >hash.c The algorithm used by mph is probabilistic - it iterates until it finds a MPH function. For each failed iteration, it prints a (cryptic) reason on stderr. There is no no guarantee that mph will terminate. In practice this is unlikely, unless the constants specified with options -c or -m are too small (see below).
2003-12-04Add and enable libstreegson1-1/+2
2003-12-04Initial import of libstree 0.3.0.gson4-0/+68
LibSTree is a library containing generic string algorithms based on suffix trees. The underlying implementation is based on Ukkonen's linear suffix tree creation algorithm, supporting multiple strings per tree.
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw2-4/+4
2003-12-03Fix bsdi4 (BSD/OS) support in ltconfig (via patch-aa).reed3-8/+15
(Set version_type=sunos for bsdi in libtool.) Regenerate distinfo for patch-aa. Bump PKGREVISION (especially so BSD/OS support will work using _OPSYS_LIBTOOL_REQD.) This is for my PR #23058.
2003-12-03s/wip/devel/xtraeme2-5/+5
2003-12-03fix typo in SVR4_PKGNAMEheinz1-2/+2
2003-12-03Add and enable libidn, libntlm.xtraeme1-1/+3
2003-12-03Initial import of libntlm-0.3.2 from pkgsrc-wip.xtraeme5-0/+58
libntlm is a library that implement Microsoft's NTLM authentication.
2003-12-03Initial import of libidn-0.3.3 from pkgsrc-wip.xtraeme5-0/+113
GNU Libidn is an implementation of the Stringprep, Punycode, and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group. It is used to prepare internationalized strings (such as domain name labels, usernames, and passwords) in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The library contains a generic Stringprep implementation that does Unicode 3.2 NFKC normalization, mapping and prohibition of characters, and bidirectional character handling. Profiles for iSCSI, Kerberos 5, Nameprep, SASL, and XMPP are included. Punycode and ASCII Compatible Encoding (ACE) via IDNA are supported.
2003-12-03Add and enable devIL, ode and ogre.xtraeme1-1/+4
2003-12-03Initial import of ogre-0.12.1 from pkgsrc-wip.xtraeme7-0/+451
OGRE (Object-Oriented Graphics Rendering Engine) is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilising 3D hardware. The class library abstracts all the details of using the underlying system libraries like Direct3D and OpenGL and provides an interface based on world objects and other intuitive classes.
2003-12-03Initial import of ode-0.039 from pkgsrc-wip.xtraeme5-0/+84
ODE is a free, industrial quality library for simulating articulated rigid body dynamics - for example ground vehicles, legged creatures, and moving objects in VR environments. It is fast, flexible, robust and platform independent, with advanced joints, contact with friction, and built-in collision detection.
2003-12-03Initial import of devIL-1.6.6 from pkgsrc-wip.xtraeme5-0/+110
Developer's Image Library (DevIL) is a programmer's library to develop applications with very powerful image loading capabilities, yet is easy for a developer to learn and use. Ultimate control of images is left to the developer, so unnecessary conversions, etc. are not performed. DevIL utilizes a simple, yet powerful, syntax. DevIL can load, save, convert, manipulate, filter and display a wide variety of image formats. Currently, DevIL can load .bmp, .cut, .dds, .doom, .gif, .ico, .jpg, .lbm, .mdl, .mng, .pal, .pbm, .pcd, .pcx, .pgm, .pic, .png, .ppm, .psd, .psp, .raw, .sgi, .tga and .tif files. Formats supported for saving include .bmp, .dds, .h, .jpg, .pal, .pbm, .pcx, .pgm,.png, .ppm, .raw, .sgi, .tga and .tif. DevIL currently supports the following APIs for display: OpenGL, Windows GDI, SDL, DirectX and Allegro. Compilers that can compile DevIL or use it include Djgpp, MSVC++, Linux gcc, Delphi, Visual Basic, Power Basic and Dev-C++.
2003-12-03import p5-Algorithm-Merge-0.04.epg4-0/+22
This module provides diff3(1)-like functionality (three-way merge).
2003-12-03import p5-Algorithm-Annotate-0.10.epg4-0/+22
Represent a series of changes in annotate form; like cvs annotate.
2003-12-03import p5-Algorithm-Diff-1.15.epg4-0/+25
This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find the *smallest possible* set of differences.
2003-12-03New in 3.0.1:adam4-20/+24
* Bug fix. New in 3.0: * Added option --output that allows to specify the output file name. * Some options have been renamed: --hash-fn-name=NAME --> --hash-function-name=NAME --lookup-fn-name=NAME --> --lookup-function-name=NAME --compare-strlen --> --compare-lengths --global --> --global-table The older variants are still supported for backward compatibility. * New options can now be specified inside the input file: --> see "NEWS" * When the option -k is not given, the default key positions are now computed depending on the set of keywords. * If the input file is given by name, the output file will now contain #line directives referring to the input file. * Some keyword sets containing permutations, like { "xy", "yx", "xz", "zx" } or { "abc", "acb", "bca", "cab" }, are now handled by gperf without requiring the option -D. * The generated table is usually much smaller than it was with earlier versions of gperf. * Added option -m/--multiple-iterations that allows to further reduce the size of the generated table. * When the search for a good hash function is not immediately successful, the table's size will grow as needed. Earlier versions of gperf bailed out with an "Internal error, duplicate hash code value". * The options -f/--fast and -o/--occurrence-sort have no effect any more. * Added options -P/--pic and --null-strings that optimize the generated code for use in shared libraries. -P/--pic does a perfect optimization but may require some small code changes (see the documentation for details), whereas --null-strings does only a half-hearted optimization but works without needing any change to surrounding code. * Added option --ignore-case that produces a case independent lookup function. * Bug fixes
2003-12-03Require apr 0.9.5 (thanks Bang Jun-Young).epg1-2/+2
2003-12-03ap2-subversion had a PKGREVISION bump.epg1-2/+2
2003-12-03Bump PKGREVISION (thanks Thomas Klausner).epg2-3/+4
2003-12-03Update to 0.33.1.epg9-24/+158
Add p5-subversion package. Upstream change log: Version 0.33.1 (released 17 November 2003, revision r7782) http://svn.collab.net/repos/svn/tags/0.33.1 NOTICE: This is a bugfix release. The bug is fixed if *either* the client or server uses the new code. User-visible changes: * major performance fix for updates Version 0.33.0 (released 13 November 2003, revision r7737) http://svn.collab.net/repos/svn/tags/0.33.0 NOTICES: 1. This client may be incompatible with ra_dav servers <= 0.31. 2. In order to make commits more responsive, repository deltification is no longer automatic. However, you may want to run deltification as a background process in your repository post-commit hook. For example, the new post-commit.tmpl file recommends 'nice -2 svnadmin deltify "$REPOS" -r "$REV" &'. User-visible changes: * now require APR/APU 0.9.5 (ships in Apache 2.0.48) * lose automatic deltification, but recommend it in post-commit (r7695, #1573) * new configuration and authn/authz support in ra_svn (r7604, r7601) * much faster checkouts and updates, over both svn:// and http:// (#1429) * new partial-authz feature: checkouts/updates just skip unauthorized items * new 'use-commit-times = yes' config option to use commit-time timestamps * new 'svnadmin hotcopy' command, like hot-backup.py (#1567) * fix Win32 "access denied" error in renames (r7598, #1576) * unnecessary working copy tree locks now avoided, to save time (#1245) * Compatibility changes: - lose ra_dav compatibility with servers 0.31 and earlier - lose support for working copy format "1" (not created for over a year) * 'svn diff' and other read-only actions now work in read-only working copies * 'svn blame -rX' now does the intuitive thing * 'svn log' output headers now say "rXXXX | " instead of "rev XXXX: " * 'svnversion' no longer stymied by svn:externals * new 'svn pd' alias for 'svn propdel' * '-rCOMMITTED' keyword now works on more commands * minor changes to output of 'svn ls -v' and 'svn st -v' (r7530) * 'svn log --xml' now obeys the '-q' flag (r7555) * cvs2svn.py bugfixes, especially issue #1440 * book and documentation updates * removed server config options ssl-ignore-invalid-date and ssl-override-cert-hostname (r7644) * many other enhancements, minor features, and bugfixes not listed here Developer-visible changes: * repair text- and prop-time in .svn/entries if spuriously wrong (r7565) * speed up keyword translation (r7502) * two new editor functions, absent_file() and absent_directory() * ra_dav checkouts/updates no longer do O(n) number of GET, PROPFIND requests * new svn_io_temp_dir function, will morph to apr_temp_dir_get soon * new svn_io_file_close wrapper for apr_file_close * tools/test-scripts/svntest/ scripts now support ra_dav and ramdisk * many other changes not listed here
2003-12-03import p5-subversion-0.33.1 (the rest of subversion 0.33.1 to follow).epg3-0/+38
This package contains the Perl bindings to the Subversion libraries.
2003-12-03import swig-perl-1.3.19epg4-0/+52
This is the runtime for Perl bindings written with SWIG 1.3.19.
2003-12-03Add missing file.epg1-1/+2
2003-12-03Link to db4.epg2-4/+6
2003-12-03Update to 0.16:jmmv3-19/+5
Implement boolean operators in #if [Pete Gonzalez] Adds support for Windows MinGW GCC and MS VisualC++.NET [Jack T. Goral] Adds Jamfile for compilation with Jam [Jack T. Goral] Make gcc style predefined symbols defined as in -DPARAMETER=3 [Pierric Descamps] Fix unportable configure sh for NetBSD [Julio M. Merino Vidal] Set object filename extension through a command line [Arne Varholm] Man page [Zenaan Harkness] Compilation fixes + makefile for MS VC6 [Alexander Bartolich]
2003-12-03Updated doxygen to 1.3.5martti3-11/+11
* bug fixes
2003-12-03s/tr/${TR}/g from Soren Jacobsen PR pkg/23631.xtraeme1-2/+2
2003-12-03Make sure the *-config scripts are buildlinked too.reed1-2/+3
(As discussed on tech-pkg in late October; okay'd by wiz then.)
2003-12-03Add a patch from Christian Limpach wrt to signal handling.recht3-3/+67
bump PKGREVISION
2003-12-02update to 0.6.3.1recht3-7/+6
Fixed: - fixed detectors fix incorrectly fixed in bugfix release 0.6.2 - added note to upgrading doc for detectors fix in 0.6.2 - added script to help migrating queries from pre-0.6 trackers - fixed "documentation" of getnodeids in roundup.hyperdb - added flush() to DevNull (sf bug #835365) - fixed javascript for help window for only one checkbox case - Date +/- Interval now works, and Date - Date also works - handle socket timeout exception (thanks Marcus Priesch) - fixed retirement of items in rdbms imports (sf bug 841355) - fixed bug in looking up journal of newly-created items in *dbm backends
2003-12-02update to 0.8.13recht3-14/+14
Version 0.8.13 - 18 November 2003 * Add -s/--shadowbuiltin option to warn when overriding a builtin * Add warning when assigning a variable to itself * Add warning when dividing a variable by itself * Add warnings when using a bit-wise operator with the same variable (a & a) * Add warning when passing a constant string to getattr()/setattr() * Add --special option to check for __special__ (reserved) method names and that their signature (argument count) is correct * Add warning for using __getattribute__ in an old-style class * Suppress 'self as first argument' warning for static and class methods * Add --classmethodargs option to specify first argument name for class methods
2003-12-02- archrecht1-2/+2
+ tla