summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
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
2002-04-19Fix build in the jdk-1.2+ case.jwise2-6/+8
2002-04-19regen (patch-ad no longer needed)wiz1-2/+1
2002-04-19regen (no patch-aa)wiz1-2/+1
2002-04-18Remove the '-devel' part from the actual package name so this can berh1-3/+2
used as a drop-in replacement for 'autoconf' without unnecessarily updating dependencies all over the place.
2002-04-17Add and enable py-plextsarna1-1/+2
2002-04-17Plex, a very nice lexical analysis module for Pythontsarna5-0/+67
2002-04-17PKGREVISION is set in libtool/Makefile.common. Without this fixmartti2-4/+4
you would see something like this from "lintpkgsrc -i": Version mismatch: 'libtool-base' 1.4.20010614nb8 vs 1.4.20010614UNDEFINEDnb8
2002-04-17Updated to p5-Test-Simple-0.43shell2-6/+6
- change to my email address Changes since p5-Test-Simple-0.42 - Adrian Howard added TB->maybe_regex() - Adding Mark Fowler's suggestion to make diag() return false. - TB->current_test() still not working when no tests were run via TB itself. Fixed by Dave Rolsky.
2002-04-17Updated to p5-Expect-1.15shell3-22/+17
- fmt on DESCR Changes since p5-Expect-1.10 : - removed soft_close() from DESTROY. Being overly nice to a doomed process doesn't pay off. Old behaviour is available via $Expect::Do_Soft_Close = 1; + added various aliases for functions starting with 'exp_' + added a hook for log_file: can be set to a code ref. + added various FAQ entries + added autoflush(1) to log_file + split 'new' and 'spawn' to be able to set slave pty params via stty before actually spawning the program + added slave_pty() + added print_log_file(), send() now no longer prints to log file or stdout. + added alarm to test.pl to avoid blocking on cygwin. + rearranged and changed tests to better suit the various systems + added rudimentary 'notransfer' option; global only, not on per-pattern-basis; workaround available in FAQ + timeout handlers now also can exp_continue + added 'raw_pty' option, also setting master to raw if isatty() + added and corrected test for exit status; got rid of Test.pm + updated docs & FAQs; explained how terminal sizes and SIGWINCH should be propagated
2002-04-17Updated to p5-IO-Tty-1.02shell3-33/+5
ChangeLog : * Tty.pm, Pty.pm: v1.02; disable warning for non-existant die handler * Makefile.PL: remove cpp, test-compile instead * Tty.pm, Pty.pm: disable die handler when requiring Stty
2002-04-16Install header file with correct mode. pkg/16370 by rxg.wiz2-6/+7
2002-04-15Define PKGREVISION, not PKGREV to handle nbX of the package. libtool packagekei2-6/+6
now uses the standard way.
2002-04-14upgrade to 2.53christos1-15/+0
2002-04-14Do not use awk anymore, just perl. Lots of directory re-organization. New ↵christos3-30/+54
autom4te tool and speedupa.
2002-04-13Update this package to jakarta-ant-1.4.1.jwise5-98/+185
In addition to changes in the package as distributed, we no longer install the optional tasks from this package -- what tasks got included in the optional task jarfile was highly dependent on what other packages the user had installed. It is neither reasonable to depend on all of these packages (many of them themselves built with ant!) in the ant package, nor reasonable for two builds of the ant optional tasks to vary so widely. In a few days, I will import a jakarta-ant-optional package, which depends on a wide range of other packages, and builds all those optional tasks currently supportable by pkgsrc. Relevant changes since jakarta-ant 1.3 (the last pkgsrc version): (For full changes, see ${LOCALBASE}/share/doc/java/ant/WHATSNEW) * XmlLogger and <antstructure> now add an encoding declaration to the XML files they generate. * <fileset> has a new attribute "casesensitive" to make it match filenames in a case insensitive way (if you set it to false) - by default filesets remain case sensitive. * <rmic> is now implemented using a factory. This makes extending rmic to use a new compiler a lot easier but may break custom versions of this task that rely on the old implementation. * several Zip methods have changed their signature as we now use a Zip package of our own that handles Unix permissions for directories. Furthermore <zip> will now use the platform's default character encoding for filenames - this is consistent with the command line ZIP tools, but causes problems if you try to open them from within Java and your filenames contain non US-ASCII characters. Use the new encoding attribute of the task and set it to UTF8 to get the old behavior. * Ant will no longer use the canonical version of a path internally - this may yield different results on filesystems that support symbolic links. * Pattern matching rules have changes slightly, the pattern foo* doesn't match files contained in a directory named foo - use foo/* instead. * <fixcrlf> will not remove trailing whitespace at the end of lines anymore. * Invalid manifest files will now cause build failures in the <jar> task. * A delete task like <delete includeEmptyFilesets="true"> <fileset dir="somedir" /> </delete> will now remove "somedir" as well, unless there are still files left in it (matched by the default excludes). * The copy task will now fail if the file to be copied is not found. * Ant properties defined in properties files now behave the same way as properties defined in the build file. In particular the $ character needs to be escaped in property values by doubling it to $$. So, to define a property with the value $hello, you need to define it in a properties file as test.prop=$$hello This was not the case in Ant 1.3 * <tar> will now add empty directories as well * <touch> can now work on <fileset>s * <uptodate> now supports a value attribute * <fail> supports nested text * <fixcrlf> won't override files that are already in the correct format. * <sql> now supports REM comments as well as // and -- * <jar> now has a nested <metainf> element following the same idea as <war>'s <webinf>. * <available> now has a "type" attribute you can use in conjunction with the "file" attribute to specify whether the "file" you're looking for is a file or a directory. * Allow the <sql> Delimiter to be set in the so that Oracle stored procs may be entered * <execon> and <apply> can now optionally skip empty filesets. * <javadoc> has a new useexternalfile attribute that makes it use a temporary file for sourcefile and package names - helps to defeat command line length limitations. * Data types like <path> can now be defined inside of <target>s * New filesonly attribute for <zip> and friends to suppress directory entries. * New update attribute for <zip> and friends - update an existing archive instead of creating a new one. * <apply> and <execon> have been merged into a single task. * <available> has a new filepath attribute/nested element that allows you top search for a file in a given path. * <taskdef> can now define several tasks at once, reading the name/classname pairs from a property file or resource. * <unzip/unjar/unwar> and <untar> now have an overwrite attribute that defaults to true. If set to false, files that are newer than the files in the archive will not be replaced. * <patternset> and <fileset> now support nested <in/excludesfile> elements - using these you can have more than one in/excludes file per <patternset>. * <fixcrlf> can now with CR only line-ends and can use an arbitrary between 2 and 80. * <move> will now try to rename() files before copying them byte by byte - only if filtering is of, of course. * <ant> and <antcall> tasks now support a new attribute inheritAll. When set to false, only user properties are passed through to the target Ant instance. This includes properties set on the command line and properties explicitly passed * <javadoc> now skips off line links if the package list cannot be found. * <java> task will set the Thread contextClassLoader under JDKs 1.2+ to the classloader for the class being executed. * Introduce the concept of a TaskContainer - a task or element which can contain Ant Tasks. * Add new tasks implementing the TaskContainer interface <parallel> and <sequential> which allow parallel execution of tasks to be specified. * <depend> task will now take into account dependencies on jar files and class files from a given classpath. * <jar> manifest entries may now be specified in the build file either completely or to be merged with a manifest file. * <tstamp> task custom formats now support locales. * Introduced the concept of <filtersets> to allow for more control in which filters get applied in a <copy> or <move> operation. * The <depend> task cache format has changed and all dependency information is now stored in a single file.
2002-04-13Make this build on current - NetBSD-1.5ZC/gcc-2.95.3/mac68k.fredb11-72/+526
2002-04-12Build C++ library, too.jschauma2-2/+9
(Commit approved by hubertf)
2002-04-11The location of the gconf headers as output by gconf-config must bejlam1-1/+6
properly translated for buildlink.
2002-04-11Consolidate two patches for the same file.fredb3-18/+13
2002-04-11Regen.fredb1-3/+3
2002-04-11Prefix register names with '%' so this can build on current/m68kfredb4-47/+46
(plus minor clean-ups: a paste-o and whitespace).
2002-04-11Update cpuflags to 0.22abs2-4/+4
Handle the post 1.5 'arm32' -> 'arm' cleanup
2002-04-10Correct inverted logic.jlam2-4/+4
2002-04-10Strongly buildlinkify.jlam4-6/+130
2002-04-10The freetype2 libraries are needed by some of the bonobo libraries.jlam1-1/+2
2002-04-10Strongly buildlinkify and use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDEjlam3-8/+262
so pkgsrc's libtool is invoked (this looks like an increasingly common problem with up-to-date GNOME packages). Also change references to *-config into ${*_CONFIG} so that the wrappers are used instead of the original scripts (why is this such a common problem?!).
2002-04-10include/gnome-1.0 belongs to x11/gnome-libs.jlam1-2/+1