Index: misc/tlci/Makefile =================================================================== --- misc/tlci/Makefile (nonexistent) +++ misc/tlci/Makefile (working copy) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= tlci +DISTVERSION= 0.1.0.2 +CATEGORIES= misc +MASTER_SITES= https://gitlab.com/herrhotzenplotz/tlci/ + +MAINTAINER= nsonack@outlook.com +COMMENT= Tiny Lambda Calculus interpreter + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITLAB= yes +GL_ACCOUNT= herrhotzenplotz +GL_PROJECT= tlci +GL_COMMIT= 4a3dd51a872f36a513f06efa475922259dee91f1 + +PLIST_FILES= ${PREFIX}/bin/tlci \ + ${PREFIX}/man/man8/tlci.8.gz + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/tlci + +.include Property changes on: misc/tlci/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: misc/tlci/distinfo =================================================================== --- misc/tlci/distinfo (nonexistent) +++ misc/tlci/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1600187213 +SHA256 (herrhotzenplotz-tlci-4a3dd51a872f36a513f06efa475922259dee91f1_GL0.tar.gz) = f4cd58bd4c2e5f6a8af61ec6a1a87180ac3486738d5c8d4df5736541bfaa94dc +SIZE (herrhotzenplotz-tlci-4a3dd51a872f36a513f06efa475922259dee91f1_GL0.tar.gz) = 18410 Property changes on: misc/tlci/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: misc/tlci/pkg-descr =================================================================== --- misc/tlci/pkg-descr (nonexistent) +++ misc/tlci/pkg-descr (working copy) @@ -0,0 +1,4 @@ +The tiny lambda calculus interpreter is a portable interpreter +for an untyped lambda calculus in C99. + +WWW: https://gitlab.com/herrhotzenplotz/tlci Property changes on: misc/tlci/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