From owner-svn-ports-head@freebsd.org Mon Jun 13 19:30:57 2016 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 8021EAF129B; Mon, 13 Jun 2016 19:30:57 +0000 (UTC) (envelope-from pi@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 43AAC24A1; Mon, 13 Jun 2016 19:30:57 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5DJUuq7049281; Mon, 13 Jun 2016 19:30:56 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5DJUuxg049276; Mon, 13 Jun 2016 19:30:56 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606131930.u5DJUuxg049276@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Mon, 13 Jun 2016 19:30:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416863 - in head/devel: . pcc-libs 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.22 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: Mon, 13 Jun 2016 19:30:57 -0000 Author: pi Date: Mon Jun 13 19:30:55 2016 New Revision: 416863 URL: https://svnweb.freebsd.org/changeset/ports/416863 Log: New port: devel/pcc-libs Libraries for the Portable C Compiler. WWW: http://pcc.ludd.ltu.se/ In preparation of lang/pcc upgrade... PR: 196642 Submitted by: Sender Ghost Approved by: joel (maintainer lang/pcc) Added: head/devel/pcc-libs/ head/devel/pcc-libs/Makefile (contents, props changed) head/devel/pcc-libs/distinfo (contents, props changed) head/devel/pcc-libs/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Mon Jun 13 19:24:26 2016 (r416862) +++ head/devel/Makefile Mon Jun 13 19:30:55 2016 (r416863) @@ -3534,6 +3534,7 @@ SUBDIR += pas2dox SUBDIR += pasm SUBDIR += patch + SUBDIR += pcc-libs SUBDIR += pccts SUBDIR += pcl SUBDIR += pcre Added: head/devel/pcc-libs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcc-libs/Makefile Mon Jun 13 19:30:55 2016 (r416863) @@ -0,0 +1,36 @@ +# Created by: lightside +# $FreeBSD$ + +PORTNAME= pcc-libs +PORTVERSION= 1.1.0 +CATEGORIES= devel +MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \ + http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ + +MAINTAINER= pi@FreeBSD.org +COMMENT= Libraries for the Portable C Compiler + +LICENSE= BSDCOMPATIBLE BSD2CLAUSE BSD3CLAUSE +LICENSE_COMB= multi +LICENSE_NAME_BSDCOMPATIBLE= BSD-style compatible licenses +LICENSE_TEXT_BSDCOMPATIBLE= The license: BSDCOMPATIBLE (${LICENSE_NAME_BSDCOMPATIBLE}),\ + please read from the web: http://pcc.ludd.ltu.se/licenses/ +LICENSE_PERMS_BSDCOMPATIBLE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +ONLY_FOR_ARCHS= i386 amd64 + +USES= gmake tar:tgz +GNU_CONFIGURE= yes + +DATADIR= ${PREFIX}/lib/pcc +PORTDATA= * + +.include + +post-patch: +.if ${OPSYS} == FreeBSD + @${REINPLACE_CMD} -e '/targmach=amd64/s/x86_64/amd64/' \ + ${WRKSRC}/configure +.endif + +.include Added: head/devel/pcc-libs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcc-libs/distinfo Mon Jun 13 19:30:55 2016 (r416863) @@ -0,0 +1,2 @@ +SHA256 (pcc-libs-1.1.0.tgz) = dd4cb124da0b2edcda6ceb823c3ca8fc05919d35c89c34dec617517afe6bbfee +SIZE (pcc-libs-1.1.0.tgz) = 198204 Added: head/devel/pcc-libs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pcc-libs/pkg-descr Mon Jun 13 19:30:55 2016 (r416863) @@ -0,0 +1,3 @@ +Libraries for the Portable C Compiler. + +WWW: http://pcc.ludd.ltu.se/