FreeBSD Bugzilla – Attachment 163606 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 5.7.20150508
httpd.shar (text/plain), 2.54 KB, created by
Nikola Kolev
on 2015-11-28 10:14:37 UTC
(
hide
)
Description:
httpd 5.7.20150508
Filename:
MIME Type:
Creator:
Nikola Kolev
Created:
2015-11-28 10:14:37 UTC
Size:
2.54 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/distinfo ># httpd/files ># httpd/files/obhttpd.in ># httpd/pkg-descr ># >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.7.20150508 >XCATEGORIES= www >X >XMAINTAINER= koue@chaosophia.net >XCOMMENT= OpenBSD http server >X >XLICENSE= BSD3CLAUSE >X >XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src/usr.sbin/${PORTNAME} >X >XUSE_GITHUB= yes >XGH_ACCOUNT= koue >X >XUSE_OPENSSL= yes >XUSE_RC_SUBR= obhttpd >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= sbin/obhttpd \ >X man/man5/httpd.conf.5.gz \ >X man/man8/obhttpd.8.gz >X >Xpost-patch: >X ${REINPLACE_CMD} -e "s|httpd$$|obhttpd|g" ${WRKSRC}/Makefile >X ${REINPLACE_CMD} -e 's|httpd.8|obhttpd.8|g' ${WRKSRC}/Makefile >X ${MV} ${WRKSRC}/httpd.8 ${WRKSRC}/obhttpd.8 >X ${REINPLACE_CMD} -e 's|/etc/httpd.conf|${PREFIX}/etc/obhttpd.conf|g' \ >X ${WRKSRC}/httpd.h >X >X.include <bsd.port.mk> >f7f951c907c3eba000eee8c712995b38 >echo x - httpd/distinfo >sed 's/^X//' >httpd/distinfo << 'a42585453d7025bd9cf74d2154a6a2de' >XSHA256 (koue-httpd-5.7.20150508_GH0.tar.gz) = 559aa2092a03f63735dfd36e5e930173e4486d14ec2d4ab74f6c014a791b78a8 >XSIZE (koue-httpd-5.7.20150508_GH0.tar.gz) = 125247 >a42585453d7025bd9cf74d2154a6a2de >echo c - httpd/files >mkdir -p httpd/files > /dev/null 2>&1 >echo x - httpd/files/obhttpd.in >sed 's/^X//' >httpd/files/obhttpd.in << '55c5a057259473a233596940a048c3ea' >X#!/bin/sh >X# >X# $FreeBSD$ >X# >X# PROVIDE: obhttpd >X# REQUIRE: DAEMON >X# BEFORE: LOGIN >X# KEYWORD: shutdown >X >X# Add the following lines to /etc/rc.conf to enable obhttpd: >X# obhttpd_enable="YES" >X# obhttpd_flags="<set as needed>" >X >X. /etc/rc.subr >X >Xname=obhttpd >Xrcvar=obhttpd_enable >X >Xcommand="%%PREFIX%%/sbin/obhttpd" >X >Xobhttpd_enable=${obhttpd_enable:-"NO"} >Xobhttpd_flags=${obhttpd_flags:-"-f %%PREFIX%%/etc/obhttpd.conf"} >X >Xload_rc_config $name >Xrun_rc_command "$1" >55c5a057259473a233596940a048c3ea >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 >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