From owner-cvs-all@FreeBSD.ORG Mon Mar 31 14:45:24 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A105137B401; Mon, 31 Mar 2003 14:45:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4859943F75; Mon, 31 Mar 2003 14:45:24 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h2VMjN0U028709; Mon, 31 Mar 2003 14:45:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2VMjNBW028708; Mon, 31 Mar 2003 14:45:23 -0800 (PST) Message-Id: <200303312245.h2VMjNBW028708@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 31 Mar 2003 14:45:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail Makefile ports/mail/jamlib Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2003 22:45:26 -0000 edwin 2003/03/31 14:45:23 PST FreeBSD ports repository Modified files: mail Makefile Added files: mail/jamlib Makefile distinfo pkg-descr pkg-plist Log: New ports: mail/jamlib 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. PR: ports/45467 Submitted by: Cyril Margorin Revision Changes Path 1.368 +1 -0 ports/mail/Makefile 1.1 +50 -0 ports/mail/jamlib/Makefile (new) 1.1 +1 -0 ports/mail/jamlib/distinfo (new) 1.1 +7 -0 ports/mail/jamlib/pkg-descr (new) 1.1 +6 -0 ports/mail/jamlib/pkg-plist (new)