1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

New port: ports-mgmt/portfmt

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
This commit is contained in:
Tobias Kortkamp 2019-03-12 05:35:08 +00:00
parent 7f02340ab5
commit f176b71dd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495439
4 changed files with 37 additions and 0 deletions

View File

@ -47,6 +47,7 @@
SUBDIR += portell
SUBDIR += portest
SUBDIR += portfind
SUBDIR += portfmt
SUBDIR += portgraph
SUBDIR += portless
SUBDIR += portlint

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1552368607
SHA256 (t6-portfmt-g20190312-139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93_GH0.tar.gz) = 72654304025929b18958d0558f25bfed9836b291dcaa325cef427dc1e49ea77c
SIZE (t6-portfmt-g20190312-139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93_GH0.tar.gz) = 41013

View File

@ -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