diff options
author | hubertf <hubertf@pkgsrc.org> | 2003-03-15 05:44:39 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2003-03-15 05:44:39 +0000 |
commit | 1e350a4d271fc276467cc1f87545866a365949fa (patch) | |
tree | 8136bb90e0315ad2f1ca22fa59fdc397c4c25fec /net/lopster/Makefile | |
parent | e140f86209d61d4dfc7186c474b164cbc16bc4f0 (diff) | |
download | pkgsrc-1e350a4d271fc276467cc1f87545866a365949fa.tar.gz |
Update lopster to 1.2.0. Changes:
* Most important
- Multi server support - connecting to more than one server
- Multi source support - downloading a file from more than one source
* Servers
- Completely new server/network handling - create your own network groups
- Basic IRC support - just create a network with type IRC and add a server there
- Compression support on opennap-ng servers - ./configure --with-zlib
- Thread support - ./configure --with-pthread to get rid of gui freezes
* Library and browse
- Quick search - quickly find files in your library or browses
- New layout - two window view for direcotries and files
- Direct browses handled like uploads - They are bandwidth restricted, you can abort them
- Browses are saved to disc - You can view the files offline and even queue files of offline users for downloading
* Search
- Tree view - Same files, same node
- More options - more power
* Chat
- Lots of right click tokens - Networks, channels, nicknames, files, urls. Try it!
- Limit for chat buffers
* Transfers
- Download layout changes - it is configurable - check prefs
- Download clone detection
- Advanced connection between Lopster users - You can download several segments with one single TCP connection
* Statistic
- New layout - more options for the bandwidth graph (click)
* As always:
- Lots of minor changes, lots of bug fixes
Diffstat (limited to 'net/lopster/Makefile')
-rw-r--r-- | net/lopster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lopster/Makefile b/net/lopster/Makefile index a0fc30f222c..10d37b411d3 100644 --- a/net/lopster/Makefile +++ b/net/lopster/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2002/01/18 13:39:03 martti Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/15 05:44:41 hubertf Exp $ # -DISTNAME= lopster-1.0.1 +DISTNAME= lopster-1.2.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lopster/} |