Commit Graph

1757 Commits

Author SHA1 Message Date
William Grzybowski
d8e5efd339 Copy bacula ports preparing to bacula 7.x update
Ports have been modified to conflict with bacula- and PKGNAMESUFFIX changed
accordingly.

PR:		191311
Submitted by:	maintainer
2014-08-07 19:21:45 +00:00
John Marino
cb8af26bb1 Add new port: sysutils/daemontools-encore
PR:		181765
Submitted by:	uffe

    =================================================================

daemontools-encore is a collection of tools for managing UNIX services.
It is derived from the public-domain release of daemontools by D. J.
Bernstein.  daemontools-encore adds numerous enhancements above what
daemontools could do while maintaining backwards compatibility with
daemontools. See the CHANGES file for more details on what features
have been added.
2014-08-03 21:08:11 +00:00
Rene Ladan
287d5e413d Remove expired port:
2014-08-03 sysutils/readlink: All features implemented in the base system since FreeBSD 8.3
2014-08-03 09:59:09 +00:00
Thomas Zander
c102937c0a Import xfce4-bsdcpufreq-plugin,
a tiny panel plugin for the XFCE desktop to monitor the CPU clock frequency

Approved by:	mentors (implicit)
2014-07-28 17:26:23 +00:00
Rene Ladan
36e34f48e2 Remove expired ports:
2014-07-23 chinese/big5con: Fails to build with new utmpx
2014-07-23 chinese/hztty: Fails to build with new utmpx
2014-07-23 irc/solid-ircd: Fails to build with new utmpx
2014-07-23 korean/eterm: Fails to build with new utmpx
2014-07-23 mail/biffer: Fails to build with new utmpx
2014-07-23 misc/c-hey: Fails to build with new utmpx
2014-07-23 misc/wminfo: Fails to build with new utmpx
2014-07-23 net/sendfile: Fails to build with new utmpx
2014-07-23 net-im/centericq: Fails to build with new utmpx
2014-07-23 security/chkrootkit: Fails to build with new utmpx
2014-07-23 security/openfwtk: Fails to build with new utmpx
2014-07-23 security/pam_alreadyloggedin: Fails to build with new utmpx
2014-07-23 security/srp: Fails to build with new utmpx
2014-07-23 security/sud: Fails to build with new utmpx
2014-07-23 sysutils/hyperic-sigar: Fails to build with new utmpx
2014-07-23 sysutils/lookupd: Fails to build with new utmpx
2014-07-23 sysutils/lookupd_ldap: Fails to build with new utmpx
2014-07-23 sysutils/p5-Sys-Utmp: Fails to build with new utmpx
2014-07-23 sysutils/syslog-ng2: Fails to build with new utmpx
2014-07-23 sysutils/yawho: Fails to build with new utmpx
2014-07-24 18:36:19 +00:00
Bartek Rutkowski
62738fceb2 sysutils/iocage: new port - full featured Jails manager
Approved by:	swills (mentor)
2014-07-18 07:02:18 +00:00
Rene Ladan
1782e04167 Remove sysutils/gtk-send-pr which expired today. 2014-07-17 10:06:25 +00:00
Kurt Jaeger
bb448dc14c new port: sysutils/qchroot: chroot management using nullfs for the filesystem
PR:		191502
Submitted by:	Joe Barbish (qchroot@a1poweruser.com)
2014-07-12 06:13:11 +00:00
Kubilay Kocak
2d179c00df [NEW] sysutils/bsdploy: Container Management for FreeBSD Jails
BSDploy is a comprehensive tool to provision, configure and maintain
FreeBSD jail hosts and jails.

Its main design goal is to lower the barrier to repeatable jail setups.

  * Modular provisioning with plugins for VirtualBox, Amazon EC2 and
    an achitecture to support more.
  * Bootstrap complete jail hosts from scratch.
  * Declarative configuration: All hosts and their properties defined
    in ploy.conf are automatically exposed to Ansible.
  * Imperative maintenance: Run Fabric scripts with ploy do JAILNAME
    TASKNAME and have all of the hosts and their variables in fab.env.
  * Configure ZFS pools and filesystems with whole-disk-encryption.

