summaryrefslogtreecommitdiff
path: root/lang/gnat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the GNAT release number from the description.Daniel Eischen1999-11-091-1/+1
| | | | | | | Pointed out by: billf Notes: svn path=/head/; revision=22990
* Oops, forgot to change the GNAT version number in the description.Daniel Eischen1999-11-091-2/+2
| | | | Notes: svn path=/head/; revision=22987
* Upgrade GNAT to GNAT-3.12p, the latest public release from Ada CoreDaniel Eischen1999-11-0921-479/+1071
| | | | | | | Technologies. Notes: svn path=/head/; revision=22986
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Remove the two "priming" MASTER_SITEs now that ftp.freebsd.org hasSheldon Hearn1999-07-011-4/+2
| | | | | | | Daniel Eischen's boot-strapping package. Notes: svn path=/head/; revision=19945
* 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
* Update 3.10p -> 3.11p:Sheldon Hearn1999-06-2418-1703/+2444
| | | | | | | | | | | | | | | | | | | | | | | | * Build requires a GNAT compiler, for which the maintainer has created a package. For now, provide two MASTER_SITEs from which it is available so that it'll find its way into the FreeBSD distfiles. * Uses variables in the PLIST to reduce diff sizes in future. * Doesn't install info files, which are virtually duplicates of the ones we already have. * AOUT support is on its wAy OUT. Do what we can, but don't blow any fuses. * Hand maintainership over to Daniel Eischen, at the request of the previous maintainer. PR: 10093 Submitted by: Daniel Eischen <eischen@vigrid.com> Notes: svn path=/head/; revision=19746
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-051-1/+0
| | | | | | | in bsd.port.mk and this helps to unify the check and install. Notes: svn path=/head/; revision=19223
* Set 'USE_GMAKE', because it does.Bill Fumerola1999-03-021-1/+2
| | | | | | | Yet another bug found by: Satoshi's errorlogs Notes: svn path=/head/; revision=16984
* The first time I tried committing this set of manpage removals it gotTim Vanderhoek1998-08-181-1/+0
| | | | | | | | | | | all the way to diffing yorick/pkg/PLIST and then died with a "bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-) Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring machine, and bento is busy. Notes: svn path=/head/; revision=12621
* Typo ("sed -nw" -> "sed -ne").Satoshi Asami1998-03-221-1/+1
| | | | Notes: svn path=/head/; revision=10278
* Cleanup @unexec and @exec sequences.Steve Price1998-02-161-2/+5
| | | | | | | Suggested by: Satoshi Asami Notes: svn path=/head/; revision=9757
* Remove bogus duplicate patch that I missed last time. :(Steve Price1998-01-181-3/+1
| | | | | | | Noticed by: Satoshi Asami Notes: svn path=/head/; revision=9369
* Mark this port broken for now, it doesn't patch on -stable.Satoshi Asami1998-01-181-1/+3
| | | | Notes: svn path=/head/; revision=9368
* Upgrade to version 3.10p and do a little portlint cleaning.Steve Price1998-01-1811-1045/+921
| | | | | | | | PR: 5138 Submitted by: Daniel M. Eischen <deischen@iworks.InterWorks.org> Notes: svn path=/head/; revision=9365
* Correctly specify manpage names. Compress manpages.Satoshi Asami1997-10-032-3/+5
| | | | Notes: svn path=/head/; revision=8090
* Upgrade to 3.09. This port is no longer broken.Satoshi Asami1997-09-2516-304/+3104
| | | | | | | | | | | Note you need an existing gnat compiler to build this. (A package will do.) PR: 3687 Submitted by: Maurice Castro <maurice@planet.serc.rmit.edu.au> and Daniel M. Eischen <deischen@iworks.InterWorks.org> Notes: svn path=/head/; revision=8025
* Remove nils@guru.ims.uni-stuttgart.de as MAINTAINER, no longerBill Fenner1997-08-111-2/+2
| | | | | | | | | runs FreeBSD. Submitted by: Cornelis van der Laan <nils@trados.com> Notes: svn path=/head/; revision=7540
* Oops, real reason of BROKEN was gcc incompatibility.Satoshi Asami1996-12-071-4/+6
| | | | Notes: svn path=/head/; revision=4872
* Add reasons to BROKEN.Satoshi Asami1996-12-071-2/+2
| | | | Notes: svn path=/head/; revision=4868
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-181-10/+0
| | | | | | | | | | | PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building. Notes: svn path=/head/; revision=4578
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-3/+4
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-101-1/+1
| | | | | | | | | | | | | all the COMMENTs! No package names, no version numbers, no "this is absolutix-3.1.2" type comments that have zero information contents. Now, without any bad examples to follow, nobody has an excuse to import a port with those kind of comments. :) Phew! 238 ports modified! Notes: svn path=/head/; revision=3948
* Check if /usr/local/bin/gnatf exists or not and if not, pronounce itSatoshi Asami1996-04-121-1/+4
| | | | | | | BROKEN. This port requires an existing compiler to bootstrap. Notes: svn path=/head/; revision=2985
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-221-2/+2
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* I fixed it so that it works right. Basically the same changes wereJoshua Peck Macdonald1995-05-133-725/+725
| | | | | | | | | | | | | | | needed as for the g77 port, except this time since a new compiler exectuable isn't getting produced (and I wonder why its that way) one will need to use -B${PREFIX}/libexec/ every time they wish to compile ada sources, since gcc doesn't look in /usr/local/libexec/. It seems to work... I ran it on the examples directory. Someone who knows ada well should test it I suppose. -josh Notes: svn path=/head/; revision=1733
* Update lang Makefiles, compressing some man pages and stripping someSatoshi Asami1995-04-241-22/+5
| | | | | | | executables along the way. Notes: svn path=/head/; revision=1522
* Update of lang Makefiles....Satoshi Asami1995-04-151-1/+3
| | | | Notes: svn path=/head/; revision=1364
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-011-0/+1
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* gnat-2.03 - The GNU Ada Translator. Version 2.03.Jeffrey Hsu1995-03-284-0/+975
Submitted by: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan) Notes: svn path=/head/; revision=1220