summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2001-04-17"autoconf" is not required to build this package under Solaris becausetron1-3/+3
the "configure.in" isn't modified by the IPv6 patch.
2001-04-17Disable the IPv6 patch under Solaris because it is not backward compatibletron1-14/+14
and causes build failures on systems with IPv6 but without KAME API.
2001-04-16Add and enable p5-BSD-Resource.jtb1-1/+2
2001-04-16Initial import of p5-BSD-Resource.jtb4-0/+25
This module provides a Perl interface to part of the BSD process resource library. It allows the use of the {get,set}rlimit and getrusage BSD C Library routines from perl. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12630.
2001-04-16Add and enable p5-AppConfig.jtb1-1/+2
2001-04-16Initial import of p5-AppConfig.jtb6-0/+43
AppConfig is a bundle of perl5 modules for parsing configuration files and command line arguments. It has a very powerful configuration file processor and a simple, efficient mechanism for parsing command line arguments. It also will use the Getopt::Long module where available to extend its own command line parsing abilities. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12637.
2001-04-16Add and enable p5-Parse-Yapp.jtb1-1/+2
2001-04-16Initial import of p5-Parse-Yapp.jtb4-0/+29
Yet Another Perl Parser compiler. Compiles yacc-like LALR grammars to generate Perl OO parser modules. It lets you create Perl OO fully reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more details) and has been designed to be functionally as close as possible to yacc, but using the full power of Perl and opened for enhancements. Package provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12635.
2001-04-16This depends on Emacs. It doesn't install properly for XEmacs yet.jtb1-1/+3
2001-04-16bump version number from 1.11nb1 to 1.11nb2, for IPv6 support addition.itojun1-2/+2
suggested From: Matthias Scheler <tron@zhadum.de>
2001-04-16Use direct dependence on "libtool-base" package instead of "USE_LIBTOOL"tron2-18/+8
under Solaris to avoid circular dependence.
2001-04-16remove this as part of update to 1.0r (forgot to cvs rm first)dmcmahill1-19/+0
2001-04-16update to tpasm-1.0rdmcmahill3-7/+17
Changes are (note our patch got included in < 1 day!): Fixed ldx offset by y instruction in 6502 processor (Thanks Andrew) Makefile was updated so that .o files always end up in their respective directories (Thanks Dan) Makefile was updated to use patterns for locating processors and output file formats. This allows processors and output file formats to be added to the assembler simply by placing their source files into their respective directories. Everything else is automatic.
2001-04-15add and enable tpasmdmcmahill1-1/+2
2001-04-15initial import of tpasm-1.0qdmcmahill6-0/+69
tpasm is a cross assembler for the following microcontrollers. Motorola 6805: 6805 68705 Motorola 68hc11: 68hc11 Rockwell 6502: 6502 65c02 Sunplus SPCxxx: spc08a spc21a spc21a1 spc41a spc41b spc41b1 spc41c spc81a spc121a spc251a spc512a spc500a1 spc1000a spc2000a Intel 8051: 8031 8032 8051 8052 80c390 Microchip PIC: 12c508 12c509 12ce518 12ce519 12c671 12c672 16c505 16c52 16c54 16c55 16c56 16c57 16c58 14000 16c554 16c556 16c558 16c61 16c62 16c620 16c621 16c622 16c63 16c64 16c642 16c65 16c66 16c662 16c67 16c71 16c710 16c711 16c715 16c72 16c73 16c74 16c76 16c77 16f83 16c84 16f84 16f873 16f874 16f876 16f877 16c923 16c924 17c42 17c43 17c44 17c52 17c56 Atmel AVR: avr attiny10 attiny11 attiny12 attiny15 attiny22 attiny28 at90s1200 at90s2313 at90s2323 at90s2333 at90s2343 at90s4414 at90s4433 at90s4434 at90s8515 at90c8534 at90s8535 atmega103 atmega161 Zilog Z80: z80 z180
2001-04-14Add an "a" to DISTNAME. Fixes i386 bulk build problem.jtb1-2/+2
2001-04-14Add and enable sml-mode.jtb1-1/+2
2001-04-14Initial import of sml-mode:jtb6-0/+73
SML-MODE is a major Emacs mode for editing Standard ML. It provides syntax highlighting and automatic indentation and comes with sml-proc which allows interaction with an inferior SML interactive loop.
2001-04-14Change MAINTAINER section to packages@netbsd.orgjtb10-20/+20
2001-04-14Update bonobo to 1.0.2.rh3-41/+61
Notable changes include: * Documentation * Full C API documentation * Lots of nice DIA diagrams * preliminary UI XML DTD * Storage / Stream * fix symlink issues in fs storage * fs storage permissions fix * improved storage-fs / stream-fs mime typing * Event source / Listener * event-source fixes * event-source cleans * event-source re-enterancy fix * Property Bag * batch property get/set impl. * property bag client SEGV fix * PropertyBag leak fixes * Monikers * moniker file extender fix * monikers memory leak fix * moniker URL registry * Any support logic * bonobo-arg fixes * XML typecode reference fix * Fix XML type coding bugs * UI handler bits * Revert unsafe attempt at AA pixbufs * minor XML de-merge logic fix * config fixes * Always cleanup XML we hand out * pixmap <-> XML acceleration * Misc fixes * fix multiple translation issues * gshell fixes * include config.h some more * control / object destruction race fix * Reduce control's memory footprint
2001-04-13As Bernd Ernesti pointed out, I mistakenly changed DISTNAME instead ofjtb1-2/+3
PKGNAME.
2001-04-13Enable for NetBSD-*-sparc.jtb1-2/+2
2001-04-13Add a note that this package must be installed with the same PREFIXjtb1-24/+20
as teTeX.
2001-04-13Install macros where TeX can find them (viz. ${PREFIX}/share/texmf/tex/noweb).jtb4-24/+146
Install examples. Bump up version number.
2001-04-13pull and enable IPv6 patch.itojun5-146/+47
2001-04-13Fix a typo.jtb2-4/+4
2001-04-13Some small improvements to the man page.jtb2-7/+8
2001-04-12Provide a vfork in libpthread as suggested in pkg/10801.skrll4-4/+16
There is no need to worry about if its called vfork or __vfork14. The right one will get built. As vfork is not used internally don't worry about creating a syscall wrapper. While I'm here remove a completely unnecessary unistd.h that's looks as though it was for a early version linux.
2001-04-12Previous commit was pretty much useless without this lot.skrll7-19/+164
Support sparc. XXX fp state needs looking at.
2001-04-12Do the _C_LABEL thing for sparc here as well.skrll3-1/+136
Hopefully fixes pkg/10785
2001-04-12Regen. Don't know how this got out of sync.skrll1-2/+2
2001-04-12Add _C_LABEL to the sparc assembler files.skrll3-35/+33
Fixes pkg/11360.
2001-04-12MD5->SHA1skrll2-63/+63
2001-04-11There is no need to install a math.h and it can cause problems.skrll2-4/+4
Fixes pkg/10769 from "Rhialto" <rhialto@polderland.nl>