Commit graph

13232 commits

Author SHA1 Message Date
jlam
62ac2ba2c3 Set location of ssh-askpass to be ${X11PREFIX}/bin/ssh-askpass.
Closes PR#10774.
2000-08-11 05:19:42 +00:00
fredb
1911e11dbf Fix PLIST. 2000-08-11 04:52:03 +00:00
itojun
70d895c158 add some comment on license change.
we need stick to 1.2.27 (use openssh).
2000-08-11 03:12:51 +00:00
fredb
2a52503e53 Lynx configure has --enable-ipv6; use it. Pointed out by Thomas E. Dickey
in private mail. Still must be conditional on "USE_INET6" to build on
NetBSD-1.4.3.
2000-08-11 01:36:24 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
4172b6b6d8 cleanup, be more verbose 2000-08-11 00:31:23 +00:00
wiz
c1f5f5ce8f clean up 2000-08-11 00:28:09 +00:00
fredb
b2a9c56f1f Regen. Problem noted by SUNAGAWA Keiki in PR pkg/10812. 2000-08-11 00:08:32 +00:00
wiz
df897b116b remove dead http links (which only pointed to the old HOMEPAGE) 2000-08-11 00:01:00 +00:00
wiz
12ba98f2df cleanup 2000-08-10 23:55:46 +00:00
wiz
d284acd7e3 reformat paragraphs 2000-08-10 23:51:00 +00:00
wiz
d020044956 cleanup 2000-08-10 23:45:32 +00:00
wiz
22f7b831d9 remove empty line 2000-08-10 23:10:55 +00:00
wiz
2c0dbdc92f fix typos 2000-08-10 23:09:18 +00:00
wiz
0d0309ed93 remove HTML code 2000-08-10 22:41:14 +00:00
wiz
188c4dff9b update HOMEPAGE 2000-08-10 22:39:24 +00:00
pooka
345831c238 nethack-qt is actually very functional 2000-08-10 21:41:07 +00:00
jlam
ad3a229361 Update surfraw to 0.5.6. Changes from 0.5.5:
New elvi: newscientist pubmed freshmeat
2000-08-10 21:25:51 +00:00
jlam
d1f631d183 Update gnapster to 1.3.10. Changes since 1.3.10:
* Browse server file syntax changed, old server files must be removed
 * Fixed new user creation bug and cleaned up the bind handling to not cause 100% cpu usage when something bad happened
 * Updated remotely queued code to better handle queued downloads
 * Switched over to using the XText widget from XChat
 * Implemented new opennap browse numeric support, will no longer get
   disconnected for browsing
 * Removed -O2 from Makefile due to GTK problems caused by older gcc versions
   (prevented / commands from working on certain systems)
 * Many minor UI changes and bug fixes
