summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2007-01-19Add checksum for patch-ac.joerg1-1/+2
2007-01-18Update to 2.12.9:wiz2-7/+6
Overview of Changes from GLib 2.12.8 to GLib 2.12.9 =================================================== * Fix an unintended ABI break in the 2.12.8 release * Bugs fixed: 397139 glib-2.12.8 breaks ABI Overview of Changes from GLib 2.12.7 to GLib 2.12.8 =================================================== * Due to an oversight, GLib has been linked against libpthread since 2.12.2. This has been fixed by moving the monotonic timer support into gthread. * Bugs fixed: 393812 glib links against pthread 394258 gthread.c: illegal include order 394641 Undefined reference in gthread 394150 gettime implementation breaks compilation on darwin 6 395203 g_timer_elapsed off by 2 order of magnitude 394262 image/* mimetype breaks stuff 392636 glib-2.0.m4 ignores PKG_CONFIG environment variable 395419 Glib-2.12.7 with mingw(w32api-3.8/windows) fails to compi... 329031 G_GNUC_INTERNAL fails with gcc-2.95 * Updated translations (ar,bg,ca,it,nl,th)
2007-01-18This package is not MAKE_JOBS_SAFE.rillig1-1/+2
2007-01-18This package is not MAKE_JOBS_SAFE.rillig1-1/+2
2007-01-18This package uses BSD-style Makefiles.rillig1-6/+2
2007-01-18Update devel/pcre-ocaml to 5.11.2tonio2-7/+6
OcamlMakefile fixes
2007-01-17Very belatedly bump PKGREVISION for all jasper dependencies becausewiz6-9/+12
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431.
2007-01-17Repair this package on solaris after being broken by the last update.dmcmahill2-11/+22
Addresses PR/35387.
2007-01-17Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to makerillig3-6/+6
clear that these variables are completely unrelated to BUILDLINK_TRANSFORM. Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*. XXX: Where should incompatible changes in pkgsrc be documented?
2007-01-16Update tcl-tclcl to 1.18.minskim3-399/+12
Updated for ns-2.30. No noticeable changes.
2007-01-16Update devel/apache-ant to 1.7.0tonio3-99/+228
Changes that could break older environments: ------------------------------------------- * Initial support for JDK 6 (JSR 223) scripting. <*script*> tasks will now use javax.scripting if BSF is not available, or if explicitly requested by using a "manager" attribute. * The -noproxy option which was in the previous 1.7 alpha and beta releases has been removed. It is the default behavior and not needed. * Removed launcher classes from nodeps jar. * <classconstants> filter reader uses ISO-8859-1 encoding to read the java class file. Bugzilla report 33604. * Defer reference process. Bugzilla 36955, 34458, 37688. This may break build files in which a reference was set in a target which was never executed. Historically, Ant would set the reference early on, during parse time, so the datatype would be defined. Now it requires the reference to have been in a bit of the build file which was actually executed. If you get an error about an undefined reference, locate the reference and move it somewhere where it is used, or fix the depends attribute of the target in question to depend on the target which defines the reference/datatype. * <script> and <scriptdef> now set the current thread context. * Unrestrict the dbvendor names in the websphere element of the ejbjar task. * <env> nested element in <java>, <exec> and others is now case-insensitive for windows OS. Bugzilla Report 28874. * Removed support for xalan1 completely. Users of Xalan1 for Ant builds will have to stay at ant 1.6.5 or upgrade to xalan2. * Use org.apache.log4j.Logger instead of org.apache.log4j.Category. Category has been deprecated for ~2 years and has been removed from the log4j code. Logger was introduced in log4j 1.2 so users of log4j 1.1 and log4j 1.0 need to upgrade to a newer version of log4j. * build.sysclasspath now also affects the bootclasspath handling of spawned Java VMs. If you set build.sysclasspath to anything other than "ignore" (or leave it unset, since "ignore" is the default when it comes to bootclasspath handling), then the bootclasspath of the VM running Ant will be added to the bootclasspath you've specified. * The <java fork="false"> now as per default installs a security manager using the default permissions. This is now independent of the failonerror attribute. * <signjar> now notices when the jar and signedjar are equal, and switches to the same dependency logic as when signedjar is omitted. This may break something that depended upon signing in this situation. However, since invoking the JDK jarsigner program with -signedjar set to the source jar actually crashes the JVM on our (Java1.5) systems, we don't think any build files which actually worked will be affected by the change. * <signjar> used to ignore a nested fileset when a jar was also provided as an attribute, printing a warning message; now it signs files in the fileset. * An improved method of handling timestamp granularity differences between client and server was added to the <ftp> task. FTP servers typically have HH:mm timestamps whereas local filesystems have HH:mm:ss timestamps. Previously, this required tweaking with the timediffmillis attribute which also was used to handle timezone differences. Now, there is a new timestampgranularity attribute. The default value for get operations is 0 since the user has the more powerful preservelastmodified attribute to work with. Since this is not available on put operations the default value adds a minute to the server timestamp in order to account for this, Scripts which previously used timediffmillis to do this compensation may need to be rewritten. timediffmillis has now been deprecated. * On Java1.5+, Ant automatically sets the system property java.net.useSystemProxies to true, which gives it automatic use of the local IE (Windows) or Gnome2 (Unix/Linux) proxy settings. This may break any build file that somehow relied on content outside the firewall being unreachable: use the -noproxy command-line option to disable this new feature. Note that the Java1.5 proxy configuration system still does not appear to work reliably on Windows or Linux. * Support for the XSL:P XML parser has been removed. * Visual Age for Java optional tasks removed. * Testlet (test) optional task removed. * Icontract optional task removed. * Metamata (maudit, mmetrics, and mparse tasks) removed. * Sitraka (jpcoverage, jpcovmerge, jpcovreport) tasks suppressed. * <fixcrlf> used \r (Mac) line endings on OS X, whose proper line separator is \n (Unix). * <scp> now optionally supports the sftp protocol, you may need a newer jsch.jar. * Ant launcher program prints errors to stderr, and exits with a 2 exit code value if, for any reason, it cannot actually start Ant proper. This will only affect programs/scripts that called the launcher and which did not want to receive an error if Ant itself would not start * All .NET tasks are now deprecated in favor of the new .NET Antlib: http://ant.apache.org/antlibs/dotnet/index.html
2007-01-15No need for X11. Bump revision.joerg2-4/+4