summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-24Add lib/libexslt.*martti2-2/+4
2002-09-24Add Zoularis/Linux supporttsarna7-36/+110
2002-09-24Add and enable pvs.jschauma1-1/+2
2002-09-24Note initial import of devel/pvs. See http://pvs.csl.sri.com/jschauma1-1/+2
2002-09-24Add a license for freshly imported /devel/pvs. Also available onlinejschauma1-0/+212
at http://pvs.csl.sri.com/license.html
2002-09-24Initial import of devel/pvs into pkgsrc:jschauma6-0/+1017
PVS is a verification system: that is, a specification language integrated with support tools and a theorem prover. It is intended to capture the state-of-the-art in mechanized formal methods and to be sufficiently rugged that it can be used for significant applications. For more details, please see http://pvs.csl.sri.com/ and http://pvs.csl.sri.com/overview.html This package was tested on NetBSD-1.6-i386 and Linux-i386, it might work (but might need some modification) on NetBSD-1.6-sparc and SunOS as well. For i386, NetBSD 1.6 is required -- on 1.5.x versions, it will (seemingly) install fine but not work correctly in various instances.
2002-09-24Update msudir to 0.12:abs1-1/+2
Fix compilation error on Linux
2002-09-24Update msudir to 0.12:abs2-5/+5
Fix compilation error on Linux
2002-09-24Fix three entries.wiz1-4/+4
2002-09-24Sync with reality.wiz1-1/+6
2002-09-24Note update of wm/bbkeys to 0.8.5, released today. Includes variousjschauma1-1/+2
bugfixes and works much better with blackbox 0.65.0
2002-09-24Update to version 0.8.5, released today.jschauma5-38/+14
- fix recursive redhat-build bug (fixes 577135) - fix a memory leak in ToolWindow::windowAttributeChange. - remove server grabs from the Image code. They prove to not be needed (they no longer exist in the blackbox code.) And they cause the X server to lock indefinately if you run 2 bbkeys on the same display, running the second one from a terminal on the display. - when we recieve a startup message from blackbox, clear out any leftover windows in the window list. These are caused by the fact that on shutdown of blackbox, if any windows are unmanaged after bbkeys, bbkeys doesn't get notified of their destruction and so ends up with extra windows in its list. - fix compiling issues under solaris. Thanks to grub on irc for use of his time for testing. - get rid of work-around for pre-0.60 blackbox, which fixes bug that let you move the toolbar around with bbkeys. - fix window focus tracking bug. Fixes bug where you could manipulate the last focused window on a nono-visible workspace. - fix multi-head bug in main.cc. We now putenv("DISPLAY=...") so that applications launched will be launched on the correct display. Thanks to Greg Gilbert for his patch! - fix bug in main.cc (| rather than ||). Thanks to Roman Neuhauser! - fix bug in bbkeys.hh--increasing MaxInstructions to 100 for cthulhain - fix in bbkeys.cc -- XUngrabKey changed to use same call to find what screen we're on as the XGrabKey call - fix in bbkeys.cc -- doing "xterm -e sh -c $command" rather than "xterm -e $command". Thanks to Magnus Solvang for the bug report. Also, changing hideous char* and snprintf() to ostrstream, YAY!!
2002-09-24Use ${GMAKE} instead of bare "gmake" now.taca1-2/+2
Suggested by kei at netbsd.org on tech-pkg-ja@jp.netbsd.org.
2002-09-24Updated libxslt to 1.0.20martti2-6/+4
2002-09-24Updated libxslt to 1.0.20martti1-1/+2
2002-09-24Updated libxslt to 1.0.20martti5-28/+22
* bug fixes
2002-09-24pkgtools/pkglint-3.34 updatewiz1-1/+2
2002-09-24Update to 3.34: Can now also be run in Category directories and checkswiz2-4/+45
correct sorting order of SUBDIR entries.
2002-09-24Sort.wiz1-3/+3
2002-09-24Some whitespace cleanup.wiz2-9/+9
2002-09-24Sort.wiz6-12/+12
2002-09-24Added bzflagblymn1-1/+2
2002-09-24Use MASTER_SITES_GNOME.wiz1-3/+2
2002-09-24Fix gnome path on ftp.tuwien.ac.at.wiz1-2/+2
2002-09-24Added bzflag to subdir list.blymn1-1/+2
2002-09-24bzflag is an OpenGL based multiplayer tank game.blymn17-0/+1340
2002-09-24Update pkgtools/pkglint to 3.33.wiz1-1/+2
2002-09-24Since MESSAGE files come by many names, hardwire the line length,wiz2-6/+5
independent of the actual filename. Update to 3.33.
2002-09-24Complete standardization of messages according to latest pkglint.wiz175-525/+536
2002-09-24Lines should not be longer than 80 chars.wiz1-5/+5
2002-09-24mail/popa3d-0.5.9 updatewiz1-1/+2
2002-09-24Update to 0.5.9. Switch to buildlink2.wiz4-15/+15
Changes: This release adds two interoperability fixes and makes the code ISO C99 compliant.
2002-09-24buildlink1 -> buildlink2jlam1-6/+8
2002-09-24buildink1 -> buildlink2jlam1-9/+11
2002-09-24buildlink1 -> buildlink2jlam1-5/+2
2002-09-24Allow passing multiple items to BUILDLINK_DEPENDS.<pkg>. So, if we havejlam1-2/+4
BUILDLINK_DEPENDS.foo= foo>=1.0 foo<1.5 then this is converted to: DEPENDS+= foo>=1.0:../../category/foo DEPENDS+= foo<1.5:../../category/foo We can use this to record upper bounds on dependency versions.
2002-09-24Add a buildlink2.mk for use by other packages.jlam1-0/+21
2002-09-24buildlink1 -> buildlink2jlam1-3/+6
2002-09-24Better spacing of message.jlam1-3/+6
2002-09-24buildlink1 -> buildlink2jlam1-4/+4
2002-09-24Add a buildlink2.mk file for use by other package Makefiles.jlam1-0/+25
2002-09-24buildlink1 -> buildlink2jlam3-36/+33
2002-09-24BUILDLINK_CPPFLAGS and BUILDLINK_LDFLAGS for finding qt3-libs headersjlam1-0/+3
and libraries.
2002-09-24buildlink1 -> buildlink2jlam2-6/+7
2002-09-24libguile.la includes libltdl.la, so make the buildlink2.mk file includejlam1-1/+2
libtool/buildlink2.mk.
2002-09-24Note addition of tremor and tremor-tools.chris1-1/+3
Together they provide the basis for a fixed point ogg vorbis decoder. On arm cpu's optimised asm routines are provided.
2002-09-24Fix version number, this release is 1.0.2, the libary version is 1.2.0.chris2-4/+4
2002-09-24buildlink1 -> buildlink2jlam1-4/+7
2002-09-24Trivially use buildlink2jlam1-1/+2
2002-09-24buildlink1 -> buildlink2jlam1-13/+13