Commit graph

131921 commits

Author SHA1 Message Date
markd
87c053c58d k3b update. 2008-10-15 07:46:46 +00:00
markd
c0e6bdc67b Update k3b to 1.0.5
Changes in 1.0.5
* Fixed CD Copy device selection when starting from the KDE "run" dialog
* Fixed HAL mounting (thanks to Ken Milmore)
* Always wait for the drive to become ready before starting verification
  (this should fix some of the problems with failed verification where K3b
  claims that no medium is in the drive.)

Changes in 1.0.4
* K3b now silently allows the burning of files bigger than 4 GB if an
  appropriate version of genisoimage or mkisofs is installed ("silently"
  means that I did not introduce any new messages)
* I was not able to find the aweful "disabled DMA" bug but I introduced
  a little workaround which hopefully solves it for many of you (BTW: K3b
  from svn trunk does support  DVD burning with cdrecord.)
* Never use growisofs parameter -dvd-compat with DVD-RW media in
  restricted overwrite mode (some drivesdo not like that)
* Unmount medium before DVD formatting
2008-10-15 07:44:57 +00:00
bjs
2f2705e8cd Updated audio/libmpg123 to 0.7.0 2008-10-15 01:59:32 +00:00
bjs
a7b6f59066 Change PKGNAME to libmpg123, and set the version to that of the
library's soname.  Split Makefile.common out from Makefile in preparation
for the addition of the mpg123 program and output module packages.
Change buildlink3.mk to reflect this, and rename options.mk
to mpg123-options.mk in adherence with convention, e.g.
gecko-options.mk.
2008-10-15 01:58:53 +00:00
bjs
29a6da0dad update to pixman-0.12.0 has been done 2008-10-15 00:57:49 +00:00
bjs
84bb4be92f Updated x11/pixman to 0.12.0 2008-10-15 00:57:19 +00:00
bjs
1c7d8bab60 Update to pixman-0.12.0 from 0.11.10.
In addition to many bug fixes, new features [since approximately 0.10.0]
include:

 	- New image formats with 10 bits per channel
 	- SSE2 optimizations for many operations
 	- Opacity based optimizations for operators
 	- Altivec optimizations for many operations
 	- A 32 bit region implementation
2008-10-15 00:56:45 +00:00
uebayasi
29925cac49 Regenerate checksum. 2008-10-15 00:01:44 +00:00
joerg
8d0d604bc5 bmake is supposed to be standalone and we don't document a requirement
of make, so build libnbcompat after bmake using bmake.
2008-10-14 22:50:54 +00:00
markd
f0aa215f11 fixup patch from previous. 2008-10-14 22:41:44 +00:00
joerg
2f5878b4cf Remove rules named after subdirectories. Proposed on Oct 08 on tech-pkg
as it breaks having subdirectories named like main pkgsrc targets.
2008-10-14 22:35:19 +00:00
minskim
c5d96fd048 Note PKGREVISION bump of scmgit-base. 2008-10-14 21:04:26 +00:00
minskim
7f246a0de4 Add an @exec entry to PLIST to make the binary package work.
Bump PKGREVISION.
2008-10-14 21:03:40 +00:00
hira
8b7eadbd6e Note PKGREVISION bump of misc/openoffice2 and misc/openoffice2-bin. 2008-10-14 19:23:27 +00:00
hira
a0187f3e5b Add conflict with openoffice3. Bump PKGREVISION.
Pointed out by wiz@.
2008-10-14 19:20:43 +00:00
heinz
53eba2b00a Updated
graphics/p5-GD-SVG to 0.32
	www/p5-HTML-Tiny to 1.03
	misc/esniper to 2.19.0
2008-10-14 18:24:11 +00:00
heinz
b7ba1a6a87 Updated to version 2.19.
Pkgsrc changes:
  - none

Changes since version 2.18:
===========================
2008-08-04
	* 2.19.0 released
	* Fixed bug 2036585: enable cookies

2008-04-03
	* 2.18.1 released
	* Fixed bug 1932457: Configure fails due to wrong curl LDFLAGS
