Index: head/sysutils/nvme-cli/Makefile =================================================================== --- head/sysutils/nvme-cli/Makefile (nonexistent) +++ head/sysutils/nvme-cli/Makefile (revision 482025) @@ -0,0 +1,26 @@ +# Created by: imp +# $FreeBSD$ + +PORTNAME= nvme-cli +PORTVERSION= 1.6 +CATEGORIES= sysutils + +MAINTAINER= imp@FreeBSD.org +COMMENT= Port of Linux nvme cli utility + +LICENSE= GPLv2 + +# only tested on amd64, all other archs are no-go until we're sure amd64 works. +# And there's plenty in amd64 that compiles, but won't run (eg using /sys/, etc) +ONLY_FOR_ARCHS= amd64 +BROKEN_FreeBSD_11= Uses newer API than in 11.x +BROKEN_FreeBSD_10= Uses newer API than in 10.x + +USES= gmake + +USE_GITHUB= yes +GH_ACCOUNT= bsdimp +GH_PROJECT= nvme-cli +GH_TAGNAME= 9221b5f + +.include Property changes on: head/sysutils/nvme-cli/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/sysutils/nvme-cli/distinfo =================================================================== --- head/sysutils/nvme-cli/distinfo (nonexistent) +++ head/sysutils/nvme-cli/distinfo (revision 482025) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539492927 +SHA256 (bsdimp-nvme-cli-1.6-9221b5f_GH0.tar.gz) = b0b0c69f1315f332235a509dee509b98e0f01dccff5642351c0e88db252c821e +SIZE (bsdimp-nvme-cli-1.6-9221b5f_GH0.tar.gz) = 379619 Property changes on: head/sysutils/nvme-cli/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/sysutils/nvme-cli/pkg-descr =================================================================== --- head/sysutils/nvme-cli/pkg-descr (nonexistent) +++ head/sysutils/nvme-cli/pkg-descr (revision 482025) @@ -0,0 +1,3 @@ +NVM-Express user space tooling for Linux. + +WWW: https://github.com/linux-nvme/nvme-cli Property changes on: head/sysutils/nvme-cli/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