aboutsummaryrefslogtreecommitdiff
path: root/www/amphetadesk
Commit message (Collapse)AuthorAgeFilesLines
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-7/+7
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300275
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-3/+2
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,Martin Matuska2010-09-211-3/+8
| | | | | | | | | p5-IO-Compress-Zlib and p5-IO-Compress-Bzip2 modules to p5-IO-Compress. Explicitly depend on p5-IO-Compress only if PERL_LEVEL < 500903 Bump PORTREVISION Notes: svn path=/head/; revision=261530
* Add LICENSE* informationMario Sergio Fujikawa Ferreira2010-06-131-0/+5
| | | | Notes: svn path=/head/; revision=256478
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-251-2/+1
| | | | | | | | | (part 6). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248575
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-221-3/+1
| | | | | | | | | (part 2). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248359
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with W Notes: svn path=/head/; revision=240077
* 1) After repocopies:Mario Sergio Fujikawa Ferreira2007-12-254-75/+9
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=204527
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.Dmitry Sivachenko2006-12-031-1/+1
| | | | Notes: svn path=/head/; revision=178677
* Remove USE_REINPLACE from categories starting with WEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162218
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-3/+3
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* Patch file names can only characters [-+._a-zA-Z0-9]. Therefore,Mario Sergio Fujikawa Ferreira2005-10-118-0/+0
| | | | | | | | | rename them replacing s/::/_/ Reminded by: Marcus Alves Grando <mnag@FreeBSD.org> Notes: svn path=/head/; revision=145032
* o Take over maintainership on previous maintainers requestMario Sergio Fujikawa Ferreira2005-10-1116-275/+639
| | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=145026
* Add amphetadesk, an RSS feed aggregator implemented as a personal web server.Pav Lucistnik2004-05-277-0/+325
PR: ports/65345 Submitted by: Ken Stailey <kstailey@yahoo.com> Notes: svn path=/head/; revision=110147