View | Details | Raw Unified | Return to bug 256637
Collapse All | Expand All

(-)b/www/Makefile (-1 lines)
Lines 48-54 Link Here
48
    SUBDIR += bareos19-webui
48
    SUBDIR += bareos19-webui
49
    SUBDIR += beehive
49
    SUBDIR += beehive
50
    SUBDIR += bkmrkconv
50
    SUBDIR += bkmrkconv
51
    SUBDIR += blastbeat
52
    SUBDIR += bluefish
51
    SUBDIR += bluefish
53
    SUBDIR += bolt
52
    SUBDIR += bolt
54
    SUBDIR += bozohttpd
53
    SUBDIR += bozohttpd
(-)a/www/blastbeat/Makefile (-51 lines)
Removed Link Here
1
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
2
3
PORTNAME=	blastbeat
4
PORTVERSION=	20121205
5
PORTREVISION=	3
6
CATEGORIES=	www
7
8
MAINTAINER=	ports@FreeBSD.org
9
COMMENT=	High-performance HTTP/HTTPS/SPDY proxy
10
11
LICENSE=	UNBIT
12
LICENSE_NAME=	UNBIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
LICENSE_PERMS=	auto-accept
15
16
LIB_DEPENDS=	libev.so:devel/libev \
17
		libuuid.so:misc/e2fsprogs-libuuid \
18
		libzmq.so:net/libzmq2
19
20
USES=		gmake ssl
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	zloidemon
23
GH_TAGNAME=	cdac9a9
24
PORTEXAMPLES=	*
25
26
CFLAGS+=	-I${LOCALBASE}/include
27
LIBS+=		-L${LOCALBASE}/lib -lm
28
29
PLIST_FILES=	bin/blastbeat \
30
		%%ETCDIR%%/blastbeat.ini.sample
31
32
OPTIONS_DEFINE=	EXAMPLES
33
34
.include <bsd.port.options.mk>
35
36
.if ${SSL_DEFAULT} == base
37
BROKEN_FreeBSD_12=	incomplete definition of type 'struct ssl_st'
38
BROKEN_FreeBSD_13=	incomplete definition of type 'struct ssl_st'
39
BROKEN_FreeBSD_14=	incomplete definition of type 'struct ssl_st'
40
.endif
41
42
do-install:
43
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
44
	${MKDIR} ${STAGEDIR}${ETCDIR} && \
45
		${INSTALL} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${ETCDIR}/${PORTNAME}.ini.sample
46
.if ${PORT_OPTIONS:MEXAMPLES}
47
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
48
	@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
49
.endif
50
51
.include <bsd.port.mk>
(-)a/www/blastbeat/distinfo (-2 lines)
Removed Link Here
1
SHA256 (zloidemon-blastbeat-20121205-cdac9a9_GH0.tar.gz) = 21c455631e5f57c222feefdbdb59d1bcdd40e18bbab4933136ae7aae3ad807fc
2
SIZE (zloidemon-blastbeat-20121205-cdac9a9_GH0.tar.gz) = 74148
(-)a/www/blastbeat/pkg-descr (-4 lines)
Removed Link Here
1
BlastBeat is an high-performance HTTP/HTTPS/SPDY proxy for new generation
2
web apps (websockets, socket.io, push, comet...).
3
4
WWW: https://github.com/unbit

Return to bug 256637