aboutsummaryrefslogtreecommitdiffstats
path: root/art/mail-replied.xpm
blob: 9b398da7e0393dbf6eacb1901d2c6a6779aa5f8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/* XPM */
static char * mail_replied_xpm[] = {
"16 16 33 1",
"   c None",
".  c #010101",
"+  c #2F2F2F",
"@  c #A7A4A0",
"#  c #FCFCFC",
"$  c #64625F",
"%  c #95938E",
"&  c #FBFBFB",
"*  c #F9F8F6",
"=  c #FBFAFA",
"-  c #F6F5F1",
";  c #7D7B78",
">  c #EAE8E3",
",  c #969491",
"'  c #000000",
")  c #928F8B",
"!  c #FFFFFF",
"~  c #F7F6F4",
"{  c #B5B2AC",
"]  c #003366",
"^  c #EFEFEF",
"/  c #CCCCCC",
"(  c #AEABA6",
"_  c #B0ADA7",
":  c #F5F3F0",
"<  c #83817E",
"[  c #E1DFDA",
"}  c #E2DFD9",
"|  c #002C59",
"1  c #002850",
"2  c #00254A",
"3  c #181818",
"4  c #090909",
"                ",
"                ",
"                ",
"                ",
"  .+.........   ",
" .@#########$.  ",
" .#%&*#*=*-;>.  ",
" .#*,=''''''''' ",
" .#**)'!!!!!!!' ",
" .#*~{'!]]]]^/' ",
" .#~(*'!]]]^^/' ",
" .#_*:'!]]]]^/' ",
" .<[}}'!]^]]|/' ",
"  ....'!^^^12/' ",
"      '!//////3 ",
"      ''4'''''' "};
='lines'>




                                   
                 



















                                                                                                            

                                         















                                                                                      
                                                                








                                                      
                                           

                                                       
                                                       







                                                       
# Created by: sten@blinkenlights.nl
# $FreeBSD$

PORTNAME=   recursor
DISTVERSION=    4.0.8
PORTREVISION=   4
CATEGORIES= dns ipv6
MASTER_SITES=   http://downloads.powerdns.com/releases/
PKGNAMEPREFIX=  powerdns-
PKGNAMESUFFIX=  40
DISTNAME=   pdns-${PORTNAME}-${DISTVERSION}

MAINTAINER= tremere@cainites.net
COMMENT=    Advanced DNS recursor

LICENSE=    GPLv2

BROKEN_armv6=       fails to compile: use of overloaded operator << is ambiguous
BROKEN_armv7=       fails to compile: use of overloaded operator << is ambiguous
BROKEN_sparc64=     fails to compile: json11.cpp: undefined reference to std::__throw_out_of_range_fmt
BROKEN_powerpc64=   fails to compile: dnslabeltext.cc: undefined reference to std::__cxx11::basic_string

BUILD_DEPENDS=  ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs
LIB_DEPENDS=    libboost_context.so:devel/boost-libs \
        libprotobuf.so:devel/protobuf

CONFLICTS_INSTALL=  powerdns-recursor

USES=       compiler:c++11-lib cpe gmake localbase:ldflags pkgconfig ssl tar:bzip2
GNU_CONFIGURE=  YES
CXXFLAGS+=  -D_GLIBCXX_USE_C99
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/pdns \
        --with-protobuf

CPE_VENDOR= powerdns

USE_RC_SUBR=    pdns-recursor

OPTIONS_DEFINE= OPTALGO SETUID
OPTIONS_DEFAULT=    LUA SETUID
OPTIONS_RADIO=  LUA_RG
OPTIONS_RADIO_LUA_RG=   LUA LUAJIT
LUAJIT_DESC=        Enable LuaJIT
LUA_RG_DESC=        Lua Engine
OPTALGO_DESC=       Enable optional algorithms (12, 15 & 16)
SETUID_DESC=        Run as pdns_recursor user

LUA_CONFIGURE_WITH= lua
LUA_USES=       lua

LUAJIT_CONFIGURE_WITH=  luajit
LUAJIT_LIB_DEPENDS= libluajit-5.1.so.2:lang/luajit

OPTALGO_CONFIGURE_ON=   --enable-botan \
            --enable-libdecaf \
            --enable-libsodium
OPTALGO_LIB_DEPENDS=    libbotan-2.so:security/botan2 \
            libdecaf.so:security/libdecaf \
            libsodium.so:security/libsodium

SETUID_VARS=    USERS=pdns_recursor GROUPS=pdns
SETUID_EXTRA_PATCHES=   ${PATCHDIR}/extrapatch-setuid

SUB_FILES=  pkg-message

.include <bsd.port.mk>