Commit graph

24230 commits

Author SHA1 Message Date
agc
980f366078 Add tct to the list of utilities which need to be packaged. 2001-10-24 09:47:46 +00:00
agc
67d2f23050 Add and enable x2vnc 2001-10-24 09:43:41 +00:00
agc
0b3e4e627d Initial import of x2vnc 1.2 into the NetBSD Packages Collection.
x2vnc merges the capabilities of x2x and vncviewer.  It will allow
a machine with an X display and a machine with a VNC server running
on its main screen to act as if they were two displays connected
to one machine. When you move your mouse pointer off the screen in
a direction of your choosing, the pointer will appear on the other
screen instead.

Provided in PR 14344 by Michael Santos (mike@ethmoid.org).
2001-10-24 09:42:52 +00:00
cjs
405cc95eea Upgrade to version 1.3.0, and fetch from new home on sourceforge.
Changes:
    - can edit block special files
    - can read/edit/write parts of files
    - +cmd now works on command line
    - :e# bug fixed and a buffer overflow fixed
    - bmore program added to package
2001-10-24 07:02:57 +00:00
wiz
c32957924a Filename didn't change, but contents did, so add DIST_SUBDIR. 2001-10-24 00:38:51 +00:00
kei
71ab81c11e Updated TeXfamily, TeXfamily-share to 1.2.1nb1. Addresses pkg/13984.
- Fixed to the long-standing problem that since the date of LaTeX included
  teTeX is too old (i.e. > 1 year), TeXfamily doesn't compile.

- Fixed TeXfamily build problem.  TeXfamily is a patch to teTeX-bin, so if
  ${WRKDIR} of teTeX-bin is remaind when TeXfamily build starts.  This occurs
  if you cd to japanese/texfamily and do make on the system teTeX-related
  packages are not installed.

- Updated dvipsk-jpatch to p1.5e which is a content of the package.

  o fixed a bug that an extra rotate was put at the last of each pages.

  o fixed a bug that output position of the European fonts was incorrect
    with help from Hideyuki Suzuki at the University of Tokyo.
2001-10-24 00:29:30 +00:00
kei
2f54bfffa9 Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamily
which doesn't compile recently because of the LaTeX's "Hey, your distribution
is too old!  Please update it to the latest one!" feature.

