pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove www/ap-iasp and www/iasp, which are no longer a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edc25fa49d6c
branches:  trunk
changeset: 530861:edc25fa49d6c
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Jul 12 16:23:34 2007 +0000

description:
Remove www/ap-iasp and www/iasp, which are no longer available or
distributed.

diffstat:

 doc/CHANGES-2007              |     4 +-
 www/ap-iasp/DESCR             |     2 -
 www/ap-iasp/MESSAGE           |    18 -
 www/ap-iasp/Makefile          |    30 -
 www/ap-iasp/PLIST             |     2 -
 www/ap-iasp/distinfo          |     5 -
 www/iasp/DESCR                |     6 -
 www/iasp/Makefile             |    71 --
 www/iasp/Makefile.common      |    16 -
 www/iasp/PLIST                |  1272 -----------------------------------------
 www/iasp/distinfo             |     5 -
 www/iasp/files/gen-scripts.sh |    89 --
 www/iasp/files/iasp.sh        |    36 -
 www/iasp/files/iasp_admin.sh  |    35 -
 www/iasp/files/mod_iasp.conf  |    12 -
 www/iasp/files/web.xml        |    26 -
 16 files changed, 3 insertions(+), 1626 deletions(-)

diffs (truncated from 1700 to 300 lines):

diff -r fddc02a58c2c -r edc25fa49d6c doc/CHANGES-2007
--- a/doc/CHANGES-2007  Thu Jul 12 15:35:43 2007 +0000
+++ b/doc/CHANGES-2007  Thu Jul 12 16:23:34 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1552 2007/07/12 15:12:25 joerg Exp $
+$NetBSD: CHANGES-2007,v 1.1553 2007/07/12 16:23:34 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2859,3 +2859,5 @@
        Updated x11/libX11 to 1.1.2 [joerg 2007-07-12]
        Updated x11/libXfont to 1.3.0 [joerg 2007-07-12]
        Updated x11/xrandr to 1.2.1 [joerg 2007-07-12]
