Index: head/sysutils/getssl/Makefile =================================================================== --- head/sysutils/getssl/Makefile (nonexistent) +++ head/sysutils/getssl/Makefile (revision 461982) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= getssl +DISTVERSIONPREFIX= v +DISTVERSION= 2.10 +CATEGORIES= sysutils + +MAINTAINER= rainbow@sanitylinux.org +COMMENT= Local LetsEncrypt client for managing certificates on remote servers + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= bash:shells/bash + +PLIST_FILES= bin/getssl +USE_GITHUB= yes +GH_ACCOUNT= srvrco +NO_BUILD= yes +NO_ARCH= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/getssl ${STAGEDIR}${PREFIX}/bin + +.include Property changes on: head/sysutils/getssl/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/getssl/distinfo =================================================================== --- head/sysutils/getssl/distinfo (nonexistent) +++ head/sysutils/getssl/distinfo (revision 461982) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518315614 +SHA256 (srvrco-getssl-v2.10_GH0.tar.gz) = d8740632cfd753f3ed040376f73ac3ea89aacfb177d2df2bca1761b4c1dfbbb0 +SIZE (srvrco-getssl-v2.10_GH0.tar.gz) = 46622 Property changes on: head/sysutils/getssl/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ 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/getssl/pkg-descr =================================================================== --- head/sysutils/getssl/pkg-descr (nonexistent) +++ head/sysutils/getssl/pkg-descr (revision 461982) @@ -0,0 +1,5 @@ +getssl is a tool for obtaining SSL certificates from the +letsencrypt.org ACME server. It is suitable for automating +the process on remote servers. + +WWW: https://github.com/srvrco/getssl Property changes on: head/sysutils/getssl/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1,2 ## +yes +\ No newline at end of property \ 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