diff options
author | alex <alex@FreeBSD.org> | 2000-06-29 01:20:28 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-29 01:20:28 +0800 |
commit | f21f598b1a1adb8abd98e773e5f5b2bb69f23a7e (patch) | |
tree | 2332bd3be730944a3702320793ff24450813c205 /misc | |
parent | fae5fe97cfa3e34f05e0c0e7dd7e6ef52f869167 (diff) | |
download | freebsd-ports-gnome-f21f598b1a1adb8abd98e773e5f5b2bb69f23a7e.tar.gz freebsd-ports-gnome-f21f598b1a1adb8abd98e773e5f5b2bb69f23a7e.tar.zst freebsd-ports-gnome-f21f598b1a1adb8abd98e773e5f5b2bb69f23a7e.zip |
- 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>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/colortail/Makefile | 18 | ||||
-rw-r--r-- | misc/colortail/distinfo | 2 | ||||
-rw-r--r-- | misc/colortail/files/patch-aa | 24 | ||||
-rw-r--r-- | misc/colortail/files/patch-ab | 12 | ||||
-rw-r--r-- | misc/colortail/pkg-plist | 6 |
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 |