components/python/markdown/markdown-PYVER.p5m
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Wed, 26 Mar 2014 13:35:48 -0700
branchs11-update
changeset 3036 19bbecc872de
parent 2811 3e51f310353f
child 1666 69d14d547e77
child 3661 47545fb8aed4
permissions -rw-r--r--
15769480 SUNBT7140922 service/network/samba should depend on iconv/unicode
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2811
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    23
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
    value=pkg:/library/python-2/markdown-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="Python implementation of John Gruber's Markdown"
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
set name=pkg.description \
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
    value="Markdown is an implementation of John Gruber's Markdown parser that follows the syntax rules and the behavior of the original (markdown.pl) implementation and which is suited to use in web server environments (such that it never raises an exception, never writes to standard output, etc.) It provides an Extension API which makes it possible to change and/or extend the behavior of the parser."
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
set name=com.oracle.info.description value="the Python Markdown implementation"
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
set name=com.oracle.info.tpno value=15143
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Python
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
set name=info.upstream value="Waylan Limberg <[email protected]>"
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2013/317
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
#
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
link path=usr/bin/markdown_py target=markdown_py-$(PYVER) mediator=python \
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
    mediator-version=$(PYVER)
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
file path=usr/bin/markdown_py-$(PYVER)
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
file path=usr/lib/python$(PYVER)/vendor-packages/Markdown-$(COMPONENT_VERSION)-py$(PYVER).egg-info
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__init__.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__main__.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/__version__.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/blockparser.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/blockprocessors.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/__init__.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/abbr.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/admonition.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/attr_list.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/codehilite.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/def_list.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/extra.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/fenced_code.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/footnotes.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/headerid.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/meta.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/nl2br.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/sane_lists.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/smart_strong.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/tables.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/toc.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/extensions/wikilinks.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/inlinepatterns.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/odict.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/postprocessors.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    68
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/preprocessors.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/serializers.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    70
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/treeprocessors.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    71
file path=usr/lib/python$(PYVER)/vendor-packages/markdown/util.py
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
license markdown.license license="BSD, MIT"
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
# force a dependency on the markdown package
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
depend type=require \
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
    fmri=library/python-2/markdown@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
# force a dependency on pygments; pkgdepend work is needed to flush this out.
3e51f310353f PSARC 2013/317 markdown version 2.3.1
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
depend type=require fmri=library/python-2/pygments-$(PYV)