non port: sysutils/Makefile |
Number of commits found: 2829 (showing only 100 on this page) |
Monday, 6 Jul 2015
|
19:50 loos
Adds the U-Boot loader for Banana pi, Cubieboard and Cubieboard2.
This version is patched so that:
* ELF and API features are enabled.
* The default environment is trimmed to just what's needed to boot.
* The saveenv command writes to the file u-boot.env on the FAT partition.
* The DTB file name is chosen based on the board model and passed to ubldr
using the fdtfile env variable. ubldr loads the DTB from /boot/dtb/ on
the FreeBSD partition.
* By default, it loads ELF ubldr from file ubldr on the FAT partition to
address 0x42000000, and launches it.
For information about running FreeBSD on Allwinner SoCs, see
https://wiki.freebsd.org/FreeBSD/arm/Allwinner
Differential Revision: https://reviews.freebsd.org/D2874
Reviewed by: garga
Approved by: garga
 |
15:37 kmoore
FreeBSD port of Docker
WWW: https://github.com/kvasdopil/docker
NOTE:
This is a very early port of docker!
Please refer to the pkg-message and
https://github.com/kvasdopil/docker/blob/freebsd-compat/FREEBSD-PORTING.md
for details on usage and functionality.
 |
Thursday, 2 Jul 2015
|
16:20 skreuzer
Module for reading and writing crontab files and accessing the system cron
automatically and simply using a direct API.
WWW: http://pypi.python.org/pypi/crontab/
 |
Monday, 29 Jun 2015
|
17:56 rene
Remove expired ports:
2015-06-29 audio/padevchooser: Broken for more than 6 months
2015-06-29 devel/xtla: Broken for more than 6 months
2015-06-29 mail/mail-notification: Broken for more than 6 months
2015-06-29 ports-mgmt/gnome-packagekit: Broken for more than 6 months
2015-06-29 sysutils/py-salt-api: Broken for more than 6 months
 |
Saturday, 27 Jun 2015
|
13:11 riggs
Resurrect sysutils/ganglia-webfrontend
- Update to upstream version 3.7.0
- Joseph Mingrone <jrm@ftfl.ca> takes maintainership
- Stagify
- Add LICENSE
- General port modernisation
PR: 200278
Submitted by: jrm@ftfl.ca (maintainer)
Reviewed by: koobs
 |
Monday, 22 Jun 2015
|
16:48 robak
sysutils/py-ptyprocess: NEW PORT - Run a subprocess in a pseudo terminal
Launch a subprocess in a pseudo terminal (pty), and interact with
both the process and its pty.
Sometimes, piping stdin and stdout is not enough. There might be
a password prompt that doesn't read from stdin, output that changes
when it's going to a pipe rather than a terminal, or curses-style
interfaces that rely on a terminal. If you need to automate these
things, running the process in a pseudo terminal (pty) is the answer.
WWW: https://github.com/pexpect/ptyprocess
Submitted by: robak@FreeBSD.org
 |
09:45 bapt
Add puppet37 to track the 3.7 branch puppet which is still supported
Simplify a bit the Makefile.
Remove patches related to unsupported the legacy package system
Unsilence install target
Merge do-install and post-install which has no reasons to be separated
Switch to full static plist
Keep the broken on ruby22 has I did not had a chance to test on ruby 2.2 yet
Sponsored by: gandi.net
 |
Monday, 15 Jun 2015
|
20:37 swills
sysutils/terraform: create port
Terraform provides a common configuration to launch infrastructure - from
physical and virtual servers to email and DNS providers. Once launched,
Terraform safely and efficiently changes infrastructure as the configuration is
evolved. Simple file based configuration gives you a single view of your entire
infrastructure.
WWW: https://terraform.io/
 |
Saturday, 13 Jun 2015
|
22:06 swills
sysutils/packer: create port
Packer is a tool for creating identical machine images for multiple platforms
from a single source configuration.
WWW: http://packer.io/
 |
Thursday, 11 Jun 2015
|
14:24 mmoll
new port: sysutils/rubygem-r10k
R10K provides a general purpose toolset for deploying Puppet environments
and modules. It implements the Puppetfile format and provides a native
implementation of Puppet dynamic environments.
WWW: https://github.com/puppetlabs/r10k
Differential Revision: https://reviews.freebsd.org/D2778
Approved by: mat (mentor)
 |
14:06 swills
sysutils/rubygem-bosh-gen: create port
Generators for creating BOSH releases
WWW: https://github.com/drnic/bosh-gen
 |
13:56 swills
sysutils/rubygem-bosh_cli: create port
BOSH CLI
WWW: https://github.com/cloudfoundry/bosh
 |
