summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-04-03Not necessary because ../../sawfish/files/md5 is used.toshii1-3/+0
2001-04-03Add and enable xpostitagc1-1/+2
2001-04-03Initial import of xpostit version 3.3.1 into the packages collection.agc7-0/+105
"XPostIt allows you to create small notes to yourself in windows on the screen, and save them in disk files. This is generally neater than having numerous real Post-it notes stuck all around the edges of your monitor." Package submitted by Jim Bernard in PR 12532.
2001-04-03Update polsms to 1.8.8dzuntum2-5/+5
o added support for www.freesms.net gateway o added possibility to get confirmation of sms delivery via mail (when using Idea)
2001-04-03Remove dead german mirror from master site list.tron1-2/+1
2001-04-03Get rid of unwanted CVS Id in ${FILESDIR}/READMEzuntum1-1/+0
2001-04-03Update epic4 to 1.0zuntum3-10/+10
Changelog not available again.
2001-04-03Update teapop to 0.3.0zuntum4-22/+21
0.3.0 * New version system. * The license has been modified, yet again to comply with BSD-type licenses. ! Clean up of Makefiles and dependencies added. + Teapop will sleep for 3 seconds after a failed login to slow down "brute force" attackers. + Maildir support added. + Added support for reporting clients IP to a whoson server, after a successful authentication. + Support for AIX. (Patch by: "Oleg O. Orlov" <OOO@vmts.ru>) ! Changed the htpasswd authentication method so it will ignore anything after the two first fields. This makes Teapop also support "real" passwd files. (Patch by: Grant Kaufmann <grantcode@netizen.co.za>) * Released: 2-Apr-2001 Maildir support was added, so I'm glad to take over maintainership.
2001-04-03make 'make install;make deinstall;make reinstall' work.kei1-1/+4
2001-04-03Update:jun2-4/+4
1.95b118 (2001/04/01) mew-dist release * Load mew-theme-file if non-nil. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * Defining mew-syntax-get-entry-by-cid for mew-w3m.el. * Supporting Multipart/Alternative. See mew-mime-multipart-alternative-list. * Putting face except line delimiters. Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp> * s/cite3/cite5/ in mew-theme.el. Takashi SATOH <satoh@aurora.dti.ne.jp>
2001-04-02Remove unnecessary whitespace.wiz2-5/+4
2001-04-02Remove unnecessary empty line.wiz1-2/+1
2001-04-02Add missing patch-summjl1-0/+3
2001-04-02Disable vidmode, since this doesn't work on XF4 after v1.3 of patch-ai.wiz1-1/+2
2001-04-02Oh my, have I really produced such a broken pkg? Repair it.mjl1-0/+38
2001-04-02Remove IDENT, since we don't seem to need it anymore.wiz1-4/+1
2001-04-02Fix big-endian support. Problem was that the targa code would load awrstuden2-1/+41
little-endian short into an int, then byteswap the int. That's essentially le32toh() when it should be le16toh(). This ended up in making numbers 0x10000 times too big. Also got rid of a potential unaligned-access.
2001-04-02MKDIR -> INSTALL_DATA_DIRzuntum4-9/+9
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz27-57/+35
lines.
2001-04-02replace BUILD_DEPENDS on msgfmt by BUILD_USES_MSGFMT.wiz1-2/+2
2001-04-02Remove unnecessary empty line.wiz1-2/+1
2001-04-02MKDIR -> INSTALL_DATA_DIRwiz1-2/+2
2001-04-02Teach pkglint about BUILD_USES_MSGFMT, and where it recommend using it.wiz2-9/+18
BUILD_USES_MSGFMT is expected in the DEPENDs block now. Also recognize ${PKGSRCDIR} in DIGEST_FILE. Bump version to 2.43.
2001-04-02Add a `run' rc script command corresponding to the tomcat `run' startupjwise1-2/+2
directive -- run in the foreground for debugging purposes.
2001-04-02Shorten comment.wiz1-3/+2
Merge two DEPEND-blocks.
2001-04-02Remove duplicate empty line.wiz1-2/+1
2001-04-02Replace file by f to please pkglint.wiz1-3/+3
2001-04-02Remove CONFLICT with octave-2.* since they have the same PKGNAME.wiz1-11/+9
Replace file by f for fewer pkglint warnings.
2001-04-02Indentation & MKDIR -> INSTALL_DATA_DIR.wiz1-11/+11
2001-04-02Move line to please pkglint.wiz1-3/+3
2001-04-02Add and enable pkgconflictwennmach1-1/+2
2001-04-02Initial import of pkgconflict, a script to find conflicting packageswennmach6-0/+480
in pkgsrc.
2001-04-02Disable optimizing for m68k.taya1-2/+7
2001-04-02update to 1.3p1. removes debugging clause (mistakenly avoids forking childs)itojun2-4/+4
2001-04-02Make it clear that this is version 2 of apache in the COMMENT.agc1-2/+2
2001-04-02Forgot to regen. Thanks to zuntum.minoura1-1/+2
2001-04-02Add missing dependency on libglade.rh1-1/+2
2001-04-02Move p5-MLDBM package into databasesagc1-2/+1
2001-04-02Move p5-MLDBM package into databases categoryagc6-53/+0
2001-04-02databases/p5-MLDBM is a duplicate of devel/p5-MLDBM.agc5-12/+41
Merge the two packages into one, in the databases category.
2001-04-02clean up a few more shardshubertf1-1/+3
2001-04-02Correct the bug that it tests errno is non-zero to determine an errorminoura1-0/+12
occurred or not. This bug is found in the original source; already reported to gnome.org.
2001-04-02upgrade to 20010228-pl01.itojun4-30/+6
20010313 Bugfix: the RFC 822 untokenizer quoted newlines inside comments. File: global/tok822_parse.c. 20010316 Cleanup: removed an extraneous warning when a queue file write error happened. 20010321 Workaround: LMTP connection caching never worked for destinations starting with unix: or inet:. File: lmtp/lmtp_connect.c. 20010322 Portability: Solaris <2.6 does not have srandom() and random() in libc. File: util/rand_sleep.c. It does not have to be cryptographically strong. Bugfix: the fast ETRN flush server could not handle [ipaddr] or domain names with one-character hostname part. This fix changes the destination to logfile name mapping, so that you need to populate the new files with "sendmail -q". The old files go away automatically. File: flush/flush.c. 20010327 Speed up mailq (sendmail -bp) display by flushing output after each file. File: showq/showq.c. Portability: missing string.h includes, %p wants (void *), Lamont Jones, HP. 20010328 Bugfix: swapped logic caused cleanup to stall when the queue file size exceeded the file size limit by less than one the VSTREAM buffer size, so that the "file too big" was detected after flushing the last queue file record. File: cleanup/cleanup.c. 20010329 Portability: workaround for missing prototype problem in dict_ldap.c. This module should move to the global directory, because it depends on Postfix main.cf parameter information.
2001-04-02Bump audit-packages to 1.6.agc2-6/+8
Always touch the downloaded vulnerability list, so that the audit-packages script doesn't moan erroneously. From Jim Bernard, in PR 12457.
2001-04-02Update:jun3-5/+7
1.95b117 (2001/04/01) mew-dist release * Try to send a message even if smtp-auth is t and a server does not support SMTP AUTH. * Defining mew-mime-content-disposition. Obsoleting mew-content-disposition-inline-list and mew-mime-content-type-ignore-cdp. * Creating mew-theme.el. * Try to decode even if a message is truncated.
2001-04-02use English message on external viewer setup.itojun2-1/+15
2001-04-02Enable wmfishtimemjl1-1/+2
2001-04-02Initial import of wmfishtime, a dockable clock application withmjl4-0/+27
clock, date and fish (and bubbles).
2001-04-02Update to 1.0.10. Updates are bug fixes and MMX support.mjl2-5/+5
Moved some error checking from png_handle_IHDR to png_set_IHDR. Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros. Revised png_mmx_support() function in pnggccrd.c Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c Fixed memory leak in contrib/visupng/PngFile.c Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version) Added warnings when retrieving or setting gamma=0. Increased the first part of msg buffer from 16 to 18 in png_chunk_warning(). Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
2001-04-02Regen.jtb1-2/+2