summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-06-02Fix path to bjam.mk: it now lives inside boost-jam, not boost-build.jmmv3-6/+6
2007-06-02Make this package install the Boost.Build (v2) framework instead of thejmmv3-38/+532
bjam utility. The latter is now provided in the boost-jam package, as the Boost.Build packaging guidelines describe.
2007-06-02Add and enable boost-jam.jmmv1-1/+2
2007-06-02Reimport of boost-build as boost-jam (version 1.33.1). This is to complyjmmv5-0/+90
with the Boost.Build packaging guidelines. boost-build will now provide the real complete build framework, not only the bjam tool.
2007-06-02Update devel/svk to 2.0.1.bad2-7/+8
[Changes for 2.0.1 - 26 Mar, 2007] Mirror subsystem * You can now use $SVKNORAREPLAY forcing svk to use old SVN::Mirror for sync. * Fix a bug when mirroring partial repository with copies, the from revision number might not be exactly the ones we have mirrored. * In the pipelined sync editor, use pool more wisely for invoking editor calls. This fixes the memory bloat for syncing revisions with large number of deleted files. * In pipelined replay, make perl don't segfault on SIGINT. * Fix the bug committing to subdirs of mirrors that are on /. * Fix a bug preventing mirror --relocate to work on mirrors on '/'. * Fix a problem replaying failing with RA_DAV_REQUEST_FAILED in some servers. Merge subsystem * Fix a pool usage in Editor::Merge::apply_textdelta, which has a side-effect causing rename-tracking smerge on a new file inside a renamed directory to fail with SWIG-runtime error. * Prevent unwanted repeated merges when repeatedly merging tags to a branch. We now also record the copy source(s) of the path being merged from in the merge ticket. * Fix a bug in merging moved files that are modified. * Fix a bug that smerge to checkout with changes to a copied file is causing incomplete svn delta string. * When merging the replaced directory, do not ignore the fact when the delete part is already conflicting. * Fix a bug when merging a copy that happened on an intermediate branch, which might not map back to the merge destination. Tools * verify-mirror improvements. * Ship vc-svk.el with the distribution. Others * Make updating a checkout that no longer exists in the depot give proper message. * Make checkout more robust when resuming a interrupted checkout. * Check for .svk/floating before assuming floating checkout. * Fix a regression which caused binary files to sometimes be displayed as text during an "svk diff".
2007-06-01Update to 0.3.12:wiz2-6/+6
Support for the jpeg decoder was improved. C++ support was improved. Various speedups and smaller improvements were done.
2007-06-01Fix pkg.m4: it was broken in the case when pkg-config is not installed,wiz3-2/+33
but the path to an installed dependency is passed via FOO_CFLAGS/FOO_LIBS. Bump PKGREVISION.
2007-05-31Add missing ".endif".tron1-1/+2
2007-05-30Update to version 100:wiz2-8/+7
Use different method to test for popen success for ruby 1.8.1 compat.
2007-05-30Removed some code duplication from the buildlink3 files by using the newrillig6-45/+22
pkg-build-options.mk procedure.
2007-05-29Add "include/apr-1" to BUILDLINK_INCDIRS.apr, as programs usingschmonz1-1/+2
this library apparently expect to find it in their include path.
2007-05-29Add "include/apr-0" to BUILDLINK_INCDIRS.apr, as programs usingschmonz1-1/+2
this library apparently expect to find it in their include path.
2007-05-29Respect CFLAGS in a more conservative way. This preserves the abilityschmonz3-10/+7
to build Universal on Mac OS X, and may undo the Solaris breakage caused by the previous commit (reported in PR pkg/36408 and on pkgsrc-users@).
2007-05-29Add scm to categories.wiz1-2/+2
2007-05-29Add and enable psvn.taca1-1/+2
2007-05-29Importing devel/psvn.taca5-0/+53
psvn.el is an interface for the revision control tool subversion. psvn.el provides a similar interface for subversion as pcl-cvs for cvs.
2007-05-29Regeneratedmartti1-6/+6
2007-05-29Updated devel/binutils to 2.17martti9-53/+68
List of changes unknown. Should fix CVE-2006-2362.
2007-05-28pluck a number of fixes from mainline mtn to fix a bug introduced shortlydan7-2/+279
before the 0.35 release, which could cause monotone db files to grow larger than necessary by not removing some file/delta content as they were superceded by new versions. Most noticable on fresh pulls, or via "db check". Extra content can be cleaned up with a local sync into a fresh db. Changes from Matt Johnston, via pluck -r t:monotone-0.35 -r 397dcbd2f \ database.{cc,hh} diff_patch.{cc,hh} work.cc bump PKGREVISION
2007-05-28Remove unneeded patches.obache5-65/+4
2007-05-27- Changed MASTER_SITES to the usual CPAN scheme.heinz1-2/+6
- The package supports installation to DESTDIR. - This is purely a Perl package, no compiler needed.
2007-05-27Activated p5-File-Tempdir.heinz1-1/+2
2007-05-27Initial import of p5-File-Tempdir 0.02.heinz4-0/+29
The module provides an object interface for function tempdir() from Perl module File::Temp. This allows to destroy the temporary directory as soon as it is not needed anymore using the magic DESTROY() function automatically called by perl when the object is no longer referenced.
2007-05-27Move cvs to scmcvs so it can be checked out on a case-insensitiveschmonz30-30/+30
filesystem without interference from devel/CVS metadata. PKGNAME stays the same. Discussed with agc.
2007-05-27Updated to version 3.6.heinz2-8/+10
Pkgsrc changes: - The package supports installation to DESTDIR. Changes since version 3.4: ========================== 2007-04-07 - 3.6 Include blead perl patch from Craig Berry that gives better Module::Pluggable::Object::search_paths portability as prompted by VMS test failures. 2007-01-29 - 3.5 Patch from Audrey Tang to prevent clobbering of $@
2007-05-26Fix PKGNAME, remove redundant 'ruby'.obache1-2/+2
2007-05-26Add ruby-gettext.obache1-1/+2
2007-05-26Import ruby-gettext version 1.9.0.obache4-0/+92
Ruby-GetText-Package is a localization(L10n) library and tools which modeled after GNU gettext package. It converts the messages to localized messages properly using client-side locale information.
2007-05-25Add ragel.minskim1-1/+2
2007-05-25Import ragel.minskim4-0/+32
Ragel compiles finite state machines from regular languages into executable C, C++, Objective-C, D, Java, or Ruby code. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language. Code embedding is done using inline operators that do not disrupt the regular language syntax.
2007-05-25Added support for installation to DESTDIR.heinz1-3/+5
2007-05-24Added support for installation to DESTDIR.heinz1-11/+13
2007-05-24Fix a division bug when negative numbers are involved. Bump pkgrev.dmcmahill3-2/+24
2007-05-24Added ucpp.obache1-1/+2
2007-05-24Import ucpp version 1.3.obache5-0/+58
Based on PR 31480 by Jeroen Ruigrok van der Werven, fixed manual page installation path. ucpp is a C preprocessor and lexer. It has the following goals: - Strict conformance to the C99 standard (with switches to disable some extensions and mimic C90 behaviour) - Low memory consumption - Possibility to use the code as a lexer (that outputs tokens directly)
2007-05-23Remove oaf dependency here too. Bump PKGREVISION.wiz1-3/+2
2007-05-23Update kdevelop to 3.4.1 (part of KDE 3.5.7)markd1-2/+2
2007-05-23Update kdevelop to 3.4.1 (part of KDE 3.5.7)markd24-6239/+107
2007-05-23Update to KDE 3.5.7markd4-41/+13
Cervisia * Improve layouting of the CVS log dialog. KBabel * Fix random crashes on Catalogmanager. KCachegrind * Fix parsing of dot output on some cases. Umbrello * C# Code Generation and export. * Java interface inheritance, abstract classes and generics in code generation. * Operations of the Interface are implemented in the class automatically. * Java 5 generics support. * Code generation ignores unidirectional association. * %date% and %time% not being parsed. * Relationships for entities do not live outside of the diagram. * Multiplicity labels often are placed incorrectly. * Association role labels are duplicated. * Crash on adding operation to class with Advanced Code Generators enabled. * Javascript wrong Code Generation. * Javascript/ActionScript Code Generation creates bad format methods. * Sequence diagram object size incorrect after toggling "Draw as Actor". * Support duplicating sequence diagrams. * Incorrect Association Properties text. * Buttons are not displayed. * Impossible to reuse same use case in a use case diagram. * Crash on creating various types of associations. * Fix displacement of sequence line on initial drag/drop of a class from the list view to a sequence diagram. * Support copy/paste of attribute or operation in the list view within the same class. * Associations not updated during move of class on diagram. * Fix unclickable diagrams. * ERD not saved correctly, rendered unusable. * Improve loading of XMI files from older versions * Package contents always shown empty in package properties dialog. * Subsystem or component may realize interface in component diagram. * Crash when deleting the link between a package and a class. * Ada95 Code Generation Errors for Aggregation. * Unable to delete multiplicity information or label from an association. * C++ code generator does not correctly define namespaces. * Ada code generator generates "withs" in both directions for certain associations. * Ada code generator always generates methods abstract even if abstract box not checked. * Missing "with" on Ada code generation for aggregation. * Operation Properties "Type" combo box too small. * Allowing to duplicate diagrams. * Crash on changing multiplicity in an association in ERD. * Class diagram in folder not loaded correctly from xmi. * Sequence diagram crashes on inserting message. * No synchronization of comments when round-tripping. * Crash on loading xmi with actor as object of sequence diagram. * ActionScript/JavaScript association code generation error. * XMI file contains massive duplications of <UML:Stereotype>. * Segmentation fault on loading corrupted file. * Crash when moving all elements in a sequence diagram. * Fix crash while adding class via class wizard. * Various dialog layout fixes. New Top/Bottom arrowbutton in Activity subdialog of state properties dialog.
2007-05-23Also remove oaf/bl3.mk.wiz1-2/+1
2007-05-23Remove gal/bl3.mk from gnome-build/bl3.mk, and bump anjuta PKGREVISIONwiz2-4/+3
(only package using the latter bl3.mk).
2007-05-23Respect CFLAGS. Fixes Universal build on OS X.schmonz3-6/+9
2007-05-22Fix path to python interpreter in tohg.rb and depend on python.wiz1-1/+9
Bump PKGREVISION.
2007-05-22I don't have time to maintain packages that might be affected byxtraeme2-4/+4
security vulnerabilities.
2007-05-21Add sparse.reed1-1/+2
2007-05-21Import sparse.reed5-0/+100
Sparse, the semantic parser, provides a compiler frontend capable of parsing most of ANSI C as well as many GCC extensions, and a collection of sample compiler backends, including a static analyzer also called "sparse". Sparse provides a set of annotations designed to convey semantic information about types, such as what address space pointers point to, or what locks a function acquires or releases. Linus Torvalds started writing Sparse in 2003, initially targeting issues such as mixing pointers to user address space and pointers to kernel address space.
2007-05-20Remove mentions of gnome-libs.wiz1-7/+1
No effective change to package.
2007-05-20Remove remaining gnome1-libs dependencies from pkgsrc.wiz38-1233/+1
2007-05-20Remove gal dependency. Bump PKGREVISION.wiz1-13/+9
gal is a part of gnome 1, but gnome-build is only used by anjuta, a gnome 2 application. Also, only the included documentation still refers to gal, the configure script doesn't even check for it.
2007-05-20Activated ossp-uuid.heinz1-1/+2