FreeBSD Bugzilla – Attachment 154513 Details for
Bug 198705
[new port] www/httpd: OpenBSD http daemon
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
httpd.shar
httpd.shar (text/plain), 2.28 KB, created by
Nikola Kolev
on 2015-03-19 13:45:36 UTC
(
hide
)
Description:
httpd.shar
Filename:
MIME Type:
Creator:
Nikola Kolev
Created:
2015-03-19 13:45:36 UTC
Size:
2.28 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># httpd ># httpd/Makefile ># httpd/pkg-descr ># httpd/distinfo ># httpd/files ># httpd/files/httpd.in ># >echo c - httpd >mkdir -p httpd > /dev/null 2>&1 >echo x - httpd/Makefile >sed 's/^X//' >httpd/Makefile << 'f7f951c907c3eba000eee8c712995b38' >X# $FreeBSD$ >X >XPORTNAME= httpd >XPORTVERSION= 5.6.20150209 >XCATEGORIES= www >XMASTER_SITES= GH >X >XMAINTAINER= koue@chaosophia.net >XCOMMENT= OpenBSD http server >X >XLICENSE= BSD3CLAUSE >X >XGH_ACCOUNT= koue >XGH_COMMIT= 4609b8c >X >XWRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/src/usr.sbin/${PORTNAME} >X >XCONFLICTS= apache2* >X >XUSE_GITHUB= yes >XUSE_OPENSSL= yes >XUSE_RC_SUBR= httpd >X >XWITH_OPENSSL_PORT=yes >XOPENSSL_PORT= security/libressl >X >XCFLAGS+= -Wall >X >XMAKE_ARGS+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man >X >XUSERS= www >XGROUPS= www >X >XPLIST_FILES= man/man5/httpd.conf.5.gz man/man8/httpd.8.gz sbin/httpd >X >X.include <bsd.port.mk> >f7f951c907c3eba000eee8c712995b38 >echo x - httpd/pkg-descr >sed 's/^X//' >httpd/pkg-descr << '72fd6a3c26d909c9ff5107fa2383aac5' >XThis is the FreeBSD port of the OpenBSD http server. >X >XWWW: https://github.com/koue/httpd >72fd6a3c26d909c9ff5107fa2383aac5 >echo x - httpd/distinfo >sed 's/^X//' >httpd/distinfo << 'a42585453d7025bd9cf74d2154a6a2de' >XSHA256 (httpd-5.6.20150209.tar.gz) = 2846fd6151335aefd0e07bc6fe08d1d1f04cc589ffd0e70a85fe1a4218768577 >XSIZE (httpd-5.6.20150209.tar.gz) = 119099 >a42585453d7025bd9cf74d2154a6a2de >echo c - httpd/files >mkdir -p httpd/files > /dev/null 2>&1 >echo x - httpd/files/httpd.in >sed 's/^X//' >httpd/files/httpd.in << '8747fff5d349bd778535354492091e65' >X#!/bin/sh >X# >X# $FreeBSD$ >X# >X# PROVIDE: httpd >X# REQUIRE: DAEMON >X# BEFORE: LOGIN >X# KEYWORD: shutdown >X >X# Add the following lines to /etc/rc.conf to enable httpd: >X# httpd_enable="YES" >X# httpd_flags="<set as needed>" >X >X. /etc/rc.subr >X >Xname=httpd >Xrcvar=httpd_enable >X >Xcommand="%%PREFIX%%/sbin/httpd" >X >Xhttpd_enable=${httpd_enable:-"NO"} >Xhttpd_flags=${httpd_flags:-"-c %%PREFIX%%/etc/httpd.conf"} >X >Xload_rc_config $name >Xrun_rc_command "$1" >8747fff5d349bd778535354492091e65 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 198705
:
154513
|
158542
|
163606