CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: christos Date: Wed Feb 1 12:32:55 UTC 2017 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: now we have evbuffer.h.3 and ebuffer.3 so handle it carefully. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/bsd/libevent/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/bsd/libevent/man/Makefile diff -u src/external/bsd/libevent/man/Makefile:1.7 src/external/bsd/libevent/man/Makefile:1.8 --- src/external/bsd/libevent/man/Makefile:1.7 Tue Jan 31 18:49:28 2017 +++ src/external/bsd/libevent/man/Makefile Wed Feb 1 07:32:54 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2017/01/31 23:49:28 christos Exp $ +# $NetBSD: Makefile,v 1.8 2017/02/01 12:32:54 christos Exp $ # Try to undo the doxygen lossage in the man pages. HSRCS1= \ -buffer.h.3 \ buffer_compat.h.3 \ dns.h.3 \ dns_compat.h.3 \ @@ -43,6 +42,10 @@ ev$i: $i -e 's/^deprecated/evdeprecated/g' < ${.ALLSRC} > ${.TARGET} .endfor +evbuffer.h.3: buffer.h.3 + cp ${.ALLSRC} ${.TARGET} +HMAN3=evbuffer.h.3 + MAN+= \ bufferevent.3 \ bufferevent.h.3 \ @@ -60,9 +63,9 @@ evutil_addrinfo.3 \ evutil_monotonic_timer.3 -MAN+= ${HMAN1} ${HMAN2} ${MAN1} +MAN+= ${HMAN1} ${HMAN2} ${HMAN3} ${MAN1} -CLEANFILES+=${HMAN1} ${HMAN2} ${MAN1} +CLEANFILES+=${HMAN1} ${HMAN2} ${HMAN3} ${MAN1} USETBL= yes
CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: joerg Date: Sun May 1 20:25:37 UTC 2016 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: Drop stray ^ from output. Found by Abhinav. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/libevent/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/bsd/libevent/man/Makefile diff -u src/external/bsd/libevent/man/Makefile:1.5 src/external/bsd/libevent/man/Makefile:1.6 --- src/external/bsd/libevent/man/Makefile:1.5 Sat Apr 19 08:03:21 2014 +++ src/external/bsd/libevent/man/Makefile Sun May 1 20:25:37 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/04/19 08:03:21 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2016/05/01 20:25:37 joerg Exp $ # Try to undo the doxygen lossage in the man pages. @@ -41,7 +41,7 @@ MAN1=${SRCS1:S/^/ev/g} .for i in ${SRCS1} ev$i: $i ${TOOL_SED} -e 's/"deprecated"/"evdeprecated"/g' \ - -e 's/^deprecated/^evdeprecated/g' < ${.ALLSRC} > ${.TARGET} + -e 's/^deprecated/evdeprecated/g' < ${.ALLSRC} > ${.TARGET} .endfor MAN+= \
CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: wiz Date: Sat Apr 19 08:03:21 UTC 2014 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: At least event(3) looks better when passed through tbl(1), so set USETBL. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/libevent/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/bsd/libevent/man/Makefile diff -u src/external/bsd/libevent/man/Makefile:1.4 src/external/bsd/libevent/man/Makefile:1.5 --- src/external/bsd/libevent/man/Makefile:1.4 Fri Apr 11 13:18:35 2014 +++ src/external/bsd/libevent/man/Makefile Sat Apr 19 08:03:21 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/04/11 13:18:35 christos Exp $ +# $NetBSD: Makefile,v 1.5 2014/04/19 08:03:21 wiz Exp $ # Try to undo the doxygen lossage in the man pages. @@ -59,4 +59,6 @@ MAN+= ${HMAN1} ${HMAN2} ${MAN1} CLEANFILES+=${HMAN1} ${HMAN2} ${MAN1} +USETBL= yes + .include
CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: christos Date: Fri Apr 11 13:18:35 UTC 2014 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: oops missed one instance of fixman To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/libevent/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/bsd/libevent/man/Makefile diff -u src/external/bsd/libevent/man/Makefile:1.3 src/external/bsd/libevent/man/Makefile:1.4 --- src/external/bsd/libevent/man/Makefile:1.3 Thu Apr 10 19:28:11 2014 +++ src/external/bsd/libevent/man/Makefile Fri Apr 11 09:18:35 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/04/10 23:28:11 christos Exp $ +# $NetBSD: Makefile,v 1.4 2014/04/11 13:18:35 christos Exp $ # Try to undo the doxygen lossage in the man pages. @@ -30,7 +30,7 @@ event_compat.h.3 .for i in ${HSRCS2} ${i:S/.h.3/.3/g}: $i - ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET} + ${HOST_SH} ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET} .endfor HMAN2=${HSRCS2:S/.h.3/.3/g}
CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: christos Date: Thu Apr 10 23:28:11 UTC 2014 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: PR/48722: David H. Gutteridge: use HOST_SH to execute fixman To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libevent/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/bsd/libevent/man/Makefile diff -u src/external/bsd/libevent/man/Makefile:1.2 src/external/bsd/libevent/man/Makefile:1.3 --- src/external/bsd/libevent/man/Makefile:1.2 Thu Apr 11 13:49:12 2013 +++ src/external/bsd/libevent/man/Makefile Thu Apr 10 19:28:11 2014 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2013/04/11 17:49:12 christos Exp $ +# $NetBSD: Makefile,v 1.3 2014/04/10 23:28:11 christos Exp $ # Try to undo the doxygen lossage in the man pages. @@ -20,7 +20,7 @@ HMAN1=${HSRCS1:S/^/ev/g:S/.h.3/.3/g} .for i in ${HSRCS1} ev${i:S/.h.3/.3/g}: $i - ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET} + ${HOST_SH} ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET} .endfor HSRCS2= \
CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: christos Date: Thu Apr 11 17:49:13 UTC 2013 Modified Files: src/external/bsd/libevent/man: Makefile Log Message: rename deprecated to evdeprecated. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libevent/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/bsd/libevent/man/Makefile diff -u src/external/bsd/libevent/man/Makefile:1.1 src/external/bsd/libevent/man/Makefile:1.2 --- src/external/bsd/libevent/man/Makefile:1.1 Thu Apr 11 12:06:47 2013 +++ src/external/bsd/libevent/man/Makefile Thu Apr 11 13:49:12 2013 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/04/11 16:06:47 christos Exp $ +# $NetBSD: Makefile,v 1.2 2013/04/11 17:49:12 christos Exp $ # Try to undo the doxygen lossage in the man pages. @@ -35,9 +35,17 @@ ${i:S/.h.3/.3/g}: $i HMAN2=${HSRCS2:S/.h.3/.3/g} +SRCS1=deprecated.3 +MAN1=${SRCS1:S/^/ev/g} + +.for i in ${SRCS1} +ev$i: $i + ${TOOL_SED} -e 's/"deprecated"/"evdeprecated"/g' \ + -e 's/^deprecated/^evdeprecated/g' < ${.ALLSRC} > ${.TARGET} +.endfor + MAN+= \ bufferevent.3 \ -deprecated.3 \ evbuffer_cb_info.3 \ evbuffer_iovec.3 \ evbuffer_ptr.3 \ @@ -47,8 +55,8 @@ evthread_condition_callbacks.3 \ evthread_lock_callbacks.3 \ evutil_addrinfo.3 -MAN+= ${HMAN1} ${HMAN2} +MAN+= ${HMAN1} ${HMAN2} ${MAN1} -CLEANFILES+=${HMAN1} ${HMAN2} +CLEANFILES+=${HMAN1} ${HMAN2} ${MAN1} .include
CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: christos Date: Thu Apr 11 16:06:48 UTC 2013 Added Files: src/external/bsd/libevent/man: Makefile fixman Log Message: Add build glue To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/libevent/man/Makefile \ src/external/bsd/libevent/man/fixman Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Added files: Index: src/external/bsd/libevent/man/Makefile diff -u /dev/null src/external/bsd/libevent/man/Makefile:1.1 --- /dev/null Thu Apr 11 12:06:48 2013 +++ src/external/bsd/libevent/man/Makefile Thu Apr 11 12:06:47 2013 @@ -0,0 +1,54 @@ +# $NetBSD: Makefile,v 1.1 2013/04/11 16:06:47 christos Exp $ + +# Try to undo the doxygen lossage in the man pages. + +HSRCS1= \ +buffer.h.3 \ +buffer_compat.h.3 \ +dns.h.3 \ +dns_compat.h.3 \ +http.h.3 \ +http_compat.h.3 \ +rpc.h.3 \ +rpc_compat.h.3 \ +tag.h.3 \ +tag_compat.h.3 \ +thread.h.3 \ +util.h.3 + +HMAN1=${HSRCS1:S/^/ev/g:S/.h.3/.3/g} + +.for i in ${HSRCS1} +ev${i:S/.h.3/.3/g}: $i + ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET} +.endfor + +HSRCS2= \ +bufferevent_ssl.h.3 \ +event.h.3 \ +event_compat.h.3 + +.for i in ${HSRCS2} +${i:S/.h.3/.3/g}: $i + ${.CURDIR}/fixman ${TOOL_SED} ${.ALLSRC} ${.TARGET} +.endfor + +HMAN2=${HSRCS2:S/.h.3/.3/g} + +MAN+= \ +bufferevent.3 \ +deprecated.3 \ +evbuffer_cb_info.3 \ +evbuffer_iovec.3 \ +evbuffer_ptr.3 \ +event_base.3 \ +event_config.3 \ +evthread_condition_callbacks.3 \ +evthread_lock_callbacks.3 \ +evutil_addrinfo.3 + +MAN+= ${HMAN1} ${HMAN2} + +CLEANFILES+=${HMAN1} ${HMAN2} + +.include Index: src/external/bsd/libevent/man/fixman diff -u /dev/null src/external/bsd/libevent/man/fixman:1.1 --- /dev/null Thu Apr 11 12:06:48 2013 +++ src/external/bsd/libevent/man/fixman Thu Apr 11 12:06:47 2013 @@ -0,0 +1,18 @@ +#!/bin/sh +SED="$1" +in="$2" +out="$3" +name="${in##*/}" + +case "${name}" in +ev*|bufferev*) ev=;; +*) ev=ev;; +esac + +${SED} \ + -e "s@event2/${name%.3}@${ev}${name%.h.3}@g" \ + -e '/^\.SH SYNOPSIS/,/^\.PP/ { + /^.PP/a\ +\\fC#include \\fP\ +.br +}' < "${in}" > "${out}"
CVS commit: src/external/bsd/libevent/man
Module Name:src Committed By: christos Date: Thu Apr 11 16:05:58 UTC 2013 Update of /cvsroot/src/external/bsd/libevent/man In directory ivanova.netbsd.org:/tmp/cvs-serv25203 Log Message: import doxygen generated pages for libevent. mandoc renders them butt-ugly. Status: Vendor Tag: LIBEVENT Release Tags: libevent-2-0-21-stable N src/external/bsd/libevent/man/buffer.h.3 N src/external/bsd/libevent/man/buffer_compat.h.3 N src/external/bsd/libevent/man/dns.h.3 N src/external/bsd/libevent/man/bufferevent_ssl.h.3 N src/external/bsd/libevent/man/dns_compat.h.3 N src/external/bsd/libevent/man/event.h.3 N src/external/bsd/libevent/man/rpc.h.3 N src/external/bsd/libevent/man/event_compat.h.3 N src/external/bsd/libevent/man/http.h.3 N src/external/bsd/libevent/man/http_compat.h.3 N src/external/bsd/libevent/man/rpc_compat.h.3 N src/external/bsd/libevent/man/tag.h.3 N src/external/bsd/libevent/man/tag_compat.h.3 N src/external/bsd/libevent/man/thread.h.3 N src/external/bsd/libevent/man/util.h.3 N src/external/bsd/libevent/man/deprecated.3 N src/external/bsd/libevent/man/bufferevent.3 N src/external/bsd/libevent/man/evbuffer_cb_info.3 N src/external/bsd/libevent/man/evbuffer_iovec.3 N src/external/bsd/libevent/man/evbuffer_ptr.3 N src/external/bsd/libevent/man/event_base.3 N src/external/bsd/libevent/man/event_config.3 N src/external/bsd/libevent/man/evthread_condition_callbacks.3 N src/external/bsd/libevent/man/evthread_lock_callbacks.3 N src/external/bsd/libevent/man/evutil_addrinfo.3 No conflicts created by this import