diff options
author | mezz <mezz@FreeBSD.org> | 2007-09-24 06:22:27 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-09-24 06:22:27 +0800 |
commit | 06018792a9ef457cc5c1fb6a441b2de5b618b04b (patch) | |
tree | 06bb218408486a024ed2ea462a58baf85480905b /net-p2p | |
parent | 3aa4cd2d640d1d05aa0d5b0deaab03673a7a8f33 (diff) | |
download | freebsd-ports-graphics-06018792a9ef457cc5c1fb6a441b2de5b618b04b.tar.gz freebsd-ports-graphics-06018792a9ef457cc5c1fb6a441b2de5b618b04b.tar.zst freebsd-ports-graphics-06018792a9ef457cc5c1fb6a441b2de5b618b04b.zip |
-Update to 1.0.0, finally an offical tarball from them.
-Update pkg-descr, copied from its release notes.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/linuxdcpp/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/distinfo | 6 | ||||
-rw-r--r-- | net-p2p/linuxdcpp/pkg-descr | 14 |
3 files changed, 16 insertions, 11 deletions
diff --git a/net-p2p/linuxdcpp/Makefile b/net-p2p/linuxdcpp/Makefile index 4c032e3dc2a..07c322f1f77 100644 --- a/net-p2p/linuxdcpp/Makefile +++ b/net-p2p/linuxdcpp/Makefile @@ -6,16 +6,13 @@ # PORTNAME= linuxdcpp -PORTVERSION= 0.0.1.20070804 #0.0.1.YYYYMMDD +PORTVERSION= 1.0.0 CATEGORIES= net-p2p -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://people.freebsd.org/~mezz/distfiles/ -MASTER_SITE_SUBDIR=mezz +MASTER_SITES= BERLIOS MAINTAINER= mezz@FreeBSD.org COMMENT= A port of the win32 DC++ direct connect client to POSIX-like systems -USE_XLIB= yes USE_BZIP2= yes USE_GNOME= libglade2 USE_ICONV= yes diff --git a/net-p2p/linuxdcpp/distinfo b/net-p2p/linuxdcpp/distinfo index 5c28956c752..b60d1798354 100644 --- a/net-p2p/linuxdcpp/distinfo +++ b/net-p2p/linuxdcpp/distinfo @@ -1,3 +1,3 @@ -MD5 (linuxdcpp-0.0.1.20070804.tar.bz2) = 597303b331656e6d69dc0b84eaedc05c -SHA256 (linuxdcpp-0.0.1.20070804.tar.bz2) = 823b9904e1f397d55559f67334fddfd073250c09f452d4a717a4db2d1e1502bc -SIZE (linuxdcpp-0.0.1.20070804.tar.bz2) = 348375 +MD5 (linuxdcpp-1.0.0.tar.bz2) = 33c3b0ae46772dec3142e35c30401a27 +SHA256 (linuxdcpp-1.0.0.tar.bz2) = 2ae573a147a5021abc41a15ba34dd7b5575d949a4c261de2dc6aa0e6bab51fbf +SIZE (linuxdcpp-1.0.0.tar.bz2) = 286815 diff --git a/net-p2p/linuxdcpp/pkg-descr b/net-p2p/linuxdcpp/pkg-descr index f0605ca4cdc..1678c60ddb1 100644 --- a/net-p2p/linuxdcpp/pkg-descr +++ b/net-p2p/linuxdcpp/pkg-descr @@ -1,5 +1,13 @@ -Linuxdcpp is a port of the win32 DC++ direct connect client to POSIX-like -systems. Despite the name, it does run on other platforms beside Linux. -Linuxdcpp uses the GTK+2 toolkit. +LinuxDC++ is a Linux port of the Direct Connect client DC++. Though it is +primarily aimed at Linux, it has been shown to work on other Unix-based +operating systems as well. It is written in C++ and makes use of GTK+ for the +user-interface. LinuxDC++ is free and open source software licensed under the +GPL. + +Direct connect is a peer-to-peer file-sharing protocol. The most popular +Windows client implementing this protocol currently is DC++. Direct connect +clients connect to a central hub where they can view a list of clients or +users connected to them. Users can search for files and download them from +other clients, as well as chat with other users. WWW: http://linuxdcpp.berlios.de/ |