Bug 136483 - net-p2p/ctorrent: [patch] option to install ctcs
Summary: net-p2p/ctorrent: [patch] option to install ctcs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Florent Thoumie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-09 01:30 UTC by dereckson
Modified: 2009-07-17 13:20 UTC (History)
0 users

See Also:


Attachments
file.diff (708 bytes, patch)
2009-07-09 01:30 UTC, dereckson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dereckson 2009-07-09 01:30:03 UTC
Enhanced CTorrent have a CTorrent Control Server  (CTCS) I maintain under net-p2p/ctcs port.

It would be more convenient if at ctorrent install, we've an option to also install ctcs.

Fix: Patch attached with submission follows:
Comment 1 dereckson 2009-07-09 15:32:41 UTC
Please assign the ticket to flz@FreeBSD.org, the port maintainer.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2009-07-09 19:27:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->flz

Fix synopsis and assign.
Comment 3 Florent Thoumie 2009-07-15 14:12:11 UTC
I don't think this is correct. CTCS should RUN_DEPENDS on ctorrent.

I understand that people might be interested in installing
net-p2p/ctcs when they're installing net-p2p/ctorrent, but the ports
framework has no facility to suggest additional ports/packages at the
moment. What I can do is adding a pkg-install file that will mention
CTCS.

-- 
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
Comment 4 Florent Thoumie freebsd_committer freebsd_triage 2009-07-15 14:12:49 UTC
State Changed
From-To: open->feedback

Feedback requested.
Comment 5 dereckson 2009-07-15 19:36:19 UTC
Mention CTCS in the ctorrent install is indeed a good solution. When I
submitted the patch, I thought about the php port allowing PHP
extensions installation.

I didn't add a dependency to ctorrent in ctcs port, to allow users to
install only the server, for scenario you want to centralize desktop
computers downloads on a server.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-07-17 13:19:01 UTC
flz         2009-07-17 12:18:51 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p/ctorrent     Makefile 
  Added files:
    net-p2p/ctorrent     pkg-message 
  Log:
  Add pkg-message mentioning net-p2p/ctcs.
  
  PR:             ports/136483
  Submitted by:   Sébastien Santoro
  
  Revision  Changes    Path
  1.22      +3 -1      ports/net-p2p/ctorrent/Makefile
  1.1       +8 -0      ports/net-p2p/ctorrent/pkg-message (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Florent Thoumie freebsd_committer freebsd_triage 2009-07-17 13:19:19 UTC
State Changed
From-To: feedback->closed

I've added net-p2p/ctcs to pkg-message. Thanks!