mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Simpleproxy program acts as simple tcp proxy. It listens for local
socket, and any connection to this port will be forwarded to another socket at remote host. WWW: http://www.crocodile.org/software.html PR: 134266 Submitted by: pluknet <pluknet at gmail dot com>
This commit is contained in:
parent
948dc1c3cf
commit
086927bf87
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233336
4 changed files with 35 additions and 0 deletions
|
@ -883,6 +883,7 @@
|
|||
SUBDIR += silc-client
|
||||
SUBDIR += silc-irssi-plugin
|
||||
SUBDIR += silc-server
|
||||
SUBDIR += simpleproxy
|
||||
SUBDIR += sip_scenario
|
||||
SUBDIR += siproxd
|
||||
SUBDIR += sipsak
|
||||
|
|
24
net/simpleproxy/Makefile
Normal file
24
net/simpleproxy/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: simpleproxy
|
||||
# Date created: 06 May 2009
|
||||
# Whom: Sergey Kandaurov <pluknet@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= simpleproxy
|
||||
PORTVERSION= 3.4
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= pluknet@gmail.com
|
||||
COMMENT= Simple tcp proxy
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
||||
.if !defined(NO_INSTALL_MANPAGES)
|
||||
MAN1= simpleproxy.1
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/simpleproxy/distinfo
Normal file
3
net/simpleproxy/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (simpleproxy-3.4.tar.gz) = 95fbc83e731f4c727802e023cf3d43ad
|
||||
SHA256 (simpleproxy-3.4.tar.gz) = 194b280251edc16f1930dca6e2742c3f353523bc735c7a9d3d1a4d23ca09a74c
|
||||
SIZE (simpleproxy-3.4.tar.gz) = 31904
|
7
net/simpleproxy/pkg-descr
Normal file
7
net/simpleproxy/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Simpleproxy program acts as simple tcp proxy. It listens for local
|
||||
socket, and any connection to this port will be forwarded to another
|
||||
socket at remote host.
|
||||
|
||||
LICENSE: GPL2 or later
|
||||
|
||||
WWW: http://www.crocodile.org/software.html
|
Loading…
Add table
Reference in a new issue