aboutsummaryrefslogtreecommitdiffstats
path: root/whisperTopic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid boost include order issue on windows:jhuntley2015-03-051-0/+1
* Fix gas limit.Gav Wood2015-02-201-0/+2
* update for cr. update whisper test.subtly2015-02-091-8/+11
* update remaining whisper testssubtly2015-02-071-24/+24
* update whisper topic and forwarding tests for node-discoverysubtly2015-02-071-40/+47
* updates for code-reviewsubtly2015-02-071-11/+11
* fix whispertopic testsubtly2015-02-051-10/+10
* Merge branch 'develop' into p2psubtly2015-02-051-0/+4
|\
| * Don't count same messages twice.Gav Wood2015-02-021-0/+4
* | update whisper test for node-networksubtly2015-02-031-6/+11
* | Merge branch 'develop' into p2psubtly2015-02-021-4/+190
|\|
| * Whisper now 100% encrypted.Gav Wood2015-01-301-6/+6
| * Various fixes.Gav Wood2015-01-301-9/+9
| * Dev.Gav Wood2015-01-301-1/+1
| * LogFilter supports new, better, filter mechanism.Gav Wood2015-01-281-0/+184
| * Fix jsTo...Gav Wood2015-01-271-1/+1
* | add test-require to p2p/hostsubtly2015-01-261-1/+0
* | fix ping-timeoutssubtly2015-01-261-9/+13
* | updates and fixes for code reviewsubtly2015-01-261-15/+13
* | update whisper test. move ports out of private ranges and specify ip address.subtly2015-01-231-5/+6
* | Merging in new data structure for nodes from node-table. End result will be c...subtly2015-01-111-1/+1
* | Pass 2 integrating node table. Pruning and merging old node lifecycle logic w...subtly2015-01-071-1/+1
|/
* Beginnings of cleaning up the Executive/State code.Gav Wood2014-12-121-2/+3
* Fix tests.Gav Wood2014-12-121-2/+2
* Reduce verbosity.Gav Wood2014-12-121-1/+2
* Whisper test fix.Gav Wood2014-12-121-6/+10
* Make OOG on precompileds consistent.Gav Wood2014-11-111-0/+84
ich <erich@FreeBSD.org> 1996-11-15 21:28:09 +0800 upgrade to oct 2 version' href='/~lantw44/cgit/freebsd-ports-graphics/commit/graphics/xmorph/Makefile?id=b4f1357da5c40e9ac524f6b3caccbb5a4920648b'>b4f1357da5c
ea1b909282c

0d86e539d65

ea1b909282c
ad39541fafc
ea1b909282c
ea1b909282c

ea1b909282c

ad39541fafc







94a16512290


638447d19ea






ea1b909282c
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
53
54
55
56
57
58
59
60
61
62
63
                                              


                                                    
           

 
                      
                          
                 
                        

                                          
                                                 
 
                                 
                                               
 
                                             
 

                         
                   
                   
                                  
                          

                                                                        
                   
 
                        
                      
 

                          

                                               
                            
                             
                                   

                                          

      







                                     


                                       






                                                                         
                           
# New ports collection makefile for:    xmorph
# Date created:         Thu Aug  1 09:10:22 CDT 1996
# Whom:                 erich@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   xmorph
PORTVERSION=    2004.01.10
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=   ${PORTNAME}_${PORTVERSION:S/.//g}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A digital image warping program

WRKSRC=     ${WRKDIR}/${PORTNAME}-current

CONFLICTS=  libmorph*

USE_X_PREFIX=   yes
WANT_GNOME= yes
USE_GNOME=  gnometarget lthack
USE_INC_LIBTOOL_VER=    13
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
INSTALLS_SHLIB= yes

MAN1=       xmorph.1
INFO=       xmorph

.include <bsd.port.pre.mk>

# XXX Seems that gtkmorph.1 is always installed
MAN1+=      gtkmorph.1
.if ${HAVE_GNOME:Mgtk20}!=""
USE_GNOME+=     gtk20
CONFIGURE_ARGS+=    --with-gtk2
.else
CONFIGURE_ARGS+=    --without-gtkmorph
.endif

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.endif

post-extract:
    @${RM} -f ${WRKSRC}/doc/*.info*

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${EXAMPLESDIR}
    cd ${WRKSRC}/example && ${FIND} . | \
        ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
.endif

.include <bsd.port.post.mk>