cvs commit: ports MOVED ports/astro/rmap Makefile ports/biology/emboss Makefile ports/biology/genpak Makefile ports/comms/hamlib Makefile ports/databases/grass Makefile ports/devel/cvsgraph Makefile ports/devel/veepee Makefile ...

Norikatsu Shigemura nork at FreeBSD.org
Mon Aug 18 09:15:13 PDT 2003


nork        2003/08/18 09:15:11 PDT

  FreeBSD ports repository

  Modified files:
    .                    MOVED 
    astro/rmap           Makefile 
    biology/emboss       Makefile 
    biology/genpak       Makefile 
    comms/hamlib         Makefile 
    databases/grass      Makefile 
    devel/cvsgraph       Makefile 
    devel/veepee         Makefile 
    graphics             Makefile 
    graphics/ecg2png     Makefile 
    graphics/gd          Makefile distinfo pkg-descr pkg-plist 
    graphics/gd/files    gd_gif_in.c 
    graphics/gd1         Makefile 
    graphics/gd1/files   Makefile.lib 
    graphics/gdchart     Makefile 
    graphics/p5-GD       Makefile distinfo pkg-descr pkg-plist 
    graphics/p5-GD1      Makefile 
    graphics/phplot      Makefile 
    graphics/png2html    Makefile 
    graphics/py-gd       Makefile 
    graphics/ruby-gd     Makefile 
    graphics/scr2png     Makefile 
    graphics/zimg        Makefile 
    japanese             Makefile 
    japanese/gd          Makefile 
    japanese/gd1         Makefile 
    math/ploticus        Makefile 
    math/plplot          Makefile 
    net/mrtg             Makefile 
    net/nagios           Makefile 
    net/netsaint         Makefile 
    net/netsaint/files   patch-ad 
    textproc/modlogan    Makefile 
    ukrainian/gd         Makefile 
    www/analog           Makefile 
    www/http-analyze     Makefile 
    www/mgstat           Makefile 
    www/webalizer        Makefile 
  Added files:
    graphics/gd/files    Makefile.bsd gd2togif.c gd_biggif_out.c 
                         gd_gif_out.c gd_lzw_out.c gdcmpgif.c 
                         giftogd2.c patch-gd.h patch-gdft.c 
                         patch-gdtest.c patch-index.html 
    graphics/p5-GD/files patch-GD.xs 
  Removed files:
    graphics/gd/files    Makefile.lib patch-gdcache.h 
                         patch-gdkanji.c patch-gdttf.c patch-gif 
    graphics/gd-nox11    Makefile 
    graphics/gd2         Makefile distinfo pkg-descr pkg-plist 
    graphics/gd2/files   Makefile.bsd gd2togif.c gd_biggif_out.c 
                         gd_gif_in.c gd_gif_out.c gd_lzw_out.c 
                         gdcmpgif.c giftogd2.c patch-gd.h 
                         patch-gdft.c patch-gdtest.c 
                         patch-index.html 
    graphics/gd2/scripts configure 
    graphics/p5-GD/files patch-aa 
    graphics/p5-GD2      Makefile distinfo pkg-descr pkg-plist 
    graphics/p5-GD2/files patch-GD.xs 
  Log:
  o Main modification
    graphics/gd(based on 1.8.4)    -> graphics/gd1
    graphics/gd2(based on 2.0.15)  -> graphics/gd
    graphics/p5-GD(based on 1.41)  -> graphics/p5-GD1
    graphics/p5-GD2(based on 2.07) -> graphics/p5-GD
    japanese/gd                    -> japanese/gd1
    japanese/gd2                   -> japanese/gd
  o Include some feature
    WITH_XPM(w/, w/o WITHOUT_X11)
  o Chase this modification
  o Fix build error [1]
  
  PR:             ports/54540
  Submitted by:   Ports Fury
  Approved by:    maintainer (blanket)
  Reported by:    bento via kris [1]
  
  Revision  Changes    Path
  1.203     +4 -1      ports/MOVED
  1.7       +2 -2      ports/astro/rmap/Makefile
  1.35      +4 -6      ports/biology/emboss/Makefile
  1.9       +3 -3      ports/biology/genpak/Makefile
  1.3       +2 -1      ports/comms/hamlib/Makefile
  1.22      +2 -3      ports/databases/grass/Makefile
  1.15      +3 -3      ports/devel/cvsgraph/Makefile
  1.20      +3 -5      ports/devel/veepee/Makefile
  1.609     +2 -3      ports/graphics/Makefile
  1.12      +3 -3      ports/graphics/ecg2png/Makefile
  1.4       +0 -21     ports/graphics/gd-nox11/Makefile (dead)
  1.60      +43 -14    ports/graphics/gd/Makefile
  1.18      +1 -2      ports/graphics/gd/distinfo
  1.3       +53 -0     ports/graphics/gd/files/Makefile.bsd (new)
  1.2       +0 -36     ports/graphics/gd/files/Makefile.lib (dead)
  1.3       +40 -0     ports/graphics/gd/files/gd2togif.c (new)
  1.3       +823 -0    ports/graphics/gd/files/gd_biggif_out.c (new)
  1.4       +14 -2     ports/graphics/gd/files/gd_gif_in.c
  1.3       +44 -0     ports/graphics/gd/files/gd_gif_out.c (new)
  1.3       +795 -0    ports/graphics/gd/files/gd_lzw_out.c (new)
  1.3       +85 -0     ports/graphics/gd/files/gdcmpgif.c (new)
  1.3       +48 -0     ports/graphics/gd/files/giftogd2.c (new)
  1.3       +41 -0     ports/graphics/gd/files/patch-gd.h (new)
  1.2       +0 -10     ports/graphics/gd/files/patch-gdcache.h (dead)
  1.3       +92 -0     ports/graphics/gd/files/patch-gdft.c (new)
  1.4       +0 -87     ports/graphics/gd/files/patch-gdkanji.c (dead)
  1.3       +81 -0     ports/graphics/gd/files/patch-gdtest.c (new)
  1.4       +0 -17     ports/graphics/gd/files/patch-gdttf.c (dead)
  1.5       +0 -11     ports/graphics/gd/files/patch-gif (dead)
  1.3       +71 -0     ports/graphics/gd/files/patch-index.html (new)
  1.7       +13 -20    ports/graphics/gd/pkg-descr
  1.15      +25 -12    ports/graphics/gd/pkg-plist
  1.60      +21 -11    ports/graphics/gd1/Makefile
  1.2       +4 -8      ports/graphics/gd1/files/Makefile.lib
  1.68      +0 -72     ports/graphics/gd2/Makefile (dead)
  1.22      +0 -1      ports/graphics/gd2/distinfo (dead)
  1.13      +0 -53     ports/graphics/gd2/files/Makefile.bsd (dead)
  1.2       +0 -40     ports/graphics/gd2/files/gd2togif.c (dead)
  1.3       +0 -823    ports/graphics/gd2/files/gd_biggif_out.c (dead)
  1.3       +0 -573    ports/graphics/gd2/files/gd_gif_in.c (dead)
  1.4       +0 -44     ports/graphics/gd2/files/gd_gif_out.c (dead)
  1.3       +0 -795    ports/graphics/gd2/files/gd_lzw_out.c (dead)
  1.2       +0 -85     ports/graphics/gd2/files/gdcmpgif.c (dead)
  1.2       +0 -48     ports/graphics/gd2/files/giftogd2.c (dead)
  1.3       +0 -41     ports/graphics/gd2/files/patch-gd.h (dead)
  1.3       +0 -92     ports/graphics/gd2/files/patch-gdft.c (dead)
  1.3       +0 -81     ports/graphics/gd2/files/patch-gdtest.c (dead)
  1.3       +0 -71     ports/graphics/gd2/files/patch-index.html (dead)
  1.8       +0 -16     ports/graphics/gd2/pkg-descr (dead)
  1.17      +0 -25     ports/graphics/gd2/pkg-plist (dead)
  1.3       +0 -44     ports/graphics/gd2/scripts/configure (dead)
  1.11      +2 -1      ports/graphics/gdchart/Makefile
  1.33      +10 -17    ports/graphics/p5-GD/Makefile
  1.12      +1 -1      ports/graphics/p5-GD/distinfo
  1.1       +33 -0     ports/graphics/p5-GD/files/patch-GD.xs (new)
  1.10      +0 -49     ports/graphics/p5-GD/files/patch-aa (dead)
  1.2       +6 -4      ports/graphics/p5-GD/pkg-descr
  1.9       +9 -8      ports/graphics/p5-GD/pkg-plist
  1.33      +4 -4      ports/graphics/p5-GD1/Makefile
  1.34      +0 -26     ports/graphics/p5-GD2/Makefile (dead)
  1.14      +0 -1      ports/graphics/p5-GD2/distinfo (dead)
  1.2       +0 -33     ports/graphics/p5-GD2/files/patch-GD.xs (dead)
  1.3       +0 -6      ports/graphics/p5-GD2/pkg-descr (dead)
  1.11      +0 -9      ports/graphics/p5-GD2/pkg-plist (dead)
  1.4       +2 -2      ports/graphics/phplot/Makefile
  1.11      +2 -2      ports/graphics/png2html/Makefile
  1.14      +2 -1      ports/graphics/py-gd/Makefile
  1.18      +9 -9      ports/graphics/ruby-gd/Makefile
  1.9       +3 -9      ports/graphics/scr2png/Makefile
  1.17      +2 -2      ports/graphics/zimg/Makefile
  1.497     +1 -0      ports/japanese/Makefile
  1.17      +2 -2      ports/japanese/gd/Makefile
  1.17      +3 -3      ports/japanese/gd1/Makefile
  1.12      +2 -2      ports/math/ploticus/Makefile
  1.28      +3 -5      ports/math/plplot/Makefile
  1.66      +9 -9      ports/net/mrtg/Makefile
  1.33      +8 -8      ports/net/nagios/Makefile
  1.25      +8 -13     ports/net/netsaint/Makefile
  1.6       +0 -19     ports/net/netsaint/files/patch-ad
  1.23      +2 -2      ports/textproc/modlogan/Makefile
  1.4       +1 -1      ports/ukrainian/gd/Makefile
  1.52      +2 -1      ports/www/analog/Makefile
  1.22      +1 -1      ports/www/http-analyze/Makefile
  1.7       +2 -2      ports/www/mgstat/Makefile
  1.43      +3 -7      ports/www/webalizer/Makefile


More information about the cvs-ports mailing list