1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove asp2php:

It is unmaintained upstream for a while
It only works with very old version of asp and generate very old version of php
This commit is contained in:
Baptiste Daroussin 2015-09-13 13:58:14 +00:00
parent 9384117b22
commit 59c2d599c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396822
5 changed files with 1 additions and 50 deletions

1
MOVED
View File

@ -7866,3 +7866,4 @@ devel/cloudabi-libc++||2015-09-12|Moved to the CloudABI Ports Collection
devel/cloudabi-libc++abi||2015-09-12|Moved to the CloudABI Ports Collection
devel/cloudabi-libunwind||2015-09-12|Moved to the CloudABI Ports Collection
japanese/marumoji-fonts|japanese/font-marumoji|2015-09-13|Renamed
www/asp-php||2015-09-13|Unmaintained upstream, generate unsupported php

View File

@ -33,7 +33,6 @@
SUBDIR += aria2
SUBDIR += aria2fe
SUBDIR += arora
SUBDIR += asp2php
SUBDIR += asql
SUBDIR += asterisk-stat
SUBDIR += atutor

View File

@ -1,42 +0,0 @@
# Created by: Will Andrews <will@FreeBSD.org>
# $FreeBSD$
PORTNAME= asp2php
PORTVERSION= 0.76.26
CATEGORIES= www
MASTER_SITES= http://downloads.mikekohn.net/asp2php/
MAINTAINER= ports@FreeBSD.org
COMMENT= Program to convert ASP scripts to PHP
LICENSE= GPLv2
WANT_GNOME= yes
MAKE_ARGS= CC="${CC}" FLAGS="${CFLAGS}"
PLIST_FILES= bin/asp2php
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mgtk12}
USE_GNOME= gtk12
PKGNAMESUFFIX= -gtk
ALL_TARGET= default gui
PLIST_FILES+= bin/gtkasp2php
HAVE_GTK= yes
.else
ALL_TARGET= default
.endif
post-patch:
@${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -E \
's|cd (.+) && make|$$(MAKE) -C \1| ; \
s|`gtk-config|`\$$\{GTK_CONFIG\}|g'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/asp2php ${STAGEDIR}${PREFIX}/bin
.if defined(HAVE_GTK)
${INSTALL_PROGRAM} ${WRKSRC}/gtkasp2php ${STAGEDIR}${PREFIX}/bin
.endif
.include <bsd.port.post.mk>

View File

@ -1,2 +0,0 @@
SHA256 (asp2php-0.76.26.tar.gz) = ef78070f8262f4b3e42c123d55df7115c57c59ea7a8806305a02e43cf859181d
SIZE (asp2php-0.76.26.tar.gz) = 58546

View File

@ -1,5 +0,0 @@
asp2php will take web pages written for Microsoft's ASP and convert them to
PHP. asp2php works mostly on VBScript, but some JScript support has been
added.
WWW: http://asp2php.naken.cc/