import books/diveintopython3, from Juan Francisco Cantero Hurtado
ok pirofti@ phessler@ Dive Into Python 3 covers Python 3 and its differences from Python 2. Compared to Dive Into Python, it’s about 20% revised and 80% new material.
This commit is contained in:
parent
95f7c59a1c
commit
89af9aec65
27
books/diveintopython3/Makefile
Normal file
27
books/diveintopython3/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/06/19 08:47:57 sthen Exp $
|
||||
|
||||
COMMENT= book about Python 3 for experienced programmers
|
||||
|
||||
VERSION= 20130531
|
||||
DISTNAME= diveintopython3-${VERSION}
|
||||
CATEGORIES= books
|
||||
|
||||
HOMEPAGE= http://getpython3.com/diveintopython3/
|
||||
|
||||
# Creative Commons Attribution Share-Alike
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
MASTER_SITES= http://download.tuxfamily.org/jod/books/diveintopython3/
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_TEST= Yes
|
||||
PKG_ARCH= *
|
||||
|
||||
DOC= ${PREFIX}/share/books/diveintopython3
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${DOC}
|
||||
@cp -R ${WRKSRC}/* ${DOC}
|
||||
chown -R ${DOCOWN}:${DOCGRP} ${DOC}
|
||||
|
||||
.include <bsd.port.mk>
|
2
books/diveintopython3/distinfo
Normal file
2
books/diveintopython3/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (diveintopython3-20130531.tar.gz) = l+aHlqgZ7HxnFnNqCMbEpaCQgRqFsqRJ6BM0v5ffiBw=
|
||||
SIZE (diveintopython3-20130531.tar.gz) = 9941339
|
3
books/diveintopython3/pkg/DESCR
Normal file
3
books/diveintopython3/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Dive Into Python 3 is a free Python book for experienced programmers.
|
||||
|
||||
You can find the book in ${TRUEPREFIX}/share/books/diveintopython3
|
194
books/diveintopython3/pkg/PLIST
Normal file
194
books/diveintopython3/pkg/PLIST
Normal file
@ -0,0 +1,194 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/06/19 08:47:57 sthen Exp $
|
||||
share/books/
|
||||
share/books/diveintopython3/
|
||||
share/books/diveintopython3/about.html
|
||||
share/books/diveintopython3/advanced-iterators.html
|
||||
share/books/diveintopython3/blank.html
|
||||
share/books/diveintopython3/case-study-porting-chardet-to-python-3.html
|
||||
share/books/diveintopython3/colophon.html
|
||||
share/books/diveintopython3/comprehensions.html
|
||||
share/books/diveintopython3/dip2
|
||||
share/books/diveintopython3/dip3.css
|
||||
share/books/diveintopython3/dive-into-python3.pdf
|
||||
share/books/diveintopython3/diveintopython3.org
|
||||
share/books/diveintopython3/epio.ini
|
||||
share/books/diveintopython3/examples/
|
||||
share/books/diveintopython3/examples/.htaccess
|
||||
share/books/diveintopython3/examples/alphametics.py
|
||||
share/books/diveintopython3/examples/alphameticstest.py
|
||||
share/books/diveintopython3/examples/basic-pretty.json
|
||||
share/books/diveintopython3/examples/basic.json
|
||||
share/books/diveintopython3/examples/beauregard.jpg
|
||||
share/books/diveintopython3/examples/chinese.txt
|
||||
share/books/diveintopython3/examples/customserializer.py
|
||||
share/books/diveintopython3/examples/entry-pretty.json
|
||||
share/books/diveintopython3/examples/entry.json
|
||||
share/books/diveintopython3/examples/entry.pickle
|
||||
share/books/diveintopython3/examples/favorite-people.txt
|
||||
share/books/diveintopython3/examples/feed-broken.xml
|
||||
share/books/diveintopython3/examples/feed-ns0.xml
|
||||
share/books/diveintopython3/examples/feed.xml
|
||||
share/books/diveintopython3/examples/fibonacci.py
|
||||
share/books/diveintopython3/examples/fibonacci2.py
|
||||
share/books/diveintopython3/examples/humansize.py
|
||||
share/books/diveintopython3/examples/oneline.py
|
||||
share/books/diveintopython3/examples/pickleversion.py
|
||||
share/books/diveintopython3/examples/plural1.py
|
||||
share/books/diveintopython3/examples/plural2.py
|
||||
share/books/diveintopython3/examples/plural3.py
|
||||
share/books/diveintopython3/examples/plural4-rules.txt
|
||||
share/books/diveintopython3/examples/plural4.py
|
||||
share/books/diveintopython3/examples/plural5-rules.txt
|
||||
share/books/diveintopython3/examples/plural5.py
|
||||
share/books/diveintopython3/examples/plural6-rules.txt
|
||||
share/books/diveintopython3/examples/plural6.py
|
||||
share/books/diveintopython3/examples/pluraltest1.py
|
||||
share/books/diveintopython3/examples/pluraltest2.py
|
||||
share/books/diveintopython3/examples/pluraltest3.py
|
||||
share/books/diveintopython3/examples/pluraltest4.py
|
||||
share/books/diveintopython3/examples/pluraltest5.py
|
||||
share/books/diveintopython3/examples/pluraltest6.py
|
||||
share/books/diveintopython3/examples/regression.py
|
||||
share/books/diveintopython3/examples/roman1.py
|
||||
share/books/diveintopython3/examples/roman10.py
|
||||
share/books/diveintopython3/examples/roman2.py
|
||||
share/books/diveintopython3/examples/roman3.py
|
||||
share/books/diveintopython3/examples/roman4.py
|
||||
share/books/diveintopython3/examples/roman5.py
|
||||
share/books/diveintopython3/examples/roman6.py
|
||||
share/books/diveintopython3/examples/roman7.py
|
||||
share/books/diveintopython3/examples/roman8.py
|
||||
share/books/diveintopython3/examples/roman9.py
|
||||
share/books/diveintopython3/examples/romantest1.py
|
||||
share/books/diveintopython3/examples/romantest10.py
|
||||
share/books/diveintopython3/examples/romantest2.py
|
||||
share/books/diveintopython3/examples/romantest3.py
|
||||
share/books/diveintopython3/examples/romantest4.py
|
||||
share/books/diveintopython3/examples/romantest5.py
|
||||
share/books/diveintopython3/examples/romantest6.py
|
||||
share/books/diveintopython3/examples/romantest7.py
|
||||
share/books/diveintopython3/examples/romantest8.py
|
||||
share/books/diveintopython3/examples/romantest9.py
|
||||
share/books/diveintopython3/examples/stdout.py
|
||||
share/books/diveintopython3/files.html
|
||||
share/books/diveintopython3/generators.html
|
||||
share/books/diveintopython3/http-web-services.html
|
||||
share/books/diveintopython3/i/
|
||||
share/books/diveintopython3/i/.htaccess
|
||||
share/books/diveintopython3/i/cover.jpg
|
||||
share/books/diveintopython3/i/identica-deleted.png
|
||||
share/books/diveintopython3/i/identica-screenshot.png
|
||||
share/books/diveintopython3/i/mac-install-0-dmg-contents.png
|
||||
share/books/diveintopython3/i/mac-install-1-welcome.png
|
||||
share/books/diveintopython3/i/mac-install-10-application-folder.png
|
||||
share/books/diveintopython3/i/mac-install-2-information.png
|
||||
share/books/diveintopython3/i/mac-install-3-license.png
|
||||
share/books/diveintopython3/i/mac-install-4-license-dialog.png
|
||||
share/books/diveintopython3/i/mac-install-5-standard-install.png
|
||||
share/books/diveintopython3/i/mac-install-6-custom-install.png
|
||||
share/books/diveintopython3/i/mac-install-7-admin-password.png
|
||||
share/books/diveintopython3/i/mac-install-8-progress.png
|
||||
share/books/diveintopython3/i/mac-install-9-succeeded.png
|
||||
share/books/diveintopython3/i/mac-interactive-shell.png
|
||||
share/books/diveintopython3/i/mac-pythonlauncher.png
|
||||
share/books/diveintopython3/i/openclipart.org_media_files_Selanit_8331.png
|
||||
share/books/diveintopython3/i/openclipart.org_media_files_johnny_automatic_5154.png
|
||||
share/books/diveintopython3/i/openclipart.org_media_files_johnny_automatic_5261.png
|
||||
share/books/diveintopython3/i/ubu-install-0-add-remove-programs.png
|
||||
share/books/diveintopython3/i/ubu-install-1-all-open-source-applications.png
|
||||
share/books/diveintopython3/i/ubu-install-2-search-python-3.png
|
||||
share/books/diveintopython3/i/ubu-install-3-select-python-3.png
|
||||
share/books/diveintopython3/i/ubu-install-4-select-idle.png
|
||||
share/books/diveintopython3/i/ubu-install-5-apply-changes.png
|
||||
share/books/diveintopython3/i/ubu-install-6-download-progress.png
|
||||
share/books/diveintopython3/i/ubu-install-7-install-progress.png
|
||||
share/books/diveintopython3/i/ubu-install-8-success.png
|
||||
share/books/diveintopython3/i/ubu-interactive-shell.png
|
||||
share/books/diveintopython3/i/win-install-0-security-warning.png
|
||||
share/books/diveintopython3/i/win-install-1-all-users-or-just-me.png
|
||||
share/books/diveintopython3/i/win-install-2-destination-directory.png
|
||||
share/books/diveintopython3/i/win-install-3-customize.png
|
||||
share/books/diveintopython3/i/win-install-3a-disk-usage.png
|
||||
share/books/diveintopython3/i/win-install-3b-test-suite.png
|
||||
share/books/diveintopython3/i/win-install-4-copying.png
|
||||
share/books/diveintopython3/i/win-install-5-finish.png
|
||||
share/books/diveintopython3/i/win-interactive-shell.png
|
||||
share/books/diveintopython3/images-original/
|
||||
share/books/diveintopython3/images-original/mac-install-0-dmg-contents.png
|
||||
share/books/diveintopython3/images-original/mac-install-1-welcome.png
|
||||
share/books/diveintopython3/images-original/mac-install-10-application-folder.png
|
||||
share/books/diveintopython3/images-original/mac-install-2-information.png
|
||||
share/books/diveintopython3/images-original/mac-install-3-license.png
|
||||
share/books/diveintopython3/images-original/mac-install-4-license-dialog.png
|
||||
share/books/diveintopython3/images-original/mac-install-5-standard-install.png
|
||||
share/books/diveintopython3/images-original/mac-install-6-custom-install.png
|
||||
share/books/diveintopython3/images-original/mac-install-7-admin-password.png
|
||||
share/books/diveintopython3/images-original/mac-install-8-progress.png
|
||||
share/books/diveintopython3/images-original/mac-install-9-succeeded.png
|
||||
share/books/diveintopython3/images-original/mac-interactive-shell.png
|
||||
share/books/diveintopython3/images-original/mac-pythonlauncher.png
|
||||
share/books/diveintopython3/images-original/ubu-install-0-add-remove-programs.png
|
||||
share/books/diveintopython3/images-original/ubu-install-1-all-open-source-applications.png
|
||||
share/books/diveintopython3/images-original/ubu-install-2-search-python-3.png
|
||||
share/books/diveintopython3/images-original/ubu-install-3-select-python-3.png
|
||||
share/books/diveintopython3/images-original/ubu-install-4-select-idle.png
|
||||
share/books/diveintopython3/images-original/ubu-install-5-apply-changes.png
|
||||
share/books/diveintopython3/images-original/ubu-install-6-download-progress.png
|
||||
share/books/diveintopython3/images-original/ubu-install-7-install-progress.png
|
||||
share/books/diveintopython3/images-original/ubu-install-8-success.png
|
||||
share/books/diveintopython3/images-original/ubu-interactive-shell.png
|
||||
share/books/diveintopython3/images-original/win-install-0-security-warning.bmp
|
||||
share/books/diveintopython3/images-original/win-install-1-all-users-or-just-me.bmp
|
||||
share/books/diveintopython3/images-original/win-install-2-destination-directory.bmp
|
||||
share/books/diveintopython3/images-original/win-install-3-customize.bmp
|
||||
share/books/diveintopython3/images-original/win-install-3a-disk-usage.bmp
|
||||
share/books/diveintopython3/images-original/win-install-3b-test-suite.bmp
|
||||
share/books/diveintopython3/images-original/win-install-4-copying.bmp
|
||||
share/books/diveintopython3/images-original/win-install-5-finish.bmp
|
||||
share/books/diveintopython3/images-original/win-interactive-shell.bmp
|
||||
share/books/diveintopython3/index.html
|
||||
share/books/diveintopython3/installing-python.html
|
||||
share/books/diveintopython3/iterators.html
|
||||
share/books/diveintopython3/j/
|
||||
share/books/diveintopython3/j/.htaccess
|
||||
share/books/diveintopython3/j/dip3.js
|
||||
share/books/diveintopython3/j/ga.js
|
||||
share/books/diveintopython3/j/html5.js
|
||||
share/books/diveintopython3/j/jquery.js
|
||||
share/books/diveintopython3/j/jquery.min.js
|
||||
share/books/diveintopython3/j/jslint.js
|
||||
share/books/diveintopython3/j/plug.html
|
||||
share/books/diveintopython3/j/prettify.js
|
||||
share/books/diveintopython3/layout.css
|
||||
share/books/diveintopython3/mobile.css
|
||||
share/books/diveintopython3/native-datatypes.html
|
||||
share/books/diveintopython3/notes.txt
|
||||
share/books/diveintopython3/packaging.html
|
||||
share/books/diveintopython3/porting-code-to-python-3-with-2to3.html
|
||||
share/books/diveintopython3/prince.css
|
||||
share/books/diveintopython3/print.css
|
||||
share/books/diveintopython3/publish
|
||||
share/books/diveintopython3/refactoring.html
|
||||
share/books/diveintopython3/regular-expressions.html
|
||||
share/books/diveintopython3/robots.txt
|
||||
share/books/diveintopython3/serializing.html
|
||||
share/books/diveintopython3/special-method-names.html
|
||||
share/books/diveintopython3/strings.html
|
||||
share/books/diveintopython3/table-of-contents.html
|
||||
share/books/diveintopython3/troubleshooting.html
|
||||
share/books/diveintopython3/unit-testing.html
|
||||
share/books/diveintopython3/util/
|
||||
share/books/diveintopython3/util/buildtoc.py
|
||||
share/books/diveintopython3/util/compiler.jar
|
||||
share/books/diveintopython3/util/flatten.py
|
||||
share/books/diveintopython3/util/htmlminimizer.py
|
||||
share/books/diveintopython3/util/lesscss.py
|
||||
share/books/diveintopython3/util/single-footer.html
|
||||
share/books/diveintopython3/util/single-header.html
|
||||
share/books/diveintopython3/util/single-header2.html
|
||||
share/books/diveintopython3/util/validate.py
|
||||
share/books/diveintopython3/util/yuicompressor-2.4.2.jar
|
||||
share/books/diveintopython3/whats-new.html
|
||||
share/books/diveintopython3/where-to-go-from-here.html
|
||||
share/books/diveintopython3/xml.html
|
||||
share/books/diveintopython3/your-first-python-program.html
|
Loading…
Reference in New Issue
Block a user