freebsd-ports/ports-mgmt/Makefile
Dmitry Marakasov cd5dfcb543 ports-mgmt/reprise: add port: Port testing system
reprise is a tool primarily designed to test package production on
FreeBSD. Unlike poudriere, it's focused on port testing only, without
support for repository production, and has important features still
lacking in poudriere, such as `make test` support, and more eager
use of prebuilt packages. As a result, with reprise you test your
ports, not rebuild llvm and other heavy dependencies over and over
again.

WWW: https://github.com/AMDmi3/reprise
2022-04-11 18:31:32 +03:00

79 lines
2.0 KiB
Makefile

COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages
SUBDIR += bsdadminscripts2
SUBDIR += caronade
SUBDIR += chucky
SUBDIR += create-rb-port
SUBDIR += dialog4ports
SUBDIR += dialog4ports-static
SUBDIR += distilator
SUBDIR += fastest_pkg
SUBDIR += freebsd-bugzilla-cli
SUBDIR += genpatch
SUBDIR += genplist
SUBDIR += hs-panopticum
SUBDIR += jailaudit
SUBDIR += lsknobs
SUBDIR += mkreadmes
SUBDIR += modules2tuple
SUBDIR += octopkg
SUBDIR += p5-FreeBSD-Portindex
SUBDIR += p5-FreeBSD-Ports
SUBDIR += p5-FreeBSD-Ports-INDEXhash
SUBDIR += packagekit
SUBDIR += parfetch-overlay
SUBDIR += pchecker
SUBDIR += pkg
SUBDIR += pkg-devel
SUBDIR += pkg-graph
SUBDIR += pkg-provides
SUBDIR += pkg-rmleaf
SUBDIR += pkg_cleanup
SUBDIR += pkg_cutleaves
SUBDIR += pkg_jail
SUBDIR += pkg_replace
SUBDIR += pkg_rmleaves
SUBDIR += pkg_search
SUBDIR += pkg_tree
SUBDIR += pkgcompare
SUBDIR += pkgs_which
SUBDIR += port-authoring-tools
SUBDIR += port-index-uniquifier
SUBDIR += port-maintenance-tools
SUBDIR += portal
SUBDIR += portconf
SUBDIR += portconfig
SUBDIR += portdowngrade
SUBDIR += portest
SUBDIR += portfind
SUBDIR += portfmt
SUBDIR += portgraph
SUBDIR += portgrep
SUBDIR += portless
SUBDIR += portlint
SUBDIR += portmaster
SUBDIR += portrac
SUBDIR += ports-tools
SUBDIR += portscout
SUBDIR += portsearch
SUBDIR += portshaker
SUBDIR += portshaker-config
SUBDIR += portsreinstall
SUBDIR += porttools
SUBDIR += porttree
SUBDIR += portupdate-scan
SUBDIR += portupgrade
SUBDIR += portupgrade-devel
SUBDIR += poudriere
SUBDIR += poudriere-devel
SUBDIR += psearch
SUBDIR += py-FreeBSD-ports
SUBDIR += py-pytoport
SUBDIR += py-skog
SUBDIR += reprise
SUBDIR += sccache-overlay
SUBDIR += synth
SUBDIR += wanted-ports
.include <bsd.port.subdir.mk>