mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Install examples to EXAMPLESDIR
- Fix file modes after installation - Bump PORTREVISION PR: 33461 Submitted by: Alan Eldridge <ports@geeksrus.net>
This commit is contained in:
parent
7577c67e21
commit
2cc7961055
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52756
2 changed files with 77 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= diveintopython
|
||||
PORTVERSION= 3.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= http://diveintopython.org/download/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
@ -42,10 +43,16 @@ do-install:
|
|||
@ ${MKDIR} ${DIPDLDIR}
|
||||
@ cd ${WRKSRC} && find *.html *.css images \
|
||||
| ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
|
||||
@ cd ${WRKDIR}/py && find * \
|
||||
| ${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
|
||||
.for format in html html-flat pdf text examples
|
||||
@ ${INSTALL_DATA} \
|
||||
${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${format}-${VERSIONSTR}.zip \
|
||||
${DIPDLDIR}
|
||||
.endfor
|
||||
|
||||
post-install:
|
||||
@ ${CHMOD} -R ${SHAREMODE} ${DOCSDIR} ${EXAMPLESDIR}
|
||||
@ ${CHMOD} -R ugo+X ${DOCSDIR} ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -127,6 +127,76 @@ share/doc/diveintopython/roman_success.html
|
|||
share/doc/diveintopython/roman_summary.html
|
||||
share/doc/diveintopython/tips.html
|
||||
share/doc/diveintopython/toc.html
|
||||
share/examples/diveintopython/BaseHTMLProcessor.py
|
||||
share/examples/diveintopython/LICENSE.txt
|
||||
share/examples/diveintopython/apihelper.py
|
||||
share/examples/diveintopython/apihelpertest.py
|
||||
share/examples/diveintopython/autosize.py
|
||||
share/examples/diveintopython/builddialectexamples.py
|
||||
share/examples/diveintopython/colorize.py
|
||||
share/examples/diveintopython/dialect.py
|
||||
share/examples/diveintopython/fileinfo.py
|
||||
share/examples/diveintopython/fullpath.py
|
||||
share/examples/diveintopython/kgp/binary.xml
|
||||
share/examples/diveintopython/kgp/husserl.xml
|
||||
share/examples/diveintopython/kgp/kant.xml
|
||||
share/examples/diveintopython/kgp/kgp.dtd
|
||||
share/examples/diveintopython/kgp/kgp.py
|
||||
share/examples/diveintopython/kgp/russiansample.xml
|
||||
share/examples/diveintopython/kgp/stderr.py
|
||||
share/examples/diveintopython/kgp/stdout.py
|
||||
share/examples/diveintopython/kgp/template.xml
|
||||
share/examples/diveintopython/kgp/test.xml
|
||||
share/examples/diveintopython/kgp/thanks.xml
|
||||
share/examples/diveintopython/kgp/toolbox.py
|
||||
share/examples/diveintopython/kgptest.py
|
||||
share/examples/diveintopython/makerealworddoc.py
|
||||
share/examples/diveintopython/odbchelper.py
|
||||
share/examples/diveintopython/odbchelpertest.py
|
||||
share/examples/diveintopython/pyfontify.py
|
||||
share/examples/diveintopython/regression.py
|
||||
share/examples/diveintopython/roman.py
|
||||
share/examples/diveintopython/roman/stage1/roman1.py
|
||||
share/examples/diveintopython/roman/stage1/romantest1.py
|
||||
share/examples/diveintopython/roman/stage2/roman2.py
|
||||
share/examples/diveintopython/roman/stage2/romantest2.py
|
||||
share/examples/diveintopython/roman/stage3/roman3.py
|
||||
share/examples/diveintopython/roman/stage3/romantest3.py
|
||||
share/examples/diveintopython/roman/stage4/roman4.py
|
||||
share/examples/diveintopython/roman/stage4/romantest4.py
|
||||
share/examples/diveintopython/roman/stage5/roman5.py
|
||||
share/examples/diveintopython/roman/stage5/romantest5.py
|
||||
share/examples/diveintopython/roman/stage6/roman61.py
|
||||
share/examples/diveintopython/roman/stage6/roman62.py
|
||||
share/examples/diveintopython/roman/stage6/romantest61.py
|
||||
share/examples/diveintopython/roman/stage6/romantest62.py
|
||||
share/examples/diveintopython/roman/stage7/roman71.py
|
||||
share/examples/diveintopython/roman/stage7/roman72.py
|
||||
share/examples/diveintopython/roman/stage7/romantest71.py
|
||||
share/examples/diveintopython/roman/stage7/romantest72.py
|
||||
share/examples/diveintopython/roman/stage8/roman81.py
|
||||
share/examples/diveintopython/roman/stage8/roman82.py
|
||||
share/examples/diveintopython/roman/stage8/roman83.py
|
||||
share/examples/diveintopython/roman/stage8/romantest81.py
|
||||
share/examples/diveintopython/roman/stage8/romantest82.py
|
||||
share/examples/diveintopython/roman/stage8/romantest83.py
|
||||
share/examples/diveintopython/roman/stage9/roman9.py
|
||||
share/examples/diveintopython/roman/stage9/romantest9.py
|
||||
share/examples/diveintopython/romantest.py
|
||||
share/examples/diveintopython/unicode2koi8r.py
|
||||
share/examples/diveintopython/urllister.py
|
||||
@dirrm share/examples/diveintopython/roman/stage9
|
||||
@dirrm share/examples/diveintopython/roman/stage8
|
||||
@dirrm share/examples/diveintopython/roman/stage7
|
||||
@dirrm share/examples/diveintopython/roman/stage6
|
||||
@dirrm share/examples/diveintopython/roman/stage5
|
||||
@dirrm share/examples/diveintopython/roman/stage4
|
||||
@dirrm share/examples/diveintopython/roman/stage3
|
||||
@dirrm share/examples/diveintopython/roman/stage2
|
||||
@dirrm share/examples/diveintopython/roman/stage1
|
||||
@dirrm share/examples/diveintopython/roman
|
||||
@dirrm share/examples/diveintopython/kgp
|
||||
@dirrm share/examples/diveintopython
|
||||
@dirrm share/doc/diveintopython/images/callouts
|
||||
@dirrm share/doc/diveintopython/images
|
||||
@dirrm share/doc/diveintopython/download
|
||||
|
|
Loading…
Add table
Reference in a new issue