summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-07-20Give information about Time::HiRes.kim2-7/+3
2000-07-19Change dependency on sgi-stl to avoid matching sgi-stl-docs.jlam1-2/+2
2000-07-19Update readline to 4.1. Closes PR#10615 by Damon Brodie.jlam7-80/+98
Relevant changes from 4.0: e. The history library tries to truncate the history file only if it is a regular file. f. A bug that caused _rl_dispatch to address negative array indices on systems with signed chars was fixed. g. rl-yank-nth-arg now leaves the history position the same as when it was called. m. The quoted-insert code will now insert tty special chars like ^C. n. A bug was fixed that caused the display code to reference memory before the start of the prompt string. p. A bug was fixed in readline's signal handling that could cause infinite recursion in signal handlers. q. A bug was fixed that caused the point to be less than zero when rl_forward was given a very large numeric argument. r. The vi-mode code now gets characters via the application-settable value of rl_getc_function rather than calling rl_getc directly. t. Fixed a bug in the redisplay code for lines with more than 256 line breaks. u. A bug was fixed which caused invisible character markers to not be stripped from the prompt string if the terminal was in no-echo mode. v. Readline no longer tries to get the variables it needs for redisplay from the termcap entry if the calling application has specified its own redisplay function. Readline treats the terminal as `dumb' in this case. w. Fixes to the SIGWINCH code so that a multiple-line prompt with escape sequences is redrawn correctly. b. Parentheses matching is now always compiled into readline, and enabled or disabled when the value of the `blink-matching-paren' variable is changed. e. history-search-{forward,backward} now leave the point at the end of the line when the string to search for is empty, like {reverse,forward}-search-history. f. history-search-{forward,backward} now leave the last history line found in the readline buffer if the second or subsequent search fails. g. New function for use by applications: rl_on_new_line_with_prompt, used when an application displays the prompt itself before calling readline(). h. New variable for use by applications: rl_already_prompted. An application that displays the prompt itself before calling readline() must set this to a non-zero value. i. A new variable, rl_gnu_readline_p, always 1. The intent is that an application can verify whether or not it is linked with the `real' readline library or some substitute.
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc1-3/+3
use it accordingly.
2000-07-17ptl works on alpha. I removed "NOT_FOR_PLATFORM=*-*-alpha"msaitoh1-3/+1
2000-07-17Updated to PTL-2.1.4.msaitoh2-5/+5
Changes between 2.1.3 and 2.1.4: * fixed: a bug causes stack overflow if the process is interrupted by a UNIX signal frequently. * fixed: sigwait() causes SIGSEGV. * deferred cancellation is processed within BSD socket APIs.
2000-07-16Include the version in the package name.thorpej1-2/+2
2000-07-16Update bonobo to 0.15. Changes include bugfixes and enhancements requiredrh6-103/+184
by several new GNOME programs.
2000-07-16Add and enable oafrh1-1/+2
2000-07-16Initial import of oaf-0.4.0, the new GNOME object activation framework.rh13-0/+169
2000-07-16downcase pkgnamehubertf1-2/+2
2000-07-16fix pkgname - .02 is not a version our tools deal nice withhubertf1-2/+2
2000-07-16downcase pkgname, strip suffixhubertf1-2/+2
2000-07-16Update to 1.212 as the old version is no longer available on CPAN.mjl2-4/+4
No changelogs are available unfortunately.
2000-07-16Add p5-Expect.thorpej1-1/+2
2000-07-16Import p5-Expect, a Perl version of the similarly-named TCL tool.thorpej5-0/+59
2000-07-16Add p5-IO-Tty.thorpej1-1/+2
2000-07-16Import p5-IO-Tty, another perl class for futzing with TTYs.thorpej5-0/+59
2000-07-16Add p5-IO-Stty.thorpej1-1/+2
2000-07-16Import opf p5-IO-Stty-.02, a perl module for futzing w/ TTYs.thorpej5-0/+59
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc3-10/+16
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-15Don't try to remove %D/share/aclocal -- it's supposed to be there.jlam1-2/+1
2000-07-15Modify so that shared lib has same name as static lib.jlam5-4/+42
2000-07-15Add and enable devel/libsigc++jlam1-1/+2
2000-07-15libsigc++: a callback system for C++ programs.jlam5-0/+87
Closes PR#10215 by Bernd Sieker <bsieker@freenet.de>.
2000-07-15Update guile dependency to >= 1.3.2.jlam1-2/+2
2000-07-15Update dependencies on guile to >= 1.3.2jlam1-2/+2
2000-07-14USE_LIBTOOL instead of USE_PKGLIBTOOL.jlam4-14/+15
2000-07-14The previous method of using a make target for finding a prerequisiteagc3-10/+10
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-14Force GTL to use SGI STL as the egcs-1.1.2 copy of the STL is notjlam4-2/+40
sufficient.
2000-07-13Note new "functional" libraryjlam1-0/+1
2000-07-13Update boost to 1.16.1. Bugfixes, new "functional" library, and betterjlam4-51/+67
documentation.
2000-07-13Update sgi-stl-docs to 3.3.jlam3-5/+12
2000-07-13Forgot to close an #if with #endif.jlam2-7/+12
2000-07-13USE_LIBTOOL instead of USE_PKGLIBTOOL. Remove the --cplusplus stuff sincejlam4-15/+7
the new libtool takes care of everything for us.
2000-07-12Update SGI-STL to 3.3. Changes from version 3.2:jlam6-31/+32
* New feature: concept checks. The library now does better compile-time error checking to make sure that the types used to instantiate library templates conform to the templates' requirements. * Removed two non-standard-conforming extensions: the second, defaulted template parameter in bitset, and the third, default template parameter in deque. * Many bug fixes, performance enhancements, and compatibility improvements.
2000-07-11Make the determination of the pre-req package's installed directory beagc3-10/+10
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10bump to 0.17 -- fixes a resolver bug, and works with 1.5{,A,B} as well.explorer3-9/+6
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc3-10/+10
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-08as31-19900126 8031/8051 assemblerbjh218-1/+100
2000-07-07make this work on mips machinesdmcmahill2-11/+13
2000-07-03Update pth to 1.3.6. Changes are bugfixes pulled up from the 1.4.x develrh2-5/+5
tree.
2000-07-03Reimport this in the right place:jwise7-0/+112
Initial import of jakarta-ant-3.1, a java-based make(1) replacement which is starting to be used by a lot of java-based projects.
2000-07-03Add and enable jakarta-antjwise1-1/+2
2000-07-01remove librep (moved to lang/)danw1-2/+1
2000-07-01Remove this: it is a duplicate of lang/librepdanw7-143/+0
2000-06-30defuzzitojun2-8/+7
2000-06-30Add bugfixes from glibc and build a shared library version of libintl.danw10-10/+258
Bump version to 0.10.35nb1.
2000-06-30Update to gmp-3.0.1, including new functions, autoconf/libtool support,danw6-85/+19
and a shared version of the library.
2000-06-30Don't use kvm_read for cp_time, use sysctl instead.wiz2-5/+73
Patch provided by Simon Burge; thanks to Dan McMahill for further testing.