1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Retire security/metasploit-devel since security/metasploit is now

up-to-date

PR:		ports/114196
Submitted by:	Yonatan <onatan at gmail.com> (maintainer)
This commit is contained in:
Rong-En Fan 2007-07-23 02:11:22 +00:00
parent 4b7cf72074
commit 58c41ab013
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196085
6 changed files with 1 additions and 1620 deletions

1
MOVED
View File

@ -3103,3 +3103,4 @@ graphics/hpoj||2007-07-14|Expired: project discontinued, please switch to print/
net/jffnms|net-mgmt/jffnms|2007-07-14|move to net-mgmt/jffnms
java/linux-blackdown-jdk13||2007-07-22|Expired: unfixed security vulnerability
devel/rx||2007-07-22|Expired: has been decommissioned and is no longer developed
security/metasploit-devel|security/metasploit|2007-07-23|move to security/metasploit

View File

@ -269,7 +269,6 @@
SUBDIR += mdcrack
SUBDIR += medusa
SUBDIR += metasploit
SUBDIR += metasploit-devel
SUBDIR += mhash
SUBDIR += mindterm-binary
SUBDIR += mosref

View File

@ -1,62 +0,0 @@
# Ports collection makefile for: metasploit-devel
# Date created: 18 Nov 2004
# Whom: Yonatan <onatan@gmail.com>
#
# $FreeBSD$
#
PORTNAME= metasploit
DISTVERSION= 3.0-beta-3
CATEGORIES= security
MASTER_SITES= #
PKGNAMESUFFIX= -devel
DISTNAME= framework-${DISTVERSION}-svn
MAINTAINER= onatan@gmail.com
COMMENT= Exploit-Framework for Penetration-Testing
RUN_DEPENDS= ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion \
${LOCALBASE}/bin/gem:${PORTSDIR}/devel/ruby-gems \
${LOCALBASE}/lib/ruby/gems/1.8/specifications/activerecord-1.15.3.gemspec:${PORTSDIR}/databases/rubygem-activerecord
SCRIPTS= msfcli msfconsole msfd msfencode msflicense msfopcode \
msfpayload msfpescan msfweb
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
.include <bsd.port.pre.mk>
.if defined(WITH_MSFWX)
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/wxruby.so:${PORTSDIR}/x11-toolkits/ruby-wx
SCRIPTS+= msfwx
PLIST_SUB+= MSF=""
.else
PLIST_SUB+= MSF="@comment "
.endif
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
ECHO_MSG=/usr/bin/printf
IGNORE=\n \
Due to licensing restrictions you have to accept the Metasploit Framework\n \
License before downloading ${DISTNAME}${EXTRACT_SUFX}. Please direct your\n \
web browser to http://metasploit.com/projects/Framework/msf3/ to read and\n \
accept the license. Once downloaded, save ${DISTNAME}${EXTRACT_SUFX} \n \
in ${DISTDIR} and try again.\n
.endif
post-extract:
@${FIND} ${WRKSRC}/ -type d -name '.svn' | ${XARGS} ${RM} -rf
do-install:
${MKDIR} ${DATADIR}
${CP} -Rp ${WRKSRC}/ ${DATADIR}
.for f in ${SCRIPTS}
${LN} -s ${DATADIR}/${f} ${PREFIX}/bin
.endfor
.include <bsd.port.post.mk>

View File

@ -1,3 +0,0 @@
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

View File

@ -1,14 +0,0 @@
The Metasploit Project
This is the Metasploit Project. The goal is to provide useful
information to people who perform penetration testing, IDS signature
development, and exploit research. This site was created to fill the
gaps in the information publicly available on various exploitation
techniques and to create a useful resource for exploit developers. The
tools and information on this site are provided for legal penetration
testing and research purposes only.
This port is an in-development version of the upcoming Metasploit Framework.
It is based on Ruby instead of perl, and has a different license.
WWW: http://www.metasploit.org

File diff suppressed because it is too large Load Diff