[Midnightbsd-cvs] mports: mports/comms: add comserv
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 17 17:48:05 EDT 2008
Log Message:
-----------
add comserv
Modified Files:
--------------
mports/comms:
Makefile (r1.16 -> r1.17)
Added Files:
-----------
mports/comms/comserv:
Makefile (r1.1)
distinfo (r1.1)
pkg-descr (r1.1)
pkg-plist (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/comms/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -L comms/Makefile -L comms/Makefile -u -r1.16 -r1.17
--- comms/Makefile
+++ comms/Makefile
@@ -11,6 +11,7 @@
SUBDIR += bforce-kst
SUBDIR += cdr_read
SUBDIR += chu
+ SUBDIR += comserv
SUBDIR += efax
SUBDIR += libirman
SUBDIR += libticables
--- /dev/null
+++ comms/comserv/pkg-descr
@@ -0,0 +1,11 @@
+The comservd program provides a facility to access network terminal
+server serial ports, such as those available on Xyplex terminal server
+models, via /dev device file entries. This allows programs such as
+tip(1) to access devices connected to the terminal server serial
+ports.
+
+Additionally, comservd can serve up local serial ports to remote
+systems, effectively turning the system running comservd into a
+terminal server with respect to its own local serial ports.
+
+WWW: http://www.bsdhome.com/comserv/
--- /dev/null
+++ comms/comserv/pkg-plist
@@ -0,0 +1,3 @@
+sbin/comservd
+etc/comservd.conf.sample
+etc/rc.d/comservd.sh.sample
--- /dev/null
+++ comms/comserv/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: comserv
+# Date created: 12 November 2000
+# Whom: Brian Dean <bsd at FreeBSD.org>
+#
+# $MidnightBSD: mports/comms/comserv/Makefile,v 1.1 2008/08/17 21:48:02 laffer1 Exp $
+# $FreeBSD: ports/comms/comserv/Makefile,v 1.16 2003/03/07 05:57:36 ade Exp $
+#
+
+PORTNAME= comserv
+PORTVERSION= 1.4.3
+CATEGORIES= comms net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= bsd
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Provide network access to local serial ports and make remote ports appear local
+LICENSE= bsd2
+
+MAN8= comservd.8
+MANCOMPRESSED= yes
+
+.include <bsd.port.mk>
--- /dev/null
+++ comms/comserv/distinfo
@@ -0,0 +1,3 @@
+MD5 (comserv-1.4.3.tar.gz) = f98cc86b66c794d60966e67f45345636
+SHA256 (comserv-1.4.3.tar.gz) = d4e40c034c49d8d06ce74aaf589d5d511084fba946ac7c7a0bb4197bd0e73416
+SIZE (comserv-1.4.3.tar.gz) = 30587
More information about the Midnightbsd-cvs
mailing list