Commit graph

933 commits

Author SHA1 Message Date
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +00:00
magick
70cc2b61c4 Update to 0.6.0
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.
2001-08-26 14:15:32 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
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.
2001-08-26 10:32:18 +00:00
skrll
97d7dc39bc Add BUILD_DEPENDS on xml-i18n-tools. Pick up in bulk builds I'm doing. 2001-08-25 07:21:16 +00:00
hubertf
aef4c449fc make this find shared libs at runtime (-Wl,-R) 2001-08-25 01:22:17 +00:00
jlam
a17239c066 Move per-package default XAW_TYPE setting above the inclusion of
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.
2001-08-23 04:26:51 +00:00
jlam
775cee81b4 New location for homepage. 2001-08-23 04:01:57 +00:00
jlam
73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
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.
2001-08-22 17:38:56 +00:00
itojun
ffd75749e9 support non-japanese iso2022 multibyte escape sequences, like
ESC $ ( C for ksx1001/ksc5601 korean charsets.
patch already sent to screen@uni-erlangen.de.
2001-08-18 11:21:19 +00:00
wiz
1cbd5110a1 Update to 3.9.9. Changes since 3.9.8:
* 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.
2001-08-18 09:53:01 +00:00
abs
ff6ce53e6f Use install rather than copy to avoid umask issues 2001-08-16 10:16:17 +00:00
jlam
b496d8e4c7 Use FILES_SUBST{,_SED} instead of a separate listing of variables to
substitute by sed for INSTALL/DEINSTALL.
2001-08-16 04:45:52 +00:00
agc
e01d5db423 Add and enable mmv 2001-08-15 21:10:37 +00:00
agc
cfa597f5f0 Initial import of mmv-1.0b, a package to rename files based on wildcard
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.
2001-08-15 21:09:04 +00:00
wiz
996bbeb4af Update to 1.60. Changes:
- 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
2001-08-15 19:22:55 +00:00
rh
1df2a8cc1a Update gnome-utils to 1.4.0.2
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)
2001-08-13 18:10:05 +00:00
tron
96d0a30b4c Fix build problem with version 4.2 of the "readline" package. 2001-08-07 15:04:27 +00:00
wiz
8198f1a079 This package really wants to have autoconf. Give it to it. 2001-08-01 16:30:38 +00:00
wiz
5a25bb3a71 Update to 358. Lots of new features since last pkgsrc version.
[Note: removed SunOS-only limitation, since perhaps some NetBSD users
want the latest less without upgrading to -current.]
2001-07-29 14:39:41 +00:00
tron
d934b370cb Only enable APM support on NetBSD ports which support it. Fixes
PR pkg/13585 by Jim Bernard.
2001-07-29 05:51:50 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
wiz
e938dd28db Swap patch-ab and patch-ac so that configure.in gets touched before configure.
Problem found via logs of recent bulk build.
2001-07-22 16:34:44 +00:00
skrll
a4183640a2 Add advanced power management support to klaptopdaemon as provided by
Scott Presnell <srp@zgi.com> in pr/13345
2001-07-22 14:08:31 +00:00
wiz
67d1e510f1 Allow chord names with more than 9 characters.
Patch provided by maximum entropy in pkg/13528.
2001-07-22 01:16:58 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
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>.
2001-07-20 01:54:31 +00:00
jlam
daa5830777 Pass LDFLAGS through to compilation of popt library. Fixes pkg/13476 by
Matthew Herzog <kimwana@felt.ne.mediaone.net>.
2001-07-15 22:38:15 +00:00
jlam
0ac7f6f5c3 librpm needs libintl, so include gettext-lib/buildlink.mk in
rpm/buildlink.mk.
2001-07-14 07:34:44 +00:00
jlam
56c0ff6d58 Convert to use only buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Add necessary dependency on zlib.
2001-07-14 06:35:11 +00:00
fredb
487dc07506 Update my email address. 2001-07-13 14:41:19 +00:00
jlam
9820a22a90 In package Makefiles, create FILES_SUBST instead of duplicating sed
expression for substituting in DEINSTALL/INSTALL scripts.  Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
2001-07-13 07:09:17 +00:00
zuntum
7cd0371c43 Update gone to 1.3.4
Changes:
        * Added (or rather tested) Mac OS X support
        * Changed my email address in the manpage
2001-07-10 09:58:46 +00:00
simonb
750578c2b2 Import xtail - tail multiple files at once. 2001-07-08 14:29:51 +00:00
simonb
e78ef1421c Add and enable xtail. 2001-07-08 14:28:10 +00:00
jlam
6ef1a088f8 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-03 01:28:45 +00:00
fredb
05879e5929 Double Oops. (Correctly) supply info dir handling for binary package. 2001-07-02 23:12:10 +00:00
fredb
c35bf7abfa Oops. Supply info dir handling for binary package. 2001-07-02 23:08:20 +00:00
fredb
5891b0126d Update pinfo to 0.6.1. Changes since 0.6.0:
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
2001-07-02 23:06:55 +00:00
fredb
a2e58d221e We must pass a double-quote into the C program to set the value of a string.
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-07-02 22:46:49 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
taca
c4ff8e9f69 Update p5-File-MMagic to 1.13. Changes are below (from ChangeLog):
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.
2001-06-27 14:16:55 +00:00
wiz
376249aab2 Update to 1.03s, per patch from Nobuhiro Yasutomi in pkg/13074.
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)
2001-06-26 11:40:43 +00:00
wiz
1f007b2fcc Rename ja-freewnn rc.d script to ja_freewnn, following a suggestion
by Masao Uebayashi in pkg/13251.
2001-06-25 18:39:19 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
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.
2001-06-23 19:26:48 +00:00
jlam
0477b99b80 Mark as USE_BUILDLINK_ONLY. 2001-06-21 03:03:07 +00:00
jlam
6ebf9e5f1a Convert to use buildlink.mk file to get ncurses dependency and mark as
USE_BUILDLINK_ONLY.
2001-06-20 06:05:52 +00:00
jlam
e8f2d09011 Don't rely on redrawwin() in ncurses...use touchwin(),wrefresh() instead.
Add patches to remove clearing of CFLAGS and LDFLAGS during configure
process to preserve passed-in values.
2001-06-20 06:04:53 +00:00
jlam
d3934f8268 Create the examples directory before trying to install into it. 2001-06-20 05:29:22 +00:00
jlam
6dcb41e0dc Convert to use buildlink.mk files for ncurses dependency and mark as
USE_BUILDLINK_ONLY.  Add patches to remove explicit passing of
-I/usr/include/ncurses to the compiler, and move the example configuration
file to ${PREFIX}/share/examples/vfu.  Add DEINSTALL/INSTALL scripts to
handle copying the sample config file to the config directory at install
time and removing it at deinstall time.
2001-06-20 05:27:32 +00:00
jlam
dbfddb7cdc Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. By using
ncurses/buildlink.mk, we can refer to the ncurses header as ncurses.h and
the ncurses lib as libncurses.
2001-06-19 15:53:11 +00:00
jlam
53a25b886f Add buildlink.mk file for use by other package Makefiles. 2001-06-18 10:24:49 +00:00