1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1995-07-13 02:04:20 +02:00
|
|
|
#
|
|
|
|
|
2004-04-02 09:29:48 +02:00
|
|
|
COMMENT = System utilities
|
|
|
|
|
2005-03-03 23:03:56 +01:00
|
|
|
SUBDIR += 3dm
|
2005-07-10 13:15:10 +02:00
|
|
|
SUBDIR += 44bsd-more
|
2005-05-26 23:33:34 +02:00
|
|
|
SUBDIR += 915resolution
|
2009-02-26 16:05:58 +01:00
|
|
|
SUBDIR += DTraceToolkit
|
1997-06-18 10:38:52 +02:00
|
|
|
SUBDIR += LPRng
|
2002-05-06 07:55:22 +02:00
|
|
|
SUBDIR += LPRngTool
|
2001-08-18 10:14:46 +02:00
|
|
|
SUBDIR += abck
|
2009-12-13 01:24:49 +01:00
|
|
|
SUBDIR += abgx360
|
2009-12-13 01:25:31 +01:00
|
|
|
SUBDIR += abgx360gui
|
2011-11-04 15:27:25 +01:00
|
|
|
SUBDIR += acpi_call
|
2013-06-27 00:46:34 +02:00
|
|
|
SUBDIR += acpica-tools
|
2003-09-30 00:53:20 +02:00
|
|
|
SUBDIR += adtool
|
2003-09-24 15:59:43 +02:00
|
|
|
SUBDIR += afbinit
|
2008-03-26 16:18:09 +01:00
|
|
|
SUBDIR += afflib
|
1995-10-04 18:34:43 +01:00
|
|
|
SUBDIR += afio
|
- Add agedu 9251
Unix provides the standard du utility, which scans your disk and tells you which
directories contain the largest amounts of data. That can help you narrow your
search to the things most worth deleting.
However, that only tells you what's big. What you really want to know is what's
too big. By itself, du won't let you distinguish between data that's big because
you're doing something that needs it to be big, and data that's big because you
unpacked it once and forgot about it.
Most Unix file systems, in their default mode, helpfully record when a file was
last accessed. Not just when it was written or modified, but when it was even
read. So if you generated a large amount of data years ago, forgot to clean it
up, and have never used it since, then it ought in principle to be possible to
use those last-access time stamps to tell the difference between that and a
large amount of data you're still using regularly.
agedu is a program which does this. It does basically the same sort of disk scan
as du, but it also records the last-access times of everything it scans. Then it
builds an index that lets it efficiently generate reports giving a summary of
the results for each subdirectory, and then it produces those reports on demand.
WWW: http://www.chiark.greenend.org.uk/~sgtatham/agedu/
2011-09-20 08:43:16 +02:00
|
|
|
SUBDIR += agedu
|
2002-06-26 19:56:06 +02:00
|
|
|
SUBDIR += ah-tty
|
2008-04-06 17:10:26 +02:00
|
|
|
SUBDIR += aimage
|
2011-06-12 22:21:13 +02:00
|
|
|
SUBDIR += aird
|
2004-11-06 23:22:17 +01:00
|
|
|
SUBDIR += am-utils
|
2006-06-11 14:40:54 +02:00
|
|
|
SUBDIR += amrstat
|
2003-10-04 02:29:47 +02:00
|
|
|
SUBDIR += anacron
|
2002-06-21 21:41:34 +02:00
|
|
|
SUBDIR += and
|
2013-02-20 19:58:07 +01:00
|
|
|
SUBDIR += ansible
|
2003-09-30 10:10:57 +02:00
|
|
|
SUBDIR += apachetop
|
2003-07-02 22:52:54 +02:00
|
|
|
SUBDIR += apcpwr
|
2001-12-02 12:24:53 +01:00
|
|
|
SUBDIR += apcupsd
|
2007-02-12 00:00:35 +01:00
|
|
|
SUBDIR += apt
|
2007-12-19 18:20:33 +01:00
|
|
|
SUBDIR += arcconf
|
2008-06-21 14:46:43 +02:00
|
|
|
SUBDIR += archivemount
|
2006-07-17 19:24:13 +02:00
|
|
|
SUBDIR += areca-cli
|
1998-08-10 02:38:09 +02:00
|
|
|
SUBDIR += asapm
|
1999-02-28 05:32:35 +01:00
|
|
|
SUBDIR += ascpu
|
1999-06-14 21:31:22 +02:00
|
|
|
SUBDIR += asfsm
|
|
|
|
SUBDIR += asmem
|
1999-10-05 18:32:46 +02:00
|
|
|
SUBDIR += asmon
|
2003-06-25 19:21:09 +02:00
|
|
|
SUBDIR += asr-utils
|
2008-09-23 23:19:03 +02:00
|
|
|
SUBDIR += asusoled
|
2004-01-14 15:22:29 +01:00
|
|
|
SUBDIR += ataidle
|
2006-02-01 18:00:31 +01:00
|
|
|
SUBDIR += atitvout
|
Atop is an ASCII full-screen performance monitor that is capable of reporting
the activity of all processes (even if processes have finished during the
interval), daily logging of system and process activity for long-term analysis,
highlighting overloaded system resources by using colors, etc.
At regular intervals, it shows system-level activity related to the CPU, memory,
swap, disks, and network layers, and for every active process it shows the CPU
utilization, the memory growth, priority, username, state, and exit code.
WWW: http://openfacts2.berlios.de/wikien/index.php/BerliosProject:Atop-freebsd
PR: ports/158536
Submitted by: Alex Samorukov <samm at os2.kiev.ua>
2011-07-02 10:01:52 +02:00
|
|
|
SUBDIR += atop
|
2012-03-04 13:58:30 +01:00
|
|
|
SUBDIR += auto-admin
|
2012-04-30 05:28:38 +02:00
|
|
|
SUBDIR += autojump
|
2012-04-28 08:50:59 +02:00
|
|
|
SUBDIR += automount
|
2008-05-13 01:14:21 +02:00
|
|
|
SUBDIR += automounter
|
2003-09-08 13:38:15 +02:00
|
|
|
SUBDIR += autopsy
|
2009-05-09 22:04:27 +02:00
|
|
|
SUBDIR += b43-fwcutter
|
2010-09-23 05:44:32 +02:00
|
|
|
SUBDIR += backuppc
|
2007-09-24 05:09:47 +02:00
|
|
|
SUBDIR += bacula-bat
|
2004-11-29 21:37:10 +01:00
|
|
|
SUBDIR += bacula-client
|
2012-12-16 17:32:45 +01:00
|
|
|
SUBDIR += bacula-client-static
|
2007-01-05 00:22:14 +01:00
|
|
|
SUBDIR += bacula-docs
|
2004-12-13 00:54:15 +01:00
|
|
|
SUBDIR += bacula-server
|
2014-08-07 21:21:45 +02:00
|
|
|
SUBDIR += bacula5-bat
|
|
|
|
SUBDIR += bacula5-client
|
|
|
|
SUBDIR += bacula5-client-static
|
|
|
|
SUBDIR += bacula5-docs
|
|
|
|
SUBDIR += bacula5-server
|
2014-07-03 12:18:24 +02:00
|
|
|
SUBDIR += bamf
|
2007-09-14 06:26:27 +02:00
|
|
|
SUBDIR += bashburn
|
2006-11-05 15:33:50 +01:00
|
|
|
SUBDIR += batmon
|
2003-09-25 07:33:20 +02:00
|
|
|
SUBDIR += battfink
|
2006-09-04 10:23:04 +02:00
|
|
|
SUBDIR += battmond
|
2011-08-30 19:27:36 +02:00
|
|
|
SUBDIR += battray
|
2003-06-03 23:24:17 +02:00
|
|
|
SUBDIR += bbapm
|
2012-08-22 00:14:30 +02:00
|
|
|
SUBDIR += bbcp
|
1999-01-14 00:10:30 +01:00
|
|
|
SUBDIR += bchunk
|
2005-06-02 01:31:29 +02:00
|
|
|
SUBDIR += be_agent
|
2012-04-28 08:46:11 +02:00
|
|
|
SUBDIR += beadm
|
2012-09-12 17:00:42 +02:00
|
|
|
SUBDIR += beadm-devel
|
2014-08-21 17:06:15 +02:00
|
|
|
SUBDIR += bhyve-rc
|
2006-07-04 20:37:43 +02:00
|
|
|
SUBDIR += biosfont
|
1998-01-28 04:51:56 +01:00
|
|
|
SUBDIR += bkpupsd
|
2003-08-10 10:39:24 +02:00
|
|
|
SUBDIR += bksh
|
2009-12-25 11:17:11 +01:00
|
|
|
SUBDIR += bontmia
|
2005-02-25 10:09:51 +01:00
|
|
|
SUBDIR += boxbackup
|
2011-01-25 03:46:15 +01:00
|
|
|
SUBDIR += boxbackup-devel
|
2006-10-14 10:49:06 +02:00
|
|
|
SUBDIR += brasero
|
2013-09-04 08:39:10 +02:00
|
|
|
SUBDIR += brebis
|
2006-06-18 01:53:15 +02:00
|
|
|
SUBDIR += bsd-splash-changer
|
2006-05-16 11:16:11 +02:00
|
|
|
SUBDIR += bsdadminscripts
|
2012-06-20 18:58:12 +02:00
|
|
|
SUBDIR += bsdconfig
|
2009-10-19 19:22:30 +02:00
|
|
|
SUBDIR += bsdcrashtar
|
2008-10-17 23:21:47 +02:00
|
|
|
SUBDIR += bsdhwmon
|
2012-06-22 15:54:24 +02:00
|
|
|
SUBDIR += bsdinfo
|
2010-04-14 17:28:28 +02:00
|
|
|
SUBDIR += bsdmoted
|
2014-07-08 16:30:27 +02:00
|
|
|
SUBDIR += bsdploy
|
2006-08-06 05:34:08 +02:00
|
|
|
SUBDIR += bsdstats
|
2014-08-24 01:53:38 +02:00
|
|
|
SUBDIR += btsixad
|
2001-04-17 20:23:49 +02:00
|
|
|
SUBDIR += bubblemon-dockapp
|
2012-05-31 19:14:00 +02:00
|
|
|
SUBDIR += bulk_extractor
|
2009-03-25 23:17:59 +01:00
|
|
|
SUBDIR += busybox
|
2013-01-22 00:55:21 +01:00
|
|
|
SUBDIR += busybox-unstable
|
2011-04-12 05:14:05 +02:00
|
|
|
SUBDIR += byobu
|
2013-05-24 18:34:29 +02:00
|
|
|
SUBDIR += cbsd
|
2004-06-24 10:33:19 +02:00
|
|
|
SUBDIR += ccd2iso
|
2007-09-07 15:32:49 +02:00
|
|
|
SUBDIR += cciss_vol_status
|
2003-06-03 03:47:23 +02:00
|
|
|
SUBDIR += ccze
|
2004-05-01 23:08:25 +02:00
|
|
|
SUBDIR += cdargs
|
2004-04-02 09:21:51 +02:00
|
|
|
SUBDIR += cdbkup
|
2010-05-09 10:13:28 +02:00
|
|
|
SUBDIR += cdeploy
|
2004-10-26 20:41:39 +02:00
|
|
|
SUBDIR += cdf
|
2005-09-21 18:06:21 +02:00
|
|
|
SUBDIR += cdircmp
|
cdls is a curses-based file manager for quickly browsing directories and
files. The screen can be dynamically adjusted to include all information
(like 'ls -ail'), or just the filenames (multi-column), or anything in
between.
All basic file and directory manipulations are possible with 1 keystroke:
copy, move, delete, view, execute, change owner/group/mode, edit, diff,
link (hard/symbolic), wc, tail -f, cksum, hexdump and many others.
Documentation is self-contained in cdls and consists of two screens from
which each option or subject can be selected to show its info screen.
PR: ports/166942
Submitted by: Hans de Hartog <hans@dehartog.nl>
2012-04-15 17:10:14 +02:00
|
|
|
SUBDIR += cdls
|
2002-11-18 11:56:26 +01:00
|
|
|
SUBDIR += cdrdao
|
2007-12-12 11:01:12 +01:00
|
|
|
SUBDIR += cdrkit
|
2002-08-09 03:37:33 +02:00
|
|
|
SUBDIR += cdroot
|
2001-08-02 10:56:34 +02:00
|
|
|
SUBDIR += cdrtools
|
2003-08-19 18:29:17 +02:00
|
|
|
SUBDIR += cdrtools-devel
|
2013-01-08 14:48:05 +01:00
|
|
|
SUBDIR += cfengine
|
2012-08-14 22:50:56 +02:00
|
|
|
SUBDIR += cfengine22
|
|
|
|
SUBDIR += cfengine32
|
|
|
|
SUBDIR += cfengine33
|
2012-11-28 01:24:10 +01:00
|
|
|
SUBDIR += cfengine34
|
cfengine/Makefile:
- Add CFENGINE_VERSION 35
cfengine-devel/Makefile:
- Mark IGNORE since development has not branched yet
Add cfengine 3.5.0:
New features:
- classes promises now take an optional scope constraint.
- new built-in functions: every, none, some, nth, sublist, uniq, filter
- cf-promises flag --parse-tree is replaced by --policy-output-format=,
requiring the
user to specify the output format (none, cf, json)
- cf-promises allows partial check of policy (without body common
control) without integrity check; --full-check enforces integrity check
- agent binaries support JSON input format (.json file as generated
by cf-promises)
- cf-key: new options --trust-key/-t and --print-digest/-p
- Class "failsafe_fallback" is defined in failsafe.cf when main
policy contains errors and
failsafe is run because of this
- add scope attribute for body classes (Redmine #2013)
- Better diagnostics of parsing errors
- Error messages from parser now show the context of error
- new cf-agent option: --self-diagnostics
- new output format, and --legacy-output
- warnings for cf-promises.
- Enable zeroconf-discovery of policy hubs for automatic bootstrapping
if Avahi is present
- Support for sys.cpus on more platforms than Linux & HPUX
Changes:
- parser no longer allows ',' after promiser or promisee. must be
either ';' or lval
- Make parser output in GCC compatible format the only supported format
(remove --gcc-brief-format flag)
- Silence license warnings in Enterprise Free25 installations
- action_policy => "warn" causes not_kept classes to be set on
promise needing repair.
- command line option version (-V) now prints a shorter parsable
version without graphic
- implicit execution of server and common bundles taking arguments
is skipped in cf-serverd.
- WARNING: option --policy-server removed, require option to --bootstrap
instead
- process promises don't log if processes are out of range unless you
run in verbose mode
- reports promises are now allowed in any context (Redmine #2005)
- cf-report has been removed
- cf-execd: --once implies --no-fork
- Version info removed from mail subject in the emails sent by cf-execd.
The subject will only contain "[fqname/ipaddress]" instead of
"communnity/nova [fqname/ipaddress]".
Please change your email filters accordingly if necessary.
- "outputs" promise type is retired. Their semantics was not clear,
and the functionality
is better suited for control body setting, not a promise.
- Tokyo Cabinet databases are now automatically checked for
correctness during opening. It should prevent a number of issues
with corrupted TC databases causing binaries to hang.
- Improved ACL handling on Windows, which led to some syntax changes.
We now consistently use the term "default" to describe ACLs that
can be inherited by child objects. These keywords have received new names:
acl_directory_inherit -> acl_default
specify_inherit_aces -> specify_default_aces
The old keywords are deprecated, but still valid. In addition, a new
keyword "acl_inherit" controls inheritance behavior on Windows. This
feature does not exist on Unix platforms. (Redmine #1832)
- Networking code is moved from libpromises to its own library,
libcfnet. Work has begun on making the API more sane and thread-safe.
Lots of legacy code was removed.
- Add getaddrinfo() replacement in libcompat (borrowed from PostgreSQL).
- Replace old deprecated and non thread-safe resolver calls with
getaddrinfo() and getnameinfo().
- Hostname2IPString(), IPString2Hostname() are now thread-safe, and are
returning error when resolution fails.
- Running cf-execd --once now implies --no-fork, and also does not wait
for splaytime to pass.
- execresult(), returnszero() and commands promises no longer requires
the first word
word to be an absolute path when using the shell. (Part of Redmine #2143)
- commands promises useshell attribute now accepts "noshell" and
"useshell" values. Boolean values are accepted but deprecated. (Part of
Redmine #2143)
- returnszero() now correctly sets the class name in this scenario (Part of
Redmine #2143):
classes:
"commandfailed" not => returnszero("/bin/nosuchcommand", "noshell");
Bugfixes:
- bundles are allowed to be empty (Redmine #2411)
- Fixed '.' and '-' not being accepted by a commands module. (Redmine #2384)
- Correct parsing of list variables by a command module. (Redmine #2239)
- Fixed issue with package management and warn. (Redmine #1831)
- Fixed JSON crash. (Redmine #2151)
- Improved error checking when using fgets(). (Redmine #2451)
- Fixed error message when deleting nonexistent files. (Redmine #2448)
- Honor warn-only when purging from local directory. (Redmine #2162)
- Make sure "restart" and "reload" are recognized keywords in
packages. (Redmine #2468)
- Allocate memory dynamically to avoid out-of-buffer or out-of-hash
situations
- fix edit_xml update of existing attributes (Redmine #2034)
- use failsafe policy from compile-time specified workdir (Redmine #1991)
- ifvarclass checked from classes promises in common bundles
- do not wait for splaytime when executing only once
- disable xml editing functionality when libxml2 doesn't provide
necessary APIs (Redmine #1937)
- Out-of-tree builds should work again, fixed a bunch of related bugs.
- Fixed race condition in file editing. (Redmine #2545)
- Fixed memory leak in cf-serverd and others (Redmine #1758)
Approved by: cy (maintainer, implicit)
2013-06-12 20:00:45 +02:00
|
|
|
SUBDIR += cfengine35
|
2014-04-01 21:06:05 +02:00
|
|
|
SUBDIR += cfengine36
|
2003-04-21 04:03:05 +02:00
|
|
|
SUBDIR += chgrep
|
2007-12-15 22:18:18 +01:00
|
|
|
SUBDIR += ciso
|
2006-11-20 20:05:47 +01:00
|
|
|
SUBDIR += ck4up
|
2003-11-15 19:33:11 +01:00
|
|
|
SUBDIR += clean
|
2000-07-07 16:30:01 +02:00
|
|
|
SUBDIR += clockspeed
|
2003-11-11 22:01:09 +01:00
|
|
|
SUBDIR += clockspeed-conf
|
add new port: sysutils/clone
clone is a file tree cloning tool which runs 3 threads - a scheduler (main), a
reader, and a writer thread. Reading and writing occurs in parallel. While this
is most beneficial for copying data from one physical disk to another, clone is
also very well suited for cloning a file tree to any place on the same disk.
Cloning includes the whole directory hierarchy, i.e. sub-directories, files,
hard links, symbolic links, attributes (modes, flags, times), extended
attributes and access control lists.
clone is useful for cloning (thus backing-up) live file systems, and it can
also be used in incremental and synchronization mode.
clone works on FreeBSD and Mac OS X.
clone is very fast, for example, cloning a whole UFS2 file hierarchy on
FreeBSD 9.1 of in total 2.3 TBytes of data from one hard disk to another
took 7.5 h, so the average transfer rate for all kind of files (very small
up to very big ones) was about 89 MByte/s.
WWW: https://code.google.com/p/clone/
PR: 175945
Submitted by: cyclaero@gmail.com
2013-02-08 06:43:07 +01:00
|
|
|
SUBDIR += clone
|
2007-09-08 07:34:14 +02:00
|
|
|
SUBDIR += clonehdd
|
2004-01-25 13:56:50 +01:00
|
|
|
SUBDIR += cloop-utils
|
2014-06-09 21:31:27 +02:00
|
|
|
SUBDIR += clsync
|
2003-01-16 06:00:09 +01:00
|
|
|
SUBDIR += cmdwatch
|
2014-08-23 17:13:23 +02:00
|
|
|
SUBDIR += cmockery2
|
2013-12-10 20:42:07 +01:00
|
|
|
SUBDIR += cmogstored
|
2005-07-29 21:04:24 +02:00
|
|
|
SUBDIR += cmospwd
|
2004-05-02 00:47:45 +02:00
|
|
|
SUBDIR += cog
|
2001-06-13 09:19:08 +02:00
|
|
|
SUBDIR += colorize
|
1998-12-27 19:06:51 +01:00
|
|
|
SUBDIR += comconsole
|
2007-02-26 16:49:55 +01:00
|
|
|
SUBDIR += comiccron
|
Condor is a open-source, specialized workload management system for
compute-intensive jobs. Like other full-featured batch systems, Condor
provides a job queueing mechanism, scheduling policy, priority scheme,
resource monitoring, and resource management. Users submit their serial
or parallel jobs to Condor, Condor places them into a queue, chooses
when and where to run the jobs based upon a policy, carefully monitors
their progress, and ultimately informs the user upon completion. Condor
also contains mechanisms to submit jobs to grid-sites and supports many
different grid toolkits.
WWW: http://www.cs.wisc.edu/condor/
PR: ports/112510
Submitted by: Andy Pavlo
2007-06-05 15:02:35 +02:00
|
|
|
SUBDIR += condor
|
2012-06-26 19:00:24 +02:00
|
|
|
SUBDIR += confctl
|
2009-05-07 19:40:06 +02:00
|
|
|
SUBDIR += confman
|
2005-08-31 09:45:52 +02:00
|
|
|
SUBDIR += conky
|
2008-05-25 19:20:54 +02:00
|
|
|
SUBDIR += conky-awesome
|
2001-09-21 07:59:19 +02:00
|
|
|
SUBDIR += consolehm
|
2007-08-27 15:52:48 +02:00
|
|
|
SUBDIR += consolekit
|
1997-01-06 10:51:52 +01:00
|
|
|
SUBDIR += contool
|
2014-05-29 19:11:38 +02:00
|
|
|
SUBDIR += contractor
|
1998-12-20 22:15:22 +01:00
|
|
|
SUBDIR += copytape
|
2003-12-17 02:30:15 +01:00
|
|
|
SUBDIR += coreutils
|
2002-09-17 08:33:00 +02:00
|
|
|
SUBDIR += cotty
|
1999-10-31 17:31:25 +01:00
|
|
|
SUBDIR += cpdup
|
2003-11-15 21:17:59 +01:00
|
|
|
SUBDIR += cpu
|
2011-11-17 19:42:47 +01:00
|
|
|
SUBDIR += cpuburn
|
2011-03-31 17:01:45 +02:00
|
|
|
SUBDIR += cpulimit
|
2006-12-07 10:36:45 +01:00
|
|
|
SUBDIR += cramfs
|
2001-04-07 08:03:49 +02:00
|
|
|
SUBDIR += crashme
|
2011-07-19 05:45:58 +02:00
|
|
|
SUBDIR += createrepo
|
2006-03-15 11:29:04 +01:00
|
|
|
SUBDIR += cromwell
|
2000-01-22 04:11:00 +01:00
|
|
|
SUBDIR += cronolog
|
2010-12-28 21:16:19 +01:00
|
|
|
SUBDIR += cronolog-devel
|
2012-01-16 15:53:55 +01:00
|
|
|
SUBDIR += curly
|
2001-03-15 14:36:30 +01:00
|
|
|
SUBDIR += cvsweb-converters
|
2006-12-04 23:14:17 +01:00
|
|
|
SUBDIR += cw
|
2008-02-16 12:50:36 +01:00
|
|
|
SUBDIR += daa2iso
|
2009-03-19 17:33:06 +01:00
|
|
|
SUBDIR += dae
|
2004-11-05 14:03:46 +01:00
|
|
|
SUBDIR += daedalus
|
1998-06-16 09:49:54 +02:00
|
|
|
SUBDIR += daemontools
|
2014-08-03 23:08:11 +02:00
|
|
|
SUBDIR += daemontools-encore
|
2004-01-03 12:53:09 +01:00
|
|
|
SUBDIR += dar
|
2014-03-28 23:24:15 +01:00
|
|
|
SUBDIR += dateutils
|
2011-02-15 16:59:43 +01:00
|
|
|
SUBDIR += dc3dd
|
2005-01-09 19:14:24 +01:00
|
|
|
SUBDIR += dcfldd
|
2005-03-14 18:09:49 +01:00
|
|
|
SUBDIR += dd_rescue
|
2013-06-05 00:18:15 +02:00
|
|
|
SUBDIR += ddpt
|
Add port sysutils/ddrescue:
GNU ddrescue is a data recovery tool. It copies data from one file or
block device (hard disc, cdrom, etc) to another, trying hard to rescue
data in case of read errors. Ddrescue does not truncate the output file
if not asked to. So, every time you run it on the same output file, it
tries to fill in the gaps. The basic operation of ddrescue is fully
automatic. That is, you don't have to wait for an error, stop the
program, read the log, run it in reverse mode, etc. If you use the
logfile feature of ddrescue, the data is rescued very efficiently (only
the needed blocks are read). Also you can interrupt the rescue at any
time and resume it later at the same point.
Automatic merging of backups: If you have two or more damaged copies of
a file, cdrom, etc, and run ddrescue on all of them, one at a time,
with the same output file, you will probably obtain a complete and
error-free file. This is so because the probability of having damaged
areas at the same places on different input files is very low. Using
the logfile, only the needed blocks are read from the second and
successive copies.
WWW: http://www.gnu.org/software/ddrescue/ddrescue.html
Author: Antonio Diaz Diaz <ant_diaz@teleline.es>
2007-08-16 14:13:45 +02:00
|
|
|
SUBDIR += ddrescue
|
2013-02-08 10:08:19 +01:00
|
|
|
SUBDIR += debhelper
|
2011-02-26 22:25:04 +01:00
|
|
|
SUBDIR += debootstrap
|
2005-05-18 18:51:17 +02:00
|
|
|
SUBDIR += deltup
|
2010-01-31 02:49:51 +01:00
|
|
|
SUBDIR += desktop-installer
|
1999-12-25 17:14:23 +01:00
|
|
|
SUBDIR += detach
|
2005-03-13 22:24:10 +01:00
|
|
|
SUBDIR += detox
|
2007-07-20 00:45:05 +02:00
|
|
|
SUBDIR += devcpu-data
|
2009-07-08 03:02:38 +02:00
|
|
|
SUBDIR += devstat
|
2012-04-01 10:27:11 +02:00
|
|
|
SUBDIR += dfc
|
2003-02-15 16:46:48 +01:00
|
|
|
SUBDIR += di
|
2001-04-17 20:17:51 +02:00
|
|
|
SUBDIR += dim
|
2001-05-07 08:47:19 +02:00
|
|
|
SUBDIR += dirdiff
|
2005-05-04 15:28:47 +02:00
|
|
|
SUBDIR += dirvish
|
2001-08-24 16:33:12 +02:00
|
|
|
SUBDIR += diskcheckd
|
2013-12-19 13:57:18 +01:00
|
|
|
SUBDIR += diskimage-tools
|
2006-11-29 00:35:01 +01:00
|
|
|
SUBDIR += diskscrub
|
2003-07-23 19:00:33 +02:00
|
|
|
SUBDIR += disktool
|
2003-06-16 05:29:21 +02:00
|
|
|
SUBDIR += disktype
|
2008-11-01 23:53:45 +01:00
|
|
|
SUBDIR += djmount
|
2010-01-27 02:12:11 +01:00
|
|
|
SUBDIR += dmg2img
|
2003-11-19 22:23:26 +01:00
|
|
|
SUBDIR += dmidecode
|
2010-09-29 05:45:32 +02:00
|
|
|
SUBDIR += doinkd
|
2004-07-21 00:08:44 +02:00
|
|
|
SUBDIR += dolly
|
2006-07-17 10:12:46 +02:00
|
|
|
SUBDIR += downtime
|
2010-12-23 17:41:19 +01:00
|
|
|
SUBDIR += downtimed
|
2004-01-24 00:28:58 +01:00
|
|
|
SUBDIR += dt
|
2010-08-02 21:45:30 +02:00
|
|
|
SUBDIR += dtpstree
|
2001-06-26 23:03:15 +02:00
|
|
|
SUBDIR += du2ps
|
2009-07-16 04:16:49 +02:00
|
|
|
SUBDIR += duff
|
2013-11-04 10:41:14 +01:00
|
|
|
SUBDIR += dunst
|
2003-07-03 08:57:30 +02:00
|
|
|
SUBDIR += duplicity
|
2010-09-29 15:11:08 +02:00
|
|
|
SUBDIR += duply
|
2009-01-13 16:42:55 +01:00
|
|
|
SUBDIR += dupmerge
|
2003-06-17 03:21:12 +02:00
|
|
|
SUBDIR += dvd+rw-tools
|
2004-11-23 22:15:43 +01:00
|
|
|
SUBDIR += dvdbackup
|
2005-10-13 14:38:35 +02:00
|
|
|
SUBDIR += dvdimagecmp
|
2006-09-30 10:02:15 +02:00
|
|
|
SUBDIR += dvdisaster
|
2012-02-03 11:26:18 +01:00
|
|
|
SUBDIR += dvdvideo
|
2008-05-18 17:30:36 +02:00
|
|
|
SUBDIR += dvtm
|
2003-04-01 00:05:56 +02:00
|
|
|
SUBDIR += dwatch
|
2001-07-03 20:13:14 +02:00
|
|
|
SUBDIR += e2fsprogs
|
2012-08-16 06:57:49 +02:00
|
|
|
SUBDIR += ec2-scripts
|
2012-06-05 11:04:02 +02:00
|
|
|
SUBDIR += edid-decode
|
2000-01-05 23:33:38 +01:00
|
|
|
SUBDIR += eject
|
2007-01-15 15:34:45 +01:00
|
|
|
SUBDIR += endian
|
2002-02-20 17:57:15 +01:00
|
|
|
SUBDIR += enteruser
|
2014-01-28 04:25:28 +01:00
|
|
|
SUBDIR += entr
|
2005-04-03 13:54:33 +02:00
|
|
|
SUBDIR += env4801
|
2003-12-21 02:09:41 +01:00
|
|
|
SUBDIR += eroaster
|
2003-07-30 18:55:35 +02:00
|
|
|
SUBDIR += etcmerge
|
2010-07-09 20:29:51 +02:00
|
|
|
SUBDIR += etcupdate
|
2006-11-14 13:40:41 +01:00
|
|
|
SUBDIR += eventlog
|
2006-09-12 21:58:25 +02:00
|
|
|
SUBDIR += evtviewer
|
2012-04-11 05:39:18 +02:00
|
|
|
SUBDIR += exfat-utils
|
2001-03-22 16:04:23 +01:00
|
|
|
SUBDIR += extipl
|
2005-10-16 04:17:38 +02:00
|
|
|
SUBDIR += ezjail
|
2005-06-01 08:27:08 +02:00
|
|
|
SUBDIR += fanout
|
2006-11-30 05:56:43 +01:00
|
|
|
SUBDIR += farbot
|
2002-07-17 08:34:42 +02:00
|
|
|
SUBDIR += fastest_cvsup
|
2005-07-01 13:12:09 +02:00
|
|
|
SUBDIR += fatback
|
2009-10-29 23:19:09 +01:00
|
|
|
SUBDIR += fconfig
|
2001-03-01 17:33:19 +01:00
|
|
|
SUBDIR += fcron
|
2005-01-18 18:06:38 +01:00
|
|
|
SUBDIR += fdupes
|
2011-11-30 23:20:54 +01:00
|
|
|
SUBDIR += feather
|
2003-09-28 17:39:46 +02:00
|
|
|
SUBDIR += fetchlog
|
2007-02-06 10:24:09 +01:00
|
|
|
SUBDIR += ffs2recov
|
2001-12-13 05:03:48 +01:00
|
|
|
SUBDIR += file
|
2001-04-10 21:51:45 +02:00
|
|
|
SUBDIR += filedupe
|
2009-11-21 23:16:11 +01:00
|
|
|
SUBDIR += filelight-kde4
|
2003-11-06 11:56:34 +01:00
|
|
|
SUBDIR += fileprune
|
2004-05-23 18:29:27 +02:00
|
|
|
SUBDIR += fileschanged
|
2009-05-31 14:43:55 +02:00
|
|
|
SUBDIR += filetype
|
2013-08-23 15:52:39 +02:00
|
|
|
SUBDIR += filewatcherd
|
2002-07-23 15:31:32 +02:00
|
|
|
SUBDIR += finfo
|
2013-10-21 00:03:29 +02:00
|
|
|
SUBDIR += firstboot-freebsd-update
|
2013-11-30 01:17:00 +01:00
|
|
|
SUBDIR += firstboot-pkgs
|
2002-03-19 00:10:09 +01:00
|
|
|
SUBDIR += flasher
|
flashrom is a utility for reading, writing, verifying and erasing flash ROM
chips. It's often used to flash BIOS/coreboot/firmware images.
It supports a wide range of DIP32, PLCC32, DIP8, SO8/SOIC8, TSOP32, and
TSOP40 chips, which use various protocols such as LPC, FWH, parallel flash,
or SPI.
WWW: http://www.coreboot.org/Flashrom
PR: 134267
Submitted by: Alexander Logvinov <ports at logvinov dot com>
2009-05-07 01:25:15 +02:00
|
|
|
SUBDIR += flashrom
|
1999-10-07 06:23:10 +02:00
|
|
|
SUBDIR += flexbackup
|
2011-08-08 22:02:03 +02:00
|
|
|
SUBDIR += flock
|
2001-10-10 12:29:18 +02:00
|
|
|
SUBDIR += flog
|
2008-01-22 08:48:39 +01:00
|
|
|
SUBDIR += flyback
|
2003-05-13 06:08:02 +02:00
|
|
|
SUBDIR += fonteditfs
|
2004-12-15 13:39:25 +01:00
|
|
|
SUBDIR += foremost
|
2000-04-30 02:36:00 +02:00
|
|
|
SUBDIR += fortunelock
|
2011-11-25 13:56:22 +01:00
|
|
|
SUBDIR += fpart
|
2006-06-21 18:14:12 +02:00
|
|
|
SUBDIR += fpc-syslog
|
2009-01-14 04:53:14 +01:00
|
|
|
SUBDIR += fpc-users
|
2006-06-21 18:16:42 +02:00
|
|
|
SUBDIR += fpc-utmp
|
2010-08-16 20:37:33 +02:00
|
|
|
SUBDIR += fpc-uuid
|
2006-02-05 10:55:35 +01:00
|
|
|
SUBDIR += fpkg
|
2005-09-23 22:16:31 +02:00
|
|
|
SUBDIR += freebsd-snapshot
|
2004-01-08 00:53:23 +01:00
|
|
|
SUBDIR += freecolor
|
2003-06-03 04:21:53 +02:00
|
|
|
SUBDIR += freedt
|
2004-12-23 11:55:45 +01:00
|
|
|
SUBDIR += freeipmi
|
2003-03-27 17:02:13 +01:00
|
|
|
SUBDIR += freesbie
|
2006-02-04 16:13:37 +01:00
|
|
|
SUBDIR += freqsdwn
|
2011-02-03 10:01:18 +01:00
|
|
|
SUBDIR += froxlor
|
2005-04-12 13:16:06 +02:00
|
|
|
SUBDIR += fsbackup
|
2012-06-08 03:10:42 +02:00
|
|
|
SUBDIR += fsc
|
2008-11-11 14:29:13 +01:00
|
|
|
SUBDIR += fstyp
|
2007-12-18 17:00:00 +01:00
|
|
|
SUBDIR += ftwin
|
2009-03-15 14:37:45 +01:00
|
|
|
SUBDIR += fusefs-afuse
|
2008-04-07 14:36:45 +02:00
|
|
|
SUBDIR += fusefs-chironfs
|
2008-05-21 23:24:39 +02:00
|
|
|
SUBDIR += fusefs-cryptofs
|
2006-05-25 15:03:32 +02:00
|
|
|
SUBDIR += fusefs-curlftpfs
|
2007-01-06 11:41:50 +01:00
|
|
|
SUBDIR += fusefs-encfs
|
2012-01-31 06:42:27 +01:00
|
|
|
SUBDIR += fusefs-exfat
|
2011-11-12 19:40:26 +01:00
|
|
|
SUBDIR += fusefs-ext4fuse
|
2006-07-19 02:57:52 +02:00
|
|
|
SUBDIR += fusefs-funionfs
|
2013-05-01 08:37:47 +02:00
|
|
|
SUBDIR += fusefs-fusepak
|
2010-08-22 13:41:18 +02:00
|
|
|
SUBDIR += fusefs-fusexmp_fh
|
2006-12-24 04:10:48 +01:00
|
|
|
SUBDIR += fusefs-gnome-vfs
|
2008-12-28 13:57:40 +01:00
|
|
|
SUBDIR += fusefs-gstfs
|
2008-07-05 13:39:42 +02:00
|
|
|
SUBDIR += fusefs-gunzip
|
2006-07-19 03:03:39 +02:00
|
|
|
SUBDIR += fusefs-httpfs
|
2011-11-23 02:53:31 +01:00
|
|
|
SUBDIR += fusefs-ifuse
|
2005-10-19 10:18:57 +02:00
|
|
|
SUBDIR += fusefs-kmod
|
2005-10-19 10:14:55 +02:00
|
|
|
SUBDIR += fusefs-libs
|
2009-06-26 14:31:27 +02:00
|
|
|
SUBDIR += fusefs-mhddfs
|
2012-04-27 20:38:33 +02:00
|
|
|
SUBDIR += fusefs-mp3fs
|
2006-12-05 23:15:46 +01:00
|
|
|
SUBDIR += fusefs-ntfs
|
2007-08-23 09:28:36 +02:00
|
|
|
SUBDIR += fusefs-pod
|
2011-07-27 21:32:10 +02:00
|
|
|
SUBDIR += fusefs-rar2fs
|
2009-04-12 00:26:32 +02:00
|
|
|
SUBDIR += fusefs-s3fs
|
2014-08-24 18:14:28 +02:00
|
|
|
SUBDIR += fusefs-simple-mtpfs
|
2006-08-28 22:41:33 +02:00
|
|
|
SUBDIR += fusefs-smbnetfs
|
2006-08-22 16:29:25 +02:00
|
|
|
SUBDIR += fusefs-sqlfs
|
2005-10-19 10:21:28 +02:00
|
|
|
SUBDIR += fusefs-sshfs
|
2006-07-17 05:50:17 +02:00
|
|
|
SUBDIR += fusefs-unionfs
|
2006-06-16 18:17:15 +02:00
|
|
|
SUBDIR += fusefs-wdfs
|
2007-08-10 21:07:36 +02:00
|
|
|
SUBDIR += fusefs-wikipediafs
|
2013-01-28 12:03:50 +01:00
|
|
|
SUBDIR += fusefs-zip
|
2002-10-13 09:12:53 +02:00
|
|
|
SUBDIR += fvcool
|
2010-03-20 20:36:43 +01:00
|
|
|
SUBDIR += gaffitter
|
2007-06-16 18:03:51 +02:00
|
|
|
SUBDIR += gai-leds
|
2003-03-02 01:24:16 +01:00
|
|
|
SUBDIR += ganglia-monitor-core
|
2003-09-29 16:08:41 +02:00
|
|
|
SUBDIR += ganglia-webfrontend
|
2006-06-07 23:12:48 +02:00
|
|
|
SUBDIR += gapcmon
|
2011-03-03 11:15:52 +01:00
|
|
|
SUBDIR += garcon
|
2010-02-16 14:06:12 +01:00
|
|
|
SUBDIR += gather
|
2004-02-18 15:32:16 +01:00
|
|
|
SUBDIR += gcdmaster
|
1999-06-28 03:09:41 +02:00
|
|
|
SUBDIR += gcombust
|
2002-05-13 05:21:45 +02:00
|
|
|
SUBDIR += gconf-editor
|
2010-08-22 18:54:24 +02:00
|
|
|
SUBDIR += gdisk
|
2005-10-14 16:36:57 +02:00
|
|
|
SUBDIR += gdmap
|
2010-01-14 05:26:41 +01:00
|
|
|
SUBDIR += geomWatch
|
2006-10-10 00:46:34 +02:00
|
|
|
SUBDIR += geomgui
|
2008-03-19 14:28:58 +01:00
|
|
|
SUBDIR += getdelta
|
2009-12-08 02:27:52 +01:00
|
|
|
SUBDIR += geteltorito
|
2012-12-06 01:02:45 +01:00
|
|
|
SUBDIR += gigolo
|
2005-06-18 11:07:15 +02:00
|
|
|
SUBDIR += gkfreq
|
2003-06-01 15:53:22 +02:00
|
|
|
SUBDIR += gkleds2
|
2004-07-18 00:26:50 +02:00
|
|
|
SUBDIR += gkrellfire
|
2001-08-27 18:52:36 +02:00
|
|
|
SUBDIR += gkrellflynn
|
2004-07-12 22:36:35 +02:00
|
|
|
SUBDIR += gkrellm-trayicons
|
2002-09-02 20:40:46 +02:00
|
|
|
SUBDIR += gkrellm2
|
2004-04-18 01:17:33 +02:00
|
|
|
SUBDIR += gkrelltop
|
2004-11-05 07:12:59 +01:00
|
|
|
SUBDIR += gksu
|
2006-05-28 17:30:03 +02:00
|
|
|
SUBDIR += gnome-control-center
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += gnome-device-manager
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += gnome-mount
|
2002-11-21 02:20:20 +01:00
|
|
|
SUBDIR += gnome-pkgview
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += gnome-power-manager
|
2004-11-08 04:48:48 +01:00
|
|
|
SUBDIR += gnome-schedule
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += gnome-settings-daemon
|
2006-05-28 17:36:57 +02:00
|
|
|
SUBDIR += gnome-system-monitor
|
|
|
|
SUBDIR += gnome-system-tools
|
2006-10-31 10:08:29 +01:00
|
|
|
SUBDIR += gnome_subr
|
2005-03-15 19:00:49 +01:00
|
|
|
SUBDIR += gnomebaker
|
2010-11-19 10:44:17 +01:00
|
|
|
SUBDIR += goaccess
|
2008-01-04 14:08:41 +01:00
|
|
|
SUBDIR += gosa
|
2013-09-14 12:54:57 +02:00
|
|
|
SUBDIR += gpart
|
2003-05-18 00:07:35 +02:00
|
|
|
SUBDIR += gpkgdep
|
2005-01-13 09:54:32 +01:00
|
|
|
SUBDIR += gpte
|
2013-10-06 08:45:45 +02:00
|
|
|
SUBDIR += graffer
|
2010-12-28 14:18:25 +01:00
|
|
|
SUBDIR += graid5
|
2005-02-04 14:36:07 +01:00
|
|
|
SUBDIR += graveman
|
2006-03-15 11:39:34 +01:00
|
|
|
SUBDIR += grok
|
2010-06-11 13:06:20 +02:00
|
|
|
SUBDIR += grub2
|
2013-11-03 06:11:59 +01:00
|
|
|
SUBDIR += grub2-bhyve
|
2013-10-25 22:11:00 +02:00
|
|
|
SUBDIR += grub2-efi
|
2014-06-06 17:26:31 +02:00
|
|
|
SUBDIR += grub2-pcbsd
|
2009-03-27 22:53:43 +01:00
|
|
|
SUBDIR += gsmartcontrol
|
2003-10-18 19:28:13 +02:00
|
|
|
SUBDIR += gstopd
|
2009-02-20 16:19:28 +01:00
|
|
|
SUBDIR += gstreamer-plugins-cdio
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += gstreamer-plugins-hal
|
2013-04-27 22:56:38 +02:00
|
|
|
SUBDIR += gstreamer1-plugins-cdio
|
2002-10-26 22:07:44 +02:00
|
|
|
SUBDIR += gtk-imonc
|
2007-01-25 05:45:45 +01:00
|
|
|
SUBDIR += hachoir-metadata
|
2007-07-13 20:04:23 +02:00
|
|
|
SUBDIR += hachoir-subfile
|
2007-01-25 05:45:45 +01:00
|
|
|
SUBDIR += hachoir-urwid
|
2007-01-26 16:37:50 +01:00
|
|
|
SUBDIR += hachoir-wx
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += hal
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += hal-info
|
2011-01-15 16:52:18 +01:00
|
|
|
SUBDIR += hardlink
|
2010-08-21 17:42:26 +02:00
|
|
|
SUBDIR += hatop
|
2012-06-30 01:01:42 +02:00
|
|
|
SUBDIR += hdrecover
|
1999-11-14 04:29:15 +01:00
|
|
|
SUBDIR += healthd
|
2005-04-06 09:36:41 +02:00
|
|
|
SUBDIR += heartbeat
|
2004-06-07 21:29:09 +02:00
|
|
|
SUBDIR += heirloom
|
2010-11-01 15:11:20 +01:00
|
|
|
SUBDIR += hextools
|
2010-11-19 18:34:51 +01:00
|
|
|
SUBDIR += hfsexplorer
|
2013-05-23 05:53:41 +02:00
|
|
|
SUBDIR += hfsutils
|
2009-03-06 20:43:59 +01:00
|
|
|
SUBDIR += hidesvn
|
2005-07-08 12:15:27 +02:00
|
|
|
SUBDIR += highlnk
|
2005-09-22 12:27:52 +02:00
|
|
|
SUBDIR += hilite
|
2012-01-06 14:34:21 +01:00
|
|
|
SUBDIR += host-setup
|
2004-04-12 17:54:55 +02:00
|
|
|
SUBDIR += hourglass
|
2005-09-18 16:40:36 +02:00
|
|
|
SUBDIR += hoz
|
2008-03-18 17:03:07 +01:00
|
|
|
SUBDIR += hpacucli
|
2010-02-11 17:46:49 +01:00
|
|
|
SUBDIR += hploscripts
|
2014-01-07 14:31:52 +01:00
|
|
|
SUBDIR += hptcli
|
2012-06-24 12:46:24 +02:00
|
|
|
SUBDIR += hs-angel
|
2012-06-03 22:52:29 +02:00
|
|
|
SUBDIR += hs-cpu
|
- Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped.
New ports (69):
databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable
Updated ports (279):
archivers/hs-zip-archive 0.1.3.4_5 --> 0.2.3.2
archivers/hs-zlib-enum 0.2.3_6 --> 0.2.3.1
audio/hs-ALUT 2.2.0.0_14 --> 2.3.0.1
audio/hs-OpenAL 1.4.0.2_5 --> 1.6.0.0
audio/hs-libmpd 0.8.0.2_5 --> 0.8.0.5
benchmarks/hs-criterion 0.6.2.1_6 --> 0.8.1.0
converters/hs-aeson 0.6.1.0_6 --> 0.7.0.6
converters/hs-dataenc 0.14.0.5_5 --> 0.14.0.7
databases/hs-mysql 0.1.1.4_8 --> 0.1.1.6
databases/hs-persistent 1.2.0.1_4 --> 1.3.1.1
databases/hs-persistent-sqlite 1.2.0_4 --> 1.3.0.5
databases/hs-persistent-template 1.2.0_4 --> 1.3.1.4
devel/hs-Boolean 0.2_5 --> 0.2.1
devel/hs-ConfigFile 1.1.1_9 --> 1.1.2
devel/hs-DrIFT 2.2.3_8 --> 2.4.2
devel/hs-MemoTrie 0.6.1_6 --> 0.6.2
devel/hs-MissingH 1.2.0.0_6 --> 1.2.1.0
devel/hs-MonadCatchIO-mtl 0.3.0.5_6 --> 0.3.1.0
devel/hs-MonadCatchIO-transformers 0.3.0.0_8 --> 0.3.1.0
devel/hs-MonadRandom 0.1.9_4 --> 0.1.13
devel/hs-SafeSemaphore 0.9.0_6 --> 0.10.1
devel/hs-Stream 0.4.6.1_6 --> 0.4.7.1
devel/hs-TypeCompose 0.9.9_5 --> 0.9.10
devel/hs-abstract-deque 0.2_4 --> 0.3
devel/hs-abstract-par 0.3.1_8 --> 0.3.3
devel/hs-alex 3.0.5_4 --> 3.1.3
devel/hs-ansi-terminal 0.6_5 --> 0.6.1.1
devel/hs-ansi-wl-pprint 0.6.6_6 --> 0.6.7.1
devel/hs-asn1-types 0.1.3_4 --> 0.2.3
devel/hs-async 2.0.1.4_4 --> 2.0.1.5
devel/hs-base16-bytestring 0.1.1.5_7 --> 0.1.1.6
devel/hs-basic-prelude 0.3.5.0_4 --> 0.3.8
devel/hs-bifunctors 3.2.0.1_5 --> 4.1.1.1
devel/hs-blaze-builder 0.3.1.1_4 --> 0.3.3.2
devel/hs-blaze-builder-enumerator 0.2.0.5_6 --> 0.2.0.6
devel/hs-blaze-textual 0.2.0.8_6 --> 0.2.0.9
devel/hs-bloomfilter 1.2.6.10_7 --> 2.0.0.0
devel/hs-bytestring-show 0.3.5.5_4 --> 0.3.5.6
devel/hs-c2hs 0.16.4_6 --> 0.17.2
devel/hs-cabal-install 1.16.0.2_4 --> 1.18.0.5
devel/hs-cereal 0.3.5.2_7 --> 0.4.0.1
devel/hs-checkers 0.3.1_5 --> 0.3.2
devel/hs-classy-prelude 0.5.7_4 --> 0.9.3
devel/hs-classy-prelude-conduit 0.5.3_5 --> 0.9.3
devel/hs-cmdargs 0.10.3_4 --> 0.10.9
devel/hs-conduit 1.0.5_4 --> 1.1.7
devel/hs-configurator 0.2.0.2_6 --> 0.3.0.0
devel/hs-convertible 1.0.11.1_8 --> 1.1.0.0
devel/hs-cpphs 1.16_5 --> 1.18.5
devel/hs-data-pprint 0.2.1.4_6 --> 0.2.3
devel/hs-directory-tree 0.11.0_6 --> 0.12.0
devel/hs-dlist 0.5_13 --> 0.7.1
devel/hs-either 3.4_5 --> 4.3.0.1
devel/hs-enumerator 0.4.19_8 --> 0.4.20
devel/hs-errors 1.4.1_5 --> 1.4.7
devel/hs-fast-logger 0.3.1_7 --> 2.2.0
devel/hs-fgl 5.4.2.4_9 --> 5.5.0.1
devel/hs-file-embed 0.0.4.7_5 --> 0.0.7
devel/hs-filestore 0.6.0.1_5 --> 0.6.0.3
devel/hs-fsnotify 0.0.11_4 --> 0.1.0.3
devel/hs-gconf 0.12.1.1_6 --> 0.12.5.0
devel/hs-generic-deriving 1.5.0_4 --> 1.6.3
devel/hs-geniplate 0.6.0.3_5 --> 0.6.0.4
devel/hs-ghc-events 0.4.2.0_6 --> 0.4.3.0
devel/hs-ghc-mtl 1.0.1.2_6 --> 1.2.1.0
devel/hs-gio 0.12.4_6 --> 0.12.5.3
devel/hs-glade 0.12.1_10 --> 0.12.5.0
devel/hs-glib 0.12.4_6 --> 0.12.5.4
devel/hs-gtk2hs-buildtools 0.12.4_6 --> 0.12.5.2
devel/hs-haddock 2.13.2_4 --> 2.14.2
devel/hs-happy 1.18.10_6 --> 1.19.4
devel/hs-hashable 1.1.2.5_4,1 --> 1.2.2.0,1
devel/hs-hashed-storage 0.5.10_6 --> 0.5.11
devel/hs-hashtables 1.1.0.2_5 --> 1.1.2.1
devel/hs-haskell-src 1.0.1.5_8 --> 1.0.1.6
devel/hs-haskell-src-exts 1.13.5_6 --> 1.15.0.1
devel/hs-hasktags 0.68.2_5 --> 0.69.0
devel/hs-hastache 0.5.0_5 --> 0.6.0
devel/hs-hinotify 0.3.5_6 --> 0.3.7
devel/hs-hint 0.3.3.6_5 --> 0.4.2.0
devel/hs-hlint 1.8.45_4 --> 1.9.3
devel/hs-hoogle 4.2.16_5 --> 4.2.34
devel/hs-hslogger 1.2.1_6 --> 1.2.4
devel/hs-hspec 1.5.4_4 --> 1.11.0
devel/hs-hspec-expectations 0.3.2_4 --> 0.6.0.1
devel/hs-kqueue 0.1.2.4_6 --> 0.1.2.6
devel/hs-language-c 0.3.2.1_11 --> 0.4.5
devel/hs-language-javascript 0.5.7_6 --> 0.5.13
devel/hs-largeword 1.0.5_4 --> 1.2.3
devel/hs-lens 3.9.0.2_4 --> 4.3.3
devel/hs-lifted-base 0.2.0.5_4 --> 0.2.3.0
devel/hs-logict 0.6_5 --> 0.6.0.2
devel/hs-mmap 0.5.8_7 --> 0.5.9
devel/hs-mmorph 1.0.0_4 --> 1.0.3
devel/hs-monad-control 0.3.2.1_4 --> 0.3.3.0
devel/hs-monad-logger 0.3.1.1_4 --> 0.3.7.1
devel/hs-monad-par 0.3.4.2_4 --> 0.3.4.6
devel/hs-monad-par-extras 0.3.2_8 --> 0.3.3
devel/hs-mtl 2.1.2_6 --> 2.1.3.1
devel/hs-mueval 0.9_5 --> 0.9.1.1
devel/hs-murmur-hash 0.1.0.6_6 --> 0.1.0.7
devel/hs-optparse-applicative 0.5.2.1_5 --> 0.9.1.1
devel/hs-parallel 3.2.0.3_6 --> 3.2.0.4
devel/hs-pcre-light 0.4_13 --> 0.4.0.2
devel/hs-primitive 0.5.0.1_6 --> 0.5.2.1
devel/hs-profunctors 3.3.0.1_4 --> 4.2.0.1
devel/hs-project-template 0.1.3_5 --> 0.1.4.1
devel/hs-quickcheck-io 0.1.0_4 --> 0.1.1
devel/hs-reflection 1.3.2_4 --> 1.5.1
devel/hs-resource-pool 0.2.1.1_6 --> 0.2.3.0
devel/hs-resourcet 0.4.7.1_4 --> 1.1.2.3
devel/hs-safe 0.3.3_9 --> 0.3.7
devel/hs-setenv 0.1.0_6 --> 0.1.1.1
devel/hs-simple-reflect 0.3.1_5 --> 0.3.2
devel/hs-smallcheck 1.0.2_5 --> 1.1.1
devel/hs-syb 0.4.0_4 --> 0.4.1
devel/hs-syb-with-class 0.6.1.4_6 --> 0.6.1.5
devel/hs-system-fileio 0.3.11_5 --> 0.3.14
devel/hs-system-filepath 0.4.7_6 --> 0.4.12
devel/hs-tagged 0.6_4 --> 0.7.2
devel/hs-temporary 1.1.2.4_6 --> 1.2.0.3
devel/hs-test-framework 0.8_7 --> 0.8.0.3
devel/hs-test-framework-hunit 0.3.0_7 --> 0.3.0.1
devel/hs-test-framework-quickcheck2 0.3.0.1_7 --> 0.3.0.3
devel/hs-text 0.11.3.1_4 --> 1.1.0.0
devel/hs-threads 0.5.0.2_5 --> 0.5.1.2
devel/hs-threadscope 0.2.2_6 --> 0.2.4
devel/hs-timezone-olson 0.1.2_5 --> 0.1.4
devel/hs-timezone-series 0.1.2_5 --> 0.1.3
devel/hs-transformers-base 0.4.1_9 --> 0.4.2
devel/hs-uniplate 1.6.10_6 --> 1.6.12
devel/hs-unix-compat 0.4.1.1_4 --> 0.4.1.3
devel/hs-unix-time 0.1.8_4 --> 0.3.3
devel/hs-unordered-containers 0.2.3.1_4 --> 0.2.4.0
devel/hs-utf8-light 0.4.0.1_8 --> 0.4.2
devel/hs-utf8-string 0.3.7_9 --> 0.3.8
devel/hs-utility-ht 0.0.9_4 --> 0.0.10
devel/hs-uuagc 0.9.42.3_4 --> 0.9.51
devel/hs-uuagc-cabal 1.0.4.0_7 --> 1.0.5.0
devel/hs-uuid 1.2.13_4 --> 1.3.3
devel/hs-uulib 0.9.15_5 --> 0.9.16
devel/hs-vault 0.2.0.4_5 --> 0.3.0.3
devel/hs-vector 0.10.0.1_6 --> 0.10.9.1
devel/hs-vector-algorithms 0.5.4.2_6 --> 0.6.0.3
devel/hs-void 0.6_4 --> 0.6.1
devel/hs-word8 0.0.3_5 --> 0.1.1
graphics/hs-HGL 3.2.0.2_14 --> 3.2.0.5
graphics/hs-cairo 0.12.4_6 --> 0.12.5.3
graphics/hs-svgcairo 0.12.1.1_8 --> 0.12.5.2
mail/hs-email-validate 1.0.0_5 --> 2.0.1
mail/hs-mime 0.3.4_6 --> 0.4.0.1
mail/hs-mime-mail 0.4.1.2_7 --> 0.4.5.2
mail/hs-mime-types 0.1.0.3_5 --> 0.1.0.4
math/hs-Agda 2.3.2_6 --> 2.4.0.2
math/hs-categories 1.0.5_5 --> 1.0.6
math/hs-comonad 3.0.2_5 --> 4.2.2
math/hs-contravariant 0.4_5 --> 1.1
math/hs-data-lens 2.10.2_7 --> 2.10.5
math/hs-data-lens-template 2.1.7_7 --> 2.1.8
math/hs-distributive 0.3.1_5 --> 0.4.4
math/hs-math-functions 0.1.3.0_5 --> 0.1.5.2
math/hs-mwc-random 0.12.0.1_6 --> 0.13.1.2
math/hs-nats 0.1_5 --> 0.2
math/hs-pointed 3.0.2_6 --> 4.1
math/hs-probability 0.2.4_8 --> 0.2.4.1
math/hs-semigroupoids 3.0.2_6 --> 4.0.4
math/hs-semigroups 0.9.1_4 --> 0.15.2
math/hs-statistics 0.10.3.1_4 --> 0.13.2.1
math/hs-vector-space 0.8.6_7 --> 0.8.7
multimedia/hs-gstreamer 0.12.1.2_6 --> 0.12.5.0
net/hs-network 2.4.1.2_4 --> 2.4.2.3
net/hs-network-info 0.2.0.3_6 --> 0.2.0.5
net/hs-network-multicast 0.0.7_6 --> 0.0.11
net/hs-simple-sendfile 0.2.11_5 --> 0.2.15
net/hs-socks 0.5.1_4 --> 0.5.4
science/hs-bio 0.5.2_8 --> 0.5.3
security/hs-HsOpenSSL 0.10.3.3_6 --> 0.11
security/hs-RSA 1.2.2.0_7 --> 2.0.0
security/hs-SHA 1.6.1_6 --> 1.6.4.1
security/hs-certificate 1.3.7_4 --> 1.3.9
security/hs-cipher-aes 0.1.8_4 --> 0.2.8
security/hs-cipher-rc4 0.1.2_5 --> 0.1.4
security/hs-clientsession 0.9_4 --> 0.9.0.3
security/hs-cprng-aes 0.3.4_6 --> 0.5.2
security/hs-crypto-api 0.12.1_4 --> 0.13
security/hs-crypto-conduit 0.5.2_4 --> 0.5.4
security/hs-crypto-numbers 0.1.3_5 --> 0.2.3
security/hs-crypto-pubkey 0.1.3_4 --> 0.2.4
security/hs-crypto-pubkey-types 0.3.2_4 --> 0.4.2.2
security/hs-cryptocipher 0.5.0_4 --> 0.6.2
security/hs-cryptohash 0.9.0_4 --> 0.11.6
security/hs-entropy 0.2.1_9 --> 0.3.2
security/hs-monadcryptorandom 0.5.1_5 --> 0.6.1
security/hs-pem 0.1.2_6 --> 0.2.2
security/hs-pwstore-fast 2.3_7 --> 2.4.1
security/hs-skein 1.0.3_4 --> 1.0.9
security/hs-tls 1.1.2_5 --> 1.2.8
sysutils/hs-angel 0.3.4_6 --> 0.5.0
sysutils/hs-cpu 0.1.1_7 --> 0.1.2
textproc/hs-Diff 0.2.0_5 --> 0.3.0
textproc/hs-HStringTemplate 0.7.1_5 --> 0.7.3
textproc/hs-HaXml 1.24_4 --> 1.24.1
textproc/hs-attoparsec-enumerator 0.3.1_7 --> 0.3.3
textproc/hs-blaze-html 0.6.1.1_4 --> 0.7.0.2
textproc/hs-blaze-markup 0.5.1.5_4 --> 0.6.1.0
textproc/hs-case-insensitive 1.0.0.2_4 --> 1.1.0.3
textproc/hs-citeproc-hs 0.3.8_5 --> 0.3.9
textproc/hs-feed 0.3.8_13 --> 0.3.9.2
textproc/hs-hexpat 0.20.3_6 --> 0.20.6
textproc/hs-highlighting-kate 0.5.3.9_4 --> 0.5.8.5
textproc/hs-html-conduit 1.1.0_5 --> 1.1.0.5
textproc/hs-hxt 9.3.1.1_7 --> 9.3.1.4
textproc/hs-hxt-charproperties 9.1.1_9 --> 9.1.1.1
textproc/hs-hxt-unicode 9.0.2_9 --> 9.0.2.2
textproc/hs-pandoc-types 1.10_5 --> 1.12.4.1
textproc/hs-parsec 3.1.3_6 --> 3.1.5
textproc/hs-regex-pcre-builtin 0.94.4.5.8.31_5 --> 0.94.4.8.8.35
textproc/hs-regex-tdfa 1.1.8_5 --> 1.2.0
textproc/hs-stringsearch 0.3.6.4_6 --> 0.3.6.5
textproc/hs-tagsoup 0.12.8_6 --> 0.13.1
textproc/hs-tagstream-conduit 0.5.4_5 --> 0.5.5.1
textproc/hs-texmath 0.6.1.5_4 --> 0.6.7
textproc/hs-xml-conduit 1.1.0.3_5 --> 1.2.1
textproc/hs-xml-types 0.3.3_6 --> 0.3.4
textproc/hs-xmlhtml 0.2.1_5 --> 0.2.3.2
textproc/hs-yaml 0.8.2.4_4 --> 0.8.8.4
www/hs-HTTP 4000.2.8_4 --> 4000.2.10
www/hs-authenticate 1.3.2.6_5 --> 1.3.2.9
www/hs-cgi 3001.1.7.5_4,1 --> 3001.1.8.5,1
www/hs-cookie 0.4.0.1_6 --> 0.4.1.2
www/hs-css-text 0.1.1_10 --> 0.1.2.1
www/hs-gitit 0.10.3.1_5 --> 0.10.4
www/hs-hS3 0.5.7_5 --> 0.5.8
www/hs-happstack 7.0.1_7 --> 7.0.2
www/hs-happstack-server 7.1.7.1_4 --> 7.3.7
www/hs-heist 0.12.0_4 --> 0.13.1.2
www/hs-hjsmin 0.1.4.1_5 --> 0.1.4.7
www/hs-http-conduit 1.9.3_4 --> 2.1.4
www/hs-http-reverse-proxy 0.1.1.6_4 --> 0.4.0.1
www/hs-http-server 1.0.2_5 --> 1.0.4
www/hs-http-types 0.8.0_5 --> 0.8.5
www/hs-oeis 0.3.1_10 --> 0.3.5
www/hs-path-pieces 0.1.2_6 --> 0.1.4
www/hs-recaptcha 0.1_9 --> 0.1.0.2
www/hs-shakespeare 1.0.5_4 --> 2.0.1.1
www/hs-snap 0.12.0_4 --> 0.13.2.8
www/hs-snap-core 0.9.3.1_5 --> 0.9.6.3
www/hs-snap-server 0.9.3.3_5 --> 0.9.4.5
www/hs-wai 1.4.0_5 --> 3.0.1.1
www/hs-wai-app-static 1.3.1.2_5 --> 3.0.0
www/hs-wai-extra 1.3.4_4 --> 3.0.1.2
www/hs-wai-logger 0.3.0_7 --> 2.2.0
www/hs-warp 1.3.8.1_4 --> 3.0.0.5
www/hs-webkit 0.12.4_8 --> 0.12.6.1
www/hs-xss-sanitize 0.3.3_6 --> 0.3.5.2
www/hs-yesod 1.2.0.1_4 --> 1.2.6.1
www/hs-yesod-auth 1.2.0_4 --> 1.3.4
www/hs-yesod-core 1.2.0.4_4 --> 1.2.19
www/hs-yesod-form 1.3.0_4 --> 1.3.14
www/hs-yesod-persistent 1.2.0_4 --> 1.2.3
www/hs-yesod-routes 1.2.0_4 --> 1.2.0.7
www/hs-yesod-static 1.2.0_4 --> 1.2.4
www/hs-yesod-test 1.2.0_4 --> 1.2.3.2
x11-toolkits/hs-GLURaw 1.3.0.0_4 --> 1.4.0.1
x11-toolkits/hs-GLUT 2.4.0.0_5,1 --> 2.5.1.1,1
x11-toolkits/hs-OpenGL 2.8.0.0_4,1 --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw 1.3.0.0_5 --> 1.5.0.0
x11-toolkits/hs-gtk 0.12.4_6 --> 0.12.5.7
x11-toolkits/hs-gtkglext 0.12.1_10 --> 0.12.5.0
x11-toolkits/hs-gtksourceview2 0.12.3.1_8 --> 0.12.5.0
x11-toolkits/hs-pango 0.12.4_6 --> 0.12.5.3
x11-toolkits/hs-vte 0.12.1_10 --> 0.12.5.0
x11-toolkits/hs-wx 0.90.0.1_8 --> 0.90.1.0
x11-toolkits/hs-wxc 0.90.0.4_7 --> 0.90.1.1
x11-toolkits/hs-wxcore 0.90.0.3_7 --> 0.90.1.1
x11-toolkits/hs-wxdirect 0.90.0.1_8 --> 0.90.1.1
x11-wm/hs-xmonad-contrib 0.11.1_6 --> 0.11.3
x11/hs-X11 1.6.1.1_6 --> 1.6.1.2
x11/hs-xmobar 0.17_4 --> 0.21
Removed ports (28):
archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra
Approved by: portmgr (implicit, touching unstaged ports)
Obtained from: FreeBSD Haskell
2014-08-11 00:34:50 +02:00
|
|
|
SUBDIR += hs-ekg
|
|
|
|
SUBDIR += hs-ekg-core
|
2007-08-30 20:46:01 +02:00
|
|
|
SUBDIR += htop
|
2001-11-25 21:21:34 +01:00
|
|
|
SUBDIR += httplog
|
2009-11-29 19:01:23 +01:00
|
|
|
SUBDIR += hwstat
|
2012-05-11 22:56:30 +02:00
|
|
|
SUBDIR += i2c-tools
|
2012-12-11 14:45:36 +01:00
|
|
|
SUBDIR += i7z
|
2007-03-30 17:43:14 +02:00
|
|
|
SUBDIR += iat
|
2001-03-04 18:08:54 +01:00
|
|
|
SUBDIR += installwatch
|
2014-01-09 19:00:36 +01:00
|
|
|
SUBDIR += intel-pcm
|
2014-07-18 09:02:18 +02:00
|
|
|
SUBDIR += iocage
|
2011-12-16 19:40:25 +01:00
|
|
|
SUBDIR += iogen
|
2008-01-23 10:32:24 +01:00
|
|
|
SUBDIR += iograph
|
2011-12-27 21:38:35 +01:00
|
|
|
SUBDIR += ioping
|
2000-12-19 12:12:04 +01:00
|
|
|
SUBDIR += ipa
|
2012-01-13 07:38:24 +01:00
|
|
|
SUBDIR += ipad_charge
|
2004-12-23 11:56:15 +01:00
|
|
|
SUBDIR += ipmitool
|
1999-11-03 01:59:39 +01:00
|
|
|
SUBDIR += ipsc
|
2008-08-07 07:46:49 +02:00
|
|
|
SUBDIR += isc-cron
|
2006-12-12 13:39:56 +01:00
|
|
|
SUBDIR += isomaster
|
2008-07-05 13:59:08 +02:00
|
|
|
SUBDIR += isomd5sum
|
2008-01-11 21:32:30 +01:00
|
|
|
SUBDIR += ispman
|
2009-12-02 14:36:52 +01:00
|
|
|
SUBDIR += istatd
|
2014-02-04 20:11:19 +01:00
|
|
|
SUBDIR += jail-primer
|
2013-01-20 16:31:04 +01:00
|
|
|
SUBDIR += jail2
|
2004-04-13 10:49:14 +02:00
|
|
|
SUBDIR += jailadmin
|
2005-04-06 15:56:54 +02:00
|
|
|
SUBDIR += jailctl
|
2013-03-19 21:13:16 +01:00
|
|
|
SUBDIR += jaildaemon
|
2007-01-04 00:21:11 +01:00
|
|
|
SUBDIR += jailme
|
2011-11-08 18:26:59 +01:00
|
|
|
SUBDIR += jailrc
|
2004-07-18 13:45:30 +02:00
|
|
|
SUBDIR += jailuser
|
2007-09-14 08:14:42 +02:00
|
|
|
SUBDIR += javaservicewrapper
|
2003-06-17 07:03:22 +02:00
|
|
|
SUBDIR += jdiskreport
|
2008-03-19 07:43:16 +01:00
|
|
|
SUBDIR += jfbterm
|
2004-03-30 03:19:42 +02:00
|
|
|
SUBDIR += jkill
|
2004-03-30 03:10:54 +02:00
|
|
|
SUBDIR += jps
|
2004-03-30 03:03:32 +02:00
|
|
|
SUBDIR += jtop
|
2008-06-13 04:08:24 +02:00
|
|
|
SUBDIR += jtopen
|
2013-06-19 23:42:55 +02:00
|
|
|
SUBDIR += jvmtop
|
2009-01-26 18:41:45 +01:00
|
|
|
SUBDIR += jx
|
2010-08-01 21:49:46 +02:00
|
|
|
SUBDIR += k3b-kde4
|
2007-10-24 13:23:15 +02:00
|
|
|
SUBDIR += k8temp
|
2013-02-04 13:45:22 +01:00
|
|
|
SUBDIR += kcm-polkit-kde
|
2014-02-18 15:23:03 +01:00
|
|
|
SUBDIR += kcron
|
2008-08-09 21:12:43 +02:00
|
|
|
SUBDIR += kdeadmin4
|
2012-05-25 04:15:20 +02:00
|
|
|
SUBDIR += kdf
|
2003-01-20 07:30:28 +01:00
|
|
|
SUBDIR += kdirstat
|
2013-03-03 12:57:44 +01:00
|
|
|
SUBDIR += keyboard-daemon
|
2012-05-25 04:15:20 +02:00
|
|
|
SUBDIR += kfloppy
|
2008-06-26 13:02:14 +02:00
|
|
|
SUBDIR += kiconvtool
|
2006-07-16 14:31:17 +02:00
|
|
|
SUBDIR += kldfind
|
2009-01-12 23:56:28 +01:00
|
|
|
SUBDIR += kldpatch
|
2010-02-18 19:36:46 +01:00
|
|
|
SUBDIR += knutclient-kde4
|
2009-06-02 18:41:39 +02:00
|
|
|
SUBDIR += krename-kde4
|
2010-12-23 22:01:05 +01:00
|
|
|
SUBDIR += kshutdown-kde4
|
2011-03-25 11:33:51 +01:00
|
|
|
SUBDIR += ksysguardd
|
2014-02-18 15:23:03 +01:00
|
|
|
SUBDIR += ksystemlog
|
|
|
|
SUBDIR += kuser
|
2008-05-14 20:42:04 +02:00
|
|
|
SUBDIR += lbl-cf
|
2008-05-13 21:51:15 +02:00
|
|
|
SUBDIR += lbl-hf
|
2002-06-18 10:38:46 +02:00
|
|
|
SUBDIR += lcdproc
|
2003-09-30 13:49:06 +02:00
|
|
|
SUBDIR += ldap-account-manager
|
2012-01-28 11:30:41 +01:00
|
|
|
SUBDIR += ldapenter
|
2006-04-26 20:53:12 +02:00
|
|
|
SUBDIR += ldapvi
|
2007-06-25 16:35:13 +02:00
|
|
|
SUBDIR += ledit
|
2005-07-10 13:15:10 +02:00
|
|
|
SUBDIR += less
|
2001-07-20 22:54:19 +02:00
|
|
|
SUBDIR += lfm
|
2004-04-04 19:35:44 +02:00
|
|
|
SUBDIR += libcdio
|
2014-08-09 12:05:06 +02:00
|
|
|
SUBDIR += libcdio-paranoia
|
2002-09-02 14:41:59 +02:00
|
|
|
SUBDIR += libchk
|
2012-08-09 02:46:10 +02:00
|
|
|
SUBDIR += libfvde
|
2004-11-05 07:08:01 +01:00
|
|
|
SUBDIR += libgksu
|
2005-01-16 17:29:43 +01:00
|
|
|
SUBDIR += libieee1284
|
1998-12-05 06:37:07 +01:00
|
|
|
SUBDIR += libretto-config
|
2010-03-22 20:46:29 +01:00
|
|
|
SUBDIR += libsunacl
|
2013-06-07 14:36:07 +02:00
|
|
|
SUBDIR += liburcu
|
2004-08-30 00:54:38 +02:00
|
|
|
SUBDIR += libutempter
|
2012-09-24 21:41:11 +02:00
|
|
|
SUBDIR += libzeitgeist
|
2006-07-09 19:36:45 +02:00
|
|
|
SUBDIR += lineak-defaultplugin
|
|
|
|
SUBDIR += lineak-xosdplugin
|
2003-09-29 16:32:13 +02:00
|
|
|
SUBDIR += lineakd
|
2006-12-25 17:02:15 +01:00
|
|
|
SUBDIR += linrename
|
2003-10-06 13:56:16 +02:00
|
|
|
SUBDIR += linux-afaapps
|
2013-09-23 18:01:19 +02:00
|
|
|
SUBDIR += linux-crashplan
|
2013-03-12 11:33:26 +01:00
|
|
|
SUBDIR += linux-f10-procps
|
2007-05-25 21:53:56 +02:00
|
|
|
SUBDIR += linux-nero
|
2003-06-18 08:24:46 +02:00
|
|
|
SUBDIR += linuxfdisk
|
2002-06-27 01:15:48 +02:00
|
|
|
SUBDIR += livecd
|
1999-09-27 19:20:16 +02:00
|
|
|
SUBDIR += lmmon
|
2005-03-15 23:29:43 +01:00
|
|
|
SUBDIR += lmon
|
2001-07-08 17:55:56 +02:00
|
|
|
SUBDIR += log_analysis
|
2010-04-05 21:50:06 +02:00
|
|
|
SUBDIR += loganalyzer
|
1999-12-30 13:38:57 +01:00
|
|
|
SUBDIR += logrotate
|
2011-10-13 16:42:19 +02:00
|
|
|
SUBDIR += logstalgia
|
2013-07-18 01:20:21 +02:00
|
|
|
SUBDIR += logstash
|
2000-12-30 17:46:49 +01:00
|
|
|
SUBDIR += logtool
|
2008-03-13 14:35:12 +01:00
|
|
|
SUBDIR += logwatch
|
2003-04-27 18:31:05 +02:00
|
|
|
SUBDIR += lookat
|
1996-11-11 20:44:23 +01:00
|
|
|
SUBDIR += lsof
|
2012-08-08 13:20:14 +02:00
|
|
|
SUBDIR += ltrace
|
2009-05-17 00:44:20 +02:00
|
|
|
SUBDIR += luckybackup
|
2010-09-30 16:34:47 +02:00
|
|
|
SUBDIR += lxinput
|
2003-10-07 10:07:19 +02:00
|
|
|
SUBDIR += lxsplit
|
2008-06-21 06:05:46 +02:00
|
|
|
SUBDIR += lxtask
|
2010-09-30 16:39:33 +02:00
|
|
|
SUBDIR += lxterminal
|
2005-07-19 14:17:18 +02:00
|
|
|
SUBDIR += magicrescue
|
1995-09-13 11:55:30 +02:00
|
|
|
SUBDIR += manck
|
2005-02-27 15:47:24 +01:00
|
|
|
SUBDIR += mapchan
|
2010-09-29 22:36:31 +02:00
|
|
|
SUBDIR += massadmin
|
2013-11-23 13:16:10 +01:00
|
|
|
SUBDIR += mate-control-center
|
2013-11-23 12:39:07 +01:00
|
|
|
SUBDIR += mate-polkit
|
|
|
|
SUBDIR += mate-power-manager
|
|
|
|
SUBDIR += mate-settings-daemon
|
|
|
|
SUBDIR += mate-system-monitor
|
2013-11-20 14:30:14 +01:00
|
|
|
SUBDIR += mbgtools
|
2011-10-15 04:53:31 +02:00
|
|
|
SUBDIR += mcelog
|
2012-02-23 10:21:48 +01:00
|
|
|
SUBDIR += mcollective
|
2014-03-13 16:47:29 +01:00
|
|
|
SUBDIR += mcollective-nrpe-agent
|
2014-03-30 00:29:33 +01:00
|
|
|
SUBDIR += mcollective-puppet-agent
|
2014-08-15 17:56:52 +02:00
|
|
|
SUBDIR += mcollective-shell-agent
|
2014-08-15 17:59:11 +02:00
|
|
|
SUBDIR += mcollective-shell-client
|
2003-12-17 03:32:34 +01:00
|
|
|
SUBDIR += mcron
|
2005-12-21 05:40:49 +01:00
|
|
|
SUBDIR += mcweject
|
2008-05-02 21:16:31 +02:00
|
|
|
SUBDIR += mdcp
|
2005-05-23 12:56:05 +02:00
|
|
|
SUBDIR += mdf2iso
|
2009-05-20 13:49:12 +02:00
|
|
|
SUBDIR += megacli
|
2005-06-29 01:05:44 +02:00
|
|
|
SUBDIR += megarc
|
2004-07-20 09:24:05 +02:00
|
|
|
SUBDIR += memdump
|
2004-11-27 22:26:55 +01:00
|
|
|
SUBDIR += memfetch
|
2000-07-19 12:27:53 +02:00
|
|
|
SUBDIR += memtest
|
2004-03-28 03:48:40 +02:00
|
|
|
SUBDIR += memtest86
|
2009-04-01 00:23:19 +02:00
|
|
|
SUBDIR += memtest86+
|
2002-09-16 10:02:33 +02:00
|
|
|
SUBDIR += metalog
|
2013-09-18 20:09:11 +02:00
|
|
|
SUBDIR += mfid
|
2001-03-18 09:04:56 +01:00
|
|
|
SUBDIR += mgeupsd
|
2013-10-26 12:33:34 +02:00
|
|
|
SUBDIR += minimunin
|
2003-10-30 22:59:57 +01:00
|
|
|
SUBDIR += minirsyslogd
|
2002-02-20 06:38:44 +01:00
|
|
|
SUBDIR += mixer
|
2002-03-05 18:42:43 +01:00
|
|
|
SUBDIR += mkfile
|
2011-01-30 13:50:05 +01:00
|
|
|
SUBDIR += mkfwimage
|
2011-05-18 13:44:14 +02:00
|
|
|
SUBDIR += mkntpwd
|
2001-03-10 20:24:43 +01:00
|
|
|
SUBDIR += mksunbootcd
|
2014-04-13 04:10:02 +02:00
|
|
|
SUBDIR += mnrpes
|
2005-03-11 10:33:12 +01:00
|
|
|
SUBDIR += modules
|
Add monit 4.4, UNIX system management and monitoring tool.
Monit is a utility for managing and monitoring processes,
files, directories, devices and network services on a Unix system.
Monit conducts automatic maintenance and repair and can execute
meaningful causal actions in error situations.
monit supports:
* Daemon mode - poll services at a specified interval
* Group and manage groups of services, service dependencies
* Logging - syslog or own logfile
* Alert, start, stop and restart of services based on it's
* characteristics
* MD5 and SHA1 checksums
* Runtime Unix socket and TCP/IP port checking (tcp and udp)
* Process status, timeout, memory and cpu usage, etc.
* Device usage monitoring (inodes and space)
* File monitoring (timestamp, checksum, permission, owner, etc.)
* Directory monitoring (timestamp, permission, owner, etc.)
* Remote network services monitoring (ping, response time,
* protocol, etc.)
* System load average monitoring
* Flexible and customizable email alert messages and notifications
* Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP,
* etc.
* A HTTP interface with XML output option
PR: ports/75811
Submitted by: Martin Pala <martinp at tildeslash.com>
2005-02-18 20:14:12 +01:00
|
|
|
SUBDIR += monit
|
2000-06-09 23:51:09 +02:00
|
|
|
SUBDIR += monitord
|
2010-08-18 19:43:31 +02:00
|
|
|
SUBDIR += monitorix
|
2007-04-21 13:01:11 +02:00
|
|
|
SUBDIR += mono-kmod
|
2010-04-07 05:00:06 +02:00
|
|
|
SUBDIR += moosefs-chunkserver
|
2010-04-07 05:04:52 +02:00
|
|
|
SUBDIR += moosefs-client
|
2010-04-07 04:54:15 +02:00
|
|
|
SUBDIR += moosefs-master
|
2009-06-21 12:24:50 +02:00
|
|
|
SUBDIR += moreutils
|
2010-12-16 17:31:52 +01:00
|
|
|
SUBDIR += moreutils-parallel
|
2005-07-10 13:15:10 +02:00
|
|
|
SUBDIR += most
|
2003-10-06 06:23:25 +02:00
|
|
|
SUBDIR += mount.app
|
2006-04-30 16:41:30 +02:00
|
|
|
SUBDIR += mountsmb2
|
2006-11-19 00:03:16 +01:00
|
|
|
SUBDIR += mpiexec
|
2013-09-18 20:10:59 +02:00
|
|
|
SUBDIR += mptd
|
2012-08-30 00:48:55 +02:00
|
|
|
SUBDIR += msktutil
|
2001-05-20 04:54:49 +02:00
|
|
|
SUBDIR += msyslog
|
2007-09-08 07:10:39 +02:00
|
|
|
SUBDIR += mtpfs
|
2003-12-29 06:59:06 +01:00
|
|
|
SUBDIR += mtxorbd
|
2003-04-09 23:50:02 +02:00
|
|
|
SUBDIR += multitail
|
2010-02-23 14:55:00 +01:00
|
|
|
SUBDIR += munin-common
|
|
|
|
SUBDIR += munin-master
|
2004-03-02 16:54:05 +01:00
|
|
|
SUBDIR += munin-node
|
1999-12-28 03:46:40 +01:00
|
|
|
SUBDIR += muse
|
2008-01-26 14:37:00 +01:00
|
|
|
SUBDIR += mybashburn
|
2014-06-23 14:27:16 +02:00
|
|
|
SUBDIR += n98-magerun
|
2003-12-13 22:53:50 +01:00
|
|
|
SUBDIR += nagios-statd
|
2006-08-28 08:27:24 +02:00
|
|
|
SUBDIR += namefix
|
2006-03-20 22:08:42 +01:00
|
|
|
SUBDIR += nbosd
|
2007-02-24 20:09:25 +01:00
|
|
|
SUBDIR += ncdu
|
2013-02-03 21:10:37 +01:00
|
|
|
SUBDIR += nepomuk-core
|
2013-03-27 12:55:25 +01:00
|
|
|
SUBDIR += nepomuk-widgets
|
2008-05-29 03:42:32 +02:00
|
|
|
SUBDIR += netident
|
2012-02-16 19:06:06 +01:00
|
|
|
SUBDIR += news
|
2013-10-20 02:18:16 +02:00
|
|
|
SUBDIR += nfsping
|
2007-07-31 04:29:50 +02:00
|
|
|
SUBDIR += nitrogen
|
1998-07-15 11:58:15 +02:00
|
|
|
SUBDIR += no-login
|
1999-01-18 04:42:59 +01:00
|
|
|
SUBDIR += npadmin
|
2004-08-16 10:04:27 +02:00
|
|
|
SUBDIR += nrg2iso
|
2004-05-09 18:06:23 +02:00
|
|
|
SUBDIR += ntfsprogs
|
2000-01-14 03:13:09 +01:00
|
|
|
SUBDIR += nut
|
2009-09-21 11:12:45 +02:00
|
|
|
SUBDIR += nut22
|
2003-08-11 22:39:31 +02:00
|
|
|
SUBDIR += nvclock
|
2011-03-18 06:06:07 +01:00
|
|
|
SUBDIR += nvramtool
|
2004-05-23 12:22:50 +02:00
|
|
|
SUBDIR += nvtv
|
2005-06-21 08:34:57 +02:00
|
|
|
SUBDIR += oak
|
1999-11-21 07:20:56 +01:00
|
|
|
SUBDIR += obliterate
|
2006-02-08 05:21:29 +01:00
|
|
|
SUBDIR += ods2
|
2004-02-11 00:28:21 +01:00
|
|
|
SUBDIR += open
|
2010-05-14 10:42:00 +02:00
|
|
|
SUBDIR += openipmi
|
2004-08-17 11:25:37 +02:00
|
|
|
SUBDIR += openupsd
|
2013-06-21 07:58:33 +02:00
|
|
|
SUBDIR += ori
|
2006-08-09 04:53:50 +02:00
|
|
|
SUBDIR += p5-BSD-Jail-Object
|
2011-04-12 04:43:33 +02:00
|
|
|
SUBDIR += p5-BSD-Process
|
2006-09-05 20:39:30 +02:00
|
|
|
SUBDIR += p5-BSD-Sysctl
|
2013-11-18 15:08:08 +01:00
|
|
|
SUBDIR += p5-BackupPC-XS
|
2007-06-07 11:11:13 +02:00
|
|
|
SUBDIR += p5-Brackup
|
2006-07-04 03:23:50 +02:00
|
|
|
SUBDIR += p5-Dir-Purge
|
2010-03-03 14:14:16 +01:00
|
|
|
SUBDIR += p5-File-DirCompare
|
2011-04-14 12:56:17 +02:00
|
|
|
SUBDIR += p5-File-Listing
|
2010-11-05 02:14:44 +01:00
|
|
|
SUBDIR += p5-File-Log
|
2006-09-08 14:35:45 +02:00
|
|
|
SUBDIR += p5-File-Next
|
2010-11-11 21:04:54 +01:00
|
|
|
SUBDIR += p5-File-Signature
|
2005-07-16 14:11:32 +02:00
|
|
|
SUBDIR += p5-File-Stat-Bits
|
2010-11-13 13:53:15 +01:00
|
|
|
SUBDIR += p5-File-Stat-ModeString
|
2011-01-14 19:40:22 +01:00
|
|
|
SUBDIR += p5-File-Tee
|
2002-12-28 13:02:06 +01:00
|
|
|
SUBDIR += p5-File-Which
|
2006-06-19 09:49:11 +02:00
|
|
|
SUBDIR += p5-Filesys-Df
|
2007-12-12 11:41:10 +01:00
|
|
|
SUBDIR += p5-Filesys-DfPortable
|
2003-12-19 09:57:20 +01:00
|
|
|
SUBDIR += p5-Filesys-DiskFree
|
2001-02-28 00:21:22 +01:00
|
|
|
SUBDIR += p5-Filesys-DiskSpace
|
2005-09-22 15:32:49 +02:00
|
|
|
SUBDIR += p5-Filesys-DiskUsage
|
2006-06-19 09:50:50 +02:00
|
|
|
SUBDIR += p5-Filesys-Statvfs
|
2006-07-27 06:56:21 +02:00
|
|
|
SUBDIR += p5-Fuse
|
2006-08-07 03:50:41 +02:00
|
|
|
SUBDIR += p5-Fuse-Simple
|
2008-06-21 08:49:30 +02:00
|
|
|
SUBDIR += p5-Iterator-File
|
2008-05-31 15:50:00 +02:00
|
|
|
SUBDIR += p5-Lchown
|
2014-03-15 14:55:49 +01:00
|
|
|
SUBDIR += p5-Linux-Cpuinfo
|
2007-04-27 12:10:16 +02:00
|
|
|
SUBDIR += p5-MogileFS-Client
|
2012-09-23 10:26:03 +02:00
|
|
|
SUBDIR += p5-MogileFS-Network
|
2011-08-08 15:12:21 +02:00
|
|
|
SUBDIR += p5-MogileFS-Server
|
2007-04-27 17:50:16 +02:00
|
|
|
SUBDIR += p5-MogileFS-Utils
|
2011-10-29 06:29:54 +02:00
|
|
|
SUBDIR += p5-Monitor-Simple
|
2009-11-21 16:18:06 +01:00
|
|
|
SUBDIR += p5-Plugtools
|
2010-05-27 00:37:46 +02:00
|
|
|
SUBDIR += p5-Plugtools-Plugins-HomeOU
|
2008-02-16 21:13:18 +01:00
|
|
|
SUBDIR += p5-Probe-Perl
|
2006-10-03 02:56:31 +02:00
|
|
|
SUBDIR += p5-Proc-PidUtil
|
2013-02-09 11:13:31 +01:00
|
|
|
SUBDIR += p5-Proclet
|
2001-01-04 00:54:10 +01:00
|
|
|
SUBDIR += p5-Quota
|
2014-01-07 09:55:04 +01:00
|
|
|
SUBDIR += p5-Rex
|
2010-05-26 22:46:28 +02:00
|
|
|
SUBDIR += p5-Samba-SIDhelper
|
2001-01-10 04:04:46 +01:00
|
|
|
SUBDIR += p5-Schedule-At
|
2001-01-03 10:17:30 +01:00
|
|
|
SUBDIR += p5-Schedule-Cron
|
2003-10-14 18:52:27 +02:00
|
|
|
SUBDIR += p5-Schedule-Load
|
2001-01-03 10:26:38 +01:00
|
|
|
SUBDIR += p5-Schedule-Match
|
2012-02-11 05:39:05 +01:00
|
|
|
SUBDIR += p5-Shell-Command
|
2001-04-28 16:21:40 +02:00
|
|
|
SUBDIR += p5-Stat-lsMode
|
2003-02-05 01:22:18 +01:00
|
|
|
SUBDIR += p5-Sys-CpuLoad
|
2006-06-29 10:36:42 +02:00
|
|
|
SUBDIR += p5-Sys-Filesystem
|
2007-06-11 10:29:36 +02:00
|
|
|
SUBDIR += p5-Sys-Gamin
|
2009-11-02 21:57:36 +01:00
|
|
|
SUBDIR += p5-Sys-Group-GIDhelper
|
2009-01-07 19:40:06 +01:00
|
|
|
SUBDIR += p5-Sys-HostIP
|
2006-07-28 09:17:13 +02:00
|
|
|
SUBDIR += p5-Sys-Hostname-FQDN
|
2004-03-25 07:04:51 +01:00
|
|
|
SUBDIR += p5-Sys-Hostname-Long
|
2011-01-29 21:00:32 +01:00
|
|
|
SUBDIR += p5-Sys-Load
|
2008-05-28 14:53:43 +02:00
|
|
|
SUBDIR += p5-Sys-Syslog
|
2009-11-02 21:58:44 +01:00
|
|
|
SUBDIR += p5-Sys-User-UIDhelper
|
2006-12-03 23:15:25 +01:00
|
|
|
SUBDIR += p5-Sysadm-Install
|
2000-01-29 04:23:24 +01:00
|
|
|
SUBDIR += p5-SyslogScan
|
2010-11-09 10:02:35 +01:00
|
|
|
SUBDIR += p5-Tail-Stat
|
2002-06-26 06:31:55 +02:00
|
|
|
SUBDIR += p5-Tie-Syslog
|
2011-10-02 20:23:33 +02:00
|
|
|
SUBDIR += p5-Ubic
|
2001-01-04 00:45:02 +01:00
|
|
|
SUBDIR += p5-Unix-ConfigFile
|
2009-02-15 15:49:59 +01:00
|
|
|
SUBDIR += p5-Unix-Lsof
|
2005-07-16 17:07:41 +02:00
|
|
|
SUBDIR += p5-Unix-Mknod
|
2003-10-14 18:32:14 +02:00
|
|
|
SUBDIR += p5-Unix-Processors
|
2000-12-19 11:45:03 +01:00
|
|
|
SUBDIR += p5-Unix-Syslog
|
2002-05-28 23:02:01 +02:00
|
|
|
SUBDIR += p5-User
|
2009-09-30 16:29:12 +02:00
|
|
|
SUBDIR += p5-ZConf-Cron
|
2008-05-18 19:47:38 +02:00
|
|
|
SUBDIR += p5-arclog
|
2008-05-18 20:01:39 +02:00
|
|
|
SUBDIR += p5-reslog
|
2013-01-25 01:41:19 +01:00
|
|
|
SUBDIR += pacman
|
2001-04-29 01:42:14 +02:00
|
|
|
SUBDIR += paicc
|
2010-11-02 10:51:12 +01:00
|
|
|
SUBDIR += pam_mount
|
2013-11-04 09:57:06 +01:00
|
|
|
SUBDIR += panicmail
|
2010-09-23 05:46:37 +02:00
|
|
|
SUBDIR += parallel
|
2012-09-17 04:37:38 +02:00
|
|
|
SUBDIR += password-store
|
2013-09-24 22:58:58 +02:00
|
|
|
SUBDIR += patchelf
|
2006-08-31 23:31:26 +02:00
|
|
|
SUBDIR += pax-utils
|
2011-06-26 06:53:10 +02:00
|
|
|
SUBDIR += pbimaker
|
2013-09-27 12:09:15 +02:00
|
|
|
SUBDIR += pcbsd-utils
|
|
|
|
SUBDIR += pcbsd-utils-qt4
|
2005-04-27 18:27:40 +02:00
|
|
|
SUBDIR += pcfclock
|
2003-06-13 20:48:01 +02:00
|
|
|
SUBDIR += pciutils
|
2010-09-13 04:10:09 +02:00
|
|
|
SUBDIR += pcpustat
|
2005-07-05 09:37:27 +02:00
|
|
|
SUBDIR += pdixtract
|
2010-03-10 18:55:09 +01:00
|
|
|
SUBDIR += pdsh
|
2001-04-30 13:06:34 +02:00
|
|
|
SUBDIR += pdumpfs
|
2004-04-06 21:17:02 +02:00
|
|
|
SUBDIR += pear-Cache
|
2004-11-27 06:39:20 +01:00
|
|
|
SUBDIR += pear-Cache_Lite
|
2002-11-17 06:03:54 +01:00
|
|
|
SUBDIR += pear-File
|
2003-06-17 17:49:22 +02:00
|
|
|
SUBDIR += pear-File_Find
|
2005-03-11 17:29:30 +01:00
|
|
|
SUBDIR += pear-File_Fstab
|
2004-12-02 01:20:58 +01:00
|
|
|
SUBDIR += pear-File_Gettext
|
2011-07-07 21:14:32 +02:00
|
|
|
SUBDIR += pear-Horde_Log
|
2011-07-07 23:03:21 +02:00
|
|
|
SUBDIR += pear-Horde_Vfs
|
2004-12-16 12:04:55 +01:00
|
|
|
SUBDIR += pear-I18Nv2
|
2002-11-17 06:03:54 +01:00
|
|
|
SUBDIR += pear-Log
|
2004-12-21 23:28:29 +01:00
|
|
|
SUBDIR += pear-Translation2
|
2011-02-21 01:31:30 +01:00
|
|
|
SUBDIR += pecl-mogilefs
|
2010-01-25 09:49:07 +01:00
|
|
|
SUBDIR += pecl-proctitle
|
2011-09-01 16:21:11 +02:00
|
|
|
SUBDIR += pefs-kmod
|
2001-08-27 19:17:17 +02:00
|
|
|
SUBDIR += penv
|
2001-03-25 22:34:50 +02:00
|
|
|
SUBDIR += personality
|
2006-04-30 03:25:20 +02:00
|
|
|
SUBDIR += pessulus
|
2006-05-10 04:37:49 +02:00
|
|
|
SUBDIR += pflogx
|
2003-10-13 16:28:45 +02:00
|
|
|
SUBDIR += pfstat
|
2014-08-29 16:33:48 +02:00
|
|
|
SUBDIR += pftables
|
2003-11-22 11:35:13 +01:00
|
|
|
SUBDIR += pftop
|
2006-01-25 18:04:24 +01:00
|
|
|
SUBDIR += phantom
|
2009-02-11 20:09:52 +01:00
|
|
|
SUBDIR += philesight
|
2010-09-07 16:30:03 +02:00
|
|
|
SUBDIR += php5-fileinfo
|
2004-07-19 11:21:05 +02:00
|
|
|
SUBDIR += php5-posix
|
2012-05-16 11:46:51 +02:00
|
|
|
SUBDIR += php53-fileinfo
|
|
|
|
SUBDIR += php53-posix
|
2013-06-24 16:32:11 +02:00
|
|
|
SUBDIR += php55-fileinfo
|
|
|
|
SUBDIR += php55-posix
|
2005-05-02 09:48:41 +02:00
|
|
|
SUBDIR += pidof
|
2003-12-17 18:15:22 +01:00
|
|
|
SUBDIR += pipemeter
|
2010-08-18 09:45:09 +02:00
|
|
|
SUBDIR += plasma-applet-apcups
|
2003-04-04 14:25:41 +02:00
|
|
|
SUBDIR += plconfig
|
2002-10-14 14:05:07 +02:00
|
|
|
SUBDIR += pmap
|
2010-01-05 21:02:37 +01:00
|
|
|
SUBDIR += pmt
|
2006-10-14 10:41:52 +02:00
|
|
|
SUBDIR += policykit
|
2008-03-24 04:52:36 +01:00
|
|
|
SUBDIR += policykit-gnome
|
2009-08-04 23:14:07 +02:00
|
|
|
SUBDIR += policykit-qt
|
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.
On the FreeBSD front, though, a lot went into this release. Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration. Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.
But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.
Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).
The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:
Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)
We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.
PR: 136676
136967
138872 (obsolete with new epiphany-webkit)
139160
134737
139941
140097
140838
140929
2009-11-28 21:06:37 +01:00
|
|
|
SUBDIR += polkit
|
|
|
|
SUBDIR += polkit-gnome
|
2010-05-11 14:46:44 +02:00
|
|
|
SUBDIR += polkit-kde
|
|
|
|
SUBDIR += polkit-qt
|
2004-06-17 18:14:13 +02:00
|
|
|
SUBDIR += powerman
|
2011-03-20 20:28:37 +01:00
|
|
|
SUBDIR += pp
|
2011-08-08 22:07:22 +02:00
|
|
|
SUBDIR += pprotectd
|
2013-02-21 01:50:10 +01:00
|
|
|
SUBDIR += prelink
|
1999-11-03 00:27:12 +01:00
|
|
|
SUBDIR += prips
|
2013-01-28 10:57:32 +01:00
|
|
|
SUBDIR += procenv
|
2000-03-23 04:41:26 +01:00
|
|
|
SUBDIR += procmap
|
Add progsreiserfs, a library for reiserfs filesystem access and manipulation.
For now progsreiserfs consists of:
1. libreiserfs, which have a number of high level APIs for access reiserfs
filesystem. There are: main filesystem code (reiserfs_fs_open, reiserfs_fs_close,
resierfs_fs_create, reiserfs_fs_resize, reiserfs_fs_journal_tune, etc), journal
code, bitmap code, directories and files access code and device abstraction layer.
2. fouth progs which are simple frontends to libreiserfs. There are: mkfs.reiserfs,
resizefs.reiserfs, cpfs.reiserfs, tunefs.reiserfs.
PR: ports/66590
Submitted by: Florent Thoumie <flz@xbsd.org>
2004-05-14 17:49:39 +02:00
|
|
|
SUBDIR += progsreiserfs
|
2000-10-29 02:14:36 +01:00
|
|
|
SUBDIR += pslist
|
1998-12-20 04:57:10 +01:00
|
|
|
SUBDIR += psmisc
|
2002-09-18 15:03:03 +02:00
|
|
|
SUBDIR += pstack
|
2014-06-18 20:09:08 +02:00
|
|
|
SUBDIR += pstacku
|
2001-09-21 07:59:19 +02:00
|
|
|
SUBDIR += pstree
|
2013-03-06 04:04:47 +01:00
|
|
|
SUBDIR += ptools
|
2007-03-06 21:13:56 +01:00
|
|
|
SUBDIR += puppet
|
2014-01-28 04:25:28 +01:00
|
|
|
SUBDIR += puppet-lint
|
2013-11-20 09:38:37 +01:00
|
|
|
SUBDIR += puppet-mode.el
|
2012-10-27 02:50:55 +02:00
|
|
|
SUBDIR += puppet27
|
2004-05-06 15:41:40 +02:00
|
|
|
SUBDIR += pv
|
2003-07-21 07:46:38 +02:00
|
|
|
SUBDIR += pwd_unmkdb
|
2000-07-22 18:37:35 +02:00
|
|
|
SUBDIR += pwgen
|
2004-03-31 18:29:32 +02:00
|
|
|
SUBDIR += pwsafe
|
2012-04-12 22:41:06 +02:00
|
|
|
SUBDIR += py-XenAPI
|
2013-09-13 23:59:06 +02:00
|
|
|
SUBDIR += py-analyzemft
|
2007-06-04 22:07:23 +02:00
|
|
|
SUBDIR += py-bcfg2
|
2012-05-31 19:11:09 +02:00
|
|
|
SUBDIR += py-danzfs
|
2011-02-27 14:06:01 +01:00
|
|
|
SUBDIR += py-drmaa
|
2014-07-07 14:55:49 +02:00
|
|
|
SUBDIR += py-execnet
|
2012-10-18 13:32:55 +02:00
|
|
|
SUBDIR += py-ezjailremote
|
2009-09-18 03:50:25 +02:00
|
|
|
SUBDIR += py-filelike
|
2012-09-22 15:53:22 +02:00
|
|
|
SUBDIR += py-glances
|
2014-03-15 16:58:50 +01:00
|
|
|
SUBDIR += py-halite
|
2012-08-27 21:00:49 +02:00
|
|
|
SUBDIR += py-iowait
|
2011-06-11 00:07:43 +02:00
|
|
|
SUBDIR += py-nagiosplugin
|
2014-07-07 15:52:30 +02:00
|
|
|
SUBDIR += py-ploy
|
2014-07-08 08:58:34 +02:00
|
|
|
SUBDIR += py-ploy_ansible
|
2014-07-08 12:08:43 +02:00
|
|
|
SUBDIR += py-ploy_ec2
|
2014-07-08 09:02:06 +02:00
|
|
|
SUBDIR += py-ploy_ezjail
|
2014-07-08 09:05:54 +02:00
|
|
|
SUBDIR += py-ploy_fabric
|
2013-12-19 16:21:49 +01:00
|
|
|
SUBDIR += py-plumbum
|
2014-08-08 03:19:07 +02:00
|
|
|
SUBDIR += py-power
|
2010-05-05 09:05:56 +02:00
|
|
|
SUBDIR += py-psutil
|
2014-03-19 02:08:37 +01:00
|
|
|
SUBDIR += py-psutil121
|
2013-04-23 17:53:14 +02:00
|
|
|
SUBDIR += py-pytsk
|
2012-08-14 12:09:49 +02:00
|
|
|
SUBDIR += py-ranger
|
2013-01-27 22:02:19 +01:00
|
|
|
SUBDIR += py-salt
|
2013-01-27 22:07:09 +01:00
|
|
|
SUBDIR += py-salt-api
|
2010-12-11 22:09:43 +01:00
|
|
|
SUBDIR += py-stdiff
|
2010-02-06 19:45:36 +01:00
|
|
|
SUBDIR += py-supervisor
|
2008-12-06 16:35:27 +01:00
|
|
|
SUBDIR += py-zdaemon
|
2010-07-11 12:16:10 +02:00
|
|
|
SUBDIR += py-zfs
|
2007-12-14 17:54:24 +01:00
|
|
|
SUBDIR += pydf
|
2014-07-12 08:13:11 +02:00
|
|
|
SUBDIR += qchroot
|
2011-06-11 23:22:20 +02:00
|
|
|
SUBDIR += qjail
|
2013-06-04 17:08:02 +02:00
|
|
|
SUBDIR += qjail2
|
2002-10-08 16:41:58 +02:00
|
|
|
SUBDIR += qlogtools
|
2006-04-03 18:00:42 +02:00
|
|
|
SUBDIR += qpxtool
|
2013-12-05 13:36:21 +01:00
|
|
|
SUBDIR += qsynergy
|
2008-03-29 00:05:47 +01:00
|
|
|
SUBDIR += quicksynergy
|
2011-10-17 01:01:39 +02:00
|
|
|
SUBDIR += qzeitgeist
|
2013-04-26 20:58:58 +02:00
|
|
|
SUBDIR += racktables
|
2014-01-28 04:25:28 +01:00
|
|
|
SUBDIR += radeontool
|
2003-11-18 12:53:35 +01:00
|
|
|
SUBDIR += radmind
|
2005-09-30 20:34:21 +02:00
|
|
|
SUBDIR += raincoat
|
2014-08-21 20:51:34 +02:00
|
|
|
SUBDIR += rcadm
|
2002-05-14 05:15:50 +02:00
|
|
|
SUBDIR += rclean
|
1998-01-28 12:35:34 +01:00
|
|
|
SUBDIR += rdate
|
2003-07-03 10:32:25 +02:00
|
|
|
SUBDIR += rdiff-backup
|
2005-11-12 01:18:01 +01:00
|
|
|
SUBDIR += rdiff-backup-devel
|
2009-06-19 07:29:46 +02:00
|
|
|
SUBDIR += rdup
|
2014-01-17 17:54:52 +01:00
|
|
|
SUBDIR += realsync
|
2006-01-23 16:14:52 +01:00
|
|
|
SUBDIR += recoverdm
|
2012-11-04 17:59:46 +01:00
|
|
|
SUBDIR += reed
|
2005-09-19 12:46:41 +02:00
|
|
|
SUBDIR += rej
|
2005-10-13 18:02:58 +02:00
|
|
|
SUBDIR += relaxconf
|
2005-07-12 09:44:38 +02:00
|
|
|
SUBDIR += rename
|
2003-09-30 00:49:21 +02:00
|
|
|
SUBDIR += reoback
|
2013-05-16 10:09:21 +02:00
|
|
|
SUBDIR += replicant
|
2008-01-12 22:19:52 +01:00
|
|
|
SUBDIR += respond
|
2010-06-03 19:08:20 +02:00
|
|
|
SUBDIR += retail
|
2005-03-02 18:54:11 +01:00
|
|
|
SUBDIR += rfstool
|
2001-03-01 16:31:42 +01:00
|
|
|
SUBDIR += rmonitor
|
1999-10-05 18:26:25 +02:00
|
|
|
SUBDIR += roottail
|
2004-01-14 19:02:34 +01:00
|
|
|
SUBDIR += rsnapshot
|
2007-10-10 07:42:10 +02:00
|
|
|
SUBDIR += rsyncbackup
|
2004-11-04 19:46:29 +01:00
|
|
|
SUBDIR += rsyncmanager
|
2012-12-08 08:33:48 +01:00
|
|
|
SUBDIR += rsyncrypto
|
2013-01-01 20:38:28 +01:00
|
|
|
SUBDIR += rsyslog7
|
2013-05-25 22:01:57 +02:00
|
|
|
SUBDIR += rsyslog7-devel
|
2014-05-16 14:54:17 +02:00
|
|
|
SUBDIR += rsyslog8
|
2013-12-17 05:07:41 +01:00
|
|
|
SUBDIR += rsyslog8-devel
|
2001-09-21 07:59:19 +02:00
|
|
|
SUBDIR += rtty
|
2001-06-21 16:29:16 +02:00
|
|
|
SUBDIR += ruby-quota
|
2011-11-28 18:06:32 +01:00
|
|
|
SUBDIR += rubygem-SyslogLogger
|
2012-01-06 08:48:46 +01:00
|
|
|
SUBDIR += rubygem-backup
|
2009-11-12 23:41:48 +01:00
|
|
|
SUBDIR += rubygem-bundler
|
2006-03-22 16:04:14 +01:00
|
|
|
SUBDIR += rubygem-capistrano
|
2011-08-26 22:52:49 +02:00
|
|
|
SUBDIR += rubygem-capistrano-ext
|
2011-01-18 13:00:11 +01:00
|
|
|
SUBDIR += rubygem-chef
|
2011-12-16 23:24:14 +01:00
|
|
|
SUBDIR += rubygem-chef-expander
|
2011-12-16 23:21:15 +01:00
|
|
|
SUBDIR += rubygem-chef-server
|
2011-12-16 23:21:37 +01:00
|
|
|
SUBDIR += rubygem-chef-solr
|
2014-03-13 20:35:32 +01:00
|
|
|
SUBDIR += rubygem-chef-zero
|
2013-03-17 21:14:31 +01:00
|
|
|
SUBDIR += rubygem-facter
|
2013-06-06 03:22:30 +02:00
|
|
|
SUBDIR += rubygem-fluent-mixin-plaintextformatter
|
2013-06-07 17:02:44 +02:00
|
|
|
SUBDIR += rubygem-fluent-plugin-config-expander
|
2013-06-06 03:48:46 +02:00
|
|
|
SUBDIR += rubygem-fluent-plugin-file-alternative
|
2013-06-07 04:06:48 +02:00
|
|
|
SUBDIR += rubygem-fluent-plugin-tail-asis
|
2012-08-31 14:03:03 +02:00
|
|
|
SUBDIR += rubygem-fluentd
|
2011-10-17 03:49:43 +02:00
|
|
|
SUBDIR += rubygem-fssm
|
2007-07-23 16:59:09 +02:00
|
|
|
SUBDIR += rubygem-god
|
2011-10-22 15:04:14 +02:00
|
|
|
SUBDIR += rubygem-guard
|
2011-10-23 21:27:24 +02:00
|
|
|
SUBDIR += rubygem-guard-livereload
|
2014-02-23 16:15:00 +01:00
|
|
|
SUBDIR += rubygem-guard-minitest
|
2011-10-22 15:06:58 +02:00
|
|
|
SUBDIR += rubygem-guard-rspec
|
2014-03-13 19:30:16 +01:00
|
|
|
SUBDIR += rubygem-hammer_cli
|
2014-03-13 19:49:27 +01:00
|
|
|
SUBDIR += rubygem-hammer_cli_foreman
|
2012-05-10 17:54:25 +02:00
|
|
|
SUBDIR += rubygem-hiera
|
2012-05-11 03:28:57 +02:00
|
|
|
SUBDIR += rubygem-hiera-json
|
2012-05-10 20:50:25 +02:00
|
|
|
SUBDIR += rubygem-hiera-puppet
|
2014-03-12 17:32:55 +01:00
|
|
|
SUBDIR += rubygem-librarian-puppet
|
2011-04-03 17:58:51 +02:00
|
|
|
SUBDIR += rubygem-log4r
|
2013-12-16 22:15:15 +01:00
|
|
|
SUBDIR += rubygem-mogilefs-client
|
2011-03-12 19:57:05 +01:00
|
|
|
SUBDIR += rubygem-murder
|
2010-04-24 13:55:45 +02:00
|
|
|
SUBDIR += rubygem-ohai
|
2013-06-13 13:57:19 +02:00
|
|
|
SUBDIR += rubygem-parallel
|
2014-01-02 14:47:32 +01:00
|
|
|
SUBDIR += rubygem-rubyipmi
|
2010-08-09 06:53:54 +02:00
|
|
|
SUBDIR += rubygem-sys-admin
|
2010-05-02 14:10:21 +02:00
|
|
|
SUBDIR += rubygem-sys-cpu
|
2010-08-09 06:52:14 +02:00
|
|
|
SUBDIR += rubygem-sys-filesystem
|
2010-08-09 06:51:12 +02:00
|
|
|
SUBDIR += rubygem-sys-host
|
2010-09-08 20:06:51 +02:00
|
|
|
SUBDIR += rubygem-sys-proctable
|
2010-08-09 06:51:45 +02:00
|
|
|
SUBDIR += rubygem-sys-uname
|
2010-08-09 06:54:33 +02:00
|
|
|
SUBDIR += rubygem-sys-uptime
|
2012-01-31 18:25:59 +01:00
|
|
|
SUBDIR += rubygem-teamocil
|
2014-05-24 04:18:59 +02:00
|
|
|
SUBDIR += rubygem-winrm
|
2014-03-29 15:43:30 +01:00
|
|
|
SUBDIR += rubygem-yell
|
2003-07-16 16:11:08 +02:00
|
|
|
SUBDIR += runit
|
2003-11-01 21:50:36 +01:00
|
|
|
SUBDIR += runwhen
|
2008-09-27 01:30:17 +02:00
|
|
|
SUBDIR += safe-rm
|
2000-12-27 12:06:43 +01:00
|
|
|
SUBDIR += safecat
|
2001-03-21 08:26:21 +01:00
|
|
|
SUBDIR += samefile
|
2009-04-30 17:31:00 +02:00
|
|
|
SUBDIR += samesame
|
2014-08-19 05:44:09 +02:00
|
|
|
SUBDIR += sas2ircu
|
2004-05-03 00:26:11 +02:00
|
|
|
SUBDIR += savelogs
|
2003-04-13 08:17:36 +02:00
|
|
|
SUBDIR += sb16config
|
2001-12-20 20:41:40 +01:00
|
|
|
SUBDIR += sbniconfig
|
2011-12-23 10:13:21 +01:00
|
|
|
SUBDIR += scalpel
|
2004-01-13 14:43:24 +01:00
|
|
|
SUBDIR += scan_ffs
|
2006-06-06 20:06:50 +02:00
|
|
|
SUBDIR += scanbuttond
|
2014-08-28 12:40:16 +02:00
|
|
|
SUBDIR += scanmem
|
2012-03-13 14:45:09 +01:00
|
|
|
SUBDIR += schedutils
|
2009-02-11 00:15:03 +01:00
|
|
|
SUBDIR += scprotect
|
2005-11-05 18:51:28 +01:00
|
|
|
SUBDIR += screen
|
2014-04-30 06:22:34 +02:00
|
|
|
SUBDIR += screen-legacy
|
2013-07-21 08:17:34 +02:00
|
|
|
SUBDIR += screenfetch
|
2007-03-26 23:20:12 +02:00
|
|
|
SUBDIR += screenie
|
2014-01-31 20:48:26 +01:00
|
|
|
SUBDIR += scterc
|
1999-06-09 02:55:28 +02:00
|
|
|
SUBDIR += sdd
|
2009-11-03 09:00:23 +01:00
|
|
|
SUBDIR += sdparm
|
2006-09-30 16:00:47 +02:00
|
|
|
SUBDIR += searchmonkey
|
2007-04-09 00:17:39 +02:00
|
|
|
SUBDIR += seatools
|
2003-07-26 10:58:40 +02:00
|
|
|
SUBDIR += sec
|
2005-06-25 18:54:04 +02:00
|
|
|
SUBDIR += serpentine
|
2000-01-18 04:26:14 +01:00
|
|
|
SUBDIR += setcdboot
|
1997-09-30 08:14:59 +02:00
|
|
|
SUBDIR += setquota
|
2003-01-02 16:07:43 +01:00
|
|
|
SUBDIR += sformat
|
2008-06-23 00:18:06 +02:00
|
|
|
SUBDIR += sg3_utils
|
2002-07-09 02:23:51 +02:00
|
|
|
SUBDIR += shlock
|
2012-11-20 23:31:40 +01:00
|
|
|
SUBDIR += shmcat
|
2010-08-18 01:00:22 +02:00
|
|
|
SUBDIR += sievelog
|
1997-06-05 19:04:39 +02:00
|
|
|
SUBDIR += skill
|
2008-10-24 14:26:41 +02:00
|
|
|
SUBDIR += slack
|
2003-09-08 13:24:01 +02:00
|
|
|
SUBDIR += sleuthkit
|
2002-05-09 15:45:49 +02:00
|
|
|
SUBDIR += sloth
|
2006-01-23 22:03:30 +01:00
|
|
|
SUBDIR += slst
|
2013-11-24 21:23:02 +01:00
|
|
|
SUBDIR += slurm-hpc
|
2003-10-24 09:45:38 +02:00
|
|
|
SUBDIR += smartmontools
|
2012-02-01 19:46:36 +01:00
|
|
|
SUBDIR += smp_utils
|
2007-06-04 09:28:18 +02:00
|
|
|
SUBDIR += snap
|
2004-07-30 21:26:52 +02:00
|
|
|
SUBDIR += snowlog
|
1996-09-16 02:32:17 +02:00
|
|
|
SUBDIR += socket
|
2002-09-20 12:13:57 +02:00
|
|
|
SUBDIR += socklog
|
2008-03-13 15:50:57 +01:00
|
|
|
SUBDIR += sortu
|
2008-11-21 22:15:49 +01:00
|
|
|
SUBDIR += spindown
|
2003-01-08 12:50:14 +01:00
|
|
|
SUBDIR += spinner
|
2011-08-21 13:32:16 +02:00
|
|
|
SUBDIR += spiped
|
2010-05-05 20:19:43 +02:00
|
|
|
SUBDIR += squashfs-tools
|
2012-05-22 12:15:39 +02:00
|
|
|
SUBDIR += sshsudo
|
2011-02-15 10:18:04 +01:00
|
|
|
SUBDIR += ssid
|
2002-04-02 16:25:46 +02:00
|
|
|
SUBDIR += ssync
|
2003-12-09 09:34:26 +01:00
|
|
|
SUBDIR += stalepid
|
1999-08-12 02:20:58 +02:00
|
|
|
SUBDIR += stmpclean
|
2000-07-10 14:09:29 +02:00
|
|
|
SUBDIR += stow
|
2001-03-17 13:58:14 +01:00
|
|
|
SUBDIR += stowES
|
2004-05-19 10:42:31 +02:00
|
|
|
SUBDIR += stress
|
1996-12-19 13:13:15 +01:00
|
|
|
SUBDIR += su2
|
2009-10-12 14:47:17 +02:00
|
|
|
SUBDIR += superiotool
|
2008-01-23 09:05:18 +01:00
|
|
|
SUBDIR += swapd
|
2011-03-27 08:48:15 +02:00
|
|
|
SUBDIR += swapexd
|
2010-08-23 04:40:15 +02:00
|
|
|
SUBDIR += swapmon
|
2012-05-25 04:15:20 +02:00
|
|
|
SUBDIR += sweeper
|
2000-05-27 13:11:15 +02:00
|
|
|
SUBDIR += symlinks
|
2005-03-16 21:39:33 +01:00
|
|
|
SUBDIR += symon
|
2003-03-26 10:31:42 +01:00
|
|
|
SUBDIR += synergy
|
2006-02-06 20:46:02 +01:00
|
|
|
SUBDIR += sysgather
|
2009-04-23 19:30:10 +02:00
|
|
|
SUBDIR += sysinfo
|
2009-01-07 10:42:11 +01:00
|
|
|
SUBDIR += syslinux
|
2000-04-25 14:48:06 +02:00
|
|
|
SUBDIR += syslog-ng
|
2014-08-12 21:39:33 +02:00
|
|
|
SUBDIR += syslog-ng-devel
|
2014-03-16 15:29:45 +01:00
|
|
|
SUBDIR += syslog-ng-incubator
|
2013-10-06 06:09:09 +02:00
|
|
|
SUBDIR += syslog-ng33
|
2014-03-25 13:56:05 +01:00
|
|
|
SUBDIR += syslog-ng34
|
2008-10-05 12:09:20 +02:00
|
|
|
SUBDIR += syslogger
|
2011-12-31 14:27:56 +01:00
|
|
|
SUBDIR += sysrc
|
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
2005-03-12 11:39:38 +01:00
|
|
|
SUBDIR += system-tools-backends
|
2013-08-28 06:10:02 +02:00
|
|
|
SUBDIR += sysvbanner
|
2012-09-02 15:08:58 +02:00
|
|
|
SUBDIR += tai64nfrac
|
2009-07-05 11:36:28 +02:00
|
|
|
SUBDIR += tarsnap
|
2014-06-22 12:49:16 +02:00
|
|
|
SUBDIR += tartarus
|
2008-04-26 20:28:52 +02:00
|
|
|
SUBDIR += tbku
|
2008-04-17 16:20:23 +02:00
|
|
|
SUBDIR += tclsyslog
|
1997-04-24 10:05:51 +02:00
|
|
|
SUBDIR += tcplist
|
2001-07-07 05:43:12 +02:00
|
|
|
SUBDIR += tdir
|
2004-07-21 22:03:52 +02:00
|
|
|
SUBDIR += tenshi
|
2003-06-01 03:51:18 +02:00
|
|
|
SUBDIR += tentakel
|
2004-04-18 21:42:57 +02:00
|
|
|
SUBDIR += testdisk
|
2002-03-16 20:22:36 +01:00
|
|
|
SUBDIR += thefish
|
2001-06-09 01:07:13 +02:00
|
|
|
SUBDIR += timelimit
|
2006-09-07 07:38:19 +02:00
|
|
|
SUBDIR += timemon
|
2006-08-18 11:03:18 +02:00
|
|
|
SUBDIR += titlefix
|
2008-08-31 23:18:47 +02:00
|
|
|
SUBDIR += tkdvd
|
2014-03-23 11:41:00 +01:00
|
|
|
SUBDIR += tlsdate
|
Add port sysutils/tm:
Terminal mixer can start processes inside a pseudo-terminal, which can
be accessed through a Unix socket, TCP or even raw ethernet (not yet
ported to FreeBSD). The programs can be linked to the current
terminal, or they can be unlinked like in nohup. But even in this
latter case you can connect to them using the mentioned protocols.
tm can also start programs as if they communicate through pipes
instead of terminals, and this can be quite useful for
remote-controlling applications.
More than one client can connect to the served pseudo-terminal, either
using tm as a client or telnet for TCP. You can choose if they are
only allowed to read, or they can also contribute on input.
WWW: http://vicerveza.homeunix.net/~viric/soft/tm/
Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net>
Terminal mixer can start processes inside a pseudo-terminal, which can
be accessed through a Unix socket, TCP or even raw ethernet (not yet
ported to FreeBSD). The programs can be linked to the current
terminal, or they can be unlinked like in nohup. But even in this
latter case you can connect to them using the mentioned protocols.
tm can also start programs as if they communicate through pipes
instead of terminals, and this can be quite useful for
remote-controlling applications.
More than one client can connect to the served pseudo-terminal, either
using tm as a client or telnet for TCP. You can choose if they are
only allowed to read, or they can also contribute on input.
WWW: http://vicerveza.homeunix.net/~viric/soft/tm/
Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net>
2007-12-18 16:44:11 +01:00
|
|
|
SUBDIR += tm
|
2005-07-25 07:30:59 +02:00
|
|
|
SUBDIR += tmpreaper
|
2002-02-20 14:03:34 +01:00
|
|
|
SUBDIR += tmpwatch
|
2009-10-14 16:15:12 +02:00
|
|
|
SUBDIR += tmux
|
2005-06-11 02:15:35 +02:00
|
|
|
SUBDIR += topless
|
TORQUE is an open source resource manager providing control over
batch jobs and distributed compute nodes. It is a community effort
based on the original *PBS project and, with more than 1,200 patches,
has incorporated significant advances in the areas of scalability,
fault tolerance, and feature extensions contributed by NCSA, OSC,
USC , the U.S. Dept of Energy, Sandia, PNNL, U of Buffalo, TeraGrid,
and many other leading edge HPC organizations.
WWW: http://www.clusterresources.com/pages/products/torque-resource-manager.php
PR: ports/103296
Submitted by: trasz
2006-10-06 04:32:32 +02:00
|
|
|
SUBDIR += torque
|
2004-07-30 22:47:55 +02:00
|
|
|
SUBDIR += torsmo
|
2003-10-04 02:37:43 +02:00
|
|
|
SUBDIR += toshctl
|
2006-12-18 15:54:32 +01:00
|
|
|
SUBDIR += tracker
|
2008-04-05 19:02:17 +02:00
|
|
|
SUBDIR += tracker-client
|
|
|
|
SUBDIR += tracker-gnome
|
|
|
|
SUBDIR += tracker-libtrackergtk
|
2001-12-24 22:50:53 +01:00
|
|
|
SUBDIR += tree
|
2010-05-10 00:22:08 +02:00
|
|
|
SUBDIR += tren
|
2007-04-03 14:03:25 +02:00
|
|
|
SUBDIR += ts
|
2006-11-01 23:16:01 +01:00
|
|
|
SUBDIR += tss
|
2011-01-10 03:17:16 +01:00
|
|
|
SUBDIR += tty-clock
|
2001-11-21 05:06:44 +01:00
|
|
|
SUBDIR += ttyload
|
2006-02-22 18:47:57 +01:00
|
|
|
SUBDIR += tw_cli
|
2012-01-14 20:21:50 +01:00
|
|
|
SUBDIR += tzdialog
|
2013-07-29 02:04:33 +02:00
|
|
|
SUBDIR += u-boot-beaglebone-eabi
|
2009-01-13 16:40:58 +01:00
|
|
|
SUBDIR += ua
|
2004-08-12 20:02:52 +02:00
|
|
|
SUBDIR += ucspi-ipc
|
2005-11-16 04:02:36 +01:00
|
|
|
SUBDIR += ucspi-proxy
|
2003-09-30 01:56:30 +02:00
|
|
|
SUBDIR += ucspi-ssl
|
2006-05-26 17:14:14 +02:00
|
|
|
SUBDIR += ucspi-ssl-tls
|
1998-07-09 12:22:04 +02:00
|
|
|
SUBDIR += ucspi-tcp
|
2003-10-13 16:54:44 +02:00
|
|
|
SUBDIR += ucspi-unix
|
2005-03-04 15:58:10 +01:00
|
|
|
SUBDIR += udfclient
|
2005-07-03 15:58:06 +02:00
|
|
|
SUBDIR += ufs_copy
|
2009-09-19 22:20:28 +02:00
|
|
|
SUBDIR += uhidd
|
2008-02-16 12:54:39 +01:00
|
|
|
SUBDIR += uif2iso
|
2006-07-23 16:19:52 +02:00
|
|
|
SUBDIR += unieject
|
2007-02-04 23:54:18 +01:00
|
|
|
SUBDIR += uniutils
|
2001-05-08 10:32:54 +02:00
|
|
|
SUBDIR += unquote
|
2010-01-03 10:00:42 +01:00
|
|
|
SUBDIR += unstow
|
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
2010-05-10 23:19:08 +02:00
|
|
|
SUBDIR += upower
|
1998-02-25 17:47:16 +01:00
|
|
|
SUBDIR += upsd
|
2006-08-15 18:09:38 +02:00
|
|
|
SUBDIR += upsdaemon
|
2002-10-10 22:00:43 +02:00
|
|
|
SUBDIR += uptimed
|
2012-01-14 15:48:37 +01:00
|
|
|
SUBDIR += usb_modeswitch
|
2007-07-28 11:56:18 +02:00
|
|
|
SUBDIR += usbhotkey
|
2007-12-11 21:45:58 +01:00
|
|
|
SUBDIR += usbutils
|
2004-03-17 08:30:01 +01:00
|
|
|
SUBDIR += uschedule
|
2003-03-31 13:39:27 +02:00
|
|
|
SUBDIR += userinfo
|
2001-05-25 21:59:17 +02:00
|
|
|
SUBDIR += userlist
|
2004-07-25 11:01:24 +02:00
|
|
|
SUBDIR += usermatic
|
2002-11-10 21:11:29 +01:00
|
|
|
SUBDIR += usermin
|
2003-09-30 14:10:05 +02:00
|
|
|
SUBDIR += userneu
|
2004-01-16 02:33:12 +01:00
|
|
|
SUBDIR += userneu-devel
|
2004-02-01 19:19:48 +01:00
|
|
|
SUBDIR += usrinfo
|
2003-06-03 06:33:04 +02:00
|
|
|
SUBDIR += utcount
|
2014-03-20 22:31:13 +01:00
|
|
|
SUBDIR += vagrant
|
2008-12-06 01:40:46 +01:00
|
|
|
SUBDIR += vbetool
|
2003-02-11 22:50:17 +01:00
|
|
|
SUBDIR += vcp
|
2014-04-22 18:53:16 +02:00
|
|
|
SUBDIR += vhdtool
|
2002-03-30 12:45:03 +01:00
|
|
|
SUBDIR += videogen
|
2005-08-29 16:34:03 +02:00
|
|
|
SUBDIR += vii
|
2006-01-23 20:17:33 +01:00
|
|
|
SUBDIR += vils
|
2011-12-10 19:49:25 +01:00
|
|
|
SUBDIR += vimpager
|
2003-10-25 12:21:20 +02:00
|
|
|
SUBDIR += virtualmin
|
2011-08-29 14:04:50 +02:00
|
|
|
SUBDIR += vlogger
|
2012-02-24 20:13:30 +01:00
|
|
|
SUBDIR += vmdktool
|
2002-05-12 15:33:09 +02:00
|
|
|
SUBDIR += vobcopy
|
2012-01-07 05:59:41 +01:00
|
|
|
SUBDIR += volman
|
2008-07-19 18:06:37 +02:00
|
|
|
SUBDIR += vordog
|
2012-05-27 17:27:15 +02:00
|
|
|
SUBDIR += vpnc-scripts
|
2006-01-03 02:19:15 +01:00
|
|
|
SUBDIR += vstrip
|
2005-07-21 15:25:36 +02:00
|
|
|
SUBDIR += vttest
|
2014-03-15 09:55:13 +01:00
|
|
|
SUBDIR += wait_on
|
2003-10-06 14:04:24 +02:00
|
|
|
SUBDIR += watchdog
|
2005-07-25 07:10:57 +02:00
|
|
|
SUBDIR += watchfolder
|
2009-07-17 20:57:31 +02:00
|
|
|
SUBDIR += watchmen
|
2003-04-02 14:39:26 +02:00
|
|
|
SUBDIR += webjob
|
1998-11-19 22:39:23 +01:00
|
|
|
SUBDIR += webmin
|
2007-10-09 16:32:46 +02:00
|
|
|
SUBDIR += weedit
|
2013-10-07 06:46:52 +02:00
|
|
|
SUBDIR += wemux
|
2003-02-05 12:36:13 +01:00
|
|
|
SUBDIR += whatpix
|
2000-06-21 17:52:48 +02:00
|
|
|
SUBDIR += whowatch
|
2011-10-24 09:31:23 +02:00
|
|
|
SUBDIR += wiimms
|
1999-08-25 03:38:42 +02:00
|
|
|
SUBDIR += wmapm
|
2002-09-21 08:23:16 +02:00
|
|
|
SUBDIR += wmapmload
|
2003-03-29 18:53:59 +01:00
|
|
|
SUBDIR += wmbluecpu
|
2004-02-09 10:32:48 +01:00
|
|
|
SUBDIR += wmbsdbatt
|
2001-04-19 10:40:47 +02:00
|
|
|
SUBDIR += wmcpuload
|
2001-05-30 05:11:45 +02:00
|
|
|
SUBDIR += wmcube
|
2001-08-30 06:24:25 +02:00
|
|
|
SUBDIR += wmcube-gdk
|
2007-01-01 02:09:30 +01:00
|
|
|
SUBDIR += wmdiskmon
|
1999-11-03 21:13:19 +01:00
|
|
|
SUBDIR += wmfire
|
2002-05-31 14:47:07 +02:00
|
|
|
SUBDIR += wmflame
|
2003-04-11 12:28:51 +02:00
|
|
|
SUBDIR += wmmemfree
|
2000-05-07 23:06:13 +02:00
|
|
|
SUBDIR += wmtop
|
2003-07-03 21:02:28 +02:00
|
|
|
SUBDIR += wmupmon
|
2003-08-27 10:14:14 +02:00
|
|
|
SUBDIR += worldtools
|
2003-01-12 01:09:16 +01:00
|
|
|
SUBDIR += wtail
|
2005-09-08 13:14:39 +02:00
|
|
|
SUBDIR += wuzzah
|
2001-10-14 20:13:23 +02:00
|
|
|
SUBDIR += x86info
|
2004-05-21 16:36:51 +02:00
|
|
|
SUBDIR += xacpim
|
1995-07-13 02:04:20 +02:00
|
|
|
SUBDIR += xbatt
|
2000-02-20 18:08:55 +01:00
|
|
|
SUBDIR += xbattbar
|
2001-01-16 18:15:40 +01:00
|
|
|
SUBDIR += xcdroast
|
1996-02-29 02:58:14 +01:00
|
|
|
SUBDIR += xcpustate
|
1995-07-13 02:04:20 +02:00
|
|
|
SUBDIR += xdu
|
2012-10-10 04:07:40 +02:00
|
|
|
SUBDIR += xe-guest-utilities
|
2011-12-14 10:03:23 +01:00
|
|
|
SUBDIR += xen-tools
|
2008-11-21 21:53:17 +01:00
|
|
|
SUBDIR += xfburn
|
2003-08-01 16:32:00 +02:00
|
|
|
SUBDIR += xfce4-battery-plugin
|
2014-07-28 19:26:23 +02:00
|
|
|
SUBDIR += xfce4-bsdcpufreq-plugin
|
2004-06-08 00:03:10 +02:00
|
|
|
SUBDIR += xfce4-cpugraph-plugin
|
2013-09-12 18:09:14 +02:00
|
|
|
SUBDIR += xfce4-diskperf-plugin
|
2003-12-24 07:13:15 +01:00
|
|
|
SUBDIR += xfce4-fsguard-plugin
|
2004-10-22 12:51:45 +02:00
|
|
|
SUBDIR += xfce4-genmon-plugin
|
2003-08-16 16:54:04 +02:00
|
|
|
SUBDIR += xfce4-minicmd-plugin
|
2012-05-29 10:08:49 +02:00
|
|
|
SUBDIR += xfce4-mount-plugin
|
2003-09-03 16:10:01 +02:00
|
|
|
SUBDIR += xfce4-netload-plugin
|
2009-06-22 14:55:36 +02:00
|
|
|
SUBDIR += xfce4-power-manager
|
2009-03-02 17:31:59 +01:00
|
|
|
SUBDIR += xfce4-settings
|
2003-08-01 16:35:59 +02:00
|
|
|
SUBDIR += xfce4-systemload-plugin
|
2004-05-24 23:57:52 +02:00
|
|
|
SUBDIR += xfce4-wavelan-plugin
|
1997-12-01 18:25:04 +01:00
|
|
|
SUBDIR += xfsm
|
2005-06-17 15:37:14 +02:00
|
|
|
SUBDIR += xfsprogs
|
2001-05-27 19:22:39 +02:00
|
|
|
SUBDIR += xin
|
2011-11-04 20:26:03 +01:00
|
|
|
SUBDIR += xjobs
|
1998-07-13 00:49:49 +02:00
|
|
|
SUBDIR += xlogmaster
|
2001-09-03 19:37:52 +02:00
|
|
|
SUBDIR += xmbmon
|
2009-03-16 22:16:28 +01:00
|
|
|
SUBDIR += xorriso
|
1997-11-20 09:58:51 +01:00
|
|
|
SUBDIR += xosview
|
2006-11-05 17:59:44 +01:00
|
|
|
SUBDIR += xsi
|
2003-01-01 17:00:45 +01:00
|
|
|
SUBDIR += xstow
|
1995-07-13 02:04:20 +02:00
|
|
|
SUBDIR += xsysstats
|
2004-04-29 00:12:58 +02:00
|
|
|
SUBDIR += xvidcap
|
2012-10-19 10:48:15 +02:00
|
|
|
SUBDIR += yum
|
2011-10-17 01:01:39 +02:00
|
|
|
SUBDIR += zeitgeist
|
2006-01-04 21:34:52 +01:00
|
|
|
SUBDIR += zeroer
|
2009-02-11 22:20:03 +01:00
|
|
|
SUBDIR += zetaback
|
2011-01-09 22:01:29 +01:00
|
|
|
SUBDIR += zfs-periodic
|
2008-05-26 03:49:09 +02:00
|
|
|
SUBDIR += zfs-replicate
|
2010-01-02 15:53:41 +01:00
|
|
|
SUBDIR += zfs-snapshot-clean
|
2008-07-16 23:30:30 +02:00
|
|
|
SUBDIR += zfs-snapshot-mgmt
|
2010-10-20 11:09:33 +02:00
|
|
|
SUBDIR += zfs-stats
|
2010-08-03 19:39:21 +02:00
|
|
|
SUBDIR += zfsnap
|
2012-05-15 03:36:05 +02:00
|
|
|
SUBDIR += zfstools
|
2003-12-17 20:33:31 +01:00
|
|
|
SUBDIR += zidrav
|
2003-12-07 23:11:23 +01:00
|
|
|
SUBDIR += zisofs-tools
|
2013-02-09 15:00:30 +01:00
|
|
|
SUBDIR += zogftw
|
2014-01-03 18:49:34 +01:00
|
|
|
SUBDIR += zrep
|
2014-02-06 17:37:42 +01:00
|
|
|
SUBDIR += zsd
|
2011-04-04 17:03:51 +02:00
|
|
|
SUBDIR += zxfer
|
1995-07-13 02:04:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|