Major update to 2.11.

The GTK+ client is now named "transmission-gtk" and the -gui package has
been renamed to -gtk.
This commit is contained in:
naddy 2010-10-21 21:52:51 +00:00
parent 964abd415e
commit dfdca83201
12 changed files with 283 additions and 264 deletions

View File

@ -1,18 +1,15 @@
# $OpenBSD: Makefile,v 1.57 2010/10/18 18:36:59 espie Exp $
# $OpenBSD: Makefile,v 1.58 2010/10/21 21:52:51 naddy Exp $
COMMENT-main= lightweight BitTorrent command line and daemon client
COMMENT-gui= lightweight BitTorrent client with graphical interface
COMMENT-gtk= lightweight BitTorrent client with GTK+ interface
VER= 1.93
VER= 2.11
DISTNAME= transmission-${VER}
PKGNAME-main= transmission-${VER}
PKGNAME-gui= transmission-gui-${VER}
PKGNAME-gtk= transmission-gtk-${VER}
CATEGORIES= net
HOMEPAGE= http://www.transmissionbt.com/
REVISION-main= 0
REVISION-gui= 1
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# GPLv2
@ -24,24 +21,22 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://mirrors.m0k.org/transmission/files/
EXTRACT_SUFX= .tar.bz2
PSEUDO_FLAVORS= no_gui
PSEUDO_FLAVORS= no_gtk
FLAVOR?=
MULTI_PACKAGES= -main
WANTLIB= c crypto event idn m pthread ssl z
WANTLIB= c crypto curl event eventextra idn m pthread ssl z
WANTLIB-main= ${WANTLIB}
MODULES= devel/gettext textproc/intltool
LIB_DEPENDS= curl.>=14::net/curl \
eventextra.>=1::devel/libeventextra
LIB_DEPENDS= ::net/curl \
::devel/libeventextra
USE_GMAKE= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
AUTOCONF_VERSION=2.63
AUTOCONF= autoconf -I m4
CONFIGURE_STYLE=autoconf no-autoheader
USE_GROFF= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --disable-shared \
--disable-silent-rules \
--disable-libnotify \
@ -50,27 +45,28 @@ CONFIGURE_ARGS= --disable-shared \
--disable-gconf2
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBEVENT_LIBS="-leventextra -levent" \
OPENSSL_CFLAGS="-I/usr/include" \
OPENSSL_LIBS="-lcrypto"
LIBTOOL_FLAGS= --tag=disable-shared
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}
.if ${FLAVOR:L:Mno_gui}
.if ${FLAVOR:L:Mno_gtk}
CONFIGURE_ARGS+=--disable-gtk
.else
MULTI_PACKAGES+=-gui
WANTLIB-gui= ${WANTLIB} X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
MULTI_PACKAGES+=-gtk
WANTLIB-gtk= ${WANTLIB} X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
Xfixes Xi Xinerama Xrandr Xrender Xxf86vm GL atk-1.0 cairo \
dbus-1 dbus-glib-1 drm expat fontconfig freetype \
gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
gobject-2.0 gthread-2.0 gtk-x11-2.0 pango-1.0 pangoft2-1.0 \
Xfixes Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 \
expat fontconfig freetype gio-2.0 glib-2.0 \
gmodule-2.0 gobject-2.0 gthread-2.0 pango-1.0 pangoft2-1.0 \
pangocairo-1.0 pixman-1 png pcre pthread-stubs xcb \
xcb-render xcb-render-util gdk_pixbuf-2.0
LIB_DEPENDS+= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2 \
dbus-glib-1::x11/dbus-glib
LIB_DEPENDS-main=${MODGETTEXT_LIB_DEPENDS} \
curl.>=14::net/curl \
eventextra.>=1::devel/libeventextra
RUN_DEPENDS-gui=:${PKGNAME-main}:net/transmission,-main \
xcb-render xcb-shm
LIB_DEPENDS+= ::x11/gtk+2 \
::x11/dbus-glib
RUN_DEPENDS-gtk=:${PKGNAME-main}:net/transmission,-main \
::devel/desktop-file-utils \
:gamin-*:sysutils/gamin,-server,no_python
USE_X11= Yes

