pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/magento Import magento-1.9.1.0 as finance/mage...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b02229cd489b
branches:  trunk
changeset: 643207:b02229cd489b
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Fri Dec 12 12:52:47 2014 +0000

description:
Import magento-1.9.1.0 as finance/magento.

Magento is a feature-rich eCommerce platform built on open-source
technology that provides online merchants with unprecedented
flexibility and control over the look, content and functionality
of their eCommerce store. Magento's intuitive administration
interface features powerful marketing, search engine optimization
and catalog-management tools to give merchants the power to create
sites that are tailored to their unique business needs.

diffstat:

 finance/magento/DESCR    |      7 +
 finance/magento/INSTALL  |     11 +
 finance/magento/Makefile |     82 +
 finance/magento/PLIST    |  12750 +++++++++++++++++++++++++++++++++++++++++++++
 finance/magento/distinfo |      5 +
 5 files changed, 12855 insertions(+), 0 deletions(-)

diffs (truncated from 12875 to 300 lines):

diff -r 237b10ba8740 -r b02229cd489b finance/magento/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/magento/DESCR     Fri Dec 12 12:52:47 2014 +0000
@@ -0,0 +1,7 @@
+Magento is a feature-rich eCommerce platform built on open-source
+technology that provides online merchants with unprecedented
+flexibility and control over the look, content and functionality
+of their eCommerce store. Magento's intuitive administration
+interface features powerful marketing, search engine optimization
+and catalog-management tools to give merchants the power to create
+sites that are tailored to their unique business needs.
diff -r 237b10ba8740 -r b02229cd489b finance/magento/INSTALL
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/magento/INSTALL   Fri Dec 12 12:52:47 2014 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: INSTALL,v 1.1 2014/12/12 12:52:47 fhajny Exp $
+
+MAGENTO_OWN=@MAGENTO_OWN@
+MAGENTO_GRP=@MAGENTO_GRP@
+
+case ${STAGE} in
+POST-INSTALL)
+       cd ${PKG_PREFIX}/share/magento
+       ${CHOWN} -R ${MAGENTO_OWN}:${MAGENTO_GRP} app/etc media var
+;;
+esac
diff -r 237b10ba8740 -r b02229cd489b finance/magento/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/magento/Makefile  Fri Dec 12 12:52:47 2014 +0000
@@ -0,0 +1,82 @@
+# $NetBSD: Makefile,v 1.1 2014/12/12 12:52:47 fhajny Exp $
+
+DISTNAME=      magento-1.9.1.0
+CATEGORIES=    www finance
+MASTER_SITES=  http://www.magentocommerce.com/downloads/assets/${PKGVERSION_NOREV}/
+
+MAINTAINER=    filip%joyent.com@localhost
+HOMEPAGE=      http://www.magentocommerce.com/
+COMMENT=       Feature-rich eCommerce platform
+LICENSE=       osl
+
+DEPENDS+=      ${PHP_PKG_PREFIX}-curl-[0-9]*:../../www/php-curl
+DEPENDS+=      ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php-dom
+DEPENDS+=      ${PHP_PKG_PREFIX}-gd-[0-9]*:../../graphics/php-gd
+DEPENDS+=      ${PHP_PKG_PREFIX}-iconv-[0-9]*:../../converters/php-iconv
+DEPENDS+=      ${PHP_PKG_PREFIX}-json-[0-9]*:../../textproc/php-json
+DEPENDS+=      ${PHP_PKG_PREFIX}-mcrypt-[0-9]*:../../security/php-mcrypt
+DEPENDS+=      ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-soap-[0-9]*:../../net/php-soap
+DEPENDS+=      ${PHP_PKG_PREFIX}-zlib-[0-9]*:../../archivers/php-zlib
+
+WRKSRC=                ${WRKDIR}/magento
+
+USE_LANGUAGES= # none
+USE_TOOLS+=    pax
+NO_BUILD=      yes
+
+.include "../../lang/php/phpversion.mk"
+
+.include "../../mk/bsd.prefs.mk"
+
+BUILD_DEFS+=           VARBASE MAGENTO_DIR MAGENTO_OWN MAGENTO_GRP
+
+MAGENTO_DIR?=          ${VARBASE}/magento
+MAGENTO_OWN?=          ${APACHE_USER}
+MAGENTO_GRP?=          ${APACHE_GROUP}
+
+PKG_USERS_VARS=                MAGENTO_OWN
+PKG_GROUPS_VARS+=      MAGENTO_GRP
+PKG_GROUPS=            ${MAGENTO_GRP}
+PKG_USERS=             ${MAGENTO_OWN}:${MAGENTO_GRP}
+
+MODULEFILES=   Cm_RedisSession.xml Mage_All.xml Mage_Api.xml Mage_Api2.xml     \
+               Mage_Authorizenet.xml Mage_Bundle.xml Mage_Captcha.xml          \
+               Mage_Centinel.xml Mage_Compiler.xml Mage_Connect.xml            \
+               Mage_CurrencySymbol.xml Mage_Downloadable.xml                   \
+               Mage_ImportExport.xml Mage_Oauth.xml Mage_PageCache.xml         \
+               Mage_Persistent.xml Mage_Weee.xml Mage_Widget.xml               \
+               Mage_XmlConnect.xml Phoenix_Moneybookers.xml
+
+CONF_FILES_PERMS+=     share/examples/magento/local.xml.template               \
+                       ${PKG_SYSCONFDIR}/local.xml.template                    \
+                       ${MAGENTO_OWN} ${MAGENTO_GRP} 0640
+CONF_FILES_PERMS+=     share/examples/magento/config.xml                       \
+                       ${PKG_SYSCONFDIR}/config.xml                            \
+                       ${MAGENTO_OWN} ${MAGENTO_GRP} 0640
+.for file in ${MODULEFILES}
+CONF_FILES_PERMS+=     share/examples/magento/modules/${file}                  \
+                       ${PKG_SYSCONFDIR}/modules/${file}                       \
+                       ${MAGENTO_OWN} ${MAGENTO_GRP} 0640
+.endfor
+
+FILES_SUBST+=          MAGENTO_OWN=${MAGENTO_OWN} MAGENTO_GRP=${MAGENTO_GRP}
+INSTALLATION_DIRS+=    share/examples/magento share/magento
+PKG_SYSCONFSUBDIR=     magento
+PKG_SYSCONFDIR_PERMS=  ${MAGENTO_OWN} ${MAGENTO_GRP} 0750
+MAKE_DIRS_PERMS+=      ${PKG_SYSCONFDIR}/modules ${MAGENTO_OWN} ${MAGENTO_GRP} 0750
+OWN_DIRS_PERMS+=       ${MAGENTO_DIR} ${MAGENTO_OWN} ${MAGENTO_GRP} 0750
+
+do-install:
+       cd ${WRKSRC} && pax -rw -p pp * ${DESTDIR}${PREFIX}/share/magento
+       cd ${DESTDIR}${PREFIX}/share/magento/app/etc && \
+               ${MV} * ${DESTDIR}${PREFIX}/share/examples/magento
+       ${CHMOD} -R g+w ${DESTDIR}${PREFIX}/share/magento/media
+       ${CHMOD} -R g+w ${DESTDIR}${PREFIX}/share/examples/magento
+       ${RM} -rf ${DESTDIR}${PREFIX}/share/magento/app/etc
+       ${RM} -rf ${DESTDIR}${PREFIX}/share/magento/var
+       ${LN} -sf ${PKG_SYSCONFDIR} ${DESTDIR}${PREFIX}/share/magento/app/etc
+       ${LN} -sf ${MAGENTO_DIR} ${DESTDIR}${PREFIX}/share/magento/var
+
+.include "../../mk/bsd.pkg.mk"
diff -r 237b10ba8740 -r b02229cd489b finance/magento/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/magento/PLIST     Fri Dec 12 12:52:47 2014 +0000
@@ -0,0 +1,12750 @@
+@comment $NetBSD: PLIST,v 1.1 2014/12/12 12:52:47 fhajny Exp $
+share/examples/magento/config.xml
+share/examples/magento/local.xml.additional
+share/examples/magento/local.xml.template
+share/examples/magento/modules/Cm_RedisSession.xml
+share/examples/magento/modules/Mage_All.xml
+share/examples/magento/modules/Mage_Api.xml
+share/examples/magento/modules/Mage_Api2.xml
+share/examples/magento/modules/Mage_Authorizenet.xml
+share/examples/magento/modules/Mage_Bundle.xml
+share/examples/magento/modules/Mage_Captcha.xml
+share/examples/magento/modules/Mage_Centinel.xml
+share/examples/magento/modules/Mage_Compiler.xml
+share/examples/magento/modules/Mage_ConfigurableSwatches.xml
+share/examples/magento/modules/Mage_Connect.xml
+share/examples/magento/modules/Mage_CurrencySymbol.xml
+share/examples/magento/modules/Mage_Downloadable.xml
+share/examples/magento/modules/Mage_ImportExport.xml
+share/examples/magento/modules/Mage_Oauth.xml
+share/examples/magento/modules/Mage_PageCache.xml
+share/examples/magento/modules/Mage_Persistent.xml
+share/examples/magento/modules/Mage_Weee.xml
+share/examples/magento/modules/Mage_Widget.xml
+share/examples/magento/modules/Mage_XmlConnect.xml
+share/examples/magento/modules/Phoenix_Moneybookers.xml
+share/magento/LICENSE.html
+share/magento/LICENSE.txt
+share/magento/LICENSE_AFL.txt
+share/magento/RELEASE_NOTES.txt
+share/magento/api.php
+share/magento/app/.htaccess
+share/magento/app/Mage.php
+share/magento/app/code/community/Cm/RedisSession/Model/Session.php
+share/magento/app/code/community/Cm/RedisSession/etc/config.xml
+share/magento/app/code/community/Phoenix/Moneybookers/Block/Form.php
+share/magento/app/code/community/Phoenix/Moneybookers/Block/Info.php
+share/magento/app/code/community/Phoenix/Moneybookers/Block/Jsinit.php
+share/magento/app/code/community/Phoenix/Moneybookers/Block/Payment.php
+share/magento/app/code/community/Phoenix/Moneybookers/Block/Placeform.php
+share/magento/app/code/community/Phoenix/Moneybookers/Block/Redirect.php
+share/magento/app/code/community/Phoenix/Moneybookers/Helper/Data.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Abstract.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Acc.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Csi.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Did.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Dnk.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Ebt.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Ent.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Event.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Gcb.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Gir.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Idl.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Lsr.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Mae.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Npy.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Obt.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Pli.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Psp.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Pwy.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Sft.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/So2.php
+share/magento/app/code/community/Phoenix/Moneybookers/Model/Wlt.php
+share/magento/app/code/community/Phoenix/Moneybookers/controllers/MoneybookersController.php
+share/magento/app/code/community/Phoenix/Moneybookers/controllers/ProcessingController.php
+share/magento/app/code/community/Phoenix/Moneybookers/etc/config.xml
+share/magento/app/code/community/Phoenix/Moneybookers/etc/system.xml
+share/magento/app/code/community/Phoenix/Moneybookers/sql/moneybookers_setup/install-1.6.0.0.php
+share/magento/app/code/community/Phoenix/Moneybookers/sql/moneybookers_setup/mysql4-upgrade-1.2-1.2.0.1.php
+share/magento/app/code/core/Mage/Admin/Helper/Data.php
+share/magento/app/code/core/Mage/Admin/Model/Acl.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Assert/Ip.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Assert/Time.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Resource.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Role.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Generic.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Group.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Role/Registry.php
+share/magento/app/code/core/Mage/Admin/Model/Acl/Role/User.php
+share/magento/app/code/core/Mage/Admin/Model/Config.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl/Role.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Acl/Role/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Permissions/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Role.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Role/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Roles.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Roles/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Roles/User/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Rules.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/Rules/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/User.php
+share/magento/app/code/core/Mage/Admin/Model/Mysql4/User/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Observer.php
+share/magento/app/code/core/Mage/Admin/Model/Redirectpolicy.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Acl.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Acl/Role.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Acl/Role/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Permissions/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Role.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Role/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Roles.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Roles/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Roles/User/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Rules.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/Rules/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/User.php
+share/magento/app/code/core/Mage/Admin/Model/Resource/User/Collection.php
+share/magento/app/code/core/Mage/Admin/Model/Role.php
+share/magento/app/code/core/Mage/Admin/Model/Roles.php
+share/magento/app/code/core/Mage/Admin/Model/Rules.php
+share/magento/app/code/core/Mage/Admin/Model/Session.php
+share/magento/app/code/core/Mage/Admin/Model/User.php
+share/magento/app/code/core/Mage/Admin/data/admin_setup/data-install-1.6.0.0.php
+share/magento/app/code/core/Mage/Admin/etc/config.xml
+share/magento/app/code/core/Mage/Admin/sql/admin_setup/install-1.6.0.0.php
+share/magento/app/code/core/Mage/Admin/sql/admin_setup/mysql4-install-0.7.0.php
+share/magento/app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.0-0.7.1.php
+share/magento/app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-0.7.1-0.7.2.php
+share/magento/app/code/core/Mage/Admin/sql/admin_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
+share/magento/app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.0.0-1.6.1.0.php
+share/magento/app/code/core/Mage/Admin/sql/admin_setup/upgrade-1.6.1.0-1.6.1.1.php
+share/magento/app/code/core/Mage/AdminNotification/Helper/Data.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Feed.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Inbox.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Mysql4/Inbox/Collection.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Observer.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Resource/Inbox.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Resource/Inbox/Collection.php
+share/magento/app/code/core/Mage/AdminNotification/Model/Survey.php
+share/magento/app/code/core/Mage/AdminNotification/etc/adminhtml.xml
+share/magento/app/code/core/Mage/AdminNotification/etc/config.xml
+share/magento/app/code/core/Mage/AdminNotification/etc/system.xml
+share/magento/app/code/core/Mage/AdminNotification/sql/adminnotification_setup/install-1.6.0.0.php
+share/magento/app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-install-1.0.0.php
+share/magento/app/code/core/Mage/AdminNotification/sql/adminnotification_setup/mysql4-upgrade-1.5.9.9-1.6.0.0.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Abstract.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Buttons.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Editroles.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Edituser.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Grid/Role.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Role.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Role/Grid/User.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Roles.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Tab/Roleinfo.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesedit.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Tab/Rolesusers.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Tab/Userroles.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/User.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/User/Edit.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Form.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Main.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tab/Roles.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/User/Edit/Tabs.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/User/Grid.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Api/Users.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Backup.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Backup/Dialogs.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Backup/Grid.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Cache.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Cache/Additional.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Cache/Grid.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Cache/Notifications.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Abstract.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Checkboxes/Tree.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Edit.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Edit/Form.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Image.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Pricestep.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Sortby/Available.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Helper/Sortby/Default.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Attributes.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Design.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/General.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tab/Product.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tabs.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Tree.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Category/Widget/Chooser.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Form.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Attribute/Urlkey.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Config/DateFieldsOrder.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Config/YearRange.php
+share/magento/app/code/core/Mage/Adminhtml/Block/Catalog/Form/Renderer/Fieldset/Element.php



Home | Main Index | Thread Index | Old Index