Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Move to sha1 checksum, and add size.
XXX: Still doesn't work for me, though.
|
|
|
|
gtkhtml.
Changes:
- The message bar was always shown, even if the preferences setting
was not.
- If the locale is set to Chinese, Japanese, or Korean, menus would
be shown in the locale's language, but the actual text itself did
not (Mitsuo Hamada).
- Changes to some preferences would never be saved (Ian M Laurie).
|
|
|
|
Not nice, but IMHO much nicer than the previous
copy-patch-files-just-before-patching-hack.
|
|
Bump to 2.47.
|
|
|
|
Changes unknown, sorry, but patch-ab doesn't seem to be necessary anymore.
Move to sha1 checksum and add size information.
|
|
|
|
should fix brokenness in bulk-builds. As usual, changes include the
detection of several new viruses.
|
|
|
|
|
|
Ion is a window manager dividing the screen into frames rather than having
overlapping windows, much like the windows in Emacs. Navigation between
clients can be done solely using the keyboard without need for a mouse.
Package provided by Daniel Lundin <daniel@codefactory.se> in pkg/12719
|
|
|
|
o add quoting to MAKE_ENV
o add patch-aa to install scripts to PREFIX/share/examples/devtodo
instead of hardcoded SYSCONFDIR/profile.d
o install todorc into PREFIX/share/examples/devtodo instead of
PREFIX/etc/todorc
o update to version 0.1.5:
* Added a binary database format. The default is still XML, but you can
change this using the new --database-loaders option. You can transparently
convert your existing XML databases to binary format (or vice-versa) by
simply changing the load order. For example, to change from XML to binary,
put this in your ~/.todorc: database-loaders binary,xml
The next time you modify an XML format database, it will be saved in binary
format. The man page has more information. I recommend only using the binary
format if you are actually having performance problems, as if something
goes awry, manually fixing the XML database is *much* easier. But if you do
use it, it might be an idea to use it in conjunction with --backup.
* Added user-defineable formatting for both display output and TODO generated
output. This is cool. Look for the section FORMATTING in the man page.
* Added a new filter, which I've wanted for ages. It constists of a single '-',
'+' or '='. A '-' stops display of all items except those explicitly specified
in the rest of the filter whereas a '+' overrides all other filters to display
all items. A '=' is the default behaviour. This is brilliant if you want
to narrow the view down to just one item: todo --filter -,29 (*Note*: Slightly
superceded by the modification to the semantics of numeric filters, which now
display *only* the numbers specified if the = (or no) prefix is used - see
two points down for more information).
* Modified the numeric filters. Ranges can now be specified by doing this:
todo --filter 1-20. If a '-' sign precedes the range it explicitly excludes
all these items. This can also be used in most other places indices are used.
ie. todo --done 10.1-20 would mark items 10.1 through 10.20 as done.
* Modified behaviour of numeric filters slightly. If prefix is '=' or none,
*only* those items are displayed. Before, this was a nop.
* Patch to todorl.h courtesy of Philippe M. Chiasson that fixes compilation
problems on RH 7.0.
* Priority defaults to medium if a blank line is entered at the "priority>"
prompt (thanks to Alexei Gilchrist for this idea, along with quite a few
others :))
* Removed --fallback-database - the semantics were too clunky and generally
confusing.
* Added --global-database <filename> and -G,--global to replace
--fallback-database. Basically, you specify a file with --global-database
(defaults to ~/.todo_global) then whenever you pass -G or --global to todo it
will use the global database. Much simpler than the way --fallback-database
behaved. This idea was courtesy, once again, of Alexei Gilchrist. Good stuff!
* todo can now automatically backup the database to a user specified number
of levels. Use the option --database [<n>] to do this, where <n> is the
optional number of revisions to keep (defaults to 1). This option is best
specified in your ~/.todorc.
* Numbers can once again be used to specify priorities when entering them from
the 'priority>' prompt (requested by Alexei Gilchrist).
|
|
|
|
|
|
author.
|
|
from pkg/DESCR:
netmaj is a mahjongg game. You can play via network. If you don't
find four players, computer plays for you.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from pkg/DESCR:
Minami-Sinzyuku Adventure is a text-based adventure game. It was made for BSD
Magazine Parody Issue 2001 Vol.1 published on 2001-04-01:-). All written in
Japanese.
|
|
managers like "WindowMaker".
|
|
Bug Fixes:
Changed the HTML message pages to be HTML 4 compliant (use ';' instead of '&'
for URL arguments). Fixed meta-refresh-self problem. Don't get confused by
scripts when parsing HTML. Fix crash in convert-cache program. Made
compilation work on SGI machines. Don't truncate partial cached file. Fix the
request-changed option.
New Features:
Add comments where WWWOFFLE modifies the original page's HTML.
Add the option to remove stylesheets, external links and embedded styles.
Add the option to remove Java applets.
Add options to remove links and replace images listed in the DontGet section.
Add the option to not fetch webbugs (1x1 pixel images) when parsing HTML.
Add the option to replace webbugs (1x1 pixel images) when modifying HTML.
Translations:
Added Dutch translations of WWWOFFLE messages.
|
|
|
|
|
|
* Instead of creating the bsd.perl.mk file at build-time, create it at
install-time using the currently-installed perl executable. This change
forces that bsd.perl.mk PERL5_* variables to be consistent with the
version of the installed perl package, regardless of whether perl-mk is
installed as a binary package or not. This fixes a problem noted on
tech-pkg by manu@netbsd.org.
|
|
|
|
|
|
XFree86-4.0.x. Missed committing this file along with the related changes
to graphics/freetype/Makefile and mk/bsd.pkg.mk.
|
|
is not available in *BSD integrated KAME IPsec tree.
|
|
|
|
|
|
|
|
|
|
Changes since fetchmail 5.7.2:
fetchmail-5.8.1 (Tue Apr 10 09:32:04 EDT 2001), 20511 lines:
* Nalin Dahyabai's password parse and authentication fixe.
* Vitezslav Samel's patch to Makefile.in to make parallel makes work.
fetchmail-5.8.0 (Mon Apr 2 15:18:33 EDT 2001), 20459 lines:
* Documentation update for gold release.
fetchmail-5.7.7 (Wed Mar 28 20:24:48 EST 2001), 20459 lines:
* More configure fixes -- include missing stub script in the distribution.
fetchmail-5.7.6 (Thu Mar 22 16:22:48 EST 2001), 20456 lines:
* Fix POP2 and POP3 password shrouding.
* Don't remove UIDL scratchlist on query completion (Frantisek Brabec's bug).
* IMAP: don't just quit if GSSAPI or Kerberos IV fail, but try other methods.
* Document the fact the IDLE and multiple folders don't play well together.
Closes Debian bug#89908.
fetchmail-5.7.5 (Sat Mar 17 23:24:41 EST 2001), 20440 lines:
* Nalin Dahyabhai's patch to make IPv6 build on older systems.
* Restrict shrouding to just the password send so it won't leak info.
* Move an #ifdef INET6_ENABLE to deal with libc5 headers.
* Only DNS-probe entries that are active on this run.
* Fix `nospambounce' recognition.
* Updated French translation.
* Yoshihiko SARUMARU's patch to keep kanji out of Received headers.
* Include aclocal.m4 in the tarball (solves some build problems).
* Added HMH's patch to support configuring a specific fallback MUA.
fetchmail-5.7.4 (Mon Mar 12 00:02:23 EST 2001), 20323 lines:
* SECURITY FIX: unsecure tempfile creation bug in fetchmailconf, thanks
to Colin Phipps <cph@cph.demon.co.uk> for pointing this out.
* Configure cleanup from HMH.
* Documentation refresh.
fetchmail-5.7.3 (Sun Mar 11 17:01:56 EST 2001), 20323 lines:
* Incorporate SA_LEN patch from Red Hat.
* HMH's "no spambounce" patch for fetchmailconf.
* John Bartlett's patch to make the driver code more tolerant of flaky POP3
servers (better handling of timeout at session start).
* Make `fetchmail --configdump' work when there's a defaults entry.
* Incorporated HMH's build fixes.
* Added FALLBACK_MDA; fetchmail now looks for procmail or sendmail at
build time and uses it if it can't open port 25 for local delivery.
* Incorporated Red Hat fixes for GSSAPI, configure.in.
* Bailing out on read-only messages breaks fetchmail -c. To avoid this,
use EXAMINE rather than SELECT in that case.
|
|
previous number 2.36 was that of htmllint.pm.
- htmllintrc is not a script, so no need to install it as a executable.
Changes from previous version.
htmllint.cgi 1.01 / htmllint.pm 2.42
all
2001/04/13 add support for XHTML1.1(Proposed Recommendation).
2001/03/20 add support for revised ISO/IEC 15445:2000.
htmllint.pm
2.42 2001/04/11 value of REL, REV attribute is string separated by space.
2.41 2001/04/10 fix of 2.40 was incorrect.
2.40 2001/04/08 Judgement of <RUBY> on XHTML1.1 was incorrect. It is not
perfect, but anyway.
2.39 2001/03/25 put warning for SPAN attribute which has a <COL> as an element
in <COLGROUP>.
|
|
|
|
step anyway (*.orig, *.rej).
|
|
Fixes a bogus warning for at least devel/patch.
|
|
gettext-0.10.35 and older versions installed.
|
|
|
|
|