FreeBSD Bugzilla – Attachment 195153 Details for
Bug 226710
net-p2p/transmission-qt[4,5]: switching to FLAVORS.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
convert transmission-qt[4,5] to flavors.
transmission_work.patch (text/plain), 38.32 KB, created by
Alexandre C. Guimarães
on 2018-07-15 15:08:19 UTC
(
hide
)
Description:
convert transmission-qt[4,5] to flavors.
Filename:
MIME Type:
Creator:
Alexandre C. Guimarães
Created:
2018-07-15 15:08:19 UTC
Size:
38.32 KB
patch
obsolete
>Index: net-p2p/Makefile >=================================================================== >--- net-p2p/Makefile (revision 474665) >+++ net-p2p/Makefile (working copy) >@@ -92,8 +92,7 @@ > SUBDIR += transmission-cli > SUBDIR += transmission-daemon > SUBDIR += transmission-gtk >- SUBDIR += transmission-qt4 >- SUBDIR += transmission-qt5 >+ SUBDIR += transmission-qt > SUBDIR += transmission-remote-gui > SUBDIR += tribler > SUBDIR += twister >Index: net-p2p/transmission/Makefile >=================================================================== >--- net-p2p/transmission/Makefile (revision 474665) >+++ net-p2p/transmission/Makefile (working copy) >@@ -1,18 +1,33 @@ > # $FreeBSD$ > > PORTNAME= transmission >-PORTVERSION= 2.93 >+DISTVERSION= 2.94 > CATEGORIES= net-p2p > >-MAINTAINER= crees@FreeBSD.org >+MAINTAINER= lebarondemerde@privacychain.ch > COMMENT= Meta-port for Transmission BitTorrent client > >-RUN_DEPENDS= transmission-cli:net-p2p/transmission-cli \ >- transmission-daemon:net-p2p/transmission-daemon \ >- transmission-gtk:net-p2p/transmission-gtk >+LICENSE= GPLv2+ MIT >+LICENSE_COMB= multi > >-CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.[56]* >+USES= metaport > >-USES= metaport >+OPTIONS_DEFINE= CLI DAEMON GTK QT4 QT5 WEB > >+CLI_DESC= Command line version >+DAEMON_DESC= Daemon version >+GTK_DESC= GTK version >+QT4_DESC= Qt4 version >+QT5_DESC= Qt5 version >+WEB_DESC= Web client >+ >+OPTIONS_DEFAULT= CLI DAEMON GTK QT4 QT5 WEB >+ >+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 >+QT4_RUN_DEPENDS= transmission-qt:net-p2p/transmission-qt@qt4 >+QT5_RUN_DEPENDS= transmission-qt:net-p2p/transmission-qt@qt5 >+WEB_RUN_DEPENDS= ${DATADIR}/web/index.html:www/transmission-web >+ > .include <bsd.port.mk> >Index: net-p2p/transmission-cli/Makefile >=================================================================== >--- net-p2p/transmission-cli/Makefile (revision 474665) >+++ net-p2p/transmission-cli/Makefile (working copy) >@@ -1,116 +1,88 @@ > # $FreeBSD$ > > PORTNAME= transmission >-PORTVERSION= 2.93 >-PORTREVISION?= 1 >-CATEGORIES?= net-p2p >-MASTER_SITES= https://github.com/transmission/transmission-releases/raw/master/ \ >- http://transmission.cachefly.net/ >+DISTVERSION= 2.94 >+CATEGORIES+= net-p2p >+SLAVEPORT?= cli > PKGNAMESUFFIX?= -cli > >-MAINTAINER?= crees@FreeBSD.org >-COMMENT?= Lightweight CLI (command line) BitTorrent client and utilities >+MAINTAINER= lebarondemerde@privacychain.ch >+COMMENT= Meta-port for Transmission BitTorrent client > >-SLAVEPORT?= cli >+LICENSE+= MIT > >-LICENSE= GPLv2+ >-.if ${SLAVEPORT} == cli >-LICENSE+= MIT >+.if ${SLAVEPORT:Ncli} >+LICENSE+= GPLv2+ > LICENSE_COMB= multi >+LICENSE_FILE= ${WRKSRC}/COPYING > .endif >-LICENSE_FILE= ${WRKSRC}/COPYING > >-USES+= cpe tar:xz >+.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:outsource cpe iconv libtool localbase pkgconfig >+ >+. if ${SLAVEPORT:Mcli} >+USES+= ssl >+NLS_USES= gettext-runtime:run >+. endif >+ > CPE_VENDOR= transmissionbt >+.endif > >-CONFLICTS_INSTALL= ${PORTNAME}${PKGNAMESUFFIX}-2.5* >+USE_GITHUB= yes > >-EXTRACT_AFTER_ARGS=--no-same-owner --no-same-permissions --exclude third-party >- > .if ${SLAVEPORT} != web >-LIB_DEPENDS?= ${GEN_LIB_DEPENDS} >+SLAVES= cli daemon gtk qt >+CMAKE_ON+= ENABLE_${SLAVEPORT:tu} >+CMAKE_OFF+= ${SLAVES:N${SLAVEPORT}:tu:S/^/ENABLE_/} > >-# General dependencies >-GEN_LIB_DEPENDS=libb64.so:converters/libb64 \ >- libcurl.so:ftp/curl \ >- libdht.so:devel/jech-dht \ >- libminiupnpc.so:net/miniupnpc \ >- libnatpmp.so:net/libnatpmp \ >- libutp.so:net/libutp \ >- libevent.so:devel/libevent >-GEN_RUN_DEPENDS=${LOCALBASE}/share/transmission/web/index.html:www/transmission-web >+. if ${SLAVEPORT:Nweb:Ncli} >+CMAKE_OFF+= ENABLE_UTILS >+. endif > >-# This is master port of transmission-*, so don't override USES definition >-USES+= gmake iconv libtool localbase pkgconfig >-GNU_CONFIGURE= yes >-LIBS+= ${ICONV_LIB} >-CONFIGURE_ENV= ${ICONV_LIB:C@.+@ac_cv_func_iconv=yes@} >-CONFIGURE_ARGS= --without-inotify \ >- --enable-external-b64 \ >- --enable-external-dht \ >- --enable-external-natpmp \ >- ${EXTRA_CONF_ARGS} >+DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${SLAVEPORT} >+CMAKE_ARGS+= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} > >-EXTRA_CONF_ARGS?=--enable-cli \ >- --disable-daemon \ >- --without-gtk \ >- --disable-mac \ >- --disable-nls >+OPTIONS_DEFINE+= DOCS LITE NLS >+OPTIONS_SUB= yes >+OPTIONS_DEFAULT= OPENSSL > >-EXTRA_PATCHES= ${PATCHDIR}/disable-web >+NLS_CMAKE_BOOL= ENABLE_NLS > >-OPTIONS_DEFINE+= DOCS LITE >-OPTIONS_DEFAULT+= OPENSSL >-OPTIONS_SINGLE+= SSL >-OPTIONS_SINGLE_SSL+= OPENSSL WOLFSSL >+OPTIONS_SINGLE= SSL >+OPTIONS_SINGLE_SSL= OPENSSL WOLFSSL > >-LITE_CONFIGURE_ENABLE= lightweight >- > OPENSSL_USES= ssl >-OPENSSL_CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ >- OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" >-OPENSSL_CONFIGURE_ON= --with-crypto=openssl >+OPENSSL_CMAKE_ARGS= -DWITH_CRYPTO="openssl" > > WOLFSSL_LIB_DEPENDS= libwolfssl.so:security/wolfssl >-WOLFSSL_CONFIGURE_ON= --with-crypto=cyassl >-WOLFSSL_BROKEN= Requires security/wolfssl built with --enable-arc4 >+WOLFSSL_CMAKE_ARGS= -DWITH_CRYPTO="cyassl" >+ >+LITE_CONFIGURE_ENABLE= lightweight >+LITE_CMAKE_BOOL= ENABLE_LIGHTWEIGHT > .endif > >-DOCS= AUTHORS NEWS README >-DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} >+post-extract: >+ @${FIND} ${WRKSRC}/web -name .git* -delete > >-general-patch: >- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ >- 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' >-.if ${SLAVEPORT} != gtk >- @${REINPLACE_CMD} -e '/#define DISABLE_GETTEXT/s,/\* \(.*\) \*/,\1,' \ >- ${WRKSRC}/libtransmission/utils.h >+.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 >- @${REINPLACE_CMD} -e \ >- 's|rt_clock_gettime=yes|rt_clock_gettime=no|g ; \ >- s|" == "|" = "|g' \ >- ${WRKSRC}/configure >- @${REINPLACE_CMD} -e 's|doc \\| \\|g' \ >- ${WRKSRC}/Makefile.in >-.if ${SLAVEPORT} != cli >- @${REINPLACE_CMD} -e 's|utils \\|\\|g' \ >- ${WRKSRC}/Makefile.in >-.endif >-# Don't conflict with patches but force system libraries >- @${REINPLACE_CMD} -e 's|third-party \\|\\|g' \ >- ${WRKSRC}/Makefile.in >- @${REINPLACE_CMD} \ >- -e 's|third-party/[^ ]*Makefile||g' \ >- ${WRKSRC}/configure > >-post-patch: general-patch >- >-general-install: >-.if ${SLAVEPORT} != web >- (cd ${WRKSRC} && ${COPYTREE_SHARE} \ >- "${DOCS}" ${STAGEDIR}${DOCSDIR}) >+.if ${SLAVEPORT:Mdaemon} >+post-install: >+ ${MKDIR} ${STAGEDIR}${ETCDIR}/home > .endif > >-post-install: general-install >- > .include <bsd.port.mk> >Index: net-p2p/transmission-cli/distinfo >=================================================================== >--- net-p2p/transmission-cli/distinfo (revision 474665) >+++ net-p2p/transmission-cli/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1519849051 >-SHA256 (transmission-2.93.tar.xz) = 8815920e0a4499bcdadbbe89a4115092dab42ce5199f71ff9a926cfd12b9b90b >-SIZE (transmission-2.93.tar.xz) = 3363868 >+TIMESTAMP = 1530806424 >+SHA256 (transmission-transmission-2.94_GH0.tar.gz) = 440c2fd0f89b1ab59d8a4b79ecd7bffd61bc000e36fb5b6c8e88142a4fadbb1f >+SIZE (transmission-transmission-2.94_GH0.tar.gz) = 6342775 >Index: net-p2p/transmission-cli/files/disable-web >=================================================================== >--- net-p2p/transmission-cli/files/disable-web (revision 474665) >+++ net-p2p/transmission-cli/files/disable-web (nonexistent) >@@ -1,19 +0,0 @@ >---- Makefile.in.orig 2010-10-23 15:56:02.000000000 -0500 >-+++ Makefile.in 2010-10-23 15:56:55.000000000 -0500 >-@@ -303,15 +303,13 @@ >- @BUILD_GTK_TRUE@GTK_DIR = gtk po >- @BUILD_MAC_TRUE@MAC_DIR = macosx >- SUBDIRS = \ >-- extras \ >- third-party \ >- libtransmission \ >- utils \ >- $(DAEMON_DIR) \ >- $(CLI_DIR) \ >- $(GTK_DIR) \ >-- $(MAC_DIR) \ >-- web >-+ $(MAC_DIR) >- >- EXTRA_DIST = \ >- qt \ > >Property changes on: net-p2p/transmission-cli/files/disable-web >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-cli/files/patch-CMakeLists.txt >=================================================================== >--- net-p2p/transmission-cli/files/patch-CMakeLists.txt (nonexistent) >+++ net-p2p/transmission-cli/files/patch-CMakeLists.txt (working copy) >@@ -0,0 +1,29 @@ >+--- CMakeLists.txt.orig 2018-07-09 22:28:43 UTC >++++ CMakeLists.txt >+@@ -511,9 +511,9 @@ endif() >+ # endif() >+ >+ if(ENABLE_NLS) >+- check_library_exists(intl libintl_gettext "" HAVE_LIBINTL) >+- if(HAVE_LIBINTL) >+- set(LIBINTL_LIBRARY intl) >++ find_package(Intl) >++ if(Intl_FOUND) >++ set(LIBINTL_LIBRARY ${Intl_LIBRARIES}) >+ endif() >+ endif() >+ >+@@ -536,13 +536,6 @@ foreach(P daemon cli utils gtk qt) >+ endif() >+ endforeach() >+ >+-if(ENABLE_DAEMON OR ENABLE_GTK OR ENABLE_QT) >+- install(DIRECTORY web DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${TR_NAME} >+- PATTERN *.am EXCLUDE >+- PATTERN *.in EXCLUDE >+- PATTERN *.scss EXCLUDE) >+-endif() >+- >+ if(ENABLE_GTK AND ENABLE_NLS) >+ find_package(Gettext REQUIRED) >+ add_subdirectory(po) > >Property changes on: net-p2p/transmission-cli/files/patch-CMakeLists.txt >___________________________________________________________________ >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: net-p2p/transmission-cli/files/patch-cmake_FindDHT.cmake >=================================================================== >--- net-p2p/transmission-cli/files/patch-cmake_FindDHT.cmake (nonexistent) >+++ net-p2p/transmission-cli/files/patch-cmake_FindDHT.cmake (working copy) >@@ -0,0 +1,12 @@ >+--- cmake/FindDHT.cmake.orig 2018-07-08 18:11:40 UTC >++++ cmake/FindDHT.cmake >+@@ -15,6 +15,10 @@ endif() >+ find_path(DHT_INCLUDE_DIR NAMES dht/dht.h HINTS ${_DHT_INCLUDEDIR}) >+ find_library(DHT_LIBRARY NAMES dht HINTS ${_DHT_LIBDIR}) >+ >++if (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") >++ set(DHT_INCLUDE_DIR /usr/local/lib) >++endif() >++ >+ set(DHT_INCLUDE_DIRS ${DHT_INCLUDE_DIR}) >+ set(DHT_LIBRARIES ${DHT_LIBRARY}) > >Property changes on: net-p2p/transmission-cli/files/patch-cmake_FindDHT.cmake >___________________________________________________________________ >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: net-p2p/transmission-cli/files/patch-configure >=================================================================== >--- net-p2p/transmission-cli/files/patch-configure (revision 474665) >+++ net-p2p/transmission-cli/files/patch-configure (nonexistent) >@@ -1,20 +0,0 @@ >---- configure.orig 2016-03-06 20:24:37 UTC >-+++ configure >-@@ -19348,7 +19348,7 @@ $as_echo_n "checking µTP... " >&6; } >- build_utp="no" >- >- ac_save_LIBS="$LIBS" >--LIBS="-lutp" >-+LIBS="-lutp $LIBS" >- cat confdefs.h - <<_ACEOF >conftest.$ac_ext >- /* end confdefs.h. */ >- #include <libutp/utp.h> >-@@ -19423,7 +19423,7 @@ $as_echo "$build_utp" >&6; } >- >- >- ac_save_LIBS="$LIBS" >--LIBS="-lminiupnpc" >-+LIBS="-lminiupnpc $LIBS" >- { $as_echo "$as_me:${as_lineno-$LINENO}: checking system miniupnpc library" >&5 >- $as_echo_n "checking system miniupnpc library... " >&6; } >- > >Property changes on: net-p2p/transmission-cli/files/patch-configure >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-cli/files/patch-fix-with-libressl >=================================================================== >--- net-p2p/transmission-cli/files/patch-fix-with-libressl (revision 474665) >+++ net-p2p/transmission-cli/files/patch-fix-with-libressl (nonexistent) >@@ -1,23 +0,0 @@ >---- libtransmission/crypto-utils-openssl.c.orig 2018-03-01 00:44:45 UTC >-+++ libtransmission/crypto-utils-openssl.c >-@@ -147,7 +147,7 @@ tr_sha1_final (tr_sha1_ctx_t handle, >- **** >- ***/ >- >--#if OPENSSL_VERSION_NUMBER < 0x0090802fL >-+#if OPENSSL_VERSION_NUMBER < 0x0090802fL || defined(LIBRESSL_VERSION_NUMBER) >- >- static EVP_CIPHER_CTX * >- openssl_evp_cipher_context_new (void) >-@@ -230,7 +230,7 @@ tr_rc4_process (tr_rc4_ctx_t handle, >- **** >- ***/ >- >--#if OPENSSL_VERSION_NUMBER < 0x10100000 >-+#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER) >- static inline int >- DH_set0_pqg (DH * dh, >- BIGNUM * p, >- >- >- > >Property changes on: net-p2p/transmission-cli/files/patch-fix-with-libressl >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-cli/files/patch-fix_without_ipv6 >=================================================================== >--- net-p2p/transmission-cli/files/patch-fix_without_ipv6 (revision 474665) >+++ net-p2p/transmission-cli/files/patch-fix_without_ipv6 (nonexistent) >@@ -1,11 +0,0 @@ >---- libtransmission/fdlimit.c.orig 2015-07-01 00:54:41 UTC >-+++ libtransmission/fdlimit.c >-@@ -517,7 +517,7 @@ tr_fdSocketCreate (tr_session * session, >- >- if (gFd->peerCount < session->peerLimit) >- if ((s = socket (domain, type, 0)) == TR_BAD_SOCKET) >-- if (sockerrno != EAFNOSUPPORT) >-+ if (sockerrno != EPROTONOSUPPORT) >- { >- char err_buf[512]; >- tr_logAddError (_("Couldn't create socket: %s"), > >Property changes on: net-p2p/transmission-cli/files/patch-fix_without_ipv6 >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-cli/files/patch-libtransmission_CMakeLists.txt >=================================================================== >--- net-p2p/transmission-cli/files/patch-libtransmission_CMakeLists.txt (nonexistent) >+++ net-p2p/transmission-cli/files/patch-libtransmission_CMakeLists.txt (working copy) >@@ -0,0 +1,11 @@ >+--- libtransmission/CMakeLists.txt.orig 2018-07-10 05:34:13 UTC >++++ libtransmission/CMakeLists.txt >+@@ -281,7 +281,7 @@ if(ENABLE_TESTS) >+ set(${TP}_TEST_BASENAME "${T}") >+ endif() >+ add_executable(${TP} ${${TP}_TEST_BASENAME}-test.c ${${T}-test_ADD_SOURCES}) >+- target_link_libraries(${TP} ${TR_NAME} ${TR_NAME}-test) >++ target_link_libraries(${TP} ${TR_NAME} ${TR_NAME}-test ${DHT_LIBRARIES}) >+ if(DEFINED ${T}-test_DEFINITIONS) >+ target_compile_definitions(${TP} PRIVATE ${${T}-test_DEFINITIONS}) >+ endif() > >Property changes on: net-p2p/transmission-cli/files/patch-libtransmission_CMakeLists.txt >___________________________________________________________________ >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: net-p2p/transmission-cli/files/patch-libtransmission_crypto-utils-openssl.c >=================================================================== >--- net-p2p/transmission-cli/files/patch-libtransmission_crypto-utils-openssl.c (revision 474665) >+++ net-p2p/transmission-cli/files/patch-libtransmission_crypto-utils-openssl.c (nonexistent) >@@ -1,11 +0,0 @@ >---- libtransmission/crypto-utils-openssl.c.orig 2018-01-23 19:17:43 UTC >-+++ libtransmission/crypto-utils-openssl.c >-@@ -230,7 +230,7 @@ tr_rc4_process (tr_rc4_ctx_t handle, >- **** >- ***/ >- >--#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER) >-+#if OPENSSL_VERSION_NUMBER < 0x10100000 || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000) >- static inline int >- DH_set0_pqg (DH * dh, >- BIGNUM * p, > >Property changes on: net-p2p/transmission-cli/files/patch-libtransmission_crypto-utils-openssl.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-cli/files/patch-qt-app-h >=================================================================== >--- net-p2p/transmission-cli/files/patch-qt-app-h (revision 474665) >+++ net-p2p/transmission-cli/files/patch-qt-app-h (nonexistent) >@@ -1,10 +0,0 @@ >---- qt/Application.h.orig 2013-11-13 20:00:41.000000000 +0100 >-+++ qt/Application.h 2013-11-13 20:00:51.000000000 +0100 >-@@ -13,6 +13,7 @@ >- #ifndef QTR_APP_H >- #define QTR_APP_H >- >-+#include <ctime> >- #include <QApplication> >- #include <QSet> >- #include <QTimer> > >Property changes on: net-p2p/transmission-cli/files/patch-qt-app-h >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-cli/files/patch-qt_Application.h >=================================================================== >--- net-p2p/transmission-cli/files/patch-qt_Application.h (nonexistent) >+++ net-p2p/transmission-cli/files/patch-qt_Application.h (working copy) >@@ -0,0 +1,10 @@ >+--- qt/Application.h.orig 2018-07-04 17:44:30 UTC >++++ qt/Application.h >+@@ -15,6 +15,7 @@ >+ #include <QTimer> >+ #include <QTranslator> >+ >++#include <time.h> >+ #include "FaviconCache.h" >+ >+ class AddData; > >Property changes on: net-p2p/transmission-cli/files/patch-qt_Application.h >___________________________________________________________________ >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: net-p2p/transmission-cli/files/patch-qt_qtr_pro >=================================================================== >--- net-p2p/transmission-cli/files/patch-qt_qtr_pro (revision 474665) >+++ net-p2p/transmission-cli/files/patch-qt_qtr_pro (nonexistent) >@@ -1,21 +0,0 @@ >-$OpenBSD: patch-qt_qtr_pro,v 1.4 2012/04/07 10:55:04 naddy Exp $ >---- qt/qtr.pro.orig Fri Aug 9 04:45:47 2013 >-+++ qt/qtr.pro Thu Aug 22 16:37:03 2013 >-@@ -8,7 +8,7 @@ target.path = /bin >- INSTALLS += target >- >- unix: INSTALLS += man >--man.path = /share/man/man1/ >-+man.path = /man/man1/ >- man.files = transmission-qt.1 >- >- CONFIG += qt thread debug link_pkgconfig c++11 warn_on >-@@ -34,7 +34,7 @@ LIBS += $${DHT_LIBS} >- LIBS += $${LIBB64_LIBS} >- LIBS += $${LIBUPNP_LIBS} >- LIBS += $${LIBNATPMP_LIBS} >--unix: LIBS += -L$${EVENT_TOP}/lib -lz -lrt >-+unix: LIBS += -L$${EVENT_TOP}/lib -lz -levent_core -levent_extra >- win32:LIBS += -levent-2.0 -lws2_32 -lintl >- win32:LIBS += -lidn -liconv -lwldap32 -liphlpapi >- > >Property changes on: net-p2p/transmission-cli/files/patch-qt_qtr_pro >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-cli/pkg-plist >=================================================================== >--- net-p2p/transmission-cli/pkg-plist (revision 474665) >+++ net-p2p/transmission-cli/pkg-plist (working copy) >@@ -7,5 +7,8 @@ > man/man1/transmission-edit.1.gz > man/man1/transmission-show.1.gz > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING > %%PORTDOCS%%%%DOCSDIR%%/NEWS > %%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt >+%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh >Index: net-p2p/transmission-daemon/Makefile >=================================================================== >--- net-p2p/transmission-daemon/Makefile (revision 474665) >+++ net-p2p/transmission-daemon/Makefile (working copy) >@@ -2,28 +2,18 @@ > > PKGNAMESUFFIX= -daemon > >-MAINTAINER= crees@FreeBSD.org >-COMMENT= Fast and lightweight daemon BitTorrent client >+USES= ssl >+NLS_USES= gettext-runtime:run > >-RUN_DEPENDS= ${GEN_RUN_DEPENDS} >+USERS= transmission >+GROUPS= transmission >+USE_RC_SUBR= transmission > >+MASTERDIR= ${.CURDIR}/../transmission-cli > DESCR= ${.CURDIR}/pkg-descr >-MASTERDIR= ${.CURDIR}/../transmission-cli >+PKGMESSAGE= ${.CURDIR}/pkg-message > PLIST= ${.CURDIR}/pkg-plist >+ > SLAVEPORT= daemon >-PKGMESSAGE= ${.CURDIR}/pkg-message > >-USE_RC_SUBR= transmission >-USERS= transmission >-GROUPS= transmission >- >-EXTRA_CONF_ARGS=--disable-cli \ >- --enable-daemon \ >- --without-gtk \ >- --disable-mac \ >- --disable-nls >- >-post-install: >- ${MKDIR} ${STAGEDIR}${ETCDIR}/home >- > .include "${MASTERDIR}/Makefile" >Index: net-p2p/transmission-daemon/pkg-plist >=================================================================== >--- net-p2p/transmission-daemon/pkg-plist (revision 474665) >+++ net-p2p/transmission-daemon/pkg-plist (working copy) >@@ -3,6 +3,9 @@ > man/man1/transmission-daemon.1.gz > man/man1/transmission-remote.1.gz > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING > %%PORTDOCS%%%%DOCSDIR%%/NEWS > %%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt >+%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh > @dir %%ETCDIR%%/home >Index: net-p2p/transmission-gtk/Makefile >=================================================================== >--- net-p2p/transmission-gtk/Makefile (revision 474665) >+++ net-p2p/transmission-gtk/Makefile (working copy) >@@ -2,33 +2,18 @@ > > PKGNAMESUFFIX= -gtk > >-MAINTAINER= crees@FreeBSD.org >-COMMENT= Fast and lightweight GTK+3 BitTorrent client >+LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ >+ libnotify.so:devel/libnotify >+RUN_DEPENDS= xdg-open:devel/xdg-utils > >-LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ >- libnotify.so:devel/libnotify \ >- libdbus-glib-1.so:devel/dbus-glib >+USES= desktop-file-utils ssl >+NLS_USES= gettext-tools:build >+USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intlhack pango > >-RUN_DEPENDS= ${GEN_RUN_DEPENDS} \ >- xdg-open:devel/xdg-utils >- >+MASTERDIR= ${.CURDIR}/../transmission-cli > DESCR= ${.CURDIR}/pkg-descr >-MASTERDIR= ${.CURDIR}/../transmission-cli > PLIST= ${.CURDIR}/pkg-plist >+ > SLAVEPORT= gtk > >-USE_GNOME= cairo gtk30 intlhack >-USES= gettext pathfix desktop-file-utils >-INSTALLS_ICONS= yes >- >-EXTRA_CONF_ARGS=--disable-cli \ >- --disable-daemon \ >- --with-gtk \ >- --disable-mac \ >- --enable-nls >- >-post-patch: general-patch >- @${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \ >- ${WRKSRC}/gtk/transmission-gtk.desktop.in >- > .include "${MASTERDIR}/Makefile" >Index: net-p2p/transmission-gtk/pkg-plist >=================================================================== >--- net-p2p/transmission-gtk/pkg-plist (revision 474665) >+++ net-p2p/transmission-gtk/pkg-plist (working copy) >@@ -2,8 +2,11 @@ > man/man1/transmission-gtk.1.gz > share/applications/transmission-gtk.desktop > %%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING > %%PORTDOCS%%%%DOCSDIR%%/NEWS > %%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt >+%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh > share/icons/hicolor/16x16/apps/transmission.png > share/icons/hicolor/22x22/apps/transmission.png > share/icons/hicolor/24x24/apps/transmission.png >@@ -48,8 +51,8 @@ > share/locale/he/LC_MESSAGES/transmission-gtk.mo > share/locale/hi/LC_MESSAGES/transmission-gtk.mo > share/locale/hr/LC_MESSAGES/transmission-gtk.mo >+share/locale/hu/LC_MESSAGES/transmission-gtk.mo > share/locale/hy/LC_MESSAGES/transmission-gtk.mo >-share/locale/hu/LC_MESSAGES/transmission-gtk.mo > share/locale/ia/LC_MESSAGES/transmission-gtk.mo > share/locale/id/LC_MESSAGES/transmission-gtk.mo > share/locale/is/LC_MESSAGES/transmission-gtk.mo >@@ -99,4 +102,3 @@ > share/locale/vi/LC_MESSAGES/transmission-gtk.mo > share/locale/zh_CN/LC_MESSAGES/transmission-gtk.mo > share/locale/zh_TW/LC_MESSAGES/transmission-gtk.mo >-share/pixmaps/transmission.png >Index: net-p2p/transmission-qt/Makefile >=================================================================== >--- net-p2p/transmission-qt/Makefile (nonexistent) >+++ net-p2p/transmission-qt/Makefile (working copy) >@@ -0,0 +1,36 @@ >+# $FreeBSD$ >+ >+PKGNAMESUFFIX= -${FLAVOR} >+ >+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >+ libfreetype.so:print/freetype2 >+ >+FLAVORS= qt4 qt5 >+FLAVOR?= ${FLAVORS:[1]} >+ >+qt4_CONFLICTS_INSTALL= transmission-qt5 >+qt5_CONFLICTS_INSTALL= transmission-qt4 >+ >+.if ${FLAVOR} == qt4 >+USES= qt:4 >+NLS_USES= gettext-runtime:run qt:4 >+USE_QT= moc_build linguisttools_build qmake_build rcc_build \ >+ uic_build corelib dbus gui network xml >+CMAKE_OFF+= USE_QT5 >+.endif >+ >+.if ${FLAVOR} == qt5 >+USES= qt:5 >+NLS_USES= gettext-runtime:run qt:5 >+USE_QT= buildtools_build linguisttools_build qmake_build \ >+ core dbus gui network widgets >+CMAKE_ON= USE_QT5 >+.endif >+ >+MASTERDIR= ${.CURDIR}/../transmission-cli >+DESCR= ${.CURDIR}/pkg-descr >+PLIST= ${.CURDIR}/pkg-plist >+ >+SLAVEPORT= qt >+ >+.include "${MASTERDIR}/Makefile" > >Property changes on: net-p2p/transmission-qt/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: net-p2p/transmission-qt/pkg-descr >=================================================================== >--- net-p2p/transmission-qt/pkg-descr (nonexistent) >+++ net-p2p/transmission-qt/pkg-descr (working copy) >@@ -0,0 +1,13 @@ >+A fast and lightweight Qt BitTorrent client, loosely based on the GTK+ client. >+ >+This is the only Transmission client that can act as its own self-contained >+session (as the GTK+ and Mac clients do), and can also connect to a remote >+session (as the web client and transmission-remote terminal client do). >+ >+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: net-p2p/transmission-qt/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: net-p2p/transmission-qt/pkg-plist >=================================================================== >--- net-p2p/transmission-qt/pkg-plist (nonexistent) >+++ net-p2p/transmission-qt/pkg-plist (working copy) >@@ -0,0 +1,25 @@ >+bin/transmission-qt >+man/man1/transmission-qt.1.gz >+share/applications/transmission-qt.desktop >+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >+%%PORTDOCS%%%%DOCSDIR%%/COPYING >+%%PORTDOCS%%%%DOCSDIR%%/NEWS >+%%PORTDOCS%%%%DOCSDIR%%/README >+%%PORTDOCS%%%%DOCSDIR%%/rpc-spec.txt >+%%PORTDOCS%%%%DOCSDIR%%/send-email-when-torrent-done.sh >+%%DATADIR%%/translations/transmission_de.qm >+%%DATADIR%%/translations/transmission_en.qm >+%%DATADIR%%/translations/transmission_es.qm >+%%DATADIR%%/translations/transmission_eu.qm >+%%DATADIR%%/translations/transmission_fr.qm >+%%DATADIR%%/translations/transmission_hu.qm >+%%DATADIR%%/translations/transmission_id.qm >+%%DATADIR%%/translations/transmission_it_IT.qm >+%%DATADIR%%/translations/transmission_kk.qm >+%%DATADIR%%/translations/transmission_ko.qm >+%%DATADIR%%/translations/transmission_lt.qm >+%%DATADIR%%/translations/transmission_pl_PL.qm >+%%DATADIR%%/translations/transmission_pt_BR.qm >+%%DATADIR%%/translations/transmission_ru.qm >+%%DATADIR%%/translations/transmission_uk.qm >+%%DATADIR%%/translations/transmission_zh_CN.qm > >Property changes on: net-p2p/transmission-qt/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 >Index: net-p2p/transmission-qt4/Makefile >=================================================================== >--- net-p2p/transmission-qt4/Makefile (revision 474665) >+++ net-p2p/transmission-qt4/Makefile (nonexistent) >@@ -1,52 +0,0 @@ >-# $FreeBSD$ >- >-PKGNAMESUFFIX= -qt4 >- >-MAINTAINER= crees@FreeBSD.org >-COMMENT= Fast and lightweight Qt4 BitTorrent client >- >-LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ >- libfontconfig.so:x11-fonts/fontconfig \ >- libfreetype.so:print/freetype2 >-RUN_DEPENDS= ${GEN_RUN_DEPENDS} >- >-CONFLICTS_INSTALL= transmission-qt5-[0-9]* >- >-DESCR= ${.CURDIR}/pkg-descr >-MASTERDIR= ${.CURDIR}/../transmission-cli >-PLIST= ${.CURDIR}/pkg-plist >-SLAVEPORT= qt4 >- >-USE_QT= moc_build qmake_build uic_build rcc_build \ >- corelib gui dbus network xml >-USES= compiler:c++11-lib desktop-file-utils qmake:no_env qt:4 >- >-EXTRA_CONF_ARGS=--disable-cli \ >- --disable-daemon \ >- --without-gtk \ >- --disable-mac \ >- --disable-nls >- >-post-patch: general-patch >- @${REINPLACE_CMD} -e 's|/share/man|/man|g ; /PKGCONFIG/s| openssl||g' \ >- ${WRKSRC}/qt/qtr.pro >- @${ECHO_CMD} 'LIBS += -l${PORT_OPTIONS:M*SSL:tl:S/openssl/crypto/}' \ >- >>${WRKSRC}/qt/qtr.pro >- >-post-build: >- @(cd ${WRKSRC}/qt && ${QMAKE} ${QMAKE_ARGS} qtr.pro && ${MAKE_CMD}) >- >-do-install: >- @(cd ${WRKSRC}/qt && \ >- ${SETENV} INSTALL_ROOT=${STAGEDIR}${PREFIX} ${MAKE_CMD} install) >- >-post-install: general-install >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/qt/README.txt \ >- ${STAGEDIR}${DOCSDIR}/README-qt4 >- @${INSTALL_DATA} ${WRKSRC}/qt/transmission-qt.desktop \ >- ${STAGEDIR}${PREFIX}/share/applications/ >- @${INSTALL_DATA} ${WRKSRC}/qt/icons/transmission.png \ >- ${STAGEDIR}${PREFIX}/share/pixmaps/transmission-qt.png >- >-.include "${MASTERDIR}/Makefile" > >Property changes on: net-p2p/transmission-qt4/Makefile >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:keywords >## -1 +0,0 ## >-FreeBSD=%H >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-qt4/pkg-descr >=================================================================== >--- net-p2p/transmission-qt4/pkg-descr (revision 474665) >+++ net-p2p/transmission-qt4/pkg-descr (nonexistent) >@@ -1,13 +0,0 @@ >-A fast and lightweight Qt4 BitTorrent client, loosely based on the GTK+ client. >- >-This is the only Transmission client that can act as its own self-contained >-session (as the GTK+ and Mac clients do), and can also connect to a remote >-session (as the web client and transmission-remote terminal client do). >- >-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: net-p2p/transmission-qt4/pkg-descr >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-qt4/pkg-plist >=================================================================== >--- net-p2p/transmission-qt4/pkg-plist (revision 474665) >+++ net-p2p/transmission-qt4/pkg-plist (nonexistent) >@@ -1,8 +0,0 @@ >-bin/transmission-qt >-man/man1/transmission-qt.1.gz >-share/applications/transmission-qt.desktop >-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >-%%PORTDOCS%%%%DOCSDIR%%/NEWS >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/README-qt4 >-share/pixmaps/transmission-qt.png > >Property changes on: net-p2p/transmission-qt4/pkg-plist >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-qt5/Makefile >=================================================================== >--- net-p2p/transmission-qt5/Makefile (revision 474665) >+++ net-p2p/transmission-qt5/Makefile (nonexistent) >@@ -1,52 +0,0 @@ >-# $FreeBSD$ >- >-PKGNAMESUFFIX= -qt5 >- >-MAINTAINER= crees@FreeBSD.org >-COMMENT= Fast and lightweight Qt5 BitTorrent client >- >-LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ >- libfontconfig.so:x11-fonts/fontconfig \ >- libfreetype.so:print/freetype2 >-RUN_DEPENDS= ${GEN_RUN_DEPENDS} >- >-CONFLICTS_INSTALL= transmission-qt4-[0-9]* >- >-DESCR= ${.CURDIR}/pkg-descr >-MASTERDIR= ${.CURDIR}/../transmission-cli >-PLIST= ${.CURDIR}/pkg-plist >-SLAVEPORT= qt5 >- >-USE_QT= buildtools_build qmake_build core dbus gui network widgets >-USES= compiler:c++11-lib desktop-file-utils qmake:no_env qt:5 >- >-EXTRA_CONF_ARGS=--disable-cli \ >- --disable-daemon \ >- --without-gtk \ >- --disable-mac \ >- --disable-nls >- >-post-patch: general-patch >- @${REINPLACE_CMD} -e 's|/share/man|/man|g ; /PKGCONFIG/s| openssl||g' \ >- ${WRKSRC}/qt/qtr.pro >- @${ECHO_CMD} 'LIBS += -l${PORT_OPTIONS:M*SSL:tl:S/openssl/crypto/}' \ >- >>${WRKSRC}/qt/qtr.pro >- >-post-build: >- @(cd ${WRKSRC}/qt && ${QMAKE} ${QMAKE_ARGS} qtr.pro && ${MAKE_CMD}) >- >-do-install: >- @(cd ${WRKSRC}/qt && \ >- ${SETENV} INSTALL_ROOT=${STAGEDIR}${PREFIX} ${MAKE_CMD} install) >- >-post-install: general-install >- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/transmission-qt >- @${MKDIR} ${STAGEDIR}${DOCSDIR} >- @${INSTALL_DATA} ${WRKSRC}/qt/README.txt \ >- ${STAGEDIR}${DOCSDIR}/README-qt5 >- @${INSTALL_DATA} ${WRKSRC}/qt/transmission-qt.desktop \ >- ${STAGEDIR}${PREFIX}/share/applications/ >- @${INSTALL_DATA} ${WRKSRC}/qt/icons/transmission.png \ >- ${STAGEDIR}${PREFIX}/share/pixmaps/transmission-qt.png >- >-.include "${MASTERDIR}/Makefile" > >Property changes on: net-p2p/transmission-qt5/Makefile >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:keywords >## -1 +0,0 ## >-FreeBSD=%H >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-qt5/pkg-descr >=================================================================== >--- net-p2p/transmission-qt5/pkg-descr (revision 474665) >+++ net-p2p/transmission-qt5/pkg-descr (nonexistent) >@@ -1,13 +0,0 @@ >-A fast and lightweight Qt5 BitTorrent client, loosely based on the GTK+ client. >- >-This is the only Transmission client that can act as its own self-contained >-session (as the GTK+ and Mac clients do), and can also connect to a remote >-session (as the web client and transmission-remote terminal client do). >- >-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: net-p2p/transmission-qt5/pkg-descr >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: net-p2p/transmission-qt5/pkg-plist >=================================================================== >--- net-p2p/transmission-qt5/pkg-plist (revision 474665) >+++ net-p2p/transmission-qt5/pkg-plist (nonexistent) >@@ -1,8 +0,0 @@ >-bin/transmission-qt >-man/man1/transmission-qt.1.gz >-share/applications/transmission-qt.desktop >-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >-%%PORTDOCS%%%%DOCSDIR%%/NEWS >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/README-qt5 >-share/pixmaps/transmission-qt.png > >Property changes on: net-p2p/transmission-qt5/pkg-plist >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: www/transmission-web/Makefile >=================================================================== >--- www/transmission-web/Makefile (revision 474665) >+++ www/transmission-web/Makefile (working copy) >@@ -1,25 +1,24 @@ > # $FreeBSD$ > >-CATEGORIES= www net-p2p >+CATEGORIES= www > PKGNAMESUFFIX= -web > >-MAINTAINER= crees@FreeBSD.org >-COMMENT= Fast and lightweight WebUI for Transmission BitTorrent client >+USES= cpe >+NO_ARCH= yes >+NO_BUILD= yes >+PORTDATA= web > >+MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli > DESCR= ${.CURDIR}/pkg-descr >-MASTERDIR= ${.CURDIR}/../../net-p2p/transmission-cli > PLIST= ${NONEXISTENT} >+ > SLAVEPORT= web > >-PORTDATA= web >+#post-extract: >+# @${FIND} ${WRKSRC}/web \( -name '*.am' -o -name '*.in' \ >+ -o -name '*.scss' \) -delete > >-NO_BUILD= yes >+#do-install: >+# ( cd ${WRKSRC} && ${COPYTREE_SHARE} web ${STAGEDIR}${DATADIR} ) > >-post-extract: >- @${FIND} ${WRKSRC}/web -name Makefile.* -delete >- >-do-install: >- ${MKDIR} ${STAGEDIR}${DATADIR}/web >- (cd ${WRKSRC}/web && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/web) >- > .include "${MASTERDIR}/Makefile"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226710
:
193850
|
193857
|
193858
|
194047
| 195153