From owner-cvs-ports@FreeBSD.ORG Fri Apr 16 15:54:20 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BD816A4CE; Fri, 16 Apr 2004 15:54:20 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74C2843D55; Fri, 16 Apr 2004 15:54:20 -0700 (PDT) (envelope-from clement@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GMsKGe077837; Fri, 16 Apr 2004 15:54:20 -0700 (PDT) (envelope-from clement@repoman.freebsd.org) Received: (from clement@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GMsKnk077836; Fri, 16 Apr 2004 15:54:20 -0700 (PDT) (envelope-from clement) Message-Id: <200404162254.i3GMsKnk077836@repoman.freebsd.org> From: Clement Laforet Date: Fri, 16 Apr 2004 15:54:19 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/comms Makefile ports/comms/efax-gtk Makefile distinfo pkg-descr pkg-message pkg-plist ports/comms/efax-gtk/files patch-config patch-install patch-rc X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 16 Apr 2004 22:54:20 -0000 clement 2004/04/16 15:54:19 PDT FreeBSD ports repository Modified files: comms Makefile Added files: comms/efax-gtk Makefile distinfo pkg-descr pkg-message pkg-plist comms/efax-gtk/files patch-config patch-install patch-rc Log: Add efax-gtk 2.2.5, GUI front end for the efax fax program. This program is a Gtk+/Gtkmm front end for the efax program for receiving and sending faxes with a fax modem. Any files to be faxed must be in postscript format, which is the generic printer format for Unix/Linux systems. The program will use ghostscript to convert these into the Group 3 fax format which the fax modem will understand. WWW: http://www.cvine.freeserve.co.uk/efax-gtk/ PR: ports/63844 Submitted by: Jean-Baptiste Quenot Revision Changes Path 1.103 +1 -0 ports/comms/Makefile 1.1 +37 -0 ports/comms/efax-gtk/Makefile (new) 1.1 +2 -0 ports/comms/efax-gtk/distinfo (new) 1.1 +11 -0 ports/comms/efax-gtk/files/patch-config (new) 1.1 +11 -0 ports/comms/efax-gtk/files/patch-install (new) 1.1 +27 -0 ports/comms/efax-gtk/files/patch-rc (new) 1.1 +7 -0 ports/comms/efax-gtk/pkg-descr (new) 1.1 +8 -0 ports/comms/efax-gtk/pkg-message (new) 1.1 +5 -0 ports/comms/efax-gtk/pkg-plist (new)