From owner-cvs-ports@FreeBSD.ORG Sat Feb 17 14:15:42 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D15416A401; Sat, 17 Feb 2007 14:15:42 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id E793113C461; Sat, 17 Feb 2007 14:15:41 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1HEFfUo048166; Sat, 17 Feb 2007 14:15:41 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1HEFfmc048165; Sat, 17 Feb 2007 14:15:41 GMT (envelope-from nivit) Message-Id: <200702171415.l1HEFfmc048165@repoman.freebsd.org> From: Nicola Vitale Date: Sat, 17 Feb 2007 14:15:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/py-turbomail Makefile distinfo pkg-descr ports/mail/py-turbomail/files pkg-deinstall.in pkg-install.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Feb 2007 14:15:42 -0000 nivit 2007-02-17 14:15:41 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/py-turbomail Makefile distinfo pkg-descr mail/py-turbomail/files pkg-deinstall.in pkg-install.in Log: TurboMail is a TurboGears extension, meaning that it starts up and shuts down alongside any TurboGears applications you write, in the same way that visit tracking and identity do. TurboMail uses built-in Python modules for SMTP communication and MIME e-mail creation, but greatly simplifies these tasks by performing the grunt-work for you. Additionally, TurboMail is multi-threaded, allowing for single or batch enqueueing and background delivery of mail. Author: Top Floor Computer Systems Ltd. WWW: http://trac.orianagroup.com/turbomail/ Revision Changes Path 1.833 +1 -0 ports/mail/Makefile 1.1 +36 -0 ports/mail/py-turbomail/Makefile (new) 1.1 +3 -0 ports/mail/py-turbomail/distinfo (new) 1.1 +17 -0 ports/mail/py-turbomail/files/pkg-deinstall.in (new) 1.1 +16 -0 ports/mail/py-turbomail/files/pkg-install.in (new) 1.1 +11 -0 ports/mail/py-turbomail/pkg-descr (new)