Index: head/lang/Makefile =================================================================== --- head/lang/Makefile (revision 41969) +++ head/lang/Makefile (revision 41970) @@ -1,158 +1,159 @@ # $FreeBSD$ # SUBDIR += ETHOberonV4 SUBDIR += Gofer SUBDIR += STk SUBDIR += Sather SUBDIR += TenDRA SUBDIR += aleph SUBDIR += atlast SUBDIR += bc-gcc SUBDIR += bwbasic SUBDIR += caml-light SUBDIR += ccscript SUBDIR += cel SUBDIR += cim SUBDIR += clisp SUBDIR += cmucl SUBDIR += compaq-cc SUBDIR += crossgo32-f77 SUBDIR += cu-prolog + SUBDIR += diveintopython SUBDIR += dylan SUBDIR += egcs SUBDIR += eiffel SUBDIR += elisp-manual SUBDIR += elk SUBDIR += emacs-lisp-intro SUBDIR += eperl SUBDIR += erlang SUBDIR += expect SUBDIR += f2c SUBDIR += f77 SUBDIR += fesi SUBDIR += forth SUBDIR += gawk SUBDIR += gcc-devel SUBDIR += gcc27 SUBDIR += gcc28 SUBDIR += gcc295 SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnat-glade SUBDIR += gnomebasic SUBDIR += gpc SUBDIR += guile SUBDIR += guileobjc SUBDIR += hugs SUBDIR += ici SUBDIR += icon SUBDIR += intel2gas SUBDIR += intercal SUBDIR += itcl SUBDIR += jgnat SUBDIR += jython SUBDIR += lcc SUBDIR += libobjects SUBDIR += librep SUBDIR += logo SUBDIR += lua SUBDIR += m3gdb SUBDIR += mawk SUBDIR += mdk SUBDIR += mit-scheme SUBDIR += mixal SUBDIR += mmix SUBDIR += modula-3 SUBDIR += modula-3-lib SUBDIR += modula-3-socks SUBDIR += moscow_ml SUBDIR += mozart SUBDIR += nawk SUBDIR += nickle SUBDIR += nqc SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml SUBDIR += oo2c SUBDIR += otcl SUBDIR += p2c SUBDIR += p5-Error SUBDIR += p5-Expect SUBDIR += p5-F77 SUBDIR += p5-Tcl SUBDIR += p5-ePerl SUBDIR += pbasic SUBDIR += perl5 SUBDIR += pfe-devel SUBDIR += pgcc SUBDIR += php3 SUBDIR += php4 SUBDIR += php_doc SUBDIR += pike SUBDIR += pm3-base SUBDIR += pm3-forms SUBDIR += pm3-gui SUBDIR += pm3-m3tk SUBDIR += pm3-net SUBDIR += pm3-netobj SUBDIR += ptoc SUBDIR += py-mx-base SUBDIR += python SUBDIR += python+ipv6 SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter SUBDIR += python-doc-postscript-a4 SUBDIR += python-doc-postscript-letter SUBDIR += python15 SUBDIR += ratfor SUBDIR += rexx-imc SUBDIR += rotfl SUBDIR += ruby SUBDIR += ruby-man SUBDIR += ruby-perl SUBDIR += ruby-programmingruby SUBDIR += ruby-python SUBDIR += ruby-reference SUBDIR += ruby-ri SUBDIR += ruby-tcltklib SUBDIR += ruby-usersguide SUBDIR += ruby_static SUBDIR += scheme48 SUBDIR += schemetoc SUBDIR += scm SUBDIR += scriba SUBDIR += siod SUBDIR += slib SUBDIR += smalleiffel SUBDIR += smalleiffel-devel SUBDIR += smalltalk SUBDIR += sml-mode.el SUBDIR += sml-nj SUBDIR += sml-nj-devel SUBDIR += snobol SUBDIR += squeak2 SUBDIR += sr SUBDIR += stackless_python SUBDIR += starlogo SUBDIR += swi-pl SUBDIR += sxm SUBDIR += t3x SUBDIR += tcl80 SUBDIR += tcl81-thread SUBDIR += tcl82 SUBDIR += tcl83 SUBDIR += tclX80 SUBDIR += tclX82 SUBDIR += tclplugin SUBDIR += tcltutor SUBDIR += tinycobol SUBDIR += wamcc SUBDIR += yabasic SUBDIR += yorick .include Property changes on: head/lang/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.224 \ No newline at end of property +1.225 \ No newline at end of property Index: head/lang/diveintopython/Makefile =================================================================== --- head/lang/diveintopython/Makefile (nonexistent) +++ head/lang/diveintopython/Makefile (revision 41970) @@ -0,0 +1,57 @@ +# New ports collection makefile for: py-diveintopython +# Date created: 15 March 2001 +# Whom: Johann Visagie +# +# $FreeBSD$ +# + +PORTNAME= diveintopython +PORTVERSION= 3.1.1 +CATEGORIES= lang python +MASTER_SITES= http://diveintopython.org/download/ +DISTNAME= ${PORTNAME} +DISTFILES= ${DISTNAME}-html-${VERSIONSTR}.tgz \ + ${DISTNAME}-html-flat-${VERSIONSTR}.tgz \ + ${DISTNAME}-pdf-${VERSIONSTR}.tgz \ + ${DISTNAME}-text-${VERSIONSTR}.tgz \ + ${DISTNAME}-xml-${VERSIONSTR}.tgz +DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= ${DISTNAME}-html-${VERSIONSTR}.tgz \ + ${DISTNAME}-html-flat-${VERSIONSTR}.tgz \ + ${DISTNAME}-pdf-${VERSIONSTR}.tgz \ + ${DISTNAME}-text-${VERSIONSTR}.tgz + +MAINTAINER= johann@egenetics.com + +NO_BUILD= YES +DIPDIR= ${PREFIX}/share/doc/diveintopython +DIPDLDIR= ${DIPDIR}/download +CPIO= cpio --quiet -pdum -R +# Is there a way of doing this without using a temporary variable? +VERSIONTMP= ${PORTVERSION:S|.|-|g} +VERSIONSTR= ${VERSIONTMP:S|-|.|} + +post-patch: + @ ${PERL} -pi.orig -e \ + 's#]*>(Windows|Mac ?OS)##g; \ + s#UNIX#compressed#g;s#for UNIX \(#(#g; \ + s#(.(?!))*(Microsoft Word|Windows Help)(.(?!))*.##g; \ + s#(.(?!))*cn/(.(?!))*.##g' \ + ${WRKSRC}/index.html + +do-install: + @ ${MKDIR} ${DIPDLDIR} + @ cd ${WRKSRC} && find *.html *.css images \ + | ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DIPDIR} +.for format in html pdf txt + @ ${INSTALL_DATA} ${WRKSRC}/${format}/${PORTNAME}.${format} \ + ${DIPDLDIR} +.endfor +.for format in html html-flat pdf text xml + @ ${INSTALL_DATA} \ + ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-${format}-${VERSIONSTR}.tgz \ + ${DIPDLDIR} +.endfor + @ cd ${WRKDIR} && ${TAR} czf ${DIPDLDIR}/examples.tgz py/* + +.include Property changes on: head/lang/diveintopython/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/lang/diveintopython/distinfo =================================================================== --- head/lang/diveintopython/distinfo (nonexistent) +++ head/lang/diveintopython/distinfo (revision 41970) @@ -0,0 +1,5 @@ +MD5 (diveintopython/diveintopython-html-3.1-1.tgz) = 890cf0eb6bee40ccb684c6dd4f0f3fed +MD5 (diveintopython/diveintopython-html-flat-3.1-1.tgz) = 528f495e346141b8994cc5a44d128309 +MD5 (diveintopython/diveintopython-pdf-3.1-1.tgz) = 1dbe0ce9acf7c43783dffcc78cafce80 +MD5 (diveintopython/diveintopython-text-3.1-1.tgz) = fe67aefdc47b36dc6aedf15fff0c8d0a +MD5 (diveintopython/diveintopython-xml-3.1-1.tgz) = bb42e4facedcd79df6796a1a4bc3c86d Property changes on: head/lang/diveintopython/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/lang/diveintopython/pkg-comment =================================================================== --- head/lang/diveintopython/pkg-comment (nonexistent) +++ head/lang/diveintopython/pkg-comment (revision 41970) @@ -0,0 +1 @@ +A free Python tutorial book that is "not For Dummies(tm)" Property changes on: head/lang/diveintopython/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/lang/diveintopython/pkg-descr =================================================================== --- head/lang/diveintopython/pkg-descr (nonexistent) +++ head/lang/diveintopython/pkg-descr (revision 41970) @@ -0,0 +1,10 @@ +"Dive Into Python" is a Python tutorial for experienced programmers. + +The book is published under the GNU Free Documentation License, and is +available in a variety of formats. It is currently being translated into a +number of languages. + +Author: Mark Pilgrim +WWW: http://diveintopython.org/ + +-- Johann Visagie Property changes on: head/lang/diveintopython/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/lang/diveintopython/pkg-plist =================================================================== --- head/lang/diveintopython/pkg-plist (nonexistent) +++ head/lang/diveintopython/pkg-plist (revision 41970) @@ -0,0 +1,104 @@ +share/doc/diveintopython/about.html +share/doc/diveintopython/abstracts.html +share/doc/diveintopython/apihelper_alltogether.html +share/doc/diveintopython/apihelper_andor.html +share/doc/diveintopython/apihelper_builtin.html +share/doc/diveintopython/apihelper_divein.html +share/doc/diveintopython/apihelper_filter.html +share/doc/diveintopython/apihelper_getattr.html +share/doc/diveintopython/apihelper_lambda.html +share/doc/diveintopython/apihelper_optional.html +share/doc/diveintopython/apihelper_summary.html +share/doc/diveintopython/chef.html +share/doc/diveintopython/dialect_basehtml.html +share/doc/diveintopython/dialect_dialectizer.html +share/doc/diveintopython/dialect_dictsub.html +share/doc/diveintopython/dialect_divein.html +share/doc/diveintopython/dialect_extract.html +share/doc/diveintopython/dialect_locals.html +share/doc/diveintopython/dialect_quoting.html +share/doc/diveintopython/dialect_sgmllib.html +share/doc/diveintopython/diveintopython.css +share/doc/diveintopython/download/diveintopython-html-3.1-1.tgz +share/doc/diveintopython/download/diveintopython-html-flat-3.1-1.tgz +share/doc/diveintopython/download/diveintopython-pdf-3.1-1.tgz +share/doc/diveintopython/download/diveintopython-text-3.1-1.tgz +share/doc/diveintopython/download/diveintopython-xml-3.1-1.tgz +share/doc/diveintopython/download/diveintopython.html +share/doc/diveintopython/download/diveintopython.pdf +share/doc/diveintopython/download/diveintopython.txt +share/doc/diveintopython/download/examples.tgz +share/doc/diveintopython/examples.html +share/doc/diveintopython/fdl.html +share/doc/diveintopython/fdl_aggregation.html +share/doc/diveintopython/fdl_applicability.html +share/doc/diveintopython/fdl_collections.html +share/doc/diveintopython/fdl_combining.html +share/doc/diveintopython/fdl_copying.html +share/doc/diveintopython/fdl_copyinginquantity.html +share/doc/diveintopython/fdl_future.html +share/doc/diveintopython/fdl_howto.html +share/doc/diveintopython/fdl_modifications.html +share/doc/diveintopython/fdl_termination.html +share/doc/diveintopython/fdl_translation.html +share/doc/diveintopython/fileinfo_alltogether.html +share/doc/diveintopython/fileinfo_class.html +share/doc/diveintopython/fileinfo_classattributes.html +share/doc/diveintopython/fileinfo_divein.html +share/doc/diveintopython/fileinfo_exception.html +share/doc/diveintopython/fileinfo_files.html +share/doc/diveintopython/fileinfo_for.html +share/doc/diveintopython/fileinfo_fromimport.html +share/doc/diveintopython/fileinfo_instantiation.html +share/doc/diveintopython/fileinfo_modules.html +share/doc/diveintopython/fileinfo_morespecial.html +share/doc/diveintopython/fileinfo_os.html +share/doc/diveintopython/fileinfo_private.html +share/doc/diveintopython/fileinfo_specialmethods.html +share/doc/diveintopython/fileinfo_summary.html +share/doc/diveintopython/fileinfo_userdict.html +share/doc/diveintopython/fudd.html +share/doc/diveintopython/furtherreading.html +share/doc/diveintopython/gpl.html +share/doc/diveintopython/gpl_howto.html +share/doc/diveintopython/gpl_terms.html +share/doc/diveintopython/history.html +share/doc/diveintopython/images/callouts/1.png +share/doc/diveintopython/images/callouts/10.png +share/doc/diveintopython/images/callouts/2.png +share/doc/diveintopython/images/callouts/3.png +share/doc/diveintopython/images/callouts/4.png +share/doc/diveintopython/images/callouts/5.png +share/doc/diveintopython/images/callouts/6.png +share/doc/diveintopython/images/callouts/7.png +share/doc/diveintopython/images/callouts/8.png +share/doc/diveintopython/images/callouts/9.png +share/doc/diveintopython/images/caution.png +share/doc/diveintopython/images/important.png +share/doc/diveintopython/images/note.png +share/doc/diveintopython/images/tip.png +share/doc/diveintopython/images/warning.png +share/doc/diveintopython/index.html +share/doc/diveintopython/odbchelper_dict.html +share/doc/diveintopython/odbchelper_divein.html +share/doc/diveintopython/odbchelper_docstring.html +share/doc/diveintopython/odbchelper_funcdef.html +share/doc/diveintopython/odbchelper_indenting.html +share/doc/diveintopython/odbchelper_join.html +share/doc/diveintopython/odbchelper_list.html +share/doc/diveintopython/odbchelper_map.html +share/doc/diveintopython/odbchelper_multiassign.html +share/doc/diveintopython/odbchelper_objects.html +share/doc/diveintopython/odbchelper_stringformatting.html +share/doc/diveintopython/odbchelper_summary.html +share/doc/diveintopython/odbchelper_testing.html +share/doc/diveintopython/odbchelper_tuple.html +share/doc/diveintopython/odbchelper_vardef.html +share/doc/diveintopython/olde.html +share/doc/diveintopython/preface.html +share/doc/diveintopython/tips.html +share/doc/diveintopython/toc.html +@dirrm share/doc/diveintopython/images/callouts +@dirrm share/doc/diveintopython/images +@dirrm share/doc/diveintopython/download +@dirrm share/doc/diveintopython Property changes on: head/lang/diveintopython/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property