autobook, documentation for libtool, autoconf, automake.
This commit is contained in:
parent
01c2c49bba
commit
73f61e86b2
30
devel/autobook/Makefile
Normal file
30
devel/autobook/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/11/19 20:19:43 espie Exp $
|
||||
|
||||
V=1.2
|
||||
SUBST_VARS=V
|
||||
DISTNAME= autobook-${V}
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.340
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
# Open Publication License
|
||||
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
HOMEPAGE= http://sources.redhat.com/autobook/
|
||||
|
||||
EXTRACT_ONLY=
|
||||
NO_BUILD= Yes
|
||||
|
||||
DOCDIR=${PREFIX}/share/doc
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
cd ${DOCDIR} && tar zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
cd ${DOCDIR} && ln -sf ${DISTNAME} autobook
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/autobook/files/md5
Normal file
3
devel/autobook/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (autobook-1.2.tar.gz) = 32d8c37ca76641ade6f6053a61c95e90
|
||||
RMD160 (autobook-1.2.tar.gz) = 39beb206a361d7804c246d6867eb83a00addac80
|
||||
SHA1 (autobook-1.2.tar.gz) = e6d0eb1f1b7fd16cae2fc2d0ac6242b1d1ce7604
|
1
devel/autobook/pkg/COMMENT
Normal file
1
devel/autobook/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
documentation for autoconf, automake, libtool
|
43
devel/autobook/pkg/DESCR
Normal file
43
devel/autobook/pkg/DESCR
Normal file
@ -0,0 +1,43 @@
|
||||
Autoconf, Automake and Libtool are packages for making your software
|
||||
more portable and to simplify building it--usually on someone else's
|
||||
system. Software portability and effective build systems are crucial
|
||||
aspects of modern software engineering practice. It is unlikely
|
||||
that a software project would be started today with the expectation
|
||||
that the software would run on only one platform. Hardware constraints
|
||||
may change the choice of platform, new customers with different
|
||||
kinds of systems may emerge or your vendor might introduce incompatible
|
||||
changes in newer versions of their operating system. In addition,
|
||||
tools that make building software easier and less error prone are
|
||||
valuable.
|
||||
|
||||
Autoconf is a tool that helps make your packages more portable by
|
||||
performing tests to discover system characteristics before the
|
||||
package is compiled. Your source code can then adapt to these
|
||||
differences.
|
||||
|
||||
Automake is a tool for generating Makefiles--descriptions of what
|
||||
to build--that conform to a number of standards. Automake substantially
|
||||
simplifies the process of describing the organization of a package
|
||||
and performs additional functions such as dependency tracking between
|
||||
source files.
|
||||
|
||||
Libtool is a command line interface to the compiler and linker that
|
||||
makes it easy to portably generate static and shared libraries,
|
||||
regardless of the platform it is running on.
|
||||
|
||||
This book is a tutorial for Autoconf, Automake and Libtool, hereafter
|
||||
referred to as the GNU Autotools. The GNU manuals that accompany
|
||||
each tools adequately document each tool in isolation. Until now,
|
||||
there has not been a guide that has described how these tools work
|
||||
together.
|
||||
|
||||
Thanks go to New Riders (www.newriders.com) for allowing this document to
|
||||
be licensed under the Open Publication License and redistributed freely.
|
||||
|
||||
Copyright (c) 2000 by Gary V. Vaughan, Ben Elliston, Tom Tromey and Ian
|
||||
Lance Taylor. This material may be distributed only subject to the terms
|
||||
and conditions set forth in the Open Publication License,
|
||||
draft v1.0 or later (the latest version is presently
|
||||
available at http://www.opencontent.org/openpub/).
|
||||
|
||||
See ${WWW} for errata.
|
317
devel/autobook/pkg/PLIST
Normal file
317
devel/autobook/pkg/PLIST
Normal file
@ -0,0 +1,317 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/11/19 20:19:48 espie Exp $
|
||||
share/doc/autobook
|
||||
share/doc/autobook-${V}/autobook.html
|
||||
share/doc/autobook-${V}/autobook_1.html
|
||||
share/doc/autobook-${V}/autobook_10.html
|
||||
share/doc/autobook-${V}/autobook_100.html
|
||||
share/doc/autobook-${V}/autobook_101.html
|
||||
share/doc/autobook-${V}/autobook_102.html
|
||||
share/doc/autobook-${V}/autobook_103.html
|
||||
share/doc/autobook-${V}/autobook_104.html
|
||||
share/doc/autobook-${V}/autobook_105.html
|
||||
share/doc/autobook-${V}/autobook_106.html
|
||||
share/doc/autobook-${V}/autobook_107.html
|
||||
share/doc/autobook-${V}/autobook_108.html
|
||||
share/doc/autobook-${V}/autobook_109.html
|
||||
share/doc/autobook-${V}/autobook_11.html
|
||||
share/doc/autobook-${V}/autobook_110.html
|
||||
share/doc/autobook-${V}/autobook_111.html
|
||||
share/doc/autobook-${V}/autobook_112.html
|
||||
share/doc/autobook-${V}/autobook_113.html
|
||||
share/doc/autobook-${V}/autobook_114.html
|
||||
share/doc/autobook-${V}/autobook_115.html
|
||||
share/doc/autobook-${V}/autobook_116.html
|
||||
share/doc/autobook-${V}/autobook_117.html
|
||||
share/doc/autobook-${V}/autobook_118.html
|
||||
share/doc/autobook-${V}/autobook_119.html
|
||||
share/doc/autobook-${V}/autobook_12.html
|
||||
share/doc/autobook-${V}/autobook_120.html
|
||||
share/doc/autobook-${V}/autobook_121.html
|
||||
share/doc/autobook-${V}/autobook_122.html
|
||||
share/doc/autobook-${V}/autobook_123.html
|
||||
share/doc/autobook-${V}/autobook_124.html
|
||||
share/doc/autobook-${V}/autobook_125.html
|
||||
share/doc/autobook-${V}/autobook_126.html
|
||||
share/doc/autobook-${V}/autobook_127.html
|
||||
share/doc/autobook-${V}/autobook_128.html
|
||||
share/doc/autobook-${V}/autobook_129.html
|
||||
share/doc/autobook-${V}/autobook_13.html
|
||||
share/doc/autobook-${V}/autobook_130.html
|
||||
share/doc/autobook-${V}/autobook_131.html
|
||||
share/doc/autobook-${V}/autobook_132.html
|
||||
share/doc/autobook-${V}/autobook_133.html
|
||||
share/doc/autobook-${V}/autobook_134.html
|
||||
share/doc/autobook-${V}/autobook_135.html
|
||||
share/doc/autobook-${V}/autobook_136.html
|
||||
share/doc/autobook-${V}/autobook_137.html
|
||||
share/doc/autobook-${V}/autobook_138.html
|
||||
share/doc/autobook-${V}/autobook_139.html
|
||||
share/doc/autobook-${V}/autobook_14.html
|
||||
share/doc/autobook-${V}/autobook_140.html
|
||||
share/doc/autobook-${V}/autobook_141.html
|
||||
share/doc/autobook-${V}/autobook_142.html
|
||||
share/doc/autobook-${V}/autobook_143.html
|
||||
share/doc/autobook-${V}/autobook_144.html
|
||||
share/doc/autobook-${V}/autobook_145.html
|
||||
share/doc/autobook-${V}/autobook_146.html
|
||||
share/doc/autobook-${V}/autobook_147.html
|
||||
share/doc/autobook-${V}/autobook_148.html
|
||||
share/doc/autobook-${V}/autobook_149.html
|
||||
share/doc/autobook-${V}/autobook_15.html
|
||||
share/doc/autobook-${V}/autobook_150.html
|
||||
share/doc/autobook-${V}/autobook_151.html
|
||||
share/doc/autobook-${V}/autobook_152.html
|
||||
share/doc/autobook-${V}/autobook_153.html
|
||||
share/doc/autobook-${V}/autobook_154.html
|
||||
share/doc/autobook-${V}/autobook_155.html
|
||||
share/doc/autobook-${V}/autobook_156.html
|
||||
share/doc/autobook-${V}/autobook_157.html
|
||||
share/doc/autobook-${V}/autobook_158.html
|
||||
share/doc/autobook-${V}/autobook_159.html
|
||||
share/doc/autobook-${V}/autobook_16.html
|
||||
share/doc/autobook-${V}/autobook_160.html
|
||||
share/doc/autobook-${V}/autobook_161.html
|
||||
share/doc/autobook-${V}/autobook_162.html
|
||||
share/doc/autobook-${V}/autobook_163.html
|
||||
share/doc/autobook-${V}/autobook_164.html
|
||||
share/doc/autobook-${V}/autobook_165.html
|
||||
share/doc/autobook-${V}/autobook_166.html
|
||||
share/doc/autobook-${V}/autobook_167.html
|
||||
share/doc/autobook-${V}/autobook_168.html
|
||||
share/doc/autobook-${V}/autobook_169.html
|
||||
share/doc/autobook-${V}/autobook_17.html
|
||||
share/doc/autobook-${V}/autobook_170.html
|
||||
share/doc/autobook-${V}/autobook_171.html
|
||||
share/doc/autobook-${V}/autobook_172.html
|
||||
share/doc/autobook-${V}/autobook_173.html
|
||||
share/doc/autobook-${V}/autobook_174.html
|
||||
share/doc/autobook-${V}/autobook_175.html
|
||||
share/doc/autobook-${V}/autobook_176.html
|
||||
share/doc/autobook-${V}/autobook_177.html
|
||||
share/doc/autobook-${V}/autobook_178.html
|
||||
share/doc/autobook-${V}/autobook_179.html
|
||||
share/doc/autobook-${V}/autobook_18.html
|
||||
share/doc/autobook-${V}/autobook_180.html
|
||||
share/doc/autobook-${V}/autobook_181.html
|
||||
share/doc/autobook-${V}/autobook_182.html
|
||||
share/doc/autobook-${V}/autobook_183.html
|
||||
share/doc/autobook-${V}/autobook_184.html
|
||||
share/doc/autobook-${V}/autobook_185.html
|
||||
share/doc/autobook-${V}/autobook_186.html
|
||||
share/doc/autobook-${V}/autobook_187.html
|
||||
share/doc/autobook-${V}/autobook_188.html
|
||||
share/doc/autobook-${V}/autobook_189.html
|
||||
share/doc/autobook-${V}/autobook_19.html
|
||||
share/doc/autobook-${V}/autobook_190.html
|
||||
share/doc/autobook-${V}/autobook_191.html
|
||||
share/doc/autobook-${V}/autobook_192.html
|
||||
share/doc/autobook-${V}/autobook_193.html
|
||||
share/doc/autobook-${V}/autobook_194.html
|
||||
share/doc/autobook-${V}/autobook_195.html
|
||||
share/doc/autobook-${V}/autobook_196.html
|
||||
share/doc/autobook-${V}/autobook_197.html
|
||||
share/doc/autobook-${V}/autobook_198.html
|
||||
share/doc/autobook-${V}/autobook_199.html
|
||||
share/doc/autobook-${V}/autobook_2.html
|
||||
share/doc/autobook-${V}/autobook_20.html
|
||||
share/doc/autobook-${V}/autobook_200.html
|
||||
share/doc/autobook-${V}/autobook_201.html
|
||||
share/doc/autobook-${V}/autobook_202.html
|
||||
share/doc/autobook-${V}/autobook_203.html
|
||||
share/doc/autobook-${V}/autobook_204.html
|
||||
share/doc/autobook-${V}/autobook_205.html
|
||||
share/doc/autobook-${V}/autobook_206.html
|
||||
share/doc/autobook-${V}/autobook_207.html
|
||||
share/doc/autobook-${V}/autobook_208.html
|
||||
share/doc/autobook-${V}/autobook_209.html
|
||||
share/doc/autobook-${V}/autobook_21.html
|
||||
share/doc/autobook-${V}/autobook_210.html
|
||||
share/doc/autobook-${V}/autobook_211.html
|
||||
share/doc/autobook-${V}/autobook_212.html
|
||||
share/doc/autobook-${V}/autobook_213.html
|
||||
share/doc/autobook-${V}/autobook_214.html
|
||||
share/doc/autobook-${V}/autobook_215.html
|
||||
share/doc/autobook-${V}/autobook_216.html
|
||||
share/doc/autobook-${V}/autobook_217.html
|
||||
share/doc/autobook-${V}/autobook_218.html
|
||||
share/doc/autobook-${V}/autobook_219.html
|
||||
share/doc/autobook-${V}/autobook_22.html
|
||||
share/doc/autobook-${V}/autobook_220.html
|
||||
share/doc/autobook-${V}/autobook_221.html
|
||||
share/doc/autobook-${V}/autobook_222.html
|
||||
share/doc/autobook-${V}/autobook_223.html
|
||||
share/doc/autobook-${V}/autobook_224.html
|
||||
share/doc/autobook-${V}/autobook_225.html
|
||||
share/doc/autobook-${V}/autobook_226.html
|
||||
share/doc/autobook-${V}/autobook_227.html
|
||||
share/doc/autobook-${V}/autobook_228.html
|
||||
share/doc/autobook-${V}/autobook_229.html
|
||||
share/doc/autobook-${V}/autobook_23.html
|
||||
share/doc/autobook-${V}/autobook_230.html
|
||||
share/doc/autobook-${V}/autobook_231.html
|
||||
share/doc/autobook-${V}/autobook_232.html
|
||||
share/doc/autobook-${V}/autobook_233.html
|
||||
share/doc/autobook-${V}/autobook_234.html
|
||||
share/doc/autobook-${V}/autobook_235.html
|
||||
share/doc/autobook-${V}/autobook_236.html
|
||||
share/doc/autobook-${V}/autobook_237.html
|
||||
share/doc/autobook-${V}/autobook_238.html
|
||||
share/doc/autobook-${V}/autobook_239.html
|
||||
share/doc/autobook-${V}/autobook_24.html
|
||||
share/doc/autobook-${V}/autobook_240.html
|
||||
share/doc/autobook-${V}/autobook_241.html
|
||||
share/doc/autobook-${V}/autobook_242.html
|
||||
share/doc/autobook-${V}/autobook_243.html
|
||||
share/doc/autobook-${V}/autobook_244.html
|
||||
share/doc/autobook-${V}/autobook_245.html
|
||||
share/doc/autobook-${V}/autobook_246.html
|
||||
share/doc/autobook-${V}/autobook_247.html
|
||||
share/doc/autobook-${V}/autobook_248.html
|
||||
share/doc/autobook-${V}/autobook_249.html
|
||||
share/doc/autobook-${V}/autobook_25.html
|
||||
share/doc/autobook-${V}/autobook_250.html
|
||||
share/doc/autobook-${V}/autobook_251.html
|
||||
share/doc/autobook-${V}/autobook_252.html
|
||||
share/doc/autobook-${V}/autobook_253.html
|
||||
share/doc/autobook-${V}/autobook_254.html
|
||||
share/doc/autobook-${V}/autobook_255.html
|
||||
share/doc/autobook-${V}/autobook_256.html
|
||||
share/doc/autobook-${V}/autobook_257.html
|
||||
share/doc/autobook-${V}/autobook_258.html
|
||||
share/doc/autobook-${V}/autobook_259.html
|
||||
share/doc/autobook-${V}/autobook_26.html
|
||||
share/doc/autobook-${V}/autobook_260.html
|
||||
share/doc/autobook-${V}/autobook_261.html
|
||||
share/doc/autobook-${V}/autobook_262.html
|
||||
share/doc/autobook-${V}/autobook_263.html
|
||||
share/doc/autobook-${V}/autobook_264.html
|
||||
share/doc/autobook-${V}/autobook_265.html
|
||||
share/doc/autobook-${V}/autobook_266.html
|
||||
share/doc/autobook-${V}/autobook_267.html
|
||||
share/doc/autobook-${V}/autobook_268.html
|
||||
share/doc/autobook-${V}/autobook_269.html
|
||||
share/doc/autobook-${V}/autobook_27.html
|
||||
share/doc/autobook-${V}/autobook_270.html
|
||||
share/doc/autobook-${V}/autobook_271.html
|
||||
share/doc/autobook-${V}/autobook_272.html
|
||||
share/doc/autobook-${V}/autobook_273.html
|
||||
share/doc/autobook-${V}/autobook_274.html
|
||||
share/doc/autobook-${V}/autobook_275.html
|
||||
share/doc/autobook-${V}/autobook_276.html
|
||||
share/doc/autobook-${V}/autobook_277.html
|
||||
share/doc/autobook-${V}/autobook_278.html
|
||||
share/doc/autobook-${V}/autobook_279.html
|
||||
share/doc/autobook-${V}/autobook_28.html
|
||||
share/doc/autobook-${V}/autobook_280.html
|
||||
share/doc/autobook-${V}/autobook_281.html
|
||||
share/doc/autobook-${V}/autobook_282.html
|
||||
share/doc/autobook-${V}/autobook_283.html
|
||||
share/doc/autobook-${V}/autobook_284.html
|
||||
share/doc/autobook-${V}/autobook_285.html
|
||||
share/doc/autobook-${V}/autobook_286.html
|
||||
share/doc/autobook-${V}/autobook_287.html
|
||||
share/doc/autobook-${V}/autobook_29.html
|
||||
share/doc/autobook-${V}/autobook_3.html
|
||||
share/doc/autobook-${V}/autobook_30.html
|
||||
share/doc/autobook-${V}/autobook_31.html
|
||||
share/doc/autobook-${V}/autobook_32.html
|
||||
share/doc/autobook-${V}/autobook_33.html
|
||||
share/doc/autobook-${V}/autobook_34.html
|
||||
share/doc/autobook-${V}/autobook_35.html
|
||||
share/doc/autobook-${V}/autobook_36.html
|
||||
share/doc/autobook-${V}/autobook_37.html
|
||||
share/doc/autobook-${V}/autobook_38.html
|
||||
share/doc/autobook-${V}/autobook_39.html
|
||||
share/doc/autobook-${V}/autobook_4.html
|
||||
share/doc/autobook-${V}/autobook_40.html
|
||||
share/doc/autobook-${V}/autobook_41.html
|
||||
share/doc/autobook-${V}/autobook_42.html
|
||||
share/doc/autobook-${V}/autobook_43.html
|
||||
share/doc/autobook-${V}/autobook_44.html
|
||||
share/doc/autobook-${V}/autobook_45.html
|
||||
share/doc/autobook-${V}/autobook_46.html
|
||||
share/doc/autobook-${V}/autobook_47.html
|
||||
share/doc/autobook-${V}/autobook_48.html
|
||||
share/doc/autobook-${V}/autobook_49.html
|
||||
share/doc/autobook-${V}/autobook_5.html
|
||||
share/doc/autobook-${V}/autobook_50.html
|
||||
share/doc/autobook-${V}/autobook_51.html
|
||||
share/doc/autobook-${V}/autobook_52.html
|
||||
share/doc/autobook-${V}/autobook_53.html
|
||||
share/doc/autobook-${V}/autobook_54.html
|
||||
share/doc/autobook-${V}/autobook_55.html
|
||||
share/doc/autobook-${V}/autobook_56.html
|
||||
share/doc/autobook-${V}/autobook_57.html
|
||||
share/doc/autobook-${V}/autobook_58.html
|
||||
share/doc/autobook-${V}/autobook_59.html
|
||||
share/doc/autobook-${V}/autobook_6.html
|
||||
share/doc/autobook-${V}/autobook_60.html
|
||||
share/doc/autobook-${V}/autobook_61.html
|
||||
share/doc/autobook-${V}/autobook_62.html
|
||||
share/doc/autobook-${V}/autobook_63.html
|
||||
share/doc/autobook-${V}/autobook_64.html
|
||||
share/doc/autobook-${V}/autobook_65.html
|
||||
share/doc/autobook-${V}/autobook_66.html
|
||||
share/doc/autobook-${V}/autobook_67.html
|
||||
share/doc/autobook-${V}/autobook_68.html
|
||||
share/doc/autobook-${V}/autobook_69.html
|
||||
share/doc/autobook-${V}/autobook_7.html
|
||||
share/doc/autobook-${V}/autobook_70.html
|
||||
share/doc/autobook-${V}/autobook_71.html
|
||||
share/doc/autobook-${V}/autobook_72.html
|
||||
share/doc/autobook-${V}/autobook_73.html
|
||||
share/doc/autobook-${V}/autobook_74.html
|
||||
share/doc/autobook-${V}/autobook_75.html
|
||||
share/doc/autobook-${V}/autobook_76.html
|
||||
share/doc/autobook-${V}/autobook_77.html
|
||||
share/doc/autobook-${V}/autobook_78.html
|
||||
share/doc/autobook-${V}/autobook_79.html
|
||||
share/doc/autobook-${V}/autobook_8.html
|
||||
share/doc/autobook-${V}/autobook_80.html
|
||||
share/doc/autobook-${V}/autobook_81.html
|
||||
share/doc/autobook-${V}/autobook_82.html
|
||||
share/doc/autobook-${V}/autobook_83.html
|
||||
share/doc/autobook-${V}/autobook_84.html
|
||||
share/doc/autobook-${V}/autobook_85.html
|
||||
share/doc/autobook-${V}/autobook_86.html
|
||||
share/doc/autobook-${V}/autobook_87.html
|
||||
share/doc/autobook-${V}/autobook_88.html
|
||||
share/doc/autobook-${V}/autobook_89.html
|
||||
share/doc/autobook-${V}/autobook_9.html
|
||||
share/doc/autobook-${V}/autobook_90.html
|
||||
share/doc/autobook-${V}/autobook_91.html
|
||||
share/doc/autobook-${V}/autobook_92.html
|
||||
share/doc/autobook-${V}/autobook_93.html
|
||||
share/doc/autobook-${V}/autobook_94.html
|
||||
share/doc/autobook-${V}/autobook_95.html
|
||||
share/doc/autobook-${V}/autobook_96.html
|
||||
share/doc/autobook-${V}/autobook_97.html
|
||||
share/doc/autobook-${V}/autobook_98.html
|
||||
share/doc/autobook-${V}/autobook_99.html
|
||||
share/doc/autobook-${V}/autobook_abt.html
|
||||
share/doc/autobook-${V}/autobook_fot.html
|
||||
share/doc/autobook-${V}/autobook_ovr.html
|
||||
share/doc/autobook-${V}/autobook_toc.html
|
||||
share/doc/autobook-${V}/back.png
|
||||
share/doc/autobook-${V}/backon.png
|
||||
share/doc/autobook-${V}/bg1.png
|
||||
share/doc/autobook-${V}/blank.png
|
||||
share/doc/autobook-${V}/blankon.png
|
||||
share/doc/autobook-${V}/forward.png
|
||||
share/doc/autobook-${V}/forwardon.png
|
||||
share/doc/autobook-${V}/help.png
|
||||
share/doc/autobook-${V}/helpon.png
|
||||
share/doc/autobook-${V}/home.png
|
||||
share/doc/autobook-${V}/homeon.png
|
||||
share/doc/autobook-${V}/inactive.png
|
||||
share/doc/autobook-${V}/index.png
|
||||
share/doc/autobook-${V}/indexon.png
|
||||
share/doc/autobook-${V}/next.png
|
||||
share/doc/autobook-${V}/nexton.png
|
||||
share/doc/autobook-${V}/prev.png
|
||||
share/doc/autobook-${V}/prevon.png
|
||||
share/doc/autobook-${V}/toc.png
|
||||
share/doc/autobook-${V}/tocon.png
|
||||
share/doc/autobook-${V}/up.png
|
||||
share/doc/autobook-${V}/upon.png
|
||||
@dirrm share/doc/autobook-${V}
|
Loading…
Reference in New Issue
Block a user