summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-01Sort.wiz1-3/+3
2001-10-01re-add textproc to CATEGORIESwiz1-2/+2
2001-10-01Remove patch that's unneeded after mcr's "update" of the package.wiz1-15/+0
2001-10-01p5-Compress-Zlib is in devel not archivers (now)abs1-2/+2
2001-10-01Avoid Makefile breakage on non supported ARCHabs1-1/+3
2001-10-01Avoid makefile bulk-build breakage on non supported ARCHs by setting PLIST_ARCHabs1-1/+3
to blank in those cases
2001-10-01Add 7 packages (hi Michael!), sort all.wiz1-3/+10
2001-10-01 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGPmcr8-29/+51
2001-10-01buildlinkifyrh2-11/+57
2001-10-01Update pkgchk to 1.17abs2-4/+4
Fix final item of breakage from 1.14 and parsing pkgchk.conf. Ack.
2001-10-01s:textproc/oaf:devel/oaf:rh1-2/+2
2001-10-01buildlinkifyrh2-18/+69
2001-10-01Fvwm 2.4.2 has been released. List of changes is too long to be includedmartti7-63/+63
here, please see ChangeLog in the build directory for further details.
2001-10-01Update oaf to 0.6.6, and while at it, buildlinkify. Changes include:rh14-164/+89
* fixes to avoid multiple oafd's running * error reporting fixes * build fixes * robustness improvements
2001-10-01Restore COMMENT definition which got lost in the last upgrade.agc1-1/+2
2001-10-01Remove duplicate p5-Compress-Zlib package, standardise on the one inagc1-2/+1
the devel category.
2001-10-01This package was a duplicate of devel/p5-Compress-Zlib, albeit a lateragc6-63/+0
version. I've updated devel/p5-Compress-Zlib to 1.14, which was the level of this version, and removed this package accordingly. Done this way because there are two other packages which depend upon p5-Compress-Zlib being in the devel category.
2001-10-01Standardise on one p5-Compress-Zlib package, and one version (1.14).agc6-11/+49
Use buildlink functionality, provided by jlam. Unknown changes since previous version (1.11).
2001-10-01Don't install the man3 pages. We follow the lead that the perl packagejlam2-1/+14
sets and ask users to use perldoc to get documentation on specific perl modules.
2001-10-01Update p5-Apache-ASP to 2.21. Highlights of the changes from versionjlam2-17/+25
0.05 (!!) include: * Can now use CGI.pm in ASP scripts * XML/XLST support * Fixes for running with perl-5.6.1 * Nested includes allowed * Security fixes * Vastly improved Session Manager * Optimizations for speed of execution * Basic Authentication directly supported
2001-10-01Note addition of textproc/p5-XML-XSLT.jlam1-1/+2
2001-10-01p5-XML-XSLT - perl5 module for processing XSLTjlam4-0/+31
This module implements the W3C's XSLT specification. The goal is full implementation of this spec, but we have not yet achieved that. However, it already works well. See the XML::XSLT Commands entry in the perldoc module documentation for the current status of each command.
2001-10-01Fix the linker flags so they are acceptable to ld. This change is neededjlam2-4/+4
after perl was updated to 5.6.1nb4, which introduced linker flags to find local libraries at run-time.
2001-10-01Update mew to 2.0.55jun2-5/+5
Mew 2.0.55 (2001/10/01) mew-dist release * A bug fix for file mode of manuals. * Code clean up for refile. * A bug fix for mew-regex-id. * Removing mew-folder-remotep. * +mdrop finally. * mew-time-diff. * If a number N is set to mew-pop-delete, it means to keep message on the POP server for N days. * A bug fix for mew-folder-check. * A bug fix for mew-substring. * A bug fix for mew-summary-sort. * A bug fix for mark handling of mew-summary-refile. * Fixing the problem of ":" vs "y" and/or "C-cC-l".
2001-10-01Reduce dependency on gnome-core to gnome-libs. While we are at it, makerh2-13/+62
this strongly buildlinked and provide a buildlink.mk for dependent packages
2001-10-01Fix copy/paste error and remove libartrh1-2/+1
2001-10-01Update perl to 5.6.1nb4. Changes from version 5.6.1nb3 include:jlam4-18/+50
* Ensure that shared objects/libraries created by perl Makefiles include the correct run-time library search path by also including the local libraries directories. For example, shared objects are linked on ELF platforms with "cc -Wl,-R/usr/pkg/lib -L/usr/pkg/lib", and not just "cc -L/usr/pkg/lib" as before.
2001-10-01Buildlinkifyrh2-4/+53
2001-10-01Add buildlink.mkrh1-0/+50
2001-10-01Use REPLACE_PERL instead of SED/MVzuntum1-6/+2
2001-10-01Don't set SU_CMD twice (the setting here was wrong anyway). The defaulttv1-3/+3
may need to be platform-dependent, so let bsd.pkg.mk (not .defaults.mk set the default.
2001-10-01Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked.jlam1-4/+5
2001-10-01Note addition of archivers/p5-Compress-Zlib.jlam1-1/+2
2001-10-01archivers/p5-Compress-Zlib:jlam6-0/+63
The Compress::Zlib module provides a Perl interface to the zlib compression library. Most of the functionality provided by zlib is available in Compress::Zlib.
2001-10-01Note additions of:jlam1-1/+6
www/p5-Apache-Filter www/p5-Apache-SSI www/p5-HTML-Clean www/p5-HTML-FillInForm www/p5-HTML-SimpleParse
2001-10-01p5-HTML-FillInForm: populates HTML Forms with CGI datajlam4-0/+30
This module automatically inserts data from a previous HTML form into the HTML input, textarea and select tags. It is a subclass of the HTML::Parser manpage and uses it to parse the HTML and insert the values into the form tags. One useful application is after a user submits an HTML form without filling out a required field. HTML::FillInForm can be used to redisplay the HTML form with all the form elements containing the submitted info.
2001-10-01p5-HTML-Clean - perl5 module that cleans up HTML code for web browsersjlam4-0/+31
The HTML::Clean module encapsulates a number of common techniques for minimizing the size of HTML files. You can typically save between 10% and 50% of the size of a HTML file using these methods. It provides the following features: Remove unneeded whitespace (beginning of line, etc.) Remove unneeded META elements Remove HTML comments (except for styles, javascript and SSI) Replace tags with equivilant shorter tags (<strong> --> <b>, etc.)
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.