aboutsummaryrefslogtreecommitdiffstats
path: root/lang/f2c
Commit message (Collapse)AuthorAgeFilesLines
* - remove MD5ohauer2011-07-031-1/+0
|
* - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to bewxs2009-09-091-1/+1
| | | | | | | | "unzip -v" or similar which would break. Instead rely upon the unzip binary. http://lists.freebsd.org/pipermail/freebsd-ports/2009-September/056882.html Noticed by: Dag-Erling Smørgrav <des@des.no>
* * Install correct (the troff manpage)maho2009-03-161-2/+2
| | | | | | | into /usr/local/man/man1 instead of a pre-formatted one. *Bump port revision. Submitted by: Lyndon Nerenberg <lyndon@orthanc.ca>
* Patch from security/flawfinder, and bump portrevision.maho2008-08-132-1/+77
| | | | Submitted by: Pedro Giffuni
* Make fetchable because ftp://netlib.bell-labs.com/netlib/maho2007-05-221-1/+2
| | | | | | | no longer has original distfile. I placed it at MASTER_SITE_LOCAL. Submitted by: fenner Approved by: portmgr (erwin)
* * f2c.h is now consistent with G77.maho2007-01-152-0/+172
| | | | * Bump portrevision.
* Grab maintainership.maho2007-01-151-1/+1
|
* - Update to 20060810miwi2007-01-142-4/+4
| | | | | PR: ports/107879 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* Replace gunzip by minigzip, until gunzip get fixed.thierry2006-10-171-2/+1
| | | | | Approved by: portmgr (Kris) Suggested by: delphij
* BROKEN: Corrupt distfilekris2006-10-161-0/+2
| | | | Approved by: portmgr (self)
* Fix make reinstall problem, though the patch differs from that at [1].bsam2006-08-251-1/+1
| | | | | | PR: 102481 [1] Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1] Approved by: netchild (mentor, implicit)
* - Upgrade to 20060506;thierry2006-08-109-290/+144
| | | | | | | - Remove FreeBSD specificities. PR: ports/101054 Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a
* - Add SHA256pav2005-11-251-0/+1
|
* Fix on 64bit platforms.barner2005-10-052-0/+45
| | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> PR: ports/86884
* Tidy up whitespace.trevor2004-04-111-1/+1
|
* SIZEify.trevor2004-01-291-0/+1
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
| | | | Approved by: pat
* o Return maintainer to portslioux2001-12-012-8/+5
| | | | | | | | | o House distfile under MASTER_SITE_LOCAL since it is no longer available anywhere else o In DESCR, add trailing / to both FTP and WWW tags PR: 32417 Submitted by: maintainer
* Put back missed \n, accidentally deleted in the previous commit.sobomax2001-11-271-1/+2
|
* Style police: remove trailing space in WWW taglioux2001-11-211-2/+1
|
* Upgrade to 3.0.0kevlo2001-01-072-3/+3
| | | | | PR: 24115 Submitted by: MAINTAINER
* Add lib/libf2c.so.asami2000-07-051-0/+1
| | | | Submitted by: bento
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* awk -> ${AWK}mharo1999-08-231-2/+2
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* Yet more WWW: additionsmharo1999-05-031-1/+2
|
* f2c FORTRAN "compiler" port'ified from src/contrib/obrien1999-04-256-0/+277
PR: ports/11220 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>