stx_libbasic2.st
author Claus Gittinger <cg@exept.de>
Tue, 05 Sep 2006 16:05:15 +0200
changeset 1738 78ec0825259c
parent 1732 f6a1de369941
child 1739 0b7c61afb2c8
permissions -rw-r--r--
automatic checkIn

"
 COPYRIGHT (c) 2006 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"

"{ Package: 'stx:libbasic2' }"

LibraryDefinition subclass:#stx_libbasic2
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'* Projects *'
!

!stx_libbasic2 class methodsFor:'documentation'!

copyright
"
 COPYRIGHT (c) 2006 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
!

documentation
"
    Build-Information for creation of the st/x standard library: stx_libbasic2
    This library contains additional basic (nonGUI) classes.
"
! !

!stx_libbasic2 class methodsFor:'description'!

classNamesAndAttributes
    ^ #(
	"/ <className> or (<className> attributes...)
	'ActorStream'
	('AppletalkSocketAddress' #autoload)
	('Archiver' #unix)
	('Arrow' #autoload)
	('ArrowedSpline' #autoload)
	('BIG5EncodedString' #autoload)
	('BZip2Stream' #unix)
	'Base64Coder'
	('Bezier' #autoload)
	('Bezier2Segment' #autoload)
	('BinaryTree' #autoload)
	'BitArray'
	'BooleanArray'
	('CRC32Stream' #autoload)
	'CacheDictionary'
	'CacheDictionaryWithFactory'
	('Circle' #autoload)
	('CollectingSharedQueueStream' #autoload)
	'CompressionStream'
	('CompressionStreamTest' #autoload)
	('Cons' #autoload)
	('ConsStream' #autoload)
	('Curve' #autoload)
	('DecNetSocketAddress' #autoload)
	'DirectoryContents'
	('EllipticalArc' #autoload)
	('EpsonFX1PrinterStream' #autoload)
	('ExternalLong' #autoload)
	'FileSorter'
	('FileText' #autoload)
	'FileURI'
	'FourByteString'
	'FtpURI'
	('GBEncodedString' #autoload)
	('HPLjetIIPrinterStream' #autoload)
	('HandlerCollection' #autoload)
	'HierarchicalURI'
	'HostAddressLookupError'
	'HostNameLookupError'
	'HttpURI'
	'IPSocketAddress'
	'IPv6SocketAddress'
	'IntegerArray'
	('InterestConverterWithParameters' #autoload)
	('InternalPipeStream' #autoload)
	'Iterator'
	'JISEncodedString'
	('KSCEncodedString' #autoload)
	('KeywordInContextIndexBuilder' #autoload)
	('LazyArray' #autoload)
	('LazyCons' #autoload)
	('LazyValue' #autoload)
	('LineSegment' #autoload)
	'List'
	'LongIntegerArray'
	'MappedCollection'
	('MessageChannel' #autoload)
	'Monitor'
	'NameLookupError'
	('NumberSet' #autoload)
	('OperationQueue' #autoload)
	'OrderedDictionary'
	'OrderedSet'
	'Polygon'
	'PostscriptPrinterStream'
	('PowerSet' #autoload)
	'PrinterStream'
	('PrintfScanf' #autoload)
	'Promise'
	'Queue'
	'Random'
	'RandomGenerator'
	('RandomParkMiller' #autoload)
	('RandomTT800' #autoload)
	'RunArray'
	('SequenceableCollectionSorter' #autoload)
	('SerialPort' #win32)
	'SharedCollection'
	'SharedQueue'
	'SignedIntegerArray'
	'SignedLongIntegerArray'
	'SignedWordArray'
	'Singleton'
	'Socket'
	'SocketAddress'
	'SocketAddressInfo'
	'SoundStream'
	('Spline' #autoload)
	('SplittingWriteStream' #autoload)
	'Stack'
	'Text'
	'TextStream'
	'TimeDuration'
	'TimedPromise'
	'TwoByteString'
	'UDSocketAddress'
	'URI'
	'UUID'
	'UnboxedIntegerArray'
	'UndoSupport'
	'Unicode16String'
	'Unicode32String'
	'UnitConverter'
	('UnixPTYStream' #autoload)
	('ValueLink' #autoload)
	('VariableArray' #autoload)
	('VariableString' #autoload)
	('WinAPIFunction' #autoload)
	'WordArray'
	'ZipArchive'
	('ZipStream' #unix)
	'stx_libbasic2'
    )
!

extensionMethodNames
    ^ #(
    )
! !

!stx_libbasic2 class methodsFor:'description - compilation'!

additionalDefinitions_nt_dot_mak
    ^ '
# see stdHeader_nt for LIBBASIC2_BASE
# LIBBASIC2_BASE=0x60c80000
LIB_BASE_LD_ARG=-b:$(LIBBASIC2_BASE)
'
!

additionalLinkLibraries_make_dot_proto
    ^ '$(ZLIB_LD_ARG) $(BZ2LIB_LD_ARG)'
!

additionalRules_make_dot_proto
    ^ '
zlib:
        cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)

bz2lib:
        cd $(BZ2LIB_DIR); $(MAKE) $(MAKE_BZ2LIB_ARG) libbz2.a
'
!

additionalTargets_make_dot_proto
    ^ 'bz2lib zlib'

    "Created: / 05-09-2006 / 16:05:12 / cg"
!

localIncludes_unix
    ^ '-I../support'

    "Created: / 05-09-2006 / 16:00:04 / cg"
!

localIncludes_win32
    ^ '-I..\support'

    "Created: / 05-09-2006 / 16:00:13 / cg"
!

stcOptimizationOptions
    ^ '+optspace2'

    "Created: / 23-08-2006 / 11:06:17 / cg"
! !

!stx_libbasic2 class methodsFor:'description - project information'!

companyName
    "Return a companyname which will appear in <lib>.rc"

    ^ 'eXept Software AG'
!

description
    "Return a description string which will appear in nt.def / bc.def"

    ^ 'Smalltalk/X Basic Classes 2'
!

fileDescription
    "Return a description string which will appear in <lib>.rc"

    ^ 'Smalltalk/X Additional Basic ClassLibrary'
!

legalCopyright
    "Return a copyright string which will appear in <lib>.rc"

    ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
!

productName
    "Return a product name which will appear in <lib>.rc"

    ^ 'Smalltalk/X'
! !

!stx_libbasic2 class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.16 2006-09-05 14:05:15 cg Exp $'
! !