summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2000-06-28 17:20:28 +0000
committerAlexander Langer <alex@FreeBSD.org>2000-06-28 17:20:28 +0000
commit440ab0ebf2103f6d31534f711fa04fed691fb41a (patch)
treeb09a33b88e232d6c7e9b9084d1ce70e402be15b0 /misc
parent- USE_XLIB -> USE_X_PREFIX (diff)
- Update to version 0.3.0.
- Change maintainer from ports@FreeBSD.org -> submitter - Port no longer installs a manpage but more configuration files PR: 19416 Submitted by: Dan Papasian <bugg@bugg.strangled.net>
Notes
Notes: svn path=/head/; revision=29950
Diffstat (limited to 'misc')
-rw-r--r--misc/colortail/Makefile18
-rw-r--r--misc/colortail/distinfo2
-rw-r--r--misc/colortail/files/patch-aa24
-rw-r--r--misc/colortail/files/patch-ab12
-rw-r--r--misc/colortail/pkg-plist6
5 files changed, 42 insertions, 20 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile
index 991f854c5288..d8ad90f5bc30 100644
--- a/misc/colortail/Makefile
+++ b/misc/colortail/Makefile
@@ -6,24 +6,22 @@
#
PORTNAME= colortail
-PORTVERSION= 0.2.0
+PORTVERSION= 0.3.0
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/cpiazza/
-# commented out until I upgrade to 0.3.0
-# MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
+MASTER_SITES= http://www.student.hk-r.se/~pt98jan/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bugg@bugg.strangled.net
-GNU_CONFIGURE= yes
+LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-MAN1= colortail.1
+GNU_CONFIGURE= yes
post-install:
@ ${MKDIR} ${PREFIX}/share/colortail
- @ ${INSTALL_DATA} ${WRKSRC}/CONFIG ${PREFIX}/share/colortail/CONFIG.example
+ @ ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${PREFIX}/share/colortail/
@ ${ECHO} "*********************************************"
- @ ${ECHO} "An example of the colour configuration is in"
- @ ${ECHO} "${PREFIX}/share/colortail/CONFIG.example"
+ @ ${ECHO} "Examples of the color configuration files are"
+ @ ${ECHO} "in ${PREFIX}/share/colortail/"
@ ${ECHO} "*********************************************"
.include <bsd.port.mk>
diff --git a/misc/colortail/distinfo b/misc/colortail/distinfo
index 8ad296132427..ab1a8f2b835b 100644
--- a/misc/colortail/distinfo
+++ b/misc/colortail/distinfo
@@ -1 +1 @@
-MD5 (colortail-0.2.0.tar.gz) = 98a7096394f31627882dcc0e2d4c06d8
+MD5 (colortail-0.3.0.tar.gz) = 2589d3e372080f4052d1cc0d6550508f
diff --git a/misc/colortail/files/patch-aa b/misc/colortail/files/patch-aa
index 6fd16cf33690..c46e952ab2b5 100644
--- a/misc/colortail/files/patch-aa
+++ b/misc/colortail/files/patch-aa
@@ -1,10 +1,18 @@
---- cfg.h.~1~ Wed Mar 3 04:35:14 1999
-+++ cfg.h Tue Apr 27 14:00:26 1999
-@@ -19,6 +19,7 @@
- #define _cfg_
+--- Makefile.in.old Wed Jun 21 13:11:39 2000
++++ Makefile.in Wed Jun 21 13:12:43 2000
+@@ -79,13 +79,13 @@
+ PROGRAMS = $(bin_PROGRAMS)
- #include <stdio.h>
-+#include <sys/types.h>
- #include <regex.h>
- #define MAX_LINE_LENGTH 200
+-DEFS = @DEFS@ -I. -I$(srcdir) -I.
++DEFS = @DEFS@ -I. -I$(srcdir) -I. -I$(LOCALBASE)/include
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ colortail_OBJECTS = CfgFileParser.o ColorTail.o Colorizer.o Info.o \
+ OptionsParser.o TailFile.o Usage.o main.o
+-colortail_LDADD = $(LDADD)
++colortail_LDADD = -L$(LOCALBASE)/lib -lgnugetopt $(LDADD)
+ colortail_DEPENDENCIES =
+ colortail_LDFLAGS =
+ CXXFLAGS = @CXXFLAGS@
diff --git a/misc/colortail/files/patch-ab b/misc/colortail/files/patch-ab
new file mode 100644
index 000000000000..302d57f1c19d
--- /dev/null
+++ b/misc/colortail/files/patch-ab
@@ -0,0 +1,12 @@
+--- CfgFileParser.h.old Wed Jun 21 12:55:57 2000
++++ CfgFileParser.h Wed Jun 21 12:56:09 2000
+@@ -24,7 +24,9 @@
+ #include "config.h"
+
+ #include <sys/types.h>
++#if 0
+ #include <regex.h>
++#endif
+ #include <fstream.h>
+
+ #ifdef HAVE_GNUREGEX_H
diff --git a/misc/colortail/pkg-plist b/misc/colortail/pkg-plist
index c0ea1d76a7c9..6b9ad124ef0f 100644
--- a/misc/colortail/pkg-plist
+++ b/misc/colortail/pkg-plist
@@ -1,3 +1,7 @@
bin/colortail
-share/colortail/CONFIG.example
+share/colortail/conf.daemon
+share/colortail/conf.kernel
+share/colortail/conf.messages
+share/colortail/conf.secure
+share/colortail/conf.xferlog
@dirrm share/colortail