freebsd-ports/sysutils/Makefile

1085 lines
26 KiB
Makefile
Raw Normal View History

1999-08-31 04:00:46 +02:00
# $FreeBSD$
#
COMMENT = System utilities
SUBDIR += 3dm
SUBDIR += 44bsd-more
SUBDIR += 915resolution
SUBDIR += DTraceToolkit
1997-06-18 10:38:52 +02:00
SUBDIR += LPRng
SUBDIR += LPRngTool
SUBDIR += abck
SUBDIR += abgx360
SUBDIR += abgx360gui
SUBDIR += acpi_call
SUBDIR += adtool
SUBDIR += afbinit
SUBDIR += afflib
1995-10-04 18:34:43 +01:00
SUBDIR += afio
SUBDIR += agedu
SUBDIR += ah-tty
SUBDIR += aimage
SUBDIR += aird
SUBDIR += am-utils
SUBDIR += amrstat
SUBDIR += anacron
2002-06-21 21:41:34 +02:00
SUBDIR += and
SUBDIR += ansible
2001-08-13 06:00:41 +02:00
SUBDIR += anteater
SUBDIR += apachetop
SUBDIR += apcpwr
SUBDIR += apcupsd
SUBDIR += apt
SUBDIR += arcconf
SUBDIR += archivemount
SUBDIR += areca-cli
1998-08-10 02:38:09 +02:00
SUBDIR += asapm
SUBDIR += ascpu
1999-06-14 21:31:22 +02:00
SUBDIR += asfsm
SUBDIR += asmem
1999-10-05 18:32:46 +02:00
SUBDIR += asmon
SUBDIR += asr-utils
SUBDIR += asusoled
SUBDIR += ataidle
SUBDIR += atitvout
SUBDIR += atop
SUBDIR += auto-admin
SUBDIR += autojump
SUBDIR += automount
SUBDIR += automounter
SUBDIR += autopsy
SUBDIR += avfs
SUBDIR += b43-fwcutter
SUBDIR += backupme
SUBDIR += backuppc
SUBDIR += bacula-bat
SUBDIR += bacula-client
SUBDIR += bacula-client-static
SUBDIR += bacula-docs
2004-12-13 00:54:15 +01:00
SUBDIR += bacula-server
SUBDIR += bashburn
SUBDIR += batmon
SUBDIR += battfink
SUBDIR += battmond
SUBDIR += battray
SUBDIR += bbapm
SUBDIR += bbcp
1999-01-14 00:10:30 +01:00
SUBDIR += bchunk
SUBDIR += be_agent
SUBDIR += beadm
SUBDIR += beadm-devel
SUBDIR += biosfont
1998-01-28 04:51:56 +01:00
SUBDIR += bkpupsd
SUBDIR += bksh
SUBDIR += blimitd
SUBDIR += bontmia
SUBDIR += boxbackup
SUBDIR += boxbackup-devel
SUBDIR += brasero
SUBDIR += bsd-splash-changer
SUBDIR += bsdadminscripts
SUBDIR += bsdconfig
SUBDIR += bsdcrashtar
SUBDIR += bsdhwmon
SUBDIR += bsdinfo
SUBDIR += bsdmoted
SUBDIR += bsdstats
SUBDIR += bubblemon-dockapp
SUBDIR += bubblemon2
SUBDIR += bulk_extractor
SUBDIR += burn
2009-03-25 23:17:59 +01:00
SUBDIR += busybox
SUBDIR += busybox-unstable
SUBDIR += byobu
SUBDIR += cbsd
SUBDIR += ccd2iso
SUBDIR += cciss_vol_status
SUBDIR += ccze
SUBDIR += cdargs
SUBDIR += cdbkup
SUBDIR += cdeploy
SUBDIR += cdf
SUBDIR += cdircmp
SUBDIR += cdls
SUBDIR += cdrdao
SUBDIR += cdrkit
SUBDIR += cdroot
2001-08-02 10:56:34 +02:00
SUBDIR += cdrtools
SUBDIR += cdrtools-devel
SUBDIR += cfengine-devel
SUBDIR += cfengine
SUBDIR += cfengine22
SUBDIR += cfengine32
SUBDIR += cfengine33
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
SUBDIR += chgrep
SUBDIR += ciso
SUBDIR += ck4up
SUBDIR += ckl
SUBDIR += clean
SUBDIR += clockspeed
SUBDIR += clockspeed-conf
SUBDIR += clone
SUBDIR += clonehdd
SUBDIR += cloop-utils
SUBDIR += cmdwatch
SUBDIR += cmospwd
SUBDIR += cog
SUBDIR += colorize
1998-12-27 19:06:51 +01:00
SUBDIR += comconsole
SUBDIR += comiccron
SUBDIR += condor
SUBDIR += confctl
SUBDIR += confman
SUBDIR += conky
SUBDIR += conky-awesome
2001-09-21 07:59:19 +02:00
SUBDIR += consolehm
SUBDIR += consolekit
SUBDIR += contool
1998-12-20 22:15:22 +01:00
SUBDIR += copytape
SUBDIR += coreutils
SUBDIR += cotty
1999-10-31 17:31:25 +01:00
SUBDIR += cpdup
SUBDIR += cpu
SUBDIR += cpuburn
SUBDIR += cpulimit
SUBDIR += cpupowerd
SUBDIR += cramfs
SUBDIR += crashme
SUBDIR += createrepo
SUBDIR += cromwell
2000-01-22 04:11:00 +01:00
SUBDIR += cronolog
SUBDIR += cronolog-devel
SUBDIR += curly
SUBDIR += cvsweb-converters
SUBDIR += cw
SUBDIR += daa2iso
SUBDIR += dae
SUBDIR += daedalus
1998-06-16 09:49:54 +02:00
SUBDIR += daemontools
2000-04-28 10:27:58 +02:00
SUBDIR += daemontools53
SUBDIR += dar
SUBDIR += dc3dd
SUBDIR += dcfldd
SUBDIR += dd_rescue
SUBDIR += ddpt
SUBDIR += ddrescue
SUBDIR += debhelper
SUBDIR += debootstrap
SUBDIR += decomment
SUBDIR += deltup
SUBDIR += desktop-installer
SUBDIR += detach
SUBDIR += detox
SUBDIR += devcpu-data
SUBDIR += devstat
SUBDIR += dfc
SUBDIR += di
SUBDIR += dim
SUBDIR += dircomp
SUBDIR += dirdiff
SUBDIR += dirvish
SUBDIR += diskcheckd
SUBDIR += diskscrub
SUBDIR += disktool
SUBDIR += disktype
SUBDIR += djmount
SUBDIR += dmg2img
SUBDIR += dmidecode
2010-09-29 05:45:32 +02:00
SUBDIR += doinkd
SUBDIR += dolly
SUBDIR += downtime
SUBDIR += downtimed
SUBDIR += dt
SUBDIR += dtc
SUBDIR += dtpstree
SUBDIR += du2ps
SUBDIR += duff
SUBDIR += duplicity
SUBDIR += duply
SUBDIR += dupmerge
SUBDIR += dvd+rw-tools
SUBDIR += dvdbackup
SUBDIR += dvdimagecmp
SUBDIR += dvdisaster
SUBDIR += dvdvideo
SUBDIR += dvtm
SUBDIR += dwatch
SUBDIR += e2fsprogs
SUBDIR += easypbi
SUBDIR += ec2-scripts
SUBDIR += edid-decode
SUBDIR += eiciel
2000-01-05 23:33:38 +01:00
SUBDIR += eject
SUBDIR += empower
SUBDIR += endian
SUBDIR += entr
SUBDIR += enteruser
SUBDIR += env4801
SUBDIR += epylog
SUBDIR += eroaster
SUBDIR += etcmerge
SUBDIR += etcupdate
SUBDIR += eventlog
SUBDIR += evtviewer
SUBDIR += exfat-utils
SUBDIR += extipl
SUBDIR += ezjail
SUBDIR += fanout
SUBDIR += farbot
SUBDIR += fastest_cvsup
SUBDIR += fatback
SUBDIR += fconfig
SUBDIR += fcron
SUBDIR += fdupes
SUBDIR += feather
SUBDIR += fetchlog
SUBDIR += ffs2recov
SUBDIR += file
SUBDIR += filedupe
SUBDIR += filelight
2009-11-21 23:16:11 +01:00
SUBDIR += filelight-kde4
SUBDIR += fileprune
SUBDIR += fileschanged
SUBDIR += filetype
SUBDIR += finfo
SUBDIR += flasher
SUBDIR += flashrom
1999-10-07 06:23:10 +02:00
SUBDIR += flexbackup
SUBDIR += flock
SUBDIR += flog
SUBDIR += flyback
SUBDIR += fonteditfs
SUBDIR += foremost
2000-04-30 02:36:00 +02:00
SUBDIR += fortunelock
SUBDIR += fpart
SUBDIR += fpc-syslog
SUBDIR += fpc-users
SUBDIR += fpc-utmp
SUBDIR += fpc-uuid
SUBDIR += fpkg
SUBDIR += freebsd-snapshot
SUBDIR += freecolor
SUBDIR += freedt
SUBDIR += freeipmi
SUBDIR += freesbie
SUBDIR += freqsdwn
SUBDIR += froxlor
SUBDIR += fsbackup
SUBDIR += fsc
SUBDIR += fstyp
SUBDIR += ftwin
SUBDIR += fusefs-afuse
SUBDIR += fusefs-chironfs
SUBDIR += fusefs-cryptofs
SUBDIR += fusefs-curlftpfs
SUBDIR += fusefs-encfs
SUBDIR += fusefs-exfat
SUBDIR += fusefs-ext4fuse
SUBDIR += fusefs-funionfs
SUBDIR += fusefs-fur
SUBDIR += fusefs-fusepak
SUBDIR += fusefs-fusexmp_fh
SUBDIR += fusefs-gnome-vfs
SUBDIR += fusefs-gstfs
SUBDIR += fusefs-gunzip
SUBDIR += fusefs-httpfs
SUBDIR += fusefs-ifuse
SUBDIR += fusefs-kmod
SUBDIR += fusefs-libs
SUBDIR += fusefs-mhddfs
SUBDIR += fusefs-mp3fs
SUBDIR += fusefs-ntfs
SUBDIR += fusefs-pod
SUBDIR += fusefs-rar2fs
SUBDIR += fusefs-s3fs
SUBDIR += fusefs-smbnetfs
SUBDIR += fusefs-sqlfs
SUBDIR += fusefs-sshfs
SUBDIR += fusefs-unionfs
SUBDIR += fusefs-wdfs
SUBDIR += fusefs-wikipediafs
SUBDIR += fusefs-zip
SUBDIR += fvcool
SUBDIR += gaffitter
SUBDIR += gai-leds
SUBDIR += ganglia-monitor-core
SUBDIR += ganglia-webfrontend
SUBDIR += gapcmon
SUBDIR += garcon
SUBDIR += gather
SUBDIR += gcdmaster
1999-06-28 03:09:41 +02:00
SUBDIR += gcombust
SUBDIR += gconf-editor
SUBDIR += gdisk
SUBDIR += gdmap
SUBDIR += geomWatch
SUBDIR += geomgui
SUBDIR += getdelta
SUBDIR += geteltorito
SUBDIR += gigolo
SUBDIR += gkfreq
SUBDIR += gkleds2
SUBDIR += gkrellfire
SUBDIR += gkrellflynn
2000-03-19 15:59:36 +01:00
SUBDIR += gkrellm
SUBDIR += gkrellm-trayicons
2002-09-02 20:40:46 +02:00
SUBDIR += gkrellm2
SUBDIR += gkrellmwho2
SUBDIR += gkrelltop
SUBDIR += gksu
SUBDIR += gnome-control-center
SUBDIR += gnome-device-manager
SUBDIR += gnome-mount
2002-11-21 02:20:20 +01:00
SUBDIR += gnome-pkgview
SUBDIR += gnome-power-manager
SUBDIR += gnome-schedule
SUBDIR += gnome-settings-daemon
SUBDIR += gnome-system-monitor
SUBDIR += gnome-system-tools
2006-10-31 10:08:29 +01:00
SUBDIR += gnome_subr
SUBDIR += gnomebaker
SUBDIR += goaccess
SUBDIR += googlog
SUBDIR += gosa
SUBDIR += gpkgdep
SUBDIR += gpte
SUBDIR += graid5
SUBDIR += graphicboot
SUBDIR += graveman
SUBDIR += grok
SUBDIR += grub2
SUBDIR += gsmartcontrol
SUBDIR += gstopd
SUBDIR += gstreamer-plugins-cdio
SUBDIR += gstreamer-plugins-hal
SUBDIR += gstreamer1-plugins-cdio
SUBDIR += gtk-imonc
SUBDIR += gtk-send-pr
SUBDIR += gupsc
SUBDIR += hachoir-metadata
SUBDIR += hachoir-subfile
SUBDIR += hachoir-urwid
SUBDIR += hachoir-wx
SUBDIR += hal
SUBDIR += hal-info
SUBDIR += hammerhead
SUBDIR += hardlink
SUBDIR += hatop
2005-03-13 18:11:48 +01:00
SUBDIR += hdup
SUBDIR += hdrecover
SUBDIR += healthd
SUBDIR += heartbeat
SUBDIR += heirloom
SUBDIR += hextools
SUBDIR += hfsexplorer
SUBDIR += hfsutils
SUBDIR += hidesvn
SUBDIR += highlnk
SUBDIR += hilite
SUBDIR += host-setup
SUBDIR += hourglass
SUBDIR += hoz
SUBDIR += hpacucli
SUBDIR += hploscripts
SUBDIR += hs-angel
SUBDIR += hs-cpu
SUBDIR += htop
SUBDIR += httplog
SUBDIR += hwstat
SUBDIR += hyperic-sigar
SUBDIR += i2c-tools
SUBDIR += i7z
SUBDIR += iat
SUBDIR += iextract
SUBDIR += installwatch
SUBDIR += iogen
SUBDIR += iograph
SUBDIR += ioping
SUBDIR += ipa
SUBDIR += ipad_charge
SUBDIR += ipmitool
1999-11-03 01:59:39 +01:00
SUBDIR += ipsc
SUBDIR += isc-cron
SUBDIR += isomaster
SUBDIR += isomd5sum
SUBDIR += ispman
SUBDIR += istatd
SUBDIR += jail2
SUBDIR += jailadmin
SUBDIR += jailctl
SUBDIR += jaildaemon
SUBDIR += jailer
SUBDIR += jailme
SUBDIR += jailrc
SUBDIR += jailuser
SUBDIR += jailutils
SUBDIR += javaservicewrapper
SUBDIR += jdiskreport
SUBDIR += jfbterm
SUBDIR += jkill
SUBDIR += jps
SUBDIR += jtop
SUBDIR += jtopen
SUBDIR += jx
SUBDIR += k3b
2010-08-01 21:49:46 +02:00
SUBDIR += k3b-kde4
SUBDIR += k8temp
SUBDIR += kcm-polkit-kde
SUBDIR += kcpuload
Please welcome Qt3/KDE3 to our ports tree. This includes work since the original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde
2002-04-22 01:47:50 +02:00
SUBDIR += kdeadmin3
2008-08-09 21:12:43 +02:00
SUBDIR += kdeadmin4
SUBDIR += kdf
SUBDIR += kdirstat
SUBDIR += keep
SUBDIR += keyboard-daemon
SUBDIR += kfloppy
SUBDIR += kgtk
SUBDIR += kiconvtool
SUBDIR += kkbswitch
SUBDIR += kkeyled
SUBDIR += klaptopdaemon
SUBDIR += kldfind
SUBDIR += kldpatch
SUBDIR += kleansweep
SUBDIR += klineakconfig
2006-02-01 10:13:29 +01:00
SUBDIR += kmilo
SUBDIR += knutclient
SUBDIR += knutclient-kde4
SUBDIR += komparator
SUBDIR += krename
2009-06-02 18:41:39 +02:00
SUBDIR += krename-kde4
SUBDIR += kshutdown
2010-12-23 22:01:05 +01:00
SUBDIR += kshutdown-kde4
SUBDIR += ksynaptics
SUBDIR += ksysguardd
1999-10-21 07:38:30 +02:00
SUBDIR += lavaps
SUBDIR += lbl-cf
SUBDIR += lbl-hf
SUBDIR += lcdproc
SUBDIR += ldap-account-manager
SUBDIR += ldapenter
SUBDIR += ldapvi
SUBDIR += ledit
SUBDIR += less
2001-07-20 22:54:19 +02:00
SUBDIR += lfm
SUBDIR += libcdio
SUBDIR += libchk
SUBDIR += libfvde
SUBDIR += libgksu
SUBDIR += libieee1284
SUBDIR += libpcbsd
1998-12-05 06:37:07 +01:00
SUBDIR += libretto-config
SUBDIR += libsunacl
SUBDIR += libumberlog
SUBDIR += liburcu
SUBDIR += libutempter
SUBDIR += libzeitgeist
SUBDIR += lineak-defaultplugin
SUBDIR += lineak-kdeplugins
SUBDIR += lineak-xosdplugin
SUBDIR += lineakd
SUBDIR += linrename
SUBDIR += linux-afaapps
SUBDIR += linux-f10-procps
SUBDIR += linux-megamgr
SUBDIR += linux-nero
SUBDIR += linuxfdisk
SUBDIR += lire
SUBDIR += livecd
1999-09-27 19:20:16 +02:00
SUBDIR += lmmon
2005-03-15 23:29:43 +01:00
SUBDIR += lmon
SUBDIR += log_analysis
SUBDIR += loganalyzer
SUBDIR += logmon
1999-12-30 13:38:57 +01:00
SUBDIR += logrotate
SUBDIR += logstalgia
SUBDIR += logtool
SUBDIR += logwatch
SUBDIR += lookat
SUBDIR += lookupd
SUBDIR += lookupd_ldap
SUBDIR += lsof
SUBDIR += ltrace
SUBDIR += luckybackup
SUBDIR += luma
SUBDIR += lxinput
SUBDIR += lxsplit
SUBDIR += lxtask
SUBDIR += lxterminal
SUBDIR += magicrescue
1995-09-13 11:55:30 +02:00
SUBDIR += manck
SUBDIR += mapchan
SUBDIR += massadmin
2006-02-01 21:06:30 +01:00
SUBDIR += mbmon
SUBDIR += mcelog
SUBDIR += mcollective
SUBDIR += mcron
SUBDIR += mcweject
SUBDIR += mdcp
SUBDIR += mdf2iso
SUBDIR += megacli
SUBDIR += megarc
SUBDIR += memdump
SUBDIR += memfetch
SUBDIR += memtest
SUBDIR += memtest86
SUBDIR += memtest86+
SUBDIR += metalog
SUBDIR += mgeupsd
SUBDIR += minirsyslogd
SUBDIR += mixer
SUBDIR += mkfile
SUBDIR += mkfwimage
SUBDIR += mkntpwd
SUBDIR += mksunbootcd
SUBDIR += mktool
SUBDIR += mmore
SUBDIR += modules
SUBDIR += monit
SUBDIR += monitord
SUBDIR += monitorix
SUBDIR += monkeytail
SUBDIR += mono-kmod
SUBDIR += moosefs-chunkserver
SUBDIR += moosefs-client
SUBDIR += moosefs-master
SUBDIR += moreutils
SUBDIR += moreutils-parallel
SUBDIR += most
SUBDIR += mount.app
SUBDIR += mountsmb2
SUBDIR += mpiexec
SUBDIR += msktutil
SUBDIR += msyslog
SUBDIR += mtpfs
SUBDIR += mtxorbd
SUBDIR += multitail
SUBDIR += munin-common
SUBDIR += munin-master
SUBDIR += munin-node
1999-12-28 03:46:40 +01:00
SUBDIR += muse
SUBDIR += mybashburn
SUBDIR += nagios-statd
SUBDIR += namefix
SUBDIR += nautilus-cd-burner
SUBDIR += nbosd
SUBDIR += ncdu
SUBDIR += nepomuk-core
SUBDIR += nepomuk-widgets
SUBDIR += netident
SUBDIR += news
SUBDIR += nitrogen
1998-07-15 11:58:15 +02:00
SUBDIR += no-login
1999-01-18 04:42:59 +01:00
SUBDIR += npadmin
SUBDIR += nrg2iso
SUBDIR += ntfsprogs
2000-01-14 03:13:09 +01:00
SUBDIR += nut
SUBDIR += nut22
SUBDIR += nvclock
SUBDIR += nvramtool
SUBDIR += nvtv
SUBDIR += oak
1999-11-21 07:20:56 +01:00
SUBDIR += obliterate
SUBDIR += ods2
SUBDIR += open
SUBDIR += openipmi
SUBDIR += openupsd
SUBDIR += p5-BSD-Jail-Object
SUBDIR += p5-BSD-Process
SUBDIR += p5-BSD-Sysctl
SUBDIR += p5-Brackup
SUBDIR += p5-Dir-Purge
SUBDIR += p5-File-DirCompare
SUBDIR += p5-File-Listing
SUBDIR += p5-File-Log
SUBDIR += p5-File-Next
SUBDIR += p5-File-Signature
SUBDIR += p5-File-Stat-Bits
SUBDIR += p5-File-Stat-ModeString
SUBDIR += p5-File-Tee
SUBDIR += p5-File-Which
SUBDIR += p5-Filesys-Df
SUBDIR += p5-Filesys-DfPortable
SUBDIR += p5-Filesys-DiskFree
SUBDIR += p5-Filesys-DiskSpace
SUBDIR += p5-Filesys-DiskUsage
SUBDIR += p5-Filesys-Statvfs
SUBDIR += p5-Fuse
SUBDIR += p5-Fuse-Simple
SUBDIR += p5-Iterator-File
SUBDIR += p5-Lchown
SUBDIR += p5-MogileFS-Client
SUBDIR += p5-MogileFS-Network
SUBDIR += p5-MogileFS-Server
SUBDIR += p5-MogileFS-Utils
SUBDIR += p5-Monitor-Simple
SUBDIR += p5-Plugtools
SUBDIR += p5-Plugtools-Plugins-HomeOU
SUBDIR += p5-Probe-Perl
SUBDIR += p5-Proc-PidUtil
SUBDIR += p5-Proclet
SUBDIR += p5-Quota
SUBDIR += p5-Samba-SIDhelper
SUBDIR += p5-Schedule-At
SUBDIR += p5-Schedule-Cron
SUBDIR += p5-Schedule-Load
SUBDIR += p5-Schedule-Match
SUBDIR += p5-Shell-Command
SUBDIR += p5-Stat-lsMode
SUBDIR += p5-Sys-CpuLoad
SUBDIR += p5-Sys-Filesystem
SUBDIR += p5-Sys-Gamin
SUBDIR += p5-Sys-Group-GIDhelper
SUBDIR += p5-Sys-HostIP
SUBDIR += p5-Sys-Hostname-FQDN
SUBDIR += p5-Sys-Hostname-Long
SUBDIR += p5-Sys-Load
SUBDIR += p5-Sys-Syslog
SUBDIR += p5-Sys-User-UIDhelper
SUBDIR += p5-Sys-Utmp
SUBDIR += p5-Sysadm-Install
SUBDIR += p5-SyslogScan
SUBDIR += p5-Tail-Stat
SUBDIR += p5-Tie-Syslog
SUBDIR += p5-Ubic
SUBDIR += p5-Unix-ConfigFile
SUBDIR += p5-Unix-Lsof
SUBDIR += p5-Unix-Mknod
SUBDIR += p5-Unix-Processors
SUBDIR += p5-Unix-Syslog
SUBDIR += p5-User
SUBDIR += p5-ZConf-Cron
2008-05-18 19:47:38 +02:00
SUBDIR += p5-arclog
SUBDIR += p5-reslog
SUBDIR += pacman
SUBDIR += paicc
SUBDIR += pam_mount
SUBDIR += parallel
SUBDIR += password-store
SUBDIR += pax-utils
SUBDIR += pbimaker
SUBDIR += pbreg
SUBDIR += pc-sysinstall
SUBDIR += pcfclock
SUBDIR += pciutils
SUBDIR += pcpustat
SUBDIR += pdixtract
SUBDIR += pdsh
SUBDIR += pdumpfs
SUBDIR += pear-Cache
SUBDIR += pear-Cache_Lite
SUBDIR += pear-File
SUBDIR += pear-File_Find
SUBDIR += pear-File_Fstab
SUBDIR += pear-File_Gettext
SUBDIR += pear-Horde_Log
SUBDIR += pear-Horde_Vfs
SUBDIR += pear-I18Nv2
SUBDIR += pear-Log
SUBDIR += pear-Translation2
SUBDIR += pecl-fileinfo
SUBDIR += pecl-mogilefs
SUBDIR += pecl-proctitle
SUBDIR += pefs-kmod
SUBDIR += penv
SUBDIR += personality
2006-04-30 03:25:20 +02:00
SUBDIR += pessulus
SUBDIR += pflogx
SUBDIR += pfstat
SUBDIR += pftop
SUBDIR += phantom
SUBDIR += philesight
SUBDIR += php5-fileinfo
2004-07-19 11:21:05 +02:00
SUBDIR += php5-posix
SUBDIR += php52-posix
SUBDIR += php53-fileinfo
SUBDIR += php53-posix
SUBDIR += pidof
SUBDIR += pipemeter
2010-08-18 09:45:09 +02:00
SUBDIR += plasma-applet-apcups
SUBDIR += plconfig
SUBDIR += pmap
SUBDIR += pmt
SUBDIR += policykit
SUBDIR += policykit-gnome
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
SUBDIR += polkit-kde
SUBDIR += polkit-qt
SUBDIR += powerman
SUBDIR += pp
SUBDIR += pprotectd
SUBDIR += prelink
1999-11-03 00:27:12 +01:00
SUBDIR += prips
SUBDIR += procenv
2000-03-23 04:41:26 +01:00
SUBDIR += procmap
SUBDIR += progsreiserfs
SUBDIR += psgconf
SUBDIR += pslist
1998-12-20 04:57:10 +01:00
SUBDIR += psmisc
SUBDIR += pstack
2001-09-21 07:59:19 +02:00
SUBDIR += pstree
SUBDIR += ptools
SUBDIR += puppet
2012-10-06 23:46:08 +02:00
SUBDIR += puppet26
SUBDIR += puppet27
SUBDIR += puppet-lint
SUBDIR += pv
SUBDIR += pwd_unmkdb
SUBDIR += pwg
SUBDIR += pwgen
SUBDIR += pwsafe
SUBDIR += py-XenAPI
SUBDIR += py-bcfg2
SUBDIR += py-danzfs
SUBDIR += py-drmaa
SUBDIR += py-ezjailremote
SUBDIR += py-filelike
SUBDIR += py-glances
SUBDIR += py-iowait
SUBDIR += py-nagiosplugin
SUBDIR += py-psutil
SUBDIR += py-pytsk
SUBDIR += py-ranger
SUBDIR += py-salt
SUBDIR += py-salt-api
SUBDIR += py-salt-cloud
SUBDIR += py-stdiff
SUBDIR += py-supervisor
SUBDIR += py-zdaemon
SUBDIR += py-zfs
SUBDIR += pydf
SUBDIR += pyrenamer
SUBDIR += qjail
SUBDIR += qjail2
SUBDIR += qlogtools
SUBDIR += qpxtool
SUBDIR += quicksynergy
2011-10-17 01:01:39 +02:00
SUBDIR += qzeitgeist
SUBDIR += radeontool
SUBDIR += racktables
SUBDIR += radmind
SUBDIR += raincoat
SUBDIR += rclean
1998-01-28 12:35:34 +01:00
SUBDIR += rdate
SUBDIR += rdiff-backup
SUBDIR += rdiff-backup-devel
SUBDIR += rdiff-backup10
SUBDIR += rdup
SUBDIR += readlink
SUBDIR += recoverdm
SUBDIR += reed
SUBDIR += rej
SUBDIR += relaxconf
SUBDIR += relpath
SUBDIR += rename
SUBDIR += reoback
SUBDIR += replicant
SUBDIR += respond
SUBDIR += retail
SUBDIR += rfstool
SUBDIR += rmonitor
1999-10-05 18:26:25 +02:00
SUBDIR += roottail
SUBDIR += rsnapshot
SUBDIR += rsyncbackup
SUBDIR += rsyncmanager
SUBDIR += rsyncrypto
SUBDIR += rsyslog6
SUBDIR += rsyslog6-dbi
SUBDIR += rsyslog6-gnutls
SUBDIR += rsyslog6-gssapi
SUBDIR += rsyslog6-mysql
SUBDIR += rsyslog6-pgsql
SUBDIR += rsyslog6-relp
SUBDIR += rsyslog6-rfc3195
SUBDIR += rsyslog6-snmp
SUBDIR += rsyslog6-devel
SUBDIR += rsyslog6-devel-dbi
SUBDIR += rsyslog6-devel-gnutls
SUBDIR += rsyslog6-devel-gssapi
SUBDIR += rsyslog6-devel-mysql
SUBDIR += rsyslog6-devel-pgsql
SUBDIR += rsyslog6-devel-relp
SUBDIR += rsyslog6-devel-rfc3195
SUBDIR += rsyslog6-devel-snmp
SUBDIR += rsyslog7
SUBDIR += rsyslog7-devel
2001-09-21 07:59:19 +02:00
SUBDIR += rtty
SUBDIR += ruby-quota
SUBDIR += rubygem-SyslogLogger
SUBDIR += rubygem-backup
SUBDIR += rubygem-bundler
SUBDIR += rubygem-capistrano
SUBDIR += rubygem-capistrano-ext
SUBDIR += rubygem-chef
SUBDIR += rubygem-chef-expander
SUBDIR += rubygem-chef-server
SUBDIR += rubygem-chef-solr
SUBDIR += rubygem-facter
SUBDIR += rubygem-fluent-mixin-plaintextformatter
SUBDIR += rubygem-fluent-plugin-config-expander
SUBDIR += rubygem-fluent-plugin-file-alternative
SUBDIR += rubygem-fluent-plugin-tail-asis
SUBDIR += rubygem-fluentd
SUBDIR += rubygem-fssm
SUBDIR += rubygem-god
SUBDIR += rubygem-guard
SUBDIR += rubygem-guard-livereload
SUBDIR += rubygem-guard-rspec
SUBDIR += rubygem-hiera
SUBDIR += rubygem-hiera-json
SUBDIR += rubygem-hiera-puppet
SUBDIR += rubygem-log4r
SUBDIR += rubygem-murder
SUBDIR += rubygem-ohai
SUBDIR += rubygem-parallel
SUBDIR += rubygem-sys-admin
SUBDIR += rubygem-sys-cpu
SUBDIR += rubygem-sys-filesystem
SUBDIR += rubygem-sys-host
SUBDIR += rubygem-sys-proctable
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
SUBDIR += rubygem-teamocil
SUBDIR += runit
SUBDIR += runwhen
SUBDIR += safe-rm
SUBDIR += safecat
SUBDIR += samefile
SUBDIR += samesame
SUBDIR += savelogs
SUBDIR += sb16config
SUBDIR += sbniconfig
SUBDIR += scalpel
SUBDIR += scan_ffs
SUBDIR += scanbuttond
SUBDIR += schedutils
SUBDIR += scprotect
SUBDIR += screen
SUBDIR += screenie
1999-06-09 02:55:28 +02:00
SUBDIR += sdd
SUBDIR += sdparm
SUBDIR += searchmonkey
SUBDIR += seatools
SUBDIR += sec
SUBDIR += sensors-applet
SUBDIR += serpentine
SUBDIR += setcdboot
SUBDIR += setquota
SUBDIR += sformat
SUBDIR += sg3_utils
SUBDIR += shlock
SUBDIR += shmcat
SUBDIR += sievelog
1997-06-05 19:04:39 +02:00
SUBDIR += skill
SUBDIR += slack
SUBDIR += sleuthkit
2001-11-13 09:05:40 +01:00
SUBDIR += slmon
2002-05-09 15:45:49 +02:00
SUBDIR += sloth
SUBDIR += slst
SUBDIR += smartmontools
SUBDIR += smp_utils
SUBDIR += snap
SUBDIR += snowlog
1996-09-16 02:32:17 +02:00
SUBDIR += socket
SUBDIR += socklog
SUBDIR += sortu
SUBDIR += spassgen
SUBDIR += spindown
SUBDIR += spinner
SUBDIR += spiped
SUBDIR += squashfs-tools
SUBDIR += sshsudo
SUBDIR += ssid
SUBDIR += ssync
SUBDIR += stalepid
1999-08-12 02:20:58 +02:00
SUBDIR += stmpclean
SUBDIR += stow
2001-03-17 13:58:14 +01:00
SUBDIR += stowES
SUBDIR += stress
1996-12-19 13:13:15 +01:00
SUBDIR += su2
SUBDIR += superiotool
SUBDIR += swapd
SUBDIR += swapexd
SUBDIR += swapmon
SUBDIR += sweeper
SUBDIR += symlinks
SUBDIR += symon
SUBDIR += synergy
SUBDIR += synergy-devel
SUBDIR += sysgather
SUBDIR += sysinfo
SUBDIR += syslinux
SUBDIR += syslog-ng
SUBDIR += syslog-ng-devel
SUBDIR += syslog-ng2
SUBDIR += syslogger
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
SUBDIR += sysupdate
SUBDIR += tai64nfrac
SUBDIR += tarsnap
SUBDIR += tbku
SUBDIR += tclsyslog
1997-04-24 10:05:51 +02:00
SUBDIR += tcplist
SUBDIR += tdir
2004-07-21 22:03:52 +02:00
SUBDIR += tenshi
SUBDIR += tentakel
SUBDIR += testdisk
SUBDIR += thefish
SUBDIR += throttle
SUBDIR += timelimit
SUBDIR += timemon
SUBDIR += titlefix
SUBDIR += tkdvd
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
SUBDIR += tmpreaper
SUBDIR += tmpwatch
SUBDIR += tmux
SUBDIR += topless
SUBDIR += torque
SUBDIR += torsmo
SUBDIR += toshctl
SUBDIR += tracker
SUBDIR += tracker-client
SUBDIR += tracker-gnome
SUBDIR += tracker-libtrackergtk
SUBDIR += tree
SUBDIR += tren
SUBDIR += ts
SUBDIR += tss
SUBDIR += tty-clock
SUBDIR += ttyload
SUBDIR += tw_cli
SUBDIR += tzdialog
SUBDIR += ua
SUBDIR += ucspi-ipc
SUBDIR += ucspi-proxy
SUBDIR += ucspi-ssl
SUBDIR += ucspi-ssl-tls
1998-07-09 12:22:04 +02:00
SUBDIR += ucspi-tcp
SUBDIR += ucspi-unix
SUBDIR += udfclient
SUBDIR += ufs_copy
SUBDIR += uhidd
SUBDIR += uif2iso
SUBDIR += unieject
SUBDIR += uniutils
SUBDIR += unquote
SUBDIR += unstow
SUBDIR += upower
1998-02-25 17:47:16 +01:00
SUBDIR += upsd
SUBDIR += upsdaemon
SUBDIR += uptimed
SUBDIR += usb_modeswitch
SUBDIR += usbhotkey
SUBDIR += usbutils
SUBDIR += uschedule
SUBDIR += userinfo
SUBDIR += userlist
SUBDIR += usermatic
SUBDIR += usermin
SUBDIR += userneu
SUBDIR += userneu-devel
SUBDIR += usrinfo
SUBDIR += utcount
SUBDIR += vbetool
SUBDIR += vcp
SUBDIR += videogen
SUBDIR += vii
SUBDIR += vils
SUBDIR += vimpager
SUBDIR += virtualmin
SUBDIR += vlogger
SUBDIR += vmdktool
SUBDIR += vobcopy
SUBDIR += volman
SUBDIR += vordog
SUBDIR += vpnc-scripts
SUBDIR += vstrip
SUBDIR += vttest
SUBDIR += wait_on
SUBDIR += warden
SUBDIR += watchdog
SUBDIR += watchfolder
SUBDIR += watchmen
SUBDIR += webjob
1998-11-19 22:39:23 +01:00
SUBDIR += webmin
SUBDIR += weedit
SUBDIR += whatpix
2000-06-21 17:52:48 +02:00
SUBDIR += whowatch
SUBDIR += wiimms
1999-08-25 03:38:42 +02:00
SUBDIR += wmapm
SUBDIR += wmapmload
SUBDIR += wmbluecpu
SUBDIR += wmbsdbatt
SUBDIR += wmcpuload
SUBDIR += wmcube
SUBDIR += wmcube-gdk
SUBDIR += wmdiskmon
1999-11-03 21:13:19 +01:00
SUBDIR += wmfire
SUBDIR += wmflame
SUBDIR += wmmemfree
SUBDIR += wmmemload
SUBDIR += wmtop
SUBDIR += wmupmon
SUBDIR += worldtools
SUBDIR += wtail
SUBDIR += wuzzah
SUBDIR += x86info
SUBDIR += xacpim
SUBDIR += xbatt
2000-02-20 18:08:55 +01:00
SUBDIR += xbattbar
SUBDIR += xcdroast
1996-02-29 02:58:14 +01:00
SUBDIR += xcpustate
SUBDIR += xdu
SUBDIR += xe-guest-utilities
SUBDIR += xen-tools
SUBDIR += xfburn
SUBDIR += xfce4-battery-plugin
SUBDIR += xfce4-cpugraph-plugin
SUBDIR += xfce4-fsguard-plugin
SUBDIR += xfce4-genmon-plugin
SUBDIR += xfce4-minicmd-plugin
SUBDIR += xfce4-mount-plugin
SUBDIR += xfce4-netload-plugin
SUBDIR += xfce4-power-manager
SUBDIR += xfce4-settings
SUBDIR += xfce4-systemload-plugin
SUBDIR += xfce4-wavelan-plugin
1997-12-01 18:25:04 +01:00
SUBDIR += xfsm
SUBDIR += xfsprogs
SUBDIR += xin
SUBDIR += xjobs
1998-07-13 00:49:49 +02:00
SUBDIR += xlogmaster
SUBDIR += xmbmon
SUBDIR += xorriso
1997-11-20 09:58:51 +01:00
SUBDIR += xosview
SUBDIR += xsi
SUBDIR += xstow
SUBDIR += xsu
SUBDIR += xsysstats
SUBDIR += xvidcap
2001-09-21 07:59:19 +02:00
SUBDIR += yawho
SUBDIR += yum
2011-10-17 01:01:39 +02:00
SUBDIR += zeitgeist
SUBDIR += zeroer
SUBDIR += zetaback
SUBDIR += zfs-periodic
SUBDIR += zfs-replicate
SUBDIR += zfs-snapshot-clean
SUBDIR += zfs-snapshot-mgmt
SUBDIR += zfs-stats
SUBDIR += zfsnap
SUBDIR += zfstools
SUBDIR += zidrav
SUBDIR += zisofs-tools
SUBDIR += zogftw
SUBDIR += zxfer
.include <bsd.port.subdir.mk>