mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- register CONLICTS between security/srm and security/secure_delete for bin/srm
- reset maintainer: Vaida Bogdan no longer uses FreeBSD. Thank you for maintaining the ports so far! - nuke some small plists while here PR: ports/125698 Submitted by: Andrew Stuart
This commit is contained in:
parent
07e05e1182
commit
fd95587c26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217867
@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= vaida.bogdan@gmail.com
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Tool to detect connectivity between network segments
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Net/PcapUtils.pm:${PORTSDIR}/net/p5-Net-PcapUtils \
|
||||
@ -29,6 +29,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USE_PERL5_RUN= yes
|
||||
MAN8= netleak.8 netleakd.8
|
||||
|
||||
PLIST_FILES= etc/netleak.conf etc/netleakd.conf sbin/netleak sbin/netleakd
|
||||
PORTDOCS= BUGS README TODO
|
||||
|
||||
post-install:
|
||||
|
@ -1,4 +0,0 @@
|
||||
etc/netleak.conf
|
||||
etc/netleakd.conf
|
||||
sbin/netleak
|
||||
sbin/netleakd
|
@ -10,9 +10,12 @@ PORTVERSION= 1.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://packetstormsecurity.org/groups/thc/
|
||||
|
||||
MAINTAINER= vaida.bogdan@gmail.com
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Search/extract/write raw data
|
||||
|
||||
PLIST_FILES= sbin/read_data sbin/replace_data sbin/search_data sbin/write_data
|
||||
PORTDOCS= CHANGES README
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/read_data ${PREFIX}/sbin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/write_data ${PREFIX}/sbin
|
||||
|
@ -1,7 +0,0 @@
|
||||
sbin/read_data
|
||||
sbin/replace_data
|
||||
sbin/search_data
|
||||
sbin/write_data
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
@ -10,9 +10,11 @@ PORTVERSION= 3.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://packetstormsecurity.org/groups/thc/
|
||||
|
||||
MAINTAINER= vaida.bogdan@gmail.com
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Secure data deletion toolkit
|
||||
|
||||
CONFLICTS= srm-[0-9]*
|
||||
|
||||
MANCOMPRESSED= no
|
||||
MAN1= srm.1 sfill.1 sswap.1 smem.1
|
||||
|
||||
|
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= srm
|
||||
MAINTAINER= kjones@antihackertoolkit.com
|
||||
COMMENT= Secure rm, a utility which destroys file contents before unlinking
|
||||
|
||||
CONFLICTS= secure_delete-[0-9]*
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
|
@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= jail
|
||||
DISTNAME= jail_${PORTVERSION}
|
||||
|
||||
MAINTAINER= vaida.bogdan@gmail.com
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Builds a chrooted environment
|
||||
|
||||
WRKSRC= ${WRKDIR}/jail_1-9_stable/src
|
||||
|
Loading…
Reference in New Issue
Block a user