2008-10-14 18:21:18 +00:00
wiz
e0d4f6a175 Updated www/p5-libwww to 5.817 2008-10-14 14:51:35 +00:00
wiz
bfa6a77129 Update to 5.817:
2008-10-10

     Release 5.817

     Gisle Aas (16):
           Should store "wire" headers field names with _ without translation.
           Test HTTP::Request->parse().
           Restore pre-5.815 behaviour of returning "400 Bad Request" [RT#39694]
           Rename the HTTP::Status constants to have HTTP_ prefix
           Detection of unsupported schemes was broken [RT#37637]
           Allow tainted methods to be forwarded to HTTP::Headers [RT#38736]
           Add strict mode to HTML::Form
           Fix test now that less warnings are generated.
           Add content_is_xml method
           Make split_header_words() lower case returned tokens/keys
           Avoid invoking AUTOLOAD on object destruction [RT#39852]
           Add decode() method to HTTP::Message
           Add encode() method to HTTP::Message
           Allow multiple fields to be set with push_header().
           Make content_type and content_is_xhtml methods faster
           Faster push_header()



2008-09-29

     Release 5.816

     Gisle Aas (2):
           Add missing binmode() [RT#39668]
           Doc tweaks



2008-09-24

     Release 5.815

     Gisle Aas (23):
           We don't need to build the docs to run the tests.
           Style tweaks.
           The jigsaw service isn't up to much good these days.
           HTTP::Cookies produces warnings for undefined cookie param names [RT#38480]
           Typo fix; HTTP::Message will never include x-bzip2 in Accept-Encoding [RT#38617]
           Added HTTP::Config module
           Add methods to configure processing handlers.
           100 Continue response not complete.
           Use 3-arg open when response content to files.
           Make the show_progress attribute official (by documenting it).
           Start using handlers for driving the inner logic of LWP::UserAgent.
           Expose the content_is_html and content_is_xhtml methods from HTTP::Headers.
           Make credentials method able to get/set values.
           An auth handler per realm.
           Match proxy setting for request.
           Set up separate handler for adding proxy authentication.
           Add request_preprepare to be able to initialize proxy early enough.
           Smarter get_my_handler() that can also create handlers.
           Refactor; introduce run_handlers method
           Pass in handler hash to the handler callback.
           Don't let version=1 override behaviour if specified with a plan Set-Cookie header.
           Remove handler when we don't have a username/password for the realm.
           Make tests use Test.pm

     Bron Gondwana (2):
           Double-check that username or password has changed after a failed login.
           Update Digest Authen to subclass Basic.

     Ondrej Hanak (1):
           Avoid running out of filehandles with DYNAMIC_FILE_UPLOAD.

     Todd Lipcon (1):
           Fixed parsing of header values starting with ':' [RT#39367]

     amire80 (1):
           Documentation typo fixes [RT#38203]
2008-10-14 14:51:22 +00:00
wiz
ab054c7044 Updated sysutils/cdrtools to 2.01.01.51 2008-10-14 14:48:34 +00:00
wiz
96f26ee3f2 Update to 2.01.01a51:
All:

-	Extended the file COPYING to mention that the GPL used by the "mkisofs project"
	requires to publish the full source for all parts of mkisofs in case that you
	publish mkisofs binaries.

-	Added a new Changelog file for the changes since cdrtools-2.01

-	RUlES/rules.prg no longer includes a line with SHELL=/bin/sh.
	This is needed to allow to implement a workaround for various bash
	bugs that afffect makefiles in case that /bin/sh is linked to bash.

	If your platform installs bash in /bin/sh (Linux, ....) or in case
	thaat your platform offers a broken variant of the Korn Shell in /bin/sh
	(like HP-UX), fetch the "Schily source consolidation" from
	ftp://ftp.berlios.de/pub/schily/, compile everything and install the
	original Bourne Shell, that comes with this packet, into /bin/bosh.
	If you then call ./.clean and re-compilee everything, you get a "smake"
	that calls /bin/bosh instead of the broken system shell.

-	Added an autoconf test for POSIX violations found in POSIX.1-2008.

	The official POSIX rule is not to define "new" interfaces that
	are in conflict with older interfaces of the same name.
	Our interfaces fexec*() have been defined and published in 1982.
	The new POSIX interfaces define a different interface and the
	new POSIX interfaces even use names that are not compatible with
	POSIX rules. The new POSIX interfaces in question should be called
	fdexec*() to follow the rules of other similar POSIX functions.
	Simiar problems exist with getline()/fgetline().

	We try to automatically rename our functions in case that the functions
	could be found in the local libc.


Libschily:

-	Added sleep.c and gettimeofday.c that emulate sleep() and gettimeofday()
	when using MSVC

-	Try to rename ecvt()/fcgt()/gcvt() in case that one of these functions
	does not work and the libc implementation does not allow to overwrite the
	function.

Libscg:

-	Included a patch for the CAM interface from the FreeBSD people.
	The patch sets up the CAM data structrures in a way that allows
	SCSI bus and target scanning.

Cdrecord:

-	Make dure that the DVD and BluRay drivers do not lower the default timeout.
	cdrecord timeout=# now always allows to raise the default timeout to a larger
	value.

-	Added a workaround to prevent the Lite-ON BD B LH-2B1S/AL09
	from hanging up when trying to write a BluRay Medium.

-	Cdrecord now by default tries to set up a DMA Size of 126 kB.
	If non-MMC drives are found, we fall back to the old value of 63 kB
2008-10-14 14:48:18 +00:00
obache
961fac4608 Keep PATH in configure script for tools framework.
Fixes PR 36129.
2008-10-14 13:13:23 +00:00
markd
79d950177f nas update. 2008-10-14 12:48:56 +00:00
markd
b7ae1594a5 Update nas to version 1.9.1.
This version adds some enhancements to aupanel, and reworks signal
handling in the voxware server to avoid races, hangs and other issues
seen with linux 2.6.21+ kernels. Other changes relating to the default
value of the 'MixerInit' option and the new location of the local unix
socket on Linux systems were also made.

Also include a patch from Aleksey Cheusov for a
"libpthread: Unlocking unlocked mutex" bug.
2008-10-14 12:47:11 +00:00
wiz
9ab3ee0769 Updated devel/m4 to 1.4.12 2008-10-14 12:30:30 +00:00
wiz
96ba9ad283 Update to 1.4.12:
* Noteworthy changes in Version 1.4.12 (2008-10-10) [stable]
  Released by Eric Blake, based on git version 1.4.11.*

** Fix regression introduced in 1.4.4b where using `traceon' could delete
   a macro.  This was most noticeable with `traceon(`traceon')', but
   would also happen in cases such as `foo(traceon(`foo'))'.

** Fix regression introduced in 1.4.7 where `m4 -N9' died with an assertion
   failure.

** Fix regression introduced in 1.4.11 where `defn' died with an assertion
   failure on a traced but undefined macro.

** New `-g'/`--gnu' command-line option overrides `-G'/`--traditional'.
   For now, the environment variable POSIXLY_CORRECT has no effect on M4
   behavior; but a future release of M4 will behave as though --traditional
   is implied if POSIXLY_CORRECT is set (this future change is necessary,
   because in the current release, there is no way to disable GNU
   extensions that conflict with POSIX without the use of a non-POSIX
   command-line argument).  Clients of M4 that want to use GNU extensions,
   even when POSIXLY_CORRECT is set, should start using the -g command-line
   argument, even though it is currently a no-op if -G did not appear
   earlier in the command line, so that the client will not break in the
   face of an upgraded m4 and a POSIXLY_CORRECT execution environment.

** The `-L'/`--nesting-limit' command-line option now defaults to 0 for
   unlimited on platforms that can detect and deal with stack overflow.  On
   systems that lack alternate stack support, such as Cygwin, and on
   systems that do not obey the POSIX semantics for distinguishing stack
   overflow from other exceptions, such as Linux, you can optionally
   install the libsigsegv library (version 2.6 or newer recommended) to
   enhance m4's ability to accurately report stack overflow:
   http://www.gnu.org/software/libsigsegv/

** A number of portability improvements inherited from gnulib.
2008-10-14 12:29:10 +00:00
adam
19514c3745 Updated security/libgpg-error; security/libgcrypt 2008-10-14 11:37:22 +00:00
joerg
06c89ae21c Regen. 2008-10-14 11:37:02 +00:00
adam
d779ce5514 Changes 1.4.3:
* Try to auto-initialize Libgcrypt to minimize the effect of
  applications not doing that correctly.  This is not a perfect
  solution but given that many applicationion would totally fail
  without such a hack, we try to help at least with the most common
  cases.  Folks, please read the manual to learn how to properly
  initialize Libgcrypt!
* Auto-initialize the secure memory to 32k instead of aborting the
  process.
* Log fatal errors via syslog.
* Changed the name and the semantics of the fips mode config file.
* Add convenience macro gcry_fips_mode_active.
* More self-tests.
* Documentation cleanups.
2008-10-14 11:33:13 +00:00
adam
b4c509e9c8 Changes 1.6:
* Fixed a build problem under Windows.

Changes 1.5:
* Minor build system fixes.
* Updated gettext.  Removed included gettext copy.
* gpg-error has a new option --version.
2008-10-14 11:32:11 +00:00
joerg
5c920bdbd2 Remove entry for patch-ab, that is not intended for the repository. 2008-10-14 11:31:54 +00:00
hira
6b92ef78e3 Note addition of openoffice3-3.0.0. 2008-10-14 11:06:18 +00:00
hira
a845c1892c +openoffice3. 2008-10-14 11:04:04 +00:00
hira
59230131f3 Initial import of OpenOffice.org 3.0.0 as misc/openoffice3.
Release note (will be available):

  http://development.openoffice.org/releases/3.0.0.html
2008-10-14 11:02:24 +00:00
wiz
cb9875277d Remove some finished updates. 2008-10-14 09:50:12 +00:00
wiz
caa37c4c1f + asterisk-1.6.0.1, bacula-2.4.3, cdparanoia-3.0.10.2, cdrtools-2.01.01.51,
cfengine-2.2.8, claws-mail-3.6.1, compiz-0.7.8, cups-1.3.9,
  dictem-1.0.0, esmtp-1.0, faac-1.26, fuse-ntfs-3g-1.5012,
  gauche-0.8.14, graphviz-2.20.3, kismet-2008.05.01 [pkg/39739],
  m4-1.4.12, mkvtoolnix-2.4.0, modular-xorg-server-1.5.2,
  nxtvepg-2.8.1, opera-9.60, p5-Archive-Zip-1.25, p5-XML-RSS-1.36,
  p5-libwww-5.817, poppler-0.10.0, prboom-2.4.8.5, pspp-0.6.1,
  scapy-2.0.0.10, tcsh-6.16.00, tea-20.0.0,
  tig-0.12.1, vlc-0.9.4, vobcopy-1.1.2, wine-1.1.6, x264-devel-20081011,
  yasm-0.7.2.
2008-10-14 09:48:50 +00:00
markd
be58740a08 Add R-sp and R-circular 2008-10-14 09:40:08 +00:00
wiz
99a5da35d4 Standardize format. 2008-10-14 09:19:40 +00:00
markd
d4bf3e0572 R packages done. 2008-10-14 08:43:10 +00:00
markd
41bcb15ca2 Yet more R package updates. 2008-10-14 08:42:08 +00:00
minskim
6b7255d10e Note update of ragel. 2008-10-14 08:36:02 +00:00
minskim
c2624f6887 Update ragel to 6.3. Patches provided by Matthias-Christian Ott.
Too many changes and bug fixes since 5.21.  See
http://www.complang.org/ragel/ChangeLog for the complete list.
2008-10-14 08:35:18 +00:00
markd
0cdcc92b1b Update R-gstat to 0.9.51
many bug fixes
2008-10-14 08:24:23 +00:00
markd
de62564903 Update R-geoR to 0.9.26
Changes unknown
2008-10-14 08:19:07 +00:00
markd
5820bed8fb Initial import of R-sp version 0.9.26
A package that provides classes and methods for spatial data. The classes document
where the spatial location information resides, for 2D or 3D data. Utility functions
are provided, e.g. for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.
2008-10-14 08:15:24 +00:00
markd
524e4b86ae Update R-clim.pact to 2.2.15
Changes unknown
2008-10-14 08:00:31 +00:00
markd
8bdea11266 Update R-genetics to 1.3.4
genetics 1.3.4 - 2008-08-20
---------------------------

- Fix bug in makeGenotypes that caused it to ignore the 'sep' argument
  when determining which columns contain genotypes & add a corresponing
  regression test


genetics 1.3.3 - 2007-04-29
---------------------------

- Correct 'obsolete' use of '$'.  R no longer permits '$' to be used
  to extract named elements from vectors (just lists).

- Remove the power.casectl() function, which was based on invalid
  assumpations.  It has been marked depreciated.  Please use the
  functions in the Bioconductor package 'GeneticsDesign' instead.

genetics 1.3.2 - 2007-11-20
---------------------------

- Fix bug in handling of assignment of NA value(s) to elements of an
  existing genotype object.

- Fix warning messages from R CMD CHECK

- Correct documentation error by swapping definitions of kp and alpha
  arguments of power.casectl().

genetics 1.3.1
--------------

- fixes in genotypeOrder to ensure all genotype/haplotype combinations
  are used.

- genotypeOrder<- is now exported

genetics 1.3.0
--------------

- A note is now displayed on startup:

  The R-Genetics project has developed an set of enhanced genetics
  packages that will shortly replace 'genetics'. Please visit the
  project homepage at http://rgenetics.org for more information.

- binsearch() has been moved to the gtools package

- New function groupGenotype to create groups/levels based on genotype
  names

- Added some internal utility functions
  (.genotype2Haplotype, .genotype2Allele, and .matchGenotype)

- Genotype class gets additional slot genotypeOrder (and genotype()
  function gets additional argument with the same name) in order to enable
  predefined order of genotypes in other functions e.g. summary

- Added order, sort and %in% methods for genotype and haplotype classes.

- Fixed genotype() with allow.partial.missing=FALSE when 'alleles' argument
  is passed

- There is no more warning in genotype() if 'a1' or 'a2' have NA value(s)
  and 'alleles'' argument is specified, since NA is NA anyway

- Fixed documentation of power.casectrl()

- added gtools to Depends as needed by expectedGenotypes(); the latter now
  gives sorted genotypes according to order of given alleles

- print.HWE.test() wasn't displaying the observed vs expected genotype
  frequency table.  Fixed.

genetics 1.2.1
--------------

- Update Greg's email address

- Fixed a bug in function allele.number, as pointed out by Chris
  Wallace
2008-10-14 07:38:26 +00:00
markd
0a301a0c71 Update R-gdata to 2.4.2
CHANGES IN 2.4.2 (2008-05-11)
-----------------------------

- Enhancements and bug fixes for read.xls() and xls2csv():

    - More informative log messages when verbose=TRUE

    - File paths containing spaces or other non-traditional characters
      are now properly handled

    - Better error messages, particularly when perl fails to generate
      an output .csv file.

    - The 'shortcut' character "~" (meaning user's home directory) is
      now properly handled in file paths.

    - XLS files created by OpenOffice are now properly handled.  Thanks to
       Robert Burns for pointing out the patch
       (http://rt.cpan.org/Public/Bug/Display.html?id=7206)

CHANGES IN 2.4.1 (2008-03-24)
-----------------------------

- Update perl libraries needed by xls2csv() and read.xls()
  to latest available versions on CRAN.

- Add read.xls() to exported function list

- Correct iris.xls example file.  It didn't contain the complete
  & properly formatted iris data set. Fixed.

- Fix typo in win32 example for read.xls()

CHANGES IN 2.4.0 (2008-01-30)
-----------------------------

- The keep() function now includes an 'all' argument to specify how
  objects with names starting with '.' are handled.

- keep() now shows an informative warning message when a requested
  object does not exist

- New vignette "Mapping Levels of a Factor" describing the use of
  mapLevels().

- New vignette "Working with Unknown Values" describing the use of
  isUnknown() and unknownToNA().

- Several enhancements to read.xls() (thanks to Gabor Grothendieck):

  - New function xls2csv(), which handles converting an xls file
    to a csv file and returns a connection to the
    temporary csv file

  - xls2csv() and read.xls() both allow a file or a url to be specified

  - read.xls() has a new 'pattern' argument which, if supplied,
    will ignore everything prior to the first line in th csv file
    that matches the pattern.  This is typically used if there
    are a variable number of comment lines prior to the header
    in which case one can specify one of the column
    headings as the pattern.  read.xls should
    be compatible with the old read.xls.

- Minor fixes to drop.levels(), is.what().

- Implementation of unit tests for most functions.

CHANGES IN 2.3.1 (2006-10-29)
-----------------------------

- Arguments as well as their position of reorder.factor have been changed
  to conform with reorder.factor method in stats package, due to collision
  bug. Argument 'make.ordered' is now 'order' and old argument 'order' is
  now 'new.order'! Therefore, you have to implicitly specify new.order i.e.

  reorder(trt, new.order=c("PLACEBO", "300 MG", "600 MG", "1200 MG"))

- trim() gains ... argument.

- Added "unknown" methods for matrices.

- Added c() method for factors based on mapLevels() functions.

- Added write.fwf, which writes file in *F*ixed *W*idth *F*ormat.

CHANGES FROM 2.1.X to 2.3.0 (2006-09-19)
---------------------------------------

- Added mapLevels(), which produces a map with information on levels and/or
  internal integer codes.  Contributed by Gregor Gorjanc.

- Extended dropLevels() to work on the factors contained in a data
  frame, as well as individual factors.

- Add unknown(), which changes given unknown value to NA and vice
  versa. Contributed by Gregor Gorjanc.

- Extended trim() to handle a variety of data types data.frames,
  lists, factors, etc.  Code changes contributed by Gregor Gorjanc.

- Added resample() command that acts like sample() except that it
  _always_ samples from the arguments provided, even if only a single
  argument is present.  This differs from sample() which behaves
  differently in this case.

- Updated my email address.
2008-10-14 07:31:26 +00:00
markd
b9756076fa Update R-Rcmdr to 1.4.2
Changes unknown
2008-10-14 07:25:31 +00:00
markd
48eb9ac3cf Update R-wle to 0.9.3
Changes unknown
2008-10-14 07:16:50 +00:00