Commit graph

111168 commits

Author SHA1 Message Date
taca
bf3af01e7a Add and enable wide-dhcpv6. 2007-03-19 17:32:55 +00:00
taca
0079af1f98 Importing wide-dhcpv6 20061016 release.
Tested by KAWAMOTO Yoshihisa (kawamoto@).

WIDE-DHCPv6 is an open-source implementation of Dynamic Host
Configuration Protocol for IPv6 (DHCPv6) developed by the KAME
project.

The implementation mainly conforms to the following standards:

- RFC3315: Dynamic Host Configuration Protocol for IPv6 (DHCPv6)
- RFC3319: Dynamic Host Configuration Protocol (DHCPv6) Options
	   for Session Initiation Protocol (SIP) Servers
- RFC3633: IPv6 Prefix Options for Dynamic Host Configuration
	   Protocol (DHCP)
- RFC3646: DNS Configuration options for Dynamic Host
	   Configuration Protocol for IPv6 (DHCPv6)
- RFC4075: Simple Network Time Protocol (SNTP) Configuration
	   Option for DHCPv6
- RFC4242: Information Refresh Time Option for Dynamic Host
	   Configuration Protocol for IPv6 (DHCPv6)

All the components of the main protocol are provided, i.e.,
DHCPv6 clients, servers, and relay agents.

Supported message types are as follows:
  Solicit, Advertise, Request, Renew, Rebind, Release, Reply,
  Information-request, Relay-forward and Relay-reply.

Note that the current implementation does not support IPv6
temporary address allocation by DHCPv6, and there is no plan to
implement that feature at the moment.
2007-03-19 17:32:07 +00:00
reed
9ff1a9f7d3 Run ${SETENV} ${MAKE_ENV} before ${LIBTOOL} during do-install steps.
This fixes build where libtool was not in the default path.
This is for my PR #36020.
2007-03-19 17:00:17 +00:00
hira
98a8594109 Note PKGREVISION bump of misc/openoffice2. 2007-03-19 16:52:04 +00:00
hira
c7c7219e6e Fix creation of a filter description file even if the system does not
have Java.  This makes the package savable with some formats.
Bump PKGREVISION.
2007-03-19 16:51:14 +00:00
reed
b5a3a56776 Use MAKE_ENV when doing the libtool during the install.
This fixes failure to install MesaLibs package.
This is the same problem (but different package) as my PR #36020.
2007-03-19 16:47:43 +00:00
joerg
6912785d50 When building the dependency lists, handle bootstrap dependencies like
normal build dependencies. That way digest can be recorded correctly.
2007-03-19 16:43:59 +00:00
tv
b0ce45fc02 give away to pkgsrc-users 2007-03-19 16:36:41 +00:00
reed
4b0230ed30 ISO-8859.15 encoding was installed so add to PLIST. Noticed by Joerg.
Also saw that installed manpage is not gzipped now.

So bump PKGREVISION also.
2007-03-19 16:36:17 +00:00
tv
3c8ffb788b give away to pkgsrc-users 2007-03-19 16:35:51 +00:00
joerg
0e60311fbb Fix build on DragonFly. 2007-03-19 14:58:20 +00:00
joerg
4ff2db37b7 Pass down correct locale dir to configure. 2007-03-19 14:46:35 +00:00
martti
1e84f8518c vim-7.0.219 2007-03-19 14:21:56 +00:00
martti
60bebfce5f Updated editors/vim-share to 7.0.219
9414  7.0.208  (after 7.0.171 and 7.0.180) VMS: path changes cause trouble
  1706  7.0.209  Python: cursor may end up beyond end of changed line
  3863  7.0.210  ":cbuffer" and ":lbuffer" don't take a !
  1674  7.0.211  CTRL-U in Insert mode deletes autoindent when 'bs' is zero
  2636  7.0.212  GUI doesn't terminate on SIGTERM
  1463  7.0.213  "z=" crashes when regions in 'spellfile' share soundfolding
  4870  7.0.214  can't get "\ " argument  for <f-args> in a user command
  2807  7.0.215  (extra) Mac: Context menu has disabled useless Help entry
  3460  7.0.216  ":tab wincmd ]" does not open a new tab page
  2007  7.0.217  hang when pressing "n" for ":%s/\n/,\r/gc"
  1479  7.0.218  "%B" in 'statusline' doesn't work in Insert mode
  4108  7.0.219  editexisting.vim doesn't see buffer in other tab page
2007-03-19 14:21:50 +00:00
rillig
cc7ea0df7e Fixed the COMMENT and the contents of DESCR. The gopher server isn't
included anymore.

