cvs commit: ports/graphics/xfig Makefile distinfo pkg-plist
ports/graphics/xfig/files patch-Fig.ad patch-Imakefile
patch-d_arc.c patch-d_picobj.c patch-d_text.c patch-e_chop.c
patch-e_edit.c patch-e_edit.h patch-e_placelib.c patch-e_scale.c ...
Martin Wilke
miwi at FreeBSD.org
Sun Jun 10 00:53:06 UTC 2007
miwi 2007-06-10 00:53:05 UTC
FreeBSD ports repository
Modified files:
graphics/xfig Makefile distinfo pkg-plist
graphics/xfig/files patch-Fig.ad patch-Imakefile
patch-w_cmdpanel.c patch-w_drawprim.c
patch-w_indpanel.c patch-w_library.c
Added files:
graphics/xfig/files patch-d_arc.c patch-d_picobj.c
patch-d_text.c patch-e_chop.c
patch-e_edit.c patch-e_edit.h
patch-e_placelib.c patch-e_scale.c
patch-e_update.h patch-f_readgif.c
patch-f_readjpg.c patch-fig.h
patch-main.c patch-u_draw.c
patch-u_error.c patch-u_error.h
patch-u_search.c patch-u_search.h
patch-u_smartsearch.c
patch-u_smartsearch.h patch-w_canvas.c
patch-w_color.c patch-w_export.c
patch-w_fontpanel.c patch-w_indpanel.h
patch-w_keyboard.c patch-w_print.c
patch-w_setup.c patch-w_snap.c
patch-w_snap.h patch-w_style.c
Removed files:
graphics/xfig/files patch-figx.h patch-u_fonts.h
patch-w_layers.c patch-w_modepanel.c
patch-w_mousefun.c patch-w_rulers.c
patch-w_util.c
Log:
- Update to 3.2.5
PR: 111249
Submitted by: Eric P. Scott <eps+pbug0704 at ana.com>
Revision Changes Path
1.59 +30 -8 ports/graphics/xfig/Makefile
1.13 +3 -3 ports/graphics/xfig/distinfo
1.2 +20 -6 ports/graphics/xfig/files/patch-Fig.ad
1.2 +107 -90 ports/graphics/xfig/files/patch-Imakefile
1.1 +11 -0 ports/graphics/xfig/files/patch-d_arc.c (new)
1.1 +11 -0 ports/graphics/xfig/files/patch-d_picobj.c (new)
1.1 +47 -0 ports/graphics/xfig/files/patch-d_text.c (new)
1.1 +12 -0 ports/graphics/xfig/files/patch-e_chop.c (new)
1.1 +29 -0 ports/graphics/xfig/files/patch-e_edit.c (new)
1.1 +11 -0 ports/graphics/xfig/files/patch-e_edit.h (new)
1.1 +11 -0 ports/graphics/xfig/files/patch-e_placelib.c (new)
1.1 +38 -0 ports/graphics/xfig/files/patch-e_scale.c (new)
1.1 +10 -0 ports/graphics/xfig/files/patch-e_update.h (new)
1.1 +11 -0 ports/graphics/xfig/files/patch-f_readgif.c (new)
1.1 +15 -0 ports/graphics/xfig/files/patch-f_readjpg.c (new)
1.1 +11 -0 ports/graphics/xfig/files/patch-fig.h (new)
1.2 +0 -10 ports/graphics/xfig/files/patch-figx.h (dead)
1.1 +32 -0 ports/graphics/xfig/files/patch-main.c (new)
1.1 +45 -0 ports/graphics/xfig/files/patch-u_draw.c (new)
1.1 +19 -0 ports/graphics/xfig/files/patch-u_error.c (new)
1.1 +10 -0 ports/graphics/xfig/files/patch-u_error.h (new)
1.2 +0 -32 ports/graphics/xfig/files/patch-u_fonts.h (dead)
1.1 +161 -0 ports/graphics/xfig/files/patch-u_search.c (new)
1.1 +15 -0 ports/graphics/xfig/files/patch-u_search.h (new)
1.1 +40 -0 ports/graphics/xfig/files/patch-u_smartsearch.c (new)
1.1 +15 -0 ports/graphics/xfig/files/patch-u_smartsearch.h (new)
1.1 +38 -0 ports/graphics/xfig/files/patch-w_canvas.c (new)
1.2 +13 -278 ports/graphics/xfig/files/patch-w_cmdpanel.c
1.1 +51 -0 ports/graphics/xfig/files/patch-w_color.c (new)
1.2 +11 -10 ports/graphics/xfig/files/patch-w_drawprim.c
1.1 +11 -0 ports/graphics/xfig/files/patch-w_export.c (new)
1.1 +38 -0 ports/graphics/xfig/files/patch-w_fontpanel.c (new)
1.2 +117 -183 ports/graphics/xfig/files/patch-w_indpanel.c
1.1 +11 -0 ports/graphics/xfig/files/patch-w_indpanel.h (new)
1.1 +22 -0 ports/graphics/xfig/files/patch-w_keyboard.c (new)
1.2 +0 -126 ports/graphics/xfig/files/patch-w_layers.c (dead)
1.2 +18 -150 ports/graphics/xfig/files/patch-w_library.c
1.2 +0 -143 ports/graphics/xfig/files/patch-w_modepanel.c (dead)
1.2 +0 -56 ports/graphics/xfig/files/patch-w_mousefun.c (dead)
1.1 +20 -0 ports/graphics/xfig/files/patch-w_print.c (new)
1.2 +0 -69 ports/graphics/xfig/files/patch-w_rulers.c (dead)
1.1 +20 -0 ports/graphics/xfig/files/patch-w_setup.c (new)
1.1 +21 -0 ports/graphics/xfig/files/patch-w_snap.c (new)
1.1 +11 -0 ports/graphics/xfig/files/patch-w_snap.h (new)
1.1 +11 -0 ports/graphics/xfig/files/patch-w_style.c (new)
1.2 +0 -19 ports/graphics/xfig/files/patch-w_util.c (dead)
1.13 +1606 -473 ports/graphics/xfig/pkg-plist
More information about the cvs-all
mailing list