WWW: http://docs.bsdploy.net/
2014-07-08 14:30:27 +00:00
Kubilay Kocak
a178335072 [NEW] sysutils/py-ploy_ec2: Ploy plugin to provision Amazon EC2 instances
A plugin for ploy providing integration with Amazon EC2.

WWW: https://github.com/ployground/ploy_ec2
2014-07-08 10:08:43 +00:00
Kubilay Kocak
adb11126c2 [NEW] sysutils/py-ploy_fabric: Ploy plugin for integration with Fabric
Ploy plugin for integration with Fabric

WWW: http://github.com/ployground/ploy_fabric
2014-07-08 07:05:54 +00:00
Kubilay Kocak
1daa8f5f7b [NEW] sysutils/py-ploy_ezjail: Ploy plugin for managing FreeBSD Jails
Ploy plugin for managing FreeBSD Jails using ezjail

WWW: http://github.com/ployground/ploy_ezjail
2014-07-08 07:02:06 +00:00
Kubilay Kocak
dea483788d [NEW] sysutils/py-ploy_ansible: Ploy plugin for Ansible integration
Ploy plugin to integrate with Ansible.

WWW: https://github.com/ployground/ploy_ansible
2014-07-08 06:58:34 +00:00
Kubilay Kocak
6ca65b4d61 [NEW] sysutils/py-ploy: Manage servers through a central configuration
Ploy is a commandline-tool to provision, manage and control server instances.
What kind of server instances these are depends on the used plugins. There
are plugins for EC2 (ploy_ec2), FreeBSD Jails (ploy_ezjail) and more.

You can create, delete, monitor and ssh into instances while ploy handles the
details like ssh fingerprint checking. Additional plugins provide advanced
functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible).

WWW: http://ploy.readthedocs.org
2014-07-07 13:52:30 +00:00
Kubilay Kocak
058fb18d1b [NEW] sysutils/py-execnet: Distributed Python deployment and communication
execnet provides a share-nothing model with channel-send/receive communication
for distributing execution across many Python interpreters across version,
platform and network barriers. It has a minimal and fast API targetting the
following uses:

  * Distribute tasks to (many) local or remote CPUs
  * Write and deploy hybrid multi-process applications
  * Write scripts to administer multiple environments

WWW: https://codespeak.net/execnet
2014-07-07 12:55:49 +00:00
Baptiste Daroussin
494a04562f glusterfs is not there yet
Submitted by:	ak
2014-07-06 21:13:58 +00:00
Baptiste Daroussin
fb934bdb2f Removed abandonware
PR:		190842
Submitted by:	Jim Pirzyk (maintainer)
2014-07-06 15:56:13 +00:00
Olivier Duchateau
79a3807f33 BAMF, is a simple DBus daemon and C wrapper library of applications matching
framework.

WWW: https://launchpad.net/bamf
2014-07-03 10:18:24 +00:00
Rene Ladan
a1334cc533 Remove expired ports:
2014-06-30 www/trac-TracDuplicates: Broken for more than 5 months
2014-06-30 mail/hotwayd: Protocol changed, software unusable
2014-06-30 mail/ilohamail-devel: Upstream disappeared
2014-06-30 games/tyrquake: Broken for more than 5 months
2014-06-30 net/gkrellmqst: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 security/p5-Jifty-Plugin-OpenID: Broken for more than 5 months
2014-06-30 games/sumwars: Broken for more than 5 months
2014-06-30 audio/ruby-esound: Broken for more than 5 months
2014-06-30 x11-toolkits/py-pyqwt: Broken for more than 5 months
2014-06-30 net-im/ysm: Broken for more than 5 months
2014-06-30 net-mgmt/send: Broken for more than 5 months
2014-06-30 net/p5-Jifty-Plugin-Authentication-Ldap: Broken for more than 5 months
2014-06-30 net-p2p/bittyrant: Broken for more than 5 months
2014-06-30 sysutils/gkrellm: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmms: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 audio/gkrellmvolume: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmlaunch: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellmfmonitor: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 misc/gkrellshoot: GKrellM 1.X is no longer being developed, consider using 2.X.
2014-06-30 polish/sms2: sms2 is no longer being developed, consider using alternative software.
2014-06-30 x11-toolkits/py-wmdockapps: Crufty and nothing depends on this
2014-06-30 audio/tagger: Ancient, unmaintained
2014-06-30 www/mod_wsgi2: No longer supported, please use www/mod_wsgi3 instead
2014-06-30 security/botan: Botan 1.8 have known bugs and is no longer supported upstream, migrate to security/botan110
2014-06-30 08:37:49 +00:00
Josh Paetzel
f5a4fbd48e Remove pc-sysinstall port. 2014-06-24 20:59:20 +00:00
Kurt Jaeger
a7d264dc08 sysutils/n98-magerun: new port
Provides some handy tools for magento developers like a quick database
info from local.xml or a database dump feature, cache clearing, admin
user password reset. You can also easily install a complete shop and
sample data with buildin installer. For coders there are also many
features like a module kickstarter (with modman support).

