From owner-svn-ports-head@freebsd.org Sat Jun 10 02:47:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7209FC31E9F; Sat, 10 Jun 2017 02:47:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD891CCC; Sat, 10 Jun 2017 02:47:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5A2lgJM024068; Sat, 10 Jun 2017 02:47:42 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5A2lgir024063; Sat, 10 Jun 2017 02:47:42 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201706100247.v5A2lgir024063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 10 Jun 2017 02:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443063 - in head/devel: . libtrue X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2017 02:47:43 -0000 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@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 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