From fd6ec4b9cf6ccf264c3236546ec92a3f09ceadcb Mon Sep 17 00:00:00 2001 From: Yukihiro Nakai Date: Sat, 31 Mar 2001 13:47:14 +0000 Subject: Initial import. mail checker for file,qmail,MH dir and pop3 --- mail/Makefile | 1 + mail/gbiff/Makefile | 31 +++++++++++++++++++++++++++++++ mail/gbiff/distinfo | 1 + mail/gbiff/files/patch-aa | 20 ++++++++++++++++++++ mail/gbiff/files/patch-ab | 17 +++++++++++++++++ mail/gbiff/pkg-comment | 1 + mail/gbiff/pkg-descr | 3 +++ mail/gbiff/pkg-plist | 10 ++++++++++ 8 files changed, 84 insertions(+) create mode 100644 mail/gbiff/Makefile create mode 100644 mail/gbiff/distinfo create mode 100644 mail/gbiff/files/patch-aa create mode 100644 mail/gbiff/files/patch-ab create mode 100644 mail/gbiff/pkg-comment create mode 100644 mail/gbiff/pkg-descr create mode 100644 mail/gbiff/pkg-plist (limited to 'mail') diff --git a/mail/Makefile b/mail/Makefile index 76f701a9fb12..ca3dc3448b41 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -35,6 +35,7 @@ SUBDIR += faces SUBDIR += fetchmail SUBDIR += ftrack + SUBDIR += gbiff SUBDIR += gbuffy SUBDIR += gensig SUBDIR += gkrellmmailwatch diff --git a/mail/gbiff/Makefile b/mail/gbiff/Makefile new file mode 100644 index 000000000000..e65d547a2133 --- /dev/null +++ b/mail/gbiff/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: gbiff +# Date created: 31 March 2001 +# Whom: Yukihiro Nakai +# +# $FreeBSD$ +# + +PORTNAME= gbiff +PORTVERSION= 2.4a +CATEGORIES= mail +MASTER_SITES= http://prdownloads.sourceforge.net/gbiff/ + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +pre-patch: + @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include diff --git a/mail/gbiff/distinfo b/mail/gbiff/distinfo new file mode 100644 index 000000000000..432bf4b2d35a --- /dev/null +++ b/mail/gbiff/distinfo @@ -0,0 +1 @@ +MD5 (gbiff-2.4a.tar.gz) = 9aefbca00c70bfc5538075e05269436c diff --git a/mail/gbiff/files/patch-aa b/mail/gbiff/files/patch-aa new file mode 100644 index 000000000000..672d9d860880 --- /dev/null +++ b/mail/gbiff/files/patch-aa @@ -0,0 +1,20 @@ +--- src/protocol.c.orig Sat Mar 31 22:01:07 2001 ++++ src/protocol.c Sat Mar 31 22:01:39 2001 +@@ -392,7 +392,7 @@ + sup_bound = 0; + range_end = 0; + while (fgets (line, 4095, file)) { +- if strstr (line, "unseen:") { ++ if(strstr (line, "unseen:")){ + buffer = line + strlen ("unseen: "); + + while (*buffer != '\n') { +@@ -550,7 +550,7 @@ + sup_bound = 0; + range_end = 0; + while (fgets (line, 4095, file)) { +- if strstr (line, "unseen:") { ++ if(strstr (line, "unseen:")){ + buffer = line + strlen ("unseen: "); + while (*buffer != '\n') { + /* diff --git a/mail/gbiff/files/patch-ab b/mail/gbiff/files/patch-ab new file mode 100644 index 000000000000..ae9b015601a0 --- /dev/null +++ b/mail/gbiff/files/patch-ab @@ -0,0 +1,17 @@ +--- configure.orig Sat Mar 31 22:26:45 2001 ++++ configure Sat Mar 31 22:27:00 2001 +@@ -3834,12 +3834,12 @@ + + if test "x${prefix}" = "xNONE"; then + cat >> confdefs.h <> confdefs.h <