summaryrefslogtreecommitdiff
path: root/lang/fort77
AgeCommit message (Collapse)AuthorFilesLines
2010-03-11Don't run tests at build time. Fixes PR pkg/42955asau1-4/+8
The package is inherently broken though, there is little reason to keep it these days anyway. I suggest you don't use it like all the world around.
2009-12-15Depends on f2c. Bump package revision. PR pkg/42456asau1-2/+4
2009-12-05Follow f2c/libf2c split, bump revision.asau3-17/+4
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.
2007-11-02Updated fort77 to 1.18. No ChangeLog available.rillig5-63/+30
2007-11-02Do not run arbitrary text substitutions on files in ${WRKDIR}/.*. Thisrillig1-2/+2
made the wrapper scripts un-executable, causing the package to fail to build.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-25Add RMD160 checksum.wiz1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-01-09replaced some more commands by their ${COMMAND} counterpartswiz1-2/+2
1999-12-16fix DEPENDSdmcmahill1-2/+2
1999-12-16changed depends from f2c-19980913 (the pkg) to just f2c (the executible)dmcmahill1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+4
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-3/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-01-14Initial import of fort77-1.14a, the driver for f2c, a fortran to C translator.frueauf7-0/+82
Provided in pr 6733 by Rene Hexel with tweaks done by myself.