Commit graph

125312 commits

Author SHA1 Message Date
xtraeme
a7eebcf599 + acpica-utils
- acpi-iasl
2008-04-22 20:25:00 +00:00
xtraeme
25cc754fa3 Import acpica-utils 20080321. The acpi-iasl pkg didn't build some
useful tools provided in the acpica-unix package, so this package
will install all them.

This package provides the ACPICA user-space utilities built upon
the same kernel code. The following utilities are provided:

    * ASL Compiler & Disassembler
    * ACPI Simulator (AcpiExec)
    * ACPI Table Extractor
2008-04-22 20:22:58 +00:00
wiz
0ad9b70021 Updated x11/xcompmgr to 1.1.4 2008-04-22 19:40:47 +00:00
wiz
cd49ddc391 Update to 1.1.4:
iAdam Jackson (1):
      xcompmgr 1.1.4

Dana Jansens (1):
      Fix a server resource leak on destroying windows.

James Cloos (2):
      Remove deprecated .cvsignore
      Add *~ to .gitignore to skip patch/emacs droppings

Jamey Sharp (1):
      Bug #13073: Fix broken word-wrapping in ChangeLog generation.

Mark Tiefenbruck (1):
      Bug #9762: Fix opacity changes on unmapped windows.

Tilman Sauerbeck (5):
      Fixed a bunch of warnings.
      Added .gitignore.
      Include getopt.h for getopt().
      Constified some variables.
      Make this loop slightly easier to read.
2008-04-22 19:40:28 +00:00
wiz
ae09b8f18e Updated textproc/enchant to 1.4.1 2008-04-22 19:32:33 +00:00
wiz
f02e2dd337 Update to 1.4.1:
Included hunspell upgraded to 1.2.2, pkgsrc patches integrated.
2008-04-22 19:32:18 +00:00
apb
ab1b7cb653 HOMEPAGE= http://librsync.sourceforge.net/
The old web page at http://www.nongnu.org/rdiff-backup
reditrects to http://rdiff-backup.stanford.edu/, but that's
about rdiff-backup, not about librsync.
2008-04-22 18:17:35 +00:00
tnn
b7cf114bc7 Updated devel/libevent to 1.4.3 2008-04-22 18:06:52 +00:00
tnn
a18f03ef3a revbumps due to libevent update. 2008-04-22 18:06:09 +00:00
tnn
23a72dae5f Fix build on HP-UX 11.11 2008-04-22 17:25:42 +00:00
tnn
d90107491a Update to libevent-1.4.3.
1.4.3-stable:
1.4.2-rc:
* make Solaris event subsystems more reliable; from W.C.A. Wijngaards
* event_base_get_method(); from Springande Ulv
* fix HTTP/1.1 chunk formatting; from "propanbutan"
* allow 64-bit content lengths; from Scott Lamb
* and more...
1.4.1-beta:
* fixed some memory leaks and other misc cleanup; from Christopher Layne,
  Scott Lamb and Charles Kerr
* introduced event_reinit to deal with fork()
* improved efficiency of generated RPC structure
* performance improvements to Win32 backend
* and many more...
1.4.0-beta:
* a new RPC subsytem for writing distributed clients and servers
* almost everything is documented via Doxygen now
* many fixes and improvements to evdns and evhttp
* libevent now builds two additional libraries: libevent_core (containing only
  the event core) and libevent_extras (contained evdns, evhttp and evrpc)
* performance improvements due to using a heap instead of red-black trees for
  timeouts
* Solaris' event ports are better supported
1.3e:
* Fix compilation on Solaris; from Magne Mahre
* Add a "Date" header to HTTP responses when it's missing, as required by
  HTTP 1.1. Original Patch from Ralph Moritz.
* Fix a memory leak in which failed HTTP connections whould not free the
  request object.
* Fix a memory leak in the DNS server.
* Handle NULL timeouts correctly on Solaris; from Trond Norbye
* Recalculate pending events properly when reallocating event array on
  Solaris; from Trond Norbye
2008-04-22 17:16:54 +00:00
jlam
7a9ee81fcc Restructure the following packages:
www/htmldoc
	www/htmldoc-x11

The latter is now just www/htmldoc built with a specific set of options.
Changes include:

+ Add options.mk that supports a new option:

	htmldoc-gui		Build with GUI support

+ Remove Makefile.common and move all logic into htmldoc/Makefile and
  htmldoc/options.mk.

+ Add full DESTDIR support.

+ Bump the PKGREVISION for htmldoc and htmldoc-x11 to 7.  Both packages
  now track and use the same PKGREVISION number.
2008-04-22 16:24:31 +00:00
jlam
7f4de2f919 Restructure the following packages:
editors/elvis
	editors/elvis-x11

The latter is now just editors/elvis built with a specific set of
options.  Changes include:

+ Add options.mk that supports a new "x11" option.

+ Remove Makefile.common and move all logic into elvis/Makefile and
  elvis/options.mk.

+ Rename PLIST.common to PLIST as there are no PLIST differences
  between elvis and elvis-x11.

+ Modify patch-ab to add a --sysconfdir option to the configure script
  and fix the parsing of --with-x* options so that --with-xft isn't
  ignored.

