components/areca/areca.p5m
author Bill Rushmore <bill.rushmore@oracle.com>
Tue, 07 Jul 2015 15:18:10 -0700
branchs11-update
changeset 4601 63c842b82978
parent 3734 24181f5eb463
permissions -rw-r--r--
21358053 The Areca startup script needs updated so it will use Java 7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    23
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
# Adjust file lines of the form 'file path=usr/share/areca/...' to
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
# 'file ... path=/usr/share/areca/...'
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
<transform file path=usr/share/areca/(.*) -> set action.hash %<1>>
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=pkg.fmri \
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value=pkg:/backup/areca@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    33
set name=pkg.summary value="Areca backup utilities."
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=pkg.description \
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
    value="Areca is file backup software that supports incremental, image and delta backup on local drives or FTP servers."
2551
0391c5c3b137 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 2507
diff changeset
    36
set name=com.oracle.info.description value="the Areca file backup software"
3661
47545fb8aed4 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 2551
diff changeset
    37
set name=com.oracle.info.tpno value=$(TPNO)
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
set name=info.classification \
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
    value="org.opensolaris.category.2008:Applications/System Utilities"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 374
diff changeset
    40
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 374
diff changeset
    41
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    42
set name=org.opensolaris.arc-caseid value=LSARC/2008/681
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    44
dir  path=usr
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    45
dir  path=usr/bin
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    46
link path=usr/bin/areca target=../share/areca/areca.sh
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    47
dir  path=usr/share
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    48
dir  path=usr/share/areca
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/share/areca/AUTHORS
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/share/areca/COPYING
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/share/areca/README
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/share/areca/areca.sh mode=0555
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    53
dir  path=usr/share/areca/bin
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/share/areca/bin/areca_cl.sh mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/share/areca/bin/areca_decrypt.sh mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/share/areca/bin/areca_dezip.sh mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/share/areca/bin/decrypt.sh mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/share/areca/bin/dezip.sh mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/share/areca/bin/run_gui.sh mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/share/areca/bin/run_tui.sh mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/share/areca/check_version.sh mode=0555
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    62
dir  path=usr/share/areca/config
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/share/areca/config/Main.xml
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/share/areca/config/fwk.properties
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    65
dir  path=usr/share/areca/icons
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
    66
