non port: net-p2p/transmission-cli/files/transmission.in |
SVNWeb
|
Number of commits found XX: 11 |
Mon, 24 Nov 2014
|
[ 18:51 crees ] 
373348 net-p2p/transmission-cli/files/transmission.in
373348 net-p2p/transmission-daemon/Makefile
Allow use of reload rc command
PR: ports/195341
Submitted by: joshruehlig@gmail.com
|
Sat, 4 Jan 2014
|
[ 15:33 crees ] 
338648 net-p2p/transmission-cli/files/transmission.in
338648 net-p2p/transmission-daemon/Makefile
Add option to disable ownership and permissions checking in rc script.
|
Sun, 29 Dec 2013
|
[ 17:08 crees ] 
338028 net-p2p/transmission-cli/Makefile
338028 net-p2p/transmission-cli/files/transmission.in
338028 net-p2p/transmission-cli/pkg-plist
338028 net-p2p/transmission-daemon/Makefile
338028 net-p2p/transmission-daemon/pkg-plist
338028 net-p2p/transmission-gtk/Makefile
338028 net-p2p/transmission-gtk/pkg-plist
338028 net-p2p/transmission-qt4/Makefile
338028 net-p2p/transmission-qt4/pkg-plist
338028 net-p2p/transmission/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
Stage transmission ports and the rest maintained by me.
Various little obvious fixes, and a new rc script for stunnel-server
|
Sat, 2 Mar 2013
|
[ 13:48 crees ] 
313230 net-p2p/transmission-cli/Makefile
313230 net-p2p/transmission-cli/files/transmission.in
313230 net-p2p/transmission-daemon/Makefile
313230 net-p2p/transmission-gtk2/Makefile
313230 net-p2p/transmission-qt4/Makefile
313230 www/transmission-web/Makefile
Fix chown for transmission home directory to silence complaints
from transmission-daemon
De-articulate COMMENT
|
Wed, 16 Jan 2013
|
[ 19:01 crees ] 
310511 net-p2p/transmission-cli/Makefile
310511 net-p2p/transmission-cli/distinfo
310511 net-p2p/transmission-cli/files/transmission.in
310511 net-p2p/transmission/Makefile
Update to 2.76
Various rc script tidying
PR: ports/175255
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
|
Sat, 8 Dec 2012
|
[ 15:33 crees ] 
308476 net-p2p/transmission-cli/Makefile
308476 net-p2p/transmission-cli/files/transmission.in
308476 net-p2p/transmission-daemon/Makefile
308476 net-p2p/transmission-daemon/pkg-install
308476 net-p2p/transmission-daemon/pkg-plist
Various rc fixes;
- Add transmission_web_home to use customised web interface
Requested by: Hanson Wong
- transmission should use a pidfile
- Style fixes (mostly quoting)
- Empty value in _user is clobbered with default, so remove warning
Use USERS and GROUPS, and move home directory handling to rc script where
it belongs; now users can be changed on the fly without issue
Feature safe: yes
|
Sat, 14 Jan 2012
|
[ 08:57 dougb ]
1.5 astro/gpsd/files/gpsd.in
1.3 astro/gpxloggerd/files/gpxloggerd.in
1.5 audio/aureal-kmod/files/aureal.in
1.4 audio/autocd/files/autocd.in
1.3 audio/darkice/files/darkice.in
1.3 audio/ezstream/files/ezstream.in
1.4 audio/firefly/files/mt-daapd.in
1.5 audio/gnump3d/files/gnump3d.sh.in
1.9 audio/icecast2/files/icecast2.sh.in
1.5 audio/ices0/files/ices0.sh.in
(Only the first 10 of 951 ports in this commit are shown above. )
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.
|
Sat, 5 Mar 2011
|
[ 04:17 mezz ]
1.74 net-p2p/transmission-cli/Makefile
1.53 net-p2p/transmission-cli/distinfo
1.1 net-p2p/transmission-cli/files/patch-daemon_remote.c
1.2 net-p2p/transmission-cli/files/patch-fix_without_ipv6
1.1 net-p2p/transmission-cli/files/patch-gtk_tr-prefs.c
1.3 net-p2p/transmission-cli/files/patch-libtransmission_torrent.c
1.4 net-p2p/transmission-cli/files/transmission.in
1.70 net-p2p/transmission/Makefile
- Update to 2.22.
- Don't override conf_dir and download_dir unconditionally [1]
- Don't use localhost default by replace to 127.0.0.1 for IPv6 issue as
transmission-remote doesn't support IPv6 yet. [2]
PR: ports/155081 [1]
ports/155139 [2]
Submitted by: Anonymous <swell.k@gmail.com> [1][2]
|
Sat, 27 Mar 2010
|
[ 00:15 dougb ]
1.4 accessibility/speech-dispatcher/files/speechd.in
1.2 astro/gpsd/files/gpsd.in
1.2 audio/aureal-kmod/files/aureal.in
1.3 audio/autocd/files/autocd.in
1.2 audio/ezstream/files/ezstream.in
1.3 audio/firefly/files/mt-daapd.in
1.4 audio/gnump3d/files/gnump3d.sh.in
1.6 audio/icecast2/files/icecast2.sh.in
1.2 audio/liquidsoap/files/liquidsoap.sh.in
1.3 audio/mpdas/files/mpdas.in
(Only the first 10 of 798 ports in this commit are shown above. )
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
Fri, 19 Jun 2009
|
[ 21:29 mezz ]
1.58 net-p2p/transmission-cli/Makefile
1.2 net-p2p/transmission-cli/files/patch-libtransmission_platform.c
1.2 net-p2p/transmission-cli/files/transmission.in
1.16 net-p2p/transmission-daemon/Makefile
1.27 net-p2p/transmission-gtk2/Makefile
Remove patch-libtransmission_platform.c, use -g/-w options in the rc script
instead. Bump the PORTREVISION on cli, daemon and gtk.
Discussed with: Charles Kerr (developer)
|
[ 17:07 mezz ]
1.57 net-p2p/transmission-cli/Makefile
1.40 net-p2p/transmission-cli/distinfo
1.1 net-p2p/transmission-cli/files/disable-web
1.1 net-p2p/transmission-cli/files/patch-libtransmission_platform.c
1.2 net-p2p/transmission-cli/files/patch-libtransmission_rpc-server.c
1.2 net-p2p/transmission-cli/files/patch-web_javascript_transmission.js
1.8 net-p2p/transmission-cli/files/transmission-cli-configure.ac
1.8 net-p2p/transmission-cli/files/transmission-daemon-configure.ac
1.8 net-p2p/transmission-cli/files/transmission-gtk2-configure.ac
1.8 net-p2p/transmission-cli/files/transmission-web-configure.ac
(Only the first 10 of 19 ports in this commit are shown above. )
-Update to 1.72.
-Add rc script in transmission-daemon. [1]
Requested by: many [1]
Submitted by: a few (all of those are incomplete) [1]
|
Number of commits found XX: 11 |