Monday, 8 Jun 2015
|
19:37 sunpoet
- Add rubygem-bundler17 1.7.14 (repocopied from rubygem-bundler r383320)
- Update to 1.7.15
- Remove executables to avoid CONFLICTS with rubygem-bundler
- Add PORTSCOUT
 |
Sunday, 7 Jun 2015
|
21:18 mmoll
new port: sysutils/rubygem-puppet_forge
Ruby library to access and manipulate the Puppet Forge API from Ruby.
WWW: https://github.com/puppetlabs/forge-ruby
Differential Revision: https://reviews.freebsd.org/D2754
Approved by: mat (mentor)
 |
Thursday, 4 Jun 2015
|
11:40 rakuco
Add sysutils/polkit-qt5.
This is the Qt5 version of sysutils/polkit-qt. From pkg-descr:
Polkit-Qt is a library that lets developers use the Polkit API through a
nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
Polkit.
Submitted by: Tobias Berner <tcberner@gmail.com> to the kde@ mailing list
 |
Friday, 29 May 2015
|
18:36 mmoll
new port: sysutils/rubygem-smart_proxy_chef
Chef Plug-In for Foreman's Smart Proxy
WWW: https://github.com/theforeman/smart_proxy_chef
Approved by: mat (mentor)
 |
18:29 skreuzer
Croniter provides iteration for datetime object with cron like format.
WWW: http://pypi.python.org/pypi/croniter/
 |
11:55 bapt
The cryptographic hash function BLAKE2 is an improved version of the SHA-3
finalist BLAKE. Like SHA-3, BLAKE2 offers the highest security, yet is fast as
MD5 on 64-bit platforms and requires at least 33% less RAM than SHA-2 or SHA-3
on low-end systems. The core algorithm of BLAKE2 is derived from ChaCha, a
stream cipher designed by Daniel J. Bernstein that has been proposed as a
standard cipher for TLS.
WWW: https://blake2.net/
 |
Wednesday, 13 May 2015
|
14:28 feld
Welcome acts to the ports tree
acts is a utility for managing Tarsnap backups which is written in plain
sh(1). This utility was praised in mwl's Tarsnap Mastery book, but was
somehow missing from our dear ports tree.
Now it's here so I can better manage my backups, and you should too!
 |
Sunday, 10 May 2015
|
15:19 zi
New port: sysutils/osquery:
osquery exposes an operating system as a high-performance relational database.
This allows you to write SQL-based queries to explore operating system data.
With osquery, SQL tables represent abstract concepts such as running
processes, loaded kernel modules, open network connections, browser plugins,
hardware events or file hashes.
WWW: https://osquery.io/
Sponsored by: Beer from wxs@
 |
Friday, 8 May 2015
|
13:05 matthew
A data backend for Hiera that can return the content of whole files.
WWW: https://github.com/adrienthebo/hiera-file
 |
Wednesday, 6 May 2015
|
17:55 swills
sysutils/direnv: add port
direnv is an environment switcher for the shell. It knows how to hook into
bash, zsh, tcsh and fish shell to load or unload environment variables
depending on the current directory. This allows to have project-specific
environment variables and not clutter the "~/.profile" file.
WWW: http://direnv.net/
 |
17:12 swills
sysutils/serf: add new port
Serf is a decentralized solution for service discovery and orchestration that
is lightweight, highly available, and fault tolerant.
WWW: https://serfdom.io/
 |
Friday, 24 Apr 2015
|
19:40 loos
U-Boot loader and related files for Raspberry Pi 2
To install this bootloader, copy ALL the files in the share/u-boot/u-boot-rpi2
directory to the first partition, formatted as FAT32, on an SD card.
This version is patched so that:
* ELF and API features are enabled.
* The default environment is trimmed to just what's needed to boot.
* The saveenv command writes to the file uboot.env on the FAT partition.
For information about running FreeBSD on RaspberryPi, see
WWW: http://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
For general information about U-Boot see WWW: http://www.denx.de/wiki/U-Boot
Approved by: garga
 |
