Index: head/ports-mgmt/Makefile =================================================================== --- head/ports-mgmt/Makefile (revision 495438) +++ head/ports-mgmt/Makefile (revision 495439) @@ -1,75 +1,76 @@ # $FreeBSD$ # COMMENT = Ports for managing, installing, and developing FreeBSD ports and packages SUBDIR += bsdadminscripts SUBDIR += bsdadminscripts2 SUBDIR += chucky SUBDIR += create-rb-port SUBDIR += dialog4ports SUBDIR += dialog4ports-static SUBDIR += distilator SUBDIR += fastest_sites SUBDIR += freebsd-bugzilla-cli SUBDIR += genpatch SUBDIR += genplist SUBDIR += jailaudit SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += mkreadmes SUBDIR += octopkg SUBDIR += p5-FreeBSD-Portindex SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-FreeBSD-Ports-INDEXhash SUBDIR += packagekit SUBDIR += pchecker SUBDIR += pkg SUBDIR += pkg-devel SUBDIR += pkg-plist 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 += portdowngrade SUBDIR += portell SUBDIR += portest SUBDIR += portfind + SUBDIR += portfmt SUBDIR += portgraph 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-pytoport SUBDIR += py-skog SUBDIR += symports SUBDIR += synth SUBDIR += wanted-ports .include Index: head/ports-mgmt/portfmt/Makefile =================================================================== --- head/ports-mgmt/portfmt/Makefile (nonexistent) +++ head/ports-mgmt/portfmt/Makefile (revision 495439) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= portfmt +PORTVERSION= g20190312 +CATEGORIES= ports-mgmt + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Format FreeBSD Ports Makefiles + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= t6 +GH_TAGNAME= 139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93 + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= LDFLAGS="${LDFLAGS}" \ + PREFIX="${PREFIX}" +MAKE_ARGS= INSTALL_MAN="${INSTALL_MAN}" \ + INSTALL_PROGRAM="${INSTALL_PROGRAM}" +TEST_TARGET= test + +PLIST_FILES= bin/portfmt \ + man/man1/portfmt.1.gz + +.include Property changes on: head/ports-mgmt/portfmt/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/portfmt/distinfo =================================================================== --- head/ports-mgmt/portfmt/distinfo (nonexistent) +++ head/ports-mgmt/portfmt/distinfo (revision 495439) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552368607 +SHA256 (t6-portfmt-g20190312-139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93_GH0.tar.gz) = 72654304025929b18958d0558f25bfed9836b291dcaa325cef427dc1e49ea77c +SIZE (t6-portfmt-g20190312-139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93_GH0.tar.gz) = 41013 Property changes on: head/ports-mgmt/portfmt/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/portfmt/pkg-descr =================================================================== --- head/ports-mgmt/portfmt/pkg-descr (nonexistent) +++ head/ports-mgmt/portfmt/pkg-descr (revision 495439) @@ -0,0 +1,6 @@ +Portfmt is a tool for formatting FreeBSD Ports Collection Makefiles. + +For the time being portfmt concentrates on formatting individual +variables as such it does not move variables to preferred positions. + +WWW: https://github.com/t6/portfmt Property changes on: head/ports-mgmt/portfmt/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