pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/opengoo Importing www/opengoo 1.4.1 package.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1608a8db0dba
branches:  trunk
changeset: 394616:1608a8db0dba
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 14 04:51:35 2009 +0000

description:
Importing www/opengoo 1.4.1 package.

OpenGoo is an easy to use Open Source Web Office.

Manage tasks, documents, contacts, e-mail, calendar, and more...
Manage project progress, track time, and bill your customers.
Access all information from a single and elegant dashboard.
Communicate with co-workers, clients and vendors.

diffstat:

 www/opengoo/DEINSTALL |    10 +
 www/opengoo/DESCR     |     7 +
 www/opengoo/Makefile  |    54 +
 www/opengoo/PLIST     |  3410 +++++++++++++++++++++++++++++++++++++++++++++++++
 www/opengoo/distinfo  |     5 +
 5 files changed, 3486 insertions(+), 0 deletions(-)

diffs (truncated from 3506 to 300 lines):

diff -r 58d6b63805a8 -r 1608a8db0dba www/opengoo/DEINSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opengoo/DEINSTALL     Sun Jun 14 04:51:35 2009 +0000
@@ -0,0 +1,10 @@
+# $NetBSD: DEINSTALL,v 1.1.1.1 2009/06/14 04:51:37 taca Exp $
+
+OG_DIR="@PREFIX@/@OG_DIR@"
+
+case ${STAGE} in
+DEINSTALL)
+       # remove cache files.
+       ${FIND} ${OG_DIR}/cache ${OG_DIR}/tmp -type f -exec ${RM} -f {} \;
+       ;;
+esac
diff -r 58d6b63805a8 -r 1608a8db0dba www/opengoo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opengoo/DESCR Sun Jun 14 04:51:35 2009 +0000
@@ -0,0 +1,7 @@
+OpenGoo is an easy to use Open Source Web Office.
+
+Manage tasks, documents, contacts, e-mail, calendar, and more...
+Manage project progress, track time, and bill your customers.
+Access all information from a single and elegant dashboard.
+Communicate with co-workers, clients and vendors.
+
diff -r 58d6b63805a8 -r 1608a8db0dba www/opengoo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opengoo/Makefile      Sun Jun 14 04:51:35 2009 +0000
@@ -0,0 +1,54 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 04:51:35 taca Exp $
+#
+
+DISTNAME=      opengoo_${VER}
+PKGNAME=       opengoo-${VER}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opengoo/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    taca%NetBSD.org@localhost
+HOMEPAGE=      http://www.opengoo.org/
+COMMENT=       Easy to use Open Source Web Office
+LICENSE=       gnu-gpl-v3
+
+#DEPENDS+=     ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+VER=           1.4.1
+
+WRKSRC=                ${WRKDIR}/opengoo
+USE_TOOLS=     pax
+NO_BUILD=      yes
+
+OWN_DIRS_PERMS+= ${OG_DIR}/public/files ${BINOWN} ${APACHE_GROUP} 0775
+OWN_DIRS_PERMS+= ${OG_DIR}/upload ${BINOWN} ${APACHE_GROUP} 0770
+OWN_DIRS_PERMS+= ${OG_DIR}/cache ${BINOWN} ${APACHE_GROUP} 0770
+OWN_DIRS_PERMS+= ${OG_DIR}/tmp ${BINOWN} ${APACHE_GROUP} 0770
+OWN_DIRS_PERMS+= ${OG_DIR}/config ${BINOWN} ${APACHE_GROUP} 0770
+MAKE_DIRS_PERMS+= ${OG_DIR}/tmp/saveatt ${BINOWN} ${APACHE_GROUP} 0770
+
+BUILD_DEFS+=   APACHE_GROUP
+FILES_SUBST+=  OG_DIR=${OG_DIR}
+PLIST_SUBST+=  OG_DIR=${OG_DIR}
+
+.include "../../mk/bsd.prefs.mk"
+
+OG_DIR?=       share/opengoo
+
+post-extract:
+       cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
+
+pre-install:
+       cd ${WRKSRC}; ${RM} -f .buildpath .project \
+               application/views/files/.cvsignore \
+               environment/classes/.cvsignore \
+               config/empty.config.php
+
+do-install:
+       cd ${WRKSRC}; ${FIND} . -type f -print | \
+               pax -rw ${DESTDIR}${PREFIX}/${OG_DIR}
+
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 58d6b63805a8 -r 1608a8db0dba www/opengoo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/opengoo/PLIST Sun Jun 14 04:51:35 2009 +0000
@@ -0,0 +1,3410 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/14 04:51:37 taca Exp $
+${OG_DIR}/.htaccess
+${OG_DIR}/application/application.php
+${OG_DIR}/application/controllers/AccessController.class.php
+${OG_DIR}/application/controllers/AccountController.class.php
+${OG_DIR}/application/controllers/AdministrationController.class.php
+${OG_DIR}/application/controllers/ApplicationController.class.php
+${OG_DIR}/application/controllers/BackupController.class.php
+${OG_DIR}/application/controllers/BillingController.class.php
+${OG_DIR}/application/controllers/CommentController.class.php
+${OG_DIR}/application/controllers/CompanyController.class.php
+${OG_DIR}/application/controllers/ConfigController.class.php
+${OG_DIR}/application/controllers/ContactController.class.php
+${OG_DIR}/application/controllers/DashboardController.class.php
+${OG_DIR}/application/controllers/ErrorController.class.php
+${OG_DIR}/application/controllers/EventController.class.php
+${OG_DIR}/application/controllers/FeedController.class.php
+${OG_DIR}/application/controllers/FilesController.class.php
+${OG_DIR}/application/controllers/FormController.class.php
+${OG_DIR}/application/controllers/GroupController.class.php
+${OG_DIR}/application/controllers/GuiController.class.php
+${OG_DIR}/application/controllers/HelpController.class.php
+${OG_DIR}/application/controllers/MailController.class.php
+${OG_DIR}/application/controllers/MessageController.class.php
+${OG_DIR}/application/controllers/MilestoneController.class.php
+${OG_DIR}/application/controllers/ObjectController.class.php
+${OG_DIR}/application/controllers/ProjectController.class.php
+${OG_DIR}/application/controllers/PropertyController.class.php
+${OG_DIR}/application/controllers/ReportingController.class.php
+${OG_DIR}/application/controllers/SearchController.class.php
+${OG_DIR}/application/controllers/TagController.class.php
+${OG_DIR}/application/controllers/TaskController.class.php
+${OG_DIR}/application/controllers/TemplateController.class.php
+${OG_DIR}/application/controllers/TimeController.class.php
+${OG_DIR}/application/controllers/TimeslotController.class.php
+${OG_DIR}/application/controllers/ToolController.class.php
+${OG_DIR}/application/controllers/UserController.class.php
+${OG_DIR}/application/controllers/WebpageController.class.php
+${OG_DIR}/application/cron_functions.php
+${OG_DIR}/application/functions.php
+${OG_DIR}/application/helpers/application.php
+${OG_DIR}/application/helpers/breadcrumbs.php
+${OG_DIR}/application/helpers/common.php
+${OG_DIR}/application/helpers/company_website.php
+${OG_DIR}/application/helpers/form.php
+${OG_DIR}/application/helpers/format.php
+${OG_DIR}/application/helpers/page.php
+${OG_DIR}/application/helpers/pageactions.php
+${OG_DIR}/application/helpers/pagination.php
+${OG_DIR}/application/helpers/permissions.php
+${OG_DIR}/application/helpers/project_website.php
+${OG_DIR}/application/helpers/tabbednavigation.php
+${OG_DIR}/application/helpers/textile.php
+${OG_DIR}/application/hooks/opengoo_hooks.php
+${OG_DIR}/application/layouts/dialog.php
+${OG_DIR}/application/layouts/error.php
+${OG_DIR}/application/layouts/html.php
+${OG_DIR}/application/layouts/ical.php
+${OG_DIR}/application/layouts/javascripts.php
+${OG_DIR}/application/layouts/json.php
+${OG_DIR}/application/layouts/listeners.php
+${OG_DIR}/application/layouts/slideshow.php
+${OG_DIR}/application/layouts/website.php
+${OG_DIR}/application/layouts/xml.php
+${OG_DIR}/application/models/ApplicationDataObject.class.php
+${OG_DIR}/application/models/CompanyWebsite.class.php
+${OG_DIR}/application/models/ProjectDataObject.class.php
+${OG_DIR}/application/models/ProjectDataObjects.class.php
+${OG_DIR}/application/models/PublicFiles.class.php
+${OG_DIR}/application/models/VersionChecker.class.php
+${OG_DIR}/application/models/administration_tools/AdministrationTool.class.php
+${OG_DIR}/application/models/administration_tools/AdministrationTools.class.php
+${OG_DIR}/application/models/administration_tools/base/BaseAdministrationTool.class.php
+${OG_DIR}/application/models/administration_tools/base/BaseAdministrationTools.class.php
+${OG_DIR}/application/models/anonymous_users/AnonymousUser.class.php
+${OG_DIR}/application/models/application_logs/ApplicationLog.class.php
+${OG_DIR}/application/models/application_logs/ApplicationLogs.class.php
+${OG_DIR}/application/models/application_logs/base/BaseApplicationLog.class.php
+${OG_DIR}/application/models/application_logs/base/BaseApplicationLogs.class.php
+${OG_DIR}/application/models/billing_categories/BillingCategories.class.php
+${OG_DIR}/application/models/billing_categories/BillingCategory.class.php
+${OG_DIR}/application/models/billing_categories/base/BaseBillingCategories.class.php
+${OG_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php
+${OG_DIR}/application/models/comments/Comment.class.php
+${OG_DIR}/application/models/comments/Comments.class.php
+${OG_DIR}/application/models/comments/base/BaseComment.class.php
+${OG_DIR}/application/models/comments/base/BaseComments.class.php
+${OG_DIR}/application/models/companies/Companies.class.php
+${OG_DIR}/application/models/companies/Company.class.php
+${OG_DIR}/application/models/companies/base/BaseCompanies.class.php
+${OG_DIR}/application/models/companies/base/BaseCompany.class.php
+${OG_DIR}/application/models/config_categories/ConfigCategories.class.php
+${OG_DIR}/application/models/config_categories/ConfigCategory.class.php
+${OG_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
+${OG_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php
+${OG_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/ConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/FloatConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/IntegerConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/PasswordConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/StringConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/TextConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/TimeConfigHandler.class.php
+${OG_DIR}/application/models/config_options/ConfigOption.class.php
+${OG_DIR}/application/models/config_options/ConfigOptions.class.php
+${OG_DIR}/application/models/config_options/base/BaseConfigOption.class.php
+${OG_DIR}/application/models/config_options/base/BaseConfigOptions.class.php
+${OG_DIR}/application/models/contact_im_values/ContactImValue.class.php
+${OG_DIR}/application/models/contact_im_values/ContactImValues.class.php
+${OG_DIR}/application/models/contact_im_values/base/BaseContactImValue.class.php
+${OG_DIR}/application/models/contact_im_values/base/BaseContactImValues.class.php
+${OG_DIR}/application/models/contacts/Contact.class.php
+${OG_DIR}/application/models/contacts/Contacts.class.php
+${OG_DIR}/application/models/contacts/base/BaseContact.class.php
+${OG_DIR}/application/models/contacts/base/BaseContacts.class.php
+${OG_DIR}/application/models/cron_events/CronEvent.class.php
+${OG_DIR}/application/models/cron_events/CronEvents.class.php
+${OG_DIR}/application/models/cron_events/base/BaseCronEvent.class.php
+${OG_DIR}/application/models/cron_events/base/BaseCronEvents.class.php
+${OG_DIR}/application/models/custom_properties/CustomProperties.class.php
+${OG_DIR}/application/models/custom_properties/CustomProperty.class.php
+${OG_DIR}/application/models/custom_properties/base/BaseCustomProperties.class.php
+${OG_DIR}/application/models/custom_properties/base/BaseCustomProperty.class.php
+${OG_DIR}/application/models/custom_property_values/CustomPropertyValue.class.php
+${OG_DIR}/application/models/custom_property_values/CustomPropertyValues.class.php
+${OG_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValue.class.php
+${OG_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValues.class.php
+${OG_DIR}/application/models/errors/AdministratorDnxError.class.php
+${OG_DIR}/application/models/errors/OwnerCompanyDnxError.class.php
+${OG_DIR}/application/models/event_invitations/EventInvitation.class.php
+${OG_DIR}/application/models/event_invitations/EventInvitations.class.php
+${OG_DIR}/application/models/event_invitations/base/BaseEventInvitation.class.php
+${OG_DIR}/application/models/event_invitations/base/BaseEventInvitations.class.php
+${OG_DIR}/application/models/event_reminders/EventReminder.class.php
+${OG_DIR}/application/models/event_reminders/EventReminders.class.php
+${OG_DIR}/application/models/event_reminders/base/BaseEventReminder.class.php
+${OG_DIR}/application/models/event_reminders/base/BaseEventReminders.class.php
+${OG_DIR}/application/models/file_types/FileType.class.php
+${OG_DIR}/application/models/file_types/FileTypes.class.php
+${OG_DIR}/application/models/file_types/base/BaseFileType.class.php
+${OG_DIR}/application/models/file_types/base/BaseFileTypes.class.php
+${OG_DIR}/application/models/group_users/GroupUser.class.php
+${OG_DIR}/application/models/group_users/GroupUsers.class.php
+${OG_DIR}/application/models/group_users/base/BaseGroupUser.class.php
+${OG_DIR}/application/models/group_users/base/BaseGroupUsers.class.php
+${OG_DIR}/application/models/groups/Group.class.php
+${OG_DIR}/application/models/groups/Groups.class.php
+${OG_DIR}/application/models/groups/base/BaseGroup.class.php
+${OG_DIR}/application/models/groups/base/BaseGroups.class.php
+${OG_DIR}/application/models/im_types/ImType.class.php
+${OG_DIR}/application/models/im_types/ImTypes.class.php
+${OG_DIR}/application/models/im_types/base/BaseImType.class.php
+${OG_DIR}/application/models/im_types/base/BaseImTypes.class.php
+${OG_DIR}/application/models/linked_objects/LinkedObject.class.php
+${OG_DIR}/application/models/linked_objects/LinkedObjects.class.php
+${OG_DIR}/application/models/linked_objects/base/BaseLinkedObject.class.php
+${OG_DIR}/application/models/linked_objects/base/BaseLinkedObjects.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolder.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php
+${OG_DIR}/application/models/mail_accounts/MailAccount.class.php
+${OG_DIR}/application/models/mail_accounts/MailAccounts.class.php
+${OG_DIR}/application/models/mail_accounts/base/BaseMailAccount.class.php
+${OG_DIR}/application/models/mail_accounts/base/BaseMailAccounts.class.php
+${OG_DIR}/application/models/mail_contents/MailContent.class.php
+${OG_DIR}/application/models/mail_contents/MailContents.class.php
+${OG_DIR}/application/models/mail_contents/base/BaseMailContent.class.php
+${OG_DIR}/application/models/mail_contents/base/BaseMailContents.class.php
+${OG_DIR}/application/models/notifier/Notifier.class.php
+${OG_DIR}/application/models/notifier/NotifierConnectionError.class.php
+${OG_DIR}/application/models/object_handins/ObjectHandin.class.php
+${OG_DIR}/application/models/object_handins/ObjectHandins.class.php
+${OG_DIR}/application/models/object_handins/base/BaseObjectHandin.class.php
+${OG_DIR}/application/models/object_handins/base/BaseObjectHandins.class.php
+${OG_DIR}/application/models/object_properties/ObjectProperties.class.php
+${OG_DIR}/application/models/object_properties/ObjectProperty.class.php
+${OG_DIR}/application/models/object_properties/base/BaseObjectProperties.class.php
+${OG_DIR}/application/models/object_properties/base/BaseObjectProperty.class.php
+${OG_DIR}/application/models/object_reminder_types/ObjectReminderType.class.php
+${OG_DIR}/application/models/object_reminder_types/ObjectReminderTypes.class.php
+${OG_DIR}/application/models/object_reminder_types/base/BaseObjectReminderType.class.php
+${OG_DIR}/application/models/object_reminder_types/base/BaseObjectReminderTypes.class.php
+${OG_DIR}/application/models/object_reminders/ObjectReminder.class.php
+${OG_DIR}/application/models/object_reminders/ObjectReminders.class.php
+${OG_DIR}/application/models/object_reminders/base/BaseObjectReminder.class.php
+${OG_DIR}/application/models/object_reminders/base/BaseObjectReminders.class.php
+${OG_DIR}/application/models/object_subscriptions/ObjectSubscription.class.php
+${OG_DIR}/application/models/object_subscriptions/ObjectSubscriptions.class.php
+${OG_DIR}/application/models/object_subscriptions/base/BaseObjectSubscription.class.php
+${OG_DIR}/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php
+${OG_DIR}/application/models/object_user_permissions/ObjectUserPermission.class.php
+${OG_DIR}/application/models/object_user_permissions/ObjectUserPermissions.class.php
+${OG_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermission.class.php
+${OG_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermissions.class.php
+${OG_DIR}/application/models/project_chart_params/ProjectChartParam.class.php
+${OG_DIR}/application/models/project_chart_params/ProjectChartParams.class.php
+${OG_DIR}/application/models/project_chart_params/base/BaseProjectChartParam.class.php
+${OG_DIR}/application/models/project_chart_params/base/BaseProjectChartParams.class.php
+${OG_DIR}/application/models/project_charts/ProjectChart.class.php
+${OG_DIR}/application/models/project_charts/ProjectChartFactory.class.php
+${OG_DIR}/application/models/project_charts/ProjectCharts.class.php
+${OG_DIR}/application/models/project_charts/base/BaseProjectChart.class.php
+${OG_DIR}/application/models/project_charts/base/BaseProjectCharts.class.php



Home | Main Index | Thread Index | Old Index