+ Modify patch-ac to handle SYSCONFDIR in Makefile.in passed in from the
  configure script.

+ Remove the unnecessary substitution for PKG_SYSCONFDIR now that the
  configure script and Makefile.in directly support --sysconfdir.

+ Include termcap.buildlink3.mk to properly deal with termcap/curses
  issues (elvis needs termcap).

+ Add full DESTDIR support.

+ Set HOMEPAGE to the correct URL.

+ Bump the PKGREVISION for elvis and elvis-x11 to 6.  Both packages
  now track and use the same PKGREVISION number.
2008-04-22 16:23:57 +00:00
jlam
8c191c0ed9 Restructure the following packages:
databases/sqsh
	databases/sqsh-motif
	databases/sqsh-x11

The latter two are now just databases/sqsh built with a specific set of
options.  Changes include:

+ Add options.mk that supports three options:

	sqsh-motif		Motif GUI
	sqsh-xaw		Athena GUI
	sybase-openclient	Use real Sybase

  Note that USE_SYBASE_OPENCLIENT is a legacy variable for the new
  global "sybase-openclient" option.

+ Remove Makefile.common and move all logic into sqsh/Makefile and
  sqsh/options.mk.

+ Remove section in patch-aa that tried to deal with termcap/curses
  issues for readline.  That is now automatically taken care of in
  pkgsrc through termcap.buildlink3.mk, which is included here
  indirectly by readline/buildlink3.mk.

+ Add full DESTDIR support.

+ Bump the PKGREVISION for sqsh, sqsh-motif and sqsh-x11 to 5.  All
  three packages now track and use the same PKGREVISION number.
2008-04-22 16:23:36 +00:00
xtraeme
2a83220728 Updated sysutils/acpi-iasl to 20080321 2008-04-22 16:09:58 +00:00
xtraeme
6fbc2f3b75 Update to 20080321 (for real, the latest one).
Bugfixes and some other stuff, please review the CHANGES.txt file
for more info.
2008-04-22 16:09:12 +00:00
joerg
24f6331375 Restore symlinks as the code was accidently removed. 2008-04-22 14:27:51 +00:00
ghen
9ded143e5c - firefox-2.0.0.14 2008-04-22 14:19:22 +00:00
joerg
6bb49fafea pkg_install-20080422:
Make use of the linkresolver from libarchive and thereby fix the
permissions of hardlinks in archives.  This wasn't a problem so far
as nbpax is (incorrectly) ignoring the permissions of the other entries.
2008-04-22 13:47:08 +00:00
tron
47c9588cc5 Note update of the "pango" package to version 1.20.2nb1. 2008-04-22 12:15:56 +00:00
tron
186c4d90e2 After "atsui" support was removed from "cairo" it is no longer available
in "pango", too. Fix package list (for Mac OS X) and bump package revision.
2008-04-22 12:15:38 +00:00
martti
526030c6e0 ejabberd 2008-04-22 11:31:18 +00:00
martti
fca213c60c Updated chat/ejabberd to 2.0.0nb1
Fix pkg/38347 (patch provided by Daniel Horecki).
2008-04-22 11:31:05 +00:00
tnn
3aaf6c36ad detect maxima-5.15.x, bump rev. 2008-04-22 10:41:04 +00:00
tnn
1a3ed71b01 Updated math/maxima to 5.15.0 2008-04-22 10:30:13 +00:00
tnn
ae4c7e6996 Update to maxima-5.15.0. Patch From Aleksej Saushev in private mail.
Backwards-incompatible changes:
* Disable verb => numerical evaluation scheme for math functions
Major changes:
* User interface Imaxima now packaged with Maxima
New items in share:
* share/contrib/bitwise: Bitwise operations on integers
* share/contrib/noninteractive: Catch asksign and askprop questions
and turn them into conditional expressions
* share/contrib/namespaces: A namespace implementation for Maxima
* share/contrib/amatrix: Matrix with underlying Lisp array
Other revisions:
* gf package: New version of gf package (Galois fields)
* tex function: Enable TeX output to output stream
* stringproc package: Revised printf; regex functions
* ezunits package: Dimensional analysis; physical constants
* quadpack functions: Return partially-evaluated expressions
* plot functions: New options; bug fixes
* tensor functions: Many improvements
* graphs package: Improvements
2008-04-22 10:27:55 +00:00
tron
c2c5188f43 Note update of the "cairo" package to version 1.6.4nb1. 2008-04-22 10:23:23 +00:00
tron
23320f4f1f "atsui" support in "cairo" has been deprecated. Remove "atsui" specific
bits (available under Mac OS X only) and correct the package list.
Bump package revision.
2008-04-22 10:23:09 +00:00
wiz
d986c54add Bump PKGREVISION for gtkhtml314 dependency change. 2008-04-22 06:01:28 +00:00
wiz
9f704b5492 Remove libgnomeprint dependency, the package itself doesn't depend on
it any longer.

Fixes build problem in evolution:
> ===> Creating toolchain wrappers for evolution-2.22.1
> ERROR: libgnomeprintui is not installed; can't buildlink files.

