# HG changeset patch # User Rich Burridge # Date 1357671626 28800 # Node ID 3aa5ccc8d070cf3c876471393f7b95502554fd45 # Parent 5e80cb545b12d6cc981cf258fb66edd02f9de890 15820205 SUNBT7202645 Move groff from Desktop consolidation to Userland diff -r 5e80cb545b12 -r 3aa5ccc8d070 components/groff/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/groff/Makefile Tue Jan 08 11:00:26 2013 -0800 @@ -0,0 +1,82 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# + +include ../../make-rules/shared-macros.mk + +COMPONENT_NAME= groff +COMPONENT_VERSION= 1.19.2 +COMPONENT_PROJECT_URL= http://www.gnu.org/software/groff/ +COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) +COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz +COMPONENT_ARCHIVE_HASH= \ + sha256:d864fbd0bf6dea24e4f71736da9902a1cae86d0a1a893b5fe17118927257ec3e +COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE) +COMPONENT_BUGDB= utility/groff + +include ../../make-rules/prep.mk +include ../../make-rules/configure.mk +include ../../make-rules/ips.mk + +COMPONENT_PREP_ACTION = \ + ( cd $(@D) ; \ + libtoolize -force ; \ + aclocal -I. ; \ + autoconf ; \ + autoheader ) + +# The grog.sh script needs GNU awk not the Solaris one. +COMPONENT_PRE_CONFIGURE_ACTION = \ + $(GSED) -i -e 's?awk?/usr/gnu/bin/awk?' \ + $(SOURCE_DIR)/src/roff/grog/grog.sh + +CONFIGURE_OPTIONS += \ + --with-appresdir=$(CONFIGURE_PREFIX)/X11/lib/X11/app-defaults + +CONFIGURE_OPTIONS += CXX="$(CXX)" +CONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)" +CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)" + +COMPONENT_INSTALL_ARGS += prefix=$(PROTOUSRDIR) +COMPONENT_INSTALL_ARGS += bindir=$(PROTOUSRBINDIR) +COMPONENT_INSTALL_ARGS += libdir=$(PROTOUSRLIBDIR) +COMPONENT_INSTALL_ARGS += mandir=$(PROTOUSRSHAREMANDIR) +COMPONENT_INSTALL_ARGS += legacyfontdir=$(PROTOUSRLIBDIR)/font +COMPONENT_INSTALL_ARGS += appresdir=$(PROTOUSRDIR)/X11/lib/X11/app-defaults +COMPONENT_INSTALL_ARGS += sys_tmac_prefix=$(PROTOUSRSHARELIBDIR)/tmac/ + +COMPONENT_PRE_INSTALL_ACTION = \ + ($(MKDIR) $(PROTOUSRBINDIR) ) + +# common targets +build: $(BUILD_64) + +install: $(INSTALL_64) + +# groff tests use dejagnu which isn't currently included in Solaris. +test: $(NO_TESTS) + +BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS) + +include ../../make-rules/depend.mk diff -r 5e80cb545b12 -r 3aa5ccc8d070 components/groff/groff-core.p5m --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/groff/groff-core.p5m Tue Jan 08 11:00:26 2013 -0800 @@ -0,0 +1,203 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# + + default mangler.man.stability uncommitted> +set name=pkg.fmri \ + value=pkg:/text/groff/groff-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.summary value="GNU roff Text Formatting (core system components)" +set name=info.classification \ + value="org.opensolaris.category.2008:System/Text Tools" +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=org.opensolaris.arc-caseid value=LSARC/2008/425 +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) +dir path=usr +dir path=usr/bin +link path=usr/bin/gdiffmk target=../gnu/bin/diffmk facet.compat.gnulinks=true +link path=usr/bin/geqn target=../gnu/bin/eqn facet.compat.gnulinks=true +link path=usr/bin/gneqn target=../gnu/bin/neqn facet.compat.gnulinks=true +link path=usr/bin/gnroff target=../gnu/bin/nroff facet.compat.gnulinks=true +link path=usr/bin/gpic target=../gnu/bin/pic facet.compat.gnulinks=true +file path=usr/bin/groff +file path=usr/bin/grog +file path=usr/bin/grops +file path=usr/bin/grotty +link path=usr/bin/gsoelim target=../gnu/bin/soelim facet.compat.gnulinks=true +file path=usr/bin/gtbl +file path=usr/bin/gtroff +dir path=usr/gnu +dir path=usr/gnu/bin +file usr/bin/gdiffmk path=usr/gnu/bin/diffmk +file usr/bin/geqn path=usr/gnu/bin/eqn +file usr/bin/gneqn path=usr/gnu/bin/neqn +file usr/bin/gnroff path=usr/gnu/bin/nroff +file usr/bin/gpic path=usr/gnu/bin/pic +file usr/bin/gsoelim path=usr/gnu/bin/soelim +dir path=usr/share +dir path=usr/share/groff +dir path=usr/share/groff/1.19.2 +file path=usr/share/groff/1.19.2/eign +dir path=usr/share/groff/1.19.2/font +dir path=usr/share/groff/1.19.2/font/devascii +file path=usr/share/groff/1.19.2/font/devascii/B +file path=usr/share/groff/1.19.2/font/devascii/BI +file path=usr/share/groff/1.19.2/font/devascii/DESC +file path=usr/share/groff/1.19.2/font/devascii/I +file path=usr/share/groff/1.19.2/font/devascii/R +dir path=usr/share/groff/1.19.2/font/devlatin1 +file path=usr/share/groff/1.19.2/font/devlatin1/B +file path=usr/share/groff/1.19.2/font/devlatin1/BI +file path=usr/share/groff/1.19.2/font/devlatin1/DESC +file path=usr/share/groff/1.19.2/font/devlatin1/I +file path=usr/share/groff/1.19.2/font/devlatin1/R +dir path=usr/share/groff/1.19.2/font/devps +file path=usr/share/groff/1.19.2/font/devps/AB +file path=usr/share/groff/1.19.2/font/devps/ABI +file path=usr/share/groff/1.19.2/font/devps/AI +file path=usr/share/groff/1.19.2/font/devps/AR +file path=usr/share/groff/1.19.2/font/devps/BMB +file path=usr/share/groff/1.19.2/font/devps/BMBI +file path=usr/share/groff/1.19.2/font/devps/BMI +file path=usr/share/groff/1.19.2/font/devps/BMR +file path=usr/share/groff/1.19.2/font/devps/CB +file path=usr/share/groff/1.19.2/font/devps/CBI +file path=usr/share/groff/1.19.2/font/devps/CI +file path=usr/share/groff/1.19.2/font/devps/CR +file path=usr/share/groff/1.19.2/font/devps/DESC +file path=usr/share/groff/1.19.2/font/devps/EURO +file path=usr/share/groff/1.19.2/font/devps/HB +file path=usr/share/groff/1.19.2/font/devps/HBI +file path=usr/share/groff/1.19.2/font/devps/HI +file path=usr/share/groff/1.19.2/font/devps/HNB +file path=usr/share/groff/1.19.2/font/devps/HNBI +file path=usr/share/groff/1.19.2/font/devps/HNI +file path=usr/share/groff/1.19.2/font/devps/HNR +file path=usr/share/groff/1.19.2/font/devps/HR +file path=usr/share/groff/1.19.2/font/devps/NB +file path=usr/share/groff/1.19.2/font/devps/NBI +file path=usr/share/groff/1.19.2/font/devps/NI +file path=usr/share/groff/1.19.2/font/devps/NR +file path=usr/share/groff/1.19.2/font/devps/PB +file path=usr/share/groff/1.19.2/font/devps/PBI +file path=usr/share/groff/1.19.2/font/devps/PI +file path=usr/share/groff/1.19.2/font/devps/PR +file path=usr/share/groff/1.19.2/font/devps/S +file path=usr/share/groff/1.19.2/font/devps/SS +file path=usr/share/groff/1.19.2/font/devps/TB +file path=usr/share/groff/1.19.2/font/devps/TBI +file path=usr/share/groff/1.19.2/font/devps/TI +file path=usr/share/groff/1.19.2/font/devps/TR +file path=usr/share/groff/1.19.2/font/devps/ZCMI +file path=usr/share/groff/1.19.2/font/devps/ZD +file path=usr/share/groff/1.19.2/font/devps/ZDR +file path=usr/share/groff/1.19.2/font/devps/download +file path=usr/share/groff/1.19.2/font/devps/freeeuro.pfa +dir path=usr/share/groff/1.19.2/font/devps/generate +file path=usr/share/groff/1.19.2/font/devps/generate/Makefile +file path=usr/share/groff/1.19.2/font/devps/generate/afmname +file path=usr/share/groff/1.19.2/font/devps/generate/dingbats.map +file path=usr/share/groff/1.19.2/font/devps/generate/dingbats.rmap +file path=usr/share/groff/1.19.2/font/devps/generate/lgreekmap +file path=usr/share/groff/1.19.2/font/devps/generate/symbol.sed +file path=usr/share/groff/1.19.2/font/devps/generate/symbolchars +file path=usr/share/groff/1.19.2/font/devps/generate/symbolsl.afm +file path=usr/share/groff/1.19.2/font/devps/generate/textmap +file path=usr/share/groff/1.19.2/font/devps/prologue +file path=usr/share/groff/1.19.2/font/devps/symbolsl.pfa +file path=usr/share/groff/1.19.2/font/devps/text.enc +file path=usr/share/groff/1.19.2/font/devps/zapfdr.pfa +dir path=usr/share/groff/1.19.2/font/devutf8 +file path=usr/share/groff/1.19.2/font/devutf8/B +file path=usr/share/groff/1.19.2/font/devutf8/BI +file path=usr/share/groff/1.19.2/font/devutf8/DESC +file path=usr/share/groff/1.19.2/font/devutf8/I +file path=usr/share/groff/1.19.2/font/devutf8/R +dir path=usr/share/groff/1.19.2/tmac +file path=usr/share/groff/1.19.2/tmac/an-old.tmac +file path=usr/share/groff/1.19.2/tmac/andoc.tmac +file path=usr/share/groff/1.19.2/tmac/composite.tmac +file path=usr/share/groff/1.19.2/tmac/devtag.tmac +file path=usr/share/groff/1.19.2/tmac/doc-old.tmac +file path=usr/share/groff/1.19.2/tmac/doc.tmac +file path=usr/share/groff/1.19.2/tmac/eqnrc +file path=usr/share/groff/1.19.2/tmac/europs.tmac +file path=usr/share/groff/1.19.2/tmac/gan.tmac +file path=usr/share/groff/1.19.2/tmac/gm.tmac +file path=usr/share/groff/1.19.2/tmac/gmm.tmac +file path=usr/share/groff/1.19.2/tmac/gmmse.tmac +file path=usr/share/groff/1.19.2/tmac/gmse.tmac +file path=usr/share/groff/1.19.2/tmac/gs.tmac +file path=usr/share/groff/1.19.2/tmac/hyphen.us +file path=usr/share/groff/1.19.2/tmac/hyphenex.us +file path=usr/share/groff/1.19.2/tmac/latin1.tmac +file path=usr/share/groff/1.19.2/tmac/latin2.tmac +file path=usr/share/groff/1.19.2/tmac/latin9.tmac +file path=usr/share/groff/1.19.2/tmac/man.tmac +file path=usr/share/groff/1.19.2/tmac/mandoc.tmac +dir path=usr/share/groff/1.19.2/tmac/mdoc +file path=usr/share/groff/1.19.2/tmac/mdoc.tmac +file path=usr/share/groff/1.19.2/tmac/mdoc/doc-common +file path=usr/share/groff/1.19.2/tmac/mdoc/doc-ditroff +file path=usr/share/groff/1.19.2/tmac/mdoc/doc-nroff +file path=usr/share/groff/1.19.2/tmac/mdoc/doc-syms +file path=usr/share/groff/1.19.2/tmac/papersize.tmac +file path=usr/share/groff/1.19.2/tmac/pic.tmac +file path=usr/share/groff/1.19.2/tmac/ps.tmac +file path=usr/share/groff/1.19.2/tmac/psatk.tmac +file path=usr/share/groff/1.19.2/tmac/psold.tmac +file path=usr/share/groff/1.19.2/tmac/pspic.tmac +file path=usr/share/groff/1.19.2/tmac/safer.tmac +file path=usr/share/groff/1.19.2/tmac/troffrc +file path=usr/share/groff/1.19.2/tmac/troffrc-end +file path=usr/share/groff/1.19.2/tmac/tty-char.tmac +file path=usr/share/groff/1.19.2/tmac/tty.tmac +file path=usr/share/groff/1.19.2/tmac/unicode.tmac +file path=usr/share/groff/1.19.2/tmac/www.tmac +dir path=usr/share/groff/site-tmac +file path=usr/share/groff/site-tmac/man.local +file path=usr/share/groff/site-tmac/mdoc.local +dir path=usr/share/man +dir path=usr/share/man/man1 +file path=usr/share/man/man1/gdiffmk.1 +file path=usr/share/man/man1/geqn.1 +file path=usr/share/man/man1/gneqn.1 +file path=usr/share/man/man1/gnroff.1 +file path=usr/share/man/man1/gpic.1 +file path=usr/share/man/man1/groff.1 +file path=usr/share/man/man1/grog.1 +file path=usr/share/man/man1/grops.1 +file path=usr/share/man/man1/grotty.1 +file path=usr/share/man/man1/gsoelim.1 +file path=usr/share/man/man1/gtbl.1 +file path=usr/share/man/man1/gtroff.1 +license groff.license license=GPLv2 +depend type=incorporate fmri=pkg:/text/groff +# Used by /usr/bin/grog +depend fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/awk type=require + +# groff-core was previously in the 'desktop' consolidation. This optional +# dependency is here to facilitate the safe transfer of the package +# to the 'userland' consolidation. +depend type=optional fmri=consolidation/desktop/desktop-incorporation@5.12-5.12.0.0.0.14.0 diff -r 5e80cb545b12 -r 3aa5ccc8d070 components/groff/groff.license --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/groff/groff.license Tue Jan 08 11:00:26 2013 -0800 @@ -0,0 +1,346 @@ +---------------- +- groff 1.19.2 - +---------------- + +Oracle Internal Tracking Number 7898 + + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc. + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Library General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Library General +Public License instead of this License. diff -r 5e80cb545b12 -r 3aa5ccc8d070 components/groff/groff.p5m --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/groff/groff.p5m Tue Jan 08 11:00:26 2013 -0800 @@ -0,0 +1,447 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# + +# +# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# + + default mangler.man.stability uncommitted> +set name=pkg.fmri \ + value=pkg:/text/groff@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) +set name=pkg.summary value="GNU roff Text Formatting" +set name=info.classification \ + value="org.opensolaris.category.2008:System/Text Tools" +set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) +set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) +set name=org.opensolaris.arc-caseid value=LSARC/2008/425 +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) +dir path=usr +dir path=usr/X11 +dir path=usr/X11/lib +dir path=usr/X11/lib/X11 +dir path=usr/X11/lib/X11/app-defaults +file path=usr/X11/lib/X11/app-defaults/GXditview +dir path=usr/bin +file path=usr/bin/addftinfo +file path=usr/bin/afmtodit +file path=usr/bin/eqn2graph +link path=usr/bin/ggrn target=../gnu/bin/grn facet.compat.gnulinks=true +link path=usr/bin/gindxbib target=../gnu/bin/indxbib facet.compat.gnulinks=true +file path=usr/bin/glookbib +file path=usr/bin/grap2graph +link path=usr/bin/grefer target=../gnu/bin/refer facet.compat.gnulinks=true +file path=usr/bin/grodvi +file path=usr/bin/groffer +file path=usr/bin/grolbp +file path=usr/bin/grolj4 +file path=usr/bin/gxditview +file path=usr/bin/hpftodit +file path=usr/bin/lkbib +file path=usr/bin/mmroff +file path=usr/bin/pdfroff +file path=usr/bin/pfbtops +file path=usr/bin/pic2graph +file path=usr/bin/post-grohtml +file path=usr/bin/pre-grohtml +file path=usr/bin/tfmtodit +file path=usr/bin/xtotroff +dir path=usr/gnu +dir path=usr/gnu/bin +file usr/bin/ggrn path=usr/gnu/bin/grn +file usr/bin/gindxbib path=usr/gnu/bin/indxbib +file usr/bin/grefer path=usr/gnu/bin/refer +dir path=usr/lib +dir path=usr/lib/groff +dir path=usr/lib/groff/groffer +file path=usr/lib/groff/groffer/groffer2.sh +dir path=usr/lib/groff/site-tmac +file path=usr/lib/groff/site-tmac/an.tmac +file path=usr/lib/groff/site-tmac/ansun.tmac +file path=usr/lib/groff/site-tmac/bib.tmac +file path=usr/lib/groff/site-tmac/m.tmac +file path=usr/lib/groff/site-tmac/s.tmac +file path=usr/lib/groff/site-tmac/v.tmac +file path=usr/lib/groff/site-tmac/vgrind.tmac +dir path=usr/share +dir path=usr/share/doc +dir path=usr/share/doc/groff +dir path=usr/share/doc/groff/1.19.2 +dir path=usr/share/doc/groff/1.19.2/examples +file path=usr/share/doc/groff/1.19.2/examples/grnexmpl.g +file path=usr/share/doc/groff/1.19.2/examples/grnexmpl.me +file path=usr/share/doc/groff/1.19.2/examples/grnexmpl.ps +file path=usr/share/doc/groff/1.19.2/examples/groff.css facet.doc.html=true +dir path=usr/share/doc/groff/1.19.2/examples/mom +file path=usr/share/doc/groff/1.19.2/examples/mom/README.txt +file path=usr/share/doc/groff/1.19.2/examples/mom/elvis_syntax +file path=usr/share/doc/groff/1.19.2/examples/mom/elvis_syntax.new +file path=usr/share/doc/groff/1.19.2/examples/mom/letter.mom +file path=usr/share/doc/groff/1.19.2/examples/mom/letter.ps +file path=usr/share/doc/groff/1.19.2/examples/mom/penguin.ps +file path=usr/share/doc/groff/1.19.2/examples/mom/sample_docs.mom +file path=usr/share/doc/groff/1.19.2/examples/mom/sample_docs.ps +file path=usr/share/doc/groff/1.19.2/examples/mom/typesetting.mom +file path=usr/share/doc/groff/1.19.2/examples/mom/typesetting.ps +file path=usr/share/doc/groff/1.19.2/examples/webpage.ms +file path=usr/share/doc/groff/1.19.2/examples/webpage.ps +dir path=usr/share/doc/groff/1.19.2/html facet.doc.html=true +dir path=usr/share/doc/groff/1.19.2/html/mom facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/appendices.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/color.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/cover.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/definitions.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/docelement.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/docprocessing.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/goodies.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/headfootpage.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/inlines.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/intro.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/letters.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/macrolist.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/rectoverso.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/refer.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/reserved.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/toc.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/typemacdoc.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/typesetting.html \ + facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/html/mom/using.html facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/meintro.me +file path=usr/share/doc/groff/1.19.2/meintro.ps +file path=usr/share/doc/groff/1.19.2/meref.me +file path=usr/share/doc/groff/1.19.2/meref.ps +dir path=usr/share/doc/groff/1.19.2/pdf +file path=usr/share/doc/groff/1.19.2/pdf/pdfmark.pdf facet.doc.html=true +file path=usr/share/doc/groff/1.19.2/pic.ms +file path=usr/share/doc/groff/1.19.2/pic.ps +dir path=usr/share/groff +dir path=usr/share/groff/1.19.2 +dir path=usr/share/groff/1.19.2/font +dir path=usr/share/groff/1.19.2/font/devX100 +dir path=usr/share/groff/1.19.2/font/devX100-12 +file path=usr/share/groff/1.19.2/font/devX100-12/CB +file path=usr/share/groff/1.19.2/font/devX100-12/CBI +file path=usr/share/groff/1.19.2/font/devX100-12/CI +file path=usr/share/groff/1.19.2/font/devX100-12/CR +file path=usr/share/groff/1.19.2/font/devX100-12/DESC +file path=usr/share/groff/1.19.2/font/devX100-12/HB +file path=usr/share/groff/1.19.2/font/devX100-12/HBI +file path=usr/share/groff/1.19.2/font/devX100-12/HI +file path=usr/share/groff/1.19.2/font/devX100-12/HR +file path=usr/share/groff/1.19.2/font/devX100-12/NB +file path=usr/share/groff/1.19.2/font/devX100-12/NBI +file path=usr/share/groff/1.19.2/font/devX100-12/NI +file path=usr/share/groff/1.19.2/font/devX100-12/NR +file path=usr/share/groff/1.19.2/font/devX100-12/S +file path=usr/share/groff/1.19.2/font/devX100-12/TB +file path=usr/share/groff/1.19.2/font/devX100-12/TBI +file path=usr/share/groff/1.19.2/font/devX100-12/TI +file path=usr/share/groff/1.19.2/font/devX100-12/TR +file path=usr/share/groff/1.19.2/font/devX100/CB +file path=usr/share/groff/1.19.2/font/devX100/CBI +file path=usr/share/groff/1.19.2/font/devX100/CI +file path=usr/share/groff/1.19.2/font/devX100/CR +file path=usr/share/groff/1.19.2/font/devX100/DESC +file path=usr/share/groff/1.19.2/font/devX100/HB +file path=usr/share/groff/1.19.2/font/devX100/HBI +file path=usr/share/groff/1.19.2/font/devX100/HI +file path=usr/share/groff/1.19.2/font/devX100/HR +file path=usr/share/groff/1.19.2/font/devX100/NB +file path=usr/share/groff/1.19.2/font/devX100/NBI +file path=usr/share/groff/1.19.2/font/devX100/NI +file path=usr/share/groff/1.19.2/font/devX100/NR +file path=usr/share/groff/1.19.2/font/devX100/S +file path=usr/share/groff/1.19.2/font/devX100/TB +file path=usr/share/groff/1.19.2/font/devX100/TBI +file path=usr/share/groff/1.19.2/font/devX100/TI +file path=usr/share/groff/1.19.2/font/devX100/TR +dir path=usr/share/groff/1.19.2/font/devX75 +dir path=usr/share/groff/1.19.2/font/devX75-12 +file path=usr/share/groff/1.19.2/font/devX75-12/CB +file path=usr/share/groff/1.19.2/font/devX75-12/CBI +file path=usr/share/groff/1.19.2/font/devX75-12/CI +file path=usr/share/groff/1.19.2/font/devX75-12/CR +file path=usr/share/groff/1.19.2/font/devX75-12/DESC +file path=usr/share/groff/1.19.2/font/devX75-12/HB +file path=usr/share/groff/1.19.2/font/devX75-12/HBI +file path=usr/share/groff/1.19.2/font/devX75-12/HI +file path=usr/share/groff/1.19.2/font/devX75-12/HR +file path=usr/share/groff/1.19.2/font/devX75-12/NB +file path=usr/share/groff/1.19.2/font/devX75-12/NBI +file path=usr/share/groff/1.19.2/font/devX75-12/NI +file path=usr/share/groff/1.19.2/font/devX75-12/NR +file path=usr/share/groff/1.19.2/font/devX75-12/S +file path=usr/share/groff/1.19.2/font/devX75-12/TB +file path=usr/share/groff/1.19.2/font/devX75-12/TBI +file path=usr/share/groff/1.19.2/font/devX75-12/TI +file path=usr/share/groff/1.19.2/font/devX75-12/TR +file path=usr/share/groff/1.19.2/font/devX75/CB +file path=usr/share/groff/1.19.2/font/devX75/CBI +file path=usr/share/groff/1.19.2/font/devX75/CI +file path=usr/share/groff/1.19.2/font/devX75/CR +file path=usr/share/groff/1.19.2/font/devX75/DESC +file path=usr/share/groff/1.19.2/font/devX75/HB +file path=usr/share/groff/1.19.2/font/devX75/HBI +file path=usr/share/groff/1.19.2/font/devX75/HI +file path=usr/share/groff/1.19.2/font/devX75/HR +file path=usr/share/groff/1.19.2/font/devX75/NB +file path=usr/share/groff/1.19.2/font/devX75/NBI +file path=usr/share/groff/1.19.2/font/devX75/NI +file path=usr/share/groff/1.19.2/font/devX75/NR +file path=usr/share/groff/1.19.2/font/devX75/S +file path=usr/share/groff/1.19.2/font/devX75/TB +file path=usr/share/groff/1.19.2/font/devX75/TBI +file path=usr/share/groff/1.19.2/font/devX75/TI +file path=usr/share/groff/1.19.2/font/devX75/TR +dir path=usr/share/groff/1.19.2/font/devdvi +file path=usr/share/groff/1.19.2/font/devdvi/CW +file path=usr/share/groff/1.19.2/font/devdvi/CWEC +file path=usr/share/groff/1.19.2/font/devdvi/CWI +file path=usr/share/groff/1.19.2/font/devdvi/CWIEC +file path=usr/share/groff/1.19.2/font/devdvi/CWITC +file path=usr/share/groff/1.19.2/font/devdvi/CWTC +file path=usr/share/groff/1.19.2/font/devdvi/DESC +file path=usr/share/groff/1.19.2/font/devdvi/EX +file path=usr/share/groff/1.19.2/font/devdvi/HB +file path=usr/share/groff/1.19.2/font/devdvi/HBEC +file path=usr/share/groff/1.19.2/font/devdvi/HBI +file path=usr/share/groff/1.19.2/font/devdvi/HBIEC +file path=usr/share/groff/1.19.2/font/devdvi/HBITC +file path=usr/share/groff/1.19.2/font/devdvi/HBTC +file path=usr/share/groff/1.19.2/font/devdvi/HI +file path=usr/share/groff/1.19.2/font/devdvi/HIEC +file path=usr/share/groff/1.19.2/font/devdvi/HITC +file path=usr/share/groff/1.19.2/font/devdvi/HR +file path=usr/share/groff/1.19.2/font/devdvi/HREC +file path=usr/share/groff/1.19.2/font/devdvi/HRTC +file path=usr/share/groff/1.19.2/font/devdvi/MI +file path=usr/share/groff/1.19.2/font/devdvi/S +file path=usr/share/groff/1.19.2/font/devdvi/SA +file path=usr/share/groff/1.19.2/font/devdvi/SB +file path=usr/share/groff/1.19.2/font/devdvi/SC +file path=usr/share/groff/1.19.2/font/devdvi/TB +file path=usr/share/groff/1.19.2/font/devdvi/TBEC +file path=usr/share/groff/1.19.2/font/devdvi/TBI +file path=usr/share/groff/1.19.2/font/devdvi/TBIEC +file path=usr/share/groff/1.19.2/font/devdvi/TBITC +file path=usr/share/groff/1.19.2/font/devdvi/TBTC +file path=usr/share/groff/1.19.2/font/devdvi/TI +file path=usr/share/groff/1.19.2/font/devdvi/TIEC +file path=usr/share/groff/1.19.2/font/devdvi/TITC +file path=usr/share/groff/1.19.2/font/devdvi/TR +file path=usr/share/groff/1.19.2/font/devdvi/TREC +file path=usr/share/groff/1.19.2/font/devdvi/TRTC +dir path=usr/share/groff/1.19.2/font/devdvi/generate +file path=usr/share/groff/1.19.2/font/devdvi/generate/CompileFonts +file path=usr/share/groff/1.19.2/font/devdvi/generate/Makefile +file path=usr/share/groff/1.19.2/font/devdvi/generate/ec.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/msam.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/msbm.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/tc.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/texb.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/texex.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/texi.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/texmi.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/texr.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/texsy.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/textex.map +file path=usr/share/groff/1.19.2/font/devdvi/generate/textt.map +dir path=usr/share/groff/1.19.2/font/devhtml +file path=usr/share/groff/1.19.2/font/devhtml/B +file path=usr/share/groff/1.19.2/font/devhtml/BI +file path=usr/share/groff/1.19.2/font/devhtml/CB +file path=usr/share/groff/1.19.2/font/devhtml/CBI +file path=usr/share/groff/1.19.2/font/devhtml/CI +file path=usr/share/groff/1.19.2/font/devhtml/CR +file path=usr/share/groff/1.19.2/font/devhtml/DESC +file path=usr/share/groff/1.19.2/font/devhtml/I +file path=usr/share/groff/1.19.2/font/devhtml/R +file path=usr/share/groff/1.19.2/font/devhtml/S +dir path=usr/share/groff/1.19.2/font/devlbp +file path=usr/share/groff/1.19.2/font/devlbp/CB +file path=usr/share/groff/1.19.2/font/devlbp/CI +file path=usr/share/groff/1.19.2/font/devlbp/CR +file path=usr/share/groff/1.19.2/font/devlbp/DESC +file path=usr/share/groff/1.19.2/font/devlbp/EB +file path=usr/share/groff/1.19.2/font/devlbp/EI +file path=usr/share/groff/1.19.2/font/devlbp/ER +file path=usr/share/groff/1.19.2/font/devlbp/HB +file path=usr/share/groff/1.19.2/font/devlbp/HBI +file path=usr/share/groff/1.19.2/font/devlbp/HI +file path=usr/share/groff/1.19.2/font/devlbp/HNB +file path=usr/share/groff/1.19.2/font/devlbp/HNBI +file path=usr/share/groff/1.19.2/font/devlbp/HNI +file path=usr/share/groff/1.19.2/font/devlbp/HNR +file path=usr/share/groff/1.19.2/font/devlbp/HR +file path=usr/share/groff/1.19.2/font/devlbp/TB +file path=usr/share/groff/1.19.2/font/devlbp/TBI +file path=usr/share/groff/1.19.2/font/devlbp/TI +file path=usr/share/groff/1.19.2/font/devlbp/TR +dir path=usr/share/groff/1.19.2/font/devlj4 +file path=usr/share/groff/1.19.2/font/devlj4/AB +file path=usr/share/groff/1.19.2/font/devlj4/ABI +file path=usr/share/groff/1.19.2/font/devlj4/AI +file path=usr/share/groff/1.19.2/font/devlj4/ALBB +file path=usr/share/groff/1.19.2/font/devlj4/ALBR +file path=usr/share/groff/1.19.2/font/devlj4/AOB +file path=usr/share/groff/1.19.2/font/devlj4/AOI +file path=usr/share/groff/1.19.2/font/devlj4/AOR +file path=usr/share/groff/1.19.2/font/devlj4/AR +file path=usr/share/groff/1.19.2/font/devlj4/CB +file path=usr/share/groff/1.19.2/font/devlj4/CBI +file path=usr/share/groff/1.19.2/font/devlj4/CI +file path=usr/share/groff/1.19.2/font/devlj4/CLARENDON +file path=usr/share/groff/1.19.2/font/devlj4/CORONET +file path=usr/share/groff/1.19.2/font/devlj4/CR +file path=usr/share/groff/1.19.2/font/devlj4/DESC +file path=usr/share/groff/1.19.2/font/devlj4/GB +file path=usr/share/groff/1.19.2/font/devlj4/GBI +file path=usr/share/groff/1.19.2/font/devlj4/GI +file path=usr/share/groff/1.19.2/font/devlj4/GR +file path=usr/share/groff/1.19.2/font/devlj4/LGB +file path=usr/share/groff/1.19.2/font/devlj4/LGI +file path=usr/share/groff/1.19.2/font/devlj4/LGR +file path=usr/share/groff/1.19.2/font/devlj4/MARIGOLD +file path=usr/share/groff/1.19.2/font/devlj4/OB +file path=usr/share/groff/1.19.2/font/devlj4/OBI +file path=usr/share/groff/1.19.2/font/devlj4/OI +file path=usr/share/groff/1.19.2/font/devlj4/OR +file path=usr/share/groff/1.19.2/font/devlj4/S +file path=usr/share/groff/1.19.2/font/devlj4/SYMBOL +file path=usr/share/groff/1.19.2/font/devlj4/TB +file path=usr/share/groff/1.19.2/font/devlj4/TBI +file path=usr/share/groff/1.19.2/font/devlj4/TI +file path=usr/share/groff/1.19.2/font/devlj4/TNRB +file path=usr/share/groff/1.19.2/font/devlj4/TNRBI +file path=usr/share/groff/1.19.2/font/devlj4/TNRI +file path=usr/share/groff/1.19.2/font/devlj4/TNRR +file path=usr/share/groff/1.19.2/font/devlj4/TR +file path=usr/share/groff/1.19.2/font/devlj4/UB +file path=usr/share/groff/1.19.2/font/devlj4/UBI +file path=usr/share/groff/1.19.2/font/devlj4/UCB +file path=usr/share/groff/1.19.2/font/devlj4/UCBI +file path=usr/share/groff/1.19.2/font/devlj4/UCI +file path=usr/share/groff/1.19.2/font/devlj4/UCR +file path=usr/share/groff/1.19.2/font/devlj4/UI +file path=usr/share/groff/1.19.2/font/devlj4/UR +file path=usr/share/groff/1.19.2/font/devlj4/WINGDINGS +dir path=usr/share/groff/1.19.2/font/devlj4/generate +file path=usr/share/groff/1.19.2/font/devlj4/generate/Makefile +file path=usr/share/groff/1.19.2/font/devlj4/generate/special.awk +file path=usr/share/groff/1.19.2/font/devlj4/generate/special.map +file path=usr/share/groff/1.19.2/font/devlj4/generate/symbol.map +file path=usr/share/groff/1.19.2/font/devlj4/generate/text.map +file path=usr/share/groff/1.19.2/font/devlj4/generate/wingdings.map +dir path=usr/share/groff/1.19.2/tmac +file path=usr/share/groff/1.19.2/tmac/X.tmac +file path=usr/share/groff/1.19.2/tmac/Xps.tmac +file path=usr/share/groff/1.19.2/tmac/a4.tmac +file path=usr/share/groff/1.19.2/tmac/cp1047.tmac +file path=usr/share/groff/1.19.2/tmac/dvi.tmac +file path=usr/share/groff/1.19.2/tmac/e.tmac +file path=usr/share/groff/1.19.2/tmac/ec.tmac +file path=usr/share/groff/1.19.2/tmac/html-end.tmac +file path=usr/share/groff/1.19.2/tmac/html.tmac +file path=usr/share/groff/1.19.2/tmac/lbp.tmac +file path=usr/share/groff/1.19.2/tmac/lj4.tmac +file path=usr/share/groff/1.19.2/tmac/me.tmac +dir path=usr/share/groff/1.19.2/tmac/mm +file path=usr/share/groff/1.19.2/tmac/mm/0.MT +file path=usr/share/groff/1.19.2/tmac/mm/4.MT +file path=usr/share/groff/1.19.2/tmac/mm/5.MT +file path=usr/share/groff/1.19.2/tmac/mm/locale +file path=usr/share/groff/1.19.2/tmac/mm/ms.cov +file path=usr/share/groff/1.19.2/tmac/mm/se_locale +file path=usr/share/groff/1.19.2/tmac/mm/se_ms.cov +file path=usr/share/groff/1.19.2/tmac/mom.tmac +file path=usr/share/groff/1.19.2/tmac/ms.tmac +file path=usr/share/groff/1.19.2/tmac/om.tmac +file path=usr/share/groff/1.19.2/tmac/pdfmark.tmac +file path=usr/share/groff/1.19.2/tmac/spdf.tmac +file path=usr/share/groff/1.19.2/tmac/trace.tmac +dir path=usr/share/info +file path=usr/share/info/groff \ + restart_fmri=svc:/application/texinfo-update:default +file path=usr/share/info/groff-1 \ + restart_fmri=svc:/application/texinfo-update:default +file path=usr/share/info/groff-2 \ + restart_fmri=svc:/application/texinfo-update:default +file path=usr/share/info/groff-3 \ + restart_fmri=svc:/application/texinfo-update:default +dir path=usr/share/man +dir path=usr/share/man/man1 +file path=usr/share/man/man1/addftinfo.1 +file path=usr/share/man/man1/afmtodit.1 +file path=usr/share/man/man1/eqn2graph.1 +file path=usr/share/man/man1/ggrn.1 +file path=usr/share/man/man1/gindxbib.1 +file path=usr/share/man/man1/glookbib.1 +file path=usr/share/man/man1/grap2graph.1 +file path=usr/share/man/man1/grefer.1 +file path=usr/share/man/man1/grodvi.1 +file path=usr/share/man/man1/groffer.1 +file path=usr/share/man/man1/grohtml.1 +file path=usr/share/man/man1/grolbp.1 +file path=usr/share/man/man1/grolj4.1 +file path=usr/share/man/man1/gxditview.1 +file path=usr/share/man/man1/hpftodit.1 +file path=usr/share/man/man1/lkbib.1 +file path=usr/share/man/man1/mmroff.1 +file path=usr/share/man/man1/pdfroff.1 +file path=usr/share/man/man1/pfbtops.1 +file path=usr/share/man/man1/pic2graph.1 +file path=usr/share/man/man1/tfmtodit.1 +file path=usr/share/man/man1/xtotroff.1 +dir path=usr/share/man/man4 +file usr/share/man/man5/groff_font.5 path=usr/share/man/man4/groff_font.4 +file usr/share/man/man5/groff_tmac.5 path=usr/share/man/man4/groff_tmac.4 +file usr/share/man/man5/lj4_font.5 path=usr/share/man/man4/lj4_font.4 +dir path=usr/share/man/man5 +file usr/share/man/man7/ditroff.7 path=usr/share/man/man5/ditroff.5 +file usr/share/man/man7/ditroff.7 path=usr/share/man/man5/groff.5 +file usr/share/man/man7/groff_char.7 path=usr/share/man/man5/groff_char.5 +file usr/share/man/man7/groff_diff.7 path=usr/share/man/man5/groff_diff.5 +file usr/share/man/man7/groff_man.7 path=usr/share/man/man5/groff_man.5 +file usr/share/man/man7/groff_mdoc.7 path=usr/share/man/man5/groff_mdoc.5 +file usr/share/man/man7/groff_me.7 path=usr/share/man/man5/groff_me.5 +file usr/share/man/man7/groff_mm.7 path=usr/share/man/man5/groff_mm.5 +file usr/share/man/man7/groff_mmse.7 path=usr/share/man/man5/groff_mmse.5 +file usr/share/man/man7/groff_mom.7 path=usr/share/man/man5/groff_mom.5 +file usr/share/man/man7/groff_ms.7 path=usr/share/man/man5/groff_ms.5 +file usr/share/man/man7/groff_trace.7 path=usr/share/man/man5/groff_trace.5 +file usr/share/man/man7/groff_www.7 path=usr/share/man/man5/groff_www.5 +file usr/share/man/man7/roff.7 path=usr/share/man/man5/roff.5 +license groff.license license=GPLv2 +depend type=require fmri=system/library/fontconfig +depend type=require fmri=system/library/freetype-2 +depend type=require fmri=text/groff/groff-core + +# groff was previously in the 'desktop' consolidation. This optional +# dependency is here to facilitate the safe transfer of the package +# to the 'userland' consolidation. +depend type=optional fmri=consolidation/desktop/desktop-incorporation@5.12-5.12.0.0.0.14.0 diff -r 5e80cb545b12 -r 3aa5ccc8d070 components/meta-packages/history/SUNWgroff.p5m --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/meta-packages/history/SUNWgroff.p5m Tue Jan 08 11:00:26 2013 -0800 @@ -0,0 +1,32 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. +# + +# +# Legacy package information for renamed SUNWgroff package +# +set name=pkg.fmri value=pkg:SUNWgroff@0.5.11,5.11-0.175.0.0.0.0.0 +set name=pkg.renamed value=true + +set name=org.opensolaris.consolidation value=$(CONSOLIDATION) + +depend fmri=text/groff@0.5.11-0.133 type=require