summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-10-14Add "ncursesw" package.tron1-1/+2
2006-10-14Update to 1.14.7:wiz2-6/+6
Overview of changes between 1.14.6 and 1.14.7 ============================================== * Fixed broken build with included lang modules. * Bugs fixed in this release: Bug 361938 - Can't include *-lang modules (./configure --with-included-modules fails)
2006-10-14Fixed PKGMANDIR.rillig1-2/+2
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz3-7/+7
2006-10-14Fixed "test ==".rillig3-1/+29
2006-10-13add etracegdt1-1/+2
2006-10-13etrace: A run-time tracing toolgdt4-0/+64
------------------------------- These source files comprise a simple but efficient utility that allows the display of a function call tree in a C program at run-time. It is also possible to dump the results of a program execution to an ASCII file for later examination. * ptrace.c compiles your code to enable this run-time tracing * etrace is a Python script that will perform the run-time tracing by displaying the function names as they are called * etrace.pl is a Perl script that will perform the run-time tracing by displaying the function names as they are called. Moreover, etrace.pl can be used to trace dynamic libraries.
2006-10-13update to 1.14.2drochner3-9/+10
changes: -fixes -added 2 command line tools for data extraction
2006-10-13update to 2.16.1drochner4-10/+23
changes: -minor fixes -cleanup -doc fixes pkgsrc change: pull in graphics/jpeg explicitely
2006-10-13Add "ncursesw" package:tron6-43/+109
Wide character CRT screen handling and optimization package This package brings us one step closer to fixing PR pkg/34777.
2006-10-13ride on the update and migrate devhelp documentation to share/gtk-docdrochner2-55/+53
2006-10-13Update to 1.14.6:wiz3-7/+9
Overview of changes between 1.14.5 and 1.14.6 ============================================== * Backport language-engine handling fixes from HEAD. * Add simple Arabic and Indic language engines. * Indic shaper fixes. * Bugs fixed in this release: Bug 353877 – Sinhala is_cursor_position and backspace_deletes_character issues Patch from Akira TAGOH Bug 358224 – Telugu Character U+0C31 does not render its below-base form. Patch from Rahul Bhalerao Bug 358174 – Reph and Vattu forms of Assamese character RA(U+09F0) are not rendered. Patch from Rahul Bhalerao
2006-10-13Add BROKEN_GETTEXT_DETECTION and missing gettext-lib/buildlink3.mk.dmcmahill1-1/+6
Fixes compilation on solaris and probably others.
2006-10-13Needs bash at build time.rillig1-1/+4
2006-10-13Add libdiscid, py-musicbrainz, and py-ctypes.epg1-1/+2
2006-10-13ctypes is an advanced ffi (Foreign Function Interface) package for Pythonepg4-0/+254
2.3 and higher. ctypes allows to call functions exposed from dlls/shared libraries and has extensive facilities to create, access and manipulate simple and complicated C data types in Python - in other words: wrap libraries in pure Python. It is even possible to implement C callback functions in pure Python.
2006-10-12regen distinfo for fixed tarballgdt1-4/+4
2006-10-12update for replaced tarball (very soon for brand-new package, sogdt1-4/+4
skipping usual tarball-changed issues)
2006-10-12Use fann-devel rather than fann; python support in 2.0.0 doesn't work.gdt4-24/+23
2006-10-12add fann-develgdt1-1/+2
2006-10-12Fast Artificial Neural Network Library implements multilayergdt6-0/+96
artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to other programming languages and a GUI are also available. This is a CVS snapshot.
2006-10-12Fixed "test ==".rillig2-5/+14
2006-10-12The portability checks are skipped due to contrib/redhat/init.rillig1-1/+3
2006-10-12Fixed "test ==".rillig2-4/+13
2006-10-12apply PYTHON_PATCH_SCRIPTS to get the right interpreterdrochner1-1/+2
2006-10-12update to 2.12.2drochner4-10/+10
changes: - Make PyGObject 64-bit safe for Python 2.5 - All headers are now LGPL and not GPL - Remove a couple of GCC warnings - Revive distutils support - Emission hook reference count bugfix - MSVC/ANSI C compilation fix - Bump Ctrl-C timeout handler from 100ms to 1000
2006-10-12Update devel/cpuflags to 1.04:abs2-7/+8
- seamonkey (like most mozilla code) fails with -fomit-frame-pointer (From Auster Vl)
2006-10-12Update to kdevelop 3.3.5 (part of KDE 3.5.5)markd4-14/+15
2006-10-12Update to KDE 3.5.5markd2-5/+10
Changes: Umbrello * Documentation generator for DocBook and XHTML. * "Role A Properties" should give class name. * External folders - improved implementation. * "Open recent" list doesn't reorder when a file is opened. * Properties menu: move to top/bottom buttons. * Java import - importing interfaces - absent visibility treated as package instead of public. * Python code generation is not independent of diagram view. * Java import - method parameter types not resolved correctly. * Java import: unable to import AzareusCore. * Java import: error on multidimensional arrays. * Java import - array types not resolved correctly. * Java import - "final" and comments in method declaration not parsed correctly. * All native importers: Spaces in strings cause next member var to be ignored. * Java import - static member vars ignored in interfaces. * Strange behavior with datatypes in French. * Header file names are lowercase in .cpp file but mixed case on disk. * PHP5 code generator adds stub-methods for all interfaces a class implements. * Fix for generation of include statements in PHP5 generator. * Fix loading of associations in collaboration diagram. * Small fix for printing in landscape mode. * Various fixes to mouse behaviour, e.g. multiple selection using shift button not working, mouse tracking disabled when creating associations and messages, inconsistent behaviour in some tools. * Fix for message widget selection behaviour. * Fix for class association not updating the association position when being moved.
2006-10-11Fixed "test ==".rillig2-1/+42
2006-10-11add missing bdb.buildlink3.mk file. Fixes solaris.dmcmahill1-1/+2
2006-10-10Apply build fixes from Pierrick Brossin. Thanks!uebayasi25-102/+186
2006-10-10Add -lltdl. This fixes packaging on solaris-2.9. Tested ondmcmahill1-2/+3
NetBSD-2.0/alpha and didn't see any ill effects there.
2006-10-09Removed the interactivity by redirecting stdin from /dev/null.rillig1-1/+2
2006-10-09Fix build on Solaris. Noted by dmcmahill.wiz2-1/+17
2006-10-09Flag a number of packages I use as supporting (user-)destdir.joerg8-21/+30
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
2006-10-08pkgsrc symlinks config/config.guess and config.sub to mk/gnu-configben1-1/+9
when you do not preserve timestamps in mk, this can cause config.guess and config.sub to be newer than config.guess.1 and config.sub.1. In that case, the man pages need to be rebuilt, and build fails because pkgsrc lacks help2man. Work around this situation.
2006-10-08Added two patches that replace $RANDOM with $$, since $RANDOM is onlyrillig3-1/+33
available in ksh and bash.
2006-10-08Fix patch-aa to correctly use strcat, and to be C89 compliant.ben2-22/+23
Patch supplied by Christian Biere in PR#34738.
2006-10-08Add patch addressing PR 33916, supplied by David Holland.wiz3-2/+19
Bump PKGREVISION.
2006-10-08Readd bug URLs. Requested by wiz.joerg2-3/+6
2006-10-08Bump revision for last change.joerg1-2/+2
2006-10-08Use pkgsrc pthread magic and only that. Fixes build on Linux.joerg2-67/+101
2006-10-08Disabled the self-test on NetBSD, since it hangs.rillig1-1/+12
2006-10-08Update ruby-activesupport to 1.3.1. Too many changes since 1.2.1,minskim3-13/+76
including many new methods and bug fixes. See ${RUBY_DOCDIR}/CHANGELOG.activesupport for the complete list.
2006-10-08- Fix a hardcoded path in a manpage.minskim1-8/+12
- Remove an obsolete target. Bump PKGREVISION.
2006-10-08Update to version 0.7.7salo3-10/+9
Changes: - minor bugfixes
2006-10-07Apply patch from pkg/33665, setting LTDL_LIBRARY_PATH, but do so onlygdt1-3/+9
on Darwin where the failure happened, because I can't figure out why this should be necessary (guile should be looking there anyway).
2006-10-07Updated aegis to 4.22.rillig5-54/+83
Since the pkgsrc package had not been updated for three years, there are far too many changes to list here. They are though included as share/aegis/en/readme.txt.
2006-10-07This package needs texinfo 4.1 or lator. (I found on NetBSD 1.6.2 whichtaca1-1/+2
has texinfo 4.0 on base system.)