View File

@ -1,5 +1,5 @@
MD5 (transmission-1.93.tar.bz2) = 9oNY0D5GvsVwS7qolJkBUg==
RMD160 (transmission-1.93.tar.bz2) = AOuOE1Dy4Nnbc69x57iHQkEgD4k=
SHA1 (transmission-1.93.tar.bz2) = J3k7gIjW/V2zuABJAHcMhK65kok=
SHA256 (transmission-1.93.tar.bz2) = 6bex+5qtKAjuJ7Fj26hkf3OMI1EyAYZPqZRAELjXFnA=
SIZE (transmission-1.93.tar.bz2) = 4381746
MD5 (transmission-2.11.tar.bz2) = 7ytA3cLBelfEe/4VsfI8xA==
RMD160 (transmission-2.11.tar.bz2) = EVrVdfFZQpEpawrm38ya2ry/1sk=
SHA1 (transmission-2.11.tar.bz2) = 5DltFdAL+uIa5xEIXZ4d6zd1Si8=
SHA256 (transmission-2.11.tar.bz2) = A12rX7oVhpMe6FzhHEjv3Hvl7MgqP/NTiqx/q3ScJ4U=
SIZE (transmission-2.11.tar.bz2) = 4088630

View File

@ -0,0 +1,32 @@
$OpenBSD: patch-configure,v 1.21 2010/10/21 21:52:51 naddy Exp $
--- configure.orig Sat Oct 16 19:15:21 2010
+++ configure Sat Oct 16 19:16:05 2010
@@ -10870,8 +10870,8 @@ if test 0 = "0"; then
else
supported_build=no
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -g -O0"
- CXXFLAGS="$CXXFLAGS -g -O0"
+ : CFLAGS="$CFLAGS -g -O0"
+ : CXXFLAGS="$CXXFLAGS -g -O0"
fi
fi
if test "x$supported_build" = "xno"; then
@@ -15387,7 +15387,7 @@ esac
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Waggregate-return -Winline -Wfloat-equal"
+ : CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings -Waggregate-return -Winline -Wfloat-equal"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking gcc version" >&5
$as_echo_n "checking gcc version... " >&6; }
@@ -15399,7 +15399,7 @@ $as_echo_n "checking gcc version... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $GCC_VERSION" >&5
$as_echo "$GCC_VERSION" >&6; }
if test $GCC_VERSION_NUM -ge 304; then
- CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
+ : CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
fi
if test $GCC_VERSION_NUM -ge 403; then
CFLAGS="$CFLAGS -Wvariadic-macros"

View File

