Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (8h)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (168d) 

2024-05-27 04:29:44 UTC Now

2015-12-11 21:46:20 UTC MAIN commitmail json YAML

Add py-graphite-web 0.9.15

(riz)

2015-12-11 21:45:51 UTC MAIN commitmail json YAML

Add and enable py-graphite-web.

(riz)

2015-12-11 21:45:07 UTC MAIN commitmail json YAML

Add py-graphite-web 0.9.15 from pkgsrc-wip.

Graphite consists of a storage backend and a web-based visualization frontend.
Client applications send streams of numeric time-series data to the Graphite
backend (called carbon), where it gets stored in fixed-size database files
similar in design to RRD. The web frontend provides 2 distinct user interfaces
for visualizing this data in graphs as well as a simple URL-based API for
direct graph generation.

Graphite's design is focussed on providing simple interfaces (both to users
and applications), real-time visualization, high-availability, and enterprise
scalability.

See https://github.com/graphite-project/ for more information.
aVS: ----------------------------------------------------------------------

(riz)

2015-12-11 21:41:53 UTC MAIN commitmail json YAML

Added py-carbon 0.9.15

(riz)

2015-12-11 21:41:21 UTC MAIN commitmail json YAML

Add and enable py-carbon.

(riz)

2015-12-11 21:40:50 UTC MAIN commitmail json YAML

2015-12-11 21:36:30 UTC MAIN commitmail json YAML

Added py-whisper 0.9.15.

(riz)

2015-12-11 21:35:45 UTC MAIN commitmail json YAML

Add and enable py-whisper.

(riz)

2015-12-11 21:34:15 UTC MAIN commitmail json YAML

Add whisper 0.9.15, as used by the graphite project.

Whisper is a fixed-size database, similar in design to RRD
(round-robin-database). It provides fast, reliable storage of numeric
data over time.

(riz)

2015-12-11 21:31:06 UTC MAIN commitmail json YAML

Added py-txamqp 0.3

(riz)

2015-12-11 21:30:10 UTC MAIN commitmail json YAML

Add and enable py-txampq.

(riz)

2015-12-11 21:29:29 UTC MAIN commitmail json YAML

Add py-txamqp: contains all the necessary code to connect to an
AMQP-compliant peer or broker such as QPid, OpenAMQ, or RabbitMQ
using Twisted.

(riz)

2015-12-06 01:57:26 UTC MAIN commitmail json YAML

Updated www/py-django-tagging to 0.4.

(riz)

2015-12-06 01:55:20 UTC MAIN commitmail json YAML

Update py-django-tagging to version 0.4.  Now supports python 3,
and newer versions of Django.

(riz)

2015-07-28 23:54:30 UTC MAIN commitmail json YAML

2014-12-06 22:35:24 UTC MAIN commitmail json YAML

Initialize a variable that GCC complains about being used possibly
uninitialized.

(riz)

2014-11-15 00:04:34 UTC MAIN commitmail json YAML

This builds with gcc 4.8 too, don't make me build 4.7.

(riz)

2014-08-28 22:29:37 UTC MAIN commitmail json YAML

Make package cross-compiling work through su-target as
well as it does for unprivileged builds.  From riastradh.

(riz)

2014-06-13 20:11:17 UTC MAIN commitmail json YAML

2014-05-12 22:20:24 UTC MAIN commitmail json YAML

Updated sysutils/duplicity to 0.6.24

(riz)

2014-05-12 20:39:33 UTC MAIN commitmail json YAML

Update duplicity to v0.6.24:

- improved support for Amazon Glacier
- removed support for Ubuntu One, which is closing shop
- new locking mechanism to avoid concurrent execution with same cache
- many other bugfixes and minor improvements.  See CHANGELOG.

(riz)

2013-12-08 19:17:56 UTC MAIN commitmail json YAML

add patch from upstream to fix a regression which made that the symbol
table of NetBSD domU kernels was not loaded correctly, see
port-xen/2013/11/29/msg008157.html">http://mail-index.netbsd.org/port-xen/2013/11/29/msg008157.html
for details
bump PKGREV

(riz)

2013-11-08 15:35:35 UTC MAIN commitmail json YAML

devel/py-buildbot and devel/py-buildbot-slave to 0.8.8

(riz)

2013-11-08 15:33:32 UTC MAIN commitmail json YAML

Update to version 0.8.8. (Ok joerg@)  Some changes:

* The ``MasterShellCommand`` step now correctly handles environment
  variables passed as list.
* The master now poll the database for pending tasks when running buildbot
  in multi-master mode.
* Rewritten algorithm to match build requests to slaves
* Slaves can be paused through the web status

Many other fixes and minor changes.

(riz)

2013-11-08 15:32:10 UTC MAIN commitmail json YAML

Update to version 0.8.8. (Ok joerg@)  Some changes:

* The ``MasterShellCommand`` step now correctly handles environment
  variables passed as list.
* The master now poll the database for pending tasks when running buildbot
  in multi-master mode.
* Rewritten algorithm to match build requests to slaves
* Slaves can be paused through the web status

Many other fixes and minor changes.

(riz)

2013-04-13 17:51:58 UTC MAIN commitmail json YAML

Update ansible to version 1.1.  From the CHANGELOG.md:

1.1 "Mean Street" -- 4/2/2013

Core Features

* added --check option for "dry run" mode
* added --diff option to show how templates or copied files change, or
  might change
* --list-tasks for the playbook will list the tasks without running them
* able to set the environment by setting "environment:" as a dictionary
  on any task (go proxy support!)
* added ansible_ssh_user and ansible_ssh_pass for per-host/group username
  and password
