summaryrefslogtreecommitdiff
path: root/www/mini_httpd/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-04-06"Each sed command should appear in an assignment of its own."rodent1-2/+3
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-07-07user-destdir supportjoerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-09-09* Fix linkage so that mhtpasswd isn't linked against the OpenSSL libraries.jlam1-22/+12
* None of the source files seems to reference any function in libutil, so remove it from the libraries linked into mini_httpd and mhtpasswd. * Make this work on Solaris by linking mini_httpd with the usual "-lnsl -lsocket" dance. Bump PKGREVISION to 4 due to changed library linkage in the installed binaries.
2007-09-08Convert to use the features framework.jlam1-5/+5
2007-09-06Convert all libnbcompat/buildlink3.mk references to inplace.mk.jlam1-4/+3
2007-01-18Add patch: do not fail on ECONNABORTED.reed1-2/+2
Reported to mini_httpd developers. Patch is found various places on internet.
2006-10-01added support for IRIX 5schwarz1-1/+6
2005-12-27Use PKGMANDIR.reed1-4/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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-09-07I will maintain these packages. Bruce isn't working on NetBSD now.reed1-2/+2
Thank you, Bruce, for previously maintaining these.
2005-07-08The distfile on the mastersite has changed (the only change is updatekristerw1-1/+3
of the author's mail address in comments and README file).
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-01-19Don't use libutil on IRIX, where it's not needed and doesn't exist,jschauma1-2/+9
as suggested by Georg Schwarz in PR pkg/27203.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-19Convert to buildlink3.snj1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-1/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-03Initial import of mini_httpd-1.19. This was packaged byreed1-0/+28
Bruce J.A. Nourish for pkgsrc-wip. mini_httpd is a small HTTP server. Its performance is not great, but for low or medium traffic sites it's quite adequate. It implements all the basic features of an HTTP server, including: * GET, HEAD, and POST methods. * CGI. * Basic authentication. * Security against ".." filename snooping. * The common MIME types. * Trailing-slash redirection. * index.html, index.htm, index.cgi * Directory listings. * Multihoming / virtual hosting. * Standard logging. * Custom error pages. It can also be configured to do SSL/HTTPS and IPv6.