Update through 0.81. New features:
* The command line and GUI clients can now create .torrent files. * The GUI client now allows selecting individual files for download from a torrent. * A daemon client has been added that can run in the background. There is also a remote control utility that talks to the daemon as well as the GUI client.
This commit is contained in:
parent
b9d0221afc
commit
f71bddc3e1
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2007/05/09 14:01:54 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2007/09/02 21:08:21 naddy Exp $
|
||||
|
||||
COMMENT-main= "lightweight BitTorrent client"
|
||||
COMMENT-main= "lightweight BitTorrent command line and daemon client"
|
||||
COMMENT-gui= "lightweight BitTorrent client with graphical interface"
|
||||
|
||||
VER= 0.72
|
||||
VER= 0.81
|
||||
DISTNAME= Transmission-${VER}
|
||||
PKGNAME-main= transmission-${VER}
|
||||
PKGNAME-gui= transmission-gui-${VER}
|
||||
@ -12,7 +12,7 @@ HOMEPAGE= http://transmission.m0k.org/
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
# MIT
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -26,7 +26,9 @@ FLAVOR?=
|
||||
MULTI_PACKAGES= -main
|
||||
|
||||
WANTLIB= c crypto m pthread
|
||||
WANTLIB-main= ${WANTLIB} event
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=simple
|
||||
CONFIGURE_ARGS= --prefix="${PREFIX}"
|
||||
@ -44,13 +46,10 @@ WANTLIB-gui= ${WANTLIB} X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama \
|
||||
LIB_DEPENDS= gdk_pixbuf-2.0.>=1000.0,gdk-x11-2.0.>=1000.0,gtk-x11-2.0.>=1000.0::x11/gtk+2
|
||||
LIB_DEPENDS-main=
|
||||
RUN_DEPENDS-main=
|
||||
RUN_DEPENDS-gui=:${PKGNAME-main}:net/transmission,-main ${RUN_DEPENDS}
|
||||
USE_X11= Yes
|
||||
.endif
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
# a space character in WRKDIST is painful
|
||||
post-extract:
|
||||
@mv ${WRKDIR}/Transmission\ .72 ${WRKDIST}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Transmission-0.72.tar.gz) = P6S77yoQ33DhBLYmFYHvQw==
|
||||
RMD160 (Transmission-0.72.tar.gz) = fAPNH+hqGbs9ZI4PizPXmRgo1xQ=
|
||||
SHA1 (Transmission-0.72.tar.gz) = UwX4H1oc3TI+gl7236Vjt/LRi6A=
|
||||
SHA256 (Transmission-0.72.tar.gz) = Ya9G1Le/3t+MkB3LpAsYTiWKwN/l4uP3FiVfOlU46i4=
|
||||
SIZE (Transmission-0.72.tar.gz) = 1336993
|
||||
MD5 (Transmission-0.81.tar.gz) = 1qI4gYk/xxrlyWTGR3w18w==
|
||||
RMD160 (Transmission-0.81.tar.gz) = awfy2J8NpkBnSkjfPWSD/S3Trag=
|
||||
SHA1 (Transmission-0.81.tar.gz) = 9ZvXG9hCh2CnfOwQaJbYJKDPHPM=
|
||||
SHA256 (Transmission-0.81.tar.gz) = J87s9j+jKACVKCKCxhUtaeOL3QM99mXzDyiMms4aEN8=
|
||||
SIZE (Transmission-0.81.tar.gz) = 2269564
|
||||
|
@ -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 command line client.
|
||||
This is the command line and daemon clients.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-gui,v 1.3 2007/05/09 14:01:55 naddy Exp $
|
||||
@comment $OpenBSD: PLIST-gui,v 1.4 2007/09/02 21:08:21 naddy Exp $
|
||||
bin/transmission-gtk
|
||||
@man man/man1/transmission-gtk.1
|
||||
share/applications/
|
||||
@ -8,9 +8,13 @@ share/locale/es/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/fi/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/fr/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/it/LC_MESSAGES/transmission-gtk.mo
|
||||
share/locale/nl/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/sv/LC_MESSAGES/transmission-gtk.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/transmission.png
|
||||
|
@ -1,6 +1,12 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.2 2007/05/09 14:01:55 naddy Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.3 2007/09/02 21:08:21 naddy Exp $
|
||||
@pkgpath net/transmission
|
||||
bin/transmission-daemon
|
||||
bin/transmission-proxy
|
||||
bin/transmission-remote
|
||||
bin/transmissioncli
|
||||
@man man/man1/transmission-daemon.1
|
||||
@man man/man1/transmission-proxy.1
|
||||
@man man/man1/transmission-remote.1
|
||||
@man man/man1/transmissioncli.1
|
||||
@comment share/locale/
|
||||
@comment share/locale/bg/
|
||||
@ -13,12 +19,20 @@ bin/transmissioncli
|
||||
@comment share/locale/fr/LC_MESSAGES/
|
||||
@comment share/locale/it/
|
||||
@comment share/locale/it/LC_MESSAGES/
|
||||
@comment share/locale/nl/
|
||||
@comment share/locale/nl/LC_MESSAGES/
|
||||
@comment share/locale/pl/
|
||||
@comment share/locale/pl/LC_MESSAGES/
|
||||
@comment share/locale/pt/
|
||||
@comment share/locale/pt/LC_MESSAGES/
|
||||
@comment share/locale/pt_BR/
|
||||
@comment share/locale/pt_BR/LC_MESSAGES/
|
||||
@comment share/locale/ro/
|
||||
@comment share/locale/ro/LC_MESSAGES/
|
||||
@comment share/locale/ru/
|
||||
@comment share/locale/ru/LC_MESSAGES/
|
||||
@comment share/locale/sk/
|
||||
@comment share/locale/sk/LC_MESSAGES/
|
||||
@comment share/locale/sv/
|
||||
@comment share/locale/sv/LC_MESSAGES/
|
||||
share/zsh/
|
||||
|
Loading…
Reference in New Issue
Block a user