summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-12-15Libraries are found as lib/libstlport* (not lib/stlport*)martti1-2/+2
2001-12-15Updated to 5.63 (provided by Shell Hung in pkg/14954)martti3-16/+15
- Regen patches - Add p5-Compress-Zlib to DEPENDS - Add Compress::Zlib for Net::HTTP::Methods - LWP::Authen::Digest now use Digest::MD5 instead of MD5 - Net::HTTP new options to the 'read_response_headers' method - LWP::Protocol::http will now allow certain bad headers n the responses it reads. - LWP::UserAgent: make sure that the 'request' attribute is always set on the returned response.
2001-12-15Updated to 1.11 (provided by Shell Hung in pkg/14953)martti2-7/+7
Changes : - Add proxy support to Net::SSLeay::Handle - New maintainer
2001-12-15Updated to 2.5 (provided by Masao Uebayashi in pkg/14944)martti3-7/+23
* Arabic shaping. Please use ArabicKey.kmap. Keymaps are still to be reorganized. * There is a Windows binary too. * Bugfixes.
2001-12-15Updated to 0.97 (provided by Shell Hung in pkg/14934)martti2-5/+5
Changes : - A bug fixed in XS file - Better test script
2001-12-15* Don't display temporary files (.etcupdate.filename)martti3-6/+6
* A minor manual page fix
2001-12-15Updated to 4.43. Changes since 4.40:martti5-38/+41
* Answered flag not set in some circumstances when replying * PC-Pine command line argument -passfile to change the name of the password file. This should be a fully-qualified filename. * Replying to a message may close the folder containing the message * Pine fails to compile in non-DEBUG mode. * PC-Pine crashes in some dialogs when run in Dialog Box mode. * Setup/Signature prefers literal-signature by default * Composer justify command handles nested quoting better * Increased efficiency for remote configurations (no temporary files) * New tokens SIZECOMMA (similar to 4.33 SIZE) and SIZENARROW for index-format * Select by size (thanks to Martin Gallwey) * New feature quell-content-id for working around Outlook XP problem * New PC-Pine feature quell-ssl-largeblocks for working around OS SSL-problems * Better color interoperability between PC-Pine and Unix Pine with 16-color xterm * New PC-Pine dialog to aid in locating configuration file if none found * Save from local folder to simple name in remote collection fails * Crash when selecting folders by Properties (Unseen...) in local collection * Crash when talking to POP3 servers which have the EXPIRE capability * Crash when talking to SMTP server which offers STARTTLS * Crash when accessing remote config if there is a TLS failure * Crash when index-format includes SCORE token, a score rule includes an AllText pattern, and the folder being scored is remote * Delivery Status Notification (DSN) broken * Editing reply-indent-string was broken when using Windows dialog boxes * Entire folder is re-filtered when Save is typed and save-will-advance is set
2001-12-15Updated to 4.2martti6-36/+37
* Use new distfile (from pine-4.43) * Other changes unknown (there's no ChangeLog file)
2001-12-15* Updated to 2001.1 (2001a).martti4-11/+10
* Updated buildlink.mk as the new version has some new #defines in the .h file (and e.g. pine won't build against the old version) Updated: 2 November 2001 imap-2001a is a maintenance release, consisting primarily of bugfixes including some critical bugfixes to crash and denial of service problems. Programs written for imap-2001 will build with this version without modification. The following new facilities have also been added: The new /norsh switch in mailbox names provides a more intuitive way of disabling rsh-IMAP than the existing :143 or setting the rsh-timeout to 0. Passwords are no longer returned in mm_dlog() callbacks unless the application sets the SET_DEBUGSENSITIVE parameter. The SET_NETFSSTATBUG parameter allows an application to force the traditional UNIX mailbox driver to close and reopen the mailbox at ping time. This is EXTREMELY inefficient, and should only be used to access files stored on AFS and old NFS systems. The ISO 8859 and Windows conversion tables have been updated to comply with Unicode 3.1, and the KOI8-R table has been verified as compliant with Unicode 3.1. The SPECIALS mechanism for passing parameters to the lowest level Makefile has been updated to be more general. See the next item for why you might care. New lrh port to build on Red Hat Linux 7.2, with pre-set definitions for the places where Red Hat has placed Kerberos and SSL. It's actually just the lnp port with SPECIALS defined accordingly. You may want to use it as a model if your system needs such definitions. Note that SPECIALS is primarily for IMAP toolkit (and Pine) purposes, and that user settings should use EXTRASPECIALS instead.
2001-12-15Update gaim package to 0.50 extending it with some IRC commands like /listreinoud3-39/+30
and /invite, swedish transaltions, IM/Chats tabbel in one window option and kill off the lagmeter plugin.
2001-12-14Update print/cups to 1.1.12. Relevant changes from version 1.1.10.1 include:jlam5-45/+75
- Bug fixes. - Start of internationalization support for banner and PPD files. - Added support for embedded TrueType fonts in PDF files. - Added support for PostScript functions in PDF files. - Added new "cupsaddsmb" utility for exporting CUPS printer drivers to SAMBA/Windows clients. - The ippRead() and ipp_read_file() functions could not handle more than IPP_MAX_VALUES (100) values in a 1setOf attribute. These functions have been updated to dynamically allocate more memory as needed, and the IPP_MAX_VALUES constant now represents the allocation increment. [this caused some versions of the GIMP-print drivers to fail since the number of media options exceeded 100...] - The web interfaces did not always quote < and & in things like the job title. This had the potential for browser-based security violations (on the browser's machine); bug report from SuSE. - The scheduler now treats unauthenticated usernames as case-insensitive when doing quota and allow/deny processing. - The PostScript filter (pstops) now handles EPS files, adding a showpage command to the files as needed. - The cups-lpd mini-daemon did not support anonymous printing (no username specified). While the username is REQUIRED by RFC-1179, MacOS clients do not send the REQUIRED username information when printing via LPD. - The httpConnect*() functions now try all available addresses for a host when connecting for the first time.
2001-12-14Update net/openslp to 1.0.6. This package now uses the general INSTALLjlam7-250/+108
scripts and honors ${PKG_SYSCONFDIR}. Changes from version 1.0.2 include: * bug fixes * set FRESH flag for registrations; OpenSLP ignores this flag, but other DA implementations like K&A SLP do not. * Minor changes to the way that settings from /etc/slp.conf affect active and passive discovery. * Changed declaration and definition for strncasecmp and strcasecmp so that there is only one place for them in slp_compare.c and slp_compare.h * Honor scopes in SrvRqsts for the special "service:directory-agent" type * Added code to use IP address in agent url for those operating systems where gethostname() does not return a fully qualified domain name (FQDN). * Added code to log parse errors and dump bad messages to the log * Fixed reconnect code to be able to interoperate with inefficient DAs that close the stream after each srvreg/srvack exchange. The Mac OS/X DA is reported to have this problem * Removed calls that (sort of) enforce service-url checking. This is for the benefit of AFP's usage of SRVLOC. Developers are now trusted not to register ambiguous service-urls.
2001-12-14Typo.jlam1-3/+3
2001-12-14Use 'rm -f' instead of 'rm' in case the files don't already exist.jlam1-2/+2
2001-12-14Updated to 6.0.97. Changes since 6.0.92:martti2-5/+13
6.0.093 TCL after patch 6.0.070: bogus message when closing window 6.0.094 Athena: crash when using the bottom scrollbar 6.0.095 Perl: Deleting lines may leave cursor beyond end of file 6.0.096 ":saveas" changes file name even when file already exists 6.0.097 multi-byte: Using CTRL-F in Insert mode may cause a crash
2001-12-14upgrade to 20011215a.itojun2-5/+5
- memory leaks has been plugged - retransmission logic has improved - 6144 DH MODP group
2001-12-14update to bozohttpd 5.09. changes include... um, i forget. it can nowmrg3-59/+17
run in a daemon mode at the very least... (ie, no longer inetd or some other daemon starter dependant)
2001-12-14aKtion uses xanim. Register the dependency.skrll1-1/+2
2001-12-14Fixes for the stricter checking with the new toolchain, providedmartin3-1/+70
by Robert Elz in pkg/14911 (slightly modified by me).
2001-12-14Update mad to 0.14.2b, and make it use audio/esound.toshii2-37/+0
2001-12-14Update mad to 0.14.2b, and make it use audio/esound.toshii4-21/+26
Excerpt of changelog from previous pkgsrc version: * Added a new output module, audio_esd, for EsounD (Enlightened Sound Daemon) support. You must have EsounD already installed before running `configure'. Use -o esd:[HOSTNAME] as args to `madplay'. If --with-esd is given to `configure', EsounD will be used for native audio output. * Added a new output module, audio_cdda, for creating CD audio images. Output is forced to 16-bit 44100 Hz stereo. * Added a new output module, audio_aiff, for Audio IFF (AIFF) format files. * Added new -b (--bit-depth) option to `madplay'. Most output modules now support configurable bit depths. * Added new -i (--ignore-crc) option to `madplay'. * Enabled libtool versioning rather than release numbering. * Renamed `libid3' to `libid3tag' and enabled installation as a separate library. * Modified the audio_null output module to compute peak amplitude.
2001-12-14Install perl5.6.1 as statically linked if perl is statically linked. Alsojlam1-8/+22
provide a way to avoid building a statically linked perl on platforms where it doesn't matter. Currently, by empirical evidence in pkg/14871, this includes mipsel and probably mipseb. Other platforms can add themselves if/when they discover it doesn't matter for them either. Closes pkg/14871 by John Hawkinson <jhawk@mit.edu>.
2001-12-13Update to eawpatches-11, based on work done by Adam Ciarcinski.wiz3-8/+11
Changes since version 10 are sample improvements, discussed in detail in ${PREFIX}/share/timidity/changelog.txt.
2001-12-13Update bochs to 1.3. Version 1.3 clearly performs better, and is morefredb6-66/+92
stable than, version 1.1.2. Extensive changes include a new text-based configuration menu (which starts at launch and upon pressing the config button), LBA support for hard disks, better error handling for "hard disk" configuration errors, and a new VGABIOS (optional). Plus, bochs can now simulate an SMP machine! [The last is not tested on NetBSD, and is not enabled by default in the package.]
2001-12-13Updated to 1.1, provided by Adam Ciarcinski.wiz2-6/+6
Change since 1.0: Added Pipe support to read from stdin
2001-12-13Update security/uvscan to 4.16.0 (using the 4160 engine). Changes fromjlam3-18/+24
version 4.14.0 are: - Support for ACE (WinACE) Archiver - Support for additional packers: PKLITE32, ELiTeWrap, Joiner, PEBundle, PEBundle Write-To-Disk, and tElock. - Support for newer versions of packers: Petite, ASPack, UPX, NeoLite, and PECompact. - Support for BZIP compression format - Support for additional LHA compression formats, LH6 and LH7 - Support for zcompress compression format - Support for PDF 5.0 files - Improved scanning for MIME formats - Support for Unicode and Unicode big-endian saved scripts - Support for Compiled Help files - Support for Microsoft Exchange internal data-transfer format - Support for Internet Message Connector (IMC) Archive format. - Support for uncompressed VBA in Visio files - Improved heuristic analysis for 32-bit Windows applications - Support for compressed RTF and HTML in Microsoft Outlook messages - Support for Script Component Type Libraries - Improved performance when scanning Windows 32 applications
2001-12-13Update security/uvscan-dat to 4176. Pkgsrc changes include using thejlam6-168/+83
general INSTALL scripts and checking in the update_dat script that the place to fetch the DAT files ends in a '/'. Changes include checking for even more Internet worms (includes goner).
2001-12-13Substitute for GREP as well.jlam1-1/+2
2001-12-13Updated Gaim from 0.44 to 0.49 ... BIG improvement and heaps of bugfixesreinoud2-5/+5
.... see homepage for more details for its too big to sum up here; it even fine on NetBSD/Alpha so is prolly LP64 clean enough to work. http://gaim.sourceforge.net/
2001-12-13Be more careful when trying to get the local and destination IP addressesskrll3-1/+74
and wait a bit more time on NetBSD for pppd to start.
2001-12-12Buildlinkify. While here, fix creating of the settings directory on first start.wiz3-6/+33
2001-12-12Buildlinkify.wiz2-6/+11
2001-12-12Update squid to 2.4.3 (squid-2.4.STABLE3), referring to tech-pkg's mailtaca8-27/+110
from "Ciarcinski, Adam \(ISS Brussels\)" <ACiarcinski@iss.net>. From ChangeLog: Changes to Squid-2.4.STABLE3 (Nov 28, 2001): - Fixed bug #255: core dump on SSL/CONNECT if access denied by miss_access - Fixed bug #246: corrupt on-disk meta information preventing rebuilds of lost swap.state files - Fixed bug #243: squid_ldap_auth now supports spaces in passwords - Fixed a coredump when creating FTP directories - Fixed a compile time problem with statHistDump prototype mistmatch, reported by some compilers - Fixed a potential coredump situation on snmpwalk in certain configurations - Fixed bug #229: filedescriptor leakage in the "aufs" cache_dir store implementation - Serbian error message translations I added following changes, too. o honor PKG_SYSCONFDIR keep SQUID_SYSCONFDIR effective. o Add --disable-internal-dns. This made external dnsserver available. External dnsserver could be disabled with configuration file. o Enable optimization with "-O". o Fix a problem to access nat device when transparent proxy enabled. This fix will be contained in squid 2.5 release. o setproctitle() hack for external dnsserver from daemonnews's article.
2001-12-12Use PKGLOCALEDIR instead of hardwired "share".wiz1-32/+32
2001-12-12Retire USE_CURSES, which was superseded by devel/ncurses/buildlink.mk, andwiz2-18/+2
has now been purged from pkgsrc.
2001-12-12Use PKGLOCALEDIR. Use ncurses' and gettext-lib's buildlink.mks insteadwiz4-20/+13
of USE_CURSES and USE_LIBINTL. XXX: libgtop needs to provide a buildlink.mk before this package can be strongly buildlinked.
2001-12-12Use PKGLOCALEDIR instead of local hack, use ncurses and gettext-libwiz3-25/+10
buildlink.mks instead of USE_CURSES and USE_LIBINTL. XXX: guile needs to be buildlinkified before this package can be strongly buildlinked.
2001-12-12Updated to 1.42 (provided by Shell Hung in pkg/14918)martti3-7/+5
Changes : - Added Mail::Mailer::qmail - Mail::Util now also tries sendmail option S for domainname
2001-12-12Updated p5-Mail-Audit to 2.0 (provided by Shell Hung in pkg/14919)martti2-5/+5
Changes : - Mail::Audit now work with Exchange - Documentation fixed - bug fixed for the procmail conversion script
2001-12-12Updated p5-Crypt-CBC to 2.01 (provided by Shell Hung in pkg/14917)martti4-45/+6
Changes : - Patches for foreign program compatibility, initialization vectors and padding methods from Jody Biggs <jody.biggs@paymybills.com> - Removed debugging code - Used Digest-MD5
2001-12-12Update checkbot to 1.66. Changes:abs3-23/+18
* checkbot.pl (get_headers): URI doesn't know about netloc, but it does know about authority. (get_headers): $url is already absolute, no need for ->abs * checkbot.pl (handle_doc): Print a notice when external non HTTP/FTP URLs are dropped. * checkbot.pl (init_modules and other places): Remove URI::URL::strict call and use of new URI::URL because it is obsolete, we should use the URI classes now. * checkbot.pl (init_globals): Initialize last checkpoint time with 0 instead of current time, so that we write out a set of pages right at the start. This will catch problems with permissions for these pages as early as possible. * checkbot.pl (get_server_type): Take into account that we might not learn anything about the server * checkbot.pl (get_headers): Factored out of check_external so that moving to using GET requests only will be easier later. * checkbot.pl (send_mail): Really fix printing of starting URLs in email. All URLs are now printed in the subject and body of the message.
2001-12-12Add LOWER_OS_VERSION to match LOWER_OPSYS, LOWER_VENDOR, and LOWER_ARCHabs2-2/+8
2001-12-12Don't display temporary files (.etcupdate.filename).martti2-4/+4
2001-12-12Fix LP64 bug. Thanks to Michael L. Hitch for tracking it down.dillo2-1/+15
2001-12-12Add perl buildlink (needed for tests during install)jmc1-1/+2
2001-12-12Fix url of home page.enami3-6/+6
2001-12-11Include a patch for the generated configure script so that we don't havejlam3-7/+159
to depend on auto* tools at build-time. This fixes pkg/14916 by Brook Milligan <brook@biology.nmsu.edu>.
2001-12-11Pass in LDFLAGS via SYSTEM_LIBS as it's used as the linker options forjlam1-1/+8
finding various libraries. This ensure that any unusual -Wl,-R options are noted correctly in the generated sdl-config. This should fix problems noted by various people that building packages that depend on SDL bomb out with this error: checking for SDL - version >= 1.0.1... no *** Could not run SDL test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding SDL or finding the wrong *** version of SDL. If it is not finding SDL, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH configure: error: *** SDL version 1.0.1 not found! *** Error code 1 Stop. In particular, it fixes pkg/14833 and pkg/14912 by Robert Elz.
2001-12-11if .tar.bz2 needs bzcat, so does .tbzabs1-2/+2
2001-12-11Drop version number from description.wiz1-8/+8