Commit graph

212246 commits

Author SHA1 Message Date
ryoon
1fefa19397 Update to 0.0.14
* Remove c from USE_LANGUAGES to suppress many and many warnings
  (I cannot understant what happens.)
* Disable documentation generation with doxygen

CHangelo:
Not available.
2014-02-02 07:22:15 +00:00
markd
d4d4fb3714 Install the correct files for KDE SC 4.11.5 2014-02-02 07:19:29 +00:00
ryoon
1895bb75f2 Updated converters/libwpg to 0.2.2 2014-02-02 07:19:22 +00:00
ryoon
a6f4a5120b Update to 0.2.2
* Update LICENSE

Changelog:
Not available.
2014-02-02 07:18:25 +00:00
richard
4c3b88025b update coreutils to 8.22 2014-02-02 07:10:50 +00:00
richard
d49d968741 update coreutils files to 8.22 2014-02-02 07:09:23 +00:00
richard
8a3b577799 Update to coreutils-8.22
There have been 195 commits by 32 people in the 10 months since 8.21

Executive summary: 8.22 is mainly a bug fix and performance improvement release.
tail(1) has fixes for handling initially non existent files, and df now has
better handling of specified disk device nodes.  On the performance side,
there have been many improvements to the memory usage of various tools, which
are detailed at http://www.pixelbeat.org/programming/avoiding_large_buffers.html
There have been large throughput improvements in cut(1) and base64 encoding.
Also the md5sum and sha*sum utilities have support for using architecture
specific routines to improve performance, if allowed on your distribution.
There are also new features available, including SELinux "restorecon" support
in various file creation utilities through the -Z option, and shred has a new
--repeat option to continually select random items from the input.

See the NEWS below for more details.

Thanks to everyone who has contributed!
The following people contributed changes to this release:

  Andreas Mohr (1)
  Anton Ovchinnikov (2)
  Assaf Gordon (8)
  Benno Schulenberg (2)
  Bernhard Voelker (28)
  Cojocaru Alexandru (4)
  Colin Leitner (1)
  D. Hugh Redelmeier (1)
  Daniel J Walsh (1)
  Enrico Scholz (1)
  Eric Blake (1)
  FUJIWARA Katsunori (1)
  Filipus Klutiero (1)
  Gian Piero Carrubba (1)
  Jarkko Sakkinen (4)
  Javier López (1)
  Jim Meyering (6)
  Joachim Schmitz (2)
  John (1)
  Karl Berry (1)
  Ken Booth (1)
  Mike Frysinger (1)
  Ondrej Oprala (2)
  Ondřej Vašík (2)
  Paul Eggert (10)
  Pádraig Brady (106)
  Rasmus Villemoes (1)
  Rémy Lefevre (1)
  Sergio Durigan Junior (1)
  Stefano Lattarini (3)
  Tiger Lee (1)
  Torbjörn Granlund (1)

Special thanks to Bernhard Voelker for his many considered patches and reviews,
and to Assaf Gordon for his work on new (and future) features.

Pádraig [on behalf of the coreutils maintainers]

==================================================================

Here is the GNU coreutils home page:
    http://gnu.org/s/coreutils/

For a summary of changes and contributors, see:
  http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=shortlog;h=v8.22
or run this command from a git-cloned coreutils directory:
  git shortlog v8.21..v8.22

To summarize the 255 gnulib-related changes, run these commands
From a git-cloned coreutils directory:
  git checkout v8.22
  git submodule summary v8.21

==================================================================

Here are the compressed sources and a GPG detached signature[*]:
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz
  http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz.sig

Use a mirror for higher download bandwidth:
  http://ftpmirror.gnu.org/coreutils/coreutils-8.22.tar.xz
  http://ftpmirror.gnu.org/coreutils/coreutils-8.22.tar.xz.sig

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify coreutils-8.22.tar.xz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys DF6FD971306037D9

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.69
  Automake 1.13.4
  Gnulib v0.1-38-g0658e50
  Bison 2.7

NEWS

* Noteworthy changes in release 8.22 (2013-12-13) [stable]

