Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 09:41:21 +0300 (MSK)
From:      Cyril Margorin <cyrilm@immo.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        JAMLib Developers <jamlib-devel@lists.sourceforge.net>
Subject:   ports/45467: New ports: mail/jamlib
Message-ID:  <200211190641.gAJ6fLAA055250@backup.mtu.immo>

next in thread | raw e-mail | index | archive | help

>Number:         45467
>Category:       ports
>Synopsis:       New ports: mail/jamlib
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 18 23:00:14 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Cyril Margorin
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Wizard Tower of Angband Castle
>Environment:
System: FreeBSD backup.mtu.immo 4.7-STABLE FreeBSD 4.7-STABLE #0: Wed Nov 6 12:00:05 MSK 2002 root@backup.mtu.immo:/usr/src/sys/compile/SECONDARY i386


	
>Description:
	
These are a collection of subroutines that encapsulate much of the
format-specific and tedious details of the JAM message base format.
The idea is that application programmers by using these routines can
concentrate on the more high-level issues of their programs instead
of worrying about their JAM routines.

>How-To-Repeat:
	
>Fix:

	

--- jamlib.shar begins here ---
# 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:
#
#	jamlib
#	jamlib/Makefile
#	jamlib/distinfo
#	jamlib/pkg-descr
#	jamlib/pkg-plist
#	jamlib/pkg-comment
#
echo c - jamlib
mkdir -p jamlib > /dev/null 2>&1
echo x - jamlib/Makefile
sed 's/^X//' >jamlib/Makefile << 'END-of-jamlib/Makefile'
X# Ports collection makefile for:	jamlib
X# Date created:		14 November 2002
X# Whom:			CyrilM <cyrilm@tower.pp.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jamlib
XPORTVERSION=	1.4.6
XCATEGORIES=	mail
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	jamlib
X
XMAINTAINER=	cyrilm@tower.pp.ru
X
XCONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
XUSE_LIBTOOL=	yes
XNO_INSTALL_MANPAGES=	yes
XINSTALLS_SHLIB=	yes
X
XMAN3=	JAM_AddEmptyMessage.3 \
X	JAM_AddMessage.3 \
X	JAM_ChangeMsgHeader.3 \
X	JAM_ClearMsgHeader.3 \
X	JAM_CloseMB.3 \
X	JAM_Crc32.3 \
X	JAM_CreateMB.3 \
X	JAM_DelSubPacket.3 \
X	JAM_DeleteMessage.3 \
X	JAM_Errno.3 \
X	JAM_FindUser.3 \
X	JAM_GetMBSize.3 \
X	JAM_GetSubfield.3 \
X	JAM_GetSubfield_R.3 \
X	JAM_LockMB.3 \
X	JAM_NewSubPacket.3 \
X	JAM_OpenMB.3 \
X	JAM_PutSubfield.3 \
X	JAM_ReadLastRead.3 \
X	JAM_ReadMBHeader.3 \
X	JAM_ReadMsgHeader.3 \
X	JAM_ReadMsgText.3 \
X	JAM_RemoveMB.3 \
X	JAM_UnlockMB.3 \
X	JAM_WriteLastRead.3 \
X	JAM_WriteMBHeader.3 \
X	jamlib.3
X
X.include <bsd.port.mk>
END-of-jamlib/Makefile
echo x - jamlib/distinfo
sed 's/^X//' >jamlib/distinfo << 'END-of-jamlib/distinfo'
XMD5 (jamlib-1.4.6.tar.gz) = 995b84930e0c9c417347fc25842f1005
END-of-jamlib/distinfo
echo x - jamlib/pkg-descr
sed 's/^X//' >jamlib/pkg-descr << 'END-of-jamlib/pkg-descr'
XThese are a collection of subroutines that encapsulate much of the
Xformat-specific and tedious details of the JAM message base format.
XThe idea is that application programmers by using these routines can
Xconcentrate on the more high-level issues of their programs instead
Xof worrying about their JAM routines.
X
XWWW: http://hell.binec.ru/crashecho
END-of-jamlib/pkg-descr
echo x - jamlib/pkg-plist
sed 's/^X//' >jamlib/pkg-plist << 'END-of-jamlib/pkg-plist'
Xinclude/jamlib/jam.h
Xlib/libjam.so.2
Xlib/libjam.so
Xlib/libjam.la
Xlib/libjam.a
X@dirrm include/jamlib
END-of-jamlib/pkg-plist
echo x - jamlib/pkg-comment
sed 's/^X//' >jamlib/pkg-comment << 'END-of-jamlib/pkg-comment'
XA JAM subroutine library
END-of-jamlib/pkg-comment
exit
--- jamlib.shar ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211190641.gAJ6fLAA055250>