Commit graph

7146 commits

Author SHA1 Message Date
rodent
9e8537cdd2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
rodent
942aad2e6a 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
cdadf8804e 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
rodent
e5b2fdbc78 'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
2013-04-06 14:58:18 +00:00
rodent
315c4801a4 "Packages that install libtool libraries should define USE_LIBTOOL." 2013-04-06 14:22:39 +00:00
rodent
76e83cbf5c Various MASTER_SITES-related fixes. 2013-04-06 14:09:32 +00:00
rodent
aa1275dbab "This line belongs inside the .ifdef block." 2013-04-06 13:46:33 +00:00
rodent
44c94b38c6 '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
28c976145a "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable
$$extract_file instead."
2013-04-06 12:03:59 +00:00
rodent
3ca117824e "$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
21dd8fe336 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
9971a1cb19 'Please use "${TEST}" instead of "test".' 2013-04-06 04:11:44 +00:00
rodent
cdd3752457 "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." 2013-04-06 04:07:24 +00:00
rodent
a0a1f2e57c 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
d791ffd1c1 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
3d17187442 Adjust for kde 4.10.2. Bump PKGREVISION 2013-04-03 12:27:58 +00:00
markd
ea97be746d 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
20f22c5902 Fails on a fast build machine with MAKE_JOBS=4 and SSD. 2013-04-01 12:33:04 +00:00
joerg
fde17e4e92 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
11942a54c1 missing recursive bump from poppler-0.22.2 shlib major change. 2013-03-31 08:13:27 +00:00
joerg
53b55e2894 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
joerg
368a008414 Match return types and return usage. 2013-03-28 21:39:32 +00:00
hauke
83cc24c5be Remove for-debugging .include. 2013-03-26 14:38:11 +00:00
hauke
7624bdd4f0 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
9e4333cd6e Only run the post-install target if it's needed. 2013-03-25 09:52:33 +00:00
joerg
c0a1a12a20 Add forgotten patch to fix build. 2013-03-24 16:46:37 +00:00
joerg
6febc23721 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
77c1398ef0 Regen. 2013-03-23 10:16:29 +00:00
jperkin
05db16f6b3 Ensure the Darwin libiconv_open hack is only applied when using the
native iconv.
2013-03-18 14:01:24 +00:00
taca
66f8384aa1 Update ruby-facter to 1.6.18.
Changes aren't available.
2013-03-17 15:59:54 +00:00
wiz
12e30d91bd Update to 0.100.2: documentation updates. 2013-03-15 22:09:12 +00:00
is
be2d05565d 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
9ffabb3bf5 Revive MASTER_SITES.
Use PKGMANDIR.
2013-03-14 16:47:44 +00:00
kim
f6abc242cb Revive MASTER_SITES.
Use MAKE_FLAGS instead of appending flags to *_TARGET.
2013-03-14 16:09:20 +00:00
wiz
c0a1850cbc Update HOMEPAGE. 2013-03-14 15:11:11 +00:00
kim
e4432ee581 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
4314a35f36 Revive MASTER_SITES. 2013-03-14 14:19:52 +00:00
kim
133819646a 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
7ec19119ce Revive MASTER_SITES.
Fix DESTDIR build.
2013-03-14 12:32:51 +00:00
kim
c91e16c654 Revive MASTER_SITES 2013-03-14 12:27:35 +00:00
gls
53e9c063f6 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
3c284aff47 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
f582a95818 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
c43bf59e26 Add system directory to PATH. 2013-03-12 05:41:39 +00:00
jmmv
a2d8d0abfb Fix host specification in rsync example. 2013-03-08 19:37:17 +00:00
jmmv
a81e2c023e 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
339f37e01b 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
140d570847 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
631d02179f Update cygwin_user to 20130307.
allow to add/del group-as-user.
2013-03-07 12:25:06 +00:00
obache
a78c3c5b02 + user_cygwin 2013-03-06 12:38:41 +00:00
obache
a1e2441645 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
40a7f5ca4f 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
7d383fa482 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
05b585747e Adapt license name. 2013-03-03 23:53:45 +00:00
shattered
2a8439da0f 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
eb6e3d2401 NetBSD/current needs _KMEMUSER. 2013-03-03 04:53:00 +00:00
joerg
32e238c3ec munich group must exist for install to work. 2013-03-03 01:10:15 +00:00
joerg
0c5c94d154 Requires _KMEMUSER on NetBSD/current. 2013-03-03 01:09:55 +00:00
wiz
a8730d5aa1 Bump PKGREVISION for mysql default change to 55. 2013-03-02 20:33:21 +00:00
joerg
b722309bef Consistently return values from non-void functions. 2013-03-02 17:56:13 +00:00
joerg
cd37607e26 ANSIfy do_work. 2013-03-02 17:55:27 +00:00
tron
19fd9a3b46 Reset maintainer to "pkgsrc-users@NetBSD.org". 2013-03-02 10:44:33 +00:00
khorben
5bea3cf249 deforaos-terminal needs docbook-xsl while building (for its documentation)
Spotted by joerg@, thanks
2013-02-27 22:19:09 +00:00
hubertf
be60c08396 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
465c50f6a1 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
b5a7daba03 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
de24370464 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
a1ef6b44ec Add an explicit -lgmodule-2.0 for Solaris.
Fixes package build.
2013-02-26 16:16:08 +00:00
jperkin
c6196b956e 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
2164023d79 Fix dependencies. 2013-02-26 10:17:55 +00:00
hubertf
2ed82e1c52 Add & enable euca2ools 2013-02-26 00:19:36 +00:00
hubertf
e084472edd 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
aacfdc35a9 add & enable ansible 2013-02-26 00:14:04 +00:00
hubertf
f372e42260 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
5ddb1fe3c9 Added sysutils/deforaos-terminal 2013-02-24 16:02:13 +00:00
khorben
92bb26c975 deforaos-terminal currently has a run-time dependency on x11/xterm 2013-02-24 16:01:18 +00:00
khorben
631174e022 Seems to conflict with xfce4-terminal at the moment unfortunately 2013-02-24 15:59:12 +00:00
khorben
71728aa484 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
2129920d19 Re-arrange include ordering. Fixes build on SunOS. 2013-02-22 21:38:06 +00:00
wiz
0d0c0bad90 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
9aa8cb3d6c Fix path to default status file. 2013-02-20 09:20:28 +00:00
fhajny
8033976436 Fix silly PLIST mistake, no revision bump needed 2013-02-20 08:36:34 +00:00
drochner
a83d2eca08 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
2c977caa40 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
987d9be48a Set license. 2013-02-17 12:19:11 +00:00
jperkin
27e778cfcb Need -lsocket on Solaris. 2013-02-17 11:16:56 +00:00
jdf
f1e08d1eb0 patches/patch-ac has been applied by upstream. 2013-02-16 17:37:01 +00:00
jdf
e92ddcc8d0 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
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
wiz
5f461dbea7 Recursive bump for png-1.6. 2013-02-16 11:18:48 +00:00
wiz
0602d449ce Recursive bump for png-1.6. 2013-02-16 11:17:56 +00:00
jmmv
05d94575a4 Fix typo. Reported by reed@ in private mail. 2013-02-16 11:17:19 +00:00
wiz
31785be53d 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
8b23f42e8a 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
d8c848dd91 Update ruby-facter to 1.6.17.
Exact changes are unavailable.
2013-02-11 04:16:46 +00:00
taca
13cf462f9c 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
14663fd010 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
54f2fa208a 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
9bef86f5fd Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
jperkin
73dedd67c2 PKGREVISION bumps for net/libpcap update. 2013-02-06 19:30:54 +00:00
markd
01dea3b2fc 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
07881d62a3 new package: sysutils/menu-cache 2013-01-31 03:28:51 +00:00
reed
e1bc85bd88 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
45c5a5574b + di 2013-01-30 12:30:14 +00:00
obache
54adf62c10 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
1df054c17b Fix for automake-1.13. 2013-01-26 22:07:42 +00:00
wiz
7d683dbb0a Fix for NetBSD-current (-D_KMEMUSER). 2013-01-26 22:07:31 +00:00
wiz
222b4d3b8b automake-1.13 compat. 2013-01-26 22:02:26 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
reed
dc391ed95f 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
e79308d8e5 Fix build with automake-1.13. 2013-01-23 17:58:19 +00:00
wiz
1506ee79da Fix build with automake-1.13. 2013-01-23 17:26:27 +00:00
wiz
fbe2810ec3 Fix build on NetBSD-current. 2013-01-22 21:57:45 +00:00
gls
4d14fee468 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
bbfdcdffc2 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
e04bd3afcc oops, a patch was in the wrong sub-pkg
bump PKGREV
2013-01-20 15:21:54 +00:00
reed
a2639a3ea3 conflict with old package name.
using same PKGREVISION since was just a moment ago.
2013-01-19 21:57:48 +00:00
reed
47e266d13f moved misc/git to sysutils/gnuit 2013-01-19 21:53:47 +00:00
reed
764a013f99 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
50f4acc287 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
f93a8c27fa 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
2117a80a7b Add comments on patches (from cvs log etc). 2013-01-18 00:34:30 +00:00
drochner
fa0afb823c 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
298f38d2f1 Fix unused attribute usage. 2013-01-17 16:03:45 +00:00
joerg
09d25c1c4c Don't redefine local variables. 2013-01-17 16:03:01 +00:00
joerg
f87eee60f6 Don't include uvm/uvm_object.h, it is for kernel-only use. 2013-01-15 15:30:56 +00:00
dholland
60211b7d16 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
d6121ded15 Needs _KMEMUSER on NetBSD/current 2013-01-11 23:34:09 +00:00
joerg
d917d356f5 NetBSD/current needs uvm/uvm_extern.h 2013-01-11 23:33:35 +00:00
joerg
1266ce3f22 Use more void. 2013-01-11 23:32:38 +00:00
joerg
d2eec57dea Requires sys/vmmeter.h on NetBSD/current 2013-01-11 23:31:14 +00:00
joerg
d3c2383ab9 Requires _KMEMUSER on NetBSD/current 2013-01-11 23:30:39 +00:00
joerg
641a6ebe05 NetBSD/current requires uvm/uvm_extern.h and _KMEMUSER. 2013-01-11 23:30:17 +00:00
is
996d094585 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
e9f12fe934 Avoid conflict with log(3). 2013-01-11 13:31:05 +00:00
joerg
502b2ca22e NetBSD/current needs explicit include of sys/vmmeter.h 2013-01-11 00:07:41 +00:00
joerg
1bfa966156 Explicitly tell the system headers that this wants to mook with KVM. 2013-01-11 00:06:53 +00:00
wiz
f1a040bd40 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
fd450bbc6e 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
583d86e6d5 Bump PKGREVISION for tcl-itcl shlib path change. 2013-01-07 13:27:29 +00:00
ryoon
33ed86b44a Fix build on OpenBSD/amd64 5.2.
* librt should not be linked.
2013-01-06 03:55:51 +00:00
dholland
c1419d27e8 Improve previous change so it honors BACULA_DB. From Petar Bogdanovic. 2013-01-04 23:25:49 +00:00
jym
03bf7f175c 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
c55538e1cd Always return a value from !void functions. 2012-12-25 21:02:56 +00:00
joerg
33c1d70e11 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
1631143ca5 Apply patch from Noud de Brouwer in PR 47096 to fix build with current
poppler.
2012-12-23 03:23:48 +00:00
dholland
60578aaa17 Add patch comment (hi joerg) 2012-12-23 03:23:20 +00:00
joerg
cb3692cb69 Pick up make_pair from the correct namespace. 2012-12-22 20:03:47 +00:00
dholland
180fd2fa48 Fix PLIST for base package update. 2012-12-22 03:47:33 +00:00
joerg
048c5bea9c 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
38076cd931 Fix PLIST for base package update. 2012-12-22 02:21:42 +00:00
dholland
22f5bc6e8f Fix PLIST for base package update. 2012-12-22 02:11:37 +00:00
dholland
41b45d5f6e Fix PLIST for base package update. 2012-12-22 02:02:06 +00:00
dholland
71946d915c Fix PLIST for base package update. 2012-12-22 01:49:16 +00:00
dholland
86acf43b9a Regen patch for base package update. 2012-12-22 01:44:00 +00:00
dholland
0488937b31 Fix PLIST for base package update. 2012-12-22 01:39:29 +00:00
dholland
b2c233c28d Regen patch for base package update. 2012-12-22 01:34:25 +00:00
dholland
f7b1ecaaa3 Fix PLIST for base package update. 2012-12-22 00:52:34 +00:00
dholland
742d836b86 Update PLIST after base package update. 2012-12-20 23:02:17 +00:00
joerg
08fac17e20 Create user and group before installation starts. 2012-12-20 21:42:46 +00:00
joerg
cd6eb3b267 Fix return type of function to match the (missing) return values. 2012-12-20 21:37:37 +00:00
joerg
3d08ea3e3d 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
00c185785c Enable package on Solaris 11 and friends. 2012-12-19 14:05:26 +00:00
is
978ae1d1aa 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
600948fccc 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
5e71d46abe Drop maintainership of kde3 packages. Haven't had any systems running
kde3 for a while.
2012-12-17 18:37:06 +00:00
obache
7c9a8eddb4 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
7604ec9631 Update ruby-facter to 1.6.16.
Exact changes are unknown.
2012-12-17 13:22:33 +00:00
taca
fa7fc79f27 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
963259f31a Added deforaos-browser version 0.4.9 2012-12-17 00:21:02 +00:00
khorben
58ad5941e2 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
5123ba50c6 Add missing file, seen in both my test builds and John Marino's build. 2012-12-16 20:51:36 +00:00
wiz
d9f809241a 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
aa68812d26 - 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
9a9a9a3612 - 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
64deda1dc9 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
ryoon
35263110cb Bump PKGREVISION from devel/nss 3.14.0. 2012-12-15 10:36:18 +00:00
wiz
94db5f3d0f + slocate 2012-12-12 15:26:34 +00:00
wiz
28ba5384e7 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
652c7c5bf9 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
e1acde4ddb Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
wiz
576e1dc293 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
cefff77d66 Add PKGGNUDIR support. 2012-12-06 11:38:19 +00:00
apb
bbc42a5b32 SUBDIR+= salt-docs 2012-12-06 08:06:27 +00:00
apb
f8809ce2ff 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
02bbbf464b 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
49bb8fdd76 add another batch of security patches from upstream
bump PKGREV
2012-12-05 19:16:26 +00:00
asau
5762731b1f Remove PKG_DESTDIR_SUPPORT setting the default value. 2012-12-04 06:23:27 +00:00
jperkin
f45b06ede5 Fix PLIST for non-NetBSD platforms. 2012-11-30 10:04:15 +00:00
ryoon
94286fcae6 Add gstreamer1 packages. 2012-11-29 09:40:41 +00:00
ryoon
d2995f6cc7 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
efc85970e3 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
e7aeff6d12 add & enable polysh 2012-11-25 11:15:27 +00:00
imil
8b7b9e97c8 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
7efcf0a314 update to 3.6.1
changes: translation updates
2012-11-23 17:19:39 +00:00
joerg
3e4a57a313 Mark proc_find_top to work with C99 inline. 2012-11-23 12:30:38 +00:00
joerg
e84183a6bf One const ought to be enough for every type. 2012-11-23 12:08:04 +00:00
joerg
b600613c6f Needs termios.h. 2012-11-23 11:40:15 +00:00
morr
60213c68dc Update distinfo files for webadmin update.
Also security update for wbm-passwd module.
2012-11-20 20:01:42 +00:00