summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15Update to 0.100.2: documentation updates.wiz3-9/+15
2013-03-15Make oxenstored (more) usable, as originally researched byis6-3/+77
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-14Revive MASTER_SITES.kim1-3/+8
Use PKGMANDIR.
2013-03-14Revive MASTER_SITES.kim1-4/+3
Use MAKE_FLAGS instead of appending flags to *_TARGET.
2013-03-14Update HOMEPAGE.wiz1-2/+2
2013-03-14BUILD_MAKE_FLAGS and INSTALL_MAKE_FLAGS can be merged into MAKE_FLAGSkim1-3/+2
thanks to patch-aa adding DESTDIR in the install target paths in the distribution Makefile.
2013-03-14Revive MASTER_SITES.kim1-2/+2
2013-03-14Revive MASTER_SITES.kim3-16/+17
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-14Revive MASTER_SITES.kim1-5/+6
Fix DESTDIR build.
2013-03-14Revive MASTER_SITESkim1-2/+2
2013-03-13Update sysutils/fabric to 1.6.0.gls2-7/+7
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-13Packaged DeforaOS Browser 0.4.11, with:khorben3-9/+10
- 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-13Update user_cygwin to 20130313.obache5-26/+43
* 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-12Add system directory to PATH.obache5-10/+10
2013-03-08Fix host specification in rsync example.jmmv1-2/+2
2013-03-08Update to 1.1:jmmv2-4/+10
- Depend on sysbuild-2.5. - Add a sample post_build_hook to the default configuration file.
2013-03-08Update to 2.5:jmmv5-11/+272
- 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-07Update logrotate to 3.8.3.obache2-6/+6
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-07Update cygwin_user to 20130307.obache3-13/+22
allow to add/del group-as-user.
2013-03-06+ user_cygwinobache1-1/+2
2013-03-06Import user-20130306 as sysutils/user_cygwin.obache7-0/+270
This implements a subset of useradd(8)/groupadd(8) functionality on Cygwin that is sufficient for pkgsrc use.
2013-03-05Updated DeforaOS Browser 0.4.10, with:khorben3-10/+10
- 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-04Revert agpl3 rename.wiz1-2/+2
Requested by gdt. pkgsrc policy: file names per OSI, not per default-allowed set.
2013-03-03Adapt license name.wiz1-2/+2
2013-03-03Update to 1.16. Changes:shattered2-6/+6
* 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-03NetBSD/current needs _KMEMUSER.joerg1-1/+3
2013-03-03munich group must exist for install to work.joerg1-1/+3
2013-03-03Requires _KMEMUSER on NetBSD/current.joerg1-1/+3
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz2-3/+4
2013-03-02Consistently return values from non-void functions.joerg4-1/+52
2013-03-02ANSIfy do_work.joerg2-1/+35
2013-03-02Reset maintainer to "pkgsrc-users@NetBSD.org".tron4-8/+8
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).