1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/ports-mgmt/Makefile
John Marino 8b95435edb Add new port: ports-mgmt/synth
Synth is a custom packge repository builder for FreeBSD and DragonFly.
It is intended to replace Portmaster, portupgrade, and poudriere for
the average user.  It is simple to learn (the powerful options are
limited in number) and user-friendly, but it is extremely fast due
to its parallel building capability.  It will "drop-in" on any system
as it leverages the stock pkg(8) facilities.  All ports are built
in a clean environment, so it is finally safe to build ports as
needed on a live system.  The default profile is the system itself, not
a new jail, which can be a valuable feature for some environments.

(more text on pkg-desc).
It's ready for wider testing now.
2016-01-10 21:18:15 +00:00

74 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 += portconf
SUBDIR += portdowngrade
SUBDIR += portell
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 += symports
SUBDIR += synth
SUBDIR += tinderbox
SUBDIR += tinderbox-devel
SUBDIR += wanted-ports
SUBDIR += xps
.include <bsd.port.subdir.mk>