pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ruby-rex-text



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Sep 29 16:25:43 UTC 2017

Added Files:
        pkgsrc/security/ruby-rex-text: DESCR Makefile PLIST distinfo

Log Message:
security/ruby-rex-text: Import version 0.2.15

rex-text contains all of the Ruby Exploitation (Rex) methods for text
manipulation and generation.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-text/DESCR \
    pkgsrc/security/ruby-rex-text/Makefile \
    pkgsrc/security/ruby-rex-text/PLIST \
    pkgsrc/security/ruby-rex-text/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-rex-text/DESCR
diff -u /dev/null pkgsrc/security/ruby-rex-text/DESCR:1.1
--- /dev/null   Fri Sep 29 16:25:43 2017
+++ pkgsrc/security/ruby-rex-text/DESCR Fri Sep 29 16:25:43 2017
@@ -0,0 +1,2 @@
+rex-text contains all of the Ruby Exploitation (Rex) methods for text
+manipulation and generation.
Index: pkgsrc/security/ruby-rex-text/Makefile
diff -u /dev/null pkgsrc/security/ruby-rex-text/Makefile:1.1
--- /dev/null   Fri Sep 29 16:25:43 2017
+++ pkgsrc/security/ruby-rex-text/Makefile      Fri Sep 29 16:25:43 2017
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2017/09/29 16:25:43 minskim Exp $
+
+DISTNAME=      rex-text-0.2.15
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-text
+COMMENT=       Ruby Exploitation methods for text manipulation
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/ruby-rex-text/PLIST
diff -u /dev/null pkgsrc/security/ruby-rex-text/PLIST:1.1
--- /dev/null   Fri Sep 29 16:25:43 2017
+++ pkgsrc/security/ruby-rex-text/PLIST Fri Sep 29 16:25:43 2017
@@ -0,0 +1,36 @@
+@comment $NetBSD: PLIST,v 1.1 2017/09/29 16:25:43 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.ruby-version
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/rex/codepage.map
+${GEM_LIBDIR}/lib/rex/text.rb
+${GEM_LIBDIR}/lib/rex/text/badchars.rb
+${GEM_LIBDIR}/lib/rex/text/base32.rb
+${GEM_LIBDIR}/lib/rex/text/base64.rb
+${GEM_LIBDIR}/lib/rex/text/binary_manipulation.rb
+${GEM_LIBDIR}/lib/rex/text/block_api.rb
+${GEM_LIBDIR}/lib/rex/text/checksum.rb
+${GEM_LIBDIR}/lib/rex/text/color.rb
+${GEM_LIBDIR}/lib/rex/text/compress.rb
+${GEM_LIBDIR}/lib/rex/text/ebcdic.rb
+${GEM_LIBDIR}/lib/rex/text/encode.rb
+${GEM_LIBDIR}/lib/rex/text/hash.rb
+${GEM_LIBDIR}/lib/rex/text/hex.rb
+${GEM_LIBDIR}/lib/rex/text/illegal_sequence.rb
+${GEM_LIBDIR}/lib/rex/text/lang.rb
+${GEM_LIBDIR}/lib/rex/text/pattern.rb
+${GEM_LIBDIR}/lib/rex/text/rand.rb
+${GEM_LIBDIR}/lib/rex/text/randomize.rb
+${GEM_LIBDIR}/lib/rex/text/silly.rb
+${GEM_LIBDIR}/lib/rex/text/table.rb
+${GEM_LIBDIR}/lib/rex/text/unicode.rb
+${GEM_LIBDIR}/lib/rex/text/version.rb
+${GEM_LIBDIR}/rex-text.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/security/ruby-rex-text/distinfo
diff -u /dev/null pkgsrc/security/ruby-rex-text/distinfo:1.1
--- /dev/null   Fri Sep 29 16:25:43 2017
+++ pkgsrc/security/ruby-rex-text/distinfo      Fri Sep 29 16:25:43 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/09/29 16:25:43 minskim Exp $
+
+SHA1 (rex-text-0.2.15.gem) = 0b227bf612d14231493cb3af62b788c1d19b3920
+RMD160 (rex-text-0.2.15.gem) = bcebe2861282dfa4e269aadbde64593883415b83
+SHA512 (rex-text-0.2.15.gem) = e788f87d095f4b392022b6905efbede67651a7edaa10d073b27cc25bcdd3a2faa4bb83be4b464423c6dab9f1e59a22ed1fe13783f504a0fa78cdb2dc4196f82c
+Size (rex-text-0.2.15.gem) = 43520 bytes



Home | Main Index | Thread Index | Old Index