summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam375-892/+894
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-27Updated pkgchk to 1.13abs3-113/+129
Speed optimisations: Reduce number of calls to 'make' If a package is checked in the '-u' check, skip it in the '-a' check Features: Output after the checking phase is now suitable for use as an sh script Implement '-r' which will recursively delete mismatched packages Fixes: Change pkgchk references to pkg_chk
2001-09-27p5-Net-* is ambiguous. Fix all wildcard to 'correct' -[0-9]*abs1-5/+5
2001-09-27Sun moved the distfiles, so fix the pre-fetch and do-fetch targets. Alsojlam2-33/+44
add a check for the distfile before descending into the urlget directory and making urlget. This fixes the problem with abusing BUILD_DEPENDS to ensure that urlget is installed prior to fetching the distfiles, noted in pkg/13410 by Bernd Ernesti <bernd@arresum.inka.de>.
2001-09-27Mark as USE_BUILDLINK_ONLY since it satisfies the strongly-buildlinkedjlam1-2/+3
requirements.
2001-09-27Import of canonical tnftp 20030825 sources,lukem1-0/+55
to make it easier to track new versions.
2001-09-27http support also needs threads, so disable http for now as welllukem1-3/+4
2001-09-27Uncomment ruby14 packages -- shouldn't hurt bulk builds, andwiz2-4/+4
helps creating README's for them.
2001-09-27Update delegate to 7.5.3.tacha2-5/+5
Change lists can be found at http://www.delegate.org/delegate/updates/
2001-09-27Update uvscan-dat to 4163. Changes are updated virus definitions and somerh3-10/+17
fixes to the update script: - correctly parse the new readme.txt files - be verbose only if -v option is given (for cron-lovers) - optional parameter to specify an alternate download location
2001-09-27Note addition of security/p5-IO-Socket-SSL.jlam1-1/+2
2001-09-27p5-IO-Socket-SSL - perl5 SSL socket interface classjlam4-0/+27
IO::Socket::SSL is a class implementing an object-oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods as well as SSL-specific methods. Provided in pkg/14036 by Sen Nagata <sen@eccosys.com>.
2001-09-27Change foo-* dependencies into foo-[0-9]* dependencies so we match onlyjlam4-13/+13
those packages with a base package name of "foo".
2001-09-27Whitespace changes.jlam1-12/+12
2001-09-27This package requires a relatively recent OpenSSL installation.jlam1-1/+3
2001-09-27Note addition of security/p5-Net-SSLeay.jlam1-1/+2
2001-09-27p5-Net-SSLeay - perl5 module for using OpenSSLjlam4-0/+30
Net::SSLeay.pm is a perl module that allows you to call Secure Sockets Layer (SSL) functions of the SSLeay library directly from your perl scripts. It is useful if you want to program robots that access secure web servers or if you want to build your own applications over SSL encrypted tunnels. Provided in pkg/14035 by Sen Nagata <sen@eccosys.com>.
2001-09-27disable gnus for temporarily. I messed up vis a vis conflicting info filesperry1-2/+2
2001-09-27add gnusperry1-1/+2
2001-09-27Add a package for Gnus 5.8.8 -- much more up to date than the one in emacs.perry4-0/+148
2001-09-27Don't try to chmod the installer if it's already executable. This isjlam1-2/+5
needed in case the package builder doesn't own the distfile.
2001-09-27Use a wildcard dependency on kdebase instead of hard-coding version 2.1.jlam1-2/+2
2001-09-27Update all xemacs packages to latest versions and add gnus package.perry3-509/+921
Update package version number to 1.7
2001-09-27upgrade to 2.9.9p2. a security hole was pluggeditojun5-48/+48
(ssh protocol v2 access control).
2001-09-27Note addition of mail/p5-Mail-Audit.jlam1-1/+2
2001-09-27p5-Mail-Audit - perl5 module for filtering mailjlam4-0/+32
`Mail::Audit' was inspired by Tom Christiansen's audit_mail and deliverlib programs. It allows a piece of email to be logged, examined, accepted into a mailbox, filtered, resent elsewhere, rejected, and so on. It's designed to allow you to easily create filter programs to stick in a .forward file or similar. Provided in pkg/13848 by Sen Nagata <sen@eccosys.com>.
2001-09-27Note addition of mail/p5-Mail-ListDetector.jlam1-1/+2
2001-09-27p5-Mail-ListDetector - perl5 module to detect whether a message is from ajlam4-0/+34
mailing list This module analyzses Mail::Internet objects. It returns a Mail::ListDetector::List object representing the mailing list. The RFC2369 mailing list detector is also capable of matching some Mailman and Ezmlm messages. It is deliberately checked last to allow the more specific Mailman and Ezmlm parsing to happen first, and more accurately identify the type of mailing list involved. Provided in pkg/13847 by Sen Nagata <sen@eccosys.com>.
2001-09-27Use a wildcard dependency instead of hard-coding one specific version.jlam1-2/+2
2001-09-27Note addition of devel/p5-Test-Simple.jlam1-1/+2
2001-09-27p5-Test-Simple - perl5 module with a simple framework for writing testsjlam4-0/+28
This is an extremely simple, extremely basic module for writing tests suitable for CPAN modules and other pursuits. If you wish to do more complicated testing, use the Test::More module (a drop-in replacement for this one). Provided in pkg/13846 by Sen Nagata <sen@eccosys.com>.
2001-09-27Note addition of devel/p5-Test-Harness.jlam1-1/+2
2001-09-27devel/p5-Test-Harness - run perl standard test scripts with statistics.jlam5-0/+36
Provided in pkg/13845 by Sen Nagata <sen@eccosys.com> with some fixes by me to install into ${PERL5_SITEARCH} instead of mixing the module with the standard perl library in ${PERL5_ARCHLIB}.
2001-09-27Note addition of mail/p5-Email-Valid.jlam1-1/+2
2001-09-27mail/p5-Email-Valid: This module determines whether an email address isjlam4-0/+27
well-formed, and optionally, whether a mail host exists for the domain. Provided in pkg/13844 by Sen Nagata <sen@eccosys.com>.
2001-09-27Use a wildcard dependency instead of hard-coding just p5-Net-1.0703.jlam1-2/+2
2001-09-27Note addition of misc/p5-ControlX10-CM17.jlam1-1/+2
2001-09-27p5-ControlX10-CM17 - perl5 module for controlling the X10 CM17A controllerjlam4-0/+43
The FireCracker (CM17A) is a send-only X10 controller that connects to a serial port and transmits commands via RF to X10 transceivers. This module translates human-readable commands (eg. 'A2J') into the bit patterns and control signal pulses accepted by the CM17. This package was provided by Damon Brodie <damon@brodiefamily.org> in pkg/11784 with some updates to conform to current pkgsrc standards by me.
2001-09-26Make this package more likely to work. After we do the autoconf step,wrstuden1-2/+9
crank down the maximum number of commands to feed one sed. Otherwise config.status won't work with any of sun's seds. Doing something with gsed won't work because while you can tell a package to use a given sed (via ${SED} if needed), you can't tell configure to use a given sed.
2001-09-26Remove unused patch since update from libxml2-2.4.2 to 2.4.5.jlam1-13/+0
2001-09-26Update libxml2 to 2.4.5. Relevant changes from version 2.4.2 include:jlam6-52/+36
* Bug fixes. * Do not output hexadecimal charrefs when serializing HTML since some version of Netscape can't grok it, generate decimal ones. * Moved includes to includedir/libxml2/libxml. * Added a --convert option to xmlcatalog to convert SGML ones to the XML syntax. * Added a catalog PI.
2001-09-26Update to 1.6.3, featuringmjl3-63/+87
o new Polish translation o Danish and Spanish translation of new account files o updated Swedish, German, and Portuguese translations o child accounts can be reconciled with the parent o support for TrustNet online quotes o support for precious metal currencies o bug fixes
2001-09-26Add our LDFLAGS to the link command so that -lintl can be resolved to thejlam2-3/+4
correct library at link-time and at run-time. Also, mark this package as USE_BUILDLINK_ONLY. This fixes the problem noted in pkg/13901 by Tim Preston <tim@flibble.org>.
2001-09-26Enable robodoc.wrstuden1-1/+2
2001-09-26textproc/robodoc - tool to build code documentation from comments in sourcewrstuden8-0/+95
robodoc extracts comments describing the code into documentation files. It is inspired by the autodoc program written by Commodore.
2001-09-26Add a bunch of files I missed when first making this package.wrstuden1-1/+35
2001-09-26Add optional IPv6 and OpenSSL support to the "xchat" package. Both aretron2-2/+23
turned on by default but can be turned of with "USE_INET6=NO" and "XCHAT_USE_SSL=NO".
2001-09-26Create test target and don't always do testing.taca1-2/+4
2001-09-26Add storage-manager.ad1-1/+2
2001-09-26Adaptec Storage Manager, event logger and associated tools. For use with DPTad9-0/+211
and Adaptec I2O SCSI & IDE RAID adapters. Prepared by myself and lukem.