./net/ucspi-tcp, Command-line tools for building TCP client-server applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.88nb6, Package name: ucspi-tcp-0.88nb6, Maintainer: schmonz

ucspi-tcp is a set of command-line tools for building TCP-based
client/server applications. They are compliant to UCSPI, the
UNIX Client-Server Program Interface. UCSPI tools are available
for several different types of networks.


Required to build:
[pkgtools/cwrappers]

Package options: ucspi-tcp-nodefaultrbl

Master sites:

Filesize: 51.776 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-18 00:08:13 by Nia Alarie | Files touched by this commit (4)
Log message:
*: Remove hacks for GCC versions prior to 3
   2021-11-15 19:11:28 by Thomas Klausner | Files touched by this commit (1)
Log message:
ucspi-tcp: use BLAKE2s

While here, remove checksums for file that is not referenced in Makefile
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41)
Log message:
Remove DJB_RESTRICTED, no longer used.
   2020-06-30 15:32:26 by Amitai Schleier | Files touched by this commit (1)
Log message:
Reorder CATEGORIES to mollify pkglint.
   2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39)
Log message:
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255)
Log message:
net: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.