aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Adding a couple of libitcl and libitk symlinks.Chuck Robey1996-10-191-0/+4
| | | | | | | Pointed out by: Satoshi. Notes: svn path=/head/; revision=4040
* Cleaning up extracurricular linking done by this port overChuck Robey1996-10-181-2/+15
| | | | | | | | libtk and libtcl files. Suggested by: Satoshi. Notes: svn path=/head/; revision=4021
* Checksum changed for two files.Satoshi Asami1996-10-171-2/+2
| | | | Notes: svn path=/head/; revision=4016
* Removed msqlperl, pending re-import into databases/James FitzGibbon1996-10-171-2/+1
| | | | Notes: svn path=/head/; revision=4013
* trim the DESCR's to something reasonable at Satoshi's request.Eric L. Hernes1996-10-161-11/+1
| | | | Notes: svn path=/head/; revision=4011
* Remove LIB_DEPENDS on tcl75, it seems to compile and run fine usingSatoshi Asami1996-10-1415-45/+30
| | | | | | | the tcl library in /usr/lib. Notes: svn path=/head/; revision=3975
* Remove spurious ";"s.Satoshi Asami1996-10-111-7/+7
| | | | | | | | | While I'm here, rewrite the install commands to use the macros. Reviewed by (sort of): chuckr Notes: svn path=/head/; revision=3960
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"Satoshi Asami1996-10-1022-22/+22
| | | | | | | | | | | | | 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
* Forcefully ignore libgnumalloc.Satoshi Asami1996-10-101-1/+1
| | | | | | | Pointed to the right place by: jmacd Notes: svn path=/head/; revision=3946
* Fixed typo and activated msqlperl properly.Masafumi Max NAKANE1996-10-051-2/+2
| | | | | | | | | | | Closes PR ports/1728. (But I don't know how to actually change the state of PR. Could someone do this for me? Or tell me how?) Submitted by: shanee@rabbit.augusta.de Notes: svn path=/head/; revision=3918
* Import of MsqlPerl, an perl5 module for accessing mSQL databases.James FitzGibbon1996-09-301-1/+2
| | | | Notes: svn path=/head/; revision=3899
* In the post-extract target, chmod the gcc shell scripts to makeJohn Polstra1996-09-271-2/+3
| | | | | | | | | | | sure that they are executable. On at least one user's system, the copies taken from /usr/src/contrib did not have their execute bits set. Suggested by: max@wide.ad.jp Notes: svn path=/head/; revision=3890
* Update to new DEC SRC release 3.6.John Polstra1996-09-272-66/+138
| | | | | | | | | | | | | | | | | | Use new custom distfiles which are MUCH smaller than the ones from DEC. Use the gcc-2.7.2.1 sources on the system if they are found in /usr/src/contrib, to avoid having to fetch that distfile. Use an existing Modula-3 compiler to bootstrap the new one, if there happens to be one installed on the system. Again, this eliminates the need to fetch one of the distfiles. Update the built-in thread-safe malloc to the latest version of phkmalloc. Notes: svn path=/head/; revision=3883
* Update to new DEC SRC release 3.6.John Polstra1996-09-271-48/+106
| | | | | | | | | | | | | | | | | | Use new custom distfiles which are MUCH smaller than the ones from DEC. Use the gcc-2.7.2.1 sources on the system if they are found in /usr/src/contrib, to avoid having to fetch that distfile. Use an existing Modula-3 compiler to bootstrap the new one, if there happens to be one installed on the system. Again, this eliminates the need to fetch one of the distfiles. Update the built-in thread-safe malloc to the latest version of phkmalloc. Notes: svn path=/head/; revision=3882
* Some fixups:Mark Murray1996-09-2412-861/+873
| | | | | | | | | 1) Fix the PLIST 2) use ${INSTALL_MAN} 3) make this work with current's contrib/tcl Notes: svn path=/head/; revision=3862
* Import of REXX/imc.James FitzGibbon1996-09-231-1/+2
| | | | Notes: svn path=/head/; revision=3848
* Import of REXX/imc, a REXX interpreter for unix.James FitzGibbon1996-09-236-0/+192
| | | | | | | Reviewed by: matt@bdd.net Notes: svn path=/head/; revision=3847
* Unless I'm hollucinating, my last commit, which I specifiedJoshua Peck Macdonald1996-09-171-0/+146
| | | | | | | | | | -n to, really happened. That's kind of weird. Anyways, I forgot to add the patches directory and a new patch. Oh, I specified -n now too, hope this doesn't work. Notes: svn path=/head/; revision=3803
* cJoshua Peck Macdonald1996-09-173-100/+10
| | | | Notes: svn path=/head/; revision=3802
* Update md5.Chuck Robey1996-09-131-1/+1
| | | | Notes: svn path=/head/; revision=3762
* Helmet on?John Polstra1996-09-123-40/+40
| | | | | | | | | | | | | | | | | | | | | | | | Helmet on! Flameproof vest? Deployed, Sir! Heat resistant carbon-fiber cup? In place! All defensive systems armed and ready? Armed and ready, Sir! Fine, then. Let's get on with it. Reduce shared library version numbers! Uh, Sir, with all due respect ... DO YOU HEAR ME??? REDUCE SHARED LIBRARY VERSION NUMBERS!!! Reducing shared library version numbers! ... <*whirr click*> Done! All right, soldier, let's get the hell out of here... Soldier? ... Soldier?? Notes: svn path=/head/; revision=3758
* Describe how to change the set of components that gets built.John Polstra1996-09-101-1/+2
| | | | Notes: svn path=/head/; revision=3750
* Update the Modula-3 port with two main goals in mind.John Polstra1996-09-105-68/+819
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First, change the port so that it builds a much smaller subset of the SRC distribution. This eliminates the enormous swap space requirements of the earlier port, greatly reduces the footprint of the installed tree, and cuts the size of the package in half. Second, include many important new patches. Among them is a slightly modified version of phkmalloc that is thread-safe for Modula-3. It eradicates some rare and baffling core dumps that cropped up from time to time in the previous version of the port. The Modula-3 runtime itself is careful to use mutual exclusion around calls to malloc. But there remained some sneaky backdoor paths into it from external libraries. Confession: In the original version of the Modula-3 port, I used a major version number of 353 for the shared libraries, to correspond with the SRC version number 3.5.3. That was a dumb move -- I should have used 1. The current update is incompatible at the shared library level, requiring me to increment the major version number to 354, even though this is still based on SRC release 3.5.3. This is bound to confuse some folks, unfortunately. I weighed a number of alternatives, such as (a) cheating and going back to 1, and (b) using a 4-digit major version such as 3531. But in the end I decided that 354 would be the best solution, even though it's confusing. Notes: svn path=/head/; revision=3748
* Reorder Makefile variables.Chuck Robey1996-08-261-2/+2
| | | | Notes: svn path=/head/; revision=3704
* Make a more canonical PKGNAME from the DISTNAME.Chuck Robey1996-08-251-1/+2
| | | | Notes: svn path=/head/; revision=3702
* Fix the post-install target, .endif in the wrong place.Chuck Robey1996-08-241-2/+2
| | | | Notes: svn path=/head/; revision=3694
* Update itcl to 2.1. Large port, carries around it's own patchedChuck Robey1996-08-247-30/+608
| | | | | | | | copies of tcl7.5 amd tk4.1, as well as new widget collection. Reviewed by: (preliminary version) Satoshi Notes: svn path=/head/; revision=3689
* Make python install include files.Chuck Robey1996-08-1730-45/+900
| | | | | | | Reviewed by: jkh Notes: svn path=/head/; revision=3635
* Changed doc install directory.Chuck Robey1996-07-301-7/+7
| | | | Notes: svn path=/head/; revision=3453
* Take out version number, it is in PKGNAME.Satoshi Asami1996-07-291-1/+1
| | | | Notes: svn path=/head/; revision=3450