HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of app-shells/bash/4.0/1


Ignore:
Timestamp:
04/18/09 17:43:02 (6 years ago)
Author:
disreali
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app-shells/bash/4.0/1

    v1 v2  
    1   
     1cp -i /boot/common/share/libtool/config/config.* . 
     2 
     3aclocal -I support 
     4 
     5autoconf 
     6 
     7LDFLAGS=-L/boot/common/libs CPPFLAGS=-I/boot/common ./configure --prefix=/boot/common 
     8 
     9checking build system type... i586-pc-haiku 
     10checking host system type... i586-pc-haiku 
     11checking for emacs... no 
     12checking for xemacs... no 
     13 
     14Beginning configuration for bash-4.0-release for i586-pc-haiku 
     15 
     16checking for gcc... gcc 
     17checking for C compiler default output file name... conftest 
     18checking whether the C compiler works... yes 
     19checking whether we are cross compiling... no 
     20checking for suffix of executables...  
     21checking for suffix of object files... o 
     22checking whether we are using the GNU C compiler... yes 
     23checking whether gcc accepts -g... yes 
     24checking for gcc option to accept ISO C89... none needed 
     25checking for library containing strerror... none required 
     26checking how to run the C preprocessor... gcc -E 
     27checking for grep that handles long lines and -e... /bin/grep 
     28checking for egrep... /bin/grep -E 
     29checking for ANSI C header files... yes 
     30checking for sys/types.h... yes 
     31checking for sys/stat.h... yes 
     32checking for stdlib.h... yes 
     33checking for string.h... yes 
     34checking for memory.h... yes 
     35checking for strings.h... yes 
     36checking for inttypes.h... yes 
     37checking for stdint.h... yes 
     38checking for unistd.h... yes 
     39checking minix/config.h usability... no 
     40checking minix/config.h presence... no 
     41checking for minix/config.h... no 
     42checking whether it is safe to define __EXTENSIONS__... yes 
     43checking for a sed that does not truncate output... /bin/sed 
     44checking for fgrep... /bin/grep -F 
     45checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     46checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     47checking for BSD- or MS-compatible name lister (nm)... /boot/develop/tools/gnupro/bin/nm -B 
     48checking the name lister (/boot/develop/tools/gnupro/bin/nm -B) interface... BSD nm 
     49checking whether ln -s works... yes 
     50checking the maximum length of command line arguments... 32768 
     51checking whether the shell understands some XSI constructs... yes 
     52checking whether the shell understands "+="... no 
     53checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r 
     54checking for objdump... objdump 
     55checking how to recognize dependent libraries... pass_all 
     56checking for ar... ar 
     57checking for strip... strip 
     58checking for ranlib... ranlib 
     59checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok 
     60checking for dlfcn.h... yes 
     61checking for objdir... .libs 
     62checking if gcc supports -fno-rtti -fno-exceptions... yes 
     63checking for gcc option to produce PIC...  -DPIC 
     64checking if gcc PIC flag  -DPIC works... yes 
     65checking if gcc static flag  works... yes 
     66checking if gcc supports -c -o file.o... yes 
     67checking if gcc supports -c -o file.o... (cached) yes 
     68checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     69checking whether -lc should be explicitly linked in... yes 
     70checking dynamic linker characteristics... haiku runtime_loader 
     71checking how to hardcode library paths into programs... immediate 
     72checking whether stripping libraries is possible... yes 
     73checking if libtool supports shared libraries... yes 
     74checking whether to build shared libraries... yes 
     75checking whether to build static libraries... yes 
     76checking for special C compiler options needed for large files... no 
     77checking for _FILE_OFFSET_BITS value needed for large files... no 
     78checking whether gcc needs -traditional... no 
     79checking for a BSD-compatible install... /bin/install -c 
     80checking for ar... ar 
     81checking for bison... bison -y 
     82checking whether make sets $(MAKE)... yes 
     83checking for an ANSI C-conforming const... yes 
     84checking for inline... inline 
     85checking whether byte ordering is bigendian... no 
     86checking for preprocessor stringizing operator... yes 
     87checking for long double with more range or precision than double... no 
     88checking for function prototypes... yes 
     89checking whether char is unsigned... no 
     90checking for working volatile... yes 
     91checking for C/C++ restrict keyword... __restrict 
     92checking for a thread-safe mkdir -p... /bin/mkdir -p 
     93checking whether NLS is requested... yes 
     94checking for msgfmt... /boot/common/bin/msgfmt 
     95checking for gmsgfmt... /boot/common/bin/msgfmt 
     96checking for xgettext... /boot/common/bin/xgettext 
     97checking for msgmerge... /boot/common/bin/msgmerge 
     98checking whether we are using the GNU C Library 2 or newer... no 
     99checking for ranlib... (cached) ranlib 
     100checking for simple visibility declarations... no 
     101checking for size_t... yes 
     102checking for stdint.h... yes 
     103checking for working alloca.h... yes 
     104checking for alloca... yes 
     105checking for stdlib.h... (cached) yes 
     106checking for unistd.h... (cached) yes 
     107checking for getpagesize... yes 
     108checking for working mmap... no 
     109checking whether integer division by zero raises SIGFPE... yes 
     110checking for inttypes.h... yes 
     111checking for unsigned long long int... yes 
     112checking for inttypes.h... (cached) yes 
     113checking whether the inttypes.h PRIxNN macros are broken... no 
     114checking for ld used by GCC... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     115checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     116checking for shared library run path origin... done 
     117checking whether imported symbols can be declared weak... yes 
     118checking pthread.h usability... yes 
     119checking pthread.h presence... yes 
     120checking for pthread.h... yes 
     121checking for pthread_kill in -lpthread... no 
     122checking for pthread_rwlock_t... yes 
     123checking for multithread API to use... posix 
     124checking argz.h usability... no 
     125checking argz.h presence... no 
     126checking for argz.h... no 
     127checking for inttypes.h... (cached) yes 
     128checking limits.h usability... yes 
     129checking limits.h presence... yes 
     130checking for limits.h... yes 
     131checking for unistd.h... (cached) yes 
     132checking sys/param.h usability... yes 
     133checking sys/param.h presence... yes 
     134checking for sys/param.h... yes 
     135checking for getcwd... yes 
     136checking for getegid... yes 
     137checking for geteuid... yes 
     138checking for getgid... yes 
     139checking for getuid... yes 
     140checking for mempcpy... no 
     141checking for munmap... yes 
     142checking for stpcpy... yes 
     143checking for strcasecmp... yes 
     144checking for strdup... yes 
     145checking for strtoul... yes 
     146checking for tsearch... yes 
     147checking for argz_count... no 
     148checking for argz_stringify... no 
     149checking for argz_next... no 
     150checking for __fsetlocking... yes 
     151checking whether feof_unlocked is declared... yes 
     152checking whether fgets_unlocked is declared... no 
     153checking for iconv... yes 
     154checking for working iconv... yes 
     155checking how to link with libiconv... -liconv 
     156checking for iconv declaration...  
     157         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); 
     158checking for NL_LOCALE_NAME macro... no 
     159checking for bison... bison 
     160checking version of bison... 2.4, ok 
     161checking for long long int... yes 
     162checking for wchar_t... yes 
     163checking for wint_t... yes 
     164checking for intmax_t... yes 
     165checking whether printf() supports POSIX/XSI format strings... yes 
     166checking whether we are using the GNU C Library 2.1 or newer... no 
     167checking for stdint.h... (cached) yes 
     168checking for SIZE_MAX... yes 
     169checking for stdint.h... (cached) yes 
     170checking for CFPreferencesCopyAppValue... no 
     171checking for CFLocaleCopyCurrent... no 
     172checking for ptrdiff_t... yes 
     173checking stddef.h usability... yes 
     174checking stddef.h presence... yes 
     175checking for stddef.h... yes 
     176checking for stdlib.h... (cached) yes 
     177checking for string.h... (cached) yes 
     178checking for asprintf... yes 
     179checking for fwprintf... yes 
     180checking for putenv... yes 
     181checking for setenv... yes 
     182checking for setlocale... yes 
     183checking for snprintf... yes 
     184checking for wcslen... yes 
     185checking whether _snprintf is declared... no 
     186checking whether _snwprintf is declared... no 
     187checking whether getc_unlocked is declared... yes 
     188checking for nl_langinfo and CODESET... no 
     189checking for LC_MESSAGES... yes 
     190checking for CFPreferencesCopyAppValue... (cached) no 
     191checking for CFLocaleCopyCurrent... (cached) no 
     192checking whether included gettext is requested... no 
     193checking for GNU gettext in libc... no 
     194checking for GNU gettext in libintl... no 
     195checking whether to use NLS... yes 
     196checking where the gettext function comes from... included intl directory 
     197checking for dirent.h that defines DIR... yes 
     198checking for library containing opendir... none required 
     199checking whether time.h and sys/time.h may both be included... yes 
     200checking for inttypes.h... (cached) yes 
     201checking for unistd.h... (cached) yes 
     202checking for stdlib.h... (cached) yes 
     203checking stdarg.h usability... yes 
     204checking stdarg.h presence... yes 
     205checking for stdarg.h... yes 
     206checking varargs.h usability... yes 
     207checking varargs.h presence... yes 
     208checking for varargs.h... yes 
     209checking for limits.h... (cached) yes 
     210checking for string.h... (cached) yes 
     211checking for memory.h... (cached) yes 
     212checking locale.h usability... yes 
     213checking locale.h presence... yes 
     214checking for locale.h... yes 
     215checking termcap.h usability... yes 
     216checking termcap.h presence... yes 
     217checking for termcap.h... yes 
     218checking termio.h usability... no 
     219checking termio.h presence... no 
     220checking for termio.h... no 
     221checking termios.h usability... yes 
     222checking termios.h presence... yes 
     223checking for termios.h... yes 
     224checking for dlfcn.h... (cached) yes 
     225checking for stddef.h... (cached) yes 
     226checking for stdint.h... (cached) yes 
     227checking netdb.h usability... yes 
     228checking netdb.h presence... yes 
     229checking for netdb.h... yes 
     230checking pwd.h usability... yes 
     231checking pwd.h presence... yes 
     232checking for pwd.h... yes 
     233checking grp.h usability... yes 
     234checking grp.h presence... yes 
     235checking for grp.h... yes 
     236checking for strings.h... (cached) yes 
     237checking regex.h usability... yes 
     238checking regex.h presence... yes 
     239checking for regex.h... yes 
     240checking sys/pte.h usability... no 
     241checking sys/pte.h presence... no 
     242checking for sys/pte.h... no 
     243checking sys/stream.h usability... no 
     244checking sys/stream.h presence... no 
     245checking for sys/stream.h... no 
     246checking sys/select.h usability... yes 
     247checking sys/select.h presence... yes 
     248checking for sys/select.h... yes 
     249checking sys/file.h usability... yes 
     250checking sys/file.h presence... yes 
     251checking for sys/file.h... yes 
     252checking sys/resource.h usability... yes 
     253checking sys/resource.h presence... yes 
     254checking for sys/resource.h... yes 
     255checking for sys/param.h... (cached) yes 
     256checking sys/socket.h usability... yes 
     257checking sys/socket.h presence... yes 
     258checking for sys/socket.h... yes 
     259checking for sys/stat.h... (cached) yes 
     260checking sys/time.h usability... yes 
     261checking sys/time.h presence... yes 
     262checking for sys/time.h... yes 
     263checking sys/times.h usability... yes 
     264checking sys/times.h presence... yes 
     265checking for sys/times.h... yes 
     266checking for sys/types.h... (cached) yes 
     267checking sys/wait.h usability... yes 
     268checking sys/wait.h presence... yes 
     269checking for sys/wait.h... yes 
     270checking netinet/in.h usability... yes 
     271checking netinet/in.h presence... yes 
     272checking for netinet/in.h... yes 
     273checking arpa/inet.h usability... yes 
     274checking arpa/inet.h presence... yes 
     275checking for arpa/inet.h... yes 
     276checking for sys/ptem.h... no 
     277checking for working alloca.h... (cached) yes 
     278checking for alloca... (cached) yes 
     279checking whether getpgrp requires zero arguments... yes 
     280checking for vprintf... yes 
     281checking for _doprnt... no 
     282checking for working strcoll... yes 
     283checking return type of signal handlers... void 
     284checking for __setostype... no 
     285checking for wait3... no 
     286checking for isinf... yes 
     287checking for isnan... yes 
     288checking for mkfifo... yes 
     289checking for dup2... yes 
     290checking for eaccess... no 
     291checking for fcntl... yes 
     292checking for getdtablesize... yes 
     293checking for getgroups... yes 
     294checking for gethostname... yes 
     295checking for getpagesize... (cached) yes 
     296checking for getpeername... no 
     297checking for getrlimit... yes 
     298checking for getrusage... yes 
     299checking for gettimeofday... yes 
     300checking for kill... yes 
     301checking for killpg... yes 
     302checking for lstat... yes 
     303checking for readlink... yes 
     304checking for sbrk... yes 
     305checking for select... yes 
     306checking for setdtablesize... no 
     307checking for setitimer... yes 
     308checking for tcgetpgrp... yes 
     309checking for uname... yes 
     310checking for ulimit... no 
     311checking for waitpid... yes 
     312checking for rename... yes 
     313checking for bcopy... yes 
     314checking for bzero... yes 
     315checking for confstr... yes 
     316checking for fnmatch... yes 
     317checking for getaddrinfo... no 
     318checking for gethostbyname... no 
     319checking for getservbyname... no 
     320checking for getservent... no 
     321checking for inet_aton... no 
     322checking for memmove... yes 
     323checking for pathconf... yes 
     324checking for putenv... (cached) yes 
     325checking for raise... yes 
     326checking for regcomp... yes 
     327checking for regexec... yes 
     328checking for setenv... (cached) yes 
     329checking for setlinebuf... yes 
     330checking for setlocale... (cached) yes 
     331checking for setvbuf... yes 
     332checking for siginterrupt... yes 
     333checking for strchr... yes 
     334checking for sysconf... yes 
     335checking for tcgetattr... yes 
     336checking for times... yes 
     337checking for ttyname... yes 
     338checking for tzset... yes 
     339checking for unsetenv... yes 
     340checking for vsnprintf... yes 
     341checking for snprintf... (cached) yes 
     342checking for vasprintf... yes 
     343checking for asprintf... (cached) yes 
     344checking for isascii... yes 
     345checking for isblank... yes 
     346checking for isgraph... yes 
     347checking for isprint... yes 
     348checking for isspace... yes 
     349checking for isxdigit... yes 
     350checking for getpwent... yes 
     351checking for getpwnam... yes 
     352checking for getpwuid... yes 
     353checking for getcwd... (cached) yes 
     354checking for memset... yes 
     355checking for strcasecmp... (cached) yes 
     356checking for strerror... yes 
     357checking for strftime... yes 
     358checking for strnlen... yes 
     359checking for strpbrk... yes 
     360checking for strstr... yes 
     361checking for strtod... yes 
     362checking for strtol... yes 
     363checking for strtoul... (cached) yes 
     364checking for strtoll... yes 
     365checking for strtoull... yes 
     366checking for strtoimax... yes 
     367checking for strtoumax... yes 
     368checking for fdprintf... no 
     369checking whether confstr is declared... yes 
     370checking whether printf is declared... yes 
     371checking whether sbrk is declared... yes 
     372checking whether setregid is declared... yes 
     373checking whether strcpy is declared... yes 
     374checking whether strsignal is declared... yes 
     375checking whether strtold is declared... no 
     376checking for declaration of strtoimax... yes 
     377checking for declaration of strtol... yes 
     378checking for declaration of strtoll... yes 
     379checking for declaration of strtoul... yes 
     380checking for declaration of strtoull... yes 
     381checking for declaration of strtoumax... yes 
     382checking for sys/time.h... (cached) yes 
     383checking for unistd.h... (cached) yes 
     384checking for alarm... yes 
     385checking for working mktime... yes 
     386checking for argz.h... (cached) no 
     387checking errno.h usability... yes 
     388checking errno.h presence... yes 
     389checking for errno.h... yes 
     390checking fcntl.h usability... yes 
     391checking fcntl.h presence... yes 
     392checking for fcntl.h... yes 
     393checking malloc.h usability... yes 
     394checking malloc.h presence... yes 
     395checking for malloc.h... yes 
     396checking stdio_ext.h usability... yes 
     397checking stdio_ext.h presence... yes 
     398checking for stdio_ext.h... yes 
     399checking for stdlib.h... (cached) yes 
     400checking for unistd.h... (cached) yes 
     401checking for getpagesize... (cached) yes 
     402checking for working mmap... (cached) no 
     403checking for __argz_count... no 
     404checking for __argz_next... no 
     405checking for __argz_stringify... no 
     406checking for dcgettext... no 
     407checking for mempcpy... (cached) no 
     408checking for munmap... (cached) yes 
     409checking for stpcpy... (cached) yes 
     410checking for strcspn... yes 
     411checking for strdup... (cached) yes 
     412checking wctype.h usability... yes 
     413checking wctype.h presence... yes 
     414checking for wctype.h... yes 
     415checking wchar.h usability... yes 
     416checking wchar.h presence... yes 
     417checking for wchar.h... yes 
     418checking langinfo.h usability... no 
     419checking langinfo.h presence... no 
     420checking for langinfo.h... no 
     421checking for mbrlen... yes 
     422checking for mbscmp... no 
     423checking for mbsrtowcs... yes 
     424checking for wcrtomb... yes 
     425checking for wcscoll... yes 
     426checking for wcsdup... yes 
     427checking for wcwidth... yes 
     428checking for wctype... yes 
     429checking whether mbrtowc and mbstate_t are properly declared... yes 
     430checking for iswlower... yes 
     431checking for iswupper... yes 
     432checking for towlower... yes 
     433checking for towupper... yes 
     434checking for iswctype... yes 
     435checking for nl_langinfo and CODESET... no 
     436checking for wchar_t in wchar.h... yes 
     437checking for wctype_t in wctype.h... yes 
     438checking for wint_t in wctype.h... yes 
     439checking for dlopen in -ldl... no 
     440checking for dlopen... yes 
     441checking for dlclose... yes 
     442checking for dlsym... yes 
     443checking whether sys_siglist is declared... yes 
     444checking for inet_aton... no 
     445checking for getpeername in -lsocket... no 
     446checking for gethostbyname in socket library... no 
     447checking for uid_t in sys/types.h... yes 
     448checking type of array argument to getgroups... gid_t 
     449checking for off_t... yes 
     450checking for mode_t... yes 
     451checking for uid_t in sys/types.h... (cached) yes 
     452checking for pid_t... yes 
     453checking for size_t... (cached) yes 
     454checking for ssize_t... yes 
     455checking for time_t... yes 
     456checking for long long... long long 
     457checking for unsigned long long... unsigned long long 
     458checking return type of signal handlers... (cached) void 
     459checking for sig_atomic_t in signal.h... yes 
     460checking size of char... 1 
     461checking size of short... 2 
     462checking size of int... 4 
     463checking size of long... 4 
     464checking size of char *... 4 
     465checking size of double... 8 
     466checking size of long long... 8 
     467checking for u_int... yes 
     468checking for u_long... yes 
     469checking for bits16_t... no 
     470checking for u_bits16_t... no 
     471checking for bits32_t... no 
     472checking for u_bits32_t... no 
     473checking for bits64_t... no 
     474checking for ptrdiff_t... (cached) yes 
     475checking whether stat file-mode macros are broken... no 
     476checking whether #! works in shell scripts... yes 
     477checking whether the ctype macros accept non-ascii characters... no 
     478checking if dup2 fails to clear the close-on-exec flag... no 
     479checking whether pgrps need synchronization... no 
     480checking return type of signal handlers... (cached) void 
     481checking for type of signal functions... posix 
     482checking for sys_errlist and sys_nerr... yes 
     483checking whether sys_siglist is declared... (cached) yes 
     484checking for sys_siglist in system C library... yes 
     485./configure: line 37467: BASH_UNDER_SYS_SIGLIST: command not found 
     486checking whether signal handlers are of type void... yes 
     487checking for clock_t... yes 
     488checking for sigset_t... yes 
     489checking for quad_t... no 
     490checking for intmax_t... yes 
     491checking for uintmax_t... yes 
     492checking for socklen_t... yes 
     493checking for size and type of struct rlimit fields... rlim_t 
     494checking for struct termios.c_line... yes 
     495checking for struct termio.c_line... no 
     496checking for struct dirent.d_ino... yes 
     497checking for struct dirent.d_fileno... no 
     498checking for struct dirent.d_namlen... no 
     499checking for struct winsize in sys/ioctl.h and termios.h... termios.h 
     500checking for struct timeval in sys/time.h and time.h... yes 
     501checking for struct stat.st_blocks... yes 
     502checking whether struct tm is in sys/time.h or time.h... time.h 
     503checking for struct tm.tm_zone... yes 
     504checking for struct timezone in sys/time.h and time.h... yes 
     505checking for the existence of strsignal... yes 
     506checking if opendir() opens non-directories... no 
     507checking whether ulimit can substitute for getdtablesize... no 
     508./configure: line 39280: BASH_FUNC_FPURGE: command not found 
     509checking to see if getenv can be redefined... yes 
     510checking if getcwd() will dynamically allocate memory with 0 size... yes 
     511checking for presence of POSIX-style sigsetjmp/siglongjmp... present 
     512checking whether or not strcoll and strcmp differ... no 
     513checking for standard-conformant putenv declaration... no 
     514checking for standard-conformant unsetenv declaration... yes 
     515checking for printf floating point output in hex notation... yes 
     516checking if signal handlers must be reinstalled when invoked... no 
     517checking for presence of necessary job control definitions... present 
     518checking for presence of named pipes... present 
     519checking whether termios.h defines TIOCGWINSZ... yes 
     520checking for TIOCSTAT in sys/ioctl.h... no 
     521checking for FIONREAD in sys/ioctl.h... yes 
     522checking whether WCONTINUED flag to waitpid is unavailable or available but broken... no 
     523checking for speed_t in sys/types.h... no 
     524checking whether getpw functions are declared in pwd.h... yes 
     525checking for unusable real-time signals due to large values... no 
     526checking for _sys_siglist in signal.h or unistd.h... no 
     527checking for tgetent... no 
     528checking for tgetent in -ltermcap... no 
     529checking for tgetent in -ltinfo... no 
     530checking for tgetent in -lcurses... no 
     531checking for tgetent in -lncurses... yes 
     532checking which library has the termcap functions... using libncurses 
     533checking whether /dev/fd is available... absent 
     534checking whether /dev/stdin stdout stderr are available... absent 
     535checking for default mail directory... unknown 
     536checking shared object configuration for loadable builtins... supported 
     537configure: creating ./config.status 
     538config.status: creating Makefile 
     539config.status: creating builtins/Makefile 
     540config.status: creating lib/readline/Makefile 
     541config.status: creating lib/glob/Makefile 
     542config.status: creating lib/intl/Makefile 
     543config.status: creating lib/malloc/Makefile 
     544config.status: creating lib/sh/Makefile 
     545config.status: creating lib/termcap/Makefile 
     546config.status: creating lib/tilde/Makefile 
     547config.status: creating doc/Makefile 
     548config.status: creating support/Makefile 
     549config.status: creating po/Makefile.in 
     550config.status: creating examples/loadables/Makefile 
     551config.status: creating examples/loadables/perl/Makefile 
     552config.status: creating config.h 
     553config.status: executing libtool commands 
     554config.status: executing po-directories commands 
     555config.status: creating po/POTFILES 
     556config.status: creating po/Makefile 
     557config.status: executing default commands 
     558[4]+  Done                    lpe bash.m4 
     559patric@/boot/home/projects/bash/bash-4.0> 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/