From owner-svn-ports-head@FreeBSD.ORG Wed Dec 24 18:12:02 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5DF1BBB; Wed, 24 Dec 2014 18:12:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B95D064291; Wed, 24 Dec 2014 18:12:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBOIC2kA068157; Wed, 24 Dec 2014 18:12:02 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBOIC2gB068153; Wed, 24 Dec 2014 18:12:02 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201412241812.sBOIC2gB068153@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Wed, 24 Dec 2014 18:12:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375478 - head/devel/linux-c6-libgfortran 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.18-1 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: Wed, 24 Dec 2014 18:12:03 -0000 Author: xmj Date: Wed Dec 24 18:12:01 2014 New Revision: 375478 URL: https://svnweb.freebsd.org/changeset/ports/375478 QAT: https://qat.redports.org/buildarchive/r375478/ Log: devel/linux-c6-libgfortran: add port Necessary gfortran libs for Linux. WWW: http://www.centos.org Differential Revision: https://reviews.freebsd.org/D1356 Requested by: db Approved by: swills (mentor) Added: head/devel/linux-c6-libgfortran/ head/devel/linux-c6-libgfortran/Makefile (contents, props changed) head/devel/linux-c6-libgfortran/distinfo.i686 (contents, props changed) head/devel/linux-c6-libgfortran/pkg-descr (contents, props changed) Added: head/devel/linux-c6-libgfortran/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c6-libgfortran/Makefile Wed Dec 24 18:12:01 2014 (r375478) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= libgfortran +PORTVERSION= 4.4.7 +CATEGORIES= devel linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= RPM of runtime libs for gfortran (Linux Centos ${LINUX_DIST_VER}) + +USE_LINUX= c6 +USE_LINUX_RPM= yes + +RPMVERSION= 11.el6 +USE_LDCONFIG= yes +SRC_DISTFILES= gcc-${DISTVERSION}${SRC_SUFX} + +PLIST_FILES= usr/lib/libgfortran.so.3.0.0 usr/lib/libgfortran.so.3 + +.include Added: head/devel/linux-c6-libgfortran/distinfo.i686 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c6-libgfortran/distinfo.i686 Wed Dec 24 18:12:01 2014 (r375478) @@ -0,0 +1,4 @@ +SHA256 (rpm/i686/centos/6.6/libgfortran-4.4.7-11.el6.i686.rpm) = 2917f7ea170298ba3c7ceed997bd87159144952cd5401d6b2ced55802a260f44 +SIZE (rpm/i686/centos/6.6/libgfortran-4.4.7-11.el6.i686.rpm) = 250468 +SHA256 (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = df7730e2e7d52d5ce4c655bd4fff23c738fb6b1c5b81d6f2878e4c7664d7031b +SIZE (rpm/i686/centos/6.6/gcc-4.4.7-11.el6.src.rpm) = 52377306 Added: head/devel/linux-c6-libgfortran/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/linux-c6-libgfortran/pkg-descr Wed Dec 24 18:12:01 2014 (r375478) @@ -0,0 +1,3 @@ +Necessary gfortran libs for Linux. + +WWW: http://www.centos.org