svn commit: r495439 - in head/ports-mgmt: . portfmt

Tobias Kortkamp tobik at FreeBSD.org
Tue Mar 12 05:35:10 UTC 2019


Author: tobik
Date: Tue Mar 12 05:35:08 2019
New Revision: 495439
URL: https://svnweb.freebsd.org/changeset/ports/495439

Log:
  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

Added:
  head/ports-mgmt/portfmt/
  head/ports-mgmt/portfmt/Makefile   (contents, props changed)
  head/ports-mgmt/portfmt/distinfo   (contents, props changed)
  head/ports-mgmt/portfmt/pkg-descr   (contents, props changed)
Modified:
  head/ports-mgmt/Makefile

Modified: head/ports-mgmt/Makefile
==============================================================================
--- head/ports-mgmt/Makefile	Tue Mar 12 05:27:47 2019	(r495438)
+++ head/ports-mgmt/Makefile	Tue Mar 12 05:35:08 2019	(r495439)
@@ -47,6 +47,7 @@
     SUBDIR += portell
     SUBDIR += portest
     SUBDIR += portfind
+    SUBDIR += portfmt
     SUBDIR += portgraph
     SUBDIR += portless
     SUBDIR += portlint

Added: head/ports-mgmt/portfmt/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portfmt/Makefile	Tue Mar 12 05:35:08 2019	(r495439)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	portfmt
+PORTVERSION=	g20190312
+CATEGORIES=	ports-mgmt
+
+MAINTAINER=	tobik at 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>

Added: head/ports-mgmt/portfmt/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portfmt/distinfo	Tue Mar 12 05:35:08 2019	(r495439)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552368607
+SHA256 (t6-portfmt-g20190312-139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93_GH0.tar.gz) = 72654304025929b18958d0558f25bfed9836b291dcaa325cef427dc1e49ea77c
+SIZE (t6-portfmt-g20190312-139c92e5b9cf18218a7799fdd0e8adcf3dd3cd93_GH0.tar.gz) = 41013

Added: head/ports-mgmt/portfmt/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portfmt/pkg-descr	Tue Mar 12 05:35:08 2019	(r495439)
@@ -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


More information about the svn-ports-head mailing list