aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-pydicom
Commit message (Collapse)AuthorAgeFilesLines
* - Fix shebangsamdmi32015-06-061-1/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* MASTER_SITES cleanup.mat2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* - Convert ports of science/ and security to new USES=pythonmva2014-10-251-3/+2
| | | | Approved by: portmgr (implicit)
* - Added STAGE supportwen2014-05-315-219/+10
| | | | | | | | | - Added LICENSE - Fixed WWW - Update to 0.9.8 PR: 190317 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Convert to USES=dos2unixbapt2014-05-261-1/+1
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | science)
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* - remove MD5ohauer2011-07-031-1/+0
|
* - Update to 0.9.4.1wen2010-06-254-15/+79
| | | | | | - Update my email to FreeBSD Feature safe: yes
* pydicom is a pure python package for working with DICOM files. It wasmiwi2009-01-164-0/+186
made for inspecting and modifying DICOM files in an easy "pythonic" way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements. WWW: http://code.google.com/p/pydicom/ PR: ports/130492 Submitted by: Wen Heping <wenheping at gmail.com>