summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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.
2007-01-24Import renamed devel/apr (0.9.x) so that can upgrade to 1.2.x.epg15-0/+412
2007-01-24Update kscope to 1.4.3.obache4-14/+35
Patch provided by maintainer, Martijn van Buul in PR 35454. 1.4.3 (?) * New: Option for negating filters on query result lists * New: Command for setting the keyboard focus to the tag list * Improved: Restrict tag/file list navigation to current search pattern * Improved: Show goto labels in the tag list * Bug fix: Crash due to in-edges not being removed along with a function * Bug fix: Connected components disappeared after filtering calling/ called functions * Bug fix: Use only sh-style ouput redirection in kscope_config 1.4.2 (16-Oct-2006) * New: Tool-tips for the project's file list * New: "Find Definition" entry in the query-results popup menu * Improved: Added '*.S' (kernel assembly files) to the list of standard file types * Improved: Some code clean-ups in the query-results popup menu * Bug fix: All query results following a global definition were omitted 1.4.1 (23-Aug-2006) * Improved: Speed-up result list filtering * Improved: Keyboard shortcuts for the first entries in the Window menu * Improved: Show assmebly labels in the tag list * Bug fix: KScope crashes when a node is removed from the graph * Bug fix: KScope crashes when Next/Previous Result is invoked on an empty query results list * Bug fix: Prevent whitespace in project names * Bug fix: Add entries to the results query list in the right order * Bug fix: Fixed several memory leaks 1.4.0 (9-Aug-2006) * New: Option for sorting the file list when a project is loaded (on by default) * Improved: The documentation is now up to date * Improved: Nicer layout for the "New Project" dialogue * Improved: Corrections to the desktop file (thanks to Tom Albers) * Improved: Close a project automatically before a new one is created * Bug fix: Do not show the progress dialogue if building fails to start * Compilation fix: Include stdlib.h in graphwidget.cpp * Compilation fix: Support for autoconf 2.6x * Compilation fix: Removed unnecessary options from the YACC source file * Compilation fix: Abort configuration if lex/flex and yacc/bison are not found 1.3.4 (14-Apr-2006) * New: Use graphviz from the command-line (dot). Should finally solve _all_ licensing issues * New: Informative welcome message * Improved: Allow multiple files on "File->Open..." * Improved: Better tool-tips for the tag list * Bug fix: KScope crashes after startup when attempting to set the cursor to a non-existing line
2007-01-24Update HOMEPAGE. (The previous redirects to this one.)reed1-2/+2
2007-01-23Make sure ${TERMINFODIR}/s is removed; bump PKGREVISION.wiz2-2/+4
2007-01-23Needs a GNUish m4. Bump revision. No cookie for rillig.joerg1-2/+3
2007-01-23look for sparc-sun-solaris2* instead of sparc-sun-solaris2.* in thedmcmahill3-1/+29
configure script since pkgsrc will set MACHINE_GNU_PLATFORM to sparc-sun-solaris2 on a solaris/sparc machine. This gets this package closer to building on solaris with the sunpro compiler.
2007-01-22Q: Why am I seeing imake problems and joerg@ not?joerg1-2/+3
A: Because joerg@ had a local change which forced the use of makedepend and which somehow didn't make it into xorg-cf-files when packages. Fix that, bump revision of xorg-cf-files and imake, the latter with a dependency on a newer version of the former.
2007-01-22Some more patches to make the package work on Solaris.rillig6-9/+81
The CFLAGS, LDFLAGS and LIBS are taken from pkgsrc, so PKGREVISION++.
2007-01-21Update www/apache22 to 2.2.4:xtraeme4-55/+5
* Bugfixes, please see http://www.apache.org/dist/httpd/CHANGES_2.2 pkgsrc changes: * Do not use the included pcre source in apache22. * devel/apr1 now uses the apache22 version (increased to 1.2.8.2.2.4) to sync the source with the httpd distfile. * Remove patches in devel/apr1 which were applied upstream.
2007-01-21Fix PLIST for case-insensitive filesystems.minskim1-3/+5
2007-01-21Use stdlib.h instead of malloc.h in generated codes. Noted byminskim3-2/+19
Martijn van Buul in PR 35453, and also by Mark E. Perkins on pkgsrc-users@. Bump PKGREVISION.
2007-01-21Revert update to 1.9.7, since it breaks gnucash (at least 2.0.[0-4]).wiz5-68/+50
Welcome back, g-wrap-1.9.6nb2!
2007-01-21Do not use MASTER_SITE_MOZILLA -- the mirrors do not have this distfile.wiz1-2/+3
2007-01-20Fix patch-ah, bump PKGREVISION.wiz3-5/+6
From martijnb at atlas.ipv6.stack.nl in PR 35451.
2007-01-20Update to 3.11.4:wiz10-93/+43
The following bugs have been fixed in NSS 3.11.4. * Bug 115951: freebl dynamic library is never unloaded by libsoftoken or libssl. Also tiny one-time leak in freebl's loader.c. * Bug 127960: SSL force handshake function should take a timeout. * Bug 335454: Unable to find library 'libsoftokn3.sl' on HP-UX 64 bit. * Bug 350200: Implement DHMAC based POP (ProofOfPossession). * Bug 351482: audit_log_user_message doesn't exist in all versions of libaudit.so.0. (the "paranoia patch") * Bug 352041: oom [@ CERT_DecodeDERCrlWithFlags] "extended" tracked as NULL was dereferenced. * Bug 353422: Klocwork bugs in nss/lib/crmf. * Bug 353475: Cannot run cmd tools compiled with VC++ 2005. * Bug 353572: leak in sftk_OpenCertDB. * Bug 353608: NSS_RegisterShutdown may fail, and appData argument to callbacks is always NULL. * Bug 353749: PowerUpSelf tests update for DSA and ECDSA KAT. * Bug 353896: Building tip with NSS_ECC_MORE_THAN_SUITE_B causes crashes in all.sh. * Bug 353910: memory leak in RNG_RNGInit. * Bug 354313: STAN_GetCERTCertificateName leaks "instance" struct. * Bug 354384: vfyserv shutdown failure when client auth requested. * Bug 354900: Audit modifications, accesses, deletions, and additions of cryptographic keys. * Bug 355297: Improve the very first RNG_RandomUpdate call. * Bug 356073: C_GetTokenInfo should return CKR_CRYPTOKI_NOT_INITIALIZED if not initialized. * Bug 356309: CertVerifyLog in CERT_VerifyCertificate terminates early on expired certs. * Bug 357197: OCSP response code fails to match CERTIds. (hot fix only) * Bug 359484: FireFox 2 tries to negotiate ECC cipher suites using ssl2 client hello. (hot fix only) * Bug 360818: No RPATH set for signtool and signver.
2007-01-20Require new doxygen and fix PLIST. Bump revision.joerg2-4/+7
2007-01-20Require the new graphviz and include the various graphics directly.joerg2-20/+42
Bump revision.
2007-01-20Modular Xorg support.joerg2-3/+16
2007-01-20Update to setuptools-0.6c3.joerg2-9/+8
0.6c3 * Fixed breakages caused by Subversion 1.4's new "working copy" format 0.6c2 * The ez_setup module displays the conflicting version of setuptools (and its installation location) when a script requests a version that's not available. * Running setup.py develop on a setuptools-using project will now install setuptools if needed, instead of only downloading the egg.
2007-01-20No X11 here. Bump revision.joerg2-6/+4
2007-01-20Modular Xorg support. As this package needs libX11 only for the testjoerg1-3/+5
program, make it a build dependency and bump revision.
2007-01-20No need to depend on X11 here. Bump revision.joerg1-3/+2
2007-01-20Made the Makefile simpler.rillig1-6/+3