summaryrefslogtreecommitdiff
path: root/www/hiawatha/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-10-25Update HOMEPAGE to working linkmaya1-2/+2
2014-11-24Pick icon from the subdirectory.joerg1-2/+2
2014-09-25Try to only chmod extracted files, recursively chmod'ing WRKDIR runsjperkin1-2/+2
into problems with e.g. TOOLS_DIR.
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-08-01Bump PKGREVISION for previous.dholland1-2/+2
2010-07-31Apply chmod to prevent installation of world-writable files. Should fixdholland1-1/+2
PR 38909.
2009-08-25Get rid of now unnecessary EXTRACT_OPTS_ZIP.wiz1-2/+1
2009-08-20Give up maintainership of packages where I am still listed as MAINTAINER.jwise1-2/+2
2009-07-15Actually enable user-destdir support.joerg1-1/+3
2009-07-07user-destdir supportjoerg1-14/+12
2009-05-13Fix install on platforms not using pax tar. Bump PKGREVISION.hasso1-2/+3
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-2/+3
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-2/+2
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-09-28Fixed pkglint warnings.rillig1-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-06-28Update to bl3. All test built with jdk or sun-jdk14.abs1-2/+2
jakarta-tomcat4 has other issues independant of this - will patch next
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-04Convert to the bsd.pkg.install.mk framework:jmmv1-23/+26
- Honour PKG_SYSCONFDIR. - Use CONF_FILES to install the default configuration file. - Use RCD_SCRIPTS to handle the startup script. Bump PKGREVISION to 1.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-12Redo pax line so it works (-s option needs to come before the -rw ones ↵jmc1-2/+2
apparently)
2003-04-16Option arguments need to be moved if you move the options around on thejmc1-2/+2
command line also (for the pax line).
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
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2002-12-31Mechanical conversion to use java-vm.mk.jlam1-1/+2
2002-07-29Set USE_JAVA=run on some packages that obviously don't need a JDK for thejlam1-2/+2
build. These packages set NO_BUILD and by inspection of the Makefiles, there isn't any invocation of java needed.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-04-15Initial import of hiawatha-0.1, a barebones HTTP server with XML/XSLTjwise1-0/+56
support. From pkg/DESCR: Hiawatha is a standalone webserver with build-in support for XML, XSL, XSLScript, HTTP, and CGI (GET and POST). Hiawatha is written in Java and it is Open Source ( and 100% free ).