summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Checksum was wrong.Satoshi Asami1996-03-101-2/+2
| | | | Notes: svn path=/head/; revision=2817
* 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
* Add tcl75.Satoshi Asami1996-03-071-1/+2
| | | | Notes: svn path=/head/; revision=2793
* Remove ${KEYWORDS}.Satoshi Asami1996-03-062-4/+2
| | | | Notes: svn path=/head/; revision=2780
* Add expect to SUBDIR, it builds and packages now!Satoshi Asami1996-02-071-2/+2
| | | | Notes: svn path=/head/; revision=2689
* The latest change (adding DEPENDS) made expect build and installSatoshi Asami1996-02-072-45/+10
| | | | | | | | | | | | | | | | tcl/tk even if they are properly found by LIB_DEPENDS. Make it only extract in that case. While I'm here, make expect and expectk link with shared tcl/tk libs. expectk used to be a 1/2 MB binary! (now it's 136KB) I'd also rather change `-g' to whatever CFLAGS defined in /etc/make.conf, but the author of expect has an explicit comment in the Makefile about him not trusting compilers' optimization. Well, if you say so. Notes: svn path=/head/; revision=2687
* Add tclX74 to subdirs.Jordan K. Hubbard1996-02-071-1/+2
| | | | Notes: svn path=/head/; revision=2684
* The version of expect on nist was upgraded to 5.19 without changingJordan K. Hubbard1996-02-072-3/+4
| | | | | | | the filename. Sigh! Notes: svn path=/head/; revision=2682
* Added pgcc.Satoshi Asami1996-01-311-1/+2
| | | | Notes: svn path=/head/; revision=2664
* Ah, missed the extra patches. Also revert PLIST to use share instead of libJordan K. Hubbard1996-01-1815-7125/+7125
| | | | | | | again. Notes: svn path=/head/; revision=2645
* share -> lib; thanks, Satoshi!Jordan K. Hubbard1996-01-1815-7125/+7125
| | | | Notes: svn path=/head/; revision=2643
* Update to Python 1.3Jordan K. Hubbard1996-01-1860-6795/+8220
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=2642
* File name changed on master site (".freebsd.gz" -> ".freebsd.tar.gz").Satoshi Asami1996-01-132-3/+3
| | | | | | | Submitted by: "Danny J. Zerkel" <dzerkel@feephi.phofarm.com> Notes: svn path=/head/; revision=2617
* - Try to grab from ftp.uni-bremen.de first; seems to be theThomas Gellekum1995-12-203-3/+10
| | | | | | | | | | | | master site for elk. - Add official patch #1. - Use dl*() for dynamic loading. This still has its quirks, but it's usable. Plus, invoking global ctors when loading C++ object files now works; it didn't with the old incremental loading. Notes: svn path=/head/; revision=2574
* Bring this port up-to-date. It had no package info and was based on an oldMark Murray1995-12-076-4/+532
| | | | | | | | tarball. PLEASE REFETCH THIS TARBALL - THE CONTENTS HAVE CHANGED, THE NAME HAS NOT! Notes: svn path=/head/; revision=2541
* Remove unnecessary include of <rpcsvc/ypclnt.h>Jordan K. Hubbard1995-11-252-0/+52
| | | | | | | Submitted by: Faried Nawaz <fn@pain.csrv.uidaho.edu> Notes: svn path=/head/; revision=2463
* Change category nome from "languages" to "lang". Also remove "programming"Satoshi Asami1995-11-2243-86/+86
| | | | | | | which appeared in some of them, everything here is a programming language! :) Notes: svn path=/head/; revision=2450
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-132-9/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Add missing %D.Satoshi Asami1995-11-131-5/+4
| | | | Notes: svn path=/head/; revision=2414
* Upgrade, 2.2->3.0.Satoshi Asami1995-11-094-14/+95
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2405
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Shorten the comments.Jordan K. Hubbard1995-10-2916-16/+16
| | | | Notes: svn path=/head/; revision=2376
* fixed COMMENTSEric L. Hernes1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=2371
* Shorten one-line comments.Satoshi Asami1995-10-251-1/+1
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2363
* Change guile-ii to guile-iii.Satoshi Asami1995-10-121-2/+2
| | | | Notes: svn path=/head/; revision=2323
* Duh, I left one empty line before the CVS: lines (like someone told meSatoshi Asami1995-10-111-4/+1
| | | | | | | | | | | | | before) and cvs still sent an empty log! :< Anyway, what I was trying to say in the commit messages of patch-[ab] was to run ldconfig right after installation of the shared libraries, so that they can be found by subsequent runs of shared binaries. Also, take ldconfig out of this Makefile's post-install rule. Notes: svn path=/head/; revision=2315
* Convert all makefiles to new formats.Satoshi Asami1995-10-031-29/+29
| | | | Notes: svn path=/head/; revision=2233
* added eiffelEric L. Hernes1995-10-037-1/+239
| | | | | | | Reviewed by: asami Notes: svn path=/head/; revision=2221
* (1) Fix comments on top, this is guile-iii, not guile-ii (Jordan.... :p)Satoshi Asami1995-09-141-4/+3
| | | | | | | | | | (2) Add $Id$ line (3) This is not interactive, unlike guile-ii, which overwrites the "regular" tcl/tk Notes: svn path=/head/; revision=2150
* Revision 3 of the GUILE language; this is actually the port ofJordan K. Hubbard1995-08-295-0/+138
| | | | | | | choice now. Notes: svn path=/head/; revision=2131
* Add pbasic.Satoshi Asami1995-08-241-1/+2
| | | | Notes: svn path=/head/; revision=2104
* Phil Cockroft's basic interpreter. Thanks, Julian!Satoshi Asami1995-08-246-0/+84
| | | | | | | Submitted by: jhs Notes: svn path=/head/; revision=2103
* Update the MD5 to version 3.3.Jordan K. Hubbard1995-08-191-1/+1
| | | | Notes: svn path=/head/; revision=2076
* Upgrade to version 3.3Jordan K. Hubbard1995-08-161-6/+3
| | | | Notes: svn path=/head/; revision=2066
* Added tcl74.Satoshi Asami1995-08-141-1/+2
| | | | Notes: svn path=/head/; revision=2058
* Add bwbasic, move BROKEN stuff down in alphabetical order.Satoshi Asami1995-08-091-4/+4
| | | | Notes: svn path=/head/; revision=2049
* Oops, category name is "languages", not "lang"....Satoshi Asami1995-08-091-2/+2
| | | | Notes: svn path=/head/; revision=2048
* The Bywater Basic interpreter. If you don't know what Basic is,Satoshi Asami1995-08-096-0/+103
| | | | | | | | | you are probably too young to use FreeBSD. :p Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au> Notes: svn path=/head/; revision=2047
* List all files in lib/python, plus one @exec/unexec mkdir/rmdir pairSatoshi Asami1995-08-0915-15/+6465
| | | | | | | for an empty directory. Notes: svn path=/head/; revision=2045
* A little cleanup, move things around to correct order, putSatoshi Asami1995-08-0915-45/+75
| | | | | | | | MAINTAINER=jkh@freebsd.org in a separate line so that people know who to yell at, etc. Notes: svn path=/head/; revision=2044
* Add python.Jordan K. Hubbard1995-08-081-1/+2
| | | | Notes: svn path=/head/; revision=2043
* The Python programming language.Jordan K. Hubbard1995-08-08105-0/+4875
| | | | Notes: svn path=/head/; revision=2042
* Install machine-independent scripts into /usr/local/share, etc.Satoshi Asami1995-07-294-17/+28
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2017
* Remove nTk, add pTkJean-Marc Zucconi1995-07-051-4/+22
| | | | | | | Convert the makefile to the new format Notes: svn path=/head/; revision=1925
* Upgrade to patchlevel 'm'Jean-Marc Zucconi1995-07-0421-168/+826
| | | | Notes: svn path=/head/; revision=1923
* Updated to version 2.1.7Joshua Peck Macdonald1995-06-262-2/+5
| | | | Notes: svn path=/head/; revision=1881
* Reviewed by:Joshua Peck Macdonald1995-06-261-2/+2
| | | | | | | | Submitted by: Obtained from: Notes: svn path=/head/; revision=1880
* AddSatoshi Asami1995-06-244-2/+10
| | | | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) Notes: svn path=/head/; revision=1871
* Move gnat to BROKEN list. It's really not broken at all, it justSatoshi Asami1995-06-211-2/+3
| | | | | | | | | requires an existing gnat installation, so leaving it in SUBDIR may cause people to trip over. Submitted by: jhs Notes: svn path=/head/; revision=1846