** Bug fixes

  df now processes the mount list correctly in the presence of unstatable
  mount points.  Previously it may have failed to output some mount points.
  [bug introduced in coreutils-8.21]

  df now processes symbolic links and relative paths to special files containing
  a mounted file system correctly.  Previously df displayed the statistics about
  the file system the file is stored on rather than the one inside.
  [This bug was present in "the beginning".]

  df now processes disk device nodes correctly in the presence of bind mounts.
  Now df shows the base mounted file system rather than the last one mounted.
  [This bug was present in "the beginning".]

  install now removes the target file if the strip program failed for any
  reason.  Before, that file was left behind, sometimes even with wrong
  permissions.
  [This bug was present in "the beginning".]

  ln --relative now updates existing symlinks correctly.  Previously it based
  the relative link on the dereferenced path of an existing link.
  [This bug was introduced when --relative was added in coreutils-8.16.]

  ls --recursive will no longer exit with "serious" exit code (2), if there
  is an error reading a directory not specified on the command line.
  [Bug introduced in coreutils-5.3.0]

  mkdir, mkfifo, and mknod now work better when creating a file in a directory
  with a default ACL whose umask disagrees with the process's umask, on a
  system such as GNU/Linux where directory ACL umasks override process umasks.
  [bug introduced in coreutils-6.0]

  mv will now replace empty directories in the destination with directories
  from the source, when copying across file systems.
  [This bug was present in "the beginning".]

  od -wN with N larger than 64K on a system with 32-bit size_t would
  print approximately 2*N bytes of extraneous padding.
  [Bug introduced in coreutils-7.0]

  rm -I now prompts for confirmation before removing a write protected file.
  [Bug introduced in coreutils-6.8]

  shred once again uses direct I/O on systems requiring aligned buffers.
  Also direct I/O failures for odd sized writes at end of file are now handled.
  [The "last write" bug was introduced in coreutils-5.3.0 but masked
   by the alignment bug introduced in coreutils-6.0]

  tail --retry -f now waits for the files specified to appear.  Before, tail
  would immediately exit when such a file is initially inaccessible.
  [This bug was introduced when inotify support was added in coreutils-7.5]

  tail -F has improved handling of symlinks.  Previously tail didn't respond
  to the symlink target (re)appearing after being (re)created.
  [This bug was introduced when inotify support was added in coreutils-7.5]

** New features

  cp, install, mkdir, mknod, mkfifo and mv now support "restorecon"
  functionality through the -Z option, to set the SELinux context
  appropriate for the new item location in the file system.

  csplit accepts a new option: --suppressed-matched, to elide the lines
  used to identify the split points.

  df --output now accepts a 'file' field, to propagate a specified
  command line argument through to the output.

  du accepts a new option: --inodes to show the number of inodes instead
  of the blocks used.

  id accepts a new option: --zero (-z) to delimit the output entries by
  a NUL instead of a white space character.

  id and ls with -Z report the SMACK security context where available.
  mkdir, mkfifo and mknod with -Z set the SMACK context where available.

  id can now lookup by user ID, in addition to the existing name lookup.

  join accepts a new option: --zero-terminated (-z). As with the sort,uniq
  option of the same name, this makes join consume and produce NUL-terminated
  lines rather than newline-terminated lines.

  uniq accepts a new option: --group to print all items, while separating
  unique groups with empty lines.

  shred accepts new parameters to the --remove option to give greater
  control over that operation, which can greatly reduce sync overhead.

  shuf accepts a new option: --repeat (-r), which can repeat items in
  the output.

** Changes in behavior

  cp --link now dereferences a symbolic link as source before creating the
  hard link in the destination unless the -P,--no-deref option is specified.
  Previously, it would create a hard link of the symbolic link, even when
  the dereferencing options -L or -H were specified.

  cp, install, mkdir, mknod and mkfifo no longer accept an argument to the
  short -Z option.  The --context equivalent still takes an optional argument.

  dd status=none now suppresses all non fatal diagnostic messages,
  not just the transfer counts.

  df no longer accepts the long-obsolescent --megabytes option.

  stdbuf now requires at least one buffering mode option to be specified,
  as per the documented interface.

