summaryrefslogtreecommitdiff
path: root/www/jssi
AgeCommit message (Collapse)AuthorFilesLines
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-08-23Add pseudo-category 'java'.jschauma1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-12-31Mechanical conversion to use java-vm.mk.jlam1-2/+2
2002-10-10Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME isjlam1-2/+2
no longer defined by bsd.pkg.mk.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-05-20Add NetBSD tag.cjep1-0/+1
2002-04-03Fix pax usage.jwise1-3/+2
2002-01-14Fix hidden assumption that ${JAVA_HOME}/bin was in invoking users path.jwise3-3/+14
Should fix bulk build.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-3/+2
single instance of ${PAX}.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-10-22Build correctly even if user does not have CLASSPATH set.jwise1-2/+2
This should be in bsd.pkg.mk, and will move there soon.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-5/+3
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2000-06-22Rework installs using GTAR to DTRT better WRT file owners and permissionsjwise1-1/+2
2000-05-09Bring into line with the new java world order.jwise3-57/+53
2000-01-20Also build and install javadoc-generated API documentation.jwise2-4/+38
While here, fix typo which was causing un-substituted MESSAGE_FILE to be shown
2000-01-20Shorter COMMENT to fit within 80 characters in pkg_info output.jwise1-1/+1
2000-01-18nuke trailing period.jwise1-1/+1
2000-01-18Initial import of jssi-1.1.2. From pkg/DESCR:jwise6-0/+78
Apache JSSI parses JHTML files, executes the servlets as specified by the <SERVLET> tag and replaces those tags with the output of the executed servlet. The <SERVLET> tag can be seen as the server side equivalent of the <APPLET> tag. Note that SSI files for java servlets are called JHTML files in the apache context while SHTML files are usually for traditional SSI (like <!--#ECHO -->). This is a bit confusing since in the Java Web Server (SUN) context SHTML files are used for java servlet SSI files and JHTML is used for page compiled pages. Java Apache SSI does not support page compiling.