diff options
author | mezz <mezz@FreeBSD.org> | 2008-08-07 09:54:47 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-08-07 09:54:47 +0800 |
commit | 1d2040b536e3bb9b096eaebfb835873651c69e20 (patch) | |
tree | 6b520f8e850895b872b039f989d560b44e6a8fb1 /net-p2p/transmission-gtk2 | |
parent | 2828a925f8241be04d9c1e654e0981641a135f5d (diff) | |
download | freebsd-ports-gnome-1d2040b536e3bb9b096eaebfb835873651c69e20.tar.gz freebsd-ports-gnome-1d2040b536e3bb9b096eaebfb835873651c69e20.tar.zst freebsd-ports-gnome-1d2040b536e3bb9b096eaebfb835873651c69e20.zip |
- Update to 1.31, be sure to read in UPDATING.
- Move transmission to transmission-cli, transmission becomes a meta-port.
- Add transmission-web, it's a web interface (Clutch) as it has merged into
its project.
Repocopy: marcus (transmission -> transmission-cli)
Diffstat (limited to 'net-p2p/transmission-gtk2')
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 22 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/pkg-descr | 9 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/pkg-plist | 9 |
3 files changed, 30 insertions, 10 deletions
diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 9dea67d48182..5ed12852b9a1 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -8,23 +8,27 @@ PORTREVISION= 0 PKGNAMESUFFIX= -gtk2 -COMMENT= A free BitTorrent client written from scratch in C with GTK+2 +MAINTAINER= mezz@FreeBSD.org +COMMENT= A fast and lightweight GTK+2 BitTorrent client -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ +LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ + notify.1:${PORTSDIR}/devel/libnotify \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +RUN_DEPENDS= ${GEN_RUN_DEPENDS} \ + xdg-open:${PORTSDIR}/devel/xdg-utils -MASTERDIR= ${.CURDIR}/../transmission +DESCR= ${.CURDIR}/pkg-descr +MASTERDIR= ${.CURDIR}/../transmission-cli PLIST= ${.CURDIR}/pkg-plist +SLAVEPORT= gtk USE_GNOME= gnometarget gnomehack gtk20 desktopfileutils intlhack +USE_GETTEXT= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= ${GCONFIGURE} \ - --disable-cli \ - --disable-daemon \ - --enable-gtk +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ + LDFLAGS="${LDFLAGS}" +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} MAN1= transmission.1 post-patch: general-patch diff --git a/net-p2p/transmission-gtk2/pkg-descr b/net-p2p/transmission-gtk2/pkg-descr new file mode 100644 index 000000000000..b735240917bd --- /dev/null +++ b/net-p2p/transmission-gtk2/pkg-descr @@ -0,0 +1,9 @@ +A fast and lightweight GTK+2 BitTorrent client. + +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/ diff --git a/net-p2p/transmission-gtk2/pkg-plist b/net-p2p/transmission-gtk2/pkg-plist index 2335c0b10726..902ee9f3c973 100644 --- a/net-p2p/transmission-gtk2/pkg-plist +++ b/net-p2p/transmission-gtk2/pkg-plist @@ -1,7 +1,7 @@ bin/transmission share/applications/transmission.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README share/icons/hicolor/16x16/apps/transmission.png @@ -17,7 +17,11 @@ 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_CA/LC_MESSAGES/transmission.mo +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/fa/LC_MESSAGES/transmission.mo share/locale/fi/LC_MESSAGES/transmission.mo share/locale/fr/LC_MESSAGES/transmission.mo @@ -25,6 +29,8 @@ share/locale/ga/LC_MESSAGES/transmission.mo share/locale/gl/LC_MESSAGES/transmission.mo share/locale/he/LC_MESSAGES/transmission.mo share/locale/hu/LC_MESSAGES/transmission.mo +share/locale/id/LC_MESSAGES/transmission.mo +share/locale/is/LC_MESSAGES/transmission.mo share/locale/it/LC_MESSAGES/transmission.mo share/locale/ja/LC_MESSAGES/transmission.mo share/locale/ka/LC_MESSAGES/transmission.mo @@ -47,6 +53,7 @@ share/locale/sr/LC_MESSAGES/transmission.mo share/locale/sv/LC_MESSAGES/transmission.mo share/locale/te/LC_MESSAGES/transmission.mo share/locale/tr/LC_MESSAGES/transmission.mo +share/locale/uk/LC_MESSAGES/transmission.mo share/locale/zh_CN/LC_MESSAGES/transmission.mo share/locale/zh_TW/LC_MESSAGES/transmission.mo share/pixmaps/transmission.png |