Date: Fri, 18 Jul 2003 20:13:49 -0700 (PDT) From: Maho Nakata <maho@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/cad/spice Makefile distinfo pkg-plist ports/cad/spice/files FreeBSD Makefile patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-al patch-am patch-an patch-ao patch-ap patch-as patch-ba patch-bb ... Message-ID: <200307190313.h6J3Dn1F071666@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
maho 2003/07/18 20:13:49 PDT FreeBSD ports repository Modified files: cad/spice Makefile distinfo pkg-plist cad/spice/files FreeBSD Makefile Added files: cad/spice/files patch-conf_defaults patch-level1 patch-sp3f5 patch-src_bin_sconvert_c patch-src_include_misc_h patch-src_include_os_bsd_h patch-src_include_patchlev_h patch-src_lib_ckt_dctrcurv_c patch-src_lib_fte_aspice_c patch-src_lib_fte_cpitf_c patch-src_lib_fte_device_c patch-src_lib_fte_dimens_c patch-src_lib_fte_doplot_c patch-src_lib_fte_graf_c patch-src_lib_fte_grid_c patch-src_lib_fte_inp_c patch-src_lib_fte_postcoms_c patch-src_lib_fte_resource_c patch-src_lib_fte_vectors_c patch-src_lib_fte_x11_c patch-src_lib_hlp_readhelp_c patch-src_lib_inp_inpfindl_c patch-util_build patch-util_skeleton_make_def_bd Removed files: cad/spice/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-al patch-am patch-an patch-ao patch-ap patch-as patch-ba patch-bb patch-bc patch-bd Log: 1. REAL cleaning on this port. The files dir is now organized so the port can be maintained: previously there were multifile patches and several patches for the same file, now it is a lot cleaner. 2. I also merged a memory leak fix and some fixes from spice3f5-spaghetti. 4. MFB and removed GNUREADLINE support 5. honor CFLAGS and CC. 6. Add documentation. 7. Maho didn't change the name of port spice to spice3. because spice4 might :) appear in the future. version number should be listed on *only* PORTVERSION. 8. drom maintainership PR: 54603 Submitted by: "Pedro F. Giffuni" <giffunip@yahoo.com> Revision Changes Path 1.24 +18 -7 ports/cad/spice/Makefile 1.3 +4 -1 ports/cad/spice/distinfo 1.6 +4 -4 ports/cad/spice/files/FreeBSD 1.5 +4 -2 ports/cad/spice/files/Makefile 1.8 +0 -190 ports/cad/spice/files/patch-aa (dead) 1.3 +0 -141 ports/cad/spice/files/patch-ab (dead) 1.3 +0 -62 ports/cad/spice/files/patch-ac (dead) 1.3 +0 -192 ports/cad/spice/files/patch-ad (dead) 1.2 +0 -82 ports/cad/spice/files/patch-ae (dead) 1.2 +0 -37 ports/cad/spice/files/patch-af (dead) 1.2 +0 -24 ports/cad/spice/files/patch-ag (dead) 1.2 +0 -21 ports/cad/spice/files/patch-ah (dead) 1.2 +0 -20 ports/cad/spice/files/patch-ai (dead) 1.2 +0 -112 ports/cad/spice/files/patch-al (dead) 1.2 +0 -102 ports/cad/spice/files/patch-am (dead) 1.2 +0 -55 ports/cad/spice/files/patch-an (dead) 1.2 +0 -11 ports/cad/spice/files/patch-ao (dead) 1.2 +0 -20 ports/cad/spice/files/patch-ap (dead) 1.2 +0 -19 ports/cad/spice/files/patch-as (dead) 1.4 +0 -38 ports/cad/spice/files/patch-ba (dead) 1.2 +0 -11 ports/cad/spice/files/patch-bb (dead) 1.2 +0 -17 ports/cad/spice/files/patch-bc (dead) 1.2 +0 -27 ports/cad/spice/files/patch-bd (dead) 1.1 +45 -0 ports/cad/spice/files/patch-conf_defaults (new) 1.1 +23 -0 ports/cad/spice/files/patch-level1 (new) 1.1 +141 -0 ports/cad/spice/files/patch-sp3f5 (new) 1.1 +26 -0 ports/cad/spice/files/patch-src_bin_sconvert_c (new) 1.1 +31 -0 ports/cad/spice/files/patch-src_include_misc_h (new) 1.1 +38 -0 ports/cad/spice/files/patch-src_include_os_bsd_h (new) 1.1 +5 -0 ports/cad/spice/files/patch-src_include_patchlev_h (new) 1.1 +135 -0 ports/cad/spice/files/patch-src_lib_ckt_dctrcurv_c (new) 1.1 +20 -0 ports/cad/spice/files/patch-src_lib_fte_aspice_c (new) 1.1 +13 -0 ports/cad/spice/files/patch-src_lib_fte_cpitf_c (new) 1.1 +13 -0 ports/cad/spice/files/patch-src_lib_fte_device_c (new) 1.1 +55 -0 ports/cad/spice/files/patch-src_lib_fte_dimens_c (new) 1.1 +36 -0 ports/cad/spice/files/patch-src_lib_fte_doplot_c (new) 1.1 +30 -0 ports/cad/spice/files/patch-src_lib_fte_graf_c (new) 1.1 +62 -0 ports/cad/spice/files/patch-src_lib_fte_grid_c (new) 1.1 +11 -0 ports/cad/spice/files/patch-src_lib_fte_inp_c (new) 1.1 +11 -0 ports/cad/spice/files/patch-src_lib_fte_postcoms_c (new) 1.1 +12 -0 ports/cad/spice/files/patch-src_lib_fte_resource_c (new) 1.1 +82 -0 ports/cad/spice/files/patch-src_lib_fte_vectors_c (new) 1.1 +67 -0 ports/cad/spice/files/patch-src_lib_fte_x11_c (new) 1.1 +11 -0 ports/cad/spice/files/patch-src_lib_hlp_readhelp_c (new) 1.1 +107 -0 ports/cad/spice/files/patch-src_lib_inp_inpfindl_c (new) 1.1 +11 -0 ports/cad/spice/files/patch-util_build (new) 1.1 +11 -0 ports/cad/spice/files/patch-util_skeleton_make_def_bd (new) 1.7 +31 -30 ports/cad/spice/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307190313.h6J3Dn1F071666>