Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2012 02:50:18 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/164984: Update port: audio/csound to 5.16.1
Message-ID:  <20120212025018.cd47653e.tkato432@yahoo.com>
Resent-Message-ID: <201202111800.q1BI0LDF075666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164984
>Category:       ports
>Synopsis:       Update port: audio/csound to 5.16.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 11 18:00:21 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 5.16.1

New file:
files/patch-Opcodes__tl__fractalnoise.cpp

Remove file:
files/patch-Engine-csound_orc.l

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/audio/csound/Makefile audio/csound/Makefile
--- /usr/ports/audio/csound/Makefile	2012-01-29 04:45:23.000000000 +0900
+++ audio/csound/Makefile	2012-02-08 01:17:30.000000000 +0900
@@ -6,12 +6,13 @@
 #
 
 PORTNAME=	csound
-PORTVERSION=	5.15.0
+PORTVERSION=	5.16.1
 CATEGORIES=	audio lang
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R} \
 		SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual
 DISTNAME=	${PORTNAME:S/c/C/}${PORTVERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 DIST_SUBDIR=	csound
 
 MAINTAINER=	ports@FreeBSD.org
@@ -36,6 +37,7 @@
 
 CONFLICTS_INSTALL=	outguess-*
 
+USE_BZIP2=	yes
 USE_PYTHON=	2.6+
 USE_BISON=	build
 USE_GETTEXT=	yes
@@ -135,7 +137,7 @@
 .endif
 
 .if !defined(NOPORTDOCS)
-BUILD_DEPENDS+=		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
+EXTRACT_DEPENDS+=${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
 DISTFILES+=	Csound${PORTVERSION:R}_manual_html.zip:manual
 .endif
 
@@ -145,6 +147,12 @@
 CMAKE_ARGS+=	Word64=1
 .endif
 
+post-extract:
+.if !defined(NOPORTDOCS)
+	@(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -qo \
+		Csound${PORTVERSION:R}_manual_html.zip -d ${WRKDIR})
+.endif
+
 post-patch:
 	@${SED} -e "s|%%LOCALBASE%%|${LOCALBASE}|g; \
 		s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|; \
@@ -188,12 +196,11 @@
 		${WRKSRC}/frontends/CsoundAC/Counterpoint.hpp
 
 post-install:
-	@${LN} -s libcsound64.so.5 ${PREFIX}/lib/libcsound64.so
+	@${LN} -sf libcsound64.so.5 ${PREFIX}/lib/libcsound64.so
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 	@${ECHO_MSG} " Installing the manual."
-	@(cd ${WRKDIR}/Csound${PORTVERSION:R}_manual_html \
-		&& ${COPYTREE_SHARE} . ${DOCSDIR})
+	@(cd ${WRKDIR}/html && ${COPYTREE_SHARE} . ${DOCSDIR})
 	@${ECHO_MSG} " Done."
 .endif
 	@${CAT} ${PKGMESSAGE}
diff -urN /usr/ports/audio/csound/distinfo audio/csound/distinfo
--- /usr/ports/audio/csound/distinfo	2012-01-29 04:45:23.000000000 +0900
+++ audio/csound/distinfo	2012-02-07 23:14:18.000000000 +0900
@@ -1,4 +1,4 @@
-SHA256 (csound/Csound5.15.0.tar.gz) = 86d3c2a880f1ab9b923912da60f71265253b68b4c8626ba62555a627908aafeb
-SIZE (csound/Csound5.15.0.tar.gz) = 8721762
-SHA256 (csound/Csound5.15_manual_html.zip) = 5c4248941bce1e9876e798d6ca51e52d0de7da1fb0cdba7cf05e16959463a0fe
-SIZE (csound/Csound5.15_manual_html.zip) = 9164637
+SHA256 (csound/Csound5.16.1.tar.bz2) = a8e187a1cd6502911bec9102089752685bcd0e389aff635d554442094298c62a
+SIZE (csound/Csound5.16.1.tar.bz2) = 8106677
+SHA256 (csound/Csound5.16_manual_html.zip) = 572b1b3825fd5203d00e3db6db7a190a17212b28de425cc0373e705d44aa2c8b
+SIZE (csound/Csound5.16_manual_html.zip) = 9451986
diff -urN /usr/ports/audio/csound/files/patch-Engine-csound_orc.l audio/csound/files/patch-Engine-csound_orc.l
--- /usr/ports/audio/csound/files/patch-Engine-csound_orc.l	2012-01-29 04:45:24.000000000 +0900
+++ audio/csound/files/patch-Engine-csound_orc.l	1970-01-01 09:00:00.000000000 +0900
@@ -1,56 +0,0 @@
---- Engine/csound_orc.l.orig	2011-12-22 19:41:53.000000000 +0900
-+++ Engine/csound_orc.l	2011-12-27 21:28:55.000000000 +0900
-@@ -288,7 +288,7 @@
-                   /* printf("Push %p macro stack; new body #%s#\n",
-                             PARM->macros, mm->body); */
-                   /* printf("Push buffer %p -> ", YY_CURRENT_BUFFER); */
--                  yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-+                  //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-                   yy_scan_string(mm->body, yyscanner);
-                   /* printf("%p\n", YY_CURRENT_BUFFER); */
-                  }
-@@ -313,7 +313,7 @@
-                   PARM->alt_stack[PARM->macro_stack_ptr].n = 0;
-                   PARM->alt_stack[PARM->macro_stack_ptr++].s = NULL;
-                   /* printf("Push buffer %p -> ", YY_CURRENBUFFER_TOKEN); */
--                  yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-+                  //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-                   yy_scan_string(mm->body, yyscanner);
-                   /* printf("%p\n", YY_CURRENT_BUFFER); */
-                 }
-@@ -367,7 +367,7 @@
-                   PARM->alt_stack[PARM->macro_stack_ptr].n = mm->acnt;
-                   PARM->alt_stack[PARM->macro_stack_ptr++].s = PARM->macros;
-                   /* printf("Push %p macro stack\n",PARM->macros); */
--                  yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-+                  //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-                   yy_scan_string(mm->body, yyscanner);
-                 }
- {MACRONAMEDA}    {
-@@ -419,7 +419,7 @@
-                   /* printf("New body: ...#%s#\n", mm->body); */
-                   PARM->alt_stack[PARM->macro_stack_ptr].n = mm->acnt;
-                   PARM->alt_stack[PARM->macro_stack_ptr++].s = PARM->macros;
--                  yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-+                  //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-                   yy_scan_string(mm->body, yyscanner);
-                 }
- {INTGR}         {
-@@ -448,7 +448,7 @@
-                   MACRO *x, *y;
-                   int n;
-                   printf("Leaving buffer %p\n", YY_CURRENT_BUFFER);
--                  yypop_buffer_state(yyscanner);
-+                  //yypop_buffer_state(yyscanner);
-                   if ( !YY_CURRENT_BUFFER ) yyterminate();
-                   printf("End of input; popping to %p\n", YY_CURRENT_BUFFER);
-                   if (PARM->clearBufferAfterEOF)
-@@ -581,7 +581,7 @@
-     PARM->alt_stack[PARM->macro_stack_ptr].n = 0;
-     PARM->alt_stack[PARM->macro_stack_ptr++].s = NULL;
-     PARM->isInclude = PARM->clearBufferAfterEOF = 1;
--    yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-+    //yypush_buffer_state(YY_CURRENT_BUFFER, yyscanner);
-     yy_scan_string(cf->body, yyscanner);
- }
- 
diff -urN /usr/ports/audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp
--- /usr/ports/audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp	1970-01-01 09:00:00.000000000 +0900
+++ audio/csound/files/patch-Opcodes__tl__fractalnoise.cpp	2012-02-08 00:38:08.000000000 +0900
@@ -0,0 +1,18 @@
+--- Opcodes/tl/fractalnoise.cpp.orig	2012-02-06 20:21:34.000000000 +0900
++++ Opcodes/tl/fractalnoise.cpp	2012-02-08 00:36:44.000000000 +0900
+@@ -34,6 +34,7 @@
+     return int(((unsigned int)x) >> n);
+ }
+ 
++#if 0
+ /* VECTOR INTRINSICS */
+ 
+ inline void *aligned_calloc(size_t nmemb, size_t size)
+@@ -41,6 +42,7 @@
+     return (void*)((unsigned long)(calloc((nmemb*size)+15,
+                                           (sizeof(char)))+15) & 0xfffffff0);
+ }
++#endif
+ 
+ /* ABSTRACT USER INTERFACE */
+ 
diff -urN /usr/ports/audio/csound/pkg-plist audio/csound/pkg-plist
--- /usr/ports/audio/csound/pkg-plist	2012-01-29 04:45:31.000000000 +0900
+++ audio/csound/pkg-plist	2012-02-08 01:22:58.000000000 +0900
@@ -54,12 +54,12 @@
 %%DSSI%%lib/csound/plugins64/libdssi4cs.so
 lib/csound/plugins64/libfareygen.so
 %%FLUIDSYNTH%%lib/csound/plugins64/libfluidOpcodes.so
