summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for changed distfile on master site.James FitzGibbon1996-11-051-1/+1
| | | | | | | Submitted by: S-Pork (?) (sorry, forgot your e-mail) Notes: svn path=/head/; revision=4296
* Use ${COMPRESS_MAN} to compress man pages.Masafumi Max NAKANE1996-11-021-4/+2
| | | | Notes: svn path=/head/; revision=4265
* Update to version 1.4Jordan K. Hubbard1996-11-0277-8872/+7725
| | | | | | | Submitted-By: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=4263
* Install additional links to "m3build" with version numbers in theirJohn Polstra1996-11-012-2/+12
| | | | | | | | | | names, e.g., "m3build-4" and "m3build-4.0". This makes it possible for ports that depend on this one to require a specific version. Since the shared libraries have been moved into a separate port, their version numbers can no longer be used for that purpose. Notes: svn path=/head/; revision=4245
* Use phkmalloc instead of Perl's own malloc. Also clean up the FreeBSDMark Murray1996-11-0114-217/+301
| | | | | | | | hints file for future releases. This will be submitted to the Perl maintainers. Notes: svn path=/head/; revision=4241
* Enable modula-3-socks.John Polstra1996-11-011-1/+2
| | | | Notes: svn path=/head/; revision=4226
* This package implements SOCKS support for Modula-3 applications. ItJohn Polstra1996-11-0136-0/+1076
| | | | | | | | | | | | will be used to support SOCKS operation in the soon-to-be-released next version of CVSup. A tip of the hat to: Darryl Okahata, who developed the patches necessary to make the SOCKS library work with Modula-3's multithreaded I/O system. Notes: svn path=/head/; revision=4225
* Ooops, I forgot to update PLIST and md5.Masafumi Max NAKANE1996-10-312-83/+83
| | | | | | | | | Upgrade, 2.7.14-> 2.7.15. Noticed by: asami Notes: svn path=/head/; revision=4212
* Upgrade, 2.7.14 -> 2.7.15.Masafumi Max NAKANE1996-10-311-10/+4
| | | | Notes: svn path=/head/; revision=4207
* Update to expect-5.21Peter Wemm1996-10-305-454/+75
| | | | | | | This uses tk4.1 and the tcl7.5 in the source tree. Notes: svn path=/head/; revision=4197
* Split this port into two pieces, with most of the work now being done byJohn Polstra1996-10-295-229/+38
| | | | | | | | | | the new "modula-3-lib" port. The split allows one to save a lot of disk space by installing only the shared libraries needed for executing programs. The full "modula-3" port is needed only if you want to compile programs as well. Notes: svn path=/head/; revision=4190
* Add new port "modula-3-lib".John Polstra1996-10-291-1/+2
| | | | Notes: svn path=/head/; revision=4189
* Split the Modula-3 port into two pieces, creating a new portJohn Polstra1996-10-2940-0/+4615
| | | | | | | | | | | | | | | | | | | | "modula-3-lib". It installs only the shared libraries needed for executing Modula-3 programs. This saves a lot of disk space for people who need to run Modula-3 programs but don't need to build them. The original "modula-3" port now depends on this one, and uses it to install the compiler and the rest of the development system. Also, everything is now built with optimization. I have been testing this for at least a month, and haven't seen any problems from it. It makes the libraries and executables substantially smaller. This new port also includes some hooks that will make SOCKS support possible in the near future. Notes: svn path=/head/; revision=4188
* Removed NO_CDROM.Masafumi Max NAKANE1996-10-291-2/+1
| | | | | | | | | (The license agreement is similar to GPL and, thus, there should be no problem with redistributing the original archive as long as we put no restriction.) Notes: svn path=/head/; revision=4184
* Use ${MKDIR} macro to make directory.Masafumi Max NAKANE1996-10-271-3/+3
| | | | Notes: svn path=/head/; revision=4167
* Activated SWI-Prolog port.Masafumi Max NAKANE1996-10-251-1/+2
| | | | Notes: svn path=/head/; revision=4156
* Port of SWI-Prolog.Masafumi Max NAKANE1996-10-256-0/+155
| | | | | | | | Submitted by: Michael Butschky <butsch@computi.erols.com> Modified and Updated by: max Notes: svn path=/head/; revision=4155
* Deleted unnecessary @cwd directive.Masafumi Max NAKANE1996-10-191-2/+46
| | | | | | | | | Complete listing of the files. Added @dirrm directives to remove empty directories after pkg_delete. Notes: svn path=/head/; revision=4046
* Calls perl with its full path in case perl5 is there and /usr/local/bin isMasafumi Max NAKANE1996-10-191-16/+17
| | | | | | | | | | | | | ahead of /usr/bin in the PATH variable. Calls mkdir with its full path. Use macros to install files. Honor the setting of NOMANCOMPRESS. Notes: svn path=/head/; revision=4045