summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-05-31MD5--, SHA1++ (MD4 and SHA2?)wiz1-3/+3
2001-05-31Fix dead HOMEPAGE, MASTER_SITES.dent2-6/+6
2001-05-31Fix dead HOMEPAGE.dent1-2/+2
2001-05-31Fix dead HOMEPAGE, MASTER_SITESdent1-3/+3
2001-05-30Fix thinko in @dirrm syntax.tv1-5/+5
2001-05-30+dejagnutv1-1/+2
2001-05-30 DejaGnu is a framework for testing other programs. Its purpose is totv5-0/+207
provide a single front end for all tests. Beyond this, DejaGnu offers several advantages for testing: - The flexibility and consistency of the DejaGnu framework make it easy to write tests for any program. - DejaGnu provides a layer of abstraction which makes all tests (if correctly written) portable to any host or target where a program must be tested. For instance, a test for GDB can run (from any Unix based host) on any target architecture supported by DejaGnu. Currently DejaGnu runs tests on several single board computers, whose operating software ranges from just a boot monitor to a full-fledged, Unix-like realtime OS. - DejaGnu is written in expect, which in turn uses Tcl (Tool command language). The framework comprises two parts: the testing framework and the testsuites themselves. Tests are usually written in expect using Tcl.
2001-05-29Add a target to generate a libtool archive file for libedit.jlam1-1/+26
2001-05-29Honour the VISUAL and EDITOR settings in the environment beforeagc2-6/+23
using ed(1)
2001-05-28Fix mkdir for man pages. pkg/13055 by Ben Collver.wiz2-4/+4
2001-05-28Comment the last commit.jlam1-1/+7
2001-05-28Make sure that -lintl is add to LIBS in CONFIGURE_ENV to work aroundjlam1-1/+10
broken gettext.m4.
2001-05-28Add buildlink.mk file to link appropriate libraries and headers intojlam1-0/+59
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-28Add buildlink.mk file to link the appropriate libraries and headers intojlam1-0/+72
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, to be used by other packages.
2001-05-26Add buildlink.mk files that can link headers and libraries intojlam1-0/+72
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}, for use by other packages during build.
2001-05-26No functional change...just simplify the code.jlam1-39/+18
2001-05-26Protect against multiple inclusion.jlam2-2/+12
2001-05-26Update to 1.220. Changes:mjl2-5/+5
Added untested SEEK, TELL, and EOF methods to IO::Scalar and IO::ScalarArray to support corresponding functions for tied filehandles Removed not-fully-blank lines from modules; these were causing lots of POD-related warnings IO::Scalar objects can now be made sensitive to $/ . Pains were taken to keep the fast code fast while adding this feature IO::Scalar has a new sysseek() method
2001-05-25Add and enable bmakeagc1-1/+2
2001-05-25Initial import of bmake-3.1.6 into the packages collection.agc5-0/+55
This is NetBSD's make(1) utility, with a configure script and supporting replacements for various NetBSD library routines, ported to other Operating Systems by Simon Gerraty. Solaris, SunOS, HP-UX, Linux and AIX are amongst the operating systems supported.
2001-05-25Add and enable mk-filesagc1-1/+2
2001-05-25Initial import of mk-files-1.2.2 into the NetBSD packages collection.agc4-0/+60
These are the support files for the bmake utility, by Simon Gerraty.
2001-05-25Downgrade gal to 0.7. Version 0.8 contained incompatible changes thatrh3-28/+19
need updates of GNOME programs, most nobably evolution. With gal-0.7, at least evolution-0.10 compiles. This addresses (part of) PR 13013 by Matthias Scheler <tron@netbsd.org>.
2001-05-25No functional changes, only slight recoding to make it easier to cut-and-jlam2-26/+48
paste into new buildlink.mk files.
2001-05-24Add a link-getopt-libs target to link libgetopt* into ${BUILDLINK_LIBDIR},jlam1-2/+22
and add link-getopt-libs to BUILDLINK_TARGETS.
2001-05-24Make instructions for use more explicit, and correct a typo in thejlam2-9/+12
comments (WRKSRC should be WRKDIR).
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam5-68/+73
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-22Enable p5-Params-Validatemjl1-1/+2
2001-05-22Initial import of p5-Params-Validate:mjl5-0/+32
The Params::Validate module provides a flexible system for validation method/function call parameters. The validation can be as simple as checking for the presence of required parameters or as complex as validating object classes (via isa) or capabilities (via can), checking parameter types, and using customized callbacks to ensure data integrity.
2001-05-22Tell the user when we're linking the readline files.jlam1-9/+11
2001-05-22Tell the user when we're linking getopt headers, and conditionally addjlam1-7/+8
-lgetopt to LIBS if GNU_CONFIGURE is defined.
2001-05-22Update gal to 0.8. Notable changes include:rh3-26/+60
- Bug fixes. - Simplify the colour combo/palette/group relationship. - Add instance code to colour groups. - README: Added a line about contributed code license and such here. - New routines to create an option menu of character sets. - Remove change signal and add new custom_color_add signal. - Added e-sorter-array, e-util, e-categories-master-list-*
2001-05-22Handle shared libraries the same on Linux as Solaris and NetBSDabs2-5/+14
2001-05-22Update libole2 to 0.2.3. Changes are minor bugfixes only.rh2-5/+5
2001-05-22Use READLINE_REQD for required version of GNU readline, and usejlam1-7/+20
USE_GNU_READLINE to force the use of GNU readline over editline's readline emulation.
2001-05-22Update bonobo to 1.0.4. Notable changes include:rh2-8/+7
Bonobo 1.0.4 * Revert WM Focus order fix * Kill duff plug/socket assertion * Canvas item redraw bug fixage * Moniker mime query fixes * Remove 'object' keyword misuse from IDL * Honour gnome_preferences_get_menus_have_icons * PropertyControl leak fixage * UIContainer /Control / ControlFrame debug calming * Dependency fix * Documentation fixes. Bonobo 1.0.3 * Focus fixage * WM Focus order fixage * Sensitivity fixage * Much MacOS X build fixage & cleaning * bonobo_x_object fix & test-xobject * some re-enterancy issues nailed * bonobo-listener fix * Documentation fixage
2001-05-22Fix library path to readline lib and add the link-* targets tojlam1-2/+4
pre-configure as advised by devel/readline/Makefile.readline.
2001-05-22Use editline readline emulation when available. Move example files tojlam5-34/+74
${PREFIX}/share/examples/cdecl. Also patch sources to rename instances of setprogname() to mysetprogname(), as setprogname() is part of the standard library in NetBSD>1.5.
2001-05-22We use distinfo now.jlam2-7/+0
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam4-15/+15
2001-05-18Fix typo.jtb1-1/+1
2001-05-18fix pilrcui, bump version to 2.8.4nb1dillo3-6/+153
2001-05-17Use devel/readline/Makefile.readline to check for libedit readlinejlam3-31/+18
emulation.
2001-05-17If one wants to install this on linux, get the PLIST rightabs1-0/+3
2001-05-17Update smpeg to 0.4.3. Changes:hubertf3-9/+11
0.4.3: * Updated for Simple DirectMedia Layer version 1.2.0 * Fixed crash in gtv when doubling the video on Windows * Fixed audio stream detection in non-standard MPEG streams * Fixed hang on rewind when stream header contains no timestamp * SMPEG now uses the SDL_RWops file abstraction internally * Fixed bug where the audio was not updating the current time * Added some changes for the popcorn MPEG library * Added smpeg.m4 * SDL 1.2.0 supports 24 bpp displays, allow that in plaympeg * Ported to MacOS X - one line fix. I love portable code! :) It's still unusably slow, but it works! :) * Fixed a hang playing invalid MPEG files * Fixed memory leak when used with OpenAL * Return a non-zero status from plaympeg if playback fails * Changes to compile correctly on QNX RTP * Fixed SMPEG_renderFinal() to a different display surface * Fixed plaympeg fullscreen toggling for multiple videos * Fixed MPEGSystem::TotalTime() hanging on small files * Fixed system header decoding (caused misdetection of system streams) * Added bilinear filter toggling with the 'f' key in plaympeg * Use the correct SDL configuration script on FreeBSD 0.4.2: * Check for the GLU library when seeing if we can build the OpenGL example * Fixed crash when loading files of zero bytes * Added --enable-threaded-system configure option (defaults off) * Fixed end of stream detection * Fixed crashes in gtv when trying to play MP3 files with no video * Disabled the system thread by default. You can re-enable it by looking for USE_SYSTEM_THREAD in MPEGsystem.cpp * Fixed RenderFinal() to a different surface than the original one * Fixed seeking in MPEG files * Fixed crash in system data decoding * Removed movie size limitations from glmovie, works great! * Fixed hang when audio data was partially corrupt in the first block * Fixed bug where audio was always mono * Fixed UDP port binding for raw:// MPEG support * Fixed spurious empty audio buffer at start of playback * SMPEG_playAudio() now returns the amount of audio data mixed * SMPEG_playAudioSDL() wraps SMPEG_playAudio, as a callback hook for SDL. * Added a configure option --disable-threaded-audio * Fixed various compiler warnings * Added abstraction support for hardware acceleration (no card support yet) * Fixed lseek problem on FreeBSD
2001-05-17Lose leading '(The|the) ' from COMMENTabs10-20/+20
2001-05-17Add and enable tvision.jtb1-1/+2
2001-05-17Initial import of tvision.jtb6-0/+100
Turbo Vision for UNIX Turbo Vision (or TV, for short) is a library that provides an application framework for C++ programmers. With TV, you can write beautiful object-oriented character-mode user interfaces in very a short time. TV is available in C++ and Pascal and is a product of Borland International. It was developed to run on MS-DOS systems, but today it is available for many other platforms (ported by independent programmers). This port is based on the Borland 2.0 version with fixes. Borland has released the source code to the public some time ago (take a look at the COPYRIGHT file in the source package for more information). Package provided by Nathan Ahlstrom <nathan.ahlstrom@medtronic.com> in PR pkg/12912.
2001-05-16Fix this up so it actually works (tested with www/cadaver) on installationsjlam1-7/+10
without readline emulation in the base system.
2001-05-16Add a Makefile.readline (copied from databases/postgresql) that is intendedjlam1-0/+74
to be usable by packages that use readline() functionality: # If readline() is not present in the base system through libedit, then a # dependency on devel/readline is added, the appropriate headers are linked # into ${WRKINCDIR} (${WRKSRC}/include), and the appropriate libraries are # linked into ${WRKLIBDIR} (${WRKSRC}/lib).