WWW: http://magerun.net/

PR:		189873
Submitted by:	Melvyn Sopacua <melvyn@magemana.nl>
2014-06-23 12:27:16 +00:00
Rene Ladan
052583226d Remove expired port:
2014-06-22 sysutils/syslog-ng-devel: Use sysutils/syslog-ng instead
2014-06-23 09:38:37 +00:00
Bartek Rutkowski
d10fa9932e sysutils/tartarus: new port
Tartarus is a new port of wrappers around common unix tools for simplified
backup utility, as submitted in PR 191077 with my fixes and testing.

PR:	191077
Submitted by:	Juraj Lutter
Reviewed by:	marino (mentor), mat
Approved by:	marino (mentor)
2014-06-22 10:49:16 +00:00
Josh Paetzel
93394c9636 Remove unneeded port
PR:	191021
Submitted by:	tigger (at) lvlworld (dot) com
2014-06-20 22:37:02 +00:00
Juergen Lock
5572d03ae3 - Add new port sysutils/pstacku using libunwind and written by kib.
- Add CONFLICTS with sysutils/pstack.

"pstack" is a workalike for the Solaris program of the same name.
Running pstack on a process produces a stack trace of
each thread in that process.

It's useful for finding out what wedged processes are up to, getting
profiles of applications, and just satisfying one's curiosity.

WWW: https://www.kib.kiev.ua/git/gitweb.cgi?p=pstacku.git;a=tree
2014-06-18 18:09:08 +00:00
Mark Felder
3f9fd6b9dc New port: sysutils/clsync
clsync is a utility that initatiates automatic rsync transfers after
detection of filesystem changes

Caution: port may have rough edges. Its FreeBSD support is very new.
2014-06-09 19:31:27 +00:00
Kris Moore
8f18cb5b10 - Add sysutils/grub2-pcbsd
This installs PC-BSD's custom grub 2.02-prerelease, which includes
various enhancements for Boot-Environments and ZFS support
2014-06-06 15:26:31 +00:00
Kevin Lo
a1bf31d836 Replace sysutils/synergy-devel with sysutils/synergy.
Approved by:	gnn, sbruno
2014-05-30 09:04:15 +00:00
Olivier Duchateau
4c8736f8f1 Contractor is an extension service that allows applications to use the
exposed functionnality of registered apps. This way, applications don't have
to have the functions hard coded into them.

WWW: https://launchpad.net/contractor
2014-05-29 17:11:38 +00:00
Steve Wills
25940cfc3d Ruby library for Windows Remote Management
WWW: https://github.com/WinRb/WinRM

PR:		ports/189435
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-05-24 02:18:59 +00:00
Brad Davis
d710957b5a - Update rsyslog8-devel from 8.1.6 to 8.3.2
- Add rsyslog8 at version 8.2.1