Friday, 17 Apr 2015
|
21:00 rene
Remove expired ports:
2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014
2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014
2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014
2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_odbc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sqlite: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-readline: security EOL reached 14 Aug 2014
2015-04-15 mail/php53-imap: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-posix: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-phar: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-gd: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xsl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_firebird: security EOL reached 14 Aug 2014
2015-04-15 devel/mingw64-binutils: Obsolete. Migrate to devel/binutils based
ports
2015-04-15 devel/cross-binutils: Obsolete. Migrate to devel/binutils based
ports
2015-04-15 databases/php53-pdo_dblib: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvshm: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-json: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-redis: requires php53, security EOL reached 14 Aug
2014
2015-04-15 textproc/php53-pspell: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pgsql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlreader: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-iconv: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-odbc: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-curl: security EOL reached 14 Aug 2014
2015-04-15 math/php53-gmp: security EOL reached 14 Aug 2014
2015-04-15 security/php53-mcrypt: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-shmop: security EOL reached 14 Aug 2014
2015-04-15 math/php53-bcmath: security EOL reached 14 Aug 2014
2015-04-15 security/php53-hash: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvsem: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zip: security EOL reached 14 Aug 2014
2015-04-15 graphics/php53-exif: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-gettext: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xmlwriter: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-xml: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-mbstring: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-sysvmsg: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mysqli: security EOL reached 14 Aug 2014
2015-04-15 misc/php53-calendar: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-tokenizer: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo: security EOL reached 14 Aug 2014
2015-04-15 net/php53-xmlrpc: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-interbase: security EOL reached 14 Aug 2014
2015-04-15 www/php53-session: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-mssql: security EOL reached 14 Aug 2014
2015-04-15 www/php53-tidy: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-zlib: security EOL reached 14 Aug 2014
2015-04-15 net/php53-ldap: security EOL reached 14 Aug 2014
2015-04-15 net-mgmt/php53-snmp: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-dom: security EOL reached 14 Aug 2014
2015-04-15 devel/php53-pcntl: security EOL reached 14 Aug 2014
2015-04-15 archivers/php53-bz2: security EOL reached 14 Aug 2014
2015-04-15 net/php53-sockets: security EOL reached 14 Aug 2014
2015-04-15 lang/php53: security EOL reached 14 Aug 2014
2015-04-15 devel/pecl-uuid: requires php53, security EOL reached 14 Aug 2014
2015-04-15 lang/php53-extensions: security EOL reached 14 Aug 2014
2015-04-15 german/pecl-konto_check: requires php53, security EOL reached 14 Aug
2014
2015-04-17 www/moodle26: Deprecated by upstream, use www/moodle2{7,8} instead
 |
Monday, 13 Apr 2015
|
11:06 danfe
Add a port of watchman, file alteration monitor from Facebook.
WWW: https://facebook.github.io/watchman/
PR: 199061
 |
Tuesday, 7 Apr 2015
|
17:59 rene
Remove expired ports:
2015-03-31 lang/gnatdroid-armv5: Nobody cares enough to fix sigtramp-android.c
for ARMv5
2015-03-28 sysutils/puppet27: Does not work with Ruby 2.x
2015-03-31 www/rubygem-form_data: Use www/rubygem-http-form_data instead
(renamed by upstream)
2015-03-31 www/typo345: Upgrade to www/typo3 or www/typo3-lts
 |
Monday, 6 Apr 2015
|
14:29 bapt
Rename emulators/xl into sysutils/xen-tools
Requested by: roger@
 |
14:27 bapt
Rename xen-tools into xen-guest-tools
Requested by: roger@
Approved by: dinoex@ (maintainer)
 |
Thursday, 2 Apr 2015
|
20:18 pawel
lnav is an ncurses based log file viewer, with syntax highlighting,
filtering, tab completion for most operations, and sessions support.
WWW: http://lnav.org/
PR: 199062
Submitted by: Thomas Hurst <tom@hur.st>
 |
Thursday, 26 Mar 2015
|
02:21 swills
sysutils/consul: add port
Consule is a distributed, highly available and data center aware tool for
discovering and configuring services.
Set maintainer to myself for now since I made so many changes I'm not sure
submitter wants to maintain any more.
PR: 192937
Submitted by: Thomas Bartelmess <thomas@bartelmess.io> (based on)
 |
Monday, 23 Mar 2015
|
13:16 bofh
[NEW] sysutils/pick: Tool for choosing one option from a set of choices
with an interface
pick allows users to choose one option from a set of choices using an
interface with fuzzy search functionality.
WWW: https://www.github.com/thoughtbot/pick
PR: 198695
Submitted by: neel@neelc.org
Approved by: bapt marino (implicit)
 |
Sunday, 22 Mar 2015
|
14:59 sunpoet
- Add py-tmuxp 0.1.12
Load and save tmux sessions in JSON or YAML. Control tmux through
python API.
WWW: https://pypi.python.org/pypi/tmuxp
PR: 196307
Submitted by: Tony Narlock <tony@git-pull.com>
 |
Monday, 9 Mar 2015
|
14:51 xmj
sysutils/rubygem-hammer_cli_foreman_salt: Add port
This Hammer CLI plugin contains a set of commands for foreman_salt,
a plugin to Foreman for SaltStack integration.
WWW: https://github.com/theforeman/hammer_cli_foreman_salt
PR: 198362
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: mentors (implicit)
 |
