Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Add "USE_LANGUAGES= # noen"
details: https://anonhg.NetBSD.org/pkgsrc/rev/8ef9ff7ac356
branches: trunk
changeset: 434762:8ef9ff7ac356
user: taca <taca%pkgsrc.org@localhost>
date: Sun Jun 21 14:54:50 2020 +0000
description:
Add "USE_LANGUAGES= # noen"
Add "USE_LANGUAGES= # noen" for pure Ruby packages.
diffstat:
security/ruby-rex-arch/Makefile | 4 +++-
security/ruby-rex-core/Makefile | 4 +++-
security/ruby-rex-encoder/Makefile | 4 +++-
security/ruby-rex-java/Makefile | 4 +++-
security/ruby-rex-mime/Makefile | 4 +++-
security/ruby-rex-nop/Makefile | 4 +++-
security/ruby-rex-ole/Makefile | 4 +++-
security/ruby-rex-random_identifier/Makefile | 4 +++-
security/ruby-rex-registry/Makefile | 4 +++-
security/ruby-rex-rop_builder/Makefile | 4 +++-
security/ruby-rex-sslscan/Makefile | 4 +++-
security/ruby-rex-zip/Makefile | 4 +++-
textproc/ruby-terminal-table/Makefile | 4 +++-
13 files changed, 39 insertions(+), 13 deletions(-)
diffs (228 lines):
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-arch/Makefile
--- a/security/ruby-rex-arch/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-arch/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/03/21 13:19:52 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/21 14:54:50 taca Exp $
DISTNAME= rex-arch-0.1.13
CATEGORIES= security
@@ -10,5 +10,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-core/Makefile
--- a/security/ruby-rex-core/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-core/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/03/21 13:26:45 taca Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/21 14:54:50 taca Exp $
DISTNAME= rex-core-0.1.13
CATEGORIES= security
@@ -8,5 +8,7 @@
COMMENT= Core libraries required for the Ruby Exploitation Suite
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-encoder/Makefile
--- a/security/ruby-rex-encoder/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-encoder/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 18:51:42 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:50 taca Exp $
DISTNAME= rex-encoder-0.1.4
CATEGORIES= security
@@ -12,5 +12,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-java/Makefile
--- a/security/ruby-rex-java/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-java/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 16:14:05 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:50 taca Exp $
DISTNAME= rex-java-0.1.5
CATEGORIES= security
@@ -8,5 +8,7 @@
COMMENT= Ruby Exploitation library for parsing Java serialized streams
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-mime/Makefile
--- a/security/ruby-rex-mime/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-mime/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 17:07:32 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:50 taca Exp $
DISTNAME= rex-mime-0.1.5
CATEGORIES= security
@@ -8,6 +8,8 @@
COMMENT= Rex Library for creating and parsing MIME messages
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-nop/Makefile
--- a/security/ruby-rex-nop/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-nop/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 17:59:11 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:50 taca Exp $
DISTNAME= rex-nop-0.1.1
CATEGORIES= security
@@ -8,6 +8,8 @@
COMMENT= Rex library for dynamic generation of x86 multi-byte NOPs
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
DEPENDS+= ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
.include "../../lang/ruby/gem.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-ole/Makefile
--- a/security/ruby-rex-ole/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-ole/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 16:29:07 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $
DISTNAME= rex-ole-0.1.6
CATEGORIES= security
@@ -8,6 +8,8 @@
COMMENT= Rex Library for reading/writing OLE files and streams
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-random_identifier/Makefile
--- a/security/ruby-rex-random_identifier/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-random_identifier/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/09/29 16:51:00 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $
DISTNAME= rex-random_identifier-0.1.4
CATEGORIES= security
@@ -8,6 +8,8 @@
COMMENT= Ruby Exploitation library for generating random identifiers
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-registry/Makefile
--- a/security/ruby-rex-registry/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-registry/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 17:48:55 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $
DISTNAME= rex-registry-0.1.3
CATEGORIES= security
@@ -8,5 +8,7 @@
COMMENT= Ruby Exploitation library for parsing Windows registry files
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-rop_builder/Makefile
--- a/security/ruby-rex-rop_builder/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-rop_builder/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 18:39:13 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $
DISTNAME= rex-rop_builder-0.1.3
CATEGORIES= security
@@ -8,6 +8,8 @@
COMMENT= Ruby Exploitation Library for building ROP chains
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
DEPENDS+= ${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-sslscan/Makefile
--- a/security/ruby-rex-sslscan/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-sslscan/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 18:31:47 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $
DISTNAME= rex-sslscan-0.1.5
CATEGORIES= security
@@ -8,6 +8,8 @@
COMMENT= Rex socket abstraction library
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
DEPENDS+= ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
DEPENDS+= ${RUBY_PKGPREFIX}-rex-socket-[0-9]*:../../security/ruby-rex-socket
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
diff -r 75bc96500cea -r 8ef9ff7ac356 security/ruby-rex-zip/Makefile
--- a/security/ruby-rex-zip/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/security/ruby-rex-zip/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/13 17:42:09 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $
DISTNAME= rex-zip-0.1.3
CATEGORIES= security
@@ -8,6 +8,8 @@
COMMENT= Ruby Exploitation library for working with zip files
LICENSE= modified-bsd
+USE_LANGUAGES= # none
+
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
diff -r 75bc96500cea -r 8ef9ff7ac356 textproc/ruby-terminal-table/Makefile
--- a/textproc/ruby-terminal-table/Makefile Sun Jun 21 14:52:38 2020 +0000
+++ b/textproc/ruby-terminal-table/Makefile Sun Jun 21 14:54:50 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/10/05 04:11:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:51 taca Exp $
DISTNAME= terminal-table-1.8.0
CATEGORIES= textproc
@@ -10,5 +10,7 @@
DEPENDS+= ${RUBY_PKGPREFIX}-unicode-display_width>=1:../../textproc/ruby-unicode-display_width
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index