Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

2
security/yafic/DESCR Normal file
View File

@@ -0,0 +1,2 @@
yafic is Yet Another File Integrity Checker, similar to programs like
Tripwire and AIDE.

14
security/yafic/Makefile Normal file
View File

@@ -0,0 +1,14 @@
# $NetBSD: Makefile,v 1.7 2012/10/23 18:17:01 asau Exp $
DISTNAME= yafic-1.2.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yafic/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.saddi.com/software/yafic/
COMMENT= File integrity checker
LICENSE= modified-bsd
GNU_CONFIGURE= YES
.include "../../mk/bsd.pkg.mk"

8
security/yafic/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2006/10/16 09:14:38 martti Exp $
bin/yafic
bin/yafic-check
bin/yafic-sign
man/man1/yafic-check.1
man/man1/yafic-sign.1
man/man1/yafic.1
man/man5/yafic.conf.5

6
security/yafic/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2009/12/13 08:42:26 martti Exp $
SHA1 (yafic-1.2.2.tar.gz) = 0592df76f87a6b5b972c1e8c1c08c771e3ffdf7f
RMD160 (yafic-1.2.2.tar.gz) = 976cb8a75bb9cdf75961a60929c5e778049a97b4
Size (yafic-1.2.2.tar.gz) = 96893 bytes
SHA1 (patch-aa) = 288f5793947fbd844e0cdf7706cabd9b9f37abcc

View File

@@ -0,0 +1,24 @@
$NetBSD: patch-aa,v 1.1 2009/12/13 08:42:26 martti Exp $
Added support for DESTDIR.
--- Makefile.in.orig 2009-12-13 10:28:53.000000000 +0200
+++ Makefile.in 2009-12-13 10:31:19.000000000 +0200
@@ -553,13 +553,13 @@
install-exec-hook:
- if test -f $(bindir)/yafic-sign; then \
- ln -f $(bindir)/yafic-sign$(EXEEXT) $(bindir)/yafic-check$(EXEEXT); \
+ if test -f $(DESTDIR)$(bindir)/yafic-sign; then \
+ ln -f $(DESTDIR)$(bindir)/yafic-sign$(EXEEXT) $(DESTDIR)$(bindir)/yafic-check$(EXEEXT); \
fi
install-data-hook:
- if test -f $(mandir)/man1/yafic-sign.1; then \
- ln -f $(mandir)/man1/yafic-sign.1 $(mandir)/man1/yafic-check.1; \
+ if test -f $(DESTDIR)$(mandir)/man1/yafic-sign.1; then \
+ ln -f $(DESTDIR)$(mandir)/man1/yafic-sign.1 $(DESTDIR)$(mandir)/man1/yafic-check.1; \
fi
uninstall-hook: