diff options
author | kris <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | fd6ea44e7341e5eceafc62d7ff6eec0a45d23321 (patch) | |
tree | 839702695a2079fd711fd7410d5347d7c6f267e2 | |
parent | 1c5ecd19cefacc1ef8c4bf064d043bff0ffe99dc (diff) | |
download | FreeBSD-ports-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.zip FreeBSD-ports-fd6ea44e7341e5eceafc62d7ff6eec0a45d23321.tar.gz |
Remove expired ports
587 files changed, 0 insertions, 41298 deletions
diff --git a/audio/Makefile b/audio/Makefile index 4f9320b..8317c72 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -325,7 +325,6 @@ SUBDIR += muine SUBDIR += muse SUBDIR += musepack - SUBDIR += musicbox SUBDIR += musicbox-tag-editor SUBDIR += musicbrainz SUBDIR += musiccontrol diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile deleted file mode 100644 index 8896185..0000000 --- a/audio/musicbox/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: musicbox -# Date created: 2000-12-31 -# Whom: trevor -# based on the NetBSD pkgsrc by tron@NetBSD.org -# -# $NetBSD: Makefile,v 1.7 2000/07/14 16:04:19 agc Exp $ -# $FreeBSD$ -# - -PORTNAME= musicbox -PORTVERSION= 1.01p2 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_NETBSD} # ftp://freebsd.csie.nctu.edu.tw/Upload/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= X11 front-end for mpg123 - -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 - -DEPRECATED= depends on unsupported qt version -EXPIRATION_DATE=2005-10-31 - -USE_GCC= 2.95 -USE_QT_VER= 1 -DOCS= ChangeLog README -EVAL_PREFIX+= QT1DIR=qt1 -PATH= ${QT1DIR}/qt/bin:$$PATH -PLIST= ${WRKDIR}/pkg-plist -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/musicbox-1.01 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501013 -BROKEN= "compilation error" -.endif - -pre-install: - ${ECHO_CMD} bin/musicbox > ${PLIST} -.if !defined(NOPORTDOCS) -.for i in ${DOCS} - ${ECHO_CMD} share/doc/musicbox/${i} >> ${PLIST} -.endfor - ${ECHO_CMD} @dirrm share/doc/musicbox >> ${PLIST} -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/musicbox -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/musicbox -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/audio/musicbox/distinfo b/audio/musicbox/distinfo deleted file mode 100644 index c68e78d..0000000 --- a/audio/musicbox/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (musicbox-1.01p2.tgz) = cdaad5a34c33c78af568bc6e589aa257 -SIZE (musicbox-1.01p2.tgz) = 44119 diff --git a/audio/musicbox/files/patch-ListView.cpp b/audio/musicbox/files/patch-ListView.cpp deleted file mode 100644 index 729063c..0000000 --- a/audio/musicbox/files/patch-ListView.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- ListView.cpp.orig Wed Feb 17 09:17:11 1999 -+++ ListView.cpp Wed Feb 17 09:21:00 1999 -@@ -383,11 +383,11 @@ - if (item != NULL) - temp = item; - -- lbl = new QLabel("ºq¬P:",this); -+ lbl = new QLabel("Artist:",this); - topLayout->addWidget(lbl,0,0); -- lbl = new QLabel("±M¿è¦WºÙ:",this); -+ lbl = new QLabel("Album:",this); - topLayout->addWidget(lbl,1,0); -- lbl = new QLabel("µo¦æ¤½¥q:",this); -+ lbl = new QLabel("Company:",this); - topLayout->addWidget(lbl,2,0); - - Title = new QLabel(this); -@@ -412,7 +412,7 @@ - connect(btn,SIGNAL(clicked()),this,SLOT(RemoveSong())); - topLayout->addWidget(btn,4,1); - -- lbl = new QLabel("ºq¦±¦WºÙ:",this); -+ lbl = new QLabel("Title:",this); - topLayout->addWidget(lbl,4,2); - - edtSinger = new QLineEdit(this); diff --git a/audio/musicbox/files/patch-ListView.h b/audio/musicbox/files/patch-ListView.h deleted file mode 100644 index 5b15968..0000000 --- a/audio/musicbox/files/patch-ListView.h +++ /dev/null @@ -1,17 +0,0 @@ -$FreeBSD$ - ---- ListView.h.orig Sun Nov 16 13:56:31 1997 -+++ ListView.h Wed Feb 18 10:31:19 2004 -@@ -12,12 +12,7 @@ - #include <qdialog.h> - #include "MultiListBox.h" - --#ifdef FreeBSD --#include <machine/soundcard.h> --#endif --#ifdef Linux - #include <sys/soundcard.h> --#endif - - #define DEVICE 0 - #define MIXER "/dev/mixer" diff --git a/audio/musicbox/files/patch-Makefile b/audio/musicbox/files/patch-Makefile deleted file mode 100644 index 8690d61..0000000 --- a/audio/musicbox/files/patch-Makefile +++ /dev/null @@ -1,109 +0,0 @@ ---- Makefile.orig Wed Nov 12 11:01:58 1997 -+++ Makefile Sun May 5 14:57:01 2002 -@@ -1,7 +1,8 @@ - # change following for your environment --INC = /usr/X11R6/include/X11/qt --LIB = /usr/X11R6/lib --MOC = moc -+#INC = /usr/X11R6/include/X11/qt1 -+INC = -I${X11BASE}/include -I${X11BASE}/include/X11/qt1 -+LIB = -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -+MOC = moc1 - - # if you use freebsd - CFLAGS = -DFreeBSD -@@ -9,7 +10,7 @@ - #if you use linux - #CFLAGS = -DLinux - --GCC = gcc -+GCC ?= cc - - ALL = mplayer.o player.o ListView.o clock.o mclock.o mListView.o \ - filebrowse.o mfilebrowse.o qktstreelist.o mqktstreelist.o \ -@@ -18,69 +19,69 @@ - PKG = musicbox - - all: ${ALL} -- ${GCC} ${ALL} -o ${PKG} -L${LIB} -I${INC} -lqt -+ ${GCC} ${ALL} -o ${PKG} ${LIB} -lqt1 -lX11 -lXext - --player.o: -- ${GCC} -c player.cpp -o player.o ${CFLAGS} -L${LIB} -I${INC} -+player.o: player.cpp -+ ${GCC} -c player.cpp -o player.o ${CFLAGS} ${INC} - - mplayer.o: mplayer.cpp -- ${GCC} -c mplayer.cpp -o mplayer.o ${CFLAGS} -L${LIB} -I${INC} -+ ${GCC} -c mplayer.cpp -o mplayer.o ${CFLAGS} ${INC} - - mplayer.cpp: - ${MOC} player.h -o mplayer.cpp - - ListView.o: -- ${GCC} -c ListView.cpp -o ListView.o ${CFLAGS} -L${LIB} -I${INC} -+ ${GCC} -c ListView.cpp -o ListView.o ${CFLAGS} ${INC} - - mListView.o: mListView.cpp -- ${GCC} -c mListView.cpp -o mListView.o ${CFLAGS} -L${LIB} -I${INC} -+ ${GCC} -c mListView.cpp -o mListView.o ${CFLAGS} ${INC} - - mListView.cpp: - ${MOC} ListView.h -o mListView.cpp - clock.o: -- ${GCC} -c clock.cpp -o clock.o -L${LIB} -I${INC} -+ ${GCC} -c clock.cpp -o clock.o ${INC} - - mclock.cpp: - ${MOC} clock.h -o mclock.cpp - - mclock.o: mclock.cpp -- ${GCC} -c mclock.cpp -o mclock.o -L${LIB} -I${INC} -+ ${GCC} -c mclock.cpp -o mclock.o ${INC} - - mfilebrowse.cpp: - ${MOC} filebrowse.h -o mfilebrowse.cpp - - filebrowse.o : -- ${GCC} -c filebrowse.cpp -o filebrowse.o -L${LIB} -I${INC} -+ ${GCC} -c filebrowse.cpp -o filebrowse.o ${INC} - - mfilebrowse.o: mfilebrowse.cpp -- ${GCC} -c mfilebrowse.cpp -o mfilebrowse.o -L${LIB} -I${INC} -+ ${GCC} -c mfilebrowse.cpp -o mfilebrowse.o ${INC} - - diskbrowse.o: -- ${GCC} -c diskbrowse.cpp -o $@ -L${LIB} -I${INC} -+ ${GCC} -c diskbrowse.cpp -o $@ ${INC} - - mdiskbrowse.o: mdiskbrowse.cpp -- ${GCC} -c mdiskbrowse.cpp -o $@ -L${LIB} -I${INC} -+ ${GCC} -c mdiskbrowse.cpp -o $@ ${INC} - - mdiskbrowse.cpp: - ${MOC} diskbrowse.h -o $@ - - qktstreelist.o: -- ${GCC} -c qktstreelist.cpp -o $@ -L${LIB} -I${INC} -+ ${GCC} -c qktstreelist.cpp -o $@ ${INC} - - mqktstreelist.o: mqktstreelist.cpp -- ${GCC} -c mqktstreelist.cpp -o $@ -L${LIB} -I${INC} -+ ${GCC} -c mqktstreelist.cpp -o $@ ${INC} - - mqktstreelist.cpp: - ${MOC} qktstreelist.h -o $@ - - MultiListBox.o: -- ${GCC} -c MultiListBox.cpp -o $@ -L${LIB} -I${INC} -+ ${GCC} -c MultiListBox.cpp -o $@ ${INC} - - mMultiListBox.cpp: - ${MOC} MultiListBox.h -o $@ - - mMultiListBox.o: mMultiListBox.cpp -- ${GCC} -c mMultiListBox.cpp -o $@ -L${LIB} -I${INC} -+ ${GCC} -c mMultiListBox.cpp -o $@ ${INC} - - clean: - rm -f player mplayer.cpp *.o mclock.cpp mListView.cpp mfilebrowse.cpp \ diff --git a/audio/musicbox/files/patch-MultiListBox.h b/audio/musicbox/files/patch-MultiListBox.h deleted file mode 100644 index 0f1a18e..0000000 --- a/audio/musicbox/files/patch-MultiListBox.h +++ /dev/null @@ -1,10 +0,0 @@ ---- MultiListBox.h.orig Wed Nov 12 10:57:00 1997 -+++ MultiListBox.h Sun Dec 31 06:24:22 2000 -@@ -16,7 +16,6 @@ - Pic = i->Pic; - Text = i->Text; - } -- setPixmap(QPixmap& p) {Pic = p;} - int Width(MultiListBox *box); - int Height(MultiListBox *box,int max_w); - void Paint(QPainter *p,int w,int h,int flag=0); diff --git a/audio/musicbox/files/patch-player.cpp b/audio/musicbox/files/patch-player.cpp deleted file mode 100644 index 5afe8b4..0000000 --- a/audio/musicbox/files/patch-player.cpp +++ /dev/null @@ -1,60 +0,0 @@ ---- player.cpp.orig Thu Oct 1 10:00:23 1998 -+++ player.cpp Wed Jun 9 00:56:30 1999 -@@ -72,7 +72,7 @@ - options = new QPopupMenu; - AutoPlayID = options->insertItem( "&Auto Play", this, SLOT(AutoPlay()) ); - options->setItemChecked( AutoPlayID, isAutoPlay ); -- RepeatID = options->insertItem( "Re&peat", this, SLOT(RepeatPlay()) ); -+ RepeatID = options->insertItem( "&Repeat", this, SLOT(RepeatPlay()) ); - options->setCheckable(TRUE); - menubar->insertItem( "&Options",options ); - menubar->insertSeparator(); -@@ -150,7 +150,7 @@ - - QLabel *label; - label = new QLabel( this ); -- label->setText("ºq¬P:"); -+ label->setText("Artist:"); - label->setGeometry(5,133,125,30); - - edtName = new QLabel( this ); -@@ -158,7 +158,7 @@ - edtName->setGeometry(83,136,100,25); - - label = new QLabel( this ); -- label->setText("±M¿è¦WºÙ:"); -+ label->setText("Album:"); - label->setGeometry(5,173,125,30); - - edtAlbum = new QLabel( this ); -@@ -166,7 +166,7 @@ - edtAlbum->setGeometry(83,176,100,25); - - label = new QLabel( this ); -- label->setText("µo¦æ¤½¥q:"); -+ label->setText("Company:"); - label->setGeometry(5,213,125,30); - - edtPub = new QLabel( this ); -@@ -242,15 +242,13 @@ - song->setText(SongBox->text(SongBox->currentItem())); - dclock->Start(SongBox->currentItem()); - if ((mp3_pid = fork()) == 0 ){ -- char **argv; -- int i; -- argv[0]=MP3_PLAYER; -- argv[1]="-q"; -- argv[2]=(char *)LocBox->text(SongBox->currentItem()); -- argv[3]=NULL; -- execvp(MP3_PLAYER,argv); -+ execlp(MP3_PLAYER, -+ MP3_PLAYER, -+ "-q", -+ (char *)LocBox->text(SongBox->currentItem()), -+ NULL); - QMessageBox::warning(this,"error","can't exec mpg123\n"); -- exit(1); -+ _exit(1); - } - } - } diff --git a/audio/musicbox/files/patch-qktstreelist.cpp b/audio/musicbox/files/patch-qktstreelist.cpp deleted file mode 100644 index 51bd046..0000000 --- a/audio/musicbox/files/patch-qktstreelist.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- qktstreelist.cpp.orig Mon Nov 10 18:10:02 1997 -+++ qktstreelist.cpp Wed Jun 9 00:15:13 1999 -@@ -834,7 +834,7 @@ - QktsItemSearchInfo searchInfo; - searchInfo.index = index; - searchInfo.count = -1; -- forEveryVisibleItem(QktsTreeList::findItemAt, &searchInfo); -+ forEveryVisibleItem(&QktsTreeList::findItemAt, &searchInfo); - return searchInfo.foundItem; - } - -@@ -1340,7 +1340,7 @@ - QktsTreeListItem *item = treeRoot->getChild(); - do { - while(item) { -- if((func)(item, user)) return; -+ if((this->*func)(item, user)) return; - if(item->hasChild() && item->isExpanded()) { - stack.push(item); - item = item->getChild(); diff --git a/audio/musicbox/pkg-descr b/audio/musicbox/pkg-descr deleted file mode 100644 index 9a53bb8..0000000 --- a/audio/musicbox/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Music Box is a Qt-based front end to mpg123. - -Trevor Johnson diff --git a/biology/Makefile b/biology/Makefile index c81dd04..1af48c9 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -40,7 +40,6 @@ SUBDIR += mopac SUBDIR += nab SUBDIR += ncbi-toolkit - SUBDIR += nclever SUBDIR += ortep3 SUBDIR += p5-AcePerl SUBDIR += p5-Bio-ASN1-EntrezGene diff --git a/biology/nclever/Makefile b/biology/nclever/Makefile deleted file mode 100644 index 08a71e3..0000000 --- a/biology/nclever/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: nclever -# Date created: 17 August 2001 -# Whom: Tony Maher -# -# $FreeBSD$ -# - -PORTNAME= nclever -PORTVERSION= 4.0 -CATEGORIES= biology -MASTER_SITES= ftp://megasun.bch.umontreal.ca/pub/nclever/ -DISTNAME= ${PORTNAME}${PORTVERSION} -EXTRACT_SUFX= .tar.Z - -MAINTAINER= tonym@biolateral.com.au -COMMENT= NClever is a character-based version of NCBI's Entrez program - -BUILD_DEPENDS= ${LOCALBASE}/lib/ncbi/libncbi.a:${PORTSDIR}/biology/ncbi-toolkit - -BROKEN= Unfetchable -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -do-install: - @${MKDIR} ${PREFIX}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/nclever ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/nclever_manual.txt ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/nclever.citation ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/sample_script1.txt ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/sample_script2.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/biology/nclever/distinfo b/biology/nclever/distinfo deleted file mode 100644 index f251fe9..0000000 --- a/biology/nclever/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (nclever4.0.tar.Z) = ef1c97fe8769b41e0fa8773848d70836 -SIZE (nclever4.0.tar.Z) = 80935 diff --git a/biology/nclever/files/patch-main b/biology/nclever/files/patch-main deleted file mode 100644 index 0014e55..0000000 --- a/biology/nclever/files/patch-main +++ /dev/null @@ -1,11 +0,0 @@ ---- main.c.orig Mon Sep 24 16:34:16 2001 -+++ main.c Mon Sep 24 16:37:26 2001 -@@ -358,7 +358,7 @@ - /* Read a line from stdin */ - static Boolean GetCommand(void) - { -- if (!gets(Command)) return(FALSE); -+ if (!fgets(Command,MAXLINELEN-1,stdin)) return(FALSE); - if (EchoCommands) fprintf(CmdStream,"%s\n",Command); - return(TRUE); - } diff --git a/biology/nclever/files/patch-makefile b/biology/nclever/files/patch-makefile deleted file mode 100644 index 1a97f20..0000000 --- a/biology/nclever/files/patch-makefile +++ /dev/null @@ -1,47 +0,0 @@ ---- Makefile.orig Thu Dec 7 11:11:31 2000 -+++ Makefile Thu Dec 7 11:34:11 2000 -@@ -29,7 +29,8 @@ - # NCBI librairies are needed. - - # Set the correct path to the NCBI package --NCBI = /usr/local/lib/NCBI -+NCBILIB = /usr/local/lib/ncbi -+NCBIINC = /usr/local/include/ncbi - - # Set the name of your ANSI C compiler - CC = gcc -@@ -39,7 +40,7 @@ - LIBSNCBI = -lncbiNacc -lnetentr -lncbicdr -lncbiobj -lnetcli -lncbi - # System linking libraries (these are used under Solaris 2.6; - # adjust according to your site). --LIBSSYS = -lm -lsocket -lnsl -lxnet -+LIBSSYS = -lm - - # - # Nothing to adjust below this line ! -@@ -50,20 +51,20 @@ - all: nclever - - nclever: $(OBJS) -- $(CC) $(CCFLAGS) -o nclever -L$(NCBI)/lib $(OBJS) $(LIBSNCBI) $(LIBSSYS) -+ $(CC) $(CCFLAGS) -o nclever -L$(NCBILIB) $(OBJS) $(LIBSNCBI) $(LIBSSYS) - strip nclever - - main.o: main.c main.h -- $(CC) $(CCFLAGS) -c -I$(NCBI)/include main.c -+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) main.c - - lists.o: lists.c main.h -- $(CC) $(CCFLAGS) -c -I$(NCBI)/include lists.c -+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) lists.c - - print.o: print.c main.h -- $(CC) $(CCFLAGS) -c -I$(NCBI)/include print.c -+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) print.c - - entinfo.o: entinfo.c main.h -- $(CC) $(CCFLAGS) -c -I$(NCBI)/include entinfo.c -+ $(CC) $(CCFLAGS) -c -I$(NCBIINC) entinfo.c - - clean: - rm *.o diff --git a/biology/nclever/pkg-descr b/biology/nclever/pkg-descr deleted file mode 100644 index 88fe809..0000000 --- a/biology/nclever/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -NClever is a character-based version of NCBI's Entrez program. It is an -interactive tool that allows easy browsing of the Entrez database. - -More information available at: -WWW: ftp://megasun.bch.umontreal.ca/pub/nclever - --- -Tony Maher <tonym@biolateral.com.au> diff --git a/biology/nclever/pkg-plist b/biology/nclever/pkg-plist deleted file mode 100644 index 9b46164..0000000 --- a/biology/nclever/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/nclever -%%PORTDOCS%%%%DOCSDIR%%/nclever.citation -%%PORTDOCS%%%%DOCSDIR%%/nclever_manual.txt -%%PORTDOCS%%%%DOCSDIR%%/sample_script1.txt -%%PORTDOCS%%%%DOCSDIR%%/sample_script2.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/cad/Makefile b/cad/Makefile index 886ef99..96781ef 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -59,6 +59,5 @@ SUBDIR += vipec SUBDIR += xcircuit SUBDIR += z88 - SUBDIR += ziarc .include <bsd.port.subdir.mk> diff --git a/cad/ziarc/Makefile b/cad/ziarc/Makefile deleted file mode 100644 index d97c03f..0000000 --- a/cad/ziarc/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: ziarc -# Date created: Jan 11, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ziarc -PORTVERSION= 20020729 # date of the tarball -CATEGORIES= cad -MASTER_SITES= http://www.procoders.net/downloads/ -DISTNAME= ziarc_src - -DEPRECATED= "no longer available from author's site" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= ZiaRC is a Resistor Calculator - -BUILD_DEPENDS= ${PYNUMERIC} -RUN_DEPENDS= ${PYNUMERIC} - -BROKEN= Checksum mismatch -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -USE_ZIP= yes -USE_REINPLACE= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes -NO_WRKSUBDIR= yes - -post-patch: - @${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|g" ${WRKSRC}/rnetgui.py - -do-install: - ${CAT} ${FILESDIR}/ziarc | \ - ${SED} -e "s|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|" > \ - ${PREFIX}/bin/ziarc - @${CHMOD} +x ${PREFIX}/bin/ziarc - @${MKDIR} ${PYTHON_SITELIBDIR}/ziarc - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${PYTHON_SITELIBDIR}/ziarc - @${RM} -f ${PYTHON_SITELIBDIR}/ziarc/setup.py - @${MKDIR} ${DATADIR}/icons - ${INSTALL_DATA} ${WRKSRC}/icons/*.png ${DATADIR}/icons - -.include <bsd.port.mk> diff --git a/cad/ziarc/distinfo b/cad/ziarc/distinfo deleted file mode 100644 index 796a069..0000000 --- a/cad/ziarc/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ziarc_src.zip) = 4418c02890459b01c1324e145622e02d -SIZE (ziarc_src.zip) = 108953 diff --git a/cad/ziarc/files/patch-rnetgui.py b/cad/ziarc/files/patch-rnetgui.py deleted file mode 100644 index 411281e..0000000 --- a/cad/ziarc/files/patch-rnetgui.py +++ /dev/null @@ -1,20 +0,0 @@ ---- rnetgui.py.orig Mon Feb 10 01:00:29 2003 -+++ rnetgui.py Mon Feb 10 01:03:25 2003 -@@ -765,7 +765,7 @@ -
- for fnam, tg, tool, help, id, sep in ziplist:
-
-- path=os.path.join(homepath,"icons",fnam)+".png"
-+ path=os.path.join("%%DATADIR%%","icons",fnam)+".png"
-
- bitmap=wxBitmapFromImage(wxImage(path, wxBITMAP_TYPE_PNG))
- self.tb.AddTool(id,bitmap,wxNullBitmap, tg, -1, tool, help)
-@@ -958,7 +958,7 @@ -
- def About(self, event) :
-
-- path=os.path.join(homepath,"icons","ziarc.png")
-+ path=os.path.join("%%DATADIR%%","icons","ziarc.png")
- bitmap=wxBitmapFromImage(wxImage(path, wxBITMAP_TYPE_PNG))
-
- about=MyAbout(self, bitmap)
diff --git a/cad/ziarc/files/patch-setup.py b/cad/ziarc/files/patch-setup.py deleted file mode 100644 index 1fde8e9..0000000 --- a/cad/ziarc/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig Sat Feb 8 00:14:36 2003 -+++ setup.py Sat Feb 8 00:14:41 2003 -@@ -31,6 +31,5 @@ -
- from distutils.core import setup
- import glob
--import py2exe
-
- setup(name="main_ziarc.py", scripts=["main_ziarc.py"],data_files=[("icons",glob.glob("icons\\*.*"))],)
diff --git a/cad/ziarc/files/ziarc b/cad/ziarc/files/ziarc deleted file mode 100644 index 1a89e28..0000000 --- a/cad/ziarc/files/ziarc +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -cd %%PYTHON_SITELIBDIR%%/ziarc && python ./main_ziarc.py diff --git a/cad/ziarc/pkg-descr b/cad/ziarc/pkg-descr deleted file mode 100644 index 6f00861..0000000 --- a/cad/ziarc/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ZiaRC (which is a recursive acronym for "ZiaRC is a Resistor Calculator") -facilitates the drawing of resistor nets and calculates overall resistivity -and particular currents through the resistors. It consists of a graphical -user interface which allows the easy creation of resistor nets and has many -functions such as undo/redo, delete, move and many more. - -WWW: http://www.procoders.net/pythonstuff/ZiaRC/ diff --git a/cad/ziarc/pkg-plist b/cad/ziarc/pkg-plist deleted file mode 100644 index ac5cfc9..0000000 --- a/cad/ziarc/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/ziarc -%%PYTHON_SITELIBDIR%%/ziarc/datatier.py -%%PYTHON_SITELIBDIR%%/ziarc/graph.py -%%PYTHON_SITELIBDIR%%/ziarc/main_ziarc.py -%%PYTHON_SITELIBDIR%%/ziarc/polygon.py -%%PYTHON_SITELIBDIR%%/ziarc/resistornet.py -%%PYTHON_SITELIBDIR%%/ziarc/rnetgui.py -%%PYTHON_SITELIBDIR%%/ziarc/undoqueue.py -@dirrm %%PYTHON_SITELIBDIR%%/ziarc -%%DATADIR%%/icons/del_ival.png -%%DATADIR%%/icons/draw_con.png -%%DATADIR%%/icons/draw_r.png -%%DATADIR%%/icons/editdelete.png -%%DATADIR%%/icons/exec.png -%%DATADIR%%/icons/exit.png -%%DATADIR%%/icons/filenew.png -%%DATADIR%%/icons/fileopen.png -%%DATADIR%%/icons/filesave.png -%%DATADIR%%/icons/help.png -%%DATADIR%%/icons/move.png -%%DATADIR%%/icons/put_ground.png -%%DATADIR%%/icons/put_rval.png -%%DATADIR%%/icons/put_u0.png -%%DATADIR%%/icons/redo.png -%%DATADIR%%/icons/undo.png -%%DATADIR%%/icons/ziarc.png -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%% diff --git a/chinese/Makefile b/chinese/Makefile index 30a833d..b6824a1 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -27,7 +27,6 @@ SUBDIR += cce SUBDIR += cdict5 SUBDIR += celvis - SUBDIR += chinput SUBDIR += chinput2 SUBDIR += chinput3 SUBDIR += chm2html @@ -73,7 +72,6 @@ SUBDIR += libtabe SUBDIR += links SUBDIR += lunar - SUBDIR += metalist SUBDIR += mingunittf SUBDIR += miniChinput SUBDIR += mldonkey-core diff --git a/chinese/chinput/Makefile b/chinese/chinput/Makefile deleted file mode 100644 index 844f658..0000000 --- a/chinese/chinput/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: chinput -# Date created: 09/07/2000 -# Whom: Peng HaiJie (phj@cn.freebsd.org) -# -# $FreeBSD$ -# - -PORTNAME= chinput -PORTVERSION= 2.1 -PORTREVISION= 1 -CATEGORIES= chinese x11 -MASTER_SITES= ftp://ftp.cn.freebsd.org/pub/ported/ -DISTNAME= zh-chinput-2.1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Chinese GB2312,BIG5,Japanese code input server - -BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} \ - mkfontdir:${X_CLIENTS_PORT} - -BROKEN= Incomplete pkg-plist -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -USE_XLIB= yes - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-extract: - ${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -rf - -.include <bsd.port.mk> diff --git a/chinese/chinput/distinfo b/chinese/chinput/distinfo deleted file mode 100644 index 210c5e9..0000000 --- a/chinese/chinput/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (zh-chinput-2.1.tar.gz) = e085e29405e38ac2c63fafd2c6b60845 -SIZE (zh-chinput-2.1.tar.gz) = 4968670 diff --git a/chinese/chinput/files/patch-ab b/chinese/chinput/files/patch-ab deleted file mode 100644 index c775704..0000000 --- a/chinese/chinput/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Imakefile.orig Tue Sep 12 11:26:03 2000 -+++ src/Imakefile Tue Sep 12 11:26:11 2000 -@@ -37,7 +37,7 @@ - #CCOPTIONS=-g -Wall -Wcast-qual -Wstrict-prototypes - #CCOPTIONS=-g -Wall -Wstrict-prototypes - #CCOPTIONS=-g -Wall -Wmissing-prototypes --CCOPTIONS=-g -Wall -+#CCOPTIONS=-g -Wall - - all:: $(PROGRAMS) - diff --git a/chinese/chinput/pkg-descr b/chinese/chinput/pkg-descr deleted file mode 100644 index 74e2c56..0000000 --- a/chinese/chinput/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ported from Chinput-2.1 on Linux platform . - -Chinese GB,BIG5,Japanese code input server. - --- Peng HaiJie (phj@cn.freebsd.org) diff --git a/chinese/chinput/pkg-plist b/chinese/chinput/pkg-plist deleted file mode 100644 index 6176a83..0000000 --- a/chinese/chinput/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -bin/chinput -bin/txt2tab -bin/tab2txt -share/chinput/pinyin.map -share/chinput/usrphrase.tab -share/chinput/sysphrase.tab -share/chinput/Chinput.ad -share/chinput/Table.cit -share/chinput/doc/CHANGES -share/chinput/doc/API -share/chinput/doc/BUGS -share/chinput/doc/COPYING -share/chinput/doc/FAQ -share/chinput/doc/INSTALL -share/chinput/doc/README -share/chinput/doc/README.znpy -share/chinput/doc/USAGE -share/chinput/doc/TODO -share/chinput/doc/Makefile -share/chinput/input_method/gb/CCDOSPY.cit -share/chinput/input_method/gb/CTLau.cit -share/chinput/input_method/gb/CangJie.cit -share/chinput/input_method/gb/English.cit -share/chinput/input_method/gb/HIRAGANA.cit -share/chinput/input_method/gb/KATAKANA.cit -share/chinput/input_method/gb/MGM.cit -share/chinput/input_method/gb/PY.cit -share/chinput/input_method/gb/Punct.cit -share/chinput/input_method/gb/QJ.cit -share/chinput/input_method/gb/QianMa.cit -share/chinput/input_method/gb/SW.cit -share/chinput/input_method/gb/TONEPY.cit -share/chinput/input_method/gb/Table.cit -share/chinput/input_method/gb/TeleCode.cit -share/chinput/input_method/gb/WuBi.cit -share/chinput/input_method/gb/simple.lx -share/chinput/input_method/big5/4Corner.cit -share/chinput/input_method/big5/ARRAY30.cit -share/chinput/input_method/big5/Boshiamy.cit -share/chinput/input_method/big5/CangJie.cit -share/chinput/input_method/big5/ETZY.cit -share/chinput/input_method/big5/English.cit -share/chinput/input_method/big5/HSU.cit -share/chinput/input_method/big5/PY.cit -share/chinput/input_method/big5/Punct.cit -share/chinput/input_method/big5/QJ.cit -share/chinput/input_method/big5/Simplex.cit -share/chinput/input_method/big5/ZOZY.cit -share/chinput/input_method/big5/simple.lx -share/chinput/input_method/jis/Punct.cit -share/chinput/input_method/jis/QJ.cit -share/chinput/input_method/jis/ROMKANA.cit -share/chinput/input_method/jis/TCODE.cit -share/chinput/input_method/ks/HANGUL.cit -share/chinput/input_method/ks/HANJA.cit -share/chinput/input_method/ks/Punct.cit -share/chinput/input_method/ks/QJ.cit -@dirrm share/chinput/input_method/ks -@dirrm share/chinput/input_method/jis -@dirrm share/chinput/input_method/big5 -@dirrm share/chinput/input_method/gb -@dirrm share/chinput/input_method -@dirrm share/chinput/doc -@dirrm share/chinput diff --git a/chinese/metalist/Makefile b/chinese/metalist/Makefile deleted file mode 100644 index 92863ff..0000000 --- a/chinese/metalist/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -# New ports collection makefile for: metalist -# Date created: 18 March 2002 -# Whom: Autrijus Tang -# -# $FreeBSD$ -# - -PORTNAME= metalist -PORTVERSION= 2.2.6 -PORTREVISION= 11069 -CATEGORIES= chinese www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= slashcode -DISTNAME= slash-${PORTVERSION} - -PATCH_SITES= http://p4.elixus.org/hist/ -PATCHFILES= metalist-${PORTREVISION}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Chinese port of Slash-Like Automatic Storytelling Homepage system - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \ - ${SITE_PERL}/Bundle/Slash.pm:${PORTSDIR}/www/p5-Bundle-Slash \ - ${SITE_PERL}/Locale/Maketext/Lexicon.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ - ${SITE_PERL}/Locale/Maketext/Simple.pm:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - ${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness \ - ${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} - -BROKEN= Installs files outside of install phase -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -.if defined(WITH_OURNET) -CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--default -MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--default -.else -CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip -MAKE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--skip -.endif - -.if defined(WITH_APACHE2) -BROKEN= Broken due the new mod_perl2 API -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 -DEPENDS_ARGS+= WITHOUT_MODPERL=yes -DEPENDS_ARGS+= WITH_MODPERL2=yes -DEPENDS_ARGS+= WITH_APACHE2=yes -DEPENDS_ARGS+= BATCH=yes -.else -BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache/libperl.so:${PORTSDIR}/www/mod_perl -.endif - -DOCS= README README.metalist INSTALL -NO_BUILD= yes -USE_REINPLACE= yes - -CONFLICTS= slash-[0-9]* - -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= FZ.3 Slash.3 Slash::Apache.3 Slash::Apache::Banlist.3 \ - Slash::Apache::Log.3 Slash::Apache::User.3 \ - Slash::Custom::Bulkmail.3 Slash::DB.3 Slash::DB::MySQL.3 \ - Slash::DB::Oracle.3 Slash::DB::PostgreSQL.3 \ - Slash::DB::Static::MySQL.3 Slash::DB::Static::Oracle.3 \ - Slash::DB::Static::PostgreSQL.3 Slash::DB::Utility.3 \ - Slash::Display.3 Slash::Display::Plugin.3 \ - Slash::Display::Provider.3 Slash::Install.3 Slash::Journal.3 \ - Slash::Messages.3 Slash::Messages::DB::MySQL.3 \ - Slash::Search.3 Slash::Test.3 Slash::Utility.3 \ - Slash::Utility::Access.3 Slash::Utility::Anchor.3 \ - Slash::Utility::Data.3 Slash::Utility::Display.3 \ - Slash::Utility::Environment.3 Slash::Utility::System.3 \ - Slash::XML.3 Slash::XML::RSS.3 - -pre-fetch: - @${ECHO} "" - @${ECHO} "You may use the following build options:" - @${ECHO} "" - @${ECHO} " WITH_APACHE2 Use Apache2 as the web server" - @${ECHO} " WITH_OURNET Install support for OurNet::BBS" - @${ECHO} "" - -do-patch: - @${MV} ${WRKSRC} ${WRKDIR}/src - @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${PATCHFILES} ${EXTRACT_AFTER_ARGS}) - @${MV} ${WRKDIR}/src ${WRKSRC} - @(cd ${WRKSRC} && ${PATCH} < ${MASTERDIR}/files/patch-Makefile 2>/dev/null) -.if defined(WITH_APACHE2) - @(cd ${WRKDIR} && ${PATCH} < ${WRKSRC}/slash-2.2.6-modperl2.diff.txt 2>/dev/null) -.endif - @${REINPLACE_CMD} -E -e 's,/usr/local,${PREFIX},g' \ - -e 's,(\$\(PERL\) Makefile.PL),\1 PREFIX=\$$\(PREFIX\),g' \ - ${WRKSRC}/Makefile - -post-install: - @${FIND} ${PREFIX}/slash -name "*.orig" -or -name "*.bak" -delete -.if defined(WITH_APACHE2) - @${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g -e s!%%APACHE%%!apache2!g ${PKGMESSAGE} -.else - @${SED} -e s!%%LOCALBASE%%!${LOCALBASE}!g -e s!%%APACHE%%!apache!g ${PKGMESSAGE} -.endif - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500601 -IGNORE= This program only support perl 5.6.1 or above -.endif - -.include <bsd.port.post.mk> diff --git a/chinese/metalist/distinfo b/chinese/metalist/distinfo deleted file mode 100644 index 37de981..0000000 --- a/chinese/metalist/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (slash-2.2.6.tar.gz) = a9886e1e08e47e0db4f3ba3e750102ff -SIZE (slash-2.2.6.tar.gz) = 584128 -MD5 (metalist-11069.tar.gz) = 785cc8cfe1b84873aff5e42477169db2 -SIZE (metalist-11069.tar.gz) = 720787 diff --git a/chinese/metalist/files/patch-Makefile b/chinese/metalist/files/patch-Makefile deleted file mode 100644 index e6837b4..0000000 --- a/chinese/metalist/files/patch-Makefile +++ /dev/null @@ -1,48 +0,0 @@ ---- Makefile.orig Wed Jul 3 17:22:34 2002 -+++ Makefile Tue Mar 8 15:52:54 2005 -@@ -62,7 +62,7 @@ - slash: - @echo "=== INSTALLING SLASH MODULES ===" - @if [ ! "$(RPM)" ] ; then \ -- (cd Slash; $(PERL) Makefile.PL; make install UNINST=1); \ -+ (cd Slash; $(PERL) Makefile.PL; make all pure_install UNINST=1); \ - else \ - echo " - Performing an RPM build"; \ - (cd Slash; $(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); make install UNINST=1); \ -@@ -77,7 +77,7 @@ - if [ -f Makefile.PL ]; then \ - if [ ! "$(RPM)" ] ; then \ - $(PERL) Makefile.PL; \ -- make install UNINST=1;\ -+ make all pure_install UNINST=1;\ - else \ - echo " - Performing an RPM build."; \ - $(PERL) Makefile.PL INSTALLSITEARCH=$(INSTALLSITEARCH) INSTALLSITELIB=$(INSTALLSITELIB) INSTALLMAN3DIR=$(INSTALLMAN3DIR); \ -@@ -86,7 +86,7 @@ - fi); \ - done) - --all: install -+all: - - install: slash plugins - -@@ -167,15 +167,11 @@ - if [ -d $(INIT) ]; then \ - init=$(INIT); \ - fi; \ -- elif [ -d /etc/init.d ]; then \ -- init=/etc; \ -- elif [ -d /etc/rc.d/init.d ]; then \ -- init=/etc/rc.d; \ -+ elif [ -d /usr/local/etc/rc.d ]; then \ -+ init=/usr/local/etc/rc.d; \ - fi; \ - if [ $$init ]; then \ -- $(INSTALL) utils/slash $$init/init.d/; \ -- ln -s -f ../init.d/slash $$init/rc3.d/S99slash; \ -- ln -s -f ../init.d/slash $$init/rc6.d/K99slash; \ -+ $(INSTALL) utils/slash $$init/slash.sh; \ - else \ - echo "*** Makefile can't determine where your init scripts live."; \ - if [ $$init ]; then \ diff --git a/chinese/metalist/pkg-descr b/chinese/metalist/pkg-descr deleted file mode 100644 index 85d3cbd..0000000 --- a/chinese/metalist/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -Slash -- Slashdot Like Automated Storytelling Homepage -- is the code -that runs Slashdot. More than that, however, Slash is an architecture -for putting together web sites. It comes with functionality for posting -articles, conducting polls, having discussions, and more; but it can be -extended in innumerable ways. - -Slash is written in Perl, and is built on top of Apache and mod_perl. It -requires a database backend, though the only well-supported database -used with it is MySQL (more databases will become well-supported as time -goes on; PostgreSQL support is already well on its way). Slash is fast, -scalable, and secure (as evidenced by one of the best test cases you -could have, running Slashdot itself). - -Through a plugin system, developers can add functionality to Slash. -Through themes and templates (which are written using Template Toolkit), -the look and feel of a Slash site can be customized. - -"Metalist" is the code name of a Traditional Chinese port of Slash, with -added functionalities and plug-ins. - -WWW: http://meta.elixus.org/ diff --git a/chinese/metalist/pkg-message b/chinese/metalist/pkg-message deleted file mode 100644 index 794c771..0000000 --- a/chinese/metalist/pkg-message +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################## - -===> Metalist post-port installation instructions: - - To complete the installation of this port, please perform following actions - as root (the "virtual user" should be the same as p5-DBIx-Password): - - mysqladmin -u root create slash # "slash" is your database name - echo "Include %%LOCALBASE%%/slash/httpd/slash.conf" \ - >> %%LOCALBASE%%/etc/%%APACHE%%/httpd.conf # or manually insert this line - cd %%LOCALBASE%%/slash # change to the slash directory - bin/install-slashsite -u slash # "slash" is virtual user's name - apachectl restart # restarts the apache server - %%LOCALBASE%%/etc/rc.d/slash.sh start # start the "slashd" daemon - - Note that the "install-slashsite" script will ask you of a "theme"; - we recommend the CSS-based, fully internationalized "Elixss" theme. - However, if your site uses Traditional Chinese only, the "metalist" - theme will also do. - -############################################################################## diff --git a/chinese/metalist/pkg-plist b/chinese/metalist/pkg-plist deleted file mode 100644 index 76d616f..0000000 --- a/chinese/metalist/pkg-plist +++ /dev/null @@ -1,1043 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Apache/Apache.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Apache/Apache.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Apache/User/User.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Apache/User/User.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Apache/User/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Apache/autosplit.ix -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Journal/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Search/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/Messages/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/XML/FZ.pm/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Slash/OurNet/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/wiki.pl/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/Slash.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Apache.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Display.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Install.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Test.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Utility.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/XML.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Apache/Banlist.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Apache/Log.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Apache/User.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Custom/Bulkmail.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB/MySQL.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB/Oracle.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB/PostgreSQL.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB/Utility.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB/Static/MySQL.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB/Static/Oracle.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/DB/Static/PostgreSQL.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Display/Plugin.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Display/Provider.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Utility/Access.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Utility/Anchor.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Utility/Data.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Utility/Display.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Utility/Environment.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/Utility/System.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Slash/XML/RSS.pm -%%SITE_PERL%%/Slash/Journal.pm -%%SITE_PERL%%/Slash/Search.pm -%%SITE_PERL%%/Slash/Messages.pm -%%SITE_PERL%%/Slash/Messages/DB/MySQL.pm -%%SITE_PERL%%/Slash/XML/FZ.pm -%%SITE_PERL%%/Slash/trapped.pl -%%SITE_PERL%%/Slash/ournet.pl -%%SITE_PERL%%/Slash/OurNet.pm -%%SITE_PERL%%/Slash/OurNet/Standalone.pm -%%SITE_PERL%%/wiki.pl -slash/themes/slashcode/templates/yourPendingSubs;submit;default -slash/themes/slashcode/templates/vote;pollBooth;default -slash/themes/slashcode/templates/users;menu;default -slash/themes/slashcode/templates/userlogin;misc;default -slash/themes/slashcode/templates/userInfo;users;default -slash/themes/slashcode/templates/undo_mod;comments;default -slash/themes/slashcode/templates/topics;menu;default -slash/themes/slashcode/templates/topTopics;topics;default -slash/themes/slashcode/templates/topAbusers;users;default -slash/themes/slashcode/templates/titles;users;default -slash/themes/slashcode/templates/titlebar;misc;light -slash/themes/slashcode/templates/titlebar;misc;default -slash/themes/slashcode/templates/tildeEd;users;default -slash/themes/slashcode/templates/three;misc;default -slash/themes/slashcode/templates/subEdUser;submit;default -slash/themes/slashcode/templates/subEdTable;submit;default -slash/themes/slashcode/templates/subEdAdmin;submit;default -slash/themes/slashcode/templates/storylink;index;light -slash/themes/slashcode/templates/storylink;index;default -slash/themes/slashcode/templates/ssihead;misc;default -slash/themes/slashcode/templates/ssifoot;misc;default -slash/themes/slashcode/templates/showInfoConflict;users;default -slash/themes/slashcode/templates/sendPasswdForm;users;default -slash/themes/slashcode/templates/selectThreshLabel;misc;default -slash/themes/slashcode/templates/select;misc;default -slash/themes/slashcode/templates/sectionisolate;misc;default -slash/themes/slashcode/templates/sectionindexd;misc;default -slash/themes/slashcode/templates/savepoll;pollBooth;default -slash/themes/slashcode/templates/saveSub;submit;default -slash/themes/slashcode/templates/rereg_mail;messages;default -slash/themes/slashcode/templates/regResult;users;default -slash/themes/slashcode/templates/recentTopics;misc;default -slash/themes/slashcode/templates/reRegisterMail;messages;default -slash/themes/slashcode/templates/printCommentsMain;misc;default -slash/themes/slashcode/templates/printCommNoArchive;misc;default -slash/themes/slashcode/templates/printCommComments;misc;default -slash/themes/slashcode/templates/preview_comm;comments;default -slash/themes/slashcode/templates/previewSlashbox;users;default -slash/themes/slashcode/templates/previewForm;submit;default -slash/themes/slashcode/templates/portalmap;misc;default -slash/themes/slashcode/templates/portalboxtitle;misc;default -slash/themes/slashcode/templates/pollbooth;misc;default -slash/themes/slashcode/templates/organisation;misc;default -slash/themes/slashcode/templates/newdiscussion;comments;default -slash/themes/slashcode/templates/newUserForm;users;default -slash/themes/slashcode/templates/netIDInfo;users;default -slash/themes/slashcode/templates/motd;misc;default -slash/themes/slashcode/templates/moderation;comments;default -slash/themes/slashcode/templates/mod_header;comments;default -slash/themes/slashcode/templates/mod_footer;comments;default -slash/themes/slashcode/templates/modCommentLog;misc;default -slash/themes/slashcode/templates/miniAdminMenu;users;default -slash/themes/slashcode/templates/metaModerate;metamod;default -slash/themes/slashcode/templates/messages;users;default -slash/themes/slashcode/templates/mainmenu;misc;default -slash/themes/slashcode/templates/main;authors;default -slash/themes/slashcode/templates/main;404;default -slash/themes/slashcode/templates/loginForm;users;default -slash/themes/slashcode/templates/lockTest;misc;default -slash/themes/slashcode/templates/listpolls;pollBooth;default -slash/themes/slashcode/templates/listTopics;topics;default -slash/themes/slashcode/templates/listSections;sections;default -slash/themes/slashcode/templates/listReadOnly;users;default -slash/themes/slashcode/templates/listBanned;users;default -slash/themes/slashcode/templates/listAbuses;admin;default -slash/themes/slashcode/templates/linkStory;misc;default -slash/themes/slashcode/templates/linkCommentPages;misc;default -slash/themes/slashcode/templates/linkComment;misc;default -slash/themes/slashcode/templates/isEligible;metamod;default -slash/themes/slashcode/templates/index;index;light -slash/themes/slashcode/templates/index;index;default -slash/themes/slashcode/templates/html-redirect;misc;default -slash/themes/slashcode/templates/html-header;misc;default -slash/themes/slashcode/templates/header;misc;light -slash/themes/slashcode/templates/header;misc;default -slash/themes/slashcode/templates/header;misc;admin -slash/themes/slashcode/templates/getUserAdmin;users;default -slash/themes/slashcode/templates/getOlderStories;misc;default -slash/themes/slashcode/templates/genQuickies;submit;default -slash/themes/slashcode/templates/formkeyErrors;misc;default -slash/themes/slashcode/templates/formbox;misc;default -slash/themes/slashcode/templates/formLabel;misc;default -slash/themes/slashcode/templates/footer;misc;light -slash/themes/slashcode/templates/footer;misc;default -slash/themes/slashcode/templates/footer;misc;admin -slash/themes/slashcode/templates/fancybox;misc;light -slash/themes/slashcode/templates/fancybox;misc;default -slash/themes/slashcode/templates/errors;users;default -slash/themes/slashcode/templates/errors;comments;default -slash/themes/slashcode/templates/editpoll;pollBooth;default -slash/themes/slashcode/templates/edit_comment;comments;default -slash/themes/slashcode/templates/editUser;users;default -slash/themes/slashcode/templates/editSection;sections;default -slash/themes/slashcode/templates/editMiscOpts;users;default -slash/themes/slashcode/templates/editKey;users;default -slash/themes/slashcode/templates/editHome;users;default -slash/themes/slashcode/templates/editComm;users;default -slash/themes/slashcode/templates/displayThread;misc;default -slash/themes/slashcode/templates/displayForm;users;default -slash/themes/slashcode/templates/displayForm;submit;default -slash/themes/slashcode/templates/display;article;default -slash/themes/slashcode/templates/dispTheComments;metamod;default -slash/themes/slashcode/templates/dispStory;misc;light -slash/themes/slashcode/templates/dispStory;misc;default -slash/themes/slashcode/templates/dispLinkComment;misc;default -slash/themes/slashcode/templates/dispComment;misc;light -slash/themes/slashcode/templates/dispComment;misc;default -slash/themes/slashcode/templates/discuss_list;comments;default -slash/themes/slashcode/templates/discreate;comments;default -slash/themes/slashcode/templates/deleted_cids;comments;default -slash/themes/slashcode/templates/del_message;comments;default -slash/themes/slashcode/templates/delSection;sections;default -slash/themes/slashcode/templates/delSectConfirm;sections;default -slash/themes/slashcode/templates/delSectCancel;sections;default -slash/themes/slashcode/templates/data;topics;default -slash/themes/slashcode/templates/data;submit;default -slash/themes/slashcode/templates/data;sections;default -slash/themes/slashcode/templates/data;pollBooth;default -slash/themes/slashcode/templates/data;misc;default -slash/themes/slashcode/templates/data;metamod;default -slash/themes/slashcode/templates/data;index;default -slash/themes/slashcode/templates/data;comments;default -slash/themes/slashcode/templates/data;article;default -slash/themes/slashcode/templates/currentAdminUsers;misc;default -slash/themes/slashcode/templates/comment_submit;comments;default -slash/themes/slashcode/templates/changePasswd;users;default -slash/themes/slashcode/templates/admin;menu;default -slash/themes/slashcode/tasks/spamarmor.pl -slash/themes/slashcode/tasks/set_recent_topics.pl -slash/themes/slashcode/tasks/run_portald.pl -slash/themes/slashcode/tasks/run_moderatord.pl -slash/themes/slashcode/tasks/refresh_authors_cache.pl -slash/themes/slashcode/tasks/p2f_hof_topics.pl -slash/themes/slashcode/tasks/open_backend.pl -slash/themes/slashcode/tasks/new_motd.pl -slash/themes/slashcode/tasks/new_headfoot.pl -slash/themes/slashcode/tasks/freshenup.pl -slash/themes/slashcode/tasks/flush_formkeys.pl -slash/themes/slashcode/tasks/expire.pl -slash/themes/slashcode/tasks/daily_forget.pl -slash/themes/slashcode/tasks/daily_archive.pl -slash/themes/slashcode/tasks/daily.pl -slash/themes/slashcode/tasks/counthits.pl -slash/themes/slashcode/tasks/adminmail.pl -slash/themes/slashcode/sql/postgresql/prep.sql -slash/themes/slashcode/sql/postgresql/datadump.sql -slash/themes/slashcode/sql/mysql/prep.sql -slash/themes/slashcode/sql/mysql/datadump.sql -slash/themes/slashcode/misc/spamarmors -slash/themes/slashcode/htdocs/users.pl -slash/themes/slashcode/htdocs/topics.pl -slash/themes/slashcode/htdocs/submit.pl -slash/themes/slashcode/htdocs/slashguide.shtml -slash/themes/slashcode/htdocs/sections.pl -slash/themes/slashcode/htdocs/pollBooth.pl -slash/themes/slashcode/htdocs/moderation.shtml -slash/themes/slashcode/htdocs/metamod.pl -slash/themes/slashcode/htdocs/index.pl -slash/themes/slashcode/htdocs/images/wr_cccccc.gif -slash/themes/slashcode/htdocs/images/wr.gif -slash/themes/slashcode/htdocs/images/wl_cccccc.gif -slash/themes/slashcode/htdocs/images/wl.gif -slash/themes/slashcode/htdocs/images/topics/topicslashdot.gif -slash/themes/slashcode/htdocs/images/topics/topicslash.gif -slash/themes/slashcode/htdocs/images/topics/topicnews.gif -slash/themes/slashcode/htdocs/images/topics/topiclinux.gif -slash/themes/slashcode/htdocs/images/topics/topiceditorial.gif -slash/themes/slashcode/htdocs/images/topics/topicbug.jpg -slash/themes/slashcode/htdocs/images/srs.gif -slash/themes/slashcode/htdocs/images/sr.gif -slash/themes/slashcode/htdocs/images/slr.gif -slash/themes/slashcode/htdocs/images/slashslogan.gif -slash/themes/slashcode/htdocs/images/slashlogo.gif -slash/themes/slashcode/htdocs/images/slashhead.gif -slash/themes/slashcode/htdocs/images/sl.gif -slash/themes/slashcode/htdocs/images/sdlogo.gif -slash/themes/slashcode/htdocs/images/sbs.gif -slash/themes/slashcode/htdocs/images/rightbar.gif -slash/themes/slashcode/htdocs/images/portalmap.gif -slash/themes/slashcode/htdocs/images/pix.gif -slash/themes/slashcode/htdocs/images/mainbar.gif -slash/themes/slashcode/htdocs/images/line-corner.gif -slash/themes/slashcode/htdocs/images/line-bg.gif -slash/themes/slashcode/htdocs/images/leftbar.gif -slash/themes/slashcode/htdocs/images/icondiv2.gif -slash/themes/slashcode/htdocs/images/icondiv.gif -slash/themes/slashcode/htdocs/images/greendot.gif -slash/themes/slashcode/htdocs/images/gr.gif -slash/themes/slashcode/htdocs/images/gl.gif -slash/themes/slashcode/htdocs/images/cr.gif -slash/themes/slashcode/htdocs/images/cl.gif -slash/themes/slashcode/htdocs/images/bsr.gif -slash/themes/slashcode/htdocs/images/bsbr.gif -slash/themes/slashcode/htdocs/images/bsb.gif -slash/themes/slashcode/htdocs/images/admin_bracket.gif -slash/themes/slashcode/htdocs/images/660000.gif -slash/themes/slashcode/htdocs/faq.shtml -slash/themes/slashcode/htdocs/comments.pl -slash/themes/slashcode/htdocs/authors.pl -slash/themes/slashcode/htdocs/article.pl -slash/themes/slashcode/htdocs/about.shtml -slash/themes/slashcode/htdocs/404.pl -slash/themes/slashcode/THEME -slash/themes/metalist/templates/yourPendingSubs;submit;default -slash/themes/metalist/templates/vote;pollBooth;default -slash/themes/metalist/templates/users;menu;default -slash/themes/metalist/templates/userlogin;misc;default -slash/themes/metalist/templates/userInfo;users;default -slash/themes/metalist/templates/undo_mod;comments;default -slash/themes/metalist/templates/topics;menu;default -slash/themes/metalist/templates/topTopics;topics;default -slash/themes/metalist/templates/topAbusers;users;default -slash/themes/metalist/templates/titles;users;default -slash/themes/metalist/templates/titlebar;misc;light -slash/themes/metalist/templates/titlebar;misc;default -slash/themes/metalist/templates/tildeEd;users;default -slash/themes/metalist/templates/three;misc;default -slash/themes/metalist/templates/subEdUser;submit;default -slash/themes/metalist/templates/subEdTable;submit;default -slash/themes/metalist/templates/subEdAdmin;submit;default -slash/themes/metalist/templates/storylink;index;light -slash/themes/metalist/templates/storylink;index;default -slash/themes/metalist/templates/ssihead;misc;default -slash/themes/metalist/templates/ssifoot;misc;default -slash/themes/metalist/templates/showInfoConflict;users;default -slash/themes/metalist/templates/sendPasswdForm;users;default -slash/themes/metalist/templates/selectThreshLabel;misc;default -slash/themes/metalist/templates/select;misc;default -slash/themes/metalist/templates/sectionisolate;misc;default -slash/themes/metalist/templates/sectionindexd;misc;default -slash/themes/metalist/templates/savepoll;pollBooth;default -slash/themes/metalist/templates/saveSub;submit;default -slash/themes/metalist/templates/rereg_mail;messages;default -slash/themes/metalist/templates/regResult;users;default -slash/themes/metalist/templates/recentTopics;misc;default -slash/themes/metalist/templates/reRegisterMail;messages;default -slash/themes/metalist/templates/printCommentsMain;misc;default -slash/themes/metalist/templates/printCommNoArchive;misc;default -slash/themes/metalist/templates/printCommComments;misc;default -slash/themes/metalist/templates/preview_comm;comments;default -slash/themes/metalist/templates/previewSlashbox;users;default -slash/themes/metalist/templates/previewForm;submit;default -slash/themes/metalist/templates/portalmap;misc;default -slash/themes/metalist/templates/portalboxtitle;misc;default -slash/themes/metalist/templates/pollbooth;misc;default -slash/themes/metalist/templates/organisation;misc;default -slash/themes/metalist/templates/newdiscussion;comments;default -slash/themes/metalist/templates/newUserForm;users;default -slash/themes/metalist/templates/netIDInfo;users;default -slash/themes/metalist/templates/motd;misc;default -slash/themes/metalist/templates/moderation;comments;default -slash/themes/metalist/templates/mod_header;comments;default -slash/themes/metalist/templates/mod_footer;comments;default -slash/themes/metalist/templates/modCommentLog;misc;default -slash/themes/metalist/templates/miniAdminMenu;users;default -slash/themes/metalist/templates/metaModerate;metamod;default -slash/themes/metalist/templates/messages;users;default -slash/themes/metalist/templates/mainmenu;misc;default -slash/themes/metalist/templates/main;authors;default -slash/themes/metalist/templates/main;404;default -slash/themes/metalist/templates/loginForm;users;default -slash/themes/metalist/templates/lockTest;misc;default -slash/themes/metalist/templates/listpolls;pollBooth;default -slash/themes/metalist/templates/listTopics;topics;default -slash/themes/metalist/templates/listSections;sections;default -slash/themes/metalist/templates/listReadOnly;users;default -slash/themes/metalist/templates/listBanned;users;default -slash/themes/metalist/templates/listAbuses;admin;default -slash/themes/metalist/templates/linkStory;misc;default -slash/themes/metalist/templates/linkCommentPages;misc;default -slash/themes/metalist/templates/linkComment;misc;default -slash/themes/metalist/templates/isEligible;metamod;default -slash/themes/metalist/templates/index;index;light -slash/themes/metalist/templates/index;index;default -slash/themes/metalist/templates/html-redirect;misc;default -slash/themes/metalist/templates/html-header;misc;default -slash/themes/metalist/templates/header;misc;light -slash/themes/metalist/templates/header;misc;default -slash/themes/metalist/templates/header;misc;admin -slash/themes/metalist/templates/getUserAdmin;users;default -slash/themes/metalist/templates/getOlderStories;misc;default -slash/themes/metalist/templates/genQuickies;submit;default -slash/themes/metalist/templates/formkeyErrors;misc;default -slash/themes/metalist/templates/formbox;misc;default -slash/themes/metalist/templates/formLabel;misc;default -slash/themes/metalist/templates/footer;misc;light -slash/themes/metalist/templates/footer;misc;default -slash/themes/metalist/templates/footer;misc;admin -slash/themes/metalist/templates/fancybox;misc;light -slash/themes/metalist/templates/fancybox;misc;default -slash/themes/metalist/templates/errors;users;default -slash/themes/metalist/templates/errors;comments;default -slash/themes/metalist/templates/editpoll;pollBooth;default -slash/themes/metalist/templates/edit_comment;comments;default -slash/themes/metalist/templates/editUser;users;default -slash/themes/metalist/templates/editSection;sections;default -slash/themes/metalist/templates/editMiscOpts;users;default -slash/themes/metalist/templates/editKey;users;default -slash/themes/metalist/templates/editHome;users;default -slash/themes/metalist/templates/editComm;users;default -slash/themes/metalist/templates/displayThread;misc;default -slash/themes/metalist/templates/displayForm;users;default -slash/themes/metalist/templates/displayForm;submit;default -slash/themes/metalist/templates/display;article;default -slash/themes/metalist/templates/dispTheComments;metamod;default -slash/themes/metalist/templates/dispStory;misc;light -slash/themes/metalist/templates/dispStory;misc;default -slash/themes/metalist/templates/dispLinkComment;misc;default -slash/themes/metalist/templates/dispComment;misc;light -slash/themes/metalist/templates/dispComment;misc;default -slash/themes/metalist/templates/discuss_list;comments;default -slash/themes/metalist/templates/discreate;comments;default -slash/themes/metalist/templates/deleted_cids;comments;default -slash/themes/metalist/templates/del_message;comments;default -slash/themes/metalist/templates/delSection;sections;default -slash/themes/metalist/templates/delSectConfirm;sections;default -slash/themes/metalist/templates/delSectCancel;sections;default -slash/themes/metalist/templates/data;topics;default -slash/themes/metalist/templates/data;submit;default -slash/themes/metalist/templates/data;sections;default -slash/themes/metalist/templates/data;pollBooth;default -slash/themes/metalist/templates/data;misc;default -slash/themes/metalist/templates/data;metamod;default -slash/themes/metalist/templates/data;index;default -slash/themes/metalist/templates/data;comments;default -slash/themes/metalist/templates/data;article;default -slash/themes/metalist/templates/currentAdminUsers;misc;default -slash/themes/metalist/templates/comment_submit;comments;default -slash/themes/metalist/templates/changePasswd;users;default -slash/themes/metalist/templates/admin;menu;default -slash/themes/metalist/tasks/spamarmor.pl -slash/themes/metalist/tasks/set_recent_topics.pl -slash/themes/metalist/tasks/run_portald.pl -slash/themes/metalist/tasks/run_moderatord.pl -slash/themes/metalist/tasks/refresh_authors_cache.pl -slash/themes/metalist/tasks/p2f_hof_topics.pl -slash/themes/metalist/tasks/open_backend.pl -slash/themes/metalist/tasks/new_motd.pl -slash/themes/metalist/tasks/new_headfoot.pl -slash/themes/metalist/tasks/freshenup.pl -slash/themes/metalist/tasks/flush_formkeys.pl -slash/themes/metalist/tasks/expire.pl -slash/themes/metalist/tasks/daily_forget.pl -slash/themes/metalist/tasks/daily_archive.pl -slash/themes/metalist/tasks/daily.pl -slash/themes/metalist/tasks/counthits.pl -slash/themes/metalist/tasks/adminmail.pl -slash/themes/metalist/sql/mysql/prep.sql -slash/themes/metalist/sql/mysql/datadump.sql -slash/themes/metalist/misc/spamarmors -slash/themes/metalist/htdocs/users.pl -slash/themes/metalist/htdocs/topics.pl -slash/themes/metalist/htdocs/submit.pl -slash/themes/metalist/htdocs/slashguide.shtml -slash/themes/metalist/htdocs/sections.pl -slash/themes/metalist/htdocs/pollBooth.pl -slash/themes/metalist/htdocs/moderation.shtml -slash/themes/metalist/htdocs/metamod.pl -slash/themes/metalist/htdocs/index.pl -slash/themes/metalist/htdocs/images/wr_cccccc.gif -slash/themes/metalist/htdocs/images/wr.gif -slash/themes/metalist/htdocs/images/wl_cccccc.gif -slash/themes/metalist/htdocs/images/wl.gif -slash/themes/metalist/htdocs/images/topics/topicwto.gif -slash/themes/metalist/htdocs/images/topics/topictech2.jpg -slash/themes/metalist/htdocs/images/topics/topicslashdot.gif -slash/themes/metalist/htdocs/images/topics/topicslashback.gif -slash/themes/metalist/htdocs/images/topics/topicslash.gif -slash/themes/metalist/htdocs/images/topics/topicrights.gif -slash/themes/metalist/htdocs/images/topics/topicquickies.gif -slash/themes/metalist/htdocs/images/topics/topicpilot.gif -slash/themes/metalist/htdocs/images/topics/topicnews.gif -slash/themes/metalist/htdocs/images/topics/topicnettime.gif -slash/themes/metalist/htdocs/images/topics/topicmusic.gif -slash/themes/metalist/htdocs/images/topics/topicmovies.gif -slash/themes/metalist/htdocs/images/topics/topicmic.gif -slash/themes/metalist/htdocs/images/topics/topicmetalist.gif -slash/themes/metalist/htdocs/images/topics/topicmelix.gif -slash/themes/metalist/htdocs/images/topics/topicmedia.gif -slash/themes/metalist/htdocs/images/topics/topiclinux.gif -slash/themes/metalist/htdocs/images/topics/topicliberty.gif -slash/themes/metalist/htdocs/images/topics/topichumor.gif -slash/themes/metalist/htdocs/images/topics/topichardware.gif -slash/themes/metalist/htdocs/images/topics/topichacker.gif -slash/themes/metalist/htdocs/images/topics/topicgraphics3.gif -slash/themes/metalist/htdocs/images/topics/topicgames.jpg -slash/themes/metalist/htdocs/images/topics/topicfreelancer.gif -slash/themes/metalist/htdocs/images/topics/topicencryption.gif -slash/themes/metalist/htdocs/images/topics/topicelixus.gif -slash/themes/metalist/htdocs/images/topics/topiceditorial.gif -slash/themes/metalist/htdocs/images/topics/topiccensorship.gif -slash/themes/metalist/htdocs/images/topics/topicbug.jpg -slash/themes/metalist/htdocs/images/topics/topicbooks.gif -slash/themes/metalist/htdocs/images/topics/topicask.gif -slash/themes/metalist/htdocs/images/topics/topicannouncements.gif -slash/themes/metalist/htdocs/images/topics/quicklinks.gif -slash/themes/metalist/htdocs/images/srs.gif -slash/themes/metalist/htdocs/images/sr.gif -slash/themes/metalist/htdocs/images/slr.gif -slash/themes/metalist/htdocs/images/slashslogan.gif -slash/themes/metalist/htdocs/images/slashlogo.gif -slash/themes/metalist/htdocs/images/slashhead.gif -slash/themes/metalist/htdocs/images/sl.gif -slash/themes/metalist/htdocs/images/sdlogo.gif -slash/themes/metalist/htdocs/images/sbs.gif -slash/themes/metalist/htdocs/images/rightbar.gif -slash/themes/metalist/htdocs/images/portalmap.gif -slash/themes/metalist/htdocs/images/pix.gif -slash/themes/metalist/htdocs/images/metalist_small.gif -slash/themes/metalist/htdocs/images/metalist.gif -slash/themes/metalist/htdocs/images/mainbar.gif -slash/themes/metalist/htdocs/images/line-corner.gif -slash/themes/metalist/htdocs/images/line-bg.gif -slash/themes/metalist/htdocs/images/leftbar.gif -slash/themes/metalist/htdocs/images/icondiv2.gif -slash/themes/metalist/htdocs/images/icondiv.gif -slash/themes/metalist/htdocs/images/greendot.gif -slash/themes/metalist/htdocs/images/gr.gif -slash/themes/metalist/htdocs/images/gl.gif -slash/themes/metalist/htdocs/images/cr.gif -slash/themes/metalist/htdocs/images/cl.gif -slash/themes/metalist/htdocs/images/bsr.gif -slash/themes/metalist/htdocs/images/bsbr.gif -slash/themes/metalist/htdocs/images/bsb.gif -slash/themes/metalist/htdocs/images/admin_bracket.gif -slash/themes/metalist/htdocs/images/660000.gif -slash/themes/metalist/htdocs/hof.pl -slash/themes/metalist/htdocs/faq.shtml -slash/themes/metalist/htdocs/comments.pl -slash/themes/metalist/htdocs/authors.pl -slash/themes/metalist/htdocs/article.pl -slash/themes/metalist/htdocs/about.shtml -slash/themes/metalist/htdocs/404.pl -slash/themes/metalist/THEME -slash/themes/Elixss/tasks/spamarmor.pl -slash/themes/Elixss/tasks/counthits.pl -slash/themes/Elixss/tasks/daily.pl -slash/themes/Elixss/tasks/daily_archive.pl -slash/themes/Elixss/tasks/daily_forget.pl -slash/themes/Elixss/tasks/expire.pl -slash/themes/Elixss/tasks/flush_formkeys.pl -slash/themes/Elixss/tasks/freshenup.pl -slash/themes/Elixss/tasks/new_headfoot.pl -slash/themes/Elixss/tasks/new_motd.pl -slash/themes/Elixss/tasks/open_backend.pl -slash/themes/Elixss/tasks/p2f_hof_topics.pl -slash/themes/Elixss/tasks/refresh_authors_cache.pl -slash/themes/Elixss/tasks/run_moderatord.pl -slash/themes/Elixss/tasks/run_portald.pl -slash/themes/Elixss/tasks/set_recent_topics.pl -slash/themes/Elixss/tasks/adminmail.pl -slash/themes/Elixss/htdocs/images/topics/topicbug.jpg -slash/themes/Elixss/htdocs/images/topics/topiceditorial.gif -slash/themes/Elixss/htdocs/images/topics/topiclinux.gif -slash/themes/Elixss/htdocs/images/topics/topicnews.gif -slash/themes/Elixss/htdocs/images/topics/topicslash.gif -slash/themes/Elixss/htdocs/images/topics/topicslashdot.gif -slash/themes/Elixss/htdocs/images/zen-blossoms.jpg -slash/themes/Elixss/htdocs/images/zen-paper-bg.jpg -slash/themes/Elixss/htdocs/images/zen-bg.jpg -slash/themes/Elixss/htdocs/images/bsb.gif -slash/themes/Elixss/htdocs/images/bsbr.gif -slash/themes/Elixss/htdocs/images/bsr.gif -slash/themes/Elixss/htdocs/images/cl.gif -slash/themes/Elixss/htdocs/images/cr.gif -slash/themes/Elixss/htdocs/images/gl.gif -slash/themes/Elixss/htdocs/images/gr.gif -slash/themes/Elixss/htdocs/images/greendot.gif -slash/themes/Elixss/htdocs/images/icondiv.gif -slash/themes/Elixss/htdocs/images/icondiv2.gif -slash/themes/Elixss/htdocs/images/leftbar.gif -slash/themes/Elixss/htdocs/images/line-bg.gif -slash/themes/Elixss/htdocs/images/line-corner.gif -slash/themes/Elixss/htdocs/images/mainbar.gif -slash/themes/Elixss/htdocs/images/pix.gif -slash/themes/Elixss/htdocs/images/portalmap.gif -slash/themes/Elixss/htdocs/images/660000.gif -slash/themes/Elixss/htdocs/images/rightbar.gif -slash/themes/Elixss/htdocs/images/sbs.gif -slash/themes/Elixss/htdocs/images/sdlogo.gif -slash/themes/Elixss/htdocs/images/sl.gif -slash/themes/Elixss/htdocs/images/slashhead.gif -slash/themes/Elixss/htdocs/images/slashlogo.gif -slash/themes/Elixss/htdocs/images/slashslogan.gif -slash/themes/Elixss/htdocs/images/slr.gif -slash/themes/Elixss/htdocs/images/sr.gif -slash/themes/Elixss/htdocs/images/srs.gif -slash/themes/Elixss/htdocs/images/wl.gif -slash/themes/Elixss/htdocs/images/wl_cccccc.gif -slash/themes/Elixss/htdocs/images/wr.gif -slash/themes/Elixss/htdocs/images/wr_cccccc.gif -slash/themes/Elixss/htdocs/images/potshead_grey.gif -slash/themes/Elixss/htdocs/images/admin_bracket.gif -slash/themes/Elixss/htdocs/about.shtml -slash/themes/Elixss/htdocs/article.pl -slash/themes/Elixss/htdocs/authors.pl -slash/themes/Elixss/htdocs/comments.pl -slash/themes/Elixss/htdocs/default.css -slash/themes/Elixss/htdocs/faq.shtml -slash/themes/Elixss/htdocs/index.pl -slash/themes/Elixss/htdocs/metamod.pl -slash/themes/Elixss/htdocs/moderation.shtml -slash/themes/Elixss/htdocs/pollBooth.pl -slash/themes/Elixss/htdocs/sections.pl -slash/themes/Elixss/htdocs/slashguide.shtml -slash/themes/Elixss/htdocs/submit.pl -slash/themes/Elixss/htdocs/topics.pl -slash/themes/Elixss/htdocs/users.pl -slash/themes/Elixss/htdocs/SetStyle.js -slash/themes/Elixss/htdocs/admin.css -slash/themes/Elixss/htdocs/common.css -slash/themes/Elixss/htdocs/elixss.css -slash/themes/Elixss/htdocs/styles-autrijus.css -slash/themes/Elixss/htdocs/styles-clean.css -slash/themes/Elixss/htdocs/404.pl -slash/themes/Elixss/htdocs/styles-elixus.css -slash/themes/Elixss/htdocs/styles-geogiablue.css -slash/themes/Elixss/htdocs/styles-gettysburg.css -slash/themes/Elixss/htdocs/styles-hcchien.css -slash/themes/Elixss/htdocs/styles-hidaka.css -slash/themes/Elixss/htdocs/styles-hlb.css -slash/themes/Elixss/htdocs/styles-ilyagram.css -slash/themes/Elixss/htdocs/styles-ipagram.css -slash/themes/Elixss/htdocs/styles-jedi.css -slash/themes/Elixss/htdocs/styles-mt-new.css -slash/themes/Elixss/htdocs/styles-narya.css -slash/themes/Elixss/htdocs/styles-nenya.css -slash/themes/Elixss/htdocs/styles-rusty.css -slash/themes/Elixss/htdocs/styles-slashdot.css -slash/themes/Elixss/htdocs/styles-stormy.css -slash/themes/Elixss/htdocs/styles-trendy.css -slash/themes/Elixss/htdocs/styles-twblog.css -slash/themes/Elixss/htdocs/styles-vilya.css -slash/themes/Elixss/htdocs/styles-winsoncafe.css -slash/themes/Elixss/htdocs/styles-zonble.css -slash/themes/Elixss/htdocs/styles-csszen.css -slash/themes/Elixss/misc/spamarmors -slash/themes/Elixss/misc/extract.pl -slash/themes/Elixss/misc/messages.po -slash/themes/Elixss/misc/zh_cn.po -slash/themes/Elixss/misc/zh_tw.po -slash/themes/Elixss/templates/yourPendingSubs;submit;default -slash/themes/Elixss/templates/changePasswd;users;default -slash/themes/Elixss/templates/comment_submit;comments;default -slash/themes/Elixss/templates/currentAdminUsers;misc;default -slash/themes/Elixss/templates/data;article;default -slash/themes/Elixss/templates/data;comments;default -slash/themes/Elixss/templates/data;index;default -slash/themes/Elixss/templates/data;metamod;default -slash/themes/Elixss/templates/data;misc;default -slash/themes/Elixss/templates/data;pollBooth;default -slash/themes/Elixss/templates/data;sections;default -slash/themes/Elixss/templates/data;submit;default -slash/themes/Elixss/templates/data;topics;default -slash/themes/Elixss/templates/delSectCancel;sections;default -slash/themes/Elixss/templates/dispComment;misc;light -slash/themes/Elixss/templates/delSectConfirm;sections;default -slash/themes/Elixss/templates/delSection;sections;default -slash/themes/Elixss/templates/del_message;comments;default -slash/themes/Elixss/templates/deleted_cids;comments;default -slash/themes/Elixss/templates/discreate;comments;default -slash/themes/Elixss/templates/discuss_list;comments;default -slash/themes/Elixss/templates/dispComment;misc;default -slash/themes/Elixss/templates/dispLinkComment;misc;default -slash/themes/Elixss/templates/dispStory;misc;default -slash/themes/Elixss/templates/dispStory;misc;light -slash/themes/Elixss/templates/dispTheComments;metamod;default -slash/themes/Elixss/templates/display;article;default -slash/themes/Elixss/templates/displayForm;submit;default -slash/themes/Elixss/templates/editComm;users;default -slash/themes/Elixss/templates/displayForm;users;default -slash/themes/Elixss/templates/displayThread;misc;default -slash/themes/Elixss/templates/editHome;users;default -slash/themes/Elixss/templates/editKey;users;default -slash/themes/Elixss/templates/editMiscOpts;users;default -slash/themes/Elixss/templates/editSection;sections;default -slash/themes/Elixss/templates/editUser;users;default -slash/themes/Elixss/templates/edit_comment;comments;default -slash/themes/Elixss/templates/editpoll;pollBooth;default -slash/themes/Elixss/templates/errors;comments;default -slash/themes/Elixss/templates/errors;users;default -slash/themes/Elixss/templates/fancybox;misc;default -slash/themes/Elixss/templates/fancybox;misc;light -slash/themes/Elixss/templates/footer;misc;admin -slash/themes/Elixss/templates/footer;misc;default -slash/themes/Elixss/templates/footer;misc;light -slash/themes/Elixss/templates/formLabel;misc;default -slash/themes/Elixss/templates/formbox;misc;default -slash/themes/Elixss/templates/formkeyErrors;misc;default -slash/themes/Elixss/templates/genQuickies;submit;default -slash/themes/Elixss/templates/getOlderStories;misc;default -slash/themes/Elixss/templates/getUserAdmin;users;default -slash/themes/Elixss/templates/header;misc;admin -slash/themes/Elixss/templates/header;misc;default -slash/themes/Elixss/templates/header;misc;light -slash/themes/Elixss/templates/html-header;misc;default -slash/themes/Elixss/templates/html-redirect;misc;default -slash/themes/Elixss/templates/index;index;default -slash/themes/Elixss/templates/index;index;light -slash/themes/Elixss/templates/linkStory;misc;default -slash/themes/Elixss/templates/isEligible;metamod;default -slash/themes/Elixss/templates/linkComment;misc;default -slash/themes/Elixss/templates/linkCommentPages;misc;default -slash/themes/Elixss/templates/listAbuses;admin;default -slash/themes/Elixss/templates/listBanned;users;default -slash/themes/Elixss/templates/listReadOnly;users;default -slash/themes/Elixss/templates/listSections;sections;default -slash/themes/Elixss/templates/listTopics;topics;default -slash/themes/Elixss/templates/listpolls;pollBooth;default -slash/themes/Elixss/templates/lockTest;misc;default -slash/themes/Elixss/templates/loginForm;users;default -slash/themes/Elixss/templates/main;404;default -slash/themes/Elixss/templates/main;authors;default -slash/themes/Elixss/templates/mainmenu;misc;default -slash/themes/Elixss/templates/motd;misc;default -slash/themes/Elixss/templates/messages;users;default -slash/themes/Elixss/templates/metaModerate;metamod;default -slash/themes/Elixss/templates/miniAdminMenu;users;default -slash/themes/Elixss/templates/modCommentLog;misc;default -slash/themes/Elixss/templates/mod_footer;comments;default -slash/themes/Elixss/templates/mod_header;comments;default -slash/themes/Elixss/templates/moderation;comments;default -slash/themes/Elixss/templates/netIDInfo;users;default -slash/themes/Elixss/templates/newUserForm;users;default -slash/themes/Elixss/templates/newdiscussion;comments;default -slash/themes/Elixss/templates/organisation;misc;default -slash/themes/Elixss/templates/pollbooth;misc;default -slash/themes/Elixss/templates/portalboxtitle;misc;default -slash/themes/Elixss/templates/portalmap;misc;default -slash/themes/Elixss/templates/previewForm;submit;default -slash/themes/Elixss/templates/previewSlashbox;users;default -slash/themes/Elixss/templates/preview_comm;comments;default -slash/themes/Elixss/templates/printCommComments;misc;default -slash/themes/Elixss/templates/printCommNoArchive;misc;default -slash/themes/Elixss/templates/printCommentsMain;misc;default -slash/themes/Elixss/templates/reRegisterMail;messages;default -slash/themes/Elixss/templates/recentTopics;misc;default -slash/themes/Elixss/templates/regResult;users;default -slash/themes/Elixss/templates/rereg_mail;messages;default -slash/themes/Elixss/templates/saveSub;submit;default -slash/themes/Elixss/templates/savepoll;pollBooth;default -slash/themes/Elixss/templates/select;misc;default -slash/themes/Elixss/templates/sectionindexd;misc;default -slash/themes/Elixss/templates/sectionisolate;misc;default -slash/themes/Elixss/templates/selectThreshLabel;misc;default -slash/themes/Elixss/templates/sendPasswdForm;users;default -slash/themes/Elixss/templates/showInfoConflict;users;default -slash/themes/Elixss/templates/ssifoot;misc;default -slash/themes/Elixss/templates/ssihead;misc;default -slash/themes/Elixss/templates/storylink;index;default -slash/themes/Elixss/templates/storylink;index;light -slash/themes/Elixss/templates/subEdAdmin;submit;default -slash/themes/Elixss/templates/subEdTable;submit;default -slash/themes/Elixss/templates/subEdUser;submit;default -slash/themes/Elixss/templates/three;misc;default -slash/themes/Elixss/templates/tildeEd;users;default -slash/themes/Elixss/templates/titlebar;misc;default -slash/themes/Elixss/templates/titlebar;misc;light -slash/themes/Elixss/templates/titles;users;default -slash/themes/Elixss/templates/topAbusers;users;default -slash/themes/Elixss/templates/topTopics;topics;default -slash/themes/Elixss/templates/topics;menu;default -slash/themes/Elixss/templates/undo_mod;comments;default -slash/themes/Elixss/templates/userInfo;users;default -slash/themes/Elixss/templates/userlogin;misc;default -slash/themes/Elixss/templates/users;menu;default -slash/themes/Elixss/templates/vote;pollBooth;default -slash/themes/Elixss/templates/admin;menu;default -slash/themes/Elixss/sql/mysql/datadump.sql -slash/themes/Elixss/sql/mysql/prep.sql -slash/themes/Elixss/sql/postgresql/datadump.sql -slash/themes/Elixss/sql/postgresql/prep.sql -slash/themes/Elixss/THEME -slash/themes/Elixss/Anchor.pm.patched -slash/sql/postgresql/schema.sql -slash/sql/oracle/schema.sql -slash/sql/mysql/schema.sql -slash/sql/mysql/defaults.sql -slash/slash.sites -slash/sbin/slashd -slash/sbin/portald -slash/sbin/moderatord -slash/sbin/dailyStuff -slash/plugins/Wiki/wiki.pl -slash/plugins/Wiki/wiki.css -slash/plugins/Wiki/templates/wikiView;wiki;default -slash/plugins/Wiki/templates/wikiRevisions;wiki;default -slash/plugins/Wiki/templates/wikiRecent;wiki;default -slash/plugins/Wiki/templates/wikiMenu;misc;default -slash/plugins/Wiki/templates/wikiFormattingRules;wiki;default -slash/plugins/Wiki/templates/wikiEmptyPage;wiki;default -slash/plugins/Wiki/templates/header;wiki;default -slash/plugins/Wiki/templates/footer;wiki;default -slash/plugins/Wiki/templates/fancybox;wiki;default -slash/plugins/Wiki/sql/wiki_schema.sql -slash/plugins/Wiki/sql/wiki_dump.sql -slash/plugins/Wiki/PLUGIN -slash/plugins/Wiki/Makefile.old -slash/plugins/Wiki/Makefile.PL -slash/plugins/Search/test.pl -slash/plugins/Search/templates/usersearch;search;default -slash/plugins/Search/templates/storysearch;search;default -slash/plugins/Search/templates/searchform;search;default -slash/plugins/Search/templates/pagination;search;default -slash/plugins/Search/templates/nosearch;search;default -slash/plugins/Search/templates/commentsearch;search;default -slash/plugins/Search/search.pl -slash/plugins/Search/mysql_prep -slash/plugins/Search/dump -slash/plugins/Search/Search.pm -slash/plugins/Search/PLUGIN -slash/plugins/Search/Makefile.old -slash/plugins/Search/Makefile.PL -slash/plugins/Search/MANIFEST -slash/plugins/Search/Changes -slash/plugins/StylesSite/templates/common;styles-site;default -slash/plugins/StylesSite/templates/default;styles-site;default -slash/plugins/StylesSite/PLUGIN -slash/plugins/StylesSite/TODO -slash/plugins/StylesSite/styles-site.pl -slash/plugins/RSS2Story/templates/main;rss2story;default -slash/plugins/RSS2Story/templates/searchForm;rss2story;default -slash/plugins/RSS2Story/templates/searchResult;rss2story;default -slash/plugins/RSS2Story/INSTALL -slash/plugins/RSS2Story/README -slash/plugins/RSS2Story/RSS-import.pl -slash/plugins/RSS2Story/install.pl -slash/plugins/RSS2Story/mysql_dump -slash/plugins/RSS2Story/mysql_schema -slash/plugins/RSS2Story/IDEA -slash/plugins/RSS2Story/topicrss.png -slash/plugins/RSS2Story/RSS2Story.pm -slash/plugins/RSS2Story/PLUGIN -slash/plugins/RSS2Story/rss2story.pl -slash/plugins/PubKey/templates/data;pubkey;default -slash/plugins/PubKey/pubkey.pl -slash/plugins/PubKey/PLUGIN -slash/plugins/OurNet/templates/elixus/navigation;ournet;default -slash/plugins/OurNet/templates/elixus/main;ournet;default -slash/plugins/OurNet/templates/elixus/header;ournet;default -slash/plugins/OurNet/templates/elixus/group;ournet;default -slash/plugins/OurNet/templates/elixus/footer;ournet;default -slash/plugins/OurNet/templates/elixus/data;ournet;default -slash/plugins/OurNet/templates/elixus/board;ournet;default -slash/plugins/OurNet/templates/elixus/article;ournet;default -slash/plugins/OurNet/templates/music543/navigation;ournet;default -slash/plugins/OurNet/templates/music543/main;ournet;default -slash/plugins/OurNet/templates/music543/header;ournet;default -slash/plugins/OurNet/templates/music543/group;ournet;default -slash/plugins/OurNet/templates/music543/footer;ournet;default -slash/plugins/OurNet/templates/music543/data;ournet;default -slash/plugins/OurNet/templates/music543/board;ournet;default -slash/plugins/OurNet/templates/music543/article;ournet;default -slash/plugins/OurNet/t/use.t -slash/plugins/OurNet/ournet.pl -slash/plugins/OurNet/ournet.conf -slash/plugins/OurNet/po/en.po -slash/plugins/OurNet/po/zh_cn.po -slash/plugins/OurNet/po/zh_tw.po -slash/plugins/OurNet/images/archive.png -slash/plugins/OurNet/images/cash_sq.gif -slash/plugins/OurNet/images/folder.gif -slash/plugins/OurNet/images/icon_folder.gif -slash/plugins/OurNet/images/elix.png -slash/plugins/OurNet/images/archive.gif -slash/plugins/OurNet/README -slash/plugins/OurNet/PLUGIN -slash/plugins/OurNet/inc/ExtUtils/AutoInstall.pm -slash/plugins/OurNet/inc/Module/Install/AutoInstall.pm -slash/plugins/OurNet/inc/Module/Install/Base.pm -slash/plugins/OurNet/inc/Module/Install/Include.pm -slash/plugins/OurNet/inc/Module/Install/Makefile.pm -slash/plugins/OurNet/inc/Module/Install/Metadata.pm -slash/plugins/OurNet/inc/Module/Install/WriteAll.pm -slash/plugins/OurNet/inc/Module/Install.pm -slash/plugins/OurNet/lib/Slash/OurNet.pm -slash/plugins/OurNet/lib/Slash/OurNet/Standalone.pm -slash/plugins/OurNet/trapped.pl -slash/plugins/OurNet/Makefile.PL -slash/plugins/OurNet/Makefile.old -slash/plugins/OurNet/META.yml -slash/plugins/OurNet/MANIFEST -slash/plugins/OurNet/SIGNATURE -slash/plugins/OurNet/Changes -slash/plugins/Messages/test.pl -slash/plugins/Messages/templates/reply_msg_subj;comments;default -slash/plugins/Messages/templates/reply_msg;comments;default -slash/plugins/Messages/templates/msg_web_subj;messages;default -slash/plugins/Messages/templates/msg_m2_subj;messages;default -slash/plugins/Messages/templates/msg_m2;messages;default -slash/plugins/Messages/templates/msg_email_subj;messages;default -slash/plugins/Messages/templates/msg_email;messages;default -slash/plugins/Messages/templates/mod_msg_subj;comments;default -slash/plugins/Messages/templates/mod_msg;comments;default -slash/plugins/Messages/templates/messages;menu;default -slash/plugins/Messages/templates/messagenew_subj;submit;default -slash/plugins/Messages/templates/messagenew;submit;default -slash/plugins/Messages/templates/list_messages;messages;default -slash/plugins/Messages/templates/emailsponsor;messages;default -slash/plugins/Messages/templates/display_prefs;messages;default -slash/plugins/Messages/templates/display;messages;default -slash/plugins/Messages/templates/data;messages;default -slash/plugins/Messages/templates/dailynews;messages;default -slash/plugins/Messages/templates/dailyheadlines;messages;default -slash/plugins/Messages/mysql_schema -slash/plugins/Messages/messages.pl -slash/plugins/Messages/message_delivery.pl -slash/plugins/Messages/message_delete.pl -slash/plugins/Messages/dump -slash/plugins/Messages/PLUGIN -slash/plugins/Messages/Messages.pm -slash/plugins/Messages/Makefile.old -slash/plugins/Messages/Makefile.PL -slash/plugins/Messages/MANIFEST -slash/plugins/Messages/DB/MySQL/MySQL.pm -slash/plugins/Messages/DB/MySQL/Makefile.old -slash/plugins/Messages/DB/MySQL/Makefile.PL -slash/plugins/Messages/DB/MySQL/MANIFEST -slash/plugins/Messages/DB/Makefile.old -slash/plugins/Messages/DB/Makefile.PL -slash/plugins/Makefile -slash/plugins/Journal/test.pl -slash/plugins/Journal/templates/slashdot;journal;default -slash/plugins/Journal/templates/searchusers;journal;default -slash/plugins/Journal/templates/pagination;journal;default -slash/plugins/Journal/templates/meta;journal;default -slash/plugins/Journal/templates/messagenew_subj;journal;default -slash/plugins/Journal/templates/messagenew;journal;default -slash/plugins/Journal/templates/journaltop;journal;default -slash/plugins/Journal/templates/journaloptions;journal;default -slash/plugins/Journal/templates/journallist;journal;default -slash/plugins/Journal/templates/journalhead;journal;default -slash/plugins/Journal/templates/journalfriends;journal;default -slash/plugins/Journal/templates/journaledit;journal;default -slash/plugins/Journal/templates/journal;menu;default -slash/plugins/Journal/templates/greypage;journal;default -slash/plugins/Journal/templates/generic;journal;default -slash/plugins/Journal/templates/data;journal;default -slash/plugins/Journal/templates/bluebox;journal;default -slash/plugins/Journal/mysql_schema -slash/plugins/Journal/mysql_prep -slash/plugins/Journal/journaltopic.png -slash/plugins/Journal/journal.pl -slash/plugins/Journal/dump -slash/plugins/Journal/PLUGIN -slash/plugins/Journal/Makefile.old -slash/plugins/Journal/Makefile.PL -slash/plugins/Journal/MANIFEST -slash/plugins/Journal/Journal.pm -slash/plugins/Journal/Changes -slash/plugins/Hof/templates/main;hof;default -slash/plugins/Hof/templates/data;hof;default -slash/plugins/Hof/hof.pl -slash/plugins/Hof/PLUGIN -slash/plugins/ForumZilla/test.pl -slash/plugins/ForumZilla/templates/header;fz;default -slash/plugins/ForumZilla/templates/footer;fz;default -slash/plugins/ForumZilla/templates/dispLinkComment;fz;default -slash/plugins/ForumZilla/fz.pl -slash/plugins/ForumZilla/PLUGIN -slash/plugins/ForumZilla/Makefile.old -slash/plugins/ForumZilla/Makefile.PL -slash/plugins/ForumZilla/MANIFEST -slash/plugins/ForumZilla/FZ.pm -slash/plugins/CheesyPortal/templates/main;cheesyportal;default -slash/plugins/CheesyPortal/templates/data;cheesyportal;default -slash/plugins/CheesyPortal/tasks/p2f_cheesy.pl -slash/plugins/CheesyPortal/cheesyportal.pl -slash/plugins/CheesyPortal/PLUGIN -slash/plugins/BunchaBlocks/blocks -slash/plugins/BunchaBlocks/PLUGIN -slash/plugins/Admin/templates/varEdit;admin;default -slash/plugins/Admin/templates/topicEdit;admin;default -slash/plugins/Admin/templates/titles;admin;default -slash/plugins/Admin/templates/templateEdit;admin;default -slash/plugins/Admin/templates/siteInfo;admin;default -slash/plugins/Admin/templates/relatedlinks;admin;default -slash/plugins/Admin/templates/otherLinks;admin;default -slash/plugins/Admin/templates/messages;admin;default -slash/plugins/Admin/templates/listStories;admin;default -slash/plugins/Admin/templates/listFilters;admin;default -slash/plugins/Admin/templates/keywordEdit;admin;default -slash/plugins/Admin/templates/ispellok;admin;default -slash/plugins/Admin/templates/editbuttons;admin;default -slash/plugins/Admin/templates/editStory;admin;default -slash/plugins/Admin/templates/editFilter;admin;default -slash/plugins/Admin/templates/data;admin;default -slash/plugins/Admin/templates/colorEdit;admin;default -slash/plugins/Admin/templates/blockEdit;admin;default -slash/plugins/Admin/templates/adminLoginForm;admin;default -slash/plugins/Admin/dump -slash/plugins/Admin/admin.pl -slash/plugins/Admin/PLUGIN -slash/httpd/slash.conf.def -slash/httpd/slash.conf -slash/bin/template-tool -slash/bin/template-check -slash/bin/tailslash -slash/bin/slashmon -slash/bin/runtask -slash/bin/reload_armor -slash/bin/modslap -slash/bin/install-theme -slash/bin/install-slashsite -slash/bin/install-plugin -slash/bin/chkuser -slash/bin/bitchslap -slash/bin/backup-blocks -etc/rc.d/slash.sh -@dirrm slash/themes/slashcode/templates -@dirrm slash/themes/slashcode/tasks -@dirrm slash/themes/slashcode/sql/postgresql -@dirrm slash/themes/slashcode/sql/oracle -@dirrm slash/themes/slashcode/sql/mysql -@dirrm slash/themes/slashcode/sql -@dirrm slash/themes/slashcode/misc -@dirrm slash/themes/slashcode/logs -@dirrm slash/themes/slashcode/htdocs/images/topics -@dirrm slash/themes/slashcode/htdocs/images -@dirrm slash/themes/slashcode/htdocs -@dirrm slash/themes/slashcode/backup -@dirrm slash/themes/slashcode -@dirrm slash/themes/metalist/templates -@dirrm slash/themes/metalist/tasks -@dirrm slash/themes/metalist/sql/mysql -@dirrm slash/themes/metalist/sql -@dirrm slash/themes/metalist/misc -@dirrm slash/themes/metalist/htdocs/images/topics -@dirrm slash/themes/metalist/htdocs/images -@dirrm slash/themes/metalist/htdocs -@dirrm slash/themes/metalist -@dirrm slash/themes/Elixss/templates -@dirrm slash/themes/Elixss/tasks -@dirrm slash/themes/Elixss/sql/postgresql -@dirrm slash/themes/Elixss/sql/mysql -@dirrm slash/themes/Elixss/sql -@dirrm slash/themes/Elixss/misc -@dirrm slash/themes/Elixss/htdocs/images/topics -@dirrm slash/themes/Elixss/htdocs/images -@dirrm slash/themes/Elixss/htdocs -@dirrm slash/themes/Elixss -@dirrm slash/themes -@dirrm slash/sql/postgresql -@dirrm slash/sql/oracle -@dirrm slash/sql/mysql -@dirrm slash/sql -@dirrm slash/sbin -@dirrm slash/plugins/Wiki/templates -@dirrm slash/plugins/Wiki/sql -@dirrm slash/plugins/Wiki -@dirrm slash/plugins/StylesSite/templates -@dirrm slash/plugins/StylesSite -@dirrm slash/plugins/Search/templates -@dirrm slash/plugins/Search -@dirrm slash/plugins/RSS2Story/templates -@dirrm slash/plugins/RSS2Story -@dirrm slash/plugins/OurNet/templates/music543 -@dirrm slash/plugins/OurNet/templates/elixus -@dirrm slash/plugins/OurNet/templates -@dirrm slash/plugins/OurNet/po -@dirrm slash/plugins/OurNet/lib/Slash/OurNet -@dirrm slash/plugins/OurNet/lib/Slash -@dirrm slash/plugins/OurNet/lib -@dirrm slash/plugins/OurNet/inc/Module/Install -@dirrm slash/plugins/OurNet/inc/Module -@dirrm slash/plugins/OurNet/inc/ExtUtils -@dirrm slash/plugins/OurNet/inc -@dirrm slash/plugins/OurNet/images -@dirrm slash/plugins/OurNet/t -@dirrm slash/plugins/OurNet -@dirrm slash/plugins/PubKey/templates -@dirrm slash/plugins/PubKey -@dirrm slash/plugins/Messages/templates -@dirrm slash/plugins/Messages/DB/MySQL -@dirrm slash/plugins/Messages/DB -@dirrm slash/plugins/Messages -@dirrm slash/plugins/Journal/templates -@dirrm slash/plugins/Journal -@dirrm slash/plugins/Hof/templates -@dirrm slash/plugins/Hof -@dirrm slash/plugins/ForumZilla/templates -@dirrm slash/plugins/ForumZilla -@dirrm slash/plugins/CheesyPortal/templates -@dirrm slash/plugins/CheesyPortal/tasks -@dirrm slash/plugins/CheesyPortal -@dirrm slash/plugins/BunchaBlocks -@dirrm slash/plugins/Admin/templates -@dirrm slash/plugins/Admin -@dirrm slash/plugins -@dirrm slash/httpd -@dirrm slash/bin -@unexec rmdir %D/slash 2>/dev/null || true diff --git a/databases/Makefile b/databases/Makefile index b655b2b..02dac87 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -65,7 +65,6 @@ SUBDIR += grass-i18n SUBDIR += gtksql SUBDIR += hk_classes - SUBDIR += hs-hsql SUBDIR += isql-viewer SUBDIR += jasperreports SUBDIR += java-sqlrelay @@ -350,7 +349,6 @@ SUBDIR += ruby-bdb SUBDIR += ruby-bdb1 SUBDIR += ruby-cdb - SUBDIR += ruby-criteria SUBDIR += ruby-dbd_interbase SUBDIR += ruby-dbd_msql SUBDIR += ruby-dbd_mysql @@ -386,7 +384,6 @@ SUBDIR += tcl-Mysql SUBDIR += tdb SUBDIR += tinycdb - SUBDIR += tkgnats SUBDIR += typhoon SUBDIR += unixODBC SUBDIR += useracc diff --git a/databases/hs-hsql/Makefile b/databases/hs-hsql/Makefile deleted file mode 100644 index c59320b..0000000 --- a/databases/hs-hsql/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# New ports collection makefile for: hsql -# Date created: 2004-01-15 -# Whom: obraun@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= hsql -PORTVERSION= 1.4 -PORTREVISION= 1 -CATEGORIES= databases haskell -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= htoolkit -PKGNAMEPREFIX= hs- -DISTNAME= HSQL-${PORTVERSION} - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell access to SQL - -BROKEN= "Not compatible with latest GHC yet" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc - -USE_PGSQL= yes - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock -ALL_TARGET= all docs -.endif - -WRKSRC= ${WRKDIR}/HSQL -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --enable-postgres -CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include/postgresql/server \ - CPPFLAGS=-I${LOCALBASE}/include/postgresql/server -USE_GMAKE= yes -MAKE_ENV+= DOCSDIR=${DOCSDIR} - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/hugs) -WITH_HUGS= yes -.endif - -.if defined(PACKAGE_BUILDING) -WITH_HUGS= yes -.endif - -.if defined(WITH_HUGS) -BUILD_DEPENDS+= hugs:${PORTSDIR}/lang/hugs -RUN_DEPENDS+= hugs:${PORTSDIR}/lang/hugs -.endif - -GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` -PLIST_SUB+= GHC_VERSION="${GHC_VERSION}" - -.if defined(WITH_HUGS) -PLIST_SUB+= HUGS="" -.else -PLIST_SUB+= HUGS="@comment " -.endif - -pre-everything:: - @${ECHO_CMD} "" - @${ECHO_CMD} " HSQL will be installed for ghc." - @${ECHO_CMD} "" -.if defined(WITH_HUGS) - @${ECHO_CMD} " HSQL will be installed for hugs." -.else - @${ECHO_CMD} " Define WITH_HUGS to install HSQL for hugs." -.endif - @${ECHO_CMD} "" - -post-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/hsql.pkg ${DATADIR} - @${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old - -.include <bsd.port.post.mk> diff --git a/databases/hs-hsql/distinfo b/databases/hs-hsql/distinfo deleted file mode 100644 index 650f737..0000000 --- a/databases/hs-hsql/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (HSQL-1.4.tar.gz) = 0a53db9708b5816978ab452209d67155 -SIZE (HSQL-1.4.tar.gz) = 84828 diff --git a/databases/hs-hsql/files/patch-Makefile b/databases/hs-hsql/files/patch-Makefile deleted file mode 100644 index 977fbd9..0000000 --- a/databases/hs-hsql/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Sun Apr 11 17:38:33 2004 -+++ Makefile Fri Apr 23 14:19:17 2004 -@@ -154,8 +154,8 @@ - rm -f $(GHC_DIR)/HSsql.o - $(GHC_PKG) -u -g -i hsql.pkg - if test -f $(DOCDIR)/index.html; then \ -- $(INSTALL) -d $(DOC_DIR); \ -- $(INSTALL) -c $(DOCDIR)/* $(DOC_DIR); \ -+ $(INSTALL) -d ${DOCSDIR}; \ -+ $(INSTALL) -c $(DOCDIR)/* ${DOCSDIR}; \ - fi - - install-hugs: $(HS_SRC) $(SO_SRC) diff --git a/databases/hs-hsql/pkg-descr b/databases/hs-hsql/pkg-descr deleted file mode 100644 index cf6dcd7..0000000 --- a/databases/hs-hsql/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -HSQL is intended to give access to PostgresSQL, MySQL and ODBC databases. The -HSQL is a part of HToolkit project but it is also distributed as separate -bundle. - -WWW: http://htoolkit.sourceforge.net/ - --- Oliver Braun -obraun@FreeBSD.org diff --git a/databases/hs-hsql/pkg-plist b/databases/hs-hsql/pkg-plist deleted file mode 100644 index 635a3a9..0000000 --- a/databases/hs-hsql/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -lib/HSQL/GHC/HSsql.o -lib/HSQL/GHC/imports/Database/HSQL/PostgreSQL.hi -lib/HSQL/GHC/imports/Database/HSQL/Types.hi -lib/HSQL/GHC/imports/Database/HSQL.hi -lib/HSQL/GHC/libHSsql.a -%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL/PostgreSQL.hs -%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL/PostgreSQL.so -%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL/Types.hs -%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL.hs -%%HUGS%%lib/HSQL/Hugs/libraries/Database/HSQL.so -%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.MySQL.html -%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.ODBC.html -%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.PostgreSQL.html -%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.SQLite.html -%%PORTDOCS%%%%DOCSDIR%%/Database.HSQL.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-B.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-C.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-D.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-E.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-F.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-G.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-H.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-I.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-L.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-O.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-P.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-Q.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-S.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-T.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/haddock.css -%%PORTDOCS%%%%DOCSDIR%%/haskell_icon.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%DATADIR%%/hsql.pkg -@dirrm lib/HSQL/GHC/imports/Database/HSQL -@dirrm lib/HSQL/GHC/imports/Database -@dirrm lib/HSQL/GHC/imports -@dirrm lib/HSQL/GHC -%%HUGS%%@dirrm lib/HSQL/Hugs/libraries/Database/HSQL -%%HUGS%%@dirrm lib/HSQL/Hugs/libraries/Database -%%HUGS%%@dirrm lib/HSQL/Hugs/libraries -%%HUGS%%@dirrm lib/HSQL/Hugs -@dirrm lib/HSQL -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%% -@exec %D/bin/ghc-pkg -u -g -i %D/share/hsql/hsql.pkg -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg -r hsql -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old diff --git a/databases/ruby-criteria/Makefile b/databases/ruby-criteria/Makefile deleted file mode 100644 index b7b1791..0000000 --- a/databases/ruby-criteria/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: ruby-criteria -# Date created: 10 September 2003 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= criteria -PORTVERSION= 1.1a -CATEGORIES= databases ruby -MASTER_SITES= http://mephle.org/Criteria/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A Ruby module for SQL query abstraction, and others - -BROKEN= "Fails self-test during build" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_RUBY= yes -USE_RUBY_SETUP= yes -RUBY_SETUP= install.rb - -DOCS= ChangeLog README.en - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} < 1.8 -IGNORE= only works with ruby 1.8 or later -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/databases/ruby-criteria/distinfo b/databases/ruby-criteria/distinfo deleted file mode 100644 index 087fd28..0000000 --- a/databases/ruby-criteria/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/criteria-1.1a.tar.gz) = a39482fdf7bae7639791444dfb4d91ce -SIZE (ruby/criteria-1.1a.tar.gz) = 29255 diff --git a/databases/ruby-criteria/pkg-descr b/databases/ruby-criteria/pkg-descr deleted file mode 100644 index 02b277e..0000000 --- a/databases/ruby-criteria/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Criteria is a module for abstracting queries to various data sets. -For instance, you might have a flat text file, or an array of Ruby -objects, or a SQL database, and wish to perform the same query on any -given source, without different versions of code for each. Here's a -quick example (more on the site): - -idx1 = SQLTable.new("orders") -q1 = (idx1.price > idx1.paid) & (idx1.duedate < Time.now.to_i) - -puts q1.select - -# => SELECT * FROM orders WHERE ((orders.price > orders.paid) AND -# (orders.duedate < 1062616643)) - -Author: Ryan Pavlik <rpav@mephle.com> -WWW: http://mephle.org/Criteria/ diff --git a/databases/ruby-criteria/pkg-plist b/databases/ruby-criteria/pkg-plist deleted file mode 100644 index 2ddaa1c..0000000 --- a/databases/ruby-criteria/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%RUBY_SITELIBDIR%%/criteria.rb -%%RUBY_SITELIBDIR%%/criteria/array.rb -%%RUBY_SITELIBDIR%%/criteria/file.rb -%%RUBY_SITELIBDIR%%/criteria/mysql.rb -%%RUBY_SITELIBDIR%%/criteria/sql.rb -@dirrm %%RUBY_SITELIBDIR%%/criteria -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% diff --git a/databases/tkgnats/Makefile b/databases/tkgnats/Makefile deleted file mode 100644 index 941fc30..0000000 --- a/databases/tkgnats/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: tkgnats -# Date created: Sat 18 Apr 1998 10:12:20 CEST -# Whom: andreas -# -# $FreeBSD$ -# - -PORTNAME= tkgnats -PORTVERSION= 3.0.16 -CATEGORIES= databases tk82 -MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkgnats/ - -MAINTAINER= jeremy@external.org -COMMENT= Graphical frontend for the free bug-tracking system - -# GNATS archives indicate no support for GNATS 4 -DEPRECATED= Depends on deprecated databases/gnats -EXPIRATION_DATE=2004-08-20 - -BUILD_DEPENDS= nedit-pr:${PORTSDIR}/databases/gnats -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -.include <bsd.port.mk> diff --git a/databases/tkgnats/distinfo b/databases/tkgnats/distinfo deleted file mode 100644 index 447390f..0000000 --- a/databases/tkgnats/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (tkgnats-3.0.16.tar.gz) = 444262933cdccfb91288d31e3a6a7050 -SIZE (tkgnats-3.0.16.tar.gz) = 124984 diff --git a/databases/tkgnats/files/patch-aa b/databases/tkgnats/files/patch-aa deleted file mode 100644 index 260cf84..0000000 --- a/databases/tkgnats/files/patch-aa +++ /dev/null @@ -1,140 +0,0 @@ ---- Makefile.orig Tue Mar 16 09:03:58 1999 -+++ Makefile Thu Sep 14 18:30:28 2000 -@@ -5,7 +5,7 @@ - ################################################# - - # WISHPROG can be a full path or just program name. --WISHPROG = wish -+WISHPROG = wish8.2 - - # Set GNATS=network if you _are_ using the GNATS daemon "gnatsd". - # Set GNATS=local if you're going to access disk files directly. -@@ -16,7 +16,7 @@ - - ########## TkGnats installation locations - --prefix = /usr/local -+prefix = $(PREFIX) - - ########## tkgnats executable location - BINDIR = $(prefix)/bin -@@ -231,70 +231,70 @@ - install_man: - -$(MAKEPATH) $(MANDIR) - -$(MAKEPATH) $(MANDIR)/man1 -- @chmod 664 $(manfiles) -+ @chmod 644 $(manfiles) - for f in $(manfiles); do \ - cp -p $$f $(MANDIR)/man1/$$f; \ - done - - $(T_BIN)/tkgnats: tkgnats Makefile - $(SED) $(WISH_SED) $(TKGNATSLIB_SED) <tkgnats >$@ -- @chmod 775 $@ -+ @chmod 755 $@ - - $(T_LIB)/CHANGES: CHANGES - cp -p CHANGES $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/VERSION: VERSION - cp -p VERSION $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkeditpr.tcl: tkeditpr.tcl Makefile - cp -p tkeditpr.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkviewpr.tcl: tkviewpr.tcl Makefile - cp -p tkviewpr.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tksendpr.tcl: tksendpr.tcl Makefile - cp -p tksendpr.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkquerypr.tcl: tkquerypr.tcl Makefile - cp -p tkquerypr.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkprdatesel.tcl: tkprdatesel.tcl Makefile - cp -p tkprdatesel.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkprfolder.tcl: tkprfolder.tcl Makefile - cp -p tkprfolder.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkprfont.tcl: tkprfont.tcl Makefile - cp -p tkprfont.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkpr_library.tcl: tkpr_library.tcl Makefile - cp -p tkpr_library.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkprprint.tcl: tkprprint.tcl Makefile - cp -p tkprprint.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkprsort.tcl: tkprsort.tcl Makefile - cp -p tkprsort.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkprhelp.tcl: tkprhelp.tcl Makefile - cp -p tkprhelp.tcl $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkgnats.doc: tkgnats.doc Makefile - cp -p tkgnats.doc $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - # Again, the following ugliness is intentional and works on Linux, Solaris 2.5 and IRIX64 6.2. - -@@ -325,7 +325,7 @@ - echo cp -p tkgnats.config $@; \ - cp -p tkgnats.config $@; \ - fi; -- @chmod 664 $@ -+ @chmod 644 $@ - - # The following was OK on my Linux system but failed on Solaris and IRIX64. - -@@ -339,19 +339,19 @@ - - $(T_LIB)/tkgnats.xbm: tkgnats.xbm Makefile - cp -p tkgnats.xbm $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkquerypr.xbm: tkquerypr.xbm Makefile - cp -p tkquerypr.xbm $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tksendpr.xbm: tksendpr.xbm Makefile - cp -p tksendpr.xbm $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - $(T_LIB)/tkeditpr.xbm: tkeditpr.xbm Makefile - cp -p tkeditpr.xbm $@ -- @chmod 664 $@ -+ @chmod 644 $@ - - package: clean - rm -f VERSION diff --git a/databases/tkgnats/pkg-descr b/databases/tkgnats/pkg-descr deleted file mode 100644 index daf6338..0000000 --- a/databases/tkgnats/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -TkGnats is a graphical frontend for the free bug tracking system GNATS. - -For more information about tkgnats and gnats - -http://www.cuug.ab.ca:8001/~macdonal/tkgnats.html -http://www.cyclic.com/cyclic-pages/gnats.html - -A windows95, NT and MAC version of tkgnats is also available, see - -http://www.cuug.ab.ca:8001/~macdonal/tkgnats.html - -WWW: http://www.cuug.ab.ca/~macdonal/tkgnats.html diff --git a/databases/tkgnats/pkg-plist b/databases/tkgnats/pkg-plist deleted file mode 100644 index 5ef4d99..0000000 --- a/databases/tkgnats/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -bin/tkgnats -share/tkgnats/CHANGES -share/tkgnats/VERSION -share/tkgnats/tkeditpr.tcl -share/tkgnats/tkeditpr.xbm -share/tkgnats/tkgnats.config -share/tkgnats/tkgnats.doc -share/tkgnats/tkgnats.xbm -share/tkgnats/tkpr_library.tcl -share/tkgnats/tkprdatesel.tcl -share/tkgnats/tkprfolder.tcl -share/tkgnats/tkprfont.tcl -share/tkgnats/tkprhelp.tcl -share/tkgnats/tkprprint.tcl -share/tkgnats/tkprsort.tcl -share/tkgnats/tkquerypr.tcl -share/tkgnats/tkquerypr.xbm -share/tkgnats/tksendpr.tcl -share/tkgnats/tksendpr.xbm -share/tkgnats/tkviewpr.tcl -share/tkgnats/print/Description_Summary -share/tkgnats/print/Synopsis_Summary -share/tkgnats/query/All_Problems -share/tkgnats/query/Not_Closed -share/tkgnats/sort/Category -share/tkgnats/sort/Class -share/tkgnats/sort/Number -share/tkgnats/sort/Priority -share/tkgnats/sort/Responsible -share/tkgnats/sort/State -@dirrm share/tkgnats/print -@dirrm share/tkgnats/query -@dirrm share/tkgnats/sort -@dirrm share/tkgnats diff --git a/devel/Makefile b/devel/Makefile index a5f2a3d..f4135ab 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -221,7 +221,6 @@ SUBDIR += dits SUBDIR += dmake SUBDIR += dmalloc - SUBDIR += doc++ SUBDIR += doctorj SUBDIR += dotconf SUBDIR += dotconf++ @@ -235,7 +234,6 @@ SUBDIR += ebnf2yacc SUBDIR += eboxy SUBDIR += ecb - SUBDIR += ecb-emacs20 SUBDIR += ecgi SUBDIR += ecos-tools SUBDIR += eet @@ -546,8 +544,6 @@ SUBDIR += linux-runrev SUBDIR += linux-sdl12 SUBDIR += linux_devtools - SUBDIR += linux_devtools-6 - SUBDIR += linux_devtools-7 SUBDIR += linux_kdump SUBDIR += linuxthreads SUBDIR += log4c @@ -563,7 +559,6 @@ SUBDIR += m17n-lib SUBDIR += m4 SUBDIR += m6811-binutils - SUBDIR += m6811-gcc SUBDIR += m68k-rtems-binutils SUBDIR += m68k-rtems-g77 SUBDIR += m68k-rtems-gcc @@ -1636,7 +1631,6 @@ SUBDIR += xxl SUBDIR += yasm SUBDIR += z80-asm - SUBDIR += zendstudio SUBDIR += zthread SUBDIR += zziplib diff --git a/devel/doc++/Makefile b/devel/doc++/Makefile deleted file mode 100644 index 0afce06..0000000 --- a/devel/doc++/Makefile +++ /dev/null @@ -1,79 +0,0 @@ -# New ports collection makefile for: DOC++ -# Date created: 20 Dec 1998 -# Whom: Ruslan@Shevchenko.Kiev.UA -# -# $FreeBSD$ -# - -PORTNAME= doc++ -PORTVERSION= 3.4.10 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= docpp - -MAINTAINER= Ruslan@Shevchenko.Kiev.UA -COMMENT= Javadoc style C++ documentatation system - -RUN_DEPENDS= tex:${PORTSDIR}/print/teTeX \ - anytopnm:${PORTSDIR}/graphics/netpbm - -BROKEN= Does not correctly use gettext -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-afpl -.else -RUN_DEPENDS+= gs:${PORTSDIR}/print/ghostscript-gnu -.endif - -GNU_CONFIGURE= yes -USE_GMAKE= yes -MAKE_ARGS= CPPFLAGS=-D__GNU_LIBRARY__ - -ADDITIONAL_DOCS= ClassGraph.class \ - ClassGraphPanel.class \ - ClassLayout.class \ - CommonBase.html \ - CommandLineOptions.html \ - ConfigurationFile.html \ - Derived_Class.html \ - Example.html \ - FileInclusion.html \ - FrequentlyAskedQuestions.html \ - General.html \ - GeneralInformations.html \ - HIER.html \ - HIERjava.html \ - InstallationInstructions.html \ - Intermediate.html \ - Introduction.html \ - ManualEntries.html \ - ManualEntryFields.html \ - NavigatorButton.class \ - Quickstart.html \ - ReferenceManual.html \ - Structure.html \ - Tags.html \ - TextFormatting.html \ - Usage.html \ - function.html \ - icon1.gif \ - icon2.gif \ - index.html \ - supportedHTMLmacros.html \ - supportedTeXmacros.html \ - toc.html - -.include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - for i in ${ADDITIONAL_DOCS}; do \ - ${INSTALL_MAN} ${WRKSRC}/doc/manual/html/$$i ${DOCSDIR} ;\ - done -.endif - -.include <bsd.port.post.mk> diff --git a/devel/doc++/distinfo b/devel/doc++/distinfo deleted file mode 100644 index 2ec8d5a..0000000 --- a/devel/doc++/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (doc++-3.4.10.tar.gz) = 095c7a3a822f00a33033b8bb40147445 -SIZE (doc++-3.4.10.tar.gz) = 408887 diff --git a/devel/doc++/pkg-descr b/devel/doc++/pkg-descr deleted file mode 100644 index ba87dbe..0000000 --- a/devel/doc++/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -DOC++ is a source documentation system for C++, CORBA IDL and java -It generates javadoc-like documentation in HTML and LaTeX. -The homepage contains more information to supplement this short description. - -WWW: http://docpp.sourceforge.net/ diff --git a/devel/doc++/pkg-plist b/devel/doc++/pkg-plist deleted file mode 100644 index b210c52..0000000 --- a/devel/doc++/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/doc++ -bin/docify -bin/promote -%%PORTDOCS%%%%DOCSDIR%%/ClassGraph.class -%%PORTDOCS%%%%DOCSDIR%%/ClassGraphPanel.class -%%PORTDOCS%%%%DOCSDIR%%/ClassLayout.class -%%PORTDOCS%%%%DOCSDIR%%/CommonBase.html -%%PORTDOCS%%%%DOCSDIR%%/CommandLineOptions.html -%%PORTDOCS%%%%DOCSDIR%%/ConfigurationFile.html -%%PORTDOCS%%%%DOCSDIR%%/Derived_Class.html -%%PORTDOCS%%%%DOCSDIR%%/Example.html -%%PORTDOCS%%%%DOCSDIR%%/FileInclusion.html -%%PORTDOCS%%%%DOCSDIR%%/FrequentlyAskedQuestions.html -%%PORTDOCS%%%%DOCSDIR%%/General.html -%%PORTDOCS%%%%DOCSDIR%%/GeneralInformations.html -%%PORTDOCS%%%%DOCSDIR%%/HIER.html -%%PORTDOCS%%%%DOCSDIR%%/HIERjava.html -%%PORTDOCS%%%%DOCSDIR%%/InstallationInstructions.html -%%PORTDOCS%%%%DOCSDIR%%/Intermediate.html -%%PORTDOCS%%%%DOCSDIR%%/Introduction.html -%%PORTDOCS%%%%DOCSDIR%%/ManualEntries.html -%%PORTDOCS%%%%DOCSDIR%%/ManualEntryFields.html -%%PORTDOCS%%%%DOCSDIR%%/NavigatorButton.class -%%PORTDOCS%%%%DOCSDIR%%/Quickstart.html -%%PORTDOCS%%%%DOCSDIR%%/ReferenceManual.html -%%PORTDOCS%%%%DOCSDIR%%/Structure.html -%%PORTDOCS%%%%DOCSDIR%%/TextFormatting.html -%%PORTDOCS%%%%DOCSDIR%%/Tags.html -%%PORTDOCS%%%%DOCSDIR%%/Usage.html -%%PORTDOCS%%%%DOCSDIR%%/function.html -%%PORTDOCS%%%%DOCSDIR%%/icon1.gif -%%PORTDOCS%%%%DOCSDIR%%/icon2.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/supportedHTMLmacros.html -%%PORTDOCS%%%%DOCSDIR%%/supportedTeXmacros.html -%%PORTDOCS%%%%DOCSDIR%%/toc.html -share/locale/fr/LC_MESSAGES/doc++.mo -share/locale/ja/LC_MESSAGES/doc++.mo -share/locale/ro/LC_MESSAGES/doc++.mo -share/locale/ru/LC_MESSAGES/doc++.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/devel/ecb-emacs20/Makefile b/devel/ecb-emacs20/Makefile deleted file mode 100644 index 6618adc..0000000 --- a/devel/ecb-emacs20/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: ecb for emacs20 -# Date created: 2 March 2002 -# Whom: Kimura Fuyuki <fuyuki@mj.0038.net> -# -# $FreeBSD$ -# - -MASTERDIR= ${.CURDIR}/../ecb - -EMACS_PORT_NAME= emacs20 - -DEPRECATED= "no longer supported" -BROKEN= "Does not build" -EXPIRATION_DATE=2005-09-14 - -.include "${MASTERDIR}/Makefile" diff --git a/devel/linux_devtools-6/Makefile b/devel/linux_devtools-6/Makefile deleted file mode 100644 index 57772eb..0000000 --- a/devel/linux_devtools-6/Makefile +++ /dev/null @@ -1,132 +0,0 @@ -# New ports collection makefile for: linux_devtools -# Date created: Jul 9, 1999 -# Whom: marcel@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= linux_devtools -PORTVERSION= 6.1 -PORTREVISION= 2 -CATEGORIES= devel emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= ${PORTVERSION}/en/os/${MACHINE_ARCH}/RedHat/RPMS -DISTFILES= ${RPM_KERNEL_HEADERS} \ - ${RPM_GLIBC_DEVEL} \ - make-3.77-6.${MACHINE_ARCH}.rpm \ - cpp-1.1.2-24.${MACHINE_ARCH}.rpm \ - egcs-1.1.2-24.${MACHINE_ARCH}.rpm \ - egcs-c++-1.1.2-24.${MACHINE_ARCH}.rpm \ - egcs-g77-1.1.2-24.${MACHINE_ARCH}.rpm \ - ${RPM_GDB} \ - ${RPM_X_DEVEL} - -PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} -PATCH_SITE_SUBDIR= updates/${PORTVERSION}/en/os/${MACHINE_ARCH} -PATCHFILES= - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Packages needed for doing development in Linux mode - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -BROKEN= "dependent on linux_base-6" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-09-22 -NO_LATEST_LINK= yes -ONLY_FOR_ARCHS= alpha i386 -DIST_SUBDIR= rpm -PREFIX= /compat/linux -EXTRACT_ONLY= -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -USE_LINUX= 6 -PLIST= ${PKGDIR}/pkg-plist.${MACHINE_ARCH} - -.include <bsd.port.pre.mk> - -.if (${MACHINE_ARCH} == "i386") -RPM_GDB= gdb-4.18-4.i386.rpm -RPM_GLIBC_DEVEL= glibc-devel-2.1.2-11.i386.rpm -RPM_KERNEL_HEADERS= kernel-headers-2.2.12-20.i386.rpm -RPM_X_DEVEL= XFree86-devel-3.3.5-3.i386.rpm -.else -RPM_GDB= gdb-4.18-5.alpha.rpm -RPM_GLIBC_DEVEL= glibc-devel-2.1.2-17.alpha.rpm -RPM_KERNEL_HEADERS= kernel-headers-2.2.13-0.9.alpha.rpm -RPM_X_DEVEL= XFree86-devel-3.3.5-17.alpha.rpm -.endif - -DBPATH= /var/lib/rpm -RPMFLAGS= --ignoreos --root ${PREFIX} --dbpath ${DBPATH} \ - --replacepkgs -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -REMOVE_DIRS= /dev /tmp /var/tmp -REMOVE_FILES= /boot/kernel.h - -.if ${OSVERSION} <= 320001 -# -# Hack to let the rpm installer run. The actual kernel change occurred after -# 400008 on 4.0-current and well after 320001, but we'll assume people running -# -current and -stable stay reasonably up-to-date. -# -# Define this if you get messages that look like -# -# -- -# ELF interpreter /compat/linux/lib/ld-linux.so.2 not found -# execution of script failed -# -- -# -NEEDLOADLINK= true -.endif - -do-patch: - @${DO_NADA} - -pre-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - -do-install: -# -# Setup a chroot'able environment -# - @${MKDIR} ${PREFIX}/tmp - @${MKDIR} ${PREFIX}/var/tmp - @${MKDIR} ${PREFIX}/dev - @${RM} -f ${PREFIX}/dev/null - @mknod ${PREFIX}/dev/null c 2 2 - @${CHMOD} 666 ${PREFIX}/dev/null -.if defined(NEEDLOADLINK) - @${MKDIR} ${PREFIX}/compat - @${LN} -s / ${PREFIX}/compat/linux -.endif -# -# Install all packages. -# - @for R in ${DISTFILES}; do \ - ${ECHO_MSG} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done -# -# Install updates -# - @for R in ${PATCHFILES}; do \ - ${ECHO_MSG} $$R; \ - rpm -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done -# -# Finish -# -.if defined(NEEDLOADLINK) - @${RM} -rf ${PREFIX}/compat -.endif - @for D in ${REMOVE_DIRS}; do \ - ${RM} -rf ${PREFIX}/$$D; \ - done - @for F in ${REMOVE_FILES}; do \ - ${RM} -f ${PREFIX}/$$F; \ - done - -.include <bsd.port.post.mk> diff --git a/devel/linux_devtools-6/distinfo b/devel/linux_devtools-6/distinfo deleted file mode 100644 index dc399605..0000000 --- a/devel/linux_devtools-6/distinfo +++ /dev/null @@ -1,36 +0,0 @@ -MD5 (rpm/XFree86-devel-3.3.5-17.alpha.rpm) = 1d5f5f74ec95e71f3c6eceafffa2fcce -MD5 (rpm/XFree86-devel-3.3.5-3.i386.rpm) = b219fd0dd0e8eee0bed061cdcb961eed -MD5 (rpm/cpp-1.1.2-24.alpha.rpm) = ad11ad8f6a38978fb480096b4950c4b2 -MD5 (rpm/cpp-1.1.2-24.i386.rpm) = d1ef16971e71fff88a731b96e0d8b2ae -MD5 (rpm/egcs-1.1.2-24.alpha.rpm) = 3fb33c55a981de41c49a641771ad420e -MD5 (rpm/egcs-1.1.2-24.i386.rpm) = bde03a0c6203b02d488e61d4394d3f4b -MD5 (rpm/egcs-c++-1.1.2-24.alpha.rpm) = 4fcea10b5c4c577cfeaa2934c1428527 -MD5 (rpm/egcs-c++-1.1.2-24.i386.rpm) = 06d1057950efdb4200e8c5b243355b1d -MD5 (rpm/egcs-g77-1.1.2-24.alpha.rpm) = 0a18afa6b8117bf2a14ed095c6d79ae9 -MD5 (rpm/egcs-g77-1.1.2-24.i386.rpm) = 868bdd2d1c710b7c567dfa021dd0e3a3 -MD5 (rpm/gdb-4.18-4.i386.rpm) = ff485d6e4bdb1aeb064d47ac8a584a57 -MD5 (rpm/gdb-4.18-5.alpha.rpm) = 293e29f2f54ac01c1b753f74225c1f69 -MD5 (rpm/glibc-devel-2.1.2-11.i386.rpm) = b45218ed5188c25925cf87bb30ff4719 -MD5 (rpm/glibc-devel-2.1.2-17.alpha.rpm) = 6e146d948857b4b38f5f4872f901bde7 -MD5 (rpm/kernel-headers-2.2.12-20.i386.rpm) = ecedbe33c332aaecd5e8155d671f4759 -MD5 (rpm/kernel-headers-2.2.13-0.9.alpha.rpm) = 8309d1abf81b0d13a51778e88f9b1fa9 -MD5 (rpm/make-3.77-6.alpha.rpm) = 77154cce90d9fbf61c90fb661bf35b12 -MD5 (rpm/make-3.77-6.i386.rpm) = e09d03c00d69c2ae006cd2a10c9f950b -SIZE (rpm/XFree86-devel-3.3.5-17.alpha.rpm) = 2781865 -SIZE (rpm/XFree86-devel-3.3.5-3.i386.rpm) = 1965282 -SIZE (rpm/cpp-1.1.2-24.alpha.rpm) = 108832 -SIZE (rpm/cpp-1.1.2-24.i386.rpm) = 92793 -SIZE (rpm/egcs-1.1.2-24.alpha.rpm) = 1583438 -SIZE (rpm/egcs-1.1.2-24.i386.rpm) = 1353995 -SIZE (rpm/egcs-c++-1.1.2-24.alpha.rpm) = 2316800 -SIZE (rpm/egcs-c++-1.1.2-24.i386.rpm) = 1759224 -SIZE (rpm/egcs-g77-1.1.2-24.alpha.rpm) = 1711000 -SIZE (rpm/egcs-g77-1.1.2-24.i386.rpm) = 1444240 -SIZE (rpm/gdb-4.18-4.i386.rpm) = 784087 -SIZE (rpm/gdb-4.18-5.alpha.rpm) = 1063934 -SIZE (rpm/glibc-devel-2.1.2-11.i386.rpm) = 8253274 -SIZE (rpm/glibc-devel-2.1.2-17.alpha.rpm) = 7740223 -SIZE (rpm/kernel-headers-2.2.12-20.i386.rpm) = 1046680 -SIZE (rpm/kernel-headers-2.2.13-0.9.alpha.rpm) = 1076088 -SIZE (rpm/make-3.77-6.alpha.rpm) = 221214 -SIZE (rpm/make-3.77-6.i386.rpm) = 198659 diff --git a/devel/linux_devtools-6/pkg-descr b/devel/linux_devtools-6/pkg-descr deleted file mode 100644 index 0a4fb90..0000000 --- a/devel/linux_devtools-6/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The linux_devtools port contains a selection of packages necessary -for doing development in Linux mode. - -- Marcel -marcel@FreeBSD.org diff --git a/devel/linux_devtools-6/pkg-install b/devel/linux_devtools-6/pkg-install deleted file mode 100644 index 6ee794c..0000000 --- a/devel/linux_devtools-6/pkg-install +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# an installation script for linux_devtools - -case "$2" in -PRE-INSTALL) - if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then - echo 'Linux mode is not enabled.' - echo 'Loading linux kernel module now...' - if ! kldload linux; then - echo 'The linux kernel module could not be loaded.' - echo 'Please enable linux mode manually and retry.' - exit 1 - fi - fi - ;; -esac - -exit 0 diff --git a/devel/linux_devtools-6/pkg-plist.alpha b/devel/linux_devtools-6/pkg-plist.alpha deleted file mode 100644 index ad0c93a..0000000 --- a/devel/linux_devtools-6/pkg-plist.alpha +++ /dev/null @@ -1,3452 +0,0 @@ -lib/cpp -usr/X11R6/bin/imake -usr/X11R6/bin/makedepend -usr/X11R6/bin/xmkmf -usr/X11R6/include/X11/Composite.h -usr/X11R6/include/X11/CompositeP.h -usr/X11R6/include/X11/ConstrainP.h -usr/X11R6/include/X11/Constraint.h -usr/X11R6/include/X11/Core.h -usr/X11R6/include/X11/CoreP.h -usr/X11R6/include/X11/DECkeysym.h -usr/X11R6/include/X11/HPkeysym.h -usr/X11R6/include/X11/ICE/ICE.h -usr/X11R6/include/X11/ICE/ICEconn.h -usr/X11R6/include/X11/ICE/ICElib.h -usr/X11R6/include/X11/ICE/ICEmsg.h -usr/X11R6/include/X11/ICE/ICEproto.h -usr/X11R6/include/X11/ICE/ICEutil.h -usr/X11R6/include/X11/Intrinsic.h -usr/X11R6/include/X11/IntrinsicP.h -usr/X11R6/include/X11/Object.h -usr/X11R6/include/X11/ObjectP.h -usr/X11R6/include/X11/PEX5/PEX.h -usr/X11R6/include/X11/PEX5/PEXlib.h -usr/X11R6/include/X11/PEX5/PEXlibint.h -usr/X11R6/include/X11/PEX5/PEXproto.h -usr/X11R6/include/X11/PEX5/PEXprotost.h -usr/X11R6/include/X11/PM/PM.h -usr/X11R6/include/X11/PM/PMproto.h -usr/X11R6/include/X11/RectObj.h -usr/X11R6/include/X11/RectObjP.h -usr/X11R6/include/X11/SM/SM.h -usr/X11R6/include/X11/SM/SMlib.h -usr/X11R6/include/X11/SM/SMproto.h -usr/X11R6/include/X11/Shell.h -usr/X11R6/include/X11/ShellP.h -usr/X11R6/include/X11/StringDefs.h -usr/X11R6/include/X11/Sunkeysym.h -usr/X11R6/include/X11/Vendor.h -usr/X11R6/include/X11/VendorP.h -usr/X11R6/include/X11/X.h -usr/X11R6/include/X11/X10.h -usr/X11R6/include/X11/XKBlib.h -usr/X11R6/include/X11/XWDFile.h -usr/X11R6/include/X11/Xalloca.h -usr/X11R6/include/X11/Xatom.h -usr/X11R6/include/X11/Xauth.h -usr/X11R6/include/X11/Xaw/AllWidgets.h -usr/X11R6/include/X11/Xaw/AsciiSink.h -usr/X11R6/include/X11/Xaw/AsciiSinkP.h -usr/X11R6/include/X11/Xaw/AsciiSrc.h -usr/X11R6/include/X11/Xaw/AsciiSrcP.h -usr/X11R6/include/X11/Xaw/AsciiText.h -usr/X11R6/include/X11/Xaw/AsciiTextP.h -usr/X11R6/include/X11/Xaw/Box.h -usr/X11R6/include/X11/Xaw/BoxP.h -usr/X11R6/include/X11/Xaw/Cardinals.h -usr/X11R6/include/X11/Xaw/Command.h -usr/X11R6/include/X11/Xaw/CommandP.h -usr/X11R6/include/X11/Xaw/Dialog.h -usr/X11R6/include/X11/Xaw/DialogP.h -usr/X11R6/include/X11/Xaw/Form.h -usr/X11R6/include/X11/Xaw/FormP.h -usr/X11R6/include/X11/Xaw/Grip.h -usr/X11R6/include/X11/Xaw/GripP.h -usr/X11R6/include/X11/Xaw/Label.h -usr/X11R6/include/X11/Xaw/LabelP.h -usr/X11R6/include/X11/Xaw/List.h -usr/X11R6/include/X11/Xaw/ListP.h -usr/X11R6/include/X11/Xaw/MenuButtoP.h -usr/X11R6/include/X11/Xaw/MenuButton.h -usr/X11R6/include/X11/Xaw/MultiSink.h -usr/X11R6/include/X11/Xaw/MultiSinkP.h -usr/X11R6/include/X11/Xaw/MultiSrc.h -usr/X11R6/include/X11/Xaw/MultiSrcP.h -usr/X11R6/include/X11/Xaw/Paned.h -usr/X11R6/include/X11/Xaw/PanedP.h -usr/X11R6/include/X11/Xaw/Panner.h -usr/X11R6/include/X11/Xaw/PannerP.h -usr/X11R6/include/X11/Xaw/Porthole.h -usr/X11R6/include/X11/Xaw/PortholeP.h -usr/X11R6/include/X11/Xaw/Repeater.h -usr/X11R6/include/X11/Xaw/RepeaterP.h -usr/X11R6/include/X11/Xaw/Reports.h -usr/X11R6/include/X11/Xaw/Scrollbar.h -usr/X11R6/include/X11/Xaw/ScrollbarP.h -usr/X11R6/include/X11/Xaw/Simple.h -usr/X11R6/include/X11/Xaw/SimpleMenP.h -usr/X11R6/include/X11/Xaw/SimpleMenu.h -usr/X11R6/include/X11/Xaw/SimpleP.h -usr/X11R6/include/X11/Xaw/Sme.h -usr/X11R6/include/X11/Xaw/SmeBSB.h -usr/X11R6/include/X11/Xaw/SmeBSBP.h -usr/X11R6/include/X11/Xaw/SmeLine.h -usr/X11R6/include/X11/Xaw/SmeLineP.h -usr/X11R6/include/X11/Xaw/SmeP.h -usr/X11R6/include/X11/Xaw/StripCharP.h -usr/X11R6/include/X11/Xaw/StripChart.h -usr/X11R6/include/X11/Xaw/Template.c -usr/X11R6/include/X11/Xaw/Template.h -usr/X11R6/include/X11/Xaw/TemplateP.h -usr/X11R6/include/X11/Xaw/Text.h -usr/X11R6/include/X11/Xaw/TextP.h -usr/X11R6/include/X11/Xaw/TextSink.h -usr/X11R6/include/X11/Xaw/TextSinkP.h -usr/X11R6/include/X11/Xaw/TextSrc.h -usr/X11R6/include/X11/Xaw/TextSrcP.h -usr/X11R6/include/X11/Xaw/Toggle.h -usr/X11R6/include/X11/Xaw/ToggleP.h -usr/X11R6/include/X11/Xaw/Tree.h -usr/X11R6/include/X11/Xaw/TreeP.h -usr/X11R6/include/X11/Xaw/VendorEP.h -usr/X11R6/include/X11/Xaw/Viewport.h -usr/X11R6/include/X11/Xaw/ViewportP.h -usr/X11R6/include/X11/Xaw/XawImP.h -usr/X11R6/include/X11/Xaw/XawInit.h -usr/X11R6/include/X11/Xcms.h -usr/X11R6/include/X11/Xdmcp.h -usr/X11R6/include/X11/Xfuncproto.h -usr/X11R6/include/X11/Xfuncs.h -usr/X11R6/include/X11/Xlib.h -usr/X11R6/include/X11/Xlibint.h -usr/X11R6/include/X11/Xlocale.h -usr/X11R6/include/X11/Xmd.h -usr/X11R6/include/X11/Xmu/Atoms.h -usr/X11R6/include/X11/Xmu/CharSet.h -usr/X11R6/include/X11/Xmu/CloseHook.h -usr/X11R6/include/X11/Xmu/Converters.h -usr/X11R6/include/X11/Xmu/CurUtil.h -usr/X11R6/include/X11/Xmu/CvtCache.h -usr/X11R6/include/X11/Xmu/DisplayQue.h -usr/X11R6/include/X11/Xmu/Drawing.h -usr/X11R6/include/X11/Xmu/Editres.h -usr/X11R6/include/X11/Xmu/EditresP.h -usr/X11R6/include/X11/Xmu/Error.h -usr/X11R6/include/X11/Xmu/ExtAgent.h -usr/X11R6/include/X11/Xmu/Initer.h -usr/X11R6/include/X11/Xmu/Misc.h -usr/X11R6/include/X11/Xmu/StdCmap.h -usr/X11R6/include/X11/Xmu/StdSel.h -usr/X11R6/include/X11/Xmu/SysUtil.h -usr/X11R6/include/X11/Xmu/WidgetNode.h -usr/X11R6/include/X11/Xmu/WinUtil.h -usr/X11R6/include/X11/Xmu/Xct.h -usr/X11R6/include/X11/Xmu/Xmu.h -usr/X11R6/include/X11/Xos.h -usr/X11R6/include/X11/Xos_r.h -usr/X11R6/include/X11/Xosdefs.h -usr/X11R6/include/X11/Xpoll.h -usr/X11R6/include/X11/Xproto.h -usr/X11R6/include/X11/Xprotostr.h -usr/X11R6/include/X11/Xresource.h -usr/X11R6/include/X11/Xthreads.h -usr/X11R6/include/X11/Xutil.h -usr/X11R6/include/X11/ap_keysym.h -usr/X11R6/include/X11/bitmaps/1x1 -usr/X11R6/include/X11/bitmaps/2x2 -usr/X11R6/include/X11/bitmaps/Dashes -usr/X11R6/include/X11/bitmaps/Down -usr/X11R6/include/X11/bitmaps/Excl -usr/X11R6/include/X11/bitmaps/FlipHoriz -usr/X11R6/include/X11/bitmaps/FlipVert -usr/X11R6/include/X11/bitmaps/Fold -usr/X11R6/include/X11/bitmaps/Left -usr/X11R6/include/X11/bitmaps/Right -usr/X11R6/include/X11/bitmaps/RotateLeft -usr/X11R6/include/X11/bitmaps/RotateRight -usr/X11R6/include/X11/bitmaps/Stipple -usr/X11R6/include/X11/bitmaps/Term -usr/X11R6/include/X11/bitmaps/Up -usr/X11R6/include/X11/bitmaps/black -usr/X11R6/include/X11/bitmaps/black6 -usr/X11R6/include/X11/bitmaps/box6 -usr/X11R6/include/X11/bitmaps/boxes -usr/X11R6/include/X11/bitmaps/calculator -usr/X11R6/include/X11/bitmaps/cntr_ptr -usr/X11R6/include/X11/bitmaps/cntr_ptrmsk -usr/X11R6/include/X11/bitmaps/cross_weave -usr/X11R6/include/X11/bitmaps/dimple1 -usr/X11R6/include/X11/bitmaps/dimple3 -usr/X11R6/include/X11/bitmaps/dot -usr/X11R6/include/X11/bitmaps/dropbar7 -usr/X11R6/include/X11/bitmaps/dropbar8 -usr/X11R6/include/X11/bitmaps/escherknot -usr/X11R6/include/X11/bitmaps/flagdown -usr/X11R6/include/X11/bitmaps/flagup -usr/X11R6/include/X11/bitmaps/flipped_gray -usr/X11R6/include/X11/bitmaps/gray -usr/X11R6/include/X11/bitmaps/gray1 -usr/X11R6/include/X11/bitmaps/gray3 -usr/X11R6/include/X11/bitmaps/grid16 -usr/X11R6/include/X11/bitmaps/grid2 -usr/X11R6/include/X11/bitmaps/grid4 -usr/X11R6/include/X11/bitmaps/grid8 -usr/X11R6/include/X11/bitmaps/hlines2 -usr/X11R6/include/X11/bitmaps/hlines3 -usr/X11R6/include/X11/bitmaps/icon -usr/X11R6/include/X11/bitmaps/keyboard16 -usr/X11R6/include/X11/bitmaps/left_ptr -usr/X11R6/include/X11/bitmaps/left_ptrmsk -usr/X11R6/include/X11/bitmaps/letters -usr/X11R6/include/X11/bitmaps/light_gray -usr/X11R6/include/X11/bitmaps/mailempty -usr/X11R6/include/X11/bitmaps/mailemptymsk -usr/X11R6/include/X11/bitmaps/mailfull -usr/X11R6/include/X11/bitmaps/mailfullmsk -usr/X11R6/include/X11/bitmaps/mensetmanus -usr/X11R6/include/X11/bitmaps/menu10 -usr/X11R6/include/X11/bitmaps/menu12 -usr/X11R6/include/X11/bitmaps/menu16 -usr/X11R6/include/X11/bitmaps/menu6 -usr/X11R6/include/X11/bitmaps/menu8 -usr/X11R6/include/X11/bitmaps/noletters -usr/X11R6/include/X11/bitmaps/opendot -usr/X11R6/include/X11/bitmaps/opendotMask -usr/X11R6/include/X11/bitmaps/plaid -usr/X11R6/include/X11/bitmaps/right_ptr -usr/X11R6/include/X11/bitmaps/right_ptrmsk -usr/X11R6/include/X11/bitmaps/root_weave -usr/X11R6/include/X11/bitmaps/scales -usr/X11R6/include/X11/bitmaps/sipb -usr/X11R6/include/X11/bitmaps/star -usr/X11R6/include/X11/bitmaps/starMask -usr/X11R6/include/X11/bitmaps/stipple -usr/X11R6/include/X11/bitmaps/target -usr/X11R6/include/X11/bitmaps/terminal -usr/X11R6/include/X11/bitmaps/tie_fighter -usr/X11R6/include/X11/bitmaps/vlines2 -usr/X11R6/include/X11/bitmaps/vlines3 -usr/X11R6/include/X11/bitmaps/weird_size -usr/X11R6/include/X11/bitmaps/wide_weave -usr/X11R6/include/X11/bitmaps/wingdogs -usr/X11R6/include/X11/bitmaps/woman -usr/X11R6/include/X11/bitmaps/xfd_icon -usr/X11R6/include/X11/bitmaps/xlogo11 -usr/X11R6/include/X11/bitmaps/xlogo16 -usr/X11R6/include/X11/bitmaps/xlogo32 -usr/X11R6/include/X11/bitmaps/xlogo64 -usr/X11R6/include/X11/bitmaps/xsnow -usr/X11R6/include/X11/cursorfont.h -usr/X11R6/include/X11/extensions/MITMisc.h -usr/X11R6/include/X11/extensions/Print.h -usr/X11R6/include/X11/extensions/Printstr.h -usr/X11R6/include/X11/extensions/XI.h -usr/X11R6/include/X11/extensions/XIE.h -usr/X11R6/include/X11/extensions/XIElib.h -usr/X11R6/include/X11/extensions/XIEproto.h -usr/X11R6/include/X11/extensions/XIEprotost.h -usr/X11R6/include/X11/extensions/XInput.h -usr/X11R6/include/X11/extensions/XIproto.h -usr/X11R6/include/X11/extensions/XKB.h -usr/X11R6/include/X11/extensions/XKBbells.h -usr/X11R6/include/X11/extensions/XKBconfig.h -usr/X11R6/include/X11/extensions/XKBfile.h -usr/X11R6/include/X11/extensions/XKBgeom.h -usr/X11R6/include/X11/extensions/XKBproto.h -usr/X11R6/include/X11/extensions/XKBrules.h -usr/X11R6/include/X11/extensions/XKBsrv.h -usr/X11R6/include/X11/extensions/XKBstr.h -usr/X11R6/include/X11/extensions/XKBui.h -usr/X11R6/include/X11/extensions/XKM.h -usr/X11R6/include/X11/extensions/XKMformat.h -usr/X11R6/include/X11/extensions/XShm.h -usr/X11R6/include/X11/extensions/XTest.h -usr/X11R6/include/X11/extensions/Xag.h -usr/X11R6/include/X11/extensions/Xagsrv.h -usr/X11R6/include/X11/extensions/Xagstr.h -usr/X11R6/include/X11/extensions/Xdbe.h -usr/X11R6/include/X11/extensions/Xdbeproto.h -usr/X11R6/include/X11/extensions/Xext.h -usr/X11R6/include/X11/extensions/dpms.h -usr/X11R6/include/X11/extensions/dpmsstr.h -usr/X11R6/include/X11/extensions/lbxbuf.h -usr/X11R6/include/X11/extensions/lbxbufstr.h -usr/X11R6/include/X11/extensions/lbxdeltastr.h -usr/X11R6/include/X11/extensions/lbximage.h -usr/X11R6/include/X11/extensions/lbxopts.h -usr/X11R6/include/X11/extensions/lbxstr.h -usr/X11R6/include/X11/extensions/lbxzlib.h -usr/X11R6/include/X11/extensions/multibuf.h -usr/X11R6/include/X11/extensions/record.h -usr/X11R6/include/X11/extensions/recordstr.h -usr/X11R6/include/X11/extensions/saver.h -usr/X11R6/include/X11/extensions/saverproto.h -usr/X11R6/include/X11/extensions/scrnsaver.h -usr/X11R6/include/X11/extensions/security.h -usr/X11R6/include/X11/extensions/securstr.h -usr/X11R6/include/X11/extensions/shape.h -usr/X11R6/include/X11/extensions/sync.h -usr/X11R6/include/X11/extensions/xf86dga.h -usr/X11R6/include/X11/extensions/xf86dgastr.h -usr/X11R6/include/X11/extensions/xf86misc.h -usr/X11R6/include/X11/extensions/xf86mscstr.h -usr/X11R6/include/X11/extensions/xf86vmode.h -usr/X11R6/include/X11/extensions/xf86vmstr.h -usr/X11R6/include/X11/extensions/xtestext1.h -usr/X11R6/include/X11/fonts/FS.h -usr/X11R6/include/X11/fonts/FSlib.h -usr/X11R6/include/X11/fonts/FSproto.h -usr/X11R6/include/X11/fonts/fsmasks.h -usr/X11R6/include/X11/keysym.h -usr/X11R6/include/X11/keysymdef.h -usr/X11R6/lib/X11/config/Amoeba.cf -usr/X11R6/lib/X11/config/DGUX.cf -usr/X11R6/lib/X11/config/FreeBSD.cf -usr/X11R6/lib/X11/config/Imake.cf -usr/X11R6/lib/X11/config/Imake.rules -usr/X11R6/lib/X11/config/Imake.tmpl -usr/X11R6/lib/X11/config/Library.tmpl -usr/X11R6/lib/X11/config/Mips.cf -usr/X11R6/lib/X11/config/Motif.rules -usr/X11R6/lib/X11/config/Motif.tmpl -usr/X11R6/lib/X11/config/NetBSD.cf -usr/X11R6/lib/X11/config/Oki.cf -usr/X11R6/lib/X11/config/OpenBSD.cf -usr/X11R6/lib/X11/config/QNX.cf -usr/X11R6/lib/X11/config/QNX.rules -usr/X11R6/lib/X11/config/Server.tmpl -usr/X11R6/lib/X11/config/ServerLib.tmpl -usr/X11R6/lib/X11/config/Threads.tmpl -usr/X11R6/lib/X11/config/Win32.cf -usr/X11R6/lib/X11/config/Win32.rules -usr/X11R6/lib/X11/config/WinLib.tmpl -usr/X11R6/lib/X11/config/X11.rules -usr/X11R6/lib/X11/config/X11.tmpl -usr/X11R6/lib/X11/config/apollo.cf -usr/X11R6/lib/X11/config/bsd.cf -usr/X11R6/lib/X11/config/bsdLib.rules -usr/X11R6/lib/X11/config/bsdLib.tmpl -usr/X11R6/lib/X11/config/bsdi.cf -usr/X11R6/lib/X11/config/cde.rules -usr/X11R6/lib/X11/config/cde.tmpl -usr/X11R6/lib/X11/config/convex.cf -usr/X11R6/lib/X11/config/cray.cf -usr/X11R6/lib/X11/config/fujitsu.cf -usr/X11R6/lib/X11/config/generic.cf -usr/X11R6/lib/X11/config/gnu.cf -usr/X11R6/lib/X11/config/gnuLib.rules -usr/X11R6/lib/X11/config/gnuLib.tmpl -usr/X11R6/lib/X11/config/host.def -usr/X11R6/lib/X11/config/hp.cf -usr/X11R6/lib/X11/config/hpLib.rules -usr/X11R6/lib/X11/config/hpLib.tmpl -usr/X11R6/lib/X11/config/ibm.cf -usr/X11R6/lib/X11/config/ibmLib.rules -usr/X11R6/lib/X11/config/ibmLib.tmpl -usr/X11R6/lib/X11/config/isc.cf -usr/X11R6/lib/X11/config/linux.cf -usr/X11R6/lib/X11/config/lnxLib.rules -usr/X11R6/lib/X11/config/lnxLib.tmpl -usr/X11R6/lib/X11/config/lnxdoc.rules -usr/X11R6/lib/X11/config/lnxdoc.tmpl -usr/X11R6/lib/X11/config/luna.cf -usr/X11R6/lib/X11/config/lynx.cf -usr/X11R6/lib/X11/config/macII.cf -usr/X11R6/lib/X11/config/mach.cf -usr/X11R6/lib/X11/config/minix.cf -usr/X11R6/lib/X11/config/moto.cf -usr/X11R6/lib/X11/config/ncr.cf -usr/X11R6/lib/X11/config/nec.cf -usr/X11R6/lib/X11/config/necLib.rules -usr/X11R6/lib/X11/config/necLib.tmpl -usr/X11R6/lib/X11/config/noop.rules -usr/X11R6/lib/X11/config/nto.cf -usr/X11R6/lib/X11/config/nto.rules -usr/X11R6/lib/X11/config/oldlib.rules -usr/X11R6/lib/X11/config/os2.cf -usr/X11R6/lib/X11/config/os2.rules -usr/X11R6/lib/X11/config/os2Lib.rules -usr/X11R6/lib/X11/config/os2Lib.tmpl -usr/X11R6/lib/X11/config/osf1.cf -usr/X11R6/lib/X11/config/osfLib.rules -usr/X11R6/lib/X11/config/osfLib.tmpl -usr/X11R6/lib/X11/config/pegasus.cf -usr/X11R6/lib/X11/config/sco.cf -usr/X11R6/lib/X11/config/sco5.cf -usr/X11R6/lib/X11/config/scoLib.rules -usr/X11R6/lib/X11/config/sequent.cf -usr/X11R6/lib/X11/config/sgi.cf -usr/X11R6/lib/X11/config/sgiLib.rules -usr/X11R6/lib/X11/config/sgiLib.tmpl -usr/X11R6/lib/X11/config/site.def -usr/X11R6/lib/X11/config/sony.cf -usr/X11R6/lib/X11/config/sun.cf -usr/X11R6/lib/X11/config/sunLib.rules -usr/X11R6/lib/X11/config/sunLib.tmpl -usr/X11R6/lib/X11/config/sv3Lib.rules -usr/X11R6/lib/X11/config/sv3Lib.tmpl -usr/X11R6/lib/X11/config/sv4Lib.rules -usr/X11R6/lib/X11/config/sv4Lib.tmpl -usr/X11R6/lib/X11/config/svr3.cf -usr/X11R6/lib/X11/config/svr4.cf -usr/X11R6/lib/X11/config/ultrix.cf -usr/X11R6/lib/X11/config/usl.cf -usr/X11R6/lib/X11/config/x386.cf -usr/X11R6/lib/X11/config/xf86.rules -usr/X11R6/lib/X11/config/xf86.tmpl -usr/X11R6/lib/X11/config/xf86site.def -usr/X11R6/lib/X11/config/xfree86.cf -usr/X11R6/lib/libFS.a -usr/X11R6/lib/libICE.a -usr/X11R6/lib/libICE.so -usr/X11R6/lib/libPEX5.a -usr/X11R6/lib/libPEX5.so -usr/X11R6/lib/libSM.a -usr/X11R6/lib/libSM.so -usr/X11R6/lib/libX11.a -usr/X11R6/lib/libX11.so -usr/X11R6/lib/libXIE.a -usr/X11R6/lib/libXIE.so -usr/X11R6/lib/libXau.a -usr/X11R6/lib/libXaw.a -usr/X11R6/lib/libXaw.so -usr/X11R6/lib/libXdmcp.a -usr/X11R6/lib/libXdpms.a -usr/X11R6/lib/libXext.a -usr/X11R6/lib/libXext.so -usr/X11R6/lib/libXi.a -usr/X11R6/lib/libXi.so -usr/X11R6/lib/libXmu.a -usr/X11R6/lib/libXmu.so -usr/X11R6/lib/libXp.a -usr/X11R6/lib/libXp.so -usr/X11R6/lib/libXss.a -usr/X11R6/lib/libXt.a -usr/X11R6/lib/libXt.so -usr/X11R6/lib/libXtst.a -usr/X11R6/lib/libXtst.so -usr/X11R6/lib/libXxf86dga.a -usr/X11R6/lib/libXxf86misc.a -usr/X11R6/lib/libXxf86vm.a -usr/X11R6/lib/liboldX.a -usr/X11R6/lib/libxkbfile.a -usr/X11R6/lib/libxkbui.a -usr/X11R6/man/man1/imake.1x -usr/X11R6/man/man1/makedepend.1x -usr/X11R6/man/man1/xmkmf.1x -usr/X11R6/man/man3/AllPlanes.3x -usr/X11R6/man/man3/BitmapBitOrder.3x -usr/X11R6/man/man3/BitmapPad.3x -usr/X11R6/man/man3/BitmapUnit.3x -usr/X11R6/man/man3/BlackPixel.3x -usr/X11R6/man/man3/BlackPixelOfScreen.3x -usr/X11R6/man/man3/CellsOfScreen.3x -usr/X11R6/man/man3/ClientWhitePointOfCCC.3x -usr/X11R6/man/man3/ConnectionNumber.3x -usr/X11R6/man/man3/DBE.3x -usr/X11R6/man/man3/DefaultColormap.3x -usr/X11R6/man/man3/DefaultColormapOfScreen.3x -usr/X11R6/man/man3/DefaultDepth.3x -usr/X11R6/man/man3/DefaultDepthOfScreen.3x -usr/X11R6/man/man3/DefaultGC.3x -usr/X11R6/man/man3/DefaultGCOfScreen.3x -usr/X11R6/man/man3/DefaultRootWindow.3x -usr/X11R6/man/man3/DefaultScreen.3x -usr/X11R6/man/man3/DefaultScreenOfDisplay.3x -usr/X11R6/man/man3/DefaultVisual.3x -usr/X11R6/man/man3/DefaultVisualOfScreen.3x -usr/X11R6/man/man3/DisplayCells.3x -usr/X11R6/man/man3/DisplayHeight.3x -usr/X11R6/man/man3/DisplayHeightMM.3x -usr/X11R6/man/man3/DisplayOfCCC.3x -usr/X11R6/man/man3/DisplayOfScreen.3x -usr/X11R6/man/man3/DisplayPlanes.3x -usr/X11R6/man/man3/DisplayString.3x -usr/X11R6/man/man3/DisplayWidth.3x -usr/X11R6/man/man3/DisplayWidthMM.3x -usr/X11R6/man/man3/DoesBackingStore.3x -usr/X11R6/man/man3/DoesSaveUnders.3x -usr/X11R6/man/man3/EventMaskOfScreen.3x -usr/X11R6/man/man3/HeightMMOfScreen.3x -usr/X11R6/man/man3/HeightOfScreen.3x -usr/X11R6/man/man3/ImageByteOrder.3x -usr/X11R6/man/man3/IsCursorKey.3x -usr/X11R6/man/man3/IsFunctionKey.3x -usr/X11R6/man/man3/IsKeypadKey.3x -usr/X11R6/man/man3/IsMiscFunctionKey.3x -usr/X11R6/man/man3/IsModiferKey.3x -usr/X11R6/man/man3/IsPFKey.3x -usr/X11R6/man/man3/IsPrivateKeypadKey.3x -usr/X11R6/man/man3/LastKnownRequestProcessed.3x -usr/X11R6/man/man3/MaxCmapsOfScreen.3x -usr/X11R6/man/man3/MenuPopdown.3x -usr/X11R6/man/man3/MenuPopup.3x -usr/X11R6/man/man3/MinCmapsOfScreen.3x -usr/X11R6/man/man3/NextRequest.3x -usr/X11R6/man/man3/PlanesOfScreen.3x -usr/X11R6/man/man3/ProtocolRevision.3x -usr/X11R6/man/man3/ProtocolVersion.3x -usr/X11R6/man/man3/QLength.3x -usr/X11R6/man/man3/RootWindow.3x -usr/X11R6/man/man3/RootWindowOfScreen.3x -usr/X11R6/man/man3/ScreenCount.3x -usr/X11R6/man/man3/ScreenNumberOfCCC.3x -usr/X11R6/man/man3/ScreenOfDisplay.3x -usr/X11R6/man/man3/ScreenWhitePointOfCCC.3x -usr/X11R6/man/man3/ServerVendor.3x -usr/X11R6/man/man3/VendorRelease.3x -usr/X11R6/man/man3/VisualOfCCC.3x -usr/X11R6/man/man3/WhitePixel.3x -usr/X11R6/man/man3/WhitePixelOfScreen.3x -usr/X11R6/man/man3/WidthMMOfScreen.3x -usr/X11R6/man/man3/WidthOfScreen.3x -usr/X11R6/man/man3/X.3x -usr/X11R6/man/man3/XActivateScreenSaver.3x -usr/X11R6/man/man3/XAddConnectionWatch.3x -usr/X11R6/man/man3/XAddHost.3x -usr/X11R6/man/man3/XAddHosts.3x -usr/X11R6/man/man3/XAddPixel.3x -usr/X11R6/man/man3/XAddToSaveSet.3x -usr/X11R6/man/man3/XAllocClassHint.3x -usr/X11R6/man/man3/XAllocColor.3x -usr/X11R6/man/man3/XAllocColorCells.3x -usr/X11R6/man/man3/XAllocColorPlanes.3x -usr/X11R6/man/man3/XAllocIconSize.3x -usr/X11R6/man/man3/XAllocNamedColor.3x -usr/X11R6/man/man3/XAllocSizeHints.3x -usr/X11R6/man/man3/XAllocStandardColormap.3x -usr/X11R6/man/man3/XAllocWMHints.3x -usr/X11R6/man/man3/XAllowDeviceEvents.3x -usr/X11R6/man/man3/XAllowEvents.3x -usr/X11R6/man/man3/XAnyEvent.3x -usr/X11R6/man/man3/XArc.3x -usr/X11R6/man/man3/XAutoRepeatOff.3x -usr/X11R6/man/man3/XAutoRepeatOn.3x -usr/X11R6/man/man3/XBaseFontNameListOfFontSet.3x -usr/X11R6/man/man3/XBell.3x -usr/X11R6/man/man3/XButtonEvent.3x -usr/X11R6/man/man3/XChangeActivePointerGrab.3x -usr/X11R6/man/man3/XChangeDeviceControl.3x -usr/X11R6/man/man3/XChangeDeviceDontPropagateList.3x -usr/X11R6/man/man3/XChangeDeviceKeyMapping.3x -usr/X11R6/man/man3/XChangeFeedbackControl.3x -usr/X11R6/man/man3/XChangeGC.3x -usr/X11R6/man/man3/XChangeKeyboardControl.3x -usr/X11R6/man/man3/XChangeKeyboardDevice.3x -usr/X11R6/man/man3/XChangeKeyboardMapping.3x -usr/X11R6/man/man3/XChangePointerControl.3x -usr/X11R6/man/man3/XChangePointerDevice.3x -usr/X11R6/man/man3/XChangeProperty.3x -usr/X11R6/man/man3/XChangeSaveSet.3x -usr/X11R6/man/man3/XChangeWindowAttributes.3x -usr/X11R6/man/man3/XChar2b.3x -usr/X11R6/man/man3/XCharStruct.3x -usr/X11R6/man/man3/XCheckIfEvent.3x -usr/X11R6/man/man3/XCheckMaskEvent.3x -usr/X11R6/man/man3/XCheckTypedEvent.3x -usr/X11R6/man/man3/XCheckTypedWindowEvent.3x -usr/X11R6/man/man3/XCheckWindowEvent.3x -usr/X11R6/man/man3/XCirculateEvent.3x -usr/X11R6/man/man3/XCirculateRequestEvent.3x -usr/X11R6/man/man3/XCirculateSubwindows.3x -usr/X11R6/man/man3/XCirculateSubwindowsDown.3x -usr/X11R6/man/man3/XCirculateSubwindowsUp.3x -usr/X11R6/man/man3/XClassHint.3x -usr/X11R6/man/man3/XClearArea.3x -usr/X11R6/man/man3/XClearWindow.3x -usr/X11R6/man/man3/XClientMessageEvent.3x -usr/X11R6/man/man3/XClipBox.3x -usr/X11R6/man/man3/XCloseDevice.3x -usr/X11R6/man/man3/XCloseDisplay.3x -usr/X11R6/man/man3/XCloseIM.3x -usr/X11R6/man/man3/XCloseOM.3x -usr/X11R6/man/man3/XColor.3x -usr/X11R6/man/man3/XColormapEvent.3x -usr/X11R6/man/man3/XConfigureEvent.3x -usr/X11R6/man/man3/XConfigureRequestEvent.3x -usr/X11R6/man/man3/XConfigureWindow.3x -usr/X11R6/man/man3/XConsortium.3x -usr/X11R6/man/man3/XContextDependentDrawing.3x -usr/X11R6/man/man3/XContextualDrawing.3x -usr/X11R6/man/man3/XConvertCase.3x -usr/X11R6/man/man3/XConvertSelection.3x -usr/X11R6/man/man3/XCopyArea.3x -usr/X11R6/man/man3/XCopyColormapAndFree.3x -usr/X11R6/man/man3/XCopyGC.3x -usr/X11R6/man/man3/XCopyPlane.3x -usr/X11R6/man/man3/XCreateBitmapFromData.3x -usr/X11R6/man/man3/XCreateColormap.3x -usr/X11R6/man/man3/XCreateFontCursor.3x -usr/X11R6/man/man3/XCreateFontSet.3x -usr/X11R6/man/man3/XCreateGC.3x -usr/X11R6/man/man3/XCreateGlyphCursor.3x -usr/X11R6/man/man3/XCreateIC.3x -usr/X11R6/man/man3/XCreateImage.3x -usr/X11R6/man/man3/XCreateOC.3x -usr/X11R6/man/man3/XCreatePixmap.3x -usr/X11R6/man/man3/XCreatePixmapCursor.3x -usr/X11R6/man/man3/XCreatePixmapFromBitmapData.3x -usr/X11R6/man/man3/XCreateRegion.3x -usr/X11R6/man/man3/XCreateSimpleWindow.3x -usr/X11R6/man/man3/XCreateWindow.3x -usr/X11R6/man/man3/XCreateWindowEvent.3x -usr/X11R6/man/man3/XCrossingEvent.3x -usr/X11R6/man/man3/XDefaultString.3x -usr/X11R6/man/man3/XDefineCursor.3x -usr/X11R6/man/man3/XDeleteContext.3x -usr/X11R6/man/man3/XDeleteModifiermapEntry.3x -usr/X11R6/man/man3/XDeleteProperty.3x -usr/X11R6/man/man3/XDestroyIC.3x -usr/X11R6/man/man3/XDestroyImage.3x -usr/X11R6/man/man3/XDestroyOC.3x -usr/X11R6/man/man3/XDestroyRegion.3x -usr/X11R6/man/man3/XDestroySubwindows.3x -usr/X11R6/man/man3/XDestroyWindow.3x -usr/X11R6/man/man3/XDestroyWindowEvent.3x -usr/X11R6/man/man3/XDeviceBell.3x -usr/X11R6/man/man3/XDeviceTimeCoord.3x -usr/X11R6/man/man3/XDirectionalDependentDrawing.3x -usr/X11R6/man/man3/XDisableAccessControl.3x -usr/X11R6/man/man3/XDisplayKeycodes.3x -usr/X11R6/man/man3/XDisplayMotionBufferSize.3x -usr/X11R6/man/man3/XDisplayName.3x -usr/X11R6/man/man3/XDisplayOfIM.3x -usr/X11R6/man/man3/XDisplayOfOM.3x -usr/X11R6/man/man3/XDrawArc.3x -usr/X11R6/man/man3/XDrawArcs.3x -usr/X11R6/man/man3/XDrawImageString.3x -usr/X11R6/man/man3/XDrawImageString16.3x -usr/X11R6/man/man3/XDrawLine.3x -usr/X11R6/man/man3/XDrawLines.3x -usr/X11R6/man/man3/XDrawPoint.3x -usr/X11R6/man/man3/XDrawPoints.3x -usr/X11R6/man/man3/XDrawRectangle.3x -usr/X11R6/man/man3/XDrawRectangles.3x -usr/X11R6/man/man3/XDrawSegments.3x -usr/X11R6/man/man3/XDrawString.3x -usr/X11R6/man/man3/XDrawString16.3x -usr/X11R6/man/man3/XDrawText.3x -usr/X11R6/man/man3/XDrawText16.3x -usr/X11R6/man/man3/XEmptyRegion.3x -usr/X11R6/man/man3/XEnableAccessControl.3x -usr/X11R6/man/man3/XEqualRegion.3x -usr/X11R6/man/man3/XErrorEvent.3x -usr/X11R6/man/man3/XEvent.3x -usr/X11R6/man/man3/XEventsQueued.3x -usr/X11R6/man/man3/XExposeEvent.3x -usr/X11R6/man/man3/XExtendedMaxRequestSize.3x -usr/X11R6/man/man3/XExtentsOfFontSet.3x -usr/X11R6/man/man3/XF86DGA.3x -usr/X11R6/man/man3/XF86DGADirectVideo.3x -usr/X11R6/man/man3/XF86DGAForkApp.3x -usr/X11R6/man/man3/XF86DGAGetVideo.3x -usr/X11R6/man/man3/XF86DGAInstallColormap.3x -usr/X11R6/man/man3/XF86DGAQueryDirectVideo.3x -usr/X11R6/man/man3/XF86DGAQueryExtension.3x -usr/X11R6/man/man3/XF86DGAQueryVersion.3x -usr/X11R6/man/man3/XF86DGASetVidPage.3x -usr/X11R6/man/man3/XF86DGASetViewPort.3x -usr/X11R6/man/man3/XF86DGAViewPortChanged.3x -usr/X11R6/man/man3/XF86Misc.3x -usr/X11R6/man/man3/XF86MiscGetKbdSettings.3x -usr/X11R6/man/man3/XF86MiscGetMouseSettings.3x -usr/X11R6/man/man3/XF86MiscGetSaver.3x -usr/X11R6/man/man3/XF86MiscQueryExtension.3x -usr/X11R6/man/man3/XF86MiscQueryVersion.3x -usr/X11R6/man/man3/XF86MiscSetKbdSettings.3x -usr/X11R6/man/man3/XF86MiscSetMouseSettings.3x -usr/X11R6/man/man3/XF86MiscSetSaver.3x -usr/X11R6/man/man3/XF86VidMode.3x -usr/X11R6/man/man3/XF86VidModeGetAllModeLines.3x -usr/X11R6/man/man3/XF86VidModeGetModeLine.3x -usr/X11R6/man/man3/XF86VidModeGetMonitor.3x -usr/X11R6/man/man3/XF86VidModeLockModeSwitch.3x -usr/X11R6/man/man3/XF86VidModeModModeLine.3x -usr/X11R6/man/man3/XF86VidModeQueryExtension.3x -usr/X11R6/man/man3/XF86VidModeQueryVersion.3x -usr/X11R6/man/man3/XF86VidModeSwitchMode.3x -usr/X11R6/man/man3/XFetchBuffer.3x -usr/X11R6/man/man3/XFetchBytes.3x -usr/X11R6/man/man3/XFetchName.3x -usr/X11R6/man/man3/XFillArc.3x -usr/X11R6/man/man3/XFillArcs.3x -usr/X11R6/man/man3/XFillPolygon.3x -usr/X11R6/man/man3/XFillRectangle.3x -usr/X11R6/man/man3/XFillRectangles.3x -usr/X11R6/man/man3/XFilterEvent.3x -usr/X11R6/man/man3/XFindContext.3x -usr/X11R6/man/man3/XFlush.3x -usr/X11R6/man/man3/XFocusChangeEvent.3x -usr/X11R6/man/man3/XFontProp.3x -usr/X11R6/man/man3/XFontSetExtents.3x -usr/X11R6/man/man3/XFontStruct.3x -usr/X11R6/man/man3/XFontsOfFontSet.3x -usr/X11R6/man/man3/XForceScreenSaver.3x -usr/X11R6/man/man3/XFree.3x -usr/X11R6/man/man3/XFreeColormap.3x -usr/X11R6/man/man3/XFreeColors.3x -usr/X11R6/man/man3/XFreeCursor.3x -usr/X11R6/man/man3/XFreeDeviceList.3x -usr/X11R6/man/man3/XFreeFont.3x -usr/X11R6/man/man3/XFreeFontInfo.3x -usr/X11R6/man/man3/XFreeFontNames.3x -usr/X11R6/man/man3/XFreeFontPath.3x -usr/X11R6/man/man3/XFreeFontSet.3x -usr/X11R6/man/man3/XFreeGC.3x -usr/X11R6/man/man3/XFreeModifierMap.3x -usr/X11R6/man/man3/XFreePixmap.3x -usr/X11R6/man/man3/XFreeStringList.3x -usr/X11R6/man/man3/XGCValues.3x -usr/X11R6/man/man3/XGContextFromGC.3x -usr/X11R6/man/man3/XGetAtomName.3x -usr/X11R6/man/man3/XGetAtomNames.3x -usr/X11R6/man/man3/XGetClassHint.3x -usr/X11R6/man/man3/XGetCommand.3x -usr/X11R6/man/man3/XGetDeviceButtonMapping.3x -usr/X11R6/man/man3/XGetDeviceControl.3x -usr/X11R6/man/man3/XGetDeviceDontPropagateList.3x -usr/X11R6/man/man3/XGetDeviceFocus.3x -usr/X11R6/man/man3/XGetDeviceKeyMapping.3x -usr/X11R6/man/man3/XGetDeviceModifierMapping.3x -usr/X11R6/man/man3/XGetDeviceMotionEvents.3x -usr/X11R6/man/man3/XGetErrorDatabaseText.3x -usr/X11R6/man/man3/XGetErrorText.3x -usr/X11R6/man/man3/XGetExtensionVersion.3x -usr/X11R6/man/man3/XGetFeedbackControl.3x -usr/X11R6/man/man3/XGetFontPath.3x -usr/X11R6/man/man3/XGetFontProperty.3x -usr/X11R6/man/man3/XGetGCValues.3x -usr/X11R6/man/man3/XGetGeometry.3x -usr/X11R6/man/man3/XGetICValues.3x -usr/X11R6/man/man3/XGetIMValues.3x -usr/X11R6/man/man3/XGetIconName.3x -usr/X11R6/man/man3/XGetIconSizes.3x -usr/X11R6/man/man3/XGetImage.3x -usr/X11R6/man/man3/XGetInputFocus.3x -usr/X11R6/man/man3/XGetKeyboardControl.3x -usr/X11R6/man/man3/XGetKeyboardMapping.3x -usr/X11R6/man/man3/XGetModifierMapping.3x -usr/X11R6/man/man3/XGetMotionEvents.3x -usr/X11R6/man/man3/XGetOCValues.3x -usr/X11R6/man/man3/XGetOMValues.3x -usr/X11R6/man/man3/XGetPixel.3x -usr/X11R6/man/man3/XGetPointerControl.3x -usr/X11R6/man/man3/XGetPointerMapping.3x -usr/X11R6/man/man3/XGetRGBColormaps.3x -usr/X11R6/man/man3/XGetScreenSaver.3x -usr/X11R6/man/man3/XGetSelectedExtensionEvents.3x -usr/X11R6/man/man3/XGetSelectionOwner.3x -usr/X11R6/man/man3/XGetSubImage.3x -usr/X11R6/man/man3/XGetTextProperty.3x -usr/X11R6/man/man3/XGetTransientForHint.3x -usr/X11R6/man/man3/XGetVisualInfo.3x -usr/X11R6/man/man3/XGetWMClientMachine.3x -usr/X11R6/man/man3/XGetWMColormapWindows.3x -usr/X11R6/man/man3/XGetWMHints.3x -usr/X11R6/man/man3/XGetWMIconName.3x -usr/X11R6/man/man3/XGetWMName.3x -usr/X11R6/man/man3/XGetWMNormalHints.3x -usr/X11R6/man/man3/XGetWMProtocols.3x -usr/X11R6/man/man3/XGetWMSizeHints.3x -usr/X11R6/man/man3/XGetWindowAttributes.3x -usr/X11R6/man/man3/XGetWindowProperty.3x -usr/X11R6/man/man3/XGrabButton.3x -usr/X11R6/man/man3/XGrabDevice.3x -usr/X11R6/man/man3/XGrabDeviceButton.3x -usr/X11R6/man/man3/XGrabDeviceKey.3x -usr/X11R6/man/man3/XGrabKey.3x -usr/X11R6/man/man3/XGrabKeyboard.3x -usr/X11R6/man/man3/XGrabPointer.3x -usr/X11R6/man/man3/XGrabServer.3x -usr/X11R6/man/man3/XGraphicsExposeEvent.3x -usr/X11R6/man/man3/XGravityEvent.3x -usr/X11R6/man/man3/XHostAddress.3x -usr/X11R6/man/man3/XIMOfIC.3x -usr/X11R6/man/man3/XIconSize.3x -usr/X11R6/man/man3/XIconifyWindow.3x -usr/X11R6/man/man3/XIfEvent.3x -usr/X11R6/man/man3/XInitImage.3x -usr/X11R6/man/man3/XInitThreads.3x -usr/X11R6/man/man3/XInsertModifiermapEntry.3x -usr/X11R6/man/man3/XInstallColormap.3x -usr/X11R6/man/man3/XInternAtom.3x -usr/X11R6/man/man3/XInternAtoms.3x -usr/X11R6/man/man3/XInternalConnectionNumbers.3x -usr/X11R6/man/man3/XIntersectRegion.3x -usr/X11R6/man/man3/XKeyEvent.3x -usr/X11R6/man/man3/XKeyboardControl.3x -usr/X11R6/man/man3/XKeycodeToKeysym.3x -usr/X11R6/man/man3/XKeymapEvent.3x -usr/X11R6/man/man3/XKeysymToKeycode.3x -usr/X11R6/man/man3/XKeysymToString.3x -usr/X11R6/man/man3/XKillClient.3x -usr/X11R6/man/man3/XListDepths.3x -usr/X11R6/man/man3/XListFonts.3x -usr/X11R6/man/man3/XListFontsWithInfo.3x -usr/X11R6/man/man3/XListHosts.3x -usr/X11R6/man/man3/XListInputDevices.3x -usr/X11R6/man/man3/XListInstalledColormaps.3x -usr/X11R6/man/man3/XListPixmapFormats.3x -usr/X11R6/man/man3/XListProperties.3x -usr/X11R6/man/man3/XLoadFont.3x -usr/X11R6/man/man3/XLoadQueryFont.3x -usr/X11R6/man/man3/XLocaleOfFontSet.3x -usr/X11R6/man/man3/XLocaleOfIM.3x -usr/X11R6/man/man3/XLocaleOfOM.3x -usr/X11R6/man/man3/XLockDisplay.3x -usr/X11R6/man/man3/XLookupColor.3x -usr/X11R6/man/man3/XLookupKeysym.3x -usr/X11R6/man/man3/XLookupString.3x -usr/X11R6/man/man3/XLowerWindow.3x -usr/X11R6/man/man3/XMapEvent.3x -usr/X11R6/man/man3/XMapRaised.3x -usr/X11R6/man/man3/XMapRequestEvent.3x -usr/X11R6/man/man3/XMapSubwindows.3x -usr/X11R6/man/man3/XMapWindow.3x -usr/X11R6/man/man3/XMappingEvent.3x -usr/X11R6/man/man3/XMaskEvent.3x -usr/X11R6/man/man3/XMatchVisualInfo.3x -usr/X11R6/man/man3/XMaxRequestSize.3x -usr/X11R6/man/man3/XModifierKeymap.3x -usr/X11R6/man/man3/XMotionEvent.3x -usr/X11R6/man/man3/XMoveResizeWindow.3x -usr/X11R6/man/man3/XMoveWindow.3x -usr/X11R6/man/man3/XNewModifiermap.3x -usr/X11R6/man/man3/XNextEvent.3x -usr/X11R6/man/man3/XNoExposeEvent.3x -usr/X11R6/man/man3/XNoOp.3x -usr/X11R6/man/man3/XOMOfOC.3x -usr/X11R6/man/man3/XOffsetRegion.3x -usr/X11R6/man/man3/XOpenDevice.3x -usr/X11R6/man/man3/XOpenDisplay.3x -usr/X11R6/man/man3/XOpenIM.3x -usr/X11R6/man/man3/XOpenOM.3x -usr/X11R6/man/man3/XParseColor.3x -usr/X11R6/man/man3/XParseGeometry.3x -usr/X11R6/man/man3/XPeekEvent.3x -usr/X11R6/man/man3/XPeekIfEvent.3x -usr/X11R6/man/man3/XPending.3x -usr/X11R6/man/man3/XPixmapFormatValues.3x -usr/X11R6/man/man3/XPoint.3x -usr/X11R6/man/man3/XPointInRegion.3x -usr/X11R6/man/man3/XPolygonRegion.3x -usr/X11R6/man/man3/XProcessInternalConnection.3x -usr/X11R6/man/man3/XPropertyEvent.3x -usr/X11R6/man/man3/XPutBackEvent.3x -usr/X11R6/man/man3/XPutImage.3x -usr/X11R6/man/man3/XPutPixel.3x -usr/X11R6/man/man3/XQueryBestCursor.3x -usr/X11R6/man/man3/XQueryBestSize.3x -usr/X11R6/man/man3/XQueryBestStipple.3x -usr/X11R6/man/man3/XQueryBestTile.3x -usr/X11R6/man/man3/XQueryColor.3x -usr/X11R6/man/man3/XQueryColors.3x -usr/X11R6/man/man3/XQueryDeviceState.3x -usr/X11R6/man/man3/XQueryFont.3x -usr/X11R6/man/man3/XQueryKeymap.3x -usr/X11R6/man/man3/XQueryPointer.3x -usr/X11R6/man/man3/XQueryTextExtents.3x -usr/X11R6/man/man3/XQueryTextExtents16.3x -usr/X11R6/man/man3/XQueryTree.3x -usr/X11R6/man/man3/XRaiseWindow.3x -usr/X11R6/man/man3/XReadBitmapFile.3x -usr/X11R6/man/man3/XReadBitmapFileData.3x -usr/X11R6/man/man3/XRebindKeySym.3x -usr/X11R6/man/man3/XRecolorCursor.3x -usr/X11R6/man/man3/XReconfigureWMWindow.3x -usr/X11R6/man/man3/XRectInRegion.3x -usr/X11R6/man/man3/XRectangle.3x -usr/X11R6/man/man3/XRefreshKeyboardMapping.3x -usr/X11R6/man/man3/XRegisterIMInstantiateCallback.3x -usr/X11R6/man/man3/XRemoveConnectionWatch.3x -usr/X11R6/man/man3/XRemoveFromSaveSet.3x -usr/X11R6/man/man3/XRemoveHost.3x -usr/X11R6/man/man3/XRemoveHosts.3x -usr/X11R6/man/man3/XReparentEvent.3x -usr/X11R6/man/man3/XReparentWindow.3x -usr/X11R6/man/man3/XResetScreenSaver.3x -usr/X11R6/man/man3/XResizeRequestEvent.3x -usr/X11R6/man/man3/XResizeWindow.3x -usr/X11R6/man/man3/XResourceManagerString.3x -usr/X11R6/man/man3/XRestackWindows.3x -usr/X11R6/man/man3/XRotateBuffers.3x -usr/X11R6/man/man3/XRotateWindowProperties.3x -usr/X11R6/man/man3/XSaveContext.3x -usr/X11R6/man/man3/XScreenNumberOfScreen.3x -usr/X11R6/man/man3/XScreenResourceString.3x -usr/X11R6/man/man3/XSegment.3x -usr/X11R6/man/man3/XSelectExtensionEvent.3x -usr/X11R6/man/man3/XSelectInput.3x -usr/X11R6/man/man3/XSelectionClearEvent.3x -usr/X11R6/man/man3/XSelectionEvent.3x -usr/X11R6/man/man3/XSelectionRequestEvent.3x -usr/X11R6/man/man3/XSendEvent.3x -usr/X11R6/man/man3/XSendExtensionEvent.3x -usr/X11R6/man/man3/XSetAccessControl.3x -usr/X11R6/man/man3/XSetAfterFunction.3x -usr/X11R6/man/man3/XSetArcMode.3x -usr/X11R6/man/man3/XSetBackground.3x -usr/X11R6/man/man3/XSetClassHint.3x -usr/X11R6/man/man3/XSetClipMask.3x -usr/X11R6/man/man3/XSetClipOrigin.3x -usr/X11R6/man/man3/XSetClipRectangles.3x -usr/X11R6/man/man3/XSetCloseDownMode.3x -usr/X11R6/man/man3/XSetCommand.3x -usr/X11R6/man/man3/XSetDashes.3x -usr/X11R6/man/man3/XSetDeviceButtonMapping.3x -usr/X11R6/man/man3/XSetDeviceFocus.3x -usr/X11R6/man/man3/XSetDeviceMode.3x -usr/X11R6/man/man3/XSetDeviceModifierMapping.3x -usr/X11R6/man/man3/XSetDeviceValuators.3x -usr/X11R6/man/man3/XSetErrorHandler.3x -usr/X11R6/man/man3/XSetFillRule.3x -usr/X11R6/man/man3/XSetFillStyle.3x -usr/X11R6/man/man3/XSetFont.3x -usr/X11R6/man/man3/XSetFontPath.3x -usr/X11R6/man/man3/XSetForeground.3x -usr/X11R6/man/man3/XSetFunction.3x -usr/X11R6/man/man3/XSetGraphicsExposure.3x -usr/X11R6/man/man3/XSetICFocus.3x -usr/X11R6/man/man3/XSetICValues.3x -usr/X11R6/man/man3/XSetIMValues.3x -usr/X11R6/man/man3/XSetIOErrorHandler.3x -usr/X11R6/man/man3/XSetIconName.3x -usr/X11R6/man/man3/XSetIconSizes.3x -usr/X11R6/man/man3/XSetInputFocus.3x -usr/X11R6/man/man3/XSetLineAttributes.3x -usr/X11R6/man/man3/XSetLocaleModifiers.3x -usr/X11R6/man/man3/XSetModifierMapping.3x -usr/X11R6/man/man3/XSetOCValues.3x -usr/X11R6/man/man3/XSetOMValues.3x -usr/X11R6/man/man3/XSetPlanemask.3x -usr/X11R6/man/man3/XSetPointerMapping.3x -usr/X11R6/man/man3/XSetRGBColormaps.3x -usr/X11R6/man/man3/XSetRegion.3x -usr/X11R6/man/man3/XSetScreenSaver.3x -usr/X11R6/man/man3/XSetSelectionOwner.3x -usr/X11R6/man/man3/XSetState.3x -usr/X11R6/man/man3/XSetStipple.3x -usr/X11R6/man/man3/XSetSubwindowMode.3x -usr/X11R6/man/man3/XSetTSOrigin.3x -usr/X11R6/man/man3/XSetTextProperty.3x -usr/X11R6/man/man3/XSetTile.3x -usr/X11R6/man/man3/XSetTransientForHint.3x -usr/X11R6/man/man3/XSetWMClientMachine.3x -usr/X11R6/man/man3/XSetWMColormapWindows.3x -usr/X11R6/man/man3/XSetWMHints.3x -usr/X11R6/man/man3/XSetWMIconName.3x -usr/X11R6/man/man3/XSetWMName.3x -usr/X11R6/man/man3/XSetWMNormalHints.3x -usr/X11R6/man/man3/XSetWMProperties.3x -usr/X11R6/man/man3/XSetWMProtocols.3x -usr/X11R6/man/man3/XSetWMSizeHints.3x -usr/X11R6/man/man3/XSetWindowAttributes.3x -usr/X11R6/man/man3/XSetWindowBackground.3x -usr/X11R6/man/man3/XSetWindowBackgroundPixmap.3x -usr/X11R6/man/man3/XSetWindowBorder.3x -usr/X11R6/man/man3/XSetWindowBorderPixmap.3x -usr/X11R6/man/man3/XSetWindowBorderWidth.3x -usr/X11R6/man/man3/XSetWindowColormap.3x -usr/X11R6/man/man3/XShapeCombineMask.3x -usr/X11R6/man/man3/XShapeCombineRectangles.3x -usr/X11R6/man/man3/XShapeCombineRegion.3x -usr/X11R6/man/man3/XShapeCombineShape.3x -usr/X11R6/man/man3/XShapeGetRectangles.3x -usr/X11R6/man/man3/XShapeInputSelected.3x -usr/X11R6/man/man3/XShapeOffsetShape.3x -usr/X11R6/man/man3/XShapeQueryExtension.3x -usr/X11R6/man/man3/XShapeQueryExtents.3x -usr/X11R6/man/man3/XShapeQueryVersion.3x -usr/X11R6/man/man3/XShapeSelectInput.3x -usr/X11R6/man/man3/XShrinkRegion.3x -usr/X11R6/man/man3/XSizeHints.3x -usr/X11R6/man/man3/XStandardColormap.3x -usr/X11R6/man/man3/XStandards.3x -usr/X11R6/man/man3/XStoreBuffer.3x -usr/X11R6/man/man3/XStoreBytes.3x -usr/X11R6/man/man3/XStoreColor.3x -usr/X11R6/man/man3/XStoreColors.3x -usr/X11R6/man/man3/XStoreName.3x -usr/X11R6/man/man3/XStoreNamedColor.3x -usr/X11R6/man/man3/XStringListToTextProperty.3x -usr/X11R6/man/man3/XStringToKeysym.3x -usr/X11R6/man/man3/XSubImage.3x -usr/X11R6/man/man3/XSubtractRegion.3x -usr/X11R6/man/man3/XSupportsLocale.3x -usr/X11R6/man/man3/XSync.3x -usr/X11R6/man/man3/XSynchronize.3x -usr/X11R6/man/man3/XTextExtents.3x -usr/X11R6/man/man3/XTextExtents16.3x -usr/X11R6/man/man3/XTextItem.3x -usr/X11R6/man/man3/XTextItem16.3x -usr/X11R6/man/man3/XTextProperty.3x -usr/X11R6/man/man3/XTextPropertyToStringList.3x -usr/X11R6/man/man3/XTextWidth.3x -usr/X11R6/man/man3/XTextWidth16.3x -usr/X11R6/man/man3/XTimeCoord.3x -usr/X11R6/man/man3/XTranslateCoordinates.3x -usr/X11R6/man/man3/XUndefineCursor.3x -usr/X11R6/man/man3/XUngrabButton.3x -usr/X11R6/man/man3/XUngrabDevice.3x -usr/X11R6/man/man3/XUngrabDeviceButton.3x -usr/X11R6/man/man3/XUngrabDeviceKey.3x -usr/X11R6/man/man3/XUngrabKey.3x -usr/X11R6/man/man3/XUngrabKeyboard.3x -usr/X11R6/man/man3/XUngrabPointer.3x -usr/X11R6/man/man3/XUngrabServer.3x -usr/X11R6/man/man3/XUninstallColormap.3x -usr/X11R6/man/man3/XUnionRectWithRegion.3x -usr/X11R6/man/man3/XUnionRegion.3x -usr/X11R6/man/man3/XUniqueContext.3x -usr/X11R6/man/man3/XUnloadFont.3x -usr/X11R6/man/man3/XUnlockDisplay.3x -usr/X11R6/man/man3/XUnmapEvent.3x -usr/X11R6/man/man3/XUnmapSubwindows.3x -usr/X11R6/man/man3/XUnmapWindow.3x -usr/X11R6/man/man3/XUnregisterIMInstantiateCallback.3x -usr/X11R6/man/man3/XUnsetICFocus.3x -usr/X11R6/man/man3/XVaCreateNestedList.3x -usr/X11R6/man/man3/XVisibilityNotifyEvent.3x -usr/X11R6/man/man3/XVisualIDFromVisual.3x -usr/X11R6/man/man3/XVisualInfo.3x -usr/X11R6/man/man3/XWMGeometry.3x -usr/X11R6/man/man3/XWMHints.3x -usr/X11R6/man/man3/XWarpPointer.3x -usr/X11R6/man/man3/XWindowAttributes.3x -usr/X11R6/man/man3/XWindowChanges.3x -usr/X11R6/man/man3/XWindowEvent.3x -usr/X11R6/man/man3/XWithdrawWindow.3x -usr/X11R6/man/man3/XWriteBitmapFile.3x -usr/X11R6/man/man3/XXorRegion.3x -usr/X11R6/man/man3/Xau.3x -usr/X11R6/man/man3/XauDisposeAuth.3x -usr/X11R6/man/man3/XauFileName.3x -usr/X11R6/man/man3/XauGetAuthByAddr.3x -usr/X11R6/man/man3/XauGetBestAuthByAddr.3x -usr/X11R6/man/man3/XauLockAuth.3x -usr/X11R6/man/man3/XauReadAuth.3x -usr/X11R6/man/man3/XauUnlockAuth.3x -usr/X11R6/man/man3/XauWriteAuth.3x -usr/X11R6/man/man3/XcmsAllocColor.3x -usr/X11R6/man/man3/XcmsAllocNamedColor.3x -usr/X11R6/man/man3/XcmsCCCOfColormap.3x -usr/X11R6/man/man3/XcmsCIELab.3x -usr/X11R6/man/man3/XcmsCIELabQueryMaxC.3x -usr/X11R6/man/man3/XcmsCIELabQueryMaxL.3x -usr/X11R6/man/man3/XcmsCIELabQueryMaxLC.3x -usr/X11R6/man/man3/XcmsCIELabQueryMinL.3x -usr/X11R6/man/man3/XcmsCIELuv.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMaxC.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMaxL.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMaxLC.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMinL.3x -usr/X11R6/man/man3/XcmsCIEXYZ.3x -usr/X11R6/man/man3/XcmsCIEuvY.3x -usr/X11R6/man/man3/XcmsCIExyY.3x -usr/X11R6/man/man3/XcmsColor.3x -usr/X11R6/man/man3/XcmsConvertColors.3x -usr/X11R6/man/man3/XcmsCreateCCC.3x -usr/X11R6/man/man3/XcmsDefaultCCC.3x -usr/X11R6/man/man3/XcmsFreeCCC.3x -usr/X11R6/man/man3/XcmsLookupColor.3x -usr/X11R6/man/man3/XcmsPad.3x -usr/X11R6/man/man3/XcmsQueryBlack.3x -usr/X11R6/man/man3/XcmsQueryBlue.3x -usr/X11R6/man/man3/XcmsQueryColor.3x -usr/X11R6/man/man3/XcmsQueryColors.3x -usr/X11R6/man/man3/XcmsQueryGreen.3x -usr/X11R6/man/man3/XcmsQueryRed.3x -usr/X11R6/man/man3/XcmsQueryWhite.3x -usr/X11R6/man/man3/XcmsRGB.3x -usr/X11R6/man/man3/XcmsRGBi.3x -usr/X11R6/man/man3/XcmsSetCCCOfColormap.3x -usr/X11R6/man/man3/XcmsSetWhiteAdjustProc.3x -usr/X11R6/man/man3/XcmsSetWhitePoint.3x -usr/X11R6/man/man3/XcmsStoreColor.3x -usr/X11R6/man/man3/XcmsStoreColors.3x -usr/X11R6/man/man3/XcmsTekHVC.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxC.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxV.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxVC.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxVSamples.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMinV.3x -usr/X11R6/man/man3/XdbeAllocateBackBufferName.3x -usr/X11R6/man/man3/XdbeBeginIdiom.3x -usr/X11R6/man/man3/XdbeDeallocateBackBufferName.3x -usr/X11R6/man/man3/XdbeEndIdiom.3x -usr/X11R6/man/man3/XdbeFreeVisualInfo.3x -usr/X11R6/man/man3/XdbeGetBackBufferAttributes.3x -usr/X11R6/man/man3/XdbeGetVisualInfo.3x -usr/X11R6/man/man3/XdbeQueryExtension.3x -usr/X11R6/man/man3/XdbeSwapBuffers.3x -usr/X11R6/man/man3/XmbDrawImageString.3x -usr/X11R6/man/man3/XmbDrawString.3x -usr/X11R6/man/man3/XmbDrawText.3x -usr/X11R6/man/man3/XmbLookupString.3x -usr/X11R6/man/man3/XmbResetIC.3x -usr/X11R6/man/man3/XmbSetWMProperties.3x -usr/X11R6/man/man3/XmbTextEscapement.3x -usr/X11R6/man/man3/XmbTextExtents.3x -usr/X11R6/man/man3/XmbTextListToTextProperty.3x -usr/X11R6/man/man3/XmbTextPerCharExtents.3x -usr/X11R6/man/man3/XmbTextPropertyToTextList.3x -usr/X11R6/man/man3/XmbufChangeBufferAttributes.3x -usr/X11R6/man/man3/XmbufChangeWindowAttributes.3x -usr/X11R6/man/man3/XmbufCreateBuffers.3x -usr/X11R6/man/man3/XmbufCreateStereoWindow.3x -usr/X11R6/man/man3/XmbufDestroyBuffers.3x -usr/X11R6/man/man3/XmbufDisplayBuffers.3x -usr/X11R6/man/man3/XmbufGetBufferAttributes.3x -usr/X11R6/man/man3/XmbufGetScreenInfo.3x -usr/X11R6/man/man3/XmbufGetVersion.3x -usr/X11R6/man/man3/XmbufGetWindowAttributes.3x -usr/X11R6/man/man3/XmbufQueryExtension.3x -usr/X11R6/man/man3/XrmCombineDatabase.3x -usr/X11R6/man/man3/XrmCombineFileDatabase.3x -usr/X11R6/man/man3/XrmDestroyDatabase.3x -usr/X11R6/man/man3/XrmEnumerateDatabase.3x -usr/X11R6/man/man3/XrmGetDatabase.3x -usr/X11R6/man/man3/XrmGetFileDatabase.3x -usr/X11R6/man/man3/XrmGetResource.3x -usr/X11R6/man/man3/XrmGetStringDatabase.3x -usr/X11R6/man/man3/XrmInitialize.3x -usr/X11R6/man/man3/XrmLocaleOfDatabase.3x -usr/X11R6/man/man3/XrmMergeDatabases.3x -usr/X11R6/man/man3/XrmOptionDescRec.3x -usr/X11R6/man/man3/XrmOptionKind.3x -usr/X11R6/man/man3/XrmParseCommand.3x -usr/X11R6/man/man3/XrmPermStringToQuark.3x -usr/X11R6/man/man3/XrmPutFileDatabase.3x -usr/X11R6/man/man3/XrmPutLineResource.3x -usr/X11R6/man/man3/XrmPutResource.3x -usr/X11R6/man/man3/XrmPutStringResource.3x -usr/X11R6/man/man3/XrmQGetResource.3x -usr/X11R6/man/man3/XrmQGetSearchList.3x -usr/X11R6/man/man3/XrmQGetSearchResource.3x -usr/X11R6/man/man3/XrmQPutResource.3x -usr/X11R6/man/man3/XrmQPutStringResource.3x -usr/X11R6/man/man3/XrmQuarkToString.3x -usr/X11R6/man/man3/XrmSetDatabase.3x -usr/X11R6/man/man3/XrmStringToBindingQuarkList.3x -usr/X11R6/man/man3/XrmStringToQuark.3x -usr/X11R6/man/man3/XrmStringToQuarkList.3x -usr/X11R6/man/man3/XrmUniqueQuark.3x -usr/X11R6/man/man3/XrmValue.3x -usr/X11R6/man/man3/Xsecurity.3x -usr/X11R6/man/man3/XtAddActions.3x -usr/X11R6/man/man3/XtAddCallback.3x -usr/X11R6/man/man3/XtAddCallbacks.3x -usr/X11R6/man/man3/XtAddConverter.3x -usr/X11R6/man/man3/XtAddEventHandler.3x -usr/X11R6/man/man3/XtAddExposureToRegion.3x -usr/X11R6/man/man3/XtAddGrab.3x -usr/X11R6/man/man3/XtAddInput.3x -usr/X11R6/man/man3/XtAddRawEventHandler.3x -usr/X11R6/man/man3/XtAddTimeOut.3x -usr/X11R6/man/man3/XtAddTimeout.3x -usr/X11R6/man/man3/XtAllocateGC.3x -usr/X11R6/man/man3/XtAppAddActionHook.3x -usr/X11R6/man/man3/XtAppAddActions.3x -usr/X11R6/man/man3/XtAppAddBlockHook.3x -usr/X11R6/man/man3/XtAppAddConverter.3x -usr/X11R6/man/man3/XtAppAddInput.3x -usr/X11R6/man/man3/XtAppAddSignal.3x -usr/X11R6/man/man3/XtAppAddTimeOut.3x -usr/X11R6/man/man3/XtAppAddTimeout.3x -usr/X11R6/man/man3/XtAppAddWorkProc.3x -usr/X11R6/man/man3/XtAppCreateShell.3x -usr/X11R6/man/man3/XtAppError.3x -usr/X11R6/man/man3/XtAppErrorMsg.3x -usr/X11R6/man/man3/XtAppGetErrorDatabase.3x -usr/X11R6/man/man3/XtAppGetErrorDatabaseText.3x -usr/X11R6/man/man3/XtAppGetExitFlag.3x -usr/X11R6/man/man3/XtAppGetSelectionTimeout.3x -usr/X11R6/man/man3/XtAppInitialize.3x -usr/X11R6/man/man3/XtAppLock.3x -usr/X11R6/man/man3/XtAppMainLoop.3x -usr/X11R6/man/man3/XtAppNextEvent.3x -usr/X11R6/man/man3/XtAppPeekEvent.3x -usr/X11R6/man/man3/XtAppPending.3x -usr/X11R6/man/man3/XtAppProcessEvent.3x -usr/X11R6/man/man3/XtAppReleaseCacheRefs.3x -usr/X11R6/man/man3/XtAppSetErrorHandler.3x -usr/X11R6/man/man3/XtAppSetErrorMsgHandler.3x -usr/X11R6/man/man3/XtAppSetExitFlag.3x -usr/X11R6/man/man3/XtAppSetFallbackResources.3x -usr/X11R6/man/man3/XtAppSetSelectionTimeout.3x -usr/X11R6/man/man3/XtAppSetTypeConverter.3x -usr/X11R6/man/man3/XtAppSetWarningHandler.3x -usr/X11R6/man/man3/XtAppSetWarningMsgHandler.3x -usr/X11R6/man/man3/XtAppUnlock.3x -usr/X11R6/man/man3/XtAppWarning.3x -usr/X11R6/man/man3/XtAppWarningMsg.3x -usr/X11R6/man/man3/XtAugmentTranslations.3x -usr/X11R6/man/man3/XtBuildEventMask.3x -usr/X11R6/man/man3/XtCallAcceptFocus.3x -usr/X11R6/man/man3/XtCallActionProc.3x -usr/X11R6/man/man3/XtCallCallbackList.3x -usr/X11R6/man/man3/XtCallCallbacks.3x -usr/X11R6/man/man3/XtCallConverter.3x -usr/X11R6/man/man3/XtCallbackExclusive.3x -usr/X11R6/man/man3/XtCallbackNone.3x -usr/X11R6/man/man3/XtCallbackNonexclusive.3x -usr/X11R6/man/man3/XtCallbackPopdown.3x -usr/X11R6/man/man3/XtCalloc.3x -usr/X11R6/man/man3/XtCancelSelectionRequest.3x -usr/X11R6/man/man3/XtChangeManagedSet.3x -usr/X11R6/man/man3/XtCheckSubclass.3x -usr/X11R6/man/man3/XtClass.3x -usr/X11R6/man/man3/XtCloseDisplay.3x -usr/X11R6/man/man3/XtConfigureWidget.3x -usr/X11R6/man/man3/XtConvert.3x -usr/X11R6/man/man3/XtConvertAndStore.3x -usr/X11R6/man/man3/XtConvertCase.3x -usr/X11R6/man/man3/XtCreateApplicationContext.3x -usr/X11R6/man/man3/XtCreateApplicationShell.3x -usr/X11R6/man/man3/XtCreateManagedWidget.3x -usr/X11R6/man/man3/XtCreatePopupShell.3x -usr/X11R6/man/man3/XtCreateSelectionRequest.3x -usr/X11R6/man/man3/XtCreateWidget.3x -usr/X11R6/man/man3/XtCreateWindow.3x -usr/X11R6/man/man3/XtDatabase.3x -usr/X11R6/man/man3/XtDestroyApplicationContext.3x -usr/X11R6/man/man3/XtDestroyWidget.3x -usr/X11R6/man/man3/XtDirectConvert.3x -usr/X11R6/man/man3/XtDisownSelection.3x -usr/X11R6/man/man3/XtDispatchEvent.3x -usr/X11R6/man/man3/XtDispatchEventToWidget.3x -usr/X11R6/man/man3/XtDisplay.3x -usr/X11R6/man/man3/XtDisplayInitialize.3x -usr/X11R6/man/man3/XtDisplayOfObject.3x -usr/X11R6/man/man3/XtDisplayStringConversionWarning.3x -usr/X11R6/man/man3/XtDisplayToApplicationContext.3x -usr/X11R6/man/man3/XtError.3x -usr/X11R6/man/man3/XtErrorMsg.3x -usr/X11R6/man/man3/XtFindFile.3x -usr/X11R6/man/man3/XtFree.3x -usr/X11R6/man/man3/XtGetActionKeysym.3x -usr/X11R6/man/man3/XtGetActionList.3x -usr/X11R6/man/man3/XtGetApplicationNameAndClass.3x -usr/X11R6/man/man3/XtGetApplicationResources.3x -usr/X11R6/man/man3/XtGetClassExtension.3x -usr/X11R6/man/man3/XtGetConstraintResourceList.3x -usr/X11R6/man/man3/XtGetDisplays.3x -usr/X11R6/man/man3/XtGetErrorDatabase.3x -usr/X11R6/man/man3/XtGetErrorDatabaseText.3x -usr/X11R6/man/man3/XtGetGC.3x -usr/X11R6/man/man3/XtGetKeyboardFocusWidget.3x -usr/X11R6/man/man3/XtGetKeysymTable.3x -usr/X11R6/man/man3/XtGetMultiClickTime.3x -usr/X11R6/man/man3/XtGetResourceList.3x -usr/X11R6/man/man3/XtGetSelectionParameters.3x -usr/X11R6/man/man3/XtGetSelectionRequest.3x -usr/X11R6/man/man3/XtGetSelectionTimeout.3x -usr/X11R6/man/man3/XtGetSelectionValue.3x -usr/X11R6/man/man3/XtGetSelectionValueIncremental.3x -usr/X11R6/man/man3/XtGetSelectionValues.3x -usr/X11R6/man/man3/XtGetSelectionValuesIncremental.3x -usr/X11R6/man/man3/XtGetSubresources.3x -usr/X11R6/man/man3/XtGetSubvalues.3x -usr/X11R6/man/man3/XtGetValues.3x -usr/X11R6/man/man3/XtGrabButton.3x -usr/X11R6/man/man3/XtGrabKey.3x -usr/X11R6/man/man3/XtGrabKeyboard.3x -usr/X11R6/man/man3/XtGrabPointer.3x -usr/X11R6/man/man3/XtHasCallbacks.3x -usr/X11R6/man/man3/XtHooksOfDisplay.3x -usr/X11R6/man/man3/XtInitialize.3x -usr/X11R6/man/man3/XtInitializeWidgetClass.3x -usr/X11R6/man/man3/XtInsertEventHandler.3x -usr/X11R6/man/man3/XtInsertEventTypeHandler.3x -usr/X11R6/man/man3/XtInsertRawEventHandler.3x -usr/X11R6/man/man3/XtInstallAccelerators.3x -usr/X11R6/man/man3/XtInstallAllAccelerators.3x -usr/X11R6/man/man3/XtIsApplicationShell.3x -usr/X11R6/man/man3/XtIsComposite.3x -usr/X11R6/man/man3/XtIsConstraint.3x -usr/X11R6/man/man3/XtIsManaged.3x -usr/X11R6/man/man3/XtIsObject.3x -usr/X11R6/man/man3/XtIsOverrideShell.3x -usr/X11R6/man/man3/XtIsRealized.3x -usr/X11R6/man/man3/XtIsRectObj.3x -usr/X11R6/man/man3/XtIsSensitive.3x -usr/X11R6/man/man3/XtIsShell.3x -usr/X11R6/man/man3/XtIsSubclass.3x -usr/X11R6/man/man3/XtIsTopLevelShell.3x -usr/X11R6/man/man3/XtIsTransientShell.3x -usr/X11R6/man/man3/XtIsVendorShell.3x -usr/X11R6/man/man3/XtIsWMShell.3x -usr/X11R6/man/man3/XtIsWidget.3x -usr/X11R6/man/man3/XtKeysymToKeycodeList.3x -usr/X11R6/man/man3/XtLastEventProcessed.3x -usr/X11R6/man/man3/XtLastTimestampProcessed.3x -usr/X11R6/man/man3/XtMainLoop.3x -usr/X11R6/man/man3/XtMakeGeometryRequest.3x -usr/X11R6/man/man3/XtMakeResizeRequest.3x -usr/X11R6/man/man3/XtMalloc.3x -usr/X11R6/man/man3/XtManageChild.3x -usr/X11R6/man/man3/XtManageChildren.3x -usr/X11R6/man/man3/XtMapWidget.3x -usr/X11R6/man/man3/XtMergeArgLists.3x -usr/X11R6/man/man3/XtMoveWidget.3x -usr/X11R6/man/man3/XtName.3x -usr/X11R6/man/man3/XtNameToWidget.3x -usr/X11R6/man/man3/XtNew.3x -usr/X11R6/man/man3/XtNewString.3x -usr/X11R6/man/man3/XtNextEvent.3x -usr/X11R6/man/man3/XtNoticeSignal.3x -usr/X11R6/man/man3/XtNumber.3x -usr/X11R6/man/man3/XtOffset.3x -usr/X11R6/man/man3/XtOffsetOf.3x -usr/X11R6/man/man3/XtOpenApplication.3x -usr/X11R6/man/man3/XtOpenDisplay.3x -usr/X11R6/man/man3/XtOverrideTranslations.3x -usr/X11R6/man/man3/XtOwnSelection.3x -usr/X11R6/man/man3/XtOwnSelectionIncremental.3x -usr/X11R6/man/man3/XtParent.3x -usr/X11R6/man/man3/XtParseAcceleratorTable.3x -usr/X11R6/man/man3/XtParseTranslationTable.3x -usr/X11R6/man/man3/XtPeekEvent.3x -usr/X11R6/man/man3/XtPending.3x -usr/X11R6/man/man3/XtPopdown.3x -usr/X11R6/man/man3/XtPopup.3x -usr/X11R6/man/man3/XtPopupSpringLoaded.3x -usr/X11R6/man/man3/XtProcessEvent.3x -usr/X11R6/man/man3/XtProcessLock.3x -usr/X11R6/man/man3/XtProcessUnlock.3x -usr/X11R6/man/man3/XtQueryGeometry.3x -usr/X11R6/man/man3/XtRealizeWidget.3x -usr/X11R6/man/man3/XtRealloc.3x -usr/X11R6/man/man3/XtRegisterCaseConverter.3x -usr/X11R6/man/man3/XtRegisterDrawable.3x -usr/X11R6/man/man3/XtRegisterExtensionSelector.3x -usr/X11R6/man/man3/XtRegisterGrabAction.3x -usr/X11R6/man/man3/XtReleaseGC.3x -usr/X11R6/man/man3/XtReleasePropertyAtom.3x -usr/X11R6/man/man3/XtRemoveActionHook.3x -usr/X11R6/man/man3/XtRemoveAllCallbacks.3x -usr/X11R6/man/man3/XtRemoveBlockHook.3x -usr/X11R6/man/man3/XtRemoveCallback.3x -usr/X11R6/man/man3/XtRemoveCallbacks.3x -usr/X11R6/man/man3/XtRemoveEventHandler.3x -usr/X11R6/man/man3/XtRemoveEventTypeHandler.3x -usr/X11R6/man/man3/XtRemoveGrab.3x -usr/X11R6/man/man3/XtRemoveInput.3x -usr/X11R6/man/man3/XtRemoveRawEventHandler.3x -usr/X11R6/man/man3/XtRemoveSignal.3x -usr/X11R6/man/man3/XtRemoveTimeOut.3x -usr/X11R6/man/man3/XtRemoveWorkProc.3x -usr/X11R6/man/man3/XtReservePropertyAtom.3x -usr/X11R6/man/man3/XtResizeWidget.3x -usr/X11R6/man/man3/XtResolvePathname.3x -usr/X11R6/man/man3/XtScreen.3x -usr/X11R6/man/man3/XtScreenDatabase.3x -usr/X11R6/man/man3/XtScreenOfObject.3x -usr/X11R6/man/man3/XtSendSelectionRequest.3x -usr/X11R6/man/man3/XtSessionGetToken.3x -usr/X11R6/man/man3/XtSessionReturnToken.3x -usr/X11R6/man/man3/XtSetArg.3x -usr/X11R6/man/man3/XtSetErrorHandler.3x -usr/X11R6/man/man3/XtSetErrorMsgHandler.3x -usr/X11R6/man/man3/XtSetEventDispatcher.3x -usr/X11R6/man/man3/XtSetKeyTranslator.3x -usr/X11R6/man/man3/XtSetKeyboardFocus.3x -usr/X11R6/man/man3/XtSetLanguageProc.3x -usr/X11R6/man/man3/XtSetMappedWhenManaged.3x -usr/X11R6/man/man3/XtSetMultiClickTime.3x -usr/X11R6/man/man3/XtSetSelectionParameters.3x -usr/X11R6/man/man3/XtSetSelectionTimeout.3x -usr/X11R6/man/man3/XtSetSensitive.3x -usr/X11R6/man/man3/XtSetSubvalues.3x -usr/X11R6/man/man3/XtSetTypeConverter.3x -usr/X11R6/man/man3/XtSetValues.3x -usr/X11R6/man/man3/XtSetWMColormapWindows.3x -usr/X11R6/man/man3/XtSetWarningHandler.3x -usr/X11R6/man/man3/XtSetWarningMsgHandler.3x -usr/X11R6/man/man3/XtStringConversionWarning.3x -usr/X11R6/man/man3/XtSuperclass.3x -usr/X11R6/man/man3/XtToolkitInitialize.3x -usr/X11R6/man/man3/XtToolkitThreadInitialize.3x -usr/X11R6/man/man3/XtTranslateCoords.3x -usr/X11R6/man/man3/XtTranslateKeycode.3x -usr/X11R6/man/man3/XtUngrabButton.3x -usr/X11R6/man/man3/XtUngrabKey.3x -usr/X11R6/man/man3/XtUngrabKeyboard.3x -usr/X11R6/man/man3/XtUngrabPointer.3x -usr/X11R6/man/man3/XtUninstallTranslations.3x -usr/X11R6/man/man3/XtUnmanageChild.3x -usr/X11R6/man/man3/XtUnmanageChildren.3x -usr/X11R6/man/man3/XtUnmapWidget.3x -usr/X11R6/man/man3/XtUnrealizeWidget.3x -usr/X11R6/man/man3/XtUnregisterDrawable.3x -usr/X11R6/man/man3/XtVaAppCreateShell.3x -usr/X11R6/man/man3/XtVaAppInitialize.3x -usr/X11R6/man/man3/XtVaCreateArgsList.3x -usr/X11R6/man/man3/XtVaCreateManagedWidget.3x -usr/X11R6/man/man3/XtVaCreatePopupShell.3x -usr/X11R6/man/man3/XtVaCreateWidget.3x -usr/X11R6/man/man3/XtVaGetApplicationResources.3x -usr/X11R6/man/man3/XtVaGetSubresources.3x -usr/X11R6/man/man3/XtVaGetValues.3x -usr/X11R6/man/man3/XtVaOpenApplication.3x -usr/X11R6/man/man3/XtVaSetValues.3x -usr/X11R6/man/man3/XtWarning.3x -usr/X11R6/man/man3/XtWarningMsg.3x -usr/X11R6/man/man3/XtWidgetToApplicationContext.3x -usr/X11R6/man/man3/XtWindow.3x -usr/X11R6/man/man3/XtWindowOfObject.3x -usr/X11R6/man/man3/XtWindowToWidget.3x -usr/X11R6/man/man3/XwcDrawImageString.3x -usr/X11R6/man/man3/XwcDrawString.3x -usr/X11R6/man/man3/XwcDrawText.3x -usr/X11R6/man/man3/XwcFreeStringList.3x -usr/X11R6/man/man3/XwcLookupString.3x -usr/X11R6/man/man3/XwcResetIC.3x -usr/X11R6/man/man3/XwcTextEscapement.3x -usr/X11R6/man/man3/XwcTextExtents.3x -usr/X11R6/man/man3/XwcTextListToTextProperty.3x -usr/X11R6/man/man3/XwcTextPerCharExtents.3x -usr/X11R6/man/man3/XwcTextPropertyToTextList.3x -usr/alpha-redhat-linux/lib/libiberty.a -usr/bin/alpha-redhat-linux-gcc -usr/bin/c++ -usr/bin/c++filt -usr/bin/cc -usr/bin/egcs -usr/bin/f77 -usr/bin/g++ -usr/bin/g77 -usr/bin/gcc -usr/bin/gcov -usr/bin/gdb -usr/bin/gmake -usr/bin/make -usr/bin/protoize -usr/bin/unprotoize -usr/doc/egcs-1.1.2/COPYING -usr/doc/egcs-1.1.2/COPYING.LIB -usr/doc/egcs-1.1.2/README -usr/doc/make-3.77/NEWS -usr/doc/make-3.77/README -usr/include/_G_config.h -usr/include/a.out.h -usr/include/aio.h -usr/include/aliases.h -usr/include/alloca.h -usr/include/ar.h -usr/include/argp.h -usr/include/argz.h -usr/include/arpa/ftp.h -usr/include/arpa/inet.h -usr/include/arpa/nameser.h -usr/include/arpa/telnet.h -usr/include/arpa/tftp.h -usr/include/assert.h -usr/include/bits/byteswap.h -usr/include/bits/cmathcalls.h -usr/include/bits/confname.h -usr/include/bits/dirent.h -usr/include/bits/dlfcn.h -usr/include/bits/elfclass.h -usr/include/bits/endian.h -usr/include/bits/environments.h -usr/include/bits/errno.h -usr/include/bits/fcntl.h -usr/include/bits/fenv.h -usr/include/bits/huge_val.h -usr/include/bits/in.h -usr/include/bits/ioctl-types.h -usr/include/bits/ioctls.h -usr/include/bits/ipc.h -usr/include/bits/libc-lock.h -usr/include/bits/local_lim.h -usr/include/bits/mathcalls.h -usr/include/bits/mathdef.h -usr/include/bits/mathinline.h -usr/include/bits/mman.h -usr/include/bits/msq.h -usr/include/bits/nan.h -usr/include/bits/poll.h -usr/include/bits/posix1_lim.h -usr/include/bits/posix2_lim.h -usr/include/bits/posix_opt.h -usr/include/bits/pthreadtypes.h -usr/include/bits/resource.h -usr/include/bits/sched.h -usr/include/bits/select.h -usr/include/bits/sem.h -usr/include/bits/setjmp.h -usr/include/bits/shm.h -usr/include/bits/sigaction.h -usr/include/bits/sigcontext.h -usr/include/bits/siginfo.h -usr/include/bits/signum.h -usr/include/bits/sigset.h -usr/include/bits/sigstack.h -usr/include/bits/sigthread.h -usr/include/bits/sockaddr.h -usr/include/bits/socket.h -usr/include/bits/stab.def -usr/include/bits/stat.h -usr/include/bits/statfs.h -usr/include/bits/statvfs.h -usr/include/bits/stdio-lock.h -usr/include/bits/stdio.h -usr/include/bits/stdio_lim.h -usr/include/bits/string.h -usr/include/bits/string2.h -usr/include/bits/stropts.h -usr/include/bits/syscall.h -usr/include/bits/termios.h -usr/include/bits/time.h -usr/include/bits/types.h -usr/include/bits/uio.h -usr/include/bits/ustat.h -usr/include/bits/utmp.h -usr/include/bits/utmpx.h -usr/include/bits/utsname.h -usr/include/bits/waitflags.h -usr/include/bits/waitstatus.h -usr/include/bits/wordsize.h -usr/include/bits/xopen_lim.h -usr/include/byteswap.h -usr/include/complex.h -usr/include/cpio.h -usr/include/crypt.h -usr/include/ctype.h -usr/include/db.h -usr/include/db1/db.h -usr/include/db1/mpool.h -usr/include/db1/ndbm.h -usr/include/db_185.h -usr/include/dirent.h -usr/include/dlfcn.h -usr/include/elf.h -usr/include/endian.h -usr/include/envz.h -usr/include/err.h -usr/include/errno.h -usr/include/error.h -usr/include/execinfo.h -usr/include/fcntl.h -usr/include/features.h -usr/include/fenv.h -usr/include/fmtmsg.h -usr/include/fnmatch.h -usr/include/fpu_control.h -usr/include/fstab.h -usr/include/fts.h -usr/include/ftw.h -usr/include/g++-2/PlotFile.h -usr/include/g++-2/SFile.h -usr/include/g++-2/algo.h -usr/include/g++-2/algobase.h -usr/include/g++-2/algorithm -usr/include/g++-2/alloc.h -usr/include/g++-2/builtinbuf.h -usr/include/g++-2/bvector.h -usr/include/g++-2/cassert -usr/include/g++-2/cctype -usr/include/g++-2/cerrno -usr/include/g++-2/cfloat -usr/include/g++-2/ciso646 -usr/include/g++-2/climits -usr/include/g++-2/clocale -usr/include/g++-2/cmath -usr/include/g++-2/complex -usr/include/g++-2/complex.h -usr/include/g++-2/csetjmp -usr/include/g++-2/csignal -usr/include/g++-2/cstdarg -usr/include/g++-2/cstddef -usr/include/g++-2/cstdio -usr/include/g++-2/cstdlib -usr/include/g++-2/cstring -usr/include/g++-2/ctime -usr/include/g++-2/cwchar -usr/include/g++-2/cwctype -usr/include/g++-2/defalloc.h -usr/include/g++-2/deque -usr/include/g++-2/deque.h -usr/include/g++-2/editbuf.h -usr/include/g++-2/fstream -usr/include/g++-2/fstream.h -usr/include/g++-2/function.h -usr/include/g++-2/functional -usr/include/g++-2/hash_map -usr/include/g++-2/hash_map.h -usr/include/g++-2/hash_set -usr/include/g++-2/hash_set.h -usr/include/g++-2/hashtable.h -usr/include/g++-2/heap.h -usr/include/g++-2/indstream.h -usr/include/g++-2/iomanip -usr/include/g++-2/iomanip.h -usr/include/g++-2/iosfwd -usr/include/g++-2/iostream -usr/include/g++-2/iostream.h -usr/include/g++-2/istream.h -usr/include/g++-2/iterator -usr/include/g++-2/iterator.h -usr/include/g++-2/list -usr/include/g++-2/list.h -usr/include/g++-2/map -usr/include/g++-2/map.h -usr/include/g++-2/memory -usr/include/g++-2/multimap.h -usr/include/g++-2/multiset.h -usr/include/g++-2/numeric -usr/include/g++-2/ostream.h -usr/include/g++-2/pair.h -usr/include/g++-2/parsestream.h -usr/include/g++-2/pfstream.h -usr/include/g++-2/procbuf.h -usr/include/g++-2/pthread_alloc -usr/include/g++-2/pthread_alloc.h -usr/include/g++-2/queue -usr/include/g++-2/rope -usr/include/g++-2/rope.h -usr/include/g++-2/ropeimpl.h -usr/include/g++-2/set -usr/include/g++-2/set.h -usr/include/g++-2/slist -usr/include/g++-2/slist.h -usr/include/g++-2/stack -usr/include/g++-2/stack.h -usr/include/g++-2/std/bastring.cc -usr/include/g++-2/std/bastring.h -usr/include/g++-2/std/complext.cc -usr/include/g++-2/std/complext.h -usr/include/g++-2/std/dcomplex.h -usr/include/g++-2/std/fcomplex.h -usr/include/g++-2/std/ldcomplex.h -usr/include/g++-2/std/straits.h -usr/include/g++-2/stdexcept -usr/include/g++-2/stdiostream.h -usr/include/g++-2/stl.h -usr/include/g++-2/stl_algo.h -usr/include/g++-2/stl_algobase.h -usr/include/g++-2/stl_alloc.h -usr/include/g++-2/stl_bvector.h -usr/include/g++-2/stl_config.h -usr/include/g++-2/stl_construct.h -usr/include/g++-2/stl_deque.h -usr/include/g++-2/stl_function.h -usr/include/g++-2/stl_hash_fun.h -usr/include/g++-2/stl_hash_map.h -usr/include/g++-2/stl_hash_set.h -usr/include/g++-2/stl_hashtable.h -usr/include/g++-2/stl_heap.h -usr/include/g++-2/stl_iterator.h -usr/include/g++-2/stl_list.h -usr/include/g++-2/stl_map.h -usr/include/g++-2/stl_multimap.h -usr/include/g++-2/stl_multiset.h -usr/include/g++-2/stl_numeric.h -usr/include/g++-2/stl_pair.h -usr/include/g++-2/stl_queue.h -usr/include/g++-2/stl_raw_storage_iter.h -usr/include/g++-2/stl_relops.h -usr/include/g++-2/stl_rope.h -usr/include/g++-2/stl_set.h -usr/include/g++-2/stl_slist.h -usr/include/g++-2/stl_stack.h -usr/include/g++-2/stl_tempbuf.h -usr/include/g++-2/stl_tree.h -usr/include/g++-2/stl_uninitialized.h -usr/include/g++-2/stl_vector.h -usr/include/g++-2/stream.h -usr/include/g++-2/streambuf.h -usr/include/g++-2/strfile.h -usr/include/g++-2/string -usr/include/g++-2/strstream -usr/include/g++-2/strstream.h -usr/include/g++-2/tempbuf.h -usr/include/g++-2/tree.h -usr/include/g++-2/type_traits.h -usr/include/g++-2/utility -usr/include/g++-2/vector -usr/include/g++-2/vector.h -usr/include/gconv.h -usr/include/getopt.h -usr/include/glob.h -usr/include/gnu-versions.h -usr/include/gnu/lib-names.h -usr/include/gnu/libc-version.h -usr/include/gnu/stubs.h -usr/include/grp.h -usr/include/iconv.h -usr/include/ieee754.h -usr/include/inttypes.h -usr/include/langinfo.h -usr/include/lastlog.h -usr/include/libgen.h -usr/include/libintl.h -usr/include/libio.h -usr/include/limits.h -usr/include/link.h -usr/include/locale.h -usr/include/malloc.h -usr/include/math.h -usr/include/mcheck.h -usr/include/memory.h -usr/include/mntent.h -usr/include/monetary.h -usr/include/net/ethernet.h -usr/include/net/if.h -usr/include/net/if_arp.h -usr/include/net/if_packet.h -usr/include/net/if_ppp.h -usr/include/net/if_shaper.h -usr/include/net/if_slip.h -usr/include/net/ppp-comp.h -usr/include/net/ppp_defs.h -usr/include/net/route.h -usr/include/netash/ash.h -usr/include/netatalk/at.h -usr/include/netax25/ax25.h -usr/include/netdb.h -usr/include/neteconet/ec.h -usr/include/netinet/ether.h -usr/include/netinet/icmp6.h -usr/include/netinet/if_ether.h -usr/include/netinet/if_fddi.h -usr/include/netinet/if_tr.h -usr/include/netinet/igmp.h -usr/include/netinet/in.h -usr/include/netinet/in_systm.h -usr/include/netinet/ip.h -usr/include/netinet/ip6.h -usr/include/netinet/ip_icmp.h -usr/include/netinet/tcp.h -usr/include/netinet/udp.h -usr/include/netipx/ipx.h -usr/include/netpacket/packet.h -usr/include/netrom/netrom.h -usr/include/netrose/rose.h -usr/include/nfs/nfs.h -usr/include/nl_types.h -usr/include/nss.h -usr/include/obstack.h -usr/include/paths.h -usr/include/poll.h -usr/include/printf.h -usr/include/protocols/routed.h -usr/include/protocols/rwhod.h -usr/include/protocols/talkd.h -usr/include/protocols/timed.h -usr/include/pthread.h -usr/include/pty.h -usr/include/pwd.h -usr/include/re_comp.h -usr/include/regex.h -usr/include/regexp.h -usr/include/resolv.h -usr/include/rpc/auth.h -usr/include/rpc/auth_des.h -usr/include/rpc/auth_unix.h -usr/include/rpc/clnt.h -usr/include/rpc/des_crypt.h -usr/include/rpc/key_prot.h -usr/include/rpc/netdb.h -usr/include/rpc/pmap_clnt.h -usr/include/rpc/pmap_prot.h -usr/include/rpc/pmap_rmt.h -usr/include/rpc/rpc.h -usr/include/rpc/rpc_des.h -usr/include/rpc/rpc_msg.h -usr/include/rpc/svc.h -usr/include/rpc/svc_auth.h -usr/include/rpc/types.h -usr/include/rpc/xdr.h -usr/include/rpcsvc/bootparam.h -usr/include/rpcsvc/bootparam_prot.h -usr/include/rpcsvc/bootparam_prot.x -usr/include/rpcsvc/key_prot.h -usr/include/rpcsvc/key_prot.x -usr/include/rpcsvc/klm_prot.h -usr/include/rpcsvc/klm_prot.x -usr/include/rpcsvc/mount.h -usr/include/rpcsvc/mount.x -usr/include/rpcsvc/nfs_prot.h -usr/include/rpcsvc/nfs_prot.x -usr/include/rpcsvc/nis.h -usr/include/rpcsvc/nis.x -usr/include/rpcsvc/nis_callback.h -usr/include/rpcsvc/nis_callback.x -usr/include/rpcsvc/nis_object.x -usr/include/rpcsvc/nis_tags.h -usr/include/rpcsvc/nislib.h -usr/include/rpcsvc/nlm_prot.h -usr/include/rpcsvc/nlm_prot.x -usr/include/rpcsvc/rex.h -usr/include/rpcsvc/rex.x -usr/include/rpcsvc/rquota.h -usr/include/rpcsvc/rquota.x -usr/include/rpcsvc/rstat.h -usr/include/rpcsvc/rstat.x -usr/include/rpcsvc/rusers.h -usr/include/rpcsvc/rusers.x -usr/include/rpcsvc/sm_inter.h -usr/include/rpcsvc/sm_inter.x -usr/include/rpcsvc/spray.h -usr/include/rpcsvc/spray.x -usr/include/rpcsvc/yp.h -usr/include/rpcsvc/yp.x -usr/include/rpcsvc/yp_prot.h -usr/include/rpcsvc/ypclnt.h -usr/include/rpcsvc/yppasswd.h -usr/include/rpcsvc/yppasswd.x -usr/include/rpcsvc/ypupd.h -usr/include/sched.h -usr/include/scsi/scsi.h -usr/include/scsi/sg.h -usr/include/search.h -usr/include/semaphore.h -usr/include/setjmp.h -usr/include/sgtty.h -usr/include/shadow.h -usr/include/signal.h -usr/include/stab.h -usr/include/stdint.h -usr/include/stdio.h -usr/include/stdlib.h -usr/include/string.h -usr/include/strings.h -usr/include/stropts.h -usr/include/sys/acct.h -usr/include/sys/bitypes.h -usr/include/sys/cdefs.h -usr/include/sys/debugreg.h -usr/include/sys/dir.h -usr/include/sys/elf.h -usr/include/sys/errno.h -usr/include/sys/fcntl.h -usr/include/sys/file.h -usr/include/sys/fsuid.h -usr/include/sys/gmon.h -usr/include/sys/gmon_out.h -usr/include/sys/io.h -usr/include/sys/ioctl.h -usr/include/sys/ipc.h -usr/include/sys/kd.h -usr/include/sys/kdaemon.h -usr/include/sys/klog.h -usr/include/sys/mman.h -usr/include/sys/mount.h -usr/include/sys/msg.h -usr/include/sys/mtio.h -usr/include/sys/param.h -usr/include/sys/pci.h -usr/include/sys/perm.h -usr/include/sys/poll.h -usr/include/sys/prctl.h -usr/include/sys/procfs.h -usr/include/sys/ptrace.h -usr/include/sys/queue.h -usr/include/sys/quota.h -usr/include/sys/raw.h -usr/include/sys/reboot.h -usr/include/sys/reg.h -usr/include/sys/resource.h -usr/include/sys/select.h -usr/include/sys/sem.h -usr/include/sys/sendfile.h -usr/include/sys/shm.h -usr/include/sys/signal.h -usr/include/sys/socket.h -usr/include/sys/socketvar.h -usr/include/sys/soundcard.h -usr/include/sys/stat.h -usr/include/sys/statfs.h -usr/include/sys/statvfs.h -usr/include/sys/stropts.h -usr/include/sys/swap.h -usr/include/sys/syscall.h -usr/include/sys/sysctl.h -usr/include/sys/sysinfo.h -usr/include/sys/syslog.h -usr/include/sys/sysmacros.h -usr/include/sys/termios.h -usr/include/sys/time.h -usr/include/sys/timeb.h -usr/include/sys/times.h -usr/include/sys/timex.h -usr/include/sys/ttychars.h -usr/include/sys/ttydefaults.h -usr/include/sys/types.h -usr/include/sys/ucontext.h -usr/include/sys/uio.h -usr/include/sys/ultrasound.h -usr/include/sys/un.h -usr/include/sys/unistd.h -usr/include/sys/user.h -usr/include/sys/ustat.h -usr/include/sys/utsname.h -usr/include/sys/vfs.h -usr/include/sys/vlimit.h -usr/include/sys/vm86.h -usr/include/sys/vt.h -usr/include/sys/vtimes.h -usr/include/sys/wait.h -usr/include/syscall.h -usr/include/sysexits.h -usr/include/syslog.h -usr/include/tar.h -usr/include/termio.h -usr/include/termios.h -usr/include/tgmath.h -usr/include/time.h -usr/include/ttyent.h -usr/include/ucontext.h -usr/include/ulimit.h -usr/include/unistd.h -usr/include/ustat.h -usr/include/utime.h -usr/include/utmp.h -usr/include/utmpx.h -usr/include/values.h -usr/include/wait.h -usr/include/wchar.h -usr/include/wctype.h -usr/include/wordexp.h -usr/include/xlocale.h -usr/info/cpp.info.gz -usr/info/g77.info.gz -usr/info/gcc.info.gz -usr/info/gdb.info-1.gz -usr/info/gdb.info-10.gz -usr/info/gdb.info-2.gz -usr/info/gdb.info-3.gz -usr/info/gdb.info-4.gz -usr/info/gdb.info-5.gz -usr/info/gdb.info-6.gz -usr/info/gdb.info-7.gz -usr/info/gdb.info-8.gz -usr/info/gdb.info-9.gz -usr/info/gdb.info.gz -usr/info/gdbint.info-1.gz -usr/info/gdbint.info-2.gz -usr/info/gdbint.info-3.gz -usr/info/gdbint.info.gz -usr/info/libc.info-1.gz -usr/info/libc.info-10.gz -usr/info/libc.info-11.gz -usr/info/libc.info-12.gz -usr/info/libc.info-13.gz -usr/info/libc.info-14.gz -usr/info/libc.info-15.gz -usr/info/libc.info-16.gz -usr/info/libc.info-17.gz -usr/info/libc.info-18.gz -usr/info/libc.info-19.gz -usr/info/libc.info-2.gz -usr/info/libc.info-20.gz -usr/info/libc.info-21.gz -usr/info/libc.info-22.gz -usr/info/libc.info-23.gz -usr/info/libc.info-24.gz -usr/info/libc.info-25.gz -usr/info/libc.info-26.gz -usr/info/libc.info-27.gz -usr/info/libc.info-28.gz -usr/info/libc.info-29.gz -usr/info/libc.info-3.gz -usr/info/libc.info-30.gz -usr/info/libc.info-31.gz -usr/info/libc.info-32.gz -usr/info/libc.info-33.gz -usr/info/libc.info-34.gz -usr/info/libc.info-35.gz -usr/info/libc.info-36.gz -usr/info/libc.info-37.gz -usr/info/libc.info-38.gz -usr/info/libc.info-39.gz -usr/info/libc.info-4.gz -usr/info/libc.info-40.gz -usr/info/libc.info-41.gz -usr/info/libc.info-42.gz -usr/info/libc.info-43.gz -usr/info/libc.info-44.gz -usr/info/libc.info-45.gz -usr/info/libc.info-46.gz -usr/info/libc.info-47.gz -usr/info/libc.info-48.gz -usr/info/libc.info-49.gz -usr/info/libc.info-5.gz -usr/info/libc.info-50.gz -usr/info/libc.info-51.gz -usr/info/libc.info-52.gz -usr/info/libc.info-6.gz -usr/info/libc.info-7.gz -usr/info/libc.info-8.gz -usr/info/libc.info-9.gz -usr/info/libc.info.gz -usr/info/make.info-1.gz -usr/info/make.info-10.gz -usr/info/make.info-2.gz -usr/info/make.info-3.gz -usr/info/make.info-4.gz -usr/info/make.info-5.gz -usr/info/make.info-6.gz -usr/info/make.info-7.gz -usr/info/make.info-8.gz -usr/info/make.info-9.gz -usr/info/make.info.gz -usr/info/mmalloc.info.gz -usr/info/stabs.info-1.gz -usr/info/stabs.info-2.gz -usr/info/stabs.info-3.gz -usr/info/stabs.info-4.gz -usr/info/stabs.info.gz -usr/lib/Mcrt1.o -usr/lib/crt1.o -usr/lib/crti.o -usr/lib/crtn.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/SYSCALLS.c.X -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/cc1 -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/cc1plus -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/collect2 -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/cpp -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtbegin.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtbeginS.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtend.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/crtendS.o -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/f771 -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/README -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/exception -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/float.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/g2c.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/iso646.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/limits.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/new -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/new.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/proto.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/stdarg.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/stdbool.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/stddef.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/syslimits.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/typeinfo -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-alpha.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-arc.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-clipper.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-h8300.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-i860.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-i960.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-m32r.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-m88k.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-mips.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-mn10200.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-mn10300.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-pa.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-ppc.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-pyr.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-sh.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-sparc.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-spur.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/va-v850.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include/varargs.h -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/libg2c.a -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/libgcc.a -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/libgcc.map -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/libstdc++.a -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/libstdc++.so -usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/specs -usr/lib/gcrt1.o -usr/lib/libBrokenLocale.a -usr/lib/libBrokenLocale.so -usr/lib/libbsd-compat.a -usr/lib/libbsd.a -usr/lib/libc.a -usr/lib/libc.so -usr/lib/libc_nonshared.a -usr/lib/libcrypt.a -usr/lib/libcrypt.so -usr/lib/libdb.a -usr/lib/libdb.so -usr/lib/libdb1.a -usr/lib/libdb1.so -usr/lib/libdl.a -usr/lib/libdl.so -usr/lib/libg.a -usr/lib/libieee.a -usr/lib/libm.a -usr/lib/libm.so -usr/lib/libmcheck.a -usr/lib/libndbm.a -usr/lib/libndbm.so -usr/lib/libnsl.a -usr/lib/libnsl.so -usr/lib/libnss1_compat.so -usr/lib/libnss1_db.so -usr/lib/libnss1_dns.so -usr/lib/libnss1_files.so -usr/lib/libnss1_nis.so -usr/lib/libnss_compat.so -usr/lib/libnss_db.so -usr/lib/libnss_dns.so -usr/lib/libnss_files.so -usr/lib/libnss_hesiod.so -usr/lib/libnss_nis.so -usr/lib/libnss_nisplus.so -usr/lib/libposix.a -usr/lib/libpthread.a -usr/lib/libpthread.so -usr/lib/libresolv.a -usr/lib/libresolv.so -usr/lib/librpcsvc.a -usr/lib/librt.a -usr/lib/librt.so -usr/lib/libstdc++-2-libc6.1-1-2.9.0.a -usr/lib/libstdc++-libc6.1-1.a.2 -usr/lib/libutil.a -usr/lib/libutil.so -usr/man/man1/cccp.1 -usr/man/man1/cpp.1 -usr/man/man1/egcs.1 -usr/man/man1/f77.1 -usr/man/man1/g++.1 -usr/man/man1/g77.1 -usr/man/man1/gcc.1 -usr/man/man1/gdb.1 -usr/man/man1/make.1 -usr/man/man3/pthread_atfork.3thr -usr/man/man3/pthread_attr_destroy.3thr -usr/man/man3/pthread_attr_getdetachstate.3thr -usr/man/man3/pthread_attr_getinheritsched.3thr -usr/man/man3/pthread_attr_getschedparam.3thr -usr/man/man3/pthread_attr_getschedpolicy.3thr -usr/man/man3/pthread_attr_getscope.3thr -usr/man/man3/pthread_attr_init.3thr -usr/man/man3/pthread_attr_setdetachstate.3thr -usr/man/man3/pthread_attr_setinheritsched.3thr -usr/man/man3/pthread_attr_setschedparam.3thr -usr/man/man3/pthread_attr_setschedpolicy.3thr -usr/man/man3/pthread_attr_setscope.3thr -usr/man/man3/pthread_cancel.3thr -usr/man/man3/pthread_cleanup_pop.3thr -usr/man/man3/pthread_cleanup_pop_restore_np.3thr -usr/man/man3/pthread_cleanup_push.3thr -usr/man/man3/pthread_cleanup_push_defer_np.3thr -usr/man/man3/pthread_cond_broadcast.3thr -usr/man/man3/pthread_cond_destroy.3thr -usr/man/man3/pthread_cond_init.3thr -usr/man/man3/pthread_cond_signal.3thr -usr/man/man3/pthread_cond_timedwait.3thr -usr/man/man3/pthread_cond_wait.3thr -usr/man/man3/pthread_condattr_destroy.3thr -usr/man/man3/pthread_condattr_init.3thr -usr/man/man3/pthread_create.3thr -usr/man/man3/pthread_detach.3thr -usr/man/man3/pthread_equal.3thr -usr/man/man3/pthread_exit.3thr -usr/man/man3/pthread_getschedparam.3thr -usr/man/man3/pthread_join.3thr -usr/man/man3/pthread_key_create.3thr -usr/man/man3/pthread_kill.3thr -usr/man/man3/pthread_kill_other_threads_np.3thr -usr/man/man3/pthread_mutex_destroy.3thr -usr/man/man3/pthread_mutex_init.3thr -usr/man/man3/pthread_mutex_lock.3thr -usr/man/man3/pthread_mutex_trylock.3thr -usr/man/man3/pthread_mutex_unlock.3thr -usr/man/man3/pthread_mutexattr_destroy.3thr -usr/man/man3/pthread_mutexattr_getkind_np.3thr -usr/man/man3/pthread_mutexattr_init.3thr -usr/man/man3/pthread_mutexattr_setkind_np.3thr -usr/man/man3/pthread_once.3thr -usr/man/man3/pthread_self.3thr -usr/man/man3/pthread_setcancelstate.3thr -usr/man/man3/pthread_setcanceltype.3thr -usr/man/man3/pthread_setschedparam.3thr -usr/man/man3/pthread_sigmask.3thr -usr/man/man3/pthread_testcancel.3thr -usr/man/man3/sem_destroy.3thr -usr/man/man3/sem_getvalue.3thr -usr/man/man3/sem_init.3thr -usr/man/man3/sem_post.3thr -usr/man/man3/sem_trywait.3thr -usr/man/man3/sem_wait.3thr -usr/man/man3/sigwait.3thr -usr/src/linux-2.2.13/README.kernel-sources -usr/src/linux-2.2.13/include/asm-generic/bitops.h -usr/src/linux-2.2.13/include/asm-generic/smplock.h -usr/src/linux-2.2.13/include/asm-generic/unaligned.h -usr/src/linux-2.2.13/include/asm-alpha/a.out.h -usr/src/linux-2.2.13/include/asm-alpha/asm_offsets.h -usr/src/linux-2.2.13/include/asm-alpha/atomic.h -usr/src/linux-2.2.13/include/asm-alpha/bitops.h -usr/src/linux-2.2.13/include/asm-alpha/bugs.h -usr/src/linux-2.2.13/include/asm-alpha/byteorder.h -usr/src/linux-2.2.13/include/asm-alpha/cache.h -usr/src/linux-2.2.13/include/asm-alpha/checksum.h -usr/src/linux-2.2.13/include/asm-alpha/compiler.h -usr/src/linux-2.2.13/include/asm-alpha/console.h -usr/src/linux-2.2.13/include/asm-alpha/core_apecs.h -usr/src/linux-2.2.13/include/asm-alpha/core_cia.h -usr/src/linux-2.2.13/include/asm-alpha/core_irongate.h -usr/src/linux-2.2.13/include/asm-alpha/core_lca.h -usr/src/linux-2.2.13/include/asm-alpha/core_mcpcia.h -usr/src/linux-2.2.13/include/asm-alpha/core_polaris.h -usr/src/linux-2.2.13/include/asm-alpha/core_pyxis.h -usr/src/linux-2.2.13/include/asm-alpha/core_t2.h -usr/src/linux-2.2.13/include/asm-alpha/core_tsunami.h -usr/src/linux-2.2.13/include/asm-alpha/current.h -usr/src/linux-2.2.13/include/asm-alpha/delay.h -usr/src/linux-2.2.13/include/asm-alpha/dma.h -usr/src/linux-2.2.13/include/asm-alpha/elf.h -usr/src/linux-2.2.13/include/asm-alpha/errno.h -usr/src/linux-2.2.13/include/asm-alpha/fcntl.h -usr/src/linux-2.2.13/include/asm-alpha/floppy.h -usr/src/linux-2.2.13/include/asm-alpha/fpu.h -usr/src/linux-2.2.13/include/asm-alpha/gentrap.h -usr/src/linux-2.2.13/include/asm-alpha/hardirq.h -usr/src/linux-2.2.13/include/asm-alpha/hwrpb.h -usr/src/linux-2.2.13/include/asm-alpha/ide.h -usr/src/linux-2.2.13/include/asm-alpha/init.h -usr/src/linux-2.2.13/include/asm-alpha/io.h -usr/src/linux-2.2.13/include/asm-alpha/ioctl.h -usr/src/linux-2.2.13/include/asm-alpha/ioctls.h -usr/src/linux-2.2.13/include/asm-alpha/irq.h -usr/src/linux-2.2.13/include/asm-alpha/jensen.h -usr/src/linux-2.2.13/include/asm-alpha/keyboard.h -usr/src/linux-2.2.13/include/asm-alpha/linux_logo.h -usr/src/linux-2.2.13/include/asm-alpha/machvec.h -usr/src/linux-2.2.13/include/asm-alpha/mman.h -usr/src/linux-2.2.13/include/asm-alpha/mmu_context.h -usr/src/linux-2.2.13/include/asm-alpha/namei.h -usr/src/linux-2.2.13/include/asm-alpha/page.h -usr/src/linux-2.2.13/include/asm-alpha/pal.h -usr/src/linux-2.2.13/include/asm-alpha/param.h -usr/src/linux-2.2.13/include/asm-alpha/pci.h -usr/src/linux-2.2.13/include/asm-alpha/pgtable.h -usr/src/linux-2.2.13/include/asm-alpha/poll.h -usr/src/linux-2.2.13/include/asm-alpha/posix_types.h -usr/src/linux-2.2.13/include/asm-alpha/processor.h -usr/src/linux-2.2.13/include/asm-alpha/ptrace.h -usr/src/linux-2.2.13/include/asm-alpha/reg.h -usr/src/linux-2.2.13/include/asm-alpha/resource.h -usr/src/linux-2.2.13/include/asm-alpha/scatterlist.h -usr/src/linux-2.2.13/include/asm-alpha/segment.h -usr/src/linux-2.2.13/include/asm-alpha/semaphore-helper.h -usr/src/linux-2.2.13/include/asm-alpha/semaphore.h -usr/src/linux-2.2.13/include/asm-alpha/serial.h -usr/src/linux-2.2.13/include/asm-alpha/shmparam.h -usr/src/linux-2.2.13/include/asm-alpha/sigcontext.h -usr/src/linux-2.2.13/include/asm-alpha/siginfo.h -usr/src/linux-2.2.13/include/asm-alpha/signal.h -usr/src/linux-2.2.13/include/asm-alpha/smp.h -usr/src/linux-2.2.13/include/asm-alpha/smplock.h -usr/src/linux-2.2.13/include/asm-alpha/socket.h -usr/src/linux-2.2.13/include/asm-alpha/sockios.h -usr/src/linux-2.2.13/include/asm-alpha/softirq.h -usr/src/linux-2.2.13/include/asm-alpha/spinlock.h -usr/src/linux-2.2.13/include/asm-alpha/stat.h -usr/src/linux-2.2.13/include/asm-alpha/statfs.h -usr/src/linux-2.2.13/include/asm-alpha/string.h -usr/src/linux-2.2.13/include/asm-alpha/sysinfo.h -usr/src/linux-2.2.13/include/asm-alpha/system.h -usr/src/linux-2.2.13/include/asm-alpha/termbits.h -usr/src/linux-2.2.13/include/asm-alpha/termios.h -usr/src/linux-2.2.13/include/asm-alpha/timex.h -usr/src/linux-2.2.13/include/asm-alpha/types.h -usr/src/linux-2.2.13/include/asm-alpha/uaccess.h -usr/src/linux-2.2.13/include/asm-alpha/ucontext.h -usr/src/linux-2.2.13/include/asm-alpha/unaligned.h -usr/src/linux-2.2.13/include/asm-alpha/unistd.h -usr/src/linux-2.2.13/include/asm-alpha/user.h -usr/src/linux-2.2.13/include/asm-alpha/vga.h -usr/src/linux-2.2.13/include/linux/a.out.h -usr/src/linux-2.2.13/include/linux/acct.h -usr/src/linux-2.2.13/include/linux/adfs_fs.h -usr/src/linux-2.2.13/include/linux/adfs_fs_i.h -usr/src/linux-2.2.13/include/linux/adfs_fs_sb.h -usr/src/linux-2.2.13/include/linux/affs_fs.h -usr/src/linux-2.2.13/include/linux/affs_fs_i.h -usr/src/linux-2.2.13/include/linux/affs_fs_sb.h -usr/src/linux-2.2.13/include/linux/affs_hardblocks.h -usr/src/linux-2.2.13/include/linux/amifd.h -usr/src/linux-2.2.13/include/linux/amifdreg.h -usr/src/linux-2.2.13/include/linux/amigaffs.h -usr/src/linux-2.2.13/include/linux/apm_bios.h -usr/src/linux-2.2.13/include/linux/arcdevice.h -usr/src/linux-2.2.13/include/linux/atalk.h -usr/src/linux-2.2.13/include/linux/atari_rootsec.h -usr/src/linux-2.2.13/include/linux/auto_fs.h -usr/src/linux-2.2.13/include/linux/autoconf-BOOT.h -usr/src/linux-2.2.13/include/linux/autoconf-smp.h -usr/src/linux-2.2.13/include/linux/autoconf-up.h -usr/src/linux-2.2.13/include/linux/autoconf.h -usr/src/linux-2.2.13/include/linux/awe_voice.h -usr/src/linux-2.2.13/include/linux/ax25.h -usr/src/linux-2.2.13/include/linux/b1lli.h -usr/src/linux-2.2.13/include/linux/b1pcmcia.h -usr/src/linux-2.2.13/include/linux/baycom.h -usr/src/linux-2.2.13/include/linux/binfmts.h -usr/src/linux-2.2.13/include/linux/bios32.h -usr/src/linux-2.2.13/include/linux/bitops.h -usr/src/linux-2.2.13/include/linux/blk.h -usr/src/linux-2.2.13/include/linux/blkdev.h -usr/src/linux-2.2.13/include/linux/bpqether.h -usr/src/linux-2.2.13/include/linux/busmouse.h -usr/src/linux-2.2.13/include/linux/byteorder/big_endian.h -usr/src/linux-2.2.13/include/linux/byteorder/generic.h -usr/src/linux-2.2.13/include/linux/byteorder/little_endian.h -usr/src/linux-2.2.13/include/linux/byteorder/pdp_endian.h -usr/src/linux-2.2.13/include/linux/byteorder/swab.h -usr/src/linux-2.2.13/include/linux/byteorder/swabb.h -usr/src/linux-2.2.13/include/linux/capability.h -usr/src/linux-2.2.13/include/linux/capi.h -usr/src/linux-2.2.13/include/linux/cd1400.h -usr/src/linux-2.2.13/include/linux/cdk.h -usr/src/linux-2.2.13/include/linux/cdrom.h -usr/src/linux-2.2.13/include/linux/coda.h -usr/src/linux-2.2.13/include/linux/coda_cache.h -usr/src/linux-2.2.13/include/linux/coda_fs_i.h -usr/src/linux-2.2.13/include/linux/coda_linux.h -usr/src/linux-2.2.13/include/linux/coda_opstats.h -usr/src/linux-2.2.13/include/linux/coda_proc.h -usr/src/linux-2.2.13/include/linux/coda_psdev.h -usr/src/linux-2.2.13/include/linux/coff.h -usr/src/linux-2.2.13/include/linux/comstats.h -usr/src/linux-2.2.13/include/linux/concap.h -usr/src/linux-2.2.13/include/linux/config.h -usr/src/linux-2.2.13/include/linux/console.h -usr/src/linux-2.2.13/include/linux/console_struct.h -usr/src/linux-2.2.13/include/linux/consolemap.h -usr/src/linux-2.2.13/include/linux/ctype.h -usr/src/linux-2.2.13/include/linux/cyclades.h -usr/src/linux-2.2.13/include/linux/dcache.h -usr/src/linux-2.2.13/include/linux/delay.h -usr/src/linux-2.2.13/include/linux/devpts_fs.h -usr/src/linux-2.2.13/include/linux/digi1.h -usr/src/linux-2.2.13/include/linux/digiFep1.h -usr/src/linux-2.2.13/include/linux/digiPCI.h -usr/src/linux-2.2.13/include/linux/dio.h -usr/src/linux-2.2.13/include/linux/dirent.h -usr/src/linux-2.2.13/include/linux/dlists.h -usr/src/linux-2.2.13/include/linux/dmascc.h -usr/src/linux-2.2.13/include/linux/dtlk.h -usr/src/linux-2.2.13/include/linux/efs_dir.h -usr/src/linux-2.2.13/include/linux/efs_fs.h -usr/src/linux-2.2.13/include/linux/efs_fs_i.h -usr/src/linux-2.2.13/include/linux/efs_fs_sb.h -usr/src/linux-2.2.13/include/linux/efs_vh.h -usr/src/linux-2.2.13/include/linux/elf.h -usr/src/linux-2.2.13/include/linux/elfcore.h -usr/src/linux-2.2.13/include/linux/epca.h -usr/src/linux-2.2.13/include/linux/epcaconfig.h -usr/src/linux-2.2.13/include/linux/errno.h -usr/src/linux-2.2.13/include/linux/errqueue.h -usr/src/linux-2.2.13/include/linux/etherdevice.h -usr/src/linux-2.2.13/include/linux/ext2_fs.h -usr/src/linux-2.2.13/include/linux/ext2_fs_i.h -usr/src/linux-2.2.13/include/linux/ext2_fs_sb.h -usr/src/linux-2.2.13/include/linux/fat_cvf.h -usr/src/linux-2.2.13/include/linux/fb.h -usr/src/linux-2.2.13/include/linux/fcdevice.h -usr/src/linux-2.2.13/include/linux/fcntl.h -usr/src/linux-2.2.13/include/linux/fd.h -usr/src/linux-2.2.13/include/linux/fddidevice.h -usr/src/linux-2.2.13/include/linux/fdreg.h -usr/src/linux-2.2.13/include/linux/file.h -usr/src/linux-2.2.13/include/linux/filter.h -usr/src/linux-2.2.13/include/linux/firewall.h -usr/src/linux-2.2.13/include/linux/fs.h -usr/src/linux-2.2.13/include/linux/ftape-header-segment.h -usr/src/linux-2.2.13/include/linux/ftape-vendors.h -usr/src/linux-2.2.13/include/linux/ftape.h -usr/src/linux-2.2.13/include/linux/genhd.h -usr/src/linux-2.2.13/include/linux/ghash.h -usr/src/linux-2.2.13/include/linux/hayesesp.h -usr/src/linux-2.2.13/include/linux/hdlcdrv.h -usr/src/linux-2.2.13/include/linux/hdreg.h -usr/src/linux-2.2.13/include/linux/hfmodem.h -usr/src/linux-2.2.13/include/linux/hfs_fs.h -usr/src/linux-2.2.13/include/linux/hfs_fs_i.h -usr/src/linux-2.2.13/include/linux/hfs_fs_sb.h -usr/src/linux-2.2.13/include/linux/hfs_sysdep.h -usr/src/linux-2.2.13/include/linux/hippidevice.h -usr/src/linux-2.2.13/include/linux/hpfs_fs.h -usr/src/linux-2.2.13/include/linux/hpfs_fs_i.h -usr/src/linux-2.2.13/include/linux/hpfs_fs_sb.h -usr/src/linux-2.2.13/include/linux/i2c.h -usr/src/linux-2.2.13/include/linux/icmp.h -usr/src/linux-2.2.13/include/linux/icmpv6.h -usr/src/linux-2.2.13/include/linux/if.h -usr/src/linux-2.2.13/include/linux/if_arcnet.h -usr/src/linux-2.2.13/include/linux/if_arp.h -usr/src/linux-2.2.13/include/linux/if_cablemodem.h -usr/src/linux-2.2.13/include/linux/if_ec.h -usr/src/linux-2.2.13/include/linux/if_eql.h -usr/src/linux-2.2.13/include/linux/if_ether.h -usr/src/linux-2.2.13/include/linux/if_fc.h -usr/src/linux-2.2.13/include/linux/if_fddi.h -usr/src/linux-2.2.13/include/linux/if_frad.h -usr/src/linux-2.2.13/include/linux/if_hippi.h -usr/src/linux-2.2.13/include/linux/if_ltalk.h -usr/src/linux-2.2.13/include/linux/if_packet.h -usr/src/linux-2.2.13/include/linux/if_plip.h -usr/src/linux-2.2.13/include/linux/if_ppp.h -usr/src/linux-2.2.13/include/linux/if_pppvar.h -usr/src/linux-2.2.13/include/linux/if_shaper.h -usr/src/linux-2.2.13/include/linux/if_slip.h -usr/src/linux-2.2.13/include/linux/if_strip.h -usr/src/linux-2.2.13/include/linux/if_tr.h -usr/src/linux-2.2.13/include/linux/if_tunnel.h -usr/src/linux-2.2.13/include/linux/igmp.h -usr/src/linux-2.2.13/include/linux/in.h -usr/src/linux-2.2.13/include/linux/in6.h -usr/src/linux-2.2.13/include/linux/in_route.h -usr/src/linux-2.2.13/include/linux/in_systm.h -usr/src/linux-2.2.13/include/linux/inet.h -usr/src/linux-2.2.13/include/linux/inetdevice.h -usr/src/linux-2.2.13/include/linux/init.h -usr/src/linux-2.2.13/include/linux/interrupt.h -usr/src/linux-2.2.13/include/linux/iobuf.h -usr/src/linux-2.2.13/include/linux/ioctl.h -usr/src/linux-2.2.13/include/linux/ioport.h -usr/src/linux-2.2.13/include/linux/ip.h -usr/src/linux-2.2.13/include/linux/ip_fw.h -usr/src/linux-2.2.13/include/linux/ip_masq.h -usr/src/linux-2.2.13/include/linux/ipc.h -usr/src/linux-2.2.13/include/linux/ipsec.h -usr/src/linux-2.2.13/include/linux/ipv6.h -usr/src/linux-2.2.13/include/linux/ipv6_route.h -usr/src/linux-2.2.13/include/linux/ipx.h -usr/src/linux-2.2.13/include/linux/irda.h -usr/src/linux-2.2.13/include/linux/isdn.h -usr/src/linux-2.2.13/include/linux/isdn_divertif.h -usr/src/linux-2.2.13/include/linux/isdn_ppp.h -usr/src/linux-2.2.13/include/linux/isdnif.h -usr/src/linux-2.2.13/include/linux/isicom.h -usr/src/linux-2.2.13/include/linux/iso_fs.h -usr/src/linux-2.2.13/include/linux/iso_fs_i.h -usr/src/linux-2.2.13/include/linux/iso_fs_sb.h -usr/src/linux-2.2.13/include/linux/istallion.h -usr/src/linux-2.2.13/include/linux/joystick.h -usr/src/linux-2.2.13/include/linux/kbd_diacr.h -usr/src/linux-2.2.13/include/linux/kbd_kern.h -usr/src/linux-2.2.13/include/linux/kbd_ll.h -usr/src/linux-2.2.13/include/linux/kd.h -usr/src/linux-2.2.13/include/linux/kdev_t.h -usr/src/linux-2.2.13/include/linux/kernel.h -usr/src/linux-2.2.13/include/linux/kernel_stat.h -usr/src/linux-2.2.13/include/linux/kernelcapi.h -usr/src/linux-2.2.13/include/linux/keyboard.h -usr/src/linux-2.2.13/include/linux/kmod.h -usr/src/linux-2.2.13/include/linux/lapb.h -usr/src/linux-2.2.13/include/linux/limits.h -usr/src/linux-2.2.13/include/linux/linkage.h -usr/src/linux-2.2.13/include/linux/linux_logo.h -usr/src/linux-2.2.13/include/linux/list.h -usr/src/linux-2.2.13/include/linux/lists.h -usr/src/linux-2.2.13/include/linux/lockd/bind.h -usr/src/linux-2.2.13/include/linux/lockd/debug.h -usr/src/linux-2.2.13/include/linux/lockd/lockd.h -usr/src/linux-2.2.13/include/linux/lockd/nlm.h -usr/src/linux-2.2.13/include/linux/lockd/share.h -usr/src/linux-2.2.13/include/linux/lockd/sm_inter.h -usr/src/linux-2.2.13/include/linux/lockd/syscall.h -usr/src/linux-2.2.13/include/linux/lockd/xdr.h -usr/src/linux-2.2.13/include/linux/locks.h -usr/src/linux-2.2.13/include/linux/loop.h -usr/src/linux-2.2.13/include/linux/lp.h -usr/src/linux-2.2.13/include/linux/lp_intern.h -usr/src/linux-2.2.13/include/linux/lp_m68k.h -usr/src/linux-2.2.13/include/linux/lp_mfc.h -usr/src/linux-2.2.13/include/linux/major.h -usr/src/linux-2.2.13/include/linux/malloc.h -usr/src/linux-2.2.13/include/linux/mc146818rtc.h -usr/src/linux-2.2.13/include/linux/mca.h -usr/src/linux-2.2.13/include/linux/minix_fs.h -usr/src/linux-2.2.13/include/linux/minix_fs_i.h -usr/src/linux-2.2.13/include/linux/minix_fs_sb.h -usr/src/linux-2.2.13/include/linux/miscdevice.h -usr/src/linux-2.2.13/include/linux/mm.h -usr/src/linux-2.2.13/include/linux/mman.h -usr/src/linux-2.2.13/include/linux/modsetver.h -usr/src/linux-2.2.13/include/linux/module.h -usr/src/linux-2.2.13/include/linux/modules-BOOT/8390.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/8390.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/adb.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/adb.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/af_ax25.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/af_ax25.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/af_ipx.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/af_ipx.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/af_netlink.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/af_netlink.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/alpha_ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/alpha_ksyms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/cdrom.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/cdrom.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/config.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/config.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/console.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/console.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/ddp.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/ddp.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/divert_init.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/divert_init.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/fatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/fatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcmap.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcmap.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcon-cfb32.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcon-cfb32.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcon-cfb8.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcon-cfb8.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcon.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbcon.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbgen.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbgen.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbmem.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/fbmem.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/ftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/ftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/ide.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/ide.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/irmod.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/irmod.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/keyboard.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/keyboard.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/ksyms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/lapb_iface.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/lapb_iface.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/ll_rw_blk.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/ll_rw_blk.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/lockd_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/lockd_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/md.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/md.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/misc.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/misc.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/msdosfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/msdosfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/netsyms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/netsyms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/newport.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/newport.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/nls_base.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/nls_base.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/p8022.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/p8022.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/pcisyms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/pcisyms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/procfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/procfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/psnap.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/psnap.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/pty.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/pty.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/scsi_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/scsi_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/selection.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/selection.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/serial.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/serial.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/signal.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/signal.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/sunrpc_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/sunrpc_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/sysrq.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/sysrq.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/vfatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/vfatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/wanmain.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/wanmain.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/xor.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/xor.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/zftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/zftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules-BOOT/zorrosyms.stamp -usr/src/linux-2.2.13/include/linux/modules-BOOT/zorrosyms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/8390.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/8390.ver -usr/src/linux-2.2.13/include/linux/modules-smp/DAC960.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/DAC960.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ad1816.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ad1816.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ad1848.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ad1848.ver -usr/src/linux-2.2.13/include/linux/modules-smp/adb.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/adb.ver -usr/src/linux-2.2.13/include/linux/modules-smp/af_ax25.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/af_ax25.ver -usr/src/linux-2.2.13/include/linux/modules-smp/af_ipx.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/af_ipx.ver -usr/src/linux-2.2.13/include/linux/modules-smp/af_netlink.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/af_netlink.ver -usr/src/linux-2.2.13/include/linux/modules-smp/alpha_ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/alpha_ksyms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/audio_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/audio_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/cdrom.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/cdrom.ver -usr/src/linux-2.2.13/include/linux/modules-smp/config.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/config.ver -usr/src/linux-2.2.13/include/linux/modules-smp/console.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/console.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ddp.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ddp.ver -usr/src/linux-2.2.13/include/linux/modules-smp/divert_init.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/divert_init.ver -usr/src/linux-2.2.13/include/linux/modules-smp/fatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/fatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/fbcmap.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/fbcmap.ver -usr/src/linux-2.2.13/include/linux/modules-smp/fbcon-cfb32.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/fbcon-cfb32.ver -usr/src/linux-2.2.13/include/linux/modules-smp/fbcon-cfb8.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/fbcon-cfb8.ver -usr/src/linux-2.2.13/include/linux/modules-smp/fbcon.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/fbcon.ver -usr/src/linux-2.2.13/include/linux/modules-smp/fbgen.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/fbgen.ver -usr/src/linux-2.2.13/include/linux/modules-smp/fbmem.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/fbmem.ver -usr/src/linux-2.2.13/include/linux/modules-smp/firewall.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/firewall.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/i2c.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/i2c.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ide.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ide.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ip_masq.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ip_masq.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ip_masq_app.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ip_masq_app.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ip_masq_mod.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ip_masq_mod.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ip_vs.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ip_vs.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ipip.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ipip.ver -usr/src/linux-2.2.13/include/linux/modules-smp/irmod.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/irmod.ver -usr/src/linux-2.2.13/include/linux/modules-smp/keyboard.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/keyboard.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ksyms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/lapb_iface.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/lapb_iface.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ll_rw_blk.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ll_rw_blk.ver -usr/src/linux-2.2.13/include/linux/modules-smp/lockd_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/lockd_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/loop.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/loop.ver -usr/src/linux-2.2.13/include/linux/modules-smp/md.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/md.ver -usr/src/linux-2.2.13/include/linux/modules-smp/midi_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/midi_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/misc.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/misc.ver -usr/src/linux-2.2.13/include/linux/modules-smp/mpu401.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/mpu401.ver -usr/src/linux-2.2.13/include/linux/modules-smp/msdosfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/msdosfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/msnd.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/msnd.ver -usr/src/linux-2.2.13/include/linux/modules-smp/netsyms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/netsyms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/newport.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/newport.ver -usr/src/linux-2.2.13/include/linux/modules-smp/nls_base.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/nls_base.ver -usr/src/linux-2.2.13/include/linux/modules-smp/nm256_audio.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/nm256_audio.ver -usr/src/linux-2.2.13/include/linux/modules-smp/opl3.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/opl3.ver -usr/src/linux-2.2.13/include/linux/modules-smp/p8022.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/p8022.ver -usr/src/linux-2.2.13/include/linux/modules-smp/parport_init.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/parport_init.ver -usr/src/linux-2.2.13/include/linux/modules-smp/parport_probe.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/parport_probe.ver -usr/src/linux-2.2.13/include/linux/modules-smp/pcisyms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/pcisyms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ppp.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ppp.ver -usr/src/linux-2.2.13/include/linux/modules-smp/ppp_deflate.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/ppp_deflate.ver -usr/src/linux-2.2.13/include/linux/modules-smp/procfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/procfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/psnap.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/psnap.ver -usr/src/linux-2.2.13/include/linux/modules-smp/pty.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/pty.ver -usr/src/linux-2.2.13/include/linux/modules-smp/sb_card.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/sb_card.ver -usr/src/linux-2.2.13/include/linux/modules-smp/scsi_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/scsi_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/selection.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/selection.ver -usr/src/linux-2.2.13/include/linux/modules-smp/sequencer_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/sequencer_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/serial.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/serial.ver -usr/src/linux-2.2.13/include/linux/modules-smp/signal.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/signal.ver -usr/src/linux-2.2.13/include/linux/modules-smp/slhc.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/slhc.ver -usr/src/linux-2.2.13/include/linux/modules-smp/sound_core.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/sound_core.ver -usr/src/linux-2.2.13/include/linux/modules-smp/sound_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/sound_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/soundlow.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/soundlow.ver -usr/src/linux-2.2.13/include/linux/modules-smp/sunrpc_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/sunrpc_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/syncppp.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/syncppp.ver -usr/src/linux-2.2.13/include/linux/modules-smp/sysrq.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/sysrq.ver -usr/src/linux-2.2.13/include/linux/modules-smp/uart401.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/uart401.ver -usr/src/linux-2.2.13/include/linux/modules-smp/vfatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/vfatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/wanmain.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/wanmain.ver -usr/src/linux-2.2.13/include/linux/modules-smp/xor.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/xor.ver -usr/src/linux-2.2.13/include/linux/modules-smp/z85230.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/z85230.ver -usr/src/linux-2.2.13/include/linux/modules-smp/zftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/zftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules-smp/zorrosyms.stamp -usr/src/linux-2.2.13/include/linux/modules-smp/zorrosyms.ver -usr/src/linux-2.2.13/include/linux/modules-up/8390.stamp -usr/src/linux-2.2.13/include/linux/modules-up/8390.ver -usr/src/linux-2.2.13/include/linux/modules-up/DAC960.stamp -usr/src/linux-2.2.13/include/linux/modules-up/DAC960.ver -usr/src/linux-2.2.13/include/linux/modules-up/ad1816.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ad1816.ver -usr/src/linux-2.2.13/include/linux/modules-up/ad1848.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ad1848.ver -usr/src/linux-2.2.13/include/linux/modules-up/adb.stamp -usr/src/linux-2.2.13/include/linux/modules-up/adb.ver -usr/src/linux-2.2.13/include/linux/modules-up/af_ax25.stamp -usr/src/linux-2.2.13/include/linux/modules-up/af_ax25.ver -usr/src/linux-2.2.13/include/linux/modules-up/af_ipx.stamp -usr/src/linux-2.2.13/include/linux/modules-up/af_ipx.ver -usr/src/linux-2.2.13/include/linux/modules-up/af_netlink.stamp -usr/src/linux-2.2.13/include/linux/modules-up/af_netlink.ver -usr/src/linux-2.2.13/include/linux/modules-up/alpha_ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/alpha_ksyms.ver -usr/src/linux-2.2.13/include/linux/modules-up/audio_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/audio_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/cdrom.stamp -usr/src/linux-2.2.13/include/linux/modules-up/cdrom.ver -usr/src/linux-2.2.13/include/linux/modules-up/config.stamp -usr/src/linux-2.2.13/include/linux/modules-up/config.ver -usr/src/linux-2.2.13/include/linux/modules-up/console.stamp -usr/src/linux-2.2.13/include/linux/modules-up/console.ver -usr/src/linux-2.2.13/include/linux/modules-up/ddp.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ddp.ver -usr/src/linux-2.2.13/include/linux/modules-up/divert_init.stamp -usr/src/linux-2.2.13/include/linux/modules-up/divert_init.ver -usr/src/linux-2.2.13/include/linux/modules-up/fatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/fatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/fbcmap.stamp -usr/src/linux-2.2.13/include/linux/modules-up/fbcmap.ver -usr/src/linux-2.2.13/include/linux/modules-up/fbcon-cfb32.stamp -usr/src/linux-2.2.13/include/linux/modules-up/fbcon-cfb32.ver -usr/src/linux-2.2.13/include/linux/modules-up/fbcon-cfb8.stamp -usr/src/linux-2.2.13/include/linux/modules-up/fbcon-cfb8.ver -usr/src/linux-2.2.13/include/linux/modules-up/fbcon.stamp -usr/src/linux-2.2.13/include/linux/modules-up/fbcon.ver -usr/src/linux-2.2.13/include/linux/modules-up/fbgen.stamp -usr/src/linux-2.2.13/include/linux/modules-up/fbgen.ver -usr/src/linux-2.2.13/include/linux/modules-up/fbmem.stamp -usr/src/linux-2.2.13/include/linux/modules-up/fbmem.ver -usr/src/linux-2.2.13/include/linux/modules-up/firewall.stamp -usr/src/linux-2.2.13/include/linux/modules-up/firewall.ver -usr/src/linux-2.2.13/include/linux/modules-up/ftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/i2c.stamp -usr/src/linux-2.2.13/include/linux/modules-up/i2c.ver -usr/src/linux-2.2.13/include/linux/modules-up/ide.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ide.ver -usr/src/linux-2.2.13/include/linux/modules-up/ip_masq.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ip_masq.ver -usr/src/linux-2.2.13/include/linux/modules-up/ip_masq_app.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ip_masq_app.ver -usr/src/linux-2.2.13/include/linux/modules-up/ip_masq_mod.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ip_masq_mod.ver -usr/src/linux-2.2.13/include/linux/modules-up/ip_vs.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ip_vs.ver -usr/src/linux-2.2.13/include/linux/modules-up/ipip.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ipip.ver -usr/src/linux-2.2.13/include/linux/modules-up/irmod.stamp -usr/src/linux-2.2.13/include/linux/modules-up/irmod.ver -usr/src/linux-2.2.13/include/linux/modules-up/keyboard.stamp -usr/src/linux-2.2.13/include/linux/modules-up/keyboard.ver -usr/src/linux-2.2.13/include/linux/modules-up/ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ksyms.ver -usr/src/linux-2.2.13/include/linux/modules-up/lapb_iface.stamp -usr/src/linux-2.2.13/include/linux/modules-up/lapb_iface.ver -usr/src/linux-2.2.13/include/linux/modules-up/ll_rw_blk.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ll_rw_blk.ver -usr/src/linux-2.2.13/include/linux/modules-up/lockd_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/lockd_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/loop.stamp -usr/src/linux-2.2.13/include/linux/modules-up/loop.ver -usr/src/linux-2.2.13/include/linux/modules-up/md.stamp -usr/src/linux-2.2.13/include/linux/modules-up/md.ver -usr/src/linux-2.2.13/include/linux/modules-up/midi_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/midi_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/misc.stamp -usr/src/linux-2.2.13/include/linux/modules-up/misc.ver -usr/src/linux-2.2.13/include/linux/modules-up/mpu401.stamp -usr/src/linux-2.2.13/include/linux/modules-up/mpu401.ver -usr/src/linux-2.2.13/include/linux/modules-up/msdosfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/msdosfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/msnd.stamp -usr/src/linux-2.2.13/include/linux/modules-up/msnd.ver -usr/src/linux-2.2.13/include/linux/modules-up/netsyms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/netsyms.ver -usr/src/linux-2.2.13/include/linux/modules-up/newport.stamp -usr/src/linux-2.2.13/include/linux/modules-up/newport.ver -usr/src/linux-2.2.13/include/linux/modules-up/nls_base.stamp -usr/src/linux-2.2.13/include/linux/modules-up/nls_base.ver -usr/src/linux-2.2.13/include/linux/modules-up/nm256_audio.stamp -usr/src/linux-2.2.13/include/linux/modules-up/nm256_audio.ver -usr/src/linux-2.2.13/include/linux/modules-up/opl3.stamp -usr/src/linux-2.2.13/include/linux/modules-up/opl3.ver -usr/src/linux-2.2.13/include/linux/modules-up/p8022.stamp -usr/src/linux-2.2.13/include/linux/modules-up/p8022.ver -usr/src/linux-2.2.13/include/linux/modules-up/parport_init.stamp -usr/src/linux-2.2.13/include/linux/modules-up/parport_init.ver -usr/src/linux-2.2.13/include/linux/modules-up/parport_probe.stamp -usr/src/linux-2.2.13/include/linux/modules-up/parport_probe.ver -usr/src/linux-2.2.13/include/linux/modules-up/pcisyms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/pcisyms.ver -usr/src/linux-2.2.13/include/linux/modules-up/ppp.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ppp.ver -usr/src/linux-2.2.13/include/linux/modules-up/ppp_deflate.stamp -usr/src/linux-2.2.13/include/linux/modules-up/ppp_deflate.ver -usr/src/linux-2.2.13/include/linux/modules-up/procfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/procfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/psnap.stamp -usr/src/linux-2.2.13/include/linux/modules-up/psnap.ver -usr/src/linux-2.2.13/include/linux/modules-up/pty.stamp -usr/src/linux-2.2.13/include/linux/modules-up/pty.ver -usr/src/linux-2.2.13/include/linux/modules-up/sb_card.stamp -usr/src/linux-2.2.13/include/linux/modules-up/sb_card.ver -usr/src/linux-2.2.13/include/linux/modules-up/scsi_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/scsi_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/selection.stamp -usr/src/linux-2.2.13/include/linux/modules-up/selection.ver -usr/src/linux-2.2.13/include/linux/modules-up/sequencer_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/sequencer_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/serial.stamp -usr/src/linux-2.2.13/include/linux/modules-up/serial.ver -usr/src/linux-2.2.13/include/linux/modules-up/signal.stamp -usr/src/linux-2.2.13/include/linux/modules-up/signal.ver -usr/src/linux-2.2.13/include/linux/modules-up/slhc.stamp -usr/src/linux-2.2.13/include/linux/modules-up/slhc.ver -usr/src/linux-2.2.13/include/linux/modules-up/sound_core.stamp -usr/src/linux-2.2.13/include/linux/modules-up/sound_core.ver -usr/src/linux-2.2.13/include/linux/modules-up/sound_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/sound_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/soundlow.stamp -usr/src/linux-2.2.13/include/linux/modules-up/soundlow.ver -usr/src/linux-2.2.13/include/linux/modules-up/sunrpc_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/sunrpc_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/syncppp.stamp -usr/src/linux-2.2.13/include/linux/modules-up/syncppp.ver -usr/src/linux-2.2.13/include/linux/modules-up/sysrq.stamp -usr/src/linux-2.2.13/include/linux/modules-up/sysrq.ver -usr/src/linux-2.2.13/include/linux/modules-up/uart401.stamp -usr/src/linux-2.2.13/include/linux/modules-up/uart401.ver -usr/src/linux-2.2.13/include/linux/modules-up/vfatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/vfatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/wanmain.stamp -usr/src/linux-2.2.13/include/linux/modules-up/wanmain.ver -usr/src/linux-2.2.13/include/linux/modules-up/xor.stamp -usr/src/linux-2.2.13/include/linux/modules-up/xor.ver -usr/src/linux-2.2.13/include/linux/modules-up/z85230.stamp -usr/src/linux-2.2.13/include/linux/modules-up/z85230.ver -usr/src/linux-2.2.13/include/linux/modules-up/zftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/zftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules-up/zorrosyms.stamp -usr/src/linux-2.2.13/include/linux/modules-up/zorrosyms.ver -usr/src/linux-2.2.13/include/linux/modules/8390.stamp -usr/src/linux-2.2.13/include/linux/modules/8390.ver -usr/src/linux-2.2.13/include/linux/modules/DAC960.stamp -usr/src/linux-2.2.13/include/linux/modules/DAC960.ver -usr/src/linux-2.2.13/include/linux/modules/ad1816.stamp -usr/src/linux-2.2.13/include/linux/modules/ad1816.ver -usr/src/linux-2.2.13/include/linux/modules/ad1848.stamp -usr/src/linux-2.2.13/include/linux/modules/ad1848.ver -usr/src/linux-2.2.13/include/linux/modules/adb.stamp -usr/src/linux-2.2.13/include/linux/modules/adb.ver -usr/src/linux-2.2.13/include/linux/modules/af_ax25.stamp -usr/src/linux-2.2.13/include/linux/modules/af_ax25.ver -usr/src/linux-2.2.13/include/linux/modules/af_ipx.stamp -usr/src/linux-2.2.13/include/linux/modules/af_ipx.ver -usr/src/linux-2.2.13/include/linux/modules/af_netlink.stamp -usr/src/linux-2.2.13/include/linux/modules/af_netlink.ver -usr/src/linux-2.2.13/include/linux/modules/alpha_ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules/alpha_ksyms.ver -usr/src/linux-2.2.13/include/linux/modules/audio_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/audio_syms.ver -usr/src/linux-2.2.13/include/linux/modules/cdrom.stamp -usr/src/linux-2.2.13/include/linux/modules/cdrom.ver -usr/src/linux-2.2.13/include/linux/modules/config.stamp -usr/src/linux-2.2.13/include/linux/modules/config.ver -usr/src/linux-2.2.13/include/linux/modules/console.stamp -usr/src/linux-2.2.13/include/linux/modules/console.ver -usr/src/linux-2.2.13/include/linux/modules/ddp.stamp -usr/src/linux-2.2.13/include/linux/modules/ddp.ver -usr/src/linux-2.2.13/include/linux/modules/divert_init.stamp -usr/src/linux-2.2.13/include/linux/modules/divert_init.ver -usr/src/linux-2.2.13/include/linux/modules/fatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/fatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules/fbcmap.stamp -usr/src/linux-2.2.13/include/linux/modules/fbcmap.ver -usr/src/linux-2.2.13/include/linux/modules/fbcon-cfb32.stamp -usr/src/linux-2.2.13/include/linux/modules/fbcon-cfb32.ver -usr/src/linux-2.2.13/include/linux/modules/fbcon-cfb8.stamp -usr/src/linux-2.2.13/include/linux/modules/fbcon-cfb8.ver -usr/src/linux-2.2.13/include/linux/modules/fbcon.stamp -usr/src/linux-2.2.13/include/linux/modules/fbcon.ver -usr/src/linux-2.2.13/include/linux/modules/fbgen.stamp -usr/src/linux-2.2.13/include/linux/modules/fbgen.ver -usr/src/linux-2.2.13/include/linux/modules/fbmem.stamp -usr/src/linux-2.2.13/include/linux/modules/fbmem.ver -usr/src/linux-2.2.13/include/linux/modules/firewall.stamp -usr/src/linux-2.2.13/include/linux/modules/firewall.ver -usr/src/linux-2.2.13/include/linux/modules/ftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/ftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules/i2c.stamp -usr/src/linux-2.2.13/include/linux/modules/i2c.ver -usr/src/linux-2.2.13/include/linux/modules/ide.stamp -usr/src/linux-2.2.13/include/linux/modules/ide.ver -usr/src/linux-2.2.13/include/linux/modules/ip_masq.stamp -usr/src/linux-2.2.13/include/linux/modules/ip_masq.ver -usr/src/linux-2.2.13/include/linux/modules/ip_masq_app.stamp -usr/src/linux-2.2.13/include/linux/modules/ip_masq_app.ver -usr/src/linux-2.2.13/include/linux/modules/ip_masq_mod.stamp -usr/src/linux-2.2.13/include/linux/modules/ip_masq_mod.ver -usr/src/linux-2.2.13/include/linux/modules/ip_vs.stamp -usr/src/linux-2.2.13/include/linux/modules/ip_vs.ver -usr/src/linux-2.2.13/include/linux/modules/ipip.stamp -usr/src/linux-2.2.13/include/linux/modules/ipip.ver -usr/src/linux-2.2.13/include/linux/modules/irmod.stamp -usr/src/linux-2.2.13/include/linux/modules/irmod.ver -usr/src/linux-2.2.13/include/linux/modules/keyboard.stamp -usr/src/linux-2.2.13/include/linux/modules/keyboard.ver -usr/src/linux-2.2.13/include/linux/modules/ksyms.stamp -usr/src/linux-2.2.13/include/linux/modules/ksyms.ver -usr/src/linux-2.2.13/include/linux/modules/lapb_iface.stamp -usr/src/linux-2.2.13/include/linux/modules/lapb_iface.ver -usr/src/linux-2.2.13/include/linux/modules/ll_rw_blk.stamp -usr/src/linux-2.2.13/include/linux/modules/ll_rw_blk.ver -usr/src/linux-2.2.13/include/linux/modules/lockd_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/lockd_syms.ver -usr/src/linux-2.2.13/include/linux/modules/loop.stamp -usr/src/linux-2.2.13/include/linux/modules/loop.ver -usr/src/linux-2.2.13/include/linux/modules/md.stamp -usr/src/linux-2.2.13/include/linux/modules/md.ver -usr/src/linux-2.2.13/include/linux/modules/midi_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/midi_syms.ver -usr/src/linux-2.2.13/include/linux/modules/misc.stamp -usr/src/linux-2.2.13/include/linux/modules/misc.ver -usr/src/linux-2.2.13/include/linux/modules/mpu401.stamp -usr/src/linux-2.2.13/include/linux/modules/mpu401.ver -usr/src/linux-2.2.13/include/linux/modules/msdosfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/msdosfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules/msnd.stamp -usr/src/linux-2.2.13/include/linux/modules/msnd.ver -usr/src/linux-2.2.13/include/linux/modules/netsyms.stamp -usr/src/linux-2.2.13/include/linux/modules/netsyms.ver -usr/src/linux-2.2.13/include/linux/modules/newport.stamp -usr/src/linux-2.2.13/include/linux/modules/newport.ver -usr/src/linux-2.2.13/include/linux/modules/nls_base.stamp -usr/src/linux-2.2.13/include/linux/modules/nls_base.ver -usr/src/linux-2.2.13/include/linux/modules/nm256_audio.stamp -usr/src/linux-2.2.13/include/linux/modules/nm256_audio.ver -usr/src/linux-2.2.13/include/linux/modules/opl3.stamp -usr/src/linux-2.2.13/include/linux/modules/opl3.ver -usr/src/linux-2.2.13/include/linux/modules/p8022.stamp -usr/src/linux-2.2.13/include/linux/modules/p8022.ver -usr/src/linux-2.2.13/include/linux/modules/parport_init.stamp -usr/src/linux-2.2.13/include/linux/modules/parport_init.ver -usr/src/linux-2.2.13/include/linux/modules/parport_probe.stamp -usr/src/linux-2.2.13/include/linux/modules/parport_probe.ver -usr/src/linux-2.2.13/include/linux/modules/pcisyms.stamp -usr/src/linux-2.2.13/include/linux/modules/pcisyms.ver -usr/src/linux-2.2.13/include/linux/modules/ppp.stamp -usr/src/linux-2.2.13/include/linux/modules/ppp.ver -usr/src/linux-2.2.13/include/linux/modules/ppp_deflate.stamp -usr/src/linux-2.2.13/include/linux/modules/ppp_deflate.ver -usr/src/linux-2.2.13/include/linux/modules/procfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/procfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules/psnap.stamp -usr/src/linux-2.2.13/include/linux/modules/psnap.ver -usr/src/linux-2.2.13/include/linux/modules/pty.stamp -usr/src/linux-2.2.13/include/linux/modules/pty.ver -usr/src/linux-2.2.13/include/linux/modules/sb_card.stamp -usr/src/linux-2.2.13/include/linux/modules/sb_card.ver -usr/src/linux-2.2.13/include/linux/modules/scsi_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/scsi_syms.ver -usr/src/linux-2.2.13/include/linux/modules/selection.stamp -usr/src/linux-2.2.13/include/linux/modules/selection.ver -usr/src/linux-2.2.13/include/linux/modules/sequencer_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/sequencer_syms.ver -usr/src/linux-2.2.13/include/linux/modules/serial.stamp -usr/src/linux-2.2.13/include/linux/modules/serial.ver -usr/src/linux-2.2.13/include/linux/modules/signal.stamp -usr/src/linux-2.2.13/include/linux/modules/signal.ver -usr/src/linux-2.2.13/include/linux/modules/slhc.stamp -usr/src/linux-2.2.13/include/linux/modules/slhc.ver -usr/src/linux-2.2.13/include/linux/modules/sound_core.stamp -usr/src/linux-2.2.13/include/linux/modules/sound_core.ver -usr/src/linux-2.2.13/include/linux/modules/sound_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/sound_syms.ver -usr/src/linux-2.2.13/include/linux/modules/soundlow.stamp -usr/src/linux-2.2.13/include/linux/modules/soundlow.ver -usr/src/linux-2.2.13/include/linux/modules/sunrpc_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/sunrpc_syms.ver -usr/src/linux-2.2.13/include/linux/modules/syncppp.stamp -usr/src/linux-2.2.13/include/linux/modules/syncppp.ver -usr/src/linux-2.2.13/include/linux/modules/sysrq.stamp -usr/src/linux-2.2.13/include/linux/modules/sysrq.ver -usr/src/linux-2.2.13/include/linux/modules/uart401.stamp -usr/src/linux-2.2.13/include/linux/modules/uart401.ver -usr/src/linux-2.2.13/include/linux/modules/vfatfs_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/vfatfs_syms.ver -usr/src/linux-2.2.13/include/linux/modules/wanmain.stamp -usr/src/linux-2.2.13/include/linux/modules/wanmain.ver -usr/src/linux-2.2.13/include/linux/modules/xor.stamp -usr/src/linux-2.2.13/include/linux/modules/xor.ver -usr/src/linux-2.2.13/include/linux/modules/z85230.stamp -usr/src/linux-2.2.13/include/linux/modules/z85230.ver -usr/src/linux-2.2.13/include/linux/modules/zftape_syms.stamp -usr/src/linux-2.2.13/include/linux/modules/zftape_syms.ver -usr/src/linux-2.2.13/include/linux/modules/zorrosyms.stamp -usr/src/linux-2.2.13/include/linux/modules/zorrosyms.ver -usr/src/linux-2.2.13/include/linux/modversions-BOOT.h -usr/src/linux-2.2.13/include/linux/modversions-smp.h -usr/src/linux-2.2.13/include/linux/modversions-up.h -usr/src/linux-2.2.13/include/linux/modversions.h -usr/src/linux-2.2.13/include/linux/mount.h -usr/src/linux-2.2.13/include/linux/mpp.h -usr/src/linux-2.2.13/include/linux/mroute.h -usr/src/linux-2.2.13/include/linux/msdos_fs.h -usr/src/linux-2.2.13/include/linux/msdos_fs_i.h -usr/src/linux-2.2.13/include/linux/msdos_fs_sb.h -usr/src/linux-2.2.13/include/linux/msg.h -usr/src/linux-2.2.13/include/linux/mtio.h -usr/src/linux-2.2.13/include/linux/nbd.h -usr/src/linux-2.2.13/include/linux/ncp.h -usr/src/linux-2.2.13/include/linux/ncp_fs.h -usr/src/linux-2.2.13/include/linux/ncp_fs_i.h -usr/src/linux-2.2.13/include/linux/ncp_fs_sb.h -usr/src/linux-2.2.13/include/linux/ncp_mount.h -usr/src/linux-2.2.13/include/linux/net.h -usr/src/linux-2.2.13/include/linux/netbeui.h -usr/src/linux-2.2.13/include/linux/netdevice.h -usr/src/linux-2.2.13/include/linux/netlink.h -usr/src/linux-2.2.13/include/linux/netrom.h -usr/src/linux-2.2.13/include/linux/nfs.h -usr/src/linux-2.2.13/include/linux/nfs3.h -usr/src/linux-2.2.13/include/linux/nfs_fs.h -usr/src/linux-2.2.13/include/linux/nfs_fs_i.h -usr/src/linux-2.2.13/include/linux/nfs_fs_sb.h -usr/src/linux-2.2.13/include/linux/nfs_mount.h -usr/src/linux-2.2.13/include/linux/nfsd/auth.h -usr/src/linux-2.2.13/include/linux/nfsd/cache.h -usr/src/linux-2.2.13/include/linux/nfsd/const.h -usr/src/linux-2.2.13/include/linux/nfsd/debug.h -usr/src/linux-2.2.13/include/linux/nfsd/export.h -usr/src/linux-2.2.13/include/linux/nfsd/nfsd.h -usr/src/linux-2.2.13/include/linux/nfsd/nfsfh.h -usr/src/linux-2.2.13/include/linux/nfsd/stats.h -usr/src/linux-2.2.13/include/linux/nfsd/syscall.h -usr/src/linux-2.2.13/include/linux/nfsd/xdr.h -usr/src/linux-2.2.13/include/linux/nfsd/xdr3.h -usr/src/linux-2.2.13/include/linux/nfsiod.h -usr/src/linux-2.2.13/include/linux/nls.h -usr/src/linux-2.2.13/include/linux/notifier.h -usr/src/linux-2.2.13/include/linux/ntfs_fs.h -usr/src/linux-2.2.13/include/linux/ntfs_fs_i.h -usr/src/linux-2.2.13/include/linux/ntfs_fs_sb.h -usr/src/linux-2.2.13/include/linux/nubus.h -usr/src/linux-2.2.13/include/linux/nvram.h -usr/src/linux-2.2.13/include/linux/openpic.h -usr/src/linux-2.2.13/include/linux/pagemap.h -usr/src/linux-2.2.13/include/linux/param.h -usr/src/linux-2.2.13/include/linux/parport.h -usr/src/linux-2.2.13/include/linux/parport_pc.h -usr/src/linux-2.2.13/include/linux/pc_keyb.h -usr/src/linux-2.2.13/include/linux/pci.h -usr/src/linux-2.2.13/include/linux/personality.h -usr/src/linux-2.2.13/include/linux/pg.h -usr/src/linux-2.2.13/include/linux/pipe_fs_i.h -usr/src/linux-2.2.13/include/linux/pkt_cls.h -usr/src/linux-2.2.13/include/linux/pkt_sched.h -usr/src/linux-2.2.13/include/linux/poll.h -usr/src/linux-2.2.13/include/linux/posix_types.h -usr/src/linux-2.2.13/include/linux/ppp-comp.h -usr/src/linux-2.2.13/include/linux/ppp.h -usr/src/linux-2.2.13/include/linux/ppp_defs.h -usr/src/linux-2.2.13/include/linux/prctl.h -usr/src/linux-2.2.13/include/linux/proc_fs.h -usr/src/linux-2.2.13/include/linux/ps2esdi.h -usr/src/linux-2.2.13/include/linux/ptrace.h -usr/src/linux-2.2.13/include/linux/qic117.h -usr/src/linux-2.2.13/include/linux/qnx4_fs.h -usr/src/linux-2.2.13/include/linux/qnx4_fs_i.h -usr/src/linux-2.2.13/include/linux/qnx4_fs_sb.h -usr/src/linux-2.2.13/include/linux/qnxtypes.h -usr/src/linux-2.2.13/include/linux/quota.h -usr/src/linux-2.2.13/include/linux/quotaops.h -usr/src/linux-2.2.13/include/linux/raid/hsm.h -usr/src/linux-2.2.13/include/linux/raid/hsm_p.h -usr/src/linux-2.2.13/include/linux/raid/linear.h -usr/src/linux-2.2.13/include/linux/raid/md.h -usr/src/linux-2.2.13/include/linux/raid/md_compatible.h -usr/src/linux-2.2.13/include/linux/raid/md_k.h -usr/src/linux-2.2.13/include/linux/raid/md_p.h -usr/src/linux-2.2.13/include/linux/raid/md_u.h -usr/src/linux-2.2.13/include/linux/raid/raid0.h -usr/src/linux-2.2.13/include/linux/raid/raid1.h -usr/src/linux-2.2.13/include/linux/raid/raid5.h -usr/src/linux-2.2.13/include/linux/raid/translucent.h -usr/src/linux-2.2.13/include/linux/raid/xor.h -usr/src/linux-2.2.13/include/linux/random.h -usr/src/linux-2.2.13/include/linux/raw.h -usr/src/linux-2.2.13/include/linux/reboot.h -usr/src/linux-2.2.13/include/linux/resource.h -usr/src/linux-2.2.13/include/linux/rocket.h -usr/src/linux-2.2.13/include/linux/romfs_fs.h -usr/src/linux-2.2.13/include/linux/romfs_fs_i.h -usr/src/linux-2.2.13/include/linux/romfs_fs_sb.h -usr/src/linux-2.2.13/include/linux/rose.h -usr/src/linux-2.2.13/include/linux/route.h -usr/src/linux-2.2.13/include/linux/rpcsock.h -usr/src/linux-2.2.13/include/linux/rtnetlink.h -usr/src/linux-2.2.13/include/linux/sc26198.h -usr/src/linux-2.2.13/include/linux/scc.h -usr/src/linux-2.2.13/include/linux/sched.h -usr/src/linux-2.2.13/include/linux/sdla.h -usr/src/linux-2.2.13/include/linux/sdla_fr.h -usr/src/linux-2.2.13/include/linux/sdla_ppp.h -usr/src/linux-2.2.13/include/linux/sdla_x25.h -usr/src/linux-2.2.13/include/linux/sdladrv.h -usr/src/linux-2.2.13/include/linux/sdlasfm.h -usr/src/linux-2.2.13/include/linux/securebits.h -usr/src/linux-2.2.13/include/linux/selection.h -usr/src/linux-2.2.13/include/linux/sem.h -usr/src/linux-2.2.13/include/linux/serial.h -usr/src/linux-2.2.13/include/linux/serial167.h -usr/src/linux-2.2.13/include/linux/serialP.h -usr/src/linux-2.2.13/include/linux/serial_reg.h -usr/src/linux-2.2.13/include/linux/shm.h -usr/src/linux-2.2.13/include/linux/signal.h -usr/src/linux-2.2.13/include/linux/skbuff.h -usr/src/linux-2.2.13/include/linux/slab.h -usr/src/linux-2.2.13/include/linux/smb.h -usr/src/linux-2.2.13/include/linux/smb_fs.h -usr/src/linux-2.2.13/include/linux/smb_fs_i.h -usr/src/linux-2.2.13/include/linux/smb_fs_sb.h -usr/src/linux-2.2.13/include/linux/smb_mount.h -usr/src/linux-2.2.13/include/linux/smbno.h -usr/src/linux-2.2.13/include/linux/smp.h -usr/src/linux-2.2.13/include/linux/smp_lock.h -usr/src/linux-2.2.13/include/linux/socket.h -usr/src/linux-2.2.13/include/linux/sockios.h -usr/src/linux-2.2.13/include/linux/sound.h -usr/src/linux-2.2.13/include/linux/soundcard.h -usr/src/linux-2.2.13/include/linux/soundmodem.h -usr/src/linux-2.2.13/include/linux/stallion.h -usr/src/linux-2.2.13/include/linux/stat.h -usr/src/linux-2.2.13/include/linux/stddef.h -usr/src/linux-2.2.13/include/linux/string.h -usr/src/linux-2.2.13/include/linux/sunrpc/auth.h -usr/src/linux-2.2.13/include/linux/sunrpc/clnt.h -usr/src/linux-2.2.13/include/linux/sunrpc/debug.h -usr/src/linux-2.2.13/include/linux/sunrpc/msg_prot.h -usr/src/linux-2.2.13/include/linux/sunrpc/sched.h -usr/src/linux-2.2.13/include/linux/sunrpc/stats.h -usr/src/linux-2.2.13/include/linux/sunrpc/svc.h -usr/src/linux-2.2.13/include/linux/sunrpc/svcauth.h -usr/src/linux-2.2.13/include/linux/sunrpc/svcsock.h -usr/src/linux-2.2.13/include/linux/sunrpc/types.h -usr/src/linux-2.2.13/include/linux/sunrpc/xdr.h -usr/src/linux-2.2.13/include/linux/sunrpc/xprt.h -usr/src/linux-2.2.13/include/linux/swap.h -usr/src/linux-2.2.13/include/linux/swapctl.h -usr/src/linux-2.2.13/include/linux/synclink.h -usr/src/linux-2.2.13/include/linux/sys.h -usr/src/linux-2.2.13/include/linux/sysctl.h -usr/src/linux-2.2.13/include/linux/sysrq.h -usr/src/linux-2.2.13/include/linux/sysv_fs.h -usr/src/linux-2.2.13/include/linux/sysv_fs_i.h -usr/src/linux-2.2.13/include/linux/sysv_fs_sb.h -usr/src/linux-2.2.13/include/linux/tasks.h -usr/src/linux-2.2.13/include/linux/tcp.h -usr/src/linux-2.2.13/include/linux/termios.h -usr/src/linux-2.2.13/include/linux/time.h -usr/src/linux-2.2.13/include/linux/timer.h -usr/src/linux-2.2.13/include/linux/times.h -usr/src/linux-2.2.13/include/linux/timex.h -usr/src/linux-2.2.13/include/linux/tpqic02.h -usr/src/linux-2.2.13/include/linux/tqueue.h -usr/src/linux-2.2.13/include/linux/trdevice.h -usr/src/linux-2.2.13/include/linux/tty.h -usr/src/linux-2.2.13/include/linux/tty_driver.h -usr/src/linux-2.2.13/include/linux/tty_flip.h -usr/src/linux-2.2.13/include/linux/tty_ldisc.h -usr/src/linux-2.2.13/include/linux/types.h -usr/src/linux-2.2.13/include/linux/udp.h -usr/src/linux-2.2.13/include/linux/ufs_fs.h -usr/src/linux-2.2.13/include/linux/ufs_fs_i.h -usr/src/linux-2.2.13/include/linux/ufs_fs_sb.h -usr/src/linux-2.2.13/include/linux/uio.h -usr/src/linux-2.2.13/include/linux/ultrasound.h -usr/src/linux-2.2.13/include/linux/umsdos_fs.h -usr/src/linux-2.2.13/include/linux/umsdos_fs.p -usr/src/linux-2.2.13/include/linux/umsdos_fs_i.h -usr/src/linux-2.2.13/include/linux/un.h -usr/src/linux-2.2.13/include/linux/unistd.h -usr/src/linux-2.2.13/include/linux/user.h -usr/src/linux-2.2.13/include/linux/utime.h -usr/src/linux-2.2.13/include/linux/uts.h -usr/src/linux-2.2.13/include/linux/utsname.h -usr/src/linux-2.2.13/include/linux/version-BOOT.h -usr/src/linux-2.2.13/include/linux/version-smp.h -usr/src/linux-2.2.13/include/linux/version-up.h -usr/src/linux-2.2.13/include/linux/version.h -usr/src/linux-2.2.13/include/linux/vfs.h -usr/src/linux-2.2.13/include/linux/video_decoder.h -usr/src/linux-2.2.13/include/linux/video_encoder.h -usr/src/linux-2.2.13/include/linux/videodev.h -usr/src/linux-2.2.13/include/linux/videotext.h -usr/src/linux-2.2.13/include/linux/vmalloc.h -usr/src/linux-2.2.13/include/linux/vt.h -usr/src/linux-2.2.13/include/linux/vt_buffer.h -usr/src/linux-2.2.13/include/linux/vt_kern.h -usr/src/linux-2.2.13/include/linux/wait.h -usr/src/linux-2.2.13/include/linux/wanpipe.h -usr/src/linux-2.2.13/include/linux/wanrouter.h -usr/src/linux-2.2.13/include/linux/watchdog.h -usr/src/linux-2.2.13/include/linux/wavefront.h -usr/src/linux-2.2.13/include/linux/wireless.h -usr/src/linux-2.2.13/include/linux/wrapper.h -usr/src/linux-2.2.13/include/linux/x25.h -usr/src/linux-2.2.13/include/linux/yam.h -usr/src/linux-2.2.13/include/linux/zftape.h -usr/src/linux-2.2.13/include/linux/zorro.h -usr/src/linux-2.2.13/include/net/addrconf.h -usr/src/linux-2.2.13/include/net/af_unix.h -usr/src/linux-2.2.13/include/net/arp.h -usr/src/linux-2.2.13/include/net/atalkcall.h -usr/src/linux-2.2.13/include/net/ax25.h -usr/src/linux-2.2.13/include/net/ax25call.h -usr/src/linux-2.2.13/include/net/br.h -usr/src/linux-2.2.13/include/net/checksum.h -usr/src/linux-2.2.13/include/net/datalink.h -usr/src/linux-2.2.13/include/net/dst.h -usr/src/linux-2.2.13/include/net/flow.h -usr/src/linux-2.2.13/include/net/icmp.h -usr/src/linux-2.2.13/include/net/if_inet6.h -usr/src/linux-2.2.13/include/net/inet_common.h -usr/src/linux-2.2.13/include/net/ip.h -usr/src/linux-2.2.13/include/net/ip6_fib.h -usr/src/linux-2.2.13/include/net/ip6_fw.h -usr/src/linux-2.2.13/include/net/ip6_route.h -usr/src/linux-2.2.13/include/net/ip_fib.h -usr/src/linux-2.2.13/include/net/ip_masq.h -usr/src/linux-2.2.13/include/net/ip_masq_mod.h -usr/src/linux-2.2.13/include/net/ip_vs.h -usr/src/linux-2.2.13/include/net/ipconfig.h -usr/src/linux-2.2.13/include/net/ipip.h -usr/src/linux-2.2.13/include/net/ipv6.h -usr/src/linux-2.2.13/include/net/ipx.h -usr/src/linux-2.2.13/include/net/ipxcall.h -usr/src/linux-2.2.13/include/net/irda/crc.h -usr/src/linux-2.2.13/include/net/irda/discovery.h -usr/src/linux-2.2.13/include/net/irda/dongle.h -usr/src/linux-2.2.13/include/net/irda/ircomm_common.h -usr/src/linux-2.2.13/include/net/irda/irda.h -usr/src/linux-2.2.13/include/net/irda/irda_device.h -usr/src/linux-2.2.13/include/net/irda/irdacall.h -usr/src/linux-2.2.13/include/net/irda/iriap.h -usr/src/linux-2.2.13/include/net/irda/iriap_event.h -usr/src/linux-2.2.13/include/net/irda/irias_object.h -usr/src/linux-2.2.13/include/net/irda/irlan_client.h -usr/src/linux-2.2.13/include/net/irda/irlan_common.h -usr/src/linux-2.2.13/include/net/irda/irlan_eth.h -usr/src/linux-2.2.13/include/net/irda/irlan_event.h -usr/src/linux-2.2.13/include/net/irda/irlan_filter.h -usr/src/linux-2.2.13/include/net/irda/irlan_provider.h -usr/src/linux-2.2.13/include/net/irda/irlap.h -usr/src/linux-2.2.13/include/net/irda/irlap_comp.h -usr/src/linux-2.2.13/include/net/irda/irlap_event.h -usr/src/linux-2.2.13/include/net/irda/irlap_frame.h -usr/src/linux-2.2.13/include/net/irda/irlmp.h -usr/src/linux-2.2.13/include/net/irda/irlmp_event.h -usr/src/linux-2.2.13/include/net/irda/irlmp_frame.h -usr/src/linux-2.2.13/include/net/irda/irlpt_cli.h -usr/src/linux-2.2.13/include/net/irda/irlpt_cli_fsm.h -usr/src/linux-2.2.13/include/net/irda/irlpt_common.h -usr/src/linux-2.2.13/include/net/irda/irlpt_server.h -usr/src/linux-2.2.13/include/net/irda/irlpt_server_fsm.h -usr/src/linux-2.2.13/include/net/irda/irmod.h -usr/src/linux-2.2.13/include/net/irda/irport.h -usr/src/linux-2.2.13/include/net/irda/irqueue.h -usr/src/linux-2.2.13/include/net/irda/irttp.h -usr/src/linux-2.2.13/include/net/irda/irtty.h -usr/src/linux-2.2.13/include/net/irda/irvtd.h -usr/src/linux-2.2.13/include/net/irda/pc87108.h -usr/src/linux-2.2.13/include/net/irda/qos.h -usr/src/linux-2.2.13/include/net/irda/smc-ircc.h -usr/src/linux-2.2.13/include/net/irda/timer.h -usr/src/linux-2.2.13/include/net/irda/toshoboe.h -usr/src/linux-2.2.13/include/net/irda/uircc.h -usr/src/linux-2.2.13/include/net/irda/w83977af.h -usr/src/linux-2.2.13/include/net/irda/w83977af_ir.h -usr/src/linux-2.2.13/include/net/irda/wrapper.h -usr/src/linux-2.2.13/include/net/lapb.h -usr/src/linux-2.2.13/include/net/lapbcall.h -usr/src/linux-2.2.13/include/net/llc.h -usr/src/linux-2.2.13/include/net/llc_frame.h -usr/src/linux-2.2.13/include/net/llc_name.h -usr/src/linux-2.2.13/include/net/llc_state.h -usr/src/linux-2.2.13/include/net/llccall.h -usr/src/linux-2.2.13/include/net/ndisc.h -usr/src/linux-2.2.13/include/net/neighbour.h -usr/src/linux-2.2.13/include/net/netbeuicall.h -usr/src/linux-2.2.13/include/net/netrom.h -usr/src/linux-2.2.13/include/net/nrcall.h -usr/src/linux-2.2.13/include/net/p8022.h -usr/src/linux-2.2.13/include/net/p8022call.h -usr/src/linux-2.2.13/include/net/pkt_cls.h -usr/src/linux-2.2.13/include/net/pkt_sched.h -usr/src/linux-2.2.13/include/net/profile.h -usr/src/linux-2.2.13/include/net/protocol.h -usr/src/linux-2.2.13/include/net/psnap.h -usr/src/linux-2.2.13/include/net/psnapcall.h -usr/src/linux-2.2.13/include/net/rarp.h -usr/src/linux-2.2.13/include/net/raw.h -usr/src/linux-2.2.13/include/net/rawv6.h -usr/src/linux-2.2.13/include/net/rose.h -usr/src/linux-2.2.13/include/net/rosecall.h -usr/src/linux-2.2.13/include/net/route.h -usr/src/linux-2.2.13/include/net/scm.h -usr/src/linux-2.2.13/include/net/slhc.h -usr/src/linux-2.2.13/include/net/slhc_vj.h -usr/src/linux-2.2.13/include/net/snmp.h -usr/src/linux-2.2.13/include/net/sock.h -usr/src/linux-2.2.13/include/net/spx.h -usr/src/linux-2.2.13/include/net/spxcall.h -usr/src/linux-2.2.13/include/net/tcp.h -usr/src/linux-2.2.13/include/net/transp_v6.h -usr/src/linux-2.2.13/include/net/udp.h -usr/src/linux-2.2.13/include/net/x25.h -usr/src/linux-2.2.13/include/net/x25call.h -usr/src/linux-2.2.13/include/scsi/scsi.h -usr/src/linux-2.2.13/include/scsi/scsi_ioctl.h -usr/src/linux-2.2.13/include/scsi/scsicam.h -usr/src/linux-2.2.13/include/scsi/sg.h -usr/src/linux-2.2.13/include/video/fbcon-afb.h -usr/src/linux-2.2.13/include/video/fbcon-cfb16.h -usr/src/linux-2.2.13/include/video/fbcon-cfb2.h -usr/src/linux-2.2.13/include/video/fbcon-cfb24.h -usr/src/linux-2.2.13/include/video/fbcon-cfb32.h -usr/src/linux-2.2.13/include/video/fbcon-cfb4.h -usr/src/linux-2.2.13/include/video/fbcon-cfb8.h -usr/src/linux-2.2.13/include/video/fbcon-ilbm.h -usr/src/linux-2.2.13/include/video/fbcon-iplan2p2.h -usr/src/linux-2.2.13/include/video/fbcon-iplan2p4.h -usr/src/linux-2.2.13/include/video/fbcon-iplan2p8.h -usr/src/linux-2.2.13/include/video/fbcon-mac.h -usr/src/linux-2.2.13/include/video/fbcon-mfb.h -usr/src/linux-2.2.13/include/video/fbcon-vga-planes.h -usr/src/linux-2.2.13/include/video/fbcon-vga.h -usr/src/linux-2.2.13/include/video/fbcon.h -usr/src/linux-2.2.13/include/video/font.h -usr/src/linux-2.2.13/include/video/macmodes.h -usr/src/linux-2.2.13/include/video/s3blit.h -usr/src/linux-2.2.13/include/video/sbusfb.h -@exec ln -sf ../X11R6/include/X11 %D/usr/include/X11 -@unexec rm %D/usr/include/X11 -@exec ln -sf ../src/linux/include/asm %D/usr/include/asm -@unexec rm %D/usr/include/asm -@exec ln -sf ../src/linux/include/linux %D/usr/include/linux -@unexec rm %D/usr/include/linux -@exec ln -sf linux-2.2.13 %D/usr/src/linux -@unexec rm %D/usr/src/linux -@exec ln -sf asm-alpha %D/usr/src/linux-2.2.13/include/asm -@unexec rm %D/usr/src/linux-2.2.13/include/asm -@exec mkdir -p %D/usr/alpha-redhat-linux/include -@dirrm usr/src/linux-2.2.13/include/video -@dirrm usr/src/linux-2.2.13/include/scsi -@dirrm usr/src/linux-2.2.13/include/net/irda -@dirrm usr/src/linux-2.2.13/include/net -@dirrm usr/src/linux-2.2.13/include/linux/sunrpc -@dirrm usr/src/linux-2.2.13/include/linux/raid -@dirrm usr/src/linux-2.2.13/include/linux/nfsd -@dirrm usr/src/linux-2.2.13/include/linux/modules-up -@dirrm usr/src/linux-2.2.13/include/linux/modules-smp -@dirrm usr/src/linux-2.2.13/include/linux/modules-BOOT -@dirrm usr/src/linux-2.2.13/include/linux/modules -@dirrm usr/src/linux-2.2.13/include/linux/lockd -@dirrm usr/src/linux-2.2.13/include/linux/byteorder -@dirrm usr/src/linux-2.2.13/include/linux -@dirrm usr/src/linux-2.2.13/include/asm-alpha -@dirrm usr/src/linux-2.2.13/include/asm-generic -@dirrm usr/src/linux-2.2.13/include -@dirrm usr/src/linux-2.2.13 -@dirrm usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66/include -@dirrm usr/lib/gcc-lib/alpha-redhat-linux/egcs-2.91.66 -@dirrm usr/lib/gcc-lib/alpha-redhat-linux -@dirrm usr/include/sys -@dirrm usr/include/scsi -@dirrm usr/include/rpcsvc -@dirrm usr/include/rpc -@dirrm usr/include/protocols -@dirrm usr/include/nfs -@dirrm usr/include/netrose -@dirrm usr/include/netrom -@dirrm usr/include/netpacket -@dirrm usr/include/netipx -@dirrm usr/include/netinet -@dirrm usr/include/neteconet -@dirrm usr/include/netax25 -@dirrm usr/include/netatalk -@dirrm usr/include/netash -@dirrm usr/include/net -@dirrm usr/include/gnu -@dirrm usr/include/g++-2/std -@dirrm usr/include/g++-2 -@dirrm usr/include/db1 -@dirrm usr/include/bits -@dirrm usr/include/arpa -@dirrm usr/alpha-redhat-linux/lib -@dirrm usr/alpha-redhat-linux/include -@dirrm usr/alpha-redhat-linux -@dirrm usr/doc/make-3.77 -@dirrm usr/doc/egcs-1.1.2 -@dirrm usr/X11R6/man/man3 -@dirrm usr/X11R6/man/man1 -@dirrm usr/X11R6/lib/X11/config -@dirrm usr/X11R6/lib/X11 -@dirrm usr/X11R6/include/X11/fonts -@dirrm usr/X11R6/include/X11/extensions -@dirrm usr/X11R6/include/X11/bitmaps -@dirrm usr/X11R6/include/X11/Xmu -@dirrm usr/X11R6/include/X11/Xaw -@dirrm usr/X11R6/include/X11/SM -@dirrm usr/X11R6/include/X11/PM -@dirrm usr/X11R6/include/X11/PEX5 -@dirrm usr/X11R6/include/X11/ICE -@dirrm usr/X11R6/include/X11 diff --git a/devel/linux_devtools-6/pkg-plist.i386 b/devel/linux_devtools-6/pkg-plist.i386 deleted file mode 100644 index 8e4f6f1..0000000 --- a/devel/linux_devtools-6/pkg-plist.i386 +++ /dev/null @@ -1,3547 +0,0 @@ -lib/cpp -usr/X11R6/bin/imake -usr/X11R6/bin/makedepend -usr/X11R6/bin/xmkmf -usr/X11R6/include/X11/Composite.h -usr/X11R6/include/X11/CompositeP.h -usr/X11R6/include/X11/ConstrainP.h -usr/X11R6/include/X11/Constraint.h -usr/X11R6/include/X11/Core.h -usr/X11R6/include/X11/CoreP.h -usr/X11R6/include/X11/DECkeysym.h -usr/X11R6/include/X11/HPkeysym.h -usr/X11R6/include/X11/ICE/ICE.h -usr/X11R6/include/X11/ICE/ICEconn.h -usr/X11R6/include/X11/ICE/ICElib.h -usr/X11R6/include/X11/ICE/ICEmsg.h -usr/X11R6/include/X11/ICE/ICEproto.h -usr/X11R6/include/X11/ICE/ICEutil.h -usr/X11R6/include/X11/Intrinsic.h -usr/X11R6/include/X11/IntrinsicP.h -usr/X11R6/include/X11/Object.h -usr/X11R6/include/X11/ObjectP.h -usr/X11R6/include/X11/PEX5/PEX.h -usr/X11R6/include/X11/PEX5/PEXlib.h -usr/X11R6/include/X11/PEX5/PEXlibint.h -usr/X11R6/include/X11/PEX5/PEXproto.h -usr/X11R6/include/X11/PEX5/PEXprotost.h -usr/X11R6/include/X11/PM/PM.h -usr/X11R6/include/X11/PM/PMproto.h -usr/X11R6/include/X11/RectObj.h -usr/X11R6/include/X11/RectObjP.h -usr/X11R6/include/X11/SM/SM.h -usr/X11R6/include/X11/SM/SMlib.h -usr/X11R6/include/X11/SM/SMproto.h -usr/X11R6/include/X11/Shell.h -usr/X11R6/include/X11/ShellP.h -usr/X11R6/include/X11/StringDefs.h -usr/X11R6/include/X11/Sunkeysym.h -usr/X11R6/include/X11/Vendor.h -usr/X11R6/include/X11/VendorP.h -usr/X11R6/include/X11/X.h -usr/X11R6/include/X11/X10.h -usr/X11R6/include/X11/XKBlib.h -usr/X11R6/include/X11/XWDFile.h -usr/X11R6/include/X11/Xalloca.h -usr/X11R6/include/X11/Xatom.h -usr/X11R6/include/X11/Xauth.h -usr/X11R6/include/X11/Xaw/AllWidgets.h -usr/X11R6/include/X11/Xaw/AsciiSink.h -usr/X11R6/include/X11/Xaw/AsciiSinkP.h -usr/X11R6/include/X11/Xaw/AsciiSrc.h -usr/X11R6/include/X11/Xaw/AsciiSrcP.h -usr/X11R6/include/X11/Xaw/AsciiText.h -usr/X11R6/include/X11/Xaw/AsciiTextP.h -usr/X11R6/include/X11/Xaw/Box.h -usr/X11R6/include/X11/Xaw/BoxP.h -usr/X11R6/include/X11/Xaw/Cardinals.h -usr/X11R6/include/X11/Xaw/Command.h -usr/X11R6/include/X11/Xaw/CommandP.h -usr/X11R6/include/X11/Xaw/Dialog.h -usr/X11R6/include/X11/Xaw/DialogP.h -usr/X11R6/include/X11/Xaw/Form.h -usr/X11R6/include/X11/Xaw/FormP.h -usr/X11R6/include/X11/Xaw/Grip.h -usr/X11R6/include/X11/Xaw/GripP.h -usr/X11R6/include/X11/Xaw/Label.h -usr/X11R6/include/X11/Xaw/LabelP.h -usr/X11R6/include/X11/Xaw/List.h -usr/X11R6/include/X11/Xaw/ListP.h -usr/X11R6/include/X11/Xaw/MenuButtoP.h -usr/X11R6/include/X11/Xaw/MenuButton.h -usr/X11R6/include/X11/Xaw/MultiSink.h -usr/X11R6/include/X11/Xaw/MultiSinkP.h -usr/X11R6/include/X11/Xaw/MultiSrc.h -usr/X11R6/include/X11/Xaw/MultiSrcP.h -usr/X11R6/include/X11/Xaw/Paned.h -usr/X11R6/include/X11/Xaw/PanedP.h -usr/X11R6/include/X11/Xaw/Panner.h -usr/X11R6/include/X11/Xaw/PannerP.h -usr/X11R6/include/X11/Xaw/Porthole.h -usr/X11R6/include/X11/Xaw/PortholeP.h -usr/X11R6/include/X11/Xaw/Repeater.h -usr/X11R6/include/X11/Xaw/RepeaterP.h -usr/X11R6/include/X11/Xaw/Reports.h -usr/X11R6/include/X11/Xaw/Scrollbar.h -usr/X11R6/include/X11/Xaw/ScrollbarP.h -usr/X11R6/include/X11/Xaw/Simple.h -usr/X11R6/include/X11/Xaw/SimpleMenP.h -usr/X11R6/include/X11/Xaw/SimpleMenu.h -usr/X11R6/include/X11/Xaw/SimpleP.h -usr/X11R6/include/X11/Xaw/Sme.h -usr/X11R6/include/X11/Xaw/SmeBSB.h -usr/X11R6/include/X11/Xaw/SmeBSBP.h -usr/X11R6/include/X11/Xaw/SmeLine.h -usr/X11R6/include/X11/Xaw/SmeLineP.h -usr/X11R6/include/X11/Xaw/SmeP.h -usr/X11R6/include/X11/Xaw/StripCharP.h -usr/X11R6/include/X11/Xaw/StripChart.h -usr/X11R6/include/X11/Xaw/Template.c -usr/X11R6/include/X11/Xaw/Template.h -usr/X11R6/include/X11/Xaw/TemplateP.h -usr/X11R6/include/X11/Xaw/Text.h -usr/X11R6/include/X11/Xaw/TextP.h -usr/X11R6/include/X11/Xaw/TextSink.h -usr/X11R6/include/X11/Xaw/TextSinkP.h -usr/X11R6/include/X11/Xaw/TextSrc.h -usr/X11R6/include/X11/Xaw/TextSrcP.h -usr/X11R6/include/X11/Xaw/Toggle.h -usr/X11R6/include/X11/Xaw/ToggleP.h -usr/X11R6/include/X11/Xaw/Tree.h -usr/X11R6/include/X11/Xaw/TreeP.h -usr/X11R6/include/X11/Xaw/VendorEP.h -usr/X11R6/include/X11/Xaw/Viewport.h -usr/X11R6/include/X11/Xaw/ViewportP.h -usr/X11R6/include/X11/Xaw/XawImP.h -usr/X11R6/include/X11/Xaw/XawInit.h -usr/X11R6/include/X11/Xcms.h -usr/X11R6/include/X11/Xdmcp.h -usr/X11R6/include/X11/Xfuncproto.h -usr/X11R6/include/X11/Xfuncs.h -usr/X11R6/include/X11/Xlib.h -usr/X11R6/include/X11/Xlibint.h -usr/X11R6/include/X11/Xlocale.h -usr/X11R6/include/X11/Xmd.h -usr/X11R6/include/X11/Xmu/Atoms.h -usr/X11R6/include/X11/Xmu/CharSet.h -usr/X11R6/include/X11/Xmu/CloseHook.h -usr/X11R6/include/X11/Xmu/Converters.h -usr/X11R6/include/X11/Xmu/CurUtil.h -usr/X11R6/include/X11/Xmu/CvtCache.h -usr/X11R6/include/X11/Xmu/DisplayQue.h -usr/X11R6/include/X11/Xmu/Drawing.h -usr/X11R6/include/X11/Xmu/Editres.h -usr/X11R6/include/X11/Xmu/EditresP.h -usr/X11R6/include/X11/Xmu/Error.h -usr/X11R6/include/X11/Xmu/ExtAgent.h -usr/X11R6/include/X11/Xmu/Initer.h -usr/X11R6/include/X11/Xmu/Misc.h -usr/X11R6/include/X11/Xmu/StdCmap.h -usr/X11R6/include/X11/Xmu/StdSel.h -usr/X11R6/include/X11/Xmu/SysUtil.h -usr/X11R6/include/X11/Xmu/WidgetNode.h -usr/X11R6/include/X11/Xmu/WinUtil.h -usr/X11R6/include/X11/Xmu/Xct.h -usr/X11R6/include/X11/Xmu/Xmu.h -usr/X11R6/include/X11/Xos.h -usr/X11R6/include/X11/Xos_r.h -usr/X11R6/include/X11/Xosdefs.h -usr/X11R6/include/X11/Xpoll.h -usr/X11R6/include/X11/Xproto.h -usr/X11R6/include/X11/Xprotostr.h -usr/X11R6/include/X11/Xresource.h -usr/X11R6/include/X11/Xthreads.h -usr/X11R6/include/X11/Xutil.h -usr/X11R6/include/X11/ap_keysym.h -usr/X11R6/include/X11/bitmaps/1x1 -usr/X11R6/include/X11/bitmaps/2x2 -usr/X11R6/include/X11/bitmaps/Dashes -usr/X11R6/include/X11/bitmaps/Down -usr/X11R6/include/X11/bitmaps/Excl -usr/X11R6/include/X11/bitmaps/FlipHoriz -usr/X11R6/include/X11/bitmaps/FlipVert -usr/X11R6/include/X11/bitmaps/Fold -usr/X11R6/include/X11/bitmaps/Left -usr/X11R6/include/X11/bitmaps/Right -usr/X11R6/include/X11/bitmaps/RotateLeft -usr/X11R6/include/X11/bitmaps/RotateRight -usr/X11R6/include/X11/bitmaps/Stipple -usr/X11R6/include/X11/bitmaps/Term -usr/X11R6/include/X11/bitmaps/Up -usr/X11R6/include/X11/bitmaps/black -usr/X11R6/include/X11/bitmaps/black6 -usr/X11R6/include/X11/bitmaps/box6 -usr/X11R6/include/X11/bitmaps/boxes -usr/X11R6/include/X11/bitmaps/calculator -usr/X11R6/include/X11/bitmaps/cntr_ptr -usr/X11R6/include/X11/bitmaps/cntr_ptrmsk -usr/X11R6/include/X11/bitmaps/cross_weave -usr/X11R6/include/X11/bitmaps/dimple1 -usr/X11R6/include/X11/bitmaps/dimple3 -usr/X11R6/include/X11/bitmaps/dot -usr/X11R6/include/X11/bitmaps/dropbar7 -usr/X11R6/include/X11/bitmaps/dropbar8 -usr/X11R6/include/X11/bitmaps/escherknot -usr/X11R6/include/X11/bitmaps/flagdown -usr/X11R6/include/X11/bitmaps/flagup -usr/X11R6/include/X11/bitmaps/flipped_gray -usr/X11R6/include/X11/bitmaps/gray -usr/X11R6/include/X11/bitmaps/gray1 -usr/X11R6/include/X11/bitmaps/gray3 -usr/X11R6/include/X11/bitmaps/grid16 -usr/X11R6/include/X11/bitmaps/grid2 -usr/X11R6/include/X11/bitmaps/grid4 -usr/X11R6/include/X11/bitmaps/grid8 -usr/X11R6/include/X11/bitmaps/hlines2 -usr/X11R6/include/X11/bitmaps/hlines3 -usr/X11R6/include/X11/bitmaps/icon -usr/X11R6/include/X11/bitmaps/keyboard16 -usr/X11R6/include/X11/bitmaps/left_ptr -usr/X11R6/include/X11/bitmaps/left_ptrmsk -usr/X11R6/include/X11/bitmaps/letters -usr/X11R6/include/X11/bitmaps/light_gray -usr/X11R6/include/X11/bitmaps/mailempty -usr/X11R6/include/X11/bitmaps/mailemptymsk -usr/X11R6/include/X11/bitmaps/mailfull -usr/X11R6/include/X11/bitmaps/mailfullmsk -usr/X11R6/include/X11/bitmaps/mensetmanus -usr/X11R6/include/X11/bitmaps/menu10 -usr/X11R6/include/X11/bitmaps/menu12 -usr/X11R6/include/X11/bitmaps/menu16 -usr/X11R6/include/X11/bitmaps/menu6 -usr/X11R6/include/X11/bitmaps/menu8 -usr/X11R6/include/X11/bitmaps/noletters -usr/X11R6/include/X11/bitmaps/opendot -usr/X11R6/include/X11/bitmaps/opendotMask -usr/X11R6/include/X11/bitmaps/plaid -usr/X11R6/include/X11/bitmaps/right_ptr -usr/X11R6/include/X11/bitmaps/right_ptrmsk -usr/X11R6/include/X11/bitmaps/root_weave -usr/X11R6/include/X11/bitmaps/scales -usr/X11R6/include/X11/bitmaps/sipb -usr/X11R6/include/X11/bitmaps/star -usr/X11R6/include/X11/bitmaps/starMask -usr/X11R6/include/X11/bitmaps/stipple -usr/X11R6/include/X11/bitmaps/target -usr/X11R6/include/X11/bitmaps/terminal -usr/X11R6/include/X11/bitmaps/tie_fighter -usr/X11R6/include/X11/bitmaps/vlines2 -usr/X11R6/include/X11/bitmaps/vlines3 -usr/X11R6/include/X11/bitmaps/weird_size -usr/X11R6/include/X11/bitmaps/wide_weave -usr/X11R6/include/X11/bitmaps/wingdogs -usr/X11R6/include/X11/bitmaps/woman -usr/X11R6/include/X11/bitmaps/xfd_icon -usr/X11R6/include/X11/bitmaps/xlogo11 -usr/X11R6/include/X11/bitmaps/xlogo16 -usr/X11R6/include/X11/bitmaps/xlogo32 -usr/X11R6/include/X11/bitmaps/xlogo64 -usr/X11R6/include/X11/bitmaps/xsnow -usr/X11R6/include/X11/cursorfont.h -usr/X11R6/include/X11/extensions/MITMisc.h -usr/X11R6/include/X11/extensions/Print.h -usr/X11R6/include/X11/extensions/Printstr.h -usr/X11R6/include/X11/extensions/XI.h -usr/X11R6/include/X11/extensions/XIE.h -usr/X11R6/include/X11/extensions/XIElib.h -usr/X11R6/include/X11/extensions/XIEproto.h -usr/X11R6/include/X11/extensions/XIEprotost.h -usr/X11R6/include/X11/extensions/XInput.h -usr/X11R6/include/X11/extensions/XIproto.h -usr/X11R6/include/X11/extensions/XKB.h -usr/X11R6/include/X11/extensions/XKBbells.h -usr/X11R6/include/X11/extensions/XKBconfig.h -usr/X11R6/include/X11/extensions/XKBfile.h -usr/X11R6/include/X11/extensions/XKBgeom.h -usr/X11R6/include/X11/extensions/XKBproto.h -usr/X11R6/include/X11/extensions/XKBrules.h -usr/X11R6/include/X11/extensions/XKBsrv.h -usr/X11R6/include/X11/extensions/XKBstr.h -usr/X11R6/include/X11/extensions/XKBui.h -usr/X11R6/include/X11/extensions/XKM.h -usr/X11R6/include/X11/extensions/XKMformat.h -usr/X11R6/include/X11/extensions/XShm.h -usr/X11R6/include/X11/extensions/XTest.h -usr/X11R6/include/X11/extensions/Xag.h -usr/X11R6/include/X11/extensions/Xagsrv.h -usr/X11R6/include/X11/extensions/Xagstr.h -usr/X11R6/include/X11/extensions/Xdbe.h -usr/X11R6/include/X11/extensions/Xdbeproto.h -usr/X11R6/include/X11/extensions/Xext.h -usr/X11R6/include/X11/extensions/dpms.h -usr/X11R6/include/X11/extensions/dpmsstr.h -usr/X11R6/include/X11/extensions/lbxbuf.h -usr/X11R6/include/X11/extensions/lbxbufstr.h -usr/X11R6/include/X11/extensions/lbxdeltastr.h -usr/X11R6/include/X11/extensions/lbximage.h -usr/X11R6/include/X11/extensions/lbxopts.h -usr/X11R6/include/X11/extensions/lbxstr.h -usr/X11R6/include/X11/extensions/lbxzlib.h -usr/X11R6/include/X11/extensions/multibuf.h -usr/X11R6/include/X11/extensions/record.h -usr/X11R6/include/X11/extensions/recordstr.h -usr/X11R6/include/X11/extensions/saver.h -usr/X11R6/include/X11/extensions/saverproto.h -usr/X11R6/include/X11/extensions/scrnsaver.h -usr/X11R6/include/X11/extensions/security.h -usr/X11R6/include/X11/extensions/securstr.h -usr/X11R6/include/X11/extensions/shape.h -usr/X11R6/include/X11/extensions/sync.h -usr/X11R6/include/X11/extensions/xf86dga.h -usr/X11R6/include/X11/extensions/xf86dgastr.h -usr/X11R6/include/X11/extensions/xf86misc.h -usr/X11R6/include/X11/extensions/xf86mscstr.h -usr/X11R6/include/X11/extensions/xf86vmode.h -usr/X11R6/include/X11/extensions/xf86vmstr.h -usr/X11R6/include/X11/extensions/xtestext1.h -usr/X11R6/include/X11/fonts/FS.h -usr/X11R6/include/X11/fonts/FSlib.h -usr/X11R6/include/X11/fonts/FSproto.h -usr/X11R6/include/X11/fonts/fsmasks.h -usr/X11R6/include/X11/keysym.h -usr/X11R6/include/X11/keysymdef.h -usr/X11R6/lib/X11/config/Amoeba.cf -usr/X11R6/lib/X11/config/DGUX.cf -usr/X11R6/lib/X11/config/FreeBSD.cf -usr/X11R6/lib/X11/config/Imake.cf -usr/X11R6/lib/X11/config/Imake.rules -usr/X11R6/lib/X11/config/Imake.tmpl -usr/X11R6/lib/X11/config/Library.tmpl -usr/X11R6/lib/X11/config/Mips.cf -usr/X11R6/lib/X11/config/Motif.rules -usr/X11R6/lib/X11/config/Motif.tmpl -usr/X11R6/lib/X11/config/NetBSD.cf -usr/X11R6/lib/X11/config/Oki.cf -usr/X11R6/lib/X11/config/OpenBSD.cf -usr/X11R6/lib/X11/config/QNX.cf -usr/X11R6/lib/X11/config/QNX.rules -usr/X11R6/lib/X11/config/Server.tmpl -usr/X11R6/lib/X11/config/ServerLib.tmpl -usr/X11R6/lib/X11/config/Threads.tmpl -usr/X11R6/lib/X11/config/Win32.cf -usr/X11R6/lib/X11/config/Win32.rules -usr/X11R6/lib/X11/config/WinLib.tmpl -usr/X11R6/lib/X11/config/X11.rules -usr/X11R6/lib/X11/config/X11.tmpl -usr/X11R6/lib/X11/config/apollo.cf -usr/X11R6/lib/X11/config/bsd.cf -usr/X11R6/lib/X11/config/bsdLib.rules -usr/X11R6/lib/X11/config/bsdLib.tmpl -usr/X11R6/lib/X11/config/bsdi.cf -usr/X11R6/lib/X11/config/cde.rules -usr/X11R6/lib/X11/config/cde.tmpl -usr/X11R6/lib/X11/config/convex.cf -usr/X11R6/lib/X11/config/cray.cf -usr/X11R6/lib/X11/config/fujitsu.cf -usr/X11R6/lib/X11/config/generic.cf -usr/X11R6/lib/X11/config/gnu.cf -usr/X11R6/lib/X11/config/gnuLib.rules -usr/X11R6/lib/X11/config/gnuLib.tmpl -usr/X11R6/lib/X11/config/host.def -usr/X11R6/lib/X11/config/hp.cf -usr/X11R6/lib/X11/config/hpLib.rules -usr/X11R6/lib/X11/config/hpLib.tmpl -usr/X11R6/lib/X11/config/ibm.cf -usr/X11R6/lib/X11/config/ibmLib.rules -usr/X11R6/lib/X11/config/ibmLib.tmpl -usr/X11R6/lib/X11/config/isc.cf -usr/X11R6/lib/X11/config/linux.cf -usr/X11R6/lib/X11/config/lnxLib.rules -usr/X11R6/lib/X11/config/lnxLib.tmpl -usr/X11R6/lib/X11/config/lnxdoc.rules -usr/X11R6/lib/X11/config/lnxdoc.tmpl -usr/X11R6/lib/X11/config/luna.cf -usr/X11R6/lib/X11/config/lynx.cf -usr/X11R6/lib/X11/config/macII.cf -usr/X11R6/lib/X11/config/mach.cf -usr/X11R6/lib/X11/config/minix.cf -usr/X11R6/lib/X11/config/moto.cf -usr/X11R6/lib/X11/config/ncr.cf -usr/X11R6/lib/X11/config/nec.cf -usr/X11R6/lib/X11/config/necLib.rules -usr/X11R6/lib/X11/config/necLib.tmpl -usr/X11R6/lib/X11/config/noop.rules -usr/X11R6/lib/X11/config/nto.cf -usr/X11R6/lib/X11/config/nto.rules -usr/X11R6/lib/X11/config/oldlib.rules -usr/X11R6/lib/X11/config/os2.cf -usr/X11R6/lib/X11/config/os2.rules -usr/X11R6/lib/X11/config/os2Lib.rules -usr/X11R6/lib/X11/config/os2Lib.tmpl -usr/X11R6/lib/X11/config/osf1.cf -usr/X11R6/lib/X11/config/osfLib.rules -usr/X11R6/lib/X11/config/osfLib.tmpl -usr/X11R6/lib/X11/config/pegasus.cf -usr/X11R6/lib/X11/config/sco.cf -usr/X11R6/lib/X11/config/sco5.cf -usr/X11R6/lib/X11/config/scoLib.rules -usr/X11R6/lib/X11/config/sequent.cf -usr/X11R6/lib/X11/config/sgi.cf -usr/X11R6/lib/X11/config/sgiLib.rules -usr/X11R6/lib/X11/config/sgiLib.tmpl -usr/X11R6/lib/X11/config/site.def -usr/X11R6/lib/X11/config/sony.cf -usr/X11R6/lib/X11/config/sun.cf -usr/X11R6/lib/X11/config/sunLib.rules -usr/X11R6/lib/X11/config/sunLib.tmpl -usr/X11R6/lib/X11/config/sv3Lib.rules -usr/X11R6/lib/X11/config/sv3Lib.tmpl -usr/X11R6/lib/X11/config/sv4Lib.rules -usr/X11R6/lib/X11/config/sv4Lib.tmpl -usr/X11R6/lib/X11/config/svr3.cf -usr/X11R6/lib/X11/config/svr4.cf -usr/X11R6/lib/X11/config/ultrix.cf -usr/X11R6/lib/X11/config/usl.cf -usr/X11R6/lib/X11/config/x386.cf -usr/X11R6/lib/X11/config/xf86.rules -usr/X11R6/lib/X11/config/xf86.tmpl -usr/X11R6/lib/X11/config/xf86site.def -usr/X11R6/lib/X11/config/xfree86.cf -usr/X11R6/lib/libFS.a -usr/X11R6/lib/libICE.a -usr/X11R6/lib/libICE.so -usr/X11R6/lib/libPEX5.a -usr/X11R6/lib/libPEX5.so -usr/X11R6/lib/libSM.a -usr/X11R6/lib/libSM.so -usr/X11R6/lib/libX11.a -usr/X11R6/lib/libX11.so -usr/X11R6/lib/libXIE.a -usr/X11R6/lib/libXIE.so -usr/X11R6/lib/libXau.a -usr/X11R6/lib/libXaw.a -usr/X11R6/lib/libXaw.so -usr/X11R6/lib/libXdmcp.a -usr/X11R6/lib/libXdpms.a -usr/X11R6/lib/libXext.a -usr/X11R6/lib/libXext.so -usr/X11R6/lib/libXi.a -usr/X11R6/lib/libXi.so -usr/X11R6/lib/libXmu.a -usr/X11R6/lib/libXmu.so -usr/X11R6/lib/libXp.a -usr/X11R6/lib/libXp.so -usr/X11R6/lib/libXss.a -usr/X11R6/lib/libXt.a -usr/X11R6/lib/libXt.so -usr/X11R6/lib/libXtst.a -usr/X11R6/lib/libXtst.so -usr/X11R6/lib/libXxf86dga.a -usr/X11R6/lib/libXxf86misc.a -usr/X11R6/lib/libXxf86vm.a -usr/X11R6/lib/liboldX.a -usr/X11R6/lib/libxkbfile.a -usr/X11R6/lib/libxkbui.a -usr/X11R6/man/man1/imake.1x -usr/X11R6/man/man1/makedepend.1x -usr/X11R6/man/man1/xmkmf.1x -usr/X11R6/man/man3/AllPlanes.3x -usr/X11R6/man/man3/BitmapBitOrder.3x -usr/X11R6/man/man3/BitmapPad.3x -usr/X11R6/man/man3/BitmapUnit.3x -usr/X11R6/man/man3/BlackPixel.3x -usr/X11R6/man/man3/BlackPixelOfScreen.3x -usr/X11R6/man/man3/CellsOfScreen.3x -usr/X11R6/man/man3/ClientWhitePointOfCCC.3x -usr/X11R6/man/man3/ConnectionNumber.3x -usr/X11R6/man/man3/DBE.3x -usr/X11R6/man/man3/DefaultColormap.3x -usr/X11R6/man/man3/DefaultColormapOfScreen.3x -usr/X11R6/man/man3/DefaultDepth.3x -usr/X11R6/man/man3/DefaultDepthOfScreen.3x -usr/X11R6/man/man3/DefaultGC.3x -usr/X11R6/man/man3/DefaultGCOfScreen.3x -usr/X11R6/man/man3/DefaultRootWindow.3x -usr/X11R6/man/man3/DefaultScreen.3x -usr/X11R6/man/man3/DefaultScreenOfDisplay.3x -usr/X11R6/man/man3/DefaultVisual.3x -usr/X11R6/man/man3/DefaultVisualOfScreen.3x -usr/X11R6/man/man3/DisplayCells.3x -usr/X11R6/man/man3/DisplayHeight.3x -usr/X11R6/man/man3/DisplayHeightMM.3x -usr/X11R6/man/man3/DisplayOfCCC.3x -usr/X11R6/man/man3/DisplayOfScreen.3x -usr/X11R6/man/man3/DisplayPlanes.3x -usr/X11R6/man/man3/DisplayString.3x -usr/X11R6/man/man3/DisplayWidth.3x -usr/X11R6/man/man3/DisplayWidthMM.3x -usr/X11R6/man/man3/DoesBackingStore.3x -usr/X11R6/man/man3/DoesSaveUnders.3x -usr/X11R6/man/man3/EventMaskOfScreen.3x -usr/X11R6/man/man3/HeightMMOfScreen.3x -usr/X11R6/man/man3/HeightOfScreen.3x -usr/X11R6/man/man3/ImageByteOrder.3x -usr/X11R6/man/man3/IsCursorKey.3x -usr/X11R6/man/man3/IsFunctionKey.3x -usr/X11R6/man/man3/IsKeypadKey.3x -usr/X11R6/man/man3/IsMiscFunctionKey.3x -usr/X11R6/man/man3/IsModiferKey.3x -usr/X11R6/man/man3/IsPFKey.3x -usr/X11R6/man/man3/IsPrivateKeypadKey.3x -usr/X11R6/man/man3/LastKnownRequestProcessed.3x -usr/X11R6/man/man3/MaxCmapsOfScreen.3x -usr/X11R6/man/man3/MenuPopdown.3x -usr/X11R6/man/man3/MenuPopup.3x -usr/X11R6/man/man3/MinCmapsOfScreen.3x -usr/X11R6/man/man3/NextRequest.3x -usr/X11R6/man/man3/PlanesOfScreen.3x -usr/X11R6/man/man3/ProtocolRevision.3x -usr/X11R6/man/man3/ProtocolVersion.3x -usr/X11R6/man/man3/QLength.3x -usr/X11R6/man/man3/RootWindow.3x -usr/X11R6/man/man3/RootWindowOfScreen.3x -usr/X11R6/man/man3/ScreenCount.3x -usr/X11R6/man/man3/ScreenNumberOfCCC.3x -usr/X11R6/man/man3/ScreenOfDisplay.3x -usr/X11R6/man/man3/ScreenWhitePointOfCCC.3x -usr/X11R6/man/man3/ServerVendor.3x -usr/X11R6/man/man3/VendorRelease.3x -usr/X11R6/man/man3/VisualOfCCC.3x -usr/X11R6/man/man3/WhitePixel.3x -usr/X11R6/man/man3/WhitePixelOfScreen.3x -usr/X11R6/man/man3/WidthMMOfScreen.3x -usr/X11R6/man/man3/WidthOfScreen.3x -usr/X11R6/man/man3/X.3x -usr/X11R6/man/man3/XActivateScreenSaver.3x -usr/X11R6/man/man3/XAddConnectionWatch.3x -usr/X11R6/man/man3/XAddHost.3x -usr/X11R6/man/man3/XAddHosts.3x -usr/X11R6/man/man3/XAddPixel.3x -usr/X11R6/man/man3/XAddToSaveSet.3x -usr/X11R6/man/man3/XAllocClassHint.3x -usr/X11R6/man/man3/XAllocColor.3x -usr/X11R6/man/man3/XAllocColorCells.3x -usr/X11R6/man/man3/XAllocColorPlanes.3x -usr/X11R6/man/man3/XAllocIconSize.3x -usr/X11R6/man/man3/XAllocNamedColor.3x -usr/X11R6/man/man3/XAllocSizeHints.3x -usr/X11R6/man/man3/XAllocStandardColormap.3x -usr/X11R6/man/man3/XAllocWMHints.3x -usr/X11R6/man/man3/XAllowDeviceEvents.3x -usr/X11R6/man/man3/XAllowEvents.3x -usr/X11R6/man/man3/XAnyEvent.3x -usr/X11R6/man/man3/XArc.3x -usr/X11R6/man/man3/XAutoRepeatOff.3x -usr/X11R6/man/man3/XAutoRepeatOn.3x -usr/X11R6/man/man3/XBaseFontNameListOfFontSet.3x -usr/X11R6/man/man3/XBell.3x -usr/X11R6/man/man3/XButtonEvent.3x -usr/X11R6/man/man3/XChangeActivePointerGrab.3x -usr/X11R6/man/man3/XChangeDeviceControl.3x -usr/X11R6/man/man3/XChangeDeviceDontPropagateList.3x -usr/X11R6/man/man3/XChangeDeviceKeyMapping.3x -usr/X11R6/man/man3/XChangeFeedbackControl.3x -usr/X11R6/man/man3/XChangeGC.3x -usr/X11R6/man/man3/XChangeKeyboardControl.3x -usr/X11R6/man/man3/XChangeKeyboardDevice.3x -usr/X11R6/man/man3/XChangeKeyboardMapping.3x -usr/X11R6/man/man3/XChangePointerControl.3x -usr/X11R6/man/man3/XChangePointerDevice.3x -usr/X11R6/man/man3/XChangeProperty.3x -usr/X11R6/man/man3/XChangeSaveSet.3x -usr/X11R6/man/man3/XChangeWindowAttributes.3x -usr/X11R6/man/man3/XChar2b.3x -usr/X11R6/man/man3/XCharStruct.3x -usr/X11R6/man/man3/XCheckIfEvent.3x -usr/X11R6/man/man3/XCheckMaskEvent.3x -usr/X11R6/man/man3/XCheckTypedEvent.3x -usr/X11R6/man/man3/XCheckTypedWindowEvent.3x -usr/X11R6/man/man3/XCheckWindowEvent.3x -usr/X11R6/man/man3/XCirculateEvent.3x -usr/X11R6/man/man3/XCirculateRequestEvent.3x -usr/X11R6/man/man3/XCirculateSubwindows.3x -usr/X11R6/man/man3/XCirculateSubwindowsDown.3x -usr/X11R6/man/man3/XCirculateSubwindowsUp.3x -usr/X11R6/man/man3/XClassHint.3x -usr/X11R6/man/man3/XClearArea.3x -usr/X11R6/man/man3/XClearWindow.3x -usr/X11R6/man/man3/XClientMessageEvent.3x -usr/X11R6/man/man3/XClipBox.3x -usr/X11R6/man/man3/XCloseDevice.3x -usr/X11R6/man/man3/XCloseDisplay.3x -usr/X11R6/man/man3/XCloseIM.3x -usr/X11R6/man/man3/XCloseOM.3x -usr/X11R6/man/man3/XColor.3x -usr/X11R6/man/man3/XColormapEvent.3x -usr/X11R6/man/man3/XConfigureEvent.3x -usr/X11R6/man/man3/XConfigureRequestEvent.3x -usr/X11R6/man/man3/XConfigureWindow.3x -usr/X11R6/man/man3/XConsortium.3x -usr/X11R6/man/man3/XContextDependentDrawing.3x -usr/X11R6/man/man3/XContextualDrawing.3x -usr/X11R6/man/man3/XConvertCase.3x -usr/X11R6/man/man3/XConvertSelection.3x -usr/X11R6/man/man3/XCopyArea.3x -usr/X11R6/man/man3/XCopyColormapAndFree.3x -usr/X11R6/man/man3/XCopyGC.3x -usr/X11R6/man/man3/XCopyPlane.3x -usr/X11R6/man/man3/XCreateBitmapFromData.3x -usr/X11R6/man/man3/XCreateColormap.3x -usr/X11R6/man/man3/XCreateFontCursor.3x -usr/X11R6/man/man3/XCreateFontSet.3x -usr/X11R6/man/man3/XCreateGC.3x -usr/X11R6/man/man3/XCreateGlyphCursor.3x -usr/X11R6/man/man3/XCreateIC.3x -usr/X11R6/man/man3/XCreateImage.3x -usr/X11R6/man/man3/XCreateOC.3x -usr/X11R6/man/man3/XCreatePixmap.3x -usr/X11R6/man/man3/XCreatePixmapCursor.3x -usr/X11R6/man/man3/XCreatePixmapFromBitmapData.3x -usr/X11R6/man/man3/XCreateRegion.3x -usr/X11R6/man/man3/XCreateSimpleWindow.3x -usr/X11R6/man/man3/XCreateWindow.3x -usr/X11R6/man/man3/XCreateWindowEvent.3x -usr/X11R6/man/man3/XCrossingEvent.3x -usr/X11R6/man/man3/XDefaultString.3x -usr/X11R6/man/man3/XDefineCursor.3x -usr/X11R6/man/man3/XDeleteContext.3x -usr/X11R6/man/man3/XDeleteModifiermapEntry.3x -usr/X11R6/man/man3/XDeleteProperty.3x -usr/X11R6/man/man3/XDestroyIC.3x -usr/X11R6/man/man3/XDestroyImage.3x -usr/X11R6/man/man3/XDestroyOC.3x -usr/X11R6/man/man3/XDestroyRegion.3x -usr/X11R6/man/man3/XDestroySubwindows.3x -usr/X11R6/man/man3/XDestroyWindow.3x -usr/X11R6/man/man3/XDestroyWindowEvent.3x -usr/X11R6/man/man3/XDeviceBell.3x -usr/X11R6/man/man3/XDeviceTimeCoord.3x -usr/X11R6/man/man3/XDirectionalDependentDrawing.3x -usr/X11R6/man/man3/XDisableAccessControl.3x -usr/X11R6/man/man3/XDisplayKeycodes.3x -usr/X11R6/man/man3/XDisplayMotionBufferSize.3x -usr/X11R6/man/man3/XDisplayName.3x -usr/X11R6/man/man3/XDisplayOfIM.3x -usr/X11R6/man/man3/XDisplayOfOM.3x -usr/X11R6/man/man3/XDrawArc.3x -usr/X11R6/man/man3/XDrawArcs.3x -usr/X11R6/man/man3/XDrawImageString.3x -usr/X11R6/man/man3/XDrawImageString16.3x -usr/X11R6/man/man3/XDrawLine.3x -usr/X11R6/man/man3/XDrawLines.3x -usr/X11R6/man/man3/XDrawPoint.3x -usr/X11R6/man/man3/XDrawPoints.3x -usr/X11R6/man/man3/XDrawRectangle.3x -usr/X11R6/man/man3/XDrawRectangles.3x -usr/X11R6/man/man3/XDrawSegments.3x -usr/X11R6/man/man3/XDrawString.3x -usr/X11R6/man/man3/XDrawString16.3x -usr/X11R6/man/man3/XDrawText.3x -usr/X11R6/man/man3/XDrawText16.3x -usr/X11R6/man/man3/XEmptyRegion.3x -usr/X11R6/man/man3/XEnableAccessControl.3x -usr/X11R6/man/man3/XEqualRegion.3x -usr/X11R6/man/man3/XErrorEvent.3x -usr/X11R6/man/man3/XEvent.3x -usr/X11R6/man/man3/XEventsQueued.3x -usr/X11R6/man/man3/XExposeEvent.3x -usr/X11R6/man/man3/XExtendedMaxRequestSize.3x -usr/X11R6/man/man3/XExtentsOfFontSet.3x -usr/X11R6/man/man3/XF86DGA.3x -usr/X11R6/man/man3/XF86DGADirectVideo.3x -usr/X11R6/man/man3/XF86DGAForkApp.3x -usr/X11R6/man/man3/XF86DGAGetVideo.3x -usr/X11R6/man/man3/XF86DGAInstallColormap.3x -usr/X11R6/man/man3/XF86DGAQueryDirectVideo.3x -usr/X11R6/man/man3/XF86DGAQueryExtension.3x -usr/X11R6/man/man3/XF86DGAQueryVersion.3x -usr/X11R6/man/man3/XF86DGASetVidPage.3x -usr/X11R6/man/man3/XF86DGASetViewPort.3x -usr/X11R6/man/man3/XF86DGAViewPortChanged.3x -usr/X11R6/man/man3/XF86Misc.3x -usr/X11R6/man/man3/XF86MiscGetKbdSettings.3x -usr/X11R6/man/man3/XF86MiscGetMouseSettings.3x -usr/X11R6/man/man3/XF86MiscGetSaver.3x -usr/X11R6/man/man3/XF86MiscQueryExtension.3x -usr/X11R6/man/man3/XF86MiscQueryVersion.3x -usr/X11R6/man/man3/XF86MiscSetKbdSettings.3x -usr/X11R6/man/man3/XF86MiscSetMouseSettings.3x -usr/X11R6/man/man3/XF86MiscSetSaver.3x -usr/X11R6/man/man3/XF86VidMode.3x -usr/X11R6/man/man3/XF86VidModeGetAllModeLines.3x -usr/X11R6/man/man3/XF86VidModeGetModeLine.3x -usr/X11R6/man/man3/XF86VidModeGetMonitor.3x -usr/X11R6/man/man3/XF86VidModeLockModeSwitch.3x -usr/X11R6/man/man3/XF86VidModeModModeLine.3x -usr/X11R6/man/man3/XF86VidModeQueryExtension.3x -usr/X11R6/man/man3/XF86VidModeQueryVersion.3x -usr/X11R6/man/man3/XF86VidModeSwitchMode.3x -usr/X11R6/man/man3/XFetchBuffer.3x -usr/X11R6/man/man3/XFetchBytes.3x -usr/X11R6/man/man3/XFetchName.3x -usr/X11R6/man/man3/XFillArc.3x -usr/X11R6/man/man3/XFillArcs.3x -usr/X11R6/man/man3/XFillPolygon.3x -usr/X11R6/man/man3/XFillRectangle.3x -usr/X11R6/man/man3/XFillRectangles.3x -usr/X11R6/man/man3/XFilterEvent.3x -usr/X11R6/man/man3/XFindContext.3x -usr/X11R6/man/man3/XFlush.3x -usr/X11R6/man/man3/XFocusChangeEvent.3x -usr/X11R6/man/man3/XFontProp.3x -usr/X11R6/man/man3/XFontSetExtents.3x -usr/X11R6/man/man3/XFontStruct.3x -usr/X11R6/man/man3/XFontsOfFontSet.3x -usr/X11R6/man/man3/XForceScreenSaver.3x -usr/X11R6/man/man3/XFree.3x -usr/X11R6/man/man3/XFreeColormap.3x -usr/X11R6/man/man3/XFreeColors.3x -usr/X11R6/man/man3/XFreeCursor.3x -usr/X11R6/man/man3/XFreeDeviceList.3x -usr/X11R6/man/man3/XFreeFont.3x -usr/X11R6/man/man3/XFreeFontInfo.3x -usr/X11R6/man/man3/XFreeFontNames.3x -usr/X11R6/man/man3/XFreeFontPath.3x -usr/X11R6/man/man3/XFreeFontSet.3x -usr/X11R6/man/man3/XFreeGC.3x -usr/X11R6/man/man3/XFreeModifierMap.3x -usr/X11R6/man/man3/XFreePixmap.3x -usr/X11R6/man/man3/XFreeStringList.3x -usr/X11R6/man/man3/XGCValues.3x -usr/X11R6/man/man3/XGContextFromGC.3x -usr/X11R6/man/man3/XGetAtomName.3x -usr/X11R6/man/man3/XGetAtomNames.3x -usr/X11R6/man/man3/XGetClassHint.3x -usr/X11R6/man/man3/XGetCommand.3x -usr/X11R6/man/man3/XGetDeviceButtonMapping.3x -usr/X11R6/man/man3/XGetDeviceControl.3x -usr/X11R6/man/man3/XGetDeviceDontPropagateList.3x -usr/X11R6/man/man3/XGetDeviceFocus.3x -usr/X11R6/man/man3/XGetDeviceKeyMapping.3x -usr/X11R6/man/man3/XGetDeviceModifierMapping.3x -usr/X11R6/man/man3/XGetDeviceMotionEvents.3x -usr/X11R6/man/man3/XGetErrorDatabaseText.3x -usr/X11R6/man/man3/XGetErrorText.3x -usr/X11R6/man/man3/XGetExtensionVersion.3x -usr/X11R6/man/man3/XGetFeedbackControl.3x -usr/X11R6/man/man3/XGetFontPath.3x -usr/X11R6/man/man3/XGetFontProperty.3x -usr/X11R6/man/man3/XGetGCValues.3x -usr/X11R6/man/man3/XGetGeometry.3x -usr/X11R6/man/man3/XGetICValues.3x -usr/X11R6/man/man3/XGetIMValues.3x -usr/X11R6/man/man3/XGetIconName.3x -usr/X11R6/man/man3/XGetIconSizes.3x -usr/X11R6/man/man3/XGetImage.3x -usr/X11R6/man/man3/XGetInputFocus.3x -usr/X11R6/man/man3/XGetKeyboardControl.3x -usr/X11R6/man/man3/XGetKeyboardMapping.3x -usr/X11R6/man/man3/XGetModifierMapping.3x -usr/X11R6/man/man3/XGetMotionEvents.3x -usr/X11R6/man/man3/XGetOCValues.3x -usr/X11R6/man/man3/XGetOMValues.3x -usr/X11R6/man/man3/XGetPixel.3x -usr/X11R6/man/man3/XGetPointerControl.3x -usr/X11R6/man/man3/XGetPointerMapping.3x -usr/X11R6/man/man3/XGetRGBColormaps.3x -usr/X11R6/man/man3/XGetScreenSaver.3x -usr/X11R6/man/man3/XGetSelectedExtensionEvents.3x -usr/X11R6/man/man3/XGetSelectionOwner.3x -usr/X11R6/man/man3/XGetSubImage.3x -usr/X11R6/man/man3/XGetTextProperty.3x -usr/X11R6/man/man3/XGetTransientForHint.3x -usr/X11R6/man/man3/XGetVisualInfo.3x -usr/X11R6/man/man3/XGetWMClientMachine.3x -usr/X11R6/man/man3/XGetWMColormapWindows.3x -usr/X11R6/man/man3/XGetWMHints.3x -usr/X11R6/man/man3/XGetWMIconName.3x -usr/X11R6/man/man3/XGetWMName.3x -usr/X11R6/man/man3/XGetWMNormalHints.3x -usr/X11R6/man/man3/XGetWMProtocols.3x -usr/X11R6/man/man3/XGetWMSizeHints.3x -usr/X11R6/man/man3/XGetWindowAttributes.3x -usr/X11R6/man/man3/XGetWindowProperty.3x -usr/X11R6/man/man3/XGrabButton.3x -usr/X11R6/man/man3/XGrabDevice.3x -usr/X11R6/man/man3/XGrabDeviceButton.3x -usr/X11R6/man/man3/XGrabDeviceKey.3x -usr/X11R6/man/man3/XGrabKey.3x -usr/X11R6/man/man3/XGrabKeyboard.3x -usr/X11R6/man/man3/XGrabPointer.3x -usr/X11R6/man/man3/XGrabServer.3x -usr/X11R6/man/man3/XGraphicsExposeEvent.3x -usr/X11R6/man/man3/XGravityEvent.3x -usr/X11R6/man/man3/XHostAddress.3x -usr/X11R6/man/man3/XIMOfIC.3x -usr/X11R6/man/man3/XIconSize.3x -usr/X11R6/man/man3/XIconifyWindow.3x -usr/X11R6/man/man3/XIfEvent.3x -usr/X11R6/man/man3/XInitImage.3x -usr/X11R6/man/man3/XInitThreads.3x -usr/X11R6/man/man3/XInsertModifiermapEntry.3x -usr/X11R6/man/man3/XInstallColormap.3x -usr/X11R6/man/man3/XInternAtom.3x -usr/X11R6/man/man3/XInternAtoms.3x -usr/X11R6/man/man3/XInternalConnectionNumbers.3x -usr/X11R6/man/man3/XIntersectRegion.3x -usr/X11R6/man/man3/XKeyEvent.3x -usr/X11R6/man/man3/XKeyboardControl.3x -usr/X11R6/man/man3/XKeycodeToKeysym.3x -usr/X11R6/man/man3/XKeymapEvent.3x -usr/X11R6/man/man3/XKeysymToKeycode.3x -usr/X11R6/man/man3/XKeysymToString.3x -usr/X11R6/man/man3/XKillClient.3x -usr/X11R6/man/man3/XListDepths.3x -usr/X11R6/man/man3/XListFonts.3x -usr/X11R6/man/man3/XListFontsWithInfo.3x -usr/X11R6/man/man3/XListHosts.3x -usr/X11R6/man/man3/XListInputDevices.3x -usr/X11R6/man/man3/XListInstalledColormaps.3x -usr/X11R6/man/man3/XListPixmapFormats.3x -usr/X11R6/man/man3/XListProperties.3x -usr/X11R6/man/man3/XLoadFont.3x -usr/X11R6/man/man3/XLoadQueryFont.3x -usr/X11R6/man/man3/XLocaleOfFontSet.3x -usr/X11R6/man/man3/XLocaleOfIM.3x -usr/X11R6/man/man3/XLocaleOfOM.3x -usr/X11R6/man/man3/XLockDisplay.3x -usr/X11R6/man/man3/XLookupColor.3x -usr/X11R6/man/man3/XLookupKeysym.3x -usr/X11R6/man/man3/XLookupString.3x -usr/X11R6/man/man3/XLowerWindow.3x -usr/X11R6/man/man3/XMapEvent.3x -usr/X11R6/man/man3/XMapRaised.3x -usr/X11R6/man/man3/XMapRequestEvent.3x -usr/X11R6/man/man3/XMapSubwindows.3x -usr/X11R6/man/man3/XMapWindow.3x -usr/X11R6/man/man3/XMappingEvent.3x -usr/X11R6/man/man3/XMaskEvent.3x -usr/X11R6/man/man3/XMatchVisualInfo.3x -usr/X11R6/man/man3/XMaxRequestSize.3x -usr/X11R6/man/man3/XModifierKeymap.3x -usr/X11R6/man/man3/XMotionEvent.3x -usr/X11R6/man/man3/XMoveResizeWindow.3x -usr/X11R6/man/man3/XMoveWindow.3x -usr/X11R6/man/man3/XNewModifiermap.3x -usr/X11R6/man/man3/XNextEvent.3x -usr/X11R6/man/man3/XNoExposeEvent.3x -usr/X11R6/man/man3/XNoOp.3x -usr/X11R6/man/man3/XOMOfOC.3x -usr/X11R6/man/man3/XOffsetRegion.3x -usr/X11R6/man/man3/XOpenDevice.3x -usr/X11R6/man/man3/XOpenDisplay.3x -usr/X11R6/man/man3/XOpenIM.3x -usr/X11R6/man/man3/XOpenOM.3x -usr/X11R6/man/man3/XParseColor.3x -usr/X11R6/man/man3/XParseGeometry.3x -usr/X11R6/man/man3/XPeekEvent.3x -usr/X11R6/man/man3/XPeekIfEvent.3x -usr/X11R6/man/man3/XPending.3x -usr/X11R6/man/man3/XPixmapFormatValues.3x -usr/X11R6/man/man3/XPoint.3x -usr/X11R6/man/man3/XPointInRegion.3x -usr/X11R6/man/man3/XPolygonRegion.3x -usr/X11R6/man/man3/XProcessInternalConnection.3x -usr/X11R6/man/man3/XPropertyEvent.3x -usr/X11R6/man/man3/XPutBackEvent.3x -usr/X11R6/man/man3/XPutImage.3x -usr/X11R6/man/man3/XPutPixel.3x -usr/X11R6/man/man3/XQueryBestCursor.3x -usr/X11R6/man/man3/XQueryBestSize.3x -usr/X11R6/man/man3/XQueryBestStipple.3x -usr/X11R6/man/man3/XQueryBestTile.3x -usr/X11R6/man/man3/XQueryColor.3x -usr/X11R6/man/man3/XQueryColors.3x -usr/X11R6/man/man3/XQueryDeviceState.3x -usr/X11R6/man/man3/XQueryFont.3x -usr/X11R6/man/man3/XQueryKeymap.3x -usr/X11R6/man/man3/XQueryPointer.3x -usr/X11R6/man/man3/XQueryTextExtents.3x -usr/X11R6/man/man3/XQueryTextExtents16.3x -usr/X11R6/man/man3/XQueryTree.3x -usr/X11R6/man/man3/XRaiseWindow.3x -usr/X11R6/man/man3/XReadBitmapFile.3x -usr/X11R6/man/man3/XReadBitmapFileData.3x -usr/X11R6/man/man3/XRebindKeySym.3x -usr/X11R6/man/man3/XRecolorCursor.3x -usr/X11R6/man/man3/XReconfigureWMWindow.3x -usr/X11R6/man/man3/XRectInRegion.3x -usr/X11R6/man/man3/XRectangle.3x -usr/X11R6/man/man3/XRefreshKeyboardMapping.3x -usr/X11R6/man/man3/XRegisterIMInstantiateCallback.3x -usr/X11R6/man/man3/XRemoveConnectionWatch.3x -usr/X11R6/man/man3/XRemoveFromSaveSet.3x -usr/X11R6/man/man3/XRemoveHost.3x -usr/X11R6/man/man3/XRemoveHosts.3x -usr/X11R6/man/man3/XReparentEvent.3x -usr/X11R6/man/man3/XReparentWindow.3x -usr/X11R6/man/man3/XResetScreenSaver.3x -usr/X11R6/man/man3/XResizeRequestEvent.3x -usr/X11R6/man/man3/XResizeWindow.3x -usr/X11R6/man/man3/XResourceManagerString.3x -usr/X11R6/man/man3/XRestackWindows.3x -usr/X11R6/man/man3/XRotateBuffers.3x -usr/X11R6/man/man3/XRotateWindowProperties.3x -usr/X11R6/man/man3/XSaveContext.3x -usr/X11R6/man/man3/XScreenNumberOfScreen.3x -usr/X11R6/man/man3/XScreenResourceString.3x -usr/X11R6/man/man3/XSegment.3x -usr/X11R6/man/man3/XSelectExtensionEvent.3x -usr/X11R6/man/man3/XSelectInput.3x -usr/X11R6/man/man3/XSelectionClearEvent.3x -usr/X11R6/man/man3/XSelectionEvent.3x -usr/X11R6/man/man3/XSelectionRequestEvent.3x -usr/X11R6/man/man3/XSendEvent.3x -usr/X11R6/man/man3/XSendExtensionEvent.3x -usr/X11R6/man/man3/XSetAccessControl.3x -usr/X11R6/man/man3/XSetAfterFunction.3x -usr/X11R6/man/man3/XSetArcMode.3x -usr/X11R6/man/man3/XSetBackground.3x -usr/X11R6/man/man3/XSetClassHint.3x -usr/X11R6/man/man3/XSetClipMask.3x -usr/X11R6/man/man3/XSetClipOrigin.3x -usr/X11R6/man/man3/XSetClipRectangles.3x -usr/X11R6/man/man3/XSetCloseDownMode.3x -usr/X11R6/man/man3/XSetCommand.3x -usr/X11R6/man/man3/XSetDashes.3x -usr/X11R6/man/man3/XSetDeviceButtonMapping.3x -usr/X11R6/man/man3/XSetDeviceFocus.3x -usr/X11R6/man/man3/XSetDeviceMode.3x -usr/X11R6/man/man3/XSetDeviceModifierMapping.3x -usr/X11R6/man/man3/XSetDeviceValuators.3x -usr/X11R6/man/man3/XSetErrorHandler.3x -usr/X11R6/man/man3/XSetFillRule.3x -usr/X11R6/man/man3/XSetFillStyle.3x -usr/X11R6/man/man3/XSetFont.3x -usr/X11R6/man/man3/XSetFontPath.3x -usr/X11R6/man/man3/XSetForeground.3x -usr/X11R6/man/man3/XSetFunction.3x -usr/X11R6/man/man3/XSetGraphicsExposure.3x -usr/X11R6/man/man3/XSetICFocus.3x -usr/X11R6/man/man3/XSetICValues.3x -usr/X11R6/man/man3/XSetIMValues.3x -usr/X11R6/man/man3/XSetIOErrorHandler.3x -usr/X11R6/man/man3/XSetIconName.3x -usr/X11R6/man/man3/XSetIconSizes.3x -usr/X11R6/man/man3/XSetInputFocus.3x -usr/X11R6/man/man3/XSetLineAttributes.3x -usr/X11R6/man/man3/XSetLocaleModifiers.3x -usr/X11R6/man/man3/XSetModifierMapping.3x -usr/X11R6/man/man3/XSetOCValues.3x -usr/X11R6/man/man3/XSetOMValues.3x -usr/X11R6/man/man3/XSetPlanemask.3x -usr/X11R6/man/man3/XSetPointerMapping.3x -usr/X11R6/man/man3/XSetRGBColormaps.3x -usr/X11R6/man/man3/XSetRegion.3x -usr/X11R6/man/man3/XSetScreenSaver.3x -usr/X11R6/man/man3/XSetSelectionOwner.3x -usr/X11R6/man/man3/XSetState.3x -usr/X11R6/man/man3/XSetStipple.3x -usr/X11R6/man/man3/XSetSubwindowMode.3x -usr/X11R6/man/man3/XSetTSOrigin.3x -usr/X11R6/man/man3/XSetTextProperty.3x -usr/X11R6/man/man3/XSetTile.3x -usr/X11R6/man/man3/XSetTransientForHint.3x -usr/X11R6/man/man3/XSetWMClientMachine.3x -usr/X11R6/man/man3/XSetWMColormapWindows.3x -usr/X11R6/man/man3/XSetWMHints.3x -usr/X11R6/man/man3/XSetWMIconName.3x -usr/X11R6/man/man3/XSetWMName.3x -usr/X11R6/man/man3/XSetWMNormalHints.3x -usr/X11R6/man/man3/XSetWMProperties.3x -usr/X11R6/man/man3/XSetWMProtocols.3x -usr/X11R6/man/man3/XSetWMSizeHints.3x -usr/X11R6/man/man3/XSetWindowAttributes.3x -usr/X11R6/man/man3/XSetWindowBackground.3x -usr/X11R6/man/man3/XSetWindowBackgroundPixmap.3x -usr/X11R6/man/man3/XSetWindowBorder.3x -usr/X11R6/man/man3/XSetWindowBorderPixmap.3x -usr/X11R6/man/man3/XSetWindowBorderWidth.3x -usr/X11R6/man/man3/XSetWindowColormap.3x -usr/X11R6/man/man3/XShapeCombineMask.3x -usr/X11R6/man/man3/XShapeCombineRectangles.3x -usr/X11R6/man/man3/XShapeCombineRegion.3x -usr/X11R6/man/man3/XShapeCombineShape.3x -usr/X11R6/man/man3/XShapeGetRectangles.3x -usr/X11R6/man/man3/XShapeInputSelected.3x -usr/X11R6/man/man3/XShapeOffsetShape.3x -usr/X11R6/man/man3/XShapeQueryExtension.3x -usr/X11R6/man/man3/XShapeQueryExtents.3x -usr/X11R6/man/man3/XShapeQueryVersion.3x -usr/X11R6/man/man3/XShapeSelectInput.3x -usr/X11R6/man/man3/XShrinkRegion.3x -usr/X11R6/man/man3/XSizeHints.3x -usr/X11R6/man/man3/XStandardColormap.3x -usr/X11R6/man/man3/XStandards.3x -usr/X11R6/man/man3/XStoreBuffer.3x -usr/X11R6/man/man3/XStoreBytes.3x -usr/X11R6/man/man3/XStoreColor.3x -usr/X11R6/man/man3/XStoreColors.3x -usr/X11R6/man/man3/XStoreName.3x -usr/X11R6/man/man3/XStoreNamedColor.3x -usr/X11R6/man/man3/XStringListToTextProperty.3x -usr/X11R6/man/man3/XStringToKeysym.3x -usr/X11R6/man/man3/XSubImage.3x -usr/X11R6/man/man3/XSubtractRegion.3x -usr/X11R6/man/man3/XSupportsLocale.3x -usr/X11R6/man/man3/XSync.3x -usr/X11R6/man/man3/XSynchronize.3x -usr/X11R6/man/man3/XTextExtents.3x -usr/X11R6/man/man3/XTextExtents16.3x -usr/X11R6/man/man3/XTextItem.3x -usr/X11R6/man/man3/XTextItem16.3x -usr/X11R6/man/man3/XTextProperty.3x -usr/X11R6/man/man3/XTextPropertyToStringList.3x -usr/X11R6/man/man3/XTextWidth.3x -usr/X11R6/man/man3/XTextWidth16.3x -usr/X11R6/man/man3/XTimeCoord.3x -usr/X11R6/man/man3/XTranslateCoordinates.3x -usr/X11R6/man/man3/XUndefineCursor.3x -usr/X11R6/man/man3/XUngrabButton.3x -usr/X11R6/man/man3/XUngrabDevice.3x -usr/X11R6/man/man3/XUngrabDeviceButton.3x -usr/X11R6/man/man3/XUngrabDeviceKey.3x -usr/X11R6/man/man3/XUngrabKey.3x -usr/X11R6/man/man3/XUngrabKeyboard.3x -usr/X11R6/man/man3/XUngrabPointer.3x -usr/X11R6/man/man3/XUngrabServer.3x -usr/X11R6/man/man3/XUninstallColormap.3x -usr/X11R6/man/man3/XUnionRectWithRegion.3x -usr/X11R6/man/man3/XUnionRegion.3x -usr/X11R6/man/man3/XUniqueContext.3x -usr/X11R6/man/man3/XUnloadFont.3x -usr/X11R6/man/man3/XUnlockDisplay.3x -usr/X11R6/man/man3/XUnmapEvent.3x -usr/X11R6/man/man3/XUnmapSubwindows.3x -usr/X11R6/man/man3/XUnmapWindow.3x -usr/X11R6/man/man3/XUnregisterIMInstantiateCallback.3x -usr/X11R6/man/man3/XUnsetICFocus.3x -usr/X11R6/man/man3/XVaCreateNestedList.3x -usr/X11R6/man/man3/XVisibilityNotifyEvent.3x -usr/X11R6/man/man3/XVisualIDFromVisual.3x -usr/X11R6/man/man3/XVisualInfo.3x -usr/X11R6/man/man3/XWMGeometry.3x -usr/X11R6/man/man3/XWMHints.3x -usr/X11R6/man/man3/XWarpPointer.3x -usr/X11R6/man/man3/XWindowAttributes.3x -usr/X11R6/man/man3/XWindowChanges.3x -usr/X11R6/man/man3/XWindowEvent.3x -usr/X11R6/man/man3/XWithdrawWindow.3x -usr/X11R6/man/man3/XWriteBitmapFile.3x -usr/X11R6/man/man3/XXorRegion.3x -usr/X11R6/man/man3/Xau.3x -usr/X11R6/man/man3/XauDisposeAuth.3x -usr/X11R6/man/man3/XauFileName.3x -usr/X11R6/man/man3/XauGetAuthByAddr.3x -usr/X11R6/man/man3/XauGetBestAuthByAddr.3x -usr/X11R6/man/man3/XauLockAuth.3x -usr/X11R6/man/man3/XauReadAuth.3x -usr/X11R6/man/man3/XauUnlockAuth.3x -usr/X11R6/man/man3/XauWriteAuth.3x -usr/X11R6/man/man3/XcmsAllocColor.3x -usr/X11R6/man/man3/XcmsAllocNamedColor.3x -usr/X11R6/man/man3/XcmsCCCOfColormap.3x -usr/X11R6/man/man3/XcmsCIELab.3x -usr/X11R6/man/man3/XcmsCIELabQueryMaxC.3x -usr/X11R6/man/man3/XcmsCIELabQueryMaxL.3x -usr/X11R6/man/man3/XcmsCIELabQueryMaxLC.3x -usr/X11R6/man/man3/XcmsCIELabQueryMinL.3x -usr/X11R6/man/man3/XcmsCIELuv.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMaxC.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMaxL.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMaxLC.3x -usr/X11R6/man/man3/XcmsCIELuvQueryMinL.3x -usr/X11R6/man/man3/XcmsCIEXYZ.3x -usr/X11R6/man/man3/XcmsCIEuvY.3x -usr/X11R6/man/man3/XcmsCIExyY.3x -usr/X11R6/man/man3/XcmsColor.3x -usr/X11R6/man/man3/XcmsConvertColors.3x -usr/X11R6/man/man3/XcmsCreateCCC.3x -usr/X11R6/man/man3/XcmsDefaultCCC.3x -usr/X11R6/man/man3/XcmsFreeCCC.3x -usr/X11R6/man/man3/XcmsLookupColor.3x -usr/X11R6/man/man3/XcmsPad.3x -usr/X11R6/man/man3/XcmsQueryBlack.3x -usr/X11R6/man/man3/XcmsQueryBlue.3x -usr/X11R6/man/man3/XcmsQueryColor.3x -usr/X11R6/man/man3/XcmsQueryColors.3x -usr/X11R6/man/man3/XcmsQueryGreen.3x -usr/X11R6/man/man3/XcmsQueryRed.3x -usr/X11R6/man/man3/XcmsQueryWhite.3x -usr/X11R6/man/man3/XcmsRGB.3x -usr/X11R6/man/man3/XcmsRGBi.3x -usr/X11R6/man/man3/XcmsSetCCCOfColormap.3x -usr/X11R6/man/man3/XcmsSetWhiteAdjustProc.3x -usr/X11R6/man/man3/XcmsSetWhitePoint.3x -usr/X11R6/man/man3/XcmsStoreColor.3x -usr/X11R6/man/man3/XcmsStoreColors.3x -usr/X11R6/man/man3/XcmsTekHVC.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxC.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxV.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxVC.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMaxVSamples.3x -usr/X11R6/man/man3/XcmsTekHVCQueryMinV.3x -usr/X11R6/man/man3/XdbeAllocateBackBufferName.3x -usr/X11R6/man/man3/XdbeBeginIdiom.3x -usr/X11R6/man/man3/XdbeDeallocateBackBufferName.3x -usr/X11R6/man/man3/XdbeEndIdiom.3x -usr/X11R6/man/man3/XdbeFreeVisualInfo.3x -usr/X11R6/man/man3/XdbeGetBackBufferAttributes.3x -usr/X11R6/man/man3/XdbeGetVisualInfo.3x -usr/X11R6/man/man3/XdbeQueryExtension.3x -usr/X11R6/man/man3/XdbeSwapBuffers.3x -usr/X11R6/man/man3/XmbDrawImageString.3x -usr/X11R6/man/man3/XmbDrawString.3x -usr/X11R6/man/man3/XmbDrawText.3x -usr/X11R6/man/man3/XmbLookupString.3x -usr/X11R6/man/man3/XmbResetIC.3x -usr/X11R6/man/man3/XmbSetWMProperties.3x -usr/X11R6/man/man3/XmbTextEscapement.3x -usr/X11R6/man/man3/XmbTextExtents.3x -usr/X11R6/man/man3/XmbTextListToTextProperty.3x -usr/X11R6/man/man3/XmbTextPerCharExtents.3x -usr/X11R6/man/man3/XmbTextPropertyToTextList.3x -usr/X11R6/man/man3/XmbufChangeBufferAttributes.3x -usr/X11R6/man/man3/XmbufChangeWindowAttributes.3x -usr/X11R6/man/man3/XmbufCreateBuffers.3x -usr/X11R6/man/man3/XmbufCreateStereoWindow.3x -usr/X11R6/man/man3/XmbufDestroyBuffers.3x -usr/X11R6/man/man3/XmbufDisplayBuffers.3x -usr/X11R6/man/man3/XmbufGetBufferAttributes.3x -usr/X11R6/man/man3/XmbufGetScreenInfo.3x -usr/X11R6/man/man3/XmbufGetVersion.3x -usr/X11R6/man/man3/XmbufGetWindowAttributes.3x -usr/X11R6/man/man3/XmbufQueryExtension.3x -usr/X11R6/man/man3/XrmCombineDatabase.3x -usr/X11R6/man/man3/XrmCombineFileDatabase.3x -usr/X11R6/man/man3/XrmDestroyDatabase.3x -usr/X11R6/man/man3/XrmEnumerateDatabase.3x -usr/X11R6/man/man3/XrmGetDatabase.3x -usr/X11R6/man/man3/XrmGetFileDatabase.3x -usr/X11R6/man/man3/XrmGetResource.3x -usr/X11R6/man/man3/XrmGetStringDatabase.3x -usr/X11R6/man/man3/XrmInitialize.3x -usr/X11R6/man/man3/XrmLocaleOfDatabase.3x -usr/X11R6/man/man3/XrmMergeDatabases.3x -usr/X11R6/man/man3/XrmOptionDescRec.3x -usr/X11R6/man/man3/XrmOptionKind.3x -usr/X11R6/man/man3/XrmParseCommand.3x -usr/X11R6/man/man3/XrmPermStringToQuark.3x -usr/X11R6/man/man3/XrmPutFileDatabase.3x -usr/X11R6/man/man3/XrmPutLineResource.3x -usr/X11R6/man/man3/XrmPutResource.3x -usr/X11R6/man/man3/XrmPutStringResource.3x -usr/X11R6/man/man3/XrmQGetResource.3x -usr/X11R6/man/man3/XrmQGetSearchList.3x -usr/X11R6/man/man3/XrmQGetSearchResource.3x -usr/X11R6/man/man3/XrmQPutResource.3x -usr/X11R6/man/man3/XrmQPutStringResource.3x -usr/X11R6/man/man3/XrmQuarkToString.3x -usr/X11R6/man/man3/XrmSetDatabase.3x -usr/X11R6/man/man3/XrmStringToBindingQuarkList.3x -usr/X11R6/man/man3/XrmStringToQuark.3x -usr/X11R6/man/man3/XrmStringToQuarkList.3x -usr/X11R6/man/man3/XrmUniqueQuark.3x -usr/X11R6/man/man3/XrmValue.3x -usr/X11R6/man/man3/Xsecurity.3x -usr/X11R6/man/man3/XtAddActions.3x -usr/X11R6/man/man3/XtAddCallback.3x -usr/X11R6/man/man3/XtAddCallbacks.3x -usr/X11R6/man/man3/XtAddConverter.3x -usr/X11R6/man/man3/XtAddEventHandler.3x -usr/X11R6/man/man3/XtAddExposureToRegion.3x -usr/X11R6/man/man3/XtAddGrab.3x -usr/X11R6/man/man3/XtAddInput.3x -usr/X11R6/man/man3/XtAddRawEventHandler.3x -usr/X11R6/man/man3/XtAddTimeOut.3x -usr/X11R6/man/man3/XtAddTimeout.3x -usr/X11R6/man/man3/XtAllocateGC.3x -usr/X11R6/man/man3/XtAppAddActionHook.3x -usr/X11R6/man/man3/XtAppAddActions.3x -usr/X11R6/man/man3/XtAppAddBlockHook.3x -usr/X11R6/man/man3/XtAppAddConverter.3x -usr/X11R6/man/man3/XtAppAddInput.3x -usr/X11R6/man/man3/XtAppAddSignal.3x -usr/X11R6/man/man3/XtAppAddTimeOut.3x -usr/X11R6/man/man3/XtAppAddTimeout.3x -usr/X11R6/man/man3/XtAppAddWorkProc.3x -usr/X11R6/man/man3/XtAppCreateShell.3x -usr/X11R6/man/man3/XtAppError.3x -usr/X11R6/man/man3/XtAppErrorMsg.3x -usr/X11R6/man/man3/XtAppGetErrorDatabase.3x -usr/X11R6/man/man3/XtAppGetErrorDatabaseText.3x -usr/X11R6/man/man3/XtAppGetExitFlag.3x -usr/X11R6/man/man3/XtAppGetSelectionTimeout.3x -usr/X11R6/man/man3/XtAppInitialize.3x -usr/X11R6/man/man3/XtAppLock.3x -usr/X11R6/man/man3/XtAppMainLoop.3x -usr/X11R6/man/man3/XtAppNextEvent.3x -usr/X11R6/man/man3/XtAppPeekEvent.3x -usr/X11R6/man/man3/XtAppPending.3x -usr/X11R6/man/man3/XtAppProcessEvent.3x -usr/X11R6/man/man3/XtAppReleaseCacheRefs.3x -usr/X11R6/man/man3/XtAppSetErrorHandler.3x -usr/X11R6/man/man3/XtAppSetErrorMsgHandler.3x -usr/X11R6/man/man3/XtAppSetExitFlag.3x -usr/X11R6/man/man3/XtAppSetFallbackResources.3x -usr/X11R6/man/man3/XtAppSetSelectionTimeout.3x -usr/X11R6/man/man3/XtAppSetTypeConverter.3x -usr/X11R6/man/man3/XtAppSetWarningHandler.3x -usr/X11R6/man/man3/XtAppSetWarningMsgHandler.3x -usr/X11R6/man/man3/XtAppUnlock.3x -usr/X11R6/man/man3/XtAppWarning.3x -usr/X11R6/man/man3/XtAppWarningMsg.3x -usr/X11R6/man/man3/XtAugmentTranslations.3x -usr/X11R6/man/man3/XtBuildEventMask.3x -usr/X11R6/man/man3/XtCallAcceptFocus.3x -usr/X11R6/man/man3/XtCallActionProc.3x -usr/X11R6/man/man3/XtCallCallbackList.3x -usr/X11R6/man/man3/XtCallCallbacks.3x -usr/X11R6/man/man3/XtCallConverter.3x -usr/X11R6/man/man3/XtCallbackExclusive.3x -usr/X11R6/man/man3/XtCallbackNone.3x -usr/X11R6/man/man3/XtCallbackNonexclusive.3x -usr/X11R6/man/man3/XtCallbackPopdown.3x -usr/X11R6/man/man3/XtCalloc.3x -usr/X11R6/man/man3/XtCancelSelectionRequest.3x -usr/X11R6/man/man3/XtChangeManagedSet.3x -usr/X11R6/man/man3/XtCheckSubclass.3x -usr/X11R6/man/man3/XtClass.3x -usr/X11R6/man/man3/XtCloseDisplay.3x -usr/X11R6/man/man3/XtConfigureWidget.3x -usr/X11R6/man/man3/XtConvert.3x -usr/X11R6/man/man3/XtConvertAndStore.3x -usr/X11R6/man/man3/XtConvertCase.3x -usr/X11R6/man/man3/XtCreateApplicationContext.3x -usr/X11R6/man/man3/XtCreateApplicationShell.3x -usr/X11R6/man/man3/XtCreateManagedWidget.3x -usr/X11R6/man/man3/XtCreatePopupShell.3x -usr/X11R6/man/man3/XtCreateSelectionRequest.3x -usr/X11R6/man/man3/XtCreateWidget.3x -usr/X11R6/man/man3/XtCreateWindow.3x -usr/X11R6/man/man3/XtDatabase.3x -usr/X11R6/man/man3/XtDestroyApplicationContext.3x -usr/X11R6/man/man3/XtDestroyWidget.3x -usr/X11R6/man/man3/XtDirectConvert.3x -usr/X11R6/man/man3/XtDisownSelection.3x -usr/X11R6/man/man3/XtDispatchEvent.3x -usr/X11R6/man/man3/XtDispatchEventToWidget.3x -usr/X11R6/man/man3/XtDisplay.3x -usr/X11R6/man/man3/XtDisplayInitialize.3x -usr/X11R6/man/man3/XtDisplayOfObject.3x -usr/X11R6/man/man3/XtDisplayStringConversionWarning.3x -usr/X11R6/man/man3/XtDisplayToApplicationContext.3x -usr/X11R6/man/man3/XtError.3x -usr/X11R6/man/man3/XtErrorMsg.3x -usr/X11R6/man/man3/XtFindFile.3x -usr/X11R6/man/man3/XtFree.3x -usr/X11R6/man/man3/XtGetActionKeysym.3x -usr/X11R6/man/man3/XtGetActionList.3x -usr/X11R6/man/man3/XtGetApplicationNameAndClass.3x -usr/X11R6/man/man3/XtGetApplicationResources.3x -usr/X11R6/man/man3/XtGetClassExtension.3x -usr/X11R6/man/man3/XtGetConstraintResourceList.3x -usr/X11R6/man/man3/XtGetDisplays.3x -usr/X11R6/man/man3/XtGetErrorDatabase.3x -usr/X11R6/man/man3/XtGetErrorDatabaseText.3x -usr/X11R6/man/man3/XtGetGC.3x -usr/X11R6/man/man3/XtGetKeyboardFocusWidget.3x -usr/X11R6/man/man3/XtGetKeysymTable.3x -usr/X11R6/man/man3/XtGetMultiClickTime.3x -usr/X11R6/man/man3/XtGetResourceList.3x -usr/X11R6/man/man3/XtGetSelectionParameters.3x -usr/X11R6/man/man3/XtGetSelectionRequest.3x -usr/X11R6/man/man3/XtGetSelectionTimeout.3x -usr/X11R6/man/man3/XtGetSelectionValue.3x -usr/X11R6/man/man3/XtGetSelectionValueIncremental.3x -usr/X11R6/man/man3/XtGetSelectionValues.3x -usr/X11R6/man/man3/XtGetSelectionValuesIncremental.3x -usr/X11R6/man/man3/XtGetSubresources.3x -usr/X11R6/man/man3/XtGetSubvalues.3x -usr/X11R6/man/man3/XtGetValues.3x -usr/X11R6/man/man3/XtGrabButton.3x -usr/X11R6/man/man3/XtGrabKey.3x -usr/X11R6/man/man3/XtGrabKeyboard.3x -usr/X11R6/man/man3/XtGrabPointer.3x -usr/X11R6/man/man3/XtHasCallbacks.3x -usr/X11R6/man/man3/XtHooksOfDisplay.3x -usr/X11R6/man/man3/XtInitialize.3x -usr/X11R6/man/man3/XtInitializeWidgetClass.3x -usr/X11R6/man/man3/XtInsertEventHandler.3x -usr/X11R6/man/man3/XtInsertEventTypeHandler.3x -usr/X11R6/man/man3/XtInsertRawEventHandler.3x -usr/X11R6/man/man3/XtInstallAccelerators.3x -usr/X11R6/man/man3/XtInstallAllAccelerators.3x -usr/X11R6/man/man3/XtIsApplicationShell.3x -usr/X11R6/man/man3/XtIsComposite.3x -usr/X11R6/man/man3/XtIsConstraint.3x -usr/X11R6/man/man3/XtIsManaged.3x -usr/X11R6/man/man3/XtIsObject.3x -usr/X11R6/man/man3/XtIsOverrideShell.3x -usr/X11R6/man/man3/XtIsRealized.3x -usr/X11R6/man/man3/XtIsRectObj.3x -usr/X11R6/man/man3/XtIsSensitive.3x -usr/X11R6/man/man3/XtIsShell.3x -usr/X11R6/man/man3/XtIsSubclass.3x -usr/X11R6/man/man3/XtIsTopLevelShell.3x -usr/X11R6/man/man3/XtIsTransientShell.3x -usr/X11R6/man/man3/XtIsVendorShell.3x -usr/X11R6/man/man3/XtIsWMShell.3x -usr/X11R6/man/man3/XtIsWidget.3x -usr/X11R6/man/man3/XtKeysymToKeycodeList.3x -usr/X11R6/man/man3/XtLastEventProcessed.3x -usr/X11R6/man/man3/XtLastTimestampProcessed.3x -usr/X11R6/man/man3/XtMainLoop.3x -usr/X11R6/man/man3/XtMakeGeometryRequest.3x -usr/X11R6/man/man3/XtMakeResizeRequest.3x -usr/X11R6/man/man3/XtMalloc.3x -usr/X11R6/man/man3/XtManageChild.3x -usr/X11R6/man/man3/XtManageChildren.3x -usr/X11R6/man/man3/XtMapWidget.3x -usr/X11R6/man/man3/XtMergeArgLists.3x -usr/X11R6/man/man3/XtMoveWidget.3x -usr/X11R6/man/man3/XtName.3x -usr/X11R6/man/man3/XtNameToWidget.3x -usr/X11R6/man/man3/XtNew.3x -usr/X11R6/man/man3/XtNewString.3x -usr/X11R6/man/man3/XtNextEvent.3x -usr/X11R6/man/man3/XtNoticeSignal.3x -usr/X11R6/man/man3/XtNumber.3x -usr/X11R6/man/man3/XtOffset.3x -usr/X11R6/man/man3/XtOffsetOf.3x -usr/X11R6/man/man3/XtOpenApplication.3x -usr/X11R6/man/man3/XtOpenDisplay.3x -usr/X11R6/man/man3/XtOverrideTranslations.3x -usr/X11R6/man/man3/XtOwnSelection.3x -usr/X11R6/man/man3/XtOwnSelectionIncremental.3x -usr/X11R6/man/man3/XtParent.3x -usr/X11R6/man/man3/XtParseAcceleratorTable.3x -usr/X11R6/man/man3/XtParseTranslationTable.3x -usr/X11R6/man/man3/XtPeekEvent.3x -usr/X11R6/man/man3/XtPending.3x -usr/X11R6/man/man3/XtPopdown.3x -usr/X11R6/man/man3/XtPopup.3x -usr/X11R6/man/man3/XtPopupSpringLoaded.3x -usr/X11R6/man/man3/XtProcessEvent.3x -usr/X11R6/man/man3/XtProcessLock.3x -usr/X11R6/man/man3/XtProcessUnlock.3x -usr/X11R6/man/man3/XtQueryGeometry.3x -usr/X11R6/man/man3/XtRealizeWidget.3x -usr/X11R6/man/man3/XtRealloc.3x -usr/X11R6/man/man3/XtRegisterCaseConverter.3x -usr/X11R6/man/man3/XtRegisterDrawable.3x -usr/X11R6/man/man3/XtRegisterExtensionSelector.3x -usr/X11R6/man/man3/XtRegisterGrabAction.3x -usr/X11R6/man/man3/XtReleaseGC.3x -usr/X11R6/man/man3/XtReleasePropertyAtom.3x -usr/X11R6/man/man3/XtRemoveActionHook.3x -usr/X11R6/man/man3/XtRemoveAllCallbacks.3x -usr/X11R6/man/man3/XtRemoveBlockHook.3x -usr/X11R6/man/man3/XtRemoveCallback.3x -usr/X11R6/man/man3/XtRemoveCallbacks.3x -usr/X11R6/man/man3/XtRemoveEventHandler.3x -usr/X11R6/man/man3/XtRemoveEventTypeHandler.3x -usr/X11R6/man/man3/XtRemoveGrab.3x -usr/X11R6/man/man3/XtRemoveInput.3x -usr/X11R6/man/man3/XtRemoveRawEventHandler.3x -usr/X11R6/man/man3/XtRemoveSignal.3x -usr/X11R6/man/man3/XtRemoveTimeOut.3x -usr/X11R6/man/man3/XtRemoveWorkProc.3x -usr/X11R6/man/man3/XtReservePropertyAtom.3x -usr/X11R6/man/man3/XtResizeWidget.3x -usr/X11R6/man/man3/XtResolvePathname.3x -usr/X11R6/man/man3/XtScreen.3x -usr/X11R6/man/man3/XtScreenDatabase.3x -usr/X11R6/man/man3/XtScreenOfObject.3x -usr/X11R6/man/man3/XtSendSelectionRequest.3x -usr/X11R6/man/man3/XtSessionGetToken.3x -usr/X11R6/man/man3/XtSessionReturnToken.3x -usr/X11R6/man/man3/XtSetArg.3x -usr/X11R6/man/man3/XtSetErrorHandler.3x -usr/X11R6/man/man3/XtSetErrorMsgHandler.3x -usr/X11R6/man/man3/XtSetEventDispatcher.3x -usr/X11R6/man/man3/XtSetKeyTranslator.3x -usr/X11R6/man/man3/XtSetKeyboardFocus.3x -usr/X11R6/man/man3/XtSetLanguageProc.3x -usr/X11R6/man/man3/XtSetMappedWhenManaged.3x -usr/X11R6/man/man3/XtSetMultiClickTime.3x -usr/X11R6/man/man3/XtSetSelectionParameters.3x -usr/X11R6/man/man3/XtSetSelectionTimeout.3x -usr/X11R6/man/man3/XtSetSensitive.3x -usr/X11R6/man/man3/XtSetSubvalues.3x -usr/X11R6/man/man3/XtSetTypeConverter.3x -usr/X11R6/man/man3/XtSetValues.3x -usr/X11R6/man/man3/XtSetWMColormapWindows.3x -usr/X11R6/man/man3/XtSetWarningHandler.3x -usr/X11R6/man/man3/XtSetWarningMsgHandler.3x -usr/X11R6/man/man3/XtStringConversionWarning.3x -usr/X11R6/man/man3/XtSuperclass.3x -usr/X11R6/man/man3/XtToolkitInitialize.3x -usr/X11R6/man/man3/XtToolkitThreadInitialize.3x -usr/X11R6/man/man3/XtTranslateCoords.3x -usr/X11R6/man/man3/XtTranslateKeycode.3x -usr/X11R6/man/man3/XtUngrabButton.3x -usr/X11R6/man/man3/XtUngrabKey.3x -usr/X11R6/man/man3/XtUngrabKeyboard.3x -usr/X11R6/man/man3/XtUngrabPointer.3x -usr/X11R6/man/man3/XtUninstallTranslations.3x -usr/X11R6/man/man3/XtUnmanageChild.3x -usr/X11R6/man/man3/XtUnmanageChildren.3x -usr/X11R6/man/man3/XtUnmapWidget.3x -usr/X11R6/man/man3/XtUnrealizeWidget.3x -usr/X11R6/man/man3/XtUnregisterDrawable.3x -usr/X11R6/man/man3/XtVaAppCreateShell.3x -usr/X11R6/man/man3/XtVaAppInitialize.3x -usr/X11R6/man/man3/XtVaCreateArgsList.3x -usr/X11R6/man/man3/XtVaCreateManagedWidget.3x -usr/X11R6/man/man3/XtVaCreatePopupShell.3x -usr/X11R6/man/man3/XtVaCreateWidget.3x -usr/X11R6/man/man3/XtVaGetApplicationResources.3x -usr/X11R6/man/man3/XtVaGetSubresources.3x -usr/X11R6/man/man3/XtVaGetValues.3x -usr/X11R6/man/man3/XtVaOpenApplication.3x -usr/X11R6/man/man3/XtVaSetValues.3x -usr/X11R6/man/man3/XtWarning.3x -usr/X11R6/man/man3/XtWarningMsg.3x -usr/X11R6/man/man3/XtWidgetToApplicationContext.3x -usr/X11R6/man/man3/XtWindow.3x -usr/X11R6/man/man3/XtWindowOfObject.3x -usr/X11R6/man/man3/XtWindowToWidget.3x -usr/X11R6/man/man3/XwcDrawImageString.3x -usr/X11R6/man/man3/XwcDrawString.3x -usr/X11R6/man/man3/XwcDrawText.3x -usr/X11R6/man/man3/XwcFreeStringList.3x -usr/X11R6/man/man3/XwcLookupString.3x -usr/X11R6/man/man3/XwcResetIC.3x -usr/X11R6/man/man3/XwcTextEscapement.3x -usr/X11R6/man/man3/XwcTextExtents.3x -usr/X11R6/man/man3/XwcTextListToTextProperty.3x -usr/X11R6/man/man3/XwcTextPerCharExtents.3x -usr/X11R6/man/man3/XwcTextPropertyToTextList.3x -usr/bin/c++ -usr/bin/c++filt -usr/bin/cc -usr/bin/egcs -usr/bin/f77 -usr/bin/g++ -usr/bin/g77 -usr/bin/gcc -usr/bin/gcov -usr/bin/gdb -usr/bin/gmake -usr/bin/i386-redhat-linux-gcc -usr/bin/make -usr/bin/protoize -usr/bin/unprotoize -usr/doc/egcs-1.1.2/COPYING -usr/doc/egcs-1.1.2/COPYING.LIB -usr/doc/egcs-1.1.2/README -usr/doc/make-3.77/NEWS -usr/doc/make-3.77/README -usr/i386-redhat-linux/lib/libiberty.a -usr/include/_G_config.h -usr/include/a.out.h -usr/include/aio.h -usr/include/aliases.h -usr/include/alloca.h -usr/include/ar.h -usr/include/argp.h -usr/include/argz.h -usr/include/arpa/ftp.h -usr/include/arpa/inet.h -usr/include/arpa/nameser.h -usr/include/arpa/telnet.h -usr/include/arpa/tftp.h -usr/include/assert.h -usr/include/bits/byteswap.h -usr/include/bits/cmathcalls.h -usr/include/bits/confname.h -usr/include/bits/dirent.h -usr/include/bits/dlfcn.h -usr/include/bits/elfclass.h -usr/include/bits/endian.h -usr/include/bits/environments.h -usr/include/bits/errno.h -usr/include/bits/fcntl.h -usr/include/bits/fenv.h -usr/include/bits/huge_val.h -usr/include/bits/in.h -usr/include/bits/ioctl-types.h -usr/include/bits/ioctls.h -usr/include/bits/ipc.h -usr/include/bits/libc-lock.h -usr/include/bits/local_lim.h -usr/include/bits/mathcalls.h -usr/include/bits/mathdef.h -usr/include/bits/mathinline.h -usr/include/bits/mman.h -usr/include/bits/msq.h -usr/include/bits/nan.h -usr/include/bits/poll.h -usr/include/bits/posix1_lim.h -usr/include/bits/posix2_lim.h -usr/include/bits/posix_opt.h -usr/include/bits/pthreadtypes.h -usr/include/bits/resource.h -usr/include/bits/sched.h -usr/include/bits/select.h -usr/include/bits/sem.h -usr/include/bits/setjmp.h -usr/include/bits/shm.h -usr/include/bits/sigaction.h -usr/include/bits/sigcontext.h -usr/include/bits/siginfo.h -usr/include/bits/signum.h -usr/include/bits/sigset.h -usr/include/bits/sigstack.h -usr/include/bits/sigthread.h -usr/include/bits/sockaddr.h -usr/include/bits/socket.h -usr/include/bits/stab.def -usr/include/bits/stat.h -usr/include/bits/statfs.h -usr/include/bits/statvfs.h -usr/include/bits/stdio-lock.h -usr/include/bits/stdio.h -usr/include/bits/stdio_lim.h -usr/include/bits/string.h -usr/include/bits/string2.h -usr/include/bits/stropts.h -usr/include/bits/syscall.h -usr/include/bits/termios.h -usr/include/bits/time.h -usr/include/bits/types.h -usr/include/bits/uio.h -usr/include/bits/ustat.h -usr/include/bits/utmp.h -usr/include/bits/utmpx.h -usr/include/bits/utsname.h -usr/include/bits/waitflags.h -usr/include/bits/waitstatus.h -usr/include/bits/wordsize.h -usr/include/bits/xopen_lim.h -usr/include/byteswap.h -usr/include/complex.h -usr/include/cpio.h -usr/include/crypt.h -usr/include/ctype.h -usr/include/db.h -usr/include/db1/db.h -usr/include/db1/mpool.h -usr/include/db1/ndbm.h -usr/include/db_185.h -usr/include/dirent.h -usr/include/dlfcn.h -usr/include/elf.h -usr/include/endian.h -usr/include/envz.h -usr/include/err.h -usr/include/errno.h -usr/include/error.h -usr/include/execinfo.h -usr/include/fcntl.h -usr/include/features.h -usr/include/fenv.h -usr/include/fmtmsg.h -usr/include/fnmatch.h -usr/include/fpu_control.h -usr/include/fstab.h -usr/include/fts.h -usr/include/ftw.h -usr/include/g++-2/PlotFile.h -usr/include/g++-2/SFile.h -usr/include/g++-2/algo.h -usr/include/g++-2/algobase.h -usr/include/g++-2/algorithm -usr/include/g++-2/alloc.h -usr/include/g++-2/builtinbuf.h -usr/include/g++-2/bvector.h -usr/include/g++-2/cassert -usr/include/g++-2/cctype -usr/include/g++-2/cerrno -usr/include/g++-2/cfloat -usr/include/g++-2/ciso646 -usr/include/g++-2/climits -usr/include/g++-2/clocale -usr/include/g++-2/cmath -usr/include/g++-2/complex -usr/include/g++-2/complex.h -usr/include/g++-2/csetjmp -usr/include/g++-2/csignal -usr/include/g++-2/cstdarg -usr/include/g++-2/cstddef -usr/include/g++-2/cstdio -usr/include/g++-2/cstdlib -usr/include/g++-2/cstring -usr/include/g++-2/ctime -usr/include/g++-2/cwchar -usr/include/g++-2/cwctype -usr/include/g++-2/defalloc.h -usr/include/g++-2/deque -usr/include/g++-2/deque.h -usr/include/g++-2/editbuf.h -usr/include/g++-2/fstream -usr/include/g++-2/fstream.h -usr/include/g++-2/function.h -usr/include/g++-2/functional -usr/include/g++-2/hash_map -usr/include/g++-2/hash_map.h -usr/include/g++-2/hash_set -usr/include/g++-2/hash_set.h -usr/include/g++-2/hashtable.h -usr/include/g++-2/heap.h -usr/include/g++-2/indstream.h -usr/include/g++-2/iomanip -usr/include/g++-2/iomanip.h -usr/include/g++-2/iosfwd -usr/include/g++-2/iostream -usr/include/g++-2/iostream.h -usr/include/g++-2/istream.h -usr/include/g++-2/iterator -usr/include/g++-2/iterator.h -usr/include/g++-2/list -usr/include/g++-2/list.h -usr/include/g++-2/map -usr/include/g++-2/map.h -usr/include/g++-2/memory -usr/include/g++-2/multimap.h -usr/include/g++-2/multiset.h -usr/include/g++-2/numeric -usr/include/g++-2/ostream.h -usr/include/g++-2/pair.h -usr/include/g++-2/parsestream.h -usr/include/g++-2/pfstream.h -usr/include/g++-2/procbuf.h -usr/include/g++-2/pthread_alloc -usr/include/g++-2/pthread_alloc.h -usr/include/g++-2/queue -usr/include/g++-2/rope -usr/include/g++-2/rope.h -usr/include/g++-2/ropeimpl.h -usr/include/g++-2/set -usr/include/g++-2/set.h -usr/include/g++-2/slist -usr/include/g++-2/slist.h -usr/include/g++-2/stack -usr/include/g++-2/stack.h -usr/include/g++-2/std/bastring.cc -usr/include/g++-2/std/bastring.h -usr/include/g++-2/std/complext.cc -usr/include/g++-2/std/complext.h -usr/include/g++-2/std/dcomplex.h -usr/include/g++-2/std/fcomplex.h -usr/include/g++-2/std/ldcomplex.h -usr/include/g++-2/std/straits.h -usr/include/g++-2/stdexcept -usr/include/g++-2/stdiostream.h -usr/include/g++-2/stl.h -usr/include/g++-2/stl_algo.h -usr/include/g++-2/stl_algobase.h -usr/include/g++-2/stl_alloc.h -usr/include/g++-2/stl_bvector.h -usr/include/g++-2/stl_config.h -usr/include/g++-2/stl_construct.h -usr/include/g++-2/stl_deque.h -usr/include/g++-2/stl_function.h -usr/include/g++-2/stl_hash_fun.h -usr/include/g++-2/stl_hash_map.h -usr/include/g++-2/stl_hash_set.h -usr/include/g++-2/stl_hashtable.h -usr/include/g++-2/stl_heap.h -usr/include/g++-2/stl_iterator.h -usr/include/g++-2/stl_list.h -usr/include/g++-2/stl_map.h -usr/include/g++-2/stl_multimap.h -usr/include/g++-2/stl_multiset.h -usr/include/g++-2/stl_numeric.h -usr/include/g++-2/stl_pair.h -usr/include/g++-2/stl_queue.h -usr/include/g++-2/stl_raw_storage_iter.h -usr/include/g++-2/stl_relops.h -usr/include/g++-2/stl_rope.h -usr/include/g++-2/stl_set.h -usr/include/g++-2/stl_slist.h -usr/include/g++-2/stl_stack.h -usr/include/g++-2/stl_tempbuf.h -usr/include/g++-2/stl_tree.h -usr/include/g++-2/stl_uninitialized.h -usr/include/g++-2/stl_vector.h -usr/include/g++-2/stream.h -usr/include/g++-2/streambuf.h -usr/include/g++-2/strfile.h -usr/include/g++-2/string -usr/include/g++-2/strstream -usr/include/g++-2/strstream.h -usr/include/g++-2/tempbuf.h -usr/include/g++-2/tree.h -usr/include/g++-2/type_traits.h -usr/include/g++-2/utility -usr/include/g++-2/vector -usr/include/g++-2/vector.h -usr/include/gconv.h -usr/include/getopt.h -usr/include/glob.h -usr/include/gnu-versions.h -usr/include/gnu/lib-names.h -usr/include/gnu/libc-version.h -usr/include/gnu/stubs.h -usr/include/grp.h -usr/include/iconv.h -usr/include/ieee754.h -usr/include/inttypes.h -usr/include/langinfo.h -usr/include/lastlog.h -usr/include/libgen.h -usr/include/libintl.h -usr/include/libio.h -usr/include/limits.h -usr/include/link.h -usr/include/locale.h -usr/include/malloc.h -usr/include/math.h -usr/include/mcheck.h -usr/include/memory.h -usr/include/mntent.h -usr/include/monetary.h -usr/include/net/ethernet.h -usr/include/net/if.h -usr/include/net/if_arp.h -usr/include/net/if_packet.h -usr/include/net/if_ppp.h -usr/include/net/if_shaper.h -usr/include/net/if_slip.h -usr/include/net/ppp-comp.h -usr/include/net/ppp_defs.h -usr/include/net/route.h -usr/include/netash/ash.h -usr/include/netatalk/at.h -usr/include/netax25/ax25.h -usr/include/netdb.h -usr/include/neteconet/ec.h -usr/include/netinet/ether.h -usr/include/netinet/icmp6.h -usr/include/netinet/if_ether.h -usr/include/netinet/if_fddi.h -usr/include/netinet/if_tr.h -usr/include/netinet/igmp.h -usr/include/netinet/in.h -usr/include/netinet/in_systm.h -usr/include/netinet/ip.h -usr/include/netinet/ip6.h -usr/include/netinet/ip_icmp.h -usr/include/netinet/tcp.h -usr/include/netinet/udp.h -usr/include/netipx/ipx.h -usr/include/netpacket/packet.h -usr/include/netrom/netrom.h -usr/include/netrose/rose.h -usr/include/nfs/nfs.h -usr/include/nl_types.h -usr/include/nss.h -usr/include/obstack.h -usr/include/paths.h -usr/include/poll.h -usr/include/printf.h -usr/include/protocols/routed.h -usr/include/protocols/rwhod.h -usr/include/protocols/talkd.h -usr/include/protocols/timed.h -usr/include/pthread.h -usr/include/pty.h -usr/include/pwd.h -usr/include/re_comp.h -usr/include/regex.h -usr/include/regexp.h -usr/include/resolv.h -usr/include/rpc/auth.h -usr/include/rpc/auth_des.h -usr/include/rpc/auth_unix.h -usr/include/rpc/clnt.h -usr/include/rpc/des_crypt.h -usr/include/rpc/key_prot.h -usr/include/rpc/netdb.h -usr/include/rpc/pmap_clnt.h -usr/include/rpc/pmap_prot.h -usr/include/rpc/pmap_rmt.h -usr/include/rpc/rpc.h -usr/include/rpc/rpc_des.h -usr/include/rpc/rpc_msg.h -usr/include/rpc/svc.h -usr/include/rpc/svc_auth.h -usr/include/rpc/types.h -usr/include/rpc/xdr.h -usr/include/rpcsvc/bootparam.h -usr/include/rpcsvc/bootparam_prot.h -usr/include/rpcsvc/bootparam_prot.x -usr/include/rpcsvc/key_prot.h -usr/include/rpcsvc/key_prot.x -usr/include/rpcsvc/klm_prot.h -usr/include/rpcsvc/klm_prot.x -usr/include/rpcsvc/mount.h -usr/include/rpcsvc/mount.x -usr/include/rpcsvc/nfs_prot.h -usr/include/rpcsvc/nfs_prot.x -usr/include/rpcsvc/nis.h -usr/include/rpcsvc/nis.x -usr/include/rpcsvc/nis_callback.h -usr/include/rpcsvc/nis_callback.x -usr/include/rpcsvc/nis_object.x -usr/include/rpcsvc/nis_tags.h -usr/include/rpcsvc/nislib.h -usr/include/rpcsvc/nlm_prot.h -usr/include/rpcsvc/nlm_prot.x -usr/include/rpcsvc/rex.h -usr/include/rpcsvc/rex.x -usr/include/rpcsvc/rquota.h -usr/include/rpcsvc/rquota.x -usr/include/rpcsvc/rstat.h -usr/include/rpcsvc/rstat.x -usr/include/rpcsvc/rusers.h -usr/include/rpcsvc/rusers.x -usr/include/rpcsvc/sm_inter.h -usr/include/rpcsvc/sm_inter.x -usr/include/rpcsvc/spray.h -usr/include/rpcsvc/spray.x -usr/include/rpcsvc/yp.h -usr/include/rpcsvc/yp.x -usr/include/rpcsvc/yp_prot.h -usr/include/rpcsvc/ypclnt.h -usr/include/rpcsvc/yppasswd.h -usr/include/rpcsvc/yppasswd.x -usr/include/rpcsvc/ypupd.h -usr/include/sched.h -usr/include/scsi/scsi.h -usr/include/scsi/sg.h -usr/include/search.h -usr/include/semaphore.h -usr/include/setjmp.h -usr/include/sgtty.h -usr/include/shadow.h -usr/include/signal.h -usr/include/stab.h -usr/include/stdint.h -usr/include/stdio.h -usr/include/stdlib.h -usr/include/string.h -usr/include/strings.h -usr/include/stropts.h -usr/include/sys/acct.h -usr/include/sys/bitypes.h -usr/include/sys/cdefs.h -usr/include/sys/debugreg.h -usr/include/sys/dir.h -usr/include/sys/elf.h -usr/include/sys/errno.h -usr/include/sys/fcntl.h -usr/include/sys/file.h -usr/include/sys/fsuid.h -usr/include/sys/gmon.h -usr/include/sys/gmon_out.h -usr/include/sys/io.h -usr/include/sys/ioctl.h -usr/include/sys/ipc.h -usr/include/sys/kd.h -usr/include/sys/kdaemon.h -usr/include/sys/klog.h -usr/include/sys/mman.h -usr/include/sys/mount.h -usr/include/sys/msg.h -usr/include/sys/mtio.h -usr/include/sys/param.h -usr/include/sys/pci.h -usr/include/sys/perm.h -usr/include/sys/poll.h -usr/include/sys/prctl.h -usr/include/sys/procfs.h -usr/include/sys/ptrace.h -usr/include/sys/queue.h -usr/include/sys/quota.h -usr/include/sys/raw.h -usr/include/sys/reboot.h -usr/include/sys/reg.h -usr/include/sys/resource.h -usr/include/sys/select.h -usr/include/sys/sem.h -usr/include/sys/sendfile.h -usr/include/sys/shm.h -usr/include/sys/signal.h -usr/include/sys/socket.h -usr/include/sys/socketvar.h -usr/include/sys/soundcard.h -usr/include/sys/stat.h -usr/include/sys/statfs.h -usr/include/sys/statvfs.h -usr/include/sys/stropts.h -usr/include/sys/swap.h -usr/include/sys/syscall.h -usr/include/sys/sysctl.h -usr/include/sys/sysinfo.h -usr/include/sys/syslog.h -usr/include/sys/sysmacros.h -usr/include/sys/termios.h -usr/include/sys/time.h -usr/include/sys/timeb.h -usr/include/sys/times.h -usr/include/sys/timex.h -usr/include/sys/ttychars.h -usr/include/sys/ttydefaults.h -usr/include/sys/types.h -usr/include/sys/ucontext.h -usr/include/sys/uio.h -usr/include/sys/ultrasound.h -usr/include/sys/un.h -usr/include/sys/unistd.h -usr/include/sys/user.h -usr/include/sys/ustat.h -usr/include/sys/utsname.h -usr/include/sys/vfs.h -usr/include/sys/vlimit.h -usr/include/sys/vm86.h -usr/include/sys/vt.h -usr/include/sys/vtimes.h -usr/include/sys/wait.h -usr/include/syscall.h -usr/include/sysexits.h -usr/include/syslog.h -usr/include/tar.h -usr/include/termio.h -usr/include/termios.h -usr/include/tgmath.h -usr/include/time.h -usr/include/ttyent.h -usr/include/ucontext.h -usr/include/ulimit.h -usr/include/unistd.h -usr/include/ustat.h -usr/include/utime.h -usr/include/utmp.h -usr/include/utmpx.h -usr/include/values.h -usr/include/wait.h -usr/include/wchar.h -usr/include/wctype.h -usr/include/wordexp.h -usr/include/xlocale.h -usr/info/cpp.info.gz -usr/info/g77.info.gz -usr/info/gcc.info.gz -usr/info/gdb.info-1.gz -usr/info/gdb.info-10.gz -usr/info/gdb.info-2.gz -usr/info/gdb.info-3.gz -usr/info/gdb.info-4.gz -usr/info/gdb.info-5.gz -usr/info/gdb.info-6.gz -usr/info/gdb.info-7.gz -usr/info/gdb.info-8.gz -usr/info/gdb.info-9.gz -usr/info/gdb.info.gz -usr/info/gdbint.info-1.gz -usr/info/gdbint.info-2.gz -usr/info/gdbint.info-3.gz -usr/info/gdbint.info.gz -usr/info/libc.info-1.gz -usr/info/libc.info-10.gz -usr/info/libc.info-11.gz -usr/info/libc.info-12.gz -usr/info/libc.info-13.gz -usr/info/libc.info-14.gz -usr/info/libc.info-15.gz -usr/info/libc.info-16.gz -usr/info/libc.info-17.gz -usr/info/libc.info-18.gz -usr/info/libc.info-19.gz -usr/info/libc.info-2.gz -usr/info/libc.info-20.gz -usr/info/libc.info-21.gz -usr/info/libc.info-22.gz -usr/info/libc.info-23.gz -usr/info/libc.info-24.gz -usr/info/libc.info-25.gz -usr/info/libc.info-26.gz -usr/info/libc.info-27.gz -usr/info/libc.info-28.gz -usr/info/libc.info-29.gz -usr/info/libc.info-3.gz -usr/info/libc.info-30.gz -usr/info/libc.info-31.gz -usr/info/libc.info-32.gz -usr/info/libc.info-33.gz -usr/info/libc.info-34.gz -usr/info/libc.info-35.gz -usr/info/libc.info-36.gz -usr/info/libc.info-37.gz -usr/info/libc.info-38.gz -usr/info/libc.info-39.gz -usr/info/libc.info-4.gz -usr/info/libc.info-40.gz -usr/info/libc.info-41.gz -usr/info/libc.info-42.gz -usr/info/libc.info-43.gz -usr/info/libc.info-44.gz -usr/info/libc.info-45.gz -usr/info/libc.info-46.gz -usr/info/libc.info-47.gz -usr/info/libc.info-48.gz -usr/info/libc.info-49.gz -usr/info/libc.info-5.gz -usr/info/libc.info-50.gz -usr/info/libc.info-51.gz -usr/info/libc.info-52.gz -usr/info/libc.info-6.gz -usr/info/libc.info-7.gz -usr/info/libc.info-8.gz -usr/info/libc.info-9.gz -usr/info/libc.info.gz -usr/info/make.info-1.gz -usr/info/make.info-10.gz -usr/info/make.info-2.gz -usr/info/make.info-3.gz -usr/info/make.info-4.gz -usr/info/make.info-5.gz -usr/info/make.info-6.gz -usr/info/make.info-7.gz -usr/info/make.info-8.gz -usr/info/make.info-9.gz -usr/info/make.info.gz -usr/info/mmalloc.info.gz -usr/info/stabs.info-1.gz -usr/info/stabs.info-2.gz -usr/info/stabs.info-3.gz -usr/info/stabs.info-4.gz -usr/info/stabs.info.gz -usr/lib/Mcrt1.o -usr/lib/crt1.o -usr/lib/crti.o -usr/lib/crtn.o -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/SYSCALLS.c.X -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cc1 -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cc1plus -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/collect2 -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/cpp -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtbegin.o -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtbeginS.o -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtend.o -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/crtendS.o -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/f771 -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/README -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/exception -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/float.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/g2c.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/iso646.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/new -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/new.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/proto.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdarg.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stdbool.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/stddef.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/typeinfo -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-alpha.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-arc.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-clipper.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-h8300.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-i860.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-i960.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-m32r.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-m88k.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-mips.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-mn10200.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-mn10300.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-pa.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-ppc.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-pyr.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-sh.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-sparc.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-spur.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/va-v850.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/varargs.h -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libg2c.a -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libgcc.a -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libgcc.map -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libstdc++.a -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/libstdc++.so -usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs -usr/lib/gcrt1.o -usr/lib/libBrokenLocale.a -usr/lib/libBrokenLocale.so -usr/lib/libbsd-compat.a -usr/lib/libbsd.a -usr/lib/libc.a -usr/lib/libc.so -usr/lib/libc_nonshared.a -usr/lib/libcrypt.a -usr/lib/libcrypt.so -usr/lib/libdb.a -usr/lib/libdb.so -usr/lib/libdb1.a -usr/lib/libdb1.so -usr/lib/libdl.a -usr/lib/libdl.so -usr/lib/libg.a -usr/lib/libieee.a -usr/lib/libm.a -usr/lib/libm.so -usr/lib/libmcheck.a -usr/lib/libndbm.a -usr/lib/libndbm.so -usr/lib/libnsl.a -usr/lib/libnsl.so -usr/lib/libnss1_compat.so -usr/lib/libnss1_db.so -usr/lib/libnss1_dns.so -usr/lib/libnss1_files.so -usr/lib/libnss1_nis.so -usr/lib/libnss_compat.so -usr/lib/libnss_db.so -usr/lib/libnss_dns.so -usr/lib/libnss_files.so -usr/lib/libnss_hesiod.so -usr/lib/libnss_nis.so -usr/lib/libnss_nisplus.so -usr/lib/libposix.a -usr/lib/libpthread.a -usr/lib/libpthread.so -usr/lib/libresolv.a -usr/lib/libresolv.so -usr/lib/librpcsvc.a -usr/lib/librt.a -usr/lib/librt.so -usr/lib/libstdc++-2-libc6.1-1-2.9.0.a -usr/lib/libstdc++-libc6.1-1.a.2 -usr/lib/libutil.a -usr/lib/libutil.so -usr/man/man1/cccp.1 -usr/man/man1/cpp.1 -usr/man/man1/egcs.1 -usr/man/man1/f77.1 -usr/man/man1/g++.1 -usr/man/man1/g77.1 -usr/man/man1/gcc.1 -usr/man/man1/gdb.1 -usr/man/man1/make.1 -usr/man/man3/pthread_atfork.3thr -usr/man/man3/pthread_attr_destroy.3thr -usr/man/man3/pthread_attr_getdetachstate.3thr -usr/man/man3/pthread_attr_getinheritsched.3thr -usr/man/man3/pthread_attr_getschedparam.3thr -usr/man/man3/pthread_attr_getschedpolicy.3thr -usr/man/man3/pthread_attr_getscope.3thr -usr/man/man3/pthread_attr_init.3thr -usr/man/man3/pthread_attr_setdetachstate.3thr -usr/man/man3/pthread_attr_setinheritsched.3thr -usr/man/man3/pthread_attr_setschedparam.3thr -usr/man/man3/pthread_attr_setschedpolicy.3thr -usr/man/man3/pthread_attr_setscope.3thr -usr/man/man3/pthread_cancel.3thr -usr/man/man3/pthread_cleanup_pop.3thr -usr/man/man3/pthread_cleanup_pop_restore_np.3thr -usr/man/man3/pthread_cleanup_push.3thr -usr/man/man3/pthread_cleanup_push_defer_np.3thr -usr/man/man3/pthread_cond_broadcast.3thr -usr/man/man3/pthread_cond_destroy.3thr -usr/man/man3/pthread_cond_init.3thr -usr/man/man3/pthread_cond_signal.3thr -usr/man/man3/pthread_cond_timedwait.3thr -usr/man/man3/pthread_cond_wait.3thr -usr/man/man3/pthread_condattr_destroy.3thr -usr/man/man3/pthread_condattr_init.3thr -usr/man/man3/pthread_create.3thr -usr/man/man3/pthread_detach.3thr -usr/man/man3/pthread_equal.3thr -usr/man/man3/pthread_exit.3thr -usr/man/man3/pthread_getschedparam.3thr -usr/man/man3/pthread_join.3thr -usr/man/man3/pthread_key_create.3thr -usr/man/man3/pthread_kill.3thr -usr/man/man3/pthread_kill_other_threads_np.3thr -usr/man/man3/pthread_mutex_destroy.3thr -usr/man/man3/pthread_mutex_init.3thr -usr/man/man3/pthread_mutex_lock.3thr -usr/man/man3/pthread_mutex_trylock.3thr -usr/man/man3/pthread_mutex_unlock.3thr -usr/man/man3/pthread_mutexattr_destroy.3thr -usr/man/man3/pthread_mutexattr_getkind_np.3thr -usr/man/man3/pthread_mutexattr_init.3thr -usr/man/man3/pthread_mutexattr_setkind_np.3thr -usr/man/man3/pthread_once.3thr -usr/man/man3/pthread_self.3thr -usr/man/man3/pthread_setcancelstate.3thr -usr/man/man3/pthread_setcanceltype.3thr -usr/man/man3/pthread_setschedparam.3thr -usr/man/man3/pthread_sigmask.3thr -usr/man/man3/pthread_testcancel.3thr -usr/man/man3/sem_destroy.3thr -usr/man/man3/sem_getvalue.3thr -usr/man/man3/sem_init.3thr -usr/man/man3/sem_post.3thr -usr/man/man3/sem_trywait.3thr -usr/man/man3/sem_wait.3thr -usr/man/man3/sigwait.3thr -usr/src/linux-2.2.12/README.kernel-sources -usr/src/linux-2.2.12/include/asm-generic/bitops.h -usr/src/linux-2.2.12/include/asm-generic/smplock.h -usr/src/linux-2.2.12/include/asm-generic/unaligned.h -usr/src/linux-2.2.12/include/asm-i386/a.out.h -usr/src/linux-2.2.12/include/asm-i386/atomic.h -usr/src/linux-2.2.12/include/asm-i386/bitops.h -usr/src/linux-2.2.12/include/asm-i386/boot.h -usr/src/linux-2.2.12/include/asm-i386/bugs.h -usr/src/linux-2.2.12/include/asm-i386/byteorder.h -usr/src/linux-2.2.12/include/asm-i386/cache.h -usr/src/linux-2.2.12/include/asm-i386/checksum.h -usr/src/linux-2.2.12/include/asm-i386/cobalt.h -usr/src/linux-2.2.12/include/asm-i386/current.h -usr/src/linux-2.2.12/include/asm-i386/debugreg.h -usr/src/linux-2.2.12/include/asm-i386/delay.h -usr/src/linux-2.2.12/include/asm-i386/desc.h -usr/src/linux-2.2.12/include/asm-i386/dma.h -usr/src/linux-2.2.12/include/asm-i386/elf.h -usr/src/linux-2.2.12/include/asm-i386/errno.h -usr/src/linux-2.2.12/include/asm-i386/fcntl.h -usr/src/linux-2.2.12/include/asm-i386/fixmap.h -usr/src/linux-2.2.12/include/asm-i386/floppy.h -usr/src/linux-2.2.12/include/asm-i386/hardirq.h -usr/src/linux-2.2.12/include/asm-i386/i82489.h -usr/src/linux-2.2.12/include/asm-i386/ide.h -usr/src/linux-2.2.12/include/asm-i386/init.h -usr/src/linux-2.2.12/include/asm-i386/io.h -usr/src/linux-2.2.12/include/asm-i386/ioctl.h -usr/src/linux-2.2.12/include/asm-i386/ioctls.h -usr/src/linux-2.2.12/include/asm-i386/ipc.h -usr/src/linux-2.2.12/include/asm-i386/irq.h -usr/src/linux-2.2.12/include/asm-i386/keyboard.h -usr/src/linux-2.2.12/include/asm-i386/ldt.h -usr/src/linux-2.2.12/include/asm-i386/linux_logo.h -usr/src/linux-2.2.12/include/asm-i386/lithium.h -usr/src/linux-2.2.12/include/asm-i386/locks.h -usr/src/linux-2.2.12/include/asm-i386/math_emu.h -usr/src/linux-2.2.12/include/asm-i386/mca_dma.h -usr/src/linux-2.2.12/include/asm-i386/mman.h -usr/src/linux-2.2.12/include/asm-i386/mmu_context.h -usr/src/linux-2.2.12/include/asm-i386/msr.h -usr/src/linux-2.2.12/include/asm-i386/mtrr.h -usr/src/linux-2.2.12/include/asm-i386/namei.h -usr/src/linux-2.2.12/include/asm-i386/page.h -usr/src/linux-2.2.12/include/asm-i386/page_offset.h -usr/src/linux-2.2.12/include/asm-i386/param.h -usr/src/linux-2.2.12/include/asm-i386/pgtable.h -usr/src/linux-2.2.12/include/asm-i386/poll.h -usr/src/linux-2.2.12/include/asm-i386/posix_types.h -usr/src/linux-2.2.12/include/asm-i386/processor.h -usr/src/linux-2.2.12/include/asm-i386/ptrace.h -usr/src/linux-2.2.12/include/asm-i386/resource.h -usr/src/linux-2.2.12/include/asm-i386/scatterlist.h -usr/src/linux-2.2.12/include/asm-i386/segment.h -usr/src/linux-2.2.12/include/asm-i386/semaphore-helper.h -usr/src/linux-2.2.12/include/asm-i386/semaphore.h -usr/src/linux-2.2.12/include/asm-i386/serial.h -usr/src/linux-2.2.12/include/asm-i386/setup.h -usr/src/linux-2.2.12/include/asm-i386/shmparam.h -usr/src/linux-2.2.12/include/asm-i386/sigcontext.h -usr/src/linux-2.2.12/include/asm-i386/siginfo.h -usr/src/linux-2.2.12/include/asm-i386/signal.h -usr/src/linux-2.2.12/include/asm-i386/smp.h -usr/src/linux-2.2.12/include/asm-i386/smplock.h -usr/src/linux-2.2.12/include/asm-i386/socket.h -usr/src/linux-2.2.12/include/asm-i386/sockios.h -usr/src/linux-2.2.12/include/asm-i386/softirq.h -usr/src/linux-2.2.12/include/asm-i386/spinlock.h -usr/src/linux-2.2.12/include/asm-i386/stat.h -usr/src/linux-2.2.12/include/asm-i386/statfs.h -usr/src/linux-2.2.12/include/asm-i386/string-486.h -usr/src/linux-2.2.12/include/asm-i386/string.h -usr/src/linux-2.2.12/include/asm-i386/system.h -usr/src/linux-2.2.12/include/asm-i386/termbits.h -usr/src/linux-2.2.12/include/asm-i386/termios.h -usr/src/linux-2.2.12/include/asm-i386/timex.h -usr/src/linux-2.2.12/include/asm-i386/types.h -usr/src/linux-2.2.12/include/asm-i386/uaccess.h -usr/src/linux-2.2.12/include/asm-i386/ucontext.h -usr/src/linux-2.2.12/include/asm-i386/unaligned.h -usr/src/linux-2.2.12/include/asm-i386/unistd.h -usr/src/linux-2.2.12/include/asm-i386/user.h -usr/src/linux-2.2.12/include/asm-i386/vga.h -usr/src/linux-2.2.12/include/asm-i386/vm86.h -usr/src/linux-2.2.12/include/linux/a.out.h -usr/src/linux-2.2.12/include/linux/acct.h -usr/src/linux-2.2.12/include/linux/adfs_fs.h -usr/src/linux-2.2.12/include/linux/adfs_fs_i.h -usr/src/linux-2.2.12/include/linux/adfs_fs_sb.h -usr/src/linux-2.2.12/include/linux/affs_fs.h -usr/src/linux-2.2.12/include/linux/affs_fs_i.h -usr/src/linux-2.2.12/include/linux/affs_fs_sb.h -usr/src/linux-2.2.12/include/linux/affs_hardblocks.h -usr/src/linux-2.2.12/include/linux/amifd.h -usr/src/linux-2.2.12/include/linux/amifdreg.h -usr/src/linux-2.2.12/include/linux/amigaffs.h -usr/src/linux-2.2.12/include/linux/apm_bios.h -usr/src/linux-2.2.12/include/linux/arcdevice.h -usr/src/linux-2.2.12/include/linux/atalk.h -usr/src/linux-2.2.12/include/linux/atari_rootsec.h -usr/src/linux-2.2.12/include/linux/auto_fs.h -usr/src/linux-2.2.12/include/linux/autoconf-BOOT.h -usr/src/linux-2.2.12/include/linux/autoconf-smp.h -usr/src/linux-2.2.12/include/linux/autoconf-up.h -usr/src/linux-2.2.12/include/linux/autoconf.h -usr/src/linux-2.2.12/include/linux/awe_voice.h -usr/src/linux-2.2.12/include/linux/ax25.h -usr/src/linux-2.2.12/include/linux/b1lli.h -usr/src/linux-2.2.12/include/linux/b1pcmcia.h -usr/src/linux-2.2.12/include/linux/baycom.h -usr/src/linux-2.2.12/include/linux/binfmts.h -usr/src/linux-2.2.12/include/linux/bios32.h -usr/src/linux-2.2.12/include/linux/bitops.h -usr/src/linux-2.2.12/include/linux/blk.h -usr/src/linux-2.2.12/include/linux/blkdev.h -usr/src/linux-2.2.12/include/linux/bpqether.h -usr/src/linux-2.2.12/include/linux/busmouse.h -usr/src/linux-2.2.12/include/linux/byteorder/big_endian.h -usr/src/linux-2.2.12/include/linux/byteorder/generic.h -usr/src/linux-2.2.12/include/linux/byteorder/little_endian.h -usr/src/linux-2.2.12/include/linux/byteorder/pdp_endian.h -usr/src/linux-2.2.12/include/linux/byteorder/swab.h -usr/src/linux-2.2.12/include/linux/byteorder/swabb.h -usr/src/linux-2.2.12/include/linux/capability.h -usr/src/linux-2.2.12/include/linux/capi.h -usr/src/linux-2.2.12/include/linux/cd1400.h -usr/src/linux-2.2.12/include/linux/cdk.h -usr/src/linux-2.2.12/include/linux/cdrom.h -usr/src/linux-2.2.12/include/linux/coda.h -usr/src/linux-2.2.12/include/linux/coda_cache.h -usr/src/linux-2.2.12/include/linux/coda_fs_i.h -usr/src/linux-2.2.12/include/linux/coda_linux.h -usr/src/linux-2.2.12/include/linux/coda_opstats.h -usr/src/linux-2.2.12/include/linux/coda_proc.h -usr/src/linux-2.2.12/include/linux/coda_psdev.h -usr/src/linux-2.2.12/include/linux/coff.h -usr/src/linux-2.2.12/include/linux/comstats.h -usr/src/linux-2.2.12/include/linux/concap.h -usr/src/linux-2.2.12/include/linux/config.h -usr/src/linux-2.2.12/include/linux/console.h -usr/src/linux-2.2.12/include/linux/console_struct.h -usr/src/linux-2.2.12/include/linux/consolemap.h -usr/src/linux-2.2.12/include/linux/ctype.h -usr/src/linux-2.2.12/include/linux/cyclades.h -usr/src/linux-2.2.12/include/linux/dcache.h -usr/src/linux-2.2.12/include/linux/delay.h -usr/src/linux-2.2.12/include/linux/devpts_fs.h -usr/src/linux-2.2.12/include/linux/digi1.h -usr/src/linux-2.2.12/include/linux/digiFep1.h -usr/src/linux-2.2.12/include/linux/digiPCI.h -usr/src/linux-2.2.12/include/linux/dio.h -usr/src/linux-2.2.12/include/linux/dirent.h -usr/src/linux-2.2.12/include/linux/dlists.h -usr/src/linux-2.2.12/include/linux/dmascc.h -usr/src/linux-2.2.12/include/linux/dtlk.h -usr/src/linux-2.2.12/include/linux/efs_dir.h -usr/src/linux-2.2.12/include/linux/efs_fs.h -usr/src/linux-2.2.12/include/linux/efs_fs_i.h -usr/src/linux-2.2.12/include/linux/efs_fs_sb.h -usr/src/linux-2.2.12/include/linux/efs_vh.h -usr/src/linux-2.2.12/include/linux/elf.h -usr/src/linux-2.2.12/include/linux/elfcore.h -usr/src/linux-2.2.12/include/linux/epca.h -usr/src/linux-2.2.12/include/linux/epcaconfig.h -usr/src/linux-2.2.12/include/linux/errno.h -usr/src/linux-2.2.12/include/linux/errqueue.h -usr/src/linux-2.2.12/include/linux/etherdevice.h -usr/src/linux-2.2.12/include/linux/ext2_fs.h -usr/src/linux-2.2.12/include/linux/ext2_fs_i.h -usr/src/linux-2.2.12/include/linux/ext2_fs_sb.h -usr/src/linux-2.2.12/include/linux/fat_cvf.h -usr/src/linux-2.2.12/include/linux/fb.h -usr/src/linux-2.2.12/include/linux/fcdevice.h -usr/src/linux-2.2.12/include/linux/fcntl.h -usr/src/linux-2.2.12/include/linux/fd.h -usr/src/linux-2.2.12/include/linux/fddidevice.h -usr/src/linux-2.2.12/include/linux/fdreg.h -usr/src/linux-2.2.12/include/linux/file.h -usr/src/linux-2.2.12/include/linux/filter.h -usr/src/linux-2.2.12/include/linux/firewall.h -usr/src/linux-2.2.12/include/linux/fs.h -usr/src/linux-2.2.12/include/linux/ftape-header-segment.h -usr/src/linux-2.2.12/include/linux/ftape-vendors.h -usr/src/linux-2.2.12/include/linux/ftape.h -usr/src/linux-2.2.12/include/linux/genhd.h -usr/src/linux-2.2.12/include/linux/ghash.h -usr/src/linux-2.2.12/include/linux/hayesesp.h -usr/src/linux-2.2.12/include/linux/hdlcdrv.h -usr/src/linux-2.2.12/include/linux/hdreg.h -usr/src/linux-2.2.12/include/linux/hfmodem.h -usr/src/linux-2.2.12/include/linux/hfs_fs.h -usr/src/linux-2.2.12/include/linux/hfs_fs_i.h -usr/src/linux-2.2.12/include/linux/hfs_fs_sb.h -usr/src/linux-2.2.12/include/linux/hfs_sysdep.h -usr/src/linux-2.2.12/include/linux/hippidevice.h -usr/src/linux-2.2.12/include/linux/hpfs_fs.h -usr/src/linux-2.2.12/include/linux/hpfs_fs_i.h -usr/src/linux-2.2.12/include/linux/hpfs_fs_sb.h -usr/src/linux-2.2.12/include/linux/i2c.h -usr/src/linux-2.2.12/include/linux/icmp.h -usr/src/linux-2.2.12/include/linux/icmpv6.h -usr/src/linux-2.2.12/include/linux/if.h -usr/src/linux-2.2.12/include/linux/if_arcnet.h -usr/src/linux-2.2.12/include/linux/if_arp.h -usr/src/linux-2.2.12/include/linux/if_cablemodem.h -usr/src/linux-2.2.12/include/linux/if_ec.h -usr/src/linux-2.2.12/include/linux/if_eql.h -usr/src/linux-2.2.12/include/linux/if_ether.h -usr/src/linux-2.2.12/include/linux/if_fc.h -usr/src/linux-2.2.12/include/linux/if_fddi.h -usr/src/linux-2.2.12/include/linux/if_frad.h -usr/src/linux-2.2.12/include/linux/if_hippi.h -usr/src/linux-2.2.12/include/linux/if_ltalk.h -usr/src/linux-2.2.12/include/linux/if_packet.h -usr/src/linux-2.2.12/include/linux/if_plip.h -usr/src/linux-2.2.12/include/linux/if_ppp.h -usr/src/linux-2.2.12/include/linux/if_pppvar.h -usr/src/linux-2.2.12/include/linux/if_shaper.h -usr/src/linux-2.2.12/include/linux/if_slip.h -usr/src/linux-2.2.12/include/linux/if_strip.h -usr/src/linux-2.2.12/include/linux/if_tr.h -usr/src/linux-2.2.12/include/linux/if_tunnel.h -usr/src/linux-2.2.12/include/linux/igmp.h -usr/src/linux-2.2.12/include/linux/in.h -usr/src/linux-2.2.12/include/linux/in6.h -usr/src/linux-2.2.12/include/linux/in_route.h -usr/src/linux-2.2.12/include/linux/in_systm.h -usr/src/linux-2.2.12/include/linux/inet.h -usr/src/linux-2.2.12/include/linux/inetdevice.h -usr/src/linux-2.2.12/include/linux/init.h -usr/src/linux-2.2.12/include/linux/interrupt.h -usr/src/linux-2.2.12/include/linux/iobuf.h -usr/src/linux-2.2.12/include/linux/ioctl.h -usr/src/linux-2.2.12/include/linux/ioport.h -usr/src/linux-2.2.12/include/linux/ip.h -usr/src/linux-2.2.12/include/linux/ip_fw.h -usr/src/linux-2.2.12/include/linux/ip_masq.h -usr/src/linux-2.2.12/include/linux/ipc.h -usr/src/linux-2.2.12/include/linux/ipsec.h -usr/src/linux-2.2.12/include/linux/ipv6.h -usr/src/linux-2.2.12/include/linux/ipv6_route.h -usr/src/linux-2.2.12/include/linux/ipx.h -usr/src/linux-2.2.12/include/linux/irda.h -usr/src/linux-2.2.12/include/linux/isdn.h -usr/src/linux-2.2.12/include/linux/isdn_divertif.h -usr/src/linux-2.2.12/include/linux/isdn_ppp.h -usr/src/linux-2.2.12/include/linux/isdnif.h -usr/src/linux-2.2.12/include/linux/isicom.h -usr/src/linux-2.2.12/include/linux/iso_fs.h -usr/src/linux-2.2.12/include/linux/iso_fs_i.h -usr/src/linux-2.2.12/include/linux/iso_fs_sb.h -usr/src/linux-2.2.12/include/linux/istallion.h -usr/src/linux-2.2.12/include/linux/joystick.h -usr/src/linux-2.2.12/include/linux/kbd_diacr.h -usr/src/linux-2.2.12/include/linux/kbd_kern.h -usr/src/linux-2.2.12/include/linux/kbd_ll.h -usr/src/linux-2.2.12/include/linux/kd.h -usr/src/linux-2.2.12/include/linux/kdev_t.h -usr/src/linux-2.2.12/include/linux/kernel.h -usr/src/linux-2.2.12/include/linux/kernel_stat.h -usr/src/linux-2.2.12/include/linux/kernelcapi.h -usr/src/linux-2.2.12/include/linux/keyboard.h -usr/src/linux-2.2.12/include/linux/kmod.h -usr/src/linux-2.2.12/include/linux/lapb.h -usr/src/linux-2.2.12/include/linux/limits.h -usr/src/linux-2.2.12/include/linux/linkage.h -usr/src/linux-2.2.12/include/linux/linux_logo.h -usr/src/linux-2.2.12/include/linux/list.h -usr/src/linux-2.2.12/include/linux/lists.h -usr/src/linux-2.2.12/include/linux/lockd/bind.h -usr/src/linux-2.2.12/include/linux/lockd/debug.h -usr/src/linux-2.2.12/include/linux/lockd/lockd.h -usr/src/linux-2.2.12/include/linux/lockd/nlm.h -usr/src/linux-2.2.12/include/linux/lockd/share.h -usr/src/linux-2.2.12/include/linux/lockd/sm_inter.h -usr/src/linux-2.2.12/include/linux/lockd/syscall.h -usr/src/linux-2.2.12/include/linux/lockd/xdr.h -usr/src/linux-2.2.12/include/linux/locks.h -usr/src/linux-2.2.12/include/linux/loop.h -usr/src/linux-2.2.12/include/linux/lp.h -usr/src/linux-2.2.12/include/linux/lp_intern.h -usr/src/linux-2.2.12/include/linux/lp_m68k.h -usr/src/linux-2.2.12/include/linux/lp_mfc.h -usr/src/linux-2.2.12/include/linux/major.h -usr/src/linux-2.2.12/include/linux/malloc.h -usr/src/linux-2.2.12/include/linux/mc146818rtc.h -usr/src/linux-2.2.12/include/linux/mca.h -usr/src/linux-2.2.12/include/linux/minix_fs.h -usr/src/linux-2.2.12/include/linux/minix_fs_i.h -usr/src/linux-2.2.12/include/linux/minix_fs_sb.h -usr/src/linux-2.2.12/include/linux/miscdevice.h -usr/src/linux-2.2.12/include/linux/mm.h -usr/src/linux-2.2.12/include/linux/mman.h -usr/src/linux-2.2.12/include/linux/modsetver.h -usr/src/linux-2.2.12/include/linux/module.h -usr/src/linux-2.2.12/include/linux/modules-BOOT/8390.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/8390.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/DAC960.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/DAC960.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/adb.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/adb.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/af_ax25.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/af_ax25.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/af_ipx.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/af_ipx.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/af_netlink.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/af_netlink.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/arlan-proc.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/arlan-proc.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/arlan.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/arlan.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/cdrom.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/cdrom.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/config.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/config.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/console.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/console.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/ddp.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/ddp.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/divert_init.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/divert_init.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcmap.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcmap.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb16.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb16.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb24.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb24.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb32.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb32.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb8.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon-cfb8.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbcon.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbmem.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/fbmem.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/ftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/ftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/i386_ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/i386_ksyms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/ide.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/ide.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/irmod.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/irmod.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/keyboard.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/keyboard.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/ksyms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/lapb_iface.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/lapb_iface.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/ll_rw_blk.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/ll_rw_blk.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/lockd_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/lockd_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/loop.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/loop.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/md.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/md.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/misc.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/misc.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/msdosfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/msdosfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/netsyms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/netsyms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/newport.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/newport.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/nls_base.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/nls_base.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/p8022.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/p8022.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/paride.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/paride.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/parport_init.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/parport_init.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/parport_probe.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/parport_probe.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/pcisyms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/pcisyms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/procfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/procfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/psnap.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/psnap.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/pty.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/pty.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/scsi_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/scsi_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/selection.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/selection.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/serial.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/serial.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/signal.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/signal.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/sunrpc_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/sunrpc_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/sysrq.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/sysrq.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/vfatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/vfatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/wanmain.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/wanmain.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/xor.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/xor.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/zftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/zftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules-BOOT/zorrosyms.stamp -usr/src/linux-2.2.12/include/linux/modules-BOOT/zorrosyms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/8390.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/8390.ver -usr/src/linux-2.2.12/include/linux/modules-smp/DAC960.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/DAC960.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ad1816.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ad1816.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ad1848.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ad1848.ver -usr/src/linux-2.2.12/include/linux/modules-smp/adb.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/adb.ver -usr/src/linux-2.2.12/include/linux/modules-smp/af_ax25.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/af_ax25.ver -usr/src/linux-2.2.12/include/linux/modules-smp/af_ipx.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/af_ipx.ver -usr/src/linux-2.2.12/include/linux/modules-smp/af_netlink.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/af_netlink.ver -usr/src/linux-2.2.12/include/linux/modules-smp/arlan-proc.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/arlan-proc.ver -usr/src/linux-2.2.12/include/linux/modules-smp/arlan.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/arlan.ver -usr/src/linux-2.2.12/include/linux/modules-smp/audio_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/audio_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/b1.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/b1.ver -usr/src/linux-2.2.12/include/linux/modules-smp/capidrv.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/capidrv.ver -usr/src/linux-2.2.12/include/linux/modules-smp/capiutil.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/capiutil.ver -usr/src/linux-2.2.12/include/linux/modules-smp/cdrom.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/cdrom.ver -usr/src/linux-2.2.12/include/linux/modules-smp/config.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/config.ver -usr/src/linux-2.2.12/include/linux/modules-smp/console.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/console.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ddp.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ddp.ver -usr/src/linux-2.2.12/include/linux/modules-smp/divert_init.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/divert_init.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fbcmap.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fbcmap.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb16.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb16.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb24.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb24.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb32.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb32.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb8.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon-cfb8.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fbcon.ver -usr/src/linux-2.2.12/include/linux/modules-smp/fbmem.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/fbmem.ver -usr/src/linux-2.2.12/include/linux/modules-smp/firewall.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/firewall.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/i2c.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/i2c.ver -usr/src/linux-2.2.12/include/linux/modules-smp/i386_ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/i386_ksyms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ide.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ide.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ip_gre.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ip_gre.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ip_masq.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ip_masq.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ip_masq_app.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ip_masq_app.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ip_masq_mod.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ip_masq_mod.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ip_vs.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ip_vs.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ipip.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ipip.ver -usr/src/linux-2.2.12/include/linux/modules-smp/irmod.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/irmod.ver -usr/src/linux-2.2.12/include/linux/modules-smp/isdn_common.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/isdn_common.ver -usr/src/linux-2.2.12/include/linux/modules-smp/kcapi.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/kcapi.ver -usr/src/linux-2.2.12/include/linux/modules-smp/keyboard.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/keyboard.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ksyms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/lapb_iface.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/lapb_iface.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ll_rw_blk.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ll_rw_blk.ver -usr/src/linux-2.2.12/include/linux/modules-smp/lockd_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/lockd_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/loop.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/loop.ver -usr/src/linux-2.2.12/include/linux/modules-smp/md.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/md.ver -usr/src/linux-2.2.12/include/linux/modules-smp/midi_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/midi_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/misc.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/misc.ver -usr/src/linux-2.2.12/include/linux/modules-smp/mpu401.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/mpu401.ver -usr/src/linux-2.2.12/include/linux/modules-smp/msdosfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/msdosfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/msnd.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/msnd.ver -usr/src/linux-2.2.12/include/linux/modules-smp/mtrr.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/mtrr.ver -usr/src/linux-2.2.12/include/linux/modules-smp/netsyms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/netsyms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/newport.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/newport.ver -usr/src/linux-2.2.12/include/linux/modules-smp/nls_base.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/nls_base.ver -usr/src/linux-2.2.12/include/linux/modules-smp/nm256_audio.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/nm256_audio.ver -usr/src/linux-2.2.12/include/linux/modules-smp/opl3.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/opl3.ver -usr/src/linux-2.2.12/include/linux/modules-smp/p8022.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/p8022.ver -usr/src/linux-2.2.12/include/linux/modules-smp/paride.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/paride.ver -usr/src/linux-2.2.12/include/linux/modules-smp/parport_init.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/parport_init.ver -usr/src/linux-2.2.12/include/linux/modules-smp/parport_probe.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/parport_probe.ver -usr/src/linux-2.2.12/include/linux/modules-smp/pcisyms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/pcisyms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ppp.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ppp.ver -usr/src/linux-2.2.12/include/linux/modules-smp/ppp_deflate.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/ppp_deflate.ver -usr/src/linux-2.2.12/include/linux/modules-smp/procfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/procfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/psnap.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/psnap.ver -usr/src/linux-2.2.12/include/linux/modules-smp/pty.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/pty.ver -usr/src/linux-2.2.12/include/linux/modules-smp/sb_card.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/sb_card.ver -usr/src/linux-2.2.12/include/linux/modules-smp/scsi_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/scsi_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/sdladrv.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/sdladrv.ver -usr/src/linux-2.2.12/include/linux/modules-smp/selection.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/selection.ver -usr/src/linux-2.2.12/include/linux/modules-smp/sequencer_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/sequencer_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/serial.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/serial.ver -usr/src/linux-2.2.12/include/linux/modules-smp/signal.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/signal.ver -usr/src/linux-2.2.12/include/linux/modules-smp/slhc.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/slhc.ver -usr/src/linux-2.2.12/include/linux/modules-smp/sound_core.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/sound_core.ver -usr/src/linux-2.2.12/include/linux/modules-smp/sound_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/sound_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/soundlow.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/soundlow.ver -usr/src/linux-2.2.12/include/linux/modules-smp/sunrpc_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/sunrpc_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/syncppp.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/syncppp.ver -usr/src/linux-2.2.12/include/linux/modules-smp/sysrq.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/sysrq.ver -usr/src/linux-2.2.12/include/linux/modules-smp/uart401.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/uart401.ver -usr/src/linux-2.2.12/include/linux/modules-smp/vfatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/vfatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/videodev.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/videodev.ver -usr/src/linux-2.2.12/include/linux/modules-smp/wanmain.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/wanmain.ver -usr/src/linux-2.2.12/include/linux/modules-smp/xor.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/xor.ver -usr/src/linux-2.2.12/include/linux/modules-smp/z85230.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/z85230.ver -usr/src/linux-2.2.12/include/linux/modules-smp/zftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/zftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules-smp/zorrosyms.stamp -usr/src/linux-2.2.12/include/linux/modules-smp/zorrosyms.ver -usr/src/linux-2.2.12/include/linux/modules-up/8390.stamp -usr/src/linux-2.2.12/include/linux/modules-up/8390.ver -usr/src/linux-2.2.12/include/linux/modules-up/DAC960.stamp -usr/src/linux-2.2.12/include/linux/modules-up/DAC960.ver -usr/src/linux-2.2.12/include/linux/modules-up/ad1816.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ad1816.ver -usr/src/linux-2.2.12/include/linux/modules-up/ad1848.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ad1848.ver -usr/src/linux-2.2.12/include/linux/modules-up/adb.stamp -usr/src/linux-2.2.12/include/linux/modules-up/adb.ver -usr/src/linux-2.2.12/include/linux/modules-up/af_ax25.stamp -usr/src/linux-2.2.12/include/linux/modules-up/af_ax25.ver -usr/src/linux-2.2.12/include/linux/modules-up/af_ipx.stamp -usr/src/linux-2.2.12/include/linux/modules-up/af_ipx.ver -usr/src/linux-2.2.12/include/linux/modules-up/af_netlink.stamp -usr/src/linux-2.2.12/include/linux/modules-up/af_netlink.ver -usr/src/linux-2.2.12/include/linux/modules-up/apm.stamp -usr/src/linux-2.2.12/include/linux/modules-up/apm.ver -usr/src/linux-2.2.12/include/linux/modules-up/arlan-proc.stamp -usr/src/linux-2.2.12/include/linux/modules-up/arlan-proc.ver -usr/src/linux-2.2.12/include/linux/modules-up/arlan.stamp -usr/src/linux-2.2.12/include/linux/modules-up/arlan.ver -usr/src/linux-2.2.12/include/linux/modules-up/audio_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/audio_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/b1.stamp -usr/src/linux-2.2.12/include/linux/modules-up/b1.ver -usr/src/linux-2.2.12/include/linux/modules-up/capidrv.stamp -usr/src/linux-2.2.12/include/linux/modules-up/capidrv.ver -usr/src/linux-2.2.12/include/linux/modules-up/capiutil.stamp -usr/src/linux-2.2.12/include/linux/modules-up/capiutil.ver -usr/src/linux-2.2.12/include/linux/modules-up/cdrom.stamp -usr/src/linux-2.2.12/include/linux/modules-up/cdrom.ver -usr/src/linux-2.2.12/include/linux/modules-up/config.stamp -usr/src/linux-2.2.12/include/linux/modules-up/config.ver -usr/src/linux-2.2.12/include/linux/modules-up/console.stamp -usr/src/linux-2.2.12/include/linux/modules-up/console.ver -usr/src/linux-2.2.12/include/linux/modules-up/ddp.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ddp.ver -usr/src/linux-2.2.12/include/linux/modules-up/divert_init.stamp -usr/src/linux-2.2.12/include/linux/modules-up/divert_init.ver -usr/src/linux-2.2.12/include/linux/modules-up/fatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/fbcmap.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fbcmap.ver -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb16.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb16.ver -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb24.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb24.ver -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb32.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb32.ver -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb8.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fbcon-cfb8.ver -usr/src/linux-2.2.12/include/linux/modules-up/fbcon.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fbcon.ver -usr/src/linux-2.2.12/include/linux/modules-up/fbmem.stamp -usr/src/linux-2.2.12/include/linux/modules-up/fbmem.ver -usr/src/linux-2.2.12/include/linux/modules-up/firewall.stamp -usr/src/linux-2.2.12/include/linux/modules-up/firewall.ver -usr/src/linux-2.2.12/include/linux/modules-up/ftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/i2c.stamp -usr/src/linux-2.2.12/include/linux/modules-up/i2c.ver -usr/src/linux-2.2.12/include/linux/modules-up/i386_ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/i386_ksyms.ver -usr/src/linux-2.2.12/include/linux/modules-up/ide.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ide.ver -usr/src/linux-2.2.12/include/linux/modules-up/ip_gre.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ip_gre.ver -usr/src/linux-2.2.12/include/linux/modules-up/ip_masq.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ip_masq.ver -usr/src/linux-2.2.12/include/linux/modules-up/ip_masq_app.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ip_masq_app.ver -usr/src/linux-2.2.12/include/linux/modules-up/ip_masq_mod.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ip_masq_mod.ver -usr/src/linux-2.2.12/include/linux/modules-up/ip_vs.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ip_vs.ver -usr/src/linux-2.2.12/include/linux/modules-up/ipip.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ipip.ver -usr/src/linux-2.2.12/include/linux/modules-up/irmod.stamp -usr/src/linux-2.2.12/include/linux/modules-up/irmod.ver -usr/src/linux-2.2.12/include/linux/modules-up/isdn_common.stamp -usr/src/linux-2.2.12/include/linux/modules-up/isdn_common.ver -usr/src/linux-2.2.12/include/linux/modules-up/kcapi.stamp -usr/src/linux-2.2.12/include/linux/modules-up/kcapi.ver -usr/src/linux-2.2.12/include/linux/modules-up/keyboard.stamp -usr/src/linux-2.2.12/include/linux/modules-up/keyboard.ver -usr/src/linux-2.2.12/include/linux/modules-up/ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ksyms.ver -usr/src/linux-2.2.12/include/linux/modules-up/lapb_iface.stamp -usr/src/linux-2.2.12/include/linux/modules-up/lapb_iface.ver -usr/src/linux-2.2.12/include/linux/modules-up/ll_rw_blk.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ll_rw_blk.ver -usr/src/linux-2.2.12/include/linux/modules-up/lockd_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/lockd_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/loop.stamp -usr/src/linux-2.2.12/include/linux/modules-up/loop.ver -usr/src/linux-2.2.12/include/linux/modules-up/md.stamp -usr/src/linux-2.2.12/include/linux/modules-up/md.ver -usr/src/linux-2.2.12/include/linux/modules-up/midi_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/midi_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/misc.stamp -usr/src/linux-2.2.12/include/linux/modules-up/misc.ver -usr/src/linux-2.2.12/include/linux/modules-up/mpu401.stamp -usr/src/linux-2.2.12/include/linux/modules-up/mpu401.ver -usr/src/linux-2.2.12/include/linux/modules-up/msdosfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/msdosfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/msnd.stamp -usr/src/linux-2.2.12/include/linux/modules-up/msnd.ver -usr/src/linux-2.2.12/include/linux/modules-up/mtrr.stamp -usr/src/linux-2.2.12/include/linux/modules-up/mtrr.ver -usr/src/linux-2.2.12/include/linux/modules-up/netsyms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/netsyms.ver -usr/src/linux-2.2.12/include/linux/modules-up/newport.stamp -usr/src/linux-2.2.12/include/linux/modules-up/newport.ver -usr/src/linux-2.2.12/include/linux/modules-up/nls_base.stamp -usr/src/linux-2.2.12/include/linux/modules-up/nls_base.ver -usr/src/linux-2.2.12/include/linux/modules-up/nm256_audio.stamp -usr/src/linux-2.2.12/include/linux/modules-up/nm256_audio.ver -usr/src/linux-2.2.12/include/linux/modules-up/opl3.stamp -usr/src/linux-2.2.12/include/linux/modules-up/opl3.ver -usr/src/linux-2.2.12/include/linux/modules-up/p8022.stamp -usr/src/linux-2.2.12/include/linux/modules-up/p8022.ver -usr/src/linux-2.2.12/include/linux/modules-up/paride.stamp -usr/src/linux-2.2.12/include/linux/modules-up/paride.ver -usr/src/linux-2.2.12/include/linux/modules-up/parport_init.stamp -usr/src/linux-2.2.12/include/linux/modules-up/parport_init.ver -usr/src/linux-2.2.12/include/linux/modules-up/parport_probe.stamp -usr/src/linux-2.2.12/include/linux/modules-up/parport_probe.ver -usr/src/linux-2.2.12/include/linux/modules-up/pcisyms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/pcisyms.ver -usr/src/linux-2.2.12/include/linux/modules-up/ppp.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ppp.ver -usr/src/linux-2.2.12/include/linux/modules-up/ppp_deflate.stamp -usr/src/linux-2.2.12/include/linux/modules-up/ppp_deflate.ver -usr/src/linux-2.2.12/include/linux/modules-up/procfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/procfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/psnap.stamp -usr/src/linux-2.2.12/include/linux/modules-up/psnap.ver -usr/src/linux-2.2.12/include/linux/modules-up/pty.stamp -usr/src/linux-2.2.12/include/linux/modules-up/pty.ver -usr/src/linux-2.2.12/include/linux/modules-up/sb_card.stamp -usr/src/linux-2.2.12/include/linux/modules-up/sb_card.ver -usr/src/linux-2.2.12/include/linux/modules-up/scsi_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/scsi_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/sdladrv.stamp -usr/src/linux-2.2.12/include/linux/modules-up/sdladrv.ver -usr/src/linux-2.2.12/include/linux/modules-up/selection.stamp -usr/src/linux-2.2.12/include/linux/modules-up/selection.ver -usr/src/linux-2.2.12/include/linux/modules-up/sequencer_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/sequencer_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/serial.stamp -usr/src/linux-2.2.12/include/linux/modules-up/serial.ver -usr/src/linux-2.2.12/include/linux/modules-up/signal.stamp -usr/src/linux-2.2.12/include/linux/modules-up/signal.ver -usr/src/linux-2.2.12/include/linux/modules-up/slhc.stamp -usr/src/linux-2.2.12/include/linux/modules-up/slhc.ver -usr/src/linux-2.2.12/include/linux/modules-up/sound_core.stamp -usr/src/linux-2.2.12/include/linux/modules-up/sound_core.ver -usr/src/linux-2.2.12/include/linux/modules-up/sound_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/sound_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/soundlow.stamp -usr/src/linux-2.2.12/include/linux/modules-up/soundlow.ver -usr/src/linux-2.2.12/include/linux/modules-up/sunrpc_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/sunrpc_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/syncppp.stamp -usr/src/linux-2.2.12/include/linux/modules-up/syncppp.ver -usr/src/linux-2.2.12/include/linux/modules-up/sysrq.stamp -usr/src/linux-2.2.12/include/linux/modules-up/sysrq.ver -usr/src/linux-2.2.12/include/linux/modules-up/uart401.stamp -usr/src/linux-2.2.12/include/linux/modules-up/uart401.ver -usr/src/linux-2.2.12/include/linux/modules-up/vfatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/vfatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/videodev.stamp -usr/src/linux-2.2.12/include/linux/modules-up/videodev.ver -usr/src/linux-2.2.12/include/linux/modules-up/wanmain.stamp -usr/src/linux-2.2.12/include/linux/modules-up/wanmain.ver -usr/src/linux-2.2.12/include/linux/modules-up/xor.stamp -usr/src/linux-2.2.12/include/linux/modules-up/xor.ver -usr/src/linux-2.2.12/include/linux/modules-up/z85230.stamp -usr/src/linux-2.2.12/include/linux/modules-up/z85230.ver -usr/src/linux-2.2.12/include/linux/modules-up/zftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/zftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules-up/zorrosyms.stamp -usr/src/linux-2.2.12/include/linux/modules-up/zorrosyms.ver -usr/src/linux-2.2.12/include/linux/modules/8390.stamp -usr/src/linux-2.2.12/include/linux/modules/8390.ver -usr/src/linux-2.2.12/include/linux/modules/DAC960.stamp -usr/src/linux-2.2.12/include/linux/modules/DAC960.ver -usr/src/linux-2.2.12/include/linux/modules/ad1816.stamp -usr/src/linux-2.2.12/include/linux/modules/ad1816.ver -usr/src/linux-2.2.12/include/linux/modules/ad1848.stamp -usr/src/linux-2.2.12/include/linux/modules/ad1848.ver -usr/src/linux-2.2.12/include/linux/modules/adb.stamp -usr/src/linux-2.2.12/include/linux/modules/adb.ver -usr/src/linux-2.2.12/include/linux/modules/af_ax25.stamp -usr/src/linux-2.2.12/include/linux/modules/af_ax25.ver -usr/src/linux-2.2.12/include/linux/modules/af_ipx.stamp -usr/src/linux-2.2.12/include/linux/modules/af_ipx.ver -usr/src/linux-2.2.12/include/linux/modules/af_netlink.stamp -usr/src/linux-2.2.12/include/linux/modules/af_netlink.ver -usr/src/linux-2.2.12/include/linux/modules/apm.stamp -usr/src/linux-2.2.12/include/linux/modules/apm.ver -usr/src/linux-2.2.12/include/linux/modules/arlan-proc.stamp -usr/src/linux-2.2.12/include/linux/modules/arlan-proc.ver -usr/src/linux-2.2.12/include/linux/modules/arlan.stamp -usr/src/linux-2.2.12/include/linux/modules/arlan.ver -usr/src/linux-2.2.12/include/linux/modules/audio_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/audio_syms.ver -usr/src/linux-2.2.12/include/linux/modules/b1.stamp -usr/src/linux-2.2.12/include/linux/modules/b1.ver -usr/src/linux-2.2.12/include/linux/modules/capidrv.stamp -usr/src/linux-2.2.12/include/linux/modules/capidrv.ver -usr/src/linux-2.2.12/include/linux/modules/capiutil.stamp -usr/src/linux-2.2.12/include/linux/modules/capiutil.ver -usr/src/linux-2.2.12/include/linux/modules/cdrom.stamp -usr/src/linux-2.2.12/include/linux/modules/cdrom.ver -usr/src/linux-2.2.12/include/linux/modules/config.stamp -usr/src/linux-2.2.12/include/linux/modules/config.ver -usr/src/linux-2.2.12/include/linux/modules/console.stamp -usr/src/linux-2.2.12/include/linux/modules/console.ver -usr/src/linux-2.2.12/include/linux/modules/ddp.stamp -usr/src/linux-2.2.12/include/linux/modules/ddp.ver -usr/src/linux-2.2.12/include/linux/modules/divert_init.stamp -usr/src/linux-2.2.12/include/linux/modules/divert_init.ver -usr/src/linux-2.2.12/include/linux/modules/fatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/fatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules/fbcmap.stamp -usr/src/linux-2.2.12/include/linux/modules/fbcmap.ver -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb16.stamp -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb16.ver -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb24.stamp -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb24.ver -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb32.stamp -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb32.ver -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb8.stamp -usr/src/linux-2.2.12/include/linux/modules/fbcon-cfb8.ver -usr/src/linux-2.2.12/include/linux/modules/fbcon.stamp -usr/src/linux-2.2.12/include/linux/modules/fbcon.ver -usr/src/linux-2.2.12/include/linux/modules/fbmem.stamp -usr/src/linux-2.2.12/include/linux/modules/fbmem.ver -usr/src/linux-2.2.12/include/linux/modules/firewall.stamp -usr/src/linux-2.2.12/include/linux/modules/firewall.ver -usr/src/linux-2.2.12/include/linux/modules/ftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/ftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules/i2c.stamp -usr/src/linux-2.2.12/include/linux/modules/i2c.ver -usr/src/linux-2.2.12/include/linux/modules/i386_ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules/i386_ksyms.ver -usr/src/linux-2.2.12/include/linux/modules/ide.stamp -usr/src/linux-2.2.12/include/linux/modules/ide.ver -usr/src/linux-2.2.12/include/linux/modules/ip_gre.stamp -usr/src/linux-2.2.12/include/linux/modules/ip_gre.ver -usr/src/linux-2.2.12/include/linux/modules/ip_masq.stamp -usr/src/linux-2.2.12/include/linux/modules/ip_masq.ver -usr/src/linux-2.2.12/include/linux/modules/ip_masq_app.stamp -usr/src/linux-2.2.12/include/linux/modules/ip_masq_app.ver -usr/src/linux-2.2.12/include/linux/modules/ip_masq_mod.stamp -usr/src/linux-2.2.12/include/linux/modules/ip_masq_mod.ver -usr/src/linux-2.2.12/include/linux/modules/ip_vs.stamp -usr/src/linux-2.2.12/include/linux/modules/ip_vs.ver -usr/src/linux-2.2.12/include/linux/modules/ipip.stamp -usr/src/linux-2.2.12/include/linux/modules/ipip.ver -usr/src/linux-2.2.12/include/linux/modules/irmod.stamp -usr/src/linux-2.2.12/include/linux/modules/irmod.ver -usr/src/linux-2.2.12/include/linux/modules/isdn_common.stamp -usr/src/linux-2.2.12/include/linux/modules/isdn_common.ver -usr/src/linux-2.2.12/include/linux/modules/kcapi.stamp -usr/src/linux-2.2.12/include/linux/modules/kcapi.ver -usr/src/linux-2.2.12/include/linux/modules/keyboard.stamp -usr/src/linux-2.2.12/include/linux/modules/keyboard.ver -usr/src/linux-2.2.12/include/linux/modules/ksyms.stamp -usr/src/linux-2.2.12/include/linux/modules/ksyms.ver -usr/src/linux-2.2.12/include/linux/modules/lapb_iface.stamp -usr/src/linux-2.2.12/include/linux/modules/lapb_iface.ver -usr/src/linux-2.2.12/include/linux/modules/ll_rw_blk.stamp -usr/src/linux-2.2.12/include/linux/modules/ll_rw_blk.ver -usr/src/linux-2.2.12/include/linux/modules/lockd_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/lockd_syms.ver -usr/src/linux-2.2.12/include/linux/modules/loop.stamp -usr/src/linux-2.2.12/include/linux/modules/loop.ver -usr/src/linux-2.2.12/include/linux/modules/md.stamp -usr/src/linux-2.2.12/include/linux/modules/md.ver -usr/src/linux-2.2.12/include/linux/modules/midi_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/midi_syms.ver -usr/src/linux-2.2.12/include/linux/modules/misc.stamp -usr/src/linux-2.2.12/include/linux/modules/misc.ver -usr/src/linux-2.2.12/include/linux/modules/mpu401.stamp -usr/src/linux-2.2.12/include/linux/modules/mpu401.ver -usr/src/linux-2.2.12/include/linux/modules/msdosfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/msdosfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules/msnd.stamp -usr/src/linux-2.2.12/include/linux/modules/msnd.ver -usr/src/linux-2.2.12/include/linux/modules/mtrr.stamp -usr/src/linux-2.2.12/include/linux/modules/mtrr.ver -usr/src/linux-2.2.12/include/linux/modules/netsyms.stamp -usr/src/linux-2.2.12/include/linux/modules/netsyms.ver -usr/src/linux-2.2.12/include/linux/modules/newport.stamp -usr/src/linux-2.2.12/include/linux/modules/newport.ver -usr/src/linux-2.2.12/include/linux/modules/nls_base.stamp -usr/src/linux-2.2.12/include/linux/modules/nls_base.ver -usr/src/linux-2.2.12/include/linux/modules/nm256_audio.stamp -usr/src/linux-2.2.12/include/linux/modules/nm256_audio.ver -usr/src/linux-2.2.12/include/linux/modules/opl3.stamp -usr/src/linux-2.2.12/include/linux/modules/opl3.ver -usr/src/linux-2.2.12/include/linux/modules/p8022.stamp -usr/src/linux-2.2.12/include/linux/modules/p8022.ver -usr/src/linux-2.2.12/include/linux/modules/paride.stamp -usr/src/linux-2.2.12/include/linux/modules/paride.ver -usr/src/linux-2.2.12/include/linux/modules/parport_init.stamp -usr/src/linux-2.2.12/include/linux/modules/parport_init.ver -usr/src/linux-2.2.12/include/linux/modules/parport_probe.stamp -usr/src/linux-2.2.12/include/linux/modules/parport_probe.ver -usr/src/linux-2.2.12/include/linux/modules/pcisyms.stamp -usr/src/linux-2.2.12/include/linux/modules/pcisyms.ver -usr/src/linux-2.2.12/include/linux/modules/ppp.stamp -usr/src/linux-2.2.12/include/linux/modules/ppp.ver -usr/src/linux-2.2.12/include/linux/modules/ppp_deflate.stamp -usr/src/linux-2.2.12/include/linux/modules/ppp_deflate.ver -usr/src/linux-2.2.12/include/linux/modules/procfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/procfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules/psnap.stamp -usr/src/linux-2.2.12/include/linux/modules/psnap.ver -usr/src/linux-2.2.12/include/linux/modules/pty.stamp -usr/src/linux-2.2.12/include/linux/modules/pty.ver -usr/src/linux-2.2.12/include/linux/modules/sb_card.stamp -usr/src/linux-2.2.12/include/linux/modules/sb_card.ver -usr/src/linux-2.2.12/include/linux/modules/scsi_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/scsi_syms.ver -usr/src/linux-2.2.12/include/linux/modules/sdladrv.stamp -usr/src/linux-2.2.12/include/linux/modules/sdladrv.ver -usr/src/linux-2.2.12/include/linux/modules/selection.stamp -usr/src/linux-2.2.12/include/linux/modules/selection.ver -usr/src/linux-2.2.12/include/linux/modules/sequencer_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/sequencer_syms.ver -usr/src/linux-2.2.12/include/linux/modules/serial.stamp -usr/src/linux-2.2.12/include/linux/modules/serial.ver -usr/src/linux-2.2.12/include/linux/modules/signal.stamp -usr/src/linux-2.2.12/include/linux/modules/signal.ver -usr/src/linux-2.2.12/include/linux/modules/slhc.stamp -usr/src/linux-2.2.12/include/linux/modules/slhc.ver -usr/src/linux-2.2.12/include/linux/modules/sound_core.stamp -usr/src/linux-2.2.12/include/linux/modules/sound_core.ver -usr/src/linux-2.2.12/include/linux/modules/sound_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/sound_syms.ver -usr/src/linux-2.2.12/include/linux/modules/soundlow.stamp -usr/src/linux-2.2.12/include/linux/modules/soundlow.ver -usr/src/linux-2.2.12/include/linux/modules/sunrpc_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/sunrpc_syms.ver -usr/src/linux-2.2.12/include/linux/modules/syncppp.stamp -usr/src/linux-2.2.12/include/linux/modules/syncppp.ver -usr/src/linux-2.2.12/include/linux/modules/sysrq.stamp -usr/src/linux-2.2.12/include/linux/modules/sysrq.ver -usr/src/linux-2.2.12/include/linux/modules/uart401.stamp -usr/src/linux-2.2.12/include/linux/modules/uart401.ver -usr/src/linux-2.2.12/include/linux/modules/vfatfs_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/vfatfs_syms.ver -usr/src/linux-2.2.12/include/linux/modules/videodev.stamp -usr/src/linux-2.2.12/include/linux/modules/videodev.ver -usr/src/linux-2.2.12/include/linux/modules/wanmain.stamp -usr/src/linux-2.2.12/include/linux/modules/wanmain.ver -usr/src/linux-2.2.12/include/linux/modules/xor.stamp -usr/src/linux-2.2.12/include/linux/modules/xor.ver -usr/src/linux-2.2.12/include/linux/modules/z85230.stamp -usr/src/linux-2.2.12/include/linux/modules/z85230.ver -usr/src/linux-2.2.12/include/linux/modules/zftape_syms.stamp -usr/src/linux-2.2.12/include/linux/modules/zftape_syms.ver -usr/src/linux-2.2.12/include/linux/modules/zorrosyms.stamp -usr/src/linux-2.2.12/include/linux/modules/zorrosyms.ver -usr/src/linux-2.2.12/include/linux/modversions-BOOT.h -usr/src/linux-2.2.12/include/linux/modversions-smp.h -usr/src/linux-2.2.12/include/linux/modversions-up.h -usr/src/linux-2.2.12/include/linux/modversions.h -usr/src/linux-2.2.12/include/linux/mount.h -usr/src/linux-2.2.12/include/linux/mpp.h -usr/src/linux-2.2.12/include/linux/mroute.h -usr/src/linux-2.2.12/include/linux/msdos_fs.h -usr/src/linux-2.2.12/include/linux/msdos_fs_i.h -usr/src/linux-2.2.12/include/linux/msdos_fs_sb.h -usr/src/linux-2.2.12/include/linux/msg.h -usr/src/linux-2.2.12/include/linux/mtio.h -usr/src/linux-2.2.12/include/linux/nbd.h -usr/src/linux-2.2.12/include/linux/ncp.h -usr/src/linux-2.2.12/include/linux/ncp_fs.h -usr/src/linux-2.2.12/include/linux/ncp_fs_i.h -usr/src/linux-2.2.12/include/linux/ncp_fs_sb.h -usr/src/linux-2.2.12/include/linux/ncp_mount.h -usr/src/linux-2.2.12/include/linux/net.h -usr/src/linux-2.2.12/include/linux/netbeui.h -usr/src/linux-2.2.12/include/linux/netdevice.h -usr/src/linux-2.2.12/include/linux/netlink.h -usr/src/linux-2.2.12/include/linux/netrom.h -usr/src/linux-2.2.12/include/linux/nfs.h -usr/src/linux-2.2.12/include/linux/nfs3.h -usr/src/linux-2.2.12/include/linux/nfs_fs.h -usr/src/linux-2.2.12/include/linux/nfs_fs_i.h -usr/src/linux-2.2.12/include/linux/nfs_fs_sb.h -usr/src/linux-2.2.12/include/linux/nfs_mount.h -usr/src/linux-2.2.12/include/linux/nfsd/auth.h -usr/src/linux-2.2.12/include/linux/nfsd/cache.h -usr/src/linux-2.2.12/include/linux/nfsd/const.h -usr/src/linux-2.2.12/include/linux/nfsd/debug.h -usr/src/linux-2.2.12/include/linux/nfsd/export.h -usr/src/linux-2.2.12/include/linux/nfsd/nfsd.h -usr/src/linux-2.2.12/include/linux/nfsd/nfsfh.h -usr/src/linux-2.2.12/include/linux/nfsd/stats.h -usr/src/linux-2.2.12/include/linux/nfsd/syscall.h -usr/src/linux-2.2.12/include/linux/nfsd/xdr.h -usr/src/linux-2.2.12/include/linux/nfsd/xdr3.h -usr/src/linux-2.2.12/include/linux/nfsiod.h -usr/src/linux-2.2.12/include/linux/nls.h -usr/src/linux-2.2.12/include/linux/notifier.h -usr/src/linux-2.2.12/include/linux/ntfs_fs.h -usr/src/linux-2.2.12/include/linux/ntfs_fs_i.h -usr/src/linux-2.2.12/include/linux/ntfs_fs_sb.h -usr/src/linux-2.2.12/include/linux/nubus.h -usr/src/linux-2.2.12/include/linux/nvram.h -usr/src/linux-2.2.12/include/linux/openpic.h -usr/src/linux-2.2.12/include/linux/pagemap.h -usr/src/linux-2.2.12/include/linux/param.h -usr/src/linux-2.2.12/include/linux/parport.h -usr/src/linux-2.2.12/include/linux/parport_pc.h -usr/src/linux-2.2.12/include/linux/pc_keyb.h -usr/src/linux-2.2.12/include/linux/pci.h -usr/src/linux-2.2.12/include/linux/personality.h -usr/src/linux-2.2.12/include/linux/pg.h -usr/src/linux-2.2.12/include/linux/pipe_fs_i.h -usr/src/linux-2.2.12/include/linux/pkt_cls.h -usr/src/linux-2.2.12/include/linux/pkt_sched.h -usr/src/linux-2.2.12/include/linux/poll.h -usr/src/linux-2.2.12/include/linux/posix_types.h -usr/src/linux-2.2.12/include/linux/ppp-comp.h -usr/src/linux-2.2.12/include/linux/ppp.h -usr/src/linux-2.2.12/include/linux/ppp_defs.h -usr/src/linux-2.2.12/include/linux/prctl.h -usr/src/linux-2.2.12/include/linux/proc_fs.h -usr/src/linux-2.2.12/include/linux/ps2esdi.h -usr/src/linux-2.2.12/include/linux/ptrace.h -usr/src/linux-2.2.12/include/linux/qic117.h -usr/src/linux-2.2.12/include/linux/qnx4_fs.h -usr/src/linux-2.2.12/include/linux/qnx4_fs_i.h -usr/src/linux-2.2.12/include/linux/qnx4_fs_sb.h -usr/src/linux-2.2.12/include/linux/qnxtypes.h -usr/src/linux-2.2.12/include/linux/quota.h -usr/src/linux-2.2.12/include/linux/quotaops.h -usr/src/linux-2.2.12/include/linux/raid/hsm.h -usr/src/linux-2.2.12/include/linux/raid/hsm_p.h -usr/src/linux-2.2.12/include/linux/raid/linear.h -usr/src/linux-2.2.12/include/linux/raid/md.h -usr/src/linux-2.2.12/include/linux/raid/md_compatible.h -usr/src/linux-2.2.12/include/linux/raid/md_k.h -usr/src/linux-2.2.12/include/linux/raid/md_p.h -usr/src/linux-2.2.12/include/linux/raid/md_u.h -usr/src/linux-2.2.12/include/linux/raid/raid0.h -usr/src/linux-2.2.12/include/linux/raid/raid1.h -usr/src/linux-2.2.12/include/linux/raid/raid5.h -usr/src/linux-2.2.12/include/linux/raid/translucent.h -usr/src/linux-2.2.12/include/linux/raid/xor.h -usr/src/linux-2.2.12/include/linux/random.h -usr/src/linux-2.2.12/include/linux/raw.h -usr/src/linux-2.2.12/include/linux/reboot.h -usr/src/linux-2.2.12/include/linux/resource.h -usr/src/linux-2.2.12/include/linux/rocket.h -usr/src/linux-2.2.12/include/linux/romfs_fs.h -usr/src/linux-2.2.12/include/linux/romfs_fs_i.h -usr/src/linux-2.2.12/include/linux/romfs_fs_sb.h -usr/src/linux-2.2.12/include/linux/rose.h -usr/src/linux-2.2.12/include/linux/route.h -usr/src/linux-2.2.12/include/linux/rpcsock.h -usr/src/linux-2.2.12/include/linux/rtnetlink.h -usr/src/linux-2.2.12/include/linux/sc26198.h -usr/src/linux-2.2.12/include/linux/scc.h -usr/src/linux-2.2.12/include/linux/sched.h -usr/src/linux-2.2.12/include/linux/sdla.h -usr/src/linux-2.2.12/include/linux/sdla_fr.h -usr/src/linux-2.2.12/include/linux/sdla_ppp.h -usr/src/linux-2.2.12/include/linux/sdla_x25.h -usr/src/linux-2.2.12/include/linux/sdladrv.h -usr/src/linux-2.2.12/include/linux/sdlasfm.h -usr/src/linux-2.2.12/include/linux/securebits.h -usr/src/linux-2.2.12/include/linux/selection.h -usr/src/linux-2.2.12/include/linux/sem.h -usr/src/linux-2.2.12/include/linux/serial.h -usr/src/linux-2.2.12/include/linux/serial167.h -usr/src/linux-2.2.12/include/linux/serialP.h -usr/src/linux-2.2.12/include/linux/serial_reg.h -usr/src/linux-2.2.12/include/linux/shm.h -usr/src/linux-2.2.12/include/linux/signal.h -usr/src/linux-2.2.12/include/linux/skbuff.h -usr/src/linux-2.2.12/include/linux/slab.h -usr/src/linux-2.2.12/include/linux/smb.h -usr/src/linux-2.2.12/include/linux/smb_fs.h -usr/src/linux-2.2.12/include/linux/smb_fs_i.h -usr/src/linux-2.2.12/include/linux/smb_fs_sb.h -usr/src/linux-2.2.12/include/linux/smb_mount.h -usr/src/linux-2.2.12/include/linux/smbno.h -usr/src/linux-2.2.12/include/linux/smp.h -usr/src/linux-2.2.12/include/linux/smp_lock.h -usr/src/linux-2.2.12/include/linux/socket.h -usr/src/linux-2.2.12/include/linux/sockios.h -usr/src/linux-2.2.12/include/linux/sound.h -usr/src/linux-2.2.12/include/linux/soundcard.h -usr/src/linux-2.2.12/include/linux/soundmodem.h -usr/src/linux-2.2.12/include/linux/stallion.h -usr/src/linux-2.2.12/include/linux/stat.h -usr/src/linux-2.2.12/include/linux/stddef.h -usr/src/linux-2.2.12/include/linux/string.h -usr/src/linux-2.2.12/include/linux/sunrpc/auth.h -usr/src/linux-2.2.12/include/linux/sunrpc/clnt.h -usr/src/linux-2.2.12/include/linux/sunrpc/debug.h -usr/src/linux-2.2.12/include/linux/sunrpc/msg_prot.h -usr/src/linux-2.2.12/include/linux/sunrpc/sched.h -usr/src/linux-2.2.12/include/linux/sunrpc/stats.h -usr/src/linux-2.2.12/include/linux/sunrpc/svc.h -usr/src/linux-2.2.12/include/linux/sunrpc/svcauth.h -usr/src/linux-2.2.12/include/linux/sunrpc/svcsock.h -usr/src/linux-2.2.12/include/linux/sunrpc/types.h -usr/src/linux-2.2.12/include/linux/sunrpc/xdr.h -usr/src/linux-2.2.12/include/linux/sunrpc/xprt.h -usr/src/linux-2.2.12/include/linux/swap.h -usr/src/linux-2.2.12/include/linux/swapctl.h -usr/src/linux-2.2.12/include/linux/synclink.h -usr/src/linux-2.2.12/include/linux/sys.h -usr/src/linux-2.2.12/include/linux/sysctl.h -usr/src/linux-2.2.12/include/linux/sysrq.h -usr/src/linux-2.2.12/include/linux/sysv_fs.h -usr/src/linux-2.2.12/include/linux/sysv_fs_i.h -usr/src/linux-2.2.12/include/linux/sysv_fs_sb.h -usr/src/linux-2.2.12/include/linux/tasks.h -usr/src/linux-2.2.12/include/linux/tcp.h -usr/src/linux-2.2.12/include/linux/termios.h -usr/src/linux-2.2.12/include/linux/time.h -usr/src/linux-2.2.12/include/linux/timer.h -usr/src/linux-2.2.12/include/linux/times.h -usr/src/linux-2.2.12/include/linux/timex.h -usr/src/linux-2.2.12/include/linux/tpqic02.h -usr/src/linux-2.2.12/include/linux/tqueue.h -usr/src/linux-2.2.12/include/linux/trdevice.h -usr/src/linux-2.2.12/include/linux/tty.h -usr/src/linux-2.2.12/include/linux/tty_driver.h -usr/src/linux-2.2.12/include/linux/tty_flip.h -usr/src/linux-2.2.12/include/linux/tty_ldisc.h -usr/src/linux-2.2.12/include/linux/types.h -usr/src/linux-2.2.12/include/linux/udp.h -usr/src/linux-2.2.12/include/linux/ufs_fs.h -usr/src/linux-2.2.12/include/linux/ufs_fs_i.h -usr/src/linux-2.2.12/include/linux/ufs_fs_sb.h -usr/src/linux-2.2.12/include/linux/uio.h -usr/src/linux-2.2.12/include/linux/ultrasound.h -usr/src/linux-2.2.12/include/linux/umsdos_fs.h -usr/src/linux-2.2.12/include/linux/umsdos_fs.p -usr/src/linux-2.2.12/include/linux/umsdos_fs_i.h -usr/src/linux-2.2.12/include/linux/un.h -usr/src/linux-2.2.12/include/linux/unistd.h -usr/src/linux-2.2.12/include/linux/user.h -usr/src/linux-2.2.12/include/linux/utime.h -usr/src/linux-2.2.12/include/linux/uts.h -usr/src/linux-2.2.12/include/linux/utsname.h -usr/src/linux-2.2.12/include/linux/version-BOOT.h -usr/src/linux-2.2.12/include/linux/version-smp.h -usr/src/linux-2.2.12/include/linux/version-up.h -usr/src/linux-2.2.12/include/linux/version.h -usr/src/linux-2.2.12/include/linux/vfs.h -usr/src/linux-2.2.12/include/linux/video_decoder.h -usr/src/linux-2.2.12/include/linux/video_encoder.h -usr/src/linux-2.2.12/include/linux/videodev.h -usr/src/linux-2.2.12/include/linux/videotext.h -usr/src/linux-2.2.12/include/linux/vmalloc.h -usr/src/linux-2.2.12/include/linux/vt.h -usr/src/linux-2.2.12/include/linux/vt_buffer.h -usr/src/linux-2.2.12/include/linux/vt_kern.h -usr/src/linux-2.2.12/include/linux/wait.h -usr/src/linux-2.2.12/include/linux/wanpipe.h -usr/src/linux-2.2.12/include/linux/wanrouter.h -usr/src/linux-2.2.12/include/linux/watchdog.h -usr/src/linux-2.2.12/include/linux/wavefront.h -usr/src/linux-2.2.12/include/linux/wireless.h -usr/src/linux-2.2.12/include/linux/wrapper.h -usr/src/linux-2.2.12/include/linux/x25.h -usr/src/linux-2.2.12/include/linux/yam.h -usr/src/linux-2.2.12/include/linux/zftape.h -usr/src/linux-2.2.12/include/linux/zorro.h -usr/src/linux-2.2.12/include/net/addrconf.h -usr/src/linux-2.2.12/include/net/af_unix.h -usr/src/linux-2.2.12/include/net/arp.h -usr/src/linux-2.2.12/include/net/atalkcall.h -usr/src/linux-2.2.12/include/net/ax25.h -usr/src/linux-2.2.12/include/net/ax25call.h -usr/src/linux-2.2.12/include/net/br.h -usr/src/linux-2.2.12/include/net/checksum.h -usr/src/linux-2.2.12/include/net/datalink.h -usr/src/linux-2.2.12/include/net/dst.h -usr/src/linux-2.2.12/include/net/flow.h -usr/src/linux-2.2.12/include/net/icmp.h -usr/src/linux-2.2.12/include/net/if_inet6.h -usr/src/linux-2.2.12/include/net/inet_common.h -usr/src/linux-2.2.12/include/net/ip.h -usr/src/linux-2.2.12/include/net/ip6_fib.h -usr/src/linux-2.2.12/include/net/ip6_fw.h -usr/src/linux-2.2.12/include/net/ip6_route.h -usr/src/linux-2.2.12/include/net/ip_fib.h -usr/src/linux-2.2.12/include/net/ip_masq.h -usr/src/linux-2.2.12/include/net/ip_masq_mod.h -usr/src/linux-2.2.12/include/net/ip_vs.h -usr/src/linux-2.2.12/include/net/ipconfig.h -usr/src/linux-2.2.12/include/net/ipip.h -usr/src/linux-2.2.12/include/net/ipv6.h -usr/src/linux-2.2.12/include/net/ipx.h -usr/src/linux-2.2.12/include/net/ipxcall.h -usr/src/linux-2.2.12/include/net/irda/crc.h -usr/src/linux-2.2.12/include/net/irda/discovery.h -usr/src/linux-2.2.12/include/net/irda/dongle.h -usr/src/linux-2.2.12/include/net/irda/ircomm_common.h -usr/src/linux-2.2.12/include/net/irda/irda.h -usr/src/linux-2.2.12/include/net/irda/irda_device.h -usr/src/linux-2.2.12/include/net/irda/irdacall.h -usr/src/linux-2.2.12/include/net/irda/iriap.h -usr/src/linux-2.2.12/include/net/irda/iriap_event.h -usr/src/linux-2.2.12/include/net/irda/irias_object.h -usr/src/linux-2.2.12/include/net/irda/irlan_client.h -usr/src/linux-2.2.12/include/net/irda/irlan_common.h -usr/src/linux-2.2.12/include/net/irda/irlan_eth.h -usr/src/linux-2.2.12/include/net/irda/irlan_event.h -usr/src/linux-2.2.12/include/net/irda/irlan_filter.h -usr/src/linux-2.2.12/include/net/irda/irlan_provider.h -usr/src/linux-2.2.12/include/net/irda/irlap.h -usr/src/linux-2.2.12/include/net/irda/irlap_comp.h -usr/src/linux-2.2.12/include/net/irda/irlap_event.h -usr/src/linux-2.2.12/include/net/irda/irlap_frame.h -usr/src/linux-2.2.12/include/net/irda/irlmp.h -usr/src/linux-2.2.12/include/net/irda/irlmp_event.h -usr/src/linux-2.2.12/include/net/irda/irlmp_frame.h -usr/src/linux-2.2.12/include/net/irda/irlpt_cli.h -usr/src/linux-2.2.12/include/net/irda/irlpt_cli_fsm.h -usr/src/linux-2.2.12/include/net/irda/irlpt_common.h -usr/src/linux-2.2.12/include/net/irda/irlpt_server.h -usr/src/linux-2.2.12/include/net/irda/irlpt_server_fsm.h -usr/src/linux-2.2.12/include/net/irda/irmod.h -usr/src/linux-2.2.12/include/net/irda/irport.h -usr/src/linux-2.2.12/include/net/irda/irqueue.h -usr/src/linux-2.2.12/include/net/irda/irttp.h -usr/src/linux-2.2.12/include/net/irda/irtty.h -usr/src/linux-2.2.12/include/net/irda/irvtd.h -usr/src/linux-2.2.12/include/net/irda/pc87108.h -usr/src/linux-2.2.12/include/net/irda/qos.h -usr/src/linux-2.2.12/include/net/irda/smc-ircc.h -usr/src/linux-2.2.12/include/net/irda/timer.h -usr/src/linux-2.2.12/include/net/irda/toshoboe.h -usr/src/linux-2.2.12/include/net/irda/uircc.h -usr/src/linux-2.2.12/include/net/irda/w83977af.h -usr/src/linux-2.2.12/include/net/irda/w83977af_ir.h -usr/src/linux-2.2.12/include/net/irda/wrapper.h -usr/src/linux-2.2.12/include/net/lapb.h -usr/src/linux-2.2.12/include/net/lapbcall.h -usr/src/linux-2.2.12/include/net/llc.h -usr/src/linux-2.2.12/include/net/llc_frame.h -usr/src/linux-2.2.12/include/net/llc_name.h -usr/src/linux-2.2.12/include/net/llc_state.h -usr/src/linux-2.2.12/include/net/llccall.h -usr/src/linux-2.2.12/include/net/ndisc.h -usr/src/linux-2.2.12/include/net/neighbour.h -usr/src/linux-2.2.12/include/net/netbeuicall.h -usr/src/linux-2.2.12/include/net/netrom.h -usr/src/linux-2.2.12/include/net/nrcall.h -usr/src/linux-2.2.12/include/net/p8022.h -usr/src/linux-2.2.12/include/net/p8022call.h -usr/src/linux-2.2.12/include/net/pkt_cls.h -usr/src/linux-2.2.12/include/net/pkt_sched.h -usr/src/linux-2.2.12/include/net/profile.h -usr/src/linux-2.2.12/include/net/protocol.h -usr/src/linux-2.2.12/include/net/psnap.h -usr/src/linux-2.2.12/include/net/psnapcall.h -usr/src/linux-2.2.12/include/net/rarp.h -usr/src/linux-2.2.12/include/net/raw.h -usr/src/linux-2.2.12/include/net/rawv6.h -usr/src/linux-2.2.12/include/net/rose.h -usr/src/linux-2.2.12/include/net/rosecall.h -usr/src/linux-2.2.12/include/net/route.h -usr/src/linux-2.2.12/include/net/scm.h -usr/src/linux-2.2.12/include/net/slhc.h -usr/src/linux-2.2.12/include/net/slhc_vj.h -usr/src/linux-2.2.12/include/net/snmp.h -usr/src/linux-2.2.12/include/net/sock.h -usr/src/linux-2.2.12/include/net/spx.h -usr/src/linux-2.2.12/include/net/spxcall.h -usr/src/linux-2.2.12/include/net/tcp.h -usr/src/linux-2.2.12/include/net/transp_v6.h -usr/src/linux-2.2.12/include/net/udp.h -usr/src/linux-2.2.12/include/net/x25.h -usr/src/linux-2.2.12/include/net/x25call.h -usr/src/linux-2.2.12/include/scsi/scsi.h -usr/src/linux-2.2.12/include/scsi/scsi_ioctl.h -usr/src/linux-2.2.12/include/scsi/scsicam.h -usr/src/linux-2.2.12/include/scsi/sg.h -usr/src/linux-2.2.12/include/video/fbcon-afb.h -usr/src/linux-2.2.12/include/video/fbcon-cfb16.h -usr/src/linux-2.2.12/include/video/fbcon-cfb2.h -usr/src/linux-2.2.12/include/video/fbcon-cfb24.h -usr/src/linux-2.2.12/include/video/fbcon-cfb32.h -usr/src/linux-2.2.12/include/video/fbcon-cfb4.h -usr/src/linux-2.2.12/include/video/fbcon-cfb8.h -usr/src/linux-2.2.12/include/video/fbcon-ilbm.h -usr/src/linux-2.2.12/include/video/fbcon-iplan2p2.h -usr/src/linux-2.2.12/include/video/fbcon-iplan2p4.h -usr/src/linux-2.2.12/include/video/fbcon-iplan2p8.h -usr/src/linux-2.2.12/include/video/fbcon-mac.h -usr/src/linux-2.2.12/include/video/fbcon-mfb.h -usr/src/linux-2.2.12/include/video/fbcon-vga-planes.h -usr/src/linux-2.2.12/include/video/fbcon-vga.h -usr/src/linux-2.2.12/include/video/fbcon.h -usr/src/linux-2.2.12/include/video/font.h -usr/src/linux-2.2.12/include/video/macmodes.h -usr/src/linux-2.2.12/include/video/s3blit.h -usr/src/linux-2.2.12/include/video/sbusfb.h -@exec ln -sf ../X11R6/include/X11 %D/usr/include/X11 -@unexec rm %D/usr/include/X11 -@exec ln -sf ../src/linux/include/asm %D/usr/include/asm -@unexec rm %D/usr/include/asm -@exec ln -sf ../src/linux/include/linux %D/usr/include/linux -@unexec rm %D/usr/include/linux -@exec ln -sf linux-2.2.12 %D/usr/src/linux -@unexec rm %D/usr/src/linux -@exec ln -sf asm-i386 %D/usr/src/linux-2.2.12/include/asm -@unexec rm %D/usr/src/linux-2.2.12/include/asm -@exec mkdir -p %D/usr/i386-redhat-linux/include -@dirrm usr/src/linux-2.2.12/include/video -@dirrm usr/src/linux-2.2.12/include/scsi -@dirrm usr/src/linux-2.2.12/include/net/irda -@dirrm usr/src/linux-2.2.12/include/net -@dirrm usr/src/linux-2.2.12/include/linux/sunrpc -@dirrm usr/src/linux-2.2.12/include/linux/raid -@dirrm usr/src/linux-2.2.12/include/linux/nfsd -@dirrm usr/src/linux-2.2.12/include/linux/modules-up -@dirrm usr/src/linux-2.2.12/include/linux/modules-smp -@dirrm usr/src/linux-2.2.12/include/linux/modules-BOOT -@dirrm usr/src/linux-2.2.12/include/linux/modules -@dirrm usr/src/linux-2.2.12/include/linux/lockd -@dirrm usr/src/linux-2.2.12/include/linux/byteorder -@dirrm usr/src/linux-2.2.12/include/linux -@dirrm usr/src/linux-2.2.12/include/asm-i386 -@dirrm usr/src/linux-2.2.12/include/asm-generic -@dirrm usr/src/linux-2.2.12/include -@dirrm usr/src/linux-2.2.12 -@dirrm usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include -@dirrm usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66 -@dirrm usr/lib/gcc-lib/i386-redhat-linux -@dirrm usr/include/sys -@dirrm usr/include/scsi -@dirrm usr/include/rpcsvc -@dirrm usr/include/rpc -@dirrm usr/include/protocols -@dirrm usr/include/nfs -@dirrm usr/include/netrose -@dirrm usr/include/netrom -@dirrm usr/include/netpacket -@dirrm usr/include/netipx -@dirrm usr/include/netinet -@dirrm usr/include/neteconet -@dirrm usr/include/netax25 -@dirrm usr/include/netatalk -@dirrm usr/include/netash -@dirrm usr/include/net -@dirrm usr/include/gnu -@dirrm usr/include/g++-2/std -@dirrm usr/include/g++-2 -@dirrm usr/include/db1 -@dirrm usr/include/bits -@dirrm usr/include/arpa -@dirrm usr/i386-redhat-linux/lib -@dirrm usr/i386-redhat-linux/include -@dirrm usr/i386-redhat-linux -@dirrm usr/doc/make-3.77 -@dirrm usr/doc/egcs-1.1.2 -@dirrm usr/X11R6/man/man3 -@dirrm usr/X11R6/man/man1 -@dirrm usr/X11R6/lib/X11/config -@dirrm usr/X11R6/lib/X11 -@dirrm usr/X11R6/include/X11/fonts -@dirrm usr/X11R6/include/X11/extensions -@dirrm usr/X11R6/include/X11/bitmaps -@dirrm usr/X11R6/include/X11/Xmu -@dirrm usr/X11R6/include/X11/Xaw -@dirrm usr/X11R6/include/X11/SM -@dirrm usr/X11R6/include/X11/PM -@dirrm usr/X11R6/include/X11/PEX5 -@dirrm usr/X11R6/include/X11/ICE -@dirrm usr/X11R6/include/X11 diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile deleted file mode 100644 index cfcea6f..0000000 --- a/devel/linux_devtools-7/Makefile +++ /dev/null @@ -1,139 +0,0 @@ -# New ports collection makefile for: linux_devtools -# Date created: Oct 3, 2001 -# Whom: marcel@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= linux_devtools -PORTVERSION= 7.1 -PORTREVISION= 3 -CATEGORIES= devel emulators linux -MASTER_SITES= ${MASTER_SITE_REDHAT_LINUX} -MASTER_SITE_SUBDIR= ${PORTVERSION}/${LANG}/os/${ARCH}/RedHat/RPMS -DISTFILES= ${RPM_MAKE} \ - binutils-2.10.91.0.2-3.${MACHINE_ARCH}.rpm \ - ${RPM_GDB} -EXTRACT_ONLY= - -PATCH_SITES= ${MASTER_SITE_REDHAT_LINUX} -PATCH_SITE_SUBDIR= updates/${PORTVERSION}/${LANG}/os/${ARCH} -PATCHFILES= ${UPDATES} - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Packages needed for doing development in Linux mode - -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm - -BROKEN= "Incomplete pkg-plist" -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE= 2005-09-22 - -ONLY_FOR_ARCHS= alpha i386 -NO_LATEST_LINK= yes - -USE_LINUX= 7 -DIST_SUBDIR= rpm -PREFIX= ${LINUXBASE} -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes -PLIST= ${WRKDIR}/plist -RESTRICTED= "binaries under GNU GPL without accompanying source" -MD5_FILE= ${MASTERDIR}/distinfo.${ARCH} - -# Let's avoid hardcoding 'en' as the language. -LANG= en - -.include <bsd.port.pre.mk> - -.if (${ARCH} == "alpha") -PATCH_SITES= \ - ftp://ftp2.compaq.com/pub/linux/RedHat/7.2-alpha/updates/rpms/alpha/ \ - ftp://alpha.crl.dec.com/pub/linux/redhat/7.2-alpha/updates/rpms/alpha/ -PORTREVISION= 2 -.endif - -.if (${ARCH} == "i386") -RPM_GDB= gdb-5.0rh-5.i386.rpm -RPM_MAKE= make-3.79.1-5.i386.rpm -UPDATES= XFree86-devel-4.1.0-50.i386.rpm \ - glibc-devel-2.2.4-33.i386.rpm \ - cpp-2.96-112.7.1.i386.rpm \ - gcc-2.96-112.7.1.i386.rpm \ - gcc-c++-2.96-112.7.1.i386.rpm \ - gcc-g77-2.96-112.7.1.i386.rpm \ - libstdc++-devel-2.96-112.7.1.i386.rpm \ - kernel-headers-2.4.9-34.i386.rpm -.else -RPM_GDB= gdb-5.0rh-9.alpha.rpm -RPM_MAKE= make-3.79.1-6.alpha.rpm -UPDATES= XFree86-devel-4.1.0-29.4hp.alpha.rpm \ - glibc-devel-2.2.4-32.1.alpha.rpm \ - cpp-2.96-112.7.2.1hp.alpha.rpm \ - gcc-2.96-112.7.2.1hp.alpha.rpm \ - gcc-c++-2.96-112.7.2.1hp.alpha.rpm \ - gcc-g77-2.96-112.7.2.1hp.alpha.rpm \ - kernel-source-2.4.18-27.7.x.hp.alpha.rpm \ - libstdc++-devel-2.96-112.7.2.1hp.alpha.rpm -.endif - -DBPATH= /var/lib/rpm -RPM= LC_ALL=C rpm -RPMFLAGS= --root ${LINUXBASE} --dbpath ${DBPATH} --nodeps \ - --replacepkgs --ignoreos -RPMDIR= ${DISTDIR}/${DIST_SUBDIR} - -REMOVE_DIRS= dev tmp var/tmp -REMOVE_FILES= - -do-patch: - @${DO_NADA} - -pre-install: - @${RM} -rf ${WRKSRC}/tmp - @${MKDIR} ${WRKSRC}/tmp -.for ii in ${DISTFILES} ${PATCHFILES} - cd ${WRKSRC}/tmp; rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${ii} | ${CPIO} -id -.endfor - cd ${WRKSRC}/tmp; ${FIND} * -type f -o -type l > ${PLIST} -.if (${ARCH} == "i386") - ${ECHO_CMD} boot/kernel.h >> ${PLIST} -.endif - cd ${WRKSRC}/tmp; ${FIND} -d * -type d | ${GREP} -vE "man|locale" | \ - ${GREP} -vE "(bin$$|doc$$|info$$|hare$$|src$$|usr$$)" | \ - ${GREP} -vE "(lib/X11$$|usr/include$$|X11R6/include$$)" | \ - ${GREP} -vE "(usr/lib$$|gcc-lib$$|X11R6/lib$$|X11R6$$)" | \ - ${SED} -e 's:^:@dirrm :' |grep -v "dirrm lib" >> ${PLIST} - @${RM} -rf ${WRKSRC}/tmp - -do-install: - @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - @${MKDIR} ${LINUXBASE}/tmp - @${MKDIR} ${LINUXBASE}/var/tmp - @${MKDIR} ${LINUXBASE}/dev - @${RM} -f ${LINUXBASE}/dev/null - @mknod ${LINUXBASE}/dev/null c 2 2 - @${CHMOD} 666 ${LINUXBASE}/dev/null -# -# Install all packages. - @for R in ${DISTFILES}; do \ - ${ECHO_MSG} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done -# -# Install updates - @for R in ${PATCHFILES}; do \ - ${ECHO_MSG} $$R; \ - ${RPM} -U ${RPMFLAGS} ${RPMDIR}/$$R; \ - done -# -# Finish - @for D in ${REMOVE_DIRS}; do \ - ${RM} -rf ${LINUXBASE}/$$D; \ - done - @for F in ${REMOVE_FILES}; do \ - ${RM} ${LINUXBASE}/$$F; \ - done - -.include <bsd.port.post.mk> diff --git a/devel/linux_devtools-7/distinfo.alpha b/devel/linux_devtools-7/distinfo.alpha deleted file mode 100644 index 6649ea98..0000000 --- a/devel/linux_devtools-7/distinfo.alpha +++ /dev/null @@ -1,23 +0,0 @@ -$FreeBSD$ -MD5 (rpm/XFree86-devel-4.1.0-29.4hp.alpha.rpm) = c9250568af64fedbe8e2bf7f46efcdc0 -SIZE (rpm/XFree86-devel-4.1.0-29.4hp.alpha.rpm) = 4665719 -MD5 (rpm/binutils-2.10.91.0.2-3.alpha.rpm) = a5a96ad05136eda795bea9fb3a1f41d0 -SIZE (rpm/binutils-2.10.91.0.2-3.alpha.rpm) = 2240355 -MD5 (rpm/cpp-2.96-112.7.2.1hp.alpha.rpm) = 959ffb83586811b00520a6d944f44272 -SIZE (rpm/cpp-2.96-112.7.2.1hp.alpha.rpm) = 236962 -MD5 (rpm/gcc-2.96-112.7.2.1hp.alpha.rpm) = 6cbccae88f6f47329be71db80b3c7305 -SIZE (rpm/gcc-2.96-112.7.2.1hp.alpha.rpm) = 3100904 -MD5 (rpm/gcc-c++-2.96-112.7.2.1hp.alpha.rpm) = 2d12602af277f97e20f4fd4fe98b52c6 -SIZE (rpm/gcc-c++-2.96-112.7.2.1hp.alpha.rpm) = 1948957 -MD5 (rpm/gcc-g77-2.96-112.7.2.1hp.alpha.rpm) = 7f7357d8face086cf78e715f3da310da -SIZE (rpm/gcc-g77-2.96-112.7.2.1hp.alpha.rpm) = 1883679 -MD5 (rpm/gdb-5.0rh-9.alpha.rpm) = a42c5239e1d81505fc95e171b1c99e2a -SIZE (rpm/gdb-5.0rh-9.alpha.rpm) = 1362086 -MD5 (rpm/glibc-devel-2.2.4-32.1.alpha.rpm) = 1a293047e16063faabed556124220964 -SIZE (rpm/glibc-devel-2.2.4-32.1.alpha.rpm) = 8921379 -MD5 (rpm/kernel-source-2.4.18-27.7.x.hp.alpha.rpm) = 4ac385b9436fb015512ed096142f44e7 -SIZE (rpm/kernel-source-2.4.18-27.7.x.hp.alpha.rpm) = 28806458 -MD5 (rpm/libstdc++-devel-2.96-112.7.2.1hp.alpha.rpm) = ad8909958fb198b707231bb2eb0f5699 -SIZE (rpm/libstdc++-devel-2.96-112.7.2.1hp.alpha.rpm) = 394658 -MD5 (rpm/make-3.79.1-6.alpha.rpm) = 2649a26555927b868fef3888ffb0ac83 -SIZE (rpm/make-3.79.1-6.alpha.rpm) = 368859 diff --git a/devel/linux_devtools-7/distinfo.i386 b/devel/linux_devtools-7/distinfo.i386 deleted file mode 100644 index 4dd751c..0000000 --- a/devel/linux_devtools-7/distinfo.i386 +++ /dev/null @@ -1,22 +0,0 @@ -MD5 (rpm/XFree86-devel-4.1.0-50.i386.rpm) = 514a2e738887b93cbb3aacdf17917165 -SIZE (rpm/XFree86-devel-4.1.0-50.i386.rpm) = 3900157 -MD5 (rpm/binutils-2.10.91.0.2-3.i386.rpm) = 2f8794bd587030f32abd10aa2f902dc7 -SIZE (rpm/binutils-2.10.91.0.2-3.i386.rpm) = 1834927 -MD5 (rpm/cpp-2.96-112.7.1.i386.rpm) = 1a9fc653d20f4c1d97f65e355f812c53 -SIZE (rpm/cpp-2.96-112.7.1.i386.rpm) = 200155 -MD5 (rpm/gcc-2.96-112.7.1.i386.rpm) = 5b4eaefbaf5ebf1fcaaf8e20f0ebd906 -SIZE (rpm/gcc-2.96-112.7.1.i386.rpm) = 3011047 -MD5 (rpm/gcc-c++-2.96-112.7.1.i386.rpm) = 8dd7e342a842acaf797faf687e94b8fc -SIZE (rpm/gcc-c++-2.96-112.7.1.i386.rpm) = 1844717 -MD5 (rpm/gcc-g77-2.96-112.7.1.i386.rpm) = 502125b03e4cb74ec7734bfe04702211 -SIZE (rpm/gcc-g77-2.96-112.7.1.i386.rpm) = 1774968 -MD5 (rpm/gdb-5.0rh-5.i386.rpm) = b6fc88590a71647c404418bc5ad93a1b -SIZE (rpm/gdb-5.0rh-5.i386.rpm) = 1142916 -MD5 (rpm/glibc-devel-2.2.4-33.i386.rpm) = 9848447715453548af83418087deccd4 -SIZE (rpm/glibc-devel-2.2.4-33.i386.rpm) = 10215871 -MD5 (rpm/kernel-headers-2.4.9-34.i386.rpm) = e4420d3dd6d778b38051067af3298108 -SIZE (rpm/kernel-headers-2.4.9-34.i386.rpm) = 1153405 -MD5 (rpm/libstdc++-devel-2.96-112.7.1.i386.rpm) = f82c2fc2f503dc70a34dc8381fbaeaf4 -SIZE (rpm/libstdc++-devel-2.96-112.7.1.i386.rpm) = 361254 -MD5 (rpm/make-3.79.1-5.i386.rpm) = c1ba38e09ea527f2518fa2a2f948d7f3 -SIZE (rpm/make-3.79.1-5.i386.rpm) = 303409 diff --git a/devel/linux_devtools-7/pkg-descr b/devel/linux_devtools-7/pkg-descr deleted file mode 100644 index 0a4fb90..0000000 --- a/devel/linux_devtools-7/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The linux_devtools port contains a selection of packages necessary -for doing development in Linux mode. - -- Marcel -marcel@FreeBSD.org diff --git a/devel/linux_devtools-7/pkg-install b/devel/linux_devtools-7/pkg-install deleted file mode 100644 index 6ee794c..0000000 --- a/devel/linux_devtools-7/pkg-install +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# an installation script for linux_devtools - -case "$2" in -PRE-INSTALL) - if [ -z "`kldstat -v | grep -E 'linux(aout|elf)'`" ]; then - echo 'Linux mode is not enabled.' - echo 'Loading linux kernel module now...' - if ! kldload linux; then - echo 'The linux kernel module could not be loaded.' - echo 'Please enable linux mode manually and retry.' - exit 1 - fi - fi - ;; -esac - -exit 0 diff --git a/devel/m6811-gcc/Makefile b/devel/m6811-gcc/Makefile deleted file mode 100644 index 4355dc4..0000000 --- a/devel/m6811-gcc/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: m6811-gcc -# Date created: Thu Sep 14 11:10:01 CDT 1995 -# Whom: erich@FreeBSD.org, jake@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= gcc -PORTVERSION= 2.95.3 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= gcc -PKGNAMEPREFIX= m6811- - -PATCH_SITES= http://stephane.carrez.free.fr/snapshots/ -PATCHFILES= ${PORTNAME}-${PORTVERSION}-m68hc1x-20010922.diffs.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The gcc-2.95.2 cross-compiler for the 6811 - -BUILD_DEPENDS= ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils - -BROKEN= "Incorrect pkg-plist (removes files not installed by this port)" -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -# Configuration alpha-unknown-freebsdelf not supported -# Configuration sparc64-unknown-freebsdelf not supported -# compilation stops with intermal compiler errors. -ONLY_FOR_ARCHS= i386 -MANUAL_PACKAGE_BUILD= Path problem to autoheader on bento - -WANT_AUTOCONF_VER=253 -USE_GMAKE= yes -HAS_CONFIGURE= yes -.if defined(_CPUCFLAGS) && !empty(_CPUCFLAGS) -CFLAGS:= ${CFLAGS:S/${_CPUCFLAGS}//g} -.endif -PLIST_SUB= GCC_VER=${PORTVERSION} -BREAKS_IF_PEDANTIC= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ - --program-prefix=m6811-elf- - -MAN1= m6811-elf-g++.1 m6811-elf-g77.1 m6811-elf-gcc.1 cccp.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -post-patch: - @${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.sed - ${SED} -e "s/TARGET_CONFIGDIRS = libiberty/TARGET_CONFIGDIRS =/" \ - ${WRKSRC}/Makefile.in.sed > ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> diff --git a/devel/m6811-gcc/distinfo b/devel/m6811-gcc/distinfo deleted file mode 100644 index 6c6d0f6..0000000 --- a/devel/m6811-gcc/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (gcc-2.95.3.tar.gz) = f3ad4f32c2296fad758ed051b5ac8e28 -SIZE (gcc-2.95.3.tar.gz) = 12911721 -MD5 (gcc-2.95.3-m68hc1x-20010922.diffs.gz) = f1ed9105a92818c4d0c4686317bc79e7 -SIZE (gcc-2.95.3-m68hc1x-20010922.diffs.gz) = 143313 diff --git a/devel/m6811-gcc/files/patch-gcc-Makefile.in b/devel/m6811-gcc/files/patch-gcc-Makefile.in deleted file mode 100644 index d52ec14..0000000 --- a/devel/m6811-gcc/files/patch-gcc-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- gcc/Makefile.in.orig Thu Jan 25 14:02:58 2001 -+++ gcc/Makefile.in Wed Jul 7 20:48:46 2004 -@@ -805,3 +805,3 @@ - $(srcdir)/configure: $(srcdir)/configure.in -- cd $(srcdir); autoconf -+ cd $(srcdir); autoconf253 - -@@ -818,3 +818,3 @@ - $(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h -- cd $(srcdir) && autoheader -+ cd $(srcdir) && autoheader253 - @rm -f $(srcdir)/cstamp-h.in diff --git a/devel/m6811-gcc/files/patch-gcc-ch-loop.c b/devel/m6811-gcc/files/patch-gcc-ch-loop.c deleted file mode 100644 index e446197..0000000 --- a/devel/m6811-gcc/files/patch-gcc-ch-loop.c +++ /dev/null @@ -1,13 +0,0 @@ ---- gcc/ch/loop.c.orig Mon Jan 11 14:17:29 1999 -+++ gcc/ch/loop.c Mon Aug 25 18:56:36 2003 -@@ -318,8 +318,8 @@ - (associated with all iterators). - - NOTE: Z.200, section 10.1 says that a block is ... -- "the actions statement list in a do action, including any -- loop counter and while control". This means that an exp- -+ ;the actions statement list in a do action, including any -+ loop counter and while control;. This means that an exp- - ression in a WHILE control can include references to the - loop counters created for the loop''s exclusive use. - Example: diff --git a/devel/m6811-gcc/files/patch-libiberty-strerror.c b/devel/m6811-gcc/files/patch-libiberty-strerror.c deleted file mode 100644 index e653245..0000000 --- a/devel/m6811-gcc/files/patch-libiberty-strerror.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libiberty/strerror.c.orig Mon May 29 13:45:32 2000 -+++ libiberty/strerror.c Wed Dec 11 21:03:00 2002 -@@ -465,8 +465,8 @@ - - #else - --extern int sys_nerr; --extern char *sys_errlist[]; -+extern const int sys_nerr; -+extern const char *sys_errlist[]; - - #endif - diff --git a/devel/m6811-gcc/files/patch-libiberty-strsignal.c b/devel/m6811-gcc/files/patch-libiberty-strsignal.c deleted file mode 100644 index fa635ba..0000000 --- a/devel/m6811-gcc/files/patch-libiberty-strsignal.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libiberty/strsignal.c.orig Mon May 29 13:45:32 2000 -+++ libiberty/strsignal.c Wed Dec 11 21:04:43 2002 -@@ -247,7 +247,7 @@ - #else - - #ifdef NSIG --static int sys_nsig = NSIG; -+static const int sys_nsig = NSIG; - #else - #ifdef _NSIG - static int sys_nsig = _NSIG; diff --git a/devel/m6811-gcc/pkg-descr b/devel/m6811-gcc/pkg-descr deleted file mode 100644 index c24420a..0000000 --- a/devel/m6811-gcc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is a 6811 cross compiler for FreeBSD. - -The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is -based on an old port of GCC for 68HC11 made by Otto Lind. However, it was -intensively modified to generate smaller and faster code. It was enhanced -to support 32-bits and 64-bits integers. The support for IEEE floating point -numbers (32 and 64-bits) is also provided. Source level debugging is available -with DWARF-2 debugging format. - -WWW: http://www.gnu-m68hc11.org/ diff --git a/devel/m6811-gcc/pkg-plist b/devel/m6811-gcc/pkg-plist deleted file mode 100644 index b4efca0..0000000 --- a/devel/m6811-gcc/pkg-plist +++ /dev/null @@ -1,156 +0,0 @@ -bin/m6811-elf-c++ -bin/m6811-elf-c++filt -bin/m6811-elf-chill -bin/m6811-elf-g++ -bin/m6811-elf-g77 -bin/m6811-elf-gcj -bin/gcjh -bin/jv-scan -bin/jcf-dump -bin/m6811-elf-protoize -bin/m6811-elf-unprotoize -bin/gcov -bin/cpp -bin/m6811-elf-gcc -@unexec install-info --delete %D/info/g77.info %D/info/dir -@unexec install-info --delete %D/info/cpp.info %D/info/dir -@unexec install-info --delete %D/info/gcc.info %D/info/dir -info/chill.info -info/g77.info -info/g77.info-1 -info/g77.info-10 -info/g77.info-11 -info/g77.info-12 -info/g77.info-13 -info/g77.info-14 -info/g77.info-15 -info/g77.info-16 -info/g77.info-17 -info/g77.info-18 -info/g77.info-19 -info/g77.info-2 -info/g77.info-20 -info/g77.info-21 -info/g77.info-3 -info/g77.info-4 -info/g77.info-5 -info/g77.info-6 -info/g77.info-7 -info/g77.info-8 -info/g77.info-9 -info/cpp.info -info/cpp.info-1 -info/cpp.info-2 -info/cpp.info-3 -info/gcc.info -info/gcc.info-1 -info/gcc.info-10 -info/gcc.info-11 -info/gcc.info-12 -info/gcc.info-13 -info/gcc.info-14 -info/gcc.info-15 -info/gcc.info-16 -info/gcc.info-17 -info/gcc.info-18 -info/gcc.info-19 -info/gcc.info-2 -info/gcc.info-20 -info/gcc.info-21 -info/gcc.info-22 -info/gcc.info-23 -info/gcc.info-24 -info/gcc.info-25 -info/gcc.info-26 -info/gcc.info-27 -info/gcc.info-28 -info/gcc.info-29 -info/gcc.info-3 -info/gcc.info-30 -info/gcc.info-4 -info/gcc.info-5 -info/gcc.info-6 -info/gcc.info-7 -info/gcc.info-8 -info/gcc.info-9 -@exec install-info %D/info/g77.info %D/info/dir -@exec install-info %D/info/cpp.info %D/info/dir -@exec install-info %D/info/gcc.info %D/info/dir -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/assert.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/syslimits.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/stdarg.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/stddef.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/varargs.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-alpha.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-h8300.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-i860.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-i960.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-mips.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-m88k.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-mn10200.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-mn10300.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-pa.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-pyr.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-sparc.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-clipper.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-spur.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-m32r.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-sh.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-v850.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-arc.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/iso646.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-ppc.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-m68hc11.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/va-c4x.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/typeinfo -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/exception -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/new -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/new.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/proto.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/stdbool.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/limits.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/float.h -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/README -lib/gcc-lib/m6811-elf/%%GCC_VER%%/include/fixed -lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1 -lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1chill -lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1plus -lib/gcc-lib/m6811-elf/%%GCC_VER%%/f771 -lib/gcc-lib/m6811-elf/%%GCC_VER%%/jc1 -lib/gcc-lib/m6811-elf/%%GCC_VER%%/jvgenmain -lib/gcc-lib/m6811-elf/%%GCC_VER%%/cc1obj -lib/gcc-lib/m6811-elf/%%GCC_VER%%/collect2 -lib/gcc-lib/m6811-elf/%%GCC_VER%%/specs -lib/gcc-lib/m6811-elf/%%GCC_VER%%/SYSCALLS.c.X -lib/gcc-lib/m6811-elf/%%GCC_VER%%/cpp0 -lib/gcc-lib/m6811-elf/%%GCC_VER%%/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/crt1.o -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/fshort-double/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/fshort-double/crt1.o -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/crt1.o -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/crt1.o -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/fshort-double/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/fshort-double/crt1.o -lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/fshort-double/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/fshort-double/crt1.o -lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/crt1.o -lib/gcc-lib/m6811-elf/%%GCC_VER%%/fshort-double/libgcc.a -lib/gcc-lib/m6811-elf/%%GCC_VER%%/fshort-double/crt1.o -lib/libiberty.a -m6811-elf/bin/gcc -m6811-elf/include/assert.h -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort/fshort-double -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/fshort-double -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12/mshort -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/m68hc12 -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort/fshort-double -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/fshort-double -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/mshort -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%%/include -@dirrm lib/gcc-lib/m6811-elf/%%GCC_VER%% -@dirrm lib/gcc-lib/m6811-elf -@dirrm lib/gcc-lib -@dirrm m6811-elf/include diff --git a/devel/zendstudio/Makefile b/devel/zendstudio/Makefile deleted file mode 100644 index 963c0d4..0000000 --- a/devel/zendstudio/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# Ports collection makefile for: ZendStudio -# Date created: 24 February 2004 -# Whom: Gerrit Beine (<tux@pinguru.net>) -# -# $FreeBSD$ -# - -PORTNAME= ZendStudio -PORTVERSION= 3.5.2 -PORTREVISION= 2 -CATEGORIES= devel -DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} -MASTER_SITES= http://www.zend.com/store/products/zend-studio.php -MAINTAINER= tux@pinguru.net -COMMENT= A PHP IDE - -NO_BUILD= yes -RESTRICTED= "Redistribution is not permitted" -NO_PACKAGES= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} -USE_LINUX= yes -USE_X_PREFIX= yes - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -#ECHO_MSG=/usr/bin/printf -IGNORE= :\n\ -Because of licensing restrictions, you must fetch the distribution manually.\n\ -Please visit ${MASTER_SITES}\n\ -and follow the \"Free Evaluation\" link.\n\ -You have to register for using ZendStudio.\n\ -After downloading the Client-package \"Linux glibc2.1\", place it into ${DISTDIR}.\n -.endif - -pre-install: - @if [ "`/sbin/mount | ${GREP} ^linprocfs`" = "" ]; \ - then \ - ${ECHO_MSG} "For installing and running ZendStudio " ; \ - ${ECHO_MSG} "you have to have LINPROCFS mounted before" ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "You may do it by following set of commands:" ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "# kldload linprocfs" ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "and" ; \ - ${ECHO_MSG} "" ; \ - ${ECHO_MSG} "# mount_linprocfs linproc /compat/linux/proc" ; \ - ${ECHO_MSG} "" ; \ - exit 1 ; \ - fi - -do-install: - ${WRKSRC}/${DISTNAME}.bin - -post-install: - ${LN} -s ${PREFIX}/Zend/bin/ZDE ${PREFIX}/bin/ZDE -# This is missing a "${BRANDELF} -t Linux <executables>" - -.include <bsd.port.post.mk> diff --git a/devel/zendstudio/distinfo b/devel/zendstudio/distinfo deleted file mode 100644 index a10c5f4..0000000 --- a/devel/zendstudio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ZendStudio-3_5_2.tar.gz) = c1f3c3557cea704e52b254ab581b7461 -SIZE (ZendStudio-3_5_2.tar.gz) = 41795277 diff --git a/devel/zendstudio/pkg-descr b/devel/zendstudio/pkg-descr deleted file mode 100644 index b7c9a00..0000000 --- a/devel/zendstudio/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -A very useful PHP IDE with many great features. - -Even if the main application is written in Java you need -the linprocfs mounted to make Zend Studio running stable. - -WWW: http://www.zend.com/store/products/zend-studio.php diff --git a/devel/zendstudio/pkg-plist b/devel/zendstudio/pkg-plist deleted file mode 100644 index 03ef8f4..0000000 --- a/devel/zendstudio/pkg-plist +++ /dev/null @@ -1,1211 +0,0 @@ -bin/ZDE -Zend/jre/bin/java -Zend/jre/bin/ControlPanel -Zend/jre/bin/java_vm -Zend/jre/bin/keytool -Zend/jre/bin/policytool -Zend/jre/bin/kinit -Zend/jre/bin/klist -Zend/jre/bin/ktab -Zend/jre/bin/rmiregistry -Zend/jre/bin/rmid -Zend/jre/bin/orbd -Zend/jre/bin/servertool -Zend/jre/bin/tnameserv -Zend/jre/lib/i386/native_threads/libhpi.so -Zend/jre/lib/i386/server/libjvm.so -Zend/jre/lib/i386/server/Xusage.txt -Zend/jre/lib/i386/server/libjsig.so -Zend/jre/lib/i386/client/libjvm.so -Zend/jre/lib/i386/client/Xusage.txt -Zend/jre/lib/i386/client/libjsig.so -Zend/jre/lib/i386/libnative_chmod.so -Zend/jre/lib/i386/libjavaplugin_jni.so -Zend/jre/lib/i386/libjsig.so -Zend/jre/lib/i386/libverify.so -Zend/jre/lib/i386/libjava.so -Zend/jre/lib/i386/jvm.cfg -Zend/jre/lib/i386/libzip.so -Zend/jre/lib/i386/libhprof.so -Zend/jre/lib/i386/libjcov.so -Zend/jre/lib/i386/libnet.so -Zend/jre/lib/i386/libnio.so -Zend/jre/lib/i386/libjsound.so -Zend/jre/lib/i386/libjsoundalsa.so -Zend/jre/lib/i386/libmlib_image.so -Zend/jre/lib/i386/libawt.so -Zend/jre/lib/i386/awt_robot -Zend/jre/lib/i386/libdcpr.so -Zend/jre/lib/i386/libfontmanager.so -Zend/jre/lib/i386/libjpeg.so -Zend/jre/lib/i386/libcmm.so -Zend/jre/lib/i386/libioser12.so -Zend/jre/lib/i386/librmi.so -Zend/jre/lib/i386/libJdbcOdbc.so -Zend/jre/lib/i386/libjawt.so -Zend/jre/lib/i386/libjaas_unix.so -Zend/jre/lib/i386/libjdwp.so -Zend/jre/lib/i386/libdt_socket.so -Zend/jre/lib/ext/sunjce_provider.jar -Zend/jre/lib/ext/dnsns.jar -Zend/jre/lib/ext/ldapsec.jar -Zend/jre/lib/ext/localedata.jar -Zend/jre/lib/sunrsasign.jar -Zend/jre/lib/jce.jar -Zend/jre/lib/security/US_export_policy.jar -Zend/jre/lib/security/local_policy.jar -Zend/jre/lib/security/java.security -Zend/jre/lib/security/java.policy -Zend/jre/lib/security/cacerts -Zend/jre/lib/fonts/LucidaTypewriterRegular.ttf -Zend/jre/lib/fonts/LucidaTypewriterBold.ttf -Zend/jre/lib/fonts/LucidaBrightRegular.ttf -Zend/jre/lib/fonts/LucidaBrightDemiBold.ttf -Zend/jre/lib/fonts/LucidaBrightItalic.ttf -Zend/jre/lib/fonts/LucidaBrightDemiItalic.ttf -Zend/jre/lib/fonts/LucidaSansRegular.ttf -Zend/jre/lib/fonts/LucidaSansDemiBold.ttf -Zend/jre/lib/fonts/LucidaTypewriterOblique.ttf -Zend/jre/lib/fonts/LucidaTypewriterBoldOblique.ttf -Zend/jre/lib/fonts/LucidaSansOblique.ttf -Zend/jre/lib/fonts/LucidaSansDemiOblique.ttf -Zend/jre/lib/fonts/fonts.dir -Zend/jre/lib/content-types.properties -Zend/jre/lib/jvm.hprof.txt -Zend/jre/lib/jvm.jcov.txt -Zend/jre/lib/flavormap.properties -Zend/jre/lib/images/cursors/cursors.properties -Zend/jre/lib/images/cursors/motif_CopyDrop32x32.gif -Zend/jre/lib/images/cursors/motif_MoveDrop32x32.gif -Zend/jre/lib/images/cursors/motif_LinkDrop32x32.gif -Zend/jre/lib/images/cursors/motif_CopyNoDrop32x32.gif -Zend/jre/lib/images/cursors/motif_MoveNoDrop32x32.gif -Zend/jre/lib/images/cursors/motif_LinkNoDrop32x32.gif -Zend/jre/lib/images/cursors/invalid32x32.gif -Zend/jre/lib/logging.properties -Zend/jre/lib/psfontj2d.properties -Zend/jre/lib/psfont.properties.ja -Zend/jre/lib/audio/soundbank.gm -Zend/jre/lib/locale/de/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/es/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/fr/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/it/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/ja/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/ko/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/ko.UTF-8/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/sv/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/zh/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/zh.GBK/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/zh_TW/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES/sunw_java_plugin.mo -Zend/jre/lib/jsse.jar -Zend/jre/lib/zi/Africa/Lusaka -Zend/jre/lib/zi/Africa/Timbuktu -Zend/jre/lib/zi/Africa/Bujumbura -Zend/jre/lib/zi/Africa/Sao_Tome -Zend/jre/lib/zi/Africa/Djibouti -Zend/jre/lib/zi/Africa/El_Aaiun -Zend/jre/lib/zi/Africa/Kampala -Zend/jre/lib/zi/Africa/Gaborone -Zend/jre/lib/zi/Africa/Mogadishu -Zend/jre/lib/zi/Africa/Ndjamena -Zend/jre/lib/zi/Africa/Libreville -Zend/jre/lib/zi/Africa/Nairobi -Zend/jre/lib/zi/Africa/Abidjan -Zend/jre/lib/zi/Africa/Tunis -Zend/jre/lib/zi/Africa/Harare -Zend/jre/lib/zi/Africa/Addis_Ababa -Zend/jre/lib/zi/Africa/Algiers -Zend/jre/lib/zi/Africa/Cairo -Zend/jre/lib/zi/Africa/Porto-Novo -Zend/jre/lib/zi/Africa/Lubumbashi -Zend/jre/lib/zi/Africa/Mbabane -Zend/jre/lib/zi/Africa/Ouagadougou -Zend/jre/lib/zi/Africa/Kinshasa -Zend/jre/lib/zi/Africa/Niamey -Zend/jre/lib/zi/Africa/Lome -Zend/jre/lib/zi/Africa/Lagos -Zend/jre/lib/zi/Africa/Bissau -Zend/jre/lib/zi/Africa/Brazzaville -Zend/jre/lib/zi/Africa/Blantyre -Zend/jre/lib/zi/Africa/Tripoli -Zend/jre/lib/zi/Africa/Dar_es_Salaam -Zend/jre/lib/zi/Africa/Douala -Zend/jre/lib/zi/Africa/Banjul -Zend/jre/lib/zi/Africa/Dakar -Zend/jre/lib/zi/Africa/Khartoum -Zend/jre/lib/zi/Africa/Bangui -Zend/jre/lib/zi/Africa/Kigali -Zend/jre/lib/zi/Africa/Windhoek -Zend/jre/lib/zi/Africa/Johannesburg -Zend/jre/lib/zi/Africa/Asmera -Zend/jre/lib/zi/Africa/Casablanca -Zend/jre/lib/zi/Africa/Nouakchott -Zend/jre/lib/zi/Africa/Malabo -Zend/jre/lib/zi/Africa/Conakry -Zend/jre/lib/zi/Africa/Accra -Zend/jre/lib/zi/Africa/Freetown -Zend/jre/lib/zi/Africa/Maputo -Zend/jre/lib/zi/Africa/Luanda -Zend/jre/lib/zi/Africa/Bamako -Zend/jre/lib/zi/Africa/Maseru -Zend/jre/lib/zi/Africa/Monrovia -Zend/jre/lib/zi/Africa/Ceuta -Zend/jre/lib/zi/America/Scoresbysund -Zend/jre/lib/zi/America/Danmarkshavn -Zend/jre/lib/zi/America/Godthab -Zend/jre/lib/zi/America/Thule -Zend/jre/lib/zi/America/St_Kitts -Zend/jre/lib/zi/America/Los_Angeles -Zend/jre/lib/zi/America/Barbados -Zend/jre/lib/zi/America/Nassau -Zend/jre/lib/zi/America/Dominica -Zend/jre/lib/zi/America/Montreal -Zend/jre/lib/zi/America/Whitehorse -Zend/jre/lib/zi/America/Monterrey -Zend/jre/lib/zi/America/Chihuahua -Zend/jre/lib/zi/America/Thunder_Bay -Zend/jre/lib/zi/America/Swift_Current -Zend/jre/lib/zi/America/Glace_Bay -Zend/jre/lib/zi/America/Antigua -Zend/jre/lib/zi/America/Boise -Zend/jre/lib/zi/America/Edmonton -Zend/jre/lib/zi/America/Anchorage -Zend/jre/lib/zi/America/Merida -Zend/jre/lib/zi/America/Panama -Zend/jre/lib/zi/America/Menominee -Zend/jre/lib/zi/America/Mexico_City -Zend/jre/lib/zi/America/Cayman -Zend/jre/lib/zi/America/Indianapolis -Zend/jre/lib/zi/America/Juneau -Zend/jre/lib/zi/America/Cambridge_Bay -Zend/jre/lib/zi/America/Dawson -Zend/jre/lib/zi/America/Indiana/Marengo -Zend/jre/lib/zi/America/Indiana/Knox -Zend/jre/lib/zi/America/Indiana/Vevay -Zend/jre/lib/zi/America/Yakutat -Zend/jre/lib/zi/America/Pangnirtung -Zend/jre/lib/zi/America/Port-au-Prince -Zend/jre/lib/zi/America/Cancun -Zend/jre/lib/zi/America/Nipigon -Zend/jre/lib/zi/America/North_Dakota/Center -Zend/jre/lib/zi/America/Yellowknife -Zend/jre/lib/zi/America/Guatemala -Zend/jre/lib/zi/America/Kentucky/Monticello -Zend/jre/lib/zi/America/St_Lucia -Zend/jre/lib/zi/America/Guadeloupe -Zend/jre/lib/zi/America/Iqaluit -Zend/jre/lib/zi/America/Tijuana -Zend/jre/lib/zi/America/Inuvik -Zend/jre/lib/zi/America/Miquelon -Zend/jre/lib/zi/America/Anguilla -Zend/jre/lib/zi/America/Montserrat -Zend/jre/lib/zi/America/Chicago -Zend/jre/lib/zi/America/Managua -Zend/jre/lib/zi/America/Halifax -Zend/jre/lib/zi/America/St_Vincent -Zend/jre/lib/zi/America/Regina -Zend/jre/lib/zi/America/Belize -Zend/jre/lib/zi/America/Louisville -Zend/jre/lib/zi/America/Havana -Zend/jre/lib/zi/America/Grand_Turk -Zend/jre/lib/zi/America/Winnipeg -Zend/jre/lib/zi/America/Jamaica -Zend/jre/lib/zi/America/Detroit -Zend/jre/lib/zi/America/Puerto_Rico -Zend/jre/lib/zi/America/St_Johns -Zend/jre/lib/zi/America/Nome -Zend/jre/lib/zi/America/Martinique -Zend/jre/lib/zi/America/Rainy_River -Zend/jre/lib/zi/America/Mazatlan -Zend/jre/lib/zi/America/Dawson_Creek -Zend/jre/lib/zi/America/St_Thomas -Zend/jre/lib/zi/America/Tortola -Zend/jre/lib/zi/America/Goose_Bay -Zend/jre/lib/zi/America/Costa_Rica -Zend/jre/lib/zi/America/Grenada -Zend/jre/lib/zi/America/El_Salvador -Zend/jre/lib/zi/America/Vancouver -Zend/jre/lib/zi/America/Hermosillo -Zend/jre/lib/zi/America/Adak -Zend/jre/lib/zi/America/Santo_Domingo -Zend/jre/lib/zi/America/Phoenix -Zend/jre/lib/zi/America/Tegucigalpa -Zend/jre/lib/zi/America/New_York -Zend/jre/lib/zi/America/Rankin_Inlet -Zend/jre/lib/zi/America/Denver -Zend/jre/lib/zi/America/La_Paz -Zend/jre/lib/zi/America/Catamarca -Zend/jre/lib/zi/America/Belem -Zend/jre/lib/zi/America/Jujuy -Zend/jre/lib/zi/America/Maceio -Zend/jre/lib/zi/America/Araguaina -Zend/jre/lib/zi/America/Sao_Paulo -Zend/jre/lib/zi/America/Bogota -Zend/jre/lib/zi/America/Aruba -Zend/jre/lib/zi/America/Eirunepe -Zend/jre/lib/zi/America/Asuncion -Zend/jre/lib/zi/America/Santiago -Zend/jre/lib/zi/America/Port_of_Spain -Zend/jre/lib/zi/America/Manaus -Zend/jre/lib/zi/America/Caracas -Zend/jre/lib/zi/America/Noronha -Zend/jre/lib/zi/America/Buenos_Aires -Zend/jre/lib/zi/America/Guyana -Zend/jre/lib/zi/America/Cayenne -Zend/jre/lib/zi/America/Fortaleza -Zend/jre/lib/zi/America/Boa_Vista -Zend/jre/lib/zi/America/Paramaribo -Zend/jre/lib/zi/America/Porto_Velho -Zend/jre/lib/zi/America/Recife -Zend/jre/lib/zi/America/Mendoza -Zend/jre/lib/zi/America/Lima -Zend/jre/lib/zi/America/Guayaquil -Zend/jre/lib/zi/America/Montevideo -Zend/jre/lib/zi/America/Cuiaba -Zend/jre/lib/zi/America/Rio_Branco -Zend/jre/lib/zi/America/Curacao -Zend/jre/lib/zi/America/Cordoba -Zend/jre/lib/zi/Antarctica/Vostok -Zend/jre/lib/zi/Antarctica/Syowa -Zend/jre/lib/zi/Antarctica/Palmer -Zend/jre/lib/zi/Antarctica/Davis -Zend/jre/lib/zi/Antarctica/Rothera -Zend/jre/lib/zi/Antarctica/Casey -Zend/jre/lib/zi/Antarctica/McMurdo -Zend/jre/lib/zi/Antarctica/Mawson -Zend/jre/lib/zi/Antarctica/DumontDUrville -Zend/jre/lib/zi/Asia/Rangoon -Zend/jre/lib/zi/Asia/Choibalsan -Zend/jre/lib/zi/Asia/Kabul -Zend/jre/lib/zi/Asia/Kuala_Lumpur -Zend/jre/lib/zi/Asia/Bangkok -Zend/jre/lib/zi/Asia/Brunei -Zend/jre/lib/zi/Asia/Aqtau -Zend/jre/lib/zi/Asia/Tbilisi -Zend/jre/lib/zi/Asia/Katmandu -Zend/jre/lib/zi/Asia/Aden -Zend/jre/lib/zi/Asia/Baghdad -Zend/jre/lib/zi/Asia/Aqtobe -Zend/jre/lib/zi/Asia/Pontianak -Zend/jre/lib/zi/Asia/Makassar -Zend/jre/lib/zi/Asia/Seoul -Zend/jre/lib/zi/Asia/Urumqi -Zend/jre/lib/zi/Asia/Kashgar -Zend/jre/lib/zi/Asia/Ashgabat -Zend/jre/lib/zi/Asia/Qyzylorda -Zend/jre/lib/zi/Asia/Chongqing -Zend/jre/lib/zi/Asia/Kuching -Zend/jre/lib/zi/Asia/Tashkent -Zend/jre/lib/zi/Asia/Dili -Zend/jre/lib/zi/Asia/Tokyo -Zend/jre/lib/zi/Asia/Dubai -Zend/jre/lib/zi/Asia/Colombo -Zend/jre/lib/zi/Asia/Qatar -Zend/jre/lib/zi/Asia/Bishkek -Zend/jre/lib/zi/Asia/Manila -Zend/jre/lib/zi/Asia/Karachi -Zend/jre/lib/zi/Asia/Thimphu -Zend/jre/lib/zi/Asia/Hovd -Zend/jre/lib/zi/Asia/Yerevan -Zend/jre/lib/zi/Asia/Baku -Zend/jre/lib/zi/Asia/Oral -Zend/jre/lib/zi/Asia/Ulaanbaatar -Zend/jre/lib/zi/Asia/Jakarta -Zend/jre/lib/zi/Asia/Beirut -Zend/jre/lib/zi/Asia/Pyongyang -Zend/jre/lib/zi/Asia/Bahrain -Zend/jre/lib/zi/Asia/Phnom_Penh -Zend/jre/lib/zi/Asia/Saigon -Zend/jre/lib/zi/Asia/Jerusalem -Zend/jre/lib/zi/Asia/Shanghai -Zend/jre/lib/zi/Asia/Kuwait -Zend/jre/lib/zi/Asia/Damascus -Zend/jre/lib/zi/Asia/Nicosia -Zend/jre/lib/zi/Asia/Hong_Kong -Zend/jre/lib/zi/Asia/Riyadh -Zend/jre/lib/zi/Asia/Almaty -Zend/jre/lib/zi/Asia/Harbin -Zend/jre/lib/zi/Asia/Gaza -Zend/jre/lib/zi/Asia/Dhaka -Zend/jre/lib/zi/Asia/Vientiane -Zend/jre/lib/zi/Asia/Dushanbe -Zend/jre/lib/zi/Asia/Macau -Zend/jre/lib/zi/Asia/Singapore -Zend/jre/lib/zi/Asia/Samarkand -Zend/jre/lib/zi/Asia/Taipei -Zend/jre/lib/zi/Asia/Muscat -Zend/jre/lib/zi/Asia/Amman -Zend/jre/lib/zi/Asia/Calcutta -Zend/jre/lib/zi/Asia/Jayapura -Zend/jre/lib/zi/Asia/Tehran -Zend/jre/lib/zi/Asia/Sakhalin -Zend/jre/lib/zi/Asia/Irkutsk -Zend/jre/lib/zi/Asia/Novosibirsk -Zend/jre/lib/zi/Asia/Omsk -Zend/jre/lib/zi/Asia/Krasnoyarsk -Zend/jre/lib/zi/Asia/Yekaterinburg -Zend/jre/lib/zi/Asia/Kamchatka -Zend/jre/lib/zi/Asia/Magadan -Zend/jre/lib/zi/Asia/Vladivostok -Zend/jre/lib/zi/Asia/Anadyr -Zend/jre/lib/zi/Asia/Yakutsk -Zend/jre/lib/zi/Asia/Riyadh87 -Zend/jre/lib/zi/Asia/Riyadh88 -Zend/jre/lib/zi/Asia/Riyadh89 -Zend/jre/lib/zi/Atlantic/St_Helena -Zend/jre/lib/zi/Atlantic/Cape_Verde -Zend/jre/lib/zi/Atlantic/Madeira -Zend/jre/lib/zi/Atlantic/Reykjavik -Zend/jre/lib/zi/Atlantic/Faeroe -Zend/jre/lib/zi/Atlantic/Azores -Zend/jre/lib/zi/Atlantic/Canary -Zend/jre/lib/zi/Atlantic/Bermuda -Zend/jre/lib/zi/Atlantic/Stanley -Zend/jre/lib/zi/Atlantic/South_Georgia -Zend/jre/lib/zi/Australia/Melbourne -Zend/jre/lib/zi/Australia/Brisbane -Zend/jre/lib/zi/Australia/Adelaide -Zend/jre/lib/zi/Australia/Broken_Hill -Zend/jre/lib/zi/Australia/Lindeman -Zend/jre/lib/zi/Australia/Perth -Zend/jre/lib/zi/Australia/Darwin -Zend/jre/lib/zi/Australia/Lord_Howe -Zend/jre/lib/zi/Australia/Sydney -Zend/jre/lib/zi/Australia/Hobart -Zend/jre/lib/zi/CET -Zend/jre/lib/zi/EET -Zend/jre/lib/zi/Etc/GMT+7 -Zend/jre/lib/zi/Etc/GMT-8 -Zend/jre/lib/zi/Etc/GMT+8 -Zend/jre/lib/zi/Etc/UTC -Zend/jre/lib/zi/Etc/UCT -Zend/jre/lib/zi/Etc/GMT-3 -Zend/jre/lib/zi/Etc/GMT+12 -Zend/jre/lib/zi/Etc/GMT+1 -Zend/jre/lib/zi/Etc/GMT-11 -Zend/jre/lib/zi/Etc/GMT-7 -Zend/jre/lib/zi/Etc/GMT+6 -Zend/jre/lib/zi/Etc/GMT+11 -Zend/jre/lib/zi/Etc/GMT-14 -Zend/jre/lib/zi/Etc/GMT+2 -Zend/jre/lib/zi/Etc/GMT-5 -Zend/jre/lib/zi/Etc/GMT-13 -Zend/jre/lib/zi/Etc/GMT+3 -Zend/jre/lib/zi/Etc/GMT-4 -Zend/jre/lib/zi/Etc/GMT-12 -Zend/jre/lib/zi/Etc/GMT+4 -Zend/jre/lib/zi/Etc/GMT+9 -Zend/jre/lib/zi/Etc/GMT-1 -Zend/jre/lib/zi/Etc/GMT+5 -Zend/jre/lib/zi/Etc/GMT -Zend/jre/lib/zi/Etc/GMT-2 -Zend/jre/lib/zi/Etc/GMT-6 -Zend/jre/lib/zi/Etc/GMT-9 -Zend/jre/lib/zi/Etc/GMT+10 -Zend/jre/lib/zi/Etc/GMT-10 -Zend/jre/lib/zi/Europe/Chisinau -Zend/jre/lib/zi/Europe/Moscow -Zend/jre/lib/zi/Europe/Paris -Zend/jre/lib/zi/Europe/Riga -Zend/jre/lib/zi/Europe/Lisbon -Zend/jre/lib/zi/Europe/Vaduz -Zend/jre/lib/zi/Europe/Belgrade -Zend/jre/lib/zi/Europe/Berlin -Zend/jre/lib/zi/Europe/Luxembourg -Zend/jre/lib/zi/Europe/Oslo -Zend/jre/lib/zi/Europe/Uzhgorod -Zend/jre/lib/zi/Europe/Istanbul -Zend/jre/lib/zi/Europe/Madrid -Zend/jre/lib/zi/Europe/Belfast -Zend/jre/lib/zi/Europe/Minsk -Zend/jre/lib/zi/Europe/Rome -Zend/jre/lib/zi/Europe/Warsaw -Zend/jre/lib/zi/Europe/Tirane -Zend/jre/lib/zi/Europe/Helsinki -Zend/jre/lib/zi/Europe/Vilnius -Zend/jre/lib/zi/Europe/Stockholm -Zend/jre/lib/zi/Europe/Amsterdam -Zend/jre/lib/zi/Europe/Prague -Zend/jre/lib/zi/Europe/Dublin -Zend/jre/lib/zi/Europe/Vienna -Zend/jre/lib/zi/Europe/London -Zend/jre/lib/zi/Europe/Tallinn -Zend/jre/lib/zi/Europe/Kaliningrad -Zend/jre/lib/zi/Europe/Samara -Zend/jre/lib/zi/Europe/Malta -Zend/jre/lib/zi/Europe/Sofia -Zend/jre/lib/zi/Europe/Zurich -Zend/jre/lib/zi/Europe/Zaporozhye -Zend/jre/lib/zi/Europe/Gibraltar -Zend/jre/lib/zi/Europe/Budapest -Zend/jre/lib/zi/Europe/Simferopol -Zend/jre/lib/zi/Europe/Athens -Zend/jre/lib/zi/Europe/Copenhagen -Zend/jre/lib/zi/Europe/Monaco -Zend/jre/lib/zi/Europe/Andorra -Zend/jre/lib/zi/Europe/Bucharest -Zend/jre/lib/zi/Europe/Brussels -Zend/jre/lib/zi/Europe/Kiev -Zend/jre/lib/zi/GMT -Zend/jre/lib/zi/Indian/Reunion -Zend/jre/lib/zi/Indian/Antananarivo -Zend/jre/lib/zi/Indian/Mahe -Zend/jre/lib/zi/Indian/Mayotte -Zend/jre/lib/zi/Indian/Comoro -Zend/jre/lib/zi/Indian/Mauritius -Zend/jre/lib/zi/Indian/Kerguelen -Zend/jre/lib/zi/Indian/Chagos -Zend/jre/lib/zi/Indian/Maldives -Zend/jre/lib/zi/Indian/Cocos -Zend/jre/lib/zi/Indian/Christmas -Zend/jre/lib/zi/MET -Zend/jre/lib/zi/Pacific/Kosrae -Zend/jre/lib/zi/Pacific/Kwajalein -Zend/jre/lib/zi/Pacific/Marquesas -Zend/jre/lib/zi/Pacific/Port_Moresby -Zend/jre/lib/zi/Pacific/Tongatapu -Zend/jre/lib/zi/Pacific/Wallis -Zend/jre/lib/zi/Pacific/Truk -Zend/jre/lib/zi/Pacific/Wake -Zend/jre/lib/zi/Pacific/Funafuti -Zend/jre/lib/zi/Pacific/Pago_Pago -Zend/jre/lib/zi/Pacific/Norfolk -Zend/jre/lib/zi/Pacific/Midway -Zend/jre/lib/zi/Pacific/Guadalcanal -Zend/jre/lib/zi/Pacific/Tarawa -Zend/jre/lib/zi/Pacific/Noumea -Zend/jre/lib/zi/Pacific/Fakaofo -Zend/jre/lib/zi/Pacific/Fiji -Zend/jre/lib/zi/Pacific/Johnston -Zend/jre/lib/zi/Pacific/Kiritimati -Zend/jre/lib/zi/Pacific/Ponape -Zend/jre/lib/zi/Pacific/Enderbury -Zend/jre/lib/zi/Pacific/Guam -Zend/jre/lib/zi/Pacific/Majuro -Zend/jre/lib/zi/Pacific/Niue -Zend/jre/lib/zi/Pacific/Tahiti -Zend/jre/lib/zi/Pacific/Rarotonga -Zend/jre/lib/zi/Pacific/Palau -Zend/jre/lib/zi/Pacific/Chatham -Zend/jre/lib/zi/Pacific/Auckland -Zend/jre/lib/zi/Pacific/Pitcairn -Zend/jre/lib/zi/Pacific/Yap -Zend/jre/lib/zi/Pacific/Gambier -Zend/jre/lib/zi/Pacific/Apia -Zend/jre/lib/zi/Pacific/Efate -Zend/jre/lib/zi/Pacific/Saipan -Zend/jre/lib/zi/Pacific/Nauru -Zend/jre/lib/zi/Pacific/Honolulu -Zend/jre/lib/zi/Pacific/Easter -Zend/jre/lib/zi/Pacific/Galapagos -Zend/jre/lib/zi/WET -Zend/jre/lib/zi/ZoneInfoMappings -Zend/jre/lib/font.properties.Redhat6.1 -Zend/jre/lib/font.properties -Zend/jre/lib/cmm/sRGB.pf -Zend/jre/lib/cmm/GRAY.pf -Zend/jre/lib/cmm/CIEXYZ.pf -Zend/jre/lib/cmm/PYCC.pf -Zend/jre/lib/cmm/LINEAR_RGB.pf -Zend/jre/lib/font.properties.ja.Redhat6.1 -Zend/jre/lib/font.properties.ja.Redhat6.2 -Zend/jre/lib/font.properties.ja.Redhat7.2 -Zend/jre/lib/font.properties.ja.Redhat7.3 -Zend/jre/lib/font.properties.ja -Zend/jre/lib/font.properties.ja.Turbo -Zend/jre/lib/font.properties.ja.Turbo6.0 -Zend/jre/lib/font.properties.zh.Turbo -Zend/jre/lib/font.properties.ja.Redhat8.0 -Zend/jre/lib/font.properties.ko.Redhat8.0 -Zend/jre/lib/font.properties.zh_CN.Redhat8.0 -Zend/jre/lib/font.properties.zh_TW.Redhat8.0 -Zend/jre/lib/font.properties.Redhat8.0 -Zend/jre/lib/im/indicim.jar -Zend/jre/lib/im/thaiim.jar -Zend/jre/lib/font.properties.SuSE8.0 -Zend/jre/lib/font.properties.zh_CN.Sun -Zend/jre/lib/font.properties.zh_CN_UTF8.Sun -Zend/jre/lib/font.properties.zh_TW.Sun -Zend/jre/lib/font.properties.zh_TW_UTF8.Sun -Zend/jre/lib/font.properties.ja.Sun -Zend/jre/lib/font.properties.ja_JP_UTF8.Sun -Zend/jre/lib/charsets.jar -Zend/jre/lib/plugin.jar -Zend/jre/lib/rt.jar -Zend/jre/CHANGES -Zend/jre/COPYRIGHT -Zend/jre/Welcome.html -Zend/jre/README -Zend/jre/LICENSE -Zend/jre/THIRDPARTYLICENSEREADME.txt -Zend/jre/man/man1/java.1 -Zend/jre/man/man1/keytool.1 -Zend/jre/man/man1/rmid.1 -Zend/jre/man/man1/rmiregistry.1 -Zend/jre/man/man1/tnameserv.1 -Zend/jre/man/man1/servertool.1 -Zend/jre/man/man1/orbd.1 -Zend/jre/man/man1/policytool.1 -Zend/jre/man/man1/javaws.1 -Zend/jre/man/man1/kinit.1 -Zend/jre/man/man1/klist.1 -Zend/jre/man/man1/ktab.1 -Zend/jre/man/ja -Zend/jre/man/ja_JP.eucJP/man1/java.1 -Zend/jre/man/ja_JP.eucJP/man1/keytool.1 -Zend/jre/man/ja_JP.eucJP/man1/rmid.1 -Zend/jre/man/ja_JP.eucJP/man1/rmiregistry.1 -Zend/jre/man/ja_JP.eucJP/man1/tnameserv.1 -Zend/jre/man/ja_JP.eucJP/man1/servertool.1 -Zend/jre/man/ja_JP.eucJP/man1/orbd.1 -Zend/jre/man/ja_JP.eucJP/man1/policytool.1 -Zend/jre/man/ja_JP.eucJP/man1/javaws.1 -Zend/jre/man/ja_JP.eucJP/man1/kinit.1 -Zend/jre/man/ja_JP.eucJP/man1/klist.1 -Zend/jre/man/ja_JP.eucJP/man1/ktab.1 -Zend/jre/plugin/desktop/sun_java.png -Zend/jre/plugin/desktop/sun_java.desktop -Zend/jre/plugin/i386/ns4/libjavaplugin.so -Zend/jre/plugin/i386/ns610/libjavaplugin_oji.so -Zend/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so -Zend/jre/ControlPanel.html -Zend/jre/javaws/cacerts -Zend/jre/javaws/javalogo52x88.gif -Zend/jre/javaws/javaws -Zend/jre/javaws/javaws-l10n.jar -Zend/jre/javaws/javaws.policy -Zend/jre/javaws/javawsbin -Zend/jre/javaws/readme.html -Zend/jre/javaws/readme_de.html -Zend/jre/javaws/readme_es.html -Zend/jre/javaws/readme_fr.html -Zend/jre/javaws/readme_it.html -Zend/jre/javaws/readme_ja.html -Zend/jre/javaws/readme_ko.html -Zend/jre/javaws/readme_sv.html -Zend/jre/javaws/readme_zh_CN.html -Zend/jre/javaws/readme_zh_TW.html -Zend/jre/javaws/resources/splash.jpg -Zend/jre/javaws/resources/miniSplash.jpg -Zend/jre/javaws/resources/copyright.jpg -Zend/jre/javaws/resources/messages.properties -Zend/jre/javaws/resources/messages_zh_TW.properties -Zend/jre/javaws/resources/messages_de.properties -Zend/jre/javaws/resources/messages_es.properties -Zend/jre/javaws/resources/messages_fr.properties -Zend/jre/javaws/resources/messages_it.properties -Zend/jre/javaws/resources/messages_ja.properties -Zend/jre/javaws/resources/messages_ko.properties -Zend/jre/javaws/resources/messages_sv.properties -Zend/jre/javaws/resources/messages_zh_CN.properties -Zend/jre/javaws/sunlogo64x30.gif -Zend/jre/javaws/javaws.jar -Zend/jre/.systemPrefs/.system.lock -Zend/jre/.systemPrefs/.systemRootModFile -Zend/bin/lax.jar -Zend/bin/ZDE -Zend/bin/ZDE.lax -Zend/bin/ZSC -Zend/bin/ZSC.lax -Zend/bin/ZendIDE.jar -Zend/bin/jhall.jar -Zend/bin/sftp.jar -Zend/bin/MRJToolkitStubs.zip -Zend/bin/cvs -Zend/bin/ZendCodeAnalyzer -Zend/bin/examples/debugdemo/DebugDemo.php -Zend/bin/examples/debugdemo/debugDemo_en.html -Zend/bin/examples/debugdemo/empty.gif -Zend/bin/examples/debugdemo/go16.gif -Zend/bin/examples/debugdemo/gotocursor16.gif -Zend/bin/examples/debugdemo/pause16.gif -Zend/bin/examples/debugdemo/run16.gif -Zend/bin/examples/debugdemo/stepinto16.gif -Zend/bin/examples/debugdemo/stepout16.gif -Zend/bin/examples/debugdemo/stepover16.gif -Zend/bin/examples/debugdemo/stopdebugger16.gif -Zend/bin/examples/debugdemo/white.gif -Zend/bin/ZendIDE.config -Zend/bin/phpFunctions.php -Zend/bin/phpFunctions4.php -Zend/bin/runStudio_unix.sh -Zend/bin/php4/php -Zend/bin/php4/php.ini -Zend/bin/php4/dummy.php -Zend/bin/php5/php.ini -Zend/bin/php5/php -Zend/bin/php5/dummy.php -Zend/lib/php4/ZendDebuggerLocal.so -Zend/lib/php5/ZendDebuggerLocal.so -Zend/README -Zend/UninstallerData/uninstaller.jar -Zend/UninstallerData/Uninstall_Zend_Studio_3.5.2_Client -Zend/UninstallerData/Uninstall_Zend_Studio_3.5.2_Client.lax -Zend/UninstallerData/InstallScript.iap_xml -Zend/UninstallerData/.com.zerog.registry.xml -Zend/UninstallerData/installvariables.properties -Zend/help/HTML/Accessing_Files.htm -Zend/help/HTML/Adding_an_FTP_Root.htm -Zend/help/HTML/Analyzing_Code.htm -Zend/help/HTML/Analyzing_Profiling_Results.htm -Zend/help/HTML/Analyzing_Profiling_Results_.htm -Zend/help/HTML/Assigning_a_New_Value_to_a_Variable.htm -Zend/help/HTML/Bookmarks_(set,_demote,_go).htm -Zend/help/HTML/Call_Trace_Tab.htm -Zend/help/HTML/Clone_View.htm -Zend/help/HTML/Code_Completion1.htm -Zend/help/HTML/Code_Introspecting.htm -Zend/help/HTML/Code_Navigation.htm -Zend/help/HTML/Colors_and_Fonts_Tab_-_General_Side_Tab.htm -Zend/help/HTML/Colors_and_Fonts_Tab_-_HTML_Side_Tab.htm -Zend/help/HTML/Colors_and_Fonts_Tab_-_Java_Script_Tab.htm -Zend/help/HTML/Colors_and_Fonts_Tab_-_PHP_Side_Tab.htm -Zend/help/HTML/Commenting_(lines_blocks).htm -Zend/help/HTML/Conditional_Breakpoints.htm -Zend/help/HTML/Configuring_ZDE_for_CVS.htm -Zend/help/HTML/Configuring_Zend_Studio_Server.htm -Zend/help/HTML/Creating_a_Project.htm -Zend/help/HTML/Configuring_the_KeyMap1.htm -Zend/help/HTML/Controlling_Program_Flow_.htm -Zend/help/HTML/Creating_and_Monitoring_Watches.htm -Zend/help/HTML/Customizing_CVS_Integration.htm -Zend/help/HTML/Customizing_the_Desktop.htm -Zend/help/HTML/Customizing_the_Desktop1.htm -Zend/help/HTML/Customizing_the_Desktop2.htm -Zend/help/HTML/Debug_URL.htm -Zend/help/HTML/Debug_Window.htm -Zend/help/HTML/Debugging.htm -Zend/help/HTML/Defining_an_other_file_for_the_Filter.htm -Zend/help/HTML/Editing.htm -Zend/help/HTML/Editing1.htm -Zend/help/HTML/Editor.htm -Zend/help/HTML/Enabling_Disabling_Dialogs.htm -Zend/help/HTML/Enabling_SFTP.htm -Zend/help/HTML/Encoding_Applications.htm -Zend/help/HTML/File_Manager.htm -Zend/help/HTML/File_Types_Adding,_Modifying,_Removing1.htm -Zend/help/HTML/Filtering_Files.htm -Zend/help/HTML/Finding_Matching_Brackets.htm -Zend/help/HTML/FirstTopic.htm -Zend/help/HTML/Forward_Backward_Navigation.htm -Zend/help/HTML/Function_Profiling_View.htm -Zend/help/HTML/JAVAHELP.CSS -Zend/help/HTML/Highlighted_Features_and_Benefits.htm -Zend/help/HTML/Indenting_Code.htm -Zend/help/HTML/Inserting_HTML_Tags.htm -Zend/help/HTML/Inspecting_Files.htm -Zend/help/HTML/Inspecting_Projects.htm -Zend/help/HTML/Local_Debugger.htm -Zend/help/HTML/Main_Screen.htm -Zend/help/HTML/Managing_a_Project_.htm -Zend/help/HTML/Messages_Window.htm -Zend/help/HTML/Monitoring_Program_State_.htm -Zend/help/HTML/New_in_Version_3.xxx.htm -Zend/help/HTML/Output_Window.htm -Zend/help/HTML/Overview.htm -Zend/help/HTML/Overview2.htm -Zend/help/HTML/PHP_Code_Completion.htm -Zend/help/HTML/PHP_Settings.htm -Zend/help/HTML/Preferences_.htm -Zend/help/HTML/Profiling.htm -Zend/help/HTML/Quick_Start.htm -Zend/help/HTML/Remote_Debugging.htm -Zend/help/HTML/Reviewing_Variables_Assigning_Values_to_Variables.htm -Zend/help/HTML/Running_Debug_URL.htm -Zend/help/HTML/Searching_.htm -Zend/help/HTML/Searching_in_Active_Files.htm -Zend/help/HTML/Searching_in_Multiple_Files.htm -Zend/help/HTML/Section_1_Starting_a_Project.htm -Zend/help/HTML/Section_2_Debugging_a_Project.htm -Zend/help/HTML/Section_3_Profiling_a_Project.htm -Zend/help/HTML/Settin_Debug_Preferences.htm -Zend/help/HTML/Setting_CVS_Properties.htm -Zend/help/HTML/Setting_CVS_Properties1.htm -Zend/help/HTML/Setting_Debug_Options.htm -Zend/help/HTML/Setting_Project_Properties.htm -Zend/help/HTML/Setting_Server_Components_.htm -Zend/help/HTML/Syntax_Highlighting.htm -Zend/help/HTML/The_Profiler_Information_Tab.htm -Zend/help/HTML/To_Enable_Disable_Remote_Debugging.htm -Zend/help/HTML/Toolbar.htm -Zend/help/HTML/Using_FTP.htm -Zend/help/HTML/Tracking_the_Stack.htm -Zend/help/HTML/Usability_Shortcuts_Timesavers.htm -Zend/help/HTML/Using_Breakpoints.htm -Zend/help/HTML/Using_Code_Completion.htm -Zend/help/HTML/Using_Regular_Expressions.htm -Zend/help/HTML/Using_SFTP.htm -Zend/help/HTML/Using_Templates.htm -Zend/help/HTML/Version_Control_(CVS)_.htm -Zend/help/HTML/Zend_Studio_Client.htm -Zend/help/HTML/Viewing_Output_in_the_Output_Buffer.htm -Zend/help/HTML/Viewing_PHP_functions.htm -Zend/help/HTML/Working_with_Remote_Files_.htm -Zend/help/HTML/Zend_Safeguard_Suite_.htm -Zend/help/HTML/Zend_Studio_Components.htm -Zend/help/HTML/Zend_Studio_Server.htm -Zend/help/HTML/Zend_Studio_Workflow.htm -Zend/help/HTML/Zend_Studio_Workplace.htm -Zend/help/HTML/_Profiling_URL.htm -Zend/help/HTML/Creating_and_Monitoring_Watches_files/CVS_DIFF_Tab.htm -Zend/help/HTML/Creating_and_Monitoring_Watches_files/HTML_Code_Completion.htm -Zend/help/HTML/Creating_and_Monitoring_Watches_files/JAVAHELP.CSS -Zend/help/HTML/Creating_and_Monitoring_Watches_files/Studio_Client_List_of_Topics.htm -Zend/help/HTML/Creating_and_Monitoring_Watches_files/Templates.htm -Zend/help/HTML/Creating_and_Monitoring_Watches_files/Using_CVS_DIFF.htm -Zend/help/HTML/Creating_and_Monitoring_Watches_files/Zend_Studio_Client_Online.htm -Zend/help/JAVAHELP.CSS -Zend/help/indexer.cfg -Zend/help/indexer.log -Zend/help/zend_studio_client.hs -Zend/help/zend_studio_client.jhm -Zend/help/zend_studio_clientIndex.xml -Zend/help/zend_studio_clientTOC.xml -Zend/help/Images/StuWork_image018.gif -Zend/help/Images/StuWork_image019.gif -Zend/help/Images/StuWork_image020.gif -Zend/help/Images/StuWork_image021.gif -Zend/help/Images/StuWork_image022.gif -Zend/help/Images/StuWork_image023.gif -Zend/help/Images/StuWork_image024.gif -Zend/help/Images/StuWork_image025.gif -Zend/help/Images/StuWork_image026.gif -Zend/help/Images/StuWork_image027.gif -Zend/help/Images/StuWork_image028.gif -Zend/help/Images/StuWork_image029.jpg -Zend/help/Images/StuWork_image030.jpg -Zend/help/Images/StuWork_image031.jpg -Zend/help/Images/StuWork_image032.jpg -Zend/help/Images/StuWork_image033.jpg -Zend/help/Images/StuWork_image034.jpg -Zend/help/Images/VerConCVS-DIFF 1.GIF -Zend/help/Images/VerConCVS-DIFF 2.GIF -Zend/help/Images/VerConCVS-DIFF 3.GIF -Zend/help/Images/accessing_files.htm -Zend/help/Images/analyzing_code.htm -Zend/help/Images/closedfolder.gif -Zend/help/Images/code_introspecting.htm -Zend/help/Images/code_navigation.htm -Zend/help/Images/copy16.gif -Zend/help/Images/customization16.gif -Zend/help/Images/cut16.gif -Zend/help/Images/debugging.htm -Zend/help/Images/encoder16.gif -Zend/help/Images/explorer16.gif -Zend/help/Images/find16.gif -Zend/help/Images/go16.gif -Zend/help/Images/gotocursor16.gif -Zend/help/Images/introducing_zend_studio.htm -Zend/help/Images/moveleft16.gif -Zend/help/Images/moveright16.gif -Zend/help/Images/newfile16.gif -Zend/help/Images/openfile16.gif -Zend/help/Images/openfolder.gif -Zend/help/Images/page.gif -Zend/help/Images/paste16.gif -Zend/help/Images/pause16.gif -Zend/help/Images/profiling.htm -Zend/help/Images/projectproperties.gif -Zend/help/Images/quick_start.htm -Zend/help/Images/redo16.gif -Zend/help/Images/replace16.gif -Zend/help/Images/run16.gif -Zend/help/Images/savefile16.gif -Zend/help/Images/servercenter32.gif -Zend/help/Images/smallpurple.jpg -Zend/help/Images/Lost and Found/IMAGE10.JPG -Zend/help/Images/Lost and Found/IMAGE11.JPG -Zend/help/Images/Lost and Found/IMAGE3.JPG -Zend/help/Images/Lost and Found/IMAGE5.JPG -Zend/help/Images/Lost and Found/IMAGE6.JPG -Zend/help/Images/Lost and Found/IMAGE8.JPG -Zend/help/Images/AccF_image002.jpg -Zend/help/Images/AccF_image2.gif -Zend/help/Images/AccF_image003.jpg -Zend/help/Images/AnF_image001.gif -Zend/help/Images/AnF_image003.gif -Zend/help/Images/CoIn_image001.gif -Zend/help/Images/CoNav_image001.jpg -Zend/help/Images/CoNav_image002.jpg -Zend/help/Images/CoNav_image004.gif -Zend/help/Images/DeB_image002.gif -Zend/help/Images/DeB_image004.jpg -Zend/help/Images/DeB_image006.gif -Zend/help/Images/DeB_image007.jpg -Zend/help/Images/DeB_image009.gif -Zend/help/Images/DeB_image011.gif -Zend/help/Images/DeB_image013.gif -Zend/help/Images/DeB_image015.gif -Zend/help/Images/DeB_image016.gif -Zend/help/Images/DeB_image017.gif -Zend/help/Images/DeB_image018.gif -Zend/help/Images/DeB_image019.jpg -Zend/help/Images/DeB_image020.jpg -Zend/help/Images/DeB_image021.jpg -Zend/help/Images/DeB_image5.jpg -Zend/help/Images/DeB_image8.jpg -Zend/help/Images/EDITING.HTM -Zend/help/Images/Ed_image002.gif -Zend/help/Images/Ed_image003.jpg -Zend/help/Images/Ed_image004.gif -Zend/help/Images/IMAGE001.JPG -Zend/help/Images/IMAGE2.GIF -Zend/help/Images/IMAGE3.GIF -Zend/help/Images/ManProj_image005.gif -Zend/help/Images/ManProj_image006.gif -Zend/help/Images/ManProj_image007.jpg -Zend/help/Images/ManProj_image008.jpg -Zend/help/Images/Pref_image002.gif -Zend/help/Images/Pref_image003.gif -Zend/help/Images/Pref_image004.gif -Zend/help/Images/Pref_image005.gif -Zend/help/Images/Pref_image006.gif -Zend/help/Images/Pref_image009.gif -Zend/help/Images/Pref_image010.jpg -Zend/help/Images/Pref_image011.gif -Zend/help/Images/Pref_image012.gif -Zend/help/Images/Pref_image013.gif -Zend/help/Images/Pref_image014.gif -Zend/help/Images/Pref_image015.gif -Zend/help/Images/Profil_calltrace.jpg -Zend/help/Images/Profil_function statistics.jpg -Zend/help/Images/Profil_image001.gif -Zend/help/Images/Profil_image002.gif -Zend/help/Images/Profil_image004.gif -Zend/help/Images/Profil_image005.gif -Zend/help/Images/Profil_image006.gif -Zend/help/Images/Profil_image007.gif -Zend/help/Images/QS_go16.gif -Zend/help/Images/Profil_image008.gif -Zend/help/Images/Profil_image010.jpg -Zend/help/Images/Profil_image011.gif -Zend/help/Images/Profil_image012.gif -Zend/help/Images/Profil_profiler information.jpg -Zend/help/Images/QS_debuggerbug16.gif -Zend/help/Images/QS_image001.gif -Zend/help/Images/QS_image003.jpg -Zend/help/Images/QS_image005.jpg -Zend/help/Images/QS_image006.jpg -Zend/help/Images/QS_image009.gif -Zend/help/Images/QS_image011.jpg -Zend/help/Images/QS_image012.gif -Zend/help/Images/QS_image013.gif -Zend/help/Images/QS_image014.gif -Zend/help/Images/QS_image015.gif -Zend/help/Images/QS_image016.gif -Zend/help/Images/QS_image017.gif -Zend/help/Images/QS_image018.gif -Zend/help/Images/QS_image019.jpg -Zend/help/Images/QS_image020.gif -Zend/help/Images/QS_image021.jpg -Zend/help/Images/QS_image022.gif -Zend/help/Images/QS_image023.gif -Zend/help/Images/QS_image024.jpg -Zend/help/Images/QS_image025.jpg -Zend/help/Images/QS_image026.gif -Zend/help/Images/QS_image027.gif -Zend/help/Images/QS_image027.jpg -Zend/help/Images/QS_image029.jpg -Zend/help/Images/QS_image031.jpg -Zend/help/Images/QS_run16.gif -Zend/help/Images/QS_stepinto16.gif -Zend/help/Images/QS_stepout16.gif -Zend/help/Images/QS_stepover16.gif -Zend/help/Images/SafeGuard_image002.jpg -Zend/help/Images/Search_image002.gif -Zend/help/Images/Search_image003.gif -Zend/help/Images/analyze16.gif -Zend/help/Images/SetServ_image001.jpg -Zend/help/Images/StuWork_image001.gif -Zend/help/Images/StuWork_image002.gif -Zend/help/Images/StuWork_image003.gif -Zend/help/Images/StuWork_image004.gif -Zend/help/Images/StuWork_image005.gif -Zend/help/Images/StuWork_image006.gif -Zend/help/Images/StuWork_image007.gif -Zend/help/Images/StuWork_image008.gif -Zend/help/Images/StuWork_image009.gif -Zend/help/Images/StuWork_image010.gif -Zend/help/Images/StuWork_image011.gif -Zend/help/Images/StuWork_image012.jpg -Zend/help/Images/StuWork_image013.jpg -Zend/help/Images/StuWork_image014.gif -Zend/help/Images/StuWork_image015.gif -Zend/help/Images/StuWork_image016.gif -Zend/help/Images/StuWork_image017.gif -Zend/help/Images/stepinto16.gif -Zend/help/Images/stepout16.gif -Zend/help/Images/stepover16.gif -Zend/help/Images/stopdebugger16.gif -Zend/help/Images/undo16.gif -Zend/help/Images/zend_studio_workplace.htm -Zend/help/Images/zendlogo1.jpg -Zend/help/Images/accessing_files_files/AccF_image002.jpg -Zend/help/Images/accessing_files_files/AccF_image003.jpg -Zend/help/Images/accessing_files_files/AccF_image2.gif -Zend/help/Images/accessing_files_files/IMAGE2.GIF -Zend/help/Images/accessing_files_files/IMAGE3.GIF -Zend/help/Images/analyzing_code_files/AnF_image001.gif -Zend/help/Images/analyzing_code_files/AnF_image003.gif -Zend/help/Images/code_introspecting_files/CoIn_image001.gif -Zend/help/Images/code_navigation_files/CoNav_image001.jpg -Zend/help/Images/code_navigation_files/CoNav_image002.jpg -Zend/help/Images/code_navigation_files/CoNav_image004.gif -Zend/help/Images/debugging_files/DeB_image002.gif -Zend/help/Images/debugging_files/DeB_image004.jpg -Zend/help/Images/debugging_files/DeB_image006.gif -Zend/help/Images/debugging_files/DeB_image007.jpg -Zend/help/Images/debugging_files/DeB_image009.gif -Zend/help/Images/debugging_files/DeB_image011.gif -Zend/help/Images/debugging_files/DeB_image013.gif -Zend/help/Images/debugging_files/DeB_image015.gif -Zend/help/Images/debugging_files/DeB_image016.gif -Zend/help/Images/debugging_files/DeB_image017.gif -Zend/help/Images/debugging_files/DeB_image018.gif -Zend/help/Images/debugging_files/DeB_image019.jpg -Zend/help/Images/debugging_files/DeB_image020.jpg -Zend/help/Images/debugging_files/DeB_image021.jpg -Zend/help/Images/debugging_files/DeB_image5.jpg -Zend/help/Images/debugging_files/DeB_image8.jpg -Zend/help/Images/editing_files/Ed_image002.gif -Zend/help/Images/editing_files/Ed_image003.jpg -Zend/help/Images/editing_files/Ed_image004.gif -Zend/help/Images/introducing_zend_studio_files/InZSt_image001.jpg -Zend/help/Images/managing_a_project_files/ManProj_image005.gif -Zend/help/Images/managing_a_project_files/ManProj_image006.gif -Zend/help/Images/managing_a_project_files/ManProj_image007.jpg -Zend/help/Images/managing_a_project_files/ManProj_image008.jpg -Zend/help/Images/preferences_files/Pref_image001.gif -Zend/help/Images/preferences_files/Pref_image002.gif -Zend/help/Images/preferences_files/Pref_image003.gif -Zend/help/Images/preferences_files/Pref_image004.gif -Zend/help/Images/preferences_files/Pref_image005.gif -Zend/help/Images/preferences_files/Pref_image006.gif -Zend/help/Images/preferences_files/Pref_image007.gif -Zend/help/Images/preferences_files/Pref_image009.gif -Zend/help/Images/preferences_files/Pref_image010.jpg -Zend/help/Images/preferences_files/Pref_image011.gif -Zend/help/Images/preferences_files/Pref_image012.gif -Zend/help/Images/profiling_files/Profil_calltrace.jpg -Zend/help/Images/profiling_files/Profil_function statistics.jpg -Zend/help/Images/profiling_files/Profil_image001.gif -Zend/help/Images/profiling_files/Profil_image002.gif -Zend/help/Images/profiling_files/Profil_image003.gif -Zend/help/Images/profiling_files/Profil_image004.gif -Zend/help/Images/profiling_files/Profil_image005.gif -Zend/help/Images/profiling_files/Profil_image006.gif -Zend/help/Images/profiling_files/Profil_image007.gif -Zend/help/Images/profiling_files/Profil_image008.gif -Zend/help/Images/profiling_files/Profil_image010.jpg -Zend/help/Images/profiling_files/Profil_image011.gif -Zend/help/Images/profiling_files/Profil_image012.gif -Zend/help/Images/profiling_files/Profil_profiler information.jpg -Zend/help/Images/quick_start_files/QS_debuggerbug16.gif -Zend/help/Images/quick_start_files/QS_go16.gif -Zend/help/Images/quick_start_files/QS_image001.gif -Zend/help/Images/quick_start_files/QS_image003.jpg -Zend/help/Images/quick_start_files/QS_image005.jpg -Zend/help/Images/quick_start_files/QS_image006.jpg -Zend/help/Images/quick_start_files/QS_image009.gif -Zend/help/Images/quick_start_files/QS_image011.jpg -Zend/help/Images/quick_start_files/QS_image012.gif -Zend/help/Images/quick_start_files/QS_image013.gif -Zend/help/Images/quick_start_files/QS_image014.gif -Zend/help/Images/quick_start_files/QS_image015.gif -Zend/help/Images/quick_start_files/QS_image016.gif -Zend/help/Images/quick_start_files/QS_image017.gif -Zend/help/Images/quick_start_files/QS_image018.gif -Zend/help/Images/quick_start_files/QS_image019.jpg -Zend/help/Images/quick_start_files/QS_image020.gif -Zend/help/Images/quick_start_files/QS_image021.jpg -Zend/help/Images/quick_start_files/QS_image022.gif -Zend/help/Images/quick_start_files/QS_image023.gif -Zend/help/Images/quick_start_files/QS_image024.jpg -Zend/help/Images/quick_start_files/QS_image025.jpg -Zend/help/Images/quick_start_files/QS_image026.gif -Zend/help/Images/quick_start_files/QS_image027.gif -Zend/help/Images/quick_start_files/QS_image027.jpg -Zend/help/Images/quick_start_files/QS_image029.jpg -Zend/help/Images/quick_start_files/QS_image031.jpg -Zend/help/Images/quick_start_files/QS_run16.gif -Zend/help/Images/quick_start_files/QS_stepinto16.gif -Zend/help/Images/quick_start_files/QS_stepout16.gif -Zend/help/Images/quick_start_files/QS_stepover16.gif -Zend/help/Images/searching_files/Search_image002.gif -Zend/help/Images/searching_files/Search_image003.gif -Zend/help/Images/setting_server_components_files/SetServ_image001.jpg -Zend/help/Images/zend_safeguard_suite_files/SafeGuard_image002.jpg -Zend/help/Images/zend_studio_workplace_files/CSHhelp.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image001.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image002.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image003.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image004.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image005.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image006.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image007.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image008.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image009.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image010.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image011.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image012.jpg -Zend/help/Images/zend_studio_workplace_files/StuWork_image013.jpg -Zend/help/Images/zend_studio_workplace_files/StuWork_image014.gif -Zend/help/Images/zend_studio_workplace_files/copy16.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image015.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image016.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image017.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image018.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image019.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image020.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image021.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image022.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image023.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image024.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image025.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image026.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image027.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image028.gif -Zend/help/Images/zend_studio_workplace_files/StuWork_image029.jpg -Zend/help/Images/zend_studio_workplace_files/StuWork_image030.jpg -Zend/help/Images/zend_studio_workplace_files/StuWork_image031.jpg -Zend/help/Images/zend_studio_workplace_files/StuWork_image032.jpg -Zend/help/Images/zend_studio_workplace_files/StuWork_image033.jpg -Zend/help/Images/zend_studio_workplace_files/StuWork_image034.jpg -Zend/help/Images/zend_studio_workplace_files/accelerator16.gif -Zend/help/Images/zend_studio_workplace_files/analyze16.gif -Zend/help/Images/zend_studio_workplace_files/customization16.gif -Zend/help/Images/zend_studio_workplace_files/cut16.gif -Zend/help/Images/zend_studio_workplace_files/debuggerbug16.gif -Zend/help/Images/zend_studio_workplace_files/encoder16.gif -Zend/help/Images/zend_studio_workplace_files/find16.gif -Zend/help/Images/zend_studio_workplace_files/go16.gif -Zend/help/Images/zend_studio_workplace_files/gotocursor16.gif -Zend/help/Images/zend_studio_workplace_files/help.gif -Zend/help/Images/zend_studio_workplace_files/moveleft16.gif -Zend/help/Images/zend_studio_workplace_files/moveright16.gif -Zend/help/Images/zend_studio_workplace_files/newfile16.gif -Zend/help/Images/zend_studio_workplace_files/openfile16.gif -Zend/help/Images/zend_studio_workplace_files/paste16.gif -Zend/help/Images/zend_studio_workplace_files/pause16.gif -Zend/help/Images/zend_studio_workplace_files/projectproperties.gif -Zend/help/Images/zend_studio_workplace_files/redo16.gif -Zend/help/Images/zend_studio_workplace_files/replace16.gif -Zend/help/Images/zend_studio_workplace_files/run16.gif -Zend/help/Images/zend_studio_workplace_files/savefile16.gif -Zend/help/Images/zend_studio_workplace_files/servercenter32.gif -Zend/help/Images/zend_studio_workplace_files/stepinto16.gif -Zend/help/Images/zend_studio_workplace_files/stepout16.gif -Zend/help/Images/zend_studio_workplace_files/stepover16.gif -Zend/help/Images/zend_studio_workplace_files/stopdebugger16.gif -Zend/help/Images/zend_studio_workplace_files/undo16.gif -Zend/help/JavaHelpSearch/DOCS.TAB -Zend/help/JavaHelpSearch/DOCS -Zend/help/JavaHelpSearch/POSITIONS -Zend/help/JavaHelpSearch/OFFSETS -Zend/help/JavaHelpSearch/SCHEMA -Zend/help/JavaHelpSearch/TMAP -Zend/FullFeatureList.txt -Zend/Zend_Studio_3.5.2_(Client)_InstallLog.xml -@dirrm Zend/jre/bin -@dirrm Zend/jre/lib/applet -@dirrm Zend/jre/lib/i386/native_threads -@dirrm Zend/jre/lib/i386/server -@dirrm Zend/jre/lib/i386/client -@dirrm Zend/jre/lib/i386 -@dirrm Zend/jre/lib/ext -@dirrm Zend/jre/lib/security -@dirrm Zend/jre/lib/fonts -@dirrm Zend/jre/lib/images/cursors -@dirrm Zend/jre/lib/images -@dirrm Zend/jre/lib/audio -@dirrm Zend/jre/lib/locale/de/LC_MESSAGES -@dirrm Zend/jre/lib/locale/de -@dirrm Zend/jre/lib/locale/es/LC_MESSAGES -@dirrm Zend/jre/lib/locale/es -@dirrm Zend/jre/lib/locale/fr/LC_MESSAGES -@dirrm Zend/jre/lib/locale/fr -@dirrm Zend/jre/lib/locale/it/LC_MESSAGES -@dirrm Zend/jre/lib/locale/it -@dirrm Zend/jre/lib/locale/ja/LC_MESSAGES -@dirrm Zend/jre/lib/locale/ja -@dirrm Zend/jre/lib/locale/ko/LC_MESSAGES -@dirrm Zend/jre/lib/locale/ko -@dirrm Zend/jre/lib/locale/ko.UTF-8/LC_MESSAGES -@dirrm Zend/jre/lib/locale/ko.UTF-8 -@dirrm Zend/jre/lib/locale/sv/LC_MESSAGES -@dirrm Zend/jre/lib/locale/sv -@dirrm Zend/jre/lib/locale/zh/LC_MESSAGES -@dirrm Zend/jre/lib/locale/zh -@dirrm Zend/jre/lib/locale/zh.GBK/LC_MESSAGES -@dirrm Zend/jre/lib/locale/zh.GBK -@dirrm Zend/jre/lib/locale/zh_TW/LC_MESSAGES -@dirrm Zend/jre/lib/locale/zh_TW -@dirrm Zend/jre/lib/locale/zh_TW.BIG5/LC_MESSAGES -@dirrm Zend/jre/lib/locale/zh_TW.BIG5 -@dirrm Zend/jre/lib/locale -@dirrm Zend/jre/lib/zi/Africa -@dirrm Zend/jre/lib/zi/America/Indiana -@dirrm Zend/jre/lib/zi/America/North_Dakota -@dirrm Zend/jre/lib/zi/America/Kentucky -@dirrm Zend/jre/lib/zi/America -@dirrm Zend/jre/lib/zi/Antarctica -@dirrm Zend/jre/lib/zi/Asia -@dirrm Zend/jre/lib/zi/Atlantic -@dirrm Zend/jre/lib/zi/Australia -@dirrm Zend/jre/lib/zi/Etc -@dirrm Zend/jre/lib/zi/Europe -@dirrm Zend/jre/lib/zi/Indian -@dirrm Zend/jre/lib/zi/Pacific -@dirrm Zend/jre/lib/zi -@dirrm Zend/jre/lib/cmm -@dirrm Zend/jre/lib/im -@dirrm Zend/jre/lib -@dirrm Zend/jre/man/man1 -@dirrm Zend/jre/man/ja_JP.eucJP/man1 -@dirrm Zend/jre/man/ja_JP.eucJP -@dirrm Zend/jre/man -@dirrm Zend/jre/plugin/desktop -@dirrm Zend/jre/plugin/i386/ns4 -@dirrm Zend/jre/plugin/i386/ns610 -@dirrm Zend/jre/plugin/i386/ns610-gcc32 -@dirrm Zend/jre/plugin/i386 -@dirrm Zend/jre/plugin -@dirrm Zend/jre/javaws/resources -@dirrm Zend/jre/javaws -@dirrm Zend/jre/.systemPrefs -@dirrm Zend/jre -@dirrm Zend/bin/examples/debugdemo -@dirrm Zend/bin/examples -@dirrm Zend/bin/php4 -@dirrm Zend/bin/php5 -@dirrm Zend/bin -@dirrm Zend/lib/php4 -@dirrm Zend/lib/php5 -@dirrm Zend/lib -@dirrm Zend/UninstallerData -@dirrm Zend/scripts -@dirrm Zend/tmp -@dirrm Zend/help/HTML/Creating_and_Monitoring_Watches_files -@dirrm Zend/help/HTML -@dirrm Zend/help/Images/Lost and Found -@dirrm Zend/help/Images/accessing_files_files -@dirrm Zend/help/Images/analyzing_code_files -@dirrm Zend/help/Images/code_introspecting_files -@dirrm Zend/help/Images/code_navigation_files -@dirrm Zend/help/Images/debugging_files -@dirrm Zend/help/Images/editing_files -@dirrm Zend/help/Images/introducing_zend_studio_files -@dirrm Zend/help/Images/managing_a_project_files -@dirrm Zend/help/Images/preferences_files -@dirrm Zend/help/Images/profiling_files -@dirrm Zend/help/Images/quick_start_files -@dirrm Zend/help/Images/searching_files -@dirrm Zend/help/Images/setting_server_components_files -@dirrm Zend/help/Images/zend_safeguard_suite_files -@dirrm Zend/help/Images/zend_studio_workplace_files -@dirrm Zend/help/Images -@dirrm Zend/help/JavaHelpSearch -@dirrm Zend/help/Zend Studio Help JAVA -@dirrm Zend/help -@dirrm Zend diff --git a/emulators/Makefile b/emulators/Makefile index 331ec7d..18f1ffd 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -72,7 +72,6 @@ SUBDIR += m2000 SUBDIR += mastergear SUBDIR += minivmac - SUBDIR += mips64emul SUBDIR += mtools SUBDIR += mupen64 SUBDIR += mupen64-base @@ -86,7 +85,6 @@ SUBDIR += mupen64-sdlinput SUBDIR += mupen64-sound SUBDIR += o2em - SUBDIR += osf1_base SUBDIR += osmose SUBDIR += p-interp SUBDIR += pcemu diff --git a/emulators/mips64emul/Makefile b/emulators/mips64emul/Makefile deleted file mode 100644 index a36cc98..0000000 --- a/emulators/mips64emul/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: mips64emul -# Date created: 05 June, 2004 -# Whom: Juli Mallett <jmallett@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= mips64emul -PORTVERSION= 0.2.4 -PORTEPOCH= 1 -CATEGORIES= emulators -MASTER_SITES= http://gavare.se/mips64emul/src/ - -MAINTAINER= jmallett@FreeBSD.org -COMMENT= A 64-bit MIPS emulator which emulates a variety of machines -DEPRECATED= "port does not fetch, and is supplanted by emulators/gxemul" -EXPIRATION_DATE= 2005-10-16 - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --nox11 - -PLIST_FILES= bin/mips64emul - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha" -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mips64emul ${PREFIX}/bin/mips64emul - -.include <bsd.port.post.mk> diff --git a/emulators/mips64emul/distinfo b/emulators/mips64emul/distinfo deleted file mode 100644 index 36bdc11..0000000 --- a/emulators/mips64emul/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mips64emul-0.2.4.tar.gz) = 6263684b4c0b8447c55b179b8cb371a0 -SIZE (mips64emul-0.2.4.tar.gz) = 863024 diff --git a/emulators/mips64emul/pkg-descr b/emulators/mips64emul/pkg-descr deleted file mode 100644 index 9ee025e..0000000 --- a/emulators/mips64emul/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A 64-bit MIPS emulator which emulates a variety of machines. - -WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/ diff --git a/emulators/osf1_base/Makefile b/emulators/osf1_base/Makefile deleted file mode 100644 index 972c61b..0000000 --- a/emulators/osf1_base/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: osf1_base -# Date created: Mon Feb 03, 1998 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD$ -# - -PORTNAME= osf1_base -PORTVERSION= 4.0f -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.support.compaq.com/private/alpha-tools-software/netscape/ -DISTNAME= netscape-4.7-3.alpha -EXTRACT_SUFX= .rpm - -MAINTAINER= obrien@FreeBSD.org -COMMENT= The base set of libraries needed in OSF/1 (Tru64) mode - -EXTRACT_DEPENDS= rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -ONLY_FOR_ARCHS= alpha - -PREFIX= /compat/osf1 -EXTRACT_CMD= rpm2cpio.pl -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= |${CPIO} -idum -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_FILTER_SHLIBS= yes -NO_MTREE= yes - -do-install: - @if [ -z "`kldstat -v | ${GREP} -E 'osf1_ecoff'`" ]; then \ - ${ECHO} 'OSF/1 (Digital Unix / Tru64) mode is not enabled.\ - Loading OSF/1 kernel module...' | fmt; \ - osf1 || { \ - ${ECHO} 'The OSF/1 kernel module could not be loaded.\ - Please manually load the module and retry.\ - See "man osf1" for details.' | fmt; \ - ${FALSE}; \ - };\ - fi - @${MKDIR} ${PREFIX}/usr/lib - @${LN} -sf ${X11BASE}/lib/X11 ${PREFIX}/usr/lib - @(cd ${WRKSRC} && ${TAR} -cf - etc sbin usr/shlib) | \ - ${TAR} -xpf - -C ${PREFIX} - @cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libc_r.so - @cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthread.so - @cd ${PREFIX}/usr/shlib ; ${LN} -sf libc.so libpthreads.so - @cd ${PREFIX}/sbin ; ${LN} -sf /bin/sh sh - @touch ${PREFIX}/etc/sia/siainitgood - -.include <bsd.port.mk> diff --git a/emulators/osf1_base/distinfo b/emulators/osf1_base/distinfo deleted file mode 100644 index dfb50e4..0000000 --- a/emulators/osf1_base/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (netscape-4.7-3.alpha.rpm) = d46395644f8ac585a51d57b23c08328e -SIZE (netscape-4.7-3.alpha.rpm) = 16589970 diff --git a/emulators/osf1_base/pkg-descr b/emulators/osf1_base/pkg-descr deleted file mode 100644 index 0b05f63..0000000 --- a/emulators/osf1_base/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The osf1_base port contains a minimal selection of shared libraries from a -Compaq Tru64 5.0 installation. These libraries and support files, in -conjunction with the osf1 module, form the basis of the osf1 compatibility -environment. - -OSF/1 RTL contains licensed material from Compaq. -Full license terms available in /compat/osf1/usr/shlib/LICENSE - --- David -obrien@FreeBSD.org diff --git a/emulators/osf1_base/pkg-message b/emulators/osf1_base/pkg-message deleted file mode 100644 index 00e19c3..0000000 --- a/emulators/osf1_base/pkg-message +++ /dev/null @@ -1,2 +0,0 @@ -OSF/1 RTL contains licensed material from Compaq. -Full license terms available in /compat/osf1/usr/shlib/LICENSE diff --git a/emulators/osf1_base/pkg-plist b/emulators/osf1_base/pkg-plist deleted file mode 100644 index 1c0299b..0000000 --- a/emulators/osf1_base/pkg-plist +++ /dev/null @@ -1,34 +0,0 @@ -@comment $FreeBSD$ -usr/shlib/libXm.so -usr/shlib/libXmu.so -usr/shlib/libXt.so -usr/shlib/libX11.so -usr/shlib/libXext.so -usr/shlib/libdnet_stub.so -usr/shlib/libm.so -usr/shlib/libots.so -usr/shlib/libc.so -usr/shlib/libcxx.so -usr/shlib/libexc.so -usr/shlib/libSM.so -usr/shlib/libICE.so -usr/shlib/LICENSE -etc/svc.conf -etc/sia/OSFC2_matrix.conf -etc/sia/bsd_matrix.conf -etc/sia/matrix.conf -etc/sia/siainitgood -sbin/loader -@comment needed symlinks: -usr/shlib/libc_r.so -usr/shlib/libpthread.so -usr/shlib/libpthreads.so -sbin/sh -@exec mkdir -p %D/usr/lib && ln -sf %%X11BASE%%/lib/X11 %D/usr/lib -@unexec rm -f %D/usr/lib/X11 2>&1 > /dev/null -@dirrm sbin -@dirrm etc/sia -@dirrm etc -@dirrm usr/lib -@dirrm usr/shlib -@dirrm usr diff --git a/games/Makefile b/games/Makefile index a79ce83..2e5e006 100644 --- a/games/Makefile +++ b/games/Makefile @@ -104,7 +104,6 @@ SUBDIR += criticalmass SUBDIR += crossfire-client SUBDIR += crossfire-server - SUBDIR += crossword SUBDIR += cryptoslam SUBDIR += csmash SUBDIR += ctris @@ -167,7 +166,6 @@ SUBDIR += foobillard SUBDIR += fotaq SUBDIR += frabs - SUBDIR += freebooters SUBDIR += freebsd-games SUBDIR += freecell-solver SUBDIR += freeciv @@ -204,7 +202,6 @@ SUBDIR += gltron SUBDIR += gma SUBDIR += gnarr - SUBDIR += gniffel SUBDIR += gnmm SUBDIR += gno3dtet SUBDIR += gnome-music-quiz @@ -249,7 +246,6 @@ SUBDIR += heroes SUBDIR += hex SUBDIR += highmoon - SUBDIR += hlserver-action SUBDIR += hlserver-admin SUBDIR += hlserver-cs SUBDIR += hlserver-dod @@ -433,7 +429,6 @@ SUBDIR += pmars-sdl SUBDIR += polypuzzle SUBDIR += powermanga - SUBDIR += powerpak SUBDIR += powwow SUBDIR += pp SUBDIR += ppracer @@ -449,7 +444,6 @@ SUBDIR += pysol SUBDIR += pysol-cardsets SUBDIR += pysol-music - SUBDIR += pythoong SUBDIR += q15 SUBDIR += q3server SUBDIR += q3server-excessive @@ -511,7 +505,6 @@ SUBDIR += sl SUBDIR += slashem-tty SUBDIR += slune - SUBDIR += smacx SUBDIR += smiley SUBDIR += sokoban SUBDIR += sol @@ -547,7 +540,6 @@ SUBDIR += textmaze SUBDIR += thevalley SUBDIR += thudboard - SUBDIR += tictactoe3d SUBDIR += tileworld SUBDIR += tinymux SUBDIR += tkmoo @@ -587,7 +579,6 @@ SUBDIR += urban SUBDIR += urban-sounds SUBDIR += utserver - SUBDIR += utserver-to SUBDIR += vamos SUBDIR += vavoom SUBDIR += vectoroids @@ -633,7 +624,6 @@ SUBDIR += xbomber SUBDIR += xbubble SUBDIR += xchadance - SUBDIR += xchain SUBDIR += xcheckers SUBDIR += xchomp SUBDIR += xcogitate @@ -667,7 +657,6 @@ SUBDIR += xjewel SUBDIR += xjig SUBDIR += xjump - SUBDIR += xjumpjump SUBDIR += xjumpx SUBDIR += xkobo SUBDIR += xkoules @@ -684,19 +673,16 @@ SUBDIR += xminehunter SUBDIR += xmines SUBDIR += xminesweep - SUBDIR += xmj SUBDIR += xmlink SUBDIR += xmoto SUBDIR += xmris SUBDIR += xmulti SUBDIR += xneko - SUBDIR += xnibbles SUBDIR += xoct SUBDIR += xoids SUBDIR += xoj SUBDIR += xonix SUBDIR += xosmulti - SUBDIR += xothello SUBDIR += xpacman SUBDIR += xpanex SUBDIR += xpat2 @@ -734,7 +720,6 @@ SUBDIR += xskewb SUBDIR += xsok SUBDIR += xsokoban - SUBDIR += xsol SUBDIR += xsoldier SUBDIR += xspacewarp SUBDIR += xspringies diff --git a/games/crossword/Makefile b/games/crossword/Makefile deleted file mode 100644 index 39aff87..0000000 --- a/games/crossword/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: crossword -# Date created: Aug 11, 2002 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= crossword -PORTVERSION= 0.8.3 -CATEGORIES= games -MASTER_SITES= http://www.ldc.usb.ve/~96-28234/ - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Crossword Generator - -WRKSRC= ${WRKDIR}/Crossword -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|g" ${WRKSRC}/Makefile - -do-install: -.for file in crossword crossword_heur crw2tex - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin -.endfor - -.include <bsd.port.mk> diff --git a/games/crossword/distinfo b/games/crossword/distinfo deleted file mode 100644 index 8a94901..0000000 --- a/games/crossword/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (crossword-0.8.3.tar.gz) = 605829509e239e99a57137566ebe7f24 -SIZE (crossword-0.8.3.tar.gz) = 167174 diff --git a/games/crossword/files/patch-aa b/games/crossword/files/patch-aa deleted file mode 100644 index c3039c0..0000000 --- a/games/crossword/files/patch-aa +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.orig Sat Oct 19 15:54:54 2002 -+++ Makefile Mon Dec 2 21:09:54 2002 -@@ -1,26 +1,26 @@ --CFLAGS=-Wall -O3 -fexpensive-optimizations -ffast-math -funroll-loops -+#CFLAGS=-Wall -O3 -fexpensive-optimizations -ffast-math -funroll-loops - - all: crossword crossword_heur crw2tex - - crossword: wordset.o crossword.cpp mirandom.o parametros.o Makefile -- gcc $(CFLAGS) crossword.cpp wordset.o mirandom.o parametros.o contador.o -lstdc++ -o crossword -+ $(CXX) $(CXXFLAGS) crossword.cpp wordset.o mirandom.o parametros.o contador.o -o crossword - - crossword_heur: wordset.o crossword.cpp mirandom.o parametros.o Makefile -- gcc $(CFLAGS) -DHEUR crossword.cpp wordset.o mirandom.o parametros.o contador.o -lstdc++ -o crossword_heur -+ $(CXX) $(CXXFLAGS) -DHEUR crossword.cpp wordset.o mirandom.o parametros.o contador.o -o crossword_heur - - wordset.o: wordset.h wordset.cpp contador.o Makefile -- gcc -c $(CFLAGS) wordset.cpp -o wordset.o -+ $(CXX) -c $(CXXFLAGS) wordset.cpp -o wordset.o - - contador.o: contador.h contador.cpp Makefile -- gcc -c $(CFLAGS) contador.cpp -o contador.o -+ $(CXX) -c $(CXXFLAGS) contador.cpp -o contador.o - - mirandom.o: mirandom.cpp mirandom.h Makefile -- gcc -c $(CFLAGS) mirandom.cpp -o mirandom.o -+ $(CXX) -c $(CXXFLAGS) mirandom.cpp -o mirandom.o - - parametros.o: parametros.cpp parametros.h Makefile -- gcc -c $(CFLAGS) parametros.cpp -o parametros.o -+ $(CXX) -c $(CXXFLAGS) parametros.cpp -o parametros.o - - crw2tex: crw2tex.cpp contador.o -- gcc -Wall crw2tex.cpp contador.o -o crw2tex -lstdc++ -+ $(CXX) -Wall crw2tex.cpp contador.o -o crw2tex - clean: - rm -f wordset.o contador.o crossword mirandom.o crw2tex *.log *.aux core *.tex crossword_heur *.dvi *.ps1 parametros.o example.out diff --git a/games/crossword/pkg-descr b/games/crossword/pkg-descr deleted file mode 100644 index 5bb31e5..0000000 --- a/games/crossword/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Crossword Generator generates crosswords from scratch to PostScript. It just -needs the board and a dictionary and it fills it up. It uses an optimized -branch and bound algorithm to try all the posible combinations. There is also -an optional heuristic to speed up the process. This heuristic is not exhastive, -but it gives much better time that the normal one. When the crossword is ready -it can translate it into TeX format so that it can be compiled using LaTeX. diff --git a/games/crossword/pkg-plist b/games/crossword/pkg-plist deleted file mode 100644 index 2325a35..0000000 --- a/games/crossword/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/crossword -bin/crossword_heur -bin/crw2tex diff --git a/games/freebooters/Makefile b/games/freebooters/Makefile deleted file mode 100644 index 72373ec..0000000 --- a/games/freebooters/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: freebooters -# Date created: 02 July 2004 -# Whom: <janos.mohacsi@bsd.hu> -# -# $FreeBSD$ -# - -PORTNAME= freebooters -PORTVERSION= 0.2.1 -CATEGORIES= games -MASTER_SITES= http://download.gna.org/freebooters/ - -MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= Freebooters is a free clone of the classic Pirates! - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_GMAKE= yes -USE_SDL= mixer image sdl ttf -USE_REINPLACE= yes -DOC_FILES= AUTHORS COPYING COPYRIGHT NEWS README \ - README_BUCCANEER TODO manual.tex -MAN6= freebooters.6 buccaneer.6 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on 4.x" -.endif - -do-configure: - ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/sdl_setup.cc - ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/tools.cc - ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/data/freebooters.conf - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc/ && ${INSTALL_DATA} ${DOC_FILES} ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/games/freebooters/distinfo b/games/freebooters/distinfo deleted file mode 100644 index 9c0a759..0000000 --- a/games/freebooters/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (freebooters-0.2.1.tar.gz) = 153fdd7110c48ee93a7f7a894a32a56c -SIZE (freebooters-0.2.1.tar.gz) = 5755859 diff --git a/games/freebooters/files/patch-Makefile b/games/freebooters/files/patch-Makefile deleted file mode 100644 index 7142f31..0000000 --- a/games/freebooters/files/patch-Makefile +++ /dev/null @@ -1,80 +0,0 @@ - -$FreeBSD$ - ---- Makefile.orig Thu Aug 12 14:09:30 2004 -+++ Makefile Wed Sep 29 23:53:01 2004 -@@ -1,16 +1,18 @@ - CXX=g++ --CXXFLAGS=-g -O2 -Wall `sdl-config --cflags` -+CXXFLAGS=-g -O2 -Wall `sdl11-config --cflags` - CXXSOURCES=menu.cc nation.cc freebooters.cc readdata.cc harbour.cc market.cc good.cc world.cc gamemenus.cc sdl_setup.cc player.cc ship.cc seabattle.cc nutship.cc sprite.cc replacecol.cc combatant.cc shots.cc splash.cc gameplay.cc tools.cc savegame.cc - SO_CXXSOURCES=tools.cc menu.cc nation.cc justbattle.cc readdata.cc harbour.cc market.cc good.cc world.cc gamemenus.cc sdl_setup.cc player.cc ship.cc seabattle.cc nutship.cc sprite.cc replacecol.cc combatant.cc shots.cc splash.cc gameplay.cc savegame.cc - OBJECTS=$(CXXSOURCES:.cc=.o) - SO_OBJECTS=$(SO_CXXSOURCES:.cc=.o) - INCLUDE= --LDLIBS=`sdl-config --libs` -lSDL_mixer -lSDL_ttf -lSDL_image -lm -+LDLIBS=`sdl11-config --libs` -lSDL_mixer -lSDL_ttf -lSDL_image -lm - PROGNAME1=freebooters - PROGNAME2=buccaneer --BININSTALLPREFIX=/usr/local/ --DATAINSTALLPREFIX=/usr/local/ --MANDIR=/usr/share/man/ -+BININSTALLPREFIX=${PREFIX} -+DATAINSTALLPREFIX=${PREFIX} -+MANDIR=${PREFIX}/man -+INST_DATA=install -m 644 -o root -g wheel -+INST_BIN=install -s -m 755 -o root -g wheel - - .PHONY: clean install - -@@ -30,27 +32,22 @@ - rm -f *~ - - install: -- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/harbours/ -- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/graphics/ -- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/sprites/ -- mkdir -p $(DATAINSTALLPREFIX)share/games/freebooters/sound/ -- mkdir -p $(BININSTALLPREFIX)share/doc/freebooters/ -- install ./data/freebooters.conf /etc -- install ./graphics/*jpg $(DATAINSTALLPREFIX)share/games/freebooters/graphics -- install ./data/harbours/[a-z]* $(DATAINSTALLPREFIX)share/games/freebooters/harbours -- install ./data/gameplay-parameters.conf $(DATAINSTALLPREFIX)share/games/freebooters -- install ./sprites/*png $(DATAINSTALLPREFIX)share/games/freebooters/sprites -- install ./sound/[a-z]* $(DATAINSTALLPREFIX)share/games/freebooters/sound -- install ./doc/[a-z]* $(BININSTALLPREFIX)share/doc/freebooters -- install ./doc/[AB]* $(BININSTALLPREFIX)share/doc/freebooters -- install ./doc/CO* $(BININSTALLPREFIX)share/doc/freebooters -- install ./doc/ch* $(BININSTALLPREFIX)share/doc/freebooters -- install ./doc/[D-Z]* $(BININSTALLPREFIX)share/doc/freebooters -- install ./vera.ttf $(DATAINSTALLPREFIX)share/games/freebooters -- install ./$(PROGNAME1) $(BININSTALLPREFIX)bin -- install ./$(PROGNAME2) $(BININSTALLPREFIX)bin -- install ./freebooters.6 $(MANDIR)man6 -- install ./buccaneer.6 $(MANDIR)man6 -+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/harbours/ -+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/graphics/ -+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/sprites/ -+ mkdir -p $(DATAINSTALLPREFIX)/share/freebooters/sound/ -+ mkdir -p $(BININSTALLPREFIX)/share/doc/freebooters/ -+ $(INST_DATA) ./data/freebooters.conf $(DATAINSTALLPREFIX)/etc/freebooters.conf.dist -+ $(INST_DATA) ./graphics/*jpg $(DATAINSTALLPREFIX)/share/freebooters/graphics -+ $(INST_DATA) ./data/harbours/[a-z]* $(DATAINSTALLPREFIX)/share/freebooters/harbours -+ $(INST_DATA) ./data/gameplay-parameters.conf $(DATAINSTALLPREFIX)/share/freebooters -+ $(INST_DATA) ./sprites/*png $(DATAINSTALLPREFIX)/share/freebooters/sprites -+ $(INST_DATA) ./sound/[a-z]* $(DATAINSTALLPREFIX)/share/freebooters/sound -+ $(INST_DATA) ./vera.ttf $(DATAINSTALLPREFIX)/share/freebooters -+ $(INST_BIN) ./$(PROGNAME1) $(BININSTALLPREFIX)/bin -+ $(INST_BIN) ./$(PROGNAME2) $(BININSTALLPREFIX)/bin -+ $(INST_DATA) ./freebooters.6 $(MANDIR)/man6 -+ $(INST_DATA) ./buccaneer.6 $(MANDIR)/man6 - - uninstall: - rm -rf $(DATAINSTALLPREFIX)share/games/freebooters/ -@@ -58,4 +55,4 @@ - rm -f $(BININSTALLPREFIX)bin/$(PROGNAME1) - rm -f $(BININSTALLPREFIX)bin/$(PROGNAME2) - rm -f $(MANDIR)man6/buccaneer.6 -- rm -f $(MANDIR)man6/freebooters.6 -\ No newline at end of file -+ rm -f $(MANDIR)man6/freebooters.6 diff --git a/games/freebooters/files/patch-data_freebooters.conf b/games/freebooters/files/patch-data_freebooters.conf deleted file mode 100644 index be88480..0000000 --- a/games/freebooters/files/patch-data_freebooters.conf +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD$ - ---- data/freebooters.conf.orig Thu Sep 30 00:50:38 2004 -+++ data/freebooters.conf Thu Sep 30 00:51:29 2004 -@@ -1,3 +1,3 @@ - # This is the path to the Freebooters game data (with trailing /) --datadir=/usr/local/share/games/freebooters/ --sound=yes -\ No newline at end of file -+datadir=%%PREFIX%%/share/freebooters/ -+sound=yes diff --git a/games/freebooters/files/patch-sdl__setup.cc b/games/freebooters/files/patch-sdl__setup.cc deleted file mode 100644 index f79d195..0000000 --- a/games/freebooters/files/patch-sdl__setup.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- sdl_setup.cc.orig Thu Sep 30 00:32:24 2004 -+++ sdl_setup.cc Thu Sep 30 00:39:30 2004 -@@ -59,7 +59,7 @@ - int audio_buffers = 4096; - - -- readdata config("/etc/freebooters.conf"); -+ readdata config("%%PREFIX%%/etc/freebooters.conf"); - - if (config.get_str("sound") != "no") - { diff --git a/games/freebooters/files/patch-tools.cc b/games/freebooters/files/patch-tools.cc deleted file mode 100644 index 0dfad2b..0000000 --- a/games/freebooters/files/patch-tools.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- tools.cc.orig Thu Sep 30 00:32:43 2004 -+++ tools.cc Thu Sep 30 00:45:46 2004 -@@ -46,7 +46,7 @@ - path_to_data_dir = ""; - return; - #else -- readdata config("/etc/freebooters.conf"); -+ readdata config("%%PREFIX%%/etc/freebooters.conf"); - - if (config.get_str("datadir") == "") - path_to_data_dir = ""; diff --git a/games/freebooters/pkg-descr b/games/freebooters/pkg-descr deleted file mode 100644 index eb4aa1b..0000000 --- a/games/freebooters/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The Caribbean Sea in the late 16th century: The Dutch, French, English and -Spanish crown aim to expand their areas of influence. You as an -auspiscious young captain are trying to make the best of it, as you may -either become a brave merchant soul, a freebooting hero of your crown or a -bloodlusty dreaded pirate leader. - -Freebooters will hopefully become a free clone of the Sid Meier classic -Pirates!. It's written in C++ using SDL and licensed under the GNU General -Public License. - -WWW: http://home.gna.org/freebooters/ diff --git a/games/freebooters/pkg-plist b/games/freebooters/pkg-plist deleted file mode 100644 index c0ff21c..0000000 --- a/games/freebooters/pkg-plist +++ /dev/null @@ -1,378 +0,0 @@ -bin/freebooters -bin/buccaneer -etc/freebooters.conf.dist -%%DATADIR%%/gameplay-parameters.conf -%%DATADIR%%/graphics/britain.jpg -%%DATADIR%%/graphics/caribbean.jpg -%%DATADIR%%/graphics/dutch.jpg -%%DATADIR%%/graphics/france.jpg -%%DATADIR%%/graphics/freebooters.jpg -%%DATADIR%%/graphics/gnucifers.jpg -%%DATADIR%%/graphics/governor.jpg -%%DATADIR%%/graphics/graves.jpg -%%DATADIR%%/graphics/harbour.jpg -%%DATADIR%%/graphics/market.jpg -%%DATADIR%%/graphics/on-sea.jpg -%%DATADIR%%/graphics/pirates.jpg -%%DATADIR%%/graphics/shipyard.jpg -%%DATADIR%%/graphics/spain.jpg -%%DATADIR%%/graphics/tavern.jpg -%%DATADIR%%/graphics/title-buc.jpg -%%DATADIR%%/harbours/antigua -%%DATADIR%%/harbours/curacao -%%DATADIR%%/harbours/grenada -%%DATADIR%%/harbours/havana -%%DATADIR%%/harbours/portroyale -%%DATADIR%%/harbours/puertoprincipe -%%DATADIR%%/harbours/santacatalina -%%DATADIR%%/harbours/santodomingo -%%DATADIR%%/harbours/staugustine -%%DATADIR%%/harbours/template -%%DATADIR%%/harbours/trinidad -%%DATADIR%%/sprites/ball1.png -%%DATADIR%%/sprites/ball2.png -%%DATADIR%%/sprites/ball3.png -%%DATADIR%%/sprites/ball4.png -%%DATADIR%%/sprites/ball5.png -%%DATADIR%%/sprites/ball6.png -%%DATADIR%%/sprites/ball7.png -%%DATADIR%%/sprites/ball8.png -%%DATADIR%%/sprites/barrel.png -%%DATADIR%%/sprites/bombexplosion.png -%%DATADIR%%/sprites/bottle.png -%%DATADIR%%/sprites/chest.png -%%DATADIR%%/sprites/cursor.png -%%DATADIR%%/sprites/flag-dutch-small.png -%%DATADIR%%/sprites/flag-dutch.png -%%DATADIR%%/sprites/flag-english-small.png -%%DATADIR%%/sprites/flag-english.png -%%DATADIR%%/sprites/flag-french-small.png -%%DATADIR%%/sprites/flag-french.png -%%DATADIR%%/sprites/flag-pirate.png -%%DATADIR%%/sprites/flag-spanish-small.png -%%DATADIR%%/sprites/flag-spanish.png -%%DATADIR%%/sprites/hook.png -%%DATADIR%%/sprites/left-arrow.png -%%DATADIR%%/sprites/rboat_1_1.png -%%DATADIR%%/sprites/rboat_1_10.png -%%DATADIR%%/sprites/rboat_1_11.png -%%DATADIR%%/sprites/rboat_1_12.png -%%DATADIR%%/sprites/rboat_1_13.png -%%DATADIR%%/sprites/rboat_1_14.png -%%DATADIR%%/sprites/rboat_1_15.png -%%DATADIR%%/sprites/rboat_1_16.png -%%DATADIR%%/sprites/rboat_1_17.png -%%DATADIR%%/sprites/rboat_1_18.png -%%DATADIR%%/sprites/rboat_1_19.png -%%DATADIR%%/sprites/rboat_1_2.png -%%DATADIR%%/sprites/rboat_1_20.png -%%DATADIR%%/sprites/rboat_1_21.png -%%DATADIR%%/sprites/rboat_1_22.png -%%DATADIR%%/sprites/rboat_1_23.png -%%DATADIR%%/sprites/rboat_1_24.png -%%DATADIR%%/sprites/rboat_1_25.png -%%DATADIR%%/sprites/rboat_1_26.png -%%DATADIR%%/sprites/rboat_1_27.png -%%DATADIR%%/sprites/rboat_1_28.png -%%DATADIR%%/sprites/rboat_1_29.png -%%DATADIR%%/sprites/rboat_1_3.png -%%DATADIR%%/sprites/rboat_1_30.png -%%DATADIR%%/sprites/rboat_1_31.png -%%DATADIR%%/sprites/rboat_1_32.png -%%DATADIR%%/sprites/rboat_1_33.png -%%DATADIR%%/sprites/rboat_1_34.png -%%DATADIR%%/sprites/rboat_1_35.png -%%DATADIR%%/sprites/rboat_1_36.png -%%DATADIR%%/sprites/rboat_1_4.png -%%DATADIR%%/sprites/rboat_1_5.png -%%DATADIR%%/sprites/rboat_1_6.png -%%DATADIR%%/sprites/rboat_1_7.png -%%DATADIR%%/sprites/rboat_1_8.png -%%DATADIR%%/sprites/rboat_1_9.png -%%DATADIR%%/sprites/rboat_2_1.png -%%DATADIR%%/sprites/rboat_2_10.png -%%DATADIR%%/sprites/rboat_2_11.png -%%DATADIR%%/sprites/rboat_2_12.png -%%DATADIR%%/sprites/rboat_2_13.png -%%DATADIR%%/sprites/rboat_2_14.png -%%DATADIR%%/sprites/rboat_2_15.png -%%DATADIR%%/sprites/rboat_2_16.png -%%DATADIR%%/sprites/rboat_2_17.png -%%DATADIR%%/sprites/rboat_2_18.png -%%DATADIR%%/sprites/rboat_2_19.png -%%DATADIR%%/sprites/rboat_2_2.png -%%DATADIR%%/sprites/rboat_2_20.png -%%DATADIR%%/sprites/rboat_2_21.png -%%DATADIR%%/sprites/rboat_2_22.png -%%DATADIR%%/sprites/rboat_2_23.png -%%DATADIR%%/sprites/rboat_2_24.png -%%DATADIR%%/sprites/rboat_2_25.png -%%DATADIR%%/sprites/rboat_2_26.png -%%DATADIR%%/sprites/rboat_2_27.png -%%DATADIR%%/sprites/rboat_2_28.png -%%DATADIR%%/sprites/rboat_2_29.png -%%DATADIR%%/sprites/rboat_2_3.png -%%DATADIR%%/sprites/rboat_2_30.png -%%DATADIR%%/sprites/rboat_2_31.png -%%DATADIR%%/sprites/rboat_2_32.png -%%DATADIR%%/sprites/rboat_2_33.png -%%DATADIR%%/sprites/rboat_2_34.png -%%DATADIR%%/sprites/rboat_2_35.png -%%DATADIR%%/sprites/rboat_2_36.png -%%DATADIR%%/sprites/rboat_2_4.png -%%DATADIR%%/sprites/rboat_2_5.png -%%DATADIR%%/sprites/rboat_2_6.png -%%DATADIR%%/sprites/rboat_2_7.png -%%DATADIR%%/sprites/rboat_2_8.png -%%DATADIR%%/sprites/rboat_2_9.png -%%DATADIR%%/sprites/rboat_3_1.png -%%DATADIR%%/sprites/rboat_3_10.png -%%DATADIR%%/sprites/rboat_3_11.png -%%DATADIR%%/sprites/rboat_3_12.png -%%DATADIR%%/sprites/rboat_3_13.png -%%DATADIR%%/sprites/rboat_3_14.png -%%DATADIR%%/sprites/rboat_3_15.png -%%DATADIR%%/sprites/rboat_3_16.png -%%DATADIR%%/sprites/rboat_3_17.png -%%DATADIR%%/sprites/rboat_3_18.png -%%DATADIR%%/sprites/rboat_3_19.png -%%DATADIR%%/sprites/rboat_3_2.png -%%DATADIR%%/sprites/rboat_3_20.png -%%DATADIR%%/sprites/rboat_3_21.png -%%DATADIR%%/sprites/rboat_3_22.png -%%DATADIR%%/sprites/rboat_3_23.png -%%DATADIR%%/sprites/rboat_3_24.png -%%DATADIR%%/sprites/rboat_3_25.png -%%DATADIR%%/sprites/rboat_3_26.png -%%DATADIR%%/sprites/rboat_3_27.png -%%DATADIR%%/sprites/rboat_3_28.png -%%DATADIR%%/sprites/rboat_3_29.png -%%DATADIR%%/sprites/rboat_3_3.png -%%DATADIR%%/sprites/rboat_3_30.png -%%DATADIR%%/sprites/rboat_3_31.png -%%DATADIR%%/sprites/rboat_3_32.png -%%DATADIR%%/sprites/rboat_3_33.png -%%DATADIR%%/sprites/rboat_3_34.png -%%DATADIR%%/sprites/rboat_3_35.png -%%DATADIR%%/sprites/rboat_3_36.png -%%DATADIR%%/sprites/rboat_3_4.png -%%DATADIR%%/sprites/rboat_3_5.png -%%DATADIR%%/sprites/rboat_3_6.png -%%DATADIR%%/sprites/rboat_3_7.png -%%DATADIR%%/sprites/rboat_3_8.png -%%DATADIR%%/sprites/rboat_3_9.png -%%DATADIR%%/sprites/rboat_4_1.png -%%DATADIR%%/sprites/rboat_4_10.png -%%DATADIR%%/sprites/rboat_4_11.png -%%DATADIR%%/sprites/rboat_4_12.png -%%DATADIR%%/sprites/rboat_4_13.png -%%DATADIR%%/sprites/rboat_4_14.png -%%DATADIR%%/sprites/rboat_4_15.png -%%DATADIR%%/sprites/rboat_4_16.png -%%DATADIR%%/sprites/rboat_4_17.png -%%DATADIR%%/sprites/rboat_4_18.png -%%DATADIR%%/sprites/rboat_4_19.png -%%DATADIR%%/sprites/rboat_4_2.png -%%DATADIR%%/sprites/rboat_4_20.png -%%DATADIR%%/sprites/rboat_4_21.png -%%DATADIR%%/sprites/rboat_4_22.png -%%DATADIR%%/sprites/rboat_4_23.png -%%DATADIR%%/sprites/rboat_4_24.png -%%DATADIR%%/sprites/rboat_4_25.png -%%DATADIR%%/sprites/rboat_4_26.png -%%DATADIR%%/sprites/rboat_4_27.png -%%DATADIR%%/sprites/rboat_4_28.png -%%DATADIR%%/sprites/rboat_4_29.png -%%DATADIR%%/sprites/rboat_4_3.png -%%DATADIR%%/sprites/rboat_4_30.png -%%DATADIR%%/sprites/rboat_4_31.png -%%DATADIR%%/sprites/rboat_4_32.png -%%DATADIR%%/sprites/rboat_4_33.png -%%DATADIR%%/sprites/rboat_4_34.png -%%DATADIR%%/sprites/rboat_4_35.png -%%DATADIR%%/sprites/rboat_4_36.png -%%DATADIR%%/sprites/rboat_4_4.png -%%DATADIR%%/sprites/rboat_4_5.png -%%DATADIR%%/sprites/rboat_4_6.png -%%DATADIR%%/sprites/rboat_4_7.png -%%DATADIR%%/sprites/rboat_4_8.png -%%DATADIR%%/sprites/rboat_4_9.png -%%DATADIR%%/sprites/rboat_5_1.png -%%DATADIR%%/sprites/rboat_5_10.png -%%DATADIR%%/sprites/rboat_5_11.png -%%DATADIR%%/sprites/rboat_5_12.png -%%DATADIR%%/sprites/rboat_5_13.png -%%DATADIR%%/sprites/rboat_5_14.png -%%DATADIR%%/sprites/rboat_5_15.png -%%DATADIR%%/sprites/rboat_5_16.png -%%DATADIR%%/sprites/rboat_5_17.png -%%DATADIR%%/sprites/rboat_5_18.png -%%DATADIR%%/sprites/rboat_5_19.png -%%DATADIR%%/sprites/rboat_5_2.png -%%DATADIR%%/sprites/rboat_5_20.png -%%DATADIR%%/sprites/rboat_5_21.png -%%DATADIR%%/sprites/rboat_5_22.png -%%DATADIR%%/sprites/rboat_5_23.png -%%DATADIR%%/sprites/rboat_5_24.png -%%DATADIR%%/sprites/rboat_5_25.png -%%DATADIR%%/sprites/rboat_5_26.png -%%DATADIR%%/sprites/rboat_5_27.png -%%DATADIR%%/sprites/rboat_5_28.png -%%DATADIR%%/sprites/rboat_5_29.png -%%DATADIR%%/sprites/rboat_5_3.png -%%DATADIR%%/sprites/rboat_5_30.png -%%DATADIR%%/sprites/rboat_5_31.png -%%DATADIR%%/sprites/rboat_5_32.png -%%DATADIR%%/sprites/rboat_5_33.png -%%DATADIR%%/sprites/rboat_5_34.png -%%DATADIR%%/sprites/rboat_5_35.png -%%DATADIR%%/sprites/rboat_5_36.png -%%DATADIR%%/sprites/rboat_5_4.png -%%DATADIR%%/sprites/rboat_5_5.png -%%DATADIR%%/sprites/rboat_5_6.png -%%DATADIR%%/sprites/rboat_5_7.png -%%DATADIR%%/sprites/rboat_5_8.png -%%DATADIR%%/sprites/rboat_5_9.png -%%DATADIR%%/sprites/rboat_6_1.png -%%DATADIR%%/sprites/rboat_6_10.png -%%DATADIR%%/sprites/rboat_6_11.png -%%DATADIR%%/sprites/rboat_6_12.png -%%DATADIR%%/sprites/rboat_6_13.png -%%DATADIR%%/sprites/rboat_6_14.png -%%DATADIR%%/sprites/rboat_6_15.png -%%DATADIR%%/sprites/rboat_6_16.png -%%DATADIR%%/sprites/rboat_6_17.png -%%DATADIR%%/sprites/rboat_6_18.png -%%DATADIR%%/sprites/rboat_6_19.png -%%DATADIR%%/sprites/rboat_6_2.png -%%DATADIR%%/sprites/rboat_6_20.png -%%DATADIR%%/sprites/rboat_6_21.png -%%DATADIR%%/sprites/rboat_6_22.png -%%DATADIR%%/sprites/rboat_6_23.png -%%DATADIR%%/sprites/rboat_6_24.png -%%DATADIR%%/sprites/rboat_6_25.png -%%DATADIR%%/sprites/rboat_6_26.png -%%DATADIR%%/sprites/rboat_6_27.png -%%DATADIR%%/sprites/rboat_6_28.png -%%DATADIR%%/sprites/rboat_6_29.png -%%DATADIR%%/sprites/rboat_6_3.png -%%DATADIR%%/sprites/rboat_6_30.png -%%DATADIR%%/sprites/rboat_6_31.png -%%DATADIR%%/sprites/rboat_6_32.png -%%DATADIR%%/sprites/rboat_6_33.png -%%DATADIR%%/sprites/rboat_6_34.png -%%DATADIR%%/sprites/rboat_6_35.png -%%DATADIR%%/sprites/rboat_6_36.png -%%DATADIR%%/sprites/rboat_6_4.png -%%DATADIR%%/sprites/rboat_6_5.png -%%DATADIR%%/sprites/rboat_6_6.png -%%DATADIR%%/sprites/rboat_6_7.png -%%DATADIR%%/sprites/rboat_6_8.png -%%DATADIR%%/sprites/rboat_6_9.png -%%DATADIR%%/sprites/rboat_7_1.png -%%DATADIR%%/sprites/rboat_7_10.png -%%DATADIR%%/sprites/rboat_7_11.png -%%DATADIR%%/sprites/rboat_7_12.png -%%DATADIR%%/sprites/rboat_7_13.png -%%DATADIR%%/sprites/rboat_7_14.png -%%DATADIR%%/sprites/rboat_7_15.png -%%DATADIR%%/sprites/rboat_7_16.png -%%DATADIR%%/sprites/rboat_7_17.png -%%DATADIR%%/sprites/rboat_7_18.png -%%DATADIR%%/sprites/rboat_7_19.png -%%DATADIR%%/sprites/rboat_7_2.png -%%DATADIR%%/sprites/rboat_7_20.png -%%DATADIR%%/sprites/rboat_7_21.png -%%DATADIR%%/sprites/rboat_7_22.png -%%DATADIR%%/sprites/rboat_7_23.png -%%DATADIR%%/sprites/rboat_7_24.png -%%DATADIR%%/sprites/rboat_7_25.png -%%DATADIR%%/sprites/rboat_7_26.png -%%DATADIR%%/sprites/rboat_7_27.png -%%DATADIR%%/sprites/rboat_7_28.png -%%DATADIR%%/sprites/rboat_7_29.png -%%DATADIR%%/sprites/rboat_7_3.png -%%DATADIR%%/sprites/rboat_7_30.png -%%DATADIR%%/sprites/rboat_7_31.png -%%DATADIR%%/sprites/rboat_7_32.png -%%DATADIR%%/sprites/rboat_7_33.png -%%DATADIR%%/sprites/rboat_7_34.png -%%DATADIR%%/sprites/rboat_7_35.png -%%DATADIR%%/sprites/rboat_7_36.png -%%DATADIR%%/sprites/rboat_7_4.png -%%DATADIR%%/sprites/rboat_7_5.png -%%DATADIR%%/sprites/rboat_7_6.png -%%DATADIR%%/sprites/rboat_7_7.png -%%DATADIR%%/sprites/rboat_7_8.png -%%DATADIR%%/sprites/rboat_7_9.png -%%DATADIR%%/sprites/right-arrow.png -%%DATADIR%%/sprites/rose1.png -%%DATADIR%%/sprites/rose10.png -%%DATADIR%%/sprites/rose11.png -%%DATADIR%%/sprites/rose12.png -%%DATADIR%%/sprites/rose13.png -%%DATADIR%%/sprites/rose14.png -%%DATADIR%%/sprites/rose15.png -%%DATADIR%%/sprites/rose16.png -%%DATADIR%%/sprites/rose17.png -%%DATADIR%%/sprites/rose18.png -%%DATADIR%%/sprites/rose19.png -%%DATADIR%%/sprites/rose2.png -%%DATADIR%%/sprites/rose20.png -%%DATADIR%%/sprites/rose21.png -%%DATADIR%%/sprites/rose22.png -%%DATADIR%%/sprites/rose23.png -%%DATADIR%%/sprites/rose24.png -%%DATADIR%%/sprites/rose25.png -%%DATADIR%%/sprites/rose26.png -%%DATADIR%%/sprites/rose27.png -%%DATADIR%%/sprites/rose28.png -%%DATADIR%%/sprites/rose29.png -%%DATADIR%%/sprites/rose3.png -%%DATADIR%%/sprites/rose30.png -%%DATADIR%%/sprites/rose31.png -%%DATADIR%%/sprites/rose32.png -%%DATADIR%%/sprites/rose33.png -%%DATADIR%%/sprites/rose34.png -%%DATADIR%%/sprites/rose35.png -%%DATADIR%%/sprites/rose36.png -%%DATADIR%%/sprites/rose4.png -%%DATADIR%%/sprites/rose5.png -%%DATADIR%%/sprites/rose6.png -%%DATADIR%%/sprites/rose7.png -%%DATADIR%%/sprites/rose8.png -%%DATADIR%%/sprites/rose9.png -%%DATADIR%%/sprites/splashani.png -%%DATADIR%%/sprites/stegl.png -%%DATADIR%%/sprites/stegr.png -%%DATADIR%%/sprites/wasser1.png -%%DATADIR%%/sprites/wasser10.png -%%DATADIR%%/sprites/wasser2.png -%%DATADIR%%/sprites/wasser3.png -%%DATADIR%%/sprites/wasser4.png -%%DATADIR%%/sprites/wasser5.png -%%DATADIR%%/sprites/wasser6.png -%%DATADIR%%/sprites/wasser7.png -%%DATADIR%%/sprites/wasser8.png -%%DATADIR%%/sprites/wasser9.png -%%DATADIR%%/sprites/water.png -%%DATADIR%%/sound/explode.wav -%%DATADIR%%/sound/shot.wav -%%DATADIR%%/sound/splash.wav -%%DATADIR%%/sound/tarzan.wav -%%DATADIR%%/sound/thecatch.xm -%%DATADIR%%/vera.ttf -@dirrm %%DATADIR%%/sound -@dirrm %%DATADIR%%/sprites -@dirrm %%DATADIR%%/harbours -@dirrm %%DATADIR%%/graphics -@dirrm %%DATADIR%% -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README_BUCCANEER -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/manual.tex -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/games/gniffel/Makefile b/games/gniffel/Makefile deleted file mode 100644 index bb921de..0000000 --- a/games/gniffel/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gniffel -# Date created: 6 October 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gniffel -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= games gnome -# mastersite disappeared in February 2002 -MASTER_SITES= # http://www.informatik.fh-wiesbaden.de/~i820/downloads/ - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A clone of the famous Yatzi game, also known as Kniffel, for GNOME - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/games/gniffel/distinfo b/games/gniffel/distinfo deleted file mode 100644 index 0cddb92..0000000 --- a/games/gniffel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gniffel-0.1.tar.bz2) = 07cdd11ad9417692f16ef8c9202106f1 -SIZE (gniffel-0.1.tar.bz2) = 155393 diff --git a/games/gniffel/files/patch-aa b/games/gniffel/files/patch-aa deleted file mode 100644 index 066f39e..0000000 --- a/games/gniffel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure 2000/10/06 07:06:27 1.1 -+++ configure 2000/10/06 07:06:36 -@@ -1391,7 +1391,7 @@ - ISC= - fi - --CFLAGS=-O2 -+#CFLAGS=-O2 - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 diff --git a/games/gniffel/pkg-descr b/games/gniffel/pkg-descr deleted file mode 100644 index 53a4469..0000000 --- a/games/gniffel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A clone of the famous Yatzi game, also known as Kniffel in Germany. It is -similar to gTali in the gngames package. It should not be better than gtali, -or cooler, it is just another game of this kind. diff --git a/games/gniffel/pkg-plist b/games/gniffel/pkg-plist deleted file mode 100644 index bf7d0a7..0000000 --- a/games/gniffel/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/gniffel -share/gnome/apps/Games/gniffel.desktop -share/gnome/help/gniffel/C/index.html -share/gnome/help/gniffel/C/topic.dat -share/gnome/help/gniffel/de/index.html -share/gnome/help/gniffel/de/topic.dat -share/gnome/pixmaps/gniffel/gnome-die-1.xpm -share/gnome/pixmaps/gniffel/gnome-die-1_hilite.xpm -share/gnome/pixmaps/gniffel/gnome-die-2.xpm -share/gnome/pixmaps/gniffel/gnome-die-2_hilite.xpm -share/gnome/pixmaps/gniffel/gnome-die-3.xpm -share/gnome/pixmaps/gniffel/gnome-die-3_hilite.xpm -share/gnome/pixmaps/gniffel/gnome-die-4.xpm -share/gnome/pixmaps/gniffel/gnome-die-4_hilite.xpm -share/gnome/pixmaps/gniffel/gnome-die-5.xpm -share/gnome/pixmaps/gniffel/gnome-die-5_hilite.xpm -share/gnome/pixmaps/gniffel/gnome-die-6.xpm -share/gnome/pixmaps/gniffel/gnome-die-6_hilite.xpm -share/gnome/pixmaps/gnome-gniffel.png -@dirrm share/gnome/pixmaps/gniffel -@dirrm share/gnome/help/gniffel/de -@dirrm share/gnome/help/gniffel/C -@dirrm share/gnome/help/gniffel diff --git a/games/hlserver-action/Makefile b/games/hlserver-action/Makefile deleted file mode 100644 index 3939b0a..0000000 --- a/games/hlserver-action/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: Action Server -# Date created: Wed Apr 25 11:45:11 SAST 2001 -# Whom: markm@freebsd.org et al -# -# $FreeBSD$ -# - -PORTNAME= action -PORTVERSION= 0.5 -PORTREVISION= 1 -MASTER_SITES= ftp://ftp.wanadoo.nl/pub/wanadoo/games/HalfLife/Action-Halflife/ \ - ftp://ftp.exp-network.de/hl/mod/ahl/ -DISTNAME= action50 - -COMMENT= Action Half-Life mod full server package for Linux -BROKEN= "Can't fetch file and project went inactive" -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf - -.include "${HALFLIFE_PORT_MASTER}/Makefile" diff --git a/games/hlserver-action/distinfo b/games/hlserver-action/distinfo deleted file mode 100644 index 9340665..0000000 --- a/games/hlserver-action/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (action50.tar.gz) = b1e9c61303c72b5c2f3795fb58b50ce8 -SIZE (action50.tar.gz) = 99157100 diff --git a/games/hlserver-action/pkg-descr b/games/hlserver-action/pkg-descr deleted file mode 100644 index 8f82b7b..0000000 --- a/games/hlserver-action/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This package contains the files to run a FreeBSD Action Half-Life -Beta 4 server under Linux emulation. - -Visit these following web pages for more information: - -WWW: http://ahl.action-web.net/ - -- Mark Murray -markm@freebsd.org diff --git a/games/hlserver-action/pkg-plist b/games/hlserver-action/pkg-plist deleted file mode 100644 index a35ae04..0000000 --- a/games/hlserver-action/pkg-plist +++ /dev/null @@ -1,1342 +0,0 @@ -%%HLDSDIR%%action/5am.wad -%%PORTDOCS%%%%HLDSDIR%%action/AHL Config and Development readme.txt -%%PORTDOCS%%%%HLDSDIR%%action/ahl_credits.txt -%%HLDSDIR%%action/ahl_napoli.wad -%%HLDSDIR%%action/autoexec.cfg -%%HLDSDIR%%action/banana.txt -%%HLDSDIR%%action/banana.wad -%%HLDSDIR%%action/botinfo/50Cal.bif -%%HLDSDIR%%action/botinfo/Angus.bif -%%HLDSDIR%%action/botinfo/BandoColt.bif -%%HLDSDIR%%action/botinfo/Beretta.bif -%%HLDSDIR%%action/botinfo/Berettas.bif -%%HLDSDIR%%action/botinfo/Colin.bif -%%HLDSDIR%%action/botinfo/Colt.bif -%%HLDSDIR%%action/botinfo/Colts.bif -%%HLDSDIR%%action/botinfo/DEagle.bif -%%HLDSDIR%%action/botinfo/Handcannon.bif -%%HLDSDIR%%action/botinfo/Knives.bif -%%HLDSDIR%%action/botinfo/Leon.bif -%%HLDSDIR%%action/botinfo/M4.bif -%%HLDSDIR%%action/botinfo/Magnum.bif -%%HLDSDIR%%action/botinfo/Mook.bif -%%HLDSDIR%%action/botinfo/Mp5.bif -%%HLDSDIR%%action/botinfo/Nova.bif -%%HLDSDIR%%action/botinfo/Random.bif -%%HLDSDIR%%action/botinfo/SAA.bif -%%HLDSDIR%%action/botinfo/Saas.bif -%%HLDSDIR%%action/botinfo/Shotgun.bif -%%HLDSDIR%%action/botinfo/Sniper.bif -%%HLDSDIR%%action/botinfo/biflist.txt -%%HLDSDIR%%action/botinfo/default.bif -%%HLDSDIR%%action/botinfo/die.bif -%%HLDSDIR%%action/botinfo/heath.bif -%%HLDSDIR%%action/botinfo/hide.bif -%%HLDSDIR%%action/botinfo/kaoru.bif -%%HLDSDIR%%action/botinfo/kirt.bif -%%HLDSDIR%%action/botinfo/kyo.bif -%%HLDSDIR%%action/botinfo/luebbi.bif -%%HLDSDIR%%action/botinfo/luke.bif -%%HLDSDIR%%action/botinfo/mrt.bif -%%HLDSDIR%%action/botinfo/paddy.bif -%%HLDSDIR%%action/botinfo/pata.bif -%%HLDSDIR%%action/botinfo/shaft.bif -%%HLDSDIR%%action/botinfo/shinya.bif -%%HLDSDIR%%action/botinfo/toshi.bif -%%HLDSDIR%%action/botinfo/toshiya.bif -%%HLDSDIR%%action/botinfo/yoshiki.bif -%%HLDSDIR%%action/cached.wad -%%PORTDOCS%%%%HLDSDIR%%action/changes.txt -%%HLDSDIR%%action/chswrx01.wad -%%HLDSDIR%%action/cl_dlls/client.dll -%%HLDSDIR%%action/cl_dlls/p2fx.dll -%%HLDSDIR%%action/config.cfg -%%HLDSDIR%%action/custom.hpk -%%HLDSDIR%%action/decals.wad -%%HLDSDIR%%action/delta.lst -%%HLDSDIR%%action/dlls/ahl.dll -%%HLDSDIR%%action/dlls/ahl_i386.so -%%HLDSDIR%%action/endlrainhc.wad -%%HLDSDIR%%action/events/50cal.sc -%%HLDSDIR%%action/events/50cal_2.sc -%%HLDSDIR%%action/events/akimbo.sc -%%HLDSDIR%%action/events/akimbo_2.sc -%%HLDSDIR%%action/events/akimcolt.sc -%%HLDSDIR%%action/events/akimcolt_2.sc -%%HLDSDIR%%action/events/akimsaa.sc -%%HLDSDIR%%action/events/akimsaa_2.sc -%%HLDSDIR%%action/events/anaconda.sc -%%HLDSDIR%%action/events/anaconda_2.sc -%%HLDSDIR%%action/events/beretta.sc -%%HLDSDIR%%action/events/beretta_2.sc -%%HLDSDIR%%action/events/blood.sc -%%HLDSDIR%%action/events/colt.sc -%%HLDSDIR%%action/events/coltSAA.sc -%%HLDSDIR%%action/events/coltSAA_2.sc -%%HLDSDIR%%action/events/colt_2.sc -%%HLDSDIR%%action/events/corpse.sc -%%HLDSDIR%%action/events/de50.sc -%%HLDSDIR%%action/events/de50_2.sc -%%HLDSDIR%%action/events/gibbed.sc -%%HLDSDIR%%action/events/grenade.sc -%%HLDSDIR%%action/events/handcannon.sc -%%HLDSDIR%%action/events/handcannon_2.sc -%%HLDSDIR%%action/events/m4.sc -%%HLDSDIR%%action/events/m4_2.sc -%%HLDSDIR%%action/events/monster12mm.sc -%%HLDSDIR%%action/events/monstermp5.sc -%%HLDSDIR%%action/events/mp5.sc -%%HLDSDIR%%action/events/mp5_2.sc -%%HLDSDIR%%action/events/shotgun.sc -%%HLDSDIR%%action/events/shotgun_2.sc -%%HLDSDIR%%action/events/sniper.sc -%%HLDSDIR%%action/events/sniper_2.sc -%%HLDSDIR%%action/events/tk.sc -%%HLDSDIR%%action/events/train.sc -%%HLDSDIR%%action/gfx.wad -%%HLDSDIR%%action/gfx/env/chaoscitybk.tga -%%HLDSDIR%%action/gfx/env/chaoscitydn.tga -%%HLDSDIR%%action/gfx/env/chaoscityft.tga -%%HLDSDIR%%action/gfx/env/chaoscitylf.tga -%%HLDSDIR%%action/gfx/env/chaoscityrt.tga -%%HLDSDIR%%action/gfx/env/chaoscityup.tga -%%HLDSDIR%%action/gfx/env/city2bk.tga -%%HLDSDIR%%action/gfx/env/city2dn.tga -%%HLDSDIR%%action/gfx/env/city2ft.tga -%%HLDSDIR%%action/gfx/env/city2lf.tga -%%HLDSDIR%%action/gfx/env/city2rt.tga -%%HLDSDIR%%action/gfx/env/city2up.tga -%%HLDSDIR%%action/gfx/env/daisea.txt -%%HLDSDIR%%action/gfx/env/daiseabk.tga -%%HLDSDIR%%action/gfx/env/daiseadn.tga -%%HLDSDIR%%action/gfx/env/daiseaft.tga -%%HLDSDIR%%action/gfx/env/daisealf.tga -%%HLDSDIR%%action/gfx/env/daiseart.tga -%%HLDSDIR%%action/gfx/env/daiseaup.tga -%%HLDSDIR%%action/gfx/env/dwellbk.tga -%%HLDSDIR%%action/gfx/env/dwelldn.tga -%%HLDSDIR%%action/gfx/env/dwellft.tga -%%HLDSDIR%%action/gfx/env/dwelllf.tga -%%HLDSDIR%%action/gfx/env/dwellrt.tga -%%HLDSDIR%%action/gfx/env/dwellup.tga -%%HLDSDIR%%action/gfx/env/elitebk.tga -%%HLDSDIR%%action/gfx/env/elitedn.tga -%%HLDSDIR%%action/gfx/env/eliteft.tga -%%HLDSDIR%%action/gfx/env/elitelf.tga -%%HLDSDIR%%action/gfx/env/elitert.tga -%%HLDSDIR%%action/gfx/env/eliteup.tga -%%HLDSDIR%%action/gfx/env/forest256_bk.tga -%%HLDSDIR%%action/gfx/env/forest256_dn.tga -%%HLDSDIR%%action/gfx/env/forest256_ft.tga -%%HLDSDIR%%action/gfx/env/forest256_lf.tga -%%HLDSDIR%%action/gfx/env/forest256_rt.tga -%%HLDSDIR%%action/gfx/env/forest256_up.tga -%%HLDSDIR%%action/gfx/env/fullmoonbk.tga -%%HLDSDIR%%action/gfx/env/fullmoondn.tga -%%HLDSDIR%%action/gfx/env/fullmoonft.tga -%%HLDSDIR%%action/gfx/env/fullmoonlf.tga -%%HLDSDIR%%action/gfx/env/fullmoonrt.tga -%%HLDSDIR%%action/gfx/env/fullmoonup.tga -%%HLDSDIR%%action/gfx/env/futurebk.tga -%%HLDSDIR%%action/gfx/env/futuredn.tga -%%HLDSDIR%%action/gfx/env/futureft.tga -%%HLDSDIR%%action/gfx/env/futurelf.tga -%%HLDSDIR%%action/gfx/env/futurert.tga -%%HLDSDIR%%action/gfx/env/futureup.tga -%%HLDSDIR%%action/gfx/env/london.txt -%%HLDSDIR%%action/gfx/env/londonbk.tga -%%HLDSDIR%%action/gfx/env/londondn.tga -%%HLDSDIR%%action/gfx/env/londonft.tga -%%HLDSDIR%%action/gfx/env/londonlf.tga -%%HLDSDIR%%action/gfx/env/londonrt.tga -%%HLDSDIR%%action/gfx/env/londonup.tga -%%HLDSDIR%%action/gfx/env/rainbk.tga -%%HLDSDIR%%action/gfx/env/raindn.tga -%%HLDSDIR%%action/gfx/env/rainft.tga -%%HLDSDIR%%action/gfx/env/rainlf.tga -%%HLDSDIR%%action/gfx/env/rainrt.tga -%%HLDSDIR%%action/gfx/env/rainup.tga -%%HLDSDIR%%action/gfx/env/sierra_bk.tga -%%HLDSDIR%%action/gfx/env/sierra_dn.tga -%%HLDSDIR%%action/gfx/env/sierra_ft.tga -%%HLDSDIR%%action/gfx/env/sierra_lf.tga -%%HLDSDIR%%action/gfx/env/sierra_rt.tga -%%HLDSDIR%%action/gfx/env/sierra_up.tga -%%HLDSDIR%%action/gfx/env/sky3bk.tga -%%HLDSDIR%%action/gfx/env/sky3dn.tga -%%HLDSDIR%%action/gfx/env/sky3ft.tga -%%HLDSDIR%%action/gfx/env/sky3lf.tga -%%HLDSDIR%%action/gfx/env/sky3rt.tga -%%HLDSDIR%%action/gfx/env/sky3up.tga -%%HLDSDIR%%action/gfx/env/whousebk.tga -%%HLDSDIR%%action/gfx/env/whousedn.tga -%%HLDSDIR%%action/gfx/env/whouseft.tga -%%HLDSDIR%%action/gfx/env/whouself.tga -%%HLDSDIR%%action/gfx/env/whousert.tga -%%HLDSDIR%%action/gfx/env/whouseup.tga -%%HLDSDIR%%action/liblist.gam -%%HLDSDIR%%action/mapcycle.txt -%%HLDSDIR%%action/maps/RESTRICT_EVERYTHING.wlf -%%HLDSDIR%%action/maps/ahl_5am.bsp -%%HLDSDIR%%action/maps/ahl_5am.ini -%%HLDSDIR%%action/maps/ahl_5am.loc -%%HLDSDIR%%action/maps/ahl_5am.mat -%%HLDSDIR%%action/maps/ahl_5am.res -%%HLDSDIR%%action/maps/ahl_5am.txt -%%HLDSDIR%%action/maps/ahl_astorage.bsp -%%HLDSDIR%%action/maps/ahl_astorage.ini -%%HLDSDIR%%action/maps/ahl_astorage.loc -%%HLDSDIR%%action/maps/ahl_astorage.mat -%%HLDSDIR%%action/maps/ahl_astorage.txt -%%HLDSDIR%%action/maps/ahl_bananamans.bsp -%%HLDSDIR%%action/maps/ahl_bananamans.ini -%%HLDSDIR%%action/maps/ahl_bananamans.loc -%%HLDSDIR%%action/maps/ahl_bananamans.mat -%%HLDSDIR%%action/maps/ahl_bananamans.txt -%%HLDSDIR%%action/maps/ahl_bananamas.wlf -%%HLDSDIR%%action/maps/ahl_bankdoom.bsp -%%HLDSDIR%%action/maps/ahl_bankdoom.ini -%%HLDSDIR%%action/maps/ahl_bankdoom.loc -%%HLDSDIR%%action/maps/ahl_bankdoom.mat -%%HLDSDIR%%action/maps/ahl_bankdoom.txt -%%HLDSDIR%%action/maps/ahl_bankdoom.wlf -%%HLDSDIR%%action/maps/ahl_bxminiluv.bsp -%%HLDSDIR%%action/maps/ahl_bxminiluv.ini -%%HLDSDIR%%action/maps/ahl_bxminiluv.loc -%%HLDSDIR%%action/maps/ahl_bxminiluv.res -%%HLDSDIR%%action/maps/ahl_bxminiluv.txt -%%HLDSDIR%%action/maps/ahl_bxminiluv.wlf -%%HLDSDIR%%action/maps/ahl_calypso.bsp -%%HLDSDIR%%action/maps/ahl_calypso.ini -%%HLDSDIR%%action/maps/ahl_calypso.loc -%%HLDSDIR%%action/maps/ahl_calypso.mat -%%HLDSDIR%%action/maps/ahl_calypso.txt -%%HLDSDIR%%action/maps/ahl_casagrande.bsp -%%HLDSDIR%%action/maps/ahl_casagrande.ini -%%HLDSDIR%%action/maps/ahl_casagrande.loc -%%HLDSDIR%%action/maps/ahl_casagrande.mat -%%HLDSDIR%%action/maps/ahl_casagrande.res -%%HLDSDIR%%action/maps/ahl_casagrande.txt -%%HLDSDIR%%action/maps/ahl_casagrande.wlf -%%HLDSDIR%%action/maps/ahl_endlrainhc.bsp -%%HLDSDIR%%action/maps/ahl_endlrainhc.ini -%%HLDSDIR%%action/maps/ahl_endlrainhc.loc -%%HLDSDIR%%action/maps/ahl_endlrainhc.mat -%%HLDSDIR%%action/maps/ahl_endlrainhc.res -%%HLDSDIR%%action/maps/ahl_endlrainhc.txt -%%HLDSDIR%%action/maps/ahl_engholm.bsp -%%HLDSDIR%%action/maps/ahl_engholm.ini -%%HLDSDIR%%action/maps/ahl_engholm.loc -%%HLDSDIR%%action/maps/ahl_engholm.mat -%%HLDSDIR%%action/maps/ahl_engholm.txt -%%HLDSDIR%%action/maps/ahl_hkheat.bsp -%%HLDSDIR%%action/maps/ahl_hkheat.ini -%%HLDSDIR%%action/maps/ahl_hkheat.loc -%%HLDSDIR%%action/maps/ahl_hkheat.mat -%%HLDSDIR%%action/maps/ahl_hkheat.txt -%%HLDSDIR%%action/maps/ahl_napoli.bsp -%%HLDSDIR%%action/maps/ahl_napoli.ini -%%HLDSDIR%%action/maps/ahl_napoli.loc -%%HLDSDIR%%action/maps/ahl_napoli.mat -%%HLDSDIR%%action/maps/ahl_napoli.txt -%%HLDSDIR%%action/maps/ahl_napoli.wlf -%%HLDSDIR%%action/maps/ahl_nocredit.bsp -%%HLDSDIR%%action/maps/ahl_nocredit.ini -%%HLDSDIR%%action/maps/ahl_nocredit.loc -%%HLDSDIR%%action/maps/ahl_nocredit.mat -%%HLDSDIR%%action/maps/ahl_nocredit.txt -%%HLDSDIR%%action/maps/ahl_streets.bsp -%%HLDSDIR%%action/maps/ahl_streets.ini -%%HLDSDIR%%action/maps/ahl_streets.loc -%%HLDSDIR%%action/maps/ahl_streets.mat -%%HLDSDIR%%action/maps/ahl_streets.res -%%HLDSDIR%%action/maps/ahl_streets.txt -%%HLDSDIR%%action/maps/stalkyard.ini -%%HLDSDIR%%action/maps/stalkyard.loc -%%HLDSDIR%%action/models/50bmgshell.mdl -%%HLDSDIR%%action/models/50deshell.mdl -%%HLDSDIR%%action/models/556shell.mdl -%%HLDSDIR%%action/models/9mmshell.mdl -%%HLDSDIR%%action/models/NV.mdl -%%HLDSDIR%%action/models/beethoven.mdl -%%HLDSDIR%%action/models/bullettime/bullet.mdl -%%HLDSDIR%%action/models/bullettime/bulletT.mdl -%%HLDSDIR%%action/models/bullettime/pellet.mdl -%%HLDSDIR%%action/models/bullettime/pelletT.mdl -%%HLDSDIR%%action/models/grail.mdl -%%HLDSDIR%%action/models/grenade.mdl -%%HLDSDIR%%action/models/grenadet.mdl -%%HLDSDIR%%action/models/holster.mdl -%%HLDSDIR%%action/models/holstert.mdl -%%HLDSDIR%%action/models/lamp_off.mdl -%%HLDSDIR%%action/models/lamp_on.mdl -%%HLDSDIR%%action/models/overviews/ahl_5am.tga -%%HLDSDIR%%action/models/overviews/ahl_5am.txt -%%HLDSDIR%%action/models/overviews/ahl_astorage.tga -%%HLDSDIR%%action/models/overviews/ahl_astorage.txt -%%HLDSDIR%%action/models/overviews/ahl_bananamans.tga -%%HLDSDIR%%action/models/overviews/ahl_bananamans.txt -%%HLDSDIR%%action/models/overviews/ahl_blockwar.tga -%%HLDSDIR%%action/models/overviews/ahl_blockwar.txt -%%HLDSDIR%%action/models/overviews/ahl_bxminiluv.tga -%%HLDSDIR%%action/models/overviews/ahl_bxminiluv.txt -%%HLDSDIR%%action/models/overviews/ahl_calypso.tga -%%HLDSDIR%%action/models/overviews/ahl_calypso.txt -%%HLDSDIR%%action/models/overviews/ahl_cliff2_snow.tga -%%HLDSDIR%%action/models/overviews/ahl_cliff2_snow.txt -%%HLDSDIR%%action/models/overviews/ahl_clinic.tga -%%HLDSDIR%%action/models/overviews/ahl_clinic.txt -%%HLDSDIR%%action/models/overviews/ahl_endlrainhc.tga -%%HLDSDIR%%action/models/overviews/ahl_endlrainhc.txt -%%HLDSDIR%%action/models/overviews/ahl_engholm.tga -%%HLDSDIR%%action/models/overviews/ahl_engholm.txt -%%HLDSDIR%%action/models/overviews/ahl_hacienda.tga -%%HLDSDIR%%action/models/overviews/ahl_hacienda.txt -%%HLDSDIR%%action/models/overviews/ahl_hbraid.tga -%%HLDSDIR%%action/models/overviews/ahl_hbraid.txt -%%HLDSDIR%%action/models/overviews/ahl_hkheat.tga -%%HLDSDIR%%action/models/overviews/ahl_hkheat.txt -%%HLDSDIR%%action/models/overviews/ahl_innercityxl.tga -%%HLDSDIR%%action/models/overviews/ahl_innercityxl.txt -%%HLDSDIR%%action/models/overviews/ahl_napoli.tga -%%HLDSDIR%%action/models/overviews/ahl_napoli.txt -%%HLDSDIR%%action/models/overviews/ahl_nocredit.tga -%%HLDSDIR%%action/models/overviews/ahl_nocredit.txt -%%HLDSDIR%%action/models/overviews/ahl_skylounge.tga -%%HLDSDIR%%action/models/overviews/ahl_skylounge.txt -%%HLDSDIR%%action/models/overviews/ahl_streets.tga -%%HLDSDIR%%action/models/overviews/ahl_streets.txt -%%HLDSDIR%%action/models/overviews/pspbrwse.jbf -%%HLDSDIR%%action/models/p_357.mdl -%%HLDSDIR%%action/models/p_357_NV.mdl -%%HLDSDIR%%action/models/p_50cal.mdl -%%HLDSDIR%%action/models/p_50cal_nv.mdl -%%HLDSDIR%%action/models/p_50cal_silencer.mdl -%%HLDSDIR%%action/models/p_akimbob.mdl -%%HLDSDIR%%action/models/p_akimbob_NV.mdl -%%HLDSDIR%%action/models/p_akimbob_sl.mdl -%%HLDSDIR%%action/models/p_akimcolt.mdl -%%HLDSDIR%%action/models/p_akimcolt_NV.mdl -%%HLDSDIR%%action/models/p_akimsaa.mdl -%%HLDSDIR%%action/models/p_akimsaa_NV.mdl -%%HLDSDIR%%action/models/p_beretta.mdl -%%HLDSDIR%%action/models/p_beretta_NV.mdl -%%HLDSDIR%%action/models/p_beretta_silencer.mdl -%%HLDSDIR%%action/models/p_cannon.mdl -%%HLDSDIR%%action/models/p_cannon_NV.mdl -%%HLDSDIR%%action/models/p_colt.mdl -%%HLDSDIR%%action/models/p_colt_NV.mdl -%%HLDSDIR%%action/models/p_colt_silencer.mdl -%%HLDSDIR%%action/models/p_de50.mdl -%%HLDSDIR%%action/models/p_de50_NV.mdl -%%HLDSDIR%%action/models/p_grenade.mdl -%%HLDSDIR%%action/models/p_grenade_NV.mdl -%%HLDSDIR%%action/models/p_hkmp5.mdl -%%HLDSDIR%%action/models/p_hkmp5_NV.mdl -%%HLDSDIR%%action/models/p_hkmp5_silencer.mdl -%%HLDSDIR%%action/models/p_ithaca.mdl -%%HLDSDIR%%action/models/p_ithaca_NV.mdl -%%HLDSDIR%%action/models/p_knife.mdl -%%HLDSDIR%%action/models/p_knife_NV.mdl -%%HLDSDIR%%action/models/p_m4.mdl -%%HLDSDIR%%action/models/p_m4_NV.mdl -%%HLDSDIR%%action/models/p_msg90.mdl -%%HLDSDIR%%action/models/p_msg90_NV.mdl -%%HLDSDIR%%action/models/p_msg90_silencer.mdl -%%HLDSDIR%%action/models/p_saa.mdl -%%HLDSDIR%%action/models/p_saa_NV.mdl -%%HLDSDIR%%action/models/player.mdl -%%HLDSDIR%%action/models/player/Malysa/Malysa.mdl -%%HLDSDIR%%action/models/player/Malysa/malysa.bmp -%%HLDSDIR%%action/models/player/Malysa/readme.txt -%%HLDSDIR%%action/models/player/Malysa/scheme.txt -%%HLDSDIR%%action/models/player/arnie/arnie.bmp -%%HLDSDIR%%action/models/player/arnie/arnie.mdl -%%HLDSDIR%%action/models/player/arnie/readme.txt -%%HLDSDIR%%action/models/player/arnie/scheme.txt -%%HLDSDIR%%action/models/player/benny/JT+bennyReadme.txt -%%HLDSDIR%%action/models/player/benny/benny.bmp -%%HLDSDIR%%action/models/player/benny/benny.mdl -%%HLDSDIR%%action/models/player/benny/scheme.txt -%%HLDSDIR%%action/models/player/chingamy/chingamy.bmp -%%HLDSDIR%%action/models/player/chingamy/chingamy.mdl -%%HLDSDIR%%action/models/player/chingamy/readme.txt -%%HLDSDIR%%action/models/player/chingamy/scheme.txt -%%HLDSDIR%%action/models/player/costa/costa.bmp -%%HLDSDIR%%action/models/player/costa/costa.mdl -%%HLDSDIR%%action/models/player/costa/scheme.txt -%%HLDSDIR%%action/models/player/dieter/dieter.bmp -%%HLDSDIR%%action/models/player/dieter/dieter.mdl -%%HLDSDIR%%action/models/player/dieter/readme.txt -%%HLDSDIR%%action/models/player/dieter/scheme.txt -%%HLDSDIR%%action/models/player/drake/drake.bmp -%%HLDSDIR%%action/models/player/drake/drake.mdl -%%HLDSDIR%%action/models/player/drake/scheme.txt -%%HLDSDIR%%action/models/player/eclipse/JTeclipse.txt -%%HLDSDIR%%action/models/player/eclipse/eclipse.bmp -%%HLDSDIR%%action/models/player/eclipse/eclipse.mdl -%%HLDSDIR%%action/models/player/eclipse/scheme.txt -%%HLDSDIR%%action/models/player/falcon/falcon.bmp -%%HLDSDIR%%action/models/player/falcon/falcon.mdl -%%HLDSDIR%%action/models/player/falcon/readme.txt -%%HLDSDIR%%action/models/player/falcon/scheme.txt -%%HLDSDIR%%action/models/player/ghostdog/ghostdog.bmp -%%HLDSDIR%%action/models/player/ghostdog/ghostdog.mdl -%%HLDSDIR%%action/models/player/ghostdog/scheme.txt -%%HLDSDIR%%action/models/player/hunter/hunter.bmp -%%HLDSDIR%%action/models/player/hunter/hunter.mdl -%%HLDSDIR%%action/models/player/hunter/readme.txt -%%HLDSDIR%%action/models/player/hunter/scheme.txt -%%HLDSDIR%%action/models/player/ivan/ivan.bmp -%%HLDSDIR%%action/models/player/ivan/ivan.mdl -%%HLDSDIR%%action/models/player/ivan/scheme.txt -%%HLDSDIR%%action/models/player/jack/jack.bmp -%%HLDSDIR%%action/models/player/jack/jack.mdl -%%HLDSDIR%%action/models/player/jack/scheme.txt -%%HLDSDIR%%action/models/player/jawb/jawb.bmp -%%HLDSDIR%%action/models/player/jawb/jawb.mdl -%%HLDSDIR%%action/models/player/jawb/readme.txt -%%HLDSDIR%%action/models/player/jawb/scheme.txt -%%HLDSDIR%%action/models/player/jeff/jeff.bmp -%%HLDSDIR%%action/models/player/jeff/jeff.mdl -%%HLDSDIR%%action/models/player/jeff/scheme.txt -%%HLDSDIR%%action/models/player/junkie/junkie.bmp -%%HLDSDIR%%action/models/player/junkie/junkie.mdl -%%HLDSDIR%%action/models/player/junkie/readme.txt -%%HLDSDIR%%action/models/player/junkie/scheme.txt -%%HLDSDIR%%action/models/player/kat/kat.bmp -%%HLDSDIR%%action/models/player/kat/kat.mdl -%%HLDSDIR%%action/models/player/kat/readme.txt -%%HLDSDIR%%action/models/player/kat/scheme.txt -%%HLDSDIR%%action/models/player/liz/liz.bmp -%%HLDSDIR%%action/models/player/liz/liz.mdl -%%HLDSDIR%%action/models/player/liz/scheme.txt -%%HLDSDIR%%action/models/player/loony/loony.bmp -%%HLDSDIR%%action/models/player/loony/loony.mdl -%%HLDSDIR%%action/models/player/loony/scheme.txt -%%HLDSDIR%%action/models/player/maggie/maggie.bmp -%%HLDSDIR%%action/models/player/maggie/maggie.mdl -%%HLDSDIR%%action/models/player/maggie/scheme.txt -%%HLDSDIR%%action/models/player/mccauley/mccauley.bmp -%%HLDSDIR%%action/models/player/mccauley/mccauley.mdl -%%HLDSDIR%%action/models/player/mccauley/scheme.txt -%%HLDSDIR%%action/models/player/mcclane/mcclane.bmp -%%HLDSDIR%%action/models/player/mcclane/mcclane.mdl -%%HLDSDIR%%action/models/player/mcclane/scheme.txt -%%HLDSDIR%%action/models/player/meister/meister.bmp -%%HLDSDIR%%action/models/player/meister/meister.mdl -%%HLDSDIR%%action/models/player/meister/scheme.txt -%%HLDSDIR%%action/models/player/misswong/misswong.bmp -%%HLDSDIR%%action/models/player/misswong/misswong.mdl -%%HLDSDIR%%action/models/player/misswong/misswong.txt -%%HLDSDIR%%action/models/player/misswong/scheme.txt -%%HLDSDIR%%action/models/player/noel/noel.bmp -%%HLDSDIR%%action/models/player/noel/noel.mdl -%%HLDSDIR%%action/models/player/noel/readme.txt -%%HLDSDIR%%action/models/player/noel/scheme.txt -%%HLDSDIR%%action/models/player/nsi_swat/nsi_swat readme.txt -%%HLDSDIR%%action/models/player/nsi_swat/nsi_swat.bmp -%%HLDSDIR%%action/models/player/nsi_swat/nsi_swat.mdl -%%HLDSDIR%%action/models/player/nsi_swat/scheme.txt -%%HLDSDIR%%action/models/player/pistolero/pistolero.bmp -%%HLDSDIR%%action/models/player/pistolero/pistolero.mdl -%%HLDSDIR%%action/models/player/pistolero/scheme.txt -%%HLDSDIR%%action/models/player/roggesemmel/roggesemmel.bmp -%%HLDSDIR%%action/models/player/roggesemmel/roggesemmel.mdl -%%HLDSDIR%%action/models/player/roggesemmel/scheme.txt -%%HLDSDIR%%action/models/player/saint/saint.bmp -%%HLDSDIR%%action/models/player/saint/saint.mdl -%%HLDSDIR%%action/models/player/saint/scheme.txt -%%HLDSDIR%%action/models/player/sas/sas.bmp -%%HLDSDIR%%action/models/player/sas/sas.mdl -%%HLDSDIR%%action/models/player/sas/scheme.txt -%%HLDSDIR%%action/models/player/snake/scheme.txt -%%HLDSDIR%%action/models/player/snake/snake.bmp -%%HLDSDIR%%action/models/player/snake/snake.mdl -%%HLDSDIR%%action/models/player/stylez/Stylez.bmp -%%HLDSDIR%%action/models/player/stylez/readme.txt -%%HLDSDIR%%action/models/player/stylez/scheme.txt -%%HLDSDIR%%action/models/player/stylez/stylez.mdl -%%HLDSDIR%%action/models/player/stylez/stylez.zip -%%HLDSDIR%%action/models/player/ta-kill-ya/scheme.txt -%%HLDSDIR%%action/models/player/ta-kill-ya/ta-kill-ya.bmp -%%HLDSDIR%%action/models/player/ta-kill-ya/ta-kill-ya.mdl -%%HLDSDIR%%action/models/player/the_one/readme.txt -%%HLDSDIR%%action/models/player/the_one/scheme.txt -%%HLDSDIR%%action/models/player/the_one/the_one.bmp -%%HLDSDIR%%action/models/player/the_one/the_one.mdl -%%HLDSDIR%%action/models/player/virii/scheme.txt -%%HLDSDIR%%action/models/player/virii/virii.bmp -%%HLDSDIR%%action/models/player/virii/virii.mdl -%%HLDSDIR%%action/models/shells.mdl -%%HLDSDIR%%action/models/skel.mdl -%%HLDSDIR%%action/models/slippers.mdl -%%HLDSDIR%%action/models/trashcan.mdl -%%HLDSDIR%%action/models/v_50cal.mdl -%%HLDSDIR%%action/models/v_akimbob.mdl -%%HLDSDIR%%action/models/v_akimcolt.mdl -%%HLDSDIR%%action/models/v_akimsaa.mdl -%%HLDSDIR%%action/models/v_anaconda.mdl -%%HLDSDIR%%action/models/v_beretta.mdl -%%HLDSDIR%%action/models/v_cannon.mdl -%%HLDSDIR%%action/models/v_colt.mdl -%%HLDSDIR%%action/models/v_de50.mdl -%%HLDSDIR%%action/models/v_grenade.mdl -%%HLDSDIR%%action/models/v_hkmp5.mdl -%%HLDSDIR%%action/models/v_ithaca.mdl -%%HLDSDIR%%action/models/v_knife.mdl -%%HLDSDIR%%action/models/v_m4.mdl -%%HLDSDIR%%action/models/v_msg90.mdl -%%HLDSDIR%%action/models/v_punch.mdl -%%HLDSDIR%%action/models/v_saa.mdl -%%HLDSDIR%%action/models/venus.mdl -%%HLDSDIR%%action/models/w_357.mdl -%%HLDSDIR%%action/models/w_357ammobox.mdl -%%HLDSDIR%%action/models/w_357ammoboxt.mdl -%%HLDSDIR%%action/models/w_357t.mdl -%%HLDSDIR%%action/models/w_50cal.mdl -%%HLDSDIR%%action/models/w_50calclip.mdl -%%HLDSDIR%%action/models/w_50calclipt.mdl -%%HLDSDIR%%action/models/w_50calt.mdl -%%HLDSDIR%%action/models/w_9mmarclip.mdl -%%HLDSDIR%%action/models/w_9mmarclipt.mdl -%%HLDSDIR%%action/models/w_9mmclip.mdl -%%HLDSDIR%%action/models/w_9mmclipt.mdl -%%HLDSDIR%%action/models/w_antidote.mdl -%%HLDSDIR%%action/models/w_antidotet.mdl -%%HLDSDIR%%action/models/w_bandolier.mdl -%%HLDSDIR%%action/models/w_bandoliert.mdl -%%HLDSDIR%%action/models/w_battery.mdl -%%HLDSDIR%%action/models/w_batteryt.mdl -%%HLDSDIR%%action/models/w_beretta.mdl -%%HLDSDIR%%action/models/w_berettaempty.mdl -%%HLDSDIR%%action/models/w_berettaemptyt.mdl -%%HLDSDIR%%action/models/w_berettat.mdl -%%HLDSDIR%%action/models/w_cannon.mdl -%%HLDSDIR%%action/models/w_colt.mdl -%%HLDSDIR%%action/models/w_de50.mdl -%%HLDSDIR%%action/models/w_de50t.mdl -%%HLDSDIR%%action/models/w_grenade.mdl -%%HLDSDIR%%action/models/w_grenadet.mdl -%%HLDSDIR%%action/models/w_hkmp5.mdl -%%HLDSDIR%%action/models/w_hkmp5t.mdl -%%HLDSDIR%%action/models/w_ithaca.mdl -%%HLDSDIR%%action/models/w_ithacat.mdl -%%HLDSDIR%%action/models/w_knife.mdl -%%HLDSDIR%%action/models/w_knifet.mdl -%%HLDSDIR%%action/models/w_m4.mdl -%%HLDSDIR%%action/models/w_m4clip.mdl -%%HLDSDIR%%action/models/w_m4clipt.mdl -%%HLDSDIR%%action/models/w_m4t.mdl -%%HLDSDIR%%action/models/w_msg90.mdl -%%HLDSDIR%%action/models/w_msg90clip.mdl -%%HLDSDIR%%action/models/w_msg90clipt.mdl -%%HLDSDIR%%action/models/w_msg90t.mdl -%%HLDSDIR%%action/models/w_night.mdl -%%HLDSDIR%%action/models/w_nightt.mdl -%%HLDSDIR%%action/models/w_saa.mdl -%%HLDSDIR%%action/models/w_saat.mdl -%%HLDSDIR%%action/models/w_silencer.mdl -%%HLDSDIR%%action/models/w_silencert.mdl -%%HLDSDIR%%action/models/w_suit.mdl -%%HLDSDIR%%action/models/w_suitt.mdl -%%HLDSDIR%%action/motd.txt -%%HLDSDIR%%action/nocredit.wad -%%HLDSDIR%%action/pldecal.wad -%%HLDSDIR%%action/police.wad -%%PORTDOCS%%%%HLDSDIR%%action/readme.txt -%%HLDSDIR%%action/server.cfg -%%HLDSDIR%%action/sound/50cal/boltin.wav -%%HLDSDIR%%action/sound/50cal/boltout.wav -%%HLDSDIR%%action/sound/50cal/clip_in.wav -%%HLDSDIR%%action/sound/50cal/clip_out.wav -%%HLDSDIR%%action/sound/50cal/fire.wav -%%HLDSDIR%%action/sound/50cal/sl_fire.wav -%%HLDSDIR%%action/sound/ACTION/action.wav -%%HLDSDIR%%action/sound/ACTION/arm.wav -%%HLDSDIR%%action/sound/ACTION/camera.wav -%%HLDSDIR%%action/sound/ACTION/chest.wav -%%HLDSDIR%%action/sound/ACTION/headshot.wav -%%HLDSDIR%%action/sound/ACTION/leg.wav -%%HLDSDIR%%action/sound/ACTION/lights.wav -%%HLDSDIR%%action/sound/ACTION/stomach.wav -%%HLDSDIR%%action/sound/De50/clip_in.wav -%%HLDSDIR%%action/sound/De50/clip_out.wav -%%HLDSDIR%%action/sound/De50/fire.wav -%%HLDSDIR%%action/sound/De50/slide.wav -%%HLDSDIR%%action/sound/De50/switch.wav -%%HLDSDIR%%action/sound/ambience/Nevermore.wav -%%HLDSDIR%%action/sound/ambience/SixSirens.wav -%%HLDSDIR%%action/sound/ambience/flush.wav -%%HLDSDIR%%action/sound/anaconda/close.wav -%%HLDSDIR%%action/sound/anaconda/fire.wav -%%HLDSDIR%%action/sound/anaconda/open.wav -%%HLDSDIR%%action/sound/anaconda/round_in.wav -%%HLDSDIR%%action/sound/anaconda/round_out.wav -%%HLDSDIR%%action/sound/anaconda/shells_in.wav -%%HLDSDIR%%action/sound/anaconda/shells_out.wav -%%HLDSDIR%%action/sound/banana/bell.wav -%%HLDSDIR%%action/sound/banana/bells.wav -%%HLDSDIR%%action/sound/banana/boid1.wav -%%HLDSDIR%%action/sound/banana/boid2.wav -%%HLDSDIR%%action/sound/banana/borg_vs.wav -%%HLDSDIR%%action/sound/banana/borghhq.wav -%%HLDSDIR%%action/sound/banana/bridgecrash.wav -%%HLDSDIR%%action/sound/banana/drips.wav -%%HLDSDIR%%action/sound/banana/fountain.wav -%%HLDSDIR%%action/sound/banana/jungle.wav -%%HLDSDIR%%action/sound/banana/kn2.wav -%%HLDSDIR%%action/sound/banana/latinsummer2k.wav -%%HLDSDIR%%action/sound/banana/mond.wav -%%HLDSDIR%%action/sound/banana/ocean.wav -%%HLDSDIR%%action/sound/banana/payback.wav -%%HLDSDIR%%action/sound/banana/pi.wav -%%HLDSDIR%%action/sound/banana/pi1.wav -%%HLDSDIR%%action/sound/banana/pi2.wav -%%HLDSDIR%%action/sound/banana/radio.wav -%%HLDSDIR%%action/sound/banana/splash.wav -%%HLDSDIR%%action/sound/banana/stream.wav -%%HLDSDIR%%action/sound/banana/streets.wav -%%HLDSDIR%%action/sound/banana/tennis.wav -%%HLDSDIR%%action/sound/banana/tick.wav -%%HLDSDIR%%action/sound/banana/tock.wav -%%HLDSDIR%%action/sound/banana/vacuum.wav -%%HLDSDIR%%action/sound/banana/water.wav -%%HLDSDIR%%action/sound/banana/waterfall.wav -%%HLDSDIR%%action/sound/banana/wind3.wav -%%HLDSDIR%%action/sound/banana/wizborg.wav -%%HLDSDIR%%action/sound/beretta/catch.wav -%%HLDSDIR%%action/sound/beretta/click.wav -%%HLDSDIR%%action/sound/beretta/clip_in.wav -%%HLDSDIR%%action/sound/beretta/clip_out.wav -%%HLDSDIR%%action/sound/beretta/cock.wav -%%HLDSDIR%%action/sound/beretta/fire.wav -%%HLDSDIR%%action/sound/beretta/sl_fire.wav -%%HLDSDIR%%action/sound/beretta/slide.wav -%%HLDSDIR%%action/sound/beretta/switch.wav -%%HLDSDIR%%action/sound/beretta/swoosh1.wav -%%HLDSDIR%%action/sound/beretta/swoosh2.wav -%%HLDSDIR%%action/sound/bunnyx/spook.wav -%%HLDSDIR%%action/sound/cannon/cin.wav -%%HLDSDIR%%action/sound/cannon/close.wav -%%HLDSDIR%%action/sound/cannon/cock.wav -%%HLDSDIR%%action/sound/cannon/cout.wav -%%HLDSDIR%%action/sound/cannon/empty.wav -%%HLDSDIR%%action/sound/cannon/fire.wav -%%HLDSDIR%%action/sound/cannon/open.wav -%%HLDSDIR%%action/sound/cannon/tapspan.wav -%%HLDSDIR%%action/sound/colt/fire.wav -%%HLDSDIR%%action/sound/colt/sl_fire.wav -%%HLDSDIR%%action/sound/colt1911/clip_in.wav -%%HLDSDIR%%action/sound/colt1911/clip_out.wav -%%HLDSDIR%%action/sound/colt1911/fire.wav -%%HLDSDIR%%action/sound/colt1911/sl_fire.wav -%%HLDSDIR%%action/sound/colt1911/slide.wav -%%HLDSDIR%%action/sound/colt1911/switch.wav -%%HLDSDIR%%action/sound/debris/crete1.wav -%%HLDSDIR%%action/sound/debris/crete2.wav -%%HLDSDIR%%action/sound/debris/crete3.wav -%%HLDSDIR%%action/sound/debris/debris_concrete.wav -%%HLDSDIR%%action/sound/debris/debris_concrete1.wav -%%HLDSDIR%%action/sound/debris/debris_concrete2.wav -%%HLDSDIR%%action/sound/debris/debris_concrete3.wav -%%HLDSDIR%%action/sound/debris/debris_concrete_1.wav -%%HLDSDIR%%action/sound/debris/debris_concrete_2.wav -%%HLDSDIR%%action/sound/debris/debris_generic.wav -%%HLDSDIR%%action/sound/debris/debris_generic1.wav -%%HLDSDIR%%action/sound/debris/debris_generic2.wav -%%HLDSDIR%%action/sound/debris/debris_generic3.wav -%%HLDSDIR%%action/sound/debris/debris_generic_1.wav -%%HLDSDIR%%action/sound/debris/debris_generic_2.wav -%%HLDSDIR%%action/sound/debris/debris_glass.wav -%%HLDSDIR%%action/sound/debris/debris_glass1.wav -%%HLDSDIR%%action/sound/debris/debris_glass2.wav -%%HLDSDIR%%action/sound/debris/debris_glass3.wav -%%HLDSDIR%%action/sound/debris/debris_glass_1.wav -%%HLDSDIR%%action/sound/debris/debris_glass_2.wav -%%HLDSDIR%%action/sound/debris/debris_metal.wav -%%HLDSDIR%%action/sound/debris/debris_metal1.wav -%%HLDSDIR%%action/sound/debris/debris_metal2.wav -%%HLDSDIR%%action/sound/debris/debris_metal3.wav -%%HLDSDIR%%action/sound/debris/debris_metal_1.wav -%%HLDSDIR%%action/sound/debris/debris_metal_2.wav -%%HLDSDIR%%action/sound/debris/debris_wood.wav -%%HLDSDIR%%action/sound/debris/debris_wood1.wav -%%HLDSDIR%%action/sound/debris/debris_wood2.wav -%%HLDSDIR%%action/sound/debris/debris_wood3.wav -%%HLDSDIR%%action/sound/debris/debris_wood_1.wav -%%HLDSDIR%%action/sound/debris/debris_wood_2.wav -%%HLDSDIR%%action/sound/debris/glass1.wav -%%HLDSDIR%%action/sound/debris/glass2.wav -%%HLDSDIR%%action/sound/debris/glass3.wav -%%HLDSDIR%%action/sound/debris/glass4.wav -%%HLDSDIR%%action/sound/debris/impact_concrete.wav -%%HLDSDIR%%action/sound/debris/impact_concrete1.wav -%%HLDSDIR%%action/sound/debris/impact_concrete2.wav -%%HLDSDIR%%action/sound/debris/impact_concrete3.wav -%%HLDSDIR%%action/sound/debris/impact_concrete_1.wav -%%HLDSDIR%%action/sound/debris/impact_concrete_2.wav -%%HLDSDIR%%action/sound/debris/impact_metal.wav -%%HLDSDIR%%action/sound/debris/impact_metal1.wav -%%HLDSDIR%%action/sound/debris/impact_metal2.wav -%%HLDSDIR%%action/sound/debris/impact_metal3.wav -%%HLDSDIR%%action/sound/debris/impact_metal_1.wav -%%HLDSDIR%%action/sound/debris/impact_metal_2.wav -%%HLDSDIR%%action/sound/debris/impact_vent.wav -%%HLDSDIR%%action/sound/debris/impact_vent1.wav -%%HLDSDIR%%action/sound/debris/impact_vent2.wav -%%HLDSDIR%%action/sound/debris/impact_vent3.wav -%%HLDSDIR%%action/sound/debris/impact_vent_1.wav -%%HLDSDIR%%action/sound/debris/impact_vent_2.wav -%%HLDSDIR%%action/sound/debris/impact_wood.wav -%%HLDSDIR%%action/sound/debris/impact_wood1.wav -%%HLDSDIR%%action/sound/debris/impact_wood2.wav -%%HLDSDIR%%action/sound/debris/impact_wood3.wav -%%HLDSDIR%%action/sound/debris/impact_wood_1.wav -%%HLDSDIR%%action/sound/debris/impact_wood_2.wav -%%HLDSDIR%%action/sound/debris/metal1.wav -%%HLDSDIR%%action/sound/debris/metal2.wav -%%HLDSDIR%%action/sound/debris/metal3.wav -%%HLDSDIR%%action/sound/debris/metal4.wav -%%HLDSDIR%%action/sound/debris/metal5.wav -%%HLDSDIR%%action/sound/debris/metal6.wav -%%HLDSDIR%%action/sound/debris/wood1.wav -%%HLDSDIR%%action/sound/debris/wood2.wav -%%HLDSDIR%%action/sound/debris/wood3.wav -%%HLDSDIR%%action/sound/debris/wood4.wav -%%HLDSDIR%%action/sound/drumdude/abt.wav -%%HLDSDIR%%action/sound/drumdude/citynoise.wav -%%HLDSDIR%%action/sound/drumdude/citynoise2.wav -%%HLDSDIR%%action/sound/drumdude/hbjazz.wav -%%HLDSDIR%%action/sound/drumdude/thekiller.wav -%%HLDSDIR%%action/sound/fists/knuckles.wav -%%HLDSDIR%%action/sound/grenade/bounce1.wav -%%HLDSDIR%%action/sound/grenade/bounce2.wav -%%HLDSDIR%%action/sound/grenade/pin.wav -%%HLDSDIR%%action/sound/hondo/5am/fishscratchfever.wav -%%HLDSDIR%%action/sound/hondo/5am/swimmingpool.wav -%%HLDSDIR%%action/sound/hondo/endlrain/rain.wav -%%HLDSDIR%%action/sound/hondo/endlrain/rain_inside.wav -%%HLDSDIR%%action/sound/hondo/endlrain/rain_window.wav -%%HLDSDIR%%action/sound/hondo/endlrain/squeezeit.wav -%%HLDSDIR%%action/sound/hondo/endlrain/xgmtp.wav -%%HLDSDIR%%action/sound/hondo/nocredit/citynoise1.wav -%%HLDSDIR%%action/sound/hondo/nocredit/citynoise2.wav -%%HLDSDIR%%action/sound/hondo/nocredit/csbell.wav -%%HLDSDIR%%action/sound/hondo/nocredit/hgthon.wav -%%HLDSDIR%%action/sound/hondo/nocredit/myaku.wav -%%HLDSDIR%%action/sound/hondo/nocredit/sirens.wav -%%HLDSDIR%%action/sound/items/ammo_44.wav -%%HLDSDIR%%action/sound/items/ammo_92fs.wav -%%HLDSDIR%%action/sound/items/ammo_m4.wav -%%HLDSDIR%%action/sound/items/ammo_mp5.wav -%%HLDSDIR%%action/sound/items/ammo_shells.wav -%%HLDSDIR%%action/sound/items/bandolier.wav -%%HLDSDIR%%action/sound/items/drop_weapon.wav -%%HLDSDIR%%action/sound/items/goggles.wav -%%HLDSDIR%%action/sound/items/holster.wav -%%HLDSDIR%%action/sound/items/laser.wav -%%HLDSDIR%%action/sound/items/pick_weapon.wav -%%HLDSDIR%%action/sound/items/silencer.wav -%%HLDSDIR%%action/sound/items/slippers.wav -%%HLDSDIR%%action/sound/items/vest.wav -%%HLDSDIR%%action/sound/ithaca/cock.wav -%%HLDSDIR%%action/sound/ithaca/fire.wav -%%HLDSDIR%%action/sound/ithaca/reload.wav -%%HLDSDIR%%action/sound/knife/air.wav -%%HLDSDIR%%action/sound/knife/hit.wav -%%HLDSDIR%%action/sound/knife/hit_flesh.wav -%%HLDSDIR%%action/sound/knife/hit_vest.wav -%%HLDSDIR%%action/sound/knife/hit_wall.wav -%%HLDSDIR%%action/sound/knife/stab.wav -%%HLDSDIR%%action/sound/knife/throw.wav -%%HLDSDIR%%action/sound/knife/wall.wav -%%HLDSDIR%%action/sound/m4/clip_in.wav -%%HLDSDIR%%action/sound/m4/clip_out.wav -%%HLDSDIR%%action/sound/m4/clipin.wav -%%HLDSDIR%%action/sound/m4/clipout.wav -%%HLDSDIR%%action/sound/m4/cock.wav -%%HLDSDIR%%action/sound/m4/fire.wav -%%HLDSDIR%%action/sound/m4/m4_cock.wav -%%HLDSDIR%%action/sound/m4/sl_fire.wav -%%HLDSDIR%%action/sound/materials.txt -%%HLDSDIR%%action/sound/misc/talk.wav -%%HLDSDIR%%action/sound/mp5/clip_in.wav -%%HLDSDIR%%action/sound/mp5/clip_out.wav -%%HLDSDIR%%action/sound/mp5/empty.wav -%%HLDSDIR%%action/sound/mp5/fire.wav -%%HLDSDIR%%action/sound/mp5/sl_fire.wav -%%HLDSDIR%%action/sound/mp5/slide.wav -%%HLDSDIR%%action/sound/mp5/switch.wav -%%HLDSDIR%%action/sound/octaved/neon.wav -%%HLDSDIR%%action/sound/player/female/pl_cut1.wav -%%HLDSDIR%%action/sound/player/female/pl_cut2.wav -%%HLDSDIR%%action/sound/player/female/pl_fall.wav -%%HLDSDIR%%action/sound/player/female/pl_fallhit1.wav -%%HLDSDIR%%action/sound/player/female/pl_fallhit2.wav -%%HLDSDIR%%action/sound/player/female/pl_fallhit3.wav -%%HLDSDIR%%action/sound/player/female/pl_pain100_1.wav -%%HLDSDIR%%action/sound/player/female/pl_pain100_2.wav -%%HLDSDIR%%action/sound/player/female/pl_pain25_1.wav -%%HLDSDIR%%action/sound/player/female/pl_pain25_2.wav -%%HLDSDIR%%action/sound/player/female/pl_pain50_1.wav -%%HLDSDIR%%action/sound/player/female/pl_pain50_2.wav -%%HLDSDIR%%action/sound/player/female/pl_pain75_1.wav -%%HLDSDIR%%action/sound/player/female/pl_pain75_2.wav -%%HLDSDIR%%action/sound/player/female/pl_shot1.wav -%%HLDSDIR%%action/sound/player/female/pl_shot2.wav -%%HLDSDIR%%action/sound/player/female/pl_shot3.wav -%%HLDSDIR%%action/sound/player/female/pl_shot4.wav -%%HLDSDIR%%action/sound/player/female/pl_shot5.wav -%%HLDSDIR%%action/sound/player/female/pl_shot6.wav -%%HLDSDIR%%action/sound/player/female/pl_shot7.wav -%%HLDSDIR%%action/sound/player/female/pl_sniped1.wav -%%HLDSDIR%%action/sound/player/female/pl_sniped2.wav -%%HLDSDIR%%action/sound/player/kick1.wav -%%HLDSDIR%%action/sound/player/kick2.wav -%%HLDSDIR%%action/sound/player/kickhit1.wav -%%HLDSDIR%%action/sound/player/kickhit2.wav -%%HLDSDIR%%action/sound/player/male/pl_cut1.wav -%%HLDSDIR%%action/sound/player/male/pl_cut2.wav -%%HLDSDIR%%action/sound/player/male/pl_fall.wav -%%HLDSDIR%%action/sound/player/male/pl_fallhit1.wav -%%HLDSDIR%%action/sound/player/male/pl_fallhit2.wav -%%HLDSDIR%%action/sound/player/male/pl_fallhit3.wav -%%HLDSDIR%%action/sound/player/male/pl_pain100_1.wav -%%HLDSDIR%%action/sound/player/male/pl_pain100_2.wav -%%HLDSDIR%%action/sound/player/male/pl_pain25_1.wav -%%HLDSDIR%%action/sound/player/male/pl_pain25_2.wav -%%HLDSDIR%%action/sound/player/male/pl_pain50_1.wav -%%HLDSDIR%%action/sound/player/male/pl_pain50_2.wav -%%HLDSDIR%%action/sound/player/male/pl_pain75_1.wav -%%HLDSDIR%%action/sound/player/male/pl_pain75_2.wav -%%HLDSDIR%%action/sound/player/male/pl_shot1.wav -%%HLDSDIR%%action/sound/player/male/pl_shot2.wav -%%HLDSDIR%%action/sound/player/male/pl_shot3.wav -%%HLDSDIR%%action/sound/player/male/pl_shot4.wav -%%HLDSDIR%%action/sound/player/male/pl_shot5.wav -%%HLDSDIR%%action/sound/player/male/pl_shot6.wav -%%HLDSDIR%%action/sound/player/male/pl_shot7.wav -%%HLDSDIR%%action/sound/player/male/pl_sniped1.wav -%%HLDSDIR%%action/sound/player/male/pl_sniped2.wav -%%HLDSDIR%%action/sound/player/pl_dirt1.wav -%%HLDSDIR%%action/sound/player/pl_dirt2.wav -%%HLDSDIR%%action/sound/player/pl_dirt3.wav -%%HLDSDIR%%action/sound/player/pl_dirt4.wav -%%HLDSDIR%%action/sound/player/pl_grate1.wav -%%HLDSDIR%%action/sound/player/pl_grate2.wav -%%HLDSDIR%%action/sound/player/pl_grate3.wav -%%HLDSDIR%%action/sound/player/pl_grate4.wav -%%HLDSDIR%%action/sound/player/pl_ladder1.wav -%%HLDSDIR%%action/sound/player/pl_ladder2.wav -%%HLDSDIR%%action/sound/player/pl_ladder3.wav -%%HLDSDIR%%action/sound/player/pl_ladder4.wav -%%HLDSDIR%%action/sound/player/pl_meatal5.wav -%%HLDSDIR%%action/sound/player/pl_metal1.wav -%%HLDSDIR%%action/sound/player/pl_metal2.wav -%%HLDSDIR%%action/sound/player/pl_metal3.wav -%%HLDSDIR%%action/sound/player/pl_metal4.wav -%%HLDSDIR%%action/sound/player/pl_snow1.wav -%%HLDSDIR%%action/sound/player/pl_snow2.wav -%%HLDSDIR%%action/sound/player/pl_snow3.wav -%%HLDSDIR%%action/sound/player/pl_snow4.wav -%%HLDSDIR%%action/sound/player/pl_step1.wav -%%HLDSDIR%%action/sound/player/pl_step2.wav -%%HLDSDIR%%action/sound/player/pl_step3.wav -%%HLDSDIR%%action/sound/player/pl_step4.wav -%%HLDSDIR%%action/sound/player/pl_tile1.wav -%%HLDSDIR%%action/sound/player/pl_tile2.wav -%%HLDSDIR%%action/sound/player/pl_tile3.wav -%%HLDSDIR%%action/sound/player/pl_tile4.wav -%%HLDSDIR%%action/sound/player/pl_wood1.wav -%%HLDSDIR%%action/sound/player/pl_wood2.wav -%%HLDSDIR%%action/sound/player/pl_wood3.wav -%%HLDSDIR%%action/sound/player/pl_wood4.wav -%%HLDSDIR%%action/sound/player/punch1.wav -%%HLDSDIR%%action/sound/player/punch2.wav -%%HLDSDIR%%action/sound/player/punchhit1.wav -%%HLDSDIR%%action/sound/player/punchhit2.wav -%%HLDSDIR%%action/sound/player/punchwall1.wav -%%HLDSDIR%%action/sound/player/punchwall2.wav -%%HLDSDIR%%action/sound/plexor/pgirl.wav -%%HLDSDIR%%action/sound/radio/female/0.wav -%%HLDSDIR%%action/sound/radio/female/1.wav -%%HLDSDIR%%action/sound/radio/female/10.wav -%%HLDSDIR%%action/sound/radio/female/11.wav -%%HLDSDIR%%action/sound/radio/female/12.wav -%%HLDSDIR%%action/sound/radio/female/2.wav -%%HLDSDIR%%action/sound/radio/female/3.wav -%%HLDSDIR%%action/sound/radio/female/4.wav -%%HLDSDIR%%action/sound/radio/female/5.wav -%%HLDSDIR%%action/sound/radio/female/6.wav -%%HLDSDIR%%action/sound/radio/female/7.wav -%%HLDSDIR%%action/sound/radio/female/8.wav -%%HLDSDIR%%action/sound/radio/female/9.wav -%%HLDSDIR%%action/sound/radio/female/area.wav -%%HLDSDIR%%action/sound/radio/female/back.wav -%%HLDSDIR%%action/sound/radio/female/backup.wav -%%HLDSDIR%%action/sound/radio/female/black.wav -%%HLDSDIR%%action/sound/radio/female/blue.wav -%%HLDSDIR%%action/sound/radio/female/building.wav -%%HLDSDIR%%action/sound/radio/female/caution.wav -%%HLDSDIR%%action/sound/radio/female/ceasefire.wav -%%HLDSDIR%%action/sound/radio/female/clear.wav -%%HLDSDIR%%action/sound/radio/female/click.wav -%%HLDSDIR%%action/sound/radio/female/code.wav -%%HLDSDIR%%action/sound/radio/female/cover.wav -%%HLDSDIR%%action/sound/radio/female/coverme.wav -%%HLDSDIR%%action/sound/radio/female/coverthis.wav -%%HLDSDIR%%action/sound/radio/female/door.wav -%%HLDSDIR%%action/sound/radio/female/down.wav -%%HLDSDIR%%action/sound/radio/female/enemy.wav -%%HLDSDIR%%action/sound/radio/female/enemyd.wav -%%HLDSDIR%%action/sound/radio/female/enemys.wav -%%HLDSDIR%%action/sound/radio/female/flank.wav -%%HLDSDIR%%action/sound/radio/female/floor.wav -%%HLDSDIR%%action/sound/radio/female/forward.wav -%%HLDSDIR%%action/sound/radio/female/go.wav -%%HLDSDIR%%action/sound/radio/female/gotit.wav -%%HLDSDIR%%action/sound/radio/female/green.wav -%%HLDSDIR%%action/sound/radio/female/grenade.wav -%%HLDSDIR%%action/sound/radio/female/holdpos.wav -%%HLDSDIR%%action/sound/radio/female/im_hit.wav -%%HLDSDIR%%action/sound/radio/female/incoming.wav -%%HLDSDIR%%action/sound/radio/female/left.wav -%%HLDSDIR%%action/sound/radio/female/negative.wav -%%HLDSDIR%%action/sound/radio/female/oclock.wav -%%HLDSDIR%%action/sound/radio/female/rdeath.wav -%%HLDSDIR%%action/sound/radio/female/red.wav -%%HLDSDIR%%action/sound/radio/female/regroup.wav -%%HLDSDIR%%action/sound/radio/female/reportin.wav -%%HLDSDIR%%action/sound/radio/female/retreat.wav -%%HLDSDIR%%action/sound/radio/female/right.wav -%%HLDSDIR%%action/sound/radio/female/roof.wav -%%HLDSDIR%%action/sound/radio/female/room.wav -%%HLDSDIR%%action/sound/radio/female/run.wav -%%HLDSDIR%%action/sound/radio/female/silence.wav -%%HLDSDIR%%action/sound/radio/female/splitup.wav -%%HLDSDIR%%action/sound/radio/female/stairway.wav -%%HLDSDIR%%action/sound/radio/female/standback.wav -%%HLDSDIR%%action/sound/radio/female/street.wav -%%HLDSDIR%%action/sound/radio/female/takecover.wav -%%HLDSDIR%%action/sound/radio/female/taking_f.wav -%%HLDSDIR%%action/sound/radio/female/team.wav -%%HLDSDIR%%action/sound/radio/female/teamdown.wav -%%HLDSDIR%%action/sound/radio/female/treport.wav -%%HLDSDIR%%action/sound/radio/female/up.wav -%%HLDSDIR%%action/sound/radio/female/white.wav -%%HLDSDIR%%action/sound/radio/female/window.wav -%%HLDSDIR%%action/sound/radio/female/yellow.wav -%%HLDSDIR%%action/sound/radio/male/0.wav -%%HLDSDIR%%action/sound/radio/male/1.wav -%%HLDSDIR%%action/sound/radio/male/10.wav -%%HLDSDIR%%action/sound/radio/male/11.wav -%%HLDSDIR%%action/sound/radio/male/12.wav -%%HLDSDIR%%action/sound/radio/male/2.wav -%%HLDSDIR%%action/sound/radio/male/3.wav -%%HLDSDIR%%action/sound/radio/male/4.wav -%%HLDSDIR%%action/sound/radio/male/5.wav -%%HLDSDIR%%action/sound/radio/male/6.wav -%%HLDSDIR%%action/sound/radio/male/7.wav -%%HLDSDIR%%action/sound/radio/male/8.wav -%%HLDSDIR%%action/sound/radio/male/9.wav -%%HLDSDIR%%action/sound/radio/male/area.wav -%%HLDSDIR%%action/sound/radio/male/back.wav -%%HLDSDIR%%action/sound/radio/male/backup.wav -%%HLDSDIR%%action/sound/radio/male/black.wav -%%HLDSDIR%%action/sound/radio/male/blue.wav -%%HLDSDIR%%action/sound/radio/male/borg1.wav -%%HLDSDIR%%action/sound/radio/male/building.wav -%%HLDSDIR%%action/sound/radio/male/caution.wav -%%HLDSDIR%%action/sound/radio/male/ceasefire.wav -%%HLDSDIR%%action/sound/radio/male/clear.wav -%%HLDSDIR%%action/sound/radio/male/click.wav -%%HLDSDIR%%action/sound/radio/male/code.wav -%%HLDSDIR%%action/sound/radio/male/cover.wav -%%HLDSDIR%%action/sound/radio/male/coverme.wav -%%HLDSDIR%%action/sound/radio/male/coverthis.wav -%%HLDSDIR%%action/sound/radio/male/door.wav -%%HLDSDIR%%action/sound/radio/male/down.wav -%%HLDSDIR%%action/sound/radio/male/enemy.wav -%%HLDSDIR%%action/sound/radio/male/enemyd.wav -%%HLDSDIR%%action/sound/radio/male/enemys.wav -%%HLDSDIR%%action/sound/radio/male/flank.wav -%%HLDSDIR%%action/sound/radio/male/floor.wav -%%HLDSDIR%%action/sound/radio/male/forward.wav -%%HLDSDIR%%action/sound/radio/male/go.wav -%%HLDSDIR%%action/sound/radio/male/gotit.wav -%%HLDSDIR%%action/sound/radio/male/green.wav -%%HLDSDIR%%action/sound/radio/male/grenade.wav -%%HLDSDIR%%action/sound/radio/male/holdpos.wav -%%HLDSDIR%%action/sound/radio/male/im_hit.wav -%%HLDSDIR%%action/sound/radio/male/incoming.wav -%%HLDSDIR%%action/sound/radio/male/left.wav -%%HLDSDIR%%action/sound/radio/male/negative.wav -%%HLDSDIR%%action/sound/radio/male/oclock.wav -%%HLDSDIR%%action/sound/radio/male/rdeath.wav -%%HLDSDIR%%action/sound/radio/male/red.wav -%%HLDSDIR%%action/sound/radio/male/regroup.wav -%%HLDSDIR%%action/sound/radio/male/reportin.wav -%%HLDSDIR%%action/sound/radio/male/retreat.wav -%%HLDSDIR%%action/sound/radio/male/right.wav -%%HLDSDIR%%action/sound/radio/male/roof.wav -%%HLDSDIR%%action/sound/radio/male/room.wav -%%HLDSDIR%%action/sound/radio/male/run.wav -%%HLDSDIR%%action/sound/radio/male/silence.wav -%%HLDSDIR%%action/sound/radio/male/splitup.wav -%%HLDSDIR%%action/sound/radio/male/stairway.wav -%%HLDSDIR%%action/sound/radio/male/standback.wav -%%HLDSDIR%%action/sound/radio/male/street.wav -%%HLDSDIR%%action/sound/radio/male/takecover.wav -%%HLDSDIR%%action/sound/radio/male/taking_f.wav -%%HLDSDIR%%action/sound/radio/male/team.wav -%%HLDSDIR%%action/sound/radio/male/teamdown.wav -%%HLDSDIR%%action/sound/radio/male/treport.wav -%%HLDSDIR%%action/sound/radio/male/up.wav -%%HLDSDIR%%action/sound/radio/male/white.wav -%%HLDSDIR%%action/sound/radio/male/window.wav -%%HLDSDIR%%action/sound/radio/male/yellow.wav -%%HLDSDIR%%action/sound/saa/cock.wav -%%HLDSDIR%%action/sound/saa/empty.wav -%%HLDSDIR%%action/sound/saa/fire.wav -%%HLDSDIR%%action/sound/saa/reload.wav -%%HLDSDIR%%action/sound/saa/round_in.wav -%%HLDSDIR%%action/sound/saa/swoosh.wav -%%HLDSDIR%%action/sound/saa/tapspan.wav -%%HLDSDIR%%action/sound/sniper/clip_in.wav -%%HLDSDIR%%action/sound/sniper/clip_out.wav -%%HLDSDIR%%action/sound/sniper/fire.wav -%%HLDSDIR%%action/sound/sniper/sl_fire.wav -%%HLDSDIR%%action/sound/sniper/zoom.wav -%%HLDSDIR%%action/sound/weapons/explode4.wav -%%HLDSDIR%%action/sound/weapons/explode5.wav -%%HLDSDIR%%action/sound/weapons/ric1.wav -%%HLDSDIR%%action/sound/weapons/ric2.wav -%%HLDSDIR%%action/sound/weapons/ric3.wav -%%HLDSDIR%%action/sound/weapons/ric4.wav -%%HLDSDIR%%action/sound/weapons/ric5.wav -%%HLDSDIR%%action/sprites/320_hud_ammo.spr -%%HLDSDIR%%action/sprites/320_hud_deaths.spr -%%HLDSDIR%%action/sprites/320_hud_icons.spr -%%HLDSDIR%%action/sprites/320_hud_items.spr -%%HLDSDIR%%action/sprites/320_hud_numbers.spr -%%HLDSDIR%%action/sprites/320_w50cals.spr -%%HLDSDIR%%action/sprites/320_w50calu.spr -%%HLDSDIR%%action/sprites/320_wakimbobs.spr -%%HLDSDIR%%action/sprites/320_wakimbobu.spr -%%HLDSDIR%%action/sprites/320_wakimcolts.spr -%%HLDSDIR%%action/sprites/320_wakimcoltu.spr -%%HLDSDIR%%action/sprites/320_wakimsaas.spr -%%HLDSDIR%%action/sprites/320_wakimsaau.spr -%%HLDSDIR%%action/sprites/320_wanacondas.spr -%%HLDSDIR%%action/sprites/320_wanacondau.spr -%%HLDSDIR%%action/sprites/320_wberettas.spr -%%HLDSDIR%%action/sprites/320_wberettau.spr -%%HLDSDIR%%action/sprites/320_wcolts.spr -%%HLDSDIR%%action/sprites/320_wcoltu.spr -%%HLDSDIR%%action/sprites/320_wde50s.spr -%%HLDSDIR%%action/sprites/320_wde50u.spr -%%HLDSDIR%%action/sprites/320_wfistss.spr -%%HLDSDIR%%action/sprites/320_wfistsu.spr -%%HLDSDIR%%action/sprites/320_wgrens.spr -%%HLDSDIR%%action/sprites/320_wgrenu.spr -%%HLDSDIR%%action/sprites/320_whcs.spr -%%HLDSDIR%%action/sprites/320_whcu.spr -%%HLDSDIR%%action/sprites/320_withacas.spr -%%HLDSDIR%%action/sprites/320_withacau.spr -%%HLDSDIR%%action/sprites/320_wknifes.spr -%%HLDSDIR%%action/sprites/320_wknifeu.spr -%%HLDSDIR%%action/sprites/320_wm4s.spr -%%HLDSDIR%%action/sprites/320_wm4u.spr -%%HLDSDIR%%action/sprites/320_wmp5s.spr -%%HLDSDIR%%action/sprites/320_wmp5u.spr -%%HLDSDIR%%action/sprites/320_wmsg90s.spr -%%HLDSDIR%%action/sprites/320_wmsg90u.spr -%%HLDSDIR%%action/sprites/320_wsaas.spr -%%HLDSDIR%%action/sprites/320_wsaau.spr -%%HLDSDIR%%action/sprites/50cal_scope.spr -%%HLDSDIR%%action/sprites/640_hud_ammo.spr -%%HLDSDIR%%action/sprites/640_hud_deaths.spr -%%HLDSDIR%%action/sprites/640_hud_icons.spr -%%HLDSDIR%%action/sprites/640_hud_items.spr -%%HLDSDIR%%action/sprites/640_hud_numbers.spr -%%HLDSDIR%%action/sprites/640_w50cals.spr -%%HLDSDIR%%action/sprites/640_w50calu.spr -%%HLDSDIR%%action/sprites/640_wakimbobs.spr -%%HLDSDIR%%action/sprites/640_wakimbobu.spr -%%HLDSDIR%%action/sprites/640_wakimcolts.spr -%%HLDSDIR%%action/sprites/640_wakimcoltu.spr -%%HLDSDIR%%action/sprites/640_wakimsaas.spr -%%HLDSDIR%%action/sprites/640_wakimsaau.spr -%%HLDSDIR%%action/sprites/640_wanacondas.spr -%%HLDSDIR%%action/sprites/640_wanacondau.spr -%%HLDSDIR%%action/sprites/640_wberettas.spr -%%HLDSDIR%%action/sprites/640_wberettau.spr -%%HLDSDIR%%action/sprites/640_wcolts.spr -%%HLDSDIR%%action/sprites/640_wcoltu.spr -%%HLDSDIR%%action/sprites/640_wde50s.spr -%%HLDSDIR%%action/sprites/640_wde50u.spr -%%HLDSDIR%%action/sprites/640_wfistss.spr -%%HLDSDIR%%action/sprites/640_wfistsu.spr -%%HLDSDIR%%action/sprites/640_wgrens.spr -%%HLDSDIR%%action/sprites/640_wgrenu.spr -%%HLDSDIR%%action/sprites/640_whcs.spr -%%HLDSDIR%%action/sprites/640_whcu.spr -%%HLDSDIR%%action/sprites/640_withacas.spr -%%HLDSDIR%%action/sprites/640_withacau.spr -%%HLDSDIR%%action/sprites/640_wknifes.spr -%%HLDSDIR%%action/sprites/640_wknifeu.spr -%%HLDSDIR%%action/sprites/640_wm4s.spr -%%HLDSDIR%%action/sprites/640_wm4u.spr -%%HLDSDIR%%action/sprites/640_wmp5s.spr -%%HLDSDIR%%action/sprites/640_wmp5u.spr -%%HLDSDIR%%action/sprites/640_wmsg90s.spr -%%HLDSDIR%%action/sprites/640_wmsg90u.spr -%%HLDSDIR%%action/sprites/640_wsaas.spr -%%HLDSDIR%%action/sprites/640_wsaau.spr -%%HLDSDIR%%action/sprites/BN_bulb.spr -%%HLDSDIR%%action/sprites/BN_lmp2l.spr -%%HLDSDIR%%action/sprites/BN_lmp2r.spr -%%HLDSDIR%%action/sprites/BN_me3.spr -%%HLDSDIR%%action/sprites/BN_tree.spr -%%HLDSDIR%%action/sprites/ahl_xhairs.spr -%%HLDSDIR%%action/sprites/bn_leaves.spr -%%HLDSDIR%%action/sprites/bn_me.spr -%%HLDSDIR%%action/sprites/bn_me2.spr -%%HLDSDIR%%action/sprites/bn_mey.spr -%%HLDSDIR%%action/sprites/bn_tree1.spr -%%HLDSDIR%%action/sprites/bullettime/bullet.spr -%%HLDSDIR%%action/sprites/bullettime/bullet_trail.spr -%%HLDSDIR%%action/sprites/bullettime/bullet_wizz.spr -%%HLDSDIR%%action/sprites/bullettime/pellet.spr -%%HLDSDIR%%action/sprites/crosshairs.spr -%%HLDSDIR%%action/sprites/hud.txt -%%HLDSDIR%%action/sprites/laserdot.spr -%%HLDSDIR%%action/sprites/msg90_scope.spr -%%HLDSDIR%%action/sprites/muzzleflash1.spr -%%HLDSDIR%%action/sprites/muzzleflash2.spr -%%HLDSDIR%%action/sprites/muzzleflash3.spr -%%HLDSDIR%%action/sprites/null.spr -%%HLDSDIR%%action/sprites/nvg.spr -%%HLDSDIR%%action/sprites/p2fx/blood.spr -%%HLDSDIR%%action/sprites/p2fx/debris_concrete1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_concrete2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_concrete3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_concrete4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_concrete5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_default.spr -%%HLDSDIR%%action/sprites/p2fx/debris_dirt1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_dirt2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_dirt3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_dirt4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_dirt5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_generic1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_generic2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_generic3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_generic4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_generic5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_glass1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_glass2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_glass3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_glass4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_glass5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_metal1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_metal2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_metal3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_metal4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_metal5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_rock1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_rock2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_rock3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_rock4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_rock5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_snow1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_snow2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_snow3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_snow4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_snow5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_tile1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_tile2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_tile3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_tile4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_tile5.spr -%%HLDSDIR%%action/sprites/p2fx/debris_wood1.spr -%%HLDSDIR%%action/sprites/p2fx/debris_wood2.spr -%%HLDSDIR%%action/sprites/p2fx/debris_wood3.spr -%%HLDSDIR%%action/sprites/p2fx/debris_wood4.spr -%%HLDSDIR%%action/sprites/p2fx/debris_wood5.spr -%%HLDSDIR%%action/sprites/p2fx/metal_spark1.spr -%%HLDSDIR%%action/sprites/p2fx/metal_spark2.spr -%%HLDSDIR%%action/sprites/p2fx/muzzle_50cal.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_akimbob.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_akimcolt.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_akimsaa.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_anaconda.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_beretta.spr -%%HLDSDIR%%action/sprites/p2fx/muzzle_beretta.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_colt.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_de50.spr -%%HLDSDIR%%action/sprites/p2fx/muzzle_de50.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_handcannon.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_hkmp5.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_ithaca.spr -%%HLDSDIR%%action/sprites/p2fx/muzzle_ithaca.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_m4.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_saa.txt -%%HLDSDIR%%action/sprites/p2fx/muzzle_sniper.txt -%%HLDSDIR%%action/sprites/p2fx/smoke1_loop.spr -%%HLDSDIR%%action/sprites/p2fx/spark_particle.spr -%%HLDSDIR%%action/sprites/p2fx/wallpuff.spr -%%HLDSDIR%%action/sprites/rain.spr -%%HLDSDIR%%action/sprites/rain2.spr -%%HLDSDIR%%action/sprites/scope_50cal.spr -%%HLDSDIR%%action/sprites/scope_msg90.spr -%%HLDSDIR%%action/sprites/shower.spr -%%HLDSDIR%%action/sprites/teamkiller.spr -%%HLDSDIR%%action/sprites/weapon_50cal.txt -%%HLDSDIR%%action/sprites/weapon_akimbob.txt -%%HLDSDIR%%action/sprites/weapon_akimcolt.txt -%%HLDSDIR%%action/sprites/weapon_akimsaa.txt -%%HLDSDIR%%action/sprites/weapon_anaconda.txt -%%HLDSDIR%%action/sprites/weapon_beretta.txt -%%HLDSDIR%%action/sprites/weapon_colt.txt -%%HLDSDIR%%action/sprites/weapon_de50.txt -%%HLDSDIR%%action/sprites/weapon_fists.txt -%%HLDSDIR%%action/sprites/weapon_frag.txt -%%HLDSDIR%%action/sprites/weapon_handcannon.txt -%%HLDSDIR%%action/sprites/weapon_hkmp5.txt -%%HLDSDIR%%action/sprites/weapon_ithaca.txt -%%HLDSDIR%%action/sprites/weapon_knife.txt -%%HLDSDIR%%action/sprites/weapon_m4.txt -%%HLDSDIR%%action/sprites/weapon_msg90.txt -%%HLDSDIR%%action/sprites/weapon_punch.txt -%%HLDSDIR%%action/sprites/weapon_saa.txt -%%HLDSDIR%%action/teams.ini -%%HLDSDIR%%action/weapons/info_50cal.txt -%%HLDSDIR%%action/weapons/info_akimbob.txt -%%HLDSDIR%%action/weapons/info_akimcolt.txt -%%HLDSDIR%%action/weapons/info_akimsaa.txt -%%HLDSDIR%%action/weapons/info_anaconda.txt -%%HLDSDIR%%action/weapons/info_bandolier.txt -%%HLDSDIR%%action/weapons/info_beretta.txt -%%HLDSDIR%%action/weapons/info_colt.txt -%%HLDSDIR%%action/weapons/info_de50.txt -%%HLDSDIR%%action/weapons/info_fists.txt -%%HLDSDIR%%action/weapons/info_flashlight.txt -%%HLDSDIR%%action/weapons/info_frag.txt -%%HLDSDIR%%action/weapons/info_handcannon.txt -%%HLDSDIR%%action/weapons/info_holster.txt -%%HLDSDIR%%action/weapons/info_knife.txt -%%HLDSDIR%%action/weapons/info_lasersight.txt -%%HLDSDIR%%action/weapons/info_m4.txt -%%HLDSDIR%%action/weapons/info_mp5.txt -%%HLDSDIR%%action/weapons/info_nightvision.txt -%%HLDSDIR%%action/weapons/info_saa.txt -%%HLDSDIR%%action/weapons/info_shotgun.txt -%%HLDSDIR%%action/weapons/info_silencer.txt -%%HLDSDIR%%action/weapons/info_sniper.txt -%%HLDSDIR%%action/weapons/info_stealth.txt -%%HLDSDIR%%action/weapons/info_vest.txt -%%HLDSDIR%%action/wpfiles/ahl_5am.awf -%%HLDSDIR%%action/wpfiles/ahl_astorage.awf -%%HLDSDIR%%action/wpfiles/ahl_bananamans.awf -%%HLDSDIR%%action/wpfiles/ahl_bankdoom.awf -%%HLDSDIR%%action/wpfiles/ahl_bxminiluv.awf -%%HLDSDIR%%action/wpfiles/ahl_calypso.awf -%%HLDSDIR%%action/wpfiles/ahl_casagrande.awf -%%HLDSDIR%%action/wpfiles/ahl_endlrainhc.awf -%%HLDSDIR%%action/wpfiles/ahl_engholm.awf -%%HLDSDIR%%action/wpfiles/ahl_hkheat.awf -%%HLDSDIR%%action/wpfiles/ahl_napoli.awf -%%HLDSDIR%%action/wpfiles/ahl_nocredit.awf -%%HLDSDIR%%action/wpfiles/ahl_streets.awf -%%HLDSDIR%%action/wpfiles/stalkyard.awf -@dirrm %%HLDSDIR%%action/wpfiles -@dirrm %%HLDSDIR%%action/weapons -@dirrm %%HLDSDIR%%action/sprites/p2fx -@dirrm %%HLDSDIR%%action/sprites/bullettime -@dirrm %%HLDSDIR%%action/sprites -@dirrm %%HLDSDIR%%action/sound/weapons -@dirrm %%HLDSDIR%%action/sound/sniper -@dirrm %%HLDSDIR%%action/sound/saa -@dirrm %%HLDSDIR%%action/sound/radio/male -@dirrm %%HLDSDIR%%action/sound/radio/female -@dirrm %%HLDSDIR%%action/sound/radio -@dirrm %%HLDSDIR%%action/sound/plexor -@dirrm %%HLDSDIR%%action/sound/player/male -@dirrm %%HLDSDIR%%action/sound/player/female -@dirrm %%HLDSDIR%%action/sound/player -@dirrm %%HLDSDIR%%action/sound/octaved -@dirrm %%HLDSDIR%%action/sound/mp5 -@dirrm %%HLDSDIR%%action/sound/misc -@dirrm %%HLDSDIR%%action/sound/m4 -@dirrm %%HLDSDIR%%action/sound/knife -@dirrm %%HLDSDIR%%action/sound/ithaca -@dirrm %%HLDSDIR%%action/sound/items -@dirrm %%HLDSDIR%%action/sound/hondo/nocredit -@dirrm %%HLDSDIR%%action/sound/hondo/endlrain -@dirrm %%HLDSDIR%%action/sound/hondo/5am -@dirrm %%HLDSDIR%%action/sound/hondo -@dirrm %%HLDSDIR%%action/sound/grenade -@dirrm %%HLDSDIR%%action/sound/fists -@dirrm %%HLDSDIR%%action/sound/drumdude -@dirrm %%HLDSDIR%%action/sound/debris -@dirrm %%HLDSDIR%%action/sound/colt1911 -@dirrm %%HLDSDIR%%action/sound/colt -@dirrm %%HLDSDIR%%action/sound/cannon -@dirrm %%HLDSDIR%%action/sound/bunnyx -@dirrm %%HLDSDIR%%action/sound/beretta -@dirrm %%HLDSDIR%%action/sound/banana -@dirrm %%HLDSDIR%%action/sound/anaconda -@dirrm %%HLDSDIR%%action/sound/ambience -@dirrm %%HLDSDIR%%action/sound/De50 -@dirrm %%HLDSDIR%%action/sound/ACTION -@dirrm %%HLDSDIR%%action/sound/50cal -@dirrm %%HLDSDIR%%action/sound -@dirrm %%HLDSDIR%%action/models/player/virii -@dirrm %%HLDSDIR%%action/models/player/the_one -@dirrm %%HLDSDIR%%action/models/player/ta-kill-ya -@dirrm %%HLDSDIR%%action/models/player/stylez -@dirrm %%HLDSDIR%%action/models/player/snake -@dirrm %%HLDSDIR%%action/models/player/sas -@dirrm %%HLDSDIR%%action/models/player/saint -@dirrm %%HLDSDIR%%action/models/player/roggesemmel -@dirrm %%HLDSDIR%%action/models/player/pistolero -@dirrm %%HLDSDIR%%action/models/player/nsi_swat -@dirrm %%HLDSDIR%%action/models/player/noel -@dirrm %%HLDSDIR%%action/models/player/misswong -@dirrm %%HLDSDIR%%action/models/player/meister -@dirrm %%HLDSDIR%%action/models/player/mcclane -@dirrm %%HLDSDIR%%action/models/player/mccauley -@dirrm %%HLDSDIR%%action/models/player/maggie -@dirrm %%HLDSDIR%%action/models/player/loony -@dirrm %%HLDSDIR%%action/models/player/liz -@dirrm %%HLDSDIR%%action/models/player/kat -@dirrm %%HLDSDIR%%action/models/player/junkie -@dirrm %%HLDSDIR%%action/models/player/jeff -@dirrm %%HLDSDIR%%action/models/player/jawb -@dirrm %%HLDSDIR%%action/models/player/jack -@dirrm %%HLDSDIR%%action/models/player/ivan -@dirrm %%HLDSDIR%%action/models/player/hunter -@dirrm %%HLDSDIR%%action/models/player/ghostdog -@dirrm %%HLDSDIR%%action/models/player/falcon -@dirrm %%HLDSDIR%%action/models/player/eclipse -@dirrm %%HLDSDIR%%action/models/player/drake -@dirrm %%HLDSDIR%%action/models/player/dieter -@dirrm %%HLDSDIR%%action/models/player/costa -@dirrm %%HLDSDIR%%action/models/player/chingamy -@dirrm %%HLDSDIR%%action/models/player/benny -@dirrm %%HLDSDIR%%action/models/player/arnie -@dirrm %%HLDSDIR%%action/models/player/Malysa -@dirrm %%HLDSDIR%%action/models/player -@dirrm %%HLDSDIR%%action/models/overviews -@dirrm %%HLDSDIR%%action/models/bullettime -@dirrm %%HLDSDIR%%action/models -@dirrm %%HLDSDIR%%action/maps -@dirrm %%HLDSDIR%%action/gfx/env -@dirrm %%HLDSDIR%%action/gfx -@dirrm %%HLDSDIR%%action/events -@dirrm %%HLDSDIR%%action/dlls -@dirrm %%HLDSDIR%%action/cl_dlls -@dirrm %%HLDSDIR%%action/botinfo -@unexec rmdir %D/%%HLDSDIR%%action 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%HLDSDIR%%action`` to remove any configuration files and logs left." | fmt diff --git a/games/powerpak/Makefile b/games/powerpak/Makefile deleted file mode 100644 index ffe8dee..0000000 --- a/games/powerpak/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: PowerPak -# Date created: 19 August 1999 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= powerpak -PORTVERSION= 20000511 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://www.angelfire.com/va/powerpakgsdk/images/ -DISTNAME= PowerPak - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= SDL-based Game Software Development Kit - -LIB_DEPENDS= glut.3:${PORTSDIR}/graphics/libglut \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - smpeg.1:${PORTSDIR}/multimedia/smpeg \ - -USE_SDL= mixer sdl -USE_FREETYPE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -MAKEFILE= Makefile.UNIX - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= "Internal compiler error on sparc64" -.endif - -post-extract: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -i '' -e "s/`/usr/bin/printf '\r'`//g ; \ - s|\"SDL/|\"|g ; s|<SDL/|<|g" - -do-install: - @ ${INSTALL_DATA} ${WRKSRC}/libPP.a ${PREFIX}/lib - @ ${INSTALL_PROGRAM} ${WRKSRC}/libPP.so.1 ${PREFIX}/lib - @ ${LN} -sf ${PREFIX}/lib/libPP.so.1 ${PREFIX}/lib/libPP.so - @ ${MKDIR} ${PREFIX}/include/PowerPak -.for dir in . Power3D PowerDraw PowerInput PowerMedia PowerSound - @ ${INSTALL_DATA} ${WRKSRC}/${dir}/*.h ${PREFIX}/include/PowerPak - @ if [ -d ${WRKSRC}/${dir}/examples ]; then \ - ${MKDIR} ${PREFIX}/share/examples/PowerPak/${dir}; \ - ${INSTALL_DATA} ${WRKSRC}/${dir}/examples/* ${PREFIX}/share/examples/PowerPak/${dir}; \ - fi -.endfor - -.include <bsd.port.post.mk> diff --git a/games/powerpak/distinfo b/games/powerpak/distinfo deleted file mode 100644 index bfd1b13..0000000 --- a/games/powerpak/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (PowerPak.tar.gz) = 5fbb0224a39e1194898801912fae95e7 -SIZE (PowerPak.tar.gz) = 175763 diff --git a/games/powerpak/files/patch-Makefile.UNIX b/games/powerpak/files/patch-Makefile.UNIX deleted file mode 100644 index d9f2563..0000000 --- a/games/powerpak/files/patch-Makefile.UNIX +++ /dev/null @@ -1,77 +0,0 @@ - -$FreeBSD$ - ---- Makefile.UNIX.orig Wed Apr 17 19:04:37 2002 -+++ Makefile.UNIX Wed Apr 17 19:16:50 2002 -@@ -1,12 +1,28 @@ --CC=gcc --CFLAGS=-Wall -O6 --LIBS=-L/usr/X11R6/lib -lm -lSDL -ldl -lpthread -+CC?=gcc -+CFLAGS?=-Wall -O6 -+SDL_CONFIG?=sdl-config -+X11BASE?=/usr/X11R6 -+LOCALBASE?=/usr/local -+SDL_LIBS!=$(SDL_CONFIG) --libs -+SDL_CFLAGS!=$(SDL_CONFIG) --cflags -+CFLAGS+=-I$(X11BASE)/include -I$(LOCALBASE)/include $(SDL_CFLAGS) -+LIBS+=-L$(X11BASE)/lib -L$(LOCALBASE)/lib -lm $(SDL_LIBS) - OBJECTS=powerpak.o img.o img_gif.o img_ppm.o img_tif.o img_pcx.o img_bmp.o img_png.o img_jpg.o img_xxx.o \ - ./PowerDraw/powerdraw.o ./PowerDraw/gfx.o ./PowerDraw/primitives.o ./PowerDraw/sprites.o ./PowerDraw/truetype.o \ - ./PowerInput/keyboard.o ./PowerInput/mouse.o ./PowerInput/powerinput.o ./PowerInput/joystick.o \ - ./Power3D/gfx3d.o ./Power3D/power3d.o ./Power3D/objects3d.o ./Power3D/render.o \ - ./PowerSound/audio.o ./PowerSound/channel.o ./PowerSound/sample.o ./PowerSound/powersound.o \ - ./PowerMedia/mpeg.o -+SRCS=${OBJECTS:S/.o$/.c/} -+SO_OBJECTS=${OBJECTS:S/.o$/.so/} -+ -+.SUFFIXES: .o .so .c -+ -+.c.o: -+ ${CC} -o ${.TARGET} ${CFLAGS} -c ${.ALLSRC} -+ -+.c.so: -+ ${CC} -fpic -DPIC -o ${.TARGET} ${CFLAGS} -c ${.ALLSRC} - - # Uncomment these if you want the library built with Power3D support - # This requires an OpenGL implementation -@@ -15,7 +31,7 @@ - - # Uncomment these if you want the library built with TrueType support - # This requires the freetype library (http://www.freetype.org) --CFLAGS += -DUSE_TTF -+CFLAGS += -DUSE_TTF -I${LOCALBASE}/include/freetype1/freetype - LIBS += -lttf - - # Uncomment these if you want the library built with music support -@@ -35,10 +51,10 @@ - - # Uncomment these if you want the library built with MPEG support - # This requires Loki's SMPEG library --CFLAGS += -DUSE_MPEG -I./PowerDraw -+CFLAGS += -DUSE_MPEG -I./PowerDraw -I${LOCALBASE}/include/smpeg - LIBS += -lsmpeg - --all: splash libPP.a libPP.so -+all: splash libPP.a libPP.so.1 - - upgrade:splash installdirs - @echo "Deleting old libs from /usr/lib" -@@ -85,12 +101,12 @@ - @rm -rf ./PowerSound/*.o - - libPP.a: $(OBJECTS) -- @echo "Building static library (libPP.a)" -- @ar rvs libPP.a $(OBJECTS) -+ @echo "Building static library (${.TARGET})" -+ @ar rvs libPP.a ${.ALLSRC} - --libPP.so: $(OBJECTS) -- @echo "Building dynamic library (libPP.so)" -- @$(CC) -D_REENTRANT -fpic -fPIC -shared -o libPP.so $(OBJECTS) $(LIBS) -+libPP.so.1: $(SO_OBJECTS) -+ @echo "Building dynamic library (${.TARGET})" -+ @$(CC) -shared -o ${.TARGET} ${.ALLSRC} $(LIBS) - - splash: - @echo "" diff --git a/games/powerpak/files/patch-PowerMedia::mpeg.c b/games/powerpak/files/patch-PowerMedia::mpeg.c deleted file mode 100644 index a6bf658..0000000 --- a/games/powerpak/files/patch-PowerMedia::mpeg.c +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- PowerMedia/mpeg.c 2002/04/17 15:58:59 1.1 -+++ PowerMedia/mpeg.c 2002/04/17 16:03:52 -@@ -16,7 +16,7 @@ - - #ifdef USE_MPEG - --#include <malloc.h> -+#include <stdlib.h> - #include <smpeg.h> - - #include "powermedia.h" -@@ -210,7 +210,9 @@ - - int PM_RenderMpegFrame (PD_Surface *Surface, PM_Mpeg *Mpeg, int Frame, int X, int Y) - { -- SMPEG_renderFrame(Mpeg->Mpeg, Frame, Surface, X, Y); -+ SMPEG_setdisplay(Mpeg->Mpeg, Surface, NULL, NULL); -+ SMPEG_move(Mpeg->Mpeg, X, Y); -+ SMPEG_renderFrame(Mpeg->Mpeg, Frame); - - return 0; - } diff --git a/games/powerpak/pkg-descr b/games/powerpak/pkg-descr deleted file mode 100644 index 7f68662..0000000 --- a/games/powerpak/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -PowerPak is a Game Software Development Kit - -WWW: http://www.angelfire.com/va/powerpakgsdk/ diff --git a/games/powerpak/pkg-plist b/games/powerpak/pkg-plist deleted file mode 100644 index 2e97dff..0000000 --- a/games/powerpak/pkg-plist +++ /dev/null @@ -1,70 +0,0 @@ -include/PowerPak/IMG.h -include/PowerPak/gfx.h -include/PowerPak/gfx3d.h -include/PowerPak/joystick.h -include/PowerPak/keyboard.h -include/PowerPak/mouse.h -include/PowerPak/mpeg.h -include/PowerPak/objects3d.h -include/PowerPak/power3d.h -include/PowerPak/powerdraw.h -include/PowerPak/powerinput.h -include/PowerPak/powermedia.h -include/PowerPak/powerpak.h -include/PowerPak/powersound.h -include/PowerPak/primitives.h -include/PowerPak/render.h -include/PowerPak/sprites.h -include/PowerPak/truetype.h -lib/libPP.a -lib/libPP.so -lib/libPP.so.1 -share/examples/PowerPak/Power3D/Makefile.BeOS -share/examples/PowerPak/Power3D/Makefile.Mingw32 -share/examples/PowerPak/Power3D/Makefile.UNIX -share/examples/PowerPak/Power3D/ex1.c -share/examples/PowerPak/Power3D/ex2.c -share/examples/PowerPak/Power3D/ex3.c -share/examples/PowerPak/PowerDraw/Makefile.BeOS -share/examples/PowerPak/PowerDraw/Makefile.Mingw32 -share/examples/PowerPak/PowerDraw/Makefile.UNIX -share/examples/PowerPak/PowerDraw/ex1.c -share/examples/PowerPak/PowerDraw/ex2.c -share/examples/PowerPak/PowerDraw/ex3.c -share/examples/PowerPak/PowerDraw/ex4.c -share/examples/PowerPak/PowerDraw/ex4.jpg -share/examples/PowerPak/PowerDraw/ex4.pcx -share/examples/PowerPak/PowerDraw/ex5-1.pcx -share/examples/PowerPak/PowerDraw/ex5-2.pcx -share/examples/PowerPak/PowerDraw/ex5.c -share/examples/PowerPak/PowerDraw/ex6.c -share/examples/PowerPak/PowerDraw/ex7.c -share/examples/PowerPak/PowerDraw/krylon.ttf -share/examples/PowerPak/PowerInput/Makefile.BeOS -share/examples/PowerPak/PowerInput/Makefile.Mingw32 -share/examples/PowerPak/PowerInput/Makefile.UNIX -share/examples/PowerPak/PowerInput/ex1.c -share/examples/PowerPak/PowerInput/ex2.c -share/examples/PowerPak/PowerInput/ex3.c -share/examples/PowerPak/PowerInput/ex4.c -share/examples/PowerPak/PowerInput/ex5.c -share/examples/PowerPak/PowerInput/sprite.pcx -share/examples/PowerPak/PowerMedia/Makefile.BeOS -share/examples/PowerPak/PowerMedia/Makefile.Mingw32 -share/examples/PowerPak/PowerMedia/Makefile.UNIX -share/examples/PowerPak/PowerMedia/ex1.c -share/examples/PowerPak/PowerSound/Makefile.BeOS -share/examples/PowerPak/PowerSound/Makefile.Mingw32 -share/examples/PowerPak/PowerSound/Makefile.UNIX -share/examples/PowerPak/PowerSound/ex1.c -share/examples/PowerPak/PowerSound/ex2.c -share/examples/PowerPak/PowerSound/ex3.c -share/examples/PowerPak/PowerSound/sample2.wav -share/examples/PowerPak/PowerSound/sample3.wav -@dirrm share/examples/PowerPak/PowerSound -@dirrm share/examples/PowerPak/PowerMedia -@dirrm share/examples/PowerPak/PowerInput -@dirrm share/examples/PowerPak/PowerDraw -@dirrm share/examples/PowerPak/Power3D -@dirrm share/examples/PowerPak -@dirrm include/PowerPak diff --git a/games/pythoong/Makefile b/games/pythoong/Makefile deleted file mode 100644 index c7f8ea1..0000000 --- a/games/pythoong/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: pythoong -# Date created: 24 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pythoong -PORTVERSION= 0.99 -PORTREVISION= 1 -CATEGORIES= games gnome -MASTER_SITES= http://perso.wanadoo.fr/christophe.cressend/tarballs/ - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A snake-like game written for Gnome desktop - -BUILD_DEPENDS= xbmtopbm:${PORTSDIR}/graphics/netpbm - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/games/pythoong/distinfo b/games/pythoong/distinfo deleted file mode 100644 index a168cec..0000000 --- a/games/pythoong/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pythoong-0.99.tar.bz2) = 533d81be7d25edba5cc5d5b6a3bf032a -SIZE (pythoong-0.99.tar.bz2) = 260499 diff --git a/games/pythoong/files/patch-Makefile.am b/games/pythoong/files/patch-Makefile.am deleted file mode 100644 index 237b269..0000000 --- a/games/pythoong/files/patch-Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.am.orig Fri Aug 8 05:22:01 2003 -+++ Makefile.am Fri Aug 8 05:22:45 2003 -@@ -22,10 +22,10 @@ - - install-data-local: - -$(mkinstalldirs) $(DESTDIR)$(scoredir) -- touch $(DESTDIR)$(scoredir)/pythoong.scores -- -chown games.games $(DESTDIR)$(scoredir)/pythoong.scores -- -chmod 664 $(DESTDIR)$(scoredir)/pythoong.scores -- -chgrp games $(DESTDIR)$(bindir)/pythoong && chmod 2111 $(DESTDIR)$(bindir)/pythoong -+ touch $(DESTDIR)$(scoredir)/Pythoong.scores -+ -chown games:games $(DESTDIR)$(scoredir)/Pythoong.scores -+ -chmod 664 $(DESTDIR)$(scoredir)/Pythoong.scores -+ -chgrp games $(DESTDIR)$(bindir)/Pythoong - - ## to automatically rebuild aclocal.m4 if any of the macros in - ## `macros/' change diff --git a/games/pythoong/files/patch-Makefile.in b/games/pythoong/files/patch-Makefile.in deleted file mode 100644 index bc795e9..0000000 --- a/games/pythoong/files/patch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- Makefile.in.orig Fri Aug 8 05:25:23 2003 -+++ Makefile.in Fri Aug 8 05:25:50 2003 -@@ -554,10 +554,10 @@ - - install-data-local: - -$(mkinstalldirs) $(DESTDIR)$(scoredir) -- touch $(DESTDIR)$(scoredir)/pythoong.scores -- -chown games.games $(DESTDIR)$(scoredir)/pythoong.scores -- -chmod 664 $(DESTDIR)$(scoredir)/pythoong.scores -- -chgrp games $(DESTDIR)$(bindir)/pythoong && chmod 2111 $(DESTDIR)$(bindir)/pythoong -+ touch $(DESTDIR)$(scoredir)/Pythoong.scores -+ -chown games:games $(DESTDIR)$(scoredir)/Pythoong.scores -+ -chmod 664 $(DESTDIR)$(scoredir)/Pythoong.scores -+ -chgrp games $(DESTDIR)$(bindir)/pythoong - - @MAINT@include macros/macros.dep - @MAINT@macros/macros.dep: macros/Makefile.am diff --git a/games/pythoong/files/patch-aa b/games/pythoong/files/patch-aa deleted file mode 100644 index f41d566..0000000 --- a/games/pythoong/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- prefs.c.orig Sun Jul 23 22:05:21 2000 -+++ prefs.c Mon Jul 24 17:13:43 2000 -@@ -11,7 +11,7 @@ - #include "pythoong_def.h" - #include "prefs.h" - #include "keyboard.h" --#include "tgmath.h" -+/*#include "tgmath.h"*/ - - extern void reinit_speed(); - extern void reinit_graphics(); diff --git a/games/pythoong/files/patch-ab b/games/pythoong/files/patch-ab deleted file mode 100644 index 6fc3590..0000000 --- a/games/pythoong/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ ---- mazes/Makefile.in.orig Mon Jul 24 17:22:38 2000 -+++ mazes/Makefile.in Mon Jul 24 17:44:08 2000 -@@ -124,7 +124,8 @@ - - mazesdir = $(datadir)/gnome/pixmaps/pythoong/mazes - --mazes_DATA = level01.xpm level02.xpm level03.xpm level04.xpm level05.xpm level06.xpm level07.xpm level08.xpm level09.xpm level10.xpm level11.xpm level12.xpm level13.xpm level14.xpm level15.xpm level16.xpm level17.xpm level18.xpm level19.xpm level20.xpm level21.xpm level22.xpm level23.xpm level24.xpm level25.xpm level26.xpm level27.xpm level28.xpm level29.xpm level30.xpm level31.xpm level32.xpm level33.xpm level34.xpm level35.xpm level36.xpm level37.xpm level38.xpm level39.xpm level40.xpm -+mazes_DATA_xbm = level01.xpm level02.xpm level03.xpm level04.xpm level05.xpm level06.xpm level07.xpm level08.xpm level09.xpm level10.xpm level11.xpm level12.xpm level13.xpm level14.xpm level15.xpm level16.xpm level17.xpm level18.xpm level19.xpm level20.xpm level21.xpm level22.xpm level23.xpm level24.xpm level25.xpm level26.xpm level27.xpm level28.xpm level29.xpm level30.xpm level31.xpm level32.xpm level33.xpm level34.xpm level35.xpm level36.xpm level37.xpm level38.xpm level39.xpm level40.xpm -+mazes_DATA = $(mazes_DATA_xbm:.xpm=.xp) - - - EXTRA_DIST = $(mazes_DATA) -@@ -141,7 +142,10 @@ - TAR = tar - GZIP_ENV = --best - all: all-redirect --.SUFFIXES: -+.SUFFIXES: .xpm .xp -+.xpm.xp: -+ (xbmtopbm < $< | ppmtoxpm > $@) 2>/dev/null -+ - $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu mazes/Makefile - -@@ -155,11 +159,11 @@ - $(mkinstalldirs) $(DESTDIR)$(mazesdir) - @list='$(mazes_DATA)'; for p in $$list; do \ - if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(mazesdir)/$$p"; \ -- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(mazesdir)/$$p; \ -+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(mazesdir)/$${p}m"; \ -+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(mazesdir)/$${p}m; \ - else if test -f $$p; then \ -- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(mazesdir)/$$p"; \ -- $(INSTALL_DATA) $$p $(DESTDIR)$(mazesdir)/$$p; \ -+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(mazesdir)/$${p}m"; \ -+ $(INSTALL_DATA) $$p $(DESTDIR)$(mazesdir)/$${p}m; \ - fi; fi; \ - done - diff --git a/games/pythoong/files/patch-aclocal.m4 b/games/pythoong/files/patch-aclocal.m4 deleted file mode 100644 index 3d0d126..0000000 --- a/games/pythoong/files/patch-aclocal.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- aclocal.m4.orig Fri Aug 8 05:02:36 2003 -+++ aclocal.m4 Fri Aug 8 05:03:04 2003 -@@ -385,7 +385,7 @@ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+$libtool_flags --no-verify $host \ - || AC_MSG_ERROR([libtool configure failed]) - - # Reload cache, that may have been modified by ltconfig diff --git a/games/pythoong/files/patch-configure b/games/pythoong/files/patch-configure deleted file mode 100644 index d4dc2dc..0000000 --- a/games/pythoong/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Aug 11 15:36:11 2003 -+++ configure Mon Aug 11 15:36:19 2003 -@@ -2248,7 +2248,7 @@ - LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ - DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+$libtool_flags --no-verify $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig diff --git a/games/pythoong/pkg-descr b/games/pythoong/pkg-descr deleted file mode 100644 index 238b3a7..0000000 --- a/games/pythoong/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Pythoons is a "snake" like game written for Gnome. In this one, the snake moves -into a maze ( just like a PacMan ), eating pill and trying not to bite its -queue. - -WWW: http://perso.wanadoo.fr/christophe.cressend/ diff --git a/games/pythoong/pkg-plist b/games/pythoong/pkg-plist deleted file mode 100644 index 921ac28..0000000 --- a/games/pythoong/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/pythoong -share/gnome/games/Pythoong.scores -share/gnome/pixmaps/pythoong/mazes/level01.xpm -share/gnome/pixmaps/pythoong/mazes/level02.xpm -share/gnome/pixmaps/pythoong/mazes/level03.xpm -share/gnome/pixmaps/pythoong/mazes/level04.xpm -share/gnome/pixmaps/pythoong/mazes/level05.xpm -share/gnome/pixmaps/pythoong/mazes/level06.xpm -share/gnome/pixmaps/pythoong/mazes/level07.xpm -share/gnome/pixmaps/pythoong/mazes/level08.xpm -share/gnome/pixmaps/pythoong/mazes/level09.xpm -share/gnome/pixmaps/pythoong/mazes/level10.xpm -share/gnome/pixmaps/pythoong/mazes/level11.xpm -share/gnome/pixmaps/pythoong/mazes/level12.xpm -share/gnome/pixmaps/pythoong/mazes/level13.xpm -share/gnome/pixmaps/pythoong/mazes/level14.xpm -share/gnome/pixmaps/pythoong/mazes/level15.xpm -share/gnome/pixmaps/pythoong/mazes/level16.xpm -share/gnome/pixmaps/pythoong/mazes/level17.xpm -share/gnome/pixmaps/pythoong/mazes/level18.xpm -share/gnome/pixmaps/pythoong/mazes/level19.xpm -share/gnome/pixmaps/pythoong/mazes/level20.xpm -share/gnome/pixmaps/pythoong/mazes/level21.xpm -share/gnome/pixmaps/pythoong/mazes/level22.xpm -share/gnome/pixmaps/pythoong/mazes/level23.xpm -share/gnome/pixmaps/pythoong/mazes/level24.xpm -share/gnome/pixmaps/pythoong/mazes/level25.xpm -share/gnome/pixmaps/pythoong/mazes/level26.xpm -share/gnome/pixmaps/pythoong/mazes/level27.xpm -share/gnome/pixmaps/pythoong/mazes/level28.xpm -share/gnome/pixmaps/pythoong/mazes/level29.xpm -share/gnome/pixmaps/pythoong/mazes/level30.xpm -share/gnome/pixmaps/pythoong/mazes/level31.xpm -share/gnome/pixmaps/pythoong/mazes/level32.xpm -share/gnome/pixmaps/pythoong/mazes/level33.xpm -share/gnome/pixmaps/pythoong/mazes/level34.xpm -share/gnome/pixmaps/pythoong/mazes/level35.xpm -share/gnome/pixmaps/pythoong/mazes/level36.xpm -share/gnome/pixmaps/pythoong/mazes/level37.xpm -share/gnome/pixmaps/pythoong/mazes/level38.xpm -share/gnome/pixmaps/pythoong/mazes/level39.xpm -share/gnome/pixmaps/pythoong/mazes/level40.xpm -share/gnome/pixmaps/pythoong/others/pythoong-icon.xpm -share/gnome/pixmaps/pythoong/others/title_pyt.png -share/gnome/pixmaps/pythoong/snakes/cubix.png -share/gnome/pixmaps/pythoong/snakes/green.png -share/gnome/pixmaps/pythoong/snakes/nature.png -share/gnome/pixmaps/pythoong/snakes/standard.png -share/gnome/pixmaps/pythoong/snakes/sunny.png -share/gnome/pixmaps/pythoong/snakes/woody.png -@dirrm share/gnome/pixmaps/pythoong/snakes -@dirrm share/gnome/pixmaps/pythoong/others -@dirrm share/gnome/pixmaps/pythoong/mazes -@dirrm share/gnome/pixmaps/pythoong diff --git a/games/smacx/Makefile b/games/smacx/Makefile deleted file mode 100644 index 3ad6843..0000000 --- a/games/smacx/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: sid meier's alpha centauri -# Date created: 29 October 2000 -# Whom: will -# -# $FreeBSD$ -# - -PORTNAME= smacx -PORTVERSION= 1.0 -CATEGORIES= games linux -MASTER_SITES= ftp://download.linuxlords.com/pub/demos/smac/ \ - ftp://ftp.linux.tucows.com/pub/Loki/demos/smac/ \ - ftp://ftp.linuxgames.com/loki/demos/smac/ -DISTNAME= ${PORTNAME}-demo-x86 -EXTRACT_SUFX= .run - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Free demo of Sid Meier's Alpha Centauri - -NO_WRKSUBDIR= yes -NO_BUILD= yes -LINESKIP= 170 -EXTRACT_CMD= tail -EXTRACT_BEFORE_ARGS= +${LINESKIP} -EXTRACT_AFTER_ARGS= | ${TAR} -xzf - -STRIP= - -do-install: - ${MKDIR} ${PREFIX}/games/smacx -.for SUBDIR in fonts facs fx projs techs - ${MKDIR} ${PREFIX}/games/smacx/data/${SUBDIR} - ${INSTALL_DATA} ${WRKSRC}/data/${SUBDIR}/* ${PREFIX}/games/smacx/data/${SUBDIR} -.endfor - cd ${WRKSRC} && ${FIND} data -maxdepth 1 -type f > datafiles - cd ${WRKSRC} && ${INSTALL_DATA} `cat datafiles` ${PREFIX}/games/smacx/data/ -.for FILE in QuickStart.txt README icon.xpm - ${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/games/smacx -.endfor - ${INSTALL_PROGRAM} ${WRKSRC}/smacx_demo ${PREFIX}/games/smacx/smacx - brandelf -t Linux ${PREFIX}/games/smacx/smacx - ${LN} -sf ${PREFIX}/games/smacx/smacx ${PREFIX}/bin/smacx - -.include <bsd.port.mk> diff --git a/games/smacx/distinfo b/games/smacx/distinfo deleted file mode 100644 index 1f763d7..0000000 --- a/games/smacx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (smacx-demo-x86.run) = d3e7038b9d248368f2b802116e253b3b -SIZE (smacx-demo-x86.run) = 25725122 diff --git a/games/smacx/pkg-descr b/games/smacx/pkg-descr deleted file mode 100644 index 8f61e15..0000000 --- a/games/smacx/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Welcome to the demo of Sid Meier's Alpha Centauri. - -This version is a sample of the full game available from Loki Entertainment -Software. It gives you a good taste of the full version of the game. It -requires about 64MB of memory and 50MB of free hard disk space. - -WWW: http://www.lokigames.com/products/smac/ diff --git a/games/smacx/pkg-plist b/games/smacx/pkg-plist deleted file mode 100644 index c748a81..0000000 --- a/games/smacx/pkg-plist +++ /dev/null @@ -1,594 +0,0 @@ -bin/smacx -games/smacx/QuickStart.txt -games/smacx/README -games/smacx/data/a.cvr -games/smacx/data/aa-rover.cvr -games/smacx/data/aa-wing.cvr -games/smacx/data/aa-wing0.cvr -games/smacx/data/aa.cvr -games/smacx/data/aa01.cvr -games/smacx/data/aatmanip.cvr -games/smacx/data/aatplacon.cvr -games/smacx/data/acolpod.cvr -games/smacx/data/acp00.cvr -games/smacx/data/acp01.cvr -games/smacx/data/acp02.cvr -games/smacx/data/acp03.cvr -games/smacx/data/adroper.cvr -games/smacx/data/alien_pod.flc -games/smacx/data/aliencit.pcx -games/smacx/data/alieniscript.txt -games/smacx/data/alienuscript.txt -games/smacx/data/alpha.txt -games/smacx/data/alphax.txt -games/smacx/data/angels.txt -games/smacx/data/apsid.cvr -games/smacx/data/apwall.cvr -games/smacx/data/art_dis_sm.pcx -games/smacx/data/asas.cvr -games/smacx/data/asgen.cvr -games/smacx/data/astm_sm.pcx -games/smacx/data/astp_sm.pcx -games/smacx/data/at.cvr -games/smacx/data/atp.cvr -games/smacx/data/avgmtgun.cvr -games/smacx/data/avht-gunreposition.cvr -games/smacx/data/avht-lightsreposition.cvr -games/smacx/data/avi-gunreposition.cvr -games/smacx/data/avtconst.cvr -games/smacx/data/avtmanip.cvr -games/smacx/data/avtplant.cvr -games/smacx/data/ax.cvr -games/smacx/data/bad_sm.pcx -games/smacx/data/basename.txt -games/smacx/data/baseobl_sm.pcx -games/smacx/data/battlewin.pcx -games/smacx/data/battlewin2.pcx -games/smacx/data/batwon_sm.pcx -games/smacx/data/believe.pcx -games/smacx/data/believe.txt -games/smacx/data/blurbs.txt -games/smacx/data/blurbsx.txt -games/smacx/data/break_sm.pcx -games/smacx/data/btfungtow.pcx -games/smacx/data/btisl.pcx -games/smacx/data/btsporlnch.pcx -games/smacx/data/btwrm.pcx -games/smacx/data/bureau_sm.pcx -games/smacx/data/capture_sm.pcx -games/smacx/data/caretake.pcx -games/smacx/data/caretake.txt -games/smacx/data/colfoun_sm.pcx -games/smacx/data/concepts.txt -games/smacx/data/conceptsx.txt -games/smacx/data/console.pcx -games/smacx/data/console2.pcx -games/smacx/data/console2_a.pcx -games/smacx/data/console_a.pcx -games/smacx/data/console_x.pcx -games/smacx/data/console_x2.pcx -games/smacx/data/console_x2_a.pcx -games/smacx/data/console_x_a.pcx -games/smacx/data/council_sm.pcx -games/smacx/data/credits.txt -games/smacx/data/credits2.pcx -games/smacx/data/cursor.pcx -games/smacx/data/cyborg.txt -games/smacx/data/demosplash1024.pcx -games/smacx/data/demosplash800.pcx -games/smacx/data/deswin.pcx -games/smacx/data/dip_a_0.flc -games/smacx/data/dip_a_1.flc -games/smacx/data/dip_a_2.flc -games/smacx/data/dip_f_0.flc -games/smacx/data/dip_f_1.flc -games/smacx/data/dip_f_2.flc -games/smacx/data/dip_m_0.flc -games/smacx/data/dip_m_1.flc -games/smacx/data/dip_m_2.flc -games/smacx/data/dot0.pcx -games/smacx/data/dot1.pcx -games/smacx/data/dot2.pcx -games/smacx/data/dot3.pcx -games/smacx/data/drone.txt -games/smacx/data/drone_sm.pcx -games/smacx/data/drop.cvr -games/smacx/data/drop_pod.flc -games/smacx/data/drop_smoke.flc -games/smacx/data/droplet.cvr -games/smacx/data/facblt_sm.pcx -games/smacx/data/facs/fac000.pcx -games/smacx/data/facs/fac001.pcx -games/smacx/data/facs/fac002.pcx -games/smacx/data/facs/fac003.pcx -games/smacx/data/facs/fac004.pcx -games/smacx/data/facs/fac005.pcx -games/smacx/data/facs/fac006.pcx -games/smacx/data/facs/fac007.pcx -games/smacx/data/facs/fac008.pcx -games/smacx/data/facs/fac009.pcx -games/smacx/data/facs/fac010.pcx -games/smacx/data/facs/fac011.pcx -games/smacx/data/facs/fac012.pcx -games/smacx/data/facs/fac013.pcx -games/smacx/data/facs/fac014.pcx -games/smacx/data/facs/fac015.pcx -games/smacx/data/facs/fac016.pcx -games/smacx/data/facs/fac017.pcx -games/smacx/data/facs/fac018.pcx -games/smacx/data/facs/fac019.pcx -games/smacx/data/facs/fac020.pcx -games/smacx/data/facs/fac021.pcx -games/smacx/data/facs/fac022.pcx -games/smacx/data/facs/fac023.pcx -games/smacx/data/facs/fac024.pcx -games/smacx/data/facs/fac025.pcx -games/smacx/data/facs/fac026.pcx -games/smacx/data/facs/fac027.pcx -games/smacx/data/facs/fac028.pcx -games/smacx/data/facs/fac029.pcx -games/smacx/data/facs/fac030.pcx -games/smacx/data/facs/fac031.pcx -games/smacx/data/facs/fac032.pcx -games/smacx/data/facs/fac033.pcx -games/smacx/data/facs/fac034.pcx -games/smacx/data/facs/fac035.pcx -games/smacx/data/facs/fac036.pcx -games/smacx/data/facs/fac037.pcx -games/smacx/data/facs/fac038.pcx -games/smacx/data/facs/xfac034.pcx -games/smacx/data/facs/xfac035.pcx -games/smacx/data/facs/xfac036.pcx -games/smacx/data/facs/xfac037.pcx -games/smacx/data/facs/xfac038.pcx -games/smacx/data/facs/xfac039.pcx -games/smacx/data/facs/xfac040.pcx -games/smacx/data/facs/xfac041.pcx -games/smacx/data/faction.flc -games/smacx/data/flags.pcx -games/smacx/data/flavor.txt -games/smacx/data/fonts/alphc___.ttf -games/smacx/data/fonts/arialb.ttf -games/smacx/data/fonts/ariali.ttf -games/smacx/data/fonts/arialn.ttf -games/smacx/data/fonts/arialnb.ttf -games/smacx/data/fonts/arialnbi.ttf -games/smacx/data/fonts/arialni.ttf -games/smacx/data/fonts/arialr.ttf -games/smacx/data/fonts/loki_times.ttf -games/smacx/data/forgr_sm.pcx -games/smacx/data/frame.pcx -games/smacx/data/fung_sm.pcx -games/smacx/data/fungboy.txt -games/smacx/data/fx/air_loop2.wav -games/smacx/data/fx/alien_infantry.wav -games/smacx/data/fx/alien_non_military.wav -games/smacx/data/fx/big_strings_c2.wav -games/smacx/data/fx/big_strings_eb2.wav -games/smacx/data/fx/boom.wav -games/smacx/data/fx/chiff_bb3.wav -games/smacx/data/fx/chiff_eb3.wav -games/smacx/data/fx/cpu_are_you_certain1.wav -games/smacx/data/fx/cpu_artifact_lost.wav -games/smacx/data/fx/cpu_bad_base_site.wav -games/smacx/data/fx/cpu_combat_report.wav -games/smacx/data/fx/cpu_combat_units_only.wav -games/smacx/data/fx/cpu_data_pod_recovered.wav -games/smacx/data/fx/cpu_drone_riots.wav -games/smacx/data/fx/cpu_drone_riots_over.wav -games/smacx/data/fx/cpu_enemy_project_initiated.wav -games/smacx/data/fx/cpu_enemy_pt_gone.wav -games/smacx/data/fx/cpu_energy_resources.wav -games/smacx/data/fx/cpu_faction_gone.wav -games/smacx/data/fx/cpu_golden_age_begun.wav -games/smacx/data/fx/cpu_golden_age_over.wav -games/smacx/data/fx/cpu_improved_already.wav -games/smacx/data/fx/cpu_improvement_destroyed.wav -games/smacx/data/fx/cpu_indigenous_lifeforms.wav -games/smacx/data/fx/cpu_indigent_act_detected.wav -games/smacx/data/fx/cpu_indigent_lf_detected.sfk -games/smacx/data/fx/cpu_indigent_lf_detected.wav -games/smacx/data/fx/cpu_insufficient_energy.wav -games/smacx/data/fx/cpu_invalid_base_site.wav -games/smacx/data/fx/cpu_invalid_command.wav -games/smacx/data/fx/cpu_invalid_terraform.wav -games/smacx/data/fx/cpu_lacks_ability.wav -games/smacx/data/fx/cpu_max_population.wav -games/smacx/data/fx/cpu_mind_worm_attack.wav -games/smacx/data/fx/cpu_mineral_resources.wav -games/smacx/data/fx/cpu_mission_aborted.wav -games/smacx/data/fx/cpu_mission_accomplished.wav -games/smacx/data/fx/cpu_new_data.wav -games/smacx/data/fx/cpu_new_orders.wav -games/smacx/data/fx/cpu_nn_already_linked.wav -games/smacx/data/fx/cpu_nocando.wav -games/smacx/data/fx/cpu_nutrient_resources.wav -games/smacx/data/fx/cpu_please_don't_go.wav -games/smacx/data/fx/cpu_pod_recovered.wav -games/smacx/data/fx/cpu_prod_complete.wav -games/smacx/data/fx/cpu_project_complete.wav -games/smacx/data/fx/cpu_project_initiated.wav -games/smacx/data/fx/cpu_pt_compromised.wav -games/smacx/data/fx/cpu_pt_insufficient_exp.wav -games/smacx/data/fx/cpu_request_confirmation.wav -games/smacx/data/fx/cpu_resource_shortfall.wav -games/smacx/data/fx/cpu_review_your_options.wav -games/smacx/data/fx/cpu_system_error.wav -games/smacx/data/fx/cpu_terraform_complete.wav -games/smacx/data/fx/cpu_time_up.wav -games/smacx/data/fx/cpu_turn_complete.wav -games/smacx/data/fx/cpu_unit_lost.wav -games/smacx/data/fx/cpu_units_engaged.wav -games/smacx/data/fx/crash_land.wav -games/smacx/data/fx/energy1.wav -games/smacx/data/fx/engine2.wav -games/smacx/data/fx/estrings_b6.wav -games/smacx/data/fx/grav_ship.wav -games/smacx/data/fx/hover.wav -games/smacx/data/fx/industry_b4.wav -games/smacx/data/fx/industry_hit_b3.wav -games/smacx/data/fx/industry_hit_c4.wav -games/smacx/data/fx/industry_hit_e4.wav -games/smacx/data/fx/industry_hit_g3.wav -games/smacx/data/fx/infantry.wav -games/smacx/data/fx/jet.wav -games/smacx/data/fx/metal_hit_2_low.wav -games/smacx/data/fx/military_land.wav -games/smacx/data/fx/military_ship.wav -games/smacx/data/fx/mindworms.wav -games/smacx/data/fx/mset1.amb -games/smacx/data/fx/mute_disgtr_c3.wav -games/smacx/data/fx/mute_disgtr_c4.wav -games/smacx/data/fx/mute_disgtr_c5.wav -games/smacx/data/fx/mute_disgtr_g3.wav -games/smacx/data/fx/mute_disgtr_g4.wav -games/smacx/data/fx/non_military_land.wav -games/smacx/data/fx/psi_attack.wav -games/smacx/data/fx/psi_blow.wav -games/smacx/data/fx/scoot.wav -games/smacx/data/fx/ship.wav -games/smacx/data/fx/simpleton_c3.wav -games/smacx/data/fx/simpleton_eb4.wav -games/smacx/data/fx/simpleton_g3.wav -games/smacx/data/fx/slo_flange_strings_bb4.wav -games/smacx/data/fx/slo_flange_strings_eb4.wav -games/smacx/data/fx/spore_launcher.wav -games/smacx/data/fx/waterphone_c4.wav -games/smacx/data/fx/waterphone_c5.wav -games/smacx/data/fx/waterphone_c6.wav -games/smacx/data/fx/waterphone_g5.wav -games/smacx/data/fx/wpn_chaos_gun.wav -games/smacx/data/fx/wpn_gatlin_laser.wav -games/smacx/data/fx/wpn_laser2.wav -games/smacx/data/fx/wpn_missile.wav -games/smacx/data/fx/wpn_missile_launcher.wav -games/smacx/data/fx/wpn_particle.wav -games/smacx/data/fx/wpn_spore_launcher.wav -games/smacx/data/gaians.pcx -games/smacx/data/gaians.txt -games/smacx/data/genwarning_sm.pcx -games/smacx/data/hasty_sm.pcx -games/smacx/data/heat_sm.pcx -games/smacx/data/help.txt -games/smacx/data/helpx.txt -games/smacx/data/hive.pcx -games/smacx/data/hive.txt -games/smacx/data/holobook.txt -games/smacx/data/humanludes.txt -games/smacx/data/icons.pcx -games/smacx/data/iface.pcx -games/smacx/data/iface_down.pcx -games/smacx/data/iface_down2.pcx -games/smacx/data/iface_down2_a.pcx -games/smacx/data/iface_down_a.pcx -games/smacx/data/iface_up.pcx -games/smacx/data/iface_up2.pcx -games/smacx/data/iface_up2_a.pcx -games/smacx/data/iface_up_a.pcx -games/smacx/data/infil_sm.pcx -games/smacx/data/interface.pcx -games/smacx/data/interlude.txt -games/smacx/data/interludea.txt -games/smacx/data/interludex.txt -games/smacx/data/isle_sm.pcx -games/smacx/data/jackal.pcx -games/smacx/data/jackal.txt -games/smacx/data/kelp_sm.pcx -games/smacx/data/labels.txt -games/smacx/data/liberate_sm.pcx -games/smacx/data/logfile.txt -games/smacx/data/logo.pcx -games/smacx/data/loki_logo1024.pcx -games/smacx/data/loki_logo800.pcx -games/smacx/data/markbm_sm.pcx -games/smacx/data/menu.pcx -games/smacx/data/menu.txt -games/smacx/data/menu2.pcx -games/smacx/data/mindworm_sm.pcx -games/smacx/data/monolith_sm.pcx -games/smacx/data/monument.txt -games/smacx/data/morgan.txt -games/smacx/data/movlist.txt -games/smacx/data/multi.pcx -games/smacx/data/native_sm.pcx -games/smacx/data/navun_sm.pcx -games/smacx/data/newicons.pcx -games/smacx/data/ni.cvr -games/smacx/data/nlc.cvr -games/smacx/data/nw.cvr -games/smacx/data/openinga.pcx -games/smacx/data/openingb.pcx -games/smacx/data/openitem.flc -games/smacx/data/out -games/smacx/data/palette.pcx -games/smacx/data/peace.txt -games/smacx/data/pirates.pcx -games/smacx/data/pirates.txt -games/smacx/data/planets.txt -games/smacx/data/pop_sm.pcx -games/smacx/data/projs/proj000.pcx -games/smacx/data/projs/proj001.pcx -games/smacx/data/projs/proj002.pcx -games/smacx/data/projs/proj003.pcx -games/smacx/data/projs/proj004.pcx -games/smacx/data/projs/proj005.pcx -games/smacx/data/projs/proj006.pcx -games/smacx/data/projs/proj007.pcx -games/smacx/data/projs/proj008.pcx -games/smacx/data/projs/proj009.pcx -games/smacx/data/projs/proj010.pcx -games/smacx/data/projs/proj011.pcx -games/smacx/data/projs/proj012.pcx -games/smacx/data/projs/proj013.pcx -games/smacx/data/projs/proj014.pcx -games/smacx/data/projs/proj015.pcx -games/smacx/data/projs/proj016.pcx -games/smacx/data/projs/proj017.pcx -games/smacx/data/projs/proj018.pcx -games/smacx/data/projs/proj019.pcx -games/smacx/data/projs/proj020.pcx -games/smacx/data/projs/proj021.pcx -games/smacx/data/projs/proj022.pcx -games/smacx/data/projs/proj023.pcx -games/smacx/data/projs/proj024.pcx -games/smacx/data/projs/proj025.pcx -games/smacx/data/projs/proj026.pcx -games/smacx/data/projs/proj027.pcx -games/smacx/data/projs/proj028.pcx -games/smacx/data/projs/proj029.pcx -games/smacx/data/projs/proj030.pcx -games/smacx/data/projs/proj031.pcx -games/smacx/data/projs/proj032.pcx -games/smacx/data/ptmod.cvr -games/smacx/data/quake_sm.pcx -games/smacx/data/rainfall.pcx -games/smacx/data/report.pcx -games/smacx/data/sags.cvr -games/smacx/data/sancimp_sm.pcx -games/smacx/data/sanclift_sm.pcx -games/smacx/data/sas.cvr -games/smacx/data/scd.cvr -games/smacx/data/scen_sm.pcx -games/smacx/data/scenario.txt -games/smacx/data/scj.cvr -games/smacx/data/script.txt -games/smacx/data/sdp.cvr -games/smacx/data/seabas_sm.pcx -games/smacx/data/secproj_sm.pcx -games/smacx/data/seized_sm.pcx -games/smacx/data/select.cvr -games/smacx/data/sft.cvr -games/smacx/data/sht.cvr -games/smacx/data/socwin.pcx -games/smacx/data/solar_sm.pcx -games/smacx/data/space_sm.pcx -games/smacx/data/spartans.pcx -games/smacx/data/spartans.txt -games/smacx/data/srb.cvr -games/smacx/data/ssf.cvr -games/smacx/data/stars_sm.pcx -games/smacx/data/starv_sm.pcx -games/smacx/data/supply_sm.pcx -games/smacx/data/system.txt -games/smacx/data/talent_sm.pcx -games/smacx/data/techlongs.txt -games/smacx/data/techs/tech000.pcx -games/smacx/data/techs/tech001.pcx -games/smacx/data/techs/tech002.pcx -games/smacx/data/techs/tech003.pcx -games/smacx/data/techs/tech004.pcx -games/smacx/data/techs/tech005.pcx -games/smacx/data/techs/tech006.pcx -games/smacx/data/techs/tech007.pcx -games/smacx/data/techs/tech008.pcx -games/smacx/data/techs/tech009.pcx -games/smacx/data/techs/tech010.pcx -games/smacx/data/techs/tech011.pcx -games/smacx/data/techs/tech012.pcx -games/smacx/data/techs/tech013.pcx -games/smacx/data/techs/tech014.pcx -games/smacx/data/techs/tech015.pcx -games/smacx/data/techs/tech016.pcx -games/smacx/data/techs/tech017.pcx -games/smacx/data/techs/tech018.pcx -games/smacx/data/techs/tech019.pcx -games/smacx/data/techs/tech020.pcx -games/smacx/data/techs/tech021.pcx -games/smacx/data/techs/tech022.pcx -games/smacx/data/techs/tech023.pcx -games/smacx/data/techs/tech024.pcx -games/smacx/data/techs/tech025.pcx -games/smacx/data/techs/tech026.pcx -games/smacx/data/techs/tech027.pcx -games/smacx/data/techs/tech028.pcx -games/smacx/data/techs/tech029.pcx -games/smacx/data/techs/tech030.pcx -games/smacx/data/techs/tech031.pcx -games/smacx/data/techs/tech032.pcx -games/smacx/data/techs/tech033.pcx -games/smacx/data/techs/tech034.pcx -games/smacx/data/techs/tech035.pcx -games/smacx/data/techs/tech036.pcx -games/smacx/data/techs/tech037.pcx -games/smacx/data/techs/tech038.pcx -games/smacx/data/techs/tech039.pcx -games/smacx/data/techs/tech040.pcx -games/smacx/data/techs/tech041.pcx -games/smacx/data/techs/tech042.pcx -games/smacx/data/techs/tech043.pcx -games/smacx/data/techs/tech044.pcx -games/smacx/data/techs/tech045.pcx -games/smacx/data/techs/tech046.pcx -games/smacx/data/techs/tech047.pcx -games/smacx/data/techs/tech048.pcx -games/smacx/data/techs/tech049.pcx -games/smacx/data/techs/tech050.pcx -games/smacx/data/techs/tech051.pcx -games/smacx/data/techs/tech052.pcx -games/smacx/data/techs/tech053.pcx -games/smacx/data/techs/tech054.pcx -games/smacx/data/techs/tech055.pcx -games/smacx/data/techs/tech056.pcx -games/smacx/data/techs/tech057.pcx -games/smacx/data/techs/tech058.pcx -games/smacx/data/techs/tech059.pcx -games/smacx/data/techs/tech060.pcx -games/smacx/data/techs/tech061.pcx -games/smacx/data/techs/tech062.pcx -games/smacx/data/techs/tech063.pcx -games/smacx/data/techs/tech064.pcx -games/smacx/data/techs/tech065.pcx -games/smacx/data/techs/tech066.pcx -games/smacx/data/techs/tech067.pcx -games/smacx/data/techs/tech068.pcx -games/smacx/data/techs/tech069.pcx -games/smacx/data/techs/tech070.pcx -games/smacx/data/techs/tech071.pcx -games/smacx/data/techs/tech072.pcx -games/smacx/data/techs/tech073.pcx -games/smacx/data/techs/tech074.pcx -games/smacx/data/techs/tech075.pcx -games/smacx/data/techs/tech076.pcx -games/smacx/data/techs/tech077.pcx -games/smacx/data/techs/tech078.pcx -games/smacx/data/techs/tech079.pcx -games/smacx/data/techs/tech080.pcx -games/smacx/data/techs/tech081.pcx -games/smacx/data/techs/tech082.pcx -games/smacx/data/techs/tech083.pcx -games/smacx/data/techs/tech084.pcx -games/smacx/data/techs/tech085.pcx -games/smacx/data/techs/tech086.pcx -games/smacx/data/techs/tech087.pcx -games/smacx/data/techs/tech088.pcx -games/smacx/data/techshorts.txt -games/smacx/data/ter1.pcx -games/smacx/data/ter1wreck.pcx -games/smacx/data/text.pcx -games/smacx/data/texture.pcx -games/smacx/data/turn.flc -games/smacx/data/tutor.txt -games/smacx/data/unit_sm.pcx -games/smacx/data/units.pcx -games/smacx/data/univ.pcx -games/smacx/data/univ.txt -games/smacx/data/usurper.txt -games/smacx/data/va01.cvr -games/smacx/data/vb.cvr -games/smacx/data/vbp.cvr -games/smacx/data/vcl.cvr -games/smacx/data/vclt00.cvr -games/smacx/data/vct.cvr -games/smacx/data/vct00.cvr -games/smacx/data/vct01.cvr -games/smacx/data/vct02.cvr -games/smacx/data/vctb.cvr -games/smacx/data/vctp.cvr -games/smacx/data/vcu.cvr -games/smacx/data/vcua00.cvr -games/smacx/data/vcua01.cvr -games/smacx/data/vcup.cvr -games/smacx/data/vcuw.cvr -games/smacx/data/vfl.cvr -games/smacx/data/vgmc.cvr -games/smacx/data/vgmcp.cvr -games/smacx/data/vgmt.cvr -games/smacx/data/vgmtp.cvr -games/smacx/data/vgs.cvr -games/smacx/data/vgsp.cvr -games/smacx/data/vhr.cvr -games/smacx/data/vht-vbp.cvr -games/smacx/data/vhta00.cvr -games/smacx/data/vhta01.cvr -games/smacx/data/vhtp.cvr -games/smacx/data/vhtta00.cvr -games/smacx/data/vhtta01.cvr -games/smacx/data/vhttap.cvr -games/smacx/data/vhttp.cvr -games/smacx/data/vi.cvr -games/smacx/data/vipta00.cvr -games/smacx/data/vipta01.cvr -games/smacx/data/viptapsi.cvr -games/smacx/data/viptasgn.cvr -games/smacx/data/viptawal.cvr -games/smacx/data/viptr00.cvr -games/smacx/data/viptr01.cvr -games/smacx/data/viptr02.cvr -games/smacx/data/viptr03.cvr -games/smacx/data/vjt00.cvr -games/smacx/data/vjt01.cvr -games/smacx/data/vjtp.cvr -games/smacx/data/vlights.cvr -games/smacx/data/vm.cvr -games/smacx/data/vpbr00.cvr -games/smacx/data/vpbr01.cvr -games/smacx/data/vpbr02.cvr -games/smacx/data/vpbr03.cvr -games/smacx/data/vpt.cvr -games/smacx/data/vr00.cvr -games/smacx/data/vr01.cvr -games/smacx/data/vr02.cvr -games/smacx/data/vr03.cvr -games/smacx/data/vrcp00.cvr -games/smacx/data/vrcp01.cvr -games/smacx/data/vrcp02.cvr -games/smacx/data/vrcp03.cvr -games/smacx/data/vsp.cvr -games/smacx/data/vspa01.cvr -games/smacx/data/vspa02.cvr -games/smacx/data/vsptb.cvr -games/smacx/data/vsptf.cvr -games/smacx/data/vt.cvr -games/smacx/data/vta.cvr -games/smacx/data/vw00.cvr -games/smacx/data/vw01.cvr -games/smacx/data/vw02.cvr -games/smacx/data/vw03.cvr -games/smacx/data/vw04.cvr -games/smacx/data/vw05.cvr -games/smacx/data/vw06.cvr -games/smacx/data/vw07.cvr -games/smacx/data/vw08.cvr -games/smacx/data/vw09.cvr -games/smacx/data/vw10.cvr -games/smacx/data/vw11.cvr -games/smacx/data/vw12.cvr -games/smacx/data/vw13.cvr -games/smacx/data/vwnaa.cvr -games/smacx/data/vwnst.cvr -games/smacx/data/vwntt.cvr -games/smacx/data/vwntu.cvr -games/smacx/data/xf.pcx -games/smacx/data/xi.pcx -games/smacx/data/xopeninga.pcx -games/smacx/data/xopeningb.pcx -games/smacx/icon.xpm -games/smacx/smacx -@dirrm games/smacx/data/techs -@dirrm games/smacx/data/projs -@dirrm games/smacx/data/fx -@dirrm games/smacx/data/fonts -@dirrm games/smacx/data/facs -@dirrm games/smacx/data -@dirrm games/smacx -@unexec rmdir %D/games 2> /dev/null || true diff --git a/games/tictactoe3d/Makefile b/games/tictactoe3d/Makefile deleted file mode 100644 index 531f3a6..0000000 --- a/games/tictactoe3d/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: tictactoe3d -# Date created: Mon Apr 28 16:46:17 CEST 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# -# $FreeBSD$ - -PORTNAME= tictactoe3d -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= http://www.che.iitm.ac.in/~ch99057/software/ -DISTNAME= ttt3d - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= This is a simple "3D" tic tac toe game - -PLIST_FILES= bin/tictactoe3d -WRKSRC= ${WRKDIR}/ttt3d - -USE_GMAKE= yes -USE_GNOME= gtk12 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ttt ${PREFIX}/bin/tictactoe3d - -.include <bsd.port.mk> diff --git a/games/tictactoe3d/distinfo b/games/tictactoe3d/distinfo deleted file mode 100644 index 99858c7..0000000 --- a/games/tictactoe3d/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ttt3d.tar.gz) = 280c142f143557a385681f129387b9c7 -SIZE (ttt3d.tar.gz) = 5208 diff --git a/games/tictactoe3d/files/patch-Makefile b/games/tictactoe3d/files/patch-Makefile deleted file mode 100644 index 3cd3cba..0000000 --- a/games/tictactoe3d/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Thu Jan 16 07:49:52 2003 -+++ Makefile Thu May 1 18:53:05 2003 -@@ -1,15 +1,14 @@ - all:ttt --CC=gcc - CC_GTK_FLAGS=`gtk-config --cflags` - LINK_GTK_FLAGS=`gtk-config --libs` - FLAGS=-c -Wall - ttt.h:ai.h gui.h - main.o:main.c ttt.h -- $(CC) $(FLAGS) main.c -+ $(CC) $(CFLAGS) -c main.c - gui.o:gui.c ttt.h gui.h -- $(CC) $(FLAGS) gui.c $(CC_GTK_FLAGS) --ai.o:ai.c ttt.h ai.h -- $(CC) $(FLAGS) ai.c -+ $(CC) $(CFLAGS) -c gui.c $(CC_GTK_FLAGS) -+ai.o:ai.c ttt.h ai.h -+ $(CC) $(CFLAGS) -c ai.c - ttt:main.o gui.o ai.o - $(CC) $(LINK_FLAGS) $(LINK_GTK_FLAGS) $^ -o $@ - clean: diff --git a/games/tictactoe3d/pkg-descr b/games/tictactoe3d/pkg-descr deleted file mode 100644 index 0580a15..0000000 --- a/games/tictactoe3d/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a simple "3D" tic tac toe game you can play -against the computer. - -WWW: http://www.che.iitm.ac.in/~ch99057/software diff --git a/games/utserver-to/Makefile b/games/utserver-to/Makefile deleted file mode 100644 index 389503d..0000000 --- a/games/utserver-to/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# New ports collection makefile for: UT Mod: Tactical Ops -# Date created: Sat Oct 6 11:40:35 EDT 2001 -# Whom: pat@databits.net et al -# -# $FreeBSD$ -# - -PORTNAME?= to -PORTVERSION?= 2.2.0 -PORTREVISION?= 2 -CATEGORIES= games linux -MASTER_SITES?= http://www.netreachgames.com/downloads/to/ \ - http://downloads.fragism.com/ \ - http://lmb.atom.is/downloads/Tacops/ \ - http://hq.hack.pl/~bond/zip/ - -PKGNAMEPREFIX= utserver- -.ifndef(DISTFILES) -DISTNAME?= TacticalOps220 -.endif - -MAINTAINER?= pat@FreeBSD.org -COMMENT?= Unreal Tournament mod Tactical Ops full server package for Linux - -RUN_DEPENDS= ${LOCALBASE}/games/ut-server/System/ucc-bin:${UTSERVER_PORT} - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_PERL5= yes -NO_CDROM= "Size; the data set is much too big" -NO_BUILD= yes -.if (${PORTNAME}==to) -EXECUTABLES+= TacticalOpsLinux\\w+ -EXTRA_CLEAN_FILES+= .+/TacticalOpsLinux.+ -DO_USE_WRKSUBDIR= yes -.endif -.ifndef(DONT_USE_ZIP) -USE_ZIP= yes -.endif -.ifndef(DO_USE_WRKSUBDIR) -NO_WRKSUBDIR= yes -.endif - -UTDIR= games/ut-server/ -PLIST_SUB+= UTDIR="${UTDIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} - -UTSERVER_PORT= ${.CURDIR}/../utserver -MASTERPKGMESSAGE!= cd ${UTSERVER_PORT} && ${MAKE} -V PKGMESSAGE - -# files which should be installed with executable perms -EXECUTABLES+= .sh - -.if defined(HAS_WIERDPATCHES) && defined(DISTFILES) -post-extract: -.for files in ${DISTFILES:S/${EXTRACT_ONLY}//} - @cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/${files} -.endfor -.endif - -pre-patch: -# remove trailing ^M - @${FIND} -E ${WRKDIR} -type f \ - -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|int|lst|pl|pm|sc|sh|scr|txt|url|uhtm)" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; -.ifdef(EXTRA_CLEAN_FILES) -.for pattern in ${EXTRA_CLEAN_FILES} - @${FIND} -E ${WRKDIR} -type f \ - -iregex "${pattern}" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; -.endfor -.endif - -# Parses PLIST -# Contributed by <lioux@FreeBSD.org> -do-install: install-parse-plist install-scripts - -# XXX: this is missing a ${BRANDELF} -t Linux <executables> -install-parse-plist: generate-plist - @${PERL} -e 'open(FHANDLER,"${TMPPLIST}");' \ - -e 'open(FDIR,">${WRKDIR}/dirs.sh.tmp");' \ - -e 'open(FFILES,">${WRKDIR}/files.sh");' \ - -e 'while (!eof(FHANDLER)) {' \ - -e 'chop($$file = <FHANDLER>);' \ - -e '$$dir = $$file_partial = $$file;' \ - -e '$$file_partial =~ s!^${UTDIR}!!;' \ - -e 'print FDIR "${INSTALL_DIR}", \ - " ", "\"${PREFIX}/$$dir\"", \ - "\n" if $$dir =~ s!(^\@dirrm\s+)!!;' \ - -e 'if ($$file !~ m!^\@!) {' \ - -e '$$program_flag = 0;' \ - -e 'if ("${EXECUTABLES}" ne "") {' \ - -e 'foreach $$program_pattern \ - (split (/\s+/,"${EXECUTABLES}")) {' \ - -e '($$program_flag = 1 , break) \ - if ($$file =~ /$$program_pattern$$/);' \ - -e '}' \ - -e '}' \ - -e 'print FFILES ($$program_flag == 0) ? \ - "${INSTALL_DATA}" : "${INSTALL_PROGRAM}", \ - " ", "\"${WRKSRC}/$$file_partial\"", \ - " ", "\"${PREFIX}/$$file\"", \ - "\n";' \ - -e '}' \ - -e '}' \ - -e 'close(FFILES);' \ - -e 'close(FDIR);' \ - -e 'close(FHANDLER);' - @${SORT} ${WRKDIR}/dirs.sh.tmp > ${WRKDIR}/dirs.sh - -install-scripts: -.for script in dirs files - @${SH} ${WRKDIR}/${script}.sh -.endfor - -post-install: - @${CAT} ${MASTERPKGMESSAGE} -.if exists(${.CURDIR}/pkg-message) - @${CAT} ${.CURDIR}/pkg-message -.endif - -.include <bsd.port.mk> diff --git a/games/utserver-to/distinfo b/games/utserver-to/distinfo deleted file mode 100644 index 0641f6d..0000000 --- a/games/utserver-to/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (TacticalOps220.zip) = 7cd20da73b4340ecdc203fa8b6b6d151 -SIZE (TacticalOps220.zip) = 118215274 diff --git a/games/utserver-to/pkg-descr b/games/utserver-to/pkg-descr deleted file mode 100644 index 04d37c7..0000000 --- a/games/utserver-to/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a Unreal -Tournament dedicated server with Tactical Ops mod under FreeBSD -with Linux emulation. - -WWW: http://www.tactical-ops.to/ - -- Patrick Li -pat@FreeBSD.org diff --git a/games/utserver-to/pkg-plist b/games/utserver-to/pkg-plist deleted file mode 100644 index 740084d..0000000 --- a/games/utserver-to/pkg-plist +++ /dev/null @@ -1,186 +0,0 @@ -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/Tactical Ops Manual.htm -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/Logo.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/Menu.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/PageBackground.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/eva-blunts.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/eva-cocaine.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/eva-money.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/eva-weed.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Ammo.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Amour.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-BuyZone.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Clip.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Death.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-EscapeZone.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Evidence.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Health.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Home.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-HostageRescue.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Money.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-SpecailItem.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-Timer.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/hud-c4.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/ins-part1.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/ins-part2.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/ins-part3.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/ins-part4.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/ins-part5.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/itm-Amour.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/itm-c4.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/itm-concgren.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/itm-flashbang.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/itm-hegren.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/itm-nades.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/itm-nightvision.jpg -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/mac-launch1.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/mac-launch2.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/mac-part1.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/mac-part2.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/mac-part3.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/mac-part4.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/run-icon.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/score-c4.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/score-escaped.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-ak47.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-aug.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-beretta.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-deagle.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-famas.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-glock.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-hk33.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-knife.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-m3.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-m4.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-mac10.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-mossberg.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-mp5k.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-mp5n.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-oicw.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-ph85.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-psg1.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-saiga.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/Images/wpn-sr9.gif -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/armory.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/barepage.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/basics.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/config.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/credits.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/installation.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/interface.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/manual.css -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/manual.html -%%PORTDOCS%%%%UTDIR%%Help/TO2Manual/manual/running.html -%%PORTDOCS%%%%UTDIR%%Help/TacticalOps.ico -%%PORTDOCS%%%%UTDIR%%Help/TacticalOps2.ico -%%PORTDOCS%%%%UTDIR%%Help/TacticalOps3.ico -%%PORTDOCS%%%%UTDIR%%Help/TacticalOpsLogo.bmp -%%UTDIR%%System/TOSystem.int -%%UTDIR%%System/TOUT.int -%%UTDIR%%System/TacticalOps.exe -%%UTDIR%%System/TacticalOps.ini -%%UTDIR%%System/TacticalOps.int -%%UTDIR%%System/TacticalOpsLinuxLauncher -%%UTDIR%%System/TacticalOpsLinuxServer -%%UTDIR%%System/TacticalOpsLinuxServer2 -%%UTDIR%%System/TacticalOpsMacLauncher.sit -%%UTDIR%%System/TacticalOpsWinLauncher.bat -%%UTDIR%%System/TacticalOpsWinLauncherLink.lnk -%%UTDIR%%System/TacticalOpsWinServer.bat -%%UTDIR%%System/s_SWAT.int -%%UTDIR%%TacticalOps/Bind_AmmoWeaponsItems.txt -%%UTDIR%%TacticalOps/Extra/DefaultINIfile/TacticalOpsLinux.ini -%%UTDIR%%TacticalOps/Extra/DefaultINIfile/TacticalOpsMac.ini -%%UTDIR%%TacticalOps/Extra/DefaultINIfile/TacticalOpsMacX.ini -%%UTDIR%%TacticalOps/Extra/DefaultINIfile/TacticalOpsWindows.ini -%%UTDIR%%TacticalOps/Extra/GameSpyTab/TacticalOps.qst -%%UTDIR%%TacticalOps/Extra/GameSpyTab/WARNING.txt -%%UTDIR%%TacticalOps/Extra/LinuxServerCmd/readme.txt -%%UTDIR%%TacticalOps/Extra/LinuxServerCmd/ut3.dat -%%PORTDOCS%%%%UTDIR%%TacticalOps/History.txt -%%PORTDOCS%%%%UTDIR%%TacticalOps/Install.txt -%%PORTDOCS%%%%UTDIR%%TacticalOps/License.txt -%%UTDIR%%TacticalOps/Maps/CreditsTO.unr -%%UTDIR%%TacticalOps/Maps/Entry.unr -%%UTDIR%%TacticalOps/Maps/TO-Blister.unr -%%UTDIR%%TacticalOps/Maps/TO-Forge.unr -%%UTDIR%%TacticalOps/Maps/TO-Getaway.unr -%%UTDIR%%TacticalOps/Maps/TO-IcyBreeze.unr -%%UTDIR%%TacticalOps/Maps/TO-Monastery.unr -%%UTDIR%%TacticalOps/Maps/TO-Oilrig2.unr -%%UTDIR%%TacticalOps/Maps/TO-Province.unr -%%UTDIR%%TacticalOps/Maps/TO-RMSTitanic.unr -%%UTDIR%%TacticalOps/Maps/TO-Ransom2.unr -%%UTDIR%%TacticalOps/Maps/TO-RapidWaters2.unr -%%UTDIR%%TacticalOps/Maps/TO-Resurrection.unr -%%UTDIR%%TacticalOps/Maps/TO-Scope.unr -%%UTDIR%%TacticalOps/Maps/TO-Spynet2.unr -%%UTDIR%%TacticalOps/Maps/TO-Thunderball2.unr -%%UTDIR%%TacticalOps/Maps/TO-TrainStation.unr -%%UTDIR%%TacticalOps/Maps/TO-Trooper2.unr -%%UTDIR%%TacticalOps/Maps/TO-Verdon.unr -%%UTDIR%%TacticalOps/Music/WarGate.umx -%%UTDIR%%TacticalOps/Music/Winter.umx -%%UTDIR%%TacticalOps/Sounds/Bird.uax -%%UTDIR%%TacticalOps/Sounds/TO-Spinex.uax -%%UTDIR%%TacticalOps/Sounds/TOsoundpack.uax -%%UTDIR%%TacticalOps/Sounds/VoiceMaleSF1.uax -%%UTDIR%%TacticalOps/Sounds/VoiceMaleT1.uax -%%UTDIR%%TacticalOps/Sounds/bstretzsnds.uax -%%UTDIR%%TacticalOps/System/ActorResetter.txt -%%UTDIR%%TacticalOps/System/ActorResetter.u -%%UTDIR%%TacticalOps/System/TODatas.u -%%UTDIR%%TacticalOps/System/TODecos.u -%%UTDIR%%TacticalOps/System/TOModels.u -%%UTDIR%%TacticalOps/System/TOPModels.u -%%UTDIR%%TacticalOps/System/TOSystem.u -%%UTDIR%%TacticalOps/System/TOUT.u -%%UTDIR%%TacticalOps/System/s_SWAT.u -%%PORTDOCS%%%%UTDIR%%TacticalOps/TO_220_Features.txt -%%PORTDOCS%%%%UTDIR%%TacticalOps/TO_MappingDoc.txt -%%PORTDOCS%%%%UTDIR%%TacticalOps/TacticalOps.txt -%%UTDIR%%TacticalOps/Textures/CargoShip.utx -%%UTDIR%%TacticalOps/Textures/DP_Pack-1.utx -%%UTDIR%%TacticalOps/Textures/EP_Swt1.utx -%%UTDIR%%TacticalOps/Textures/Icy.utx -%%UTDIR%%TacticalOps/Textures/RKLphoto1.utx -%%UTDIR%%TacticalOps/Textures/RichTrain.utx -%%UTDIR%%TacticalOps/Textures/Spinex.utx -%%UTDIR%%TacticalOps/Textures/Spynet-pack.utx -%%UTDIR%%TacticalOps/Textures/TAcars.utx -%%UTDIR%%TacticalOps/Textures/TAconeysigns.utx -%%UTDIR%%TacticalOps/Textures/TAconeytex.utx -%%UTDIR%%TacticalOps/Textures/TO-(c)-text-1.utx -%%UTDIR%%TacticalOps/Textures/TO-(c)-text-2.utx -%%UTDIR%%TacticalOps/Textures/TO-AndiTrooper.utx -%%UTDIR%%TacticalOps/Textures/TO-Desertpack-1.utx -%%UTDIR%%TacticalOps/Textures/TO-Epic.utx -%%UTDIR%%TacticalOps/Textures/TO-Neuro1.utx -%%UTDIR%%TacticalOps/Textures/TO-Neuro2.utx -%%UTDIR%%TacticalOps/Textures/TO-Rig2.utx -%%UTDIR%%TacticalOps/Textures/TO-ganja-free-1.utx -%%UTDIR%%TacticalOps/Textures/TO-iran-textures[ganja].utx -%%UTDIR%%TacticalOps/Textures/UTtech4.utx -%%UTDIR%%TacticalOps/Textures/Verdon.utx -%%UTDIR%%TacticalOps/Textures/a3text.utx -%%UTDIR%%TacticalOps/Textures/apack.utx -%%UTDIR%%TacticalOps/Textures/richchurch.utx -%%UTDIR%%TacticalOps/Textures/richrig.utx -%%UTDIR%%TacticalOps/Textures/terrorist3tex.utx -%%PORTDOCS%%%%UTDIR%%Web/TO_defaults_rules.uhtm -%%PORTDOCS%%%%UTDIR%%Web/TO_defaults_settings.uhtm -%%PORTDOCS%%@unexec rmdir %D/%%UTDIR%%Web 2>/dev/null || true -@dirrm %%UTDIR%%TacticalOps/Textures -@dirrm %%UTDIR%%TacticalOps/System -@dirrm %%UTDIR%%TacticalOps/Sounds -@dirrm %%UTDIR%%TacticalOps/Music -@dirrm %%UTDIR%%TacticalOps/Maps -@dirrm %%UTDIR%%TacticalOps/Extra/LinuxServerCmd -@dirrm %%UTDIR%%TacticalOps/Extra/GameSpyTab -@dirrm %%UTDIR%%TacticalOps/Extra/DefaultINIfile -@dirrm %%UTDIR%%TacticalOps/Extra -@unexec rmdir %D/%%UTDIR%%TacticalOps 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/%%UTDIR%%TacticalOps`` to remove any configuration files and logs left." | fmt -@unexec rmdir %D/%%UTDIR%%System 2>/dev/null || true -%%PORTDOCS%%@dirrm %%UTDIR%%Help/TO2Manual/manual/Images -%%PORTDOCS%%@dirrm %%UTDIR%%Help/TO2Manual/manual -%%PORTDOCS%%@dirrm %%UTDIR%%Help/TO2Manual -%%PORTDOCS%%@unexec rmdir %D/%%UTDIR%%Help 2>/dev/null || true diff --git a/games/xchain/Makefile b/games/xchain/Makefile deleted file mode 100644 index c11df8b..0000000 --- a/games/xchain/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: xchain -# Date created: 13 March 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= xchain -PORTVERSION= 1.0.2 -CATEGORIES= games -MASTER_SITES= # no longer available -DISTNAME= ${PORTNAME}_1.0-2 - -DEPRECATED= "master site disappeared, Debian archive has 1.0.1" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Chain Reaction, a strategy game for 2-4 players - -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 - -WRKSRC= ${WRKDIR}/${PORTNAME}-1.0 -MAKE_ARGS= CC="${CC}" CFLAGS='${CFLAGS} -DDEF_WISH_PATH=\"${LOCALBASE}/bin/wish8.2\"' - -USE_X_PREFIX= yes -MAN6= xchain.6 -PLIST_FILES= bin/xchain -PORTDOCS= README copyright - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xchain ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xchain.6 ${PREFIX}/man/man6 - @${MKDIR} ${PREFIX}/share/doc/xchain - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchain - ${INSTALL_DATA} ${WRKSRC}/copyright ${PREFIX}/share/doc/xchain - -.include <bsd.port.mk> diff --git a/games/xchain/distinfo b/games/xchain/distinfo deleted file mode 100644 index 9589625..0000000 --- a/games/xchain/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xchain_1.0-2.tar.gz) = d212b847d05e3be5b7b0ed713a07ee64 -SIZE (xchain_1.0-2.tar.gz) = 8144 diff --git a/games/xchain/files/patch-aa b/games/xchain/files/patch-aa deleted file mode 100644 index 26f6958..0000000 --- a/games/xchain/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- xchain.c.orig Thu Feb 26 00:10:15 1998 -+++ xchain.c Sat Jun 10 11:29:42 2000 -@@ -29,7 +29,9 @@ - #include <stdlib.h> - #include <time.h> - -+#ifndef DEF_WISH_PATH - #define DEF_WISH_PATH "/usr/bin/wish" -+#endif - - void wprintf(char *, ...); - void draw_screen(void); diff --git a/games/xchain/pkg-descr b/games/xchain/pkg-descr deleted file mode 100644 index a8d2a61..0000000 --- a/games/xchain/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ - Chain Reaction is played on an 8 by 8 board. Players take turns to move. -On each move, the player may select an empty square, or one they already -own. Squares belonging to other players may not be chosen. If the square -was unowned, it becomes the property of the player, and is given a value of -1. If the square was owned by the player, the value is incremented. - - If the value of a square ever exceeds the maximum permitted of that -square, it explodes. Squares in the corner have a maximum of 1, squares -touching an edge, but not on a corner have a maximum of 2, and squares in -the interior have a maximum of 3. - - When a square explodes, it becomes unowned, and it's value is reset to -0. The 4 squares touching it become owned by the owner of the exploding -square, and their values are incremented. If any of these are above their -maximum, they explode, giving rise to the chain reaction. - - If, at the end of a move, any of the players have no squares, they are -dead, and get no more turns. When there is only one person left, they are -the winner. diff --git a/games/xjumpjump/Makefile b/games/xjumpjump/Makefile deleted file mode 100644 index 4f5af2a..0000000 --- a/games/xjumpjump/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: xjumpjump -# Date created: 9 April 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= xjumpjump -PORTVERSION= 0.12 -CATEGORIES= games -# mastersite disappeared in January 2002 -MASTER_SITES= # http://makosteszta.sote.hu/linux/jumpjump/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Logical game for X Window System - -LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms - -USE_X_PREFIX= yes - -pre-build: - @ ${RM} ${WRKSRC}/xjumpjump - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xjumpjump ${PREFIX}/bin - @ ${MKDIR} ${PREFIX}/share/xjumpjump - @ ${INSTALL_DATA} ${WRKSRC}/READ.ME ${PREFIX}/share/xjumpjump - @ ${INSTALL_DATA} ${WRKSRC}/OLVASS.EL ${PREFIX}/share/xjumpjump - -.include <bsd.port.mk> diff --git a/games/xjumpjump/distinfo b/games/xjumpjump/distinfo deleted file mode 100644 index 1d15252..0000000 --- a/games/xjumpjump/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xjumpjump.tgz) = 074ad73f35fc4cdff81b14eb9e6dd42f -SIZE (xjumpjump.tgz) = 61780 diff --git a/games/xjumpjump/files/patch-aa b/games/xjumpjump/files/patch-aa deleted file mode 100644 index 5a1c28f..0000000 --- a/games/xjumpjump/files/patch-aa +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.orig Wed Feb 26 15:21:57 1997 -+++ Makefile Mon Jul 1 02:13:27 2002 -@@ -8,16 +8,19 @@ - # Flags that might be overriden by top makefile - #================================================================= - --CC = gcc --CCFLAG = -O2 -Wall -fno-strength-reduce --LDFLAG = -O -+#CC = gcc -+#CCFLAG = -O2 -Wall -fno-strength-reduce -+#LDFLAG = -O - SYSLIB = -lX11 -lm --XINCLUDE= -I/usr/X11R6/include --XLIB = -L/usr/X11R6/lib -+XINCLUDE= -I$(X11BASE)/include -+.if exists(${X11BASE}/include/X11/forms.h) -+XFORMSINC= -I${X11BASE}/include/X11 -+.endif -+XLIB = -L$(X11BASE)/lib - --INSTDIR = /usr/local -+INSTDIR = $(PREFIX) - BINDIR = $(INSTDIR)/bin --INFODIR = $(INSTDIR)/lib/$(PROG) -+INFODIR = $(INSTDIR)/share/$(PROG) - INSTALL = install - - INFODIR_DEFINE = -DINFO_TXT_FILE=\"$(INFODIR)/\" -@@ -26,9 +29,9 @@ - # Flags the compiler will see - #================================================================= - --CFLAGS = $(CCFLAG) $(XINCLUDE) -+CFLAGS = $(CCFLAG) $(XINCLUDE) $(XFORMSINC) - LDFLAGS = $(LDFLAG) --LIBS = -lforms $(SYSLIB) $(XLIB) -+LIBS = -lforms $(SYSLIB) $(XLIB) -lXpm - - #================================================================= - diff --git a/games/xjumpjump/files/patch-texts.h b/games/xjumpjump/files/patch-texts.h deleted file mode 100644 index 371b534..0000000 --- a/games/xjumpjump/files/patch-texts.h +++ /dev/null @@ -1,19 +0,0 @@ ---- texts.h.orig Wed Jul 23 03:48:19 2003 -+++ texts.h Wed Jul 23 03:48:56 2003 -@@ -1,6 +1,6 @@ - - #define E_MY_PRGNAME "xjumpjump" --#define E_VERSION "JumpJump-0.12 for X, Feb 26th 1997 by -+#define E_VERSION "JumpJump-0.12 for X, Feb 26th 1997 by \ - nihil (nihil@makosteszta.sote.hu)" - #define E_MY_TITLE "XJumpJump v0.12" - #define E_MY_TITLE2 "by nihil\nHungary\n1997.02.26" -@@ -9,7 +9,7 @@ - #define E_STR_PRACTISE "Hmm... practise a bit more!" - #define H_STR_PRACTISE "Hmm... gyakorolj még egy picit!" - #define E_STR_CONGRAT "Congratulations! You have succeed!" --#define H_STR_CONGRAT "Gratulálok! Sikerült ezt a pályát -+#define H_STR_CONGRAT "Gratulálok! Sikerült ezt a pályát \ - leküzdened!" - - #define E_STR_BUT_NEW "New Game" diff --git a/games/xjumpjump/pkg-descr b/games/xjumpjump/pkg-descr deleted file mode 100644 index 4f9e06e..0000000 --- a/games/xjumpjump/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The game is played on a table which contains 21 fields. The -fields have a value of 0 to 9 at the begining of the game. -The player can jump on the table one field right/left/up/down. -If the player jumps on a field, the value of the field gets -decreased by 1. The player cannot jump on a field with a value -of 0. The purpose of the game is setting all the fields to 0. diff --git a/games/xjumpjump/pkg-plist b/games/xjumpjump/pkg-plist deleted file mode 100644 index e6fe6ac..0000000 --- a/games/xjumpjump/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xjumpjump -share/xjumpjump/READ.ME -share/xjumpjump/OLVASS.EL -@dirrm share/xjumpjump diff --git a/games/xmj/Makefile b/games/xmj/Makefile deleted file mode 100644 index 80a4e52..0000000 --- a/games/xmj/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: xmj -# Date created: 2 Jan 1995 -# Whom: swallace -# -# $FreeBSD$ -# - -PORTNAME= xmj -PORTVERSION= 1.0 -CATEGORIES= games -MASTER_SITES= # mastersite disappeared in 1997 -DISTNAME= ${PORTNAME} - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mahjongg - -PLIST_FILES= bin/xmj -USE_IMAKE= yes - -.include <bsd.port.mk> diff --git a/games/xmj/distinfo b/games/xmj/distinfo deleted file mode 100644 index fe88d7a..0000000 --- a/games/xmj/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xmj.tar.gz) = ebc0046c3088e368f7b9081e4b9d180c -SIZE (xmj.tar.gz) = 52255 diff --git a/games/xmj/files/patch-aa b/games/xmj/files/patch-aa deleted file mode 100644 index f9d521c..0000000 --- a/games/xmj/files/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- Imakefile.orig Fri May 5 23:46:04 1989 -+++ Imakefile Wed Nov 1 10:31:43 2000 -@@ -4,4 +4,4 @@ - OBJS = bicons.o cicons.o cicons1.o cicons2.o cicons3.o cicons4.o \ - cicons5.o event.o icons.o mj.o nicons.o - --ComplexProgramTarget(xmj) -+ComplexProgramTargetNoMan(xmj) diff --git a/games/xmj/pkg-descr b/games/xmj/pkg-descr deleted file mode 100644 index cba6011..0000000 --- a/games/xmj/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Mahjongg is a tile game like Shanghai. diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile deleted file mode 100644 index f794bb0..0000000 --- a/games/xnibbles/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: xnibbles -# Date created: 2 March 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= xnibbles -PORTVERSION= 1.0.b3 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= http://tinton.braschka.org/Files/pub/games/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/BETA/} - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A simple X11 snake game, like one seen in MS-DOS qbasic - -WRKSRC= ${WRKDIR}/${PORTNAME} - -USE_X_PREFIX= yes -USE_XPM= yes -USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" -ALL_TARGET= linux - -MAN6= xnibbles.6 - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xnibbles ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xnibbles.6 ${MANPREFIX}/man/man6 - @${MKDIR} ${PREFIX}/share/xnibbles/sounds - ${INSTALL_DATA} ${WRKSRC}/sounds/*.ub ${PREFIX}/share/xnibbles/sounds - @${MKDIR} ${PREFIX}/share/xnibbles/levels -.if exists(${PREFIX}/share/xnibbles/levels/LEVELS) - @${RM} ${PREFIX}/share/xnibbles/levels/LEVELS -.endif - @${TOUCH} ${PREFIX}/share/xnibbles/levels/LEVELS -.for file in 001 002 003 004 005 006 007 008 009 010 011 012 - @${ECHO_CMD} ${PREFIX}/share/xnibbles/levels/level${file}.xnl >> ${PREFIX}/share/xnibbles/levels/LEVELS - ${INSTALL_DATA} ${WRKSRC}/levels/*.xnl ${PREFIX}/share/xnibbles/levels -.endfor - @${MKDIR} ${PREFIX}/share/doc/xnibbles - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xnibbles - ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xnibbles - ${INSTALL_DATA} ${WRKSRC}/levels/README ${PREFIX}/share/doc/xnibbles/README.levels - -.include <bsd.port.mk> diff --git a/games/xnibbles/distinfo b/games/xnibbles/distinfo deleted file mode 100644 index 3a56302..0000000 --- a/games/xnibbles/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xnibbles-1.0BETA3.tar.gz) = 0ea17759f099c1de038abed89831219c -SIZE (xnibbles-1.0BETA3.tar.gz) = 136998 diff --git a/games/xnibbles/files/patch-aa b/games/xnibbles/files/patch-aa deleted file mode 100644 index 407b132..0000000 --- a/games/xnibbles/files/patch-aa +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Thu Feb 26 09:14:35 1998 -+++ Makefile Wed Nov 8 22:45:42 2000 -@@ -25,10 +25,10 @@ - - # Directory for XNibbles specific data - # This must be set correctly at compile time -- DATADIR = /usr/local/games/xnibbles -+ DATADIR = ${PREFIX}/share/xnibbles - - # Prefix to find bin and man directories for installation -- PREFIX = /usr/local -+ PREFIX ?= /usr/local - - # Install program - INSTALL = /usr/bin/install -@@ -76,9 +76,9 @@ - - linux: - $(MAKE) OBJECTS=$(OBJECTS) \ -- CC=$(CC) LDFLAGS='-L/usr/X11R6/lib' \ -- CFLAGS='-Wall -O2 $(SDEV) \ -- -I/usr/X11R6/include -fwritable-strings \ -+ CC=${CXX} LDFLAGS='-L${X11BASE}/lib' \ -+ CFLAGS='${CXXFLAGS} $(SDEV) \ -+ -I${X11BASE}/include -fwritable-strings \ - $(JDEV) -DDATADIR=\"$(DATADIR)\"' \ - xnibbles - diff --git a/games/xnibbles/files/patch-ab b/games/xnibbles/files/patch-ab deleted file mode 100644 index b6a12fd..0000000 --- a/games/xnibbles/files/patch-ab +++ /dev/null @@ -1,14 +0,0 @@ ---- sound.c Sun Feb 22 22:52:08 1998 -+++ /home/andy/tmp/wrk/sound.c Mon Mar 2 23:25:48 1998 -@@ -24,7 +24,11 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> -+#ifdef __FreeBSD__ -+#include <machine/soundcard.h> -+#else - #include <linux/soundcard.h> -+#endif - #include <sys/ioctl.h> - #include <sys/wait.h> - diff --git a/games/xnibbles/pkg-descr b/games/xnibbles/pkg-descr deleted file mode 100644 index 7a8e364..0000000 --- a/games/xnibbles/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -XNibbles is a game for X11R6. It is conceptually based on -the nibbles program that came with qbasic for MS-DOS and was -in turn very similar to the game RunRound found on some XTs. - -Nibbles is actually written in C++, and shares no code -with qbasic nibbles. For those of you who have played the -game before, you can attest to the fact that it is extremely -fun and addictive. - -The goal of the game is to work your way through the levels, -which become harder and harder. You do this by running -your snake over the blue diamonds. For every 10 diamonds you -acquire, you move up one level. Other diamonds will increase -your length, give you an extra life, or give you points. - -The authors of XNibbles are Ian Peters (ipeters@acm.org), -and Sean MacIsaac (sjm@acm.org). - -XNibbles is under the GNU Public License. diff --git a/games/xnibbles/pkg-plist b/games/xnibbles/pkg-plist deleted file mode 100644 index ca95d06..0000000 --- a/games/xnibbles/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/xnibbles -share/doc/xnibbles/README -share/doc/xnibbles/README.levels -share/doc/xnibbles/TODO -share/xnibbles/levels/LEVELS -share/xnibbles/levels/level001.xnl -share/xnibbles/levels/level002.xnl -share/xnibbles/levels/level003.xnl -share/xnibbles/levels/level004.xnl -share/xnibbles/levels/level005.xnl -share/xnibbles/levels/level006.xnl -share/xnibbles/levels/level007.xnl -share/xnibbles/levels/level008.xnl -share/xnibbles/levels/level009.xnl -share/xnibbles/levels/level010.xnl -share/xnibbles/levels/level011.xnl -share/xnibbles/levels/level012.xnl -share/xnibbles/levels/template.xnl -share/xnibbles/sounds/appear.ub -share/xnibbles/sounds/destroy.ub -share/xnibbles/sounds/double.ub -share/xnibbles/sounds/gotdiamond.ub -share/xnibbles/sounds/half.ub -share/xnibbles/sounds/laughter.ub -share/xnibbles/sounds/life.ub -share/xnibbles/sounds/start.ub -share/xnibbles/sounds/teleport.ub -@dirrm share/doc/xnibbles -@dirrm share/xnibbles/levels -@dirrm share/xnibbles/sounds -@dirrm share/xnibbles diff --git a/games/xothello/Makefile b/games/xothello/Makefile deleted file mode 100644 index 2c446a7..0000000 --- a/games/xothello/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: xothello -# Date created: 31 March 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= xothello -PORTVERSION= 0.01 -CATEGORIES= games -# mastersite disappeared in January 2002 -MASTER_SITES= # http://makosteszta.sote.hu/linux/othello/ -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Othello aka Reversi game for X Window - -LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms - -NO_CDROM= Possible trademark infringement - -PLIST_FILES= bin/xothello -USE_X_PREFIX= yes - -pre-build: - @ ${RM} ${WRKSRC}/xothello - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xothello ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/games/xothello/distinfo b/games/xothello/distinfo deleted file mode 100644 index c9036d9..0000000 --- a/games/xothello/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xothello.tgz) = d5f8379eaf04286982ef064a324a3b7d -SIZE (xothello.tgz) = 10741 diff --git a/games/xothello/files/patch-aa b/games/xothello/files/patch-aa deleted file mode 100644 index 0c6e530..0000000 --- a/games/xothello/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ ---- Makefile.orig Sat Feb 15 13:00:15 1997 -+++ Makefile Mon Jul 1 02:35:58 2002 -@@ -8,14 +8,17 @@ - # Flags that might be overriden by top makefile - #================================================================= - --CC = gcc --CCFLAG = -O2 -Wall -fno-strength-reduce --LDFLAG = -O -+#CC = gcc -+#CCFLAG = -O2 -Wall -fno-strength-reduce -+#LDFLAG = -O - SYSLIB = -lX11 -lm --XINCLUDE= -I/usr/X11R6/include --XLIB = -L/usr/X11R6/lib -+XINCLUDE= -I$(X11BASE)/include -+.if exists(${X11BASE}/include/X11/forms.h) -+XFORMSINC= -I${X11BASE}/include/X11 -+.endif -+XLIB = -L$(X11BASE)/lib - --INSTDIR = /usr/local -+INSTDIR = $(PREFIX) - BINDIR = $(INSTDIR)/bin - INSTALL = install - -@@ -23,9 +26,9 @@ - # Flags the compiler will see - #================================================================= - --CFLAGS = $(CCFLAG) $(XINCLUDE) -+CFLAGS = $(CCFLAG) $(XINCLUDE) $(XFORMSINC) - LDFLAGS = $(LDFLAG) --LIBS = -lforms $(SYSLIB) $(XLIB) -+LIBS = -lforms -lXpm $(SYSLIB) $(XLIB) - - #================================================================= - diff --git a/games/xothello/files/patch-ab b/games/xothello/files/patch-ab deleted file mode 100644 index 8102426..0000000 --- a/games/xothello/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xothello.c Sat Feb 15 18:01:04 1997 -+++ /home/andy/tmp/wrk/xothello.c Tue Mar 31 22:17:37 1998 -@@ -618,7 +618,7 @@ - void - Usage(void) - { -- USEPRT("Usage: othello [options]\n\n"); -+ USEPRT("Usage: xothello [options]\n\n"); - USEPRT("Options:\n"); - USEPRT(" -level <levelnr> [default=3, min=1, max=9]\n"); - USEPRT(" -changexo\n"); diff --git a/games/xothello/pkg-descr b/games/xothello/pkg-descr deleted file mode 100644 index 31b5ae6..0000000 --- a/games/xothello/pkg-descr +++ /dev/null @@ -1 +0,0 @@ - Othello aka Reversi game for X Window. diff --git a/games/xsol/Makefile b/games/xsol/Makefile deleted file mode 100644 index af2402c..0000000 --- a/games/xsol/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xsol -# Date created: 2 Jan 1995 -# Whom: swallace -# -# $FreeBSD$ -# - -PORTNAME= xsol -PORTVERSION= 2.1.1 -CATEGORIES= games -# mastersite disappeared in November 2002 -MASTER_SITES= # ftp://ftp.simcb.ru/pub/unix/src/ -DISTNAME= ${PORTNAME}-new - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Solitaire - -USE_IMAKE= yes -MAN6= xsol.6 -PLIST_FILES= bin/xsol - -post-patch: - @${ECHO_CMD} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile - -.include <bsd.port.mk> diff --git a/games/xsol/distinfo b/games/xsol/distinfo deleted file mode 100644 index b8cdd804..0000000 --- a/games/xsol/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xsol-new.tar.gz) = c91799c9595308b4c50103425e241451 -SIZE (xsol-new.tar.gz) = 17219 diff --git a/games/xsol/pkg-descr b/games/xsol/pkg-descr deleted file mode 100644 index c031d04..0000000 --- a/games/xsol/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -xsol 2.1.1 - -xsol plays a solitaire game similar to Klondike. The playing field is -made up of seven slots, where stacks are built in descending value with -alternating suits. Aces are built on at the top, and ascending order in the -same suit. Kings can be moved to any empty space in the play- ing field. -The deck is gone through only once, card by card. - -The cards are moved using the Left mouse button (Button1). -Pressing the button selects the card, and it (and any cards on it) -can then by dragged to its destination, where releasing will place them. -The deck cards are selected by clicking on them. diff --git a/graphics/Makefile b/graphics/Makefile index d06604e..d48a5d6 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -65,7 +65,6 @@ SUBDIR += demeter SUBDIR += devil SUBDIR += dia - SUBDIR += diacanvas SUBDIR += diacanvas2 SUBDIR += digikam SUBDIR += digikam-doc @@ -118,7 +117,6 @@ SUBDIR += fly SUBDIR += fnlib SUBDIR += fracplanet - SUBDIR += fractorama SUBDIR += fraqtive SUBDIR += freeimage SUBDIR += frontline @@ -337,7 +335,6 @@ SUBDIR += linux_dri SUBDIR += linux_glide SUBDIR += linux_glx - SUBDIR += linux_mesa3 SUBDIR += lodju SUBDIR += long-exposure-tools SUBDIR += lphoto @@ -375,7 +372,6 @@ SUBDIR += optipng SUBDIR += orca SUBDIR += osg - SUBDIR += osgedit SUBDIR += p5-Cairo SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph @@ -474,7 +470,6 @@ SUBDIR += py-gdchart2 SUBDIR += py-graphviz SUBDIR += py-imaging - SUBDIR += py-imaging-handbook SUBDIR += py-ming SUBDIR += py-opengl SUBDIR += py-paint @@ -587,7 +582,6 @@ SUBDIR += wmgrabimage SUBDIR += wmicons SUBDIR += xaos - SUBDIR += xbarcode SUBDIR += xbmbrowser SUBDIR += xd3d SUBDIR += xdgagrab @@ -624,7 +618,6 @@ SUBDIR += xmms-scivi SUBDIR += xmms-vumeter SUBDIR += xmms-waterfall - SUBDIR += xmms-xvs SUBDIR += xmorph SUBDIR += xmountains SUBDIR += xmrm diff --git a/graphics/diacanvas/Makefile b/graphics/diacanvas/Makefile deleted file mode 100644 index 11712fe..0000000 --- a/graphics/diacanvas/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: diacanvas -# Date created: 04 February 2000 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= diacanvas -PORTVERSION= 0.40.1 -PORTREVISION= 1 -CATEGORIES= graphics gnome -# mastersite disappeared in December 2000 -MASTER_SITES= # http://www.linuxstart.com/~arjan/diacanvas/download/ - -DEPRECATED= "master site disappeared, obsoleted by diacanvas2" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A general drawing canvas from dia dialog editor - -USE_X_PREFIX= yes -USE_GNOME= gtk12 imlib gnomehack -USE_LIBTOOL_VER=15 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/graphics/diacanvas/distinfo b/graphics/diacanvas/distinfo deleted file mode 100644 index 81da322..0000000 --- a/graphics/diacanvas/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (diacanvas-0.40.1.tar.gz) = 998559a846f500ddfcd55d321e8a507c -SIZE (diacanvas-0.40.1.tar.gz) = 328191 diff --git a/graphics/diacanvas/files/patch-aa b/graphics/diacanvas/files/patch-aa deleted file mode 100644 index 942926c..0000000 --- a/graphics/diacanvas/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- diacanvas/Makefile.in.orig Fri Feb 4 21:20:29 2000 -+++ diacanvas/Makefile.in Fri Feb 4 21:20:53 2000 -@@ -415,7 +415,7 @@ - - - diacanvas.h: $(headers) -- make-header.sh -+ /bin/sh make-header.sh - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/graphics/diacanvas/files/patch-ab b/graphics/diacanvas/files/patch-ab deleted file mode 100644 index f223ac5..0000000 --- a/graphics/diacanvas/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- diacanvas/testcanvas.c.orig Fri Feb 4 21:18:46 2000 -+++ diacanvas/testcanvas.c Fri Feb 4 21:19:13 2000 -@@ -140,7 +140,7 @@ - static void - cb_active_display_change (DiaDisplay *display, gpointer data) - { -- g_message ("active_display_change: %x", (uint)display); -+ g_message ("active_display_change: %x", (unsigned int)display); - } - - /* void main (int argc, char **argv) diff --git a/graphics/diacanvas/files/patch-ad b/graphics/diacanvas/files/patch-ad deleted file mode 100644 index 4033b30..0000000 --- a/graphics/diacanvas/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- ./diacanvas/diadynelement.c.orig Sun Oct 20 14:48:30 2002 -+++ ./diacanvas/diadynelement.c Sun Oct 20 14:48:36 2002 -@@ -276,7 +276,7 @@ - } - - --#ifdef 0 -+#if 0 - /* Find a point on the border of the object and create a connectionpoint - * there. - */ diff --git a/graphics/diacanvas/files/patch-diamagnifytool.c b/graphics/diacanvas/files/patch-diamagnifytool.c deleted file mode 100644 index 74c50d3..0000000 --- a/graphics/diacanvas/files/patch-diamagnifytool.c +++ /dev/null @@ -1,10 +0,0 @@ ---- diacanvas/diamagnifytool.c.orig Tue Aug 17 15:52:45 2004 -+++ diacanvas/diamagnifytool.c Tue Aug 17 15:53:00 2004 -@@ -118,6 +118,7 @@ - } - break; - default: -+ break; - } /* switch */ - return FALSE; - } diff --git a/graphics/diacanvas/pkg-descr b/graphics/diacanvas/pkg-descr deleted file mode 100644 index 4de2adc..0000000 --- a/graphics/diacanvas/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -a general drawing canvas from dia dialog editor diff --git a/graphics/diacanvas/pkg-plist b/graphics/diacanvas/pkg-plist deleted file mode 100644 index 5dc17d7..0000000 --- a/graphics/diacanvas/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/diacanvas-config -include/diacanvas/diabaseelement.h -include/diacanvas/diabaseline.h -include/diacanvas/diabasemodifytool.h -include/diacanvas/diabasetext.h -include/diacanvas/diabox.h -include/diacanvas/diaboxelement.h -include/diacanvas/diacanvas.h -include/diacanvas/diacolor.h -include/diacanvas/diacreatetool.h -include/diacanvas/diadefs.h -include/diacanvas/diadiagram.h -include/diacanvas/diadisplay.h -include/diacanvas/diadynelement.h -include/diacanvas/diadynline.h -include/diacanvas/diaelement.h -include/diacanvas/diaevent.h -include/diacanvas/diafont.h -include/diacanvas/diagraph.h -include/diacanvas/diagrid.h -include/diacanvas/diaimage.h -include/diacanvas/dialayer.h -include/diacanvas/diamagnifytool.h -include/diacanvas/diamain.h -include/diacanvas/diamodifytool.h -include/diacanvas/diamultiline.h -include/diacanvas/diaobject.h -include/diacanvas/diarenderer.h -include/diacanvas/diarenderereps.h -include/diacanvas/diarenderergdk.h -include/diacanvas/diatool.h -include/diacanvas/geometry.h -lib/libdiacanvas.a -lib/libdiacanvas.so -lib/libdiacanvas.so.1 -share/aclocal/diacanvas.m4 -@dirrm include/diacanvas diff --git a/graphics/fractorama/Makefile b/graphics/fractorama/Makefile deleted file mode 100644 index b15be33..0000000 --- a/graphics/fractorama/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: fractorama -# Date created: Apr 15, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fractorama -PORTVERSION= 1.6.7 -CATEGORIES= graphics -MASTER_SITES= http://fractorama.com/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Fractal generation program - -FORBIDDEN= http://vuxml.FreeBSD.org/pkg-fractorama.html -EXPIRATION_DATE=2005-08-30 - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -USE_QT_VER= 3 -USE_BISON= yes -USE_REINPLACE= yes -USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ - QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" -ALL_TARGET= release - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|gcc|$${CC}|g ; \ - s|g++|$${CXX}|g ; \ - s|-L$${QTROOT}/lib -lqt|-lqt-mt $${QTCFGLIBS}|g ; \ - s|-I$${QTROOT}/include|$${QTCPPFLAGS}|g ; \ - s|-O2|$${CFLAGS}|g' - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/../fractorama.exe ${PREFIX}/bin/fractorama -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/../doc && ${FIND} . | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} - ${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/../examples && ${FIND} . | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/fractorama/distinfo b/graphics/fractorama/distinfo deleted file mode 100644 index 4e8a090..0000000 --- a/graphics/fractorama/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (fractorama.tar.gz) = 556b08aa3767ff7979bc46b6940daacb -SIZE (fractorama.tar.gz) = 812188 diff --git a/graphics/fractorama/files/patch-src::directories.inc b/graphics/fractorama/files/patch-src::directories.inc deleted file mode 100644 index 24547d0..0000000 --- a/graphics/fractorama/files/patch-src::directories.inc +++ /dev/null @@ -1,8 +0,0 @@ ---- directories.inc.orig Mon Apr 9 03:09:39 2001 -+++ directories.inc Sun Apr 15 16:46:55 2001 -@@ -4,4 +4,4 @@ - - WINDOWS_QTROOT := e:/qt - WINDOWS_VC_INCLUDE := e:/devstudio/vc/include --UNIX_QTROOT := /tools/qt-2.3.0 -+UNIX_QTROOT := ${X11BASE} diff --git a/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h b/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h deleted file mode 100644 index f17d80d..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::BooleanNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/BooleanNode.h.orig Fri Oct 24 22:30:40 2003 -+++ lib/fractal/BooleanNode.h Tue Mar 2 23:03:24 2004 -@@ -1,7 +1,8 @@ - #ifndef _BOOLEAN_NODE_H_ - # define _BOOLEAN_NODE_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - class BooleanNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h b/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h deleted file mode 100644 index 365ff3f..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ColorTable.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/ColorTable.h.bak Sat Dec 1 01:27:59 2001 -+++ lib/fractal/ColorTable.h Sun Dec 22 06:07:37 2002 -@@ -1,7 +1,8 @@ - #ifndef _COLOR_TABLE_H_ - # define _COLOR_TABLE_H_ - --#include <iostream.h> -+#include <iostream> -+using namespace std; - - class ColorTable - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h deleted file mode 100644 index 3b32c71..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/ComplexNode.h.orig Fri Oct 24 22:31:06 2003 -+++ lib/fractal/ComplexNode.h Tue Mar 2 23:05:13 2004 -@@ -3,7 +3,8 @@ - - #include "dcomplex.h" - --class ostream; -+#include <iostream> -+using namespace std; - - class ComplexNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h deleted file mode 100644 index e6aa10d..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::ComplexVariables.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/ComplexVariables.h.orig Fri Oct 24 22:41:22 2003 -+++ lib/fractal/ComplexVariables.h Tue Mar 2 23:07:05 2004 -@@ -3,7 +3,9 @@ - - #include "dcomplex.h" - --class ostream; -+#include <iostream> -+using namespace std; -+ - class ComplexEntry; - - class ComplexVariables diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h deleted file mode 100644 index 1b45206..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::DoubleNode.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/DoubleNode.h.orig Fri Oct 24 22:31:52 2003 -+++ lib/fractal/DoubleNode.h Tue Mar 2 23:08:44 2004 -@@ -1,7 +1,8 @@ - #ifndef _DOUBLE_NODE_H_ - # define _DOUBLE_NODE_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - #define RND(x) ((x) >= 0.0 ? (int)((x) + 0.5) : (int)((x) - 0.5)) - diff --git a/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h b/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h deleted file mode 100644 index 110d7b8..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::DoubleVariables.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/DoubleVariables.h.orig Sat Dec 1 01:27:59 2001 -+++ lib/fractal/DoubleVariables.h Sun Dec 22 06:47:52 2002 -@@ -1,7 +1,9 @@ - #ifndef _DOUBLE_VARIABLES_H_ - # define _DOUBLE_VARIABLES_H_ - --class ostream; -+#include <iostream> -+using namespace std; -+ - struct DoubleEntry; - - class DoubleVariables diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h b/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h deleted file mode 100644 index f092fdc..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::Fractal.h +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/fractal/Fractal.h.bak Fri Jan 25 01:22:39 2002 -+++ lib/fractal/Fractal.h Sun Dec 22 06:06:53 2002 -@@ -3,7 +3,9 @@ - - // Forward Declarations - --class ostream; -+#include <iostream> -+using namespace std; -+ - class BooleanNode; - class Statement; - class InfiniteLoopCallback; diff --git a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h b/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h deleted file mode 100644 index 14d1260..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::PrintArg.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/fractal/PrintArg.h.orig Fri Oct 24 22:33:26 2003 -+++ lib/fractal/PrintArg.h Tue Mar 2 23:09:27 2004 -@@ -1,7 +1,8 @@ - #ifndef _PRINT_ARG_H_ - # define _PRINT_ARG_H_ - --class ostream; -+#include <iostream> -+using namespace std; - - class PrintArg - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h b/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h deleted file mode 100644 index 67dff6c..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::RegionNode.h +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/fractal/RegionNode.h.orig Fri Oct 24 22:33:47 2003 -+++ lib/fractal/RegionNode.h Tue Mar 2 23:10:41 2004 -@@ -1,8 +1,10 @@ - #ifndef _REGION_NODE_H_ - # define _REGION_NODE_H_ - -+#include <iostream> -+using namespace std; -+ - class ComplexNode; --class ostream; - - class RegionNode - { diff --git a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h b/graphics/fractorama/files/patch-src::lib::fractal::Statement.h deleted file mode 100644 index 8b44ef3..0000000 --- a/graphics/fractorama/files/patch-src::lib::fractal::Statement.h +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/fractal/Statement.h.orig Fri Oct 24 22:34:04 2003 -+++ lib/fractal/Statement.h Tue Mar 2 23:12:00 2004 -@@ -1,10 +1,12 @@ - #ifndef _STATEMENT_H_ - # define _STATEMENT_H_ - --class InfiniteLoopCallback; --class ostream; -- - #include "tf.h" -+ -+#include <iostream> -+using namespace std; -+ -+class InfiniteLoopCallback; - - struct LoopControl - { diff --git a/graphics/fractorama/files/patch-src::main.cpp b/graphics/fractorama/files/patch-src::main.cpp deleted file mode 100644 index 0fac3ad..0000000 --- a/graphics/fractorama/files/patch-src::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- main.cpp.orig Sat Oct 25 04:35:20 2003 -+++ main.cpp Tue Mar 2 23:36:04 2004 -@@ -278,7 +278,7 @@ - // Determine the name/location of our "home" document - - char *s = Persist::getApplicationDirectory( -- argv[0], "index.html", "doc", FALSE -+ argv[0], "index.html", "../share/doc/fractorama", FALSE - ); - - QFileInfo info(s); diff --git a/graphics/fractorama/pkg-descr b/graphics/fractorama/pkg-descr deleted file mode 100644 index 3948aaa..0000000 --- a/graphics/fractorama/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Fractal generation program - -WWW: http://fractorama.com/ diff --git a/graphics/fractorama/pkg-plist b/graphics/fractorama/pkg-plist deleted file mode 100644 index c744113..0000000 --- a/graphics/fractorama/pkg-plist +++ /dev/null @@ -1,329 +0,0 @@ -bin/fractorama -%%PORTDOCS%%%%DOCSDIR%%/and.png -%%PORTDOCS%%%%DOCSDIR%%/circle1.png -%%PORTDOCS%%%%DOCSDIR%%/circle2.png -%%PORTDOCS%%%%DOCSDIR%%/coloring_techniques.html -%%PORTDOCS%%%%DOCSDIR%%/colors.html -%%PORTDOCS%%%%DOCSDIR%%/complex_attributes.html -%%PORTDOCS%%%%DOCSDIR%%/complex_functions.html -%%PORTDOCS%%%%DOCSDIR%%/cross1.png -%%PORTDOCS%%%%DOCSDIR%%/cross2.png -%%PORTDOCS%%%%DOCSDIR%%/double_functions.html -%%PORTDOCS%%%%DOCSDIR%%/drawbutton.png -%%PORTDOCS%%%%DOCSDIR%%/ellipse1.png -%%PORTDOCS%%%%DOCSDIR%%/ellipse2.png -%%PORTDOCS%%%%DOCSDIR%%/formula.html -%%PORTDOCS%%%%DOCSDIR%%/fractal.html -%%PORTDOCS%%%%DOCSDIR%%/getting_started.html -%%PORTDOCS%%%%DOCSDIR%%/graph1.png -%%PORTDOCS%%%%DOCSDIR%%/graph2.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/mapping.html -%%PORTDOCS%%%%DOCSDIR%%/not.png -%%PORTDOCS%%%%DOCSDIR%%/not_or.png -%%PORTDOCS%%%%DOCSDIR%%/not_xor.png -%%PORTDOCS%%%%DOCSDIR%%/or.png -%%PORTDOCS%%%%DOCSDIR%%/piechart.png -%%PORTDOCS%%%%DOCSDIR%%/poly1.png -%%PORTDOCS%%%%DOCSDIR%%/poly2.png -%%PORTDOCS%%%%DOCSDIR%%/predefined_variables.html -%%PORTDOCS%%%%DOCSDIR%%/rect1.png -%%PORTDOCS%%%%DOCSDIR%%/rect2.png -%%PORTDOCS%%%%DOCSDIR%%/region.html -%%PORTDOCS%%%%DOCSDIR%%/region1.png -%%PORTDOCS%%%%DOCSDIR%%/region2.png -%%PORTDOCS%%%%DOCSDIR%%/rfractal.png -%%PORTDOCS%%%%DOCSDIR%%/spoly1.png -%%PORTDOCS%%%%DOCSDIR%%/spoly2.png -%%PORTDOCS%%%%DOCSDIR%%/start1.png -%%PORTDOCS%%%%DOCSDIR%%/start2.png -%%PORTDOCS%%%%DOCSDIR%%/statements.html -%%PORTDOCS%%%%DOCSDIR%%/taylor.html -%%PORTDOCS%%%%DOCSDIR%%/taylor.png -%%PORTDOCS%%%%DOCSDIR%%/test01.png -%%PORTDOCS%%%%DOCSDIR%%/test02.png -%%PORTDOCS%%%%DOCSDIR%%/test03.png -%%PORTDOCS%%%%DOCSDIR%%/test04.png -%%PORTDOCS%%%%DOCSDIR%%/test05.png -%%PORTDOCS%%%%DOCSDIR%%/test06.png -%%PORTDOCS%%%%DOCSDIR%%/test07.png -%%PORTDOCS%%%%DOCSDIR%%/test08.png -%%PORTDOCS%%%%DOCSDIR%%/xor.png -%%PORTDOCS%%%%DOCSDIR%%/zoomin.png -%%PORTDOCS%%%%DOCSDIR%%/zoominbutton.png -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/comet.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/cool.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/crabitis.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/formation.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/jungle.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/mosaic.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/oblivion.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/phoenix_ice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/plasma_sunburst.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/salvation.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/silver_1.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/silver_2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/swirl_repeat.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/tiger_beetle.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/vortex.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/waves.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/wheel_of_confusion.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/window.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_1_z2_1_z_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_2_1_z_3_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_aztec.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_blobs.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_blue.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_blue_swirl.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_bolt_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_bouquet.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_bughead.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cathedral.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cos.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cos_series_variant.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cosh_log.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_cross.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_dark_chalice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_dark_forces.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_darkring.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_dec31.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_ear.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example11.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example12.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example13.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example14.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example15.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example16.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example17.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example18.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example20.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_example_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_exp_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_exp_series_v2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_exp_series_v3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_faberge.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10b.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10c.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10d.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb10e.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb11a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb11b.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb11c.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3_log.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3_log_zz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_feb3_sec.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_fire_and_ice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_fire_tree.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_firefish.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_flowerpower.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_formation_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_geranium.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_hallowgreen.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan15a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan21.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan9a.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_jan9b.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_kaleidoscope.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lace002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_ladybug.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lattice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lavalamp.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_lilypond.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_log_1_z_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_loop.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_mandelbrot_sunrise.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_mantis2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_mistletoe.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_newfract.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_newton_z_sdev_log_z_secz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_newton_z_sdev_z2_sinz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_nice.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_ooo.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_persian_rug.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_pinwheels.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_plant.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_plume.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_primordial_soup.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_rings.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_scepter2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sceptre.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_current_expz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_current_z.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_current_z_tanz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_sec_z_current.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sdev_z_secz.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sea_angel.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sin.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sin_z2_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sinh_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_sinhz_z2_series.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_spank.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_spider.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_squid_plume.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_starburst.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_starforest.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange4.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange5.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange6.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange7.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange8.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_strange_worm.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_technicolor.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_treerings.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_true.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_well_of_souls.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/jfd/z_z1_z3_series_v1.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/acg-001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/another01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/another02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/avg-std-005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_012.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_018.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_022.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-01_024.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/camillia-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/derbyshire3.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/derbyshire4.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-020.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-021.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-030.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-032.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-040.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimenion-050.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-011.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fdimension-013.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/fracto-11_27_010.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_002.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_010.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_011.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_016.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-03_020.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-04.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-08.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-09.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-11.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-12.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-13.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-14.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/lyapunov-15.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01-sine-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01-sine-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-01_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-5th.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-001-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_003.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_005.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_007.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_008.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_012.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_016.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_018.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_020.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_021.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_1006.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_1009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_1014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-002-_2014.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-003-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-004.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-009.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/mset-newton-otrap-010.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton-otrap-001-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton-otrap-002-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton0-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton1000-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/newton2000-.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-04.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-05.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numeral-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numerumo-08.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numerumo-09.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/numerumo-10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/st-formula-42-heart-shape-2.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/st-formula-42-heart-shape.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/st-formula-42.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-newton-01.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-newton-02.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-03.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-04.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-06.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-07.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-08.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-08_001.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-10.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-10_011.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-11.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-variation-12.jfd -%%PORTDOCS%%%%EXAMPLESDIR%%/stevef/stig-wood-apples-01.jfd -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/jfd -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/stevef -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/graphics/linux_mesa3/Makefile b/graphics/linux_mesa3/Makefile deleted file mode 100644 index ad39912..0000000 --- a/graphics/linux_mesa3/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: Mesa3 for Linux compat -# Date created: May 18 2000 -# Whom: Masahiro TAKEMURA -# -# $FreeBSD$ -# - -PORTNAME= mesa -PORTVERSION= 3.4.2 -PORTREVISION= 6 -CATEGORIES= graphics linux -MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/linux/redhat/redhat/updates/7.2/en/os/i386/ \ - ftp://ftp.uni-kl.de/pub/linux/redhat/redhat/updates/7.2/en/os/i386/ \ - ftp://ftp.icm.edu.pl/mirrors/ftp.redhat.com/pub/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://ftp.rediris.es/pub/linux/distributions/redhat/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://sunsite.cnlab-switch.ch/mirror/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://ftp.dulug.duke.edu/pub/redhat/linux/updates/7.2/en/os/i386/ \ - ftp://mirror.sit.wisc.edu/mirrors/linux/distributions/redhat/updates/7.2/en/os/i386/ - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= A graphics library similar to SGI's OpenGL, used from Linux programs - -DEPRECATED= Superceded by graphics/linux_dri -EXPIRATION_DATE=2005-10-01 - -USE_XLIB= yes -BASEVERSION=7.2 -ONLY_FOR_ARCHS= i386 -PLIST= ${PKGDIR}/pkg-plist -MD5_FILE= ${PKGDIR}/distinfo -RPM_SET= Mesa-3.4.2-10.i386.rpm - -.include "../../x11-toolkits/linux-gtk/Makefile" diff --git a/graphics/linux_mesa3/distinfo b/graphics/linux_mesa3/distinfo deleted file mode 100644 index 63efda6..0000000 --- a/graphics/linux_mesa3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (rpm/Mesa-3.4.2-10.i386.rpm) = 4cdcb07cbaedd2ab1205b64931f3dd5b -SIZE (rpm/Mesa-3.4.2-10.i386.rpm) = 876154 diff --git a/graphics/linux_mesa3/pkg-descr b/graphics/linux_mesa3/pkg-descr deleted file mode 100644 index cad8524..0000000 --- a/graphics/linux_mesa3/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This port installs a Linux shared library of Mesa, used from Linux programs. - -Mesa is a 3-D graphics library with an API which is very similar to that -of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax -or state machine, it is being used with authorization from Silicon Graphics, -Inc. However, the author makes no claim that Mesa is in any way a -compatible replacement for OpenGL or associated with Silicon Graphics, Inc. -Those who want a licensed implementation of OpenGL should contact a licensed -vendor. This software is distributed under the terms of the GNU Library -General Public License, see the LICENSE file for details. diff --git a/graphics/linux_mesa3/pkg-plist b/graphics/linux_mesa3/pkg-plist deleted file mode 100644 index 5d40c7a..0000000 --- a/graphics/linux_mesa3/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -etc/mesa.conf -usr/lib/libGL.so.1 -usr/lib/libGL.so.1.2.030402 -usr/lib/libGLU.so.1 -usr/lib/libGLU.so.1.1.030402 -usr/lib/libglut.so.3 -usr/lib/libglut.so.3.7.0 -usr/share/doc/Mesa-3.4.2/CONFIG -usr/share/doc/Mesa-3.4.2/CONFORM -usr/share/doc/Mesa-3.4.2/COPYRIGHT -usr/share/doc/Mesa-3.4.2/README -usr/share/doc/Mesa-3.4.2/README.MITS -usr/share/doc/Mesa-3.4.2/README.X11 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.1 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.2 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.2.1 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.3 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.4 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.4.1 -usr/share/doc/Mesa-3.4.2/RELNOTES-3.4.2 -usr/share/doc/Mesa-3.4.2/VERSIONS -@dirrm usr/share/doc/Mesa-3.4.2 diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile deleted file mode 100644 index fb7fe4c..0000000 --- a/graphics/osgedit/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: osgedit -# Date created: Jan 23, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= osgedit -PORTVERSION= 0.5.0 -PORTREVISION= 5 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An open editor for an open scenegraph - -BUILD_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg -LIB_DEPENDS= gtkglext-x11-1.0.2:${PORTSDIR}/x11-toolkits/gtkglext -RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg - -BROKEN= "Does not compile" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-gtkglext - -CFLAGS+= -O0 - -post-patch: -.for file in src/gui/interface.cc - @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_conv \ - && ${TR} -d '\015' < ${file}.pre_conv > ${file} || ${TRUE} -.endfor - -.include <bsd.port.mk> diff --git a/graphics/osgedit/distinfo b/graphics/osgedit/distinfo deleted file mode 100644 index 38b0ad0..0000000 --- a/graphics/osgedit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (osgedit-0.5.0.tar.gz) = 3d1cd2c850a2ca1d1dd56aa40d639165 -SIZE (osgedit-0.5.0.tar.gz) = 394484 diff --git a/graphics/osgedit/files/patch-src::editable::entities::edgeode.cc b/graphics/osgedit/files/patch-src::editable::entities::edgeode.cc deleted file mode 100644 index 0d5c0c9..0000000 --- a/graphics/osgedit/files/patch-src::editable::entities::edgeode.cc +++ /dev/null @@ -1,8 +0,0 @@ ---- src/editable/entities/edgeode.cc.orig Fri Oct 31 08:32:03 2003 -+++ src/editable/entities/edgeode.cc Sat Jan 31 12:44:22 2004 -@@ -1,3 +1,5 @@ -+#include <stdio.h> -+ - #include <editable/entityfactory.h> - #include "edgeometry.h" - #include "edgeode.h" diff --git a/graphics/osgedit/files/patch-src::editable::entities::edstateset.cc b/graphics/osgedit/files/patch-src::editable::entities::edstateset.cc deleted file mode 100644 index 93cf2a0..0000000 --- a/graphics/osgedit/files/patch-src::editable::entities::edstateset.cc +++ /dev/null @@ -1,8 +0,0 @@ ---- src/editable/entities/edstateset.cc.orig Sat Sep 6 14:05:01 2003 -+++ src/editable/entities/edstateset.cc Sat Sep 6 14:05:19 2003 -@@ -1,3 +1,5 @@ -+#include <stdio.h> -+ - #include <osg/Texture2D> - #include <osg/TextureCubeMap> - #include <editable/entityfactory.h> diff --git a/graphics/osgedit/files/patch-src::editable::view::gtkedmatrix.cc b/graphics/osgedit/files/patch-src::editable::view::gtkedmatrix.cc deleted file mode 100644 index fa2afb1..0000000 --- a/graphics/osgedit/files/patch-src::editable::view::gtkedmatrix.cc +++ /dev/null @@ -1,7 +0,0 @@ ---- src/editable/view/gtkedmatrix.cc.orig Sat Sep 6 14:09:46 2003 -+++ src/editable/view/gtkedmatrix.cc Sat Sep 6 14:10:06 2003 -@@ -1,3 +1,4 @@ -+#include <stdio.h> - #include <iostream> - #include <gtk/gtkframe.h> - #include <gtk/gtktable.h> diff --git a/graphics/osgedit/pkg-descr b/graphics/osgedit/pkg-descr deleted file mode 100644 index 69b712e..0000000 --- a/graphics/osgedit/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OSGEdit is an editor of scenes for the library OpenSceneGraph. It's only a -composer, not a modeller. You can use many programs to model your objects and -then import them into OSGEdit to compose a complex OSG scene to use in your -application. - -WWW: http://osgedit.sourceforge.net/ diff --git a/graphics/osgedit/pkg-plist b/graphics/osgedit/pkg-plist deleted file mode 100644 index 6687af7..0000000 --- a/graphics/osgedit/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/osgedit -share/locale/es/LC_MESSAGES/osgedit.mo -share/locale/gl/LC_MESSAGES/osgedit.mo -share/gnome/applications/osgedit.desktop -share/gnome/pixmaps/osgedit.png -share/gnome/pixmaps/osgedit/billboard.png -share/gnome/pixmaps/osgedit/box.png -share/gnome/pixmaps/osgedit/center.png -share/gnome/pixmaps/osgedit/cone.png -share/gnome/pixmaps/osgedit/cylinder.png -share/gnome/pixmaps/osgedit/geode.png -share/gnome/pixmaps/osgedit/group.png -share/gnome/pixmaps/osgedit/icon.png -share/gnome/pixmaps/osgedit/lightsource.png -share/gnome/pixmaps/osgedit/lod.png -share/gnome/pixmaps/osgedit/logo.png -share/gnome/pixmaps/osgedit/move.png -share/gnome/pixmaps/osgedit/node.png -share/gnome/pixmaps/osgedit/orbit.png -share/gnome/pixmaps/osgedit/projection.png -share/gnome/pixmaps/osgedit/rotate.png -share/gnome/pixmaps/osgedit/scale.png -share/gnome/pixmaps/osgedit/select.png -share/gnome/pixmaps/osgedit/sequence.png -share/gnome/pixmaps/osgedit/sphere.png -share/gnome/pixmaps/osgedit/switch.png -share/gnome/pixmaps/osgedit/transform.png -@dirrm share/gnome/pixmaps/osgedit diff --git a/graphics/py-imaging-handbook/Makefile b/graphics/py-imaging-handbook/Makefile deleted file mode 100644 index f10ce33..0000000 --- a/graphics/py-imaging-handbook/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: PIL handbook -# Date created: 18th October 1999 -# Whom: Jose Marques -# -# $FreeBSD$ -# - -PORTNAME= imaging-handbook -PORTVERSION= 1.1.4 -CATEGORIES= graphics -MASTER_SITES= http://www.pythonware.com/library/pil/handbook/ \ - http://www.pythonware.com/images/ \ - http://www.pythonware.com/ -PKGNAMEPREFIX= py- -DISTFILES= blank.gif blurb-works-1.2.gif concepts.htm \ - concept1.gif decoder.htm formats.htm \ - icon-works.gif image.htm imagechops.htm \ - imagecolor.htm imagecrackcode.htm imagedraw.htm \ - imageenhance.htm imagefile.htm imagefileio.htm imagefilter.htm \ - imagefont.htm imagegrab.htm imagemath.htm imageops.htm \ - imagepath.htm imagepalette.htm \ - imagesequence.htm imagestat.htm imagetk.htm \ - imagewin.htm index.htm introduction.htm license.htm \ - mailto-light.gif overview.htm \ - pilconvert.htm pildriver.htm pilfile.htm \ - pilfont.htm pilprint.htm preface.htm psdraw.htm pythonware.css \ - remote-light.gif support.htm tutorial.htm - -DEPRECATED= "unmaintained port mirroring a website, maintenance problems" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Python Imaging Library Handbook - -DIST_SUBDIR= pil -EXTRACT_ONLY= - -do-build: -.for file in ${DISTFILES} - ${SED} 's|\.\./\.\./\.\./pythonware\.css|pythonware.css|g ; \ - s|\.\./\.\./\.\./images/||g' \ - ${DISTDIR}/${DIST_SUBDIR}/${file} > ${WRKDIR}/${file} -.endfor - -do-install: - @${MKDIR} ${PREFIX}/share/doc/PIL/handbook - @cd ${WRKDIR} && ${INSTALL_DATA} ${DISTFILES} \ - ${PREFIX}/share/doc/PIL/handbook - -.include <bsd.port.mk> diff --git a/graphics/py-imaging-handbook/distinfo b/graphics/py-imaging-handbook/distinfo deleted file mode 100644 index 1cdfbf0..0000000 --- a/graphics/py-imaging-handbook/distinfo +++ /dev/null @@ -1,84 +0,0 @@ -MD5 (pil/blank.gif) = 325472601571f31e1bf00674c368d335 -SIZE (pil/blank.gif) = 43 -MD5 (pil/blurb-works-1.2.gif) = d9f7ca2e5056dfb851fbe6140c54952c -SIZE (pil/blurb-works-1.2.gif) = 2407 -MD5 (pil/concepts.htm) = d659fc23b44f1ca6e59b86c1742d730c -SIZE (pil/concepts.htm) = 5474 -MD5 (pil/concept1.gif) = f7302ee7d394e671f440cb6baf7b89ad -SIZE (pil/concept1.gif) = 1241 -MD5 (pil/decoder.htm) = 1089c293833155d68846993e6e52eb57 -SIZE (pil/decoder.htm) = 11843 -MD5 (pil/formats.htm) = 85be1d3c5ca314cfd340a97fb1ccf553 -SIZE (pil/formats.htm) = 11720 -MD5 (pil/icon-works.gif) = 5f4b6b91699ffd0d05ce6cdecc2719e7 -SIZE (pil/icon-works.gif) = 543 -MD5 (pil/image.htm) = 99717abd5ff71cee24014de1e39b558e -SIZE (pil/image.htm) = 25372 -MD5 (pil/imagechops.htm) = b0a6ce165a855cdd19447f9e46e8547d -SIZE (pil/imagechops.htm) = 4838 -MD5 (pil/imagecolor.htm) = 13406ca7d78002161c0409df7bdcc03b -SIZE (pil/imagecolor.htm) = 3161 -MD5 (pil/imagecrackcode.htm) = 3de5043513056672b5acad2f885c0a36 -SIZE (pil/imagecrackcode.htm) = 3276 -MD5 (pil/imagedraw.htm) = 1f74ab8cb713ef2017bb20b10413106d -SIZE (pil/imagedraw.htm) = 10237 -MD5 (pil/imageenhance.htm) = 42b4f5c9fd859129def5175c35551c87 -SIZE (pil/imageenhance.htm) = 4003 -MD5 (pil/imagefile.htm) = f8d6beca8c0bf043613744beece86891 -SIZE (pil/imagefile.htm) = 2802 -MD5 (pil/imagefileio.htm) = 749d0e179e3ef679b93fe04fc5c9c51a -SIZE (pil/imagefileio.htm) = 1699 -MD5 (pil/imagefilter.htm) = 037710c12a05fd86ea7d95f13b4bd931 -SIZE (pil/imagefilter.htm) = 3529 -MD5 (pil/imagefont.htm) = 35d317976afb17e2924716621d14e431 -SIZE (pil/imagefont.htm) = 3832 -MD5 (pil/imagegrab.htm) = 82acf83fde654f118901e13b1d708f57 -SIZE (pil/imagegrab.htm) = 2389 -MD5 (pil/imagemath.htm) = 692b3fbd5e7e3fd0ec1ef53d0f90e211 -SIZE (pil/imagemath.htm) = 2140 -MD5 (pil/imageops.htm) = 81cfc0999861012970d4affc83601f41 -SIZE (pil/imageops.htm) = 5123 -MD5 (pil/imagepath.htm) = 7e12e4f198f13af580422408294ab91e -SIZE (pil/imagepath.htm) = 1649 -MD5 (pil/imagepalette.htm) = 71b909547406bff1b63679d133c8b2c6 -SIZE (pil/imagepalette.htm) = 1748 -MD5 (pil/imagesequence.htm) = 51a8796b6f34992b484423442ee61cba -SIZE (pil/imagesequence.htm) = 1822 -MD5 (pil/imagestat.htm) = a99c34a0e672acdd2a337664c60fe454 -SIZE (pil/imagestat.htm) = 2830 -MD5 (pil/imagetk.htm) = 59995c9f5534ce4671b2bfb9c6037436 -SIZE (pil/imagetk.htm) = 2924 -MD5 (pil/imagewin.htm) = ab0d2710d0d149985db5f0ada3575c7f -SIZE (pil/imagewin.htm) = 3802 -MD5 (pil/index.htm) = 4ade56aee21cf65d4c99d8e5587fad86 -SIZE (pil/index.htm) = 2840 -MD5 (pil/introduction.htm) = a36a686aea8eb99ae247028bbfc6d245 -SIZE (pil/introduction.htm) = 17154 -MD5 (pil/license.htm) = 1f11bdef4c481eed944f76279509814b -SIZE (pil/license.htm) = 2378 -MD5 (pil/mailto-light.gif) = 76e4fac625981883a4707b704b618c75 -SIZE (pil/mailto-light.gif) = 869 -MD5 (pil/overview.htm) = 638a7056de2c2f08fceca806bce9cad9 -SIZE (pil/overview.htm) = 3079 -MD5 (pil/pilconvert.htm) = 55cd9d2c2c026600ff3e6248d15bbe30 -SIZE (pil/pilconvert.htm) = 1323 -MD5 (pil/pildriver.htm) = 5057f1e381765c097a41c20ef76b969c -SIZE (pil/pildriver.htm) = 7743 -MD5 (pil/pilfile.htm) = d3ca7b747a0611f5514eb745912b35c5 -SIZE (pil/pilfile.htm) = 1401 -MD5 (pil/pilfont.htm) = c646df0a25bed00893e4f1164bad0200 -SIZE (pil/pilfont.htm) = 1201 -MD5 (pil/pilprint.htm) = 85c9b908d6dcd3fa6cd344b5f176e5c8 -SIZE (pil/pilprint.htm) = 1509 -MD5 (pil/preface.htm) = 2db0e910ff6f1aa92c2e4dbc25284c27 -SIZE (pil/preface.htm) = 2631 -MD5 (pil/psdraw.htm) = 759f7cd176e5e37f4af827457d0d50c9 -SIZE (pil/psdraw.htm) = 2742 -MD5 (pil/pythonware.css) = b33b6ad98862f209b92e44b8434fd7d2 -SIZE (pil/pythonware.css) = 1717 -MD5 (pil/remote-light.gif) = ffa77998b5df6cf822066b028c3c6dd5 -SIZE (pil/remote-light.gif) = 317 -MD5 (pil/support.htm) = 4425b572209df0fe7f6908426f874a49 -SIZE (pil/support.htm) = 3049 -MD5 (pil/tutorial.htm) = f1245aa21e0b6ba7d831ae0a6582c7cf -SIZE (pil/tutorial.htm) = 17946 diff --git a/graphics/py-imaging-handbook/pkg-descr b/graphics/py-imaging-handbook/pkg-descr deleted file mode 100644 index 2e30496..0000000 --- a/graphics/py-imaging-handbook/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The handbook for the Python Imaging Library. - -WWW: http://www.pythonware.com/library/pil/handbook/index.htm diff --git a/graphics/py-imaging-handbook/pkg-plist b/graphics/py-imaging-handbook/pkg-plist deleted file mode 100644 index 3ec9a78..0000000 --- a/graphics/py-imaging-handbook/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -share/doc/PIL/handbook/blank.gif -share/doc/PIL/handbook/blurb-works-1.2.gif -share/doc/PIL/handbook/concept1.gif -share/doc/PIL/handbook/concepts.htm -share/doc/PIL/handbook/decoder.htm -share/doc/PIL/handbook/formats.htm -share/doc/PIL/handbook/icon-works.gif -share/doc/PIL/handbook/image.htm -share/doc/PIL/handbook/imagechops.htm -share/doc/PIL/handbook/imagecolor.htm -share/doc/PIL/handbook/imagecrackcode.htm -share/doc/PIL/handbook/imagedraw.htm -share/doc/PIL/handbook/imageenhance.htm -share/doc/PIL/handbook/imagefile.htm -share/doc/PIL/handbook/imagefileio.htm -share/doc/PIL/handbook/imagefilter.htm -share/doc/PIL/handbook/imagefont.htm -share/doc/PIL/handbook/imagegrab.htm -share/doc/PIL/handbook/imagemath.htm -share/doc/PIL/handbook/imageops.htm -share/doc/PIL/handbook/imagepalette.htm -share/doc/PIL/handbook/imagepath.htm -share/doc/PIL/handbook/imagesequence.htm -share/doc/PIL/handbook/imagestat.htm -share/doc/PIL/handbook/imagetk.htm -share/doc/PIL/handbook/imagewin.htm -share/doc/PIL/handbook/index.htm -share/doc/PIL/handbook/introduction.htm -share/doc/PIL/handbook/license.htm -share/doc/PIL/handbook/mailto-light.gif -share/doc/PIL/handbook/overview.htm -share/doc/PIL/handbook/pilconvert.htm -share/doc/PIL/handbook/pildriver.htm -share/doc/PIL/handbook/pilfile.htm -share/doc/PIL/handbook/pilfont.htm -share/doc/PIL/handbook/pilprint.htm -share/doc/PIL/handbook/preface.htm -share/doc/PIL/handbook/psdraw.htm -share/doc/PIL/handbook/pythonware.css -share/doc/PIL/handbook/remote-light.gif -share/doc/PIL/handbook/support.htm -share/doc/PIL/handbook/tutorial.htm -@dirrm share/doc/PIL/handbook -@unexec rmdir %B 2>/dev/null || true diff --git a/graphics/xbarcode/Makefile b/graphics/xbarcode/Makefile deleted file mode 100644 index f12740a..0000000 --- a/graphics/xbarcode/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: xbarcode -# Date created: 1 October 2000 -# Whom: brett@nodetree.net -# -# $FreeBSD$ -# - -PORTNAME= xbarcode -PORTVERSION= 2.11 -CATEGORIES= graphics -MASTER_SITES= http://www.nodetree.net/distfiles/ - -DEPRECATED= "master site is now a domain holder, try graphics/barcode" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Generates bar codes in a variety of formats - -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -RUN_DEPENDS= pnmfile:${PORTSDIR}/graphics/netpbm - -NO_CDROM= Must not be sold -MAN1= XBarcode.1 -MLINKS= XBarcode.1 bar.1 -ALL_TARGET= XBarcode -USE_XLIB= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502000 -BROKEN= "Does not compile" -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/XBarcode ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bar ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/XBarcode.1 ${MAN1PREFIX}/man/man1 - -.include <bsd.port.post.mk> diff --git a/graphics/xbarcode/distinfo b/graphics/xbarcode/distinfo deleted file mode 100644 index 0716f8d6..0000000 --- a/graphics/xbarcode/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xbarcode-2.11.tar.gz) = 43c628d62718633620f963916548ecbd -SIZE (xbarcode-2.11.tar.gz) = 18910 diff --git a/graphics/xbarcode/files/patch-aa b/graphics/xbarcode/files/patch-aa deleted file mode 100644 index 0922526..0000000 --- a/graphics/xbarcode/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile Tue Sep 13 19:15:08 1994 -+++ Makefile Sun Oct 1 02:21:12 2000 -@@ -4,13 +4,12 @@ - # - - OBJ = mainbarcode.o barcode.o fileio.o help.o --OPTIONS = --LIBPATH = /usr/openwin/lib # Pfad fuer XVIEW Library angeben !!! -+OPTIONS = -I${X11BASE}/include -+LIBPATH = ${X11BASE}/lib # Pfad fuer XVIEW Library angeben !!! - - XBarcode: $(OBJ) - gcc $(OPTIONS) bar.o fileio.o help.o barcode.o -o bar - gcc -o XBarcode $(OBJ) -lxview -lolgx -lX11 -L$(LIBPATH) -- cp XBarcode.1 /usr/man/cat1/XBarcode.1 - - mainbarcode.o: mainbarcode.c barcode.h german.h - gcc $(OPTIONS) -c mainbarcode.c diff --git a/graphics/xbarcode/files/patch-ab b/graphics/xbarcode/files/patch-ab deleted file mode 100644 index 1702d10..0000000 --- a/graphics/xbarcode/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- bar.c~ Tue Sep 13 18:25:32 1994 -+++ bar.c Sun Oct 1 02:35:31 2000 -@@ -40,6 +40,7 @@ - ywert=100; - xwert=100; - strcpy(Wert,""); -+ if(argc<2) { fprintf(stderr,"%s",ErrText4); exit(-1); } - if (strcmp(argv[1],"-HELP")==0) - { - help(); diff --git a/graphics/xbarcode/pkg-descr b/graphics/xbarcode/pkg-descr deleted file mode 100644 index 8893682..0000000 --- a/graphics/xbarcode/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a port of XBarcode, which will let you generate barcodes in a -variety of image formats. - -WWW: http://www.nodetree.net/software/xbarcode/ - -Brett McCormick -brett@nodetree.net diff --git a/graphics/xbarcode/pkg-plist b/graphics/xbarcode/pkg-plist deleted file mode 100644 index af1b5c5..0000000 --- a/graphics/xbarcode/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/XBarcode -bin/bar diff --git a/graphics/xmms-xvs/Makefile b/graphics/xmms-xvs/Makefile deleted file mode 100644 index e868bcf..0000000 --- a/graphics/xmms-xvs/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: xmms-xvs -# Date created: 25 June 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= xmms-xvs -PORTVERSION= 0.1.0b1 -PORTREVISION= 2 -CATEGORIES= graphics -MASTER_SITES= http://jgregor.ps.pl/software/xvs/download/ -DISTNAME= xvs-${PORTVERSION} - -DEPRECATED= "master site disappeared" -EXPIRATION_DATE=2005-08-31 - -MAINTAINER= ports@FreeBSD.org -COMMENT= X Visualization System, a plugin for XMMS - -BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms -RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms - -XMMS_CONFIG?= ${X11BASE}/bin/xmms-config - -USE_X_PREFIX= yes -USE_BISON= yes -USE_GNOME= gtk12 libxml2 -USE_REINPLACE= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ENV= XMMS_CONFIG="${XMMS_CONFIG}" - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|<xml|<libxml/xml|g ; \ - s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/xmms-xvs/distinfo b/graphics/xmms-xvs/distinfo deleted file mode 100644 index 99cdd7d..0000000 --- a/graphics/xmms-xvs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xvs-0.1.0b1.tar.gz) = fd39ebf61294dbc2cf23522a89b7af1a -SIZE (xvs-0.1.0b1.tar.gz) = 191615 diff --git a/graphics/xmms-xvs/files/patch-src-calc-parser.h b/graphics/xmms-xvs/files/patch-src-calc-parser.h deleted file mode 100644 index 6761261..0000000 --- a/graphics/xmms-xvs/files/patch-src-calc-parser.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/calc/parser.h Thu May 31 18:54:07 2001 -+++ src/calc/parser.h Tue Jun 26 22:27:15 2001 -@@ -29,7 +29,7 @@ - - /* Structure passed do yyparse. */ - typedef struct { -- FILE *input; -+ const char *input; - expression_t *expr; - symbol_dict_t *dict; - } parser_control; diff --git a/graphics/xmms-xvs/files/patch-src-calc-parser.y b/graphics/xmms-xvs/files/patch-src-calc-parser.y deleted file mode 100644 index 984c472..0000000 --- a/graphics/xmms-xvs/files/patch-src-calc-parser.y +++ /dev/null @@ -1,94 +0,0 @@ ---- src/calc/parser.y.orig Thu Jun 21 18:34:14 2001 -+++ src/calc/parser.y Wed Nov 20 21:38:13 2002 -@@ -81,6 +81,7 @@ - | expression_list ';' - | error ';' - { yyerrok; } -+; - - /* argument list is a comma separated list od expressions */ - argument_list: -@@ -90,6 +91,7 @@ - | argument_list ',' expression - { - } -+; - - /* expression is a C-like expression. */ - expression: NUMBER -@@ -148,12 +150,20 @@ - return 0; - } - -+int strgetc (const char **str) { -+ char c; -+ if ((c = **str)) { (*str)++; return c; } -+ return EOF; -+} -+ -+void strungetc (int c, const char **str) { if (c != EOF) (*str)--; } -+ - int yylex (YYSTYPE *yylval, void *yyparam) { - int c; - parser_control *pc = (parser_control *) yyparam; - - /* Ignore whitespace, get first nonwhite character. */ -- while ((c = fgetc (pc->input)) == ' ' || c == '\t' || c == '\n'); -+ while ((c = strgetc (&pc->input)) == ' ' || c == '\t' || c == '\n'); - - /* End of input ? */ - if (c == EOF) -@@ -161,14 +171,16 @@ - - /* Char starts a number => parse the number. */ - if (isdigit (c)) { -- ungetc (c, pc->input);/* Put the char back. */ -+ strungetc (c, &pc->input); /* Put the char back. */ - { - char *old_locale, *saved_locale; -+ int n; - - old_locale = setlocale (LC_ALL, NULL); - saved_locale = g_strdup (old_locale); - setlocale (LC_ALL, "C"); -- fscanf (pc->input, "%lf", &yylval->d_value); -+ sscanf (pc->input, "%lf%n", &yylval->d_value, &n); -+ pc->input += n; - setlocale (LC_ALL, saved_locale); - g_free (saved_locale); - } -@@ -185,10 +197,10 @@ - sym_name = g_string_append_c (sym_name, c); - - /* Get another character. */ -- c = fgetc (pc->input); -+ c = strgetc (&pc->input); - } while (c != EOF && isalnum (c)); - -- ungetc (c, pc->input); -+ strungetc (c, &pc->input); - - yylval->s_value = sym_name->str; - -@@ -264,11 +276,8 @@ - - expression_t *expr_compile_string (const char* str, symbol_dict_t *dict) { - parser_control pc; -- FILE *stream; -- -- stream = fmemopen (str, strlen (str), "r"); - -- pc.input = stream; -+ pc.input = str; - pc.expr = expr_new (); - pc.dict = dict; - -@@ -277,8 +286,6 @@ - expr_free (pc.expr); - pc.expr = NULL; - } -- -- fclose (stream); - - return pc.expr; - } diff --git a/graphics/xmms-xvs/files/patch-src::fxlist.c b/graphics/xmms-xvs/files/patch-src::fxlist.c deleted file mode 100644 index ced681c..0000000 --- a/graphics/xmms-xvs/files/patch-src::fxlist.c +++ /dev/null @@ -1,32 +0,0 @@ ---- src/fxlist.c.orig Thu Jun 21 10:49:06 2001 -+++ src/fxlist.c Tue Oct 28 23:51:39 2003 -@@ -60,28 +60,4 @@ - - return NULL; - } -- --#else /* FXLIST_RECURSIVE */ -- --/* List all available modules. */ --/* Filters */ --FXMODULE( FXBlur ) --FXMODULE( FXBump ) --/* Transitions */ --FXMODULE( FXZoomer ) --FXMODULE( FXRotoZoomer ) --FXMODULE( FXUniBlitter ) --/* Renderers */ --FXMODULE( FXClear ) --FXMODULE( FXFlash ) --FXMODULE( FXParticle ) --FXMODULE( FXScope ) --FXMODULE( FXRing ) --FXMODULE( FXUniScope ) --/* Containers */ --FXMODULE( FXSimple ) --FXMODULE( FXOnce ) --/* Other */ --FXMODULE( FXComment ) -- --#endif /* FXLIST_RECURSIVE */ -+#endif diff --git a/graphics/xmms-xvs/pkg-descr b/graphics/xmms-xvs/pkg-descr deleted file mode 100644 index 24eb88a..0000000 --- a/graphics/xmms-xvs/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -X Visualization System is a visualization plug-in for XMMS inspired by -WinAmp's AVS. In xvs complex effects are built of many trivial ones put -together. Such an approach provides an extreme flexibility. Once designed -presets can be saved and later restored. - -Features: - -extreme customizability -fast, 32bit display (currently only in windowed mode) -semi-programmable blits & scopes -easy to use, powerful user interface -resizable window -save & restore - -WWW: http://jgregor.ps.pl/software/xvs/ - -- Anders Nordby <anders@FreeBSD.org> diff --git a/graphics/xmms-xvs/pkg-plist b/graphics/xmms-xvs/pkg-plist deleted file mode 100644 index e5a6396..0000000 --- a/graphics/xmms-xvs/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -lib/xmms/Visualization/libxvs.so -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/xmms/xvs_presets/Beam -share/xmms/xvs_presets/BlurScope -share/xmms/xvs_presets/DotCrazy -share/xmms/xvs_presets/Radar -share/xmms/xvs_presets/Spot -share/xmms/xvs_presets/Whirl -@dirrm share/xmms/xvs_presets -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/japanese/Makefile b/japanese/Makefile index c455416..b1a9125 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -40,7 +40,6 @@ SUBDIR += diclookup-emacs20 SUBDIR += diclookup-mule SUBDIR += drpl - SUBDIR += dserver SUBDIR += dvi2dvi SUBDIR += dvi2ps SUBDIR += dvi2tty @@ -55,13 +54,11 @@ SUBDIR += ebnetd SUBDIR += ebview SUBDIR += ebview-gtk2 - SUBDIR += ebw3 SUBDIR += edict SUBDIR += edict-fpw SUBDIR += edict-utf-8 SUBDIR += egg-canna SUBDIR += eijiro-fpw - SUBDIR += elisa10x8 SUBDIR += elisa8x8 SUBDIR += elisp-manual SUBDIR += elvis @@ -114,7 +111,6 @@ SUBDIR += ipa-ttfonts SUBDIR += ipadic SUBDIR += ircII - SUBDIR += iv SUBDIR += jadetex-ptex SUBDIR += japaneseAFM SUBDIR += jargon-fpw @@ -224,7 +220,6 @@ SUBDIR += monafonts-ttf SUBDIR += motoya-ttfonts SUBDIR += mozilla-jlp - SUBDIR += mozilla-jlp-devel SUBDIR += mplusfonts SUBDIR += msdosfs SUBDIR += mtools @@ -276,7 +271,6 @@ SUBDIR += onew-freewnn SUBDIR += onew-wnn6 SUBDIR += onew-wnn7 - SUBDIR += openoffice-templates SUBDIR += otojiro-fpw SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Jcode @@ -291,7 +285,6 @@ SUBDIR += paledit SUBDIR += pejv-fpw SUBDIR += perl5 - SUBDIR += pgp.language SUBDIR += php_doc SUBDIR += phpgroupware SUBDIR += plain2 @@ -412,11 +405,6 @@ SUBDIR += xemacs-devel-canna+wnn6 SUBDIR += xemacs-devel-freewnn SUBDIR += xemacs-devel-wnn6 - SUBDIR += xemacs21-canna - SUBDIR += xemacs21-canna+freewnn - SUBDIR += xemacs21-canna+wnn6 - SUBDIR += xemacs21-freewnn - SUBDIR += xemacs21-wnn6 SUBDIR += xjman SUBDIR += xjman-3 SUBDIR += xjtext @@ -437,6 +425,5 @@ SUBDIR += zipcodes SUBDIR += zope-ejsplitter SUBDIR += zope-jamailhost - SUBDIR += zope-zmilocalizer .include <bsd.port.subdir.mk> diff --git a/japanese/dserver/Makefile b/japanese/dserver/Makefile deleted file mode 100644 index 9a34a0c..0000000 --- a/japanese/dserver/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: dserver -# Date created: 3 Nov 1996 -# Whom: Mita Yoshio <mita@jp.FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dserver -PORTVERSION= 2.2.2 -PORTREVISION= 2 -CATEGORIES= japanese -MASTER_SITES= ftp://ftp.pu-toyama.ac.jp/pub/misc/ \ - ${MASTER_SITE_PORTS_JP} \ - ftp://ftp.sra.co.jp/pub/net/ndtp/misc/ -DISTNAME= ${PORTNAME}2.2betapl2 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${DISTNAME}.addtable${EXTRACT_SUFX} \ - kenjiro-ndtpd.diff \ - kenjiro-dictlist.diff -EXTRACT_ONLY= ${DISTFILES:Nkenjiro-*} - -MAINTAINER= mita@jp.FreeBSD.org -COMMENT= CDROM dictionary server & clients - -RUN_DEPENDS= jless:${PORTSDIR}/japanese/less - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes - -.include <bsd.port.pre.mk> - -pre-patch: - ${PATCH} -d ${WRKSRC}/clients -E < ${DISTDIR}/kenjiro-ndtpd.diff - ${PATCH} -d ${WRKSRC}/clients -E < ${DISTDIR}/kenjiro-dictlist.diff - -post-install: - @${SED} s!PREFIX_DIR!${PREFIX}!g ${WRKSRC}/setup.sh.template \ - > ${PREFIX}/lib/dserver/setup.sh - @${SED} s!PREFIX_DIR!${PREFIX}!g ${WRKSRC}/deinstall.sh.template \ - > ${PREFIX}/lib/dserver/deinstall.sh - @${INSTALL_DATA} ${FILESDIR}/README.FreeBSD-setup.euc ${PREFIX}/lib/dserver/doc/ - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGREQ} ${PKGNAME} INSTALL - -.include <bsd.port.post.mk> diff --git a/japanese/dserver/distinfo b/japanese/dserver/distinfo deleted file mode 100644 index 9730a2f..0000000 --- a/japanese/dserver/distinfo +++ /dev/null @@ -1,8 +0,0 @@ -MD5 (dserver2.2betapl2.tar.gz) = d060ac3965c383a40a7ecfa95470e922 -SIZE (dserver2.2betapl2.tar.gz) = 158595 -MD5 (dserver2.2betapl2.addtable.tar.gz) = c238b0189ce67b584c04f545cf52b65b -SIZE (dserver2.2betapl2.addtable.tar.gz) = 1124 -MD5 (kenjiro-ndtpd.diff) = 6051d885869ea480f8aba388a6e838e5 -SIZE (kenjiro-ndtpd.diff) = 1170 -MD5 (kenjiro-dictlist.diff) = a1f85d031a298f7bd1858c24cb0521ac -SIZE (kenjiro-dictlist.diff) = 6367 diff --git a/japanese/dserver/files/README.FreeBSD-setup.euc b/japanese/dserver/files/README.FreeBSD-setup.euc deleted file mode 100644 index c32b72c..0000000 --- a/japanese/dserver/files/README.FreeBSD-setup.euc +++ /dev/null @@ -1,329 +0,0 @@ - Dserver FreeBSD port¥»¥Ã¥È¥¢¥Ã¥×¤Ë¤Ä¤¤¤Æ¡¥ - - 3.Nov.1996 - Revised 20.Dec.1996 - Revised 31.Jan.1998 - »°ÅĵÈϺ <mita@jp.FreeBSD.org> - Special thanks to MIHIRA Yoshiro <sanpei@yy.cs.keio.ac.jp> - - Ìܼ¡ - I. ¥¤¥ó¥¹¥È¡¼¥ë - I.1. setup.sh ¤Î¶ñÂÎŪ¤Êºî¶È - I.2. ¼½ñ¤Î¥³¥Ô¡¼¡¦¥Þ¥¦¥ó¥È - I.3. dserver_access ¥Õ¥¡¥¤¥ë¤ÎÀ°È÷ - I.4. ¥µ¡¼¥Ð¤ÎÆ°ºî¥Æ¥¹¥È - II. »È¤¦ - II.1. kenjiro - III. ºï½ü(uninstall) - IV. `inetdµ¯Æ°¤Îdserver'¤òºî¤ëÊýË¡ - IV.1. `inetdµ¯Æ°¤Îdserver¤È¤Ï²¿¤«' - IV.2. standalone¤Èinetd¤È¡¤¤É¤Á¤é¤òÁªÂò¤¹¤ë¤«¡¥ - IV.3. inetdµ¯Æ°¤Îdserver¤òºî¤ë¡¥ - IV.4. ½é´üÀßÄꥹ¥¯¥ê¥×¥È¤Î°ã¤¤¡¥ - V. ¥¨¥é¡¼¤È¤½¤ÎÂкö - V.1. ¼½ñ¤ò10¼ïÎà°Ê¾å¤Ë¤·¤¿¤éÅÓü¤ËBus Error¤ÇÍî¤Ã¤³¤Á¤Þ¤¹¡¥ - -¢¨ ʸÃæ¤Î${PREFIX}¤Ï¡¤/usr/local¤ËÆɤßÊѤ¨¤Æ¤¯¤À¤µ¤¤¡¤ports¤òÍøÍѤ·¤Æ - ¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¤È¡¤${PREFIX}¤ò/usr/local°Ê³°¤Ë¤â¡¤¼«Ê¬¤Î¹¥¤ß¤Î - ¥Ç¥£¥ì¥¯¥È¥ê¤ËÀßÄꤹ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡¥ - -I. ¥¤¥ó¥¹¥È¡¼¥ë - - dserver ¤Î ports ¤ò ¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¸å¤ËɬÍפʺî¶È¤Ï¼¡¤ÎÄ̤ê¤Ç - ¤¹. - - 1: [/etc/services] ¤Ë ndtp ¥×¥í¥È¥³¥ë¤Î¥¨¥ó¥È¥ê¤òÄɲà - 2: dserver µ¯Æ°ÍÑ¥¹¥¯¥ê¥×¥È¤Î½àÈ÷ - 3: ¼½ñ¤ò¥³¥Ô¡¼¤Þ¤¿¤Ï¥Þ¥¦¥ó¥È - - ¤³¤ì¤é¤Îºî¶È¤Ï, [${PREFIX}/lib/dserver/setup.sh] ¤òµ¯Æ°¤¹¤ë¤È, 1¡Á - 2 ¤Þ¤Ç¤ò¼«Æ°Åª¤ËÀßÄꤷ¤Æ¤¯¤ì¤Þ¤¹¡¥ - - ¢¨ ${PREFIX} - ¤³¤³¤Ç ${PREFIX} ¤È¤Ï ports ¤ò¥³¥ó¥Ñ¥¤¥ë»þ¤Î´Ä¶ÊÑ¿ô PREFIX ¤ò - ¼¨¤·¤Þ¤¹. packages ¤Ç¤Ï, [/usr/local] ¤È¤Ê¤ê¤Þ¤¹. ¾åµ¤Î¾ì¹ç, - [/usr/local/lib/dserver/setup.sh] ¤ÈŬ»þÆɤߤ«¤¨¤Æ¤¯¤À¤µ¤¤. - -I.1. setup.sh ¤Î¶ñÂÎŪ¤Êºî¶È - - ¤³¤Î setup.sh ¤Ç¤Ï, ¶ñÂÎŪ¤Ë¼¡¤Îºî¶È¤ò¹Ô¤¤¤Þ¤¹. - -1: [/etc/services] ¤ÎËöÈø¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹. - ------ -ndtp 2010/tcp #Network Dictionary Transfer Protocol ------ - ¢¨ ¤³¤Î¹Ô¤Ï, dserver ¤òÍøÍѤ¹¤ë*Á´¤Æ¤Î¥Þ¥·¥ó*¤ËÄɲ乤ëɬÍפ¬¤¢¤ê¤Þ¤¹. - -2: [${PREFIX}/etc/rc.d/dserver.sh] ¤Ë¼¡¤Î¹Ô¤òÄɲä·¤Þ¤¹. - - ¤³¤ì¤Ë¤è¤ê, OS ¥Ö¡¼¥È»þ¤Ë dserver ¤¬¼«Æ°Åª¤Ëµ¯Æ°¤·¤Þ¤¹. - ------ -#!/bin/sh -# dserver - dictionary server -case "$1" in -start) - if [ -x /usr/local/lib/dserver/dserver ] ; then - /usr/local/lib/dserver/dserver & - echo -n ' dserver' - fi - ;; -stop) - ;; -*) - echo "Usage: setup.sh.standalone {start|stop}" >&2 - exit 64 - ;; -esac - -exit 0 ------ - -I.2. ¼½ñ¤Î¥³¥Ô¡¼¡¦¥Þ¥¦¥ó¥È - - [${PREFIX}/share/dict/cdrom/] ¤Ë¡¤¤½¤ì¤¾¤ì¤Î¼½ñ¤ò¥Þ¥¦¥ó¥È¤·¤Þ¤¹¡¥ - [${PREFIX}/lib/dserver/dserver_access] ¤Î¥¨¥ó¥È¥ê¤ÈÀ°¹çÀ¤ò»ý¤¿¤»¤ë - ¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡¥ - - makedic ¤È¤¤¤¦¥×¥í¥°¥é¥à¤ò»È¤¦¤È¡¤¼½ñ¥µ¥¤¥º¤ò³µ¤Í 1/3 ¤Ë°µ½Ì¤¹ - ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡¥»È¤¤Êý¤Ï´Êñ¤Ç¼¡¤ÎÄ̤ê¤Ç¤¹. - ------ -makedic [¥ª¥ê¥¸¥Ê¥ë¤Î¼½ñ¥Õ¥¡¥¤¥ë̾] [¿·¤·¤¤¼½ñ¥Õ¥¡¥¤¥ë̾] ------ - - ¢¨: ¼½ñ¤Î¥é¥¤¥»¥ó¥¹¤Ë¤è¤ë°µ½Ì¤ÎÀ©¸Â - ¼½ñ¤ò¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ë¥³¥Ô¡¼¡¤°µ½Ì¤·¤Æ¤è¤¤¤«¤É¤¦¤«¤ÎÂбþ¤Ç¤¹¤¬¡¤ - ¹¼±ñ¤Ï¡ß¡¤¸¦µæ¼Ò¤Î»öŵ¤Ï¡û¤Ç¤¢¤ë¤Ê¤É¤È¡¤³Æ¼Ò°Û¤Ê¤ê¤Þ¤¹¡¥ - [${PREFIX}/lib/dserver/doc/README.dserver] ¤ò¸æÍ÷²¼¤µ¤¤¡¥ - -I.3. dserver_access ¥Õ¥¡¥¤¥ë¤ÎÀ°È÷ - dserver ¤Ï, ${PREFIX}/lib/dserver/dserver_access ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤Ç, - 1. ¤É¤Î¥Þ¥·¥ó¤«¤é¤Î¥¢¥¯¥»¥¹¤ò¼õ¤±ÉÕ¤±¤ë¤« - 2. ¤É¤¦¤¤¤¦Ì¾Á°¤Î¥Õ¥¡¥¤¥ë¤ò¼½ñ¥Õ¥¡¥¤¥ë¤È¤·¤ÆÅÐÏ¿¤¹¤ë¤«, - ¤½¤Î¼½ñ¥Õ¥¡¥¤¥ë¤Ø²¿¿Í¤Î¥¢¥¯¥»¥¹¤òƱ»þ¤Ë¼õ¤±¤ë¤«, - ¼½ñÆâÉô¤ËËä¤á¹þ¤Þ¤ì¤¿³°»ú¤ò, ¤É¤¦¤ä¤Ã¤Æ¿¿»÷¤Æɽ¼¨¤¹¤ë¤« - ¤È¤¤¤Ã¤¿¾ðÊó¤ò¼èÆÀ¤·¤Þ¤¹. ½¾¤Ã¤Æ, ¤³¤Î¥Õ¥¡¥¤¥ë¤Ï¼«Ê¬¤Ç½ñ¤¯É¬Íפ¬¤¢¤ê¤Þ¤¹. - - °ì¹Ô°ì¹Ô, ¼½ñ¥¨¥ó¥È¥ê¤ä¥¢¥¯¥»¥¹µö²Ä¥Û¥¹¥È̾¤òʤ٤ƽñ¤¤Þ¤¹. - ½çÈ֤Ϥɤ¦¤Ç¤â¤¤¤¤¤Ç¤¹. - Éí°¤Î ${PREFIX}/lib/dserver/dserver_access ¤¬»²¹Í¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦. - 1. ¤É¤Î¥Û¥¹¥È¤«¤é¤Î¥¢¥¯¥»¥¹¤ò¼õ¤±ÉÕ¤±¤ë¤« - ¥¢¥¯¥»¥¹¤ò¼õ¤±ÉÕ¤±¤ë¥Û¥¹¥È̾¤ò½ñ¤¤Þ¤¹. - ------ -localhost ------ - - ¤È¤¹¤ë¤Î¤¬°ìÈÌŪ¤Ç, ¤³¤¦¤¹¤ë¤È dserver ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿ - ¤½¤Î¥Û¥¹¥È¤«¤é¥¢¥¯¥»¥¹¤Ç¤¤ë¤è¤¦¤Ë¤Ê¤ê¤Þ¤¹. - 2. ¼½ñ¤Î¥¨¥ó¥È¥ê - ------ -#DICT eiwa /cdrom/chujiten/data/honmon "¸¦µæ¼ÒÃæ±ÑÏÂ" 25 600 -#DICT waei /cdrom/chujiten/data/honmon "¸¦µæ¼ÒÃæϱÑ" 25 600 ------ - -¤Î¤è¤¦¤Ë, #DICT ¤Ë¤Ä¤Å¤±¤Æ, ¼½ñ¤Ë¥¢¥¯¥»¥¹¤¹¤ë¤¿¤á¤Î̾Á°, -¼½ñËÜÂΤΥե¡¥¤¥ë¤Î¤¢¤ê¤«, ¼½ñ̾, Ʊ»þ¤Ë¥¢¥¯¥»¥¹¤Ç¤¤ë¥æ¡¼¥¶¿ô, -¥¿¥¤¥à¥¢¥¦¥È¤Þ¤Ç¤Î»þ´Ö¤òµÆþ¤·¤Þ¤¹. - -¤È¤³¤í¤Ç, °Ê¾å¤ÎÎã¤Ï, -¥Ñ¥·¥Õ¥£¥Ã¥¯¥Ï¥¤¥Æ¥Ã¥¯¤µ¤ó htt://www.pht.co.jp/ ¤¬½Ð¤·¤Æ¤¤¤ë, -FreeBSD Pro 2.2.6-R ¤ËÉÕ¤¤¤Æ¤¯¤ë, EPWING ÈÇ ¸¦µæ¼Ò¿·±Ñϼŵ6.4ÈÇ -ÍѤÎÀßÄê¤Ç¤¹. ¤½¤ì¤Ç, ¤³¤Î¼½ñ¤Ç, ÊÌ port ¤Ë¤Ê¤Ã¤Æ¤¤¤ë diclookup-mule -(ja-diclookup-mule*¤È¤¤¤¦Ì¾Á°¤Ç¤¹) ϱѸ¡º÷¤ò¤¹¤ë¤¿¤á¤Ë¤Ï, -${PREFIX}/lib/dserver/waei.tbl ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤ÎÀèƬ¤Î, - ------ -#kana=hyouki ------ - -¤È¤¤¤¦¹Ô¤Î¥³¥á¥ó¥È¤ò³°¤·¤Æ, - ------ -kana=hyouki ------ - -¤È¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹. »²¹Í¤Þ¤Ç¤Ë. - -I.4. ¥µ¡¼¥Ð¤ÎÆ°ºî¥Æ¥¹¥È - - desrver ¤òΩ¤Á¾å¤²¤ë¤È¡¤dserver ¤¬»È¤¨¤ë¤è¤¦¤Ë¤Ê¤ë¤Ï¤º¤Ç¤¹¡¥¼¡¤Î - ¤è¤¦¤ËÂǤÁ¹þ¤ó¤Ç¡¤´Êñ¤ÊÀܳ»î¸³¤ò¤·¤Æ¤ß¤Þ¤·¤ç¤¦¡¥ - ------ -telnet localhost ndtp<¥ê¥¿¡¼¥ó> ------ - -1: Àܳ»î¸³¤½¤Î 1, ¥¢¥¯¥»¥¹²Äǽ¤«¤É¤¦¤« - - Àܳ¤·¤¿¾å¤Ç A<¥ê¥¿¡¼¥ó> ¤ÈÂǤÁ¹þ¤à¤È¡¤[dserver_access] ¥Õ¥¡¥¤¥ë - ¤Ç¥¢¥¯¥»¥¹µö²Ä¤¬½Ð¤Æ¤¤¤ë¾ì¹ç¤Ï $A ¤È¤¤¤¦ÊÖ»ö¤¬µ¢¤Ã¤ÆÍè¤ë¤Ï¤º¤Ç¤¹¡¥ - ------ -% telnet localhost ndtp -lavender: {1234} telnet localhost ndtp -Trying 127.0.0.1... -Connected to localhost. -Escape character is '^]'. -A -$A ------ - - ¢¨: ¥¢¥¯¥»¥¹µö²Ä¥Õ¥¡¥¤¥ë¤Îµ½Ò¤ÎÃí°Õ - - dserver ¤Î»ÅÍͤȤ·¤Æ, ¥¢¥¯¥»¥¹µö²Ä¤Î¥Á¥§¥Ã¥¯¤Ï IP ¥¢¥É¥ì¥¹¤Ç¤Ï - ¤Ê¤¯, ¥Û¥¹¥È¥Í¡¼¥à¤Ç¹Ô¤ï¤ì¤Æ¤¤¤Þ¤¹. ¤½¤Î¤¿¤á, ¼¡¤Î¾ì¹çÎã¤Î¤è¤¦¤Ë - localhost ¤È¤À¤±½ñ¤¤¤Æ¤â¤¦¤Þ¤¯¥¢¥¯¥»¥¹µö²Ä¤òÆÀ¤ì¤Ê¤¤¾ì¹ç¤¬¤¢¤ê¤Þ - ¤¹. - - 0) [/etc/hosts] ¤Ë¼¡¤Î¤è¤¦¤Ê¹Ô¤¬´Þ¤Þ¤ì¤ë. - -Îã --------- -127.0.0.1 localhost.rad.cc.keio.ac.jp localhost dserver --------- - - 0-1) DNS ¤¬»È¤¨¤ë´Ä¶¤Ç¤¢¤ë¤¬, [/etc/host.conf] ¤Ç bind ¤è¤ê - hosts ¤òÀè¤Ë½ñ¤¤¤Æ¤¤¤ë¾ì¹ç. - - 0-2) DNS ¤ò»È¤¨¤º [/etc/hosts] ¤À¤±¤ò»²¾È¤¹¤ë¾ì¹ç. - - ¤½¤Î¾ì¹ç¤Ë¤Ï, ¼¡¤Î¤è¤¦¤Ë [dserver_access] ¤Ëµ½Ò¤¹¤ë¤È¥¢¥¯¥»¥¹ - µö²Ä¤òÆÀ¤ì¤Þ¤¹. - -Îã: [/etc/hosts] ¤¬¾åµ¤Î¤è¤¦¤Ê¾ì¹ç. Ŭ»þ rad.cc.keio.ac.jp. ¤òÄɲà -¤·¤Æ¤¯¤À¤µ¤¤. ------ -localhost.rad.cc.keio.ac.jp ------ - -2: Àܳ»î¸³¤½¤Î 2, ¼½ñ¤¬»ÈÍѲÄǽ¤«¤É¤¦¤«? - - ¥¢¥¯¥»¥¹µö²Ä¤òÆÀ¤¿¸å¡¤T<¥ê¥¿¡¼¥ó> ¤ÈÂǤÁ¹þ¤à¤È¡¤»ÈÍѲÄǽ¤Ê¼½ñ¤Î - ¥ê¥¹¥È¤òÆÀ¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡¥ - -¼½ñ¥ê¥¹¥È¤ÎÎã: ------ -T - 1 ¸¦µæ¼ÒÃæÏ屄 - 2 ¸¦µæ¼ÒÃæÏ屄 - 3 »°¾ÊƲ¥¯¥é¥¦¥óÊ©Ï -$* ------ - - ¼½ñ¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤Ë¤â´Ø¤ï¤é¤ºÍøÍѲÄǽ¤Ë¤Ê¤Ã¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ï¡¤ - [dserver_access] ¥Õ¥¡¥¤¥ë¤È¡¤CDROM ¤Î¥Ç¥£¥ì¥¯¥È¥ê¹½Â¤¤ò³Îǧ¤·¤Æ¤ß - ¤Æ¤¯¤À¤µ¤¤¡¥¼½ñ¥Õ¥¡¥¤¥ë¤Ï¡¤start ¤È¤« hommon ¤È¤«¤¤¤¦Ì¾Á°¤Ë¤Ê¤Ã¤Æ - ¤¤¤Þ¤¹¤¬¡¤¤³¤Î¥¤¥ó¥¹¥È¡¼¥ë°ÌÃÖ¤¬¶¸¤Ã¤Æ¤¤¤ë¤Ð¤¢¤¤¤¬¤è¤¯¤¢¤ê¤Þ¤¹¡¥ - - ¥ê¥¹¥ÈÃæ¤Î´Á»ú¤Ï¡¤EUC´Á»ú¥³¡¼¥É¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¤Î¤Ç¡¤ - kterm¤ò`kterm -km euc'¤ÇΩ¤Á¤¢¤²¤¿¤ê¡¤ctrl+Ãæ¥Ü¥¿¥ó¤ò²¡¤·¤Æ - ÁªÂò¤¹¤ë¤Ê¤É¤·¤Æ¡¤EUC´Á»ú¥³¡¼¥É¤òɽ¼¨¤Ç¤¤ë¤è¤¦¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡¥ - -II. »È¤¦ - -II.1. kenjiro - - ¥³¥Þ¥ó¥É¥é¥¤¥ó¤«¤é°ú¤¤¿¤¤¾ì¹ç¤Ï kenjiro<¥ê¥¿¡¼¥ó> ¤Ç¤¹¡¥ - ¡Ú»ØÄê¼½ñ̵¤·¡Û¤È½Ð¤¿¤È¤¤Ë<ESC>¥¡¼¤ò²¡¤¹¤È¼½ñ¤¬ÁªÂò¤Ç¤¤Þ¤¹¡¥ - - ¥ê¥¹¥È¤Ë̵¤¤¼½ñ¤òÆɤߤ¿¤¤¾ì¹ç¤Ï¡¤ports ¤òÍÑ°Õ¤·¤Æ make patch ¤Î - ¸å [${WRKSRC}/clients/kenjiro/config.h] ¤ò½ñ¤´¹¤¨¤Æmake¤·Ä¾¤·¤Þ¤¹¡¥ - -III. ºï½ü(uninstall) - - ºï½ü¤Ï¡¤¥¤¥ó¥¹¥È¡¼¥ë¤ÎµÕ¤ò¹Ô¤¨¤Ð¤è¤¤¤ï¤±¤Ç¤¹¤¬¡¤3-1 ¤ò¼«Æ°Åª¤Ë¹Ô - ¤¦¤¿¤á¤Î¥·¥§¥ë¥¹¥¯¥ê¥×¥È¡¤[${PREFIX}/lib/dserver/deinstall.sh] ¤ò - ÍÑ°Õ¤·¤Æ¤ª¤¤Þ¤·¤¿¡¥ - - ¤½¤Î¸å¤Ç¡¤pkg_delete¤ò¹Ô¤¨¤ÐOK¤Î¤Ï¤º¤Ç¤¹¡¥ - -IV. `inetdµ¯Æ°¤Îdserver'¤òºî¤ë - ¤³¤Îports¤Ç¤Ï¡¤Æä˻ØÄꤷ¤Ê¤¤¸Â¤ê`standalone¤Îdserver'¤ò - ºî¤ë¤è¤¦¤Ë¤·¤Æ¤¤¤Þ¤¹¤¬¡¤`inetdµ¯Æ°¤Îdserver'¤òºî¤ë¤³¤È¤â¤Ç¤¤Þ¤¹¡¥ - -IV.1 `inetdµ¯Æ°¤Îdserver'¤È¤Ï²¿¤«? - - ¤³¤ì¤Þ¤ÇÀâÌÀ¤·¤Æ¤¤¿Îã¤Ç¤Ï¡¤¤³¤Îports¤Ç¤Îɸ½àÀßÄê¤Ç¤¢¤ë¡¤ - dserver¤òstandalone¤Ç»ÈÍѤ¹¤ë¤¿¤á¤ÎÀßÄê¤ò¾Ò²ð¤·¤Æ¤¤Þ¤·¤¿¡¥ - - standalone¤Ç¤Ï¡¤¥×¥í¥°¥é¥àdserver¥·¥¹¥Æ¥à¤òµ¯Æ°¤·¤¿¤È¤¤«¤é¡¤ - ¥·¥¹¥Æ¥à¤¬½ªÎ»¤¹¤ë»þ¤Þ¤Ç¤º¤Ã¤ÈÁö¤Ã¤Æ¤¤¤Æ¡¤¡ÖÁ´¤Æ¤ÎÀܳÍ×µá¤ò - °ì¤Ä¤Îdserver¤¬½èÍý¡×¤·¤Þ¤¹¡¥ - - inetd¤Ç¤Ï¡¤¥×¥í¥°¥é¥àdserver¤ÏÉáÃʤÏÁö¤Ã¤Æ¤ª¤é¤º¡¤ÀܳÍ׵᤬¤¯¤ë¤¿¤Ó¤Ë - inetd¤«¤éµ¯Æ°¤µ¤ì¤Þ¤¹¡¥¡ÖÊÌ¡¹¤ÎÀܳÍ×µá¤ÏÊÌ¡¹¤Îdserver¤¬½èÍý¡×¤·¤Þ¤¹¡¥ - -IV.2. standalone¤Èinetd¤È¡¤¤É¤Á¤é¤òÁªÂò¤¹¤ë¤«¡¥ - ¥é¥¤¥»¥ó¥¹À©¸Â(¥Õ¥¡¥¤¥ëdserver_access¤Ç¡¤¼½ñ¤òƱ»þ¤ËÆɤá¤ë¥æ¡¼¥¶¿ô¤ò - À©¸Â¤Ç¤¤ëµ¡Ç½¤Ç¤¹)¤ò»È¤¦¤¿¤á¤Ë¤Ï¡¤Á´¤Æ¤ÎÀܳÍ×µá¤ò°ì¤Ä¤Îdserver¤¬ - ½èÍý¤¹¤ëɬÍפ¬¤¢¤ë¤Î¤Ç¡¤standalone¤ÇΩ¤Á¤¢¤²¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡¥ - - inetd¤Ç¤Ï¡¤dserver¤ò»È¤Ã¤Æ¤¤¤Ê¤¤¤È¤¤ËCDROM¤òº¹¤·Âؤ¨¤ë¤³¤È¤¬¤Ç¤¤Þ¤¹¡¥ - amd¤ÈÁȤ߹ç¤ï¤»¤ë¤Î¤¬ÊØÍø¤Ç¤¹¡¥ - -IV.3. inetdµ¯Æ°¤Îdserver¤òºî¤ë¡¥ - - root¤Ë¤Ê¤Ã¤Æ¡¤/usr/ports/japanese/dserver¤Î¥Ç¥£¥ì¥¯¥È¥ê¤Ç¡¤ ------ -make package ------ - ¤ÈÆþÎϤ¹¤ë¤È¡¤¥Õ¥¡¥¤¥ë¤òŸ³«¤·¤¿¸å¤Ë¡¤ - standalone¤Çdserver¤òÆ°¤«¤¹¤è¤¦¤ËÀßÄꤹ¤ë¤«¡¤¤½¤ì¤È¤â - inetd¤«¤éÀܳ¤¹¤ë¤¿¤Ó¤Ë¸Æ¤Ó½Ð¤¹¤è¤¦¤ËÀßÄꤹ¤ë¤«¤Î - ÁªÂò²èÌ̤ˤʤê¤Þ¤¹¡¥ - ------------------ dserver port configuration ----------------- -| How do you want to run dserver, standalone or run by inetd?| -| | -| (*) standalone stanalone | -| ( ) inetd inetd | -| | -| [ OK ] Cancel | --------------------------------------------------------------- - ÉáÃʤϤ³¤Î²èÌ̤Τ褦¤Ë¡¤standalone¤Çµ¯Æ°¤¹¤ëÀßÄê¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹¤¬¡¤ - ¾å²¼¥«¡¼¥½¥ë¤È¥ê¥¿¡¼¥ó¥¡¼¤Çinetd¤òÁªÂò¤¹¤ë¤È¡¤ - inetd¤«¤é¸Æ¤Ó½Ð¤¹ÀßÄê¤Ë¤Ê¤ê¤Þ¤¹(²¼¿Þ¤Ïinetd¤òÁªÂò¤·¤¿¤È¤³¤í) - ------------------ dserver port configuration ----------------- -| How do you want to run dserver, standalone or run by inetd?| -| | -| ( ) standalone stanalone | -| (*) inetd inetd | -| | -| [ OK ] Cancel | --------------------------------------------------------------- - -IV.4. ½é´üÀßÄꥹ¥¯¥ê¥×¥È¤Î°ã¤¤¡¥ - - ½é´üÀßÄꥹ¥¯¥ê¥×¥Èsetup.sh, deinstall.sh¤Ï¡¤ - inetdµ¯Æ°¤òÁªÂò¤·¤¿¾ì¹ç¤Èstandalone¤òÁªÂò¤·¤¿¾ì¹ç¤È¤Ç°ã¤Ã¤¿¤â¤Î¤¬ - ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Þ¤¹¡¥ - - inetdµ¯Æ°ÍѤÎsetup.sh¤Ç¤Ï¡¤standalone¤ËÈæ¤Ù¤Æ°Ê²¼¤ÎÅÀ¤¬°Û¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡¥ -* /usr/local/etc/rc.d/dserver.sh¤òºîÀ®¤·¤Ê¤¤¡¥ -* /etc/inetd.conf¤Ø¤Îdserver¤Î¥¨¥ó¥È¥ê¤òÄɲ乤롥 -* inetd¤òΩ¤Á¤¢¤²Ä¾¤¹(HUP¥·¥°¥Ê¥ë¤òÁ÷¤ë) - - »È¤¤Êý¤Ïinetd, standaloneÍѤȤâ°ì½ï¤Ç¤¹¡¥ - -V. ¥¨¥é¡¼¤È¤½¤ÎÂкö -V.1. ¼½ñ¤ò10¼ïÎà°Ê¾å¤Ë¤·¤¿¤éÅÓü¤ËBus Error¤ÇÍî¤Ã¤³¤Á¤Þ¤¹¡¥ - - server2.2-pl2/config.h¤Î¡¤MAXDICT¤ÎÃͤò10¤«¤éÁý¤ä¤·¤Æ - ¥³¥ó¥Ñ¥¤¥ë¤·Ä¾¤·¤Þ¤·¤ç¤¦¡¥ -¢¨dserver_access¥Õ¥¡¥¤¥ë¤ÎÀßÄê¤òÊѹ¹¤·¤Æ¤¤¤ë¾ì¹ç¡¤¥Ð¥Ã¥¯¥¢¥Ã¥×¤·¤Æ¤ª¤¤Þ¤¹¡¥ ------ -% su root -#cp /usr/local/lib/dserver/dserver_access /tmp/dserver_access.orig -# cd /usr/ports/japanese/dserver -# make patch -# vi work/dserver/server2.2-pl2/config.h -# make install -#cp /tmp/dserver_access.orig /usr/local/lib/dserver/dserver_access ------ - -¼ÁÌ䡤ÉÔÊ¿ÉÔËþ¤Ê¤É¸æºÂ¤¤¤Þ¤·¤¿¤émita@jp.FreeBSD.org¤Ë¤É¤¦¤¾¡¥ diff --git a/japanese/dserver/files/deinstall.sh.inetd b/japanese/dserver/files/deinstall.sh.inetd deleted file mode 100644 index 55e4c28..0000000 --- a/japanese/dserver/files/deinstall.sh.inetd +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -echo "updating /etc/services" -cp /etc/services /etc/services.bak -(grep -v '\bndtp\b' /etc/services.bak) > /etc/services -echo "updating /etc/inetd.conf" -cp /etc/inetd.conf /etc/inetd.conf.bak -(grep -v '\bndtp\b' /etc/inetd.conf.bak) > /etc/inetd.conf diff --git a/japanese/dserver/files/deinstall.sh.standalone b/japanese/dserver/files/deinstall.sh.standalone deleted file mode 100644 index 841ea86..0000000 --- a/japanese/dserver/files/deinstall.sh.standalone +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -echo "updating /etc/services" -cp /etc/services /etc/services.bak -(grep -v '\bndtp\b' /etc/services.bak) > /etc/services -echo "Removing PREFIX_DIR/etc/rc.d/dserver.sh" -rm -f PREFIX_DIR/etc/rc.d/dserver.sh diff --git a/japanese/dserver/files/patch-aa b/japanese/dserver/files/patch-aa deleted file mode 100644 index f95b3cb..0000000 --- a/japanese/dserver/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- /dev/null Sat Jan 31 09:42:25 1998 -+++ Makefile Sat Jan 31 09:43:12 1998 -@@ -0,0 +1,12 @@ -+PREFIX?=/usr/local -+DOCDIR=${PREFIX}/lib/dserver/doc -+all: -+ (cd server2.2-pl2; ${MAKE} all) -+ (cd clients/kenjiro; ${MAKE} all) -+install: -+ if [ ! -d ${DOCDIR} ] ; then mkdir -p ${DOCDIR} ; fi -+ (cd server2.2-pl2; ${MAKE} install) -+ (cd clients/kenjiro; ${MAKE} install) -+ cp ACKNOWLEDGMENT DICTIONARIES doc/* ${PREFIX}/lib/dserver/doc -+ cp clients/kenjiro/Copyright ${DOCDIR}/Copyright.kenjiro -+ cp clients/kenjiro/README ${DOCDIR}/README.kenjiro diff --git a/japanese/dserver/files/patch-ab b/japanese/dserver/files/patch-ab deleted file mode 100644 index e3ee994..0000000 --- a/japanese/dserver/files/patch-ab +++ /dev/null @@ -1,603 +0,0 @@ -patches for server2.2-pl2 ---- server2.2-pl2/daemon.c.orig Sat Jan 31 09:53:47 1998 -+++ server2.2-pl2/daemon.c Sat Jan 31 09:53:20 1998 -@@ -13,6 +13,11 @@ - #include <sys/time.h> - #include <ctype.h> - -+#ifdef __FreeBSD__ -+#include <stdlib.h> -+#include <string.h> -+#endif -+ - #ifdef linux - #include <string.h> - #include <stdlib.h> -@@ -34,7 +39,6 @@ - #include "ndtp.h" - #include "misc.h" - -- - #ifdef DEBUG - extern int debug; - #endif -@@ -104,8 +108,11 @@ - #endif - exit(1); - } -- -+#ifdef __FreeBSD__ -+ if( bind(ls, (struct sockaddr *)&myaddr_in, sizeof(struct sockaddr_in)) == -1) { -+#else - if( bind(ls, &myaddr_in, sizeof(struct sockaddr_in)) == -1) { -+#endif - #ifdef SYSLOG - syslog(LOG_ERR,"Unable to bind address /iserver_init\n"); - #endif ---- server2.2-pl2/lookup.c.orig Fri Aug 9 19:10:32 1996 -+++ server2.2-pl2/lookup.c Sat Jan 31 11:29:09 1998 -@@ -267,13 +267,25 @@ - } - } - --dict_read(dict,ptr,size,count) -+static int -+dict_read_new(Dict *dict,char *ptr,int size,int count) -+/* dict_read only for showhonmon function */ -+{ -+ int i; -+ size *= count; -+ for( i=0; i<size; i++,ptr++ ) { -+ *ptr = dic_getc(dict); -+ } -+} -+ -+static int -+dict_read_old(dict,ptr,size,count) - Dict *dict; - char *ptr; - { - int s; - #ifdef DEBUG -- printf( "dict_read size[%d] mode[%d]\n", size, dict->compress_type ); -+ printf( "dict_read_old size[%d] mode[%d]\n", size, dict->compress_type ); - #endif - if (dict->compress_type == COMPRESS_TYPE_EDIC) { - size *= count; -@@ -374,12 +386,12 @@ - - } else { - dict_seekframe(dict,1); -- if(dict_read(dict,index[0],BS,1)!=1) return -1; -+ if(dict_read_old(dict,index[0],BS,1)!=1) return -1; - e = TWOBYTEUINT(index[0]); - dict->index = NULL; - - for(; e>0; e--) { -- if(dict_read(dict,index[0],BS,1)!=1) return -1; -+ if(dict_read_old(dict,index[0],BS,1)!=1) return -1; - if(!bcmp(index[0],null,BS)) break; - - new = (Index *)calloc(1,sizeof(Index)); -@@ -501,6 +513,55 @@ - else return q+6; - } - -+#ifdef HALF -+reg_jisstrnsub_(s,t,r,n,CODE) -+unsigned char *s, *t; -+int r,n; -+int CODE; -+{ -+ unsigned int ss,tt; -+ if (CODE == FULL) { -+ for(; ; s+=2,t+=2,n-=2) { -+ ss = (*s&0x7f)<<8|*(s+1)&0x7f; -+ tt = (*t&0x7f)<<8|*(t+1)&0x7f; -+ if (n <= 0) tt = 0; /* string terminate 95.2.8 by T.Motoda */ -+ -+ if(r==SHORT && (ss=='*' || ss=='?')) { -+ return 0; -+ } -+ if(r==WHOLE && (ss=='*')) { -+ return 0; -+ } -+ if(!ss || !tt) break; -+ if(r==WHOLE && (ss=='?')) { -+ continue; -+ } -+ if(ss!=tt) break; -+ } -+ } else { -+ for(; ; s++,t++,n--) { -+ ss = (*s); -+ tt = (*t); -+ if (n <= 0) tt = 0; /* string terminate 95.2.8 by T.Motoda */ -+ if(tt==0x20 && *(t+1)==0)tt=0; /* Delete last ' ' */ -+ -+ if(r==SHORT && (ss=='*' || ss=='?')) { -+ return 0; -+ } -+ if(r==WHOLE && (ss=='*')) { -+ return 0; -+ } -+ if(!ss || !tt) break; -+ if(r==WHOLE && (ss=='?')) { -+ continue; -+ } -+ if(ss!=tt) break; -+ } -+ } -+ return ss-tt; -+} -+#endif -+ - findentry_int(key,realkey,frm,env_p) - unsigned char *key,*realkey; - ENV *env_p; -@@ -509,6 +570,9 @@ - unsigned char frame[FRAMESIZE+2]; - static char msg[32]; - Dict *dict; -+#ifdef HALF -+ int CODE=dict_set[env_p->dict_num].code; /* FULL or HALF */ -+#endif - - dict=env_p->dict; - -@@ -542,12 +606,21 @@ - putnstr(q,s); - printf("\n"); - #endif -+#ifdef HALF -+ if(reg_jisstrnsub_(key,q,SHORT,s,CODE)<=0) { -+ findentry_int(key,realkey,FOURBYTEUINT(q+s),env_p); -+ } -+ if(reg_jisstrnsub_(key,q,SHORT,s,CODE)<0) { -+ return; -+ } -+#else - if(reg_jisstrnsub(key,q,SHORT,s)<=0) { - findentry_int(key,realkey,FOURBYTEUINT(q+s),env_p); - } - if(reg_jisstrnsub(key,q,SHORT,s)<0) { - return; - } -+#endif - } - } - else if(frame[1]==0) { -@@ -625,7 +698,11 @@ - putnstr(q,s); - #endif - if(!match) { -+#ifdef HALF -+ match=!reg_jisstrnsub_(realkey,q,WHOLE,s,CODE); -+#else - match=!reg_jisstrnsub(realkey,q,WHOLE,s); -+#endif - } - q+=s; - #ifdef DEBUG -@@ -644,7 +721,11 @@ - putnstr(q,s); - #endif - if(!match) { -+#ifdef HALF -+ match=!reg_jisstrnsub_(realkey,q,WHOLE,s,CODE); -+#else - match=!reg_jisstrnsub(realkey,q,WHOLE,s); -+#endif - } - #ifdef DEBUG - putchar('\n'); -@@ -722,6 +803,28 @@ - #endif - } - -+static void myGetHiLo( dict, env_p, hi, lo ) -+Dict *dict; -+ENV *env_p; -+int *hi; /*(out)*/ -+int *lo; /*(out)*/ -+{ -+ int c; -+ -+ c = dic_getc(dict); -+ if( c == 0x1f || -+ dict_set[env_p->dict_num].code == FULL) { -+ *hi = c; -+ *lo = dic_getc(dict); -+ } else { -+ *lo = c; -+ if ( *lo < 32) { -+ *hi = *lo; -+ *lo = dic_getc(dict); -+ } else *hi = 0x23; -+ } -+} -+ - showhonmon(frm,ofs,raw,env_p) - ENV *env_p; - { -@@ -742,7 +845,6 @@ - int half, height,width ,ref, count, fig,size; - int i,j; - char c; -- - fig = FALSE; - half= dict_set[env_p->dict_num].code ? 1 : 0; - dict=env_p->dict; -@@ -774,17 +876,20 @@ - - if( dic_seek(dict,frm,ofs) ) return; - -- hi = dic_getc(dict); /* Fetch */ -- lo = dic_getc(dict); -+ /*hi = dic_getc(dict); ** Fetch */ -+ /*lo = dic_getc(dict);*/ -+ myGetHiLo( dict, env_p, &hi, &lo ); - while(!(hi==0x1f && lo==0x02) && /* if Doc start */ - !(hi==0x1f && lo==0x41) && /* if Key start */ - !(hi==0x1f && lo==0x45)) { /* if Fig start */ -+ if( hi!=0x1f ) { goto loop1; } - if(hi==0x1f && lo==0x09){ /* if not /* if TAB skip 2byte */ - hi = dic_getc(dict); - lo = dic_getc(dict); - } -- hi = dic_getc(dict); -- lo = dic_getc(dict); -+ /*hi = dic_getc(dict);*/ -+ /*lo = dic_getc(dict);*/ -+ myGetHiLo( dict, env_p, &hi, &lo ); - } - /* Doc ,Key or Fig start */ - /* if Key start */ -@@ -799,7 +904,7 @@ - fig=TRUE; - } - -- if (dict_set[env_p->dict_num].code == FULL) { -+ /*if (dict_set[env_p->dict_num].code == FULL) { - hi = dic_getc(dict); - lo = dic_getc(dict); - } else { -@@ -808,8 +913,9 @@ - hi = lo; - lo = dic_getc(dict); - } else hi = 0x23; -- } -- -+ }*/ -+ myGetHiLo( dict, env_p, &hi, &lo ); -+loop1: - while(!(hi==0x00 && - lo==dict_set[env_p->dict_num].endcode && - TAB ) /* 1f09(tab)+0001 -> end */ -@@ -867,7 +973,7 @@ - case 0x31: /* fig start */ - hi = dic_getc(dict); - lo = dic_getc(dict); -- dict_read(dict,rbuf,4,1); -+ dict_read_new(dict,rbuf,4,1); - /* fread(rbuf,4,1,dict->stream); */ - height = TWOBCDUINT(rbuf); - width = TWOBCDUINT(rbuf+2); -@@ -877,7 +983,7 @@ - hi = dic_getc(dict); - lo = dic_getc(dict); - } while(!(hi==0x1f && lo==0x51 )); -- dict_read(dict,rbuf,6,1); -+ dict_read_new(dict,rbuf,6,1); - /*fread(rbuf,6,1,dict->stream); */ - frmtmp = FOURBCDUINT(rbuf); - ofstmp = TWOBCDUINT(rbuf+4); -@@ -903,7 +1009,7 @@ - case 0x44: /* fig start */ - hi = dic_getc(dict); - lo = dic_getc(dict); -- dict_read(dict,rbuf,8,1); -+ dict_read_new(dict,rbuf,8,1); - /* fread(rbuf,8,1,dict->stream); */ - height = FOURBCDUINT(rbuf); - width = FOURBCDUINT(rbuf+4); -@@ -916,21 +1022,21 @@ - lo = dic_getc(dict); - break; - case 0x48: /* music ref start */ -- dict_read(dict,rbuf,10,1); -+ dict_read_new(dict,rbuf,10,1); - /*fread(rbuf,10,1,dict->stream); */ - frmtmp=(unsigned long int)SIXBCDUINT(rbuf); - ofstmp=FOURBCDUINT(rbuf+6); - write(cur_s,buf,strlen(buf)); - break; - case 0x51: /* pointer to fig page:offset(BCD)*/ -- dict_read(dict,rbuf,6,1); -+ dict_read_new(dict,rbuf,6,1); - frmtmp=FOURBCDUINT(rbuf); - ofstmp=TWOBCDUINT(rbuf+4); - sprintf(buf,"<%x:%x>",frmtmp,ofstmp); - write(cur_s,buf,strlen(buf)); - break; - case 0x52: /* picture end with page:offset(BCD)*/ -- dict_read(dict,rbuf,6,1); -+ dict_read_new(dict,rbuf,6,1); - frmtmp=FOURBCDUINT(rbuf); - ofstmp=TWOBCDUINT(rbuf+4); - sprintf(buf,"<%x:%x>",frmtmp,ofstmp); -@@ -939,7 +1045,7 @@ - case 0x53: /* end with page:offset(BCD)*/ - ref = FALSE; - if(fig==FALSE){ -- dict_read(dict,rbuf,8,1); -+ dict_read_new(dict,rbuf,8,1); - frmtmp=FOURBCDUINT(rbuf); - ofstmp=FOURBCDUINT(rbuf+4); - sprintf(buf,"<%x:%x>",frmtmp,ofstmp); -@@ -958,7 +1064,7 @@ - case 0x62: /* refrence end with page:offset(BCD) */ - case 0x63: /* menu end with page:offset(BCD) */ - ref = FALSE; -- dict_read(dict,rbuf,6,1); -+ dict_read_new(dict,rbuf,6,1); - frmtmp=FOURBCDUINT(rbuf); - ofstmp=TWOBCDUINT(rbuf+4); - sprintf(buf,"<%x:%x>",frmtmp,ofstmp); -@@ -966,7 +1072,7 @@ - break; - case 0x64: /* fig ref end with page:offset(BCD) */ - honmon = TRUE; -- dict_read(dict,rbuf,6,1); -+ dict_read_new(dict,rbuf,6,1); - frmtmp=FOURBCDUINT(rbuf); - ofstmp=TWOBCDUINT(rbuf+4); - sprintf(buf,"<%x:%x>",frmtmp,ofstmp); -@@ -998,7 +1104,7 @@ - puteucz2h(cur_s,hi,lo,env_p->dict_num); - } - -- if (dict_set[env_p->dict_num].code == FULL) { -+ /*if (dict_set[env_p->dict_num].code == FULL) { - hi = dic_getc(dict); - lo = dic_getc(dict); - } else { -@@ -1007,7 +1113,8 @@ - hi = lo; - lo = dic_getc(dict); - } else hi = 0x23; -- } -+ }*/ -+ myGetHiLo( dict, env_p, &hi, &lo ); - } - } - write(cur_s,"\n",1); -@@ -1108,7 +1215,7 @@ - } - } else { - dict_seekframe(dict,frm); -- dict_read(dict, buff, FRAMESIZE, 1); -+ dict_read_old(dict, buff, FRAMESIZE, 1); - } - return 1; - ---- server2.2-pl2/Makefile.orig Sat Jan 31 09:53:35 1998 -+++ server2.2-pl2/Makefile Sat Jan 31 09:53:20 1998 -@@ -2,33 +2,39 @@ - #CC=cc - CC=gcc - --DSERVERTOPDIR=/usr/local/etc/dserverdir -+DSERVERTOPDIR=${PREFIX}/lib/dserver - #DSERVERTOPDIR=/nfs/home40/usui/dserver/server2.2-current/table --DICTROOT=/usr/local/dict -+DICTROOT=${PREFIX}/share/dict - ACCESSFILE=${DSERVERTOPDIR}/dserver_access - --BINDIR=/usr/local/lib -+BINDIR=${PREFIX}/lib/dserver -+DOCDIR=${DSERVERTOPDIR}/doc -+LISPLIB=${PREFIX}/lib/mule/site-lisp - #LISPLIB=/usr/local/lib/Nemacs/lisp #usui - - DEFS=-D'ACCESSFILE="$(ACCESSFILE)"' \ ---D'DSERVERTOPDIR="$(DSERVERTOPDIR)"' -+-D'DSERVERTOPDIR="$(DSERVERTOPDIR)"' -DHALF - - # define AUTH for auth - # define DICLOOKUPMULE for mule --OFLAG= --CFLAGS= $(OFLAG) -DSTANDALONE $(DEFS) -DDEBUG -DSYSLOG --CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS) -+OFLAG= -O2 -+#CFLAGS= $(OFLAG) -DSTANDALONE $(DEFS) -DDEBUG -DSYSLOG -+#CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS) - #CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DAUTH -DDICLOOKUPMULE -DSTANDALONE $(DEFS) --CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS) -DDEBUG -+#CFLAGS=-Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS) -DDEBUG -+CFLAGS= $(OFLAG) -DSTANDALONE -DSYSLOG $(DEFS) - - #for solaris - #CFLAGS=-Dsolaris -Dsparc $(OFLAG) -DSYSLOG -DSTANDALONE $(DEFS) - #DFLAGS =-lsocket -lnsl -R/usr/ucblib -L/usr/ucblib -lucb - --all: dserver -+all: dserver compress/makedic - dserver: $(OBJ) - $(CC) $(CFLAGS) -o dserver $(OBJ) - -+compress/makedic: -+ (cd compress ; ${MAKE} all) -+ - #dserver: $(OBJ) - # $(CC) $(CFLAGS) -o dserver $(OBJ) $(DFLAGS) - -@@ -39,4 +45,12 @@ - lint -Dsparc -DSTANDALONE -DSYSLOG $(DEFS) *.c - - install: -- install -m 755 dserver $(BINDIR) -+ if [ ! -d ${DOCDIR} ] ; then mkdir -p ${DOCDIR} ; fi -+ if [ ! -d ${DICTROOT}/cdrom ] ; then mkdir -p ${DICTROOT}/cdrom ; fi -+ install -c -s -m 755 dserver $(BINDIR) -+ (cd compress ; ${MAKE} install) -+ cp table/*.tbl table/dserver_access ${DSERVERTOPDIR} -+ cat table/dserver_access | sed -e 's!PREFIX_DIR!${PREFIX}!g' > ${DSERVERTOPDIR}/dserver_access -+ cp CHANGES newfeature.doc ${DOCDIR} -+ cp README ${DOCDIR}/README.dserver -+ cp table/README ${DOCDIR}/README.table ---- server2.2-pl2/subnet.c.orig Sat Aug 10 02:10:30 1996 -+++ server2.2-pl2/subnet.c Tue Jan 28 08:22:43 1997 -@@ -1,6 +1,7 @@ - #include <sys/types.h> - #include <sys/socket.h> - #include <netinet/in.h> -+#include <sys/time.h> - #include <net/if.h> - #include <sys/ioctl.h> - ---- server2.2-pl2/table/dserver_access.orig Sat Jan 31 09:53:59 1998 -+++ server2.2-pl2/table/dserver_access Sat Jan 31 09:53:20 1998 -@@ -1,14 +1,22 @@ --#DICT kojien /usr/local/etc/CDdict/yrrs096/koujien/start. "¹¼±ñÂ裴ÈÇ" 1 600 --##DICT eiwa /usr/local/etc/CDdict/yrrs118/chujiten/start. "¸¦µæ¼ÒÃæ±ÑÏÂ" 25 600 --##DICT eiwa /usr/local/etc/CDdict/yrrs118/chujiten/start.comp "¸¦µæ¼ÒÃæ±ÑÏÂ" 25 600 --##DICT eiwa /usr/local/etc/CDdict/yrrs009/eiwa/start.comp "¸¦µæ¼ÒÃæ±ÑÏÂ" 25 600 --##DICT waei /usr/local/etc/CDdict/yrrs118/chujiten/start.comp "¸¦µæ¼ÒÃæϱÑ" 25 600 --#DICT waei /usr/local/etc/CDdict/cdchujiten/chujiten/data/honmon. "¸¦µæ¼ÒÃæϱÑ" 25 600 --#DICT eiwa /usr/local/etc/CDdict/cdchujiten/chujiten/data/honmon. "¸¦µæ¼ÒÃæϱÑ" 25 600 --#DICT CDkojien /usr/local/etc/CDdict/cdkouji/koujien/data/honmon. "¹¼±ñ£Ã£ÄÈÇ" 1 600 --#DICT readers /usr/local/etc/CDdict/yrrs172/readers/start. "¥ê¡¼¥À¡¼¥º±ÑÏÂ" 1 600 --#DICTROOT /usr/local/etc/CDdict 2 500 -+#DICT kojien PREFIX_DIR/share/dict/cdrom/yrrs096/koujien/start "¹¼±ñÂ裴ÈÇ" 1 600 -+##DICT kojien-furoku PREFIX_DIR/share/dict/cdrom/yrrs096/furoku/start "¹¼±ñÂ裴ÈÇÉÕÏ¿" 1 600 -+##DICT waei PREFIX_DIR/share/dict/cdrom/cdchujiten/chujiten/data/honmon "¸¦µæ¼ÒÃæϱÑ" 25 600 -+##DICT eiwa PREFIX_DIR/share/dict/cdrom/cdchujiten/chujiten/data/honmon "¸¦µæ¼ÒÃæϱÑ" 25 600 -+##DICT readers PREFIX_DIR/share/dict/cdrom/yrrs172/readers/start "¥ê¡¼¥À¡¼¥º±ÑÏÂ" 1 600 -+##DICT crfre PREFIX_DIR/share/dict/cdrom/yrrs091/crfre/start "»°¾ÊƲ¥¯¥é¥¦¥óÊ©ÏÂ" 1 600 -+##DICT crger PREFIX_DIR/share/dict/cdrom/yrrs092/crger/start "»°¾ÊƲ¥¯¥é¥¦¥óÆÈÏÂ" 1 600 -+##DICT italian /usr/local/share/dict/cdrom/yrrs214/jiten/start "¸½Â奤¥¿¥ê¥¢¸ìɽ¸½¼Åµ" 1 600 -+##DICT italian-j /usr/local/share/dict/cdrom/yrrs214/jiten/start "¸½Â奤¥¿¥ê¥¢¸ìɽ¸½¼Åµ" 1 600 -+##DICT oxford /usr/local/share/dict/cdrom/san042/oxford/start "OxfordEnglishDictionary" 1 600 -+##DICT CDkojien PREFIX_DIR/share/dict/cdrom/cdkouji/koujien/data/honmon "¹¼±ñ£Ã£ÄÈÇ" 1 600 -+##DICT eiwa PREFIX_DIR/share/dict/cdrom/yrrs118/chujiten/start "¸¦µæ¼ÒÃæ±ÑÏÂ" 25 600 -+##DICT waei PREFIX_DIR/share/dict/cdrom/yrrs118/chujiten/start "¸¦µæ¼ÒÃæ±ÑÏÂ" 25 600 -+##DICT eiwa PREFIX_DIR/share/dict/cdrom/yrrs118/chujiten/start.comp "¸¦µæ¼ÒÃæ±ÑÏÂ" 25 600 -+##DICT waei PREFIX_DIR/share/dict/cdrom/yrrs118/chujiten/start.comp "¸¦µæ¼ÒÃæϱÑ" 25 600 -+##DICT daijirin PREFIX_DIR/share/dict/cdrom/yrrs082/dgx01/start "Âç¼ÎÓ" 1 600 -+# -+#DICTROOT PREFIX_DIR/share/dict/cdrom 2 500 - ## access controle - # --topics -+localhost - # ---- server2.2-pl2/compress/Makefile.orig Sat Aug 10 02:10:29 1996 -+++ server2.2-pl2/compress/Makefile Tue Jan 28 08:22:43 1997 -@@ -11,11 +11,15 @@ - CFLAGS = -O -Wall - LFLAGS = - -+ - OBJ1 = main.o compress.o - - - OBJS = $(OBJ1) - PROG = makedic -+BINDIR = ${PREFIX}/bin -+ -+all: $(PROG) - - $(PROG) : $(OBJS) - $(CC) $(OBJS) $(LFLAGS) -o $(PROG) -@@ -26,5 +30,8 @@ - main.o : defs.h - comp.o : defs.h - -+install: $(PROG) -+ install -s $(PROG) $(BINDIR) -+ - clean: -- rm -f *.o core makedic *~ -+ rm -f *.o core makedic *~ ---- server2.2-pl2/misc.h.orig Sun Dec 5 21:43:26 2004 -+++ server2.2-pl2/misc.h Sun Dec 5 21:44:19 2004 -@@ -1,4 +1,5 @@ - /* external variable controle */ -+#include<sys/types.h> - - #ifdef DSERVER_MAIN - #define Extern ---- server2.2-pl2/compress/main.c.orig Sat Aug 10 02:10:30 1996 -+++ server2.2-pl2/compress/main.c Sun Dec 5 21:48:36 2004 -@@ -3,6 +3,21 @@ - by toshioji@darkover.iijnet.or.jp - - dic version 0.24 cdio.c by kmiya ¤µ¤ó¤ò¸µ¤ËºîÀ® -+ -+========== dic.man ¤è¤ê°úÍѳ«»Ï ========== -+DIC(1) Dic Users Manual DIC(1) -+ -+ -+DISTRIBUTION -+ ¤³¤Î¥×¥í¥°¥é¥à¤Î²þÎÉ °Ü¿¢ žºÜ ¤Ê¤É¤Ï¡¢ ¼«Í³¤Ë¹Ô¤Ã¤Æ¤â ¤é¤Ã -+ ¤Æ·ë¹½¤Ç¤¹¡£ ¤Þ¤¿¡¢ ºî¼Ô¤ËÊó¹ð¤¹¤ëɬÍפ⤢¤ê¤Þ¤»¤ó¡£ -+ -+ ¤Ç ¤ ¤ì¤Ð¡¢²þÊѤµ¤ì¤¿Êª¤Ç¤¢¤ë¤³¤È¤ÎÌÀµ¡Ê¤É¤Î¥Ð¡Ý¥¸¥ç¥ó¤Î -+ Dic ¤ò¤É¤Î¤è¤¦¤ËÊѹ¹¤·¤¿¤«¡Ë¤ò¤·¤Æ¤¤¤¿¤À¤±¤ì¤Ð¹¬¤¤¤Ç¤¹¡£ -+ -+ ¤µ¤é¤Ë¥½¡Ý¥¹¥³¡Ý¥É¤âƱ»þ¤Ë¸ø³«¤·¤Æ¤¤¤¿¤À¤¤¤Æ¤µ¤é¤Ê¤ë²þÎÉ ¤¬ -+ ¼«Í³¤Ë ¹Ô¤ï¤ì¤ë¤è¤¦¤Ë¤¹¤ë¤³¤È¤ò´õ˾¤·¤Þ¤¹¡£ -+========== dic.man ¤è¤ê°úÍѽªÎ» ========== - */ - - #include "defs.h" -@@ -36,10 +51,47 @@ - return 0; - } - -+char ok(char *string) -+{ -+ char key_buf[2]; -+ -+ fputs( string, stdout ); -+ fgets( key_buf, 2, stdin ); -+ return key_buf[0]; -+} -+ -+void caution(void) -+{ -+ -+ puts("<<<<<<<<< makedic ¤ò»È¤ï¤ì¤ëÁ°¤Ë¢¨É¬¤º¢¨°Ê²¼¤ÎÆâÍƤò³Îǧ²¼¤µ¤¤¡£>>>>>>>>>\n¤³¤ì¤Ï dserver/server2.1/README¡Ö¼¹É® ±±°æ µÁÈæ¸Å¡÷´Ä¶¥·¥¹¥Æ¥à¸¦µæ½ê¡×\n¤«¤é¥é¥¤¥»¥ó¥¹´Ø·¸¤Îµ½Ò¤òÈ´¤¤À¤·¤¿¤â¤Î¤Ç¤¹¡£\n==================== dserver/server2.1/README ====================\n ¥é¥¤¥»¥ó¥¹¤Ï¤Á¤ã¤ó¤È¼é¤Ã¤Æ²¼¤µ¤¤,°Ê²¼¤Ë»°ÅĵÈϺ<mita@jp.FreeBSD.org>\n ¤µ¤ó¤¬Ä´¤Ù¤Æ²¼¤µ¤Ã¤¿Ê¸¾Ï¤òźÉÕ¤·¤Þ¤¹.\n------------------------------------------------------------------------" ); -+ ok( "<²þ¹Ô¥¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤>" ); -+ -+ puts("¥é¥¤¥»¥ó¥¹¤Ë¤Ä¤¤¤Æ »°ÅĵÈϺ <mita@jp.FreeBSD.org>\n dserver¤Ï¡¢8cmCDROMÈǸ¦µæ¼Ò¿·±ÑÏ¡¦Ï±ÑÃæ¼Åµ¡¢´äÇȽñŹ¹¼±ñ¤ò\n »Ï¤á¤È¤¹¤ë¡¢ÅŻҥ֥寤òÆɤळ¤È¤¬½ÐÍè¤Þ¤¹¡£»ÈÍѤΤ¿¤Ó¤ËCDROM¤ò\n¥Þ¥¦¥ó¥È¤¹¤ì¤Ð¤è¤¤¤Î¤Ç¤¹¤¬¡¢Î㤨¤ÐCDROMʬΥ·¿¤Î¥Î¡¼¥È¥Ñ¥½¥³¥ó¤Ç\n¼½ñ¤ò»È¤¤¤¿¤¤¤Ê¤É¡¢¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ë¥Ç¡¼¥¿¤ò¥³¥Ô¡¼¤·¤Æ»È¤¤¤¿¤¤¤È\n»×¤¦¤«¤âÃΤì¤Þ¤»¤ó¡£»ÔÈΤÎ\n¼½ñ¤ò¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ë¥³¥Ô¡¼¤¹¤ë¤³¤È¡¢¤Þ¤¿¤Ï°µ½Ì¤µ¤ì¤¿¼½ñ¤È¤·¤Æ¤Î»ÈÍÑ\n¤Ë´Ø¤·¤ÆÌäÂ꤬¤¢¤ë¤«¤É¤¦¤«¡¢¸¦µæ¼Ò¤È´äÇȽñŹ¤È¤Ë¤ª»Ç¤¤¤·¤Æ¤ß¤Þ¤·¤¿(Ê¿À®8ǯ6·î20Æü)¡£\n"); -+ ok( "<²þ¹Ô¥¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤>" ); -+ puts("¸¦µæ¼Ò¤Î²óÅú(ÅÅÏÃ03-3288-7777)\n¸Ä¿Í¤È¤·¤Æ»ÈÍѤ¹¤ë¤«¤®¤ê¤Ë¤ª¤¤¤Æ¤Ï¡¢¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ø¤Î¥³¥Ô¡¼¡¢¤Þ¤¿\n¤½¤Î¥Ç¡¼¥¿¤¬°µ½Ì¤µ¤ì¤Æ¤¿¤È¤·¤Æ¤â»ÈÍѤ·¤ÆÎɤ¤¡£¤¿¤À¤·¡¢LAN¾å¤Ç\nÊ£¿ô¤ÎüËö¤Ç»ÈÍѤ¹¤ë¾ì¹ç¤Ï¡¢ÊÌÅÓüËö¤ÎÂæ¿ô¤ò¿½¹ð¤·¤Æ¤¤¤¿¤À¤¡¢\nüËöÂæ¿ô¡ß(CDROM°ìËç¤Î²Á³Ê¡Ý¦Á)¤ÎÃÍÃʤòʧ¤¦·ÀÌó¤ò¤·¤Æ¤¤¤¿¤À¤¯¡£"); -+ ok( "<²þ¹Ô¥¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤>" ); -+ puts("´äÇȽñŹ¼ÅµÉô¤Î²óÅú (ÅÅÏÃ03-5210-4171)\nCD-ROM¥É¥é¥¤¥Ö¤«¤éÆɤ߽Ф·¤Æ»ÈÍѤ¹¤ë¤³¤È¤òÁ°Äó¤È¤·¤Æ¤¤¤ë¡£\n ¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ø¤Î¥³¥Ô¡¼¤ÏÈò¤±¤Æ¤¤¤¿¤À¤¤¿¤¤¡£\n LAN¾å¤Ç¤Î»ÈÍѤξì¹ç¤Ï¡¢ÊÌÅÓ·ÀÌó¤ò¤·¤Æ¤¤¤¿¤À¤¡¢\n ¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ø¤Î¥³¥Ô¡¼¤òµö²Ä¤·¤Æ¤¤¤ë¡£¤¿¤À¤·UNIX¾å¤Î\n ¥µ¡¼¥Ð¥½¥Õ¥È¤Ë´Ø¤·¤Æ¤ÏÇÄ°®¤·¤Æ¤¤¤Ê¤¤¡£"); -+ ok( "<²þ¹Ô¥¡¼¤ò²¡¤·¤Æ²¼¤µ¤¤>" ); -+ puts("dserver¤Ï¡¢¤³¤Î¾¤Ë¤âOED¤ä¡¢²Ê³Øµ»½ÑÍѸì¼Åµ¤Ê¤É¡¢³°»ú¥Æ¡¼¥Ö¥ë¤µ¤¨\n ÍÑ°Õ¤¹¤ì¤Ð¤Û¤È¤ó¤É¤ÎCDROM¤òÆɤळ¤È¤¬½ÐÍè¤Þ¤¹¡£¤½¤Î¤È¤¼«Ê¬¤Î¥í¡¼¥«¥ë\n ¥Ç¥£¥¹¥¯¤Ë¥Ç¡¼¥¿¤ò¥³¥Ô¡¼¤·¤Æ»ÈÍѤ·¤ÆÎɤ¤¤«¤Ï¡¢³Æ¼ÒÂбþ¤¬°Û¤Ê¤ê¤Þ¤¹¡£\n ¿·¤·¤¤¼½ñ¤ò»ÈÍѤ¹¤ë¾ì¹ç¤Ï¤Þ¤º¥é¥¤¥»¥ó¥¹¤ò³Îǧ¤·¤¿¸å¤Ë»ÈÍѤ¹¤ë¤³¤È¤ò\n ¤ª´«¤á¤·¤Þ¤¹¡£\n¤È¤¤¤¦¤³¤È¤Ç¤¹¤Î¤Ç¡¢Î㤨¤Ð¿·±ÑÏ¡¦Ï±ÑÃæ¼Åµ¤Ë´Ø¤·¤Æ¤Ï¸Ä¿Í¤Î¥Þ¥·¥ó¤Î\n¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ë¥³¥Ô¡¼¤¹¤ë¤³¤È¤Ï²Äǽ¤Ç¤¹¤¬¡¢¹¼±ñ¤Ë´Ø¤·¤Æ¤ÏLAN·ÀÌó¤ò\n·ë¤Ð¤Ê¤¤¸Â¤ê¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ø¤Î¥³¥Ô¡¼¤ò¤µ¤±¤ë¤Î¤¬Îɤ¤¤è¤¦¤Ç¤¹¡£\n"); -+ puts("-----------------------------------------------------------------------\n °Ê¾å"); -+ switch( ok( "¼½ñ¤ò°µ½Ì¤·¤Æ¥Ï¡¼¥É¥Ç¥£¥¹¥¯¤Ë¥³¥Ô¡¼¤¹¤ë¤³¤È¤Ë\n¥é¥¤¥»¥ó¥¹¾å¤ÎÌäÂê¤Ï¤¢¤ê¤Þ¤»¤ó¤Í[y/n] " ) ) { -+ case 'y': -+ case 'Y': -+ puts( "\n°µ½Ì¤ò³«»Ï¤·¤Þ¤¹¡£\n" ); -+ break; -+ default: -+ puts( "\n¥é¥¤¥»¥ó¥¹¾å¤ÎÌäÂ꤬¤¢¤ë¤Î¤ÇÃæÃǤ·¤Þ¤·¤¿\n" ); -+ exit( -1 ); -+ break; -+ } -+} -+ - int main(int argc, char *argv[]) - { -+ caution(); -+ - if( argc < 3 ) { -- fprintf( stderr, "%s soce_filename dest_filename\n", argv[ 0 ] ); -+ fprintf( stderr, "Usage: %s soce_filename dest_filename\n", argv[ 0 ] ); - exit( -1 ); - } - diff --git a/japanese/dserver/files/patch-ac b/japanese/dserver/files/patch-ac deleted file mode 100644 index 3254b06..0000000 --- a/japanese/dserver/files/patch-ac +++ /dev/null @@ -1,166 +0,0 @@ -patch files for kenjiro ---- clients/kenjiro/sub.c.orig Sun Dec 5 20:23:03 2004 -+++ clients/kenjiro/sub.c Sun Dec 5 21:50:51 2004 -@@ -1,6 +1,11 @@ - #include "kenjiro.h" - - static int sttylevel = 0; -+#ifdef TERMIOS -+#include <termios.h> -+#include <unistd.h> -+static struct termios ttyorg, ttynew; -+#else /* TERMIOS */ - #ifdef TERMIO - #include <termio.h> - #include <bsdtty.h> -@@ -10,6 +15,7 @@ - static struct tchars tcorg, tcnew; - #endif - static struct ltchars ltcorg, ltcnew; -+#endif /* TERMIOS */ - int numk; - int mode; - int fd1 = 0; -@@ -39,6 +45,26 @@ - ttynew.c_cc[VQUIT] = 0; - if (ioctl(0, TCSETA, &ttynew) < 0) return; - #else -+# ifdef TERMIOS -+ if (tcgetattr(0, &ttyorg) < 0) return; -+ ttynew = ttyorg; -+ ttynew.c_lflag &= ~ECHO; -+ ttynew.c_lflag &= ~ICANON; -+ ttynew.c_cc[VMIN] = 1; -+ ttynew.c_cc[VTIME] = 0; -+ ttynew.c_cc[VQUIT] = 0; -+ ttynew.c_cc[VLNEXT] = _POSIX_VDISABLE; -+#if defined(VDSUSP) -+ ttynew.c_cc[VDSUSP] = _POSIX_VDISABLE; -+#else /* VDSUSP */ -+# if defined(VEOL) -+ ttynew.c_cc[VEOL] = _POSIX_VDISABLE; -+# endif /* VEOL */ -+#endif /* VDSUSP */ -+ sttylevel++; -+ if (tcsetattr(0, TCSANOW, &ttynew) < 0) return; -+ sttylevel++; -+# else /* TERMIOS */ - if (ioctl(0, TIOCGETP, &ttyorg) < 0) return; - ttynew = ttyorg; - ttynew.sg_flags |= CBREAK; -@@ -49,7 +75,9 @@ - tcnew = tcorg; - tcnew.t_quitc = -1; - if (ioctl(0, TIOCSETC, &tcnew) < 0) return; -+# endif /* TERMIOS */ - #endif -+#ifndef TERMIOS - sttylevel++; - if (ioctl(0, TIOCGLTC, <corg) < 0) return; - ltcnew = ltcorg; -@@ -57,6 +85,7 @@ - ltcnew.t_dsuspc = -1; - if (ioctl(0, TIOCSLTC, <cnew) < 0) return; - sttylevel++; -+#endif /* TERMIOS */ - } - - void romakana_fixtty() -@@ -68,12 +97,18 @@ - case 1: - ioctl(0, TCSETA, &ttyorg); - #else -+# ifdef TERMIOS -+ case 2: -+ case 1: -+ tcsetattr(0, TCSANOW, &ttyorg); -+# else /* TERMIOS */ - case 3: - ioctl(0, TIOCSLTC, <corg); - case 2: - ioctl(0, TIOCSETC, &tcorg); - case 1: - ioctl(0, TIOCSETP, &ttyorg); -+# endif /* TERMIOS */ - #endif - } - } -@@ -111,17 +146,17 @@ - - if ((fd1 = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0){ - fprintf(stderr, "Can not create socket\n"); -- exit(); -+ exit(1); - } - addr.sin_family = AF_INET; - if ((host = gethostbyname(server)) == NULL){ - fprintf(stderr,"Can not get address %s\n", server); -- exit(); -+ exit(1); - } - #ifdef SERVICE - if ((sp = getservbyname(service, "tcp")) == NULL){ - fprintf(stderr, "%s is not found in /etc/services\n", service); -- exit(); -+ exit(1); - } - addr.sin_port = sp->s_port; - #else -@@ -130,13 +165,13 @@ - bcopy(host->h_addr, &addr.sin_addr, host->h_length); - if (connect(fd1,&addr,sizeof(addr)) < 0) { - fprintf(stderr,"Can not connect\n"); -- exit(); -+ exit(1); - } - } - - void getttyval() - { --#ifdef TERMIO -+#if defined(TERMIO) || defined(TERMIOS) - struct winsize ws; - - ioctl(0, TIOCGWINSZ, &ws); ---- clients/kenjiro/Makefile.orig Tue Jun 27 01:21:31 1995 -+++ clients/kenjiro/Makefile Tue Jan 28 15:39:36 1997 -@@ -1,5 +1,6 @@ --CFLAGS = -O # for termcap -+#CFLAGS = -O # for termcap - #CFLAGS = -O -DTERMIO # for termio -+CFLAGS = -O -DTERMIOS # for termios - - # if you have no bcopy sigmask sigblock (e.g. on Solaris 2.x) - # define NO_BCOPY NO_SIGMASK NO_SIGBLOCK like -@@ -15,6 +16,11 @@ - - all: kenjiro kenjiro.l - -+install: all -+ gzip -9Nf kenjiro.l -+ install -s kenjiro ${PREFIX}/bin/ -+ install kenjiro.l.gz ${PREFIX}/man/manl/ -+ - kenjiro: $(OBJS) - $(CC) $(CFLAGS) -o kenjiro $(OBJS) $(LIBS) - -@@ -30,6 +36,6 @@ - ln -s filter.c.euc filter.c - - clean: -- rm -f *.o *.out kenjiro.l kenjiro core typescript -+ rm -f *.o *.out kenjiro.l* kenjiro core typescript - - # DO NOT DELETE ---- clients/kenjiro/config.h.orig Wed Jul 22 08:53:06 1998 -+++ clients/kenjiro/config.h Wed Jul 22 08:53:22 1998 -@@ -1,7 +1,7 @@ --#define PAGER "/usr/local/bin/less" /* pager program */ -+#define PAGER "/usr/local/bin/jless" /* pager program */ - #define HISTSIZE 20 /* history size */ - #define KOUHO 10 /* number of kouho (0 < n <= 10) */ --#define SERVER "dserver" /* hostname with server */ -+#define SERVER "localhost" /* hostname with server */ - #define SERVICE "ndtp" /* service name */ - #define KANJICODE JIS /* default kanji code (JIS,EUC,SJIS)*/ - /*#define PORT 2010*/ /* port of service */ diff --git a/japanese/dserver/files/patch-ad b/japanese/dserver/files/patch-ad deleted file mode 100644 index 7b9aa0b..0000000 --- a/japanese/dserver/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ -*** server2.2-pl2/compress/defs.h.orig Thu May 1 13:03:28 1997 ---- server2.2-pl2/compress/defs.h Thu May 1 13:04:28 1997 -*************** -*** 24,31 **** ---- 24,33 ---- - - typedef unsigned char uchar; - #ifndef LINUX -+ #ifndef __FreeBSD__ - typedef unsigned short ushort; - typedef unsigned int uint; -+ #endif /*__FreeBSD__*/ - typedef unsigned long ulong; - #endif /* LINUX */ - diff --git a/japanese/dserver/files/setup.sh.inetd b/japanese/dserver/files/setup.sh.inetd deleted file mode 100644 index 6b0b6a6..0000000 --- a/japanese/dserver/files/setup.sh.inetd +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/sh -echo "You have to do 5 things before using dserver via inetd." -echo "1. Add 'ndtp 2010/tcp' to /etc/services." -echo "2. Add 'ndtp stream tcp nowait root /usr/local/lib/dserver dserver'" -echo " to /etc/inetd.conf" -echo "3. Add startup configration of mule-client to site-start.el." -echo "4. Restart inetd by 'kill -HUP `cat /var/run/inetd.pid`'." -echo "5. Mount cdrom (or copy files) to PREFIX_DIR/share/dict/cdrom/." - -# Hack /etc/services -echo -echo "Updating /etc/services"; -cp /etc/services /etc/services.bak; -(grep -v ndtp /etc/services.bak ; echo "ndtp 2010/tcp # Network Dictionary Transfer Protocol") > /tmp/services -echo "Do you like to update /etc/services automatically? (y/n) [y]" ; -read ans; -case x${ans} in - xn*|xN*) - echo "Do you like to change /etc/services file by yourself? (y/n) [y]" ; - read choice ; - case x${choice} in - xn*|xN*) - echo "Okay, do nothing.";; - *) - echo "Edit /etc/services file by yourself (Press Return)"; - read dummy; - vi -c /ndtp /tmp/services; - cp /tmp/services /etc/services; rm /tmp/services ;; - esac ;; - *) - echo "original file is saved in /etc/services.bak" ; - cp /tmp/services /etc/services; rm /tmp/services ;; -esac - -# Hack /etc/inetd.conf -echo -echo "Updating /etc/inetd.conf"; -cp /etc/inetd.conf /etc/inetd.conf.bak; -(grep -v ndtp /etc/inetd.conf.bak ; echo "ndtp stream tcp nowait root /usr/local/lib/dserver/dserver dserver") > /tmp/inetd.conf -echo "Do you like to update /etc/inetd.conf automatically? (y/n) [y]" ; -read ans; -case x${ans} in - xn*|xN*) - echo "Do you like to change /etc/inetd.conf file by yourself? (y/n) [y]" ; - read choice ; - case x${choice} in - xn*|xN*) - echo "Okay, do nothing.";; - *) - echo "Edit /etc/inetd.conf file by yourself (Press Return)"; - read dummy; - vi -c /ndtp /tmp/inetd.conf; - cp /tmp/inetd.conf /etc/inetd.conf; rm /tmp/inetd.conf ;; - esac ;; - *) - echo "original file is saved in /etc/inetd.conf.bak" ; - cp /tmp/inetd.conf /etc/inetd.conf; rm /tmp/inetd.conf ;; -esac - -echo "Do you want to restart inetd right now? (y/n) [y]" ; -read ans; -case x${ans} in - xn*|xN*) - echo "Remember to restart inetd (or reboot)." - ;; - *) - echo "Restart inetd." - kill -HUP `cat /var/run/inetd.pid` - ;; -esac - -echo "Now startup configuration is done." -echo "Remember to mount cdrom to PREFIX_DIR/share/dict/cdrom." diff --git a/japanese/dserver/files/setup.sh.standalone b/japanese/dserver/files/setup.sh.standalone deleted file mode 100644 index 1b49a2b..0000000 --- a/japanese/dserver/files/setup.sh.standalone +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh -echo "You have to do 4 things before using dserver." -echo "1. Add 'ndtp 2010/tcp' to /etc/services." -echo "2. Add startup command of dserver to PREFIX_DIR/etc/rc.d/" -echo "3. Add startup configration of mule-client to site-start.el." -echo "4. Mount cdrom (or copy files) to PREFIX_DIR/share/dict/cdrom/." - -# Hack /etc/services -echo -echo "Updating /etc/services"; -cp /etc/services /etc/services.bak; -(grep -v ndtp /etc/services.bak ; echo "ndtp 2010/tcp # Network Dictionary Transfer Protocol") > /tmp/services -echo "Do you like to update /etc/services automatically? (y/n) [y]" ; -read ans; -case x${ans} in - xn*|xN*) - echo "Do you like to change /etc/services file by yourself? (y/n) [y]" ; - read choice ; - case x${choice} in - xn*|xN*) - echo "Okay, do nothing.";; - *) - echo "Edit /etc/services file by yourself (Press Return)"; - read dummy; - vi -c /ndtp /tmp/services; - cp /tmp/services /etc/services; rm /tmp/services ;; - esac ;; - *) - echo "original file is saved in /etc/services.bak" ; - cp /tmp/services /etc/services; rm /tmp/services ;; -esac - -# Add startup shell script to PREFIX_DIR/etc/rc.d -echo -echo "Adding startup shell script to PREFIX_DIR/etc/rc.d/" -echo "Do you like to add startup shell script automatically? (y/n) [y]" ; -(echo "#!/bin/sh" ; - echo "# dserver - dictionary server" ; - echo "case \"\$1\" in" ; - echo "start)" ; - echo " if [ -x PREFIX_DIR/lib/dserver/dserver ] ; then" ; - echo " PREFIX_DIR/lib/dserver/dserver &" ; - echo " echo -n ' dserver'" ; - echo " fi" ; - echo " ;;" ; - echo "stop)" ; - echo " ;;" ; - echo "*)" ; - echo " echo \"Usage: `basename $0` {start|stop}\" >&2" ; - echo " exit 64" ; - echo " ;;" ; - echo "esac" ; - echo "" ; - echo "exit 0") > /tmp/dserver.sh -read ans; -case x${ans} in - xn*|xN*) - echo "Do you like to edit PREFIX_DIR/etc/rc.d/dserver.sh file by yourself? (y/n) [y]" ; - read choice ; - case x${choice} in - xn*|xN*) - echo "Okay, do nothing." - echo "rm /tmp/dserver.sh" - ;; - *) - echo "Edit dserver.sh file by yourself (Press Return)"; - read dummy; - vi /tmp/dserver.sh; - cp /tmp/dserver.sh PREFIX_DIR/etc/rc.d/ - chmod 755 PREFIX_DIR/etc/rc.d/dserver.sh - rm /tmp/dserver.sh - ;; - esac - ;; - *) - cp /tmp/dserver.sh PREFIX_DIR/etc/rc.d/ - chmod 755 PREFIX_DIR/etc/rc.d/dserver.sh - rm /tmp/dserver.sh - echo "dserver.sh is added to PREFIX_DIR/etc/rc.d/" -esac - -echo "Now startup configuration is done." -echo "Remember to mount cdrom to PREFIX_DIR/share/dict/cdrom." diff --git a/japanese/dserver/pkg-descr b/japanese/dserver/pkg-descr deleted file mode 100644 index 0d8994a..0000000 --- a/japanese/dserver/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -dserver is a CDROM dictionary server program. - -You have to install dictionary file to the directory which is -specified in /usr/local/lib/dserver/dserver_access file. -Refer /usr/local/lib/dserver/doc/README.FreeBSD-setup.euc (in Japanese) -for configuration. - -'kenjiro', is installed for client programs. Type 'kenjiro' on command line. -Dictionary looking up program for Mule is also available. -Install diclookup-mule package. -Look at /usr/local/lib/dserver/doc/* for more information. diff --git a/japanese/dserver/pkg-plist b/japanese/dserver/pkg-plist deleted file mode 100644 index c93e445..0000000 --- a/japanese/dserver/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -bin/makedic -bin/kenjiro -lib/dserver/doc/newfeature.doc -lib/dserver/doc/CHANGES -lib/dserver/doc/README.dserver -lib/dserver/doc/README.table -lib/dserver/doc/protocol2 -lib/dserver/doc/protocol -lib/dserver/doc/DICTIONARIES -lib/dserver/doc/ACKNOWLEDGMENT -lib/dserver/doc/Copyright.kenjiro -lib/dserver/doc/README.kenjiro -lib/dserver/doc/README.FreeBSD-setup.euc -lib/dserver/dserver -lib/dserver/CDkojien.tbl -lib/dserver/yrrs172.tbl -lib/dserver/yrrs118.tbl -lib/dserver/yrrs096.tbl -lib/dserver/yrrs009.tbl -lib/dserver/yrrs007.tbl -lib/dserver/waei.tbl -lib/dserver/readers.tbl -lib/dserver/oxford.tbl -lib/dserver/kojien3.tbl -lib/dserver/kojien.tbl -lib/dserver/eiwa.tbl -lib/dserver/crger.tbl -lib/dserver/crfre.tbl -lib/dserver/chujiten.tbl -lib/dserver/cdchuji.tbl -lib/dserver/dserver_access -lib/dserver/setup.sh -lib/dserver/deinstall.sh -man/manl/kenjiro.l.gz -@dirrm lib/dserver/doc -@dirrm lib/dserver -@exec /bin/mkdir -p %D/share/dict/cdrom -@dirrm share/dict/cdrom diff --git a/japanese/dserver/pkg-req b/japanese/dserver/pkg-req deleted file mode 100644 index efec38f..0000000 --- a/japanese/dserver/pkg-req +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -if [ "$2" != "INSTALL" ] - then exit -fi -echo "Consider ${PKG_PREFIX}/lib/dserver/setup.sh for startup configuration." -echo "Documents are put in ${PKG_PREFIX}/lib/dserver/doc/." diff --git a/japanese/dserver/scripts/configure b/japanese/dserver/scripts/configure deleted file mode 100644 index 6f73d3f..0000000 --- a/japanese/dserver/scripts/configure +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh -# dserver configuration shell script -# usage: /bin/sh configure - -if [ X"${BATCH}" != X"yes" ] ; then -/usr/bin/dialog --title "dserver port configuration" --radiolist \ -"How do you want to run dserver, standalone or run by inetd?" -1 -1 2 \ -"standalone" "standalone" ON \ -"inetd" "inetd" OFF 2>/tmp/dserver.ports.selection - -if [ X`cat /tmp/dserver.ports.selection` = "Xinetd" ] - then - echo 'Inetd mode is selected' - cp ${FILESDIR}/setup.sh.inetd ${WRKSRC}/setup.sh.template - cp ${FILESDIR}/deinstall.sh.inetd ${WRKSRC}/deinstall.sh.template - cp ${WRKSRC}/server2.2-pl2/Makefile ${WRKSRC}/server2.2-pl2/Makefile.tmp - cat ${WRKSRC}/server2.2-pl2/Makefile.tmp | sed -e "s/-DSTANDALONE//g" \ - > ${WRKSRC}/server2.2-pl2/Makefile -else - echo 'Standalone mode is selected' - cp ${FILESDIR}/setup.sh.standalone ${WRKSRC}/setup.sh.template - cp ${FILESDIR}/deinstall.sh.standalone ${WRKSRC}/deinstall.sh.template - -fi - -rm -f /tmp/dserver.ports.selection - -else - - echo 'Standalone mode (default) is selected' - cp ${FILESDIR}/setup.sh.standalone ${WRKSRC}/setup.sh.template - cp ${FILESDIR}/deinstall.sh.standalone ${WRKSRC}/deinstall.sh.template - -fi diff --git a/japanese/ebw3/Makefile b/japanese/ebw3/Makefile deleted file mode 100644 index 14eefdd..0000000 --- a/japanese/ebw3/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: ebw3 -# Date created: 23 Jun 1997 -# Whom: Hironori Ikura <hikura@kaisei.org> -# -# $FreeBSD$ -# - -PORTNAME= ebw3 -PORTVERSION= ${VERSION:S/-//} -CATEGORIES= japanese -MASTER_SITES= # disappeared -DISTNAME= ${PORTNAME}-${VERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Access to Japanese EPWING or Electric-Book based CD-ROM via HTTP - -DEPRECATED= mastersite disappeared, no longer maintained by author -EXPIRATION_DATE= 2005-10-11 - -VERSION= 0.2-b4 - -STARTUP_SCRIPT= $(PREFIX)/etc/rc.d/ebw3d.sh.sample - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - -post-install: - ${MKDIR} ${PREFIX}/www/cgi-bin - ${INSTALL} -c -o nobody -g nobody -m 555 ${WRKSRC}/cdsearch \ - $(PREFIX)/www/cgi-bin - ${INSTALL_DATA} ${WRKSRC}/ebw3d.conf $(PREFIX)/etc/ebw3d.conf.sample -.if !defined(NOPORTDOCS) - ${MKDIR} $(PREFIX)/share/doc/ebw3 - ${INSTALL_DATA} ${WRKSRC}/INSTALL $(PREFIX)/share/doc/ebw3 - ${INSTALL_DATA} ${WRKSRC}/README $(PREFIX)/share/doc/ebw3 - ${INSTALL_DATA} ${FILESDIR}/README.port $(PREFIX)/share/doc/ebw3 - ${INSTALL_DATA} ${FILESDIR}/README.access $(PREFIX)/share/doc/ebw3 -.endif - ${INSTALL_SCRIPT} ${FILESDIR}/ebw3d.sh.sample $(PREFIX)/etc/rc.d - -.include <bsd.port.post.mk> diff --git a/japanese/ebw3/distinfo b/japanese/ebw3/distinfo deleted file mode 100644 index a94fb4a..0000000 --- a/japanese/ebw3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ebw3-0.2-b4.tar.gz) = 60cc84edfe0bee1beb0d23839cc29e1b -SIZE (ebw3-0.2-b4.tar.gz) = 55462 diff --git a/japanese/ebw3/files/README.access b/japanese/ebw3/files/README.access deleted file mode 100644 index 562d53d..0000000 --- a/japanese/ebw3/files/README.access +++ /dev/null @@ -1,62 +0,0 @@ - - ebw3-0.2-b4 ¤Î¥¢¥¯¥»¥¹À©¸Â¤Ë¤Ä¤¤¤Æ¤Î¥á¥â - - - °Ê²¼¤ÎÎã¤Ï¡¢¹ÅçÂç³Ø¤ÎÅIJ¬Íͤè¤ê¤¤¤¿¤À¤¤¤¿¡¢¥µ¥ó¥×¥ë¤Ç¤¹¡£ -ÍøÍѤˤĤ¤¤Æ¤Ï¡¢¤¢¤¯¤Þ¤Ç AT YOUR OWN RISK ¤Ç¤ª´ê¤¤¤¤¤¿¤·¤Þ¤¹¡£ - - Hironori Ikura / °ËÁÒ ¹ÆÁ - <hikura@kaisei.org> - -============================================================================== -ebw3¤Ï¡¤¥Û¥¹¥È¤Î¥¢¥¯¥»¥¹À©¸Â¤¬¤¢¤ê¤Þ¤»¤ó¡¥ebw3-0.2-b4/READMEÃæ¤Î - -À©¸Â»ö¹à - - ¡¦¥¢¥¯¥»¥¹¤òÀ©¸Â¤¹¤ëµ¡Ç½¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¥¢¥¯¥»¥¹À©¸Â¤Ïhttpd¤Ç¹Ô¤Ê¤Ã¤Æ¤¯¤À - ¤µ¤¤¡£ - -¤È¤¢¤ê¤Þ¤¹¤¬¡¤¤³¤ì¤ËÂФ¹¤ë´Êñ¤ÊÂкö¤È¤·¤Æ¡¤»ä¤Î¤È¤³¤í¤Ç¤Ï¼¡¤Î¤è¤¦¤Ë -cdsearch¤ò½ñ¤´¹¤¨¤Æ¤¤¤Þ¤¹¡¥¡Ê¤¿¤À¤·¡¤¤³¤ì¤Ï¥é¥¤¥»¥ó¥¹¿ô¤ÎÀ©¸Â¤Ç¤Ï¤¢¤ê¤Þ -¤»¤ó¡¥¡Ë - - -#!/bin/sh -# -# $FreeBSD$ -# - -YOURDOMAIN='my.domain' - -SERVERS='myname.my.domain' -URL='http://myname.my.domain/cgi-bin/cdsearch' -export SERVERS URL - -REMOTE_DOMAIN=`echo $REMOTE_HOST | sed 's/[a-zA-Z0-9]*.\([a-zA-Z0-0]*\)/\1/'` -if [ "$REMOTE_DOMAIN" = "$YOURDOMAIN" ]; then -/usr/local/libexec/ebw3 -else -echo "Content-type: text/html" -echo "" -echo "<HTML><HEAD>" -echo "<TITLE>Your host can not be access to this page.</TITLE>" -echo "</HEAD><BODY>" -echo "<PRE>" -echo "Your host ($REMOTE_HOST) can not be access to this page." -echo "</PER>" -echo "</BODY></HTML>" -fi - -¡Ê¤³¤Î¥¹¥¯¥ê¥×¥È¤ò»È¤¦¾ì¹ç¤Ë¤ÏÊÑ¿ôYOURDOMAIN, SERVERS, URL¤ÎÃͤÏŬµ¹Êѹ¹ -¤·¤Æ¤¯¤À¤µ¤¤¡¥¡Ë - -ÊÑ¿ô$REMOTE_HOST¤Ë¥¢¥¯¥»¥¹¤·¤Æ¤¤¿¥Þ¥·¥ó¤Î¡Ö¥Û¥¹¥È̾+¥É¥á¥¤¥ó̾¡×¤¬Æþ¤ë -¤³¤È¤òÍøÍѤ·¤Æ¡¤¥É¥á¥¤¥ó¡Ömy.domain¡×¤Ë½ê°¤·¤Æ¤¤¤ë¥Þ¥·¥ó¤«¤é¤Î¥¢¥¯¥»¥¹ -¤ß¤Î¤ËÂФ·¤Æ¸¡º÷¤Îµö²Ä¤òÍ¿¤¨¤Æ¤¤¤Þ¤¹¡¥¤¿¤À¤·¡¤¤³¤ÎÊÑ¿ô$REMOTE_HOST¤Ï¤É¤Î -httpd¤Ç¤âÍøÍѲÄǽ¤«¤ÏÃΤê¤Þ¤»¤ó¤¬¡¥»ä¤Î»È¤Ã¤Æ¤¤¤ëhttpd - -# /usr/local/libexec/httpd -version -CERN World-Wide Web Daemon 3.0, libwww 2.17 - -¤Ç¤ÏÍøÍѤǤ¤Þ¤·¤¿¡¥ -============================================================================== diff --git a/japanese/ebw3/files/README.port b/japanese/ebw3/files/README.port deleted file mode 100644 index 131d602..0000000 --- a/japanese/ebw3/files/README.port +++ /dev/null @@ -1,88 +0,0 @@ - - ebw3-0.2-b4 in FreeBSD port ¤Ë¤Ä¤¤¤Æ¤Î¥á¥â - - - -¤Þ¤º¤Ï¤¸¤á¤Ë¡¢¥ª¥ê¥¸¥Ê¥ë¤Î README ¤È INSTALL ¤ò¤è¤¯Æɤó¤Ç¤¯¤À¤µ¤¤¡£ -(/usr/local/share/doc/ebw3¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£) - -(Ãí) °Ê²¼¡¢PREFIX ¤¬ /usr/local ¤Ç¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤¿¤â¤Î¤È²¾Äꤷ¤Þ¤¹¡£ - -* ¥ª¥ê¥¸¥Ê¥ë¤«¤é¤ÎÊѹ¹ÅÀ - - ¥¤¥ó¥¹¥È¡¼¥ë¤¹¤ë¥Ç¥£¥ì¥¯¥È¥ê¤òʬ³ä¤·¤Þ¤·¤¿¡£ - ¥Ð¥¤¥Ê¥ê(ebw3d, ebw3, ebdp) -> /usr/local/libexec - ¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó(ebw3d.conf) -> /usr/local/etc - CGI¥¹¥¯¥ê¥×¥È(cdsearch) -> /usr/local/www/cgi-bin - - ¤Þ¤¿¡¢°Ê²¼¤Î¥Õ¥¡¥¤¥ë¤¬Äɲ夥󥹥ȡ¼¥ë¤µ¤ì¤Æ¤Þ¤¹¡£ - ¥µ¥ó¥×¥ë rc (ebw3d.sh.sample) -> /usr/local/etc/rc.d - - -* »ÈÍѤˤ¢¤¿¤Ã¤Æ¤ÎÃí°Õ - - ËÜÍè¤Ï¡¢HTTP¥µ¡¼¥Ð¡¼¾å¤Ë¤Ï cdsearch ¤È ebw3 ¤¬¡¢ - ¤Þ¤¿¼½ñ¤ò¥Þ¥¦¥ó¥È¤·¤Æ¤¢¤ë¥Þ¥·¥ó¾å¤Ç¤Ï ebw3d ¤È¡¢ebw3d.conf ¤¬ - ¤¢¤ì¤ÐÆ°ºî¤¹¤ë¤Ï¤º¤Ç¤¹¤¬¡¢¤³¤Î port ¤Ç¤Ï¡¢¤É¤Á¤é¤â - Ʊ»þ¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤ë¤è¤¦¤Ë¤Ê¤Ã¤Æ¤Þ¤¹¡£ - - ¤³¤ÎÆó¤Ä¤ò°ì¤Ä¤Î¥Þ¥·¥ó¤Ç¤Þ¤«¤Ê¤¦¤³¤È¤¬Â¿¤¤¤È»×¤ï¤ì¤Þ¤¹¤Î¤Ç¡¢ - cdsearch ¤Î¼½ñ¥µ¡¼¥Ð¡¼¤Ë¤Ï 'localhost' ¤ò¥Ç¥Õ¥©¥ë¥È¤ÇÄêµÁ¤·¤Þ¤·¤¿¤¬¡¢ - Ŭµ¹¡¢¤³¤ì¤ò½¤Àµ¤·¤ÆÍøÍѤ·¤Æ¤¯¤À¤µ¤¤¡£ - - -* HTTP¥µ¡¼¥Ð¡¼¾å¤Ç¤ÎÀßÄê - - ¾å½Ò¤Î cdsearch ¤ÎÃæ¤Î¡¢'SERVERS=' °Ê²¼¤òŬµ¹ÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£ - (Ê£¿ô¤Î¼½ñ¥µ¡¼¥Ð¡¼¤¬»ØÄê¤Ç¤¤Þ¤¹¡£) - - -* ¼½ñ¥µ¡¼¥Ð¡¼¾å¤Ç¤ÎÀßÄê - - ebw3d.conf ¤ò CD-ROM ¤Î¥Þ¥¦¥ó¥È¥Ý¥¤¥ó¥È¤Ë¹ç¤ï¤»¤ÆÊÔ½¸¤·¤Æ¡¢ - ebw3d ¤ò¼Â¹Ô¤·¤Æ¥Æ¥¹¥È¤·¤Æ¤¯¤À¤µ¤¤¡£ - - ebw3d.sh.sample ¤ò ebw3d.sh ¤Ë mv ¤·¤Æ¤ª¤¯¤È¡¢ - ¥ê¥Ö¡¼¥È»þ¤Ë¼«Æ°Åª¤Ë ebw3d ¤¬Î©¤Á¾å¤¬¤ê¤Þ¤¹¡£ - - ¥Á¥§¥ó¥¸¥ã¡¼¥¿¥¤¥×¤Î CD-ROM ¥É¥é¥¤¥Ö¤ò»È¤Ã¤ÆÊ£¿ô¤Î¼½ñ¤ò¥Þ¥¦¥ó¥È¤· - ¤Æ¤¤¤ë¾ì¹ç¡¢ebw3d µ¯Æ°»þ¤ËÆâÍƤؤΥ¢¥¯¥»¥¹¤¬ÉÔ°ÂÄê¤Ê¤³¤È¤¬¤¢¤ë¤è¤¦¤Ç¤¹¡£ - ¤³¤Î¾ì¹ç¤Ï¡¢CD-ROM¼«ÂΤΥȥåץǥ£¥ì¥¯¥È¥ê(¥Þ¥¦¥ó¥È¥Ý¥¤¥ó¥Èľ²¼)¤Ë - Á°¤â¤Ã¤Æ(ls¤Ê¤É¤Ç)¥¢¥¯¥»¥¹¤·¤Æ¤ª¤¯¤È¡¢¾å¼ê¤¯¤¤¤¯¤è¤¦¤Ç¤¹¡£ - - -* ¤³¤Î port ¤ÇÆ°ºî³Îǧ¤·¤Æ¤¤¤ë CD-ROM - - ¡¦¹¼±ñ Âè»ÍÈÇ CD-ROMÈÇ (EP-WING) SCTS-3022 - ¡¦¹¼±ñ Âè»ÍÈÇ CD-ROM(¥«¥é¡¼)ÈÇ (EP-WING) OCTS-3023 - ¡¦¸¦µæ¼Ò ¿·±ÑÏ¡¦Ï±ÑÃæ¼Åµ CD-ROMÈÇ (EP-WING) 6D19-14 - -´ðËÜŪ¤ÊÆ°ºî¤Ï³Îǧ¤·¤Þ¤·¤¿¤¬¡¢Á´¤Æ¤Î¸¡º÷ÊýË¡¤Ë¤ï¤¿¤Ã¤Æ -¥Á¥§¥Ã¥¯¤·¤¿¤ï¤±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£ - -¤Ê¤ª¡¢¥Ö¥é¥¦¥¶¤Ï Netscape Navigator 3.01 Gold (on FreeBSD 2.2.1) -¤Ç¥Æ¥¹¥È¤·¤Þ¤·¤¿¡£ - - -* ¥¢¥¯¥»¥¹À©¸Â¤Ë¤Ä¤¤¤Æ¤Î¹Í»¡ - - ebw3 ¤Ç¤Ï¡¢README¤Ë¤â¤¢¤ë¤è¤¦¤Ë¥¢¥¯¥»¥¹¤òÀ©¸Â¤¹¤ëµ¡Ç½¤ò½àÈ÷¤·¤Æ¤¤¤Þ¤»¤ó¡£ - ¤³¤ì¤Ë¤Ä¤¤¤Æ¡¢¹ÅçÂç³Ø¤ÎÅIJ¬Íͤ«¤é¤¤¤¿¤À¤¤Þ¤·¤¿¥µ¥ó¥×¥ë¤ò¡¢README.access - ¤È¤¤¤¦¥Õ¥¡¥¤¥ë¤Ë¼ý¤á¤Æ¤¤¤Þ¤¹¤Î¤Ç¤´Í÷¤¯¤À¤µ¤¤¡£ - - -* ¤ªÎé - - ¤³¤Î port ¤ÎºîÀ®¤Ë¤¢¤¿¤Ã¤Æ¡¢¹ÅçÂç³Ø¤ÎÅIJ¬Íͤ«¤é¡¢¾å½Ò¤Î¥¢¥¯¥»¥¹À©¸ÂÊýË¡¤Î - ¤Û¤«¤Ë¤â¿¤¯¤Î¤´°Õ¸«¡¢¤´»ØŦ¤ò¤¤¤¿¤À¤¤Þ¤·¤¿¡£¤É¤¦¤â¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤·¤¿¡£ - - -* ¥Ð¥°¥ì¥Ý¡¼¥È / ¥³¥á¥ó¥È - - ¤³¤Î port ¤Ïºî¼Ô¤Î±öÅĤµ¤ó¤Îµö²Ä¤Î¤â¤È¤ËºîÀ®¤µ¤ì¤Æ¤Þ¤¹¤¬¡¢ - ÆÃ¤Ë FreeBSD-port ¤ËÆÃͤÎÌäÂê¤È»×¤ï¤ì¤ë¤â¤Î¤Ï¡¢ - ²¼µ¤Î¥¢¥É¥ì¥¹¤Ë¤ªÃΤ餻¤¯¤À¤µ¤¤¡£ - - - Hironori Ikura / °ËÁÒ ¹ÆÁ - <hikura@kaisei.org> diff --git a/japanese/ebw3/files/ebw3d.sh.sample b/japanese/ebw3/files/ebw3d.sh.sample deleted file mode 100644 index d716885..0000000 --- a/japanese/ebw3/files/ebw3d.sh.sample +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -case "$1" in -start) - if [ -f /usr/local/libexec/ebw3d \ - -a -f /usr/local/etc/ebw3d.conf ]; then - /usr/local/libexec/ebw3d > /var/log/ebw3d.log 2>&1 & - echo -n ' ebw3d' - fi - ;; -stop) - killall ebw3d && echo -n ' ebw3d' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac diff --git a/japanese/ebw3/files/patch-aa b/japanese/ebw3/files/patch-aa deleted file mode 100644 index b762409..0000000 --- a/japanese/ebw3/files/patch-aa +++ /dev/null @@ -1,48 +0,0 @@ -*** Makefile.orig Sat May 24 01:09:16 1997 ---- Makefile Mon Jun 23 16:54:38 1997 -*************** -*** 1,13 **** - # - # $Id: Makefile,v 1.4 1996/04/22 01:19:40 root Exp $ - # -! DESTDIR = /usr/local/etc - PROGS = ebw3 ebw3d ebdp - SRCS = main.c init.c func.c search.c html1.c html2.c image.c gif.c gif2.c\ - kanji.c romatbl.c util.c - OBJS = main.o init.o func.o search.o html1.o html2.o image.o gif.o gif2.o\ - kanji.o romatbl.o util.o -! CFLAGS = -g -O # -DDEBUG - CC = gcc - - all : $(PROGS) ---- 1,13 ---- - # - # $Id: Makefile,v 1.4 1996/04/22 01:19:40 root Exp $ - # -! DESTDIR = ${PREFIX}/libexec - PROGS = ebw3 ebw3d ebdp - SRCS = main.c init.c func.c search.c html1.c html2.c image.c gif.c gif2.c\ - kanji.c romatbl.c util.c - OBJS = main.o init.o func.o search.o html1.o html2.o image.o gif.o gif2.o\ - kanji.o romatbl.o util.o -! CFLAGS = -g -O -DCONFIG_FILE=\"${PREFIX}/etc/ebw3d.conf\" - CC = gcc - - all : $(PROGS) -*************** -*** 22,28 **** - $(CC) $(CFLAGS) -o $@ ebdp.o - - install : -! install -c -s $(PROGS) $(DESTDIR) - - clean : - -rm -f $(OBJS) $(PROGS) *.core core ebw3.o ebdp.o version.o ---- 22,28 ---- - $(CC) $(CFLAGS) -o $@ ebdp.o - - install : -! install -c -s -o bin -g bin -m 555 $(PROGS) $(DESTDIR) - - clean : - -rm -f $(OBJS) $(PROGS) *.core core ebw3.o ebdp.o version.o diff --git a/japanese/ebw3/files/patch-ab b/japanese/ebw3/files/patch-ab deleted file mode 100644 index ea385f8..0000000 --- a/japanese/ebw3/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -*** cdsearch.orig Sat May 24 01:09:16 1997 ---- cdsearch Sun Jun 8 18:07:37 1997 -*************** -*** 3,10 **** - # $Id: cdsearch,v 1.2 1995/05/01 19:03:38 root Exp $ - # - -! SERVERS='server1.your.domain server2.your.domain server3.your.domain' - URL='/cgi-bin/cdsearch' - export SERVERS URL - -! /usr/local/etc/ebw3 ---- 3,10 ---- - # $Id: cdsearch,v 1.2 1995/05/01 19:03:38 root Exp $ - # - -! SERVERS='localhost' - URL='/cgi-bin/cdsearch' - export SERVERS URL - -! /usr/local/libexec/ebw3 diff --git a/japanese/ebw3/pkg-descr b/japanese/ebw3/pkg-descr deleted file mode 100644 index a085977..0000000 --- a/japanese/ebw3/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Access to Japanese EPWING or Electric-Book based CD-ROM via HTTP. - -* It can be browsable from any GUI based Web client (NS, Mosaic ...) - on any Web terminal (WS, PC, Mac ...). - -* External-letters("GAIJI") are extracted as in-line image. - -* References in the dictionary are clickable. - -* Images and audio-data(pronunciations, etc.) access via browsers. - -* It supports dictionaries based upon Japanese standard ONLY. - -In use of this programs, you have to check the agreement of your -CD-ROM dictionary for the network usage. diff --git a/japanese/ebw3/pkg-plist b/japanese/ebw3/pkg-plist deleted file mode 100644 index 5b1ff1f..0000000 --- a/japanese/ebw3/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -libexec/ebw3 -libexec/ebw3d -libexec/ebdp -www/cgi-bin/cdsearch -etc/ebw3d.conf.sample -etc/rc.d/ebw3d.sh.sample -share/doc/ebw3/INSTALL -share/doc/ebw3/README -share/doc/ebw3/README.port -share/doc/ebw3/README.access -@dirrm share/doc/ebw3 -@unexec rmdir %D/www/cgi-bin 2> /dev/null || true diff --git a/japanese/elisa10x8/Makefile b/japanese/elisa10x8/Makefile deleted file mode 100644 index 1a3fc66..0000000 --- a/japanese/elisa10x8/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: elisafont -# Date created: 26 Sep 1997 -# Whom: Dai ISHIJIMA & ELISA Font Project <ishijima@tri.pref.osaka.jp> -# -# $FreeBSD$ -# - -PORTNAME= elisa10x8 -PORTVERSION= 1.0 -CATEGORIES= japanese x11-fonts -MASTER_SITES= # disappeared -MASTER_SITE_SUBDIR= xc/fonts/bdf/misc -DISTFILES= elisau10.tgz \ - clR5x8.bdf -EXTRACT_ONLY= elisau10.tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= X11 8-dot kanji font 'elisa font' - -DEPRECATED= mastersite disappeared, only applied to antique X version -EXPIRATION_DATE= 2005-10-11 - -RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} - -USE_X_PREFIX= yes - -.include <bsd.port.pre.mk> - -NO_WRKSUBDIR= yes - -FONTSDIR= lib/X11/fonts/local -MAKE_ENV= DISTDIR=${DISTDIR} FONTSDIR=${FONTSDIR} -PLIST_SUB= FONTSDIR=${FONTSDIR} - -pre-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGREQ} ${PKGNAME} INSTALL - -post-install: - @(cd ${PREFIX}/${FONTSDIR} ; mkfontdir) -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/elisa8 - @${CP} ${WRKSRC}/elisa100.doc ${PREFIX}/share/doc/elisa8/ - @${CP} ${WRKSRC}/elisau10.doc ${PREFIX}/share/doc/elisa8/ - @${CP} ${WRKSRC}/hosoku.txt ${PREFIX}/share/doc/elisa8/ -.endif - -.include <bsd.port.post.mk> diff --git a/japanese/elisa10x8/distinfo b/japanese/elisa10x8/distinfo deleted file mode 100644 index 13f283b..0000000 --- a/japanese/elisa10x8/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (elisau10.tgz) = e14defd8b1f310241576686b6a2887a6 -SIZE (elisau10.tgz) = 125292 -MD5 (clR5x8.bdf) = 7c9c28f5a68a977e49f40f3f17044c35 -SIZE (clR5x8.bdf) = 14416 diff --git a/japanese/elisa10x8/files/patch-aa b/japanese/elisa10x8/files/patch-aa deleted file mode 100644 index f43b75e..0000000 --- a/japanese/elisa10x8/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -*** /dev/null Fri Sep 26 14:42:02 1997 ---- Makefile Fri Sep 26 15:43:17 1997 -*************** -*** 0 **** ---- 1,10 ---- -+ all: -+ bdftopcf elisau10.bdf | gzip -c > elisau10.pcf.gz -+ cp ${DISTDIR}/clR5x8.bdf . -+ patch --quiet < clR5x8-s5x8.diff -+ bdftopcf clR5x8.bdf | gzip -c > clR5x8.pcf.gz -+ -+ install: -+ [ -d ${PREFIX}/${FONTSDIR} ] || mkdir -p ${PREFIX}/${FONTSDIR} -+ cp elisau10.pcf.gz ${PREFIX}/${FONTSDIR} -+ cp clR5x8.pcf.gz ${PREFIX}/${FONTSDIR} diff --git a/japanese/elisa10x8/pkg-descr b/japanese/elisa10x8/pkg-descr deleted file mode 100644 index c513b52..0000000 --- a/japanese/elisa10x8/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Japanese 8 dot font named `elisa font'. - -You can use 'elisa' as an alias for elisau10.pcf.Z, and 's5x8' for s5x8.pcf.Z. - -A simple usage: - % kterm -fn s5x8 -fr s5x8 -fk elisa diff --git a/japanese/elisa10x8/pkg-plist b/japanese/elisa10x8/pkg-plist deleted file mode 100644 index fc60452..0000000 --- a/japanese/elisa10x8/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%FONTSDIR%%/elisau10.pcf.gz -%%FONTSDIR%%/clR5x8.pcf.gz -share/doc/elisa8/elisa100.doc -share/doc/elisa8/elisau10.doc -share/doc/elisa8/hosoku.txt -@exec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir -@unexec cd %D/%%FONTSDIR%% ; %D/bin/mkfontdir -@unexec if [ `wc -c %D/%%FONTSDIR%%/fonts.dir | awk '{print $1}'` = 2 ]; then rm -f %D/%%FONTSDIR%%/fonts.dir; fi -@unexec if [ ! -s %D/%%FONTSDIR%%/fonts.alias ]; then rm -f %D/%%FONTSDIR%%/fonts.alias; fi -@dirrm share/doc/elisa8 diff --git a/japanese/elisa10x8/pkg-req b/japanese/elisa10x8/pkg-req deleted file mode 100644 index bc2c59f..0000000 --- a/japanese/elisa10x8/pkg-req +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/sh -if [ "x$1" = "x" ]; then - exit 1; -fi -if [ "x$2" != "xINSTALL" -a "x$2" != "xDEINSTALL" ]; then - exit 1; -fi - -export FONTDIR; FONTDIR=${PKG_PREFIX}/lib/X11/fonts/local - -if [ "$2x" = "INSTALLx" -a ! -d ${FONTDIR} ]; then - echo '**********************************************************************' - echo "****** ${FONTDIR}/ doesn't exist." - echo "****** Creating ${FONTDIR}/" - echo '****** Please upgrade your XFree86 to 3.3.3 or upper,' - echo "****** or add this directory to your /etc/XF86Config's FontPath entry." - echo '**********************************************************************' - mkdir ${FONTDIR} -fi - -grepv() { - awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 -} - -# font alias entry here! -TMPFILE=/tmp/install-fonts-alias-$$ -cat << EOF > ${TMPFILE} -elisa -elisa-fixed-medium-r-normal--10-70-75-75-c-100-jisx0208.1983-0 -s5x8 -schumacher-descent2clean-medium-r-normal--8-80-75-75-c-50-iso646.1991-irv -EOF - -echo "Updating ${FONTDIR}/fonts.alias" -cd ${FONTDIR} -touch fonts.alias ${TMPFILE} -cp fonts.alias fonts.alias.orig -if [ "$2" = "INSTALL" ] ; then - (grepv ${TMPFILE} fonts.alias.orig; \ - cat ${TMPFILE}) > fonts.alias -elif [ "$2" = "DEINSTALL" ] ; then - grepv ${TMPFILE} fonts.alias.orig > fonts.alias -fi -rm -f fonts.alias.orig ${TMPFILE} - -echo "**********************************************************" -echo "You should restart X server or do 'xset fp rehash' command" -echo "to enable this update." -echo "**********************************************************" - -exit 0; diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile deleted file mode 100644 index fd51df8..0000000 --- a/japanese/iv/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# New ports collection makefile for: iv -# Date created: 23.Feb.1996 -# Whom: sanpei@yy.cs.keio.ac.jp -# -# $FreeBSD$ -# - -PORTNAME= iv -PORTVERSION= 3.1 -PORTREVISION= 1 -CATEGORIES= japanese graphics -MASTER_SITES= ftp://interviews.stanford.edu/pub/ \ - ${MASTER_SITE_PORTS_JP} -DISTFILES= ${PORTVERSION}.tar.Z \ - ${PORTNAME}${PORTVERSION:S/./_/g}j_gamma.tar.gz - -PATCH_SITES= ${MASTER_SITE_PORTS_JP} -PATCHFILES= ${DISTNAME}j-gamma-fixcmpfont.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A toolkit from Stanford University and Silicon Graphics + Japanese patches - -FORBIDDEN= http://vuxml.FreeBSD.org/pkg-ja-iv.html -EXPIRATION_DATE=2005-08-30 - -# Warning: we cannot use USE_IMAKE. -BUILD_DEPENDS= imake:${X_IMAKE_PORT} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 502112 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -USE_GCC= 2.95 -USE_XLIB= yes -DIST_SUBDIR= iv -WRKSRC= ${WRKDIR}/iv -MAKE_ENV= CPU=`make CPU` - -MANPREFIX= ${PREFIX}/interviews -MANN= Adjuster.n Banner.n BasicDialog.n Border.n Box2_6.n \ - BrushCmd.n Button2_6.n CGlue.n CSolver.n Catalog.n \ - Clipboard.n ColorCmd.n Command.n CompletionEditor.n \ - Component.n ComponentView.n ConnectTool.n Connector.n \ - Control.n ControlInfo.n Creator.n Damage.n Data.n \ - Deck2_6.n Dialog.n Dispatcher.n Editor.n EditorInfo.n \ - EllipseComp.n ExternView.n FileBrowser.n FileChooser.n \ - FontCmd.n Frame.n GVUpdater.n Glue2_6.n Graphic.n \ - GraphicBlock.n GraphicComp.n GraphicCompTool.n \ - GraphicView.n Grid.n IOCallback.n IOHandler.n \ - ImportCmd.n Interactor.n Iterator.n KeyMap.n \ - LineComp.n LinkComp.n MacroCmd.n MagnifyTool.n \ - Manipulator.n MatchEditor.n Menu2_6.n Message.n \ - MoveTool.n NOPCmd.n PadComp.n Page.n Painter.n \ - Panner.n Path.n Pattern.n PatternCmd.n Perspective.n \ - Picture.n PinComp.n PolygonComp.n PostScriptView.n \ - RasterComp.n RasterRect.n RectComp.n Regexp.n ReqErr.n \ - ReshapeTool.n Resource.n RotateTool.n RpcHdr.n \ - RpcPeer.n RpcReader.n RpcRegistry.n RpcService.n \ - RpcWriter.n Rubband.n ScaleTool.n Scene.n Scroller.n \ - SelectTool.n Selection.n Sensor.n Shape.n SlotComp.n \ - SplineComp.n StateVar.n StateVarView.n StencilComp.n \ - StrBrowser.n StrChooser.n StretchTool.n StringEditor.n \ - Subject.n TextBuffer.n TextComp.n TextDisplay.n \ - TextEditor.n Tool.n TransferFunct.n Tray.n UArray.n \ - UControl.n UHashTable.n ULabel.n UList.n UMap.n \ - UStencil.n Unidraw.n UnidrawIntro.n Vertices.n \ - VerticesComp.n Viewer.n Viewport.n World.n alert.n \ - align.n catcmds.n classes.n datas.n dclock.n doc.n \ - edit.n ellipses.n geomobjs.n globals.n ibuild.n \ - iclass.n idraw.n ifb.n ifc.n iostreamb.n ivmkmf.n \ - kybd.n lines.n logo.n mailbox.n manips.n polygons.n \ - pspaint.n remind.n rpcbuf.n rpcstream.n splines.n \ - statevars.n stateviews.n struct.n transfns.n \ - transforms.n uctrls.n viewcmds.n - -INSTALLS_SHLIB= yes -.if ${PORTOBJFORMAT} == "elf" -IV_LIB_VER= 3 -.else -IV_LIB_VER= 3.1 -.endif - -pre-patch: - ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/diff-2.0gamma - -post-patch: - @(cd ${WRKSRC}/src/config/InterViews; ${MV} -f iv-freebsd.cf \ - iv-freebsd.cf~; ${SED} -e 's/%%CXX%%/${CXX}/' iv-freebsd.cf~ \ - > iv-freebsd.cf) -.if ${OSVERSION} >= 400002 - @(cd ${WRKSRC}/src/config/InterViews; ${MV} -f iv-freebsd.cf \ - iv-freebsd.cf~; ${SED} -e 's/\-lg\+\+//' iv-freebsd.cf~ \ - > iv-freebsd.cf) -.endif - -post-install: - @${INSTALL_DATA} ${WRKDIR}/idraw-3_1j.ad ${PREFIX}/interviews/lib/all/app-defaults/idraw -# need these in ${PREFIX}/lib so that ldconfig can find them - @${LN} -fs ../interviews/lib/libIV.so.${IV_LIB_VER} ${PREFIX}/lib - @${LN} -fs ../interviews/lib/libUnidraw.so.${IV_LIB_VER} ${PREFIX}/lib - @${LN} -fs ${PREFIX}/lib/libIV.so.${IV_LIB_VER} ${PREFIX}/lib/libIV.so - @${LN} -fs ${PREFIX}/lib/libUnidraw.so.${IV_LIB_VER} ${PREFIX}/lib/libUnidraw.so - -.include <bsd.port.post.mk> diff --git a/japanese/iv/distinfo b/japanese/iv/distinfo deleted file mode 100644 index b7c8887..0000000 --- a/japanese/iv/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (iv/3.1.tar.Z) = 83707e13b4ca484e0d98c41bc76a6e64 -SIZE (iv/3.1.tar.Z) = 3771112 -MD5 (iv/iv3_1j_gamma.tar.gz) = 9e9f04128ee98bc3de3ca016902c4e4c -SIZE (iv/iv3_1j_gamma.tar.gz) = 46046 -MD5 (iv/iv-3.1j-gamma-fixcmpfont.patch) = ac6b9e65dd4d93b4f621b4b4eec602a7 -SIZE (iv/iv-3.1j-gamma-fixcmpfont.patch) = 4714 diff --git a/japanese/iv/files/patch-aa b/japanese/iv/files/patch-aa deleted file mode 100644 index 712f5d6..0000000 --- a/japanese/iv/files/patch-aa +++ /dev/null @@ -1,320 +0,0 @@ -*** src/bin/iclass/dialogs.c.orig Tue Jul 8 23:30:56 2003 ---- src/bin/iclass/dialogs.c Wed Jul 9 00:14:41 2003 -*************** -*** 40,51 **** - - #include <stdlib.h> - #include <string.h> - #include <osfcn.h> - - #if !defined(AIXV3) && !defined(hpux) && !(defined(sun) && OSMajorVersion >= 5) && !defined(__386BSD__) && !defined(linux) - /* sigh, not all systems have this prototype */ - extern "C" { -! char* getcwd(char*, int); - } - #endif - ---- 40,56 ---- - - #include <stdlib.h> - #include <string.h> -+ #if __FreeBSD__ >= 2 -+ #include <osreldate.h> -+ #if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) - #include <osfcn.h> -+ #endif -+ #endif - - #if !defined(AIXV3) && !defined(hpux) && !(defined(sun) && OSMajorVersion >= 5) && !defined(__386BSD__) && !defined(linux) - /* sigh, not all systems have this prototype */ - extern "C" { -! char* getcwd(char*, unsigned int); - } - #endif - -*** src/bin/scripts/Imakefile Thu Sep 12 15:01:39 1991 ---- /usr/oports/x11/iv/src/bin/scripts/Imakefile Tue Apr 26 17:01:52 1994 -*************** -*** 11,16 **** ---- 11,17 ---- - - AllTarget($(PROGRAMS)) - -+ CPP = /usr/bin/cpp - CppScriptTarget(cpu,cpu.cpp,-DCPU='"'"$(ARCH)"'"',always) - CppScriptTarget(ibmkmf,ibmkmf.cpp,-DCONFIGDIRSPEC='$(CONFIGDIRSPEC)',always) - CppScriptTarget(ivmkmf,ivmkmf.cpp,-DCONFIGDIRSPEC='$(CONFIGDIRSPEC)',always) -*** src/bin/scripts/remind.cpp Wed Jun 3 21:37:00 1992 ---- /usr/oports/x11/iv/src/bin/scripts/remind.cpp Tue Apr 26 17:01:53 1994 -*************** -*** 34,40 **** - ' > $tmp - - cat $MacrosFile $RemindersFile \ -! | /lib/cpp \ - | egrep -f $tmp \ - | awk ' - /[0-9][0-9]?:[0-9][0-9]?/ { ---- 34,40 ---- - ' > $tmp - - cat $MacrosFile $RemindersFile \ -! | /usr/bin/cpp \ - | egrep -f $tmp \ - | awk ' - /[0-9][0-9]?:[0-9][0-9]?/ { -*** src/config/InterViews/TIFF.def Fri Dec 11 15:33:54 1992 ---- /usr/oports/x11/iv/src/config/InterViews/TIFF.def Tue Apr 26 17:01:54 1994 -*************** -*** 90,95 **** ---- 90,100 ---- - * - */ - #ifndef TIFFStdCDefines -+ #if defined(FreeBSDArchitecture) -+ #define TIFFStdCDefines \ -+ -DCOLORIMETRY_SUPPORT -DYCBCR_SUPPORT -DMMAP_SUPPORT \ -+ -DHAVE_IEEEFP=1 -DUSE_VARARGS=1 -DUSE_PROTOTYPES=1 -DUSE_CONST=1 -+ #endif - #if defined(SGIArchitecture) - #define TIFFStdCDefines \ - -DCOLORIMETRY_SUPPORT -DJPEG_SUPPORT -DYCBCR_SUPPORT -DCMYK_SUPPORT \ -*** src/config/InterViews/arch.def Fri Dec 11 15:34:52 1992 ---- /usr/oports/x11/iv/src/config/InterViews/arch.def Tue Apr 26 17:01:55 1994 -*************** -*** 385,390 **** ---- 385,400 ---- - #define MacroFile InterViews/iv-convex.cf - #endif /* __convex__ */ - -+ #ifdef __FreeBSD__ -+ #undef freebsd -+ #undef FREEBSD -+ #define FreeBSDArchitecture -+ #define ArchitectureName FREEBSD -+ #define architectureName freebsd -+ #define MacroIncludeFile <InterViews/iv-freebsd.cf> -+ #define MacroFile InterViews/iv-freebsd.cf -+ #endif -+ - #ifndef ArchitectureName - XCOMM WARNING: Imakefile not configured; guessing at definitions!!! - XCOMM This might mean that BOOTSTRAPCFLAGS was not set when building imake. -*** src/config/InterViews/local.def Tue Nov 24 12:08:51 1992 ---- /usr/oports/x11/iv/src/config/InterViews/local.def Thu Jun 16 18:34:11 1994 -*************** -*** 8,14 **** - /* - * If you are using gcc/g++, then uncomment the include below. - */ -! /* #include <InterViews/gcc.def> */ - - /* - * Default customization of kits. ---- 8,19 ---- - /* - * If you are using gcc/g++, then uncomment the include below. - */ -! #include <InterViews/gcc.def> -! -! #if defined(FreeBSDArchitecture) -! #undef HasSunOSSharedLibs -! #define HasSunOSSharedLibs YES -! #endif - - /* - * Default customization of kits. -*************** -*** 33,38 **** ---- 38,48 ---- - #define BuildRPCClasses YES - #endif - -+ #if defined (FreeBSDArchitecture) -+ #undef BuildRPCClasses -+ #define BuildRPCClasses NO -+ #endif -+ - /* - * Delete this definition if your /tmp space is less than five megabytes. - */ -*************** -*** 49,55 **** - * installed data files. - */ - #undef InstalledRoot -! #define InstalledRoot /interviews - - /* - * If the X11 config files are not in /usr/lib/X11/config, the X11 ---- 59,65 ---- - * installed data files. - */ - #undef InstalledRoot -! #define InstalledRoot /usr/local/interviews - - /* - * If the X11 config files are not in /usr/lib/X11/config, the X11 -*************** -*** 60,70 **** - * If you have to set XConfigDir, don't forget to override XCONFIGDIR - * on the command line when saying "make World" for the first time. - */ -! /* - #undef XConfigDir -! #define XConfigDir /usr/X11R5/lib/X11/config - #undef XIncDir -! #define XIncDir /usr/X11R5/include - #undef XLibDir -! #define XLibDir /usr/X11R5/lib -! */ ---- 70,80 ---- - * If you have to set XConfigDir, don't forget to override XCONFIGDIR - * on the command line when saying "make World" for the first time. - */ -! - #undef XConfigDir -! #define XConfigDir /usr/X11R6/lib/X11/config - #undef XIncDir -! #define XIncDir /usr/X11R6/include - #undef XLibDir -! #define XLibDir /usr/X11R6/lib -! -*** src/lib/IV-X11/xwindow.c Mon Nov 23 12:26:43 1992 ---- /usr/oports/x11/iv/src/lib/IV-X11/xwindow.c Tue Apr 26 17:03:44 1994 -*************** -*** 64,70 **** - - /* no standard place for this */ - extern "C" { -! extern int ioctl(int, int, ...); - } - - implementPtrList(WindowVisualList,WindowVisual) ---- 64,70 ---- - - /* no standard place for this */ - extern "C" { -! extern int ioctl(int, long unsigned int, ...); - } - - implementPtrList(WindowVisualList,WindowVisual) -*** src/lib/OS/string.c Mon Jul 13 10:54:03 1992 ---- /usr/oports/x11/iv/src/lib/OS/string.c Thu Jun 16 18:37:30 1994 -*************** -*** 31,41 **** ---- 31,43 ---- - */ - - extern "C" { -+ #ifndef __FreeBSD__ - #ifndef tolower - extern int tolower(int); - #endif - #ifndef toupper - extern int toupper(int); -+ #endif - #endif - extern long int strtol(const char*, char**, int); - extern double strtod(const char*, char**); -*** src/lib/TIFF/mkg3states.c Fri Mar 6 11:11:03 1992 ---- /usr/oports/x11/iv/src/lib/TIFF/mkg3states.c Tue Apr 26 17:03:59 1994 -*************** -*** 68,73 **** ---- 68,74 ---- - * END (from the original source) - */ - #include <stdio.h> -+ #define va_dcl /**/ - #include "prototypes.h" - - #ifndef TRUE -*** src/lib/TIFF/prototypes.h Tue Feb 18 18:20:12 1992 ---- /usr/oports/x11/iv/src/lib/TIFF/prototypes.h Tue Apr 26 17:03:59 1994 -*************** -*** 25,30 **** ---- 25,31 ---- - */ - - #if USE_PROTOTYPES -+ va_dcl - #define DECLARE1(f,t1,a1) f(t1 a1) - #define DECLARE2(f,t1,a1,t2,a2) f(t1 a1, t2 a2) - #define DECLARE3(f,t1,a1,t2,a2,t3,a3) f(t1 a1, t2 a2, t3 a3) -*** ./src/bin/ibuild/ibcmds.c.orig Sat Dec 12 13:33:25 1992 ---- ./src/bin/ibuild/ibcmds.c Wed Jul 9 00:09:35 2003 -*************** -*** 86,92 **** ---- 86,101 ---- - #undef FileChooser - #define FileChooser _lib_iv(FileChooser) - -+ #if __FreeBSD__ >= 2 -+ #include <osreldate.h> -+ #if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) - #include <osfcn.h> -+ #endif -+ #endif -+ #if __FreeBSD_cc_version >= 400003 -+ #include <unistd.h> -+ #endif -+ - #include <stdio.h> - #include <stdlib.h> - #include <stream.h> -*************** -*** 111,119 **** - #define getwd(a) getcwd(a,MAXPATHLEN) - #endif - -! #ifdef __DECCXX - extern "C" { - int getwd(char*); - int vfork(); - int execlp(char*, ...); - int unlink(char*); ---- 120,130 ---- - #define getwd(a) getcwd(a,MAXPATHLEN) - #endif - -! #if (defined(__DECCXX) || (__FreeBSD_version > 500000)) - extern "C" { -+ #if !defined(__FreeBSD__) - int getwd(char*); -+ #endif - int vfork(); - int execlp(char*, ...); - int unlink(char*); -*************** -*** 2407,2421 **** - EditorInfo* installed = (EditorInfo*) toolsdialog.Installed(); - EditorInfo* removed = (EditorInfo*) toolsdialog.Removed(); - -! Iterator i; -! for (unidraw->First(i); !unidraw->Done(i); unidraw->Next(i)) { -! IBEditor* iEd = (IBEditor*) unidraw->GetEditor(i); - ToolPanel* itoolpanel = iEd->GetToolPanel(); - - for (int i = 0; i < installed->Count(); i++) { - itoolpanel->Install(installed->GetName(i)); - } -! for (i = 0; i < removed->Count(); i++) { - itoolpanel->Uninstall(removed->GetName(i)); - } - itoolpanel->Change(); ---- 2418,2432 ---- - EditorInfo* installed = (EditorInfo*) toolsdialog.Installed(); - EditorInfo* removed = (EditorInfo*) toolsdialog.Removed(); - -! Iterator ii; -! for (unidraw->First(ii); !unidraw->Done(ii); unidraw->Next(ii)) { -! IBEditor* iEd = (IBEditor*) unidraw->GetEditor(ii); - ToolPanel* itoolpanel = iEd->GetToolPanel(); - - for (int i = 0; i < installed->Count(); i++) { - itoolpanel->Install(installed->GetName(i)); - } -! for (int i = 0; i < removed->Count(); i++) { - itoolpanel->Uninstall(removed->GetName(i)); - } - itoolpanel->Change(); diff --git a/japanese/iv/files/patch-ac b/japanese/iv/files/patch-ac deleted file mode 100644 index d02518b..0000000 --- a/japanese/iv/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -*** src/config/InterViews/iv-freebsd.cf Mon Oct 31 17:31:42 1994 ---- src/config/InterViews/iv-freebsd.cf Mon Oct 31 17:36:04 1994 -*************** -*** 0 **** ---- 1,11 ---- -+ #include <InterViews/xparams.cf> -+ #undef CppCmd -+ #define CppCmd cpp -+ #undef CCDriver -+ #define CCDriver c++ -+ #undef DependCCFlags -+ #define DependCCFlags $(CCDEFINES) $(CCINCLUDES) -I/usr/include/g++ -+ #undef ExtraCCLdLibs -+ #define ExtraCCLdLibs -lg++ -+ #undef SharedCCFlags -+ #define SharedCCFlags -fpic diff --git a/japanese/iv/files/patch-ad b/japanese/iv/files/patch-ad deleted file mode 100644 index f0a6538..0000000 --- a/japanese/iv/files/patch-ad +++ /dev/null @@ -1,1174 +0,0 @@ -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/bin/idraw/idcmds.c ./src/bin/idraw/idcmds.c -*** work-orig/iv/src/bin/idraw/idcmds.c Sat May 23 03:37:32 1992 ---- ./src/bin/idraw/idcmds.c Mon May 29 20:18:43 1995 -*************** -*** 26,32 **** - - #include "ided.h" - #include "idclasses.h" -- #include "idcmds.h" - #include "idcomp.h" - #include "iddialogs.h" - #include "idvars.h" ---- 26,31 ---- -*************** -*** 46,56 **** - #include <Unidraw/Commands/edit.h> - #include <Unidraw/Commands/transforms.h> - -- #undef FileChooser -- #define FileChooser _lib_iv(FileChooser) -- - #include <stream.h> - - /*****************************************************************************/ - - ClassId OpenCmd::GetClassId () { return OPEN_CMD; } ---- 45,53 ---- - #include <Unidraw/Commands/edit.h> - #include <Unidraw/Commands/transforms.h> - - #include <stream.h> - -+ #include "idcmds.h" - /*****************************************************************************/ - - ClassId OpenCmd::GetClassId () { return OPEN_CMD; } -*************** -*** 59,66 **** - return OPEN_CMD == id || ViewCompCmd::IsA(id); - } - -! OpenCmd::OpenCmd (ControlInfo* c, FileChooser* fc) : ViewCompCmd(c, fc) { } -! OpenCmd::OpenCmd (Editor* ed, FileChooser* fc) : ViewCompCmd(ed, fc) { } - - Command* OpenCmd::Copy () { - Command* copy = new OpenCmd(CopyControlInfo()); ---- 56,63 ---- - return OPEN_CMD == id || ViewCompCmd::IsA(id); - } - -! OpenCmd::OpenCmd (ControlInfo* c, FileChooser* fc) : ViewCompCmd(c, fc) { }; -! OpenCmd::OpenCmd (Editor* ed, FileChooser* fc) : ViewCompCmd(ed, fc) { }; - - Command* OpenCmd::Copy () { - Command* copy = new OpenCmd(CopyControlInfo()); -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/config/InterViews/iv-freebsd.cf ./src/config/InterViews/iv-freebsd.cf -*** work-orig/iv/src/config/InterViews/iv-freebsd.cf Wed May 31 08:52:13 1995 ---- ./src/config/InterViews/iv-freebsd.cf Mon May 29 21:55:00 1995 -*************** -*** 2,8 **** - #undef CppCmd - #define CppCmd cpp - #undef CCDriver -! #define CCDriver c++ - #undef DependCCFlags - #define DependCCFlags $(CCDEFINES) $(CCINCLUDES) -I/usr/include/g++ - #undef ExtraCCLdLibs ---- 2,8 ---- - #undef CppCmd - #define CppCmd cpp - #undef CCDriver -! #define CCDriver %%CXX%% - #undef DependCCFlags - #define DependCCFlags $(CCDEFINES) $(CCINCLUDES) -I/usr/include/g++ - #undef ExtraCCLdLibs -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/config/InterViews/local.def ./src/config/InterViews/local.def -*** work-orig/iv/src/config/InterViews/local.def Wed May 31 08:52:10 1995 ---- ./src/config/InterViews/local.def Mon May 29 23:56:31 1995 -*************** -*** 10,18 **** - */ - #include <InterViews/gcc.def> - -! #if defined(FreeBSDArchitecture) - #undef HasSunOSSharedLibs - #define HasSunOSSharedLibs YES - #endif - - /* ---- 10,20 ---- - */ - #include <InterViews/gcc.def> - -! #if defined (FreeBSDArchitecture) - #undef HasSunOSSharedLibs - #define HasSunOSSharedLibs YES -+ #undef HasSunOSSharedLibraries -+ #define HasSunOSSharedLibraries YES - #endif - - /* -*************** -*** 47,53 **** - * Delete this definition if your /tmp space is less than five megabytes. - */ - #undef HasLargeTmp -- #define HasLargeTmp YES - - /* - * If you do not want to create a symbolic link called "/interviews" ---- 49,54 ---- -*************** -*** 77,80 **** ---- 78,84 ---- - #define XIncDir /usr/X11R6/include - #undef XLibDir - #define XLibDir /usr/X11R6/lib -+ -+ #undef SharedCCFlags -+ #define SharedCCFlags -fpic - -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/include/IV-X11/xwindow.h ./src/include/IV-X11/xwindow.h -*** work-orig/iv/src/include/IV-X11/xwindow.h Fri Sep 25 07:46:22 1992 ---- ./src/include/IV-X11/xwindow.h Sun May 28 12:49:16 1995 -*************** -*** 46,53 **** - class Style; - class WindowCursorStack; - class WindowTable; - class XDisplay; -! - struct WindowOverlayInfo { - VisualID id_; - long type_; ---- 46,58 ---- - class Style; - class WindowCursorStack; - class WindowTable; -+ /* -+ * modified by jj@ldjpc.apana.org.au -+ * -+ * this seems to break the compile... - class XDisplay; -! * -! */ - struct WindowOverlayInfo { - VisualID id_; - long type_; -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/include/InterViews/_defines.h ./src/include/InterViews/_defines.h -*** work-orig/iv/src/include/InterViews/_defines.h Wed May 13 06:29:09 1992 ---- ./src/include/InterViews/_defines.h Mon May 29 18:24:27 1995 -*************** -*** 1,14 **** -! #define Alignment _lib_iv(Alignment) -! #define ColorIntensity _lib_iv(ColorIntensity) -! #define ColorOp _lib_iv(ColorOp) -! #define Coord _lib_iv(Coord) -! #define EventType _lib_iv(EventType) -! #define EventButton _lib_iv(EventButton) -! #define GlyphBreakType _lib_iv(GlyphBreakType) -! #define GlyphIndex _lib_iv(GlyphIndex) -! #define IntCoord _lib_iv(IntCoord) -! #define PixelCoord _lib_iv(PixelCoord) -! #define Selection _lib_iv(Selection) - #define Action _lib_iv(Action) - #define ActiveHandler _lib_iv(ActiveHandler) - #define Adjustable _lib_iv(Adjustable) ---- 1,4 ---- -! #define AcknowledgeDialog _lib_iv(AcknowledgeDialog) - #define Action _lib_iv(Action) - #define ActiveHandler _lib_iv(ActiveHandler) - #define Adjustable _lib_iv(Adjustable) -*************** -*** 16,21 **** ---- 6,14 ---- - #define Aggregate _lib_iv(Aggregate) - #define AggregateInfo_List _lib_iv(AggregateInfo_List) - #define Align _lib_iv(Align) -+ #define AlignCmd _lib_iv(AlignCmd) -+ #define AlignToGridCmd _lib_iv(AlignToGridCmd) -+ #define Alignment _lib_iv(Alignment) - #define Allocation _lib_iv(Allocation) - #define AllocationInfo _lib_iv(AllocationInfo) - #define AllocationTable _lib_iv(AllocationTable) -*************** -*** 24,31 **** ---- 17,26 ---- - #define ApplicationWindow _lib_iv(ApplicationWindow) - #define ArrayCompositor _lib_iv(ArrayCompositor) - #define ArrowSubclassName _lib_iv(ArrowSubclassName) -+ #define BackCmd _lib_iv(BackCmd) - #define Background _lib_iv(Background) - #define Banner _lib_iv(Banner) -+ #define BasicDialog _lib_iv(BasicDialog) - #define Bevel _lib_iv(Bevel) - #define BevelFrame _lib_iv(BevelFrame) - #define Bitmap _lib_iv(Bitmap) -*************** -*** 36,89 **** ---- 31,158 ---- - #define BoxCanonical _lib_iv(BoxCanonical) - #define BoxElement _lib_iv(BoxElement) - #define BoxImpl _lib_iv(BoxImpl) -+ #define BoxObj _lib_iv(BoxObj) - #define Break _lib_iv(Break) - #define Break_List _lib_iv(Break_List) - #define Browser _lib_iv(Browser) - #define BrowserList _lib_iv(BrowserList) - #define Brush _lib_iv(Brush) -+ #define BrushCmd _lib_iv(BrushCmd) - #define BrushImpl _lib_iv(BrushImpl) - #define BrushRep _lib_iv(BrushRep) -+ #define BrushVar _lib_iv(BrushVar) -+ #define BrushVarView _lib_iv(BrushVarView) - #define Button _lib_iv(Button) - #define ButtonList _lib_iv(ButtonList) - #define ButtonState _lib_iv(ButtonState) -+ #define CCnxn _lib_iv(CCnxn) -+ #define CCnxn_HashTable _lib_iv(CCnxn_HashTable) -+ #define CGlue _lib_iv(CGlue) -+ #define CNet _lib_iv(CNet) -+ #define CSolver _lib_iv(CSolver) -+ #define CSolverInfo _lib_iv(CSolverInfo) -+ #define CSolverState _lib_iv(CSolverState) - #define Canvas _lib_iv(Canvas) - #define CanvasDamage _lib_iv(CanvasDamage) - #define CanvasRep _lib_iv(CanvasRep) - #define Card _lib_iv(Card) -+ #define Catalog _lib_iv(Catalog) -+ #define CatalogChooser _lib_iv(CatalogChooser) -+ #define CenterCmd _lib_iv(CenterCmd) - #define CenterLayout _lib_iv(CenterLayout) - #define Character _lib_iv(Character) - #define CheckBox _lib_iv(CheckBox) - #define ChoiceItem _lib_iv(ChoiceItem) -+ #define ClassId _lib_iv(ClassId) -+ #define Clipboard _lib_iv(Clipboard) - #define ClippingStack _lib_iv(ClippingStack) -+ #define CloseEditorCmd _lib_iv(CloseEditorCmd) -+ #define ClosedBSpline _lib_iv(ClosedBSpline) -+ #define ClosedSplineComp _lib_iv(ClosedSplineComp) -+ #define ClosedSplineView _lib_iv(ClosedSplineView) - #define Color _lib_iv(Color) -+ #define ColorCmd _lib_iv(ColorCmd) -+ #define ColorData _lib_iv(ColorData) - #define ColorImpl _lib_iv(ColorImpl) -+ #define ColorIntensity _lib_iv(ColorIntensity) -+ #define ColorOp _lib_iv(ColorOp) - #define ColorRep _lib_iv(ColorRep) - #define ColorTable _lib_iv(ColorTable) -+ #define ColorVar _lib_iv(ColorVar) -+ #define Command _lib_iv(Command) -+ #define CommandControl _lib_iv(CommandControl) -+ #define CommandInteractor _lib_iv(CommandInteractor) -+ #define CompNameVar _lib_iv(CompNameVar) -+ #define CompNameVarView _lib_iv(CompNameVarView) - #define CompletionEditor _lib_iv(CompletionEditor) -+ #define Component _lib_iv(Component) -+ #define ComponentView _lib_iv(ComponentView) - #define Composition _lib_iv(Composition) - #define CompositionComponent_List _lib_iv(CompositionComponent_List) - #define Compositor _lib_iv(Compositor) -+ #define ConfirmDialog _lib_iv(ConfirmDialog) -+ #define ConnInfo _lib_iv(ConnInfo) -+ #define ConnectCmd _lib_iv(ConnectCmd) -+ #define ConnectManip _lib_iv(ConnectManip) -+ #define ConnectTool _lib_iv(ConnectTool) -+ #define Connector _lib_iv(Connector) -+ #define ConnectorView _lib_iv(ConnectorView) - #define Control _lib_iv(Control) -+ #define ControlInfo _lib_iv(ControlInfo) - #define ControlState _lib_iv(ControlState) -+ #define Coord _lib_iv(Coord) -+ #define CoordinateSpace _lib_iv(CoordinateSpace) -+ #define CopyCmd _lib_iv(CopyCmd) -+ #define Creator _lib_iv(Creator) - #define Cursor _lib_iv(Cursor) - #define CursorRep _lib_iv(CursorRep) - #define CursorRepBitmap _lib_iv(CursorRepBitmap) - #define CursorRepData _lib_iv(CursorRepData) - #define CursorRepFont _lib_iv(CursorRepFont) - #define CursorRepXFont _lib_iv(CursorRepXFont) -+ #define CutCmd _lib_iv(CutCmd) -+ #define Damage _lib_iv(Damage) - #define DamageList _lib_iv(DamageList) -+ #define Data _lib_iv(Data) -+ #define DataCache _lib_iv(DataCache) - #define DebugGlyph _lib_iv(DebugGlyph) - #define Deck _lib_iv(Deck) -+ #define DeleteCmd _lib_iv(DeleteCmd) - #define Dialog _lib_iv(Dialog) - #define DialogKit _lib_iv(DialogKit) -+ #define DialogKitImpl _lib_iv(DialogKitImpl) - #define Display _lib_iv(Display) - #define DisplayRep _lib_iv(DisplayRep) - #define DownMover _lib_iv(DownMover) -+ #define Drag _lib_iv(Drag) -+ #define DragManip _lib_iv(DragManip) -+ #define DragRep _lib_iv(DragRep) -+ #define DragZone _lib_iv(DragZone) -+ #define DragZoneRep _lib_iv(DragZoneRep) -+ #define DragZoneSink _lib_iv(DragZoneSink) -+ #define DragZoneSinkHandler _lib_iv(DragZoneSinkHandler) -+ #define DupCmd _lib_iv(DupCmd) -+ #define Editor _lib_iv(Editor) -+ #define EditorImpl _lib_iv(EditorImpl) -+ #define EditorInfo _lib_iv(EditorInfo) -+ #define Ellipse _lib_iv(Ellipse) -+ #define EllipseComp _lib_iv(EllipseComp) -+ #define EllipseView _lib_iv(EllipseView) - #define Enlarger _lib_iv(Enlarger) - #define Event _lib_iv(Event) -+ #define EventButton _lib_iv(EventButton) - #define EventRep _lib_iv(EventRep) -+ #define EventType _lib_iv(EventType) - #define Extension _lib_iv(Extension) -+ #define Extent _lib_iv(Extent) -+ #define ExternView _lib_iv(ExternView) - #define FBDirectory _lib_iv(FBDirectory) -+ #define F_Circle _lib_iv(F_Circle) -+ #define F_ClosedBSpline _lib_iv(F_ClosedBSpline) -+ #define F_Ellipse _lib_iv(F_Ellipse) -+ #define F_OpenBSpline _lib_iv(F_OpenBSpline) -+ #define F_Polygon _lib_iv(F_Polygon) -+ #define F_Rect _lib_iv(F_Rect) - #define FieldEditor _lib_iv(FieldEditor) - #define FieldEditorAction _lib_iv(FieldEditorAction) - #define FieldEditorImpl _lib_iv(FieldEditorImpl) -*************** -*** 92,113 **** ---- 161,210 ---- - #define FileChooser _lib_iv(FileChooser) - #define FileChooserAction _lib_iv(FileChooserAction) - #define FileChooserImpl _lib_iv(FileChooserImpl) -+ #define FileNameVarView _lib_iv(FileNameVarView) -+ #define FillPolygonObj _lib_iv(FillPolygonObj) - #define FixedLayout _lib_iv(FixedLayout) -+ #define FixedPin _lib_iv(FixedPin) - #define Font _lib_iv(Font) - #define FontBoundingBox _lib_iv(FontBoundingBox) -+ #define FontCmd _lib_iv(FontCmd) - #define FontFamily _lib_iv(FontFamily) - #define FontFamilyImpl _lib_iv(FontFamilyImpl) - #define FontFamilyRep _lib_iv(FontFamilyRep) - #define FontImpl _lib_iv(FontImpl) - #define FontRep _lib_iv(FontRep) -+ #define FontVar _lib_iv(FontVar) -+ #define FontVarView _lib_iv(FontVarView) - #define Frame _lib_iv(Frame) -+ #define FrontCmd _lib_iv(FrontCmd) -+ #define FullGraphic _lib_iv(FullGraphic) - #define GLContext _lib_iv(GLContext) - #define GLContextImpl _lib_iv(GLContextImpl) - #define GLWindow _lib_iv(GLWindow) -+ #define GSData _lib_iv(GSData) -+ #define GVU_HashTable _lib_iv(GVU_HashTable) -+ #define GVUpdater _lib_iv(GVUpdater) - #define Glue _lib_iv(Glue) - #define Glyph _lib_iv(Glyph) -+ #define GlyphBreakType _lib_iv(GlyphBreakType) -+ #define GlyphIndex _lib_iv(GlyphIndex) - #define GrabList _lib_iv(GrabList) -+ #define Graphic _lib_iv(Graphic) -+ #define GraphicBlock _lib_iv(GraphicBlock) -+ #define GraphicComp _lib_iv(GraphicComp) -+ #define GraphicCompTool _lib_iv(GraphicCompTool) -+ #define GraphicComps _lib_iv(GraphicComps) -+ #define GraphicView _lib_iv(GraphicView) -+ #define GraphicViews _lib_iv(GraphicViews) -+ #define GravityCmd _lib_iv(GravityCmd) -+ #define GravityVar _lib_iv(GravityVar) -+ #define GravityVarView _lib_iv(GravityVarView) -+ #define Grid _lib_iv(Grid) -+ #define GridCmd _lib_iv(GridCmd) -+ #define GridDialog _lib_iv(GridDialog) -+ #define GridSpacingCmd _lib_iv(GridSpacingCmd) - #define Group _lib_iv(Group) -+ #define GroupCmd _lib_iv(GroupCmd) - #define GrowingBSpline _lib_iv(GrowingBSpline) - #define GrowingClosedBSpline _lib_iv(GrowingClosedBSpline) - #define GrowingMultiLine _lib_iv(GrowingMultiLine) -*************** -*** 116,134 **** ---- 213,240 ---- - #define HBorder _lib_iv(HBorder) - #define HBox _lib_iv(HBox) - #define HGlue _lib_iv(HGlue) -+ #define HPanelControl _lib_iv(HPanelControl) - #define HRule _lib_iv(HRule) - #define HScrollBar _lib_iv(HScrollBar) - #define HScroller _lib_iv(HScroller) -+ #define HSlotComp _lib_iv(HSlotComp) -+ #define HSlotView _lib_iv(HSlotView) - #define Handler _lib_iv(Handler) -+ #define HistoryMap _lib_iv(HistoryMap) - #define Hit _lib_iv(Hit) - #define HitImpl _lib_iv(HitImpl) - #define IconWindow _lib_iv(IconWindow) - #define Image _lib_iv(Image) -+ #define ImportCmd _lib_iv(ImportCmd) -+ #define InorderView _lib_iv(InorderView) - #define InputHandler _lib_iv(InputHandler) - #define InputHandlerImpl _lib_iv(InputHandlerImpl) -+ #define IntCoord _lib_iv(IntCoord) - #define Interactor _lib_iv(Interactor) - #define InteractorHandler _lib_iv(InteractorHandler) - #define InteractorWindow _lib_iv(InteractorWindow) -+ #define Iterator _lib_iv(Iterator) -+ #define KeyMap _lib_iv(KeyMap) - #define KnownFonts _lib_iv(KnownFonts) - #define LRComposition _lib_iv(LRComposition) - #define LRMarker _lib_iv(LRMarker) -*************** -*** 136,198 **** ---- 242,404 ---- - #define Layout _lib_iv(Layout) - #define LayoutKit _lib_iv(LayoutKit) - #define LeftMover _lib_iv(LeftMover) -+ #define Line _lib_iv(Line) -+ #define LineComp _lib_iv(LineComp) -+ #define LineObj _lib_iv(LineObj) -+ #define LineView _lib_iv(LineView) -+ #define LinkComp _lib_iv(LinkComp) -+ #define LinkView _lib_iv(LinkView) - #define MFDialogKit _lib_iv(MFDialogKit) - #define MFKit _lib_iv(MFKit) - #define MFKitImpl _lib_iv(MFKitImpl) - #define Macro _lib_iv(Macro) -+ #define MacroActionList _lib_iv(MacroActionList) -+ #define MacroCmd _lib_iv(MacroCmd) -+ #define MagnifVar _lib_iv(MagnifVar) -+ #define MagnifVarView _lib_iv(MagnifVarView) -+ #define MagnifyTool _lib_iv(MagnifyTool) -+ #define ManagedWindow _lib_iv(ManagedWindow) - #define ManagedWindow _lib_iv(ManagedWindow) - #define ManagedWindowHintInfo _lib_iv(ManagedWindowHintInfo) - #define ManagedWindowRep _lib_iv(ManagedWindowRep) -+ #define ManipGroup _lib_iv(ManipGroup) -+ #define Manipulator _lib_iv(Manipulator) - #define MarginFrame _lib_iv(MarginFrame) - #define MarginLayout _lib_iv(MarginLayout) - #define MatchEditor _lib_iv(MatchEditor) -+ #define MatchEditor _lib_iv(MatchEditor) - #define Menu _lib_iv(Menu) - #define MenuBar _lib_iv(MenuBar) - #define MenuImpl _lib_iv(MenuImpl) - #define MenuItem _lib_iv(MenuItem) - #define Message _lib_iv(Message) -+ #define MobilityCmd _lib_iv(MobilityCmd) -+ #define MobilityData _lib_iv(MobilityData) -+ #define ModifStatusVar _lib_iv(ModifStatusVar) -+ #define ModifStatusVarView _lib_iv(ModifStatusVarView) - #define MonoGlyph _lib_iv(MonoGlyph) -+ #define MonoKit _lib_iv(MonoKit) -+ #define MonoKitImpl _lib_iv(MonoKitImpl) - #define MonoScene _lib_iv(MonoScene) -+ #define MoveCmd _lib_iv(MoveCmd) -+ #define MoveData _lib_iv(MoveData) -+ #define MoveTool _lib_iv(MoveTool) - #define Mover _lib_iv(Mover) -+ #define MultiLine _lib_iv(MultiLine) -+ #define MultiLineComp _lib_iv(MultiLineComp) -+ #define MultiLineObj _lib_iv(MultiLineObj) -+ #define MultiLineView _lib_iv(MultiLineView) -+ #define NOPCmd _lib_iv(NOPCmd) -+ #define NameMap _lib_iv(NameMap) -+ #define NameVar _lib_iv(NameVar) -+ #define NameVarView _lib_iv(NameVarView) - #define NaturalLayout _lib_iv(NaturalLayout) -+ #define NewCompCmd _lib_iv(NewCompCmd) -+ #define NormSizeCmd _lib_iv(NormSizeCmd) -+ #define OLDialogKit _lib_iv(OLDialogKit) -+ #define OLKit _lib_iv(OLKit) -+ #define OLKitImpl _lib_iv(OLKitImpl) -+ #define ObjectMap _lib_iv(ObjectMap) -+ #define ObjectMapElem _lib_iv(ObjectMapElem) - #define Observable _lib_iv(Observable) - #define Observer _lib_iv(Observer) - #define ObserverList _lib_iv(ObserverList) -+ #define OpenBSpline _lib_iv(OpenBSpline) - #define OptionDesc _lib_iv(OptionDesc) -+ #define Orientation _lib_iv(Orientation) -+ #define OrientationCmd _lib_iv(OrientationCmd) -+ #define PSBrush _lib_iv(PSBrush) -+ #define PSClosedSpline _lib_iv(PSClosedSpline) -+ #define PSColor _lib_iv(PSColor) -+ #define PSEllipse _lib_iv(PSEllipse) - #define PSFont _lib_iv(PSFont) - #define PSFontImpl _lib_iv(PSFontImpl) -+ #define PSLine _lib_iv(PSLine) -+ #define PSLink _lib_iv(PSLink) -+ #define PSMultiLine _lib_iv(PSMultiLine) -+ #define PSPad _lib_iv(PSPad) -+ #define PSPattern _lib_iv(PSPattern) -+ #define PSPin _lib_iv(PSPin) -+ #define PSPolygon _lib_iv(PSPolygon) -+ #define PSRaster _lib_iv(PSRaster) -+ #define PSRect _lib_iv(PSRect) -+ #define PSSlot _lib_iv(PSSlot) -+ #define PSSpline _lib_iv(PSSpline) -+ #define PSStencil _lib_iv(PSStencil) -+ #define PSText _lib_iv(PSText) -+ #define PSVertices _lib_iv(PSVertices) -+ #define PadComp _lib_iv(PadComp) -+ #define PadGraphic _lib_iv(PadGraphic) -+ #define PadView _lib_iv(PadView) - #define Page _lib_iv(Page) - #define PageInfo_List _lib_iv(PageInfo_List) - #define Painter _lib_iv(Painter) - #define PainterRep _lib_iv(PainterRep) -+ #define PanelControl _lib_iv(PanelControl) -+ #define PanelInteractor _lib_iv(PanelInteractor) - #define Panner _lib_iv(Panner) -+ #define PasteCmd _lib_iv(PasteCmd) - #define Patch _lib_iv(Patch) -+ #define Path _lib_iv(Path) - #define PathRenderInfo _lib_iv(PathRenderInfo) - #define Pattern _lib_iv(Pattern) -+ #define PatternCmd _lib_iv(PatternCmd) - #define PatternRep _lib_iv(PatternRep) -+ #define PatternVar _lib_iv(PatternVar) -+ #define PatternVarView _lib_iv(PatternVarView) - #define Perspective _lib_iv(Perspective) -+ #define Picture _lib_iv(Picture) -+ #define PinComp _lib_iv(PinComp) -+ #define PinGraphic _lib_iv(PinGraphic) -+ #define PinView _lib_iv(PinView) -+ #define PixelCoord _lib_iv(PixelCoord) - #define Placement _lib_iv(Placement) -+ #define Point _lib_iv(Point) -+ #define PointObj _lib_iv(PointObj) - #define PolyGlyph _lib_iv(PolyGlyph) - #define PolyGlyphImpl _lib_iv(PolyGlyphImpl) -+ #define Polygon _lib_iv(Polygon) -+ #define PolygonComp _lib_iv(PolygonComp) -+ #define PolygonView _lib_iv(PolygonView) - #define PopupMenu _lib_iv(PopupMenu) - #define PopupWindow _lib_iv(PopupWindow) -+ #define PostScriptView _lib_iv(PostScriptView) -+ #define PostScriptViews _lib_iv(PostScriptViews) -+ #define PostorderView _lib_iv(PostorderView) -+ #define PreorderView _lib_iv(PreorderView) -+ #define PrintBS _lib_iv(PrintBS) -+ #define PrintCmd _lib_iv(PrintCmd) -+ #define PrintDialog _lib_iv(PrintDialog) - #define Printer _lib_iv(Printer) - #define PrinterRep _lib_iv(PrinterRep) - #define PropertyData _lib_iv(PropertyData) - #define PulldownMenu _lib_iv(PulldownMenu) - #define PullrightMenu _lib_iv(PullrightMenu) - #define PushButton _lib_iv(PushButton) -+ #define QuitCmd _lib_iv(QuitCmd) - #define RGBTable _lib_iv(RGBTable) - #define RadioButton _lib_iv(RadioButton) - #define Raster _lib_iv(Raster) -+ #define RasterComp _lib_iv(RasterComp) -+ #define RasterRect _lib_iv(RasterRect) - #define RasterRep _lib_iv(RasterRep) -+ #define RasterView _lib_iv(RasterView) -+ #define RectComp _lib_iv(RectComp) -+ #define RectView _lib_iv(RectView) -+ #define RedToFitCmd _lib_iv(RedToFitCmd) -+ #define RedoCmd _lib_iv(RedoCmd) - #define Reducer _lib_iv(Reducer) - #define Regexp _lib_iv(Regexp) -+ #define ReplaceCmd _lib_iv(ReplaceCmd) - #define ReqErr _lib_iv(ReqErr) - #define Requirement _lib_iv(Requirement) - #define Requisition _lib_iv(Requisition) -+ #define ReshapeTool _lib_iv(ReshapeTool) - #define Resource _lib_iv(Resource) -+ #define RevertCmd _lib_iv(RevertCmd) - #define RightMover _lib_iv(RightMover) -+ #define RotateCmd _lib_iv(RotateCmd) -+ #define RotateTool _lib_iv(RotateTool) - #define RotatingLine _lib_iv(RotatingLine) - #define RotatingLineList _lib_iv(RotatingLineList) - #define RotatingRect _lib_iv(RotatingRect) -*************** -*** 211,218 **** ---- 417,444 ---- - #define RubberVertex _lib_iv(RubberVertex) - #define Rubberband _lib_iv(Rubberband) - #define Rule _lib_iv(Rule) -+ #define SFH_ClosedBSpline _lib_iv(SFH_ClosedBSpline) -+ #define SFH_OpenBSpline _lib_iv(SFH_OpenBSpline) -+ #define SF_Circle _lib_iv(SF_Circle) -+ #define SF_ClosedBSpline _lib_iv(SF_ClosedBSpline) -+ #define SF_Ellipse _lib_iv(SF_Ellipse) -+ #define SF_MultiLine _lib_iv(SF_MultiLine) -+ #define SF_OpenBSpline _lib_iv(SF_OpenBSpline) -+ #define SF_Polygon _lib_iv(SF_Polygon) -+ #define SF_Rect _lib_iv(SF_Rect) - #define SMFKit _lib_iv(SMFKit) - #define SMFKitImpl _lib_iv(SMFKitImpl) -+ #define S_Circle _lib_iv(S_Circle) -+ #define S_ClosedBSpline _lib_iv(S_ClosedBSpline) -+ #define S_Ellipse _lib_iv(S_Ellipse) -+ #define S_MultiLine _lib_iv(S_MultiLine) -+ #define S_OpenBSpline _lib_iv(S_OpenBSpline) -+ #define S_Polygon _lib_iv(S_Polygon) -+ #define S_Rect _lib_iv(S_Rect) -+ #define SaveCompAsCmd _lib_iv(SaveCompAsCmd) -+ #define SaveCompCmd _lib_iv(SaveCompCmd) -+ #define ScaleCmd _lib_iv(ScaleCmd) -+ #define ScaleTool _lib_iv(ScaleTool) - #define ScalingLine _lib_iv(ScalingLine) - #define ScalingLineList _lib_iv(ScalingLineList) - #define ScalingRect _lib_iv(ScalingRect) -*************** -*** 220,225 **** ---- 446,453 ---- - #define ScrollBar _lib_iv(ScrollBar) - #define ScrollBox _lib_iv(ScrollBox) - #define Scroller _lib_iv(Scroller) -+ #define SelectTool _lib_iv(SelectTool) -+ #define Selection _lib_iv(Selection) - #define SelectionHandler _lib_iv(SelectionHandler) - #define SelectionList _lib_iv(SelectionList) - #define SelectionManager _lib_iv(SelectionManager) -*************** -*** 232,247 **** ---- 460,488 ---- - #define Shape _lib_iv(Shape) - #define ShowFrame _lib_iv(ShowFrame) - #define SimpleCompositor _lib_iv(SimpleCompositor) -+ #define SlctAllCmd _lib_iv(SlctAllCmd) - #define Slider _lib_iv(Slider) - #define SliderImpl _lib_iv(SliderImpl) - #define SlidingEllipse _lib_iv(SlidingEllipse) - #define SlidingLine _lib_iv(SlidingLine) - #define SlidingLineList _lib_iv(SlidingLineList) -+ #define SlidingPin _lib_iv(SlidingPin) - #define SlidingPointList _lib_iv(SlidingPointList) - #define SlidingRect _lib_iv(SlidingRect) -+ #define SlotComp _lib_iv(SlotComp) -+ #define SlotGraphic _lib_iv(SlotGraphic) -+ #define SlotView _lib_iv(SlotView) -+ #define SplineComp _lib_iv(SplineComp) -+ #define SplineView _lib_iv(SplineView) -+ #define State _lib_iv(State) -+ #define StateVar _lib_iv(StateVar) -+ #define StateVarView _lib_iv(StateVarView) - #define Stencil _lib_iv(Stencil) -+ #define StencilComp _lib_iv(StencilComp) -+ #define StencilView _lib_iv(StencilView) - #define Stepper _lib_iv(Stepper) - #define StepperSubclassName _lib_iv(StepperSubclassName) -+ #define StretchTool _lib_iv(StretchTool) - #define StretchingRect _lib_iv(StretchingRect) - #define StringBrowser _lib_iv(StringBrowser) - #define StringChooser _lib_iv(StringChooser) -*************** -*** 254,259 **** ---- 495,502 ---- - #define TBComposition _lib_iv(TBComposition) - #define TBScrollBox _lib_iv(TBScrollBox) - #define TBScrollBoxImpl _lib_iv(TBScrollBoxImpl) -+ #define TF_2Port _lib_iv(TF_2Port) -+ #define TF_Direct _lib_iv(TF_Direct) - #define TGlue _lib_iv(TGlue) - #define TIFFRaster _lib_iv(TIFFRaster) - #define TSolver _lib_iv(TSolver) -*************** -*** 263,278 **** ---- 506,529 ---- - #define TelltaleGroup _lib_iv(TelltaleGroup) - #define TelltaleState _lib_iv(TelltaleState) - #define TextBuffer _lib_iv(TextBuffer) -+ #define TextBuffer _lib_iv(TextBuffer) - #define TextButton _lib_iv(TextButton) -+ #define TextComp _lib_iv(TextComp) - #define TextDisplay _lib_iv(TextDisplay) - #define TextEditor _lib_iv(TextEditor) -+ #define TextGraphic _lib_iv(TextGraphic) -+ #define TextInteractor _lib_iv(TextInteractor) -+ #define TextManip _lib_iv(TextManip) - #define TextRenderInfo _lib_iv(TextRenderInfo) -+ #define TextView _lib_iv(TextView) - #define Tile _lib_iv(Tile) - #define TileFirstAligned _lib_iv(TileFirstAligned) - #define TileReversed _lib_iv(TileReversed) - #define TileReversedFirstAligned _lib_iv(TileReversedFirstAligned) - #define TitleFrame _lib_iv(TitleFrame) -+ #define Tool _lib_iv(Tool) - #define TopLevelWindow _lib_iv(TopLevelWindow) -+ #define TransferFunct _lib_iv(TransferFunct) - #define TransformFitter _lib_iv(TransformFitter) - #define TransformSetter _lib_iv(TransformSetter) - #define Transformer _lib_iv(Transformer) -*************** -*** 280,304 **** ---- 531,585 ---- - #define TransientWindow _lib_iv(TransientWindow) - #define Tray _lib_iv(Tray) - #define TrayElement _lib_iv(TrayElement) -+ #define UArray _lib_iv(UArray) -+ #define UChooser _lib_iv(UChooser) -+ #define UControl _lib_iv(UControl) -+ #define UControlInteractor _lib_iv(UControlInteractor) -+ #define UHashElem _lib_iv(UHashElem) -+ #define UHashTable _lib_iv(UHashTable) -+ #define ULabel _lib_iv(ULabel) -+ #define UList _lib_iv(UList) -+ #define UMap _lib_iv(UMap) -+ #define UMapElem _lib_iv(UMapElem) -+ #define UPage _lib_iv(UPage) -+ #define UStencil _lib_iv(UStencil) -+ #define UndoCmd _lib_iv(UndoCmd) -+ #define UngroupCmd _lib_iv(UngroupCmd) -+ #define Unidraw _lib_iv(Unidraw) - #define UpMover _lib_iv(UpMover) - #define VBorder _lib_iv(VBorder) - #define VBox _lib_iv(VBox) - #define VGlue _lib_iv(VGlue) -+ #define VPanelControl _lib_iv(VPanelControl) - #define VRule _lib_iv(VRule) - #define VScrollBar _lib_iv(VScrollBar) - #define VScroller _lib_iv(VScroller) -+ #define VSlotComp _lib_iv(VSlotComp) -+ #define VSlotView _lib_iv(VSlotView) - #define VariableLayout _lib_iv(VariableLayout) -+ #define VertexManip _lib_iv(VertexManip) -+ #define Vertices _lib_iv(Vertices) -+ #define VerticesComp _lib_iv(VerticesComp) -+ #define VerticesView _lib_iv(VerticesView) -+ #define ViewCompCmd _lib_iv(ViewCompCmd) - #define ViewList _lib_iv(ViewList) -+ #define Viewer _lib_iv(Viewer) -+ #define ViewerView _lib_iv(ViewerView) - #define Viewport _lib_iv(Viewport) -+ #define VoidData _lib_iv(VoidData) - #define WidgetKit _lib_iv(WidgetKit) - #define WidgetKitImpl _lib_iv(WidgetKitImpl) - #define Window _lib_iv(Window) -+ #define WindowCursorStack _lib_iv(WindowCursorStack) - #define WindowRep _lib_iv(WindowRep) - #define WindowTable _lib_iv(WindowTable) - #define WindowVisual _lib_iv(WindowVisual) - #define World _lib_iv(World) -+ #define XDisplay _lib_iv(XDisplay) -+ #define XDrag _lib_iv(XDrag) - #define XSlider _lib_iv(XSlider) - #define XYMarker _lib_iv(XYMarker) - #define XYSlider _lib_iv(XYSlider) - #define YSlider _lib_iv(YSlider) - #define Zoomer _lib_iv(Zoomer) -+ #define Zooming _lib_iv(Zooming) -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/include/InterViews/_names.h ./src/include/InterViews/_names.h -*** work-orig/iv/src/include/InterViews/_names.h Fri Mar 20 07:46:49 1992 ---- ./src/include/InterViews/_names.h Mon May 29 19:23:56 1995 -*************** -*** 36,41 **** ---- 36,48 ---- - #undef Coord - #undef Deck - #undef Dialog -+ #undef RasterRect -+ #undef Point -+ #undef Line -+ #undef Ellipse -+ #undef MultiLine -+ #undef Polygon -+ #undef ClosedBSpline - #undef FileBrowser - #undef FileChooser - #undef Glue -*************** -*** 68,73 **** ---- 75,87 ---- - #define Coord _lib_iv(Coord) - #define Deck _lib_iv(Deck) - #define Dialog _lib_iv(Dialog) -+ #define RasterRect _lib_iv(RasterRect) -+ #define Point _lib_iv(Point) -+ #define Line _lib_iv(Line) -+ #define Ellipse _lib_iv(Ellipse) -+ #define MultiLine _lib_iv(MultiLine) -+ #define Polygon _lib_iv(Polygon) -+ #define ClosedBSpline _lib_iv(ClosedBSpline) - #define FileBrowser _lib_iv(FileBrowser) - #define FileChooser _lib_iv(FileChooser) - #define Glue _lib_iv(Glue) -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/include/InterViews/_undefs.h ./src/include/InterViews/_undefs.h -*** work-orig/iv/src/include/InterViews/_undefs.h Wed May 13 06:29:09 1992 ---- ./src/include/InterViews/_undefs.h Mon May 29 18:15:36 1995 -*************** -*** 65,70 **** ---- 65,71 ---- - #undef Compositor - #undef Control - #undef ControlState -+ #undef CoordinateSpace - #undef Cursor - #undef CursorRep - #undef CursorRepBitmap -*************** -*** 76,84 **** ---- 77,92 ---- - #undef Deck - #undef Dialog - #undef DialogKit -+ #undef DialogKitImpl - #undef Display - #undef DisplayRep - #undef DownMover -+ #undef Drag -+ #undef DragRep -+ #undef DragZone -+ #undef DragZoneRep -+ #undef DragZoneSink -+ #undef DragZoneSinkHandler - #undef Enlarger - #undef Event - #undef EventRep -*************** -*** 140,145 **** ---- 148,154 ---- - #undef MFKit - #undef MFKitImpl - #undef Macro -+ #undef MacroActionList - #undef ManagedWindow - #undef ManagedWindowHintInfo - #undef ManagedWindowRep -*************** -*** 152,160 **** ---- 161,174 ---- - #undef MenuItem - #undef Message - #undef MonoGlyph -+ #undef MonoKit -+ #undef MonoKitImpl - #undef MonoScene - #undef Mover - #undef NaturalLayout -+ #undef OLDialogKit -+ #undef OLKit -+ #undef OLKitImpl - #undef Observable - #undef Observer - #undef ObserverList -*************** -*** 293,302 **** ---- 307,319 ---- - #undef WidgetKit - #undef WidgetKitImpl - #undef Window -+ #undef WindowCursorStack - #undef WindowRep - #undef WindowTable - #undef WindowVisual - #undef World -+ #undef XDisplay -+ #undef XDrag - #undef XSlider - #undef XYMarker - #undef XYSlider -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/include/Unidraw/_defines.h ./src/include/Unidraw/_defines.h -*** work-orig/iv/src/include/Unidraw/_defines.h Sat Oct 31 09:52:35 1992 ---- ./src/include/Unidraw/_defines.h Mon May 29 18:34:17 1995 -*************** -*** 156,162 **** - #define PadComp _lib_iv(PadComp) - #define PadGraphic _lib_iv(PadGraphic) - #define PadView _lib_iv(PadView) -- #define Page _lib_iv(Page) - #define PanelControl _lib_iv(PanelControl) - #define PanelInteractor _lib_iv(PanelInteractor) - #define PasteCmd _lib_iv(PasteCmd) ---- 156,161 ---- -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/include/Unidraw/_undefs.h ./src/include/Unidraw/_undefs.h -*** work-orig/iv/src/include/Unidraw/_undefs.h Sat Oct 31 09:52:35 1992 ---- ./src/include/Unidraw/_undefs.h Mon May 29 18:34:17 1995 -*************** -*** 156,162 **** - #undef PadComp - #undef PadGraphic - #undef PadView -- #undef Page - #undef PanelControl - #undef PanelInteractor - #undef PasteCmd ---- 156,161 ---- -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/IV-2_6/painter.c ./src/lib/IV-2_6/painter.c -*** work-orig/iv/src/lib/IV-2_6/painter.c Wed Feb 12 07:19:44 1992 ---- ./src/lib/IV-2_6/painter.c Mon May 29 15:01:27 1995 -*************** -*** 39,44 **** ---- 39,47 ---- - #include <stdlib.h> - #include <string.h> - -+ #include <InterViews/_names.h> -+ #include <InterViews/_enter.h> -+ - /* - * For reasons of caching, it is important that the attributes - * are set to nil (or 0) before being set to their default values. -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/IV-2_6/xpainter.c ./src/lib/IV-2_6/xpainter.c -*** work-orig/iv/src/lib/IV-2_6/xpainter.c Tue Oct 20 06:02:42 1992 ---- ./src/lib/IV-2_6/xpainter.c Mon May 29 19:19:13 1995 -*************** -*** 56,61 **** ---- 56,62 ---- - #include <OS/math.h> - #include <OS/string.h> - #include <OS/table2.h> -+ #include <InterViews/_names.h> - - PainterRep::PainterRep() { - display = Session::instance()->default_display(); -*************** -*** 1231,1237 **** - return; - } - register XPoint* v = AllocPts(n+1); -! for (register int i = 0; i < n; i++) { - Map(c, x[i], y[i], v[i].x, v[i].y); - } - if (x[i-1] != x[0] || y[i-1] != y[0]) { ---- 1232,1239 ---- - return; - } - register XPoint* v = AllocPts(n+1); -! register int i; -! for (i = 0; i < n; i++) { - Map(c, x[i], y[i], v[i].x, v[i].y); - } - if (x[i-1] != x[0] || y[i-1] != y[0]) { -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/TIFF/prototypes.h ./src/lib/TIFF/prototypes.h -*** work-orig/iv/src/lib/TIFF/prototypes.h Wed May 31 08:52:12 1995 ---- ./src/lib/TIFF/prototypes.h Sun May 28 14:21:04 1995 -*************** -*** 25,31 **** - */ - - #if USE_PROTOTYPES -- va_dcl - #define DECLARE1(f,t1,a1) f(t1 a1) - #define DECLARE2(f,t1,a1,t2,a2) f(t1 a1, t2 a2) - #define DECLARE3(f,t1,a1,t2,a2,t3,a3) f(t1 a1, t2 a2, t3 a3) ---- 25,30 ---- -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/TIFF/tif_aux.c ./src/lib/TIFF/tif_aux.c -*** work-orig/iv/src/lib/TIFF/tif_aux.c Sat Mar 28 08:23:06 1992 ---- ./src/lib/TIFF/tif_aux.c Sun May 28 14:15:50 1995 -*************** -*** 42,47 **** ---- 42,49 ---- - * explcit values so that defaults exist only one - * place in the library -- in TIFFDefaultDirectory. - */ -+ ; -+ /* for some reason it needs a ; before this line */ - TIFFVGetFieldDefaulted(tif, tag, ap) - TIFF *tif; - int tag; -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/TIFF/tif_dir.c ./src/lib/TIFF/tif_dir.c -*** work-orig/iv/src/lib/TIFF/tif_dir.c Sat Mar 7 06:29:51 1992 ---- ./src/lib/TIFF/tif_dir.c Sun May 28 13:00:03 1995 -*************** -*** 950,956 **** - } - if (tif->tif_flags & TIFF_SWAB) - TIFFSwabShort(&dircount); -! lseek(tif->tif_fd, dircount*sizeof (TIFFDirEntry), L_INCR); - if (!ReadOK(tif->tif_fd, &nextdir, sizeof (nextdir))) { - TIFFError(module, "%s: Error fetching directory link", - tif->tif_name); ---- 950,957 ---- - } - if (tif->tif_flags & TIFF_SWAB) - TIFFSwabShort(&dircount); -! /*added (off_t) .. jj@ldjpc.apana.org.au*/ -! lseek(tif->tif_fd, (off_t)(dircount*sizeof (TIFFDirEntry)), L_INCR); - if (!ReadOK(tif->tif_fd, &nextdir, sizeof (nextdir))) { - TIFFError(module, "%s: Error fetching directory link", - tif->tif_name); -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/TIFF/tif_dirwrite.c ./src/lib/TIFF/tif_dirwrite.c -*** work-orig/iv/src/lib/TIFF/tif_dirwrite.c Wed Mar 18 05:39:29 1992 ---- ./src/lib/TIFF/tif_dirwrite.c Sun May 28 12:57:11 1995 -*************** -*** 177,183 **** - dataoff = tif->tif_diroff + sizeof (short) + dirsize + sizeof (long); - if (dataoff & 1) - dataoff++; -! (void) lseek(tif->tif_fd, dataoff, L_SET); - tif->tif_curdir++; - dir = (TIFFDirEntry *)data; - /* ---- 177,184 ---- - dataoff = tif->tif_diroff + sizeof (short) + dirsize + sizeof (long); - if (dataoff & 1) - dataoff++; -! /* added (off_t) below.....jj@ldjpc.apana.org.au*/ -! (void) lseek(tif->tif_fd, (off_t)(dataoff), L_SET); - tif->tif_curdir++; - dir = (TIFFDirEntry *)data; - /* -*************** -*** 314,320 **** - /* - * Write directory. - */ -! (void) lseek(tif->tif_fd, tif->tif_diroff, L_SET); - dircount = nfields; - if (!WriteOK(tif->tif_fd, &dircount, sizeof (short))) { - TIFFError(tif->tif_name, "Error writing directory count"); ---- 315,322 ---- - /* - * Write directory. - */ -! /*added (off_t) below.....jj@ldjpc.apana.org.au*/ -! (void) lseek(tif->tif_fd, (off_t)(tif->tif_diroff), L_SET); - dircount = nfields; - if (!WriteOK(tif->tif_fd, &dircount, sizeof (short))) { - TIFFError(tif->tif_name, "Error writing directory count"); -*************** -*** 762,774 **** - u_short dircount; - long nextdir; - -! tif->tif_diroff = (lseek(tif->tif_fd, 0L, L_XTND)+1) &~ 1L; - if (tif->tif_header.tiff_diroff == 0) { - /* - * First directory, overwrite header. - */ - tif->tif_header.tiff_diroff = tif->tif_diroff; -! (void) lseek(tif->tif_fd, 0L, L_SET); - if (!WriteOK(tif->tif_fd, &tif->tif_header, - sizeof (tif->tif_header))) { - TIFFError(tif->tif_name, "Error writing TIFF header"); ---- 764,778 ---- - u_short dircount; - long nextdir; - -! /* changed 0L to (off_t)0 below...jj@ldjpc.apana.org.au*/ -! tif->tif_diroff = (lseek(tif->tif_fd, (off_t)0, L_XTND)+1) &~ 1L; - if (tif->tif_header.tiff_diroff == 0) { - /* - * First directory, overwrite header. - */ - tif->tif_header.tiff_diroff = tif->tif_diroff; -! /* changed 0L to (off_t)0 .. jj@ldjpc.apana.org.au*/ -! (void) lseek(tif->tif_fd, (off_t)0, L_SET); - if (!WriteOK(tif->tif_fd, &tif->tif_header, - sizeof (tif->tif_header))) { - TIFFError(tif->tif_name, "Error writing TIFF header"); -*************** -*** 788,794 **** - } - if (tif->tif_flags & TIFF_SWAB) - TIFFSwabShort(&dircount); -! lseek(tif->tif_fd, dircount * sizeof (TIFFDirEntry), L_INCR); - if (!ReadOK(tif->tif_fd, &nextdir, sizeof (nextdir))) { - TIFFError(module, "Error fetching directory link"); - return (0); ---- 792,799 ---- - } - if (tif->tif_flags & TIFF_SWAB) - TIFFSwabShort(&dircount); -! /*added (off_t) below....jj@ldjpc.apana.org.au*/ -! lseek(tif->tif_fd, (off_t)(dircount * sizeof (TIFFDirEntry)), L_INCR); - if (!ReadOK(tif->tif_fd, &nextdir, sizeof (nextdir))) { - TIFFError(module, "Error fetching directory link"); - return (0); -*************** -*** 796,802 **** - if (tif->tif_flags & TIFF_SWAB) - TIFFSwabLong((u_long *)&nextdir); - } while (nextdir != 0); -! (void) lseek(tif->tif_fd, -sizeof (nextdir), L_INCR); - if (!WriteOK(tif->tif_fd, &tif->tif_diroff, sizeof (tif->tif_diroff))) { - TIFFError(module, "Error writing directory link"); - return (0); ---- 801,808 ---- - if (tif->tif_flags & TIFF_SWAB) - TIFFSwabLong((u_long *)&nextdir); - } while (nextdir != 0); -! /*added (off_t) below ... jj@ldjpc.apana.org.au*/ -! (void) lseek(tif->tif_fd, (off_t)(-sizeof (nextdir)), L_INCR); - if (!WriteOK(tif->tif_fd, &tif->tif_diroff, sizeof (tif->tif_diroff))) { - TIFFError(module, "Error writing directory link"); - return (0); -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/TIFF/tif_write.c ./src/lib/TIFF/tif_write.c -*** work-orig/iv/src/lib/TIFF/tif_write.c Tue Feb 11 13:36:47 1992 ---- ./src/lib/TIFF/tif_write.c Sun May 28 12:57:57 1995 -*************** -*** 550,556 **** - } - } else - td->td_stripoffset[strip] = -! lseek(tif->tif_fd, 0L, L_XTND); - tif->tif_curoff = td->td_stripoffset[strip]; - } - if (!WriteOK(tif->tif_fd, data, cc)) { ---- 550,557 ---- - } - } else - td->td_stripoffset[strip] = -! /*changed 0L to (off_t)0 .. jj@ldjpc.apana.org.au*/ -! lseek(tif->tif_fd, (off_t)0, L_XTND); - tif->tif_curoff = td->td_stripoffset[strip]; - } - if (!WriteOK(tif->tif_fd, data, cc)) { -diff -rc --exclude=Makefile --exclude=FREEBSD work-orig/iv/src/lib/TIFF/tiffcompat.h ./src/lib/TIFF/tiffcompat.h -*** work-orig/iv/src/lib/TIFF/tiffcompat.h Tue Mar 31 12:01:04 1992 ---- ./src/lib/TIFF/tiffcompat.h Sun May 28 14:13:59 1995 -*************** -*** 154,160 **** - #define lseek mpw_lseek - extern long mpw_lseek(int, long, int); - #else -! extern long lseek(); - #endif - - /* ---- 154,161 ---- - #define lseek mpw_lseek - extern long mpw_lseek(int, long, int); - #else -! /*changed to the correct one...jj@ldjpc.apana.org.au*/ -! extern off_t lseek(); - #endif - - /* -*************** -*** 163,170 **** - #ifndef ReadOK - #define ReadOK(fd, buf, size) (read(fd, (char *)buf, size) == size) - #endif - #ifndef SeekOK -! #define SeekOK(fd, off) (lseek(fd, (long)off, L_SET) == (long)off) - #endif - #ifndef WriteOK - #define WriteOK(fd, buf, size) (write(fd, (char *)buf, size) == size) ---- 164,172 ---- - #ifndef ReadOK - #define ReadOK(fd, buf, size) (read(fd, (char *)buf, size) == size) - #endif -+ /*changed (long) to (off_t) to compile....jj@ldjpc.apana.org.au*/ - #ifndef SeekOK -! #define SeekOK(fd, off) (lseek(fd, (off_t)off, L_SET) == (off_t)off) - #endif - #ifndef WriteOK - #define WriteOK(fd, buf, size) (write(fd, (char *)buf, size) == size) -*************** -*** 202,211 **** - */ - #if defined(__STDC__) && !defined(USE_VARARGS) - #define USE_VARARGS 0 - #endif - - #if defined(USE_VARARGS) -! #if USE_VARARGS - #include <varargs.h> - #define VA_START(ap, parmN) va_start(ap) - #else ---- 204,218 ---- - */ - #if defined(__STDC__) && !defined(USE_VARARGS) - #define USE_VARARGS 0 -+ #else -+ #if defined(__FreeBSD__) -+ #undef USE_VARARGS -+ #define USE_VARARGS 0 -+ #endif - #endif - - #if defined(USE_VARARGS) -! #if USE_VARARGS && !defined(__FreeBSD__) - #include <varargs.h> - #define VA_START(ap, parmN) va_start(ap) - #else diff --git a/japanese/iv/files/patch-ae b/japanese/iv/files/patch-ae deleted file mode 100644 index 37d98d3..0000000 --- a/japanese/iv/files/patch-ae +++ /dev/null @@ -1,27 +0,0 @@ ---- src/lib/IV/Imakefile.orig Wed Oct 7 13:46:44 1998 -+++ src/lib/IV/Imakefile Wed Oct 7 15:57:25 1998 -@@ -18,11 +18,6 @@ - $(DISPATCH)/iohandler.$(CCSUFFIX) - #endif - --#ifdef SharedCCFlags --#undef SharedCCFlags --#define SharedCCFlags -PIC --#endif -- - INTERVIEWS = $(SRC)/../InterViews - IV_2_6 = $(SRC)/../IV-2_6 - IV_X11 = $(SRC)/../IV-X11 -@@ -37,7 +32,11 @@ - $(OS)$(SLASH)*.$(CCSUFFIX) - /* TIFF not included because it can't use the same flags */ - LIB = IV --VERSION = 3.1 -+.if defined(PORTOBJFORMAT) && ($(PORTOBJFORMAT) == "elf") -+VERSION = 3 -+.else -+VERSION = 3.1 -+.endif - - KIT_CCFLAGS = KitFlags - LIBPATHS = -DIV_LIBALL='"$(ABSLIBALLDIR)"' -DX_LIBDIR='"$(XLIBDIR)"' diff --git a/japanese/iv/files/patch-af b/japanese/iv/files/patch-af deleted file mode 100644 index 832602b..0000000 --- a/japanese/iv/files/patch-af +++ /dev/null @@ -1,33 +0,0 @@ -*** src/lib/InterViews/style.c.orig Wed Jan 17 10:36:19 1996 ---- src/lib/InterViews/style.c Mon Jan 3 13:49:46 2000 -*************** -*** 41,47 **** ---- 41,51 ---- - #include <OS/ustring.h> - #include <ctype.h> - #ifdef JIV -+ #ifdef __STDC__ -+ #include <stdio.h> -+ #else - #include <libc.h> -+ #endif - #endif /* JIV */ - - declarePtrList(StyleList,Style) -*************** -*** 427,433 **** - for (long i = 0; i < e->avail_; i++) { - new_list[i] = e->entries_[i]; - } -! for (i = e->avail_; i < new_avail; i++) { - new_list[i] = nil; - } - delete e->entries_; ---- 431,437 ---- - for (long i = 0; i < e->avail_; i++) { - new_list[i] = e->entries_[i]; - } -! for (int i = e->avail_; i < new_avail; i++) { - new_list[i] = nil; - } - delete e->entries_; diff --git a/japanese/iv/files/patch-ag b/japanese/iv/files/patch-ag deleted file mode 100644 index 60eaa9d..0000000 --- a/japanese/iv/files/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -*** src/lib/IV-X11/kinput.c.orig Wed Jan 17 10:36:10 1996 ---- src/lib/IV-X11/kinput.c Wed Jan 17 18:50:42 1996 -*************** -*** 29,34 **** ---- 29,36 ---- - - #include <stdio.h> - -+ #include <InterViews/display.h> -+ - #include <IV-X11/Xlib.h> - #include <IV-X11/xdisplay.h> - diff --git a/japanese/iv/files/patch-ah b/japanese/iv/files/patch-ah deleted file mode 100644 index d3aa67c..0000000 --- a/japanese/iv/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ -*** src/config/InterViews/local.def.orig Sat Feb 10 19:56:09 1996 ---- src/config/InterViews/local.def Sat Feb 10 20:05:38 1996 -*************** -*** 60,65 **** ---- 60,74 ---- - */ - #undef InstalledRoot - #define InstalledRoot /usr/local/interviews -+ #define BinDir InstalledRoot/bin -+ #define LibDir InstalledRoot/lib -+ -+ /* -+ * If we are going to define the above, then, we might as well have it -+ * take effect. (mrs) -+ */ -+ #undef InstallRelative -+ #define InstallRelative NO /* need absolute pathnames */ - - /* - * If the X11 config files are not in /usr/lib/X11/config, the X11 diff --git a/japanese/iv/files/patch-ai b/japanese/iv/files/patch-ai deleted file mode 100644 index 4db1c72..0000000 --- a/japanese/iv/files/patch-ai +++ /dev/null @@ -1,39 +0,0 @@ ---- src/config/InterViews/rules.def.orig Fri Sep 25 07:06:33 1992 -+++ src/config/InterViews/rules.def Wed Oct 7 16:25:41 1998 -@@ -399,6 +399,28 @@ - /* - * Make a shared library. - */ -+#if defined(FreeBSDArchitecture) -+#define NormalSunOSSharedLibraryTarget(libname,rev,depobjs,ldobjs) @@\ -+AOUT = Concat(lib,libname.so.rev) @@\ -+SHARED_CCFLAGS = SharedCCFlags @@\ -+ @@\ -+AllTarget(Concat(lib,libname.so.rev)) @@\ -+ @@\ -+Concat(lib,libname.so.rev): depobjs @@\ -+ @echo "building $@" @@\ -+ $(RM) $@~ @@\ -+.if $(PORTOBJFORMAT) == "elf" @@\ -+ $(CC) -shared -Wl,-soname,Concat(lib,libname.so.rev) -o $@~ ldobjs @@\ -+.else @@\ -+ $(LD) -o $@~ -Bshareable ldobjs @@\ -+.endif @@\ -+ $(RM) $@ @@\ -+ $(MV) $@~ $@ @@\ -+ $(LN) $@ Concat(lib,libname.so) @@\ -+ @@\ -+clean:: @@\ -+ $(RM) Concat(lib,libname.so.rev) -+#else - #ifndef NormalSunOSSharedLibraryTarget - #if OSMajorVersion < 5 - #define NormalSunOSSharedLibraryTarget(libname,rev,depobjs,ldobjs) @@\ -@@ -434,6 +456,7 @@ - @@\ - clean:: @@\ - $(RM) Concat(lib,libname.so.rev) -+#endif - #endif - #endif - diff --git a/japanese/iv/files/patch-aj b/japanese/iv/files/patch-aj deleted file mode 100644 index caf9f4d..0000000 --- a/japanese/iv/files/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/Unidraw/Imakefile.orig Sat Oct 31 08:32:58 1992 -+++ src/lib/Unidraw/Imakefile Wed Oct 7 15:55:02 1998 -@@ -5,7 +5,11 @@ - #ifdef InObjectCodeDir - - LIB = Unidraw -+.if defined(PORTOBJFORMAT) && ($(PORTOBJFORMAT) == "elf") -+VERSION = 3 -+.else - VERSION = 3.1 -+.endif - - MakeLibrary($(LIB),$(VERSION)) - diff --git a/japanese/iv/files/patch-bd b/japanese/iv/files/patch-bd deleted file mode 100644 index 5633bdd..0000000 --- a/japanese/iv/files/patch-bd +++ /dev/null @@ -1,51 +0,0 @@ ---- ./src/lib/Unidraw/catalog.c.orig Sat Dec 12 13:27:55 1992 -+++ ./src/lib/Unidraw/catalog.c Wed Jul 9 00:00:06 2003 -@@ -57,7 +57,12 @@ - #include <IV-2_6/_enter.h> - - #include <ctype.h> -+#if __FreeBSD__ >= 2 -+#include <osreldate.h> -+#if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) - #include <osfcn.h> -+#endif -+#endif - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -65,11 +70,13 @@ - #include <strstream.h> - #ifdef SYSV - #include <OS/types.h> -+#endif -+#if defined(SYSV) || __FreeBSD_cc_version >= 400003 - #include <unistd.h> - #endif - #include <sys/file.h> - --#ifdef __DECCXX -+#if (defined(__DECCXX) || (__FreeBSD_version > 500000)) - extern "C" { - extern int access(char*, int); - extern int unlink(char*); -@@ -1502,7 +1509,8 @@ - in >> graylevel; - - } else if (graylevel == nograylevel) { -- for (int i = 0; in >> buf && i < patternHeight; i++) { -+ int i; -+ for (i = 0; in >> buf && i < patternHeight; i++) { - if (buf[0] == '>' || sscanf(buf, "%x", &data[i]) != 1) { - break; - } -@@ -1610,8 +1618,9 @@ - } else { - istrstream in(definition, strlen(definition) + 1); - int data[patternHeight]; -+ int i; - -- for (int i = 0; in >> buf && i < patternHeight; i++) { -+ for (i = 0; in >> buf && i < patternHeight; i++) { - if (sscanf(buf, "%x", &data[i]) != 1) { - break; - } diff --git a/japanese/iv/files/patch-be b/japanese/iv/files/patch-be deleted file mode 100644 index f817d5f..0000000 --- a/japanese/iv/files/patch-be +++ /dev/null @@ -1,15 +0,0 @@ ---- ./src/lib/Unidraw/catcmds.c.orig Tue Jul 8 23:30:56 2003 -+++ ./src/lib/Unidraw/catcmds.c Wed Jul 9 00:04:05 2003 -@@ -42,7 +42,12 @@ - #include <InterViews/window.h> - #include <OS/string.h> - -+#if __FreeBSD__ >= 2 -+#include <osreldate.h> -+#if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) - #include <osfcn.h> -+#endif -+#endif - #include <stdio.h> - #include <stdlib.h> - #include <stream.h> diff --git a/japanese/iv/files/patch-bf b/japanese/iv/files/patch-bf deleted file mode 100644 index 2782150..0000000 --- a/japanese/iv/files/patch-bf +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/dclock/clocktime.c.orig Thu May 27 21:32:07 1999 -+++ src/bin/dclock/clocktime.c Thu May 27 21:33:07 1999 -@@ -55,7 +55,7 @@ - #if defined(hpux) || defined(AIXV3) - local = * localtime((time_t*) &gmt.tv_sec); - #else --#ifdef __DECCXX -+#if defined(__DECCXX) || defined(__FreeBSD__) - local = * localtime((time_t*)&gmt.tv_sec); - #else - local = * localtime(&gmt.tv_sec); diff --git a/japanese/iv/files/patch-bg b/japanese/iv/files/patch-bg deleted file mode 100644 index b86bd7f..0000000 --- a/japanese/iv/files/patch-bg +++ /dev/null @@ -1,69 +0,0 @@ ---- ./src/bin/ibuild/ibcode.c.orig Tue Oct 20 02:58:01 1992 -+++ ./src/bin/ibuild/ibcode.c Wed Jul 9 00:22:23 2003 -@@ -41,11 +41,26 @@ - #include <Unidraw/Graphic/pspaint.h> - #include <InterViews/shape.h> - #include <InterViews/transformer.h> -+ -+#if __FreeBSD__ >= 2 -+#include <osreldate.h> -+#if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) - #include <osfcn.h> -+#endif -+#endif -+#if __FreeBSD_cc_version >= 400003 -+#include <stdio.h> -+#endif - #include <stdlib.h> - #include <stream.h> - #include <string.h> - -+#if (__FreeBSD_version > 500000) -+extern "C" { -+ extern int sprintf(char * __restrict, const char * __restrict, ...); -+} -+#endif -+ - /*****************************************************************************/ - - char* FilterName (const char* name) { -@@ -362,7 +377,7 @@ - ButtonStateVar* bsVar = intcomp->GetButtonStateVar(); - const char* bsname = bsVar->GetName(); - const char* proc = bsVar->GetFuncName(); -- boolean export = bsVar->GetExport(); -+ boolean getexport = bsVar->GetExport(); - const char* subclass = bsVar->GetSubclassName(); - - if (!bsVar->IsSubclass() && !_emitMain) { -@@ -375,7 +390,7 @@ - if (!_bsinitslist->Search(bsname)) { - _bsinitslist->Append(bsname); - -- if (export && !_emitMain) { -+ if (getexport && !_emitMain) { - out << " " << bsname; - } else { - out << " " << ButtonClass << "* " << bsname; -@@ -384,7 +399,7 @@ - out << bsVar->GetInitial() << ");\n"; - - if (!_emitMain && proc != nil && *proc != '\0') { -- if (!export || bsVar->IsSubclass()) { -+ if (!getexport || bsVar->IsSubclass()) { - out << " " << bsname << "->SetCoreClass(this);\n"; - out <<" "<< bsname<<"->SetCoreFunc("<< "&" << coreclass; - out << "::" << proc << ");\n"; -@@ -1598,10 +1613,10 @@ - void CodeView::BeginInstantiate (ostream& out) { - InteractorComp* icomp = GetIntComp(); - const char* mname = icomp->GetMemberNameVar()->GetName(); -- boolean export = icomp->GetMemberNameVar()->GetExport(); -+ boolean getexport = icomp->GetMemberNameVar()->GetExport(); - const char* classname = icomp->GetClassNameVar()->GetName(); - -- if (export && !_emitMain) { -+ if (getexport && !_emitMain) { - out << " " << mname << " = new "; - } else { - out << " " << classname << "* "; diff --git a/japanese/iv/files/patch-bh b/japanese/iv/files/patch-bh deleted file mode 100644 index 2c0e6470..0000000 --- a/japanese/iv/files/patch-bh +++ /dev/null @@ -1,15 +0,0 @@ ---- ./src/bin/ibuild/ibdialogs.c.orig Thu Sep 24 01:43:09 1992 -+++ ./src/bin/ibuild/ibdialogs.c Wed Jul 9 00:26:21 2003 -@@ -60,7 +60,12 @@ - #include <InterViews/tray.h> - #include <OS/types.h> - -+#if __FreeBSD__ >= 2 -+#include <osreldate.h> -+#if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) - #include <osfcn.h> -+#endif -+#endif - #include <stdio.h> - #include <stdlib.h> - #include <string.h> diff --git a/japanese/iv/files/patch-bi b/japanese/iv/files/patch-bi deleted file mode 100644 index 65fc0d8..0000000 --- a/japanese/iv/files/patch-bi +++ /dev/null @@ -1,26 +0,0 @@ ---- src/bin/iclass/direct.c.orig Sat Dec 12 13:40:42 1992 -+++ src/bin/iclass/direct.c Wed Jul 9 00:17:58 2003 -@@ -30,13 +30,22 @@ - #include <OS/string.h> - #include <OS/types.h> - #include <stddef.h> -+#if __FreeBSD__ >= 2 -+#include <osreldate.h> -+#if (__FreeBSD_cc_version < 400002 && __FreeBSD_version < 500000) - #include <osfcn.h> -+#endif -+#endif - #include <pwd.h> - #include <string.h> - #include <stdlib.h> - #include <sys/stat.h> - --#ifdef __DECCXX -+#if __FreeBSD_cc_version >= 400003 -+#include <unistd.h> -+#endif -+ -+#if (defined(__DECCXX) || (__FreeBSD_version > 500000)) - extern "C" { - extern uid_t getuid(); - extern struct passwd* getpwuid(uid_t); diff --git a/japanese/iv/files/patch-bj b/japanese/iv/files/patch-bj deleted file mode 100644 index d814aed..0000000 --- a/japanese/iv/files/patch-bj +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/dclock/data.c.org Sat Jul 20 04:13:49 1991 -+++ src/bin/dclock/data.c Mon Jan 3 14:07:07 2000 -@@ -156,7 +156,7 @@ - ColonData[1].x[i] = Colon.x[i]+COLx+ColonData[1].y[i]*Slant/width; - } - -- for ( i=0; i<12; i++ ) { // shift, scale, slant A, P, M -+ for ( int i=0; i<12; i++ ) { // shift, scale, slant A, P, M - AData.y[i] = (AData.y[i]+0.7)/height + ALLy; - AData.x[i] = (AData.x[i])/width+HTx+AData.y[i]*Slant/width-0.15/width; - PData.y[i] = (PData.y[i]+0.7)/height + ALLy; diff --git a/japanese/iv/files/patch-bk b/japanese/iv/files/patch-bk deleted file mode 100644 index c49b76f..0000000 --- a/japanese/iv/files/patch-bk +++ /dev/null @@ -1,72 +0,0 @@ ---- src/bin/doc/Document.c.org Sat Dec 12 08:36:37 1992 -+++ src/bin/doc/Document.c Mon Jan 3 14:10:55 2000 -@@ -450,7 +450,8 @@ - return nil; - } else { - long count = _families->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - FontFamilyInfo& info = _families->item_ref(0); - if (strcmp(info._name, name) == 0) { - break; -@@ -590,7 +591,8 @@ - void Document::remove_float (Item* item) { - touch(true); - long count = _viewer->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - DocumentViewerInfo& info = _viewer->item_ref(i); - info._viewer->float_removed(item); - } -@@ -2277,7 +2279,8 @@ - - long Document::find_macro (const char* name) { - long count = _macro->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - MacroInfo& info = _macro->item_ref(i); - if (strcmp(info._name, name) == 0) { - break; -@@ -2314,7 +2317,8 @@ - - long Document::find_counter (const char* name) { - long count = _counter->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - CounterInfo& info = _counter->item_ref(i); - if (strcmp(info._name, name) == 0) { - break; -@@ -2365,7 +2369,8 @@ - - long Document::find_parameter (const char* name) { - long count = _parameter->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - DocumentParameterInfo& info = _parameter->item_ref(i); - if (strcmp(info._name, name) == 0) { - break; -@@ -2406,7 +2411,8 @@ - - long Document::find_label (const char* name) { - long count = _label->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - LabelInfo& info = _label->item_ref(i); - if (strcmp(info._name, name) == 0) { - break; -@@ -2447,7 +2453,8 @@ - - long Document::find_float (Item* item) { - long count = _float->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - FloatInfo& info = _float->item_ref(i); - if (info._item == item) { - break; diff --git a/japanese/iv/files/patch-bl b/japanese/iv/files/patch-bl deleted file mode 100644 index 7eca01d..0000000 --- a/japanese/iv/files/patch-bl +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/IV-2_6/control.c.org Wed Feb 12 05:48:58 1992 -+++ src/lib/IV-2_6/control.c Mon Jan 3 14:18:03 2000 -@@ -162,7 +162,7 @@ - return true; - } - } -- for (c = state_->Prev(); c != nil; c = c->Prev()) { -+ for (ControlState* c = state_->Prev(); c != nil; c = c->Prev()) { - if (c->IsView(i)) { - return true; - } diff --git a/japanese/iv/files/patch-bm b/japanese/iv/files/patch-bm deleted file mode 100644 index 8caaca5..0000000 --- a/japanese/iv/files/patch-bm +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/dclock/segment.c.org Tue Mar 5 02:56:58 1991 -+++ src/bin/dclock/segment.c Mon Jan 3 14:19:39 2000 -@@ -51,7 +51,7 @@ - Row[i] |= Row[i]<<16; - seed >>= 4; - } -- for (i = 0; i < 16; i++) { -+ for (int i = 0; i < 16; i++) { - dat[i] = Row[i%4]; - } - pat = new Pattern(dat); diff --git a/japanese/iv/files/patch-bn b/japanese/iv/files/patch-bn deleted file mode 100644 index 8aba3cd..0000000 --- a/japanese/iv/files/patch-bn +++ /dev/null @@ -1,82 +0,0 @@ ---- src/bin/doc/DocViewer.c.org Thu Nov 26 13:46:57 1992 -+++ src/bin/doc/DocViewer.c Mon Jan 3 14:23:14 2000 -@@ -601,7 +601,8 @@ - - void DocumentViewer::pin (const char* name) { - long count = _pinned_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ViewerPinnedInfo& m = _pinned_info->item_ref(i); - if (strcmp(m._name, name) == 0) { - break; -@@ -634,7 +635,8 @@ - - void DocumentViewer::unpin (const char* name) { - long count = _pinned_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ViewerPinnedInfo& m = _pinned_info->item_ref(i); - if (strcmp(m._name, name) == 0) { - break; -@@ -652,7 +654,8 @@ - void DocumentViewer::menubar (const char* name) { - choose(nil, false); - long count = _menu_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ViewerMenuInfo& m = _menu_info->item_ref(i); - if (strcmp(m._name, name) == 0) { - break; -@@ -675,7 +678,8 @@ - - void DocumentViewer::keymap (const char* name) { - long count = _keymap_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ViewerKeymapInfo& info = _keymap_info->item_ref(i); - if (strcmp(info._name, name) == 0) { - break; -@@ -699,7 +703,8 @@ - const char* name, const Color*& overlay, const Color*& underlay - ) { - long count = _color_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ViewerColorInfo& info = _color_info->item_ref(i); - if (strcmp(info._name, name) == 0) { - break; -@@ -767,7 +772,8 @@ - - void DocumentViewer::float_removed (Item* item) { - long count = _float_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - if (_float_info->item_ref(i)._item == item) { - break; - } -@@ -783,7 +789,8 @@ - - void DocumentViewer::float_changed (Item* item) { - long count = _float_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - if (_float_info->item_ref(i)._item == item) { - break; - } -@@ -798,7 +805,8 @@ - void DocumentViewer::float_adjusted (Item* item, float x, float y, long p) { - Session::instance()->default_display()->flush(); - long count = _float_info->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - if (_float_info->item_ref(i)._item == item) { - break; - } diff --git a/japanese/iv/files/patch-bo b/japanese/iv/files/patch-bo deleted file mode 100644 index f9641e4..0000000 --- a/japanese/iv/files/patch-bo +++ /dev/null @@ -1,38 +0,0 @@ ---- src/bin/idraw/idarrow.c.org Tue Jul 14 02:46:07 1992 -+++ src/bin/idraw/idarrow.c Mon Jan 3 14:25:47 2000 -@@ -304,9 +304,10 @@ - if (dashpatsize <= 0) { - out << "[] " << dashoffset << " "; - } else { -+ int i; - out << "["; - -- for (int i = 0; i < dashpatsize - 1; i++) { -+ for (i = 0; i < dashpatsize - 1; i++) { - out << dashpat[i] << " "; - } - out << dashpat[i] << "] " << dashoffset << " "; -@@ -557,9 +558,10 @@ - if (dashpatsize <= 0) { - out << "[] " << dashoffset << " "; - } else { -+ int i; - out << "["; - -- for (int i = 0; i < dashpatsize - 1; i++) { -+ for (i = 0; i < dashpatsize - 1; i++) { - out << dashpat[i] << " "; - } - out << dashpat[i] << "] " << dashoffset << " "; -@@ -806,9 +808,10 @@ - if (dashpatsize <= 0) { - out << "[] " << dashoffset << " "; - } else { -+ int i; - out << "["; - -- for (int i = 0; i < dashpatsize - 1; i++) { -+ for (i = 0; i < dashpatsize - 1; i++) { - out << dashpat[i] << " "; - } - out << dashpat[i] << "] " << dashoffset << " "; diff --git a/japanese/iv/files/patch-bp b/japanese/iv/files/patch-bp deleted file mode 100644 index 4d17ca0..0000000 --- a/japanese/iv/files/patch-bp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/bin/mailbox/main.c.org Sat Sep 12 01:19:22 1992 -+++ src/bin/mailbox/main.c Mon Jan 3 14:27:04 2000 -@@ -453,7 +453,8 @@ - if (atp != nil) { - char* dotp = strchr(atp, '.'); - if (dotp != nil) { -- for (int i = 0; i < strlen(mail_domain); ++i) { -+ int i; -+ for (i = 0; i < strlen(mail_domain); ++i) { - char c = dotp[i]; - c = isupper(c) ? c - 'A' + 'a' : c; - if (c != mail_domain[i]) { diff --git a/japanese/iv/files/patch-bq b/japanese/iv/files/patch-bq deleted file mode 100644 index fe49731..0000000 --- a/japanese/iv/files/patch-bq +++ /dev/null @@ -1,12 +0,0 @@ ---- src/lib/IV-2_6/matcheditor.c.org Thu Jun 25 03:30:20 1992 -+++ src/lib/IV-2_6/matcheditor.c Mon Jan 3 14:32:28 2000 -@@ -53,7 +53,8 @@ - } - - void MatchEditor::Match (const char* p, boolean m) { -- for (char* pp = pattern; *p != '\0'; ++p, ++pp) { -+ char* pp; -+ for (pp = pattern; *p != '\0'; ++p, ++pp) { - *pp = *p; - if (*p == '%') { - ++p; diff --git a/japanese/iv/files/patch-br b/japanese/iv/files/patch-br deleted file mode 100644 index 5fdc8bb..0000000 --- a/japanese/iv/files/patch-br +++ /dev/null @@ -1,42 +0,0 @@ ---- src/bin/doc/DialogMgr.c.org Sat Apr 11 14:28:48 1992 -+++ src/bin/doc/DialogMgr.c Mon Jan 3 14:34:49 2000 -@@ -108,7 +108,8 @@ - Window* window, const char* prompt, const char* filter - ) { - long count = _chooser->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ChooserInfo& info = _chooser->item_ref(i); - if (strcmp(info._prompt, prompt) == 0) { - break; -@@ -128,7 +129,8 @@ - Window* window, const char* prompt, const char* initial - ) { - long count = _asker->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - AskerInfo& info = _asker->item_ref(i); - if (strcmp(info._prompt, prompt) == 0) { - break; -@@ -146,7 +148,8 @@ - - int DialogManager::confirm (Window* window, const char* prompt) { - long count = _confirmer->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ConfirmerInfo& info = _confirmer->item_ref(i); - if (strcmp(info._prompt, prompt) == 0) { - break; -@@ -164,7 +167,8 @@ - - void DialogManager::report (Window* window, const char* prompt) { - long count = _reporter->count(); -- for (long i = 0; i < count; ++i) { -+ long i; -+ for (i = 0; i < count; ++i) { - ReporterInfo& info = _reporter->item_ref(i); - if (strcmp(info._prompt, prompt) == 0) { - break; diff --git a/japanese/iv/files/patch-bs b/japanese/iv/files/patch-bs deleted file mode 100644 index ae71df5..0000000 --- a/japanese/iv/files/patch-bs +++ /dev/null @@ -1,12 +0,0 @@ ---- src/bin/idraw/idcatalog.c.org Mon Jan 3 14:37:37 2000 -+++ src/bin/idraw/idcatalog.c Mon Jan 3 14:36:51 2000 -@@ -662,7 +662,8 @@ - graylevel = CalcGrayLevel(data[0]); - } - } else if (graylevel == -1) { -- for (int i = 0; in >> _buf && i < patternHeight; i++) { -+ int i; -+ for (i = 0; in >> _buf && i < patternHeight; i++) { - if (_buf[0] == '>' || sscanf(_buf, "%x", &data[i]) != 1) { - break; - } diff --git a/japanese/iv/files/patch-bt b/japanese/iv/files/patch-bt deleted file mode 100644 index 46ba81a..0000000 --- a/japanese/iv/files/patch-bt +++ /dev/null @@ -1,16 +0,0 @@ ---- src/lib/IV-X11/xdrag.c.org Sat Nov 14 14:14:37 1992 -+++ src/lib/IV-X11/xdrag.c Mon Jan 3 14:44:07 2000 -@@ -230,11 +230,12 @@ - XWindow *children; - unsigned int kids; - Status status; -+ int i; - status = XQueryTree(display, root, &root, &parent, &children, &kids); - if (status == 0) { - return None; - } -- for (int i = kids - 1; i >= 0 && children[i] != under ; --i); -+ for (i = kids - 1; i >= 0 && children[i] != under ; --i); - for (--i; i >= 0; --i) { - XWindowAttributes attributes; - XGetWindowAttributes(display, children[i], &attributes); diff --git a/japanese/iv/files/patch-bu b/japanese/iv/files/patch-bu deleted file mode 100644 index 59c606e..0000000 --- a/japanese/iv/files/patch-bu +++ /dev/null @@ -1,19 +0,0 @@ ---- src/bin/doc/Keymap.c.org Sat Apr 11 14:29:37 1992 -+++ src/bin/doc/Keymap.c Mon Jan 3 14:45:40 2000 -@@ -103,6 +103,7 @@ - _viewer != nil - && e.type() == Event::key && e.mapkey(s, sizeof(s)) > 0 - ) { -+ long i; - _viewer->ref(); - ItemView* view = _viewer->focus(); - long count = _info->count(); -@@ -110,7 +111,7 @@ - if (key < 0) { - key += 256; - } -- for (long i = 0; i < count; ++i) { -+ for (i = 0; i < count; ++i) { - DocKeymapInfo& info = _info->item_ref(i); - if (info._key == key) { - boolean pending_repair; diff --git a/japanese/iv/files/patch-bv b/japanese/iv/files/patch-bv deleted file mode 100644 index 5c3c408..0000000 --- a/japanese/iv/files/patch-bv +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/Unidraw/psview.c.org Mon Jan 3 14:40:35 2000 -+++ src/lib/Unidraw/psview.c Mon Jan 3 15:15:12 2000 -@@ -992,9 +992,10 @@ - if (dashpatsize <= 0) { - out << "[] " << dashoffset << " "; - } else { -+ int i; - out << "["; - -- for (int i = 0; i < dashpatsize - 1; i++) { -+ for (i = 0; i < dashpatsize - 1; i++) { - out << dashpat[i] << " "; - } - out << dashpat[i] << "] " << dashoffset << " "; diff --git a/japanese/iv/files/patch-bw b/japanese/iv/files/patch-bw deleted file mode 100644 index bba143c..0000000 --- a/japanese/iv/files/patch-bw +++ /dev/null @@ -1,12 +0,0 @@ ---- src/lib/IV-X11/xfont.c.org Mon Jan 3 15:17:24 2000 -+++ src/lib/IV-X11/xfont.c Mon Jan 3 15:21:01 2000 -@@ -706,7 +706,8 @@ - int sublength = strlen(substring); - int length = strlen(string) - sublength; - for (int i = 0; i <= length; ++i) { -- for (int j = 0; j < sublength; ++j) { -+ int j; -+ for (j = 0; j < sublength; ++j) { - if (string[i+j] != substring[j]) { - break; - } diff --git a/japanese/iv/files/patch-bx b/japanese/iv/files/patch-bx deleted file mode 100644 index d5dbd27..0000000 --- a/japanese/iv/files/patch-bx +++ /dev/null @@ -1,11 +0,0 @@ ---- src/lib/Unidraw/stencilcomp.c.org Wed Mar 25 10:18:16 1992 -+++ src/lib/Unidraw/stencilcomp.c Mon Jan 3 15:30:38 2000 -@@ -169,7 +169,7 @@ - StencilComp* comp = (StencilComp*) GetSubject(); - Bitmap* image, *mask; - comp->GetStencil()->GetOriginal(image, mask); -- char* tag = (image == mask) ? "SSten" : "FSten"; -+ const char* tag = (image == mask) ? "SSten" : "FSten"; - Coord w = image->Width(); - Coord h = image->Height(); - diff --git a/japanese/iv/files/patch-by b/japanese/iv/files/patch-by deleted file mode 100644 index 400553a..0000000 --- a/japanese/iv/files/patch-by +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/Unidraw/text.c.org Wed Mar 25 10:18:22 1992 -+++ src/lib/Unidraw/text.c Mon Jan 3 15:32:12 2000 -@@ -560,9 +560,10 @@ - // errors in a Postscript string. - - const char* PSText::Filter (const char* string, int len) { -+ int dot; - TextBuffer stext(sbuf, 0, SBUFSIZE); - -- for (int dot = 0; len--; string++) { -+ for (dot = 0; len--; string++) { - char c = *string; - - if (!isascii(c) || iscntrl(c)) { diff --git a/japanese/iv/files/patch-bz b/japanese/iv/files/patch-bz deleted file mode 100644 index 7df7c2a..0000000 --- a/japanese/iv/files/patch-bz +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/idraw/ided.c.org Mon Jan 3 15:33:16 2000 -+++ src/bin/idraw/ided.c Mon Jan 3 15:36:25 2000 -@@ -362,7 +362,7 @@ - return commands; - } - --static const unit = 15; -+static const int unit = 15; - - static Coord xClosed[] = { unit/5, unit, unit, unit*3/5, 0 }; - static Coord yClosed[] = { 0, unit/5, unit*3/5, unit, unit*2/5 }; diff --git a/japanese/iv/files/patch-ca b/japanese/iv/files/patch-ca deleted file mode 100644 index a47188b..0000000 --- a/japanese/iv/files/patch-ca +++ /dev/null @@ -1,20 +0,0 @@ ---- src/bin/ibuild/ibvars.h.org Thu Jul 16 07:36:21 1992 -+++ src/bin/ibuild/ibvars.h Wed Jan 5 22:08:03 2000 -@@ -232,7 +232,7 @@ - - inline boolean MemberSharedName::GetExport() { return _export; } - inline SubclassNameVar* MemberSharedName::GetSubclass () { return _subclass; } --inline void MemberSharedName::SetExport(boolean export) { _export = export;} -+inline void MemberSharedName::SetExport(boolean m_export) { _export = m_export;} - inline int& MemberSharedName::GetSerial () { return _mSerial; } - inline IDVar* MemberSharedName::GetIDVar () { return _idVar; } - -@@ -326,7 +326,7 @@ - inline int ButtonSharedName::GetInitial() { return _initial; } - inline void ButtonSharedName::SetInitial(int initial) { _initial = initial;} - inline boolean ButtonSharedName::GetExport() { return _export; } --inline void ButtonSharedName::SetExport(boolean export) { _export = export;} -+inline void ButtonSharedName::SetExport(boolean m_export) { _export = m_export;} - inline const char* ButtonSharedName::GetFuncName() { return _func; } - inline int& ButtonSharedName::GetSerial() { return _bsSerial; } - inline SubclassNameVar* ButtonSharedName::GetSubclass () { return _subclass; } diff --git a/japanese/iv/files/patch-cb b/japanese/iv/files/patch-cb deleted file mode 100644 index a46436b..0000000 --- a/japanese/iv/files/patch-cb +++ /dev/null @@ -1,12 +0,0 @@ ---- src/bin/ibuild/ibcatalog.c.org Wed Sep 9 07:36:27 1992 -+++ src/bin/ibuild/ibcatalog.c Wed Jan 5 22:12:40 2000 -@@ -614,7 +614,8 @@ - graylevel = CalcGrayLevel(data[0]); - } - } else if (graylevel == -1) { -- for (int i = 0; in >> _buf && i < patternHeight; i++) { -+ int i; -+ for (i = 0; in >> _buf && i < patternHeight; i++) { - if (_buf[0] == '>' || sscanf(_buf, "%x", &data[i]) != 1) { - break; - } diff --git a/japanese/iv/files/patch-cc b/japanese/iv/files/patch-cc deleted file mode 100644 index 76b37cd..0000000 --- a/japanese/iv/files/patch-cc +++ /dev/null @@ -1,41 +0,0 @@ ---- src/bin/ibuild/ibdialog.c.orig Wed Oct 28 10:19:27 1992 -+++ src/bin/ibuild/ibdialog.c Wed Jul 9 23:23:46 2003 -@@ -35,9 +35,20 @@ - #include <Unidraw/unidraw.h> - #include <Unidraw/viewer.h> - #include <Unidraw/catalog.h> -+#if __FreeBSD__ >= 2 -+#include <osreldate.h> -+#if __FreeBSD_cc_version >= 400003 -+#include <stdio.h> -+#endif -+#endif - #include <stream.h> - #include <string.h> - -+#if (__FreeBSD_version > 500000) -+extern "C" { -+ extern int sprintf(char * __restrict, const char * __restrict, ...); -+} -+#endif - /*****************************************************************************/ - - DialogClass::DialogClass (IBGraphic* gr) : MonoSceneClass(gr) { -@@ -380,7 +391,7 @@ - strcat(ButtonClass, "_Button"); - const char* proc = bsVar->GetFuncName(); - -- boolean export = bsVar->GetExport(); -+ boolean getexport = bsVar->GetExport(); - CodeView* kidview = GetKidView(); - MemberNameVar* kidname; - if (kidview != nil) { -@@ -407,7 +418,7 @@ - - out << "Interactor*" << coreclass; - out << "::Interior() {\n"; -- if (export) { -+ if (getexport) { - out << " " << bsVar->GetName() << " = state;\n"; - } else { - out << " ButtonState* "; diff --git a/japanese/iv/files/patch-cd b/japanese/iv/files/patch-cd deleted file mode 100644 index 0fc7e79..0000000 --- a/japanese/iv/files/patch-cd +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/ibuild/ibed.c.org Wed Nov 11 03:16:15 1992 -+++ src/bin/ibuild/ibed.c Wed Jan 5 22:42:25 2000 -@@ -672,7 +672,7 @@ - return tools; - } - --static const unit = 15; -+static const int unit = 15; - - static Coord xClosed[] = { unit/5, unit, unit, unit*3/5, 0 }; - static Coord yClosed[] = { 0, unit/5, unit*3/5, unit, unit*2/5 }; diff --git a/japanese/iv/files/patch-ce b/japanese/iv/files/patch-ce deleted file mode 100644 index 6371157..0000000 --- a/japanese/iv/files/patch-ce +++ /dev/null @@ -1,19 +0,0 @@ ---- src/bin/ibuild/ibglue.c.org Sat Apr 25 05:14:55 1992 -+++ src/bin/ibuild/ibglue.c Wed Jan 5 22:44:05 2000 -@@ -271,14 +271,14 @@ - strcpy(VGlueClass, coreclass); - strcat(VGlueClass, "_VGlue"); - -- boolean export = icomp->GetMemberNameVar()->GetExport(); -+ boolean getexport = icomp->GetMemberNameVar()->GetExport(); - const char* classname = icomp->GetClassNameVar()->GetName(); - if (icomp->GetClassNameVar()->IsSubclass()) { - BeginInstantiate(out); - out << "("; - - } else { -- if (export && !_emitMain) { -+ if (getexport && !_emitMain) { - out << " " << mname << " = new "; - } else { - out << " " << classname << "* "; diff --git a/japanese/iv/files/patch-cf b/japanese/iv/files/patch-cf deleted file mode 100644 index 97972e5..0000000 --- a/japanese/iv/files/patch-cf +++ /dev/null @@ -1,29 +0,0 @@ ---- src/bin/ibuild/ibmenu.c.org Wed Sep 9 07:34:15 1992 -+++ src/bin/ibuild/ibmenu.c Wed Jan 5 22:45:28 2000 -@@ -403,7 +403,7 @@ - - const char* proc = menuItem->GetTrackNameVar()->GetName(); - const char* text = menuItem->GetMenuItemGraphic()->GetText(); -- boolean export = icomp->GetMemberNameVar()->GetExport(); -+ boolean getexport = icomp->GetMemberNameVar()->GetExport(); - Shape* shape = icomp->GetShapeVar()->GetShape(); - - if (icomp->GetClassNameVar()->IsSubclass()) { -@@ -411,7 +411,7 @@ - out << "("; - - } else { -- if (export && !_emitMain) { -+ if (getexport && !_emitMain) { - out << " " << mname << " = "; - out << "new " << MenuClass; - } else { -@@ -431,7 +431,7 @@ - EndInstantiate(out); - - if (!_emitMain && proc != nil && *proc != '\0') { -- if (!export || icomp->GetClassNameVar()->IsSubclass()) { -+ if (!getexport || icomp->GetClassNameVar()->IsSubclass()) { - out << " " << mname << "->SetCoreClass(this);\n"; - out <<" "<< mname <<"->SetCoreFunc("<< "&" << coreclass; - out << "::" << proc << ");\n"; diff --git a/japanese/iv/files/patch-cg b/japanese/iv/files/patch-cg deleted file mode 100644 index c110775..0000000 --- a/japanese/iv/files/patch-cg +++ /dev/null @@ -1,18 +0,0 @@ ---- src/bin/ibuild/ibpanelctrl.c.org Wed Nov 11 03:16:39 1992 -+++ src/bin/ibuild/ibpanelctrl.c Wed Jan 5 22:46:29 2000 -@@ -871,13 +871,13 @@ - } else if (_emitBSInits) { - ButtonStateVar* bsVar = pcComp->GetButtonStateVar(); - const char* name = bsVar->GetName(); -- boolean export = bsVar->GetExport(); -+ boolean getexport = bsVar->GetExport(); - const char* subclass = bsVar->GetSubclassName(); - - if (!_bsinitslist->Search(name)) { - _bsinitslist->Append(name); - -- if (export && !_emitMain) { -+ if (getexport && !_emitMain) { - out << " " << name; - - } else { diff --git a/japanese/iv/files/patch-ch b/japanese/iv/files/patch-ch deleted file mode 100644 index 891f7b8..0000000 --- a/japanese/iv/files/patch-ch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/bin/ibuild/ibslider.c.org Tue Jun 9 04:44:50 1992 -+++ src/bin/ibuild/ibslider.c Wed Jan 5 22:47:49 2000 -@@ -416,7 +416,7 @@ - strcpy(SliderClass, coreclass); - strcat(SliderClass, "_Slider"); - -- boolean export = icomp->GetMemberNameVar()->GetExport(); -+ boolean getexport = icomp->GetMemberNameVar()->GetExport(); - const char* classname = icomp->GetClassNameVar()->GetName(); - - int w = icomp->GetCanvasVar()->Width(); -@@ -426,7 +426,7 @@ - BeginInstantiate(out); - out << "("; - } else { -- if (export && !_emitMain) { -+ if (getexport && !_emitMain) { - out << " " << mname << " = new " << SliderClass; - out << "("; - } else { diff --git a/japanese/iv/files/patch-ci b/japanese/iv/files/patch-ci deleted file mode 100644 index 8fff0d3..0000000 --- a/japanese/iv/files/patch-ci +++ /dev/null @@ -1,28 +0,0 @@ ---- src/bin/ibuild/ibvars.c.org Wed Sep 9 07:33:42 1992 -+++ src/bin/ibuild/ibvars.c Wed Jan 5 22:49:34 2000 -@@ -371,9 +371,9 @@ - /*****************************************************************************/ - - MemberSharedName::MemberSharedName ( -- const char* name, boolean export, boolean machgen -+ const char* name, boolean b_export, boolean machgen - ) : SharedName(name, machgen) { -- _export = export; -+ _export = b_export; - _subclass = new SubclassNameVar("", false, false); - _subclass->ref(); - _idVar = nil; -@@ -471,11 +471,11 @@ - - /*****************************************************************************/ - MemberNameVar::MemberNameVar ( -- const char* name, boolean export, boolean machgen -+ const char* name, boolean b_export, boolean machgen - ) { - _msharedname = nil; - if (name != nil) { -- _msharedname = new MemberSharedName(name, export, machgen); -+ _msharedname = new MemberSharedName(name, b_export, machgen); - _msharedname->ref(); - } - } diff --git a/japanese/iv/files/patch-cj b/japanese/iv/files/patch-cj deleted file mode 100644 index aaf287a..0000000 --- a/japanese/iv/files/patch-cj +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/ibuild/ibvarviews.c.org Sat Apr 25 05:15:01 1992 -+++ src/bin/ibuild/ibvarviews.c Wed Jan 5 22:50:51 2000 -@@ -1399,7 +1399,7 @@ - GetConflictCmd sconflict(firewallCmd.GetFirewall(),subclass); - sconflict.Execute(); - cl = sconflict.GetConflict(); -- for(i = cl->First(); i != cl->End(); i = i->Next()) { -+ for(UList* i = cl->First(); i != cl->End(); i = i->Next()) { - StateVar* state = (StateVar*) (*i)(); - if ( - !state->IsA(INSTANCENAME_VAR) && diff --git a/japanese/iv/files/patch-ck b/japanese/iv/files/patch-ck deleted file mode 100644 index 5137635..0000000 --- a/japanese/iv/files/patch-ck +++ /dev/null @@ -1,31 +0,0 @@ -diff -Ncr src/bin/idraw/idarrowhead.c src/bin/idraw/idarrowhead.c -*** src/bin/idraw/idarrowhead.c Thu Dec 12 08:49:18 1991 ---- src/bin/idraw/idarrowhead.c Sat Feb 6 19:05:49 1999 -*************** -*** 51,56 **** ---- 51,75 ---- - - Graphic* Arrowhead::Copy () { return new Arrowhead(_x, _y, this); } - Graphic& Arrowhead::operator = (Graphic& g) { return Graphic::operator=(g); } -+ Arrowhead& Arrowhead::operator = (Arrowhead& a) { -+ Graphic::operator=(a); -+ -+ _count = 0; -+ if (_y) -+ delete[] _y; -+ if (_x) -+ delete[] _x; -+ _x = _y = nil; -+ if (! a._count) -+ return *this; -+ -+ _count = a._count; -+ _x = new Coord[_count]; -+ _y = new Coord[_count]; -+ ::memcpy(_x, a._x, sizeof(Coord) * _count); -+ ::memcpy(_y, a._y, sizeof(Coord) * _count); -+ return *this; -+ } - - Coord Arrowhead::CorrectedHeight (float t) { - float w = _x[BOTRIGHT] - _x[BOTCTR]; diff --git a/japanese/iv/files/patch-cl b/japanese/iv/files/patch-cl deleted file mode 100644 index 91cf254..0000000 --- a/japanese/iv/files/patch-cl +++ /dev/null @@ -1,13 +0,0 @@ -diff -Ncr src/bin/idraw/idarrowhead.h src/bin/idraw/idarrowhead.h -*** src/bin/idraw/idarrowhead.h Thu Dec 12 08:49:19 1991 ---- src/bin/idraw/idarrowhead.h Sat Feb 6 19:05:49 1999 -*************** -*** 37,42 **** ---- 37,43 ---- - - virtual Graphic* Copy(); - virtual Graphic& operator = (Graphic&); -+ virtual Arrowhead& operator = (Arrowhead&); - protected: - Arrowhead(Coord*, Coord*, Graphic*); - diff --git a/japanese/iv/files/patch-cm b/japanese/iv/files/patch-cm deleted file mode 100644 index 4039a45..0000000 --- a/japanese/iv/files/patch-cm +++ /dev/null @@ -1,117 +0,0 @@ -diff -Ncr src/bin/idraw/idarrows.c src/bin/idraw/idarrows.c -*** src/bin/idraw/idarrows.c Sat Feb 6 19:11:32 1999 ---- src/bin/idraw/idarrows.c Sat Feb 6 19:05:49 1999 -*************** -*** 295,311 **** - } - - boolean ArrowMultiLine::contains (PointObj& po, Graphic* gs) { -! return -! SF_MultiLine::contains(po, gs) || -! Head() && ArrowheadContains(_head, po, gs) || -! Tail() && ArrowheadContains(_tail, po, gs); - } - - boolean ArrowMultiLine::intersects (BoxObj& bo, Graphic* gs) { -! return -! SF_MultiLine::intersects(bo, gs) || -! Head() && ArrowheadIntersects(_head, bo, gs) || -! Tail() && ArrowheadIntersects(_tail, bo, gs); - } - - void ArrowMultiLine::draw (Canvas* c, Graphic* gs) { ---- 295,331 ---- - } - - boolean ArrowMultiLine::contains (PointObj& po, Graphic* gs) { -! PSPattern *pat; -! boolean ret; -! -! if (Head() || Tail()) { -! pat = gs->GetPattern(); -! gs->SetPattern(psnonepat); -! } -! ret = (SF_MultiLine::contains(po, gs) -! || (Head() && ArrowheadContains(_head, po, gs)) -! || (Tail() && ArrowheadContains(_tail, po, gs))); -! if (Head() || Tail()) { -! gs->SetPattern(pat); -! } -! return ret; - } - - boolean ArrowMultiLine::intersects (BoxObj& bo, Graphic* gs) { -! PSPattern *pat; -! boolean ret; -! -! if (Head() || Tail()) { -! pat = gs->GetPattern(); -! gs->SetPattern(psnonepat); -! } -! ret = (SF_MultiLine::intersects(bo, gs) -! || (Head() && ArrowheadIntersects(_head, bo, gs)) -! || (Tail() && ArrowheadIntersects(_tail, bo, gs))); -! if (Head() || Tail()) { -! gs->SetPattern(pat); -! } -! return ret; - } - - void ArrowMultiLine::draw (Canvas* c, Graphic* gs) { -*************** -*** 486,502 **** - } - - boolean ArrowOpenBSpline::contains (PointObj& po, Graphic* gs) { -! return -! SFH_OpenBSpline::contains(po, gs) || -! Head() && ArrowheadContains(_head, po, gs) || -! Tail() && ArrowheadContains(_tail, po, gs); - } - - boolean ArrowOpenBSpline::intersects (BoxObj& bo, Graphic* gs) { -! return -! SFH_OpenBSpline::intersects(bo, gs) || -! Head() && ArrowheadIntersects(_head, bo, gs) || -! Tail() && ArrowheadIntersects(_tail, bo, gs); - } - - void ArrowOpenBSpline::draw (Canvas* c, Graphic* gs) { ---- 506,542 ---- - } - - boolean ArrowOpenBSpline::contains (PointObj& po, Graphic* gs) { -! PSPattern *pat; -! boolean ret; -! -! if (Head() || Tail()) { -! pat = gs->GetPattern(); -! gs->SetPattern(psnonepat); -! } -! ret = (SFH_OpenBSpline::contains(po, gs) -! || (Head() && ArrowheadContains(_head, po, gs)) -! || (Tail() && ArrowheadContains(_tail, po, gs))); -! if (Head() || Tail()) { -! gs->SetPattern(pat); -! } -! return ret; - } - - boolean ArrowOpenBSpline::intersects (BoxObj& bo, Graphic* gs) { -! PSPattern *pat; -! boolean ret; -! -! if (Head() || Tail()) { -! pat = gs->GetPattern(); -! gs->SetPattern(psnonepat); -! } -! ret = (SFH_OpenBSpline::intersects(bo, gs) -! || (Head() && ArrowheadIntersects(_head, bo, gs)) -! || (Tail() && ArrowheadIntersects(_tail, bo, gs))); -! if (Head() || Tail()) { -! gs->SetPattern(pat); -! } -! return ret; - } - - void ArrowOpenBSpline::draw (Canvas* c, Graphic* gs) { diff --git a/japanese/iv/files/patch-cn b/japanese/iv/files/patch-cn deleted file mode 100644 index 72afe13..0000000 --- a/japanese/iv/files/patch-cn +++ /dev/null @@ -1,63 +0,0 @@ -diff -Ncr src/lib/IV-X11/xjivfunc.c src/lib/IV-X11/xjivfunc.c -*** src/lib/IV-X11/xjivfunc.c Sat Feb 6 19:11:35 1999 ---- src/lib/IV-X11/xjivfunc.c Sat Feb 6 19:05:50 1999 -*************** -*** 110,115 **** ---- 110,116 ---- - rb += c.rbearing; - } - } -+ delete[] ss; - return rb; - } - -*************** -*** 175,180 **** ---- 176,182 ---- - w += c.width; - } - } -+ delete[] ss; - return w; - } - -*************** -*** 248,253 **** ---- 250,256 ---- - } - } - } -+ delete[] ss; - return a; - } - -*************** -*** 321,326 **** ---- 324,330 ---- - } - } - } -+ delete[] ss; - return d; - } - -*************** -*** 404,409 **** ---- 408,414 ---- - XDrawString(dpy, d, gc, x, y, (const char*)ss, sl); - } - } -+ delete[] ss; - } - - void JIVDrawImageString(XDisplay *dpy, XDrawable d, GC gc, const Font* f, -*************** -*** 487,492 **** ---- 492,498 ---- - XDrawImageString(dpy, d, gc, x, y, (const char*)ss, sl); - } - } -+ delete[] ss; - } - - #endif /* JIV */ diff --git a/japanese/iv/files/patch-co b/japanese/iv/files/patch-co deleted file mode 100644 index 1134331..0000000 --- a/japanese/iv/files/patch-co +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bin/scripts/mkdirhier.sh.orig Wed Aug 16 03:15:19 2000 -+++ src/bin/scripts/mkdirhier.sh Wed Aug 16 03:15:56 2000 -@@ -52,7 +52,7 @@ - done - - mkdir $paths || status=$? -- chmod g+w $paths -+ chmod g-w $paths - - break - } diff --git a/japanese/iv/files/patch-cp b/japanese/iv/files/patch-cp deleted file mode 100644 index 13a2638..0000000 --- a/japanese/iv/files/patch-cp +++ /dev/null @@ -1,14 +0,0 @@ ---- src/lib/IV-2_6/rubrect.c.org Wed Sep 25 22:28:00 2002 -+++ src/lib/IV-2_6/rubrect.c Wed Sep 25 22:28:59 2002 -@@ -32,7 +32,11 @@ - #include <math.h> - #include <stdlib.h> - #ifndef apollo -+#ifdef __FreeBSD__ -+#include <limits.h> -+#else - #include <values.h> -+#endif - #endif - - RubberRect::RubberRect( diff --git a/japanese/iv/files/patch-cq b/japanese/iv/files/patch-cq deleted file mode 100644 index cc8ffd6..0000000 --- a/japanese/iv/files/patch-cq +++ /dev/null @@ -1,20 +0,0 @@ ---- src/lib/Dispatch/dispatcher.c.orig Thu Jul 10 00:04:15 2003 -+++ src/lib/Dispatch/dispatcher.c Thu Jul 10 00:05:36 2003 -@@ -43,12 +43,16 @@ - #include <sys/time.h> - #include <time.h> - -+#if __FreeBSD__ >= 2 -+#include <osreldate.h> -+#endif -+ - /* no standard place for this */ - extern "C" { - #if defined(hpux) - extern int select(size_t, int*, int*, int*, const struct timeval*); - #else --#if !defined(AIXV3) && !defined(Solaris_2) && !defined(__lucid) && !defined(linux) -+#if !defined(AIXV3) && !defined(Solaris_2) && !defined(__lucid) && !defined(linux) && !(defined(__FreeBSD__) && (__FreeBSD_version > 500000)) - extern int select(int, fd_set*, fd_set*, fd_set*, const struct timeval*); - #endif - #endif diff --git a/japanese/iv/pkg-descr b/japanese/iv/pkg-descr deleted file mode 100644 index 336dd32..0000000 --- a/japanese/iv/pkg-descr +++ /dev/null @@ -1,33 +0,0 @@ -* How to use Interviews / idraw - - Binary files are installed to ${prefix}/interviews/bin directory. - Please add ${prefix}/interviews/bin to your path variable. - - For example (with csh or tcsh): - % set path = ( $path /usr/local/interviews/bin ) - % rehash - % kinput2 & - % idraw - - Enjoy!! - -* support code of CID-Keyed font PostScript Engine is included. - -* Acknowledgement - - Special thanks to: - Akihiro SATO <akisatoh@gallop.ics.nitech.ac.jp> - He created first ports style files of ja-InterViews. - - KATAYAMA <katayama@rd.nacsis.ac.jp> - He created fixeucfont-1.2 which convertor for CID-keyed font - PostScript Engine. - http://www.rd.nacsis.ac.jp/~katayama/homepage/fixeucfont/ - - FURUKAWA <yasu@on.cs.keio.ac.jp> - He created fixcmpfont patch from fixeucfont-1.2. - And, he fixed critical bug under egcs g++. - http://www.on.cs.keio.ac.jp/~yasu/linux/interviews/ - -Yoshiro MIHIRA -<sanpei@sanpei.org> diff --git a/japanese/iv/pkg-plist b/japanese/iv/pkg-plist deleted file mode 100644 index 2cbc907..0000000 --- a/japanese/iv/pkg-plist +++ /dev/null @@ -1,563 +0,0 @@ -interviews/config/InterViews/template -interviews/config/InterViews/TIFF.def -interviews/config/InterViews/arch.def -interviews/config/InterViews/gcc.def -interviews/config/InterViews/local.def -interviews/config/InterViews/params.def -interviews/config/InterViews/rules.def -interviews/config/InterViews/iv-DGUX.cf -interviews/config/InterViews/iv-Mips.cf -interviews/config/InterViews/iv-aix.cf -interviews/config/InterViews/iv-apollo.cf -interviews/config/InterViews/iv-att.cf -interviews/config/InterViews/iv-bsd.cf -interviews/config/InterViews/iv-convex.cf -interviews/config/InterViews/iv-cray.cf -interviews/config/InterViews/iv-freebsd.cf -interviews/config/InterViews/iv-generic.cf -interviews/config/InterViews/iv-hp.cf -interviews/config/InterViews/iv-ibm.cf -interviews/config/InterViews/iv-linux.cf -interviews/config/InterViews/iv-luna.cf -interviews/config/InterViews/iv-m4330.cf -interviews/config/InterViews/iv-macII.cf -interviews/config/InterViews/iv-moto.cf -interviews/config/InterViews/iv-pegasus.cf -interviews/config/InterViews/iv-sgi.cf -interviews/config/InterViews/iv-sony.cf -interviews/config/InterViews/iv-stellar.cf -interviews/config/InterViews/iv-sun.cf -interviews/config/InterViews/iv-ultrix.cf -interviews/config/InterViews/iv-x386.cf -interviews/config/InterViews/xparams.cf -interviews/include/Dispatch/_defines.h -interviews/include/Dispatch/_undefs.h -interviews/include/Dispatch/dispatcher.h -interviews/include/Dispatch/dp.h -interviews/include/Dispatch/enter-scope.h -interviews/include/Dispatch/iocallback.h -interviews/include/Dispatch/iohandler.h -interviews/include/Dispatch/iostreamb.h -interviews/include/Dispatch/leave-scope.h -interviews/include/Dispatch/rpcbuf.h -interviews/include/Dispatch/rpchdr.h -interviews/include/Dispatch/rpcpeer.h -interviews/include/Dispatch/rpcreader.h -interviews/include/Dispatch/rpcregistry.h -interviews/include/Dispatch/rpcservice.h -interviews/include/Dispatch/rpcstream.h -interviews/include/Dispatch/rpcwriter.h -interviews/include/IV-2_6/_enter.h -interviews/include/IV-2_6/_leave.h -interviews/include/IV-2_6/_names.h -interviews/include/IV-2_6/InterViews/adjuster.h -interviews/include/IV-2_6/InterViews/alignment.h -interviews/include/IV-2_6/InterViews/banner.h -interviews/include/IV-2_6/InterViews/border.h -interviews/include/IV-2_6/InterViews/box.h -interviews/include/IV-2_6/InterViews/button.h -interviews/include/IV-2_6/InterViews/compeditor.h -interviews/include/IV-2_6/InterViews/control.h -interviews/include/IV-2_6/InterViews/deck.h -interviews/include/IV-2_6/InterViews/defs.h -interviews/include/IV-2_6/InterViews/dialog.h -interviews/include/IV-2_6/InterViews/filebrowser.h -interviews/include/IV-2_6/InterViews/filechooser.h -interviews/include/IV-2_6/InterViews/frame.h -interviews/include/IV-2_6/InterViews/glue.h -interviews/include/IV-2_6/InterViews/ihandler.h -interviews/include/IV-2_6/InterViews/interactor.h -interviews/include/IV-2_6/InterViews/iwindow.h -interviews/include/IV-2_6/InterViews/matcheditor.h -interviews/include/IV-2_6/InterViews/menu.h -interviews/include/IV-2_6/InterViews/message.h -interviews/include/IV-2_6/InterViews/minmax.h -interviews/include/IV-2_6/InterViews/paint.h -interviews/include/IV-2_6/InterViews/painter.h -interviews/include/IV-2_6/InterViews/scene.h -interviews/include/IV-2_6/InterViews/panner.h -interviews/include/IV-2_6/InterViews/perspective.h -interviews/include/IV-2_6/InterViews/rubband.h -interviews/include/IV-2_6/InterViews/rubcurve.h -interviews/include/IV-2_6/InterViews/rubgroup.h -interviews/include/IV-2_6/InterViews/rubline.h -interviews/include/IV-2_6/InterViews/rubrect.h -interviews/include/IV-2_6/InterViews/rubverts.h -interviews/include/IV-2_6/InterViews/scrollbar.h -interviews/include/IV-2_6/InterViews/scroller.h -interviews/include/IV-2_6/InterViews/sensor.h -interviews/include/IV-2_6/InterViews/shape.h -interviews/include/IV-2_6/InterViews/strbrowser.h -interviews/include/IV-2_6/InterViews/strchooser.h -interviews/include/IV-2_6/InterViews/streditor.h -interviews/include/IV-2_6/InterViews/subject.h -interviews/include/IV-2_6/InterViews/textbuffer.h -interviews/include/IV-2_6/InterViews/textdisplay.h -interviews/include/IV-2_6/InterViews/texteditor.h -interviews/include/IV-2_6/InterViews/textstyle.h -interviews/include/IV-2_6/InterViews/tray.h -interviews/include/IV-2_6/InterViews/viewport.h -interviews/include/IV-2_6/InterViews/world.h -interviews/include/IV-X11/Xdefs.h -interviews/include/IV-X11/Xext.h -interviews/include/IV-X11/Xlib.h -interviews/include/IV-X11/Xundefs.h -interviews/include/IV-X11/Xutil.h -interviews/include/IV-X11/xbitmap.h -interviews/include/IV-X11/xbrush.h -interviews/include/IV-X11/xcanvas.h -interviews/include/IV-X11/xcolor.h -interviews/include/IV-X11/xcursor.h -interviews/include/IV-X11/xdisplay.h -interviews/include/IV-X11/xdrag.h -interviews/include/IV-X11/xevent.h -interviews/include/IV-X11/xfont.h -interviews/include/IV-X11/xjivfunc.h -interviews/include/IV-X11/xpainter.h -interviews/include/IV-X11/xpattern.h -interviews/include/IV-X11/xraster.h -interviews/include/IV-X11/xselection.h -interviews/include/IV-X11/xwindow.h -interviews/include/IV-look/bevel.h -interviews/include/IV-look/browser.h -interviews/include/IV-look/button.h -interviews/include/IV-look/choice.h -interviews/include/IV-look/dialogs.h -interviews/include/IV-look/fbrowser.h -interviews/include/IV-look/fchooser.h -interviews/include/IV-look/field.h -interviews/include/IV-look/kit.h -interviews/include/IV-look/menu.h -interviews/include/IV-look/mf_dialogs.h -interviews/include/IV-look/mf_kit.h -interviews/include/IV-look/mono_kit.h -interviews/include/IV-look/ol_dialogs.h -interviews/include/IV-look/ol_kit.h -interviews/include/IV-look/slider.h -interviews/include/IV-look/smf_kit.h -interviews/include/IV-look/stepper.h -interviews/include/IV-look/telltale.h -interviews/include/InterViews/_defines.h -interviews/include/InterViews/_enter.h -interviews/include/InterViews/_leave.h -interviews/include/InterViews/_names.h -interviews/include/InterViews/_undefs.h -interviews/include/InterViews/action.h -interviews/include/InterViews/adjust.h -interviews/include/InterViews/aggr.h -interviews/include/InterViews/align.h -interviews/include/InterViews/alloctbl.h -interviews/include/InterViews/arraycomp.h -interviews/include/InterViews/background.h -interviews/include/InterViews/bitmap.h -interviews/include/InterViews/boolean.h -interviews/include/InterViews/border.h -interviews/include/InterViews/box.h -interviews/include/InterViews/brush.h -interviews/include/InterViews/canvas.h -interviews/include/InterViews/character.h -interviews/include/InterViews/clthandler.h -interviews/include/InterViews/color.h -interviews/include/InterViews/composition.h -interviews/include/InterViews/compositor.h -interviews/include/InterViews/coord.h -interviews/include/InterViews/debug.h -interviews/include/InterViews/cursor.h -interviews/include/InterViews/deck.h -interviews/include/InterViews/dialog.h -interviews/include/InterViews/display.h -interviews/include/InterViews/drag.h -interviews/include/InterViews/enter-scope.h -interviews/include/InterViews/event.h -interviews/include/InterViews/font.h -interviews/include/InterViews/geometry.h -interviews/include/InterViews/glcontext.h -interviews/include/InterViews/glue.h -interviews/include/InterViews/glyph.h -interviews/include/InterViews/group.h -interviews/include/InterViews/handler.h -interviews/include/InterViews/hit.h -interviews/include/InterViews/image.h -interviews/include/InterViews/input.h -interviews/include/InterViews/iv.h -interviews/include/InterViews/kinput.h -interviews/include/InterViews/label.h -interviews/include/InterViews/layout.h -interviews/include/InterViews/leave-scope.h -interviews/include/InterViews/lrmarker.h -interviews/include/InterViews/monoglyph.h -interviews/include/InterViews/observe.h -interviews/include/InterViews/page.h -interviews/include/InterViews/patch.h -interviews/include/InterViews/pattern.h -interviews/include/InterViews/place.h -interviews/include/InterViews/polyglyph.h -interviews/include/InterViews/printer.h -interviews/include/InterViews/psfont.h -interviews/include/InterViews/raster.h -interviews/include/InterViews/regexp.h -interviews/include/InterViews/reqerr.h -interviews/include/InterViews/resource.h -interviews/include/InterViews/rule.h -interviews/include/InterViews/scrbox.h -interviews/include/InterViews/selection.h -interviews/include/InterViews/session.h -interviews/include/InterViews/shadow.h -interviews/include/InterViews/simplecomp.h -interviews/include/InterViews/stencil.h -interviews/include/InterViews/style.h -interviews/include/InterViews/superpose.h -interviews/include/InterViews/target.h -interviews/include/InterViews/telltale.h -interviews/include/InterViews/texcomp.h -interviews/include/InterViews/tformsetter.h -interviews/include/InterViews/tiff.h -interviews/include/InterViews/tile.h -interviews/include/InterViews/transformer.h -interviews/include/InterViews/window.h -interviews/include/InterViews/xymarker.h -interviews/include/InterViews/Bitmaps/big_checkmark.bm -interviews/include/InterViews/Bitmaps/checkmark.bm -interviews/include/InterViews/Bitmaps/chkbox.bm -interviews/include/InterViews/Bitmaps/chkboxBoth.bm -interviews/include/InterViews/Bitmaps/chkboxChosen.bm -interviews/include/InterViews/Bitmaps/chkboxHit.bm -interviews/include/InterViews/Bitmaps/dfast.bm -interviews/include/InterViews/Bitmaps/dfastMask.bm -interviews/include/InterViews/Bitmaps/dmover.bm -interviews/include/InterViews/Bitmaps/dmoverHit.bm -interviews/include/InterViews/Bitmaps/dmoverMask.bm -interviews/include/InterViews/Bitmaps/enlarge.bm -interviews/include/InterViews/Bitmaps/enlargeHit.bm -interviews/include/InterViews/Bitmaps/enlargeMask.bm -interviews/include/InterViews/Bitmaps/hand.bm -interviews/include/InterViews/Bitmaps/handMask.bm -interviews/include/InterViews/Bitmaps/ldfast.bm -interviews/include/InterViews/Bitmaps/ldfastMask.bm -interviews/include/InterViews/Bitmaps/lfast.bm -interviews/include/InterViews/Bitmaps/lfastMask.bm -interviews/include/InterViews/Bitmaps/lmover.bm -interviews/include/InterViews/Bitmaps/lufast.bm -interviews/include/InterViews/Bitmaps/lmoverHit.bm -interviews/include/InterViews/Bitmaps/lmoverMask.bm -interviews/include/InterViews/Bitmaps/lufastMask.bm -interviews/include/InterViews/Bitmaps/page.bm -interviews/include/InterViews/Bitmaps/pageBoth.bm -interviews/include/InterViews/Bitmaps/pageChosen.bm -interviews/include/InterViews/Bitmaps/pageHit.bm -interviews/include/InterViews/Bitmaps/radio.bm -interviews/include/InterViews/Bitmaps/radioBoth.bm -interviews/include/InterViews/Bitmaps/radioChosen.bm -interviews/include/InterViews/Bitmaps/radioHit.bm -interviews/include/InterViews/Bitmaps/radioMask.bm -interviews/include/InterViews/Bitmaps/rdfast.bm -interviews/include/InterViews/Bitmaps/rdfastMask.bm -interviews/include/InterViews/Bitmaps/reducer.bm -interviews/include/InterViews/Bitmaps/reducerHit.bm -interviews/include/InterViews/Bitmaps/reducerMask.bm -interviews/include/InterViews/Bitmaps/rfast.bm -interviews/include/InterViews/Bitmaps/rfastMask.bm -interviews/include/InterViews/Bitmaps/rmover.bm -interviews/include/InterViews/Bitmaps/rmoverHit.bm -interviews/include/InterViews/Bitmaps/rmoverMask.bm -interviews/include/InterViews/Bitmaps/rufast.bm -interviews/include/InterViews/Bitmaps/rufastMask.bm -interviews/include/InterViews/Bitmaps/ufast.bm -interviews/include/InterViews/Bitmaps/ufastMask.bm -interviews/include/InterViews/Bitmaps/umover.bm -interviews/include/InterViews/Bitmaps/umoverHit.bm -interviews/include/InterViews/Bitmaps/umoverMask.bm -interviews/include/OS/_defines.h -interviews/include/OS/_undefs.h -interviews/include/OS/directory.h -interviews/include/OS/enter-scope.h -interviews/include/OS/file.h -interviews/include/OS/host.h -interviews/include/OS/leave-scope.h -interviews/include/OS/list.h -interviews/include/OS/math.h -interviews/include/OS/memory.h -interviews/include/OS/os.h -interviews/include/OS/string.h -interviews/include/OS/table.h -interviews/include/OS/table2.h -interviews/include/OS/types.h -interviews/include/OS/ustring.h -interviews/include/Unidraw/_defines.h -interviews/include/Unidraw/_undefs.h -interviews/include/Unidraw/catalog.h -interviews/include/Unidraw/classes.h -interviews/include/Unidraw/clipboard.h -interviews/include/Unidraw/creator.h -interviews/include/Unidraw/ctrlinfo.h -interviews/include/Unidraw/dialogs.h -interviews/include/Unidraw/editor.h -interviews/include/Unidraw/editorinfo.h -interviews/include/Unidraw/enter-scope.h -interviews/include/Unidraw/globals.h -interviews/include/Unidraw/grid.h -interviews/include/Unidraw/iterator.h -interviews/include/Unidraw/keymap.h -interviews/include/Unidraw/kybd.h -interviews/include/Unidraw/leave-scope.h -interviews/include/Unidraw/manip.h -interviews/include/Unidraw/manips.h -interviews/include/Unidraw/path.h -interviews/include/Unidraw/selection.h -interviews/include/Unidraw/statevar.h -interviews/include/Unidraw/statevars.h -interviews/include/Unidraw/stateview.h -interviews/include/Unidraw/stateviews.h -interviews/include/Unidraw/transfn.h -interviews/include/Unidraw/transfns.h -interviews/include/Unidraw/uarray.h -interviews/include/Unidraw/uctrl.h -interviews/include/Unidraw/uctrls.h -interviews/include/Unidraw/uformat.h -interviews/include/Unidraw/uhash.h -interviews/include/Unidraw/ulist.h -interviews/include/Unidraw/umap.h -interviews/include/Unidraw/unidraw.h -interviews/include/Unidraw/upage.h -interviews/include/Unidraw/viewer.h -interviews/include/Unidraw/Components/cglue.h -interviews/include/Unidraw/Components/component.h -interviews/include/Unidraw/Components/compview.h -interviews/include/Unidraw/Components/connector.h -interviews/include/Unidraw/Components/csolver.h -interviews/include/Unidraw/Components/ellipse.h -interviews/include/Unidraw/Components/externview.h -interviews/include/Unidraw/Components/grcomp.h -interviews/include/Unidraw/Components/grview.h -interviews/include/Unidraw/Components/gvupdater.h -interviews/include/Unidraw/Components/line.h -interviews/include/Unidraw/Components/link.h -interviews/include/Unidraw/Components/pad.h -interviews/include/Unidraw/Components/pin.h -interviews/include/Unidraw/Components/polygon.h -interviews/include/Unidraw/Components/psformat.h -interviews/include/Unidraw/Components/psview.h -interviews/include/Unidraw/Components/rastercomp.h -interviews/include/Unidraw/Components/rect.h -interviews/include/Unidraw/Components/slot.h -interviews/include/Unidraw/Components/spline.h -interviews/include/Unidraw/Components/stencilcomp.h -interviews/include/Unidraw/Components/text.h -interviews/include/Unidraw/Components/vertices.h -interviews/include/Unidraw/Commands/align.h -interviews/include/Unidraw/Commands/brushcmd.h -interviews/include/Unidraw/Commands/catcmds.h -interviews/include/Unidraw/Commands/colorcmd.h -interviews/include/Unidraw/Commands/command.h -interviews/include/Unidraw/Commands/data.h -interviews/include/Unidraw/Commands/datas.h -interviews/include/Unidraw/Commands/edit.h -interviews/include/Unidraw/Commands/font.h -interviews/include/Unidraw/Commands/import.h -interviews/include/Unidraw/Commands/macro.h -interviews/include/Unidraw/Commands/nop.h -interviews/include/Unidraw/Commands/patcmd.h -interviews/include/Unidraw/Commands/struct.h -interviews/include/Unidraw/Commands/transforms.h -interviews/include/Unidraw/Commands/viewcmds.h -interviews/include/Unidraw/Graphic/damage.h -interviews/include/Unidraw/Graphic/ellipses.h -interviews/include/Unidraw/Graphic/geomobjs.h -interviews/include/Unidraw/Graphic/graphic.h -interviews/include/Unidraw/Graphic/grblock.h -interviews/include/Unidraw/Graphic/lines.h -interviews/include/Unidraw/Graphic/picture.h -interviews/include/Unidraw/Graphic/polygons.h -interviews/include/Unidraw/Graphic/pspaint.h -interviews/include/Unidraw/Graphic/rasterrect.h -interviews/include/Unidraw/Graphic/splines.h -interviews/include/Unidraw/Graphic/ulabel.h -interviews/include/Unidraw/Graphic/ustencil.h -interviews/include/Unidraw/Graphic/util.h -interviews/include/Unidraw/Graphic/verts.h -interviews/include/Unidraw/Tools/connect.h -interviews/include/Unidraw/Tools/grcomptool.h -interviews/include/Unidraw/Tools/magnify.h -interviews/include/Unidraw/Tools/move.h -interviews/include/Unidraw/Tools/reshape.h -interviews/include/Unidraw/Tools/rotate.h -interviews/include/Unidraw/Tools/scale.h -interviews/include/Unidraw/Tools/select.h -interviews/include/Unidraw/Tools/stretch.h -interviews/include/Unidraw/Tools/tool.h -interviews/lib/libIV.so.3.1 -interviews/lib/libUnidraw.so.3.1 -interviews/lib/all/app-defaults/Doc -interviews/lib/all/app-defaults/InterViews -interviews/lib/all/app-defaults/Idemo -interviews/lib/all/app-defaults/idraw -interviews/lib/all/doc-samples/intro.doc -interviews/lib/all/doc-samples/slides.doc -interviews/lib/all/doc-samples/uist.doc -interviews/lib/all/doc-samples/car.ips -interviews/lib/all/doc-samples/flag.oz.ips -interviews/lib/all/doc-samples/objects.ips -interviews/lib/all/drawings/car -interviews/lib/all/drawings/car.bw -interviews/lib/all/drawings/cis -interviews/lib/all/drawings/ducks -interviews/lib/all/drawings/flags -interviews/lib/all/drawings/pepsi -interviews/lib/all/drawings/qbf -interviews/lib/all/drawings/workstation -interviews/lib/all/ibuild-samples/README -interviews/lib/all/ibuild-samples/Clock/Clock.c -interviews/lib/all/ibuild-samples/Clock/Clock.h -interviews/lib/all/ibuild-samples/Clock/Dial.c -interviews/lib/all/ibuild-samples/Clock/Dial.h -interviews/lib/all/ibuild-samples/Clock/clock-main.c -interviews/lib/all/ibuild-samples/Clock/clock -interviews/lib/all/ibuild-samples/Grapher/Grapher.c -interviews/lib/all/ibuild-samples/Grapher/Grapher.h -interviews/lib/all/ibuild-samples/Grapher/Plotter.c -interviews/lib/all/ibuild-samples/Grapher/Plotter.h -interviews/lib/all/ibuild-samples/Grapher/grapher-main.c -interviews/lib/all/ibuild-samples/Grapher/grapher -interviews/lib/all/ibuild-samples/Meter/Meter.c -interviews/lib/all/ibuild-samples/Meter/Meter.h -interviews/lib/all/ibuild-samples/Meter/meter -interviews/lib/all/ibuild-samples/Pie/Pie.c -interviews/lib/all/ibuild-samples/Pie/Pie.h -interviews/lib/all/ibuild-samples/Pie/pie-main.c -interviews/lib/all/ibuild-samples/Pie/pie -interviews/lib/all/ibuild-samples/Punidraw/punidraw -interviews/lib/all/ibuild-samples/Sted/OpenDialog.c -interviews/lib/all/ibuild-samples/Sted/OpenDialog.h -interviews/lib/all/ibuild-samples/Sted/SaveDialog.c -interviews/lib/all/ibuild-samples/Sted/SaveDialog.h -interviews/lib/all/ibuild-samples/Sted/SearchDialog.c -interviews/lib/all/ibuild-samples/Sted/SearchDialog.h -interviews/lib/all/ibuild-samples/Sted/Sted.c -interviews/lib/all/ibuild-samples/Sted/Sted.h -interviews/lib/all/ibuild-samples/Sted/sted -interviews/lib/all/ibuild-samples/Sted/sted-main.c -interviews/lib/all/ibuild-samples/VMouse/VMouse.c -interviews/lib/all/ibuild-samples/VMouse/VMouse.h -interviews/lib/all/ibuild-samples/VMouse/vmouse-main.c -interviews/lib/all/ibuild-samples/VMouse/vmouse -interviews/lib/all/ibuild-samples/VWork/VWork.c -interviews/lib/all/ibuild-samples/VWork/VWork.h -interviews/lib/all/ibuild-samples/VWork/vwork -interviews/lib/all/images/jello.tif -interviews/lib/all/images/linton.tif -interviews/lib/all/logos/iv -interviews/lib/all/logos/iv.OK -interviews/lib/all/logos/iv.TV -interviews/lib/all/logos/iv.X -interviews/lib/all/logos/iv.bite -interviews/lib/all/logos/iv.bits -interviews/lib/all/logos/iv.bomb -interviews/lib/all/logos/iv.boom -interviews/lib/all/logos/iv.boot -interviews/lib/all/logos/iv.bug -interviews/lib/all/logos/iv.build -interviews/lib/all/logos/iv.burn -interviews/lib/all/logos/iv.chip -interviews/lib/all/logos/iv.collapse -interviews/lib/all/logos/iv.desk -interviews/lib/all/logos/iv.die -interviews/lib/all/logos/iv.die.gray -interviews/lib/all/logos/iv.egg -interviews/lib/all/logos/iv.fade -interviews/lib/all/logos/iv.flag -interviews/lib/all/logos/iv.flip -interviews/lib/all/logos/iv.hang -interviews/lib/all/logos/iv.holes -interviews/lib/all/logos/iv.house -interviews/lib/all/logos/iv.ivy -interviews/lib/all/logos/iv.no -interviews/lib/all/logos/iv.patch -interviews/lib/all/logos/iv.pbomb -interviews/lib/all/logos/iv.pbug -interviews/lib/all/logos/iv.peel -interviews/lib/all/logos/iv.persp -interviews/lib/all/logos/iv.scan -interviews/lib/all/logos/iv.scroll -interviews/lib/all/logos/iv.shade -interviews/lib/all/logos/iv.shuffle -interviews/lib/all/logos/iv.spider -interviews/lib/all/logos/iv.tank -interviews/lib/all/logos/iv.tomb -interviews/lib/all/logos/iv.trash -interviews/lib/all/logos/iv.tree -interviews/lib/all/logos/iv.warp -interviews/lib/all/logos/iv.window -interviews/lib/all/logos/iv.world -interviews/lib/all/styles/10pt.sty -interviews/lib/all/styles/12pt.sty -interviews/lib/all/styles/14pt.sty -interviews/lib/all/styles/18pt.sty -interviews/lib/all/styles/24pt.sty -interviews/lib/all/styles/8pt.sty -interviews/lib/all/styles/article.sty -interviews/lib/all/styles/book.sty -interviews/lib/all/styles/helvetica.sty -interviews/lib/all/styles/largepage.sty -interviews/lib/all/styles/letter.sty -interviews/lib/all/styles/mediumpage.sty -interviews/lib/all/styles/report.sty -interviews/lib/all/styles/slides.sty -interviews/lib/all/styles/smallpage.sty -interviews/lib/all/styles/thesis.sty -interviews/lib/all/styles/times.sty -interviews/bin/alert -interviews/bin/dclock -interviews/bin/doc -interviews/bin/ibuild -interviews/bin/iclass -interviews/bin/idemo -interviews/bin/idraw -interviews/bin/ifc -interviews/bin/logo -interviews/bin/mailbox -interviews/bin/cpu -interviews/bin/ibmkmf -interviews/bin/ivmkmf -interviews/bin/remind -interviews/man/refman.PS -lib/libIV.so -lib/libIV.so.3.1 -lib/libUnidraw.so -lib/libUnidraw.so.3.1 -@dirrm interviews/bin -@dirrm interviews/config/InterViews -@dirrm interviews/config -@dirrm interviews/include/Dispatch -@dirrm interviews/include/IV-2_6/InterViews -@dirrm interviews/include/IV-2_6 -@dirrm interviews/include/IV-X11 -@dirrm interviews/include/IV-look -@dirrm interviews/include/InterViews/Bitmaps -@dirrm interviews/include/InterViews -@dirrm interviews/include/OS -@dirrm interviews/include/Unidraw/Commands -@dirrm interviews/include/Unidraw/Components -@dirrm interviews/include/Unidraw/Graphic -@dirrm interviews/include/Unidraw/Tools -@dirrm interviews/include/Unidraw -@dirrm interviews/include -@dirrm interviews/lib/all/app-defaults -@dirrm interviews/lib/all/doc-samples -@dirrm interviews/lib/all/drawings -@dirrm interviews/lib/all/ibuild-samples/Clock -@dirrm interviews/lib/all/ibuild-samples/Grapher -@dirrm interviews/lib/all/ibuild-samples/Meter -@dirrm interviews/lib/all/ibuild-samples/Pie -@dirrm interviews/lib/all/ibuild-samples/Punidraw -@dirrm interviews/lib/all/ibuild-samples/Sted -@dirrm interviews/lib/all/ibuild-samples/VMouse -@dirrm interviews/lib/all/ibuild-samples/VWork -@dirrm interviews/lib/all/ibuild-samples -@dirrm interviews/lib/all/images -@dirrm interviews/lib/all/logos -@dirrm interviews/lib/all/styles -@dirrm interviews/lib/all -@dirrm interviews/lib -@dirrm interviews/man/mann -@dirrm interviews/man -@dirrm interviews diff --git a/japanese/iv/scripts/configure b/japanese/iv/scripts/configure deleted file mode 100644 index 018fe0d..0000000 --- a/japanese/iv/scripts/configure +++ /dev/null @@ -1,16 +0,0 @@ -#! /bin/sh - -cd ${WRKSRC} - -localconfig=src/config/InterViews/local.def - -sed -e "s:/usr/local/interviews:${PREFIX}/interviews:" \ - -e "s:/usr/X11R6:${X11BASE}:" \ - ${localconfig} > ${localconfig}.new -mv -f ${localconfig}.new ${localconfig} - -CPU=`make CPU`; export CPU -make Makefile XCONFIGDIR=${X11BASE}/lib/X11/config -make Makefiles -make depend - diff --git a/japanese/mozilla-jlp-devel/Makefile b/japanese/mozilla-jlp-devel/Makefile deleted file mode 100644 index dfebec6..0000000 --- a/japanese/mozilla-jlp-devel/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: ja-mozilla-jlp-devel -# Date created: 02 Jul 2000 -# Whom: Yoichi ASAI <yatt@luna2.org> -# -# $FreeBSD$ -# - -PORTNAME= mozilla -PORTVERSION= 1.8.b1 -PORTREVISION= 1 -CATEGORIES= japanese www -MASTER_SITES= ftp://ftp.mozilla-japan.org/pub/mozilla-japan/mozilla/development/1.8b1/ -PKGNAMESUFFIX= -jlp -DISTNAME= mozilla-1.8b1-langjajp-1 -EXTRACT_SUFX= .xpi - -MAINTAINER= fortune@n.jpn.ph -COMMENT= Mozilla Japanese Language Pack (JLP) - -BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/regxpcom:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS= ${MOZILLA}:${PORTSDIR}/www/${MOZILLA} \ - ${PKG_DBDIR}/ja-alias-fonts-1.0:${PORTSDIR}/japanese/alias-fonts - -BROKEN= Incorrect pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -WRKSRC= ${WRKDIR}/bin - -LATEST_LINK= ja-mozilla-jlp-devel -USE_X_PREFIX= yes -USE_ZIP= yes -EXTRACT_BEFORE_ARGS= -qo - -MOZILLA= mozilla-devel -PLIST_SUB= MOZILLA=${MOZILLA} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 450002 -LOCALENAME= ja_JP.eucJP -.elif ${OSVERSION} >= 400020 -LOCALENAME= ja_JP.EUC -.else -LOCALENAME= ja_JP.EUC -.endif - -do-build: - ${SED} -e "s^%%PREFIX%%^${PREFIX}^g" \ - -e "s^%%LOCALBASE%%^${LOCALBASE}^g" \ - -e "s^%%LOCALENAME%%^${LOCALENAME}^g" \ - -e "s^%%MOZILLA%%^${MOZILLA}^g" \ - ${FILESDIR}/mozilla.sh > ${WRKDIR}/${MOZILLA} - -do-install: - (cd ${PREFIX}/lib/${MOZILLA}/chrome; \ - ${MV} -f installed-chrome.txt installed-chrome.txt.orig) - ${MV} -f ${PREFIX}/bin/${MOZILLA} ${PREFIX}/bin/${MOZILLA}.orig - ${INSTALL_SCRIPT} ${WRKDIR}/${MOZILLA} ${PREFIX}/bin - (cd ${WRKDIR}/sp; ${TAR} -cf - *) | \ - ${TAR} -xf - -C ${PREFIX}/lib/${MOZILLA}/searchplugins -# (cd ${WRKDIR}/sp_nomac; ${TAR} -cf - *) | \ -# ${TAR} -xf - -C ${PREFIX}/lib/${MOZILLA}/searchplugins - (cd ${WRKSRC}; ${TAR} -cf - chrome defaults) | \ - ${TAR} -xf - -C ${PREFIX}/lib/${MOZILLA} - (cd ${PREFIX}/lib/${MOZILLA}/chrome; \ - ${CP} installed-chrome.txt.orig installed-chrome.txt; \ - ${CAT} ${FILESDIR}/installed-chrome.txt >> installed-chrome.txt) - (cd ${PREFIX}/lib/${MOZILLA}; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regxpcom; \ - ${SETENV} LD_LIBRARY_PATH=. MOZILLA_FIVE_HOME=. ./regchrome) - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/japanese/mozilla-jlp-devel/distinfo b/japanese/mozilla-jlp-devel/distinfo deleted file mode 100644 index 9276ec9..0000000 --- a/japanese/mozilla-jlp-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mozilla-1.8b1-langjajp-1.xpi) = b89d2435227ce041c848640837f2cd27 -SIZE (mozilla-1.8b1-langjajp-1.xpi) = 637218 diff --git a/japanese/mozilla-jlp-devel/files/installed-chrome.txt b/japanese/mozilla-jlp-devel/files/installed-chrome.txt deleted file mode 100644 index 470594e..0000000 --- a/japanese/mozilla-jlp-devel/files/installed-chrome.txt +++ /dev/null @@ -1,35 +0,0 @@ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/global/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/communicator/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/editor/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/navigator/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/necko/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/p3p/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/cookie/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/wallet/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pipnss/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/pippki/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/content-packs/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/help/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/mozldap/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/forms/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/forms/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/autoconfig/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-smime/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mdn/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/messenger-mapi/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/chatzilla/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/venkman/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/inspector/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/sroaming/ -locale,install,url,jar:resource:/chrome/ja-JP.jar!/locale/ja-JP/tasks/ -locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/global-platform/ -locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/communicator-platform/ -locale,install,url,jar:resource:/chrome/ja-unix.jar!/locale/ja-JP/navigator-platform/ -locale,install,url,jar:resource:/chrome/JP.jar!/locale/JP/global-region/ -locale,install,url,jar:resource:/chrome/JP.jar!/locale/JP/communicator-region/ -locale,install,url,jar:resource:/chrome/JP.jar!/locale/JP/editor-region/ -locale,install,url,jar:resource:/chrome/JP.jar!/locale/JP/messenger-region/ -locale,install,url,jar:resource:/chrome/JP.jar!/locale/JP/navigator-region/ -locale,install,select,ja-JP -locale,install,select,JP diff --git a/japanese/mozilla-jlp-devel/files/mozilla.sh b/japanese/mozilla-jlp-devel/files/mozilla.sh deleted file mode 100644 index b5a015c..0000000 --- a/japanese/mozilla-jlp-devel/files/mozilla.sh +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh - -LANG=%%LOCALENAME%%; export LANG -#XMODIFIERS=@im=kinput2; export XMODIFIERS -#LD_PRELOAD=%%LOCALBASE%%/lib/libflashplayer.so.1; export LD_PRELOAD - -MOZILLA_DIR="%%PREFIX%%/lib/%%MOZILLA%%" -MOZILLA_EXEC="mozilla" -LOCATION='new-tab' - -cd $MOZILLA_DIR || exit 1 - -case $1 in - -mail) - REMOTE_COMMAND="xfeDoCommand (openInbox)" - ;; - -*) - exec ./$MOZILLA_EXEC "$@" - ;; - *) - REMOTE_COMMAND="openURL($@, $LOCATION)" - ;; -esac - -# process found -./$MOZILLA_EXEC -remote "ping()" && -./$MOZILLA_EXEC -remote "$REMOTE_COMMAND" && exit 0 - -# no existing process -exec ./$MOZILLA_EXEC "$@" - diff --git a/japanese/mozilla-jlp-devel/pkg-descr b/japanese/mozilla-jlp-devel/pkg-descr deleted file mode 100644 index 65c1e3c..0000000 --- a/japanese/mozilla-jlp-devel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Mozilla is an open-source application suite for web browsing, email, -HTML editing, IRC chat, and more. - -Mozilla Japanese Language Pack (JLP) provides Japanese localized -resource for Mozilla. - -WWW: http://www33.ocn.ne.jp/~snip/mozilla/ diff --git a/japanese/mozilla-jlp-devel/pkg-message b/japanese/mozilla-jlp-devel/pkg-message deleted file mode 100644 index 304e334..0000000 --- a/japanese/mozilla-jlp-devel/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -******************************** -If your XIM wouldn't work properly, try to make a file - -"${HOME}/.mozilla/${USER}/*.slt/user.js" - -with below content; --- -user_pref("xim.input_style", "over-the-spot") --- -******************************** diff --git a/japanese/mozilla-jlp-devel/pkg-plist b/japanese/mozilla-jlp-devel/pkg-plist deleted file mode 100644 index 225e713..0000000 --- a/japanese/mozilla-jlp-devel/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -@exec mv %D/bin/%%MOZILLA%% %D/bin/%%MOZILLA%%.orig -@exec mv %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt.orig -bin/%%MOZILLA%% -lib/%%MOZILLA%%/chrome/JP.jar -lib/%%MOZILLA%%/chrome/chrome.rdf -lib/%%MOZILLA%%/chrome/installed-chrome.txt -lib/%%MOZILLA%%/chrome/ja-JP.jar -lib/%%MOZILLA%%/chrome/ja-mac.jar -lib/%%MOZILLA%%/chrome/ja-unix.jar -lib/%%MOZILLA%%/chrome/ja-win.jar -lib/%%MOZILLA%%/components/xpti.dat -lib/%%MOZILLA%%/defaults/messenger/JP/mailViews.dat -lib/%%MOZILLA%%/defaults/profile/JP/chrome/userChrome-example.css -lib/%%MOZILLA%%/defaults/profile/JP/chrome/userContent-example.css -lib/%%MOZILLA%%/defaults/profile/JP/chrome/userChrome-example-euc.css -lib/%%MOZILLA%%/defaults/profile/JP/chrome/userChrome-example-sjis.css -lib/%%MOZILLA%%/defaults/profile/JP/chrome/userContent-example-euc.css -lib/%%MOZILLA%%/defaults/profile/JP/chrome/userContent-example-sjis.css -lib/%%MOZILLA%%/defaults/profile/JP/bookmarks.html -lib/%%MOZILLA%%/defaults/profile/JP/localstore.rdf -lib/%%MOZILLA%%/defaults/profile/JP/mimeTypes.rdf -lib/%%MOZILLA%%/defaults/profile/JP/panels.rdf -lib/%%MOZILLA%%/defaults/profile/JP/prefs.js -lib/%%MOZILLA%%/defaults/profile/JP/search.rdf -lib/%%MOZILLA%%/searchplugins/amazon-ja.src -lib/%%MOZILLA%%/searchplugins/amazon-ja.png -lib/%%MOZILLA%%/searchplugins/google-ja.src -lib/%%MOZILLA%%/searchplugins/google-ja.gif -lib/%%MOZILLA%%/searchplugins/google_news.src -lib/%%MOZILLA%%/searchplugins/google_news.gif -lib/%%MOZILLA%%/searchplugins/kakaku.src -lib/%%MOZILLA%%/searchplugins/kakaku.png -lib/%%MOZILLA%%/searchplugins/mozillazine-ja.src -lib/%%MOZILLA%%/searchplugins/mozillazine-ja.png -lib/%%MOZILLA%%/searchplugins/wikipedia-ja.src -lib/%%MOZILLA%%/searchplugins/wikipedia-ja.png -lib/%%MOZILLA%%/searchplugins/yahoo-ja.src -lib/%%MOZILLA%%/searchplugins/yahoo-ja.png -lib/%%MOZILLA%%/searchplugins/wni.src -lib/%%MOZILLA%%/searchplugins/wni.png -@unexec mv %D/bin/%%MOZILLA%%.orig %D/bin/%%MOZILLA%% -@unexec mv %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt.orig %D/lib/%%MOZILLA%%/chrome/installed-chrome.txt -@dirrm lib/%%MOZILLA%%/defaults/profile/JP/chrome -@dirrm lib/%%MOZILLA%%/defaults/profile/JP -@dirrm lib/%%MOZILLA%%/defaults/messenger/JP diff --git a/japanese/openoffice-templates/Makefile b/japanese/openoffice-templates/Makefile deleted file mode 100644 index 8dc5953..0000000 --- a/japanese/openoffice-templates/Makefile +++ /dev/null @@ -1,123 +0,0 @@ -# New ports collection makefile for: ja-openoffice-templates -# Date created: 2003/10/10 -# Whom: nork@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= templates -PORTVERSION= ${OPENOFFICE.ORG_VER}.20041007 -PORTREVISION= 2 -CATEGORIES= japanese editors -MASTER_SITES= http://ooosupport.good-day.net/ -PKGNAMEPREFIX= ja-openoffice.org- -DIST_SUBDIR?= openoffice.org1.1 -DISTNAME= impress_${PORTNAME} - -MAINTAINER= openoffice@FreeBSD.org -COMMENT= OpenOffice.org 1.1 Impress Templates - -RUN_DEPENDS= ${LOCALBASE}/${OPENOFFICE.ORG}/program/soffice:${PORTSDIR}/editors/openoffice.org-1.1 - -BROKEN= Install fails -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -NO_BUILD= yes -PLIST_FILES= ${OOTEMPLATES:S|^|${TEMPLATEDIR}/|} - -OPENOFFICE.ORG= OpenOffice.org${OPENOFFICE_VER} -OPENOFFICE.ORG_VER= 1.1.5 -TEMPLATEDIR= ${OPENOFFICE.ORG}/share/template/japanese/layout - -OOOTEMPLATES= \ - A4-kariert.sti \ - Black-cyan-yellow.ja.sti \ - Black-orange.ja.sti \ - Blue-yellow-white.ja.sti \ - BlueBoxes_ja_11.sti \ - BlueSilver_ja_11.sti \ - BlueWavesTempl-1_ja_11.sti \ - Blue_Circles_ja_11.sti \ - Blue_Lines.sti \ - Butterflies.sti \ - Candy.ja.sti \ - Cheesy.ja.sti \ - Cubes_1x_ja_11.sti \ - DABlueChecker.sti \ - DABlueCircle.sti \ - DABlueCloud.sti \ - DABlueStars.sti \ - DABlueWhiteFlower.sti \ - DALetters.sti \ - DAMultiStars2.sti \ - DAOrangeTexture.sti \ - DAPinkCloud.sti \ - DASnowFlacks.sti \ - DASparkle.sti \ - Foot-prints.ja.sti \ - Foral-StudioA02.sti \ - Foral-Studio_A01.sti \ - Grad-blue.ja.sti \ - Grad-blue_2.ja.sti \ - Grad-blue_3.ja.sti \ - Grad-cyan-black.ja.sti \ - Grad-gray-blue.ja.sti \ - Grad-lightblue.ja.sti \ - Grad-lightblue_2.ja.sti \ - Grad-mediumblue.ja.sti \ - Grad-purple.ja.sti \ - Gray-green.ja.sti \ - Hatch_ja_11.sti \ - Marble.ja.sti \ - MarbleTempl-2_ja_11.sti \ - Music.ja.sti \ - Notepad_ja_11.sti \ - OOo.sti \ - OOo2.sti \ - Ortra_ja_11.sti \ - Pixels.ja.sti \ - Roses.ja.sti \ - Solar_ja_11.sti \ - Sunburst_ja_11.sti \ - White-blue.ja.sti \ - White-blue_sky.ja.sti \ - White-red.ja.sti \ - White-red_2.ja.sti \ - White-red_3.ja.sti \ - With-year-2003.ja.sti \ - With-year-2004.ja.sti \ - With-year-2005.ja.sti \ - With-years.ja.sti \ - blue.sti \ - bluesquares.sti \ - coolblack.sti \ - coolspace.sti \ - earthlight.sti \ - jp-temple.sti \ - kamometemplate.sti \ - karteikarte.sti \ - lamp.sti \ - landscape.sti \ - lay_wood.sti \ - mondo_cyan.sti \ - mondo_green.sti \ - mondo_yellow.sti \ - ooo_blue.sti \ - ooo_red.sti \ - openblue.sti \ - redStar.sti \ - relief.sti \ - sidepanel_blue.sti \ - sidepanel_cloud.sti \ - sidepanel_green.sti \ - sidepanel_red.sti \ - sun4.sti \ - templatecopyright - -do-install: -.for FILE in ${OOOTEMPLATES} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${PREFIX}/${TEMPLATEDIR}/${FILE} -.endfor - -.include <bsd.port.mk> diff --git a/japanese/openoffice-templates/distinfo b/japanese/openoffice-templates/distinfo deleted file mode 100644 index ca64124..0000000 --- a/japanese/openoffice-templates/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (openoffice1.1/impress_templates.tar.gz) = ac66b343103168c6a8701039b707411f -SIZE (openoffice1.1/impress_templates.tar.gz) = 4573924 diff --git a/japanese/openoffice-templates/pkg-descr b/japanese/openoffice-templates/pkg-descr deleted file mode 100644 index 94250cf..0000000 --- a/japanese/openoffice-templates/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Templates for OpenOffice.org Impress. - -WWW: http://desktop.good-day.net/ooo11/tmp.php diff --git a/japanese/pgp.language/Makefile b/japanese/pgp.language/Makefile deleted file mode 100644 index 58c7234..0000000 --- a/japanese/pgp.language/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: pgp.language (japanese) -# Date created: 9 May 1997 -# Whom: Hironori Ikura <hikura@kaisei.org> -# -# $FreeBSD$ -# - -PORTNAME= pgp -PORTVERSION= 2.6.3 -CATEGORIES= japanese security -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/pgp/2.x/lang/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}i-japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= Japanese language module for PGP - -DEPRECATED= obsolete -- current version of base program is 7.0 -EXPIRATION_DATE= 2005-10-11 - -RUN_DEPENDS= pgp:${PORTSDIR}/security/pgp - -USE_ZIP= YES -NO_BUILD= YES - -# version and language specifications -PGP_LANGUAGE= japanese -PGP_LANG= ja -PGP_CHARSET= noconv - -PGPLIB= ${PREFIX}/share/pgp -OBJS= language.txt ${PGP_LANG}.hlp README.${PGP_LANG} - -do-install: - -[ -d ${PGPLIB} ] || { \ - ${MKDIR} ${PGPLIB} ; \ - ${CHOWN} bin:bin ${PGPLIB} ; \ - ${CHMOD} 555 ${PGPLIB} ; } - -[ -f ${PGPLIB}/language.txt ] && \ - ${MV} ${PGPLIB}/language.txt ${PGPLIB}/language.txt.bak - @cd ${WRKSRC}; \ - ${INSTALL_DATA} ${OBJS} ${PGPLIB}; \ - ${INSTALL_DATA} memo ${PGPLIB}/memo.ja - @cd ${PGPLIB}; \ - ${GREP} -l -q '^Language.*=.*${PGP_LANG}' config.txt || \ - ${SH} ${SCRIPTDIR}/pgp.config.l10n.sh \ - ${PGPLIB} ${PGP_LANG} ${PGP_CHARSET} - -pgp > /dev/null 2>&1 # update .idx file - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/japanese/pgp.language/distinfo b/japanese/pgp.language/distinfo deleted file mode 100644 index 42e8a47..0000000 --- a/japanese/pgp.language/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pgp263i-japanese.zip) = 318891983d6bf76a4ab5b538656a5e01 -SIZE (pgp263i-japanese.zip) = 21481 diff --git a/japanese/pgp.language/pkg-descr b/japanese/pgp.language/pkg-descr deleted file mode 100644 index 2275b3b..0000000 --- a/japanese/pgp.language/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Japanese language module for PGP 2.6.3ia. - - This package depends on original PGP 2.6.3ia (International version), -and replaces some distributed files. -(config.txt is modified, language.txt is replaced.) diff --git a/japanese/pgp.language/pkg-message b/japanese/pgp.language/pkg-message deleted file mode 100644 index 20a8ca5..0000000 --- a/japanese/pgp.language/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -************************************************************** -* W a r n i n g * -* This package included the limitation so called * -* ``HACKER IS NOT CRACKER'' restriction. Don't open this * -* package if you don't agree as to ``HACKER IS NOT CRACKER''.* -* Read ``memo'' file to know more information. * -* ALL FILES ARE FOR JAPANESE LANGUAGE. * -************************************************************** diff --git a/japanese/pgp.language/pkg-plist b/japanese/pgp.language/pkg-plist deleted file mode 100644 index 99b38b8..0000000 --- a/japanese/pgp.language/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -share/pgp/ja.hlp -share/pgp/README.ja -share/pgp/memo.ja -@exec mv %D/share/pgp/config.txt %D/share/pgp/config.txt.bak -share/pgp/config.txt -@unexec mv %D/%F.bak %D/%F -@exec mv %D/share/pgp/language.txt %D/share/pgp/language.txt.bak -share/pgp/language.txt -@unexec mv %D/%F.bak %D/%F -share/pgp/language.idx diff --git a/japanese/pgp.language/scripts/pgp.config.l10n.sh b/japanese/pgp.language/scripts/pgp.config.l10n.sh deleted file mode 100644 index 0950b4a..0000000 --- a/japanese/pgp.language/scripts/pgp.config.l10n.sh +++ /dev/null @@ -1,37 +0,0 @@ -#!/bin/sh -# -# pgp.config.l10n.sh - modify PGP configuration file to localization. -# -# Copyright(C) 1997 Hironori Ikura <hikura@tcc.co.jp> -# -# usage: pgp.config.l10n.sh <srcdir> <lang> <charset> -# ex. pgp.config.l10n.sh /usr/ports/japanese/pgp/work ja noconv -# - -if [ $# -ne 3 ]; then - echo "usage: $0 <srcdir> <lang> <charset>" 1>&2 - echo " ex. $0 /usr/ports/japanese/pgp/work ja noconv" 1>&2 - exit 1 -fi - -wrkdir=$1 -lang=$2 -charset=$3 -config=$wrkdir/config.txt - -if [ ! -f "$config" ]; then - echo "No original config.txt is found." 1>&2 - echo "Abort processing." 1>&2 - exit 1 -fi - -mv $config $config.bak - -sed -e 's/^[Ll]anguage *= *[a-z][a-z]$/Language = '$lang'/' \ - -e 's/^[ #]*CharSet *= *[A-Za-z0-9]*$/CharSet = '$charset'/' \ - $config.bak > $config - -chown bin.bin $config -chmod 444 $config - -exit 0 diff --git a/japanese/xemacs21-canna+freewnn/Makefile b/japanese/xemacs21-canna+freewnn/Makefile deleted file mode 100644 index ee262e1..0000000 --- a/japanese/xemacs21-canna+freewnn/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: XEmacs with Canna and FreeWnn -# Date created: 5 Dec 1997 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -CATEGORIES= japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= XEmacs(stable version) text editor(SJ3, SKK, Canna and FreeWnn) - -MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -CANNA= yes -FREEWNN= yes - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/xemacs21-canna+wnn6/Makefile b/japanese/xemacs21-canna+wnn6/Makefile deleted file mode 100644 index 07a7dd9..0000000 --- a/japanese/xemacs21-canna+wnn6/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: XEmacs with Canna and Wnn6 -# Date created: 5 Dec 1997 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -CATEGORIES= japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= XEmacs(stable version) text editor(SJ3, SKK, Canna and Wnn6) - -MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -CANNA= yes -WNN6= yes - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/xemacs21-canna/Makefile b/japanese/xemacs21-canna/Makefile deleted file mode 100644 index 6270973..0000000 --- a/japanese/xemacs21-canna/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: XEmacs for Japanese -# Date created: 5 Dec 1997 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -CATEGORIES= japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= XEmacs(stable version) text editor(SJ3, SKK and Canna) - -MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule - -CANNA= yes - -BROKEN= "Incomplete pkg-plist" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/xemacs21-freewnn/Makefile b/japanese/xemacs21-freewnn/Makefile deleted file mode 100644 index 5777096..0000000 --- a/japanese/xemacs21-freewnn/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: XEmacs with FreeWnn -# Date created: 25 January 1998 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - -CATEGORIES= japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= XEmacs(stable version) text editor(SJ3, SKK and FreeWnn) - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule - -FREEWNN= yes - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/xemacs21-wnn6/Makefile b/japanese/xemacs21-wnn6/Makefile deleted file mode 100644 index a5d4b64..0000000 --- a/japanese/xemacs21-wnn6/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# New ports collection makefile for: XEmacs with Wnn6 -# Date created: 25 January 1998 -# Whom: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# -# $FreeBSD$ -# - - -CATEGORIES= japanese - -MAINTAINER= ports@FreeBSD.org -COMMENT= XEmacs(stable version) text editor(SJ3, SKK and Wnn6) - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule - -WNN6= yes - -.include "${MASTERDIR}/Makefile" diff --git a/japanese/zope-zmilocalizer/Makefile b/japanese/zope-zmilocalizer/Makefile deleted file mode 100644 index 69c24ec..0000000 --- a/japanese/zope-zmilocalizer/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: ZMILocalizer -# Date created: 18 November 2004 -# Whom: Yasushi Hayashi -# -# $FreeBSD$ -# - -PORTNAME= ZMILocalizer -PORTVERSION= 0.8a -CATEGORIES= japanese www zope -MASTER_SITES= http://www.zope.co.jp/zj10n/ -DISTNAME= zope10n08a -EXTRACT_SUFX= .tgz - -MAINTAINER= yasi@yasi.to -COMMENT= Hotfix for www/zope to translate ZMI into Japanese - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/japanese.pth:${PORTSDIR}/japanese/pycodec \ - ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/PlacelessTranslationService/__init__.py:${PORTSDIR}/www/zope-placelesstranslationservice - -BROKEN= Broken dependency -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_PYTHON= yes -USE_ZOPE= yes -DIST_SUBDIR= zope - -ZOPEPRODUCTNAME= ${PORTNAME} - -PLIST= ${WRKDIR}/pkg-plist -WRKSRC= ${WRKDIR}/${DISTNAME}/${ZOPEPRODUCTNAME} - -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}zope- - -do-build: - -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/ - -pre-install: - @${RM} -f ${PLIST} - @${TOUCH} ${PLIST} - @cd ${WRKDIR}/${DISTNAME} ;\ - for f in `${FIND} ${ZOPEPRODUCTNAME} -type f`; do \ - ${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \ - done; \ - for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \ - ${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \ - done; \ - -do-install: - @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ - @${CHMOD} -R og+rX ${WRKSRC}/ - @${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/ - -post-install: -.if !defined(BATCH) - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> diff --git a/japanese/zope-zmilocalizer/distinfo b/japanese/zope-zmilocalizer/distinfo deleted file mode 100644 index 05c15f7..0000000 --- a/japanese/zope-zmilocalizer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (zope/zope10n08a.tgz) = b3c572e73f4eefba2bdfda56bc78dd76 -SIZE (zope/zope10n08a.tgz) = 185111 diff --git a/japanese/zope-zmilocalizer/pkg-descr b/japanese/zope-zmilocalizer/pkg-descr deleted file mode 100644 index 26d130c..0000000 --- a/japanese/zope-zmilocalizer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a hotfix for Zope (www/zope), an object-based web application server. -It translates Zope Management Interface into Japanese. - -WWW: http://www.zope.co.jp/zj10n/ - --- Yasushi Hayashi -yasi@yasi.to diff --git a/japanese/zope-zmilocalizer/pkg-message b/japanese/zope-zmilocalizer/pkg-message deleted file mode 100644 index 71cbde2..0000000 --- a/japanese/zope-zmilocalizer/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -To complete the installation of ZMI Localizer - -- Restart Zope. This may be done from the Zope Control Panel. - diff --git a/java/Makefile b/java/Makefile index 0f2d601..08258c0 100644 --- a/java/Makefile +++ b/java/Makefile @@ -8,8 +8,6 @@ SUBDIR += bluej SUBDIR += bouncycastle SUBDIR += bsh - SUBDIR += bugseeker - SUBDIR += bugseeker-demo SUBDIR += castor SUBDIR += classpath SUBDIR += collections @@ -42,7 +40,6 @@ SUBDIR += eclipse-viplugin SUBDIR += eclipse-webtools SUBDIR += eclipseme - SUBDIR += forte SUBDIR += gj SUBDIR += gj-jdk11 SUBDIR += gnu-regexp diff --git a/java/bugseeker-demo/Makefile b/java/bugseeker-demo/Makefile deleted file mode 100644 index 0e874e4..0000000 --- a/java/bugseeker-demo/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: bugseeker -# Date created: 22 December 2000 -# Whom: Ernst de Haan <znerd@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bugseeker-demo -PORTVERSION= 1.0.2 -PORTREVISION= 1 -CATEGORIES= java -MASTER_SITES= http://www.karmira.com/products/bugseeker2/download/ -DISTNAME= bugseeker2demo - -PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= znerd -PATCHFILES= bugseeker2demo.sh.diff - -MAINTAINER= ports@FreeBSD.org -COMMENT= A debugger for Java software - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_JAVA= 1.3+ - -NO_BUILD= YES - -WRKSRC= ${WRKDIR}/${DISTNAME} -PORTDESTDIR= ${PREFIX}/${PORTNAME} -PORTTITLE= BugSeeker for Java 2 (Trial version) -RECURSIVE_CP= ${CP} -R - -.include <bsd.port.pre.mk> - -do-install: - @${MKDIR} ${PORTDESTDIR} - @${CP} ${WRKSRC}/changes.txt ${PORTDESTDIR}/ - @${CP} ${WRKSRC}/license.txt ${PORTDESTDIR}/ - @${CP} ${WRKSRC}/readme.txt ${PORTDESTDIR}/ - @${MKDIR} ${PORTDESTDIR}/bin - @${CP} ${WRKSRC}/bin/bugseeker2demo.sh ${PORTDESTDIR}/bin/bugseeker.sh - @${MKDIR} ${PORTDESTDIR}/lib - @${RECURSIVE_CP} ${WRKSRC}/lib/* ${PORTDESTDIR}/lib/ - @${MKDIR} ${PORTDESTDIR}/manual - @${RECURSIVE_CP} ${WRKSRC}/manual/* ${PORTDESTDIR}/manual/ - -post-install: - @${ECHO_CMD} "${PORTTITLE} has been installed in ${PORTDESTDIR}." - @${ECHO_CMD} "If you don't have a trial license yet, then you can get a 30-day license at:" - @${ECHO_CMD} "http://www.karmira.com/products/bugseeker2/demo.html." - -.include <bsd.port.post.mk> diff --git a/java/bugseeker-demo/distinfo b/java/bugseeker-demo/distinfo deleted file mode 100644 index b7fe3b6..0000000 --- a/java/bugseeker-demo/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (bugseeker2demo.tar.gz) = 93869cf9ec49570b65af3f05bd665fbc -SIZE (bugseeker2demo.tar.gz) = 2580841 -MD5 (bugseeker2demo.sh.diff) = bc8552affee18e955992c506c4e98017 -SIZE (bugseeker2demo.sh.diff) = 610 diff --git a/java/bugseeker-demo/pkg-descr b/java/bugseeker-demo/pkg-descr deleted file mode 100644 index 35a473e..0000000 --- a/java/bugseeker-demo/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -BugSeeker is a fully portable Java debugger application based on JPDA. While -it only runs on JDK 1.2 or higher, it supports debugging JDK 1.1 and 1.0 -applications too. The BugSeeker application is a Swing-based application that -allows you to step through your program while watching threads, variables, -field values, etc. - -To use this program you will need to have a license installed. You can obtain -a license from the http://www.karmira.com/products/bugseeker2/demo.html. If -you already have a license key, you don't have to reregister there. - -WWW: http://www.karmira.com/products/bugseeker2/ diff --git a/java/bugseeker-demo/pkg-plist b/java/bugseeker-demo/pkg-plist deleted file mode 100644 index 5a2a316..0000000 --- a/java/bugseeker-demo/pkg-plist +++ /dev/null @@ -1,185 +0,0 @@ -bugseeker-demo/changes.txt -bugseeker-demo/license.txt -bugseeker-demo/readme.txt -bugseeker-demo/bin/bugseeker.sh -bugseeker-demo/lib/bugseeker2demo.jar -bugseeker-demo/manual/images/drop.gif -bugseeker-demo/manual/images/WorkingDirectory.gif -bugseeker-demo/manual/images/WindowMenu.gif -bugseeker-demo/manual/images/WatchTabPopup.gif -bugseeker-demo/manual/images/WatchTab.gif -bugseeker-demo/manual/images/VariablesTab.gif -bugseeker-demo/manual/images/TransportTypes.gif -bugseeker-demo/manual/images/SourceViewer.gif -bugseeker-demo/manual/images/SkipStep.gif -bugseeker-demo/manual/images/SessionTabs.gif -bugseeker-demo/manual/images/RemoteDebugListen2.gif -bugseeker-demo/manual/images/RemoteDebugListen.gif -bugseeker-demo/manual/images/RemoteDebugAttach2.gif -bugseeker-demo/manual/images/RemoteDebugAttach.gif -bugseeker-demo/manual/images/RecentFiles.gif -bugseeker-demo/manual/images/ProjectTypeServlet.gif -bugseeker-demo/manual/images/ProjectTypes.gif -bugseeker-demo/manual/images/ProjectTypeApplet.gif -bugseeker-demo/manual/images/ProjectTypeApp.gif -bugseeker-demo/manual/images/ProjectSkipFilters.gif -bugseeker-demo/manual/images/ProjectRuntime.gif -bugseeker-demo/manual/images/ProjectMultiple.gif -bugseeker-demo/manual/images/ProjectAdvanced.gif -bugseeker-demo/manual/images/OptionsSound.gif -bugseeker-demo/manual/images/OptionsRuntime.gif -bugseeker-demo/manual/images/OptionsOutline.gif -bugseeker-demo/manual/images/OptionsLayout.gif -bugseeker-demo/manual/images/OptionsKeyboard.gif -bugseeker-demo/manual/images/OptionsHome.gif -bugseeker-demo/manual/images/OptionsGeneral.gif -bugseeker-demo/manual/images/OptionsFont.gif -bugseeker-demo/manual/images/OptionsEditFile.gif -bugseeker-demo/manual/images/OptionsDebug.gif -bugseeker-demo/manual/images/OptionsColor.gif -bugseeker-demo/manual/images/BreakpointGroupNew.gif -bugseeker-demo/manual/images/NewProject.gif -bugseeker-demo/manual/images/InfoTab.gif -bugseeker-demo/manual/images/NewJavaRuntimeDialog.gif -bugseeker-demo/manual/images/MonitorsTab.gif -bugseeker-demo/manual/images/MethodBreakpointSet.gif -bugseeker-demo/manual/images/MethodBreakpointProp.gif -bugseeker-demo/manual/images/LineBreakpointProps.gif -bugseeker-demo/manual/images/InspectorModify.gif -bugseeker-demo/manual/images/InspectorEval.gif -bugseeker-demo/manual/images/Inspector.gif -bugseeker-demo/manual/images/FieldWatchpointSet.gif -bugseeker-demo/manual/images/FieldWatchpointProp.gif -bugseeker-demo/manual/images/ExecutionPoint.gif -bugseeker-demo/manual/images/ExceptionBreakpointProp.gif -bugseeker-demo/manual/images/DataTips.gif -bugseeker-demo/manual/images/Classpath.gif -bugseeker-demo/manual/images/ClassOutline.gif -bugseeker-demo/manual/images/Legend.gif -bugseeker-demo/manual/images/ClassBreakpointSet.gif -bugseeker-demo/manual/images/ClassBreakpointProp.gif -bugseeker-demo/manual/images/CallStackTab.gif -bugseeker-demo/manual/images/BreakpointStrip.gif -bugseeker-demo/manual/images/BreakpointsDialog.gif -bugseeker-demo/manual/images/BreakpointsDeactivated.gif -bugseeker-demo/manual/images/OpenFileArchive.gif -bugseeker-demo/manual/images/CurrentGroup.gif -bugseeker-demo/manual/images/BreakpointTypes.gif -bugseeker-demo/manual/images/ExceptionBreakpoints.gif -bugseeker-demo/manual/images/ThreadsTab.gif -bugseeker-demo/manual/images/RemoteListening.gif -bugseeker-demo/manual/images/bugseeker2logo.jpg -bugseeker-demo/manual/images/BreakpointFilters.gif -bugseeker-demo/manual/toc.html -bugseeker-demo/manual/title.html -bugseeker-demo/manual/source.html -bugseeker-demo/manual/source-viewer.html -bugseeker-demo/manual/source-recent.html -bugseeker-demo/manual/source-outline.html -bugseeker-demo/manual/source-opening.html -bugseeker-demo/manual/source-managing.html -bugseeker-demo/manual/source-editing.html -bugseeker-demo/manual/source-closing.html -bugseeker-demo/manual/remote.html -bugseeker-demo/manual/remote-transport-type.html -bugseeker-demo/manual/remote-socket-type.html -bugseeker-demo/manual/remote-shmem-type.html -bugseeker-demo/manual/remote-listen.html -bugseeker-demo/manual/remote-attach.html -bugseeker-demo/manual/projects.html -bugseeker-demo/manual/project-working-dir.html -bugseeker-demo/manual/project-types.html -bugseeker-demo/manual/project-step-filters.html -bugseeker-demo/manual/project-servlet-type.html -bugseeker-demo/manual/project-saving.html -bugseeker-demo/manual/project-runtime.html -bugseeker-demo/manual/project-remote-type.html -bugseeker-demo/manual/project-paths.html -bugseeker-demo/manual/project-opening.html -bugseeker-demo/manual/project-new.html -bugseeker-demo/manual/project-names.html -bugseeker-demo/manual/project-modifying.html -bugseeker-demo/manual/project-managing-multiple.html -bugseeker-demo/manual/project-java-runtime.html -bugseeker-demo/manual/project-closing.html -bugseeker-demo/manual/mstyle.css -bugseeker-demo/manual/project-applet-type.html -bugseeker-demo/manual/project-app-type.html -bugseeker-demo/manual/project-advanced-options.html -bugseeker-demo/manual/intro.html -bugseeker-demo/manual/index.html -bugseeker-demo/manual/header.html -bugseeker-demo/manual/execution.html -bugseeker-demo/manual/execution-working-dir.html -bugseeker-demo/manual/execution-stopping.html -bugseeker-demo/manual/execution-stepping.html -bugseeker-demo/manual/execution-step-over.html -bugseeker-demo/manual/execution-step-out.html -bugseeker-demo/manual/execution-step-into.html -bugseeker-demo/manual/execution-starting.html -bugseeker-demo/manual/execution-skip-step.html -bugseeker-demo/manual/execution-run-to-cursor.html -bugseeker-demo/manual/execution-resuming.html -bugseeker-demo/manual/execution-restarting.html -bugseeker-demo/manual/execution-pausing.html -bugseeker-demo/manual/execution-native.html -bugseeker-demo/manual/execution-exec-point.html -bugseeker-demo/manual/execution-compiling.html -bugseeker-demo/manual/examine.html -bugseeker-demo/manual/examine-watch.html -bugseeker-demo/manual/examine-variables.html -bugseeker-demo/manual/examine-threads.html -bugseeker-demo/manual/examine-session-tabs.html -bugseeker-demo/manual/examine-monitors.html -bugseeker-demo/manual/examine-inspector.html -bugseeker-demo/manual/examine-info.html -bugseeker-demo/manual/examine-debug-views.html -bugseeker-demo/manual/custom.html -bugseeker-demo/manual/examine-debug-tabs.html -bugseeker-demo/manual/examine-datatips.html -bugseeker-demo/manual/examine-console.html -bugseeker-demo/manual/examine-call-stack.html -bugseeker-demo/manual/examine-active-closed-views.html -bugseeker-demo/manual/custom-sound.html -bugseeker-demo/manual/custom-runtime.html -bugseeker-demo/manual/custom-outline.html -bugseeker-demo/manual/custom-layout.html -bugseeker-demo/manual/custom-keyboard.html -bugseeker-demo/manual/custom-home.html -bugseeker-demo/manual/custom-general.html -bugseeker-demo/manual/custom-font.html -bugseeker-demo/manual/custom-edit-file.html -bugseeker-demo/manual/custom-debug.html -bugseeker-demo/manual/custom-color.html -bugseeker-demo/manual/appendix-d.html -bugseeker-demo/manual/breakpoints.html -bugseeker-demo/manual/breakpoint-removing.html -bugseeker-demo/manual/breakpoint-method.html -bugseeker-demo/manual/breakpoint-method-setting.html -bugseeker-demo/manual/breakpoint-method-properties.html -bugseeker-demo/manual/breakpoint-managing.html -bugseeker-demo/manual/breakpoint-line.html -bugseeker-demo/manual/breakpoint-line-setting.html -bugseeker-demo/manual/breakpoint-line-properties.html -bugseeker-demo/manual/breakpoint-groups.html -bugseeker-demo/manual/breakpoint-field.html -bugseeker-demo/manual/breakpoint-field-setting.html -bugseeker-demo/manual/breakpoint-field-properties.html -bugseeker-demo/manual/breakpoint-exception.html -bugseeker-demo/manual/breakpoint-exception-setting.html -bugseeker-demo/manual/breakpoint-exception-properties.html -bugseeker-demo/manual/breakpoint-exception-dialog.html -bugseeker-demo/manual/breakpoint-enable-disable.html -bugseeker-demo/manual/breakpoint-deactivated.html -bugseeker-demo/manual/breakpoint-class.html -bugseeker-demo/manual/breakpoint-class-setting.html -bugseeker-demo/manual/breakpoint-class-properties.html -bugseeker-demo/manual/appendix-c.html -bugseeker-demo/manual/appendix-b.html -bugseeker-demo/manual/troubleshooting.html -bugseeker-demo/manual/appendix-a.html -@dirrm bugseeker-demo/bin -@dirrm bugseeker-demo/lib -@dirrm bugseeker-demo/manual/images -@dirrm bugseeker-demo/manual -@dirrm bugseeker-demo diff --git a/java/bugseeker/Makefile b/java/bugseeker/Makefile deleted file mode 100644 index 698d7d0..0000000 --- a/java/bugseeker/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: bugseeker -# Date created: 22 December 2000 -# Whom: Ernst de Haan <znerd@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bugseeker -PORTVERSION= 1.0.2 -PORTREVISION= 2 -CATEGORIES= java -MASTER_SITES= # -DISTNAME= bugseeker2ee-1_0_2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= BugSeeker for Java 2, a debugger for Java applications - -BROKEN= "unfetchable" -DEPRECATED= unfetchable -EXPIRATION_DATE=2005-10-31 - -USE_JAVA= 1.3+ - -NO_CDROM= "License doesn\'t allow redistribution" -RESTRICTED= "Redistribution of repackaged binaries not permitted" -NO_BUILD= YES - -WRKSRC= ${WRKDIR}/bugseeker2 -PLIST_SUB+= T=${TARGET_DIR:S/^${PREFIX}\///} -TARGET_DIR= ${PREFIX}/${PKGBASE}${PORTVERSION} -DOWNLOAD_URL?= http://www.karmira.com/store/index.html - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE=You must manually obtain the ${DISTNAME}${EXTRACT_SUFX} file from Karmira, at ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again -.endif - -do-install: - ${CAT} ${WRKSRC}/bin/bugseeker2.sh \ - | ${SED} "/%%TARGET_DIR%%/s//${TARGET_DIR:S/\//\\\//g}/" \ - | ${SED} "/%%JAVA_HOME%%/s//${JAVA_HOME:S/\//\\\//g}/" \ - > ${WRKSRC}/bin/bugseeker - ${CHMOD} a+xr ${WRKSRC}/bin/bugseeker - ${MKDIR} ${TARGET_DIR} - ${CP} ${WRKSRC}/changes.txt ${TARGET_DIR}/ - ${CP} ${WRKSRC}/license.txt ${TARGET_DIR}/ - ${CP} ${WRKSRC}/readme.txt ${TARGET_DIR}/ - ${CP} ${WRKSRC}/bin/bugseeker ${PREFIX}/bin - ${MKDIR} ${TARGET_DIR}/lib - ${CP} -r ${WRKSRC}/lib/* ${TARGET_DIR}/lib/ - ${MKDIR} ${TARGET_DIR}/manual - ${CP} -r ${WRKSRC}/manual/* ${TARGET_DIR}/manual/ - -.include <bsd.port.post.mk> diff --git a/java/bugseeker/distinfo b/java/bugseeker/distinfo deleted file mode 100644 index 2765882..0000000 --- a/java/bugseeker/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (bugseeker2ee-1_0_2.tar.gz) = 040a7bae14853542ee70dea698705a77 diff --git a/java/bugseeker/files/patch-aa b/java/bugseeker/files/patch-aa deleted file mode 100644 index be00a75..0000000 --- a/java/bugseeker/files/patch-aa +++ /dev/null @@ -1,36 +0,0 @@ ---- bin/bugseeker2.sh.orig Sun Oct 22 01:20:38 2000 -+++ bin/bugseeker2.sh Thu Jun 21 19:40:14 2001 -@@ -2,22 +2,15 @@ - # - # BugSeeker for Java 2 Startup Script - # ============================================================================ --# For Linux, Solaris, Unix --# --# Please customize this script by following the five simple configuration --# steps listed below --# ---------------------------------------------------------------------------- -+# For FreeBSD - - # Step 1: - # ======= - # Specify the JAVA_HOME for this script. JAVA_HOME should refer to the - # home location where your system's Java Development Kit is installed --# For instance, the supplied example assumes the JDK is installed at --# /usr/java - # ---------------------------------------------------------------------------- - --JAVA_HOME=/usr/java --#JAVA_HOME=/usr/j2se # Solaris JDK 1.3 -+JAVA_HOME=%%JAVA_HOME%% - - # Step 2: - # ======= -@@ -26,7 +19,7 @@ - # system. - # ---------------------------------------------------------------------------- - --BUGSEEKER2_HOME=/usr/local/bugseeker2 -+BUGSEEKER2_HOME=%%TARGET_DIR%% - - # Step 3: - # ======= diff --git a/java/bugseeker/pkg-descr b/java/bugseeker/pkg-descr deleted file mode 100644 index e87e6c1..0000000 --- a/java/bugseeker/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -BugSeeker for Java 2, a debugger for Java applications. - -BugSeeker is a fully portable Java debugger application based on -JPDA. While it only runs on JDK 1.2 or higher, it supports -debugging JDK 1.1 and 1.0 applications too. The BugSeeker -application is a Swing-based application that allows you to step -through your program while watching threads, variables, field -values, etc. - -WWW: http://www.karmira.com/products/bugseeker2/ diff --git a/java/bugseeker/pkg-plist b/java/bugseeker/pkg-plist deleted file mode 100644 index 48d4d07..0000000 --- a/java/bugseeker/pkg-plist +++ /dev/null @@ -1,184 +0,0 @@ -%%T%%/manual/images/drop.gif -%%T%%/manual/images/WorkingDirectory.gif -%%T%%/manual/images/WindowMenu.gif -%%T%%/manual/images/WatchTabPopup.gif -%%T%%/manual/images/WatchTab.gif -%%T%%/manual/images/VariablesTab.gif -%%T%%/manual/images/TransportTypes.gif -%%T%%/manual/images/SourceViewer.gif -%%T%%/manual/images/SkipStep.gif -%%T%%/manual/images/SessionTabs.gif -%%T%%/manual/images/RemoteDebugListen2.gif -%%T%%/manual/images/RemoteDebugListen.gif -%%T%%/manual/images/RemoteDebugAttach2.gif -%%T%%/manual/images/RemoteDebugAttach.gif -%%T%%/manual/images/RecentFiles.gif -%%T%%/manual/images/ProjectTypeServlet.gif -%%T%%/manual/images/ProjectTypes.gif -%%T%%/manual/images/ProjectTypeApplet.gif -%%T%%/manual/images/ProjectTypeApp.gif -%%T%%/manual/images/ProjectSkipFilters.gif -%%T%%/manual/images/ProjectRuntime.gif -%%T%%/manual/images/ProjectMultiple.gif -%%T%%/manual/images/ProjectAdvanced.gif -%%T%%/manual/images/OptionsSound.gif -%%T%%/manual/images/OptionsRuntime.gif -%%T%%/manual/images/OptionsOutline.gif -%%T%%/manual/images/OptionsLayout.gif -%%T%%/manual/images/OptionsKeyboard.gif -%%T%%/manual/images/OptionsHome.gif -%%T%%/manual/images/OptionsGeneral.gif -%%T%%/manual/images/OptionsFont.gif -%%T%%/manual/images/OptionsEditFile.gif -%%T%%/manual/images/OptionsDebug.gif -%%T%%/manual/images/OptionsColor.gif -%%T%%/manual/images/BreakpointGroupNew.gif -%%T%%/manual/images/NewProject.gif -%%T%%/manual/images/InfoTab.gif -%%T%%/manual/images/NewJavaRuntimeDialog.gif -%%T%%/manual/images/MonitorsTab.gif -%%T%%/manual/images/MethodBreakpointSet.gif -%%T%%/manual/images/MethodBreakpointProp.gif -%%T%%/manual/images/LineBreakpointProps.gif -%%T%%/manual/images/InspectorModify.gif -%%T%%/manual/images/InspectorEval.gif -%%T%%/manual/images/Inspector.gif -%%T%%/manual/images/FieldWatchpointSet.gif -%%T%%/manual/images/FieldWatchpointProp.gif -%%T%%/manual/images/ExecutionPoint.gif -%%T%%/manual/images/ExceptionBreakpointProp.gif -%%T%%/manual/images/DataTips.gif -%%T%%/manual/images/Classpath.gif -%%T%%/manual/images/ClassOutline.gif -%%T%%/manual/images/Legend.gif -%%T%%/manual/images/ClassBreakpointSet.gif -%%T%%/manual/images/ClassBreakpointProp.gif -%%T%%/manual/images/CallStackTab.gif -%%T%%/manual/images/BreakpointStrip.gif -%%T%%/manual/images/BreakpointsDialog.gif -%%T%%/manual/images/BreakpointsDeactivated.gif -%%T%%/manual/images/OpenFileArchive.gif -%%T%%/manual/images/CurrentGroup.gif -%%T%%/manual/images/BreakpointTypes.gif -%%T%%/manual/images/ExceptionBreakpoints.gif -%%T%%/manual/images/ThreadsTab.gif -%%T%%/manual/images/RemoteListening.gif -%%T%%/manual/images/bugseeker2logo.jpg -%%T%%/manual/images/BreakpointFilters.gif -%%T%%/manual/project-opening.html -%%T%%/manual/project-new.html -%%T%%/manual/intro.html -%%T%%/manual/projects.html -%%T%%/manual/project-names.html -%%T%%/manual/project-types.html -%%T%%/manual/project-app-type.html -%%T%%/manual/project-applet-type.html -%%T%%/manual/project-servlet-type.html -%%T%%/manual/project-remote-type.html -%%T%%/manual/project-paths.html -%%T%%/manual/project-runtime.html -%%T%%/manual/project-working-dir.html -%%T%%/manual/project-java-runtime.html -%%T%%/manual/project-step-filters.html -%%T%%/manual/project-saving.html -%%T%%/manual/project-advanced-options.html -%%T%%/manual/project-modifying.html -%%T%%/manual/source-managing.html -%%T%%/manual/project-closing.html -%%T%%/manual/source-opening.html -%%T%%/manual/project-managing-multiple.html -%%T%%/manual/source.html -%%T%%/manual/source-recent.html -%%T%%/manual/source-closing.html -%%T%%/manual/breakpoints.html -%%T%%/manual/source-editing.html -%%T%%/manual/source-viewer.html -%%T%%/manual/source-outline.html -%%T%%/manual/breakpoint-line.html -%%T%%/manual/execution-stepping.html -%%T%%/manual/examine.html -%%T%%/manual/breakpoint-method.html -%%T%%/manual/breakpoint-line-setting.html -%%T%%/manual/breakpoint-line-properties.html -%%T%%/manual/execution-step-into.html -%%T%%/manual/breakpoint-method-setting.html -%%T%%/manual/breakpoint-method-properties.html -%%T%%/manual/breakpoint-class.html -%%T%%/manual/execution-step-over.html -%%T%%/manual/breakpoint-class-setting.html -%%T%%/manual/execution-step-out.html -%%T%%/manual/breakpoint-class-properties.html -%%T%%/manual/breakpoint-exception.html -%%T%%/manual/execution-skip-step.html -%%T%%/manual/execution.html -%%T%%/manual/breakpoint-exception-setting.html -%%T%%/manual/examine-debug-views.html -%%T%%/manual/execution-run-to-cursor.html -%%T%%/manual/breakpoint-exception-properties.html -%%T%%/manual/breakpoint-field.html -%%T%%/manual/breakpoint-field-setting.html -%%T%%/manual/examine-session-tabs.html -%%T%%/manual/breakpoint-field-properties.html -%%T%%/manual/breakpoint-removing.html -%%T%%/manual/examine-debug-tabs.html -%%T%%/manual/breakpoint-enable-disable.html -%%T%%/manual/examine-variables.html -%%T%%/manual/breakpoint-deactivated.html -%%T%%/manual/breakpoint-groups.html -%%T%%/manual/breakpoint-managing.html -%%T%%/manual/examine-watch.html -%%T%%/manual/examine-call-stack.html -%%T%%/manual/breakpoint-exception-dialog.html -%%T%%/manual/examine-threads.html -%%T%%/manual/execution-working-dir.html -%%T%%/manual/execution-compiling.html -%%T%%/manual/execution-native.html -%%T%%/manual/execution-starting.html -%%T%%/manual/execution-exec-point.html -%%T%%/manual/execution-pausing.html -%%T%%/manual/execution-resuming.html -%%T%%/manual/execution-stopping.html -%%T%%/manual/execution-restarting.html -%%T%%/manual/examine-console.html -%%T%%/manual/examine-monitors.html -%%T%%/manual/examine-info.html -%%T%%/manual/examine-active-closed-views.html -%%T%%/manual/examine-datatips.html -%%T%%/manual/examine-inspector.html -%%T%%/manual/remote.html -%%T%%/manual/remote-transport-type.html -%%T%%/manual/remote-socket-type.html -%%T%%/manual/remote-shmem-type.html -%%T%%/manual/remote-attach.html -%%T%%/manual/remote-listen.html -%%T%%/manual/custom.html -%%T%%/manual/custom-general.html -%%T%%/manual/custom-debug.html -%%T%%/manual/custom-layout.html -%%T%%/manual/custom-keyboard.html -%%T%%/manual/custom-edit-file.html -%%T%%/manual/custom-home.html -%%T%%/manual/custom-font.html -%%T%%/manual/custom-color.html -%%T%%/manual/appendix-a.html -%%T%%/manual/custom-sound.html -%%T%%/manual/custom-outline.html -%%T%%/manual/custom-runtime.html -%%T%%/manual/appendix-b.html -%%T%%/manual/appendix-c.html -%%T%%/manual/appendix-d.html -%%T%%/manual/troubleshooting.html -%%T%%/manual/header.html -%%T%%/manual/title.html -%%T%%/manual/toc.html -%%T%%/manual/index.html -%%T%%/manual/mstyle.css -%%T%%/lib/bugseeker2.jar -%%T%%/readme.txt -%%T%%/changes.txt -%%T%%/license.txt -bin/bugseeker -@dirrm %%T%%/manual/images -@dirrm %%T%%/manual -@dirrm %%T%%/lib -@dirrm %%T%% diff --git a/java/forte/Makefile b/java/forte/Makefile deleted file mode 100644 index d959b04..0000000 --- a/java/forte/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: Forte for Java, Cummunity Edition -# Date created: 6 August 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= forte -PORTVERSION= 3.0 -PORTREVISION= 3 -CATEGORIES= java devel -MASTER_SITES= # http://www.sun.com/forte/ffj/buy.html -DISTNAME= ffj30_ce_ml -EXTRACT_SUFX= .class -EXTRACT_ONLY= - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Sun's powerful and extensible IDE for Java - -BROKEN= "unfetchable" -DEPRECATED= unfetchable -EXPIRATION_DATE=2005-10-31 - -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} -.endif - -USE_JAVA= yes -JAVA_VERSION= 1.3+ -JAVAVM= ${JAVA_HOME}/bin/java - -RESTRICTED= "Restrictive license" -USE_XLIB= yes -NO_BUILD= yes - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= You must manually fetch the source distribution (${DISTFILES}) from http://www.sun.com/forte/ffj/buy.html (registration required), place it in ${DISTDIR} and then run make again -.endif - -do-configure: - @${SED} "s|%%JDK13DIR%%|${JAVA_HOME}|g" \ - ${FILESDIR}/forte.sh > ${WRKDIR}/forte.sh - -pre-install: -.if exists(${PREFIX}/share/java/forte4j) - @${ECHO_MSG} - @${ECHO_MSG} "It seems that you already have \`${PREFIX}/share/java/forte4j' directory," - @${ECHO_MSG} "please remove it before proceeding with installation, otherwise installation" - @${ECHO_MSG} "will hang." - @${ECHO_MSG} - @${FALSE} -.endif - @if [ x"$${DISPLAY}" = x"" ]; then \ - ${ECHO_MSG}; \ - ${ECHO_MSG} "Due to limitations in installer you have to install this port from within"; \ - ${ECHO_MSG} "X11 environment. However, the installation itself is fully automatic and"; \ - ${ECHO_MSG} "doesn't require any user's interaction."; \ - ${ECHO_MSG}; \ - ${FALSE}; \ - fi - -do-install: - @${SED} "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/instscript | ${SETENV} \ - CLASSPATH=${DISTDIR} ${JAVAVM} ${DISTNAME} -nodisplay > /dev/null || ${TRUE} - @${INSTALL_SCRIPT} ${WRKDIR}/forte.sh ${PREFIX}/share/java/forte4j/bin - @${LN} -sf ${PREFIX}/share/java/forte4j/bin/forte.sh ${PREFIX}/bin/forte - -.include <bsd.port.post.mk> diff --git a/java/forte/distinfo b/java/forte/distinfo deleted file mode 100644 index 4b6d548..0000000 --- a/java/forte/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ffj30_ce_ml.class) = 3f195816afe304b1fac207fefaaf4900 diff --git a/java/forte/files/forte.sh b/java/forte/files/forte.sh deleted file mode 100644 index 9549f48..0000000 --- a/java/forte/files/forte.sh +++ /dev/null @@ -1,311 +0,0 @@ -#!/bin/sh -# Sun Public License Notice -# -# The contents of this file are subject to the Sun Public License -# Version 1.0 (the "License"). You may not use this file except in -# compliance with the License. A copy of the License is available at -# http://www.sun.com/ -# -# The Original Code is NetBeans. The Initial Developer of the Original -# Code is Sun Microsystems, Inc. Portions Copyright 1997-2000 Sun -# Microsystems, Inc. All Rights Reserved. - -# -# customization -# - -# the value set here can be overriden by $JAVA_PATH or the -jdkhome switch -jdkhome="%%JDK13DIR%%" -export jdkhome -jreflags="-Xss1024k -Xms24m -Xverify:none" -# default userdir, can be overriden by -userdir switch. This value should be -# changed for each new version so that the user can switch between versions of -# the IDE without risking loss of settings, e.g. ~/nbdev for Dev builds, -# ~/nbuser32 for NB 3.2, ~/nbuser33 for NB 3.3, etc. - -userdir="${HOME}/ffjuser30" - -# -# end of customization -# - -PRG=$0 - -# -# resolve symlinks -# - -while [ -h "$PRG" ]; do - ls=`ls -ld "$PRG"` - link=`expr "$ls" : '^.*-> \(.*\)$' 2>/dev/null` - if expr "$link" : '^/' 2> /dev/null >/dev/null; then - PRG="$link" - else - PRG="`dirname $PRG`/$link" - fi -done - -progdir=`dirname $PRG` -progname=`basename $0` - -idehome="$progdir/.." - -# absolutize idehome - -oldpwd=`pwd` ; cd ${idehome}; idehome=`pwd`; cd $oldpwd; unset oldpwd - -thread_flag="" - -jargs=${jreflags} -jargs="$jargs -Dnetbeans.home=$idehome" -jargs="$jargs -Djava.security.policy=$idehome/bin/ide.policy" - -args="" - -prefixcp="" -postfixcp="" - -updater_class=org.netbeans.updater.UpdaterFrame -ide_class=org.netbeans.Main - -# -# defaults -# - -# if JAVA_PATH is set it overrides the default in the script - -if [ ! -z "$JAVA_PATH" ] ; then - jdkhome=$JAVA_PATH -fi - -# if JDK_HOME is set it overrides the default in the script and ${JAVA_PATH} - -if [ ! -z "$JDK_HOME" ] ; then - jdkhome=$JDK_HOME -fi - -# -# parse arguments -# - -while [ $# -gt 0 ] ; do - case "$1" in - -h|-help) cat <<EOF -Usage: $0 {options} arguments - -Options can be - - -h -help - shows usage - -jdkhome <path> - specifies the JDK directory - - -hotspot - -client - -server - -classic - -native - -green - specifies the type of JVM - - -J<jvm_options> - passes <jvm_option> to JVM - -userdir <path> - specifies userdir (\$HOME/nbuser32 by default) - -single - runs the IDE in single user mode - -cp:p <classpath> - prepends <classpath> to IDE's classpath - -cp:a <classpath> - appends <classpath> to IDE's classpath - -All other options and arguments are passed to the IDE. -See documentations for details - -EOF -exit 1 -;; - -jdkhome) shift; if [ $# -gt 0 ] ; then jdkhome=$1; fi;; - -userdir) shift; if [ $# -gt 0 ] ; then userdir=$1; fi;; - -single) userdir="";; - -mainclass) shift; if [ $# -gt 0 ] ; then ide_class=$1; fi;; - -cp|-cp:a) - shift; - if [ $# -gt 0 ] ; then - if [ ! -z "$postfixcp" ] ; then postfixcp="$postfixcp:" ; fi - postfixcp=$postfixcp$1; - fi - ;; - - -cp:p) - shift; - if [ $# -gt 0 ] ; then - if [ ! -z "$prefixcp" ] ; then prefixcp="$prefixcp:" ; fi - prefixcp=$prefixcp$1; - fi - ;; - - -hotspot|-client|-server|-classic|-native|-green) thread_flag=$1;; - -J-hotspot|-J-client|-J-server|-J-classic|-J-native|-J-green) thread_flag=`expr $1 : '-J\(.*\)'`;; - -J*) jopt=`expr "$1" : '-J\(.*\)'`; jargs="$jargs \"$jopt\"";; - *) args="$args \"$1\"" ;; - esac - shift -done - -# -# check JDK -# - -if [ -z "$jdkhome" ] ; then - echo "Cannot find JDK. Please set the JDK_HOME environment variable to point" - echo "to your JDK installation directory, or use the -jdkhome switch" - echo "" - exit 1 -fi - -if [ ! -x "${jdkhome}/bin/java" ] ; then - echo "Cannot find JDK at ${jdkhome}. Please set the JDK_HOME" - echo "environment variable to point to your JDK installation directory," - echo "or use the -jdkhome switch" - echo "" - exit 1 -fi - -# -# check userdir -# - -if [ ! -z "$userdir" ] ; then - echo "Using ${userdir} as user directory..."; - jargs="$jargs -Dnetbeans.user=$userdir" -fi - -# -# increase file descriptor's limit, on Solaris it's set to 64, too small for -# fastjavac -# - -ulimit -n 1024 - -append_jars_to_cp() { - dir="$1" - for ex in jar zip ; do - if [ "`echo ${dir}/*.$ex`" != "${dir}/*.$ex" ] ; then - for x in ${dir}/*.$ex ; do - if [ "$x" != "$idehome/lib/updater.jar" -a "$x" != "$userdir/lib/updater.jar" ] ; then - if [ ! -z "$cp" ] ; then cp="$cp:" ; fi - cp="$cp$x" - fi - done - fi - done -} - -build_cp() { - base="$1" - - append_jars_to_cp "${base}/lib/patches/locale" - append_jars_to_cp "${base}/lib/patches" - append_jars_to_cp "${base}/lib/ext/locale" - append_jars_to_cp "${base}/lib/ext" - - append_jars_to_cp "${base}/lib/locale" - append_jars_to_cp "${base}/lib" -} - -# -# dump the OS env variables into a temp file -# - -nbenvfile=/tmp/nbenv.$$ -if [ -x /usr/bin/env ] ; then - /usr/bin/env > $nbenvfile -else - echo "" > $nbenvfile -fi - -# -# main loop -# - -while true; do - - # - # build CLASSPATH - # - - cp="" - updatercp="" - - # userdir comes first - - if [ ! -z "${userdir}" ] ; then - build_cp ${userdir} - - if [ -f "${userdir}/lib/updater.jar" ] ; then - updatercp="${userdir}/lib/updater.jar" - fi - fi - - # idehome comes second - - build_cp ${idehome} - - if [ -f "${idehome}/lib/updater.jar" ] ; then - if [ ! -z "$updatercp" ] ; then updatercp="${updatercp}:" ; fi - updatercp="${updatercp}${idehome}/lib/updater.jar" - fi - - # JDK tools - - for ex in jar zip ; do - if [ "`echo ${jdkhome}/lib/*.$ex`" != "${jdkhome}/lib/*.$ex" ] ;then - for x in ${jdkhome}/lib/*.$ex ; do - if [ ! -z "$cp" ] ; then cp="$cp:" ; fi - cp="${cp}$x" - done - fi - done - - # user-specified prefix and postfix CLASSPATH - - if [ ! -z "${prefixcp}" ] ; then - cp="${prefixcp}:$cp" - fi - - if [ ! -z "${postfixcp}" ] ; then - cp="$cp:${postfixcp}" - fi - - - # prepend IDE's classpath to updater's classpath - - if [ ! -z "$updatercp" ] ; then - updatercp=${cp}:${updatercp} - else - updatercp=${cp} - fi - - # - # let's go - # - - eval $jdkhome/bin/java $thread_flag $jargs -classpath "\"$cp\"" \ - -Dnetbeans.osenv=${nbenvfile} \ -$ide_class $args - - # AutoUpdate exit? - - rc=$? - if [ $rc -ne 66 ] ; then - rm $nbenvfile - exit $rc - fi - - # runs updater - - eval $jdkhome/bin/java $thread_flag $jargs -classpath "\"${updatercp}\"" $updater_class - done - - diff --git a/java/forte/files/instscript b/java/forte/files/instscript deleted file mode 100644 index 52b9407..0000000 --- a/java/forte/files/instscript +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - -%%PREFIX%%/share/java/forte4j - - - - - diff --git a/java/forte/pkg-descr b/java/forte/pkg-descr deleted file mode 100644 index 756787cf..0000000 --- a/java/forte/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Forte[tm] for Java[tm] software is Sun's powerful, extensible, integrated -development environment (IDE) for Java technology developers. It is based on -the NetBeans[tm] Tools Platform, and it is integrated with the Sun Open Net -Environment (Sun ONE). - -WWW: http://www.sun.com/forte/ffj/index.html diff --git a/java/forte/pkg-message b/java/forte/pkg-message deleted file mode 100644 index 7e943ea..0000000 --- a/java/forte/pkg-message +++ /dev/null @@ -1,224 +0,0 @@ -Sun Microsystems, Inc. Binary Code License Agreement - -READ THE TERMS OF THIS AGREEMENT AND ANY PROVIDED SUPPLEMENTAL LICENSE -TERMS (COLLECTIVELY "AGREEMENT") CAREFULLY BEFORE OPENING THE SOFTWARE -MEDIA PACKAGE. BY OPENING THE SOFTWARE MEDIA PACKAGE, YOU AGREE TO -THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCESSING THE SOFTWARE -ELECTRONICALLY, INDICATE YOUR ACCEPTANCE OF THESE TERMS BY SELECTING -THE "ACCEPT" BUTTON AT THE END OF THIS AGREEMENT. IF YOU DO NOT AGREE -TO ALL THESE TERMS, PROMPTLY RETURN THE UNUSED SOFTWARE TO YOUR PLACE -OF PURCHASE FOR A REFUND OR, IF THE SOFTWARE IS ACCESSED -ELECTRONICALLY, SELECT THE "DECLINE" BUTTON AT THE END OF THIS -AGREEMENT. - -1. LICENSE TO USE. Sun grants you a non-exclusive and -non-transferable license for the internal use only of the accompanying -software and documentation and any error corrections provided by Sun -(collectively "Software"), by the number of users and the class of -computer hardware for which the corresponding fee has been paid. - -2. RESTRICTIONS. Software is confidential and copyrighted. Title to -Software and all associated intellectual property rights is retained -by Sun and/or its licensors. Except as specifically authorized in any -Supplemental License Terms, you may not make copies of Software, other -than a single copy of Software for archival purposes. Unless -enforcement is prohibited by applicable law, you may not modify, -decompile, or reverse engineer Software. You acknowledge that -Software is not designed, licensed or intended for use in the design, -construction, operation or maintenance of any nuclear facility. Sun -disclaims any express or implied warranty of fitness for such uses. -No right, title or interest in or to any trademark, service mark, logo -or trade name of Sun or its licensors is granted under this Agreement. - -3. LIMITED WARRANTY. Sun warrants to you that for a period of ninety -(90) days from the date of purchase, as evidenced by a copy of the -receipt, the media on which Software is furnished (if any) will be -free of defects in materials and workmanship under normal use. Except -for the foregoing, Software is provided "AS IS". Your exclusive -remedy and Sun's entire liability under this limited warranty will be -at Sun's option to replace Software media or refund the fee paid for -Software. - -4. DISCLAIMER OF WARRANTY. UNLESS SPECIFIED IN THIS AGREEMENT, ALL -EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, -INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE OR NON-INFRINGEMENT ARE DISCLAIMED, EXCEPT TO THE -EXTENT THAT THESE DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. - -5. LIMITATION OF LIABILITY. TO THE EXTENT NOT PROHIBITED BY LAW, IN -NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, -PROFIT OR DATA, OR FOR SPECIAL, INDIRECT, CONSEQUENTIAL, INCIDENTAL OR -PUNITIVE DAMAGES, HOWEVER CAUSED REGARDLESS OF THE THEORY OF -LIABILITY, ARISING OUT OF OR RELATED TO THE USE OF OR INABILITY TO USE -SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. In no event will Sun's liability to you, whether in -contract, tort (including negligence), or otherwise, exceed the amount -paid by you for Software under this Agreement. The foregoing -limitations will apply even if the above stated warranty fails of its -essential purpose. - -6. Termination. This Agreement is effective until terminated. You -may terminate this Agreement at any time by destroying all copies of -Software. This Agreement will terminate immediately without notice -from Sun if you fail to comply with any provision of this Agreement. -Upon Termination, you must destroy all copies of Software. - -7. Export Regulations. All Software and technical data delivered under -this Agreement are subject to US export control laws and may be -subject to export or import regulations in other countries. You agree -to comply strictly with all such laws and regulations and acknowledge -that you have the responsibility to obtain such licenses to export, -re-export, or import as may be required after delivery to you. - -8. U.S. Government Restricted Rights. If Software is being acquired -by or on behalf of the U.S. Government or by a U.S. Government prime -contractor or subcontractor (at any tier), then the Government's -rights in Software and accompanying documentation will be only as set -forth in this Agreement; this is in accordance with 48 CFR 227.7201 -through 227.7202-4 (for Department of Defense (DOD) acquisitions) and -with 48 CFR 2.101 and 12.212 (for non-DOD acquisitions). - -9. Governing Law. Any action related to this Agreement will be -governed by California law and controlling U.S. federal law. No -choice of law rules of any jurisdiction will apply. - -10. Severability. If any provision of this Agreement is held to be -unenforceable, this Agreement will remain in effect with the provision -omitted, unless omission would frustrate the intent of the parties, in -which case this Agreement will immediately terminate. - -11. Integration. This Agreement is the entire agreement between you -and Sun relating to its subject matter. It supersedes all prior or -contemporaneous oral or written communications, proposals, -representations and warranties and prevails over any conflicting or -additional terms of any quote, order, acknowledgment, or other -communication between the parties relating to its subject matter -during the term of this Agreement. No modification of this Agreement -will be binding, unless in writing and signed by an authorized -representative of each party. - - - FORTE(TM) FOR JAVA(TM), RELEASE 3.0, COMMUNITY EDITION - - SUPPLEMENTAL LICENSE TERMS - -These supplemental license terms ("Supplemental Terms") add to or -modify the terms of the Binary Code License Agreement (collectively, -the "Agreement"). Capitalized terms not defined in these Supplemental -Terms shall have the same meanings ascribed to them in the -Agreement. These Supplemental Terms shall supersede any inconsistent -or conflicting terms in the Agreement, or in any license contained -within the Software. - -1. Software Internal Use and Development License Grant. Subject to the -terms and conditions of this Agreement, including, but not limited to -Section 4 (Java(TM) Technology Restrictions) of these Supplemental -Terms, Sun grants you a non-exclusive, non-transferable, limited -license to reproduce internally and use internally the binary form of -the Software complete and unmodified for the sole purpose of -designing, developing and testing your Java applets and applications -intended to run on the Java platform ("Programs"). - -2. License to Distribute Software. Subject to the terms and conditions -of this Agreement, including, but not limited to Section 4 (Java (TM) -Technology Restrictions) of these Supplemental Terms, Sun grants you a -non-exclusive, non-transferable, limited license to reproduce and -distribute the Software in binary code form only, provided that (i) -you distribute the Software complete and unmodified and only bundled -as part of, and for the sole purpose of running, your Programs, (ii) -the Programs add significant and primary functionality to the -Software, (iii) you do not distribute additional software intended to -replace any component(s) of the Software, (iv) for a particular -version of the Java platform, any executable output generated by a -compiler that is contained in the Software must (a) only be compiled -from source code that conforms to the corresponding version of the OEM -Java Language Specification; (b) be in the class file format defined -by the corresponding version of the OEM Java Virtual Machine -Specification; and (c) execute properly on a reference runtime, as -specified by Sun, associated with such version of the Java platform, -(v) you do not remove or alter any proprietary legends or notices -contained in the Software, (v) you only distribute the Software -subject to a license agreement that protects Sun's interests -consistent with the terms contained in this Agreement, and (vi) you -agree to defend and indemnify Sun and its licensors from and against -any damages, costs, liabilities, settlement amounts and/or expenses -(including attorneys' fees) incurred in connection with any claim, -lawsuit or action by any third party that arises or results from the -use or distribution of any and all Programs and/or Software. - -3. License to Distribute Redistributables. Subject to the terms and -conditions of this Agreement, including but not limited to Section 4 -(Java Technology Restrictions) of these Supplemental Terms, Sun grants -you a non-exclusive, non-transferable, limited license to reproduce -and distribute the binary form of those files specifically identified -as redistributable in the Software "RELEASE NOTES" file -("Redistributables") provided that: (i) you distribute the -Redistributables complete and unmodified (unless otherwise specified -in the applicable RELEASE NOTES file), and only bundled as part of -Programs, (ii) you do not distribute additional software intended to -supersede any component(s) of the Redistributables, (iii) you do not -remove or alter any proprietary legends or notices contained in or on -the Redistributables, (iv) for a particular version of the Java -platform, any executable output generated by a compiler that is -contained in the Software must (a) only be compiled from source code -that conforms to the corresponding version of the OEM Java Language -Specification; (b) be in the class file format defined by the -corresponding version of the OEM Java Virtual Machine Specification; -and (c) execute properly on a reference runtime, as specified by Sun, -associated with such version of the Java platform, (v) you only -distribute the Redistributables pursuant to a license agreement that -protects Sun's interests consistent with the terms contained in the -Agreement, and (v) you agree to defend and indemnify Sun and its -licensors from and against any damages, costs, liabilities, settlement -amounts and/or expenses (including attorneys' fees) incurred in -connection with any claim, lawsuit or action by any third party that -arises or results from the use or distribution of any and all Programs -and/or Software. - -4. Java Technology Restrictions. You may not modify the Java Platform -Interface ("JPI", identified as classes contained within the "java" -package or any subpackages of the "java" package), by creating -additional classes within the JPI or otherwise causing the addition to -or modification of the classes in the JPI. In the event that you -create an additional class and associated API(s) which (i) extends the -functionality of the Java platform, and (ii) is exposed to third party -software developers for the purpose of developing additional software -which invokes such additional API, you must promptly publish broadly -an accurate specification for such API for free use by all developers. -You may not create, or authorize your licensees to create, additional -classes, interfaces, or subpackages that are in any way identified as -"java", "javax", "sun" or similar convention as specified by Sun in -any naming convention designation. - -5. Java Runtime Availability. Refer to the appropriate version of -the Java Runtime Environment binary code license (currently located at -http://www.java.sun.com/jdk/index.html) for the availability of -runtime code which may be distributed with Java applets and -applications. - -6. Trademarks and Logos. You acknowledge and agree as between you and -Sun that Sun owns the SUN, SOLARIS, JAVA, JINI, FORTE, and iPLANET -trademarks and all SUN, SOLARIS, JAVA, JINI, FORTE, and -iPLANET-related trademarks, service marks, logos and other brand -designations ("Sun Marks"), and you agree to comply with the Sun -Trademark and Logo Usage Requirements currently located at -http://www.sun.com/policies/trademarks. Any use you make of the Sun -Marks inures to Sun's benefit. - -7. Source Code. Software may contain source code that is provided -solely for reference purposes pursuant to the terms of this Agreement. -Source code may not be redistributed unless expressly provided for in -this Agreement. - -8. Termination for Infringement. Either party may terminate this -Agreement immediately should any Software become, or in either party's -opinion be likely to become, the subject of a claim of infringement of -any intellectual property right. - -For inquiries please contact: - -Sun Microsystems, Inc. -901 San Antonio Road -Palo Alto, California 94303 - -(LFI#91205/Form ID#011801) diff --git a/java/forte/pkg-plist b/java/forte/pkg-plist deleted file mode 100644 index 34b8836..0000000 --- a/java/forte/pkg-plist +++ /dev/null @@ -1,3196 +0,0 @@ -bin/forte -share/java/forte4j/ATTRIBUTION.txt -share/java/forte4j/LICENSE.txt -share/java/forte4j/beans/TimerBean.jar -share/java/forte4j/beans/beans.properties -share/java/forte4j/beans/installed.properties -share/java/forte4j/bin/fastjavac/fastjavac.exe -share/java/forte4j/bin/fastjavac/fastjavac.linux -share/java/forte4j/bin/fastjavac/fastjavac.messages -share/java/forte4j/bin/fastjavac/fastjavac.sun -share/java/forte4j/bin/fastjavac/fastjavac.sun.intel -share/java/forte4j/bin/fastjavac/fastjavac.unix.ja.messages -share/java/forte4j/bin/fastjavac/fastjavac.unix.ja_JP.PCK.messages -share/java/forte4j/bin/fastjavac/fastjavac.unix.ja_JP.UTF-8.messages -share/java/forte4j/bin/fastjavac/fastjavac.unix.ja_JP.eucJP.messages -share/java/forte4j/bin/fastjavac/fastjavac.unix.ja_JP.messages -share/java/forte4j/bin/fastjavac/fastjavac.unix.ja_JP.ujis.messages -share/java/forte4j/bin/fastjavac/fastjavac.unix.japanese.messages -share/java/forte4j/bin/fastjavac/fastjavac.win32.ja_JP.932.messages -share/java/forte4j/bin/forte.sh -share/java/forte4j/bin/icons/ide.ico -share/java/forte4j/bin/icons/readme.ico -share/java/forte4j/bin/icons/web.ico -share/java/forte4j/bin/ide.policy -share/java/forte4j/bin/openorb.xml -share/java/forte4j/bin/rmid.policy -share/java/forte4j/bin/rmid_wrapper.exe -share/java/forte4j/bin/rmid_wrapper.sh -share/java/forte4j/bin/runide.exe -share/java/forte4j/bin/runideopenvms.com -share/java/forte4j/bin/runidew.exe -share/java/forte4j/bin/unsupported/add2path.bat -share/java/forte4j/bin/unsupported/nbscript.bat -share/java/forte4j/bin/unsupported/nbscript.sh -share/java/forte4j/bin/unsupported/runide_nt.bat -share/java/forte4j/bin/unsupported/runide_w98.bat -share/java/forte4j/docs/JdbcComponents.zip -share/java/forte4j/docs/NetBeansWeb.html -share/java/forte4j/docs/OpenAPI.html -share/java/forte4j/docs/Persistence.zip -share/java/forte4j/docs/ant-api.zip -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/META-INF/MANIFEST.MF -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/credits.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/general/about_engines.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/general/about_iws_plugin.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/general/cdshopcart.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/general/options.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/general/tips.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/glossary/deploymentdesc.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/glossary/tagelement.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/glossary/taglibrarydescriptor.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ide.css -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/application.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/arrow.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/data.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/defaultj2eeappserver.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/defaultwebserver.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/depwebapp.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/ellipsisbutton.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/emdash.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/instance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iplanet.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iplanet_logo.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iws_instance-1.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iws_instance-2.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iws_instance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iws_reg-1.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iws_reg-2.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/iws_ver-1.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/line.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/module.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/pspbrwse.jbf -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/serverreg-allnodes.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/sessmgr.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/tip.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/toplevel.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/vsinstance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/warn.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images/websvrnode.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/index.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/index.xml -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/iws.hs -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/iws_ja.hs -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/iwsmap.jhm -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/credits.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/general/about_engines.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/general/about_iws_plugin.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/general/cdshopcart.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/general/options.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/general/tips.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/glossary/deploymentdesc.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/glossary/tagelement.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/glossary/taglibrarydescriptor.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/ide.css -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/application.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/arrow.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/data.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/defaultj2eeappserver.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/defaultwebserver.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/depwebapp.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/ellipsisbutton.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/emdash.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/instance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iplanet.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iplanet_logo.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iws_instance-1.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iws_instance-2.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iws_instance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iws_reg-1.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iws_reg-2.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/iws_ver-1.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/line.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/module.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/serverreg-allnodes.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/sessmgr.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/tip.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/toplevel.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/vsinstance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/warn.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images/websvrnode.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/index.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/index.xml -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/iwsmap.jhm -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/javahelpsearch/DOCS -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/javahelpsearch/DOCS.TAB -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/javahelpsearch/OFFSETS -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/javahelpsearch/POSITIONS -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/javahelpsearch/SCHEMA -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/javahelpsearch/TMAP -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance/aboutinstance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance/default.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance/instance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance/instanceprop.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance/reg.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance/serverinstance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance/type.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/toc.xml -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/tools_menu/options.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/tools_menu/ver.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/aboutvsinstance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/default.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/formlogsess.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/sessmgredit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/tempdir.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vclassloadedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/virtual.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/virtualprop.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vjspparamedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vnativedbedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vparamencodedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vrespbufedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vrespcookedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vrolemapedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vsesscookedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vsinstance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server/vtrackedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/aboutwebapps.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/deployprop.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/depwebapp.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/filteredit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/filtermap.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/filtermapval.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/filterval.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/lgicon.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp/smicon.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/javahelpsearch/DOCS -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/javahelpsearch/DOCS.TAB -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/javahelpsearch/OFFSETS -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/javahelpsearch/POSITIONS -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/javahelpsearch/SCHEMA -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/javahelpsearch/TMAP -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/aboutinstance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/default.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/instance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/instanceprop.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/reg.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/reg1.txt -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/serverinstance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance/type.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/toc.xml -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/tools_menu/options.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/tools_menu/ver.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/aboutvsinstance.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/default.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/formlogsess.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/sessmgredit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/tempdir.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vclassloadedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/virtual.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/virtualprop.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vjspparamedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vnativedbedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vparamencodedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vrespbufedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vrespcookedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vrolemapedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vsesscookedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vsinstance.gif -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server/vtrackedit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/aboutwebapps.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/deployprop.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/depwebapp.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/filteredit.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/filtermap.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/filtermapval.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/filterval.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/lgicon.html -share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp/smicon.html -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/HelpSet.hs -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/HelpSet_ja.hs -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/Map.jhm -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/credits.html -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/dbschema.html -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ide.css -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/idx.xml -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/images/arrow.gif -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/images/dbschemanode.gif -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/images/tip.gif -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/Map.jhm -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/credits.html -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/dbschema.html -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/ide.css -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/idx.xml -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/images/arrow.gif -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/images/dbschemanode.gif -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/images/tip.gif -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/toc.xml -share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/toc.xml -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/credits.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ide.css -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images/MakePersistent-1.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images/arrow.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images/dbschemanode.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images/node_PC_relationship_field.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images/node_database.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images/tip.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images/warn.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/credits.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/ide.css -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images/MakePersistent-1.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images/arrow.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images/dbschemanode.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images/node_PC_relationship_field.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images/node_database.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images/tip.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images/warn.gif -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/GenerateJava.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/GenerationOptions.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/NamePropertyEditor.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/gencombinations.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/javagen.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/javamapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/javaoptions.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/javasummary.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/javatarget.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen/relationshipnaming.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/FieldMapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/JointoForeignKey.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/LocaltoForeign.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/LocaltoJoinKey.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/ManagedRelationships.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/MapClass.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/RelationshipMapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/RelationshipMappingWizard.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/SecondaryTable.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/fieldmappingproperties.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/fieldmappings.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/mapfieldtomultiple.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/mapoverview.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/mappingprereqs.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/mapselecttables.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/mapwizardoverview.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/relmapwizovrvw.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/secondarytablesetup.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/selectpcclass.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping/selectprimarytable.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/DevelopmentTasks.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/EJBBeans.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/EJBIPlanetconcepts.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/EJBJndi.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/EJBResource.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/EJBTransactions.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/EJBcmt.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/EJBconcepts1.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/J2EERIconcepts.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/JDBC.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/Mapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/OkUndo.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/Persistence.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/Relationships.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/Tables.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/TransparentPersistence.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview/settings.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/pc/FieldProperties.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/pc/MakePersistenceCapable.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/pc/MakePersistent.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/pc/Properties.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/pc/persistintro.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPConcurrencyControl.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPCreating.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPDeleting.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPInstanceIdentity.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPPM.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPPMF.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPQuerying.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPRuntime.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPTags.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/TPUpdating.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime/debugging.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tasks/CaptureSchema.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tasks/GenerateJava.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tasks/GettingStarted.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tasks/JarFile.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tasks/Migration.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tasks/Runapp.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tp-idx.xml -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tp-toc.xml -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tp.map -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/welcome.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/GenerateJava.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/GenerationOptions.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/NamePropertyEditor.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/gencombinations.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/javagen.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/javamapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/javaoptions.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/javasummary.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/javatarget.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen/relationshipnaming.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/FieldMapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/JointoForeignKey.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/LocaltoForeign.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/LocaltoJoinKey.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/ManagedRelationships.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/MapClass.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/RelationshipMapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/RelationshipMappingWizard.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/SecondaryTable.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/fieldmappingproperties.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/fieldmappings.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/mapfieldtomultiple.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/mapoverview.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/mappingprereqs.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/mapselecttables.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/mapwizardoverview.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/relmapwizovrvw.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/secondarytablesetup.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/selectpcclass.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping/selectprimarytable.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/DevelopmentTasks.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/EJBBeans.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/EJBIPlanetconcepts.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/EJBJndi.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/EJBResource.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/EJBTransactions.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/EJBcmt.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/EJBconcepts1.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/J2EERIconcepts.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/JDBC.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/Mapping.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/OkUndo.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/Persistence.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/Relationships.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/Tables.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/TransparentPersistence.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview/settings.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/pc/FieldProperties.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/pc/MakePersistenceCapable.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/pc/MakePersistent.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/pc/Properties.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/pc/persistintro.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPConcurrencyControl.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPCreating.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPDeleting.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPInstanceIdentity.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPPM.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPPMF.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPQuerying.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPRuntime.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPTags.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/TPUpdating.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime/debugging.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tasks/CaptureSchema.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tasks/GenerateJava.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tasks/GettingStarted.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tasks/JarFile.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tasks/Migration.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tasks/Runapp.html -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tp-idx.xml -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tp-toc.xml -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tp.hs -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tp.map -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tp_ja.hs -share/java/forte4j/docs/com/sun/forte4j/persistence/docs/welcome.html -share/java/forte4j/docs/forteweb.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/corba/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/corba/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/corba/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/corba/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/corba/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/POAintro.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/adapteractivator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/changepol.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/displayprop.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/newchildpoa.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/policies.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/regpoactivator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/regservant.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/servantactivator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/servantlocator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA/unregistering.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/completing/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/completing/corba_completing.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/completing/corba_completing_client.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/completing/corba_completing_server.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/completing/objcode.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/completing/resolvecode.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/concepts/CORBA1.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/concepts/CORBA1.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/concepts/corba_concepts.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/concepts/corba_concepts_basics.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/concepts/corba_concepts_files.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/concepts/corba_concepts_procs.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/configuringorb.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/corba-idx.xml -share/java/forte4j/docs/org/netbeans/modules/corba/docs/corba-toc.xml -share/java/forte4j/docs/org/netbeans/modules/corba/docs/corba.hs -share/java/forte4j/docs/org/netbeans/modules/corba/docs/corbaMap.jhm -share/java/forte4j/docs/org/netbeans/modules/corba/docs/corba_intro.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/corba_ja.hs -share/java/forte4j/docs/org/netbeans/modules/corba/docs/credits.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/debugging/corba_debugging.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating/corba_generating.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating/corba_generating_client.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating/corba_generating_idl.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating/corba_generating_server.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating/corba_generating_tmplclient.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating/corba_generating_tmplserver.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ide.css -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/nb_spacer_t.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/space_8pix.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/spacer2_t.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/spacer_4pix.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/toplevel.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/images/yellow-ball.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/irbrowser/corba_irbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/irbrowser/corba_irbrowser_connecting.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/irbrowser/corba_irbrowser_using.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/POAintro.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/adapteractivator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/changepol.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/displayprop.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/newchildpoa.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/policies.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/regpoactivator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/regservant.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/servantactivator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/servantlocator.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA/unregistering.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/completing/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/completing/corba_completing.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/completing/corba_completing_client.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/completing/corba_completing_server.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/completing/objcode.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/completing/resolvecode.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/concepts/CORBA1.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/concepts/CORBA1.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/concepts/corba_concepts.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/concepts/corba_concepts_basics.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/concepts/corba_concepts_files.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/concepts/corba_concepts_procs.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/configuringorb.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/corba-idx.xml -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/corba-toc.xml -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/corbaMap.jhm -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/corba_intro.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/credits.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/debugging/corba_debugging.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating/corba_generating.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating/corba_generating_client.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating/corba_generating_idl.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating/corba_generating_server.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating/corba_generating_tmplclient.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating/corba_generating_tmplserver.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/ide.css -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/nb_spacer_t.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/space_8pix.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/spacer2_t.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/spacer_4pix.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/toplevel.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images/yellow-ball.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/irbrowser/corba_irbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/irbrowser/corba_irbrowser_connecting.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/irbrowser/corba_irbrowser_using.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/nsbrowser/corba_nsbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/nsbrowser/corba_nsbrowser_binding.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/nsbrowser/corba_nsbrowser_connecting.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/settings/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/settings/corba_getsettings.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/settings/corba_settings.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/settings/corba_settings_orbnodes.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup/corba_setup.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup/corba_setup_ide.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup/corba_setup_idl.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup/corba_setup_irbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup/corba_setup_nsbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup/corba_setup_runtime.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup/corba_setup_supportedorbs.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/nsbrowser/corba_nsbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/nsbrowser/corba_nsbrowser_binding.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/nsbrowser/corba_nsbrowser_connecting.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/settings/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/corba/docs/settings/corba_getsettings.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/settings/corba_settings.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/settings/corba_settings_orbnodes.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup/corba_setup.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup/corba_setup_ide.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup/corba_setup_idl.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup/corba_setup_irbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup/corba_setup_nsbrowser.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup/corba_setup_runtime.html -share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup/corba_setup_supportedorbs.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/HelpSet.hs -share/java/forte4j/docs/org/netbeans/modules/db/docs/HelpSet_ja.hs -share/java/forte4j/docs/org/netbeans/modules/db/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/db/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/db/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/db/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/db/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/db/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/db/docs/Map.jhm -share/java/forte4j/docs/org/netbeans/modules/db/docs/addcopycols.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/adddriver.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/browstruct.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/connectdb.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/connusupp.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/createtables.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/createviews.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/credits.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/db-idx.xml -share/java/forte4j/docs/org/netbeans/modules/db/docs/dbadapt.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/dbconfig.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/dbexpovew.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/dbmod.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/delobj.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ide.css -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/column.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/columnForeign.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/columnIndex.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/columnPrimary.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/foreignKeys.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/index.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/table.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/view.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/Map.jhm -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/addcopycols.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/adddriver.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/browstruct.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/connectdb.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/connusupp.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/createtables.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/createviews.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/credits.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/db-idx.xml -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/dbadapt.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/dbconfig.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/dbexpovew.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/dbmod.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/delobj.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/ide.css -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/column.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/columnForeign.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/columnIndex.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/columnPrimary.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/foreignKeys.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/index.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/table.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/view.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/manipsql.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/misc.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/testdriver.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/toc.xml -share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/viewdata.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/manipsql.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/misc.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/testdriver.html -share/java/forte4j/docs/org/netbeans/modules/db/docs/toc.xml -share/java/forte4j/docs/org/netbeans/modules/db/docs/viewdata.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/credits.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/general/about_the_j2eeserver_module.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/glossary/j2eeserverdef.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/glossary/j2eesrvrdef.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/glossary/webserverdef.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ide.css -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/defaultj2eeappserver.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/defaultsrvrnodes.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/defaultwebserver.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/defsrvrnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/installedejbsever.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/installedsrvnodes.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/installedwebserver.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/instldsrvrnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/iplanet_logo.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/j2eeappdefsrvnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/serverreg-allnodes.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/srvregnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images/webappdefsrvnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/index.xml -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/j2eeserver.hs -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/j2eeserver_ja.hs -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/j2eeservermap.jhm -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/credits.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/general/about_the_j2eeserver_module.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/glossary/j2eeserverdef.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/glossary/j2eesrvrdef.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/glossary/webserverdef.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/ide.css -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/defaultj2eeappserver.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/defaultsrvrnodes.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/defaultwebserver.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/defsrvrnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/installedejbsever.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/installedsrvnodes.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/installedwebserver.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/instldsrvrnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/iplanet_logo.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/j2eeappdefsrvnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/serverreg-allnodes.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/srvregnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images/webappdefsrvnodeicon.gif -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/index.xml -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/j2eeservermap.jhm -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/nodes/default_servers_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/nodes/installed_servers_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/nodes/j2ee_applications_defsrv_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/nodes/server_registry_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/nodes/web_applications_defsrv_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/toc.xml -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/nodes/default_servers_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/nodes/installed_servers_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/nodes/j2ee_applications_defsrv_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/nodes/server_registry_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/nodes/web_applications_defsrv_node.html -share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/toc.xml -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/HelpSet.hs -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/HelpSet_ja.hs -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/Map.jhm -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/credits.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/db-idx.xml -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ide.css -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/images/backgrnd.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/images/logo.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/Map.jhm -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/credits.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/db-idx.xml -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/ide.css -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/images/backgrnd.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/images/logo.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/JDBCRowset.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/NBCachedRowSet.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/NBJDBCRowSet.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/NBWebRowSet.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/WebRowset.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/addcomp.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/colsel.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/datanav.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/rowset.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/rowsetcodegenprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/rowseteventprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/rowsetotherprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/rowsetprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/runapp.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/setconn.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/setdata.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/storeproc.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab/welcome.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz/jdbc0.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz/jdbc0a.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz/jdbc1.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz/jdbc2.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz/jdbc3.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz/jdbc4.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz/jdbc5.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/toc.xml -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/JDBCRowset.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/NBCachedRowSet.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/NBJDBCRowSet.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/NBWebRowSet.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/WebRowset.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/addcomp.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/colsel.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/datanav.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/rowset.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/rowsetcodegenprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/rowseteventprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/rowsetotherprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/rowsetprops.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/runapp.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/setconn.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/setdata.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/storeproc.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab/welcome.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz/jdbc0.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz/jdbc0a.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz/jdbc1.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz/jdbc2.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz/jdbc3.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz/jdbc4.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz/jdbc5.html -share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/toc.xml -share/java/forte4j/docs/org/netbeans/modules/usersguide/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/usersguide/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/usersguide/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/usersguide/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/usersguide/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/usersguide/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/usersguide/Map.jhm -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/adv-comp-exec.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/building.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/compiling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/compwith.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/custom-tasks.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/exec-proj.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/exec-targ.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/exp-classpath.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/ident.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images/AntIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images/AntIconError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images/DataTypeIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images/ElementIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images/EmphasizedTargetIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images/TargetIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images/TaskIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/running.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/adding.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/beanicon.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/container.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/customizing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/deleting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/eventsets.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/generating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/getset.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/glossary_beanprop.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/glossary_bound.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/glossary_constrained.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/glossary_event.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/glossary_indexedprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/glossary_introspection.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/glossary_serialized.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/images/bean.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/images/check.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/images/red-x.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/nodes.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/properties.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/compile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/compile_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/disable.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/error.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/external.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/fastjavac.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/internal.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/stop.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/compile/types_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/configure.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/menu.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/menu_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/menu_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/menu_delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/module.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/popup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/setup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/system_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/tb_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/tb_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/tb_delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/tb_move.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/tb_save.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/configure/toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/credits.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_class.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_enable.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_exception.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_line.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_method.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_set.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_source.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_thread.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_variable.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/breakpoint_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/glossary_breakpoint.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/images/toggleBreakpoint.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debug.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/applet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/configure.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/debugger_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/jdk.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/project_default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/attachvm_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/callstacktab.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/classestab.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/debug_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/images/current_session.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/workspace.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/jpda/jpda.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/attach.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/pause.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/running_cursor.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/running_debugger.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/running_end.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/running_first.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/running_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/running_resume.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running/stepping.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/sessions/finishdialog.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/sessions/finishsession.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/sessions/persistent.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/sessions/restartsession.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/sessions/sessions.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/sessions/startsession.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads/callstack.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads/change.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads/resume.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads/source.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads/suspend.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads/threads_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads/variables.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/variables/modify.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/variables/value.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/variables/variables_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/watches/delete_watch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/watches/fix.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/watches/modify.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/watches/watch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/watches/watch_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/watches/watch_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/bookmarks.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/completing-exp.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/completing-tag.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/deleting-pdb.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/disabling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/parserdatabase.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/settingdelay.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion/settingshortcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/configuring/configuring.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/configuring/indentation.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/configuring/javaeditor-props.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/configuring/keybindings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/configuring/settingkeybdshorts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/editorwindow.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/fastimport.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/fastopen.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/find.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/formatting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/goto.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/images/quickbrowse.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/imageview.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/jumplist.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/macros/abbreviations.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/macros/editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/macros/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/macros/invoking.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/macros/recording.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/newcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/opening.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/othershortcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/tabs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/wordmatch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_classpath.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_disable-compile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_ignore-files.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_jdk.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_mounting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_openfile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_order.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_removing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/filesystems_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/glossary_filesystem.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems/glossary_mounting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/addingbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/addingevt.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/addinglabel.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/chooselyout.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/addingbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/addingevt.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/addinglabel.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/chooselyout.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/colorswitch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/compandrun.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/createcontainer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/setupbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/steppingcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/viewingclass.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/compandrun.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/createcontainer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/ide.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/idetour.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/keyconcepts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/setupbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/steppingcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/tutorials.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/viewingclass.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/wkspcs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/component-inspector.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/adding.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/designing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/images/addmode-menu.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/images/addmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/images/connectmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/images/selectmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/inplace-editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/moving.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/palette.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/reordering.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/selecting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/configuring.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/connecting/code.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/connecting/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/connecting/source.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/connecting/target.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/creatingforms.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/custompalette/creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/custompalette/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/custompalette/moving.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/custompalette/removing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/events/defining.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/events/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/events/multiple.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/events/removing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/events/renaming.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/formeditor.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/images/inspector.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/images/modes-notabs.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/images/testmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/custom_mgr.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/gbcustomizer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/absolute.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/border.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/box.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/card.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/flow.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/grid.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/gridbag.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers/null.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/props.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/setting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/mdi.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus/current.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus/events.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus/item.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus/menu.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus/menubar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus/popup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/modes.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/external.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/guarded.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/modifying/component.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/modifying/form.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/modifying/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/modifying/property.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ide-idx.xml -share/java/forte4j/docs/org/netbeans/modules/usersguide/ide-toc.xml -share/java/forte4j/docs/org/netbeans/modules/usersguide/ide.css -share/java/forte4j/docs/org/netbeans/modules/usersguide/ide.hs -share/java/forte4j/docs/org/netbeans/modules/usersguide/ide_ja.hs -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/contents.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/index.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/search.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/space_8pix.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/addparams.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/autoinsert.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/custominter.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/formedstrings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/i18nwizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/international.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/manualinsert.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/replacingformat.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/runninglocale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize/testingwizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/Map.jhm -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/adv-comp-exec.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/building.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/compiling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/compwith.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/custom-tasks.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/exec-proj.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/exec-targ.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/exp-classpath.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/ident.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images/AntIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images/AntIconError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images/DataTypeIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images/ElementIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images/EmphasizedTargetIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images/TargetIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images/TaskIcon.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/running.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/adding.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/beanicon.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/container.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/customizing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/deleting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/eventsets.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/generating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/getset.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/glossary_beanprop.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/glossary_bound.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/glossary_constrained.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/glossary_event.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/glossary_indexedprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/glossary_introspection.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/glossary_serialized.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/images/bean.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/images/check.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/images/red-x.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/nodes.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/properties.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/compile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/compile_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/disable.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/error.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/external.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/fastjavac.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/internal.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/stop.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile/types_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/configure.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/menu.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/menu_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/menu_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/menu_delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/module.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/popup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/setup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/system_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/tb_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/tb_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/tb_delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/tb_move.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/tb_save.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure/toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/credits.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_class.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_enable.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_exception.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_line.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_method.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_set.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_source.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_thread.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_variable.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/breakpoint_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/glossary_breakpoint.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/images/toggleBreakpoint.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debug.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/applet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/configure.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/debugger_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/jdk.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/project_default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/attachvm_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/callstacktab.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/classestab.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/debug_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/images/current_session.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/workspace.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/jpda/jpda.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/attach.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/pause.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/running_cursor.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/running_debugger.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/running_end.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/running_first.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/running_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/running_resume.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running/stepping.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/sessions/finishdialog.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/sessions/finishsession.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/sessions/persistent.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/sessions/restartsession.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/sessions/sessions.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/sessions/startsession.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads/callstack.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads/change.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads/resume.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads/source.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads/suspend.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads/threads_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads/variables.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/variables/modify.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/variables/value.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/variables/variables_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/watches/delete_watch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/watches/fix.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/watches/modify.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/watches/watch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/watches/watch_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/watches/watch_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/bookmarks.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/completing-exp.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/completing-tag.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/deleting-pdb.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/disabling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/parserdatabase.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/settingdelay.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion/settingshortcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/configuring/configuring.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/configuring/indentation.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/configuring/javaeditor-props.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/configuring/keybindings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/configuring/settingkeybdshorts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/editorwindow.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/fastimport.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/fastopen.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/find.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/formatting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/goto.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/images/quickbrowse.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/imageview.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/jumplist.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/macros/abbreviations.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/macros/editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/macros/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/macros/invoking.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/macros/recording.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/newcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/opening.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/othershortcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/tabs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/wordmatch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_classpath.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_disable-compile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_ignore-files.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_jdk.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_mounting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_openfile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_order.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_removing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/filesystems_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/glossary_filesystem.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems/glossary_mounting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/addingbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/addingevt.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/addinglabel.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/chooselyout.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/addingbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/addingevt.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/addinglabel.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/chooselyout.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/colorswitch.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/compandrun.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/createcontainer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/setupbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/steppingcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/viewingclass.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/compandrun.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/createcontainer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/ide.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/idetour.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/keyconcepts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/setupbutton.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/steppingcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/tutorials.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/viewingclass.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/wkspcs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/component-inspector.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/adding.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/designing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/images/addmode-menu.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/images/addmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/images/connectmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/images/selectmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/inplace-editing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/moving.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/palette.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/reordering.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/selecting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/configuring.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/connecting/code.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/connecting/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/connecting/source.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/connecting/target.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/creatingforms.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/custompalette/creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/custompalette/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/custompalette/moving.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/custompalette/removing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/events/defining.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/events/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/events/multiple.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/events/removing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/events/renaming.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/formeditor.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/images/inspector.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/images/modes-notabs.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/images/testmode.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/custom_mgr.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/gbcustomizer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/absolute.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/border.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/box.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/card.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/flow.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/grid.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/gridbag.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers/null.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/props.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/setting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/mdi.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus/current.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus/events.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus/item.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus/menu.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus/menubar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus/popup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/modes.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/external.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/guarded.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/modifying/component.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/modifying/form.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/modifying/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/modifying/property.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ide-idx.xml -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ide-toc.xml -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ide.css -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/contents.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/index.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/search.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/space_8pix.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/addparams.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/autoinsert.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/custominter.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/formedstrings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/i18nwizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/international.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/manualinsert.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/replacingformat.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/runninglocale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize/testingwizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/images/rootFolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/images/upFolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_contentpane.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_execute.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_filter.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_manifest.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/jarpackager_updating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/imt/configuring.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/imt/create-imports.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/imt/import.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/imt/remove-unused.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/imt/resolve-ids.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/java_sources.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/override.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/synchronizing/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/synchronizing/new-interface.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/synchronizing/properties.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/synchronizing/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/synchronizing/update-interface.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/addcomment.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/auto_comment_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/case_sensitive.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/comment.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/customize.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/doc_comment_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/doclet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/executor.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/externaljavadoc.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/generate.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/glossary_doclet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/back.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/forward.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/history.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/home.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/no_comment.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/ok.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/package.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/partial.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/private.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/protected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/public.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/reload.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/sort_name.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/sort_package.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/sort_type.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/stop.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images/view_source.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/internaljavadoc.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/javadoc_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/jdkdocs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/search.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/search_path.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/search_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/searchengine.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/stylesheet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/concepts/JNDI1.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/concepts/jndi_concepts_basics.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/concepts/jndi_concepts_procs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/jndi_intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/jndibrowser/jndi_jndibrowser_addprovider.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/jndibrowser/jndi_jndibrowser_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/jndibrowser/jndi_jndibrowser_connect.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/jndibrowser/jndi_jndibrowser_generating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/settings/jndi_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jsp/jsp_compile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jsp/jsp_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jsp/jsp_edit.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jsp/jsp_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jsp/jsp_queryparams.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jsp/jsp_run.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/modules/autoupdate.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/modules/managingmods.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/modules/newmodule.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser/browser_member.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser/browser_object.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser/browser_package.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser/browser_packagefilter.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser/images/expand.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser/images/tree.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/explorer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/activationGroup.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/activationItem.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/activationItemOff.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/activationSystem.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/activationSystemErr.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/class.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/classError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/classMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/class_source.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/constructor.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/constructorPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/constructorPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/constructorProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/constructorPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/customizer.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/defaultFolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/disabled.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/disableddriver.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/driver.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/editable.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/error-badge.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/error.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/eventSetMulticast.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/eventSetUnicast.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/executable-badge.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/file.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/form.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/formError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/formMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/formobje.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/groupShadow.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/htmlEdit.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/imageObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/initializer.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/initializerSt.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/instanceObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/interface.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/jarFS.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/jarObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/jndi.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/jspObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/localFS.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/method.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodStPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodStPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodStProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methodStPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/methods.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/needs-compile.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/otherDOs.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/patternGroup.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/projectDesktop.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertiesKey.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertiesLocale.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertiesObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertyIndexedRO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertyIndexedRW.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertyIndexedWO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertyRO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertyRW.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/propertyWO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/providerfolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/repository.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/rmi.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/rmiError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/rmiMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/rmiRegistry.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/rmiServer.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/rmiServerOff.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/rmiService.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/searchDoc.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/ser.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/serError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/serMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/sort-by-name.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/sort-by-type.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/unsorted.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/urlObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variable.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variablePackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variablePrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variableProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variablePublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variableStPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variableStPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variableStProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variableStPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images/variables.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_clipboard-ops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_elements.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_file-extensions.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_group.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_icons.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_opening.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_packages.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_properties.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_props-toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_refreshing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_runtime.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_saving.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/objects_show-extensions.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_combo.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_date.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_filetype.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_name.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_predefining.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_results-window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_status.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search/search_text.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/templates/template_group.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/templates/template_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/templates/template_macros.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/templates/template_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/templates/template_new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/pending.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_adding-existing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_adding-new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_comp-run-debug.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_delete-file.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_deleting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_importing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_save-options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project/project_switching.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/addinglocale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/addingprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/creatingprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/editinglocale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/images/propertiesObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/modifyprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/propfile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/removingprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/activatebrowser/rmi_activatebrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/activatebrowser/rmi_activatebrowser_starting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/activatebrowser/rmi_activatebrowser_usinggroup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/activatebrowser/rmi_activatebrowser_usingobject.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/activatebrowser/rmi_activatebrowser_usingsystem.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/completing/rmi_compiling_client.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/completing/rmi_compiling_server.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/completing/rmi_completing_client.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/completing/rmi_completing_server.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/concepts/RMI1.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/concepts/rmi_concepts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/concepts/rmi_concepts_basics.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/concepts/rmi_concepts_files.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/concepts/rmi_concepts_procs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/generating/rmi_generating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/generating/rmi_generating_client.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/generating/rmi_generating_server.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/registrybrowser/rmi_registrybrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/registrybrowser/rmi_registrybrowser_starting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/registrybrowser/rmi_registrybrowser_using.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/registrybrowser/rmi_registrybrowser_viewing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/rmi_intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/rmi_wizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/settings/rmi_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/settings/rmi_settings_compilernode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/settings/rmi_settings_debuggernode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/settings/rmi_settings_executionnode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/applet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/arguments.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/executors.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/external.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/images/clock_execution.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/internal.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/jsp.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/locale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/mainclass.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/output_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/project.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/run.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/run_applet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/run_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/startup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/vm_arguments.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/workspace.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/shortcuts/editorcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/shortcuts/kybdshortcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/shortcuts/menucuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_calling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_create-fs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_fresh-checkout.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_local.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_mountpoint.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb/cvs_wizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeLocModified.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeLocRemoved.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeMergeConflict.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeNeedsCheckout.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeRunning.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeUpToDate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/badgeWaiting.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/next.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images/prev.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_binary.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_cygwin.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_diffs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_filesystemsettings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_globalsettings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_overview.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_refresh.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_revexplorer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcs_status.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/images/class_source.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/images/form.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcs_vcsgeneric.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_add-command.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_calling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_command-props.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_custom-pvcs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_custom-vss.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_list.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_mounting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_newprofile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_variables.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_vars-basic.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_vars-creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_vars-runtime.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_vars-subcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/vcsgeneric_vars-syntax.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/bookmark.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/configure.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/home_page.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/httpserver-options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/proxy.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/swingbrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser/webbrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/clone.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/docking.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/welcome.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace_auto.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace_customize.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace_delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace_mdi.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace/workspace_rename.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/images/rootFolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/images/upFolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_contentpane.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_execute.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_filter.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_manifest.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/jarpackager_updating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/imt/configuring.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/imt/create-imports.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/imt/import.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/imt/remove-unused.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/imt/resolve-ids.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/java_sources.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/override.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/synchronizing/intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/synchronizing/new-interface.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/synchronizing/properties.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/synchronizing/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/java/synchronizing/update-interface.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/addcomment.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/auto_comment_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/case_sensitive.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/comment.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/customize.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/doc_comment_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/doclet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/executor.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/externaljavadoc.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/generate.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/glossary_doclet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/back.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/forward.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/history.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/home.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/no_comment.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/ok.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/package.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/partial.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/private.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/protected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/public.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/reload.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/sort_name.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/sort_package.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/sort_type.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/stop.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images/view_source.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/internaljavadoc.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/javadoc_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/jdkdocs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/search.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/search_path.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/search_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/searchengine.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/stylesheet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/concepts/JNDI1.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/concepts/jndi_concepts_basics.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/concepts/jndi_concepts_procs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/jndi_intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/jndibrowser/jndi_jndibrowser_addprovider.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/jndibrowser/jndi_jndibrowser_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/jndibrowser/jndi_jndibrowser_connect.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/jndibrowser/jndi_jndibrowser_generating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/settings/jndi_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jsp/jsp_compile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jsp/jsp_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jsp/jsp_edit.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jsp/jsp_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jsp/jsp_queryparams.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/jsp/jsp_run.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/modules/autoupdate.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/modules/managingmods.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/modules/newmodule.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser/browser_member.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser/browser_object.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser/browser_package.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser/browser_packagefilter.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser/images/expand.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser/images/tree.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/explorer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/activationGroup.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/activationItem.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/activationItemOff.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/activationSystem.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/activationSystemErr.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/class.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/classError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/classMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/class_source.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/constructor.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/constructorPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/constructorPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/constructorProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/constructorPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/customizer.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/defaultFolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/disabled.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/disableddriver.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/driver.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/editable.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/error-badge.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/error.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/eventSetMulticast.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/eventSetUnicast.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/executable-badge.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/file.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/form.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/formError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/formMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/formobje.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/groupShadow.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/htmlEdit.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/imageObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/initializer.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/initializerSt.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/instanceObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/interface.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/jarFS.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/jarObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/jndi.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/jspObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/localFS.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/method.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodStPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodStPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodStProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methodStPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/methods.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/needs-compile.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/otherDOs.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/patternGroup.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/projectDesktop.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertiesKey.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertiesLocale.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertiesObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertyIndexedRO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertyIndexedRW.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertyIndexedWO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertyRO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertyRW.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/propertyWO.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/providerfolder.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/repository.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/rmi.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/rmiError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/rmiMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/rmiRegistry.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/rmiServer.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/rmiServerOff.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/rmiService.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/searchDoc.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/ser.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/serError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/serMain.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/sort-by-name.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/sort-by-type.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/unsorted.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/urlObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variable.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variablePackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variablePrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variableProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variablePublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variableStPackage.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variableStPrivate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variableStProtected.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variableStPublic.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images/variables.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_clipboard-ops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_elements.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_file-extensions.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_group.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_icons.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_opening.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_packages.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_properties.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_props-toolbar.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_refreshing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_runtime.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_saving.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/objects_show-extensions.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_combo.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_date.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_filetype.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_name.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_predefining.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_results-window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_status.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search/search_text.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/templates/template_group.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/templates/template_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/templates/template_macros.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/templates/template_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/templates/template_new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/pending.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_adding-existing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_adding-new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_comp-run-debug.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_delete-file.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_deleting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_importing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_save-options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/project/project_switching.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/addinglocale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/addingprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/creatingprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/editinglocale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/images/propertiesObject.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/modifyprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/propfile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/removingprops.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/activatebrowser/rmi_activatebrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/activatebrowser/rmi_activatebrowser_starting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/activatebrowser/rmi_activatebrowser_usinggroup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/activatebrowser/rmi_activatebrowser_usingobject.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/activatebrowser/rmi_activatebrowser_usingsystem.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/completing/rmi_compiling_client.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/completing/rmi_compiling_server.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/completing/rmi_completing_client.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/completing/rmi_completing_server.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/concepts/RMI1.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/concepts/rmi_concepts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/concepts/rmi_concepts_basics.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/concepts/rmi_concepts_files.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/concepts/rmi_concepts_procs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/generating/rmi_generating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/generating/rmi_generating_client.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/generating/rmi_generating_server.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/registrybrowser/rmi_registrybrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/registrybrowser/rmi_registrybrowser_starting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/registrybrowser/rmi_registrybrowser_using.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/registrybrowser/rmi_registrybrowser_viewing.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/rmi_intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/rmi_wizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/settings/rmi_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/settings/rmi_settings_compilernode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/settings/rmi_settings_debuggernode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/settings/rmi_settings_executionnode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/applet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/arguments.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/executors.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/external.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/images/clock_execution.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/internal.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/jsp.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/locale.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/mainclass.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/new.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/output_window.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/project.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/remove.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/run.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/run_applet.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/run_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/startup.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/template.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/vm_arguments.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/run/workspace.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/shortcuts/editorcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/shortcuts/kybdshortcuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/shortcuts/menucuts.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_calling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_commands.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_create-fs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_fresh-checkout.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_intro.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_local.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_mountpoint.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_settings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb/cvs_wizard.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeError.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeLocModified.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeLocRemoved.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeMergeConflict.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeNeedsCheckout.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeRunning.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeUpToDate.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/badgeWaiting.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/next.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images/prev.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_binary.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_cygwin.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_diffs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_filesystemsettings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_globalsettings.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_output.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_overview.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_refresh.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_revexplorer.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcs_status.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/images/class_source.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/images/form.gif -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcs_vcsgeneric.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_add-command.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_calling.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_command-props.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_custom-pvcs.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_custom-vss.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_list.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_modifying.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_mounting.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_newprofile.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_variables.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_vars-basic.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_vars-creating.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_vars-runtime.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_vars-subcode.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/vcsgeneric_vars-syntax.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/bookmark.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/configure.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/default.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/home_page.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/httpserver-options.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/proxy.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/swingbrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser/webbrowser.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/clone.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/docking.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/welcome.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace_auto.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace_create.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace_customize.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace_delete.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace_jump.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace_mdi.html -share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace/workspace_rename.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/concepts_war.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/deployd.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/jsp.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/jspsyntax.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/servlet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/taglib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/tldfile.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/webapp.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts/webmod.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/credits.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_ctxparam.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_error.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_jsp.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_mime.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_servlet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_servmap.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_taglib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/prop_welcome.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/ref_ejbrefs.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/ref_envent.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/ref_resref.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs/sec_secrole.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_properties.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_references.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_security.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/ide.css -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/condit/choose.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/condit/condtags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/condit/if.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/condit/switch.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/dbase/cleanup.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/dbase/connection.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/dbase/dbasetags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/dbase/query.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/dbase/transaction.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/jdo/jdoQuery.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/jdo/jdotags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/jdo/persistence.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/present/field.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/present/fielditer.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/present/iterator.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/present/paramet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/present/prestags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/resultsapi/level0.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/resultsapi/level1.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/resultsapi/level2.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/resultsapi/reslevels.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/resultsapi/wrapintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/resultsapi/wrappers.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/tagintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ide.css -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/emdash.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/image6.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/index.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/nb_spacer_t.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/reload.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/search.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/sort.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/sortasc.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/space_8pix.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/spacer2_t.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/spacer_4pix.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/time.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/toplevel.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/webmodule.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images/yellow-ball.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/concepts_war.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/deployd.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/jsp.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/jspsyntax.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/servlet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/taglib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/tldfile.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/webapp.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts/webmod.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/credits.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_ctxparam.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_error.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_jsp.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_mime.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_servlet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_servmap.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_taglib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/prop_welcome.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/ref_ejbrefs.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/ref_envent.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/ref_resref.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs/sec_secrole.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_properties.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_references.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_security.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/ide.css -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/condit/choose.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/condit/condtags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/condit/if.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/condit/switch.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/dbase/cleanup.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/dbase/connection.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/dbase/dbasetags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/dbase/query.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/dbase/transaction.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/jdo/jdoQuery.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/jdo/jdotags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/jdo/persistence.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/present/field.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/present/fielditer.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/present/iterator.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/present/paramet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/present/prestags_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/resultsapi/level0.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/resultsapi/level1.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/resultsapi/level2.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/resultsapi/reslevels.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/resultsapi/wrapintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/resultsapi/wrappers.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/tagintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ide.css -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/cswitch.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/emdash.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/image6.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/index.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/nb_spacer_t.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/reload.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/search.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/sort.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/sortasc.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/space_8pix.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/spacer2_t.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/spacer_4pix.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/time.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/toplevel.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/warn.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/webmodule.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images/yellow-ball.gif -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/jsp-idx.xml -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/jsp-toc.xml -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/jsp/jsp_debug.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/jsp/jsp_debuggrprops.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/jsp/jsp_togglebreakpt.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/jspMap.jhm -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/monitor/ctx_monitorintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/monitor/delete.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/monitor/resend.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/monitor/sort.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/monitor/store.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/monitor/view.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/overvw/IEintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib/createtaglib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib/ctx_scrvarcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib/ctx_tagattcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib/ctx_tagcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib/ctx_taglibcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib/generate.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib/packlib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglibUI/addfilesys.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglibUI/ctx_repaddto.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglibUI/repaddfrom.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglibUI/tsintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_contprop.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_delcont.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_editconfig.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_plugin.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_proped.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_servcont.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_setdef.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_start.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat/tomcat_stop.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_delete.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_editprop.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_exclude.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_extracttld.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_import.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_unpack.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_viewcont.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg/war_xtrafiles.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_additems.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_addjar.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_addservlet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_addtglb.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_chngdir.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_createnew.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_dbggrprops.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_deploy.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_editdd.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_enbldatab.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_installptbase.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_loadexist.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_multipletest.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_newdir.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_packagewar.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_placefiles.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_reverse.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_servconfig.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_singletest.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_tpclasses.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod/mod_usetags.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp-idx.xml -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp-toc.xml -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp.hs -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp/jsp_debug.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp/jsp_debuggrprops.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp/jsp_togglebreakpt.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jspMap.jhm -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp_ja.hs -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/monitor/ctx_monitorintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/monitor/delete.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/monitor/resend.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/monitor/sort.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/monitor/store.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/monitor/view.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/overvw/IEintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib/createtaglib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib/ctx_scrvarcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib/ctx_tagattcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib/ctx_tagcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib/ctx_taglibcust.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib/generate.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib/packlib.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglibUI/addfilesys.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglibUI/ctx_repaddto.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglibUI/repaddfrom.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglibUI/tsintro.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_contprop.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_delcont.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_editconfig.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_plugin.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_proped.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_servcont.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_setdef.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_start.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat/tomcat_stop.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_delete.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_editprop.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_exclude.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_extracttld.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_import.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_unpack.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_viewcont.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg/war_xtrafiles.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_additems.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_addjar.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_addservlet.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_addtglb.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_chngdir.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_createnew.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_dbggrprops.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_deploy.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_editdd.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_enbldatab.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_installptbase.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_jump.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_loadexist.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_multipletest.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_newdir.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_packagewar.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_placefiles.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_reverse.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_servconfig.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_singletest.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_tpclasses.html -share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod/mod_usetags.html -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/HelpSet.hs -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/Map.jhm -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images/backgrnd.gif -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images/beanname.gif -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images/columnor.gif -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images/connecti.gif -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images/displayf.gif -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images/genpage.gif -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images/logo.gif -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/index.html -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/servlet2.htm -share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/standard.css -share/java/forte4j/docs/org/netbeans/modules/xml/docs/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/xml/docs/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/xml/docs/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/xml/docs/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/xml/docs/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/xml/docs/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/xml/docs/credits.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ide.css -share/java/forte4j/docs/org/netbeans/modules/xml/docs/index.xml -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/JavaHelpSearch/DOCS -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/JavaHelpSearch/DOCS.TAB -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/JavaHelpSearch/OFFSETS -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/JavaHelpSearch/POSITIONS -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/JavaHelpSearch/SCHEMA -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/JavaHelpSearch/TMAP -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/credits.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/ide.css -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/index.xml -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/toc.xml -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlMap.jhm -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/checkcss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/copypastecss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/createcss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/createdtd.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/createxml.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/createxsl.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/editcss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/editviewdtd.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/editxml.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/generatedom.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/generatesax.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/nodeview.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/texteditor.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/treeeditor.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/validatexml.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/xmlcatalogs.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/xmlmodule.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/toc.xml -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlMap.jhm -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule.hs -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/checkcss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/copypastecss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/createcss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/createdtd.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/createxml.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/createxsl.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/editcss.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/editviewdtd.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/editxml.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/generatedom.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/generatesax.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/images/arrow.gif -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/images/tip.gif -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/nodeview.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/texteditor.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/treeeditor.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/validatexml.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/xmlcatalogs.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/xmlmodule.html -share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule_ja.hs -share/java/forte4j/lib/branding -share/java/forte4j/lib/core.jar -share/java/forte4j/lib/ext/bsh-1_0-fj.jar -share/java/forte4j/lib/ext/cmd.jar -share/java/forte4j/lib/ext/cosnaming.jar -share/java/forte4j/lib/ext/ddl.jar -share/java/forte4j/lib/ext/fjscript.jar -share/java/forte4j/lib/ext/flute.jar -share/java/forte4j/lib/ext/fscontext.jar -share/java/forte4j/lib/ext/idlcompilers.jar -share/java/forte4j/lib/ext/jaas.jar -share/java/forte4j/lib/ext/jaxp.jar -share/java/forte4j/lib/ext/jdbc20x.zip -share/java/forte4j/lib/ext/jh.jar -share/java/forte4j/lib/ext/jndi.jar -share/java/forte4j/lib/ext/ldap.jar -share/java/forte4j/lib/ext/ldapbp.jar -share/java/forte4j/lib/ext/locale/ddl_ja.jar -share/java/forte4j/lib/ext/locale/logger_ja.jar -share/java/forte4j/lib/ext/locale/rmi-ext_ja.jar -share/java/forte4j/lib/ext/logger.jar -share/java/forte4j/lib/ext/nis.jar -share/java/forte4j/lib/ext/openorb-1.0.2.jar -share/java/forte4j/lib/ext/parser.jar -share/java/forte4j/lib/ext/pbclient.jar -share/java/forte4j/lib/ext/providerutil.jar -share/java/forte4j/lib/ext/regexp.jar -share/java/forte4j/lib/ext/rmi-ext.jar -share/java/forte4j/lib/ext/rmiregistry.jar -share/java/forte4j/lib/ext/sac.jar -share/java/forte4j/lib/ext/sax2.jar -share/java/forte4j/lib/ext/servlet.jar -share/java/forte4j/lib/ext/xerces.jar -share/java/forte4j/lib/ide.ks -share/java/forte4j/lib/locale/core_f4j.jar -share/java/forte4j/lib/locale/core_f4j_ce.jar -share/java/forte4j/lib/locale/core_f4j_ce_ja.jar -share/java/forte4j/lib/locale/core_f4j_ja.jar -share/java/forte4j/lib/locale/core_ja.jar -share/java/forte4j/lib/locale/openide_f4j.jar -share/java/forte4j/lib/locale/openide_ja.jar -share/java/forte4j/lib/locale/updater_ja.jar -share/java/forte4j/lib/openide-fs.jar -share/java/forte4j/lib/openide-nodes.jar -share/java/forte4j/lib/openide-util.jar -share/java/forte4j/lib/openide.jar -share/java/forte4j/lib/patches/openide-compat.jar -share/java/forte4j/lib/updater.jar -share/java/forte4j/modules/ant.jar -share/java/forte4j/modules/apisupport-lite.jar -share/java/forte4j/modules/applet.jar -share/java/forte4j/modules/autoupdate.jar -share/java/forte4j/modules/beans.jar -share/java/forte4j/modules/bin/extbrowser.dll -share/java/forte4j/modules/browser.jar -share/java/forte4j/modules/classfile.jar -share/java/forte4j/modules/clazz.jar -share/java/forte4j/modules/corba.jar -share/java/forte4j/modules/cvs.jar -share/java/forte4j/modules/db.jar -share/java/forte4j/modules/dbschema.jar -share/java/forte4j/modules/dd2beans.jar -share/java/forte4j/modules/debuggerCore.jar -share/java/forte4j/modules/docs/ant-manual.zip -share/java/forte4j/modules/editor.jar -share/java/forte4j/modules/ext/AbsoluteLayout.jar -share/java/forte4j/modules/ext/ant-optional.jar -share/java/forte4j/modules/ext/ant.jar -share/java/forte4j/modules/ext/cvslib.jar -share/java/forte4j/modules/ext/ftpclient.jar -share/java/forte4j/modules/ext/infobus.jar -share/java/forte4j/modules/ext/iplanet-monitor.jar -share/java/forte4j/modules/ext/iws_ffj.jar -share/java/forte4j/modules/ext/jasper.jar -share/java/forte4j/modules/ext/java-gj.jar -share/java/forte4j/modules/ext/javac.jar -share/java/forte4j/modules/ext/locale/cvslib_ja.jar -share/java/forte4j/modules/ext/locale/iplanet-monitor_ja.jar -share/java/forte4j/modules/ext/locale/iws_ffj_ja.jar -share/java/forte4j/modules/ext/locale/nb-editor_ja.jar -share/java/forte4j/modules/ext/locale/persistence-rt_ja.jar -share/java/forte4j/modules/ext/locale/tomcat-monitor_ja.jar -share/java/forte4j/modules/ext/nb-editor.jar -share/java/forte4j/modules/ext/persistence-rt.jar -share/java/forte4j/modules/ext/rowset.jar -share/java/forte4j/modules/ext/sql.jar -share/java/forte4j/modules/ext/tomcat-monitor.jar -share/java/forte4j/modules/ext/webserver.jar -share/java/forte4j/modules/ext/xerces2.jar -share/java/forte4j/modules/extbrowser.jar -share/java/forte4j/modules/externalizedModules.ser -share/java/forte4j/modules/filecopy.jar -share/java/forte4j/modules/form.jar -share/java/forte4j/modules/html.jar -share/java/forte4j/modules/httpserver.jar -share/java/forte4j/modules/i18n-form.jar -share/java/forte4j/modules/i18n.jar -share/java/forte4j/modules/idl-syntax.jar -share/java/forte4j/modules/image.jar -share/java/forte4j/modules/installedModules.xml -share/java/forte4j/modules/iplanet_wsae.jar -share/java/forte4j/modules/j2eelib.jar -share/java/forte4j/modules/j2eeserver.jar -share/java/forte4j/modules/jarpackager.jar -share/java/forte4j/modules/java.jar -share/java/forte4j/modules/javacvs.jar -share/java/forte4j/modules/javadoc.jar -share/java/forte4j/modules/jdbc.jar -share/java/forte4j/modules/jndi.jar -share/java/forte4j/modules/jpdaDebugger.jar -share/java/forte4j/modules/jsp-syntax.jar -share/java/forte4j/modules/jsp-tomcat.jar -share/java/forte4j/modules/jsp.jar -share/java/forte4j/modules/jspie.jar -share/java/forte4j/modules/locale/ant_ja.jar -share/java/forte4j/modules/locale/apisupport-lite_ja.jar -share/java/forte4j/modules/locale/applet_ja.jar -share/java/forte4j/modules/locale/autoupdate_ja.jar -share/java/forte4j/modules/locale/beans_ja.jar -share/java/forte4j/modules/locale/browser_ja.jar -share/java/forte4j/modules/locale/classfile_ja.jar -share/java/forte4j/modules/locale/clazz_ja.jar -share/java/forte4j/modules/locale/corba_ja.jar -share/java/forte4j/modules/locale/cvs_ja.jar -share/java/forte4j/modules/locale/db_ja.jar -share/java/forte4j/modules/locale/dbschema_ja.jar -share/java/forte4j/modules/locale/dd2beans_ja.jar -share/java/forte4j/modules/locale/debuggerCore_ja.jar -share/java/forte4j/modules/locale/editor_ja.jar -share/java/forte4j/modules/locale/extbrowser_ja.jar -share/java/forte4j/modules/locale/filecopy_ja.jar -share/java/forte4j/modules/locale/form_ja.jar -share/java/forte4j/modules/locale/html_ja.jar -share/java/forte4j/modules/locale/httpserver_ja.jar -share/java/forte4j/modules/locale/i18n_ja.jar -share/java/forte4j/modules/locale/idl-syntax_ja.jar -share/java/forte4j/modules/locale/image_ja.jar -share/java/forte4j/modules/locale/iplanet_wsae_ja.jar -share/java/forte4j/modules/locale/j2eelib_ja.jar -share/java/forte4j/modules/locale/j2eeserver_ja.jar -share/java/forte4j/modules/locale/jarpackager_ja.jar -share/java/forte4j/modules/locale/java_ja.jar -share/java/forte4j/modules/locale/javacvs_ja.jar -share/java/forte4j/modules/locale/javadoc_ja.jar -share/java/forte4j/modules/locale/jdbc_ja.jar -share/java/forte4j/modules/locale/jndi_ja.jar -share/java/forte4j/modules/locale/jpdaDebugger_ja.jar -share/java/forte4j/modules/locale/jsp-syntax_ja.jar -share/java/forte4j/modules/locale/jsp-tomcat_ja.jar -share/java/forte4j/modules/locale/jsp_ja.jar -share/java/forte4j/modules/locale/jspie_ja.jar -share/java/forte4j/modules/locale/loggerModule_ja.jar -share/java/forte4j/modules/locale/openidex_ja.jar -share/java/forte4j/modules/locale/persistence-ui_ja.jar -share/java/forte4j/modules/locale/pointbase_ja.jar -share/java/forte4j/modules/locale/projects_ja.jar -share/java/forte4j/modules/locale/properties_ja.jar -share/java/forte4j/modules/locale/registration_ja.jar -share/java/forte4j/modules/locale/rmi_ja.jar -share/java/forte4j/modules/locale/text_ja.jar -share/java/forte4j/modules/locale/toolsDebugger_ja.jar -share/java/forte4j/modules/locale/utilities_f4j.jar -share/java/forte4j/modules/locale/utilities_f4j_ja.jar -share/java/forte4j/modules/locale/utilities_ja.jar -share/java/forte4j/modules/locale/vcscore_ja.jar -share/java/forte4j/modules/locale/vcsgen_ja.jar -share/java/forte4j/modules/locale/xml-syntax_ja.jar -share/java/forte4j/modules/locale/xml_ja.jar -share/java/forte4j/modules/loggerModule.jar -share/java/forte4j/modules/openidex.jar -share/java/forte4j/modules/persistence-ui.jar -share/java/forte4j/modules/pointbase.jar -share/java/forte4j/modules/projects.jar -share/java/forte4j/modules/properties-syntax.jar -share/java/forte4j/modules/properties.jar -share/java/forte4j/modules/registration.jar -share/java/forte4j/modules/rmi.jar -share/java/forte4j/modules/text.jar -share/java/forte4j/modules/toolsDebugger.jar -share/java/forte4j/modules/usersguide.jar -share/java/forte4j/modules/utilities.jar -share/java/forte4j/modules/vcscore.jar -share/java/forte4j/modules/vcsgen.jar -share/java/forte4j/modules/xml-syntax.jar -share/java/forte4j/modules/xml.jar -share/java/forte4j/pointbase/client/PointBase Console.rc -share/java/forte4j/pointbase/client/URLs.dat -share/java/forte4j/pointbase/client/docs/PBConsole/Catalog.gif -share/java/forte4j/pointbase/client/docs/PBConsole/Export.gif -share/java/forte4j/pointbase/client/docs/PBConsole/Import.gif -share/java/forte4j/pointbase/client/docs/PBConsole/Import2.jpg -share/java/forte4j/pointbase/client/docs/PBConsole/PBConsole-2.gif -share/java/forte4j/pointbase/client/docs/PBConsole/PBConsole.css -share/java/forte4j/pointbase/client/docs/PBConsole/PBConsole.html -share/java/forte4j/pointbase/client/docs/PBConsole/PBConsoleTOC.css -share/java/forte4j/pointbase/client/docs/PBConsole/PBConsoleTOC.html -share/java/forte4j/pointbase/client/docs/PBConsole/impsql.gif -share/java/forte4j/pointbase/client/docs/PBConsole/login.jpg -share/java/forte4j/pointbase/client/docs/PBConsole/toolbar1.jpg -share/java/forte4j/pointbase/client/docs/ReadMe.txt -share/java/forte4j/pointbase/client/docs/html/home.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/Catalog.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/Export.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/Import.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/Import2.jpg -share/java/forte4j/pointbase/client/docs/html/htmlfiles/homelink.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/impsql.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/index.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/install35htmlTOC.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/install35pdf-1.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/install35pdf.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/install35pdf.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/jdbcreferencepdf-1.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/jdbcreferencepdf.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/jdbcreferencepdf.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/jdbcreferencepdfTOC.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/login.jpg -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbarrow.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbarrow1.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbarrow2.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbarrow4.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbarrow5.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbconsolepdf-2.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbconsolepdf.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbconsolepdf.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/pbconsolepdfTOC.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/sqlrefpdf-1.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/sqlrefpdf-2.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/sqlrefpdf.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/sqlrefpdf.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/sqlrefpdfIX.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/sqlrefpdfIX.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/sqlrefpdfTOC.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/systempdf-1.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/systempdf.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/systempdf.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/systempdfIX.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/systempdfIX.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/systempdfTOC.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/toolbar1.jpg -share/java/forte4j/pointbase/client/docs/html/htmlfiles/welcome-1.gif -share/java/forte4j/pointbase/client/docs/html/htmlfiles/welcome.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/welcome.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/welcomepdf.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/welcomepdf.html -share/java/forte4j/pointbase/client/docs/html/htmlfiles/whatsnewpdf.css -share/java/forte4j/pointbase/client/docs/html/htmlfiles/whatsnewpdf.html -share/java/forte4j/pointbase/client/docs/license.txt -share/java/forte4j/pointbase/client/docs/pdf/jdbcreference35.pdf -share/java/forte4j/pointbase/client/docs/pdf/pbconsole35.pdf -share/java/forte4j/pointbase/client/docs/pdf/sqlreference35.pdf -share/java/forte4j/pointbase/client/docs/pdf/system35.pdf -share/java/forte4j/pointbase/client/examples/batch/unix/startcommander -share/java/forte4j/pointbase/client/examples/batch/unix/startconsole -share/java/forte4j/pointbase/client/examples/batch/windows/startcommander.bat -share/java/forte4j/pointbase/client/examples/batch/windows/startconsole.bat -share/java/forte4j/pointbase/client/examples/java/PointBaseExample.java -share/java/forte4j/pointbase/client/examples/java/WebServer.java -share/java/forte4j/pointbase/client/examples/sql/constraints.sql -share/java/forte4j/pointbase/client/examples/sql/multipgsize.sql -share/java/forte4j/pointbase/client/examples/sql/sample.sql -share/java/forte4j/pointbase/client/lib/pbclient35RE.jar -share/java/forte4j/pointbase/client/lib/pbtools35RE.jar -share/java/forte4j/pointbase/client/lib/swingall.jar -share/java/forte4j/pointbase/client/pbconsole.ico -share/java/forte4j/pointbase/network/databases/sample$1.wal -share/java/forte4j/pointbase/network/databases/sample.dbn -share/java/forte4j/pointbase/network/docs/ReadMe.txt -share/java/forte4j/pointbase/network/docs/html/home.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/Catalog.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/Export.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/Import.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/Import2.jpg -share/java/forte4j/pointbase/network/docs/html/htmlfiles/homelink.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/impsql.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/index.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/install35htmlTOC.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/install35pdf-1.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/install35pdf.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/install35pdf.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/jdbcreferencepdf-1.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/jdbcreferencepdf.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/jdbcreferencepdf.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/jdbcreferencepdfTOC.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/login.jpg -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbarrow.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbarrow1.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbarrow2.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbarrow4.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbarrow5.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbconsolepdf-2.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbconsolepdf.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbconsolepdf.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/pbconsolepdfTOC.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/sqlrefpdf-1.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/sqlrefpdf-2.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/sqlrefpdf.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/sqlrefpdf.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/sqlrefpdfIX.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/sqlrefpdfIX.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/sqlrefpdfTOC.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/systempdf-1.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/systempdf.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/systempdf.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/systempdfIX.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/systempdfIX.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/systempdfTOC.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/toolbar1.jpg -share/java/forte4j/pointbase/network/docs/html/htmlfiles/welcome-1.gif -share/java/forte4j/pointbase/network/docs/html/htmlfiles/welcome.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/welcome.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/welcomepdf.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/welcomepdf.html -share/java/forte4j/pointbase/network/docs/html/htmlfiles/whatsnewpdf.css -share/java/forte4j/pointbase/network/docs/html/htmlfiles/whatsnewpdf.html -share/java/forte4j/pointbase/network/docs/license.txt -share/java/forte4j/pointbase/network/docs/pdf/jdbcreference35.pdf -share/java/forte4j/pointbase/network/docs/pdf/sqlreference35.pdf -share/java/forte4j/pointbase/network/docs/pdf/system35.pdf -share/java/forte4j/pointbase/network/examples/batch/unix/startnetworkserver -share/java/forte4j/pointbase/network/examples/batch/windows/startnetworkserver.bat -share/java/forte4j/pointbase/network/examples/java/PointBaseExample.java -share/java/forte4j/pointbase/network/examples/java/WebServer.java -share/java/forte4j/pointbase/network/examples/sql/constraints.sql -share/java/forte4j/pointbase/network/examples/sql/multipgsize.sql -share/java/forte4j/pointbase/network/examples/sql/sample.sql -share/java/forte4j/pointbase/network/lib/pbnetwork35RE.jar -share/java/forte4j/pointbase/network/pbserver.ico -share/java/forte4j/sources/jsptaglibs_src.jar -share/java/forte4j/sources/org/netbeans/examples/lib/timerbean/Timer.java -share/java/forte4j/sources/org/netbeans/examples/lib/timerbean/TimerBeanInfo.java -share/java/forte4j/sources/org/netbeans/examples/lib/timerbean/TimerListener.java -share/java/forte4j/sources/org/netbeans/examples/lib/timerbean/timer.gif -share/java/forte4j/sources/org/netbeans/lib/awtextra/AbsoluteConstraints.java -share/java/forte4j/sources/org/netbeans/lib/awtextra/AbsoluteLayout.java -share/java/forte4j/sources/readme.txt -share/java/forte4j/system/.nbattrs -share/java/forte4j/system/Database/Adaptors/DefaultAdaptor[org-netbeans-lib-ddl-adaptors-DefaultAdaptor].instance -share/java/forte4j/system/Palette/Beans/org-netbeans-examples-lib-timerbean-Timer.instance -share/java/forte4j/system/ParserDB/ant13.jcb -share/java/forte4j/system/ParserDB/ant13.jcs -share/java/forte4j/system/ParserDB/jdk13.jcb -share/java/forte4j/system/ParserDB/jdk13.jcs -share/java/forte4j/system/ParserDB/persistence.jcb -share/java/forte4j/system/ParserDB/persistence.jcs -share/java/forte4j/system/ParserDB/servlet22.jcb -share/java/forte4j/system/ParserDB/servlet22.jcs -share/java/forte4j/system/TagLibrary/dbtags.jar -share/java/forte4j/system/TagLibrary/ietags.jar -share/java/forte4j/system/TagLibrary/tptags.jar -share/java/forte4j/system/ide.sn -share/java/forte4j/uninstall.class -@dirrm share/java/forte4j/system/TagLibrary -@dirrm share/java/forte4j/system/Services -@dirrm share/java/forte4j/system/ParserDB -@dirrm share/java/forte4j/system/Palette/Beans -@dirrm share/java/forte4j/system/Palette -@dirrm share/java/forte4j/system/HTTPMonitor/save -@dirrm share/java/forte4j/system/HTTPMonitor/replay -@dirrm share/java/forte4j/system/HTTPMonitor/current -@dirrm share/java/forte4j/system/HTTPMonitor -@dirrm share/java/forte4j/system/Database/Adaptors -@dirrm share/java/forte4j/system/Database -@dirrm share/java/forte4j/system -@dirrm share/java/forte4j/sources/org/netbeans/lib/awtextra -@dirrm share/java/forte4j/sources/org/netbeans/lib -@dirrm share/java/forte4j/sources/org/netbeans/examples/lib/timerbean -@dirrm share/java/forte4j/sources/org/netbeans/examples/lib -@dirrm share/java/forte4j/sources/org/netbeans/examples -@dirrm share/java/forte4j/sources/org/netbeans -@dirrm share/java/forte4j/sources/org -@dirrm share/java/forte4j/sources -@dirrm share/java/forte4j/pointbase/network/lib -@dirrm share/java/forte4j/pointbase/network/examples/sql -@dirrm share/java/forte4j/pointbase/network/examples/java -@dirrm share/java/forte4j/pointbase/network/examples/batch/windows -@dirrm share/java/forte4j/pointbase/network/examples/batch/unix -@dirrm share/java/forte4j/pointbase/network/examples/batch -@dirrm share/java/forte4j/pointbase/network/examples -@dirrm share/java/forte4j/pointbase/network/docs/pdf -@dirrm share/java/forte4j/pointbase/network/docs/html/htmlfiles -@dirrm share/java/forte4j/pointbase/network/docs/html -@dirrm share/java/forte4j/pointbase/network/docs -@dirrm share/java/forte4j/pointbase/network/databases -@dirrm share/java/forte4j/pointbase/network -@dirrm share/java/forte4j/pointbase/client/lib -@dirrm share/java/forte4j/pointbase/client/examples/sql -@dirrm share/java/forte4j/pointbase/client/examples/java -@dirrm share/java/forte4j/pointbase/client/examples/batch/windows -@dirrm share/java/forte4j/pointbase/client/examples/batch/unix -@dirrm share/java/forte4j/pointbase/client/examples/batch -@dirrm share/java/forte4j/pointbase/client/examples -@dirrm share/java/forte4j/pointbase/client/docs/pdf -@dirrm share/java/forte4j/pointbase/client/docs/html/htmlfiles -@dirrm share/java/forte4j/pointbase/client/docs/html -@dirrm share/java/forte4j/pointbase/client/docs/PBConsole -@dirrm share/java/forte4j/pointbase/client/docs -@dirrm share/java/forte4j/pointbase/client -@dirrm share/java/forte4j/pointbase -@dirrm share/java/forte4j/modules/locale -@dirrm share/java/forte4j/modules/ext/locale -@dirrm share/java/forte4j/modules/ext -@dirrm share/java/forte4j/modules/docs -@dirrm share/java/forte4j/modules/bin -@dirrm share/java/forte4j/modules -@dirrm share/java/forte4j/lib/upgrade -@dirrm share/java/forte4j/lib/patches -@dirrm share/java/forte4j/lib/locale -@dirrm share/java/forte4j/lib/ext/locale -@dirrm share/java/forte4j/lib/ext -@dirrm share/java/forte4j/lib -@dirrm share/java/forte4j/javadoc -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs/xmlmodule -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/xmlmodule -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs/ja -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml/docs -@dirrm share/java/forte4j/docs/org/netbeans/modules/xml -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp/docs -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/wizards/dbjsp -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/wizards -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/webmod -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/warpkg -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/tomcat -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglibUI -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/taglib -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/overvw -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/monitor -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/jsp -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/webmod -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/warpkg -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/tomcat -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglibUI -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/taglib -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/overvw -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/monitor -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/jsp -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/resultsapi -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/present -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/jdo -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/dbase -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags/condit -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/ffj_tags -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit/dd_dialogs -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/dd_edit -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ja -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/resultsapi -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/present -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/jdo -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/dbase -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags/condit -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/ffj_tags -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit/dd_dialogs -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/dd_edit -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie/docs -@dirrm share/java/forte4j/docs/org/netbeans/modules/web/ie -@dirrm share/java/forte4j/docs/org/netbeans/modules/web -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/workspace -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/webbrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/vcsgeneric -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb/cvs-nb -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/vcs-nb -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/shortcuts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/run/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/run -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/settings -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/registrybrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/generating -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/completing -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi/activatebrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/rmi -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/propfiles -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/project -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/templates -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/search -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/objects/browser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/objects -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/modules -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/jsp -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/settings -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/jndibrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/jndi -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/javadoc -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/java/synchronizing -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/java/imt -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/java -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/jarpackager -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/workspace -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/webbrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/vcsgeneric -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb/cvs-nb -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/vcs-nb -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/shortcuts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/run -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/settings -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/registrybrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/generating -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/completing -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi/activatebrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/rmi -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/propfiles -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/project -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/templates -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/search -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects/browser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/objects -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/modules -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jsp -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/settings -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/jndibrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jndi -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/javadoc -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/synchronizing -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java/imt -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/java -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/jarpackager -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/internationalize -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source/modifying -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/source -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/menus -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts/managers -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/layouts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/events -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/custompalette -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/connecting -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui/components -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/gui -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart/colorswitch -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/getstart -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/filesystems -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/macros -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/configuring -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing/codecompletion -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/editing -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/watches -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/variables -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/threads -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/sessions -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/running -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/jpda -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/environment -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/debugger -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug/breakpoint -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/debug -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/configure -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/compile -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/beans -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/ant -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ja -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/internationalize -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source/modifying -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/source -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/menus -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts/managers -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/layouts -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/events -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/custompalette -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/connecting -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui/components -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/gui -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart/colorswitch -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/getstart -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/filesystems -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/macros -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/configuring -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/editing/codecompletion -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/editing -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/watches -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/variables -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/threads -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/sessions -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/running -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/jpda -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/environment -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/debugger -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug/breakpoint -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/debug -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/configure -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/compile -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/beans/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/beans -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ant/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/ant -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/usersguide -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbcwiz -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/jdbctab -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbcwiz -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/jdbctab -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/ja -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc/docs -@dirrm share/java/forte4j/docs/org/netbeans/modules/jdbc -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/nodes -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/nodes -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/glossary -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/general -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/ja -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/glossary -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/general -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server/docs -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee/server -@dirrm share/java/forte4j/docs/org/netbeans/modules/j2ee -@dirrm share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/db/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/db/docs/ja -@dirrm share/java/forte4j/docs/org/netbeans/modules/db/docs/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/db/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/db/docs -@dirrm share/java/forte4j/docs/org/netbeans/modules/db -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/setup -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/settings -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/nsbrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/setup -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/settings -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/nsbrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/irbrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/generating -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/debugging -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/completing -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/POA -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/ja -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/irbrowser -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/images -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/generating -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/debugging -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/concepts -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/completing -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/POA -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba/docs -@dirrm share/java/forte4j/docs/org/netbeans/modules/corba -@dirrm share/java/forte4j/docs/org/netbeans/modules -@dirrm share/java/forte4j/docs/org/netbeans -@dirrm share/java/forte4j/docs/org -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/tasks -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/runtime -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/pc -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/overview -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/mapping -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/javagen -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/tasks -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/runtime -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/pc -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/overview -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/mapping -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/javagen -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/images -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/ja -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/images -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence/docs -@dirrm share/java/forte4j/docs/com/sun/forte4j/persistence -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/images -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja/JavaHelpSearch -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/ja -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/images -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs/JavaHelpSearch -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel/docs -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules/dbmodel -@dirrm share/java/forte4j/docs/com/sun/forte4j/modules -@dirrm share/java/forte4j/docs/com/sun/forte4j -@dirrm share/java/forte4j/docs/com/sun -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/webapp -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/virtual_server -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/tools_menu -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/server_instance -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/javahelpsearch -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/webapp -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/virtual_server -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/tools_menu -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/server_instance -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/javahelpsearch -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/images -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/glossary -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja/general -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/ja -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/images -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/glossary -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/general -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs/META-INF -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte/docs -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ/forte -@dirrm share/java/forte4j/docs/com/iplanet/iws/integ -@dirrm share/java/forte4j/docs/com/iplanet/iws -@dirrm share/java/forte4j/docs/com/iplanet -@dirrm share/java/forte4j/docs/com -@dirrm share/java/forte4j/docs -@dirrm share/java/forte4j/bin/unsupported -@dirrm share/java/forte4j/bin/icons -@dirrm share/java/forte4j/bin/fastjavac -@dirrm share/java/forte4j/bin -@dirrm share/java/forte4j/beans -@dirrm share/java/forte4j diff --git a/lang/Makefile b/lang/Makefile index 913fc06..67de90a 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -77,7 +77,6 @@ SUBDIR += gcc41 SUBDIR += gcl SUBDIR += gdc - SUBDIR += generic-haskell SUBDIR += gforth SUBDIR += gfortran SUBDIR += ghc @@ -101,7 +100,6 @@ SUBDIR += guile SUBDIR += harbour SUBDIR += haskell-mode.el - SUBDIR += helium SUBDIR += hope SUBDIR += huc SUBDIR += hugs @@ -151,7 +149,6 @@ SUBDIR += njs SUBDIR += nml SUBDIR += nqc - SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml SUBDIR += ocaml-doc diff --git a/lang/generic-haskell/Makefile b/lang/generic-haskell/Makefile deleted file mode 100644 index 72bcfee..0000000 --- a/lang/generic-haskell/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: generic-haskell -# Date created: 05 July 2002 -# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> -# -# $FreeBSD$ - -PORTNAME= generic-haskell -PORTVERSION= 1.42 -CATEGORIES= lang haskell -MASTER_SITES= http://www.cs.uu.nl/research/projects/generic-haskell/compiler/coral/ -DISTNAME= gh-${PORTVERSION}-source - -MAINTAINER= haskell@FreeBSD.org -COMMENT= The Generic Haskell compiler - -BROKEN= "Not compatible with latest GHC yet" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ - bash:${PORTSDIR}/shells/bash - -.if !defined(WITHOUT_HUGS) # otherwise the gh-hugs-wrapper won't work -BUILD_DEPENDS+= hugs:${PORTSDIR}/lang/hugs -PLIST_SUB+= HUGS="" -.else -PLIST_SUB+= HUGS="@comment " -.endif - -RUN_DEPENDS= ${BUILD_DEPENDS} - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/bin/DrIFT) -BROKEN= "Does not build with devel/hs-drift installed" -.endif - -GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../configure -CONFIGURE_ARGS= --without-upx -USE_GMAKE= yes -ALL_TARGET= -INSTALL_TARGET= install - -GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` -PLIST_SUB+= GHC_VERSION="${GHC_VERSION}" - -PATCH_WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} -WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//}/build -GHLIBDIR= ${PREFIX}/${DISTNAME:S/-source//} -PLIST_SUB+= GH=${DISTNAME:S/-source//} - -post-install: -.if defined(WITHOUT_HUGS) - @${RM} ${PREFIX}/bin/gh-hugs -.endif - @${SH} ${PKGINSTALL} generic-haskell POST-INSTALL -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${CP} -R ${WRKDIR}/${DISTNAME:S/-source//}/doc/* ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/lang/generic-haskell/distinfo b/lang/generic-haskell/distinfo deleted file mode 100644 index 192a06a..0000000 --- a/lang/generic-haskell/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gh-1.42-source.tar.gz) = a741b61650f6898681857dcc07fb6564 -SIZE (gh-1.42-source.tar.gz) = 1423697 diff --git a/lang/generic-haskell/files/patch-mkAGdepend.in b/lang/generic-haskell/files/patch-mkAGdepend.in deleted file mode 100644 index 7b09e11..0000000 --- a/lang/generic-haskell/files/patch-mkAGdepend.in +++ /dev/null @@ -1,8 +0,0 @@ ---- mkAGdepend.in.orig Thu Feb 10 09:04:58 2005 -+++ mkAGdepend.in Thu Feb 10 09:05:08 2005 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - - # special purpose version of mkAGdepend to be used by GH build system - # diff --git a/lang/generic-haskell/pkg-descr b/lang/generic-haskell/pkg-descr deleted file mode 100644 index 4c60990..0000000 --- a/lang/generic-haskell/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Generic Haskell extends Haskell with type-indexed values, kind-indexed values, -generic abstraction, and generic application. - -The Generic Haskell compiler generates ordinary Haskell code which can be run -or compiled using lang/ghc, lang/nhc98 or lang/hugs. - -WWW: http://www.generic-haskell.org/ - --- Oliver Braun -obraun@informatik.unibw-muenchen.de diff --git a/lang/generic-haskell/pkg-install b/lang/generic-haskell/pkg-install deleted file mode 100644 index e565647..0000000 --- a/lang/generic-haskell/pkg-install +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh - -# exit on errors, use a sane path and install prefix -# (stolen from x11/xplore) -set -e -PATH=/bin:/usr/bin:/sbin:/usr/sbin: -PREFIX=${PREFIX:-${PKG_PREFIX:-/usr/local}} - -case $2 in - PRE-INSTALL) - : nothing to pre-install for this port - ;; - POST-INSTALL) - # inlined copy of WRKSRC/generic-haskell.pkg below: - libdir=${PREFIX}/gh-1.42/lib - ${PREFIX}/bin/ghc-pkg -a <<EOF -Package { - name = "generic-haskell", - import_dirs = ["${libdir}"], - source_dirs = [], - library_dirs = ["${libdir}"], - hs_libraries = ["HSgeneric-haskell"], - extra_libraries = [], - include_dirs = [], - c_includes = [], - package_deps = ["base","haskell98"], - extra_ghc_opts = [], - extra_cc_opts = [], - extra_ld_opts = [] -} -EOF - ;; - *) - echo "usage: $0 distname { PRE-INSTALL | POST-INSTALL }" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/lang/generic-haskell/pkg-plist b/lang/generic-haskell/pkg-plist deleted file mode 100644 index 7860597..0000000 --- a/lang/generic-haskell/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/gh -bin/gh-ghc -bin/gh-ghci -bin/testGH -%%HUGS%%bin/gh-hugs -%%GH%%/bin/gh -%%GH%%/bin/gh-bin -%%GH%%/bin/gh-ghc -%%GH%%/bin/gh-ghci -%%GH%%/bin/gh-hugs -%%GH%%/bin/testGH -%%GH%%/bin/testGH-bin -%%GH%%/lib/GH/Datatypes.ghi -%%GH%%/lib/GH/Datatypes.hi -%%GH%%/lib/GH/Datatypes.hs -%%GH%%/lib/GH/Library.ghi -%%GH%%/lib/GH/Library.hi -%%GH%%/lib/GH/Library.hs -%%GH%%/lib/GH/Library/Bounds.ghi -%%GH%%/lib/GH/Library/Bounds.hi -%%GH%%/lib/GH/Library/Bounds.hs -%%GH%%/lib/GH/Library/Collect.ghi -%%GH%%/lib/GH/Library/Collect.hi -%%GH%%/lib/GH/Library/Collect.hs -%%GH%%/lib/GH/Library/Compare.ghi -%%GH%%/lib/GH/Library/Compare.hi -%%GH%%/lib/GH/Library/Compare.hs -%%GH%%/lib/GH/Library/DeepSeq.ghi -%%GH%%/lib/GH/Library/DeepSeq.hi -%%GH%%/lib/GH/Library/DeepSeq.hs -%%GH%%/lib/GH/Library/Enum.ghi -%%GH%%/lib/GH/Library/Enum.hi -%%GH%%/lib/GH/Library/Enum.hs -%%GH%%/lib/GH/Library/Eq.ghi -%%GH%%/lib/GH/Library/Eq.hi -%%GH%%/lib/GH/Library/Eq.hs -%%GH%%/lib/GH/Library/Map.ghi -%%GH%%/lib/GH/Library/Map.hi -%%GH%%/lib/GH/Library/Map.hs -%%GH%%/lib/GH/Library/MapM.ghi -%%GH%%/lib/GH/Library/MapM.hi -%%GH%%/lib/GH/Library/MapM.hs -%%GH%%/lib/GH/Library/ReadShow.ghi -%%GH%%/lib/GH/Library/ReadShow.hi -%%GH%%/lib/GH/Library/ReadShow.hs -%%GH%%/lib/GH/Library/Reduce.ghi -%%GH%%/lib/GH/Library/Reduce.hi -%%GH%%/lib/GH/Library/Reduce.hs -%%GH%%/lib/GH/Library/Table.ghi -%%GH%%/lib/GH/Library/Table.hi -%%GH%%/lib/GH/Library/Table.hs -%%GH%%/lib/GH/Library/ZipWith.ghi -%%GH%%/lib/GH/Library/ZipWith.hi -%%GH%%/lib/GH/Library/ZipWith.hs -%%GH%%/lib/GH/Prelude.ghi -%%GH%%/lib/GH/Prelude.hi -%%GH%%/lib/GH/Prelude.hs -%%GH%%/lib/HSgeneric-haskell.o -%%GH%%/lib/interfaces/Char.ghi -%%GH%%/lib/interfaces/List.ghi -%%GH%%/lib/interfaces/Maybe.ghi -%%GH%%/lib/interfaces/Monad.ghi -%%GH%%/lib/interfaces/Prelude.ghi -%%GH%%/lib/libHSgeneric-haskell.a -%%GH%%/lib/optimizer/OptimizerPrelude.hs -@dirrm %%GH%%/bin -@dirrm %%GH%%/lib/GH/Library -@dirrm %%GH%%/lib/GH -@dirrm %%GH%%/lib/interfaces -@dirrm %%GH%%/lib/optimizer -@dirrm %%GH%%/lib -@dirrm %%GH%% -%%PORTDOCS%%%%DOCSDIR%%/GHUsersGuide.pdf -%%PORTDOCS%%%%DOCSDIR%%/RELEASE -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec %D/bin/ghc-pkg -r generic-haskell -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old diff --git a/lang/helium/Makefile b/lang/helium/Makefile deleted file mode 100644 index bb66266..0000000 --- a/lang/helium/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: helium -# Date created: 28 January 2003 -# Whom: Oliver Braun <obraun@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= helium -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= lang haskell -MASTER_SITES= http://www.cs.uu.nl/helium/distr/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Functional programming compiler for a subset of Haskell - -BROKEN= Does not build -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -.if defined(WITH_HINT) -USE_JAVA= 1.4+ -DISTFILES+= ${PORTNAME}-${PORTVERSION}-src.tar.gz \ - Hint-${PORTVERSION}.jar -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-src.tar.gz -PLIST_SUB= HINT="" -.else -PLIST_SUB= HINT="@comment " -.endif - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_GMAKE= yes - -.if !defined(WITH_HINT) -pre-everything:: - @${ECHO_CMD} - @${ECHO_CMD} "Define WITH_HINT=yes to install Hint (needs Java >=1.4)." - @${ECHO_CMD} -.endif - -do-configure: - @(cd ${WRKSRC}/lvm/src/ && ./configure) - @(cd ${WRKSRC}/heliumNT/ && ./configure) - -do-build: - @(cd ${WRKSRC}/heliumNT/src && ${GMAKE} depend) - @(cd ${WRKSRC}/heliumNT/src && ${GMAKE}) - -do-install: - @(cd ${WRKSRC}/heliumNT/src && ${GMAKE} install) - @${CAT} ${PKGMESSAGE} | ${SED} -e 's,%%PREFIX%%,${PREFIX},g' -.if defined(WITH_HINT) - @${MKDIR} ${PREFIX}/share/java/helium - @${INSTALL_DATA} ${DISTDIR}/Hint-${PORTVERSION}.jar ${PREFIX}/share/java/helium - @${ECHO_CMD} "To use Hint type" - @${ECHO_CMD} - @${ECHO_CMD} "java -DLVMPATH=\$$LVMPATH -jar ${PREFIX}/share/java/helium/Hint-${PORTVERSION}.jar" - @${ECHO_CMD} -.endif - -.include <bsd.port.mk> diff --git a/lang/helium/distinfo b/lang/helium/distinfo deleted file mode 100644 index 8485292..0000000 --- a/lang/helium/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (helium-1.2-src.tar.gz) = 042a3de2ba8a300ab5e1e922491eb982 -SIZE (helium-1.2-src.tar.gz) = 1209959 -MD5 (Hint-1.2.jar) = 713c6ae2cf74fd69cbc7d635d29da7b5 -SIZE (Hint-1.2.jar) = 119784 diff --git a/lang/helium/files/patch-lvm::src::configure b/lang/helium/files/patch-lvm::src::configure deleted file mode 100644 index 7f5220c..0000000 --- a/lang/helium/files/patch-lvm::src::configure +++ /dev/null @@ -1,35 +0,0 @@ ---- lvm/src/configure.orig Wed Feb 2 09:10:20 2005 -+++ lvm/src/configure Wed Feb 2 09:10:54 2005 -@@ -608,23 +608,11 @@ - echo "#define HAS_MEMMOVE" >> s.h - fi - --if sh ./hasgot vsnprintf; then -- echo "vsnprintf() found." -+ echo "vsnprintf() assumed (FreeBSD)." - echo "#define HAS_VSNPRINTF" >> s.h --else if sh ./hasgot _vsnprintf; then -- echo "_vsnprintf() found." -- echo "#define HAS__VSNPRINTF" >> s.h -- fi --fi - --if sh ./hasgot snprintf; then -- echo "snprintf() found." -+ echo "snprintf() assumed (FreeBSD)." - echo "#define HAS_SNPRINTF" >> s.h --else if sh ./hasgot _snprintf; then -- echo "_snprintf() found." -- echo "#define HAS__SNPRINTF" >> s.h -- fi --fi - - if sh ./hasgot strncpy; then - echo "strncpy() found." -@@ -694,4 +682,4 @@ - echo " linker used............... $link" - echo " options for linking....... $cclinkopts" - echo --echo -\ No newline at end of file -+echo diff --git a/lang/helium/pkg-descr b/lang/helium/pkg-descr deleted file mode 100644 index dbef288..0000000 --- a/lang/helium/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Helium --- For learning Haskell. - -Helium is a functional programming language and a compiler designed especially -for teaching Haskell. Quality of the error messages has been the main concern -both in the choice of the language features and in the implementation of the -compiler. - -WWW: http://www.cs.uu.nl/helium - --- Oliver Braun -obraun@FreeBSD.org diff --git a/lang/helium/pkg-message b/lang/helium/pkg-message deleted file mode 100644 index c9a1c1c..0000000 --- a/lang/helium/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -***** -* Please set the environment variable -* LVMPATH to %%PREFIX%%/helium/lib -***** diff --git a/lang/helium/pkg-plist b/lang/helium/pkg-plist deleted file mode 100644 index f81feaf..0000000 --- a/lang/helium/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/helium -bin/texthint -bin/lvmrun -helium/demo/Calendar.hs -helium/demo/ParserDemo.hs -helium/demo/ParserLibrary.hs -helium/demo/TicTacToe.hs -helium/lib/HeliumLang.lvm -helium/lib/List.hs -helium/lib/List.lvm -helium/lib/LvmException.lvm -helium/lib/LvmIO.lvm -helium/lib/LvmLang.lvm -helium/lib/Maybe.hs -helium/lib/Maybe.lvm -helium/lib/Prelude.hs -helium/lib/Prelude.lvm -helium/lib/PreludePrim.lvm -%%HINT%%share/java/helium/Hint.jar -%%HINT%%@dirrm share/java/helium -@dirrm helium/demo -@dirrm helium/lib -@dirrm helium diff --git a/lang/o2c/Makefile b/lang/o2c/Makefile deleted file mode 100644 index cd4a3fa..0000000 --- a/lang/o2c/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: Oberon2C -# Date created: December 3, 1997 -# Whom: Oliver Breuninger <ob@seicom.NET> -# -# $FreeBSD$ - -PORTNAME= o2c -PORTVERSION= 1.16 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.uni-kl.de/pub/informatik/software/ \ - http://www.breuninger.org/files/distfiles/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Oberon-2 compiler -DEPRECATED= "o2c is supplanted by lang/oo2c" -EXPIRATION_DATE= 2005-09-28 - -# does not support 64-bit platforms -ONLY_FOR_ARCHS= i386 - -USE_REINPLACE= yes -MAKE_ENV= MAKEOBJDIR=. -MAN1= o2b.1 o2c.1 o2ef.1 o2whereis.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -post-extract: - @${CP} ${FILESDIR}/o2 ${WRKSRC} - -post-patch: - @${REINPLACE_CMD} -e \ - "s|\@PREFIX\@|${PREFIX}|g;" ${WRKSRC}/system/o2c.red.template - -post-install: - ${INSTALL_DATA} ${WRKSRC}/system/o2c.red.template ${PREFIX}/lib/o2c-1.16 - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/lang/o2c/distinfo b/lang/o2c/distinfo deleted file mode 100644 index 5b1466e..0000000 --- a/lang/o2c/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (o2c-1.16.tar.gz) = 5e4c80d8ec4e744953c408dc9301a147 -SIZE (o2c-1.16.tar.gz) = 357838 diff --git a/lang/o2c/files/o2 b/lang/o2c/files/o2 deleted file mode 100644 index 525ce0a..0000000 --- a/lang/o2c/files/o2 +++ /dev/null @@ -1,46 +0,0 @@ -#! /bin/csh - -if ( $#argv == 0 ) goto usage -if ( $1 == "--make" ) goto make -if ( $1 == "-m" ) goto make - -compile: -# -# compile files, check extension -# -if ( $1 == "-c" ) then - set file = $2 -else - set file = $1 -endif -echo Extension $file:e -if ( $file:e != "Mod" ) then - set file = $file".Mod" -endif -echo compiling $file "..." -o2c $file | o2ef | more -goto end - -make: -# -# make Oberon program, remove Extension -# -echo making $2:r $3:r $4:r $5:r $6:r "..." -o2c --make $2:r $3:r $4:r $5:r $6:r -goto end - -usage: -# -# show a litle help -# -echo "" -echo " o2 [option] File " -echo "" -echo " option: " -echo " --make make Project " -echo " -m make Project " -echo " -c (default) compile Module " -echo "" - -end: - diff --git a/lang/o2c/files/patch-aa b/lang/o2c/files/patch-aa deleted file mode 100644 index c2be79f..0000000 --- a/lang/o2c/files/patch-aa +++ /dev/null @@ -1,69 +0,0 @@ ---- Makefile.orig Fri Mar 28 13:15:40 1997 -+++ Makefile Tue Jun 16 14:28:16 1998 -@@ -4,10 +4,9 @@ - # in "compiler/OMachine.Mod" accordingly. - - # where to install the binaries? --BIN = $(HOME)/bin --MANPATH = /usr/man -- -- -+BIN = ${PREFIX}/bin -+MANPATH = ${PREFIX}/man -+LIBPATH = ${PREFIX}/lib/o2c-1.16 - - # you shouldn't have to change anything below - -@@ -28,7 +27,7 @@ - fi - -rm -f o2c_stage0 o2c_stage1 o2c_stage2 o2c all - # check the hardcoded type sizes against the C types -- gcc -o sizes system/sizes.c -+ gcc -o sizes system/sizes.c -Isystem - ./sizes - # build compiler executable from the distributed C sources - $(MAKE) -f makefile_o2c CFLAGS='$(CFLAGS)' LDFLAGS='$(LDFLAGS)' build -@@ -62,26 +61,31 @@ - ./o2c -MORv --redir system/o2c.red.template UpdateLib - mv o2c o2c_stage2 - --install: all -- if [ ! -f $(HOME)/.o2c.red ]; then \ -- cp system/o2c.red.template $(HOME)/.o2c.red; \ -- fi -+install.man: -+ for i in $(COMMANDS) ; do \ -+ cp docs/$$i.1 $(MANPATH)/man1/$$i.1 ; \ -+ chmod 644 $(MANPATH)/man1/$$i.1 ; \ -+ done -+ -+install: all install.man - chmod -R ugo+rX * - -rm -f o2c -- ln o2c_stage2 o2c -+ cp o2c_stage2 o2c -+ mkdir -p $(LIBPATH) -+ cp system/_OGCC.c $(LIBPATH) -+ cp system/_OGCC.h $(LIBPATH) -+ cp system/ErrorList.Txt $(LIBPATH) -+ cp lib/* $(LIBPATH) -+ chmod 644 $(LIBPATH)/* - for i in $(COMMANDS) ; do \ - cp $$i $(BIN)/$$i ; \ - chmod 755 $(BIN)/$$i ; \ - done -- --install.man: -- for i in $(COMMANDS) ; do \ -- cp docs/$$i.1 $(MANPATH)/man1/$$i.1 ; \ -- chmod 644 $(MANPATH)/man1/$$i.1 ; \ -- done -+ cp o2 $(BIN) -+ chmod 755 $(BIN)/o2 - - clean: -- -rm -f makefile_o2c Makefile sizes -+ -rm -f sizes - -rm -f o2c_stage0 o2c_stage1 o2c_stage2 o2c all UpdateLib - -rm -rf obj.distrib - -for i in $(COMMANDS) UpdateLib ; do rm -f $$i obj/_$$i.[co] ; done diff --git a/lang/o2c/files/patch-ab b/lang/o2c/files/patch-ab deleted file mode 100644 index 59a05e1..0000000 --- a/lang/o2c/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- system/o2c.red.template.orig Fri Mar 28 13:15:18 1997 -+++ system/o2c.red.template Wed Dec 3 16:54:26 1997 -@@ -8,8 +8,9 @@ - # paths for sources - *.Mod = -- .; # first search the current directory -- lib; # the standard libs, they _have to be_ in the path list -- compiler # the compiler sources -- + RCS # include RCS files in the search -+ .; # first search the current directory -+ lib; -+ @PREFIX@/lib/o2c-1.16; # the standard libs, they _have to be_ in the path list -+ compiler # the compiler sources -+ + RCS # include RCS files in the search - - # places for the compiler generated files -@@ -18,8 +19,11 @@ - - # interface files, have to be in the path list --*.c = lib -+*.c = -+ lib; -+ @PREFIX@/lib/o2c-1.16 - - # system files: standard include file and list of error messages --_OGCC.?, ErrorList.Txt = system -- -+_OGCC.?, ErrorList.Txt = -+ system; -+ @PREFIX@/lib/o2c-1.16 - diff --git a/lang/o2c/pkg-descr b/lang/o2c/pkg-descr deleted file mode 100644 index 389b136..0000000 --- a/lang/o2c/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - -Niklaus Wirth's language Oberon-2 implemented by a german university at -Kaiserslautern. - -Oberon informations at http://www.oberon.ethz.ch/ - -- Oliver Breuninger -ob@seicom.NET diff --git a/lang/o2c/pkg-message b/lang/o2c/pkg-message deleted file mode 100644 index 5a11ae8..0000000 --- a/lang/o2c/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ - -You may want to install /usr/local/lib/o2c-1.16/o2c.red.template -as .o2c.red into your home directory. - diff --git a/lang/o2c/pkg-plist b/lang/o2c/pkg-plist deleted file mode 100644 index c6f4fa5..0000000 --- a/lang/o2c/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/o2 -bin/o2b -bin/o2c -bin/o2ef -bin/o2whereis -lib/o2c-1.16/_OGCC.c -lib/o2c-1.16/_OGCC.h -lib/o2c-1.16/ErrorList.Txt -lib/o2c-1.16/CType.Mod -lib/o2c-1.16/CharInfo.Mod -lib/o2c-1.16/ConvTypes.Mod -lib/o2c-1.16/Dos.Mod -lib/o2c-1.16/Dos.c -lib/o2c-1.16/FOut.Mod -lib/o2c-1.16/Filenames.Mod -lib/o2c-1.16/Files.Mod -lib/o2c-1.16/Files.c -lib/o2c-1.16/FIn.Mod -lib/o2c-1.16/In.Mod -lib/o2c-1.16/IntStr.Mod -lib/o2c-1.16/Math.Mod -lib/o2c-1.16/MathL.Mod -lib/o2c-1.16/MathL.c -lib/o2c-1.16/Out.Mod -lib/o2c-1.16/RandomNumbers.Mod -lib/o2c-1.16/RealStr.Mod -lib/o2c-1.16/Redir.Mod -lib/o2c-1.16/Rts.Mod -lib/o2c-1.16/Rts.c -lib/o2c-1.16/Strings.Mod -lib/o2c-1.16/Strings2.Mod -lib/o2c-1.16/Time.Mod -lib/o2c-1.16/Types.Mod -lib/o2c-1.16/Types.c -lib/o2c-1.16/Unix.Mod -lib/o2c-1.16/Unix.c -lib/o2c-1.16/UpdateLib.Mod -lib/o2c-1.16/X11.Mod -lib/o2c-1.16/Xresource.Mod -lib/o2c-1.16/Xutil.Mod -lib/o2c-1.16/XYplane.Mod -lib/o2c-1.16/o2c.red.template -@dirrm lib/o2c-1.16 diff --git a/misc/Makefile b/misc/Makefile index ac0588c..7783438 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -71,7 +71,6 @@ SUBDIR += dvorakng SUBDIR += earthview SUBDIR += edonkey-tool-hash - SUBDIR += edonkey-tool-slist SUBDIR += elscreen SUBDIR += esniper SUBDIR += estic @@ -353,7 +352,6 @@ SUBDIR += pdmenu SUBDIR += pear-Services_Weather SUBDIR += pear-Text_Figlet - SUBDIR += peq SUBDIR += php4-calendar SUBDIR += php4-mcal SUBDIR += php5-calendar diff --git a/misc/edonkey-tool-slist/Makefile b/misc/edonkey-tool-slist/Makefile deleted file mode 100644 index a4eaaeb..0000000 --- a/misc/edonkey-tool-slist/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: edonkey server list tool -# Date created: Wed Feb 20 18:03:49 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.2 -CATEGORIES= misc -MASTER_SITES= # http://users.aber.ac.uk/tpm01/ed2k_tools/ -PKGNAMESUFFIX= -tool-slist -DISTNAME= ed2k_slist-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Checks which servers are either dead or alive in server.met - -EXPIRATION_DATE=2005-09-01 -DEPRECATED= "No longer available" - -WRKSRC= ${WRKDIR}/ed2k_slist -USE_REINPLACE= yes -DOCSDIR= ${PREFIX}/${PORTNAME}${PKGNAMESUFFIX} - -PLIST_FILES= bin/edonkey-tool-slist -.ifndef(NOPORTDOCS) -PORTDOCS= COPYING -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/*.[ch] - -# I could have written a Makefile but I would rather -# not waste inodes -do-build: - @cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} \ - ed2k_slist.c -o ${PORTNAME}${PKGNAMESUFFIX} - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} - -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \ - ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/misc/edonkey-tool-slist/distinfo b/misc/edonkey-tool-slist/distinfo deleted file mode 100644 index 05259fc..0000000 --- a/misc/edonkey-tool-slist/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ed2k_slist-0.2.tar.gz) = add551eebc1d8a64e82f77ddbcf91545 -SIZE (ed2k_slist-0.2.tar.gz) = 16867 diff --git a/misc/edonkey-tool-slist/files/patch-linux_net.c b/misc/edonkey-tool-slist/files/patch-linux_net.c deleted file mode 100644 index f1280c9..0000000 --- a/misc/edonkey-tool-slist/files/patch-linux_net.c +++ /dev/null @@ -1,10 +0,0 @@ ---- linux_net.c.orig Mon Nov 4 21:50:07 2002 -+++ linux_net.c Mon Nov 4 21:50:15 2002 -@@ -27,6 +27,7 @@ - #include <arpa/inet.h>
- #include <netdb.h>
- #include <unistd.h>
-+#include <sys/time.h> -
- /* connect with timeout
- *
diff --git a/misc/edonkey-tool-slist/pkg-descr b/misc/edonkey-tool-slist/pkg-descr deleted file mode 100644 index da48292..0000000 --- a/misc/edonkey-tool-slist/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This tool takes your server.met file and checks which servers are -dead and which are alive. It then creates a new server.met file -which contains only working servers. It makes sense to use this -tool every time before you start the eDonkey 2000 client. - -On request this tool also creates a web page with ed2k:// links to -all working servers. diff --git a/misc/peq/Makefile b/misc/peq/Makefile deleted file mode 100644 index 2ac18a7..0000000 --- a/misc/peq/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: peq -# Date created: 2 April 1999 -# Whom: Gordon Greeff -# -# $FreeBSD$ -# - -PORTNAME= peq -PORTVERSION= 0.7.1 -CATEGORIES= misc games -MASTER_SITES= http://www.shrubbery.org.za/peq/ -# Fortunecity.com doesn't allow linking from external sites. -# Please look at the WWW site in pkg-descr for more information - edwin 20021227 - -MAINTAINER= gordon@shrubbery.org.za -COMMENT= Fortune like program - -DEPRECATED= depends on unsupported qt version -EXPIRATION_DATE=2005-10-31 - -USE_GCC= 2.95 -USE_QT_VER= 1 - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/peq - ${STRIP_CMD} ${PREFIX}/bin/xpeq - -.include <bsd.port.mk> diff --git a/misc/peq/distinfo b/misc/peq/distinfo deleted file mode 100644 index 6a8b31e..0000000 --- a/misc/peq/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (peq-0.7.1.tar.gz) = cbe58505f96538ef529bb8381a5a3291 -SIZE (peq-0.7.1.tar.gz) = 302269 diff --git a/misc/peq/files/patch-aa b/misc/peq/files/patch-aa deleted file mode 100644 index ef968d5..0000000 --- a/misc/peq/files/patch-aa +++ /dev/null @@ -1,90 +0,0 @@ ---- Makefile.orig Thu Mar 25 08:47:31 1999 -+++ Makefile Fri May 24 04:36:25 2002 -@@ -4,10 +4,10 @@ - VERSION = 0.7.1 - - # Your C++ compiler --CC = g++ -+CC = $(CXX) - - # Flags to pass to the C++ compiler --FLAGS = -O -Wall -+FLAGS = -DPREFIX=\"${PREFIX}\" ${CFLAGS} -L /usr/X11R6/lib -I /usr/X11R6/include - - # Your tar - TAR = tar -@@ -17,13 +17,13 @@ - ZIPR = gzip -9 - - # Default installion directory for the console version of PEQ --DIR_CONSOLE_PEQ = /usr/games -+DIR_CONSOLE_PEQ = ${PREFIX}/bin - - # Default installion directory for the X version of PEQ --DIR_X_PEQ = /usr/games -+DIR_X_PEQ = ${PREFIX}/bin - - # Default installion directory for peq.lib (the quote library) --DIR_LIB = /usr/share/games -+DIR_LIB = ${PREFIX}/share/peq - - # Get current date - LIB_DATE = `date +%m%d%y` -@@ -40,31 +40,21 @@ - $(CC) $(FLAGS) -c ocfile.cpp - $(CC) $(FLAGS) -c arg.cpp - $(CC) $(FLAGS) -o peq peq.cpp strmid.o show.o read.o proc.o ocfile.o arg.o -- $(CC) $(FLAGS) -o xpeq -lqt xpeq.cpp strmid.o show.o read.o proc.o ocfile.o -+ $(CC) $(FLAGS) -o xpeq -lqt1 xpeq.cpp strmid.o show.o read.o proc.o ocfile.o - --## "install" gives a handy message about how to install PEQ - install: -- @echo "No such option! Use..." -- @echo "'make install-console' to install the console of PEQ" -- @echo "'make install-x' to install the X version of PEQ" -- @echo "'make install-lib' to install peq.lib (the quote library)" -- @echo "'make install-all' to install all of the above" -- @echo "'make install-console-lib' to install console PEQ and peq.lib" -- @echo "'make install-x-lib' to install X PEQ and peq.lib" -- @echo "'make install-console-x' to install console and X PEQ" -- @echo "If in doubt... just type 'make install-all' :-)" -+ make install-console ; make install-x ; make install-lib - - install-console: -- cp peq $(DIR_CONSOLE_PEQ)/peq -f -+ cp -f peq $(DIR_CONSOLE_PEQ)/peq - - install-x: -- cp xpeq $(DIR_X_PEQ)/xpeq -f -+ cp -f xpeq $(DIR_X_PEQ)/xpeq - - install-lib: -- cp peq.lib $(DIR_LIB)/peq.lib -f -- --install-all: -- make install-console ; make install-x ; make install-lib -+ rm -rf $(DIR_LIB) -+ mkdir $(DIR_LIB) -+ cp -f peq.lib $(DIR_LIB)/peq.lib - - install-console-lib: - make install-console ; make install-lib -@@ -78,9 +68,9 @@ - ## "uninstall" erases all traces of PEQ from your system (but why would you - ## want to do that?) - uninstall: -- rm $(DIR_CONSOLE_PEQ)/peq -f -- rm $(DIR_X_PEQ)/xpeq -f -- rm $(DIR_LIB)/peq.lib -f -+ rm -f $(DIR_CONSOLE_PEQ)/peq -+ rm -f $(DIR_X_PEQ)/xpeq -+ rm -f $(DIR_LIB)/peq.lib - - ## "clean" cleans up all the junk and leaves the uncompiled code alone - clean: -@@ -126,4 +116,4 @@ - ## "dist" wraps peq.lib into a neat little tarball - dist-lib: - cp peq.lib peq.lib.$(LIB_DATE) -- $(ZIPR) peq.lib.$(LIB_DATE) -+ $(ZIPR) peq.lib.$(LIB_DATE) diff --git a/misc/peq/files/patch-ab b/misc/peq/files/patch-ab deleted file mode 100644 index 16b3765..0000000 --- a/misc/peq/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- xconfig.h.orig Thu Mar 25 08:47:31 1999 -+++ xconfig.h Fri May 24 04:35:10 2002 -@@ -4,10 +4,10 @@ - #include <time.h> - #include <string.h> - #include <strings.h> --#include <qapplication.h> --#include <qpushbutton.h> --#include <qlabel.h> --#include <qstring.h> -+#include <X11/qt1/qapplication.h> -+#include <X11/qt1/qpushbutton.h> -+#include <X11/qt1/qlabel.h> -+#include <X11/qt1/qstring.h> - - /* strmid.cpp */ - char strmid(char*,char*,int,int); -@@ -32,4 +32,4 @@ - long fsize(FILE*); - - /* xpeq.cpp */ --void f(char*); -+void f(char*); diff --git a/misc/peq/files/patch-ac b/misc/peq/files/patch-ac deleted file mode 100644 index 09602f3..0000000 --- a/misc/peq/files/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ ---- ./xpeq.cpp.orig Thu Mar 25 08:47:31 1999 -+++ ./xpeq.cpp Fri May 24 04:35:40 2002 -@@ -1,8 +1,8 @@ - - #include "xconfig.h" - #include "lib_path.h" --#include <qmenubar.h> --#include <qpopupmenu.h> -+#include <X11/qt1/qmenubar.h> -+#include <X11/qt1/qpopupmenu.h> - - int cho; - int wrd; diff --git a/misc/peq/files/patch-ad b/misc/peq/files/patch-ad deleted file mode 100644 index d894cf3..0000000 --- a/misc/peq/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ -*** lib_path.h.orig Fri Apr 2 16:23:25 1999 ---- lib_path.h Fri Apr 2 16:23:18 1999 -*************** -*** 1,3 **** - /* Created automatically by config */ -! char lib_path[100]={"/usr/share/games/peq.lib"}; - ---- 1,3 ---- - /* Created automatically by config */ -! char lib_path[100]={PREFIX "/share/peq/peq.lib"}; - diff --git a/misc/peq/files/patch-ae b/misc/peq/files/patch-ae deleted file mode 100644 index 2574f5d..0000000 --- a/misc/peq/files/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ ---- read.cpp.orig Fri Mar 26 01:47:31 1999 -+++ read.cpp Sat Feb 12 11:12:10 2000 -@@ -1,8 +1,8 @@ - - #include "config.h" - --extern cho; --extern qnum; -+extern int cho; -+extern long qnum; - extern char comp_time[30]; - extern char quote[1500]; - extern FILE *pql; diff --git a/misc/peq/files/patch-af b/misc/peq/files/patch-af deleted file mode 100644 index 3fd9622..0000000 --- a/misc/peq/files/patch-af +++ /dev/null @@ -1,13 +0,0 @@ ---- show.cpp.orig Fri Mar 26 01:47:31 1999 -+++ show.cpp Sat Feb 12 11:13:09 2000 -@@ -3,8 +3,8 @@ - - extern int wrdnum; - extern char tot[300][100]; --extern author_wrd; --extern contrib_wrd; -+extern int author_wrd; -+extern int contrib_wrd; - - // This is the worst piece of shit (erm... code) you will ever see. It - // practically duplicates the same stuff FOUR TIMES! diff --git a/misc/peq/pkg-descr b/misc/peq/pkg-descr deleted file mode 100644 index b587101..0000000 --- a/misc/peq/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This little program is almost exactly like the original fortune. -The author promises that update the "fortune" database will be -more regular and he tries to put only thought provoking and humourous -quotes into it. - -WWW: http://silverstone.fortunecity.com/jaguar/37/peq.html diff --git a/misc/peq/pkg-plist b/misc/peq/pkg-plist deleted file mode 100644 index 5033a36..0000000 --- a/misc/peq/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/peq -bin/xpeq -share/peq/peq.lib -@dirrm share/peq diff --git a/multimedia/Makefile b/multimedia/Makefile index be03646..cd05d6a 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -12,7 +12,6 @@ SUBDIR += bsdav SUBDIR += bsdbktr_tvtune SUBDIR += camserv - SUBDIR += cupid SUBDIR += dirac SUBDIR += dtv SUBDIR += dumpmpeg diff --git a/multimedia/cupid/Makefile b/multimedia/cupid/Makefile deleted file mode 100644 index 9afa682..0000000 --- a/multimedia/cupid/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: Cupid gstreamer recorder -# Date created: Thu Jan 6 06:00:19 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= cupid -PORTVERSION= 0.0.1 -PORTREVISION= 3 -CATEGORIES= multimedia audio gnome -MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-recorder/ -DIST_SUBDIR= gnome2 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GNOME Gstreamer based video/audio capture solution - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_GSTREAMER= core -USE_GNOME= \ - gnomehack \ - gnomehier \ - gnomeprefix \ - gconf2 \ - gnomevfs2 \ - gtk20 \ - intlhack \ - intltool \ - libbonobo \ - libgnome \ - libgnomeui \ - pkgconfig -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -GCONF_SCHEMAS= ${PORTNAME}.schemas -INSTALLS_OMF= yes - -.include <bsd.port.mk> diff --git a/multimedia/cupid/distinfo b/multimedia/cupid/distinfo deleted file mode 100644 index 781e8cc..0000000 --- a/multimedia/cupid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/cupid-0.0.1.tar.gz) = 0f9683b1ceb7e2939143110bb4b34f08 -SIZE (gnome2/cupid-0.0.1.tar.gz) = 493691 diff --git a/multimedia/cupid/pkg-descr b/multimedia/cupid/pkg-descr deleted file mode 100644 index 70593ae..0000000 --- a/multimedia/cupid/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -[ excerpt from developer's web site ] - -Cupid is a modern, complete video/audio capture solution for the -Linux/GNOME desktop. It is based on the GStreamer multimedia -framework, which is the de facto multimedia framework on the Linux -and UNIX desktop. Using GStreamer, it supports a variety of container -formats and video/audio codecs. Likewise, it supports all the current -video and audio kernel interfaces, and can be extended to supports -other systems than Linux simply by writing a GStreamer plugin. - -WWW: http://ronald.bitfreak.net/me/cupid.php - --- lioux@FreeBSD.org diff --git a/multimedia/cupid/pkg-plist b/multimedia/cupid/pkg-plist deleted file mode 100644 index a8b42b3..0000000 --- a/multimedia/cupid/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/cupid -share/gnome/applications/cupid.desktop -share/gnome/cupid/pixmaps/brightness.png -share/gnome/cupid/pixmaps/contrast.png -share/gnome/cupid/pixmaps/pause.png -share/gnome/cupid/pixmaps/play.png -share/gnome/cupid/pixmaps/record.png -share/gnome/cupid/pixmaps/saturation.png -share/gnome/cupid/pixmaps/slider.png -share/gnome/cupid/pixmaps/stop.png -share/gnome/help/cupid/C/cupid.xml -share/gnome/help/cupid/C/figures/cupid_druid.png -share/gnome/help/cupid/C/figures/cupid_window.png -share/gnome/help/cupid/C/legal.xml -share/gnome/omf/cupid/cupid-C.omf -share/gnome/pixmaps/cupid.png -@unexec rmdir %D/share/gnome/pixmaps 2>/dev/null || true -@dirrm share/gnome/omf/cupid -@unexec rmdir %D/share/gnome/omf 2>/dev/null || true -@dirrm share/gnome/help/cupid/C/figures -@dirrm share/gnome/help/cupid/C -@dirrm share/gnome/help/cupid -@unexec rmdir %D/share/gnome/help 2>/dev/null || true -@dirrm share/gnome/cupid/pixmaps -@dirrm share/gnome/cupid -@unexec rmdir %D/share/gnome/applications 2>/dev/null || true -@unexec rmdir %D/share/gnome 2>/dev/null || true -@unexec rmdir %D/etc/gconf/schemas 2>/dev/null || true -@unexec rmdir %D/etc/gconf/gconf.xml.defaults/schemas/apps 2>/dev/null || true -@unexec rmdir %D/etc/gconf/gconf.xml.defaults/schemas 2>/dev/null || true -@unexec rmdir %D/etc/gconf/gconf.xml.defaults/apps 2>/dev/null || true -@unexec rmdir %D/etc/gconf/gconf.xml.defaults 2>/dev/null || true -@unexec rmdir %D/etc/gconf 2>/dev/null || true diff --git a/net-p2p/edonkey-tool-slist/Makefile b/net-p2p/edonkey-tool-slist/Makefile deleted file mode 100644 index a4eaaeb..0000000 --- a/net-p2p/edonkey-tool-slist/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: edonkey server list tool -# Date created: Wed Feb 20 18:03:49 BRT 2002 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= edonkey -PORTVERSION= 0.2 -CATEGORIES= misc -MASTER_SITES= # http://users.aber.ac.uk/tpm01/ed2k_tools/ -PKGNAMESUFFIX= -tool-slist -DISTNAME= ed2k_slist-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Checks which servers are either dead or alive in server.met - -EXPIRATION_DATE=2005-09-01 -DEPRECATED= "No longer available" - -WRKSRC= ${WRKDIR}/ed2k_slist -USE_REINPLACE= yes -DOCSDIR= ${PREFIX}/${PORTNAME}${PKGNAMESUFFIX} - -PLIST_FILES= bin/edonkey-tool-slist -.ifndef(NOPORTDOCS) -PORTDOCS= COPYING -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|
||' ${WRKSRC}/*.[ch] - -# I could have written a Makefile but I would rather -# not waste inodes -do-build: - @cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} \ - ed2k_slist.c -o ${PORTNAME}${PKGNAMESUFFIX} - -do-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} - -.endif - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}${PKGNAMESUFFIX} \ - ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/net-p2p/edonkey-tool-slist/distinfo b/net-p2p/edonkey-tool-slist/distinfo deleted file mode 100644 index 05259fc..0000000 --- a/net-p2p/edonkey-tool-slist/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ed2k_slist-0.2.tar.gz) = add551eebc1d8a64e82f77ddbcf91545 -SIZE (ed2k_slist-0.2.tar.gz) = 16867 diff --git a/net-p2p/edonkey-tool-slist/files/patch-linux_net.c b/net-p2p/edonkey-tool-slist/files/patch-linux_net.c deleted file mode 100644 index f1280c9..0000000 --- a/net-p2p/edonkey-tool-slist/files/patch-linux_net.c +++ /dev/null @@ -1,10 +0,0 @@ ---- linux_net.c.orig Mon Nov 4 21:50:07 2002 -+++ linux_net.c Mon Nov 4 21:50:15 2002 -@@ -27,6 +27,7 @@ - #include <arpa/inet.h>
- #include <netdb.h>
- #include <unistd.h>
-+#include <sys/time.h> -
- /* connect with timeout
- *
diff --git a/net-p2p/edonkey-tool-slist/pkg-descr b/net-p2p/edonkey-tool-slist/pkg-descr deleted file mode 100644 index da48292..0000000 --- a/net-p2p/edonkey-tool-slist/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This tool takes your server.met file and checks which servers are -dead and which are alive. It then creates a new server.met file -which contains only working servers. It makes sense to use this -tool every time before you start the eDonkey 2000 client. - -On request this tool also creates a web page with ed2k:// links to -all working servers. diff --git a/net/Makefile b/net/Makefile index 986a3dd..751db87 100644 --- a/net/Makefile +++ b/net/Makefile @@ -197,7 +197,6 @@ SUBDIR += gnetcat SUBDIR += gnewtellium SUBDIR += gnoemoe - SUBDIR += gnomba SUBDIR += gnome-btdownload SUBDIR += gnome-jabber SUBDIR += gnome-mud @@ -277,7 +276,6 @@ SUBDIR += jabber-pyicq SUBDIR += jabber-pymsn SUBDIR += jabber-users-agent - SUBDIR += jabber-xdb_ldap SUBDIR += jabber-yahoo SUBDIR += jabberd SUBDIR += jags diff --git a/net/gnomba/Makefile b/net/gnomba/Makefile deleted file mode 100644 index d053102..0000000 --- a/net/gnomba/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnomba -# Date created: 10 January 2000 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# -# $FreeBSD$ -# - -PORTNAME= gnomba -PORTVERSION= 0.6.2 -PORTREVISION= 2 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnomba - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNOME compliant browser of SMB shares - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gnomelibs gnomehier -USE_PERL5_BUILD=yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MAN1= gnomba.1 - -post-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - -pre-configure: - ${RM} ${WRKSRC}/config.cache - -.include <bsd.port.mk> diff --git a/net/gnomba/distinfo b/net/gnomba/distinfo deleted file mode 100644 index 206d791..0000000 --- a/net/gnomba/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnomba-0.6.2.tar.gz) = 698c40d2755c5b0d467e4de2f2119c0c -SIZE (gnomba-0.6.2.tar.gz) = 556655 diff --git a/net/gnomba/files/patch-ab b/net/gnomba/files/patch-ab deleted file mode 100644 index 1f11707..0000000 --- a/net/gnomba/files/patch-ab +++ /dev/null @@ -1,84 +0,0 @@ ---- src/properties.c.orig Sat Mar 25 22:15:19 2000 -+++ src/properties.c Sat Mar 25 22:15:42 2000 -@@ -158,19 +158,19 @@ - /* set net font property */ - if (strcmp(TNetFont, NetFont)) { - nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(tree))); -- nodeStyle->font = gdk_font_load(NetFont); -+ nodeStyle->font = gdk_fontset_load(NetFont); - gtk_ctree_node_set_cell_style(GTK_CTREE(tree), GTK_CTREE_NODE(node), 0, nodeStyle); - } - /* set comment font property */ - if (strcmp(TCommentFont, CommentFont)) { - nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(tree))); -- nodeStyle->font = gdk_font_load(CommentFont); -+ nodeStyle->font = gdk_fontset_load(CommentFont); - gtk_ctree_node_set_cell_style(GTK_CTREE(tree), GTK_CTREE_NODE(node), 1, nodeStyle); - } - /* set mount font property */ - if (strcmp(TMountFont, MountFont)) { - nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(tree))); -- nodeStyle->font = gdk_font_load(MountFont); -+ nodeStyle->font = gdk_fontset_load(MountFont); - gtk_ctree_node_set_cell_style(GTK_CTREE(tree), GTK_CTREE_NODE(node), 2, nodeStyle); - } - } ---- src/smbwrap.c.orig Sun Jun 16 13:10:26 2002 -+++ src/smbwrap.c Sun Jun 16 13:12:44 2002 -@@ -246,17 +246,17 @@ - - /* set net font */ - nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(workgrouplist))); -- nodeStyle->font = gdk_font_load(NetFont); -+ nodeStyle->font = gdk_fontset_load(NetFont); - gtk_ctree_node_set_cell_style(GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 0, nodeStyle); - - /* set comment font */ - nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(workgrouplist))); -- nodeStyle->font = gdk_font_load(CommentFont); -+ nodeStyle->font = gdk_fontset_load(CommentFont); - gtk_ctree_node_set_cell_style(GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 1, nodeStyle); - - /* set mount font */ - nodeStyle = gtk_style_copy(gtk_widget_get_style(GTK_WIDGET(workgrouplist))); -- nodeStyle->font = gdk_font_load(MountFont); -+ nodeStyle->font = gdk_fontset_load(MountFont); - gtk_ctree_node_set_cell_style(GTK_CTREE(workgrouplist), GTK_CTREE_NODE(node), 2, nodeStyle); - - mn = copyMN(currnode); -@@ -629,17 +629,17 @@ - - /* set net font */ - nodeStyle1 = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) ); -- nodeStyle1->font = gdk_font_load( NetFont ); -+ nodeStyle1->font = gdk_fontset_load( NetFont ); - gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(rootnode), 0, nodeStyle1 ); - - /* set comment font */ - nodeStyle2 = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) ); -- nodeStyle2->font = gdk_font_load( CommentFont ); -+ nodeStyle2->font = gdk_fontset_load( CommentFont ); - gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(rootnode), 1, nodeStyle2 ); - - /* set mount font */ - nodeStyle3 = gtk_style_copy( gtk_widget_get_style( GTK_WIDGET(workgrouplist) ) ); -- nodeStyle3->font = gdk_font_load( MountFont ); -+ nodeStyle3->font = gdk_fontset_load( MountFont ); - gtk_ctree_node_set_cell_style( GTK_CTREE(workgrouplist), GTK_CTREE_NODE(rootnode), 2, nodeStyle3 ); - - ---- src/gnomba.c.orig Sun Jun 16 13:09:45 2002 -+++ src/gnomba.c Sun Jun 16 13:10:08 2002 -@@ -133,9 +133,9 @@ - DefaultCommand = gnome_config_get_string("Options/DefaultCommand=gmc"); - SilentlyCreateMountPoint = gnome_config_get_int ("Options/SilentlyCreateMountPoint=0"); - DontRemoveCreatedMount = gnome_config_get_int ("Options/DontRemoveCreatedMount=0"); -- NetFont = gnome_config_get_string("Options/NetFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"); -- CommentFont = gnome_config_get_string("Options/CommentFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"); -- MountFont = gnome_config_get_string("Options/MountFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1"); -+ NetFont = gnome_config_get_string("Options/NetFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*"); -+ CommentFont = gnome_config_get_string("Options/CommentFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*"); -+ MountFont = gnome_config_get_string("Options/MountFont=-adobe-helvetica-medium-r-normal-*-*-120-*-*-p-*-iso8859-1,*"); - gnome_config_pop_prefix(); - - /*create the containers*/ diff --git a/net/gnomba/files/patch-samba-Makefile b/net/gnomba/files/patch-samba-Makefile deleted file mode 100644 index abccde0..0000000 --- a/net/gnomba/files/patch-samba-Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- samba/Makefile.orig Sun Jun 16 13:32:01 2002 -+++ samba/Makefile Sun Jun 16 13:34:56 2002 -@@ -1,13 +1,13 @@ - #this should default to something and then be set by configure switches --prefix=/usr/local/samba -+prefix=${LOCALBASE} - exec_prefix=${prefix} --LIBDIR = ${exec_prefix}/lib -+LIBDIR = ${exec_prefix}/etc - LMHOSTSFILE = $(LIBDIR)/lmhosts - CODEPAGEDIR = $(LIBDIR)/codepages --SMBRUN = $(BINDIR)/smbrun -+SMBRUN = $(prefix)/bin/smbrun - DRIVERFILE = $(LIBDIR)/printers.def --SMB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd --PASSWD_PROGRAM = /bin/passwd -+SMB_PASSWD_FILE = $(prefix)/private/smbpasswd -+PASSWD_PROGRAM = /usr/bin/passwd - - - LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o \ diff --git a/net/gnomba/files/patch-samba-include-config.h b/net/gnomba/files/patch-samba-include-config.h deleted file mode 100644 index 51401ef..0000000 --- a/net/gnomba/files/patch-samba-include-config.h +++ /dev/null @@ -1,51 +0,0 @@ ---- samba/include/config.h.orig Fri Jun 14 00:44:17 2002 -+++ samba/include/config.h Fri Jun 14 00:42:22 2002 -@@ -106,7 +106,7 @@ - /* #undef FTRUNCATE_NEEDS_ROOT */ - /* #undef HAVE_TRAPDOOR_UID */ - /* #undef HAVE_ROOT */ --/* #undef HAVE_UNION_SEMUN */ -+#define HAVE_UNION_SEMUN 1 - #define HAVE_GETTIMEOFDAY_TZ 1 - /* #undef HAVE_SOCK_SIN_LEN */ - /* #undef STAT_READ_FILSYS */ -@@ -745,7 +745,7 @@ - #define HAVE_SECURITY_PAM_APPL_H 1 - - /* Define if you have the <shadow.h> header file. */ --#define HAVE_SHADOW_H 1 -+#undef HAVE_SHADOW_H - - /* Define if you have the <stdarg.h> header file. */ - #define HAVE_STDARG_H 1 -@@ -760,7 +760,7 @@ - #define HAVE_STRINGS_H 1 - - /* Define if you have the <stropts.h> header file. */ --#define HAVE_STROPTS_H 1 -+#undef HAVE_STROPTS_H - - /* Define if you have the <sys/acl.h> header file. */ - /* #undef HAVE_SYS_ACL_H */ -@@ -829,10 +829,10 @@ - /* #undef HAVE_SYS_SOCKIO_H */ - - /* Define if you have the <sys/statfs.h> header file. */ --#define HAVE_SYS_STATFS_H 1 -+#undef HAVE_SYS_STATFS_H - - /* Define if you have the <sys/statvfs.h> header file. */ --#define HAVE_SYS_STATVFS_H 1 -+#undef HAVE_SYS_STATVFS_H - - /* Define if you have the <sys/syscall.h> header file. */ - #define HAVE_SYS_SYSCALL_H 1 -@@ -847,7 +847,7 @@ - #define HAVE_SYS_UNISTD_H 1 - - /* Define if you have the <sys/vfs.h> header file. */ --#define HAVE_SYS_VFS_H 1 -+#undef HAVE_SYS_VFS_H - - /* Define if you have the <sys/wait.h> header file. */ - #define HAVE_SYS_WAIT_H 1 diff --git a/net/gnomba/pkg-descr b/net/gnomba/pkg-descr deleted file mode 100644 index 8800636..0000000 --- a/net/gnomba/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Gnomba is a stab at writing a GUI machine and share browser for the smb -protocol. Gnomba allows you to scan any number of subnets for machines -with smb. The workgroups, machines and share are shown in a tree-view. -For each machine you can then view the list of shares, and mount, unmount -or browse them. - -WWW: http://gnomba.sourceforge.net/ - -Dmitry Sivachenko, -dima@Chg.RU diff --git a/net/gnomba/pkg-plist b/net/gnomba/pkg-plist deleted file mode 100644 index 7a916d1..0000000 --- a/net/gnomba/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/gnomba -share/gnome/apps/Internet/gnomba.desktop -share/gnome/pixmaps/gnome-gnomba.png -share/locale/fr/LC_MESSAGES/gnomba.mo -share/locale/ja/LC_MESSAGES/gnomba.mo -share/locale/ko/LC_MESSAGES/gnomba.mo -share/locale/pl/LC_MESSAGES/gnomba.mo -share/locale/ru/LC_MESSAGES/gnomba.mo -share/locale/wa/LC_MESSAGES/gnomba.mo diff --git a/net/jabber-xdb_ldap/Makefile b/net/jabber-xdb_ldap/Makefile deleted file mode 100644 index 3f479db..0000000 --- a/net/jabber-xdb_ldap/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: jabber-xdb_ldap -# Date created: 03 January 2004 -# Whom: Martijn Lina <martijn@pacno.net> -# -# $FreeBSD$ - -PORTNAME= xdb_ldap -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://www.jabberstudio.org/files/xdb_ldap/ -PKGNAMEPREFIX= jabber- -DIST_SUBDIR= jabber - -MAINTAINER= ports@FreeBSD.org -COMMENT= Jabber xdb backend for an LDAP directory - -BUILD_DEPENDS= ${NON_EXISTENT}:${PORTSDIR}/net/jabber:configure - -USE_GMAKE= yes -USE_OPENLDAP= yes - -FORBIDDEN= "Site is down after intrusion. Probably this project will never be revived" -DEPRECATED= ${FORBIDDEN} -EXPIRATION_DATE= 2005-09-28 - -WRKSRC= ${WRKDIR}/${PORTNAME}/src - -.include <bsd.port.pre.mk> - -JABBER_SRC!= cd ${PORTSDIR}/net/jabber && make -V WRKSRC -MAKE_ENV= JABBER_SRC=${JABBER_SRC} - -do-install: - ${MKDIR} ${PREFIX}/lib/jabber - ${INSTALL_DATA} ${WRKSRC}/xdb_ldap.so ${PREFIX}/lib/jabber/ - ${INSTALL_DATA} ${WRKSRC}/../jabber-xdb.xml ${PREFIX}/etc/jabber-xdb.xml.sample - ${MKDIR} ${PREFIX}/etc/openldap/schema - ${INSTALL_DATA} ${WRKSRC}/../jabber.schema ${PREFIX}/etc/openldap/schema/jabber.schema.default - -.include <bsd.port.post.mk> diff --git a/net/jabber-xdb_ldap/distinfo b/net/jabber-xdb_ldap/distinfo deleted file mode 100644 index 9518863..0000000 --- a/net/jabber-xdb_ldap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (jabber/xdb_ldap-1.0.tar.gz) = 373f0f780c725cc06c824e322fc694ff -SIZE (jabber/xdb_ldap-1.0.tar.gz) = 112204 diff --git a/net/jabber-xdb_ldap/files/patch-Makefile b/net/jabber-xdb_ldap/files/patch-Makefile deleted file mode 100644 index e7a56d1..0000000 --- a/net/jabber-xdb_ldap/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Wed Jul 24 17:42:25 2002 -+++ Makefile Sat Nov 29 18:35:35 2003 -@@ -1,7 +1,7 @@ --include ../../platform-settings -+include ${JABBER_SRC}/platform-settings - --CFLAGS:=$(CFLAGS) -I../../jabberd -I../include --LIBS:=$(LIBS) -lresolv -lldap -llber -+CFLAGS:=$(CFLAGS) -I${JABBER_SRC}/jabberd -I../include -I/usr/local/include -+LIBS:=$(LIBS) -L/usr/local/lib -lldap -llber - xdb_ldap_OBJECTS = xdb_ldap.o \ - xdb_ldap_common.o \ - xdb_ldap_auth.o \ diff --git a/net/jabber-xdb_ldap/pkg-descr b/net/jabber-xdb_ldap/pkg-descr deleted file mode 100644 index 8a8bf54..0000000 --- a/net/jabber-xdb_ldap/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Jabber server (jabberd) is a daemon for Jabber clients to connect -and communicate with. xdb_ldap allows you to store the jabber data in -an LDAP directory - -You can learn more about Jabber at: -WWW: http://www.jabber.org/ diff --git a/net/jabber-xdb_ldap/pkg-plist b/net/jabber-xdb_ldap/pkg-plist deleted file mode 100644 index a68b98f..0000000 --- a/net/jabber-xdb_ldap/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/jabber/xdb_ldap.so -etc/jabber-xdb.xml.sample -etc/openldap/schema/jabber.schema.default -@unexec rmdir %D/etc/openldap/schema 2> /dev/null || true diff --git a/news/Makefile b/news/Makefile index 6978f8a..72e2687 100644 --- a/news/Makefile +++ b/news/Makefile @@ -91,7 +91,6 @@ SUBDIR += sn SUBDIR += suck SUBDIR += suck-cnews - SUBDIR += t-gnus SUBDIR += t-gnus-emacs20 SUBDIR += t-gnus-mule SUBDIR += t-gnus-xemacs21-mule diff --git a/news/t-gnus/Makefile b/news/t-gnus/Makefile deleted file mode 100644 index cb905abc..0000000 --- a/news/t-gnus/Makefile +++ /dev/null @@ -1,139 +0,0 @@ -# New ports collection makefile for: T-gnus (for emacs21) -# Date created: 13 September 2000 -# Whom: Satoshi Taoka <taoka@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= t-gnus -PORTVERSION= ${TGNUSVERSION:S/_/./g:S/-/./g} -PORTREVISION= 1 -CATEGORIES= news mail elisp -MASTER_SITES= http://www.jpl.org/elips/t-gnus-6.16/snapshots/ \ - http://cvs.m17n.org/archives/gnus/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= ${PORTNAME}-${TGNUSVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= I18N Gnus using SEMI, which provides MIME capabilities - -BUILD_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} -RUN_DEPENDS= ${LOCALBASE}/share/semi/${MIMEUI_COOKIE}:${PORTSDIR}/editors/${MIMEUI_PORT_NAME} - -BROKEN= Removes files installed by another port -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_AUTOCONF_VER= 213 -HAS_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" - -TGNUSVERSION= 6_16_2-02 -EMACS_PORT_NAME?=emacs21 -EMACS_W3M_PORT_NAME?= emacs-w3m -EMACS_W3M_LISP_FILE?= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3m/shimbun.el - -.include <bsd.port.pre.mk> - -.if exists(${EMACS_W3M_LISP_FILE}) -BUILD_DEPENDS+= ${EMACS_W3M_LISP_FILE}:${PORTSDIR}/www/${EMACS_W3M_PORT_NAME} -RUN_DEPENDS+= ${EMACS_W3M_LISP_FILE}:${PORTSDIR}/www/${EMACS_W3M_PORT_NAME} -SHIMBUN= "" -.else -SHIMBUN= "@comment " -.endif - -.if (${EMACS_PORT_NAME} == "mule") -MIMEUI_VERSION= 1.13 -MIMEUI_PRODUCT= semi113 -.else # emacs21, emacs20, xemacs21 or xemacs21-mule -MIMEUI_VERSION= 1.14 -MIMEUI_PRODUCT= semi -.endif -.if (${EMACS_PORT_NAME} == "emacs21") -MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT} -.else -MIMEUI_PORT_NAME= ${MIMEUI_PRODUCT}-${EMACS_PORT_NAME} -.endif -MIMEUI_COOKIE= semi-${EMACS_PORT_NAME}-${MIMEUI_VERSION}.FreeBSD-packages - -.if (${EMACS_PORT_NAME} == "xemacs21" || ${EMACS_PORT_NAME} == "xemacs21-mule") -MANIFEST= MANIFEST.t-gnus -EMACS_PACKAGESDIR= lib/xemacs/site-packages -CONFIGURE_ARGS= --with-xemacs=${EMACS_CMD} --with-packagedir=${LOCALBASE}/${EMACS_PACKAGESDIR} -BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/mh-e/mh-e.el:${PORTSDIR}/editors/xemacs-packages \ - ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/bbdb/bbdb.el:${PORTSDIR}/editors/xemacs-packages -RUN_DEPENDS+= ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/mh-e/mh-e.el:${PORTSDIR}/editors/xemacs-packages \ - ${LOCALBASE}/${EMACS_LIBDIR}/xemacs-packages/lisp/bbdb/bbdb.el:${PORTSDIR}/editors/xemacs-packages -INFODIR= ${LOCALBASE}/${EMACS_PACKAGESDIR}/info -STARTUPDIR= ${EMACS_PACKAGESDIR}/lisp -INFOFILES= emacs-mime gnus gnus-ja message message-ja sieve -.if (${EMACS_PORT_NAME} == "xemacs21") -ALL_TARGET= package -INSTALL_TARGET= install-package -.elif (${EMACS_PORT_NAME} == "xemacs21-mule") -ALL_TARGET= package-ja -INSTALL_TARGET= install-package-ja -.endif -.else # emacs21, emacs20 or mule -CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ - --with-lispdir=${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/t-gnus \ - --infodir=${INFODIR} -ALL_TARGET= all-ja -INSTALL_TARGET= install-ja -INFODIR= ${LOCALBASE}/info -STARTUPDIR= ${EMACS_VERSION_SITE_LISPDIR} -.endif - -DIRSECTION= "The Emacs editor and associated tools" -PORTDOCDIR= share/doc/t-gnus-${EMACS_PORT_NAME} -DOCS= ChangeLog ChangeLog.1 ChangeLog.2 ChangeLog.3 GNUS-NEWS Mule23@1934.en Mule23@1934.ja README-gnus-bbdb.en README-gnus-bbdb.ja README-offline.en README-offline.ja README.T-gnus README.branch README.branch.ja README.semi README.semi.ja TODO.ja -PLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} \ - EMACS_LIBDIR_WITH_VER=${EMACS_LIBDIR_WITH_VER} \ - EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} \ - DIRSECTION=${DIRSECTION} \ - EMACS_PORT_NAME=${EMACS_PORT_NAME} \ - INFODIR=${INFODIR:S/${LOCALBASE}\///} \ - EMACS_VERSION_SITE_LISPDIR=${EMACS_VERSION_SITE_LISPDIR} \ - SHIMBUN=${SHIMBUN} -PLIST= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} - -.if (${EMACS_PORT_NAME} == "mule") -post-extract: - ${ECHO_CMD} "${EMACS_CMD} -l apel-setupel.el \$$@" > ${WRKDIR}/mule-apel - ${CHMOD} +x ${WRKDIR}/mule-apel -.endif - -post-configure: - @${SED} \ - -e "s,%%PREFIX%%,${PREFIX},g" \ - -e "s,%%EMACS_LIBDIR%%,${EMACS_LIBDIR},g" \ - -e "s,%%EMACS_LIBDIR_WITH_VER%%,${EMACS_LIBDIR_WITH_VER},g" \ - -e "s,%%EMACS_PACKAGESDIR%%,${EMACS_PACKAGESDIR},g" \ - < ${FILESDIR}/t-gnus-startup.${EMACS_PORT_NAME}.el.tmpl > ${WRKDIR}/t-gnus-startup.el - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/${PORTDOCDIR} -.for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/${PORTDOCDIR} -.endfor -.endif - ${INSTALL_DATA} ${WRKDIR}/t-gnus-startup.el ${LOCALBASE}/${STARTUPDIR} -# For XEmacs, ${INFODIR}/dir is not necessary. So these were deleted. -.if (${EMACS_PORT_NAME} == "xemacs21" || ${EMACS_PORT_NAME} == "xemacs21-mule") -.for file in ${INFOFILES} - install-info --delete ${INFODIR}/${file} ${INFODIR}/dir -.endfor - if [ `${GREP} '^*' ${INFODIR}/dir | wc -l` -eq 1 ]; then \ - ${RM} ${INFODIR}/dir; \ - fi -.endif - @${CAT} ${PKGMESSAGE} - -.if (${EMACS_PORT_NAME} == "mule") -MAKE_ARGS+= EMACS="${WRKDIR}/mule-apel" XEMACS="${WRKDIR}/mule-apel" -.endif - -.include <bsd.port.post.mk> diff --git a/news/t-gnus/distinfo b/news/t-gnus/distinfo deleted file mode 100644 index 74a1dec..0000000 --- a/news/t-gnus/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (t-gnus-6_16_2-02.tar.gz) = 8c5c3d7b7d183a176f8b45a79f6b9fca -MD5 (t-gnus-6_16_2-02.tar.gz) = d26c84008224f3e862d51c8ecfc53df1 diff --git a/news/t-gnus/files/t-gnus-startup.emacs20.el.tmpl b/news/t-gnus/files/t-gnus-startup.emacs20.el.tmpl deleted file mode 100644 index 0559ea7..0000000 --- a/news/t-gnus/files/t-gnus-startup.emacs20.el.tmpl +++ /dev/null @@ -1,2 +0,0 @@ -(load "mime-setup") -(provide 't-gnus-startup) diff --git a/news/t-gnus/files/t-gnus-startup.emacs21.el.tmpl b/news/t-gnus/files/t-gnus-startup.emacs21.el.tmpl deleted file mode 100644 index 0559ea7..0000000 --- a/news/t-gnus/files/t-gnus-startup.emacs21.el.tmpl +++ /dev/null @@ -1,2 +0,0 @@ -(load "mime-setup") -(provide 't-gnus-startup) diff --git a/news/t-gnus/files/t-gnus-startup.mule.el.tmpl b/news/t-gnus/files/t-gnus-startup.mule.el.tmpl deleted file mode 100644 index 6c2d7b3..0000000 --- a/news/t-gnus/files/t-gnus-startup.mule.el.tmpl +++ /dev/null @@ -1,25 +0,0 @@ -(mapcar - (lambda (symbol) - (makunbound (intern (format "message-%s" symbol)))) - '(citation-line-function - cite-function courtesy-message default-headers default-mail-headers - default-news-headers deletable-headers fcc-handler-function - followup-to-function from-style generate-headers-first generate-new-buffers - ignored-bounced-headers ignored-cited-headers ignored-mail-headers - ignored-news-headers ignored-resent-headers ignored-supersedes-headers - included-forward-headers indent-citation-function interactive - kill-buffer-on-exit post-method reply-to-function required-mail-headers - required-news-headers send-mail-function send-news-function - signature signature-before-forwarded-message signature-file - signature-separator syntax-checks use-followup-to user-organization-file - wide-reply-to-function yank-prefix)) - -(setq load-path (append (list - "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/semi" - "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/apel" - "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/flim" - "%%PREFIX%%/%%EMACS_LIBDIR%%/19.34/site-lisp/emu" - "%%PREFIX%%/%%EMACS_LIBDIR%%/site-lisp/t-gnus" - ) load-path)) -(load "mime-setup") -(provide 't-gnus-startup) diff --git a/news/t-gnus/files/t-gnus-startup.xemacs21-mule.el.tmpl b/news/t-gnus/files/t-gnus-startup.xemacs21-mule.el.tmpl deleted file mode 100644 index 0559ea7..0000000 --- a/news/t-gnus/files/t-gnus-startup.xemacs21-mule.el.tmpl +++ /dev/null @@ -1,2 +0,0 @@ -(load "mime-setup") -(provide 't-gnus-startup) diff --git a/news/t-gnus/pkg-descr b/news/t-gnus/pkg-descr deleted file mode 100644 index c90ab54..0000000 --- a/news/t-gnus/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -The gnus Newsreader -******************* - - You can read news (and mail) from within Emacs by using gnus. The -news can be gotten by any nefarious means you can think of--NNTP, local -spool or your mbox file. All at the same time, if you want to push your -luck. - - T-gnus provides MIME features based on SEMI API. So T-gnus supports -your right to read strange messages including big images or other -various kinds of formats. T-gnus also supports -internationalization/localization and multiscript features based on MULE -API. So T-gnus does not discriminate various language communities. -Oh, if you are a Klingon, please wait Unicode Next Generation. diff --git a/news/t-gnus/pkg-message b/news/t-gnus/pkg-message deleted file mode 100644 index c99b93d..0000000 --- a/news/t-gnus/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -************************************************************ -* Before using T-gnus, you must add the following line to * -* your .emacs. * -* * -* (require 't-gnus-startup) * -************************************************************ diff --git a/news/t-gnus/pkg-plist.emacs20 b/news/t-gnus/pkg-plist.emacs20 deleted file mode 100644 index 72fb93c..0000000 --- a/news/t-gnus/pkg-plist.emacs20 +++ /dev/null @@ -1,315 +0,0 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus-startup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/binhex.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/binhex.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/compface.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/compface.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/deuglify.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/deuglify.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dig.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dig.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dns.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dns.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/earcon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/earcon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/flow-fill.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/flow-fill.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/format-spec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/format-spec.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-agent.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-agent.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-art.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-art.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-async.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-async.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-audio.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-audio.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-bcklg.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-bcklg.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cache.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cache.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cite.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cite.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-clfns.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-clfns.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-delay.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-delay.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-demon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-demon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-diary.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-diary.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dired.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dired.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-draft.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-draft.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-eform.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-eform.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ems.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ems.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-fun.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-fun.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-gl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-gl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-group.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-group.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-i18n.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-i18n.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-int.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-int.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-kill.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-kill.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-load.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-load.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-logic.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-logic.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mailcap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mailcap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mh.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mh.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ml.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mlspl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mlspl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-move.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-move.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-msg.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-msg.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-namazu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-namazu.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-nocem.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-nocem.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-offline.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-offline.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ofsetup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ofsetup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-picon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-picon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-range.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-range.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-registry.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-registry.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-salt.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-salt.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-score.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-score.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-setup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-setup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sieve.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sieve.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-soup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-soup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-spec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-spec.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-srvr.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-srvr.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-start.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-start.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sum.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sum.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-topic.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-topic.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-undo.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-undo.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-uu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-uu.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vers.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vers.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vm.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vm.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-win.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-win.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/hex-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/hex-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/html2text.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/html2text.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/ietf-drums.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/ietf-drums.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/imap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/imap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-parse.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-parse.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-prsvr.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-prsvr.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-source.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-source.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mailheader.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mailheader.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/md5.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/md5.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/message.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/message.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/messcompat.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/messcompat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-bodies.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-decode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-encode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-extern.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-partial.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-url.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-uu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-view.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mmgnus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mmgnus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml-sec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml-smime.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml1991.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml2015.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/netrc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/netrc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnagent.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnagent.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnbabyl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnbabyl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndb.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndb.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndiary.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndiary.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndoc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndoc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndraft.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndraft.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nneething.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nneething.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnfolder.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnfolder.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nngateway.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nngateway.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnheader.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnheader.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnimap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnimap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnkiboze.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnkiboze.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnlistserv.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnlistserv.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmail.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmail.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmaildir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmaildir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmbox.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmbox.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmh.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmh.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnml.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnnil.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnnil.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnoo.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnoo.elc -%%SHIMBUN%%%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnshimbun.el -%%SHIMBUN%%%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnshimbun.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnslashdot.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnslashdot.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnsoup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnsoup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnspool.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnspool.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nntp.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nntp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnvirtual.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnvirtual.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnwarchive.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnwarchive.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnweb.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnweb.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/parse-time.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/parse-time.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/pop3.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/pop3.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/qp.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/qp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/read-passwd.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/read-passwd.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc1843.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc1843.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2045.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2045.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2047.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2047.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2104.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2104.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2231.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2231.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/score-mode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/score-mode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sha1-el.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sha1-el.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-manage.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-manage.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-mode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-mode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smime.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smime.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-report.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-report.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-stat.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-stat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/starttls.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/starttls.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/time-date.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/time-date.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/tls.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/tls.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/utf7.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/utf7.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/uudecode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/uudecode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/yenc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/yenc.elc -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.1 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.2 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.3 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/GNUS-NEWS -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.T-gnus -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/TODO.ja -@unexec install-info --delete %D/%%INFODIR%%/emacs-mime %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/gnus %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/gnus-ja %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/message %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/message-ja %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/sieve %D/%%INFODIR%%/dir -%%INFODIR%%/emacs-mime -%%INFODIR%%/gnus -%%INFODIR%%/gnus-ja -%%INFODIR%%/message -%%INFODIR%%/message-ja -%%INFODIR%%/sieve -@exec install-info %D/%%INFODIR%%/emacs-mime %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/gnus %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/gnus-ja %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/message %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/message-ja %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/sieve %D/%%INFODIR%%/dir -@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/t-gnus -@dirrm share/doc/t-gnus-%%EMACS_PORT_NAME%% diff --git a/news/t-gnus/pkg-plist.emacs21 b/news/t-gnus/pkg-plist.emacs21 deleted file mode 100644 index 82436f9..0000000 --- a/news/t-gnus/pkg-plist.emacs21 +++ /dev/null @@ -1,317 +0,0 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus-startup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/binhex.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/binhex.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/compface.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/compface.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/deuglify.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/deuglify.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dig.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dig.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dns.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dns.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/earcon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/earcon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/flow-fill.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/flow-fill.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/format-spec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/format-spec.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-agent.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-agent.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-art.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-art.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-async.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-async.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-audio.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-audio.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-bcklg.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-bcklg.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cache.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cache.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cite.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cite.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-clfns.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-clfns.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-delay.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-delay.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-demon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-demon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-diary.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-diary.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dired.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dired.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-draft.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-draft.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-eform.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-eform.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ems.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ems.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-fun.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-fun.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-gl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-gl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-group.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-group.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-i18n.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-i18n.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-int.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-int.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-kill.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-kill.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-load.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-load.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-logic.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-logic.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mailcap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mailcap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mh.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mh.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ml.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mlspl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mlspl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-move.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-move.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-msg.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-msg.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-namazu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-namazu.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-nocem.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-nocem.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-offline.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-offline.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ofsetup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ofsetup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-picon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-picon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-range.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-range.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-registry.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-registry.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-salt.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-salt.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-score.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-score.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-setup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-setup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sieve.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sieve.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-soup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-soup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-spec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-spec.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-srvr.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-srvr.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-start.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-start.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sum.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sum.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-topic.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-topic.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-undo.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-undo.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-uu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-uu.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vers.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vers.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vm.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vm.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-win.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-win.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/hex-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/hex-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/html2text.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/html2text.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/ietf-drums.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/ietf-drums.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/imap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/imap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-parse.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-parse.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-prsvr.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-prsvr.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-source.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-source.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mailheader.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mailheader.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/message.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/message.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/messcompat.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/messcompat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-bodies.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-decode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-encode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-extern.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-partial.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-url.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-uu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-view.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mmgnus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mmgnus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml-sec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml-smime.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml1991.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml2015.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/netrc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/netrc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnagent.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnagent.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnbabyl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnbabyl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndb.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndb.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndiary.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndiary.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndoc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndoc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndraft.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndraft.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nneething.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nneething.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnfolder.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnfolder.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nngateway.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nngateway.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnheader.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnheader.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnimap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnimap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnkiboze.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnkiboze.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnlistserv.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnlistserv.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmail.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmail.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmaildir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmaildir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmbox.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmbox.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmh.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmh.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnml.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnnil.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnnil.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnoo.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnoo.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnrss.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnrss.elc -%%SHIMBUN%%%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnshimbun.el -%%SHIMBUN%%%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnshimbun.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnslashdot.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnslashdot.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnsoup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnsoup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnspool.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnspool.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nntp.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nntp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnvirtual.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnvirtual.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnwarchive.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnwarchive.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnweb.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnweb.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/parse-time.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/parse-time.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/pop3.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/pop3.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/qp.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/qp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/read-passwd.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/read-passwd.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc1843.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc1843.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2045.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2045.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2047.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2047.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2104.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2104.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2231.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2231.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/score-mode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/score-mode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sha1-el.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sha1-el.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-manage.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-manage.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-mode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-mode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smiley.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smiley.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smime.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smime.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-report.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-report.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-stat.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-stat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/starttls.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/starttls.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/time-date.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/time-date.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/tls.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/tls.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/utf7.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/utf7.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/uudecode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/uudecode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/yenc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/yenc.elc -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.1 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.2 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.3 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/GNUS-NEWS -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.T-gnus -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/TODO.ja -@unexec install-info --delete %D/%%INFODIR%%/emacs-mime %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/gnus %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/gnus-ja %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/message %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/message-ja %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/sieve %D/%%INFODIR%%/dir -%%INFODIR%%/emacs-mime -%%INFODIR%%/gnus -%%INFODIR%%/gnus-ja -%%INFODIR%%/message -%%INFODIR%%/message-ja -%%INFODIR%%/sieve -@exec install-info %D/%%INFODIR%%/emacs-mime %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/gnus %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/gnus-ja %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/message %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/message-ja %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/sieve %D/%%INFODIR%%/dir -@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/t-gnus -@dirrm share/doc/t-gnus-%%EMACS_PORT_NAME%% diff --git a/news/t-gnus/pkg-plist.mule b/news/t-gnus/pkg-plist.mule deleted file mode 100644 index 584e70f..0000000 --- a/news/t-gnus/pkg-plist.mule +++ /dev/null @@ -1,310 +0,0 @@ -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/binhex.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/binhex.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/base64.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/base64.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock-om.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/canlock-om.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/compface.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/compface.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/deuglify.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/deuglify.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dig.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dig.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dns.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/dns.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/earcon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/earcon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/flow-fill.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/flow-fill.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/format-spec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/format-spec.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-agent.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-agent.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-art.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-art.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-async.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-async.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-audio.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-audio.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-bcklg.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-bcklg.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cache.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cache.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cite.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cite.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-clfns.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-clfns.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-cus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-delay.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-delay.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-demon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-demon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-diary.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-diary.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dired.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dired.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-draft.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-draft.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-dup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-eform.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-eform.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ems.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ems.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-fun.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-fun.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-gl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-gl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-group.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-group.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-i18n.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-i18n.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-int.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-int.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-kill.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-kill.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-load.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-load.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-logic.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-logic.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mailcap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mailcap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mh.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mh.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ml.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mlspl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-mlspl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-move.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-move.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-msg.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-msg.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-namazu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-namazu.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-nocem.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-nocem.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-offline.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-offline.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ofsetup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-ofsetup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-picon.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-picon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-range.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-range.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-registry.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-registry.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-salt.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-salt.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-score.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-score.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-setup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-setup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sieve.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-soup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-soup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-spec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-spec.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-srvr.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-srvr.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-start.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-start.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sum.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-sum.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-topic.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-topic.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-undo.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-undo.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-uu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-uu.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vers.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vers.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vm.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-vm.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-win.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus-win.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/gnus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/hex-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/hex-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/html2text.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/html2text.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/ietf-drums.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/ietf-drums.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/imap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/imap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-parse.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-parse.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-prsvr.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-prsvr.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-source.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mail-source.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mailheader.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mailheader.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/md5.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/md5.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/message.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/message.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/messcompat.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/messcompat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-bodies.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-decode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-encode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-extern.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-partial.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-url.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-util.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-util.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-uu.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mm-view.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mmgnus.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mmgnus.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml-sec.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml-smime.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml1991.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/mml2015.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/netrc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/netrc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnagent.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnagent.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnbabyl.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnbabyl.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndb.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndb.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndiary.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndiary.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndoc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndoc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndraft.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nndraft.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nneething.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nneething.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnfolder.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnfolder.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nngateway.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nngateway.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnheader.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnheader.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnimap.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnimap.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnkiboze.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnkiboze.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnlistserv.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnlistserv.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmail.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmail.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmaildir.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmaildir.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmbox.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmbox.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmh.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnmh.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnml.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnml.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnnil.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnnil.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnoo.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnoo.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnslashdot.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnslashdot.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnsoup.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnsoup.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnspool.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnspool.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nntp.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nntp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnvirtual.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnvirtual.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnwarchive.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnwarchive.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnweb.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/nnweb.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/parse-time.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/parse-time.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/pop3.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/pop3.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/qp.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/qp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/read-passwd.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/read-passwd.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc1843.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc1843.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2045.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2045.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2047.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2047.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2104.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2104.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2231.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/rfc2231.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/score-mode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/score-mode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sha1-el.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sha1-el.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-manage.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-manage.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve-mode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/sieve.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smime.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/smime.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-report.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-report.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-stat.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam-stat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/spam.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/starttls.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/starttls.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/time-date.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/time-date.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/tls.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/tls.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/utf7.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/utf7.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/uudecode.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/uudecode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/yenc.el -%%EMACS_VERSION_SITE_LISPDIR%%/t-gnus/yenc.elc -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.1 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.2 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.3 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/GNUS-NEWS -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.T-gnus -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/TODO.ja -@unexec install-info --delete %D/%%INFODIR%%/emacs-mime %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/gnus %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/gnus-ja %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/message %D/%%INFODIR%%/dir -@unexec install-info --delete %D/%%INFODIR%%/message-ja %D/%%INFODIR%%/dir -%%INFODIR%%/emacs-mime -%%INFODIR%%/gnus -%%INFODIR%%/gnus-ja -%%INFODIR%%/message -%%INFODIR%%/message-ja -@exec install-info %D/%%INFODIR%%/emacs-mime %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/gnus %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/gnus-ja %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/message %D/%%INFODIR%%/dir -@exec install-info %D/%%INFODIR%%/message-ja %D/%%INFODIR%%/dir -@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/t-gnus -@dirrm share/doc/t-gnus-%%EMACS_PORT_NAME%% diff --git a/news/t-gnus/pkg-plist.xemacs21-mule b/news/t-gnus/pkg-plist.xemacs21-mule deleted file mode 100644 index 4bacb27..0000000 --- a/news/t-gnus/pkg-plist.xemacs21-mule +++ /dev/null @@ -1,322 +0,0 @@ -%%EMACS_PACKAGESDIR%%/lisp/t-gnus-startup.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/auto-autoloads.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/auto-autoloads.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/base64.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/base64.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/binhex.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/binhex.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/canlock.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/canlock.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/compface.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/compface.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/custom-load.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/custom-load.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/deuglify.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/deuglify.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/dig.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/dig.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/dns.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/dns.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/earcon.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/earcon.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/flow-fill.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/flow-fill.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/format-spec.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/format-spec.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-agent.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-agent.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-art.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-art.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-async.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-async.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-audio.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-audio.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-bbdb.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-bbdb.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-bcklg.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-bcklg.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-cache.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-cache.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-cite.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-cite.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-clfns.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-clfns.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-cus.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-cus.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-delay.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-delay.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-demon.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-demon.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-diary.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-diary.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-dired.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-dired.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-draft.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-draft.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-dup.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-dup.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-eform.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-eform.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-ems.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-ems.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-fun.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-fun.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-gl.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-gl.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-group.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-group.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-i18n.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-i18n.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-int.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-int.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-kill.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-kill.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-logic.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-logic.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-mailcap.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-mailcap.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-mh.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-mh.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-ml.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-ml.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-mlspl.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-mlspl.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-move.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-move.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-msg.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-msg.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-namazu.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-namazu.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-nocem.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-nocem.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-offline.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-offline.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-ofsetup.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-ofsetup.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-picon.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-picon.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-range.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-range.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-registry.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-registry.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-salt.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-salt.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-score.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-score.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-setup.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-setup.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-sieve.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-sieve.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-soup.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-soup.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-spec.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-spec.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-srvr.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-srvr.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-start.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-start.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-sum.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-sum.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-topic.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-topic.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-undo.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-undo.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-util.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-util.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-uu.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-uu.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-vers.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-vers.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-vm.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-vm.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-win.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-win.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-xmas.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus-xmas.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/gnus.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/hex-util.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/hex-util.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/html2text.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/html2text.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/ietf-drums.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/ietf-drums.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/imap.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/imap.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mail-parse.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mail-parse.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mail-prsvr.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mail-prsvr.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mail-source.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mail-source.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mailheader.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mailheader.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/message.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/message.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/messagexmas.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/messagexmas.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/messcompat.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/messcompat.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-bodies.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-decode.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-encode.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-extern.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-partial.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-url.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-util.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-util.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-uu.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mm-view.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mmgnus.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mmgnus.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mml-sec.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mml-smime.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mml.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mml1991.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/mml2015.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/netrc.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/netrc.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnagent.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnagent.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnbabyl.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnbabyl.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndb.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndb.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndiary.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndiary.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndir.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndir.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndoc.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndoc.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndraft.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nndraft.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nneething.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nneething.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnfolder.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnfolder.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nngateway.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nngateway.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnheader.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnheader.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnheaderxm.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnheaderxm.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnimap.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnimap.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnir.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnir.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnkiboze.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnkiboze.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnlistserv.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnlistserv.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmail.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmail.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmaildir.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmaildir.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmbox.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmbox.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmh.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnmh.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnml.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnml.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnnil.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnnil.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnoo.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnoo.elc -%%SHIMBUN%%%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnshimbun.el -%%SHIMBUN%%%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnshimbun.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnslashdot.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnslashdot.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnsoup.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnsoup.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnspool.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnspool.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nntp.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nntp.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnultimate.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnultimate.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnvirtual.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnvirtual.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnwarchive.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnwarchive.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnweb.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnweb.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnwfm.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/nnwfm.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/parse-time.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/parse-time.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/pop3.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/pop3.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/qp.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/qp.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/read-passwd.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/read-passwd.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc1843.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc1843.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2045.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2045.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2047.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2047.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2104.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2104.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2231.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/rfc2231.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/score-mode.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/score-mode.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sha1-el.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sha1-el.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sieve-manage.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sieve-manage.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sieve-mode.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sieve-mode.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sieve.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/sieve.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/smiley.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/smiley.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/smime.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/smime.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/spam-report.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/spam-report.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/spam-stat.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/spam-stat.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/spam.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/spam.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/starttls.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/starttls.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/time-date.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/time-date.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/tls.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/tls.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/utf7.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/utf7.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/uudecode.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/uudecode.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/webmail.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/webmail.elc -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/yenc.el -%%EMACS_PACKAGESDIR%%/lisp/t-gnus/yenc.elc -%%EMACS_PACKAGESDIR%%/pkginfo/MANIFEST.t-gnus -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.1 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.2 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/ChangeLog.3 -share/doc/t-gnus-%%EMACS_PORT_NAME%%/GNUS-NEWS -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/Mule23@1934.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-gnus-bbdb.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.en -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README-offline.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.T-gnus -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.branch.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi -share/doc/t-gnus-%%EMACS_PORT_NAME%%/README.semi.ja -share/doc/t-gnus-%%EMACS_PORT_NAME%%/TODO.ja -%%INFODIR%%/emacs-mime.info -%%INFODIR%%/gnus.info -%%INFODIR%%/gnus-ja.info -%%INFODIR%%/message.info -%%INFODIR%%/message-ja.info -%%INFODIR%%/sieve.info -@dirrm %%EMACS_PACKAGESDIR%%/lisp/t-gnus -@dirrm share/doc/t-gnus-%%EMACS_PORT_NAME%% diff --git a/print/Makefile b/print/Makefile index af591bc..029a236 100644 --- a/print/Makefile +++ b/print/Makefile @@ -171,7 +171,6 @@ SUBDIR += nl-acroread SUBDIR += no-acroread SUBDIR += offix-printer - SUBDIR += p5-GnomePrint SUBDIR += p5-Net-Printer SUBDIR += p5-PDFLib SUBDIR += p5-PostScript-Simple diff --git a/print/p5-GnomePrint/Makefile b/print/p5-GnomePrint/Makefile deleted file mode 100644 index 74b2d30..0000000 --- a/print/p5-GnomePrint/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: p5-GnomePrint -# Date created: 11 March 2001 -# Whom: vanilla -# -# $FreeBSD$ -# - -PORTNAME= GnomePrint -PORTVERSION= 0.7009 -PORTREVISION= 1 -CATEGORIES= print lang perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Gtk -PKGNAMEPREFIX= p5- -DISTNAME= Gtk-Perl-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Gnome Print module of Gtk-Perl - -BUILD_DEPENDS= ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \ - ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ - ${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf \ - ${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ - ${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/Pixbuf.pm:${PORTSDIR}/x11-toolkits/p5-GdkPixbuf \ - ${SITE_PERL}/${PERL_ARCH}/Gtk/Gdk/ImlibImage.pm:${PORTSDIR}/x11-toolkits/p5-GdkImlib - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_GNOME= yes -PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} - -MAN3= Gnome::Print::reference.3pm - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> diff --git a/print/p5-GnomePrint/distinfo b/print/p5-GnomePrint/distinfo deleted file mode 100644 index 99b503b..0000000 --- a/print/p5-GnomePrint/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Gtk-Perl-0.7009.tar.gz) = 72ce462caa1afe57d60a8e654d63204b -SIZE (Gtk-Perl-0.7009.tar.gz) = 447432 diff --git a/print/p5-GnomePrint/files/patch-Makefile.PL b/print/p5-GnomePrint/files/patch-Makefile.PL deleted file mode 100644 index 8b5ed72..0000000 --- a/print/p5-GnomePrint/files/patch-Makefile.PL +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.PL.orig Mon Mar 12 14:50:35 2001 -+++ Makefile.PL Mon Mar 12 14:50:39 2001 -@@ -1,9 +1,5 @@ - use ExtUtils::MakeMaker; - use File::Basename; --use blib '..'; --use blib '../Gnome'; --use blib '../GdkImlib'; --use blib '../GdkPixbuf'; - use Cwd; - require '../Depends.pm'; - require '../tools/gendefs.pl'; diff --git a/print/p5-GnomePrint/pkg-descr b/print/p5-GnomePrint/pkg-descr deleted file mode 100644 index d895744..0000000 --- a/print/p5-GnomePrint/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Gnome Print widget module of Gtk-Perl (Gnome::Print namespace). - -WWW: http://projects.prosa.it/gtkperl/ diff --git a/print/p5-GnomePrint/pkg-plist b/print/p5-GnomePrint/pkg-plist deleted file mode 100644 index 185d8b3..0000000 --- a/print/p5-GnomePrint/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintDefs.h -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/GnomePrintTypemap -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/PerlGnomePrintInt.h -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install/pkg.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Types.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/TypesLazy.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print/Print.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print/Install -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gnome/Print -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Gnome 2>/dev/null || true -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome/Print -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gnome 2>/dev/null || true diff --git a/russian/Makefile b/russian/Makefile index 66dbe72..192fb22 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -3,7 +3,6 @@ COMMENT = Russian support - SUBDIR += X.language SUBDIR += apache13 SUBDIR += apache13-modssl SUBDIR += artwiz-ru diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile deleted file mode 100644 index ed4ba66..0000000 --- a/russian/X.language/Makefile +++ /dev/null @@ -1,77 +0,0 @@ -# New ports collection makefile for: X.language -# Date created: 31 Aug 1995 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= X11 -PORTVERSION= 3.3 -CATEGORIES= russian x11 -MASTER_SITES= http://koi8.pp.ru/dist/:koi8 \ - ftp://ftp.kiarchive.ru/pub/misc/fonts/cyrillic/xwindows/:kiae -DISTFILES= x6rus-2.3.1-bin.tgz:koi8 - -.if defined(NON_FREE_FONTS) -DISTFILES+= Type1.koi8-r.tgz:kiae -.else -DISTFILES+= Type1.koi8-r.free.tgz:kiae -.endif - -MAINTAINER= ports@FreeBSD.org -COMMENT= Setup X locale/nls/keyboard/fonts for russian language (koi8-r) - -BROKEN= Incorrect pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_X_PREFIX= yes - -PKGTMP= ${X11BASE}/.Xinstmp -XLIB= ${X11BASE}/lib/X11 -CYRF= ${XLIB}/fonts/cyrillic - -#Be careful to not delete embedded tab characters -do-install: - -if [ ! -d ${CYRF}.old ]; then \ - ${MV} ${CYRF} ${CYRF}.old; \ - fi - -${MKDIR} ${CYRF}/100dpi - -${MKDIR} ${CYRF}/75dpi - -${MKDIR} ${CYRF}/misc - cd ${WRKSRC}; \ - ${INSTALL_DATA} *.pfb ${XLIB}/fonts/Type1 - cd ${WRKSRC}/cyrillic; \ - ${INSTALL_DATA} xrus.info ${CYRF}; \ - for i in 100dpi 75dpi misc; do \ - ${INSTALL_DATA} $$i/* ${CYRF}/$$i; \ - done -# ${INSTALL_DATA} ${FILESDIR}/xmodmap ${XLIB}/xinit/.Xmodmap - if [ ! -d ${XLIB}/nls ] ; then \ - ${MKDIR} ${XLIB}/nls; \ - ${CHOWN} ${BINOWN}:${BINGRP} ${XLIB}/nls; \ - ${CHMOD} 755 ${XLIB}/nls; \ - fi - if [ ! -f ${XLIB}/nls/ru_SU.KOI8-R ] ; then \ - ${INSTALL_DATA} ${FILESDIR}/nls_koi8-r ${XLIB}/nls/ru_SU.KOI8-R; \ - fi - if [ ! -f ${XLIB}/nls/C ] ; then \ - ${INSTALL_DATA} ${FILESDIR}/nls_C ${XLIB}/nls/C; \ - fi - ${MAKE} pre-package - ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - ${MAKE} post-package - -pre-package: - -${MKDIR} ${PKGTMP} - cd ${FILESDIR}; \ - $(CP) nls_dir_list nls_alias_list replace_nls_list ${PKGTMP} - cd ${WRKSRC}; \ - $(CP) fonts.dir-scale.add ${PKGTMP} - -post-package: - ${RM} -rf ${PKGTMP} - -.include <bsd.port.mk> diff --git a/russian/X.language/distinfo b/russian/X.language/distinfo deleted file mode 100644 index 45510b6..0000000 --- a/russian/X.language/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (x6rus-2.3.1-bin.tgz) = 736fc53c897ec5d69d3c783a282ce611 -SIZE (x6rus-2.3.1-bin.tgz) = 602902 -MD5 (Type1.koi8-r.tgz) = 9cad0ba71823f3979bc83585ac70d53b -SIZE (Type1.koi8-r.tgz) = 637474 -MD5 (Type1.koi8-r.free.tgz) = 7e2ce82f5026d52e437690ecd6bf433c -SIZE (Type1.koi8-r.free.tgz) = 258592 diff --git a/russian/X.language/files/nls_C b/russian/X.language/files/nls_C deleted file mode 100644 index f10dcb6..0000000 --- a/russian/X.language/files/nls_C +++ /dev/null @@ -1,86 +0,0 @@ -# -# $XConsortium: C,v 1.4 91/06/29 20:01:32 xguest Exp $ -# -# Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, -# and Nippon Telegraph and Telephone Corporation -# Copyright 1991 by the Massachusetts Institute of Technology -# -# Permission to use, copy, modify, distribute, and sell this software and its -# documentation for any purpose is hereby granted without fee, provided that -# the above copyright notice appear in all copies and that both that -# copyright notice and this permission notice appear in supporting -# documentation, and that the names of OMRON, NTT Software, NTT, and M.I.T. -# not be used in advertising or publicity pertaining to distribution of the -# software without specific, written prior permission. OMRON, NTT Software, -# NTT, and M.I.T. make no representations about the suitability of this -# software for any purpose. It is provided "as is" without express or -# implied warranty. -# -# OMRON, NTT SOFTWARE, NTT, AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD -# TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -# AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, NTT, OR M.I.T. BE -# LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# -# Author: Li Yuhong OMRON Corporation -# -######################################################################## -# -# Locale Name: C -# -XLC_ALL -C -END XLC_ALL - -XLC_ENCODING -STRING -END XLC_ENCODING - -XLC_FONTSET -# -# Definition Format: XLFD -# -# ASCII: ISO 8859-1 -iso8859-1:GL -END XLC_FONTSET - -XLC_CODESET -# -# type:CS0_mblen -# -L:1 -# -# This mapping list was generated by program, DO NOT CHANGE IT! -# -#00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 -# -{ - C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, - C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, - ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, ND, -} -# -# The following conversion list is hexdecimal. -# -# CS0: ASCII, ISO 8859-1 -# -(20=20:7f) -END XLC_CODESET -# -# END OF FILE -# diff --git a/russian/X.language/files/nls_alias_list b/russian/X.language/files/nls_alias_list deleted file mode 100644 index a7f11a9..0000000 --- a/russian/X.language/files/nls_alias_list +++ /dev/null @@ -1,4 +0,0 @@ -ru ru_SU.KOI8-R -ru_SU ru_SU.KOI8-R -ru_RU ru_SU.KOI8-R -ru_RU.KOI8-R ru_SU.KOI8-R diff --git a/russian/X.language/files/nls_dir_list b/russian/X.language/files/nls_dir_list deleted file mode 100644 index 21f6b73..0000000 --- a/russian/X.language/files/nls_dir_list +++ /dev/null @@ -1,2 +0,0 @@ -C -ru_SU.KOI8-R diff --git a/russian/X.language/files/nls_koi8-r b/russian/X.language/files/nls_koi8-r deleted file mode 100644 index 25d33df..0000000 --- a/russian/X.language/files/nls_koi8-r +++ /dev/null @@ -1,83 +0,0 @@ -# -# $XConsortium$ -# -# Copyright 1990, 1991 by OMRON Corporation, NTT Software Corporation, -# and Nippon Telegraph and Telephone Corporation -# Copyright 1991 by the Massachusetts Institute of Technology -# Changes Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. -# -# Permission to use, copy, modify, distribute, and sell this software and its -# documentation for any purpose is hereby granted without fee, provided that -# the above copyright notice appear in all copies and that both that -# copyright notice and this permission notice appear in supporting -# documentation, and that the names of OMRON, NTT Software, NTT, and M.I.T. -# not be used in advertising or publicity pertaining to distribution of the -# software without specific, written prior permission. OMRON, NTT Software, -# NTT, and M.I.T. make no representations about the suitability of this -# software for any purpose. It is provided "as is" without express or -# implied warranty. -# -# OMRON, NTT SOFTWARE, NTT, AND M.I.T. DISCLAIM ALL WARRANTIES WITH REGARD -# TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY -# AND FITNESS, IN NO EVENT SHALL OMRON, NTT SOFTWARE, NTT, OR M.I.T. BE -# LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# -# Author: Hiroshi Kuribayashi OMRON Corporation. -# -######################################################################## -# -# Locale Name: ru_SU.KOI8-R -# -# This is definition of locale of koi8-r -# -XLC_ALL -ru_SU.KOI8-R -END XLC_ALL - -XLC_ENCODING -STRING -END XLC_ENCODING - -XLC_FONTSET -# Really must be koi8-r, but not registered in X11/R5 -iso8859-1:GL -END XLC_FONTSET - -XLC_CODESET -# -# type:CS0_mblen -# -L:1 -# -# This mapping list was generated by program, DO NOT CHANGE IT! -# -#00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 -# -{C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, - C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, C0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, - CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0,CS0, -} -# -# The following conversion list is hexdecimal. -# -(20=20:ff) -END XLC_CODESET -# -# END OF FILE -# diff --git a/russian/X.language/files/replace_nls_list b/russian/X.language/files/replace_nls_list deleted file mode 100644 index c08f7ce..0000000 --- a/russian/X.language/files/replace_nls_list +++ /dev/null @@ -1 +0,0 @@ -^C diff --git a/russian/X.language/files/xmodmap b/russian/X.language/files/xmodmap deleted file mode 100644 index c9acb9a..0000000 --- a/russian/X.language/files/xmodmap +++ /dev/null @@ -1,97 +0,0 @@ -! Cyrillic keyboard mapping table for XFree86-3.1.2 server of X11R6. -! Copyright (C) 1995 Cronyx Ltd., info@cronyx.ru -! Changes Copyright (C) 1995-1996 by Andrey A. Chernov, Moscow, Russia. -! -! This product is free Software, you can use it free of charge -! without restriction (e.g. use, copy, modify, merge, publish, -! distribute, sublicense, and/or sell), provided that -! the above copyright notice and this permission notice is retained. -! -! Code Table: KOI8-R -! Switcher: CapsLock -! -! WARNING: Control keys DON'T WORK when Russian mode is active due -! to an X11 bug (control handling when modeswitch is on), -! if you know, how to fix it, I am all ears. -! <ache@astral.msk.su> -! -clear shift -clear control -clear mod1 -clear mod2 -clear mod3 -clear mod4 - -! Key Base Shift Caps ShiftCaps -!------------------------------------------------------------------------ -keycode 9 = Escape NoSymbol Escape -keycode 10 = 1 exclam exclam 1 -keycode 11 = 2 at quotedbl 2 -keycode 12 = 3 numbersign grave 3 -keycode 13 = 4 dollar asterisk 4 -keycode 14 = 5 percent colon 5 -keycode 15 = 6 asciicircum comma 6 -keycode 16 = 7 ampersand period 7 -keycode 17 = 8 asterisk semicolon 8 -keycode 18 = 9 parenleft parenleft 9 -keycode 19 = 0 parenright parenright 0 -keycode 20 = minus underscore minus underscore -keycode 21 = equal plus equal plus -keycode 22 = BackSpace NoSymbol BackSpace -keycode 23 = Tab NoSymbol Tab -keycode 24 = q Q 0xca 0xea -keycode 25 = w W 0xc3 0xe3 -keycode 26 = e E 0xd5 0xf5 -keycode 27 = r R 0xcb 0xeb -keycode 28 = t T 0xc5 0xe5 -keycode 29 = y Y 0xce 0xee -keycode 30 = u U 0xc7 0xe7 -keycode 31 = i I 0xdb 0xfb -keycode 32 = o O 0xdd 0xfd -keycode 33 = p P 0xda 0xfa -keycode 34 = bracketleft braceleft 0xc8 0xe8 -keycode 35 = bracketright braceright 0xdf 0xff -keycode 36 = Return NoSymbol Return -keycode 38 = a A 0xc6 0xe6 -keycode 39 = s S 0xd9 0xf9 -keycode 40 = d D 0xd7 0xf7 -keycode 41 = f F 0xc1 0xe1 -keycode 42 = g G 0xd0 0xf0 -keycode 43 = h H 0xd2 0xf2 -keycode 44 = j J 0xcf 0xef -keycode 45 = k K 0xcc 0xec -keycode 46 = l L 0xc4 0xe4 -keycode 47 = semicolon colon 0xd6 0xf6 -keycode 48 = apostrophe quotedbl 0xdc 0xfc -keycode 49 = grave asciitilde 0xa3 0xb3 -keycode 51 = backslash bar backslash bar -keycode 52 = z Z 0xd1 0xf1 -keycode 53 = x X 0xde 0xfe -keycode 54 = c C 0xd3 0xf3 -keycode 55 = v V 0xcd 0xed -keycode 56 = b B 0xc9 0xe9 -keycode 57 = n N 0xd4 0xf4 -keycode 58 = m M 0xd8 0xf8 -keycode 59 = comma less 0xc2 0xe2 -keycode 60 = period greater 0xc0 0xe0 -keycode 61 = slash question slash question -keycode 64 = Alt_L -keycode 65 = space NoSymbol space -keycode 66 = Caps_Lock XF86ModeLock -keycode 67 = F1 -keycode 68 = F2 -keycode 69 = F3 -keycode 78 = Mode_switch -keycode 109 = Control_R -keycode 113 = Alt_R - -add shift = Shift_L Shift_R -add control = Control_L Control_R -add mod1 = Alt_L Alt_R -add mod2 = Num_Lock - -! Use CapsLock as rus/lat switch key. - -clear lock -clear mod5 -add mod5 = Caps_Lock Mode_switch diff --git a/russian/X.language/pkg-descr b/russian/X.language/pkg-descr deleted file mode 100644 index b24c502..0000000 --- a/russian/X.language/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Setup X locale/nls/keyboard/fonts for russian language (koi8-r) -Don't forget to add /usr/X11R6/lib/X11/fonts/cyrillic/* to your -FontPath as first component. - -WWW: http://koi8.pp.ru/xwin.html diff --git a/russian/X.language/pkg-install b/russian/X.language/pkg-install deleted file mode 100644 index 850ef66..0000000 --- a/russian/X.language/pkg-install +++ /dev/null @@ -1,72 +0,0 @@ -#!/bin/sh - -if [ "$2" != POST-INSTALL ] ; then - exit 0 -fi - -X11BASE=/usr/X11R6 -FILESDIR=${X11BASE}/.Xinstmp -XLIB=${X11BASE}/lib/X11 -CYRF=${XLIB}/fonts/cyrillic -T1DIR=${XLIB}/fonts/Type1/fonts.dir -T1SCALE=${XLIB}/fonts/Type1/fonts.scale - -for i in ${T1DIR} ${T1SCALE}; do -grep -q cokoi8n $i || { - cp $i $i.bak; - d_cnt=`grep '^[1-9][0-9]*$' $i.bak`; - d_add=`wc -l < ${FILESDIR}/fonts.dir-scale.add`; - d_new=`expr $d_cnt + $d_add`; - sed 's/^[1-9][0-9]*$/'$d_new/ < $i.bak > $i; - cat ${FILESDIR}/fonts.dir-scale.add >> $i; -}; -done -if [ -f /etc/XF86Config ]; then - grep -q ${CYRF}/misc /etc/XF86Config || { - cp /etc/XF86Config /etc/XF86Config.old; - (echo "/^[ ]*FontPath/i"; \ - echo " FontPath \"${CYRF}/75dpi\""; - echo " FontPath \"${CYRF}/100dpi\""; - echo " FontPath \"${CYRF}/misc\""; - echo "."; echo "w"; echo "q"; ) > /tmp/ed.$$; - ed - /etc/XF86Config < /tmp/ed.$$; - rm -f /tmp/ed.$$; - }; -fi -if [ ! -f ${XLIB}/nls/nls.dir ] ; then - dl=`wc -l < ${FILESDIR}/nls_dir_list`; - echo $dl > ${XLIB}/nls/nls.dir; - cat ${FILESDIR}/nls_dir_list >> ${XLIB}/nls/nls.dir; - chown ${BINOWN}:${BINGRP} ${XLIB}/nls/nls.dir; - chmod 644 ${XLIB}/nls/nls.dir; -else - grep -q KOI8-R ${XLIB}/nls/nls.dir || { - cp ${XLIB}/nls/nls.dir ${XLIB}/nls/nls.dir.bak; - d_sub=`grep -f ${FILESDIR}/replace_nls_list < ${XLIB}/nls/nls.dir.bak | wc -l`; - d_cnt=`grep '^[1-9][0-9]*$' ${XLIB}/nls/nls.dir.bak`; - d_add=`wc -l < ${FILESDIR}/nls_dir_list`; - d_new=`expr $d_cnt + $d_add - $d_sub`; - grep -v -f ${FILESDIR}/replace_nls_list < ${XLIB}/nls/nls.dir.bak | \ - sed 's/^[1-9][0-9]*$/'$d_new/ > ${XLIB}/nls/nls.dir; - cat ${FILESDIR}/nls_dir_list >> ${XLIB}/nls/nls.dir; - }; -fi -if [ ! -f ${XLIB}/nls/nls.alias ] ; then - al=`wc -l < ${FILESDIR}/nls_alias_list`; - echo $al > ${XLIB}/nls/nls.alias; - cat ${FILESDIR}/nls_alias_list >> ${XLIB}/nls/nls.alias; - chown ${BINOWN}:${BINGRP} ${XLIB}/nls/nls.alias; - chmod 644 ${XLIB}/nls/nls.alias; -else - grep -q KOI8-R ${XLIB}/nls/nls.alias || { - a_cnt=`grep '^[1-9][0-9]*$' ${XLIB}/nls/nls.alias`; - a_add=`wc -l < ${FILESDIR}/nls_alias_list`; - a_new=`expr $a_cnt + $a_add`; - cp ${XLIB}/nls/nls.alias ${XLIB}/nls/nls.alias.bak; - sed "s/^[1-9][0-9]*$/$a_new/;q" < ${XLIB}/nls/nls.alias.bak > ${XLIB}/nls/nls.alias; - cat ${FILESDIR}/nls_alias_list >> ${XLIB}/nls/nls.alias; - }; -fi - -rm -rf ${FILESDIR} -exit 0 diff --git a/russian/X.language/pkg-plist b/russian/X.language/pkg-plist deleted file mode 100644 index dedc23d..0000000 --- a/russian/X.language/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -lib/X11/fonts/Type1/cokoi8b.pfb -lib/X11/fonts/Type1/cokoi8bi.pfb -lib/X11/fonts/Type1/cokoi8i.pfb -lib/X11/fonts/Type1/cokoi8n.pfb -lib/X11/fonts/cyrillic/100dpi/crox1c.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1cb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1cbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1co.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1h.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1hb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1hbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1ho.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1t.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1tb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1tbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox1to.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2c.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2cb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2cbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2co.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2h.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2hb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2hbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2ho.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2t.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2tb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2tbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox2to.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3c.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3cb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3cbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3co.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3h.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3hb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3hbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3ho.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3t.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3tb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3tbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox3to.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4h.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4hb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4hbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4ho.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4t.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4tb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4tbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox4to.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5h.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5hb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5hbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5ho.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5t.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5tb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5tbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox5to.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6h.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6hb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6hbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6ho.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6t.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6tb.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6tbo.pcf.gz -lib/X11/fonts/cyrillic/100dpi/crox6to.pcf.gz -lib/X11/fonts/cyrillic/100dpi/fonts.dir -lib/X11/fonts/cyrillic/75dpi/crox1c.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1cb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1cbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1co.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1h.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1hb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1hbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1ho.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1t.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1tb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1tbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox1to.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2c.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2cb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2cbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2co.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2h.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2hb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2hbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2ho.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2t.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2tb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2tbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox2to.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3c.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3cb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3cbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3co.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3h.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3hb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3hbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3ho.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3t.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3tb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3tbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox3to.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4h.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4hb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4hbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4ho.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4t.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4tb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4tbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox4to.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5h.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5hb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5hbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5ho.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5t.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5tb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5tbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox5to.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6h.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6hb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6hbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6ho.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6t.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6tb.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6tbo.pcf.gz -lib/X11/fonts/cyrillic/75dpi/crox6to.pcf.gz -lib/X11/fonts/cyrillic/75dpi/fonts.dir -lib/X11/fonts/cyrillic/misc/fonts.alias -lib/X11/fonts/cyrillic/misc/fonts.dir -lib/X11/fonts/cyrillic/misc/koi10x16b.pcf.gz -lib/X11/fonts/cyrillic/misc/koi10x20.pcf.gz -lib/X11/fonts/cyrillic/misc/koi12x24.pcf.gz -lib/X11/fonts/cyrillic/misc/koi12x24b.pcf.gz -lib/X11/fonts/cyrillic/misc/koi5x8.pcf.gz -lib/X11/fonts/cyrillic/misc/koi6x10.pcf.gz -lib/X11/fonts/cyrillic/misc/koi6x13.pcf.gz -lib/X11/fonts/cyrillic/misc/koi6x13b.pcf.gz -lib/X11/fonts/cyrillic/misc/koi6x9.pcf.gz -lib/X11/fonts/cyrillic/misc/koi7x14.pcf.gz -lib/X11/fonts/cyrillic/misc/koi7x14b.pcf.gz -lib/X11/fonts/cyrillic/misc/koi8x13.pcf.gz -lib/X11/fonts/cyrillic/misc/koi8x16.pcf.gz -lib/X11/fonts/cyrillic/misc/koi8x16b.pcf.gz -lib/X11/fonts/cyrillic/misc/koi9x15.pcf.gz -lib/X11/fonts/cyrillic/misc/koi9x15b.pcf.gz -lib/X11/fonts/cyrillic/misc/koi9x18.pcf.gz -lib/X11/fonts/cyrillic/misc/koi9x18b.pcf.gz -lib/X11/fonts/cyrillic/misc/koinil2.pcf.gz -lib/X11/fonts/cyrillic/misc/proof9x16.pcf.gz -lib/X11/fonts/cyrillic/misc/screen8x16.pcf.gz -lib/X11/fonts/cyrillic/misc/screen8x16b.pcf.gz -lib/X11/fonts/cyrillic/xrus.info -lib/X11/nls/C -lib/X11/nls/ru_SU.KOI8-R -.Xinstmp/fonts.dir-scale.add -.Xinstmp/nls_dir_list -.Xinstmp/replace_nls_list -.Xinstmp/nls_alias_list diff --git a/textproc/Makefile b/textproc/Makefile index d05ebf5..33cb342 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -38,7 +38,6 @@ SUBDIR += cbedic SUBDIR += cdif SUBDIR += cdiff - SUBDIR += cdsware SUBDIR += chpp SUBDIR += cl-meta SUBDIR += cl-meta-clisp @@ -507,7 +506,6 @@ SUBDIR += p5-XML-RSS-JavaScript SUBDIR += p5-XML-RegExp SUBDIR += p5-XML-SAX - SUBDIR += p5-XML-SAX-Base SUBDIR += p5-XML-SAX-Expat SUBDIR += p5-XML-SAX-ExpatXS SUBDIR += p5-XML-SAX-Machines @@ -716,7 +714,6 @@ SUBDIR += tei-lite SUBDIR += tei-p3 SUBDIR += tei-p4 - SUBDIR += tei-xlite SUBDIR += tet-aspell SUBDIR += tex2im SUBDIR += texi2db diff --git a/textproc/cdsware/Makefile b/textproc/cdsware/Makefile deleted file mode 100644 index 77c035a..0000000 --- a/textproc/cdsware/Makefile +++ /dev/null @@ -1,330 +0,0 @@ -# New ports collection makefile for: cdsware -# Date created: 21 jun 2004 -# Whom: thierry@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= cdsware -PORTVERSION= 0.3.2 -PORTREVISION= 2 -CATEGORIES= textproc www -MASTER_SITES= http://cdsware.cern.ch/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= CERN Document Server Software - -BUILD_DEPENDS= ${RUN_DEPENDS} # Checked by configure -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_mysql.so:${PORTSDIR}/databases/py-MySQLdb \ - ${PYTHON_SITELIBDIR}/mod_python/_psp.so:${PORTSDIR}/www/mod_python3 \ - ${LOCALBASE}/bin/wml:${PORTSDIR}/www/wml \ - ${PYNUMERIC} - -BROKEN= "Conflicting dependencies: apache 1.x and apache 2.x" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -.if !defined(WITHOUT_X11) -. if !defined(WITHOUT_XPDF) -RUN_DEPENDS+= ${X11BASE}/bin/pdftotext:${PORTSDIR}/graphics/xpdf -. endif -. if !defined(WITHOUT_ACROREAD) -RUN_DEPENDS+= ${X11BASE}/bin/acroread5:${PORTSDIR}/print/acroread -. endif -. if !defined(WITHOUT_WV) -RUN_DEPENDS+= ${LOCALBASE}/bin/wvHtml:${PORTSDIR}/textproc/wv -. endif -. if !defined(WITHOUT_XL) -RUN_DEPENDS+= ${LOCALBASE}/bin/xlhtml:${PORTSDIR}/textproc/xlhtml -. endif -.endif - -.if !defined(WITHOUT_H2T) -RUN_DEPENDS+= ${LOCALBASE}/bin/html2text:${PORTSDIR}/textproc/html2text -.endif - -.if !defined(WITHOUT_IM) -RUN_DEPENDS+= ${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick -.endif - -.if !defined(WITHOUT_PS) -RUN_DEPENDS+= ${LOCALBASE}/bin/pstotext:${PORTSDIR}/print/pstotext -.endif - -.if !defined(WITHOUT_UNGIF) -RUN_DEPENDS+= ${LOCALBASE}/bin/giftext:${PORTSDIR}/graphics/libungif -.endif - -.if exists(${LOCALBASE}/bin/antiword) -WITH_ANTIWORD= yes -.endif -.if defined(WITH_ANTIWORD) -RUN_DEPENDS+= ${LOCALBASE}/bin/antiword:${PORTSDIR}/textproc/antiword -.endif - -.if exists(${LOCALBASE}/bin/catdoc) -WITH_CATDOC= yes -.endif -.if defined(WITH_CATDOC) -RUN_DEPENDS+= ${LOCALBASE}/bin/catdoc:${PORTSDIR}/textproc/catdoc -.endif - -.if exists(${LOCALBASE}/bin/catdoc) -WITH_CATDOC= yes -.endif -.if defined(WITH_CATDOC) -RUN_DEPENDS+= ${LOCALBASE}/bin/catdoc:${PORTSDIR}/textproc/catdoc -.endif - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX}/cdsware \ - --localstatedir=/var \ - --with-webdir=${PREFIX}/${WEBDIR} \ - --with-weburl=http://${WHOST}/${WALIAS} \ - --with-dbhost=${DBHOST} \ - --with-dbname=${DBNAME} \ - --with-dbuser=${DBUSER} \ - --with-dbpass=${DBPASS} \ - --with-python=${PYTHON_CMD} - -USE_GMAKE= yes -USE_APACHE= yes -WITH_APACHE2= yes -USE_PHP= zlib pcntl mysql xml -WANT_PHP_MOD= yes -WANT_PHP_CLI= yes -USE_MYSQL= yes -USE_PYTHON= 2.3+ -USE_REINPLACE= yes -.if !defined(PACKAGE_BUILDING) -# 4.1 recommended due to its UTF-8 support, but conflicts with py-MySQLdb -WANT_MYSQL_VER= 41 -.endif - -WEBDIR?= www/cdsware -WALIAS?= cdsware -WHOST?= ${unamen} -DBHOST?= localhost -DBNAME?= cdsware -DBUSER?= cdsware -DBPASS?= Change_On_Install -CDSNAME?= FreeBSD Ports Document Server (To be changed in config.wml) -ALERTEMAIL?= cds.alert@${unamen} -SUPPORTEMAIL?= cds.support@${unamen} -ADMINEMAIL?= cds.admin@${unamen} - -PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST_SUB= WEBDIR=${WEBDIR} - -APACHE_CONF= ${LOCALBASE}/etc/apache2/httpd.conf -CDSWARE_INC= ${PREFIX}/etc/${PORTNAME} -LCDSWARE_CNF= config.wml -CDSWARE_CNF= ${PREFIX}/${PORTNAME}/lib/wml/${PORTNAME}/${LCDSWARE_CNF} -CDSBIN= ${PREFIX}/${PORTNAME}/bin - -AVAIL_LANG= de en es pt fr it ru sk cz no se -UTILSQL= tabbibclean.sql tabcreate.sql tabdrop.sql tabfill.sql -DEMODAT= demobibdata.xml democfgdata.sql -PORTDOCS= AUTHORS INSTALL NEWS README TODO UNINSTALL - -.include <bsd.port.pre.mk> - -.if defined(LANG) -. for i in ${AVAIL_LANG} -. if ${LANG:M${i}*} != "" -CDSLANG= ${i} -. endif -. endfor -.endif -CDSLANG?= en - -unamen!= ${UNAME} -n - -.if ${ARCH} == i386 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/psyco/_psyco.so:${PORTSDIR}/devel/py-psyco -.endif - -pre-everything:: - @${ECHO_MSG} - @${ECHO_MSG} "CDSware will be installed with these options:" - @${ECHO_MSG} "Variable Meaning Default" - @${ECHO_MSG} "WEBDIR Directory holding the web interface ${WEBDIR}" - @${ECHO_MSG} " (under ${PREFIX}/)" - @${ECHO_MSG} "WALIAS Alias of WEBDIR, to define the URL ${WALIAS}" - @${ECHO_MSG} "WHOST Hostname of your web server ${WHOST}" - @${ECHO_MSG} " => The URL will be http://${WHOST}/${WALIAS}" - @${ECHO_MSG} "DBHOST Hostname of your database server ${DBHOST}" - @${ECHO_MSG} "DBNAME MySQL database name ${DBNAME}" - @${ECHO_MSG} "DBUSER MySQL database user ${DBUSER}" - @${ECHO_MSG} "DBPASS MySQL password ${DBPASS}" - @${ECHO_MSG} - @${ECHO_MSG} "CDSNAME The visible name of your CDSware installation" - @${ECHO_MSG} - @${ECHO_MSG} "To change these values, press Ctrl-C now and define your variables." - -pre-configure: -.for wh in admin/howto/run.html.wml hacking/directory.html.wml - @${REINPLACE_CMD} -e "s|/usr/local/cdsware-DEMO/var|/var|" \ - -e "s|/usr/local/cdsware-DEMO|${PREFIX}/cdsware|" \ - ${WRKSRC}/modules/webhelp/web/${wh} -.endfor - -post-configure: -.if exists(${CDSWARE_CNF}.previous) # Restore previous config file - @${MV} ${CDSWARE_CNF}.previous ${WRKSRC}/config/${LCDSWARE_CNF} -.else - @${REINPLACE_CMD} -e "s|%%CDSNAME%%|${CDSNAME}|" \ - -e "s|%%CDSLANG%%|${CDSLANG}|;s|%%PREFIX%%|${PREFIX}|" \ - -e "s|%%ALERTEMAIL%%|${ALERTEMAIL}|" \ - -e "s|%%SUPPORTEMAIL%%|${SUPPORTEMAIL}|" \ - -e "s|%%ADMINEMAIL%%|${ADMINEMAIL}|" \ - ${WRKSRC}/config/${LCDSWARE_CNF} -.endif - -post-install: - @${CHMOD} go-rx ${CDSBIN}/dbexec - @for p in `${LS} ${CDSBIN}` ; \ - do \ - ${LN} -sf ${CDSBIN}/$$p ${PREFIX}/bin ; \ - done - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${WEBDIR} - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/cdsware/lib/python - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/cdsware/lib/python - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${WEBDIR} /var/cache/cdsware \ - /var/log/cdsware /var/tmp/cdsware /var/data/cdsware - @${CP} -p ${CDSWARE_CNF} ${CDSWARE_CNF}.sample - @${MKDIR} ${DATADIR} - @${SED} -e "s|%%DBNAME%%|${DBNAME}|;s|%%DBUSER%%|${DBUSER}|; \ - s|%%DBPASS%%|${DBPASS}|" \ - < ${FILESDIR}/create-db.sql > ${DATADIR}/create-db.sql - ${INSTALL_DATA} ${UTILSQL:S|^|${WRKSRC}/modules/miscutil/sql/|} ${DATADIR} - ${INSTALL_DATA} ${DEMODAT:S|^|${WRKSRC}/modules/miscutil/demo/|} ${DATADIR} - @${ECHO_MSG} "===> Utilities installed in ${DATADIR}." - @(if [ -f ${APACHE_CONF} ] ; then \ - ${MKDIR} ${CDSWARE_INC} ; \ - ${SED} -e "s|%%PREFIX%%|${PREFIX}|;s|%%WEBDIR%%|${WEBDIR}|;" \ - -e "s|%%WALIAS%%|${WALIAS}|" < ${FILESDIR}/httpd.conf.cdsware \ - > ${CDSWARE_INC}/httpd.conf.cdsware ; \ - ${ECHO_MSG} "===> Updating ${APACHE_CONF}..." ; \ - ${CP} -p ${APACHE_CONF} ${APACHE_CONF}.beforeCDSware ; \ - if ! ${GREP} -q python_module ${APACHE_CONF} ; then \ - ${ECHO_CMD} "LoadModule python_module libexec/apache2/mod_python.so" \ - >> ${APACHE_CONF} ; \ - fi ; \ - ${ECHO_CMD} "# CDSware's include directory" >> ${APACHE_CONF} ; \ - ${ECHO_CMD} "Include ${CDSWARE_INC}" >> ${APACHE_CONF} ; \ - fi) -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - @${ECHO_MSG} - @${SED} -e "s|%%ADMINEMAIL%%|${ADMINEMAIL}|" \ - < ${FILESDIR}/pkg-message.in \ - > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -# Targets copied from ${WRKSRC}/Makefile, to be used without rebuilding everything -create-db: - mysql -h ${DBHOST} -u root -p < ${DATADIR}/create-db.sql - -create-tables: - ${CDSBIN}/dbexec < ${DATADIR}/tabcreate.sql - ${CDSBIN}/dbexec < ${DATADIR}/tabfill.sql - -create-demo-site: - ${CDSBIN}/dbexec < ${DATADIR}/democfgdata.sql - ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below." - @${ECHO_MSG} "***********************************************************************" - ${CDSBIN}/webcoll - ${CDSBIN}/webcoll 1 - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "** The demo site has been successfully created. **" - @${ECHO_MSG} "** **" - @${ECHO_MSG} "** Please point your browser to http://${WHOST}/${WALIAS}/" - @${ECHO_MSG} "** It should ressemble our 'Atlantis Institute of Fictive Science' **" - @${ECHO_MSG} "** demo site that is available at <http://cdsware.cern.ch/demo/>, **" - @${ECHO_MSG} "** with the exception that no demo records have been loaded yet. **" - @${ECHO_MSG} "** **" - @${ECHO_MSG} "** To load demo records, you can run 'make load-demo-records'. **" - @${ECHO_MSG} "** To drop the demo site, you can run 'make drop-demo-site'. **" - @${ECHO_MSG} "***********************************************************************" - -load-demo-records: - ${CDSBIN}/dbexec < ${DATADIR}/tabbibclean.sql - ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec - ${CDSBIN}/bibupload -i ${DATADIR}/demobibdata.xml - ${CDSBIN}/bibupload 1 - @${ECHO_MSG} "" - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below." - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "" - ${CDSBIN}/bibindex - ${CDSBIN}/bibindex 2 - @${ECHO_MSG} "" - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below." - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "" - ${CDSBIN}/bibreformat -oHB,HD,HP,HC - ${CDSBIN}/bibreformat 3 - ${CDSBIN}/bibupload 4 - @${ECHO_MSG} "" - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below." - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "" - ${CDSBIN}/webcoll - ${CDSBIN}/webcoll 5 - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "** The demo records have been successfully loaded. **" - @${ECHO_MSG} "** **" - @${ECHO_MSG} "** Please point your browser to http://${WHOST}/${WALIAS}/" - @${ECHO_MSG} "** It should ressemble our 'Atlantis Institute of Fictive Science' **" - @${ECHO_MSG} "** demo site that is available at <http://cdsware.cern.ch/demo/>. **" - @${ECHO_MSG} "** **" - @${ECHO_MSG} "** To remove demo records, you can run 'make remove-demo-records'. **" - @${ECHO_MSG} "** To drop also the demo site collection etc configurations, **" - @${ECHO_MSG} "** you can run 'make drop-demo-site'. **" - @${ECHO_MSG} "***********************************************************************" - -remove-demo-records: - ${CDSBIN}/dbexec < ${DATADIR}/tabbibclean.sql - ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec - @${ECHO_MSG} "" - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below." - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "" - ${CDSBIN}/webcoll - ${CDSBIN}/webcoll 1 - @${ECHO_MSG} "**********************************************************" - @${ECHO_MSG} "** The demo records have been successfully removed. **" - @${ECHO_MSG} "** The demo collection and submit configurations **" - @${ECHO_MSG} "** have been preserved. **" - @${ECHO_MSG} "** **" - @${ECHO_MSG} "** Note that you can run 'make drop-demo-site' to drop **" - @${ECHO_MSG} "** the demo site fully. **" - @${ECHO_MSG} "**********************************************************" - -drop-demo-site: - ${CDSBIN}/dbexec < ${DATADIR}/tabdrop.sql - ${CDSBIN}/dbexec < ${DATADIR}/tabcreate.sql - ${CDSBIN}/dbexec < ${DATADIR}/tabfill.sql - ${ECHO} "TRUNCATE schTASK;" | ${CDSBIN}/dbexec - @${ECHO_MSG} "" - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "You will be asked for a username, please enter ${ADMINEMAIL} below." - @${ECHO_MSG} "***********************************************************************" - @${ECHO_MSG} "" - ${CDSBIN}/webcoll - ${CDSBIN}/webcoll 1 - @${ECHO_MSG} "***************************************************************" - @${ECHO_MSG} "** The demo site and records have been successfully dropped. **" - @${ECHO_MSG} "***************************************************************" - -.include <bsd.port.post.mk> diff --git a/textproc/cdsware/distinfo b/textproc/cdsware/distinfo deleted file mode 100644 index 298431c..0000000 --- a/textproc/cdsware/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (cdsware-0.3.2.tar.gz) = 86692bd445a58d81efa50186a2d6bdef -SIZE (cdsware-0.3.2.tar.gz) = 1243388 diff --git a/textproc/cdsware/files/create-db.sql b/textproc/cdsware/files/create-db.sql deleted file mode 100644 index a454ca0..0000000 --- a/textproc/cdsware/files/create-db.sql +++ /dev/null @@ -1,2 +0,0 @@ -CREATE DATABASE %%DBNAME%%; -GRANT ALL PRIVILEGES ON cdsware.* TO %%DBUSER%% IDENTIFIED BY '%%DBPASS%%'; diff --git a/textproc/cdsware/files/httpd.conf.cdsware b/textproc/cdsware/files/httpd.conf.cdsware deleted file mode 100644 index 87448bb..0000000 --- a/textproc/cdsware/files/httpd.conf.cdsware +++ /dev/null @@ -1,23 +0,0 @@ -# This is included in Apache's httpd.conf for CDSware - -<Directory %%PREFIX%%/%%WEBDIR%%> - AddDefaultCharset UTF-8 - DirectoryIndex index.en.html index.html index.py index.en.php index.php - AddHandler python-program .py - PythonHandler mod_python.publisher - PythonDebug On - <IfModule mod_php4.c> - php_flag log_errors = on - php_flag display_errors = off - php_flag expose_php = off - php_value max_execution_time 160 - php_flag register_globals = on - php_flag short_open_tag = on - </IfModule> -</Directory> - -<IfModule mod_alias.c> - Alias /%%WALIAS%%/ "%%PREFIX%%/%%WEBDIR%%/" -</IfModule> -# End of CDSW configuration ================ - diff --git a/textproc/cdsware/files/patch-Makefile.in b/textproc/cdsware/files/patch-Makefile.in deleted file mode 100644 index 834d997..0000000 --- a/textproc/cdsware/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Wed May 12 14:25:06 2004 -+++ Makefile.in Sat Jul 3 20:26:24 2004 -@@ -359,12 +359,11 @@ - @echo "**************************************************************" - - install-data-local: -- mkdir -p @prefix@/var -- mkdir -p @prefix@/var/cache -- mkdir -p @prefix@/var/log -- mkdir -p @prefix@/var/tmp -- mkdir -p @prefix@/var/data -- chmod -R ug=rwx @prefix@/var -+ mkdir -p /var/cache/cdsware -+ mkdir -p /var/log/cdsware -+ mkdir -p /var/tmp/cdsware -+ mkdir -p /var/data/cdsware -+ #chmod -R ug=rwx @prefix@/var - @echo "**************************************************************" - @echo "** CDSware has been successfully installed! **" - @echo "** **" diff --git a/textproc/cdsware/files/patch-config::config.wml b/textproc/cdsware/files/patch-config::config.wml deleted file mode 100644 index a2fd183..0000000 --- a/textproc/cdsware/files/patch-config::config.wml +++ /dev/null @@ -1,88 +0,0 @@ ---- config/config.wml.orig Wed Apr 21 12:19:45 2004 -+++ config/config.wml Sun Jun 27 22:34:14 2004 -@@ -69,31 +69,32 @@ - ## CDSNAME -- the visible name of your CDSware installation: - ## (example: "My Document Server") - <define-tag CDSNAME whitespace=delete> --Atlantis Institute of Fictive Science -+%%CDSNAME%% - </define-tag> - - ## CDSNAMEINTL -- the international versions of CDSNAME in various - ## languages, defined using the standard locale-like language codes. - ## (example: "<fr>Mon Serveur des Documents</fr>") -+## Note: to be typed in UTF8 - - <define-tag CDSNAMEINTL whitespace=delete> -- <en>Atlantis Institute of Fictive Science</en> -- <fr>Atlantis Institut des Sciences Fictives</fr> -- <de>Atlantis Institut der fiktiven Wissenschaft</de> -- <es>Atlantis Instituto de la Ciencia Fictive</es> -- <pt>Instituto Atlantis de Ciência FictÃcia</pt> -- <it>Atlantis Istituto di Scienza Fittizia</it> -- <ru>ÐÑ‚Ð»Ð°Ð½Ñ‚Ð¸Ñ Ð˜Ð½Ñтитут фиктивных Ðаук</ru> -- <sk>Atlantis InÅ¡titút FiktÃvnych Vied</sk> -- <cz>Atlantis Institut FiktivnÃch VÄ›d</cz> -- <no>Atlantis Institutt for Fiktiv Vitenskap</no> -- <se>Atlantis Institut för Fiktiv Vetenskap</se> -+ <en>%%CDSNAME%%</en> -+ <fr>%%CDSNAME%% (fr)</fr> -+ <de>%%CDSNAME%% (de)</de> -+ <es>%%CDSNAME%% (es)</es> -+ <pt>%%CDSNAME%% (pt)</pt> -+ <it>%%CDSNAME%% (it)</it> -+ <ru>%%CDSNAME%% (ru)</ru> -+ <sk>%%CDSNAME%% (sk)</sk> -+ <cz>%%CDSNAME%% (cz)</cz> -+ <no>%%CDSNAME%% (no)</no> -+ <se>%%CDSNAME%% (no)</se> - </define-tag> - - ## CDSLANG -- the default language of the interface: - ## (example: "en") - <define-tag CDSLANG whitespace=delete> --en -+%%CDSLANG%% - </define-tag> - - ## CDSLANGS -- list of all languages the user interface should be -@@ -112,13 +113,13 @@ - ## ALERTENGINEEMAIL -- the email address from which the alert emails will appear to be send: - ## (example: "cds.alert@cdsware.cern.ch") - <define-tag ALERTENGINEEMAIL whitespace=delete> --cds.alert@cdsdev.cern.ch -+%%ALERTEMAIL%% - </define-tag> - - ## SUPPORTEMAIL -- the email address of the support team for this installation: - ## (example: "cds.support@cern.ch") - <define-tag SUPPORTEMAIL whitespace=delete> --cds.support@cern.ch -+%%SUPPORTEMAIL%% - </define-tag> - - ## ADMINEMAIL -- the email address of the 'superuser' for this -@@ -127,7 +128,7 @@ - ## be automatically recognized as superuser of the system. - ## (example: "cds.support@cern.ch") - <define-tag ADMINEMAIL whitespace=delete> --cds.support@cern.ch -+%%ADMINEMAIL%% - </define-tag> - - ## CFG_MAX_RECID -- maximum record ID number possible, i.e. the upper -@@ -151,12 +152,12 @@ - - ## CFG_APACHE_PASSWORD_FILE -- where Apache user credentials are stored - <define-tag CFG_APACHE_PASSWORD_FILE whitespace=delete> --/soft/httpd-bis/conf/httpd.password -+%%PREFIX%%/etc/httpd.password - </define-tag> - - ## CFG_APACHE_GROUP_FILE -- where Apache user groups are stored - <define-tag CFG_APACHE_GROUP_FILE whitespace=delete> --/soft/httpd-bis/conf/httpd.group -+%%PREFIX%%/etc/httpd.group - </define-tag> - - ## CFG_CERN_SITE -- do we want to enable CERN-specific code, like the diff --git a/textproc/cdsware/files/patch-config::configbis.wml.in b/textproc/cdsware/files/patch-config::configbis.wml.in deleted file mode 100644 index 302b619..0000000 --- a/textproc/cdsware/files/patch-config::configbis.wml.in +++ /dev/null @@ -1,26 +0,0 @@ ---- ./config/configbis.wml.in.orig Tue Mar 2 11:56:59 2004 -+++ ./config/configbis.wml.in Sat Jul 3 20:29:43 2004 -@@ -44,19 +44,19 @@ - @prefix@/lib - </define-tag> - <define-tag LOGDIR whitespace=delete> --@prefix@/var/log -+/var/log/cdsware - </define-tag> - <define-tag ETCDIR whitespace=delete> - @prefix@/etc - </define-tag> - <define-tag TMPDIR whitespace=delete> --@prefix@/var/tmp -+/var/tmp/cdsware - </define-tag> - <define-tag CACHEDIR whitespace=delete> --@prefix@/var/cache -+/var/cache/cdsware - </define-tag> - <define-tag DATADIR whitespace=delete> --@prefix@/var/data -+/var/data/cdsware - </define-tag> - <define-tag WEBDIR whitespace=delete> - @WEBDIR@ diff --git a/textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml b/textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml deleted file mode 100644 index 1c90dce..0000000 --- a/textproc/cdsware/files/patch-modules::bibsched::bin::bibsched.wml +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/bibsched/bin/bibsched.wml.orig Tue May 4 15:47:00 2004 -+++ modules/bibsched/bin/bibsched.wml Sun Jul 4 16:17:16 2004 -@@ -94,7 +94,7 @@ - return None - - def get_my_pid(process,args=''): -- COMMAND = "ps -C %s o '%%p%%a' | grep '%s %s' | sed -n 1p" % (process,process,args) -+ COMMAND = "ps -o pid,command | grep %s | grep '%s %s' | sed -n 1p" % (process,process,args) - answer = string.strip(os.popen(COMMAND).read()) - if answer=='': - answer = 0 diff --git a/textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in b/textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in deleted file mode 100644 index 3ed7103..0000000 --- a/textproc/cdsware/files/patch-modules::miscutil::bin::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/miscutil/bin/Makefile.in.orig Wed May 12 14:25:18 2004 -+++ modules/miscutil/bin/Makefile.in Sat Jun 26 18:40:36 2004 -@@ -169,7 +169,7 @@ - install-exec-am: install-binSCRIPTS - install-exec: install-exec-am - --install-data-am: install-data-local -+install-data-am: - install-data: install-data-am - - install-am: all-am diff --git a/textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml b/textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml deleted file mode 100644 index 38732a0..0000000 --- a/textproc/cdsware/files/patch-modules::miscutil::bin::dbexec.wml +++ /dev/null @@ -1,20 +0,0 @@ ---- ./modules/miscutil/bin/dbexec.wml.orig Wed Mar 10 17:38:29 2004 -+++ ./modules/miscutil/bin/dbexec.wml Wed Jun 30 22:57:09 2004 -@@ -36,7 +36,7 @@ - ###### okay, config file read, the script can continue ###### - - # is help called? --if [ "$1" == "-h" ] || [ "$1" == "--help" ]; then -+if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then - echo "Usage: $0" - echo "General options:" - echo " -h, --help Print this help." -@@ -45,7 +45,7 @@ - fi - - # is version called? --if [ "$1" == "-V" ] || [ "$1" == "--version" ]; then -+if [ "$1" = "-V" ] || [ "$1" = "--version" ]; then - echo "<: print generate_pretty_version_string('$Id: dbexec.wml,v 1.2 2004/03/10 16:38:29 tibor Exp $'); :>" - exit 0 - fi diff --git a/textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql b/textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql deleted file mode 100644 index 9879cc8..0000000 --- a/textproc/cdsware/files/patch-modules::miscutil::sql::tabcreate.sql +++ /dev/null @@ -1,47 +0,0 @@ ---- ./modules/miscutil/sql/tabcreate.sql.orig Thu Apr 15 16:32:09 2004 -+++ ./modules/miscutil/sql/tabcreate.sql Wed Jun 30 22:45:37 2004 -@@ -1756,7 +1756,7 @@ - ln char(2) NOT NULL default '', - type char(3) NOT NULL default 'sn', - value varchar(255) NOT NULL, -- PRIMARY KEY (id_idxINDEX,ln,type), -+ PRIMARY KEY (id_idxINDEX,ln,type) - ) TYPE=MyISAM; - - CREATE TABLE IF NOT EXISTS idxINDEX_field ( -@@ -2083,7 +2083,7 @@ - ln char(2) NOT NULL default '', - type char(3) NOT NULL default 'sn', - value varchar(255) NOT NULL, -- PRIMARY KEY (id_rnkMETHOD,ln,type), -+ PRIMARY KEY (id_rnkMETHOD,ln,type) - ) TYPE=MyISAM; - - CREATE TABLE IF NOT EXISTS collection_rnkMETHOD ( -@@ -2119,7 +2119,7 @@ - ln char(2) NOT NULL default '', - type char(3) NOT NULL default 'sn', - value varchar(255) NOT NULL, -- PRIMARY KEY (id_collection,ln,type), -+ PRIMARY KEY (id_collection,ln,type) - ) TYPE=MyISAM; - - CREATE TABLE IF NOT EXISTS collection_collection ( -@@ -2210,7 +2210,7 @@ - ln char(2) NOT NULL default '', - type char(3) NOT NULL default 'sn', - value varchar(255) NOT NULL, -- PRIMARY KEY (id_format,ln,type), -+ PRIMARY KEY (id_format,ln,type) - ) TYPE=MyISAM; - - -- tables for search options and MARC tags: -@@ -2240,7 +2240,7 @@ - ln char(2) NOT NULL default '', - type char(3) NOT NULL default 'sn', - value varchar(255) NOT NULL, -- PRIMARY KEY (id_field,ln,type), -+ PRIMARY KEY (id_field,ln,type) - ) TYPE=MyISAM; - - CREATE TABLE IF NOT EXISTS fieldvalue ( diff --git a/textproc/cdsware/files/pkg-message.in b/textproc/cdsware/files/pkg-message.in deleted file mode 100644 index 6337f01..0000000 --- a/textproc/cdsware/files/pkg-message.in +++ /dev/null @@ -1,19 +0,0 @@ -============================================================================= -Post-installation steps: - -- Create the database (first installation) - You can type `make create-db' from /usr/ports/textproc/cdsware - -- Create CDSware tables (first installation) - You can type `make create-tables' from /usr/ports/textproc/cdsware - -- Your httpd.conf configuration file has been updated, please restart Apache. - -To test your installation, you might type `make create-demo-site' and -`make load-demo-records'. Then, you can remove this stuff by -`make remove-demo-records' and `make drop-demo-site'. -[Enter %%ADMINEMAIL%% when it prompts for a user] - -Don't miss mod_python's pkg-message about threads! - -============================================================================= diff --git a/textproc/cdsware/pkg-deinstall b/textproc/cdsware/pkg-deinstall deleted file mode 100644 index a7cda2b..0000000 --- a/textproc/cdsware/pkg-deinstall +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Try to restore httpd.conf when deinstalling CDSware - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -AP_CNF=${PKG_PREFIX}/etc/apache2/httpd.conf - -if [ -f ${AP_CNF}.beforeCDSware ] ; then - echo "Restoring httpd.conf..." - sed -e "s|Include ${PKG_PREFIX}/etc/cdsware|# Include ${PKG_PREFIX}/etc/cdsware|" \ - < ${AP_CNF} > ${AP_CNF}.deinstcdsware - mv ${AP_CNF}.deinstcdsware ${AP_CNF} - if ! [ -z "${PACKAGE_BUILDING}" ]; then - rm ${AP_CNF}.beforeCDSware - fi -fi - -# Backup CDSware's config files, if needed. - -cf=${PKG_PREFIX}/cdsware/lib/wml/cdsware/config.wml - -if [ -z "${PACKAGE_BUILDING}" ]; then - diff -bBqw $cf $cf.sample >/dev/null 2>&1 - case $? in - 0) # original config file, can be deleted - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - exit - ;; - esac -fi -rm $cf diff --git a/textproc/cdsware/pkg-descr b/textproc/cdsware/pkg-descr deleted file mode 100644 index a79ba83..0000000 --- a/textproc/cdsware/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The CERN Document Server Software (CDSware) allows you to run your own -electronic preprint server, your own online library catalogue or a document -system on the web. - -It complies with the Open Archives Initiative metadata harvesting protocol -(OAI-PMH) and uses MARC 21 as its underlying bibliographic standard. - -WWW: http://cdsware.cern.ch/ diff --git a/textproc/cdsware/pkg-plist b/textproc/cdsware/pkg-plist deleted file mode 100644 index 7d4e01c4..0000000 --- a/textproc/cdsware/pkg-plist +++ /dev/null @@ -1,1061 +0,0 @@ -bin/alertengine -bin/authaction -bin/bibconvert -bin/bibformat -bin/bibharvest -bin/bibindex -bin/bibrank -bin/bibrankgkb -bin/bibreformat -bin/bibsched -bin/bibstat -bin/bibtaskex -bin/bibupload -bin/dbexec -bin/sessiongc -bin/webaccessadmin -bin/webcoll -cdsware/bin/alertengine -cdsware/bin/authaction -cdsware/bin/bibconvert -cdsware/bin/bibformat -cdsware/bin/bibharvest -cdsware/bin/bibindex -cdsware/bin/bibrank -cdsware/bin/bibrankgkb -cdsware/bin/bibreformat -cdsware/bin/bibsched -cdsware/bin/bibstat -cdsware/bin/bibtaskex -cdsware/bin/bibupload -cdsware/bin/dbexec -cdsware/bin/sessiongc -cdsware/bin/webaccessadmin -cdsware/bin/webcoll -cdsware/etc/bibconvert/KB/Month.KB -cdsware/etc/bibconvert/KB/entdec-to-latin1.kb -cdsware/etc/bibconvert/KB/entdec-to-utf8.kb -cdsware/etc/bibconvert/KB/enthex-to-latin1.kb -cdsware/etc/bibconvert/KB/enthex-to-utf8.kb -cdsware/etc/bibconvert/config/EDSPICT.tpl -cdsware/etc/bibconvert/config/EDSPICTcreate.tpl -cdsware/etc/bibconvert/config/EDSPICTmodify.tpl -cdsware/etc/bibconvert/config/EDSRPICT.tpl -cdsware/etc/bibconvert/config/EDSRPICTcreate.tpl -cdsware/etc/bibconvert/config/EDSRPICTmodify.tpl -cdsware/etc/bibconvert/config/EDSRTEXT.tpl -cdsware/etc/bibconvert/config/EDSRTEXTcreate.tpl -cdsware/etc/bibconvert/config/EDSRTEXTmodify.tpl -cdsware/etc/bibconvert/config/EDSTEXT.tpl -cdsware/etc/bibconvert/config/EDSTEXTcreate.tpl -cdsware/etc/bibconvert/config/EDSTEXTmodify.tpl -cdsware/etc/bibrank/bibrankgkb.cfg -cdsware/etc/bibrank/jif.cfg -cdsware/etc/bibrank/jif.kb -cdsware/etc/bibrank/jif2.kb -cdsware/etc/bibrank/jt_conv.kb -cdsware/etc/bibrank/template_merge_rank_methods.cfg -cdsware/etc/bibrank/template_single_tag_rank_method.cfg -cdsware/lib/php/cdsware/bibformat/common/dbparams.inc.php -cdsware/lib/php/cdsware/bibformat/common/general.inc.php -cdsware/lib/php/cdsware/bibformat/common/global.inc.php -cdsware/lib/php/cdsware/bibformat/core/AEvalLan.inc.php -cdsware/lib/php/cdsware/bibformat/core/FlexElink.inc.php -cdsware/lib/php/cdsware/bibformat/core/FormatRetriever.inc.php -cdsware/lib/php/cdsware/bibformat/core/IntVars.inc.php -cdsware/lib/php/cdsware/bibformat/core/KBRetriever.inc.php -cdsware/lib/php/cdsware/bibformat/core/LinkResolver.inc.php -cdsware/lib/php/cdsware/bibformat/core/OAISpecExtractor.inc.php -cdsware/lib/php/cdsware/bibformat/core/Processor.inc.php -cdsware/lib/php/cdsware/bibformat/core/RecordSeparator.inc.php -cdsware/lib/php/cdsware/bibformat/core/Timing.inc.php -cdsware/lib/php/cdsware/bibformat/core/TreeNode.inc.php -cdsware/lib/php/cdsware/bibformat/core/UDFRetriever.inc.php -cdsware/lib/php/cdsware/errors/errorHandling.php -cdsware/lib/python/cdsware/__init__.py -cdsware/lib/python/cdsware/__init__.pyc -cdsware/lib/python/cdsware/__init__.pyo -cdsware/lib/python/cdsware/access_control_admin.py -cdsware/lib/python/cdsware/access_control_admin.pyc -cdsware/lib/python/cdsware/access_control_admin.pyo -cdsware/lib/python/cdsware/access_control_config.py -cdsware/lib/python/cdsware/access_control_config.pyc -cdsware/lib/python/cdsware/access_control_config.pyo -cdsware/lib/python/cdsware/access_control_engine.py -cdsware/lib/python/cdsware/access_control_engine.pyc -cdsware/lib/python/cdsware/access_control_engine.pyo -cdsware/lib/python/cdsware/alert_engine.py -cdsware/lib/python/cdsware/alert_engine.pyc -cdsware/lib/python/cdsware/alert_engine.pyo -cdsware/lib/python/cdsware/bibrankadminlib.py -cdsware/lib/python/cdsware/bibrankadminlib.pyc -cdsware/lib/python/cdsware/bibrankadminlib.pyo -cdsware/lib/python/cdsware/config.py -cdsware/lib/python/cdsware/config.pyc -cdsware/lib/python/cdsware/config.pyo -cdsware/lib/python/cdsware/dbquery.py -cdsware/lib/python/cdsware/dbquery.pyc -cdsware/lib/python/cdsware/dbquery.pyo -cdsware/lib/python/cdsware/file.py -cdsware/lib/python/cdsware/file.pyc -cdsware/lib/python/cdsware/file.pyo -cdsware/lib/python/cdsware/htmlparser.py -cdsware/lib/python/cdsware/htmlparser.pyc -cdsware/lib/python/cdsware/htmlparser.pyo -cdsware/lib/python/cdsware/messages.py -cdsware/lib/python/cdsware/messages.pyc -cdsware/lib/python/cdsware/messages.pyo -cdsware/lib/python/cdsware/oai_repository.py -cdsware/lib/python/cdsware/oai_repository.pyc -cdsware/lib/python/cdsware/oai_repository.pyo -cdsware/lib/python/cdsware/search_engine.py -cdsware/lib/python/cdsware/search_engine.pyc -cdsware/lib/python/cdsware/search_engine.pyo -cdsware/lib/python/cdsware/search_engine_config.py -cdsware/lib/python/cdsware/search_engine_config.pyc -cdsware/lib/python/cdsware/search_engine_config.pyo -cdsware/lib/python/cdsware/session.py -cdsware/lib/python/cdsware/session.pyc -cdsware/lib/python/cdsware/session.pyo -cdsware/lib/python/cdsware/textwrap.py -cdsware/lib/python/cdsware/textwrap.pyc -cdsware/lib/python/cdsware/textwrap.pyo -cdsware/lib/python/cdsware/webaccessadmin_lib.py -cdsware/lib/python/cdsware/webaccessadmin_lib.pyc -cdsware/lib/python/cdsware/webaccessadmin_lib.pyo -cdsware/lib/python/cdsware/webaccount.py -cdsware/lib/python/cdsware/webaccount.pyc -cdsware/lib/python/cdsware/webaccount.pyo -cdsware/lib/python/cdsware/webalert.py -cdsware/lib/python/cdsware/webalert.pyc -cdsware/lib/python/cdsware/webalert.pyo -cdsware/lib/python/cdsware/webbasket.py -cdsware/lib/python/cdsware/webbasket.pyc -cdsware/lib/python/cdsware/webbasket.pyo -cdsware/lib/python/cdsware/webpage.py -cdsware/lib/python/cdsware/webpage.pyc -cdsware/lib/python/cdsware/webpage.pyo -cdsware/lib/python/cdsware/websearchadminlib.py -cdsware/lib/python/cdsware/websearchadminlib.pyc -cdsware/lib/python/cdsware/websearchadminlib.pyo -cdsware/lib/python/cdsware/websession.py -cdsware/lib/python/cdsware/websession.pyc -cdsware/lib/python/cdsware/websession.pyo -cdsware/lib/python/cdsware/websubmit_config.py -cdsware/lib/python/cdsware/websubmit_config.pyc -cdsware/lib/python/cdsware/websubmit_config.pyo -cdsware/lib/python/cdsware/websubmit_engine.py -cdsware/lib/python/cdsware/websubmit_engine.pyc -cdsware/lib/python/cdsware/websubmit_engine.pyo -cdsware/lib/python/cdsware/websubmit_functions/CaseEDS.py -cdsware/lib/python/cdsware/websubmit_functions/CaseEDS.pyc -cdsware/lib/python/cdsware/websubmit_functions/CaseEDS.pyo -cdsware/lib/python/cdsware/websubmit_functions/Create_Modify_Interface.py -cdsware/lib/python/cdsware/websubmit_functions/Create_Modify_Interface.pyc -cdsware/lib/python/cdsware/websubmit_functions/Create_Modify_Interface.pyo -cdsware/lib/python/cdsware/websubmit_functions/Create_Recid.py -cdsware/lib/python/cdsware/websubmit_functions/Create_Recid.pyc -cdsware/lib/python/cdsware/websubmit_functions/Create_Recid.pyo -cdsware/lib/python/cdsware/websubmit_functions/Finish_Submission.py -cdsware/lib/python/cdsware/websubmit_functions/Finish_Submission.pyc -cdsware/lib/python/cdsware/websubmit_functions/Finish_Submission.pyo -cdsware/lib/python/cdsware/websubmit_functions/Format_Record.py -cdsware/lib/python/cdsware/websubmit_functions/Format_Record.pyc -cdsware/lib/python/cdsware/websubmit_functions/Format_Record.pyo -cdsware/lib/python/cdsware/websubmit_functions/Get_Info.py -cdsware/lib/python/cdsware/websubmit_functions/Get_Info.pyc -cdsware/lib/python/cdsware/websubmit_functions/Get_Info.pyo -cdsware/lib/python/cdsware/websubmit_functions/Get_Report_Number.py -cdsware/lib/python/cdsware/websubmit_functions/Get_Report_Number.pyc -cdsware/lib/python/cdsware/websubmit_functions/Get_Report_Number.pyo -cdsware/lib/python/cdsware/websubmit_functions/Get_Sysno.py -cdsware/lib/python/cdsware/websubmit_functions/Get_Sysno.pyc -cdsware/lib/python/cdsware/websubmit_functions/Get_Sysno.pyo -cdsware/lib/python/cdsware/websubmit_functions/Insert_Modify_Record.py -cdsware/lib/python/cdsware/websubmit_functions/Insert_Modify_Record.pyc -cdsware/lib/python/cdsware/websubmit_functions/Insert_Modify_Record.pyo -cdsware/lib/python/cdsware/websubmit_functions/Insert_Record.py -cdsware/lib/python/cdsware/websubmit_functions/Insert_Record.pyc -cdsware/lib/python/cdsware/websubmit_functions/Insert_Record.pyo -cdsware/lib/python/cdsware/websubmit_functions/Is_Original_Submitter.py -cdsware/lib/python/cdsware/websubmit_functions/Is_Original_Submitter.pyc -cdsware/lib/python/cdsware/websubmit_functions/Is_Original_Submitter.pyo -cdsware/lib/python/cdsware/websubmit_functions/Is_Referee.py -cdsware/lib/python/cdsware/websubmit_functions/Is_Referee.pyc -cdsware/lib/python/cdsware/websubmit_functions/Is_Referee.pyo -cdsware/lib/python/cdsware/websubmit_functions/Mail_Submitter.py -cdsware/lib/python/cdsware/websubmit_functions/Mail_Submitter.pyc -cdsware/lib/python/cdsware/websubmit_functions/Mail_Submitter.pyo -cdsware/lib/python/cdsware/websubmit_functions/Make_Modify_Record.py -cdsware/lib/python/cdsware/websubmit_functions/Make_Modify_Record.pyc -cdsware/lib/python/cdsware/websubmit_functions/Make_Modify_Record.pyo -cdsware/lib/python/cdsware/websubmit_functions/Make_Record.py -cdsware/lib/python/cdsware/websubmit_functions/Make_Record.pyc -cdsware/lib/python/cdsware/websubmit_functions/Make_Record.pyo -cdsware/lib/python/cdsware/websubmit_functions/Move_Files_Archive.py -cdsware/lib/python/cdsware/websubmit_functions/Move_Files_Archive.pyc -cdsware/lib/python/cdsware/websubmit_functions/Move_Files_Archive.pyo -cdsware/lib/python/cdsware/websubmit_functions/Move_From_Pending.py -cdsware/lib/python/cdsware/websubmit_functions/Move_From_Pending.pyc -cdsware/lib/python/cdsware/websubmit_functions/Move_From_Pending.pyo -cdsware/lib/python/cdsware/websubmit_functions/Move_to_Done.py -cdsware/lib/python/cdsware/websubmit_functions/Move_to_Done.pyc -cdsware/lib/python/cdsware/websubmit_functions/Move_to_Done.pyo -cdsware/lib/python/cdsware/websubmit_functions/Move_to_Pending.py -cdsware/lib/python/cdsware/websubmit_functions/Move_to_Pending.pyc -cdsware/lib/python/cdsware/websubmit_functions/Move_to_Pending.pyo -cdsware/lib/python/cdsware/websubmit_functions/Print_Success.py -cdsware/lib/python/cdsware/websubmit_functions/Print_Success.pyc -cdsware/lib/python/cdsware/websubmit_functions/Print_Success.pyo -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_APP.py -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_APP.pyc -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_APP.pyo -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_DEL.py -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_DEL.pyc -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_DEL.pyo -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_MBI.py -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_MBI.pyc -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_MBI.pyo -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_SRV.py -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_SRV.pyc -cdsware/lib/python/cdsware/websubmit_functions/Print_Success_SRV.pyo -cdsware/lib/python/cdsware/websubmit_functions/Report_Number_Generation.py -cdsware/lib/python/cdsware/websubmit_functions/Report_Number_Generation.pyc -cdsware/lib/python/cdsware/websubmit_functions/Report_Number_Generation.pyo -cdsware/lib/python/cdsware/websubmit_functions/Retrieve_Data.py -cdsware/lib/python/cdsware/websubmit_functions/Retrieve_Data.pyc -cdsware/lib/python/cdsware/websubmit_functions/Retrieve_Data.pyo -cdsware/lib/python/cdsware/websubmit_functions/Send_APP_Mail.py -cdsware/lib/python/cdsware/websubmit_functions/Send_APP_Mail.pyc -cdsware/lib/python/cdsware/websubmit_functions/Send_APP_Mail.pyo -cdsware/lib/python/cdsware/websubmit_functions/Send_Approval_Request.py -cdsware/lib/python/cdsware/websubmit_functions/Send_Approval_Request.pyc -cdsware/lib/python/cdsware/websubmit_functions/Send_Approval_Request.pyo -cdsware/lib/python/cdsware/websubmit_functions/Send_Modify_Mail.py -cdsware/lib/python/cdsware/websubmit_functions/Send_Modify_Mail.pyc -cdsware/lib/python/cdsware/websubmit_functions/Send_Modify_Mail.pyo -cdsware/lib/python/cdsware/websubmit_functions/Send_SRV_Mail.py -cdsware/lib/python/cdsware/websubmit_functions/Send_SRV_Mail.pyc -cdsware/lib/python/cdsware/websubmit_functions/Send_SRV_Mail.pyo -cdsware/lib/python/cdsware/websubmit_functions/Test_Status.py -cdsware/lib/python/cdsware/websubmit_functions/Test_Status.pyc -cdsware/lib/python/cdsware/websubmit_functions/Test_Status.pyo -cdsware/lib/python/cdsware/websubmit_functions/Update_Approval_DB.py -cdsware/lib/python/cdsware/websubmit_functions/Update_Approval_DB.pyc -cdsware/lib/python/cdsware/websubmit_functions/Update_Approval_DB.pyo -cdsware/lib/python/cdsware/websubmit_functions/Upload_Files.py -cdsware/lib/python/cdsware/websubmit_functions/Upload_Files.pyc -cdsware/lib/python/cdsware/websubmit_functions/Upload_Files.pyo -cdsware/lib/python/cdsware/websubmit_functions/mail.py -cdsware/lib/python/cdsware/websubmit_functions/mail.pyc -cdsware/lib/python/cdsware/websubmit_functions/mail.pyo -cdsware/lib/python/cdsware/webuser.py -cdsware/lib/python/cdsware/webuser.pyc -cdsware/lib/python/cdsware/webuser.pyo -cdsware/lib/wml/cdsware/cdsnavbar.wml -cdsware/lib/wml/cdsware/cdsnavtrail.wml -cdsware/lib/wml/cdsware/cdspage.wml -cdsware/lib/wml/cdsware/cdswmllib.wml -cdsware/lib/wml/cdsware/config.wml.sample -cdsware/lib/wml/cdsware/configbis.wml -cdsware/lib/wml/cdsware/messages.wml -etc/cdsware/httpd.conf.cdsware -%%DATADIR%%/demobibdata.xml -%%DATADIR%%/create-db.sql -%%DATADIR%%/democfgdata.sql -%%DATADIR%%/tabbibclean.sql -%%DATADIR%%/tabcreate.sql -%%DATADIR%%/tabdrop.sql -%%DATADIR%%/tabfill.sql -%%WEBDIR%%/admin/bibconvert/bibtex.cfg -%%WEBDIR%%/admin/bibconvert/dcq.cfg -%%WEBDIR%%/admin/bibconvert/dcq.dat -%%WEBDIR%%/admin/bibconvert/guide.html -%%WEBDIR%%/admin/bibconvert/index.html -%%WEBDIR%%/admin/bibconvert/sample.cfg -%%WEBDIR%%/admin/bibconvert/sample.dat -%%WEBDIR%%/admin/bibconvert/sample.kb -%%WEBDIR%%/admin/bibedit/guide.html -%%WEBDIR%%/admin/bibedit/index.html -%%WEBDIR%%/admin/bibformat/BEH_ACTION_add.php -%%WEBDIR%%/admin/bibformat/BEH_ACTION_del.php -%%WEBDIR%%/admin/bibformat/BEH_ACTION_edit.php -%%WEBDIR%%/admin/bibformat/BEH_COND_add.php -%%WEBDIR%%/admin/bibformat/BEH_COND_del.php -%%WEBDIR%%/admin/bibformat/BEH_COND_edit.php -%%WEBDIR%%/admin/bibformat/BEH_OTYPE_add.php -%%WEBDIR%%/admin/bibformat/BEH_OTYPE_del.php -%%WEBDIR%%/admin/bibformat/BEH_OTYPE_edit.php -%%WEBDIR%%/admin/bibformat/BEH_OTYPE_showone.php -%%WEBDIR%%/admin/bibformat/BEH_display.php -%%WEBDIR%%/admin/bibformat/BIBREFORMAT_display.php -%%WEBDIR%%/admin/bibformat/BIBREFORMAT_hand.php -%%WEBDIR%%/admin/bibformat/BIBREFORMAT_process.php -%%WEBDIR%%/admin/bibformat/BIBREFORMAT_tree.php -%%WEBDIR%%/admin/bibformat/FORMAT_add.php -%%WEBDIR%%/admin/bibformat/FORMAT_del.php -%%WEBDIR%%/admin/bibformat/FORMAT_display.php -%%WEBDIR%%/admin/bibformat/FORMAT_edit.php -%%WEBDIR%%/admin/bibformat/FORMAT_showone.php -%%WEBDIR%%/admin/bibformat/KB_VALUE_add.php -%%WEBDIR%%/admin/bibformat/KB_VALUE_del.php -%%WEBDIR%%/admin/bibformat/KB_add.php -%%WEBDIR%%/admin/bibformat/KB_del.php -%%WEBDIR%%/admin/bibformat/KB_display.php -%%WEBDIR%%/admin/bibformat/KB_edit.php -%%WEBDIR%%/admin/bibformat/KB_showone.php -%%WEBDIR%%/admin/bibformat/LINK_ACTION_add_edit.php -%%WEBDIR%%/admin/bibformat/LINK_ACTION_del.php -%%WEBDIR%%/admin/bibformat/LINK_COND_add_edit.php -%%WEBDIR%%/admin/bibformat/LINK_COND_del.php -%%WEBDIR%%/admin/bibformat/LINK_FORMAT_add.php -%%WEBDIR%%/admin/bibformat/LINK_FORMAT_del.php -%%WEBDIR%%/admin/bibformat/LINK_FORMAT_display.php -%%WEBDIR%%/admin/bibformat/LINK_add.php -%%WEBDIR%%/admin/bibformat/LINK_del.php -%%WEBDIR%%/admin/bibformat/LINK_display.php -%%WEBDIR%%/admin/bibformat/LINK_edit.php -%%WEBDIR%%/admin/bibformat/LINK_showone.php -%%WEBDIR%%/admin/bibformat/OAIER_SF_add.php -%%WEBDIR%%/admin/bibformat/OAIER_SF_del.php -%%WEBDIR%%/admin/bibformat/OAIER_add.php -%%WEBDIR%%/admin/bibformat/OAIER_del.php -%%WEBDIR%%/admin/bibformat/OAIER_display.php -%%WEBDIR%%/admin/bibformat/UDF_add.php -%%WEBDIR%%/admin/bibformat/UDF_del.php -%%WEBDIR%%/admin/bibformat/UDF_display.php -%%WEBDIR%%/admin/bibformat/UDF_edit.php -%%WEBDIR%%/admin/bibformat/UDF_showone.php -%%WEBDIR%%/admin/bibformat/UDF_testcode.php -%%WEBDIR%%/admin/bibformat/error.inc.php -%%WEBDIR%%/admin/bibformat/footer.inc.php -%%WEBDIR%%/admin/bibformat/guide.html -%%WEBDIR%%/admin/bibformat/header.inc.php -%%WEBDIR%%/admin/bibformat/index.php -%%WEBDIR%%/admin/bibformat/localconf.inc.php -%%WEBDIR%%/admin/bibformat/security.inc.php -%%WEBDIR%%/admin/bibformat/test.php -%%WEBDIR%%/admin/bibharvest/guide.html -%%WEBDIR%%/admin/bibharvest/index.html -%%WEBDIR%%/admin/bibindex/guide.html -%%WEBDIR%%/admin/bibindex/index.html -%%WEBDIR%%/admin/bibrank/bibrankadmin.py -%%WEBDIR%%/admin/bibrank/bibrankadmin.pyc -%%WEBDIR%%/admin/bibrank/guide.html -%%WEBDIR%%/admin/bibrank/index.html -%%WEBDIR%%/admin/bibsched/guide.html -%%WEBDIR%%/admin/bibsched/index.html -%%WEBDIR%%/admin/bibupload/guide.html -%%WEBDIR%%/admin/bibupload/index.html -%%WEBDIR%%/admin/howto/index.html -%%WEBDIR%%/admin/howto/marc.html -%%WEBDIR%%/admin/howto/migrate.html -%%WEBDIR%%/admin/howto/run.html -%%WEBDIR%%/admin/index.cz.html -%%WEBDIR%%/admin/index.de.html -%%WEBDIR%%/admin/index.en.html -%%WEBDIR%%/admin/index.es.html -%%WEBDIR%%/admin/index.fr.html -%%WEBDIR%%/admin/index.it.html -%%WEBDIR%%/admin/index.no.html -%%WEBDIR%%/admin/index.pt.html -%%WEBDIR%%/admin/index.ru.html -%%WEBDIR%%/admin/index.se.html -%%WEBDIR%%/admin/index.sk.html -%%WEBDIR%%/admin/webaccess/guide.html -%%WEBDIR%%/admin/webaccess/index.html -%%WEBDIR%%/admin/webaccess/webaccessadmin.py -%%WEBDIR%%/admin/webaccess/webaccessadmin.pyc -%%WEBDIR%%/admin/webalert/guide.html -%%WEBDIR%%/admin/webalert/index.html -%%WEBDIR%%/admin/webbasket/guide.html -%%WEBDIR%%/admin/webbasket/index.html -%%WEBDIR%%/admin/websearch/guide.html -%%WEBDIR%%/admin/websearch/index.html -%%WEBDIR%%/admin/websearch/websearchadmin.py -%%WEBDIR%%/admin/websearch/websearchadmin.pyc -%%WEBDIR%%/admin/websession/guide.html -%%WEBDIR%%/admin/websession/index.html -%%WEBDIR%%/admin/webstyle/guide.html -%%WEBDIR%%/admin/webstyle/index.html -%%WEBDIR%%/admin/websubmit/actionFunctions.php -%%WEBDIR%%/admin/websubmit/addActionEDS.php -%%WEBDIR%%/admin/websubmit/addCheckEDS.php -%%WEBDIR%%/admin/websubmit/addElement2PageEDS.php -%%WEBDIR%%/admin/websubmit/addElementDescrEDS.php -%%WEBDIR%%/admin/websubmit/addFunctions.php -%%WEBDIR%%/admin/websubmit/allActionsEDS.php -%%WEBDIR%%/admin/websubmit/allChecksEDS.php -%%WEBDIR%%/admin/websubmit/allElementsEDS.php -%%WEBDIR%%/admin/websubmit/commonPhpFunctions.php -%%WEBDIR%%/admin/websubmit/doctypeCategoriesEDS.php -%%WEBDIR%%/admin/websubmit/documentEDS.php -%%WEBDIR%%/admin/websubmit/editActionDets.php -%%WEBDIR%%/admin/websubmit/editCatalogues.php -%%WEBDIR%%/admin/websubmit/editDoctypeEDS.php -%%WEBDIR%%/admin/websubmit/editPageElementEDS.php -%%WEBDIR%%/admin/websubmit/editRecordFile.php -%%WEBDIR%%/admin/websubmit/elementConfigDetsEDS.php -%%WEBDIR%%/admin/websubmit/func.php -%%WEBDIR%%/admin/websubmit/funcUsage.php -%%WEBDIR%%/admin/websubmit/guide/actionimplement.cz.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.de.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.en.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.es.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.fr.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.it.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.no.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.pt.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.ru.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.se.html -%%WEBDIR%%/admin/websubmit/guide/actionimplement.sk.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.cz.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.de.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.en.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.es.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.fr.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.it.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.no.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.pt.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.ru.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.se.html -%%WEBDIR%%/admin/websubmit/guide/actionmodify.sk.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.cz.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.de.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.en.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.es.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.fr.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.it.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.no.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.pt.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.ru.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.se.html -%%WEBDIR%%/admin/websubmit/guide/actionnew.sk.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.cz.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.de.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.en.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.es.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.fr.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.it.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.no.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.pt.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.ru.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.se.html -%%WEBDIR%%/admin/websubmit/guide/actionremove.sk.html -%%WEBDIR%%/admin/websubmit/guide/actions.cz.html -%%WEBDIR%%/admin/websubmit/guide/actions.de.html -%%WEBDIR%%/admin/websubmit/guide/actions.en.html -%%WEBDIR%%/admin/websubmit/guide/actions.es.html -%%WEBDIR%%/admin/websubmit/guide/actions.fr.html -%%WEBDIR%%/admin/websubmit/guide/actions.it.html -%%WEBDIR%%/admin/websubmit/guide/actions.no.html -%%WEBDIR%%/admin/websubmit/guide/actions.pt.html -%%WEBDIR%%/admin/websubmit/guide/actions.ru.html -%%WEBDIR%%/admin/websubmit/guide/actions.sk.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.cz.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.de.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.en.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.es.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.fr.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.it.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.no.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.pt.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.ru.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.se.html -%%WEBDIR%%/admin/websubmit/guide/bibconvert.sk.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.cz.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.de.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.en.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.es.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.fr.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.it.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.no.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.pt.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.ru.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.se.html -%%WEBDIR%%/admin/websubmit/guide/catalogues.sk.html -%%WEBDIR%%/admin/websubmit/guide/description.cz.html -%%WEBDIR%%/admin/websubmit/guide/description.de.html -%%WEBDIR%%/admin/websubmit/guide/description.en.html -%%WEBDIR%%/admin/websubmit/guide/description.es.html -%%WEBDIR%%/admin/websubmit/guide/description.fr.html -%%WEBDIR%%/admin/websubmit/guide/description.it.html -%%WEBDIR%%/admin/websubmit/guide/description.no.html -%%WEBDIR%%/admin/websubmit/guide/description.pt.html -%%WEBDIR%%/admin/websubmit/guide/description.ru.html -%%WEBDIR%%/admin/websubmit/guide/description.se.html -%%WEBDIR%%/admin/websubmit/guide/description.sk.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.cz.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.de.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.en.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.es.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.fr.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.it.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.no.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.pt.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.ru.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.se.html -%%WEBDIR%%/admin/websubmit/guide/documentmodify.sk.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.cz.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.de.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.en.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.es.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.fr.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.it.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.no.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.pt.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.ru.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.se.html -%%WEBDIR%%/admin/websubmit/guide/documentnew.sk.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.cz.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.de.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.en.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.es.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.fr.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.it.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.no.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.pt.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.ru.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.se.html -%%WEBDIR%%/admin/websubmit/guide/documentremove.sk.html -%%WEBDIR%%/admin/websubmit/guide/documents.cz.html -%%WEBDIR%%/admin/websubmit/guide/documents.de.html -%%WEBDIR%%/admin/websubmit/guide/documents.en.html -%%WEBDIR%%/admin/websubmit/guide/documents.es.html -%%WEBDIR%%/admin/websubmit/guide/documents.fr.html -%%WEBDIR%%/admin/websubmit/guide/documents.it.html -%%WEBDIR%%/admin/websubmit/guide/documents.no.html -%%WEBDIR%%/admin/websubmit/guide/documents.pt.html -%%WEBDIR%%/admin/websubmit/guide/documents.ru.html -%%WEBDIR%%/admin/websubmit/guide/documents.se.html -%%WEBDIR%%/admin/websubmit/guide/documents.sk.html -%%WEBDIR%%/admin/websubmit/guide/example.cz.html -%%WEBDIR%%/admin/websubmit/guide/example.de.html -%%WEBDIR%%/admin/websubmit/guide/example.en.html -%%WEBDIR%%/admin/websubmit/guide/example.es.html -%%WEBDIR%%/admin/websubmit/guide/example.fr.html -%%WEBDIR%%/admin/websubmit/guide/example.it.html -%%WEBDIR%%/admin/websubmit/guide/example.no.html -%%WEBDIR%%/admin/websubmit/guide/example.pt.html -%%WEBDIR%%/admin/websubmit/guide/example.ru.html -%%WEBDIR%%/admin/websubmit/guide/example.se.html -%%WEBDIR%%/admin/websubmit/guide/example.sk.html -%%WEBDIR%%/admin/websubmit/guide/faq.cz.html -%%WEBDIR%%/admin/websubmit/guide/faq.de.html -%%WEBDIR%%/admin/websubmit/guide/faq.en.html -%%WEBDIR%%/admin/websubmit/guide/faq.es.html -%%WEBDIR%%/admin/websubmit/guide/faq.fr.html -%%WEBDIR%%/admin/websubmit/guide/faq.it.html -%%WEBDIR%%/admin/websubmit/guide/faq.no.html -%%WEBDIR%%/admin/websubmit/guide/faq.pt.html -%%WEBDIR%%/admin/websubmit/guide/faq.ru.html -%%WEBDIR%%/admin/websubmit/guide/faq.se.html -%%WEBDIR%%/admin/websubmit/guide/faq.sk.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.cz.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.de.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.en.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.es.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.fr.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.it.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.no.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.pt.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.ru.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.se.html -%%WEBDIR%%/admin/websubmit/guide/functiondelete.sk.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.cz.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.de.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.en.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.es.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.fr.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.it.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.no.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.pt.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.ru.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.se.html -%%WEBDIR%%/admin/websubmit/guide/functiondescription.sk.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.cz.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.de.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.en.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.es.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.fr.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.it.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.no.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.pt.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.ru.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.se.html -%%WEBDIR%%/admin/websubmit/guide/functionedit.sk.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.cz.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.de.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.en.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.es.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.fr.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.it.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.no.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.pt.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.ru.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.se.html -%%WEBDIR%%/admin/websubmit/guide/functionnew.sk.html -%%WEBDIR%%/admin/websubmit/guide/functions.cz.html -%%WEBDIR%%/admin/websubmit/guide/functions.de.html -%%WEBDIR%%/admin/websubmit/guide/functions.en.html -%%WEBDIR%%/admin/websubmit/guide/functions.es.html -%%WEBDIR%%/admin/websubmit/guide/functions.fr.html -%%WEBDIR%%/admin/websubmit/guide/functions.it.html -%%WEBDIR%%/admin/websubmit/guide/functions.no.html -%%WEBDIR%%/admin/websubmit/guide/functions.pt.html -%%WEBDIR%%/admin/websubmit/guide/functions.ru.html -%%WEBDIR%%/admin/websubmit/guide/functions.se.html -%%WEBDIR%%/admin/websubmit/guide/functions.sk.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.cz.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.de.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.en.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.es.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.fr.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.it.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.no.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.pt.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.ru.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.se.html -%%WEBDIR%%/admin/websubmit/guide/implementfunctions.sk.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.cz.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.de.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.en.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.es.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.fr.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.it.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.no.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.pt.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.ru.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.se.html -%%WEBDIR%%/admin/websubmit/guide/implementwebform.sk.html -%%WEBDIR%%/admin/websubmit/guide/index.cz.html -%%WEBDIR%%/admin/websubmit/guide/index.de.html -%%WEBDIR%%/admin/websubmit/guide/index.en.html -%%WEBDIR%%/admin/websubmit/guide/index.es.html -%%WEBDIR%%/admin/websubmit/guide/index.fr.html -%%WEBDIR%%/admin/websubmit/guide/index.it.html -%%WEBDIR%%/admin/websubmit/guide/index.no.html -%%WEBDIR%%/admin/websubmit/guide/index.pt.html -%%WEBDIR%%/admin/websubmit/guide/index.ru.html -%%WEBDIR%%/admin/websubmit/guide/index.se.html -%%WEBDIR%%/admin/websubmit/guide/index.sk.html -%%WEBDIR%%/admin/websubmit/guide/introduction.cz.html -%%WEBDIR%%/admin/websubmit/guide/introduction.de.html -%%WEBDIR%%/admin/websubmit/guide/introduction.en.html -%%WEBDIR%%/admin/websubmit/guide/introduction.es.html -%%WEBDIR%%/admin/websubmit/guide/introduction.fr.html -%%WEBDIR%%/admin/websubmit/guide/introduction.it.html -%%WEBDIR%%/admin/websubmit/guide/introduction.no.html -%%WEBDIR%%/admin/websubmit/guide/introduction.pt.html -%%WEBDIR%%/admin/websubmit/guide/introduction.ru.html -%%WEBDIR%%/admin/websubmit/guide/introduction.se.html -%%WEBDIR%%/admin/websubmit/guide/introduction.sk.html -%%WEBDIR%%/admin/websubmit/guide/protection.cz.html -%%WEBDIR%%/admin/websubmit/guide/protection.de.html -%%WEBDIR%%/admin/websubmit/guide/protection.en.html -%%WEBDIR%%/admin/websubmit/guide/protection.es.html -%%WEBDIR%%/admin/websubmit/guide/protection.fr.html -%%WEBDIR%%/admin/websubmit/guide/protection.it.html -%%WEBDIR%%/admin/websubmit/guide/protection.no.html -%%WEBDIR%%/admin/websubmit/guide/protection.pt.html -%%WEBDIR%%/admin/websubmit/guide/protection.ru.html -%%WEBDIR%%/admin/websubmit/guide/protection.se.html -%%WEBDIR%%/admin/websubmit/guide/protection.sk.html -%%WEBDIR%%/admin/websubmit/index.php -%%WEBDIR%%/admin/websubmit/listFunctions.php -%%WEBDIR%%/admin/websubmit/newDoctypeEDS.php -%%WEBDIR%%/admin/websubmit/newFunc.php -%%WEBDIR%%/admin/websubmit/newSubmissionEDS.php -%%WEBDIR%%/admin/websubmit/pageDetsEDS.php -%%WEBDIR%%/admin/websubmit/parameterUpdate.php -%%WEBDIR%%/admin/websubmit/referees.py -%%WEBDIR%%/admin/websubmit/referees.pyc -%%WEBDIR%%/admin/websubmit/removeDoctypeEDS.php -%%WEBDIR%%/admin/websubmit/veditFunDets.php -%%WEBDIR%%/admin/websubmit/viewActionEDS.php -%%WEBDIR%%/admin/websubmit/viewChecksEDS.php -%%WEBDIR%%/admin/websubmit/viewEditSubmissionEDS.php -%%WEBDIR%%/approve.py -%%WEBDIR%%/approve.pyc -%%WEBDIR%%/bibformat/bibformat.php -%%WEBDIR%%/direct.py -%%WEBDIR%%/direct.pyc -%%WEBDIR%%/getfile.py -%%WEBDIR%%/getfile.pyc -%%WEBDIR%%/hacking/bibrank/bibrankgkb.html -%%WEBDIR%%/hacking/bibrank/index.html -%%WEBDIR%%/hacking/bibrank/merge_rank_methods.html -%%WEBDIR%%/hacking/bibrank/single_tag_rank.html -%%WEBDIR%%/hacking/bibrank/sort.html -%%WEBDIR%%/hacking/cdsware.el -%%WEBDIR%%/hacking/concepts.html -%%WEBDIR%%/hacking/directory.html -%%WEBDIR%%/hacking/index.html -%%WEBDIR%%/hacking/modules.html -%%WEBDIR%%/hacking/releases.html -%%WEBDIR%%/hacking/style.html -%%WEBDIR%%/hacking/webaccess/admin-internals.html -%%WEBDIR%%/hacking/webaccess/api.html -%%WEBDIR%%/hacking/webaccess/index.html -%%WEBDIR%%/hacking/webaccess/table-structure.html -%%WEBDIR%%/hacking/websearch/api.html -%%WEBDIR%%/hacking/websearch/index.html -%%WEBDIR%%/hacking/websearch/stages.html -%%WEBDIR%%/help/index.cz.html -%%WEBDIR%%/help/index.de.html -%%WEBDIR%%/help/index.en.html -%%WEBDIR%%/help/index.es.html -%%WEBDIR%%/help/index.fr.html -%%WEBDIR%%/help/index.it.html -%%WEBDIR%%/help/index.no.html -%%WEBDIR%%/help/index.pt.html -%%WEBDIR%%/help/index.ru.html -%%WEBDIR%%/help/index.se.html -%%WEBDIR%%/help/index.sk.html -%%WEBDIR%%/help/search/index.cz.html -%%WEBDIR%%/help/search/index.de.html -%%WEBDIR%%/help/search/index.en.html -%%WEBDIR%%/help/search/index.es.html -%%WEBDIR%%/help/search/index.fr.html -%%WEBDIR%%/help/search/index.it.html -%%WEBDIR%%/help/search/index.no.html -%%WEBDIR%%/help/search/index.pt.html -%%WEBDIR%%/help/search/index.ru.html -%%WEBDIR%%/help/search/index.se.html -%%WEBDIR%%/help/search/index.sk.html -%%WEBDIR%%/help/search/tips.cz.html -%%WEBDIR%%/help/search/tips.de.html -%%WEBDIR%%/help/search/tips.en.html -%%WEBDIR%%/help/search/tips.es.html -%%WEBDIR%%/help/search/tips.fr.html -%%WEBDIR%%/help/search/tips.it.html -%%WEBDIR%%/help/search/tips.no.html -%%WEBDIR%%/help/search/tips.pt.html -%%WEBDIR%%/help/search/tips.ru.html -%%WEBDIR%%/help/search/tips.se.html -%%WEBDIR%%/help/search/tips.sk.html -%%WEBDIR%%/help/submit/access.cz.html -%%WEBDIR%%/help/submit/access.de.html -%%WEBDIR%%/help/submit/access.en.html -%%WEBDIR%%/help/submit/access.es.html -%%WEBDIR%%/help/submit/access.fr.html -%%WEBDIR%%/help/submit/access.it.html -%%WEBDIR%%/help/submit/access.no.html -%%WEBDIR%%/help/submit/access.pt.html -%%WEBDIR%%/help/submit/access.ru.html -%%WEBDIR%%/help/submit/access.se.html -%%WEBDIR%%/help/submit/access.sk.html -%%WEBDIR%%/help/submit/actions.cz.html -%%WEBDIR%%/help/submit/actions.de.html -%%WEBDIR%%/help/submit/actions.en.html -%%WEBDIR%%/help/submit/actions.es.html -%%WEBDIR%%/help/submit/actions.fr.html -%%WEBDIR%%/help/submit/actions.it.html -%%WEBDIR%%/help/submit/actions.no.html -%%WEBDIR%%/help/submit/actions.pt.html -%%WEBDIR%%/help/submit/actions.ru.html -%%WEBDIR%%/help/submit/actions.se.html -%%WEBDIR%%/help/submit/actions.sk.html -%%WEBDIR%%/help/submit/approval.cz.html -%%WEBDIR%%/help/submit/approval.de.html -%%WEBDIR%%/help/submit/approval.en.html -%%WEBDIR%%/help/submit/approval.es.html -%%WEBDIR%%/help/submit/approval.fr.html -%%WEBDIR%%/help/submit/approval.it.html -%%WEBDIR%%/help/submit/approval.no.html -%%WEBDIR%%/help/submit/approval.pt.html -%%WEBDIR%%/help/submit/approval.ru.html -%%WEBDIR%%/help/submit/approval.se.html -%%WEBDIR%%/help/submit/approval.sk.html -%%WEBDIR%%/help/submit/approvals.cz.html -%%WEBDIR%%/help/submit/approvals.de.html -%%WEBDIR%%/help/submit/approvals.en.html -%%WEBDIR%%/help/submit/approvals.es.html -%%WEBDIR%%/help/submit/approvals.fr.html -%%WEBDIR%%/help/submit/approvals.it.html -%%WEBDIR%%/help/submit/approvals.no.html -%%WEBDIR%%/help/submit/approvals.pt.html -%%WEBDIR%%/help/submit/approvals.ru.html -%%WEBDIR%%/help/submit/approvals.se.html -%%WEBDIR%%/help/submit/approvals.sk.html -%%WEBDIR%%/help/submit/bibliographic_fields.cz.html -%%WEBDIR%%/help/submit/bibliographic_fields.de.html -%%WEBDIR%%/help/submit/bibliographic_fields.en.html -%%WEBDIR%%/help/submit/bibliographic_fields.es.html -%%WEBDIR%%/help/submit/bibliographic_fields.fr.html -%%WEBDIR%%/help/submit/bibliographic_fields.it.html -%%WEBDIR%%/help/submit/bibliographic_fields.no.html -%%WEBDIR%%/help/submit/bibliographic_fields.pt.html -%%WEBDIR%%/help/submit/bibliographic_fields.ru.html -%%WEBDIR%%/help/submit/bibliographic_fields.se.html -%%WEBDIR%%/help/submit/bibliographic_fields.sk.html -%%WEBDIR%%/help/submit/description.cz.html -%%WEBDIR%%/help/submit/description.de.html -%%WEBDIR%%/help/submit/description.en.html -%%WEBDIR%%/help/submit/description.es.html -%%WEBDIR%%/help/submit/description.fr.html -%%WEBDIR%%/help/submit/description.it.html -%%WEBDIR%%/help/submit/description.no.html -%%WEBDIR%%/help/submit/description.pt.html -%%WEBDIR%%/help/submit/description.ru.html -%%WEBDIR%%/help/submit/description.se.html -%%WEBDIR%%/help/submit/description.sk.html -%%WEBDIR%%/help/submit/file_transfer.cz.html -%%WEBDIR%%/help/submit/file_transfer.de.html -%%WEBDIR%%/help/submit/file_transfer.en.html -%%WEBDIR%%/help/submit/file_transfer.es.html -%%WEBDIR%%/help/submit/file_transfer.fr.html -%%WEBDIR%%/help/submit/file_transfer.it.html -%%WEBDIR%%/help/submit/file_transfer.no.html -%%WEBDIR%%/help/submit/file_transfer.pt.html -%%WEBDIR%%/help/submit/file_transfer.ru.html -%%WEBDIR%%/help/submit/file_transfer.se.html -%%WEBDIR%%/help/submit/file_transfer.sk.html -%%WEBDIR%%/help/submit/index.cz.html -%%WEBDIR%%/help/submit/index.de.html -%%WEBDIR%%/help/submit/index.en.html -%%WEBDIR%%/help/submit/index.es.html -%%WEBDIR%%/help/submit/index.fr.html -%%WEBDIR%%/help/submit/index.it.html -%%WEBDIR%%/help/submit/index.no.html -%%WEBDIR%%/help/submit/index.pt.html -%%WEBDIR%%/help/submit/index.ru.html -%%WEBDIR%%/help/submit/index.se.html -%%WEBDIR%%/help/submit/index.sk.html -%%WEBDIR%%/help/submit/introduction.cz.html -%%WEBDIR%%/help/submit/introduction.de.html -%%WEBDIR%%/help/submit/introduction.en.html -%%WEBDIR%%/help/submit/introduction.es.html -%%WEBDIR%%/help/submit/introduction.fr.html -%%WEBDIR%%/help/submit/introduction.it.html -%%WEBDIR%%/help/submit/introduction.no.html -%%WEBDIR%%/help/submit/introduction.pt.html -%%WEBDIR%%/help/submit/introduction.ru.html -%%WEBDIR%%/help/submit/introduction.se.html -%%WEBDIR%%/help/submit/introduction.sk.html -%%WEBDIR%%/help/submit/login.cz.html -%%WEBDIR%%/help/submit/login.de.html -%%WEBDIR%%/help/submit/login.en.html -%%WEBDIR%%/help/submit/login.es.html -%%WEBDIR%%/help/submit/login.fr.html -%%WEBDIR%%/help/submit/login.it.html -%%WEBDIR%%/help/submit/login.no.html -%%WEBDIR%%/help/submit/login.pt.html -%%WEBDIR%%/help/submit/login.ru.html -%%WEBDIR%%/help/submit/login.se.html -%%WEBDIR%%/help/submit/login.sk.html -%%WEBDIR%%/help/submit/modification.cz.html -%%WEBDIR%%/help/submit/modification.de.html -%%WEBDIR%%/help/submit/modification.en.html -%%WEBDIR%%/help/submit/modification.es.html -%%WEBDIR%%/help/submit/modification.fr.html -%%WEBDIR%%/help/submit/modification.it.html -%%WEBDIR%%/help/submit/modification.no.html -%%WEBDIR%%/help/submit/modification.pt.html -%%WEBDIR%%/help/submit/modification.ru.html -%%WEBDIR%%/help/submit/modification.se.html -%%WEBDIR%%/help/submit/modification.sk.html -%%WEBDIR%%/help/submit/password.cz.html -%%WEBDIR%%/help/submit/password.de.html -%%WEBDIR%%/help/submit/password.en.html -%%WEBDIR%%/help/submit/password.es.html -%%WEBDIR%%/help/submit/password.fr.html -%%WEBDIR%%/help/submit/password.it.html -%%WEBDIR%%/help/submit/password.no.html -%%WEBDIR%%/help/submit/password.pt.html -%%WEBDIR%%/help/submit/password.ru.html -%%WEBDIR%%/help/submit/password.se.html -%%WEBDIR%%/help/submit/password.sk.html -%%WEBDIR%%/help/submit/pending.cz.html -%%WEBDIR%%/help/submit/pending.de.html -%%WEBDIR%%/help/submit/pending.en.html -%%WEBDIR%%/help/submit/pending.es.html -%%WEBDIR%%/help/submit/pending.fr.html -%%WEBDIR%%/help/submit/pending.it.html -%%WEBDIR%%/help/submit/pending.no.html -%%WEBDIR%%/help/submit/pending.pt.html -%%WEBDIR%%/help/submit/pending.ru.html -%%WEBDIR%%/help/submit/pending.se.html -%%WEBDIR%%/help/submit/pending.sk.html -%%WEBDIR%%/help/submit/revised_version.cz.html -%%WEBDIR%%/help/submit/revised_version.de.html -%%WEBDIR%%/help/submit/revised_version.en.html -%%WEBDIR%%/help/submit/revised_version.es.html -%%WEBDIR%%/help/submit/revised_version.fr.html -%%WEBDIR%%/help/submit/revised_version.it.html -%%WEBDIR%%/help/submit/revised_version.no.html -%%WEBDIR%%/help/submit/revised_version.pt.html -%%WEBDIR%%/help/submit/revised_version.ru.html -%%WEBDIR%%/help/submit/revised_version.se.html -%%WEBDIR%%/help/submit/revised_version.sk.html -%%WEBDIR%%/help/submit/submission.cz.html -%%WEBDIR%%/help/submit/submission.de.html -%%WEBDIR%%/help/submit/submission.en.html -%%WEBDIR%%/help/submit/submission.es.html -%%WEBDIR%%/help/submit/submission.fr.html -%%WEBDIR%%/help/submit/submission.it.html -%%WEBDIR%%/help/submit/submission.no.html -%%WEBDIR%%/help/submit/submission.pt.html -%%WEBDIR%%/help/submit/submission.ru.html -%%WEBDIR%%/help/submit/submission.se.html -%%WEBDIR%%/help/submit/submission.sk.html -%%WEBDIR%%/help/submit/subnumber.cz.html -%%WEBDIR%%/help/submit/subnumber.de.html -%%WEBDIR%%/help/submit/subnumber.en.html -%%WEBDIR%%/help/submit/subnumber.es.html -%%WEBDIR%%/help/submit/subnumber.fr.html -%%WEBDIR%%/help/submit/subnumber.it.html -%%WEBDIR%%/help/submit/subnumber.no.html -%%WEBDIR%%/help/submit/subnumber.pt.html -%%WEBDIR%%/help/submit/subnumber.ru.html -%%WEBDIR%%/help/submit/subnumber.se.html -%%WEBDIR%%/help/submit/subnumber.sk.html -%%WEBDIR%%/img/answer_bad.gif -%%WEBDIR%%/img/arrow_down.gif -%%WEBDIR%%/img/arrow_up.gif -%%WEBDIR%%/img/blankicon.gif -%%WEBDIR%%/img/cds.css -%%WEBDIR%%/img/cross_red.gif -%%WEBDIR%%/img/description.gif -%%WEBDIR%%/img/down-trans.gif -%%WEBDIR%%/img/down.gif -%%WEBDIR%%/img/edit1.gif -%%WEBDIR%%/img/forbidden_left.gif -%%WEBDIR%%/img/forbidden_right.gif -%%WEBDIR%%/img/head.gif -%%WEBDIR%%/img/header_background.gif -%%WEBDIR%%/img/iconcross.gif -%%WEBDIR%%/img/iconeye.gif -%%WEBDIR%%/img/iconpen.gif -%%WEBDIR%%/img/last-right-part-trans.gif -%%WEBDIR%%/img/left-part-topless-trans.gif -%%WEBDIR%%/img/left-part-trans.gif -%%WEBDIR%%/img/left-trans.gif -%%WEBDIR%%/img/left.gif -%%WEBDIR%%/img/line-up-trans.gif -%%WEBDIR%%/img/line.gif -%%WEBDIR%%/img/mainmenu.gif -%%WEBDIR%%/img/modules.jpeg -%%WEBDIR%%/img/move_from.gif -%%WEBDIR%%/img/move_to.gif -%%WEBDIR%%/img/noway.gif -%%WEBDIR%%/img/okay.gif -%%WEBDIR%%/img/out.gif -%%WEBDIR%%/img/r.gif -%%WEBDIR%%/img/right-part-topless-trans.gif -%%WEBDIR%%/img/right-part-trans.gif -%%WEBDIR%%/img/right-trans.gif -%%WEBDIR%%/img/right.gif -%%WEBDIR%%/img/sb.gif -%%WEBDIR%%/img/sbm_admin_guide_elements.png -%%WEBDIR%%/img/sbm_admin_guide_endaction.png -%%WEBDIR%%/img/sbm_admin_guide_form.png -%%WEBDIR%%/img/sbm_admin_guide_implement.png -%%WEBDIR%%/img/sbm_admin_guide_listfunctions.png -%%WEBDIR%%/img/sbm_admin_guide_mainmenu.png -%%WEBDIR%%/img/sbm_admin_guide_mainpage.png -%%WEBDIR%%/img/sbm_admin_guide_menudoc.png -%%WEBDIR%%/img/sbm_admin_guide_menupage.png -%%WEBDIR%%/img/sbm_admin_guide_preview.png -%%WEBDIR%%/img/sbm_guide_accessnumber.png -%%WEBDIR%%/img/sbm_guide_approvals.png -%%WEBDIR%%/img/sbm_guide_approve_button.png -%%WEBDIR%%/img/sbm_guide_browse.png -%%WEBDIR%%/img/sbm_guide_description.png -%%WEBDIR%%/img/sbm_guide_login.png -%%WEBDIR%%/img/sbm_guide_logout.png -%%WEBDIR%%/img/sbm_guide_modify_button.png -%%WEBDIR%%/img/sbm_guide_revise_button.png -%%WEBDIR%%/img/sbm_guide_submissions.png -%%WEBDIR%%/img/sbm_guide_submit_button.png -%%WEBDIR%%/img/sbm_guide_subnumber.png -%%WEBDIR%%/img/sbm_guide_summary.png -%%WEBDIR%%/img/sclose.gif -%%WEBDIR%%/img/se.gif -%%WEBDIR%%/img/smallbin.gif -%%WEBDIR%%/img/smalldown.gif -%%WEBDIR%%/img/smallfiles.gif -%%WEBDIR%%/img/smallup.gif -%%WEBDIR%%/img/smchk_gr.gif -%%WEBDIR%%/img/smchk_rd.gif -%%WEBDIR%%/img/sn.gif -%%WEBDIR%%/img/sp.gif -%%WEBDIR%%/img/summary.gif -%%WEBDIR%%/img/tick.gif -%%WEBDIR%%/img/up.gif -%%WEBDIR%%/img/waiting_or.gif -%%WEBDIR%%/img/white_field.gif -%%WEBDIR%%/index.py -%%WEBDIR%%/index.pyc -%%WEBDIR%%/oai2d.py -%%WEBDIR%%/oai2d.pyc -%%WEBDIR%%/publiline.py -%%WEBDIR%%/publiline.pyc -%%WEBDIR%%/search.py -%%WEBDIR%%/search.pyc -%%WEBDIR%%/sessinit.inc.php -%%WEBDIR%%/sub.py -%%WEBDIR%%/sub.pyc -%%WEBDIR%%/submit.py -%%WEBDIR%%/submit.pyc -%%WEBDIR%%/summary.py -%%WEBDIR%%/summary.pyc -%%WEBDIR%%/youraccount.py -%%WEBDIR%%/youraccount.pyc -%%WEBDIR%%/youralerts.py -%%WEBDIR%%/youralerts.pyc -%%WEBDIR%%/yourapprovals.py -%%WEBDIR%%/yourapprovals.pyc -%%WEBDIR%%/yourbaskets.py -%%WEBDIR%%/yourbaskets.pyc -%%WEBDIR%%/yoursubmissions.py -%%WEBDIR%%/yoursubmissions.pyc -@dirrm %%WEBDIR%%/img -@dirrm %%WEBDIR%%/help/submit -@dirrm %%WEBDIR%%/help/search -@dirrm %%WEBDIR%%/help -@dirrm %%WEBDIR%%/hacking/websearch -@dirrm %%WEBDIR%%/hacking/webaccess -@dirrm %%WEBDIR%%/hacking/bibrank -@dirrm %%WEBDIR%%/hacking -@dirrm %%WEBDIR%%/bibformat -@dirrm %%WEBDIR%%/admin/websubmit/guide -@dirrm %%WEBDIR%%/admin/websubmit -@dirrm %%WEBDIR%%/admin/webstyle -@dirrm %%WEBDIR%%/admin/websession -@dirrm %%WEBDIR%%/admin/websearch -@dirrm %%WEBDIR%%/admin/webbasket -@dirrm %%WEBDIR%%/admin/webalert -@dirrm %%WEBDIR%%/admin/webaccess -@dirrm %%WEBDIR%%/admin/howto -@dirrm %%WEBDIR%%/admin/bibupload -@dirrm %%WEBDIR%%/admin/bibsched -@dirrm %%WEBDIR%%/admin/bibrank -@dirrm %%WEBDIR%%/admin/bibindex -@dirrm %%WEBDIR%%/admin/bibharvest -@dirrm %%WEBDIR%%/admin/bibformat -@dirrm %%WEBDIR%%/admin/bibedit -@dirrm %%WEBDIR%%/admin/bibconvert -@dirrm %%WEBDIR%%/admin -@dirrm %%WEBDIR%% -@dirrm etc/cdsware -@dirrm %%DATADIR%% -@dirrm cdsware/lib/wml/cdsware -@dirrm cdsware/lib/wml -@dirrm cdsware/lib/python/cdsware/websubmit_functions -@dirrm cdsware/lib/python/cdsware -@dirrm cdsware/lib/python -@dirrm cdsware/lib/php/cdsware/errors -@dirrm cdsware/lib/php/cdsware/bibformat/core -@dirrm cdsware/lib/php/cdsware/bibformat/common -@dirrm cdsware/lib/php/cdsware/bibformat -@dirrm cdsware/lib/php/cdsware -@dirrm cdsware/lib/php -@dirrm cdsware/lib -@dirrm cdsware/etc/bibrank -@dirrm cdsware/etc/bibconvert/config -@dirrm cdsware/etc/bibconvert/KB -@dirrm cdsware/etc/bibconvert -@dirrm cdsware/etc -@dirrm cdsware/bin -@dirrm cdsware diff --git a/textproc/p5-XML-SAX-Base/Makefile b/textproc/p5-XML-SAX-Base/Makefile deleted file mode 100644 index 7712026..0000000 --- a/textproc/p5-XML-SAX-Base/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: XML::SAX::Base -# Date created: 25 Jan 2002 -# Whom: Seamus Venasse <svenasse@polaris.ca> -# -# $FreeBSD$ -# - -PORTNAME= XML-SAX-Base -PORTVERSION= 1.04 -PORTREVISION= 1 -CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -#MASTER_SITE_SUBDIR= XML -MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Base class SAX Drivers and Filters - -DEPRECATED= XML-SAX-Base is subset of textproc/p5-XML-SAX -EXPIRATION_DATE= 2005-10-30 - -PERL_CONFIGURE= yes - -MAN3= XML::SAX::Exception.3 \ - XML::SAX::Base.3 - -.include <bsd.port.mk> diff --git a/textproc/p5-XML-SAX-Base/distinfo b/textproc/p5-XML-SAX-Base/distinfo deleted file mode 100644 index 7272d32..0000000 --- a/textproc/p5-XML-SAX-Base/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (XML-SAX-Base-1.04.tar.gz) = e4d248e8ac1811a5db0aa043c56af612 -SIZE (XML-SAX-Base-1.04.tar.gz) = 16199 diff --git a/textproc/p5-XML-SAX-Base/pkg-descr b/textproc/p5-XML-SAX-Base/pkg-descr deleted file mode 100644 index 2303a33..0000000 --- a/textproc/p5-XML-SAX-Base/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This module has a very simple task - to be a base class for PerlSAX -drivers and filters. It's default behaviour is to pass the input directly -to the output unchanged. It can be useful to use this module as a base class -so you don't have to, for example, implement the characters() callback. - -WWW: http://search.cpan.org/dist/XML-SAX-Base/ - -Seamus Venasse <svenasse@polaris.ca> diff --git a/textproc/p5-XML-SAX-Base/pkg-plist b/textproc/p5-XML-SAX-Base/pkg-plist deleted file mode 100644 index bbf3418..0000000 --- a/textproc/p5-XML-SAX-Base/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base/.packlist -%%SITE_PERL%%/XML/SAX/Base.pm -%%SITE_PERL%%/XML/SAX/Exception.pm -%%SITE_PERL%%/XML/SAX/placeholder.pl -@unexec rmdir %D/%%SITE_PERL%%/XML/SAX 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX/Base 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/SAX 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true diff --git a/textproc/tei-xlite/Makefile b/textproc/tei-xlite/Makefile deleted file mode 100644 index b88dac6..0000000 --- a/textproc/tei-xlite/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: tei-xlite -# Date created: 19 May 2002 -# Whom: Henrik Motakef <henrik.motakef@web.de> -# -# $FreeBSD$ -# - -PORTNAME= tei -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= textproc -MASTER_SITES= http://www.tei-c.org/Lite/DTD/ -PKGNAMESUFFIX= -xlite -DISTNAME= teixlite -EXTRACT_SUFX= .dtd -EXTRACT_ONLY= # Empty - -MAINTAINER= ports@FreeBSD.org -COMMENT= XML version of the TEI-Lite DTD - -RUN_DEPENDS= ${XMLCATMGR}:${PORTSDIR}/textproc/xmlcatmgr - -BROKEN= Size mismatch -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -NO_BUILD= yes -PLIST_SUB= XMLCATMGR=${XMLCATMGR} -PLIST_SUB+= DTDDIR=${INSTDIR} -PLIST_SUB+= CATALOG_PORTS_SGML=${CATALOG_PORTS_SGML} -PLIST_SUB+= CATALOG_PORTS_XML=${CATALOG_PORTS_XML} -INSTDIR= ${PREFIX}/share/xml/tei/xlite -XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr -CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports -CATALOG_PORTS_XML= ${PREFIX}/share/xml/catalog.ports - -do-install: - @[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR} - @${INSTALL_DATA} ${DISTDIR}/teixlite.dtd ${INSTDIR} - @${INSTALL_DATA} ${FILESDIR}/catalog ${INSTDIR} - @${SED} -e 's!%%INSTDIR%%!${INSTDIR}!' ${FILESDIR}/catalog.xml \ - > ${INSTDIR}/catalog.xml - -post-install: - ${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${INSTDIR}/catalog - ${XMLCATMGR} -c ${CATALOG_PORTS_XML} add nextCatalog ${INSTDIR}/catalog.xml - -.include <bsd.port.mk> diff --git a/textproc/tei-xlite/distinfo b/textproc/tei-xlite/distinfo deleted file mode 100644 index 7e64976..0000000 --- a/textproc/tei-xlite/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (teixlite.dtd) = 7830e91dcca9d13cd70ada91dc7dcd5d -SIZE (teixlite.dtd) = 91636 diff --git a/textproc/tei-xlite/files/catalog b/textproc/tei-xlite/files/catalog deleted file mode 100644 index 1445e11..0000000 --- a/textproc/tei-xlite/files/catalog +++ /dev/null @@ -1 +0,0 @@ -PUBLIC "-//TEI//DTD TEI Lite XML ver. 1//EN" "teixlite.dtd" diff --git a/textproc/tei-xlite/files/catalog.xml b/textproc/tei-xlite/files/catalog.xml deleted file mode 100644 index b4d7c76..0000000 --- a/textproc/tei-xlite/files/catalog.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0"?> -<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" - "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> - -<!-- Created by xmlcatmgr-0.2 --> - -<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> - <public publicId="-//TEI//DTD TEI Lite XML ver. 1//EN" uri="file://%%INSTDIR%%/teixlite.dtd" /> -</catalog> diff --git a/textproc/tei-xlite/pkg-descr b/textproc/tei-xlite/pkg-descr deleted file mode 100644 index ae13fc6..0000000 --- a/textproc/tei-xlite/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The DTD of the Text Encoding Initiative allows encoding of a wide range -of document types in the domain of humanities. If focuses on, but is not -restricted to, the needs of the scholarly research and education community. - -This port contains the XML version of the TEI Lite DTD, a small -customization of the TEI DTD that should meet 90% of the needs of 90% -of users. - -WWW: http://www.tei-c.org/ - --- Henrik Motakef - <henrik.motakef@web.de> diff --git a/textproc/tei-xlite/pkg-plist b/textproc/tei-xlite/pkg-plist deleted file mode 100644 index 0b4940b..0000000 --- a/textproc/tei-xlite/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -share/xml/tei/xlite/teixlite.dtd -@unexec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% remove %%DTDDIR%%/catalog -share/xml/tei/xlite/catalog -@exec %%XMLCATMGR%% -sc %%CATALOG_PORTS_SGML%% add CATALOG %%DTDDIR%%/catalog -@unexec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% remove %%DTDDIR%%/catalog.xml -share/xml/tei/xlite/catalog.xml -@exec %%XMLCATMGR%% -c %%CATALOG_PORTS_XML%% add nextCatalog %%DTDDIR%%/catalog.xml -@dirrm share/xml/tei/xlite -@unexec rmdir %D/share/xml/tei 2>/dev/null || true diff --git a/ukrainian/Makefile b/ukrainian/Makefile index 5e84763..09a3566 100644 --- a/ukrainian/Makefile +++ b/ukrainian/Makefile @@ -5,7 +5,6 @@ SUBDIR += aspell SUBDIR += gd - SUBDIR += iceb SUBDIR += ispell SUBDIR += kde3-i18n SUBDIR += koffice-i18n diff --git a/ukrainian/iceb/Makefile b/ukrainian/iceb/Makefile deleted file mode 100644 index 64dca0c..0000000 --- a/ukrainian/iceb/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# New ports collection makefile for: iceb -# Date created: 20 December 2002 -# Whom: Vadim Chekan <vchekan@softline.kiev.ua> -# -# $FreeBSD$ -# - -PORTNAME= iceb -PORTVERSION= 5.60 -PORTREVISION= 1 -CATEGORIES= ukrainian finance -MASTER_SITES= http://www.iceb.vinnitsa.com/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ukrainian accounting system - -BROKEN= Incomplete pkg-plist -DEPRECATED= "${BROKEN}" -EXPIRATION_DATE=2005-09-22 - -USE_MYSQL= yes -WANT_MYSQL_VER= 323 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 -USE_AUTOCONF_VER= 213 -USE_AUTOMAKE_VER= 14 -USE_REINPLACE= yes -USE_BZIP2= yes -USE_GETOPT_LONG=yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX} \ - --with-lang=ua \ - --with-lock-dir=/var/spool/lock \ - --with-config-path=${PREFIX}/etc/iceb \ - --with-lang-path=${PREFIX}/share/nls/uk_UA.KOI8-U -CFLAGS+= -I${LOCALBASE}/include/mysql -L${LOCALBASE}/lib/mysql -CONFIGURE_ENV= ICEB_DB_LIB=${LOCALBASE}/lib/mysql - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 503000 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -post-patch: - ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure.in - -pre-configure: - ${MKDIR} ${PREFIX}/share/nls/uk_UA.KOI8-U - -.include <bsd.port.post.mk> diff --git a/ukrainian/iceb/distinfo b/ukrainian/iceb/distinfo deleted file mode 100644 index fd47af3..0000000 --- a/ukrainian/iceb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (iceb-5.60.tar.bz2) = 60458ef0308ba9a93bbd07c77fdd9c40 -SIZE (iceb-5.60.tar.bz2) = 1264493 diff --git a/ukrainian/iceb/files/patch-buhg::Makefile.am b/ukrainian/iceb/files/patch-buhg::Makefile.am deleted file mode 100644 index e5cc58b..0000000 --- a/ukrainian/iceb/files/patch-buhg::Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ ---- buhg/Makefile.am Fri Oct 24 07:18:03 2003 -+++ buhg/Makefile.am.new Fri Jan 2 00:33:37 2004 -@@ -16,8 +16,6 @@ - # Individual libraries - # - --bb_LDADD = $(top_builddir)/libutil/libutil.la @ICEB_CURSES_LIB@ $(top_builddir)/libscr/libscr.la -- - sozsqlbaz_LDADD = $(top_builddir)/libscr/libscr.la @ICEB_CURSES_LIB@ \ - $(top_builddir)/libutil/libutil.la \ - $(top_builddir)/libsql/libsql.la @ICEB_DB_LIB@ -@@ -305,5 +303,5 @@ - zapvdok.c zapvkr.c - - bin_PROGRAMS = sozsqlbaz dostup startxbu xbu xmu xdk xzp xuos xusl xukr xupl xkas \ -- xpro mariq rozn saldo kassa bb spec uos23 fsprozn -+ xpro mariq rozn saldo kassa spec uos23 fsprozn - diff --git a/ukrainian/iceb/files/patch-buhg::bx::Makefile.am b/ukrainian/iceb/files/patch-buhg::bx::Makefile.am deleted file mode 100644 index 0545f09..0000000 --- a/ukrainian/iceb/files/patch-buhg::bx::Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -diff -ru iceb-5.35.old/buhg/bx/Makefile.am buhg/bx/Makefile.am ---- buhg/bx/Makefile.am Sat Jul 21 09:10:15 2001 -+++ buhg/bx/Makefile.am Sun Jan 12 00:11:22 2003 -@@ -1,15 +1,15 @@ - # $Id: Makefile.am,v 5.1 2001/07/21 09:10:15 yuk Exp $ - # - --CONFDIR=@CONFIG_PATH@/bx -+CONFDIR=@CONFIG_PATH@/bx.sample - #------------------------------------------------------------ - - all: ; - - install: - @if [ \! -d $(CONFDIR) ]; then \ -- $(INSTALL) -d $(CONFDIR) ;\ -- $(INSTALL_DATA) *.alx $(CONFDIR) ;\ -+ $(mkinstalldirs) $(CONFDIR); \ -+ $(INSTALL_DATA) $(srcdir)/*.alx $(CONFDIR) ;\ - fi - - uninstall: diff --git a/ukrainian/iceb/files/patch-buhg::bx::nastsys.alx b/ukrainian/iceb/files/patch-buhg::bx::nastsys.alx deleted file mode 100644 index c9e8c31..0000000 --- a/ukrainian/iceb/files/patch-buhg::bx::nastsys.alx +++ /dev/null @@ -1,19 +0,0 @@ ---- buhg/bx/nastsys.alx Thu Oct 16 10:05:26 2003 -+++ buhg/bx/nastsys.alx.new Fri Jan 2 00:20:19 2004 -@@ -1,12 +1,12 @@ - --òÅÄÁËÔÏÒ|joe --òÅÄÁËÔÏÒ ÄÌÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÉÎÔÅÒÆÅÊÓÁ|xterm -e joe -+òÅÄÁËÔÏÒ|ee -+òÅÄÁËÔÏÒ ÄÌÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÉÎÔÅÒÆÅÊÓÁ|xterm -e ee - óÉÓÔÅÍÎÙÊ ÐÒÉÎÔÅÒ|lpr -r - ìÏËÁÌØÎÙÊ ÐÒÉÎÔÅÒ|prterm -r - óÎÑÔØ Ó ÏÞÅÒÅÄÉ ÎÁ ÐÅÞÁÔØ|lprm - ðÒÏÓÍÏÔÒ ÏÞÅÒÅÄÉ ÎÁ ÐÅÞÁÔØ|lpq --ðÒÏÓÍÏÔÒÝÉË ÆÁÊÌÏ×|mc -v --ðÒÏÓÍÏÔÒÝÉË ÆÁÊÌÏ× ÄÌÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÉÎÔÅÒÆÅÊÓÁ|xterm -e mc -v -+ðÒÏÓÍÏÔÒÝÉË ÆÁÊÌÏ×|less -+ðÒÏÓÍÏÔÒÝÉË ÆÁÊÌÏ× ÄÌÑ ÇÒÁÆÉÞÅÓËÏÇÏ ÉÎÔÅÒÆÅÊÓÁ|xterm -e less - ëÏÐÉÒÏ×ÁÎÉÅ ÎÁ äïó ÄÉÓËÅÔÕ|mcopy -o - õÓÔÒÏÊÓÔ×Ï äïó ÄÌÑ ËÏÐÉÒÏ×ÁÎÉÑ|a: - ðÅÒÅËÏÄÉÒÏ×ËÁ ÆÁÊÌÏ× × äïó ËÏÄÉÒÏ×ËÕ|tcod -kd diff --git a/ukrainian/iceb/files/patch-buhg::doc::Makefile.am b/ukrainian/iceb/files/patch-buhg::doc::Makefile.am deleted file mode 100644 index 56c5a95..0000000 --- a/ukrainian/iceb/files/patch-buhg::doc::Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ ---- buhg/doc/Makefile.am Sat Jul 21 09:10:15 2001 -+++ buhg/doc/Makefile.am Fri Jan 2 12:42:41 2004 -@@ -1,13 +1,13 @@ - # $Id: Makefile.am,v 5.1 2001/07/21 09:10:15 yuk Exp $ - # - --CONFDIR=@CONFIG_PATH@/doc -+CONFDIR=@datadir@/doc/iceb - #------------------------------------------------------------ - - all: ; - - install: $(CONFDIR) -- $(INSTALL_DATA) *.txt $(CONFDIR) -+ $(INSTALL_DATA) $(srcdir)/*.txt $(CONFDIR) - - $(CONFDIR): - $(INSTALL) -d $(CONFDIR) diff --git a/ukrainian/iceb/files/patch-buhg::doc::buhg.txt b/ukrainian/iceb/files/patch-buhg::doc::buhg.txt deleted file mode 100644 index d03a471..0000000 --- a/ukrainian/iceb/files/patch-buhg::doc::buhg.txt +++ /dev/null @@ -1,18 +0,0 @@ -diff -ru --exclude *.in iceb-5.35.old/buhg/doc/buhg.txt iceb-5.35/buhg/doc/buhg.txt ---- buhg/doc/buhg.txt Fri Jul 13 08:43:01 2001 -+++ buhg/doc/buhg.txt Sat Dec 21 20:43:56 2002 -@@ -134,7 +134,7 @@ - - ÷Ï ×ÒÅÍÑ ÒÁÓÞÅÔÁ ÚÁÒÐÌÁÔÙ ÐÒÏÇÒÁÍÍÁ ×ÙÐÏÌÎÑÅÔ - ×ÓÅ ÎÅÏÂÈÏÄÉÍÙÅ ÐÒÏ×ÏÄËÉ ËÏÔÏÒÙÅ ÐÏÐÁÄÁÀÔ × ÂÁÚÕ ÄÁÎÎÙÈ --"çÌÁ×ÎÁÑ ËÎÉÇÁ". ôÏÅÓÔØ ×ÓÅ ÏÐÅÒÁÃÉÉ ÏÔÏÂÒÁÖÁÀÔÓÑ × ÂÁÌÁÎÓÅ -+"çÌÁ×ÎÁÑ ËÎÉÇÁ". ôÏ ÅÓÔØ ×ÓÅ ÏÐÅÒÁÃÉÉ ÏÔÏÂÒÁÖÁÀÔÓÑ × ÂÁÌÁÎÓÅ - ÐÒÅÄÐÒÉÑÔÉÑ × ÒÅÖÉÍÅ ÒÅÁÌØÎÏÇÏ ×ÒÅÍÅÎÉ. - - "ðÌÁÔÅÖÎÙÅ ÄÏËÕÍÅÎÔÙ". -@@ -179,4 +179,4 @@ - ËÁÓÓÏ×ÙÈ ÏÒÄÅÒÏ× ÚÁ ÌÀÂÏÊ ÐÅÒÉÏÄ ×ÒÅÍÅÎÉ. - ðÒÅÄÕÓÍÏÔÒÅÎÁ ×ÏÚÍÏÖÎÏÓÔØ ÐÏÄÔ×ÅÒÖÄÅÎÉÑ ÏÒÄÅÒÏ× É - ËÏÎÔÒÏÌØ ×ÙÐÏÌÎÅÎÉÑ ÐÒÏ×ÏÄÏË Ë ËÁÖÄÏÍÕ ÄÏËÕÍÅÎÔÕ. -- -+ diff --git a/ukrainian/iceb/files/patch-buhg::doc::buhg3.txt b/ukrainian/iceb/files/patch-buhg::doc::buhg3.txt deleted file mode 100644 index b2be3cc..0000000 --- a/ukrainian/iceb/files/patch-buhg::doc::buhg3.txt +++ /dev/null @@ -1,26 +0,0 @@ ---- buhg/doc/buhg3.txt Wed Jun 18 13:28:39 2003 -+++ buhg/doc/buhg3.txt.new Fri Jan 2 00:25:25 2004 -@@ -44,14 +44,14 @@ - ÏÓÕÝÅÓÔ×ÌÑÔØ ÔÏÌØËÏ ÐÒÏÓÍÏÔÒ ÉÎÆÏÒÍÁÃÉÉ. ÷×ÏÄ, ÕÄÁÌÅÎÉÅ ÉÌÉ - ËÏÒÒÅËÔÉÒÏ×ËÁ ÕÖÅ ÎÅ ×ÏÚÍÏÖÎÙ. ÷ÓÅ ÉÓÐÒÁ×ÌÅÎÉÑ ÒÁÎÅÅ ÄÏÐÕÝÅÎÎÙÈ - ÏÛÉÂÏË ×ÙÐÏÌÎÑÀÔÓÑ × ÔÅËÕÝÅÍ ÍÅÓÑÃÅ. -- äÌÑ ÕÓÔÁÎÏ×ËÉ ×ÌÏËÉÒÏ×ËÉ -+ äÌÑ ÕÓÔÁÎÏ×ËÉ ÂÌÏËÉÒÏ×ËÉ - ÎÕÖÎÏ ××ÅÓÔÉ ÍÅÓÑÃ É ÇÏÄ. îÁÐÒÉÍÅÒ: - - 1.1998 - 2.1998 - 3.1998 - *.1997 -- ÷ ÐÒÉ×ÅÄÅÎÎÏÍ ÐÒÉÍÅÒÅ ÚÁÂÌÏËÉÒÏ×ÁÎÉÁ ÒÁÂÏÔÁ Ó ÐÒÏ×ÏÄËÁÍÉ -+ ÷ ÐÒÉ×ÅÄÅÎÎÏÍ ÐÒÉÍÅÒÅ ÚÁÂÌÏËÉÒÏ×ÁÎÁ ÒÁÂÏÔÁ Ó ÐÒÏ×ÏÄËÁÍÉ - ÚÁ ÐÅÒ×ÙÅ ÔÒÉ ÍÅÓÑÃÁ 1998 ÇÏÄÁ É ÚÁ ×ÅÓØ 1997ÇÏÄ. üÔÏ ÚÎÁÞÉÔ ÞÔÏ ××ÏÄ, - ËÏÒÒÅËÔÉÒÏ×ËÁ ÉÌÉ ÕÄÁÌÅÎÉÅ ÐÒÏ×ÏÄÏË Ó ÄÁÔÁÍÉ ÜÔÉÈ ÍÅÓÑÃÅ× ÂÕÄÕÔ - ÎÅ ×ÏÚÍÏÖÎÙ. ÷ÏÚÍÏÖÅÎ ÂÕÄÅÔ ÔÏÌØËÏ ÐÒÏÓÍÏÔÒ ÐÒÏ×ÏÄÏË ÚÁ ÜÔÉ -@@ -68,4 +68,4 @@ - òÅÖÉÍ "òÏÚÎÏÓËÁ ÂÁÎËÏ×ÓËÏÊ ×ÙÐÉÓËÉ." ÐÏÚ×ÏÌÑÅÔ × - ÐÏÌÕÁ×ÔÏÍÁÔÉÞÅÓËÏÍ ÒÅÖÉÍÅ ÒÁÚÎÅÓÔÉ ÂÁÎËÏ×ÓËÕÀ ×ÙÐÉÓËÕ. äÌÑ ÜÔÏÇÏ ÎÕÖÎÏ - ÉÚ ÐÏÄÓÉÓÔÅÍÙ "âÁÎË-ëÌÉÅÎÔ" ÐÏÌÕÞÉÔØ ÆÁÊÌ ×ÙÐÉÓËÉ × ÎÕÖÎÏÍ ÄÌÑ --"iceB" ÆÏÒÍÁÔÅ. -\ No newline at end of file -+"iceB" ÆÏÒÍÁÔÅ. diff --git a/ukrainian/iceb/files/patch-configure b/ukrainian/iceb/files/patch-configure deleted file mode 100644 index 601cd9a..0000000 --- a/ukrainian/iceb/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.old Sun Jan 12 12:21:21 2003 -+++ configure Sun Jan 12 12:22:50 2003 -@@ -5467,7 +5467,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="--disable-ltlibs /ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -6269,10 +6269,11 @@ - if test -n "$ICEB_LANG_PATH" -a -d "$ICEB_LANG_PATH" ; then - echo "$ac_t"" $ICEB_LANG_PATH " 1>&6 - else -- echo "$ac_t"" no " 1>&6 -- { echo "configure: error: No such directory: $ICEB_LANG_PATH --You MUST use option --with-lang-path=path " 1>&2; exit 1; } -- exit 1 -+ #echo "$ac_t"" no " 1>&6 -+ #{ echo "configure: error: No such directory: $ICEB_LANG_PATH -+#You MUST use option --with-lang-path=path " 1>&2; exit 1; } -+ #exit 1 -+ ICEB_LANG_PATH="$ICEB_LANG_PATH" - fi - fi - diff --git a/ukrainian/iceb/files/patch-docdir b/ukrainian/iceb/files/patch-docdir deleted file mode 100644 index 7c1ca41..0000000 --- a/ukrainian/iceb/files/patch-docdir +++ /dev/null @@ -1,2206 +0,0 @@ -diff -ru --exclude *.bak --exclude Makefile --exclude Makefile.in work.buhg/Makefile.am work/buhg/Makefile.am ---- work.buhg/Makefile.am Thu Jan 16 00:08:03 2003 -+++ buhg/Makefile.am Tue Jan 21 21:36:44 2003 -@@ -1,6 +1,7 @@ - SUBDIRS=bx doc - CC = ${CXX} - CONFIG_PATH=$(libdir)/iceB -+CFLAGS += -DICEB_DOC_PATH="\""@datadir@/doc/iceb"\"" - - INCLUDES = -I$(top_srcdir)/libscr -I$(top_srcdir)/libutil \ - -I$(top_srcdir)/libbuh -I$(top_srcdir)/libsql \diff -ru buhg/alimdbf.c new/buhg/alimdbf.c ---- buhg/alimdbf.c Thu Jun 5 06:50:31 2003 -+++ new/buhg/alimdbf.c Fri Jan 2 00:49:23 2004 -@@ -98,7 +98,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_4_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_4_1.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/copdok.c new/buhg/copdok.c ---- buhg/copdok.c Thu Jun 5 06:50:31 2003 -+++ new/buhg/copdok.c Fri Jan 2 00:49:23 2004 -@@ -101,7 +101,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2d.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2d.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/copdoku.c new/buhg/copdoku.c ---- buhg/copdoku.c Wed Jul 23 13:31:12 2003 -+++ new/buhg/copdoku.c Fri Jan 2 00:49:23 2004 -@@ -95,7 +95,7 @@ - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); - /* -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2d.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2d.txt"); - prosf(strsql); - clear(); - */ -diff -ru buhg/denrog.c new/buhg/denrog.c ---- buhg/denrog.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/denrog.c Fri Jan 2 00:49:23 2004 -@@ -85,7 +85,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_1_1.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/diramort.c new/buhg/diramort.c ---- buhg/diramort.c Thu Jun 5 06:50:32 2003 -+++ new/buhg/diramort.c Fri Jan 2 00:49:23 2004 -@@ -279,7 +279,7 @@ - - case FK1: /*ÐÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos8.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos8.txt"); - prosf(strsql); - clear(); - goto naz1; -diff -ru buhg/diramortby.c new/buhg/diramortby.c ---- buhg/diramortby.c Thu Jun 5 06:50:32 2003 -+++ new/buhg/diramortby.c Fri Jan 2 00:49:23 2004 -@@ -225,7 +225,7 @@ - - case FK1: /*ÐÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos8.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos8.txt"); - prosf(strsql); - clear(); - goto naz1; -diff -ru buhg/diravt.c new/buhg/diravt.c ---- buhg/diravt.c Thu Aug 7 05:04:25 2003 -+++ new/buhg/diravt.c Fri Jan 2 00:49:23 2004 -@@ -571,7 +571,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl3_4_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl3_4_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/dirdok.c new/buhg/dirdok.c ---- buhg/dirdok.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/dirdok.c Fri Jan 2 00:49:23 2004 -@@ -565,7 +565,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirdok1.c new/buhg/dirdok1.c ---- buhg/dirdok1.c Thu Jun 5 06:50:32 2003 -+++ new/buhg/dirdok1.c Fri Jan 2 00:49:23 2004 -@@ -547,7 +547,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirdokkr.c new/buhg/dirdokkr.c ---- buhg/dirdokkr.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/dirdokkr.c Fri Jan 2 00:49:23 2004 -@@ -250,7 +250,7 @@ - { - case FK1: //ðÏÍÏÝØ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr2_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr2_2.txt"); - prosf(strsql); - clear(); - goto naz1; -diff -ru buhg/dirdokskr.c new/buhg/dirdokskr.c ---- buhg/dirdokskr.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/dirdokskr.c Fri Jan 2 00:49:23 2004 -@@ -341,7 +341,7 @@ - - case FK1: //ðÒÏÓÍÏÔÒ ÄÏËÕÍÅÎÔÁÃÉÉ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr2_3.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr2_3.txt"); - prosf(strsql); - clear(); - -diff -ru buhg/dirf8dr.c new/buhg/dirf8dr.c ---- buhg/dirf8dr.c Sat Jul 12 16:01:06 2003 -+++ new/buhg/dirf8dr.c Fri Jan 2 00:49:23 2004 -@@ -400,7 +400,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_1_2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_1_2_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirkasord.c new/buhg/dirkasord.c ---- buhg/dirkasord.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/dirkasord.c Fri Jan 2 00:49:23 2004 -@@ -314,7 +314,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_1_1.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirkasords.c new/buhg/dirkasords.c ---- buhg/dirkasords.c Mon May 12 17:49:29 2003 -+++ new/buhg/dirkasords.c Fri Jan 2 00:49:23 2004 -@@ -358,7 +358,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_4.txt"); - prosf(strsql); - if(kolstr > 0) - goto naz; -diff -ru buhg/dirkkr.c new/buhg/dirkkr.c ---- buhg/dirkkr.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/dirkkr.c Fri Jan 2 00:49:23 2004 -@@ -276,7 +276,7 @@ - - case FK1: //ðÒÏÓÍÏÔÒ ÏÐÉÓÁÎÉÑ ÒÅÖÉÍÁ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr3_3.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr3_3.txt"); - prosf(strsql); - clear(); - -@@ -725,7 +725,7 @@ - attroff(VV.VVOD_return_cs(iceb_CFS)); - attron(VV.VVOD_return_cs(iceb_CFM)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr3_3_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr3_3_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/dirmatr.c new/buhg/dirmatr.c ---- buhg/dirmatr.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/dirmatr.c Fri Jan 2 00:49:23 2004 -@@ -559,7 +559,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu4_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu4_3.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -@@ -1368,7 +1368,7 @@ - attroff(VV->VVOD_return_cs(iceb_CFS)); - attron(VV->VVOD_return_cs(iceb_CFM)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu4_3_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu4_3_1.txt"); - prosf(strsql); - clear(); - goto naz; -@@ -2035,7 +2035,7 @@ - { - case FK1: - GDITE(); --// sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6_2.txt"); -+// sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp2_6_2.txt"); - // prosf(strsql); - clear(); - goto naz; -diff -ru buhg/dirmatr1.c new/buhg/dirmatr1.c ---- buhg/dirmatr1.c Fri May 30 13:45:45 2003 -+++ new/buhg/dirmatr1.c Fri Jan 2 00:49:23 2004 -@@ -486,7 +486,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu4_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu4_3.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirmusl.c new/buhg/dirmusl.c ---- buhg/dirmusl.c Thu Jun 5 08:10:29 2003 -+++ new/buhg/dirmusl.c Fri Jan 2 00:49:23 2004 -@@ -232,7 +232,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2b.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2b.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirnu.c new/buhg/dirnu.c ---- buhg/dirnu.c Fri Sep 26 14:46:17 2003 -+++ new/buhg/dirnu.c Fri Jan 2 00:49:23 2004 -@@ -408,7 +408,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -@@ -1898,7 +1898,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1_1.txt"); - prosf(strsql); - clear(); - goto naz; -@@ -2199,7 +2199,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1_3.txt"); - prosf(strsql); - goto naz; - -@@ -2335,7 +2335,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1_4.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp2_8_1_4.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/dirobq.c new/buhg/dirobq.c ---- buhg/dirobq.c Wed Jun 25 09:06:54 2003 -+++ new/buhg/dirobq.c Fri Jan 2 00:49:23 2004 -@@ -288,7 +288,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"dokum4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum4.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/diros.c new/buhg/diros.c ---- buhg/diros.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/diros.c Fri Jan 2 00:49:23 2004 -@@ -318,7 +318,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos4.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirout.c new/buhg/dirout.c ---- buhg/dirout.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/dirout.c Fri Jan 2 00:49:23 2004 -@@ -688,7 +688,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl3_3_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl3_3_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/dirpodu.c new/buhg/dirpodu.c ---- buhg/dirpodu.c Thu Jun 5 08:10:29 2003 -+++ new/buhg/dirpodu.c Fri Jan 2 00:49:23 2004 -@@ -635,7 +635,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu3.txt"); - // prosf(strsql); - if(kolstr > 0) - goto naz; -diff -ru buhg/dirprkas.c new/buhg/dirprkas.c ---- buhg/dirprkas.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/dirprkas.c Fri Jan 2 00:49:23 2004 -@@ -378,7 +378,7 @@ - case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/ - GDITE(); - -- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_1_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_1_1_1.txt"); - prosf(strsql); - - clear(); -diff -ru buhg/dirprkr.c new/buhg/dirprkr.c ---- buhg/dirprkr.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/dirprkr.c Fri Jan 2 00:49:23 2004 -@@ -311,7 +311,7 @@ - case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/ - GDITE(); - -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr2_2_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr2_2_1.txt"); - prosf(strsql); - - clear(); -diff -ru buhg/dirprmu.c new/buhg/dirprmu.c ---- buhg/dirprmu.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/dirprmu.c Fri Jan 2 00:49:23 2004 -@@ -356,7 +356,7 @@ - - case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2a.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2a.txt"); - prosf(strsql); - clear(); - goto naz1; -diff -ru buhg/dirprov.c new/buhg/dirprov.c ---- buhg/dirprov.c Wed May 28 13:08:00 2003 -+++ new/buhg/dirprov.c Fri Jan 2 00:49:23 2004 -@@ -349,7 +349,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"buhg3a.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"buhg3a.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/dirprpd.c new/buhg/dirprpd.c ---- buhg/dirprpd.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/dirprpd.c Fri Jan 2 00:49:23 2004 -@@ -399,7 +399,7 @@ - - case FK1: /*ðÏÌÕÞÅÎÉÅ ÐÏÄÓËÁÚËÉ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirprus.c new/buhg/dirprus.c ---- buhg/dirprus.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/dirprus.c Fri Jan 2 00:49:23 2004 -@@ -335,7 +335,7 @@ - case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/ - GDITE(); - -- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_1_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_1_1_1.txt"); - prosf(strsql); - - clear(); -diff -ru buhg/dirprzar.c new/buhg/dirprzar.c ---- buhg/dirprzar.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/dirprzar.c Fri Jan 2 00:49:23 2004 -@@ -349,7 +349,7 @@ - - case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_1_1.txt"); - prosf(strsql); - clear(); - goto naz1; -@@ -567,7 +567,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_1_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_1_1_1.txt"); - prosf(strsql); - clear(); - goto sfk4; -diff -ru buhg/dirpzpd.c new/buhg/dirpzpd.c ---- buhg/dirpzpd.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/dirpzpd.c Fri Jan 2 00:49:23 2004 -@@ -257,7 +257,7 @@ - break; - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1_3.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirsaldo.c new/buhg/dirsaldo.c ---- buhg/dirsaldo.c Thu Jun 5 08:10:29 2003 -+++ new/buhg/dirsaldo.c Fri Jan 2 00:49:23 2004 -@@ -342,9 +342,9 @@ - case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/ - GDITE(); - if(tz[0] == '0') -- sprintf(strsql,"%s/doc/buhg4_4.txt",putnansi); -+ sprintf(strsql,"%s/buhg4_4.txt",ICEB_DOC_PATH); - if(tz[0] == '1') -- sprintf(strsql,"%s/doc/buhg4_5.txt",putnansi); -+ sprintf(strsql,"%s/buhg4_5.txt",ICEB_DOC_PATH); - - /* - printw("strsql=%s\n",strsql); -diff -ru buhg/dirsdf8dr.c new/buhg/dirsdf8dr.c ---- buhg/dirsdf8dr.c Tue Jul 8 14:37:36 2003 -+++ new/buhg/dirsdf8dr.c Fri Jan 2 00:49:23 2004 -@@ -274,7 +274,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_1_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_1_2.txt"); - prosf(strsql); - if(kolstr > 0) - goto naz; -diff -ru buhg/dirsoc.c new/buhg/dirsoc.c ---- buhg/dirsoc.c Thu Jun 5 08:10:29 2003 -+++ new/buhg/dirsoc.c Fri Jan 2 00:49:23 2004 -@@ -279,7 +279,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_9.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_9.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirtab.c new/buhg/dirtab.c ---- buhg/dirtab.c Mon Mar 31 22:24:06 2003 -+++ new/buhg/dirtab.c Fri Jan 2 00:49:23 2004 -@@ -319,7 +319,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_5.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_5.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirtabel.c new/buhg/dirtabel.c ---- buhg/dirtabel.c Sun Oct 5 09:52:38 2003 -+++ new/buhg/dirtabel.c Fri Jan 2 00:49:23 2004 -@@ -263,7 +263,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_4.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirtabelo.c new/buhg/dirtabelo.c ---- buhg/dirtabelo.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/dirtabelo.c Fri Jan 2 00:49:23 2004 -@@ -296,7 +296,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_6.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -@@ -1005,7 +1005,7 @@ - if(K == FK1) /*ðÒÏÓÍÏÔÒ ÐÏÄÓËÁÚËÉ*/ - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_6_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/dirudok.c new/buhg/dirudok.c ---- buhg/dirudok.c Sat Oct 18 14:49:54 2003 -+++ new/buhg/dirudok.c Fri Jan 2 00:49:23 2004 -@@ -491,7 +491,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_1_1.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/diruosdok.c new/buhg/diruosdok.c ---- buhg/diruosdok.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/diruosdok.c Fri Jan 2 00:49:23 2004 -@@ -340,7 +340,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos2_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/diruplds.c new/buhg/diruplds.c ---- buhg/diruplds.c Thu Jun 5 06:20:55 2003 -+++ new/buhg/diruplds.c Fri Jan 2 00:49:23 2004 -@@ -343,7 +343,7 @@ - - case FK1: //ðÏÍÏÝØ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl2_4.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl2_4.txt"); - prosf(strsql); - if(kolstr > 0) - goto naz; -diff -ru buhg/dirupls.c new/buhg/dirupls.c ---- buhg/dirupls.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/dirupls.c Fri Jan 2 00:49:23 2004 -@@ -567,7 +567,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl3_5_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl3_5_1.txt"); - prosf(strsql); - clear(); - goto naz; -@@ -936,7 +936,7 @@ - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); - char strsql[300]; -- sprintf(strsql,"%s/doc/%s",putnansi,"upl3_5_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl3_5_2.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/dirusdok.c new/buhg/dirusdok.c ---- buhg/dirusdok.c Fri May 23 15:48:38 2003 -+++ new/buhg/dirusdok.c Fri Jan 2 00:49:23 2004 -@@ -388,7 +388,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_3.txt"); - prosf(strsql); - if(kolstr > 0) - goto naz; -diff -ru buhg/dirusl.c new/buhg/dirusl.c ---- buhg/dirusl.c Thu Jun 5 08:10:29 2003 -+++ new/buhg/dirusl.c Fri Jan 2 00:49:23 2004 -@@ -365,7 +365,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"usl3_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl3_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/dirzarp.c new/buhg/dirzarp.c ---- buhg/dirzarp.c Thu Jun 5 08:10:29 2003 -+++ new/buhg/dirzarp.c Fri Jan 2 00:49:23 2004 -@@ -353,7 +353,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -@@ -775,7 +775,7 @@ - case FK1: /*ðÏÍÏÝØ*/ - clear(); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_2_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_2_1.txt"); - prosf(strsql); - - goto naz; -diff -ru buhg/dirzarsl.c new/buhg/dirzarsl.c ---- buhg/dirzarsl.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/dirzarsl.c Fri Jan 2 00:49:23 2004 -@@ -220,7 +220,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/zarp3_1_9.txt",putnansi); -+ sprintf(strsql,"%s/zarp3_1_9.txt",ICEB_DOC_PATH); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/dirzkart.c new/buhg/dirzkart.c ---- buhg/dirzkart.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/dirzkart.c Fri Jan 2 00:49:23 2004 -@@ -667,7 +667,7 @@ - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); - -- sprintf(strsql,"%s/doc/%s",putnansi,"matu3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu3.txt"); - prosf(strsql); - if(kolstr > 0) - goto naz; -@@ -1138,7 +1138,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu3_1.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu3_1.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/dooc.c new/buhg/dooc.c ---- buhg/dooc.c Sun Apr 20 12:57:41 2003 -+++ new/buhg/dooc.c Fri Jan 2 00:49:23 2004 -@@ -69,7 +69,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu2_1_2h.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu2_1_2h.txt"); - prosf(bros); - clear(); - goto naz1; -diff -ru buhg/doocsum.c new/buhg/doocsum.c ---- buhg/doocsum.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/doocsum.c Fri Jan 2 00:49:23 2004 -@@ -68,7 +68,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_16.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_16.txt"); - prosf(bros); - clear(); - goto naz1; -diff -ru buhg/dvtmcf1.c new/buhg/dvtmcf1.c ---- buhg/dvtmcf1.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/dvtmcf1.c Fri Jan 2 00:49:23 2004 -@@ -201,9 +201,9 @@ - case FK1: - GDITE(); - if(tipras == 0) -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_4.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_4.txt"); - if(tipras == 1) -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_7.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_7.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/dvtmcf2.c new/buhg/dvtmcf2.c ---- buhg/dvtmcf2.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/dvtmcf2.c Fri Jan 2 00:49:23 2004 -@@ -147,7 +147,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_5.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_5.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/dvuslf2.c new/buhg/dvuslf2.c ---- buhg/dvuslf2.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/dvuslf2.c Fri Jan 2 00:49:23 2004 -@@ -129,7 +129,7 @@ - case FK1: - GDITE(); - -- sprintf(bros,"%s/doc/%s",putnansi,"usl4_1.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"usl4_1.txt"); - prosf(bros); - - clear(); -diff -ru buhg/glkni.c new/buhg/glkni.c ---- buhg/glkni.c Sun Oct 19 17:25:42 2003 -+++ new/buhg/glkni.c Fri Jan 2 00:49:23 2004 -@@ -104,7 +104,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg5_1.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/glkninbs.c new/buhg/glkninbs.c ---- buhg/glkninbs.c Wed Oct 22 12:28:08 2003 -+++ new/buhg/glkninbs.c Fri Jan 2 00:49:23 2004 -@@ -93,7 +93,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg5_1_1.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/impmatdok.c new/buhg/impmatdok.c ---- buhg/impmatdok.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/impmatdok.c Fri Jan 2 00:49:23 2004 -@@ -97,7 +97,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_5.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_5.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/impotvr.c new/buhg/impotvr.c ---- buhg/impotvr.c Thu Jun 5 08:10:29 2003 -+++ new/buhg/impotvr.c Fri Jan 2 00:49:23 2004 -@@ -66,7 +66,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_6_2.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/impprov.c new/buhg/impprov.c ---- buhg/impprov.c Wed Jun 11 10:33:09 2003 -+++ new/buhg/impprov.c Fri Jan 2 00:49:23 2004 -@@ -61,7 +61,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/buhg3_5.txt",putnansi); -+ sprintf(strsql,"%s/buhg3_5.txt",ICEB_DOC_PATH); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/impuosdok.c new/buhg/impuosdok.c ---- buhg/impuosdok.c Mon Jul 7 10:11:04 2003 -+++ new/buhg/impuosdok.c Fri Jan 2 00:49:23 2004 -@@ -56,7 +56,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos2_4.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"uos2_4.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/impzarnu.c new/buhg/impzarnu.c ---- buhg/impzarnu.c Thu Jun 5 08:10:30 2003 -+++ new/buhg/impzarnu.c Fri Jan 2 00:49:23 2004 -@@ -98,7 +98,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_8_1_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_8_1_2.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/kasoth.c new/buhg/kasoth.c ---- buhg/kasoth.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/kasoth.c Fri Jan 2 00:49:23 2004 -@@ -74,7 +74,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"kas4_1.txt"); -+ sprintf(bros,"../..",ICEB_DOC_PATH,"kas4_1.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/kassa.c new/buhg/kassa.c ---- buhg/kassa.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/kassa.c Fri Jan 2 00:49:23 2004 -@@ -395,10 +395,10 @@ - case 1 : - GDITE(); - if(tipkas == T_DATECS) -- sprintf(strsql,"%s/doc/%s",putnansi,"datecs_reset.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"datecs_reset.txt"); - - if(tipkas == T_ERA) -- sprintf(strsql,"%s/doc/%s",putnansi,"era_reset.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"era_reset.txt"); - - prosf(strsql); - goto naz; -diff -ru buhg/kategor.c new/buhg/kategor.c ---- buhg/kategor.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/kategor.c Fri Jan 2 00:49:23 2004 -@@ -97,9 +97,9 @@ - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); - if(metkar == 0) -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_1.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_1.txt"); - if(metkar == 1) -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_2.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_2.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/kprik.c new/buhg/kprik.c ---- buhg/kprik.c Fri Sep 19 11:31:58 2003 -+++ new/buhg/kprik.c Fri Jan 2 00:49:23 2004 -@@ -48,7 +48,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr4_3.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr4_3.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/kriost.c new/buhg/kriost.c ---- buhg/kriost.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/kriost.c Fri Jan 2 00:49:23 2004 -@@ -79,7 +79,7 @@ - return; - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu5_17.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"matu5_17.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/mariq.c new/buhg/mariq.c ---- buhg/mariq.c Wed Oct 22 09:39:29 2003 -+++ new/buhg/mariq.c Fri Jan 2 00:49:23 2004 -@@ -473,7 +473,7 @@ - /* - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"buhg3_2.txt"); - prosf(strsql); - clear(); - goto naz1; -@@ -540,7 +540,7 @@ - /* - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_2.txt"); - prosf(strsql); - clear(); - goto naz1; -diff -ru buhg/motpk.c new/buhg/motpk.c ---- buhg/motpk.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/motpk.c Fri Jan 2 00:49:23 2004 -@@ -172,7 +172,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_6.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_6.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/muinv.c new/buhg/muinv.c ---- buhg/muinv.c Tue Oct 14 13:54:15 2003 -+++ new/buhg/muinv.c Fri Jan 2 00:49:23 2004 -@@ -92,7 +92,7 @@ - return; - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu5_18.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"matu5_18.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/nahpodr.c new/buhg/nahpodr.c ---- buhg/nahpodr.c Fri Aug 15 12:28:19 2003 -+++ new/buhg/nahpodr.c Fri Jan 2 00:49:23 2004 -@@ -85,7 +85,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); --// sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_2.txt"); -+// sprintf(bros,"../..",ICEB_DOC_PATH,"zarp4_2_2.txt"); - // prosf(bros); - goto naz; - -diff -ru buhg/otrshd.c new/buhg/otrshd.c ---- buhg/otrshd.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/otrshd.c Fri Jan 2 00:49:23 2004 -@@ -88,7 +88,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_3.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_3.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/pgpld.c new/buhg/pgpld.c ---- buhg/pgpld.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/pgpld.c Fri Jan 2 00:49:23 2004 -@@ -69,7 +69,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_5.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_5.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/platdok.c new/buhg/platdok.c ---- buhg/platdok.c Tue Oct 14 09:55:47 2003 -+++ new/buhg/platdok.c Fri Jan 2 00:49:23 2004 -@@ -485,7 +485,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1.txt"); - prosf(strsql); - clear(); - par=0; -diff -ru buhg/pld.c new/buhg/pld.c ---- buhg/pld.c Thu Oct 16 11:39:46 2003 -+++ new/buhg/pld.c Fri Jan 2 00:49:23 2004 -@@ -354,7 +354,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_1_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/poikasdok.c new/buhg/poikasdok.c ---- buhg/poikasdok.c Wed Aug 28 09:45:35 2002 -+++ new/buhg/poikasdok.c Fri Jan 2 00:49:23 2004 -@@ -45,7 +45,7 @@ - if(i == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"kas5.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas5.txt"); - prosf(strsql); - clear(); - goto naz2; -diff -ru buhg/poikrdok.c new/buhg/poikrdok.c ---- buhg/poikrdok.c Tue Dec 10 11:41:28 2002 -+++ new/buhg/poikrdok.c Fri Jan 2 00:49:23 2004 -@@ -45,7 +45,7 @@ - if(i == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"matu2_2.txt"); - prosf(strsql); - clear(); - goto naz2; -diff -ru buhg/poimatdok.c new/buhg/poimatdok.c ---- buhg/poimatdok.c Wed Aug 28 09:45:35 2002 -+++ new/buhg/poimatdok.c Fri Jan 2 00:49:23 2004 -@@ -45,7 +45,7 @@ - if(i == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_2.txt"); - prosf(strsql); - clear(); - goto naz2; -diff -ru buhg/poiplatdok.c new/buhg/poiplatdok.c ---- buhg/poiplatdok.c Wed Aug 28 09:45:35 2002 -+++ new/buhg/poiplatdok.c Fri Jan 2 00:49:23 2004 -@@ -49,7 +49,7 @@ - if(i == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_2.txt"); - prosf(strsql); - clear(); - goto naz2; -diff -ru buhg/poiprov.c new/buhg/poiprov.c ---- buhg/poiprov.c Thu May 22 13:38:15 2003 -+++ new/buhg/poiprov.c Fri Jan 2 00:49:23 2004 -@@ -133,7 +133,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_3.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/poiupldok.c new/buhg/poiupldok.c ---- buhg/poiupldok.c Sat Apr 26 11:20:47 2003 -+++ new/buhg/poiupldok.c Fri Jan 2 00:49:23 2004 -@@ -45,7 +45,7 @@ - if(i == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"matu2_2.txt"); - // prosf(strsql); - clear(); - goto naz2; -diff -ru buhg/poiusldok.c new/buhg/poiusldok.c ---- buhg/poiusldok.c Wed Aug 28 09:45:35 2002 -+++ new/buhg/poiusldok.c Fri Jan 2 00:49:23 2004 -@@ -44,7 +44,7 @@ - if(i == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_2.txt"); - prosf(strsql); - clear(); - goto naz2; -diff -ru buhg/printpershek.c new/buhg/printpershek.c ---- buhg/printpershek.c Tue May 27 13:34:20 2003 -+++ new/buhg/printpershek.c Fri Jan 2 00:49:23 2004 -@@ -43,7 +43,7 @@ - /* - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_2.txt"); - prosf(strsql); - clear(); - goto naz1; -diff -ru buhg/prognoz.c new/buhg/prognoz.c ---- buhg/prognoz.c Sat Jul 5 18:48:31 2003 -+++ new/buhg/prognoz.c Fri Jan 2 00:49:23 2004 -@@ -100,7 +100,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_11.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_11.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/pvbank.c new/buhg/pvbank.c ---- buhg/pvbank.c Mon Oct 6 15:03:37 2003 -+++ new/buhg/pvbank.c Fri Jan 2 00:49:23 2004 -@@ -70,7 +70,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_5.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"buhg5_5.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/pvbanks.c new/buhg/pvbanks.c ---- buhg/pvbanks.c Wed Oct 8 05:17:23 2003 -+++ new/buhg/pvbanks.c Fri Jan 2 00:49:23 2004 -@@ -62,7 +62,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); --// sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_5.txt"); -+// sprintf(strsql,"../..",ICEB_DOC_PATH,"buhg5_5.txt"); - // prosf(strsql); - goto naz; - -diff -ru buhg/rasdolgi.c new/buhg/rasdolgi.c ---- buhg/rasdolgi.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/rasdolgi.c Fri Jan 2 00:49:23 2004 -@@ -156,7 +156,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_3_9.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_3_9.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/rasdolgi1.c new/buhg/rasdolgi1.c ---- buhg/rasdolgi1.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/rasdolgi1.c Fri Jan 2 00:49:23 2004 -@@ -64,7 +64,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_10.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_10.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/rashod.c new/buhg/rashod.c ---- buhg/rashod.c Mon Jun 9 11:11:17 2003 -+++ new/buhg/rashod.c Fri Jan 2 00:49:23 2004 -@@ -597,9 +597,9 @@ - attron(VV.VVOD_return_cs(iceb_CFM)); - GDITE(); - if(mdd == 0) /*ïÄÉÎÁÒÎÙÊ ÄÏËÕÍÅÎÔ*/ -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2j.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2j.txt"); - if(mdd == 1) /*ä×ÏÊÎÏÊ ÄÏËÕÍÅÎÔ*/ -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2j1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2j1.txt"); - prosf(strsql); - clear(); - goto naz1; -diff -ru buhg/rasknig.c new/buhg/rasknig.c ---- buhg/rasknig.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/rasknig.c Fri Jan 2 00:49:23 2004 -@@ -92,7 +92,7 @@ - { - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_14.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_14.txt"); - prosf(bros); - clear(); - goto nazz; -diff -ru buhg/rasknigpok.c new/buhg/rasknigpok.c ---- buhg/rasknigpok.c Mon Jul 21 12:58:31 2003 -+++ new/buhg/rasknigpok.c Fri Jan 2 00:49:23 2004 -@@ -82,7 +82,7 @@ - { - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_15.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_15.txt"); - prosf(bros); - clear(); - goto nazz; -diff -ru buhg/rasnash.c new/buhg/rasnash.c ---- buhg/rasnash.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/rasnash.c Fri Jan 2 00:49:23 2004 -@@ -71,7 +71,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); --// sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_2.txt"); -+// sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_2.txt"); - // prosf(bros); - goto naz; - -diff -ru buhg/rasnds.c new/buhg/rasnds.c ---- buhg/rasnds.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/rasnds.c Fri Jan 2 00:49:23 2004 -@@ -140,7 +140,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_10.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_10.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/rasoskr.c new/buhg/rasoskr.c ---- buhg/rasoskr.c Sun Aug 10 07:49:35 2003 -+++ new/buhg/rasoskr.c Fri Jan 2 00:49:23 2004 -@@ -141,7 +141,7 @@ - return; - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu5_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu5_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/rasspdok.c new/buhg/rasspdok.c ---- buhg/rasspdok.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/rasspdok.c Fri Jan 2 00:49:23 2004 -@@ -128,7 +128,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_8.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_8.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/rasspdoku.c new/buhg/rasspdoku.c ---- buhg/rasspdoku.c Thu Jun 5 08:10:30 2003 -+++ new/buhg/rasspdoku.c Fri Jan 2 00:49:23 2004 -@@ -122,7 +122,7 @@ - case FK1: - GDITE(); - -- sprintf(bros,"%s/doc/%s",putnansi,"usl4_2.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"usl4_2.txt"); - prosf(bros); - - clear(); -diff -ru buhg/rastab.c new/buhg/rastab.c ---- buhg/rastab.c Thu Jun 5 08:10:30 2003 -+++ new/buhg/rastab.c Fri Jan 2 00:49:23 2004 -@@ -81,7 +81,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_5.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_5.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/rasved.c new/buhg/rasved.c ---- buhg/rasved.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/rasved.c Fri Jan 2 00:49:23 2004 -@@ -170,7 +170,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_1_1.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/raszall.c new/buhg/raszall.c ---- buhg/raszall.c Thu Jun 5 08:10:30 2003 -+++ new/buhg/raszall.c Fri Jan 2 00:49:23 2004 -@@ -78,7 +78,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp2_7.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp2_7.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/raszpodr.c new/buhg/raszpodr.c ---- buhg/raszpodr.c Thu Jun 5 08:10:30 2003 -+++ new/buhg/raszpodr.c Fri Jan 2 00:49:23 2004 -@@ -76,7 +76,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_8.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_8.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/rozkor.c new/buhg/rozkor.c ---- buhg/rozkor.c Sun Apr 20 12:57:42 2003 -+++ new/buhg/rozkor.c Fri Jan 2 00:49:23 2004 -@@ -108,7 +108,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2c.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2c.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/rozprod.c new/buhg/rozprod.c ---- buhg/rozprod.c Wed Oct 22 11:59:51 2003 -+++ new/buhg/rozprod.c Fri Jan 2 00:49:23 2004 -@@ -405,7 +405,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"rozn1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"rozn1.txt"); - prosf(strsql); - goto naz1; - -diff -ru buhg/rozsvod.c new/buhg/rozsvod.c ---- buhg/rozsvod.c Wed Oct 22 11:59:51 2003 -+++ new/buhg/rozsvod.c Fri Jan 2 00:49:23 2004 -@@ -76,7 +76,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); --// sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1.txt"); -+// sprintf(strsql,"../..",ICEB_DOC_PATH,"buhg5_1.txt"); - // prosf(strsql); - goto naz; - -diff -ru buhg/rozvse.c new/buhg/rozvse.c ---- buhg/rozvse.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/rozvse.c Fri Jan 2 00:49:23 2004 -@@ -74,7 +74,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); --// sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_1.txt"); -+// sprintf(strsql,"../..",ICEB_DOC_PATH,"buhg5_1.txt"); - // prosf(strsql); - goto naz; - -diff -ru buhg/rppvo.c new/buhg/rppvo.c ---- buhg/rppvo.c Sun Apr 20 12:57:42 2003 -+++ new/buhg/rppvo.c Fri Jan 2 00:49:23 2004 -@@ -90,7 +90,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu5_9.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_9.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/rppvokr.c new/buhg/rppvokr.c ---- buhg/rppvokr.c Sun Apr 20 12:57:42 2003 -+++ new/buhg/rppvokr.c Fri Jan 2 00:49:23 2004 -@@ -71,7 +71,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"ukr4_1.txt"); -+ sprintf(bros,"../..",ICEB_DOC_PATH,"ukr4_1.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/rppvou.c new/buhg/rppvou.c ---- buhg/rppvou.c Sun Apr 20 12:57:42 2003 -+++ new/buhg/rppvou.c Fri Jan 2 00:49:23 2004 -@@ -83,7 +83,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"usl4_3.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"usl4_3.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/salallk.c new/buhg/salallk.c ---- buhg/salallk.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/salallk.c Fri Jan 2 00:49:23 2004 -@@ -98,7 +98,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg5_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg5_3.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/smdok.c new/buhg/smdok.c ---- buhg/smdok.c Fri May 23 15:48:38 2003 -+++ new/buhg/smdok.c Fri Jan 2 00:49:23 2004 -@@ -375,7 +375,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_3.txt"); - prosf(strsql); - if(kolstr > 0) - goto naz; -diff -ru buhg/smdok1.c new/buhg/smdok1.c ---- buhg/smdok1.c Tue May 27 13:34:20 2003 -+++ new/buhg/smdok1.c Fri Jan 2 00:49:23 2004 -@@ -334,7 +334,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_3.txt"); - prosf(strsql); - if(kolstr > 0) - goto naz; -diff -ru buhg/smenakof.c new/buhg/smenakof.c ---- buhg/smenakof.c Thu Jun 5 08:10:30 2003 -+++ new/buhg/smenakof.c Fri Jan 2 00:49:23 2004 -@@ -72,7 +72,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos5_9.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos5_9.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/smpld.c new/buhg/smpld.c ---- buhg/smpld.c Wed Oct 15 13:15:40 2003 -+++ new/buhg/smpld.c Fri Jan 2 00:49:23 2004 -@@ -360,7 +360,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"dokum2_4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"dokum2_4.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru buhg/snublsn.c new/buhg/snublsn.c ---- buhg/snublsn.c Sun Apr 20 12:57:42 2003 -+++ new/buhg/snublsn.c Fri Jan 2 00:49:23 2004 -@@ -77,7 +77,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_5_2.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_5_2.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/socstrm.c new/buhg/socstrm.c ---- buhg/socstrm.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/socstrm.c Fri Jan 2 00:49:23 2004 -@@ -78,7 +78,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_4.txt"); - prosf(strsql); - goto naz; - case ESC: -diff -ru buhg/spiin.c new/buhg/spiin.c ---- buhg/spiin.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/spiin.c Fri Jan 2 00:49:23 2004 -@@ -107,7 +107,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_3.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/spininu.c new/buhg/spininu.c ---- buhg/spininu.c Mon Oct 6 15:03:37 2003 -+++ new/buhg/spininu.c Fri Jan 2 00:49:23 2004 -@@ -89,7 +89,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_4.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/sprkvrt.c new/buhg/sprkvrt.c ---- buhg/sprkvrt.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/sprkvrt.c Fri Jan 2 00:49:23 2004 -@@ -224,7 +224,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_7_1_1.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_7_1_1.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/sprkvrt1.c new/buhg/sprkvrt1.c ---- buhg/sprkvrt1.c Wed Oct 15 10:34:56 2003 -+++ new/buhg/sprkvrt1.c Fri Jan 2 00:49:23 2004 -@@ -269,7 +269,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_7_1_1.txt"); -+ sprintf(bros,"../..",ICEB_DOC_PATH,"zarp4_7_1_1.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/sprozn.c new/buhg/sprozn.c ---- buhg/sprozn.c Wed Oct 22 11:59:52 2003 -+++ new/buhg/sprozn.c Fri Jan 2 00:49:23 2004 -@@ -84,7 +84,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_6.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"matu2_6.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/sprpen1.c new/buhg/sprpen1.c ---- buhg/sprpen1.c Thu Jun 5 08:10:30 2003 -+++ new/buhg/sprpen1.c Fri Jan 2 00:49:23 2004 -@@ -133,7 +133,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_7_3.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_7_3.txt"); - prosf(bros); - goto naz; - case FK2: -diff -ru buhg/sprsov.c new/buhg/sprsov.c ---- buhg/sprsov.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/sprsov.c Fri Jan 2 00:49:23 2004 -@@ -147,7 +147,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_8.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_8.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/sprsov1.c new/buhg/sprsov1.c ---- buhg/sprsov1.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/sprsov1.c Fri Jan 2 00:49:23 2004 -@@ -150,7 +150,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_8.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp4_3_8.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/sprtab.c new/buhg/sprtab.c ---- buhg/sprtab.c Sun Apr 20 12:57:42 2003 -+++ new/buhg/sprtab.c Fri Jan 2 00:49:23 2004 -@@ -232,20 +232,20 @@ - case FK1: - GDITE(); - if(metkaoth == 1) -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_2_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp4_3_2_1.txt"); - if(metkaoth == 2) -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_2_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp4_3_2_2.txt"); - if(metkaoth == 3) -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_2_5.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp4_3_2_5.txt"); - - if(metkaoth == 4) -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_2_3.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp4_3_2_3.txt"); - - if(metkaoth == 5) -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_2_4.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp4_3_2_4.txt"); - - if(metkaoth == 6) -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_2_6.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp4_3_2_6.txt"); - - prosf(strsql); - goto naz; -diff -ru buhg/srvcen.c new/buhg/srvcen.c ---- buhg/srvcen.c Sat Jul 5 18:48:31 2003 -+++ new/buhg/srvcen.c Fri Jan 2 00:49:23 2004 -@@ -79,7 +79,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"matu2_4.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu2_4.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/svodnu.c new/buhg/svodnu.c ---- buhg/svodnu.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/svodnu.c Fri Jan 2 00:49:23 2004 -@@ -117,7 +117,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_3_6.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_3_6.txt"); - prosf(strsql); - clear(); - case FK10: -diff -ru buhg/uddusl.c new/buhg/uddusl.c ---- buhg/uddusl.c Mon Sep 2 14:18:25 2002 -+++ new/buhg/uddusl.c Fri Jan 2 00:49:23 2004 -@@ -41,7 +41,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_4.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/ukrras.c new/buhg/ukrras.c ---- buhg/ukrras.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/ukrras.c Fri Jan 2 00:49:23 2004 -@@ -76,7 +76,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"ukr4_2.txt"); -+ sprintf(bros,"../..",ICEB_DOC_PATH,"ukr4_2.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/uosdok.c new/buhg/uosdok.c ---- buhg/uosdok.c Sun Jul 20 06:55:52 2003 -+++ new/buhg/uosdok.c Fri Jan 2 00:49:23 2004 -@@ -468,7 +468,7 @@ - - case FK1: /*ðÏÌÕÞÅÎÉÅ ÐÏÄÓËÁÚËÉ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos2_1_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos2_1_3.txt"); - prosf(strsql); - clear(); - -diff -ru buhg/uosinved.c new/buhg/uosinved.c ---- buhg/uosinved.c Wed Oct 15 10:39:49 2003 -+++ new/buhg/uosinved.c Fri Jan 2 00:49:23 2004 -@@ -113,7 +113,7 @@ - - case FK1: - GDITE(); --// sprintf(bros,"%s/doc/%s",putnansi,"matu5_5.txt"); -+// sprintf(bros,"%s/%s",ICEB_DOC_PATH,"matu5_5.txt"); - // prosf(bros); - // clear(); - goto naz; -diff -ru buhg/uosrs.c new/buhg/uosrs.c ---- buhg/uosrs.c Fri Oct 24 11:19:42 2003 -+++ new/buhg/uosrs.c Fri Jan 2 00:49:23 2004 -@@ -160,7 +160,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- // sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2g1.txt"); -+ // sprintf(strsql,"../..",ICEB_DOC_PATH,"matu2_1_2g1.txt"); - // prosf(strsql); - clear(); - goto naz; -diff -ru buhg/uosvdok.c new/buhg/uosvdok.c ---- buhg/uosvdok.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/uosvdok.c Fri Jan 2 00:49:23 2004 -@@ -754,9 +754,9 @@ - attroff(VV->VVOD_return_cs(iceb_CFS)); - GDITE(); - if(uos.tipz == 1) -- sprintf(strsql,"%s/doc/%s",putnansi,"uos2_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos2_1_1.txt"); - if(uos.tipz == 2) -- sprintf(strsql,"%s/doc/%s",putnansi,"uos2_1_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos2_1_2.txt"); - prosf(strsql); - clear(); - goto nazad; -diff -ru buhg/uplrpl.c new/buhg/uplrpl.c ---- buhg/uplrpl.c Tue Oct 7 10:47:40 2003 -+++ new/buhg/uplrpl.c Fri Jan 2 00:49:23 2004 -@@ -84,9 +84,9 @@ - case FK1: - GDITE(); - if(metkar == 0) -- sprintf(strsql,"%s/doc/%s",putnansi,"upl4_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl4_1.txt"); - if(metkar == 1) -- sprintf(strsql,"%s/doc/%s",putnansi,"upl4_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl4_2.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/uplvst.c new/buhg/uplvst.c ---- buhg/uplvst.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/uplvst.c Fri Jan 2 00:49:23 2004 -@@ -74,7 +74,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl4_3.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl4_3.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vdkr.c new/buhg/vdkr.c ---- buhg/vdkr.c Tue Oct 14 10:16:05 2003 -+++ new/buhg/vdkr.c Fri Jan 2 00:49:23 2004 -@@ -428,7 +428,7 @@ - case FK1: - attroff(VV.VVOD_return_cs(iceb_CFS)); - attron(VV.VVOD_return_cs(iceb_CB)); -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr2_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr2_1.txt"); - prosf(strsql); - clear(); - goto nazad; -diff -ru buhg/vdnd.c new/buhg/vdnd.c ---- buhg/vdnd.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/vdnd.c Fri Jan 2 00:49:23 2004 -@@ -800,7 +800,7 @@ - attroff(VV->VVOD_return_cs(iceb_CFS)); - attron(VV->VVOD_return_cs(iceb_CB)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_1.txt"); - prosf(strsql); - goto nazad; - } -diff -ru buhg/vdnu.c new/buhg/vdnu.c ---- buhg/vdnu.c Thu Jun 5 08:10:31 2003 -+++ new/buhg/vdnu.c Fri Jan 2 00:49:23 2004 -@@ -565,7 +565,7 @@ - attroff(VV->VVOD_return_cs(iceb_CFS)); - attron(VV->VVOD_return_cs(iceb_CFM)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"usl2_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"usl2_1.txt"); - prosf(strsql); - clear(); - goto nazad; -diff -ru buhg/vdupl.c new/buhg/vdupl.c ---- buhg/vdupl.c Wed Aug 6 10:01:58 2003 -+++ new/buhg/vdupl.c Fri Jan 2 00:49:23 2004 -@@ -486,7 +486,7 @@ - attroff(VV.VVOD_return_cs(iceb_CFS)); - attron(VV.VVOD_return_cs(iceb_CB)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl2_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl2_1.txt"); - prosf(strsql); - goto nazad; - } -diff -ru buhg/vedprz.c new/buhg/vedprz.c ---- buhg/vedprz.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/vedprz.c Fri Jan 2 00:49:23 2004 -@@ -104,7 +104,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_5_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_5_1.txt"); - prosf(strsql); - goto naz; - case ESC: -diff -ru buhg/vipiska.c new/buhg/vipiska.c ---- buhg/vipiska.c Fri Jun 20 07:35:53 2003 -+++ new/buhg/vipiska.c Fri Jan 2 00:49:23 2004 -@@ -709,7 +709,7 @@ - { - wattroff(win2,VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl3_4_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl3_4_1.txt"); - // prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vkart.c new/buhg/vkart.c ---- buhg/vkart.c Fri Sep 26 10:15:18 2003 -+++ new/buhg/vkart.c Fri Jan 2 00:49:23 2004 -@@ -779,7 +779,7 @@ - case FK1: /*ðÏÍÏÝØ*/ - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vkart1.c new/buhg/vkart1.c ---- buhg/vkart1.c Fri Sep 26 10:15:18 2003 -+++ new/buhg/vkart1.c Fri Jan 2 00:49:23 2004 -@@ -292,7 +292,7 @@ - attroff(VV.VVOD_return_cs(iceb_CFS)); - attron(VV.VVOD_return_cs(iceb_CFM)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_3.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vkasord.c new/buhg/vkasord.c ---- buhg/vkasord.c Thu Jun 5 08:10:31 2003 -+++ new/buhg/vkasord.c Fri Jan 2 00:49:23 2004 -@@ -435,9 +435,9 @@ - attron(VV->VVOD_return_cs(iceb_CB)); - GDITE(); - if(tipz == 1) -- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_2.txt"); - if(tipz == 2) -- sprintf(strsql,"%s/doc/%s",putnansi,"kas2_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"kas2_1.txt"); - prosf(strsql); - goto nazad; - } -diff -ru buhg/vmat.c new/buhg/vmat.c ---- buhg/vmat.c Fri Oct 24 07:18:03 2003 -+++ new/buhg/vmat.c Fri Jan 2 00:49:23 2004 -@@ -634,7 +634,7 @@ - if(cp == 1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2f.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2f.txt"); - prosf(strsql); - clear(); - } -@@ -642,14 +642,14 @@ - if(tipz == 1 && cp == 0) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2g.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2g.txt"); - prosf(strsql); - clear(); - } - if(tipz == 2 && cp == 0) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2s.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2s.txt"); - prosf(strsql); - clear(); - } -@@ -1403,7 +1403,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"matu2_1_2g1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"matu2_1_2g1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vnu.c new/buhg/vnu.c ---- buhg/vnu.c Wed May 14 11:22:40 2003 -+++ new/buhg/vnu.c Fri Jan 2 00:49:23 2004 -@@ -126,7 +126,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_2.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vos.c new/buhg/vos.c ---- buhg/vos.c Thu Jul 3 10:24:16 2003 -+++ new/buhg/vos.c Fri Jan 2 00:49:23 2004 -@@ -429,7 +429,7 @@ - case FK1: /*ðÏÍÏÝØ*/ - attroff(VV->VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"uos3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"uos3.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vprov.c new/buhg/vprov.c ---- buhg/vprov.c Sun Apr 20 12:57:43 2003 -+++ new/buhg/vprov.c Fri Jan 2 00:49:23 2004 -@@ -562,7 +562,7 @@ - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); - -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_1.txt"); - prosf(strsql); - - clear(); -diff -ru buhg/vprovgr.c new/buhg/vprovgr.c ---- buhg/vprovgr.c Sun Apr 20 12:57:43 2003 -+++ new/buhg/vprovgr.c Fri Jan 2 00:49:23 2004 -@@ -278,7 +278,7 @@ - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); - -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_4.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_4.txt"); - prosf(strsql); - - clear(); -diff -ru buhg/vprovnbs.c new/buhg/vprovnbs.c ---- buhg/vprovnbs.c Sun Apr 20 12:57:43 2003 -+++ new/buhg/vprovnbs.c Fri Jan 2 00:49:23 2004 -@@ -353,7 +353,7 @@ - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); - -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_1_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_1_1.txt"); - prosf(strsql); - - clear(); -diff -ru buhg/vusl.c new/buhg/vusl.c ---- buhg/vusl.c Sat Jul 5 18:48:31 2003 -+++ new/buhg/vusl.c Fri Jan 2 00:49:23 2004 -@@ -377,7 +377,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"usl2_1_1_2.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"usl2_1_1_2.txt"); - prosf(bros); - clear(); - goto naz; -diff -ru buhg/vvodf8dr.c new/buhg/vvodf8dr.c ---- buhg/vvodf8dr.c Thu Jun 5 08:10:31 2003 -+++ new/buhg/vvodf8dr.c Fri Jan 2 00:49:23 2004 -@@ -164,7 +164,7 @@ - if(K == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_1_2_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_1_2_1.txt"); - prosf(strsql); - clear(); - goto nazad; -diff -ru buhg/vvodkr1.c new/buhg/vvodkr1.c ---- buhg/vvodkr1.c Thu Jun 5 08:10:31 2003 -+++ new/buhg/vvodkr1.c Fri Jan 2 00:49:23 2004 -@@ -351,7 +351,7 @@ - { - attroff(VV.VVOD_return_cs(iceb_CFS)); - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"ukr2_2_2.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"ukr2_2_2.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/vvodztab.c new/buhg/vvodztab.c ---- buhg/vvodztab.c Sun Oct 5 09:38:34 2003 -+++ new/buhg/vvodztab.c Fri Jan 2 00:49:23 2004 -@@ -392,7 +392,7 @@ - if(K == FK1) /*ðÒÏÓÍÏÔÒ ÐÏÄÓËÁÚËÉ*/ - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp2_6_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru buhg/xbu.c new/buhg/xbu.c ---- buhg/xbu.c Wed Oct 22 12:28:08 2003 -+++ new/buhg/xbu.c Fri Jan 2 00:49:23 2004 -@@ -319,7 +319,7 @@ - goto nazad; - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg3_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg3_2.txt"); - prosf(strsql); - clear(); - goto naz1; -@@ -487,7 +487,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"buhg5_2.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"buhg5_2.txt"); - prosf(bros); - goto naz; - -@@ -623,7 +623,7 @@ - - case FK1: - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"buhg5_4.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"buhg5_4.txt"); - prosf(bros); - goto nom3; - -diff -ru buhg/zarkart.c new/buhg/zarkart.c ---- buhg/zarkart.c Sat Oct 18 14:54:39 2003 -+++ new/buhg/zarkart.c Fri Jan 2 00:49:23 2004 -@@ -103,9 +103,9 @@ - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); - if(metka == 0) -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_3_12.txt"); -+ sprintf(bros,"../..",ICEB_DOC_PATH,"zarp4_3_12.txt"); - if(metka == 1) -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_3_11.txt"); -+ sprintf(bros,"../..",ICEB_DOC_PATH,"zarp4_3_11.txt"); - - prosf(bros); - goto naz; -diff -ru buhg/zarrasp.c new/buhg/zarrasp.c ---- buhg/zarrasp.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/zarrasp.c Fri Jan 2 00:49:23 2004 -@@ -98,7 +98,7 @@ - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); - -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_7_5.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_7_5.txt"); - prosf(bros); - - goto naz; -diff -ru buhg/zarsend.c new/buhg/zarsend.c ---- buhg/zarsend.c Fri Jun 20 05:45:08 2003 -+++ new/buhg/zarsend.c Fri Jan 2 00:49:23 2004 -@@ -148,7 +148,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_1_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_1_3.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/zarsocd.c new/buhg/zarsocd.c ---- buhg/zarsocd.c Fri Sep 19 07:49:12 2003 -+++ new/buhg/zarsocd.c Fri Jan 2 00:49:23 2004 -@@ -70,7 +70,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_8.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_8.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/zarspek.c new/buhg/zarspek.c ---- buhg/zarspek.c Fri Jun 13 05:13:41 2003 -+++ new/buhg/zarspek.c Fri Jan 2 00:49:23 2004 -@@ -105,7 +105,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_7_2.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_7_2.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/zarspek1.c new/buhg/zarspek1.c ---- buhg/zarspek1.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/zarspek1.c Fri Jan 2 00:49:23 2004 -@@ -61,7 +61,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(bros,"%s/doc/%s",putnansi,"zarp4_7_6.txt"); -+ sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_7_6.txt"); - prosf(bros); - goto naz; - -diff -ru buhg/zarspi.c new/buhg/zarspi.c ---- buhg/zarspi.c Sun Apr 20 12:57:43 2003 -+++ new/buhg/zarspi.c Fri Jan 2 00:49:23 2004 -@@ -98,7 +98,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_1_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_1_2.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/zarsprsoc.c new/buhg/zarsprsoc.c ---- buhg/zarsprsoc.c Mon Jul 21 12:58:32 2003 -+++ new/buhg/zarsprsoc.c Fri Jan 2 00:49:23 2004 -@@ -75,7 +75,7 @@ - { - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"zarp4_7_7.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"zarp4_7_7.txt"); - prosf(strsql); - goto naz; - -diff -ru buhg/zarstomn.c new/buhg/zarstomn.c ---- buhg/zarstomn.c Thu Jun 5 09:27:45 2003 -+++ new/buhg/zarstomn.c Fri Jan 2 00:49:23 2004 -@@ -76,7 +76,7 @@ - { - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); --// sprintf(bros,"%s/doc/%s",putnansi,"zarp4_2_1.txt"); -+// sprintf(bros,"%s/%s",ICEB_DOC_PATH,"zarp4_2_1.txt"); - // prosf(bros); - goto naz; - -diff -ru libbuh/Makefile.am new/libbuh/Makefile.am ---- libbuh/Makefile.am Fri Sep 19 07:44:42 2003 -+++ new/libbuh/Makefile.am Fri Jan 2 00:37:46 2004 -@@ -1,4 +1,5 @@ - CC = ${CXX} -+CFLAGS += -DICEB_DOC_PATH="\""@datadir@/doc/iceb"\"" - lib_LTLIBRARIES = libbuh.la - - INCLUDES = -I$(top_srcdir)/libscr -I$(top_srcdir)/libsql @ICEB_DB_H@ \ -diff -ru libbuh/dirkontr.c new/libbuh/dirkontr.c ---- libbuh/dirkontr.c Thu Jun 5 14:52:38 2003 -+++ new/libbuh/dirkontr.c Fri Jan 2 00:50:55 2004 -@@ -405,7 +405,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg4_2.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg4_2.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -@@ -1124,7 +1124,7 @@ - { - case FK1: - GDITE(); --// sprintf(strsql,"%s/doc/%s",putnansi,"zarp2_6_2.txt"); -+// sprintf(strsql,"../..",ICEB_DOC_PATH,"zarp2_6_2.txt"); - // prosf(strsql); - clear(); - goto naz; -diff -ru libbuh/dirmat1.c new/libbuh/dirmat1.c ---- libbuh/dirmat1.c Fri Oct 31 10:00:39 2003 -+++ new/libbuh/dirmat1.c Fri Jan 2 00:50:55 2004 -@@ -570,7 +570,7 @@ - goto naz1; - } - } -- sprintf(strsql,"%s/doc/%s",putnansi,imaf); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,imaf); - - /* - printw("strsql=%s\n",strsql); -diff -ru libbuh/dirmt.c new/libbuh/dirmt.c ---- libbuh/dirmt.c Mon Jul 21 12:58:34 2003 -+++ new/libbuh/dirmt.c Fri Jan 2 00:50:55 2004 -@@ -387,7 +387,7 @@ - - case FK1: - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"upl3_2_1.txt"); -+ sprintf(strsql,"../..",ICEB_DOC_PATH,"upl3_2_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru libbuh/dirshet.c new/libbuh/dirshet.c ---- libbuh/dirshet.c Mon Jul 21 12:58:34 2003 -+++ new/libbuh/dirshet.c Fri Jan 2 00:50:55 2004 -@@ -329,7 +329,7 @@ - case FK1: /*ðÏÌÕÞÉÔØ ÐÏÄÓËÁÚËÕ*/ - - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg4_1.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg4_1.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru libbuh/dirskont.c new/libbuh/dirskont.c ---- libbuh/dirskont.c Sat Oct 18 14:54:41 2003 -+++ new/libbuh/dirskont.c Fri Jan 2 00:50:55 2004 -@@ -576,7 +576,7 @@ - - case FK1: /*ðÏÍÏÝØ*/ - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"buhg4_3.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"buhg4_3.txt"); - prosf(strsql); - clear(); - if(kolstr > 0) -diff -ru libbuh/smenabaz.c new/libbuh/smenabaz.c ---- libbuh/smenabaz.c Thu Jun 5 14:52:38 2003 -+++ new/libbuh/smenabaz.c Fri Jan 2 00:50:55 2004 -@@ -47,7 +47,7 @@ - if(i == FK1) - { - GDITE(); -- sprintf(strsql,"%s/doc/%s",putnansi,"smenabaz.txt"); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,"smenabaz.txt"); - prosf(strsql); - clear(); - goto naz; -diff -ru libbuh/vmat1.c new/libbuh/vmat1.c ---- libbuh/vmat1.c Sat Oct 18 14:54:41 2003 -+++ new/libbuh/vmat1.c Fri Jan 2 00:50:55 2004 -@@ -1021,7 +1021,7 @@ - clear(); - goto naz1; - } -- sprintf(strsql,"%s/doc/%s",putnansi,imaf); -+ sprintf(strsql,"%s/%s",ICEB_DOC_PATH,imaf); - - /* - printw("strsql=%s\n",strsql); diff --git a/ukrainian/iceb/files/patch-libconfig::Makefile.am b/ukrainian/iceb/files/patch-libconfig::Makefile.am deleted file mode 100644 index 923522c..0000000 --- a/ukrainian/iceb/files/patch-libconfig::Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -diff -ru work.old/libconfig/Makefile.am work/libconfig/Makefile.am ---- libconfig/Makefile.am Sun Jan 12 14:46:55 2003 -+++ libconfig/Makefile.am Sun Jan 12 14:40:49 2003 -@@ -1,5 +1,5 @@ - CC = ${CXX} --bin_PROGRAMS = test config_get config_put -+#bin_PROGRAMS = test config_get config_put - - lib_LTLIBRARIES = libconfig.la - libconfig_la_SOURCES = config.c cread.c cwrite.c read_vars.c diff --git a/ukrainian/iceb/files/patch-libdev-iceb_client.c b/ukrainian/iceb/files/patch-libdev-iceb_client.c deleted file mode 100644 index e2a7de7..0000000 --- a/ukrainian/iceb/files/patch-libdev-iceb_client.c +++ /dev/null @@ -1,12 +0,0 @@ ---- iceb_client.c.old Sat Jan 24 23:05:19 2004 -+++ libdev/iceb_client.c Sat Jan 24 23:05:37 2004 -@@ -6,8 +6,8 @@ - #include <stdlib.h> - #include <string.h> - #include <netdb.h> --#include <sys/socket.h> - #include <sys/types.h> -+#include <sys/socket.h> - #include <ctype.h> - #ifdef HAVE_UNISTD_H - #include <unistd.h> diff --git a/ukrainian/iceb/files/patch-libscr::init_screen.c b/ukrainian/iceb/files/patch-libscr::init_screen.c deleted file mode 100644 index db9ba55..0000000 --- a/ukrainian/iceb/files/patch-libscr::init_screen.c +++ /dev/null @@ -1,54 +0,0 @@ -diff -ru --exclude *.in iceb-5.35.old/libscr/init_screen.c iceb-5.35/libscr/init_screen.c ---- libscr/init_screen.c Thu Jul 25 06:12:01 2002 -+++ libscr/init_screen.c Wed Dec 25 22:43:06 2002 -@@ -16,6 +16,39 @@ - long cklav,cstr; /*äÌÑ helstr.c Ó×ÅÔ ËÌÁ×ÉÛÉ É ÓÔÒÏËÉ*/ - int iscolor; /*0-ÞÅÒÎÏ-ÂÅÌÙÊ ÍÏÎÉÔÏÒ*/ - -+#ifdef __FreeBSD__ -+static void InitFreeBSDShift() { -+ -+// åÓÌÉ ÐÏ ËÒÁÊÎÅÊ ÍÅÒÅ ÏÄÎÁ ÆÕÎËÃÉÏÎÁÌØÎÁÑ ËÌÁ×ÉÛÁ -+// ÕÖÅ ÏÐÒÅÄÅÌÅÎÁ (ÎÁÐÒÉÍÅÒ × termcap) ÔÏ -+// ÎÅ ÐÅÒÅÏÐÒÅÄÅÌÑÔØ ÉÈ ×ÏÏÂÝÅ -+char fkey[] = "kf "; -+for (int i=13; i<13+12; i++) { -+ sprintf(fkey+2, "%d", i); -+ if (tigetstr(fkey) != NULL) -+ return; -+} -+ -+// ðÏÒÑÄÏË, ÚÁÄÁÅÍ Shift+Fn -+static char* shiftedFKeys[] = { -+ "\033[Y", // Shift+F1 -+ "\033[Z", -+ "\033[a", -+ "\033[b", -+ "\033[c", -+ "\033[d", -+ "\033[e", -+ "\033[f", -+ "\033[g", -+ "\033[h", -+ "\033[i", -+ "\033[j" // Shift+F12 -+ }; -+for (int i=0; i<12; i++) -+ define_key(shiftedFKeys[i], KEY_F(13+i)); -+} -+#endif -+ - int init_screen() - { - unsigned short i,i1; -@@ -58,6 +91,10 @@ - } - - mousemask(ALL_MOUSE_EVENTS,NULL); -+ -+#ifdef __FreeBSD__ -+InitFreeBSDShift(); -+#endif - - return(0); - } diff --git a/ukrainian/iceb/files/patch-libutil::workid.c b/ukrainian/iceb/files/patch-libutil::workid.c deleted file mode 100644 index 428164f..0000000 --- a/ukrainian/iceb/files/patch-libutil::workid.c +++ /dev/null @@ -1,104 +0,0 @@ ---- libutil/workid.c Wed Oct 22 09:13:32 2003 -+++ workid.c Fri Jan 2 12:10:23 2004 -@@ -1,30 +1,32 @@ - /*$Id: workid.c,v 5.6 2003/10/22 09:13:32 sasa Exp $*/ - --#include <stdio.h> -+#include <iceb.h> -+#include <fcntl.h> - #include <stdlib.h> - #include <string.h> - #ifdef HAVE_SYS_TYPES_H - #include <sys/types.h> - #endif -+#ifdef HAVE_SYS_TYPES_H -+#include <sys/types.h> -+#endif - #include <utmp.h> - #include <util.h> - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif -+#include <iostream> -+#include <string> -+#include <fstream> - --#define DEV_DIR_WITH_TRAILING_SLASH "/dev/" --#define DEV_DIR_LEN (sizeof (DEV_DIR_WITH_TRAILING_SLASH) - 1) -- --#ifndef HOST_NAME_MAX --#define HOST_NAME_MAX 255 --#endif -+using namespace std; - - /* - * æÕÎËÃÉÑ workid ×ÏÚ×ÒÁÝÁÅÔ ÕËÁÚÁÔÅÌØ ÎÁ ÓÔÒÏËÕ, ÉÄÅÎÔÉÆÉÃÉÒÕÀÝÕÀ - * ÒÁÂÏÞÅÅ ÍÅÓÔÏ, ÎÁ ËÏÔÏÒÏÍ ÚÁÐÕÝÅÎÁ ÐÒÏÇÒÁÍÍÁ, × ÆÏÒÍÁÔÅ: - * - * ÈÏÓÔ|ÕÄÁÌÅÎÎÙÊ_ÈÏÓÔ|ÔÅÒÍÉÎÁÌ -- * | | -+ * | | - * | +--- ÏÔËÕÄÁ ÚÁÛÌÉ telnet'ÏÍ - * | - * +--- ÎÁ ËÏÔÏÒÏÍ ÚÁÐÕÝÅÎÁ ÐÒÏÇÒÁÍÍÁ -@@ -33,33 +35,31 @@ - * - */ - --char *workid() { -- struct utmp *u; -- char *ttyname_b = NULL; -- char host[HOST_NAME_MAX]; -- int n = 0; -- int found = 0; -- -- host[0] = '\0'; -- gethostname(host, HOST_NAME_MAX-1); -- ttyname_b = ttyname (0); -- if (!ttyname_b) -- return(NULL); -- if (strncmp (ttyname_b, DEV_DIR_WITH_TRAILING_SLASH, DEV_DIR_LEN) == 0) -- ttyname_b += DEV_DIR_LEN; /* Discard /dev/ prefix. */ -- -- while (u=getutent()) -- if (u->ut_type == USER_PROCESS ) -- if (strcmp(u->ut_line, ttyname_b) == 0) { -- found++; -- break; -- } -- -- if (found) { -- found=strlen(host)+1+strlen(u->ut_host)+1+strlen(u->ut_line)+1; -- ttyname_b = (char*) malloc(found); -- sprintf(ttyname_b, "%s|%s|%s", host, u->ut_host, u->ut_line); -- } -- else ttyname_b = NULL; -- return(ttyname_b); -+char* workid() { -+ // get host name -+ static const long length = 1024; //sysconf(_SC_HOST_NAME_MAX); -+ char host[length]; -+ host[0] = '\0'; -+ gethostname(host, length); -+ -+ //get term name -+ static const string devPrefix("/dev/"); -+ string ttyname(ttyname(0)); -+#if (__GNUC__ >= 3) -+ if (ttyname.compare(0, devPrefix.size(), devPrefix) == 0) -+#else -+ if (ttyname.compare(devPrefix, 0, devPrefix.size()) == 0) -+#endif -+ ttyname.erase(0, devPrefix.size()); -+ -+ // get remote host -+ utmp buff; -+ int fd = open(_PATH_UTMP, O_RDONLY); -+ if (fd != -1) { -+ while (read(fd, &buff, sizeof(buff)) == sizeof(buff)) -+ if (ttyname == buff.ut_line && *buff.ut_host != 0) -+ return strdup((string(host) + '/' + buff.ut_host +'/' + ttyname).c_str()); -+ } -+ -+ return strdup(string().c_str()); - } diff --git a/ukrainian/iceb/files/patch-locale::Makefile.am b/ukrainian/iceb/files/patch-locale::Makefile.am deleted file mode 100644 index 6407dc7..0000000 --- a/ukrainian/iceb/files/patch-locale::Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ -diff -ru --exclude *.in iceb-5.35.old/locale/Makefile.am locale/Makefile.am ---- locale/Makefile.am Tue Jul 30 11:44:23 2002 -+++ locale/Makefile.am Tue Dec 24 00:00:27 2002 -@@ -17,7 +17,8 @@ - - install: all - @if [ "$(ICEB_LANG)" \!= "ru" ]; then \ -- $(INSTALL_DATA) -D $(LOCFIL) $(ICEB_LANG_PATH)/LC_MESSAGES/$(LOCFIL) ; \ -+ $(mkinstalldirs) $(ICEB_LANG_PATH)/LC_MESSAGES/; \ -+ $(INSTALL_DATA) $(LOCFIL) $(ICEB_LANG_PATH)/LC_MESSAGES/$(LOCFIL) ; \ - fi - - uninstall: diff --git a/ukrainian/iceb/pkg-descr b/ukrainian/iceb/pkg-descr deleted file mode 100644 index 351e6af..0000000 --- a/ukrainian/iceb/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Ukrainian accounting system with curses GUI. -Hardware support: - - many cash registers - - bar-code scanners -Includes: - - main book - - matherials accounting - - service accounting - - salary calculation - - payment documents - - cashier orders accounting - -WWW: http://www.iceb.vinnitsa.com/ - -- Vadim Chekan -vchekan@softline.kiev.ua diff --git a/ukrainian/iceb/pkg-message b/ukrainian/iceb/pkg-message deleted file mode 100644 index 3f7146d..0000000 --- a/ukrainian/iceb/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -1 óÏÚÄÁÊÔÅ ÂÁÚÕ ÐÒÉ ÐÏÍÏÝÉ sozsqlbaz, -2 ÚÁÐÕÓÔÉÔÅ dostup, ÄÁÊÔÅ ÄÏÓÔÕÐ Ë ÂÁÚÅ ÐÏÌØÚÏ×ÁÔÅÌÑÍ, -3 ÓËÏÐÉÒÕÊÔÅ ÐÁÐËÕ Ó ÎÁÓÔÒÏÊËÁÍÉ × ÐÁÐËÕ Ó ÔÁËÉÍ ÖÅ ÉÍÅÎÅÍ, -ËÁË ÉÍÑ ÓÏÚÄÁÎÏÊ ÓÉÓÔÅÍÙ, ÎÁÐÒÉÍÅÒ ÅÓÌÉ ÉÍÑ ÓÉÓÔÅÍÙ bx: -cd /usr/local/etc/iceb -cp -r bx.sample bx -4 ÚÁÐÕÓÔÉÔÅ startxbu - -ïÔÚÙ×Ù É ÐÒÅÄÌÏÖÅÎÉÑ ÐÒÉ×ÅÔÓÔ×ÕÀÔÓÑ. -ðÏ ÐÏ×ÏÄÕ ÒÁÂÏÔÙ ÓÉÓÔÅÍÙ ÎÁ FreeBSD ÐÒÏÛÕ ËÏÎÔÁËÔÉÒÏ×ÁÔØ ÓÏ -ÍÎÏÊ, Á×ÔÏÒÏÍ ÐÏÒÔÁ <vchekan@softline.kiev.ua>, ÐÏ ÐÏ×ÏÄÕ -ÒÁÂÏÔÙ ÓÁÍÏÊ ÓÉÓÔÅÍÙ Ó ÏÒÉÇÉÎÁÌØÎÙÍÉ Á×ÔÏÒÁÍÉ www.iceb.vinnitsa.com - -õÓÐÅÈÏ×!
\ No newline at end of file diff --git a/ukrainian/iceb/pkg-plist b/ukrainian/iceb/pkg-plist deleted file mode 100644 index aef2d91..0000000 --- a/ukrainian/iceb/pkg-plist +++ /dev/null @@ -1,442 +0,0 @@ -bin/alter -bin/cas -bin/chiper -bin/dostup -bin/fsprozn -bin/getworkid -bin/iceb_server -bin/kalk -bin/kassa -bin/klaviat -bin/maria -bin/mariq -bin/mp -bin/rozn -bin/saldo -bin/sozsqlbaz -bin/spec -bin/startxbu -bin/udtabl -bin/uos23 -bin/uosr -bin/vzsqlbaz -bin/xbu -bin/xdk -bin/xkas -bin/xmu -bin/xpro -bin/xukr -bin/xuos -bin/xupl -bin/xusl -bin/xzp -bin/zagtab -etc/iceb/bx.sample/avtpro.alx -etc/iceb/bx.sample/avtprodok.alx -etc/iceb/bx.sample/avtprodokt.alx -etc/iceb/bx.sample/avtprouslp.alx -etc/iceb/bx.sample/avtprouslr.alx -etc/iceb/bx.sample/avtprukr.alx -etc/iceb/bx.sample/banki.alx -etc/iceb/bx.sample/blok.alx -etc/iceb/bx.sample/blokdok.alx -etc/iceb/bx.sample/blokmak.alx -etc/iceb/bx.sample/bluos.alx -etc/iceb/bx.sample/dokrozr.alx -etc/iceb/bx.sample/gotivka2.alx -etc/iceb/bx.sample/kalend.alx -etc/iceb/bx.sample/kasblok.alx -etc/iceb/bx.sample/kasorder.alx -etc/iceb/bx.sample/kasorder2.alx -etc/iceb/bx.sample/kassa.alx -etc/iceb/bx.sample/knigap1.alx -etc/iceb/bx.sample/knigap2.alx -etc/iceb/bx.sample/knigar1.alx -etc/iceb/bx.sample/knigar2.alx -etc/iceb/bx.sample/makkor.alx -etc/iceb/bx.sample/matnast.alx -etc/iceb/bx.sample/matzag.alx -etc/iceb/bx.sample/nakl.alx -etc/iceb/bx.sample/nakls.alx -etc/iceb/bx.sample/nastdok.alx -etc/iceb/bx.sample/nastrb.alx -etc/iceb/bx.sample/nastsys.alx -etc/iceb/bx.sample/platp.alx -etc/iceb/bx.sample/platpor.alx -etc/iceb/bx.sample/platt.alx -etc/iceb/bx.sample/pp.alx -etc/iceb/bx.sample/ppw.alx -etc/iceb/bx.sample/prais.alx -etc/iceb/bx.sample/pt.alx -etc/iceb/bx.sample/ukrblok.alx -etc/iceb/bx.sample/ukrku.alx -etc/iceb/bx.sample/ukrnast.alx -etc/iceb/bx.sample/uosact.alx -etc/iceb/bx.sample/uoskar.alx -etc/iceb/bx.sample/uosnast.alx -etc/iceb/bx.sample/uosrem.alx -etc/iceb/bx.sample/uossas.alx -etc/iceb/bx.sample/uossos.alx -etc/iceb/bx.sample/uplblok.alx -etc/iceb/bx.sample/uplnast.alx -etc/iceb/bx.sample/uslkor.alx -etc/iceb/bx.sample/uslnast.alx -etc/iceb/bx.sample/uslugbl.alx -etc/iceb/bx.sample/zar1-pv.alx -etc/iceb/bx.sample/zaralim.alx -etc/iceb/bx.sample/zarblok.alx -etc/iceb/bx.sample/zardeti.alx -etc/iceb/bx.sample/zardod13.alx -etc/iceb/bx.sample/zardod15.alx -etc/iceb/bx.sample/zardod9.alx -etc/iceb/bx.sample/zardog.alx -etc/iceb/bx.sample/zardolhn.alx -etc/iceb/bx.sample/zarindex.alx -etc/iceb/bx.sample/zarinv.alx -etc/iceb/bx.sample/zarkalndr.alx -etc/iceb/bx.sample/zarkredit.alx -etc/iceb/bx.sample/zarlgot.alx -etc/iceb/bx.sample/zarmatpm.alx -etc/iceb/bx.sample/zarnast.alx -etc/iceb/bx.sample/zarnpr.alx -etc/iceb/bx.sample/zarotp.alx -etc/iceb/bx.sample/zarpens.alx -etc/iceb/bx.sample/zarpodoh.alx -etc/iceb/bx.sample/zarpodpr.alx -etc/iceb/bx.sample/zarpodrk.alx -etc/iceb/bx.sample/zarpodrs.alx -etc/iceb/bx.sample/zarpodrv.alx -etc/iceb/bx.sample/zarproc.alx -etc/iceb/bx.sample/zarrlop.alx -etc/iceb/bx.sample/zarshern.alx -etc/iceb/bx.sample/zarsheta.alx -etc/iceb/bx.sample/zarsootkn.alx -etc/iceb/bx.sample/zarspsub.alx -etc/iceb/bx.sample/zarveter.alx -etc/iceb/bx.sample/zarzvanie.alx -lib/libbuh.a -lib/libbuh.la -lib/libconfig.a -lib/libconfig.la -lib/libdev.a -lib/libdev.la -lib/libscr.a -lib/libscr.la -lib/libsql.a -lib/libsql.la -lib/libutil.a -lib/libutil.la -share/doc/iceb/buhg.txt -share/doc/iceb/buhg0.txt -share/doc/iceb/buhg1.txt -share/doc/iceb/buhg2.txt -share/doc/iceb/buhg3.txt -share/doc/iceb/buhg3_1.txt -share/doc/iceb/buhg3_1_1.txt -share/doc/iceb/buhg3_2.txt -share/doc/iceb/buhg3_3.txt -share/doc/iceb/buhg3_4.txt -share/doc/iceb/buhg3_5.txt -share/doc/iceb/buhg3_6.txt -share/doc/iceb/buhg3a.txt -share/doc/iceb/buhg4.txt -share/doc/iceb/buhg4_1.txt -share/doc/iceb/buhg4_2.txt -share/doc/iceb/buhg4_3.txt -share/doc/iceb/buhg4_4.txt -share/doc/iceb/buhg4_5.txt -share/doc/iceb/buhg4_6.txt -share/doc/iceb/buhg4_7.txt -share/doc/iceb/buhg5.txt -share/doc/iceb/buhg5_1.txt -share/doc/iceb/buhg5_1_1.txt -share/doc/iceb/buhg5_2.txt -share/doc/iceb/buhg5_3.txt -share/doc/iceb/buhg5_4.txt -share/doc/iceb/buhg5_5.txt -share/doc/iceb/buhg6.txt -share/doc/iceb/buhg7.txt -share/doc/iceb/cvs.txt -share/doc/iceb/dokum.txt -share/doc/iceb/dokum1.txt -share/doc/iceb/dokum2.10.txt -share/doc/iceb/dokum2.txt -share/doc/iceb/dokum2_1.txt -share/doc/iceb/dokum2_11.txt -share/doc/iceb/dokum2_1_1.txt -share/doc/iceb/dokum2_1_2.txt -share/doc/iceb/dokum2_1_3.txt -share/doc/iceb/dokum2_2.txt -share/doc/iceb/dokum2_3.txt -share/doc/iceb/dokum2_4.txt -share/doc/iceb/dokum2_5.txt -share/doc/iceb/dokum2_6.txt -share/doc/iceb/dokum2_7.txt -share/doc/iceb/dokum2_8.txt -share/doc/iceb/dokum2_9.txt -share/doc/iceb/dokum4.txt -share/doc/iceb/epson.txt -share/doc/iceb/era_reset.txt -share/doc/iceb/fsprozn.txt -share/doc/iceb/iceb_server.txt -share/doc/iceb/indkod.txt -share/doc/iceb/kas.txt -share/doc/iceb/kas1.txt -share/doc/iceb/kas2.txt -share/doc/iceb/kas2_1.txt -share/doc/iceb/kas2_1_1.txt -share/doc/iceb/kas2_1_1_1.txt -share/doc/iceb/kas2_2.txt -share/doc/iceb/kas2_3.txt -share/doc/iceb/kas2_4.txt -share/doc/iceb/kas3.txt -share/doc/iceb/kas3_1.txt -share/doc/iceb/kas3_1_1.txt -share/doc/iceb/kas3_2.txt -share/doc/iceb/kas3_2_1.txt -share/doc/iceb/kas3_3.txt -share/doc/iceb/kas4_1.txt -share/doc/iceb/local.txt -share/doc/iceb/matu.txt -share/doc/iceb/matu1.txt -share/doc/iceb/matu2.txt -share/doc/iceb/matu2_1.txt -share/doc/iceb/matu2_1_1.txt -share/doc/iceb/matu2_1_2.txt -share/doc/iceb/matu2_1_2a.txt -share/doc/iceb/matu2_1_2b.txt -share/doc/iceb/matu2_1_2c.txt -share/doc/iceb/matu2_1_2d.txt -share/doc/iceb/matu2_1_2f.txt -share/doc/iceb/matu2_1_2g.txt -share/doc/iceb/matu2_1_2g1.txt -share/doc/iceb/matu2_1_2h.txt -share/doc/iceb/matu2_1_2j.txt -share/doc/iceb/matu2_1_2j1.txt -share/doc/iceb/matu2_1_2s.txt -share/doc/iceb/matu2_2.txt -share/doc/iceb/matu2_3.txt -share/doc/iceb/matu2_4.txt -share/doc/iceb/matu2_5.txt -share/doc/iceb/matu2_6.txt -share/doc/iceb/matu3.txt -share/doc/iceb/matu3_1.txt -share/doc/iceb/matu4.txt -share/doc/iceb/matu4_1.txt -share/doc/iceb/matu4_10.txt -share/doc/iceb/matu4_11.txt -share/doc/iceb/matu4_2.txt -share/doc/iceb/matu4_3.txt -share/doc/iceb/matu4_3_1.txt -share/doc/iceb/matu4_4.txt -share/doc/iceb/matu4_5.txt -share/doc/iceb/matu4_6.txt -share/doc/iceb/matu4_7.txt -share/doc/iceb/matu4_8.txt -share/doc/iceb/matu5.txt -share/doc/iceb/matu5_1.txt -share/doc/iceb/matu5_10.txt -share/doc/iceb/matu5_11.txt -share/doc/iceb/matu5_12.txt -share/doc/iceb/matu5_13.txt -share/doc/iceb/matu5_14.txt -share/doc/iceb/matu5_15.txt -share/doc/iceb/matu5_16.txt -share/doc/iceb/matu5_17.txt -share/doc/iceb/matu5_18.txt -share/doc/iceb/matu5_2.txt -share/doc/iceb/matu5_3.txt -share/doc/iceb/matu5_4.txt -share/doc/iceb/matu5_5.txt -share/doc/iceb/matu5_6.txt -share/doc/iceb/matu5_7.txt -share/doc/iceb/matu5_8.txt -share/doc/iceb/matu5_9.txt -share/doc/iceb/plat_new.txt -share/doc/iceb/protkr.txt -share/doc/iceb/rozn.txt -share/doc/iceb/rozn1.txt -share/doc/iceb/smenabaz.txt -share/doc/iceb/sort.txt -share/doc/iceb/spec.txt -share/doc/iceb/sqlinstall.txt -share/doc/iceb/start.txt -share/doc/iceb/ukr.txt -share/doc/iceb/ukr1.txt -share/doc/iceb/ukr2.txt -share/doc/iceb/ukr2_1.txt -share/doc/iceb/ukr2_2.txt -share/doc/iceb/ukr2_2_1.txt -share/doc/iceb/ukr2_2_2.txt -share/doc/iceb/ukr2_3.txt -share/doc/iceb/ukr3.txt -share/doc/iceb/ukr3_1.txt -share/doc/iceb/ukr3_2.txt -share/doc/iceb/ukr3_3.txt -share/doc/iceb/ukr3_3_1.txt -share/doc/iceb/ukr4.txt -share/doc/iceb/ukr4_1.txt -share/doc/iceb/ukr4_2.txt -share/doc/iceb/ukr4_3.txt -share/doc/iceb/uos.txt -share/doc/iceb/uos1.txt -share/doc/iceb/uos2.txt -share/doc/iceb/uos2_1.txt -share/doc/iceb/uos2_1_1.txt -share/doc/iceb/uos2_1_2.txt -share/doc/iceb/uos2_1_3.txt -share/doc/iceb/uos2_1_3_1.txt -share/doc/iceb/uos2_2.txt -share/doc/iceb/uos2_3.txt -share/doc/iceb/uos2_4.txt -share/doc/iceb/uos3.txt -share/doc/iceb/uos4.txt -share/doc/iceb/uos5.txt -share/doc/iceb/uos5_1.txt -share/doc/iceb/uos5_2.txt -share/doc/iceb/uos5_3.txt -share/doc/iceb/uos5_4.txt -share/doc/iceb/uos5_5.txt -share/doc/iceb/uos5_6.txt -share/doc/iceb/uos5_7.txt -share/doc/iceb/uos5_8.txt -share/doc/iceb/uos5_9.txt -share/doc/iceb/uos6.txt -share/doc/iceb/uos7.txt -share/doc/iceb/uos8.txt -share/doc/iceb/upl.txt -share/doc/iceb/upl1.txt -share/doc/iceb/upl2.txt -share/doc/iceb/upl2_1.txt -share/doc/iceb/upl2_2.txt -share/doc/iceb/upl2_3.txt -share/doc/iceb/upl2_4.txt -share/doc/iceb/upl3.txt -share/doc/iceb/upl3_1.txt -share/doc/iceb/upl3_2.txt -share/doc/iceb/upl3_2_1.txt -share/doc/iceb/upl3_3.txt -share/doc/iceb/upl3_3_1.txt -share/doc/iceb/upl3_4.txt -share/doc/iceb/upl3_4_1.txt -share/doc/iceb/upl3_5.txt -share/doc/iceb/upl3_5_1.txt -share/doc/iceb/upl3_5_2.txt -share/doc/iceb/upl3_6.txt -share/doc/iceb/upl3_7.txt -share/doc/iceb/upl4.txt -share/doc/iceb/upl4_1.txt -share/doc/iceb/upl4_2.txt -share/doc/iceb/upl4_3.txt -share/doc/iceb/usl.txt -share/doc/iceb/usl1.txt -share/doc/iceb/usl2.txt -share/doc/iceb/usl2_1.txt -share/doc/iceb/usl2_1_1.txt -share/doc/iceb/usl2_1_1_1.txt -share/doc/iceb/usl2_1_1_2.txt -share/doc/iceb/usl2_2.txt -share/doc/iceb/usl2_3.txt -share/doc/iceb/usl2_4.txt -share/doc/iceb/usl3.txt -share/doc/iceb/usl3_1.txt -share/doc/iceb/usl3_2.txt -share/doc/iceb/usl3_3.txt -share/doc/iceb/usl3_4.txt -share/doc/iceb/usl3_5.txt -share/doc/iceb/usl4.txt -share/doc/iceb/usl4_1.txt -share/doc/iceb/usl4_2.txt -share/doc/iceb/usl4_3.txt -share/doc/iceb/zarp.txt -share/doc/iceb/zarp1.txt -share/doc/iceb/zarp2.txt -share/doc/iceb/zarp2_1.txt -share/doc/iceb/zarp2_10.txt -share/doc/iceb/zarp2_1_1.txt -share/doc/iceb/zarp2_1_1_1.txt -share/doc/iceb/zarp2_2.txt -share/doc/iceb/zarp2_2_1.txt -share/doc/iceb/zarp2_3.txt -share/doc/iceb/zarp2_4.txt -share/doc/iceb/zarp2_5.txt -share/doc/iceb/zarp2_6.txt -share/doc/iceb/zarp2_6_1.txt -share/doc/iceb/zarp2_6_2.txt -share/doc/iceb/zarp2_7.txt -share/doc/iceb/zarp2_8.txt -share/doc/iceb/zarp2_8_1.txt -share/doc/iceb/zarp2_8_1_1.txt -share/doc/iceb/zarp2_8_1_2.txt -share/doc/iceb/zarp2_8_1_3.txt -share/doc/iceb/zarp2_8_1_4.txt -share/doc/iceb/zarp2_9.txt -share/doc/iceb/zarp3.txt -share/doc/iceb/zarp3_1_1.txt -share/doc/iceb/zarp3_1_10.txt -share/doc/iceb/zarp3_1_11.txt -share/doc/iceb/zarp3_1_12.txt -share/doc/iceb/zarp3_1_13.txt -share/doc/iceb/zarp3_1_14.txt -share/doc/iceb/zarp3_1_2.txt -share/doc/iceb/zarp3_1_3.txt -share/doc/iceb/zarp3_1_4.txt -share/doc/iceb/zarp3_1_5.txt -share/doc/iceb/zarp3_1_6.txt -share/doc/iceb/zarp3_1_7.txt -share/doc/iceb/zarp3_1_8.txt -share/doc/iceb/zarp3_1_9.txt -share/doc/iceb/zarp4.txt -share/doc/iceb/zarp4_1.txt -share/doc/iceb/zarp4_1_1.txt -share/doc/iceb/zarp4_1_2.txt -share/doc/iceb/zarp4_1_3.txt -share/doc/iceb/zarp4_2.txt -share/doc/iceb/zarp4_2_1.txt -share/doc/iceb/zarp4_2_2.txt -share/doc/iceb/zarp4_2_3.txt -share/doc/iceb/zarp4_3.txt -share/doc/iceb/zarp4_3_1.txt -share/doc/iceb/zarp4_3_10.txt -share/doc/iceb/zarp4_3_11.txt -share/doc/iceb/zarp4_3_12.txt -share/doc/iceb/zarp4_3_1_1.txt -share/doc/iceb/zarp4_3_2.txt -share/doc/iceb/zarp4_3_2_1.txt -share/doc/iceb/zarp4_3_2_2.txt -share/doc/iceb/zarp4_3_2_3.txt -share/doc/iceb/zarp4_3_2_4.txt -share/doc/iceb/zarp4_3_2_5.txt -share/doc/iceb/zarp4_3_2_6.txt -share/doc/iceb/zarp4_3_3.txt -share/doc/iceb/zarp4_3_4.txt -share/doc/iceb/zarp4_3_5.txt -share/doc/iceb/zarp4_3_6.txt -share/doc/iceb/zarp4_3_7.txt -share/doc/iceb/zarp4_3_8.txt -share/doc/iceb/zarp4_3_9.txt -share/doc/iceb/zarp4_4.txt -share/doc/iceb/zarp4_4_1.txt -share/doc/iceb/zarp4_5.txt -share/doc/iceb/zarp4_5_1.txt -share/doc/iceb/zarp4_5_2.txt -share/doc/iceb/zarp4_6.txt -share/doc/iceb/zarp4_7.txt -share/doc/iceb/zarp4_7_1.txt -share/doc/iceb/zarp4_7_1_1.txt -share/doc/iceb/zarp4_7_1_2.txt -share/doc/iceb/zarp4_7_1_2_1.txt -share/doc/iceb/zarp4_7_1_2_2.txt -share/doc/iceb/zarp4_7_2.txt -share/doc/iceb/zarp4_7_3.txt -share/doc/iceb/zarp4_7_4.txt -share/doc/iceb/zarp4_7_5.txt -share/doc/iceb/zarp4_7_6.txt -share/doc/iceb/zarp4_7_7.txt -share/doc/iceb/zarp4_7_8.txt -share/doc/iceb/zarp4_8.txt -share/nls/uk_UA.KOI8-U/LC_MESSAGES/iceb.mo -@dirrm share/nls/uk_UA.KOI8-U/LC_MESSAGES -@dirrm share/doc/iceb -@dirrm etc/iceb/bx.sample -@dirrm etc/iceb diff --git a/www/Makefile b/www/Makefile index a8cce61..6ef522e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -218,7 +218,6 @@ SUBDIR += linux-flashplugin SUBDIR += linux-flashplugin6 SUBDIR += linux-flashplugin7 - SUBDIR += linux-lesstif-ns SUBDIR += linux-mozilla SUBDIR += linux-mozilla-devel SUBDIR += linux-nvu @@ -332,7 +331,6 @@ SUBDIR += mod_mylo SUBDIR += mod_mysqluserdir SUBDIR += mod_ntlm - SUBDIR += mod_pcgi2 SUBDIR += mod_perl SUBDIR += mod_perl2 SUBDIR += mod_php4 @@ -386,7 +384,6 @@ SUBDIR += neon SUBDIR += neowebscript SUBDIR += netrik - SUBDIR += netscape-remote SUBDIR += netscape-wrapper SUBDIR += nginx SUBDIR += notftp @@ -511,7 +508,6 @@ SUBDIR += p5-Feed-Find SUBDIR += p5-Flickr-API SUBDIR += p5-Flickr-Upload - SUBDIR += p5-GtkHTML SUBDIR += p5-HTML SUBDIR += p5-HTML-Breadcrumbs SUBDIR += p5-HTML-CalendarMonthSimple @@ -591,7 +587,6 @@ SUBDIR += p5-Kwiki-VimMode SUBDIR += p5-Kwiki-plugins SUBDIR += p5-LWP-Authen-Wsse - SUBDIR += p5-MasonX-Apache2Handler SUBDIR += p5-MasonX-Interp-WithCallbacks SUBDIR += p5-MasonX-Profiler SUBDIR += p5-MasonX-Request-WithApacheSession @@ -674,7 +669,6 @@ SUBDIR += pear-Text_Wiki SUBDIR += pecl-APC SUBDIR += perlbal - SUBDIR += pgdriver SUBDIR += pglogd SUBDIR += photo_gallery SUBDIR += php-dyn @@ -804,7 +798,6 @@ SUBDIR += swish++ SUBDIR += swish-e SUBDIR += syndigator - SUBDIR += tasks SUBDIR += tclhttpd SUBDIR += tclwebtest SUBDIR += tdiary @@ -913,13 +906,11 @@ SUBDIR += zope-silva SUBDIR += zope-silvaviews SUBDIR += zope-simpleblog - SUBDIR += zope-soapmethod SUBDIR += zope-ttwtype SUBDIR += zope-validation SUBDIR += zope-xmlmethods SUBDIR += zope-xmlwidgets SUBDIR += zope-zmysqlda - SUBDIR += zope-zpt SUBDIR += zope-zsyncer SUBDIR += zope-zwiki SUBDIR += zope31 diff --git a/www/linux-lesstif-ns/Makefile b/www/linux-lesstif-ns/Makefile deleted file mode 100644 index 34e25f8..0000000 --- a/www/linux-lesstif-ns/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# New ports collection makefile for: linux-lesstif-ns -# Date created: 7 May 2000 -# Whom: imura@af.airnet.ne.jp -# -# $FreeBSD$ -# - -PORTNAME= lesstif -PORTVERSION= 0.92.26 -PORTREVISION= 3 -CATEGORIES= www x11-toolkits linux -MASTER_SITES= ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/ \ - ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/obsolete/ \ - ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/ \ - ftp://ftp.kddlabs.co.jp/X11/lesstif/srcdist/obsolete/ -PKGNAMEPREFIX= linux- -PKGNAMESUFFIX= -ns - -PATCH_SITES= http://cgi.shikoku.ne.jp/~fun/srpms/ -PATCHFILES= ${DISTNAME}-i18n.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= freebsd-emulation@FreeBSD.org -COMMENT= Clone of the Motif library mostly for linux-netscape4 - -DEPRECATED= No port depends upon this port anymore. -EXPIRATION_DATE= 2005-08-20 -IGNORE= Does not build and nobody seems to complain. - -# XXX: We should use a RPM instead of building it from source. -BUILD_DEPENDS= ${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools - -USE_BZIP2= yes -USE_LINUX= yes -PREFIX?= ${LINUXBASE}${X11BASE} -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --host=${MACHINE_ARCH}--linux-gnu \ - --enable-shared --enable-production \ - --enable-build-12 --enable-default-12 --disable-build-20 \ - --disable-debug --no-recursion \ - --without-motif --disable-build-Xlt --disable-build-Xbae -GMAKE= ${LINUXBASE}/usr/bin/make - -pre-configure: - @${ECHO_MSG} "*** Loading the Linux loadable kernel module (Error will be ignored) ***" - -@linux - -do-build: - cd ${WRKSRC}/lib/Xm && ${GMAKE} - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/lib/Xm/.libs/libXm.so.1.0.2 \ - ${PREFIX}/lib/libXm-ns.so.1.0.2 - ${LN} -sf libXm-ns.so.1.0.2 ${PREFIX}/lib/libXm.so.1 - ${LN} -sf libXm.so.1 ${PREFIX}/lib/libXm.so - ${LINUXBASE}/sbin/ldconfig - -.include <bsd.port.mk> - -CONFIGURE_ENV+= ${LINUXBASE}/bin/bash diff --git a/www/linux-lesstif-ns/distinfo b/www/linux-lesstif-ns/distinfo deleted file mode 100644 index 811dc70..0000000 --- a/www/linux-lesstif-ns/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (lesstif-0.92.26.tar.bz2) = b12161e1d1dd80122d5dcd68c6eb9dad -SIZE (lesstif-0.92.26.tar.bz2) = 2931869 -MD5 (lesstif-0.92.26-i18n.patch) = 3db0d448a9f40f8c8ef1c406b6f87d98 -SIZE (lesstif-0.92.26-i18n.patch) = 63678 diff --git a/www/linux-lesstif-ns/pkg-descr b/www/linux-lesstif-ns/pkg-descr deleted file mode 100644 index bc4ac9e..0000000 --- a/www/linux-lesstif-ns/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -LessTif is a API compatible clone of the Motif. -Currently Motif (statically linked by Netscape4) has a critical bug -around multi-byte handling in TextWidget such as <input type=text> -and <textarea> fields. This port will solve the above problem of -linux-netscape (like www/libxpg4-ns for our native Netscape). - -To activate this port, make sure that you use netscape-dynMotif instead -of communicator(navigator)-linux-x.xx.bin in ${LOCALBASE}/lib/netscape-linux/. -Patches are created by "fun" <fun@shikoku.ne.jp> - -- R. Imura -imura@af.airnet.ne.jp diff --git a/www/linux-lesstif-ns/pkg-plist b/www/linux-lesstif-ns/pkg-plist deleted file mode 100644 index 11b772a..0000000 --- a/www/linux-lesstif-ns/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/libXm-ns.so.1.0.2 -lib/libXm.so -lib/libXm.so.1 -@exec /compat/linux/sbin/ldconfig diff --git a/www/mod_pcgi2/Makefile b/www/mod_pcgi2/Makefile deleted file mode 100644 index 9bdbf0a..0000000 --- a/www/mod_pcgi2/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: mod_pcgi2 -# Date created: 19 May 2002 -# Whom: Hye-Shik Chang -# -# $FreeBSD$ -# - -PORTNAME= mod_pcgi2 -PORTVERSION= 2.0.2 -CATEGORIES= www zope -MASTER_SITES= http://zope.org/Members/phd/mod_pcgi2/mod_pcgi2/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= perky@FreeBSD.org -COMMENT= Persistent CGI module for Apache and Zope - -RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope - -APACHE_COMPAT= yes - -.if defined(WITH_APACHE13) -BUILD_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/${APACHE_PORT} -RUN_DEPENDS= ${LOCALBASE}/include/apache/httpd.h:${PORTSDIR}/${APACHE_PORT} -.else -BUILD_DEPENDS= ${LOCALBASE}/include/apache2/httpd.h:${PORTSDIR}/${APACHE_PORT} -RUN_DEPENDS= ${LOCALBASE}/include/apache2/httpd.h:${PORTSDIR}/${APACHE_PORT} -.endif - -USE_PYTHON= yes - -# You can change this in the environment if you like. -SZOPEBASEDIR?= www/Zope - -# Don't change these -ZOPEBASEDIR= ${LOCALBASE}/${SZOPEBASEDIR} -WRKSRC= ${WRKDIR}/pcgi2 -BUILDOPT= -DMOD_PCGI2 -DUNIX -DHAVE_UNION_SEMUN -SOURCES= mod_pcgi2.c parseinfo.c pcgi-wrapper.c -PLIST_SUB= APXS="${APXS}" APACHEVER="${APACHEVER}" -MSG_SUB= -e 's,%%CONFFILE%%,etc/${APACHEVER}/mod_pcgi2.conf,' \ - -e 's,%%PREFIX%%,${PREFIX},' -PKGMESSAGE= ${WRKDIR}/pkg-message - -.if defined(WITH_APACHE13) -APACHEVER= apache -.else -WITH_APACHE2= yes -APACHEVER= apache2 -BUILDOPT+= -DAPACHE2 -Wc,-shared -.endif - -post-extract: - @${SED} -e 's,%%PYTHON_CMD%%,${PYTHON_CMD},g' \ - -e 's,%%ZOPEBASEDIR%%,${ZOPEBASEDIR},g' \ - ${FILESDIR}/mod_pcgi2.conf.dist >${WRKDIR}/mod_pcgi2.conf - @${SED} ${MSG_SUB} pkg-message > ${PKGMESSAGE} - -do-build: - @cd ${WRKSRC} && ${APXS} -c -o mod_pcgi2.so ${BUILDOPT} ${SOURCES} - -do-install: -.if defined(WITH_APACHE13) - @${APXS} -ia -n pcgi2 ${WRKSRC}/mod_pcgi2.so -.else - @${INSTALL_PROGRAM} ${WRKSRC}/.libs/mod_pcgi2.so ${PREFIX}/libexec/${APACHEVER}/ - @${APXS} -ea -n pcgi2 libexec/${APACHEVER}/mod_pcgi2.so -.endif - @${INSTALL_DATA} ${WRKDIR}/mod_pcgi2.conf ${PREFIX}/etc/${APACHEVER}/ - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/mod_pcgi2/distinfo b/www/mod_pcgi2/distinfo deleted file mode 100644 index 4e1c532..0000000 --- a/www/mod_pcgi2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (mod_pcgi2-2.0.2-src.tar.gz) = 343242bf25141f228b3d2dd0e5526732 -SIZE (mod_pcgi2-2.0.2-src.tar.gz) = 32214 diff --git a/www/mod_pcgi2/files/mod_pcgi2.conf.dist b/www/mod_pcgi2/files/mod_pcgi2.conf.dist deleted file mode 100644 index 99226ba..0000000 --- a/www/mod_pcgi2/files/mod_pcgi2.conf.dist +++ /dev/null @@ -1,16 +0,0 @@ -<IfModule mod_pcgi2.c> - PCGI_NAME Zope - PCGI_MODULE_PATH %%ZOPEBASEDIR%%/lib/python/Zope - PCGI_PUBLISHER %%ZOPEBASEDIR%%/pcgi/pcgi_publisher.py - PCGI_EXE %%PYTHON_CMD%% - PCGI_SOCKET_FILE %%ZOPEBASEDIR%%/var/pcgi.soc - PCGI_PID_FILE %%ZOPEBASEDIR%%/var/pcgi.pid - PCGI_ERROR_LOG %%ZOPEBASEDIR%%/var/pcgi.log - PCGI_DISPLAY_ERRORS 1 - - <Location /zope> - SetHandler pcgi-handler - PCGI_ROOT / - PCGI_SetEnv SiteRootPATH / - </Location> -</IfModule> diff --git a/www/mod_pcgi2/pkg-descr b/www/mod_pcgi2/pkg-descr deleted file mode 100644 index 9f308b1..0000000 --- a/www/mod_pcgi2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The mod_pcgi2 is a module for Apache to handle Persistent CGI -protocol which is supported by Zope to circumvent some of the -process launch overhead. - -WWW: http://www.zope.org/Members/phd/mod_pcgi2/ diff --git a/www/mod_pcgi2/pkg-message b/www/mod_pcgi2/pkg-message deleted file mode 100644 index 4c11697..0000000 --- a/www/mod_pcgi2/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -- - Please, adjust the %%PREFIX%%/%%CONFFILE%% - to your liking and add - - include %%CONFFILE%% - - to the Apache's config file. -- diff --git a/www/mod_pcgi2/pkg-plist b/www/mod_pcgi2/pkg-plist deleted file mode 100644 index 57b8a41..0000000 --- a/www/mod_pcgi2/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -etc/%%APACHEVER%%/mod_pcgi2.conf -libexec/%%APACHEVER%%/mod_pcgi2.so -@exec %%APXS%% -e -a -n pcgi2 %D/%f -@unexec %%APXS%% -e -A -n pcgi2 %D/%f diff --git a/www/netscape-remote/Makefile b/www/netscape-remote/Makefile deleted file mode 100644 index 33c9aba..0000000 --- a/www/netscape-remote/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: netscape-remote -# Date created: 09/13/1999 -# Whom: Kelly Yancey <kbyanc@posi.net> -# -# $FreeBSD$ -# - -PORTNAME= netscape-remote -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://wp.netscape.com/newsref/std/ -DISTFILES= remote.c vroot.h - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility to pass commands to running netscape process - -DEPRECATED= "all Netscape browser ports were removed due to security bugs" -EXPIRATION_DATE=2005-10-12 -USE_XLIB= yes -DIST_SUBDIR= netscape-remote -NO_WRKSUBDIR= yes -PLIST_FILES= bin/netscape-remote - -do-extract: - @${MKDIR} ${WRKDIR} - @cp ${FILESDIR}/Makefile ${WRKDIR} - @for i in $(DISTFILES); do ${CP} ${DISTDIR}/${DIST_SUBDIR}/$$i \ - ${WRKDIR}; done - -.include <bsd.port.mk> diff --git a/www/netscape-remote/distinfo b/www/netscape-remote/distinfo deleted file mode 100644 index 2787773..0000000 --- a/www/netscape-remote/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (netscape-remote/remote.c) = 1dfd396d83169cd1f286675698899feb -SIZE (netscape-remote/remote.c) = 18579 -MD5 (netscape-remote/vroot.h) = cc8e398b414b212c684d774ab87fdf2a -SIZE (netscape-remote/vroot.h) = 4930 diff --git a/www/netscape-remote/files/Makefile b/www/netscape-remote/files/Makefile deleted file mode 100644 index f6b116f..0000000 --- a/www/netscape-remote/files/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -X11BASE ?= /usr/X11R6 -INCDIR = -I$(X11BASE)/include -LIBDIR = -L$(X11BASE)/lib -LIBS = -lX11 -lXmu -OBJS = remote.o -CFLAGS += -DSTANDALONE -g $(INCDIR) -PREFIX ?= /usr/local -BSD_INSTALL_PROGRAM ?= /usr/bin/install -c -s - -BINARY = netscape-remote - -all: remote - -remote: $(OBJS) - $(CC) $(CFLAGS) $(LIBDIR) $(LIBS) -o $(BINARY) $(OBJS) - -install: all - $(BSD_INSTALL_PROGRAM) $(BINARY) $(PREFIX)/bin - -clean: - for i in $(OBJS); do rm -f $$i; done - rm -f $(BINARY) diff --git a/www/netscape-remote/files/patch-aa b/www/netscape-remote/files/patch-aa deleted file mode 100644 index e184c0e..0000000 --- a/www/netscape-remote/files/patch-aa +++ /dev/null @@ -1,89 +0,0 @@ ---- remote.c.orig Wed May 2 01:47:12 2001 -+++ remote.c Wed May 2 01:47:34 2001 -@@ -43,8 +43,8 @@ - file, you can find it at "http://home.netscape.com/newsref/std/vroot.h". - If you don't care about supporting virtual root window managers, you can - comment this line out. -- */ - #include "vroot.h" -+*/ - - - #ifdef STANDALONE -@@ -81,21 +81,26 @@ - mozilla_remote_find_window (Display *dpy) - { - int i; -- Window root = RootWindowOfScreen (DefaultScreenOfDisplay (dpy)); -- Window root2, parent, *kids; -- unsigned int nkids; -+ Window root, root2 = DefaultRootWindow(dpy); -+ Window parent, *kids = NULL; -+ unsigned int nkids = 0; - Window result = 0; - Window tenative = 0; - unsigned char *tenative_version = 0; - -- if (! XQueryTree (dpy, root, &root2, &parent, &kids, &nkids)) -+ /* root != root2 is possible with virtual root WMs. */ -+ /* turns out, we need to get to the bottom -- the very top root window */ -+ /* what continues to puzzle me, is that xlsclients works without this -- */ -+ /* The DefaultRootWindow(dpy) always returns the right thing to it... */ -+ do { -+ root = root2; -+ if (! XQueryTree (dpy, root, &root2, &parent, &kids, &nkids)) - { - fprintf (stderr, "%s: XQueryTree failed on display %s\n", progname, - DisplayString (dpy)); - exit (2); - } -- -- /* root != root2 is possible with virtual root WMs. */ -+ } while (root != root2); - - if (! (kids && nkids)) - { -@@ -146,11 +151,16 @@ - } - else if (tenative) - { -+#ifndef STANDALONE -+ /* no point in harassing the user when run standalone; everyone has -+ * at least netscape 1.1 by now! -+ */ - fprintf (stderr, - "%s: warning: expected version %s but found version\n" - "\t%s (0x%x) instead.\n", - progname, expected_mozilla_version, - tenative_version, (unsigned int) tenative); -+#endif - XFree (tenative_version); - return tenative; - } -@@ -348,7 +358,7 @@ - mozilla_remote_command (Display *dpy, Window window, const char *command, - Bool raise_p) - { -- int result; -+ int result = -1; - Bool done = False; - char *new_command = 0; - -@@ -507,6 +517,8 @@ - int status = 0; - mozilla_remote_init_atoms (dpy); - -+ if(commands == NULL) return 0; -+ - if (window == 0) - window = mozilla_remote_find_window (dpy); - else -@@ -566,7 +578,7 @@ - } - - --void -+int - main (int argc, char **argv) - { - Display *dpy; diff --git a/www/netscape-remote/pkg-descr b/www/netscape-remote/pkg-descr deleted file mode 100644 index 7e6bf61..0000000 --- a/www/netscape-remote/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -This is a sort of "remote control" for netscape navigator, allowing you to -send commands to a running netscape process. A complete list of commands is -at: - - WWW: http://home.netscape.com/newsref/std/x-remote.html - -Requires netscape navigator 1.1 or higher to do anything useful. - - -Kelly - kbyanc@posi.net diff --git a/www/p5-GtkHTML/Makefile b/www/p5-GtkHTML/Makefile deleted file mode 100644 index adf2480..0000000 --- a/www/p5-GtkHTML/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: p5-GtkHTML -# Date created: 11 March 2001 -# Whom: vanilla -# -# $FreeBSD$ -# - -PORTNAME= GtkHTML -PORTVERSION= 0.7006 -PORTREVISION= 2 -CATEGORIES= www lang perl5 gnome -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Gtk -PKGNAMEPREFIX= p5- -DISTNAME= Gtk-Perl-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Gtk HTML module of Gtk-Perl - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gnome.pm:${PORTSDIR}/x11-toolkits/p5-Gnome \ - ${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer -RUN_DEPENDS= ${BUILD_DEPENDS} - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_GNOME= gnomeprefix gtkhtml -PERL_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} - -MAN3= Gtk::HTML::reference.3pm - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port requires perl 5.6.0 or later. Install lang/perl5 then try again -.endif - -.include <bsd.port.post.mk> diff --git a/www/p5-GtkHTML/distinfo b/www/p5-GtkHTML/distinfo deleted file mode 100644 index e876cdf..0000000 --- a/www/p5-GtkHTML/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Gtk-Perl-0.7006.tar.gz) = 40dd22ce7bd7a3aca2b4aff2678a3be2 -SIZE (Gtk-Perl-0.7006.tar.gz) = 444420 diff --git a/www/p5-GtkHTML/files/patch-Makefile.PL b/www/p5-GtkHTML/files/patch-Makefile.PL deleted file mode 100644 index a6f9aca..0000000 --- a/www/p5-GtkHTML/files/patch-Makefile.PL +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.PL.orig Mon Mar 12 16:25:19 2001 -+++ Makefile.PL Mon Mar 12 16:25:22 2001 -@@ -1,6 +1,5 @@ - use ExtUtils::MakeMaker; - use Cwd; --use blib '..'; - require '../Depends.pm'; - - require '../tools/gendefs.pl'; diff --git a/www/p5-GtkHTML/files/patch-pkg.defs b/www/p5-GtkHTML/files/patch-pkg.defs deleted file mode 100644 index b9a61c2..0000000 --- a/www/p5-GtkHTML/files/patch-pkg.defs +++ /dev/null @@ -1,10 +0,0 @@ ---- pkg.defs.orig Sun Dec 1 21:05:22 2002 -+++ pkg.defs Sun Dec 1 21:05:33 2002 -@@ -61,7 +61,6 @@ - (remove-link GTK_HTML_COMMAND_REMOVE_LINK) - (delete GTK_HTML_COMMAND_DELETE) - (delete-back GTK_HTML_COMMAND_DELETE_BACK) -- (set-mark GTK_HTML_COMMAND_SET_MARK) - (disable-selection GTK_HTML_COMMAND_DISABLE_SELECTION) - (bold-on GTK_HTML_COMMAND_BOLD_ON) - (bold-off GTK_HTML_COMMAND_BOLD_OFF) diff --git a/www/p5-GtkHTML/files/patch-xs_GtkHTML.xs b/www/p5-GtkHTML/files/patch-xs_GtkHTML.xs deleted file mode 100644 index a86a9b7..0000000 --- a/www/p5-GtkHTML/files/patch-xs_GtkHTML.xs +++ /dev/null @@ -1,269 +0,0 @@ ---- xs/GtkHTML.xs.orig Sun Dec 1 20:58:50 2002 -+++ xs/GtkHTML.xs Sun Dec 1 21:03:24 2002 -@@ -6,6 +6,10 @@ - #include "GtkDefs.h" - #include "GtkHTMLDefs.h" - -+#ifdef GTKHTML_HAVE_GCONF -+#include <gconf/gconf.h> -+#endif -+ - static void - destroy_handler(gpointer data) { - SvREFCNT_dec((AV*)data); -@@ -83,20 +87,61 @@ - GtkHTML_InstallTypedefs(); - GtkHTML_InstallObjects(); - AddSignalHelperParts(gtk_html_get_type(), names, fixup_html, 0); -+#ifdef GTKHTML_HAVE_GCONF -+ /* gtkhtml is _so_ broken */ -+ if (!gconf_is_initialized()) { -+ int argc; -+ char ** argv = 0; -+ AV * ARGV = perl_get_av("ARGV", FALSE); -+ SV * ARGV0 = perl_get_sv("0", FALSE); -+ int i; -+ -+ argc = av_len(ARGV)+2; -+ if (argc) { -+ argv = malloc(sizeof(char*)*argc); -+ argv[0] = g_strdup(SvPV(ARGV0, PL_na)); -+ for(i=0;i<=av_len(ARGV);i++) -+ argv[i+1] = g_strdup(SvPV(*av_fetch(ARGV, i, 0), PL_na)); -+ } -+ gconf_init (argc, argv, NULL); -+ if (argv) { -+ for (i=0; i < argc; ++i) -+ g_free(argv[i]); -+ free(argv); -+ } -+ } -+#endif - } - - Gtk::HTML_Sink - gtk_html_new (Class) - SV * Class - CODE: -- RETVAL = GTK_HTML(gtk_html_new()); -+ RETVAL = (GtkHTML*)(gtk_html_new()); - OUTPUT: - RETVAL - --void --gtk_html_set_iframe_parent (html, parent) -+#if GTKHTML_HVER >= 0x001000 -+ -+Gtk::HTML_Sink -+gtk_html_new_from_string (Class, html_data) -+ SV * Class -+ SV * html_data -+ CODE: -+ { -+ STRLEN len; -+ char *d = SvPV (html_data, len); -+ RETVAL = (GtkHTML*)(gtk_html_new_from_string(d, len)); -+ } -+ OUTPUT: -+ RETVAL -+ -+gulong -+gtk_html_begin_content (html, content_type) - Gtk::HTML html -- Gtk::Widget parent -+ char * content_type -+ -+#endif - - gulong - gtk_html_begin (html) -@@ -125,6 +170,17 @@ - Gtk::HTML html - - void -+gtk_html_load_from_string (html, data) -+ Gtk::HTML html -+ SV * data -+ CODE: -+ { -+ STRLEN blen; -+ char *buf = SvPV(data, blen); -+ gtk_html_load_from_string (html, buf, blen); -+ } -+ -+void - gtk_html_set_editable (html, editable) - Gtk::HTML html - bool editable -@@ -138,22 +194,158 @@ - Gtk::HTML html - bool allow - -+#if GTKHTML_HVER < 0x000a00 -+ - int - gtk_html_request_paste (html, type, time) - Gtk::HTML html - int type - int time - -+#else -+ -+int -+gtk_html_request_paste (html, selection, type, time, as_cite) -+ Gtk::HTML html -+ Gtk::Gdk::Atom selection -+ int type -+ int time -+ gboolean as_cite -+ -+#endif -+ -+#if GTKHTML_HVER >= 0x001000 -+ - void --gtk_html_set_paragraph_style (html, style) -+gtk_html_select_word (html) - Gtk::HTML html -- Gtk::HTMLParagraphStyle style -+ -+void -+gtk_html_select_line (html) -+ Gtk::HTML html -+ -+void -+gtk_html_select_paragraph (html) -+ Gtk::HTML html -+ -+void -+gtk_html_select_paragraph_extended (html) -+ Gtk::HTML html -+ -+void -+gtk_html_select_all (html) -+ Gtk::HTML html -+ -+void -+gtk_html_modify_indent_by_delta (html, delta) -+ Gtk::HTML html -+ int delta -+ -+Gtk::HTMLParagraphStyle -+gtk_html_get_paragraph_style (html) -+ Gtk::HTML html -+ -+void -+gtk_html_set_color (html, color) -+ Gtk::HTML html -+ Gtk::Gdk::Color color -+ CODE: -+ { -+ HTMLColor *c = html_color_new_from_gdk_color (color); -+ gtk_html_set_color (html, c); -+ html_color_unref (color); -+ } -+ -+void -+gtk_html_insert_html (html, html_src) -+ Gtk::HTML html -+ char * html_src -+ -+void -+gtk_html_append_html (html, html_src) -+ Gtk::HTML html -+ char * html_src -+ -+void -+gtk_html_set_default_content_type (html, content_type) -+ Gtk::HTML html -+ char * content_type -+ -+bool -+gtk_html_command (html, command_name) -+ Gtk::HTML html -+ char * command_name -+ -+bool -+gtk_html_edit_make_cursor_visible (html) -+ Gtk::HTML html -+ -+bool -+gtk_html_build_with_gconf (Class) -+ SV * Class -+ CODE: -+ RETVAL = gtk_html_build_with_gconf (); -+ OUTPUT: -+ RETVAL -+ -+void -+gtk_html_set_magnification (html, magnification) -+ Gtk::HTML html -+ gdouble magnification -+ -+void -+gtk_html_zoom_in (html) -+ Gtk::HTML html -+ -+void -+gtk_html_zoom_out (html) -+ Gtk::HTML html -+ -+void -+gtk_html_zoom_reset (html) -+ Gtk::HTML html -+ -+void -+gtk_html_update_styles (html) -+ Gtk::HTML html -+ -+void -+gtk_html_set_allow_frameset (html, allow) -+ Gtk::HTML html -+ bool allow -+ -+bool -+gtk_html_get_allow_frameset (html) -+ Gtk::HTML html -+ -+void -+gtk_html_set_base (html, url) -+ Gtk::HTML html -+ char * url -+ -+char* -+gtk_html_get_base (html) -+ Gtk::HTML html -+ -+void -+gtk_html_set_indent (html, delta) -+ Gtk::HTML html -+ int delta -+ -+#else - - void - gtk_html_indent (html, delta) - Gtk::HTML html - int delta - -+#endif -+ -+void -+gtk_html_set_paragraph_style (html, style) -+ Gtk::HTML html -+ Gtk::HTMLParagraphStyle style -+ - void - gtk_html_set_font_style (html, and_mask, or_mask) - Gtk::HTML html -@@ -174,8 +366,9 @@ - Gtk::HTML html - - void --gtk_html_paste (html) -+gtk_html_paste (html, as_cite) - Gtk::HTML html -+ gboolean as_cite - - void - gtk_html_copy (html) diff --git a/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs b/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs deleted file mode 100644 index 0760cde..0000000 --- a/www/p5-GtkHTML/files/patch-xs_GtkHTMLEmbedded.xs +++ /dev/null @@ -1,11 +0,0 @@ ---- xs/GtkHTMLEmbedded.xs.orig Sun Dec 1 21:06:22 2002 -+++ xs/GtkHTMLEmbedded.xs Sun Dec 1 21:06:29 2002 -@@ -20,7 +20,7 @@ - int width - int height - CODE: -- RETVAL = GTK_HTML_EMBEDDED(gtk_html_embedded_new(classid, name, type, width, height)); -+ RETVAL = (GtkHTMLEmbedded*)(gtk_html_embedded_new(classid, name, type, width, height)); - OUTPUT: - RETVAL - diff --git a/www/p5-GtkHTML/pkg-descr b/www/p5-GtkHTML/pkg-descr deleted file mode 100644 index d010a48..0000000 --- a/www/p5-GtkHTML/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The Gtk HTML widget module of Gtk-Perl (Gtk::HTML namespace). - -WWW: http://projects.prosa.it/gtkperl/ diff --git a/www/p5-GtkHTML/pkg-plist b/www/p5-GtkHTML/pkg-plist deleted file mode 100644 index 7b6d623..0000000 --- a/www/p5-GtkHTML/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Install/GtkHTMLDefs.h -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Install/GtkHTMLTypemap -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Install/PerlGtkHTMLInt.h -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Install/pkg.typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Simple.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Types.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/HTML/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/HTML/HTML.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/HTML/HTML.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML/Install -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk/HTML -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Gtk 2>/dev/null || true -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk/HTML -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk 2>/dev/null || true diff --git a/www/p5-MasonX-Apache2Handler/Makefile b/www/p5-MasonX-Apache2Handler/Makefile deleted file mode 100644 index 657cadf..0000000 --- a/www/p5-MasonX-Apache2Handler/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: www/p5-MasonX-Apache2Handler -# Date created: June 5, 2004 -# Whom: Autrijus Tang <autrijus@autrijus.org> -# -# $FreeBSD$ -# - -PORTNAME= MasonX-Apache2Handler -PORTVERSION= 0.05 -PORTREVISION= 1 -CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= MasonX -PKGNAMEPREFIX= p5- - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mason/mod_perl2 interface - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Apache2/ModPerl/Config.pm:${PORTSDIR}/www/mod_perl2 \ - ${SITE_PERL}/${PERL_ARCH}/Apache2/Apache/Cookie.pm:${PORTSDIR}/www/p5-libapreq2 \ - ${SITE_PERL}/HTML/Mason.pm:${PORTSDIR}/www/p5-HTML-Mason -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -BROKEN= Broken due the new mod_perl2 API -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -MAN3= MasonX::Apache2Handler.3 MasonX::Mason-with-mod_perl2.3 - -post-patch: - ${FIND} ${WRKSRC} -name '*.orig' | ${XARGS} ${RM} - -.include <bsd.port.mk> diff --git a/www/p5-MasonX-Apache2Handler/distinfo b/www/p5-MasonX-Apache2Handler/distinfo deleted file mode 100644 index 80749d5..0000000 --- a/www/p5-MasonX-Apache2Handler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (MasonX-Apache2Handler-0.05.tar.gz) = 64fbb393e3e9a3a28e39827e74e9b11d -SIZE (MasonX-Apache2Handler-0.05.tar.gz) = 74113 diff --git a/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL b/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL deleted file mode 100644 index 47aa320..0000000 --- a/www/p5-MasonX-Apache2Handler/files/patch-Makefile.PL +++ /dev/null @@ -1,12 +0,0 @@ ---- Makefile.PL.orig Thu Sep 23 18:16:48 2004 -+++ Makefile.PL Thu Sep 23 18:17:14 2004 -@@ -14,6 +14,9 @@ - *EOF* - sleep 3; - -+# Detect PREREQ_PM if they are installed in Apache2/. -+eval { require Apache2 }; -+ - WriteMakefile( - NAME => 'MasonX::Apache2Handler', - VERSION_FROM => 'lib/MasonX/Apache2Handler.pm', # finds $VERSION diff --git a/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm b/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm deleted file mode 100644 index 447a253..0000000 --- a/www/p5-MasonX-Apache2Handler/files/patch-lib-MasonX-Apache2Handler.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/MasonX/Apache2Handler.pm Thu Sep 23 17:26:41 2004 -+++ lib/MasonX/Apache2Handler.pm Thu Sep 23 17:26:54 2004 -@@ -615,7 +615,7 @@ - if (exists $allowed_params->{data_dir} and not exists $params{data_dir}) - { - # constructs path to <server root>/mason -- my $def = $defaults{data_dir} = Apache->server->server_root_relative('mason'); -+ my $def = $defaults{data_dir} = File::Spec->catfile(Apache::ServerUtil::server_root(), 'mason'); - param_error "Default data_dir (MasonDataDir) '$def' must be an absolute path" - unless File::Spec->file_name_is_absolute($def); - diff --git a/www/p5-MasonX-Apache2Handler/pkg-descr b/www/p5-MasonX-Apache2Handler/pkg-descr deleted file mode 100644 index a94373d..0000000 --- a/www/p5-MasonX-Apache2Handler/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -MasonX::Apache2Handler is a Mason add-on which allows Mason to run -in a pure mod_perl2 environment. - -Author: Beau E. Cox -WWW: http://search.cpan.org/dist/MasonX-Apache2Handler/ - ---- Autrijus Tang <autrijus@autrijus.org> diff --git a/www/p5-MasonX-Apache2Handler/pkg-plist b/www/p5-MasonX-Apache2Handler/pkg-plist deleted file mode 100644 index 39aaa19..0000000 --- a/www/p5-MasonX-Apache2Handler/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -%%SITE_PERL%%/MasonX/Mason-with-mod_perl2.pod -%%SITE_PERL%%/MasonX/Request2.pm -%%SITE_PERL%%/MasonX/Apache2Handler.pm -%%SITE_PERL%%/MasonX/Buffer2.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Apache2Handler/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX/Apache2Handler -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/MasonX 2>/dev/null || true -@dirrm %%SITE_PERL%%/MasonX diff --git a/www/pgdriver/Makefile b/www/pgdriver/Makefile deleted file mode 100644 index 354960a..0000000 --- a/www/pgdriver/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: pgdriver -# Date created: 12 March 2001 -# Whom: jkoshy -# -# $FreeBSD$ -# - -PORTNAME= pgdriver -PORTVERSION= 2.0 -PORTREVISION= 3 -CATEGORIES= www databases -MASTER_SITES= http://openacs.org/sdm/download-package/2/38/ -EXTRACT_SUFX= .tgz - -MAINTAINER= jkoshy@freebsd.org -COMMENT= A driver for AOLserver to PostgreSQL connectivity - -BUILD_DEPENDS= ${LOCALBASE}/aolserver/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS= ${BUILD_DEPENDS} - -BROKEN= Size mismatch -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_PGSQL= yes - -MAKEFILE= makefile -MAKE_ENV+= PREFIX=${PREFIX} -PLIST_FILES= aolserver/bin/postgres.so - -.include <bsd.port.mk> diff --git a/www/pgdriver/distinfo b/www/pgdriver/distinfo deleted file mode 100644 index 10e76cf..0000000 --- a/www/pgdriver/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (pgdriver-2.0.tgz) = 12bcbc30fe5795e3f0bf656b6d4bf6c0 -SIZE (pgdriver-2.0.tgz) = 18134 diff --git a/www/pgdriver/files/patch-aa b/www/pgdriver/files/patch-aa deleted file mode 100644 index 541a9a26..0000000 --- a/www/pgdriver/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- makefile-- Mon May 14 06:41:27 2001 -+++ makefile Mon Sep 3 15:37:38 2001 -@@ -32,21 +32,22 @@ - # - Added a commented-out block showing settings for Debian/GNU Linux with - # package installed AOLserver and PostgreSQL - --INSTALL=/home/nsadmin -+INSTALL=${NSHOME} - - # Location of the PostgreSQL libraries --PGLIB=/usr/local/pgsql/lib -+PGLIB=${PREFIX}/lib - - # Location of the PostgreSQL includes --PGINC=/usr/local/pgsql/include -+PGINC=${PREFIX}/include - - # Location of the AOLserver files (normally the ~nsadmin directory): - #NSHOME=/opt/aolserver - # Alternate location for AOLserver --NSHOME=/home/aolserver/aolserver3_0 -+NSHOME=${PREFIX}/aolserver - - CC=gcc --COPTS=-Wall -fpic -shared -I/usr/local/pgsql/include -I/home/aolserver/include -I-/usr/include -+COPTS=-Wall -fpic -shared -I${PGINC} -I${NSNOME}/include -I-/usr/include -+LDFLAGS=-pthread -Wl,-E - - # Debian Linux with deb AOLserver & PostgreSQL - #CC=gcc diff --git a/www/pgdriver/pkg-descr b/www/pgdriver/pkg-descr deleted file mode 100644 index b72f99e..0000000 --- a/www/pgdriver/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A driver for AOLserver to PostgreSQL connectivity. - -This is the supported driver for the OpenACS project. diff --git a/www/tasks/Makefile b/www/tasks/Makefile deleted file mode 100644 index 17e8b17..0000000 --- a/www/tasks/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: tasks -# Date created: 25 Mar 2004 -# Whom: Sebastien Gioria <gioria@FreeBSD.ORG> -# -# $FreeBSD$ -# - -PORTNAME= tasks -PORTVERSION= 1.8.6 -CATEGORIES= www -MASTER_SITES= http://www.alexking.org/software/tasks/download/ -DISTNAME= tasks - -MAINTAINER= gioria@FreeBSD.org -COMMENT= A web based, hierarchical task manager - -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 -RESTRICTED= No redistribution or repackaging allowed - -USE_APACHE= yes -USE_MYSQL= yes -USE_PHP= yes -USE_ZIP= yes - -PKGMESSAGE= ${WRKDIR}/pkg-message -WWW_DIR= ${PREFIX}/www/data -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} - -do-build: - @${SED} 's|%%WWW_DIR%%|${WWW_DIR}|g' ${FILESDIR}/pkg-message.in > ${PKGMESSAGE} - -do-install: - ${MKDIR} ${WWW_DIR}/tasks - ${CP} -R ${WRKSRC}/* ${WWW_DIR}/tasks - ${CHOWN} -R www:www ${WWW_DIR}/tasks - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/tasks/distinfo b/www/tasks/distinfo deleted file mode 100644 index 6cceb3a..0000000 --- a/www/tasks/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (tasks.zip) = e43c852ffa43496dccfb43d6f2542264 -SIZE (tasks.zip) = 502893 diff --git a/www/tasks/files/pkg-message.in b/www/tasks/files/pkg-message.in deleted file mode 100644 index ccfb915..0000000 --- a/www/tasks/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -Tasks is installed, now you must configure it - -1: You now need to create the database that you want for tasks - WARNING: Installation script does not create it !!!! - -2: Open %%WWW_DIR%%/tasks/database.php and Edit the settings to match your need - -3: Point your web browser to http://localhost/tasks/index.php - And follow the instructions diff --git a/www/tasks/pkg-descr b/www/tasks/pkg-descr deleted file mode 100644 index 45090cc..0000000 --- a/www/tasks/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -A web based, hierarchical task manager/to-do list/lightweight -project manager. - -Features: - - * Dynamic hierarchical view of your tasks - expand/collapse - tree using client side JavaScript - * Scheduling due dates and associating URLs with tasks. - * Full mobile version for easy access with a PDA. - * Localization in 16 languages. - * Daily e-mail reminders. - * iCalendar of your tasks (scheduled tasks can go into the - calendar or task list). - * Rich, responsive interface. - * Advanced search functionality. - * Graceful handling of data collisions. - * Includes blog posting (WordPress, b2, MoveableType) from a task. - -WWW: http://www.alexking.org/software/tasks/ - -S. -gioria@FreeBSD.ORG diff --git a/www/tasks/pkg-plist b/www/tasks/pkg-plist deleted file mode 100644 index e01d350..0000000 --- a/www/tasks/pkg-plist +++ /dev/null @@ -1,366 +0,0 @@ -www/data/tasks/LICENSE.txt -www/data/tasks/README.txt -www/data/tasks/about.php -www/data/tasks/b2tasks_post.php -www/data/tasks/calendar.js -www/data/tasks/calendar.php -www/data/tasks/compatibility.php -www/data/tasks/config.php -www/data/tasks/confirm.php -www/data/tasks/create_ics.php -www/data/tasks/create_table.php -www/data/tasks/database.php -www/data/tasks/documentation/b2.html -www/data/tasks/documentation/calendar_open.html -www/data/tasks/documentation/calendar_window.html -www/data/tasks/documentation/categories.html -www/data/tasks/documentation/config_php_ical.html -www/data/tasks/documentation/configuration.html -www/data/tasks/documentation/create_table.html -www/data/tasks/documentation/cron.html -www/data/tasks/documentation/database.html -www/data/tasks/documentation/default.css -www/data/tasks/documentation/donate.html -www/data/tasks/documentation/email_reminders.html -www/data/tasks/documentation/fast_entry.html -www/data/tasks/documentation/hierarchy.html -www/data/tasks/documentation/home_sort_order.html -www/data/tasks/documentation/html_toolbar.html -www/data/tasks/documentation/ical_subscribe.html -www/data/tasks/documentation/images/INFO.txt -www/data/tasks/documentation/images/icon_container.gif -www/data/tasks/documentation/images/smile.gif -www/data/tasks/documentation/images/tb_calendar.gif -www/data/tasks/documentation/images/tb_history.gif -www/data/tasks/documentation/images/tb_home.gif -www/data/tasks/documentation/images/tb_new.gif -www/data/tasks/documentation/images/tb_search.gif -www/data/tasks/documentation/images/tb_sortable.gif -www/data/tasks/documentation/images/tb_upcoming.gif -www/data/tasks/documentation/images/toolbar.gif -www/data/tasks/documentation/index.html -www/data/tasks/documentation/installation.html -www/data/tasks/documentation/installation_troubleshooting.html -www/data/tasks/documentation/introduction.html -www/data/tasks/documentation/mac_ie.html -www/data/tasks/documentation/mobile.html -www/data/tasks/documentation/moveable_type.html -www/data/tasks/documentation/multiple_copies.html -www/data/tasks/documentation/multiple_users.html -www/data/tasks/documentation/new_version.html -www/data/tasks/documentation/obsolete.html -www/data/tasks/documentation/options.html -www/data/tasks/documentation/phpical_webcal.html -www/data/tasks/documentation/picker_date.html -www/data/tasks/documentation/prop_date_due.html -www/data/tasks/documentation/prop_priority.html -www/data/tasks/documentation/prop_status.html -www/data/tasks/documentation/recurring_tasks.html -www/data/tasks/documentation/requirements.html -www/data/tasks/documentation/screen_about.html -www/data/tasks/documentation/screen_edit.html -www/data/tasks/documentation/screen_history.html -www/data/tasks/documentation/screen_home.html -www/data/tasks/documentation/screen_new.html -www/data/tasks/documentation/screen_upcoming.html -www/data/tasks/documentation/session_start.html -www/data/tasks/documentation/sticky.html -www/data/tasks/documentation/task_properties.html -www/data/tasks/documentation/tb_calendar.html -www/data/tasks/documentation/tb_new.html -www/data/tasks/documentation/tb_search.html -www/data/tasks/documentation/toolbar.html -www/data/tasks/documentation/translating.html -www/data/tasks/documentation/tree.html -www/data/tasks/documentation/upgrade.html -www/data/tasks/documentation/what_is_a_task.html -www/data/tasks/documentation/wordpress.html -www/data/tasks/editor.js -www/data/tasks/editor.php -www/data/tasks/email_reminders.php -www/data/tasks/empty.html -www/data/tasks/engine.php -www/data/tasks/favicon.ico -www/data/tasks/functions.php -www/data/tasks/ics.php -www/data/tasks/images/clear.gif -www/data/tasks/images/edit_form_corner.gif -www/data/tasks/images/form_closed.gif -www/data/tasks/images/form_open.gif -www/data/tasks/images/forms_closed.gif -www/data/tasks/images/forms_open.gif -www/data/tasks/images/html_formatting.gif -www/data/tasks/images/icon_annotate.gif -www/data/tasks/images/icon_b2.gif -www/data/tasks/images/icon_calendar.gif -www/data/tasks/images/icon_complete.gif -www/data/tasks/images/icon_complete_x.gif -www/data/tasks/images/icon_container.gif -www/data/tasks/images/icon_delete.gif -www/data/tasks/images/icon_duplicate.gif -www/data/tasks/images/icon_edit.gif -www/data/tasks/images/icon_home.gif -www/data/tasks/images/icon_lookup.gif -www/data/tasks/images/icon_mt.gif -www/data/tasks/images/icon_new.gif -www/data/tasks/images/icon_new_child.gif -www/data/tasks/images/icon_notes_decrease.gif -www/data/tasks/images/icon_notes_increase.gif -www/data/tasks/images/icon_priority_1.gif -www/data/tasks/images/icon_priority_2.gif -www/data/tasks/images/icon_priority_3.gif -www/data/tasks/images/icon_priority_4.gif -www/data/tasks/images/icon_priority_5.gif -www/data/tasks/images/icon_recent.gif -www/data/tasks/images/icon_save.gif -www/data/tasks/images/icon_search.gif -www/data/tasks/images/icon_sort.gif -www/data/tasks/images/icon_sort_down.gif -www/data/tasks/images/icon_sort_up.gif -www/data/tasks/images/icon_upcoming.gif -www/data/tasks/images/icon_wp.gif -www/data/tasks/images/side_tasks_text.gif -www/data/tasks/images/tasks_title.gif -www/data/tasks/images/tree_closed.gif -www/data/tasks/images/tree_open.gif -www/data/tasks/index.php -www/data/tasks/languages/brazilian.php -www/data/tasks/languages/catalan.php -www/data/tasks/languages/danish.php -www/data/tasks/languages/dutch.php -www/data/tasks/languages/english.php -www/data/tasks/languages/french.php -www/data/tasks/languages/german.php -www/data/tasks/languages/greek.php -www/data/tasks/languages/italian.php -www/data/tasks/languages/japanese.php -www/data/tasks/languages/japanese.shift_JIS.php -www/data/tasks/languages/korean.php -www/data/tasks/languages/portuguese.php -www/data/tasks/languages/russian.php -www/data/tasks/languages/spanish.php -www/data/tasks/languages/spanish2.php -www/data/tasks/languages/swedish.php -www/data/tasks/languages/traditional_chinese.php -www/data/tasks/main.css -www/data/tasks/main.js -www/data/tasks/mobile.php -www/data/tasks/mobile_functions.php -www/data/tasks/mobile_resolve.php -www/data/tasks/mobile_screens.php -www/data/tasks/objects.php -www/data/tasks/orphaned_languages/romanian.php -www/data/tasks/phpicalendar/AUTHORS -www/data/tasks/phpicalendar/COPYING -www/data/tasks/phpicalendar/README -www/data/tasks/phpicalendar/TIMEZONES -www/data/tasks/phpicalendar/admin.php -www/data/tasks/phpicalendar/calendars/US Holidays.ics -www/data/tasks/phpicalendar/calendars/publish.php -www/data/tasks/phpicalendar/config.inc.php -www/data/tasks/phpicalendar/day.php -www/data/tasks/phpicalendar/functions/admin_functions.php -www/data/tasks/phpicalendar/functions/calendar_functions.php -www/data/tasks/phpicalendar/functions/date_functions.php -www/data/tasks/phpicalendar/functions/draw_functions.php -www/data/tasks/phpicalendar/functions/error.php -www/data/tasks/phpicalendar/functions/event.js -www/data/tasks/phpicalendar/functions/ical_parser.php -www/data/tasks/phpicalendar/functions/init.inc.php -www/data/tasks/phpicalendar/functions/list_icals.php -www/data/tasks/phpicalendar/functions/list_languages.php -www/data/tasks/phpicalendar/functions/list_months.php -www/data/tasks/phpicalendar/functions/list_weeks.php -www/data/tasks/phpicalendar/functions/list_years.php -www/data/tasks/phpicalendar/functions/overlapping_events.php -www/data/tasks/phpicalendar/functions/tasks_ical_login.php -www/data/tasks/phpicalendar/functions/timezones.php -www/data/tasks/phpicalendar/functions/todo.js -www/data/tasks/phpicalendar/functions/upload_functions.php -www/data/tasks/phpicalendar/images/cancelled.gif -www/data/tasks/phpicalendar/images/completed.gif -www/data/tasks/phpicalendar/images/confirmed.gif -www/data/tasks/phpicalendar/images/important.gif -www/data/tasks/phpicalendar/images/not_completed.gif -www/data/tasks/phpicalendar/images/phpical-logo.gif -www/data/tasks/phpicalendar/images/spacer.gif -www/data/tasks/phpicalendar/images/tentative.gif -www/data/tasks/phpicalendar/images/valid-rss.png -www/data/tasks/phpicalendar/includes/calendar_nav.php -www/data/tasks/phpicalendar/includes/event.php -www/data/tasks/phpicalendar/includes/footer.inc.php -www/data/tasks/phpicalendar/includes/header.inc.php -www/data/tasks/phpicalendar/includes/login.php -www/data/tasks/phpicalendar/includes/sidebar.php -www/data/tasks/phpicalendar/includes/todo.php -www/data/tasks/phpicalendar/index.php -www/data/tasks/phpicalendar/languages/brazilian.inc.php -www/data/tasks/phpicalendar/languages/catalan.inc.php -www/data/tasks/phpicalendar/languages/czech.inc.php -www/data/tasks/phpicalendar/languages/danish.inc.php -www/data/tasks/phpicalendar/languages/dutch.inc.php -www/data/tasks/phpicalendar/languages/english.inc.php -www/data/tasks/phpicalendar/languages/esperanto.inc.php -www/data/tasks/phpicalendar/languages/finnish.inc.php -www/data/tasks/phpicalendar/languages/french.inc.php -www/data/tasks/phpicalendar/languages/german.inc.php -www/data/tasks/phpicalendar/languages/italian.inc.php -www/data/tasks/phpicalendar/languages/japanese.inc.php -www/data/tasks/phpicalendar/languages/korean.inc.php -www/data/tasks/phpicalendar/languages/norwegian.inc.php -www/data/tasks/phpicalendar/languages/polish.inc.php -www/data/tasks/phpicalendar/languages/portuguese.inc.php -www/data/tasks/phpicalendar/languages/spanish.inc.php -www/data/tasks/phpicalendar/languages/swedish.inc.php -www/data/tasks/phpicalendar/languages/traditional_chinese.inc.php -www/data/tasks/phpicalendar/month.php -www/data/tasks/phpicalendar/preferences.php -www/data/tasks/phpicalendar/print.php -www/data/tasks/phpicalendar/rss/index.php -www/data/tasks/phpicalendar/rss/rss.php -www/data/tasks/phpicalendar/search.php -www/data/tasks/phpicalendar/styles/green/allday_dot.gif -www/data/tasks/phpicalendar/styles/green/back.gif -www/data/tasks/phpicalendar/styles/green/background.gif -www/data/tasks/phpicalendar/styles/green/day_on.gif -www/data/tasks/phpicalendar/styles/green/default.css -www/data/tasks/phpicalendar/styles/green/download_arrow.gif -www/data/tasks/phpicalendar/styles/green/event_dot.gif -www/data/tasks/phpicalendar/styles/green/left_arrows.gif -www/data/tasks/phpicalendar/styles/green/left_day.gif -www/data/tasks/phpicalendar/styles/green/month_on.gif -www/data/tasks/phpicalendar/styles/green/right_arrows.gif -www/data/tasks/phpicalendar/styles/green/right_day.gif -www/data/tasks/phpicalendar/styles/green/search.gif -www/data/tasks/phpicalendar/styles/green/side_bg.gif -www/data/tasks/phpicalendar/styles/green/smallicon.gif -www/data/tasks/phpicalendar/styles/green/spacer.gif -www/data/tasks/phpicalendar/styles/green/time_bg.gif -www/data/tasks/phpicalendar/styles/green/week_on.gif -www/data/tasks/phpicalendar/styles/green/year_on.gif -www/data/tasks/phpicalendar/styles/grey/allday_dot.gif -www/data/tasks/phpicalendar/styles/grey/back.gif -www/data/tasks/phpicalendar/styles/grey/background.gif -www/data/tasks/phpicalendar/styles/grey/day_on.gif -www/data/tasks/phpicalendar/styles/grey/default.css -www/data/tasks/phpicalendar/styles/grey/download_arrow.gif -www/data/tasks/phpicalendar/styles/grey/event_dot.gif -www/data/tasks/phpicalendar/styles/grey/left_arrows.gif -www/data/tasks/phpicalendar/styles/grey/left_day.gif -www/data/tasks/phpicalendar/styles/grey/month_on.gif -www/data/tasks/phpicalendar/styles/grey/right_arrows.gif -www/data/tasks/phpicalendar/styles/grey/right_day.gif -www/data/tasks/phpicalendar/styles/grey/search.gif -www/data/tasks/phpicalendar/styles/grey/side_bg.gif -www/data/tasks/phpicalendar/styles/grey/smallicon.gif -www/data/tasks/phpicalendar/styles/grey/time_bg.gif -www/data/tasks/phpicalendar/styles/grey/week_on.gif -www/data/tasks/phpicalendar/styles/grey/year_on.gif -www/data/tasks/phpicalendar/styles/orange/allday_dot.gif -www/data/tasks/phpicalendar/styles/orange/back.gif -www/data/tasks/phpicalendar/styles/orange/day_on.gif -www/data/tasks/phpicalendar/styles/orange/default.css -www/data/tasks/phpicalendar/styles/orange/download_arrow.gif -www/data/tasks/phpicalendar/styles/orange/event_dot.gif -www/data/tasks/phpicalendar/styles/orange/left_arrows.gif -www/data/tasks/phpicalendar/styles/orange/left_day.gif -www/data/tasks/phpicalendar/styles/orange/month_on.gif -www/data/tasks/phpicalendar/styles/orange/right_arrows.gif -www/data/tasks/phpicalendar/styles/orange/right_day.gif -www/data/tasks/phpicalendar/styles/orange/search.gif -www/data/tasks/phpicalendar/styles/orange/side_bg.gif -www/data/tasks/phpicalendar/styles/orange/smallicon.gif -www/data/tasks/phpicalendar/styles/orange/time_bg.gif -www/data/tasks/phpicalendar/styles/orange/week_on.gif -www/data/tasks/phpicalendar/styles/orange/year_on.gif -www/data/tasks/phpicalendar/styles/red/allday_dot.gif -www/data/tasks/phpicalendar/styles/red/back.gif -www/data/tasks/phpicalendar/styles/red/day_on.gif -www/data/tasks/phpicalendar/styles/red/default.css -www/data/tasks/phpicalendar/styles/red/download_arrow.gif -www/data/tasks/phpicalendar/styles/red/event_dot.gif -www/data/tasks/phpicalendar/styles/red/left_arrows.gif -www/data/tasks/phpicalendar/styles/red/left_day.gif -www/data/tasks/phpicalendar/styles/red/month_on.gif -www/data/tasks/phpicalendar/styles/red/right_arrows.gif -www/data/tasks/phpicalendar/styles/red/right_day.gif -www/data/tasks/phpicalendar/styles/red/search.gif -www/data/tasks/phpicalendar/styles/red/side_bg.gif -www/data/tasks/phpicalendar/styles/red/smallicon.gif -www/data/tasks/phpicalendar/styles/red/time_bg.gif -www/data/tasks/phpicalendar/styles/red/week_on.gif -www/data/tasks/phpicalendar/styles/red/year_on.gif -www/data/tasks/phpicalendar/styles/silver/allday_bg.gif -www/data/tasks/phpicalendar/styles/silver/allday_dot.gif -www/data/tasks/phpicalendar/styles/silver/back.gif -www/data/tasks/phpicalendar/styles/silver/day_on.gif -www/data/tasks/phpicalendar/styles/silver/day_title.gif -www/data/tasks/phpicalendar/styles/silver/default.css -www/data/tasks/phpicalendar/styles/silver/download_arrow.gif -www/data/tasks/phpicalendar/styles/silver/event_dot.gif -www/data/tasks/phpicalendar/styles/silver/left_arrows.gif -www/data/tasks/phpicalendar/styles/silver/left_day.gif -www/data/tasks/phpicalendar/styles/silver/month_on.gif -www/data/tasks/phpicalendar/styles/silver/printer.gif -www/data/tasks/phpicalendar/styles/silver/right_arrows.gif -www/data/tasks/phpicalendar/styles/silver/right_day.gif -www/data/tasks/phpicalendar/styles/silver/search.gif -www/data/tasks/phpicalendar/styles/silver/side_bg.gif -www/data/tasks/phpicalendar/styles/silver/smallicon.gif -www/data/tasks/phpicalendar/styles/silver/spacer.gif -www/data/tasks/phpicalendar/styles/silver/time_bg.gif -www/data/tasks/phpicalendar/styles/silver/week_on.gif -www/data/tasks/phpicalendar/styles/silver/year_on.gif -www/data/tasks/phpicalendar/styles/tan/allday_dot.gif -www/data/tasks/phpicalendar/styles/tan/back.gif -www/data/tasks/phpicalendar/styles/tan/background.gif -www/data/tasks/phpicalendar/styles/tan/day_on.gif -www/data/tasks/phpicalendar/styles/tan/default.css -www/data/tasks/phpicalendar/styles/tan/download_arrow.gif -www/data/tasks/phpicalendar/styles/tan/event_dot.gif -www/data/tasks/phpicalendar/styles/tan/left_arrows.gif -www/data/tasks/phpicalendar/styles/tan/left_day.gif -www/data/tasks/phpicalendar/styles/tan/month_on.gif -www/data/tasks/phpicalendar/styles/tan/right_arrows.gif -www/data/tasks/phpicalendar/styles/tan/right_day.gif -www/data/tasks/phpicalendar/styles/tan/search.gif -www/data/tasks/phpicalendar/styles/tan/side_bg.gif -www/data/tasks/phpicalendar/styles/tan/smallicon.gif -www/data/tasks/phpicalendar/styles/tan/spacer.gif -www/data/tasks/phpicalendar/styles/tan/time_bg.gif -www/data/tasks/phpicalendar/styles/tan/week_on.gif -www/data/tasks/phpicalendar/styles/tan/year_on.gif -www/data/tasks/phpicalendar/week.php -www/data/tasks/phpicalendar/year.php -www/data/tasks/picker.php -www/data/tasks/resolve.php -www/data/tasks/safari_1.2.css -www/data/tasks/screens.php -www/data/tasks/search.php -www/data/tasks/set_up.php -www/data/tasks/tasks.css -www/data/tasks/tasks.js -www/data/tasks/tasks_icalendar.php -www/data/tasks/test_language_files.php -www/data/tasks/u_rail.php -www/data/tasks/version.inc -@dirrm www/data/tasks/phpicalendar/styles/tan -@dirrm www/data/tasks/phpicalendar/styles/silver -@dirrm www/data/tasks/phpicalendar/styles/red -@dirrm www/data/tasks/phpicalendar/styles/orange -@dirrm www/data/tasks/phpicalendar/styles/grey -@dirrm www/data/tasks/phpicalendar/styles/green -@dirrm www/data/tasks/phpicalendar/styles -@dirrm www/data/tasks/phpicalendar/rss -@dirrm www/data/tasks/phpicalendar/languages -@dirrm www/data/tasks/phpicalendar/includes -@dirrm www/data/tasks/phpicalendar/images -@dirrm www/data/tasks/phpicalendar/functions -@dirrm www/data/tasks/phpicalendar/calendars -@dirrm www/data/tasks/phpicalendar -@dirrm www/data/tasks/orphaned_languages -@dirrm www/data/tasks/languages -@dirrm www/data/tasks/images -@dirrm www/data/tasks/documentation/images -@dirrm www/data/tasks/documentation -@dirrm www/data/tasks diff --git a/www/zope-soapmethod/Makefile b/www/zope-soapmethod/Makefile deleted file mode 100644 index ebc1a93..0000000 --- a/www/zope-soapmethod/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: SOAPMethod -# Date created: 02 Aug 2004 -# Whom: Alexander Leidinger -# -# $FreeBSD$ -# - -PORTNAME= soapmethod -PORTVERSION= 2.0 -CATEGORIES= www zope -MASTER_SITES= http://zope.org/Members/EIONET/${ZOPEPRODUCTNAME}/${PORTVERSION}/ -PKGNAMEPREFIX= zope- -DISTNAME= ${ZOPEPRODUCTNAME}-${PORTVERSION:C/\./-/g} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= The SOAP Method product provides support for remote SOAP methods - -BROKEN= Broken dependency -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/SOAPpy/__init__.py:${PORTSDIR}/net/py-soappy - -USE_PYTHON= yes -USE_ZOPE= yes -DIST_SUBDIR= zope - -ZOPEPRODUCTNAME=SOAPMethod - -WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} -CPIO_FLAGS= --quiet -pdum -R - -do-build: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} - -do-install: - @ ${CHMOD} -R og+rX ${WRKSRC}/ - @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} - @ cd ${WRKSRC} && ${FIND} . \ - | ${CPIO} ${CPIO_FLAGS} ${BINOWN}:${BINGRP} \ - ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} - -post-install: -.if !defined(BATCH) - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.mk> diff --git a/www/zope-soapmethod/distinfo b/www/zope-soapmethod/distinfo deleted file mode 100644 index 6ecb863..0000000 --- a/www/zope-soapmethod/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (zope/SOAPMethod-2-0.tgz) = 03271c8663fa3b4191e27dd3a80a63d2 -SIZE (zope/SOAPMethod-2-0.tgz) = 8295 diff --git a/www/zope-soapmethod/pkg-descr b/www/zope-soapmethod/pkg-descr deleted file mode 100644 index 32f189a..0000000 --- a/www/zope-soapmethod/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The SOAP Method product provides support for remote SOAP methods, exposing -them as callable objects within the Zope environment. - -WWW: http://zope.org/Members/EIONET/SOAPMethod/ diff --git a/www/zope-soapmethod/pkg-message b/www/zope-soapmethod/pkg-message deleted file mode 100644 index 0f1a79c..0000000 --- a/www/zope-soapmethod/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -To complete the installation of SOAPMethod: - - - Restart Zope. This may be done from the Zope Control Panel. - - - Verify that the SOAPMethod product is loaded properly by - examining them in Control_Panel/Products. diff --git a/www/zope-soapmethod/pkg-plist b/www/zope-soapmethod/pkg-plist deleted file mode 100644 index 37c80a9..0000000 --- a/www/zope-soapmethod/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -%%ZOPEPRODUCTDIR%%/SOAPMethod/README.txt -%%ZOPEPRODUCTDIR%%/SOAPMethod/SOAPMethod.py -%%ZOPEPRODUCTDIR%%/SOAPMethod/SOAPMethod.pyc -%%ZOPEPRODUCTDIR%%/SOAPMethod/__init__.py -%%ZOPEPRODUCTDIR%%/SOAPMethod/__init__.pyc -%%ZOPEPRODUCTDIR%%/SOAPMethod/dtml/methodAdd.dtml -%%ZOPEPRODUCTDIR%%/SOAPMethod/dtml/methodEdit.dtml -%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethod.stx -%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethodAdd.stx -%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethodProperties.stx -%%ZOPEPRODUCTDIR%%/SOAPMethod/help/SOAPMethodTest.stx -%%ZOPEPRODUCTDIR%%/SOAPMethod/soapmethod.gif -%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/babelfish.py -%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/babelfish.pyc -%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/getactivities.py -%%ZOPEPRODUCTDIR%%/SOAPMethod/tests/getactivities.pyc -%%ZOPEPRODUCTDIR%%/SOAPMethod/version.txt -%%ZOPEPRODUCTDIR%%/SOAPMethod/www/function.gif -@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/dtml -@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/help -@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/tests -@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod/www -@dirrm %%ZOPEPRODUCTDIR%%/SOAPMethod diff --git a/www/zope-zpt/Makefile b/www/zope-zpt/Makefile deleted file mode 100644 index 5249dea..0000000 --- a/www/zope-zpt/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# New ports collection makefile for: zope-zpt -# Date created: 15 August 2001 -# Whom: Johann Visagie <wjv@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= zpt -PORTVERSION= 1.4.1 -CATEGORIES= www zope -MASTER_SITES= http://www.zope.org/Members/4am/ZPT/${PORTVERSION}/ -PKGNAMEPREFIX= zope- -DISTFILES= PageTemplates-${PORTVERSION}.tar.gz \ - TAL-${PORTVERSION}.tar.gz \ - ZTUtils-${ZTUVERSION}.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Zope Page Templates separate design and logic in Zope applications - -RUN_DEPENDS= ${ZOPEBASEDIR}/skel/bin/zopectl.in:${PORTSDIR}/www/zope - -DEPRECATED= "already included in Zope versions 2.5 and above" -USE_PYTHON= yes -DIST_SUBDIR= zope - -BROKEN= Does not build after python 2.4 update -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -ZTUVERSION= 1.1.3 - -# You can change this in the environment if you like. -SZOPEBASEDIR?= www/Zope - -# Don't change these -ZOPEBASEDIR= ${PREFIX}/${SZOPEBASEDIR} -ZOPEPRODUCTNAME= PageTemplates -ZOPEPYTHONDIR= lib/python -ZOPEPRODUCTDIR= ${ZOPEPYTHONDIR}/Products -ZOPEPRODUCTS= PageTemplates TAL ZTUtils - -PLIST_SUB= ZOPEBASEDIR=${SZOPEBASEDIR} -WRKSRC= ${WRKDIR}/${ZOPEPRODUCTNAME} -CPIO_OPTIONS= --quiet -pdum -R - -do-build: -.for product in ${ZOPEPRODUCTS} - @ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKDIR}/${product} -.endfor - -do-install: -.for product in ${ZOPEPRODUCTS} - @ ${CHMOD} -R og+rX ${WRKDIR}/${product} -.endfor -.for product in TAL ZTUtils - @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPYTHONDIR}/${product} - @ cd ${WRKDIR}/${product} && ${FIND} * \ - | ${CPIO} ${CPIO_OPTIONS} ${BINOWN}:${BINGRP} \ - ${ZOPEBASEDIR}/${ZOPEPYTHONDIR}/${product}/ -.endfor - @ ${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} - @ cd ${WRKSRC} && ${FIND} * \( -name examples -a -prune \) -o -print \ - | ${CPIO} ${CPIO_OPTIONS} ${BINOWN}:${BINGRP} \ - ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/${ZOPEPRODUCTNAME} - @ ${MKDIR} ${ZOPEBASEDIR}/import - @ ${INSTALL_DATA} ${WRKSRC}/examples/zpt_examples.zexp \ - ${ZOPEBASEDIR}/import - -post-install: -.if !defined(BATCH) - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.mk> diff --git a/www/zope-zpt/distinfo b/www/zope-zpt/distinfo deleted file mode 100644 index f8a3310..0000000 --- a/www/zope-zpt/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (zope/PageTemplates-1.4.1.tar.gz) = 1470f572a1a492ee8648f2a073b20cc8 -SIZE (zope/PageTemplates-1.4.1.tar.gz) = 45198 -MD5 (zope/TAL-1.4.1.tar.gz) = b995eaf11fc42009f451bcb663035a82 -SIZE (zope/TAL-1.4.1.tar.gz) = 54106 -MD5 (zope/ZTUtils-1.1.3.tar.gz) = 59e5ec7886a9a223e389e94aa511d3c9 -SIZE (zope/ZTUtils-1.1.3.tar.gz) = 10958 diff --git a/www/zope-zpt/pkg-descr b/www/zope-zpt/pkg-descr deleted file mode 100644 index 0152ab0..0000000 --- a/www/zope-zpt/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -From the website: - - This product seeks to establish website production harmony - through the seamless integration of the three separate domains: - Presentation, Content and Logic. - -Zope Page Templates comprise a trio of Zope products which allow the complete -conceptual separation of design (presentation) elements from business logic -elements in a Zope-driven web application. In essence this allows web -designers to work on design templates for a Zope-based site using their -favourite WYSIWYG web design tools. - -The ZPT implementation includes the Template Attribute Language (TAL), a web -templating language (i.e. analogous to, say, PHP or Zope's own DTML). TAL is -an intentionally simple language, since in the ZPT paradigm all business -logic should be implemented externally to the page templates in Python (or -Perl) Script objects. - -See also: http://www.zope.org/Documentation/Articles/ZPT{1,2} - -Author: Evan Simpson <evan@digicool.com> -WWW: http://www.zope.org/Members/4am/ZPT/ - --- Johann Visagie <wjv@FreeBSD.org> diff --git a/www/zope-zpt/pkg-message b/www/zope-zpt/pkg-message deleted file mode 100644 index eea2edf..0000000 --- a/www/zope-zpt/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -===> Zope Page Templates post-port installation instructions: - To complete the installation of this port, you need to estart Zope. This - may be done from the Zope Control Panel in the Zope management interface. - - A trio of example Page Templates have been placed in your Zope import - directory as: "zpt_examples.zexp". You may optionally import these - examples to any Zope folder. diff --git a/www/zope-zpt/pkg-plist b/www/zope-zpt/pkg-plist deleted file mode 100644 index 4aa4723..0000000 --- a/www/zope-zpt/pkg-plist +++ /dev/null @@ -1,270 +0,0 @@ -%%ZOPEBASEDIR%%/import/zpt_examples.zexp -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/framework.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/framework.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.pyc -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt -%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif -%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py -%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/README.txt -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py -%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html -%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html -%%ZOPEBASEDIR%%/lib/python/TAL/driver.py -%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py -%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py -%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py -%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py -%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html -%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py -%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.pyc -%%ZOPEBASEDIR%%/lib/python/TAL/timer.py -%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/framework.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/framework.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.pyc -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py -%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.pyc -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/ZTUtils 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/TAL/tests/output 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/TAL/tests/input 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/TAL/tests 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/TAL/benchmark 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/TAL 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help 2> /dev/null || /usr/bin/true -@unexec rm %D/%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates 2> /dev/null || /usr/bin/true diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 9c587cb..586fec5 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -13,7 +13,6 @@ SUBDIR += easygtk SUBDIR += eel SUBDIR += efltk - SUBDIR += erlgtk SUBDIR += etox SUBDIR += ewl SUBDIR += fl_editor @@ -66,11 +65,9 @@ SUBDIR += gtoolkit SUBDIR += guile-gnome SUBDIR += guile-gtk - SUBDIR += guis SUBDIR += hs-frantk SUBDIR += hs-gio SUBDIR += hs-gtk2hs - SUBDIR += hs-port SUBDIR += inti SUBDIR += inti-gconf SUBDIR += inti-gl @@ -78,7 +75,6 @@ SUBDIR += irrlicht SUBDIR += itk SUBDIR += iwidgets - SUBDIR += jx SUBDIR += lesstif SUBDIR += libXaw SUBDIR += libXmu @@ -170,7 +166,6 @@ SUBDIR += py-wxPython26-unicode SUBDIR += py-xlib SUBDIR += qscintilla - SUBDIR += qt145 SUBDIR += qt33 SUBDIR += qtpixmap SUBDIR += qwt diff --git a/x11-toolkits/erlgtk/Makefile b/x11-toolkits/erlgtk/Makefile deleted file mode 100644 index dd28605..0000000 --- a/x11-toolkits/erlgtk/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: erlgtk -# Date Created: 2 June 2003 -# Whom: cpressey@catseye.mb.ca -# -# $FreeBSD$ -# - -PORTNAME= erlgtk -PORTVERSION= 0.9.7 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= erlgtk -DIST_SUBDIR= erlang - -MAINTAINER= ports@FreeBSD.org -COMMENT= GTK+ binding for Erlang/OTP - -BUILD_DEPENDS= erlc:${PORTSDIR}/lang/erlang -RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang -.if defined(PACKAGE_BUILDING) -BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} -.endif - -BROKEN= Missing dependency -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -PLIST_SUB= VERSION="${PORTVERSION}" - -CONFIGURE_WRKSRC=${WRKSRC}/config -GNU_CONFIGURE= yes -USE_AUTOCONF_VER= 213 -USE_GMAKE= yes - -.if defined(WITH_GTK2) -PKGNAMESUFFIX= -gtk2 -CONFIGURE_ARGS= --without-gnome --with-gtk=2.0 -USE_GNOME= gtk20 gdkpixbuf -.else -CONFIGURE_ARGS= --without-gnome --with-gtk=1.2 -USE_GNOME= gtk12 gdkpixbuf -.endif - -.if !defined(DISPLAY) && !defined(PACKAGE_BUILDING) -IGNORE= must be built from within the X11 environment -.endif - -pre-everything:: - @${ECHO} "" - @${ECHO} "The following build options are available:" - @${ECHO} "" - @${ECHO} " WITH_GTK2=yes Build erlgtk with GTK+ 2.x binding" - @${ECHO} "" - -post-install: - @${LN} -sf ${DISTNAME} ${PREFIX}/lib/erlang/lib/erlgtk - -.include <bsd.port.mk> diff --git a/x11-toolkits/erlgtk/distinfo b/x11-toolkits/erlgtk/distinfo deleted file mode 100644 index b0d9e53..0000000 --- a/x11-toolkits/erlgtk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (erlang/erlgtk-0.9.7.tar.gz) = f573101e387a5b2d7de87fcaec9dea54 -SIZE (erlang/erlgtk-0.9.7.tar.gz) = 211257 diff --git a/x11-toolkits/erlgtk/files/patch-c__src_Makefile.in b/x11-toolkits/erlgtk/files/patch-c__src_Makefile.in deleted file mode 100644 index b571f8e..0000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- c_src/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ c_src/Makefile.in Sat Jul 19 12:03:41 2003 -@@ -10,7 +10,7 @@ - - MODULES = gtk gdk - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-c__src_gtk2.h b/x11-toolkits/erlgtk/files/patch-c__src_gtk2.h deleted file mode 100644 index 105c58f..0000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_gtk2.h +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- c_src/gtk2.h.orig Tue Nov 4 13:25:21 2003 -+++ c_src/gtk2.h Tue Nov 4 13:25:36 2003 -@@ -1008,7 +1008,7 @@ - gchar* gtk_type_name (GtkType type) = g_type_name; - - /* NEW STUFF */ --typedef gpointer GtkClipboard; -+/*typedef gpointer GtkClipboard;*/ - - - /**************************************************************************** diff --git a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv.c b/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv.c deleted file mode 100644 index 0149f10..0000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- c_src/gtk_drv.c.orig Tue Nov 4 13:41:13 2003 -+++ c_src/gtk_drv.c Tue Nov 4 13:42:12 2003 -@@ -2203,7 +2203,7 @@ - return gdrv_encode_ulong(mpp, 0); - } - -- if (type == GDK_TYPE_EVENT) { -+ if (gtk_type_is_a(type, GDK_TYPE_EVENT)) { - return encode_gdk_event(mpp, (GdkEvent*) ptr); - } - else if ((type == GDK_TYPE_WINDOW)||(type == GDK_TYPE_PIXMAP) || diff --git a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv__type.c b/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv__type.c deleted file mode 100644 index 8dfcb7c..0000000 --- a/x11-toolkits/erlgtk/files/patch-c__src_gtk__drv__type.c +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD$ - ---- c_src/gtk_drv_type.c.orig Tue Nov 4 13:27:55 2003 -+++ c_src/gtk_drv_type.c Tue Nov 4 13:29:00 2003 -@@ -316,6 +316,7 @@ - INIT_TYPE(GTK_TYPE_ACCEL_FLAGS); - INIT_TYPE(GTK_TYPE_CALENDAR_DISPLAY_OPTIONS); - INIT_TYPE(GTK_TYPE_CELL_TYPE); -+ INIT_TYPE(GTK_TYPE_CLIPBOARD); - INIT_TYPE(GTK_TYPE_CLIST_DRAG_POS); - INIT_TYPE(GTK_TYPE_BUTTON_ACTION); - INIT_TYPE(GTK_TYPE_CTREE_POS); diff --git a/x11-toolkits/erlgtk/files/patch-config_configure.in b/x11-toolkits/erlgtk/files/patch-config_configure.in deleted file mode 100644 index e052991..0000000 --- a/x11-toolkits/erlgtk/files/patch-config_configure.in +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- config/configure.in.orig Tue Sep 2 14:17:18 2003 -+++ config/configure.in Tue Nov 4 13:08:00 2003 -@@ -64,7 +64,7 @@ - EXISTS_FLAG="" - fi - --AC_MSG_RESULT(PGK_CONFIG = $PKG_CONFIG) -+AC_MSG_RESULT(PKG_CONFIG = $PKG_CONFIG) - AC_MSG_RESULT(GTK_CONFIG = $GTK_CONFIG) - AC_MSG_RESULT(GNOME_CONFIG = $GNOME_CONFIG) - AC_MSG_RESULT(GDK_PIXBUF_CONFIG = $GDK_PIXBUF_CONFIG) -@@ -107,7 +107,7 @@ - fi - - AC_MSG_RESULT(GTK_DO = $GTK_DO) --if test "x$GTK" == "x-2.0"; then -+if test "x$GTK" = "x-2.0"; then - GTK_REL="2"; - else - GTK_REL="" diff --git a/x11-toolkits/erlgtk/files/patch-examples_Makefile.in b/x11-toolkits/erlgtk/files/patch-examples_Makefile.in deleted file mode 100644 index 35125c6..0000000 --- a/x11-toolkits/erlgtk/files/patch-examples_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- examples/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ examples/Makefile.in Sat Jul 19 12:04:25 2003 -@@ -10,7 +10,7 @@ - - INSTALL = @INSTALL@ - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - - - MODULES = \ diff --git a/x11-toolkits/erlgtk/files/patch-gdk__imlib_Makefile.in b/x11-toolkits/erlgtk/files/patch-gdk__imlib_Makefile.in deleted file mode 100644 index 369a129..0000000 --- a/x11-toolkits/erlgtk/files/patch-gdk__imlib_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gdk_imlib/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gdk_imlib/Makefile.in Sat Jul 19 12:04:11 2003 -@@ -10,7 +10,7 @@ - - MODULES = gdk_imlib - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-gdk__pixbuf_Makefile.in b/x11-toolkits/erlgtk/files/patch-gdk__pixbuf_Makefile.in deleted file mode 100644 index dd4735e..0000000 --- a/x11-toolkits/erlgtk/files/patch-gdk__pixbuf_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gdk_pixbuf/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gdk_pixbuf/Makefile.in Sat Jul 19 12:04:15 2003 -@@ -10,7 +10,7 @@ - - MODULES = gdk_pixbuf gdk_pixbuf_loader - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-glade_Makefile.in b/x11-toolkits/erlgtk/files/patch-glade_Makefile.in deleted file mode 100644 index 85d8c58..0000000 --- a/x11-toolkits/erlgtk/files/patch-glade_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- glade/Makefile.in.orig Thu May 2 08:42:20 2002 -+++ glade/Makefile.in Sat Jul 19 12:19:25 2003 -@@ -9,7 +9,7 @@ - ERLC_FLAGS = @ERLC_FLAGS@ -pa ../../erlgtk@BUILD_VSN@/ebin - - INSTALL = @INSTALL@ --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - - RDIR = ../releases/erlgtk-$(VSN) - RFILES = \ diff --git a/x11-toolkits/erlgtk/files/patch-gnome_Makefile.in b/x11-toolkits/erlgtk/files/patch-gnome_Makefile.in deleted file mode 100644 index 2cb8dc6..0000000 --- a/x11-toolkits/erlgtk/files/patch-gnome_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gnome/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gnome/Makefile.in Sat Jul 19 12:04:00 2003 -@@ -10,7 +10,7 @@ - - MODULES = gnome_stock gnome_druid gnome_canvas - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-gtkgl_Makefile.in b/x11-toolkits/erlgtk/files/patch-gtkgl_Makefile.in deleted file mode 100644 index b9c8612..0000000 --- a/x11-toolkits/erlgtk/files/patch-gtkgl_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- gtkgl/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ gtkgl/Makefile.in Sat Jul 19 12:04:07 2003 -@@ -10,7 +10,7 @@ - - MODULES = gdk_gl gtk_gl_area gl glu - --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - X = - O = .o - SO = .so diff --git a/x11-toolkits/erlgtk/files/patch-src_Makefile.in b/x11-toolkits/erlgtk/files/patch-src_Makefile.in deleted file mode 100644 index 4cef7b5..0000000 --- a/x11-toolkits/erlgtk/files/patch-src_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/Makefile.in.orig Sat Jul 19 12:03:17 2003 -+++ src/Makefile.in Sat Jul 19 12:03:47 2003 -@@ -9,7 +9,7 @@ - ERLC_FLAGS = @ERLC_FLAGS@ -pa ../../erlgtk@BUILD_VSN@/ebin - - INSTALL = @INSTALL@ --IDIR = @prefix@/erlgtk-$(VSN) -+IDIR = @prefix@/lib/erlang/lib/erlgtk-$(VSN) - - RDIR = ../releases/erlgtk-$(VSN) - RFILES = \ diff --git a/x11-toolkits/erlgtk/pkg-descr b/x11-toolkits/erlgtk/pkg-descr deleted file mode 100644 index 36005f1..0000000 --- a/x11-toolkits/erlgtk/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -erlgtk is a GTK+ binding for Erlang/OTP. - -erlgtk allows you to use the popular GTK+ GUI toolkit from the comfort -and safety of the Erlang programming language. - -Mutually exclusive support for both GTK+ 1.2 and GTK+ 2.x is included -in this port. Support for GNOME is present in the binding, but is not -enabled in this port, due to simplicity and stability concerns. It -may be included in this port at some future date. Watch this space. - -WWW: http://erlgtk.sourceforge.net/ diff --git a/x11-toolkits/erlgtk/pkg-plist b/x11-toolkits/erlgtk/pkg-plist deleted file mode 100644 index b6adeb5..0000000 --- a/x11-toolkits/erlgtk/pkg-plist +++ /dev/null @@ -1,117 +0,0 @@ -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gdk.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gdk_pixbuf.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gdk_pixbuf_loader.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade2erl.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_http.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_http_cli.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_http_header.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_parse.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/glade_url.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gtk.beam -lib/erlang/lib/erlgtk-%%VERSION%%/ebin/gtk_lib.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/all.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/all.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/arrow.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/arrow.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/aspectframe.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/aspectframe.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/base.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/base.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/button_swap.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/button_swap.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/buttons.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/buttons.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/clist.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/clist.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/draw.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/draw.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/entry.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/entry.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/event.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/event.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/eventbox.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/eventbox.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/filesel.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/filesel.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_buttons.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_buttons.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_wiz.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/gnome_wiz.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld2.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/helloworld2.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/info.xpm -lib/erlang/lib/erlgtk-%%VERSION%%/examples/input.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/input.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_entry.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_entry.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_test.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/ip_test.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/label.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/label.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/notebook.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/notebook.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/packbox.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/packbox.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/paned.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/paned.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/pixmap.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/pixmap.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/progressbar.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/progressbar.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rangewidgets.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rangewidgets.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/re_entry.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/re_entry.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rulers.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/rulers.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scroll.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scroll.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scrolledwin.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/scrolledwin.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/statusbar.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/statusbar.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/table.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/table.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/text.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/text.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/tree.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/tree.erl -lib/erlang/lib/erlgtk-%%VERSION%%/examples/wheelbarrow.beam -lib/erlang/lib/erlgtk-%%VERSION%%/examples/wheelbarrow.erl -lib/erlang/lib/erlgtk-%%VERSION%%/include/gdk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/gdk_keysyms.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/gtk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgdk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgdk_pixbuf.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgdk_pixbuf_loader.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/include/libgtk.hrl -lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin/def2mod -lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin/glade2erl -lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin/gtk_drv -lib/erlang/lib/erlgtk-%%VERSION%%/priv/modules/libgdk_pixbuf.so -lib/erlang/lib/erlgtk-%%VERSION%%/priv/modules/libgdk_pixbuf_loader.so -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gdk.inc -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gdk_pixbuf.inc -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gdk_pixbuf_loader.inc -lib/erlang/lib/erlgtk-%%VERSION%%/priv/src/gtk.inc -lib/erlang/lib/erlgtk-%%VERSION%%/src/gdk.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gdk_pixbuf.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gdk_pixbuf_loader.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gtk.erl -lib/erlang/lib/erlgtk-%%VERSION%%/src/gtk_lib.erl -lib/erlang/lib/erlgtk-%%VERSION%%/usr/include/gtk_drv_api.h -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/usr/include -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/usr -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/src -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv/src -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv/modules -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv/bin -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/priv -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/include -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/examples -@dirrm lib/erlang/lib/erlgtk-%%VERSION%%/ebin -@dirrm lib/erlang/lib/erlgtk-%%VERSION%% -@exec ln -sf erlgtk-%%VERSION%% %D/lib/erlang/lib/erlgtk -@unexec rm -f %D/lib/erlang/lib/erlgtk diff --git a/x11-toolkits/guis/Makefile b/x11-toolkits/guis/Makefile deleted file mode 100644 index 0a6f98c..0000000 --- a/x11-toolkits/guis/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: guis -# Date created: Apr 13, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= guis -PORTVERSION= 1.4 -PORTREVISION= 3 -CATEGORIES= x11-toolkits -MASTER_SITES= http://www.starynkevitch.net/Basile/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GUI widget server - -USE_PYTHON= 2.3 -USE_RUBY= yes -USE_GCC= 3.4 -USE_GNOME= pkgconfig gtk20 pango libglade2 pygtk2 -USE_GMAKE= yes -MAKEFILE= Makefile_guis -MAKE_ENV= PYTHONCFLAGS="-I${LOCALBASE}/include/python${USE_PYTHON} ${PTHREAD_CFLAGS}" \ - PYTHONLDFLAGS="-L${LOCALBASE}/lib -lpython${USE_PYTHON} ${PTHREAD_LIBS}" \ - RUBY="ruby18" -ALL_TARGET= prog - -BROKEN= Broken dependency after python 2.4 update -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -PLIST_FILES= bin/pyguis bin/ruguis bin/pyguis-scripter bin/ruguis-scripter -MAN1= pyguis.1 -MLINKS= pyguis.1 ruguis.1 \ - pyguis.1 pyguis-scripter.1 \ - pyguis.1 ruguis-scripter.1 - -do-install: -.for lang in py ru - ${INSTALL_PROGRAM} ${WRKSRC}/${lang}guis ${PREFIX}/bin - ${LN} -fs ${PREFIX}/bin/${lang}guis ${PREFIX}/bin/${lang}guis-scripter -.endfor - ${INSTALL_MAN} ${WRKSRC}/pyguis.man ${MAN1PREFIX}/man/man1/pyguis.1 - -.include <bsd.port.mk> diff --git a/x11-toolkits/guis/distinfo b/x11-toolkits/guis/distinfo deleted file mode 100644 index 31dadb4..0000000 --- a/x11-toolkits/guis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (guis-1.4.tar.gz) = 5b5e5666a0b878adb170c626b44b5f87 -SIZE (guis-1.4.tar.gz) = 518832 diff --git a/x11-toolkits/guis/pkg-descr b/x11-toolkits/guis/pkg-descr deleted file mode 100644 index 17f5ff1..0000000 --- a/x11-toolkits/guis/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Guis is a small widget server. It is a gtk2 based program listening on a pipe -for widget requests (requests are Python [or Ruby] scripts) and outputting -events or replies Guis is useful for programs (in particular, setuid programs -or (ruby,ocaml,perl...) scripts) which do not want to link in a full widget -toolkit but prefer to delegate the user interface to another process. - -WWW: http://www.starynkevitch.net/Basile/guisdoc.html diff --git a/x11-toolkits/hs-port/Makefile b/x11-toolkits/hs-port/Makefile deleted file mode 100644 index 172df78..0000000 --- a/x11-toolkits/hs-port/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: port -# Date created: 2004-03-09 -# Whom: obraun@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= port -PORTVERSION= 1.2 -PORTREVISION= 4 -CATEGORIES= x11-toolkits haskell -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= htoolkit -PKGNAMEPREFIX= hs- - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A low-level GUI library for Haskell - -BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc -RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_GNOME= glib20 gtk20 libgnomeui -USE_BZIP2= yes -USE_REINPLACE= yes -HAS_CONFIGURE= yes -USE_GMAKE= yes -MAKEFILE= makefile -MAKE_ENV+= DOCSDIR="${DOCSDIR}" INSTALL_DATA="${INSTALL_DATA}" -ALL_TARGET= release - -GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version` -PLIST_SUB+= GHC_VERSION="${GHC_VERSION}" - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock \ - ${LOCALBASE}/share/doc/ghc6/index.html:${PORTSDIR}/lang/ghc-doc -CONFIGURE_ARGS+= -haddock-libs ${LOCALBASE}/share/doc/ghc6/libraries/base \ - -haddock-html ${LOCALBASE}/share/doc/ghc6/libraries/ -ALL_TARGET= release doc -INSTALL_TARGET= install install-doc -.endif - -post-configure: - @${REINPLACE_CMD} 's|\"/usr/local/lib/glib-2.0/include\",|| ;\ - s|\"/usr/X11R6/lib/gnome-vfs-2.0/include\",|| ;\ - s|\"/usr/X11R6/lib/gtk-2.0/include\",||' \ - ${WRKSRC}/config/port.pkg - -post-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/config/port.pkg ${DATADIR} - -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-port/distinfo b/x11-toolkits/hs-port/distinfo deleted file mode 100644 index 85f9c96..0000000 --- a/x11-toolkits/hs-port/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (port-1.2.tar.bz2) = 3d02a5edadd22c7c99a116ed0a416562 -SIZE (port-1.2.tar.bz2) = 190214 diff --git a/x11-toolkits/hs-port/files/patch-makefile b/x11-toolkits/hs-port/files/patch-makefile deleted file mode 100644 index fb1ab41..0000000 --- a/x11-toolkits/hs-port/files/patch-makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- makefile.orig Mon Oct 20 23:21:59 2003 -+++ makefile Tue Mar 9 13:42:15 2004 -@@ -140,7 +140,6 @@ - install: $(MAINLIB) $(PKG) - install -d $(LIBDIR)/imports/Graphics/UI/Port - install -d $(LIBDIR)/include/port -- install -d $(LIBDIR)/doc/html/port - install -m 644 src/include/HsPort.h $(LIBDIR)/include/port - install -m 644 $(HOUTDIR)/*.hi $(LIBDIR)/imports/Graphics/UI - install -m 644 $(HOUTDIR)/Port/*.hi $(LIBDIR)/imports/Graphics/UI/Port -@@ -150,7 +149,10 @@ - $(RM) $(LIBDIR)/include/port/HsPort.h - $(RM) $(LIBDIR)/$(MAINOBJ) - $(HCPKG) -u -g -i $(PKG) -- install -m 644 doc/*.html doc/*.css doc/*.gif doc/*.haddock $(LIBDIR)/doc/html/port -+ -+install-doc: -+ install -d ${DOCSDIR} -+ ${INSTALL_DATA} doc/*.html doc/*.css doc/*.gif doc/*.haddock ${DOCSDIR} - - $(MAINLIB): $(HOBJS) $(COBJS) $(STUBSTUBOBJS) - $(RM) $(MAINLIB) diff --git a/x11-toolkits/hs-port/files/patch-src::Port::Types.hs b/x11-toolkits/hs-port/files/patch-src::Port::Types.hs deleted file mode 100644 index a0d1fc1..0000000 --- a/x11-toolkits/hs-port/files/patch-src::Port::Types.hs +++ /dev/null @@ -1,20 +0,0 @@ ---- src/Port/Types.hs.orig Fri Aug 29 21:39:21 2003 -+++ src/Port/Types.hs Tue Mar 9 11:58:33 2004 -@@ -848,7 +848,7 @@ - - fromCBitmap :: BitmapHandle -> IO Bitmap - fromCBitmap bh -- = do bm <- newForeignPtr bh osDeleteBitmap -+ = do bm <- newForeignPtr osDeleteBitmap bh - return (Bitmap bm) - foreign import ccall "&osDeleteBitmap" osDeleteBitmap :: FinalizerPtr BH - -@@ -934,7 +934,7 @@ - - fromCFont :: FontDef -> FontHandle -> IO Font - fromCFont fontdef handle -- = do fhandle <- newForeignPtr handle osDeleteFont -+ = do fhandle <- newForeignPtr osDeleteFont handle - return (Font fhandle fontdef) - foreign import ccall "&osDeleteFont" osDeleteFont :: FinalizerPtr FH - diff --git a/x11-toolkits/hs-port/pkg-descr b/x11-toolkits/hs-port/pkg-descr deleted file mode 100644 index f6b07b5..0000000 --- a/x11-toolkits/hs-port/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Port is part of the HToolkit. The goal of the HToolkit project is to implement -a portable Haskell library for writing graphical user interfaces (GUI's). - -To tackle the problem of portability, the library will be built upon a -low-level interface that will be implemented for each different target -platform. The low-level library is called Port and is currently implemented for -GTK and Windows. - -WWW: http://htoolkit.sourceforge.net/ - --- Oliver Braun -obraun@FreeBSD.org diff --git a/x11-toolkits/hs-port/pkg-plist b/x11-toolkits/hs-port/pkg-plist deleted file mode 100644 index 8cc594f..0000000 --- a/x11-toolkits/hs-port/pkg-plist +++ /dev/null @@ -1,153 +0,0 @@ -lib/ghc-%%GHC_VERSION%%/HSport.o -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Bitmap.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Canvas.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Colors.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/CommonDialogs.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/ConfigKey.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Controls.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Document.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Font.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Handlers.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/IntMap.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Menu.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Message.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Process.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/PtrMap.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Timer.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/ToolBar.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Types.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port/Window.hi -lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port.hi -lib/ghc-%%GHC_VERSION%%/include/HsPort.h -lib/ghc-%%GHC_VERSION%%/include/port/Bitmap.h -lib/ghc-%%GHC_VERSION%%/include/port/Button.h -lib/ghc-%%GHC_VERSION%%/include/port/Canvas.h -lib/ghc-%%GHC_VERSION%%/include/port/CheckBox.h -lib/ghc-%%GHC_VERSION%%/include/port/CommonDialogs.h -lib/ghc-%%GHC_VERSION%%/include/port/ConfigKey.h -lib/ghc-%%GHC_VERSION%%/include/port/EditBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Font.h -lib/ghc-%%GHC_VERSION%%/include/port/GroupBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Label.h -lib/ghc-%%GHC_VERSION%%/include/port/ListBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Menu.h -lib/ghc-%%GHC_VERSION%%/include/port/Message.h -lib/ghc-%%GHC_VERSION%%/include/port/Notebook.h -lib/ghc-%%GHC_VERSION%%/include/port/PopUp.h -lib/ghc-%%GHC_VERSION%%/include/port/ProgressBar.h -lib/ghc-%%GHC_VERSION%%/include/port/RadioBox.h -lib/ghc-%%GHC_VERSION%%/include/port/Slider.h -lib/ghc-%%GHC_VERSION%%/include/port/Timer.h -lib/ghc-%%GHC_VERSION%%/include/port/ToolBar.h -lib/ghc-%%GHC_VERSION%%/include/port/Types.h -lib/ghc-%%GHC_VERSION%%/include/port/Window.h -lib/ghc-%%GHC_VERSION%%/include/port/config.h -lib/ghc-%%GHC_VERSION%%/libHSport.a -share/port/port.pkg -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Bitmap.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Canvas.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Colors.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.CommonDialogs.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.ConfigKey.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Controls.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Document.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Font.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Handlers.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Menu.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Message.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Process.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Timer.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.ToolBar.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.Window.html -%%PORTDOCS%%%%DOCSDIR%%/Graphics.UI.Port.html -%%PORTDOCS%%%%DOCSDIR%%/colors.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-A.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-B.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-C.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-D.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-F.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-G.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-H.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-I.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-J.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-K.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-L.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-M.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-N.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-O.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-P.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-Q.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-R.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-S.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-T.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-U.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-V.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-W.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-Y.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tA.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tB.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tC.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tD.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tE.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tF.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tG.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tH.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tI.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tJ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tK.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tL.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tM.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tN.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tO.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tP.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tQ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tR.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tS.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tT.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tU.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tV.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tW.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tX.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tY.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-tZ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vA.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vB.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vC.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vD.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vE.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vF.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vG.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vH.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vI.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vJ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vK.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vL.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vM.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vN.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vO.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vP.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vQ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vR.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vS.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vT.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vU.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vV.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vW.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vX.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vY.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index-vZ.html -%%PORTDOCS%%%%DOCSDIR%%/doc-index.html -%%PORTDOCS%%%%DOCSDIR%%/haddock.css -%%PORTDOCS%%%%DOCSDIR%%/haskell_icon.gif -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/port.haddock -@dirrm share/port -@dirrm lib/ghc-%%GHC_VERSION%%/include/port -@dirrm lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI/Port -@dirrm lib/ghc-%%GHC_VERSION%%/imports/Graphics/UI -@dirrm lib/ghc-%%GHC_VERSION%%/imports/Graphics -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec %D/bin/ghc-pkg -u -g -i %D/share/port/port.pkg -@exec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old -@unexec %D/bin/ghc-pkg -r port -@unexec /bin/rm -f %D/lib/ghc-%%GHC_VERSION%%/package.conf.old diff --git a/x11-toolkits/jx/Makefile b/x11-toolkits/jx/Makefile deleted file mode 100644 index 2c955e9..0000000 --- a/x11-toolkits/jx/Makefile +++ /dev/null @@ -1,268 +0,0 @@ -# New ports collection makefile for: JX -# Date created: 30 July 1999 -# Whom: Davec <davec@unforgettable.com> -# -# $FreeBSD$ -# - -PORTNAME= JX -PORTVERSION= 1.5.3 -PORTREVISION= 2 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.matrix.com.br/pub/linuxberg/files/x11/dev/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= libs/X/c++libs -DISTNAME= ${PORTNAME}_source-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ application framework and widget library for X11 - -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png - -BROKEN= Incorrect pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_AUTOCONF_VER= 213 -USE_REINPLACE= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_BISON= yes -GNU_CONFIGURE= yes -CONFIGURE_WRKSRC= ${WRKDIR} -USE_GMAKE= yes -MAKE_ARGS= CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" -MAKE_ENV= JX_INSTALL_ROOT="${PREFIX}/bin" \ - JX_LIB_ROOT="${PREFIX}/lib" -PLIST_SUB= LIBACE="${LIBACE}" \ - LIBJTOOL="${LIBJTOOL}" \ - LIBJX="${LIBJX}" -INSTALLS_SHLIB= yes - -# Installs dir with proper permissions -INSTALL_DATA_DIR= ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 -# the libraries -LIBFILES= libACE-5_0_2.so \ - libjcore-1_5_3.a libjcore-1_5_3.so \ - libjx-1_5_3.a libjx-1_5_3.so -# bin program files -PROGRAMFILES= lib/util/autodoc/autodoc programs/jxlayout/jxlayout \ - programs/makemake/makemake -PROGRAMFILES_SCRIPT= jxlayout/jfdesign makemake/makecheck \ - makemake/maketouch -# header files -INCLUDEDIR= jcore jx -INCLUDEDIR_ACE_WRKSRC= ACE/ACE_wrappers/ace -INCLUDEDIR_ACE_DIR= . CLASSIX -# documentation -DOCDIR_PREFIX= ${PREFIX}/share/doc/jx -DOCFILES= README FAQ LICENSE CHANGES -DOCDIRS= ACE jxlayout makemake -DOCDIRFILES= LICENSE README -# examples -EXAMPLEDIRS= tutorial -EXAMPLEDIR_PREFIX= ${PREFIX}/share/examples/jx -# xpm images -ICONDIRS= libjx/menu_image -ICONDIR_PREFIX= ${PREFIX}/share/jx -# additional configuration and header files -EXTRALIB_PREFIX= ${PREFIX}/lib/jx -EXTRALIBDIRS= jxlayout lib make -EXTRALIBFILES_JXLAYOUT= class_map need_font_list option_map -EXTRALIBFILES_MAKE_WRKSRC= include/make -EXTRALIBFILES_MAKE_DIR= . sys -# odd behavior -POSTBUILD_WRKSRC= jxlayout -# post patch preprocessing -POSTPATCH_FILES= post-patch-aa -# post configure placement directory -POSTCONFIGURE_WRKSRC= include/make/sys -# configuration preprocessing -CONFIGURE_PREPROCESSING_FILES= FreeBSD-2.x_g++ FreeBSD-3.x_g++ - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 300000 -ALL_TARGET= freebsd3.x -LIBACE= 5 -LIBJTOOL= 0 -LIBJX= 1 -.else -ALL_TARGET= freebsd2.x -LIBACE= 5.0 -LIBJTOOL= 0.5 -LIBJX= 1.5 -.endif - -# -CURRENT post gcc 3.1 -.if ${OSVERSION} >= 500035 -BROKEN= Does not work with gcc 3.x -.endif - -# wrapper to allow makemake to work during build time -# it requires some libs which are not available in build time -makemake-extract-wrapper: - @${SED} \ - -e 's|%libdir%|${WRKSRC}/lib|' \ - -e 's|%makemake%|${WRKSRC}/programs/makemake/makemake|' \ - ${FILESDIR}/makemake-template \ - > ${WRKDIR}/makemake - @${CHMOD} u+rx ${WRKDIR}/makemake - -# have all relevant places point to location of the makemake wrapper -makemake-patch-path: - @${FIND} ${WRKSRC}/libjx ${WRKSRC}/libjcore \ - -name "Make*" \ - -exec ${REINPLACE_CMD} -E \ - -e 's|makemake;|${WRKDIR}/makemake;|' \ - {} \; - @${REINPLACE_CMD} -E \ - -e 's|; makemake;|; ${WRKDIR}/makemake;|' \ - ${WRKSRC}/lib/Makefile - -post-extract: makemake-extract-wrapper - -post-patch: makemake-patch-path -.for i in ${CONFIGURE_PREPROCESSING_FILES} - @${CP} ${WRKSRC}/${POSTCONFIGURE_WRKSRC}/${i} ${WRKDIR}/${i}.in - @cd ${WRKDIR}; ${PATCH} -s ${i}.in < ${PATCHDIR}/${POSTPATCH_FILES} -.endfor - -pre-configure: - @${CP} ${FILESDIR}/configure.in ${WRKDIR} - @cd ${WRKDIR}; ${AUTOCONF} - -post-configure: -.for i in ${CONFIGURE_PREPROCESSING_FILES} - @${CP} ${WRKDIR}/${i} ${WRKSRC}/${POSTCONFIGURE_WRKSRC}/${i} -.endfor - -# odd behavior -post-build: -.for i in ${POSTBUILD_WRKSRC} - @cd ${WRKSRC}/programs/${i}; ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} -.endfor - -do-install: -.if !defined(NOPORTDOCS) -# Install all documentation - @${INSTALL_DATA_DIR} ${DOCDIR_PREFIX} -.for i in ${DOCFILES} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCDIR_PREFIX} -.endfor -.for i in ${DOCDIRS} - @for j in ${DOCDIRFILES} ; \ - do \ - if [ -f ${WRKSRC}/programs/${i}/$${j} ]; \ - then \ - ${INSTALL_DATA} ${WRKSRC}/programs/${i}/$${j} \ - ${DOCDIR_PREFIX}/$${j}_${i} ; \ - elif [ -f ${WRKSRC}/${i}/$${j} ]; \ - then \ - ${INSTALL_DATA} ${WRKSRC}/${i}/$${j} \ - ${DOCDIR_PREFIX}/$${j}_${i} ; \ - fi ; \ - done -.endfor - @${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR_PREFIX} - @${INSTALL_DATA} ${WRKSRC}/ACE/ACE_wrappers/VERSION \ - ${DOCDIR_PREFIX}/ACE_VERSION -# Install all examples -.for i in ${EXAMPLEDIRS} - @${INSTALL_DATA_DIR} ${EXAMPLEDIR_PREFIX}/${i} ; \ - cd ${WRKSRC}/${i}; \ - for j in * ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${EXAMPLEDIR_PREFIX}/${i} ; \ - elif [ -d $${j} ]; \ - then \ - ${INSTALL_DATA_DIR} ${EXAMPLEDIR_PREFIX}/${i}/$${j} ; \ - for k in $${j}/* ; \ - do \ - ${INSTALL_DATA} $${k} ${EXAMPLEDIR_PREFIX}/${i}/$${j} ; \ - done; \ - fi ; \ - done -.endfor -.endif # !defined(NOPORTDOCS) -# Install all icons -.for i in ${ICONDIRS} - @${INSTALL_DATA_DIR} ${ICONDIR_PREFIX} ; \ - for j in ${WRKSRC}/${i}/*.xpm ; \ - do \ - ${INSTALL_DATA} $${j} ${ICONDIR_PREFIX} ; \ - done -.endfor -# Install all header files -.for i in ${INCLUDEDIR} - @${INSTALL_DATA_DIR} ${PREFIX}/include/${i} ; \ - for j in ${WRKSRC}/include/${i}/*.*h \ - ${WRKSRC}/include/${i}/*.tmpl \ - ${WRKSRC}/include/${i}/*.tmpls ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${PREFIX}/include/${i}/ ; \ - fi ; \ - done -.endfor -.for i in ${INCLUDEDIR_ACE_DIR} - @${INSTALL_DATA_DIR} ${PREFIX}/include/ace/${i} ; \ - for j in ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.cpp \ - ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.h \ - ${WRKSRC}/${INCLUDEDIR_ACE_WRKSRC}/${i}/*.i ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${PREFIX}/include/ace/${i}/ ; \ - fi ; \ - done -.endfor -# Install all libraries -.for i in ${LIBFILES} - @${INSTALL_PROGRAM} ${WRKSRC}/lib/${i} ${PREFIX}/lib -.endfor -# Install additional library files -.for i in ${EXTRALIBDIRS} - @${INSTALL_DATA_DIR} ${EXTRALIB_PREFIX}/${i} -.endfor -.for i in ${EXTRALIBFILES_JXLAYOUT} - @${INSTALL_DATA} ${WRKSRC}/programs/jxlayout/${i} \ - ${EXTRALIB_PREFIX}/jxlayout -.endfor -.for i in ${EXTRALIBFILES_MAKE_DIR} - @${INSTALL_DATA_DIR} ${EXTRALIB_PREFIX}/make/${i} ; \ - for j in ${WRKSRC}/${EXTRALIBFILES_MAKE_WRKSRC}/${i}/* ; \ - do \ - if [ -f $${j} ]; \ - then \ - ${INSTALL_DATA} $${j} ${EXTRALIB_PREFIX}/make/${i}/ ; \ - fi ; \ - done -.endfor -# Install all programs -.for i in ${PROGRAMFILES} - @${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin -.endfor -.for i in ${PROGRAMFILES_SCRIPT} - @${INSTALL_SCRIPT} ${WRKSRC}/programs/${i} ${PREFIX}/bin -.endfor - -post-install: - @${LN} -sf libACE-5_0_2.so \ - ${PREFIX}/lib/libACE-5_0_2.so.${LIBACE} - @${LN} -sf libjcore-1_5_3.so \ - ${PREFIX}/lib/libjcore-1_5_3.so.${LIBJX} - @${LN} -sf libjx-1_5_3.so \ - ${PREFIX}/lib/libjx-1_5_3.so.${LIBJX} -.for i in ${LIBFILES} - @${LN} -sf ../../${i} ${EXTRALIB_PREFIX}/lib/${i} -.endfor - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/jx/distinfo b/x11-toolkits/jx/distinfo deleted file mode 100644 index b9b4b04..0000000 --- a/x11-toolkits/jx/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (JX_source-1.5.3.tar.gz) = e35ea2a77c777d96c3d9b566254d2562 -MD5 (JX_source-1.5.3.tar.gz) = 311c4267ffd114a3b3ec76af09db5ecb diff --git a/x11-toolkits/jx/files/configure.in b/x11-toolkits/jx/files/configure.in deleted file mode 100644 index 7c22ea3..0000000 --- a/x11-toolkits/jx/files/configure.in +++ /dev/null @@ -1,18 +0,0 @@ -dnl Process this file with autoconf to produce a configure script. -AC_INIT(FreeBSD-3.x_g++.in) - -dnl Check for X library and header files -AC_PATH_X - -AC_SUBST(x_includes) -AC_SUBST(x_libraries) - -dnl Checks for typedefs, structures, and compiler characteristics. - -dnl Checks sizeof long -AC_CHECK_SIZEOF(long) - -dnl Checks sizeof int -AC_CHECK_SIZEOF(int) - -AC_OUTPUT(FreeBSD-2.x_g++ FreeBSD-3.x_g++) diff --git a/x11-toolkits/jx/files/makemake-template b/x11-toolkits/jx/files/makemake-template deleted file mode 100644 index f2c3a53..0000000 --- a/x11-toolkits/jx/files/makemake-template +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -#export LD_LIBRARY_PATH - -if [ -z "${LD_LIBRARY_PATH}" ] -then -LD_LIBRARY_PATH="%libdir%" -else -LD_LIBRARY_PATH="%libdir%:${LD_LIBRARY_PATH}" -fi - -env "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}" "%makemake%" "${@}" diff --git a/x11-toolkits/jx/files/patch-aa b/x11-toolkits/jx/files/patch-aa deleted file mode 100644 index 96c1edb..0000000 --- a/x11-toolkits/jx/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- programs/makemake/Make.header.orig Tue Sep 21 16:33:40 1999 -+++ programs/makemake/Make.header Tue May 30 11:07:18 2000 -@@ -95,7 +95,7 @@ - # - - .PHONY : jxinstall --jxinstall: makemake -+jxinstall_not: makemake - @strip makemake - @mv makemake ${JX_INSTALL_ROOT}/ - @chmod a+x ${SCRIPT_FILES} diff --git a/x11-toolkits/jx/files/patch-ab b/x11-toolkits/jx/files/patch-ab deleted file mode 100644 index a44b198..0000000 --- a/x11-toolkits/jx/files/patch-ab +++ /dev/null @@ -1,27 +0,0 @@ ---- programs/makemake/Makefile.port.orig Tue Sep 21 22:03:14 1999 -+++ programs/makemake/Makefile.port Sat Mar 8 14:44:25 2003 -@@ -49,24 +49,7 @@ - .PHONY : jxinstall - jxinstall: regex makemake - @strip makemake -- @mv makemake ${JX_INSTALL_ROOT}/ - -- @if { which makemake > /dev/null; } then \ -- { \ -- echo "makemake successfully installed"; \ -- } \ -- else \ -- { \ -- echo; \ -- echo "makemake is not on your execution path. It was placed in"; \ -- echo; \ -- echo " ${JX_INSTALL_ROOT}"; \ -- echo; \ -- echo "Please add this to your execution path and restart start the build."; \ -- echo; \ -- false; \ -- } \ -- fi - - # - # libraries we have eaten diff --git a/x11-toolkits/jx/files/patch-ac b/x11-toolkits/jx/files/patch-ac deleted file mode 100644 index bf9c36a..0000000 --- a/x11-toolkits/jx/files/patch-ac +++ /dev/null @@ -1,26 +0,0 @@ ---- ACE/ACE_wrappers/ace/config-freebsd-pthread.h.orig Mon Apr 10 13:55:24 2000 -+++ ACE/ACE_wrappers/ace/config-freebsd-pthread.h Mon Apr 10 13:56:09 2000 -@@ -44,7 +44,6 @@ - #define ACE_HAS_NONCONST_SELECT_TIMEVAL - #define ACE_HAS_CHARPTR_DL - //#define ACE_USES_ASM_SYMBOL_IN_DLSYM --#define ACE_LACKS_SIGSET - #define ACE_NEEDS_SCHED_H - - // Use of <malloc.h> is deprecated. -@@ -84,6 +83,15 @@ - #if (__FreeBSD_version >= 300000) - #define ACE_HAS_SIGINFO_T - #endif /* __FreeBSD_version >= 300000 */ -+ -+#if (__FreeBSD_version < 400000) -+#define ACE_LACKS_SIGSET -+#endif /* __FreeBSD_version < 400000 */ -+ -+#if (__FreeBSD_version >= 400000) -+#define ACE_HAS_UCONTEXT_T -+#define ACE_HAS_SOCKLEN_T -+#endif /* __FreeBSD_version >= 400000 */ - - #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES - #define ACE_LACKS_SIGINFO_H diff --git a/x11-toolkits/jx/files/patch-ad b/x11-toolkits/jx/files/patch-ad deleted file mode 100644 index 559110c..0000000 --- a/x11-toolkits/jx/files/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ ---- ACE/ACE_wrappers/ace/Log_Msg.cpp.orig Mon Apr 10 14:01:34 2000 -+++ ACE/ACE_wrappers/ace/Log_Msg.cpp Mon Apr 10 14:02:38 2000 -@@ -670,9 +670,9 @@ - ACE_TRACE ("ACE_Log_Msg::log"); - // External decls. - --#if ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) -+#if defined(ACE_LACKS_SYS_NERR) - extern int sys_nerr; --#endif /* ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) */ -+#endif /* defined(ACE_LACKS_SYS_NERR) */ - typedef void (*PTF)(...); - - // Only print the message if <priority_mask_> hasn't been reset to diff --git a/x11-toolkits/jx/files/patch-ae b/x11-toolkits/jx/files/patch-ae deleted file mode 100644 index 35ccdca..0000000 --- a/x11-toolkits/jx/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- programs/jxlayout/Make.header.ORIG Tue May 30 10:58:37 2000 -+++ programs/jxlayout/Make.header Tue May 30 11:04:08 2000 -@@ -102,7 +102,7 @@ - # - - .PHONY : jxinstall --jxinstall: jxlayout -+jxinstall_not: jxlayout - @strip jxlayout - @mv jxlayout ${JX_INSTALL_ROOT}/ - @cp ${DATA_FILES} ${JX_INSTALL_ROOT}/ diff --git a/x11-toolkits/jx/files/patch-ag b/x11-toolkits/jx/files/patch-ag deleted file mode 100644 index bed4d79..0000000 --- a/x11-toolkits/jx/files/patch-ag +++ /dev/null @@ -1,42 +0,0 @@ ---- misc/regex/Makefile.orig Tue Jun 13 21:56:06 2000 -+++ misc/regex/Makefile Tue Jun 13 21:58:03 2000 -@@ -4,13 +4,13 @@ - include ${JX_ROOT}/include/make/jx_config - CPPFLAGS= - --# You probably want to take -DREDEBUG out of CFLAGS, and put something like -+# You probably want to take -DREDEBUG out of MYCFLAGS, and put something like - # -O in, *after* testing (-DREDEBUG strengthens testing by enabling a lot of - # internal assertion checking and some debugging facilities). - # Put -Dconst= in for a pre-ANSI compiler. - # Do not take -DPOSIX_MISTAKE out. - # REGCFLAGS isn't important to you (it's for my use in some special contexts). --CFLAGS=-I. -DREDEBUG $(REGCFLAGS) $(J_REGEX_USE_BCOPY) $(J_BUILD_SHARED_LIB) # -DPOSIX_MISTAKE -+MYCFLAGS=-I. -DREDEBUG $(REGCFLAGS) $(J_REGEX_USE_BCOPY) $(J_BUILD_SHARED_LIB) # -DPOSIX_MISTAKE - - # If you have a pre-ANSI compiler, put -o into MKHFLAGS. If you want - # the Berkeley __P macro, put -b in. -@@ -35,10 +35,13 @@ - JUNKLINT=possible pointer alignment|null effect - - # arrangements to build forward-reference header files --.SUFFIXES: .ih .h -+.SUFFIXES: .ih .h .c .o - .c.ih: - sh ./mkh $(MKHFLAGS) -p $< >$@ - -+.c.o: -+ $(CC) $(MYCFLAGS) -fPIC -DPIC -o $@ -c $< -+ - default: r - - # JAFL: this target builds the .o files for libjcore.* -@@ -70,7 +73,7 @@ - - # tester - re: $(OBJS) -- $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ -+ $(CC) $(MYCFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@ - - # regression test - r: re tests diff --git a/x11-toolkits/jx/files/patch-libjcore::code::jNew.h b/x11-toolkits/jx/files/patch-libjcore::code::jNew.h deleted file mode 100644 index de3e1ac..0000000 --- a/x11-toolkits/jx/files/patch-libjcore::code::jNew.h +++ /dev/null @@ -1,28 +0,0 @@ ---- libjcore/code/jNew.h.orig Fri Sep 20 13:49:44 2002 -+++ libjcore/code/jNew.h Fri Sep 20 13:50:41 2002 -@@ -26,7 +26,7 @@ - #ifdef __KCC - void* operator new(size_t size) MSIPL_THROW_STR(std::bad_alloc); - #else -- void* operator new(size_t size); -+ // void* operator new(size_t size); - #endif - - void* operator new(size_t size, const JCharacter* file, const JUInt32 line); -@@ -34,13 +34,13 @@ - #ifdef __KCC - void* operator new[](size_t size) MSIPL_THROW_STR(std::bad_alloc); - #else -- void* operator new[](size_t size); -+ //void* operator new[](size_t size); - #endif - - void* operator new[](size_t size, const JCharacter* file, const JUInt32 line); - -- void operator delete(void* memory); -- void operator delete[](void* memory); -+ //void operator delete(void* memory); -+ //void operator delete[](void* memory); - - void LocateDelete(const JCharacter* file, const JUInt32 line); - diff --git a/x11-toolkits/jx/files/post-patch-aa b/x11-toolkits/jx/files/post-patch-aa deleted file mode 100644 index 4a25da9..0000000 --- a/x11-toolkits/jx/files/post-patch-aa +++ /dev/null @@ -1,52 +0,0 @@ -@@ -6,11 +6,11 @@ - - # This tells us where to find the X libraries. - --J_X11_LIB_DIR := -L/usr/X11R6/lib -+J_X11_LIB_DIR := -L@x_libraries@ - - # Uncomment this and change it if your X11 headers are not in /usr/include/X11. - --J_X11_INCLUDE_DIR := -I/usr/X11R6/include -+J_X11_INCLUDE_DIR := -I@x_includes@ - - # Uncomment this if you want to compile libXpm into libjx - -@@ -66,7 +66,7 @@ - # Adjust these until everything compiles - - J_RAW_SYSTEM_STUFF := \ -- -DSIZEOF_LONG=4 -DSIZEOF_INT=4 -+ @DEFS@ - - # - # Nothing below this line should ever need to be changed. -@@ -79,7 +79,6 @@ - J_COMPILER_DEPEND_FLAGS_FOR_BISON := \ - -Wall -Wno-unused \ - -fno-implicit-templates -fno-rtti \ -- -O${J_OPTIMIZE_LEVEL} \ - -D_J_UNIX ${J_ISTRSTREAM_BROKEN} ${J_ARRAY_NEW_OVERRIDABLE} \ - ${J_RAW_SYSTEM_STUFF} - -@@ -88,15 +87,15 @@ - - # makemake variables - --LINKER := g++ -+LINKER := ${CXX} - - # make variables - --CC := gcc --CXX := g++ -+CC := ${CC} -+CXX := ${CXX} - CPPFLAGS = ${DEPENDFLAGS} --CFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} --CXXFLAGS = ${J_MAKE_NEEDS_OUTPUT_ARG} -+CFLAGS := ${CFLAGS} -+CXXFLAGS := ${CXXFLAGS} - - # libraries to link - diff --git a/x11-toolkits/jx/pkg-descr b/x11-toolkits/jx/pkg-descr deleted file mode 100644 index e5e0b4f..0000000 --- a/x11-toolkits/jx/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -JX is a full-featured application framework and widget library for -use with the X Window System. It provides support for all facets -of application development, including distributed applications, -and aims to combine the best of MacOS and NeXTSTEP. It is built -directly on top of Xlib and has been carefully optimized for -performance. - -WWW: http://www.newplanetsoftware.com/jx/ diff --git a/x11-toolkits/jx/pkg-plist b/x11-toolkits/jx/pkg-plist deleted file mode 100644 index 80099c1..0000000 --- a/x11-toolkits/jx/pkg-plist +++ /dev/null @@ -1,1372 +0,0 @@ -bin/autodoc -bin/jfdesign -bin/jxlayout -bin/makecheck -bin/makemake -bin/maketouch -include/ace/ACE.cpp -include/ace/ACE.h -include/ace/ACE.i -include/ace/ACED.cpp -include/ace/ACER.cpp -include/ace/ARGV.cpp -include/ace/ARGV.h -include/ace/ARGV.i -include/ace/ATM_Acceptor.cpp -include/ace/ATM_Acceptor.h -include/ace/ATM_Acceptor.i -include/ace/ATM_Addr.cpp -include/ace/ATM_Addr.h -include/ace/ATM_Addr.i -include/ace/ATM_Connector.cpp -include/ace/ATM_Connector.h -include/ace/ATM_Connector.i -include/ace/ATM_Params.cpp -include/ace/ATM_Params.h -include/ace/ATM_Params.i -include/ace/ATM_QoS.cpp -include/ace/ATM_QoS.h -include/ace/ATM_QoS.i -include/ace/ATM_Stream.cpp -include/ace/ATM_Stream.h -include/ace/ATM_Stream.i -include/ace/Acceptor.cpp -include/ace/Acceptor.h -include/ace/Acceptor.i -include/ace/Activation_Queue.cpp -include/ace/Activation_Queue.h -include/ace/Activation_Queue.i -include/ace/Active_Map_Manager.cpp -include/ace/Active_Map_Manager.h -include/ace/Active_Map_Manager.i -include/ace/Active_Map_Manager_T.cpp -include/ace/Active_Map_Manager_T.h -include/ace/Active_Map_Manager_T.i -include/ace/Addr.cpp -include/ace/Addr.h -include/ace/Addr.i -include/ace/Arg_Shifter.cpp -include/ace/Arg_Shifter.h -include/ace/Array.h -include/ace/Asynch_Acceptor.cpp -include/ace/Asynch_Acceptor.h -include/ace/Asynch_Acceptor.i -include/ace/Asynch_IO.cpp -include/ace/Asynch_IO.h -include/ace/Asynch_IO.i -include/ace/Asynch_IO_Impl.cpp -include/ace/Asynch_IO_Impl.h -include/ace/Asynch_IO_Impl.i -include/ace/Atomic_Op.i -include/ace/Auto_Ptr.cpp -include/ace/Auto_Ptr.h -include/ace/Auto_Ptr.i -include/ace/Based_Pointer_Repository.cpp -include/ace/Based_Pointer_Repository.h -include/ace/Based_Pointer_T.cpp -include/ace/Based_Pointer_T.h -include/ace/Based_Pointer_T.i -include/ace/Basic_Types.cpp -include/ace/Basic_Types.h -include/ace/Basic_Types.i -include/ace/CDR_Stream.cpp -include/ace/CDR_Stream.h -include/ace/CDR_Stream.i -include/ace/CORBA_Handler.cpp -include/ace/CORBA_Handler.h -include/ace/CORBA_Handler.i -include/ace/CORBA_Ref.cpp -include/ace/CORBA_Ref.h -include/ace/CORBA_Ref.i -include/ace/CORBA_macros.h -include/ace/Cache_Map_Manager_T.cpp -include/ace/Cache_Map_Manager_T.h -include/ace/Cache_Map_Manager_T.i -include/ace/Cached_Connect_Strategy_T.cpp -include/ace/Cached_Connect_Strategy_T.h -include/ace/Cached_Connect_Strategy_T.i -include/ace/Caching_Strategies_T.cpp -include/ace/Caching_Strategies_T.h -include/ace/Caching_Strategies_T.i -include/ace/Caching_Utility_T.cpp -include/ace/Caching_Utility_T.h -include/ace/Caching_Utility_T.i -include/ace/Cleanup_Strategies_T.cpp -include/ace/Cleanup_Strategies_T.h -include/ace/Cleanup_Strategies_T.i -include/ace/Codeset_IBM1047.cpp -include/ace/Codeset_IBM1047.h -include/ace/Connector.cpp -include/ace/Connector.h -include/ace/Connector.i -include/ace/Containers.cpp -include/ace/Containers.h -include/ace/Containers.i -include/ace/Containers_T.cpp -include/ace/Containers_T.h -include/ace/Containers_T.i -include/ace/DEV.cpp -include/ace/DEV.h -include/ace/DEV.i -include/ace/DEV_Addr.cpp -include/ace/DEV_Addr.h -include/ace/DEV_Addr.i -include/ace/DEV_Connector.cpp -include/ace/DEV_Connector.h -include/ace/DEV_Connector.i -include/ace/DEV_IO.cpp -include/ace/DEV_IO.h -include/ace/DEV_IO.i -include/ace/DLL.cpp -include/ace/DLL.h -include/ace/Date_Time.cpp -include/ace/Date_Time.h -include/ace/Date_Time.i -include/ace/Dirent.cpp -include/ace/Dirent.h -include/ace/Dirent.i -include/ace/Dump.cpp -include/ace/Dump.h -include/ace/Dump_T.cpp -include/ace/Dump_T.h -include/ace/Dynamic.cpp -include/ace/Dynamic.h -include/ace/Dynamic.i -include/ace/Dynamic_Service.cpp -include/ace/Dynamic_Service.h -include/ace/Dynamic_Service.i -include/ace/Env_Value_T.cpp -include/ace/Env_Value_T.h -include/ace/Env_Value_T.i -include/ace/Event_Handler.cpp -include/ace/Event_Handler.h -include/ace/Event_Handler.i -include/ace/Event_Handler_T.cpp -include/ace/Event_Handler_T.h -include/ace/Event_Handler_T.i -include/ace/FIFO.cpp -include/ace/FIFO.h -include/ace/FIFO.i -include/ace/FIFO_Recv.cpp -include/ace/FIFO_Recv.h -include/ace/FIFO_Recv.i -include/ace/FIFO_Recv_Msg.cpp -include/ace/FIFO_Recv_Msg.h -include/ace/FIFO_Recv_Msg.i -include/ace/FIFO_Send.cpp -include/ace/FIFO_Send.h -include/ace/FIFO_Send.i -include/ace/FIFO_Send_Msg.cpp -include/ace/FIFO_Send_Msg.h -include/ace/FIFO_Send_Msg.i -include/ace/FILE.cpp -include/ace/FILE.h -include/ace/FILE.i -include/ace/FILE_Addr.cpp -include/ace/FILE_Addr.h -include/ace/FILE_Addr.i -include/ace/FILE_Connector.cpp -include/ace/FILE_Connector.h -include/ace/FILE_Connector.i -include/ace/FILE_IO.cpp -include/ace/FILE_IO.h -include/ace/FILE_IO.i -include/ace/Filecache.cpp -include/ace/Filecache.h -include/ace/FlReactor.cpp -include/ace/FlReactor.h -include/ace/FlReactor.i -include/ace/Free_List.cpp -include/ace/Free_List.h -include/ace/Free_List.i -include/ace/Functor.cpp -include/ace/Functor.h -include/ace/Functor.i -include/ace/Functor_T.cpp -include/ace/Functor_T.h -include/ace/Functor_T.i -include/ace/Future.cpp -include/ace/Future.h -include/ace/Future_Set.cpp -include/ace/Future_Set.h -include/ace/Get_Opt.cpp -include/ace/Get_Opt.h -include/ace/Get_Opt.i -include/ace/Handle_Gobbler.h -include/ace/Handle_Gobbler.i -include/ace/Handle_Set.cpp -include/ace/Handle_Set.h -include/ace/Handle_Set.i -include/ace/Hash_Cache_Map_Manager_T.cpp -include/ace/Hash_Cache_Map_Manager_T.h -include/ace/Hash_Cache_Map_Manager_T.i -include/ace/Hash_Map_Manager.cpp -include/ace/Hash_Map_Manager.h -include/ace/Hash_Map_Manager.i -include/ace/Hash_Map_Manager_T.cpp -include/ace/Hash_Map_Manager_T.h -include/ace/Hash_Map_Manager_T.i -include/ace/Hash_Map_With_Allocator_T.cpp -include/ace/Hash_Map_With_Allocator_T.h -include/ace/Hash_Map_With_Allocator_T.i -include/ace/High_Res_Timer.cpp -include/ace/High_Res_Timer.h -include/ace/High_Res_Timer.i -include/ace/INET_Addr.cpp -include/ace/INET_Addr.h -include/ace/INET_Addr.i -include/ace/IOStream.cpp -include/ace/IOStream.h -include/ace/IOStream_T.cpp -include/ace/IOStream_T.h -include/ace/IOStream_T.i -include/ace/IO_Cntl_Msg.cpp -include/ace/IO_Cntl_Msg.h -include/ace/IO_Cntl_Msg.i -include/ace/IO_SAP.cpp -include/ace/IO_SAP.h -include/ace/IO_SAP.i -include/ace/IPC_SAP.cpp -include/ace/IPC_SAP.h -include/ace/IPC_SAP.i -include/ace/LOCK_SOCK_Acceptor.cpp -include/ace/LOCK_SOCK_Acceptor.h -include/ace/LSOCK.cpp -include/ace/LSOCK.h -include/ace/LSOCK.i -include/ace/LSOCK_Acceptor.cpp -include/ace/LSOCK_Acceptor.h -include/ace/LSOCK_Acceptor.i -include/ace/LSOCK_CODgram.cpp -include/ace/LSOCK_CODgram.h -include/ace/LSOCK_CODgram.i -include/ace/LSOCK_Connector.cpp -include/ace/LSOCK_Connector.h -include/ace/LSOCK_Connector.i -include/ace/LSOCK_Dgram.cpp -include/ace/LSOCK_Dgram.h -include/ace/LSOCK_Dgram.i -include/ace/LSOCK_Stream.cpp -include/ace/LSOCK_Stream.h -include/ace/LSOCK_Stream.i -include/ace/Local_Name_Space.cpp -include/ace/Local_Name_Space.h -include/ace/Local_Name_Space_T.cpp -include/ace/Local_Name_Space_T.h -include/ace/Local_Tokens.cpp -include/ace/Local_Tokens.h -include/ace/Local_Tokens.i -include/ace/Log_Msg.cpp -include/ace/Log_Msg.h -include/ace/Log_Msg.i -include/ace/Log_Priority.h -include/ace/Log_Record.cpp -include/ace/Log_Record.h -include/ace/Log_Record.i -include/ace/Malloc.cpp -include/ace/Malloc.h -include/ace/Malloc.i -include/ace/Malloc_Base.h -include/ace/Malloc_T.cpp -include/ace/Malloc_T.h -include/ace/Malloc_T.i -include/ace/Managed_Object.cpp -include/ace/Managed_Object.h -include/ace/Managed_Object.i -include/ace/Map.cpp -include/ace/Map.h -include/ace/Map.i -include/ace/Map_Manager.cpp -include/ace/Map_Manager.h -include/ace/Map_Manager.i -include/ace/Map_T.cpp -include/ace/Map_T.h -include/ace/Map_T.i -include/ace/Mem_Map.cpp -include/ace/Mem_Map.h -include/ace/Mem_Map.i -include/ace/Memory_Pool.cpp -include/ace/Memory_Pool.h -include/ace/Memory_Pool.i -include/ace/Message_Block.cpp -include/ace/Message_Block.h -include/ace/Message_Block.i -include/ace/Message_Block_T.cpp -include/ace/Message_Block_T.h -include/ace/Message_Block_T.i -include/ace/Message_Queue.cpp -include/ace/Message_Queue.h -include/ace/Message_Queue.i -include/ace/Message_Queue_T.cpp -include/ace/Message_Queue_T.h -include/ace/Message_Queue_T.i -include/ace/Method_Object.h -include/ace/Method_Request.cpp -include/ace/Method_Request.h -include/ace/Module.cpp -include/ace/Module.h -include/ace/Module.i -include/ace/Msg_WFMO_Reactor.cpp -include/ace/Msg_WFMO_Reactor.h -include/ace/Msg_WFMO_Reactor.i -include/ace/Multiplexor.cpp -include/ace/Multiplexor.h -include/ace/Multiplexor.i -include/ace/NT_Service.cpp -include/ace/NT_Service.h -include/ace/NT_Service.i -include/ace/Name_Proxy.cpp -include/ace/Name_Proxy.h -include/ace/Name_Request_Reply.cpp -include/ace/Name_Request_Reply.h -include/ace/Name_Space.cpp -include/ace/Name_Space.h -include/ace/Naming_Context.cpp -include/ace/Naming_Context.h -include/ace/OS.cpp -include/ace/OS.h -include/ace/OS.i -include/ace/Object_Manager.cpp -include/ace/Object_Manager.h -include/ace/Object_Manager.i -include/ace/Obstack.cpp -include/ace/Obstack.h -include/ace/Obstack.i -include/ace/POSIX_Asynch_IO.cpp -include/ace/POSIX_Asynch_IO.h -include/ace/POSIX_Asynch_IO.i -include/ace/POSIX_Proactor.cpp -include/ace/POSIX_Proactor.h -include/ace/POSIX_Proactor.i -include/ace/Pair.cpp -include/ace/Pair.h -include/ace/Pair.i -include/ace/Pair_T.cpp -include/ace/Pair_T.h -include/ace/Pair_T.i -include/ace/Parse_Node.cpp -include/ace/Parse_Node.h -include/ace/Parse_Node.i -include/ace/Pipe.cpp -include/ace/Pipe.h -include/ace/Pipe.i -include/ace/Priority_Reactor.cpp -include/ace/Priority_Reactor.h -include/ace/Priority_Reactor.i -include/ace/Proactor.cpp -include/ace/Proactor.h -include/ace/Proactor.i -include/ace/Proactor_Impl.h -include/ace/Process.cpp -include/ace/Process.h -include/ace/Process.i -include/ace/Process_Manager.cpp -include/ace/Process_Manager.h -include/ace/Process_Manager.i -include/ace/Profile_Timer.cpp -include/ace/Profile_Timer.h -include/ace/Profile_Timer.i -include/ace/RB_Tree.cpp -include/ace/RB_Tree.h -include/ace/RB_Tree.i -include/ace/Reactor.cpp -include/ace/Reactor.h -include/ace/Reactor.i -include/ace/Reactor_Impl.h -include/ace/Read_Buffer.cpp -include/ace/Read_Buffer.h -include/ace/Read_Buffer.i -include/ace/Registry.cpp -include/ace/Registry.h -include/ace/Registry_Name_Space.cpp -include/ace/Registry_Name_Space.h -include/ace/Remote_Name_Space.cpp -include/ace/Remote_Name_Space.h -include/ace/Remote_Tokens.cpp -include/ace/Remote_Tokens.h -include/ace/Remote_Tokens.i -include/ace/SOCK.cpp -include/ace/SOCK.h -include/ace/SOCK.i -include/ace/SOCK_Acceptor.cpp -include/ace/SOCK_Acceptor.h -include/ace/SOCK_Acceptor.i -include/ace/SOCK_CODgram.cpp -include/ace/SOCK_CODgram.h -include/ace/SOCK_CODgram.i -include/ace/SOCK_Connector.cpp -include/ace/SOCK_Connector.h -include/ace/SOCK_Connector.i -include/ace/SOCK_Dgram.cpp -include/ace/SOCK_Dgram.h -include/ace/SOCK_Dgram.i -include/ace/SOCK_Dgram_Bcast.cpp -include/ace/SOCK_Dgram_Bcast.h -include/ace/SOCK_Dgram_Bcast.i -include/ace/SOCK_Dgram_Mcast.cpp -include/ace/SOCK_Dgram_Mcast.h -include/ace/SOCK_Dgram_Mcast.i -include/ace/SOCK_IO.cpp -include/ace/SOCK_IO.h -include/ace/SOCK_IO.i -include/ace/SOCK_Stream.cpp -include/ace/SOCK_Stream.h -include/ace/SOCK_Stream.i -include/ace/SPIPE.cpp -include/ace/SPIPE.h -include/ace/SPIPE.i -include/ace/SPIPE_Acceptor.cpp -include/ace/SPIPE_Acceptor.h -include/ace/SPIPE_Acceptor.i -include/ace/SPIPE_Addr.cpp -include/ace/SPIPE_Addr.h -include/ace/SPIPE_Addr.i -include/ace/SPIPE_Connector.cpp -include/ace/SPIPE_Connector.h -include/ace/SPIPE_Connector.i -include/ace/SPIPE_Stream.cpp -include/ace/SPIPE_Stream.h -include/ace/SPIPE_Stream.i -include/ace/SString.cpp -include/ace/SString.h -include/ace/SString.i -include/ace/SV_Message.cpp -include/ace/SV_Message.h -include/ace/SV_Message.i -include/ace/SV_Message_Queue.cpp -include/ace/SV_Message_Queue.h -include/ace/SV_Message_Queue.i -include/ace/SV_Semaphore_Complex.cpp -include/ace/SV_Semaphore_Complex.h -include/ace/SV_Semaphore_Complex.i -include/ace/SV_Semaphore_Simple.cpp -include/ace/SV_Semaphore_Simple.h -include/ace/SV_Semaphore_Simple.i -include/ace/SV_Shared_Memory.cpp -include/ace/SV_Shared_Memory.h -include/ace/SV_Shared_Memory.i -include/ace/Sched_Params.cpp -include/ace/Sched_Params.h -include/ace/Sched_Params.i -include/ace/Select_Reactor.cpp -include/ace/Select_Reactor.h -include/ace/Select_Reactor.i -include/ace/Select_Reactor_Base.cpp -include/ace/Select_Reactor_Base.h -include/ace/Select_Reactor_Base.i -include/ace/Select_Reactor_T.cpp -include/ace/Select_Reactor_T.h -include/ace/Select_Reactor_T.i -include/ace/Service_Config.cpp -include/ace/Service_Config.h -include/ace/Service_Config.i -include/ace/Service_Manager.cpp -include/ace/Service_Manager.h -include/ace/Service_Manager.i -include/ace/Service_Object.cpp -include/ace/Service_Object.h -include/ace/Service_Object.i -include/ace/Service_Repository.cpp -include/ace/Service_Repository.h -include/ace/Service_Repository.i -include/ace/Service_Types.cpp -include/ace/Service_Types.h -include/ace/Service_Types.i -include/ace/Shared_Memory.cpp -include/ace/Shared_Memory.h -include/ace/Shared_Memory_MM.cpp -include/ace/Shared_Memory_MM.h -include/ace/Shared_Memory_MM.i -include/ace/Shared_Memory_SV.cpp -include/ace/Shared_Memory_SV.h -include/ace/Shared_Memory_SV.i -include/ace/Shared_Object.cpp -include/ace/Shared_Object.h -include/ace/Shared_Object.i -include/ace/Signal.cpp -include/ace/Signal.h -include/ace/Signal.i -include/ace/Singleton.cpp -include/ace/Singleton.h -include/ace/Singleton.i -include/ace/Stats.cpp -include/ace/Stats.h -include/ace/Stats.i -include/ace/Strategies.cpp -include/ace/Strategies.h -include/ace/Strategies.i -include/ace/Strategies_T.cpp -include/ace/Strategies_T.h -include/ace/Strategies_T.i -include/ace/Stream.cpp -include/ace/Stream.h -include/ace/Stream.i -include/ace/Stream_Modules.cpp -include/ace/Stream_Modules.h -include/ace/Stream_Modules.i -include/ace/Svc_Conf.h -include/ace/Svc_Conf_Tokens.h -include/ace/Svc_Conf_l.cpp -include/ace/Svc_Conf_y.cpp -include/ace/Svc_Handler.cpp -include/ace/Svc_Handler.h -include/ace/Svc_Handler.i -include/ace/Synch.cpp -include/ace/Synch.h -include/ace/Synch.i -include/ace/Synch_Options.cpp -include/ace/Synch_Options.h -include/ace/Synch_Options.i -include/ace/Synch_T.cpp -include/ace/Synch_T.h -include/ace/Synch_T.i -include/ace/System_Time.cpp -include/ace/System_Time.h -include/ace/TLI.cpp -include/ace/TLI.h -include/ace/TLI.i -include/ace/TLI_Acceptor.cpp -include/ace/TLI_Acceptor.h -include/ace/TLI_Acceptor.i -include/ace/TLI_Connector.cpp -include/ace/TLI_Connector.h -include/ace/TLI_Connector.i -include/ace/TLI_Stream.cpp -include/ace/TLI_Stream.h -include/ace/TLI_Stream.i -include/ace/TP_Reactor.cpp -include/ace/TP_Reactor.h -include/ace/TP_Reactor.i -include/ace/TTY_IO.cpp -include/ace/TTY_IO.h -include/ace/Task.cpp -include/ace/Task.h -include/ace/Task.i -include/ace/Task_T.cpp -include/ace/Task_T.h -include/ace/Task_T.i -include/ace/Template_Instantiations.cpp -include/ace/Thread.cpp -include/ace/Thread.h -include/ace/Thread.i -include/ace/Thread_Manager.cpp -include/ace/Thread_Manager.h -include/ace/Thread_Manager.i -include/ace/Time_Request_Reply.cpp -include/ace/Time_Request_Reply.h -include/ace/Time_Value.h -include/ace/Timeprobe.cpp -include/ace/Timeprobe.h -include/ace/Timeprobe.i -include/ace/Timeprobe_T.cpp -include/ace/Timeprobe_T.h -include/ace/Timer_Hash.cpp -include/ace/Timer_Hash.h -include/ace/Timer_Hash_T.cpp -include/ace/Timer_Hash_T.h -include/ace/Timer_Heap.cpp -include/ace/Timer_Heap.h -include/ace/Timer_Heap_T.cpp -include/ace/Timer_Heap_T.h -include/ace/Timer_List.cpp -include/ace/Timer_List.h -include/ace/Timer_List_T.cpp -include/ace/Timer_List_T.h -include/ace/Timer_Queue.cpp -include/ace/Timer_Queue.h -include/ace/Timer_Queue_Adapters.cpp -include/ace/Timer_Queue_Adapters.h -include/ace/Timer_Queue_Adapters.i -include/ace/Timer_Queue_T.cpp -include/ace/Timer_Queue_T.h -include/ace/Timer_Queue_T.i -include/ace/Timer_Wheel.cpp -include/ace/Timer_Wheel.h -include/ace/Timer_Wheel_T.cpp -include/ace/Timer_Wheel_T.h -include/ace/TkReactor.cpp -include/ace/TkReactor.h -include/ace/Token.cpp -include/ace/Token.h -include/ace/Token.i -include/ace/Token_Collection.cpp -include/ace/Token_Collection.h -include/ace/Token_Collection.i -include/ace/Token_Invariants.cpp -include/ace/Token_Invariants.h -include/ace/Token_Invariants.i -include/ace/Token_Manager.cpp -include/ace/Token_Manager.h -include/ace/Token_Manager.i -include/ace/Token_Request_Reply.cpp -include/ace/Token_Request_Reply.h -include/ace/Token_Request_Reply.i -include/ace/Trace.cpp -include/ace/Trace.h -include/ace/Trace.i -include/ace/Typed_SV_Message.cpp -include/ace/Typed_SV_Message.h -include/ace/Typed_SV_Message.i -include/ace/Typed_SV_Message_Queue.cpp -include/ace/Typed_SV_Message_Queue.h -include/ace/Typed_SV_Message_Queue.i -include/ace/UNIX_Addr.cpp -include/ace/UNIX_Addr.h -include/ace/UNIX_Addr.i -include/ace/UPIPE_Acceptor.cpp -include/ace/UPIPE_Acceptor.h -include/ace/UPIPE_Acceptor.i -include/ace/UPIPE_Addr.h -include/ace/UPIPE_Connector.cpp -include/ace/UPIPE_Connector.h -include/ace/UPIPE_Connector.i -include/ace/UPIPE_Stream.cpp -include/ace/UPIPE_Stream.h -include/ace/UPIPE_Stream.i -include/ace/Version.h -include/ace/WFMO_Reactor.cpp -include/ace/WFMO_Reactor.h -include/ace/WFMO_Reactor.i -include/ace/WIN32_Asynch_IO.cpp -include/ace/WIN32_Asynch_IO.h -include/ace/WIN32_Asynch_IO.i -include/ace/WIN32_Proactor.cpp -include/ace/WIN32_Proactor.h -include/ace/WIN32_Proactor.i -include/ace/XTI_ATM_Mcast.cpp -include/ace/XTI_ATM_Mcast.h -include/ace/XTI_ATM_Mcast.i -include/ace/XtReactor.cpp -include/ace/XtReactor.h -include/ace/config-WinCE.h -include/ace/config-aix-3.2.5.h -include/ace/config-aix-4.1.x.h -include/ace/config-aix-4.2.x.h -include/ace/config-aix-4.3.x.h -include/ace/config-aix-4.x.h -include/ace/config-chorus.h -include/ace/config-cray.h -include/ace/config-cygwin32-common.h -include/ace/config-cygwin32.h -include/ace/config-dgux-4.11-epc.h -include/ace/config-dgux-4.x-ghs.h -include/ace/config-freebsd-pthread.h -include/ace/config-freebsd.h -include/ace/config-fsu-pthread.h -include/ace/config-g++-common.h -include/ace/config-ghs-common.h -include/ace/config-hpux-10.x-g++.h -include/ace/config-hpux-10.x-hpc++.h -include/ace/config-hpux-10.x.h -include/ace/config-hpux-11.x-hpc++.h -include/ace/config-hpux-9.x-orbix.h -include/ace/config-hpux-9.x.h -include/ace/config-hpux11.h -include/ace/config-irix5.2.h -include/ace/config-irix5.3-g++.h -include/ace/config-irix5.3-sgic++.h -include/ace/config-irix6.x-common.h -include/ace/config-irix6.x-g++.h -include/ace/config-irix6.x-kcc.h -include/ace/config-irix6.x-sgic++-nothreads.h -include/ace/config-irix6.x-sgic++.h -include/ace/config-kcc-common.h -include/ace/config-linux-common.h -include/ace/config-linux-kcc.h -include/ace/config-linux-lxpthreads.h -include/ace/config-linux-pthread.h -include/ace/config-linux.h -include/ace/config-linuxppc4.h -include/ace/config-lynxos.h -include/ace/config-m88k.h -include/ace/config-minimal.h -include/ace/config-mit-pthread.h -include/ace/config-mklinux.h -include/ace/config-mvs.h -include/ace/config-netbsd.h -include/ace/config-osf1-3.2.h -include/ace/config-osf1-4.0.h -include/ace/config-pharlap.h -include/ace/config-psos-diab-mips.h -include/ace/config-psos-diab-ppc.h -include/ace/config-psos-diab.h -include/ace/config-psos-tm.h -include/ace/config-psosim-g++.h -include/ace/config-qnx-neutrino.h -include/ace/config-sco-4.2-nothread.h -include/ace/config-sco-5.0.0-fsu-pthread.h -include/ace/config-sco-5.0.0-mit-pthread.h -include/ace/config-sco-5.0.0-nothread.h -include/ace/config-sco-5.0.0.h -include/ace/config-sunos4-g++.h -include/ace/config-sunos4-lucid3.2.h -include/ace/config-sunos4-sun3.x.h -include/ace/config-sunos4-sun4.1.4.h -include/ace/config-sunos4-sun4.x-orbix.h -include/ace/config-sunos4-sun4.x.h -include/ace/config-sunos5.4-centerline-2.x.h -include/ace/config-sunos5.4-g++.h -include/ace/config-sunos5.4-sunc++-4.x-orbix.h -include/ace/config-sunos5.4-sunc++-4.x.h -include/ace/config-sunos5.5.h -include/ace/config-sunos5.6.h -include/ace/config-sunos5.7.h -include/ace/config-sunos5.x-sunc++-4.x-orbix.h -include/ace/config-tandem.h -include/ace/config-tru64.h -include/ace/config-unixware-2.01-g++.h -include/ace/config-unixware-2.1.2-g++.h -include/ace/config-visualage.h -include/ace/config-vxworks5.x.h -include/ace/config-win32-borland.h -include/ace/config-win32-common.h -include/ace/config-win32-visualage.h -include/ace/config-win32.h -include/ace/config.h -include/ace/gethrtime.cpp -include/ace/inc_user_config.h -include/ace/iosfwd.h -include/ace/streams.h -include/ace/ws2tcpip.h -include/ace/CLASSIX/CLASSIX_Addr.cpp -include/ace/CLASSIX/CLASSIX_Addr.h -include/ace/CLASSIX/CLASSIX_Addr.i -include/ace/CLASSIX/CLASSIX_CLD_Connector.cpp -include/ace/CLASSIX/CLASSIX_CLD_Connector.h -include/ace/CLASSIX/CLASSIX_CLD_Connector.i -include/ace/CLASSIX/CLASSIX_CO_Acceptor.cpp -include/ace/CLASSIX/CLASSIX_CO_Acceptor.h -include/ace/CLASSIX/CLASSIX_CO_Acceptor.i -include/ace/CLASSIX/CLASSIX_CO_Connector.cpp -include/ace/CLASSIX/CLASSIX_CO_Connector.h -include/ace/CLASSIX/CLASSIX_CO_Connector.i -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.cpp -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.h -include/ace/CLASSIX/CLASSIX_Dgram_Mcast.i -include/ace/CLASSIX/CLASSIX_Group.cpp -include/ace/CLASSIX/CLASSIX_Group.h -include/ace/CLASSIX/CLASSIX_Group.i -include/ace/CLASSIX/CLASSIX_Group_Dynamic.cpp -include/ace/CLASSIX/CLASSIX_Group_Dynamic.h -include/ace/CLASSIX/CLASSIX_Group_Dynamic.i -include/ace/CLASSIX/CLASSIX_Group_Stamp.cpp -include/ace/CLASSIX/CLASSIX_Group_Stamp.h -include/ace/CLASSIX/CLASSIX_Group_Stamp.i -include/ace/CLASSIX/CLASSIX_OS.cpp -include/ace/CLASSIX/CLASSIX_OS.h -include/ace/CLASSIX/CLASSIX_OS.i -include/ace/CLASSIX/CLASSIX_Peer_SAP.cpp -include/ace/CLASSIX/CLASSIX_Peer_SAP.h -include/ace/CLASSIX/CLASSIX_Peer_SAP.i -include/ace/CLASSIX/CLASSIX_Port.cpp -include/ace/CLASSIX/CLASSIX_Port.h -include/ace/CLASSIX/CLASSIX_Port.i -include/ace/CLASSIX/CLASSIX_Port_Core.cpp -include/ace/CLASSIX/CLASSIX_Port_Core.h -include/ace/CLASSIX/CLASSIX_Port_Core.i -include/ace/CLASSIX/CLASSIX_Port_Default.cpp -include/ace/CLASSIX/CLASSIX_Port_Default.h -include/ace/CLASSIX/CLASSIX_Port_Default.i -include/ace/CLASSIX/CLASSIX_SAP.cpp -include/ace/CLASSIX/CLASSIX_SAP.h -include/ace/CLASSIX/CLASSIX_SAP.i -include/ace/CLASSIX/CLASSIX_Select_Reactor.cpp -include/ace/CLASSIX/CLASSIX_Select_Reactor.h -include/ace/CLASSIX/CLASSIX_Select_Reactor.i -include/ace/CLASSIX/CLASSIX_Stream.cpp -include/ace/CLASSIX/CLASSIX_Stream.h -include/ace/CLASSIX/CLASSIX_Stream.i -include/jcore/FlexLexer.h -include/jcore/JArray.h -include/jcore/JArray.tmpl -include/jcore/JArray.tmpls -include/jcore/JAssertBase.h -include/jcore/JAsynchDataReceiver.h -include/jcore/JAsynchDataReceiver.tmpl -include/jcore/JAsynchDataReceiver.tmpls -include/jcore/JAuxTableData.h -include/jcore/JAuxTableData.tmpl -include/jcore/JAuxTableData.tmpls -include/jcore/JBroadcastSnooper.h -include/jcore/JBroadcaster.h -include/jcore/JChooseSaveFile.h -include/jcore/JCollection.h -include/jcore/JColormap.h -include/jcore/JComplex.h -include/jcore/JConstBitmap.h -include/jcore/JConstHashCursor.h -include/jcore/JConstHashCursor.tmpl -include/jcore/JContainer.h -include/jcore/JCoreLibVersion.h -include/jcore/JCreateProgressDisplay.h -include/jcore/JCreateTextPG.h -include/jcore/JDynamicHistogram.h -include/jcore/JDynamicHistogram.tmpl -include/jcore/JDynamicHistogram.tmpls -include/jcore/JEPSPrinter.h -include/jcore/JError.h -include/jcore/JErrorState.h -include/jcore/JFAID.h -include/jcore/JFAIndex.h -include/jcore/JFileArray.h -include/jcore/JFileArrayIndex.h -include/jcore/JFloatBufferTableData.h -include/jcore/JFloatTableData.h -include/jcore/JFontManager.h -include/jcore/JFontStyle.h -include/jcore/JGetCurrentColormap.h -include/jcore/JGetCurrentFontManager.h -include/jcore/JHTMLScanner.h -include/jcore/JHashCursor.h -include/jcore/JHashCursor.tmpl -include/jcore/JHashRecord.h -include/jcore/JHashRecord.tmpl -include/jcore/JHashTable.h -include/jcore/JHashTable.tmpl -include/jcore/JHashTable.tmpls -include/jcore/JHistogram.h -include/jcore/JHistogram.tmpl -include/jcore/JHistogram.tmpls -include/jcore/JIPCError.h -include/jcore/JImage.h -include/jcore/JImageMask.h -include/jcore/JInPipeStream.h -include/jcore/JIndexRange.h -include/jcore/JIntRange.h -include/jcore/JInterpolate.h -include/jcore/JKLRand.h -include/jcore/JLatentPG.h -include/jcore/JLinkedList.h -include/jcore/JLinkedList.tmpl -include/jcore/JLinkedList.tmpls -include/jcore/JLinkedListIterator.h -include/jcore/JLinkedListIterator.tmpl -include/jcore/JMDIServer.h -include/jcore/JMMArrayTable.h -include/jcore/JMMErrorPrinter.h -include/jcore/JMMHashTable.h -include/jcore/JMMMonitor.h -include/jcore/JMMRecord.h -include/jcore/JMMTable.h -include/jcore/JMatrix.h -include/jcore/JMemoryManager.h -include/jcore/JMessageProtocol.h -include/jcore/JMessageProtocol.tmpl -include/jcore/JMessageProtocol.tmpls -include/jcore/JMinMax.h -include/jcore/JMinMax.tmpl -include/jcore/JMinMax.tmpls -include/jcore/JObjTableData.h -include/jcore/JObjTableData.tmpl -include/jcore/JObjTableData.tmpls -include/jcore/JOrderedSet.h -include/jcore/JOrderedSet.tmpl -include/jcore/JOrderedSetIterator.h -include/jcore/JOrderedSetIterator.tmpl -include/jcore/JOrderedSetUtil.h -include/jcore/JOutPipeStream.h -include/jcore/JPSPrinter.h -include/jcore/JPSPrinterBase.h -include/jcore/JPTPrinter.h -include/jcore/JPackedTableData.h -include/jcore/JPackedTableData.tmpl -include/jcore/JPackedTableData.tmpls -include/jcore/JPagePrinter.h -include/jcore/JPainter.h -include/jcore/JPartition.h -include/jcore/JPoint.h -include/jcore/JPolygon.h -include/jcore/JPrefObject.h -include/jcore/JPrefsFile.h -include/jcore/JPrefsManager.h -include/jcore/JPrinter.h -include/jcore/JProbDistr.h -include/jcore/JProcess.h -include/jcore/JProcessError.h -include/jcore/JProgressDisplay.h -include/jcore/JPtrArray-JString.h -include/jcore/JPtrArray.h -include/jcore/JPtrArray.tmpl -include/jcore/JPtrArray.tmpls -include/jcore/JPtrArray2.tmpls -include/jcore/JPtrArrayIterator.h -include/jcore/JPtrArrayIterator.tmpl -include/jcore/JPtrQueue.h -include/jcore/JPtrQueue.tmpl -include/jcore/JPtrQueue.tmpls -include/jcore/JPtrStack.h -include/jcore/JPtrStack.tmpl -include/jcore/JPtrStack.tmpls -include/jcore/JQueue.h -include/jcore/JQueue.tmpl -include/jcore/JQueue.tmpls -include/jcore/JRTTIBase.h -include/jcore/JRect.h -include/jcore/JRegex.h -include/jcore/JRunArray.h -include/jcore/JRunArray.tmpl -include/jcore/JRunArray.tmpls -include/jcore/JRunArrayIterator.h -include/jcore/JRunArrayIterator.tmpl -include/jcore/JSimpleProcess.h -include/jcore/JSliderBase.h -include/jcore/JSortablePtrArray.tmpls -include/jcore/JStack.h -include/jcore/JStack.tmpl -include/jcore/JStack.tmpls -include/jcore/JStaticBuffer.h -include/jcore/JStdError.h -include/jcore/JStopWatch.h -include/jcore/JStrValue.h -include/jcore/JStrValue.tmpl -include/jcore/JStrValue.tmpls -include/jcore/JString.h -include/jcore/JStringMap.h -include/jcore/JStringMap.tmpl -include/jcore/JStringMap.tmpls -include/jcore/JStringMapCursor.h -include/jcore/JStringMapCursor.tmpl -include/jcore/JStringPtrMap.h -include/jcore/JStringPtrMap.tmpl -include/jcore/JStringPtrMap.tmpls -include/jcore/JStringPtrMapCursor.h -include/jcore/JStringPtrMapCursor.tmpl -include/jcore/JStringTableData.h -include/jcore/JSubset.h -include/jcore/JSubstitute.h -include/jcore/JTEHTMLScanner.h -include/jcore/JTESetFont.th -include/jcore/JTEStyler.h -include/jcore/JTEUndoBase.h -include/jcore/JTEUndoDrop.h -include/jcore/JTEUndoPaste.h -include/jcore/JTEUndoStyle.h -include/jcore/JTEUndoTabShift.h -include/jcore/JTEUndoTextBase.h -include/jcore/JTEUndoTyping.h -include/jcore/JTable.h -include/jcore/JTableData.h -include/jcore/JTableSelection.h -include/jcore/JTableSelectionIterator.h -include/jcore/JTextChooseSaveFile.h -include/jcore/JTextEditor.h -include/jcore/JTextProgressDisplay.h -include/jcore/JTextUserNotification.h -include/jcore/JThisProcess.h -include/jcore/JUNIXDirEntry.h -include/jcore/JUNIXDirInfo.h -include/jcore/JUNIXPrefsFile.h -include/jcore/JUNIXPrefsManager.h -include/jcore/JUndo.h -include/jcore/JUserNotification.h -include/jcore/JValueTableData.h -include/jcore/JValueTableData.tmpl -include/jcore/JValueTableData.tmpls -include/jcore/JVector.h -include/jcore/JXPM.h -include/jcore/instantiate_template.h -include/jcore/jASCIIConstants.h -include/jcore/jAssert.h -include/jcore/jColor.h -include/jcore/jCommandLine.h -include/jcore/jDirUtil.h -include/jcore/jErrno.h -include/jcore/jFStreamUtil.h -include/jcore/jFileUtil.h -include/jcore/jGlobals.h -include/jcore/jHashFunctions.h -include/jcore/jMath.h -include/jcore/jMemory.h -include/jcore/jMissingProto.h -include/jcore/jNew.h -include/jcore/jNumericConstants.h -include/jcore/jProcessUtil.h -include/jcore/jRand.h -include/jcore/jSignal.h -include/jcore/jStrStreamUtil.h -include/jcore/jStreamUtil.h -include/jcore/jTime.h -include/jcore/jTypes.h -include/jcore/jUNIXUtil.h -include/jcore/regex.h -include/jx/JXAdjustIWBoundsTask.h -include/jx/JXAdjustScrollbarTask.h -include/jx/JXAnimationTask.h -include/jx/JXApplication.h -include/jx/JXAssert.h -include/jx/JXAtLeastOneCBGroup.h -include/jx/JXBorderRect.h -include/jx/JXButton.h -include/jx/JXButtonStates.h -include/jx/JXCSFDialogBase.h -include/jx/JXCSFSelectPrevDirTask.h -include/jx/JXCardFile.h -include/jx/JXCharInput.h -include/jx/JXCheckbox.h -include/jx/JXCheckboxGroup.h -include/jx/JXChooseColorDialog.h -include/jx/JXChooseFileDialog.h -include/jx/JXChooseFontSizeDialog.h -include/jx/JXChooseMonoFont.h -include/jx/JXChoosePathDialog.h -include/jx/JXChooseSaveFile.h -include/jx/JXColHeaderWidget.h -include/jx/JXColormap.h -include/jx/JXContainer.h -include/jx/JXCreatePG.h -include/jx/JXCursor.h -include/jx/JXCursorAnimationTask.h -include/jx/JXCursorAnimator.h -include/jx/JXDNDChooseDropActionDialog.h -include/jx/JXDNDManager.h -include/jx/JXDSSFinishSaveTask.h -include/jx/JXDecorRect.h -include/jx/JXDialogDirector.h -include/jx/JXDirectSaveSource.h -include/jx/JXDirector.h -include/jx/JXDisplay.h -include/jx/JXDisplayDirector.h -include/jx/JXDisplayMenu.h -include/jx/JXDocument.h -include/jx/JXDocumentManager.h -include/jx/JXDocumentMenu.h -include/jx/JXDownRect.h -include/jx/JXDragPainter.h -include/jx/JXEPSPrintSetupDialog.h -include/jx/JXEPSPrinter.h -include/jx/JXEditHelpPrefsDialog.h -include/jx/JXEditTable.h -include/jx/JXEmbossedRect.h -include/jx/JXEngravedRect.h -include/jx/JXErrorDialog.h -include/jx/JXFLInputBase.h -include/jx/JXFLRegexInput.h -include/jx/JXFLWildcardInput.h -include/jx/JXFileDocument.h -include/jx/JXFileHistoryMenu.h -include/jx/JXFileInput.h -include/jx/JXFileListSet.h -include/jx/JXFileListTable.h -include/jx/JXFileNameDisplay.h -include/jx/JXFixLenPGDirector.h -include/jx/JXFlatRect.h -include/jx/JXFloatInput.h -include/jx/JXFloatTable.h -include/jx/JXFontManager.h -include/jx/JXFontNameMenu.h -include/jx/JXFontSizeMenu.h -include/jx/JXGC.h -include/jx/JXGetCurrColormap.h -include/jx/JXGetCurrFontMgr.h -include/jx/JXGetNewDirDialog.h -include/jx/JXGetPreallocColor.th -include/jx/JXGoToLineDialog.h -include/jx/JXHelpDirector.h -include/jx/JXHelpManager.h -include/jx/JXHelpText.h -include/jx/JXHintDirector.h -include/jx/JXHintManager.h -include/jx/JXHistoryMenuBase.h -include/jx/JXHorizPartition.h -include/jx/JXIdleTask.h -include/jx/JXImage.h -include/jx/JXImageButton.h -include/jx/JXImageCheckbox.h -include/jx/JXImageMask.h -include/jx/JXImageMenu.h -include/jx/JXImageMenuData.h -include/jx/JXImageMenuDirector.h -include/jx/JXImageMenuTable.h -include/jx/JXImagePainter.h -include/jx/JXImageRadioButton.h -include/jx/JXImageWidget.h -include/jx/JXInputField.h -include/jx/JXIntegerInput.h -include/jx/JXKeyModifiers.h -include/jx/JXLevelControl.h -include/jx/JXLibVersion.h -include/jx/JXLinkText.h -include/jx/JXMDIServer.h -include/jx/JXMenu.h -include/jx/JXMenuBar.h -include/jx/JXMenuData.h -include/jx/JXMenuDirector.h -include/jx/JXMenuItemIDUtil.th -include/jx/JXMenuManager.h -include/jx/JXMenuTable.h -include/jx/JXMessageDialog.h -include/jx/JXNewDirButton.h -include/jx/JXNewDisplayDialog.h -include/jx/JXOKToCloseDialog.h -include/jx/JXPGDirectorBase.h -include/jx/JXPGMessageDirector.h -include/jx/JXPSPageSetupDialog.h -include/jx/JXPSPrintSetupDialog.h -include/jx/JXPSPrinter.h -include/jx/JXPTPageSetupDialog.h -include/jx/JXPTPrintSetupDialog.h -include/jx/JXPTPrinter.h -include/jx/JXPartition.h -include/jx/JXPasswordInput.h -include/jx/JXPathHistoryMenu.h -include/jx/JXPathInput.h -include/jx/JXProgressDisplay.h -include/jx/JXProgressIndicator.h -include/jx/JXRadioButton.h -include/jx/JXRadioGroup.h -include/jx/JXRadioGroupDialog.h -include/jx/JXRegexInput.h -include/jx/JXRegexReplaceInput.h -include/jx/JXRowHeaderWidget.h -include/jx/JXSafetySaveTask.h -include/jx/JXSaveFileDialog.h -include/jx/JXSaveFileInput.h -include/jx/JXScrollableWidget.h -include/jx/JXScrollbar.h -include/jx/JXScrollbarSet.h -include/jx/JXScrolltab.h -include/jx/JXSelectionManager.h -include/jx/JXSlider.h -include/jx/JXSliderBase.h -include/jx/JXStandAlonePG.h -include/jx/JXStaticText.h -include/jx/JXStringHistoryMenu.h -include/jx/JXStringList.h -include/jx/JXStringTable.h -include/jx/JXStyleMenu.h -include/jx/JXStyleMenuDirector.h -include/jx/JXStyleMenuTable.h -include/jx/JXStyleTable.h -include/jx/JXStyleTableMenu.h -include/jx/JXStyleTableThunksTask.h -include/jx/JXTEBase.h -include/jx/JXTEBlinkCaretTask.h -include/jx/JXTEStyleMenu.h -include/jx/JXTable.h -include/jx/JXTextButton.h -include/jx/JXTextCheckbox.h -include/jx/JXTextClipboard.h -include/jx/JXTextEditor.h -include/jx/JXTextEditorSet.h -include/jx/JXTextMenu.h -include/jx/JXTextMenuData.h -include/jx/JXTextMenuDirector.h -include/jx/JXTextMenuTable.h -include/jx/JXTextRadioButton.h -include/jx/JXTimerTask.h -include/jx/JXUNDialogBase.h -include/jx/JXUNIXDirTable.h -include/jx/JXUNIXDirUpdateTask.h -include/jx/JXUpRect.h -include/jx/JXUpdateDocMenuTask.h -include/jx/JXUpdateShortcutIndex.th -include/jx/JXUpdateStringListWidth.h -include/jx/JXUrgentTask.h -include/jx/JXUserNotification.h -include/jx/JXUserNotificationIcons.h -include/jx/JXVarLenPGDirector.h -include/jx/JXVertPartition.h -include/jx/JXWarningDialog.h -include/jx/JXWidget.h -include/jx/JXWidgetSet.h -include/jx/JXWindow.h -include/jx/JXWindowDirector.h -include/jx/JXWindowPainter.h -include/jx/JXXFontMenu.h -include/jx/jXActionDefs.h -include/jx/jXActions.h -include/jx/jXCSFIcons.h -include/jx/jXConstants.h -include/jx/jXEventUtil.h -include/jx/jXGlobals.h -include/jx/jXKeysym.h -include/jx/jXPainterUtil.h -include/jx/jXUtil.h -lib/jx/jxlayout/class_map -lib/jx/jxlayout/need_font_list -lib/jx/jxlayout/option_map -lib/jx/lib/libACE-5_0_2.so -lib/jx/lib/libjcore-1_5_3.a -lib/jx/lib/libjcore-1_5_3.so -lib/jx/lib/libjx-1_5_3.a -lib/jx/lib/libjx-1_5_3.so -lib/jx/make/default_lib_target -lib/jx/make/jx_config -lib/jx/make/jx_config_common -lib/jx/make/jx_constants -lib/jx/make/jx_targets -lib/jx/make/sys/AIX-4.x_g++ -lib/jx/make/sys/FreeBSD-2.x_g++ -lib/jx/make/sys/FreeBSD-3.x_g++ -lib/jx/make/sys/HP-UX10_g++ -lib/jx/make/sys/IRIX-5.x_g++ -lib/jx/make/sys/IRIX-6.x_g++ -lib/jx/make/sys/Linux-Alpha-RH5.x -lib/jx/make/sys/Linux-Intel-OpenLinux2.2 -lib/jx/make/sys/Linux-Intel-RH4.2 -lib/jx/make/sys/Linux-Intel-RH5.x -lib/jx/make/sys/Linux-Intel-RH5.x-kcc -lib/jx/make/sys/Linux-Intel-SuSE5.x -lib/jx/make/sys/LinuxPPC_4 -lib/jx/make/sys/LinuxPPC_5 -lib/jx/make/sys/MkLinux_g++ -lib/jx/make/sys/NetBSD_g++ -lib/jx/make/sys/OSF1-4.x_g++ -lib/jx/make/sys/SunOS-4_g++ -lib/jx/make/sys/SunOS-5.4_g++ -lib/jx/make/sys/SunOS-5.5_SunCC -lib/jx/make/sys/SunOS-5.5_g++ -lib/jx/make/sys/SunOS-5.6_SunCC -lib/jx/make/sys/SunOS-5.6_g++ -lib/jx/make/sys/template_g++ -lib/libACE-5_0_2.so -lib/libACE-5_0_2.so.%%LIBACE%% -lib/libjcore-1_5_3.a -lib/libjcore-1_5_3.so -lib/libjcore-1_5_3.so.%%LIBJX%% -lib/libjx-1_5_3.a -lib/libjx-1_5_3.so -lib/libjx-1_5_3.so.%%LIBJX%% -%%PORTDOCS%%share/doc/jx/ACE_VERSION -%%PORTDOCS%%share/doc/jx/CHANGES -%%PORTDOCS%%share/doc/jx/FAQ -%%PORTDOCS%%share/doc/jx/LICENSE -%%PORTDOCS%%share/doc/jx/LICENSE_jxlayout -%%PORTDOCS%%share/doc/jx/LICENSE_makemake -%%PORTDOCS%%share/doc/jx/Make.files_template -%%PORTDOCS%%share/doc/jx/Make.header_template -%%PORTDOCS%%share/doc/jx/Makefiles.txt -%%PORTDOCS%%share/doc/jx/README -%%PORTDOCS%%share/doc/jx/README_ACE -%%PORTDOCS%%share/doc/jx/README_jxlayout -%%PORTDOCS%%share/doc/jx/README_makemake -%%PORTDOCS%%share/doc/jx/jcore_1.0.0.ps.gz -%%PORTDOCS%%share/doc/jx/jcore_1.0.0.txt -%%PORTDOCS%%share/doc/jx/jx_1.0.0.ps.gz -%%PORTDOCS%%share/doc/jx/jx_1.0.0.txt -%%PORTDOCS%%share/examples/jx/tutorial/01-HelloWorld/HelloWorldDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/01-HelloWorld/HelloWorldDir.h -%%PORTDOCS%%share/examples/jx/tutorial/01-HelloWorld/hello_world.cc -%%PORTDOCS%%share/examples/jx/tutorial/02-MenuHello/MenuHelloDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/02-MenuHello/MenuHelloDir.h -%%PORTDOCS%%share/examples/jx/tutorial/02-MenuHello/menu_hello.cc -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DHStringInputDialog.cc -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DHStringInputDialog.h -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DialogHelloDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/DialogHelloDir.h -%%PORTDOCS%%share/examples/jx/tutorial/03-DialogHello/dialog_hello.cc -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/Widget.cc -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/Widget.h -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/WidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/WidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/04-Widget/widget_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/ScrollingWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/05-Scrolling/scrolling.cc -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/DragWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/06-DragPainter/drag_painter.cc -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/PrintWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/07-Printing/printing.cc -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTable.h -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/SimpleTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/08-SimpleTable/simpletable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTable.h -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/DataTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/09-DataTable/datatable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTable.h -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/SelectionTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/10-SelectionTable/selectiontable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTable.cc -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTable.h -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTableDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/EditTableDir.h -%%PORTDOCS%%share/examples/jx/tutorial/11-EditTable/edittable_main.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/CBStringInputDialog.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/CBStringInputDialog.h -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardDir.h -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/ClipboardWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/12-Clipboard/clipboard.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/JPtrArray-JUndo.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/RedoLine.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/RedoLine.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoLine.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoLine.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidget.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidget.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidgetDir.cc -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/UndoWidgetDir.h -%%PORTDOCS%%share/examples/jx/tutorial/13-Undo/undo.cc -%%PORTDOCS%%share/examples/jx/tutorial/Make.files -%%PORTDOCS%%share/examples/jx/tutorial/Make.header -%%PORTDOCS%%share/examples/jx/tutorial/Makefile -%%PORTDOCS%%share/examples/jx/tutorial/README -share/jx/blank.xpm -share/jx/jx_check_spelling.xpm -share/jx/jx_edit_clean_right_margin.xpm -share/jx/jx_edit_clear.xpm -share/jx/jx_edit_coerce_right_margin.xpm -share/jx/jx_edit_copy.xpm -share/jx/jx_edit_cut.xpm -share/jx/jx_edit_paste.xpm -share/jx/jx_edit_read_only.xpm -share/jx/jx_edit_redo.xpm -share/jx/jx_edit_shift_left.xpm -share/jx/jx_edit_shift_right.xpm -share/jx/jx_edit_undo.xpm -share/jx/jx_file_new.xpm -share/jx/jx_file_open.xpm -share/jx/jx_file_print.xpm -share/jx/jx_file_revert_to_saved.xpm -share/jx/jx_file_save.xpm -share/jx/jx_file_save_all.xpm -share/jx/jx_find.xpm -share/jx/jx_find_next.xpm -share/jx/jx_find_previous.xpm -share/jx/jx_find_selection_backwards.xpm -share/jx/jx_find_selection_forward.xpm -share/jx/jx_help_specific.xpm -share/jx/jx_help_toc.xpm -share/jx/jx_replace_selection.xpm -share/jx/jx_run_script.xpm -@dirrm share/jx -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/13-Undo -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/12-Clipboard -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/11-EditTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/10-SelectionTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/09-DataTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/08-SimpleTable -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/07-Printing -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/06-DragPainter -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/05-Scrolling -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/04-Widget -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/03-DialogHello -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/02-MenuHello -%%PORTDOCS%%@dirrm share/examples/jx/tutorial/01-HelloWorld -%%PORTDOCS%%@dirrm share/examples/jx/tutorial -%%PORTDOCS%%@dirrm share/examples/jx -%%PORTDOCS%%@dirrm share/doc/jx -@dirrm lib/jx/make/sys -@dirrm lib/jx/make -@dirrm lib/jx/lib -@dirrm lib/jx/jxlayout -@dirrm lib/jx -@dirrm include/jx -@dirrm include/jcore -@dirrm include/ace/CLASSIX -@dirrm include/ace diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile deleted file mode 100644 index a88f88d..0000000 --- a/x11-toolkits/qt145/Makefile +++ /dev/null @@ -1,94 +0,0 @@ -# New ports collection makefile for: qt -# Date created: 30 Jul 1996 -# Whom: searle@longacre.demon.co.uk -# -# $FreeBSD$ -# - -PORTNAME= qt1 -PORTVERSION= 1.45 -PORTREVISION= 3 -CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ -DISTNAME= ${PORTNAME:S/1//}-${PORTVERSION} -DIST_SUBDIR= KDE - -PATCH_SITES= ftp://ftp.kde.gr.jp/pub/qt/patch/ -PATCHFILES= qt-1.45-i18n-20000531.diff.gz -PATCH_DIST_STRIP= -p1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ X GUI toolkit - -DEPRECATED= unsupported version -EXPIRATION_DATE= 2005-10-31 - -LATEST_LINK= qt1 -USE_GCC= 2.95 -USE_GMAKE= yes -USE_PERL5_BUILD=yes -USE_X_PREFIX= yes -.if defined(MAKE_JOBS) -MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}" -.else -MAKE_ARGS+= MAKE="${GMAKE} -j2" -.endif -MAKE_ENV+= QTDIR=${WRKSRC} CXX="${CXX}" \ - CXXFLAGS="${CXXFLAGS} -frerun-cse-after-loop" CC="${CC}" - -VER_MAJ= 3 -VER_MIN= 0 -VERSION= ${VER_MAJ} - -MAKE_ENV+= VERSION="${VERSION}" VER_MIN=${VER_MIN} VER_MAJ=${VER_MAJ} -PLIST_SUB+= VERSION="${VER_MAJ}" - -.include <bsd.port.pre.mk> - -MAN1= moc.1 -.include "${FILESDIR}/man3" - -.if defined(WANT_STATIC) -STATIC= static -.else -STATIC= shared -INSTALLS_SHLIB= yes -.endif - -post-patch: - @${FIND} ${WRKSRC}/src -name \*.h ! -name y.tab.h \ - | ${SED} -e "s,${WRKSRC},..," \ - | eval `${AWK} '{print "ln -sf",$$1,"${WRKSRC}/include"}'` - -post-configure: - @${PERL} -pi -e "s:g\+\+:${CXX}:g ; \ - s:/usr/X11R6:${PREFIX}:g ; \ - s:%%CXXFLAGS%%:${CXXFLAGS} -frerun-cse-after-loop:g ; \ - s:%%VERSION%%:${VERSION}:g" ${WRKSRC}/configs/freebsd-g++-${STATIC} - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} freebsd-g++-${STATIC}) - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/bin/moc ${PREFIX}/bin/moc1 -.if !defined(WANT_STATIC) - @${INSTALL_DATA} ${WRKSRC}/lib/libqt1.so.${VERSION} ${PREFIX}/lib - @${LN} -sf ${PREFIX}/lib/libqt1.so.${VERSION} ${PREFIX}/lib/libqt1.so -.else - @${INSTALL_DATA} ${WRKSRC}/lib/libqt1.a ${PREFIX}/lib/libqt1.a.${VERSION} - @${LN} -sf ${PREFIX}/lib/libqt1.a.${VERSION} ${PREFIX}/lib/libqt1.a -.endif - @${MKDIR} ${PREFIX}/include/X11/qt1 - @${MKDIR} ${PREFIX}/share/doc/qt1/html - @(cd ${WRKSRC} ; \ - ${INSTALL_DATA} include/*.h ${PREFIX}/include/X11/qt1 ; \ - ${INSTALL_MAN} man/man1/* ${PREFIX}/man/man1 ; \ - ${INSTALL_MAN} man/man3/* ${PREFIX}/man/man3 ; \ - ${INSTALL_DATA} README ${PREFIX}/share/doc/qt1 ; \ - ${INSTALL_DATA} README.QT ${PREFIX}/share/doc/qt1 ; \ - ${INSTALL_DATA} html/* ${PREFIX}/share/doc/qt1/html ) - -.if defined(WANT_STATIC) -post-install: - @${PERL} -pi -e 's/libqt1\.so/libqt1.a/' ${TMPPLIST} -.endif - -.include <bsd.port.post.mk> diff --git a/x11-toolkits/qt145/distinfo b/x11-toolkits/qt145/distinfo deleted file mode 100644 index ac6cd39..0000000 --- a/x11-toolkits/qt145/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (KDE/qt-1.45.tar.gz) = 0602a23f58e436dda670ae50e37c9765 -SIZE (KDE/qt-1.45.tar.gz) = 2725237 -MD5 (KDE/qt-1.45-i18n-20000531.diff.gz) = 120b94e683e7054fadc5541b517361cc -SIZE (KDE/qt-1.45-i18n-20000531.diff.gz) = 27409 diff --git a/x11-toolkits/qt145/files/man3 b/x11-toolkits/qt145/files/man3 deleted file mode 100644 index aa8c049..0000000 --- a/x11-toolkits/qt145/files/man3 +++ /dev/null @@ -1,89 +0,0 @@ -MAN3= QAccel.3qt QApplication.3qt QArray.3qt QAsyncIO.3qt \ - QBitArray.3qt QBitVal.3qt QBitmap.3qt QBoxLayout.3qt \ - QBrush.3qt QBuffer.3qt QButton.3qt QButtonGroup.3qt \ - QByteArray.3qt QCache.3qt QCacheIterator.3qt QCheckBox.3qt \ - QCheckListItem.3qt QChildEvent.3qt QClipboard.3qt \ - QCloseEvent.3qt QCollection.3qt QColor.3qt QColorGroup.3qt \ - QComboBox.3qt QConnection.3qt QCursor.3qt QCustomEvent.3qt \ - QDataPump.3qt QDataSink.3qt QDataSource.3qt QDataStream.3qt \ - QDate.3qt QDateTime.3qt QDialog.3qt QDict.3qt QDictIterator.3qt \ - QDir.3qt QDoubleValidator.3qt QDragMoveEvent.3qt QDragObject.3qt \ - QDropEvent.3qt QEvent.3qt QFile.3qt QFileDialog.3qt \ - QFileIconProvider.3qt QFileInfo.3qt QFocusData.3qt \ - QFocusEvent.3qt QFont.3qt QFontInfo.3qt QFontMetrics.3qt \ - QFrame.3qt QGArray.3qt QGCache.3qt QGCacheIterator.3qt \ - QGDict.3qt QGDictIterator.3qt QGLContext.3qt QGLFormat.3qt QGLWidget.3qt QGList.3qt \ - QGListIterator.3qt QGManager.3qt QGridLayout.3qt QGroupBox.3qt \ - QHBoxLayout.3qt QHeader.3qt QIODevice.3qt QIODeviceSource.3qt \ - QIconSet.3qt QImage.3qt QImageConsumer.3qt QImageDecoder.3qt \ - QImageDrag.3qt QImageFormat.3qt QImageFormatType.3qt \ - QImageIO.3qt QIntCache.3qt QIntCacheIterator.3qt QIntDict.3qt \ - QIntDictIterator.3qt QIntValidator.3qt QKeyEvent.3qt \ - QLCDNumber.3qt QLNode.3qt QLabel.3qt QLayout.3qt QLineEdit.3qt \ - QList.3qt QListBox.3qt QListBoxItem.3qt QListBoxPixmap.3qt \ - QListBoxText.3qt QListIterator.3qt QListView.3qt \ - QListViewItem.3qt QMainWindow.3qt QMenuBar.3qt QMenuData.3qt \ - QMessageBox.3qt QMouseEvent.3qt QMoveEvent.3qt QMovie.3qt \ - QMultiLineEdit.3qt QNPInstance.3qt QNPStream.3qt QNPWidget.3qt \ - QNPlugin.3qt QObject.3qt QPaintDevice.3qt QPaintDeviceMetrics.3qt \ - QPaintEvent.3qt QPainter.3qt QPalette.3qt QPen.3qt QPicture.3qt \ - QPixmap.3qt QPixmapCache.3qt QPoint.3qt QPointArray.3qt \ - QPointVal.3qt QPopupMenu.3qt QPrintDialog.3qt QPrinter.3qt \ - QProgressBar.3qt QProgressDialog.3qt QPtrDict.3qt \ - QPtrDictIterator.3qt QPushButton.3qt QQueue.3qt QRadioButton.3qt \ - QRangeControl.3qt QRect.3qt QRegExp.3qt QRegion.3qt \ - QResizeEvent.3qt QScrollBar.3qt QScrollView.3qt QSemiModal.3qt \ - QShared.3qt QSignal.3qt QSignalMapper.3qt QSize.3qt \ - QSlider.3qt QSocketNotifier.3qt QSpinBox.3qt QSplitter.3qt \ - QStack.3qt QStatusBar.3qt QStoredDrag.3qt QStrIList.3qt \ - QStrList.3qt QString.3qt QTabBar.3qt QTabDialog.3qt \ - QTableView.3qt QTextDrag.3qt QTextStream.3qt QTime.3qt \ - QTimer.3qt QTimerEvent.3qt QToolBar.3qt QToolButton.3qt \ - QToolTip.3qt QToolTipGroup.3qt QUrlDrag.3qt QVBoxLayout.3qt \ - QValidator.3qt QWMatrix.3qt QWhatsThis.3qt QWidget.3qt \ - QWidgetStack.3qt QWindow.3qt QXtApplication.3qt QXtWidget.3qt \ - qaccel.3qt qapplication.3qt qarray.3qt qasyncio.3qt \ - qbitarray.3qt qbitmap.3qt qbitval.3qt qboxlayout.3qt \ - qbrush.3qt qbuffer.3qt qbutton.3qt qbuttongroup.3qt \ - qbytearray.3qt qcache.3qt qcacheiterator.3qt qcheckbox.3qt \ - qchecklistitem.3qt qchildevent.3qt qclipboard.3qt \ - qcloseevent.3qt qcollection.3qt qcolor.3qt qcolorgroup.3qt \ - qcombobox.3qt qconnection.3qt qcursor.3qt qcustomevent.3qt \ - qdatapump.3qt qdatasink.3qt qdatasource.3qt qdatastream.3qt \ - qdate.3qt qdatetime.3qt qdialog.3qt qdict.3qt qdictiterator.3qt \ - qdir.3qt qdoublevalidator.3qt qdragmoveevent.3qt qdragobject.3qt \ - qdropevent.3qt qevent.3qt qfile.3qt qfiledialog.3qt \ - qfileiconprovider.3qt qfileinfo.3qt qfocusdata.3qt \ - qfocusevent.3qt qfont.3qt qfontinfo.3qt qfontmetrics.3qt \ - qframe.3qt qgarray.3qt qgcache.3qt qgcacheiterator.3qt \ - qgdict.3qt qgdictiterator.3qt qglcontext.3qt qglformat.3qt qglist.3qt qglistiterator.3qt \ - qglwidget.3qt qgmanager.3qt qgridlayout.3qt qgroupbox.3qt \ - qhboxlayout.3qt qheader.3qt qiconset.3qt qimage.3qt \ - qimageconsumer.3qt qimagedecoder.3qt qimagedrag.3qt \ - qimageformat.3qt qimageformattype.3qt qimageio.3qt \ - qintcache.3qt qintcacheiterator.3qt qintdict.3qt \ - qintdictiterator.3qt qintvalidator.3qt qiodevice.3qt \ - qiodevicesource.3qt qkeyevent.3qt qlabel.3qt qlayout.3qt \ - qlcdnumber.3qt qlineedit.3qt qlist.3qt qlistbox.3qt \ - qlistboxitem.3qt qlistboxpixmap.3qt qlistboxtext.3qt \ - qlistiterator.3qt qlistview.3qt qlistviewitem.3qt qlnode.3qt \ - qmainwindow.3qt qmenubar.3qt qmenudata.3qt qmessagebox.3qt \ - qmouseevent.3qt qmoveevent.3qt qmovie.3qt qmultilineedit.3qt \ - qnpinstance.3qt qnplugin.3qt qnpstream.3qt qnpwidget.3qt \ - qobject.3qt qpaintdevice.3qt qpaintdevicemetrics.3qt \ - qpainter.3qt qpaintevent.3qt qpalette.3qt qpen.3qt qpicture.3qt \ - qpixmap.3qt qpixmapcache.3qt qpoint.3qt qpointarray.3qt \ - qpointval.3qt qpopupmenu.3qt qprintdialog.3qt qprinter.3qt \ - qprogressbar.3qt qprogressdialog.3qt qptrdict.3qt \ - qptrdictiterator.3qt qpushbutton.3qt qqueue.3qt qradiobutton.3qt \ - qrangecontrol.3qt qrect.3qt qregexp.3qt qregion.3qt \ - qresizeevent.3qt qscrollbar.3qt qscrollview.3qt qsemimodal.3qt \ - qshared.3qt qsignal.3qt qsignalmapper.3qt qsize.3qt \ - qslider.3qt qsocketnotifier.3qt qspinbox.3qt qsplitter.3qt \ - qstack.3qt qstatusbar.3qt qstoreddrag.3qt qstrilist.3qt \ - qstring.3qt qstrlist.3qt qtabbar.3qt qtabdialog.3qt \ - qtableview.3qt qtextdrag.3qt qtextstream.3qt qtime.3qt \ - qtimer.3qt qtimerevent.3qt qtoolbar.3qt qtoolbutton.3qt \ - qtooltip.3qt qtooltipgroup.3qt qurldrag.3qt qvalidator.3qt \ - qvboxlayout.3qt qwhatsthis.3qt qwidget.3qt qwidgetstack.3qt \ - qwindow.3qt qwmatrix.3qt qxtapplication.3qt qxtwidget.3qt diff --git a/x11-toolkits/qt145/files/patch-aa b/x11-toolkits/qt145/files/patch-aa deleted file mode 100644 index 999e2d8..0000000 --- a/x11-toolkits/qt145/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- configs/freebsd-g++-shared.orig Mon Nov 15 10:50:49 2004 -+++ configs/freebsd-g++-shared Mon Nov 15 10:52:33 2004 -@@ -25,8 +25,8 @@ - - # Linking applications - SYSCONF_LINK = g++ --SYSCONF_LFLAGS = --SYSCONF_LIBS = -lxpg4 -+SYSCONF_LFLAGS = %%CXXFLAGS%% -+SYSCONF_LIBS = - - # Link flags shared objects - SYSCONF_LFLAGS_SHOBJ = -shared -@@ -40,15 +40,13 @@ - # - Usually needs to incorporate $(VER_MAJ) and $(VER_MIN) - # - SYSCONF_LINK_SHLIB = g++ --SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.$(VER_MAJ).$(VER_MIN) --SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared \ -+SYSCONF_LINK_TARGET_SHARED = lib$(TARGET).so.3 -+SYSCONF_LINK_LIB_SHARED = $(SYSCONF_LINK_SHLIB) -shared %%CXXFLAGS%% \ - $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \ - $(OBJECTS) $(OBJMOC) $(LIBS); \ - mv $(SYSCONF_LINK_TARGET_SHARED) $(DESTDIR); \ - cd $(DESTDIR); \ -- rm -f lib$(TARGET).so lib$(TARGET).so.$(VER_MAJ); \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so; \ -- ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so.$(VER_MAJ) -+ ln -s $(SYSCONF_LINK_TARGET_SHARED) lib$(TARGET).so - - # Linking static libraries - # - Build the $(TARGET) library, eg. lib$(TARGET).a -@@ -59,11 +57,11 @@ - SYSCONF_LINK_LIB_STATIC = rm -f $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) ; \ - $(SYSCONF_AR) $(DESTDIR)$(SYSCONF_LINK_TARGET_STATIC) $(OBJECTS) $(OBJMOC) - # Compiling application source --SYSCONF_CXXFLAGS = -pipe -O2 -fno-strength-reduce -+SYSCONF_CXXFLAGS = %%CXXFLAGS%% -fno-strength-reduce - # Compiling library source --SYSCONF_CXXFLAGS_LIB = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CXXFLAGS_LIB = %%CXXFLAGS%% -fno-strength-reduce -fPIC - # Compiling shared-object source --SYSCONF_CXXFLAGS_SHOBJ = -O2 -fno-strength-reduce -fPIC -+SYSCONF_CXXFLAGS_SHOBJ = %%CXXFLAGS%% -fno-strength-reduce -fPIC - # Default link type (stati linking is still be used where required) - SYSCONF_LINK_LIB = $(SYSCONF_LINK_LIB_SHARED) - SYSCONF_LINK_TARGET = $(SYSCONF_LINK_TARGET_SHARED) diff --git a/x11-toolkits/qt145/files/patch-ab b/x11-toolkits/qt145/files/patch-ab deleted file mode 100644 index dd8a135..0000000 --- a/x11-toolkits/qt145/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Fri Nov 12 08:57:29 1999 -+++ src/Makefile.in Sun May 5 14:28:22 2002 -@@ -22,10 +22,10 @@ - - ####### Target - --TARGET = qt -+TARGET = qt1 - DESTDIR = ../lib/ --VER_MAJ = 1 --VER_MIN = 44 -+VER_MAJ ?= 1 -+VER_MIN ?= 44 - - ####### Files - diff --git a/x11-toolkits/qt145/files/patch-ac b/x11-toolkits/qt145/files/patch-ac deleted file mode 100644 index ef21e27..0000000 --- a/x11-toolkits/qt145/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile Fri Feb 26 12:02:39 1999 -+++ Makefile.new Mon May 29 00:59:55 2000 -@@ -4,7 +4,7 @@ - # Read PORTING for instructions how to port Qt to a new platform. - - --all: moc src tutorial examples -+all: moc src - @echo - @echo "The Qt library is now built in ./lib" - @echo "The Qt examples are built in the directories in ./examples" -@@ -32,8 +32,6 @@ - - depend: - cd src; $(MAKE) depend -- cd tutorial; $(MAKE) depend -- cd examples; $(MAKE) depend - - config: variables - -rm variables diff --git a/x11-toolkits/qt145/files/patch-ad b/x11-toolkits/qt145/files/patch-ad deleted file mode 100644 index f74bb55..0000000 --- a/x11-toolkits/qt145/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- src/kernel/qapplication_x11.cpp.orig Thu Mar 23 21:51:42 2000 -+++ src/kernel/qapplication_x11.cpp Thu Mar 23 21:57:48 2000 -@@ -108,6 +108,12 @@ - #undef select - extern "C" int select( int, void *, void *, void *, struct timeval * ); - -+extern "C" char *XSetIMValues( -+#if NeedVarargsPrototypes -+ XIM /* im */, ... -+#endif -+); -+ - #if defined(_OS_AIX_) - // for FD_ZERO - static inline void bzero( void *s, int n ) diff --git a/x11-toolkits/qt145/pkg-descr b/x11-toolkits/qt145/pkg-descr deleted file mode 100644 index c482809..0000000 --- a/x11-toolkits/qt145/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Qt is a toolkit for building a GUI for X in C++. The main -documentation is in /usr/X11R6/share/doc/qt and is also available -on the homepage. - -WWW: http://doc.trolltech.com/ - -- Michael Searle -searle@longacre.demon.co.uk diff --git a/x11-toolkits/qt145/pkg-plist b/x11-toolkits/qt145/pkg-plist deleted file mode 100644 index 8a345f0..0000000 --- a/x11-toolkits/qt145/pkg-plist +++ /dev/null @@ -1,910 +0,0 @@ -bin/moc1 -include/X11/qt1/jri.h -include/X11/qt1/jri_md.h -include/X11/qt1/jritypes.h -include/X11/qt1/npapi.h -include/X11/qt1/npupp.h -include/X11/qt1/qaccel.h -include/X11/qt1/qapp.h -include/X11/qt1/qapplication.h -include/X11/qt1/qarray.h -include/X11/qt1/qasyncimageio.h -include/X11/qt1/qasyncio.h -include/X11/qt1/qbitarray.h -include/X11/qt1/qbitarry.h -include/X11/qt1/qbitmap.h -include/X11/qt1/qbrush.h -include/X11/qt1/qbttngrp.h -include/X11/qt1/qbuffer.h -include/X11/qt1/qbutton.h -include/X11/qt1/qbuttongroup.h -include/X11/qt1/qcache.h -include/X11/qt1/qcheckbox.h -include/X11/qt1/qchkbox.h -include/X11/qt1/qclipboard.h -include/X11/qt1/qclipbrd.h -include/X11/qt1/qcollect.h -include/X11/qt1/qcollection.h -include/X11/qt1/qcolor.h -include/X11/qt1/qcombo.h -include/X11/qt1/qcombobox.h -include/X11/qt1/qconnect.h -include/X11/qt1/qconnection.h -include/X11/qt1/qcursor.h -include/X11/qt1/qdatastream.h -include/X11/qt1/qdatetime.h -include/X11/qt1/qdatetm.h -include/X11/qt1/qdialog.h -include/X11/qt1/qdict.h -include/X11/qt1/qdir.h -include/X11/qt1/qdragobject.h -include/X11/qt1/qdrawutil.h -include/X11/qt1/qdrawutl.h -include/X11/qt1/qdropsite.h -include/X11/qt1/qdstream.h -include/X11/qt1/qevent.h -include/X11/qt1/qfile.h -include/X11/qt1/qfiledef.h -include/X11/qt1/qfiledefs.h -include/X11/qt1/qfiledialog.h -include/X11/qt1/qfiledlg.h -include/X11/qt1/qfileinf.h -include/X11/qt1/qfileinfo.h -include/X11/qt1/qfocusdata.h -include/X11/qt1/qfont.h -include/X11/qt1/qfontdata.h -include/X11/qt1/qfontdta.h -include/X11/qt1/qfontinf.h -include/X11/qt1/qfontinfo.h -include/X11/qt1/qfontmet.h -include/X11/qt1/qfontmetrics.h -include/X11/qt1/qframe.h -include/X11/qt1/qgarray.h -include/X11/qt1/qgcache.h -include/X11/qt1/qgdict.h -include/X11/qt1/qgeneric.h -include/X11/qt1/qgl.h -include/X11/qt1/qglist.h -include/X11/qt1/qglobal.h -include/X11/qt1/qgmanager.h -include/X11/qt1/qgmanagr.h -include/X11/qt1/qgroupbox.h -include/X11/qt1/qgrpbox.h -include/X11/qt1/qgvector.h -include/X11/qt1/qheader.h -include/X11/qt1/qiconset.h -include/X11/qt1/qimage.h -include/X11/qt1/qimageio.h -include/X11/qt1/qintcach.h -include/X11/qt1/qintcache.h -include/X11/qt1/qintdict.h -include/X11/qt1/qiodev.h -include/X11/qt1/qiodevice.h -include/X11/qt1/qjpegio.h -include/X11/qt1/qkeycode.h -include/X11/qt1/qlabel.h -include/X11/qt1/qlayout.h -include/X11/qt1/qlcdnum.h -include/X11/qt1/qlcdnumber.h -include/X11/qt1/qlined.h -include/X11/qt1/qlineedit.h -include/X11/qt1/qlist.h -include/X11/qt1/qlistbox.h -include/X11/qt1/qlistview.h -include/X11/qt1/qmainwindow.h -include/X11/qt1/qmenubar.h -include/X11/qt1/qmenudata.h -include/X11/qt1/qmenudta.h -include/X11/qt1/qmessagebox.h -include/X11/qt1/qmetaobj.h -include/X11/qt1/qmetaobject.h -include/X11/qt1/qmlined.h -include/X11/qt1/qmovie.h -include/X11/qt1/qmsgbox.h -include/X11/qt1/qmultilinedit.h -include/X11/qt1/qnp.h -include/X11/qt1/qobjcoll.h -include/X11/qt1/qobjdefs.h -include/X11/qt1/qobject.h -include/X11/qt1/qobjectdefs.h -include/X11/qt1/qobjectdict.h -include/X11/qt1/qobjectlist.h -include/X11/qt1/qpaintd.h -include/X11/qt1/qpaintdc.h -include/X11/qt1/qpaintdevice.h -include/X11/qt1/qpaintdevicedefs.h -include/X11/qt1/qpaintdevicemetrics.h -include/X11/qt1/qpainter.h -include/X11/qt1/qpalette.h -include/X11/qt1/qpdevmet.h -include/X11/qt1/qpen.h -include/X11/qt1/qpicture.h -include/X11/qt1/qpixmap.h -include/X11/qt1/qpixmapcache.h -include/X11/qt1/qpmcache.h -include/X11/qt1/qpngio.h -include/X11/qt1/qpntarry.h -include/X11/qt1/qpoint.h -include/X11/qt1/qpointarray.h -include/X11/qt1/qpopmenu.h -include/X11/qt1/qpopupmenu.h -include/X11/qt1/qprintdialog.h -include/X11/qt1/qprinter.h -include/X11/qt1/qprndlg.h -include/X11/qt1/qprogbar.h -include/X11/qt1/qprogdlg.h -include/X11/qt1/qprogressbar.h -include/X11/qt1/qprogressdialog.h -include/X11/qt1/qpsprinter.h -include/X11/qt1/qpsprn.h -include/X11/qt1/qptrdict.h -include/X11/qt1/qpushbt.h -include/X11/qt1/qpushbutton.h -include/X11/qt1/qqueue.h -include/X11/qt1/qradiobt.h -include/X11/qt1/qradiobutton.h -include/X11/qt1/qrangecontrol.h -include/X11/qt1/qrangect.h -include/X11/qt1/qrect.h -include/X11/qt1/qregexp.h -include/X11/qt1/qregion.h -include/X11/qt1/qscrbar.h -include/X11/qt1/qscrollbar.h -include/X11/qt1/qscrollview.h -include/X11/qt1/qsemimodal.h -include/X11/qt1/qshared.h -include/X11/qt1/qsignal.h -include/X11/qt1/qsignalmapper.h -include/X11/qt1/qsignalslotimp.h -include/X11/qt1/qsize.h -include/X11/qt1/qslider.h -include/X11/qt1/qsocketnotifier.h -include/X11/qt1/qsocknot.h -include/X11/qt1/qspinbox.h -include/X11/qt1/qsplitter.h -include/X11/qt1/qstack.h -include/X11/qt1/qstatusbar.h -include/X11/qt1/qstring.h -include/X11/qt1/qstrlist.h -include/X11/qt1/qstrvec.h -include/X11/qt1/qt_gif.h -include/X11/qt1/qtabbar.h -include/X11/qt1/qtabdialog.h -include/X11/qt1/qtabdlg.h -include/X11/qt1/qtableview.h -include/X11/qt1/qtablevw.h -include/X11/qt1/qtextstream.h -include/X11/qt1/qtimer.h -include/X11/qt1/qtoolbar.h -include/X11/qt1/qtoolbutton.h -include/X11/qt1/qtooltip.h -include/X11/qt1/qtstream.h -include/X11/qt1/qvalidator.h -include/X11/qt1/qvector.h -include/X11/qt1/qwellarray.h -include/X11/qt1/qwhatsthis.h -include/X11/qt1/qwidcoll.h -include/X11/qt1/qwidget.h -include/X11/qt1/qwidgetintdict.h -include/X11/qt1/qwidgetlist.h -include/X11/qt1/qwidgetstack.h -include/X11/qt1/qwindefs.h -include/X11/qt1/qwindow.h -include/X11/qt1/qwindowdefs.h -include/X11/qt1/qwmatrix.h -include/X11/qt1/qxt.h -lib/libqt1.so -lib/libqt1.so.%%VERSION%% -share/doc/qt1/README -share/doc/qt1/README.QT -share/doc/qt1/html/abstractwidgets.html -share/doc/qt1/html/aclock-aclock-cpp.html -share/doc/qt1/html/annotated.html -share/doc/qt1/html/application-application-cpp.html -share/doc/qt1/html/application.html -share/doc/qt1/html/bearings.gif -share/doc/qt1/html/biff-biff-cpp.html -share/doc/qt1/html/book.gif -share/doc/qt1/html/classes.html -share/doc/qt1/html/collection.html -share/doc/qt1/html/connect-connect-cpp.html -share/doc/qt1/html/coordsys.gif -share/doc/qt1/html/coordsys.html -share/doc/qt1/html/credits.html -share/doc/qt1/html/cursor-cursor-cpp.html -share/doc/qt1/html/dclock-dclock-cpp.html -share/doc/qt1/html/debug.html -share/doc/qt1/html/design.html -share/doc/qt1/html/desktop-desktop-cpp.html -share/doc/qt1/html/dialogs.html -share/doc/qt1/html/dirview-dirview-cpp.html -share/doc/qt1/html/dochead.gif -share/doc/qt1/html/dochead.jpg -share/doc/qt1/html/drawdemo-drawdemo-cpp.html -share/doc/qt1/html/drawing.html -share/doc/qt1/html/easteregg.html -share/doc/qt1/html/easteregg2.html -share/doc/qt1/html/examples.html -share/doc/qt1/html/fontmatch.html -share/doc/qt1/html/fonts.html -share/doc/qt1/html/forever-forever-cpp.html -share/doc/qt1/html/frames.gif -share/doc/qt1/html/functions.html -share/doc/qt1/html/geomanagement.html -share/doc/qt1/html/graph.g1n -share/doc/qt1/html/grapher-grapher-cpp.html -share/doc/qt1/html/gridlayout.gif -share/doc/qt1/html/guibooks.html -share/doc/qt1/html/headers.html -share/doc/qt1/html/hello-hello-cpp.html -share/doc/qt1/html/hierarchy.html -share/doc/qt1/html/imageio.html -share/doc/qt1/html/images.html -share/doc/qt1/html/index.html -share/doc/qt1/html/io.html -share/doc/qt1/html/kernel.html -share/doc/qt1/html/layout-layout-cpp.html -share/doc/qt1/html/letter.gif -share/doc/qt1/html/license.html -share/doc/qt1/html/life-life-cpp.html -share/doc/qt1/html/listview.gif -share/doc/qt1/html/mailinglists.html -share/doc/qt1/html/mainlyMotif-editor-cpp.html -share/doc/qt1/html/mainlyQt-editor-cpp.html -share/doc/qt1/html/mainlyXt-editor-cpp.html -share/doc/qt1/html/menu-menu-cpp.html -share/doc/qt1/html/metaobjects.html -share/doc/qt1/html/misc.html -share/doc/qt1/html/moc.html -share/doc/qt1/html/movies-main-cpp.html -share/doc/qt1/html/nsplugin.html -share/doc/qt1/html/picture-picture-cpp.html -share/doc/qt1/html/pictures.html -share/doc/qt1/html/pnglogo.png -share/doc/qt1/html/pref-pref-cpp.html -share/doc/qt1/html/primes.html -share/doc/qt1/html/printerdialog.gif -share/doc/qt1/html/progress-progress-cpp.html -share/doc/qt1/html/qaccel-h.html -share/doc/qt1/html/qaccel-members.html -share/doc/qt1/html/qaccel.html -share/doc/qt1/html/qapplication-h.html -share/doc/qt1/html/qapplication-members.html -share/doc/qt1/html/qapplication.html -share/doc/qt1/html/qarray-h.html -share/doc/qt1/html/qarray-members.html -share/doc/qt1/html/qarray.html -share/doc/qt1/html/qasyncimageio-h.html -share/doc/qt1/html/qasyncio-h.html -share/doc/qt1/html/qasyncio-members.html -share/doc/qt1/html/qasyncio.html -share/doc/qt1/html/qbitarray-h.html -share/doc/qt1/html/qbitarray-members.html -share/doc/qt1/html/qbitarray.html -share/doc/qt1/html/qbitmap-h.html -share/doc/qt1/html/qbitmap-members.html -share/doc/qt1/html/qbitmap.html -share/doc/qt1/html/qbitval-members.html -share/doc/qt1/html/qbitval.html -share/doc/qt1/html/qboxlayout-members.html -share/doc/qt1/html/qboxlayout.html -share/doc/qt1/html/qbrush-h.html -share/doc/qt1/html/qbrush-members.html -share/doc/qt1/html/qbrush.html -share/doc/qt1/html/qbttngrp-m.gif -share/doc/qt1/html/qbttngrp-w.gif -share/doc/qt1/html/qbuffer-h.html -share/doc/qt1/html/qbuffer-members.html -share/doc/qt1/html/qbuffer.html -share/doc/qt1/html/qbutton-h.html -share/doc/qt1/html/qbutton-members.html -share/doc/qt1/html/qbutton.html -share/doc/qt1/html/qbuttongroup-h.html -share/doc/qt1/html/qbuttongroup-members.html -share/doc/qt1/html/qbuttongroup.html -share/doc/qt1/html/qbytearray-members.html -share/doc/qt1/html/qbytearray.html -share/doc/qt1/html/qcache-h.html -share/doc/qt1/html/qcache-members.html -share/doc/qt1/html/qcache.html -share/doc/qt1/html/qcacheiterator-members.html -share/doc/qt1/html/qcacheiterator.html -share/doc/qt1/html/qcheckbox-h.html -share/doc/qt1/html/qcheckbox-m.gif -share/doc/qt1/html/qcheckbox-members.html -share/doc/qt1/html/qcheckbox-w.gif -share/doc/qt1/html/qcheckbox.html -share/doc/qt1/html/qchecklistitem-members.html -share/doc/qt1/html/qchecklistitem.html -share/doc/qt1/html/qchildevent-members.html -share/doc/qt1/html/qchildevent.html -share/doc/qt1/html/qchkbox-m.gif -share/doc/qt1/html/qchkbox-w.gif -share/doc/qt1/html/qclipboard-h.html -share/doc/qt1/html/qclipboard-members.html -share/doc/qt1/html/qclipboard.html -share/doc/qt1/html/qcloseevent-members.html -share/doc/qt1/html/qcloseevent.html -share/doc/qt1/html/qcollection-h.html -share/doc/qt1/html/qcollection-members.html -share/doc/qt1/html/qcollection.html -share/doc/qt1/html/qcolor-h.html -share/doc/qt1/html/qcolor-members.html -share/doc/qt1/html/qcolor.html -share/doc/qt1/html/qcolorgroup-members.html -share/doc/qt1/html/qcolorgroup.html -share/doc/qt1/html/qcombo1-m.gif -share/doc/qt1/html/qcombo1-w.gif -share/doc/qt1/html/qcombo2-m.gif -share/doc/qt1/html/qcombo2-w.gif -share/doc/qt1/html/qcombo3-m.gif -share/doc/qt1/html/qcombo3-w.gif -share/doc/qt1/html/qcombobox-h.html -share/doc/qt1/html/qcombobox-members.html -share/doc/qt1/html/qcombobox.html -share/doc/qt1/html/qconnection-h.html -share/doc/qt1/html/qconnection-members.html -share/doc/qt1/html/qconnection.html -share/doc/qt1/html/qcursor-h.html -share/doc/qt1/html/qcursor-members.html -share/doc/qt1/html/qcursor.html -share/doc/qt1/html/qcustomevent-members.html -share/doc/qt1/html/qcustomevent.html -share/doc/qt1/html/qdatapump-members.html -share/doc/qt1/html/qdatapump.html -share/doc/qt1/html/qdatasink-members.html -share/doc/qt1/html/qdatasink.html -share/doc/qt1/html/qdatasource-members.html -share/doc/qt1/html/qdatasource.html -share/doc/qt1/html/qdatastream-h.html -share/doc/qt1/html/qdatastream-members.html -share/doc/qt1/html/qdatastream.html -share/doc/qt1/html/qdate-members.html -share/doc/qt1/html/qdate.html -share/doc/qt1/html/qdatetime-h.html -share/doc/qt1/html/qdatetime-members.html -share/doc/qt1/html/qdatetime.html -share/doc/qt1/html/qdialog-h.html -share/doc/qt1/html/qdialog-members.html -share/doc/qt1/html/qdialog.html -share/doc/qt1/html/qdict-h.html -share/doc/qt1/html/qdict-members.html -share/doc/qt1/html/qdict.html -share/doc/qt1/html/qdictiterator-members.html -share/doc/qt1/html/qdictiterator.html -share/doc/qt1/html/qdir-h.html -share/doc/qt1/html/qdir-members.html -share/doc/qt1/html/qdir.html -share/doc/qt1/html/qdoublevalidator-members.html -share/doc/qt1/html/qdoublevalidator.html -share/doc/qt1/html/qdragmoveevent-members.html -share/doc/qt1/html/qdragmoveevent.html -share/doc/qt1/html/qdragobject-h.html -share/doc/qt1/html/qdragobject-members.html -share/doc/qt1/html/qdragobject.html -share/doc/qt1/html/qdrawutil-h.html -share/doc/qt1/html/qdropevent-members.html -share/doc/qt1/html/qdropevent.html -share/doc/qt1/html/qevent-h.html -share/doc/qt1/html/qevent-members.html -share/doc/qt1/html/qevent.html -share/doc/qt1/html/qfile-h.html -share/doc/qt1/html/qfile-members.html -share/doc/qt1/html/qfile.html -share/doc/qt1/html/qfiledialog-h.html -share/doc/qt1/html/qfiledialog-members.html -share/doc/qt1/html/qfiledialog.html -share/doc/qt1/html/qfiledlg-m.gif -share/doc/qt1/html/qfiledlg-w.gif -share/doc/qt1/html/qfileiconprovider-members.html -share/doc/qt1/html/qfileiconprovider.html -share/doc/qt1/html/qfileinfo-h.html -share/doc/qt1/html/qfileinfo-members.html -share/doc/qt1/html/qfileinfo.html -share/doc/qt1/html/qfocusdata-h.html -share/doc/qt1/html/qfocusdata-members.html -share/doc/qt1/html/qfocusdata.html -share/doc/qt1/html/qfocusevent-members.html -share/doc/qt1/html/qfocusevent.html -share/doc/qt1/html/qfont-h.html -share/doc/qt1/html/qfont-members.html -share/doc/qt1/html/qfont.html -share/doc/qt1/html/qfontinfo-h.html -share/doc/qt1/html/qfontinfo-members.html -share/doc/qt1/html/qfontinfo.html -share/doc/qt1/html/qfontmetrics-h.html -share/doc/qt1/html/qfontmetrics-members.html -share/doc/qt1/html/qfontmetrics.html -share/doc/qt1/html/qframe-h.html -share/doc/qt1/html/qframe-members.html -share/doc/qt1/html/qframe.html -share/doc/qt1/html/qgarray-h.html -share/doc/qt1/html/qgarray-members.html -share/doc/qt1/html/qgarray.html -share/doc/qt1/html/qgcache-h.html -share/doc/qt1/html/qgcache-members.html -share/doc/qt1/html/qgcache.html -share/doc/qt1/html/qgcacheiterator-members.html -share/doc/qt1/html/qgcacheiterator.html -share/doc/qt1/html/qgdict-h.html -share/doc/qt1/html/qgdict-members.html -share/doc/qt1/html/qgdict.html -share/doc/qt1/html/qgdictiterator-members.html -share/doc/qt1/html/qgdictiterator.html -share/doc/qt1/html/qgl-h.html -share/doc/qt1/html/qgl.html -share/doc/qt1/html/qglcontext-members.html -share/doc/qt1/html/qglcontext.html -share/doc/qt1/html/qglformat-members.html -share/doc/qt1/html/qglformat.html -share/doc/qt1/html/qglist-h.html -share/doc/qt1/html/qglist-members.html -share/doc/qt1/html/qglist.html -share/doc/qt1/html/qglistiterator-members.html -share/doc/qt1/html/qglistiterator.html -share/doc/qt1/html/qglobal-h.html -share/doc/qt1/html/qglwidget-members.html -share/doc/qt1/html/qglwidget.html -share/doc/qt1/html/qgmanager-h.html -share/doc/qt1/html/qgmanager-members.html -share/doc/qt1/html/qgmanager.html -share/doc/qt1/html/qgridlayout-members.html -share/doc/qt1/html/qgridlayout.html -share/doc/qt1/html/qgroupbox-h.html -share/doc/qt1/html/qgroupbox-members.html -share/doc/qt1/html/qgroupbox.html -share/doc/qt1/html/qgrpbox-m.gif -share/doc/qt1/html/qgrpbox-w.gif -share/doc/qt1/html/qhboxlayout-members.html -share/doc/qt1/html/qhboxlayout.html -share/doc/qt1/html/qheader-h.html -share/doc/qt1/html/qheader-m.gif -share/doc/qt1/html/qheader-members.html -share/doc/qt1/html/qheader-w.gif -share/doc/qt1/html/qheader.html -share/doc/qt1/html/qiconset-h.html -share/doc/qt1/html/qiconset-members.html -share/doc/qt1/html/qiconset.html -share/doc/qt1/html/qimage-h.html -share/doc/qt1/html/qimage-members.html -share/doc/qt1/html/qimage.html -share/doc/qt1/html/qimageconsumer-members.html -share/doc/qt1/html/qimageconsumer.html -share/doc/qt1/html/qimagedecoder-members.html -share/doc/qt1/html/qimagedecoder.html -share/doc/qt1/html/qimagedrag-members.html -share/doc/qt1/html/qimagedrag.html -share/doc/qt1/html/qimageformat-members.html -share/doc/qt1/html/qimageformat.html -share/doc/qt1/html/qimageformattype-members.html -share/doc/qt1/html/qimageformattype.html -share/doc/qt1/html/qimageio-members.html -share/doc/qt1/html/qimageio.html -share/doc/qt1/html/qintcache-h.html -share/doc/qt1/html/qintcache-members.html -share/doc/qt1/html/qintcache.html -share/doc/qt1/html/qintcacheiterator-members.html -share/doc/qt1/html/qintcacheiterator.html -share/doc/qt1/html/qintdict-h.html -share/doc/qt1/html/qintdict-members.html -share/doc/qt1/html/qintdict.html -share/doc/qt1/html/qintdictiterator-members.html -share/doc/qt1/html/qintdictiterator.html -share/doc/qt1/html/qintvalidator-members.html -share/doc/qt1/html/qintvalidator.html -share/doc/qt1/html/qiodevice-h.html -share/doc/qt1/html/qiodevice-members.html -share/doc/qt1/html/qiodevice.html -share/doc/qt1/html/qiodevicesource-members.html -share/doc/qt1/html/qiodevicesource.html -share/doc/qt1/html/qkeycode-h.html -share/doc/qt1/html/qkeyevent-members.html -share/doc/qt1/html/qkeyevent.html -share/doc/qt1/html/qlabel-h.html -share/doc/qt1/html/qlabel-m.gif -share/doc/qt1/html/qlabel-members.html -share/doc/qt1/html/qlabel-w.gif -share/doc/qt1/html/qlabel.html -share/doc/qt1/html/qlayout-h.html -share/doc/qt1/html/qlayout-members.html -share/doc/qt1/html/qlayout.html -share/doc/qt1/html/qlcdnum-m.gif -share/doc/qt1/html/qlcdnum-w.gif -share/doc/qt1/html/qlcdnumber-h.html -share/doc/qt1/html/qlcdnumber-members.html -share/doc/qt1/html/qlcdnumber.html -share/doc/qt1/html/qlined-m.gif -share/doc/qt1/html/qlined-w.gif -share/doc/qt1/html/qlineedit-h.html -share/doc/qt1/html/qlineedit-members.html -share/doc/qt1/html/qlineedit.html -share/doc/qt1/html/qlist-h.html -share/doc/qt1/html/qlist-members.html -share/doc/qt1/html/qlist.html -share/doc/qt1/html/qlistbox-h.html -share/doc/qt1/html/qlistbox-m.gif -share/doc/qt1/html/qlistbox-members.html -share/doc/qt1/html/qlistbox-w.gif -share/doc/qt1/html/qlistbox.html -share/doc/qt1/html/qlistboxitem-members.html -share/doc/qt1/html/qlistboxitem.html -share/doc/qt1/html/qlistboxpixmap-members.html -share/doc/qt1/html/qlistboxpixmap.html -share/doc/qt1/html/qlistboxtext-members.html -share/doc/qt1/html/qlistboxtext.html -share/doc/qt1/html/qlistiterator-members.html -share/doc/qt1/html/qlistiterator.html -share/doc/qt1/html/qlistview-h.html -share/doc/qt1/html/qlistview-members.html -share/doc/qt1/html/qlistview.html -share/doc/qt1/html/qlistviewitem-members.html -share/doc/qt1/html/qlistviewitem.html -share/doc/qt1/html/qlnode-members.html -share/doc/qt1/html/qlnode.html -share/doc/qt1/html/qmag-qmag-cpp.html -share/doc/qt1/html/qmainwindow-h.html -share/doc/qt1/html/qmainwindow-m.gif -share/doc/qt1/html/qmainwindow-members.html -share/doc/qt1/html/qmainwindow-w.gif -share/doc/qt1/html/qmainwindow.html -share/doc/qt1/html/qmenubar-h.html -share/doc/qt1/html/qmenubar-m.gif -share/doc/qt1/html/qmenubar-members.html -share/doc/qt1/html/qmenubar-w.gif -share/doc/qt1/html/qmenubar.html -share/doc/qt1/html/qmenudata-h.html -share/doc/qt1/html/qmenudata-members.html -share/doc/qt1/html/qmenudata.html -share/doc/qt1/html/qmessagebox-h.html -share/doc/qt1/html/qmessagebox-members.html -share/doc/qt1/html/qmessagebox.html -share/doc/qt1/html/qmlined-m.gif -share/doc/qt1/html/qmlined-w.gif -share/doc/qt1/html/qmouseevent-members.html -share/doc/qt1/html/qmouseevent.html -share/doc/qt1/html/qmoveevent-members.html -share/doc/qt1/html/qmoveevent.html -share/doc/qt1/html/qmovie-h.html -share/doc/qt1/html/qmovie-members.html -share/doc/qt1/html/qmovie.gif -share/doc/qt1/html/qmovie.html -share/doc/qt1/html/qmsgbox-m.gif -share/doc/qt1/html/qmsgbox-w.gif -share/doc/qt1/html/qmultilinedit-h.html -share/doc/qt1/html/qmultilineedit-members.html -share/doc/qt1/html/qmultilineedit.html -share/doc/qt1/html/qnp-h.html -share/doc/qt1/html/qnpinstance-members.html -share/doc/qt1/html/qnpinstance.html -share/doc/qt1/html/qnplugin-members.html -share/doc/qt1/html/qnplugin.html -share/doc/qt1/html/qnpstream-members.html -share/doc/qt1/html/qnpstream.html -share/doc/qt1/html/qnpwidget-members.html -share/doc/qt1/html/qnpwidget.html -share/doc/qt1/html/qobject-h.html -share/doc/qt1/html/qobject-members.html -share/doc/qt1/html/qobject.html -share/doc/qt1/html/qpaintdevice-h.html -share/doc/qt1/html/qpaintdevice-members.html -share/doc/qt1/html/qpaintdevice.html -share/doc/qt1/html/qpaintdevicemetrics-h.html -share/doc/qt1/html/qpaintdevicemetrics-members.html -share/doc/qt1/html/qpaintdevicemetrics.html -share/doc/qt1/html/qpainter-h.html -share/doc/qt1/html/qpainter-members.html -share/doc/qt1/html/qpainter.html -share/doc/qt1/html/qpaintevent-members.html -share/doc/qt1/html/qpaintevent.html -share/doc/qt1/html/qpalette-h.html -share/doc/qt1/html/qpalette-members.html -share/doc/qt1/html/qpalette.html -share/doc/qt1/html/qpen-h.html -share/doc/qt1/html/qpen-members.html -share/doc/qt1/html/qpen.html -share/doc/qt1/html/qpicture-h.html -share/doc/qt1/html/qpicture-members.html -share/doc/qt1/html/qpicture.html -share/doc/qt1/html/qpixmap-h.html -share/doc/qt1/html/qpixmap-members.html -share/doc/qt1/html/qpixmap.html -share/doc/qt1/html/qpixmapcache-h.html -share/doc/qt1/html/qpixmapcache-members.html -share/doc/qt1/html/qpixmapcache.html -share/doc/qt1/html/qpoint-h.html -share/doc/qt1/html/qpoint-members.html -share/doc/qt1/html/qpoint.html -share/doc/qt1/html/qpointarray-h.html -share/doc/qt1/html/qpointarray-members.html -share/doc/qt1/html/qpointarray.html -share/doc/qt1/html/qpointval-members.html -share/doc/qt1/html/qpointval.html -share/doc/qt1/html/qpopmenu-m.gif -share/doc/qt1/html/qpopmenu-w.gif -share/doc/qt1/html/qpopupmenu-h.html -share/doc/qt1/html/qpopupmenu-members.html -share/doc/qt1/html/qpopupmenu.html -share/doc/qt1/html/qprintdialog-h.html -share/doc/qt1/html/qprintdialog-members.html -share/doc/qt1/html/qprintdialog.html -share/doc/qt1/html/qprinter-h.html -share/doc/qt1/html/qprinter-members.html -share/doc/qt1/html/qprinter.html -share/doc/qt1/html/qprogbar-m.gif -share/doc/qt1/html/qprogbar-w.gif -share/doc/qt1/html/qprogdlg-m.gif -share/doc/qt1/html/qprogdlg-w.gif -share/doc/qt1/html/qprogressbar-h.html -share/doc/qt1/html/qprogressbar-members.html -share/doc/qt1/html/qprogressbar.html -share/doc/qt1/html/qprogressdialog-h.html -share/doc/qt1/html/qprogressdialog-members.html -share/doc/qt1/html/qprogressdialog.html -share/doc/qt1/html/qptrdict-h.html -share/doc/qt1/html/qptrdict-members.html -share/doc/qt1/html/qptrdict.html -share/doc/qt1/html/qptrdictiterator-members.html -share/doc/qt1/html/qptrdictiterator.html -share/doc/qt1/html/qpushbt-m.gif -share/doc/qt1/html/qpushbt-w.gif -share/doc/qt1/html/qpushbutton-h.html -share/doc/qt1/html/qpushbutton-members.html -share/doc/qt1/html/qpushbutton.html -share/doc/qt1/html/qqueue-h.html -share/doc/qt1/html/qqueue-members.html -share/doc/qt1/html/qqueue.html -share/doc/qt1/html/qradiobt-m.gif -share/doc/qt1/html/qradiobt-w.gif -share/doc/qt1/html/qradiobutton-h.html -share/doc/qt1/html/qradiobutton-members.html -share/doc/qt1/html/qradiobutton.html -share/doc/qt1/html/qrangecontrol-h.html -share/doc/qt1/html/qrangecontrol-members.html -share/doc/qt1/html/qrangecontrol.html -share/doc/qt1/html/qrect-h.html -share/doc/qt1/html/qrect-members.html -share/doc/qt1/html/qrect.html -share/doc/qt1/html/qregexp-h.html -share/doc/qt1/html/qregexp-members.html -share/doc/qt1/html/qregexp.html -share/doc/qt1/html/qregion-h.html -share/doc/qt1/html/qregion-members.html -share/doc/qt1/html/qregion.html -share/doc/qt1/html/qresizeevent-members.html -share/doc/qt1/html/qresizeevent.html -share/doc/qt1/html/qscrbar-m.gif -share/doc/qt1/html/qscrbar-w.gif -share/doc/qt1/html/qscrollbar-h.html -share/doc/qt1/html/qscrollbar-members.html -share/doc/qt1/html/qscrollbar.html -share/doc/qt1/html/qscrollview-h.html -share/doc/qt1/html/qscrollview-m.gif -share/doc/qt1/html/qscrollview-members.html -share/doc/qt1/html/qscrollview-w.gif -share/doc/qt1/html/qscrollview.html -share/doc/qt1/html/qsemimodal-h.html -share/doc/qt1/html/qsemimodal-members.html -share/doc/qt1/html/qsemimodal.html -share/doc/qt1/html/qsenderobject-members.html -share/doc/qt1/html/qshared-h.html -share/doc/qt1/html/qshared-members.html -share/doc/qt1/html/qshared.html -share/doc/qt1/html/qsignal-h.html -share/doc/qt1/html/qsignal-members.html -share/doc/qt1/html/qsignal.html -share/doc/qt1/html/qsignalmapper-h.html -share/doc/qt1/html/qsignalmapper-members.html -share/doc/qt1/html/qsignalmapper.html -share/doc/qt1/html/qsize-h.html -share/doc/qt1/html/qsize-members.html -share/doc/qt1/html/qsize.html -share/doc/qt1/html/qslider-h.html -share/doc/qt1/html/qslider-m.gif -share/doc/qt1/html/qslider-members.html -share/doc/qt1/html/qslider-w.gif -share/doc/qt1/html/qslider.html -share/doc/qt1/html/qsocketnotifier-h.html -share/doc/qt1/html/qsocketnotifier-members.html -share/doc/qt1/html/qsocketnotifier.html -share/doc/qt1/html/qspinbox-h.html -share/doc/qt1/html/qspinbox-m.gif -share/doc/qt1/html/qspinbox-members.html -share/doc/qt1/html/qspinbox-w.gif -share/doc/qt1/html/qspinbox.html -share/doc/qt1/html/qsplitter-h.html -share/doc/qt1/html/qsplitter-m.gif -share/doc/qt1/html/qsplitter-members.html -share/doc/qt1/html/qsplitter-w.gif -share/doc/qt1/html/qsplitter.html -share/doc/qt1/html/qstack-h.html -share/doc/qt1/html/qstack-members.html -share/doc/qt1/html/qstack.html -share/doc/qt1/html/qstatusbar-h.html -share/doc/qt1/html/qstatusbar-m.gif -share/doc/qt1/html/qstatusbar-members.html -share/doc/qt1/html/qstatusbar-w.gif -share/doc/qt1/html/qstatusbar.html -share/doc/qt1/html/qstoreddrag-members.html -share/doc/qt1/html/qstoreddrag.html -share/doc/qt1/html/qstrilist-members.html -share/doc/qt1/html/qstrilist.html -share/doc/qt1/html/qstring-h.html -share/doc/qt1/html/qstring-members.html -share/doc/qt1/html/qstring.html -share/doc/qt1/html/qstrlist-h.html -share/doc/qt1/html/qstrlist-members.html -share/doc/qt1/html/qstrlist.html -share/doc/qt1/html/qtabbar-h.html -share/doc/qt1/html/qtabbar-m.gif -share/doc/qt1/html/qtabbar-members.html -share/doc/qt1/html/qtabbar-w.gif -share/doc/qt1/html/qtabbar.html -share/doc/qt1/html/qtabdialog-h.html -share/doc/qt1/html/qtabdialog-members.html -share/doc/qt1/html/qtabdialog.html -share/doc/qt1/html/qtabdlg-m.gif -share/doc/qt1/html/qtabdlg-w.gif -share/doc/qt1/html/qtableview-h.html -share/doc/qt1/html/qtableview-members.html -share/doc/qt1/html/qtableview.html -share/doc/qt1/html/qtablevw-m.gif -share/doc/qt1/html/qtablevw-w.gif -share/doc/qt1/html/qtextdrag-members.html -share/doc/qt1/html/qtextdrag.html -share/doc/qt1/html/qtextstream-h.html -share/doc/qt1/html/qtextstream-members.html -share/doc/qt1/html/qtextstream.html -share/doc/qt1/html/qtimage-qtimage-cpp.html -share/doc/qt1/html/qtime-members.html -share/doc/qt1/html/qtime.html -share/doc/qt1/html/qtimer-h.html -share/doc/qt1/html/qtimer-members.html -share/doc/qt1/html/qtimer.html -share/doc/qt1/html/qtimerevent-members.html -share/doc/qt1/html/qtimerevent.html -share/doc/qt1/html/qtlogo.jpg -share/doc/qt1/html/qtoolbar-h.html -share/doc/qt1/html/qtoolbar-members.html -share/doc/qt1/html/qtoolbar.html -share/doc/qt1/html/qtoolbutton-h.html -share/doc/qt1/html/qtoolbutton-members.html -share/doc/qt1/html/qtoolbutton.html -share/doc/qt1/html/qtooltip-h.html -share/doc/qt1/html/qtooltip-members.html -share/doc/qt1/html/qtooltip.html -share/doc/qt1/html/qtooltipgroup-members.html -share/doc/qt1/html/qtooltipgroup.html -share/doc/qt1/html/qurldrag-members.html -share/doc/qt1/html/qurldrag.html -share/doc/qt1/html/qvalidator-h.html -share/doc/qt1/html/qvalidator-members.html -share/doc/qt1/html/qvalidator.html -share/doc/qt1/html/qvboxlayout-members.html -share/doc/qt1/html/qvboxlayout.html -share/doc/qt1/html/qwhatsthis-h.html -share/doc/qt1/html/qwhatsthis-members.html -share/doc/qt1/html/qwhatsthis.html -share/doc/qt1/html/qwidget-h.html -share/doc/qt1/html/qwidget-members.html -share/doc/qt1/html/qwidget.html -share/doc/qt1/html/qwidgetstack-h.html -share/doc/qt1/html/qwidgetstack-members.html -share/doc/qt1/html/qwidgetstack.html -share/doc/qt1/html/qwindow-h.html -share/doc/qt1/html/qwindow-members.html -share/doc/qt1/html/qwindow.html -share/doc/qt1/html/qwindowdefs-h.html -share/doc/qt1/html/qwmatrix-h.html -share/doc/qt1/html/qwmatrix-members.html -share/doc/qt1/html/qwmatrix.html -share/doc/qt1/html/qxt-h.html -share/doc/qt1/html/qxtapplication-members.html -share/doc/qt1/html/qxtapplication.html -share/doc/qt1/html/qxtwidget-members.html -share/doc/qt1/html/qxtwidget.html -share/doc/qt1/html/realwidgets.html -share/doc/qt1/html/shared.html -share/doc/qt1/html/shclass.html -share/doc/qt1/html/showimg-showimg-cpp.html -share/doc/qt1/html/t1.gif -share/doc/qt1/html/t1.html -share/doc/qt1/html/t10-cannon-cpp.html -share/doc/qt1/html/t10-cannon-h.html -share/doc/qt1/html/t10-lcdrange-cpp.html -share/doc/qt1/html/t10-lcdrange-h.html -share/doc/qt1/html/t10-main-cpp.html -share/doc/qt1/html/t10-makefile.html -share/doc/qt1/html/t10.gif -share/doc/qt1/html/t10.html -share/doc/qt1/html/t11-cannon-cpp.html -share/doc/qt1/html/t11-cannon-h.html -share/doc/qt1/html/t11-lcdrange-cpp.html -share/doc/qt1/html/t11-lcdrange-h.html -share/doc/qt1/html/t11-main-cpp.html -share/doc/qt1/html/t11-makefile.html -share/doc/qt1/html/t11.gif -share/doc/qt1/html/t11.html -share/doc/qt1/html/t12-cannon-cpp.html -share/doc/qt1/html/t12-cannon-h.html -share/doc/qt1/html/t12-lcdrange-cpp.html -share/doc/qt1/html/t12-lcdrange-h.html -share/doc/qt1/html/t12-main-cpp.html -share/doc/qt1/html/t12-makefile.html -share/doc/qt1/html/t12.gif -share/doc/qt1/html/t12.html -share/doc/qt1/html/t13-cannon-cpp.html -share/doc/qt1/html/t13-cannon-h.html -share/doc/qt1/html/t13-gamebrd-cpp.html -share/doc/qt1/html/t13-gamebrd-h.html -share/doc/qt1/html/t13-lcdrange-cpp.html -share/doc/qt1/html/t13-lcdrange-h.html -share/doc/qt1/html/t13-main-cpp.html -share/doc/qt1/html/t13-makefile.html -share/doc/qt1/html/t13.gif -share/doc/qt1/html/t13.html -share/doc/qt1/html/t14-cannon-cpp.html -share/doc/qt1/html/t14-cannon-h.html -share/doc/qt1/html/t14-gamebrd-cpp.html -share/doc/qt1/html/t14-gamebrd-h.html -share/doc/qt1/html/t14-lcdrange-cpp.html -share/doc/qt1/html/t14-lcdrange-h.html -share/doc/qt1/html/t14-main-cpp.html -share/doc/qt1/html/t14-makefile.html -share/doc/qt1/html/t14.gif -share/doc/qt1/html/t14.html -share/doc/qt1/html/t2.gif -share/doc/qt1/html/t2.html -share/doc/qt1/html/t3.gif -share/doc/qt1/html/t3.html -share/doc/qt1/html/t4.gif -share/doc/qt1/html/t4.html -share/doc/qt1/html/t5.gif -share/doc/qt1/html/t5.html -share/doc/qt1/html/t6.gif -share/doc/qt1/html/t6.html -share/doc/qt1/html/t7-lcdrange-cpp.html -share/doc/qt1/html/t7-lcdrange-h.html -share/doc/qt1/html/t7-main-cpp.html -share/doc/qt1/html/t7-makefile.html -share/doc/qt1/html/t7.gif -share/doc/qt1/html/t7.html -share/doc/qt1/html/t8-cannon-cpp.html -share/doc/qt1/html/t8-cannon-h.html -share/doc/qt1/html/t8-lcdrange-cpp.html -share/doc/qt1/html/t8-lcdrange-h.html -share/doc/qt1/html/t8-main-cpp.html -share/doc/qt1/html/t8-makefile.html -share/doc/qt1/html/t8.gif -share/doc/qt1/html/t8.html -share/doc/qt1/html/t9-cannon-cpp.html -share/doc/qt1/html/t9-cannon-h.html -share/doc/qt1/html/t9-lcdrange-cpp.html -share/doc/qt1/html/t9-lcdrange-h.html -share/doc/qt1/html/t9-main-cpp.html -share/doc/qt1/html/t9-makefile.html -share/doc/qt1/html/t9.gif -share/doc/qt1/html/t9.html -share/doc/qt1/html/t9_1.gif -share/doc/qt1/html/t9_2.gif -share/doc/qt1/html/table-table-cpp.html -share/doc/qt1/html/test.png -share/doc/qt1/html/tictac-tictac-cpp.html -share/doc/qt1/html/time.html -share/doc/qt1/html/tools.html -share/doc/qt1/html/tooltip-tooltip-cpp.html -share/doc/qt1/html/topicals.html -share/doc/qt1/html/trademarks.html -share/doc/qt1/html/treeview.gif -share/doc/qt1/html/trivial-trivial-cpp.html -share/doc/qt1/html/troll.html -share/doc/qt1/html/ttlogo-small.jpg -share/doc/qt1/html/tutorial.gif -share/doc/qt1/html/tutorial.html -share/doc/qt1/html/whatsthis.gif -share/doc/qt1/html/widgets-widgets-cpp.html -share/doc/qt1/html/xform-xform-cpp.html -share/doc/qt1/html/xt.html -share/doc/qt1/html/y2k.html -@dirrm share/doc/qt1/html -@dirrm share/doc/qt1 -@dirrm include/X11/qt1 diff --git a/x11/Makefile b/x11/Makefile index e1f7af0..968e4ac 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -163,7 +163,6 @@ SUBDIR += resourceext SUBDIR += rox-wallpaper SUBDIR += ruby-X11 - SUBDIR += ruby-gnome SUBDIR += ruby-gnome-all SUBDIR += ruby-gnome2 SUBDIR += ruby-gnome2-all diff --git a/x11/ruby-gnome/Makefile b/x11/ruby-gnome/Makefile deleted file mode 100644 index 670f6bd..0000000 --- a/x11/ruby-gnome/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -# New ports collection makefile for: ruby-gnome -# Date created: 28 February 2001 -# Whom: Akinori MUSHA aka knu <knu@idaemons.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome -PORTVERSION= ${RUBY_GNOME_PORTVERSION} -PORTREVISION= 1 -CATEGORIES= x11 ruby -MASTER_SITES= ${RUBY_GNOME_MASTER_SITES} -MASTER_SITE_SUBDIR= ${RUBY_GNOME_MASTER_SITE_SUBDIR} -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ${RUBY_GNOME_DISTNAME} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org -COMMENT= A set of Ruby bindings for GNOME - -RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk \ - ${RUBY_SITELIBDIR}/gdk_imlib.rb:${PORTSDIR}/graphics/ruby-gdk_imlib \ - ${RUBY_SITEARCHLIBDIR}/libart.so:${PORTSDIR}/graphics/ruby-libart - -BROKEN= Incomplete pkg-plist -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes -USE_XLIB= yes -USE_GNOME= yes - -.include "${.CURDIR}/Makefile.common" - -WRKSRC= ${RUBY_GNOME_WRKSRC}/${PORTNAME} -CONFIGURE_ARGS= ${GNOME_CONFIG} -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog \ - NEWS \ - README \ - ToDo - -post-extract: - ${MKDIR} ${WRKSRC}/sample/browser - ${MV} ${WRKSRC}/doc/*.rb ${WRKSRC}/sample/browser - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${CP} -R ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/x11/ruby-gnome/Makefile.common b/x11/ruby-gnome/Makefile.common deleted file mode 100644 index 86a0d4f..0000000 --- a/x11/ruby-gnome/Makefile.common +++ /dev/null @@ -1,27 +0,0 @@ -# $FreeBSD$ - -RUBY_GNOME_VERSION= 0.34 -#RUBY_GNOME_SNAPSHOTDATE= 20010224 -.if defined(RUBY_GNOME_SNAPSHOTDATE) -RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION}.${RUBY_GNOME_SNAPSHOTDATE} -.else -RUBY_GNOME_PORTVERSION= ${RUBY_GNOME_VERSION} -.endif -RUBY_GNOME_MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -RUBY_GNOME_MASTER_SITE_SUBDIR= ruby-gnome -RUBY_GNOME_DISTNAME= ruby-gnome-all-${RUBY_GNOME_VERSION} - -.if defined(RUBY_GNOME_SNAPSHOTDATE) -RUBY_GNOME_WRKSRC= ${WRKDIR}/ruby-gnome-snapshot-${RUBY_GNOME_SNAPSHOTDATE} -.else -RUBY_GNOME_WRKSRC= ${WRKDIR}/${RUBY_GNOME_DISTNAME} -.endif - -RUBY_GNOME_PORTDIR= ${PORTSDIR}/x11/ruby-gnome - -MD5_FILE= ${RUBY_GNOME_PORTDIR}/distinfo - -post-extract: pre-post-extract - -pre-post-extract: - ${FIND} ${WRKSRC} -name CVS -type d -print0 | ${XARGS} -0 ${RM} -rf diff --git a/x11/ruby-gnome/distinfo b/x11/ruby-gnome/distinfo deleted file mode 100644 index 2a38a0a..0000000 --- a/x11/ruby-gnome/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ruby/ruby-gnome-all-0.34.tar.gz) = 62785a2099cf53d9cb9b0d34a4dd2b72 -SIZE (ruby/ruby-gnome-all-0.34.tar.gz) = 463339 diff --git a/x11/ruby-gnome/pkg-descr b/x11/ruby-gnome/pkg-descr deleted file mode 100644 index 7d27ac6..0000000 --- a/x11/ruby-gnome/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Ruby/GNOME is a set of Ruby bindings for GNOME which consists of -gnome, gtk, gdk_imlib, gdk_pixbuf, libglade, and panel-applet modules. - -WWW: http://ruby-gnome.sourceforge.net/ diff --git a/x11/ruby-gnome/pkg-plist b/x11/ruby-gnome/pkg-plist deleted file mode 100644 index c539942..0000000 --- a/x11/ruby-gnome/pkg-plist +++ /dev/null @@ -1,47 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/gnome.so -%%RUBY_SITELIBDIR%%/gnome.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/animator_demo.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser/gnobrows.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser/rbbr.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser/rbbr_gnome.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser/rbbr_rb.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/browser/rbdump.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-init-popt.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-hello/README.ja -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-hello/gnoconfig.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-hello/gnome-hello-0-basic.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-hello/gnome-hello-1-menus.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-hello/gnome-hello-2-i18n.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/gnome-hello/gnome-hello-4-SM.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/app-helper.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/calculator.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/canvas-arrowhead.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/canvas-features.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/canvas-fifteen.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/canvas-primitives.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/canvas.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/clock.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/color-picker.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/dateedit.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/dialog.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/file-entry.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/flower.png -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/font-picker.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/href.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/icon-entry.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/less.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/number-entry.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/paper-selector.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/pixmap-entry.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/sample.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/test-gnome.rb -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test-gnome/toroid.png -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/test-gnome -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/gnome-hello -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%/browser -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |