Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. While | Satoshi Asami | 2000-09-25 | 1 | -5/+2 |
| | | | | | | | | I'm here, define DISTFILES instead of all three of DISTNAME, EXTRACT_SUFX and wrksrc. (Actually I was here to fix the latter when I stumbled upon the former, but who's counting. :) | ||||
* | Use USE_PYTHON, PYTHON_LIBDIR to get the correct dependencies and | Jacques Vidrine | 2000-09-21 | 1 | -2/+2 |
| | | | | directories now that we have multiple python versions in the ports tree. | ||||
* | Oops, shot self in foot on last commit to PLIST. Make sure | Jacques Vidrine | 2000-06-22 | 1 | -2/+2 |
| | | | | it doesn't happen again. | ||||
* | Update with the new PORTNAME/PORTVERSION variables | Chris Piazza | 2000-04-10 | 1 | -3/+3 |
| | |||||
* | Separate the Python Tk module from the main port. I've been | Thomas Gellekum | 2000-04-04 | 1 | -2/+1 |
| | | | | | | | wanting do to this for a long time now. Now we got rid of the stupid dependency on Tcl/Tk and save some checks in python's makefile. Update the dependent ports accordingly. | ||||
* | Update to use Tcl/Tk version 8.2. | Steve Price | 1999-11-28 | 1 | -1/+1 |
| | | | | Submitted by: Ade Lovett <ade@lovett.com> | ||||
* | FreeBSD.ORG -> FreeBSD.org | Michael Haro | 1999-08-31 | 1 | -1/+1 |
| | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru | ||||
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | chmod -> ${CHMOD} | Michael Haro | 1999-08-22 | 1 | -3/+1 |
| | | | | chown -> ${CHOWN} | ||||
* | Update 0.5 -> 0.6 | Jacques Vidrine | 1999-05-28 | 1 | -15/+23 |
| | |||||
* | Install in ${PREFIX}/share instead of ${PREFIX}/lib. | Jacques Vidrine | 1999-04-07 | 1 | -17/+19 |
| | | | | Fix the PLIST in the process. | ||||
* | Update to grail-0.5. | Jacques Vidrine | 1999-01-10 | 1 | -7/+7 |
| | |||||
* | tk80 has been ELFized. | Satoshi Asami | 1998-09-25 | 1 | -2/+2 |
| | |||||
* | Fix up dependencies for ports that moved into the x11-toolkits category. | Satoshi Asami | 1998-08-07 | 1 | -2/+2 |
| | |||||
* | Port cleanup. | Jacques Vidrine | 1998-07-04 | 1 | -18/+13 |
| | | | | | | | | - Correct location of sendmail in MailDialog.py. (sorry, forgot who pointed this out) - suggested by asami: use DISTNAME and DISTFILES to control WRKSRC; combine do-install and post-install; use --exclude in tar command to avoid installing unneeded files | ||||
* | NO_CONFIGURE is a no-op. Also, remove the post-extract target, getting | Satoshi Asami | 1998-06-26 | 1 | -6/+1 |
| | | | | | rid of extra files is nice but I don't think .cvsignore has any significant meaning nor size impact in a build-once source tree. | ||||
* | PR: ports/6923 | Donald Burr | 1998-06-16 | 1 | -0/+53 |
Submitted by: Jacques Vidrine <n@nectar.com> New port www/grail, a free, fully customizable and extendable WWW browser written entirely in Python. |