+lib/csound/plugins64/libfractalnoise.so
 lib/csound/plugins64/libimage.so
-lib/csound/plugins64/libmixer.so
 %%JACK%%lib/csound/plugins64/libjackTransport.so
 %%JACK%%lib/csound/plugins64/libjacko.so
 lib/csound/plugins64/liblinear_algebra.so
-lib/csound/plugins64/libmutexops.so
+lib/csound/plugins64/libmixer.so
 %%OSC%%lib/csound/plugins64/libosc.so
 %%ALSA%%lib/csound/plugins64/librtalsa.so
 %%JACK%%lib/csound/plugins64/librtjack.so
@@ -515,6 +515,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/control.html
 %%PORTDOCS%%%%DOCSDIR%%/convle.html
 %%PORTDOCS%%%%DOCSDIR%%/convolve.html
+%%PORTDOCS%%%%DOCSDIR%%/copy2ftab.html
+%%PORTDOCS%%%%DOCSDIR%%/copy2ttab.html
 %%PORTDOCS%%%%DOCSDIR%%/copying.txt
 %%PORTDOCS%%%%DOCSDIR%%/cos.html
 %%PORTDOCS%%%%DOCSDIR%%/cosh.html
@@ -594,6 +596,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/dumpk3.html
 %%PORTDOCS%%%%DOCSDIR%%/dumpk4.html
 %%PORTDOCS%%%%DOCSDIR%%/duserrnd.html