+       Removed www/ap-iasp [jlam 2007-07-12]
+       Removed www/iasp [jlam 2007-07-12]
diff -r fddc02a58c2c -r edc25fa49d6c www/ap-iasp/DESCR
--- a/www/ap-iasp/DESCR Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-mod_iasp allows the Apache web server to interface with an iASP proxy server
-to provide Active Server Pages (ASP) support.
diff -r fddc02a58c2c -r edc25fa49d6c www/ap-iasp/MESSAGE
--- a/www/ap-iasp/MESSAGE       Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2003/01/01 07:04:28 jlam Exp $
-
-In order to use this module in your Apache installation, you need to
-add the following to your httpd.conf file:
-
-  LoadModule iasp_module lib/httpd/mod_iasp.so
-  AddModule mod_iasp.c
-
-  <IfModule mod_iasp.c>
-  Alias /iasp ${IASP_DESTDIR}
-  IaspConfig server ${IASP_DESTDIR}/properties/server.properties
-  IaspConfig rules ${IASP_DESTDIR}/properties/rules.properties
-  </IfModule>
-
- NOTE: ${IASP_DESTDIR} is the installed path of iASP.
-
-===========================================================================
diff -r fddc02a58c2c -r edc25fa49d6c www/ap-iasp/Makefile
--- a/www/ap-iasp/Makefile      Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2006/06/02 18:27:59 joerg Exp $
-
-.include "../../www/iasp/Makefile.common"
-
-PKGNAME=       ap13-iasp-${IASP_VERSION}
-COMMENT=       Apache connector for accessing a iASP proxy server
-
-CONFLICTS=     ap-iasp-[0-9]*
-
-DEPENDS+=      {iasp-${IASP_VERSION},iasp-${IASP_VERSION}nb*}:../../www/iasp
-
-IASP_SRCDIR=   ${IASP_DIR}/bin/apache/source/1.3
-
-WRKSRC=                ${WRKDIR}/${IASP_SRCDIR}
-APACHE_MODULE= # defined
-MESSAGE_SUBST+=        IASP_DESTDIR=${IASP_DESTDIR}
-
-USE_TOOLS+=    gtar
-
-post-extract:
-       cd ${WRKDIR}; ${GTAR} -xf ${IASP_TARFILE} ${IASP_SRCDIR}
-
-do-build:
-       cd ${WRKSRC} && ${APXS} -c -o mod_iasp.so *.c
-
-do-install:
-       cd ${WRKSRC} && ${APXS} -i mod_iasp.so
-
-.include "../../www/apache/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fddc02a58c2c -r edc25fa49d6c www/ap-iasp/PLIST
--- a/www/ap-iasp/PLIST Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/01 07:04:28 jlam Exp $
-lib/httpd/mod_iasp.so
diff -r fddc02a58c2c -r edc25fa49d6c www/ap-iasp/distinfo
--- a/www/ap-iasp/distinfo      Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 14:08:27 wiz Exp $
-
-SHA1 (iASP2.1.01.tar.gz) = 13b0d27497eb0e3ed6610e1d3e8bd5b3b650cf7c
-RMD160 (iASP2.1.01.tar.gz) = f567997c25dc624f16448c129e7f252bef8f1d0f
-Size (iASP2.1.01.tar.gz) = 10753476 bytes
diff -r fddc02a58c2c -r edc25fa49d6c www/iasp/DESCR
--- a/www/iasp/DESCR    Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-Instant ASP (iASP) is a portable Active Server framework that allows
-deploying Active Server Pages (ASP) on any Java technology-enabled web
-server.
-
-This package contains the developer's version of iASP, which may be
-fully licensed into the Enterprise iASP Edition.
diff -r fddc02a58c2c -r edc25fa49d6c www/iasp/Makefile
--- a/www/iasp/Makefile Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,71 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2007/07/04 20:55:05 jlam Exp $
-
-.include "../../www/iasp/Makefile.common"
-
-PKGNAME=       iasp-${IASP_VERSION}
-PKGREVISION=   4
-COMMENT=       Instant ASP: Java implementation of Active Server Pages
-
-USE_TOOLS+=    gtar
-
-SCRIPTS_ENV+=  CAT=${CAT:Q}
-SCRIPTS_ENV+=  CHMOD=${CHMOD:Q}
-SCRIPTS_ENV+=  ECHO=${ECHO:Q}
-SCRIPTS_ENV+=  SED=${SED:Q}
-SCRIPTS_ENV+=  SH=${SH:Q}
-SCRIPTS_ENV+=  IASP=${IASP_DESTDIR}
-FILES_SUBST+=  IASP=${IASP_DESTDIR:Q}
-PLIST_SUBST+=  IASP=${IASP_DESTDIR:S/^${PREFIX}\///:Q}
-
-IASP_USER?=    ${APACHE_USER}
-IASP_GROUP?=   ${APACHE_GROUP}
-FILES_SUBST+=  IASP_USER=${IASP_USER:Q}
-FILES_SUBST+=  IASP_GROUP=${IASP_GROUP:Q}
-
-PKG_USERS=     ${IASP_USER}:${IASP_GROUP}
-PKG_GROUPS=    ${IASP_GROUP}
-
-PKG_GROUPS_VARS+=      IASP_GROUP
-PKG_USERS_VARS+=       IASP_USER
-
-WRKSRC=                ${WRKDIR}/${IASP_DIR}
-REQD_DIRS=     ${IASP_DESTDIR}
-OWN_DIRS_PERMS=        ${IASP_DESTDIR}/logs ${IASP_USER} ${IASP_GROUP} 0750
-CONFDIR=       ${IASP_DESTDIR}/properties
-CFILES=                cdonts.properties       dbserver.properties
-CFILES+=       ejb.properties          loadbalance.properties
-CFILES+=       msmq.properties         rules.properties
-CFILES+=       security.properties     server.properties
-CFILES+=       servlets.properties
-CONF_FILES=    # empty
-.for FILE in ${CFILES}
-CONF_FILES+=   ${CONFDIR}/${FILE}.default ${CONFDIR}/${FILE}
-.endfor
-CONF_FILES+=   /dev/null ${IASP_DESTDIR}/properties/license
-RCD_SCRIPTS=   iasp iasp_admin
-
-SUBST_CLASSES+=                paths
-SUBST_FILES.paths=     mod_iasp.conf
-SUBST_SED.paths+=      -e 's,@IASP@,${IASP_DESTDIR},g'
-SUBST_STAGE.paths=     post-patch
-
-post-extract:
-       cd ${WRKDIR}; ${GTAR} -xf ${IASP_TARFILE}
-       cd ${WRKSRC}; ${RM} -rf bin logs
-       cd ${WRKSRC}; ${RM} -f properties/license
-       cd ${WRKSRC}; for file in properties/*.properties; do           \
-               ${MV} -f $$file $$file.default;                         \
-       done
-       ${CP} ${FILESDIR}/mod_iasp.conf ${WRKSRC}
-
-do-build:
-       @${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/gen-scripts.sh
-       ${MKDIR} ${WRKSRC}/WEB-INF
-       ${CP} ${FILESDIR}/web.xml ${WRKSRC}/WEB-INF
-
-do-install:
-       ${INSTALL_DATA_DIR} ${IASP_DESTDIR:H}
-       cd ${WRKDIR}; ${CP} -R ${IASP_DIR} ${IASP_DESTDIR:H}
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r fddc02a58c2c -r edc25fa49d6c www/iasp/Makefile.common
--- a/www/iasp/Makefile.common  Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile.common,v 1.5 2006/03/04 21:30:58 jlam Exp $
-#
-# This file is included by the following packages:
-#      www/ap-iasp, www/iasp
-
-DISTNAME=      iASP2.1.01
-CATEGORIES=    www java
-MASTER_SITES=  http://www.stryon.com/iasp/211/
-
-IASP_VERSION=  2.1.1
-IASP_TARFILE=  iasp21.tar
-IASP_DIR=      iasp21
-IASP_DESTDIR=  ${PREFIX}/java/${IASP_DIR}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.stryon.com/docs/
diff -r fddc02a58c2c -r edc25fa49d6c www/iasp/PLIST
--- a/www/iasp/PLIST    Thu Jul 12 15:35:43 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1272 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2005/05/03 16:00:39 wiz Exp $
-${IASP}/README_EN
-${IASP}/WEB-INF/web.xml
-${IASP}/admin/JSManager.jar
-${IASP}/admin/docs/features/admin.html
-${IASP}/admin/docs/features/application.html
-${IASP}/admin/docs/features/apptuner.html
-${IASP}/admin/docs/features/db.html
-${IASP}/admin/docs/features/image/admin.gif
-${IASP}/admin/docs/features/image/app.gif
-${IASP}/admin/docs/features/image/app1.gif
-${IASP}/admin/docs/features/image/app1a.gif
-${IASP}/admin/docs/features/image/app2.gif
-${IASP}/admin/docs/features/image/app3.gif
-${IASP}/admin/docs/features/image/app4.gif
-${IASP}/admin/docs/features/image/app5.gif
-${IASP}/admin/docs/features/image/app6.gif
-${IASP}/admin/docs/features/image/app7.gif
-${IASP}/admin/docs/features/image/appx.gif
-${IASP}/admin/docs/features/image/appx2.gif
-${IASP}/admin/docs/features/image/appx3.gif
-${IASP}/admin/docs/features/image/console.gif
-${IASP}/admin/docs/features/image/console1.gif
-${IASP}/admin/docs/features/image/console2.gif
-${IASP}/admin/docs/features/image/db.gif
-${IASP}/admin/docs/features/image/db1.gif
-${IASP}/admin/docs/features/image/db2.gif
-${IASP}/admin/docs/features/image/engine1.gif
-${IASP}/admin/docs/features/image/engine2.gif
-${IASP}/admin/docs/features/image/iasp-logo.gif
-${IASP}/admin/docs/features/image/license.gif
-${IASP}/admin/docs/features/image/license1.gif
-${IASP}/admin/docs/features/image/license2.gif
-${IASP}/admin/docs/features/image/loadb1.gif
-${IASP}/admin/docs/features/image/log.gif
-${IASP}/admin/docs/features/image/log1.gif
-${IASP}/admin/docs/features/image/log2.gif
-${IASP}/admin/docs/features/image/log3.gif
-${IASP}/admin/docs/features/image/log4.gif
-${IASP}/admin/docs/features/image/login.gif
-${IASP}/admin/docs/features/image/mac-rca1.gif
-${IASP}/admin/docs/features/image/mac-rca2.gif
-${IASP}/admin/docs/features/image/proxy.gif
-${IASP}/admin/docs/features/image/proxy01.gif
-${IASP}/admin/docs/features/image/proxy1.gif
-${IASP}/admin/docs/features/image/proxy2.gif
-${IASP}/admin/docs/features/image/proxy3.gif
-${IASP}/admin/docs/features/image/proxy4.gif
-${IASP}/admin/docs/features/image/proxy5.gif
-${IASP}/admin/docs/features/image/proxy6.gif
-${IASP}/admin/docs/features/image/security.gif
-${IASP}/admin/docs/features/image/security1.gif
-${IASP}/admin/docs/features/image/security2.gif
-${IASP}/admin/docs/features/image/security3.gif
-${IASP}/admin/docs/features/image/servlet.gif
-${IASP}/admin/docs/features/image/servlet1.gif
-${IASP}/admin/docs/features/image/servlet2.gif
-${IASP}/admin/docs/features/mac_rca.html
-${IASP}/admin/docs/features/remoteconsole.html
-${IASP}/admin/docs/features/security.html
-${IASP}/admin/docs/features/servlet.html
-${IASP}/admin/images/add_current.gif
-${IASP}/admin/images/add_notcurrent.gif
-${IASP}/admin/images/admin_current.gif
-${IASP}/admin/images/admin_notcurrent.gif
-${IASP}/admin/images/ado_current.gif
-${IASP}/admin/images/ado_notcurrent.gif
-${IASP}/admin/images/app.gif
-${IASP}/admin/images/app_current.gif
-${IASP}/admin/images/app_notcurrent.gif
-${IASP}/admin/images/apperr.gif
-${IASP}/admin/images/delete_current.gif
-${IASP}/admin/images/delete_notcurrent.gif
-${IASP}/admin/images/dir.gif
-${IASP}/admin/images/direrror.gif
-${IASP}/admin/images/file.gif
-${IASP}/admin/images/help_current.gif
-${IASP}/admin/images/help_notcurrent.gif
-${IASP}/admin/images/iasp-logo.gif
-${IASP}/admin/images/pro_current.gif
-${IASP}/admin/images/pro_notcurrent.gif
-${IASP}/admin/images/security_current.gif
-${IASP}/admin/images/security_notcurrent.gif
-${IASP}/admin/images/servlet_current.gif
-${IASP}/admin/images/servlet_notcurrent.gif
-${IASP}/admin/index.html
-${IASP}/connector.sh
-${IASP}/default.htm
-${IASP}/default.html
-${IASP}/docs/addons/asp2java/asp2java.htm
-${IASP}/docs/addons/components/iaspchart/iasp_chart.htm
-${IASP}/docs/addons/components/iaspchart/iasp_chartvb.htm
-${IASP}/docs/addons/components/iaspchart/iaspchart.asp
-${IASP}/docs/addons/components/iaspexec/hc_bird.gif
-${IASP}/docs/addons/components/iaspexec/iasp_exec.htm
-${IASP}/docs/addons/components/iaspexec/iasp_execjs.htm
-${IASP}/docs/addons/components/iaspexec/iasp_execvb.htm
-${IASP}/docs/addons/components/iaspexec/iaspexecjs.asp
-${IASP}/docs/addons/components/iaspexec/iaspexecvb.asp



Home | Main Index | Thread Index | Old Index