From owner-freebsd-ports Mon Nov 18 23: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1A8437B406 for ; Mon, 18 Nov 2002 23:00:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4673B43E75 for ; Mon, 18 Nov 2002 23:00:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gAJ70Fx3089400 for ; Mon, 18 Nov 2002 23:00:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gAJ70FGK089399; Mon, 18 Nov 2002 23:00:15 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69E0037B401 for ; Mon, 18 Nov 2002 22:58:18 -0800 (PST) Received: from immo.ru (www.inform-mobil.ru [62.118.250.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E11643EA9 for ; Mon, 18 Nov 2002 22:58:12 -0800 (PST) (envelope-from cyrilm@immo.ru) Received: from backup.mtu.immo (localhost.mtu.immo [127.0.0.1]) by backup.mtu.immo (8.12.6/8.12.3) with ESMTP id gAJ6fM4A055251; Tue, 19 Nov 2002 09:41:23 +0300 (MSK) (envelope-from cyrilm@backup.mtu.immo) Received: (from cyrilm@localhost) by backup.mtu.immo (8.12.6/8.12.3/Submit) id gAJ6fLAA055250; Tue, 19 Nov 2002 09:41:21 +0300 (MSK) Message-Id: <200211190641.gAJ6fLAA055250@backup.mtu.immo> Date: Tue, 19 Nov 2002 09:41:21 +0300 (MSK) From: Cyril Margorin Reply-To: Cyril Margorin To: FreeBSD-gnats-submit@FreeBSD.org Cc: JAMLib Developers X-Send-Pr-Version: 3.113 Subject: ports/45467: New ports: mail/jamlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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