diff -uNr --exclude=CVS ../net/transmission/Makefile transmission/Makefile
--- ../net/transmission/Makefile	Wed May  9 18:01:54 2007
+++ transmission/Makefile	Tue Aug  7 12:20:15 2007
@@ -1,16 +1,20 @@
 # $OpenBSD: Makefile,v 1.9 2007/05/09 14:01:54 naddy Exp $
 
-COMMENT-main=	"lightweight BitTorrent client"
-COMMENT-gui=	"lightweight BitTorrent client with graphical interface"
+COMMENT-main=	lightweight BitTorrent client
+COMMENT-gui=	lightweight BitTorrent client with graphical interface
+COMMENT-daemon=	lightweight BitTorrent client in daemon-mode
 
-VER=		0.72
+VER=		0.80
 DISTNAME=	Transmission-${VER}
 PKGNAME-main=	transmission-${VER}
 PKGNAME-gui=	transmission-gui-${VER}
+PKGNAME-daemon=	transmission-daemon-${VER}
+
 CATEGORIES=	net
 HOMEPAGE=	http://transmission.m0k.org/
 
 MAINTAINER=	Christian Weisgerber <naddy@openbsd.org>
+MASTER_SITES=	http://download.m0k.org/transmission/files/
 
 # MIT
 PERMIT_PACKAGE_CDROM=	Yes
@@ -18,19 +22,28 @@
 PERMIT_DISTFILES_CDROM=	Yes
 PERMIT_DISTFILES_FTP=	Yes
 
-MASTER_SITES=	http://download.m0k.org/transmission/files/
-
-PSEUDO_FLAVORS=	no_gui
+PSEUDO_FLAVORS=	no_gui no_daemon
 FLAVOR?=
 
 MULTI_PACKAGES=	-main
 
+WRKDIST=	${WRKDIR}
+
 WANTLIB=	c crypto m pthread
 
 USE_GMAKE=	Yes
 CONFIGURE_STYLE=simple
 CONFIGURE_ARGS=	--prefix="${PREFIX}"
 
+.if ${FLAVOR:L:Mno_daemon}
+CONFIGURE_ARGS+=--disable-daemon
+.else
+MULTI_PACKAGES+=-daemon
+WANTLIB-daemon=	${WANTLIB} event
+LIB_DEPENDS-daemon=
+RUN_DEPENDS-daemon=
+.endif
+
 .if ${FLAVOR:L:Mno_gui}
 CONFIGURE_ARGS+=--disable-gtk
 .else
@@ -48,9 +61,5 @@
 .endif
 
 NO_REGRESS=	Yes
-
-# a space character in WRKDIST is painful
-post-extract:
-	@mv ${WRKDIR}/Transmission\ .72 ${WRKDIST}
 
 .include <bsd.port.mk>
diff -uNr --exclude=CVS ../net/transmission/distinfo transmission/distinfo
--- ../net/transmission/distinfo	Wed May  9 18:01:54 2007
+++ transmission/distinfo	Tue Aug  7 11:53:07 2007
@@ -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.80.tar.gz) = N3UP57BG/ly2JtRulqy0sg==
+RMD160 (Transmission-0.80.tar.gz) = gS25xeB4Hqby6gr0DtOpzz2sT9k=
+SHA1 (Transmission-0.80.tar.gz) = UTFtteamm7DknCwy4LGgLTkOYE8=
+SHA256 (Transmission-0.80.tar.gz) = iOUQ3tGudhWaBs0StE8XZ3SGFwuj+dGZbzVzUl+v95c=
+SIZE (Transmission-0.80.tar.gz) = 4415836
diff -uNr --exclude=CVS ../net/transmission/pkg/DESCR-daemon transmission/pkg/DESCR-daemon
--- ../net/transmission/pkg/DESCR-daemon	Thu Jan  1 03:00:00 1970
+++ transmission/pkg/DESCR-daemon	Tue Aug  7 12:19:38 2007
@@ -0,0 +1,5 @@
+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 daemon client.
diff -uNr --exclude=CVS ../net/transmission/pkg/PLIST-daemon transmission/pkg/PLIST-daemon
--- ../net/transmission/pkg/PLIST-daemon	Thu Jan  1 03:00:00 1970
+++ transmission/pkg/PLIST-daemon	Tue Aug  7 12:04:24 2007
@@ -0,0 +1,7 @@
+@comment $OpenBSD$
+bin/transmission-daemon
+bin/transmission-proxy
+bin/transmission-remote
+@man man/man1/transmission-daemon.1
+@man man/man1/transmission-proxy.1
+@man man/man1/transmission-remote.1
diff -uNr --exclude=CVS ../net/transmission/pkg/PLIST-gui transmission/pkg/PLIST-gui
--- ../net/transmission/pkg/PLIST-gui	Wed May  9 18:01:55 2007
+++ transmission/pkg/PLIST-gui	Tue Aug  7 12:06:40 2007
@@ -8,6 +8,7 @@
 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/ro/LC_MESSAGES/transmission-gtk.mo
 share/locale/ru/LC_MESSAGES/transmission-gtk.mo
diff -uNr --exclude=CVS ../net/transmission/pkg/PLIST-main transmission/pkg/PLIST-main
--- ../net/transmission/pkg/PLIST-main	Wed May  9 18:01:55 2007
+++ transmission/pkg/PLIST-main	Tue Aug  7 12:08:28 2007
@@ -13,6 +13,8 @@
 @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/ro/
