Commit graph

46266 commits

Author SHA1 Message Date
drochner
8b5346e033 plug a file descriptor leak
now Larry gets past the first screen
2003-08-19 18:41:46 +00:00
jmc
b7798aab31 Need to mkdir WRKSRC before trying to pax into it 2003-08-19 15:54:17 +00:00
jmc
c06ce4682b Update to correct version number on library 2003-08-19 15:52:03 +00:00
agc
3f494bc30d Initial import of dropbear-0.36 into the NetBSD Packages Collection.
The search for a small Secure Shell server to fit on a laptop with 4
megs ram and no hard disk was fruitless, so Matt Johnston decided to
write his own, and Dropbear is the result.  It implements various
features of the SSH 2 protocol, including X11 and Authentication Agent
forwarding.  Dropbear is Open Source software, distributed under a
MIT-style license.

Features

    * A small memory footprint - Dropbear can compile to a 110kB
      statically linked binary with uClibc (and only minimal options
      selected).
    * Implements X11 forwarding, and authentication-agent forwarding
      for OpenSSH clients
    * Compatible with OpenSSH ~/.ssh/authorized_keys public key
      authentication
    * Features can easily be disabled when compiling to save space.
    * Preliminary TCP forwarding support (-L style only)
2003-08-19 15:48:59 +00:00
agc
33220fdf7f Add and enable dropbear 2003-08-19 15:48:17 +00:00
agc
17e0e1d5d6 Initial import of dropbear-0.36 into the NetBSD Packages Collection.
The search for a small Secure Shell server to fit on a laptop with 4
megs ram and no hard disk was fruitless, so Matt Johnston decided to
write his own, and Dropbear is the result.  It implements various
features of the SSH 2 protocol, including X11 and Authentication Agent
forwarding.  Dropbear is Open Source software, distributed under a
MIT-style license.

Features

    * A small memory footprint - Dropbear can compile to a 110kB
      statically linked binary with uClibc (and only minimal options
      selected).
    * Implements X11 forwarding, and authentication-agent forwarding
      for OpenSSH clients
    * Compatible with OpenSSH ~/.ssh/authorized_keys public key
      authentication
    * Features can easily be disabled when compiling to save space.
    * Preliminary TCP forwarding support (-L style only)
2003-08-19 15:46:44 +00:00
gavan
2cf3251b24 Avoid keyword substitution in keyword matching pattern 2003-08-19 15:24:01 +00:00
gavan
44c0f50903 Remove dependence on ident and awk. This aids portability to Solaris. 2003-08-19 09:35:26 +00:00
dmcmahill
cd047a151d note update of tgif to 4.1.43 2003-08-19 09:20:54 +00:00
dmcmahill
c66ebfc410 update to tgif-4.1.43
added features/bug fixes.

1)  Fix <Meta> key problem with Mac OS X (Darwin).  The Apple Command Key
    is mapped to Mod2Mask by default.  This will be treated as the <Meta>
    (or <Alt>) key in tgif.
2)  Fix a bug with importing an EPS file generated by ps2epsi.  Thanks to
    Ambrose Li <acli@ada.dhs.org> for the patch.
3)  Fix tgif to be able to import an EPS file with an 8 bit-per-sample
    preview bitmap (such as the ones generated by ps2epsi).
4)  Get tgif to work with out-of-the-box xcin on Red Hat Linux.  Thanks to
    Ambrose Li <acli@ada.dhs.org> for all the help.
5)  Add support a new built-in double-byte input method, tgtwb5, to
    support the
    input of big5 encoded traditional Chinese characters using a graphical
    zhu-yin-fu-hao keypad.  This input method is activated by typing
    <Cntrl><Space> when a double-byte chinese font is selected.
6)  Add chat to tgwb.
7)  Support a new commandline option "-sbim xim" to use XIM as the input
    method for single-byte fonts.  This is useful if the X Keyboard
    Extension
    is used in inputing international characters (with dead keys).
    Thanks to Daniel Sadoc Menasche <sadoc@land.ufrj.br> for the
    contribution.
8)  Add a new X default, Tgif.IgnoreSlideShowOfffsetsInFile, so that the
    slideshow offsets stored in a file can be ignored in the slideshow
    mode.
    The reason for this is that the offsets mainly depends on the display
    and not on the content of the file.  The slideshow offsets should
    be set
    using the Tgif.SlideShowWindowOffset X default.
9)  Add a new LaTeX equation symbol file "eq4-lyx-ps2epsi.sym" in the
    release
    to edit the equation with LyX.  Thanks to Ed Gatzke <gatzke@sc.edu>
    for the contribution.
10) Update "ru.po".  Thanks to Andrew W. Nosenko for the update.
11) Add -D__EMX__ in Tgif.tmpl-cygwin to fix the problem with calling
    stat()
    on pathnames that begins with "//".  Thanks to Dr. Ing. Dieter
    Jurzitza
    <Dieter.Jurzitza@t-online.de> for pointing out the problem.
