freebsd-ports/ports-mgmt/Makefile
Baptiste Daroussin b88e7c4450 - add a devel version of poudriere
- register conflicts between poudriere and poudriere-devel
- poudriere devel brings:
  * support for ports using svn, svn+http, svn+ssh
  * improve jail building from sources (still experimental)
  * POUDRIERE_DATA is no more needed, if it doesn't exists it now looks for a
    data zfs FS which by default will be in ${BASEFS}/data
  * bulks now keep packages by default (incremental) (-k is gone replace by a -c
    to clean everything before starting)
  * bulks are now built in parallel (number of parallel built being hw.ncpu by
    default
  * cron directory is now autocreated and default location is the data dir
  * jails are now created and mounted by default in a sub FS (${BASEFS}/jails/<jailname>
  * ports tree are now created and mounted by default in a sub FS (${BASEFS}/ports/<portstreename>
  * tinderbox-style output for logs
  * logs are now created in data/logs/<buildtype>/<jailname>/<portstreename>/pkgname.log
  * lots of performance improvements
2012-08-16 10:11:05 +00:00

89 lines
2.2 KiB
Makefile

# $FreeBSD$
#
COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages
SUBDIR += bpkg
SUBDIR += bpm
SUBDIR += bxpkg
SUBDIR += distilator
SUBDIR += fastest_sites
SUBDIR += fbsdmon
SUBDIR += genplist
SUBDIR += gnome-packagekit
SUBDIR += hs-porte
SUBDIR += jailaudit
SUBDIR += kpackagekit
SUBDIR += kports
SUBDIR += kports-qt4
SUBDIR += lsknobs
SUBDIR += managepkg
SUBDIR += mkreadmes
SUBDIR += p5-App-Pm2Port
SUBDIR += p5-FreeBSD-Pkgs
SUBDIR += p5-FreeBSD-Pkgs-FindUpdates
SUBDIR += p5-FreeBSD-Portindex
SUBDIR += p5-FreeBSD-Ports
SUBDIR += p5-FreeBSD-Ports-INDEXhash
SUBDIR += packagekit
SUBDIR += packagekit-qt4
SUBDIR += pbi-manager
SUBDIR += pchecker
SUBDIR += pib
SUBDIR += pkg
SUBDIR += pkg-orphan
SUBDIR += pkg-plist
SUBDIR += pkg_add_it
SUBDIR += pkg_cleanup
SUBDIR += pkg_cutleaves
SUBDIR += pkg_install
SUBDIR += pkg_jail
SUBDIR += pkg_remove
SUBDIR += pkg_replace
SUBDIR += pkg_rmleaves
SUBDIR += pkg_search
SUBDIR += pkg_trackinst
SUBDIR += pkg_tree
SUBDIR += pkgfe
SUBDIR += pkgs_which
SUBDIR += pkgsearch
SUBDIR += port-authoring-tools
SUBDIR += port-maintenance-tools
SUBDIR += portaudit
SUBDIR += portaudit-db
SUBDIR += portbuilder
SUBDIR += portcheck
SUBDIR += portcheckout
SUBDIR += portconf
SUBDIR += portdowngrade
SUBDIR += porteasy
SUBDIR += portell
SUBDIR += portless
SUBDIR += portlint
SUBDIR += portmanager
SUBDIR += portmaster
SUBDIR += portrac
SUBDIR += portscout
SUBDIR += portsearch
SUBDIR += portshaker
SUBDIR += portshaker-config
SUBDIR += portsopt
SUBDIR += portsreinstall
SUBDIR += porttools
SUBDIR += porttree
SUBDIR += portupdate-scan
SUBDIR += portupgrade
SUBDIR += portupgrade-devel
SUBDIR += poudriere
SUBDIR += poudriere-devel
SUBDIR += psearch
SUBDIR += pver
SUBDIR += qtpkg
SUBDIR += symports
SUBDIR += tinderbox
SUBDIR += tinderbox-devel
SUBDIR += vulnerability-test-port
SUBDIR += wanted-ports
SUBDIR += xps
.include <bsd.port.subdir.mk>