Age | Commit message (Collapse) | Author | Files | Lines |
|
Too many changes to list here, since 0.6.0.
See http://www.nefkom.net/tomzo/prj/nxtvepg/changelog.html
for a changelist.
|
|
|
|
to ease updates
|
|
|
|
to avoid build failures if "ical.h" from the "evolution" package is
installed. This fixes pkg/13860.
|
|
|
|
|
|
|
|
While here, clean it up a bit:
don't install to X11BASE
buildlink'ify
homepage moved
archive is downloadable, remove NO_SRC_ON_FTP
Changes between 0.5.2 and 0.6.0:
- Possibility to invoke user-defined external commands from the context
menu in the browser listbox, e.g. to program a timer for
the selected programme in a scheduler like plan.
- Dump of programme list or selected programme descriptions into a
file in HTML format, from where they can be loaded by any
WWW browser. This may be of interest for people who want to print
out TV schedules onto dead trees.
- New text search option Match full to allow exact title matches,
e.g. a search for "heute" will no longer match on "heute journal"
when full match is enabled.
- Alphabetically sorted series list in the filter menu.
|
|
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.
Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.
New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
such as 1.4.4, without thinking they are alpha release numbers.
New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.
New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.
New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
|
|
|
|
|
|
bsd.prefs.mk so that it is actually used. Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
|
|
|
|
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition). This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
|
|
ESC $ ( C for ksx1001/ksc5601 korean charsets.
patch already sent to screen@uni-erlangen.de.
|
|
* new '-X' option to send commands to screen sessions.
* added a possibility to change the attributes/color in caption or
hardstatus strings:
caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?"
* new 'dinfo' command to show what screen thinks about your terminal.
* new 'attrcolor' command to map attributes to color codes:
* support for UTF-8: new commands 'utf8', 'defutf8' to change the
encoding of a window, plus a '-U' option to tell screen that
your terminal sends/receives UTF-8 codes.
* support for 16 colors.
|
|
|
|
substitute by sed for INSTALL/DEINSTALL.
|
|
|
|
patterns.
mmv is a program to move/copy/append/link multiple files according to
a set of wildcard patterns. This multiple action is performed safely,
i.e. without any unexpected deletion of files due to collisions of
target names with existing filenames or with other target names.
|
|
- fixed some -w dirty internals
- there was an error in test.pl that failed to identify a bug. the
constructor was always setting $obj->is_valid to BAD_CHECKSUM.
- fixed -w dirty line in is_valid_checksum
- fixed problem parsing ISBNs without valid country codes which would
cause an infinite loop.
- added symbolic constants to replace magic return values.
- fixed is_valid_checksum which would issue warnings if the string was
less than ten characters
- added a test.pl which still needs more tests to reach all of the code.
- version 1.5 fixed some bugs with checksums
- version 1.51 has a few minor doc fixes
|
|
Notable changes include:
* Fix lots of bugs in stripchart
* Make logview actually work
* Fix crashes all over the place
* Use the gtk+2 calculator widget and make it handle keypad keys.
* Man pages (Too many fixes in here to mention all of them.
Basically it makes gnome-utils usable)
|
|
|
|
|
|
[Note: removed SunOS-only limitation, since perhaps some NetBSD users
want the latest less without upgrading to -current.]
|
|
PR pkg/13585 by Jim Bernard.
|
|
installation directory in case the package isn't installed.
|
|
Problem found via logs of recent bulk build.
|
|
Scott Presnell <srp@zgi.com> in pr/13345
|
|
Patch provided by maximum entropy in pkg/13528.
|
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
Matthew Herzog <kimwana@felt.ne.mediaone.net>.
|
|
rpm/buildlink.mk.
|
|
Add necessary dependency on zlib.
|
|
|
|
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
|
|
Changes:
* Added (or rather tested) Mac OS X support
* Changed my email address in the manpage
|
|
|
|
|
|
|
|
|
|
|
|
Modified behaviour of auto-pgdn. It now expands the submenus, as in info
Fixed problem with pinforc installed to non-existing etc directory
Fixed problem with black bar on first man page
Fixed buggy whitespace-skip comparing procedure
Manual code can now handle hyphenated url links (it's still not perfect
with e-mail--it only works if the `@' is in the upper line)
Fixed buf in indirect-file search engine (a misplaced if())
Added texinfo documentation.
Manual code is now case insensitive as far as sections are considered
|
|
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different
quote expansion each time. This makes it even trickier than it needs to be,
so go with CPPFLAGS=.
|
|
|
|
2001-06-15 NOKUBI Takatsugu <knok@daionet.gr.jp>
* MMagic.pm (readMagicEntry): Fixed warning output probrem
on large magic database.
(Reported and patched by John R Lenton. Thanks.)
* Version 1.13.
2001-02-09 NOKUBI Takatsugu <knok@daionet.gr.jp>
* MMagic.pm (checktype_data): Changed evaluation sequence of
binary-checking and specials-checking.
Version 1.12.
2000-12-11 NOKUBI Takatsugu <knok@daionet.gr.jp>
* Discarded disallowEightbit().
Add new variable "allowEightbit".
Version 1.11.
* MMagic.pm (disallowEightbit): Added new entry.
Version 1.10.
|
|
Last version was 1.03r, but that update didn't include a ChangeLog, so
here's one back to 1.03p:
Ver. 1.03s fix abnormal end when some case in directory change.
(05/22/01) fix command line input handling quote.
Ver. 1.03r fix display to confuse in ANSICOLOR=2 case.
(04/03/01) fix to stop when start not exist directory
fix handle archive file that include full path.
support different compiler spec for Solaris 8.
Ver. 1.03q speed up KANJI code convert by using table.
(02/28/01) support Linux/Alpha
allow to choose retry when not enough space to copy file.
strict follow cursol posion.
revice rule for file extention sort.
fix confirm problem to delete file.
more strict handle to timestamp when file copy. (MS-DOS)
|
|
by Masao Uebayashi in pkg/13251.
|
|
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
|