Monday, 23 Feb 2015
|
22:14 pawel
s6 is a small suite of programs for UNIX, designed to allow process
supervision (a.k.a service supervision), in the line of daemontools and
runit.
WWW: http://www.skarnet.org/software/s6/
PR: 197235
Submitted by: Colin Booth <colin@heliocat.net>
 |
Sunday, 22 Feb 2015
|
16:26 trociny
New port: sysutils/vmtouch
vmtouch is a tool for learning about and controlling the file
system cache of unix and unix-like systems.
Author: Doug Hoyte <doug@hcsw.org>
WWW: http://hoytech.com/vmtouch/
 |
Saturday, 21 Feb 2015
|
21:48 bapt
Hook the new u-boot ports to the build
 |
Saturday, 14 Feb 2015
|
08:01 koobs
[NEW] sysutils/shutilwhich: shutil.which for those not using Python 3.3
A copy & paste backport of Python 3.3's shutil.which function.
Import like this: import shutilwhichh.
This will monkeypatch shutil if there is no shutil.which method, otherwise
leave it alone.
WWW: https://github.com/mbr/shutilwhich
 |
Friday, 13 Feb 2015
|
18:57 rene
Remove expired ports:
2015-02-13 sysutils/rsyslog7-devel: EoL, use sysutils/rsyslog7
2015-02-13 sysutils/rsyslog8-devel: EoL, use sysutils/rsyslog8
 |
Thursday, 12 Feb 2015
|
09:23 martymac
- Move sysutils/brebis to sysutils/backupchecker
- Update to version 1.1
 |
Wednesday, 11 Feb 2015
|
19:09 pawel
Mothra is a FreeBSD send-pr command line tool for Bugzilla system.
WWW: https://github.com/pct/mothra
PR: 196813
Submitted by: Jin-Sih, Lin <linpct@gmail.com>
 |
Saturday, 7 Feb 2015
|
13:04 bofh
sysutils/avfs: Revive and update version 0.9.9=>1.0.2
- Unbreak
- Pass maintainership to submitter
- Add LICENSE(LGPL20 GPLv2)
- Remove OPTIONS LIBRARY to make default as most of the dependent ports
require the library
- Make proper use of OPTIONSNG to declutter ${PORT_OPTIONS:M*}
PR: 196942
Differential Revision: https://reviews.freebsd.org/D1795
Submitted by: mp39590@gmail.com
Approved by: marino(mentor)
 |
Tuesday, 3 Feb 2015
|
15:05 kmoore
- Add PC-BSD ports from the 10.1.1 release
- Update MOVED to reflect pcbsd-utils-qt4 -> pcbsd-utils-qt5
 |
10:36 bofh
[CHANGE CATEGORY] sysutils/currtime: deskutils->sysutils
Submitted by: danfe
Approved by: bapt(mentor)
 |
Wednesday, 28 Jan 2015
|
01:15 rakuco
Add sysutils/qt5-qtpaths.
This is a command-line interface to QStandardPaths, part of qttools. It is
used by the KDE Frameworks 5 ports, which will be added in the future.
While here, also add x11-toolkits/qt5-quickcontrols to devel/qt5 which I had
forgotten to do before.
Submitted by: Tobias Berner <tcberner@gmail.com>
 |
Wednesday, 21 Jan 2015
|
13:40 trasz
New port: sysutils/pesign
Signing tool for PE-COFF binaries, hopefully at least vaguely compliant
with the PE and Authenticode specifications.
Sponsored by: The FreeBSD Foundation
 |
Friday, 16 Jan 2015
|
15:31 gjb
Add the sysutils/azure-agent port.
The Microsoft Azure Linux Agent is the client agent
needed to run FreeBSD within the Microsoft Azure
cloud platform.
Reviewed by: swills
Sponsored by: The FreeBSD Foundation
 |
Thursday, 15 Jan 2015
|
19:54 trasz
New port: sysutils/sbsigntool
Set of utilities for managing UEFI Secure Boot signatures.
Sponsored by: The FreeBSD Foundation
 |
10:09 trasz
New port: sysutils/shim
shim is a trivial EFI application that, when run, attempts to open and
execute another application. It will initially attempt to do this via the
standard EFI LoadImage() and StartImage() calls. If these fail (because secure
boot is enabled and the binary is not signed with an appropriate key, for
instance) it will then validate the binary against a built-in certificate. If
this succeeds and if the binary or signing key are not blacklisted then shim
will relocate and execute the binary.
Sponsored by: The FreeBSD Foundation
 |
Wednesday, 7 Jan 2015
|
17:55 sunpoet
- Add rubygem-shellany 0.0.1
Shellany captures command output.
Features:
- Portability (should work on recent JRuby versions).
- Capturing stdout, stderr in a convenient way.
- Returning the result in a convenient way.
- Detecting if a shell is needed (though incomplete/primitive implementation).
- Prevents running the same command multiple times.
WWW: https://github.com/guard/shellany
RG: https://rubygems.org/gems/shellany
 |
