summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-18Do not use _mktemp(). There is no prototype for it, so it is not safe to usemycroft4-2/+31
on 64-bit systems.
2002-07-18Add and enable kcfonts.wiz1-1/+2
2002-07-18Initial import of kcfonts, a Chinese font collection.wiz13-0/+2721
Based on PR 13913 by Kevin Lo, with some cleanup by me. Kcfonts is a suit of chinese Ming Fanti fonts for X-window. Kcfonts' fonts are contributed by Kau Chauo Information CO. to all TANet users running on PC. Thanks Chin-Hao Tsai <c-tsai@uiuc.edu>, who converted it to the style of ETen's fonts. Now you can use kcfonts & crxvt to view Chinese by BIG5 encoding.
2002-07-18Buildlinkify. Might fix bulk build problem.wiz1-6/+8
2002-07-18Fix build on Linux. No change to NetBSD or SunOS, so no PKGREVISION bump.abs5-5/+114
2002-07-18Add support for Solaris via the kstat(3) facility.seb6-51/+226
Provided in PR pkg/17521 by Lubomir Sedlacik <salo@Xtrmntr.org>.
2002-07-18Make this compile - fixes a problem in the bulk build.agc3-11/+15
2002-07-18Update slypheed to 0.8.0. Changes:hubertf3-27/+28
* 0.8.0 * The "Paste as quotation" feature has been implemented. * The "Action" feature (function to pass contents of messages to external programs) has been added. * Automatic line-wrapping on input has been enabled. * The Japanese encoding conversion routine has been rewritten and libkcc has been removed. * The MIME encode/decode routines based on fetchmail have been rewritten. * The IMAP response parser has been improved. * The authentication method on SMTP AUTH can be forced. * The receive error dialog can be disabled. * The option to change the displayed message automatically with cursor key on the summary view has been added. * The copy and paste problem in MIME mode has been mostly fixed. * Some other minor bugfixes and improvements have been made. * 0.7.8 * The feature to leave messages on POP3 server for specified days has been implemented. * The SSL preferences which was broken at the previous version has been fixed. * 0.7.7 * The 'Redirect' (aka Bounce) feature has been implemented. * IMAP4 / POP3 STARTTLS command has been enabled. * NNTP over SSL has been enabled. * The sorting order of the summary view became persistent. * The 'Expand / Collapse all threads' feature have been added. * The sorting order of the folder tree became case insensitive. * The common / account preferences button has been removed from the toolbar. * Some fixes and improvements for MIME view have been made. * The behavior of the toggle menu of 'Folder tree' and 'Message view' have been fixed. * The behavior of address completion has been fixed. * A bug in the header MIME encoding routine on Japanese locale has been fixed. * Some other bugfixes have been made. Submitted by dawszy@polnet.wroc.pl in PR 17632.
2002-07-18End sentence with a dot.wiz1-1/+2
2002-07-18Add and enable incm.wiz1-1/+2
2002-07-18Apply patches from Johnny Lam to let pth and pth-syscall co-exist.agc3-45/+38
2002-07-18Correct two indentation nitsagc1-5/+5
2002-07-18Add USE_X11BASE - should fix problem in bulk build.agc1-1/+3
2002-07-18Copy the install-sh and mkinstalldirs scripts, rather thanagc1-3/+3
symbolically linking them, since the GNU configure script uses test -f to test for their presence.
2002-07-18Use the new CONFIG_GUESS_OVERRIDE and CONFIG_SUB_OVERRIDE mechanisms.agc4-8/+27
Patch i386 configuration to recognise netbsdelf - more architecture changes are necessary here.
2002-07-18Don't patch one file multiple times - merge the changes into oneagc8-94/+51
patch file. Use the new CONFIG_SUB_OVERRIDE and CONFIG_GUESS_OVERRIDE mechanisms. Recognise netbsdelf on i386 platforms - more mods will be necessary for different platforms.
2002-07-18Improve this.skrll1-1/+3
2002-07-18use @X11BASE@ in xfstt.1 instead of '/usr/X11R6' - yuck!grant3-6/+6
2002-07-18Patch the various pkgconfig files to include proper -Wl,-R options.rh46-27/+283
Bump PKGREVISION
2002-07-18it's better to REQUIRE LOGIN rather than DAEMON, because a bunch of serviceslukem1-2/+2
which rely upon authdaemond really shouldn't start until after LOGIN.
2002-07-18Don't hard-code PGHOME; get it from the passwd file.cjs1-3/+3
2002-07-18remove item which has been done :) (flags to include/exclude ↵dmcmahill1-4/+1
NO_BIN_ON_{FTP,CDROM})
2002-07-18repair compilation on pre gcc-2.95.* systems broken by last commit.dmcmahill2-13/+16
Should still work on gcc-2.95.* systems.
2002-07-18Updated speedtouch to 1.1 [abs 2002-07-18]abs8-236/+64
New version works fully under NetBSD 1.6_BETA, and also works on some systems which failed to communicate with the USB modem correctlyt under earlier versions. Additional fix to pkg/17531
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17parse T_AAAA responses. patch sent to wietse.itojun2-1/+33
2002-07-17Patch scrollkeeper_localstatedir to make it point to the correct locationrh4-3/+20
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Work around different suse versions -> different subdirs by explicitlywiz2-6/+6
setting DIST_SUBDIR to '.', like opera* do.
2002-07-17Ups, fix botch in sort -> ${SORT}.wiz1-2/+2
2002-07-17Give this a chance of working on xpkgwedged systems.wiz3-8/+9
Not on 1.6 or -current, though, since it has C++ bugs that need fixing.
2002-07-17Add a message that this package needs fontenc.h.wiz1-1/+8
2002-07-17Fix depends line -- needs emacs21.wiz1-2/+2
2002-07-17Some dirs are shared with GConf2.wiz1-4/+4
2002-07-17Oops, add %D.wiz1-4/+4
2002-07-17Some dirs are shared with GConf-1.wiz1-4/+4
2002-07-17'unsigned' in the right place makes this build again.wiz2-1/+15
2002-07-17Add checksum for the case where suse73 directory is used (hm, should thiswiz1-1/+3
even go in the suse subdir??).
2002-07-17Needs automake during build.wiz1-1/+2
2002-07-17really bump PKGREVISIONrh1-2/+2
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-2/+5
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Make sure that we check whether we check whether the distfiles existagc1-2/+6
first in BATCH mode.
2002-07-17Give path for -lblas so modules such as R-KernSmooth can find it whenmarkd1-2/+2
they try to link it.
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-17Add a patch to ensure that select(2) is prototyped.agc2-1/+16
2002-07-17Specify the PKGDIR properly, and use it where appropriate.agc1-4/+6
Add a missing CONFLICT on the new snort-mysql package.
2002-07-17Mark this package as having an interactive fetch stageagc1-1/+3
2002-07-17Strongly buildlinkify this package, and add missing prerequisiteagc1-4/+6
(graphics/glut).
2002-07-17Add a buildlink.mk file for this package.agc1-0/+38
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION