summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-03-16Update p5-Date-Calc to 5.3 (old version no longer on CPAN)mjl2-5/+5
+ Simplified the error message handlers in "Calc.xs". + Changed the Polish profiles from ISO-Latin-2 to ISO-Latin-1. + Fixed the broken tests in "t/f034.t" and "t/m006.t". + Synchronized "Carp::Clan" and "ToolBox.h" with "Bit::Vector" 6.2. + Integrated modifications needed for MacOS / MacPerl. + Added new method "normalize()" (Date::Calc::Object). + Added a new test script "t/m011.t" for "normalize()". + Added a calendar profile for Mexico (Date::Calendar::Profiles). + Little additions to and corrections of the documentation (Date::Calc). + Added Polish (Date::Calc) and a calendar profile for Poland. + Added Hungarian (Date::Calc). + Added some more commemorative days to the profile of Brazil.
2003-03-16Update p5-Bit-Vector to 6.3 (old version no longer available on CPAN)mjl2-5/+5
+ Added "Create_List()" and "GCD2()" in "BitVector.c". + "new()" now can optionally return a list of bit vectors. + "GCD()" now can optionally return the two integer factors "x" and "y" for the linear combination of its input values "a" and "b" so that gcd(a,b) = x * a + y * b. + Changed the test files "t/01________new.t" and "t/09_parameters.t" as well as the documentation accordingly. + Added a new test file "t/17________gcd.t". + Further simplified the error handlers in "Vector.xs", making the resulting object library file substantially smaller (about 20%!) and thus faster to load. + Fixed missing "\" in regular expression in "t/00____version.t". + Overhauled the error handlers in "BitVector.c" and "Vector.xs". + Added a demo "examples/test.c" to play around with the C library. + Attempted to fix all compiler warnings. + Fixed a problem in test "t/01________new.t" with Perl using 64 bit integers; now contains "use integer;" to avoid failure. + Synchronized "Carp::Clan" and "ToolBox.h" with "Date::Calc" 5.2. + Revealed common method aliases (Or, And, etc.) in the documentation. + Fixed GCD(), now GCD(z,0) == GCD(0,z) == z and negative values are handled correctly.
2003-03-15Update to 0.98.36, provided by Juan RP in PR 20712.wiz2-5/+5
* Update rdoff - librarian/archiver - common rec - docs! * Fix signed/unsigned problems. * Fix JMP FAR label and CALL FAR label. * Add new multisection support - map files - fix align bug * Fix sysexit, movhps/movlps reg,reg bugs in insns.dat * "Q" or "O" suffixes indicate octal * Support Prescott new instructions. * Cyrix XSTORE instruction.
2003-03-14Debian GNU/Linux does not use libtermcap, so on those systems we needjschauma1-1/+13
to take out ' -ltermcap ' and instead use ncurses. All other systems remain unaffected.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+3
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-03-14cvsync-0.14.5 is outgehenna2-5/+5
ChangeLog: 2003-03-15 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.14.5 is out * Scanfile (client) Even if very deep unnecessary directories exist on the local disk, works properly. * doc/FAQ Add one item. Q. How do I compile/install your tools? A. Just type 'gmake'/'gmake install'. 2003-03-11 MAEKAWA Masahide <maekawa@daemon-systems.org> * sock_select @ common/network.c Wake up the server listening thread in every seconds. * Signal Handling (server) If SIGINT or SIGTERM is received, reject new connections and the finialization procedure will be deferred until all running cvsync threads are done. * Signal Handling (client) - well known bug If SIGINT or SIGTERM is received, never stop. Please issue SIGKILL.
2003-03-12More updates from Mesa:jschauma1-2/+3
As with the Makefiles, only include Mesa's buildlink when necessary, otherwise include MesaLib's and/or glu's buildlink.
2003-03-12This doesn't appear to be broken any longer. It requires at least Mesa 3.4.2jmc1-4/+1
and has also been confirmed to work on 3.3 (which is what ships with XF4.2.x)
2003-03-11Update KDE to 3.1.markd12-136/+251
Many bugfixes and functionality enhancements including: kdesdk KBugBuster Adapted KBugBuster to the new Bugzilla based KDE bug tracking system. Implemented Bookmarking support for Bug reports. Changing view settings no longer requires a reload. Added toolbar KBabel Automatic update of Project-Id-Version Possibility to specify localized translator name Validation & highlighting of XML Save special (the settings can be changed for the particular save) KDE specifics added to rough translation (e.g. only add a new translator in TRANSLATORS) Load/Save markings in Catalog Manager Navigation bar in Catalog Manager Mail PO-file Tag structure tool Rough translation in catalog manager Automatic update of PO header comment Show source code Spellchecking in multiple files Cervisia: made hardcoded colors configurable.
2003-03-11cvsync-0.14.4 is out.gehenna2-5/+5
From ChangeLog: 2003-03-10 MAEKAWA Masahide <maekawa@daemon-systems.org> * 0.14.4 is out * common/hash.h, mk/hash.mk, mk/pthread.mk make compile on Red Hat Linux 7.2 with/without OpenSSL. * Fix typos and missing headers. 2003-03-09 MAEKAWA Masahide <maekawa@daemon-systems.org> * doc/FAQ Add one item. Q. Are these tools stable? A. If you think so, they are stable. * mk/pthread.mk (FreeBSD/NetBSD/OpenBSD specific) Use -pthread (LDFLAGS) instead of -lpthread or -lc_r (LIBS). (noticed by naddy AT OpenBSD DOT org and slightly modified) * common/filetypes.h Some file types are reserved. B : block special C : character special L : hard link S : symbolic link
2003-03-10Update to gdb version 5.3.seb9-37/+1069
Extract of changes below. *** Changes in GDB 5.3: * GNU/Linux shared library multi-threaded performance improved. * ``gdbserver'' now supports multi-threaded applications on some targets * GDB now supports C/C++ preprocessor macros. * Multi-arched targets. DEC Alpha (partial) alpha*-*-* DEC VAX (partial) vax-*-* NEC V850 v850-*-* National Semiconductor NS32000 (partial) ns32k-*-* Motorola 68000 (partial) m68k-*-* Motorola MCORE mcore-*-* * New targets. Fujitsu FRV architecture added by Red Hat frv*-*-* * New native configurations Alpha NetBSD alpha*-*-netbsd* SH NetBSD sh*-*-netbsdelf* MIPS NetBSD mips*-*-netbsd* UltraSPARC NetBSD sparc64-*-netbsd* * OBSOLETE configurations and files Mitsubishi D30V d30v-*-* OS/9000 i[34]86-*-os9k IBM AIX PS/2 i[3456]86-*-aix Fujitsu FR30 fr30-*-elf* Motorola Delta 88000 running Sys V m88k-motorola-sysv or delta88 Argonaut Risc Chip (ARC) arc-*-* i386 running Mach 3.0 i[3456]86-*-mach3* i386 running Mach i[3456]86-*-mach* i386 running OSF/1 i[3456]86-*osf1mk* HP/Apollo 68k Family m68*-apollo*-sysv*, m68*-apollo*-bsd*, m68*-hp-bsd*, m68*-hp-hpux* I960 with MON960 i960-*-coff * OBSOLETE languages CHILL, a Pascal like language used by telecommunications companies. * REMOVED configurations and files AMD 29k family via UDI a29k-amd-udi, udi29k A29K VxWorks a29k-*-vxworks AMD 29000 embedded, using EBMON a29k-none-none AMD 29000 embedded with COFF a29k-none-coff AMD 29000 embedded with a.out a29k-none-aout testsuite/gdb.hp/gdb.threads-hp/ directory * New command "set max-user-call-depth <nnn>" * Changes in FreeBSD/i386 native debugging. Support for the "generate-core-file" has been added. * New commands "dump", "append", and "restore". * Improved "next/step" support on multi-processor Alpha Tru64.
2003-03-10Instead of a base -R in the link line use _OPSYS_RPATH_NAME insteadjmc3-5/+6
2003-03-10Mark curses on IRIX as incompatible just to be sure.jschauma1-1/+6
2003-03-09Bump PKGREVISION due to upgrade of Mesa and friends.jschauma1-3/+4
Only include Mesa/buildlink2.mk if the package requires all three of MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-08Remove this...Due to unclear Packages.txt even though BUILD_DEPENDS is injmc1-22/+0
buildlink2 evidently we're not supposed to use it that way..
2003-03-08Add a buildlink2 script for bisonjmc1-0/+22
2003-03-08Update gtkdiff to 1.8.0.rh2-8/+7
New in 1.8.0: * diff3(1) support. No directory diff3 support yet. * -o option to specify a merge output file. * Improved keyboard navigation (PageUp and PageDown). * Bug fixes. * ~/.gnome/gtkdiff file has been changed. The previous version might crash with a new file. This version works with a previous file. New in 1.7.0: * Highlight selected region. * Search feature in directory view. * Directory view's functions are improved. * Merge UI is improved a little. Click to select, one more click to insert. * diff(1) -s option support. * check sum support. (using cksum(1) or sum(1)) * Bug fixes.
2003-03-080.14.3 is outgehenna2-5/+5
* mux_flush_out @ common/mux.c fix a bug to call pthread_cond_wait() before locking the mutex.
2003-03-08cvsync-0.14.2 is out.gehenna2-5/+5
2003-03-07Use BUILDLINK_LIBICONV_LDADD instead of hard-coding "-liconv". This shouldjlam1-2/+2
fix the problem where gettext-lib on certain OSes that already have iconv functions in libc don't need to link against libiconv.
2003-03-07bz2 -> gzgrant1-3/+3
2003-03-07don't use .bz2 distfile, as it doesn't appear to exist on variousgrant1-2/+1
mirrors.
2003-03-06Port this to powerpc. Already did it once based on lang/clisp including thisjmc10-3/+372
code so base the port off of those patches. Passes all tests via make check
2003-03-06Update Makefile.in patch to include -Wl directives if using libgc from $PREFIXjmc2-7/+9
2003-03-06Remove PKGREVISION (should be reset on updates), fix comment,wiz1-4/+2
and remove superfluous WRKSRC setting to its default.
2003-03-06cvsync-0.14.1 is out.gehenna5-47/+8
All chages in pkgsrc are merged.
2003-03-06use a variable.grant1-2/+2
2003-03-06allow this to build on -current systems where the kernel versiongrant2-2/+18
has pthread support but userland does not. also install some example config files. bump PKGREVISION.
2003-03-06Enable cvsync.martin1-1/+2
2003-03-06Import of cvsync 0.14, a portable cvs repository syncer (client and server),martin7-0/+69
similar, but not compatible with, to CVSup(tm).
2003-03-06Clean up configure patch to just relevant sections. Also redo patch-ac injmc3-2747/+17
a correct way. Just declare a va_list in the function but don't init it and pass it along to gnome_canvas_item_construct. It'll never get referenced since the property name is NULL so it's safe.
2003-03-06Oops, my mistake. the libgnome ref was not neededjmc1-2/+1
2003-03-06Various patches to make this buildjmc5-3/+2922
1. Needs libgnomeprint* (initially at 2.0). We've only ever used 2.2 and looking through the ftp archive at gnome only shows a 2.1 and 2.2 release. Building with 2.2 works fine so the API appears to work ok. Updated configure to look for 2.2 instead of 2.0 via pkg-config 2. Needed to properly build a va_list via casting NULL for arches where va_list isn't a simple type (ala void *) like it is on most x86 OS's. 3. Bumped PKGREVISION to note changes. Builds on x86 and macppc now via tests.
2003-03-05Make this build again, without evolution support. Bump PKGREVISION.wiz2-11/+5
2003-03-05Oops, restore NOT_FOR_PLATFORM (commented for my local testing).salo1-2/+2
2003-03-05Added fix for CAN-2003-0107 -salo6-5/+120
Buffer overflow in the gzprintf function in zlib 1.1.4, when zlib is compiled without vsnprintf or when long inputs are truncated using vsnprintf, allows attackers to cause a denial of service or possibly execute arbitrary code. From OpenBSD. Restore configure target and add check for [v]snprintf. Bump PKGREVISION.
2003-03-05Update to 2.2.0.1:jmmv3-6/+16
* Bugs fixed + invisible event box replacement (Dave Camp) + async / gtk+ state sync loop (Radek Doulik) + UI image related segv (Michael, Ettore) + build fixes (Alex Duggan) * Featurelets + very major docs improvements (Gustavo Carneiro) * Translations + updated (mn, ro, id, kn, fa): (Christian Rose, Marius Andreiana, Roozbeh Purnader)
2003-03-05install info docs as `GNU Autoconf' not `Individual utilities'.grant4-1/+47
2003-03-04Update libslang to 1.4.8. Closes PR/20575.mjl2-5/+5
Changes are lots of bug fixes and enhancements (four pages worth).
2003-03-04Make the last fix conditional, fix typo, delint. Bump PKGREVISION.salo2-20/+24
2003-03-04Pre-set the value of the configure test glib_cv_rtldglobal_broken tonathanw1-1/+5
avoid running the test. The test, which calls dlopen("libpthread.so"), fails on NetBSD for reasons unrelated to what it is trying to detect, glib concludes that RTLD_GLOBAL is broken, and gmodule doesn't work. This method of fooling configure suggested by Ron Roskens on tech-pkg. Addresses PR pkg/20050 ("galeon fails to load at run-time").
2003-03-04Update to 2.22.wiz3-6/+10
* A small problem with fingerprints has been fixed. * A tutorial has been contributed. * You can now have international characters in comments. * A C++ cookbook has been added. * A test failure on Cygwin has been fixed. * The [read] and [read_lines] builtin functions have been added. See the Reference Manual for more information.
2003-03-04Add & enable p5-Proc-Daemon.seb1-1/+2
2003-03-04Initial import of p5-Proc-Daemon version 0.02 into the NetBSD Packagesseb4-0/+25
Collection. Provided in PR pkg/20502 by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>. Proc::Daemon provides the capability for a Perl program to run as a Unix daemon process.
2003-03-04Add & enable p5-Config-Generalseb1-1/+2
2003-03-04Initial import of p5-Config-General version 2.15 in to the NetBSD Packagesseb4-0/+31
Collection. Provided in PR pkg/20501 by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>. Config::General opens a config file and parses it's contents for you. After parsing the module returns a hash structure which contains the representation of the config file. The format of config files supported by Config::General is inspired by the well known apache config format, in fact, this module is 100% read-compatible to apache configs, but you can also just use simple name/value pairs in your config files.
2003-03-03Update p5-Memoize to 1.01mjl2-5/+5
Minor documentation and test changes.
2003-03-02Enable p5-OLE-Storage_Litemjl1-1/+2
2003-03-02Initial import of p5-OLE-Storage_Lite 0.11mjl4-0/+24
Simple Perl class for OLE document interface
2003-03-02Don't install man pages for Fortran 90 interface.jtb3-7/+38