Commit graph

7223 commits

Author SHA1 Message Date
obache
e088190ca3 some clean up:
Makefile
* xmlto is just required to docbook_docs, move dependency to `doc' option.
* remove buildlinking to gobject-introspection, it is alrady in option.mk
  conditionally.
* gdk_pixbuf2 is really requied by this package, drop specification of `build'
  dependency.
* exactly specify required glib2 version.
* from NEWS, libnotify>=7.0 use GBus instead of dbus-glib, so drop dependency
  on dbus and dbus-glib.
* change dependency on gtk3 to `build',  it is just required to test build.

buildlink3.mk
* change ABI_DEPENDS to reasonable version.
* drop `doc' and `introspection' option condition handling , it will not affect
  to packages usind this file or should be handled packages by themselves.
* drop buildlinking to dbus and dbus-glib and add to gdk-pixbuf2, same reason
  as Makefile.

options.mk
* gtk-doc documents are already in release taball, so dtk-doc is not required
  to build, reuse as docbook-docs to match PLIST.doc condition.
* exactly specify required gobject introspection version.

Bump PKGREVISION.
2013-04-22 12:33:47 +00:00
rodent
35928aa654 BUILDLINK_DEPMETHOD.gdk-pixbuf2?=build instead of =build. 2013-04-22 11:58:14 +00:00
rodent
e50ecf6713 BUILD_DEPENDS -> BUILDLINK_DEPMETHOD=build for graphics/gdk-pixbuf2 and
include its buildlink3.mk
2013-04-22 11:24:52 +00:00
imil
113f591073 add & enable monitoring 2013-04-22 09:40:33 +00:00
imil
8129a42716 Initial import of monitoring, version 0.9.5, into the NetBSD Packages
Collection.

Monitoring is an API with a DSL feel to write monitoring daemons in Python.

Monitoring works well for the following tasks:

* to be notified when incidents happen (email, XMPP, ZeroMQ...)
* automatic actions to be taken (restart, rm, git pull...)
* to collect system statistics for further processing e.g. graphs
* tie into existing/third-party Python code
* play along nicely with existing deployment/configuration ecosystem
  (fabric/cuisine)

Overview

* monitoring DSL: declarative programming to define monitoring strategy
* wide spectrum: from data collection and incident reporting to taking
  automatic actions
* Small, easy to read, a single file API
* Revised BSD License

Use Cases

* ensure service availability: test and start/stop when problems
* collect system statistics/data, log locally and/or remotely
* alert on system/service health, take actions
2013-04-22 09:39:21 +00:00
imil
0c0845f4f3 add & enable cuisine 2013-04-21 21:32:35 +00:00
imil
b28d5b041a Initial import of cuisine, version 0.5.8, into the NetBSD Packages Collection.
Fabric is an incredible tool to automate administration of remote machines.
As Fabric's functions are rather low-level, you'll probably quickly see a need
for more high-level functions such as add/remove users and groups,
install/upgrade packages, etc.

Cuisine is a small set of functions that sit on top of Fabric, to abstract
common administration operations such as file/dir operations, user/group
creation, package install/upgrade, making it easier to write portable
administration and deployment scripts.

Cuisine's features are:

* Small, easy to read, a single file API:
  <object>_<operation>() e.g. dir_exists(location) tells if there is a
  remote directory at the given location.
* Covers file/dir operations, user/group operations, package operations
* Text processing and template functions
* All functions are lazy: they will actually only do things when the change
  is required.
2013-04-21 21:31:34 +00:00
ryoon
64a39f55b8 Add p5-Sys-Syslog 2013-04-21 13:10:27 +00:00
ryoon
f1cfcdceed Import p5-Sys-Syslog-0.32 as sysutils/p5-Sys-Syslog.
Sys::Syslog is an interface to the UNIX syslog(3) program.

Call syslog() with a string priority and a list of printf() args just like
syslog(3).
2013-04-21 13:09:32 +00:00
rodent
d7b69250bd Adding latest version of libnotify as libnotify07. Setting libnotify and
libnotify07 to conflict with each other. Resolves PR pkg/47441
2013-04-21 00:50:03 +00:00
dholland
0626e9faf5 Fix broken build on netbsd-5. 2013-04-20 21:48:47 +00:00
prlw1
26af6de62b Avoid compilation error caused by use of deprecated GStaticMutex API 2013-04-19 20:02:22 +00:00
drochner
2ed35c70e8 update to 20120222
changes: newer ucode for cpuid 0x306a9
2013-04-19 15:34:30 +00:00
bouyer
57b0d7af39 Add patch from Xen security advisory:
http://lists.xen.org/archives/html/xen-announce/2013-02/msg00005.html
2013-04-19 14:03:51 +00:00
bouyer
515421134c Add patches from Xen security advisory:
http://lists.xen.org/archives/html/xen-announce/2013-04/msg00000.html
http://lists.xen.org/archives/html/xen-announce/2013-04/msg00005.html
http://lists.xen.org/archives/html/xen-announce/2013-04/msg00006.html

bump PKGREVISION
2013-04-19 14:02:45 +00:00
wiz
7b27500ab8 + entr. 2013-04-19 07:57:23 +00:00
wiz
ebf6867862 Import entr-1.9 as sysutils/entr.
The Event Notify Test Runner is a general-purpose UNIX utility
intended to make rapid feedback and automated testing natural and
completely ordinary.
2013-04-19 07:57:12 +00:00
wiz
91e5341caf Remove patches, moved to patch-foo.bar during recent changes 2013-04-18 07:19:54 +00:00
riz
5c3faecc1c 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
2013-04-13 17:51:57 +00:00
ghen
4e07fc48b5 Hand in maintainership. 2013-04-13 07:55:01 +00:00
joerg
e441ebed12 Allow building Xen infrastructure with Clang. Fix various bugs in
xenkernel3, xenkernel41, xentools3 and xentools41 exposed by Clang
default warnings. Bump revisions for those.
2013-04-11 19:57:51 +00:00
drochner
9677f5db4c update to 0.6.21
changes:
-many fixes
-new option: Generate encrypted backups without revealing the user's
 key id via option --hidden-encrypt-key
-translation updates
-cleanup, doc improvement

pkgsrc changes:
-added option to use gnupg2
-drop py-boto dependency -- if we had a dependency for each possible
 backend, it would be just too much. add a MESSAGE pointing to
 some options and information
