summaryrefslogtreecommitdiff
path: root/www/asp2php
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-07-11Convert to bl3, obey CFLAGS et al., rework install target.salo5-22/+49
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-10Update to 0.76.17, based on PR 20506 by Todd Vierling (which containedwiz3-13/+14
an update to 0.76.15). Some changes (from webpage, no ChangeLog included): Version 0.76.17 of asp2php is released. Fixed a problem with the _ char in "if" statements. Version 0.76.15 of asp2php is released. I fixed a problem with "foreach" and a bug with comments. Also added support for object oriented classes. If you have problems please let me know. Fixed a problem parsing functions that didn't have parenthesis around them. Added some Filesystem conversion code. Added an option to convert DOS path's with backslashes to Unix forward slashes (-fixwinpaths). Fixed a problem with preparsing include files.
2002-06-10Updated to asp2php-0.76.10shell4-24/+28
Changes : - Updated my email address - Updated master_sites - Regen patch - fmt on DESCR
2001-12-21Update asp2php to version 0.75.25.agc2-5/+5
- add support for CDONTS.NewMail mail object - add a php command to make variables global - bugfixed in session not working Provided in PR 15010 by Shell Hung (shell@shellhung.org)
2001-11-22Upgrade this package from version 0.73.4 to 0.75.24agc3-18/+10
Differences from previous version: Fixed a problem with ' and % inside quotes for version 0.75.21. Fixed a bug whereby line numbers were reported wrongly, introduced when the recursive directories feature was added to asp2php. Fixed the gettoken() function so it parses Response.Write"blah" correctly (not having a space between the Write and " confused it) Added support for the JMail object so asp2php will send mails now Added limited support for global.asa Added/Fixed the problem with parsing Functions and Subs And other miscellaneous bug fixes Provided in PR pkg/14568 by Shell Hung (shell@shellhung.org), modified slightly by me, to place the gtk functionality in a different package, to be committed soon.
2001-11-22Upgrade this package from version 0.73.4 to 0.75.24agc1-0/+27
Differences from previous version: Fixed a problem with ' and % inside quotes for version 0.75.21. Fixed a bug whereby line numbers were reported wrongly, introduced when the recursive directories feature was added to asp2php. Fixed the gettoken() function so it parses Response.Write"blah" correctly (not having a space between the Write and " confused it) Added support for the JMail object so asp2php will send mails now Added limited support for global.asa Added/Fixed the problem with parsing Functions and Subs And other miscellaneous bug fixes Provided in PR pkg/14568 by Shell Hung (shell@shellhung.org), modified slightly by me, to place the gtk functionality in a different package, to be committed soon.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-17Initial import of asp2php, a utility which can convert WWW Activeagc5-0/+29
Server Pages (ASP) files that run on the Microsoft IIS Web Server into PHP pages to run on Apache, into the NetBSD packages collection.