head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2007.12.25.19.52.37;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.22.02.57.24;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.11.22.10.24;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.27.21.30.09;	author pav;	state Exp;
branches;
next	;


desc
@@


1.4
log
@1) After repocopies:
  o Use SUB_FILES infrastructure to full effect simplifying the
    port's Makefile logic.
    - Switch from files/amphetadesk.sh to files/amphetadesk.in
2) Bump PORTREVISION since there was a PLIST change due to the new
   rc.d script name.

PR:	117082 [1]
@
text
@bin/AmphetaDesk
bin/AmphetaDesk-real
%%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
@@dirrmtry %%SITE_PERL%%
@@dirrmtry lib/perl5/site_perl
@@dirrmtry lib/perl5
@


1.3
log
@Replace ugly "@@unexec rmdir %D... 2>/dev/null || true" with @@dirrmtry

Approved by:    krion@@
PR:             ports/88711 (related)
@
text
@a2 1
etc/rc.d/amphetadesk.sh
@


1.2
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@@yahoo.com> (previous maintainer)
@
text
@d55 3
a57 3
@@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
@


1.1
log
@Add amphetadesk, an RSS feed aggregator implemented as a personal web server.

PR:		ports/65345
Submitted by:	Ken Stailey <kstailey@@yahoo.com>
@
text
@d2 52
a53 84
share/doc/AmphetaDesk/CHANGELOG
share/doc/AmphetaDesk/LICENSE
share/doc/AmphetaDesk/README.txt
share/doc/AmphetaDesk/TODO
share/doc/AmphetaDesk/build.html
share/doc/AmphetaDesk/files_and_dirs.html
share/doc/AmphetaDesk/finding_more.html
share/doc/AmphetaDesk/give_thanks.html
share/doc/AmphetaDesk/history.html
share/doc/AmphetaDesk/index.html
share/doc/AmphetaDesk/kudos.html
share/doc/AmphetaDesk/naming.html
share/doc/AmphetaDesk/news.html
share/doc/AmphetaDesk/news.xml
share/doc/AmphetaDesk/screenshots.html
share/doc/AmphetaDesk/skinning.html
share/doc/AmphetaDesk/version.txt
share/doc/AmphetaDesk/website_integration.html
share/doc/AmphetaDesk/whats_new.html
share/doc/AmphetaDesk/xml_my_services.html
share/doc/AmphetaDesk/xml_my_settings.html
share/doc/AmphetaDesk/xml_services_lists.html
share/doc/AmphetaDesk/images/bkgrnd.gif
share/doc/AmphetaDesk/images/fyuze.gif
share/doc/AmphetaDesk/images/globe.gif
share/doc/AmphetaDesk/images/livejournal.jpg
share/doc/AmphetaDesk/images/logo-88x31.gif
share/doc/AmphetaDesk/images/logo.gif
share/doc/AmphetaDesk/images/mailarchive.gif
share/doc/AmphetaDesk/images/meerkat.jpg
share/doc/AmphetaDesk/images/moreover.gif
share/doc/AmphetaDesk/images/network54.gif
share/doc/AmphetaDesk/images/newsisfree.gif
share/doc/AmphetaDesk/images/nwfusion.gif
share/doc/AmphetaDesk/images/quicktopic.gif
share/doc/AmphetaDesk/images/racingnews.jpg
share/doc/AmphetaDesk/images/sherch.jpg
share/doc/AmphetaDesk/images/snewp.jpg
share/doc/AmphetaDesk/images/syndic8.gif
share/doc/AmphetaDesk/images/xml.gif
share/doc/AmphetaDesk/images/xml_pill.gif
share/doc/AmphetaDesk/images/xml_radio.gif
share/doc/AmphetaDesk/images/yahoogroups.gif
%%SITE_PERL%%/AmphetaDesk.pm
%%SITE_PERL%%/AmphetaDesk/AmphetaDesk.pl
%%SITE_PERL%%/AmphetaDesk/README.txt
%%SITE_PERL%%/AmphetaDesk/OS/Linux.pm
%%SITE_PERL%%/AmphetaDesk/Channels.pm
%%SITE_PERL%%/AmphetaDesk/ChannelsList.pm
%%SITE_PERL%%/AmphetaDesk/MyChannels.pm
%%SITE_PERL%%/AmphetaDesk/Settings.pm
%%SITE_PERL%%/AmphetaDesk/Templates.pm
%%SITE_PERL%%/AmphetaDesk/Utilities.pm
%%SITE_PERL%%/AmphetaDesk/Versioning.pm
%%SITE_PERL%%/AmphetaDesk/WWW.pm
%%SITE_PERL%%/AmphetaDesk/WebServer.pm
%%SITE_PERL%%/AmphetaDesk/data/README.txt
%%SITE_PERL%%/AmphetaDesk/data/lists/services-channels-recent.xml
%%SITE_PERL%%/AmphetaDesk/templates/README.txt
%%SITE_PERL%%/AmphetaDesk/templates/default/add_a_channel.html
%%SITE_PERL%%/AmphetaDesk/templates/default/index.html
%%SITE_PERL%%/AmphetaDesk/templates/default/my_channels.html
%%SITE_PERL%%/AmphetaDesk/templates/default/my_settings.html
%%SITE_PERL%%/AmphetaDesk/templates/default/popup.html
%%SITE_PERL%%/AmphetaDesk/templates/default/tpl_footer.html
%%SITE_PERL%%/AmphetaDesk/templates/default/tpl_header.html
%%SITE_PERL%%/AmphetaDesk/templates/default/gui/linux_icon.png
%%SITE_PERL%%/AmphetaDesk/templates/default/gui/linux_logo.png
%%SITE_PERL%%/AmphetaDesk/templates/default/images/bkgrnd.gif
%%SITE_PERL%%/AmphetaDesk/templates/default/images/delete.gif
%%SITE_PERL%%/AmphetaDesk/templates/default/images/email.gif
%%SITE_PERL%%/AmphetaDesk/templates/default/images/globe.gif
%%SITE_PERL%%/AmphetaDesk/templates/default/images/logo.gif
%%SITE_PERL%%/AmphetaDesk/templates/default/images/xml.gif
%%SITE_PERL%%/AmphetaDesk/templates/default/images/xml_radio.gif
@@dirrm share/doc/AmphetaDesk/images
@@dirrm share/doc/AmphetaDesk
@@dirrm %%SITE_PERL%%/AmphetaDesk/OS
@@dirrm %%SITE_PERL%%/AmphetaDesk/templates/default/images
@@dirrm %%SITE_PERL%%/AmphetaDesk/templates/default/gui
@@dirrm %%SITE_PERL%%/AmphetaDesk/templates/default
@@dirrm %%SITE_PERL%%/AmphetaDesk/templates
@@dirrm %%SITE_PERL%%/AmphetaDesk/data/lists
@@dirrm %%SITE_PERL%%/AmphetaDesk/data
d55 3
@

