svn commit: r443063 - in head/devel: . libtrue

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 10 02:47:43 UTC 2017


Author: bdrewery
Date: Sat Jun 10 02:47:41 2017
New Revision: 443063
URL: https://svnweb.freebsd.org/changeset/ports/443063

Log:
  Add devel/libtrue
  
  You can't handle the truth.
  libtruth is the definitive library for handling the truth.  It is
  a quickly growing project with a lot of plans for the future.
  
  WWW: https://github.com/zxombie/libtrue

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun 10 02:43:14 2017	(r443062)
+++ head/devel/Makefile	Sat Jun 10 02:47:41 2017	(r443063)
@@ -1477,6 +1477,7 @@
     SUBDIR += libtifiles2
     SUBDIR += libtool
     SUBDIR += libtpl
+    SUBDIR += libtrue
     SUBDIR += libtuntap
     SUBDIR += libublio
     SUBDIR += libudev-devd

Added: head/devel/libtrue/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libtrue/Makefile	Sat Jun 10 02:47:41 2017	(r443063)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	libtrue
+PORTVERSION=	20170609
+CATEGORIES=	devel
+MASTER_SITES=	GH
+
+MAINTAINER=	bdrewery at FreeBSD.org
+COMMENT=	You can't handle the truth
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	zxombie
+GH_TAGNAME=	cc8c99f5d1406b5e7db7d712aff2b6b294560ace
+
+do-install:
+	${MKDIR} ${STAGEDIR}${PREFIX}/lib ${STAGEDIR}/bin
+	${INSTALL_LIB} ${WRKSRC}/libtrue/libtrue.a ${STAGEDIR}${PREFIX}/lib/
+	${INSTALL_LIB} ${WRKSRC}/libtrue/libtrue.so ${STAGEDIR}${PREFIX}/lib/
+	${INSTALL_LIB} ${WRKSRC}/libtrue/libtrue.so.0 ${STAGEDIR}${PREFIX}/lib/
+	${INSTALL_PROGRAM} ${WRKSRC}/true/true ${STAGEDIR}${PREFIX}/bin/
+
+.include <bsd.port.mk>

Added: head/devel/libtrue/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libtrue/distinfo	Sat Jun 10 02:47:41 2017	(r443063)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1497062422
+SHA256 (zxombie-libtrue-20170609-cc8c99f5d1406b5e7db7d712aff2b6b294560ace_GH0.tar.gz) = fa66166c69555477bf888e79b5cfc5e418a5693e2eb34d0ef6dc39c05104009e
+SIZE (zxombie-libtrue-20170609-cc8c99f5d1406b5e7db7d712aff2b6b294560ace_GH0.tar.gz) = 1993

Added: head/devel/libtrue/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libtrue/pkg-descr	Sat Jun 10 02:47:41 2017	(r443063)
@@ -0,0 +1,5 @@
+You can't handle the truth.
+libtruth is the definitive library for handling the truth.  It is
+a quickly growing project with a lot of plans for the future.
+
+WWW: https://github.com/zxombie/libtrue

Added: head/devel/libtrue/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/libtrue/pkg-plist	Sat Jun 10 02:47:41 2017	(r443063)
@@ -0,0 +1,4 @@
+lib/libtrue.a
+lib/libtrue.so
+lib/libtrue.so.0
+bin/true


More information about the svn-ports-head mailing list