1254c1aef3
With portest, you can create, update, patch and revert a port tree with svn, git and portsnap. Portest can also do portlint testing, test a port with port test, or poudriere, and also generate a list of ports a patchfile(s) will modify. Portest is written in shell with minimal dependencies mostly using FreeBSD-base WWW: https://github.com/Ultima1252/portest PR: 207810 Submitted by: Ultima1252@gmail.com
76 lines
1.8 KiB
Makefile
76 lines
1.8 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages
|
|
|
|
SUBDIR += chucky
|
|
SUBDIR += dialog4ports
|
|
SUBDIR += dialog4ports-static
|
|
SUBDIR += distilator
|
|
SUBDIR += fastest_sites
|
|
SUBDIR += fbsdmon
|
|
SUBDIR += freebsd-bugzilla-cli
|
|
SUBDIR += genpatch
|
|
SUBDIR += genplist
|
|
SUBDIR += hs-porte
|
|
SUBDIR += jailaudit
|
|
SUBDIR += kpackagekit
|
|
SUBDIR += lsknobs
|
|
SUBDIR += managepkg
|
|
SUBDIR += mkreadmes
|
|
SUBDIR += octopkg
|
|
SUBDIR += p5-FreeBSD-Portindex
|
|
SUBDIR += p5-FreeBSD-Ports
|
|
SUBDIR += p5-FreeBSD-Ports-INDEXhash
|
|
SUBDIR += packagekit
|
|
SUBDIR += packagekit-qt4
|
|
SUBDIR += pchecker
|
|
SUBDIR += pkg
|
|
SUBDIR += pkg-devel
|
|
SUBDIR += pkg-plist
|
|
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-maintenance-tools
|
|
SUBDIR += portal
|
|
SUBDIR += portconf
|
|
SUBDIR += portdowngrade
|
|
SUBDIR += portell
|
|
SUBDIR += portest
|
|
SUBDIR += portfind
|
|
SUBDIR += portless
|
|
SUBDIR += portlint
|
|
SUBDIR += portmaster
|
|
SUBDIR += portrac
|
|
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-pytoport
|
|
SUBDIR += py-skog
|
|
SUBDIR += redports-node
|
|
SUBDIR += symports
|
|
SUBDIR += synth
|
|
SUBDIR += tinderbox
|
|
SUBDIR += wanted-ports
|
|
SUBDIR += xps
|
|
|
|
.include <bsd.port.subdir.mk>
|