dir  path=usr/share/areca/icons/big
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/share/areca/icons/big/configure.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/share/areca/icons/big/db_add.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/share/areca/icons/big/db_comit.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/share/areca/icons/big/db_remove.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/share/areca/icons/big/db_status.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
file path=usr/share/areca/icons/big/db_update.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
file path=usr/share/areca/icons/big/desktop.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
file path=usr/share/areca/icons/big/edit.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
file path=usr/share/areca/icons/big/filenew.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
file path=usr/share/areca/icons/big/help.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
file path=usr/share/areca/icons/binary.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
file path=usr/share/areca/icons/configure.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
file path=usr/share/areca/icons/database.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
file path=usr/share/areca/icons/db_add.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
file path=usr/share/areca/icons/db_comit.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
file path=usr/share/areca/icons/db_remove.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
file path=usr/share/areca/icons/db_status.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    84
file path=usr/share/areca/icons/db_update.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    85
file path=usr/share/areca/icons/delete.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    86
file path=usr/share/areca/icons/desktop.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    87
file path=usr/share/areca/icons/edit.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    88
file path=usr/share/areca/icons/filenew.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    89
file path=usr/share/areca/icons/filesave.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    90
file path=usr/share/areca/icons/find.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    91
file path=usr/share/areca/icons/folder_blue.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    92
file path=usr/share/areca/icons/folder_green.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    93
file path=usr/share/areca/icons/folder_red.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    94
file path=usr/share/areca/icons/help.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    95
file path=usr/share/areca/icons/ico_16.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    96
file path=usr/share/areca/icons/ico_72.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    97
file path=usr/share/areca/icons/karm.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    98
file path=usr/share/areca/icons/run.png
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    99
file path=usr/share/areca/icons/void.png
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   100
dir  path=usr/share/areca/lib
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   101
file path=usr/share/areca/lib/activation.jar mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   102
file path=usr/share/areca/lib/areca.jar mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   103
file path=usr/share/areca/lib/commons-net-1.4.1.jar mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   104
file path=usr/share/areca/lib/jakarta-oro-2.0.8.jar mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   105
file path=usr/share/areca/lib/local_policy.jar mode=0555
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   106
file path=usr/share/areca/lib/mail.jar mode=0555
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   107
file \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   108
    path=usr/share/areca/lib/org.eclipse.core.commands_3.2.0.I20060605-1400.jar \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   109
    mode=0555
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   110
file path=usr/share/areca/lib/org.eclipse.equinox.common_3.2.0.v20060603.jar \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   111
    mode=0555
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   112
file path=usr/share/areca/lib/org.eclipse.jface_3.2.0.I20060605-1400.jar \
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   113
    mode=0555
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   114
file path=usr/share/areca/lib/swt.jar mode=0555
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   115
dir  path=usr/share/areca/license
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   116
file path=usr/share/areca/license/license.txt
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   117
dir  path=usr/share/areca/translations
350
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   118
file path=usr/share/areca/translations/README
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   119
file path=usr/share/areca/translations/resources_cn.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   120
file path=usr/share/areca/translations/resources_cs.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   121
file path=usr/share/areca/translations/resources_da.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   122
file path=usr/share/areca/translations/resources_de.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   123
file path=usr/share/areca/translations/resources_en.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   124
file path=usr/share/areca/translations/resources_es.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   125
file path=usr/share/areca/translations/resources_fr.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   126
file path=usr/share/areca/translations/resources_hu.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   127
file path=usr/share/areca/translations/resources_it.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   128
file path=usr/share/areca/translations/resources_ja.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   129
file path=usr/share/areca/translations/resources_nl.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   130
file path=usr/share/areca/translations/resources_ru.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   131
file path=usr/share/areca/translations/resources_se.properties
4bc2d5b160a9 7058401 Move areca to userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
   132
file path=usr/share/areca/translations/resources_tw.properties
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   133
license areca.copyright license=GPLv2
374
56b1433038ec 7063433 backup/areca package dependency issue in s11
Rich Burridge <rich.burridge@oracle.com>
parents: 350
diff changeset
   134
56b1433038ec 7063433 backup/areca package dependency issue in s11
Rich Burridge <rich.burridge@oracle.com>
parents: 350
diff changeset
   135
# pkgdepend should have picked up the dependency on bash;
56b1433038ec 7063433 backup/areca package dependency issue in s11
Rich Burridge <rich.burridge@oracle.com>
parents: 350
diff changeset
   136
# this explicit depend action can be removed if pkgdepend is fixed later
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   137
depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/bash
2507
bdc001f3484f 15919018 areca won't start; missing library/java/swt dependency
April Chin <april.chin@oracle.com>
parents: 629
diff changeset
   138
bdc001f3484f 15919018 areca won't start; missing library/java/swt dependency
April Chin <april.chin@oracle.com>
parents: 629
diff changeset
   139
# pkgdepend didn't pick up this dependency
3734
24181f5eb463 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3661
diff changeset
   140
depend type=require fmri=__TBD pkg.debug.depend.file=usr/share/lib/java/swt.jar
4601
63c842b82978 21358053 The Areca startup script needs updated so it will use Java 7
Bill Rushmore <bill.rushmore@oracle.com>
parents: 3734
diff changeset
   141
63c842b82978 21358053 The Areca startup script needs updated so it will use Java 7
Bill Rushmore <bill.rushmore@oracle.com>
parents: 3734
diff changeset
   142
# dependency for Java 7
63c842b82978 21358053 The Areca startup script needs updated so it will use Java 7
Bill Rushmore <bill.rushmore@oracle.com>
parents: 3734
diff changeset
   143
depend type=require fmri=runtime/java/jre-7