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.
This commit is contained in:
parent
d7b13dd9b0
commit
baec34e3fa
5 changed files with 29 additions and 0 deletions
20
www/asp2php/Makefile
Normal file
20
www/asp2php/Makefile
Normal file
|
@ -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"
|
3
www/asp2php/files/md5
Normal file
3
www/asp2php/files/md5
Normal file
|
@ -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
|
1
www/asp2php/pkg/COMMENT
Normal file
1
www/asp2php/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
converts asp pages to php pages
|
2
www/asp2php/pkg/DESCR
Normal file
2
www/asp2php/pkg/DESCR
Normal file
|
@ -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.
|
3
www/asp2php/pkg/PLIST
Normal file
3
www/asp2php/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/17 14:13:43 agc Exp $
|
||||
bin/asp2php
|
||||
bin/unipiss
|
Loading…
Reference in a new issue