See http://mail-index.netbsd.org/pkgsrc-users/2007/03/18/0008.html
2007-03-19 13:19:01 +00:00
ghen
bd4d180994 - dbmail-2.0.11 (done)
+ dbmail-2.2.4
2007-03-19 12:53:40 +00:00
ghen
03988b7f1b Updated mail/dbmail to 2.0.11. 2007-03-19 12:52:59 +00:00
ghen
849932e58b Update DBMail to 2.0.11, the latest bugfix maintenance release on the 2.0.x
branch.  There are a number of changes, see the ChangeLog for details.

Note that in the meantime, 2.2.x is the new stable release series, bringing
many new features e.g. LDAP authentication, header caching, Sieve mail
filtering, ... but I'll leave that update to a more experience DBMail user.
2007-03-19 12:51:56 +00:00
rillig
3db76dc9f5 Imported devel/dia2code-0.8.1 from pkgsrc-wip 2007-03-19 12:47:56 +00:00
rillig
677a16a4ec Imported dia2code from pkgsrc-wip.
Features of Dia2code:
-* Reads UML diagrams.
-* Can handle
	* UML - Generalization
	* UML - Realization
   	* UML - Implements
	* UML - Association
	* UML - Dependency
-* Selective code generation
-* User-defined output directory
-* Stereotype handling: interfaces, abstract classes
-* "Import" and "include" based on the parent classes, the type of
   attributes and return type of methods iff they're declared in the
   same diagram
-* Support for JavaBeans(tm): will create automagically methods to
   access and modify each attribute
-* Template and Package handling
-* Custom code generator modules that are loaded on-the-fly
-* Generates code for: Ada, C, C++, Java, PHP, Python, shapefile, SQL and C#

Packaged by dprice@cs.nmsu.edu.
2007-03-19 12:47:47 +00:00
dsainty
f969c0f045 Add an HTTP mirror, for FTP-less sites. 2007-03-19 12:30:46 +00:00
dsainty
5d1c42b07f With patch-aa removed in the update to version 1.7, remove the entry from distinfo too. 2007-03-19 08:59:17 +00:00
sborrill
fc56571d8f Update devel/libgphoto2 2007-03-19 08:44:39 +00:00
sborrill
32c15ee126 Patch ptp code to work with (hopefully) all implementations of iconv,
including NetBSD in-tree, pkgsrc and glibc.
2007-03-19 08:42:04 +00:00
rillig
954b989b9c Updated pkgtools/url2pkg to 2.6 2007-03-19 01:39:09 +00:00
rillig
f533745503 Updated url2pkg to 2.6.
Changes since 2.5:
- Fixed the regular expression that splits up the SourceForge URL.
2007-03-19 01:38:56 +00:00
rillig
2366662d9d The configure script is written in Perl. 2007-03-19 01:27:17 +00:00
rillig
79904b0bc1 Added INSTALLATION_DIRS_FROM_PLIST, MAKE_JOBS and MAKE_JOBS_SAFE. 2007-03-18 23:09:53 +00:00
rillig
f1d5b6cf3f Documented MAKE_JOBS_SAFE. 2007-03-18 23:09:09 +00:00
rillig
e74257160b The autoconf2.14 dependency tracking does not work with MIPSpro, so
disable it.
2007-03-18 22:07:52 +00:00
schmonz
1d301b6516 I never got around to using this; relinquish MAINTAINER. 2007-03-18 21:38:59 +00:00
schmonz
008192dd41 Updated mail/getmail to 4.7.3 2007-03-18 21:37:10 +00:00
schmonz
6aaeda0fc4 Update to 4.7.3. From the changelog:
-fix wrong bytecount displayed in summary at end of run. Thanks:
  Andreas Jung.
2007-03-18 21:37:00 +00:00
rillig
44ff3d7760 Added a patch for non-gcc compilers, which often don't like
"case 1 ... 255".
2007-03-18 21:24:00 +00:00
wiz
3195940056 Note ORBit2 and scmgit updates. 2007-03-18 21:20:22 +00:00
rillig
c8368b07ae configure: error: *** JACK requires GNU getopt_long 2007-03-18 21:19:09 +00:00
wiz
f7171ea1c4 Update to 1.5.0.3:
Changes since 1.5.0:
Bug fixes and documentation updates.
2007-03-18 21:18:36 +00:00
xtraeme
808859b070 Updated emulatos/gxemul to 0.4.4.1 2007-03-18 21:06:33 +00:00
xtraeme
640abc101a Update to 0.4.4.1:
o) SuperH (SH4) emulation is now somewhat more stable.

	  x)  GXemul 0.4.4:    A NetBSD/dreamcast Live CD works.
	  x)  GXemul 0.4.4.1:  A Linux/dreamcast Live CD also works.

o) PowerPC "G4" emulation is now stable enough to let NetBSD/macppc
   run from a disk image. (Installing actually worked before, but the
   NetBSD/macppc GENERIC kernel uses AltiVec instructions which were
   not implemented correctly.)

