TclSyslog provides an easy to use interface to the Syslog daemon.
PR: ports/122314 Submitted by: Frank Fenor <frank@fenor.de> Approved by: garga (mentor)
This commit is contained in:
parent
752349aa2b
commit
4bcb0f29b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211445
4 changed files with 45 additions and 0 deletions
|
@ -658,6 +658,7 @@
|
|||
SUBDIR += syslog-ng2
|
||||
SUBDIR += system-tools-backends
|
||||
SUBDIR += sysupdate
|
||||
SUBDIR += tclsyslog
|
||||
SUBDIR += tcplist
|
||||
SUBDIR += tdir
|
||||
SUBDIR += tenshi
|
||||
|
|
37
sysutils/tclsyslog/Makefile
Normal file
37
sysutils/tclsyslog/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
|||
# New ports collection makefile for: tclsyslog
|
||||
# Date created: 31 March 2008
|
||||
# Whom: Frank Fenor <frank@fenor.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tclsyslog
|
||||
PORTVERSION= 2.1
|
||||
CATEGORIES= sysutils tcl
|
||||
MASTER_SITES= http://ftp.wagner.pp.ru/pub/tcl/tclsyslog/
|
||||
|
||||
MAINTAINER= frank@fenor.de
|
||||
COMMENT= Tcl Interface to Syslog
|
||||
|
||||
USE_TCL= 82+
|
||||
MANN= syslog.n
|
||||
MANCOMPRESSED= no
|
||||
|
||||
WRKSRC= ${WRKDIR}/tclsyslog
|
||||
|
||||
PLIST_FILES= lib/syslog/libsyslog.so.2.1 \
|
||||
lib/syslog/pkgIndex.tcl
|
||||
PLIST_DIRS= lib/syslog
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E \
|
||||
-e 's|CC=gcc|CC=${CC}|' \
|
||||
-e 's| gcc| $${CC} $${CFLAGS}|' \
|
||||
-e 's|CFLAGS=|CFLAGS=${CFLAGS}|' \
|
||||
-e 's|LDFLAGS=-shared -L/usr/local/lib|LDFLAGS=-shared -L${PREFIX}/lib|' \
|
||||
-e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|' \
|
||||
-e 's|INCLUDES=-I/usr/local/include|INCLUDES=-I${TCL_INCLUDEDIR}|' \
|
||||
-e 's|LOADLIBES=-ltclstub8.2|LOADLIBES=-ltclstub${TCL_VER:S/.//}|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/tclsyslog/distinfo
Normal file
3
sysutils/tclsyslog/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (tclsyslog-2.1.tar.gz) = f9541fbb1a4b4e84f0edfab8b2a03233
|
||||
SHA256 (tclsyslog-2.1.tar.gz) = 703004502a0258d736291e8e247f762661a5b80adceec0ff243faf6dd539245d
|
||||
SIZE (tclsyslog-2.1.tar.gz) = 6765
|
4
sysutils/tclsyslog/pkg-descr
Normal file
4
sysutils/tclsyslog/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
TclSyslog provides an easy to use interface to the Syslog daemon.
|
||||
|
||||
Author: Victor Wagner <vitus@wagner.pp.ru>
|
||||
WWW: http://www.wagner.pp.ru/~vitus/software/tcl/tclsyslog.html
|
Loading…
Reference in a new issue