diff options
author | miwi <miwi@FreeBSD.org> | 2010-03-09 15:46:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-03-09 15:46:32 +0800 |
commit | 0a8d5b0c2c0d34f017380c3ec4b923ae0ead2b46 (patch) | |
tree | 773d10ebd1ca3b78e7f8703ba9d0a70a033e3225 /irc/weechat-devel | |
parent | acb1caf4a7f2f7c23542369f113cc4311a33ce18 (diff) | |
download | freebsd-ports-gnome-0a8d5b0c2c0d34f017380c3ec4b923ae0ead2b46.tar.gz freebsd-ports-gnome-0a8d5b0c2c0d34f017380c3ec4b923ae0ead2b46.tar.zst freebsd-ports-gnome-0a8d5b0c2c0d34f017380c3ec4b923ae0ead2b46.zip |
- Update to 20100212
- Connect to build
PR: 142383
Submitted by: Jase Thew <freebsd@beardz.net>
Diffstat (limited to 'irc/weechat-devel')
-rw-r--r-- | irc/weechat-devel/Makefile | 24 | ||||
-rw-r--r-- | irc/weechat-devel/distinfo | 6 | ||||
-rw-r--r-- | irc/weechat-devel/pkg-descr | 3 |
3 files changed, 23 insertions, 10 deletions
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile index 63525b44d7ce..14a584399ab2 100644 --- a/irc/weechat-devel/Makefile +++ b/irc/weechat-devel/Makefile @@ -1,18 +1,23 @@ -# New ports collection makefile for: weechat -# Date created: 2003-03-07 -# Whom: clement +# New ports collection makefile for: weechat-devel +# Date created: 2010-01-06 +# Whom: Jase Thew <freebsd@beardz.net> # # $FreeBSD$ # PORTNAME= weechat -PORTVERSION= 0.3.1.1 +PORTVERSION= 20100212 CATEGORIES= irc -MASTER_SITES= http://weechat.org/files/src/ +MASTER_SITES= http://perturb.me.uk/distfiles/ \ + http://freebsd.unixfreunde.de/sources/ +PKGNAMESUFFIX= -devel +DISTNAME= weechat-devel-8cea059feb1da63a4d0ad91ba8c2df6fa9c12c48 -MAINTAINER= miwi@FreeBSD.org +MAINTAINER= freebsd@beardz.net COMMENT= A lightweight and user friendly ncurse based IRC client +CONFLICTS= weechat-0.3* + USE_ICONV= yes USE_LDCONFIG= yes USE_CMAKE= yes @@ -26,12 +31,14 @@ OPTIONS= RUBY "Ruby scripting support." Off \ TCL "TCL scripting support." Off \ LUA "Lua scripting support." Off \ CHARSET "Charset support." On \ - DEBUG "Debugging." Off \ + DEBUG "Debugging." On \ ASPELL "Spell checking." Off \ GNUTLS "GNU TLS." Off \ NLS "NLS support." On \ DOCUMENTATION "Build documentation." Off +WRKSRC= ${WRKDIR}/${PORTNAME} + .include <bsd.port.options.mk> .if defined(WITH_DEBUG) @@ -120,6 +127,9 @@ PLIST_SUB+= DOCUMENTATION="@comment " MAN1= weechat-curses.1 +post-extract: + @${CP} ${WRKSRC}/doc/weechat-curses.1 ${WRKSRC}/ + post-patch: @${REINPLACE_CMD} -e 's|$${LIBDIR}/../pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|INSTALL|#INSTALL|' ${WRKSRC}/doc/CMakeLists.txt diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo index 60a1aca51fe0..ca30ecb24a9b 100644 --- a/irc/weechat-devel/distinfo +++ b/irc/weechat-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (weechat-0.3.1.1.tar.gz) = 9ceb962f5e57d46aa8a2d66bdc49d1bb -SHA256 (weechat-0.3.1.1.tar.gz) = 4ad8f7381710c0c2875b39346f3b1ace5c317e4a6c3ba82da70da52ad1a38c35 -SIZE (weechat-0.3.1.1.tar.gz) = 2263262 +MD5 (weechat-devel-8cea059feb1da63a4d0ad91ba8c2df6fa9c12c48.tar.gz) = 5a26cfb7b40828cdfce6cf48ec16ed90 +SHA256 (weechat-devel-8cea059feb1da63a4d0ad91ba8c2df6fa9c12c48.tar.gz) = bb38fdb255135c74e2fe873dc8b28742e2db2674ed646fa96da1eb4b5fa398b4 +SIZE (weechat-devel-8cea059feb1da63a4d0ad91ba8c2df6fa9c12c48.tar.gz) = 1303148 diff --git a/irc/weechat-devel/pkg-descr b/irc/weechat-devel/pkg-descr index fdfc8abd667b..152d494a880a 100644 --- a/irc/weechat-devel/pkg-descr +++ b/irc/weechat-devel/pkg-descr @@ -3,4 +3,7 @@ client. Everything can be done with a keyboard, and it is customizable and extensible with scripts. For the moment, only ncurse GUI is supported by this port. +Note: this is not the official release version, this is a git snapshot, which +may in some cases be unstable. + WWW: http://weechat.org |