o) The PICA-61 (arc) and i80321 (evbarm) emulation modes now have their
   timers fixed at 100 Hz. A hardcoded speed like this is very ugly, but
   it is at least better than before (when the timer wasn't really
   running at any specific speed at all).
2007-03-18 21:05:38 +00:00
markd
75a545eede qt3 updates. 2007-03-18 21:02:25 +00:00
wiz
e10a31d7b7 Update to 2.14.7:
ORBit2-2.14.7

	* bug fixes
		+ Split up some asserts to ease debugging
		+ Dist MAINTAINERS

ORBit2-2.14.6

	* bug fixes
		+ Add uninstalled .pc files (Brian Cameron)
		+ Improve debugging (Kees Cook)
		+ Build fix (dmacks at netspace org)
2007-03-18 21:00:55 +00:00
markd
2e4bceb7d7 Add patches from Dirk Mueller of KDE to fix font selection issues
with Asian fonts.  Bump PKGREVISION.
2007-03-18 20:59:35 +00:00
markd
9af5e3d8d4 Update to qt 3.3.8
This maintenance release incorporates bugfixes and optimizations.
2007-03-18 20:51:59 +00:00
rillig
bcb5770f00 ... and a patch for NetBSD 3.0. 2007-03-18 20:41:50 +00:00
rillig
9796feb67d Updated libwpd to 0.8.9.
CHANGES:
0.8.8 - 0.8.9
- Fix http://qa.openoffice.org/issues/show_bug.cgi?id=74134, a bug in WP1 document
  type detection where we could try to seek to a negative place in document (Fridrich)
- Fix a regression wrt. 0.8.7 preventing the conversion of tab table in
  WP1 and WP3 file-format (Fridrich)
- Fixed several overflow bugs reported by iDefense. An attacker could create a
  carefully crafted Word Perfect file that could cause an application linked with
  libwpd, such as OpenOffice, to crash or possibly execute arbitrary code if the
  file was opened by a victim. (CVE-2007-0002) (iDefense's Sean Larsson, Fridrich)

0.8.7 - 0.8.8
- Add unit tests for the stream class (Fridrich & Andrew Ziem)
- Ignore foot/endnotes that are referenced inside other foot/endnotes (Fridrich);
  fixes http://www.openoffice.org/issues/show_bug.cgi?id=71487
- Handle graciously unsupported password-protected documents; (Fridrich)
  fixes http://www.openoffice.org/issues/show_bug.cgi?id=72307
- Remove warnings on main OpenOffice.org platforms (Fridrich)
- Remove some potential memory leaks in the WPXPropertyList class and optimize
  the WPXPropertyList subscription operator (Fridrich)
- When possible, pass WPXStrings by reference instead of passing them by copy
  (Fridrich)
- Refactor WPXString to not cast from and to void*; refactor WPXPropertyList and
  WPXPropertyListVector classes as to save a bunch of virtual calls (Fridrich)
2007-03-18 20:41:27 +00:00
wiz
5d3328b25d Mention 4 updates I just committed. 2007-03-18 20:40:10 +00:00
wiz
3289ef98d8 Update to 3.6.3:
Comix 3.6.3

    - Added a Hungarian translation by Ernő Drabik.

    - Added a patch by Abdullah Hamed that fixes so that the arrow keys can be
    used to flip pages also when not in fit-to-screen mode when the
    corresponding preference is set. Just like was possible only with the
    scroll wheel before.

    - Fixed a bug with opening certain Zip files. Thanks to Steve Juranich for
    the fix.

    - Fixed a bug concerning %'s in filenames.
2007-03-18 20:39:27 +00:00
wiz
32d5065e42 Update to 1.0.3, changes unknown. 2007-03-18 20:30:06 +00:00
wiz
2370fe4ec3 Update to 0.6.11:
* Version 0.6.11 (released 2007-03-13)

** Update of the C# Libidn port, by Alexander Gnauck.
The code has been refactored and the namespace has been modified to
comply with .NET naming conventions.  An IDNA bug was fixed.

** Update gnulib files.
We now use the "striconv" module instead of the "iconvme", which
causes a slight increase of code size (from 303kb to 319kb with
debugging symbols on i386).  The reason is the use of a new locale
independent strcasecmp, which may cause faster operation in some
locales where, e.g., "ASCII" and "ascii" are not treated as the same.

** API and ABI is backwards compatible with the previous version.
2007-03-18 20:25:34 +00:00
wiz
b32e232c75 Update to 1.0.2:
Remove the ansi-1251 encoding, it's called microsoft-cp1251.

    Simplify some encodings to avoid stating the obvious.

    Limit UNDEFINE line to en encoding's declared SIZE (bug 1248).
    This is not needed with libfontenc (used by the X server and mkfontscale),
    which will ignore out-of-range entries, but apparently caused ttmkfdir to
    crash.  Thanks to Donnie Berkholtz.
2007-03-18 20:22:12 +00:00