From owner-cvs-all@FreeBSD.ORG Wed Aug 22 17:10:17 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E4D616A417; Wed, 22 Aug 2007 17:10:17 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 891B913C45E; Wed, 22 Aug 2007 17:10:17 +0000 (UTC) (envelope-from ahze@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7MHAHJg047381; Wed, 22 Aug 2007 17:10:17 GMT (envelope-from ahze@repoman.freebsd.org) Received: (from ahze@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7MHAHKv047380; Wed, 22 Aug 2007 17:10:17 GMT (envelope-from ahze) Message-Id: <200708221710.l7MHAHKv047380@repoman.freebsd.org> From: Michael Johnson Date: Wed, 22 Aug 2007 17:10:17 +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/graphics Makefile ports/graphics/gimp-gap Makefile distinfo pkg-descr pkg-plist ports/graphics/gimp-gap/files patch-gap_Makefile.in patch-libgapvidapi_gap_vid_api_ffmpeg.c patch-libwavplayclient_client.c patch-libwavplayclient_msg.c patch-libwavplayclient_wpc_msg.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Aug 2007 17:10:17 -0000 ahze 2007-08-22 17:10:17 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/gimp-gap Makefile distinfo pkg-descr pkg-plist graphics/gimp-gap/files patch-gap_Makefile.in patch-libgapvidapi_gap_vid_api_ffmpeg.c patch-libwavplayclient_client.c patch-libwavplayclient_msg.c patch-libwavplayclient_wpc_msg.c patch-vid_common_Makefile.in patch-vid_enc_avi_Makefile.in patch-vid_enc_ffmpeg_Makefile.in patch-vid_enc_ffmpeg_gap_enc_ffmpeg_main.c patch-vid_enc_single_Makefile.in Log: Add gimp-gap The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to extend the GIMP with capabilities to edit and create Animations as sequences of single frames. Revision Changes Path 1.1093 +1 -0 ports/graphics/Makefile 1.1 +36 -0 ports/graphics/gimp-gap/Makefile (new) 1.1 +3 -0 ports/graphics/gimp-gap/distinfo (new) 1.1 +11 -0 ports/graphics/gimp-gap/files/patch-gap_Makefile.in (new) 1.1 +31 -0 ports/graphics/gimp-gap/files/patch-libgapvidapi_gap_vid_api_ffmpeg.c (new) 1.1 +19 -0 ports/graphics/gimp-gap/files/patch-libwavplayclient_client.c (new) 1.1 +19 -0 ports/graphics/gimp-gap/files/patch-libwavplayclient_msg.c (new) 1.1 +19 -0 ports/graphics/gimp-gap/files/patch-libwavplayclient_wpc_msg.c (new) 1.1 +11 -0 ports/graphics/gimp-gap/files/patch-vid_common_Makefile.in (new) 1.1 +11 -0 ports/graphics/gimp-gap/files/patch-vid_enc_avi_Makefile.in (new) 1.1 +11 -0 ports/graphics/gimp-gap/files/patch-vid_enc_ffmpeg_Makefile.in (new) 1.1 +28 -0 ports/graphics/gimp-gap/files/patch-vid_enc_ffmpeg_gap_enc_ffmpeg_main.c (new) 1.1 +11 -0 ports/graphics/gimp-gap/files/patch-vid_enc_single_Makefile.in (new) 1.1 +3 -0 ports/graphics/gimp-gap/pkg-descr (new) 1.1 +68 -0 ports/graphics/gimp-gap/pkg-plist (new)