+%%PORTDOCS%%%%DOCSDIR%%/dust.html
+%%PORTDOCS%%%%DOCSDIR%%/dust2.html
 %%PORTDOCS%%%%DOCSDIR%%/e.html
 %%PORTDOCS%%%%DOCSDIR%%/else.html
 %%PORTDOCS%%%%DOCSDIR%%/elseif.html
@@ -853,6 +857,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/dumpk3.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/dumpk4.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/duserrnd.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dust.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/dust2.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/eee.aiff
 %%PORTDOCS%%%%DOCSDIR%%/examples/else.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/elseif.csd
@@ -939,6 +945,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/fprintks.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/fprints.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/frac.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/fractalnoise.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/freeverb.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/ftchnls.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/ftconv.csd
@@ -957,6 +964,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/gainslider.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gauss.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gaussi.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gausstrig-2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gausstrig.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gbuzz.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen01.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen01computed.csd
@@ -973,12 +982,27 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen12.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen13.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen14.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen15.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen16.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen17.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen19.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen20.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen21.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen24.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen25.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen27.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen28.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen40.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen41.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen42.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gen49.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen51.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gen52.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gendy-2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gendy.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gendyc.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx-2.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/gendyx.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/genexp.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/genfarey.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/gensone.csd
@@ -1078,6 +1102,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/lposcil.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/lposcil3.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/lposcila.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lposcilsa.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/lposcilsa2.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/lpread.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/lpreson-2.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/lpreson.csd
@@ -1272,6 +1298,8 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/product.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/pset-midi.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/pset.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ptable.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/ptablei.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/ptrack.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/push.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/pvadd.csd
@@ -1341,6 +1369,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/resonk.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/resonr.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/resonx.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/resonxk.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/resony.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/resonz.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/resyn.csd
@@ -1474,6 +1503,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/examples/timeinsts.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/timek.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/times.csd
+%%PORTDOCS%%%%DOCSDIR%%/examples/times_complex.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/timout.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/tival.csd
 %%PORTDOCS%%%%DOCSDIR%%/examples/tlineto.csd
