summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-03-24s/pth/ptl2dmcmahill1-2/+2
2002-03-24add atk, glib2, and pangodmcmahill1-1/+4
2002-03-24import pango-1.0.0dmcmahill8-0/+246
Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pango can be used anywhere that text layout is needed; however, most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform. Pango forms the core of text and font handling for GTK+-2.0. Pango is designed to be modular; the core Pango layout can be used with four different font backends: - Core X windowing system fonts - Client-side fonts on X using the Xft library - Direct rendering of scalable fonts using the FreeType library - Native fonts on Microsoft backends Dynamically loaded modules then handle text layout for particular combinations of script and font backend. As well as the low level layout rendering routines, Pango includes PangoLayout, a high level driver for laying out entire blocks of text, and routines to assist in editing internationalized text.
2002-03-24import atk-1.0.0dmcmahill6-0/+150
The ATK library provides a set of interfaces for accessibility. By supporting the ATK interfaces, an application or toolkit can be used with such tools as screen readers, magnifiers, and alternative input devices. Atk provides a core set of interfaces which are common to all widgets and "additional" interfaces that are appropriate to certain classes of widgets and whose existence can be queried at run time. It also provides interfaces which an application can use to provide additional accessibility information to assistive technology tools.
2002-03-24import glib2-2.0.0dmcmahill12-0/+421
GLib is a library which includes routines for C, providing lists, trees, hashes, memory allocation functionality and many other things. glib2 will coexist with glib-1.2.*
2002-03-24Add and enable SDL_gfx.wiz1-1/+2
2002-03-24Initial import of SDL_gfx, provided by Ben Collver in pkg/16015.wiz5-0/+104
DESCR: The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons for SDL Surfaces. The current components of the SDL_gfx library are: - Graphic Primitives (SDL_gfxPrimitves.h) - Rotozoomer (SDL_rotozoom.h) - Framerate control (SDL_framerate.h) - MMX image filters (SDL_imageFilter.h)
2002-03-24Use AWK instead of SED to do the patching, now it works on Solaris.seb1-5/+6
While here put the patching in target do-patch an remove NO_PATCH. This should fix PR 16035.
2002-03-24update to 1.4.1 from 1.4 This is a bugfix release.dmcmahill3-384/+795
- Internally make sure an invalid file-descriptor (integer not between 0 and (FD_SETSIZE-1) does not lead to any segfaults or other undefined behaviour. Instead an error is returned and errno is set to EBADF, similar to what the OS functions do. Especially pth_poll() now return with this error (instead of skipping the fd) if an fd in the "struct pollfd" is invalid. [Ralf S. Engelschall, Archie Cobbs <archie@packetdesign.com>] - Correctly support PTH_FDMODE_NONBLOCK in pth_connect and pth_accept. [Archie Cobbs <archie@packetdesign.com>] - Fixed typos in manual page. [Michael Schloh v. Bennewitz <michael.schloh@de.cw.net>, Takashi Ishihara <tishihara@ucdavis.edu>] - For portability reasons changed definition of PTH_EXT_SFIO to 0/1 instead of FALSE/TRUE because some external definitions use a casted value and hence make trouble on plain #if constructs. [Staehli Patrik <patrik.staehli@siemens.ch>] - Fixed return value (number of occurred events) of pth_wait(). [David Dureau <david.dureau@cea.fr>] - Replaced thread-unsafe usage of a static struct iovec in pth_writev_ev() with a thread-safe stack/heap-based solution. [Ralf S. Engelschall, Mark Burton <markb@ordern.com>] - Replaced antiquated PTH_FLAG_NOJOIN references with the correct PTH_ATTR_JOINABLE references in the manual page. [Takashi Ishihara <tishihara@ucdavis.edu>] - Fixed a (not very subtle) bug in pth_writev_ev() that screwed up output if a partial write happened. [Mark Burton <markb@ordern.com>] - Fixed static initializers PTH_BARRIER_INIT and PTH_COND_INIT. [Shawn Wagner <shawnw@speakeasy.org>] - Typo fixes in pth.pod [<collver@linuxfreemail.com>] - Upgraded to GNU shtool, version 1.5.4. [Ralf S. Engelschall] - Fixed "make striptease": pth_string.c was not included and some commands which were removed at all (and this way causes syntax errors) will be now correctly commented out with ":" commands. [Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>]
2002-03-23Add and enable mrproject.agc1-1/+2
2002-03-23Initial import of mrproject-0.5.1, a program to manage project development.agc6-0/+211
This was provided by Martti Kuparinen, modified slightly by myself. This also links the component plugins statically in mrproject, the idea taken from the FreeBSD comments on the mrproject mailing lists by Joe Clarke. Note that ORBit 0.5.13nb1 is necessary for this package to work properly (so that a maximum of IOV_MAX iovecs are sent at a time to writev(2)) MrProject is a project management program that can help build project plans, and track the progress of a project.
2002-03-22Replace some spaces with tabs in the Makefile.rh1-8/+9
Set LOCALSTATEDIR to ${X11PREFIX}/var/gnome to prevent the package from installing scrollkeeper files where they don't belong. Another step in the continuing uphill struggle to close PR pkg/13057. Bump package revision to nb1.
2002-03-22Add a comment why "TZ" is set.tron1-1/+3
2002-03-22Set "TZ" to "GMT" to avoid unnecessary rebuild of the info files whichtron1-2/+2
fails under NetBSD 1.5.3. Problem noted by Matthew Green in PR pkg/15954.
2002-03-22Add and enable anjuta.wiz1-1/+2
2002-03-22Initial import of anjuta-0.1.9, based on a package provided by Nir Morwiz15-0/+615
in connection with pkg/15403. From the DESCR: Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME, and features a number of advanced programming features. It is basically a GUI interface for the collection of command line programming utilities and tools available for unix. These are usually run via a text console, and can be unfriendly to use.
2002-03-22Update p5-IO-Tty to 1.00. Major changes from version 0.04 includejlam4-36/+35
additions to the API and a complete rewrite of the way a pty is allocated, and the use of openpty() in *BSD to open the allocated pty, and other bug fixes. We had to fix Makefile.PL to correctly invoke the preprocessor. The changes have been forwarded to the author. This closes pkg/15896 by Shell Hung <shell@shellhung.org>.
2002-03-21add missing build dependency to the test targetdmcmahill1-2/+2
2002-03-21add a test target to run the packages self checks.dmcmahill1-1/+5
2002-03-21Fix the pattern that matches valid library files so that it allows '.'skrll8-7/+92
in the library name. This fixes pkg/15981 from Dan McMahill <dmcmahill@netbsd.org> Patch up the test configure scripts while we're here. Bump the PKGREV, but don't require it just yet.
2002-03-20Initial implementation of buildlink.mk that generates a wrapper forjlam1-0/+44
pkg-config. We use a BUILD_DEPENDS instead of a regular DEPENDS since pkg-config is only useful when configuring and building the package.
2002-03-20Only try to remove the pkgconfig directory as other packages may stilljlam1-2/+2
have files installed there.
2002-03-20Use LIBTOOL_OVERRIDE instead of duplicating the logic in a privatejlam1-7/+5
post-configure target. Also mark as USE_BUILDLINK_ONLY as it's already strongly buildlinked.
2002-03-20Update to 1.0.9, bugfix release.wiz5-21/+22
2002-03-20Use smaller ".tar.bz2" source archive.tron2-4/+5
2002-03-19Enable p5-Parse-RecDescentmjl1-1/+2
2002-03-19Remove misnomed p5-Parse-RescDescentmjl4-26/+0
2002-03-19Re-import of misnamed p5-Parse-RescDescentmjl4-0/+26
RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications.
2002-03-19Initial import of p5-Parse-RecDescent:mjl4-0/+26
RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications.
2002-03-19Update to 1.34. Changes since 1.32:wiz3-6/+8
* File name clashes are detected $ bison foo.y -d -o foo.x fatal error: header and parser would be both named `foo.x' * A missing `;' ending a rule triggers a warning In accordance with POSIX, and in agreement with other Yacc implementations, Bison will mandate this semicolon in a near future. This eases the implementation of a Bison parser of Bison grammars by making this grammar LALR(1) instead of LR(2). To facilitate the transition, this release introduces a warning. * Revert the C++ namespace changes introduced in 1.31, as they caused too many portability hassles. * Fix test suite portability problems. * Fix C++ issues Groff could not be compiled for the definition of size_t was lacking under some conditions. * Catch invalid @n As is done with $n.
2002-03-19Add p5-IPC-SharedCache.cjs1-1/+2
2002-03-19This module provides a shared memory cache (in SysV IPC sharedcjs4-0/+28
memory) accessed as a tied hash.
2002-03-19don't always @dirrm include/glib since glib2 headers might be in there too.dmcmahill2-4/+4
also only buildlink the headers associated with this version of glib instead of all versions. These 2 changes are in preparation for glib2.
2002-03-18Add a workaround for broken 1.2.10 installations [see pkg/14150].wiz1-1/+16
Improved by some comments by tron.
2002-03-18Accidental import.cjs1-4/+0
2002-03-18Add p5-Log-Dispatch-Config.cjs1-1/+2
2002-03-18Configure Log::Dispatch with a config file, a la Java's log4j.cjs5-0/+41
2002-03-18Make this build non-interactively.fredb1-4/+4
2002-03-18Add p5-IPC-Shareable subdir.cjs1-1/+2
2002-03-18Sync with PEACE repositry.kent4-34/+50
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/devel/w32api/ Update the base w32api to 1.2. - Add accctrl.h and aclapi.h - Many bug fixes and new symbols - Improve WCHAR handling for netbsdpe
2002-03-17Use ${PKGNAME_NOREV} instead of ${PKGNAME} in definition of ${WRKSRC}.fredb1-2/+2
2002-03-17Use ${PKGNAME_NOREV} in definition of ${WRKSRC}.fredb1-2/+2
2002-03-17Most CTAN archives create the tarballs dynamically, which leads tofredb1-3/+3
innocuous changes in the archives. This doesn't server our system of checksumming very well. Just set the checksum to that found for the file on the first site in MASTER_SITE_CTAN, and hope for the best.
2002-03-15Updated pkgconfig to 0.12.0 (provided by Shell Hung in pkg/15927)martti3-9/+9
* bug fixes (see the Changelog for details)
2002-03-15Updated p5-Test-Simple (provided by Shell Hung in pkg/15926)martti2-5/+5
- Setting Test::Builder->current_test() now works (see what happens when you forget to test things?) - The change in is()'s undef/'' handling in 0.34 was an API change, but I forgot to declare it as such. - The apostrophilic jihad attacks! Philip Newtons patch for grammar mistakes in the doc's.
2002-03-15Updated p5-Test-Harness to 2.02 (provided by Shell Hung in pkg/15925)martti2-5/+5
* Ken Williams fixed the long standing $^X bug. * Added HARNESS_VERBOSE * Fixed a bug where Test::Harness::Straps was considering a test that is ok but died as passing. - Added the exit and wait codes of the test to the analyze_file() results.
2002-03-15Updated p5-File-PathConvert to 0.9 (provided by Shell Hung in pkg/15872)martti3-8/+8
- changes unknown
2002-03-15Updated p5-Params-Validate to 0.14 (provided by Shell Hung in pkg/15870)martti3-9/+9
- validate_pos used exists on an array element, which only works with 5.6.0. This releaes makes it work 5.00503 again. - the validation parameters are checked first now - performance improved on named parameters - add BOOLEAN type (equivalent to UNDEF | SCALAR) - fixed buges in test - apply some of the same optimizations to positional parameters
2002-03-15Add IPC-Shareable perl module.cjs4-0/+31
2002-03-14Move py-readline from misc to devel, where all the other readline packageswiz6-1/+66
live. Closes pkg/15444.