Reviewed by:	zi@
2014-05-16 12:54:17 +00:00
Edwin Groothuis
e73598fdfe Remove sysutils/lire: The project is dead. 2014-05-11 05:40:56 +00:00
Rene Ladan
32e92194b7 Remove expired ports:
2014-04-30 x11-toolkits/gigi: Does not compile on 10 or higher
2014-04-30 net/asterisk-oh323: Depends on broken and unsupported asterisk14
2014-04-30 net/asterisk14: Broken and unsupported
2014-04-30 net/asterisk14-addons: Depends on broken and unsupported asterisk14
2014-04-30 ports-mgmt/pkg_install: Replaced by ports-mgmt/pkg
2014-05-01 x11-drivers/xf86-input-magictouch: Does not compile
2014-05-01 x11-drivers/xf86-video-cyrix: requires pciVideoPtr typedef
2014-05-01 x11-drivers/xf86-video-sis-intel: requires pciVideoPtr typedef
2014-05-01 net/py-spreadmodule: Depends on expired net/spread
2014-05-01 net/p5-Spread-Message: Depends on expired net/spread
2014-05-01 net/p5-POE-Component-Spread: Depends on expired net/spread
2014-05-01 net/p5-Spread-Session: Depends on expired net/spread
2014-05-01 sysutils/wmmemload: Broken
2014-05-01 lang/ml-pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/treecc: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnetlib: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 lang/pnet-base: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 benchmarks/pnetmark: PNET dependency decommissioned Dec 2012
2014-05-01 lang/pnet: Alpha-quality abandonware - Decommissioned Dec 2012 - Use mono
2014-05-01 x11-wm/stumpwm: Broken for more than 4 months
2014-05-01 sysutils/cpupowerd: Not maintained from upstream anymore and only supports ancient AMD K8.
2014-05-01 net/pchar: Obsolete, abandoned
2014-05-03 x11-fonts/texcm-ttf: Should be replaced by x11-fonts/stix-fonts
2014-05-04 10:51:02 +00:00
Cy Schubert
b55f1ca0fb Update screen 4.0.3 --> 4.2.1.
Put final touches onto screen-legacy.
2014-04-30 04:22:34 +00:00
Glen Barber
593930a167 Add sysutils/vhdtool, a utility to create VHD files from
raw disk images.

Reviewed by:	bdrewery
Sponsored by:	The FreeBSD Foundation
2014-04-22 16:53:16 +00:00
Steve Wills
818910f45e Mnrpes is a system that uses MCollective and the Rufus scheduler
to build a distributed async scheduler and checker for Nagios
based on the Passive mode.

WWW: https://github.com/nullDowntimeLtd/mnrpes