@@ -1679,6 +1709,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/fprintks.html
 %%PORTDOCS%%%%DOCSDIR%%/fprints.html
 %%PORTDOCS%%%%DOCSDIR%%/frac.html
+%%PORTDOCS%%%%DOCSDIR%%/fractalnoise.html
 %%PORTDOCS%%%%DOCSDIR%%/freeverb.html
 %%PORTDOCS%%%%DOCSDIR%%/ftchnls.html
 %%PORTDOCS%%%%DOCSDIR%%/ftconv.html
@@ -1699,7 +1730,11 @@
 %%PORTDOCS%%%%DOCSDIR%%/gainslider.html
 %%PORTDOCS%%%%DOCSDIR%%/gauss.html
 %%PORTDOCS%%%%DOCSDIR%%/gaussi.html
+%%PORTDOCS%%%%DOCSDIR%%/gausstrig.html
 %%PORTDOCS%%%%DOCSDIR%%/gbuzz.html
+%%PORTDOCS%%%%DOCSDIR%%/gendy.html
+%%PORTDOCS%%%%DOCSDIR%%/gendyc.html
+%%PORTDOCS%%%%DOCSDIR%%/gendyx.html
 %%PORTDOCS%%%%DOCSDIR%%/getcfg.html
 %%PORTDOCS%%%%DOCSDIR%%/gogobel.html
 %%PORTDOCS%%%%DOCSDIR%%/goto.html
@@ -1787,21 +1822,69 @@
 %%PORTDOCS%%%%DOCSDIR%%/images/fltabs_sliders-tab.png
 %%PORTDOCS%%%%DOCSDIR%%/images/fltext.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen01.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen01_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen01_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen01_3.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen02.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen02_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen02_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen02_3.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen03.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen05.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen05_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen05_2.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen06.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen06_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen06_2.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen07.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen07_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen07_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen07_3.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen08.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen08_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen08_2.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen09.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen09square.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen10.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_3.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen10_4.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen11.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen11_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen11_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen11_3.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen12.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen13.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen14.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-3.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-4.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen15-5.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen16_types.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen17.png
 %%PORTDOCS%%%%DOCSDIR%%/images/gen19.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen20_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen20_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_3.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_4.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen21_5.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen25.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen27.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen40.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen41.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen42.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen49.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen51_1.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen51_2.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen51_3.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gen52.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gendy.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gendyx.png
+%%PORTDOCS%%%%DOCSDIR%%/images/gensone.png
 %%PORTDOCS%%%%DOCSDIR%%/images/grain2_rand-448x289.png
 %%PORTDOCS%%%%DOCSDIR%%/images/grain3_2.png
 %%PORTDOCS%%%%DOCSDIR%%/images/image1.png
@@ -2200,6 +2283,10 @@
 %%PORTDOCS%%%%DOCSDIR%%/product.html
 %%PORTDOCS%%%%DOCSDIR%%/pset.html
 %%PORTDOCS%%%%DOCSDIR%%/pt04.html
+%%PORTDOCS%%%%DOCSDIR%%/ptable.html
+%%PORTDOCS%%%%DOCSDIR%%/ptable3.html
+%%PORTDOCS%%%%DOCSDIR%%/ptablei.html
+%%PORTDOCS%%%%DOCSDIR%%/ptablew.html
 %%PORTDOCS%%%%DOCSDIR%%/ptrack.html
 %%PORTDOCS%%%%DOCSDIR%%/push.html
 %%PORTDOCS%%%%DOCSDIR%%/push_f.html
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120212025018.cd47653e.tkato432>