12) Add support for importing tgif files with the import_file() internal
    command.
13) Add the following new internal commands:

        shuffle_obj_to_bottom(<obj_name>)
        set_file_unsavable()
2003-08-19 09:19:37 +00:00
jklos
bc9344585a Added text describing major.minor-latest directories for binaries built
from pkgsrc current.
2003-08-19 08:55:53 +00:00
jmc
d07560dbb5 On all of these create symlinks from the libraries installed under PYSITELIB
to QTDIR/lib as qmake builds libtool archives that reference themselves
as coming from QTDIR/lib.
XXX - This really should be fixed in qmake.conf or something and not in
each package but for now it fixes 5 broken packages (these + devel/eric3)
2003-08-19 04:35:03 +00:00
dmcmahill
2222110774 note update of gerbv to 0.14 2003-08-19 00:07:45 +00:00
dmcmahill
8c8769471c update to gerbv-0.14.
Changes since 0.13:

* Removal of the last inclusions of malloc.h after tips
  from Charles Lepple.
* Some patch that fixed a problem for Larry Doolittle
* Error messages when running RS274D instead of
  "crash-and-burn" (ie segfault).
2003-08-19 00:06:44 +00:00
recht
a666fc8beb Split the PLIST into common and os dependent parts. Start with NetBSD
and Linux. Disable the curses module on Linux.
2003-08-18 20:57:11 +00:00
cjep
f958dadcb5 Get the OS name from "uname -s" instead of assuming NetBSD.
Observed from Gavan's Solaris bulk build.
2003-08-18 19:19:33 +00:00
jmmv
c4661d321d Note update of gaim to 0.67. 2003-08-18 18:28:10 +00:00
jmmv
7a5931232f Update to 0.67:
* Brought back the message notification plugin (Brian Tarricone)
  You'll need to reconfigure your settings for this plugin
* IRC protocol plugin rewritten (Ethan Blanton)
* New IRC protocol icon (Nuno Donato)
* Protocol and status icons now optionally appear on tabs.
  (Etan Reisner)
* Various dialog rewrites (Jabber vCard, Add Group, Alias Chat,
  Rename Group, Privacy)
* Shows "hiptop" icon for AIM buddies using hiptop
  devices (Robey Pointer)
* Privacy core/UI split.
* Conversation placement by group now applies to chats in the buddy
  list as well.
* Events in a conversation (user logged in, logged out, window closed,
  etc.) now grey the tab.
* Various bug fixes (larne from irc, Tim Ringenbach, Bjoern
  Voigt, Paul A (darkrain))
* British English "translation" updated (Sam Halliday)
* Chinese (Simplified) translation updated (Funda Wang)
* Chinese (Traditional) translation updated (Ambrose C. Li)
* Danish translation updated (Morten Brix Pedersen)
* Dutch translation updated (Vincent van Adrighem)
* French translation updated (Eric Boumaour)
* German translation updated (Bjoern Voigt)
* Hindi translation added (Guntupalli Karunakar)
* Hungarian translation updated (Zoltan Sutto)
* Italian translation updated (Luca Beltrame, Claudio Satriano)
* Portuguese (Brazilian) translation updated (Mauricio de Lemos
  Rodrigues Collares Neto)
* Romanian translation updated (Misu Moldovan (dumol))
* Serbian translation updated (Danilo Segan)
* Spanish translation updated (Javier Fernandez-Sanguino Pena)
2003-08-18 18:27:08 +00:00
agc
2f773a9401 Initial import of an autoconf-ed version of NetBSD's sed(1). 2003-08-18 17:37:20 +00:00
agc
d595512cc2 Add and enable nbsed. 2003-08-18 17:35:56 +00:00
agc
7825056ec8 Initial import of an autoconf-ed version of NetBSD's sed(1). 2003-08-18 17:34:54 +00:00
recht
e39670cde9 - Fix build for NetBSD <= 1.5.
- Include bzip2's buildlink2.mk to work-around different API versions.
- Include db's buildlink2.mk on non-NetBSD platforms to get a similar
  feature-set on a pkgsrc platforms.
2003-08-18 17:16:53 +00:00
taca
5b2eaa1065 Note update of www/squid package to 2.5.3nb4.
Broken squid-2.5.STABLE3-coss-improvements-2.patch was fixed.
2003-08-18 17:02:05 +00:00
taca
7c5ac7501e Broken squid-2.5.STABLE3-coss-improvements-2.patch was fixed.
Bump package revision.
2003-08-18 17:00:24 +00:00
taca
b421f983b2 Note update of www/squid package to 2.5.3nb3.
- fix PR pkg/22502 and includes newer official patches (except broken one).
2003-08-18 16:05:46 +00:00
taca
67ffacebec Update squid package to squid-2.5.3nb3.
- fix startup script as PR pkg/22502 by Steven M. Bellovin
- includes newer official squid patches except
  squid-2.5.STABLE3-coss-improvements-2.patch (which is broken).