PR:		ports/188420
Submitted by:	ports@robakdesign.com
2014-04-13 02:10:02 +00:00
Rene Ladan
7e5f1066a3 Remove expired ports:
2014-03-10 www/p5-CGI-modules: No more public distfiles
2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules
2014-03-10 www/sbox-dtc: No more public distfiles
2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc
2014-03-10 textproc/glimpse: No more public distfiles
2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse
2014-04-10 misc/tkman: Depends on expired textproc/glimpse
2014-04-09 devel/asl: Unmaintained since 1997
2014-04-09 net/pcnfsd: Unmaintained since 1997
2014-04-10 cad/chipmunk: Unmaintained since 1999
2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated.
2014-04-10 www/mambo: Broken for more than 6 months
2014-04-10 devel/lua-rds-parser: Broken for more than 6 months
2014-04-10 editors/the: Unmaintained since 1999
2014-04-10 japanese/exmh2: Unmaintained since 1999
2014-04-10 net/freewais-sf: Unmaintained since 1999
2014-04-10 editors/elvis: Unmaintained since 1999
2014-04-10 japanese/sed: Unmaintained since 1999
2014-04-10 x11-fm/xfm: Unmaintained since 1999
2014-04-10 print/rtf2latex: Unmaintained since 1999
2014-04-10 graphics/fbm: Unmaintained since 1999
2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000
2014-04-11 emulators/prodosemu: Unmaintained since 2000
2014-04-11 security/gtkportscan: Unmaintained since 2000
2014-04-11 graphics/xmfract: Unmaintained since 2000
2014-04-11 databases/xmbase-grok: Unmaintained since 2000
2014-04-11 emulators/svr4_base: Unmaintained since 2000
2014-04-11 math/freefem: Unmaintained since 2000
2014-04-11 graphics/tiff2png: Unmaintained since 2000
2014-04-11 math/wingz: Unmaintained since 2000
2014-04-11 lang/STk: Unmaintained since 2000
2014-04-11 graphics/kdc2tiff: Unmaintained since 2000
2014-04-11 math/xlispstat: Unmaintained since 2000
2014-04-11 databases/typhoon: Unmaintained since 2000
2014-04-11 graphics/dc20ctrl: Unmaintained since 2000
2014-04-11 www/fhttpd: Unmaintained since 2000
2014-04-11 graphics/xmorph: Unmaintained since 2000
2014-04-11 editors/axe: Unmaintained since 2000
2014-04-11 www/cgic: Unmaintained since 2000
2014-04-11 13:20:44 +00:00
Baptiste Daroussin
2c8c6c8970 2014-04-10 deskutils/nautilus-locked-folder: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 www/screem: gnome-menus 2.x will be updated in the GNOME 3 import
2014-04-10 deskutils/nautilus-actions: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-sendto: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 deskutils/nautilus-open-terminal: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/eiciel: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/nautilus-cd-burner: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 x11-fm/py-nautilus: nautilus will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 sysutils/sensors-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/link-monitor-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/netspeed_applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 net/remmina-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/uf-view: gnome-desktop 2.x will be updated in the GNOME 3 import
2014-04-10 textproc/uim-gnome: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 audio/istream: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 mail/contact-lookup-applet: gnome-panel will be updated to the 3.x version which is not compatible with 2.x
2014-04-10 security/tuntun: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 misc/quick-lounge-applet: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-10 sysutils/bubblemon2: gnome-panel 2.x will be updated in the GNOME 3 import
2014-04-11 12:42:45 +00:00
Rene Ladan
3ede9c4875 Remove expired ports:
2014-02-27 devel/hyena: Broken for more than 6 month
2014-04-01 print/pdfmod: Depends on expired devel/hyena, unstaged, uses old standards
2014-04-01 security/gnutls-devel: Stale, broken and vulnerable
2014-04-01 sysutils/epylog: distfiles no longer fetchable
2014-04-01 japanese/Wnn6: Unmaintained, interactive and restricted
2014-04-01 japanese/srd-fpw: Unmaintained, interactive and restricted
2014-04-01 japanese/mypaedia-fpw: Unmaintained, interactive and restricted
2014-04-01 news/dnews: Unmaintained, interactive and restricted
2014-04-01 devel/adasdl: Ancient, does not build on amd64; use devel/sdl_gnat instead
2014-04-01 lang/gnat: The Ada framework is based on lang/gcc-aux, use it instead
2014-04-01 21:24:16 +00:00
Glen Barber
3a763be51f Add cfengine 3.6.0b1
Submitted by:	skreuzer
Approved by:	cy (maintainer, implicit)
Sponsored by:	The FreeBSD Foundation
2014-04-01 19:06:05 +00:00
Rene Ladan
3de1607e21 Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame
2014-03-07 emulators/xmess: No more public distfiles
2014-03-07 benchmarks/xdd: No more public distfiles
2014-03-07 chinese/srecite: No more public distfiles
2014-03-07 games/hlstats: No more public distfiles
2014-03-07 audio/teamspeak_server: No more public distfiles
2014-03-07 games/utserver: No more public distfiles
2014-03-07 databases/p5-hp200lx-db: No more public distfiles
2014-03-07 audio/teamspeak_client: No more public distfiles
2014-03-10 german/vtiger: Depends on expiring www/vtiger
2014-03-10 www/gallery: No more public distfiles
2014-03-10 www/vtiger: No more public distfiles
2014-03-10 net/linux-nx-client: No more public distfiles
2014-03-10 emulators/extract-xiso: No more public distfiles
2014-03-10 www/trac-wantedpages: No more public distfiles
2014-03-10 www/trac-ldap: No more public distfiles
2014-03-10 www/trac-codetags: No more public distfiles
2014-03-10 www/trac-addcomment: No more public distfiles
2014-03-10 www/trac-nav: No more public distfiles
2014-03-10 www/baikal: No more public distfiles
2014-03-10 www/trac-pagetopdf: No more public distfiles
2014-03-10 sysutils/logmon: No more public distfiles
2014-03-10 www/trac-simpleticket: No more public distfiles
2014-03-10 www/trac-wikinegotiator: No more public distfiles
2014-03-10 www/trac-pagelist: No more public distfiles
2014-03-10 www/trac-remind: No more public distfiles
2014-03-10 www/trac-macropost: No more public distfiles
2014-03-10 mail/vexim: No more public distfiles
2014-03-10 lang/rscheme: No more public distfiles
2014-03-30 00:46:52 +00:00
Steve Wills
977ea4142a This agent manages the puppet agent, unlike the older puppetd plugin this one
supports Puppet 3 and recent changes made to its locking and status files.