** Improvements

  base64 encoding throughput for bulk data is increased by about 60%.

  md5sum can use libcrypto hash routines where allowed to potentially
  get better performance through using more system specific logic.
  sha1sum for example has improved throughput by 40% on an i3-2310M.
  This also affects sha1sum, sha224sum, sha256sum, sha384sum and sha512sum.

  stat and tail work better with EFIVARFS, EXOFS, F2FS, HOSTFS, SMACKFS, SNFS
  and UBIFS.  stat -f --format=%T now reports the file system type, and tail -f
  now uses inotify for files on all those except SNFS, rather than the default
  (for unknown file system types) of issuing a warning and reverting to polling.

  shuf outputs subsets of large inputs much more efficiently.
  Reservoir sampling is used to limit memory usage based on the number of
  outputs, rather than the number of inputs.

  shred increases the default write block size from 12KiB to 64KiB
  to align with other utilities and reduce the system call overhead.

  split --line-bytes=SIZE, now only allocates memory as needed rather
  than allocating SIZE bytes at program start.

  stty now supports configuring "stick" (mark/space) parity where available.

** Build-related

  factor now builds on aarch64 based systems [bug introduced in coreutils-8.20]
2014-02-02 07:08:24 +00:00
rodent
e4387b3523 Updated devel/py-pip to 1.5.2 2014-02-02 06:58:22 +00:00
rodent
af0b2d73e9 Updated to latest release, 1.5.2. From CHANGES.txt:
1.5.2 (2014-01-26)
------------------

* Upgraded the vendored ``pkg_resources`` and ``_markerlib`` to setuptools 2.1.
* Fixed an error that prevented accessing PyPI when pyopenssl, ndg-httpsclient,
  and pyasn1 are installed
* Fixed an issue that caused trailing comments to be incorrectly included as
  part of the URL in a requirements file

1.5.1 (2014-01-20)
------------------

