aboutsummaryrefslogtreecommitdiff
path: root/www/grail
Commit message (Collapse)AuthorAgeFilesLines
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* The distfile disappeared from the HTTP site. Use the FTP siteJacques Vidrine2000-12-071-3/+2
| | | | | | | instead. Notes: svn path=/head/; revision=35755
* Project moved to Sourceforge, so update MASTER_SITES and WWW accordingly. AlsoMaxim Sobolev2000-11-232-18/+18
| | | | | | | replace two-tab indentation with more common single-tab. Notes: svn path=/head/; revision=35384
* Change PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. WhileSatoshi Asami2000-09-251-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. :) Notes: svn path=/head/; revision=33100
* Use USE_PYTHON, PYTHON_LIBDIR to get the correct dependencies andJacques Vidrine2000-09-211-2/+2
| | | | | | | directories now that we have multiple python versions in the ports tree. Notes: svn path=/head/; revision=32912
* Oops, shot self in foot on last commit to PLIST. Make sureJacques Vidrine2000-06-221-2/+2
| | | | | | | it doesn't happen again. Notes: svn path=/head/; revision=29779
* Fix PLIST.Jacques Vidrine2000-06-151-0/+1
| | | | | | | Reported by: bento.freebsd.org Notes: svn path=/head/; revision=29617
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-3/+3
| | | | Notes: svn path=/head/; revision=27430
* Separate the Python Tk module from the main port. I've beenThomas Gellekum2000-04-041-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. Notes: svn path=/head/; revision=27320
* Update to use Tcl/Tk version 8.2.Steve Price1999-11-281-1/+1
| | | | | | | Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23474
* Checksum changed on master site.Jacques Vidrine1999-09-091-1/+1
| | | | | | | Noticed by: tg and asami's build logs Notes: svn path=/head/; revision=21511
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* chmod -> ${CHMOD}Michael Haro1999-08-221-3/+1
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de Notes: svn path=/head/; revision=19804
* Update 0.5 -> 0.6Jacques Vidrine1999-05-283-89/+130
| | | | Notes: svn path=/head/; revision=19039
* Yet more WWW: fun.Michael Haro1999-05-031-0/+1
| | | | Notes: svn path=/head/; revision=18419
* Install in ${PREFIX}/share instead of ${PREFIX}/lib.Jacques Vidrine1999-04-073-413/+467
| | | | | | | Fix the PLIST in the process. Notes: svn path=/head/; revision=17694
* URL typo.Wolfram Schneider1999-01-221-1/+1
| | | | Notes: svn path=/head/; revision=16264
* Update to grail-0.5.Jacques Vidrine1999-01-102-8/+8
| | | | Notes: svn path=/head/; revision=15981
* tk80 has been ELFized.Satoshi Asami1998-09-251-2/+2
| | | | Notes: svn path=/head/; revision=13387
* Fix up dependencies for ports that moved into the x11-toolkits category.Satoshi Asami1998-08-071-2/+2
| | | | Notes: svn path=/head/; revision=12335
* Oops! Add forgotten file.Jacques Vidrine1998-07-051-0/+2
| | | | Notes: svn path=/head/; revision=11741
* Port cleanup.Jacques Vidrine1998-07-042-18/+24
| | | | | | | | | | | - 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 Notes: svn path=/head/; revision=11732
* NO_CONFIGURE is a no-op. Also, remove the post-extract target, gettingSatoshi Asami1998-06-261-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. Notes: svn path=/head/; revision=11550
* PR: ports/6923Donald Burr1998-06-165-0/+471
Submitted by: Jacques Vidrine <n@nectar.com> New port www/grail, a free, fully customizable and extendable WWW browser written entirely in Python. Notes: svn path=/head/; revision=11455