Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

6
devel/py-InlineEgg/DESCR Normal file
View File

@@ -0,0 +1,6 @@
InlineEgg is a Python module that provides the user with a toolbox of
convenient classes for writing small assembly programs. Only that instead of
having to remember confusing assembly mnemonics and requiring the developer
to remember how to use complex tools like assemblers and linkers, everything
is done the easy way: in Python. InlineEgg is oriented - but not limited -
to developing shellcode (sometimes called eggs) for use in exploits.

View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:27 asau Exp $
#
DISTNAME= InlineEgg-1.08
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://oss.corest.com/repo/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://oss.corest.com/projects/inlineegg.html
COMMENT= Python module for writing inline assembler programs
LICENSE= inlineegg-license
PYTHON_PATCH_SCRIPTS= examples/example1.py examples/example2.py \
examples/example3.py examples/example4.py \
examples/example5.py examples/example6.py \
xored_shell_client.py
PYTHON_SELF_CONFLICT= yes
INSTALLATION_DIRS= share/doc/InlineEgg share/examples/InlineEgg
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/InlineEgg
${INSTALL_SCRIPT} ${WRKSRC}/examples/*.py \
${DESTDIR}${PREFIX}/share/examples/InlineEgg
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

28
devel/py-InlineEgg/PLIST Normal file
View File

@@ -0,0 +1,28 @@
@comment $NetBSD: PLIST,v 1.4 2012/04/08 20:21:45 wiz Exp $
share/doc/InlineEgg/README
share/examples/InlineEgg/example1.py
share/examples/InlineEgg/example2.py
share/examples/InlineEgg/example3.py
share/examples/InlineEgg/example4.py
share/examples/InlineEgg/example5.py
share/examples/InlineEgg/example6.py
share/examples/InlineEgg/xored_shell_client.py
${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/inlineegg/WindowsSyscall.py
${PYSITELIB}/inlineegg/WindowsSyscall.pyc
${PYSITELIB}/inlineegg/WindowsSyscall.pyo
${PYSITELIB}/inlineegg/__init__.py
${PYSITELIB}/inlineegg/__init__.pyc
${PYSITELIB}/inlineegg/__init__.pyo
${PYSITELIB}/inlineegg/exelib.py
${PYSITELIB}/inlineegg/exelib.pyc
${PYSITELIB}/inlineegg/exelib.pyo
${PYSITELIB}/inlineegg/inlineegg.py
${PYSITELIB}/inlineegg/inlineegg.pyc
${PYSITELIB}/inlineegg/inlineegg.pyo
${PYSITELIB}/inlineegg/inlineegg_test.py
${PYSITELIB}/inlineegg/inlineegg_test.pyc
${PYSITELIB}/inlineegg/inlineegg_test.pyo
${PYSITELIB}/inlineegg/inlineegg_win_test.py
${PYSITELIB}/inlineegg/inlineegg_win_test.pyc
${PYSITELIB}/inlineegg/inlineegg_win_test.pyo

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2005/02/23 22:24:31 agc Exp $
SHA1 (InlineEgg-1.08.tar.gz) = 99685aace6f6f59705f2a11d7349e14061fdb150
RMD160 (InlineEgg-1.08.tar.gz) = 4097e9eec4d9e1e0939470b4fd8376103ad3d2f6
Size (InlineEgg-1.08.tar.gz) = 46961 bytes