aboutsummaryrefslogtreecommitdiff
path: root/lang/f2c
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Upgrade to 20200916, changelog at <https://www.netlib.org/f2c/changes>;Thierry Thomas2020-12-066-60/+84
| | | | | | | | | - Directly fetch from upstream; - Define the license. Notes: svn path=/head/; revision=557139
* Mark these ports broken on mips64 and/or mips.Mark Linimon2018-07-011-0/+3
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473660
* Return maho@'s ports to the pool after his commit bit expired.Rene Ladan2018-03-111-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=464164
* - Use proper command for static lib installationDmitry Marakasov2017-11-171-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=454369
* - Add SONAME library descriptionPawel Pekala2017-07-273-32/+24
| | | | | | | | | | | | - Convert to options helpers - Use INSTALL_LIB to get stripped library PR: 221036 Submitted by: myself Approved by: maho (maintainer) Notes: svn path=/head/; revision=446744
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-221-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Finish stage supportAntoine Brodin2014-02-162-4/+3
| | | | Notes: svn path=/head/; revision=344630
* - Stage supportMartin Wilke2014-02-051-15/+10
| | | | Notes: svn path=/head/; revision=342703
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Convert to new options frameworkBaptiste Daroussin2013-06-041-10/+9
| | | | Notes: svn path=/head/; revision=319870
* Fix depedency to unzip command.Maho Nakata2012-07-181-1/+1
| | | | | | | | PR: 169615 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> Notes: svn path=/head/; revision=301061
* Add WANT_LEAD_0 knob.Maho Nakata2012-03-121-0/+9
| | | | | | | | | Submitted by: Ted Hatfield <ted@io-tx.com> Feature safe: yes Notes: svn path=/head/; revision=293151
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - Don't use UNZIP_CMD in a DEPENDS line. A user may redefine UNZIP_CMD to beWesley Shields2009-09-081-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> Notes: svn path=/head/; revision=241055
* * Install correct (the troff manpage)Maho Nakata2009-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> Notes: svn path=/head/; revision=230186
* Patch from security/flawfinder, and bump portrevision.Maho Nakata2008-08-132-1/+77
| | | | | | | Submitted by: Pedro Giffuni Notes: svn path=/head/; revision=218498
* Make fetchable because ftp://netlib.bell-labs.com/netlib/Maho Nakata2007-05-221-1/+2
| | | | | | | | | | no longer has original distfile. I placed it at MASTER_SITE_LOCAL. Submitted by: fenner Approved by: portmgr (erwin) Notes: svn path=/head/; revision=191604
* * f2c.h is now consistent with G77.Maho Nakata2007-01-152-0/+172
| | | | | | | * Bump portrevision. Notes: svn path=/head/; revision=182402
* Grab maintainership.Maho Nakata2007-01-151-1/+1
| | | | Notes: svn path=/head/; revision=182401
* - Update to 20060810Martin Wilke2007-01-132-4/+4
| | | | | | | | PR: ports/107879 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=182336
* Replace gunzip by minigzip, until gunzip get fixed.Thierry Thomas2006-10-161-2/+1
| | | | | | | | Approved by: portmgr (Kris) Suggested by: delphij Notes: svn path=/head/; revision=175359
* BROKEN: Corrupt distfileKris Kennaway2006-10-151-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=175339
* Fix make reinstall problem, though the patch differs from that at [1].Boris Samorodov2006-08-241-1/+1
| | | | | | | | | PR: 102481 [1] Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1] Approved by: netchild (mentor, implicit) Notes: svn path=/head/; revision=171342
* - Upgrade to 20060506;Thierry Thomas2006-08-109-290/+144
| | | | | | | | | | - Remove FreeBSD specificities. PR: ports/101054 Security: VuXML ID 43cb40b3-c8c2-11da-a672-000e0c2e438a Notes: svn path=/head/; revision=170257
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149341
* Fix on 64bit platforms.Simon Barner2005-10-052-0/+45
| | | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> PR: ports/86884 Notes: svn path=/head/; revision=144263
* Tidy up whitespace.Trevor Johnson2004-04-101-1/+1
| | | | Notes: svn path=/head/; revision=106671
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* o Return maintainer to portsMario Sergio Fujikawa Ferreira2001-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 Notes: svn path=/head/; revision=50790
* Put back missed \n, accidentally deleted in the previous commit.Maxim Sobolev2001-11-261-1/+2
| | | | Notes: svn path=/head/; revision=50589
* Style police: remove trailing space in WWW tagMario Sergio Fujikawa Ferreira2001-11-201-2/+1
| | | | Notes: svn path=/head/; revision=50294
* Upgrade to 3.0.0Kevin Lo2001-01-072-3/+3
| | | | | | | | PR: 24115 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36888
* Add lib/libf2c.so.Satoshi Asami2000-07-051-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30212
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-3/+3
| | | | Notes: svn path=/head/; revision=27458
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-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 Notes: svn path=/head/; revision=19803
* Yet more WWW: additionsMichael Haro1999-05-031-1/+2
| | | | Notes: svn path=/head/; revision=18435
* f2c FORTRAN "compiler" port'ified from src/contrib/David E. O'Brien1999-04-246-0/+277
PR: ports/11220 Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu> Notes: svn path=/head/; revision=18115