Bump BUILDLINK_ABI_DEPENDS.gtkhtml314 for dependency change.
2008-04-22 05:59:12 +00:00
joerg
110e57f85e Actually, just check for linux and ignore hurd... 2008-04-21 22:39:15 +00:00
joerg
566201d75d Fix another surprise from the glibc folks. 2008-04-21 22:36:08 +00:00
joerg
41548023fd libnbcompat-20080422:
Check if stdio.h declares vasprintf and snprintf and provide a prototype
otherwise.
2008-04-21 22:24:43 +00:00
wiz
a7f0cdfd82 Updated x11/modular-xorg-server to 1.3.0.0nb8 2008-04-21 22:19:04 +00:00
wiz
10940f407c Disable xprint support. Bump PKGREVISION. 2008-04-21 22:18:52 +00:00
wiz
0567539d54 + RealPlayer-11, SDL_sound-1.0.2, amarok-1.4.9.1, ap2-perl-2.0.4,
claws-mail-3.4.0, eggdrop-1.6.19, enchant-1.4.1, fbdesk-1.4.1
  [pkg/38473], fuse-ntfs-3g-1.2412, gcalctool-5.23.1, geany-0.14,
  glade-3.4.4, gtexinfo-4.12, hatari-1.0.1, heyu-2.2.1, ikiwiki-2.43,
  libtheora-1.0beta3, libxml2-2.6.32, mednafen-0.8.8, mpg123-1.4.2,
  mtr-0.73, p5-ExtUtils-CBuilder-0.23, p5-MailTools-2.03,
  p5-libwww-5.812, postal-0.69, py-libxml2-2.6.32, qemu-0.9.1,
  ruby-rbtree-0.3.0, scons-0.98.1, silc-server-1.1.5, singularity-0.27,
  skipstone-1.0.1, wine-0.9.60, worker-2.16.3, yasm-0.7.0,
  youtube-dl-20080420.
2008-04-21 22:08:20 +00:00
wiz
06cdcd291c Needs pkg-config during configure. 2008-04-21 21:47:53 +00:00
reed
28008205d8 New package: net/walker version 3.8 2008-04-21 21:42:37 +00:00
reed
e63dce5b99 Import new package: walker-3.8
Utility to download DNS zone contents using the DNSSEC NXT/NSEC
record chain (even when AXFR is disabled).  It can also verify all
digital signature resource records within a zone against the zone key.
2008-04-21 21:40:25 +00:00
joerg
5e626bd59c Fix typo in delimiter. 2008-04-21 21:15:53 +00:00
drochner
f3a597c165 update to 4.6.3
changes: many fixes, improvements and API extensions, see
http://www.jcea.es/programacion/pybsddb.htm

pkgsrc note: 'egg' (setuptools) support was added upstream, but
disabled in pkgsrc because it leads to nondeterministic results
depending on OS version and installed pkgs
2008-04-21 20:11:58 +00:00
drochner
9a07395f6f sync w/ base pkg 2008-04-21 20:05:24 +00:00
drochner
d7cc8d314b update to 1.0.6.14
changes:
-TrueColor support
-Started native Aqua port for TeXmacs
-Fix compatibility issues for C++ and Guile
2008-04-21 20:04:43 +00:00
drochner
7bd1ce9a28 requires libnotify 2008-04-21 19:53:50 +00:00
drochner
e3bc0f4a13 update to 1.4.15
changes:
-bugfixes
-translation updates
2008-04-21 19:48:29 +00:00
drochner
d5f375c71c sync w/ base pkg 2008-04-21 19:44:14 +00:00
adam
d42181924f Updated devel/glibmm to 2.16.2; math/glpk to 4.28 2008-04-21 19:28:30 +00:00
adam
3ed95e5ae7 Changes 4.28:
The iODBC and MySQL table drivers, which allows transmitting
data between MathProg model objects and relational databases,
were re-implemented to replace a static linking by a dynamic
linking to corresponding shared libraries.
Many thanks to Heinrich Schuchardt <heinrich.schuchardt@gmx.de>
for the contribution, Rafael Laboissiere <rafael@debian.org>
for useful advices concerning the shared library support under
GNU/Linux, and Vijay Patil <vijay.patil@gmail.com> for testing
this feature under Windows XP.

A new optional feature was added to the package. This feature
is based on the zlib data compression library and allows GLPK
API routines and the stand-alone solver to read and write
compressed data files performing compression/decompression "on
the fly" (compressed data files are recognized by suffix `.gz'
in the file name). It may be useful in case of large MPS files
to save the disk space (up to ten times).
2008-04-21 19:26:35 +00:00
adam
3b1761d5f3 Changes 2.16.2:
* Bug 526831: G_OPTION_REMAINING no longer works with OptionEntry
* Bug 527687: ustring::erase(iterator) incorrect for non ascii character
* add API documentation for spawn_* functions
* fix possible memory leak in OptionEntr
2008-04-21 19:16:41 +00:00
ghen
e514c805ff I've long not used TeXmacs anymore; unset MAINTAINER. 2008-04-21 19:07:53 +00:00