import Fortran::Format 0.90
read and write data according to a standard Fortran 77 FORMAT
This commit is contained in:
parent
607d69ca13
commit
44c5e264cd
15
devel/p5-Fortran-Format/Makefile
Normal file
15
devel/p5-Fortran-Format/Makefile
Normal 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>
|
4
devel/p5-Fortran-Format/distinfo
Normal file
4
devel/p5-Fortran-Format/distinfo
Normal 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
|
8
devel/p5-Fortran-Format/pkg/DESCR
Normal file
8
devel/p5-Fortran-Format/pkg/DESCR
Normal 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.
|
4
devel/p5-Fortran-Format/pkg/PLIST
Normal file
4
devel/p5-Fortran-Format/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user