* jinja2 extensions can now be loaded from the config file
* support for complex arguments to modules (within reason)
* can specify ansible_connection=X to define the connection type in
  inventory variables
* a new chroot connection type
* module common code now has basic type checking (and casting) capability
* module common now supports a 'no_log' attribute to mark a field as
  not to be syslogged
* inventory can now point to a directory containing multiple
  scripts/hosts files, if using this, put group_vars/host_vars
  directories inside this directory
* added configurable crypt scheme for 'vars_prompt'
* password generating lookup plugin -- $PASSWORD(path/to/save/data/in)
* added --step option to ansible-playbook, works just like Linux
  interactive startup!

Modules Added:

* bzr (bazaar version control)
* cloudformation
* django-manage
* gem (ruby gems)
* homebrew
* lvg (logical volume groups)
* lvol (LVM logical volumes)
* macports
* mongodb_user
* netscaler
* okg
* openbsd_pkg
* rabbit_mq_plugin
* rabbit_mq_user
* rabbit_mq_vhost
* rabbit_mq_parameter
* rhn_channel
* s3 -- allows putting file contents in buckets for sharing over s3
* uri module -- can get/put/post/etc
* vagrant -- launching VMs with vagrant, this is different from existing
  vagrant plugin
* zfs

(riz)

2013-02-26 20:11:02 UTC MAIN commitmail json YAML

After some discussion with ansible folks, don't replace the interpreter
in modules (the files in ${WRKSRC}/library), as they're treated as
data and not scripts - the right thing to do is to set
"ansible_python_interpreter" in the configuration.

Also, install example files in ${PREFIX}/share/examples/ansible.

(riz)

2013-02-26 17:42:59 UTC MAIN commitmail json YAML

2013-01-24 22:54:49 UTC MAIN commitmail json YAML

Use <sys/endian.h> on BSD systems to determine endianness.  Fixes a problem
on NetBSD/arm where boost could not determine the endianness.

(patch has been submitted upstream)

(riz)

2013-01-23 16:45:27 UTC MAIN commitmail json YAML

Set up PLIST_VARS for ppc and arm, and use them to point out that arm
doesn't have hardware timer support, so gets one less file installed.

Package builds on evbarm now.

(riz)

2013-01-12 20:52:27 UTC MAIN commitmail json YAML

Detect arm MACHINE_ARCH, and set --cpu accordingly, so it can build
on NetBSD ARM platforms.  Tested on my Sheevaplug.

XXX will probably need similar treatment for mips and sh3.

(riz)

2012-11-28 00:35:11 UTC MAIN commitmail json YAML

+check-0.9.9

(riz)

2012-09-01 20:42:48 UTC MAIN commitmail json YAML

Note update of sysutils/tarsnap.

(riz)

2012-09-01 20:40:54 UTC MAIN commitmail json YAML

Update tarsnap to version 1.0.33.

Changes since version 1.0.32:

- Tarsnap now caches archive metadata blocks in RAM, typically
  providing a 5x - 10x speedup and reduction in bandwidth usage
  in the "fsck" operation and when deleting a large number of
  archives at once.
- Tarsnap's internal "chunk" metadata structure is now smaller,
  providing a ~10% reduction in usage on 32-bit machines and a
  ~30% reduction in memory usage on 64-bit machines.
- Tarsnap's --newer* options now correctly descend into old
  directories in order to look for new files. (But note that
  tarsnap's snapshotting makes these options unnecessary in
  most situations.)
- Multiple minor bug fixes and cleanups.

Changes since version 1.0.31:

- A bug affecting the handling of the --nodump option on Linux
  (and in most cases rendering it inoperative) is fixed.
- A workaround has been added for a compiler bug in OS X 10.7 (Lion).
- The NetBSD "kernfs" and "ptyfs" filesystems are now excluded
  from archival by default.

(riz)

2012-01-11 01:15:18 UTC MAIN commitmail json YAML

Minor corrections, from Snader_LB on FreeNode:

- capitalize ``NetBSD.org'';
- remove trailing whitespace;
- clarify the bootstrapping procedure's ending sentence, and end
  it with punctuation.

(riz)

2011-12-04 23:37:14 UTC MAIN commitmail json YAML

get_passphrase_from_file.lua seems to have moved in the distribution.

(riz)

2011-12-04 22:39:40 UTC MAIN commitmail json YAML

Remove some i386-specific files which are no longer installed.

(riz)

2011-12-03 07:09:32 UTC MAIN commitmail json YAML

Update tarsnap to version 1.0.31.

Changes since version 1.0.30:

- A race condition in key generation has been fixed which could
  allow a newly-generated key file to be read by another local
  user if the key file is being generated in a world-readable
  directory and the user running tarsnap-keygen has a umask other
  than 0066.
- A bug in key generation has been fixed which could allow a
  newly-generated key file to be read by another local user
  if they key file is being generated in a world-writable
  directory (e.g., /tmp).
- Tarsnap now supports Minix.
- Tarsnap now ignores blank lines in key files; line-buffers
  its output (which makes tarsnap --list-archives | foo more
  responsive); and prints a progress indicator during tarsnap --fsck.
- Multiple minor bug fixes.

(riz)

2011-08-29 03:34:40 UTC MAIN commitmail json YAML

2010-12-15 21:52:15 UTC MAIN commitmail json YAML

Explicitly pass "--cpu=i386" when MACHINE_ARCH is i386 in order for
this to build properly under Mac OS X "Snow Leopard" on a 64-bit host.
Fixes PR pkg/44191 by me.

(riz)

2008-06-07 17:28:11 UTC MAIN commitmail json YAML