summaryrefslogtreecommitdiff
path: root/net/ctorrent
AgeCommit message (Collapse)AuthorFilesLines
2008-01-29Supports DESTDIR.joerg1-1/+3
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-07Include <sys/time.h> to get fd_set properly.tv3-1/+28
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-04When linking against libssl, also link against libcrypto.wiz2-1/+24
2004-12-31VISION, not VISIN.wiz1-2/+2
2004-12-31Remove unnecessary patch-aa after adding the hidden dependency on openssl,jlam3-33/+5
since ctorrent links against both libssl and libcrypto. Bump the PKGREVISION to 1 as a result of the dependency change.
2004-11-22Changes 1.3.4:adam4-21/+21
* Bug fix for compact peer address acquisition * Addition of peer identifier
2004-06-25Remove unneeded chunk.wiz2-11/+3
2004-06-25Initial import of ctorrent.wiz6-0/+80
CTorrent is a BitTorrent client written in the C programming language. It currently runs on most Linux variants, MacOS and FreeBSD, but hopefully on Windows as well! CTorrent is built as a console program, which means that it doesn't require any graphical components (such as an X server) on the machine you are running it on, you can even run it remotely through a terminal if you wish.