summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam21-48/+48
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Change foo-* dependencies into foo-[0-9]* dependencies so we match onlyjlam1-2/+2
those packages with a base package name of "foo".
2001-09-27Note addition of devel/p5-Test-Simple.jlam1-1/+2
2001-09-27p5-Test-Simple - perl5 module with a simple framework for writing testsjlam4-0/+28
This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). Provided in pkg/13846 by Sen Nagata <sen@eccosys.com>.
2001-09-27Note addition of devel/p5-Test-Harness.jlam1-1/+2
2001-09-27devel/p5-Test-Harness - run perl standard test scripts with statistics.jlam5-0/+36
Provided in pkg/13845 by Sen Nagata <sen@eccosys.com> with some fixes by me to install into ${PERL5_SITEARCH} instead of mixing the module with the standard perl library in ${PERL5_ARCHLIB}.
2001-09-26Add buildlink.mk file for use by other package Makefiles. Provided injlam1-0/+35
pkg/13999 by Martti Kuparinen <martti.kuparinen@iki.fi>.
2001-09-25Update "bonobo-conf" package to version 0.11. Changes since version 0.10:tron3-16/+14
- tests/Makefile.am: Remove the gconf test as it fails. - tests/Makefile.am: Build test-xml-strings and add it to the test suite. - tests/test-xml-strings.c: Regression test for xml strings. - bonobo-conf/bonobo-config-utils.c (encode_simple_value): Use bonobo_ui_util_encode_str() to encode the string to hex as a workaround for UTF-8 (and 8bit) strings. (decode_simple_value): Decode here. - acinclude.m4: Removed. This wasn't used anymore, but it contains code which doesn't work with autoconf 2.52 (AM_FUNC_ERROR_AT_LINE). - configure.in: Added "es" to ALL_LINGUAS.
2001-09-25Make build again on 1.5Y, with some help by chuq.wiz2-6/+20
2001-09-24Update "gal" to version 0.12. The list of bug fixes and new featurestron3-21/+23
since version 0.10 is several pages long and can be found in the "ChangeLog" file.
2001-09-24Change dependency on kdebase to >= 2.1skrll1-2/+2
2001-09-24Update prcs to 1.2.15. Changes: Lots of bug fixes.hubertf4-16/+15
2001-09-24Add patch missing in previous commitrh1-0/+54
2001-09-24Update SDL to 1.2.2. Changes include:rh8-37/+51
* Native NetBSD audio support * Now gets correct keyboard state when starting up on X11 * Improved the DGA 2.0 and framebuffer console drivers * Improved OSS audio driver support, thanks to 4Front Tech. * Improved X11 fullscreen support, works better with KDE
2001-09-22add HOMEPAGEhubertf2-2/+7
2001-09-19remove unnecessary alloca's; quash one buffer overrunjoda4-1/+94
2001-09-16Updated cpuflags to 0.10:abs2-4/+13
There are no vax specific gcc optimisation flags (mores the pity).
2001-09-15Enable p5-FreezeThawmjl1-1/+2
2001-09-15Initial import of p5-FreezeThaw, a module to convert perl structuresmjl4-0/+24
to/from strings.
2001-09-14Update to 7.0.1, per pkg/13864 from Ingolf Steinbach.wiz2-5/+5
Changes since 7.0: By popular demand, made file selection in the main canvas conform more to the Shift-click-adds-range and Ctrl-click-adds-single model. Made the CDE parameter thing more bullet-proof. It shouldn't fail if something is missing now. After a module import, it renames the original directory and checks out into a fresh one. Otherwise, the checkout isn't recursive and you get a lot of "independently added by a second party" messages. Commented out the tkwaits that were causing the commit and merge dialogs to disappear in some window managers. Unfortunately they may have to be un-commented back on some systems, especially Mandrake, which seems to exhibit timing problems sometimes. If a file's log message had a line containing only "=" characters, the logcanvas browser would drop all the revisions that came after it. It will still do it if there are exactly 77 equal signs, but not otherwise.
2001-09-14Add cvsup-gui-16.1.d: GUI-client (only) for CVSup.hubertf5-0/+38
Get cvsup-16.1.d for on-GUI client, server and docs. [reimport after first one was botched - sorry!]
2001-09-14add & enable cvsup-guihubertf1-1/+2
2001-09-14Do not require Xhubertf2-3/+2
Mention in the DESCR file that this is the non-GUI version. (I need to find time to make a seperate package for the GUI version)
2001-09-13Update to 16.1.d, to fix 10^9s problem.hubertf3-10/+10
Instructions on updating the pkg sent by Feico Dillema <feico@pasta.cs.uit.no>
2001-09-12${PERL5_SITE*} are no longer automatically created as part of the perljlam1-1/+2
package. This shouldn't affect perl modules as they create all directories before installing, but we need to manually create ${PERL5_SITEARCH} before copying our headers.
2001-09-12Use x11.buildlink.mk instead of USE_X11.jlam1-1/+2
2001-09-10Homepage changedhubertf1-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc9-18/+18
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-09Build using gmake.mycroft1-1/+2
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz11-17/+8
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08updated to boehm-gc 6.0 (gc6.0) which incorporated most of our patch.kei11-413/+54
On i386 aout/ELF, saprc ELF and macppc, 'cd ${WRKSRC}; make test' got success and www/w3m package which depends on this runs.
2001-09-06Update to 1.0.13 as per PR/13869 by kevlo@midassol.commjl2-5/+5
Fixed truncation race with lock_retrieve() in lock_store(). The file has to be truncated only once the exclusive lock is held. Removed spurious debugging messages in .xs file. Fixed memory corruption on croaks during thaw(). Made code compile cleanly with -Wall. Changed tagnum and classnum from I32 to IV in context.
2001-09-05Nuke devel/p5-Data-Dumper as it's been reabsorbed into lang/perl5.jlam4-32/+1
2001-09-04Really depend on LaTeX and Ghostscript-- it's largely useless without itgroo4-9/+361
(even generating HTML). Install documentation and examples.
2001-09-04enable doxygen subdirgroo1-1/+2
2001-09-04Import doxygen-1.2.10:groo5-0/+70
Doxygen is a documentation system for C++, Java, IDL (Corba, Microsoft and KDE-DCOP flavors) and C. It can help you in three ways: 1. It can generate an on-line documentation browser (in HTML) and/or an off-line reference manual (in LaTeX) from a set of documented source files. There is also support for generating output in RTF (MS-Word), PostScript, hyperlinked PDF, compressed HTML, and Unix man pages. The documentation is extracted directly from the sources, which makes it much easier to keep the documentation consistent with the source code. 2. Doxygen can be configured to extract the code structure from undocumented source files. This can be very useful to quickly find your way in large source distributions. The relations between the various elements are be visualized by means of include dependency graphs, inheritance diagrams, and collaboration diagrams, which are all generated automatically. 3. You can even `abuse' doxygen for creating normal documentation
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam4-9/+8
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-28Backout upgrade of autoconf by popular demand.skrll7-54/+66
2001-08-27Updated cpuflags to 0.9:abs2-14/+23
Update SA-110 in Risc PC with problem memory bus switch: - Pickup post 1.5 cats, dnard, hpcarm, or netwinder as OK. - If in 1.5 check for footbridge0 or ofw0 as OK. Thanks to Chris Gilbert for details.
2001-08-27argh, back out last... make magic confusionhubertf1-2/+2
2001-08-271.4-p5 is NOT a valid version!!!hubertf1-2/+2
2001-08-27Use wildcard dependence on "autoconf" package.tron2-4/+4
2001-08-27fix dependency in automake after autoconf upgradehubertf1-2/+2
Noted by Martti Kuparinen <martti.kuparinen@iki.fi> in PR 13792
2001-08-26update autoconf to 2.52. Some changes:hubertf7-66/+54
- Quadrigraphs This feature was present in autoconf 2.50 but was not documented. For example, `@<:@' is translated to `[' just before output. This is useful when writing strings that contain unbalanced quotes, or other hard-to-quote constructs. - m4_pattern_forbid, m4_pattern_allow - Using autoscan to maintain a configure.ac. - Fixed Fortran name-mangling and link tests on a number of systems, e.g. NetBSD; see AC_F77_DUMMY_MAIN, below. - cross-compilation $build defaults to `config.guess`, $host to $build, and then $target to $host. Cross-compilation is a global status of the package, it no longer depends upon the current language. Cross compilation is enabled iff the user specified `--host'. `configure' now fails if it can't run the executables it compiles, unless cross-compilation is enabled. - Cache file The cache file is disabled by default. The new options `--config-cache', `-C' set the cache to `config.cache'. ... and many others, esp. bugfixes. Check the docs!
2001-08-26Update GConf to 1.0.4. No list of changes is available, but apparentlyrh4-6/+24
GConf-1.0.4 is required for galeon-1.20 as pointed out in private mail by Shin'ichiro TAYA <taya@netbsd.org>
2001-08-26Sort.skrll1-5/+5
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll4-9/+11
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-25Pass the appropriate linker flags in LIBS along with -lintl to ensure thatjlam1-2/+6
-lintl is picked up by the linker.
2001-08-20Don't automatically add -lgetopt to LIBS, as we usually only want -lgetoptjlam1-5/+12
to be linked into just the programs, not everything being linked including libraries. Also some changes to set _NEED_GETOPT instead of a direct check for /usr/include/getopt.h.