pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

logfmon-devel: Rename to logfmon-git



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 21 22:55:57 2016 +0200
Changeset:	c23c320d7fe466226c2f75e8d6251dcdf2cbdf48

Added Files:
	logfmon-git/DESCR
	logfmon-git/Makefile
	logfmon-git/PLIST
	logfmon-git/distinfo
Removed Files:
	logfmon-devel/DESCR
	logfmon-devel/Makefile
	logfmon-devel/PLIST
	logfmon-devel/distinfo

Log Message:
logfmon-devel: Rename to logfmon-git

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c23c320d7fe466226c2f75e8d6251dcdf2cbdf48

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 logfmon-devel/DESCR    |  4 ----
 logfmon-devel/Makefile | 38 --------------------------------------
 logfmon-devel/PLIST    |  4 ----
 logfmon-devel/distinfo |  1 -
 logfmon-git/DESCR      |  4 ++++
 logfmon-git/Makefile   | 38 ++++++++++++++++++++++++++++++++++++++
 logfmon-git/PLIST      |  4 ++++
 logfmon-git/distinfo   |  1 +
 8 files changed, 47 insertions(+), 47 deletions(-)

diffs:
diff --git a/logfmon-devel/DESCR b/logfmon-devel/DESCR
deleted file mode 100644
index 9144cce..0000000
--- a/logfmon-devel/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-Logfmon monitors a set of log files and processes messages based on a set of
-regexps. When a message matches, a command may be executed or the message may
-be ignored. Messages that are unmatched are batched together and emailed every
-so often.
diff --git a/logfmon-devel/Makefile b/logfmon-devel/Makefile
deleted file mode 100644
index 28f3896..0000000
--- a/logfmon-devel/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/01/10 20:18:36 thomasklausner Exp $
-
-DISTNAME=	logfmon
-CATEGORIES=	sysutils
-
-
-MAINTAINER=	clamiax%gmail.com@localhost
-HOMEPAGE=	http://logfmon.sourceforge.net/
-COMMENT=	Log file monitor
-
-GIT_REPOSITORIES=	logfmon
-GIT_REPO.logfmon=	git%github.com@localhost:nicm/logfmon.git
-
-USE_TOOLS+=		yacc
-
-# Makefile things
-SUBST_CLASSES+=		makefile
-SUBST_STAGE.makefile=	pre-build
-SUBST_MESSAGE.makefile=	Fixing the Makefile..
-SUBST_FILES.makefile=	${MAKE_FILE}
-SUBST_SED.makefile=	-e 's/DEBUG=//'	# No debug
-SUBST_SED.makefile=	-e 's/ -I-//'	# Obsolete with GCC 4
-
-# Configuration path
-SUBST_CLASSES+=		conf
-SUBST_STAGE.conf=	pre-build
-SUBST_MESSAGE.conf=	Fixing configuration path..
-SUBST_FILES.conf=	logfmon.h logfmon.conf.5 logfmon.8
-SUBST_SED.conf=		-e "s,/etc,${PKG_SYSCONFDIR},"
-
-INSTALLATION_DIRS=	sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
-
-INSTALL_MAKE_FLAGS+=	PREFIX=${DESTDIR}${PREFIX}
-INSTALL_MAKE_FLAGS+=	INSTALLBIN=${INSTALL_PROGRAM:Q}
-INSTALL_MAKE_FLAGS+=	INSTALLMAN=${INSTALL_MAN:Q}
-
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/logfmon-devel/PLIST b/logfmon-devel/PLIST
deleted file mode 100644
index 071a665..0000000
--- a/logfmon-devel/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2008/03/10 16:11:00 smoppy Exp $
-man/man5/logfmon.conf.5
-man/man8/logfmon.8
-sbin/logfmon
diff --git a/logfmon-devel/distinfo b/logfmon-devel/distinfo
deleted file mode 100644
index b091279..0000000
--- a/logfmon-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/03/10 15:55:36 smoppy Exp $
diff --git a/logfmon-git/DESCR b/logfmon-git/DESCR
new file mode 100644
index 0000000..9144cce
--- /dev/null
+++ b/logfmon-git/DESCR
@@ -0,0 +1,4 @@
+Logfmon monitors a set of log files and processes messages based on a set of
+regexps. When a message matches, a command may be executed or the message may
+be ignored. Messages that are unmatched are batched together and emailed every
+so often.
diff --git a/logfmon-git/Makefile b/logfmon-git/Makefile
new file mode 100644
index 0000000..28f3896
--- /dev/null
+++ b/logfmon-git/Makefile
@@ -0,0 +1,38 @@
+# $NetBSD: Makefile,v 1.7 2015/01/10 20:18:36 thomasklausner Exp $
+
+DISTNAME=	logfmon
+CATEGORIES=	sysutils
+
+
+MAINTAINER=	clamiax%gmail.com@localhost
+HOMEPAGE=	http://logfmon.sourceforge.net/
+COMMENT=	Log file monitor
+
+GIT_REPOSITORIES=	logfmon
+GIT_REPO.logfmon=	git%github.com@localhost:nicm/logfmon.git
+
+USE_TOOLS+=		yacc
+
+# Makefile things
+SUBST_CLASSES+=		makefile
+SUBST_STAGE.makefile=	pre-build
+SUBST_MESSAGE.makefile=	Fixing the Makefile..
+SUBST_FILES.makefile=	${MAKE_FILE}
+SUBST_SED.makefile=	-e 's/DEBUG=//'	# No debug
+SUBST_SED.makefile=	-e 's/ -I-//'	# Obsolete with GCC 4
+
+# Configuration path
+SUBST_CLASSES+=		conf
+SUBST_STAGE.conf=	pre-build
+SUBST_MESSAGE.conf=	Fixing configuration path..
+SUBST_FILES.conf=	logfmon.h logfmon.conf.5 logfmon.8
+SUBST_SED.conf=		-e "s,/etc,${PKG_SYSCONFDIR},"
+
+INSTALLATION_DIRS=	sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
+
+INSTALL_MAKE_FLAGS+=	PREFIX=${DESTDIR}${PREFIX}
+INSTALL_MAKE_FLAGS+=	INSTALLBIN=${INSTALL_PROGRAM:Q}
+INSTALL_MAKE_FLAGS+=	INSTALLMAN=${INSTALL_MAN:Q}
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/logfmon-git/PLIST b/logfmon-git/PLIST
new file mode 100644
index 0000000..071a665
--- /dev/null
+++ b/logfmon-git/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.2 2008/03/10 16:11:00 smoppy Exp $
+man/man5/logfmon.conf.5
+man/man8/logfmon.8
+sbin/logfmon
diff --git a/logfmon-git/distinfo b/logfmon-git/distinfo
new file mode 100644
index 0000000..b091279
--- /dev/null
+++ b/logfmon-git/distinfo
@@ -0,0 +1 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/03/10 15:55:36 smoppy Exp $


Home | Main Index | Thread Index | Old Index