components/autogen/autogen.p5m
changeset 143 b125d3ff99f0
child 181 87e11e685b1f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/autogen/autogen.p5m	Mon Mar 21 07:02:04 2011 -0700
@@ -0,0 +1,118 @@
+#
+# 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) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+set name=pkg.fmri value=pkg:/developer/build/autogen@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU autogen utility"
+set name=pkg.description value="AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text."
+set name=info.classification value="org.opensolaris.category.2008:Development/Other Languages"
+set name=info.upstream_url value="http://www.gnu.org/software/autogen/"
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+license autogen.license license="GPLv2"
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/include
+dir path=usr/include/autoopts
+dir path=usr/lib
+dir path=usr/lib/pkgconfig
+dir path=usr/share
+dir path=usr/share/aclocal
+dir path=usr/share/autogen
+dir path=usr/share/info
+dir path=usr/share/man
+dir path=usr/share/man/man1
+dir path=usr/share/man/man3
+file path=usr/bin/autogen
+file path=usr/bin/autoopts-config
+file path=usr/bin/columns
+file path=usr/bin/getdefs
+file path=usr/bin/xml2ag
+file path=usr/include/autoopts/options.h
+file path=usr/include/autoopts/usage-txt.h
+file path=usr/lib/libguileopts.a
+file path=usr/lib/libguileopts.la
+file path=usr/lib/libguileopts.so.0.0.1
+file path=usr/lib/libopts.a
+file path=usr/lib/libopts.la
+file path=usr/lib/libopts.so.25.3.0
+file path=usr/lib/pkgconfig/autoopts.pc
+file path=usr/share/aclocal/autoopts.m4
+file path=usr/share/aclocal/liboptschk.m4
+file path=usr/share/autogen/aginfo.tpl
+file path=usr/share/autogen/aginfo3.tpl
+file path=usr/share/autogen/agman-lib.tpl
+file path=usr/share/autogen/agman1.tpl
+file path=usr/share/autogen/agman3.tpl
+file path=usr/share/autogen/autoopts.m4
+file path=usr/share/autogen/confmacs.tpl
+file path=usr/share/autogen/conftest.tpl
+file path=usr/share/autogen/fsm-macro.tpl
+file path=usr/share/autogen/fsm-trans.tpl
+file path=usr/share/autogen/fsm.tpl
+file path=usr/share/autogen/getopt.tpl
+file path=usr/share/autogen/optcode.tpl
+file path=usr/share/autogen/opthead.tpl
+file path=usr/share/autogen/options.tpl
+file path=usr/share/autogen/optlib.tpl
+file path=usr/share/autogen/optmain.tpl
+file path=usr/share/autogen/rc-sample.tpl
+file path=usr/share/autogen/stdoptions.def
+file path=usr/share/info/autogen.info
+file path=usr/share/info/autogen.info-1
+file path=usr/share/info/autogen.info-2
+file path=usr/share/man/man1/autogen.1
+file path=usr/share/man/man1/autoopts-config.1
+file path=usr/share/man/man1/columns.1
+file path=usr/share/man/man1/getdefs.1
+file path=usr/share/man/man1/xml2ag.1
+file path=usr/share/man/man3/ao_string_tokenize.3
+file path=usr/share/man/man3/configFileLoad.3
+file path=usr/share/man/man3/optionFileLoad.3
+file path=usr/share/man/man3/optionFindNextValue.3
+file path=usr/share/man/man3/optionFindValue.3
+file path=usr/share/man/man3/optionFree.3
+file path=usr/share/man/man3/optionGetValue.3
+file path=usr/share/man/man3/optionLoadLine.3
+file path=usr/share/man/man3/optionNextValue.3
+file path=usr/share/man/man3/optionOnlyUsage.3
+file path=usr/share/man/man3/optionProcess.3
+file path=usr/share/man/man3/optionRestore.3
+file path=usr/share/man/man3/optionSaveFile.3
+file path=usr/share/man/man3/optionSaveState.3
+file path=usr/share/man/man3/optionUnloadNested.3
+file path=usr/share/man/man3/optionVersion.3
+file path=usr/share/man/man3/strequate.3
+file path=usr/share/man/man3/streqvcmp.3
+file path=usr/share/man/man3/streqvmap.3
+file path=usr/share/man/man3/strneqvcmp.3
+file path=usr/share/man/man3/strtransform.3
+link path=usr/lib/libguileopts.so target=libguileopts.so.0.0.1
+link path=usr/lib/libguileopts.so.0 target=libguileopts.so.0.0.1
+link path=usr/lib/libopts.so target=libopts.so.25.3.0
+link path=usr/lib/libopts.so.25 target=libopts.so.25.3.0
+
+legacy pkg=SUNWautogen \
+	name="autogen - GNU autogen utility" \
+	desc="GNU autogen - repetitious text utility (5.9.0)"