summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2013-02-27deforaos-terminal needs docbook-xsl while building (for its documentation)khorben1-1/+4
Spotted by joerg@, thanks
2013-02-27Fix 'service' module not to hang when starting mysql.hubertf3-5/+6
Bump version to 1.0nb1, also sent upstream
2013-02-27Update to 3.01a13:wiz3-6/+22
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-26After some discussion with ansible folks, don't replace the interpreterriz2-4/+58
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-26Some fixes for the package:riz8-19/+256
- 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-26Add an explicit -lgmodule-2.0 for Solaris.jperkin2-5/+17
Fixes package build.
2013-02-26Implement stubs for missing functions on Solaris. This at least gets us ajperkin4-4/+85
working package - help fleshing them out with actual data is appreciated.
2013-02-26Fix dependencies.joerg1-3/+3
2013-02-26Add & enable euca2oolshubertf1-1/+2
2013-02-26Add euca2ools-2.1.2:hubertf4-0/+678
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-26add & enable ansiblehubertf1-1/+2
2013-02-26Add ansible-1.0:hubertf16-0/+573
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-24Added sysutils/deforaos-terminalkhorben1-1/+2
2013-02-24deforaos-terminal currently has a run-time dependency on x11/xtermkhorben1-1/+3
2013-02-24Seems to conflict with xfce4-terminal at the moment unfortunatelykhorben1-1/+3
2013-02-24Added sysutils/deforaos-terminal, version 0.0.0khorben5-0/+53
DeforaOS Terminal is a terminal emulator, embedding xterm within a Gtk+ interface. It supports multiple tabs and windows.
2013-02-22Re-arrange include ordering. Fixes build on SunOS.jperkin2-1/+30
2013-02-21When using clang, set ACTIVE_CC so the share/mk Makefiles knowwiz1-1/+7
which flags to suppress (in particular e.g. -Wno-traditional, which isn't recognized and breaks the build with clang).
2013-02-20Fix path to default status file.dillo2-4/+4
2013-02-20Fix silly PLIST mistake, no revision bump neededfhajny1-2/+2
2013-02-18update to 0.100.1drochner2-7/+6
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-17Update cfengine to 3.4.2, fixes PR/47249fhajny9-283/+383
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-17Set license.shattered1-1/+3
2013-02-17Need -lsocket on Solaris.jperkin1-2/+2
2013-02-16patches/patch-ac has been applied by upstream.jdf1-102/+0
2013-02-16Bring sysutils/ups-nut to version 2.6.5.jdf5-58/+55
patches/patch-ac has been applied by upstream.
2013-02-16Recursive bump for png-1.6.wiz87-173/+174
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-16Recursive bump for png-1.6.wiz12-22/+24
2013-02-16Fix typo. Reported by reed@ in private mail.jmmv1-2/+2
2013-02-12Update to 3.01a12:wiz2-6/+6
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-11Update capistrano to 2.14.2.taca3-8/+8
## 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-11Update ruby-facter to 1.6.17.taca3-9/+34
Exact changes are unavailable.
2013-02-11Update ruby-fssm to 0.2.10.taca2-7/+7
A few bug fixes, includeing remove of the deprecation message.
2013-02-10Update sysutils/fabric to 1.5.3gls2-6/+6
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-09Update to 0.7.8markd4-15/+45
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-09Bump PKGREVISION from audio/jack.ryoon4-8/+8
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin55-108/+110
2013-02-06PKGREVISION bumps for net/libpcap update.jperkin2-4/+4
2013-02-04Update to 0.7.7 - based on patches from Jaap Boendermarkd6-59/+46
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-01-31new package: sysutils/menu-cachereed1-1/+2
2013-01-31new package: menu-cachereed5-0/+57
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-30+ diobache1-1/+2
2013-01-30Import di-4.34 as sysutils/di.obache4-0/+41
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-26Fix for automake-1.13.wiz2-3/+13
2013-01-26Fix for NetBSD-current (-D_KMEMUSER).wiz1-1/+5
2013-01-26automake-1.13 compat.wiz2-6/+23
2013-01-26Revbump after graphics/jpeg and textproc/icuadam48-95/+96
2013-01-25increase BUILDLINK_ABI_DEPENDS.icu due to so change from 49 to 50.reed1-2/+2
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-23Fix build with automake-1.13.wiz1-2/+4