NOTICE: This package has been removed from pkgsrc

./www/iasp, Instant ASP: Java implementation of Active Server Pages

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.1.1nb4, Package name: iasp-2.1.1nb4, Maintainer: pkgsrc-users

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.


Required to run:
[lang/sun-jre15]

Required to build:
[archivers/gtar-base] [lang/sun-jdk15]

Master sites:

SHA1: 13b0d27497eb0e3ed6610e1d3e8bd5b3b650cf7c
RMD160: f567997c25dc624f16448c129e7f252bef8f1d0f
Filesize: 10501.441 KB

Version history: (Expand)


CVS history: (Expand)


   2007-07-04 22:55:07 by Johnny C. Lam | Files touched by this commit (136)
Log message:
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
   2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257)
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to \ 
"pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
   2006-02-22 21:37:45 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix directory handling (for CHECK_FILES builds). Bump PKGREVISION.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2006-01-06 00:42:32 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use SUBST framework.
   2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597)
Log message:
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
   2005-08-19 20:12:40 by Johnny C. Lam | Files touched by this commit (49)
Log message:
Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.