mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
This package provides support for using UDP through Tcl. The package
provides a new channel type and attempts to permit the use of packet oriented UDP over stream oriented Tcl channels. PR: ports/122315 Submitted by: Frank Fenor <frank@fenor.de> Approved by: garga (mentor)
This commit is contained in:
parent
4bcb0f29b8
commit
8358bc6ac0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211447
@ -884,6 +884,7 @@
|
||||
SUBDIR += tac_plus4
|
||||
SUBDIR += tacshell
|
||||
SUBDIR += tapidbus
|
||||
SUBDIR += tcludp
|
||||
SUBDIR += tcpcat
|
||||
SUBDIR += tcpdstat
|
||||
SUBDIR += tcpdump
|
||||
|
28
net/tcludp/Makefile
Normal file
28
net/tcludp/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: tcludp
|
||||
# Date created: 24 March 2008
|
||||
# Whom: Frank Fenor <frank@fenor.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tcludp
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= net tcl
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=tcludp
|
||||
|
||||
MAINTAINER= frank@fenor.de
|
||||
COMMENT= UDP extension for TCL
|
||||
|
||||
USE_TCL= 80+
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/udp${PORTVERSION}
|
||||
MANN= udp.n
|
||||
MANCOMPRESSED= no
|
||||
|
||||
PLIST_FILES= lib/udp1.0.8/libudp1.0.8.so \
|
||||
lib/udp1.0.8/pkgIndex.tcl
|
||||
PLIST_DIRS= lib/udp1.0.8
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/tcludp/distinfo
Normal file
3
net/tcludp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tcludp-1.0.8.tar.gz) = 60dd3a553fc8e579ecfd6622252da2d2
|
||||
SHA256 (tcludp-1.0.8.tar.gz) = 8ba802aebb6ca2bd88e05c312827ff5f16b77ee94d9355f77e287011ade2c819
|
||||
SIZE (tcludp-1.0.8.tar.gz) = 129410
|
7
net/tcludp/pkg-descr
Normal file
7
net/tcludp/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
From the website:
|
||||
|
||||
This package provides support for using UDP through Tcl. The package
|
||||
provides a new channel type and attempts to permit the use of packet
|
||||
oriented UDP over stream oriented Tcl channels.
|
||||
|
||||
WWW: http://tcludp.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user