freebsd-ports/mail/jamlib/Makefile
Edwin Groothuis 8703e533e5 Clean up time for email addresses MIA!
If you know new email addresses for the people involved, please send-pr it!

<mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550
    <mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT
    TO command)

<woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name
    not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not
    found

<esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our
    customer (in reply to RCPT TO command)

<crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in
    reply to RCPT TO command)

<cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown
    user (in reply to RCPT TO command)

<ports@henrik-motakef.de>: Host or domain name not found. Name service error
    for name=henrik-motakef.de type=A: Host not found

<jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1
    <jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO
    command)

<koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted /
    No such user (in reply to RCPT TO command)

<proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1
    <proot@iaces.com>... User unknown (in reply to RCPT TO command)

<roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1
    {mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO
    command)

<vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access
    denied (in reply to MAIL FROM command)

<tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550
    Requested action not taken: mailbox unavailable (in reply to RCPT TO
    command)

<zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1
    <zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
2004-10-25 13:39:57 +00:00

50 lines
1,009 B
Makefile

# Ports collection makefile for: jamlib
# Date created: 14 November 2002
# Whom: CyrilM <cyrilm@tower.pp.ru>
#
# $FreeBSD$
#
PORTNAME= jamlib
PORTVERSION= 1.4.7
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= jamlib
MAINTAINER= ports@FreeBSD.org
COMMENT= A JAM subroutine library
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
USE_LIBTOOL_VER= 13
NO_INSTALL_MANPAGES= yes
INSTALLS_SHLIB= yes
MAN3= JAM_AddEmptyMessage.3 \
JAM_AddMessage.3 \
JAM_ChangeMsgHeader.3 \
JAM_ClearMsgHeader.3 \
JAM_CloseMB.3 \
JAM_Crc32.3 \
JAM_CreateMB.3 \
JAM_DelSubPacket.3 \
JAM_DeleteMessage.3 \
JAM_Errno.3 \
JAM_FindUser.3 \
JAM_GetMBSize.3 \
JAM_GetSubfield.3 \
JAM_GetSubfield_R.3 \
JAM_LockMB.3 \
JAM_NewSubPacket.3 \
JAM_OpenMB.3 \
JAM_PutSubfield.3 \
JAM_ReadLastRead.3 \
JAM_ReadMBHeader.3 \
JAM_ReadMsgHeader.3 \
JAM_ReadMsgText.3 \
JAM_RemoveMB.3 \
JAM_UnlockMB.3 \
JAM_WriteLastRead.3 \
JAM_WriteMBHeader.3 \
jamlib.3
.include <bsd.port.mk>