o 2003-07-22 15:22 (Cosmetic)
	statCounter.syscalls.disk counters treated inconsistently

o 2003-07-25 17:25 (Minor)
	Improvements to the (experimental) COSS storage scheme.

o 2003-07-28 09:28 (Minor)
	Blank username logging fix

o 2003-07-29 22:29 (Minor)
	More improvements to the (experimental) COSS storage scheme.

o 2003-08-06 13:06 (Medium)
	assertion failed: http.c:869: "-1 == cfd || FD_SOCKET == fd_table[cfd].type"

o 2003-08-06 14:06 (Medium)
	assertion failed: client_side.c:1478: "size > 0" when using aufs

o 2003-08-06 14:06 (Minor)
	aufs calculates the number of threads and queue limits wrongly

o 2003-08-10 07:10 (Cosmetic)
	Compile error in auth/digest_auth.c

o 2003-08-10 19:10 (Minor)
	Username not logged into ACCESS.LOG in case of /407

o 2003-08-13 00:13 (Minor)
	ICP dynamic timeout algorithm ignores multicast
2003-08-18 16:03:01 +00:00
jmc
6dc93df365 This needs nasm-devel in order to compile export_mpeg. Bump version as well. 2003-08-18 14:34:10 +00:00
taca
0eb3247a25 - Note update of mail/mew3 package to 3.3.
- Fix last update date of py-dns.  (CVS's id was already 2003/8/17.)
2003-08-18 14:32:41 +00:00
taca
98c5dd10f3 Update mew package to 3.3.
Mew 3.3 release (2003/07/24)

Mew 3.3 release candidate 4 (2003/07/16)

* Set mew-icon-p to t on Emacs 21 when tool-bar is available.
	KOSEKI Yoshinori <kose@yk.NetLaputa.ne.jp>
* Defining mew-highlight-x-face-function.
	Tatsuya Kinoshita <tats@vega.ocn.ne.jp>
* Tuning up mew-summary-scan.
* mew-input-refile-folders sets inhibit-quit to nil to avoid
  Emacs 21.3's bug.
* Security fix: stunnel now allows access from localhost only.
	Koga Youichirou <y-koga@cq.jp.nec.com>

Mew 3.3 release candidate 3 (2003/06/23)

* Implementing mew-find-file-noselect2().
* Setting buffer-file-coding-system for Summary/Virtual mode
  so that modeline displays "1".
* Loosen content-type check. ("Text" instead of "Text/")

Mew 3.3 release candidate 2 (2003/06/19)

* Security fix: Implementing mew-find-file-noselect to prevent
  file-local variable attack.
* A bug fix for "mr" in Virtual mode.
* A bug fix for "mo".

Mew 3.3 release candidate 1 (2003/05/22)

* A bug fix for mew-smtp-queue again.
* A bug fix for handling Message-Id: in citation.
* Checking utf-translate-cjk-mode to set mew-internal-utf-8p.
* A bug fix for 7bit vs mew-convert-singlepart.
* The filename parameter for CDP:inline of CT: Message/.
* Moving the position of mew-make-message-hook so that ispell-message
  works.
2003-08-18 14:29:13 +00:00
minoura
aa57a60345 Drop XEmacs support (this is included in xemacs-packages; a bit older, though). 2003-08-18 13:23:13 +00:00
minoura
c9a0a4503d Correct XEmacs support (typos and PLIST fix). 2003-08-18 13:19:37 +00:00
minoura
54f83ca1cd Typo (EMACS_VERSIONS_ACCEPTED, not EMACS_VERSION_ACCEPTED). 2003-08-18 13:17:51 +00:00
minoura
123ee8783e XEmacs is 21.4, not 21.1. 2003-08-18 13:16:24 +00:00
minoura
317748e550 Correct XEmacs support.
Tested with xemacs214.
2003-08-18 13:14:32 +00:00
minoura
6a98d7de22 xemacs211 -> xemacs214
Include emacs.mk after defining EMACS_VERSIONS_ACCEPTED.
2003-08-18 13:12:47 +00:00
drochner
1c84c87cd9 simplify build a bit, and allow any Python version >=2.2 2003-08-18 10:24:11 +00:00
drochner
31e625bc2f catch up with py-imaging - use distutils and don't depend strictly
on Python-2.0 anymore
2003-08-18 10:15:39 +00:00
drochner
3f3f5d5c6d cosmetics: use ${PYSITELIB} 2003-08-18 10:09:50 +00:00
drochner
7323032e25 make distutils obey LDFLAGS set in the environment, analogous to
patches we've applied to Python-2.1+
2003-08-18 09:14:13 +00:00
seb
80c8df9f05 I have missed a USE_MAKEINFO=yes here, without buildlink2 enabled for
this package it had only been caught by tools.mk's overriding script.
2003-08-18 07:46:15 +00:00
uebayasi
836ff8dc61 Update my old address. Noted by Yamano-san. 2003-08-18 06:54:09 +00:00
itojun
18eff2bbfb fix manpage. 2003-08-18 05:37:49 +00:00
jmc
89ef6b2d96 Tweak the getrusage test to a much larger loop value as my machine was fast
enough in the testing for instance that it never got usage on the process.
2003-08-18 05:31:03 +00:00
gson
304b9de2e7 Note update of net/py-dns to 1.1.0. 2003-08-18 04:05:11 +00:00
gson
e19c0f0fe4 Update py-dns to 1.1.0.
Summary of changes from 1.0.0:

    * Message sections are now lists of RRsets, not lists of nodes.

    * Nodes no longer have names; owner names are associated with
      nodes in the Zone object's nodes dictionary.

    * Many tests have been added to the test suite; dnspython 1.0.0
      had 47 tests, 1.1.0 has 275. The improved testing uncovered a
      number of bugs, all of which have been fixed.

    * The NameDict class provides a dictionary whose keys are DNS
      names. In addition to behaving like a normal Python dictionary,
      it also provides the get_deepest_match() method. If, for
      example, you had a dictionary containing the keys foo.com and
      com, then get_deepest_match() of the name a.b.foo.com would
      match the foo.com key.

    * A new Renderer class for those applications which want finer
      control over the DNS wire format message generation process.

    * Support for a "TooBig" exception if the size of wire format
      output exceeds a specified limit.

    * Zones now have find_rrset() and find_rdataset() convenience
      methods. They let you retrieve rdata with the specified name
      and type in one call, e.g.:

         rrset = zone.find_rrset('foo', 'mx')

    * Other new zone convenience methods include: find_node(),
      delete_node(), delete_rdataset(), replace_rdataset(),
      iterate_rdatasets(), and iterate_rdatas().

    * get_ variants of find_ methods are provided; the difference is
      that get_ methods return None if the desired object doesn't
      exist, whereas the find_ methods raise an exception.

    * Zones now have a to_file() method.

    * The message and zone from_file() methods allow Unicode filenames
      on platforms (and versions of python) which support
      them. Universal newline support is also used if available.

    * The Zone class now implements more of the standard mapping
      interface. E.g. you can say zone.keys(), zone.get('name'),
      zone.iteritems(), etc. __iter__() has been changed to iterate
      the keys rather than values to match the standard mapping
      interface's behavior.

    * Rdatasets support more set operations

    * Zone and Node factories may be specified, allowing applications
      to subclass Zone or Node and yet still use the algorithms which
      build zones from master files or AXFR data.

    * dns.ipv6.inet_ntoa() now minimizes the text representation of
      IPv6 addresses in the usual way,
      e.g. "0000:0000:0000:0000:0000:0000:0000:0001" is minimized to
      "::1".

    * dns.query functions now take an optional address family parameter.

All known bugs from 1.0.0 are fixed in this release.
2003-08-18 04:02:47 +00:00
jmc
dfa0d698ad Export proper link flags to LDFLAGS based on overall config (i.e. whether
libiconv exists/is needed and whether to link it in). This means packages
can avoid hardcoding LDFLAGS+=-liconv and breaking on -current.
Fixes gnomeicu for -current and 1.6.x
2003-08-18 03:37:47 +00:00
cjs
75789ee65a Updated postgresql to 7.3.4 [cjs 2003-08-18] 2003-08-18 01:03:37 +00:00
cjs
a2a90e322f Upgrade to 7.3.4. The on-disk format is the same, so a dump/restore is
not required. Changes include:
   Repair breakage in timestamp-to-date conversion for dates before 2000
   Prevent rare possibility of server startup failure (Tom)
   Fix bugs in interval-to-time conversion (Tom)
   Add constraint names in a few places in pg_dump (Rod)
   Improve performance of functions with many parameters (Tom)
   Fix to_ascii() buffer overruns (Tom)
   Prevent restore of database comments from throwing an error (Tom)
   Work around buggy strxfrm() present in some Solaris releases (Tom)
   Properly escape jdbc setObject() strings to improve security (Barry)
In particular, the server startup failure mentioned above occurs when the
transaction log ends on a page boundary.
2003-08-18 00:26:24 +00:00
jmc
b423c71095 Needs USE_MAKEINFO 2003-08-17 20:32:22 +00:00
jmc
a7d1a871a3 add a missing buildlink file 2003-08-17 20:31:55 +00:00