Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 410636) +++ head/ports-mgmt/Makefile (revision 410637) @@ -1,74 +1,75 @@ # $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 Index: head/ports-mgmt/portest/Makefile =================================================================== --- head/ports-mgmt/portest/Makefile (nonexistent) +++ head/ports-mgmt/portest/Makefile (revision 410637) @@ -0,0 +1,38 @@ +# Created by: Ultima +# $FreeBSD$ + +PORTNAME= portest +PORTVERSION= 0.1.4 +CATEGORIES= ports-mgmt + +MAINTAINER= ultima1252@gmail.com +COMMENT= Patch file automation for FreeBSD-ports + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint + +USE_GITHUB= yes +GH_ACCOUNT= ultima1252 + +NO_BUILD= yes + +PLIST_FILES= sbin/portest + +OPTIONS_DEFINE= GIT PORTTOOLS POUDRIERE +OPTIONS_DEFAULT= GIT PORTTOOLS POUDRIERE + +GIT_DESC= Git support +GIT_RUN_DEPENDS= git:${PORTSDIR}/devel/git + +PORTTOOLS_DESC= Porttools support +PORTTOOLS_RUN_DEPENDS= port:${PORTSDIR}/ports-mgmt/porttools + +POUDRIERE_DESC= Poudriere and parallel build support +POUDRIERE_RUN_DEPENDS= poudriere:${PORTSDIR}/ports-mgmt/poudriere \ + tmux:${PORTSDIR}/sysutils/tmux + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/portest ${STAGEDIR}${PREFIX}/sbin/portest + +.include Property changes on: head/ports-mgmt/portest/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portest/distinfo =================================================================== --- head/ports-mgmt/portest/distinfo (nonexistent) +++ head/ports-mgmt/portest/distinfo (revision 410637) @@ -0,0 +1,2 @@ +SHA256 (ultima1252-portest-0.1.4_GH0.tar.gz) = e326011a6712197ef6a725efca198245440110870484efb2b3562f1d25215cbd +SIZE (ultima1252-portest-0.1.4_GH0.tar.gz) = 7389 Property changes on: head/ports-mgmt/portest/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/ports-mgmt/portest/pkg-descr =================================================================== --- head/ports-mgmt/portest/pkg-descr (nonexistent) +++ head/ports-mgmt/portest/pkg-descr (revision 410637) @@ -0,0 +1,7 @@ +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 Property changes on: head/ports-mgmt/portest/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property