Bug 141886 - New port: devel/py-InlineEgg: Python module for writing inline assembler programs
Summary: New port: devel/py-InlineEgg: Python module for writing inline assembler prog...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-22 10:40 UTC by Sofian Brabez
Modified: 2009-12-22 17:30 UTC (History)
0 users

See Also:


Attachments
py26-InlineEgg-1.08.shar (3.82 KB, text/plain)
2009-12-22 10:40 UTC, Sofian Brabez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sofian Brabez 2009-12-22 10:40:08 UTC
Here the .shar file as attachement to add InlineEgg to the port tree (devel category)

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.

WWW:	http://oss.corest.com/projects/inlineegg.html

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-22 10:40:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-12-22 17:28:46 UTC
State Changed
From-To: open->closed

hello world
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-12-22 17:29:06 UTC
miwi        2009-12-22 17:28:54 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-InlineEgg   Makefile distinfo pkg-descr pkg-plist 
  Log:
  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.
  
  WWW:    http://oss.corest.com/projects/inlineegg.html
  
  PR:             ports/141886
  Submitted by:   Sofian Brabez <sbrabez at gmail.com>
  
  Revision  Changes    Path
  1.3721    +1 -0      ports/devel/Makefile
  1.1       +39 -0     ports/devel/py-InlineEgg/Makefile (new)
  1.1       +3 -0      ports/devel/py-InlineEgg/distinfo (new)
  1.1       +8 -0      ports/devel/py-InlineEgg/pkg-descr (new)
  1.1       +28 -0     ports/devel/py-InlineEgg/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2009-12-22 17:29:12 UTC
State Changed
From-To: closed->open

ups wrong close messages.
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2009-12-22 17:29:24 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!