| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jun 2012 14:31:06
0.93.1_6
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
14 Jan 2012 08:57:23
0.93.1_6
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
15 May 2011 02:49:17
0.93.1_6
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
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 |
19 Mar 2011 12:38:54
0.93.1_6
|
miwi  |
- Get Rid MD5 support |
21 Sep 2010 07:56:43
0.93.1_6  |
mm  |
Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,
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 |
13 Jun 2010 12:41:33
0.93.1_4
|
lioux  |
Add LICENSE* information |
27 Mar 2010 00:15:24
0.93.1_4
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
25 Jan 2010 22:42:58
0.93.1_4
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 6).
Approved by: portmgr (itetcu) |
22 Jan 2010 14:24:39
0.93.1_3
|
kuriyama  |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 2).
Approved by: portmgr (itetcu) |
22 Aug 2009 00:38:34
0.93.1_2
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
25 Dec 2007 19:52:37
0.93.1_2
|
lioux  |
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] |
03 Dec 2006 12:45:59
0.93.1_1
|
demon  |
Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update. |
13 May 2006 04:41:22
0.93.1_1
|
edwin  |
Remove USE_REINPLACE from categories starting with W |
20 Feb 2006 20:47:50
0.93.1_1
|
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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. |
22 Jan 2006 02:58:25
0.93.1_1
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
11 Nov 2005 06:06:17
0.93.1_1
|
lioux  |
Add SHA256 checksum |
11 Oct 2005 22:31:52
0.93.1_1
|
lioux  |
Patch file names can only characters [-+._a-zA-Z0-9]. Therefore,
rename them replacing s/::/_/
Reminded by: Marcus Alves Grando <mnag@FreeBSD.org> |
11 Oct 2005 22:10:24
0.93.1_1
|
lioux  |
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) |
27 May 2004 21:30:09
0.93.1
|
pav  |
Add amphetadesk, an RSS feed aggregator implemented as a personal web server.
PR: ports/65345
Submitted by: Ken Stailey <kstailey@yahoo.com> |