| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
10 Sep 2012 12:38:29
24_5
|
beat  |
- Mark BROKEN: does not install
install -s -o root -g wheel -m 555 work/wizd /usr/local/bin
strip: /usr/local/bin/wizd: File format not recognized
install: wait: No such file or directory
Reported by: pointyhat |
05 Aug 2012 23:19:40
24_5
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
17 Jan 2012 14:35:18
24_5
|
martymac  |
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1] |
14 Jan 2012 08:57:23
24_4
|
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. |
20 Mar 2011 12:54:45
24_4
|
miwi  |
- Get Rid MD5 support |
14 Sep 2010 18:58:52
24_4
|
makc  |
Bump PORTREVISION for libdvdread dependants |
27 Mar 2010 00:15:24
24_3
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
05 Feb 2010 11:46:55
24_3
|
dinoex  |
- update to jpeg-8 |
22 Aug 2009 00:32:25
24_2  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
18 Jul 2009 11:11:29
24_2
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
15 Jul 2009 16:56:10
24_1
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
08 Feb 2009 18:45:38
24_1
|
rnoland  |
Replace libdvdread with the version maintained by the mplayer group
-Turn over maintainership
-Bump ports that depend on libdvdread since shared lib
version rolls back from .5 to .4
-Fix multimedia/ogle build with this version
PR: 127849
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> |
14 Aug 2008 21:10:10
24
|
amdmi3  |
Wizd is serving all your media files (video, audio, photo...) to your
Syabas-based network player.
WWW: http://wizd.sourceforge.net/
PR: ports/125178
Submitted by: Ayumi M <ayu at commun dot jp> |