mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
This is a Fortran 77 compatibility runtime linux (Fedora Core 4)
library built with gcc-3.2. Reported by: thierry Approved by: netchild (mentor)
This commit is contained in:
parent
6a20aa0802
commit
5cc8b1f475
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167011
@ -133,6 +133,7 @@
|
||||
SUBDIR += librep
|
||||
SUBDIR += libutils
|
||||
SUBDIR += linux-j
|
||||
SUBDIR += linux-libg2c
|
||||
SUBDIR += linux-libperl5.8
|
||||
SUBDIR += logo
|
||||
SUBDIR += lua
|
||||
|
23
lang/linux-f10-libg2c/Makefile
Normal file
23
lang/linux-f10-libg2c/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: linux-libg2c
|
||||
# Date created: 2006.07.05
|
||||
# Whom: bsam
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libg2c
|
||||
PORTVERSION= 3.2.3
|
||||
CATEGORIES= lang linux
|
||||
DISTNAME= compat-libf2c-32-${PORTVERSION}-47.fc4
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= Fortran 77 compatibility runtime
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX_RPM= yes
|
||||
LINUX_DIST_VER= 4
|
||||
INSTALLS_SHLIB= yes
|
||||
SRC_DISTFILES= compat-gcc-32-${PORTVERSION}-47.fc4.src.rpm
|
||||
|
||||
PLIST_FILES= usr/lib/libg2c.so.0 usr/lib/libg2c.so.0.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
6
lang/linux-f10-libg2c/distinfo.i386
Normal file
6
lang/linux-f10-libg2c/distinfo.i386
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 04a639becc657a94895e146c41acfd27
|
||||
SHA256 (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 97157b9b5b16dbb6ff77bac2836ebd7e46e3b06f244ed1e0ca21b94bae5247b0
|
||||
SIZE (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 51433
|
||||
MD5 (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = 002407341966155b019178b83a7e58bb
|
||||
SHA256 (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = b8e1aea61d51e0a8270a88929a480a7914e34e8b9598c3bbb15a4efbf2cf8285
|
||||
SIZE (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = 21586568
|
1
lang/linux-f10-libg2c/pkg-descr
Normal file
1
lang/linux-f10-libg2c/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A port for linux Fortran 77 compatibility runtime.
|
23
lang/linux-f8-libg2c/Makefile
Normal file
23
lang/linux-f8-libg2c/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: linux-libg2c
|
||||
# Date created: 2006.07.05
|
||||
# Whom: bsam
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libg2c
|
||||
PORTVERSION= 3.2.3
|
||||
CATEGORIES= lang linux
|
||||
DISTNAME= compat-libf2c-32-${PORTVERSION}-47.fc4
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= Fortran 77 compatibility runtime
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX_RPM= yes
|
||||
LINUX_DIST_VER= 4
|
||||
INSTALLS_SHLIB= yes
|
||||
SRC_DISTFILES= compat-gcc-32-${PORTVERSION}-47.fc4.src.rpm
|
||||
|
||||
PLIST_FILES= usr/lib/libg2c.so.0 usr/lib/libg2c.so.0.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
6
lang/linux-f8-libg2c/distinfo.i386
Normal file
6
lang/linux-f8-libg2c/distinfo.i386
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 04a639becc657a94895e146c41acfd27
|
||||
SHA256 (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 97157b9b5b16dbb6ff77bac2836ebd7e46e3b06f244ed1e0ca21b94bae5247b0
|
||||
SIZE (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 51433
|
||||
MD5 (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = 002407341966155b019178b83a7e58bb
|
||||
SHA256 (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = b8e1aea61d51e0a8270a88929a480a7914e34e8b9598c3bbb15a4efbf2cf8285
|
||||
SIZE (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = 21586568
|
1
lang/linux-f8-libg2c/pkg-descr
Normal file
1
lang/linux-f8-libg2c/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A port for linux Fortran 77 compatibility runtime.
|
23
lang/linux-libg2c/Makefile
Normal file
23
lang/linux-libg2c/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: linux-libg2c
|
||||
# Date created: 2006.07.05
|
||||
# Whom: bsam
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libg2c
|
||||
PORTVERSION= 3.2.3
|
||||
CATEGORIES= lang linux
|
||||
DISTNAME= compat-libf2c-32-${PORTVERSION}-47.fc4
|
||||
|
||||
MAINTAINER= freebsd-emulation@FreeBSD.org
|
||||
COMMENT= Fortran 77 compatibility runtime
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX_RPM= yes
|
||||
LINUX_DIST_VER= 4
|
||||
INSTALLS_SHLIB= yes
|
||||
SRC_DISTFILES= compat-gcc-32-${PORTVERSION}-47.fc4.src.rpm
|
||||
|
||||
PLIST_FILES= usr/lib/libg2c.so.0 usr/lib/libg2c.so.0.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
6
lang/linux-libg2c/distinfo.i386
Normal file
6
lang/linux-libg2c/distinfo.i386
Normal file
@ -0,0 +1,6 @@
|
||||
MD5 (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 04a639becc657a94895e146c41acfd27
|
||||
SHA256 (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 97157b9b5b16dbb6ff77bac2836ebd7e46e3b06f244ed1e0ca21b94bae5247b0
|
||||
SIZE (rpm/i386/fedora/4/compat-libf2c-32-3.2.3-47.fc4.i386.rpm) = 51433
|
||||
MD5 (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = 002407341966155b019178b83a7e58bb
|
||||
SHA256 (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = b8e1aea61d51e0a8270a88929a480a7914e34e8b9598c3bbb15a4efbf2cf8285
|
||||
SIZE (rpm/i386/fedora/4/compat-gcc-32-3.2.3-47.fc4.src.rpm) = 21586568
|
1
lang/linux-libg2c/pkg-descr
Normal file
1
lang/linux-libg2c/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
A port for linux Fortran 77 compatibility runtime.
|
Loading…
Reference in New Issue
Block a user