Commit graph

912 commits

Author SHA1 Message Date
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
magick
560b58c045 Update nxtvepg to 0.5.2.
Changes since 0.5.1:
- bugfix programme listbox: the network filter did not follow xawtv channel
  changes. Thanks to Werner Renhardt (werner at kangaroo.at)
- bugfix cyclic acquisition (bug was introduced in 0.5.1): expired programmes
  were not counted for acquisition statistics, hence sometimes the acq engine
  did not detect when the database was complete and did not move on to the
  next provider.
2001-06-15 19:49:21 +00:00
zuntum
ad35b676fd Update colorize to 0.3.0
* README update
  * HTML title change (s/colorize /colorize.pl /)
  * *fix* device and script name in colorize-fifo.sh
  * *fix* the init.d scripts (restart looks bad)
  * *fix* apache log format catch
    (when user is set in access.log), thanks jamie
  * user catch moved later in catch list

  * *changed* --convertdate switch to --convert-date

  * !new! procmail log format (feature req. from Anh Lai)
  * !new! facility remove switch (feature req. from Mw3 and [drewie])
2001-06-13 14:02:50 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
magick
2de817e9fd Update to 0.5.1
Changes from 0.5.0 to 0.5.1
- monitor the _XAWTV_STATION property on the xawtv window and VPS/PDC (during
  EPG acquisition) to detect channel changes (new source module epgui/xawtv.c;
  communication with xawtv is now done directly via X11 calls, and no longer
  uses the xawtv-remote utility)
- after a channel change, optionally set the programme listing's cursor on
  the programme currently running on this channel and/or display the programme
  title and running time information inside xawtv, either in a popup, as
  overlay (requires xfree4 and the XVideo extension) or window title message.
- improved handling of the network name configuration dialog by addition of
  a "Closest match in xawtv" button.
- fix: during refresh, the cursor now remains on the same start time and network
- fix: short info text view is no longer set to line 1.0 during every update
- fix: possible crash due to reference to freed memory when acq timescale
  popup was open & bad reception (block discarded due to parity errors)
- fix: in cyclic or follow-ui acquisition modes when acquisition was forced
  passive on a non-provider channel (e.g. by a busy video device) acq control
  did not automatically switch to active when the device was freed.
- fix: network name configuration: name selection from the provider listbox
  was handled incorrectly for networks which were not covered by all providers,
  so that another than the selected name was actually used.
- added support for multi-network channel names (e.g. [Arte / Kinderkanal])
  to network name configuration: split xawtv station names around '/' and
  use all resulting segments for matching with Nextview network names.
- added support for Turkish charset in national option table; 6 characters
  which are not in latin-1 are replaced by their ASCII counterparts.
- fixed two memory leaks in the EPG scan and wrong handling of the EPG MIP
  entry, which slowed down the scan on several channels.
- changed Makefile.win32 to use gcc/mingw32 for compilation. The supplied
  Tcl/Tk libraries are compiled with gcc too (on NT using cygwin)
2001-06-09 15:14:25 +00:00
zuntum
fb677bbe9c Update gone to version 1.3.2b
Changes:

1.3.2a:
        * Fixed the signaling handling routine, hi() to handle indefinite
          locking (thanks again to Blake Winton)
1.3.2:
        * Added support for locking the terminal indefinitely
          (thanks to Blake Winton <bwinton@iname.com>)
2001-06-08 21:12:07 +00:00
jtb
156d1db9c7 Add license and restrictions.
From the README:

	Distribution without fee is permitted as long as all
	copyright notices are included.
2001-06-08 01:16:45 +00:00
jtb
4b5d552439 Add license and restrictions to astrolog. 2001-06-08 00:41:35 +00:00
zuntum
27a0c2c6c6 Update mtail to 1.0.0
Changelog:

Very little change has been made since 0.9.2,
but since no more bugs have been found,
the program is now labeled 1.0.0.
2001-06-04 12:09:46 +00:00
agc
2e1a93a827 Add and enable xtide 2001-05-31 15:49:03 +00:00
agc
f8584542c7 Initial import of xtide-2.4 into the Packages Collection.
Provided in PR 13044 by Paul Goyette (paul@whooppee.com)

XTide is a package that provides tide and current predictions in a
wide variety of formats.  Graphs, text listings, and calendars can be
generated, or a tide clock can be provided on your desktop.  XTide can
work with X-windows, plain text terminals, or the web.  This is
accomplished with three separate programs:  the interactive interface
(xtide), the non-interactive or command line interface (tide), and the
web interface (xttpd).

The algorithm that XTide uses to predict tides is the one used by the
National Ocean Service in the U.S.  It is significantly more accurate
than the simple tide clocks that can be bought in novelty stores.
However, it takes more to predict tides accurately than just a spiffy
algorithm -- you also need some special data for each and every
location for which you want to predict tides.  XTide reads this data
from harmonics files.  Ultimately, XTide's predictions can only be as
good as the available harmonics data.  Due to issues of data
availability and of compatibility with non-U.S.  tide systems, the
predictions for U.S.  locations tend to be a lot better on average
than those for locations outside of the U.S.
* Deviations of 1 minute from official predictions are typical for U.S.
  locations having the latest data.
* Deviations of 20 minutes are typical for non-U.S. locations or U.S.
  locations that are using obsolete data.
* Much longer deviations indicate a problem.
2001-05-31 15:48:05 +00:00
jlam
f01e4516cd Use buildlink.mk files to get dependency on readline and prevent
unintended linking against installed libraries or finding installed
headers except for those that are explicitly linked into
${BUILDLINK_INCDIR} and ${BUILDLINK_LIBDIR}.
2001-05-30 05:02:51 +00:00
kei
2f1c6a26fc - install manual pages as well.
- sort PLIST entries.
2001-05-30 03:03:32 +00:00
wiz
ef18eef10d Move inclusion of signal.h before lots of random #define's, one of which
happens to be 'cr' which also appears in /usr/include/powerpc/frame.h,
which gets included via signal.h.
Fixes pkg/13064 by Lars Kellogg-Stedman.
2001-05-29 16:16:29 +00:00
zuntum
a80f91acb1 Drop maintainership 2001-05-26 09:56:10 +00:00
jlam
54718a4db7 Standardize name of file to include for build-links to be "buildlink.mk".
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers
and libraries.  Create a variable BUILDLINK_TARGETS whose value is the
list of build-link targets to execute.
2001-05-24 08:53:54 +00:00
jlam
d1937b7900 Substitute pre-defined ${PERL} value for location of perl binary. 2001-05-23 21:06:01 +00:00
zuntum
e48bc8ecbf Add Size entries to distinfo 2001-05-21 05:43:22 +00:00
jtb
3f13419f7d Add and enable ttyrec. 2001-05-19 18:09:53 +00:00