-minor cleanup
2013-04-11 16:27:45 +00:00
tonnerre
419161d011 Update Puppet to version 3.1.1 (from 0.25.5!).
Changes are extremely numerous, but your old Puppet rules should still work.
2013-04-10 21:10:54 +00:00
wiz
b89d2d2f49 Updat to 1.6.0:
Version 1.6.0
  - Re-org of code into multiple files, split HTML and Unix listdir() into
    separate functions, various code cleanups and optimizations.
  - Fixed a memory leak in listdir() when memory was allocated early and not
    freed before function exit.
  - Fixed possible buffer overflow where symbolic links are followed.
  - Fixed links printing "argetm" before the name of the link when the LINK
    setting for DIR_COLORS is set to target (Markus Schnalke
    <meillo@marmaro.de>)
  - More fully support dir colors -- added support for su, sg, tw, ow, & st
    options (and "do" in theory).
  - Use the environment variable "TREE_COLORS" instead of "LS_COLORS" for
    color information if it exists.
  - Added --si flag to print filesizes in SI (powers of 1000) units (Ulrich
    Eckhardt)
  - Added -Q to quote filenames in double quotes.  Does not override -N or -q.
  - Control characters are no longer printed in carrot notation, but as
    backslashed octal, ala ls, except for codes 7-13 which are printed as
    \a, \b, \t, \n, \v, \f and \r respectively. Spaces and backslashes are
    also now backslashed as per ls, for better input to scripts unless -Q
    is in use (where "'s are backslashed.) (Ujjwal Kumar)
  - Added -U for unsorted listings (directory order).
  - Added -c for sorting by last status change (ala ls -c).
  - --dirsfirst is now a meta-sort and does not override -c, -v, -r or -t, but
    is disabled by -U.
  - After many requests, added the ability to process the entire tree before
    emitting output.  Used for the new options --du, which works like the du
    command: sums the amount of space under each directory and prints a total
    amount used in the report and the --prune option which will prune all empty
    directories from the output (makes the -P option output much more readable.)
    It should be noted that this will be slow to output when processing large
    directory trees and can consume copious amounts of memory, use at your own
    peril.
  - Added -X option to emit the directory tree in XML format (turns colorization
    off always.)
  - Added --timefmt option to specify the format of time display (implies -D).
    Uses the strftime format.

Version 1.5.3
  - Properly quote directories for the system command when tree is relaunched
    using the -R option.
  - Fixed possible indentation problem if dirs[*] is not properly zeroed
    (Martin Nagy).
  - Use strcoll() instead of strcmp() to sort files based on locale if set.
  - Change "const static" to "static const" to remove some compiler warnings
    for Solaris (Kamaraju Kusumanchi).
  - Actually use TREE_CHARSET if it's defined.
  - Automatically select UTF-8 charset if TREE_CHARSET is not set, and the
    locale is set to *UTF-8 (overridden with --charset option.)

Version 1.5.2.2
  - Set locale before checking MB_CUR_MAX.
  - Added HP-NonStop platform support (Craig McDaniel <craigmcd@gmail.com>)
  - Fixed to support 32 bit UID/GIDs.
  - Added Solaris build options to Makefile (edit and uncomment to use).
    Provided by Wang Quanhong

Version 1.5.2.1
  - Added strverscmp.c file for os's without strverscmp.  Source file is
    attributed to: Jean-Franois Bignolles <bignolle@ecoledoc.ibp.fr>
  - Try different approach to MB_CUR_MAX problem.
  - Changed the argument to printit() to be signed char to avoid warnings.

Version 1.5.2
  - Added --filelimit X option to not descend directories that have more than
    X number of files in them.
  - Added -v option for version sorting (also called natural sorting) ala ls.

Version 1.5.1.2
  - Fixed compile issues related to MB_CUR_MAX on non-linux machines.
  - Removed unecessary features.h
2013-04-10 10:46:24 +00:00
rodent
2ab539dcf6 Remove "Trailing empty lines." and/or "Trailing white-space." 2013-04-08 11:17:08 +00:00
rodent
56d0e89eec Edited DESCR in the case of:
File too long (should be no more than 24 lines).
 Line too long (should be no more than 80 characters).
 Trailing empty lines.
 Trailing white-space.
Trucated the long files as best as possible while preserving the most info
contained in them.
2013-04-07 20:49:31 +00:00
obache
3b599d8900 Update ruby-notify to 0.5.1.
0.5.1
* Add icon option to notify-send and kdialog
* Allow app_name in Growl notifications
0.5.0
* Fix ruby-growl adapter to work with new Growl protocol
2013-04-07 10:57:19 +00:00
rodent
adda884d44 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
rodent
0fe51336d1 Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00
rodent
984edc33c6 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
rodent
6b77282820 'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06 14:58:18 +00:00
rodent
08ea36c674 "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
rodent
793236d9b1 Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
rodent
d590887fa3 "This line belongs inside the .ifdef block." 2013-04-06 13:46:33 +00:00
rodent
c7bcd8cac1 'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
2013-04-06 13:01:26 +00:00
rodent
509f50ade4 "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
2013-04-06 12:03:59 +00:00
rodent
9e9ea691d1 "$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo if
you mean a shell variable."
2013-04-06 11:39:25 +00:00
markd
55346385e9 Update to 2.7.4
- Fix a possible segfault
- Add a scalable icon
- Support empty sparse file
- Disable the PacMan animation
- Let total size be the sum of total size
- Fix a valgrind warning
2013-04-06 11:01:00 +00:00
rodent
36fb76ec5b 'Please use "${TEST}" instead of "test".' 2013-04-06 04:11:44 +00:00
rodent
5ab6118cf0 "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." 2013-04-06 04:07:24 +00:00
rodent
b0587df2a1 Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
rodent
d5b8db3018 Update py-notify to 0.2.1. Resolves PR pkg/47698.
From http://download.gna.org/py-notify/:

"Releases in 0.1 development branch are still available on a separate page
for historical purposes. There is no reason to use them in production:
current stable 0.2 is both bug-free and faster, and more features can be
found in 0.3 development releases."

Package no longer needs buildlink3.mk file, as there is no shared library
installed. PLIST has many entries in PYSITELIB. Package uses PYDISTUTILS
to handle everything. pkg-config, libtool, and gmake are no longer needed.
HOMEPAGE and MASTER_SITES were updated. Added LICENSE. Passes pkglint.
2013-04-05 11:10:12 +00:00
markd
2b6107f18f Adjust for kde 4.10.2. Bump PKGREVISION 2013-04-03 12:27:58 +00:00
markd
8a704957fe Update to KDE SC 4.10.2
bugfixes, other quality improvements, new and improved KDE Applications
2013-04-03 10:51:43 +00:00
joerg
2bc7d2e0ec Fails on a fast build machine with MAKE_JOBS=4 and SSD. 2013-04-01 12:33:04 +00:00
joerg
121b8c58be The libvmCheck functionality is needed inside libguestlib, so make it
and the required libvmSignal a convience library. Sort out users.
Bump revision.
2013-04-01 12:25:16 +00:00
obache
48f1af76ee missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
joerg
196c867805 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
joerg
68a7697f3b Match return types and return usage. 2013-03-28 21:39:32 +00:00
hauke
62884f3c86 Remove for-debugging .include. 2013-03-26 14:38:11 +00:00
hauke
1008a8e62d Upstream patches do not fix PR pkg/46555, so don't attempt to build on
64 bit time_t NetBSD.
2013-03-26 14:35:00 +00:00
sbd
5b44fa2e2b Only run the post-install target if it's needed. 2013-03-25 09:52:33 +00:00
joerg
5426e8abe3 Add forgotten patch to fix build. 2013-03-24 16:46:37 +00:00
joerg
58b54aa372 Don't pollute /tmp and mysteriously fail, if the directory is still
populated from an earlier build.
2013-03-23 10:17:18 +00:00
joerg
e072e623df Regen. 2013-03-23 10:16:29 +00:00
jperkin
b253802fef Ensure the Darwin libiconv_open hack is only applied when using the
native iconv.
2013-03-18 14:01:24 +00:00
taca
aac1b817dd Update ruby-facter to 1.6.18.
Changes aren't available.
2013-03-17 15:59:54 +00:00
wiz
71cd0c595b Update to 0.100.2: documentation updates. 2013-03-15 22:09:12 +00:00
is
f39296d487 Make oxenstored (more) usable, as originally researched by
Aaron J. Grier, with implementation changes by myself:

- rules to add the run-time path correctly when building shared versions
  of libraries. Using -dllpath to ocamlmklib for this - ',' would need
  to be clumsily escaped from gmake.

  (This also needs a patched ocamlmklib - from ocaml 4.00.1nb2 -
  that has -elfmode which prevents -L paths being added to the
  run-time path).

- Path fixes, but not using fixed paths as originally proposed,
  but the SUBST framework.

- Trim whitespace off a numeric string read out of the kernel.
  Instead of open coding the function, use String.trim, as the
  String library is used, anyway. (available in ocaml >= 4.00.1)
2013-03-15 16:10:57 +00:00
kim
4e1200865e Revive MASTER_SITES.
Use PKGMANDIR.
2013-03-14 16:47:44 +00:00
kim
7966fc1bad Revive MASTER_SITES.
Use MAKE_FLAGS instead of appending flags to *_TARGET.
2013-03-14 16:09:20 +00:00
wiz
434e8dc6e2 Update HOMEPAGE. 2013-03-14 15:11:11 +00:00
kim
7f2c27ed4c BUILD_MAKE_FLAGS and INSTALL_MAKE_FLAGS can be merged into MAKE_FLAGS
thanks to patch-aa adding DESTDIR in the install target paths in
the distribution Makefile.
2013-03-14 14:25:31 +00:00
kim
1c59a9b61d Revive MASTER_SITES. 2013-03-14 14:19:52 +00:00
kim
a99079f6f6 Revive MASTER_SITES.
Upgrade to version 2.0:
- Canonicalize x86_64 to amd64.
- Canonicalize i86pc to i386.
- Implement a -format option in favor of the plethora of element selectors.
- Add -group, -release and -relgroup.
- Use lsb_release(1) on systems with Linux kernels to determine operating
  system name (use the distribution ID).
- Handle Fedora, Mandriva, RedHat and SuSE.
- Handle Mac OS X.
- Handle Cygwin (at least on XP).
2013-03-14 13:03:47 +00:00
kim
61acf2d702 Revive MASTER_SITES.
Fix DESTDIR build.
2013-03-14 12:32:51 +00:00
kim
8b89243d51 Revive MASTER_SITES 2013-03-14 12:27:35 +00:00
gls
c24c114bff Update sysutils/fabric to 1.6.0.
pkgsrc changes:
---------------
- Update dependency to py-paramiko to 1.10.0

upstream changes:
-----------------

2013-03-01: released Fabric 1.6.0

2013-03-01: released Fabric 1.5.4

[Bug] #844: Account for SSH config overhaul in Paramiko 1.10 by e.g.
updating treatment of IdentityFile to handle multiple values.
This and related SSH config parsing changes are backwards
incompatible; we are including them in this release because they do fix
incorrect, off-spec behavior.

[Bug] #843: Ensure string pool_size values get run through int() before
deriving final result (stdlib min() has odd behavior here...).
Thanks to Chris Kastorff for the catch.

[Bug] #839: Fix bug in rsync_project where IPv6 address were not always
correctly detected. Thanks to Antonio Barrero for catch & patch.

[Bug] #587: Warn instead of aborting when env.use_ssh_config is True but
the configured SSH conf file doesn't exist. This allows multi-user
fabfiles to enable SSH config without causing hard stops for users lacking
SSH configs. Thanks to Rodrigo Pimentel for the report.

[Feature] #821: Add remote_tunnel to allow reverse SSH tunneling
 (exposing locally-visible network ports to the remote end).
Thanks to Giovanni Bajo for the patch.

[Feature] #823: Add env.remote_interrupt which controls whether Ctrl-C is
forwarded to the remote end or is captured locally
(previously, only the latter behavior was implemented).
Thanks to Geert Jansen for the patch.
2013-03-13 20:36:26 +00:00
khorben
f5f8fad0a3 Packaged DeforaOS Browser 0.4.11, with:
- new "favorites" plug-in;
- mouse event handling on the desktop set as optional;
- possibility to open browser windows with specific views by default;
- additional minor fixes and improvements.
2013-03-13 20:14:53 +00:00
obache
19971e1353 Update user_cygwin to 20130313.
* let verbose output to stderr, so that such output is mixed to the command
  output (for example, using redirect).
* avoid to use `flock', it is not a part of base.
* useradd
  * add skel support
  * set homedir properly
  * avoid to try dropping from "Users" when uid=gid (pseudo group as user).
  * also chgrp gid for created homedir.
* userdel
  * catch up error correctly when trying to delete Windows users.
2013-03-13 12:35:15 +00:00
obache
362b55b950 Add system directory to PATH. 2013-03-12 05:41:39 +00:00
jmmv
c6fa7e057b Fix host specification in rsync example. 2013-03-08 19:37:17 +00:00
jmmv
0e586b3cac Update to 1.1:
- Depend on sysbuild-2.5.
- Add a sample post_build_hook to the default configuration file.
2013-03-08 17:49:30 +00:00
jmmv
b54b7e2ded Update to 2.5:
- Added support for pre/post fetch/build hooks so that, for example, rsync
  can be used to push the results of a successful build to a remote server.
2013-03-08 17:47:25 +00:00
obache
214143f7ba Update logrotate to 3.8.3.
PR pkg/47581 by Nils Ratusznik.

3.8.2 -> 3.8.3
	- Fixed setting "size" bigger than 4GB on 32bit architectures
	- Do not overwrite mode set by "create" option when using ACL. "create"
	  directive is now not mixed up with ACLs. If you use "create" in config
	  file and log file has some ACLs set, ACLs are not kept and are
	  overwritten by the mode set in "create" directive.
	- Mode argument in "create" directive can be omitted. Only owner and group
	  is set in this case. Check man page for more info.
2013-03-07 12:58:11 +00:00
obache
a6737518b3 Update cygwin_user to 20130307.
allow to add/del group-as-user.
2013-03-07 12:25:06 +00:00
obache
288e7989fe + user_cygwin 2013-03-06 12:38:41 +00:00
obache
755b0be986 Import user-20130306 as sysutils/user_cygwin.
This implements a subset of useradd(8)/groupadd(8) functionality on
Cygwin that is sufficient for pkgsrc use.
2013-03-06 12:37:15 +00:00
khorben
cffd1354c0 Updated DeforaOS Browser 0.4.10, with:
- improvements to icons (emblems, type associations...)
- differentiated directory icons (pictures, videos...)
- fixes to the git and subversion plug-ins (when adding files)
- support for URLs and directories as desktop entries (homescreen)
- additional improvements when handling desktop entries
- some fixes to the user interface (back/forward buttons...)
- additional minor fixes (internal dependencies...)
2013-03-05 00:06:39 +00:00
wiz
362d853ff8 Revert agpl3 rename.
Requested by gdt.

pkgsrc policy: file names per OSI, not per default-allowed set.
2013-03-04 21:57:21 +00:00
wiz
6215aa9ecc Adapt license name. 2013-03-03 23:53:45 +00:00
shattered
c1e3d6b21b Update to 1.16. Changes:
* Added new option '-K, --skip-size'.
* Added new option '-T, --timeout'.
* Maximum skip size is now limited to 1% of infile size or 1 GiB.
* Set current_pos to end of block when reading backwards.
* The '-E, --max-error-rate' option now checks the rate of actually
  failed reads, not the growth of error size.
2013-03-03 11:19:56 +00:00
joerg
dccf8005bd NetBSD/current needs _KMEMUSER. 2013-03-03 04:53:00 +00:00
joerg
cd68d98793 munich group must exist for install to work. 2013-03-03 01:10:15 +00:00
joerg
52903b6830 Requires _KMEMUSER on NetBSD/current. 2013-03-03 01:09:55 +00:00
wiz
e09b524d57 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
joerg
60549bf838 Consistently return values from non-void functions. 2013-03-02 17:56:13 +00:00
joerg
252e28a9c6 ANSIfy do_work. 2013-03-02 17:55:27 +00:00
tron
d8972f7297 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
khorben
c767bbec69 deforaos-terminal needs docbook-xsl while building (for its documentation)
Spotted by joerg@, thanks
2013-02-27 22:19:09 +00:00
hubertf
2fe38ef1b4 Fix 'service' module not to hang when starting mysql.
Bump version to 1.0nb1, also sent upstream
2013-02-27 12:32:06 +00:00
wiz
1c2e3837cd Update to 3.01a13:
All:

-	include/schily/stat.h now contains macros to set the nanoseconds
	in timestamps in a OS independent way

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	mkisofs now identifies itdelf by default (inside the APPID string)
	as being UDF capable.

-	mkisofs now sets link count and "unique id" == inode number for files.
	Note that this may still not result in useful hardlinked files on all
	platforms as e.g. Solaris and Linux ignore the UDF unique ID and rather
	use the location of the file_entry as inode number. This will never
	return the same number for different filenames that point to the
	same file data and thus prevents hard linked files from being visible.

	This is however not a Solaris problem, the problem is rather in the
	UDF standard that does not require the unique id to be in a 32 bit
	range as long as the media size is = 8 TB. Note that 32 bit UNIX
	programs cannot access files with an inode number that cannot be
	expressed as 32 bit number, so inode numbers that do not fit into
	32 bits may cause problems. Ths only way to work around this problem
	would be to enance the Solaris and Linux UDF filesystem module to
	recognize whether a filesystem has been created by mkisofs that grants
	useful inode numbers. The same is already done for ISO-9660.

-	mkisofs now supports additional file types with UDF:

	-	named pipes
	-	sockets
	-	character devices
	-	block devices

-	mkisofs now supports all three UNIX times with microsecond granularity in UDF

-	mkisofs now sets correct user/group/permission for symlinks in UDF

-	mkisofs now supports S_ISUID, S_ISGID, S_ISVTX (set uid, set gid, sticky) in UDF
2013-02-27 08:40:37 +00:00
riz
82daa6d108 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.
2013-02-26 20:11:02 +00:00
riz
19ba03ef9b Some fixes for the package:
- install manpages
- replace "etc" with PKG_SYSCONFDIR in a number of locations
- replace "usr/share" with @PREFIX@/share in some places
- do some cleanup so things install with PKG_DEVELOPER set.
2013-02-26 17:42:59 +00:00
jperkin
8e67541c75 Add an explicit -lgmodule-2.0 for Solaris.
Fixes package build.
2013-02-26 16:16:08 +00:00
jperkin
bbe80994dd Implement stubs for missing functions on Solaris. This at least gets us a
working package - help fleshing them out with actual data is appreciated.
2013-02-26 15:54:16 +00:00
joerg
38eb84256f Fix dependencies. 2013-02-26 10:17:55 +00:00
hubertf
e407d70822 Add & enable euca2ools 2013-02-26 00:19:36 +00:00
hubertf
65698c3350 Add euca2ools-2.1.2:
Euca2ools are command line tools for interacting with Amazon Web
Services (AWS) and other AWS-compatible web services, such as
Eucalyptus and OpenStack.

Uses Python, no Java.
2013-02-26 00:19:05 +00:00
hubertf
620da11ff5 add & enable ansible 2013-02-26 00:14:04 +00:00
hubertf
261a95d03a Add ansible-1.0:
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
2013-02-26 00:13:00 +00:00
khorben
757f192b7f Added sysutils/deforaos-terminal 2013-02-24 16:02:13 +00:00
khorben
070bfc0a29 deforaos-terminal currently has a run-time dependency on x11/xterm 2013-02-24 16:01:18 +00:00
khorben
ac93def9d1 Seems to conflict with xfce4-terminal at the moment unfortunately 2013-02-24 15:59:12 +00:00
khorben
4106bf85c7 Added sysutils/deforaos-terminal, version 0.0.0
DeforaOS Terminal is a terminal emulator, embedding xterm within a Gtk+ interface. It supports multiple tabs and windows.
2013-02-24 15:48:28 +00:00
jperkin
a843f113c2 Re-arrange include ordering. Fixes build on SunOS. 2013-02-22 21:38:06 +00:00
wiz
a9dd0ddede When using clang, set ACTIVE_CC so the share/mk Makefiles know
which flags to suppress (in particular e.g. -Wno-traditional,
which isn't recognized and breaks the build with clang).
2013-02-21 07:58:21 +00:00
dillo
1ebbc6d39b Fix path to default status file. 2013-02-20 09:20:28 +00:00
fhajny
4582b96b5f Fix silly PLIST mistake, no revision bump needed 2013-02-20 08:36:34 +00:00
drochner
46843a48e1 update to 0.100.1
changes:
-dbus-gproxy: Verify sender of NameOwnerChanged signals to be o.f.DBus
 fixes possible security bypass (CVE-2013-0292)
-minor fixes/cleanup
2013-02-18 11:51:21 +00:00
fhajny
5598fd276a Update cfengine to 3.4.2, fixes PR/47249
Too many changes, see changelog upstream:

https://github.com/cfengine/core/blob/master/ChangeLog

New dependencies - tokyocabinet *or* qdbm, support for optional
MySQL or PostgreSQL bindings.
2013-02-17 16:15:42 +00:00
shattered
1db1425676 Set license. 2013-02-17 12:19:11 +00:00
jperkin
545714dc9c Need -lsocket on Solaris. 2013-02-17 11:16:56 +00:00
jdf
c35a5139a2 patches/patch-ac has been applied by upstream. 2013-02-16 17:37:01 +00:00
jdf
f9d0ffbc81 Bring sysutils/ups-nut to version 2.6.5.
patches/patch-ac has been applied by upstream.
2013-02-16 17:34:58 +00:00
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
63be13c921 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
ab373a817a Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
jmmv
2946622899 Fix typo. Reported by reed@ in private mail. 2013-02-16 11:17:19 +00:00
wiz
22408df40e Update to 3.01a12:
All:

-	The Schily makefilesystem now supports CC++_COM for all platforms to
	allow to overwrite the low level command for the C++-compiler.

Libschily:

-	libschily::fexecv() now allows to use the parameter "ac" with the
	value -1 to indicate that the arg count is to be determined by the
	NULL pointer at the end of the arg list.

Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):

-	cdda2wav now only prints "load cdrom please and press enter" once
	per line and does not repeat the text for garbage characters that
	have been in stdin. Thanks to Phi Tran from Oracle for reporting.

Readcd:

-	avoid a GCC warning when compiling readcd.c

Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):

-	mkisofs now reserves more space for the file names to avoid a
	path buffer overrun

-	Fixed a bug that caused to put more than one UDF direcory entry for a file
	in case that the file is a ISO-0660 multi-segment file.

-	Fixed a bug that caused the wrong start sector address to be used for UDF
	in case that the file is a ISO-9660 multi-segment file and the -sort option
	was used.
2013-02-12 09:58:05 +00:00
taca
acb1dc59b7 Update capistrano to 2.14.2.
## 2.14.1 (tentative) / January 10 2013

## 2.14.0 / January 9 2013

* Removed ui.output_cols limit of 80 chars (@aussielunix)
* Added :p4charset variable for Perforce command line (@randyinla)
* Added support for rolling back assets, and removing expired assets (@ndbroadbent)
* Merged in `capistrano_colors` gem, and renamed to 'log_formatters', since it does much more than just colors
  (@ndbroadbent)
* Use more intelligence in setting the :scm variable based on known version control directory names (@czarneckid)
* Remove the deploy:web:{disable, enable} tasks (@carsomyr)
* Group finalize_update shell commands into one command, harden shell calls with #shellescape, and separate arguments
  with -- (@ndbroadbent)
2013-02-11 04:17:38 +00:00
taca
044667fc8a Update ruby-facter to 1.6.17.
Exact changes are unavailable.
2013-02-11 04:16:46 +00:00
taca
9f352f3285 Update ruby-fssm to 0.2.10.
A few bug fixes, includeing remove of the deprecation message.
2013-02-11 04:14:58 +00:00
gls
2cd81d357f Update sysutils/fabric to 1.5.3
Upstream changes:
-----------------

[Bug] #806: Force strings given to getpass during password prompts to be
ASCII, to prevent issues on some platforms when Unicode is encountered.
Thanks to Alex Louden for the patch.

[Feature] #805: Update shell_env to play nice with Windows (7, at least)
systems. Thanks to Fernando Macedo for the patch.

[Bug] #654: Parallel runs whose sum total of returned data was large
(e.g. large return values from the task, or simply a large number of hosts
in the host list) were causing frustrating hangs. This has been fixed.

[Bug] #791: Cast reboot`s wait parameter to a numeric type in case the
caller submitted a string by mistake. Thanks to Thomas Schreiber for the
patch.
2013-02-10 16:15:07 +00:00
markd
12d50c119e Update to 0.7.8
0.7.8 (2013-02-05)
 - Fix xpm and xbm index.
 - Extract tracknumber and track count from a value like "03/16".
 - Fixed indexing of m3u files.
 - Fix FLAC Files: Remove addtional 'db' in replaygain
 - Fix: flac analizer was importing only one artist tag.
 - Fix: non numeric genres in id3 v2 mp3 are ignored.
 - Fix parsing of genre field in id3v2 tags
 - Change: TPE2 tag it's used as nmm:albumArtist instead as nmm:performer
   in ID3 analyzer.
 - Change: added support to TRACKTOTAL tag as an equivalent to TRACKCOUNT
   in FLAC analyzer.
 - C++11 fixes
 - Let the strigi ffmpeg plugin compile on modern ffmpeg versions.
 - Simeon Bird (Let the ffmpeg analyser deal with files with have track
   numbers with a / in them)
 - Remove dependency on boost.
 - Use GNUInstallDirs in order to install into lib64 automatically
 - Install a version file for the CMake config module
 - Allow the Strigi submodules to be installed in custom prefixes.
2013-02-09 22:32:45 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
jperkin
7cbb9ad82e PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
markd
dd8db9a51a Update to 0.7.7 - based on patches from Jaap Boender
0.7.7 (2011-12-07)
 - Many nepomuk field name fixes
 - More accurate file format check for tar files
 - Better checking of bounds in OLE files.
 - Increase performance of default file input stream.
 - Check for surrogate pairs in UTF-8 strings.
 - Improve ID3 analyzer: skip zero padding before mp3 stream to
   handle typical LAME output, implement unsynchronization flag handling
 - Properly finish child indexing in all analyzers.
0.7.6 (2011-07-26)
 - Fix build with clucene 2.3
 - Use the deprecated function av_metadata_get for libffmpeg
 - Improved child indexing
 - Convert the DateTime field in EXIF data to a time_t value.
 - Move DigestEventAnalyzer to a plugin.
0.7.5
 - Synchronize the modules. In 0.7.4, the modules were not synchronized.
0.7.4
 - Disable building strigidaemon and strigiclient on windows
 - Support more feature of Strigi Query in the CLucene backend.
 - Fix premature EOF condition in PDF parser.
 - Make discovering of invalid characters in checkHeader more compliant
   to RFC822.
 - Improvements to movie analysers that use ffmpeg.
 - Fix a bug where width and height of certain JPG files are not shown.
 - Fixes to libstreams to avoid crashes.
 - Improved Nepomuk compliance.
 - Faster reading of streams with SkippingFileInputStream and
   MMapFileInputStream.
 - Reorganize Strigi into smaller modules.
0.7.2
 - Improve cpp analyzer speed and output
 - Fix crash due to deep nesting of calls in pdf analyzer
 - Fix iconv use on Mac OS X
0.7.1
 - Support more fields from ODF documents
 - Improved skipping behavior on streams for large files.
 - Added album art support.
 - Added support for ID3v1 tags.
 - Added MP3 stream metadata extraction, UTF-16 support in tags.
 - Extended the range of metadata extracted by ID3 analyzer.
 - Added a FLAC audio file analyzer.
 - Significantly unbreak the PDF analyzer.
 - Fix scanning trees where permissions are insufficient to read some parts
 - Check for multithreaded version of libxml2
 - Require newer CLucene version (0.9.21)
0.7.0
 - Change to Nepomuk ontologies
 - Set file property for embedded ar streams. This fixes the opening
   of these streams in archivereader.
 - Instead of reading each .rdf file at once in memory and then parse
   it, use the libxml2 I/O API to read chunks of the file when requested.
 - The attribute value is not '\0' terminated but has a pointer to the
   end of the string. In addition, string comparison was sped up by
   first comparing the string length.
0.6.5
 - Fix KDE bug 185551: Strigi now allows paths that start with protocol:/*
   like 'file:///' or 'remote:/'
 - Add a new function AnalysisResult::child(). This function allows an
   AnalysisResult instance to access the last child it has had indexed.
   This is needed for cases when a parent knows something about a child
   which the child does not know. In such cases the parent can call
   child()->addValue(...).
 - Adjust to the new library naming scheme in iconv-1.12
 - Implemented missing addTriplet method
 - Rewrite the implementation of ArchiveReader. The new implementation
   is more efficient in listing contents of directories. Now single
   directory entries can be returned without the need for reading the
   entire archive of which the directory is a part.
2013-02-04 20:21:08 +00:00
reed
bc067f9162 new package: sysutils/menu-cache 2013-01-31 03:28:51 +00:00
reed
5c8e8288af new package: menu-cache
The libmenu-cache library and its corresponding menu-cached daemon
are for creating and utilizing caches to speed up the manipulation
for freedesktop.org defined application menus.  It can be used as
a replacement of libgnome-menu of gnome-menus.
2013-01-31 03:25:53 +00:00
obache
9a71186a53 + di 2013-01-30 12:30:14 +00:00
obache
d1a0b9aaf1 Import di-4.34 as sysutils/di.
based on PR 47495 by Brad Lanam, some small fixes by me.

di is a disk information utility, displaying everything (and more)
that your df command does. It features the ability to display your
disk usage in whatever format you prefer. It also checks the user
and group quotas, so that the user sees the space available for
their use, not the system wide disk space.
2013-01-30 12:29:06 +00:00
wiz
b08ae97ed6 Fix for automake-1.13. 2013-01-26 22:07:42 +00:00
wiz
8456284947 Fix for NetBSD-current (-D_KMEMUSER). 2013-01-26 22:07:31 +00:00
wiz
5ccf324483 automake-1.13 compat. 2013-01-26 22:02:26 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
reed
982d120109 increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.
Also bump PKGREVISION for a few packages using it.

The packages I did this for:
net/yaz
lang/parrot
misc/openoffice3 (where I noticed the run-time failure due to missing shared library)
www/webkit-gtk
sysutils/open-vm-tools
inputmethod/ibus-qt

I didn't do this recursively or for all packages using icu
since I didn't know if they used the shared library directly,
some use was optional. The list of packages I didn't touch:
devel/devhelp
databases/idzebra
databases/sqlite3
devel/gnustep-base/
finance/gnucash
games/openttd
graphics/shotwell
lang/mono
meta-pkgs/boost
misc/calibre
misc/libreoffice
news/tin
textproc/php-intl
www/deforaos-surfer
www/epiphany
www/liferea-current
www/midori
2013-01-25 19:18:08 +00:00
wiz
8fbbe954af Fix build with automake-1.13. 2013-01-23 17:58:19 +00:00
wiz
6a3821f2ae Fix build with automake-1.13. 2013-01-23 17:26:27 +00:00
wiz
d84a53a3bc Fix build on NetBSD-current. 2013-01-22 21:57:45 +00:00
gls
c846a09e72 Update sysutils/fabric to 1.5.2.
Upstream changes:
-----------------

[Bug] #766: Use the variable name of a new-style fabric.tasks.Task subclass
object when the object name attribute is undefined.
Thanks to @todddeluca for the patch.

[Bug] #604: Fixed wrong treatment of backslashes in put operation when
uploading directory tree on Windows. Thanks to Jason Coombs for the catch
and @diresys & Oliver Janik for the patch. for the patch.

[Bug] #792: The newish shell_env context manager was incorrectly omitted
from the fabric.api import endpoint. This has been remedied.
Thanks to Vishal Rana for the catch.

[Bug] #775: Shell escaping was incorrectly applied to the value of $PATH
updates in our shell environment handling, causing (at the very least)
local binary paths to become inoperable in certain situations.
This has been fixed.

Added current host string to prompt abort error messages.
2013-01-21 20:44:06 +00:00
wiz
5a97a12ab7 Update to 3.01a11:
All:

-	The make program specific configuration files for the Schily Makefilesystem
	RULES/mk-.id (for SunPro make), RULES/mk-smake.id RULES/mk-gmake.id
	now include definitions for the macros:

	SPACE		A single space character (' ')
	NUMBER_SIGN	The ASCII number sing ('#')

	Note that the POSIX standard otherwise requires the make program
	to be unable to have the '#' appear in non-comment sections of
	Makefiles.

-	Try to work around an imprudent change in the file windef.h from
	Cygwin-1.7.17 (Autumn 2012) related to the type BOOL that makes
	windefs.h from the recent Cygwin no longer compatible to the
	original file from Microsoft. The fix is in include/schily/windows.h

	Thanks to Alain Hoang, Thomas Plank and others for reporting and
	help with getting a fix for the problem named above


Libschily:

-	Better comment in comerr.c to help to understand exit() code folding
	to 8 bits and how it may be avoided.

Libscg:

-	For newer Cygwin versions, we need  an own PACKED definition in
	libscg/scg/aspi-win32.h
2013-01-21 13:11:08 +00:00
drochner
be2d40292d oops, a patch was in the wrong sub-pkg
bump PKGREV
2013-01-20 15:21:54 +00:00
reed
1debd8c437 conflict with old package name.
using same PKGREVISION since was just a moment ago.
2013-01-19 21:57:48 +00:00
reed
ba8bc83a57 moved misc/git to sysutils/gnuit 2013-01-19 21:53:47 +00:00
reed
b0d5b5afb3 Moved misc/git to sysutils/gnuit.
Also renamed to gnuit.

Okayed on pkgsrc-users on Jan. 8.

I kept the PKGREVISION even though not needed.
Add PREV_PKGPATH and SUPERSEDES.
2013-01-19 21:52:43 +00:00
riastradh
1fb0eff89f sysutils/bacula needs Perl at run-time.
Replacing it by the build-time Perl tool and skipping the interpreter
check doesn't work so well.
2013-01-19 20:51:13 +00:00
drochner
f5a2a364e2 update to 4.1.4
changes:
-fixes for vulnerabilities integrated (were patched in pkgsrc)
-bug fixes and improvements
2013-01-18 11:27:43 +00:00
mef
84c5800989 Add comments on patches (from cvs log etc). 2013-01-18 00:34:30 +00:00
drochner
824f96abcd update to 4.1.4
changes:
-fixes for many vulnerabilities (were mostly patched in pkgsrc)
-bug fixes and improvements (almost 100 since Xen 4.1.3). Highlights are:
 -A fix for a long standing time management issue
 -Bug fixes for S3 (suspend to RAM) handling
 -Bug fixes for other low level system state handling

pkgsrc note:
fixes for CVE-2012-5634 (interrupt issue on IOMMU systems)
and CVE-2012-6075 (oversized packets from e1000 driver)
are already included
2013-01-17 19:37:54 +00:00
joerg
76d5ce8cf3 Fix unused attribute usage. 2013-01-17 16:03:45 +00:00
joerg
d9227a1654 Don't redefine local variables. 2013-01-17 16:03:01 +00:00
joerg
c5f665f2f6 Don't include uvm/uvm_object.h, it is for kernel-only use. 2013-01-15 15:30:56 +00:00
dholland
0325dac57e Teach this about NetBSD 5.1, 5.2, 6.0, and 6.99 to silence useless build
warnings.
2013-01-12 03:27:21 +00:00
joerg
8cb7b353d4 Needs _KMEMUSER on NetBSD/current 2013-01-11 23:34:09 +00:00
joerg
12576400e8 NetBSD/current needs uvm/uvm_extern.h 2013-01-11 23:33:35 +00:00
joerg
9d15fefc0a Use more void. 2013-01-11 23:32:38 +00:00
joerg
2eb1223d4f Requires sys/vmmeter.h on NetBSD/current 2013-01-11 23:31:14 +00:00
joerg
a1eb054b41 Requires _KMEMUSER on NetBSD/current 2013-01-11 23:30:39 +00:00
joerg
131d1b9ebe NetBSD/current requires uvm/uvm_extern.h and _KMEMUSER. 2013-01-11 23:30:17 +00:00
is
503e2b92fb There was some confusion over the download site; while the software's
homepage links to homepage-relative copies, the announcement e-mail
mentioned the GNU mirror network. This was noticed after reports about
spurious 403 errors came it. Changed to use MASTER_SITES_GNU.
2013-01-11 20:29:54 +00:00
joerg
57d645c30c Avoid conflict with log(3). 2013-01-11 13:31:05 +00:00
joerg
908653dec1 NetBSD/current needs explicit include of sys/vmmeter.h 2013-01-11 00:07:41 +00:00
joerg
28bdc9874d Explicitly tell the system headers that this wants to mook with KVM. 2013-01-11 00:06:53 +00:00
wiz
acaf083b4c Update to 3.8.2, from Nils Ratusznik via pkgsrc-wip.
Changes:
- show error and ignore config if '{' is not present after log files declaration
- support whitespaces in compressoptions directive
- support for tilde expansion in config files
- fixed mail sending for 'mailfirst', 'dateext' and 'delaycompress' combination
- do not use gzip/gunzip from /usr/local on Solaris
- Do not include alloca.h on NetBSD, since alloca() is declared in stdlib.h there
2013-01-10 18:16:29 +00:00
is
94a6a50e5c Update to mtools-4.0.18.
Improvements since the 4.0.17 release are:

        Fix for names of iconv encodings on AIX
        Fix mt_size_t on NetBSD
        Fixed compilation on Mingw
        Fixed doc (especially mformat)
        Fix mformat'ing of FAT12 filesystems with huge cluster sizes
        Minfo prints image file name in mformat command line if an image
        file name was given
        Always generate gzip-compressed RPMs, in order to remain
        compatible with older distributions
        Fixed buffer overflow with drive letter in mclasserase
2013-01-10 15:37:08 +00:00
wiz
2e330a8ed9 Bump PKGREVISION for tcl-itcl shlib path change. 2013-01-07 13:27:29 +00:00
ryoon
e58160e91f Fix build on OpenBSD/amd64 5.2.
* librt should not be linked.
2013-01-06 03:55:51 +00:00
dholland
8e48b9736e Improve previous change so it honors BACULA_DB. From Petar Bogdanovic. 2013-01-04 23:25:49 +00:00
jym
3e855394fa Specify a valid homedir for munin user, so that cron(8) does not
bail out trying to chdir(2) to a nonexistent $HOME when exec'ing
munin-cron.

ok joerg@
2012-12-31 02:12:07 +00:00
joerg
9c5765b7ec Always return a value from !void functions. 2012-12-25 21:02:56 +00:00
joerg
e64e9817da Fix tautologic compares. Add a few missing static specifiers for inline
functions. Don't use non-literal strings as format strings. Use z for
size_t on NetBSD. Fix inline assembler syntax of inl.
2012-12-25 21:02:14 +00:00
dholland
f7b8112a1b Apply patch from Noud de Brouwer in PR 47096 to fix build with current
poppler.
2012-12-23 03:23:48 +00:00
dholland
2c87d509cf Add patch comment (hi joerg) 2012-12-23 03:23:20 +00:00
joerg
8ae5041767 Pick up make_pair from the correct namespace. 2012-12-22 20:03:47 +00:00
dholland
fc00cc5a24 Fix PLIST for base package update. 2012-12-22 03:47:33 +00:00
joerg
6c1387f4c8 Fix template look up. Fix function pointer declaration. Don't compare
enums and strings. Bump revision.
2012-12-22 02:31:33 +00:00
dholland
ef2f3bcc8b Fix PLIST for base package update. 2012-12-22 02:21:42 +00:00
dholland
0173092db2 Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
dholland
a1599f6a16 Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
dholland
a5857eefc7 Fix PLIST for base package update. 2012-12-22 01:49:16 +00:00
dholland
daacc8a137 Regen patch for base package update. 2012-12-22 01:44:00 +00:00
dholland
0df6eade46 Fix PLIST for base package update. 2012-12-22 01:39:29 +00:00
dholland
dcad98b82d Regen patch for base package update. 2012-12-22 01:34:25 +00:00
dholland
d82466fa01 Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
dholland
d4d18fa145 Update PLIST after base package update. 2012-12-20 23:02:17 +00:00
joerg
ff0becb6b8 Create user and group before installation starts. 2012-12-20 21:42:46 +00:00
joerg
6bc4a4cb99 Fix return type of function to match the (missing) return values. 2012-12-20 21:37:37 +00:00
joerg
e166ba511a Make sure that mc's editor looks in the right directory for the Syntax
file. Bump revision.
2012-12-19 16:00:21 +00:00
jperkin
a672faeb64 Enable package on Solaris 11 and friends. 2012-12-19 14:05:26 +00:00
is
7e42662d61 Fix for DOS: XSA25 (CVE-2012-4544 / CVE-2012-2625) - dom0 memory exhaustion
possibility by uncompressing of domU kernels.

From upstream; only file paths changed to be relative to our WRKSRC.

ok'd by cegger@/wiz@.
2012-12-19 12:29:44 +00:00
wiz
2cbfce9c5a Update to 3.01a10 for the mkisofs regression (see last entry below).
NEW features of cdrtools-3.01a10:

This is the first localization step for cdrtools. All programs now (hopefully)
call gettext() for all strings that need localization.

-	The next step will include dgettext() calls for the libraries.

-	The following step will include the extracted strings

-	The last step will include German translations and install support
	for the resulting binary message object files.

All:

-	Add support for semi-static (preconfigured) include files for Android:
	include/schily/armv5tejl-linux-gcc/xconfig.h

-	New include files include/schily/err_*.h are used to encapsulate
	#error CPP statements that would otherwise always prevent compilation
	with K&R compilers.


Mkisofs (Maintained/enhanced by J

-	Revert a change to dvd_file.c::uniq() that was made because of a "valgrind"
	warning that claims illegal memory access. With the change from 3.01a09, mkisofs
	however does not deal correctly with DVD-Video padding, so the valgrind warning is
	wrong.
2012-12-18 07:58:05 +00:00
markd
60d83c6a5d Drop maintainership of kde3 packages. Haven't had any systems running
kde3 for a while.
2012-12-17 18:37:06 +00:00
obache
0604f9c500 Update dependency pattern.
Getopt::Long version 2.35 is in perl-5.8.8 CORE.

Bump PKGREVISION.
2012-12-17 13:25:57 +00:00
taca
44f986af45 Update ruby-facter to 1.6.16.
Exact changes are unknown.
2012-12-17 13:22:33 +00:00
taca
f41687558a Update capistrano to 2.13.5.
## 2.13.5 (tentative) / October 26 2012

* Merged in `capistrano_colors` gem, and renamed to 'log_formatters', since it does much more than just colors
  (@ndbroadbent)
* Use more intelligence in setting the :scm variable based on known version control directory names (@czarneckid)
* Remove the deploy:web:{disable, enable} tasks (@carsomyr)
* Group finalize_update shell commands into one command, harden shell calls with #shellescape, and separate arguments
  with -- (@ndbroadbent)
2012-12-17 13:20:39 +00:00
khorben
db3504a15a Added deforaos-browser version 0.4.9 2012-12-17 00:21:02 +00:00
khorben
3b6f7614df Imported wip/deforaos-browser, the DeforaOS file and desktop manager, under
sysutils/deforaos-browser (version 0.4.9)
2012-12-17 00:19:58 +00:00
dholland
f5294bdeca Add missing file, seen in both my test builds and John Marino's build. 2012-12-16 20:51:36 +00:00
wiz
880f99cd3e DESCR:
- Augment / update (text taken from
  <http://www.gnu.org/software/findutils/findutils.html>);

Makefile:
- augment `COMMENT';
- augment `LICENSE'.

From Bug Hunting.
2012-12-16 18:13:28 +00:00
wiz
2fc1a2cd44 - Update `DESCR' (text taken from http://www.gnu.org/software/mtools/,
with ``and Atari FAT'', a comma, and ``-inch'' added);
- augment `LICENSE'.

From Bug Hunting.
2012-12-16 18:09:46 +00:00
wiz
5e419781b4 - Update DESCR' file (text taken from old / new HOMEPAGE' home
page, but slightly modified (e.g., minus typos);
- update `HOMEPAGE';
- add `LICENSE'.

From Bug Hunting.
2012-12-16 17:55:24 +00:00
obache
6e518767d0 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
ryoon
f260763809 Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
wiz
a3bc69ed4c + slocate 2012-12-12 15:26:34 +00:00
wiz
80f16977a9 Import slocate-3.1 as sysutils/slocate, packaged for wip by diro, Adam Hoka,
poppnk.

Secure locate provides a secure way to index and quickly search for files on
your system. It uses incremental encoding just like GNU locate to compress
its database to make searching faster, but it will also check file permissions
and ownership so that users will not see files they do not have access to.
2012-12-12 15:24:17 +00:00
plunky
07e2356721 update to BlueZ hcidump 2.5:
This release fixes an issue maximum packet size for AMP controllers
 and adds support for the new BTSnoop data link type.
2012-12-12 11:32:08 +00:00
wiz
7d73272b0c Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
wiz
691f436635 Update to 3.01alpha09:
All:

-	Better support for Win32 sockets when using cl.exe

-	Avoid problems with the non-standard prototypes for link() unlink()
	read() and write() from cl.exe

-	Support for Pyro (a Syllable clone) was added.
	Thanks to Flemming H. S

Libschily:

-	Avoid warnings from cl.exe for libschily/gettimeofday.c

Libedc (Optimized by J

-	Some cstyle changes

Libmdigest:

-	Some cstyle changes

Libscg:

-	Some cstyle changes

Libmdigest:

-	CSTYLED comment added

Cdda2wav (Maintained/enhanced by J

-	Better handling of CLONE AREAs on newer Haiku versions.

-	Some cstyle changes

Mkisofs (Maintained/enhanced by J

-	Avoid to access illegal memory from dvd_file.c::uniq()

-	Avoid a 32 bit integer overflow while computing sector addresses for
	Rock Ridge CE entries.

-	A compile bug with QNX was corrected

-	A new option -ignore-error alows to continue on some errors.
2012-12-08 23:39:16 +00:00
jperkin
b17b53dc8e Add PKGGNUDIR support. 2012-12-06 11:38:19 +00:00
apb
f2931e9e4e SUBDIR+= salt-docs 2012-12-06 08:06:27 +00:00
apb
da77697c7b Add salt-docs package. This is the HTML documentation for sysutils/salt.
Current version is 0.10.5.
2012-12-06 08:04:39 +00:00
apb
c594dc317b Update salt from 0.9.5 to 0.10.5.
The new DESCR is taken from the "Introduction to Salt" at
<http://docs.saltstack.org/en/v0.10.5/topics/index.html>.

Here's a copy of the introductory paragraphs from the release notes
for all the intervening versions:

Salt 0.9.6 Release Notes
========================

Salt 0.9.6 is a release targeting a few bugs and changes. This is primarily
targeting an issue found in the names declaration in the state system. But a
few other bugs were also repaired, like missing support for grains in extmods.

Due to a conflict in distribution packaging msgpack will no longer be bundled
with Salt, and is required as a dependency.

Salt 0.9.7 Release Notes
========================

Salt 0.9.7 is here! The latest iteration of Salt brings more features and many
fixes. This release is a great refinement over 0.9.6, adding many conveniences
under the hood, as well as some features that make working with Salt much
better.

A few highlights include the new Job system, refinements to the requisite
system in states, the ``mod_init`` interface for states, external node
classification, search path to managed files in the file state, and refinements
and additions to dynamic module loading.

0.9.7 also introduces the long developed (and oft changed) unit test framework
and the initial unit tests.

Salt 0.9.8 Release Notes
========================

Salt 0.9.8 is a big step forward, with many additions and enhancements, as
well as a number of precursors to advanced future developments.

This version of Salt adds much more power to the command line, making the
old hard timeout issues a thing of the past and adds keyword argument
support. These additions are also available in the salt client api, making
the available api tools much more powerful.

The new pillar system allows for data to be stored on the master and
assigned to minions in a granular way similar to the state system. It also
allows flexibility for users who want to keep data out of their state tree
similar to 'external lookup' functionality in other tools.

A new way to extend requisites was added, the "requisite in" statement.
This makes adding requires or watch statements to external state decs
much easier.

Additions to requisites making them much more powerful have been added as well
as improved error checking for sls files in the state system. A new provider
system has been added to allow for redirecting what modules run in the
background for individual states.

Support for OpenSUSE has been added and support for Solaris has begun
serious development. Windows support has been significantly enhanced as well.

The matcher and target systems have received a great deal of attention. The
default behavior of grain matching has changed slightly to reflect the rest
of salt and the compound matcher system has been refined.

A number of impressive features with keyword arguments have been added to both
the cli and to the state system. This makes states much more powerful and
flexible while maintaining the simple configuration everyone loves.

The new batch size capability allows for executions to be rolled through a
group of targeted minions a percentage or specific number at a time. This
was added to prevent the "thundering herd" problem when targeting large
numbers of minions for things like service restarts or file downloads.

Salt 0.9.9 Release Notes
========================

0.9.9 is out and comes with some serious bug fixes and even more serious
features. This release is the last major feature release before 1.0.0 and
could be considered the 1.0.0 release candidate.

A few updates include more advanced kwargs support, the ability for salt
states to more safely configure a running salt minion, better job directory
management and the new state test interface.

Many new tests have been added as well, including the new minion swarm test
that allows for easier testing of Salt working with large groups of minions.
This means that if you have experienced stability issues with Salt before,
particularly in larger deployments, that these bugs have been tested for,
found, and killed.

Salt 0.10.0 Release Notes
=========================

0.10.0 has arrived! This release comes with MANY bug fixes, and new
capabilities which greatly enhance performance and reliability. This
release is primarily a bug fix release with many new tests and many repaired
bugs. This release also introduces a few new key features which were brought
in primarily to repair bugs and some limitations found in some of the
components of the original architecture.

Salt 0.10.2 Release Notes
=========================

0.10.2 is out! This release comes with enhancements to the pillar interface,
cleaner ways to access the salt-call capabilities in the API, minion data
caching and the event system has been added to salt minions.

There have also been updates to the zeromq functions, many more tests
(thanks to sponsors, the code sprint and many contributors) and a swath
of bug fixes.

Salt 0.10.3 Release Notes
=========================

The latest taste of Salt has come, this release has many fixes and feature
additions. Modifications have been made to make ZeroMQ connections more
reliable, the begining of the ACL system is in place, a new command line
parsing system has been added, dynamic module distribution has become more
environment aware, the new `master_finger` option and many more!

Salt 0.10.4 Release Notes
=========================

Salt 0.10.4 is a monumental release for the Salt team, with two new module
systems, many additions to allow granular access to Salt, improved platform
support and much more.

This release is also exciting because we have been able to shorten the release
cycle back to under a month. We are working hard to keep up the aggressive pace
and look forward to having releases happen more frequently!

This release also includes a serious security fix and all users are very
strongly recommended to upgrade. As usual, upgrade the master first, and then
the minion to ensure that the process is smooth.

Salt 0.10.5 Release Notes
=========================

Salt 0.10.5 is ready, and comes with some great new features. A few more
interfaces have been modularized, like the outputter system. The job cache
system has been made more powerful and can now store and retrieve jobs archived
in external databases. The returner system has been extended to allow minions
to easily retrieve data from a returner interface.

As usual, this is an exciting release, with many noteworthy additions!
2012-12-06 08:01:21 +00:00
drochner
44a59ec9ad add another batch of security patches from upstream
bump PKGREV
2012-12-05 19:16:26 +00:00
asau
ec7341b879 Remove PKG_DESTDIR_SUPPORT setting the default value. 2012-12-04 06:23:27 +00:00
jperkin
41019ba0a3 Fix PLIST for non-NetBSD platforms. 2012-11-30 10:04:15 +00:00
ryoon
2cfd1c7bc0 Add gstreamer1 packages. 2012-11-29 09:40:41 +00:00
ryoon
7407eadc84 Import gst-plugins1-gio-1.0.3 as sysutils/gst-plugins1-gio.
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple Ogg/Vorbis playback to
complex audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently.  Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

GStreamer is released under the LGPL.

This package is part of the 'base' plugins for GStreamer.  It provides the
gio plugin for GStreamer, which allows file access through the glib
gio abstraction layer.  This means that it can open files using any of the
methods supported by the glib gio library.
2012-11-29 08:31:31 +00:00
gls
83e6633c5f Update sysutils/fabric to 1.5.1.
pkgsrc changes:
---------------
Switch back to security/py-paramiko, now that security/py-ssh has been merged
back into paramiko.

upstream changes:
-----------------

2012-11-15: released Fabric 1.5.1

[Bug] #776: Fixed serious-but-non-obvious bug in direct-tcpip driven gatewaying
(e.g. that triggered by -g or env.gateway.) Should work correctly now.

[Bug] #771: Sphinx autodoc helper unwrap_tasks didn't play nice with
@task(name=xxx) in some situations. This has been fixed.

2012-11-06: released Fabric 1.5.0
2012-11-06: released Fabric 1.4.4

	[Feature] #38: (also #698) Implement both SSH-level and
	ProxyCommand-based gatewaying for SSH traffic. (This is distinct from
	tunneling non-SSH traffic over the SSH connection, which is #78 and not
	implemented yet.)

	Thanks in no particular order to Erwin Bolwidt, Oskari Saarenmaa,
	Steven Noonan, Vladimir Lazarenko, Lincoln de Sousa, Valentino
	Volonghi, Olle Lundberg and Github user @acrish for providing the
	original patches to both Fabric and Paramiko.

	[Feature] #684: (also #569) Update how task wraps task functions to
	preserve additional metadata; this allows decorated functions to play
	nice with Sphinx autodoc. Thanks to Jaka Hudoklin for catch & patch.

	[Support] #103: (via #748) Long standing Sphinx autodoc issue requiring
	error-prone duplication of function signatures in our API docs has been
	fixed. Thanks to Alex Morega for the patch.

	[Bug] #767: Fix (and add test for) regression re: having linewise
	output automatically activate when parallelism is in effect. Thanks to
	Alexander Fortin and Dustin McQuay for the bug reports.

	[Bug] #736: Ensure context managers that build env vars play nice with
	contextlib.nested by deferring env var reference to entry time, not
	call time. Thanks to Matthew Tretter for catch & patch.

	[Feature] #763: Add --initial-password-prompt to allow prefilling the
	password cache at the start of a run. Great for sudo-powered parallel
	runs.

	[Feature] #665: (and #629) Update upload_template to have a more useful
	return value, namely that of its internal put call. Thanks to Miquel
	Torres for the catch & Rodrigue Alcazar for the patch.

	[Feature] #578: Add name argument to task (docs) to allow overriding of
	the default "function name is task name" behavior. Thanks to Daniel
	Simmons for catch & patch.

	[Feature] #761: Allow advanced users to parameterize fabric.main.main()
	to force loading of specific fabfiles.

	[Bug] #749: Gracefully work around calls to fabric.version on systems
	lacking /bin/sh (which causes an OSError in subprocess.Popen calls.)

	[Feature] #723: Add the group= argument to sudo. Thanks to Antti
	Kaihola for the pull request.

	[Feature] #725: Updated local to allow override of which local shell is
	used. Thanks to Mustafa Khattab.

	[Bug] #704: Fix up a bunch of Python 2.x style print statements to be
	forwards compatible. Thanks to Francesco Del Degan for the patch.

	[Feature] #491: (also [Feature] #385:) IPv6 host string support. Thanks
	to Max Arnold for the patch.

	[Feature] #699: Allow name attribute on file-like objects for get/put.
	Thanks to Peter Lyons for the pull request.

	[Bug] #711: get would fail when filenames had % in their path. Thanks
	to John Begeman

	[Bug] #702: require failed to test for "empty" values in the env keys
	it checks (e.g. require('a-key-whose-value-is-an-empty-list') would
	register a successful result instead of alerting that the value was in
	fact empty. This has been fixed, thanks to Rich Schumacher.

	[Bug] #718: isinstance(foo, Bar) is used in main instead of type(foo)
	== Bar in order to fix some edge cases. Thanks to Mikhail Korobov.

	[Bug] #693: Fixed edge case where abort driven failures within parallel
	tasks could result in a top level exception (a KeyError) regarding
	error handling. Thanks to Marcin Ku#mi#ski for the report.

	[Support] #681: Fixed outdated docstring for runs_once which claimed it
	would get run multiple times in parallel mode. That behavior was fixed
	in an earlier release but the docs were not updated. Thanks to Jan
	Brauer for the catch.
2012-11-28 17:48:45 +00:00
imil
7f3d6b18c8 add & enable polysh 2012-11-25 11:15:27 +00:00
imil
b507827aaa Initial import of polysh, version 0.4, into the NetBSD Packages Collection.
Polysh is a tool to aggregate several remote shells into one. It is used to
launch an interactive remote shell on many machines at once. It is written in
Python and requires Python >= 2.4.
2012-11-25 11:14:14 +00:00
drochner
27ad5c3a12 update to 3.6.1
changes: translation updates
2012-11-23 17:19:39 +00:00
joerg
16178aa2e9 Mark proc_find_top to work with C99 inline. 2012-11-23 12:30:38 +00:00
joerg
0d73b8219e One const ought to be enough for every type. 2012-11-23 12:08:04 +00:00
joerg
7eef0515a7 Needs termios.h. 2012-11-23 11:40:15 +00:00
morr
1d0cda6900 Update distinfo files for webadmin update.
Also security update for wbm-passwd module.
2012-11-20 20:01:42 +00:00
joerg
2aaacd7746 Force GNU inline semantic. 2012-11-19 03:02:14 +00:00
drochner
4b80ba92b8 add patches from Xen SA 20..24 to fix various security problems
(CVE-2012-4535..4539)
bump PKGREV
2012-11-14 13:42:41 +00:00
jdf
d6a69d01ff Remove dependency to NETWORKING, as it was useless and caused rcorder to fail
with Circular dependencies.
2012-11-12 12:11:11 +00:00
jdf
55ad0b5595 Update sysutils/fscd to version 1.1. 2012-11-12 10:37:09 +00:00
markd
1900bc5b40 Additional patches to build with ffmpeg-1.0. Bump PKGREVISION. 2012-11-11 18:32:23 +00:00
ryoon
c8d61f0fa4 Recursive revbump from audio/pulseaudio 2.1 2012-11-03 01:58:32 +00:00
shattered
dabd13fa12 Update to 1.600. Closes PR/45066.
Too many changes to list here.
2012-11-02 19:02:50 +00:00
drochner
209b21a0ff update to 20120606-v2
no release notes abailable, two patches were added
2012-10-30 13:26:51 +00:00
prlw1
91e2d1e005 Update gsettings-desktop-schemas to 3.6.0
* Change default list of input sources to be empty, so the
  default layout is inherited from the current settings
* Add option to show all the available input sources in the UI
* Add xkb-options key to input-sources
* Add colour saturation setting for the magnifier
* Change default keyboard shortcut for "Maximise"
* Add show-notifications setting (#677640)
* Change the default mouse-button-modifier to Super (#607797)
* Add brightness and contrast preferences (#645665)
* Add input-sources schema (#676101)
* Translation updates
2012-10-29 12:37:07 +00:00
zafer
f3b52aeb1e update to new style rcorder. 2012-10-27 21:43:28 +00:00
zafer
4eeef3938e update to new style. 2012-10-27 21:42:36 +00:00
joerg
5acf505323 Make sure a bunch of inline functions are static to ensure they are
either inlined or remain outlined.
2012-10-26 20:32:56 +00:00
joerg
ae3930b089 Don't conflict with log from libm. 2012-10-26 20:29:15 +00:00
marino
25e60f9a7d sysutils/virt-manager: USE_TOOLS+= msgfmt 2012-10-26 19:04:25 +00:00
christos
b69702aa3b fix the sets 2012-10-25 21:45:27 +00:00
asau
c4f95ab71a Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
wiz
a825c28ac2 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
markd
c4478a0e6e Fix compilation with new FFMPEG 2012-10-23 08:24:34 +00:00
rh
4d90046700 Make this compile with the current GNUstep. Bump PKGREVISION. 2012-10-22 23:47:15 +00:00
rh
5ba7726136 Update gworkspace to 0.9.1. Changes are mostly bugfixes including the
ability to compile with clang and the modern Objective-C runtime.
2012-10-22 03:08:29 +00:00
christos
7f0bbd1505 add missing files 2012-10-20 13:39:38 +00:00
wiz
f0c775c296 Update to 0.21. Add comment to patch.
============
Version 0.21
============

 desktop-file-validate
  - update to current version of menu specification (Vincent):
    - only print hint if no main category is present, not an error
    - make Science a main category
    - add new registered categories: Adult, Feed, Humanities, Maps,
      Shooter, Spirituality, XFCE
    - update related categories
    - add TDE to list of registered OnlyShowIn
  - accept and validate GNOME3/GSettings for AutostartCondition (Vincent)
  - output hint if more than one main category is present (Vincent)
  - output hint about suggested related categories (Vincent)

 misc
  - do not require glib >= 2.28 for build (Vincent)
2012-10-14 18:13:18 +00:00
jmmv
8a065b995d Update to 2.4:
- Add a MKVARS variable to pass arbitrary variables to build.sh through -V.
  E.g. MKVARS="MKDEBUG=yes".
- Move the documentation of the configuration file to a new sysbuild.conf(5).
2012-10-13 18:40:33 +00:00