Sunday, 28 Dec 2014
|
13:15 sunpoet
- Add rubygem-guard-compat 1.2.0
Guard::Compat provides only a test helper for testing custom Guard plugins
currently.
WWW: https://github.com/guard/guard-compat
RG: https://rubygems.org/gems/guard-compat
 |
Wednesday, 24 Dec 2014
|
04:50 swills
sysutils/firstboot-growfs: revive
Revive this port as it will still be useful until the similar functionality in
base is more widely available, take ownership.
 |
Friday, 19 Dec 2014
|
17:37 pawel
ChefAPI is a tiny, dependency-minimal Ruby client for interacting with a
Chef Server. It adopts many patterns and principles from Ruby On Rails.
WWW: https://github.com/sethvargo/chef-api
PR: 195707
Submitted by: Michael Moll <kvedulv@kvedulv.de>
 |
17:24 pawel
Logify is an incredibly light-weight Ruby logger with a developer-friendly API
and no dependencies. It is intentionally very opinionated and is optimized
for speed. This combination makes it perfect for command line applications.
WWW: https://github.com/sethvargo/logify
PR: 195706
Submitted by: Michael Moll <kvedulv@kvedulv.de>
 |
Monday, 15 Dec 2014
|
15:26 pawel
Command line tools for OpenShift, cloud Platform as a service.
WWW: https://github.com/openshift/rhc
PR: 195650
Submitted by: Dereckson <dereckson@gmail.com>
 |
07:34 cy
Syslog-ng-incubator 0.3.3 only works with syslog-ng35.
sysutils/syslog-ng-incubator copied to sysutils/syslog-ng-incubator03
in preparation for pending update of main syslog-ng-incubator port to
0.4.X (which will be suported by the syslog-ng 3.6 branch).
Submitted by: Peter Czanik (Syslog-ng upline) <peter.czanik@balabit.com>
 |
Friday, 12 Dec 2014
|
22:16 pawel
The file renaming utilities consists of five programs designed to make renaming
of files faster and less cumbersome:
- qmv ("quick move") allows a bunch of file names to be edited in a text editor;
- imv ("interactive move") allows a single file name to be edited in the
terminal using the GNU Readline library
- qcp and icp are similar to qmv and imv but copy files instead of moving them;
- deurlname removes URL encoded characters (such as %20 representing space) from
file names.
WWW: http://www.nongnu.org/renameutils/
PR: 194045
Submitted by: Matteo Cypriani <mcy@lm7.fr>
 |
06:33 antoine
Hook to the build
 |
Thursday, 11 Dec 2014
|
05:49 pi
Revive ports: sysutils/boxbackup, sysutils/boxbackup-devel
- revived
- stage support added
- compilation issues fixed
PR: 194223
Submitted by: Hrant Dadivanyan <hrant@dadivanyan.net>,
Chris Hutchinson <portmaster@bsdforge.com>
 |
Tuesday, 9 Dec 2014
|
22:07 makc
Add new port sysutils/cpuid: tool to dump x86 CPUID information.
WWW: http://www.etallen.com/cpuid.html
The package and the binary have been renamed to cpuid-etallen in order to
avoid conflict with misc/cpuid.
PR: 194826
Submitted by: Uffe Jakobsen
 |
21:56 antoine
Hook to the build
 |
Thursday, 4 Dec 2014
|
12:28 amdmi3
odo is an atomic odometer for the command line
WWW: http://github.com/atomicobject/odo
PR: 195566
Submitted by: neel@neelc.org
 |
Monday, 1 Dec 2014
|
19:21 rene
Remove expired ports:
2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists
2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera
2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera
2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version,
needs porting to DB_SITE
2014-12-01 games/djgame2: Online servers gone, game is not playable
2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2
2014-12-01 lang/clay: No development since July 2013, depends on obsolete
clang-3.2
 |
Sunday, 23 Nov 2014
|
22:28 cperciva
Remove firstboot-growfs. As jmg pointed out to me, he added this
functionality to the base system 3 weeks ago...
 |
Thursday, 20 Nov 2014
|
23:57 cperciva
Add firstboot-growfs port:
When the system first boots, resize the (GPT) partition holding the root
filesystem, then resize the (UFS) root filesystem. This is intended to be
used in virtual machines where a VM image is built with one size but may
be launched onto a larger disk.
This will be used in EC2 images in the near future.
 |
Wednesday, 19 Nov 2014
|
14:55 bapt
Remove: abandonware, depends on non existing USE_GNOME components
Approved by: gnome (kwm)
 |
