mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
-Update to 1.0.0, finally an offical tarball from them.
-Update pkg-descr, copied from its release notes.
This commit is contained in:
parent
d379b04fa1
commit
31eaed2ac2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200008
3 changed files with 16 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue