Commit graph

23626 commits

Author SHA1 Message Date
rh
cad317ebf2 Update oaf to 0.6.6, and while at it, buildlinkify. Changes include:
* fixes to avoid multiple oafd's running
	* error reporting fixes
	* build fixes
	* robustness improvements
2001-10-01 11:01:02 +00:00
agc
52a0edf949 Restore COMMENT definition which got lost in the last upgrade. 2001-10-01 10:42:00 +00:00
agc
4a7020e76c Remove duplicate p5-Compress-Zlib package, standardise on the one in
the devel category.
2001-10-01 10:38:02 +00:00
agc
703b6eb343 This package was a duplicate of devel/p5-Compress-Zlib, albeit a later
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-01 10:37:13 +00:00
agc
c369d8291b Standardise on one p5-Compress-Zlib package, and one version (1.14).
Use buildlink functionality, provided by jlam.
Unknown changes since previous version (1.11).
2001-10-01 10:33:53 +00:00
jlam
1b1849b865 Don't install the man3 pages. We follow the lead that the perl package
sets and ask users to use perldoc to get documentation on specific perl
modules.
2001-10-01 09:09:20 +00:00
jlam
a720dda82b Update p5-Apache-ASP to 2.21. Highlights of the changes from version
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-01 09:06:03 +00:00
jlam
1e3857e939 Note addition of textproc/p5-XML-XSLT. 2001-10-01 08:54:40 +00:00
jlam
f7dde518fc p5-XML-XSLT - perl5 module for processing XSLT
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-01 08:51:41 +00:00
jlam
b658463681 Fix the linker flags so they are acceptable to ld. This change is needed
after perl was updated to 5.6.1nb4, which introduced linker flags to find
local libraries at run-time.
2001-10-01 08:36:44 +00:00
jun
4d4246ddee Update mew to 2.0.55
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-01 07:48:15 +00:00
rh
f15457eca2 Reduce dependency on gnome-core to gnome-libs. While we are at it, make
this strongly buildlinked and provide a buildlink.mk for dependent packages
2001-10-01 07:34:04 +00:00
rh
fc94e98714 Fix copy/paste error and remove libart 2001-10-01 07:08:09 +00:00
jlam
2eea86c397 Update perl to 5.6.1nb4. Changes from version 5.6.1nb3 include:
* 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-01 07:05:10 +00:00
rh
44b8ad0811 Buildlinkify 2001-10-01 07:04:03 +00:00
rh
af05a91fc3 Add buildlink.mk 2001-10-01 06:57:25 +00:00
zuntum
78b62cc653 Use REPLACE_PERL instead of SED/MV 2001-10-01 06:35:58 +00:00
tv
bb231171aa Don't set SU_CMD twice (the setting here was wrong anyway). The default
may need to be platform-dependent, so let bsd.pkg.mk (not .defaults.mk
set the default.
2001-10-01 04:16:43 +00:00
jlam
a6e91a2b32 Mark as USE_BUILDLINK_ONLY as this package is strongly-buildlinked. 2001-10-01 03:07:21 +00:00
jlam
e938eb4eea Note addition of archivers/p5-Compress-Zlib. 2001-10-01 02:51:43 +00:00
jlam
a4267b98aa archivers/p5-Compress-Zlib:
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-01 02:50:09 +00:00
jlam
8389f51f39 Note additions of:
www/p5-Apache-Filter
        www/p5-Apache-SSI
        www/p5-HTML-Clean
        www/p5-HTML-FillInForm
        www/p5-HTML-SimpleParse
2001-10-01 02:39:12 +00:00
jlam
a59e0994ee p5-HTML-FillInForm: populates HTML Forms with CGI data
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-01 02:33:43 +00:00
jlam
976394ece1 p5-HTML-Clean - perl5 module that cleans up HTML code for web browsers
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-01 02:28:13 +00:00
jlam
42500b7205 p5-Apache-SSI - implements Server Side Includes in Perl
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-01 02:12:59 +00:00
jlam
1c954a10b3 p5-Apache-Filter: alter the output of previous Apache handlers
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 02:09:46 +00:00
mcr
fc882e9a95 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-01 01:58:47 +00:00
jlam
d6e0950c71 www/p5-HTML-Parser:
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-01 01:58:26 +00:00
jlam
5d68119a1f Note addition of databases/p5-MLDBM-Sync. 2001-10-01 01:29:20 +00:00
jlam
5d4e04eb28 p5-MLDBM-Sync - perl5 module for safe concurrent access to MLDBM databases
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-01 01:28:01 +00:00
wiz
daf6a76d0d Buildlinkify (strongly), and use ncurses' buildlink.mk, which removes
the need for some of the hacks in the patches.
2001-10-01 00:51:46 +00:00
mcr
cb09e0f2e9 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-01 00:33:14 +00:00
mcr
219da0b48b pkg from sen_ml@eccosys.com 2001-10-01 00:00:08 +00:00
mcr
782441d734 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-09-30 23:53:24 +00:00
mycroft
422e56b37b Hack around problems with locale.h not being included. (This may not be
exactly TRT; it should probably use Xlocale.h.)
2001-09-30 22:13:45 +00:00
abs
e31ba171a2 Add 'show-installed-depends' - neat implementation thanks to Hubert. 2001-09-30 22:10:33 +00:00
zuntum
740d304da5 Update whatmask to 1.1
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-30 21:22:07 +00:00
rh
19a51fb6b8 Update gdk-pixbuf and gdk-pixbuf-gnome to 0.11.0. Changes are:
* 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-30 21:17:58 +00:00
rh
3c9878b2ca Update gnome-libs to 1.4.1.2.
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-30 21:14:34 +00:00
rh
6f9a41c49e Update popt to 1.6.2. Changes are bugfixes and a few additional parsers.
While we are at it, add a buildlink.mk file as well.
2001-09-30 21:03:22 +00:00
rh
92d400e850 Update libxml to 1.8.16. Changes are memory management improvements and
bugfixes.
2001-09-30 20:15:48 +00:00
martin
8259c28c07 Fix references to installed pkg directory.
This should now work w/ or w/o xpkgwedge installed.
Closes PR 14102.
2001-09-30 16:38:08 +00:00
blymn
c5a960ec80 Fixed improper tgetstr call that was causing bitchx to crash when
used with NetBSD curses.
2001-09-30 13:52:57 +00:00
rh
1bebacda6c Undo previous import. Alistair already committed an rdesktop package some
time ago.
2001-09-30 11:15:19 +00:00
rh
2895509207 Initial import of rdesktop-1.1.0, an open source Remote Desktop Protocol
client.
2001-09-30 11:08:13 +00:00
zuntum
938010d630 Update qmail-conf to 0.60
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-30 10:53:43 +00:00
seb
88f55aa442 Add and enable exctags 2001-09-30 10:35:32 +00:00
seb
b101a56f47 Added exctags 5.0.1, an exuberant (feature-filled) tagfile generator for vi,
emacs and clones.
Package provided by myself in pkg/13989, pkg directory name adjusted to
devel/exctags.
2001-09-30 10:26:10 +00:00
wiz
22775b8591 Buildlinkify (strongly). 2001-09-30 10:13:54 +00:00
wiz
18a72f062e Mark as USE_BUILDLINK_ONLY (not that it changes anything in this case, but
it should be noted :)
2001-09-30 09:41:00 +00:00