summaryrefslogtreecommitdiff
path: root/net/waste
AgeCommit message (Collapse)AuthorFilesLines
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-04-18Convert to buildlink3.snj1-3/+3
2004-02-19Make this package compile when using gcc 3.3.kristerw2-4/+4
2004-02-19Remove some master sites (all but one, actually)wiz1-9/+2
that don't serve the distfile.
2004-02-19emove a MASTER_SITE that returns a 404 html page instead of the distfile.kristerw1-2/+1
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Make this work with non -current pthreads (pth, etc)jmc3-5/+9
2003-06-05Initial import of net/waste. Due to it's currently still dubious legaljschauma9-0/+647
status restrict distribution (src and binary). Descr: WASTE is a software product and protocol that enables secure distributed communication for small (on the order of 10-50 nodes) trusted groups of users. WASTE is designed to enable small companies and small teams within larger companies to easily communicate and collaborate in a secure and efficient fashion, independent of physical network topology.