summaryrefslogtreecommitdiff
path: root/www/asp2php
diff options
context:
space:
mode:
authorshell <shell@pkgsrc.org>2002-06-10 02:05:04 +0000
committershell <shell@pkgsrc.org>2002-06-10 02:05:04 +0000
commit605a6388651e173e83a858948e2666af345da0da (patch)
treecd4c1295a86c0d90d73c5bd85a84b04fb7af063e /www/asp2php
parent22aca990cd7de53c662f42a3cd1a49e6273117b8 (diff)
downloadpkgsrc-605a6388651e173e83a858948e2666af345da0da.tar.gz
Updated to asp2php-0.76.10
Changes : - Updated my email address - Updated master_sites - Regen patch - fmt on DESCR
Diffstat (limited to 'www/asp2php')
-rw-r--r--www/asp2php/DESCR4
-rw-r--r--www/asp2php/Makefile10
-rw-r--r--www/asp2php/distinfo8
-rw-r--r--www/asp2php/patches/patch-aa30
4 files changed, 28 insertions, 24 deletions
diff --git a/www/asp2php/DESCR b/www/asp2php/DESCR
index 80ed01d2922..83f372896ed 100644
--- a/www/asp2php/DESCR
+++ b/www/asp2php/DESCR
@@ -1,2 +1,2 @@
-asp2php converts WWW Active Server Pages (ASP) files that run on the
-Microsoft IIS Web Server into PHP pages to run on Apache.
+asp2php converts WWW Active Server Pages (ASP) files that run on
+the Microsoft IIS Web Server into PHP pages to run on Apache.
diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile
index 31bdcb4ff69..a5070650e06 100644
--- a/www/asp2php/Makefile
+++ b/www/asp2php/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2001/12/21 10:48:15 agc Exp $
+# $NetBSD: Makefile,v 1.5 2002/06/10 02:05:04 shell Exp $
-DISTNAME= asp2php-0.75.25
+DISTNAME= asp2php-0.76.10
CATEGORIES= www
-MASTER_SITES= http://home.swbell.net/mikekohn/asp2php/
+MASTER_SITES= http://65.108.58.129/asp2php/
-MAINTAINER= shell@shellhung.org
+MAINTAINER= shell@netbsd.org
HOMEPAGE= http://asp2php.naken.cc/
COMMENT= converts asp pages to php pages
-WRKSRC= ${WRKDIR}/asp2php
-
.include "../../mk/bsd.pkg.mk"
diff --git a/www/asp2php/distinfo b/www/asp2php/distinfo
index 900f393f75d..c7f2928b02c 100644
--- a/www/asp2php/distinfo
+++ b/www/asp2php/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2001/12/21 10:48:15 agc Exp $
+$NetBSD: distinfo,v 1.5 2002/06/10 02:05:04 shell Exp $
-SHA1 (asp2php-0.75.25.tar.gz) = 1f05d9598c81383e43d53f61f1d73ca485bd7ed6
-Size (asp2php-0.75.25.tar.gz) = 41450 bytes
-SHA1 (patch-aa) = bbba1dd0baf796abf0a8f3ba3e5b90756ad24006
+SHA1 (asp2php-0.76.10.tar.gz) = f36dcadb7c171b6b0dc9ce1908da7a705279101b
+Size (asp2php-0.76.10.tar.gz) = 49983 bytes
+SHA1 (patch-aa) = 166a0e83d6c41b23b0254ec9fc19d2d78fd672df
diff --git a/www/asp2php/patches/patch-aa b/www/asp2php/patches/patch-aa
index 5d1e40d62e9..05813c252d7 100644
--- a/www/asp2php/patches/patch-aa
+++ b/www/asp2php/patches/patch-aa
@@ -1,27 +1,33 @@
-$NetBSD: patch-aa,v 1.1 2001/11/22 11:26:59 agc Exp $
+$NetBSD: patch-aa,v 1.2 2002/06/10 02:05:04 shell Exp $
---- Makefile.orig Mon Jul 9 02:54:24 2001
-+++ Makefile Mon Jul 9 02:55:51 2001
-@@ -1,5 +1,6 @@
+--- Makefile.orig Mon Jun 10 10:00:48 2002
++++ Makefile
+@@ -1,6 +1,7 @@
-CC=gcc
-+CC+= ${CFLAGS}
-+BINDIR= ${PREFIX}/bin
++CC+=${CFLAGS}
+ LD=ld
++BINDIR=${PREFIX}/bin
default:
- $(CC) -c conditionals.c -Wall
-@@ -44,10 +45,10 @@
- $(CC) -o unipiss unipiss.c html.o general.o -Wall
+ cd src && make
+@@ -16,14 +17,14 @@
+ @mv src/gtkasp2php .
install:
- @if [ -e asp2php ]; then install asp2php /usr/local/bin; fi;
-- @if [ -e unipiss ]; then install unipiss /usr/local/bin; fi;
- @if [ -e gtkasp2php ]; then install gtkasp2php /usr/local/bin; fi;
- @echo "Compiled programs have been installed in /usr/local/bin"
+ @if [ -e asp2php ]; then install asp2php ${BINDIR}; fi;
-+ @if [ -e unipiss ]; then install unipiss ${BINDIR}; fi;
+ @if [ -e gtkasp2php ]; then install gtkasp2php ${BINDIR}; fi;
+ @echo "Compiled programs have been installed in ${BINDIR}"
@echo ""
- all: default
+ uninstall:
+- @if [ -e /usr/local/bin/asp2php ]; then rm /usr/local/bin/asp2php; fi;
+- @if [ -e /usr/local/bin/gtkasp2php ]; then rm /usr/local/bin/gtkasp2php; fi;
++ @if [ -e ${BINDIR}/asp2php ]; then rm ${BINDIR}/asp2php; fi;
++ @if [ -e ${BINDIR}/gtkasp2php ]; then rm ${BINDIR}/gtkasp2php; fi;
+ @echo "asp2php has been uninstalled."
+ @echo ""
+