diff --git a/devel/p5-Fortran-Format/Makefile b/devel/p5-Fortran-Format/Makefile new file mode 100644 index 00000000000..b603a51683e --- /dev/null +++ b/devel/p5-Fortran-Format/Makefile @@ -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 diff --git a/devel/p5-Fortran-Format/distinfo b/devel/p5-Fortran-Format/distinfo new file mode 100644 index 00000000000..e2d85bc664d --- /dev/null +++ b/devel/p5-Fortran-Format/distinfo @@ -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 diff --git a/devel/p5-Fortran-Format/pkg/DESCR b/devel/p5-Fortran-Format/pkg/DESCR new file mode 100644 index 00000000000..8e1f4d1e346 --- /dev/null +++ b/devel/p5-Fortran-Format/pkg/DESCR @@ -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 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, for good or ill, Fortran-formatted fields never exceed their +desired width. diff --git a/devel/p5-Fortran-Format/pkg/PLIST b/devel/p5-Fortran-Format/pkg/PLIST new file mode 100644 index 00000000000..f3c2465bf51 --- /dev/null +++ b/devel/p5-Fortran-Format/pkg/PLIST @@ -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