Index: head/security/Makefile =================================================================== --- head/security/Makefile (revision 42395) +++ head/security/Makefile (revision 42396) @@ -1,175 +1,176 @@ # $FreeBSD$ # SUBDIR += aafid2 SUBDIR += acid SUBDIR += aescrypt SUBDIR += aide SUBDIR += amavis-perl SUBDIR += apg SUBDIR += beecrypt SUBDIR += bfbtester SUBDIR += bjorb SUBDIR += bro SUBDIR += bugs SUBDIR += ca-roots SUBDIR += calife SUBDIR += cfs SUBDIR += checkpassword SUBDIR += chkrootkit SUBDIR += chrootuid SUBDIR += cksfv SUBDIR += cops SUBDIR += crack SUBDIR += cracklib SUBDIR += crank SUBDIR += cryptopp SUBDIR += cyrus-sasl SUBDIR += ddos_scan SUBDIR += digest SUBDIR += donkey SUBDIR += dsniff SUBDIR += fakebo SUBDIR += find_ddos SUBDIR += firewalk SUBDIR += fragrouter SUBDIR += fressh SUBDIR += fuzz SUBDIR += fwbuilder SUBDIR += fwtk SUBDIR += gag SUBDIR += gnupg SUBDIR += gnupg-idea SUBDIR += gpa SUBDIR += gpasman SUBDIR += gtkportscan SUBDIR += heimdal SUBDIR += hping SUBDIR += ident2 SUBDIR += identify SUBDIR += inflex SUBDIR += integrit SUBDIR += ipfmeta SUBDIR += its4 SUBDIR += john SUBDIR += keynote SUBDIR += keyprint SUBDIR += kmap SUBDIR += krb5 SUBDIR += kssh SUBDIR += l0pht-watch SUBDIR += l0phtcrack SUBDIR += libident SUBDIR += libmcrypt SUBDIR += libparanoia SUBDIR += liedentd SUBDIR += logcheck SUBDIR += lsh SUBDIR += lxnb SUBDIR += mcrypt SUBDIR += mdcrack SUBDIR += mhash SUBDIR += mindterm-binary SUBDIR += nbaudit SUBDIR += nessus SUBDIR += nessus-libraries SUBDIR += nessus-libnasl SUBDIR += nessus-plugins SUBDIR += nmap SUBDIR += nmapfe SUBDIR += oidentd SUBDIR += op SUBDIR += opencl SUBDIR += openssh SUBDIR += openssh-askpass SUBDIR += openssl SUBDIR += outguess SUBDIR += p5-Authen-Krb4 SUBDIR += p5-Authen-Krb5 SUBDIR += p5-Authen-PAM SUBDIR += p5-Authen-Radius SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CipherSaber SUBDIR += p5-Crypt-Cracklib SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-IDEA SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Digest-MD5 SUBDIR += p5-Digest-SHA1 SUBDIR += p5-GnuPG-Interface SUBDIR += p5-IO-Socket-SSL SUBDIR += p5-MD5 SUBDIR += p5-Net-SSLeay SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign SUBDIR += pad SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_krb5 SUBDIR += pam_ssh SUBDIR += pgp SUBDIR += pgp5 SUBDIR += pgp6 SUBDIR += pgpdump SUBDIR += pgpgpg SUBDIR += pgpin SUBDIR += pidentd SUBDIR += pks SUBDIR += pktsuckers SUBDIR += portscanner SUBDIR += portsentry SUBDIR += pscan SUBDIR += py-m2crypto SUBDIR += racoon SUBDIR += radiusniff SUBDIR += rid SUBDIR += rsaref SUBDIR += ruby-acl + SUBDIR += ruby-blowfish SUBDIR += ruby-sha1 SUBDIR += ruby-ssl SUBDIR += ruby-tcpwrap SUBDIR += saint SUBDIR += scanssh SUBDIR += seahorse SUBDIR += siphon SUBDIR += skip SUBDIR += slurpie SUBDIR += slush SUBDIR += smurflog SUBDIR += sniff SUBDIR += snort SUBDIR += srm SUBDIR += ssh SUBDIR += ssh2 SUBDIR += sslproxy SUBDIR += sslwrap SUBDIR += sst SUBDIR += steghide SUBDIR += strobe SUBDIR += stunnel SUBDIR += sudo SUBDIR += super SUBDIR += swatch SUBDIR += tcp_wrapper SUBDIR += tea-total SUBDIR += trinokiller SUBDIR += tripwire SUBDIR += tripwire-131 SUBDIR += uvscan-dat SUBDIR += vlock SUBDIR += vpnd SUBDIR += vscan SUBDIR += whisker SUBDIR += xinetd SUBDIR += zebedee SUBDIR += zombiezapper .include Property changes on: head/security/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.188 \ No newline at end of property +1.189 \ No newline at end of property Index: head/security/ruby-blowfish/Makefile =================================================================== --- head/security/ruby-blowfish/Makefile (nonexistent) +++ head/security/ruby-blowfish/Makefile (revision 42396) @@ -0,0 +1,35 @@ +# New ports collection makefile for: Ruby-blowfish +# Date created: 8 May 2001 +# Whom: Akinori MUSHA aka knu +# +# $FreeBSD$ +# + +PORTNAME= blowfish +PORTVERSION= 0.1 +CATEGORIES= security ruby +MASTER_SITES= http://ruby.metabolix.de/download/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ruby-${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= knu@FreeBSD.org + +USE_OPENSSL= yes +USE_RUBY= yes +USE_RUBY_EXTCONF= yes + +WRKSRC= ${WRKDIR}/ruby-${PORTNAME} +CONFIGURE_ARGS= --with-openssl-include="${OPENSSLBASE}/include/openssl" \ + --with-openssl-lib="${OPENSSLBASE}/lib" +INSTALL_TARGET= site-install + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/testbf.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ + ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/${PORTNAME}/ +.endif + +.include Property changes on: head/security/ruby-blowfish/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/security/ruby-blowfish/distinfo =================================================================== --- head/security/ruby-blowfish/distinfo (nonexistent) +++ head/security/ruby-blowfish/distinfo (revision 42396) @@ -0,0 +1 @@ +MD5 (ruby/ruby-blowfish-0.1.tar.gz) = 3f8eb0b9ef35b28d21a9b71163ddd30d Property changes on: head/security/ruby-blowfish/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/ruby-blowfish/pkg-comment =================================================================== --- head/security/ruby-blowfish/pkg-comment (nonexistent) +++ head/security/ruby-blowfish/pkg-comment (revision 42396) @@ -0,0 +1 @@ +A Ruby interface to the Blowfish cipher Property changes on: head/security/ruby-blowfish/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/ruby-blowfish/pkg-descr =================================================================== --- head/security/ruby-blowfish/pkg-descr (nonexistent) +++ head/security/ruby-blowfish/pkg-descr (revision 42396) @@ -0,0 +1,5 @@ +Ruby/Blowfish is an interface to the Blowfish cipher included in the +OpenSSL library. + +WWW: http://ruby.metabolix.de/ +Author: Hans-Dieter Stich Property changes on: head/security/ruby-blowfish/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/ruby-blowfish/pkg-plist =================================================================== --- head/security/ruby-blowfish/pkg-plist (nonexistent) +++ head/security/ruby-blowfish/pkg-plist (revision 42396) @@ -0,0 +1,5 @@ +%%RUBY_SITEARCHLIBDIR%%/Blowfish.so +%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/blowfish/testbf.rb +%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/blowfish +%%PORTDOCS%%%%RUBY_DOCDIR%%/blowfish/README +%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/blowfish Property changes on: head/security/ruby-blowfish/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property