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)
This commit is contained in:
Johannes Jost Meixner 2014-12-24 18:12:01 +00:00
parent 06c27ade3f
commit 66e306c35b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375478
3 changed files with 26 additions and 0 deletions

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,3 @@
Necessary gfortran libs for Linux.
WWW: http://www.centos.org