Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-04-12 | Do the _C_LABEL thing for sparc here as well. | skrll | 3 | -1/+136 | |
Hopefully fixes pkg/10785 | |||||
2001-04-12 | Add a CONFLICTS entry for netatalk-umich-* | wennmach | 1 | -1/+2 | |
Found by pkgconflict. | |||||
2001-04-12 | Regen. Don't know how this got out of sync. | skrll | 1 | -2/+2 | |
2001-04-12 | Add _C_LABEL to the sparc assembler files. | skrll | 3 | -35/+33 | |
Fixes pkg/11360. | |||||
2001-04-12 | MD5->SHA1 | skrll | 2 | -63/+63 | |
2001-04-12 | Update: | jun | 2 | -4/+4 | |
0.08 2001/04/12 * Fixing IV length. Stefan H. Holek <stefan@epy.co.at> disastry@saiknes.lv * Skipping the tail of armor. Stefan H. Holek <stefan@epy.co.at> | |||||
2001-04-12 | on bind9 mailing list isc/niminum people recommended against the use of | itojun | 2 | -8/+4 | |
/dev/urandom. | |||||
2001-04-11 | * Script file were accidentally cut in the middle. Fixed as original PR | kei | 1 | -2/+16 | |
pkg/11963. Pointed out by key@kaynet.or.jp on tech-pkg-ja. | |||||
2001-04-11 | Add a conflict -- both packages have a `pgps' executable. | jtb | 2 | -2/+6 | |
From Lex Wennmacher's pkgconflict results. | |||||
2001-04-11 | Get rid of some use of __NetBSD__. "values.h" is either inexistant or | jtb | 12 | -144/+94 | |
deprecated on most systems. | |||||
2001-04-11 | fix pkgname to be legal - postfix-20010228-pl1 is *not* | hubertf | 1 | -2/+2 | |
Remember: NO '-' IN PKG VERSION! | |||||
2001-04-11 | Last minute bug fix that didn't make it into the pkg. | hubertf | 4 | -4/+52 | |
Sent in private mail by Nobuhiro Yasutomi <nobu@tech.isac.co.jp> | |||||
2001-04-11 | Patch configure rather than configure.in. Minor face-lift to Makefile. | jtb | 3 | -19/+16 | |
2001-04-11 | There is no need to install a math.h and it can cause problems. | skrll | 2 | -4/+4 | |
Fixes pkg/10769 from "Rhialto" <rhialto@polderland.nl> | |||||
2001-04-11 | Use wildcards in CONFLICTS. | wennmach | 2 | -4/+4 | |
2001-04-11 | Update surfraw to 1.0.3. Changes from version 1.0.2: | jlam | 7 | -33/+52 | |
New elvi: amazon Add `scaleplus' elvi to elvi/Makefile.am Minor documentation bug fixes | |||||
2001-04-11 | Reverse order of PLIST and PLIST.NetBSD-sparc | jlam | 1 | -3/+3 | |
2001-04-11 | Update package list for changed version number. | tron | 4 | -130/+134 | |
2001-04-11 | Update: | jun | 2 | -4/+4 | |
1.95b119 (2001/04/09) mew-dist release * Raw text strings in parameters are decoded before splited with ";". * ":" for mew-summary-analyze-again-alternative. * Defining mew-use-alternative. * mew-face-header-date. Takashi SATOH <satoh@aurora.dti.ne.jp> * C-cC-y for mew-summary-execute-command. * "ml2" for sorting. Kentaro Inagaki <inagaki@tg.rim.or.jp> | |||||
2001-04-10 | This patch was missing. Noted by Dan in private mail. | rh | 1 | -0/+47 | |
2001-04-10 | Move cpp-like Makefile (.if exists()) statement after the inclusion of | wennmach | 1 | -4/+5 | |
bsd.pkg.mk. Thanks to Alistair Crooks for this fix (and for enlightening me). | |||||
2001-04-10 | Update to version 0.3 | wennmach | 1 | -2/+2 | |
2001-04-10 | o We use the built-in type `text' now | wennmach | 1 | -9/+28 | |
o Do the conversion from type `text *' to `char *' correctly o Catch NULL pointers | |||||
2001-04-10 | Three major changes: | wennmach | 1 | -34/+38 | |
o Implement a +COMMENT file parser as a kind of state machine with `awk'. o Use recommended built-in type `text' instead of `varchar' in PostgreSQL. o Redo SQL queries to take registered conflicts into account. | |||||
2001-04-10 | tar -C does not work if the cwd is not writable (I consider this a tar bug), | wennmach | 1 | -2/+2 | |
so do it the standard way: cat ... | (cd ...; tar ...) | |||||
2001-04-10 | Note inclusion by odbc-postgresql | jlam | 1 | -1/+2 | |
2001-04-10 | Fix build error on NetBSD systems without "intl" library in base system. | tron | 1 | -1/+2 | |
2001-04-10 | Update to 1.03r, per PR 12596. Changelog only available in japanese, sorry. | hubertf | 2 | -5/+5 | |
2001-04-10 | Make the pkg name a bit more standard (rename to 3.10anb1) | hubertf | 1 | -2/+2 | |
2001-04-10 | Update to 2.0. Notable changes include: | mjl | 2 | -10/+6 | |
Name change from CGI_Lite to CGI::Lite. Added parse_new_form_data(), for use under persistant applications Removed $` and $' from the code, and "optimized" an important regexp. The set_file_type method now works as it should. Added the get_ordered_keys method Added a set of miscellaneous functions: browser_escape, url_encode, url_decode, is_dangerous, escape_dangerous_chars. Fields containing more than one value in multipart forms are now handled correctly. You can now parse/decode cookies in much the same manner as forms. | |||||
2001-04-10 | always add dependency to canna. | itojun | 1 | -3/+3 | |
2001-04-10 | visit mail/cue | itojun | 1 | -1/+2 | |
2001-04-10 | cue - a lightweight email reader | itojun | 4 | -0/+50 | |
2001-04-09 | generate dir before copying file(s) to it. PR 12590. | hubertf | 1 | -1/+2 | |
2001-04-09 | Update to 1.3.2. | soren | 2 | -8/+8 | |
The main point of this release is improved compatability with IRIX and Solaris, plus some bugfixes. There's one new significant feature, which is the option to do SUID root installations of pchar. [Not used in this pkg.] | |||||
2001-04-09 | It seems Macromedia replaced the file on their server without changing | hubertf | 1 | -2/+2 | |
the distname/dir. Fix for i386 - it seems the solaris file was not changed. | |||||
2001-04-09 | Update to 4.3.2. | drochner | 9 | -109/+78 | |
See http://www.w3.org/Amaya/User/New.html for the changelog - it's too much to list here. | |||||
2001-04-09 | Update colorize to 0.2.8 | zuntum | 2 | -5/+5 | |
colorize (0.2.8) unstable; urgency=low * *fixed* the address catch * it's really support exim log now * some code cleanup (free some variable after use, 'userfriendly' comments, etc.) * *fixed* script name in examples. After all, you don't must read it before use (blah, why? :) * s/squid/proxy/ (i love oops, and log format is equivalent) * message function rewrite * !new! added ipv6 IP support (it's only just seek for :: before and after a word character[s]) * !new! option --convertdate or -C to convert unix timestamp to readable format [toma's idea] * !new! format: oops.log * !new! good word: done, check * !new! bad word: offline * !new! number catch * !new! system words | |||||
2001-04-09 | fix typo, pointed out by zuntum | hubertf | 1 | -2/+2 | |
2001-04-09 | Fix checksum for Solaris 2.5.1 distribution file. | tron | 1 | -2/+2 | |
2001-04-09 | Make this package work with version 0.9.6 of the "openssl" package. | tron | 1 | -4/+6 | |
2001-04-09 | - Install new include files so that this package can be used to build | tron | 3 | -28/+22 | |
applications again. - Fix patch sum for Solaris. | |||||
2001-04-09 | one more shared lib fix. corrects ELF symlinks | dmcmahill | 1 | -5/+3 | |
2001-04-09 | lukemftpd | lukem | 1 | -1/+2 | |
2001-04-09 | Since ${PREFIX} expansion in MESSAGE is automatic, remove outdated | wiz | 5 | -15/+10 | |
comment. | |||||
2001-04-09 | echo -> ${ECHO} | wiz | 1 | -2/+2 | |
2001-04-09 | Move BUILD_USES_MSGFMT to DEPENDS block. | wiz | 1 | -2/+2 | |
2001-04-09 | replace work with ${WRKDIR} | wiz | 1 | -3/+3 | |
2001-04-09 | One MAINTAINER block should be enough. Shorten COMMENT. | wiz | 1 | -5/+2 | |
2001-04-09 | Remove trailing empty line. | wiz | 1 | -1/+0 | |