K 10 svn:author V 6 marino K 8 svn:date V 27 2014-05-31T22:57:57.439580Z K 7 svn:log V 1375 www/lifetype: stage support and a lot of cleanup I can tell lifetype is a really old port. In addition to staging, I took the liberty to: * convert roll-your-own pkg-message to SUB_FILES/SUB_LIST * convert roll-your-own PLIST to TMPPLIST * Remove leading article from comment * Fix double-extraction bug (templates and plugins extracted twice in two different places) by using EXTRACT_ONLY * Add a license (GPLv2) * Use ".zip" instead of EXTRACT_SUFX for aesthetic reasons, the variable didn't help since the rest of the file name was hardcoded * Rewrite package list autogen and move it from pre-install target to post-install target. It's needed because templates, plugins change all the time and even without it's 4000 line plist (200kb+) * Remove imagick option, it doesn't seem to be a php extension anymore as far as I can tell. It was missing USE_PHP+= imagick in any case * Remove references to imagick option, rewrite pre-patch warning * Add USE_PHP+= gd to gd option to fix it * Use TAR instead of EXTRACT_CMD or UNZIP_CMD to extract the templates and plugins (unzip still used for main distfile). UNZIP_CMD current refers to infozip which isn't a dependency. To avoid using EXTRACT_CMD and adding a new dependency on infozip, TAR was deemed the best choice since it clearly works fine. This work was done independently of PR: ports/190214 END