summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-04-27Update to 1.10, requested by zuntum.wiz2-5/+5
Changes are bugfixes and support for more languages and zones.
2001-04-27Add and enable eXdbmagc1-1/+2
2001-04-27Initial import of eXdbm-1.0b1 into the NetBSD packages collection.agc5-0/+71
This package was provided by Shelby <snoonan@vmlabs.com> in PR 12489. Modified slightly by myself to put the documentation in the correct directory, and to use mkdep, ignoring any errors. eXdbm provides configuration database routines for the eXode environment
2001-04-27Add and enable libmemmgragc1-1/+2
2001-04-27Initial import of libmemmgr-1.04 into the packages collection.agc5-0/+119
Provided in PR 12581 by Ben Collver (collver@linuxfreemail.com) MemMgr is a fairly trivial memory management library. There is little it does that cannot be done using routines in the C library. (In fact, allocation and disposal is implemented using C library routines.) The purposes of MemMgr are two- fold. (i) Minimize configuration burden on applications that dynamically allocate memory. For instance, malloc() on some systems returns a char pointer; on others it returns a void pointer. The MemMgr library routines encapsulate system-specific configuration differences and exports a fixed interface which is system-indepen- dent. Once you compile and install it, you just use it without thinking about whether your UNIX is System V or BSD inspired. (ii) Provide two parallel sets of allocation routines which either return NULL (for applications which want to check) or panic (for applications which simply want to die) on allocation failures. Panicking is implemented using the ETM library, which introduces a dependency on the ETM distribution. So be it. I use ETM for all my programs anyway
2001-04-27Add and enable libetmagc1-1/+2
2001-04-27Initial import of libetm-1.09 into the packages collection.agc5-0/+74
Provided in PR 12580 by Ben Collver (collver@linuxfreemail.com) Exception and Termination Manager (ETM), a simple(-minded) library to manage exceptional conditions that arise during program execution, and to provide for orderly program shutdown.
2001-04-27Add and enable libportlibagc1-1/+2
2001-04-27Initial import of libportlib-1.01 into the packages collection.agc5-0/+123
Provided in PR 12582 by Ben Collver (collver@linuxfreemail.com). This library provides a consistent interface across systems to operations that tend to vary in ugly ways for different UNIX systems, such as file locking and directory reading.
2001-04-27Add and enable libtsagc1-1/+2
2001-04-27Initial import of libts-1.08 into the packages collectino.agc5-0/+49
Provided in PR 12579 by Ben Collver (collver@linuxfreemail.com) libts provides source and documentation for a library implementing a simple token scanner.
2001-04-27Remove unreliable mirror on "infosoc.uni-koeln.de" and add GNOME mirrortron1-2/+2
sites which gives us a German mirror site again.
2001-04-27Disable for alpha and sparc64 - the code assumes that sizeof(char *) issimonb1-1/+4
the same size as sizeof(int).
2001-04-26Update glib to 1.2.10. Changes are minor bugfixes only.rh4-17/+17
2001-04-26Fix checksum for patch-au.wiz1-2/+2
2001-04-26Fix RCS Id.tron1-1/+1
2001-04-25Update of ftnchek to 3.0.4.jtb2-8/+8
Changes made from 3.0.3 to 3.0.4: 1. Fixed bug: ELSE statement with an if-construct name gave parse error. This bug was introduced in version 3.0.0.
2001-04-25Add and enable prc-tools and friends.wiz1-1/+8
2001-04-25PRC-Tools is a complete compiler tool chain for building Palm OSwiz44-0/+1445
applications in C or C++. It is free software. The PRC-Tools package includes patched versions of the GNU packages GCC, binutils, and gdb, along with various post-linker tools to produce Palm OS .PRC files. Supplied by Dieter Baron.
2001-04-25add and enable tmakedmcmahill1-1/+2
2001-04-25initial import of tmake-1.7dmcmahill7-0/+171
from pkg/DESCR: tmake is an easy-to-use tool from Trolltech to create and maintain makefiles for software projects. It can be a painful task to manage makefiles manually, especially if you develop for more than one platform or use more than one compiler. tmake automates and streamlines this process and lets you spend your valuable time on writing code, not makefiles. Our main motivation for developing tmake was that we spent far too much time maintaining makefiles for Qt, our cross-platform GUI toolkit. Qt supports around 15 flavors of Unix, Microsoft Windows, and around 15 different C++ compilers. We looked at GNU autoconf, but it was Unix-specific and not flexible enough in our opinion. Our makefile system also had to deal with Qt meta object compiler (moc) issues. The moc program extracts meta information from C++ files and generates a C++ file with data tables etc. It takes extra work to add makefile rules for the moc and wanted to automate this task.
2001-04-24Update libsigc++ to 1.0.3. Changes include minor bugfixes only.rh2-7/+7
2001-04-24Added and enabled gpasm-0.9.4wulf1-1/+2
2001-04-24Initial import of gpasm-0.94 assembler for Microchip's PIC processorswulf4-0/+156
2001-04-24Modified popt.h to support linking of libpopt with C++ applicationswulf2-2/+4
2001-04-24Modified popt.h to support linking of libpopt with C++ applicationswulf1-0/+23
2001-04-23Updated checksum filewulf1-18/+19
2001-04-23Updated sdcc to 2.2.1: bugfixes and support for new processorwulf1-0/+13
Fixed build problem that was caused by a suspected bug in yacc
2001-04-23Updated sdcc to 2.2.1: bugfixes and support for new processorwulf17-663/+980
Fixed build problem that was caused by a suspected bug in yacc
2001-04-23Be more careful when using libtool: use $(CC) not cc as this may not beskrll2-12/+14
the c compiler.
2001-04-23Don't hardcode g++ use the c++ compiler defined in CXX. This makes libtoolskrll3-9/+9
happy and fixes build problems. Noted in recent i386 bulk build.
2001-04-21Deprecate PATCH_SUM_FILE; use distinfo file from gettext.wiz2-6/+2
2001-04-21Add "CONFLICTS=gettext<=0.10.35" since it installs the same files thatfrueauf1-1/+2
gettext-0.10.35 and older versions installed.
2001-04-21No more patch-sum files.wiz1-4/+0
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz180-324/+483
2001-04-20Actually, the CONFLICTs should be against libtool<=1.3.5nb11, not <.wiz1-2/+2
2001-04-19Add RCS Ids.wiz2-1/+3
2001-04-19Move BUILD_USES_MSGFMT in DEPENDS section.wiz1-2/+2
2001-04-19Add -DNETLONG=int to CPPFLAGS instead of using a patch. Only linkjtb11-86/+76
executables with libm when truly necessary. Add sparc64 and powerpc support. Determine endianness at compile time rather than at configuration.
2001-04-18mark as broken for alpha/sparc64 (LP64 problems)dmcmahill1-1/+4
2001-04-18Oops. Shouldn't have removed the FILESDIR.skrll1-1/+2
This fixes PR/12690 from Tim Walls <tim.walls@pa.press.net>
2001-04-18fix the post-patch target to put cweb.1 in the right placedmcmahill1-2/+2
${WRKSRC}/cweb.1 instead of ./cweb.1 Fixes recently noted bulk build problems
2001-04-18Add distfile size, use sha1 digestagc2-3/+5
2001-04-18Move to sha1 digest, and add distfile sizeagc9-17/+26
2001-04-17Share a common distinfo.skrll3-36/+2
2001-04-17Update SDL to 1.2.0. This closes PR 12684 by Tomasz Luchowskirh13-193/+88
<zuntum@netbsd.org> Changes include: 1.2.0: Added initial support for HP-UX (thanks Stephanie) 1.2.0: Added initial support for BSDI (thanks Kurt) 1.2.0: Fixed blitting 32-bit ARGB images to SDL_OPENGLBLIT screens 1.2.0: Fixed automake build dependencies (thanks Markus!) 1.2.0: Added 24 bpp support to software YUV display functions 1.2.0: Don't bomb trying to get DGA mouse on XFree86 4.0 1.2.0: Added initial support for OSF/Tru64 (thanks Anders) 1.1.8: Fixed joystick hat motion on MacOS 1.1.8: Don't detect mouse and keyboard as joystick on MacOS 1.1.8: Check for OpenGL 1.2 before using 16-bit SDL_OPENGLBLIT 1.1.8: Added support for /dev/sound/* in Linux 2.4 1.1.8: Fixed crash when blitting to RLE encoded surfaces 1.1.8: Fixed 8-bit audio on MacOS X 1.1.8: Fixed keyboard handling on MacOS X and MacOS classic 1.1.8: Fixed mouse cursor visibility when switching apps on MacOS 1.1.8: Implemented semaphore support on MacOS X 1.1.8: Worked around broken sem_getvalue() on MacOS X 1.1.8: Fixed 16-bit big-endian audio on MacOS X and MacOS classic 1.1.8: Fixed mutex locking on Linux glibc 2.0 1.1.8: SDL_Quit() removes the parachute signal handlers 1.1.8: Added NAS audio server support (thanks Erik!) 1.1.8: Added SDL_NOFRAME for frameless windows (thanks Andreas) 1.1.8: Added support for resizable windows on MacOS 1.1.8: Added a function to query the surface clip rectangle 1.1.8: Added a function to query the current event filter 1.1.8: The X11 XVideo adapter is now locked (thanks Jeffrey) 1.1.8: Improved the speed of fullscreen OpenGL on Windows 1.1.8: Added ELO touchscreen support for fbcon (thanks Alex) 1.1.8: Added accelerated MacOS X OpenGL support 1.1.8: Surface lock and unlock operations can now be nested 1.1.8: Optimized fillrect for PPC video memory (thanks Mattias) 1.1.8: Work around "blackout" problem with XVideo acceleration 1.1.8: Obtain correct key state on X11 focus (thanks Mattias) 1.1.8: Fixed keyboard handling on the framebuffer console 1.1.8: Added basic support for VGA16 framebuffer console 1.1.8: Open a new virtual terminal if possible on fbcon 1.1.8: Fixed default audio driver on FreeBSD (thanks Maxim) 1.1.8: Fixed joystick crash on Windows (thanks Pete) 1.1.7: Expanded documentation from the SDL Documentation Project 1.1.7: Report X11 client message events if SYSWMEVENTS enabled 1.1.7: Added support for a single hat on Windows joysticks 1.1.7: The gamma ramp routines now take arrays of Uint16 values 1.1.7: Added initial support for QNX RTP (thanks Patrick) 1.1.7: Added ALSA sound driver (thanks Patrick Trainor) 1.1.7: Added aRts UNIX sound driver (thanks Neil Stevens) 1.1.7: Get keyboard modifier state on input focus on Win32 1.1.7: SDL_ConvertSurface() now accepts SDL_RLEACCEL as a flag 1.1.7: Added initial UnixWare 7 support (thanks rr) 1.1.7: Added working YUY -> RGB conversion code (thanks Eugene) 1.1.7: Fixed video initialization crash on IRIX 1.1.7: Fixed MacOS fullscreen palette code (thanks Darrell) 1.1.7: Fixed background brush flicker on Win32 (thanks Gautier) 1.1.7: Fixed incorrect pitch when switching to window on Win32 1.1.7: Fixed memory leak when switching video modes on Win32 1.1.7: Init of fbcon shouldn't automatically set graphics mode
2001-04-17Add a comment why "USE_LIBTOOL" must not be used in this package.tron1-1/+3
2001-04-17Remove redundant EXTRACT_SUFX, because it's ".tar.gz" by default.zuntum1-2/+1
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc387-918/+713
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc6-17/+15
+ move the patch digest/checksum values from files/patch-sum to distinfo + include distfile filesizes in distinfo