summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-12-19Fix typoagc1-2/+2
2001-12-19Updated to 0.40 (provided by Shell Hung in pkg/14991)martti2-6/+6
- isa_ok() now accepts unblessed references gracefully - exit.t was hanging on 5.005_03 VMS perl. Test now skipped. - can_ok() would pass if no methods were given. Now fails. - isnt() diagnostic output format changed - Added Test::More->builder - Added cmp_ok(), todo_skip(), unlike()
2001-12-17Update of c-cpp-reference to 2.0.1. No idea what the changes are as thereskrll4-18/+20
doesn't seem to be a change log. From Amitai Schlair <schmonz+netbsd@schmonz.com> in pkg/14976 with a PLIST fix from me.
2001-12-15Libraries are found as lib/libstlport* (not lib/stlport*)martti1-2/+2
2001-12-11Pass in LDFLAGS via SYSTEM_LIBS as it's used as the linker options forjlam1-1/+8
finding various libraries. This ensure that any unusual -Wl,-R options are noted correctly in the generated sdl-config. This should fix problems noted by various people that building packages that depend on SDL bomb out with this error: checking for SDL - version >= 1.0.1... no *** Could not run SDL test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding SDL or finding the wrong *** version of SDL. If it is not finding SDL, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH configure: error: *** SDL version 1.0.1 not found! *** Error code 1 Stop. In particular, it fixes pkg/14833 and pkg/14912 by Robert Elz.
2001-12-10Added cvspsmartti1-1/+2
2001-12-10Added cvsps-1.3 (provided by Amitai Schlair in pkg/14878)martti5-0/+63
CVSps is a program for generating 'patchset' information from a CVS repository. A patchset in this case is defined as a set of changes made to a collection of files, and all committed at the same time (using a single 'cvs commit' command). This information is valuable to seeing the big picture of the evolution of a cvs project. While cvs tracks revision information, it is often difficult to see what changes were committed 'atomically' to the repository.
2001-12-10Updated to 0.36 (provided by Shell Hung in pkg/14785)martti2-5/+5
Changes : - Empty string no longer matches undef in is() and isnt() - Added isnt_eq and isnt_num to Test::Builder - Little glitch in the test suite. - fixed intermixed prints to STDOUT and test output came out in the wrong order when piped
2001-12-09Add and enable cvsgraph (hi mjl!)wiz1-1/+2
2001-12-09Run autoreconf at pre-configure time so that "make patch" will leave justjlam1-2/+2
the patched files.
2001-12-09Add cvsgraph 1.1.3mjl6-0/+100
CvsGraph is a utility to make a graphical representation of all revisions and branches of a file in a CVS/RCS repository. It has been inspired by the 'graph' option in WinCVS.
2001-12-07Include x11.buildlink.mkjmc1-1/+2
2001-12-07fixed typo (a `=' should be `+=') and added missing libbonobox.* inkei1-2/+3
buildlink.mk. gnumeric builds successfully. Tested on 1.5Y/i386.
2001-12-06Add a PLIST file for use on OS X.agc1-0/+3
2001-12-05s/root/${ROOT_USER}/g, now that the definition appears in theagc1-2/+2
defs.${OPSYS}.mk files.
2001-12-04hmm, having a bad cvs day.skrll4-0/+218
2001-12-04Update kdevelop to 2.0.2 (part of KDE 2.2.2) and kdbg 1.2.2.skrll8-766/+317
The main part of the update is that both are now KDE 2 applications not KDE 1.
2001-12-04Update to 2.2.2 missed in yesterday's commit.skrll2-5/+5
2001-12-04Added and enabled umlwulf1-1/+2
2001-12-04Added uml-1.0.3: A UML Modelling toolwulf4-0/+148
2001-12-04Allow this package to be compiled and installed on any platform:seb2-6/+18
- prefix program and manpage by `g' if platform is NetBSD - "manual" patch for BSD systems (setmode() conflict)
2001-12-04By default, prevent invocation of GNU "auto*" driven by the generatedjlam2-4/+2
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
2001-12-04Update to 1.0.14mjl2-5/+5
This is the LAST maintenance release of the Storable module. Indeed, Storable is now part of perl 5.8, and will be maintained as part of Perl. The CPAN module will remain available there for people running pre-5.8 perls. Avoid requiring Fcntl upfront, useful to embedded runtimes. Use an eval {} for testing, instead of making Storable.pm simply fail its compilation in the BEGIN block. store_fd() will now correctly autoflush file if needed.
2001-12-03Update cpuflags to 0.13 - try to handle cross compiling gracefully.abs2-6/+11
if $MACHINE is set, and it does not match sysctl hw.machine, return blank
2001-12-03Miscellaneous man page fixes.wiz5-178/+33
2001-12-03Use PKGREVISION to manage the package-specific version number when itjlam7-14/+14
differs from the distfile version number. G/C some the unused variables in php4/Makefile.common related to the old way of handling version numbers.
2001-11-30If this is going to be buildlinkified it needs the perl buildlink included.jmc1-1/+2
2001-11-30Buildlink'ify.jlam1-4/+5
2001-11-30Create ECHO_BUILDLINK_MSG for printing buildlink diagnostics. It's justjlam1-2/+2
set to '${ECHO_MSG} "=>"' for now.
2001-11-30Updated to version 3.7. Changes since 3.4:martti4-76/+24
Version 3.7 29-Oct-01 --------------------- 1. In updating pcretest to check change 1 of version 3.6, I screwed up. This caused pcretest, when used on the test data, to segfault. Unfortunately, this didn't happen under Solaris 8, where I normally test things. Version 3.6 23-Oct-01 --------------------- 1. Crashed with /(sens|respons)e and \1ibility/ and "sense and sensibility" if offsets passed as NULL with zero offset count. 2. The config.guess and config.sub files had not been updated when I moved to the latest autoconf. Version 3.5 15-Aug-01 --------------------- 1. Added some missing #if !defined NOPOSIX conditionals in pcretest.c that had been forgotten. 2. By using declared but undefined structures, we can avoid using "void" definitions in pcre.h while keeping the internal definitions of the structures private. 3. The distribution is now built using autoconf 2.50 and libtool 1.4. From a user point of view, this means that both static and shared libraries are built by default, but this can be individually controlled. More of the work of handling this static/shared cases is now inside libtool instead of PCRE's make file. 4. The pcretest utility is now installed along with pcregrep because it is useful for users (to test regexs) and by doing this, it automatically gets relinked by libtool. The documentation has been turned into a man page, so there are now .1, .txt, and .html versions in /doc. 5. Upgrades to pcregrep: (i) Added long-form option names like gnu grep. (ii) Added --help to list all options with an explanatory phrase. (iii) Added -r, --recursive to recurse into sub-directories. (iv) Added -f, --file to read patterns from a file. 6. pcre_exec() was referring to its "code" argument before testing that argument for NULL (and giving an error if it was NULL). 7. Upgraded Makefile.in to allow for compiling in a different directory from the source directory. 8. Tiny buglet in pcretest: when pcre_fullinfo() was called to retrieve the options bits, the pointer it was passed was to an int instead of to an unsigned long int. This mattered only on 64-bit systems. 9. Fixed typo (3.4/1) in pcre.h again. Sigh. I had changed pcre.h (which is generated) instead of pcre.in, which it its source. Also made the same change in several of the .c files. 10. A new release of gcc defines printf() as a macro, which broke pcretest because it had an ifdef in the middle of a string argument for printf(). Fixed by using separate calls to printf(). 11. Added --enable-newline-is-cr and --enable-newline-is-lf to the configure script, to force use of CR or LF instead of \n in the source. On non-Unix systems, the value can be set in config.h. 12. The limit of 200 on non-capturing parentheses is a _nesting_ limit, not an absolute limit. Changed the text of the error message to make this clear, and likewise updated the man page. 13. The limit of 99 on the number of capturing subpatterns has been removed. The new limit is 65535, which I hope will not be a "real" limit.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam3-6/+3
to list them both when we listing just automake will do.
2001-11-29Change ONLY_FOR_PLATFORM...SunOS to NOT_FOR_PLATFORM...NetBSDabs1-2/+2
This package works fine under RedHat 5.0 (I'm still trying to work out what karma I broke in order to be in a position to know this...)
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf12-24/+28
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28Updated to 1.05 (PR#14749)martti3-11/+12
Changes : - Fixed DESCR - Bug correction in YappParse.yp _Lexer sub to accept '\\' litterals
2001-11-28Buildlinkify.jlam5-25/+31
2001-11-28Buildlinkify.jlam10-42/+44
2001-11-27Fix remote format string vulnerability in "libgtop_daemon". Bump versiontron3-2/+26
number to 1.0.12nb1.
2001-11-27Update devel/cpuflags to 0.12abs3-10/+13
For unknown machine types, suggest people feed details back
2001-11-27Update devel/cpuflags to 0.11abs3-46/+45
Allow -march=k6 for gcc 2.95 and later, cleanup fallback for older gcc
2001-11-27clean up some comments - no code changeabs1-4/+3
2001-11-26Update to 5.0, provided by Shell Hung in pkg/14694.wiz3-6/+25
More interesting changes since 4.3: Module "Date::Calc": + Added the following new functions: * check_time() * Delta_YMD() * Delta_YMDHMS() * Add_Delta_YM() * Add_Delta_YMDHMS() * Normalize_DHMS() * This_Year() * Gmtime() * Localtime() * Mktime() * Timezone() * Date_to_Time() * Time_to_Date() * Fixed_Window() * Moving_Window() * ISO_LC() * ISO_UC() + Added support for Norwegian. + Added support for Swedish. + Added support for Danish. + Added support for Finnish. + Changed the month names of some languages to lower case. + Changed the french "long" date format to a more popular form. + Fixed the broken parsing of special ISO-Latin-1 characters in Date::Calc (replaced <ctype.h> with better solution). - Locales wouldn't help here, because "Decode_Language()" must work with any locale setting. Moreover, setting a language in Date::Calc would also require to set the proper corresponding locale in the current environment, which may not be available on the current system. The new solution works independently of any locale and with ALL languages (in ISO-Latin-1). + Changed the function "Add_Delta_YMD()" to have a more intuitive, consistent and reversible behaviour. This might break existing code, though. (To get the old behaviour, use the new function "Add_Delta_YM()" plus "Add_Delta_Days()" thereafter instead.) + Added an optional boolean parameter "orthodox" to "Calendar()" for calendars starting with Sunday instead of Monday. + Changed the behaviour of the "Decode_Date_*()" set of functions: if the current year is available on the system, then a "moving window" strategy is applied to year numbers < 100; otherwise it defaults to the previous behaviour (see version 4.3 below). + Changed the "Week_of_Year()" function: In scalar context, it now returns just the week number. BEWARE, this is a DANGEROUS feature - see the manual page for why this is so! Module "Date::Calc::Object": + Added the module Date::Calc::Object, an object-oriented add-on to Date::Calc with overloaded operators. Modules "Date::Calendar[::(Year|Profiles)]": + Added the modules Date::Calendar, Date::Calendar::Year and Date::Calendar::Profiles, for calculations which need to take holidays into account (and for generating calendars).
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam46-127/+187
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-22Since we're not depending on autoconf/-make anymore, we don't need gettext'swiz1-2/+1
m4 file, either. Remove BUILD_USES_GETTEXT_M4.
2001-11-22Use tcgetattr(3) and tcsetattr(3) instead of old BSD 4.3 I/O controls totron2-1/+54
setup pty for "gdb". This package now works on kernels without "COMPAT_43" which fixes PR pkg/7024.
2001-11-22Add and enable p5-IPC-ShareLite.wiz1-1/+2
2001-11-22Updated to version 0.33 (PR#14511). Changes since 0.17:martti2-5/+5
* It's now officially safe to redirect STDOUT and STDERR without affecting test output. - License and POD cleanup by Autrijus Tang - Synched up Test::Tutorial with the wiki version - Minor VMS test nit. * Finally added a seperate plan() function * Adding a name field to isa_ok() (Requested by Dave Rolsky) - Test::More was using Carp.pm, causing the occasional false positive. (Reported by Tatsuhiko Miyagawa) * Added Test::Builder (Thanks muchly to chromatic for getting this off the ground!) * Diagnostics are back to using STDERR *unless* it's from a todo test. Those go to STDOUT. - Fixed it so nothing is printed if a test is run with a -c flag. Handy when a test is being deparsed with B::Deparse. * Test::Simple and Test::More no longer print their diagnostics to STDERR. It instead goes to STDOUT. * TODO tests which fail now print full failure diagnostics. - Minor bug in ok()'s test name diagnostics made it think a blank name was a number. - ok() less draconian about test names - Added temporary special case for Parrot::Test - Now requiring File::Spec for our tests. * ***API CHANGE*** can_ok() only counts as one test - can_ok() has better diagnostics - Minor POD fixes from mjd - adjusting the internal layout to make it easier to put it into the core
2001-11-22Updated to version 1.26 (PR#14510). Changes since 1.23:martti2-6/+9
- An excuse to upload a new version to CPAN to get Test::Harness back on the index. - Fixed a bug with tests failing if they're all skipped reported by Stas Bekman. - Fixed a very minor warning in 5.004_04 - Fixed displaying filenames not from @ARGV - Merging with bleadperl - minor fixes to the filename in the report - '[no reason given]' skip reason - Added internal information about number of todo tests
2001-11-22Updated to version 2.108 (PR#14610). List of changes is unknown,martti3-16/+13
i.e. there isn't any ChangeLog file in the distfile...
2001-11-20Initial import of p5-IPC-ShareLitemjl5-0/+48
IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. It provides an abstraction of the shared memory and semaphore facilities of SysV IPC, allowing the storage of arbitrarily large data; the module automatically acquires and removes shared memory segments as needed. Storage and retrieval of data is atomic, and locking functions are provided for higher-level synchronization. In many respects, this module is similar to IPC::Shareable. However, IPC::ShareLite does not provide a tied interface, does not (automatically) allow the storage of variables, and is written in C for additional speed.
2001-11-19Trivially mark as USE_BUILDLINK_ONLY.jlam1-2/+3