Quoted from the patch to `latex.ltx'.

  This is a work around for the '1 year old' error which avoids the format
  file from being generated correctly.  Provided by Naoto Shimazaki.

  Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src}
  packages, applying this patch is done by packages' Makefiles on do-install
  stage.

New version numbers after these changes are like below:

teTeX:          1.0.7nb1
teTeX-bin:      1.0.7nb1
teTeX-share:    1.0.2nb1
teTeX-sharesrc: 1.0.1nb1
2001-10-24 00:28:47 +00:00
lukem
6da054cb03 only conflict on rpm2cpio < 1.0nb1 2001-10-24 00:26:51 +00:00
lukem
89d58280c8 - update for new version which supports v4 RPMs
- install as rpm2cpio.pl, so the conflict with misc/rpm can be modified
- crank to 1.0nb1 (to assist in the conflict fix above)
2001-10-24 00:25:58 +00:00
jlam
27779e2133 Strongly buildlinkify. 2001-10-23 21:02:17 +00:00
jlam
c79260650d Strongly buildlinkify. 2001-10-23 20:46:46 +00:00
zuntum
97388b1559 Update 6tunnel to 0.09
Changes from version 0.07:

0.09, 2001-10-18, wojtekka@irc.pl
- included patch from OpenBSD port by Patroklos Argyroudis <argp@bsd.gr>.
- fixing the fix - patch by awayzzz <awayzzz@digibel.org>.

0.08, 2000-12-12, ascent@linux.pl
- modified IPv4 to IPv6 mapping -- better memory managing.
0.08, 2001-10-13, wojtekka@irc.pl
- some memory leaks fixed thanks to Sorrow The Prince <s0tp@libero.it>.
- fixed dos condition thanks to awayzzz <awayzzz@digibel.org>.
2001-10-23 20:23:09 +00:00
veego
c40be5e1b2 Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}
This fix a fetch error.
2001-10-23 19:27:31 +00:00
jwise
c6b77b3c82 Integrate a patch from the sourceforge page for this project.
With this patch, the sablotron base URI for xslt processing is set to the
current working directory, so document inclusion (ala

	<xsl:apply-templates select="document(data/test.xml)" />

) will DTRT.

Bump the pkg version to 1.1nb1, as stylesheets written for the new version
may not work with the old.
2001-10-23 17:21:56 +00:00
lukem
134aed38d4 this needs suse_compat as well 2001-10-23 16:07:56 +00:00
jlam
6d4acd5e38 There are some .c files in the header directory. 2001-10-23 15:50:55 +00:00
jlam
ce061a4a99 Add a buildlink.mk file for use primarily by packages that use apxs to
compile Apache extension modules.  This is usable by packages that depend
on either apache or apache6.
2001-10-23 15:42:05 +00:00
jlam
b476b722de Buildlinkify (trivially). 2001-10-23 14:40:36 +00:00
jlam
d688ce8966 Strongly buildlinkify. 2001-10-23 13:25:30 +00:00
jlam
f2a861d746 Some cosmetic changes, use ${MAKE_PROGRAM} instead of ${GMAKE} to refer to
the make program used in building xconq, and remove the unnecessary
tcl/buildlink.mk file as it's pulled in by tk/buildlink.mk.
2001-10-23 13:18:03 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
936b41aaa1 Create private variables _TCLCONFIG_SED and _TKCONFIG_SED that hold the
sed expression used to convert tclConfig.sh and tkConfig.sh into forms
usable by buildlink.
2001-10-23 13:02:11 +00:00
jlam
c93d2988cf Strongly buildlinkify. 2001-10-23 12:51:19 +00:00
martti
82e6f25b03 - Use buildlink.mk instead of DEPENDS
- Use distfile and patches/* from ../db3
- Updated version to 3.2.9.2
- Apply two patches from the master distribution site

    3.2.9.1     Fix a bug where running recovery on a database environment
                containing only logs from a previous release of Berkeley DB,
                in which log.0000000001 doesn't exist, could fail.
    3.2.9.2     Fix a bug where opening too many files causes a core dump.
2001-10-23 11:55:57 +00:00
agc
786b7e4ea4 Standardise on one xmeter package in the sysutils category. 2001-10-23 11:40:25 +00:00
agc
83c04ab4bc Standardise on one xmeter package:
+ Use sysutils as the category, since it's best-placed there

+ Bring over the patch from x11/xmeter to quieten the compilation.

+ Retain the installation into X11BASE from sysutils/xmeter (there's an
application default file that has to be placed somewhere)

+ Retain the better description from sysutils/xmeter
2001-10-23 11:38:31 +00:00
agc
5a15a909b2 Add and enable xmeter 2001-10-23 10:30:59 +00:00
agc
5cbc12daed Initial import of xmeter-1.15 into the NetBSD Packages Collection.
Xmeter displays a periodically updating histogram of the system
statistics gathered by rstat(3) for the specified hosts.  Meters can
be displayed in a vertical, horizontal or rectangular arrangement.  As
statistics range between 4 user defineable levels (OK, WARN, ERROR or
FATAL), the background, foreground, highlight, border and internal
border colors, and the background bitmap of each meter can be changed.

Xmeter uses the StripChart widget of the Athena Widget Set to graph
each statistic.  StripCharts automatically scale the graph as the
value varies.  Each time a graph is updated, xmeter will examine the
current value of the statistic and the current scale.  As the number
of scale lines increases above wlevel and elevel the background colors
and bitmaps of each meter are modified as specified.  The current
scale value can be examined by clicking any mouse button while the
mouse pointer is in the StripChart.  If the host is down the time it's
been down will also be displayed.

Each meter has its own label displaying the host name and statistics
name.  The statistic being graphed may be modified while xmeter is
running by moving the mouse pointer into the label part of a meter,
clicking any mouse button, and sliding down to the desired stat.  This
menu also contains a quit option to exit xmeter.
2001-10-23 10:30:12 +00:00
jlam
312a13a191 Strongly-buildlinkify. 2001-10-23 09:57:30 +00:00
jlam
2c350496d6 Use -Wl,-R instead of -Wl,-rpath as the former is more consistent with the
rest of pkgsrc.
2001-10-23 09:55:47 +00:00
jlam
52b3de7e6b Use -Wl,-R instead of -Wl,-rpath, since the former is consistent with the
rest of pkgsrc.
2001-10-23 09:55:00 +00:00
lukem
39f7310ad5 * Apply two patches from the master distribution site;
3.2.9.1	Fix a bug where running recovery on a database environment
		containing only logs from a previous release of Berkeley DB,
		in which log.0000000001 doesn't exist, could fail.
    3.2.9.2	Fix a bug where opening too many files causes a core dump.

* Use ${BSD_INSTALL_*} instead of cp, so that bin/db3_* and include/db3/*
  get installed with the correct ownership

* Crank version from 2.9 to 2.9.2
2001-10-23 07:26:41 +00:00
jun
c8b475e108 Update Mew to 2.0.60
Mew 2.0.60 (2001/10/15) mew-dist release
* Enhancing mew-param-analyze-broken to remove white spaces between
  encoded-words.
* recenter for mew-summary-down.
* "c" for mew-summary-copy.
* Allowing the 'X' mark for +mdrop.
* A bug fix for 'invisible.
* "?" for mew-input-map.
* Allowing multiple SPCs on POP sessions.

Mew 2.0.59 (2001/10/12) mew-dist release
* A bug fix for Multipart/Alternative.
* Removing mew-summary-display-raw-header.
* Use the "--decrypt" option instead of "--verify" for GnuPG.
* Some "mew-pop-to-buffer" patches.
* Defining mew-regex-ignore-folders.
* A bug fix for PGP encryption.
* Integrating "," and "C-cC-u". Use "," only.
* Removing mew-pop-to-buffer.
* Using mew-current-get-* as little as possible.
2001-10-23 07:00:20 +00:00
jlam
0262d0583b Update crafty to 18.12 and strongly-buildlinkify. Relevant changes from
version 18.10 include:

- the pawn ram code is now disabled when playing a computer, although the
  normal 'blocked pawn' code is always active.
- bug in the code that penalizes a rook with no horizontal mobility was fixed.
  if the first rook scored had horizontal mobility, the second rook appeared
  to have this mobility as well, which was wrong.
- pawn hash statistics were wrong on longer searches due to an int overflow on
  a multiply and divide calculation.  this has been re-ordered to avoid the
  overflow.
- for unknown reasons, epd support was disabled.  it is now enabled as it
  should be.
- bug in EvaluateDraws() fixed to not call KBB vs KN a draw if the correct
  tablebase is not available.
- bishop pair scores now vary depending on how many pawns are left on the
  board.  a pair is not worth a lot if there are 7-8 pawns left as most
  diagonals will be blocked by pawns.
- a new way of handling the search extensions is in place.  with the old
  approach, one ply could not extend more than one full ply.  with the new
  approach, borrowed from Deep Blue, two consecutive plies can not extend more
  than two plies total.  It averages out to be the same, of course, but the
  effect is a bit different.  Now it is possible for a check and recapture to
  be applied at the same ply, where they could not before (since a check was
  already a full one-ply extension).  whether this is better or not is not
  clear yet, but it is worth careful analysis.
2001-10-23 05:53:52 +00:00
jlam
6e7eb724d3 Strongly-buildlinkify. 2001-10-23 05:46:23 +00:00
mycroft
b25ca2e1e4 Update to librep 0.15.1.
Only change is to fix intermittent memory corruption in the PRNG.
2001-10-23 03:37:44 +00:00
jwise
c4fa25edb1 Fix previous, and also add new MASTER_SITES. 2001-10-23 03:17:17 +00:00
jlam
400f6aca0e Buildlinkify x11/gtk--. Changes come from patch provided by Eric
Gillespie, Jr.in pkg/14204, which minor updates by me.
2001-10-23 03:13:28 +00:00
jwise
36cede2c0d HOMEPAGE moved... 2001-10-23 03:13:04 +00:00
jlam
69f9bcdc61 Sort. 2001-10-23 03:04:27 +00:00
jlam
7096917d32 Update description from blurb on homepage. 2001-10-23 03:03:59 +00:00
jlam
72c8afe3db libsigc++ is in devel/, not textproc/ =) 2001-10-23 02:15:38 +00:00
jlam
31338b0ffe Note addition of chat/gtkyahoo. 2001-10-23 02:07:41 +00:00
jlam
5036d9b5c2 chat/gtkyahoo: GTK+ client for Yahoo! Messenger
GTKYahoo is a GPL'd GTK+-based Yahoo! pager client for UNIX.  GTKYahoo has
a number of features not available in the Windows or Java versions of the
pager, including an auto-reply (answering machine) feature and automatic
forwarding of incoming messages via email.

Provided in pkg/14312 by ken@246gt.com with changes to use buildlink and
the pkgsrc/libyahoo by me.
2001-10-23 02:04:32 +00:00
lukem
14f427a693 bump to 0.9.7.2nb1, by applying fix for a security hole by disabling
the unshar-ing of shell scripts on binary decode.
2001-10-23 01:55:44 +00:00
jlam
395f968189 Install the libyahoo-authors.h header file used by gtkyahoo. 2001-10-23 01:43:09 +00:00
dmcmahill
23cde2ddc8 update to gwave-20011020
New in 20011020:
- better measurement: value at both cursors or difference in values at cursors
- enhanced handling of log scales
- yet more file-reading improvements and general bug fixes
2001-10-23 01:39:16 +00:00
agc
1da6f24bc5 Add empty declarations for pgp6 paths and variables, so that this package
actually works again. Fixes a problem pointed out by Steve Bellovin.
2001-10-22 21:46:50 +00:00
agc
400b55c0ac Fix the pathname for the wish binary, prompted by Steve Bellovin. 2001-10-22 21:37:59 +00:00
zuntum
51744705cf We neither have to nor want to substitute /etc with ${PREFIX}/etc
in *example usage* of various -conf programs:

$ tinydns-conf
tinydns-conf: usage: tinydns-conf acct logacct /etc/tinydns myip
2001-10-22 19:11:12 +00:00