svn commit: r416863 - in head/devel: . pcc-libs

Kurt Jaeger pi at FreeBSD.org
Mon Jun 13 19:30:57 UTC 2016


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 <lightside at gmx.com>
  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 <lightside at gmx.com>
+# $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 at 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 <bsd.port.pre.mk>
+
+post-patch:
+.if ${OPSYS} == FreeBSD
+	@${REINPLACE_CMD} -e '/targmach=amd64/s/x86_64/amd64/' \
+		${WRKSRC}/configure
+.endif
+
+.include <bsd.port.post.mk>

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/


More information about the svn-ports-head mailing list