summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-05-22Use ../../devel/Makefile.readline to get readline support and note whyjlam3-31/+11
GNU readline is required. Pass configure script some variables instead and remove the unneeded patch file.
2001-05-22Pass --with-included-neon to configure script to ensure use of the suppliedjlam2-2/+4
neon library.
2001-05-22Add gcc-ssp.kent1-1/+2
2001-05-22New 'gcc with stack-smashing protection' package.kent9-0/+813
2001-05-22Change ALL_TARGET.jtb1-2/+2
2001-05-22Remove one (a2ps)wiz1-2/+1
2001-05-22Update to 4.13b. Major changes since 4.12:wiz6-53/+50
pdf, simplex, display output options; ISO 8859-13 encoding support; euro glyph support; many new style sheets (autoconf, awk, cpp, maple, ocaml, sed, shell, and others); regexp changed to be perl/egrep like, not emacs-style (UPDATE YOUR STYLESHEETS!).
2001-05-22remove one (joe)wiz1-2/+1
2001-05-22Add one patch from OpenBSD to not use ./.joerc, and two from FreeBSD, onewiz5-13/+142
against a symlink attack on 'DEADJOE', and one to use vi-style file locking. Bump version to 2.8nb1.
2001-05-22Implemented another one (take "note the version extracted inagc1-4/+1
${WRKDIR}, and only install the package if this is the same as ${PKGNAME}" off the TODO list).
2001-05-22Save the version of the package extracted in the ${EXTRACT_COOKIE}, andagc1-1/+11
check at installation time that this version matches ${PKGNAME}. Idea by abs, implementation by hubertf, minor munging by me.
2001-05-22Standardize patches (no functional change)wiz7-239/+185
2001-05-22Remove one (icecast)wiz1-2/+1
2001-05-22Update to 1.3.10. Changelog is pretty silent, but at least some of thewiz2-5/+5
changes since 1.3.7 are security updates (buffer overflow).
2001-05-22One down (windowmaker update)wiz1-2/+1
2001-05-22Update to 0.65.0. Extract of changes:wiz6-26/+26
Bug fixes for GNOME interaction; fixes for window positions/states after wm crashes; removed single appicon stuff; fixed race conditions on signal handlers; SIGINT will gently exit, SIGTERM will not be handled; better alpha handling in some cases; MouseButton handling done differently (don't bind Button to Action, but Action to Button); made "Keep on Top" in the dock/clip menu a checked menu entry. Please note: There was a bug in XPM saving -- please delete your icons in ~/GNUstep/.AppInfo/WindowMaker, they will be recreated on the next start of the corresponding programs.
2001-05-22Handle shared libraries the same on Linux as Solaris and NetBSDabs2-5/+14
2001-05-22linux is much like solaris (for today)abs1-0/+1
2001-05-22We also work under Linuxabs2-4/+4
2001-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz51-104/+104
Noted by Frederick Bruckman.
2001-05-22Escape expansion of ${CC} in the environmentagc1-2/+2
2001-05-22Document why GNU readline is required.jlam1-1/+3
2001-05-22Honor CFLAGS passed in from environment during build.jlam2-1/+25
2001-05-22Use editline readline emulation when available.jlam1-3/+13
2001-05-22Update for patch sum changes. Bad developer, no cookie.abs1-35/+35
2001-05-22Set WRKSRC to location of configure script, and manually create do-buildjlam4-23/+26
and do-install targets. This is better as the configure script gets called with the correct environment settings. Also set the values for INSTALL_PROGRAM and INSTALL_DATA used in the project's Makefile to their pkgsrc BSD_* counterparts.
2001-05-22Document why GNU readline is required.jlam1-1/+2
2001-05-22Update libole2 to 0.2.3. Changes are minor bugfixes only.rh2-5/+5
2001-05-22Use devel/readline/Makefile.readline to get readline dependency, andjlam1-4/+10
document why GNU readline is required.
2001-05-22Use READLINE_REQD for required version of GNU readline, and usejlam1-7/+20
USE_GNU_READLINE to force the use of GNU readline over editline's readline emulation.
2001-05-22Update bonobo to 1.0.4. Notable changes include:rh2-8/+7
Bonobo 1.0.4 * Revert WM Focus order fix * Kill duff plug/socket assertion * Canvas item redraw bug fixage * Moniker mime query fixes * Remove 'object' keyword misuse from IDL * Honour gnome_preferences_get_menus_have_icons * PropertyControl leak fixage * UIContainer /Control / ControlFrame debug calming * Dependency fix * Documentation fixes. Bonobo 1.0.3 * Focus fixage * WM Focus order fixage * Sensitivity fixage * Much MacOS X build fixage & cleaning * bonobo_x_object fix & test-xobject * some re-enterancy issues nailed * bonobo-listener fix * Documentation fixage
2001-05-22Fix library path to readline lib and add the link-* targets tojlam1-2/+4
pre-configure as advised by devel/readline/Makefile.readline.
2001-05-22Use editline readline emulation when available. Move example files tojlam5-34/+74
${PREFIX}/share/examples/cdecl. Also patch sources to rename instances of setprogname() to mysetprogname(), as setprogname() is part of the standard library in NetBSD>1.5.
2001-05-22Use editline readline emulation when available. Also install the man pagejlam8-37/+92
for sqsh.
2001-05-22Sort.jlam1-23/+23
2001-05-22RPLAY.info was listed twice...make one of them RPTP.info.jlam1-2/+2
2001-05-22Update pgaccess to 0.98.7. Changes from version 0.98.6 include:jlam4-25/+20
* Fixed table creation when all columns are inherited and no new columns are added * Geometry improvements in diagram definition
2001-05-22Update to 2.0.6nb1:hubertf3-7/+47
Add hostname, time and date to the top line Patch send back to the maintainers @redhat.com
2001-05-22We use distinfo now.jlam2-13/+0
2001-05-22We use distinfo now.jlam2-7/+0
2001-05-22Update of swi-prolog to 4.0.5.jtb3-112/+10
VERSION 4.0.5 ============= * FIXED: Actually make re-hashing predicates work. This bug causes large (dynamic) predicates that are queried while they are build to show linear rather than constant-time access behaviour. Perfomance difference on victim programs can be dramatic! * ENHANCED: GNU-readline interface. Detect useful additions from readline 4.2, avoid type-conflicts and handle re-entrance through XPCE much more cleanly as well as aborts. * PORT: Many C-compiler warnings, making the native IRIX cc compile SWI-Prolog silently. Improved detection of wait() variations. Thanks to Jean Wang for providing me with access to their machine. * ENHANCED: Handling of prolog_edit:select_location/3. Enhancement exploited by XPCE to use GUI-based selection if running from GUI. * ADDED: -s file to load a script-file in addition to the user initialisation file. * ADDED: -q commandline option to make the system operate silently. * ADDED: PrologScript support using #!, providing direct scripting in Unix and additional parameters on MS-Windows. * FIXED: Wipe the anonymous clauses for meta-calling on $dcall/1 as soon as possible. Reported by Stefan Mueller. * ADDED: Save home in saved-state for class development and kernel. This enables saved-states to find the installed SWI-Prolog. Especially useful for Windows. * ADDED: Save default stack limits in the Windows registry and add a menu item to the manpce/0 File/Edit Preferences menu to manage these registry settings.
2001-05-22Update to nhc98-1.04.jtb4-38/+122
nhc98 1.04 (2001-05-21) features * New: Support for extended module namespaces of the form Long.Hierarchical.Module.Name is now provided in both nhc98 and hmake. * Update: Improved printing of I/O error messages. * Update: Improved (more accurate) time profiling now provided. * Bugfix: An identifier hidden on import and redefined in the current module, then exported, but also imported qualified and used qualified in the current module, led to an incorrect interface file being generated. * Bugfix: hmake issued an unnecessary -cpp flag on some literate files. * Bugfix: Type of IO.hSetPosn :: Handle -> HandlePosn -> IO () was incorrect * Bugfix: Compile-time error in src/tracer/runtime/ident.c on RedHat 7 and other systems using the new ISO C standard for fpos_t. * Bugfix: A file opened in ReadMode or WriteMode was actually opened in ReadWriteMode, so if the file had strict permissions the correct opening command would fail. Conversely, opening in ReadWriteMode actually gave ReadMode instead, and file updates silently failed. * Bugfix: Operator sections suffered from priority inversion, for example (^2*3) was incorrectly parsed as (^(2*3)), even though ^ binds more tightly than *. * Bugfix: The library function Directory.createDirectory gave strange permissions to the new directory. (Mode was in hex, but should have been octal!) The following updates and bugfixes are specifically for Hat, the redex-trail-based tracing and debugging system. * New architecture: Traced programs now build their trails in files, not in the heap. This has four consequences: (1) you no longer need to give your program large amounts of extra memory to trace it; but (2) you may need to have large amounts of free disk space, particularly to trace long-running programs; (3) for the moment, traced programs now run even slower (we are working to improve this); and (4) trails are now first-class objects, so new tools can manipulate them to provide several different views of the computation. * New tools: Storing trails in files means we can now provide more tools to examine them. The original graphical browser is now renamed hat-trail, and can fully explore the redex trails in file. hat-stack gives a virtual stack back-trace from a trail file (no need to re-run the program). hat-observe gives you HOOD-like observation of the input and output from functions. hat-detect does algorithmic debugging in the style of Freja; it discovers and identifies the location of a bug after asking you some simple questions. hat-check verifies the integrity of the trail file, prints a textual dump, and gives statistics about its contents. * Update: Fuller Standard Library support for tracing: added Directory, System, CPUTime, Random. (Still missing: Time, Locale.) * Update: More Haskell'98 language features are accepted: named fields can now be traced, although the hat tools don't yet show them in source form. Pattern bindings are also handled better. _________________________________________________________________
2001-05-21Add and enable efax.jtb1-1/+2
2001-05-21Initial import of efax.jtb10-0/+294
efax is a small ANSI C/POSIX program that sends and receives faxes using any fax modem (Class 1, 2 or 2.0). efax is smaller and easier to install than HylaFAX or mgetty+sendfax. As one user put it ``EFAX is a nice simple program for single user systems.'' The ``fax'' command, a shell script, lets you send, receive, view and print faxes. In larger systems, faxes can be sent by printing to a ``fax'' printer and received faxes can be e-mailed as MIME attachments to an administrator for distribution. efax can also pass incoming data calls to a getty program. The efax package includes ``efix,'' a program to convert between various image file formats. To fax Postscript files you will need Ghostscript. To view faxes you can use any program that displays PGM files. efix can convert received files to Postscript or HP Laserjet formats for printing. efax is distributed under the terms of the GNU General Public License.
2001-05-21update to verilog-current-20010520.dmcmahill5-23/+382
many changes since the last snapshot. Mostly they involve expanded VVP support. The VVP target now passes >200 of the tests from the test suite. While not as complete as the VVM target, VVP is getting closer and its _much_ _much_ faster.
2001-05-21Add size.wiz3-3/+16
2001-05-21Don't ignore checksum; similar reason as for xcolors.wiz2-4/+4
Add real checksum and size to distinfo.
2001-05-21Don't ignore checksum, no obvious reason too, and we have better methodswiz2-4/+4
to deal with files that change checksums often (which probably won't happen for this one anymore). Add real checksum and size.
2001-05-21Add size.wiz2-2/+4
2001-05-21Add size.wiz13-13/+27