Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 18:12:02 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375478 - head/devel/linux-c6-libgfortran
Message-ID:  <201412241812.sBOIC2gB068153@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412241812.sBOIC2gB068153>