cvs commit: ports/www/amphetadesk Makefile pkg-plist ports/www/amphetadesk/files AmphetaDesk amphetadesk.sh patch-AM_DIR patch-defaults patch-lib::AmphetaDesk.pm patch-lib::AmphetaDesk::ChannelsList.pm patch-lib::AmphetaDesk::MyChannels.pm patch-lib::AmphetaDesk::OS::Linux.pm ...

Mario Sergio Fujikawa Ferreira lioux at FreeBSD.org
Tue Oct 11 15:10:25 PDT 2005


lioux       2005-10-11 22:10:24 UTC

  FreeBSD ports repository

  Modified files:
    www/amphetadesk      Makefile pkg-plist 
  Added files:
    www/amphetadesk/files amphetadesk.sh patch-lib::AmphetaDesk.pm 
                          patch-lib::AmphetaDesk::ChannelsList.pm 
                          patch-lib::AmphetaDesk::MyChannels.pm 
                          patch-lib::AmphetaDesk::OS::Linux.pm 
                          patch-lib::AmphetaDesk::Settings.pm 
                          patch-lib::AmphetaDesk::Utilities.pm 
                          patch-lib::AmphetaDesk::WWW.pm 
                          patch-lib::XML::Simple.pm wrapper.sh 
  Removed files:
    www/amphetadesk/files AmphetaDesk patch-AM_DIR patch-defaults 
  Log:
  o Take over maintainership on previous maintainers request
  o Uphold hier(7)
  o Add rc.d(8) rc.subr(8) script
  o Fix several warnings
  o Change default rss channels to BSD based ones:
    - http://www.freebsd.org/
    - http://www.freshports.org/
    - http://www.oreillynet.com/pub/au/73
    - http://bsdnews.com/
  o Fetch an updated full channel list from the Internet if none
    previously exist
  o Add fork(2)/exec(3) browser support with signal(3) SIGCHLD handling
  o AmphetaDesk now allows per user configurations. Due to that, it
    now requires a user with a home directory so that. One can use
    the rc.d script to choose a user to launch AmphetaDesk from startup
    or just to run it normally from any user other than root
  o Bump PORTREVISION
  
  Approved by:    Kenneth Stailey <kstailey at yahoo.com> (previous maintainer)
  
  Revision  Changes    Path
  1.2       +85 -125   ports/www/amphetadesk/Makefile
  1.2       +0 -34     ports/www/amphetadesk/files/AmphetaDesk (dead)
  1.1       +64 -0     ports/www/amphetadesk/files/amphetadesk.sh (new)
  1.2       +0 -21     ports/www/amphetadesk/files/patch-AM_DIR (dead)
  1.2       +0 -12     ports/www/amphetadesk/files/patch-defaults (dead)
  1.1       +10 -0     ports/www/amphetadesk/files/patch-lib::AmphetaDesk.pm (new)
  1.1       +23 -0     ports/www/amphetadesk/files/patch-lib::AmphetaDesk::ChannelsList.pm (new)
  1.1       +97 -0     ports/www/amphetadesk/files/patch-lib::AmphetaDesk::MyChannels.pm (new)
  1.1       +71 -0     ports/www/amphetadesk/files/patch-lib::AmphetaDesk::OS::Linux.pm (new)
  1.1       +23 -0     ports/www/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm (new)
  1.1       +29 -0     ports/www/amphetadesk/files/patch-lib::AmphetaDesk::Utilities.pm (new)
  1.1       +22 -0     ports/www/amphetadesk/files/patch-lib::AmphetaDesk::WWW.pm (new)
  1.1       +36 -0     ports/www/amphetadesk/files/patch-lib::XML::Simple.pm (new)
  1.1       +61 -0     ports/www/amphetadesk/files/wrapper.sh (new)
  1.2       +55 -84    ports/www/amphetadesk/pkg-plist


More information about the cvs-all mailing list