@ -1,57 +0,0 @@
$OpenBSD: patch-configure_ac,v 1.4 2010/05/03 17:39:33 naddy Exp $
--- configure.ac.orig Fri Mar 12 03:04:38 2010
+++ configure.ac Sat May 1 03:12:59 2010
@@ -24,8 +24,8 @@ AC_PROG_LIBTOOL
if test m4_substr(peer_id_prefix,6,1) = "0"; then
supported_build=yes
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -g -O3 "
- CXXFLAGS="$CXXFLAGS -g -O3 "
+ : CFLAGS="$CFLAGS -g -O3 "
+ : CXXFLAGS="$CXXFLAGS -g -O3 "
fi
CPPFLAGS="$CPPFLAGS -DNDEBUG"
else
@@ -89,7 +89,7 @@ AC_PROG_CXX
AC_C_INLINE
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings"
+ : CFLAGS="$CFLAGS -std=gnu99 -ggdb3 -Wall -W -Wpointer-arith -Wformat-security -Wcast-align -Wundef -Wcast-align -Wstrict-prototypes -Wmissing-declarations -Wmissing-format-attribute -Wredundant-decls -Wnested-externs -Wunused-parameter -Wwrite-strings"
dnl figure out gcc version
AC_MSG_CHECKING([gcc version])
@@ -101,7 +101,7 @@ if test "x$GCC" = "xyes" ; then
AC_MSG_RESULT($GCC_VERSION)
if test $GCC_VERSION_NUM -ge 304; then
dnl these were added in 3.4
- CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
+ : CFLAGS="$CFLAGS -Wextra -Wdeclaration-after-statement -Winit-self"
fi
fi
@@ -205,13 +205,13 @@ AC_CHECK_LIB([rt],
dnl build our copy of libevent whether we use it or not,
dnl because "make dist" needs its Makefiles to exist, and
dnl AM_CONDITIONAL + AC_CONFIG_SUBDIRS don't seem to play nice
-AC_CONFIG_SUBDIRS([third-party/libevent])
+dnl AC_CONFIG_SUBDIRS([third-party/libevent])
libevent_source=bundled
AC_CHECK_LIB([event],[evutil_vsnprintf],
[libevent_found=yes],
[libevent_found=no],
[$libevent_extra_libs])
-AC_CHECK_HEADER([event-config.h],
+AC_CHECK_HEADER([evhttp.h],
[libevent_headers_found=yes],
[libevent_headers_found=no])
libevent_source=bundled
@@ -227,7 +227,7 @@ if test "x$libevent_source" = "xbundled"; then
LIBEVENT_LIBS="\$(top_builddir)/third-party/libevent/libevent.la"
else
LIBEVENT_CFLAGS=""
- LIBEVENT_LIBS="-levent $libevent_extra_libs"
+ LIBEVENT_LIBS="-leventextra -levent $libevent_extra_libs"
fi
AC_ARG_VAR([LIBEVENT_CFLAGS], [C compiler flags for LIBEVENT, overriding pkg-config])dnl
AC_ARG_VAR([LIBEVENT_LIBS], [linker flags for LIBEVENT, overriding pkg-config])dnl

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-libtransmission_peer-io_c,v 1.1 2010/10/21 21:52:51 naddy Exp $
--- libtransmission/peer-io.c.orig Sat Oct 16 19:36:24 2010
+++ libtransmission/peer-io.c Sat Oct 16 19:36:55 2010
@@ -20,6 +20,9 @@
#ifdef WIN32
#include <winsock2.h>
#else
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
#include <arpa/inet.h> /* inet_ntoa */
#endif

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-third-party_Makefile_in,v 1.1 2010/05/01 13:50:05 naddy Exp $
--- third-party/Makefile.in.orig Sat May 1 03:13:20 2010
+++ third-party/Makefile.in Sat May 1 03:13:31 2010
@@ -281,7 +281,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
transmissionlocaledir = @transmissionlocaledir@
-SUBDIRS = libnatpmp miniupnp libevent dht
+SUBDIRS = libnatpmp miniupnp dht
EXTRA_DIST = \
macosx-libevent-config.h \
macosx-libevent-event-config.h

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-third-party_dht_dht_c,v 1.1 2010/10/21 21:52:51 naddy Exp $
--- third-party/dht/dht.c.orig Sat Oct 16 19:35:35 2010
+++ third-party/dht/dht.c Sat Oct 16 19:35:49 2010
@@ -41,10 +41,10 @@ THE SOFTWARE.
#include <sys/time.h>
#ifndef WIN32
-#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#else
#include <w32api.h>
#define WINVER WindowsXP

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-third-party_miniupnp_miniwget_c,v 1.1 2010/10/21 21:52:51 naddy Exp $
--- third-party/miniupnp/miniwget.c.orig Sat Oct 16 19:34:07 2010
+++ third-party/miniupnp/miniwget.c Sat Oct 16 19:37:47 2010
@@ -26,6 +26,7 @@
#include <sys/select.h>
#endif /* #else defined(__amigaos__) && !defined(__amigaos4__) */
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#define closesocket close

View File

@ -2,4 +2,4 @@ Transmission is a free, lightweight BitTorrent client. It features
a simple, intuitive interface on top on an efficient, cross-platform
back-end.
This is the graphical interface client.
This is the GTK+ graphical interface client.

View File

@ -0,0 +1,170 @@
@comment $OpenBSD: PLIST-gtk,v 1.1 2010/10/21 21:52:51 naddy Exp $
@pkgpath net/transmission,-gui
@bin bin/transmission-gtk
@man man/man1/transmission-gtk.1
share/applications/transmission-gtk.desktop
share/icons/
share/icons/hicolor/
share/icons/hicolor/16x16/
share/icons/hicolor/16x16/apps/
share/icons/hicolor/16x16/apps/transmission.png
share/icons/hicolor/22x22/
share/icons/hicolor/22x22/apps/
share/icons/hicolor/22x22/apps/transmission.png
share/icons/hicolor/24x24/
share/icons/hicolor/24x24/apps/
share/icons/hicolor/24x24/apps/transmission.png
share/icons/hicolor/32x32/
share/icons/hicolor/32x32/apps/
share/icons/hicolor/32x32/apps/transmission.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/transmission.png
share/icons/hicolor/scalable/
share/icons/hicolor/scalable/apps/
share/icons/hicolor/scalable/apps/transmission.svg
share/locale/an/
share/locale/an/LC_MESSAGES/
share/locale/an/LC_MESSAGES/transmission-gtk.mo
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/transmission-gtk.mo
share/locale/ast/
share/locale/ast/LC_MESSAGES/
share/locale/ast/LC_MESSAGES/transmission-gtk.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/transmission-gtk.mo
share/locale/be/LC_MESSAGES/transmission-gtk.mo
share/locale/be@latin/
share/locale/be@latin/LC_MESSAGES/
share/locale/be@latin/LC_MESSAGES/transmission-gtk.mo
share/locale/bg/LC_MESSAGES/transmission-gtk.mo
share/locale/br/
share/locale/br/LC_MESSAGES/
share/locale/br/LC_MESSAGES/transmission-gtk.mo
share/locale/bs/
share/locale/bs/LC_MESSAGES/
share/locale/bs/LC_MESSAGES/transmission-gtk.mo
share/locale/ca/LC_MESSAGES/transmission-gtk.mo
share/locale/ceb/
share/locale/ceb/LC_MESSAGES/
share/locale/ceb/LC_MESSAGES/transmission-gtk.mo
share/locale/ckb/
share/locale/ckb/LC_MESSAGES/
share/locale/ckb/LC_MESSAGES/transmission-gtk.mo
share/locale/cs/LC_MESSAGES/transmission-gtk.mo
share/locale/da/LC_MESSAGES/transmission-gtk.mo
share/locale/de/LC_MESSAGES/transmission-gtk.mo
share/locale/el/LC_MESSAGES/transmission-gtk.mo
share/locale/en_AU/
share/locale/en_AU/LC_MESSAGES/
share/locale/en_AU/LC_MESSAGES/transmission-gtk.mo
share/locale/en_CA/
share/locale/en_CA/LC_MESSAGES/
share/locale/en_CA/LC_MESSAGES/transmission-gtk.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/transmission-gtk.mo
share/locale/eo/LC_MESSAGES/transmission-gtk.mo
share/locale/es/LC_MESSAGES/transmission-gtk.mo
share/locale/et/LC_MESSAGES/transmission-gtk.mo
share/locale/eu/LC_MESSAGES/transmission-gtk.mo
share/locale/fa/
share/locale/fa/LC_MESSAGES/
share/locale/fa/LC_MESSAGES/transmission-gtk.mo
share/locale/fi/LC_MESSAGES/transmission-gtk.mo
share/locale/fil/
share/locale/fil/LC_MESSAGES/
share/locale/fil/LC_MESSAGES/transmission-gtk.mo
share/locale/fo/
share/locale/fo/LC_MESSAGES/
share/locale/fo/LC_MESSAGES/transmission-gtk.mo
share/locale/fr/LC_MESSAGES/transmission-gtk.mo
share/locale/ga/LC_MESSAGES/transmission-gtk.mo
share/locale/gl/LC_MESSAGES/transmission-gtk.mo
share/locale/gv/
share/locale/gv/LC_MESSAGES/
share/locale/gv/LC_MESSAGES/transmission-gtk.mo
share/locale/he/LC_MESSAGES/transmission-gtk.mo
share/locale/hi/
share/locale/hi/LC_MESSAGES/
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/id/LC_MESSAGES/transmission-gtk.mo
share/locale/is/
share/locale/is/LC_MESSAGES/
share/locale/is/LC_MESSAGES/transmission-gtk.mo
share/locale/it/LC_MESSAGES/transmission-gtk.mo
share/locale/ja/LC_MESSAGES/transmission-gtk.mo
share/locale/ka/
share/locale/ka/LC_MESSAGES/
share/locale/ka/LC_MESSAGES/transmission-gtk.mo
share/locale/kk/
share/locale/kk/LC_MESSAGES/
share/locale/kk/LC_MESSAGES/transmission-gtk.mo
share/locale/ko/LC_MESSAGES/transmission-gtk.mo
share/locale/ku/
share/locale/ku/LC_MESSAGES/
share/locale/ku/LC_MESSAGES/transmission-gtk.mo
share/locale/li/
share/locale/li/LC_MESSAGES/
share/locale/li/LC_MESSAGES/transmission-gtk.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/transmission-gtk.mo
share/locale/lv/LC_MESSAGES/transmission-gtk.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/transmission-gtk.mo
share/locale/ml/
share/locale/ml/LC_MESSAGES/
share/locale/ml/LC_MESSAGES/transmission-gtk.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/transmission-gtk.mo
share/locale/mt/
share/locale/mt/LC_MESSAGES/
share/locale/mt/LC_MESSAGES/transmission-gtk.mo
share/locale/nb/LC_MESSAGES/transmission-gtk.mo
share/locale/nl/LC_MESSAGES/transmission-gtk.mo
share/locale/nn/LC_MESSAGES/transmission-gtk.mo
share/locale/oc/
share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/transmission-gtk.mo
share/locale/pl/LC_MESSAGES/transmission-gtk.mo
share/locale/pt/LC_MESSAGES/transmission-gtk.mo
share/locale/pt_BR/LC_MESSAGES/transmission-gtk.mo
share/locale/ro/LC_MESSAGES/transmission-gtk.mo
share/locale/ru/LC_MESSAGES/transmission-gtk.mo
share/locale/sk/LC_MESSAGES/transmission-gtk.mo
share/locale/sl/LC_MESSAGES/transmission-gtk.mo
share/locale/sq/
share/locale/sq/LC_MESSAGES/
share/locale/sq/LC_MESSAGES/transmission-gtk.mo
share/locale/sr/LC_MESSAGES/transmission-gtk.mo
share/locale/sv/LC_MESSAGES/transmission-gtk.mo
share/locale/te/
share/locale/te/LC_MESSAGES/
share/locale/te/LC_MESSAGES/transmission-gtk.mo
share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/transmission-gtk.mo
share/locale/tl/
share/locale/tl/LC_MESSAGES/
share/locale/tl/LC_MESSAGES/transmission-gtk.mo
share/locale/tr/LC_MESSAGES/transmission-gtk.mo
share/locale/ug/
share/locale/ug/LC_MESSAGES/
share/locale/ug/LC_MESSAGES/transmission-gtk.mo
share/locale/uk/LC_MESSAGES/transmission-gtk.mo
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/
share/pixmaps/transmission.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,160 +0,0 @@
@comment $OpenBSD: PLIST-gui,v 1.23 2010/05/03 17:39:33 naddy Exp $
@bin bin/transmission
@man man/man1/transmission.1
share/applications/transmission.desktop
share/icons/
share/icons/hicolor/
share/icons/hicolor/16x16/
share/icons/hicolor/16x16/apps/
share/icons/hicolor/16x16/apps/transmission.png
share/icons/hicolor/22x22/
share/icons/hicolor/22x22/apps/
share/icons/hicolor/22x22/apps/transmission.png
share/icons/hicolor/24x24/
share/icons/hicolor/24x24/apps/
share/icons/hicolor/24x24/apps/transmission.png
share/icons/hicolor/32x32/
share/icons/hicolor/32x32/apps/
share/icons/hicolor/32x32/apps/transmission.png
share/icons/hicolor/48x48/
share/icons/hicolor/48x48/apps/
share/icons/hicolor/48x48/apps/transmission.png
share/icons/hicolor/scalable/
share/icons/hicolor/scalable/apps/
share/icons/hicolor/scalable/apps/transmission.svg
share/locale/an/
share/locale/an/LC_MESSAGES/
share/locale/an/LC_MESSAGES/transmission.mo
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/transmission.mo
share/locale/ast/
share/locale/ast/LC_MESSAGES/
share/locale/ast/LC_MESSAGES/transmission.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/transmission.mo
share/locale/be/LC_MESSAGES/transmission.mo
share/locale/be@latin/
share/locale/be@latin/LC_MESSAGES/
share/locale/be@latin/LC_MESSAGES/transmission.mo
share/locale/bg/LC_MESSAGES/transmission.mo
share/locale/br/
share/locale/br/LC_MESSAGES/
share/locale/br/LC_MESSAGES/transmission.mo
share/locale/bs/
share/locale/bs/LC_MESSAGES/
share/locale/bs/LC_MESSAGES/transmission.mo
share/locale/ca/LC_MESSAGES/transmission.mo
share/locale/ckb/
share/locale/ckb/LC_MESSAGES/
share/locale/ckb/LC_MESSAGES/transmission.mo
share/locale/cs/LC_MESSAGES/transmission.mo
share/locale/da/LC_MESSAGES/transmission.mo
share/locale/de/LC_MESSAGES/transmission.mo
share/locale/el/LC_MESSAGES/transmission.mo
share/locale/en_AU/
share/locale/en_AU/LC_MESSAGES/
share/locale/en_AU/LC_MESSAGES/transmission.mo
share/locale/en_CA/
share/locale/en_CA/LC_MESSAGES/
share/locale/en_CA/LC_MESSAGES/transmission.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/transmission.mo
share/locale/eo/LC_MESSAGES/transmission.mo
share/locale/es/LC_MESSAGES/transmission.mo
share/locale/et/LC_MESSAGES/transmission.mo
share/locale/eu/LC_MESSAGES/transmission.mo
share/locale/fa/
share/locale/fa/LC_MESSAGES/
share/locale/fa/LC_MESSAGES/transmission.mo
share/locale/fi/LC_MESSAGES/transmission.mo
share/locale/fil/
share/locale/fil/LC_MESSAGES/
share/locale/fil/LC_MESSAGES/transmission.mo
share/locale/fo/
share/locale/fo/LC_MESSAGES/
share/locale/fo/LC_MESSAGES/transmission.mo
share/locale/fr/LC_MESSAGES/transmission.mo
share/locale/ga/LC_MESSAGES/transmission.mo
share/locale/gl/LC_MESSAGES/transmission.mo
share/locale/he/LC_MESSAGES/transmission.mo
share/locale/hi/
share/locale/hi/LC_MESSAGES/
share/locale/hi/LC_MESSAGES/transmission.mo
share/locale/hr/LC_MESSAGES/transmission.mo
share/locale/hu/LC_MESSAGES/transmission.mo
share/locale/id/LC_MESSAGES/transmission.mo
share/locale/is/
share/locale/is/LC_MESSAGES/
share/locale/is/LC_MESSAGES/transmission.mo
share/locale/it/LC_MESSAGES/transmission.mo
share/locale/ja/LC_MESSAGES/transmission.mo
share/locale/ka/
share/locale/ka/LC_MESSAGES/
share/locale/ka/LC_MESSAGES/transmission.mo
share/locale/kk/
share/locale/kk/LC_MESSAGES/
share/locale/kk/LC_MESSAGES/transmission.mo
share/locale/ko/LC_MESSAGES/transmission.mo
share/locale/ku/
share/locale/ku/LC_MESSAGES/
share/locale/ku/LC_MESSAGES/transmission.mo
share/locale/li/
share/locale/li/LC_MESSAGES/
share/locale/li/LC_MESSAGES/transmission.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/transmission.mo
share/locale/lv/LC_MESSAGES/transmission.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/transmission.mo
share/locale/ml/
share/locale/ml/LC_MESSAGES/
share/locale/ml/LC_MESSAGES/transmission.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/transmission.mo
share/locale/mt/
share/locale/mt/LC_MESSAGES/
share/locale/mt/LC_MESSAGES/transmission.mo
share/locale/nb/LC_MESSAGES/transmission.mo
share/locale/nl/LC_MESSAGES/transmission.mo
share/locale/nn/LC_MESSAGES/transmission.mo
share/locale/oc/
share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/transmission.mo
share/locale/pl/LC_MESSAGES/transmission.mo
share/locale/pt/LC_MESSAGES/transmission.mo
share/locale/pt_BR/LC_MESSAGES/transmission.mo
share/locale/ro/LC_MESSAGES/transmission.mo
share/locale/ru/LC_MESSAGES/transmission.mo
share/locale/sk/LC_MESSAGES/transmission.mo
share/locale/sl/LC_MESSAGES/transmission.mo
share/locale/sq/
share/locale/sq/LC_MESSAGES/
share/locale/sq/LC_MESSAGES/transmission.mo
share/locale/sr/LC_MESSAGES/transmission.mo
share/locale/sv/LC_MESSAGES/transmission.mo
share/locale/te/
share/locale/te/LC_MESSAGES/
share/locale/te/LC_MESSAGES/transmission.mo
share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/transmission.mo
share/locale/tr/LC_MESSAGES/transmission.mo
share/locale/ug/
share/locale/ug/LC_MESSAGES/
share/locale/ug/LC_MESSAGES/transmission.mo
share/locale/uk/LC_MESSAGES/transmission.mo
share/locale/vi/LC_MESSAGES/transmission.mo
share/locale/zh_CN/LC_MESSAGES/transmission.mo
share/locale/zh_TW/LC_MESSAGES/transmission.mo
share/pixmaps/
share/pixmaps/transmission.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,11 +1,17 @@
@comment $OpenBSD: PLIST-main,v 1.14 2010/03/21 16:30:28 naddy Exp $
@comment $OpenBSD: PLIST-main,v 1.15 2010/10/21 21:52:51 naddy Exp $
@pkgpath net/transmission
@bin bin/transmission-cli
@bin bin/transmission-create
@bin bin/transmission-daemon
@bin bin/transmission-edit
@bin bin/transmission-remote
@bin bin/transmissioncli
@bin bin/transmission-show
@man man/man1/transmission-cli.1
@man man/man1/transmission-create.1
@man man/man1/transmission-daemon.1
@man man/man1/transmission-edit.1
@man man/man1/transmission-remote.1
@man man/man1/transmissioncli.1
@man man/man1/transmission-show.1
@comment share/applications/
share/transmission/
share/transmission/web/
@ -18,6 +24,7 @@ share/transmission/web/images/buttons/file_wanted_buttons.png
share/transmission/web/images/buttons/info_activity.png
share/transmission/web/images/buttons/info_files.png
share/transmission/web/images/buttons/info_general.png
share/transmission/web/images/buttons/info_peers.png
share/transmission/web/images/buttons/info_trackers.png
share/transmission/web/images/buttons/tab_backgrounds.png
share/transmission/web/images/buttons/toolbar_buttons.png
@ -29,8 +36,10 @@ share/transmission/web/images/graphics/chrome.png
share/transmission/web/images/graphics/filter_bar.png
share/transmission/web/images/graphics/filter_icon.png
share/transmission/web/images/graphics/iphone_chrome.png
share/transmission/web/images/graphics/lock_icon.png
share/transmission/web/images/graphics/logo.png
share/transmission/web/images/graphics/transfer_arrows.png
share/transmission/web/images/graphics/wait20.gif
share/transmission/web/images/progress/
share/transmission/web/images/progress/progress.png
share/transmission/web/images/webclip-icon.png
@ -38,8 +47,10 @@ share/transmission/web/index.html
share/transmission/web/javascript/
share/transmission/web/javascript/common.js
share/transmission/web/javascript/dialog.js
share/transmission/web/javascript/formatter.js
share/transmission/web/javascript/jquery/
share/transmission/web/javascript/jquery/jquery.contextmenu.min.js
share/transmission/web/javascript/jquery/jquery.form-2.21.js
share/transmission/web/javascript/jquery/jquery.form.min.js
share/transmission/web/javascript/jquery/jquery.min.js
share/transmission/web/javascript/jquery/jquery.transmenu.min.js