1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

new port wmmultipop3 version 0.7: A WindowMaker dockapp that checks

multiple pop3 accounts for new mail

PR:		30897
Submitted by:	Patrick Li <pat@databits.net>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-09-28 21:30:41 +00:00
parent 14d612d48d
commit d0dabff15e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48253
8 changed files with 79 additions and 0 deletions

View File

@ -213,6 +213,7 @@
SUBDIR += wanderlust-xemacs21-mule SUBDIR += wanderlust-xemacs21-mule
SUBDIR += wmbiff SUBDIR += wmbiff
SUBDIR += wmmail SUBDIR += wmmail
SUBDIR += wmmultipop3
SUBDIR += wmpop3 SUBDIR += wmpop3
SUBDIR += xbuffy SUBDIR += xbuffy
SUBDIR += xc-mail SUBDIR += xc-mail

35
mail/wmmultipop3/Makefile Normal file
View File

@ -0,0 +1,35 @@
# New ports collection makefile for: wmmultipop3
# Date created: Fri Sep 28 16:25:34 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= wmmultipop3
PORTVERSION= 0.7
CATEGORIES= mail windowmaker
MASTER_SITES= http://sumpan.campus.luth.se/software/wmmultipop3/
DISTNAME= wmMultiPop3-${PORTVERSION}
MAINTAINER= pat@databits.net
BUILD_WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
DOC_FILES= ChangeLog INSTALL README
do-install:
@${INSTALL_PROGRAM} ${BUILD_WRKSRC}/wmmultipop3 ${PREFIX}/bin
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (wmMultiPop3-0.7.tar.gz) = e7464e5939a856beff42fd7f414daa34

View File

@ -0,0 +1,23 @@
--- wmmultipop3/Makefile.orig Sat Sep 22 11:29:50 2001
+++ wmmultipop3/Makefile Fri Sep 28 16:36:39 2001
@@ -1,16 +1,15 @@
-LIBDIR = -L/usr/X11R6/lib
+LIBDIR = -L${X11BASE}/lib
LIBS = -lXpm -lXext -lX11
-FLAGS = -O2
OBJS = wmmultipop3.o Pop3Client.o ../wmgeneral/wmgeneral.o ../wmgeneral/misc.o ../wmgeneral/list.o
.c.o:
- cc -I/usr/X11R6/share/include $(FLAGS) -c -Wall $< -o $*.o
+ $(CC) -I${X11BASE}/include -c $< -o $*.o
wmmultipop3: $(OBJS)
- cc $(FLAGS) -o wmmultipop3 $^ -lXext $(LIBDIR) $(LIBS)
+ $(CC) -o wmmultipop3 $^ $(LIBDIR) $(LIBS)
-all:: wmpop3
+all:: wmmultipop3
clean::
for i in $(OBJS) ; do \

View File

@ -0,0 +1 @@
A WindowMaker dockapp that checks multiple pop3 accounts for new mail

View File

@ -0,0 +1,6 @@
wmMultiPop3 is a WindowMaker dockapp which checks one or more
pop3-accounts for new mail. It's based on wmPop3 written by Scott
Helden.
WWW: http://sumpan.campus.luth.se/software/wmmultipop3/
Author: Daniel Sundberg <dansun-8@student.luth.se>

View File

@ -0,0 +1,7 @@
------------------------------------------------------------------
WARNING!!! - When you run wmmultipop3 and it automatically creates
.wmmultipop3rc in your home directory, make sure you set chmod 600
on that configuration file because passwords will be in plain text
------------------------------------------------------------------

View File

@ -0,0 +1,5 @@
bin/wmmultipop3
%%PORTDOCS%%share/doc/wmmultipop3/ChangeLog
%%PORTDOCS%%share/doc/wmmultipop3/INSTALL
%%PORTDOCS%%share/doc/wmmultipop3/README
%%PORTDOCS%%@dirrm share/doc/wmmultipop3