From baec34e3fa98cff5effb391f0db915a5ca9a2fcd Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 17 Jan 2000 14:13:42 +0000 Subject: Initial import of asp2php, a utility which can convert WWW Active Server Pages (ASP) files that run on the Microsoft IIS Web Server into PHP pages to run on Apache, into the NetBSD packages collection. --- www/asp2php/Makefile | 20 ++++++++++++++++++++ www/asp2php/files/md5 | 3 +++ www/asp2php/pkg/COMMENT | 1 + www/asp2php/pkg/DESCR | 2 ++ www/asp2php/pkg/PLIST | 3 +++ 5 files changed, 29 insertions(+) create mode 100644 www/asp2php/Makefile create mode 100644 www/asp2php/files/md5 create mode 100644 www/asp2php/pkg/COMMENT create mode 100644 www/asp2php/pkg/DESCR create mode 100644 www/asp2php/pkg/PLIST (limited to 'www/asp2php') diff --git a/www/asp2php/Makefile b/www/asp2php/Makefile new file mode 100644 index 00000000000..c35cffd1b25 --- /dev/null +++ b/www/asp2php/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/17 14:13:42 agc Exp $ + +DISTNAME= asp2php0.73.4 +PKGNAME= asp2php-0.73.4 +CATEGORIES= www +MASTER_SITES= http://home.i1.net/~naken/asp2php/ +EXTRACT_SUFX= .tgz + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://home.i1.net/~naken/asp2php/ + +WRKSRC= ${WRKDIR}/asp2php + +ALL_TARGET= default + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/asp2php ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unipiss ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/www/asp2php/files/md5 b/www/asp2php/files/md5 new file mode 100644 index 00000000000..1d00f38e382 --- /dev/null +++ b/www/asp2php/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/01/17 14:13:42 agc Exp $ + +MD5 (asp2php0.73.4.tgz) = b2e4fa501b91e4c9283eac86dd3fbb30 diff --git a/www/asp2php/pkg/COMMENT b/www/asp2php/pkg/COMMENT new file mode 100644 index 00000000000..1e045a71688 --- /dev/null +++ b/www/asp2php/pkg/COMMENT @@ -0,0 +1 @@ +converts asp pages to php pages diff --git a/www/asp2php/pkg/DESCR b/www/asp2php/pkg/DESCR new file mode 100644 index 00000000000..80ed01d2922 --- /dev/null +++ b/www/asp2php/pkg/DESCR @@ -0,0 +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. diff --git a/www/asp2php/pkg/PLIST b/www/asp2php/pkg/PLIST new file mode 100644 index 00000000000..13d0f955ae5 --- /dev/null +++ b/www/asp2php/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/17 14:13:43 agc Exp $ +bin/asp2php +bin/unipiss -- cgit v1.2.3