Index: head/devel/uds/pkg-descr =================================================================== --- head/devel/uds/pkg-descr (revision 86543) +++ head/devel/uds/pkg-descr (nonexistent) @@ -1,23 +0,0 @@ -The UDS (Useful Development Stuff) Collection is a C++ library that -assists you while developing and debugging programs. It was developed -as part of Frost. Features were only added when needed, but it -provides already a nice bunch of features. - -Features: - - Automatic search for memory leaks - - Logging of memory [de]allocations - - Zombie objects - - Exception system for (almost) fatal errors. A core can be dumped - when the exception is thrown. - - Action, FinalAction, and VRemember - - Function objects that are more flexible than STL function objects - - Threads, Mutexes, Semaphores Posix Threads wrapper classes - - Socket Stream class - - ProcStream class (new) - - Classes for reference counting that make it easy to implement - copy-on-write and garbage collection. - - Simple pseudo-random number generators - - Several "convenience functions" to create temporary file names; - open files, fork, wait etc. and throw an exception if something goes wrong - -WWW: http://frost.flewid.de/uds/ Property changes on: head/devel/uds/pkg-descr ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/distinfo =================================================================== --- head/devel/uds/distinfo (revision 86543) +++ head/devel/uds/distinfo (nonexistent) @@ -1 +0,0 @@ -MD5 (uds-1.0.6.tar.gz) = a6996e317c4898deddc620a7e0a903da Property changes on: head/devel/uds/distinfo ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.4 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/pkg-plist =================================================================== --- head/devel/uds/pkg-plist (revision 86543) +++ head/devel/uds/pkg-plist (nonexistent) @@ -1,72 +0,0 @@ -include/uds/action.hh -include/uds/alloc.hh -include/uds/auto_ptr.hh -include/uds/btrace.hh -include/uds/check_ptr.hh -include/uds/childdiag.hh -include/uds/collector.hh -include/uds/dcast.hh -include/uds/diagnose.hh -include/uds/errnodiag.hh -include/uds/exception.hh -include/uds/exit.hh -include/uds/fdbuf.hh -include/uds/fdstream.hh -include/uds/fileinfo.hh -include/uds/filestream.hh -include/uds/flex_func.hh -include/uds/functional.hh -include/uds/idep.hh -include/uds/init.hh -include/uds/io_util.hh -include/uds/log.hh -include/uds/md5.h -include/uds/packetsocket.hh -include/uds/procstream.hh -include/uds/random.hh -include/uds/refcounter.hh -include/uds/sentinel.hh -include/uds/sockbase.hh -include/uds/stdexcpt.hh -include/uds/stl_ext.hh -include/uds/stl_util.hh -include/uds/str_util.hh -include/uds/streamsocket.hh -include/uds/swanpipe.hh -include/uds/sys_util.hh -include/uds/thread.hh -include/uds/thread_nreent.hh -include/uds/thread_reent.hh -include/uds/time.hh -include/uds/uds.hh -@dirrm include/uds -lib/libuds.a -lib/libuds.la -lib/libuds.so -lib/libuds.so.2 -lib/libudsthread.a -lib/libudsthread.la -lib/libudsthread.so -lib/libudsthread.so.2 -%%PORTDOCS%%share/doc/uds/config.html -%%PORTDOCS%%share/doc/uds/contributing.html -%%PORTDOCS%%share/doc/uds/download.html -%%PORTDOCS%%share/doc/uds/features.html -%%PORTDOCS%%share/doc/uds/history.html -%%PORTDOCS%%share/doc/uds/index.html -%%PORTDOCS%%share/doc/uds/relnotes.html -%%PORTDOCS%%share/doc/uds/todo.html -%%PORTDOCS%%@dirrm share/doc/uds -share/uds/udsdeff.cc -@dirrm share/uds -share/aclocal/uds_base.m4 -share/aclocal/uds_check.m4 -share/aclocal/uds_daemon.m4 -share/aclocal/uds_debug.m4 -share/aclocal/uds_def.m4 -share/aclocal/uds_extra.m4 -share/aclocal/uds_flex.m4 -share/aclocal/uds_opt.m4 -share/aclocal/uds_paths.m4 -share/aclocal/uds_profile.m4 -share/aclocal/uds_prog.m4 Property changes on: head/devel/uds/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.6 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/Makefile =================================================================== --- head/devel/uds/Makefile (revision 86543) +++ head/devel/uds/Makefile (nonexistent) @@ -1,39 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: uds -# Date created: Feb 27, 2001 -# Whom: Ying-Chieh Liao -# -# $FreeBSD$ -# - -PORTNAME= uds -PORTVERSION= 1.0.6 -CATEGORIES= devel -MASTER_SITES= http://frost.flewid.de/dist/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= UDS (Useful Development Stuff) Collection - -BROKEN= "Does not compile" - -USE_REINPLACE= yes -USE_GCC= 3.1 -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes - -pre-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure - - @${FIND} ${WRKSRC} -name 'Makefile.in' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|install-data-hook|#install-data-hook|g ; \ - s|-D_REENTRANT|-D_REENTRANT ${PTHREAD_CFLAGS}|g ; \ - s|-lpthread|${PTHREAD_LIBS}|g' - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} -.endif - -.include Property changes on: head/devel/uds/Makefile ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.10 \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Index: head/devel/uds/files/patch-uds::streamsocket.cc =================================================================== --- head/devel/uds/files/patch-uds::streamsocket.cc (revision 86543) +++ head/devel/uds/files/patch-uds::streamsocket.cc (nonexistent) @@ -1,10 +0,0 @@ ---- uds/streamsocket.cc.orig Thu Sep 5 02:38:14 2002 -+++ uds/streamsocket.cc Thu Sep 5 02:38:24 2002 -@@ -25,6 +25,7 @@ - #include "config.h" - #ifdef HAVE_SOCKET - -+#include - #include - #include - #include Property changes on: head/devel/uds/files/patch-uds::streamsocket.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/files/patch-uds::alloc.cc =================================================================== --- head/devel/uds/files/patch-uds::alloc.cc (revision 86543) +++ head/devel/uds/files/patch-uds::alloc.cc (nonexistent) @@ -1,33 +0,0 @@ ---- uds/alloc.cc.orig Thu Sep 5 10:07:25 2002 -+++ uds/alloc.cc Thu Sep 5 10:08:48 2002 -@@ -27,26 +27,26 @@ - - - void* --operator new ( size_t size ) -+operator new ( size_t size ) throw ( std::bad_alloc ) - { - return uds::sentinel().Allocate( size ); - } - - void* --operator new [] ( size_t size ) -+operator new [] ( size_t size ) throw ( std::bad_alloc ) - { - return uds::sentinel().Allocate( size ); - } - - void --operator delete ( void* p ) -+operator delete ( void* p ) throw () - { - if ( p ) - uds::sentinel().Release( p ); - } - - void --operator delete [] ( void* p ) -+operator delete [] ( void* p ) throw () - { - if ( p ) - uds::sentinel().Release( p ); Property changes on: head/devel/uds/files/patch-uds::alloc.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/files/patch-uds::procstream.cc =================================================================== --- head/devel/uds/files/patch-uds::procstream.cc (revision 86543) +++ head/devel/uds/files/patch-uds::procstream.cc (nonexistent) @@ -1,12 +0,0 @@ ---- uds/procstream.cc.orig Tue Feb 27 13:50:01 2001 -+++ uds/procstream.cc Tue Feb 27 13:50:08 2001 -@@ -22,8 +22,8 @@ - - // includes - --#include - #include -+#include - #include - #include - #include Property changes on: head/devel/uds/files/patch-uds::procstream.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/files/patch-uds::packetsocket.cc =================================================================== --- head/devel/uds/files/patch-uds::packetsocket.cc (revision 86543) +++ head/devel/uds/files/patch-uds::packetsocket.cc (nonexistent) @@ -1,19 +0,0 @@ ---- uds/packetsocket.cc.orig Thu Sep 5 02:36:31 2002 -+++ uds/packetsocket.cc Thu Sep 5 02:37:03 2002 -@@ -22,6 +22,7 @@ - - // includes - -+#include - #include - #include - #include -@@ -163,7 +164,7 @@ - &si_len ) ); - d.assign( msg, sz ); - -- hostent* he = gethostbyaddr( &si.sin_addr, sizeof( si.sin_addr ), AF_INET ); -+ hostent* he = gethostbyaddr( (const char *)&si.sin_addr, sizeof( si.sin_addr ), AF_INET ); - - if ( he ) - { Property changes on: head/devel/uds/files/patch-uds::packetsocket.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/files/patch-uds::sockbase.cc =================================================================== --- head/devel/uds/files/patch-uds::sockbase.cc (revision 86543) +++ head/devel/uds/files/patch-uds::sockbase.cc (nonexistent) @@ -1,10 +0,0 @@ ---- uds/sockbase.cc.orig Thu May 10 19:57:08 2001 -+++ uds/sockbase.cc Thu May 10 19:57:26 2001 -@@ -25,6 +25,7 @@ - #include "config.h" - #ifdef HAVE_SOCKET - -+#include - #include - #include - #include Property changes on: head/devel/uds/files/patch-uds::sockbase.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/files/patch-uds::io_util.hh =================================================================== --- head/devel/uds/files/patch-uds::io_util.hh (revision 86543) +++ head/devel/uds/files/patch-uds::io_util.hh (nonexistent) @@ -1,47 +0,0 @@ ---- uds/io_util.hh.orig Thu Sep 5 10:14:44 2002 -+++ uds/io_util.hh Thu Sep 5 10:21:14 2002 -@@ -27,8 +27,7 @@ - - #include - #include --#include --#include -+#include - #include - #include - -@@ -45,33 +44,10 @@ - end_little = 1234, ///< little-endian - end_big = 4321, ///< big-endian - end_net = end_big, ///< network byte order -- end_host = __BYTE_ORDER ///< host byte order -+ end_host = BYTE_ORDER ///< host byte order - }; - - typedef unsigned endianess_t; -- -- --// the following bswap* functions need to be defined since --// gcc (at least 2.95.3) aborts with an error if the bswap_* macros are --// used inside of a template function and expand to assembly code. -- --inline u_int16_t --bswap16( u_int16_t x ) --{ -- return bswap_16( x ); --} -- --inline u_int32_t --bswap32( u_int32_t x ) --{ -- return bswap_32( x ); --} -- --inline u_int64_t --bswap64( u_int64_t x ) --{ -- return bswap_64( x ); --} - - - /** changes the endianess of an integral type Property changes on: head/devel/uds/files/patch-uds::io_util.hh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/files/patch-uds::fdbuf.cc =================================================================== --- head/devel/uds/files/patch-uds::fdbuf.cc (revision 86543) +++ head/devel/uds/files/patch-uds::fdbuf.cc (nonexistent) @@ -1,10 +0,0 @@ ---- uds/fdbuf.cc.orig Thu Sep 5 10:23:14 2002 -+++ uds/fdbuf.cc Thu Sep 5 10:23:23 2002 -@@ -22,6 +22,7 @@ - - // includes - -+#include - #include - #include - #include Property changes on: head/devel/uds/files/patch-uds::fdbuf.cc ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/uds/files/patch-uds::sys_util.hh =================================================================== --- head/devel/uds/files/patch-uds::sys_util.hh (revision 86543) +++ head/devel/uds/files/patch-uds::sys_util.hh (nonexistent) @@ -1,10 +0,0 @@ ---- uds/sys_util.hh.orig Tue Feb 27 13:54:05 2001 -+++ uds/sys_util.hh Tue Feb 27 13:57:50 2001 -@@ -25,6 +25,7 @@ - - // includes - -+#include - #include - - using namespace std; Property changes on: head/devel/uds/files/patch-uds::sys_util.hh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/Makefile =================================================================== --- head/devel/Makefile (revision 86543) +++ head/devel/Makefile (revision 86544) @@ -1,1035 +1,1034 @@ # $FreeBSD$ # SUBDIR += ElectricFence SUBDIR += ORBacus SUBDIR += ORBit SUBDIR += ORBit2 SUBDIR += SpecTcl SUBDIR += a2dev SUBDIR += aap SUBDIR += ac-archive SUBDIR += acpicatools SUBDIR += adacurses SUBDIR += agenda-headers SUBDIR += agenda-libs SUBDIR += agenda-snow-libs SUBDIR += agenda-static-libs SUBDIR += ald SUBDIR += alf SUBDIR += allegro SUBDIR += amulet SUBDIR += anjuta SUBDIR += anjuta-devel SUBDIR += antlr SUBDIR += apache-ant SUBDIR += apr SUBDIR += arch SUBDIR += argouml SUBDIR += arm-aout-binutils SUBDIR += arm-elf-binutils SUBDIR += arm-elf-gcc295 SUBDIR += arm-rtems-binutils SUBDIR += arm-rtems-g77 SUBDIR += arm-rtems-gcc SUBDIR += arm-rtems-gcj SUBDIR += arm-rtems-gdb SUBDIR += arm-rtems-objc SUBDIR += as80 SUBDIR += asis SUBDIR += asl SUBDIR += asmutils SUBDIR += astyle SUBDIR += atk SUBDIR += atlas SUBDIR += aunit SUBDIR += autobook SUBDIR += autoconf SUBDIR += autoconf213 SUBDIR += autoconf257 SUBDIR += autodia SUBDIR += autogen SUBDIR += automake SUBDIR += automake14 SUBDIR += automake17 SUBDIR += avarice SUBDIR += avltree SUBDIR += avr-binutils SUBDIR += avr-gcc SUBDIR += avr-gdb SUBDIR += avr-libc SUBDIR += avrdude SUBDIR += avrprog SUBDIR += bcc SUBDIR += bcpp SUBDIR += bglibs SUBDIR += bicyclerepair SUBDIR += bin86 SUBDIR += bison SUBDIR += bison1875 SUBDIR += bnf SUBDIR += boaconstructor SUBDIR += boehm-gc SUBDIR += bonobo SUBDIR += bonobo-activation SUBDIR += bonobo-conf SUBDIR += boost SUBDIR += bugbuddy2 SUBDIR += bugzilla SUBDIR += buildtool SUBDIR += byaccj SUBDIR += c2lib SUBDIR += c2man SUBDIR += c4 SUBDIR += c_c++_reference SUBDIR += c_parser SUBDIR += camlp4 SUBDIR += cbrowser SUBDIR += cc65 SUBDIR += ccache SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccmalloc SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk SUBDIR += cdoc SUBDIR += cflow SUBDIR += cflow2vcg SUBDIR += chora SUBDIR += cl-asdf SUBDIR += cl-asdf-clisp SUBDIR += clanlib SUBDIR += clig SUBDIR += clint SUBDIR += clo++ SUBDIR += cmake SUBDIR += codecrusader SUBDIR += commoncpp SUBDIR += cons SUBDIR += cons-test SUBDIR += cook SUBDIR += cppadvio SUBDIR += cppunit SUBDIR += cproto SUBDIR += crossgo32 SUBDIR += crossgo32-djgpp2 SUBDIR += crossgo32-djgpp2-pdcurses SUBDIR += cscope SUBDIR += cscout SUBDIR += cssc SUBDIR += ctags SUBDIR += cutils SUBDIR += cvs+ipv6 SUBDIR += cvs2cl SUBDIR += cvs2html SUBDIR += cvs2p4 SUBDIR += cvsadmin SUBDIR += cvsbook SUBDIR += cvsd SUBDIR += cvsdelta SUBDIR += cvsdiff2patch SUBDIR += cvsgraph SUBDIR += cvslines SUBDIR += cvsmapfs SUBDIR += cvsmonitor SUBDIR += cvspadm SUBDIR += cvsplot SUBDIR += cvsps SUBDIR += cvsstat SUBDIR += cvstrac SUBDIR += cvsutils SUBDIR += cvsweb SUBDIR += cvswrap SUBDIR += cweb SUBDIR += cxref SUBDIR += darcs SUBDIR += darts SUBDIR += dcons SUBDIR += ddd SUBDIR += decompyle SUBDIR += devhelp SUBDIR += devtodo SUBDIR += dia2code SUBDIR += diffconvert SUBDIR += directfb SUBDIR += distcc SUBDIR += distel SUBDIR += dmake SUBDIR += dmalloc SUBDIR += doc++ SUBDIR += doctorj SUBDIR += dotconf SUBDIR += doxygen SUBDIR += e4graph SUBDIR += ebnf2yacc SUBDIR += eboxy SUBDIR += ecb SUBDIR += ecb-emacs20 SUBDIR += ecgi SUBDIR += eieio SUBDIR += eieio-emacs20 SUBDIR += elf SUBDIR += elfio SUBDIR += elfsh SUBDIR += elftoaout SUBDIR += elib SUBDIR += elib-emacs19 SUBDIR += elib-emacs20 SUBDIR += entity SUBDIR += error SUBDIR += esdl SUBDIR += f77flow SUBDIR += fam SUBDIR += fampp SUBDIR += fastcrc SUBDIR += fastdep SUBDIR += fc++ SUBDIR += ffcall SUBDIR += fhist SUBDIR += fib SUBDIR += flick SUBDIR += fnccheck SUBDIR += fnorb SUBDIR += fortran-utils SUBDIR += fpp SUBDIR += freelibiberty SUBDIR += freescope SUBDIR += frink SUBDIR += ftnchek SUBDIR += funnelweb SUBDIR += g-wrap SUBDIR += g2c SUBDIR += gaa SUBDIR += gccxml SUBDIR += gconf SUBDIR += gconf2 SUBDIR += gconfmm SUBDIR += gcvs SUBDIR += gdb52 SUBDIR += gdb53 SUBDIR += gdbmods SUBDIR += gengameng SUBDIR += gengetopt SUBDIR += gettext SUBDIR += getxml SUBDIR += gide SUBDIR += gindent SUBDIR += glade SUBDIR += glade2 SUBDIR += glg SUBDIR += glib12 SUBDIR += glib20 SUBDIR += global SUBDIR += glui SUBDIR += gmake SUBDIR += gnome-vfsmm SUBDIR += gnomebuild SUBDIR += gnomecommon SUBDIR += gnomecrash SUBDIR += gnomedebug SUBDIR += gnomevfs SUBDIR += gnomevfs-extras SUBDIR += gnomevfs2 SUBDIR += gnustep SUBDIR += gnustep-make SUBDIR += gob2 SUBDIR += gorm SUBDIR += gperf SUBDIR += gputils SUBDIR += gtgt SUBDIR += gtranslator SUBDIR += gvd SUBDIR += happydoc SUBDIR += hp48cc SUBDIR += hptools SUBDIR += hs-alex SUBDIR += hs-buddha SUBDIR += hs-c2hs SUBDIR += hs-crypto SUBDIR += hs-drift SUBDIR += hs-green-card SUBDIR += hs-haddock SUBDIR += hs-happy SUBDIR += hs-hat SUBDIR += hs-hdoc SUBDIR += hs-hmake SUBDIR += hs-hpl SUBDIR += hs-idoc SUBDIR += hs-popenhs SUBDIR += hs-tclhaskell-ghc SUBDIR += hs-uni SUBDIR += hypersrc SUBDIR += i386-rtems-binutils SUBDIR += i386-rtems-g77 SUBDIR += i386-rtems-gcc SUBDIR += i386-rtems-gcj SUBDIR += i386-rtems-gdb SUBDIR += i386-rtems-objc SUBDIR += i960-rtems-binutils SUBDIR += i960-rtems-gcc SUBDIR += i960-rtems-gdb SUBDIR += icu SUBDIR += icu2 SUBDIR += id-utils SUBDIR += idlefork SUBDIR += ifd-test SUBDIR += imake SUBDIR += imake-4 SUBDIR += inilib SUBDIR += invitation_to_ruby SUBDIR += ixlib SUBDIR += jam SUBDIR += kaptain SUBDIR += kdbg SUBDIR += kdesdk3 SUBDIR += kdevelop SUBDIR += kimwitu SUBDIR += kimwitu++ SUBDIR += korelib SUBDIR += kprof SUBDIR += kyra SUBDIR += lbpp SUBDIR += lemon SUBDIR += leoarg SUBDIR += libIDL SUBDIR += libPropList SUBDIR += libU77 SUBDIR += libafterbase SUBDIR += libargparse SUBDIR += libast SUBDIR += libavl SUBDIR += libbonobo SUBDIR += libbonobomm SUBDIR += libcache SUBDIR += libcapsinetwork SUBDIR += libchipcard SUBDIR += libchipcard-kde SUBDIR += libcii SUBDIR += libcoro SUBDIR += libdict SUBDIR += libdjbdns SUBDIR += libdlmalloc SUBDIR += libdsp SUBDIR += libedit SUBDIR += libelf SUBDIR += libevent SUBDIR += libffi SUBDIR += libformat SUBDIR += libfs++ SUBDIR += libg++ SUBDIR += libgetline SUBDIR += libghthash SUBDIR += libgii SUBDIR += libglade SUBDIR += libglade2 SUBDIR += libglademm SUBDIR += libgnugetopt SUBDIR += libgsf SUBDIR += libgtop SUBDIR += libgtop2 SUBDIR += libhash SUBDIR += libhoard SUBDIR += libical SUBDIR += libidn SUBDIR += libltdl SUBDIR += libmba SUBDIR += libmcve SUBDIR += libmtrie SUBDIR += libol SUBDIR += libole2 SUBDIR += liboop SUBDIR += libpci SUBDIR += libpdel SUBDIR += libredblack SUBDIR += libshbuf SUBDIR += libshhmsg SUBDIR += libshhopt SUBDIR += libsigc++ SUBDIR += libsigc++12 SUBDIR += libsigcx SUBDIR += libslang SUBDIR += libsoup SUBDIR += libstatgrab SUBDIR += libstocks SUBDIR += libstrfunc SUBDIR += libstroke SUBDIR += libtai SUBDIR += libtar SUBDIR += libtecla SUBDIR += libtool13 SUBDIR += libtool14 SUBDIR += libtool15 SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libusb SUBDIR += libuta SUBDIR += libvanessa_adt SUBDIR += libvanessa_logger SUBDIR += libvanessa_socket SUBDIR += libvc SUBDIR += libxalloc SUBDIR += libzt SUBDIR += libzvbi SUBDIR += lightning SUBDIR += lincvs SUBDIR += linguist SUBDIR += linux-libglade SUBDIR += linux-runrev SUBDIR += linux-sdl12 SUBDIR += linux-understand_ada SUBDIR += linux-understand_c SUBDIR += linux-understand_java SUBDIR += linux_devtools-6 SUBDIR += linux_devtools-7 SUBDIR += linux_kdump SUBDIR += linuxthreads SUBDIR += log4c SUBDIR += log4cpp SUBDIR += lwp SUBDIR += m4 SUBDIR += m6811-binutils SUBDIR += m6811-gcc SUBDIR += m68k-rtems-binutils SUBDIR += m68k-rtems-g77 SUBDIR += m68k-rtems-gcc SUBDIR += m68k-rtems-gcj SUBDIR += m68k-rtems-gdb SUBDIR += m68k-rtems-objc SUBDIR += make++ SUBDIR += makedepend SUBDIR += makeplus SUBDIR += memcheck SUBDIR += meta-cvs SUBDIR += mico SUBDIR += mime SUBDIR += mingw SUBDIR += mingw-bin-msvcrt SUBDIR += mingw-binutils SUBDIR += mingw-gcc SUBDIR += mingw-opengl-headers SUBDIR += mingw32-bin-msvcrt SUBDIR += mingw32-binutils SUBDIR += mingw32-gcc SUBDIR += mips-rtems-binutils SUBDIR += mips-rtems-g77 SUBDIR += mips-rtems-gcc SUBDIR += mips-rtems-gcj SUBDIR += mips-rtems-gdb SUBDIR += mips-rtems-objc SUBDIR += mipsel-linux-binutils SUBDIR += mipsel-linux-gcc SUBDIR += mipsel-linux-kernel-headers SUBDIR += mk SUBDIR += mkcmd SUBDIR += mkmf SUBDIR += mm SUBDIR += mob SUBDIR += moonshine SUBDIR += motor SUBDIR += mpatrol SUBDIR += mprof SUBDIR += msp430-binutils SUBDIR += msp430-gcc SUBDIR += msp430-gdb SUBDIR += msp430-libc SUBDIR += msrc0 SUBDIR += nana SUBDIR += nasm SUBDIR += ncurses SUBDIR += newfile SUBDIR += newt SUBDIR += ngpt SUBDIR += noweb SUBDIR += nspr SUBDIR += oaf SUBDIR += ocaml-classes SUBDIR += ocaml-findlib SUBDIR += ocaml-pcre SUBDIR += ocamlweb SUBDIR += omniORB SUBDIR += oniguruma SUBDIR += openzz SUBDIR += orbitcpp SUBDIR += ossp-al SUBDIR += ossp-cfg SUBDIR += ossp-ex SUBDIR += ossp-l2 SUBDIR += ossp-val SUBDIR += ossp-var SUBDIR += p4.el SUBDIR += p4api SUBDIR += p4db SUBDIR += p4delta SUBDIR += p5-Agent SUBDIR += p5-Algorithm-Diff SUBDIR += p5-Algorithm-MDiff SUBDIR += p5-Algorithm-MarkovChain SUBDIR += p5-Algorithm-Permute SUBDIR += p5-Alias SUBDIR += p5-App-Info SUBDIR += p5-AppConfig SUBDIR += p5-AppConfig-Std SUBDIR += p5-Array-Window SUBDIR += p5-AtExit SUBDIR += p5-Attribute-Handlers SUBDIR += p5-B-Deobfuscate SUBDIR += p5-B-Graph SUBDIR += p5-B-Keywords SUBDIR += p5-BSD-Resource SUBDIR += p5-BSD-stat SUBDIR += p5-C-Scan SUBDIR += p5-Cache-Cache SUBDIR += p5-Cache-Mmap SUBDIR += p5-Carp-Assert SUBDIR += p5-Carp-Datum SUBDIR += p5-Cdk SUBDIR += p5-Class-Accessor SUBDIR += p5-Class-ArrayObjects SUBDIR += p5-Class-Autouse SUBDIR += p5-Class-BlackHole SUBDIR += p5-Class-Container SUBDIR += p5-Class-Contract SUBDIR += p5-Class-Data-Inheritable SUBDIR += p5-Class-Date SUBDIR += p5-Class-Default SUBDIR += p5-Class-Delegation SUBDIR += p5-Class-Factory SUBDIR += p5-Class-Factory-Util SUBDIR += p5-Class-Fields SUBDIR += p5-Class-Generate SUBDIR += p5-Class-Hook SUBDIR += p5-Class-ISA SUBDIR += p5-Class-Inner SUBDIR += p5-Class-Inspector SUBDIR += p5-Class-Loader SUBDIR += p5-Class-MakeMethods SUBDIR += p5-Class-MethodMaker SUBDIR += p5-Class-ObjectTemplate SUBDIR += p5-Class-ObjectTemplate-DB SUBDIR += p5-Class-ReturnValue SUBDIR += p5-Class-Singleton SUBDIR += p5-Class-Tangram SUBDIR += p5-Class-Tom SUBDIR += p5-Class-Trigger SUBDIR += p5-Class-WhiteHole SUBDIR += p5-Clone SUBDIR += p5-Config-General SUBDIR += p5-Config-Ini SUBDIR += p5-Config-IniFiles SUBDIR += p5-Config-Setting SUBDIR += p5-Config-Tiny SUBDIR += p5-ConfigReader SUBDIR += p5-Coro SUBDIR += p5-Curses SUBDIR += p5-Curses-Application SUBDIR += p5-Curses-Forms SUBDIR += p5-Curses-Widgets SUBDIR += p5-DB_File-Lock SUBDIR += p5-Data-Compare SUBDIR += p5-Data-DumpXML SUBDIR += p5-Data-Flow SUBDIR += p5-Data-HexDump SUBDIR += p5-Data-Properties SUBDIR += p5-Data-Serializer SUBDIR += p5-Data-ShowTable SUBDIR += p5-Data-TemporaryBag SUBDIR += p5-Data-UUID SUBDIR += p5-Date-Calc SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-ICal SUBDIR += p5-Date-ISO SUBDIR += p5-Date-Leapyear SUBDIR += p5-Date-Manip SUBDIR += p5-Date-Pcalc SUBDIR += p5-Date-Roman SUBDIR += p5-Date-Simple SUBDIR += p5-DateConvert SUBDIR += p5-DateTime SUBDIR += p5-DateTime-Calendar-Christian SUBDIR += p5-DateTime-Calendar-Julian SUBDIR += p5-DateTime-Calendar-Mayan SUBDIR += p5-DateTime-Calendar-Pataphysical SUBDIR += p5-DateTime-Event-Cron SUBDIR += p5-DateTime-Event-Easter SUBDIR += p5-DateTime-Event-ICal SUBDIR += p5-DateTime-Event-NameDay SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-Sunrise SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork SUBDIR += p5-DateTime-Format-Builder SUBDIR += p5-DateTime-Format-DBI SUBDIR += p5-DateTime-Format-DateManip SUBDIR += p5-DateTime-Format-Epoch SUBDIR += p5-DateTime-Format-Excel SUBDIR += p5-DateTime-Format-ICal SUBDIR += p5-DateTime-Format-Mail SUBDIR += p5-DateTime-Format-MySQL SUBDIR += p5-DateTime-Format-Pg SUBDIR += p5-DateTime-Format-Roman SUBDIR += p5-DateTime-Format-Strptime SUBDIR += p5-DateTime-LeapSecond SUBDIR += p5-DateTime-Locale SUBDIR += p5-DateTime-Precise SUBDIR += p5-DateTime-Set SUBDIR += p5-DateTime-TimeZone SUBDIR += p5-DateTime-TimeZone-Alias SUBDIR += p5-Devel-Constants SUBDIR += p5-Devel-DProf SUBDIR += p5-Devel-Leak SUBDIR += p5-Devel-Modlist SUBDIR += p5-Devel-ObjectTracker SUBDIR += p5-Devel-Peek SUBDIR += p5-Devel-Profile SUBDIR += p5-Devel-Profiler SUBDIR += p5-Devel-StackTrace SUBDIR += p5-Devel-Symdump SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Dialog SUBDIR += p5-Encode-compat SUBDIR += p5-Errno SUBDIR += p5-Event SUBDIR += p5-Exception-Class SUBDIR += p5-Exporter-Lite SUBDIR += p5-ExtUtils-ParseXS SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Binary SUBDIR += p5-File-Cache SUBDIR += p5-File-DirSync SUBDIR += p5-File-FTS SUBDIR += p5-File-Find-Rule SUBDIR += p5-File-Flat SUBDIR += p5-File-Flock SUBDIR += p5-File-Lock SUBDIR += p5-File-MMagic SUBDIR += p5-File-NCopy SUBDIR += p5-File-NFSLock SUBDIR += p5-File-ReadBackwards SUBDIR += p5-File-Remove SUBDIR += p5-File-Slurp SUBDIR += p5-File-Spec SUBDIR += p5-File-Sync SUBDIR += p5-File-Tail SUBDIR += p5-File-Temp SUBDIR += p5-Filter SUBDIR += p5-Filter-CBC SUBDIR += p5-FreezeThaw SUBDIR += p5-Getargs-Long SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Long SUBDIR += p5-Getopt-Mixed SUBDIR += p5-Glade-Perl SUBDIR += p5-Heap SUBDIR += p5-IO SUBDIR += p5-IO-Multiplex SUBDIR += p5-IO-String SUBDIR += p5-IO-Stty SUBDIR += p5-IO-Tty SUBDIR += p5-IO-stringy SUBDIR += p5-IPC-Cache SUBDIR += p5-IPC-Locker SUBDIR += p5-IPC-Run SUBDIR += p5-IPC-ShareLite SUBDIR += p5-IPC-Shareable SUBDIR += p5-IPC-SharedCache SUBDIR += p5-Include SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-CPP SUBDIR += p5-Inline-Filters SUBDIR += p5-Inline-Java SUBDIR += p5-Inline-Tcl SUBDIR += p5-Ioctl SUBDIR += p5-Locale-Maketext SUBDIR += p5-Locale-Maketext-Fuzzy SUBDIR += p5-Locale-Maketext-Gettext SUBDIR += p5-Locale-Maketext-Lexicon SUBDIR += p5-Locale-PGetText SUBDIR += p5-Locale-gettext SUBDIR += p5-LockFile-Simple SUBDIR += p5-Log-Agent SUBDIR += p5-Log-Agent-Logger SUBDIR += p5-Log-Dispatch SUBDIR += p5-Log-Dispatch-Config SUBDIR += p5-Log-Dispatch-FileRotate SUBDIR += p5-Log-Log4perl SUBDIR += p5-Log-TraceMessages SUBDIR += p5-Mac-FileSpec-Unixish SUBDIR += p5-Make SUBDIR += p5-Memoize SUBDIR += p5-Module-Build SUBDIR += p5-Module-Info SUBDIR += p5-OLE-Storage_Lite SUBDIR += p5-ORBit SUBDIR += p5-Object-Realize-Later SUBDIR += p5-POE SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-POE-Component-Client-HTTP SUBDIR += p5-POE-Component-Client-POP3 SUBDIR += p5-POE-Component-Client-Ping SUBDIR += p5-POE-Component-Client-UserAgent SUBDIR += p5-POE-Component-DBIAgent SUBDIR += p5-POE-Component-DirWatch SUBDIR += p5-POE-Component-IKC SUBDIR += p5-POE-Component-IKC-ReallySimple SUBDIR += p5-POE-Component-JobQueue SUBDIR += p5-POE-Component-Logger SUBDIR += p5-POE-Component-Pcap SUBDIR += p5-POE-Component-RSS SUBDIR += p5-POE-Session-Cascading SUBDIR += p5-POE-Session-MultiDispatch SUBDIR += p5-PPerl SUBDIR += p5-PV SUBDIR += p5-Parallel-ForkManager SUBDIR += p5-Params-Validate SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-RecDescent SUBDIR += p5-Parse-Yapp SUBDIR += p5-Penguin SUBDIR += p5-Penguin-Easy SUBDIR += p5-PerlMenu SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-Daemon SUBDIR += p5-Proc-PIDFile SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-Simple SUBDIR += p5-Rcs SUBDIR += p5-Rcs-Agent SUBDIR += p5-ReadLine-Gnu SUBDIR += p5-ReadLine-Perl SUBDIR += p5-Religion SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-SDL SUBDIR += p5-SPOPS SUBDIR += p5-Search-Binary SUBDIR += p5-Server-FastPL SUBDIR += p5-Set-Crontab SUBDIR += p5-Set-Infinite SUBDIR += p5-Set-NestedGroups SUBDIR += p5-Set-Object SUBDIR += p5-Set-Scalar SUBDIR += p5-Sort-ArrayOfArrays SUBDIR += p5-Sort-Versions SUBDIR += p5-Storable SUBDIR += p5-String-Approx SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-LRC SUBDIR += p5-String-Parity SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sys-Mmap SUBDIR += p5-System2 SUBDIR += p5-Term-ANSIColor SUBDIR += p5-Term-ANSIScreen SUBDIR += p5-Term-ProgressBar SUBDIR += p5-Term-Prompt SUBDIR += p5-Term-Query SUBDIR += p5-Term-ReadKey SUBDIR += p5-Term-Screen SUBDIR += p5-Term-Size SUBDIR += p5-Test-Builder-Tester SUBDIR += p5-Test-Class SUBDIR += p5-Test-Differences SUBDIR += p5-Test-Exception SUBDIR += p5-Test-Harness SUBDIR += p5-Test-Inline SUBDIR += p5-Test-MockObject SUBDIR += p5-Test-Pod SUBDIR += p5-Test-Simple SUBDIR += p5-Test-Unit SUBDIR += p5-Tie-Cache SUBDIR += p5-Tie-DB_FileLock SUBDIR += p5-Tie-File SUBDIR += p5-Tie-IxHash SUBDIR += p5-Time-Duration SUBDIR += p5-Time-HiRes SUBDIR += p5-Time-Local SUBDIR += p5-Time-Object SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-modules SUBDIR += p5-TimeDate SUBDIR += p5-TraceFuncs SUBDIR += p5-Tree-DAG_Node SUBDIR += p5-UNIVERSAL-exports SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-Want SUBDIR += p5-enum SUBDIR += p5-mixin SUBDIR += p65 SUBDIR += parrot SUBDIR += patch SUBDIR += pccts SUBDIR += pcl-cvs-emacs SUBDIR += pcl-cvs-emacs20 SUBDIR += pcre SUBDIR += pcre++ SUBDIR += pcsc-lite SUBDIR += pear SUBDIR += pear-Console_Getopt SUBDIR += pear-Date SUBDIR += pear-HTML_Common SUBDIR += pear-HTML_Select_Common SUBDIR += pear-I18N SUBDIR += pear-PEAR SUBDIR += pedisassem SUBDIR += perforce SUBDIR += perltidy SUBDIR += pharmacy SUBDIR += php-dbg SUBDIR += php-xdebug SUBDIR += physfs SUBDIR += picasm SUBDIR += picp SUBDIR += picprog SUBDIR += pinstall SUBDIR += pkgconfig SUBDIR += ply SUBDIR += pmake SUBDIR += popt SUBDIR += portcheckout SUBDIR += portlint SUBDIR += porttools SUBDIR += powerpc-rtems-binutils SUBDIR += powerpc-rtems-g77 SUBDIR += powerpc-rtems-gcc SUBDIR += powerpc-rtems-gcj SUBDIR += powerpc-rtems-gdb SUBDIR += powerpc-rtems-objc SUBDIR += ppl SUBDIR += prcs SUBDIR += privman SUBDIR += projectcenter.app SUBDIR += prototype SUBDIR += pth SUBDIR += ptl SUBDIR += ptypes SUBDIR += publib SUBDIR += py-ansistyle SUBDIR += py-ciphon SUBDIR += py-coro SUBDIR += py-ctypes SUBDIR += py-cxx SUBDIR += py-dialog SUBDIR += py-fam SUBDIR += py-fileutils SUBDIR += py-fortran SUBDIR += py-freebsd SUBDIR += py-game SUBDIR += py-grouch SUBDIR += py-htmlkit SUBDIR += py-istring SUBDIR += py-kjbuckets SUBDIR += py-kqueue SUBDIR += py-log4py SUBDIR += py-logging SUBDIR += py-mx-experimental SUBDIR += py-ncurses SUBDIR += py-omniorb SUBDIR += py-optik SUBDIR += py-orbit SUBDIR += py-orbit2 SUBDIR += py-period SUBDIR += py-plex SUBDIR += py-pqueue SUBDIR += py-psyco SUBDIR += py-px SUBDIR += py-repl SUBDIR += py-reverse SUBDIR += py-ro SUBDIR += py-roxlib SUBDIR += py-sip SUBDIR += py-spark SUBDIR += py-twisted SUBDIR += py-ui SUBDIR += py-unit SUBDIR += py-vmaps SUBDIR += py-wsdllib SUBDIR += py-xoltar-toolkit SUBDIR += py-yaml SUBDIR += py_otp_interface SUBDIR += pychecker SUBDIR += pyrex SUBDIR += qextmdi SUBDIR += qssl SUBDIR += qt-designer SUBDIR += qtez SUBDIR += qtk SUBDIR += ragel SUBDIR += re2c SUBDIR += regexx SUBDIR += regexxer SUBDIR += replay SUBDIR += rhtvision SUBDIR += rinfo SUBDIR += rlwrap SUBDIR += robodoc SUBDIR += rpc2 SUBDIR += rtplib SUBDIR += ruby-amstd SUBDIR += ruby-aspectr SUBDIR += ruby-avl SUBDIR += ruby-bsearch SUBDIR += ruby-byaccr SUBDIR += ruby-cache SUBDIR += ruby-calendar SUBDIR += ruby-cvs SUBDIR += ruby-date2 SUBDIR += ruby-dialogs SUBDIR += ruby-fam SUBDIR += ruby-filelock SUBDIR += ruby-flex_rb SUBDIR += ruby-gconf SUBDIR += ruby-gconf2 SUBDIR += ruby-gemfinder SUBDIR += ruby-gettext SUBDIR += ruby-glib2 SUBDIR += ruby-gnustep SUBDIR += ruby-inline SUBDIR += ruby-intl SUBDIR += ruby-jttui SUBDIR += ruby-libglade SUBDIR += ruby-libglade2 SUBDIR += ruby-libgtop SUBDIR += ruby-locale SUBDIR += ruby-metaruby SUBDIR += ruby-mmap SUBDIR += ruby-mock SUBDIR += ruby-ncurses SUBDIR += ruby-nodedump SUBDIR += ruby-pcsc-lite SUBDIR += ruby-poll SUBDIR += ruby-property SUBDIR += ruby-racc SUBDIR += ruby-rbbr SUBDIR += ruby-rbison SUBDIR += ruby-rbtree SUBDIR += ruby-robjectteam SUBDIR += ruby-rreadline SUBDIR += ruby-rudl SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb SUBDIR += ruby-slang SUBDIR += ruby-strongtyping SUBDIR += ruby-sysvipc SUBDIR += ruby-textbuf SUBDIR += ruby-tzfile SUBDIR += ruby-yaml SUBDIR += rudiments SUBDIR += rvi SUBDIR += rvm SUBDIR += scandoc SUBDIR += scons SUBDIR += sdcc SUBDIR += sdl12 SUBDIR += sdl_ldbad SUBDIR += sdlmm SUBDIR += sdts++ SUBDIR += sedsed SUBDIR += semantic SUBDIR += semantic-emacs20 SUBDIR += sfio SUBDIR += sgb SUBDIR += sh-rtems-binutils SUBDIR += sh-rtems-g77 SUBDIR += sh-rtems-gcc SUBDIR += sh-rtems-gcj SUBDIR += sh-rtems-gdb SUBDIR += sh-rtems-objc SUBDIR += shapelib SUBDIR += shmap SUBDIR += showgrammar SUBDIR += shtool SUBDIR += sigslot SUBDIR += silc-toolkit SUBDIR += simgear SUBDIR += simulavr SUBDIR += sip SUBDIR += soup SUBDIR += sourcenav SUBDIR += sparc-rtems-binutils SUBDIR += sparc-rtems-g77 SUBDIR += sparc-rtems-gcc SUBDIR += sparc-rtems-gcj SUBDIR += sparc-rtems-gdb SUBDIR += sparc-rtems-objc SUBDIR += spin SUBDIR += spirit SUBDIR += splint SUBDIR += st SUBDIR += stlport SUBDIR += stlport-icc SUBDIR += str SUBDIR += strace SUBDIR += styx SUBDIR += subversion SUBDIR += swarm SUBDIR += swig11 SUBDIR += swig13 SUBDIR += swig13-doc SUBDIR += swigruby SUBDIR += syntax_tools SUBDIR += sysconftool SUBDIR += t1lib SUBDIR += tcl-memchan SUBDIR += tcl-neo SUBDIR += tcl-trf SUBDIR += tclcheck SUBDIR += tclcl SUBDIR += tclgetopts SUBDIR += tcllib SUBDIR += tclreadline SUBDIR += tcltls SUBDIR += tclxml SUBDIR += tdl SUBDIR += templ SUBDIR += terminality SUBDIR += tide SUBDIR += tinyq SUBDIR += titano SUBDIR += tkcon SUBDIR += tkcvs SUBDIR += tkp4 SUBDIR += tkref SUBDIR += tmake SUBDIR += tnt SUBDIR += towitoko SUBDIR += tpasm SUBDIR += tpg SUBDIR += trio SUBDIR += tvision SUBDIR += uclmmbase SUBDIR += ucpp - SUBDIR += uds SUBDIR += uisp SUBDIR += umbrello SUBDIR += upnp SUBDIR += ups-debug SUBDIR += varconf SUBDIR += vb2c SUBDIR += veepee SUBDIR += viewcvs SUBDIR += vtcl SUBDIR += whups SUBDIR += wizard SUBDIR += wxGlade SUBDIR += xmake SUBDIR += xparam SUBDIR += xtl SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += yacl SUBDIR += yasm SUBDIR += z80-asm SUBDIR += zthread SUBDIR += zziplib .include Property changes on: head/devel/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1226 \ No newline at end of property +1.1227 \ No newline at end of property