Kdeaddons3 version 3.5.10 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    kdeaddons3  most recent diff


    version 3.5.10

      View the most recent changes for the kdeaddons3 port at: kdeaddons3.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for kdeaddons3.
      The raw portfile for kdeaddons3 3.5.10 is located here:
      http://kdeaddons3.darwinports.com/dports/kde/kdeaddons3/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/kdeaddons3


      The kdeaddons3 Portfile 58210 2009-09-24 06:56:08Z ryandesign macports.org $

      #Synced with Fink, revision 1.24

      PortSystem 1.0
      Name: kdeaddons3
      Version: 3.5.10
      Revision: 1
      set kdeadmin kde-admindir-1502
      Category: kde kde3
      Maintainers: nomaintainer
      Description: KDE addons. NB No KDE sound support.
      Long Description: ${description}
      Platform: darwin
      Homepage: http://www.kde.org/
      Master Sites: kde:stable/${version}/src/:kde http://ranger.users.finkproject.org/distfiles/kde-admindir/:admin http://ranger.befunk.com/fink/kde-admindir/:admin http://astrange.ithinksw.net/~astrange/ranger-fink/kde-admindir/:admin http://www.southofheaven.net/befunk/kde-admindir/:admin
      use_bzip2 yes
      distname kdeaddons-${version}
      distfiles ${distname}.tar.bz2:kde ${kdeadmin}.tar.bz2:admin
      dist_subdir kde3
      depends_build port:autoconf263 port:unsermake
      depends_lib port:doxygen port:kdebase3 port:kdegames3 port:kdepim3
      # port:gtk1
      # path:lib/pkgconfig/sdl.pc:libsdl

      Checksums: ${distname}.tar.bz2 md5 c69d082407b2c1bb46d078f8ac5d2bea ${kdeadmin}.tar.bz2 md5 92a60282c1d81f38835ce7d495255cc3

      extract.only ${distname}.tar.bz2
      post-extract { system "cd ${worksrcpath} && bzcat -dc ${distpath}/${kdeadmin}.tar.bz2 | tar xf -" }

      Patch Files: kdeaddons3.patch
      patch {
      foreach f $patchfiles {
      system "cd ${worksrcpath} && sed -e 's, FINKPREFIX ,${prefix},g' ${filespath}/${f} | patch -p1"
      }
      system "perl -pi -e 's,-O2,-Os,g; s,doc/HTML,doc/kde,g; s,/usr/share/doc/packages/qt3/html,${prefix}/share/doc/qt3/html,g;' ${worksrcpath}/admin/*"
      }
      post-patch {
      reinplace "s|/lib/freetype219||g" ${worksrcpath}/environment-helper.sh
      reinplace "s|--with-ssl-dir=/usr|--with-ssl-dir=\$PREFIX|g" ${worksrcpath}/environment-helper.sh
      reinplace "s|HOME=/tmp|HOME=${workpath}|g" ${worksrcpath}/environment-helper.sh
      reinplace "s|/tmp/buildlog|${workpath}/buildlog|g" ${worksrcpath}/build-helper.sh
      foreach f {CompileScript.sh InstallScript.sh} {
      copy ${filespath}/${f} ${worksrcpath}
      reinplace "s|%p|${prefix}|g" ${worksrcpath}/${f}
      reinplace "s|%N|${name}|g" ${worksrcpath}/${f}
      reinplace "s|%v|${version}|g" ${worksrcpath}/${f}
      reinplace "s|%r|${revision}|g" ${worksrcpath}/${f}
      reinplace "s|%c|${configure.args}|g" ${worksrcpath}/${f}
      reinplace "s|%d|${destroot}|g" ${worksrcpath}/${f}
      reinplace "s|%i|${destroot}${prefix}|g" ${worksrcpath}/${f}
      file attributes ${worksrcpath}/${f} -permissions 0755
      }
      }

      configure.args --with-sdl-prefix=${prefix} --disable-sdltest --with-distribution='MacPorts/Mac OS X' --without-arts

      use_configure no

      use_parallel_build yes
      build.env MAKEFLAGS="-j${build.jobs}" AUTOCONF=autoconf263
      build.cmd ./CompileScript.sh

      destroot.cmd ./InstallScript.sh
      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      xinstall -m 644 -W ${worksrcpath} README ${destroot}${prefix}/share/doc/${name}
      }

      universal_variant no

      livecheck.type none

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/kdeaddons3
      % sudo port install kdeaddons3
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching kdeaddons3
      ---> Verifying checksum for kdeaddons3
      ---> Extracting kdeaddons3
      ---> Configuring kdeaddons3
      ---> Building kdeaddons3 with target all
      ---> Staging kdeaddons3 into destroot
      ---> Installing kdeaddons3
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using kdeaddons3 with these commands:
      %  man kdeaddons3
      % apropos kdeaddons3
      % which kdeaddons3
      % locate kdeaddons3

     Where to find more information:

    Darwin Ports



    Lightbox this page.