summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-05-19Fix some directory names, remove two dead mirror sites.tron1-6/+4
2002-05-19Add dependencies to png and oaf, to make this compile.jmcneill1-1/+3
2002-05-18Alter HOMEPAGE - pkg/16887 by James K. Lowden <jklowden@schemamania.org>zuntum1-2/+2
2002-05-18Update oaf to 0.6.10mjl7-83/+59
* evil activation races * alloca issue * handle IO_PRI * more regression tests * don't multiply parse oafinfo files * racing activations far more efficient * remove multiple directory capability * Fix oaf-slay username detection * Fix for multiple activation race condition * New translations
2002-05-17Patch style police.schmonz2-2/+4
2002-05-17Add and enable dlcompat.schmonz1-1/+2
2002-05-17Import dlcompat-20020508, from Jeff Putsch <jdputsch@attbi.com> inschmonz6-0/+87
pkg/16104, with a few tweaks. This package is for Darwin/Mac OS X systems only. dlcompat provides the dlopen() interface for dynamic loading of modules for applications that need it. It is based on Apple code that was only released via Darwin CVS. This version comes from the Fink project.
2002-05-16Add and enable libbegemotagc1-1/+2
2002-05-16Initial import of the begemot library, libbegemot-1.9, into the Packagesagc5-0/+89
Collection. This package contains a library of functions which are found useful in daily programming. They are used by most of the other BEGEMOT packages. I am informed that "begemot" is Russian for "hippopotamus"
2002-05-14Add the idl files to the buildlinked list, so mrproject findsmjl1-1/+2
them and builds.
2002-05-13Remove hash for patch-ac-new which doesn't exist. Pointed out by wiz.skrll1-2/+1
2002-05-12add -fPIC -DPIC to CFLAGS. Needed to make the shared lib work on sparc (and ↵dmcmahill1-2/+3
probably others)
2002-05-12Update to 2.4. List of changes is too long to include here. Summary:schmonz2-5/+5
* additions to the Jam language * new features in jam and jambase * bug- and portability fixes
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12Update bonobo-activation to 0.9.8. Changes are bugfixes only.rh4-6/+65
While at it, add a buildlink.mk
2002-05-11enable building of the shared lib version as well as the static version.dmcmahill2-2/+6
bump PKGREVISION.
2002-05-10Make this compile with gas-2.11.2/m68k/ELF (NetBSD-1.5ZC/mac68k).fredb2-1/+35
2002-05-10Add missing -Wl,-R to the pkgconfig files. Bump PKGREVISION and defaultrh7-4/+53
buildlink dependency.
2002-05-10Add missing -Wl,-R to the pkgconfig files. Bump PKGREVISION and defaultrh6-4/+44
buildlink dependency.
2002-05-10Fix comment.wiz1-2/+2
2002-05-09Updated to p5-Test-Harness-2.21shell2-5/+5
Changes from changelog : 2.21 Mon May 6 00:43:22 EDT 2002 - removed a bunch of dead code left over after 2.20's gutting. - The fix for the $^X "bug" added in 2.02 has been removed. It caused more trouble than the old bug (I'd never seen a problem before anyway) - 2.20 broke $verbose 2.20 Sat May 4 22:31:20 EDT 2002 * An almost complete conversion of the Test::Harness test parsing to use Test::Harness::Straps. 2.04 Tue Apr 30 00:54:49 EDT 2002 * Changing the output format of skips - Taking into account VMS's special exit codes in the tests.
2002-05-09Test if close(2) is failed after writing to file. This is necssary ifenami2-1/+19
a file is on nfs filesystem.
2002-05-08LTCONFIG_OVERRIDE->LIBTOOL_OVERRIDEdrochner1-2/+2
2002-05-08Add version requirements for Perl and Texinfo, and fix the texi file.wiz3-2/+37
From pkg/16645 by Greg A. Woods.
2002-05-07the patch is NOT unnecessaryjdolecek2-1/+15
2002-05-07Bump to 1.2.10nb1 to have a version that definitely does not have thewiz1-1/+2
NULL problem. Better very late than never.
2002-05-07Update "ccache" package to version 1.8. Changes since version 1.5:tron2-6/+6
- fixed warning output line numbers - added some more C++ extensions - fixed a minor md4 hashing bug - added support for some of the -M compiler options
2002-05-03Update to version 4.1r5.jtb14-127/+168
New Features and Changes: ======================== o The following Vdata routines were added: VSsetblocksize/vsfsetblsz -- sets the block size of the linked-block element. VSsetnumblocks/vsfsetnmbl -- sets the number of blocks for a linked-block element. VSgetblockinfo/vsfgetblinfo -- retrieves the block size and the number of blocks of a linked-block element. o Two routines were added to get compression information for the SD and GR interfaces, including chunked elements: SDgetcompress/sfgcompress and GRgetcompress/mggcompress. Note: - For a JPEG image, GRgetcompress only returns the compression type, not the compression information (i.e, quantity and force_baseline). This information is not currently retrievable. - Getting compression type for JPEG chunked images is not working yet. o "hdp dumpgr" has a new option, -pd, to print palette data only. Also, whenever option -p or -pd is given, only palettes are printed, and no images or file attributes. o A new FORTRAN function, heprntf (HEprint), was added. It takes two arguments: file name and level. If the file name string has 0 length, then error messages will be printed to standard output. o A memory leak in the netCDF portion of the HDF/mfhdf distribution was fixed. o The "#define NULL" was removed since ANSI C compilers are required to define NULL. o When using "hdp dumpgr", data was being printed in the range of 0-250 when it should have been between 0-168. This problem is now fixed.
2002-05-03Update to version 3.1.2.jtb4-22/+83
Changes made from patch level 1 to patch level 2: 1. Fixed bug in -makedcls option that allowed a buffer overflow when module names exceed 20 characters. 2. Minor changes to source code to clean it up and make it compatible with C++. 3. Fixed bug that caused crash when number of statement labels in a subprogram exceeded 2000. 4. Fixed bug that could cause access violation on some systems, if program contains variable names starting with AA or AB. 5. Fixed bug in handling a labeled END DO statement that matches a DO statement that doesn't use a label. 6. Changed license from "BSD"-like to "MIT."
2002-05-03Add buildlink.mk for hdf5.jtb1-0/+65
2002-05-03Update to version 1.4.3. Changes include:jtb6-45/+79
* Changed internal error handling macros to reduce code size of library by about 10%. * API changes. * Performance improvements * ``h5cc'' script which helps compilation of HDF5 programs * Bug fixes.
2002-05-02Use MACHINE_GNU_PLATFORM.wiz1-22/+22
2002-04-30Since I already have the code to check if it's needed, use it dowiz1-1/+3
en- or disable the dependency, too. Oops.
2002-04-30Add and enable binutils.wiz1-1/+2
2002-04-30Initial import of a binutils-2.11.2 package, with patcheswiz5-0/+155
from the NetBSD base system included (until 2002-04-18).
2002-04-29Install the provided tools as well as the library. Bump PKGREVISION.rh2-4/+14
Patch provided by Sergey Svishchev <svs@ropnet.ru>. This closes his PR pkg/16560, thanks!
2002-04-27Updated p5-Params-Validate to 0.15shell2-6/+6
Change : - validate_pos would die stupidly when it received an array with an odd number of elements.
2002-04-27Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool.rh1-1/+2
2002-04-27Add and enable bonobo-activationrh1-1/+2
2002-04-27Initial import of bonobo-activation-0.9.7, a CORBA object activationrh6-0/+136
framework used primarily by GNOME2.
2002-04-27Updated to p5-Test-Simple-0.44shell2-5/+5
Changes since p5-Test-Simple-0.43 : - names containing newlines no longer produce confusing output (from chromatic) - chromatic provided a fix so can_ok() honors can() overrides. - Nick Ing-Simmons suggested todo_skip() be a bit clearer about the skipping part. - Making plan() vomit if it gets something it doesn't understand. - Tatsuhiko Miyagawa fixed use_ok() with pragmata on older perls. - quieting diag(undef)
2002-04-27Updated to p5-Test-Harness-2.03shell2-6/+6
Changes : * $^X fix made safer. - Noise from loading wait.ph to analyze core files supressed - MJD found a situation where a test could run Test::Harness out of memory. Protecting against that specific case. - Made the 1..M docs a bit clearer. - Fixed TODO tests so Test::Harness does not display a NOK for them. - Test::Harness::Straps->analyze_file() docs were not clear as to its effects
2002-04-23Note explicitly that this package is USE_X11BASE. Currently, it relies onjlam1-1/+2
motif.buildlink.mk to define it.
2002-04-22Add & enable libtar.seb1-1/+2
2002-04-22Initial import of Libtar, version 1.2.5, into the NetBSD Packages Collection.seb5-0/+139
Libtar is a library for manipulating tar files from within C programs. Key features: - Handles both POSIX 1003.1-1990 tar file format and the GNU extensions. - API provides functions for easy use, such as tar_extract_all(). - Also provides functions for more granular use, such as tar_append_regfile(). - Support compressed tar file by way of zlib.
2002-04-22Add and enable ald.agc1-1/+2
2002-04-22Initial import of ald-0.0.19, provided in PR 16393 by pkgsrc@sudog.com.agc12-0/+186
ALD is an Assembly Language Debugger written by Patrick Alken. It's released under the GPL and has a familiar feel to it if you're used to GDB. Primary features include stepping, tracing, disassembly, a nice curses-based display, breakpoints, temporary breakpoints, and some library abstractions that people can use in their own software. This package is x86 only at the moment. Modified slightly by myself to conform to pkgsrc standards.
2002-04-20Add and enable jam.schmonz1-1/+2
2002-04-20Import jam-2.3, with improvements from <pkgsrc@sudog.com> in pkg/16375.schmonz5-0/+64
Approved by jlam and garbled. Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes (although by default it uses a single process).
2002-04-19Mark as USE_BUILDINK_ONLY to prevent picking up an installed libefence.a.jlam1-2/+3