[Midnightbsd-cvs] mports [23252] trunk/net-im: add finch port
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Apr 29 17:40:00 EDT 2018
Revision: 23252
http://svnweb.midnightbsd.org/mports/?rev=23252
Author: laffer1
Date: 2018-04-29 17:39:59 -0400 (Sun, 29 Apr 2018)
Log Message:
-----------
add finch port
Modified Paths:
--------------
trunk/net-im/Makefile
Added Paths:
-----------
trunk/net-im/finch/
trunk/net-im/finch/Makefile
trunk/net-im/finch/pkg-descr
trunk/net-im/finch/pkg-plist
Modified: trunk/net-im/Makefile
===================================================================
--- trunk/net-im/Makefile 2018-04-29 21:37:48 UTC (rev 23251)
+++ trunk/net-im/Makefile 2018-04-29 21:39:59 UTC (rev 23252)
@@ -4,6 +4,7 @@
SUBDIR += farstream
SUBDIR += farsight2
+SUBDIR += finch
SUBDIR += folks
SUBDIR += jabberd
SUBDIR += libnice
Added: trunk/net-im/finch/Makefile
===================================================================
--- trunk/net-im/finch/Makefile (rev 0)
+++ trunk/net-im/finch/Makefile 2018-04-29 21:39:59 UTC (rev 23252)
@@ -0,0 +1,29 @@
+# $MidnightBSD$
+
+PORTNAME= finch
+PORTREVISION= 2
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Finch multi-protocol messaging client (Console UI)
+
+LIB_DEPENDS= libpurple.so:net-im/libpurple
+
+MASTERDIR= ${.CURDIR}/../libpurple
+BUILD_WRKSRC= ${WRKSRC}/finch
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+PIDGIN_SLAVE= yes
+WITH_CONSOLEUI= yes
+
+CPPFLAGS+= -DNCURSES_WIDECHAR -D_XOPEN_SOURCE_EXTENDED
+USE_LDCONFIG= yes
+CONFIGURE_ARGS= --disable-gtkui \
+ --disable-nm \
+ --with-dynamic_prpls=${PRPL_MODULES:S/,$//}
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/finch.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/net-im/finch/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/finch/pkg-descr
===================================================================
--- trunk/net-im/finch/pkg-descr (rev 0)
+++ trunk/net-im/finch/pkg-descr 2018-04-29 21:39:59 UTC (rev 23252)
@@ -0,0 +1,20 @@
+Finch is a multi-protocol instant messaging client. It is compatible with AIM
+(Oscar and TOC protocols), ICQ, IRC, Jabber, Gadu-Gadu, and Zephyr networks.
+
+Finch users can log in to multiple accounts on multiple IM networks
+simultaneously. This means that you can be chatting with friends on AOL
+Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an
+IRC channel all at the same time.
+
+Finch supports many features of the various networks, such as file transfer
+(coming soon), away messages, typing notification, and MSN window closing
+notification. It also goes beyond that and provides many unique features. A
+few popular features are Buddy Pounces, which give the ability to notify you,
+send a message, play a sound, or run a program when a specific buddy goes away,
+signs online, or returns from idle; and plugins, consisting of text
+replacement, a buddy ticker, extended message notification, iconify on away,
+and more.
+
+(Adapted from the About Finch page.)
+
+WWW: http://www.pidgin.im/
Property changes on: trunk/net-im/finch/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net-im/finch/pkg-plist
===================================================================
--- trunk/net-im/finch/pkg-plist (rev 0)
+++ trunk/net-im/finch/pkg-plist 2018-04-29 21:39:59 UTC (rev 23252)
@@ -0,0 +1,62 @@
+bin/finch
+include/finch/finch.h
+include/finch/gntaccount.h
+include/finch/gntblist.h
+include/finch/gntcertmgr.h
+include/finch/gntconn.h
+include/finch/gntconv.h
+include/finch/gntdebug.h
+include/finch/gntft.h
+include/finch/gntidle.h
+include/finch/gntlog.h
+include/finch/gntmedia.h
+include/finch/gntnotify.h
+include/finch/gntplugin.h
+include/finch/gntpounce.h
+include/finch/gntprefs.h
+include/finch/gntrequest.h
+include/finch/gntroomlist.h
+include/finch/gntsound.h
+include/finch/gntstatus.h
+include/finch/gntui.h
+include/gnt/gnt.h
+include/gnt/gntbindable.h
+include/gnt/gntbox.h
+include/gnt/gntbutton.h
+include/gnt/gntcheckbox.h
+include/gnt/gntclipboard.h
+include/gnt/gntcolors.h
+include/gnt/gntcombobox.h
+include/gnt/gntentry.h
+include/gnt/gntfilesel.h
+include/gnt/gntkeys.h
+include/gnt/gntlabel.h
+include/gnt/gntline.h
+include/gnt/gntmarshal.h
+include/gnt/gntmenu.h
+include/gnt/gntmenuitem.h
+include/gnt/gntmenuitemcheck.h
+include/gnt/gntprogressbar.h
+include/gnt/gntslider.h
+include/gnt/gntstyle.h
+include/gnt/gnttextview.h
+include/gnt/gnttree.h
+include/gnt/gntutils.h
+include/gnt/gntwidget.h
+include/gnt/gntwindow.h
+include/gnt/gntwm.h
+include/gnt/gntws.h
+lib/finch/gntclipboard.so
+lib/finch/gntgf.so
+lib/finch/gnthistory.so
+lib/finch/gntlastlog.so
+lib/finch/gnttinyurl.so
+lib/finch/grouping.so
+lib/gnt/irssi.so
+lib/gnt/s.so
+lib/libgnt.so
+lib/libgnt.so.0
+lib/libgnt.so.0.8.10
+libdata/pkgconfig/finch.pc
+libdata/pkgconfig/gnt.pc
+man/man1/finch.1.gz
Property changes on: trunk/net-im/finch/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list