summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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.
2007-01-28The documentation is installed into share/doc/cvs2svn. PKGREVISION++rillig2-14/+14
2007-01-28+ p5-Term-ReadPasswordobache1-1/+2
2007-01-28Add p5-Term-ReadPassword version 0.07.obache4-0/+28
Based on package provided by Michael Lyngbol in PR 35458. Fixed HOMEPAGE and removed redundant PKGREVISION. This module lets you ask the user for a password in the traditional way, from the keyboard, without echoing.
2007-01-28Update to 0.39:wiz2-6/+6
Version 0.39 is a security release. All of the dynamically-sized buffers which were allocated on the stack before have been changed to heap allocations. This circumvents some dangerous security flaws.
2007-01-28Update ruby-activesupport to 1.4.0.minskim3-28/+29
Changes include adding ActiveSupport::Multibyte and respecting DST changes.
2007-01-27Add apr0 and p5-enum.kristerw1-1/+3
2007-01-27Update to 1.11, provided by Hans Rosenfeld on pkgsrc-users.wiz5-34/+20
2005-05-31 Harti Brandt * Remove clauses 3 and 4 from the copyright sections. 2002-09-03 Hartmut Brandt * Keep the patch level in the directory and tar name, but leave it out from the rpm package name. Always bump patch level and rpm revision together. 2002-09-02 Hartmut Brandt * Makefile.in: use $(LIBTOOL) to refer to libtool. Work around a problem with top_builddir. * libbegemot.spec: new file to create RPM packages. Kindly contributed by Eric Moret. 2002-08-30 Hartmut Brandt * convert configure.in to configure.ac for new autoconfig. * prstat.c: add a number of fields for *BSD.
2007-01-27Fix build with gcc4. From Hans Rosenfeld in PR 35497.wiz2-1/+26
2007-01-26Update cvs2svn to version 1.5.0.bad3-9/+156
Changes since version 1.3.0: Version 1.5.0 (03 October 2006) ------------------------------- New features: * Support multiproject conversions (each gets its own trunk, tags, branches). * New --output option to allow run-time options to be defined via a file. * --co, --cvs, and --sort options to specify the paths to executables. * Add new --fallback-encoding option. Bugs fixed: * Fix issue #86: Support multiple project roots per repository. * Fix issue #104: Allow path to "sort" executable to be specified. * Fix issue #8: Allow multiple --encoding options. * Fix issue #109: Improve handling of fallback encodings. Improvements and output changes: * Further reduce conversion time and temporary space requirements. Miscellaneous: * Deprecate the --dump-only option (it is now implied by --dumpfile). * Add scripts to help isolate conversion problems and shrink test cases. * Add a script to search for illegal filenames in a CVS repository. Version 1.4.0 (27 August 2006) ------------------------------ New features: * Support multicomponent --trunk, --tags, and --branches paths (issue #7). * New --auto-props option allows file properties to be set via file. * --force-branch and --force-tag options now accept regular expressions. * Add --symbol-default option. * Support multiple, ordered --encoding options. Bugs fixed: * Fix issue #93: Tags with forbidden characters converted to branches. * Fix issue #102: Branch file, deleted in CVS, is present in SVN. Improvements and output changes: * Print informative warning message if a required program is missing. * Output an error if any CVS filenames contain control characters. * Clean up temporary files even for pass-by-pass conversions. * Improve handling of commit dependencies and multibranch commits. * Implemented issue #50 (performance change). * Reduced the amount of temporary disk space needed during the conversion. Miscellaneous: * cvs2svn now requires Python version 2.2 or later. * cvs2svn has been broken up into many smaller python modules for clarity. Version 1.3.1 (24 May 2006) --------------------------- Bugs fixed: * Fix issue #67: malfunction caused by RCS branches rooted at revision 1.0.
2007-01-26Update kdbg to 2.0.5markd3-19/+20
Changes unknown.
2007-01-26Update icons location of KDE apps. Bump PKGREVISIONmarkd2-11/+8
2007-01-26Update to kdevelop 3.3.6 (part of KDE 3.5.6)markd4-37/+43
2007-01-26Update to KDE 3.5.6markd6-203/+241
Kbabel * Subversion 1.4 support for catalog manager. * Fix bookmarking. * Fixed loading of project files with very long lines. * Avoid endless loop if focus is taken away before "find next" operation. * Fix broken replacement of marked text with e.g. ctrl-m. * Work with media:/. * Use the same project for all Find/Replace in Files operations as catalogmanager. * Fix problems when no default project is found. Umbrello * Stereotype selection list for parameter properties dialog. * Association line nodes don't drag along with multiply-selected classes. * Accessor methods are private instead of public. * XMI file contains deleted associations. * Crash when opening a document. * Shift+Left and Shift+Right causes SIGSEGV. * Umbrello saves too many copies in XMI. * XML scheme: mixup of attribute names: *color and *colour. * Crashes on closing/opening files created with previous umbrello versions. * Faulty behavior when a class inside of a package is modified. * Artifacts of a component diagram are erroneously placed in Deployment folder. * Fix incorrect export to SQL. * Saving trashes model, classes lost. * Fix segfault in UMLClassifier::checkOperationSignature(). * Fix segfault on XMI close when a class uses a template. * Fix hang/crash in Tcl code generation. * Fix saving/loading of association widgets for collaboration diagrams. * Fix crash in ToolBarStateArrow destructor on document close. * Note widget is now always drawn on top of all widgets. * Fix display icon for enum literals in list view. * Optimized printer margins. * Improved code import for Ada and Pascal.
2007-01-25Fix dependency problem noted by Joerg Sonnenberger.epg1-2/+2
2007-01-25Version 1.4.3epg7-22/+42
(18 January 2007, from /branches/1.4.x) http://svn.collab.net/repos/svn/tags/1.4.3 pkgsrc changes: - Add new 'serf' option to PKG_OPTIONS.subversion to use serf for the DAV (http) network transport instead of neon. User-visible-changes: - Client: * fixed: crash using automatic auth protocols with Neon 0.26 (r22440, -61) * fixed: svn_load_dirs.pl cannot import file names containing '@' (r22203) * fixed: error when committing replaced directories (r22991, -8) * fixed: inability to change file perms due to existing file perms (r23018) * include newest version of svn-graph.pl (r22969) - Server: * fixed: incorrectly reporting authz circular dependencies (issue #2684) * fixed: potential filesystem memory leak in commit finalisation (r22729) - Client and Server: * fixed: crash in character translation, particularly on Windows (r22417) * fixed: potential string corruption when resizing string buffers (r22689) * translation updates for Korean, Spanish, Italian, Simplified Chinese, and Japanese (fixing issues #2649 and #2681) Developer-visible-changes: * support Neon 0.26.2 (issue #2666) * update (experimental) ra_serf repository access module for DAV (r22872) * Windows installer improvements (r21516, r22155, r22224) * fixed: svn_{ra,repos}_replay() doesn't send checksums (r22346, -51, -52) * fixed: error when calling svn_repos_replay2() with a txn root (r22609) * fixed: Solaris packaging script broken (issue #2669) * javahl bindings: - fixed: auth cache is created in the current directory (r22780) - fixed: SVNAdmin's setLog() method always fails (r22387) - fixed: target dependency order in generated build scripts (r22209) * SWIG/perl bindings: - fixed: ra_do_{update,switch,status} work with Perl delta editors (r22311) - fixed: memory leak when calling methods on a Perl commit editor (r22332)
2007-01-25Set PKGNAME=apr-1.2.8.2.2.4 and PKGREVISION=1 so as to appear newer thanepg1-1/+5
devel/apr1 installations in the wild. Suggested by Todd Vierling.
2007-01-25Allow subversion to be built with either apr0 or apr & apr-util.epg5-14/+49
devel/apr0/buildlink3.mk: Add apr<1.0 to BUILDLINK_API_DEPENDS.apr . devel/subversion/Makefile.common: Drop --with-apr and --with-apr-util from CONFIGURE_ARGS; these have not been needed since the buildlink framework started ensuring the PATH is correct. Drop --with-ssl from CONFIGURE_ARGS; this has not been necessary since this stopped using the built-in neon. Include new options.mk . devel/subversion-base/Makefile: devel/subversion-base/buildlink3.mk: Use devel/apr0 or devel/apr & devel/apr-util if PKG_OPTIONS.subversion has the apr1 option. devel/subversion-base/options.mk: Provide apache22 and apr1 options; currently these must be set together, so enforce that. www/ap2-subversion/Makefile: Use apache22 if PKG_OPTIONS.subversion has the apache22 option, else use apache2.
2007-01-25one more patch to get this going with sunpro compilersdmcmahill2-1/+30
2007-01-25Imported p5-enum.rillig4-0/+34
Defines a set of symbolic constants with ordered numeric values ala C enum types. Now capable of creating creating ordered bitmask constants as well. See the BITMASKS section for details. What are they good for? Typical uses would be for giving mnemonic names to indexes of arrays. Such arrays might be a list of months, days, or a return value index from a function such as localtime(): use enum qw(:Months_=0 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
2007-01-24Remove; this has become devel/apr and devel/apr-util.epg10-328/+0
2007-01-24Add apr-util; drop apr1 (renamed to apr).epg1-2/+2
2007-01-24devel/apr:epg17-367/+69
Update to 1.2.8 (formerly in devel/apr1), no longer build from the httpd distfile. devel/rapidsvn: devel/subversion-base: parallel/ganglia-monitor-core: security/hydra: www/apache2: Use devel/apr0. www/apache22: Use devel/apr and devel/apr-util.
2007-01-24Import apr-util-1.2.8.epg6-0/+138
The Apache Portable Run-time mission is to provide a library of routines that allows programmers to write a program once and be able to compile it anywhere.