freebsd-ports/sysutils/Makefile

1098 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 += acpica-tools
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
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 += b43-fwcutter
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 += bacula5-bat
SUBDIR += bacula5-client
SUBDIR += bacula5-client-static
SUBDIR += bacula5-docs
SUBDIR += bacula5-server
SUBDIR += bamf
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 += bhyve-rc
SUBDIR += biosfont
1998-01-28 04:51:56 +01:00
SUBDIR += bkpupsd
SUBDIR += bksh
SUBDIR += bontmia
SUBDIR += boxbackup
SUBDIR += boxbackup-devel
SUBDIR += brasero
SUBDIR += brebis
SUBDIR += bsd-splash-changer
SUBDIR += bsdadminscripts
SUBDIR += bsdconfig
SUBDIR += bsdcrashtar
SUBDIR += bsdhwmon
SUBDIR += bsdinfo
SUBDIR += bsdmoted
SUBDIR += bsdploy
SUBDIR += bsdstats
SUBDIR += btsixad
SUBDIR += bubblemon-dockapp
SUBDIR += bulk_extractor
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
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 += cfengine36
SUBDIR += chgrep
SUBDIR += ciso
SUBDIR += ck4up
SUBDIR += clean
SUBDIR += clockspeed
SUBDIR += clockspeed-conf
SUBDIR += clone
SUBDIR += clonehdd
SUBDIR += cloop-utils
SUBDIR += clsync
SUBDIR += cmdwatch
SUBDIR += cmockery2
SUBDIR += cmogstored
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
SUBDIR += contractor
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 += 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
SUBDIR += daemontools-encore
SUBDIR += dar
SUBDIR += dateutils
SUBDIR += dc3dd
SUBDIR += dcfldd
SUBDIR += dd_rescue
SUBDIR += ddpt
SUBDIR += ddrescue
SUBDIR += debhelper
SUBDIR += debootstrap
SUBDIR += deltup
SUBDIR += desktop-installer
SUBDIR += detach
SUBDIR += detox
SUBDIR += devcpu-data
SUBDIR += devstat
SUBDIR += dfc
SUBDIR += di
SUBDIR += dim
SUBDIR += dirdiff
SUBDIR += dirvish
SUBDIR += diskcheckd
SUBDIR += diskimage-tools
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 += dtpstree
SUBDIR += du2ps
SUBDIR += duff
SUBDIR += dunst
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 += ec2-scripts
SUBDIR += edid-decode
2000-01-05 23:33:38 +01:00
SUBDIR += eject
SUBDIR += endian
SUBDIR += enteruser
2014-01-28 04:25:28 +01:00
SUBDIR += entr
SUBDIR += env4801
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
2009-11-21 23:16:11 +01:00
SUBDIR += filelight-kde4
SUBDIR += fileprune
SUBDIR += fileschanged
SUBDIR += filetype
SUBDIR += filewatcherd
SUBDIR += finfo
SUBDIR += firstboot-freebsd-update
SUBDIR += firstboot-pkgs
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-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-simple-mtpfs
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
SUBDIR += gkrellm-trayicons
2002-09-02 20:40:46 +02:00
SUBDIR += gkrellm2
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 += gosa
SUBDIR += gpart
SUBDIR += gpkgdep
SUBDIR += gpte
SUBDIR += graffer
SUBDIR += graid5
SUBDIR += graveman
SUBDIR += grok
SUBDIR += grub2
SUBDIR += grub2-bhyve
SUBDIR += grub2-efi
SUBDIR += grub2-pcbsd
SUBDIR += gsmartcontrol
SUBDIR += gstopd
SUBDIR += gstreamer-plugins-cdio
SUBDIR += gstreamer-plugins-hal
SUBDIR += gstreamer1-plugins-cdio
SUBDIR += gtk-imonc
SUBDIR += hachoir-metadata
SUBDIR += hachoir-subfile
SUBDIR += hachoir-urwid
SUBDIR += hachoir-wx
SUBDIR += hal
SUBDIR += hal-info
SUBDIR += hardlink
SUBDIR += hatop
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 += hptcli
SUBDIR += hs-angel
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
SUBDIR += htop
SUBDIR += httplog
SUBDIR += hwstat
SUBDIR += i2c-tools
SUBDIR += i7z
SUBDIR += iat
SUBDIR += installwatch
2014-01-09 19:00:36 +01:00
SUBDIR += intel-pcm
SUBDIR += iocage
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 += jail-primer
SUBDIR += jail2
SUBDIR += jailadmin
SUBDIR += jailctl
SUBDIR += jaildaemon
SUBDIR += jailme
SUBDIR += jailrc
SUBDIR += jailuser
SUBDIR += javaservicewrapper
SUBDIR += jdiskreport
SUBDIR += jfbterm
SUBDIR += jkill
SUBDIR += jps
SUBDIR += jtop
SUBDIR += jtopen
SUBDIR += jvmtop
SUBDIR += jx
2010-08-01 21:49:46 +02:00
SUBDIR += k3b-kde4
SUBDIR += k8temp
SUBDIR += kcm-polkit-kde
SUBDIR += kcron
2008-08-09 21:12:43 +02:00
SUBDIR += kdeadmin4
SUBDIR += kdf
SUBDIR += kdirstat
SUBDIR += keyboard-daemon
SUBDIR += kfloppy
SUBDIR += kiconvtool
SUBDIR += kldfind
SUBDIR += kldpatch
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
SUBDIR += ksysguardd
SUBDIR += ksystemlog
SUBDIR += kuser
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 += libcdio-paranoia
SUBDIR += libchk
SUBDIR += libfvde
SUBDIR += libgksu
SUBDIR += libieee1284
1998-12-05 06:37:07 +01:00
SUBDIR += libretto-config
SUBDIR += libsunacl
SUBDIR += liburcu
SUBDIR += libutempter
SUBDIR += libzeitgeist
SUBDIR += lineak-defaultplugin
SUBDIR += lineak-xosdplugin
SUBDIR += lineakd
SUBDIR += linrename
SUBDIR += linux-afaapps
SUBDIR += linux-crashplan
SUBDIR += linux-f10-procps
SUBDIR += linux-nero
SUBDIR += linuxfdisk
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
1999-12-30 13:38:57 +01:00
SUBDIR += logrotate
SUBDIR += logstalgia
SUBDIR += logstash
SUBDIR += logtool
SUBDIR += logwatch
SUBDIR += lookat
SUBDIR += lsof
SUBDIR += ltrace
SUBDIR += luckybackup
SUBDIR += lxinput
SUBDIR += lxsplit
SUBDIR += lxtask
SUBDIR += lxterminal
SUBDIR += magicrescue
1995-09-13 11:55:30 +02:00
SUBDIR += manck
SUBDIR += mapchan
SUBDIR += massadmin
2013-11-23 13:16:10 +01:00
SUBDIR += mate-control-center
SUBDIR += mate-polkit
SUBDIR += mate-power-manager
SUBDIR += mate-settings-daemon
SUBDIR += mate-system-monitor
SUBDIR += mbgtools
SUBDIR += mcelog
SUBDIR += mcollective
SUBDIR += mcollective-nrpe-agent
SUBDIR += mcollective-puppet-agent
SUBDIR += mcollective-shell-agent
SUBDIR += mcollective-shell-client
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 += mfid
SUBDIR += mgeupsd
SUBDIR += minimunin
SUBDIR += minirsyslogd
SUBDIR += mixer
SUBDIR += mkfile
SUBDIR += mkfwimage
SUBDIR += mkntpwd
SUBDIR += mksunbootcd
SUBDIR += mnrpes
SUBDIR += modules
SUBDIR += monit
SUBDIR += monitord
SUBDIR += monitorix
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 += mptd
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 += n98-magerun
SUBDIR += nagios-statd
SUBDIR += namefix
SUBDIR += nbosd
SUBDIR += ncdu
SUBDIR += nepomuk-core
SUBDIR += nepomuk-widgets
SUBDIR += netident
SUBDIR += news
SUBDIR += nfsping
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 += ori
SUBDIR += p5-BSD-Jail-Object
SUBDIR += p5-BSD-Process
SUBDIR += p5-BSD-Sysctl
SUBDIR += p5-BackupPC-XS
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-Linux-Cpuinfo
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-Rex
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-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 += panicmail
SUBDIR += parallel
SUBDIR += password-store
SUBDIR += patchelf
SUBDIR += pax-utils
SUBDIR += pbimaker
SUBDIR += pcbsd-utils
SUBDIR += pcbsd-utils-qt4
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-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 += pftables
SUBDIR += pftop
SUBDIR += phantom
SUBDIR += philesight
SUBDIR += php5-fileinfo
2004-07-19 11:21:05 +02:00
SUBDIR += php5-posix
SUBDIR += php53-fileinfo
SUBDIR += php53-posix
SUBDIR += php55-fileinfo
SUBDIR += php55-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 += pslist
1998-12-20 04:57:10 +01:00
SUBDIR += psmisc
SUBDIR += pstack
SUBDIR += pstacku
2001-09-21 07:59:19 +02:00
SUBDIR += pstree
SUBDIR += ptools
SUBDIR += puppet
2014-01-28 04:25:28 +01:00
SUBDIR += puppet-lint
SUBDIR += puppet-mode.el
SUBDIR += puppet27
SUBDIR += pv
SUBDIR += pwd_unmkdb
SUBDIR += pwgen
SUBDIR += pwsafe
SUBDIR += py-XenAPI
SUBDIR += py-analyzemft
SUBDIR += py-bcfg2
SUBDIR += py-danzfs
SUBDIR += py-drmaa
SUBDIR += py-execnet
SUBDIR += py-ezjailremote
SUBDIR += py-filelike
SUBDIR += py-glances
2014-03-15 16:58:50 +01:00
SUBDIR += py-halite
SUBDIR += py-iowait
SUBDIR += py-nagiosplugin
SUBDIR += py-ploy
SUBDIR += py-ploy_ansible
SUBDIR += py-ploy_ec2
SUBDIR += py-ploy_ezjail
SUBDIR += py-ploy_fabric
2013-12-19 16:21:49 +01:00
SUBDIR += py-plumbum
SUBDIR += py-power
SUBDIR += py-psutil
SUBDIR += py-psutil121
SUBDIR += py-pytsk
SUBDIR += py-ranger
SUBDIR += py-salt
SUBDIR += py-salt-api
SUBDIR += py-stdiff
SUBDIR += py-supervisor
SUBDIR += py-zdaemon
SUBDIR += py-zfs
SUBDIR += pydf
SUBDIR += qchroot
SUBDIR += qjail
SUBDIR += qjail2
SUBDIR += qlogtools
SUBDIR += qpxtool
SUBDIR += qsynergy
SUBDIR += quicksynergy
2011-10-17 01:01:39 +02:00
SUBDIR += qzeitgeist
SUBDIR += racktables
2014-01-28 04:25:28 +01:00
SUBDIR += radeontool
SUBDIR += radmind
SUBDIR += raincoat
SUBDIR += rcadm
SUBDIR += rclean
1998-01-28 12:35:34 +01:00
SUBDIR += rdate
SUBDIR += rdiff-backup
SUBDIR += rdiff-backup-devel
SUBDIR += rdup
SUBDIR += realsync
SUBDIR += recoverdm
SUBDIR += reed
SUBDIR += rej
SUBDIR += relaxconf
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 += rsyslog7
SUBDIR += rsyslog7-devel
SUBDIR += rsyslog8
SUBDIR += rsyslog8-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-chef-zero
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-minitest
SUBDIR += rubygem-guard-rspec
SUBDIR += rubygem-hammer_cli
SUBDIR += rubygem-hammer_cli_foreman
SUBDIR += rubygem-hiera
SUBDIR += rubygem-hiera-json
SUBDIR += rubygem-hiera-puppet
SUBDIR += rubygem-librarian-puppet
SUBDIR += rubygem-log4r
SUBDIR += rubygem-mogilefs-client
SUBDIR += rubygem-murder
SUBDIR += rubygem-ohai
SUBDIR += rubygem-parallel
2014-01-02 14:47:32 +01:00
SUBDIR += rubygem-rubyipmi
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 += rubygem-winrm
SUBDIR += rubygem-yell
SUBDIR += runit
SUBDIR += runwhen
SUBDIR += safe-rm
SUBDIR += safecat
SUBDIR += samefile
SUBDIR += samesame
SUBDIR += sas2ircu
SUBDIR += savelogs
SUBDIR += sb16config
SUBDIR += sbniconfig
SUBDIR += scalpel
SUBDIR += scan_ffs
SUBDIR += scanbuttond
SUBDIR += scanmem
SUBDIR += schedutils
SUBDIR += scprotect
SUBDIR += screen
SUBDIR += screen-legacy
SUBDIR += screenfetch
SUBDIR += screenie
SUBDIR += scterc
1999-06-09 02:55:28 +02:00
SUBDIR += sdd
SUBDIR += sdparm
SUBDIR += searchmonkey
SUBDIR += seatools
SUBDIR += sec
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
2002-05-09 15:45:49 +02:00
SUBDIR += sloth
SUBDIR += slst
SUBDIR += slurm-hpc
SUBDIR += smartmontools
SUBDIR += smp_utils
SUBDIR += snap
SUBDIR += snowlog
1996-09-16 02:32:17 +02:00
SUBDIR += socket
SUBDIR += socklog
SUBDIR += sortu
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 += sysgather
SUBDIR += sysinfo
SUBDIR += syslinux
SUBDIR += syslog-ng
SUBDIR += syslog-ng-devel
SUBDIR += syslog-ng-incubator
SUBDIR += syslog-ng33
SUBDIR += syslog-ng34
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 += sysvbanner
SUBDIR += tai64nfrac
SUBDIR += tarsnap
SUBDIR += tartarus
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 += timelimit
SUBDIR += timemon
SUBDIR += titlefix
SUBDIR += tkdvd
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
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 += u-boot-beaglebone-eabi
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 += vagrant
SUBDIR += vbetool
SUBDIR += vcp
SUBDIR += vhdtool
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 += watchdog
SUBDIR += watchfolder
SUBDIR += watchmen
SUBDIR += webjob
1998-11-19 22:39:23 +01:00
SUBDIR += webmin
SUBDIR += weedit
SUBDIR += wemux
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 += 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-bsdcpufreq-plugin
SUBDIR += xfce4-cpugraph-plugin
SUBDIR += xfce4-diskperf-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 += xsysstats
SUBDIR += xvidcap
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 += zrep
SUBDIR += zsd
SUBDIR += zxfer
.include <bsd.port.subdir.mk>