Index: head/net-p2p/Makefile =================================================================== --- head/net-p2p/Makefile (revision 535961) +++ head/net-p2p/Makefile (revision 535962) @@ -1,102 +1,103 @@ # $FreeBSD$ # COMMENT = Peer-to-peer network applications SUBDIR += amule SUBDIR += amule-devel SUBDIR += awgg SUBDIR += bitcoin SUBDIR += bitcoin-daemon SUBDIR += bitcoin-utils SUBDIR += bitflu SUBDIR += bitmark SUBDIR += bitmark-cli SUBDIR += bitmark-daemon SUBDIR += bitmark-recorder SUBDIR += btpd SUBDIR += c-lightning SUBDIR += couchpotato SUBDIR += cpuminer SUBDIR += createtorrent SUBDIR += ctcs SUBDIR += ctorrent SUBDIR += dclib SUBDIR += deluge SUBDIR += deluge-cli SUBDIR += ed2k SUBDIR += edonkey-tool-hash SUBDIR += eiskaltdcpp-cli SUBDIR += eiskaltdcpp-daemon SUBDIR += eiskaltdcpp-data SUBDIR += eiskaltdcpp-gtk SUBDIR += eiskaltdcpp-lib SUBDIR += frost SUBDIR += go-ethereum SUBDIR += gtk-gnutella SUBDIR += gtorrentviewer SUBDIR += jackett SUBDIR += jigdo SUBDIR += ktorrent SUBDIR += libbt SUBDIR += liberator SUBDIR += libktorrent SUBDIR += libswift SUBDIR += libtorrent SUBDIR += libtorrent-rasterbar SUBDIR += lidarr SUBDIR += linuxdcpp SUBDIR += litecoin SUBDIR += litecoin-daemon SUBDIR += litecoin-utils SUBDIR += microdc2 SUBDIR += minder SUBDIR += mktorrent SUBDIR += mldonkey SUBDIR += mldonkey-core SUBDIR += mldonkey-gui SUBDIR += monero-cli SUBDIR += namecoin SUBDIR += namecoin-daemon SUBDIR += namecoin-utils SUBDIR += ncdc SUBDIR += opendchub SUBDIR += openethereum SUBDIR += p5-Net-BitTorrent SUBDIR += p5-Net-BitTorrent-File SUBDIR += p5-Net-BitTorrent-PeerPacket SUBDIR += p5-Net-DirectConnect SUBDIR += p5-WWW-BitTorrent SUBDIR += phex SUBDIR += py-libtorrent-rasterbar SUBDIR += py-py2play SUBDIR += py-transmissionrpc SUBDIR += py-tremc SUBDIR += py-vertex SUBDIR += qbittorrent SUBDIR += qtum SUBDIR += radarr SUBDIR += retroshare SUBDIR += rslsync SUBDIR += rtorrent SUBDIR += shx SUBDIR += sonarr SUBDIR += sonarr-devel SUBDIR += torrent-file-editor SUBDIR += torrentcheck SUBDIR += torrentsniff SUBDIR += transmission SUBDIR += transmission-cli SUBDIR += transmission-daemon SUBDIR += transmission-gtk SUBDIR += transmission-qt SUBDIR += transmission-remote-gui + SUBDIR += transmission-utils SUBDIR += udpt SUBDIR += uhub SUBDIR += vuze SUBDIR += xmrig SUBDIR += zetacoin SUBDIR += zetacoin-daemon SUBDIR += zetacoin-utils .include Index: head/net-p2p/transmission/Makefile =================================================================== --- head/net-p2p/transmission/Makefile (revision 535961) +++ head/net-p2p/transmission/Makefile (revision 535962) @@ -1,30 +1,33 @@ # $FreeBSD$ PORTNAME= transmission DISTVERSION= 3.00 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= rigoletto@FreeBSD.org COMMENT= Meta-port for Transmission BitTorrent client LICENSE= GPLv2+ MIT LICENSE_COMB= multi USES= metaport -OPTIONS_DEFINE= CLI DAEMON GTK WEB QT -OPTIONS_DEFAULT= CLI GTK WEB +OPTIONS_DEFINE= CLI DAEMON GTK QT UTILS WEB +OPTIONS_DEFAULT= ${OPTIONS_DEFINE} CLI_DESC= Command line version DAEMON_DESC= Daemon version GTK_DESC= GTK version QT_DESC= Qt version +UTILS_DESC= Command line tools WEB_DESC= Web client CLI_RUN_DEPENDS= transmission-cli:net-p2p/transmission-cli DAEMON_RUN_DEPENDS= transmission-daemon:net-p2p/transmission-daemon GTK_RUN_DEPENDS= transmission-gtk:net-p2p/transmission-gtk QT_RUN_DEPENDS= transmission-qt:net-p2p/transmission-qt +UTILS_RUN_DEPENDS= transmission-create:net-p2p/transmission-utils WEB_RUN_DEPENDS= ${DATADIR}/web/index.html:www/transmission-web .include Index: head/net-p2p/transmission-cli/Makefile =================================================================== --- head/net-p2p/transmission-cli/Makefile (revision 535961) +++ head/net-p2p/transmission-cli/Makefile (revision 535962) @@ -1,78 +1,77 @@ # $FreeBSD$ PORTNAME= transmission DISTVERSION= 3.00 +PORTREVISION= 1 CATEGORIES+= net-p2p SLAVEPORT?= cli PKGNAMESUFFIX?= -cli MAINTAINER= rigoletto@FreeBSD.org COMMENT= Meta-port for Transmission BitTorrent client LICENSE+= MIT .if ${SLAVEPORT:Ncli} LICENSE+= GPLv2+ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/COPYING .endif .if ${SLAVEPORT:Nweb} LIB_DEPENDS+= libcurl.so:ftp/curl \ libdht.so:devel/jech-dht \ libb64.so:converters/libb64 \ libevent.so:devel/libevent \ libnatpmp.so:net/libnatpmp \ libutp.so:net/libutp \ libminiupnpc.so:net/miniupnpc USES+= cmake cpe iconv libtool localbase pkgconfig ssl . if ${SLAVEPORT:Mcli} NLS_USES= gettext-runtime:run -CONFLICTS_INSTALL= transmission-daemon . endif CPE_VENDOR= transmissionbt .endif USE_GITHUB= yes GH_TAGNAME= 3ef10de6d97d8cf181fdef81cc435d6a84c86000 -.if ${SLAVEPORT} != web -SLAVES= cli daemon gtk qt +.if ${SLAVEPORT:Nutils} +CMAKE_OFF+= ENABLE_UTILS +.endif + +.if ${SLAVEPORT:Nweb} +SLAVES= cli daemon gtk qt utils CMAKE_ON+= ENABLE_${SLAVEPORT:tu} CMAKE_OFF+= ${SLAVES:N${SLAVEPORT}:tu:S/^/ENABLE_/} -. if ${SLAVEPORT:Nweb:Ncli:Ndaemon} -CMAKE_OFF+= ENABLE_UTILS -. endif - DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${SLAVEPORT} CMAKE_ARGS+= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} OPTIONS_DEFINE+= DOCS LITE NLS OPTIONS_SUB= yes NLS_CMAKE_BOOL= ENABLE_NLS - LITE_CMAKE_BOOL= ENABLE_LIGHTWEIGHT .endif post-extract: @${FIND} ${WRKSRC}/web -name .git* -delete .if ${SLAVEPORT:Mweb} @${FIND} ${WRKSRC}/web \( -name '*.am' -o -name '*.in' \ -o -name '*.scss' \) -delete do-install: ( cd ${WRKSRC} && ${COPYTREE_SHARE} web ${STAGEDIR}${DATADIR} ) .endif .if ${SLAVEPORT:Mdaemon} post-install: ${MKDIR} ${STAGEDIR}${ETCDIR}/home .endif .include Index: head/net-p2p/transmission-cli/pkg-plist =================================================================== --- head/net-p2p/transmission-cli/pkg-plist (revision 535961) +++ head/net-p2p/transmission-cli/pkg-plist (revision 535962) @@ -1,16 +1,8 @@ bin/transmission-cli -bin/transmission-create -bin/transmission-edit -bin/transmission-remote -bin/transmission-show man/man1/transmission-cli.1.gz -man/man1/transmission-create.1.gz -man/man1/transmission-edit.1.gz -man/man1/transmission-remote.1.gz -man/man1/transmission-show.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt %%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh Index: head/net-p2p/transmission-daemon/Makefile =================================================================== --- head/net-p2p/transmission-daemon/Makefile (revision 535961) +++ head/net-p2p/transmission-daemon/Makefile (revision 535962) @@ -1,21 +1,20 @@ # $FreeBSD$ PKGNAMESUFFIX= -daemon +PORTREVISION= 1 USES= ssl NLS_USES= gettext-runtime:run - -CONFLICTS_INSTALL= transmission-cli USERS= transmission GROUPS= transmission USE_RC_SUBR= transmission MASTERDIR= ${.CURDIR}/../transmission-cli DESCR= ${.CURDIR}/pkg-descr PKGMESSAGE= ${.CURDIR}/pkg-message PLIST= ${.CURDIR}/pkg-plist SLAVEPORT= daemon .include "${MASTERDIR}/Makefile" Index: head/net-p2p/transmission-daemon/pkg-plist =================================================================== --- head/net-p2p/transmission-daemon/pkg-plist (revision 535961) +++ head/net-p2p/transmission-daemon/pkg-plist (revision 535962) @@ -1,17 +1,9 @@ -bin/transmission-create bin/transmission-daemon -bin/transmission-edit -bin/transmission-remote -bin/transmission-show -man/man1/transmission-create.1.gz man/man1/transmission-daemon.1.gz -man/man1/transmission-edit.1.gz -man/man1/transmission-remote.1.gz -man/man1/transmission-show.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt %%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh @dir %%ETCDIR%%/home Index: head/net-p2p/transmission-gtk/Makefile =================================================================== --- head/net-p2p/transmission-gtk/Makefile (revision 535961) +++ head/net-p2p/transmission-gtk/Makefile (revision 535962) @@ -1,19 +1,21 @@ # $FreeBSD$ PKGNAMESUFFIX= -gtk +PORTREVISION= 1 LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libnotify.so:devel/libnotify RUN_DEPENDS= xdg-open:devel/xdg-utils USES= desktop-file-utils gnome ssl NLS_USES= gettext-tools:build USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack pango +INSTALL_ICONS= yes MASTERDIR= ${.CURDIR}/../transmission-cli DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist SLAVEPORT= gtk .include "${MASTERDIR}/Makefile" Index: head/net-p2p/transmission-utils/Makefile =================================================================== --- head/net-p2p/transmission-utils/Makefile (nonexistent) +++ head/net-p2p/transmission-utils/Makefile (revision 535962) @@ -0,0 +1,13 @@ +# $FreeBSD$ + +PKGNAMESUFFIX= -utils + +NLS_USES= gettext-tools:build + +MASTERDIR= ${.CURDIR}/../transmission-cli +DESCR= ${.CURDIR}/pkg-descr +PLIST= ${.CURDIR}/pkg-plist + +SLAVEPORT= utils + +.include "${MASTERDIR}/Makefile" Property changes on: head/net-p2p/transmission-utils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/transmission-utils/pkg-descr =================================================================== --- head/net-p2p/transmission-utils/pkg-descr (nonexistent) +++ head/net-p2p/transmission-utils/pkg-descr (revision 535962) @@ -0,0 +1,9 @@ +Transmission-utils iclude the tools to create and manipulate torrent files. + +Transmission has been built from the ground up to be a lightweight, yet +powerful BitTorrent client. Its simple, intuitive interface is designed to +integrate tightly with whatever computing environment you choose to use. +Transmission strikes a balance between providing useful functionality +without feature bloat. Furthermore, it is free for anyone to use or modify. + +WWW: http://www.transmissionbt.com/ Property changes on: head/net-p2p/transmission-utils/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net-p2p/transmission-utils/pkg-plist =================================================================== --- head/net-p2p/transmission-utils/pkg-plist (nonexistent) +++ head/net-p2p/transmission-utils/pkg-plist (revision 535962) @@ -0,0 +1,14 @@ +bin/transmission-create +bin/transmission-edit +bin/transmission-remote +bin/transmission-show +man/man1/transmission-create.1.gz +man/man1/transmission-edit.1.gz +man/man1/transmission-remote.1.gz +man/man1/transmission-show.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt +%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh Property changes on: head/net-p2p/transmission-utils/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property