summaryrefslogtreecommitdiff
path: root/lang/Sather (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move the inclusion of bsd.port.pre.mk earlier, where it apparentlyMark Linimon2003-10-291-6/+6
| | | | | | | should be. Notes: svn path=/head/; revision=92510
* Mark broken on 5.x per the usual gcc3.3 reasons.Mark Linimon2003-10-291-1/+7
| | | | Notes: svn path=/head/; revision=92507
* 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
* - Fix buildYing-Chieh Liao2002-10-2218-47/+711
| | | | | | | | | | - Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury Notes: svn path=/head/; revision=68573
* Replace ${PERL} with ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-1/+2
| | | | | | | | PR: 39605 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=61685
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Add dirrmDavid E. O'Brien2001-05-231-0/+2
| | | | | | | | PR: 27558 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=42964
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-2/+2
| | | | Notes: svn path=/head/; revision=27458
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Fix a bad patch that prevented the PREFIX expansion.David E. O'Brien2000-02-221-1/+1
| | | | | | | | PR: 16874 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=26120
* Create this diff with "-u1" to avoid the really crazy "OBJ=" line thatDavid E. O'Brien2000-02-201-5/+3
| | | | | | | causes `less' to go nuts. Notes: svn path=/head/; revision=26023
* Fix my perl recipie.David E. O'Brien2000-02-131-4/+4
| | | | Notes: svn path=/head/; revision=25778
* Upgrade to version 1.2.1David E. O'Brien2000-02-138-78/+99
| | | | | | | | PR: 16675 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=25776
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-0/+1
| | | | Notes: svn path=/head/; revision=25734
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Mark BROKEN for ELF:Justin M. Seger1998-10-131-1/+3
| | | | | | | | | gcc -O2 -o ../cs globals.o code0.o code1.o code2.o code3.o code4.o code5.o code6.o code7.o code8.o code9.o code10.o ../../System/base.a ../../System/GC/gc.a -lm gcc: ../../System/GC/gc.a: No such file or directory *** Error code 1 Notes: svn path=/head/; revision=13956
* 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
* Added some extra MASTER_SITES. Note, only one of them still has version 1.05David E. O'Brien1996-11-251-3/+9
| | | | | | | | (which is what we try to fetch). The others have 1.08 and 1.1. I'll update this port in two-three weeks. Notes: svn path=/head/; revision=4657
* Converted to MAN[1-9NL]David E. O'Brien1996-11-171-2/+2
| | | | Notes: svn path=/head/; revision=4533
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-121-7/+9
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* Install additional documents conditional to NOPORTDOCS. Note thatSatoshi Asami1996-03-071-3/+11
| | | | | | | "License" is installed unconditionally. Notes: svn path=/head/; revision=2802
* Mandatory package files!Satoshi Asami1996-03-073-0/+27
| | | | Notes: svn path=/head/; revision=2801
* 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
* Update lang Makefiles, compressing some man pages and stripping someSatoshi Asami1995-04-241-5/+3
| | | | | | | executables along the way. Notes: svn path=/head/; revision=1522
* Oops, why did I miss this in the previous commit? Anyway, installSatoshi Asami1995-04-161-2/+2
| | | | | | | depends on build. Notes: svn path=/head/; revision=1407
* Update of lang Makefiles....Satoshi Asami1995-04-151-2/+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-1/+2
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Give gzip the correct path of installed man page.Jeffrey Hsu1995-03-051-2/+2
| | | | Notes: svn path=/head/; revision=1089
* Upgrade to 1.0.5.Jeffrey Hsu1995-02-253-40/+36
| | | | Notes: svn path=/head/; revision=1037
* Upgrade to 1.0.5.Jeffrey Hsu1995-02-251-3/+3
| | | | | | | Compress installed man page. Notes: svn path=/head/; revision=1036
* Bring in the new sather file.Jordan K. Hubbard1995-01-051-0/+4
| | | | Notes: svn path=/head/; revision=722
* New checksum file for v1.04Gary Palmer1995-01-041-1/+1
| | | | Notes: svn path=/head/; revision=678
* Ar no longer needs -T option, so we don't need patch-01.Jeffrey Hsu1994-12-311-2/+2
| | | | | | | We now have a gcc, so in patch-02, don't need to change gcc to cc. Notes: svn path=/head/; revision=651
* Bump version number to 1.0.4.Jeffrey Hsu1994-12-311-3/+3
| | | | Notes: svn path=/head/; revision=650
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-12-181-0/+1
| | | | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later Notes: svn path=/head/; revision=590
* Make use of ALL_TARGET instead of adding the all target to theJeffrey Hsu1994-11-221-11/+0
| | | | | | | | underlying Makefile. Obtained from: Notes: svn path=/head/; revision=453
* Update DISTNAME to Sather-1.0.2.Jeffrey Hsu1994-11-221-3/+4
| | | | | | | | | Make use of ALL_TARGET instead of adding the all target to the underlying Makefile. Obtained from: Notes: svn path=/head/; revision=452
* The Sather 1.0 language.Jeffrey Hsu1994-11-012-0/+85
Notes: svn path=/head/; revision=307