1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 3.0-beta3

PR:		ports/105397
Submitted by:	Jonathan <afarsec@012.net.il> (maintainer)
This commit is contained in:
Martin Wilke 2006-11-12 20:39:45 +00:00
parent a4bde30308
commit 573f55cb79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177130
3 changed files with 9930 additions and 39 deletions

View File

@ -6,24 +6,34 @@
#
PORTNAME= metasploit
DISTVERSION= 3.0-beta-1
DISTVERSION= 3.0-beta-3
CATEGORIES= security
MASTER_SITES= #
PKGNAMESUFFIX= -devel
DISTNAME= framework-${DISTVERSION}
DISTNAME= framework-${DISTVERSION}-svn
MAINTAINER= onatan@gmail.com
COMMENT= Exploit-Framework for Penetration-Testing
NO_CDROM= May not be re-sold for more than the cost of duplication
NO_PACKAGE= May not be redistributed after patching
RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
${LOCALBASE}/bin/gem:${PORTSDIR}/devel/ruby-gems \
${LOCALBASE}/lib/ruby/gems/1.8/specifications/activerecord-1.14.4.gemspec:${PORTSDIR}/databases/rubygem-activerecord
SCRIPTS= msfcli msfconsole msfd msfencode msflicense msfopcode \
msfpayload msfpescan msfweb
.if defined(WITH_MSFWX)
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/wxruby.so:${PORTSDIR}/x11-toolkits/ruby-wx
SCRIPTS+= msfwx
.endif
WRKSRC= ${WRKDIR}/framework-${DISTVERSION}
RESTRICTED= May not be re-sold for more than the cost of duplication, nor redistributed after patching
CONFLICTS= metasploit-2*
NO_BUILD= yes
USE_RUBY= yes
SCRIPTS= msfcli msfconsole msfd msfencode msflicense msfopcode \
msfpayload msfpescan msfweb msfwx
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)

View File

@ -1,3 +1,3 @@
MD5 (framework-3.0-beta-1.tar.gz) = 27f6d4186562a03282bc4f6971c8968d
SHA256 (framework-3.0-beta-1.tar.gz) = 2537817c4fdf7f217d10d8c5a9392267b7877228b74a648fab9f6b71c426bd44
SIZE (framework-3.0-beta-1.tar.gz) = 2064950
MD5 (framework-3.0-beta-3-svn.tar.gz) = 4150b7fed0da02baf36dbd4c86447398
SHA256 (framework-3.0-beta-3-svn.tar.gz) = 6dde5df73636432a8f9fe21cc88d7debc37fcdb8c6e8aa64df66e4ac1526b7fb
SIZE (framework-3.0-beta-3-svn.tar.gz) = 4829906

File diff suppressed because it is too large Load Diff