From owner-svn-ports-all@freebsd.org Sun Feb 26 17:36:11 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 4D252CEE3B9; Sun, 26 Feb 2017 17:36:11 +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 0E7D4D75; Sun, 26 Feb 2017 17:36:10 +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 v1QHaA51020127; Sun, 26 Feb 2017 17:36:10 GMT (envelope-from acm@FreeBSD.org) Received: (from acm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1QHaAk1020125; Sun, 26 Feb 2017 17:36:10 GMT (envelope-from acm@FreeBSD.org) Message-Id: <201702261736.v1QHaAk1020125@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, 26 Feb 2017 17:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434892 - head/devel/fpc-fcl-pdf X-SVN-Group: ports-head 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, 26 Feb 2017 17:36:11 -0000 Author: acm Date: Sun Feb 26 17:36:09 2017 New Revision: 434892 URL: https://svnweb.freebsd.org/changeset/ports/434892 Log: - New port: devel/fpc-fcl-library Freepascal pdf library Added: head/devel/fpc-fcl-pdf/ head/devel/fpc-fcl-pdf/Makefile (contents, props changed) head/devel/fpc-fcl-pdf/pkg-plist (contents, props changed) Added: head/devel/fpc-fcl-pdf/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fpc-fcl-pdf/Makefile Sun Feb 26 17:36:09 2017 (r434892) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +CATEGORIES= devel lang +PKGNAMESUFFIX= -fcl-pdf + +MAINTAINER= freebsd-fpc@FreeBSD.org +COMMENT= Free Pascal pdf (FCL) + +USE_FPC= fcl-base fcl-image fcl-res pasjpeg rtl-objpas + +MASTERDIR= ${.CURDIR}/../../lang/fpc +WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} +EXTRACTUNITDIR= ${WRKUNITDIR} + +.include "${MASTERDIR}/Makefile" Added: head/devel/fpc-fcl-pdf/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/fpc-fcl-pdf/pkg-plist Sun Feb 26 17:36:09 2017 (r434892) @@ -0,0 +1,9 @@ +lib/fpc/%%PORTVERSION%%/fpmkinst/%%BUILDNAME%%/fcl-pdf.fpm +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpparsettf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fppdf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttf.ppu +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.o +lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/fcl-pdf/fpttfencodings.ppu