aboutsummaryrefslogtreecommitdiff
path: root/www/asp2php
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.76.26Erwin Lansing2007-04-102-5/+4
| | | | Notes: svn path=/head/; revision=189658
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=149585
* Update to 0.76.25Erwin Lansing2005-10-182-3/+3
| | | | Notes: svn path=/head/; revision=145744
* Update to 0.76.24Erwin Lansing2005-10-052-3/+3
| | | | Notes: svn path=/head/; revision=144288
* Update to 0.76.23Erwin Lansing2005-01-112-3/+3
| | | | | | | Submitted by: Anish Mistry <mistry.7@osu.edu> Notes: svn path=/head/; revision=126110
* - Update to 0.76.22Erwin Lansing2004-10-133-10/+7
| | | | | | | | | | - Use PLIST PR: 71885 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=119272
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Change to my FreeBSD.org addressErwin Lansing2003-06-121-1/+1
| | | | Notes: svn path=/head/; revision=82871
* maintainer-update www/asp2php to 0.76.17Edwin Groothuis2003-05-032-3/+4
| | | | | | | | | | udpate to 0.76.17 PR: ports/51213 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=80034
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Update to 0.76.13Hye-Shik Chang2002-09-022-3/+4
| | | | | | | | PR: 42321 Submitted by: maintainer Notes: svn path=/head/; revision=65511
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-011-3/+5
| | | | | | | | PR: 42289 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65420
* ${PERL} -> ${REINPLACE_CMD}Ying-Chieh Liao2002-06-211-1/+2
| | | | | | | | PR: 39587, 39589, 39590 Submitted by: maintainer Notes: svn path=/head/; revision=61684
* - Update to 0.76.10Patrick Li2002-06-102-3/+3
| | | | | | | | | | - Give maintainership to submitter PR: 39118 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=61071
* Update to 0.76.5Patrick Li2002-05-023-20/+7
| | | | | | | | PR: 37690 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=58473
* Update to 0.76.4aPatrick Li2002-03-313-3/+18
| | | | | | | | PR: 36586 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=57078
* upgrade to 0.76.3Ying-Chieh Liao2002-03-253-78/+13
| | | | | | | | PR: 36296 Submitted by: Ports Fury Notes: svn path=/head/; revision=56629
* Don't clobber the system strcasestr().Pete Fritchman2002-03-241-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56505
* update to 0.75.12.FUJISHIMA Satsuki2001-03-103-31/+37
| | | | | | | | PR: 25440 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Notes: svn path=/head/; revision=39459
* Update MASTER_SITES.Kevin Lo2000-12-261-1/+1
| | | | | | | | | | Note that David didn't fix it correctly. PR: 23852 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=36379
* Fix broken MASTER_SITES. While I'm here, take pity on asp2php's MakefileWill Andrews2000-12-212-15/+54
| | | | | | | | | | | | and infuse new blood into it using the magic of bsd.prog.mk. Also make a separate install-gtk target as David Chapman tried to do in his PR (which I committed recently). PR: 23721 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org> Notes: svn path=/head/; revision=36212
* Update to 0.75.11. Fix PLIST, use ${GTK_CONFIG} in Makefile, updateWill Andrews2000-12-214-68/+26
| | | | | | | | | | patch and optimize Makefile. PR: 23582 Submitted by: David W. Chapman, Jr. <dwcjr@inethouston.net> Notes: svn path=/head/; revision=36183
* Bump PORTREVISION (as I should have done with the previous commit) sinceSteve Price2000-10-291-0/+1
| | | | | | | these ports now build again. Notes: svn path=/head/; revision=34429
* Get this port to actually build and install gtkasp2php when HAVE_GTKSteve Price2000-10-291-2/+2
| | | | | | | is defined. Notes: svn path=/head/; revision=34424
* Implment WANT_GTK.Jeremy Lea2000-10-052-28/+11
| | | | Notes: svn path=/head/; revision=33426
* Add asp2php 0.75.1, a program that lets you convert ASP scripts to PHP. ItWill Andrews2000-06-296-0/+126
requires PHP 4.0. I've added (__PROPERLY DONE__) support to build the GTK frontend if users want it. =) Obtained from: NetBSD (plus an upgrade) Suggested by: kris Notes: svn path=/head/; revision=29997