From owner-cvs-ports@FreeBSD.ORG Fri Apr 14 17:38:46 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org 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 BFD1D16A401; Fri, 14 Apr 2006 17:38:46 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74FEC43D45; Fri, 14 Apr 2006 17:38:46 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3EHckXj096470; Fri, 14 Apr 2006 17:38:46 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3EHckJd096466; Fri, 14 Apr 2006 17:38:46 GMT (envelope-from simon) Message-Id: <200604141738.k3EHckJd096466@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Fri, 14 Apr 2006 17:38:46 +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/ivtools Makefile distinfo pkg-plist ports/graphics/ivtools/files patch-config::Imakefile patch-config::rules.def patch-config_Imakefile patch-config_params.def patch-config_rules.def patch-src::ComTerp::comterp.c patch-src_ComTerp_comterpserv.c patch-src_Imakefile ... 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: Fri, 14 Apr 2006 17:38:46 -0000 simon 2006-04-14 17:38:45 UTC FreeBSD ports repository Modified files: graphics/ivtools Makefile distinfo pkg-plist graphics/ivtools/files patch-src::ComTerp::comterp.c Added files: graphics/ivtools/files patch-config_Imakefile patch-config_params.def patch-config_rules.def patch-src_ComTerp_comterpserv.c patch-src_Imakefile patch-src_Makefile patch-src_glyphs_examples3.1_box1_Imakefile patch-src_glyphs_examples3.1_box2_Imakefile patch-src_glyphs_examples3.1_box3_Imakefile patch-src_glyphs_examples3.1_box4_Imakefile patch-src_glyphs_examples3.1_box5_Imakefile patch-src_glyphs_examples3.1_button1_Imakefile patch-src_glyphs_examples3.1_button2_Imakefile patch-src_glyphs_examples3.1_button3_Imakefile patch-src_glyphs_examples3.1_bvalue_Imakefile patch-src_glyphs_examples3.1_circle_Imakefile patch-src_glyphs_examples3.1_drag_Imakefile patch-src_glyphs_examples3.1_fonts_Imakefile patch-src_glyphs_examples3.1_himom_Imakefile patch-src_glyphs_examples3.1_image_Imakefile patch-src_glyphs_examples3.1_ips_Imakefile patch-src_glyphs_examples3.1_menu_Imakefile patch-src_glyphs_examples3.1_patch_Imakefile patch-src_glyphs_examples3.1_preview_Imakefile patch-src_glyphs_examples3.1_print_Imakefile patch-src_glyphs_examples3.1_rubband_Imakefile patch-src_glyphs_examples3.1_zoomer_Imakefile Removed files: graphics/ivtools/files patch-config::Imakefile patch-config::rules.def Log: - Upgrade to 1.2.3. - Use external libtiff. - Unmark FORBIDDEN. - Unmark BROKEN since it seems to work on FreeBSD 6.X+ and !i386 now (at least the platforms I could test). Initial upgrade work by: fenner Revision Changes Path 1.18 +7 -15 ports/graphics/ivtools/Makefile 1.6 +3 -3 ports/graphics/ivtools/distinfo 1.2 +0 -15 ports/graphics/ivtools/files/patch-config::Imakefile (dead) 1.3 +0 -76 ports/graphics/ivtools/files/patch-config::rules.def (dead) 1.1 +19 -0 ports/graphics/ivtools/files/patch-config_Imakefile (new) 1.1 +32 -0 ports/graphics/ivtools/files/patch-config_params.def (new) 1.1 +24 -0 ports/graphics/ivtools/files/patch-config_rules.def (new) 1.2 +15 -3 ports/graphics/ivtools/files/patch-src::ComTerp::comterp.c 1.1 +49 -0 ports/graphics/ivtools/files/patch-src_ComTerp_comterpserv.c (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_Imakefile (new) 1.1 +14 -0 ports/graphics/ivtools/files/patch-src_Makefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_box1_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_box2_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_box3_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_box4_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_box5_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_button1_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_button2_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_button3_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_bvalue_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_circle_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_drag_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_fonts_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_himom_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_image_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_ips_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_menu_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_patch_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_preview_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_print_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_rubband_Imakefile (new) 1.1 +13 -0 ports/graphics/ivtools/files/patch-src_glyphs_examples3.1_zoomer_Imakefile (new) 1.7 +18 -19 ports/graphics/ivtools/pkg-plist