From owner-cvs-all@FreeBSD.ORG Fri Oct 3 18:17:36 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 6D71816A4B3; Fri, 3 Oct 2003 18:17:36 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E699B43FE5; Fri, 3 Oct 2003 18:17:35 -0700 (PDT) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h941HZXJ032400; Fri, 3 Oct 2003 18:17:35 -0700 (PDT) (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h941HZxl032399; Fri, 3 Oct 2003 18:17:35 -0700 (PDT) (envelope-from maho) Message-Id: <200310040117.h941HZxl032399@repoman.freebsd.org> From: Maho Nakata Date: Fri, 3 Oct 2003 18:17:35 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics Makefile ports/graphics/libemf Makefile distinfo pkg-descr pkg-plist ports/graphics/libemf/files patch-libemf+libemf.cpp patch-libemf+libemf.h 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: Sat, 04 Oct 2003 01:17:36 -0000 maho 2003/10/03 18:17:35 PDT FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/libemf Makefile distinfo pkg-descr pkg-plist graphics/libemf/files patch-libemf+libemf.cpp patch-libemf+libemf.h Log: Add a new port graphics/libEMF. This is a C/C++ library which provides a drawing toolkit based on ECMA-234. The general purpose of this library is to create vector graphics files on POSIX systems which can be imported into StarOffice/OpenOffice. Revision Changes Path 1.616 +1 -0 ports/graphics/Makefile 1.1 +24 -0 ports/graphics/libemf/Makefile (new) 1.1 +1 -0 ports/graphics/libemf/distinfo (new) 1.1 +29 -0 ports/graphics/libemf/files/patch-libemf+libemf.cpp (new) 1.1 +23 -0 ports/graphics/libemf/files/patch-libemf+libemf.h (new) 1.1 +6 -0 ports/graphics/libemf/pkg-descr (new) 1.1 +344 -0 ports/graphics/libemf/pkg-plist (new)