summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-31Move pkg/ files into package's toplevel directoryzuntum435-291/+291
2001-10-31Move pkg/ files into package's toplevel directoryzuntum445-313/+313
2001-10-31Move pkg/ files into package's toplevel directoryzuntum74-41/+41
2001-10-31Oops, forgot to cvs add thesezuntum2-0/+249
2001-10-31Move pkg/ files into package's toplevel directoryzuntum109-327/+78
2001-10-31Move pkg/ files into package's toplevel directoryzuntum53-33/+33
2001-10-31Move pkg/ files into package's toplevel directoryzuntum13-7/+7
2001-10-31move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-31move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum1-1/+1
2001-10-31move pkg/ files into package's toplevel directoryzuntum1-0/+0
2001-10-31Move pkg/ files into package's toplevel directoryzuntum6-3/+3
2001-10-31o store pkgdir files (PLIST, DESCR and other) in . by default,zuntum2-9/+8
no need to use pkg/ for that purpose o use ${PREFIX} instead of ${LOCALBASE} in do-install Bump version to 1.16 OK'd by hubertf
2001-10-31o don't echo pkg/COMMENT, use $pkgdir/COMMENT insteadzuntum2-14/+14
o fit in 80 columns o s,pkg/DESCR,DESCR, and the same with PLIST in comments OK'd by wiz
2001-10-31o use REPLACE_PERLzuntum3-16/+15
o move sarah.conf.sample from ${PREFIX}/etc to ${PREFIX}/share/examples/sarah Update sarah to 0.7b Changes: v 0.7b 2001/10/01 * all directives may now be specified within an OPTIONS{} block to set defaults * when both '-c' and '-V' options are used, sarah will dump interpreted config file(s) to STDOUT * fixed archive rotation bug: a regex to match file.log.xx would also match myfile.log.xx, causing rotation of file.log to fail v 0.6b 2001/02/09 * added INDEX command to allow date-based archive naming * added quiet mode (-q argument) v 0.5b 2001/01/04 * fixed timing bug -- DATE based log rotations would fail if the minute changed during the run
2001-10-31Make REPLACE_PERL work -- recent "-e s,/bin/perl,${PERL5}" addition broke it.zuntum1-5/+2
Now the sed command is "s,#!.*/bin/perl,#!${PERL5},"
2001-10-31Refer to ${LOCALBASE}, not ${PREFIX} in post-install target.zuntum1-2/+2
2001-10-31Change the INCLUDE to LOCALBASE and fix the CFLAGS. Update distinfo for ↵damon2-7/+8
patch-aa
2001-10-31Eek, /usr/pkg -> ${PREFIX}.tv1-2/+2
2001-10-31Clean out my pkgsrc diffs:tv5-22/+10
Update jwhois to 3.0.1. Changes: * Command line option to disable content redirection * Lots of information added to the example configuration file * IPv6 failover to IPv4 * Option to display redirections instead of hiding them * Case insensitive hostname matching * Introduced new host-specific configuration * Limited support for rwhois * Support for sending queries through a web interface via external browser * Ability to rewrite queries before sending to whois server * Support for whois-servers.net
2001-10-31Clean out my pkgsrc diffs:tv5-24/+65
Update unace to 1.2b, and make this compile and (mostly) run on LP64.
2001-10-31Fix checksum.tv1-2/+3
2001-10-31Clean out my pkgsrc diffs:tv2-5/+5
Update p5-Convert-BER to 1.31.
2001-10-31Clean out my pkgsrc diffs:tv2-5/+5
Update bchunk to 1.1.1. Adds WAV support, fixes MODE2/2352 reading, and several minor fixes.
2001-10-31Clean out my pkgsrc diffs:tv1-14/+2
Make this fetchable directly.
2001-10-31Clean out my pkgsrc diffs:tv1-4/+2
Make distfile fetchable again.
2001-10-31Clean out my pkgsrc diffs:tv4-15/+15
Update fidogate to 4.4.4. Major changes; see documentation for information.
2001-10-31Fix an improper newline in a comment (was <TAB>bing all the way to column 80).tv1-2/+3
2001-10-31Regen.tron1-1/+2
2001-10-31Changelog for version 3.21, 2001.10.31, urgency: MEDIUM:martti3-15/+15
* Problem with errno and posix threads fixed. * It is assumed that system has getopt() if it has getopt.h header file. * SSL_CLIENT_DN and SSL_CLIENT_I_DN environment variables set in local mode (-l) process. This feature doesn't work if client mode (-c) or protocol negotiation (-n) is used. * Winsock error descriptions hardcoded (English version only). * SetConsoleCtrlHandler() used to handle CTRL+C, logoff and shutdown on Win32. * Stunnel always requests peer certificate with -v 0. * sysconf()/getrlimit() used to calculate number of clients allowed. * SSL mode changed for OpenSSL >= 0.9.6. * close-on-exec option used to avoid socket inheriting. * Buffer size increased from 8KB to 16KB. * fdscanf()/fdprintf() changes: - non-blocking socket support, - timeout after 1 minute of inactivity. * auth_user() redesigned to force 1 minute timeout. * Some source arrangement towards 4.x architecture. * No need for "goto" any more. * New Makefile "test" rule. It performs basic test of standalone/inetd, remote/local and server/client mode. * pop3 server mode support added.
2001-10-31Rewrite ${SED} & ${ECHO} hacks, and rename target from do-configure tozuntum1-5/+6
post-patch.
2001-10-31Adviced by sen_ml@eccosys.com.jun2-5/+5
- nit PLIST - modify the DEPENDS for Emacs >=20.7
2001-10-31Fix NAME in the manpage:zuntum1-2/+2
"run editor and make backup if file if necessary" -> "run editor and make backup of given file if necessary"
2001-10-31One \t less so it fits in 80 columnszuntum1-9/+9
2001-10-31Missing semicolons between commands in automake example.jlam1-5/+5
2001-10-31Update lavaps to 1.20. Changes:hubertf3-44/+7
* memory sizes now are self-scaling (141MiB rather than 144660KB) * work around black border in sawfish when using lozenge mode * Port to AIX * Port to NetBSD
2001-10-31Follow the recent API change in APM_IOC_GETPOWER, fixing pkg/14403.minoura2-1/+16
Reviewed by wiz.
2001-10-31use of dependency such as `package-name>=[0-9]*:../../category/package-name'kei1-2/+2
was not correct. changed `>=' to `-' to make it compile again.
2001-10-31Create plugin directory when installing from binary pkghubertf2-2/+6
2001-10-31Adde gkrellm-ping, gkrellm-snmp, gkrellm-wirelessdamon1-1/+4
2001-10-31Added net/gkrellm-wirelessdamon5-0/+70
gkrellmwireless is a plugin for gkrellm that shows the signal strength/quality/noise of a wireless ethernet card. Currently only wi(4) (Lucent ORiNOCO and derivatives) interfaces are supported.
2001-10-31Added gkrellm-snmpdamon6-0/+70
gkrellm-snmp is a plugin for gkrellm that can show the value of an oid on an snmp enabled device
2001-10-31Adding net/gkrellm-pingdamon6-0/+63
GKrellM Ping is a gkrellm plugin that watches a given server and can list the returned ping time
2001-10-31Update to 5.2. Notable changes and bug fixes include:mjl4-20/+24
- Added built-in patterns for CSS, XML, and regular expressions (Regex). Many other pattern updates. - Support for high- and true-color systems. NEdit now will automatically select the best visual from your X server. This reduces the chance of running out of colors. - New features in the Find and Replace dialogs: o Replacement across multiple windows in a session. o Case sensitivity may be set independently of regular expressions. o Add "Replace and Find" command, which saves keystrokes when doing a large-scale find & replace. - ClearCase version-extended pathnames. - Many new macro subroutines and variables, array support in macros. - Range highlighting of matching delimiters. - Undo and Redo highlights the text that has changed, when visible. - Support for wheel mouse scrolling on servers that support it (XFree86). - Improved accelerator key handling. - Insert Control Code dialog accepts value in any valid C notation - Optional beeping when search operations wrap. - Additional default search styles. - Optional displaying of path names in the window list menu. - Fix a crash when entering an invalid line number in "Goto Line". - Fix problems when running NEdit on 64-bit platforms like Alpha - NEdit failed to open files if some directories above were not "readable" - Fix potential crashes if some system calls fail - When no colors are left, attempt to reuse the closest matching color. This allows NEdit's syntax highlighting to better coexist with Netscape, which unfortuntely takes all available colors. - Accelerators now available in confirmation dialogs, and may be invoked without the Alt key. - Don't even try to open a directory for editing - Fix a couple of memory corruption problems
2001-10-30Changed fixed-version dependency. Forgot to commit after updating TeXfamilykei1-3/+3
package.
2001-10-30If pkg/ doesn't exist, use ./, just like bsd.pkg.mk does nowadays.wiz2-3/+6
Requested by zuntum. Bump to 3.09.
2001-10-30update to 0.9.4drochner7-53/+29
changes: Fully editable styles on Windows and Unix. New and improved import/export filters. This includes the initial release of a Word Perfect import filter. Dramatically faster spell checking. Plus new artwork, many bug fixes, speed ups and behind the scenes work.
2001-10-30update to 1.7drochner5-12/+28
changes: * Added UTF-32, UTF-32BE, UTF-32LE converters. * Changed CP1255, CP1258 and TCVN converters to handle combining characters. * Changed EUC-JP, SHIFT-JIS, CP932, ISO-2022-JP, ISO-2022-JP-2, ISO-2022-JP-1 converters to use fullwidth Yen sign instead of halfwidth Yen sign, and fullwidth tilde instead of halfwidth tilde. * Upgraded EUC-TW, ISO-2022-CN, ISO-2022-CN-EXT converters to Unicode 3.1. * Changed the GB18030 converter to not reject unassigned and private-use Unicode characters. * Fixed a bug in the byte order mark treatment of the UCS-4 decoder. * The manual pages are now distributed also in HTML format.
2001-10-30correct LIBTOOL_OVERRIDE usagedrochner1-2/+2
2001-10-30Added the gnome Nautilus file manager to be made into a pkgdamon1-1/+5