import Fortran::Format 0.90

read and write data according to a standard Fortran 77 FORMAT
This commit is contained in:
steven 2006-11-15 20:22:37 +00:00
parent 607d69ca13
commit 44c5e264cd
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/15 20:22:37 steven Exp $
COMMENT= "read/write data according to a standard Fortran 77 FORMAT"
DISTNAME= Fortran-Format-0.90
CATEGORIES= devel
MODULES= cpan
# same as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Fortran-Format-0.90.tar.gz) = e11eb1a361f157cfb976caa8b808681d
RMD160 (Fortran-Format-0.90.tar.gz) = 5735903ec1131d2834c3867cad095c4cb1512418
SHA1 (Fortran-Format-0.90.tar.gz) = a0caed2cfa3ac6d2baf377b341779941be3bf769
SIZE (Fortran-Format-0.90.tar.gz) = 18695

View File

@ -0,0 +1,8 @@
This is a Perl implementation of the Fortran 77 formatted input/output
facility. One possible use is for producing input files for old Fortran
programs, making sure that their column-oriented records are rigorously
correct. Fortran formats may also have some advantages over C<printf> in
some cases: it is very easy to output an array, reusing the format as
needed; and the syntax for repeated columns is more concise. Unlike
C<printf>, for good or ill, Fortran-formatted fields never exceed their
desired width.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/15 20:22:37 steven Exp $
${P5SITE}/Fortran/
${P5SITE}/Fortran/Format.pm
@man man/man3p/Fortran::Format.3p