2000-08-10 21:07:34 +00:00
fredb
3e5370a3e7 Remove a blank line, to satisfy pkglint. 2000-08-10 18:31:36 +00:00
fredb
d1ee902bf4 Update lynx to the latest stable version, 2.8.3rel1. This was
lynx-current as of 2000-08-01 (see "www/lynx-current" cvs log
for changes), with the addition of several language catalogs
(patches contributed by Jim Spath, PR pkg/10771), and with IPv6
support based on a patch submitted by Wesley Morgan to the
lynx-dev mailing list, text at
<http://www.flora.org/lynx-dev/html/month072000/msg00160.html>.
(Use of Wesley's patch for IPv6 was suggested by Jim Spath.)
2000-08-10 18:28:30 +00:00
fredb
92740ff82c Oops. Enable IPv6 support, conditionally on "USE_INET6".
Verbosify comments.
2000-08-10 18:11:19 +00:00
pooka
423d932718 Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades.
This release contains numerous fixes to bugs in 3.3.0 and users are advised
to upgrade.

Note that old savegames and bones files won't work anymore.
2000-08-10 17:50:04 +00:00
thorpej
696a9dc9e6 Comment out Kerberos 5 support, for now. 2000-08-10 17:00:39 +00:00
thorpej
c986504d51 Don't syslog krb5_init_context() failure. It can happen if
Kerberos is simply not configured on the system.
2000-08-10 16:57:32 +00:00
wiz
5ff1f00f2d Update esound to 0.2.19. Changes from the ChangeLog:
* Undo esd_send_file change on 03-03 - it makes lots of things break.
* Fix fcntl that tried to remove non-blocking flag.
* audio_solaris.c: Don't set the output device, volume and
  balance when opening audio device. Those should be configurable
  by an external program and the values set that way preserved
  as defaults for sunsequent playing. (bugs #2587 and #5682)
2000-08-10 13:37:47 +00:00
itojun
0232a78ac6 upgrade to 9.0.0rc2.
add patch to help 2292bis environment (= latest KAME, Solaris8).

--- rc1 -> rc2

	--- 9.0.0rc2 released ---

 377.	[bug]		When additional data lookups were refused due to
			"allow-query", the databases were still being
			attached causing reference leaks.

 376.	[bug]		The server should always use good entropy when
			performing cryptographic functions needing entropy.

 375.	[bug]		Per-zone allow-query did not properly override the
			view/global one for CNAME targets and additional
			data [RT #220].

 374.	[bug]		SOA in authoritative negative responses had wrong TTL.

 373.	[func]		nslookup is now installed by "make install".

 372.	[bug]		Deal with Microsoft DNS servers appending two bytes of
			garbage to zone transfer requests.

 371.	[bug]		At high debug levels, doing an outgoing zone transfer
			of a very large RRset could cause an assertion failure
			during logging.

 370.	[bug]		The error messages for rollforward failures were
			overly terse.

 367.   [bug]		Allow proper selection of server on nslookup command
			line.

 365.	[bug]		nsupdate -k leaked memory.

 362.	[bug]		rndc no longer aborts if the configuration file is
			missing an options statement. [RT #209]

 359.	[bug]		dnssec-signzone occasionally signed glue records.

 357.	[bug]		The zone file parser crashed if the argument
			to $INCLUDE was a quoted string.

 354.	[doc]		Man pages for the dnssec tools are now included in
			the distribution, in doc/man/dnssec.

 353.	[bug]		double increment in lwres/gethost.c:copytobuf().
			(RT# 187)

 352.	[bug]		Race condition in dns_client_t startup could cause
			an assertion failure.

 351.	[bug]		Constructing a response with rcode SERVFAIL to a TSIG
			signed query could crash the server.

 350.	[bug]		Also-notify lists specified in the global options
			block were not correctly reference counted, causing
			a memory leak.

 349.	[bug]		Processing a query with the CD bit set now works
			as expected.

 344.	[bug]		When shutting down, lwresd sometimes tried
			to shut down its client tasks twice,
			triggering an assertion.

 343.	[bug]		Although zone maintenance SOA queries and
			notify requests were signed with TSIG keys
			when configured for the server in case,
			the TSIG was not verified on the response.

 342.	[bug]		The wrong name was being passed to
			dns_name_dup() when generating a TSIG
			key using TKEY.

 340.	[bug]		The top-level COPYRIGHT file was missing from
			the distribution.

 339.	[bug]		DNSSEC validation of the response to an ANY
			query at a name with a CNAME RR in a secure
			zone triggered an assertion failure.

 337.	[bug]		"dig" did not recognize "nsap-ptr" as an RR type
			on the command line.

 336.	[bug]		"dig -f" used 64 k of memory for each line in
			the file.  It now uses much less, though still
			proportionally to the file size.

 335.	[bug]		named would occasionally attempt recursion when
			it was disallowed or undesired.

 333.	[bug]		The resolver incorrectly accepted referrals to
			domains that were not parents of the query name,
			causing assertion failures.

 331.	[bug]		Only log "recursion denied" if RD is set. (RT #178)
2000-08-10 12:51:48 +00:00
wiz
6369a4ed4f Update darcnes to 9a0804.
Changes since last version:
o Changed the cpu6502 core to use lazy flag evaluation.
o Changed the NES PPU to draw sprites from the tilecache.
o Added a bitdepth-independant generic palette system.
o Added CD audio playback to the PCD CD driver.
2000-08-10 11:56:32 +00:00
wiz
140cfe94cc regen (no patch-a[cd] in repository) 2000-08-10 11:33:21 +00:00
wiz
01b0a7102d Update to 9.7.
Changes: Many bugfixes, new pam file format.
2000-08-10 10:44:09 +00:00
wiz
bdba827f4c Update to 1.4.4. Changes: Mainly bug and security fixes. 2000-08-10 10:03:23 +00:00
tron
8d8806ed48 Update "ImageMagick" package to version 5.2.2. Changes in version 5.2.2:
- Support added for the Word Perfect Graphics (WPG) file format
  (contributed by Jaroslav Fojtik).
- The pixel 'matte' field is changed to indicate the degree of pixel
  transparency rather than the degree of opacity. This makes the pixels
  compatable with most popular video cards, and many in-memory image
  formats.
  When the pixel quantum size is eight bits, the colormap is restricted
  to 256 colors, but supports up to 65535 colors when the quantum size is
  sixteen bits (when QuantumLeap is defined at compilation time).
- ImageMagick is more memory efficient (by 18%) when the quantum size is
  eight bits, and the image is colormapped.
- ImageMagick is (finally) believed to be thread safe under Windows,
  since it uses the Windows synchronization APIs to lock shared data.
- Under Unix and Windows, dynamically-loaded format coder modules are
  supported. There are currently 72 loadable modules. Support for
  loadable modules allows the user to add or remove formats from
  ImageMagick by simply adding or removing a file. New modules are
  automatically detected so users may add their own modules. This support
  is proven to work for Sun Solaris, Linux, and SGI IRIX. Please let us
  know about other operating systems they work on. Building a modular
  ImageMagick is enabled by specifing the configure options
  --enable-shared --with-modules.
- ImageMagick now has a set of modules for streaming. Here pixels are
  passed to the application as they are available and deleted after use
  ensuring a small memory footprint. This is useful for multi-media
  applications such as MPEG.
- Image format identification (based on the file header) is now
  configured via an external text file. This allows the user to add
  automatic file identification for new formats added via a coder module,
  or via a delegate (external program).
- XML files conforming to the W3C SVG DTD are now rendered directly by
  ImageMagick. The support is incomplete but still useful.
- The Pilot Image Format (PDB) is now supported.
- The drawing primitives have been extended to support drawing bezier
  curves, rounded rectangles, and arcs. There is now support for drawing
  compound objects (a sequence of objects) using drawing paths. The
  concept of a drawing pen has been split into stroke (for the outline)
  and fill (for the objects internal color). If fill is not defined, then
  only the object outline is drawn. This substantial change results in
  the existing drawing commands for filled objects (fillEllipse,
  fillRectangle, fillCircle, and fillPolygon) being deprecated.
- A cache file format is now supported which is a snapshot of an image's
  pixel cache as it appears on disk. Images stored in this format (large)
  may be loaded instantly by ImageMagick since decoding is not required.
  In order to write this format , the argument -cache 0 must be supplied
  (e.g. convert -cache 0 file.jpg file.cache).
- The build environment for Windows NT is entirely re-done. There is now
  a configure program which generates a set of Visual C++ project files
  which satisfy a set of reqirements (e.g. DLL, multi-thread, X11). These
  project files are then used to build ImageMagick.
- The C API is significantly modified in order to provide thread-safe
  operation via function re-entrancy. ImageMagick is believed to be
  thread-safe when used with POSIX threads. It is not yet completely
  thread safe under Windows or the Mac. Errors (of type ExceptionInfo)
  are now reported by a function argument, or via a member of the current
  image.
- The GaussianBlurImage() function (contributed by runger@cs.mcgill.ca)
  supports Gaussian bluring an image.
- Functions (OpenCacheView(), CloseCacheView(), GetCacheView(),
  SetCacheView(), and SyncCacheView()) are provided in order to support
  manipulating multiple pixel views.
2000-08-10 08:59:04 +00:00
tron
97ac006dff Update "ImageMagick" package to version 5.2.2. Changes in version 5.2.2:
- Support added for the Word Perfect Graphics (WPG) file format
  (contributed by Jaroslav Fojtik).
- The pixel 'matte' field is changed to indicate the degree of pixel
  transparency rather than the degree of opacity. This makes the pixels
  compatable with most popular video cards, and many in-memory image
  formats.
  When the pixel quantum size is eight bits, the colormap is restricted
  to 256 colors, but supports up to 65535 colors when the quantum size is
  sixteen bits (when QuantumLeap is defined at compilation time).
- ImageMagick is more memory efficient (by 18%) when the quantum size is
  eight bits, and the image is colormapped.
- ImageMagick is (finally) believed to be thread safe under Windows,
  since it uses the Windows synchronization APIs to lock shared data.
- Under Unix and Windows, dynamically-loaded format coder modules are
  supported. There are currently 72 loadable modules. Support for
  loadable modules allows the user to add or remove formats from
  ImageMagick by simply adding or removing a file. New modules are
  automatically detected so users may add their own modules. This support
  is proven to work for Sun Solaris, Linux, and SGI IRIX. Please let us
  know about other operating systems they work on. Building a modular
  ImageMagick is enabled by specifing the configure options
  --enable-shared --with-modules.
- ImageMagick now has a set of modules for streaming. Here pixels are
  passed to the application as they are available and deleted after use
  ensuring a small memory footprint. This is useful for multi-media
  applications such as MPEG.
- Image format identification (based on the file header) is now
  configured via an external text file. This allows the user to add
  automatic file identification for new formats added via a coder module,
  or via a delegate (external program).
- XML files conforming to the W3C SVG DTD are now rendered directly by
  ImageMagick. The support is incomplete but still useful.
- The Pilot Image Format (PDB) is now supported.
- The drawing primitives have been extended to support drawing bezier
  curves, rounded rectangles, and arcs. There is now support for drawing
  compound objects (a sequence of objects) using drawing paths. The
  concept of a drawing pen has been split into stroke (for the outline)
  and fill (for the objects internal color). If fill is not defined, then
  only the object outline is drawn. This substantial change results in
  the existing drawing commands for filled objects (fillEllipse,
  fillRectangle, fillCircle, and fillPolygon) being deprecated.
- A cache file format is now supported which is a snapshot of an image's
  pixel cache as it appears on disk. Images stored in this format (large)
  may be loaded instantly by ImageMagick since decoding is not required.
  In order to write this format , the argument -cache 0 must be supplied
  (e.g. convert -cache 0 file.jpg file.cache).
- The build environment for Windows NT is entirely re-done. There is now
  a configure program which generates a set of Visual C++ project files
  which satisfy a set of reqirements (e.g. DLL, multi-thread, X11). These
  project files are then used to build ImageMagick.
- The C API is significantly modified in order to provide thread-safe
  operation via function re-entrancy. ImageMagick is believed to be
  thread-safe when used with POSIX threads. It is not yet completely
  thread safe under Windows or the Mac. Errors (of type ExceptionInfo)
  are now reported by a function argument, or via a member of the current
  image.
- The GaussianBlurImage() function (contributed by runger@cs.mcgill.ca)
  supports Gaussian bluring an image.
- Functions (OpenCacheView(), CloseCacheView(), GetCacheView(),
  SetCacheView(), and SyncCacheView()) are provided in order to support
  manipulating multiple pixel views.
2000-08-10 08:57:23 +00:00
tron
3c4ce8e495 Remove mirror on "ftp.varesearch.com" from master site list because it
no longer has the SuSE Linux files.
2000-08-10 08:33:00 +00:00
thorpej
61e0d5c07e Make this work with Heimdal Kerberos 5. Requires fleshed-out MCC
support in Heimdal.
2000-08-10 02:25:28 +00:00
wiz
f20c3003fc Update to 0.5.3, provided by Dan Winship. Changes are mainly bugfixes. 2000-08-09 23:09:35 +00:00
hubertf
a7dfa74c75 Update to dhis client R4. Changes:
* improved security
 * server can detect when client goes down, and remove entry
2000-08-09 21:00:09 +00:00
thorpej
f7dd62d6ee Remove a commend/if clause which turns out to not actually
be true.
2000-08-09 20:01:45 +00:00
wiz
6fc22dc3f1 Add master site on ftp.openssh.com.
Add note why we have both openssh.com entries.
2000-08-09 17:47:31 +00:00
wiz
9709ddc69d MASTER_SITE and HOMEPAGE moved to ftp.freesoftware.com.
Addresses pkg/10795.
2000-08-09 17:42:13 +00:00
abs
b6c77130c2 Add suse_gtk 2000-08-09 13:09:49 +00:00
abs
cd0c105c5c Linux 'gtk' libraries. Necessary but not sufficient to run linux netscape
6.00PR2 test release. Netscape can be installed, but fails to make network
connections.
2000-08-09 13:03:11 +00:00
jun
e7c216f356 regen. 2000-08-09 10:39:48 +00:00
jun
7797f19934 On port-hpcmips-ja@jp.netbsd.org:
shin@sm.sony.co.jp <10007180619.AA00274@lachesis.sm.sony.co.jp>
tsutsui@ceres.dti.ne.jp <200008031537.e73Fb0S25554@mirage.ceres.dti.ne.jp>

the pkgsrc cross linker did not know -nostdlib option,and -nostdlib option
works such as -n option. -n is NMAGIC output option.
this misunderstanding makes bad alignment and bad address dynamic-linked
binary.

cf.
On ftp://ftp.netbsd.org/pub/NetBSD/arch/hpcmips/snapshot/20000620-1.5,
dynamic-linked binary is almost broken.
2000-08-09 10:33:22 +00:00
cjones
a9e011b567 Added one-line patch to fix lack of timeouts.
Patch has been submitted to the folks at cert.dfn.de.
2000-08-08 23:21:22 +00:00
kim
e247ecd9de Avoid barfing on share/irc/script/local still existing. 2000-08-08 22:30:37 +00:00
jlam
f761e52d82 Add and enable argtable 2000-08-08 18:11:14 +00:00
jlam
2c73484315 argtable - library for parsing command line arguments of a C/C++ program 2000-08-08 18:10:04 +00:00
jlam
29fbc38a6f Add and enable gnapfetch. 2000-08-08 08:19:13 +00:00
jlam
d8a7732b7e Commit this package addition again:
gnapfetch - update/maintain opennap servers for gnapster/TekNap
2000-08-08 08:18:44 +00:00