14:51 bapt
Remove: abandonware, depends on non existing USE_GNOME components
 |
11:49 kwm
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have
ported a few that can't be installed via this way.
The old gnome-utils and gnome-games ports where split up into single ports
and where converted to meta-ports.
gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but
if you use startx you need to do this yourself.
Upgrade instructions:
Delete the old and conflicting packages:
# pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \
guile gcalctool gnome-media libgnomekbd
# pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \
evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center
For package users the following lines will be enough:
# pkg upgrade
# pkg install gnome3
For ports users should do the following:
# portmaster -a
# portmaster x11/gnome3
We are currently aware of two issues. The first issue is a bug in the
file monitoring code in the glib20 port. This bug causes glib programs
to crash when files in a monitored directory are added or removed.
Upstream is aware of the problem, but since the problem is quite complex
there is no solution yet. This problem isn't restricted to BSD.
The second issue is that on certain video cards totem will display a
purple/pink overlay on the video. It not clear yet where the issues
comes from.
Major thanks goes to Gustau Perez for being a driving force behind getting
GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the
exp-runs.
This update was also made possible by:
Joe Maloney
Kris Moore
Beeblebrox
Ryan Lortie
Antoine Jacoutot
and everyone I missed
 |
Tuesday, 18 Nov 2014
|
20:27 cy
Remove sysutils/cfengine36-rc because cfengine 3.6.2 has gone GA.
 |
Sunday, 16 Nov 2014
|
07:55 xmj
sysutils/rubygem-hammer_cli_foreman_ssh: new port
This Hammer CLI plugin contains a set of commands for remote execution
of commands on hosts known to Foreman via SSH
WWW: https://github.com/theforeman/hammer-cli-foreman-ssh
PR: 194673
Differential Revision: https://reviews.freebsd.org/D1113
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Approved by: swills (mentor)
 |
Friday, 14 Nov 2014
|
03:20 shurd
New port: sysutils/zfs-stats-lite
zfs-stats displays ZFS statistics in human-readable format including
ARC, L2ARC, zfetch (DMU) and vdev cache statistics.
This script is a fork of sysutils/zfs-stats which has no dependency on perl or
other ports.
PR: ports/194977
Submitted by: Devin Teske <dteske@FreeBSD.org> (maintainer)
Sponsored by: Panzura, Inc.
 |
Sunday, 9 Nov 2014
|
12:05 marino
Add new port sysutils/rcm
PR: 194248
Submitted by: Leonardo Brondani Schenkel
The rcm suite of tools is for managing dotfiles directories. This is a
directory containing all the .*rc files in your home directory (.zshrc,
.vimrc, and so on). These files have gone by many names in history, such as
"rc files" because they typically end in rc or "dotfiles" because they begin
with a period.
This suite is useful for committing your rc files to a central repository
to share, but it also scales to a more complex situation such as multiple
source directories shared between computers with some host-specific or
task-specific files.
 |
Saturday, 8 Nov 2014
|
15:34 kevlo
Initial import of zbackup 1.3.
Zbackup is a globally-deduplicating backup tool, based on the ideas found
in rsync.
 |
Friday, 31 Oct 2014
|
16:34 marino
Add new port sysutils/rinse
PR: 193493
Submitted by: Jan Beich
Rinse is a simple tool which is designed to carry out the installation
of a new RPM-based distribution. Using rinse you can easily setup simple
chroot() systems running different RPM-based distributions, such as
Centos, Scientific Linux or openSUSE.
The purpose and usage are analogous to the 'debootstrap' utility
familiar to users of Debian GNU/Linux. It was primarily designed to
work with the xen-tools software, which creates new guest images for
running inder the Xen hypervisor.
 |
Monday, 27 Oct 2014
|
15:48 matthew
Logstash Contrib Repository
This is a collection of companion plugins (and hopefully tests, too!)
to be used in conjunction with Logstash.
The plugins here are maintained by the core Logstash team, and
supported by the community.
WWW: http://logstash.net/docs/1.4.2/contrib-plugins
 |
Friday, 24 Oct 2014
|
16:02 matthew
New port: sd-agent
Server Density Agent for FreeBSD
Monitor CPU, memory, disk usage, network, Apache, MySQL + more via the
ServerDensity platform.
WWW: https://www.serverdensity.com/
 |
Thursday, 23 Oct 2014
|
17:48 pi
New port: sysutils/backuppc-devel
BackupPC is a high-performance, enterprise-grade system for backing up
Linux, WinXX and MacOSX PCs and laptops to a server's disk.
BackupPC is highly configurable and easy to install and maintain.
WWW: http://backuppc.sourceforge.net
This is Version 4.0.0alpha3, please use with caution. On the other
hand, it is 10 month old, and the submitter is also the maintainer of
sysutils/backuppc.
PR: 183241
Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
 |
