summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-18Remove a completed upgrade.skrll1-4/+1
2001-09-18Add files missed in last commit.skrll2-0/+39
2001-09-18Update to version 2.0.16skrll13-124/+172
Changes to numerous to mention see the changes.html file.
2001-09-18Add a new bsd.pkg.defaults.mk file, derived from the old mk.conf.example.agc2-1/+1150
This file is "included" automatically before <bsd.own.mk> includes /etc/mk.conf, so that pkgsrc-wide default values are set. It is now possible just to set values in mk.conf only where they differ from the default, thereby easing the problems of updating mk.conf when new values get added.
2001-09-18add a bit more lines that are needed in httpd.conf to get this mod going.hubertf1-1/+7
Sent in by Sean Davis <dive@endersgame.net> in private mail.
2001-09-18Adapt package list to configuration options dynamically. This fixestron2-12/+15
PR pkg/13971 by David Sainty.
2001-09-18Update kakasi to 2.3.4.taca5-16/+16
Here is rough changes from 2.3.3. * Some fix on initialization of library. * Fix stack overflow * Now do_kakasi() returns "" instead of NULL when reading of a word is uncertain. * Fix a bug when converting hiragana into roman with "-Ha -rkunrei" option. ("pp" was converted badly into "bb") * Add new library function, kakasi_free().
2001-09-18Wait upto 60 instead of 20 seconds for "squid" to terminate.tron1-4/+4
2001-09-17Rename JDK_HOME to JDK_BASE. JDK_HOME is already used as a tunable makejlam1-7/+7
variable in pkgsrc, and shouldn't be used as a local variable by packages.
2001-09-17Note that if LIBSWANTED.${OPSYS} isn't defined, then the perl defaults forjlam1-2/+3
that OS is used.
2001-09-17Solve SunOS build problem in a much cleaner way by predefining "libswanted"tron3-18/+6
for Perl's configuration script as suggested by Johnny C. Lam in private e-mail.
2001-09-17bsd.pkg.mk passes ${MACHINE_GNU_PLATFORM} as --host to GNU_GONFIGURE,drochner1-14/+14
and emacs uses it as arch dependant subdir obviously. Using the same variable here fixes an inconsistency at least on i386/ELF.
2001-09-17Update "ImageMagick" and "p5-PerlMagick" packages to version 5.3.9.tron8-61/+89
A complete list of changes is not available unfortunately. Recent changes are: - Text drawing now handles UTF8-encoding. - Off-by-one GetImagePixels() fix in draw.c - PingImage() now reports attributes for all images an image sequence. - magick/image.h: Rename QuantumLeap define to QuantumDepth. QuantumDepth is set to the values 8 or 16, depend configuration option. - Updated PerlMagick signatures to signature algorithm. - ImageMagick defaults to 16-bit quantum. Set QuantumMagick for 8-bit. - Changed image->blob from BlobInfo to BlobInfo- so the Image structure size is not dependent on the large-file defines. - Added -background to convert prog - DispatchImage() now properly handles grayscale images.
2001-09-17Stop configure from trying to use "libiconv" because "/usr/include/iconv.h"tron2-7/+21
exists under SunOS.
2001-09-17Update mew to 2.0.54jun2-5/+5
Mew 2.0.54 (2001/09/17) mew-dist release * Defining mew-warning-field-level. * Bug fixes for mew-pop-info-name and mew-smtp-info-name. * completion-ignore-case hack in draft for mouse clicking. * Highlighting a body when reediting. * Re-writing mew-summary-sort. * C-u# now asks a printer name. * A bug fix for mew-header-fold-region. * Removing the last "," of enum in pattern.c. * The "-f" option for "test" instead of the "-e" otpion in Makefile.
2001-09-17add & enable xnczuntum1-1/+2
2001-09-17Initial import of xnc-4.4.5zuntum14-0/+300
X Northern Captain is a X Window file manager that allows to create, copy, move, rename, delete, view and edit files in a Virtual File System (VFS). VFS consists from a normal disk space and a Archive File System (AFS). All file operations in AFS can be done exactly as in normal file system. The IVES - file viewer and editor for X Window included, provides a comprehensive way to view and edit images in many different formats: GIF, JPEG, PCX, BMP, XBM, XPM, TIFF, TGA, PCD, PNG. Package provided by Rui-Xiang Guo <xg@ms25.url.com.tw> in PR pkg/13835
2001-09-16add & enable ezmlmzuntum1-1/+2
2001-09-16Initial import of ezmlm-0.53zuntum4-0/+85
ezmlm is an easy-to-use, high-speed mailing list manager for qmail. ezmlm lets users set up their own mailing lists within qmail's address hierarchy. A user, Joe, types ezmlm-make ~/SOS ~/.qmail-sos joe-sos isp.net and instantly has a functioning mailing list, joe-sos@isp.net, with all relevant information stored in a new ~/SOS directory. ezmlm takes advantage of qmail's VERPs to reliably determine the recipient address and message number for every incoming bounce message. ezmlm is reliable, even in the face of system crashes. It writes each new subscription and each new message safely to disk before it reports success to qmail. ezmlm doesn't mind huge mailing lists. Lists don't even have to fit into memory. ezmlm hashes the subscription list into a set of independent files so that it can handle subscription requests quickly. ezmlm uses qmail for blazingly fast parallel SMTP deliveries. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13890
2001-09-16add & enable fastforwardzuntum1-1/+2
2001-09-16Initial import of fastforward-0.51zuntum6-0/+90
fastforward handles qmail forwarding according to a cdb database. It can create forwarding databases from a sendmail-style /etc/aliases or from user-oriented virtual-domain tables. fastforward supports external mailing lists, stored in a binary format for fast access. It has a tool to convert sendmail-style include files into binary lists. Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13889
2001-09-16add & enable publicfilezuntum1-1/+2
2001-09-16Initial import of publicfile-0.52zuntum5-0/+64
publicfile supplies files to the public through HTTP and FTP Security features: publicfile chroot()s to the public file area and sheds root privileges. publicfile never attempts to modify the public file area. publicfile never runs any other programs. HTTP features: publicfile supports virtual hosts through the Host field. publicfile supports virtual hosts through absolute URLs. publicfile supports HTTP/1.1 persistent connections. publicfile supports HTTP/1.1 chunked responses. publicfile supports user-controlled content types. publicfile supports exact-prefix If-Modified-Since. FTP features: publicfile has built-in LIST and NLST commands. publicfile provides EPLF LIST responses. publicfile supports restarted transfers. publicfile supports pipelining. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13892. This import closes pkg/13167, too.
2001-09-16Update pkgchk to 1.12abs2-7/+16
Report failed installs when running with -k
2001-09-16add & enable qmailanalogzuntum1-1/+2
2001-09-16Initial import of qmailanalog-0.70zuntum5-0/+91
qmailanalog is a collection of tools to help you analyze qmail's activity record. It supplies statistics to answer a wide variety of questions: overall: how many messages? recipients? attempts? etc. ddist: how soon were 50% of the messages delivered? 90%? 95%? 99%? rxdelay: what's the best order of recipients for mailing lists? recipients, rhosts: who's getting mail? bytes? messages? attempts? successes, failures, deferrals: why? how often? how much delay? senders, suids: messages? bytes? load? recipients? attempts? delay? qmailanalog also includes several tools to focus attention on particular senders, recipients, or messages. Package provided by Sen Nagata <sen@eccosys.com> in pkg/13891
2001-09-16add & enable dot-forwardzuntum1-1/+2
2001-09-16Initial import of dot-forward-0.71zuntum4-0/+41
dot-forward reads sendmail's .forward files under qmail. You can run it in the qmail startup script to support all your existing .forward files automatically. Individual users can switch to the .qmail mechanism at their leisure. dot-forward supports forwarding, program deliveries, and comments. It does not support file deliveries or :include:. (However, it recognizes file delivery attempts, and defers delivery to give you a chance to set up a .qmail file.) Package provided by Sen Nagata <sen@eccosys.com> in PR pkg/13891
2001-09-16Add & enable mscompresszuntum1-1/+2
2001-09-16Initial import of mscompress-0.3zuntum4-0/+42
mscompress, Microsoft "compress.exe/expand.exe" compatible (de)compressor Copyright (c) 2000 Martin Hinner <mhi@penguin.cz> Algorithm & data structures by M. Winterhoff <100326.2776@compuserve.com> ftp://ftp.penguin.cz/pub/users/mhi/mscompress/ This package contains two programs: msexpand, which decompress files compressed by Microsoft compress.exe utility (e.g. Win 3.x installation files) mscompress, which compress files using LZ77 compression algorithm. Output files can be decompressed using Microsoft expand.exe or msexpand(1). Package provided by collver@linuxfreemail.com in pkg/13767, imported without *any* modifications (an example of excellent pkgsrc work)
2001-09-16Updated cpuflags to 0.10:abs2-4/+13
There are no vax specific gcc optimisation flags (mores the pity).
2001-09-16add & enable irssihubertf1-1/+2
2001-09-16irssi 0.7.98.4 package: yet another IRC clienthubertf6-0/+220
Contributed by Otto Hilska <mutru@nallukka.net>, closes PR 11956.
2001-09-16Update polsms to 1.8.9dzuntum4-31/+19
Changes include minor bugfixes, see README file in distfile for details (only available in polish)
2001-09-16Update mozilla to 0.9.4 & add some patches for sparc64(not complete yet)taya13-326/+291
See release notes for detail. http://www.mozilla.org/releases/mozilla0.9.4/
2001-09-15Correct depend on p5-Storablemjl1-2/+2
2001-09-15Enable p5-FreezeThawmjl1-1/+2
2001-09-15Initial import of p5-FreezeThaw, a module to convert perl structuresmjl4-0/+24
to/from strings.
2001-09-15Correct #ifdef usage, as reported in pkg/13958 by Don Yuniskis, slightlywiz2-1/+24
differently than in the patch there.
2001-09-15Add and enable keychainwiz1-1/+2
2001-09-15Initial import of keychain package provided by Martti Kuparinen in pkg/13931.wiz5-0/+135
DESCR: Keychain is a shell script which acts as user-friendly front-end to ssh-agent(1), allowing you to have one long-running ssh-agent process per system rather than per login session. Please study the documentation on the keychain website carefully since incorrect usage of this script may have certain security implementations.
2001-09-15Update MASTER_SITESzuntum1-2/+2
2001-09-15Sync PATCH_SITES with realityzuntum1-3/+2
2001-09-15Rename MASTER_SITES -- it's zuntum.utech.lublin.pl now.zuntum1-2/+2
2001-09-15minor improvements:drochner4-17/+103
-use the newest version (1.4rc4) -we don't really need ncurses, the incompatibility is easily patched away -USE_LIBTOOL
2001-09-15Update to qident-1.2. Changes since 1.0:ad2-5/+5
- NetBSD 1.5 and earlier doesn't have getprogname(). - Fix typo in manual page. - Remove debug crud. - unistd.h, not getopt.h.
2001-09-15Use "-lffm -lm" instead of "-lm" on alpha to fix linking problems.simonb2-5/+23
Noticed by Matt Green.
2001-09-14Use libpcap buildlink.mk. pkg/13919 by Stoned Elipot.wiz3-7/+27
2001-09-14Slightly modify according to pkg/13934 by Stoned Elipot to work on Solaris.wiz1-1/+7
2001-09-14Update to 1.03t, provided by the package maintainer Nobuhiro Yasutomiwiz2-6/+6
in pkg/13908. Changes since 1.03s: Revise history function. Add error message when fail to intenral command. Support relative path archiving in archive browser. Keypad transfer mode support uncompat environment. File name complition include internal command name. Bug fixes.