Index: head/sysutils/Makefile =================================================================== --- head/sysutils/Makefile (revision 48646) +++ head/sysutils/Makefile (revision 48647) @@ -1,208 +1,209 @@ # $FreeBSD$ # SUBDIR += LPRng SUBDIR += abck SUBDIR += afio SUBDIR += anteater SUBDIR += asapm SUBDIR += ascpu SUBDIR += asfsm SUBDIR += asmem SUBDIR += asmon SUBDIR += battstat-applet SUBDIR += bchunk SUBDIR += bkpupsd SUBDIR += bubblemon-dockapp SUBDIR += cd-write SUBDIR += cd9660_unicode SUBDIR += cdrtools SUBDIR += cfengine SUBDIR += checkservice SUBDIR += clockspeed SUBDIR += colorize SUBDIR += comconsole SUBDIR += consolehm SUBDIR += contool SUBDIR += copytape SUBDIR += cpbk SUBDIR += cpdup SUBDIR += cpuburn SUBDIR += crashme SUBDIR += cronolog SUBDIR += cvsweb-converters SUBDIR += daemontools SUBDIR += daemontools53 SUBDIR += deleted SUBDIR += detach SUBDIR += dim SUBDIR += dirdiff SUBDIR += diskcheckd SUBDIR += diskusage SUBDIR += doconfig SUBDIR += du2ps SUBDIR += dvdtape SUBDIR += e2fsprogs SUBDIR += eject SUBDIR += extipl SUBDIR += fcron SUBDIR += ffsrecov SUBDIR += filedupe SUBDIR += fileutils SUBDIR += flexbackup + SUBDIR += flog SUBDIR += fontedit SUBDIR += fortunelock SUBDIR += fsck_ext2fs SUBDIR += ftrace SUBDIR += gcombust SUBDIR += gkrellflynn SUBDIR += gkrellm SUBDIR += gkrellmouse SUBDIR += glload SUBDIR += gnomecontrolcenter SUBDIR += gnomefind SUBDIR += gpart SUBDIR += grub SUBDIR += gtoaster SUBDIR += gtop SUBDIR += guitar SUBDIR += gupsc SUBDIR += healthd SUBDIR += idled SUBDIR += installwatch SUBDIR += ipa SUBDIR += ipsc SUBDIR += kdeadmin SUBDIR += koncd SUBDIR += lavaps SUBDIR += lfm SUBDIR += libretto-config SUBDIR += lmmon SUBDIR += log_analysis SUBDIR += logmon SUBDIR += logrotate SUBDIR += logtool SUBDIR += lsmlib SUBDIR += lsof SUBDIR += maint SUBDIR += manck SUBDIR += medusa SUBDIR += mei SUBDIR += memtest SUBDIR += mgeupsd SUBDIR += mkisofs SUBDIR += mksunbootcd SUBDIR += monitord SUBDIR += msyslog SUBDIR += muse SUBDIR += ndir SUBDIR += no-login SUBDIR += npadmin SUBDIR += nut SUBDIR += nwclient SUBDIR += obliterate SUBDIR += p5-Filesys-DiskSpace SUBDIR += p5-LJ-Cache SUBDIR += p5-LJ-TextMessage SUBDIR += p5-Quota SUBDIR += p5-Schedule-At SUBDIR += p5-Schedule-Cron SUBDIR += p5-Schedule-Match SUBDIR += p5-Stat-lsMode SUBDIR += p5-SyslogScan SUBDIR += p5-Unix-ConfigFile SUBDIR += p5-Unix-Syslog SUBDIR += paicc SUBDIR += pdumpfs SUBDIR += penv SUBDIR += perf SUBDIR += personality SUBDIR += pib SUBDIR += pkg_remove SUBDIR += portupgrade SUBDIR += prips SUBDIR += procmap SUBDIR += pslist SUBDIR += psmisc SUBDIR += pstree SUBDIR += pwgen SUBDIR += pyfind SUBDIR += qtpkg SUBDIR += rdate SUBDIR += readlink SUBDIR += rmonitor SUBDIR += roottail SUBDIR += rotate SUBDIR += rtty SUBDIR += ruby-application.rb SUBDIR += ruby-quota SUBDIR += ruby-syslog SUBDIR += safecat SUBDIR += samefile SUBDIR += sarah SUBDIR += sdd SUBDIR += service-config SUBDIR += setcdboot SUBDIR += setquota SUBDIR += skill SUBDIR += slay SUBDIR += socket SUBDIR += star SUBDIR += stat SUBDIR += stmpclean SUBDIR += stow SUBDIR += stowES SUBDIR += su2 SUBDIR += symlinks SUBDIR += syslog-ng SUBDIR += tcplist SUBDIR += tdir SUBDIR += timelimit SUBDIR += truncate SUBDIR += tua SUBDIR += ucspi-tcp SUBDIR += unquote SUBDIR += upsd SUBDIR += upsmon SUBDIR += userlist SUBDIR += uwatch SUBDIR += webmin SUBDIR += whowatch SUBDIR += wmapm SUBDIR += wmavgload SUBDIR += wmbattery SUBDIR += wmcpuload SUBDIR += wmcube SUBDIR += wmcube-gdk SUBDIR += wmfire SUBDIR += wmfsm SUBDIR += wmhm SUBDIR += wminet SUBDIR += wmlmmon SUBDIR += wmmemmon SUBDIR += wmmon SUBDIR += wmmount SUBDIR += wmpccard SUBDIR += wmtop SUBDIR += wmzazof SUBDIR += xbatt SUBDIR += xbattbar SUBDIR += xcdroast SUBDIR += xcpustate SUBDIR += xdu SUBDIR += xfsm SUBDIR += xin SUBDIR += xloadface SUBDIR += xlogmaster SUBDIR += xmbmon SUBDIR += xosview SUBDIR += xperfmon SUBDIR += xperfmon3 SUBDIR += xsysinfo SUBDIR += xsysstats SUBDIR += xw SUBDIR += xwatch SUBDIR += xwipower SUBDIR += yawho .include Property changes on: head/sysutils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.219 \ No newline at end of property +1.220 \ No newline at end of property Index: head/sysutils/flog/Makefile =================================================================== --- head/sysutils/flog/Makefile (nonexistent) +++ head/sysutils/flog/Makefile (revision 48647) @@ -0,0 +1,26 @@ +# New ports collection makefile for: flog +# Date created: 7 October 2001 +# Whom: Anders Nordby +# +# $FreeBSD$ +# + +PORTNAME= flog +PORTVERSION= 1.3 +CATEGORIES= sysutils +MASTER_SITES= http://oss.ezic.com/flog/ \ + http://ftp.nuug.no/pub/anders/distfiles/ + +MAINTAINER= ports@FreeBSD.org + +do-build: + ${CC} ${CFLAGS} -o ${WRKSRC}/flog ${WRKSRC}/flog.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/flog ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include Property changes on: head/sysutils/flog/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sysutils/flog/distinfo =================================================================== --- head/sysutils/flog/distinfo (nonexistent) +++ head/sysutils/flog/distinfo (revision 48647) @@ -0,0 +1 @@ +MD5 (flog-1.3.tar.gz) = cc97339bd757a651558438463c5f2721 Property changes on: head/sysutils/flog/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/flog/pkg-comment =================================================================== --- head/sysutils/flog/pkg-comment (nonexistent) +++ head/sysutils/flog/pkg-comment (revision 48647) @@ -0,0 +1 @@ +A small STDIN-to-file logger with support for log rotation Property changes on: head/sysutils/flog/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/flog/pkg-descr =================================================================== --- head/sysutils/flog/pkg-descr (nonexistent) +++ head/sysutils/flog/pkg-descr (revision 48647) @@ -0,0 +1,10 @@ +flog (file logger) is a small C program that reads input from STDIN and writes +to a file, optionally adding timestamps. If SIGHUP is received, the file will +be reopened, allowing for log rotation (see newsyslog(8)). The log file will +only be reopened if flog detects that rotation has occurred (i.e., the old file +is gone or the inode has changed). flog is extremely small (a memory footprint +of less than 500 bytes). It also protects you from running out of disk space; +if that happens, the logfile will be truncated and a warning generated. This +could save you from waking up to pager beeps in the middle of the night. + +WWW: http://oss.ezic.com/ Property changes on: head/sysutils/flog/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/sysutils/flog/pkg-plist =================================================================== --- head/sysutils/flog/pkg-plist (nonexistent) +++ head/sysutils/flog/pkg-plist (revision 48647) @@ -0,0 +1,3 @@ +bin/flog +%%PORTDOCS%%share/doc/flog/README +%%PORTDOCS%%@dirrm share/doc/flog Property changes on: head/sysutils/flog/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property