summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2003-09-27ncurses/buildlink2.mk is no more, use mk/curses.buildlink2.mk insteadrecht1-2/+2
2003-09-27add ""s around the `uname ...` calls for -DLIBGTOP_COMPILE_SYSTEM, etc,danw2-3/+12
since `uname -m` has spaces in it on darwin
2003-09-27patch the darwin gmodule implementation to recursively look up symbolsdanw3-2/+23
like the elf one does
2003-09-27Update to 0.30.0recht4-55/+55
ok'ed by epg@ User-visible changes: * SSL changes: (r7134, #1330) - client now prompts to cache server certificates - no more 'ssl-ignore-unknown-ca' option - 'ssl-ignore-host-mismatch' is renamed to 'ssl-override-cert-hostname' - new 'ssl-trust-default-ca' option to trust 'default' openssl CAs * 'svn log' no longer dies on unversioned args (r6989, #777) * local mods now obstruct 'svn up' deletions (r7050, #1196) * 'svnserve' now notices (unauthenticated) --username arg (r7060) * no more 'svnadmin createtxn' subcommand. (r7062) * 'svn ls -v' shows years when appropriate * document some new things in Book (r7014), plus minor technical fixes * website changes: new sidebar, new 'svn links' page, new tigris.org!! * other bugfixes: hooks use proper stdout handles on win32 (r7001), prevent copies of copies in wc (r7077, #1259), display failed revprop change over ra_dav (r7081, #1520), 'svn st -u' throws RA error properly (r7094, #1506) Developer-visible changes: * ra_dav now requires neon-0.24.X * many gen_make.py/gen-base.py improvements, especially for win32 builds * many improvements to swig/perl bindings * improvements to contrib/: psvn.el, and new svn-push program. * more cvs2svn bugfixes: issue #1504, #1421, #1514, and new --username arg. * python testsuite only raises exceptions, never status codes. (#1192) * various libsvn_fs re-org (prepwork) for issue #1499. * other bugfixes: code-complete timestamp feature (r6983, #1445), add op-counting features to trails (r6984, #655), fs UUID caching (r7037), almost finish win32 iconv issues (#872), restored-file entry-timestamp bugfix (r7090, #1523), always print CWD as '.' (r7097)
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant14-144/+26
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27add USE_PKGLOCALEDIR.grant1-1/+2
2003-09-27use tools.mk for GNU m4.grant1-5/+3
move a line for clarity.
2003-09-27handle the case where the base system has no (n)curses.grant1-1/+8
2003-09-27whitespace policegrant1-8/+8
2003-09-27+liboopgrant1-1/+2
2003-09-27Initial import of liboop-0.9 into The NetBSD Packages Collection.grant5-0/+106
Liboop is a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications which may respond to events from several sources. It replaces the "select() loop" and allows the registration of event handlers for file and network I/O, timers and signals. Since processes use these mechanisms for almost all external communication, liboop can be used as the basis for almost any application.
2003-09-25Install man page. Bump PKGREVISION. Closes PR 22952 by Greg A. Woods.wiz2-2/+5
2003-09-25Add buildlink2.mk.salo1-0/+1832
2003-09-25Updated to version 1.30.2.salo3-376/+3682
Changes: 1.30.2: ======= - Backported changes to the config system, to better handle new compiler releases. - Bugs in regression reporting in subproject tests were fixed. - Tests are now run in the context of the user's PATH environment settings - msvc-stlport and intel-win32-stlport toolsets now build static libraries with multithreading enabled, to be compatible with the STLPort builds. - intel-win32 toolset now handles wchar_t correctly when intel is installed over msvc6. - Backported fixes from the main trunk which prevent errors building the Boost.Test library in its default configuration. - Backported portability improvements for checked_delete. - Locale support for metrowerks (requiring a statically-linked runtime) is more uniformly handled. - Backported conversion/lexical_cast's wchar_t fixes from the main trunk. - intel-linux-tools: added rt to FINDLIBS in order to make the clock_gettime() function available (backport of a patch in CVS HEAD). - regression/compiler_status.cpp: backported fixes in error log links generation. 1.30.1: ======= Fixes were made to the following libraries: - The Boost.Lambda library is now usable with gcc-2.95.2 - Boost.Spirit: - Fixed. Using MSVC++6 (SP5), calling the assign action with a string value on parsers using the file_iterator will not work. - Fixed: using assign semantic action in a grammar with a multi_pass iterator adaptor applied to an std::istream_iterator resulted in a failure to compile under msvc 7.0. - Fixed: There is a bug in the "range_run<CharT>::set (range<CharT> const& r)" function in the "boost\spirit\utility\impl\chset\range_run.ipp". - Fixed: handling of trailing whitespace bug (ast_parse/pt_parse related) - Fixed: comment_p and end of data bug - Fixed: Most trailing space bug: - Fixed: chset<>::operator~(range<>) bug, operator&(chset<>, range<>) bug, operator&(range<>, chset<>) bug, - Fixed: impl::detach_clear bug - Fixed: mismatch closure return type bug - Fixed: access_node_d[] and access_match_d[] iterator bugs - Fixed a bug regarding threadsafety of Phoenix/Spirit closures. - The Boost Template Metaprogramming Library (MPL)'s typeof implementation is now compatible with Metrowerks CodeWarrior Pro8. - Boost.Function: workaround for the new Borland patch (version 0x564) and MSVC++ .NET 2003. - Boost.Config, Boost.Format, and Boost.Regex have been adjusted to avoid warnings with GCC-3.3, and Boost.Format also now works with string types other than std::string. - Smart Pointers - checked_delete now works on more platforms - Compatibility with the SunPro compiler - Added missing #includes. - Boost.Python - warning suppression for finicky compilers - fixed a crashing bug in the raw_function facility when no keyword arguments were passed. - Improved conversion of NULL shared_ptrs to Python.
2003-09-25Add and enable devhelpxtraeme1-1/+2
2003-09-25Initial import of devhelp 0.7.xtraeme5-0/+132
Package provided by Benedikt Meurer <bmeurer@unix-ag.org> via pkgsrc-wip. DevHelp is an application to view books created in a conjunction with XML and HTML. This application is commonly used for viewing books about reference libraries, articles or tutorials. It provides the following features: - Full indexing of books in XML - HTML viewer (GtkHTML2) - Search by function, struct, macro or whatever - Auto completion - Commandline search - Emacs and Vim integration
2003-09-25Add USE_BUILDLINK2 so this picks up a proper dependrecht2-3/+5
This should fix hubertf's bulk build.
2003-09-25add -DSTATIC=static to the Darwin-specific defines so that libintldanw1-3/+3
doesn't completely gratuitously export a symbol that conflicts with libiconv
2003-09-25add -module to libvfs-help's ldflags so it gets built correctly on darwindanw3-8/+17
2003-09-25add back the tarball checksum that was accidentally removed in the lastdanw1-1/+3
commit
2003-09-25Update Darwin patches to match libtool 1.4.3danw4-11/+9
2003-09-23Fix another build problem, this time under NetBSD 1.6.1_STABLE.tron2-1/+19
2003-09-23Fix brokeness in the included "libiberty" (Lubomir Sedlacik providedtron6-5/+8258
the autoconfig fixes) and a "configure" botch so that this package finally builds with NetBSD-current GCC 3.3.1.
2003-09-23Make sure that only base name of the make program is used to constructsalo2-1/+15
the variable name. Fixes build on bootstrap-pkgsrc systems, closes pkg/22918 from MLH.
2003-09-23Add missing PKGCONFIG_OVERRIDE.recht3-5/+9
Bump PKGREVISION because of the changed *.pc files. ok'ed by wiz@
2003-09-23Mark curses on Darwin as incompatible.yyamano1-3/+3
Close PR pkg/21649 by Michael Wolfson.
2003-09-21Fix error invented in last commit.tron1-3/+3
2003-09-21basename-only BUILD_DEPENDS value is wrong.kent1-6/+2
2003-09-21Added p5-Module-Build-0.20 and p5-Image-Imlib2-0.12kim1-1/+2
Updated p5-Apache-Gallery to 0.7
2003-09-21This is a beta version of a new module "Module::Build". It is meant tokim5-0/+64
be a replacement for "ExtUtils::MakeMaker".
2003-09-21Update w32api to 2.4, and PEACE to 20030919 snapshot.kent6-30/+171
This change fixes PR pkg/19049.
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc1-1/+2
2003-09-21Add USE_BUILDLINK2 so this picks up a proper dependjmc1-1/+2
2003-09-19Apply the fix from PR 22702 from pino at the organisation known asagc2-1/+15
dohd, to make the compilation complete successfully. (It's not a workaround, the inclusion of <stdlib.h> also brings in the other correct header files).
2003-09-19Add py-TPG and sort.wiz1-2/+3
2003-09-19Add CONFLICTS with avr-binutils<2.13.2.1 -- they installed infowiz1-1/+3
files and localizations in the same place.
2003-09-19Update to 1.03:wiz2-6/+6
1.03 Jan 22, 2003 - Special handling of Exception::Class::Base objects when stringifying references. This avoids infinite recursion between the two classes. Requested by p5-Exception-Class package (hi he!).
2003-09-19update HOMEPAGEdent2-4/+4
2003-09-18Mark this package as operating system version specific.tron1-3/+4
2003-09-18Specify the category when including other files and when depending on otherjmmv2-4/+4
packages. From PR pkg/21864 by ccatrian at eml.cc.
2003-09-18Include converters/libiconv/buildlink2.mk.simonb1-1/+2
Sanity checked by Juan RP.
2003-09-17Update to KDE3.1.4.markd2-6/+5
Changes: * Debian packaging updates.
2003-09-17get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD orgrant4-8/+10
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17Fix binary package: use PERL5_SITEARCH instead of PERL5_ARCHLIB for theseb1-2/+2
packlist.
2003-09-17Remove nasm-devel.jmmv1-2/+1
2003-09-17nasm has been updated to 0.98.37, so this package is useless now.jmmv6-135/+0
2003-09-17Update to 0.98.37 (really, rename nasm-devel to nasm). This version is farjmmv6-18/+118
more complete than 0.98, plus homogenizing the package in a single one will save us from conflicts during bulk builds (and during manual builds too).
2003-09-17add USE_GCC_SHLIB, reorder some lines a bit for clarity.grant1-2/+4
2003-09-16Fix build with gcc3, reported by Soren Jacobsen PR pkg/22822.xtraeme2-1/+16
2003-09-16Updated to 2.4.6. Patch provided by David S. <davids@idiom.com>xtraeme3-9/+14
via PR pkg/22185. Changes: New in slib2d6: * phil-spc.scm: Added Hilbert Space-Filling Functions. * ncbi-dna.scm: Read and manipulate NCBI-format nucleotide sequences. * differ.scm (diff:edits): Improved speed by 27%. * solid.scm (scene:viewpoint): Simplified; fixed pitch. (solid:extract-colors): Fixed color/elevations alignment. (solid:extract-colors, solid:extract-elevations): Fixed row-major. * solid.scm (solid:basrelief): Added VRML ElevationGrid. (solid:bry): Added "solid FALSE" and missing alternative clause. * solid.scm (scene:viewpoints): Restored Up and Down views. * html4each.scm (html-for-each): Rewrote for full quote hair. Removed require string-search; uses own multi-char version. * html4each.scm (html-for-each): "unterminated HTML entity" warning infinitely looped; changed to error. (htm-fields): Recover from HTML errors. * html4each.scm (htm-fields): Parses markup string. (html-for-each): Handle comments as markups. * html4each.scm (html:read-title): Added optional LIMIT (word-count) argument. * html4each.scm (html:read-title): Added. (html-for-each): Accept input-port for FILE argument. (html:read-title): Added check for first char being '<'. * uri.scm (uri->tree, make-uri): Fixed confusion of #f and "". * uri.scm (absolute-uri?): Added. * uri.scm (uri->tree): Corrected documentation. * db2html.scm (command:make-editable-table, command:modify-table): Improved null-keys treatment to work with multiple primaries. * db2html.scm (command:make-editable-table): foreign-choice-lists now opens the table. * slib.texi: Fixed database examples. * dbutil.scm (solidify-database): Fixed lock handling. * dbutil.scm (mdbm:report): Show lock certificates. (create-database, write-database, syncify-database, close-database): Lock database file for writing. (create-database): Allow initial #f filename. * transact.scm (transact-file-replacement): Accept (string) path to backup file in place of backup-style symbol. * charplot.scm (histobins): Gracefully return when no data. * soundex.scm (SOUNDEX): Character lookups use ASSV and MEMV. * qp.scm (qp:qp): Distinguish #f and 0 values for *qp-width*. * array.scm (make-array): Removed legacy procedures. * arraymap.scm (array-for-each): Use set-car! instead of reverse. * fft.scm (fft:shuffle&scale): Use bit-reverse from 'logical. * logical.scm (logical:logcount, logical:integer-length): Made tail-recursive. (logical:logxor, logical:logior, logical:logand): Made tail-recursive. * logical.scm (logical:ones): Return 0 for 0 argument. (gray-code->integer): Improved running time from O(b^2) to O(b*log(b)). * strsrch.scm (substring?, substring-ci?): Bum simple cases. (subskip): Split out common code from substring?, substring-ci?. (subloop): Old non-table-driven code for short substring?s. (substring?, substring-ci?): Compared measurements of subskip vs subloop; set breakpoint at STRLEN < CHAR-CODE-LIMIT/2 + 2*PATLEN. (substring-ci?, substring?): Refined; subloop for PATLEN <= 4. * strsrch.scm (count-newlines): Added. * slib.texi (Lists as sets): Updated UNION examples. * comlist.scm (comlist:union): Optimized for list lengths. * comlist.scm (comlist:list*): Make letrec top-level. * batch.scm (*operating-system*): gnu-win32 renamed from cygwin32. * batch.scm (*operating-system*): Detect MINGW32 (gcc on MS-DOS) as CYGWIN. * random.scm (random): Streamlined. (seed->random-state, random:chunk): Replaced BYTE with ARRAY. * random.scm (random): Don't get extra chunk when modu is integer multiple of 256. * slib.texi (Getopt): Fixed double dashes. * slib.texi (Getopt, Getopt Parameter lists): * getparam.scm (getopt->arglist, getopt->parameter-list): * getopt.scm (getopt, getopt--): Global variable *argv* replaces argc, argv arguments. Not the best solution -- but at least its consistent. * slib.texi (Plotting): Updated examples. * slib.texi (String Search): State search order for string-subst. * slib.texi (Copyrights): Fixed TeX formatting. * slib.texi (Rule Types): Split from Precedence Parsing Overview. (Precedence Parsing Overview): Describe binding power concept.