summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Don't use a generic PLIST which is then fixedup. Note, that others usingDavid E. O'Brien1996-12-312-3/+13
| | | | | | | | | our ports collection will have to come up with a solution for this. Requested by: Satoshi Notes: svn path=/head/; revision=5146
* Move the master site pointer to esr's retrocomputing archive; the oldMike Smith1996-12-311-2/+2
| | | | | | | | | one appears to have gone. Submitted by: pgiffuni@fps.biblos.unal.edu.co ( Pedro Giffuni S.) Notes: svn path=/head/; revision=5141
* Use a "work" subdirectory after all, simply to keep the ".*_done"John Polstra1996-12-301-8/+2
| | | | | | | | | | files from cluttering up the port's source directory. Complained about by: peter Use NO_CHECKSUM instead of a do-nothing "checksum" target. Notes: svn path=/head/; revision=5140
* Let CFLAGS come from /etc/make.confDavid E. O'Brien1996-12-281-0/+10
| | | | | | | Caught by: Satoshi Notes: svn path=/head/; revision=5113
* Just doing a little "SUBDIR += lcc" action.David E. O'Brien1996-12-271-1/+2
| | | | Notes: svn path=/head/; revision=5109
* lcc is the retargetable ANSI C compiler described in the bookDavid E. O'Brien1996-12-279-0/+1412
| | | | | | | | | | | | | | | | | `A Retargetable C Compiler: Design and Implementation' (Addison-Wesley, 1995, ISBN 0-8053-1670-1). lcc is a production compiler with a hand crafted lexical analyzer and a hand-coded recursive decent parser. The lexer and parser code is well written and very easy to read (and learn from :-)). lcc compiles much faster than FreeBSD's stock [gcc] compiler. However, it does not under stand FreeBSD's "long long" data type. Contributions by: Soren Schmidt Notes: svn path=/head/; revision=5108
* Share mixal with the rest of the world.David E. O'Brien1996-12-251-1/+2
| | | | Notes: svn path=/head/; revision=5089
* Mixal is a version the assembler and interpreter for Donald Knuth'sDavid E. O'Brien1996-12-255-0/+57
| | | | | | | | | | | | mythical MIX computer, defined in: Donald E. Knuth, _The Art of Computer Programming, Vol. 1: Fundamental Algorithms_. Addison-Wesley, 1973 (2nd ed.) Some of us were playing with it at school... so I made a port of it. Notes: svn path=/head/; revision=5088
* Minor cleanup (shorten PKGNAME, remove unnecessary WRKSRC).Satoshi Asami1996-12-241-3/+2
| | | | Notes: svn path=/head/; revision=5075
* Remove the package name in the COMMENT file.Andreas Klemm1996-12-221-1/+1
| | | | Notes: svn path=/head/; revision=5058
* and here the PLIST fileAndreas Klemm1996-12-211-0/+64
| | | | Notes: svn path=/head/; revision=5053
* Bootstrap pgcc-current using -O instead of -O2 (for safety reasons, I don'tAndreas Klemm1996-12-202-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | want higher optimization levels result in unsafer binaries). Fix bug, that causes core dumps when using higher optimization levels than -O2. Results with dhrystone 2.1 (1000000 loops): stock cc (2.7.2.1 from current) : 136k (136xxx) pgcc-current with -O2 : 138k pgcc-current with -O6 : 172k And no coredump anymore. Reason for coredump: With -O3 cc1 does an register-to-register-copy optimization and it tries to write some debugging information about what it is doing into a file that does not exist unless you have instructed cc1 to dump all its information about its internal state. (From: Sascha Blank) BTW: PLIST is really coming soon, it's on my todo list ;-) BTW2: Is Sascha already in the contributors list ? Have to go to work now. Submitted by: Sascha Blank <blank@sliphost37.uni-trier.de> Notes: svn path=/head/; revision=5046
* Add pgcc-current.Satoshi Asami1996-12-191-1/+2
| | | | | | | Forgetten-despite-my-repeated-warnings-by: andreas Notes: svn path=/head/; revision=5027
* pgcc-current is a developer release of gcc 2.7.2 with pentiumAndreas Klemm1996-12-186-0/+91
| | | | | | | | | | | | | | | | | | | | optimizations. The motivation to make a separate pgcc port is, to provide two versions, an official release, which is missing the leading edge of developement and an interesting current version, which fixes some things and might breake (or not) others. Fact is, that one is able to compile and run a complete FreeBSD-current kernel without trouble and so closes 2 PR's. >Number: 1221 >Category: bino and possibly >Number: 1222 >Category: ports (should be tested by the submitter. Notes: svn path=/head/; revision=5024
* oops, forgot to include the invisible "micro version" in the "versionPeter Wemm1996-12-161-2/+2
| | | | | | | required" field in the makefile comments. Notes: svn path=/head/; revision=4985
* Distfile has changed (apparently to verison 5.21.6?)Peter Wemm1996-12-161-1/+1
| | | | | | | | Note: this depends on the tclConfig changes, which had probably better go into 2.2. Notes: svn path=/head/; revision=4984
* Added second MASTER site.David E. O'Brien1996-12-111-2/+3
| | | | Notes: svn path=/head/; revision=4928
* Update to take advantage of new features in bsd.port.mk rev. 1.237.Satoshi Asami1996-12-117-63/+21
| | | | Notes: svn path=/head/; revision=4924
* Remove GDBM_File.3, it won't be built if gdbm isn't already installed.Satoshi Asami1996-12-1014-21/+14
| | | | | | | Reported by: markm Notes: svn path=/head/; revision=4913
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,Masafumi Max NAKANE1996-12-081-2/+2
| | | | | | | | RESTRICTED or BROKEN. Pointed-out by: asami Notes: svn path=/head/; revision=4884
* Original distfile has been changed.Masafumi Max NAKANE1996-12-071-1/+1
| | | | Notes: svn path=/head/; revision=4877
* No need to define HAS_CONFIGURE when GNU_CONFIGURE is defined.Masafumi Max NAKANE1996-12-071-2/+1
| | | | Notes: svn path=/head/; revision=4876
* Added reason for NO_PACKAGE. (Interactive installation, sort of.)Masafumi Max NAKANE1996-12-071-3/+3
| | | | | | | {CP} -> ${CP} ;) Notes: svn path=/head/; revision=4875
* Compress manpages in lib/perl5/man/man3 too. Add missing GDBM_File.3.Satoshi Asami1996-12-0714-553/+728
| | | | Notes: svn path=/head/; revision=4873
* 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-072-4/+4
| | | | Notes: svn path=/head/; revision=4868
* Mistyping.David E. O'Brien1996-12-041-1/+1
| | | | Notes: svn path=/head/; revision=4793
* Turn on lang/cimDavid E. O'Brien1996-12-041-1/+2
| | | | Notes: svn path=/head/; revision=4792
* Compiler for the SIMULA programming languageDavid E. O'Brien1996-12-045-0/+53
| | | | | | | | Closes-PR: ports/2069 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=4791
* Remove tcl75, it is already in the main source tree.Satoshi Asami1996-12-031-2/+1
| | | | Notes: svn path=/head/; revision=4763
* Rename the start-up script from "m3.sh" to "50.m3.sh", to ensure that itJohn Polstra1996-11-292-3/+3
| | | | | | | | will be executed before any other scripts that depend on it (such as an anticipated "cvsupd.sh"). Notes: svn path=/head/; revision=4714
* Add missing manpage (perl.1).Satoshi Asami1996-11-267-14/+14
| | | | Notes: svn path=/head/; revision=4691
* 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
* Typo typo (no, not my fault!).Satoshi Asami1996-11-211-2/+2
| | | | Notes: svn path=/head/; revision=4620
* Fix some typos I so eloquently introduced last night.Satoshi Asami1996-11-191-2/+1
| | | | | | | Found by: make index Notes: svn path=/head/; revision=4580
* Compress a bunch of manpages. Remove unnecessary @ directives fromSatoshi Asami1996-11-1826-123/+130
| | | | | | | | | | | 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
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-182-5/+5
| | | | Notes: svn path=/head/; revision=4571
* Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-3/+3
| | | | Notes: svn path=/head/; revision=4570
* Converted to MAN[1-9NL]David E. O'Brien1996-11-1731-177/+114
| | | | Notes: svn path=/head/; revision=4533
* Upgrade, 2.7.15 -> 2.7.16.Masafumi Max NAKANE1996-11-163-87/+87
| | | | Notes: svn path=/head/; revision=4522
* Modernize the Makefile.David E. O'Brien1996-11-151-3/+3
| | | | Notes: svn path=/head/; revision=4494
* The recent mass changes to the ports broke this one by erroneouslyJohn Polstra1996-11-141-2/+2
| | | | | | | changing a "cpio" to "${CP}". This commit undoes that change. Notes: svn path=/head/; revision=4461
* Correct my idea of what "FreeBSD after 2.2 needs". SuidPerl failed toMark Murray1996-11-137-7/+14
| | | | | | | compile. Notes: svn path=/head/; revision=4450
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-4/+2
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* Mark this port BROKEN, until Chuck can figure out the quirks.Satoshi Asami1996-11-131-1/+2
| | | | | | | Reviewed by: chuckr Notes: svn path=/head/; revision=4432
* Fixed mistake in tkConfig.sh, in definition of location of libtk,Chuck Robey1996-11-131-2/+2
| | | | | | | from -LNONE/lib to -L/usr/local/lib. Notes: svn path=/head/; revision=4429
* CATAGORIES+= -> CATAGORIES=David E. O'Brien1996-11-1252-191/+202
| | | | | | | | Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc. Notes: svn path=/head/; revision=4416
* lib/pkgIndex.tcl was listed three times.Satoshi Asami1996-11-091-2/+0
| | | | Notes: svn path=/head/; revision=4358
* Upgrade to version 3.0pl2.Thomas Gellekum1996-11-083-14/+7
| | | | | | | Submitted by: Mats Lofkvist <mal@algonet.se> (minor changes by tg) Notes: svn path=/head/; revision=4344
* Upgrade to version 9.1Thomas Gellekum1996-11-054-106/+17
| | | | Notes: svn path=/head/; revision=4300