svn commit: r501980 - in head/devel: . rabs

Yuri Victorovich yuri at FreeBSD.org
Sat May 18 20:16:36 UTC 2019


Author: yuri
Date: Sat May 18 20:16:34 2019
New Revision: 501980
URL: https://svnweb.freebsd.org/changeset/ports/501980

Log:
  New port: devel/rabs: Generic imperative build system

Added:
  head/devel/rabs/
  head/devel/rabs/Makefile   (contents, props changed)
  head/devel/rabs/distinfo   (contents, props changed)
  head/devel/rabs/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat May 18 19:38:09 2019	(r501979)
+++ head/devel/Makefile	Sat May 18 20:16:34 2019	(r501980)
@@ -5217,6 +5217,7 @@
     SUBDIR += qtcreator
     SUBDIR += quickcheck++
     SUBDIR += quilt
+    SUBDIR += rabs
     SUBDIR += racer
     SUBDIR += racerd
     SUBDIR += radare2

Added: head/devel/rabs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rabs/Makefile	Sat May 18 20:16:34 2019	(r501980)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	rabs
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.0.6-9
+DISTVERSIONSUFFIX=	-gdbb3423
+CATEGORIES=	devel
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Generic imperative build system
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libgc-threaded.so:devel/boehm-gc-threaded
+
+USES=		gmake localbase:ldflags sqlite
+USE_GITHUB=	yes
+GH_ACCOUNT=	wrapl
+GH_TUPLE=	wrapl:minilang:29b1205:m/minilang
+
+MAKE_ARGS=	PREFIX=${PREFIX}
+BINARY_ALIAS=	make=${GMAKE}
+
+PLIST_FILES=	bin/rabs
+
+.include <bsd.port.mk>

Added: head/devel/rabs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rabs/distinfo	Sat May 18 20:16:34 2019	(r501980)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1558209433
+SHA256 (wrapl-rabs-v2.0.6-9-gdbb3423_GH0.tar.gz) = fa15b309206c5f0ccb0ad520d61b3427e905be35b25c52457598c38498a0bb34
+SIZE (wrapl-rabs-v2.0.6-9-gdbb3423_GH0.tar.gz) = 45210
+SHA256 (wrapl-minilang-29b1205_GH0.tar.gz) = b8eaddc28463a924624b6836cb35e3f90cdb7efa194bb4d7fbeab365a3e94b4d
+SIZE (wrapl-minilang-29b1205_GH0.tar.gz) = 53832

Added: head/devel/rabs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rabs/pkg-descr	Sat May 18 20:16:34 2019	(r501980)
@@ -0,0 +1,4 @@
+Rabs is an imperative build system implemented in C, supporting an imperative
+paradigm with functional components.
+
+WWW: https://github.com/wrapl/rabs


More information about the svn-ports-all mailing list