06:12 cy
Move sysutils/syslog-ng (3.5.6) to syslog-ng35 in preparation for the new
syslog-ng 3.6.1 which will become sysutils/syslog-ng.
 |
Wednesday, 22 Oct 2014
|
05:27 pi
New port: sysutils/ciso-maker
Tiny and easy to use tool to convert ISO images
in CSO (compressed ISO) format. Based on CISO, but with bug fixes.
WWW: http://github.com/laffer1/ciso-maker
PR: 193609
Submitted by: Lucas Holt <luke@foolishgames.com>
 |
Sunday, 19 Oct 2014
|
15:57 makc
KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!
USE_KDE4=kdehier component has been deprecated, new components added:
baloo - Baloo core libraries
baloo-widgets - Baloo widgets library
kfilemetadata - KDE library for extracting file metadata
New ports:
graphics/kqtquickcharts - QtQuick plugin to render interactive charts
misc/artikulate - Pronunciation trainer for KDE
(not usable currently, links to both
GStreamer 1.x and 0.10.x via dependencies)
sysutils/baloo[-widgets] - KDE framework for searching and
managing user metadata
sysutils/kfilemetadata - Library for extracting file metadata
l10n ports:
- Farsi (Persian) and Indonesian translations has been readded
- Vietnamese didn't pass threshold for inclusion into release
astro/kstars:
- switch dependency from math/eigen2 to math/eigen3
- add PYKDE option for updating supernovae data
deskutils/kdepim4:
- update dependencies: add libkgapi and baloo,
remove now needless clucene, link-grammar, strigi
- add patch to fix build with gcc42
- update COMMENT and description for all KDE PIM ports
devel/ruby-krossruby:
- remove BROKEN, it builds with ruby 2.x now
editors/kate:
- add patch to disable memory-hungry build of the kate tests [1]
graphics/okular:
- add dependency on graphics/libkscreen
math/cantor:
- add optional dependency on lang/luajit for LuaJIT backend
- fix gfortran detection [2]
misc/kdehier4:
- adapt to new pkg world. Now the purpose of kdehier4 only
to link some stuff between KDE4_PREFIX and LOCALBASE.
science/kalzium:
- switch dependency from math/eigen2 to math/eigen3
- add dependence on science/chemical-mime-data
x11-themes/kdeartwork4
- switch dependency from math/eigen2 to math/eigen3
among other changes:
- drop deprecated USE_KDE4=kdehier
- drop @dirrm from plist
- clean up pkg-descr
- convert to options helpers
- other portlint fixes
The area51 repository features commits by alonso, rakuco and myself.
PR: 187150 [1]
Reported by: pe.freethread@live.com
Patch by: Tobias Berner <tcberner@gmail.com>
PR: 180674 [2]
Reported by: torsten.eichstaedt@web.de
PR: 194316
Exp-run: antoine
 |
Thursday, 9 Oct 2014
|
15:57 gahr
- Restore sysutils/createrepo
- Update to 0.10.3
- Take maintainership
 |
15:55 gahr
- New port: sysutils/deltarpm
DeltaRPM is a tool that generates RPMs that contains the difference between an
old and a new version of an RPM. This makes it possible to recreate the new RPM
from the deltarpm and the old one. You don't have to have a copy of the old
RPM, as it can also work with installed RPMs. The package also contains tools
for creating and applying delta ISOs.
WWW: http://freecode.com/projects/deltarpm/
 |
Tuesday, 30 Sep 2014
|
12:28 rene
Remove expired ports:
2014-08-31 net/libnet10: Superseded by net/libnet
2014-09-30 net/despoof: Depends on expired net/libnet10
2014-09-30 sysutils/gpkgdep: Requires old pkg_info
2014-09-30 security/vida: Depends on expired net/libnet10
2014-09-30 net/nemesis: Depends on expired net/libnet10
2014-09-30 net-mgmt/sing: Depends on expired net/libnet10
2014-09-30 net-mgmt/gps: Depends on expired net/libnet10
2014-09-30 net/ttlscan: Depends on expired net/libnet10
2014-09-30 security/zombiezapper: Depends on expired net/libnet10
2014-09-30 dns/dnshijacker: Depends on expired net/libnet10
2014-09-30 net/xboxproxy: Depends on expired net/libnet10
2014-09-30 net-mgmt/scdp: Depends on expired net/libnet10
2014-09-30 net-mgmt/angst: Depends on expired net/libnet10
2014-09-30 security/py-otr: Abandoned upstream
2014-09-30 net-p2p/cdonkey: depends on deprecated db41 version
 |
