The shar is too big for the pr's email system and gets caught in a spam filter. It can be found here: http://feld.me/pub/freebsd/tine20.shar Notes: - OptionsNG - PORTVERSION follows recommendation in handbook because upstream doesn't give normal version numbers -- only dates - no LICENSE defined because many licenses within and main one is aGPLv2 which isn't an option - Had to define my own do-extract because upstream builds release tarballs without a directory (tarbombs) - Using WANT_PHP_WEB which (I believe) meets our standards without explicitly requiring Apache; software runs on pretty much any PHP implementation - Port will clean up config.inc.php during deinstall if it matches sample - Force ownership of files as root:wheel because the web app doesn't need to write to itself (unless you manually configure a caching directory on the filesystem) - The deskutils category was chosen because that's where SugarCRM is Let me know if there are any problems... haven't submitted many www apps yet
Class Changed From-To: sw-bug->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants his PRs (via the GNATS Auto Assign Tool)
swills 2012-06-20 21:57:55 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/tine20 Makefile distinfo pkg-descr pkg-plist deskutils/tine20/files pkg-message.in Log: Tine 2.0 includes address book, calendar, email, tasks, time tracking and CRM. Intelligent functions and links make collaboration in Tine 2.0 a true pleasure and include: * Synchronising mobile telephones, such as iPhone, Android, Nokia and Windows Mobile * VoiP integration * Flexible assigning of authorisation rights * Dynamic lists * Search functions * History * PDF export WWW: http://www.tine20.org/ PR: ports/169202 Submitted by: Mark Felder <feld@feld.me> Revision Changes Path 1.455 +1 -0 ports/deskutils/Makefile 1.1 +65 -0 ports/deskutils/tine20/Makefile (new) 1.1 +2 -0 ports/deskutils/tine20/distinfo (new) 1.1 +45 -0 ports/deskutils/tine20/files/pkg-message.in (new) 1.1 +14 -0 ports/deskutils/tine20/pkg-descr (new) 1.1 +10990 -0 ports/deskutils/tine20/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!