summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-02-15Make the libSM recursive as libtool will need it.joerg1-1/+2
2007-02-15Depend on libSM. From Blair Sadewitz. Bump revision.joerg1-1/+3
2007-02-15Fixed pkglint warnings and added a patch that prints an error message ifrillig4-7/+20
ttyname_r does not work.
2007-02-15Added a comment where to find libnet-1.1.*.rillig1-2/+2
2007-02-15Fixed some pkglint warnings and some other stylistic things that are notrillig1-12/+11
yet in pkglint.
2007-02-11When this moved to devel/apr0, PKGREVISION should have been bumped. Thetv1-2/+2
package records the package subdir in the +BUILD_INFO, which is used by several pkgtools to look up metainformation about the package, and that metainfo will be wrong until the package is rebuilt (now as nb3).
2007-02-11PLIST fix and PKGREVISION bump. (Python dependency not added as the scripttv2-2/+4
is not required for normal use, only for development work.)
2007-02-11PKGREVISION bump due to proper ABI_DEPENDS versioning in devel/libevent.tv2-3/+4
2007-02-11Add a BUILDLINK_ABI_DEPENDS and a verbose comment in Makefile explainingtv2-3/+10
why the author of this software should learn more about ABI compatibility.
2007-02-09Fixed gcc warnings.rillig2-1/+53
2007-02-08update to 0.13drochner3-9/+11
changes: - Revert theme change since it breaks gecko < 1.9 - Make deprecated keywords grey - Only search for books in the XDG data/home directories -bugfixes -translation updates
2007-02-08Update to 1.2a.xtraeme3-7/+10
1.2a: * Made HTTP support more usable * Various portability fixes. 1.2: * Support for non-blocking DNS resolution; from Adam Langley and Nick Mathewson. * Support for lightweight HTTP clients and servers. * Support for Sun's Event Ports from David Pacheco of Sun.
2007-02-08Made the package work on Solaris by fixing the handling of PKGLOCALEDIR.rillig3-6/+20
2007-02-07Some platforms don't have libstdc++. And even if they have, it shouldrillig1-1/+4
never be necessary to explicitly link against it, since that is the job of the C++ compiler. So use that instead of the C compiler for linking the programs. This fixes the build on Solaris with SunPro.
2007-02-07Make pkglint happy.wiz1-3/+3
2007-02-07The 3a2 distfiles are not available anymore, so update to 3a4.drochner6-27/+44
Many changes, the most notable appear to be improved DFT support, addition of SRFI-94 (Type-Restricted Numerical Functions) and SRFI-23 (Error reporting mechanism), and some cleanup/fixing. See the ANNOUNCE file for details. There are reports that the 3a4 version breaks gnucash on Debian; neither wiz nor me could reproduce this.
2007-02-07Addition of devel/geanyrmind1-1/+2
2007-02-07Import a new package - Geany 0.10.rmind4-0/+134
Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME. Approved by jlam@
2007-02-06Fix obviously broken dependency. No cookie for abs.joerg1-2/+2
2007-02-06+p5-Cache and p5-File-NFSLockabs1-1/+3
2007-02-06Import p5-Cache into pkgsrc:abs4-0/+45
The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. The Cache interface is implemented by derived classes that store cached data in different manners (such as as files on a filesystem, or in memory). To use the Cache system, a cache implementation must be chosen to suit your needs. The most common is Cache::File, which is suitable for sharing data between multiple invocations and even between concurrent processes.
2007-02-06Import p5-File-NFSLock-1.20 into pkgsrc:abs4-0/+34
File::NFSLock - perl module to do NFS (or not) locking Program based of concept of hard linking of files being atomic across NFS. This concept was mentioned in Mail::Box::Locker (which was originally presented in Mail::Folder::Maildir). Some routine flow is taken from there -- particularly the idea of creating a random local file, hard linking a common file to the local file, and then checking the nlink status. Some ideologies were not complete (uncache mechanism, shared locking) and some coding was even incorrect (wrong stat index). File::NFSLock was written to be light, generic, and fast.
2007-02-06Update devel/p5-Heap from 0.50 to 0.71abs2-7/+6
0.60 Sun Nov 16 16:58:12 EST 2003 - ensured that $elem->heap can be tested for undef to determine whether it is actually on a heap at the moment - requested by Dan Bolser <dmb@mrc-dunn.cam.ac.uk> - fixed bug in Heap::Binary delete - noted by Arun Bhalla <bhalla@uiuc.edu> - changes to t/test.t - added tests for delete - made test run against all Heap variants - made test configurable to get a small test case for solving bugs - fixed bug in Heap::Binomial delete - Heap::Fibonacci delete worked in tests 0.70 Fri Dec 5 00:55:41 EST 2003 - finally got around to renaming minimum and extract_minimum methods to top and extract_top - prompted by Steve Lembark <lembark@wrkhors.com> - old names are still supported, but depracated 0.71 Thu Jun 17 12:25:36 EDT 2004 - fixed a memory leak in Heap::Fibonacci - the DESTROY method did'nt traverse fully - one final reference to extract_minimum in doc for Heap.pm - both issues reported by Christian Plessl <plessl@tik.ee.ethz.ch>
2007-02-06When TERMINFODIR does not exist, tic tries to write the terminforillig2-3/+6
database into ~/.terminfo, so make sure that directory exists.
2007-02-06Changes 2.0.16:adam3-7/+8
* updated config.sub to newer version * added custom RGBA blitter function that sets/maintains target alpha * added setAlpha function that sets alpha values in 32bit surfaces * added TextGfxBlit testprogram for new functions * Fixed C++ type in .h files (thanks Olivier) * Update some text in README and .spec file * Removed broken Uint filter routines from test program * "Cosmetic" changes to test programs and Automake.am
2007-02-05Fix build on Solaris.markd4-1/+80
- There is no configure test for limits.h, just use it. - M_READ is a define pulled in from system headers - s/= =/=/ in a Makefile
2007-02-05Needs makeinfo to build (at least on Solaris 10).markd1-2/+2
Fixes PR pkg/35520.
2007-02-05Changes 2.12.5:adam3-10/+10
* Fix code generation when using the latest m4, and functions named mkstemp, as experienced on Ubuntu Feisty.
2007-02-05Update fhist to 1.16.obache3-30/+32
Based on patch provided in PR 35539. And I made two modification related to pkgsrc. PKGSRC CHANGES: Make document & nls files to be installed into standard location. Add test target. RELEASE NOTES: Version 1.16 (20-Dec-2005) * There is a new fmerge -ignore-identical-conflicts option which may be used to suppress logical conflicts in which the same thing is done by both variants. This is often a better match for users' expectations for merging source code. Version 1.15 (8-Nov-2005) * There is a new fcomp -no-binary option, which may be used to prevent the comparison of binary files, instead it treats them both as empty. * A small build problem on MacOS X has been fixed. Version 1.14 (8-Jun-2004) * The ./configure script now understands the --with-nlsdir option, so that you can place the .mo files. * The fhist(1) program is now able to cope with numeric modules names. * The occasional false negative from test 26 has been fixed. It was failing for some users because of message translation (internationalization) issues.
2007-02-03Make this work with ruby18-base>1.8.5.minskim4-2/+38
From activesupport svn: Ruby 1.8-cvs and 1.9 define a private Time#to_date that overrides Active Support. Make it public to preserve compatibility. Bump PKGREVISION.
2007-02-03Update to 2.22.2adrianp3-12/+12
+ Make Bugzilla compatible with Template Toolkit 2.15 (bug 357374) + Make Bugzilla compatible with versions of MySQL higher than 5.0.25 (bug 321645) + Sanity Check can now only be run by people with the "admin" privilege. (bug 91761) + Security [XSS] fix https://bugzilla.mozilla.org/show_bug.cgi?id=367674
2007-02-02Update to 2.16.3:wiz2-6/+6
2.16.3 ====== Fixes - Remove warnings (Kjartan Maraas) - Code cleanups (Christian Persch) Translators - Khaled Hosny (ar) - Ihar Hrachyshka (be) - Jordi Mallach (ca) - Og Maciel (pt_BR)
2007-02-02Add three packages.wiz1-1/+4
2007-02-02Update to 2.003:wiz4-28/+10
2.003 2 January 2007 * Added explicit version checking 2.002 29 December 2006 * Documentation updates. * Fix append mode with gzopen. rt-cpan.org 24041 * Allow gzopen to read from and write to a scalar reference. 2.001 1 November 2006 * Remove beta status. 2.000_14 26 October 2006 * No changes. 2.000_13 20 June 2006 * No changes. 2.000_12 16 April 2006 * Fixed gzread to zap the output buffer to an empty string when zero bytes are requested. This matches the behaviour of C::Z 1.x 2.000_11 10 April 2006 * No changes. 2.000_10 13 March 2006 * Changed gzread so that its behaviour matches C::Z::gzread 1.x if it is called after eof. In this case it will write an empty string into the output parameter. This change is solely for backward compatability reasons. 2.000_09 3 March 2006 * Posted to CPAN 2.000_08 2 March 2006 * Breakout zlib specific code into separate modules. * Limited support for reading/writing zip files 2.000_06 5 October 2005 * Added eof parameter to Compress::Zlib::inflate method. * Fixed issue with 64-bit 2.000_05 4 October 2005 * Renamed IO::* to IO::Compress::* & IO::Uncompress::* 2.000_04 23 September 2005 * Fixed some more non-portable test that were failing on VMS. * fixed problem where error messages in the oneshot interface were getting lost. 2.000_03 12 September 2005 * Fixed some non-portable test that were failing on VMS. * Fixed export of zlib constants from the IO::* classes 2.000_02 6 September 2005 * Split Append mode into Append and Merge * Fixed typos in the documentation. * Added pod/FAQ.pod * Added libscan to Makefile.PL * Added InputLength for IO::Gunzip et al 2.000_01 22 August 2005 * Fixed VERSION in Compress::Gzip::Constants * Removed Compress::Gzip::Info from the distribution. 2.000_00 21 August 2005 * First Beta relase of Compress::zlib rewrite.
2007-02-02Initial import:wiz4-0/+30
This module provides a Perl interface to allow reading and writing of RFC 1950, 1951, 1952 (i.e. gzip) and zip files/buffers.
2007-02-02Initial import:wiz5-0/+45
This module provides a Perl interface to the zlib compression library.
2007-02-02Initial import:wiz4-0/+27
This module is the base class for all IO::Compress and IO::Uncompress modules.
2007-02-02Fix build on DragonFly.joerg2-7/+26
2007-02-02Needs msgfmt.joerg1-2/+2
2007-02-01update to 0.9.5 and add a .bl3 filedrochner5-51/+58
changes: * Updated manual and converted from DocBook to Texinfo * Added pkg-config support * Added Libtool support * Updated GNU Build System -bugfixes * Added a new kind of test, looping tests * Added possibility to turn off timeout tests
2007-02-01update to 1.14.10drochner2-7/+6
changes: - Spell-checked docs. - Fix various bugs that could cause ellipsization to stop prematurely. - Fix rendering of background color being off in presence of rise attribute. -bugfixes
2007-01-31Add missing gettext-lib/buildlink3.mk and fix PLIST.dmcmahill2-3/+21
2007-01-31Needs intltool at least for build.joerg1-2/+2
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz2-3/+5
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2007-01-30Accept emacs22.wiz1-2/+2
2007-01-30Accept emacs22.wiz1-2/+2
2007-01-30Bump to version 2.4.darcy4-12/+12
Includes strings.h for Posix compliance.
2007-01-30Don't install rt-crontool twice. Apparently Linux's install is not happycube1-2/+2
about that. Pointed out by Hugh Brown in pkg/35518.
2007-01-29Make sure that .orig files are not installed.minskim1-1/+4
2007-01-29Update ruby-gnome2* to 0.16.0.minskim5-12/+18
Changes: * Fixed serious bugs (depends on GC) * Support GTK+-2.10 and the latest version of each libraries. * Don't include Ruby/GStreamer and Ruby/Libgda. We cancel to support Ruby/GStreamer and Ruby/Libgda. * Cancel to support ruby-1.6.x and GTK+-2.4 or earlier.