WWW: https://github.com/puppetlabs/mcollective-puppet-agent/

PR:		ports/186532
Submitted by:	Anes Mukhametov <anes@anes.su>
2014-03-29 23:29:33 +00:00
Steve Wills
9002a72b5d Yell - Your Extensible Logging Library for Ruby is a library to define
multiple adapters, various log level combinations or message formatting
options.

WWW: http://rudionrails.github.io/yell/

PR:		ports/187949
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
2014-03-29 14:43:30 +00:00
Jason E. Hale
c2c3979019 - New port: sysutils/dateutils
Dateutils are a collection of tools that revolve around manipulating
dates and times on the command line.  Commands included in the suite
offer ways of converting dates between calendars, computing durations
between dates, and finding dates in input streams.

WWW: http://www.fresse.org/dateutils/

PR:             ports/187663 (based on)
Submitted by:   Jesse <jessefrgsmith@yahoo.ca>
2014-03-28 22:24:15 +00:00
Cy Schubert
a261079382 Syslog-ng 3.5.4.1 is production ready.
- Add syslog-ng34 to sysutils/Makefile
- Adjust the newly moved syslog-ng34 to its new status
- Adjust the newly copied syslog-ng to its new status

Submitted by:	Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
2014-03-25 12:56:05 +00:00
Pawel Pekala
b388cf7a7e tlsdate sets the local clock by securely connecting with TLS to remote
servers and extracting the remote time out of the secure handshake. Unlike
ntpdate, tlsdate uses TCP, for instance connecting to a remote HTTPS or TLS
enabled service, and provides some protection against adversaries that try to
feed you malicious time information.

WWW: https://github.com/ioerror/tlsdate

PR:		ports/187033
Submitted by:	Fabian Keil <fk@fabiankeil.de>
2014-03-23 10:41:00 +00:00
Steve Wills
83cfa115e2 Vagrant is a tool for building and distributing virtualized development
environments.

WWW: http://www.vagrantup.com/

PR:		ports/187593
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
2014-03-20 21:31:13 +00:00
Veniamin Gvozdikov
062a1e423b - Bump version
- Update to 2014.1.0
- Moved py-salt-cloud because py-salt included cloud part
- Link to full changelog:
http://docs.saltstack.com/topics/releases/2014.1.0.html

PR:		ports/186950
Submitted by:	Christer Edwards <christer.edwards@gmail.com> (maintainer)
2014-03-19 07:03:52 +00:00
Rene Ladan
e300bea3ce Remove expired port:
2014-03-19 sysutils/cfengine-devel: Broken since June 2013
2014-03-19 01:10:38 +00:00
Steve Wills
c80080ba7b psutil is a module providing an interface for retrieving information
on running processes and system utilization (CPU, memory) in a portable
way by using Python, implementing many functionalities offered by tools
like ps, top and Windows task manager.

This older version will be required by py-glances.

WWW: http://code.google.com/p/psutil/
WWW: http://pypi.python.org/pypi/psutil/
2014-03-19 01:08:37 +00:00