summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-01p5-Apache-SSI - implements Server Side Includes in Perljlam5-0/+51
Apache::SSI implements the functionality of mod_include for handling server-parsed html documents. It runs under Apache's mod_perl. In my mind, there are two main reasons you might want to use this module: you can sub-class it to implement your own custom SSI directives, and/or you can parse the output of other mod_perl handlers, or send the SSI output through another handler (use Apache::Filter to do this).
2001-10-01p5-Apache-Filter: alter the output of previous Apache handlersjlam5-0/+63
These modules provide the ability to chain PerlHandler routines together, so that the output of one handler/filter becomes the input of the next handler/filter. The following Perl modules are known to be "Filter-aware": Apache::Registry (using Apache::RegistryFilter) Apache::SSI Apache::ASP HTML::Mason Apache::SimpleReplace
2001-10-01 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr4-0/+31
2001-10-01www/p5-HTML-Parser:jlam4-0/+37
This module is a bare-bones HTML parser. It is similar in concept to HTML::Parser, but it differs in a couple of important ways. First, HTML::SimpleParse just finds tags and text in the HTML you give it; it does not care about the specific content of these tags (though it does distinguish between different _types_ of tags, such as comments, starting tags like <b>, ending tags like </b>, and so on). Second, HTML::SimpleParse does not create a hierarchical tree of HTML content, but rather a simple linear list. It does not pay any attention to balancing start tags with corresponding end tags, or which pairs of tags are inside other pairs of tags. Because of these characteristics, you can make a very effective HTML filter by sub-classing HTML::SimpleParse.
2001-10-01Note addition of databases/p5-MLDBM-Sync.jlam1-1/+2
2001-10-01p5-MLDBM-Sync - perl5 module for safe concurrent access to MLDBM databasesjlam4-0/+29
This module wraps around the MLDBM interface, by handling concurrent access to MLDBM databases with file locking, and flushes I/O explicity per lock/unlock. The new [Read]Lock()/UnLock() API can be used to serialize requests logically and improve performance for bundled reads and writes.
2001-10-01Buildlinkify (strongly), and use ncurses' buildlink.mk, which removeswiz4-38/+11
the need for some of the hacks in the patches.
2001-10-01 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr8-0/+78
2001-10-01 pkg from sen_ml@eccosys.commcr5-0/+48
2001-09-30 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr12-0/+107
2001-09-30Hack around problems with locale.h not being included. (This may not bemycroft3-7/+32
exactly TRT; it should probably use Xlocale.h.)
2001-09-30Add 'show-installed-depends' - neat implementation thanks to Hubert.abs2-2/+14
2001-09-30Update whatmask to 1.1zuntum2-5/+5
Changes from version 1.0: Introduced support for reporting network address, broadcast address, number of IPs, first IP and last IP. Made some source adjustments to facilitate compiling under Win32, MacOS Classic and MacOS X. Optimized a routine or two. Cleaned up code / headers.
2001-09-30Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:rh3-11/+7
* Made the GdkPixbufLoader headers usable by C++ compilers by replacing "private" with "priv" * Replaced the documentation Makefile with one similar to that in GTK+ HEAD
2001-09-30Update gnome-libs to 1.4.1.2.rh4-14/+156
Changes include: * portability fixes * fix stuck grabs with dnd on the canvas * fix bad memory corrupting bugs that should fix most theme related crashes reported earlier * i18n fixes * memory leak fixes * gnome-calculator can expand buttons vertically * build fixes * developer documentation for libart_lgpl * fix crashes and memory problems in libart_lgpl
2001-09-30Update popt to 1.6.2. Changes are bugfixes and a few additional parsers.rh5-9/+110
While we are at it, add a buildlink.mk file as well.
2001-09-30Update libxml to 1.8.16. Changes are memory management improvements andrh4-15/+15
bugfixes.
2001-09-30Fix references to installed pkg directory.martin1-5/+5
This should now work w/ or w/o xpkgwedge installed. Closes PR 14102.
2001-09-30Fixed improper tgetstr call that was causing bitchx to crash whenblymn3-6/+41
used with NetBSD curses.
2001-09-30Undo previous import. Alistair already committed an rdesktop package somerh4-14/+18
time ago.
2001-09-30Initial import of rdesktop-1.1.0, an open source Remote Desktop Protocolrh4-18/+14
client.
2001-09-30Update qmail-conf to 0.60zuntum3-7/+7
The only change in this version is: o rename qmail-conf to qmail-delivery-conf, so now it's clear what it actually does Update provided by Sen Nagata <sen_ml@eccosys.com> in private mail.
2001-09-30Add and enable exctagsseb1-1/+2
2001-09-30Added exctags 5.0.1, an exuberant (feature-filled) tagfile generator for vi,seb6-0/+441
emacs and clones. Package provided by myself in pkg/13989, pkg directory name adjusted to devel/exctags.
2001-09-30Buildlinkify (strongly).wiz1-5/+9
2001-09-30Mark as USE_BUILDLINK_ONLY (not that it changes anything in this case, butwiz1-1/+2
it should be noted :)
2001-09-30Buildlinkify (should be strongly buildlinked now).wiz3-10/+20
2001-09-30Package doesn't depend on ncurses features, so replace 'ncurses' withwiz2-6/+4
'curses' in COMMENT and DESCR.
2001-09-30Martin Lauberbach maintains this package at the moment.tron1-2/+2
2001-09-30upgrade to 1.09a. a lot of bugfixes, new directives, security hole fixitojun5-47/+11
(has been incorporated as pkgsrc patch), etc.
2001-09-30Update to version 20010921 - more ad patterns added.simonb2-5/+5
2001-09-29another typohubertf1-2/+2
2001-09-29Fix typo pointed out by marius@alchemy.franken.de in private mail.hubertf1-2/+2
2001-09-29Update evolution to 0.14. Changes are:rh7-93/+40
General: - Lots of i18n fixes. (Zbigniew Chyla and others) - Made the splash screen use BackingStore. (Ettore) - Added a quit dialog box. (Ettore) - Fixed a shell crash that could happen when launching Evolution before a previously launched instance was done initializing itself. - Fixed other random shell crashes. (Ettore) - Got the shell to remember window geometries on exit. (Ettore) - Fixed some things for Automake 1.5 (unfinished). (Richard Boulton) - Add nice highlighting to DnD operations in the folder tree. - Fixed several leaks. (Dan) - Fixed some problems with folder creation and deletion. (Toshok) - Made the Summary the default folder. (Ettore) - Made the title bar display the unread message count again. Mail: - Had a few beers while sitting back and relaxin'. (Jeff, Michael) - Check for valid addresses before sending. (Trow) - Use contact preferences when deciding whether or not to put the composer into HTML mode by default. (Trow) - Properly address mail from "hidden" contact lists. (Trow) - Redid folder unread counts/folder tree backend code completely. (Michael) - Implemented/fixed getfolderinfo in maildir/spool/local folder/vfolder, required to make unread counts work. (Michael) - Redid 'local folder' handling code completely. (Michael, Peter) Also fixed the properties dialogue to get the list of supported types dynamically, and set the right one at startup. (Michael) - Redid vfolder code in evolution-mail completely. Main visible change is they open at startup, and the vfolder editor works much better. (Michael) - Made it so fcntl(2) locking failures on filesystems (e.g. NFS) that dont support locking are treated as success. (Michael) - Fix imap inbox filtering, then moved it to CamelFolder, and partly implemented it for spool and maildir mailboxes. (Michael) - Made the vfolder UNMATCHED folder's name translatable. (Michael) - Change the way the 'not body contains' filter rule works, so that it runs much more efficiently, particularly on IMAP. (Michael) - Camel will not try and convert charsets of data that contain invalid charset data, thus data will not be tainted by a failed conversion process. (Michael) - A few threading scheduling changes to try to optimise the user experience. Also changed the way threads are terminated, avoiding some possible libpthread bugs. (Michael) - Changed vfolder uri's to not include the query, set it separately. - Removed a lot of special case code for vfolder/file uri's, other dead or newly redundant code, cleanups, etc. (Michael) - Fixed a bug in libibex that would overallocate block data and corrupt it and crash, also fail-back and reset the index in more cases. (Michael) - Fix filtering on score so the expression compiles. (Michael) - Came to visit USA at a very wrong time. (Michael) - Removed X-Evolution headers before sending messages. (Jeff) - When configuring a new default account, make sure to set it as the default. (Jeff) - Convert all textual parts to 8bit before saving them, this makes saved messages more human readable. (Jeff) - Don't cache PGP passphrases unless the user requests to do so. (Jeff) - Unsubscribe from folders before deleting them. (Jeff) - Fixed a number of race conditions in the subscribe dialog. (Jeff) - Save transport (SMTP) passwords if the user has asked us to. (Jeff) - Hide the S/MIME frame in the account editor, we won't be supporting it for 1.0. (Jeff) - Fixed it so that icons are displayed for PGP messages. (Jeff) - Give a description for each of the Source and Transport types when configuring an account. This makes a few things less confusing. (Jeff) - When performing a Send & Receive on a disconnected IMAP server, if the user provides a password, connect tot he IMAP server and display it's folders too. (Jeff) - Return a folder info for each IMAP folder created when the user creates a recursive directory structure. (Jeff) - Added support for more charset conversions (including all Windows-cp125x charsets). (Jeff) - When the disk is full, warn the user and don't crash. (Jeff) - Handle POP servers that don't support the UIDL extension. (Jeff) - Several PGP fixes. (Jeff) Addressbook: - Miscellaneous bug fixes. (Jon Trowbridge, Chris Toshok, Chris Lahey, Ettore Perazzoli, Iain Holmes, Zbigniew Chyla, Jacob Berkman) - Fixed race conditions associated with adding/removing contacts. The addressbook should be much more stable now. (Trow) - Fixed reference counting bugs in addressbook & wombat. (Trow) - Made address lookup smarter; cut & paste of address now mostly works. - Plugged Trow's memory leaks. (Larry) - Name completion now works with one-word names, so it is now much easier to send mail to Cher. (Trow) - Better handling of contact lists in the composer entries. (Trow, Toshok) - SelectNames dialog fixes. (Trow) - Better handling of contact lists in the pilot conduits. (JP) - Added Free busy URL and Calendar URI info to contact editor and ECard. (JP) - Made it so you can select uneditable text in Contact Editor. (Chris Toshok) - Worked on LDAP dialog. (Chris Toshok) - General LDAP work. (Chris Toshok) - Fixed charset handling within VCard handling. (Chris Lahey) - Reworked Drag & Drop for card view. Calendar & Tasks: - Free/Busy changes. (JP, Rodrigo) - iTIP fixes (JP) - i18n fixes, particularly for printing (Zbigniew Chyla) - Added option to confirm deletions (Federico) - Improved alarm system (Federico) - Fixed crashing bug when deleting a folder (Federico) - Added option to hide completed tasks (Damon) - Timezone changes for interoperability with Outlook (Damon) - Fixed problems displaying/parsing times in locales which don't specify 'am' and 'pm' strings (Damon) - Added toolbar button to delete the selected calendar event (Damon) - Meeting selector integrated (JP) Summary: - Fixed bugs and leaks. (Iain) - Fixed bug with handling of the Slashot RDF files. (Iain) - Made the Addressbook and Tasks links open the editor for them. (Iain) - Mail summary doesn't force all folders to be opened. (Iain) - Calendar summary shows if an alarm is set for an appointment. (Iain) - Timezone fixes. (Iain, Damon) Importers: - Fixed more bugs. (Iain) - Netscape importer shouldn't crash on Movemail users anymore. - Pine importer should import addressbooks better. (Iain) - VCard importer will actually import things now. (Iain)
2001-09-29Update gtkhtml to 0.13.0. Changes are bugfixes only.rh4-24/+19
2001-09-29Upgrade to version 7.9seb3-7/+9
Fixed in 7.9 now properly returns an error code when connection to an SSL server with a non-legitimate certificate. displays certificate expire date with SSL and verbose output -R sets the timestamp of a downloaded file to the same as the remote file -c writes all cookies to a specified file (based on the new libcurl option CURLOPT_COOKIEJAR) SSL session ID caching is being done for multiple requests to the same hosts CURLOPT_COOKIEFILE can now be specified any number of times fixed portability issue in the SSL code -G improvements, now works with -I and on URLs including question mark. various windows compile, build and makefile fixes multiple curl_easy_perform() invokes when a previous invoke followed a Location: could lead to a crash curl_formadd() is a new function to replace the now deprecated curl_formparse() one, for building rfc1867 form posts. rfc1867-posts are now done including the Expect: 100-continue header. release archive now includes all docs as HTML pages too flushes the progress meter stream to improve look on windows fixed the configure script --with-ssl problem
2001-09-29Crap. crap crap crap.abs1-2/+1
2001-09-29Update pkgchk to 1.16abs2-8/+9
Fix awk in pkgchk.conf parsing broken in 1.14
2001-09-29Update p5-URI to 1.17. Relevant changes from version 1.12 include:jlam2-5/+5
- Bug fixes - URI::Escape::uri_escape default has changed. Reserved characters are now escaped when no second argument is provided. - URI::WithBase now overrides the can() method and delegate it to the URI member. This also affects the URI::URL behaviour. - URI.pm now conforms to RFC 2732 which specify how literal IPv6 addresses are to be included in URLs. - URI/Escape now allows "/" in the $unsafe pattern argument.
2001-09-29Add perl5 to the categories so we're listed properly in the binaryjlam1-2/+2
packages list.
2001-09-29Update p5-Devel-Symdump to 2.01. Changes from version 2.00 are onlyjlam2-5/+5
fixes to the documentation.
2001-09-29Note addition of print/p5-PostScript-MailLabels.jlam1-1/+2
2001-09-29Use "${STRIPFLAG}" and not "${STRIP}" as argument to "install" in thetron1-2/+2
"do-install" target so that the "lsof" binary really gets stripped. Patch supplied by Eric Gillespie Jr. in PR pkg/14092.
2001-09-29print/p5-PostScript-MailLabels:jlam4-0/+27
PostScript::MailLabels contains modules for creating PostScript files of mailing address labels, to be printed on standard adhesive-backed mailing label stock. Create PostScript(tm) code for calibrating and testing mailing label printing, and finally create the code for the labels themselves.
2001-09-29Update ap-dtcl to version 0.11.2. Changes since 0.10.0 include:jwise4-21/+22
libapache-mod-dtcl (0.11.2-1) unstable; urgency=low * Minor updates. * Fixes build variables: (closes: #102200) -- David N. Welton <davidw@debian.org> Thu, 30 Aug 2001 11:08:17 +0200 libapache-mod-dtcl (0.11.1-1) unstable; urgency=low * Fixed VARS variable, documentation updates. * Fixed build variables: (closes: #102208) -- -- David N. Welton <davidw@debian.org> Fri, 27 Jul 2001 13:52:10 +0200 libapache-mod-dtcl (0.11.0-1) unstable; urgency=low * New variable command 'var'. -- David N. Welton <davidw@debian.org> Sat, 2 Jun 2001 19:18:30 +0200 libapache-mod-dtcl (0.10.1-0) unstable; urgency=low * Fixed file upload bug. * Added ErrorScript directive. * Update docs. -- David N. Welton <davidw@debian.org> Tue, 1 May 2001 18:17:08 +0200
2001-09-29Fix problem in compilation which didn't interfere with tcl-expat being loadedjwise2-4/+4
into a normal tcl interpreter, but did interfere with tcl-expat being loaded into apache mod_dtcl.
2001-09-28Update to unison-2.7.7. Changes:hubertf4-15/+41
* Many changes to the internal data structures (not backward compatible!) * Centralized backups * Lots of bug fixes * Many other feature enhancements Requested by Ben Wong <benjamin.wong@cc.gatech.edu>. While there, fix the dependency on ocaml, and install some docs. PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
2001-09-28Add and enable tcl-expat.jwise1-1/+2
2001-09-28Initial import of tcl-expat, a drop-in replacement for tcl-xml (OK, OK, actuallyjwise6-0/+232
it came first) which uses the expat library for speedy and precise xml parsing.
2001-09-28Defuzz patches.jlam2-9/+9