diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-06 23:14:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-06 23:14:50 +0800 |
commit | 878c3ea3494ffa9efa4330179aa9bc806107d6e4 (patch) | |
tree | 9bd5945fff3cfb4af54a293d16dd8e7a772c3fc9 | |
parent | db4886e85e4cfa7743b692cf30683afc73556030 (diff) | |
download | freebsd-ports-gnome-878c3ea3494ffa9efa4330179aa9bc806107d6e4.tar.gz freebsd-ports-gnome-878c3ea3494ffa9efa4330179aa9bc806107d6e4.tar.zst freebsd-ports-gnome-878c3ea3494ffa9efa4330179aa9bc806107d6e4.zip |
2013-01-04 ports-mgmt/portmanager: Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng.
2013-01-04 net-im/openfetion: Abandoned upstream
2013-01-04 textproc/libpathan: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla
2013-01-01 java/sun-wtk: no more public distfiles, merged with Java ME SDK 3.0 upstream
49 files changed, 4 insertions, 3972 deletions
@@ -238,7 +238,6 @@ idea.V*.tar.Z security/idea A patented algorithm that requires proper licensing iperf-* benchmarks/iperf Cannot charge a fee for the software -j2me_wireless_toolkit* java/sun-wtk No redistribution allowed jdk-6*-i586.bin java/linux-sun-jdk16 Redistribution of repackaged binaries not permitted jdk-7*-i586.tar.gz java/linux-sun-jdk17 Redistribution of repackaged @@ -3997,3 +3997,7 @@ mail/horde4-webmail|mail/horde-webmail|2012-12-18|Move horde4-* apps to horde-* textproc/hs-xml2html||2012-12-20|Removed: this package is obsolete sysutils/makefs||2012-12-21|Has expired: Part of base in an earlier version for every supported FreeBSD version textproc/docproj-jadetex||2013-01-03|Removed: Deprecated in favor of textproc/docproj +ports-mgmt/portmanager||2013-01-06|Has expired: Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng. +net-im/openfetion||2013-01-06|Has expired: Abandoned upstream +textproc/libpathan||2013-01-06|Has expired: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla +java/sun-wtk||2013-01-06|Has expired: no more public distfiles, merged with Java ME SDK 3.0 upstream diff --git a/java/Makefile b/java/Makefile index 93bd14b21d72..888a0facdda8 100644 --- a/java/Makefile +++ b/java/Makefile @@ -141,7 +141,6 @@ SUBDIR += springframework SUBDIR += sqlitejdbc SUBDIR += subversion-java - SUBDIR += sun-wtk SUBDIR += trove4j SUBDIR += veditor SUBDIR += xdoclet diff --git a/java/sun-wtk/Makefile b/java/sun-wtk/Makefile deleted file mode 100644 index b7c1374840b0..000000000000 --- a/java/sun-wtk/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# Created by: Panagiotis Astithas <past@noc.ntua.gr> -# $FreeBSD$ - -PORTNAME= wtk -PORTVERSION= 2.2 -PORTREVISION= 3 -CATEGORIES= java devel -MASTER_SITES= # -PKGNAMEPREFIX= sun- -DISTNAME= j2me_wireless_toolkit-${PORTVERSION:S/./_/}-linux-i386 -EXTRACT_SUFX= .bin - -MAINTAINER= ports@FreeBSD.org -COMMENT= Sun J2ME Wireless Toolkit - -DEPRECATED= no more public distfiles, merged with Java ME SDK 3.0 upstream -EXPIRATION_DATE= 2013-01-01 - -EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip - -USE_LINUX= yes -USE_JAVA= yes -JAVA_VERSION= 1.6+ -NO_BUILD= yes -DOWNLOAD_URL= https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=j2me_wireless_toolkit-${PORTVERSION:S/./_/}-oth-JPR@CDS-CDS_Developer - -RESTRICTED= License does not allow redistribution of any kind - -SUB_FILES= pkg-message -APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME} - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE=You must manually fetch the J2ME WTK self-extracting file for the Linux platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - -do-extract: - @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} \ - && dd bs=1024 if=${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \ - of=${WRKDIR}/j2mewtk-solaris.zip skip=20 2>/dev/null - @${UNZIP_CMD} -qo ${WRKDIR}/j2mewtk-solaris.zip -d ${WRKSRC} - @${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 {} \+ - @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 {} \+ - @${FIND} ${WRKSRC}/bin ! -name '*.jar' -exec ${CHMOD} 0755 {} \; - -do-patch: - @${REINPLACE_CMD} -e "\ - s@javapathtowtk=.*@javapathtowtk=${JAVA_HOME}/bin/@; \ - s@/usr/bin/expr@/bin/expr@g" \ - ${WRKSRC}/bin/defaultdevice ${WRKSRC}/bin/emulator \ - ${WRKSRC}/bin/ktoolbar ${WRKSRC}/bin/prefs \ - ${WRKSRC}/bin/utils ${WRKSRC}/bin/wscompile - @${MV} ${WRKSRC}/wtklib/Linux ${WRKSRC}/wtklib/FreeBSD - @${FIND} ${WRKSRC} -name '*.bak' -delete - -do-install: - @${MKDIR} ${APP_HOME} - cd "${WRKSRC}" && ${FIND} . \ - | ${CPIO} -pdmu -R root:wheel "${APP_HOME}" - @${LN} -sf ${APP_HOME}/bin/ktoolbar ${PREFIX}/bin/ktoolbar - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/java/sun-wtk/distinfo b/java/sun-wtk/distinfo deleted file mode 100644 index 8b39662f0dcc..000000000000 --- a/java/sun-wtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (j2me_wireless_toolkit-2_2-linux-i386.bin) = 4480bea914a4537ea81a5a70c517f91aa5a567915f470e70e050c332bfdd4d34 -SIZE (j2me_wireless_toolkit-2_2-linux-i386.bin) = 17637106 diff --git a/java/sun-wtk/files/pkg-message.in b/java/sun-wtk/files/pkg-message.in deleted file mode 100644 index 2854f35dace3..000000000000 --- a/java/sun-wtk/files/pkg-message.in +++ /dev/null @@ -1,10 +0,0 @@ -================================================================ -Documentation for the J2ME Wireless Toolkit version 2.2 is in -the file %%PREFIX%%/index.html - -In order to start using the J2ME Wireless Toolkit, please run -%%PREFIX%%/bin/ktoolbar. Please read the documentation for -instructions on setting up ~/ktools.properties to use a local -copy of the provided examples. -================================================================ - diff --git a/java/sun-wtk/pkg-descr b/java/sun-wtk/pkg-descr deleted file mode 100644 index 057120d8f55a..000000000000 --- a/java/sun-wtk/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Sun JavaTM 2 Platform, Micro Edition (J2METM) Wireless Toolkit -supports the development of Java applications that run on devices -compliant with the Java Technology for the Wireless Industry -specification. The implementation included in version 2.2 is -compliant with Connected Limited Device Configuration 1.1 (CLDC), -Mobile Information Device Profile 2.0 (MIDP), Wireless Messaging -APIs (WMA), version 1.1, and Mobile Media APIs (MMAPI), version 1.1. -Support for J2ME Web Services (JSR-172), version 1.0 is also included. - -WWW: http://java.sun.com/j2me/ diff --git a/java/sun-wtk/pkg-plist b/java/sun-wtk/pkg-plist deleted file mode 100644 index 736e95601a75..000000000000 --- a/java/sun-wtk/pkg-plist +++ /dev/null @@ -1,1988 +0,0 @@ -bin/ktoolbar -sun-wtk/BinaryLicense.html -sun-wtk/BinaryReleaseNotes.html -sun-wtk/appdb/DefaultColorPhone/filesystem/root1/Readme -sun-wtk/appdb/_ack_2.png -sun-wtk/appdb/_ack_8.png -sun-wtk/appdb/_dt_2.png -sun-wtk/appdb/_dt_8.png -sun-wtk/appdb/_dukeok2.png -sun-wtk/appdb/_dukeok8.png -sun-wtk/appdb/_empty.png -sun-wtk/appdb/_home_4.png -sun-wtk/appdb/_home_8.png -sun-wtk/appdb/_logo_2.png -sun-wtk/appdb/_logo_8.png -sun-wtk/appdb/_main.ks -sun-wtk/appdb/_policy.txt -sun-wtk/appdb/_single2.png -sun-wtk/appdb/_single8.png -sun-wtk/appdb/_suite_2.png -sun-wtk/appdb/_suite_8.png -sun-wtk/appdb/keystore.sks -sun-wtk/apps/Audiodemo/bin/Audiodemo.jad -sun-wtk/apps/Audiodemo/bin/Audiodemo.jar -sun-wtk/apps/Audiodemo/bin/MANIFEST.MF -sun-wtk/apps/Audiodemo/bin/build.sh -sun-wtk/apps/Audiodemo/bin/run.sh -sun-wtk/apps/Audiodemo/classes/example/audiodemo/AudioPlayer.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/BBall.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/BallCanvas.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/MixCanvas.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/MixTest.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/PlayerCanvas.class -sun-wtk/apps/Audiodemo/classes/example/audiodemo/SmallBall.class -sun-wtk/apps/Audiodemo/project.properties -sun-wtk/apps/Audiodemo/res/audio/bark.wav -sun-wtk/apps/Audiodemo/res/audio/beethoven.jts -sun-wtk/apps/Audiodemo/res/audio/pattern.mid -sun-wtk/apps/Audiodemo/res/audio/test-wav.wav -sun-wtk/apps/Audiodemo/res/icons/App.png -sun-wtk/apps/Audiodemo/res/icons/logo.png -sun-wtk/apps/Audiodemo/src/example/audiodemo/AudioPlayer.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/BBall.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/BallCanvas.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/MixCanvas.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/MixTest.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/PlayerCanvas.java -sun-wtk/apps/Audiodemo/src/example/audiodemo/SmallBall.java -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/AudioPlayer.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/BBall.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/BallCanvas.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/MixCanvas.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/MixTest.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/PlayerCanvas.class -sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo/SmallBall.class -sun-wtk/apps/BluetoothDemo/bin/BluetoothDemo.jad -sun-wtk/apps/BluetoothDemo/bin/BluetoothDemo.jar -sun-wtk/apps/BluetoothDemo/bin/MANIFEST.MF -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/BTImageClient.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/BTImageServer$ClientProcessor.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/BTImageServer.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/DemoMIDlet.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/GUIImageClient.class -sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo/GUIImageServer.class -sun-wtk/apps/BluetoothDemo/lib/README.txt -sun-wtk/apps/BluetoothDemo/project.properties -sun-wtk/apps/BluetoothDemo/res/icons/demo.png -sun-wtk/apps/BluetoothDemo/res/images/duke.png -sun-wtk/apps/BluetoothDemo/res/images/leaf.jpg -sun-wtk/apps/BluetoothDemo/res/images/leaf.png -sun-wtk/apps/BluetoothDemo/res/images/st-off.png -sun-wtk/apps/BluetoothDemo/res/images/st-on.png -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/BTImageClient.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/BTImageServer.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/DemoMIDlet.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/GUIImageClient.java -sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo/GUIImageServer.java -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/BTImageClient.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/BTImageServer$ClientProcessor.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/BTImageServer.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/DemoMIDlet.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/GUIImageClient.class -sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo/GUIImageServer.class -sun-wtk/apps/Demo3D/bin/Demo3D.jad -sun-wtk/apps/Demo3D/bin/Demo3D.jar -sun-wtk/apps/Demo3D/bin/MANIFEST.MF -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D$1.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D$CallbackCanvas.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D$RefreshTask.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d/Life3D.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$1.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$PogoRooCanvas.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$RefreshTask.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$1.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$JesterCanvas.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$RefreshTask.class -sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet.class -sun-wtk/apps/Demo3D/project.properties -sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/pogoroo/content/pogoroo.m3g -sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode/content/skaterboy.m3g -sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode/content/swerve.m3g -sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/life3d/Life3D.java -sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet.java -sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet.java -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D$1.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D$CallbackCanvas.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D$RefreshTask.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d/Life3D.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$1.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$PogoRooCanvas.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet$RefreshTask.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo/PogoRooMIDlet.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$1.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$JesterCanvas.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet$RefreshTask.class -sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode/RetainedModeMidlet.class -sun-wtk/apps/Demos/bin/Demos.jad -sun-wtk/apps/Demos/bin/Demos.jar -sun-wtk/apps/Demos/bin/MANIFEST.MF -sun-wtk/apps/Demos/bin/build.sh -sun-wtk/apps/Demos/bin/run.sh -sun-wtk/apps/Demos/classes/example/About.class -sun-wtk/apps/Demos/classes/example/PropExample.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$1.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$2.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$3.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Band$BandListTable.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Band$TicketItem.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Band.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Login$MyItemCommandListener.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Login$TimerClient.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$Login.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$RmBand.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$SetMenuForm.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction$UpdateAlert.class -sun-wtk/apps/Demos/classes/example/auction/NewTicketAuction.class -sun-wtk/apps/Demos/classes/example/chooser/Chooser.class -sun-wtk/apps/Demos/classes/example/chooser/Color.class -sun-wtk/apps/Demos/classes/example/chooser/ColorChooser.class -sun-wtk/apps/Demos/classes/example/chooser/FontChooser.class -sun-wtk/apps/Demos/classes/example/chooser/MiniColor.class -sun-wtk/apps/Demos/classes/example/chooser/MiniColorChooser.class -sun-wtk/apps/Demos/classes/example/chooser/TextSample.class -sun-wtk/apps/Demos/classes/example/fonts/FontCanvas.class -sun-wtk/apps/Demos/classes/example/fonts/FontTestlet.class -sun-wtk/apps/Demos/classes/example/http/HttpExample.class -sun-wtk/apps/Demos/classes/example/http/HttpTest.class -sun-wtk/apps/Demos/classes/example/http/HttpView.class -sun-wtk/apps/Demos/classes/example/http/PushExample.class -sun-wtk/apps/Demos/classes/example/manyballs/ManyBalls.class -sun-wtk/apps/Demos/classes/example/manyballs/ManyCanvas.class -sun-wtk/apps/Demos/classes/example/manyballs/SmallBall.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase$1.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase$AlertComparator.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase$AlertFilter.class -sun-wtk/apps/Demos/classes/example/stock/AlertDatabase.class -sun-wtk/apps/Demos/classes/example/stock/Database.class -sun-wtk/apps/Demos/classes/example/stock/Stock.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase$1.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase$StockComparator.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase$StockFilter.class -sun-wtk/apps/Demos/classes/example/stock/StockDatabase.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet$1.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet$StockCommandListener.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet$StockRefreshTask.class -sun-wtk/apps/Demos/classes/example/stock/StockMIDlet.class -sun-wtk/apps/Demos/project.properties -sun-wtk/apps/Demos/res/example/auction/images/splashScreen.png -sun-wtk/apps/Demos/res/example/http/images/newshound.png -sun-wtk/apps/Demos/res/icons/App.png -sun-wtk/apps/Demos/res/icons/Auction.png -sun-wtk/apps/Demos/res/icons/ColorChooser.png -sun-wtk/apps/Demos/res/icons/JavaPowered-2.png -sun-wtk/apps/Demos/res/icons/JavaPowered-8.png -sun-wtk/apps/Demos/res/icons/ManyBalls.png -sun-wtk/apps/Demos/res/icons/Stock.png -sun-wtk/apps/Demos/src/example/About.java -sun-wtk/apps/Demos/src/example/PropExample.java -sun-wtk/apps/Demos/src/example/auction/NewTicketAuction.java -sun-wtk/apps/Demos/src/example/chooser/Chooser.java -sun-wtk/apps/Demos/src/example/chooser/Color.java -sun-wtk/apps/Demos/src/example/chooser/ColorChooser.java -sun-wtk/apps/Demos/src/example/chooser/FontChooser.java -sun-wtk/apps/Demos/src/example/chooser/MiniColor.java -sun-wtk/apps/Demos/src/example/chooser/MiniColorChooser.java -sun-wtk/apps/Demos/src/example/chooser/TextSample.java -sun-wtk/apps/Demos/src/example/fonts/FontCanvas.java -sun-wtk/apps/Demos/src/example/fonts/FontTestlet.java -sun-wtk/apps/Demos/src/example/http/HttpExample.java -sun-wtk/apps/Demos/src/example/http/HttpTest.java -sun-wtk/apps/Demos/src/example/http/HttpView.java -sun-wtk/apps/Demos/src/example/http/PushExample.java -sun-wtk/apps/Demos/src/example/manyballs/ManyBalls.java -sun-wtk/apps/Demos/src/example/manyballs/ManyCanvas.java -sun-wtk/apps/Demos/src/example/manyballs/SmallBall.java -sun-wtk/apps/Demos/src/example/stock/AlertDatabase.java -sun-wtk/apps/Demos/src/example/stock/Database.java -sun-wtk/apps/Demos/src/example/stock/Stock.java -sun-wtk/apps/Demos/src/example/stock/StockDatabase.java -sun-wtk/apps/Demos/src/example/stock/StockMIDlet.java -sun-wtk/apps/Demos/tmpclasses/example/About.class -sun-wtk/apps/Demos/tmpclasses/example/PropExample.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$1.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$2.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$3.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Band$BandListTable.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Band$TicketItem.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Band.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Login$MyItemCommandListener.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Login$TimerClient.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$Login.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$RmBand.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$SetMenuForm.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction$UpdateAlert.class -sun-wtk/apps/Demos/tmpclasses/example/auction/NewTicketAuction.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/Chooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/Color.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/ColorChooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/FontChooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/MiniColor.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/MiniColorChooser.class -sun-wtk/apps/Demos/tmpclasses/example/chooser/TextSample.class -sun-wtk/apps/Demos/tmpclasses/example/fonts/FontCanvas.class -sun-wtk/apps/Demos/tmpclasses/example/fonts/FontTestlet.class -sun-wtk/apps/Demos/tmpclasses/example/http/HttpExample.class -sun-wtk/apps/Demos/tmpclasses/example/http/HttpTest.class -sun-wtk/apps/Demos/tmpclasses/example/http/HttpView.class -sun-wtk/apps/Demos/tmpclasses/example/http/PushExample.class -sun-wtk/apps/Demos/tmpclasses/example/manyballs/ManyBalls.class -sun-wtk/apps/Demos/tmpclasses/example/manyballs/ManyCanvas.class -sun-wtk/apps/Demos/tmpclasses/example/manyballs/SmallBall.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase$1.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase$AlertComparator.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase$AlertFilter.class -sun-wtk/apps/Demos/tmpclasses/example/stock/AlertDatabase.class -sun-wtk/apps/Demos/tmpclasses/example/stock/Database.class -sun-wtk/apps/Demos/tmpclasses/example/stock/Stock.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase$1.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase$StockComparator.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase$StockFilter.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockDatabase.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet$1.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet$StockCommandListener.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet$StockRefreshTask.class -sun-wtk/apps/Demos/tmpclasses/example/stock/StockMIDlet.class -sun-wtk/apps/FPDemo/bin/FPDemo.jad -sun-wtk/apps/FPDemo/bin/FPDemo.jar -sun-wtk/apps/FPDemo/bin/MANIFEST.MF -sun-wtk/apps/FPDemo/bin/build.sh -sun-wtk/apps/FPDemo/bin/run.sh -sun-wtk/apps/FPDemo/classes/calculator/CalculatorMIDlet.class -sun-wtk/apps/FPDemo/project.properties -sun-wtk/apps/FPDemo/src/calculator/CalculatorMIDlet.java -sun-wtk/apps/FPDemo/tmpclasses/calculator/CalculatorMIDlet.class -sun-wtk/apps/Games/bin/Games.jad -sun-wtk/apps/Games/bin/Games.jar -sun-wtk/apps/Games/bin/MANIFEST.MF -sun-wtk/apps/Games/bin/build.sh -sun-wtk/apps/Games/bin/run.sh -sun-wtk/apps/Games/classes/example/About.class -sun-wtk/apps/Games/classes/example/pushpuzzle/Board.class -sun-wtk/apps/Games/classes/example/pushpuzzle/PushPuzzle.class -sun-wtk/apps/Games/classes/example/pushpuzzle/PushPuzzleCanvas.class -sun-wtk/apps/Games/classes/example/pushpuzzle/Score.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Board$BoardCommand.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Board$Piece.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Board.class -sun-wtk/apps/Games/classes/example/tilepuzzle/Options.class -sun-wtk/apps/Games/classes/example/tilepuzzle/TilePuzzle.class -sun-wtk/apps/Games/classes/example/wormgame/Worm.class -sun-wtk/apps/Games/classes/example/wormgame/WormException.class -sun-wtk/apps/Games/classes/example/wormgame/WormFood.class -sun-wtk/apps/Games/classes/example/wormgame/WormLink.class -sun-wtk/apps/Games/classes/example/wormgame/WormMain.class -sun-wtk/apps/Games/classes/example/wormgame/WormPit.class -sun-wtk/apps/Games/classes/example/wormgame/WormScore.class -sun-wtk/apps/Games/project.properties -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.1 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.10 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.11 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.12 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.13 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.14 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.15 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.16 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.17 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.18 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.19 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.2 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.3 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.4 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.5 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.6 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.7 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.8 -sun-wtk/apps/Games/res/example/pushpuzzle/data/screen.9 -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-1.png -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-2.png -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-3.png -sun-wtk/apps/Games/res/example/pushpuzzle/images/Theme-bad.png -sun-wtk/apps/Games/res/icons/App.png -sun-wtk/apps/Games/res/icons/JavaPowered-2.png -sun-wtk/apps/Games/res/icons/JavaPowered-8.png -sun-wtk/apps/Games/res/icons/PushPuzzle.png -sun-wtk/apps/Games/res/icons/TilePuzzle.png -sun-wtk/apps/Games/src/example/About.java -sun-wtk/apps/Games/src/example/pushpuzzle/Board.java -sun-wtk/apps/Games/src/example/pushpuzzle/PushPuzzle.java -sun-wtk/apps/Games/src/example/pushpuzzle/PushPuzzleCanvas.java -sun-wtk/apps/Games/src/example/pushpuzzle/Score.java -sun-wtk/apps/Games/src/example/tilepuzzle/Board.java -sun-wtk/apps/Games/src/example/tilepuzzle/Options.java -sun-wtk/apps/Games/src/example/tilepuzzle/TilePuzzle.java -sun-wtk/apps/Games/src/example/wormgame/Worm.java -sun-wtk/apps/Games/src/example/wormgame/WormException.java -sun-wtk/apps/Games/src/example/wormgame/WormFood.java -sun-wtk/apps/Games/src/example/wormgame/WormLink.java -sun-wtk/apps/Games/src/example/wormgame/WormMain.java -sun-wtk/apps/Games/src/example/wormgame/WormPit.java -sun-wtk/apps/Games/src/example/wormgame/WormScore.java -sun-wtk/apps/Games/tmpclasses/example/About.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/Board.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/PushPuzzle.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/PushPuzzleCanvas.class -sun-wtk/apps/Games/tmpclasses/example/pushpuzzle/Score.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Board$BoardCommand.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Board$Piece.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Board.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/Options.class -sun-wtk/apps/Games/tmpclasses/example/tilepuzzle/TilePuzzle.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/Worm.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormException.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormFood.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormLink.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormMain.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormPit.class -sun-wtk/apps/Games/tmpclasses/example/wormgame/WormScore.class -sun-wtk/apps/JSR172Demo/bin/JSR172Demo.jad -sun-wtk/apps/JSR172Demo/bin/JSR172Demo.jar -sun-wtk/apps/JSR172Demo/bin/MANIFEST.MF -sun-wtk/apps/JSR172Demo/bin/build.sh -sun-wtk/apps/JSR172Demo/bin/run.sh -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/Interface.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/Interface_Stub.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/Request.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector/RequestResponse.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/demo/Demo$ParserHandler.class -sun-wtk/apps/JSR172Demo/classes/example/serverscript/demo/Demo.class -sun-wtk/apps/JSR172Demo/lib/README.txt -sun-wtk/apps/JSR172Demo/project.properties -sun-wtk/apps/JSR172Demo/res/icons/demo.png -sun-wtk/apps/JSR172Demo/server/README.txt -sun-wtk/apps/JSR172Demo/server/build.sh -sun-wtk/apps/JSR172Demo/server/run.sh -sun-wtk/apps/JSR172Demo/server/src/config.xml -sun-wtk/apps/JSR172Demo/server/src/jaxrpc-ri.xml -sun-wtk/apps/JSR172Demo/server/src/serverscript/Implementation.java -sun-wtk/apps/JSR172Demo/server/src/serverscript/Interface.java -sun-wtk/apps/JSR172Demo/server/src/web.xml -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/Interface.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/Interface_Stub.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/Request.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/connector/RequestResponse.java -sun-wtk/apps/JSR172Demo/src/example/serverscript/demo/Demo.java -sun-wtk/apps/JSR172Demo/src/serverscript.wsdl -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/Interface.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/Interface_Stub.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/Request.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector/RequestResponse.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/demo/Demo$ParserHandler.class -sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/demo/Demo.class -sun-wtk/apps/NetworkDemo/bin/MANIFEST.MF -sun-wtk/apps/NetworkDemo/bin/NetworkDemo.jad -sun-wtk/apps/NetworkDemo/bin/NetworkDemo.jar -sun-wtk/apps/NetworkDemo/bin/build.sh -sun-wtk/apps/NetworkDemo/bin/run.sh -sun-wtk/apps/NetworkDemo/classes/comm/CommMIDlet.class -sun-wtk/apps/NetworkDemo/classes/comm/Sender.class -sun-wtk/apps/NetworkDemo/classes/datagram/Client.class -sun-wtk/apps/NetworkDemo/classes/datagram/DatagramMIDlet.class -sun-wtk/apps/NetworkDemo/classes/datagram/Sender.class -sun-wtk/apps/NetworkDemo/classes/datagram/Server.class -sun-wtk/apps/NetworkDemo/classes/socket/Client.class -sun-wtk/apps/NetworkDemo/classes/socket/Sender.class -sun-wtk/apps/NetworkDemo/classes/socket/Server.class -sun-wtk/apps/NetworkDemo/classes/socket/SocketMIDlet.class -sun-wtk/apps/NetworkDemo/project.properties -sun-wtk/apps/NetworkDemo/src/comm/CommMIDlet.java -sun-wtk/apps/NetworkDemo/src/comm/Sender.java -sun-wtk/apps/NetworkDemo/src/datagram/Client.java -sun-wtk/apps/NetworkDemo/src/datagram/DatagramMIDlet.java -sun-wtk/apps/NetworkDemo/src/datagram/Sender.java -sun-wtk/apps/NetworkDemo/src/datagram/Server.java -sun-wtk/apps/NetworkDemo/src/socket/Client.java -sun-wtk/apps/NetworkDemo/src/socket/Sender.java -sun-wtk/apps/NetworkDemo/src/socket/Server.java -sun-wtk/apps/NetworkDemo/src/socket/SocketMIDlet.java -sun-wtk/apps/NetworkDemo/tmpclasses/comm/CommMIDlet.class -sun-wtk/apps/NetworkDemo/tmpclasses/comm/Sender.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/Client.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/DatagramMIDlet.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/Sender.class -sun-wtk/apps/NetworkDemo/tmpclasses/datagram/Server.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/Client.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/Sender.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/Server.class -sun-wtk/apps/NetworkDemo/tmpclasses/socket/SocketMIDlet.class -sun-wtk/apps/ObexDemo/bin/MANIFEST.MF -sun-wtk/apps/ObexDemo/bin/ObexDemo.jad -sun-wtk/apps/ObexDemo/bin/ObexDemo.jar -sun-wtk/apps/ObexDemo/classes/example/obex/demo/GUIImageReceiver.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/GUIImageSender.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexDemoMIDlet.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexImageReceiver$Handler.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexImageReceiver.class -sun-wtk/apps/ObexDemo/classes/example/obex/demo/ObexImageSender.class -sun-wtk/apps/ObexDemo/lib/README.txt -sun-wtk/apps/ObexDemo/project.properties -sun-wtk/apps/ObexDemo/res/icons/demo.png -sun-wtk/apps/ObexDemo/res/images/duke.png -sun-wtk/apps/ObexDemo/res/images/leaf.jpg -sun-wtk/apps/ObexDemo/res/images/leaf.png -sun-wtk/apps/ObexDemo/src/example/obex/demo/GUIImageReceiver.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/GUIImageSender.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/ObexDemoMIDlet.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/ObexImageReceiver.java -sun-wtk/apps/ObexDemo/src/example/obex/demo/ObexImageSender.java -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/GUIImageReceiver.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/GUIImageSender.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexDemoMIDlet.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexImageReceiver$Handler.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexImageReceiver.class -sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo/ObexImageSender.class -sun-wtk/apps/PDAPDemo/bin/MANIFEST.MF -sun-wtk/apps/PDAPDemo/bin/PDAPDemo.jad -sun-wtk/apps/PDAPDemo/bin/PDAPDemo.jar -sun-wtk/apps/PDAPDemo/classes/example/fc/FileBrowser$1.class -sun-wtk/apps/PDAPDemo/classes/example/fc/FileBrowser$2.class -sun-wtk/apps/PDAPDemo/classes/example/fc/FileBrowser.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemDisplayScreen$1.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemDisplayScreen$2.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemDisplayScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ItemSelectionScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ListSelectionScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ListTypeSelectionScreen$1.class -sun-wtk/apps/PDAPDemo/classes/example/pim/ListTypeSelectionScreen.class -sun-wtk/apps/PDAPDemo/classes/example/pim/PIMDemo.class -sun-wtk/apps/PDAPDemo/project.properties -sun-wtk/apps/PDAPDemo/res/icons/dir.png -sun-wtk/apps/PDAPDemo/res/icons/file.png -sun-wtk/apps/PDAPDemo/src/example/fc/FileBrowser.java -sun-wtk/apps/PDAPDemo/src/example/pim/ItemDisplayScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/ItemSelectionScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/ListSelectionScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/ListTypeSelectionScreen.java -sun-wtk/apps/PDAPDemo/src/example/pim/PIMDemo.java -sun-wtk/apps/PDAPDemo/tmpclasses/example/fc/FileBrowser$1.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/fc/FileBrowser$2.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/fc/FileBrowser.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemDisplayScreen$1.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemDisplayScreen$2.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemDisplayScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ItemSelectionScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ListSelectionScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ListTypeSelectionScreen$1.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/ListTypeSelectionScreen.class -sun-wtk/apps/PDAPDemo/tmpclasses/example/pim/PIMDemo.class -sun-wtk/apps/Photoalbum/bin/MANIFEST.MF -sun-wtk/apps/Photoalbum/bin/Photoalbum.jad -sun-wtk/apps/Photoalbum/bin/Photoalbum.jar -sun-wtk/apps/Photoalbum/bin/build.sh -sun-wtk/apps/Photoalbum/bin/run.sh -sun-wtk/apps/Photoalbum/classes/example/About.class -sun-wtk/apps/Photoalbum/classes/example/photoalbum/PhotoAlbum.class -sun-wtk/apps/Photoalbum/classes/example/photoalbum/PhotoFrame.class -sun-wtk/apps/Photoalbum/classes/example/photoalbum/TestChart.class -sun-wtk/apps/Photoalbum/project.properties -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/LightHouse-0.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/LightHouse-1.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_0.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_1.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_10.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_11.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_12.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_13.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_14.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_15.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_16.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_17.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_18.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_19.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_2.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_20.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_21.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_22.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_23.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_24.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_25.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_26.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_27.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_28.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_29.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_3.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_30.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_31.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_32.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_33.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_34.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_35.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_36.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_37.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_38.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_39.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_4.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_40.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_41.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_42.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_43.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_44.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_45.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_46.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_47.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_48.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_49.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_5.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_6.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_7.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_8.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/jc_frame_9.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leaf.jpg -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leaf.png -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leafbw.jpg -sun-wtk/apps/Photoalbum/res/example/photoalbum/images/leafpg.jpg -sun-wtk/apps/Photoalbum/res/icons/Duke.png -sun-wtk/apps/Photoalbum/res/icons/JavaPowered-2.png -sun-wtk/apps/Photoalbum/res/icons/JavaPowered-8.png -sun-wtk/apps/Photoalbum/src/example/About.java -sun-wtk/apps/Photoalbum/src/example/photoalbum/PhotoAlbum.java -sun-wtk/apps/Photoalbum/src/example/photoalbum/PhotoFrame.java -sun-wtk/apps/Photoalbum/src/example/photoalbum/TestChart.java -sun-wtk/apps/Photoalbum/tmpclasses/example/About.class -sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum/PhotoAlbum.class -sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum/PhotoFrame.class -sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum/TestChart.class -sun-wtk/apps/UIDemo/bin/MANIFEST.MF -sun-wtk/apps/UIDemo/bin/UIDemo.jad -sun-wtk/apps/UIDemo/bin/UIDemo.jar -sun-wtk/apps/UIDemo/bin/build.sh -sun-wtk/apps/UIDemo/bin/run.sh -sun-wtk/apps/UIDemo/classes/alert/AlertDemo$1.class -sun-wtk/apps/UIDemo/classes/alert/AlertDemo$AlertListener.class -sun-wtk/apps/UIDemo/classes/alert/AlertDemo.class -sun-wtk/apps/UIDemo/classes/choicegroup/ChoiceGroupDemo.class -sun-wtk/apps/UIDemo/classes/customitem/CustomItemDemo.class -sun-wtk/apps/UIDemo/classes/customitem/Table.class -sun-wtk/apps/UIDemo/classes/customitem/TextInput.class -sun-wtk/apps/UIDemo/classes/datefield/DateFieldDemo.class -sun-wtk/apps/UIDemo/classes/gauge/GaugeDemo.class -sun-wtk/apps/UIDemo/classes/gauge/IncrementalIndefiniteGaugeRunnable.class -sun-wtk/apps/UIDemo/classes/gauge/NonInteractiveGaugeRunnable.class -sun-wtk/apps/UIDemo/classes/list/ListDemo.class -sun-wtk/apps/UIDemo/classes/stringitem/StringItemDemo.class -sun-wtk/apps/UIDemo/classes/textbox/TextBoxDemo.class -sun-wtk/apps/UIDemo/classes/textfield/TextFieldDemo.class -sun-wtk/apps/UIDemo/classes/ticker/TickerDemo.class -sun-wtk/apps/UIDemo/ignore.rgs -sun-wtk/apps/UIDemo/project.properties -sun-wtk/apps/UIDemo/res/midp/uidemo/Duke.png -sun-wtk/apps/UIDemo/res/midp/uidemo/Icon.png -sun-wtk/apps/UIDemo/res/midp/uidemo/JavaPowered-8.png -sun-wtk/apps/UIDemo/src/alert/AlertDemo.java -sun-wtk/apps/UIDemo/src/choicegroup/ChoiceGroupDemo.java -sun-wtk/apps/UIDemo/src/customitem/CustomItemDemo.java -sun-wtk/apps/UIDemo/src/customitem/Table.java -sun-wtk/apps/UIDemo/src/customitem/TextInput.java -sun-wtk/apps/UIDemo/src/datefield/DateFieldDemo.java -sun-wtk/apps/UIDemo/src/gauge/GaugeDemo.java -sun-wtk/apps/UIDemo/src/gauge/IncrementalIndefiniteGaugeRunnable.java -sun-wtk/apps/UIDemo/src/gauge/NonInteractiveGaugeRunnable.java -sun-wtk/apps/UIDemo/src/list/ListDemo.java -sun-wtk/apps/UIDemo/src/stringitem/StringItemDemo.java -sun-wtk/apps/UIDemo/src/textbox/TextBoxDemo.java -sun-wtk/apps/UIDemo/src/textfield/TextFieldDemo.java -sun-wtk/apps/UIDemo/src/ticker/TickerDemo.java -sun-wtk/apps/UIDemo/tmpclasses/alert/AlertDemo$1.class -sun-wtk/apps/UIDemo/tmpclasses/alert/AlertDemo$AlertListener.class -sun-wtk/apps/UIDemo/tmpclasses/alert/AlertDemo.class -sun-wtk/apps/UIDemo/tmpclasses/choicegroup/ChoiceGroupDemo.class -sun-wtk/apps/UIDemo/tmpclasses/customitem/CustomItemDemo.class -sun-wtk/apps/UIDemo/tmpclasses/customitem/Table.class -sun-wtk/apps/UIDemo/tmpclasses/customitem/TextInput.class -sun-wtk/apps/UIDemo/tmpclasses/datefield/DateFieldDemo.class -sun-wtk/apps/UIDemo/tmpclasses/gauge/GaugeDemo.class -sun-wtk/apps/UIDemo/tmpclasses/gauge/IncrementalIndefiniteGaugeRunnable.class -sun-wtk/apps/UIDemo/tmpclasses/gauge/NonInteractiveGaugeRunnable.class -sun-wtk/apps/UIDemo/tmpclasses/list/ListDemo.class -sun-wtk/apps/UIDemo/tmpclasses/stringitem/StringItemDemo.class -sun-wtk/apps/UIDemo/tmpclasses/textbox/TextBoxDemo.class -sun-wtk/apps/UIDemo/tmpclasses/textfield/TextFieldDemo.class -sun-wtk/apps/UIDemo/tmpclasses/ticker/TickerDemo.class -sun-wtk/apps/WMADemo/bin/MANIFEST.MF -sun-wtk/apps/WMADemo/bin/WMADemo.jad -sun-wtk/apps/WMADemo/bin/WMADemo.jar -sun-wtk/apps/WMADemo/bin/build.sh -sun-wtk/apps/WMADemo/bin/run.sh -sun-wtk/apps/WMADemo/classes/example/cbs/CBSReceive.class -sun-wtk/apps/WMADemo/classes/example/mms/MMSMessage.class -sun-wtk/apps/WMADemo/classes/example/mms/MMSReceive.class -sun-wtk/apps/WMADemo/classes/example/mms/MMSSend.class -sun-wtk/apps/WMADemo/classes/example/mms/PartsDialog$ImageDialog.class -sun-wtk/apps/WMADemo/classes/example/mms/PartsDialog$TextDialog.class -sun-wtk/apps/WMADemo/classes/example/mms/PartsDialog.class -sun-wtk/apps/WMADemo/classes/example/mms/SenderThread.class -sun-wtk/apps/WMADemo/classes/example/sms/SMSReceive.class -sun-wtk/apps/WMADemo/classes/example/sms/SMSSend.class -sun-wtk/apps/WMADemo/classes/example/sms/SMSSender.class -sun-wtk/apps/WMADemo/project.properties -sun-wtk/apps/WMADemo/res/Duke.png -sun-wtk/apps/WMADemo/res/Java.png -sun-wtk/apps/WMADemo/src/example/cbs/CBSReceive.java -sun-wtk/apps/WMADemo/src/example/mms/MMSMessage.java -sun-wtk/apps/WMADemo/src/example/mms/MMSReceive.java -sun-wtk/apps/WMADemo/src/example/mms/MMSSend.java -sun-wtk/apps/WMADemo/src/example/mms/PartsDialog.java -sun-wtk/apps/WMADemo/src/example/mms/SenderThread.java -sun-wtk/apps/WMADemo/src/example/sms/SMSReceive.java -sun-wtk/apps/WMADemo/src/example/sms/SMSSend.java -sun-wtk/apps/WMADemo/src/example/sms/SMSSender.java -sun-wtk/apps/WMADemo/tmpclasses/example/cbs/CBSReceive.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/MMSMessage.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/MMSReceive.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/MMSSend.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/PartsDialog$ImageDialog.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/PartsDialog$TextDialog.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/PartsDialog.class -sun-wtk/apps/WMADemo/tmpclasses/example/mms/SenderThread.class -sun-wtk/apps/WMADemo/tmpclasses/example/sms/SMSReceive.class -sun-wtk/apps/WMADemo/tmpclasses/example/sms/SMSSend.class -sun-wtk/apps/WMADemo/tmpclasses/example/sms/SMSSender.class -sun-wtk/apps/mmademo/bin/MANIFEST.MF -sun-wtk/apps/mmademo/bin/mmademo.jad -sun-wtk/apps/mmademo/bin/mmademo.jar -sun-wtk/apps/mmademo/classes/example/mmademo/BaseListMidlet.class -sun-wtk/apps/mmademo/classes/example/mmademo/DrummerCanvas$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/DrummerCanvas.class -sun-wtk/apps/mmademo/classes/example/mmademo/PausingAudioTest.class -sun-wtk/apps/mmademo/classes/example/mmademo/RingToneConverter.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimpleHttpBrowser.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayer.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerCanvas.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerForm.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$Parent.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$RecordTask.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI$SPTimerTask.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimplePlayerGUI.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimpleRmsBrowser.class -sun-wtk/apps/mmademo/classes/example/mmademo/SimpleTones.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$BreadCrumbTrail.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$ContentHandler.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$Interruptable.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$QueryListener.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils$QueryTask.class -sun-wtk/apps/mmademo/classes/example/mmademo/Utils.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoCanvas$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoCanvas.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoPlayer$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoPlayer.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoTest$1.class -sun-wtk/apps/mmademo/classes/example/mmademo/VideoTest.class -sun-wtk/apps/mmademo/project.properties -sun-wtk/apps/mmademo/res/audio/amr-nb.amr -sun-wtk/apps/mmademo/res/audio/amr-wb.awb -sun-wtk/apps/mmademo/res/audio/beethoven.jts -sun-wtk/apps/mmademo/res/audio/bong.wav -sun-wtk/apps/mmademo/res/audio/pattern.mid -sun-wtk/apps/mmademo/res/audio/scale.mid -sun-wtk/apps/mmademo/res/icons/App.png -sun-wtk/apps/mmademo/res/icons/logo.png -sun-wtk/apps/mmademo/res/video/animated_89_c.gif -sun-wtk/apps/mmademo/src/example/mmademo/BaseListMidlet.java -sun-wtk/apps/mmademo/src/example/mmademo/DrummerCanvas.java -sun-wtk/apps/mmademo/src/example/mmademo/PausingAudioTest.java -sun-wtk/apps/mmademo/src/example/mmademo/RingToneConverter.java -sun-wtk/apps/mmademo/src/example/mmademo/SimpleHttpBrowser.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayer.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayerCanvas.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayerForm.java -sun-wtk/apps/mmademo/src/example/mmademo/SimplePlayerGUI.java -sun-wtk/apps/mmademo/src/example/mmademo/SimpleRmsBrowser.java -sun-wtk/apps/mmademo/src/example/mmademo/SimpleTones.java -sun-wtk/apps/mmademo/src/example/mmademo/Utils.java -sun-wtk/apps/mmademo/src/example/mmademo/VideoCanvas.java -sun-wtk/apps/mmademo/src/example/mmademo/VideoPlayer.java -sun-wtk/apps/mmademo/src/example/mmademo/VideoTest.java -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/BaseListMidlet.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/DrummerCanvas$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/DrummerCanvas.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/PausingAudioTest.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/RingToneConverter.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimpleHttpBrowser.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayer.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerCanvas.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerForm.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$Parent.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$RecordTask.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI$SPTimerTask.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimplePlayerGUI.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimpleRmsBrowser.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/SimpleTones.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$BreadCrumbTrail.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$ContentHandler.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$Interruptable.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$QueryListener.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils$QueryTask.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/Utils.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoCanvas$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoCanvas.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoPlayer$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoPlayer.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoTest$1.class -sun-wtk/apps/mmademo/tmpclasses/example/mmademo/VideoTest.class -sun-wtk/bin/JadTool.jar -sun-wtk/bin/MEKeyTool.jar -sun-wtk/bin/activation.jar -sun-wtk/bin/defaultdevice -sun-wtk/bin/emulator -sun-wtk/bin/j2me_sg_ri.jar -sun-wtk/bin/jaxrpc-api.jar -sun-wtk/bin/jaxrpc-impl.jar -sun-wtk/bin/jaxrpc-spi.jar -sun-wtk/bin/ktoolbar -sun-wtk/bin/libjmcustommpx.so -sun-wtk/bin/libzayit.so -sun-wtk/bin/mail.jar -sun-wtk/bin/mekeytool -sun-wtk/bin/prefs -sun-wtk/bin/preverify -sun-wtk/bin/preverify1.0 -sun-wtk/bin/preverify1.1 -sun-wtk/bin/runmidlet -sun-wtk/bin/saaj-api.jar -sun-wtk/bin/saaj-impl.jar -sun-wtk/bin/schema2beansdev.jar -sun-wtk/bin/utils -sun-wtk/bin/wscompile -sun-wtk/bin/xsdlib.jar -sun-wtk/bin/zayit -sun-wtk/copyright.html -sun-wtk/docs/BasicCustomizationGuide-html/catalog.css -sun-wtk/docs/BasicCustomizationGuide-html/copyright.html -sun-wtk/docs/BasicCustomizationGuide-html/document.css -sun-wtk/docs/BasicCustomizationGuide-html/images/diamond.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/diamond_sm.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/highlight-t6.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/hilight3.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/index.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/indexx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/mkdirhier.txt -sun-wtk/docs/BasicCustomizationGuide-html/images/neutral-t5.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/neutral2.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/neutral8.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/next.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/nextx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/palm_font.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/pressed-t7.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/pressed4.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/prev.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/prevx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/toc.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/tocx.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/triangle.gif -sun-wtk/docs/BasicCustomizationGuide-html/images/wj29.gif -sun-wtk/docs/BasicCustomizationGuide-html/index.html -sun-wtk/docs/BasicCustomizationGuide-html/indexa.html -sun-wtk/docs/BasicCustomizationGuide-html/introduction.html -sun-wtk/docs/BasicCustomizationGuide-html/obfuscator.html -sun-wtk/docs/BasicCustomizationGuide-html/preface.html -sun-wtk/docs/BasicCustomizationGuide-html/skinning.html -sun-wtk/docs/BasicCustomizationGuide.pdf -sun-wtk/docs/UserGuide-html/bluetooth.html -sun-wtk/docs/UserGuide-html/catalog.css -sun-wtk/docs/UserGuide-html/commandline.html -sun-wtk/docs/UserGuide-html/copyright.html -sun-wtk/docs/UserGuide-html/demonstrations.html -sun-wtk/docs/UserGuide-html/developing.html -sun-wtk/docs/UserGuide-html/document.css -sun-wtk/docs/UserGuide-html/emulator.html -sun-wtk/docs/UserGuide-html/images/BluetoothDemo-client4.gif -sun-wtk/docs/UserGuide-html/images/BluetoothDemo-server.gif -sun-wtk/docs/UserGuide-html/images/DefaultColorPhone-callouts.gif -sun-wtk/docs/UserGuide-html/images/Demo3D-Life3D.gif -sun-wtk/docs/UserGuide-html/images/Demo3D-PogoRoo4.gif -sun-wtk/docs/UserGuide-html/images/Demo3D-retainedmode5.gif -sun-wtk/docs/UserGuide-html/images/ObexDemo-image10.gif -sun-wtk/docs/UserGuide-html/images/ObexDemo-permission9.gif -sun-wtk/docs/UserGuide-html/images/ObexDemo-waiting8.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-Readme12.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-commit17.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-empty15.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-listtype14.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-newcontact16.gif -sun-wtk/docs/UserGuide-html/images/PDAPDemo-root111.gif -sun-wtk/docs/UserGuide-html/images/TinyMIDlet6.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-mmsaddress6.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-mmsparts7.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-mmsreceive9.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-push19.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-send18.gif -sun-wtk/docs/UserGuide-html/images/WMADemo-smsdone20.gif -sun-wtk/docs/UserGuide-html/images/ams17.gif -sun-wtk/docs/UserGuide-html/images/ams28.gif -sun-wtk/docs/UserGuide-html/images/ams39.gif -sun-wtk/docs/UserGuide-html/images/ams410.gif -sun-wtk/docs/UserGuide-html/images/attributes12.gif -sun-wtk/docs/UserGuide-html/images/buildsuccess4.gif -sun-wtk/docs/UserGuide-html/images/certificatemanager4.gif -sun-wtk/docs/UserGuide-html/images/demonstrations13.gif -sun-wtk/docs/UserGuide-html/images/diamond.gif -sun-wtk/docs/UserGuide-html/images/diamond_sm.gif -sun-wtk/docs/UserGuide-html/images/filesystem-roots.gif -sun-wtk/docs/UserGuide-html/images/index.gif -sun-wtk/docs/UserGuide-html/images/indexx.gif -sun-wtk/docs/UserGuide-html/images/ktoolbar.gif -sun-wtk/docs/UserGuide-html/images/ktoolbar22.gif -sun-wtk/docs/UserGuide-html/images/ktoolbara.gif -sun-wtk/docs/UserGuide-html/images/memorymonitor-objects4.gif -sun-wtk/docs/UserGuide-html/images/memorymonitor3.gif -sun-wtk/docs/UserGuide-html/images/midlets13.gif -sun-wtk/docs/UserGuide-html/images/mkdirhier.txt -sun-wtk/docs/UserGuide-html/images/networkmonitor-sms8.gif -sun-wtk/docs/UserGuide-html/images/networkmonitor5.gif -sun-wtk/docs/UserGuide-html/images/newkeypair3.gif -sun-wtk/docs/UserGuide-html/images/newproject2.gif -sun-wtk/docs/UserGuide-html/images/newproject23.gif -sun-wtk/docs/UserGuide-html/images/next.gif -sun-wtk/docs/UserGuide-html/images/nextx.gif -sun-wtk/docs/UserGuide-html/images/openproject23.gif -sun-wtk/docs/UserGuide-html/images/performance3.gif -sun-wtk/docs/UserGuide-html/images/permissions.gif -sun-wtk/docs/UserGuide-html/images/preferences-bluetooth.gif -sun-wtk/docs/UserGuide-html/images/preferences-monitor.gif -sun-wtk/docs/UserGuide-html/images/preferences-wma.gif -sun-wtk/docs/UserGuide-html/images/prev.gif -sun-wtk/docs/UserGuide-html/images/prevx.gif -sun-wtk/docs/UserGuide-html/images/profiler2.gif -sun-wtk/docs/UserGuide-html/images/run15.gif -sun-wtk/docs/UserGuide-html/images/run211.gif -sun-wtk/docs/UserGuide-html/images/settings-apiselection.gif -sun-wtk/docs/UserGuide-html/images/settings-pushregistry4.gif -sun-wtk/docs/UserGuide-html/images/sign2.gif -sun-wtk/docs/UserGuide-html/images/storage2.gif -sun-wtk/docs/UserGuide-html/images/stubgenerator.gif -sun-wtk/docs/UserGuide-html/images/toc.gif -sun-wtk/docs/UserGuide-html/images/tocx.gif -sun-wtk/docs/UserGuide-html/images/triangle.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendbinary4.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendcbs5.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendmms27.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendmms6.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole-sendtext3.gif -sun-wtk/docs/UserGuide-html/images/wmaconsole2.gif -sun-wtk/docs/UserGuide-html/index.html -sun-wtk/docs/UserGuide-html/indexa.html -sun-wtk/docs/UserGuide-html/internationalization.html -sun-wtk/docs/UserGuide-html/introduction.html -sun-wtk/docs/UserGuide-html/mmapi.html -sun-wtk/docs/UserGuide-html/mobile3d.html -sun-wtk/docs/UserGuide-html/monitoring.html -sun-wtk/docs/UserGuide-html/pdap.html -sun-wtk/docs/UserGuide-html/preface.html -sun-wtk/docs/UserGuide-html/projects.html -sun-wtk/docs/UserGuide-html/security.html -sun-wtk/docs/UserGuide-html/webservices.html -sun-wtk/docs/UserGuide-html/wma.html -sun-wtk/docs/UserGuide.pdf -sun-wtk/docs/api/j2me-rpc/LICENSE.html -sun-wtk/docs/api/j2me-rpc/allclasses-frame.html -sun-wtk/docs/api/j2me-rpc/allclasses-noframe.html -sun-wtk/docs/api/j2me-rpc/constant-values.html -sun-wtk/docs/api/j2me-rpc/deprecated-list.html -sun-wtk/docs/api/j2me-rpc/help-doc.html -sun-wtk/docs/api/j2me-rpc/index-all.html -sun-wtk/docs/api/j2me-rpc/index.html -sun-wtk/docs/api/j2me-rpc/java/rmi/MarshalException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/Remote.html -sun-wtk/docs/api/j2me-rpc/java/rmi/RemoteException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/ServerException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/MarshalException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/Remote.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/RemoteException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/class-use/ServerException.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-frame.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-summary.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-tree.html -sun-wtk/docs/api/j2me-rpc/java/rmi/package-use.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/ComplexType.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/Element.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/FaultDetailException.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/FaultDetailHandler.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/Operation.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/Type.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/ComplexType.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/Element.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/FaultDetailException.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/FaultDetailHandler.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/Operation.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use/Type.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-frame.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-summary.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-tree.html -sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/package-use.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/QName.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/class-use/QName.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-frame.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-summary.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-tree.html -sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/package-use.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/JAXRPCException.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/NamespaceConstants.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/Stub.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use/JAXRPCException.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use/NamespaceConstants.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use/Stub.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-frame.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-summary.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-tree.html -sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/package-use.html -sun-wtk/docs/api/j2me-rpc/overview-frame.html -sun-wtk/docs/api/j2me-rpc/overview-summary.html -sun-wtk/docs/api/j2me-rpc/overview-tree.html -sun-wtk/docs/api/j2me-rpc/package-list -sun-wtk/docs/api/j2me-rpc/packages.html -sun-wtk/docs/api/j2me-rpc/serialized-form.html -sun-wtk/docs/api/j2me-rpc/stylesheet.css -sun-wtk/docs/api/j2me-xml/LICENSE.html -sun-wtk/docs/api/j2me-xml/allclasses-frame.html -sun-wtk/docs/api/j2me-xml/allclasses-noframe.html -sun-wtk/docs/api/j2me-xml/constant-values.html -sun-wtk/docs/api/j2me-xml/deprecated-list.html -sun-wtk/docs/api/j2me-xml/help-doc.html -sun-wtk/docs/api/j2me-xml/index-all.html -sun-wtk/docs/api/j2me-xml/index.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/FactoryConfigurationError.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/ParserConfigurationException.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/SAXParser.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/SAXParserFactory.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/FactoryConfigurationError.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/ParserConfigurationException.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/SAXParser.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use/SAXParserFactory.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-frame.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-summary.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-tree.html -sun-wtk/docs/api/j2me-xml/javax/xml/parsers/package-use.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/Attributes.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/InputSource.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/Locator.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXNotRecognizedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXNotSupportedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/SAXParseException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/Attributes.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/InputSource.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/Locator.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXNotRecognizedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXNotSupportedException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use/SAXParseException.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/DefaultHandler.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/class-use/DefaultHandler.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-frame.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-summary.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-tree.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/package-use.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-frame.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-summary.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-tree.html -sun-wtk/docs/api/j2me-xml/org/xml/sax/package-use.html -sun-wtk/docs/api/j2me-xml/overview-frame.html -sun-wtk/docs/api/j2me-xml/overview-summary.html -sun-wtk/docs/api/j2me-xml/overview-tree.html -sun-wtk/docs/api/j2me-xml/package-list -sun-wtk/docs/api/j2me-xml/packages.html -sun-wtk/docs/api/j2me-xml/serialized-form.html -sun-wtk/docs/api/j2me-xml/stylesheet.css -sun-wtk/docs/api/midp/allclasses-frame.html -sun-wtk/docs/api/midp/allclasses-noframe.html -sun-wtk/docs/api/midp/constant-values.html -sun-wtk/docs/api/midp/deprecated-list.html -sun-wtk/docs/api/midp/help-doc.html -sun-wtk/docs/api/midp/index-all.html -sun-wtk/docs/api/midp/index.html -sun-wtk/docs/api/midp/java/io/ByteArrayInputStream.html -sun-wtk/docs/api/midp/java/io/ByteArrayOutputStream.html -sun-wtk/docs/api/midp/java/io/DataInput.html -sun-wtk/docs/api/midp/java/io/DataInputStream.html -sun-wtk/docs/api/midp/java/io/DataOutput.html -sun-wtk/docs/api/midp/java/io/DataOutputStream.html -sun-wtk/docs/api/midp/java/io/EOFException.html -sun-wtk/docs/api/midp/java/io/IOException.html -sun-wtk/docs/api/midp/java/io/InputStream.html -sun-wtk/docs/api/midp/java/io/InputStreamReader.html -sun-wtk/docs/api/midp/java/io/InterruptedIOException.html -sun-wtk/docs/api/midp/java/io/OutputStream.html -sun-wtk/docs/api/midp/java/io/OutputStreamWriter.html -sun-wtk/docs/api/midp/java/io/PrintStream.html -sun-wtk/docs/api/midp/java/io/Reader.html -sun-wtk/docs/api/midp/java/io/UTFDataFormatException.html -sun-wtk/docs/api/midp/java/io/UnsupportedEncodingException.html -sun-wtk/docs/api/midp/java/io/Writer.html -sun-wtk/docs/api/midp/java/io/class-use/ByteArrayInputStream.html -sun-wtk/docs/api/midp/java/io/class-use/ByteArrayOutputStream.html -sun-wtk/docs/api/midp/java/io/class-use/DataInput.html -sun-wtk/docs/api/midp/java/io/class-use/DataInputStream.html -sun-wtk/docs/api/midp/java/io/class-use/DataOutput.html -sun-wtk/docs/api/midp/java/io/class-use/DataOutputStream.html -sun-wtk/docs/api/midp/java/io/class-use/EOFException.html -sun-wtk/docs/api/midp/java/io/class-use/IOException.html -sun-wtk/docs/api/midp/java/io/class-use/InputStream.html -sun-wtk/docs/api/midp/java/io/class-use/InputStreamReader.html -sun-wtk/docs/api/midp/java/io/class-use/InterruptedIOException.html -sun-wtk/docs/api/midp/java/io/class-use/OutputStream.html -sun-wtk/docs/api/midp/java/io/class-use/OutputStreamWriter.html -sun-wtk/docs/api/midp/java/io/class-use/PrintStream.html -sun-wtk/docs/api/midp/java/io/class-use/Reader.html -sun-wtk/docs/api/midp/java/io/class-use/UTFDataFormatException.html -sun-wtk/docs/api/midp/java/io/class-use/UnsupportedEncodingException.html -sun-wtk/docs/api/midp/java/io/class-use/Writer.html -sun-wtk/docs/api/midp/java/io/package-frame.html -sun-wtk/docs/api/midp/java/io/package-summary.html -sun-wtk/docs/api/midp/java/io/package-tree.html -sun-wtk/docs/api/midp/java/io/package-use.html -sun-wtk/docs/api/midp/java/lang/ArithmeticException.html -sun-wtk/docs/api/midp/java/lang/ArrayIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/ArrayStoreException.html -sun-wtk/docs/api/midp/java/lang/Boolean.html -sun-wtk/docs/api/midp/java/lang/Byte.html -sun-wtk/docs/api/midp/java/lang/Character.html -sun-wtk/docs/api/midp/java/lang/Class.html -sun-wtk/docs/api/midp/java/lang/ClassCastException.html -sun-wtk/docs/api/midp/java/lang/ClassNotFoundException.html -sun-wtk/docs/api/midp/java/lang/Double.html -sun-wtk/docs/api/midp/java/lang/Error.html -sun-wtk/docs/api/midp/java/lang/Exception.html -sun-wtk/docs/api/midp/java/lang/Float.html -sun-wtk/docs/api/midp/java/lang/IllegalAccessException.html -sun-wtk/docs/api/midp/java/lang/IllegalArgumentException.html -sun-wtk/docs/api/midp/java/lang/IllegalMonitorStateException.html -sun-wtk/docs/api/midp/java/lang/IllegalStateException.html -sun-wtk/docs/api/midp/java/lang/IllegalThreadStateException.html -sun-wtk/docs/api/midp/java/lang/IndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/InstantiationException.html -sun-wtk/docs/api/midp/java/lang/Integer.html -sun-wtk/docs/api/midp/java/lang/InterruptedException.html -sun-wtk/docs/api/midp/java/lang/Long.html -sun-wtk/docs/api/midp/java/lang/Math.html -sun-wtk/docs/api/midp/java/lang/NegativeArraySizeException.html -sun-wtk/docs/api/midp/java/lang/NoClassDefFoundError.html -sun-wtk/docs/api/midp/java/lang/NullPointerException.html -sun-wtk/docs/api/midp/java/lang/NumberFormatException.html -sun-wtk/docs/api/midp/java/lang/Object.html -sun-wtk/docs/api/midp/java/lang/OutOfMemoryError.html -sun-wtk/docs/api/midp/java/lang/Runnable.html -sun-wtk/docs/api/midp/java/lang/Runtime.html -sun-wtk/docs/api/midp/java/lang/RuntimeException.html -sun-wtk/docs/api/midp/java/lang/SecurityException.html -sun-wtk/docs/api/midp/java/lang/Short.html -sun-wtk/docs/api/midp/java/lang/String.html -sun-wtk/docs/api/midp/java/lang/StringBuffer.html -sun-wtk/docs/api/midp/java/lang/StringIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/System.html -sun-wtk/docs/api/midp/java/lang/Thread.html -sun-wtk/docs/api/midp/java/lang/Throwable.html -sun-wtk/docs/api/midp/java/lang/VirtualMachineError.html -sun-wtk/docs/api/midp/java/lang/class-use/ArithmeticException.html -sun-wtk/docs/api/midp/java/lang/class-use/ArrayIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/class-use/ArrayStoreException.html -sun-wtk/docs/api/midp/java/lang/class-use/Boolean.html -sun-wtk/docs/api/midp/java/lang/class-use/Byte.html -sun-wtk/docs/api/midp/java/lang/class-use/Character.html -sun-wtk/docs/api/midp/java/lang/class-use/Class.html -sun-wtk/docs/api/midp/java/lang/class-use/ClassCastException.html -sun-wtk/docs/api/midp/java/lang/class-use/ClassNotFoundException.html -sun-wtk/docs/api/midp/java/lang/class-use/Double.html -sun-wtk/docs/api/midp/java/lang/class-use/Error.html -sun-wtk/docs/api/midp/java/lang/class-use/Exception.html -sun-wtk/docs/api/midp/java/lang/class-use/Float.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalAccessException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalArgumentException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalMonitorStateException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalStateException.html -sun-wtk/docs/api/midp/java/lang/class-use/IllegalThreadStateException.html -sun-wtk/docs/api/midp/java/lang/class-use/IndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/class-use/InstantiationException.html -sun-wtk/docs/api/midp/java/lang/class-use/Integer.html -sun-wtk/docs/api/midp/java/lang/class-use/InterruptedException.html -sun-wtk/docs/api/midp/java/lang/class-use/Long.html -sun-wtk/docs/api/midp/java/lang/class-use/Math.html -sun-wtk/docs/api/midp/java/lang/class-use/NegativeArraySizeException.html -sun-wtk/docs/api/midp/java/lang/class-use/NoClassDefFoundError.html -sun-wtk/docs/api/midp/java/lang/class-use/NullPointerException.html -sun-wtk/docs/api/midp/java/lang/class-use/NumberFormatException.html -sun-wtk/docs/api/midp/java/lang/class-use/Object.html -sun-wtk/docs/api/midp/java/lang/class-use/OutOfMemoryError.html -sun-wtk/docs/api/midp/java/lang/class-use/Runnable.html -sun-wtk/docs/api/midp/java/lang/class-use/Runtime.html -sun-wtk/docs/api/midp/java/lang/class-use/RuntimeException.html -sun-wtk/docs/api/midp/java/lang/class-use/SecurityException.html -sun-wtk/docs/api/midp/java/lang/class-use/Short.html -sun-wtk/docs/api/midp/java/lang/class-use/String.html -sun-wtk/docs/api/midp/java/lang/class-use/StringBuffer.html -sun-wtk/docs/api/midp/java/lang/class-use/StringIndexOutOfBoundsException.html -sun-wtk/docs/api/midp/java/lang/class-use/System.html -sun-wtk/docs/api/midp/java/lang/class-use/Thread.html -sun-wtk/docs/api/midp/java/lang/class-use/Throwable.html -sun-wtk/docs/api/midp/java/lang/class-use/VirtualMachineError.html -sun-wtk/docs/api/midp/java/lang/package-frame.html -sun-wtk/docs/api/midp/java/lang/package-summary.html -sun-wtk/docs/api/midp/java/lang/package-tree.html -sun-wtk/docs/api/midp/java/lang/package-use.html -sun-wtk/docs/api/midp/java/util/Calendar.html -sun-wtk/docs/api/midp/java/util/Date.html -sun-wtk/docs/api/midp/java/util/EmptyStackException.html -sun-wtk/docs/api/midp/java/util/Enumeration.html -sun-wtk/docs/api/midp/java/util/Hashtable.html -sun-wtk/docs/api/midp/java/util/NoSuchElementException.html -sun-wtk/docs/api/midp/java/util/Random.html -sun-wtk/docs/api/midp/java/util/Stack.html -sun-wtk/docs/api/midp/java/util/TimeZone.html -sun-wtk/docs/api/midp/java/util/Timer.html -sun-wtk/docs/api/midp/java/util/TimerTask.html -sun-wtk/docs/api/midp/java/util/Vector.html -sun-wtk/docs/api/midp/java/util/class-use/Calendar.html -sun-wtk/docs/api/midp/java/util/class-use/Date.html -sun-wtk/docs/api/midp/java/util/class-use/EmptyStackException.html -sun-wtk/docs/api/midp/java/util/class-use/Enumeration.html -sun-wtk/docs/api/midp/java/util/class-use/Hashtable.html -sun-wtk/docs/api/midp/java/util/class-use/NoSuchElementException.html -sun-wtk/docs/api/midp/java/util/class-use/Random.html -sun-wtk/docs/api/midp/java/util/class-use/Stack.html -sun-wtk/docs/api/midp/java/util/class-use/TimeZone.html -sun-wtk/docs/api/midp/java/util/class-use/Timer.html -sun-wtk/docs/api/midp/java/util/class-use/TimerTask.html -sun-wtk/docs/api/midp/java/util/class-use/Vector.html -sun-wtk/docs/api/midp/java/util/package-frame.html -sun-wtk/docs/api/midp/java/util/package-summary.html -sun-wtk/docs/api/midp/java/util/package-tree.html -sun-wtk/docs/api/midp/java/util/package-use.html -sun-wtk/docs/api/midp/javax/microedition/io/CommConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/Connection.html -sun-wtk/docs/api/midp/javax/microedition/io/ConnectionNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/io/Connector.html -sun-wtk/docs/api/midp/javax/microedition/io/ContentConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/Datagram.html -sun-wtk/docs/api/midp/javax/microedition/io/DatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/HttpConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/HttpsConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/InputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/OutputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/PushRegistry.html -sun-wtk/docs/api/midp/javax/microedition/io/SecureConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/SecurityInfo.html -sun-wtk/docs/api/midp/javax/microedition/io/ServerSocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/SocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/StreamConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/StreamConnectionNotifier.html -sun-wtk/docs/api/midp/javax/microedition/io/UDPDatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/CommConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/Connection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/ConnectionNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/Connector.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/ContentConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/Datagram.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/DatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/HttpConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/HttpsConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/InputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/OutputConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/PushRegistry.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/SecureConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/SecurityInfo.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/ServerSocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/SocketConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/StreamConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/StreamConnectionNotifier.html -sun-wtk/docs/api/midp/javax/microedition/io/class-use/UDPDatagramConnection.html -sun-wtk/docs/api/midp/javax/microedition/io/doc-files/MIDP_Networking-4.gif -sun-wtk/docs/api/midp/javax/microedition/io/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/io/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/io/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/io/package-use.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Alert.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/AlertType.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Canvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Choice.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ChoiceGroup.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Command.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/CommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/CustomItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/DateField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Display.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Displayable.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Font.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Form.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Gauge.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Graphics.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Image.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ImageItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Item.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ItemCommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/ItemStateListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/List.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Screen.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Spacer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/StringItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/TextBox.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/TextField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/Ticker.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Alert.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/AlertType.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Canvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Choice.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ChoiceGroup.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Command.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/CommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/CustomItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/DateField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Display.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Displayable.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Font.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Form.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Gauge.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Graphics.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Image.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ImageItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Item.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ItemCommandListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/ItemStateListener.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/List.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Screen.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Spacer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/StringItem.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/TextBox.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/TextField.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use/Ticker.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files/command1.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files/command2.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files/command3.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/GameCanvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/Layer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/LayerManager.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/Sprite.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/TiledLayer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/GameCanvas.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/Layer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/LayerManager.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/Sprite.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use/TiledLayer.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/anchor.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/defaultSequence.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/drawWindow.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/frames.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/grid.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/grid2.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/referencePoint.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/refpixel.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/sequenceDemo.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/setrefposition.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/specialSequence.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/tiles.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/transcenter.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/transforms.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files/viewWindow.gif -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/game/package-use.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/lcdui/package-use.html -sun-wtk/docs/api/midp/javax/microedition/media/Control.html -sun-wtk/docs/api/midp/javax/microedition/media/Controllable.html -sun-wtk/docs/api/midp/javax/microedition/media/Manager.html -sun-wtk/docs/api/midp/javax/microedition/media/MediaException.html -sun-wtk/docs/api/midp/javax/microedition/media/Player.html -sun-wtk/docs/api/midp/javax/microedition/media/PlayerListener.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Control.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Controllable.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Manager.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/MediaException.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/Player.html -sun-wtk/docs/api/midp/javax/microedition/media/class-use/PlayerListener.html -sun-wtk/docs/api/midp/javax/microedition/media/control/ToneControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/VolumeControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/class-use/ToneControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/class-use/VolumeControl.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/media/control/package-use.html -sun-wtk/docs/api/midp/javax/microedition/media/doc-files/plr-mgr-ctl.gif -sun-wtk/docs/api/midp/javax/microedition/media/doc-files/states.gif -sun-wtk/docs/api/midp/javax/microedition/media/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/media/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/media/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/media/package-use.html -sun-wtk/docs/api/midp/javax/microedition/midlet/MIDlet.html -sun-wtk/docs/api/midp/javax/microedition/midlet/MIDletStateChangeException.html -sun-wtk/docs/api/midp/javax/microedition/midlet/class-use/MIDlet.html -sun-wtk/docs/api/midp/javax/microedition/midlet/class-use/MIDletStateChangeException.html -sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files/App-States.gif -sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files/Authorization.html -sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files/PKITrust.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/midlet/package-use.html -sun-wtk/docs/api/midp/javax/microedition/pki/Certificate.html -sun-wtk/docs/api/midp/javax/microedition/pki/CertificateException.html -sun-wtk/docs/api/midp/javax/microedition/pki/class-use/Certificate.html -sun-wtk/docs/api/midp/javax/microedition/pki/class-use/CertificateException.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/pki/package-use.html -sun-wtk/docs/api/midp/javax/microedition/rms/InvalidRecordIDException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordComparator.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordEnumeration.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordFilter.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordListener.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStore.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreFullException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/rms/RecordStoreNotOpenException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/InvalidRecordIDException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordComparator.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordEnumeration.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordFilter.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordListener.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStore.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreFullException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreNotFoundException.html -sun-wtk/docs/api/midp/javax/microedition/rms/class-use/RecordStoreNotOpenException.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-frame.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-summary.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-tree.html -sun-wtk/docs/api/midp/javax/microedition/rms/package-use.html -sun-wtk/docs/api/midp/overview-frame.html -sun-wtk/docs/api/midp/overview-summary.html -sun-wtk/docs/api/midp/overview-tree.html -sun-wtk/docs/api/midp/package-list -sun-wtk/docs/api/midp/packages.html -sun-wtk/docs/api/midp/resources/inherit.gif -sun-wtk/docs/api/midp/serialized-form.html -sun-wtk/docs/api/midp/stylesheet.css -sun-wtk/docs/api/mmapi/1-ds-player.gif -sun-wtk/docs/api/mmapi/2-ds-player-mngr.gif -sun-wtk/docs/api/mmapi/allclasses-frame.html -sun-wtk/docs/api/mmapi/copyright-notice.html -sun-wtk/docs/api/mmapi/deprecated-list.html -sun-wtk/docs/api/mmapi/help-doc.html -sun-wtk/docs/api/mmapi/index-all.html -sun-wtk/docs/api/mmapi/index.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Control.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Controllable.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Manager.html -sun-wtk/docs/api/mmapi/javax/microedition/media/MediaException.html -sun-wtk/docs/api/mmapi/javax/microedition/media/Player.html -sun-wtk/docs/api/mmapi/javax/microedition/media/PlayerListener.html -sun-wtk/docs/api/mmapi/javax/microedition/media/TimeBase.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/FramePositioningControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/GUIControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/MIDIControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/MetaDataControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/PitchControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/RateControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/RecordControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/StopTimeControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/TempoControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/ToneControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/VideoControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/VolumeControl.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/copyright-notice.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/package-frame.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/package-summary.html -sun-wtk/docs/api/mmapi/javax/microedition/media/control/package-tree.html -sun-wtk/docs/api/mmapi/javax/microedition/media/copyright-notice.html -sun-wtk/docs/api/mmapi/javax/microedition/media/package-frame.html -sun-wtk/docs/api/mmapi/javax/microedition/media/package-summary.html -sun-wtk/docs/api/mmapi/javax/microedition/media/package-tree.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/ContentDescriptor.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/DataSource.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/SourceStream.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/copyright-notice.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/package-frame.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/package-summary.html -sun-wtk/docs/api/mmapi/javax/microedition/media/protocol/package-tree.html -sun-wtk/docs/api/mmapi/javax/microedition/media/states.gif -sun-wtk/docs/api/mmapi/overview-frame.html -sun-wtk/docs/api/mmapi/overview-summary.html -sun-wtk/docs/api/mmapi/overview-tree.html -sun-wtk/docs/api/mmapi/package-list -sun-wtk/docs/api/mmapi/packages.html -sun-wtk/docs/api/mmapi/serialized-form.html -sun-wtk/docs/api/mmapi/stylesheet.css -sun-wtk/docs/document.css -sun-wtk/docs/images/email.gif -sun-wtk/faq.html -sun-wtk/index.html -sun-wtk/lib/checkbox_off.png -sun-wtk/lib/checkbox_on.png -sun-wtk/lib/cldcapi10.jar -sun-wtk/lib/cldcapi11.jar -sun-wtk/lib/continuous_strip.png -sun-wtk/lib/crlf_bw.png -sun-wtk/lib/date_down.png -sun-wtk/lib/date_left.png -sun-wtk/lib/date_right.png -sun-wtk/lib/date_up.png -sun-wtk/lib/gauge_leftarrow.png -sun-wtk/lib/gauge_rightarrow.png -sun-wtk/lib/incremental_strip.png -sun-wtk/lib/internal.config -sun-wtk/lib/j2me-ws.jar -sun-wtk/lib/jsr082.jar -sun-wtk/lib/jsr184.jar -sun-wtk/lib/jsr75.jar -sun-wtk/lib/link_horizontal.png -sun-wtk/lib/link_vertical.png -sun-wtk/lib/midpapi10.jar -sun-wtk/lib/midpapi20.jar -sun-wtk/lib/mmapi.jar -sun-wtk/lib/popup_arrow.png -sun-wtk/lib/popup_scrolldown.png -sun-wtk/lib/popup_scrollup.png -sun-wtk/lib/radio_off.png -sun-wtk/lib/radio_on.png -sun-wtk/lib/security_query.png -sun-wtk/lib/soundbank.dls -sun-wtk/lib/system.config -sun-wtk/lib/ticker_border.png -sun-wtk/lib/trustedmidlet_icon.png -sun-wtk/lib/wma11.jar -sun-wtk/lib/wma20.jar -sun-wtk/wtklib/FreeBSD/ktools.properties -sun-wtk/wtklib/customjmf.jar -sun-wtk/wtklib/default.prj -sun-wtk/wtklib/devices/DefaultColorPhone/DefaultColorPhone.properties -sun-wtk/wtklib/devices/DefaultColorPhone/hilight.png -sun-wtk/wtklib/devices/DefaultColorPhone/net_indicator.png -sun-wtk/wtklib/devices/DefaultColorPhone/neutral.png -sun-wtk/wtklib/devices/DefaultColorPhone/pressed.png -sun-wtk/wtklib/devices/DefaultGrayPhone/DefaultGrayPhone.properties -sun-wtk/wtklib/devices/DefaultGrayPhone/ph1_highlight.png -sun-wtk/wtklib/devices/DefaultGrayPhone/ph1_neut.png -sun-wtk/wtklib/devices/DefaultGrayPhone/ph1_press.png -sun-wtk/wtklib/devices/MediaControlSkin/MediaControlSkin.properties -sun-wtk/wtklib/devices/MediaControlSkin/highlight.png -sun-wtk/wtklib/devices/MediaControlSkin/indicator.png -sun-wtk/wtklib/devices/MediaControlSkin/neutral.png -sun-wtk/wtklib/devices/MediaControlSkin/pressed.png -sun-wtk/wtklib/devices/QwertyDevice/QwertyDevice.properties -sun-wtk/wtklib/devices/QwertyDevice/highlight.png -sun-wtk/wtklib/devices/QwertyDevice/indicator.png -sun-wtk/wtklib/devices/QwertyDevice/neutral.png -sun-wtk/wtklib/devices/QwertyDevice/press.png -sun-wtk/wtklib/devices/Share/123.gif -sun-wtk/wtklib/devices/Share/ABC.gif -sun-wtk/wtklib/devices/Share/abc_lower.gif -sun-wtk/wtklib/devices/Share/batt.gif -sun-wtk/wtklib/devices/Share/down.gif -sun-wtk/wtklib/devices/Share/hira.gif -sun-wtk/wtklib/devices/Share/indicator.png -sun-wtk/wtklib/devices/Share/internet.gif -sun-wtk/wtklib/devices/Share/jtwi_indicator.png -sun-wtk/wtklib/devices/Share/kana.gif -sun-wtk/wtklib/devices/Share/left.gif -sun-wtk/wtklib/devices/Share/mid_alarm.wav -sun-wtk/wtklib/devices/Share/mid_confirm.wav -sun-wtk/wtklib/devices/Share/mid_err.wav -sun-wtk/wtklib/devices/Share/mid_info.wav -sun-wtk/wtklib/devices/Share/mid_warn.wav -sun-wtk/wtklib/devices/Share/reception.gif -sun-wtk/wtklib/devices/Share/right.gif -sun-wtk/wtklib/devices/Share/secure.gif -sun-wtk/wtklib/devices/Share/sym.gif -sun-wtk/wtklib/devices/Share/trusted.png -sun-wtk/wtklib/devices/Share/unsecure.gif -sun-wtk/wtklib/devices/Share/up.gif -sun-wtk/wtklib/devices/Share/vibrate.wav -sun-wtk/wtklib/devices/Sounds/0.au -sun-wtk/wtklib/devices/Sounds/1.au -sun-wtk/wtklib/devices/Sounds/2.au -sun-wtk/wtklib/devices/Sounds/3.au -sun-wtk/wtklib/devices/Sounds/4.au -sun-wtk/wtklib/devices/Sounds/5.au -sun-wtk/wtklib/devices/Sounds/6.au -sun-wtk/wtklib/devices/Sounds/7.au -sun-wtk/wtklib/devices/Sounds/8.au -sun-wtk/wtklib/devices/Sounds/9.au -sun-wtk/wtklib/emptyapi.zip -sun-wtk/wtklib/emulator.properties -sun-wtk/wtklib/gcf-op.jar -sun-wtk/wtklib/images/AboutDialogBox_TopGraphic.png -sun-wtk/wtklib/images/MemoryMonitor.gif -sun-wtk/wtklib/images/NetworkMonitor.gif -sun-wtk/wtklib/images/Profiler.gif -sun-wtk/wtklib/images/about.gif -sun-wtk/wtklib/images/bluetooth-in.gif -sun-wtk/wtklib/images/bluetooth-out.gif -sun-wtk/wtklib/images/btgoep-in.gif -sun-wtk/wtklib/images/btgoep-msg.gif -sun-wtk/wtklib/images/btgoep-out.gif -sun-wtk/wtklib/images/btl2cap-in.gif -sun-wtk/wtklib/images/btl2cap-msg.gif -sun-wtk/wtklib/images/btl2cap-out.gif -sun-wtk/wtklib/images/btspp-in.gif -sun-wtk/wtklib/images/btspp-msg.gif -sun-wtk/wtklib/images/btspp-out.gif -sun-wtk/wtklib/images/build-dis.gif -sun-wtk/wtklib/images/build.gif -sun-wtk/wtklib/images/cbs-in.gif -sun-wtk/wtklib/images/cleanPro.gif -sun-wtk/wtklib/images/clear.gif -sun-wtk/wtklib/images/comm-in.gif -sun-wtk/wtklib/images/comm-out.gif -sun-wtk/wtklib/images/datagram-in.gif -sun-wtk/wtklib/images/datagram-out.gif -sun-wtk/wtklib/images/debug.gif -sun-wtk/wtklib/images/default-msg.gif -sun-wtk/wtklib/images/defdev.gif -sun-wtk/wtklib/images/down.gif -sun-wtk/wtklib/images/exit.gif -sun-wtk/wtklib/images/filter.gif -sun-wtk/wtklib/images/gc.gif -sun-wtk/wtklib/images/http-in.gif -sun-wtk/wtklib/images/http-out.gif -sun-wtk/wtklib/images/https-in.gif -sun-wtk/wtklib/images/https-out.gif -sun-wtk/wtklib/images/ktoolbar.gif -sun-wtk/wtklib/images/manage-cert.gif -sun-wtk/wtklib/images/mms-in.gif -sun-wtk/wtklib/images/mms-out.gif -sun-wtk/wtklib/images/new.gif -sun-wtk/wtklib/images/notifbtgoep-msg.gif -sun-wtk/wtklib/images/notifbtl2cap-msg.gif -sun-wtk/wtklib/images/notifbtspp-msg.gif -sun-wtk/wtklib/images/obex-in.gif -sun-wtk/wtklib/images/obex-out.gif -sun-wtk/wtklib/images/open.gif -sun-wtk/wtklib/images/package.gif -sun-wtk/wtklib/images/phone.gif -sun-wtk/wtklib/images/prefs-win.gif -sun-wtk/wtklib/images/run-dis.gif -sun-wtk/wtklib/images/run.gif -sun-wtk/wtklib/images/settings-dis.gif -sun-wtk/wtklib/images/settings.gif -sun-wtk/wtklib/images/sign-win.gif -sun-wtk/wtklib/images/sms-in.gif -sun-wtk/wtklib/images/sms-out.gif -sun-wtk/wtklib/images/socket-in.gif -sun-wtk/wtklib/images/socket-msg.gif -sun-wtk/wtklib/images/socket-out.gif -sun-wtk/wtklib/images/splash.gif -sun-wtk/wtklib/images/ssl-in.gif -sun-wtk/wtklib/images/ssl-msg.gif -sun-wtk/wtklib/images/ssl-out.gif -sun-wtk/wtklib/images/up.gif -sun-wtk/wtklib/images/utils.gif -sun-wtk/wtklib/images/wma-console.gif -sun-wtk/wtklib/kdp.jar -sun-wtk/wtklib/kenv.zip -sun-wtk/wtklib/ktools.zip -sun-wtk/wtklib/kvem.jar -sun-wtk/wtklib/lime.jar -@dirrm sun-wtk/wtklib/images -@dirrm sun-wtk/wtklib/devices/Sounds -@dirrm sun-wtk/wtklib/devices/Share -@dirrm sun-wtk/wtklib/devices/QwertyDevice -@dirrm sun-wtk/wtklib/devices/MediaControlSkin -@dirrm sun-wtk/wtklib/devices/DefaultGrayPhone -@dirrm sun-wtk/wtklib/devices/DefaultColorPhone -@dirrm sun-wtk/wtklib/devices -@dirrm sun-wtk/wtklib/FreeBSD -@dirrm sun-wtk/wtklib -@dirrm sun-wtk/sessions -@dirrm sun-wtk/lib -@dirrm sun-wtk/docs/images -@dirrm sun-wtk/docs/api/mmapi/javax/microedition/media/protocol -@dirrm sun-wtk/docs/api/mmapi/javax/microedition/media/control -@dirrm sun-wtk/docs/api/mmapi/javax/microedition/media -@dirrm sun-wtk/docs/api/mmapi/javax/microedition -@dirrm sun-wtk/docs/api/mmapi/javax -@dirrm sun-wtk/docs/api/mmapi -@dirrm sun-wtk/docs/api/midp/resources -@dirrm sun-wtk/docs/api/midp/javax/microedition/rms/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/rms -@dirrm sun-wtk/docs/api/midp/javax/microedition/pki/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/pki -@dirrm sun-wtk/docs/api/midp/javax/microedition/midlet/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/midlet/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/midlet -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/control/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/control -@dirrm sun-wtk/docs/api/midp/javax/microedition/media/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/media -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/game/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/game/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/game -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/lcdui -@dirrm sun-wtk/docs/api/midp/javax/microedition/io/doc-files -@dirrm sun-wtk/docs/api/midp/javax/microedition/io/class-use -@dirrm sun-wtk/docs/api/midp/javax/microedition/io -@dirrm sun-wtk/docs/api/midp/javax/microedition -@dirrm sun-wtk/docs/api/midp/javax -@dirrm sun-wtk/docs/api/midp/java/util/class-use -@dirrm sun-wtk/docs/api/midp/java/util -@dirrm sun-wtk/docs/api/midp/java/lang/class-use -@dirrm sun-wtk/docs/api/midp/java/lang -@dirrm sun-wtk/docs/api/midp/java/io/class-use -@dirrm sun-wtk/docs/api/midp/java/io -@dirrm sun-wtk/docs/api/midp/java -@dirrm sun-wtk/docs/api/midp -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers/class-use -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax/helpers -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax/class-use -@dirrm sun-wtk/docs/api/j2me-xml/org/xml/sax -@dirrm sun-wtk/docs/api/j2me-xml/org/xml -@dirrm sun-wtk/docs/api/j2me-xml/org -@dirrm sun-wtk/docs/api/j2me-xml/javax/xml/parsers/class-use -@dirrm sun-wtk/docs/api/j2me-xml/javax/xml/parsers -@dirrm sun-wtk/docs/api/j2me-xml/javax/xml -@dirrm sun-wtk/docs/api/j2me-xml/javax -@dirrm sun-wtk/docs/api/j2me-xml -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/rpc/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/rpc -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/namespace/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml/namespace -@dirrm sun-wtk/docs/api/j2me-rpc/javax/xml -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition/xml/rpc -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition/xml -@dirrm sun-wtk/docs/api/j2me-rpc/javax/microedition -@dirrm sun-wtk/docs/api/j2me-rpc/javax -@dirrm sun-wtk/docs/api/j2me-rpc/java/rmi/class-use -@dirrm sun-wtk/docs/api/j2me-rpc/java/rmi -@dirrm sun-wtk/docs/api/j2me-rpc/java -@dirrm sun-wtk/docs/api/j2me-rpc -@dirrm sun-wtk/docs/api -@dirrm sun-wtk/docs/UserGuide-html/images -@dirrm sun-wtk/docs/UserGuide-html -@dirrm sun-wtk/docs/BasicCustomizationGuide-html/images -@dirrm sun-wtk/docs/BasicCustomizationGuide-html -@dirrm sun-wtk/docs -@dirrm sun-wtk/bin -@dirrm sun-wtk/apps/tmplib -@dirrm sun-wtk/apps/mmademo/tmplib -@dirrm sun-wtk/apps/mmademo/tmpclasses/example/mmademo -@dirrm sun-wtk/apps/mmademo/tmpclasses/example -@dirrm sun-wtk/apps/mmademo/tmpclasses -@dirrm sun-wtk/apps/mmademo/src/example/mmademo -@dirrm sun-wtk/apps/mmademo/src/example -@dirrm sun-wtk/apps/mmademo/src -@dirrm sun-wtk/apps/mmademo/res/video -@dirrm sun-wtk/apps/mmademo/res/icons -@dirrm sun-wtk/apps/mmademo/res/audio -@dirrm sun-wtk/apps/mmademo/res -@dirrm sun-wtk/apps/mmademo/lib -@dirrm sun-wtk/apps/mmademo/classes/example/mmademo -@dirrm sun-wtk/apps/mmademo/classes/example -@dirrm sun-wtk/apps/mmademo/classes -@dirrm sun-wtk/apps/mmademo/bin -@dirrm sun-wtk/apps/mmademo -@dirrm sun-wtk/apps/lib -@dirrm sun-wtk/apps/WMADemo/tmplib -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example/sms -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example/mms -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example/cbs -@dirrm sun-wtk/apps/WMADemo/tmpclasses/example -@dirrm sun-wtk/apps/WMADemo/tmpclasses -@dirrm sun-wtk/apps/WMADemo/src/example/sms -@dirrm sun-wtk/apps/WMADemo/src/example/mms -@dirrm sun-wtk/apps/WMADemo/src/example/cbs -@dirrm sun-wtk/apps/WMADemo/src/example -@dirrm sun-wtk/apps/WMADemo/src -@dirrm sun-wtk/apps/WMADemo/res -@dirrm sun-wtk/apps/WMADemo/lib -@dirrm sun-wtk/apps/WMADemo/classes/example/sms -@dirrm sun-wtk/apps/WMADemo/classes/example/mms -@dirrm sun-wtk/apps/WMADemo/classes/example/cbs -@dirrm sun-wtk/apps/WMADemo/classes/example -@dirrm sun-wtk/apps/WMADemo/classes -@dirrm sun-wtk/apps/WMADemo/bin -@dirrm sun-wtk/apps/WMADemo -@dirrm sun-wtk/apps/UIDemo/tmplib -@dirrm sun-wtk/apps/UIDemo/tmpclasses/ticker -@dirrm sun-wtk/apps/UIDemo/tmpclasses/textfield -@dirrm sun-wtk/apps/UIDemo/tmpclasses/textbox -@dirrm sun-wtk/apps/UIDemo/tmpclasses/stringitem -@dirrm sun-wtk/apps/UIDemo/tmpclasses/list -@dirrm sun-wtk/apps/UIDemo/tmpclasses/gauge -@dirrm sun-wtk/apps/UIDemo/tmpclasses/datefield -@dirrm sun-wtk/apps/UIDemo/tmpclasses/customitem -@dirrm sun-wtk/apps/UIDemo/tmpclasses/choicegroup -@dirrm sun-wtk/apps/UIDemo/tmpclasses/alert -@dirrm sun-wtk/apps/UIDemo/tmpclasses -@dirrm sun-wtk/apps/UIDemo/src/ticker -@dirrm sun-wtk/apps/UIDemo/src/textfield -@dirrm sun-wtk/apps/UIDemo/src/textbox -@dirrm sun-wtk/apps/UIDemo/src/stringitem -@dirrm sun-wtk/apps/UIDemo/src/list -@dirrm sun-wtk/apps/UIDemo/src/gauge -@dirrm sun-wtk/apps/UIDemo/src/datefield -@dirrm sun-wtk/apps/UIDemo/src/customitem -@dirrm sun-wtk/apps/UIDemo/src/choicegroup -@dirrm sun-wtk/apps/UIDemo/src/alert -@dirrm sun-wtk/apps/UIDemo/src -@dirrm sun-wtk/apps/UIDemo/res/midp/uidemo -@dirrm sun-wtk/apps/UIDemo/res/midp -@dirrm sun-wtk/apps/UIDemo/res -@dirrm sun-wtk/apps/UIDemo/lib -@dirrm sun-wtk/apps/UIDemo/classes/ticker -@dirrm sun-wtk/apps/UIDemo/classes/textfield -@dirrm sun-wtk/apps/UIDemo/classes/textbox -@dirrm sun-wtk/apps/UIDemo/classes/stringitem -@dirrm sun-wtk/apps/UIDemo/classes/list -@dirrm sun-wtk/apps/UIDemo/classes/gauge -@dirrm sun-wtk/apps/UIDemo/classes/datefield -@dirrm sun-wtk/apps/UIDemo/classes/customitem -@dirrm sun-wtk/apps/UIDemo/classes/choicegroup -@dirrm sun-wtk/apps/UIDemo/classes/alert -@dirrm sun-wtk/apps/UIDemo/classes -@dirrm sun-wtk/apps/UIDemo/bin -@dirrm sun-wtk/apps/UIDemo -@dirrm sun-wtk/apps/Photoalbum/tmplib -@dirrm sun-wtk/apps/Photoalbum/tmpclasses/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/tmpclasses/example -@dirrm sun-wtk/apps/Photoalbum/tmpclasses -@dirrm sun-wtk/apps/Photoalbum/src/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/src/example -@dirrm sun-wtk/apps/Photoalbum/src -@dirrm sun-wtk/apps/Photoalbum/res/icons -@dirrm sun-wtk/apps/Photoalbum/res/example/photoalbum/images -@dirrm sun-wtk/apps/Photoalbum/res/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/res/example -@dirrm sun-wtk/apps/Photoalbum/res -@dirrm sun-wtk/apps/Photoalbum/lib -@dirrm sun-wtk/apps/Photoalbum/classes/example/photoalbum -@dirrm sun-wtk/apps/Photoalbum/classes/example -@dirrm sun-wtk/apps/Photoalbum/classes -@dirrm sun-wtk/apps/Photoalbum/bin -@dirrm sun-wtk/apps/Photoalbum -@dirrm sun-wtk/apps/PDAPDemo/tmplib -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses/example/pim -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses/example/fc -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses/example -@dirrm sun-wtk/apps/PDAPDemo/tmpclasses -@dirrm sun-wtk/apps/PDAPDemo/src/example/pim -@dirrm sun-wtk/apps/PDAPDemo/src/example/fc -@dirrm sun-wtk/apps/PDAPDemo/src/example -@dirrm sun-wtk/apps/PDAPDemo/src -@dirrm sun-wtk/apps/PDAPDemo/res/icons -@dirrm sun-wtk/apps/PDAPDemo/res -@dirrm sun-wtk/apps/PDAPDemo/lib -@dirrm sun-wtk/apps/PDAPDemo/classes/example/pim -@dirrm sun-wtk/apps/PDAPDemo/classes/example/fc -@dirrm sun-wtk/apps/PDAPDemo/classes/example -@dirrm sun-wtk/apps/PDAPDemo/classes -@dirrm sun-wtk/apps/PDAPDemo/bin -@dirrm sun-wtk/apps/PDAPDemo -@dirrm sun-wtk/apps/ObexDemo/tmplib -@dirrm sun-wtk/apps/ObexDemo/tmpclasses/example/obex/demo -@dirrm sun-wtk/apps/ObexDemo/tmpclasses/example/obex -@dirrm sun-wtk/apps/ObexDemo/tmpclasses/example -@dirrm sun-wtk/apps/ObexDemo/tmpclasses -@dirrm sun-wtk/apps/ObexDemo/src/example/obex/demo -@dirrm sun-wtk/apps/ObexDemo/src/example/obex -@dirrm sun-wtk/apps/ObexDemo/src/example -@dirrm sun-wtk/apps/ObexDemo/src -@dirrm sun-wtk/apps/ObexDemo/res/images -@dirrm sun-wtk/apps/ObexDemo/res/icons -@dirrm sun-wtk/apps/ObexDemo/res -@dirrm sun-wtk/apps/ObexDemo/lib -@dirrm sun-wtk/apps/ObexDemo/classes/example/obex/demo -@dirrm sun-wtk/apps/ObexDemo/classes/example/obex -@dirrm sun-wtk/apps/ObexDemo/classes/example -@dirrm sun-wtk/apps/ObexDemo/classes -@dirrm sun-wtk/apps/ObexDemo/bin -@dirrm sun-wtk/apps/ObexDemo -@dirrm sun-wtk/apps/NetworkDemo/tmplib -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses/socket -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses/datagram -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses/comm -@dirrm sun-wtk/apps/NetworkDemo/tmpclasses -@dirrm sun-wtk/apps/NetworkDemo/src/socket -@dirrm sun-wtk/apps/NetworkDemo/src/datagram -@dirrm sun-wtk/apps/NetworkDemo/src/comm -@dirrm sun-wtk/apps/NetworkDemo/src -@dirrm sun-wtk/apps/NetworkDemo/lib -@dirrm sun-wtk/apps/NetworkDemo/classes/socket -@dirrm sun-wtk/apps/NetworkDemo/classes/datagram -@dirrm sun-wtk/apps/NetworkDemo/classes/comm -@dirrm sun-wtk/apps/NetworkDemo/classes -@dirrm sun-wtk/apps/NetworkDemo/bin -@dirrm sun-wtk/apps/NetworkDemo -@dirrm sun-wtk/apps/JSR172Demo/tmplib -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/demo -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript/connector -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example/serverscript -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses/example -@dirrm sun-wtk/apps/JSR172Demo/tmpclasses -@dirrm sun-wtk/apps/JSR172Demo/src/example/serverscript/demo -@dirrm sun-wtk/apps/JSR172Demo/src/example/serverscript/connector -@dirrm sun-wtk/apps/JSR172Demo/src/example/serverscript -@dirrm sun-wtk/apps/JSR172Demo/src/example -@dirrm sun-wtk/apps/JSR172Demo/src -@dirrm sun-wtk/apps/JSR172Demo/server/src/serverscript -@dirrm sun-wtk/apps/JSR172Demo/server/src -@dirrm sun-wtk/apps/JSR172Demo/server -@dirrm sun-wtk/apps/JSR172Demo/res/icons -@dirrm sun-wtk/apps/JSR172Demo/res -@dirrm sun-wtk/apps/JSR172Demo/lib -@dirrm sun-wtk/apps/JSR172Demo/classes/example/serverscript/demo -@dirrm sun-wtk/apps/JSR172Demo/classes/example/serverscript/connector -@dirrm sun-wtk/apps/JSR172Demo/classes/example/serverscript -@dirrm sun-wtk/apps/JSR172Demo/classes/example -@dirrm sun-wtk/apps/JSR172Demo/classes -@dirrm sun-wtk/apps/JSR172Demo/bin -@dirrm sun-wtk/apps/JSR172Demo -@dirrm sun-wtk/apps/Games/tmplib -@dirrm sun-wtk/apps/Games/tmpclasses/example/wormgame -@dirrm sun-wtk/apps/Games/tmpclasses/example/tilepuzzle -@dirrm sun-wtk/apps/Games/tmpclasses/example/pushpuzzle -@dirrm sun-wtk/apps/Games/tmpclasses/example -@dirrm sun-wtk/apps/Games/tmpclasses -@dirrm sun-wtk/apps/Games/src/example/wormgame -@dirrm sun-wtk/apps/Games/src/example/tilepuzzle -@dirrm sun-wtk/apps/Games/src/example/pushpuzzle -@dirrm sun-wtk/apps/Games/src/example -@dirrm sun-wtk/apps/Games/src -@dirrm sun-wtk/apps/Games/res/icons -@dirrm sun-wtk/apps/Games/res/example/pushpuzzle/images -@dirrm sun-wtk/apps/Games/res/example/pushpuzzle/data -@dirrm sun-wtk/apps/Games/res/example/pushpuzzle -@dirrm sun-wtk/apps/Games/res/example -@dirrm sun-wtk/apps/Games/res -@dirrm sun-wtk/apps/Games/lib -@dirrm sun-wtk/apps/Games/classes/example/wormgame -@dirrm sun-wtk/apps/Games/classes/example/tilepuzzle -@dirrm sun-wtk/apps/Games/classes/example/pushpuzzle -@dirrm sun-wtk/apps/Games/classes/example -@dirrm sun-wtk/apps/Games/classes -@dirrm sun-wtk/apps/Games/bin -@dirrm sun-wtk/apps/Games -@dirrm sun-wtk/apps/FPDemo/tmplib -@dirrm sun-wtk/apps/FPDemo/tmpclasses/calculator -@dirrm sun-wtk/apps/FPDemo/tmpclasses -@dirrm sun-wtk/apps/FPDemo/src/calculator -@dirrm sun-wtk/apps/FPDemo/src -@dirrm sun-wtk/apps/FPDemo/lib -@dirrm sun-wtk/apps/FPDemo/classes/calculator -@dirrm sun-wtk/apps/FPDemo/classes -@dirrm sun-wtk/apps/FPDemo/bin -@dirrm sun-wtk/apps/FPDemo -@dirrm sun-wtk/apps/Demos/tmplib -@dirrm sun-wtk/apps/Demos/tmpclasses/example/stock -@dirrm sun-wtk/apps/Demos/tmpclasses/example/manyballs -@dirrm sun-wtk/apps/Demos/tmpclasses/example/http -@dirrm sun-wtk/apps/Demos/tmpclasses/example/fonts -@dirrm sun-wtk/apps/Demos/tmpclasses/example/chooser -@dirrm sun-wtk/apps/Demos/tmpclasses/example/auction -@dirrm sun-wtk/apps/Demos/tmpclasses/example -@dirrm sun-wtk/apps/Demos/tmpclasses -@dirrm sun-wtk/apps/Demos/src/example/stock -@dirrm sun-wtk/apps/Demos/src/example/manyballs -@dirrm sun-wtk/apps/Demos/src/example/http -@dirrm sun-wtk/apps/Demos/src/example/fonts -@dirrm sun-wtk/apps/Demos/src/example/chooser -@dirrm sun-wtk/apps/Demos/src/example/auction -@dirrm sun-wtk/apps/Demos/src/example -@dirrm sun-wtk/apps/Demos/src -@dirrm sun-wtk/apps/Demos/res/icons -@dirrm sun-wtk/apps/Demos/res/example/http/images -@dirrm sun-wtk/apps/Demos/res/example/http -@dirrm sun-wtk/apps/Demos/res/example/auction/images -@dirrm sun-wtk/apps/Demos/res/example/auction -@dirrm sun-wtk/apps/Demos/res/example -@dirrm sun-wtk/apps/Demos/res -@dirrm sun-wtk/apps/Demos/lib -@dirrm sun-wtk/apps/Demos/classes/example/stock -@dirrm sun-wtk/apps/Demos/classes/example/manyballs -@dirrm sun-wtk/apps/Demos/classes/example/http -@dirrm sun-wtk/apps/Demos/classes/example/fonts -@dirrm sun-wtk/apps/Demos/classes/example/chooser -@dirrm sun-wtk/apps/Demos/classes/example/auction -@dirrm sun-wtk/apps/Demos/classes/example -@dirrm sun-wtk/apps/Demos/classes -@dirrm sun-wtk/apps/Demos/bin -@dirrm sun-wtk/apps/Demos -@dirrm sun-wtk/apps/Demo3D/tmplib -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples/life3d -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com/superscape -@dirrm sun-wtk/apps/Demo3D/tmpclasses/com -@dirrm sun-wtk/apps/Demo3D/tmpclasses -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples/life3d -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/src/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/src/com/superscape -@dirrm sun-wtk/apps/Demo3D/src/com -@dirrm sun-wtk/apps/Demo3D/src -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode/content -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/pogoroo/content -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/res/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/res/com/superscape -@dirrm sun-wtk/apps/Demo3D/res/com -@dirrm sun-wtk/apps/Demo3D/res -@dirrm sun-wtk/apps/Demo3D/lib -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/retainedmode -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/pogoroo -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples/life3d -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g/wtksamples -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape/m3g -@dirrm sun-wtk/apps/Demo3D/classes/com/superscape -@dirrm sun-wtk/apps/Demo3D/classes/com -@dirrm sun-wtk/apps/Demo3D/classes -@dirrm sun-wtk/apps/Demo3D/bin -@dirrm sun-wtk/apps/Demo3D -@dirrm sun-wtk/apps/BluetoothDemo/tmplib -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth/demo -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses/example/bluetooth -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses/example -@dirrm sun-wtk/apps/BluetoothDemo/tmpclasses -@dirrm sun-wtk/apps/BluetoothDemo/src/example/bluetooth/demo -@dirrm sun-wtk/apps/BluetoothDemo/src/example/bluetooth -@dirrm sun-wtk/apps/BluetoothDemo/src/example -@dirrm sun-wtk/apps/BluetoothDemo/src -@dirrm sun-wtk/apps/BluetoothDemo/res/images -@dirrm sun-wtk/apps/BluetoothDemo/res/icons -@dirrm sun-wtk/apps/BluetoothDemo/res -@dirrm sun-wtk/apps/BluetoothDemo/lib -@dirrm sun-wtk/apps/BluetoothDemo/classes/example/bluetooth/demo -@dirrm sun-wtk/apps/BluetoothDemo/classes/example/bluetooth -@dirrm sun-wtk/apps/BluetoothDemo/classes/example -@dirrm sun-wtk/apps/BluetoothDemo/classes -@dirrm sun-wtk/apps/BluetoothDemo/bin -@dirrm sun-wtk/apps/BluetoothDemo -@dirrm sun-wtk/apps/Audiodemo/tmplib -@dirrm sun-wtk/apps/Audiodemo/tmpclasses/example/audiodemo -@dirrm sun-wtk/apps/Audiodemo/tmpclasses/example -@dirrm sun-wtk/apps/Audiodemo/tmpclasses -@dirrm sun-wtk/apps/Audiodemo/src/example/audiodemo -@dirrm sun-wtk/apps/Audiodemo/src/example -@dirrm sun-wtk/apps/Audiodemo/src -@dirrm sun-wtk/apps/Audiodemo/res/icons -@dirrm sun-wtk/apps/Audiodemo/res/audio -@dirrm sun-wtk/apps/Audiodemo/res -@dirrm sun-wtk/apps/Audiodemo/lib -@dirrm sun-wtk/apps/Audiodemo/classes/example/audiodemo -@dirrm sun-wtk/apps/Audiodemo/classes/example -@dirrm sun-wtk/apps/Audiodemo/classes -@dirrm sun-wtk/apps/Audiodemo/bin -@dirrm sun-wtk/apps/Audiodemo -@dirrm sun-wtk/apps -@dirrm sun-wtk/appdb/DefaultColorPhone/filesystem/root1 -@dirrm sun-wtk/appdb/DefaultColorPhone/filesystem -@dirrm sun-wtk/appdb/DefaultColorPhone -@dirrm sun-wtk/appdb -@dirrm sun-wtk diff --git a/net-im/Makefile b/net-im/Makefile index f3f0ec00afef..a47518d1d12a 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -80,7 +80,6 @@ SUBDIR += msn-proxy SUBDIR += mu-conference SUBDIR += naim - SUBDIR += openfetion SUBDIR += openfire SUBDIR += openfire-devel SUBDIR += p5-AnyEvent-XMPP diff --git a/net-im/openfetion/Makefile b/net-im/openfetion/Makefile deleted file mode 100644 index 8f3516954b51..000000000000 --- a/net-im/openfetion/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: openfetion -# Date created: 11 December 2010 -# Whom: Yanhui Shen <shen.elf@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= openfetion -PORTVERSION= 2.0.7 -PORTREVISION= 1 -CATEGORIES= net-im -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= shen.elf@gmail.com -COMMENT= An open source client for China Mobile's Fetion IM - -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 - -DEPRECATED= Abandoned upstream -EXPIRATION_DATE= 2013-01-04 -OPTIONS= XSCREENSAVER "Enable X screensaver extension" on \ - NOTIFY "Enable libnotify support" on \ - GSTREAMER "Enable gstreamer support" on - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack glib20 gtk20 libxml2 desktopfileutils -USE_OPENSSL= yes -USE_LDCONFIG= yes - -CONFIGURE_ARGS=--disable-nm -CONFIGURE_ENV= LIBSSL_CFLAGS=-Wl,-rpath,${OPENSSLRPATH} \ - LIBSSL_LIBS=-rpath=${OPENSSLRPATH} - -PROJECTHOST= ofetion -LICENSE= GPLv2 - -.include <bsd.port.options.mk> - -.if !defined(WITHOUT_XSCREENSAVER) -USE_XORG= xscrnsaver -CONFIGURE_ARGS+=--enable-screensaver -.else -CONFIGURE_ARGS+=--disable-screensaver -.endif - -.if !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER= yes -CONFIGURE_ARGS+=--enable-gst -.else -CONFIGURE_ARGS+=--disable-gst -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify -CONFIGURE_ARGS+=--enable-libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|$$(DESTDIR)$$(itlocaledir)|$${datarootdir}/locale|g' \ - ${WRKSRC}/po/Makefile.in.in - @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/resource/Makefile.in - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/net-im/openfetion/distinfo b/net-im/openfetion/distinfo deleted file mode 100644 index 1d1719d8e40d..000000000000 --- a/net-im/openfetion/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (openfetion-2.0.7.tar.gz) = 37bdab942713512ab02d34e1b16a810764e55688c93cd5daee88c64c50c22695 -SIZE (openfetion-2.0.7.tar.gz) = 794386 diff --git a/net-im/openfetion/files/patch-lib_fetion_connection.c b/net-im/openfetion/files/patch-lib_fetion_connection.c deleted file mode 100644 index 261e0c3a7182..000000000000 --- a/net-im/openfetion/files/patch-lib_fetion_connection.c +++ /dev/null @@ -1,75 +0,0 @@ ---- lib/fetion_connection.c.orig 2010-11-28 20:53:01.000000000 +0900 -+++ lib/fetion_connection.c 2010-12-12 11:56:42.000000000 +0900 -@@ -22,6 +22,7 @@ - #include <fcntl.h> - #include <sys/ioctl.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <netinet/in.h> - #include <netinet/tcp.h> - #include <arpa/inet.h> -@@ -34,9 +35,15 @@ - int tcp_keep_alive(int socketfd) - { - int keepAlive = 1; -+#ifdef TCP_KEEPIDEL - int keepIdle = 10; -+#endif -+#ifdef TCP_KEEPINTVL - int keepInterval = 10; -+#endif -+#ifdef TCP_KEEPCNT - int keepCount = 10; -+#endif - - if(setsockopt(socketfd , SOL_SOCKET , SO_KEEPALIVE - ,(void*)&keepAlive,sizeof(keepAlive)) == -1){ -@@ -44,23 +51,29 @@ - return -1; - } - -+#ifdef TCP_KEEPIDEL - if(setsockopt(socketfd , SOL_TCP , TCP_KEEPIDLE - ,(void *)&keepIdle,sizeof(keepIdle)) == -1){ - debug_info("set TCP_KEEPIDEL failed\n"); - return -1; - } -+#endif - -+#ifdef TCP_KEEPINTVL - if(setsockopt(socketfd , SOL_TCP , TCP_KEEPINTVL - ,(void *)&keepInterval,sizeof(keepInterval)) == -1){ - debug_info("set TCP_KEEPINTVL failed\n"); - return -1; - } -+#endif - -+#ifdef TCP_KEEPCNF - if(setsockopt(socketfd , SOL_TCP , TCP_KEEPCNT - ,(void *)&keepCount,sizeof(keepCount)) == -1){ - debug_info("set TCP_KEEPCNT failed\n"); - return -1; - } -+#endif - return 1; - } - -@@ -369,10 +382,16 @@ - c = tcp_connection_recv(conn , buf , sizeof(buf) - 1); - if(c <= 0) - break; -- strcpy(res + n, buf); - n += c; -- if(n >= len) -+ if(n > len){ -+ free(res); -+ res = NULL; - break; -+ } -+ strcpy(res + n -c, buf); -+ if(n == len){ -+ break; -+ } - } - - return res; diff --git a/net-im/openfetion/files/patch-src_fx_conn.c b/net-im/openfetion/files/patch-src_fx_conn.c deleted file mode 100644 index 63aa3197a0be..000000000000 --- a/net-im/openfetion/files/patch-src_fx_conn.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/fx_conn.c.orig 2010-11-28 20:53:01.000000000 +0900 -+++ src/fx_conn.c 2010-12-12 11:56:42.000000000 +0900 -@@ -24,8 +24,8 @@ - #include <netinet/in.h> - #include <netinet/tcp.h> - #include <arpa/inet.h> --#include <net/if.h> - #include <sys/socket.h> -+#include <net/if.h> - #include <netdb.h> - - int old_state; diff --git a/net-im/openfetion/files/patch-src_fx_main.c b/net-im/openfetion/files/patch-src_fx_main.c deleted file mode 100644 index 60073de2457b..000000000000 --- a/net-im/openfetion/files/patch-src_fx_main.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/fx_main.c.orig 2011-08-12 14:28:22.000000000 +0200 -+++ src/fx_main.c 2011-08-12 14:28:39.000000000 +0200 -@@ -124,8 +124,8 @@ void fx_main_initialize(FxMain* fxmain) - SKIN_DIR"offline.svg"); - gtk_status_icon_set_tooltip(fxmain->trayIcon, "OpenFetion"); - #ifdef USE_LIBNOTIFY -- fxmain->notify = notify_notification_new_with_status_icon("welcome" -- , "" , NULL , fxmain->trayIcon); -+ fxmain->notify = notify_notification_new("welcome" -+ , "" , NULL); - notify_notification_set_timeout(fxmain->notify , 2500); - #endif - diff --git a/net-im/openfetion/pkg-descr b/net-im/openfetion/pkg-descr deleted file mode 100644 index 234673413b70..000000000000 --- a/net-im/openfetion/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Fetion is an IM provided by China Mobile with features like text chat, -voice call, file sharing, etc. -Openfetion is an open source client of Fetion with limited features. -It's small and fast, and it looks better. - -WWW: http://code.google.com/p/ofetion/ diff --git a/net-im/openfetion/pkg-plist b/net-im/openfetion/pkg-plist deleted file mode 100644 index 8b0942268753..000000000000 --- a/net-im/openfetion/pkg-plist +++ /dev/null @@ -1,174 +0,0 @@ -bin/openfetion -include/fetion_buddylist.h -include/fetion_config.h -include/fetion_connection.h -include/fetion_contact.h -include/fetion_conversation.h -include/fetion_debug.h -include/fetion_directsms.h -include/fetion_group.h -include/fetion_history.h -include/fetion_list.h -include/fetion_login.h -include/fetion_message.h -include/fetion_share.h -include/fetion_sip.h -include/fetion_types.h -include/fetion_user.h -include/openfetion.h -lib/libofetion.a -lib/libofetion.la -lib/libofetion.so -lib/libofetion.so.0 -libdata/pkgconfig/ofetion.pc -share/applications/openfetion.desktop -share/pixmaps/fetion.svg -share/locale/zh_CN/LC_MESSAGES/openfetion.mo -%%DATADIR%%/resource/city.xml -%%DATADIR%%/resource/newmessage.wav -%%DATADIR%%/resource/province.xml -%%DATADIR%%/skin/LoadingImage.gif -%%DATADIR%%/skin/add.png -%%DATADIR%%/skin/away.svg -%%DATADIR%%/skin/bigimage.png -%%DATADIR%%/skin/busy.svg -%%DATADIR%%/skin/delete.png -%%DATADIR%%/skin/directsms.png -%%DATADIR%%/skin/edit.png -%%DATADIR%%/skin/emotion.png -%%DATADIR%%/skin/exit.png -%%DATADIR%%/skin/face_images/1.gif -%%DATADIR%%/skin/face_images/10.gif -%%DATADIR%%/skin/face_images/11.gif -%%DATADIR%%/skin/face_images/12.gif -%%DATADIR%%/skin/face_images/13.gif -%%DATADIR%%/skin/face_images/14.gif -%%DATADIR%%/skin/face_images/15.gif -%%DATADIR%%/skin/face_images/16.gif -%%DATADIR%%/skin/face_images/17.gif -%%DATADIR%%/skin/face_images/18.gif -%%DATADIR%%/skin/face_images/19.gif -%%DATADIR%%/skin/face_images/2.gif -%%DATADIR%%/skin/face_images/20.gif -%%DATADIR%%/skin/face_images/21.gif -%%DATADIR%%/skin/face_images/22.gif -%%DATADIR%%/skin/face_images/23.gif -%%DATADIR%%/skin/face_images/24.gif -%%DATADIR%%/skin/face_images/25.gif -%%DATADIR%%/skin/face_images/26.gif -%%DATADIR%%/skin/face_images/27.gif -%%DATADIR%%/skin/face_images/28.gif -%%DATADIR%%/skin/face_images/29.gif -%%DATADIR%%/skin/face_images/3.gif -%%DATADIR%%/skin/face_images/30.gif -%%DATADIR%%/skin/face_images/31.gif -%%DATADIR%%/skin/face_images/32.gif -%%DATADIR%%/skin/face_images/33.gif -%%DATADIR%%/skin/face_images/34.gif -%%DATADIR%%/skin/face_images/35.gif -%%DATADIR%%/skin/face_images/36.gif -%%DATADIR%%/skin/face_images/37.gif -%%DATADIR%%/skin/face_images/38.gif -%%DATADIR%%/skin/face_images/39.gif -%%DATADIR%%/skin/face_images/4.gif -%%DATADIR%%/skin/face_images/40.gif -%%DATADIR%%/skin/face_images/41.gif -%%DATADIR%%/skin/face_images/42.gif -%%DATADIR%%/skin/face_images/43.gif -%%DATADIR%%/skin/face_images/44.gif -%%DATADIR%%/skin/face_images/45.gif -%%DATADIR%%/skin/face_images/46.gif -%%DATADIR%%/skin/face_images/47.gif -%%DATADIR%%/skin/face_images/48.gif -%%DATADIR%%/skin/face_images/49.gif -%%DATADIR%%/skin/face_images/5.gif -%%DATADIR%%/skin/face_images/50.gif -%%DATADIR%%/skin/face_images/51.gif -%%DATADIR%%/skin/face_images/52.gif -%%DATADIR%%/skin/face_images/6.gif -%%DATADIR%%/skin/face_images/7.gif -%%DATADIR%%/skin/face_images/8.gif -%%DATADIR%%/skin/face_images/9.gif -%%DATADIR%%/skin/face_images/big_1.gif -%%DATADIR%%/skin/face_images/big_10.gif -%%DATADIR%%/skin/face_images/big_11.gif -%%DATADIR%%/skin/face_images/big_12.gif -%%DATADIR%%/skin/face_images/big_13.gif -%%DATADIR%%/skin/face_images/big_14.gif -%%DATADIR%%/skin/face_images/big_15.gif -%%DATADIR%%/skin/face_images/big_16.gif -%%DATADIR%%/skin/face_images/big_17.gif -%%DATADIR%%/skin/face_images/big_18.gif -%%DATADIR%%/skin/face_images/big_19.gif -%%DATADIR%%/skin/face_images/big_2.gif -%%DATADIR%%/skin/face_images/big_20.gif -%%DATADIR%%/skin/face_images/big_21.gif -%%DATADIR%%/skin/face_images/big_22.gif -%%DATADIR%%/skin/face_images/big_23.gif -%%DATADIR%%/skin/face_images/big_24.gif -%%DATADIR%%/skin/face_images/big_25.gif -%%DATADIR%%/skin/face_images/big_26.gif -%%DATADIR%%/skin/face_images/big_27.gif -%%DATADIR%%/skin/face_images/big_28.gif -%%DATADIR%%/skin/face_images/big_29.gif -%%DATADIR%%/skin/face_images/big_3.gif -%%DATADIR%%/skin/face_images/big_30.gif -%%DATADIR%%/skin/face_images/big_31.gif -%%DATADIR%%/skin/face_images/big_32.gif -%%DATADIR%%/skin/face_images/big_33.gif -%%DATADIR%%/skin/face_images/big_34.gif -%%DATADIR%%/skin/face_images/big_35.gif -%%DATADIR%%/skin/face_images/big_36.gif -%%DATADIR%%/skin/face_images/big_37.gif -%%DATADIR%%/skin/face_images/big_38.gif -%%DATADIR%%/skin/face_images/big_39.gif -%%DATADIR%%/skin/face_images/big_4.gif -%%DATADIR%%/skin/face_images/big_40.gif -%%DATADIR%%/skin/face_images/big_41.gif -%%DATADIR%%/skin/face_images/big_42.gif -%%DATADIR%%/skin/face_images/big_43.gif -%%DATADIR%%/skin/face_images/big_44.gif -%%DATADIR%%/skin/face_images/big_45.gif -%%DATADIR%%/skin/face_images/big_46.gif -%%DATADIR%%/skin/face_images/big_47.gif -%%DATADIR%%/skin/face_images/big_48.gif -%%DATADIR%%/skin/face_images/big_49.gif -%%DATADIR%%/skin/face_images/big_5.gif -%%DATADIR%%/skin/face_images/big_50.gif -%%DATADIR%%/skin/face_images/big_51.gif -%%DATADIR%%/skin/face_images/big_52.gif -%%DATADIR%%/skin/face_images/big_6.gif -%%DATADIR%%/skin/face_images/big_7.gif -%%DATADIR%%/skin/face_images/big_8.gif -%%DATADIR%%/skin/face_images/big_9.gif -%%DATADIR%%/skin/fetion.svg -%%DATADIR%%/skin/find.png -%%DATADIR%%/skin/groupsend.png -%%DATADIR%%/skin/hilight.png -%%DATADIR%%/skin/history.png -%%DATADIR%%/skin/home.png -%%DATADIR%%/skin/invisible.svg -%%DATADIR%%/skin/login.png -%%DATADIR%%/skin/logining.gif -%%DATADIR%%/skin/move.png -%%DATADIR%%/skin/myselfsms.png -%%DATADIR%%/skin/nudge.png -%%DATADIR%%/skin/offline.svg -%%DATADIR%%/skin/online.svg -%%DATADIR%%/skin/openfetion.png -%%DATADIR%%/skin/options.png -%%DATADIR%%/skin/pggroup.png -%%DATADIR%%/skin/phone.png -%%DATADIR%%/skin/portrait.png -%%DATADIR%%/skin/profile.png -%%DATADIR%%/skin/proxy.png -%%DATADIR%%/skin/reconnecting.gif -%%DATADIR%%/skin/refresh.png -%%DATADIR%%/skin/warning.svg -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrm %%DATADIR%%/skin/face_images -@dirrm %%DATADIR%%/skin -@dirrm %%DATADIR%%/resource -@dirrm %%DATADIR%% -@dirrmtry share/applications diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 3c2939ecf066..d7e8d0920844 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -60,7 +60,6 @@ SUBDIR += portell SUBDIR += portless SUBDIR += portlint - SUBDIR += portmanager SUBDIR += portmaster SUBDIR += portrac SUBDIR += portscout diff --git a/ports-mgmt/portmanager/Makefile b/ports-mgmt/portmanager/Makefile deleted file mode 100644 index 1efe82e671c0..000000000000 --- a/ports-mgmt/portmanager/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: portmanager -# Date created: April 23, 2004 -# Whom: Michael C. Shultz <reso3w83@verizon.net> -# -# $FreeBSD$ -# - -PORTNAME= portmanager -PORTVERSION= 0.4.1 -PORTREVISION= 9 -CATEGORIES= ports-mgmt -MASTER_SITES= SF - -MAINTAINER= jsa@FreeBSD.org -COMMENT= FreeBSD installed ports status and safe update utility - -DEPRECATED= Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. \ - Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng. -EXPIRATION_DATE=2013-01-04 - -MAN1= portmanager.1 -MAN3= libMG.3 MGdbAdd.3 MGdbCreate.3 MGdbDelete.3 \ - MGdbGetRecordQty.3 MGdbGoTop.3 MGdbSeek.3 - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -INSTALL_TARGET= install info - -# -# if --with-bin=something then withvar=${PREFIX} + something -# else defaults to withvar=${PREFIX} + /bin -# -# so --with-bindir=/bin will become ${PREFIX}/bin at configure -# time. -# -CONFIGURE_ARGS= --with-prefix=${PREFIX} --with-bindir=/bin \ - --with-etcdir=/etc --with-pkgdbdir=/var/db/pkg \ - --with-portsdir=${PORTSDIR} --with-sharedir=/share/portmanager \ - --with-tempdir=/tmp - -OPTIONS= DEBUG "Enable debug support and warnings" off \ - BUILD_DEPENDS_ARE_LEAVES "Treat build dependencies as leaves" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --with-debug=yes -.endif - -.if defined(WITH_BUILD_DEPENDS_ARE_LEAVES) -CONFIGURE_ARGS+= --with-treatBuildDependsAsLeaves=yes -.endif - -# Keep this in post-configure. After run configure, this value is changed. -post-configure: - @${REINPLACE_CMD} -e \ - 's|PACKAGE_VERSION "${PORTVERSION}"|PACKAGE_VERSION "${PORTVERSION}_${PORTREVISION}"|g' \ - ${WRKSRC}/externVars.h - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/ports-mgmt/portmanager/distinfo b/ports-mgmt/portmanager/distinfo deleted file mode 100644 index 293dc9215122..000000000000 --- a/ports-mgmt/portmanager/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (portmanager-0.4.1.tar.gz) = 7b387b5338575c4f328881f9b2d21ee4b36797b888b1c0ebdfe8697527ee7c37 -SIZE (portmanager-0.4.1.tar.gz) = 492297 diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrController.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrController.c deleted file mode 100644 index 97409d55d501..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrController.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libMGPM/src/MGPMrController.c.orig Mon Feb 5 12:46:30 2007 -+++ libMGPM/src/MGPMrController.c Mon Feb 5 12:47:49 2007 -@@ -270,7 +270,7 @@ - fprintf( stdout, "%s\n", "running in WITH_BUILD_DEPENDS_ARE_LEAVES mode" ); - fprintf( stdout, "%s\n", "using this mode is not endorsed by author, if ports" ); - fprintf( stdout, "%s\n", "fail building due to missing build dependencies" ); -- fprintf( stdout, "%s\n", "in sysutils/portmanager run \"make config\" and shut this mode off" ); -+ fprintf( stdout, "%s\n", "in ports-mgmt/portmanager run \"make config\" and shut this mode off" ); - fprintf( stdout, "%s\n", "then rebuild/reinstall portmanager before contacting author/maintainer" ); - fprintf( stdout, "%s\n", DOUBLE_LINES ); - while( fflush( stdout ) ); diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrGetPortName.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrGetPortName.c deleted file mode 100644 index e8cfc5c56b3e..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrGetPortName.c +++ /dev/null @@ -1,12 +0,0 @@ ---- ./libMGPM/src/MGPMrGetPortName.c.orig Wed Dec 14 10:27:41 2005 -+++ ./libMGPM/src/MGPMrGetPortName.c Fri Dec 8 17:13:00 2006 -@@ -180,7 +180,8 @@ - } - else - { -- fclose( property->STDIN ); -+ if( property->autoMoved == 0 ) -+ fclose( property->STDIN ); - MGPMlogAdd( property, "installed ", portName, - " removed from system: no longer in ports tree: see /usr/ports/MOVED", " ", " " ); - } diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrInitialize.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrInitialize.c deleted file mode 100644 index bb8f5552991e..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrInitialize.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libMGPM/src/MGPMrInitialize.c.orig Mon Dec 12 15:32:34 2005 -+++ ./libMGPM/src/MGPMrInitialize.c Fri Dec 8 17:13:00 2006 -@@ -47,7 +47,7 @@ - */ - property->configConfFileName = calloc( stringSize + 1, 1 ); - MGmStrcpy(property->configConfFileName, ETCDIR); -- MGmStrcat(property->configConfFileName, "/portmanager/" ); -+ MGmStrcat(property->configConfFileName, "/portmanager" ); - MGmStrcat(property->configConfFileName, CONFIGURE_CONF); - - /* diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrPortBrokeCheck.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrPortBrokeCheck.c deleted file mode 100644 index a59d29f8fd00..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrPortBrokeCheck.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libMGPM/src/MGPMrPortBrokeCheck.c.orig Tue Dec 13 17:08:27 2005 -+++ ./libMGPM/src/MGPMrPortBrokeCheck.c Fri Dec 8 17:13:00 2006 -@@ -78,7 +78,7 @@ - } - buffer[0] = 0; - fread( buffer, MAXBUFFERSIZE, 1, pHandle ); -- if( ferror( pHandle ) == 0 && MGrStrlen( buffer ) > 1 ) -+ if( ferror( pHandle ) == 0 && MGrBufferlen( buffer, MAXBUFFERSIZE ) > 1 ) - { - fprintf( stdout, "%s %s error: %s %s marked %s, adding to ignore.db\n", id, PACKAGE_VERSION, oldPortName, oldPortDir, brokeCheckType ); - while( fflush( stdout ) ); diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrReadConfigure.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrReadConfigure.c deleted file mode 100644 index 46ec1afd3d10..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrReadConfigure.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libMGPM/src/MGPMrReadConfigure.c.orig Wed Dec 14 00:12:40 2005 -+++ ./libMGPM/src/MGPMrReadConfigure.c Fri Dec 8 17:13:00 2006 -@@ -156,7 +156,7 @@ - - MGmStrcpy( cmd[0], "/bin/cp" ); - MGmStrcpy( cmd[1], property->configConfFileName ); -- MGmStrcat( cmd[1], ".SAMPLE " ); -+ MGmStrcat( cmd[1], ".SAMPLE" ); - MGmStrcpy( cmd[2], property->configConfFileName ); - - MGmSystem( cmd, NULL ); diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c deleted file mode 100644 index a7edf22b41b9..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrShowLeavesDelete.c +++ /dev/null @@ -1,260 +0,0 @@ ---- ./libMGPM/src/MGPMrShowLeavesDelete.c.orig Mon Dec 12 15:32:34 2005 -+++ ./libMGPM/src/MGPMrShowLeavesDelete.c Fri Dec 8 17:13:00 2006 -@@ -28,7 +28,6 @@ - */ - - #include <libMGPM.h> --#include <sgtty.h> - - int nuke( char* leafPortDir ); - int rebuildDb( structProperty* property ); -@@ -39,19 +39,21 @@ - char exact[] = "exact"; - char id[] = "MGPMrShowLeavesDelete"; - char* command = NULL; -- char* leafPortDir = NULL; -+ char* leafPortDir; - char* leafPortName = NULL; - char* pkgDescFile = NULL; -+ char** cmd; -+ char** env; - int answer = 1; -- int bufferSize = 0xffff; - int doubleBreak = 0; - int installedPortsDbIDX = 0; - int installedPortsDbQTY = 0; - -- command = calloc( bufferSize, 1 ); -- leafPortDir = calloc( bufferSize, 1 ); -- leafPortName = calloc( bufferSize, 1 ); -- pkgDescFile = calloc( bufferSize, 1 ); -+ leafPortDir = calloc( MAXSTRINGSIZE, 1 ); -+ leafPortName = calloc( MAXSTRINGSIZE, 1 ); -+ -+ command = calloc( MAXBUFFERSIZE, 1 ); -+ pkgDescFile = calloc( MAXBUFFERSIZE, 1 ); - - if( ( property->ignoreDb = MGdbOpen( property->ignoreDbFileName ) ) == NULL ) - { -@@ -108,50 +110,94 @@ - installedPortsDbIDX++; - continue; - } --/* -- if( answer != KEY_ENTER ) -+ -+ cmd = malloc( sizeof( char* ) * 2 ); -+ cmd[0] = malloc( MAXSTRINGSIZE ); -+ cmd[1] = 0; -+ -+ env = malloc( sizeof( char* ) * 2 ); -+ env[0] = malloc( MAXSTRINGSIZE ); -+ env[1] = 0; -+ -+ MGmStrcpy( env[0], "TERM=" ); -+ MGmStrcat( env[0], getenv( "TERM" ) ); -+ -+ MGmStrcpy( cmd[0], "/usr/bin/clear" ); -+ -+ MGmSystem( cmd, env ); -+ -+ free( env[0] ); -+ free( env ); -+ -+ free( cmd[0] ); -+ free( cmd ); -+ -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout, "*** for safety run portmanager -u after using this feature for deletion ***\n" ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout, "Ports with no ports depending on them AKA \"leaf ports.\"\n" ); -+ fprintf( stdout, "These ports may be deinstalled because no other ports rely on them to run;\"\n" ); -+ if( property->buildDependsAreLeaves ) - { --*/ -- system( "clear" ); -- fprintf( stdout,"%s\n", SINGLE_LINES ); -- fprintf( stdout, "*** for safety run portmanager -u after using this feature for deletion ***\n" ); -- fprintf( stdout,"%s\n", SINGLE_LINES ); -- fprintf( stdout, "Ports with no ports depending on them AKA \"leaf ports.\"\n" ); -- fprintf( stdout, "These ports may be deinstalled because no other ports rely on them to run;\"\n" ); -- if( property->buildDependsAreLeaves ) -- { -- fprintf( stdout, "however, other ports may rely on these to build.\"\n" ); -- } -- fprintf( stdout, "%s\n", SINGLE_LINES ); -+ fprintf( stdout, "however, other ports may rely on these to build.\"\n" ); -+ } -+ fprintf( stdout, "%s\n", SINGLE_LINES ); - -- fprintf( stdout, "%s dir -=> %s\n\n", leafPortName, leafPortDir ); -- while( fflush( stdout ) ); -+ fprintf( stdout, "%s dir -=> %s\n\n", leafPortName, leafPortDir ); -+ while( fflush( stdout ) ); - -- MGmStrcpy( pkgDescFile, PORTSDIR ); -- MGmStrcat( pkgDescFile, leafPortDir ); -- MGmStrcat( pkgDescFile, "/pkg-descr" ); -+ MGmStrcpy( pkgDescFile, PORTSDIR ); -+ MGmStrcat( pkgDescFile, leafPortDir ); -+ MGmStrcat( pkgDescFile, "/pkg-descr" ); - -- if( MGrIfFileExist( pkgDescFile ) ) -- { -- MGmStrcpy( command, "cat " ); -- MGmStrcat( command, pkgDescFile ); -- system( command ); -- fprintf( stdout, "\n" ); -- } -- else -- { -- MGmStrcpy( command, "grep COMMENT " ); -- MGmStrcat( command, PORTSDIR ); -- MGmStrcat( command, leafPortDir ); -- MGmStrcat( command, "/Makefile" ); -- system( command ); -- } -- fprintf( stdout,"%s\n", SINGLE_LINES ); -- fprintf( stdout, "\n<ENTER> to skip\n<X><ENTER> removes port\n<N><ENTER> *Nuke it*, removes distribution files\n\n" ); -- fprintf( stdout,"%s\n", SINGLE_LINES ); --/* -+ if( MGrIfFileExist( pkgDescFile ) ) -+ { -+ cmd = malloc( sizeof( char* ) * 3 ); -+ cmd[0] = malloc( MAXSTRINGSIZE ); -+ cmd[1] = malloc( MAXSTRINGSIZE ); -+ cmd[2] = 0; -+ -+ MGmStrcpy( cmd[0], "/bin/cat" ); -+ MGmStrcpy( cmd[1], pkgDescFile ); -+ -+ MGmSystem( cmd, NULL ); -+ -+ free( cmd[0] ); -+ free( cmd[1] ); -+ free( cmd ); -+ -+ fprintf( stdout, "\n" ); -+ while( fflush( stdout ) ); -+ } -+ else -+ { -+ cmd = malloc( sizeof( char* ) * 4 ); -+ cmd[0] = malloc( MAXSTRINGSIZE ); -+ cmd[1] = malloc( MAXSTRINGSIZE ); -+ cmd[2] = malloc( MAXSTRINGSIZE ); -+ cmd[3] = 0; -+ -+ MGmStrcpy( cmd[0], "/usr/bin/grep" ); -+ MGmStrcpy( cmd[1], "COMMENT" ); -+ MGmStrcpy( cmd[2], PORTSDIR ); -+ MGmStrcat( cmd[2], leafPortDir ); -+ MGmStrcat( cmd[2], "/Makefile" ); -+ -+ MGmSystem( cmd, NULL ); -+ -+ free( cmd[0] ); -+ free( cmd[1] ); -+ free( cmd[2] ); -+ free( cmd ); -+ -+ fprintf( stdout, "\n" ); -+ while( fflush( stdout ) ); - } --*/ -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ fprintf( stdout, "\n<ENTER> to skip\n<X><ENTER> removes port\n<N><ENTER> *Nuke it*, removes distribution files\n\n" ); -+ fprintf( stdout,"%s\n", SINGLE_LINES ); -+ while( fflush( stdout ) ); -+ - property->STDIN = fopen( "/dev/stdin", "r" ); /* Flawfinder: ignore */ - doubleBreak = 0; - while( 1 == 1 ) -@@ -243,9 +289,7 @@ - { - char id[] = "removePort"; - char exact[] = "exact"; -- char* command = NULL; -- -- command = (char*)calloc( 0xffff, 1 ); -+ char** cmd; - - property->installedPortsDb = MGdbDelete( property->installedPortsDb, installedPortsDbIDX ); - -@@ -261,12 +305,26 @@ - MGdbGoTop( property->availableDependenciesDb ); - } - -- MGmStrcpy( command, "pkg_delete -f " ); -- MGmStrcat( command, leafPortNamePtr ); -- fprintf( stdout, "\nexecuting: %s\n", command ); -+ cmd = malloc( sizeof( char* ) * 4 ); -+ cmd[0] = malloc( MAXSTRINGSIZE ); -+ cmd[1] = malloc( MAXSTRINGSIZE ); -+ cmd[2] = malloc( MAXSTRINGSIZE ); -+ cmd[3] = 0; -+ -+ MGmStrcpy( cmd[0], "/usr/sbin/pkg_delete" ); -+ MGmStrcpy( cmd[1], "-f" ); -+ MGmStrcpy( cmd[2], leafPortNamePtr ); -+ -+ fprintf( stdout, "\nexecuting: %s %s %s\n", cmd[0], cmd[1], cmd[2] ); - while( fflush( stdout ) ); -- system( command ); -- free(command); -+ -+ MGmSystem( cmd, NULL ); -+ -+ free( cmd[2] ); -+ free( cmd[1] ); -+ free( cmd[0] ); -+ free( cmd ); -+ - return( 0 ); - } - -@@ -274,18 +332,35 @@ - int nuke( char* leafPortDir ) - { - char id[] = "nuke"; -- char* command = NULL; -+ char** cmd; - -- command = (char*)calloc( 0xffff, 1 ); -+ cmd = malloc( sizeof( char* ) * 4 ); -+ cmd[0] = malloc( MAXSTRINGSIZE ); -+ cmd[1] = malloc( MAXSTRINGSIZE ); -+ cmd[2] = 0; -+ -+ MGmStrcpy( cmd[0], PORTSDIR ); -+ MGmStrcat( cmd[0], leafPortDir ); -+ if( chdir( cmd[0] ) != 0 ) -+ { -+ fprintf( stderr, "%s error: chdir %s failed\n", id, cmd[0] ); -+ perror( "chroot" ); -+ while( fflush( stderr ) ); -+ assert( 0 ); -+ } - -- MGmStrcpy( command, "cd " ); -- MGmStrcat( command, PORTSDIR ); -- MGmStrcat( command, leafPortDir ); -- MGmStrcat( command, "; make distclean" ); -- fprintf( stdout, "\nexecuting: %s\n", command ); -+ MGmStrcpy( cmd[0], "/usr/bin/make" ); -+ MGmStrcpy( cmd[1], "distclean" ); -+ -+ fprintf( stdout, "\nexecuting: %s %s\n", cmd[0], cmd[1] ); - while( fflush( stdout ) ); -- system( command ); -- free(command); -+ -+ MGmSystem( cmd, NULL ); -+ -+ free( cmd[1] ); -+ free( cmd[0] ); -+ free( cmd ); -+ - return( 0 ); - } - diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrUpdate.c b/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrUpdate.c deleted file mode 100644 index 0721f62dfd4a..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__MGPMrUpdate.c +++ /dev/null @@ -1,427 +0,0 @@ ---- libMGPM/src/MGPMrUpdate.c.orig Wed Dec 14 13:23:59 2005 -+++ libMGPM/src/MGPMrUpdate.c Mon Feb 5 12:50:13 2007 -@@ -60,6 +60,7 @@ - char* stopPortDirPtr = NULL; - char* strikePtr = NULL; - char** cmd; -+ char** env; - int answer = 1; - int availableDependenciesDbIDX = 0; - int availableDependenciesDbQTY = 0; -@@ -74,12 +75,6 @@ - - property->optionsChanged = 0; - -- localProperty.environment = malloc( sizeof( char** ) * 4 ); -- localProperty.environment[0] = malloc( MAXSTRINGSIZE ); -- localProperty.environment[1] = malloc( MAXSTRINGSIZE ); -- localProperty.environment[2] = malloc( MAXSTRINGSIZE ); -- localProperty.environment[3] = 0; -- - localProperty.CURDIR = calloc( MAXSTRINGSIZE, 1 ); - localProperty.afterOptionsFileSize = calloc( MAXSTRINGSIZE, 1 ); - localProperty.afterOptionsFileTime = calloc( MAXSTRINGSIZE, 1 ); -@@ -110,7 +105,7 @@ - property->installedPortsDb = MGdbOpen( property->installedPortsDbFileName ); - property->strikesDb = MGdbOpen( property->strikesDbFileName ); - -- if( ( strcmp( "/sysutils/portmanager", oldPortDir ) == 0 || strcmp( "/local/sysutils/portmanager", oldPortDir ) == 0 ) && property->forced ) -+ if( ( strcmp( "/ports-mgmt/portmanager", oldPortDir ) == 0 || strcmp( "/local/ports-mgmt/portmanager", oldPortDir ) == 0 ) && property->forced ) - { - fprintf( stdout, "ignoring portmanager, will not self update in forced mode by design\n" ); - while( fflush( stdout ) ); -@@ -122,30 +117,6 @@ - return( 0 ); - } - -- /* -- * setup environment -- */ -- MGmStrcpy( localProperty.environment[0], "PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/X11R6/bin" ); -- -- if( getenv( "CCACHE_DIR" ) != NULL ) -- { -- MGmStrcpy( localProperty.environment[1], "CCACHE_DIR=" ); -- MGmStrcat( localProperty.environment[1], getenv( "CCACHE_DIR" ) ); -- } -- else -- { -- localProperty.environment[1][0] = 0; -- } -- -- if( getenv( "CCACHE_PATH" ) != NULL ) -- { -- MGmStrcpy( localProperty.environment[2], "CCACHE_PATH=/usr/bin:/usr/local/bin" ); -- } -- else -- { -- localProperty.environment[2][0] = 0; -- } -- - /* - * test for bsd.ports.mk patch - */ -@@ -466,25 +437,53 @@ - */ - /* - * If here we know OPTIONS is defined, need to run make config -- * if /var/db/ports/{package name}/options exists -+ * if /var/db/ports/{package name}/options does not exist - */ - if( MGrIfFileExist( localProperty.optionsDir ) == 0 ) - { -- MGmStrcpy( localProperty.command, "cd " ); -- MGmStrcat( localProperty.command, PORTSDIR ); -- MGmStrcat( localProperty.command, oldPortDir ); -- MGmStrcat( localProperty.command, " && make config " ); -- if( MGrStrlen( localProperty.options ) > 0 ) -+ cmd = malloc( sizeof( char* ) * 3 ); -+ cmd[0] = malloc( MAXSTRINGSIZE ); -+ cmd[1] = malloc( MAXSTRINGSIZE ); -+ cmd[2] = 0; -+ -+ env = malloc( sizeof( char* ) * 2 ); -+ env[0] = malloc( MAXSTRINGSIZE ); -+ env[1] = 0; -+ -+ MGmStrcpy( env[0], "TERM=" ); -+ MGmStrcat( env[0], getenv( "TERM" ) ); -+ -+ MGmStrcpy( cmd[0], PORTSDIR ); -+ MGmStrcat( cmd[0], oldPortDir ); -+ -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ fprintf( stdout, "config %s \n", cmd[0] ); -+ while( fflush( stdout ) ); -+ -+ if( chdir( cmd[0] ) != 0 ) - { -- MGmStrcat( localProperty.command, localProperty.options ); -+ fprintf( stderr, "%s error: chdir %s failed\n", id, cmd[0] ); -+ perror( "chroot" ); -+ while( fflush( stderr ) ); -+ assert( 0 ); - } - -- fprintf( stdout, "%s\n", SINGLE_LINES ); -- fprintf( stdout, "update %s \n", oldPortName ); -- fprintf( stdout, "%s %s command: #2 of 14 %s\n", id, PACKAGE_VERSION, localProperty.command ); -- fprintf( stdout, "%s\n", SINGLE_LINES ); -+ MGmStrcpy( cmd[0], "/usr/bin/make" ); -+ MGmStrcpy( cmd[1], "config" ); -+ fprintf( stdout, "%s %s command: #2 of 14 %s %s\n", id, PACKAGE_VERSION, cmd[0], cmd[1] ); - while( fflush( stdout ) ); -- system(localProperty.command); -+ -+ MGmSystem( cmd, env ); -+ -+ free( env[0] ); -+ free( env ); -+ -+ free( cmd[1] ); -+ free( cmd[0] ); -+ free( cmd ); -+ -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ - } - MGmStrcpy( localProperty.afterOptionsFileTime, - MGrIntToString( (int)MGrFileTime( localProperty.optionsDir ) ) ); -@@ -567,17 +566,8 @@ - MGmStrcpy( strike, strikePtr ); - if( strike[0] == '2' ) - { -+ MGPMlogAdd( property, oldPortName, oldPortDir, "make Strike 3, marking port as ignore/looping ", " ", " " ); - MGdbAdd( property->ignoreDb, oldPortDir, "looping, 3rd attempt at make", NULL ); -- if( property->log ) -- { -- MGmStrcpy( localProperty.command, "echo \"make Strike 3 " ); -- MGmStrcat( localProperty.command, oldPortName ); -- MGmStrcat( localProperty.command, " " ); -- MGmStrcat( localProperty.command, oldPortDir ); -- MGmStrcat( localProperty.command, " marking port as ignore/looping " ); -- MGmStrcat( localProperty.command, " \">> /var/log/portmanager.log" ); -- system( localProperty.command ); -- } - rCleanUp( property, &localProperty ); - return( 0 ); - } -@@ -593,16 +583,8 @@ - property->fieldStrikesIDX, - exact ); - property->strikesDb = MGdbDelete( property->strikesDb, MGdbGetRecno( property->strikesDb ) - 1 ); -+ MGPMlogAdd( property, oldPortName, oldPortDir, "make Strike 2", " ", " " ); - MGdbAdd( property->strikesDb, oldPortDir, "2", NULL ); -- if( property->log ) -- { -- MGmStrcpy( localProperty.command, "echo \"make Strike 2 " ); -- MGmStrcat( localProperty.command, oldPortName ); -- MGmStrcat( localProperty.command, " " ); -- MGmStrcat( localProperty.command, oldPortDir ); -- MGmStrcat( localProperty.command, " \">> /var/log/portmanager.log" ); -- system( localProperty.command ); -- } - /* - * dualOriginCheck( property, oldPortName ); used to be here in old portmanager ver < 0.3.1, seems to be no longer - * needed, keep this note just in case -@@ -797,20 +779,28 @@ - MGPMlogAdd( property, "conflicting installed ", localProperty.installedPortName, - " removed from system: conflicted with ", oldPortName, " " ); - } -+ cmd = malloc( sizeof( char* ) * 4 ); -+ cmd[0] = malloc( MAXSTRINGSIZE ); -+ cmd[1] = malloc( MAXSTRINGSIZE ); -+ cmd[2] = malloc( MAXSTRINGSIZE ); -+ cmd[3] = 0; -+ -+ MGmStrcpy( cmd[0], "/usr/sbin/pkg_delete" ); -+ MGmStrcpy( cmd[1], "-f" ); -+ MGmStrcpy( cmd[2], localProperty.installedPortName ); - -- MGmStrcpy( localProperty.command, "pkg_delete -f " ); -- MGmStrcat( localProperty.command, localProperty.installedPortName ); -- fprintf( stdout, "executing: %s\n", localProperty.command ); -+ fprintf( stdout, "\nexecuting: %s %s %s\n", cmd[0], cmd[1], cmd[2] ); - while( fflush( stdout ) ); -- errorCode = system( localProperty.command ); -- if( property->log ) -- { -- MGmStrcpy( localProperty.command, "echo \"removed conflicting port " ); -- MGmStrcat( localProperty.command, localProperty.installedPortName ); -- MGmStrcat( localProperty.command, " " ); -- MGmStrcat( localProperty.command, " \">> /var/log/portmanager.log" ); -- system( localProperty.command ); -- } -+ -+ MGmSystem( cmd, NULL ); -+ -+ free( cmd[2] ); -+ free( cmd[1] ); -+ free( cmd[0] ); -+ free( cmd ); -+ -+ MGPMlogAdd( property, "removed conflicting port", localProperty.installedPortName, -+ " ", " ", " " ); - } - installedPortsDbIDX++; - } -@@ -848,15 +838,7 @@ - fprintf( stderr, "marking %s as ignored\n", oldPortName ); - fprintf( stdout, "%s\n", DOUBLE_LINES ); - while( fflush( stderr ) ); -- if( property->log ) -- { -- MGmStrcpy( localProperty.command, "echo \" " ); -- MGmStrcat( localProperty.command, oldPortName ); -- MGmStrcat( localProperty.command, " " ); -- MGmStrcat( localProperty.command, oldPortDir ); -- MGmStrcat( localProperty.command, " conflicts with another installed port so marked ignore\" >> /var/log/portmanager.log" ); -- system( localProperty.command ); -- } -+ MGPMlogAdd( property, oldPortName, oldPortDir, "conflicts with another installed port so marked ignore", " ", " " ); - MGdbAdd( property->ignoreDb, oldPortDir, "conflicts with another installed port", NULL ); - rCleanUp( property, &localProperty ); - return( 0 ); -@@ -986,15 +968,7 @@ - while( fflush( stdout ) ); - if( ( errorCode = system(localProperty.command) ) ) - { -- if( property->log ) -- { -- MGmStrcpy( localProperty.command, "echo \" " ); -- MGmStrcat( localProperty.command, oldPortName ); -- MGmStrcat( localProperty.command, " " ); -- MGmStrcat( localProperty.command, oldPortDir ); -- MGmStrcat( localProperty.command, " failed to fetch\" >> /var/log/portmanager.log" ); -- system( localProperty.command ); -- } -+ MGPMlogAdd( property, oldPortName, oldPortDir, "failed to fetch, adding to ignore.db", " ", " " ); - fprintf( stdout, "%s %s error: make fetch returned an error, adding %s to ignore.db\n", id, PACKAGE_VERSION, oldPortDir ); - while( fflush( stdout ) ); - MGdbAdd( property->ignoreDb, oldPortDir, "failed during make fetch", NULL ); -@@ -1005,70 +979,29 @@ - /************************************************************************/ - /* Command "9" " make" */ - /************************************************************************/ -+ MGmStrcpy( localProperty.command, "cd " ); -+ MGmStrcat( localProperty.command, PORTSDIR ); -+ MGmStrcat( localProperty.command, oldPortDir ); -+ MGmStrcat( localProperty.command, " && make " ); - if( MGrStrlen( localProperty.options ) > 0 ) - { -- cmd = malloc( sizeof( char** ) * 3 ); -- cmd[0] = malloc( MAXSTRINGSIZE ); -- cmd[1] = malloc( MAXBUFFERSIZE ); -- cmd[2] = 0; -- MGmStrcpy( cmd[0], PORTSDIR ); -- MGmStrcat( cmd[0], oldPortDir ); -- if( chdir( cmd[0] ) != 0 ) -- { -- fprintf( stderr, "%s error: chdir %s failed\n", id, cmd[0] ); -- perror( "chroot" ); -- while( fflush( stderr ) ); -- assert( 0 ); -- } -- MGmStrcpy( cmd[0], "/usr/bin/make" ); -- MGmBuffercpy( cmd[1], localProperty.options, MAXBUFFERSIZE ); -- fprintf( stdout, "%s\n", SINGLE_LINES ); -- fprintf( stdout, "update %s \n", oldPortName ); -- fprintf( stdout, "%s %s command: #9 of 14 %s\nOPTIONS-=>%s\n", id, PACKAGE_VERSION, cmd[0], cmd[1] ); -- fprintf( stdout, "%s\n", SINGLE_LINES ); -- while( fflush( stdout ) ); -- MGmSystem( cmd, localProperty.environment ); -- free( cmd[0] ); -- free( cmd[1] ); -- free( cmd ); -- } -- else -- { -- cmd = malloc( sizeof( char** ) * 2 ); -- cmd[0] = malloc( MAXSTRINGSIZE ); -- cmd[1] = 0; -- MGmStrcpy( cmd[0], PORTSDIR ); -- MGmStrcat( cmd[0], oldPortDir ); -- if( chdir( cmd[0] ) != 0 ) -- { -- fprintf( stderr, "%s error: chdir %s failed\n", id, cmd[0] ); -- perror( "chroot" ); -- while( fflush( stderr ) ); -- assert( 0 ); -- } -- MGmStrcpy( cmd[0], "/usr/bin/make" ); -- fprintf( stdout, "%s\n", SINGLE_LINES ); -- fprintf( stdout, "update %s \n", oldPortName ); -- fprintf( stdout, "%s %s command: #9 of 14 %s\n", id, PACKAGE_VERSION, cmd[0] ); -- fprintf( stdout, "%s\n", SINGLE_LINES ); -- while( fflush( stdout ) ); -- MGmSystem( cmd, localProperty.environment ); -- free( cmd[0] ); -- free( cmd ); -+ MGmStrcat( localProperty.command, localProperty.options ); - } - -- if( MGrIfDirEntry( localProperty.workFullPath, ".build_done" ) == 0 ) -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ fprintf( stdout, "update %s \n", oldPortName ); -+ fprintf( stdout, "%s %s command: #9 of 14 %s\n", id, PACKAGE_VERSION, localProperty.command ); -+ fprintf( stdout, "%s\n", SINGLE_LINES ); -+ while( fflush( stdout ) ); -+ if( ( errorCode = system(localProperty.command) ) ) - { -- fprintf( stderr, "%s\n", SINGLE_LINES ); -- fprintf( stderr, "%s error: %s %s failed during make, adding to ignore.db\n", id, oldPortName, oldPortDir ); -- fprintf( stderr, "%s\n", SINGLE_LINES ); -- while( fflush( stderr ) ); -- MGPMlogAdd( property, oldPortName, oldPortDir, "port failed to build during make, adding to ignore.db", " ", " " ); -- MGdbAdd( property->ignoreDb, oldPortDir, "port failed to build during make\n", NULL ); -+ MGPMlogAdd( property, oldPortName, oldPortDir, "failed during make, adding to ignore.db", " ", " " ); -+ fprintf( stdout, "%s %s error: make returned an error, adding %s to ignore.db\n", id, PACKAGE_VERSION, oldPortDir ); -+ while( fflush( stdout ) ); -+ MGdbAdd( property->ignoreDb, oldPortDir, "failed during make", NULL ); - rCleanUp( property, &localProperty ); - return(0); - } -- - /************************************************************************/ - /* Command "10" pkg_create -b */ - /************************************************************************/ -@@ -1113,12 +1046,12 @@ - /* - * inforced mass update mode portmanager CANNOT loose its databases - */ -- if( ( strcmp( oldPortDir, "/sysutils/portmanager" ) == 0 || strcmp( oldPortDir, "/local/sysutils/portmanager" ) == 0 ) && -+ if( ( strcmp( oldPortDir, "/ports-mgmt/portmanager" ) == 0 || strcmp( oldPortDir, "/local/ports-mgmt/portmanager" ) == 0 ) && - property->pmMode == SINGLE ) - { - MGmStrcpy( localProperty.command, "cd " ); - MGmStrcat( localProperty.command, PORTSDIR ); -- MGmStrcat( localProperty.command, "/sysutils/portmanager; " ); -+ MGmStrcat( localProperty.command, "/ports-mgmt/portmanager; " ); - MGmStrcat( localProperty.command, "make -V PKG_DBDIR" ); - pHandle = popen( localProperty.command, "r" ); - localProperty.buffer[0] = 0; -@@ -1146,7 +1079,7 @@ - /* - * have to do this here before db's are wacked - */ -- if( ( strcmp( oldPortDir, "/sysutils/portmanager" ) == 0 || strcmp( oldPortDir, "/local/sysutils/portmanager" ) == 0 ) && -+ if( ( strcmp( oldPortDir, "/ports-mgmt/portmanager" ) == 0 || strcmp( oldPortDir, "/local/ports-mgmt/portmanager" ) == 0 ) && - property->pmMode == MULTI ) - { - /* -@@ -1266,7 +1199,7 @@ - MGmStrcat(localProperty.command, TEMPDIR); - MGmStrcat(localProperty.command, "/"); - MGmStrcat(localProperty.command, oldPortName); -- MGmStrcat(localProperty.command, ".tgz"); -+ MGmStrcat(localProperty.command, ".t[bg]z"); - fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stderr, "restoring original port from backup \n" ); - fprintf( stderr, "%s %s command: #12 of 14!! ***Emergancy restore*** %s\n", id, PACKAGE_VERSION, localProperty.command ); -@@ -1330,7 +1263,7 @@ - MGmStrcat( localProperty.command, TEMPDIR); - MGmStrcat( localProperty.command, "; rm -f "); - MGmStrcat( localProperty.command, oldPortName); -- MGmStrcat( localProperty.command, ".tgz" ); -+ MGmStrcat( localProperty.command, ".t[bg]z" ); - fprintf( stdout, "%s\n", SINGLE_LINES ); - fprintf( stderr, "deleting backup copy, installation of updated %s successful\n", oldPortDir ); - fprintf( stdout, "%s %s localProperty.command: #12 of 14 %s\n", id, PACKAGE_VERSION, localProperty.command ); -@@ -1414,7 +1347,7 @@ - /* - * if portmanager updated there won't be any databases, so need to clean the old fashoned way - */ -- if( ( strcmp( oldPortDir, "/sysutils/portmanager" ) == 0 || strcmp( oldPortDir, "/local/sysutils/portmanager" ) == 0 ) && -+ if( ( strcmp( oldPortDir, "/ports-mgmt/portmanager" ) == 0 || strcmp( oldPortDir, "/local/ports-mgmt/portmanager" ) == 0 ) && - property->pmMode == MULTI ) - { - rCleanDir( oldPortDir, localProperty.workDir ); -@@ -1460,7 +1393,7 @@ - /* - * portmanager auto restart after updating itself - */ -- if( ( strcmp( oldPortDir, "/sysutils/portmanager" ) == 0 || strcmp( oldPortDir, "/local/sysutils/portmanager" ) == 0 ) && -+ if( ( strcmp( oldPortDir, "/ports-mgmt/portmanager" ) == 0 || strcmp( oldPortDir, "/local/ports-mgmt/portmanager" ) == 0 ) && - property->pmMode == MULTI ) - { - /* -@@ -1556,12 +1489,6 @@ - MGdbDestroy( property->installedPortsDb ); - MGdbDestroy( property->strikesDb ); - -- -- free( localProperty->environment[0] ); -- free( localProperty->environment[1] ); -- free( localProperty->environment[2] ); -- free( localProperty->environment ); -- - free( localProperty->CURDIR ); - free( localProperty->afterOptionsFileSize ); - free( localProperty->afterOptionsFileTime ); -@@ -1655,7 +1582,7 @@ - */ - MGmStrcpy( localProperty->command, "cd " ); - MGmStrcat( localProperty->command, PORTSDIR ); -- MGmStrcat( localProperty->command, "/sysutils/portmanager; make -V PKGNAME" ); -+ MGmStrcat( localProperty->command, "/ports-mgmt/portmanager; make -V PKGNAME" ); - pHandle = popen( localProperty->command, "r" ); - localProperty->buffer[0] = 0; - fread( localProperty->buffer, MAXBUFFERSIZE - 1, 1, pHandle ); -@@ -1693,7 +1620,7 @@ - */ - MGmStrcpy( localProperty->command, "cd " ); - MGmStrcat( localProperty->command, PORTSDIR ); -- MGmStrcat( localProperty->command, "/sysutils/portmanager; make -V PKGNAME" ); -+ MGmStrcat( localProperty->command, "/ports-mgmt/portmanager; make -V PKGNAME" ); - pHandle = popen( localProperty->command, "r" ); - localProperty->buffer[0] = 0; - fread( localProperty->buffer, MAXBUFFERSIZE - 1, 1, pHandle ); -@@ -1737,7 +1664,7 @@ - */ - MGmStrcpy( localProperty->command, "cd " ); - MGmStrcat( localProperty->command, PORTSDIR ); -- MGmStrcat( localProperty->command, "/sysutils/portmanager; make -V PORTMANAGER" ); -+ MGmStrcat( localProperty->command, "/ports-mgmt/portmanager; make -V PORTMANAGER" ); - pHandle = popen( localProperty->command, "r" ); - localProperty->buffer[0] = 0; - fread( localProperty->buffer, MAXBUFFERSIZE - 1, 1, pHandle ); diff --git a/ports-mgmt/portmanager/files/patch-libMGPM__src__libMGPM.h b/ports-mgmt/portmanager/files/patch-libMGPM__src__libMGPM.h deleted file mode 100644 index 43b53c6e1320..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMGPM__src__libMGPM.h +++ /dev/null @@ -1,10 +0,0 @@ ---- ./libMGPM/src/libMGPM.h.orig Tue Dec 13 17:23:14 2005 -+++ ./libMGPM/src/libMGPM.h Fri Dec 8 17:13:00 2006 -@@ -118,7 +118,6 @@ - char* workDir; - char* workFullPath; - char* xtermTitle; -- char** environment; - int bufferSize; - int optionsBufferSize; - } structLocalProperty; diff --git a/ports-mgmt/portmanager/files/patch-libMG__src__MGdbAdd.c b/ports-mgmt/portmanager/files/patch-libMG__src__MGdbAdd.c deleted file mode 100644 index 0824a2afbb31..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMG__src__MGdbAdd.c +++ /dev/null @@ -1,30 +0,0 @@ ---- ./libMG/src/MGdbAdd.c.orig Mon Dec 12 15:32:34 2005 -+++ ./libMG/src/MGdbAdd.c Fri Dec 8 17:13:00 2006 -@@ -39,7 +39,9 @@ - int idx = 0; - va_list paramList; - -- /* check if we have a valid object */ -+ /* -+ * check if we have a valid object -+ */ - if( db->parent.type != CLASS_TYPE_DB ) - { - fprintf( stderr, "%s error: invalid object type\n", id); -@@ -71,6 +73,8 @@ - */ - if( MGrBufferlen( paramPtr, MAXBUFFERSIZE ) < 1 ) - { -+ fprintf( stderr, "%s error: attempt to place null data into record halted\n", id ); -+ while( fflush( stderr ) ); - assert(0); - } - fprintf( dbFileStream, "%s%c", paramPtr, 0 ); -@@ -85,6 +89,7 @@ - { - fprintf( stderr, "%s error: fields added (%d) exceed field quantity (%d)\n did you forget to terminate MGdbAdd with a NULL field?\n", - id, idx, db->fieldQty ); -+ while( fflush( stderr ) ); - assert(0); - } - } diff --git a/ports-mgmt/portmanager/files/patch-libMG__src__MGdbRead.c b/ports-mgmt/portmanager/files/patch-libMG__src__MGdbRead.c deleted file mode 100644 index a5e70e5781a5..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMG__src__MGdbRead.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ./libMG/src/MGdbRead.c.orig Mon Dec 12 15:32:34 2005 -+++ ./libMG/src/MGdbRead.c Fri Dec 8 17:13:00 2006 -@@ -58,6 +58,7 @@ - fprintf( stderr, "%s error: unable to allocate %d bytes memory for db->dataBuffer\n", - id, dataBufferSize ); - perror( "system message" ); -+ while( fflush( stderr ) ); - assert(0); - } - /*zzzzzzzzzzzzzz*/ -@@ -70,6 +71,7 @@ - { - fprintf( stderr, "%s error: reading file %s into db->dataBuffer\n", id, db->parent.path ); - perror( "system message" ); \ -+ while( fflush( stderr ) ); - assert(0); - } - diff --git a/ports-mgmt/portmanager/files/patch-libMG__src__Makefile.am b/ports-mgmt/portmanager/files/patch-libMG__src__Makefile.am deleted file mode 100644 index 652af1c3ec85..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMG__src__Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libMG/src/Makefile.am.orig Tue Dec 13 13:57:20 2005 -+++ ./libMG/src/Makefile.am Fri Dec 8 17:13:00 2006 -@@ -32,7 +32,7 @@ - MGrStrlen.c \ - MGxTermBarCreate.c \ - MGxTermBarDestroy.c \ -- MGxTermBarUpdate.c -+ MGxTermBarUpdate.c - - include_HEADERS = libMG.h - diff --git a/ports-mgmt/portmanager/files/patch-libMG__src__libMG.h b/ports-mgmt/portmanager/files/patch-libMG__src__libMG.h deleted file mode 100644 index f17ac98cc16a..000000000000 --- a/ports-mgmt/portmanager/files/patch-libMG__src__libMG.h +++ /dev/null @@ -1,44 +0,0 @@ ---- ./libMG/src/libMG.h.orig Tue Dec 13 13:56:16 2005 -+++ ./libMG/src/libMG.h Fri Dec 8 17:13:00 2006 -@@ -57,6 +57,7 @@ - #define KEY_a 97 - #define CLASS_TYPE_DB 1 - #define CLASS_TYPE_DIR 2 -+#define CLASS_TYPE_MEM 3 - #define CR 13 - #define DEBUG_MGdb 0 - #define DEBUG_MGdir 0 -@@ -77,15 +78,15 @@ - #define SINGLE_LINES "------------------------------------------------------------------------" - #define DOUBLE_LINES "========================================================================" - -- char** MGm__command; -- int MGm__forkStatus; -- pid_t MGm__pid; --struct stat fstatBuf; --struct stat lstatBuf; --typedef struct classDb classDb; --typedef struct classDir classDir; --unsigned int MGm__bufferSize; --unsigned int MGm__stringSize; -+ char** MGm__command; -+ int MGm__forkStatus; -+ pid_t MGm__pid; -+ struct stat fstatBuf; -+ struct stat lstatBuf; -+ unsigned int MGm__bufferSize; -+ unsigned int MGm__stringSize; -+typedef struct classDb classDb; -+typedef struct classDir classDir; - - #define MAXSTRINGSIZE 0x1ff - #define MAXBUFFERSIZE 0xffff -@@ -270,7 +271,7 @@ - int MGrInStringSwap( char* originalString, char* oldString, char* newString ); - int MGrStripComment( char*, char ); - unsigned int MGrBufferlen( char* buffer, unsigned int maxBufferSize ); --unsigned int MGrStrlen( char* string ); -+unsigned int MGrStrlen( char* String ); - unsigned long int MGrFileTime( char* ); - - #endif diff --git a/ports-mgmt/portmanager/files/patch-portmanager__patch-bsd.port.mk-0.3.6 b/ports-mgmt/portmanager/files/patch-portmanager__patch-bsd.port.mk-0.3.6 deleted file mode 100644 index b02b03bc4ecb..000000000000 --- a/ports-mgmt/portmanager/files/patch-portmanager__patch-bsd.port.mk-0.3.6 +++ /dev/null @@ -1,11 +0,0 @@ ---- ./portmanager/patch-bsd.port.mk-0.3.6.orig Mon Dec 12 15:32:34 2005 -+++ ./portmanager/patch-bsd.port.mk-0.3.6 Fri Dec 8 17:13:00 2006 -@@ -5,7 +5,7 @@ - .endif - .if !defined(PKG_ARGS) - -PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`cd ${.CURDIR} && ${MAKE} package-depends | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | ${SORT} -u`" ${EXTRA_PKG_ARGS} $${_LATE_PKG_ARGS} --+PORTMANAGER= ${LOCALBASE}/bin/portmanager /${PKGORIGIN} package-depends -++PORTMANAGER= ${LOCALBASE}/bin/portmanager /${PKGORIGIN} package-depends | ${GREP} -v -E "^MGPMr" - +PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`cd ${.CURDIR} && ${PORTMANAGER} | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | ${SORT} -u`" ${EXTRA_PKG_ARGS} $${_LATE_PKG_ARGS} - +###PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`cd ${.CURDIR} && ${MAKE} package-depends | ${GREP} -v -E ${PKG_IGNORE_DEPENDS} | ${SORT} -u`" ${EXTRA_PKG_ARGS} $${_LATE_PKG_ARGS} - .if !defined(NO_MTREE) diff --git a/ports-mgmt/portmanager/files/patch-portmanager__pkgtools-to-portmanager.rb b/ports-mgmt/portmanager/files/patch-portmanager__pkgtools-to-portmanager.rb deleted file mode 100644 index d1dd2fc8fecd..000000000000 --- a/ports-mgmt/portmanager/files/patch-portmanager__pkgtools-to-portmanager.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- portmanager/pkgtools-to-portmanager.rb.orig Fri Mar 2 21:28:59 2007 -+++ portmanager/pkgtools-to-portmanager.rb Fri Mar 2 21:30:46 2007 -@@ -38,6 +38,8 @@ - - puts "CATEGORY/PORT|OPTION=| # do not delete this line!" - -+init_pkgtools_global -+ - load_config - - # held packages diff --git a/ports-mgmt/portmanager/files/patch-portmanager__portmanager.1 b/ports-mgmt/portmanager/files/patch-portmanager__portmanager.1 deleted file mode 100644 index 5457cf95e5d2..000000000000 --- a/ports-mgmt/portmanager/files/patch-portmanager__portmanager.1 +++ /dev/null @@ -1,60 +0,0 @@ ---- portmanager/portmanager.1.orig Mon Feb 5 13:02:40 2007 -+++ portmanager/portmanager.1 Mon Feb 5 13:06:46 2007 -@@ -183,7 +183,7 @@ - config". To determine if options is defined in the port's directory - run "grep OPTIONS Makefile". examples: - .sp -- cd /usr/ports/sysutils/portmanager -+ cd /usr/ports/ports-mgmt/portmanager - .sp - grep OPTIONS Makefile - .sp -@@ -276,8 +276,8 @@ - .sp - WITH_DEBUG - .sp -- a) set with either make config from sysutils/portmanager or --by adding \fBsysutils/portmanager|WITH_DEBUG=1|\fR to pm-020.conf -+ a) set with either make config from ports-mgmt/portmanager or -+by adding \fBports-mgmt/portmanager|WITH_DEBUG=1|\fR to pm-020.conf - .sp - b) effects: when portmanager is built all warnings are enabled - and is built with -ggdb option so symbols may be seen with gdb debugger. -@@ -363,16 +363,16 @@ - of some of FreeBSD's port system features: - .sp - ######################################################################## -- # Makefile from /usr/ports/local/sysutils/somelocalportname/Makefile -+ # Makefile from /usr/ports/local/ports-mgmt/somelocalportname/Makefile - ######################################################################## - PORTNAME= somelocalportname - PORTVERSION= 0.1.0 -- CATEGORIES= local/sysutils -+ CATEGORIES= local/ports-mgmt - VALID_CATEGORIES+= \&${CATEGORIES} # for FreeBSD to accept our - # local category - .sp - Simply add a "local" directory to /usr/ports and install your local ports under that directory. Where a normal FreeBSD --port may be in "sysutils/{portname} the example above would reside in "local/sysutils/{portname}". -+port may be in "ports-mgmt/{portname} the example above would reside in "local/ports-mgmt/{portname}". - .sp - \fBcvsup hints\fR - .sp -@@ -411,7 +411,7 @@ - You may set port configurations in \fB/etc/make.conf\fR instead of pm\&-020.conf. - The advantage to setting configuration in make.conf is they will apply when ever you - manually interact with the ports tree or if you also use another ports management --program such as \fBsysutils/portupgrade\fR. -+program such as \fBports-mgmt/portupgrade\fR. - .sp - example /etc/makefile.conf entries: - .sp -@@ -437,7 +437,7 @@ - # - #Because I don't want my development version of portmanager - #installing on top of the version in the ports tree -- \&.if ${\&.CURDIR:M*/local/sysutils/portmanager} -+ \&.if ${\&.CURDIR:M*/local/ports-mgmt/portmanager} - PREFIX=/home/mike/TEMP - \&.endif - # diff --git a/ports-mgmt/portmanager/files/patch-portmanager__portmanager.c b/ports-mgmt/portmanager/files/patch-portmanager__portmanager.c deleted file mode 100644 index faa8db0be070..000000000000 --- a/ports-mgmt/portmanager/files/patch-portmanager__portmanager.c +++ /dev/null @@ -1,17 +0,0 @@ ---- ./portmanager/portmanager.c.orig Mon Dec 12 19:20:58 2005 -+++ ./portmanager/portmanager.c Fri Dec 8 17:13:00 2006 -@@ -34,7 +34,13 @@ - int main( int argc, char** argv, char** argp) - { - int errorCode = 0; -- -+ -+ if ( getuid() != 0 ) -+ { -+ fprintf( stderr, "%s must be run as root\n", argv[0] ); -+ exit( 1 ); -+ } -+ - errorCode = MGPMrCommandLine( argc, (char**)argv, (char**)argp ); - exit( errorCode ); - } diff --git a/ports-mgmt/portmanager/pkg-descr b/ports-mgmt/portmanager/pkg-descr deleted file mode 100644 index f5de7834b9bc..000000000000 --- a/ports-mgmt/portmanager/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -FreeBSD port collection management. Update your ports easily. Great -for users of KDE or GNOME who need to be concerned about how -dependency ports are built. - -**New options** - -1) Single port update/add/rebuild examples: - -portmanager x11/gnome2 updates/adds gnome2 and dependencies -portmanager x11/gnome2 -f rebuilds gnome2 and dependencies - -2) portmanager -u -f forces rebuild of everything - -3) -sl showleaves and -slid delete leaves - now no longer list build dependencies - -Author: Michael C. Shultz <ringworm01@gmail.com> -WWW: http://portmanager.sourceforge.net/ diff --git a/ports-mgmt/portmanager/pkg-message b/ports-mgmt/portmanager/pkg-message deleted file mode 100644 index 22bf923cefcf..000000000000 --- a/ports-mgmt/portmanager/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -* -* portmanager -* -* upgrade ports example: -* -* portmanager -u -ip editors/nedit editors/openoffice -* -* upgrades everything except nedit,open office and their dependencies -* -* portmanager x11/gnome2 -l -* -* upgrade gnome2 and its dependencies with logging enabled -* -* portmanager x11/gnome2 -l -f -* -* rebuild gnome2 and its dependencies -* -* portmanager -slid will let you safely remove leaf ports -* -* see man portmanager(1) or http://portmanager.sunsite.dk -* diff --git a/ports-mgmt/portmanager/pkg-plist b/ports-mgmt/portmanager/pkg-plist deleted file mode 100644 index dac7ae1fd888..000000000000 --- a/ports-mgmt/portmanager/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -@unexec rm -f %D/etc/portmanager/pm-039-pkg-tools.conf 2>/dev/null || true -@unexec rm -f %D/share/portmanager/pkgtools.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/3strikes.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/commandLine.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/configure.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/configure.db.temp 2>/dev/null || true -@unexec rm -f %D/share/portmanager/ignore.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/pkg.db || true -@unexec rm -f %D/share/portmanager/portCache.tmp 2>/dev/null || true -@unexec rm -f %D/share/portmanager/ports_available.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/ports_available_dependencies.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/ports_cache.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/ports_dependencies.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/ports_installed.db 2>/dev/null || true -@unexec rm -f %D/share/portmanager/ports_old.db 2>/dev/null || true -%%DATADIR%%/help.txt -%%DATADIR%%/patch-bsd.port.mk-0.3.6 -%%DATADIR%%/pkgtools-to-portmanager.rb -%%DATADIR%%/bsd.port.mk-BACKUP -bin/portmanager -etc/portmanager/pm-020.conf.SAMPLE -include/libMG.h -lib/libMG.so -lib/libMG.so.2 -lib/libMGPM.so -lib/libMGPM.so.1 -@dirrmtry etc/portmanager -@dirrmtry share/portmanager diff --git a/textproc/Makefile b/textproc/Makefile index 2c9149395483..cc88523ef6f3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -372,7 +372,6 @@ SUBDIR += libmrss-php SUBDIR += libnxml SUBDIR += libparsifal - SUBDIR += libpathan SUBDIR += libroxml SUBDIR += libsoldout SUBDIR += libsphinxclient diff --git a/textproc/libpathan/Makefile b/textproc/libpathan/Makefile deleted file mode 100644 index 87710175f1a1..000000000000 --- a/textproc/libpathan/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Cheng-Lung Sung <clsung@dragon2.net> -# $FreeBSD$ - -PORTNAME= libpathan -PORTVERSION= 2.0 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://software.decisionsoft.com/oldsite/software/pathan-2.0.0/ -DISTNAME= ${PORTNAME}-${PORTVERSION}beta-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Validating XML parser from the Apache XML Project - -LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 -BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/xerces-c2:extract - -DEPRECATED= Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla -EXPIRATION_DATE=2013-01-04 - -USE_BISON= build -USE_GMAKE= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}beta -USE_LDCONFIG= yes -XERCESCROOT= `cd ${PORTSDIR}/textproc/xerces-c2; ${MAKE} -V WRKSRC` -CONFIGURE_ENV+= XERCESCROOT=${XERCESCROOT} -CONFIGURE_SCRIPT= runConfigure -CONFIGURE_ARGS+= --disable-static - -PATHAN_LIB_VERSION= 3 -PLIST_SUB+= PATHAN_LIB_VERSION=${PATHAN_LIB_VERSION} - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|LIBS="-lpthread|LIBS="${PTHREAD_LIBS}|g ; s|echo aout|echo elf|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|targetoptions="-O2"|targetoptions="${CFLAGS}"|g' \ - ${WRKSRC}/runConfigure - ${FIND} ${WRKSRC}/include/pathan -name "*.orig" -delete - -.include <bsd.port.post.mk> diff --git a/textproc/libpathan/distinfo b/textproc/libpathan/distinfo deleted file mode 100644 index 7f4d2cacb2ec..000000000000 --- a/textproc/libpathan/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libpathan-2.0beta-src.tar.gz) = a2d5ed2111423217729daf9bda0c3ab458799aeccf008fdd5313c17ac3cbb31d -SIZE (libpathan-2.0beta-src.tar.gz) = 1090985 diff --git a/textproc/libpathan/files/patch-Makefile.defs b/textproc/libpathan/files/patch-Makefile.defs deleted file mode 100644 index d230e359e9bb..000000000000 --- a/textproc/libpathan/files/patch-Makefile.defs +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.defs.in.orig Mon Aug 9 20:19:33 2004 -+++ Makefile.defs.in Wed Nov 1 23:18:35 2006 -@@ -20,9 +20,9 @@ - DEFINES = -D@system_type@ - XERCESINCPATH = -I@xerces_src@ - INCPATH = ${XERCESINCPATH} -I$(srcdir)/src -I$(srcincdir) --LIBPATH = -L@xerces_lib@ -+LIBPATH = -L@xerces_lib@ -L/usr/local/lib - TESTFLAGS = -DTEST --XERCESLIB = -l@xerces_library@ -+XERCESLIB = -lxerces-c -liconv - LIBS = @LIBS@ -lm -lstdc++ - - ###### Output directories diff --git a/textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp b/textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp deleted file mode 100644 index 4db9fd1d78b2..000000000000 --- a/textproc/libpathan/files/patch-include-pathan-PathanImplementation.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/pathan/PathanImplementation.hpp.orig Fri Dec 22 15:28:34 2006 -+++ include/pathan/PathanImplementation.hpp Fri Dec 22 15:29:08 2006 -@@ -184,7 +184,7 @@ - * the feature to see if it requires this method. - * @since DOM Level 2 - */ -- virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMDocumentType *PathanImplementation::createDocumentType(const XMLCh *qualifiedName,const XMLCh * publicId, const XMLCh *systemId); -+ virtual XERCES_CPP_NAMESPACE_QUALIFIER DOMDocumentType *createDocumentType(const XMLCh *qualifiedName,const XMLCh * publicId, const XMLCh *systemId); - - /** - * This method makes available a <code>DOMImplementation</code>'s diff --git a/textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp b/textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp deleted file mode 100644 index 3c2672a4f28e..000000000000 --- a/textproc/libpathan/files/patch-include-pathan-XPath2Utils.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- include/pathan/XPath2Utils.hpp.orig Fri Dec 22 15:25:39 2006 -+++ include/pathan/XPath2Utils.hpp Fri Dec 22 15:26:03 2006 -@@ -62,7 +62,7 @@ - static std::vector<const XMLCh*> getVal(const XMLCh* values, XPath2MemoryManager* memMgr); - - /* Determine whether or not an XMLCh* is contained within a vector of XMLCh's */ -- static bool XPath2Utils::containsString(std::vector<const XMLCh*> values, const XMLCh* val); -+ static bool containsString(std::vector<const XMLCh*> values, const XMLCh* val); - - /** Obtain index of node with respect to it's siblings of same name */ - static int indexNode(const XERCES_CPP_NAMESPACE_QUALIFIER DOMNode *node); diff --git a/textproc/libpathan/files/patch-src-context-DynamicContextImpl.cpp b/textproc/libpathan/files/patch-src-context-DynamicContextImpl.cpp deleted file mode 100644 index 1bf631be58b6..000000000000 --- a/textproc/libpathan/files/patch-src-context-DynamicContextImpl.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- src/context/DynamicContextImpl.cpp.orig Mon Aug 9 20:19:54 2004 -+++ src/context/DynamicContextImpl.cpp Fri Nov 3 11:52:11 2006 -@@ -39,6 +39,13 @@ - - static CodepointCollation g_codepointCollation; - -+inline int gettimezone() -+{ -+ time_t tt; -+ time(&tt); -+ struct tm *tm_p = gmtime(&tt); -+ return (int)mktime(tm_p) - (int)tt; -+} - DynamicContextImpl::DynamicContextImpl(const StaticContext *staticContext, XPath2MemoryManager* memMgr) - : _staticContext(staticContext), - _nsResolver(staticContext->getNSResolver()), -@@ -148,7 +155,7 @@ - tz = _timezone; - #else /*WIN32*/ - tzset (); -- tz = timezone; -+ tz = gettimezone(); - #endif - // validate tzone - Timezone tzone(tz); diff --git a/textproc/libpathan/files/patch-src-context-XPath2ContextImpl.cpp b/textproc/libpathan/files/patch-src-context-XPath2ContextImpl.cpp deleted file mode 100644 index da4e6bd5e083..000000000000 --- a/textproc/libpathan/files/patch-src-context-XPath2ContextImpl.cpp +++ /dev/null @@ -1,33 +0,0 @@ ---- src/context/XPath2ContextImpl.cpp.orig Mon Aug 9 20:19:54 2004 -+++ src/context/XPath2ContextImpl.cpp Fri Nov 3 11:51:57 2006 -@@ -8,6 +8,7 @@ - #include <assert.h> - #include <iostream> - #include <memory> -+#include <time.h> - #include <pathan/VariableStore.hpp> - #include <pathan/simpleVariables/VariableTypeStore.hpp> - #include <pathan/XPath2NSUtils.hpp> -@@ -41,6 +42,13 @@ - - static CodepointCollation g_codepointCollation; - -+inline int gettimezone() -+{ -+ time_t tt; -+ time(&tt); -+ struct tm *tm_p = gmtime(&tt); -+ return (int)mktime(tm_p) - (int)tt; -+} - XPath2ContextImpl::XPath2ContextImpl(XPath2MemoryManager* memMgr, - XERCES_CPP_NAMESPACE_QUALIFIER XMLGrammarPool* xmlgr, - XERCES_CPP_NAMESPACE_QUALIFIER DOMNode* contextNode) : -@@ -177,7 +185,7 @@ - tz = _timezone; - #else /*WIN32*/ - tzset (); -- tz = timezone; -+ tz = gettimezone(); - #endif - // validate tzone - Timezone tzone(tz); diff --git a/textproc/libpathan/files/patch-src-sequence-Sequence.cpp b/textproc/libpathan/files/patch-src-sequence-Sequence.cpp deleted file mode 100644 index abd2b397570e..000000000000 --- a/textproc/libpathan/files/patch-src-sequence-Sequence.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sequence/Sequence.cpp.orig Fri Nov 3 10:59:39 2006 -+++ src/sequence/Sequence.cpp Fri Nov 3 10:59:18 2006 -@@ -214,7 +214,7 @@ - - Sequence result(context->getMemoryManager()); - -- const_iterator end(end()); -+ Sequence::const_iterator end(Sequence::end()); - for(const_iterator i = begin(); i != end; ++i) - { - if((*i)->isNode()) diff --git a/textproc/libpathan/pkg-descr b/textproc/libpathan/pkg-descr deleted file mode 100644 index 3e3ba0267891..000000000000 --- a/textproc/libpathan/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -The Pathan project grew out of DecisionSoft's work on XMLScript , an -XML transformation language. - -XPath was adopted as a node selection language by XMLScript when the XPath -specification was ratified by the W3C. DecisionSoft's XMLScript processor -is based on Xerces-C, a Document Object Model compliant XML parser. Pathan -therefore was designed from the base up to be fully compatible with the -Xerces parser. - -Pathan 1 represents the open sourcing of the XPath component of -DecisionSoft's XMLScript processor. Pathan 1 features a full implementation -of the XPath 1.0 Specification. Pathan 1 implements the W3C DOM Level 3 -XPath Specification (Working Draft February 08 2002) providing a powerful -and coherent interface between XPath and DOM and hence a standardised -interface with Xerces. - -Pathan is provided to the community as we feel that the Pathan module -increases the scope and usefulness of the Xerces-C library and will be -an aid to other XML developers in their projects. - -For information on Pathan 1 please see their homepage -WWW: http://software.decisionsoft.com/ diff --git a/textproc/libpathan/pkg-plist b/textproc/libpathan/pkg-plist deleted file mode 100644 index a056bc599553..000000000000 --- a/textproc/libpathan/pkg-plist +++ /dev/null @@ -1,279 +0,0 @@ -include/pathan/ATAnySimpleType.hpp -include/pathan/ATAnyURIOrDerived.hpp -include/pathan/ATBase64BinaryOrDerived.hpp -include/pathan/ATBooleanOrDerived.hpp -include/pathan/ATDateOrDerived.hpp -include/pathan/ATDateTimeOrDerived.hpp -include/pathan/ATDecimalOrDerived.hpp -include/pathan/ATDoubleOrDerived.hpp -include/pathan/ATDurationOrDerived.hpp -include/pathan/ATFloatOrDerived.hpp -include/pathan/ATGDayOrDerived.hpp -include/pathan/ATGMonthDayOrDerived.hpp -include/pathan/ATGMonthOrDerived.hpp -include/pathan/ATGYearMonthOrDerived.hpp -include/pathan/ATGYearOrDerived.hpp -include/pathan/ATHexBinaryOrDerived.hpp -include/pathan/ATNotationOrDerived.hpp -include/pathan/ATQNameOrDerived.hpp -include/pathan/ATStringOrDerived.hpp -include/pathan/ATTimeOrDerived.hpp -include/pathan/ATUntypedAtomic.hpp -include/pathan/AnyAtomicType.hpp -include/pathan/Collation.hpp -include/pathan/DateOrTimeType.hpp -include/pathan/DocumentCache.hpp -include/pathan/DynamicContext.hpp -include/pathan/Item.hpp -include/pathan/Node.hpp -include/pathan/Numeric.hpp -include/pathan/Pathan.hpp -include/pathan/PathanEngine.hpp -include/pathan/PathanException.hpp -include/pathan/PathanExpression.hpp -include/pathan/PathanImplementation.hpp -include/pathan/PathanNSResolver.hpp -include/pathan/PathanPlatformUtils.hpp -include/pathan/PathanTypeInfo.hpp -include/pathan/Sequence.hpp -include/pathan/SequenceType.hpp -include/pathan/StaticContext.hpp -include/pathan/Timezone.hpp -include/pathan/URIResolver.hpp -include/pathan/ValidationContext.hpp -include/pathan/VariableStore.hpp -include/pathan/XPath2MemoryManager.hpp -include/pathan/XPath2NSUtils.hpp -include/pathan/XPath2NodeSerializer.hpp -include/pathan/XPath2Result.hpp -include/pathan/XPath2Utils.hpp -include/pathan/dataItem/DataItem.hpp -include/pathan/dataItem/DataItemCastAs.hpp -include/pathan/dataItem/DataItemCastableAs.hpp -include/pathan/dataItem/DataItemContextItem.hpp -include/pathan/dataItem/DataItemFor.hpp -include/pathan/dataItem/DataItemFunction.hpp -include/pathan/dataItem/DataItemIf.hpp -include/pathan/dataItem/DataItemImpl.hpp -include/pathan/dataItem/DataItemInstanceOf.hpp -include/pathan/dataItem/DataItemLiteral.hpp -include/pathan/dataItem/DataItemNav.hpp -include/pathan/dataItem/DataItemOperator.hpp -include/pathan/dataItem/DataItemParenthesizedExpr.hpp -include/pathan/dataItem/DataItemQuantifiedExpr.hpp -include/pathan/dataItem/DataItemSequence.hpp -include/pathan/dataItem/DataItemStep.hpp -include/pathan/dataItem/DataItemTreatAs.hpp -include/pathan/dataItem/DataItemVariable.hpp -include/pathan/dataItem/StaticResolutionContext.hpp -include/pathan/exceptions/ContextException.hpp -include/pathan/exceptions/DSLException.hpp -include/pathan/exceptions/DataItemException.hpp -include/pathan/exceptions/FunctionException.hpp -include/pathan/exceptions/IllegalArgumentException.hpp -include/pathan/exceptions/ItemException.hpp -include/pathan/exceptions/NamespaceLookupException.hpp -include/pathan/exceptions/NavigationException.hpp -include/pathan/exceptions/StaticAnalysisException.hpp -include/pathan/exceptions/TypeNotFoundException.hpp -include/pathan/exceptions/VariableStoreException.hpp -include/pathan/exceptions/XMLParseException.hpp -include/pathan/exceptions/XPath2ErrorException.hpp -include/pathan/functionAPI/AggregateFunction.hpp -include/pathan/functionAPI/ConstantFoldingFunction.hpp -include/pathan/functionAPI/DatatypeLookup.hpp -include/pathan/functionAPI/FunctionLookup.hpp -include/pathan/functionAPI/NumericFunction.hpp -include/pathan/functions/FunctionAbs.hpp -include/pathan/functions/FunctionAdjustDateTimeToTimezone.hpp -include/pathan/functions/FunctionAdjustDateToTimezone.hpp -include/pathan/functions/FunctionAdjustTimeToTimezone.hpp -include/pathan/functions/FunctionAvg.hpp -include/pathan/functions/FunctionBaseURI.hpp -include/pathan/functions/FunctionBoolean.hpp -include/pathan/functions/FunctionCeiling.hpp -include/pathan/functions/FunctionCodepointsToString.hpp -include/pathan/functions/FunctionCollection.hpp -include/pathan/functions/FunctionCompare.hpp -include/pathan/functions/FunctionConcat.hpp -include/pathan/functions/FunctionConstructor.hpp -include/pathan/functions/FunctionContains.hpp -include/pathan/functions/FunctionCount.hpp -include/pathan/functions/FunctionCurrentDate.hpp -include/pathan/functions/FunctionCurrentDateTime.hpp -include/pathan/functions/FunctionCurrentTime.hpp -include/pathan/functions/FunctionData.hpp -include/pathan/functions/FunctionDayFromDate.hpp -include/pathan/functions/FunctionDayFromDateTime.hpp -include/pathan/functions/FunctionDaysFromDuration.hpp -include/pathan/functions/FunctionDeepEqual.hpp -include/pathan/functions/FunctionDefaultCollation.hpp -include/pathan/functions/FunctionDistinctValues.hpp -include/pathan/functions/FunctionDoc.hpp -include/pathan/functions/FunctionDocumentURI.hpp -include/pathan/functions/FunctionEmpty.hpp -include/pathan/functions/FunctionEndsWith.hpp -include/pathan/functions/FunctionError.hpp -include/pathan/functions/FunctionEscapeURI.hpp -include/pathan/functions/FunctionExactlyOne.hpp -include/pathan/functions/FunctionExists.hpp -include/pathan/functions/FunctionExpandedQName.hpp -include/pathan/functions/FunctionFalse.hpp -include/pathan/functions/FunctionFloor.hpp -include/pathan/functions/FunctionHoursFromDateTime.hpp -include/pathan/functions/FunctionHoursFromDuration.hpp -include/pathan/functions/FunctionHoursFromTime.hpp -include/pathan/functions/FunctionId.hpp -include/pathan/functions/FunctionIdref.hpp -include/pathan/functions/FunctionImplicitTimezone.hpp -include/pathan/functions/FunctionInScopePrefixes.hpp -include/pathan/functions/FunctionIndexOf.hpp -include/pathan/functions/FunctionInsertBefore.hpp -include/pathan/functions/FunctionLang.hpp -include/pathan/functions/FunctionLast.hpp -include/pathan/functions/FunctionLocalNameFromQName.hpp -include/pathan/functions/FunctionLocalname.hpp -include/pathan/functions/FunctionLowerCase.hpp -include/pathan/functions/FunctionMatches.hpp -include/pathan/functions/FunctionMax.hpp -include/pathan/functions/FunctionMin.hpp -include/pathan/functions/FunctionMinutesFromDateTime.hpp -include/pathan/functions/FunctionMinutesFromDuration.hpp -include/pathan/functions/FunctionMinutesFromTime.hpp -include/pathan/functions/FunctionMonthFromDate.hpp -include/pathan/functions/FunctionMonthFromDateTime.hpp -include/pathan/functions/FunctionMonthsFromDuration.hpp -include/pathan/functions/FunctionName.hpp -include/pathan/functions/FunctionNamespaceURIForPrefix.hpp -include/pathan/functions/FunctionNamespaceURIFromQName.hpp -include/pathan/functions/FunctionNamespaceUri.hpp -include/pathan/functions/FunctionNilled.hpp -include/pathan/functions/FunctionNodeName.hpp -include/pathan/functions/FunctionNormalizeSpace.hpp -include/pathan/functions/FunctionNormalizeUnicode.hpp -include/pathan/functions/FunctionNot.hpp -include/pathan/functions/FunctionNumber.hpp -include/pathan/functions/FunctionOneOrMore.hpp -include/pathan/functions/FunctionPosition.hpp -include/pathan/functions/FunctionRemove.hpp -include/pathan/functions/FunctionReplace.hpp -include/pathan/functions/FunctionResolveQName.hpp -include/pathan/functions/FunctionResolveURI.hpp -include/pathan/functions/FunctionReverse.hpp -include/pathan/functions/FunctionRoot.hpp -include/pathan/functions/FunctionRound.hpp -include/pathan/functions/FunctionRoundHalfToEven.hpp -include/pathan/functions/FunctionSecondsFromDateTime.hpp -include/pathan/functions/FunctionSecondsFromDuration.hpp -include/pathan/functions/FunctionSecondsFromTime.hpp -include/pathan/functions/FunctionStartsWith.hpp -include/pathan/functions/FunctionString.hpp -include/pathan/functions/FunctionStringJoin.hpp -include/pathan/functions/FunctionStringLength.hpp -include/pathan/functions/FunctionStringToCodepoints.hpp -include/pathan/functions/FunctionSubsequence.hpp -include/pathan/functions/FunctionSubstring.hpp -include/pathan/functions/FunctionSubstringAfter.hpp -include/pathan/functions/FunctionSubstringBefore.hpp -include/pathan/functions/FunctionSubtractDateTimesYieldingDayTimeDuration.hpp -include/pathan/functions/FunctionSubtractDateTimesYieldingYearMonthDuration.hpp -include/pathan/functions/FunctionSubtractDatesYieldingDayTimeDuration.hpp -include/pathan/functions/FunctionSubtractDatesYieldingYearMonthDuration.hpp -include/pathan/functions/FunctionSum.hpp -include/pathan/functions/FunctionTimezoneFromDate.hpp -include/pathan/functions/FunctionTimezoneFromDateTime.hpp -include/pathan/functions/FunctionTimezoneFromTime.hpp -include/pathan/functions/FunctionTokenize.hpp -include/pathan/functions/FunctionTrace.hpp -include/pathan/functions/FunctionTranslate.hpp -include/pathan/functions/FunctionTrue.hpp -include/pathan/functions/FunctionUnordered.hpp -include/pathan/functions/FunctionUpperCase.hpp -include/pathan/functions/FunctionYearFromDate.hpp -include/pathan/functions/FunctionYearFromDateTime.hpp -include/pathan/functions/FunctionYearsFromDuration.hpp -include/pathan/functions/FunctionZeroOrOne.hpp -include/pathan/internal/AnyAtomicTypeDatatypeValidator.hpp -include/pathan/internal/DOMutils/XMLChCompare.hpp -include/pathan/internal/DOMutils/XStr.hpp -include/pathan/internal/ProxyMemoryManager.hpp -include/pathan/internal/XPath2MemoryManagerImpl.hpp -include/pathan/internal/collations/CodepointCollation.hpp -include/pathan/internal/collations/CollationImpl.hpp -include/pathan/internal/context/DocumentCacheImpl.hpp -include/pathan/internal/context/DynamicContextImpl.hpp -include/pathan/internal/context/XPath2ContextImpl.hpp -include/pathan/internal/dom-extensions/PathanExpressionImpl.hpp -include/pathan/internal/dom-extensions/PathanNSResolverImpl.hpp -include/pathan/internal/factory/DatatypeFactory.hpp -include/pathan/internal/factory/FuncFactory.hpp -include/pathan/internal/items/ATDecimalOrDerivedImpl.hpp -include/pathan/internal/items/ATDoubleOrDerivedImpl.hpp -include/pathan/internal/m_apm.h -include/pathan/internal/navigation/AncestorAxis.hpp -include/pathan/internal/navigation/AncestorOrSelfAxis.hpp -include/pathan/internal/navigation/AttributeAxis.hpp -include/pathan/internal/navigation/ChildAxis.hpp -include/pathan/internal/navigation/DescendantAxis.hpp -include/pathan/internal/navigation/DescendantOrSelfAxis.hpp -include/pathan/internal/navigation/FollowingAxis.hpp -include/pathan/internal/navigation/FollowingSiblingAxis.hpp -include/pathan/internal/navigation/ForwardAxis.hpp -include/pathan/internal/navigation/NamespaceAxis.hpp -include/pathan/internal/navigation/NavStepImpl.hpp -include/pathan/internal/navigation/ParentAxis.hpp -include/pathan/internal/navigation/PrecedingAxis.hpp -include/pathan/internal/navigation/PrecedingSiblingAxis.hpp -include/pathan/internal/navigation/ReverseAxis.hpp -include/pathan/internal/navigation/SelfAxis.hpp -include/pathan/internal/parser/QName.hpp -include/pathan/internal/parser/VariableBinding.hpp -include/pathan/internal/simpleVariables/VarHashEntryImpl.hpp -include/pathan/operators/And.hpp -include/pathan/operators/Divide.hpp -include/pathan/operators/Equals.hpp -include/pathan/operators/Except.hpp -include/pathan/operators/GeneralComp.hpp -include/pathan/operators/GreaterThan.hpp -include/pathan/operators/GreaterThanEqual.hpp -include/pathan/operators/IntegerDivide.hpp -include/pathan/operators/Intersect.hpp -include/pathan/operators/LessThan.hpp -include/pathan/operators/LessThanEqual.hpp -include/pathan/operators/Minus.hpp -include/pathan/operators/Mod.hpp -include/pathan/operators/Multiply.hpp -include/pathan/operators/NodeComparison.hpp -include/pathan/operators/NotEquals.hpp -include/pathan/operators/Or.hpp -include/pathan/operators/OrderComparison.hpp -include/pathan/operators/Plus.hpp -include/pathan/operators/Range.hpp -include/pathan/operators/UnaryMinus.hpp -include/pathan/operators/Union.hpp -include/pathan/simpleVariables/Scope.hpp -include/pathan/simpleVariables/VarHashEntry.hpp -include/pathan/simpleVariables/VariableStoreTemplate.hpp -include/pathan/simpleVariables/VariableTypeStore.hpp -@dirrm include/pathan/simpleVariables -@dirrm include/pathan/operators -@dirrm include/pathan/internal/simpleVariables -@dirrm include/pathan/internal/parser -@dirrm include/pathan/internal/navigation -@dirrm include/pathan/internal/items -@dirrm include/pathan/internal/factory -@dirrm include/pathan/internal/dom-extensions -@dirrm include/pathan/internal/context -@dirrm include/pathan/internal/collations -@dirrm include/pathan/internal/DOMutils -@dirrm include/pathan/internal -@dirrm include/pathan/functions -@dirrm include/pathan/functionAPI -@dirrm include/pathan/exceptions -@dirrm include/pathan/dataItem -@dirrm include/pathan -lib/libpathan.la -lib/libpathan.so.%%PATHAN_LIB_VERSION%% -@exec ln -sf libpathan.so.%%PATHAN_LIB_VERSION%% %D/lib/libpathan.so -@unexec if test ! -r %D/lib/libpathan.so; then rm -f %D/lib/libpathan.so; fi -@unexec if test ! -r %D/lib/libpathan.so.%%PATHAN_LIB_VERSION%%; then rm -f %D/lib/libpathan.so.%%PATHAN_LIB_VERSION%%; fi |