ca7d54cfa7
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@yahoo.com> (previous maintainer)
57 lines
2.5 KiB
Text
57 lines
2.5 KiB
Text
bin/AmphetaDesk
|
|
bin/AmphetaDesk-real
|
|
etc/rc.d/amphetadesk.sh
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/Channels.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/ChannelsList.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/MyChannels.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/OS/Linux.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/OS/MacOS.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/OS/MacOSX.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/OS/Windows.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/Settings.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/Templates.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/Utilities.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/Versioning.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/WWW.pm
|
|
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk/WebServer.pm
|
|
%%SITE_PERL%%/AmphetaDesk/Text/Template.pm
|
|
%%SITE_PERL%%/AmphetaDesk/Text/Template/Preprocess.pm
|
|
%%SITE_PERL%%/AmphetaDesk/XML/Simple.pm
|
|
%%DATADIR%%/lists/services-channels-recent.xml
|
|
%%DATADIR%%/templates/default/add_a_channel.html
|
|
%%DATADIR%%/templates/default/gui/linux_icon.png
|
|
%%DATADIR%%/templates/default/gui/linux_logo.png
|
|
%%DATADIR%%/templates/default/gui/macos_icon.pict
|
|
%%DATADIR%%/templates/default/gui/macos_logo.pict
|
|
%%DATADIR%%/templates/default/gui/macosx_icon.png
|
|
%%DATADIR%%/templates/default/gui/macosx_logo.png
|
|
%%DATADIR%%/templates/default/gui/win_icon.ico
|
|
%%DATADIR%%/templates/default/images/bkgrnd.gif
|
|
%%DATADIR%%/templates/default/images/delete.gif
|
|
%%DATADIR%%/templates/default/images/email.gif
|
|
%%DATADIR%%/templates/default/images/globe.gif
|
|
%%DATADIR%%/templates/default/images/logo.gif
|
|
%%DATADIR%%/templates/default/images/xml.gif
|
|
%%DATADIR%%/templates/default/images/xml_radio.gif
|
|
%%DATADIR%%/templates/default/index.html
|
|
%%DATADIR%%/templates/default/my_channels.html
|
|
%%DATADIR%%/templates/default/my_settings.html
|
|
%%DATADIR%%/templates/default/popup.html
|
|
%%DATADIR%%/templates/default/tpl_footer.html
|
|
%%DATADIR%%/templates/default/tpl_header.html
|
|
@dirrm %%DATADIR%%/templates/default/images
|
|
@dirrm %%DATADIR%%/templates/default/gui
|
|
@dirrm %%DATADIR%%/templates/default
|
|
@dirrm %%DATADIR%%/templates
|
|
@dirrm %%DATADIR%%/lists
|
|
@dirrm %%DATADIR%%
|
|
@dirrm %%SITE_PERL%%/AmphetaDesk/XML
|
|
@dirrm %%SITE_PERL%%/AmphetaDesk/Text/Template
|
|
@dirrm %%SITE_PERL%%/AmphetaDesk/Text
|
|
@dirrm %%SITE_PERL%%/AmphetaDesk/AmphetaDesk/OS
|
|
@dirrm %%SITE_PERL%%/AmphetaDesk/AmphetaDesk
|
|
@dirrm %%SITE_PERL%%/AmphetaDesk
|
|
@unexec rmdir %D/%%SITE_PERL%% 2>/dev/null || true
|
|
@unexec rmdir %D/lib/perl5/site_perl 2>/dev/null || true
|
|
@unexec rmdir %D/lib/perl5 2>/dev/null || true
|