* pip now only requires setuptools (any setuptools, not a certain version) when
  installing distributions from src (i.e. not from wheel). (Pull #1434).
* `get-pip.py` now installs setuptools, when it's not already installed (Pull
  #1475)
* Don't decode downloaded files that have a ``Content-Encoding`` header. (Pull
  #1435)
* Fix to correctly parse wheel filenames with single digit versions. (Pull
  #1445)
* If `--allow-unverified` is used assume it also means `--allow-external`. (Pull
  #1457)
2014-02-02 06:58:08 +00:00
mrg
d7b74dba00 note bozohttpd 20140201 update. 2014-02-02 03:32:23 +00:00
mrg
5473c9bbf1 update to bozohttpd 20140201. fixes a core dump. 2014-02-02 03:31:34 +00:00
rodent
8326161b28 Fix PLIST based on last fix to PKGNAME. Bump PKGREVISION. 2014-02-02 01:00:45 +00:00
rodent
0416eb46f0 Fix PKGNAME. 2014-02-02 00:58:06 +00:00
rodent
5e7b420889 +py-caldav 2014-02-02 00:50:01 +00:00
rodent
bddf9b915d Added net/py-caldav version caldav 2014-02-02 00:49:28 +00:00
rodent
df3c50f3ed Import py27-caldav as net/py-caldav.
This project is a CalDAV (RFC4791) client library for Python. A lot of work
still needs to be done; however, it can read everything, and write a few things
(create calendars, events, modify events and properties).
2014-02-02 00:49:17 +00:00
rodent
5d2cbe5088 +py-qrcode 2014-02-02 00:28:27 +00:00
rodent
7317e5e3dc Added graphics/py-qrcode version 4.0.4 2014-02-02 00:27:48 +00:00
rodent
f7991497aa Import py27-qrcode-4.0.4 as graphics/py-qrcode.
QR Code image generator in Python. This package uses Pillow, which is
recommended by upstream, instead of the default Python Imaging Library.
2014-02-02 00:27:38 +00:00
rodent
2b629adf41 +py-six; Packaged originally in pkgsrc-wip by:
ahp-nils@users.sourceforge.net
2014-02-02 00:11:51 +00:00
rodent
8318d23e66 Added lang/py-six version 1.5.2 2014-02-02 00:10:39 +00:00
rodent
3cdac2c6a4 Import py27-six-1.5.2 as lang/py-six.
Six is a Python 2 and 3 compatibility library. It provides utility functions
for smoothing over the differences between the Python versions with the goal
of writing Python code that is compatible on both Python versions. See the
documentation for more information on what is provided.

Six supports Python 2.4+.
2014-02-02 00:10:18 +00:00
rodent
2d79047066 Updated textproc/py-relatorio to 0.6.0 2014-02-01 23:28:27 +00:00
rodent
289e2749f4 Updated to latest release, 0.6.0. This package is not incompatible with
python33. Its dependencies are, but not the package itself. From CHANGELOG:

0.6.0 - 20130810
 * Add support for Python 3
 * Allow to pass only source to Template
2014-02-01 23:28:09 +00:00
rodent
bee861ec06 +py-trytond-stock-lot 2014-02-01 22:54:50 +00:00
rodent
cf32087757 Added misc/py-trytond-stock-lot version 3.0.0 2014-02-01 22:52:48 +00:00
rodent
d6b7dd4e7f Import py27-trytond-stock-lot-3.0.0 as misc/py-trytond-stock-lot.
The stock_lot module of the Tryton application platform.
2014-02-01 22:51:36 +00:00
rodent
418c5ae509 +py-trytond-stock 2014-02-01 20:24:09 +00:00
rodent
2c5dd73a8e Added misc/py-trytond-stock version 3.0.1 2014-02-01 20:23:45 +00:00
rodent
15aa1e1496 Import py27-trytond-stock-3.0.1 as misc/py-trytond-stock.
The stock module of the Tryton application platform.
2014-02-01 20:23:35 +00:00
rodent
5d5590edaa +py-trytond-calendar 2014-02-01 20:13:28 +00:00
rodent
6156cea61d Added time/py-trytond-calendar version 3.0.2 2014-02-01 20:12:50 +00:00
rodent
bfa6569c2b Import py27-trytond-calendar-3.0.2 as time/py-trytond-calendar.
The calendar module of the Tryton application platform.
2014-02-01 20:12:32 +00:00
rodent
b14215cf5c +py-trytond-account-invoice 2014-02-01 19:46:29 +00:00
rodent
d29e8da125 Added finance/py-trytond-account-invoice version 3.0.1 2014-02-01 19:45:48 +00:00
rodent
e69771861a Import py27-trytond-account-invoice-3.0.1 as finance/py-trytond-account-invoice.
The account_invoice module of the Tryton application platform.
2014-02-01 19:45:37 +00:00
rodent
b83236b442 PYTHON_VERSIONS_INCOMPATIBLE=33 according to setup.py 2014-02-01 19:44:35 +00:00
joerg
563735d822 Enter/Leave are used by wxGTK, so undef them before including its
headers.
2014-02-01 19:41:31 +00:00
joerg
467235c389 Fix build on NetBSD/current. 2014-02-01 19:39:42 +00:00
joerg
49fa058adf Expose libraries needed for -lgii. 2014-02-01 19:39:17 +00:00
rodent
4992c516c6 +py-trytond-account-product 2014-02-01 19:37:43 +00:00
rodent
71fb80dd4f Added finance/py-trytond-account-product version 3.0.0 2014-02-01 19:36:59 +00:00
rodent
e97240d4fe Import py27-trytond-account-product-3.0.0 as finance/py-trytond-account-product.
The account_product module of the Tryton application platform.
2014-02-01 19:36:49 +00:00
rodent
01a96d8cc5 +py-trytond-product 2014-02-01 19:29:14 +00:00
rodent
9bf5d3d192 Added misc/py-trytond-product version 3.0.0 2014-02-01 19:28:48 +00:00
rodent
b18eac1c63 Import py27-trytond-product-3.0.0 as misc/py-trytond-product.
The product module of the Tryton application platform.
2014-02-01 19:28:37 +00:00
rodent
6b82e2576d +py-trytond-account 2014-02-01 19:14:58 +00:00
rodent
379259b154 Added finance/py-trytond-account version 3.0.1 2014-02-01 19:14:34 +00:00
rodent
69c2a0b3f2 Import py27-trytond-account-3.0.1 as finance/py-trytond-account.
The account module of the Tryton application platform.
2014-02-01 19:14:22 +00:00
rodent
0a37ace279 +py-trytond-company 2014-02-01 19:05:21 +00:00