aboutsummaryrefslogtreecommitdiff
path: root/devel/py-distorm
Commit message (Collapse)AuthorAgeFilesLines
* After many problems with silent upstream distfile changes,Brendan Fabeny2011-06-254-84/+4
| | | | | | | | switch to a locally-rolled distfile; update to svn r185; patch and bump revision of a dependent port. Notes: svn path=/head/; revision=276369
* Remove addition of CPPFLAGS to CONFIGURE_ENVBrendan Fabeny2011-03-261-2/+0
| | | | | | | in port Makefiles, and MD5 entries in distinfo Notes: svn path=/head/; revision=271779
* - Get rid (RUN|BUILD) PYCTYPES since py25 is default in pythonMartin Wilke2011-02-251-2/+0
| | | | Notes: svn path=/head/; revision=269664
* Fix python dependenciesBrendan Fabeny2010-10-081-2/+3
| | | | | | | Approved by: makc, miwi (co-mentors, implicit) Notes: svn path=/head/; revision=262613
* Fix fetch by using a new (bugfix) distfile; mirror distfiles locally;Brendan Fabeny2010-10-052-4/+8
| | | | | | | | | add LICENSE Approved by: makc, miwi (co-mentors, implicit) Notes: svn path=/head/; revision=262439
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-1/+1
| | | | Notes: svn path=/head/; revision=257520
* - Update maintainer mail adresseMartin Wilke2009-06-071-1/+1
| | | | | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) Notes: svn path=/head/; revision=235373
* - Update to 1.7.30Martin Wilke2008-11-012-12/+17
| | | | | | | | PR: 128389 Submitted by: bf <bf2006a@yahoo.com> (maintainer) Notes: svn path=/head/; revision=222294
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217472
* - Update to 1.7.29Li-Wen Hsu2008-06-155-39/+44
| | | | | | | | | | | | | - Bundle PE parser diSlib64.py - Move Python library into ${PYTHON_SITELIBDIR} - Pass maintainership to submitter PR: ports/123627 Submitted by: bf <bf2006a AT yahoo.com> Approved by: Lutz Boehne <lboehne AT damogran.de> (maintainer) Notes: svn path=/head/; revision=214875
* - Update to 1.7.23Li-Wen Hsu2007-06-202-4/+4
| | | | | | | | | PR: ports/113315 Submitted by: lwhsu Approved by: maintainer Notes: svn path=/head/; revision=193973
* - Update to 1.6.20Martin Wilke2007-03-062-4/+4
| | | | | | | | | PR: 109793 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer via irc Notes: svn path=/head/; revision=186698
* - Update to 1.6.19Martin Wilke2007-03-012-4/+4
| | | | | | | | PR: 109650 Submitted by: Lutz Boehne<lboehne@damogran.de> (maintainer) Notes: svn path=/head/; revision=186254
* - Update to 1.5.18Cheng-Lung Sung2007-02-222-11/+5
| | | | | | | | | | | | - Remove 4.x related stuff PR: ports/109146 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Reviewed by: maintainer (Lutz Boehne) Approved by: maintainer Notes: svn path=/head/; revision=185684
* Update checksums and size for this port's distfile.Joseph Koshy2007-02-041-3/+3
| | | | | | | | | | | The changes upstream have been checked by the port's maintainer---the changes relevant to FreeBSD are to documentation ("README" and "CHANGES" files). Approved by: Lutz Boehne <lboehne at damogran dot de> [MAINTAINER] Notes: svn path=/head/; revision=184075
* diStorm is a binary stream disassembler. It's capable of disassemblingMartin Wilke2007-01-175-0/+90
80x86 instructions in 64 bits (AMD64, X86-64) and both in 16 and 32 bits. In addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow! (w/ extensions), new x86-64 instruction sets, VMX, and AMD's SVM! diStorm was written to decode quickly every instruction as accurately as possible. Robust decoding, while taking special care for valid or unused prefixes, is what makes this disassembler powerful, especially for research. Another benefit that might come in handy is that the module was written as multi-threaded, which means you could disassemble several streams or more simultaneously. WWW: http://www.ragestorm.net/distorm/ PR: ports/107977 Submitted by: Lutz Boehne <lboehne at damogran.de> Notes: svn path=/head/; revision=182667