#define MAX_SZ 30 enum RepeatType { Single, Days, Months, WeekDays, MonthDays }; struct actionitem { char date[MAX_SZ]; int time; /* Minutes past midnight */ }; struct event { struct actionitem start; struct actionitem end; enum RepeatType repeat; int repeatcount; char description[MAX_SZ]; char subtype[MAX_SZ]; GList *properties; }; ='vcs-git' href='https://www.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-pydicom
Commit message (Expand)AuthorAgeFilesLines
* - Fix shebangsamdmi32015-06-061-1/+4
* MASTER_SITES cleanup.mat2015-05-141-1/+1
* - Convert ports of science/ and security to new USES=pythonmva2014-10-251-3/+2
* - Added STAGE supportwen2014-05-315-219/+10
* Convert to USES=dos2unixbapt2014-05-26