ports/61961: new port: mail/popcheck

Radim Kolar hsn at netmag.cz
Mon Jan 26 17:50:20 UTC 2004


>Number:         61961
>Category:       ports
>Synopsis:       new port: mail/popcheck
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 26 09:50:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Radim Kolar
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Sanatana Dharma
>Environment:
System: FreeBSD asura.bsd 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Thu Jan 15 18:35:03 CET 2004 root at asura.bsd:/usr/obj/usr/src/sys/GENERIC i386

	
>Description:
Hi, 
there is a new port of popcheck program. curses-based pop3 mailbox previewer.
I have used it on Debian before.
	
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	popcheck
#	popcheck/Makefile
#	popcheck/distinfo
#	popcheck/files
#	popcheck/files/patch-Makefile
#	popcheck/pkg-descr
#	popcheck/pkg-plist
#
echo c - popcheck
mkdir -p popcheck > /dev/null 2>&1
echo x - popcheck/Makefile
sed 's/^X//' >popcheck/Makefile << 'END-of-popcheck/Makefile'
X# New ports collection makefile for:	popcheck
X# Date created:		25 Jan 2004
X# Whom:			Radim Kolar
X#
X# $FreeBSD$
X#
X
XPORTNAME=	popcheck
XPORTVERSION=	1.3
XCATEGORIES=	mail
XMASTER_SITES=	http://www.ludd.luth.se/~staham/linux/programs/
XDISTNAME=	popcheck
X
XMAINTAINER=	hsn at netmag.cz
XCOMMENT=	Preview and delete messages in POP3 mailbox
X
XALL_TARGET=	popcheck
X
X.if !defined(NO_INSTALL_MANPAGES)
XMAN1=		popcheck.1
X.endif
X
Xdo-install:
X		${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${PREFIX}/bin
X.if !defined(NO_INSTALL_MANPAGES)
X		${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${MAN1PREFIX}/man/man1
X.endif
X
X.include <bsd.port.mk>
END-of-popcheck/Makefile
echo x - popcheck/distinfo
sed 's/^X//' >popcheck/distinfo << 'END-of-popcheck/distinfo'
XMD5 (popcheck.tar.gz) = 22976e558030c88531fd848a8f06c503
END-of-popcheck/distinfo
echo c - popcheck/files
mkdir -p popcheck/files > /dev/null 2>&1
echo x - popcheck/files/patch-Makefile
sed 's/^X//' >popcheck/files/patch-Makefile << 'END-of-popcheck/files/patch-Makefile'
X--- Makefile.orig	Tue May  8 19:26:58 2001
X+++ Makefile	Sun Jan 25 22:08:08 2004
X@@ -24,9 +24,9 @@
X # Edit the options below to suit your needs
X #
X 
X-CC		= gcc
X+CC?=		 gcc
X 
X-CFLAGS		= -O2 -Wall -pipe
X+CFLAGS?=	 -O2 -Wall -pipe
X 
X # Uncomment for Sparc Solaris
X # LDFLAGS		= -lcurses -lresolv -lnsl -lsocket
X@@ -37,6 +37,7 @@
X INSTPATH	= /usr/local
X 
X $(PROG): $(PROG).o
X+	$(CC) $(LDFLAGS) -o $(PROG) $(PROG).o
X 
X $(PROG).o: $(PROG).c
X 	$(CC) $(CFLAGS) -c $(PROG).c -o $(PROG).o
END-of-popcheck/files/patch-Makefile
echo x - popcheck/pkg-descr
sed 's/^X//' >popcheck/pkg-descr << 'END-of-popcheck/pkg-descr'
XLog onto a popserver to see a list of all messages that you have on there, with
Xsender, subject and size for each message. With an ncurses interface that
Xeasily lets you scroll through them, and optionally deleting messages without
Xever downloading them. This can be useful when you've received big mails that
Xyou don't really want to download.
X
XWWW: http://www.ludd.luth.se/~staham/linux/programs.html
END-of-popcheck/pkg-descr
echo x - popcheck/pkg-plist
sed 's/^X//' >popcheck/pkg-plist << 'END-of-popcheck/pkg-plist'
Xbin/popcheck
END-of-popcheck/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list