mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add flink, a mail checker applet for GNOME 1.
PR: 42104 Submitted by: Juan Salaverria <rael@vectorstar.net>
This commit is contained in:
parent
7102d6381c
commit
5a1aa653d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65150
@ -56,6 +56,7 @@
|
||||
SUBDIR += ezmlm-web
|
||||
SUBDIR += faces
|
||||
SUBDIR += fetchmail
|
||||
SUBDIR += flink
|
||||
SUBDIR += ftrack
|
||||
SUBDIR += gbiff
|
||||
SUBDIR += gbuffy
|
||||
|
37
mail/flink/Makefile
Normal file
37
mail/flink/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: flink
|
||||
# Date created: 27 Aug 2002
|
||||
# Whom: Juan Salaverria <rael@vectorstar.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= flink
|
||||
PORTVERSION= 0.3.2
|
||||
CATEGORIES= mail gnome
|
||||
MASTER_SITES= http://flink.leyman.nu/
|
||||
|
||||
MAINTAINER= rael@vectorstar.net
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomehack libpanel
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= flink.1
|
||||
|
||||
DOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/flink/distinfo
Normal file
1
mail/flink/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (flink-0.3.2.tar.gz) = 735a4a1565c62c750a63ad2eb30ef533
|
12
mail/flink/files/patch-src_imaplib.c
Normal file
12
mail/flink/files/patch-src_imaplib.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/imaplib.c.ori Tue Aug 27 00:48:15 2002
|
||||
+++ src/imaplib.c Tue Aug 27 00:48:26 2002
|
||||
@@ -15,8 +15,8 @@
|
||||
*
|
||||
**************************************************************************/
|
||||
|
||||
-#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
10
mail/flink/files/patch-src_main.c
Normal file
10
mail/flink/files/patch-src_main.c
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/main.c.ori Tue Aug 27 00:40:53 2002
|
||||
+++ src/main.c Tue Aug 27 00:41:04 2002
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <stdio.h>
|
||||
#include <netdb.h>
|
||||
#include <unistd.h>
|
||||
+#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/types.h>
|
||||
#include <pthread.h>
|
12
mail/flink/files/patch-src_poplib.c
Normal file
12
mail/flink/files/patch-src_poplib.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/poplib.c.ori Tue Aug 27 00:46:06 2002
|
||||
+++ src/poplib.c Tue Aug 27 00:46:17 2002
|
||||
@@ -20,8 +20,8 @@
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
-#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <netdb.h>
|
1
mail/flink/pkg-comment
Normal file
1
mail/flink/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
The Flink mailchecker is a small panelapplet for the GNOME panel
|
12
mail/flink/pkg-descr
Normal file
12
mail/flink/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
The Flink mailchecker is a small panelapplet that supports multiple
|
||||
accounts, so that you will not need to have several applets for
|
||||
checking different accounts, Flink is capable to have (almost) an
|
||||
infinite amount of accounts configured.
|
||||
Flink supports POP3, IMAPv4 and mbox right now. Support for other
|
||||
types of mailaccounts will be added in time, or if you bug me
|
||||
enough about it.
|
||||
Flink is released under the GPL license.
|
||||
|
||||
WWW: http://flink.leyman.nu/
|
||||
|
||||
marcus@leyman.nu
|
19
mail/flink/pkg-plist
Normal file
19
mail/flink/pkg-plist
Normal file
@ -0,0 +1,19 @@
|
||||
bin/flink
|
||||
etc/CORBA/servers/flink.gnorba
|
||||
%%PORTDOCS%%share/doc/flink/README
|
||||
%%PORTDOCS%%share/doc/flink/NEWS
|
||||
%%PORTDOCS%%share/doc/flink/INSTALL
|
||||
%%PORTDOCS%%share/doc/flink/ChangeLog
|
||||
%%PORTDOCS%%share/doc/flink/COPYING
|
||||
%%PORTDOCS%%share/doc/flink/AUTHORS
|
||||
share/gnome/applets/Network/flink.desktop
|
||||
share/gnome/pixmaps/flink/mail_yes2.xpm
|
||||
share/gnome/pixmaps/flink/mail_yes.xpm
|
||||
share/gnome/pixmaps/flink/mail_no2.xpm
|
||||
share/gnome/pixmaps/flink/mail_no.xpm
|
||||
share/gnome/pixmaps/flink/logo_big.xpm
|
||||
share/gnome/pixmaps/flink/logo64.xpm
|
||||
share/gnome/pixmaps/flink/flink.xpm
|
||||
share/gnome/pixmaps/flink/flink.png
|
||||
share/locale/sv/LC_MESSAGES/flink.mo
|
||||
%%PORTDOCS%%@dirrm share/doc/flink
|
Loading…
Reference in New Issue
Block a user