Ticket #47103: patch-py-tsk-Portfile.diff
File patch-py-tsk-Portfile.diff, 1.9 KB (added by jul_bsd@…, 10 years ago) |
---|
-
python/py-tsk//Portfile
old new 1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 2 # $Id: Portfile 1 26592 2014-10-12 06:37:07Z larryv@macports.org $2 # $Id: Portfile 119591 2014-05-01 22:26:54Z mf2k@macports.org $ 3 3 4 4 PortSystem 1.0 5 5 6 PortGroup python 1.0 7 PortGroup github 1.0 6 8 9 github.setup py4n6 pytsk 20150111 7 10 name py-tsk 8 version 201403209 11 categories-append security 10 12 platforms darwin 11 13 maintainers nomaintainer … … 16 18 description Python binding for the SleuthKit 17 19 long_description ${description} 18 20 19 homepage https://code.google.com/p/pytsk/ 20 #master_sites googlecode 21 ### https://code.google.com/p/pytsk/wiki/Building 22 #fetch.type hg 23 #hg.url ${homepage} 24 ### FIXME! there is no source tar available and no browsing of mercurial repository. only guessing tag 25 ##hg.tag 20140201 26 master_sites https://googledrive.com/host/0B3fBvzttpiiScUxsUm54cG02RDA/ 21 ## https://github.com/py4n6/pytsk/wiki/Building 27 22 distname pytsk-${version} 28 23 extract.suffix .tgz 29 worksrcdir pytsk30 24 31 checksums rmd160 cffd655f8c1a73d6ed702863ceb279818bcf9ef2\32 sha256 afbd40edaf9bbe6763b435598c9b5c16e9bd9ccb942f1d6b10d6b6d7456da13f25 checksums rmd160 ae38d154d53a97e12520357ec295e32426834e6c \ 26 sha256 73e5b811611ac57fc8081c67f9f011c5fee23e85d2ee07a0de2ea5d91ff22dc0 33 27 34 28 depends_lib-append port:sleuthkit \ 35 29 port:talloc 36 30 37 patchfiles patch-setup_py.diff 31 patchfiles patch-setup_py.diff patch-misc.h.diff 38 32 39 33 build.env TSK_HEADERS_PATH=${prefix}/include 40 34 destroot.env TSK_HEADERS_PATH=${prefix}/include