summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2006-06-15Make aalib an option, enabled by defaultadam3-18/+18
2006-06-14Changes 1.4.7:adam3-15/+14
* The stylesheet has changed, so if you use your own, you will need to update it or the output will look ugly. * Added support for universal binaries on MacOSX (only the non-GUI part). * Added CALLER_GRAPH config option and \callergraph command to add a caller (or called-by) graph to a function or all functions. * Added REFERENCES_LINK_SOURCE config option which allows to selected if reference relations should point to the source or to the documentation.
2006-06-14Changes 2.10.4:adam2-6/+6
* Convert functions: Do not try to throw null exceptions when using --enable-api-exceptions=no.
2006-06-13NetBSD lacks shm_open, so conditionally comment the shmfile entries.joerg2-4/+13
2006-06-13Remove files not installeddarcy1-4/+1
2006-06-13We don't need to include buildlink3 files for "arts" and "esound" becausetron1-9/+1
they are properly dlopen()ed. Pointed out by Thomas Klausner.
2006-06-13Include buildlink3 files for "arts", "esound" and "nas" if support fortron1-1/+21
these package has been compiled into the "SDL" package. Based on a patch provided by Thomas Klausner in private e-mail.
2006-06-13Update to 2.0.4markd3-14/+9
* Fixed encoding of the Czech translation thanks to Jakub Galgonek. * Added support for QString in Qt4's debug libraries. * Fixed that the debugger window really comes to the foreground and receives the focus when the debuggee stops at a breakpoint, when this option is on
2006-06-13update devel/cpuflags to 1.00abs2-4/+4
- avoid 'Unclosed substitution for DISTNAME (/ missing)' warning caused by optimize_gcc.mk, fix from Auster Vl
2006-06-12Needs msgfmt.joerg1-2/+2
2006-06-12Sync DragonFly support with reality.joerg5-1/+107
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz10-19/+20
for SDL shlib changes.
2006-06-12Update to 2.0.8:wiz4-9/+42
2.0.8: Stepan Roh - 2005-10-02 09:46 * Fixed line spacing by using font ascender and descender Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006 * Added gcc-fat.sh for generating Universal binaries on Mac OS X * Updated libtool support to version 1.5.22 Add build fix patch for freetype2-2.2.1. Bump BUILDLINK_ABI_DEPENDS for SDL shlib changes.
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS for SDL shlib changes.wiz2-6/+6
Fix HOMEPAGE and MASTER_SITES while here.
2006-06-12Update to 1.2.10.wiz22-1811/+147
Package changes: Merge SDL-arts, SDL-esound, and SDL-nas packages back as options, all defaulting to on (add "-arts -esound -nas" to PKG_OPTIONS.SDL to get the previous behaviour of this package). Reason: trying to get and stay in sync with upstream, who decided not to take back the relevant changes. Ok jmmv@ Also follow upstream w.r.t. library version numbers; bump BUILDLINK_API_DEPENDS for that (no real reason to diverge here). Most patches have been integrated upstream. Changes in 1.2.10: 1.2.10: If SDL_OpenAudio() is passed zero for the desired format fields, the following environment variables will be used to fill them in: SDL_AUDIO_FREQUENCY SDL_AUDIO_FORMAT SDL_AUDIO_CHANNELS SDL_AUDIO_SAMPLES If an environment variable is not specified, it will be set to a reasonable default value. Added support for the SDL_VIDEO_FULLSCREEN_HEAD environment variable, currently supported on X11 Xinerama configurations. Added SDL_GL_SWAP_CONTROL to wait for vsync in OpenGL applications. Added SDL_GL_ACCELERATED_VISUAL to guarantee hardware acceleration. Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set. SDL_SetVideoMode() now accepts 0 for width or height and will use the current video mode (or the desktop mode if no mode has been set.) Added SDL_GetKeyRepeat() Added SDL_config.h, with defaults for various build environments.
2006-06-11Rename to match directory name and Python version convension.joerg1-2/+5
Drop revision and add conflict on old name. Accept Python 2.2+.
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-11Update to 1.0.12:wiz2-6/+6
changes from 1.0.11 to 1.0.12 ----------------------------- * fixes in cvsd-buildroot to not abort on failure of some commands
2006-06-11Update to 2.3:wiz2-6/+6
Changes in version 2.3, 2006-06-05: * GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING', for compatibility with LALR(1) grammars. * It is now documented that any definition of YYSTYPE or YYLTYPE should be to a type name that does not contain parentheses or brackets.
2006-06-11Needs msgfmt.joerg1-2/+2
2006-06-11Needs pkg-config.joerg1-1/+3
2006-06-09move Makefile .SUFFIXES statement before pattern rules which use itdbj3-8/+44
this fixes compile problems on darwin. This could have been alternately fixed by setting USE_TOOLS+=gmake instead
2006-06-09USE_TOOLS+=yaccminskim1-1/+2
2006-06-09USE_TOOLS+=lexminskim1-2/+2
2006-06-09USE_TOOLS+=yaccminskim1-2/+2
2006-06-09USE_TOOLS+=flexminskim1-2/+2
2006-06-09USE_TOOLS+=lex yaccminskim2-2/+4
2006-06-09Fixed pkglint warnings.rillig2-12/+12
2006-06-08Use fix for "glib" package from PR pkg/21909 on all platforms. This willtron4-47/+33
fix problems with this package under Mac OS X (and eventually DragonFly). Fix various problems reported by "pkglint". Bump package revision because of these changes. This fixes PR pkg/33664 by Darrin B.Jewell.
2006-06-08Updated tet3 to 3.7.rillig12-79/+65
I don't know what changed since the doc/ directory in the tarball is empty and there is neither a README nor a NEWS file.
2006-06-08Make this package build with gcc-4.minskim3-1/+31
2006-06-08USE_TOOLS+=lexminskim1-2/+2
2006-06-08USE_TOOLS+=lex.minskim1-4/+2
2006-06-08Fix a check-interpreter error. Bump PKGREVISION.minskim1-2/+4
2006-06-08USE_TOOLS+=lexminskim1-2/+2
2006-06-08USE_TOOLS+=lexminskim1-1/+2
2006-06-08Needs msgfmt.joerg1-2/+2
2006-06-07Honor PKGDIRMODE.minskim1-1/+3
2006-06-07Add:abs1-1/+6
- devel/p5-IO-Prompt - devel/p5-List-MoreUtils - devel/p5-Perl6-Export - devel/p5-Perl6-Slurp - devel/p5-version - graphics/p5-RRDTool-OO - time/p5-DateTime-Format-Builder - time/p5-DateTime-Format-ISO8601 - time/p5-DateTime-Format-Strptime - www/p5-FCGI-ProcManager
2006-06-07Added devel/p5-IO-Prompt-0.99.4 abs4-0/+35
By default, this module exports a single function: prompt(). It prompts the user to enter some input, and returns an object that represents the user input. You may specify various flags to the function to affect its behaviour; most notably, it defaults to automatically chomp the input, unless the -line flag is specified.
2006-06-07Added devel/p5-List-MoreUtils-0.19abs4-0/+27
Provide the missing functionality from List::Util (see "SUGGESTED ADDITIONS" in its manpage).
2006-06-07Added devel/p5-Perl6-Slurp-0.03 abs4-0/+38
slurp takes: * a filename, * a filehandle, * a typeglob reference, * an IO::File object, or * a scalar reference, converts it to an input stream if necessary, and reads in the entire stream. If slurp fails to set up or read the stream, it throws an exception.
2006-06-07Added devel/p5-Perl6-Export-0.07abs4-0/+40
This module prototypes the Perl 6 'exported' and 'exportable' traits in Perl 5. Instead of messing around with @EXPORT arrays, you just declare which subs are to be exported (or are exportable on request) as part of those subs. For example: sub foo is exported { # by default ... } sub bar is exportable { # on request ... }
2006-06-07Added devel/p5-version-0.63abs4-0/+34
Provides the same version objects as included in Perl v5.9.x (and hopefully in the 5.10.0 release). In fact, if you attempt to use this module with a version of Perl >= v5.9.0, this module will not do anything, since the code already exists in the Perl core. Note that the CPAN release cannot be installed with the interim 5.9.0, 5.9.1, and 5.9.2 releases (since it duplicates code in the core). If you are testing bleadperl, you will need to check out the latest release of 5.9.x to get the changes included in 0.50.
2006-06-06Uses C++.joerg1-1/+3
2006-06-06Fixed pkglint warnings.rillig1-2/+2
2006-06-06Uses C++.joerg2-2/+4
2006-06-06Uses C++.joerg1-1/+2
2006-06-06Add & enable p5-Module-Install-Substituteseb1-1/+2