summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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