summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-24Fix loading from shared libraries on ELF systems. Patch provided bytron2-7/+10
John Darrow in PR pkg/9481.
2000-02-24Python builds it's public Makefile so that the module gets linkeddarcy2-5/+9
with ld on a.out systems and cc on ELF systems so we need to check and only add the -Wl flag if on a.out systems.
2000-02-24Backout last commit. The removed site isn't supposed to have "pdf_sec.ps",tron1-1/+2
"hp8xxs13.zip" is fetched from there. Pointed out by Thomas Klausner in private e-mail.
2000-02-24Update to V0.5.0. Changes:hubertf6-28/+37
2000-02-21 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed Checkout and Import which were not working at all * Check tag names in checkout and import dialog * Fixed accelerators and added some more * Implemented "Merge" * Implemented "Prune empty directories" * Implemented "Select by tag" in log dialog * Release 0.5.0 2000-02-20 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed bug which caused tooltips for revisions an branches to disappear in the log tree * Tags, branches and branchpoints as tooltips in log tree * Improved log dialog layout * Implemented "Add binary" 2000-02-17 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Handle hidden files correctly * Do not ignore case in files sorting * Implemented "Last change" * Release 0.4.0 2000-02-15 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Implemented "Update to tag" and "Update to HEAD" * Implemented "Tag" 2000-02-14 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Implemented options "Commit recursively" and "Create directories" * Ported Checkout/Import dialog to the new scheme 2000-02-13 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Rewritten the whole UpdateView (well, almost :-). Now it allows to show and update the revision and tag field. * Real support for asynchronous operation of Update, Commit, Add and remove: output goes to new ProtocolView * Fixed "Unfold Tree" * Fixed crash caused by too many open files (.cvsignore files were never closed) 2000-02-08 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Ported documentation to docbook, added some more stuff and adjusted automake system accordingly 2000-02-06 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Updated autoconf framework to work correctly with both KDE 1 and KDE 2 1999-12-19 Bernd Gehrmann <bernd@physik.hu-berlin.de> * In Checkout dialog, use $CVSROOT as default repository (if defined) * Added command line arguments --help and --version 1999-11-23 Bernd Gehrmann <bernd@physik.hu-berlin.de> * Fixed bug which caused files mistakenly marked as up to date * Fixed options menu * Show wait cursor while child process runs in background * Made Ok button in settings dialog the default * Release 0.3.1
2000-02-24Remove obsolete site for "pdf_sec.ps" from master site list.tron1-2/+1
Fixes PR pkg/9460 by Jeremy C. Reed.
2000-02-23Add and enable guile-slibjlam1-1/+2
2000-02-23guile-slib-2c7 - SLIB installation for guile Scheme interpreterjlam5-0/+34
2000-02-23Add and enable slibjlam1-1/+2
2000-02-23slib-2c7 - portable Scheme library of compatibility and utility functionsjlam7-0/+199
2000-02-23Work around a gmake dependency problem.soren1-1/+4
Still dies at first keypress when I run it.
2000-02-23Update "analog" package to version 4.03. Changes since version 4.01:tron5-23/+27
- Fixed several small bugs. - New command RUNTIME. - Brazilian Portuguese language files and Swedish domains files. - Corrections to Dutch. - New command SEARCHCHARCONVERT. - Support for Apache's new %q code in APACHELOGFORMAT. - Fix for search reports causing crashes on Windows. - New language: Czech. Corrections for Serbian, Slovene and Ukrainian.
2000-02-23sorry I was not careful, 5.9.13 was okay...itojun1-3/+1
2000-02-23add IGNORE, for possibility for remote exploit.itojun1-1/+3
not sure if pkgsrc patches plugged any of holes, but there seem to be many flaws (from bugtraq posting). I can find no better way than disabling this one. http://www.securityfocus.com/templates/archive.pike?list=1&date=1999-11-8&msg=Pine.LNX.4.05.9911131950140.12742-200000@nb.in-berlin.de
2000-02-23install license, lowercase program name, USE_X11BASEwiz2-4/+5
2000-02-23honor X11BASE during compile, install additional documentationwiz5-13/+38
2000-02-23Some more changes for set?id support.mycroft8-29/+107
2000-02-23Regen.mycroft1-3/+4
2000-02-23add and enable its4wiz1-1/+2
2000-02-23Fix a hole in SETXID_SUPPORT, but do not enable it by default yet.mycroft3-8/+40
2000-02-23Initial import of its4, a static C/C++ code scanner for potentialwiz5-0/+51
security problems
2000-02-22update to 4.49C. Patch incorporated; other changes include an AIX fix,wiz4-21/+5
better Solaris 7/8 autoconfiguration and minor code cleanup.
2000-02-22spellingjlam2-2/+2
2000-02-22Add and enable nanajlam1-1/+2
2000-02-22nana 2.4 -- improved assertions and logging for C and C++jlam5-0/+68
2000-02-22add CONFLICTS. installs the same files as unproven-pthreadsdmcmahill1-1/+2
2000-02-22add CONFLICTS. installs the same files as mit-pthreadsdmcmahill1-1/+2
2000-02-22patch configure script to correctly recognise netbsd-1.4.* in additiondmcmahill3-0/+26
to netbsd-1.4[A-Z]
2000-02-22Add ONLY_FOR_PLATFORM, pointed out by Bernd.hubertf1-1/+4
2000-02-22Add the patches for Solaris from apache/Makefile rev1.44.veego1-3/+10
2000-02-22Solaris needs a dependence for db-2.7.7 and fix the broken [ -e test on Solaris.veego1-3/+10
2000-02-22If USE_INET6 is not defined, explicitly disable ipv6 in thedmcmahill1-1/+5
CONFIGURE_ARGS. This is needed because the pkg system passes, for example, "--host=i386--netbsd" to 'configure'. However, 'configure' looks for strings like i386-*-netbsd1.4[A-Z] and i386-*-netbsd1.3* to turn off ipv6.
2000-02-22Update package to dap-2.1, and simplify the Makefile nowscw2-6/+5
that the tarfile has a version number.
2000-02-22Update checksum after adding DIST_SUBDIR to Makefile.he1-2/+2
2000-02-22Update gEDA to 20000220.rh18-35/+74
Changes include: * New dialog boxes by Matt Ettus: - A much improved attribute edit dialog box - A multiple attribute edit dialog box * Improved Hierarchy Support: - Hierarchy/Down Schematic - Hierarchy/Down Symbol - Hierarchy/Up * Text alignment. * Attributes are now required to have no spaces besides the equals sign on each side. This shouldn't cause any problems for anybody. * Bunch of updates to the various gnetlist backends (basically all submitted changes have been integrated). Integration of JM Routoure's PCB backend work (Thanks!). Bug fixes and improvements by Matt Ettus, Stefan Petersen and Bas Gieltjes. * Added a bunch of contributed symbols. Thanks to all that have contributed! There are now 566 symbols in the library. * Documentation. There are the beginnings of docs now. Here's the current list: attributes.txt -- Master attribute list fileformats.html -- gEDA file formats gschem.txt -- The start of a serious user's guide keymapping.html -- Stefan's keymapping document netattrib.txt -- A HOWTO on the net= attribute symbols.html -- The ever useful symbol creation guide * Bug fixes and improvements to some of the utils. * Lots and lots of bug fixes (and bug introductions).
2000-02-22add note why beroftpd and wu-ftpd-vr were commented outhubertf1-3/+3
2000-02-22add & enable bind9hubertf1-2/+3
enable beroftpd (why was this disabled?)
2000-02-22 BIND 9.0.0b1 is the first public release of BIND 9 code. It willhubertf14-0/+407
be most useful to advanced users working with IPv6 or DNSSEC. BIND 9.0.0b1 is not functionally complete, and is not a release candidate for BIND 9.0.0. The ISC anticipates a number of additional beta releases between now and May, when BIND 9.0.0 is scheduled to be released. The ISC does not recommend using BIND 9.0.0b1 for "production" services.
2000-02-22add text to NO_CDROMhubertf1-3/+2
2000-02-22defuzz. patch is otherwise the samedmcmahill2-8/+6
2000-02-22Convert "/usr/pkg" -> "${PREFIX}".cjones1-25/+23
2000-02-22Upgraded to 2.5d.itohy5-29/+28
Related changes: - Fix the permissions for the installed files (this fix is the same one that Frederick Bruckman did for 2.5c). - Remove the extra newline added to POST requests. - Only clear the supplementary group list if running as root. - Stopped overflow of 32 bit integer when purging. - Allow wrong reply to CWD from broken FTP server. - Don't get confused by badly nested script or blink tags. - Disallow the Accept-Encoding header on outgoing requests. - Make the URL-SPECIFICATION in the config file have lower case for protocol and host. - Modified the Meta refresh tag handling. - Fix FTP directory listings for files with ':' in them. - and other bug fixes. - Added Russian and Polish translations of WWWOFFLE messages. - Updated FAQ.
2000-02-21Update smalleiffel to -0.77.jlam12-830/+156
Release - 0.77 - Saturday February 12th, 2000 * Added in directory SmallEiffel the new [2]install command class install.e with a precompiled install.exe for Windows. This install.e class is intended to install the SmallEiffel distribution it comes with, and is designed to be as portable as possible. This automatic installation program has already been tested for Windows/lcc-win32, Windows/bcc32, Linux/gcc, Solaris/gcc, DEC-Alpha/gcc and FreeBSD/gcc, ... To install SmallEiffel under some UNIX like system, just type make in the SmallEiffel directory. To install SmallEiffel under Windows, just run install.exe. On other systems, C compile and run the install.c file. * Added C++ external support (creation of C++ objects, deletion of C++ objects, member functions calls, static functions calls etc.). See lib_show/external/C++ for examples. * Added NUMBER library, for infinite precision and infinitely large numbers. See lib_show/number for examples. * Added ITERATOR library, for external iterators on data structures. See lib_show/iterator for examples. * Added class BIT_STRING for very large bit sequences, with reference semantics. * Added class BASIC_DIRECTORY and class DIRECTORY to handle in a portable way directories as well as system path notations. See lib_show/basic_directory for examples. This class is also implemented for Java byte-code (command [3]compile_to_jvm). * Added class BASIC_TIME, TIME_IN_FRENCH TIME_IN_ENGLISH and TIME_IN_ITALIAN to handle date and time. See lib_show/basic_time for examples. Low level routines for Java byte-code are not yet implemented If you have some time to do this, you just have to add the missing Java code in sys/runtime/SmallEiffelRuntime.java (do not forget to post your work on the SmallEiffel mailing list). * Features deep_clone and deep_equal of class GENERAL are now implemented for the C compilation mode (does not work yet with compile_to_jvm). * Added feature skip_remainder_of_line and feature reach_and_skip in class INPUT_STREAM. Warning: in order to be consistent with other features, the behavior of features skip_separators and skip_separators_using has changed. * Added feature to_hexadecimal and feature to_hexadecimal_in in class INTEGER. * Improved incremental recompilation of the generated C code (also fixed a very old bug in incrementality). * Exceptions handling: the default_rescue feature is now supported. * Various bug fixes and improvements (type inference score increased).
2000-02-21Updated to pth-1.3.1. Changes:wiz3-8/+9
*) Added HISTORY document where we now write down the evolution and release dates of Pth to have a concise history reference. [Ralf S. Engelschall] *) Added USERS document where we now collect references to software packages utilizing GNU Pth. [Ralf S. Engelschall] *) Fixed a subtle typo in pth.pod about thread-safe functions and finished documentation of pth_attr_set/pth_attr_get functions. [James Robinson <jlrobins@uncc.edu>, Jeremie <jeremie@jabber.org>]
2000-02-21Updated gnapster to 1.3.5.wiz5-31/+9
Changes since 1.3.4: * MP3 sharing support * Search sorting by line speed and bitrate now implemented * Support for opennap's multiple media type features (only available when connected to an opennap server) * Specification of the opennap server (query server only!) in the preferences dialog * Big endian bug fixed dealing with the byte order of an IP address from the server * Lots of various bug fixes Changes since 1.3.3: * PPC support should be working properly (thanks drscholl ;) * BSD connection problems fixed (occurred in 1.3.2 and 1.3.3) Changes since 1.3.2: * Minor fix in the search widget that caused NULL searches to occur * New option to autostart queues when nothing is being downloaded * Search list has full column sorting support * Multiple selections allowed * Queue timeouts added * Fixed Segmentation Fault in queue code * More language translation support Changes since 1.3: * Support for queued downloads * Chat support * Improved UI, more config options. * PPC support not quite functional, I need someone to look at the code and send a patch to jasta@gotlinux.org * Now using a standard GNU autoconf/automake structure * Tons of various bug fixes
2000-02-21Remove blank linehubertf1-2/+1
2000-02-21Add & enable bchunkpooka1-1/+2
2000-02-21Import bchunk 1.0.0, a utility to convert CD images in ".bin / .cue" formatpooka8-0/+74
to a ISO filesystem or VCD
2000-02-21Add a small shell script to locate words in either the PLIST files oragc1-0/+84
the package description files, using approximate matching. # Locate words in description, or files in the PLISTs # # [-i] == ignore case when searching # [-f] == look for a file, rather than a word or phrase # [-p] == use approximate matching # [-v] == be verbose # # Usage: pkglocate [-i] [-p] [-f] [-v] word
2000-02-21use apache 1.3.11 + IPv6 patch as base version.itojun6-54/+75
for changes between 1.3.9 to 1.3.11, please see commit logs for pkgsrc/www/apache, or apache changelogs.
2000-02-21Restore correct permissions to spool directory. Per Andrew M. Bishop,fredb3-13/+14
wwwoffle's author, removing world read permissions from the spool directory was a mistake, which will be rectified in wwwoffle-2.5d.