initial import of autobook-1.3 ; this is based on the 1.2 port that used
to live in devel/autobook. espie@ ok the move, no response on the upgrade to v1.3 -- 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.
This commit is contained in:
parent
84904a4529
commit
848b257de8
30
books/autobook/Makefile
Normal file
30
books/autobook/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/06/04 23:24:31 avsm Exp $
|
||||
|
||||
COMMENT= "documentation for autoconf, automake, libtool"
|
||||
|
||||
V= 1.3
|
||||
DISTNAME= autobook-${V}
|
||||
CATEGORIES= books devel
|
||||
|
||||
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
|
||||
NO_REGRESS= Yes
|
||||
DOCDIR= ${PREFIX}/share/doc
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
cd ${DOCDIR} && tar -s/autobook-${V}/autobook/g -zxf ${FULLDISTDIR}/${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
.include <bsd.port.mk>
|
3
books/autobook/distinfo
Normal file
3
books/autobook/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (autobook-1.3.tar.gz) = 3e7c4928ca30747a1589f61e6acf934d
|
||||
RMD160 (autobook-1.3.tar.gz) = 14fedd23012a8b44e5db5a3a715caaa3bff4e73c
|
||||
SHA1 (autobook-1.3.tar.gz) = 525d04fd4b776c2fa17d3edfbdad263f3e4ed864
|
44
books/autobook/pkg/DESCR
Normal file
44
books/autobook/pkg/DESCR
Normal file
@ -0,0 +1,44 @@
|
||||
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 ${HOMEPAGE} for errata.
|
315
books/autobook/pkg/PLIST
Normal file
315
books/autobook/pkg/PLIST
Normal file
@ -0,0 +1,315 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/06/04 23:24:31 avsm Exp $
|
||||
share/doc/autobook/autobook.html
|
||||
share/doc/autobook/autobook_1.html
|
||||
share/doc/autobook/autobook_10.html
|
||||
share/doc/autobook/autobook_100.html
|
||||
share/doc/autobook/autobook_101.html
|
||||
share/doc/autobook/autobook_102.html
|
||||
share/doc/autobook/autobook_103.html
|
||||
share/doc/autobook/autobook_104.html
|
||||
share/doc/autobook/autobook_105.html
|
||||
share/doc/autobook/autobook_106.html
|
||||
share/doc/autobook/autobook_107.html
|
||||
share/doc/autobook/autobook_108.html
|
||||
share/doc/autobook/autobook_109.html
|
||||
share/doc/autobook/autobook_11.html
|
||||
share/doc/autobook/autobook_110.html
|
||||
share/doc/autobook/autobook_111.html
|
||||
share/doc/autobook/autobook_112.html
|
||||
share/doc/autobook/autobook_113.html
|
||||
share/doc/autobook/autobook_114.html
|
||||
share/doc/autobook/autobook_115.html
|
||||
share/doc/autobook/autobook_116.html
|
||||
share/doc/autobook/autobook_117.html
|
||||
share/doc/autobook/autobook_118.html
|
||||
share/doc/autobook/autobook_119.html
|
||||
share/doc/autobook/autobook_12.html
|
||||
share/doc/autobook/autobook_120.html
|
||||
share/doc/autobook/autobook_121.html
|
||||
share/doc/autobook/autobook_122.html
|
||||
share/doc/autobook/autobook_123.html
|
||||
share/doc/autobook/autobook_124.html
|
||||
share/doc/autobook/autobook_125.html
|
||||
share/doc/autobook/autobook_126.html
|
||||
share/doc/autobook/autobook_127.html
|
||||
share/doc/autobook/autobook_128.html
|
||||
share/doc/autobook/autobook_129.html
|
||||
share/doc/autobook/autobook_13.html
|
||||
share/doc/autobook/autobook_130.html
|
||||
share/doc/autobook/autobook_131.html
|
||||
share/doc/autobook/autobook_132.html
|
||||
share/doc/autobook/autobook_133.html
|
||||
share/doc/autobook/autobook_134.html
|
||||
share/doc/autobook/autobook_135.html
|
||||
share/doc/autobook/autobook_136.html
|
||||
share/doc/autobook/autobook_137.html
|
||||
share/doc/autobook/autobook_138.html
|
||||
share/doc/autobook/autobook_139.html
|
||||
share/doc/autobook/autobook_14.html
|
||||
share/doc/autobook/autobook_140.html
|
||||
share/doc/autobook/autobook_141.html
|
||||
share/doc/autobook/autobook_142.html
|
||||
share/doc/autobook/autobook_143.html
|
||||
share/doc/autobook/autobook_144.html
|
||||
share/doc/autobook/autobook_145.html
|
||||
share/doc/autobook/autobook_146.html
|
||||
share/doc/autobook/autobook_147.html
|
||||
share/doc/autobook/autobook_148.html
|
||||
share/doc/autobook/autobook_149.html
|
||||
share/doc/autobook/autobook_15.html
|
||||
share/doc/autobook/autobook_150.html
|
||||
share/doc/autobook/autobook_151.html
|
||||
share/doc/autobook/autobook_152.html
|
||||
share/doc/autobook/autobook_153.html
|
||||
share/doc/autobook/autobook_154.html
|
||||
share/doc/autobook/autobook_155.html
|
||||
share/doc/autobook/autobook_156.html
|
||||
share/doc/autobook/autobook_157.html
|
||||
share/doc/autobook/autobook_158.html
|
||||
share/doc/autobook/autobook_159.html
|
||||
share/doc/autobook/autobook_16.html
|
||||
share/doc/autobook/autobook_160.html
|
||||
share/doc/autobook/autobook_161.html
|
||||
share/doc/autobook/autobook_162.html
|
||||
share/doc/autobook/autobook_163.html
|
||||
share/doc/autobook/autobook_164.html
|
||||
share/doc/autobook/autobook_165.html
|
||||
share/doc/autobook/autobook_166.html
|
||||
share/doc/autobook/autobook_167.html
|
||||
share/doc/autobook/autobook_168.html
|
||||
share/doc/autobook/autobook_169.html
|
||||
share/doc/autobook/autobook_17.html
|
||||
share/doc/autobook/autobook_170.html
|
||||
share/doc/autobook/autobook_171.html
|
||||
share/doc/autobook/autobook_172.html
|
||||
share/doc/autobook/autobook_173.html
|
||||
share/doc/autobook/autobook_174.html
|
||||
share/doc/autobook/autobook_175.html
|
||||
share/doc/autobook/autobook_176.html
|
||||
share/doc/autobook/autobook_177.html
|
||||
share/doc/autobook/autobook_178.html
|
||||
share/doc/autobook/autobook_179.html
|
||||
share/doc/autobook/autobook_18.html
|
||||
share/doc/autobook/autobook_180.html
|
||||
share/doc/autobook/autobook_181.html
|
||||
share/doc/autobook/autobook_182.html
|
||||
share/doc/autobook/autobook_183.html
|
||||
share/doc/autobook/autobook_184.html
|
||||
share/doc/autobook/autobook_185.html
|
||||
share/doc/autobook/autobook_186.html
|
||||
share/doc/autobook/autobook_187.html
|
||||
share/doc/autobook/autobook_188.html
|
||||
share/doc/autobook/autobook_189.html
|
||||
share/doc/autobook/autobook_19.html
|
||||
share/doc/autobook/autobook_190.html
|
||||
share/doc/autobook/autobook_191.html
|
||||
share/doc/autobook/autobook_192.html
|
||||
share/doc/autobook/autobook_193.html
|
||||
share/doc/autobook/autobook_194.html
|
||||
share/doc/autobook/autobook_195.html
|
||||
share/doc/autobook/autobook_196.html
|
||||
share/doc/autobook/autobook_197.html
|
||||
share/doc/autobook/autobook_198.html
|
||||
share/doc/autobook/autobook_199.html
|
||||
share/doc/autobook/autobook_2.html
|
||||
share/doc/autobook/autobook_20.html
|
||||
share/doc/autobook/autobook_200.html
|
||||
share/doc/autobook/autobook_201.html
|
||||
share/doc/autobook/autobook_202.html
|
||||
share/doc/autobook/autobook_203.html
|
||||
share/doc/autobook/autobook_204.html
|
||||
share/doc/autobook/autobook_205.html
|
||||
share/doc/autobook/autobook_206.html
|
||||
share/doc/autobook/autobook_207.html
|
||||
share/doc/autobook/autobook_208.html
|
||||
share/doc/autobook/autobook_209.html
|
||||
share/doc/autobook/autobook_21.html
|
||||
share/doc/autobook/autobook_210.html
|
||||
share/doc/autobook/autobook_211.html
|
||||
share/doc/autobook/autobook_212.html
|
||||
share/doc/autobook/autobook_213.html
|
||||
share/doc/autobook/autobook_214.html
|
||||
share/doc/autobook/autobook_215.html
|
||||
share/doc/autobook/autobook_216.html
|
||||
share/doc/autobook/autobook_217.html
|
||||
share/doc/autobook/autobook_218.html
|
||||
share/doc/autobook/autobook_219.html
|
||||
share/doc/autobook/autobook_22.html
|
||||
share/doc/autobook/autobook_220.html
|
||||
share/doc/autobook/autobook_221.html
|
||||
share/doc/autobook/autobook_222.html
|
||||
share/doc/autobook/autobook_223.html
|
||||
share/doc/autobook/autobook_224.html
|
||||
share/doc/autobook/autobook_225.html
|
||||
share/doc/autobook/autobook_226.html
|
||||
share/doc/autobook/autobook_227.html
|
||||
share/doc/autobook/autobook_228.html
|
||||
share/doc/autobook/autobook_229.html
|
||||
share/doc/autobook/autobook_23.html
|
||||
share/doc/autobook/autobook_230.html
|
||||
share/doc/autobook/autobook_231.html
|
||||
share/doc/autobook/autobook_232.html
|
||||
share/doc/autobook/autobook_233.html
|
||||
share/doc/autobook/autobook_234.html
|
||||
share/doc/autobook/autobook_235.html
|
||||
share/doc/autobook/autobook_236.html
|
||||
share/doc/autobook/autobook_237.html
|
||||
share/doc/autobook/autobook_238.html
|
||||
share/doc/autobook/autobook_239.html
|
||||
share/doc/autobook/autobook_24.html
|
||||
share/doc/autobook/autobook_240.html
|
||||
share/doc/autobook/autobook_241.html
|
||||
share/doc/autobook/autobook_242.html
|
||||
share/doc/autobook/autobook_243.html
|
||||
share/doc/autobook/autobook_244.html
|
||||
share/doc/autobook/autobook_245.html
|
||||
share/doc/autobook/autobook_246.html
|
||||
share/doc/autobook/autobook_247.html
|
||||
share/doc/autobook/autobook_248.html
|
||||
share/doc/autobook/autobook_249.html
|
||||
share/doc/autobook/autobook_25.html
|
||||
share/doc/autobook/autobook_250.html
|
||||
share/doc/autobook/autobook_251.html
|
||||
share/doc/autobook/autobook_252.html
|
||||
share/doc/autobook/autobook_253.html
|
||||
share/doc/autobook/autobook_254.html
|
||||
share/doc/autobook/autobook_255.html
|
||||
share/doc/autobook/autobook_256.html
|
||||
share/doc/autobook/autobook_257.html
|
||||
share/doc/autobook/autobook_258.html
|
||||
share/doc/autobook/autobook_259.html
|
||||
share/doc/autobook/autobook_26.html
|
||||
share/doc/autobook/autobook_260.html
|
||||
share/doc/autobook/autobook_261.html
|
||||
share/doc/autobook/autobook_262.html
|
||||
share/doc/autobook/autobook_263.html
|
||||
share/doc/autobook/autobook_264.html
|
||||
share/doc/autobook/autobook_265.html
|
||||
share/doc/autobook/autobook_266.html
|
||||
share/doc/autobook/autobook_267.html
|
||||
share/doc/autobook/autobook_268.html
|
||||
share/doc/autobook/autobook_269.html
|
||||
share/doc/autobook/autobook_27.html
|
||||
share/doc/autobook/autobook_270.html
|
||||
share/doc/autobook/autobook_271.html
|
||||
share/doc/autobook/autobook_272.html
|
||||
share/doc/autobook/autobook_273.html
|
||||
share/doc/autobook/autobook_274.html
|
||||
share/doc/autobook/autobook_275.html
|
||||
share/doc/autobook/autobook_276.html
|
||||
share/doc/autobook/autobook_277.html
|
||||
share/doc/autobook/autobook_278.html
|
||||
share/doc/autobook/autobook_279.html
|
||||
share/doc/autobook/autobook_28.html
|
||||
share/doc/autobook/autobook_280.html
|
||||
share/doc/autobook/autobook_281.html
|
||||
share/doc/autobook/autobook_282.html
|
||||
share/doc/autobook/autobook_283.html
|
||||
share/doc/autobook/autobook_284.html
|
||||
share/doc/autobook/autobook_285.html
|
||||
share/doc/autobook/autobook_286.html
|
||||
share/doc/autobook/autobook_29.html
|
||||
share/doc/autobook/autobook_3.html
|
||||
share/doc/autobook/autobook_30.html
|
||||
share/doc/autobook/autobook_31.html
|
||||
share/doc/autobook/autobook_32.html
|
||||
share/doc/autobook/autobook_33.html
|
||||
share/doc/autobook/autobook_34.html
|
||||
share/doc/autobook/autobook_35.html
|
||||
share/doc/autobook/autobook_36.html
|
||||
share/doc/autobook/autobook_37.html
|
||||
share/doc/autobook/autobook_38.html
|
||||
share/doc/autobook/autobook_39.html
|
||||
share/doc/autobook/autobook_4.html
|
||||
share/doc/autobook/autobook_40.html
|
||||
share/doc/autobook/autobook_41.html
|
||||
share/doc/autobook/autobook_42.html
|
||||
share/doc/autobook/autobook_43.html
|
||||
share/doc/autobook/autobook_44.html
|
||||
share/doc/autobook/autobook_45.html
|
||||
share/doc/autobook/autobook_46.html
|
||||
share/doc/autobook/autobook_47.html
|
||||
share/doc/autobook/autobook_48.html
|
||||
share/doc/autobook/autobook_49.html
|
||||
share/doc/autobook/autobook_5.html
|
||||
share/doc/autobook/autobook_50.html
|
||||
share/doc/autobook/autobook_51.html
|
||||
share/doc/autobook/autobook_52.html
|
||||
share/doc/autobook/autobook_53.html
|
||||
share/doc/autobook/autobook_54.html
|
||||
share/doc/autobook/autobook_55.html
|
||||
share/doc/autobook/autobook_56.html
|
||||
share/doc/autobook/autobook_57.html
|
||||
share/doc/autobook/autobook_58.html
|
||||
share/doc/autobook/autobook_59.html
|
||||
share/doc/autobook/autobook_6.html
|
||||
share/doc/autobook/autobook_60.html
|
||||
share/doc/autobook/autobook_61.html
|
||||
share/doc/autobook/autobook_62.html
|
||||
share/doc/autobook/autobook_63.html
|
||||
share/doc/autobook/autobook_64.html
|
||||
share/doc/autobook/autobook_65.html
|
||||
share/doc/autobook/autobook_66.html
|
||||
share/doc/autobook/autobook_67.html
|
||||
share/doc/autobook/autobook_68.html
|
||||
share/doc/autobook/autobook_69.html
|
||||
share/doc/autobook/autobook_7.html
|
||||
share/doc/autobook/autobook_70.html
|
||||
share/doc/autobook/autobook_71.html
|
||||
share/doc/autobook/autobook_72.html
|
||||
share/doc/autobook/autobook_73.html
|
||||
share/doc/autobook/autobook_74.html
|
||||
share/doc/autobook/autobook_75.html
|
||||
share/doc/autobook/autobook_76.html
|
||||
share/doc/autobook/autobook_77.html
|
||||
share/doc/autobook/autobook_78.html
|
||||
share/doc/autobook/autobook_79.html
|
||||
share/doc/autobook/autobook_8.html
|
||||
share/doc/autobook/autobook_80.html
|
||||
share/doc/autobook/autobook_81.html
|
||||
share/doc/autobook/autobook_82.html
|
||||
share/doc/autobook/autobook_83.html
|
||||
share/doc/autobook/autobook_84.html
|
||||
share/doc/autobook/autobook_85.html
|
||||
share/doc/autobook/autobook_86.html
|
||||
share/doc/autobook/autobook_87.html
|
||||
share/doc/autobook/autobook_88.html
|
||||
share/doc/autobook/autobook_89.html
|
||||
share/doc/autobook/autobook_9.html
|
||||
share/doc/autobook/autobook_90.html
|
||||
share/doc/autobook/autobook_91.html
|
||||
share/doc/autobook/autobook_92.html
|
||||
share/doc/autobook/autobook_93.html
|
||||
share/doc/autobook/autobook_94.html
|
||||
share/doc/autobook/autobook_95.html
|
||||
share/doc/autobook/autobook_96.html
|
||||
share/doc/autobook/autobook_97.html
|
||||
share/doc/autobook/autobook_98.html
|
||||
share/doc/autobook/autobook_99.html
|
||||
share/doc/autobook/autobook_abt.html
|
||||
share/doc/autobook/autobook_fot.html
|
||||
share/doc/autobook/autobook_ovr.html
|
||||
share/doc/autobook/autobook_toc.html
|
||||
share/doc/autobook/back.png
|
||||
share/doc/autobook/backon.png
|
||||
share/doc/autobook/bg1.png
|
||||
share/doc/autobook/blank.png
|
||||
share/doc/autobook/blankon.png
|
||||
share/doc/autobook/forward.png
|
||||
share/doc/autobook/forwardon.png
|
||||
share/doc/autobook/help.png
|
||||
share/doc/autobook/helpon.png
|
||||
share/doc/autobook/home.png
|
||||
share/doc/autobook/homeon.png
|
||||
share/doc/autobook/inactive.png
|
||||
share/doc/autobook/index.png
|
||||
share/doc/autobook/indexon.png
|
||||
share/doc/autobook/next.png
|
||||
share/doc/autobook/nexton.png
|
||||
share/doc/autobook/prev.png
|
||||
share/doc/autobook/prevon.png
|
||||
share/doc/autobook/toc.png
|
||||
share/doc/autobook/tocon.png
|
||||
share/doc/autobook/up.png
|
||||
share/doc/autobook/upon.png
|
||||
@dirrm share/doc/autobook
|
Loading…
x
Reference in New Issue
Block a user