From owner-svn-ports-all@freebsd.org Sun Jul 23 02:43:39 2017 Return-Path: Delivered-To: svn-ports-all@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 07074C786D9; Sun, 23 Jul 2017 02:43:39 +0000 (UTC) (envelope-from acm@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 D1F676F9D3; Sun, 23 Jul 2017 02:43:38 +0000 (UTC) (envelope-from acm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6N2hbkV053938; Sun, 23 Jul 2017 02:43:37 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6N2hb2C053933; Sun, 23 Jul 2017 02:43:37 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201707230243.v6N2hb2C053933@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: acm set sender to acm@FreeBSD.org using -f From: Jose Alonso Cardenas Marquez Date: Sun, 23 Jul 2017 02:43:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446440 - in head/print: . derelict-ft X-SVN-Group: ports-head X-SVN-Commit-Author: acm X-SVN-Commit-Paths: in head/print: . derelict-ft X-SVN-Commit-Revision: 446440 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2017 02:43:39 -0000 Author: acm Date: Sun Jul 23 02:43:37 2017 New Revision: 446440 URL: https://svnweb.freebsd.org/changeset/ports/446440 Log: - New port: print/derelict-ft A dynamic binding to version 2.6 and 2.7 of the FreeType library for the D Programming Language WWW: https://github.com/DerelictOrg/DerelictFT Added: head/print/derelict-ft/ head/print/derelict-ft/Makefile (contents, props changed) head/print/derelict-ft/distinfo (contents, props changed) head/print/derelict-ft/pkg-descr (contents, props changed) head/print/derelict-ft/pkg-plist (contents, props changed) Modified: head/print/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Sun Jul 23 02:42:03 2017 (r446439) +++ head/print/Makefile Sun Jul 23 02:43:37 2017 (r446440) @@ -31,6 +31,7 @@ SUBDIR += cups-pk-helper SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer + SUBDIR += derelict-ft SUBDIR += detex SUBDIR += dot2tex SUBDIR += dvi2tty Added: head/print/derelict-ft/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/derelict-ft/Makefile Sun Jul 23 02:43:37 2017 (r446440) @@ -0,0 +1,37 @@ +# Created by: Alonso Cardenas Marquez +# $FreeBSD$ + +PORTNAME= derelict-ft +PORTVERSION= 1.1.3 +CATEGORIES= print +MASTER_SITES= https://github.com/DerelictOrg/DerelictFT/archive/ +DISTNAME= ${PORTVERSION:S/^/v/} +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Dynamic binding to the FreeType library for the D lang + +LICENSE= BSL + +BUILD_DEPENDS= ldmd2:lang/ldc \ + dub:devel/dub \ + ${LOCALBASE}/lib/d/libDerelictUtil.a:devel/derelict-util + +WRKSRC= ${WRKDIR}/DerelictFT-${PORTVERSION} +DUB_CMD= ${LOCALBASE}/bin/dub build --build=release +D_INCLUDE_DIR= ${PREFIX}/include/d +D_LIB_DIR= ${PREFIX}/lib/d + +post-patch: + @${REINPLACE_CMD} -e '13,15d' ${WRKSRC}/dub.json + +do-build: + @cd ${WRKSRC} && ${DUB_CMD} + +do-install: + @${MKDIR} ${STAGEDIR}${D_INCLUDE_DIR} + @${MKDIR} ${STAGEDIR}${D_LIB_DIR} + ${INSTALL_DATA} ${WRKSRC}/lib/libDerelictFT.a ${STAGEDIR}${D_LIB_DIR} + cd ${WRKSRC}/source && ${COPYTREE_SHARE} . ${STAGEDIR}${D_INCLUDE_DIR} "-name *\.d" + +.include Added: head/print/derelict-ft/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/derelict-ft/distinfo Sun Jul 23 02:43:37 2017 (r446440) @@ -0,0 +1,3 @@ +TIMESTAMP = 1500698108 +SHA256 (derelict-ft/v1.1.3.tar.gz) = 135eae5d154c8537cff2e08267a22f58ee05f93f8b5f974016cde085c64c4ff7 +SIZE (derelict-ft/v1.1.3.tar.gz) = 22608 Added: head/print/derelict-ft/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/derelict-ft/pkg-descr Sun Jul 23 02:43:37 2017 (r446440) @@ -0,0 +1,4 @@ +A dynamic binding to version 2.6 and 2.7 of the FreeType library for the D +Programming Language + +WWW: https://github.com/DerelictOrg/DerelictFT Added: head/print/derelict-ft/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/derelict-ft/pkg-plist Sun Jul 23 02:43:37 2017 (r446440) @@ -0,0 +1,4 @@ +include/d/derelict/freetype/ft.d +include/d/derelict/freetype/functions.d +include/d/derelict/freetype/types.d +lib/d/libDerelictFT.a