Saturday, 27 Sep 2014
|
20:21 swills
sysutils/rubygem-hammer_cli_foreman_bootdisk: create port
This Hammer CLI plugin contains set of commands for foreman_bootdisk,
a plugin to Foreman for ISO/USB booting support
WWW: https://github.com/theforeman/hammer_cli_foreman_bootdisk
PR: 193977
Submitted by: Michael Moll <kvedulv@kvedulv.de>
 |
20:05 swills
sysutils/rubygem-smart_proxy_salt: create port
This plug-in adds support for SaltStack to Foreman's Smart Proxy.
WWW: https://github.com/theforeman/smart_proxy_salt
PR: 193976
Submitted by: Michael Moll <kvedulv@kvedulv.de>
 |
08:20 mm
Fix name typo and pkg-descr of rubygem-bundler_ext
 |
08:13 mm
bundler_ext is a simple library leveraging the Bundler Gemfile DSL to load gems
already on the system and managed by the systems package manager (like yum/apt)
WWW: https://github.com/bundlerext/bundler_ext
 |
01:46 jhale
F3 (Fight Flash Fraud or Fight Fake Flash) tests the full capacity
of a flash card (flash drive, flash disk, pendrive). It writes to
the card and then checks if it can read it. It will assure that
you haven't been sold a card with a smaller capacity than stated.
WARNING: All data on the tested disk might be lost!
WWW: http://oss.digirati.com.br/f3
PR: 193779
Submitted by: Uffe Jakobsen <uffe@uffe.org>
 |
Thursday, 25 Sep 2014
|
08:17 rene
Remove expired ports:
2014-09-25 sysutils/rubygem-chef-expander: Depends on broken
rubygem-dep_selector
2014-09-25 sysutils/rubygem-chef-server: Depends on broken rubygem-dep_selector
2014-09-25 sysutils/rubygem-chef-solr: Depends on broken rubygem-dep_selector
2014-09-25 www/rubygem-chef-server-webui: Depends on broken rubygem-dep_selector
2014-09-25 www/rubygem-chef-server-api: Depends on broken rubygem-dep_selector
 |
Saturday, 20 Sep 2014
|
17:42 marino
Add new port sysutils/rundeck
PR: 191562
Submitted by: arcade (b1t.name)
Welcome to Rundeck, the human interface to your operations. Rundeck
features fine-grain access controls, a built-in job scheduler, and the
ability to define workflows that dispatch commands and scripts to your
nodes.
 |
09:45 rene
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in
sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+
abandoned Mason UI technology in favor of FastCGI
 |
Monday, 15 Sep 2014
|
02:27 vanilla
Add jadm 1.0, freeBSD jail framework with zfs, vnet and jail.conf
support.
PR: ports/193574
Submitted by: Nikolay Dachev <jadm dachev info>
 |
Friday, 12 Sep 2014
|
06:16 cy
Add cfengine 3.6.2 Release Candidate. Fixes packagesmatching.
Requested by: Stephen Hepner <shepner@asyla.org>
 |
01:33 jhale
New port: sysutils/py-queuelib
Queuelib is a collection of persistent (disk-based) queues for
Python.
Queuelib's goals are speed and simplicity. It was originally part
of the Scrapy framework and stripped out into its own library.
WWW: https://github.com/scrapy/queuelib
 |
Tuesday, 9 Sep 2014
|
20:32 marino
Remove unstaged devel/arm-eabi-gcc and cascade remove four others
Without devel/arm-eabi-gcc, unstaged cross-gcc has no purpose, nor
does either of the -binutils ports. The sysutils/u-boot-beaglebone-eabi
was staged, but is a casualty of the arm-eabi-gcc removal.
 |
Sunday, 7 Sep 2014
|
15:28 marino
Remove unstaged sysutils/fusefs-wdfs
 |
Friday, 5 Sep 2014
|
20:50 cs
I'm a lumberjack and I'm ok! I sleep when idle, then I ship logs all day!
I parse your logs, I eat the JVM agent for lunch!
(This project was recently renamed from 'lumberjack' to 'logstash-forwarder' to
make its intended use clear. The 'lumberjack' name now remains as the network
protocol, and 'logstash-forwarder' is the name of the program. It's still the
same lovely log forwarding program you love.)
WWW: https://github.com/elasticsearch/logstash-forwarder
PR: ports/193012
Submitted by: cheffo@freebsd-bg.org
 |
Thursday, 4 Sep 2014
|
14:24 ale
Import PHP 5.6 branch!
 |
Tuesday, 2 Sep 2014
|
12:45 bapt
Second run at cleaning out non staged ports without pending PR
 |
10:38 bapt
Resurrect it was actually staged
Reported by: koobs
 |
Number of commits found: 2829 (showing only 100 on this page) |