From owner-freebsd-ports Sun Feb 14 03:10:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14786 for freebsd-ports-outgoing; Sun, 14 Feb 1999 03:10:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA14737 for ; Sun, 14 Feb 1999 03:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA22364; Sun, 14 Feb 1999 03:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA13299 for ; Sun, 14 Feb 1999 03:00:22 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.8.8/8.8.8) id OAA16695; Sun, 14 Feb 1999 14:00:37 +0300 (MSK) (envelope-from andy) Message-Id: <199902141100.OAA16695@icc.surw.chel.su> Date: Sun, 14 Feb 1999 14:00:37 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10073: Update port: graphics/EZWGL Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10073 >Category: ports >Synopsis: Update port: graphics/EZWGL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 03:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update graphics/EZWGL port. diff -Nru EZWGL/Makefile EZWGL-1.40c/Makefile --- EZWGL/Makefile Sun Jan 3 02:22:19 1999 +++ EZWGL-1.40c/Makefile Sun Feb 14 13:29:53 1999 @@ -6,10 +6,10 @@ # $Id: Makefile,v 1.14 1999/01/02 19:51:36 steve Exp $ # -DISTNAME= EZWGL-1.40 +DISTNAME= EZWGL-1.40c CATEGORIES= graphics devel MASTER_SITES= ftp://ftp.ma.utexas.edu/pub/mzou/ -DISTFILES= ${DISTNAME}-demo.tgz ${DISTNAME}-doc.tgz ${DISTNAME}-src.tgz +DISTFILES= EZWGL-1.40-doc.tgz ${DISTNAME}-src.tgz MAINTAINER= andy@icc.surw.chel.su @@ -30,11 +30,23 @@ .endif pre-install: - -@ ${RM} ${WRKSRC}/demos/Makefile.orig - -@ ${RM} ${WRKSRC}/demos/DnD/Makefile.orig - -@ ${RM} ${WRKSRC}/demos/GL/Makefile.orig - -@ ${RM} ${WRKSRC}/demos/Message/Makefile.orig - -@ ${MV} ${WRKSRC}/doc/man3/EZ_RegisterCompositeWidget,3 ${WRKSRC}/doc/man3/EZ_RegisterCompositeWidget.3 +.for file in Makefile.orig animate btnbox clock counter hanoi locator meter puzzle + -@ ${RM} ${WRKSRC}/demos/${file} +.endfor +.for file in Makefile.orig src1 src2 target1 target2 + -@ ${RM} ${WRKSRC}/demos/DnD/${file} +.endfor +.for file in setroot transparent + -@ ${RM} ${WRKSRC}/demos/Glass/${file} +.endfor +.for file in Makefile.orig gears image julia pendulum + -@ ${RM} ${WRKSRC}/demos/GL/${file} +.endfor +.for file in Makefile.orig client server + -@ ${RM} ${WRKSRC}/demos/Message/${file} +.endfor + -@ ${RMDIR} ${WRKDIR}/EZWGL-1.40/doc/html/misc + -@ ${MV} ${WRKDIR}/EZWGL-1.40/doc/man3/EZ_RegisterCompositeWidget,3 ${WRKDIR}/EZWGL-1.40/doc/man3/EZ_RegisterCompositeWidget.3 -@ ${RM} ${WRKSRC}/examples/Makefile.orig do-install: @@ -43,7 +55,7 @@ @ ${INSTALL_DATA} ${WRKSRC}/lib/libEZ.so.${VERSION} ${PREFIX}/lib @ ${LN} -sf libEZ.so.${VERSION} ${PREFIX}/lib/libEZ.so .for file in ${MAN3} - @ ${INSTALL_MAN} ${WRKSRC}/doc/man3/${file} ${PREFIX}/man/man3 + @ ${INSTALL_MAN} ${WRKDIR}/EZWGL-1.40/doc/man3/${file} ${PREFIX}/man/man3 .endfor @ ${MKDIR} ${PREFIX}/share/examples/EZ @ cd ${WRKSRC}/examples; tar cf - * | \ @@ -55,7 +67,7 @@ post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/EZ - @ cd ${WRKSRC}/doc; tar cf - html ps | \ + @ cd ${WRKDIR}/EZWGL-1.40/doc; tar cf - html ps | \ (cd ${PREFIX}/share/doc/EZ; tar --unlink -xf - ) .endif ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib diff -Nru EZWGL/files/manpages EZWGL-1.40c/files/manpages --- EZWGL/files/manpages Sun Jan 3 02:22:25 1999 +++ EZWGL-1.40c/files/manpages Sun Feb 14 11:39:06 1999 @@ -91,6 +91,7 @@ MAN3+= EZ_GetAndUseWidgetResources.3 MAN3+= EZ_GetApplicationResource.3 MAN3+= EZ_GetAtom.3 +MAN3+= EZ_GetBackgroundGC.3 MAN3+= EZ_GetBubbleHelp.3 MAN3+= EZ_GetCheckButtonState.3 MAN3+= EZ_GetCommunicationWindow.3 @@ -175,6 +176,7 @@ MAN3+= EZ_GlobFiles.3 MAN3+= EZ_GlobHiddenFiles.3 MAN3+= EZ_GrabPointer.3 +MAN3+= EZ_HandleDnDEvents.3 MAN3+= EZ_HideWidget.3 MAN3+= EZ_HighlightWidget.3 MAN3+= EZ_IdentityMatrix.3 diff -Nru EZWGL/files/md5 EZWGL-1.40c/files/md5 --- EZWGL/files/md5 Sun Jan 3 02:22:25 1999 +++ EZWGL-1.40c/files/md5 Sun Jan 31 20:05:43 1999 @@ -1,3 +1,2 @@ -MD5 (EZWGL-1.40-src.tgz) = 817f7aee5f0fd67410b857f329fe7a18 MD5 (EZWGL-1.40-doc.tgz) = ee99a79a3efddf01952313fcee8c5610 -MD5 (EZWGL-1.40-demo.tgz) = d6ba842e5814988a182a7feac4135ccb +MD5 (EZWGL-1.40c-src.tgz) = 6e2c205d19c875951015f0e3085933aa diff -Nru EZWGL/patches/patch-aa EZWGL-1.40c/patches/patch-aa --- EZWGL/patches/patch-aa Sun Jan 3 02:22:25 1999 +++ EZWGL-1.40c/patches/patch-aa Sat Feb 13 18:33:19 1999 @@ -1,6 +1,32 @@ ---- Makefile Wed Nov 11 17:52:43 1998 -+++ /home/andy/tmp/wrk/Makefile Tue Dec 22 12:37:23 1998 -@@ -22,14 +22,14 @@ +--- Makefile Wed Dec 9 23:58:24 1998 ++++ /home/andy/tmp/wrk/Makefile Sat Feb 13 18:29:55 1999 +@@ -4,16 +4,22 @@ + # + #---------------------------------------------------------------------------------- + ++# X11R6 directory ++X11BASE ?= /usr/X11R6 ++ ++# Local packages directory ++LOCALBASE ?= /usr/local ++ + # place to install the EZWGL library +-LIBDIR = /usr/local/lib ++LIBDIR = $(X11BASE)/lib + #LIBDIR = /usr/lib + + # place to install the header file EZ.h +-INCLDIR = /usr/local/include ++INCLDIR = $(X11BASE)/include + #INCLDIR = /usr/include + + # place to instal the man pages +-MANDIR=/usr/local/man/man3 ++MANDIR = $(X11BASE)/man/man3 + + #---------------------------------------------------------------------------------- + AR = ar +@@ -22,14 +28,14 @@ #---------------------------------------------------------------------------------- # Compiler, you need gcc. # @@ -17,7 +43,7 @@ # # If your X window environment does not support the MIT shared memory # extension, comment out the next line. -@@ -45,8 +45,8 @@ +@@ -45,8 +51,8 @@ # If you don't want the JPEG support, simply comment out # the next two lines. # @@ -28,7 +54,7 @@ # # A few high frequency gl routines have macro substitutes. The macro version # is about, on average, 5-10% faster. However, they generate about 25% larger -@@ -58,7 +58,7 @@ +@@ -58,7 +64,7 @@ GL_FLAG = -DUSE_GL_MACROS #-DLOW_PRECISION_SQRT # #------------------------------------------------------------------ @@ -37,8 +63,8 @@ FLAGS = $(DEBUG_FLAG) $(GL_FLAG) $(MISC_FLAG) $(JPEG_FLAG) COMPILER = $(CC) $(CFLAGS) -@@ -67,16 +67,16 @@ - all: shared +@@ -68,16 +74,16 @@ + shared: - cd jpeg; make all CC="$(CC) -fpic"; @@ -59,13 +85,4 @@ +# cd demos; make all CC="$(COMPILER)" LIBDIR="$(LIBDIR)" JPEG_LIB="$(JPEG_LIB)" install-shared: - cd lib; make install-shared CC="$(COMPILER) $(FLAGS) -fpic" LIBDIR="$(LIBDIR)" -@@ -85,7 +85,7 @@ - - install-static: - cd lib; make install-static CC="$(COMPILER) $(FLAGS)" AR=$(AR) LIBDIR="$(LIBDIR)" RANLIB="$(RANLIB)" -- cd include; make install CC="$(COMPILER)" INCLDIR="$(INCLDIR)" -+# cd include; make install CC="$(COMPILER)" INCLDIR="$(INCLDIR)" - - clean: - cd lib; make clean RM="$(RM)" + cd include; make install CC="$(COMPILER)" INCLDIR="$(INCLDIR)" diff -Nru EZWGL/patches/patch-ag EZWGL-1.40c/patches/patch-ag --- EZWGL/patches/patch-ag Mon Jan 11 02:44:22 1999 +++ EZWGL-1.40c/patches/patch-ag Sun Feb 14 10:18:01 1999 @@ -1,5 +1,5 @@ ---- lib/Makefile Wed Nov 11 17:46:38 1998 -+++ /home/andy/tmp/wrk/lib/Makefile Tue Dec 22 10:45:30 1998 +--- lib/Makefile Tue Nov 17 07:43:35 1998 ++++ /home/andy/tmp/wrk/lib/Makefile Sun Feb 14 10:13:05 1999 @@ -19,7 +19,13 @@ static: libEZ.a @@ -15,23 +15,19 @@ #---------------------------------------------------------------------------------- -@@ -94,21 +100,25 @@ +@@ -94,20 +100,19 @@ OBJ = $(SRC:.c=.o) libEZ.so.1.4: $(OBJ) - $(CC) -shared -o libEZ.so.1.4 $(OBJ) ../jpeg/*.o -+ $(CC) -shared -o libEZ.so.1.4 $(OBJ) -L${LOCALBASE}/lib -ljpeg ++ $(CC) -shared -o libEZ.so.1.4 $(OBJ) - /bin/rm -f libEZ.so libEZ.so.1 ln -s libEZ.so.1.4 libEZ.so ln -s libEZ.so.1.4 libEZ.so.1 -+libEZ.so.1: $(OBJ) -+ $(CC) -shared -Wl,-soname,$@ -o $@ $(OBJ) -+ - /bin/rm -f libEZ.so -+ ln -s $@ libEZ.so -+ libEZ.a: $(OBJ) - $(AR) r libEZ.a $(OBJ) +- $(AR) r libEZ.a $(OBJ) ../jpeg/*.o ++ $(AR) r libEZ.a $(OBJ) $(RANLIB) libEZ.a install-shared: shared @@ -39,15 +35,13 @@ - - /bin/rm -f $(LIBDIR)/libEZ.so $(LIBDIR)/libEZ.so.1 - ln -s $(LIBDIR)/libEZ.so.1.4 $(LIBDIR)/libEZ.so - ln -s $(LIBDIR)/libEZ.so.1.4 $(LIBDIR)/libEZ.so.1 -- - (lldconfig >/dev/null || /sbin/ldconfig) + cp $(SOLIB) $(LIBDIR) + - /bin/rm -f $(LIBDIR)/libEZ.so + ln -s $(LIBDIR)/$(SOLIB) $(LIBDIR)/libEZ.so -+ - (ldconfig >/dev/null || /sbin/ldconfig) + - (lldconfig >/dev/null || /sbin/ldconfig) install-static: shared - cp libEZ.a $(LIBDIR) -@@ -127,7 +137,7 @@ +@@ -127,7 +132,7 @@ $(CC) $(GLOB_OPTIONS) -c fnmatch.c EZ_Jpeg.o: EZ_Jpeg.c EZ_Widget.h diff -Nru EZWGL/pkg/PLIST EZWGL-1.40c/pkg/PLIST --- EZWGL/pkg/PLIST Sun Jan 3 02:22:27 1999 +++ EZWGL-1.40c/pkg/PLIST Sun Feb 14 13:36:34 1999 @@ -959,45 +959,6 @@ share/examples/EZ/cloth.gif share/examples/EZ/cursor.c share/examples/EZ/demo.c -share/examples/EZ/demos/DnD/src2.c -share/examples/EZ/demos/DnD/target2.c -share/examples/EZ/demos/DnD/Makefile -share/examples/EZ/demos/DnD/src1.c -share/examples/EZ/demos/DnD/target1.c -share/examples/EZ/demos/DnD/README -share/examples/EZ/demos/GL/pendulum.c -share/examples/EZ/demos/GL/gears.c -share/examples/EZ/demos/GL/image.c -share/examples/EZ/demos/GL/julia.c -share/examples/EZ/demos/GL/flowers.xpm -share/examples/EZ/demos/GL/guilin.gif -share/examples/EZ/demos/GL/Makefile -share/examples/EZ/demos/GL/README -share/examples/EZ/demos/Makefile -share/examples/EZ/demos/Message/client.c -share/examples/EZ/demos/Message/server.c -share/examples/EZ/demos/Message/Makefile -share/examples/EZ/demos/Message/README -share/examples/EZ/demos/README -share/examples/EZ/demos/animate.c -share/examples/EZ/demos/btnbox.c -share/examples/EZ/demos/burning/borrar-0.xpm -share/examples/EZ/demos/burning/borrar-1.xpm -share/examples/EZ/demos/burning/borrar-2.xpm -share/examples/EZ/demos/burning/borrar-3.xpm -share/examples/EZ/demos/burning/borrar-4.xpm -share/examples/EZ/demos/burning/borrar-5.xpm -share/examples/EZ/demos/burning/borrar-6.xpm -share/examples/EZ/demos/burning/borrar-7.xpm -share/examples/EZ/demos/burning/borrar-8.xpm -share/examples/EZ/demos/burning/README -share/examples/EZ/demos/burning/README.~1~ -share/examples/EZ/demos/clock.c -share/examples/EZ/demos/counter.c -share/examples/EZ/demos/hanoi.c -share/examples/EZ/demos/locator.c -share/examples/EZ/demos/meter.c -share/examples/EZ/demos/puzzle.c share/examples/EZ/entry.c share/examples/EZ/fileselector.c share/examples/EZ/flistbox.c @@ -1022,17 +983,60 @@ share/examples/EZ/twotails.xpm share/examples/EZ/workarea.c share/examples/EZ/xevent.c +share/examples/EZ/demos/Makefile +share/examples/EZ/demos/README +share/examples/EZ/demos/animate.c +share/examples/EZ/demos/btnbox.c +share/examples/EZ/demos/clock.c +share/examples/EZ/demos/counter.c +share/examples/EZ/demos/guilin.gif +share/examples/EZ/demos/hanoi.c +share/examples/EZ/demos/locator.c +share/examples/EZ/demos/meter.c +share/examples/EZ/demos/puzzle.c +share/examples/EZ/demos/DnD/src2.c +share/examples/EZ/demos/DnD/target2.c +share/examples/EZ/demos/DnD/Makefile +share/examples/EZ/demos/DnD/src1.c +share/examples/EZ/demos/DnD/target1.c +share/examples/EZ/demos/DnD/README +share/examples/EZ/demos/GL/Makefile +share/examples/EZ/demos/GL/README +share/examples/EZ/demos/GL/flowers.xpm +share/examples/EZ/demos/GL/gears.c +share/examples/EZ/demos/GL/guilin.gif +share/examples/EZ/demos/GL/image.c +share/examples/EZ/demos/GL/julia.c +share/examples/EZ/demos/GL/pendulum.c +share/examples/EZ/demos/Glass/Makefile +share/examples/EZ/demos/Glass/README +share/examples/EZ/demos/Glass/setroot.c +share/examples/EZ/demos/Glass/transparent.c +share/examples/EZ/demos/Glass/widget.c +share/examples/EZ/demos/Message/client.c +share/examples/EZ/demos/Message/server.c +share/examples/EZ/demos/Message/Makefile +share/examples/EZ/demos/Message/README +share/examples/EZ/demos/burning/borrar-0.xpm +share/examples/EZ/demos/burning/borrar-1.xpm +share/examples/EZ/demos/burning/borrar-2.xpm +share/examples/EZ/demos/burning/borrar-3.xpm +share/examples/EZ/demos/burning/borrar-4.xpm +share/examples/EZ/demos/burning/borrar-5.xpm +share/examples/EZ/demos/burning/borrar-6.xpm +share/examples/EZ/demos/burning/borrar-7.xpm +share/examples/EZ/demos/burning/borrar-8.xpm @dirrm share/doc/EZ/html/images @dirrm share/doc/EZ/html/manp @dirrm share/doc/EZ/html/manual/images @dirrm share/doc/EZ/html/manual -@dirrm share/doc/EZ/html/misc @dirrm share/doc/EZ/html/screenshots @dirrm share/doc/EZ/html @dirrm share/doc/EZ/ps @dirrm share/doc/EZ @dirrm share/examples/EZ/demos/DnD @dirrm share/examples/EZ/demos/GL +@dirrm share/examples/EZ/demos/Glass @dirrm share/examples/EZ/demos/Message @dirrm share/examples/EZ/demos/burning @dirrm share/examples/EZ/demos >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 04:30:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24242 for freebsd-ports-outgoing; Sun, 14 Feb 1999 04:30:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24214 for ; Sun, 14 Feb 1999 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA29713; Sun, 14 Feb 1999 04:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23756 for ; Sun, 14 Feb 1999 04:25:10 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.8.8/8.8.8) id PAA17131; Sun, 14 Feb 1999 15:25:28 +0300 (MSK) (envelope-from andy) Message-Id: <199902141225.PAA17131@icc.surw.chel.su> Date: Sun, 14 Feb 1999 15:25:28 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10074: Update port: lang/ptoc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10074 >Category: ports >Synopsis: Update port: lang/ptoc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 04:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update lang/ptoc port. diff -Nru ptoc/Makefile ptoc-3.41/Makefile --- ptoc/Makefile Mon Nov 9 14:16:00 1998 +++ ptoc-3.41/Makefile Sun Feb 14 15:21:12 1999 @@ -1,15 +1,15 @@ # New ports collection makefile for: ptoc -# Version required: 3.34 +# Version required: 3.41 # Date created: 10 December 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.6 1998/11/09 01:21:38 steve Exp $ # -DISTNAME= ptoc_3.34 -PKGNAME= ptoc-3.34 +DISTNAME= ptoc-3.41 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://www.ispras.ru/~knizhnik/ MASTER_SITE_SUBDIR= devel/lang/pascal MAINTAINER= andy@icc.surw.chel.su @@ -19,6 +19,11 @@ USE_XLIB= yes WRKSRC= ${WRKDIR}/ptoc +pre-build: + @ ${MV} ${WRKSRC}/makefile.bsd ${WRKSRC}/makefile + @ ${MV} ${WRKSRC}/Xbgi/makefile.bsd ${WRKSRC}/Xbgi/makefile + @ ${MV} ${WRKSRC}/examples/makefile.bsd ${WRKSRC}/examples/makefile + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/cganal ${PREFIX}/bin @ ${INSTALL_PROGRAM} ${WRKSRC}/ptoc ${PREFIX}/bin @@ -38,6 +43,8 @@ .for file in bgidemo.pas coord.txt hello.pas impact.pas lister.pas polut2.pas printer.pas q2.txt random.txt rename.pas set.pas test.pas tpascal.pas trinor.pas vibrkinp.pas vibrkinp.txt vibrtabl.pas war2.pas war2.txt xy2orig.txt @ ${INSTALL_DATA} ${WRKSRC}/examples/${file} ${PREFIX}/share/examples/ptoc .endfor + +post-install: .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/ptoc @ ${INSTALL_DATA} ${WRKSRC}/Readme.htm ${PREFIX}/share/doc/ptoc diff -Nru ptoc/files/md5 ptoc-3.41/files/md5 --- ptoc/files/md5 Mon Nov 9 14:16:15 1998 +++ ptoc-3.41/files/md5 Sun Feb 14 14:57:23 1999 @@ -1 +1 @@ -MD5 (ptoc_3.34.tar.gz) = 975baf0f6220ec0f42741e4fcd00830e +MD5 (ptoc-3.41.tar.gz) = 4db4d7730360264625fa293c361225b2 diff -Nru ptoc/patches/patch-aa ptoc-3.41/patches/patch-aa --- ptoc/patches/patch-aa Mon Nov 9 14:16:15 1998 +++ ptoc-3.41/patches/patch-aa Sun Feb 14 15:11:47 1999 @@ -1,15 +1,11 @@ ---- main.cxx Wed Jun 3 13:18:44 1998 -+++ /home/andy/tmp/wrk/main.cxx Wed Oct 28 22:12:00 1998 -@@ -309,7 +309,12 @@ - - compile_system_library = TRUE; +--- main.cxx Fri Nov 6 11:19:54 1998 ++++ /home/andy/tmp/wrk/main.cxx Sun Feb 14 15:11:06 1999 +@@ -319,7 +319,7 @@ + #ifdef PREFIX + token::input(turbo_pascal + ? PREFIX "/share/ptoc/tptoc.pas" +- : PREFIX "/share/ptoc/ptoc.pas")); ++ : PREFIX "/share/ptoc/ptoc.pas"); + #else token::input(dprintf("%s%s", prog_path, -+#ifdef PREFIX -+ turbo_pascal ? PREFIX "/share/ptoc/tptoc.pas" : -+ PREFIX "/share/ptoc/ptoc.pas")); -+#else - turbo_pascal ? "tptoc.pas" : "ptoc.pas")); -+#endif - zzparse(); - - compile_system_library = FALSE; + turbo_pascal ? "tptoc.pas" : "ptoc.pas")); diff -Nru ptoc/patches/patch-ab ptoc-3.41/patches/patch-ab --- ptoc/patches/patch-ab Mon Nov 9 14:16:15 1998 +++ ptoc-3.41/patches/patch-ab Thu Jan 1 03:00:00 1970 @@ -1,14 +0,0 @@ ---- main.h Wed Jun 3 13:20:28 1998 -+++ /home/andy/tmp/wrk/main.h Wed Oct 28 22:12:08 1998 -@@ -37,7 +37,11 @@ - - #define CALL_GRAPH_FILE "call.grp" - #define RECURSIVE_PROC_FILE "recur.prc" -+#ifdef PREFIX -+#define CONFIG_FILE PREFIX "/etc/ptoc.cfg" -+#else - #define CONFIG_FILE "ptoc.cfg" -+#endif - - extern bool use_call_graph; - extern bool pio_init; diff -Nru ptoc/patches/patch-ac ptoc-3.41/patches/patch-ac --- ptoc/patches/patch-ac Mon Nov 9 14:16:15 1998 +++ ptoc-3.41/patches/patch-ac Thu Jan 1 03:00:00 1970 @@ -1,95 +0,0 @@ ---- makefile Wed Apr 15 09:28:48 1998 -+++ /home/andy/tmp/wrk/makefile Mon Nov 2 14:49:09 1998 -@@ -8,29 +8,54 @@ - default : all - - # --# Install path -+# C/C++ compiler - # --INSTALL_LIB_DIR = /usr/lib --INSTALL_BIN_DIR = /usr/bin -+CC?= gcc -+CXX?= g++ - - # --# Target. -+# C/C++ flags - # -+CFLAGS?= -O5 -g -Wall -c -+CXXFLAGS?= -O5 -g -Wall -c -+#CFLAGS= -fno-exceptions -O5 -g -Wall -c -+#CXXFLAGS= -fno-exceptions -O5 -g -Wall -c - --BINS = ptoc cganal --LIBS = libptoc.a libXbgi.a -+# -+# X Window System directory -+# -+X11BASE?= /usr/X11R6 -+ -+# -+# Local packages directory -+# -+LOCALBASE?= /usr/local -+ -+# -+# Installation directory -+# -+PREFIX?= $(LOCALBASE) -+ -+# -+# Config file -+# -+CONFIG_FILE?= $(LOCALBASE)/etc/ptoc.conf - - # --# Chose compiler You prefer. -+# Install path - # -+INSTALL_LIB_DIR = $(PREFIX)/lib -+INSTALL_BIN_DIR = $(PREFIX)/bin - --#CC = cxx --CC = gcc --CCFLAGS = -O5 -g -Wall -c --#CCFLAGS = -fno-exceptions -O5 -g -Wall -c -+# -+# Target. -+# -+ -+BINS = ptoc cganal -+LIBS = libptoc.a libXbgi.a - --DEFINES = --INCLUDES = -I. -+DEFINES = -DPREFIX=\"$(PREFIX)\" -+INCLUDES = -I. -I$(X11BASE)/include - - YACC = bison -d -p zz - LEX = flex -i -F -8 -@@ -39,9 +64,9 @@ - # Chose linker You prefer. - # - --LD = $(CC) -+LD = $(CXX) - #LDFLAGS = -non_shared --LDFLAGS = -static -+#LDFLAGS = -static - - - AR = ar -@@ -66,10 +91,10 @@ - # - - .cxx.o : -- $(CC) $(CCFLAGS) $(DEFINES) $(INCLUDES) -o $@ $< -+ $(CXX) $(CXXFLAGS) $(DEFINES) $(INCLUDES) -o $@ -c $< - - .c.o : -- $(CC) $(CCFLAGS) $(DEFINES) $(INCLUDES) -o $@ $< -+ $(CC) $(CXXFLAGS) $(DEFINES) $(INCLUDES) -o $@ -c $< - - # - # Custom targets. diff -Nru ptoc/patches/patch-ad ptoc-3.41/patches/patch-ad --- ptoc/patches/patch-ad Mon Nov 9 14:16:16 1998 +++ ptoc-3.41/patches/patch-ad Thu Jan 1 03:00:00 1970 @@ -1,29 +0,0 @@ ---- Xbgi/makefile Wed Jun 25 16:43:30 1997 -+++ /home/andy/tmp/wrk/Xbgi/makefile Wed Oct 28 22:12:25 1998 -@@ -43,19 +43,22 @@ - - LIB = ../libXbgi.a - --CC = gcc --CCFLAGS = -O2 -g -+# C compiler -+CC?= gcc -+CFLAGS?= -O2 -g - AR = ar - ARFLAGS = rc -+X11BASE?= /usr/X11R6 -+ - - .c.o: -- $(CC) $(CCFLAGS) -c $< -+ $(CC) $(CFLAGS) -I$(X11BASE)/include -c $< - - ../libXbgi.a: $(OBJ) - $(AR) $(ARFLAGS) $(LIB) $(OBJ) - - demo: demo.c -- gcc -O -g -o demo demo.c ../libXbgi.a -L/usr/X11/lib -lX11 -lm -+ gcc -O -g -o demo demo.c ../libXbgi.a -L$(X11BASE)/lib -lX11 -lm - - clean: - rm -f $(OBJ) *~ usleep.o demo diff -Nru ptoc/patches/patch-ae ptoc-3.41/patches/patch-ae --- ptoc/patches/patch-ae Mon Nov 9 04:21:42 1998 +++ ptoc-3.41/patches/patch-ae Thu Jan 1 03:00:00 1970 @@ -1,160 +0,0 @@ ---- examples/makefile Sun Mar 1 01:37:02 1998 -+++ /home/andy/tmp/wrk/examples/makefile Tue Nov 3 19:00:11 1998 -@@ -1,10 +1,18 @@ --#CC = gcc -g -O5 -fno-exceptions --CC = gcc -g -O5 --CGANAL = ../cganal --PTOC = ../ptoc --PTOC_LIB = ../libptoc.a --BGI_LIB = ../libXbgi.a --GRAPH_LIB = -L/usr/X11/lib -lX11 -+# -+# Compilers -+# -+CC?= cc -+CXX?= c++ -+CGANAL = cganal -+PTOC = ptoc -+ -+# -+# Include files and libraries -+# -+PTOC_INC = -I/usr/local/include/ptoc -+PTOC_LIB = -L/usr/local/lib -lptoc -+BGI_LIB = -L/usr/local/lib -lXbgi -+GRAPH_LIB = -L/usr/X11R6/lib -lX11 - MATH_LIB = -lm - - EXE = hello_c hello_cxx impact war2 trinor tpascal set_c set_cxx lister polut2 vibrkinp vibrtabl bgidemo -@@ -24,11 +32,11 @@ - hello.cxx: hello.pas - $(PTOC) -in hello.pas - --hello_c: hello.c $(PTOC_LIB) -- $(CC) -I.. -o hello_c hello.c $(PTOC_LIB) -+hello_c: hello.c -+ $(CC) $(PTOC_INC) -o hello_c hello.c $(PTOC_LIB) - --hello_cxx: hello.cxx $(PTOC_LIB) -- $(CC) -I.. -o hello_cxx hello.cxx $(PTOC_LIB) -+hello_cxx: hello.cxx -+ $(CXX) $(PTOC_INC) -o hello_cxx hello.cxx $(PTOC_LIB) - - #---------------------------------------------------------------- - # Graphic example: BGIDEMO -@@ -36,8 +44,8 @@ - bgidemo.cxx: bgidemo.pas - $(PTOC) -turbo -preserve -analyze -in bgidemo.pas - --bgidemo: bgidemo.cxx $(PTOC_LIB) $(BGI_LIB) -- $(CC) -I.. -DTURBO_PASCAL -funsigned-char -o bgidemo bgidemo.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) -+bgidemo: bgidemo.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -funsigned-char -o bgidemo bgidemo.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) - - #---------------------------------------------------------------- - # Some numeric programs for Turbo Pascal -@@ -47,42 +55,42 @@ - vibrtabl.cxx: vibrtabl.pas - $(PTOC) -turbo -in vibrtabl.pas - --vibrtabl: vibrtabl.cxx $(PTOC_LIB) $(BGI_LIB) -- $(CC) -I.. -DTURBO_PASCAL -o vibrtabl vibrtabl.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) -+vibrtabl: vibrtabl.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -o vibrtabl vibrtabl.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) - - - vibrkinp.cxx: vibrkinp.pas - $(PTOC) -turbo -in vibrkinp.pas - --vibrkinp: vibrkinp.cxx $(PTOC_LIB) $(BGI_LIB) -- $(CC) -I.. -DTURBO_PASCAL -o vibrkinp vibrkinp.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) -+vibrkinp: vibrkinp.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -o vibrkinp vibrkinp.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) - - - polut2.cxx: polut2.pas - $(PTOC) -turbo -in polut2.pas - --polut2: polut2.cxx $(PTOC_LIB) $(BGI_LIB) -- $(CC) -I.. -DTURBO_PASCAL -o polut2 polut2.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) -+polut2: polut2.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -o polut2 polut2.cxx $(PTOC_LIB) $(BGI_LIB) $(GRAPH_LIB) $(MATH_LIB) - - - impact.cxx: impact.pas - $(PTOC) -turbo -in impact.pas - --impact: impact.cxx $(PTOC_LIB) -- $(CC) -I.. -DTURBO_PASCAL -o impact impact.cxx $(PTOC_LIB) $(MATH_LIB) -+impact: impact.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -o impact impact.cxx $(PTOC_LIB) $(MATH_LIB) - - trinor.cxx: trinor.pas - $(PTOC) -turbo -in trinor.pas - --trinor: trinor.cxx $(PTOC_LIB) -- $(CC) -I.. -DTURBO_PASCAL -o trinor trinor.cxx $(PTOC_LIB) $(MATH_LIB) -+trinor: trinor.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -o trinor trinor.cxx $(PTOC_LIB) $(MATH_LIB) - - - war2.cxx: war2.pas - $(PTOC) -turbo -in war2.pas - --war2: war2.cxx $(PTOC_LIB) -- $(CC) -I.. -DTURBO_PASCAL -o war2 war2.cxx $(PTOC_LIB) $(MATH_LIB) -+war2: war2.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -o war2 war2.cxx $(PTOC_LIB) $(MATH_LIB) - # This program reads data from files war2.txt, random.txt, coord.txt - # and produce file xy2.txt. Your can compare this file with xy2orig.txt - # produced by original Pascal program. -@@ -97,8 +105,8 @@ - printer.cxx: printer.pas - $(PTOC) -turbo -init -in printer.pas - --lister: lister.cxx printer.cxx $(PTOC_LIB) -- $(CC) -g -I.. -DTURBO_PASCAL -o lister lister.cxx printer.cxx $(PTOC_LIB) -+lister: lister.cxx printer.cxx -+ $(CXX) $(PTOC_INC) -DTURBO_PASCAL -o lister lister.cxx printer.cxx $(PTOC_LIB) - - #------------------------------------------------------------------- - # Some tests for converter. This programms produce dummy output. -@@ -128,11 +136,11 @@ - set.c: set.pas - $(PTOC) -c -intset -in set.pas - --set_cxx: set.cxx $(PTOC_LIB) -- $(CC) -I.. -o set_cxx set.cxx $(PTOC_LIB) -+set_cxx: set.cxx -+ $(CXX) $(PTOC_INC) -o set_cxx set.cxx $(PTOC_LIB) - --set_c: set.c $(PTOC_LIB) -- $(CC) -I.. -o set_c set.c $(PTOC_LIB) -+set_c: set.c -+ $(CC) $(PTOC_INC) -o set_c set.c $(PTOC_LIB) - - # Test for Turbo Pascal - -@@ -140,14 +148,16 @@ - $(PTOC) -turbo -cstring -in tpascal.pas - - tpascal: tpascal.cxx -- $(CC) -I.. -o tpascal -DTURBO_PASCAL tpascal.cxx $(PTOC_LIB) -- -- -+ $(CXX) $(PTOC_INC) -o tpascal -DTURBO_PASCAL tpascal.cxx $(PTOC_LIB) - - -+# -+# Erase intermediate files after generating binaries -+# - - clean: -- rm -f $(EXE) *~ *.o core call.grp recur.prc -- -- -+ rm -f $(EXE) $(convert) *~ *.o *.core call.grp recur.prc \ -+ hello.c hello.cxx impact.cxx war2.cxx trinor.cxx tpascal.cxx \ -+ set.c set.cxx lister.cxx polut2.cxx vibrkinp.cxx vibrtabl.cxx \ -+ bgidemo.cxx printer.cxx printer.h - diff -Nru ptoc/pkg/DESCR ptoc-3.41/pkg/DESCR --- ptoc/pkg/DESCR Fri Mar 27 13:51:23 1998 +++ ptoc-3.41/pkg/DESCR Sun Feb 14 15:22:26 1999 @@ -15,3 +15,5 @@ Also emulation libraries of Borland Graphics Interface (BGI) for X Window System included in this distribution (BGI emulators can be also used without converter for C programs using BGI). + +http://www.ispras.ru/~knizhnik/ >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 04:36:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24666 for freebsd-ports-outgoing; Sun, 14 Feb 1999 04:36:17 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24624; Sun, 14 Feb 1999 04:35:53 -0800 (PST) (envelope-from jseger@jseger.scds.com) Received: from jseger.scds.com (localhost.scds.com [127.0.0.1]) by scds.com (8.9.3/8.8.8) with ESMTP id HAA74509; Sun, 14 Feb 1999 07:36:12 -0500 (EST) (envelope-from jseger@jseger.scds.com) Message-Id: <199902141236.HAA74509@scds.com> To: ports@FreeBSD.ORG cc: asami@FreeBSD.ORG Subject: Ports Freeze Over? Date: Sun, 14 Feb 1999 07:36:12 -0500 From: "Justin M. Seger" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is the ports freeze over now that the final INDEX has been committed? TTYL, -Justin Seger- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 06:20:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01959 for freebsd-ports-outgoing; Sun, 14 Feb 1999 06:20:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01940 for ; Sun, 14 Feb 1999 06:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id GAA32986; Sun, 14 Feb 1999 06:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from eece.unm.edu (slip-5.arc.unm.edu [198.59.173.210]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01848 for ; Sun, 14 Feb 1999 06:18:59 -0800 (PST) (envelope-from dbader@eece.unm.edu) Received: (from dbader@localhost) by eece.unm.edu (8.8.8/8.8.5) id HAA18647; Sun, 14 Feb 1999 07:19:00 -0700 (MST) Message-Id: <199902141419.HAA18647@eece.unm.edu> Date: Sun, 14 Feb 1999 07:19:00 -0700 (MST) From: "David A. Bader" Reply-To: dbader@eece.unm.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10076: updated port: net/mpich Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10076 >Category: ports >Synopsis: updated net/mpich port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 06:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: David A. Bader >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: University of New Mexico >Environment: >Description: Replace the current net/mpich port (mpich-1.1.1) with the following new net/mpich (mpich-1.1.2). This port has been tested under FreeBSD 2.2.8-RELEASE and 3.0-STABLE. >How-To-Repeat: >Fix: begin 644 mpich-1.1.2-port.tar.gz M'XL("&+:QC8``VUP:6-H+3$N,2XR+7!OK]:OX,[D M0[*.95.6K(GWO!5%HFUM)%%'2I.DZJI8%`E*.%,DER^.O5O[WZ\!\`4@*5G* M33);=T3-V,#33Q.-MT8#9-P^WP;8VIS_]!V3U+WH]WK23Y(D]WL7Z>\K\CM+ M%Y)T=74E]WH]8()8[LC=GZ3>]S0J2TD4FZ$D_62O3!N%NWDK([V%))_\_'?SKJ2:_I%#B3VW*[TX;>:*__\4:ZD59] M^U?K\LKJ6>\<>X7Z)OJU:W4[LFSU>IT+V6S]T;8WZ7^?LO4?/*R_6PQPO/^7 M^U?]QO__B,2/_U"=3I79XG>OXT7_WR/CW^MT^MW>50_V`OGRHM=I_/^/2%,4 M1>8:27,SBK"WEL9>C$+'M)#T>CH?OY$F>!6:X7/CZ_^/)G[]CQ1]J'V'.EY: M_[W^96G]=ZZZS?K_(0D6^?!>PI%D2H$?QN;*11+>!B[:(B\V8^Q[DN](\09) MP`2?(+J+5NXNWDC0CYYMAG9;6@![[9LNT02MMU)$GOA,&#&RWY+:8E^RT2-R M_4`R6U^QC4"<1,C.GR(Y?BA]#7%,G-*6U7H6I$XJ"/UU:&ZCMC2(I"BQ-L3` M%LY=5[3Q$]>64$3:@Z,-:5QH6C&V3/=MWLZW$G(<;&%HZ%L):FTY+GK"I`,$ M(]+*I;3R-KA(RTULL-4,$3S925Q7BE`,K6W9OI60CHO(\T`C-%T7N9F]6V([ M>C))]T;M?P^7RJ__^62L__Z[_TOK7^[)73D]__7DBSX]__<[S?GOAR0V^K!* MSSIGP]/3\VQZGD_-!T0N!5HO,MK8VTW2E,%HJNR66QLS@&5KR!<&<#IMR]K- MW2#7]8VO?NC:>WD@"),]-@5XKWI(5OD^0NP'ONNOG_>2P)N%QLHRH[B@K;!W M;OF>@]=MX@N3B,/1$[)0R`'_G6P#<&0Q!VT#%"+V``'%PZ%8%FJ$G-/OEX!W M%R*P-3T1J*^HZ-<":)OA.JJBUL8(NE4XX)\(??0HL@@B=`.L3FO#EV'?P!;B MD2C>FM8&>XBW(A$Z+\&N#3`0@^B\\]2IQ5>N:3W42_RGXN&"Q*:;Y66]S'6) M47N%W7IAN$\SW*,)^\SS3D%]LXFDOJ8-K:A>:[/'PLT>`UV\WL3&3C,?]U3Y MN*?*QSU5?MW@&`D2)T1H%=GG=(ZR9;EY(%/O15;0-0@O>HE8M\IW<,L+?0=- M6.:[.<72W\WAW,$>4N$B=I,XM[&;5'8E>YC)(8\KN9S]3,$-[:<&!UB8>-B# M477=%Z@ES[:'57B['23!`^[B5'U@#=,V8[/8MB.Z4^VA8Q;HGENPKUG^=MO> M9T69;&#/]8[0(+T*@?/!&J0M\7.`CE8XSC`4AAN(Y5T4?H/*D54]62@@)ZZ# M-9S$LXC"X;V6:QQGVCKTD^`X]G$5;!")O@^FTZ/>45,RUSC.+E"#@^.1%3&- MXRJ"8VI\,!EVM<.Y`3X]/8;=@=]&NG\=JN8?;H]_Y,P(CNK]X&BW$'S#"@^. M7ZK!<4LH^(8U%!R_*H+CYW=PW(0*CI@:P=%S(T1_3]`1"R=3.+(:%L8=RS^R MDOQ4>:C&L8W_IK8?V?1O:?G1#<\4#J^&,HA/.Y1M(^>P1I-`^5"B?S!Q_R-= MO"+_0_B&V^;+/(<"X>CIQAY=8+8]]VZ&G`=9D"0XOD5 M26#&UL8E[U&JHM"/?0<_Y0(XJ9/_;11EW49:DW?JL#RO=DB+V54B\+.I*N+G M5$DJC+P@N_5#B$Z\O9:5.3OLRV@.6.GL(Y2LJ9SWDQB[I3TI/Y>QN'X59BU.H5\PZY",/<+P'\U5B=J'IE\#*+VYT/)K],W&%[ MU=]&&S-$]D'<%TE["#4B$;)]2P3JAZJV`]+U*=>BE[5HMX*6`&&A[9&EDW\W M0Y0(L[8J$I!_C[><3=J5LO>_F?_\'G6\\/ZW?W'12]__DN\_>O3];_^J>?_[ M(](OT@Q]I9]$1)+ENRZBUX/2-IT.Y`N(ZQ,Z1:37^0JW16%_,!E/EAK6$?>G<&@X6RIVJC17]YL1#<6LZT!>*9NCC M!4&<.+@^/X>?[2U$@J;GMM?^XWF0D.@>G[>`/9XMX']%NSFI,[?53MV\]!^P M=;1)W[6#$+6W#W]MM>X'NC%49[?CNZ4&5CV#&\V+QD"[@_K/SBS'-=?1S<^O M7@]O)X,[_OYYIR._[\AJW>UB?MHZX-;TY.7OT3LJ.Q]J]4 M,)A,C`4\4%G<@,4SIG5S4M8'D0S:?TO?1+5E\MT._"RB&BALR0LH]MNRV&^G MWX?,?[5.2,?"*8"AL!&Q3/;B)RTE!.;>5,#D@(HOH>)A?OU_26I6#2V]J[`Z M3AER.A9`I$X*+\@52$KY9.(T;W2&ZG0^43X75*,S4I'EE*"IWBI9)X4@U2?.#V1=#5Y?:4.'X!%P,[C+*B@Q_FK?M$$515L)> MS*NY[MJ,-RC,Q%GYL0!@;24PT02EV(<0M:#08JX2QZ%A(Q?%@A)!URCF24&2 M%3\,9J,LJVJ78F(WD#>_EP?D@A5R>;H8P;7T_M*.<0A#J_GB$ M];V@1N[U.0:$9`]\.=I@IZ(3)2N.8^,M-ZA#\AK"\K\'H4%@PAB)P%? M)$%O68E=8G.DU$2!%**M'Z,:+L,C_(_*0C5X-K(W M6BE[-%@,%E_F"C_,;(5SBK6.(`7%9;_#.8R6<^-VQO/H\JH8@[=1T=$95]&T M>UA>$]AK.",!%=8-+>NP&2C&+;1)H.F&IBR6VDRDDXVC8,$2'M&MA(>6M[=* MJ9(4-)3/L$GR9+(82E2Z/H@CU$H\`FJ#.K;80L"6^=(AY=%XJI?4:`N'ZDCA M:,KG^\$2=N=1B7NGJVD\,W28(TN^K1/8^DM53L;3\:*D M.E.G@\7PGF.5FJ?.2QKJXE[HK+FB38V/RI6+;%OB51;J7)VH=[Q5"VTY(P$2#S%K>,7E[.-,_92M"J5X\5V= M](4L=2PE5'2'G"#*W1F`/CS:->GNR5$!C6+ZV1XCWD[4P8+/EU;U+42/16B1 M%ET_0CQ0V3$IRJ*/O`A6&^;6MU$%C/TMMG#\7'X`$:Z>P5?XCE,T+1=E7K.B M@SW'+Y,#/\*INZGP.9>:8_3S!WHC&=>I/&+TE5>!^,VT*P`TK:R,R8?:0FT, M8=0<]`-4,14"6@A5?,L4]&%2&C"(@HG"$T$-9.RH-E"!(.[RB M4.[8J*;GHF?/*NM6^BCM(M%,KM^JVD6S"IEGNKQ!K)CUW9TVF-]S=.HO#64Z M7WS)&03AW-A=%G[F.D+\>8=(=)-X,5=&[%\+\(N2P$'H6Q#HPN+TS"WB^(_L MI,C3R8V[&)(PJ(AE6)E%2**:A_!Z`P%V)#!S-#=7T++)ULP_G;QNKX9*#+8;5&-01&=VL MJ&:957H8?+58P/N:=L/,IR4X'GXO<1!UR+`!8 M)`K!HC;.+2/P7%.'BJZ#B-PI\3KC+!*"''L<*1#G"H'O_(MX9*#P2)DH"X4) M"*@*OE@-JMVK"BYF/AA^5++.)8;QZE#F`^:Y:67'29+E?<3<\KTX]#/',D]G M3:;)77:0;)?+_YKG:=2959]KLBF79?DCO5:^QF"`$4$L$.>W!.)%4$%-[X** MGM"X":SQUP>9CGZOYO<"-,_-$!V"_D8W% MTVF*9,W7"_/T.NL`"XO.RHH0S02NF>\[>FEAZN5[$CTV0R$OA@LZ^SRG<*,I M4'A$\7``)6.9+=GBIHUF#8M>?;B"RR*"(J*A)>^9*T7^EA_RA1_X]&R?44B` M2KR8T# MK!R'B25T=%+1$:K*!WXY&RFWXYEP^LZQ[`C*0/`"N:M8SO3Q75F+0=G%G("E M&T"%RR_R,I#^>UJ>3;=^UU]'&9,"X#&R8K1.:\Y5X#FKQ'$R!HG9 MH9P5P061$(;C`\(;'\/$AX@&XJMNVI<*Y.`GN>8VM+L/T%P79E0N-89F$":E#DD)^_BHQN.2J\<77\%X02-!>9Y6E/.+`)9(EF+[9A`!QDQC/*#5SQEXJ_S7L^) M@%$_27##2[8K%')T:#3"CZBD$+&93HKD%2&;>0;SX`R>)5N&\MVA!LCC9Q_! MYC``L9'_BQ'BLY'E*WMXE^>X=^J,UGND+[IW?2?KQDE3_.M*'C9>\C_RC7T(WZ0]+ M^;__)Y\2?J>_`'C,WW^4+^CW'U>7O>;O/_V(5!Y_^OO,-'_/.E[Z^R]74(#Q M)W_U0>Z0OP4A=R_EYN^__)!T=G8FA?X6^^>F#3](<.I[D#>NP+GM/3T_WZ5%6U8J!+\M5UY_*ZEZJ^?R^=O9/? M]J53^"G+TOOW+:E%)P1VI-_E&@HH9`)4.1A`9S6[UOT`-I*J61!^4*3(6V$9>;!+>3EW/Q@XH4W-+ ME"6A2"?5UJ87#VE+_]5LU$UJ4I.:U*0F-:E)36I2DYK4I"8UJ4E-:E*3FM2D 9)C6I24UJ4I.:U*0F-:DF_0]08FQD`'@``*E) ` end --- David A. Bader, Ph.D. Office: 505-277-6724 Dept of Electrical and Computer Engineering FAX: 505-277-1439 EECE Building University of New Mexico dbader@eece.unm.edu Albuquerque, NM 87131 http://www.eece.unm.edu/~dbader >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 08:32:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11074 for freebsd-ports-outgoing; Sun, 14 Feb 1999 08:32:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11066; Sun, 14 Feb 1999 08:32:06 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id KAA10527; Sun, 14 Feb 1999 10:32:04 -0600 (CST) Date: Sun, 14 Feb 1999 10:32:03 -0600 (CST) From: Steve Price To: "Justin M. Seger" cc: ports@FreeBSD.ORG, asami@FreeBSD.ORG Subject: Re: Ports Freeze Over? In-Reply-To: <199902141236.HAA74509@scds.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I can't speak for Satoshi but I'd like a little more time before the freeze is lifted, lest I find something earth-shattering (not likely) while I'm splitting up the packages and distfiles onto the various CDs. Got everything I need now except for the space available on each CD, so it shouldn't be long now. :) -steve On Sun, 14 Feb 1999, Justin M. Seger wrote: # Is the ports freeze over now that the final INDEX has been committed? # # TTYL, # -Justin Seger- # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-ports" in the body of the message # To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 10:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21565 for freebsd-ports-outgoing; Sun, 14 Feb 1999 10:20:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21542 for ; Sun, 14 Feb 1999 10:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA84398; Sun, 14 Feb 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [194.94.232.249]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21171 for ; Sun, 14 Feb 1999 10:17:11 -0800 (PST) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id SAA30199 for FreeBSD-gnats-submit@freebsd.org; Sun, 14 Feb 1999 18:45:47 +0100 Received: (from nox@localhost) by saturn.kn-bremen.de (8.8.7/8.8.5) id SAA02642; Sun, 14 Feb 1999 18:46:30 +0100 (MET) Message-Id: <199902141746.SAA02642@saturn.kn-bremen.de> Date: Sun, 14 Feb 1999 18:46:30 +0100 (MET) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10090: x11/kdebase11 needs BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10090 >Category: ports >Synopsis: x11/kdebase11 needs BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 2.1.7-RELEASE i386 >Organization: me? organized? >Environment: >Description: Subject says it all :) Also it seems to install everything under /usr/local not /usr/X11R6, is that intentional? Also the install when looking for X-apps gets a lot of `type: not found' messages (and so finds nothing...) Should it be using bash as SHELL? And just as i'm typing this make package died with: Creating gzip'd tar ball in '/usr/home5/cvs/src/ports/x11/kdebase11/kdebase-1.1.tgz' tar: can't add file bin/kmorph3d.kss : No such file or directory tar: can't add file bin/kpipes.kss : No such file or directory tar: can't add file bin/kspace.kss : No such file or directory Guess i should delete these from PLIST? >How-To-Repeat: make; make package >Fix: Index: Makefile =================================================================== RCS file: /home/cvs/cvs/ports/x11/kdebase11/Makefile,v retrieving revision 1.30 diff -u -r1.30 Makefile --- Makefile 1999/02/08 22:30:01 1.30 +++ Makefile 1999/02/14 17:02:28 @@ -17,6 +17,7 @@ jpeg.9:${PORTSDIR}/graphics/jpeg \ kdecore.2:${PORTSDIR}/x11/kdelibs11 \ Xpm.4:${PORTSDIR}/graphics/xpm +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext USE_QT= yes HAS_CONFIGURE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 10:50:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25145 for freebsd-ports-outgoing; Sun, 14 Feb 1999 10:50:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25127 for ; Sun, 14 Feb 1999 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA86482; Sun, 14 Feb 1999 10:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24566; Sun, 14 Feb 1999 10:45:18 -0800 (PST) (envelope-from nobody) Message-Id: <199902141845.KAA24566@hub.freebsd.org> Date: Sun, 14 Feb 1999 10:45:18 -0800 (PST) From: gshaffer@leaky.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/10091: xsysinfo does not execute Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10091 >Category: ports >Synopsis: xsysinfo does not execute >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 10:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Greg Shaffer >Release: FreeBSD 4.0-CURRENT >Organization: >Environment: FreeBSD intrepid.leaky.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Feb 13 12:53:47 PST 1999 gshaffer@intrepid.leaky.com:/home/INTREPID/src/sys/compile/INTREPID-SU i386 >Description: The xsysinfo port fails to execute and returns the following error: xsysinfo: undefined symbol: _swaplist >How-To-Repeat: xsysinfo -g 200x83+691+666 -nonfs & >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 11:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA27972 for freebsd-ports-outgoing; Sun, 14 Feb 1999 11:20:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27940 for ; Sun, 14 Feb 1999 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA87886; Sun, 14 Feb 1999 11:20:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from s8-37-26.student.washington.edu (S8-37-26.student.washington.edu [128.208.37.26]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA27389 for ; Sun, 14 Feb 1999 11:15:32 -0800 (PST) (envelope-from jason@s8-37-26.student.washington.edu) Received: (from root@localhost) by s8-37-26.student.washington.edu (8.9.2/8.9.1) id LAA09219; Sun, 14 Feb 1999 11:14:43 -0800 (PST) (envelope-from jason) Message-Id: <199902141914.LAA09219@s8-37-26.student.washington.edu> Date: Sun, 14 Feb 1999 11:14:43 -0800 (PST) From: jcwells@u.washington.edu Reply-To: jcwells@u.washington.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10092: Upgrade to fvwm2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10092 >Category: ports >Synopsis: Here is a port upgrade for fvwm-2.1.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 11:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jason C. Wells >Release: FreeBSD 3.1-BETA i386 >Organization: Univ. Washington >Environment: >Description: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ./ # ./files # ./files/md5 # ./pkg # ./pkg/COMMENT # ./pkg/DESCR # ./pkg/PLIST # ./Makefile # echo c - ./ mkdir -p ./ > /dev/null 2>&1 echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (fvwm-2.1.10.tar.gz) = e1378bbf63e556551f3ee68de0b38f75 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XThe ever popular Fvwm, version 2.1.10 beta. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XFvwm is a very famous window manager for X, which provides a Xvirtual/multiple disjoint desktop, a 3-D look for windows decorations, Xshaped/color icons. It gives a very good emulation of mwm. A nice Xbutton-bar can be used to provide convenient access to frequently used Xfunctions or programs. X XSee the official Fvwm home page: http://fvwm.math.uh.edu/ X XJason C. Wells Xjcwells@u.washington.edu END-of-./pkg/DESCR echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/fvwm2 Xbin/xpmroot Xman/man1/fvwm2.1 Xman/man1/FvwmAnimate.1 Xman/man1/FvwmAudio.1 Xman/man1/FvwmAuto.1 Xman/man1/FvwmBacker.1 Xman/man1/FvwmBanner.1 Xman/man1/FvwmButtons.1 Xman/man1/FvwmCpp.1 Xman/man1/FvwmEvent.1 Xman/man1/FvwmForm.1 Xman/man1/FvwmIconBox.1 Xman/man1/FvwmIconMan.1 Xman/man1/FvwmIdent.1 Xman/man1/FvwmM4.1 Xman/man1/FvwmPager.1 Xman/man1/FvwmRearrange.1 Xman/man1/FvwmSave.1 Xman/man1/FvwmSaveDesk.1 Xman/man1/FvwmScroll.1 Xman/man1/FvwmTalk.1 Xman/man1/FvwmWinList.1 Xman/man1/xpmroot.1 Xlibexec/fvwm/2.1.10/FvwmAnimate Xlibexec/fvwm/2.1.10/FvwmAudio Xlibexec/fvwm/2.1.10/FvwmAuto Xlibexec/fvwm/2.1.10/FvwmBacker Xlibexec/fvwm/2.1.10/FvwmBanner Xlibexec/fvwm/2.1.10/FvwmButtons Xlibexec/fvwm/2.1.10/FvwmCpp Xlibexec/fvwm/2.1.10/FvwmEvent Xlibexec/fvwm/2.1.10/FvwmForm Xlibexec/fvwm/2.1.10/FvwmIconBox Xlibexec/fvwm/2.1.10/FvwmIconMan Xlibexec/fvwm/2.1.10/FvwmIdent Xlibexec/fvwm/2.1.10/FvwmM4 Xlibexec/fvwm/2.1.10/FvwmPager Xlibexec/fvwm/2.1.10/FvwmRearrange Xlibexec/fvwm/2.1.10/FvwmCascade Xlibexec/fvwm/2.1.10/FvwmTile Xlibexec/fvwm/2.1.10/FvwmSave Xlibexec/fvwm/2.1.10/FvwmSaveDesk Xlibexec/fvwm/2.1.10/FvwmScroll Xlibexec/fvwm/2.1.10/FvwmTalk Xlibexec/fvwm/2.1.10/FvwmWinList X@dirrm libexec/fvwm/2.1.10 X@dirrm libexec/fvwm X END-of-./pkg/PLIST echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: Fvwm2 Beta X# Version required: 2.1.10 X# Date created: 27 Jan 1999 X# Whom: jcwells@u.washington.edu X# X# $Id$ X# X XDISTNAME= fvwm-2.1.10 XCATEGORIES= x11-wm XMASTER_SITES= ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/ X XMAINTAINER= jcwells@u.washington.edu X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XPREFIX= /usr/X11R6 XGNU_CONFIGURE= yes XUSE_GMAKE= yes X XCONFIGURE_ARGS= --prefix=${PREFIX} X X# The icons and the html docs are not installed by the default X# configuration. X#post-install: X# @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps X# ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \ X# ${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \ X# ${PREFIX}/lib/X11/fvwm2/pixmaps X X.include END-of-./Makefile exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 13:01:26 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08401 for freebsd-ports-outgoing; Sun, 14 Feb 1999 13:01:26 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dfw-ix8.ix.netcom.com (dfw-ix8.ix.netcom.com [206.214.98.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08396 for ; Sun, 14 Feb 1999 13:01:24 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix8.ix.netcom.com (8.8.4/8.8.4) id PAA01841; Sun, 14 Feb 1999 15:01:16 -0600 (CST) Received: from sji-ca1-226.ix.netcom.com(209.109.232.226) by dfw-ix8.ix.netcom.com via smap (V1.3) id rma001798; Sun Feb 14 15:00:57 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id NAA31934; Sun, 14 Feb 1999 13:00:44 -0800 (PST) Date: Sun, 14 Feb 1999 13:00:44 -0800 (PST) Message-Id: <199902142100.NAA31934@silvia.hip.berkeley.edu> To: jseger@scds.com CC: ports@FreeBSD.ORG In-reply-to: <199902141236.HAA74509@scds.com> (jseger@scds.com) Subject: Re: Ports Freeze Over? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Is the ports freeze over now that the final INDEX has been committed? Not yet -- we need to wait for Jordan to roll the release. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 15:00:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22237 for freebsd-ports-outgoing; Sun, 14 Feb 1999 15:00:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22210 for ; Sun, 14 Feb 1999 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA06330; Sun, 14 Feb 1999 15:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from office.in-berlin.de (ftp.vr.in-berlin.de [193.174.1.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21140 for ; Sun, 14 Feb 1999 14:51:29 -0800 (PST) (envelope-from ripley@office.in-berlin.de) Received: (from root@localhost) by office.in-berlin.de (8.9.2/8.9.2) id XAA98318; Sun, 14 Feb 1999 23:51:38 +0100 (CET) (envelope-from ripley) Message-Id: <199902142251.XAA98318@office.in-berlin.de> Date: Sun, 14 Feb 1999 23:51:38 +0100 (CET) From: ripley@pinguin.in-berlin.de Reply-To: ripley@pinguin.in-berlin.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10094: autogeneration of msql user failed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10094 >Category: ports >Synopsis: autogeneration of msql user failed >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 15:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: H. Eckert >Release: FreeBSD 3.1-BETA i386 >Organization: Individual Network Berlin e.V. >Environment: FreeBSD 3.1-BETA, cvsup'ed 1999-02-11 >Description: The createuser script returns a failure on system() calling chpass. ("corrupted entry") >How-To-Repeat: Trying to run $PORTS/databases/mysql/scripts/createuser w/o having an msql user in /etc/passwd (UID 87) >Fix: Created user manually with vipw. I don't know too much about parameters to chpass. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 16:10:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA01813 for freebsd-ports-outgoing; Sun, 14 Feb 1999 16:10:14 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01740 for ; Sun, 14 Feb 1999 16:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA08854; Sun, 14 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from www.giovannelli.it (kirk.giovannelli.it [194.184.65.4] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA01610 for ; Sun, 14 Feb 1999 16:09:42 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem19.masternet.it [194.184.65.29]) by www.giovannelli.it (8.8.8/8.8.5) with SMTP id BAA18870 for ; Mon, 15 Feb 1999 01:08:57 +0100 (MET) Message-Id: <4.1.19990215011007.009bef00@194.184.65.4> Date: Mon, 15 Feb 1999 01:17:18 +0100 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/10096: New port: games/xtet42 (update v.2.20 to 2.21) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10096 >Category: ports >Synopsis: New port: games/xtet42 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 14 16:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD gmarco.eclipse.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Feb 14 11:00: 11 CET 1999 gmarco@gmarco.eclipse.org:/usr/src/sys/compile/GMARCO i386 >Description: Xtet42 is a one or two player version of Tetris. The game was written by Hugo Eide Gunnarsen in 1991. The game is very fun and very addictive. It is also astonishingly pretty to be an old X11-game. In january 1999 I picked up the code to get rid of a few bugs and limitations that annoyed me. I also converted the build-mechanism to GNU autoconf. The result is xtet42-2.21. Please report bugs to : Steinar Hamre >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xtet42 # xtet42/files # xtet42/files/md5 # xtet42/pkg # xtet42/pkg/COMMENT # xtet42/pkg/DESCR # xtet42/pkg/PLIST # xtet42/patches # xtet42/patches/patch-aa # xtet42/patches/patch-ab # xtet42/Makefile # echo c - xtet42 mkdir -p xtet42 > /dev/null 2>&1 echo c - xtet42/files mkdir -p xtet42/files > /dev/null 2>&1 echo x - xtet42/files/md5 sed 's/^X//' >xtet42/files/md5 << 'END-of-xtet42/files/md5' XMD5 (xtet42-2.21.tar.gz) = 20683a78fb3a18c4493f313ee7ce3cd7 END-of-xtet42/files/md5 echo c - xtet42/pkg mkdir -p xtet42/pkg > /dev/null 2>&1 echo x - xtet42/pkg/COMMENT sed 's/^X//' >xtet42/pkg/COMMENT << 'END-of-xtet42/pkg/COMMENT' Xa one or two players tetris game. END-of-xtet42/pkg/COMMENT echo x - xtet42/pkg/DESCR sed 's/^X//' >xtet42/pkg/DESCR << 'END-of-xtet42/pkg/DESCR' XXtet42 is a one or two player version of Tetris. The game was written Xby Hugo Eide Gunnarsen in 1991. The game is very fun and very Xaddictive. It is also astonishingly pretty to be an old X11-game. X XIn january 1999 I picked up the code to get rid of a few bugs and Xlimitations that annoyed me. I also converted the build-mechanism to XGNU autoconf. X XThe result is xtet42-2.21. X XPlease report bugs to : Steinar Hamre X X--- X XHomepage: http://www.pvv.ntnu.no/~oyvindmo/xtet42 XDistfile : xtet42-2.21.tar.gz (38kb) X X- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) END-of-xtet42/pkg/DESCR echo x - xtet42/pkg/PLIST sed 's/^X//' >xtet42/pkg/PLIST << 'END-of-xtet42/pkg/PLIST' Xbin/xtet42 Xlib/X11/xtet42/.xtet42.hiscore.single Xlib/X11/xtet42/.xtet42.hiscore Xlib/X11/xtet42/.xtet42.unlock Xlib/X11/xtet42/.xtet42.log X@dirrm lib/X11/xtet42 END-of-xtet42/pkg/PLIST echo c - xtet42/patches mkdir -p xtet42/patches > /dev/null 2>&1 echo x - xtet42/patches/patch-aa sed 's/^X//' >xtet42/patches/patch-aa << 'END-of-xtet42/patches/patch-aa' X--- Makefile.in.orig Mon Feb 15 00:36:53 1999 X+++ Makefile.in Mon Feb 15 00:41:28 1999 X@@ -24,7 +24,7 @@ X libdir = @libdir@ X localstatedir = @localstatedir@ X mandir = @mandir@ X-hiscoredir = $(localstatedir)/$(PACKAGE) X+hiscoredir = $(PREFIX)/lib/X11/$(PACKAGE) X X _Ver = $(VERSION) X _Lock = $(hiscoredir)/.xtet42.lock X@@ -37,6 +37,8 @@ X -D_Hiscore=\"$(_Hiscore)\" -D_Hione=\"$(_Hione)\" \ X -D_Log=\"$(_Log)\" -D_Ver=\"$(_Ver)\" X X+ X+all: xtet42 X X xtet42: $(OBJS) X $(CC) $(LDFLAGS) -o xtet42 $(OBJS) END-of-xtet42/patches/patch-aa echo x - xtet42/patches/patch-ab sed 's/^X//' >xtet42/patches/patch-ab << 'END-of-xtet42/patches/patch-ab' X--- xtet42.c.orig Mon Feb 15 00:37:09 1999 X+++ xtet42.c Mon Feb 15 00:39:51 1999 X@@ -67,23 +67,23 @@ X #endif X X #ifndef _Lock X-#define _Lock "/local/games/lib/xtet42/.xtet42.lock" X+#define _Lock "/usr/X11R6/lib/X11/xtet42/.xtet42.lock" X #endif X X #ifndef _Unlock X-#define _Unlock "/local/games/lib/xtet42/.xtet42.unlock" X+#define _Unlock "/usr/X11R6/lib/X11/xtet42/.xtet42.unlock" X #endif X X #ifndef _Log X-#define _Log "/local/games/lib/xtet42/.xtet42.log" X+#define _Log "/usr/X11R6/lib/X11/xtet42/.xtet42.log" X #endif X X #ifndef _Hiscore X-#define _Hiscore "/local/games/lib/xtet42/.xtet42.hiscore" X+#define _Hiscore "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore" X #endif X X #ifndef _Hione X-#define _Hione "/local/games/lib/xtet42/.xtet42.hiscore.single" X+#define _Hione "/usr/X11R6/lib/X11/xtet42/.xtet42.hiscore.single" X #endif X X static int bricks[7][4][4][4]= END-of-xtet42/patches/patch-ab echo x - xtet42/Makefile sed 's/^X//' >xtet42/Makefile << 'END-of-xtet42/Makefile' X# New ports collection makefile for: xtet42 X# Version required: 2.21 X# Date created: 14 Feb 1999 X# Whom: gmarco@scotty.masternet.it X# X# $Id$ X# X XDISTNAME= xtet42-2.21 XCATEGORIES= games XMASTER_SITES= http://www.pvv.ntnu.no/~oyvindmo/xtet42/ X XMAINTAINER= freebsd@scotty.masternet.it X XUSE_XLIB= yes XUSE_X_PREFIX= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --enable-setgid=games X XMAN6= xtet42.6 X Xdo-install: X ${MKDIR} ${PREFIX}/lib/X11/xtet42 X @chown games:games ${PREFIX}/lib/X11/xtet42 X @chmod 775 ${PREFIX}/lib/X11/xtet42 X ${INSTALL} -m 2755 -g games ${WRKSRC}/xtet42 ${PREFIX}/bin X ${INSTALL} -m 664 -g games ${WRKSRC}/xtet42.hiscore ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore X ${INSTALL} -m 664 -g games ${WRKSRC}/xtet42.hiscore.single ${PREFIX}/lib/X11/xtet42/.xtet42.hiscore.single X ${INSTALL} -m 664 -g games /dev/null ${PREFIX}/lib/X11/xtet42/.xtet42.unlock X ${INSTALL} -m 664 -g games /dev/null ${PREFIX}/lib/X11/xtet42/.xtet42.log X ${INSTALL_DATA} ${WRKSRC}/xtet42.6 ${PREFIX}/man/man6 X X.include END-of-xtet42/Makefile exit Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 21:27:36 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04458 for freebsd-ports-outgoing; Sun, 14 Feb 1999 21:27:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.TISLINK.com (mail.TISLINK.com [207.141.125.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA04453 for ; Sun, 14 Feb 1999 21:27:34 -0800 (PST) (envelope-from jrpullen@ocean.otr.usm.edu) Received: from Pullen.Tislink.com (unverified [207.141.125.107]) by mail.TISLINK.com (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 14 Feb 1999 23:29:01 -0600 Message-ID: <36C7B028.41C67EA6@ocean.st.usm.edu> Date: Sun, 14 Feb 1999 23:27:04 -0600 From: "Joel R. Pullen" Organization: USM X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: FTE Port Content-Type: multipart/mixed; boundary="------------446B9B3D2781E494167EB0E7" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------446B9B3D2781E494167EB0E7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I have recently found that the fte editor can be used in FreeBSD. I made a patch for the source... I think it would be nice to have it in the ports collection for other FreeBSD users to have. Seems the problem stems from an sprintf() statement mangling the filenames in the file selection dialogs. Looks like a compiler error since it dosn't affect all platforms. I found a work around that helps to fix the filename problems. This program has both an slang interface for the console and an X11 interface with syntax highlighting...so it could be useful for alot of people to do coding, etc... http://www.kiss.uni-lj.si/~k4fr0235/fte cd fte-0.49.7/src; patch < fte-0.49.7.bsd.diff; make unix -Joel Pullen --------------446B9B3D2781E494167EB0E7 Content-Type: text/plain; charset=us-ascii; name="fte-0.49.7.bsd.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fte-0.49.7.bsd.diff" Only in fte-0.49.7.new/src: compkeys diff -abcdr fte-0.49.7/src/fte-unix.mak fte-0.49.7.new/src/fte-unix.mak *** fte-0.49.7/src/fte-unix.mak Sun Dec 20 08:06:42 1998 --- fte-0.49.7.new/src/fte-unix.mak Sun Feb 14 12:56:22 1999 *************** *** 5,11 **** # vfte - for Linux console directly (with limitations, see con_linux.cpp) ! TARGETS = xfte vfte sfte #TARGETS = xfte vfte PRIMARY = xfte --- 5,12 ---- # vfte - for Linux console directly (with limitations, see con_linux.cpp) ! TARGETS = xfte sfte ! #TARGETS = xfte vfte sfte #TARGETS = xfte vfte PRIMARY = xfte *************** *** 121,134 **** #LD = CC #COPTIONS = -xc++ ! LIBDIR = ! INCDIR = OPTIMIZE = -O2 -g #OPTIMIZE = -O -g #OPTIMIZE = -O -s ! CCFLAGS = $(OPTIMIZE) $(I18NOPTIONS) $(COPTIONS) -DUNIX $(UOS) $(INCDIR) $(XINCDIR) $(QINCDIR) $(MINCDIR) $(SINCDIR) LDFLAGS = $(OPTIMIZE) $(LIBDIR) $(XLIBDIR) $(QLIBDIR) $(MLIBDIR) OEXT = o --- 122,138 ---- #LD = CC #COPTIONS = -xc++ ! LIBDIR = -L/usr/local/lib ! INCDIR = -I/usr/local/include ! ! # Fix Date for Monty/Day/Year instead of Year/Month/Day ! DATE_FORMAT = -DMONTH_DAY_YEAR OPTIMIZE = -O2 -g #OPTIMIZE = -O -g #OPTIMIZE = -O -s ! CCFLAGS = $(OPTIMIZE) $(DATE_FORMAT) $(I18NOPTIONS) $(COPTIONS) -DUNIX $(UOS) $(INCDIR) $(XINCDIR) $(QINCDIR) $(MINCDIR) $(SINCDIR) LDFLAGS = $(OPTIMIZE) $(LIBDIR) $(XLIBDIR) $(QLIBDIR) $(MLIBDIR) OEXT = o *************** *** 140,146 **** XLIBS = -lX11 $(SOCKETLIB) VLIBS = -lgpm -lncurses # -ltermcap outdated by ncurses ! SLIBS = -lslang QLIBS = -lqt #MLIBS = -lXm -lXp -lXt -lXpm -lXext --- 144,150 ---- XLIBS = -lX11 $(SOCKETLIB) VLIBS = -lgpm -lncurses # -ltermcap outdated by ncurses ! SLIBS = -lslang -ltermcap QLIBS = -lqt #MLIBS = -lXm -lXp -lXt -lXpm -lXext *************** *** 173,180 **** #qfte: g_qt.moc g_qt_dlg.moc $(OBJS) $(QOBJS) # $(LD) $(LDFLAGS) $(OBJS) $(QOBJS) $(QLIBS) $(XLIBS) -o qfte ! vfte: $(OBJS) $(VOBJS) ! $(LD) $(LDFLAGS) $(OBJS) $(VOBJS) $(VLIBS) -o vfte sfte: $(OBJS) $(SOBJS) compkeys $(LD) $(LDFLAGS) $(OBJS) $(SOBJS) $(SLIBS) -o sfte --- 177,184 ---- #qfte: g_qt.moc g_qt_dlg.moc $(OBJS) $(QOBJS) # $(LD) $(LDFLAGS) $(OBJS) $(QOBJS) $(QLIBS) $(XLIBS) -o qfte ! #vfte: $(OBJS) $(VOBJS) ! # $(LD) $(LDFLAGS) $(OBJS) $(VOBJS) $(VLIBS) -o vfte sfte: $(OBJS) $(SOBJS) compkeys $(LD) $(LDFLAGS) $(OBJS) $(SOBJS) $(SLIBS) -o sfte diff -abcdr fte-0.49.7/src/o_directory.cpp fte-0.49.7.new/src/o_directory.cpp *** fte-0.49.7/src/o_directory.cpp Sun Dec 20 08:29:30 1998 --- fte-0.49.7.new/src/o_directory.cpp Sun Feb 14 12:49:29 1999 *************** *** 58,72 **** --- 58,94 ---- Year = Mon = Day = Hour = Min = Sec = 0; } + #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) + memset(s, 0, sizeof(s)); + sprintf(s, + #ifdef MONTH_DAY_YEAR + #if 1 + " %02d/%02d/%04d %02d:%02d:%02d %8ld ", + #endif + Mon, Day, Year, Hour, Min, Sec, + #else + " %04/%02d/%02d %02d:%02d:%02d %8ld ", + #endif + Files[Line]->Size()); + strcat(s, Files[Line]->Name()); + s[strlen(s)] = (Files[Line]->Type() == fiDIRECTORY)? SLASH : ' '; + s[strlen(s)] = '\0'; + #else sprintf(s, + #ifdef MONTH_DAY_YEAR + " %02d/%02d/%04d %02d:%02d:%02d %8ld %.500s%c", + Mon, Day, Year, Hour, Min, Sec, + #else #if 1 " %04d/%02d/%02d %02d:%02d:%02d %8ld %.500s%c", #endif Year, Mon, Day, Hour, Min, Sec, + #endif Files[Line]->Size(), Files[Line]->Name(), // (Files[Line]->Type() == fiDIRECTORY)? '\\' : ' '); (Files[Line]->Type() == fiDIRECTORY)? SLASH : ' '); + #endif if (Col < int(strlen(s))) MoveStr(B, 0, Width, s + Col, (Files[Line]->Type() == fiDIRECTORY) ? --------------446B9B3D2781E494167EB0E7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 14 21:27:56 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04531 for freebsd-ports-outgoing; Sun, 14 Feb 1999 21:27:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.TISLINK.com (mail.TISLINK.com [207.141.125.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA04526 for ; Sun, 14 Feb 1999 21:27:55 -0800 (PST) (envelope-from jrpullen@ocean.otr.usm.edu) Received: from Pullen.Tislink.com (unverified [207.141.125.107]) by mail.TISLINK.com (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 14 Feb 1999 23:29:22 -0600 Message-ID: <36C7B03F.794BDF32@ocean.st.usm.edu> Date: Sun, 14 Feb 1999 23:27:27 -0600 From: "Joel R. Pullen" Organization: USM X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 3.0-RELEASE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: subscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org subscribe jrpullen@ocean.st.usm.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 00:50:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28828 for freebsd-ports-outgoing; Mon, 15 Feb 1999 00:50:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28810 for ; Mon, 15 Feb 1999 00:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA45032; Mon, 15 Feb 1999 00:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 15 Feb 1999 00:50:02 -0800 (PST) Message-Id: <199902150850.AAA45032@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: asami@FreeBSD.ORG (Satoshi Asami) Subject: Re: ports/10096: New port: games/xtet42 (update v.2.20 to 2.21) Reply-To: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10096; it has been noted by GNATS. From: asami@FreeBSD.ORG (Satoshi Asami) To: gmarco@giovannelli.it Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/10096: New port: games/xtet42 (update v.2.20 to 2.21) Date: Sun, 14 Feb 1999 22:35:04 -0800 (PST) * sed 's/^X//' >xtet42/pkg/COMMENT << 'END-of-xtet42/pkg/COMMENT' * Xa one or two players tetris game. * sed 's/^X//' >xtet42/pkg/DESCR << 'END-of-xtet42/pkg/DESCR' * XXtet42 is a one or two player version of Tetris. The game was written "Tetris" is a registered trademark. I strongly recommend you change the wording of these. :) Note that the trademark only concerns the name, so it's not a problem to have a port as long as we don't use that name to call or advertise it. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 01:14:12 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03831 for freebsd-ports-outgoing; Mon, 15 Feb 1999 01:14:12 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03820; Mon, 15 Feb 1999 01:14:06 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA63897; Mon, 15 Feb 1999 01:14:05 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Mon, 15 Feb 1999 01:14:05 -0800 (PST) Message-Id: <199902150914.BAA63897@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/10090 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: x11/kdebase11 needs BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Mon Feb 15 01:13:01 PST 1999 State-Changed-Why: I already added a gettext dependency. The packaging works here, so I'm going to close this for now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 01:40:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA09616 for freebsd-ports-outgoing; Mon, 15 Feb 1999 01:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09608 for ; Mon, 15 Feb 1999 01:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id BAA92900; Mon, 15 Feb 1999 01:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from office.in-berlin.de (ftp.vr.in-berlin.de [193.174.1.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA09410 for ; Mon, 15 Feb 1999 01:36:18 -0800 (PST) (envelope-from ripley@office.in-berlin.de) Received: (from root@localhost) by office.in-berlin.de (8.9.2/8.9.2) id KAA31319; Mon, 15 Feb 1999 10:36:16 +0100 (CET) (envelope-from ripley) Message-Id: <199902150936.KAA31319@office.in-berlin.de> Date: Mon, 15 Feb 1999 10:36:16 +0100 (CET) From: ripley@pinguin.in-berlin.de Reply-To: ripley@pinguin.in-berlin.de To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10100: apache13-php3 depends on invalid library revision Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10100 >Category: ports >Synopsis: apache13-php3 depends on invalid library revision >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 01:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: H. Eckert >Release: FreeBSD 3.1-BETA i386 >Organization: Individual Network Berlin e.V. >Environment: FreeBSD 3.1-BETA, cvsup'ed 1999-02-11 ports cvsup'ed 1999-02.14 >Description: I want to install apache13-php3 with mysql enabled. Apache wants to depend on the library mysqlclient.6 whereas the port mysql322 installs mysqlclient.5 >How-To-Repeat: cd /usr/ports/www/apache13-php3 make (select mysql in dialog) >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 03:40:08 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20114 for freebsd-ports-outgoing; Mon, 15 Feb 1999 03:40:08 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20103 for ; Mon, 15 Feb 1999 03:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA62254; Mon, 15 Feb 1999 03:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Berkeley.Gambit.Msk.SU (Berkeley.Gambit.Msk.SU [194.190.206.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA19796 for ; Mon, 15 Feb 1999 03:38:16 -0800 (PST) (envelope-from laskavy@Berkeley.Gambit.Msk.SU) Received: (from laskavy@localhost) by Berkeley.Gambit.Msk.SU (8.9.2/8.9.2) id OAA02769; Mon, 15 Feb 1999 14:38:12 +0300 (MSK) (envelope-from laskavy) Message-Id: <199902151138.OAA02769@Berkeley.Gambit.Msk.SU> Date: Mon, 15 Feb 1999 14:38:12 +0300 (MSK) From: óÅÒÇÅÊ ìÁÓËÁ×ÙÊ Reply-To: laskavy@Berkeley.Gambit.Msk.SU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10101: lynx-current port use $prefix/lib instead of $prefix/share Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10101 >Category: ports >Synopsis: lynx-current port use $prefix/lib instead of $prefix/share >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 03:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: óÅÒÇÅÊ ìÁÓËÁ×ÙÊ >Release: FreeBSD 3.1-BETA i386 >Organization: The FreeBSD Documentation Project >Environment: lynx-current/Makefile: $Id: Makefile,v 1.95 1998/12/29 23:52:12 ache Exp $ >Description: lynx-current port wants to place its docs into $prefix/lib instead of more appropriate $prefix/share/doc >How-To-Repeat: cd /usr/ports/www/lynx-current && make install >Fix: Index: lynx-current/Makefile =================================================================== RCS file: /cvs/ports/www/lynx-current/Makefile,v retrieving revision 1.95 diff -r1.95 Makefile 28c28 < L_HELP= ${PREFIX}/lib/lynx_help --- > L_HELP= ${PREFIX}/share/doc/lynx Index: lynx-current/pkg/PLIST =================================================================== RCS file: /cvs/ports/www/lynx-current/pkg/PLIST,v retrieving revision 1.15 diff -r1.15 PLIST 3,26c3,26 < lib/lynx_help/Lynx_users_guide.html < lib/lynx_help/about_lynx.html < lib/lynx_help/keystrokes/bookmark_help.html < lib/lynx_help/keystrokes/cookie_help.html < lib/lynx_help/keystrokes/dired_help.html < lib/lynx_help/keystrokes/edit_help.html < lib/lynx_help/keystrokes/environments.html < lib/lynx_help/keystrokes/follow_help.html < lib/lynx_help/keystrokes/gopher_types_help.html < lib/lynx_help/keystrokes/history_help.html < lib/lynx_help/keystrokes/keystroke_help.html < lib/lynx_help/keystrokes/movement_help.html < lib/lynx_help/keystrokes/option_help.html < lib/lynx_help/keystrokes/other_help.html < lib/lynx_help/keystrokes/print_help.html < lib/lynx_help/keystrokes/scrolling_help.html < lib/lynx_help/keystrokes/test_display.html < lib/lynx_help/keystrokes/visited_help.html < lib/lynx_help/keystrokes/xterm_help.html < lib/lynx_help/lynx-dev.html < lib/lynx_help/lynx_help_main.html < lib/lynx_help/lynx_url_support.html < @dirrm lib/lynx_help/keystrokes < @dirrm lib/lynx_help --- > share/doc/lynx/Lynx_users_guide.html > share/doc/lynx/about_lynx.html > share/doc/lynx/keystrokes/bookmark_help.html > share/doc/lynx/keystrokes/cookie_help.html > share/doc/lynx/keystrokes/dired_help.html > share/doc/lynx/keystrokes/edit_help.html > share/doc/lynx/keystrokes/environments.html > share/doc/lynx/keystrokes/follow_help.html > share/doc/lynx/keystrokes/gopher_types_help.html > share/doc/lynx/keystrokes/history_help.html > share/doc/lynx/keystrokes/keystroke_help.html > share/doc/lynx/keystrokes/movement_help.html > share/doc/lynx/keystrokes/option_help.html > share/doc/lynx/keystrokes/other_help.html > share/doc/lynx/keystrokes/print_help.html > share/doc/lynx/keystrokes/scrolling_help.html > share/doc/lynx/keystrokes/test_display.html > share/doc/lynx/keystrokes/visited_help.html > share/doc/lynx/keystrokes/xterm_help.html > share/doc/lynx/lynx-dev.html > share/doc/lynx/lynx_help_main.html > share/doc/lynx/lynx_url_support.html > @dirrm share/doc/lynx/keystrokes > @dirrm share/doc/lynx >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 03:50:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA20891 for freebsd-ports-outgoing; Mon, 15 Feb 1999 03:50:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20884 for ; Mon, 15 Feb 1999 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA63019; Mon, 15 Feb 1999 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from Berkeley.Gambit.Msk.SU (Berkeley.Gambit.Msk.SU [194.190.206.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA20233 for ; Mon, 15 Feb 1999 03:42:40 -0800 (PST) (envelope-from laskavy@Berkeley.Gambit.Msk.SU) Received: (from laskavy@localhost) by Berkeley.Gambit.Msk.SU (8.9.2/8.9.2) id OAA02901; Mon, 15 Feb 1999 14:42:38 +0300 (MSK) (envelope-from laskavy) Message-Id: <199902151142.OAA02901@Berkeley.Gambit.Msk.SU> Date: Mon, 15 Feb 1999 14:42:38 +0300 (MSK) From: óÅÒÇÅÊ ìÁÓËÁ×ÙÊ Reply-To: laskavy@Berkeley.Gambit.Msk.SU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10102: net/ircII port wants to install help files into $prefix/lib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10102 >Category: ports >Synopsis: net/ircII port wants to install help files into $prefix/lib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 03:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: óÅÒÇÅÊ ìÁÓËÁ×ÙÊ >Release: FreeBSD 3.1-BETA i386 >Organization: The FreeBSD Documentation Project >Environment: ircII/Makefile: $Id: Makefile,v 1.15 1998/01/25 20:40:00 torstenb Exp $ >Description: The ircII port wants to install its misc data into $prefix/lib instead of $prefix/share. >How-To-Repeat: cd /usr/ports/net/ircII && sudo make install >Fix: Index: ircII/Makefile =================================================================== RCS file: /cvs/ports/net/ircII/Makefile,v retrieving revision 1.15 diff -r1.15 Makefile 16a17 > CONFIGURE_ENV= IRCLIB=${PREFIX}/share/irc Index: ircII/pkg/PLIST =================================================================== RCS file: /cvs/ports/net/ircII/pkg/PLIST,v retrieving revision 1.10 diff -r1.10 PLIST 7,574c7,574 < lib/irc/translation/ASCII < lib/irc/translation/CP437 < lib/irc/translation/CP850 < lib/irc/translation/DANISH < lib/irc/translation/DEC_MCS < lib/irc/translation/DG_MCS < lib/irc/translation/DUTCH < lib/irc/translation/FINNISH < lib/irc/translation/FRENCH < lib/irc/translation/FRENCH_CANADIAN < lib/irc/translation/GERMAN < lib/irc/translation/HP_MCS < lib/irc/translation/IRV < lib/irc/translation/ITALIAN < lib/irc/translation/JIS < lib/irc/translation/MACINTOSH < lib/irc/translation/NEXT < lib/irc/translation/NORWEGIAN_1 < lib/irc/translation/NORWEGIAN_2 < lib/irc/translation/POLISH < lib/irc/translation/POLISH_NOPL < lib/irc/translation/PORTUGUESE < lib/irc/translation/PORTUGUESE_COM < lib/irc/translation/RUSSIAN < lib/irc/translation/RUSSIAN_ALT < lib/irc/translation/RUSSIAN_WIN < lib/irc/translation/SPANISH < lib/irc/translation/SWEDISH < lib/irc/translation/SWEDISH_NAMES < lib/irc/translation/SWEDISH_NAMES_COM < lib/irc/translation/SWISS < lib/irc/translation/UNITED_KINGDOM < lib/irc/translation/UNITED_KINGDOM_COM < lib/irc/script/2.8script < lib/irc/script/2.9script < lib/irc/script/action < lib/irc/script/alias < lib/irc/script/autoop < lib/irc/script/basical < lib/irc/script/bigcheese < lib/irc/script/brc < lib/irc/script/channel < lib/irc/script/columns < lib/irc/script/commander < lib/irc/script/compl.mods < lib/irc/script/complete < lib/irc/script/cursor < lib/irc/script/dccchan < lib/irc/script/deutsch < lib/irc/script/disc < lib/irc/script/dmsg < lib/irc/script/edit < lib/irc/script/english < lib/irc/script/events < lib/irc/script/extensions < lib/irc/script/finger < lib/irc/script/flood < lib/irc/script/fnet < lib/irc/script/functions < lib/irc/script/global < lib/irc/script/help < lib/irc/script/log < lib/irc/script/history < lib/irc/script/history-match < lib/irc/script/imap < lib/irc/script/ircIIhelp < lib/irc/script/ircprimer < lib/irc/script/ircrc < lib/irc/script/kickmenu < lib/irc/script/killpath < lib/irc/script/kpstat < lib/irc/script/list < lib/irc/script/lynx_ircrc < lib/irc/script/meta1 < lib/irc/script/meta2 < lib/irc/script/msg < lib/irc/script/mudlike < lib/irc/script/nemesis < lib/irc/script/netsplit < lib/irc/script/newaway < lib/irc/script/newformat < lib/irc/script/nicks < lib/irc/script/oldping < lib/irc/script/oper < lib/irc/script/ping < lib/irc/script/prefix < lib/irc/script/recursion < lib/irc/script/repeat < lib/irc/script/screen < lib/irc/script/service < lib/irc/script/shell < lib/irc/script/silent < lib/irc/script/smileys < lib/irc/script/tabkey < lib/irc/script/time < lib/irc/script/traces < lib/irc/script/troy < lib/irc/script/uhnotify < lib/irc/script/undernet < lib/irc/script/version < lib/irc/script/voice < lib/irc/script/wallopstat < lib/irc/script/whowas < lib/irc/script/window < lib/irc/help/alias/alias < lib/irc/help/alias/functions < lib/irc/help/alias/quote < lib/irc/help/alias/special < lib/irc/help/alias/width < lib/irc/help/! < lib/irc/help/.date < lib/irc/help/: < lib/irc/help/abort < lib/irc/help/admin < lib/irc/help/assign < lib/irc/help/away < lib/irc/help/basics < lib/irc/help/beep < lib/irc/help/bye < lib/irc/help/cd < lib/irc/help/channel < lib/irc/help/clear < lib/irc/help/commands < lib/irc/help/comment < lib/irc/help/connect < lib/irc/help/date < lib/irc/help/deop < lib/irc/help/describe < lib/irc/help/die < lib/irc/help/digraph < lib/irc/help/dmsg < lib/irc/help/dquery < lib/irc/help/echo < lib/irc/help/encrypt < lib/irc/help/etiquette < lib/irc/help/eval < lib/irc/help/exec < lib/irc/help/if < lib/irc/help/exit < lib/irc/help/expressions < lib/irc/help/flush < lib/irc/help/foreach < lib/irc/help/help < lib/irc/help/history < lib/irc/help/hook < lib/irc/help/ignore < lib/irc/help/info < lib/irc/help/input < lib/irc/help/intro < lib/irc/help/invite < lib/irc/help/ison < lib/irc/help/join < lib/irc/help/kick < lib/irc/help/kill < lib/irc/help/lastlog < lib/irc/help/leave < lib/irc/help/links < lib/irc/help/list < lib/irc/help/lusers < lib/irc/help/me < lib/irc/help/menus < lib/irc/help/mload < lib/irc/help/mode < lib/irc/help/motd < lib/irc/help/msg < lib/irc/help/names < lib/irc/help/news < lib/irc/help/newuser < lib/irc/help/nick < lib/irc/help/notice < lib/irc/help/notify < lib/irc/help/oper < lib/irc/help/parsekey < lib/irc/help/part < lib/irc/help/ping < lib/irc/help/query < lib/irc/help/quit < lib/irc/help/quote < lib/irc/help/rbind < lib/irc/help/redirect < lib/irc/help/rehash < lib/irc/help/restart < lib/irc/help/rules < lib/irc/help/save < lib/irc/help/say < lib/irc/help/send < lib/irc/help/sendline < lib/irc/help/server < lib/irc/help/servlist < lib/irc/help/signoff < lib/irc/help/sleep < lib/irc/help/squery < lib/irc/help/squit < lib/irc/help/stats < lib/irc/help/summon < lib/irc/help/time < lib/irc/help/timer < lib/irc/help/topic < lib/irc/help/trace < lib/irc/help/type < lib/irc/help/userhost < lib/irc/help/users < lib/irc/help/version < lib/irc/help/wait < lib/irc/help/wallops < lib/irc/help/which < lib/irc/help/while < lib/irc/help/who < lib/irc/help/whois < lib/irc/help/whowas < lib/irc/help/xecho < lib/irc/help/xtype < lib/irc/help/bind/backspace < lib/irc/help/bind/backward_character < lib/irc/help/bind/backward_history < lib/irc/help/bind/backward_word < lib/irc/help/bind/beginning_of_line < lib/irc/help/bind/bind < lib/irc/help/bind/clear_screen < lib/irc/help/bind/command_completion < lib/irc/help/bind/delete_character < lib/irc/help/bind/delete_next_word < lib/irc/help/bind/delete_previous_word < lib/irc/help/bind/end_of_line < lib/irc/help/bind/enter_digraph < lib/irc/help/bind/enter_menu < lib/irc/help/bind/erase_line < lib/irc/help/bind/erase_to_beg_of_line < lib/irc/help/bind/erase_to_end_of_line < lib/irc/help/bind/examples < lib/irc/help/bind/forward_character < lib/irc/help/bind/forward_history < lib/irc/help/bind/forward_word < lib/irc/help/bind/help_character < lib/irc/help/bind/keys < lib/irc/help/bind/meta1_character < lib/irc/help/bind/meta2_character < lib/irc/help/bind/meta3_character < lib/irc/help/bind/meta4_character < lib/irc/help/bind/next_window < lib/irc/help/bind/nothing < lib/irc/help/bind/parse_command < lib/irc/help/bind/previous_window < lib/irc/help/bind/quit_irc < lib/irc/help/bind/quote_character < lib/irc/help/bind/refresh_inputline < lib/irc/help/bind/refresh_screen < lib/irc/help/bind/scroll_backward < lib/irc/help/bind/scroll_end < lib/irc/help/bind/scroll_forward < lib/irc/help/bind/scroll_start < lib/irc/help/bind/self_insert < lib/irc/help/bind/send_line < lib/irc/help/bind/stop_irc < lib/irc/help/bind/switch_channels < lib/irc/help/bind/toggle_insert_mode < lib/irc/help/bind/toggle_stop_screen < lib/irc/help/bind/transpose_characters < lib/irc/help/bind/type_text < lib/irc/help/bind/unstop_all_windows < lib/irc/help/bind/yank_from_cutbuffer < lib/irc/help/ctcp/action < lib/irc/help/ctcp/clientinfo < lib/irc/help/ctcp/ctcp < lib/irc/help/ctcp/echo < lib/irc/help/ctcp/finger < lib/irc/help/ctcp/ping < lib/irc/help/ctcp/time < lib/irc/help/ctcp/userinfo < lib/irc/help/ctcp/utc < lib/irc/help/ctcp/version < lib/irc/help/dcc/chat < lib/irc/help/dcc/close < lib/irc/help/dcc/dcc < lib/irc/help/dcc/get < lib/irc/help/dcc/list < lib/irc/help/dcc/raw < lib/irc/help/dcc/rename < lib/irc/help/dcc/send < lib/irc/help/dcc/talk < lib/irc/help/dcc/tmsg < lib/irc/help/load/2.9script < lib/irc/help/load/action < lib/irc/help/load/alias < lib/irc/help/load/autoop < lib/irc/help/load/basical < lib/irc/help/load/bigcheese < lib/irc/help/load/brc < lib/irc/help/load/channel < lib/irc/help/load/columns < lib/irc/help/load/commander < lib/irc/help/load/cursor < lib/irc/help/load/dccchan < lib/irc/help/load/deutsch < lib/irc/help/load/disc < lib/irc/help/load/edit < lib/irc/help/load/english < lib/irc/help/load/events < lib/irc/help/load/extensions < lib/irc/help/load/finger < lib/irc/help/load/finger.who < lib/irc/help/load/flood < lib/irc/help/load/fnet < lib/irc/help/load/functions < lib/irc/help/load/help < lib/irc/help/load/history < lib/irc/help/load/irciihelp < lib/irc/help/load/msg < lib/irc/help/load/ircprimer < lib/irc/help/load/kpstat < lib/irc/help/load/kickmenu < lib/irc/help/load/killpath < lib/irc/help/load/list < lib/irc/help/load/load < lib/irc/help/load/local < lib/irc/help/load/lynx_ircrc < lib/irc/help/load/meta1 < lib/irc/help/load/meta2 < lib/irc/help/load/mudlike < lib/irc/help/load/nemesis < lib/irc/help/load/netsplit < lib/irc/help/load/newaway < lib/irc/help/load/nicks < lib/irc/help/load/oldping < lib/irc/help/load/oper < lib/irc/help/load/prefix < lib/irc/help/load/recursion < lib/irc/help/load/repeat < lib/irc/help/load/screen < lib/irc/help/load/service < lib/irc/help/load/shell < lib/irc/help/load/silent < lib/irc/help/load/smileys < lib/irc/help/load/suggestions < lib/irc/help/load/tabkey < lib/irc/help/load/time < lib/irc/help/load/traces < lib/irc/help/load/troy < lib/irc/help/load/uhnotify < lib/irc/help/load/version < lib/irc/help/load/wallopstat < lib/irc/help/load/whowas < lib/irc/help/load/window < lib/irc/help/note/antiwall < lib/irc/help/note/count < lib/irc/help/note/deny < lib/irc/help/note/find < lib/irc/help/note/flag < lib/irc/help/note/key < lib/irc/help/note/log < lib/irc/help/note/ls < lib/irc/help/note/news < lib/irc/help/note/note < lib/irc/help/note/rm < lib/irc/help/note/save < lib/irc/help/note/send < lib/irc/help/note/sent < lib/irc/help/note/service < lib/irc/help/note/spy < lib/irc/help/note/stats < lib/irc/help/note/user < lib/irc/help/note/waitfor < lib/irc/help/note/wall < lib/irc/help/note/wallops < lib/irc/help/on/action < lib/irc/help/on/channel_nick < lib/irc/help/on/channel_signoff < lib/irc/help/on/connect < lib/irc/help/on/ctcp < lib/irc/help/on/ctcp_reply < lib/irc/help/on/dcc_chat < lib/irc/help/on/dcc_raw < lib/irc/help/on/disconnect < lib/irc/help/on/exec < lib/irc/help/on/exec_errors < lib/irc/help/on/exec_exit < lib/irc/help/on/exec_prompt < lib/irc/help/on/flood < lib/irc/help/on/help < lib/irc/help/on/hook < lib/irc/help/on/idle < lib/irc/help/on/input < lib/irc/help/on/invite < lib/irc/help/on/join < lib/irc/help/on/leave < lib/irc/help/on/list < lib/irc/help/on/mail < lib/irc/help/on/mode < lib/irc/help/on/msg < lib/irc/help/on/names < lib/irc/help/on/msg_group < lib/irc/help/on/note < lib/irc/help/on/nickname < lib/irc/help/on/notice < lib/irc/help/on/notify_signoff < lib/irc/help/on/notify_signon < lib/irc/help/on/numeric < lib/irc/help/on/on < lib/irc/help/on/public < lib/irc/help/on/public_msg < lib/irc/help/on/public_notice < lib/irc/help/on/public_other < lib/irc/help/on/raw_irc < lib/irc/help/on/send_action < lib/irc/help/on/send_dcc_chat < lib/irc/help/on/send_msg < lib/irc/help/on/send_notice < lib/irc/help/on/send_public < lib/irc/help/on/send_talk < lib/irc/help/on/serial_numbers < lib/irc/help/on/server_notice < lib/irc/help/on/signoff < lib/irc/help/on/talk < lib/irc/help/on/timer < lib/irc/help/on/topic < lib/irc/help/on/wall < lib/irc/help/on/who < lib/irc/help/on/wallop < lib/irc/help/on/window < lib/irc/help/on/window_kill < lib/irc/help/set/always_split_biggest < lib/irc/help/set/auto_unmark_away < lib/irc/help/set/auto_whowas < lib/irc/help/set/beep < lib/irc/help/set/beep_max < lib/irc/help/set/beep_on_msg < lib/irc/help/set/beep_when_away < lib/irc/help/set/bold_video < lib/irc/help/set/channel_name_width < lib/irc/help/set/client_information < lib/irc/help/set/clock < lib/irc/help/set/clock_24hour < lib/irc/help/set/clock_alarm < lib/irc/help/set/cmdchars < lib/irc/help/set/command_mode < lib/irc/help/set/continued_line < lib/irc/help/set/ctcp_reply_backlog_seconds < lib/irc/help/set/ctcp_reply_flood_size < lib/irc/help/set/debug < lib/irc/help/set/ctcp_reply_ignore_seconds < lib/irc/help/set/dcc_block_size < lib/irc/help/set/display < lib/irc/help/set/eight_bit_characters < lib/irc/help/set/encrypt_program < lib/irc/help/set/exec_protection < lib/irc/help/set/flood_after < lib/irc/help/set/flood_rate < lib/irc/help/set/flood_users < lib/irc/help/set/flood_warning < lib/irc/help/set/full_status_line < lib/irc/help/set/help_pager < lib/irc/help/set/help_path < lib/irc/help/set/help_prompt < lib/irc/help/set/help_window < lib/irc/help/set/hide_private_channels < lib/irc/help/set/highlight_char < lib/irc/help/set/history < lib/irc/help/set/history_file < lib/irc/help/set/hold_mode < lib/irc/help/set/hold_mode_max < lib/irc/help/set/indent < lib/irc/help/set/input_aliases < lib/irc/help/set/insert_mode < lib/irc/help/set/input_prompt < lib/irc/help/set/input_protection < lib/irc/help/set/inverse_video < lib/irc/help/set/lastlog < lib/irc/help/set/lastlog_level < lib/irc/help/set/load_path < lib/irc/help/set/log < lib/irc/help/set/logfile < lib/irc/help/set/mail < lib/irc/help/set/max_recursions < lib/irc/help/set/menu < lib/irc/help/set/minimum_servers < lib/irc/help/set/minimum_users < lib/irc/help/set/no_ctcp_flood < lib/irc/help/set/notify_handler < lib/irc/help/set/notify_level < lib/irc/help/set/notify_on_termination < lib/irc/help/set/novice < lib/irc/help/set/pause_after_motd < lib/irc/help/set/realname < lib/irc/help/set/same_window_only < lib/irc/help/set/scroll < lib/irc/help/set/scroll_lines < lib/irc/help/set/send_ignore_msg < lib/irc/help/set/set < lib/irc/help/set/shell < lib/irc/help/set/shell_flags < lib/irc/help/set/shell_limit < lib/irc/help/set/show_away_once < lib/irc/help/set/show_channel_names < lib/irc/help/set/show_end_of_msgs < lib/irc/help/set/show_numerics < lib/irc/help/set/show_status_all < lib/irc/help/set/show_who_hopcount < lib/irc/help/set/status_away < lib/irc/help/set/status_channel < lib/irc/help/set/status_chanop < lib/irc/help/set/status_clock < lib/irc/help/set/status_dquery < lib/irc/help/set/status_format < lib/irc/help/set/status_hold < lib/irc/help/set/status_hold_lines < lib/irc/help/set/status_insert < lib/irc/help/set/status_mail < lib/irc/help/set/status_mode < lib/irc/help/set/status_notify < lib/irc/help/set/status_oper < lib/irc/help/set/status_overwrite < lib/irc/help/set/status_query < lib/irc/help/set/status_server < lib/irc/help/set/status_umode < lib/irc/help/set/status_user < lib/irc/help/set/status_window < lib/irc/help/set/suppress_server_motd < lib/irc/help/set/tab_max < lib/irc/help/set/translation < lib/irc/help/set/underline_video < lib/irc/help/set/use_old_msg < lib/irc/help/set/user_information < lib/irc/help/set/user_wallops < lib/irc/help/set/verbose_ctcp < lib/irc/help/set/warn_of_ignores < lib/irc/help/set/xterm_options < lib/irc/help/window/add < lib/irc/help/window/addgroup < lib/irc/help/window/back < lib/irc/help/window/balance < lib/irc/help/window/channel < lib/irc/help/window/create < lib/irc/help/window/delete < lib/irc/help/window/delgroup < lib/irc/help/window/double < lib/irc/help/window/goto < lib/irc/help/window/grow < lib/irc/help/window/hide < lib/irc/help/window/hide_others < lib/irc/help/window/hold_mode < lib/irc/help/window/kill < lib/irc/help/window/kill_others < lib/irc/help/window/lastlog_level < lib/irc/help/window/level < lib/irc/help/window/list < lib/irc/help/window/log < lib/irc/help/window/logfile < lib/irc/help/window/move < lib/irc/help/window/name < lib/irc/help/window/new < lib/irc/help/window/next < lib/irc/help/window/notify < lib/irc/help/window/number < lib/irc/help/window/notify_level < lib/irc/help/window/pop < lib/irc/help/window/previous < lib/irc/help/window/prompt < lib/irc/help/window/push < lib/irc/help/window/refnum < lib/irc/help/window/remove < lib/irc/help/window/scroll < lib/irc/help/window/server < lib/irc/help/window/show < lib/irc/help/window/shrink < lib/irc/help/window/stack < lib/irc/help/window/sticky < lib/irc/help/window/swap < lib/irc/help/window/window --- > share/irc/translation/ASCII > share/irc/translation/CP437 > share/irc/translation/CP850 > share/irc/translation/DANISH > share/irc/translation/DEC_MCS > share/irc/translation/DG_MCS > share/irc/translation/DUTCH > share/irc/translation/FINNISH > share/irc/translation/FRENCH > share/irc/translation/FRENCH_CANADIAN > share/irc/translation/GERMAN > share/irc/translation/HP_MCS > share/irc/translation/IRV > share/irc/translation/ITALIAN > share/irc/translation/JIS > share/irc/translation/MACINTOSH > share/irc/translation/NEXT > share/irc/translation/NORWEGIAN_1 > share/irc/translation/NORWEGIAN_2 > share/irc/translation/POLISH > share/irc/translation/POLISH_NOPL > share/irc/translation/PORTUGUESE > share/irc/translation/PORTUGUESE_COM > share/irc/translation/RUSSIAN > share/irc/translation/RUSSIAN_ALT > share/irc/translation/RUSSIAN_WIN > share/irc/translation/SPANISH > share/irc/translation/SWEDISH > share/irc/translation/SWEDISH_NAMES > share/irc/translation/SWEDISH_NAMES_COM > share/irc/translation/SWISS > share/irc/translation/UNITED_KINGDOM > share/irc/translation/UNITED_KINGDOM_COM > share/irc/script/2.8script > share/irc/script/2.9script > share/irc/script/action > share/irc/script/alias > share/irc/script/autoop > share/irc/script/basical > share/irc/script/bigcheese > share/irc/script/brc > share/irc/script/channel > share/irc/script/columns > share/irc/script/commander > share/irc/script/compl.mods > share/irc/script/complete > share/irc/script/cursor > share/irc/script/dccchan > share/irc/script/deutsch > share/irc/script/disc > share/irc/script/dmsg > share/irc/script/edit > share/irc/script/english > share/irc/script/events > share/irc/script/extensions > share/irc/script/finger > share/irc/script/flood > share/irc/script/fnet > share/irc/script/functions > share/irc/script/global > share/irc/script/help > share/irc/script/log > share/irc/script/history > share/irc/script/history-match > share/irc/script/imap > share/irc/script/ircIIhelp > share/irc/script/ircprimer > share/irc/script/ircrc > share/irc/script/kickmenu > share/irc/script/killpath > share/irc/script/kpstat > share/irc/script/list > share/irc/script/lynx_ircrc > share/irc/script/meta1 > share/irc/script/meta2 > share/irc/script/msg > share/irc/script/mudlike > share/irc/script/nemesis > share/irc/script/netsplit > share/irc/script/newaway > share/irc/script/newformat > share/irc/script/nicks > share/irc/script/oldping > share/irc/script/oper > share/irc/script/ping > share/irc/script/prefix > share/irc/script/recursion > share/irc/script/repeat > share/irc/script/screen > share/irc/script/service > share/irc/script/shell > share/irc/script/silent > share/irc/script/smileys > share/irc/script/tabkey > share/irc/script/time > share/irc/script/traces > share/irc/script/troy > share/irc/script/uhnotify > share/irc/script/undernet > share/irc/script/version > share/irc/script/voice > share/irc/script/wallopstat > share/irc/script/whowas > share/irc/script/window > share/irc/help/alias/alias > share/irc/help/alias/functions > share/irc/help/alias/quote > share/irc/help/alias/special > share/irc/help/alias/width > share/irc/help/! > share/irc/help/.date > share/irc/help/: > share/irc/help/abort > share/irc/help/admin > share/irc/help/assign > share/irc/help/away > share/irc/help/basics > share/irc/help/beep > share/irc/help/bye > share/irc/help/cd > share/irc/help/channel > share/irc/help/clear > share/irc/help/commands > share/irc/help/comment > share/irc/help/connect > share/irc/help/date > share/irc/help/deop > share/irc/help/describe > share/irc/help/die > share/irc/help/digraph > share/irc/help/dmsg > share/irc/help/dquery > share/irc/help/echo > share/irc/help/encrypt > share/irc/help/etiquette > share/irc/help/eval > share/irc/help/exec > share/irc/help/if > share/irc/help/exit > share/irc/help/expressions > share/irc/help/flush > share/irc/help/foreach > share/irc/help/help > share/irc/help/history > share/irc/help/hook > share/irc/help/ignore > share/irc/help/info > share/irc/help/input > share/irc/help/intro > share/irc/help/invite > share/irc/help/ison > share/irc/help/join > share/irc/help/kick > share/irc/help/kill > share/irc/help/lastlog > share/irc/help/leave > share/irc/help/links > share/irc/help/list > share/irc/help/lusers > share/irc/help/me > share/irc/help/menus > share/irc/help/mload > share/irc/help/mode > share/irc/help/motd > share/irc/help/msg > share/irc/help/names > share/irc/help/news > share/irc/help/newuser > share/irc/help/nick > share/irc/help/notice > share/irc/help/notify > share/irc/help/oper > share/irc/help/parsekey > share/irc/help/part > share/irc/help/ping > share/irc/help/query > share/irc/help/quit > share/irc/help/quote > share/irc/help/rbind > share/irc/help/redirect > share/irc/help/rehash > share/irc/help/restart > share/irc/help/rules > share/irc/help/save > share/irc/help/say > share/irc/help/send > share/irc/help/sendline > share/irc/help/server > share/irc/help/servlist > share/irc/help/signoff > share/irc/help/sleep > share/irc/help/squery > share/irc/help/squit > share/irc/help/stats > share/irc/help/summon > share/irc/help/time > share/irc/help/timer > share/irc/help/topic > share/irc/help/trace > share/irc/help/type > share/irc/help/userhost > share/irc/help/users > share/irc/help/version > share/irc/help/wait > share/irc/help/wallops > share/irc/help/which > share/irc/help/while > share/irc/help/who > share/irc/help/whois > share/irc/help/whowas > share/irc/help/xecho > share/irc/help/xtype > share/irc/help/bind/backspace > share/irc/help/bind/backward_character > share/irc/help/bind/backward_history > share/irc/help/bind/backward_word > share/irc/help/bind/beginning_of_line > share/irc/help/bind/bind > share/irc/help/bind/clear_screen > share/irc/help/bind/command_completion > share/irc/help/bind/delete_character > share/irc/help/bind/delete_next_word > share/irc/help/bind/delete_previous_word > share/irc/help/bind/end_of_line > share/irc/help/bind/enter_digraph > share/irc/help/bind/enter_menu > share/irc/help/bind/erase_line > share/irc/help/bind/erase_to_beg_of_line > share/irc/help/bind/erase_to_end_of_line > share/irc/help/bind/examples > share/irc/help/bind/forward_character > share/irc/help/bind/forward_history > share/irc/help/bind/forward_word > share/irc/help/bind/help_character > share/irc/help/bind/keys > share/irc/help/bind/meta1_character > share/irc/help/bind/meta2_character > share/irc/help/bind/meta3_character > share/irc/help/bind/meta4_character > share/irc/help/bind/next_window > share/irc/help/bind/nothing > share/irc/help/bind/parse_command > share/irc/help/bind/previous_window > share/irc/help/bind/quit_irc > share/irc/help/bind/quote_character > share/irc/help/bind/refresh_inputline > share/irc/help/bind/refresh_screen > share/irc/help/bind/scroll_backward > share/irc/help/bind/scroll_end > share/irc/help/bind/scroll_forward > share/irc/help/bind/scroll_start > share/irc/help/bind/self_insert > share/irc/help/bind/send_line > share/irc/help/bind/stop_irc > share/irc/help/bind/switch_channels > share/irc/help/bind/toggle_insert_mode > share/irc/help/bind/toggle_stop_screen > share/irc/help/bind/transpose_characters > share/irc/help/bind/type_text > share/irc/help/bind/unstop_all_windows > share/irc/help/bind/yank_from_cutbuffer > share/irc/help/ctcp/action > share/irc/help/ctcp/clientinfo > share/irc/help/ctcp/ctcp > share/irc/help/ctcp/echo > share/irc/help/ctcp/finger > share/irc/help/ctcp/ping > share/irc/help/ctcp/time > share/irc/help/ctcp/userinfo > share/irc/help/ctcp/utc > share/irc/help/ctcp/version > share/irc/help/dcc/chat > share/irc/help/dcc/close > share/irc/help/dcc/dcc > share/irc/help/dcc/get > share/irc/help/dcc/list > share/irc/help/dcc/raw > share/irc/help/dcc/rename > share/irc/help/dcc/send > share/irc/help/dcc/talk > share/irc/help/dcc/tmsg > share/irc/help/load/2.9script > share/irc/help/load/action > share/irc/help/load/alias > share/irc/help/load/autoop > share/irc/help/load/basical > share/irc/help/load/bigcheese > share/irc/help/load/brc > share/irc/help/load/channel > share/irc/help/load/columns > share/irc/help/load/commander > share/irc/help/load/cursor > share/irc/help/load/dccchan > share/irc/help/load/deutsch > share/irc/help/load/disc > share/irc/help/load/edit > share/irc/help/load/english > share/irc/help/load/events > share/irc/help/load/extensions > share/irc/help/load/finger > share/irc/help/load/finger.who > share/irc/help/load/flood > share/irc/help/load/fnet > share/irc/help/load/functions > share/irc/help/load/help > share/irc/help/load/history > share/irc/help/load/irciihelp > share/irc/help/load/msg > share/irc/help/load/ircprimer > share/irc/help/load/kpstat > share/irc/help/load/kickmenu > share/irc/help/load/killpath > share/irc/help/load/list > share/irc/help/load/load > share/irc/help/load/local > share/irc/help/load/lynx_ircrc > share/irc/help/load/meta1 > share/irc/help/load/meta2 > share/irc/help/load/mudlike > share/irc/help/load/nemesis > share/irc/help/load/netsplit > share/irc/help/load/newaway > share/irc/help/load/nicks > share/irc/help/load/oldping > share/irc/help/load/oper > share/irc/help/load/prefix > share/irc/help/load/recursion > share/irc/help/load/repeat > share/irc/help/load/screen > share/irc/help/load/service > share/irc/help/load/shell > share/irc/help/load/silent > share/irc/help/load/smileys > share/irc/help/load/suggestions > share/irc/help/load/tabkey > share/irc/help/load/time > share/irc/help/load/traces > share/irc/help/load/troy > share/irc/help/load/uhnotify > share/irc/help/load/version > share/irc/help/load/wallopstat > share/irc/help/load/whowas > share/irc/help/load/window > share/irc/help/note/antiwall > share/irc/help/note/count > share/irc/help/note/deny > share/irc/help/note/find > share/irc/help/note/flag > share/irc/help/note/key > share/irc/help/note/log > share/irc/help/note/ls > share/irc/help/note/news > share/irc/help/note/note > share/irc/help/note/rm > share/irc/help/note/save > share/irc/help/note/send > share/irc/help/note/sent > share/irc/help/note/service > share/irc/help/note/spy > share/irc/help/note/stats > share/irc/help/note/user > share/irc/help/note/waitfor > share/irc/help/note/wall > share/irc/help/note/wallops > share/irc/help/on/action > share/irc/help/on/channel_nick > share/irc/help/on/channel_signoff > share/irc/help/on/connect > share/irc/help/on/ctcp > share/irc/help/on/ctcp_reply > share/irc/help/on/dcc_chat > share/irc/help/on/dcc_raw > share/irc/help/on/disconnect > share/irc/help/on/exec > share/irc/help/on/exec_errors > share/irc/help/on/exec_exit > share/irc/help/on/exec_prompt > share/irc/help/on/flood > share/irc/help/on/help > share/irc/help/on/hook > share/irc/help/on/idle > share/irc/help/on/input > share/irc/help/on/invite > share/irc/help/on/join > share/irc/help/on/leave > share/irc/help/on/list > share/irc/help/on/mail > share/irc/help/on/mode > share/irc/help/on/msg > share/irc/help/on/names > share/irc/help/on/msg_group > share/irc/help/on/note > share/irc/help/on/nickname > share/irc/help/on/notice > share/irc/help/on/notify_signoff > share/irc/help/on/notify_signon > share/irc/help/on/numeric > share/irc/help/on/on > share/irc/help/on/public > share/irc/help/on/public_msg > share/irc/help/on/public_notice > share/irc/help/on/public_other > share/irc/help/on/raw_irc > share/irc/help/on/send_action > share/irc/help/on/send_dcc_chat > share/irc/help/on/send_msg > share/irc/help/on/send_notice > share/irc/help/on/send_public > share/irc/help/on/send_talk > share/irc/help/on/serial_numbers > share/irc/help/on/server_notice > share/irc/help/on/signoff > share/irc/help/on/talk > share/irc/help/on/timer > share/irc/help/on/topic > share/irc/help/on/wall > share/irc/help/on/who > share/irc/help/on/wallop > share/irc/help/on/window > share/irc/help/on/window_kill > share/irc/help/set/always_split_biggest > share/irc/help/set/auto_unmark_away > share/irc/help/set/auto_whowas > share/irc/help/set/beep > share/irc/help/set/beep_max > share/irc/help/set/beep_on_msg > share/irc/help/set/beep_when_away > share/irc/help/set/bold_video > share/irc/help/set/channel_name_width > share/irc/help/set/client_information > share/irc/help/set/clock > share/irc/help/set/clock_24hour > share/irc/help/set/clock_alarm > share/irc/help/set/cmdchars > share/irc/help/set/command_mode > share/irc/help/set/continued_line > share/irc/help/set/ctcp_reply_backlog_seconds > share/irc/help/set/ctcp_reply_flood_size > share/irc/help/set/debug > share/irc/help/set/ctcp_reply_ignore_seconds > share/irc/help/set/dcc_block_size > share/irc/help/set/display > share/irc/help/set/eight_bit_characters > share/irc/help/set/encrypt_program > share/irc/help/set/exec_protection > share/irc/help/set/flood_after > share/irc/help/set/flood_rate > share/irc/help/set/flood_users > share/irc/help/set/flood_warning > share/irc/help/set/full_status_line > share/irc/help/set/help_pager > share/irc/help/set/help_path > share/irc/help/set/help_prompt > share/irc/help/set/help_window > share/irc/help/set/hide_private_channels > share/irc/help/set/highlight_char > share/irc/help/set/history > share/irc/help/set/history_file > share/irc/help/set/hold_mode > share/irc/help/set/hold_mode_max > share/irc/help/set/indent > share/irc/help/set/input_aliases > share/irc/help/set/insert_mode > share/irc/help/set/input_prompt > share/irc/help/set/input_protection > share/irc/help/set/inverse_video > share/irc/help/set/lastlog > share/irc/help/set/lastlog_level > share/irc/help/set/load_path > share/irc/help/set/log > share/irc/help/set/logfile > share/irc/help/set/mail > share/irc/help/set/max_recursions > share/irc/help/set/menu > share/irc/help/set/minimum_servers > share/irc/help/set/minimum_users > share/irc/help/set/no_ctcp_flood > share/irc/help/set/notify_handler > share/irc/help/set/notify_level > share/irc/help/set/notify_on_termination > share/irc/help/set/novice > share/irc/help/set/pause_after_motd > share/irc/help/set/realname > share/irc/help/set/same_window_only > share/irc/help/set/scroll > share/irc/help/set/scroll_lines > share/irc/help/set/send_ignore_msg > share/irc/help/set/set > share/irc/help/set/shell > share/irc/help/set/shell_flags > share/irc/help/set/shell_limit > share/irc/help/set/show_away_once > share/irc/help/set/show_channel_names > share/irc/help/set/show_end_of_msgs > share/irc/help/set/show_numerics > share/irc/help/set/show_status_all > share/irc/help/set/show_who_hopcount > share/irc/help/set/status_away > share/irc/help/set/status_channel > share/irc/help/set/status_chanop > share/irc/help/set/status_clock > share/irc/help/set/status_dquery > share/irc/help/set/status_format > share/irc/help/set/status_hold > share/irc/help/set/status_hold_lines > share/irc/help/set/status_insert > share/irc/help/set/status_mail > share/irc/help/set/status_mode > share/irc/help/set/status_notify > share/irc/help/set/status_oper > share/irc/help/set/status_overwrite > share/irc/help/set/status_query > share/irc/help/set/status_server > share/irc/help/set/status_umode > share/irc/help/set/status_user > share/irc/help/set/status_window > share/irc/help/set/suppress_server_motd > share/irc/help/set/tab_max > share/irc/help/set/translation > share/irc/help/set/underline_video > share/irc/help/set/use_old_msg > share/irc/help/set/user_information > share/irc/help/set/user_wallops > share/irc/help/set/verbose_ctcp > share/irc/help/set/warn_of_ignores > share/irc/help/set/xterm_options > share/irc/help/window/add > share/irc/help/window/addgroup > share/irc/help/window/back > share/irc/help/window/balance > share/irc/help/window/channel > share/irc/help/window/create > share/irc/help/window/delete > share/irc/help/window/delgroup > share/irc/help/window/double > share/irc/help/window/goto > share/irc/help/window/grow > share/irc/help/window/hide > share/irc/help/window/hide_others > share/irc/help/window/hold_mode > share/irc/help/window/kill > share/irc/help/window/kill_others > share/irc/help/window/lastlog_level > share/irc/help/window/level > share/irc/help/window/list > share/irc/help/window/log > share/irc/help/window/logfile > share/irc/help/window/move > share/irc/help/window/name > share/irc/help/window/new > share/irc/help/window/next > share/irc/help/window/notify > share/irc/help/window/number > share/irc/help/window/notify_level > share/irc/help/window/pop > share/irc/help/window/previous > share/irc/help/window/prompt > share/irc/help/window/push > share/irc/help/window/refnum > share/irc/help/window/remove > share/irc/help/window/scroll > share/irc/help/window/server > share/irc/help/window/show > share/irc/help/window/shrink > share/irc/help/window/stack > share/irc/help/window/sticky > share/irc/help/window/swap > share/irc/help/window/window >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 07:40:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA19702 for freebsd-ports-outgoing; Mon, 15 Feb 1999 07:40:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19693 for ; Mon, 15 Feb 1999 07:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA28375; Mon, 15 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from harmony.williams.edu (harmony.williams.edu [137.165.4.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA19336 for ; Mon, 15 Feb 1999 07:35:00 -0800 (PST) (envelope-from sachs@cs.williams.edu) Received: from bull.cs.williams.edu by williams.edu (PMDF V5.1-10 #24595) with ESMTP id <0F7700NBYCMACC@williams.edu> for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Feb 1999 10:34:58 -0500 (EST) Received: from hamburger.cs.williams.edu (hamburger [137.165.8.59]) by bull.cs.williams.edu (8.9.0/8.9.0) with ESMTP id KAA12672 for ; Mon, 15 Feb 1999 10:34:57 -0500 (EST) Received: (from sachs@localhost) by hamburger.cs.williams.edu (8.8.8/8.8.8) id KAA09452; Mon, 15 Feb 1999 10:36:30 -0500 Message-Id: <199902151536.KAA09452@hamburger.cs.williams.edu> Date: Mon, 15 Feb 1999 10:36:30 -0500 (EST) From: Jay Sachs Reply-To: sachs@cs.williams.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10103: revised port: plugger-3.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10103 >Category: ports >Synopsis: revision of port of plugger-3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 07:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jay Sachs >Release: FreeBSD 2.2.8-STABLE i386 >Organization: williams college cs dept >Environment: n/a >Description: fixed up patch & Makefile to properly take ${PREFIX} and ${X11BASE} into account. >How-To-Repeat: N/A >Fix: port shar-file follows. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # plugger # plugger/pkg # plugger/pkg/COMMENT # plugger/pkg/DESCR # plugger/pkg/PLIST # plugger/pkg/MESSAGE # plugger/Makefile # plugger/files # plugger/files/md5 # plugger/patches # plugger/patches/patch-aa # echo c - plugger mkdir -p plugger > /dev/null 2>&1 echo c - plugger/pkg mkdir -p plugger/pkg > /dev/null 2>&1 echo x - plugger/pkg/COMMENT sed 's/^X//' >plugger/pkg/COMMENT << 'END-of-plugger/pkg/COMMENT' XA multimedia front-end plugin for Netscape END-of-plugger/pkg/COMMENT echo x - plugger/pkg/DESCR sed 's/^X//' >plugger/pkg/DESCR << 'END-of-plugger/pkg/DESCR' XPlugger is a multimedia plugin for Unix Netscape 3.0 or later that Xhandles Quicktime, MPEG, MP2, AVI, SGI-movie, Tiff, DL, IFF-anim, XMIDI, Soundtracker, AU, WAV and Commodore 64 audio files. And now, Xwith Plugger 3.0, MPEG audio and video can be played streaming. X XPlugger is a very small plugin, because plugger uses external programs Xto show/play the different formats. X X(from the Plugger homepage at http://www.hubbe.net/~hubbe/plugger.html) X X-Jay X sachs@cs.williams.edu END-of-plugger/pkg/DESCR echo x - plugger/pkg/PLIST sed 's/^X//' >plugger/pkg/PLIST << 'END-of-plugger/pkg/PLIST' Xlib/netscape/plugins/plugger.so Xetc/pluggerrc.sample X END-of-plugger/pkg/PLIST echo x - plugger/pkg/MESSAGE sed 's/^X//' >plugger/pkg/MESSAGE << 'END-of-plugger/pkg/MESSAGE' X X************************************************** X************************************************** XNOTE: X XBe sure to create a /usr/local/etc/pluggerrc file; use X/usr/local/etc/pluggerrc.sample as a starting point. XIt should work fine as is. X XAlso note that you will need the various external viewers X(splay, xanim, etc) in order to view embedded web content. X X************************************************** X************************************************** X END-of-plugger/pkg/MESSAGE echo x - plugger/Makefile sed 's/^X//' >plugger/Makefile << 'END-of-plugger/Makefile' X# New ports collection makefile for: plugger X# Version required: ... X# Date created: 11 Februrary 1999 X# Whom: sachs X# X# $Id$ X# X XDISTNAME= plugger-3.0 XCATEGORIES= www XMASTER_SITES= http://www.hubbe.net/~hubbe/plugger/ \ X ftp://ftp.netscape.com/pub/sdk/plugin/unix/ XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} unix-sdk-3.0b5.tar.Z X XMAINTAINER= sachs@cs.williams.edu X XRUN_DEPENDS= ${PREFIX}/lib/netscape/plugins:${PORTSDIR}/www/netscape45-navigator X XMAN7= plugger.7 XMANCOMPRESSED= no X Xpost-patch: X ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old X ${SED} \ X -e 's#/usr/local/#${PREFIX}/#' \ X -e 's#/usr/X11/#${X11BASE}/#' \ X -e 's#/etc/pluggerrc#${PREFIX}/etc/pluggerrc.sample#' \ X -e 's# /etc/ # ${PREFIX}/etc/pluggerrc.sample #' \ X ${WRKSRC}/Makefile.old > ${WRKSRC}/Makefile X Xpost-install: X @cat ${PKGMESSAGE} X X.include END-of-plugger/Makefile echo c - plugger/files mkdir -p plugger/files > /dev/null 2>&1 echo x - plugger/files/md5 sed 's/^X//' >plugger/files/md5 << 'END-of-plugger/files/md5' XMD5 (plugger-3.0.tar.gz) = 98f073487375d398b1cd0b657fcfce63 XMD5 (unix-sdk-3.0b5.tar.Z) = 1e43785d5697c60937e8d6236e7d7d7e END-of-plugger/files/md5 echo c - plugger/patches mkdir -p plugger/patches > /dev/null 2>&1 echo x - plugger/patches/patch-aa sed 's/^X//' >plugger/patches/patch-aa << 'END-of-plugger/patches/patch-aa' X--- Makefile.orig Mon Feb 15 10:14:46 1999 X+++ Makefile Mon Feb 15 10:14:24 1999 X@@ -1,5 +1,5 @@ X # Where is your Plugin Source Development Kit from Netscape? X-SDK=/home/hubbe/src/PluginSDK30b5 X+SDK=../PluginSDK30b5 X X # Where is your Xwindows located? X X11=/usr/X11/ X@@ -40,6 +40,8 @@ X X DEFINES=$(STREAM) -DVERSION=\"$(VERSION)\" # -DDEBUG # -DPLUGIN_TRACE X CFLAGS=-O -I$(SDK)/include -I$(X11)/include -DXP_UNIX $(DEFINES) X+ X+all: $(BIN_FILES) X X plugger.so: plugger.o common.o X $(LD) -o plugger.so plugger.o common.o END-of-plugger/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 07:49:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA20588 for freebsd-ports-outgoing; Mon, 15 Feb 1999 07:49:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA20577; Mon, 15 Feb 1999 07:48:56 -0800 (PST) (envelope-from dirk@FreeBSD.org) From: Dirk Froemberg Received: (from dirk@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA29331; Mon, 15 Feb 1999 07:48:55 -0800 (PST) (envelope-from dirk@FreeBSD.org) Date: Mon, 15 Feb 1999 07:48:55 -0800 (PST) Message-Id: <199902151548.HAA29331@freefall.freebsd.org> To: ripley@pinguin.in-berlin.de, dirk@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/10100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: apache13-php3 depends on invalid library revision State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Mon Feb 15 07:48:30 PST 1999 State-Changed-Why: Already fixed! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 09:20:06 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02734 for freebsd-ports-outgoing; Mon, 15 Feb 1999 09:20:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02721 for ; Mon, 15 Feb 1999 09:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA36677; Mon, 15 Feb 1999 09:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from www.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01888 for ; Mon, 15 Feb 1999 09:11:31 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem33.masternet.it [194.184.65.43]) by www.giovannelli.it (8.8.8/8.8.5) with SMTP id SAA19830; Mon, 15 Feb 1999 18:11:02 +0100 (MET) Message-Id: <4.1.19990215181438.00989a00@194.184.65.4> Date: Mon, 15 Feb 1999 18:19:04 +0100 From: Gianmarco Giovannelli To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Stefan.Strack@Vanderbilt.edu Subject: ports/10104: New port: games/pmars-0.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10104 >Category: ports >Synopsis: New port: games/pmars-0.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 09:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Gianmarco Giovannelli >Release: FreeBSD 4.0-CURRENT i386 >Organization: < Private > >Environment: FreeBSD gmarco.eclipse.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Feb 14 11:00: 11 CET 1999 gmarco@gmarco.eclipse.org:/usr/src/sys/compile/GMARCO i386 >Description: Core War is a game in which two or more virus-like programs fight against each other in a simulated memory space or core. Core War programs are written in an assembly language called Redcode which is interpreted by a Core War simulator or MARS (Memory Array Redcode Simulator). The object of the game is to prevent the other program(s) from executing. For more information about Core War check out the usenet newsgroup rec.games.corewar and its FAQ list ftp://rtfm.mit.edu/pub/usenet/games/corewar-faq or send E-mail to Stefan.Strack@Vanderbilt.edu. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pmars # pmars/files # pmars/files/md5 # pmars/pkg # pmars/pkg/COMMENT # pmars/pkg/DESCR # pmars/pkg/PLIST # pmars/patches # pmars/patches/patch-aa # pmars/Makefile # echo c - pmars mkdir -p pmars > /dev/null 2>&1 echo c - pmars/files mkdir -p pmars/files > /dev/null 2>&1 echo x - pmars/files/md5 sed 's/^X//' >pmars/files/md5 << 'END-of-pmars/files/md5' XMD5 (pmars08s.tar.Z) = ad1869ea0a388f5c5070c4cd33b09d25 END-of-pmars/files/md5 echo c - pmars/pkg mkdir -p pmars/pkg > /dev/null 2>&1 echo x - pmars/pkg/COMMENT sed 's/^X//' >pmars/pkg/COMMENT << 'END-of-pmars/pkg/COMMENT' Xportable corewar system with ICWS'94 extensions END-of-pmars/pkg/COMMENT echo x - pmars/pkg/DESCR sed 's/^X//' >pmars/pkg/DESCR << 'END-of-pmars/pkg/DESCR' XpMARS (portable Memory Array Redcode Simulator) is a corewar Xinterpreter with multi-platform support. XpMARS implements the ICWS'94 draft standard, but can also be Xused in ICWS'88 mode. XThe base system includes a graphical core display for UNIX (curses, XX11 and Linux svgalib), PC/DOS and the Mac. XA line-oriented debugger is included to help in writing warriors. X XContributors: X * Albert Ma (ama@mit.edu) X * Na'ndor Sieben (sieben@imap1.asu.edu) X * Stefan Strack (stst@vuse.vanderbilt.edu) X * Mintardjo Wangsawidjaja (wangsawm@kira.csos.orst.edu) X Xdistfile: pmars08s.tar.Z (about 220kb) Xhome page: http://www.koth.org/pmars X X- ported to FreeBSD by Gianmarco (gmarco@giovannelli.it) END-of-pmars/pkg/DESCR echo x - pmars/pkg/PLIST sed 's/^X//' >pmars/pkg/PLIST << 'END-of-pmars/pkg/PLIST' Xbin/pmars Xshare/games/corewars/aeka.red Xshare/games/corewars/pspace.red Xshare/games/corewars/validate.red Xshare/games/corewars/rave.red Xshare/games/corewars/flashpaper.red Xshare/games/corewars/README X@dirrm share/games/corewars X@dirrm share/games X END-of-pmars/pkg/PLIST echo c - pmars/patches mkdir -p pmars/patches > /dev/null 2>&1 echo x - pmars/patches/patch-aa sed 's/^X//' >pmars/patches/patch-aa << 'END-of-pmars/patches/patch-aa' X--- makefile.orig Mon Feb 15 17:07:29 1999 X+++ makefile Mon Feb 15 17:07:39 1999 X@@ -15,11 +15,11 @@ X # (5) -DSMALLMEM 16-bit addresses, less memory X # (6) -DXWINGRAPHX 1 X-Windows graphics (UNIX) X X-CFLAGS = -O -DEXT94 X+CFLAGS = -O -I/usr/X11R6/include -DEXT94 -DGRAPHX -DXWINGRAPHX X LFLAGS = -x X LIB = -lcurses -ltermlib # enable this one for curses display X # LIB = -lvgagl -lvga # enable this one for Linux/SVGA X-# LIB = -lX11 # enable this one for X11 X+LIB = -L/usr/X11R6/lib -lX11 # enable this one for X11 X X .SUFFIXES: .o .c .c~ .man .doc .6 X MAINFILE = pmars X@@ -30,7 +30,7 @@ X OBJ2 = clparse.o global.o token.o X OBJ3 = str_eng.o X X-ALL: flags $(MAINFILE) man doc X+all: flags $(MAINFILE) man doc X X flags: X @echo Making $(MAINFILE) with compiler flags $(CFLAGS) END-of-pmars/patches/patch-aa echo x - pmars/Makefile sed 's/^X//' >pmars/Makefile << 'END-of-pmars/Makefile' X# New ports collection makefile for: games/pmars X# Version required: pmars v0.8 X# Date created: 15 Feb 1999 X# Whom: gmarco@scotty.masternet.it X# X# $Id$ X# X XDISTNAME= pmars08s XPKGNAME= pmars-0.8 XCATEGORIES= games XMASTER_SITES= http://www.koth.org/pmars/ \ X http://www.giovannelli.it/~gmarco/files/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= freebsd@scotty.masternet.it X XUSE_XLIB= yes XNO_WRKSUBDIR= yes XMAKEFILE= makefile XMAN6= pmars.6 X Xdo-install: X @${MKDIR} ${PREFIX}/share/games X @${MKDIR} ${PREFIX}/share/games/corewars X @${INSTALL_PROGRAM} ${WRKSRC}/pmars ${PREFIX}/bin X @${INSTALL_DATA} ${WRKSRC}/pmars.6 ${PREFIX}/man/man6 X @${INSTALL_DATA} ${WRKSRC}/*.red ${PREFIX}/share/games/corewars X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/games/corewars X @${ECHO_MSG} "" X @${ECHO_MSG} "You can try something like :" X @${ECHO_MSG} "pmars -v 603 ${PREFIX}/share/games/corewars/rave.red ${PREFIX}/share/games/corewars/aeka.red" X @${ECHO_MSG} "to see how the simulator works (rave.red and aeka.red are two sample warriors)" X @${ECHO_MSG} "" X @${ECHO_MSG} "Some other warriors are installed in : ${PREFIX}/share/games/corewars" X @${ECHO_MSG} "" X @${ECHO_MSG} "Plase read also ${PREFIX}/share/games/corewars/README file for more infos" X @${ECHO_MSG} "on corewars and on the current version of pmars" X @${ECHO_MSG} "" X.include END-of-pmars/Makefile exit Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 10:30:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA11010 for freebsd-ports-outgoing; Mon, 15 Feb 1999 10:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10999 for ; Mon, 15 Feb 1999 10:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA41686; Mon, 15 Feb 1999 10:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 15 Feb 1999 10:30:01 -0800 (PST) Message-Id: <199902151830.KAA41686@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Takashi Uozu Subject: Re: ports/10051: ports: japanese/wine : up date Reply-To: Takashi Uozu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10051; it has been noted by GNATS. From: Takashi Uozu To: freebsd-gnats-submit@freebsd.org, j1594016@ed.kagu.sut.ac.jp Cc: Subject: Re: ports/10051: ports: japanese/wine : up date Date: Tue, 16 Feb 1999 03:26:25 +0900 (JST) This "port" was something wrng. So, I send this "port" again. begin 644 ja-wine990131.tar.gz M'XL(`.YDR#8``^T::5?C1G*^6K^BEIDWL0/68?G`!O/PV(8X\<&SS4[FA3R_ MMM2V!;JB`\:9L+]]JUN^#YB\'@/P2PFQ"Z`?$`W@S M,OS)4WC/]?^/PEMHTP=P'2_P07-,DVJ!X=A@S=P!1HY78D:ZC?Q$>`O_I)[/ M4#SZ6VAX5.?=4"PHBBIC=XT$%#2/XF/6Q4#)PH_$!J58/$:NW M*ZUZ.8%2?42ITL6BK*B*]![[K-GH]P(R02DR!P2Y+T\/"@B!:9.)XS M)*)-44;I7[=WH38Q),X8OWU/DX1U0A]JC6XY46E>_5#A:)).[ZGIN!:U`SZK MBT:3";`R)Q&]4QS_#JPI:DG?DEFC@.0;[3[^UI'LURM3:#8^#&KUJWJ[ALQ^ M=BTQ6WKWY:K3[?=0P$=I[!%W8FB^]-FU!.%C]Z=>MUI.H%KPE2,\K.J\TJ_^ M,.CUNXVKI11?_>E7OVA\P@''U&K@T:[,;AL=CY4 MFG!S@+2[]8O&SX\2#32N`Y$-O3DXB(0X.XO8H;8>)1(&#NL5)\C$\8,U+O,9 M,$QX_YY'&^C4I;8N"+J3-FQ,2J:)F.^^--J]?J79'%QU.Y?=2NMQA0<3`992 M#0U;2*1Q!BT^8UB3%S)GS-LD.S1-(?$+I$>P9S[P:S2=/_Z`)?=:I5_99"T: MMK&/R*KD.\?Z4VM][/:(F67GPW1'"UF@$):@(B(6II0E$?QBOXJT&_R0!`=6BF:%.X73HZR++K*)U M=R;\U8E^#\S$EEBR]Z67X0%9N9#+[5W_$62^_BMRIH`!BMU*7LZ]@=S+B+,. M?_/U?]W^EOX2.G]F_X=?F0W[9S*%3+S_>PUHU7*0W-YOI*`,QT0=XD^.%D<* M):,:`7X^ORO%M2,S.)?4;-Q_G\-V+0_?Z:)\2UY/)/_ M\WE5F=D_*V>P4@1%1?PX_[\&Z,9H!.G0:\-*42C9H`AP,G^73^!1@'KG0D@CZA=(TGMB`M4F#BS+,:27 M*['R#BF9AGUWQ][F2&/F]/80G%6GG%QEA"VN=DV/L)!!-J"X??@LWI MHE"#KV")`>19D/9&BX[O61M2T^X'VH!^#JAG#[#.'1F?RP=8C1\(0$V?SG2: MST0ZY4^FTS^OOGS^5=3WM6R^J?J(;PW\P#/L\9KN=D>-3H?A>$P]"5/*T!>U M;5??Q-B*H4V$Q$>J\Y,S7!8Q))3C$BZD^T-I:_AZ1"D*!M4RHK)'>3C,SNP. MWT/5<:>>,9X$D*RF&%K^".J>H<$G)[3'.C&IR/`D=)+#MXLJUY_Z4C!UJ2]. MS@18M!]$MA,G!\RG]J#OUN,,5S+U0)QL3W*M>TN#:[V)EF-#C6H`+`&5LLL/ZNU^]].@WQE4 MFLU.E:UZD>9&B`F#P85'Z8=>;3!8U:;C>]3424"9>ACN"N+][.3U%#(9&0'[ M0YO1VLL3,9Z5*H](U$9++)\"2-^CVC!S6&PL"N%3$PP?"*#Y`FJQ;ZH%C@=) M0Z0BV$X`%K')&+UU..6'E2GN*'/VC=Z@5V_6J_U.=]#[U.O76TDDD8(;%FR0 M_$$HND%%.+G#4?[IW'JG4'F>RJ.5X4^G>\(*0F+N"6[^! MT/7ZV"<5K\=?S&3;JIC&6\<60Z)-A`M$@PV6@*#(L' M-.S1%[[KSH,OZ08QG?$NE6UB;&EM$V%C\JI<4IY:.9X9OJ&[(E-=<>:>RVF: MAF4$_EZ][=3P,_F0+1?4\VPGPHT2U,HJ,Y.;+S/+UMDL-AH]XYZRMKTVB(ZT M=^F&]^S2.>](]"SYW_0V%N_T).1D?!?*CFXO.?5X%6C]V@8$L$J*(B%7-2 MN[^X&,%N?\"U;7R&9,5T)P1WE28E/DV)\>G]_PFLQG^MWJMV7X#',_&/R3X_ MN_^5EY4LCW\EEX_C_S7@(R_P664_3P.+X/="V\9-.K`SAED:P%K,4(_SD,2R M$B;&>$*]%%2OKGU1:`2,C!\8I@E1LO@-JUTCF!X!/R+0'?N[`.AGE^(^V0@@ M!7XY(2*TZ8/O@1MG3Z"1%;1)O@Z+-421!F M>^)$XKI7[[(S"T'@ZL8L:E"?2*#*2;GC\;(;Q0/%KG1[PT@=,&K"R_4A@UF.I7:,>I^6@'![, MQ(6D3[%:8G=K&.,#CJE31#1]3/PX26Q'(UL.ZM%E%^"&J/X)00;(#7^HSHP3 M'`$9(3L^Q]DEG,@R/23/];TQU:V[-*M7;I@0EN,Q4OAJ<67%J]!_#JOY_ZK9 MZ'W[W=]7W/]0,_/[OZJB1/__C>__O@X,C>@NG;!^?6^MOG\J,(5S3#>>!=L7 MX?[JF<400PPQQ!!###'$$$,,,<000PPQQ!!###'$$$,,,<000PPQQ!!###'\ +/>#?2*!V``!0``!# ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 11:10:13 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA15601 for freebsd-ports-outgoing; Mon, 15 Feb 1999 11:10:13 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA15594 for ; Mon, 15 Feb 1999 11:10:11 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA44150 for freebsd-ports@freebsd.org; Mon, 15 Feb 1999 11:00:28 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 Feb 1999 11:00:28 -0800 (PST) Message-Id: <199902151900.LAA44150@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/01/25] ports/9691 ports jadetex port depends on unknown other pac o [1999/02/08] ports/9971 ports [PATCH] Update location of distfile for v o [1999/02/13] ports/10062ports crafty change (documentation now w/o MD5) o [1999/02/14] ports/10091ports xsysinfo does not execute 4 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/03/22] ports/6100 ports xmpeg3 chokes on filenames with spaces o [1998/07/23] ports/7382 ports Pine4 does not co-exist with older instal o [1998/08/27] ports/7761 ports Update to recent port submission of nicet a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/10/30] ports/8502 ports GNAT 3.10 port uses clock_gettime which i o [1998/11/29] ports/8891 ports ssh2 port assume you have zipped manpage o [1999/01/02] ports/9279 ports new port submission - libparanoia. o [1999/01/13] ports/9480 ports ELF kernel netboot o [1999/01/24] ports/9666 ports tcl/tk applications crash when seeing CES o [1999/01/25] ports/9688 ports The current tcl80 port has problems, does o [1999/01/25] ports/9692 ports Applications crash when seeing a FreeBSD o [1999/01/28] ports/9757 ports can't make package o [1999/01/30] ports/9819 ports Port fix: ncurses o [1999/02/01] ports/9861 ports apache will not start o [1999/02/01] ports/9870 ports 2.2.8-19990120-SNAP package errors o [1999/02/02] ports/9890 ports Fix for broken ports/security/stunnel o [1999/02/05] ports/9919 ports mrt on 3.0-STABLE does not compile as is o [1999/02/06] ports/9928 ports Fix up broken linux-netscape4 port o [1999/02/07] ports/9949 ports SKIP is an LKM and will not work with 3.0 o [1999/02/08] ports/9975 ports new port of xqf (find quake servers) o [1999/02/09] ports/9989 ports [SECURITY] Latest ProFTPD and Wu-ftpd may o [1999/02/12] ports/10058ports make failure of ports/devel/libgtop o [1999/02/13] ports/10069ports /usr/ports/www/libwww doesn't compile o [1999/02/13] ports/10070ports Fix for misc/xquote: $(MOTIFLIB) o [1999/02/14] ports/10094ports autogeneration of msql user failed 25 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/02/17] ports/5771 ports New port: Stuttgart Neural Network Simula o [1998/03/08] ports/5946 ports New port biology/molmol a [1998/03/15] ports/6017 ports new port: yacl o [1998/04/07] ports/6235 ports New port: scwm-icon o [1998/04/07] ports/6236 ports New port: scwm o [1998/04/17] ports/6331 ports New port: libshhopt-1.1.3 a [1998/04/19] ports/6355 ports New port: qplug - Netscape plugin to show o [1998/04/20] ports/6361 ports New port: GNU Pascal Compiler o [1998/04/23] ports/6393 ports New port: MultiMedia package - CD player, o [1998/05/01] ports/6473 ports New port: libshhmsg-1.3.3 o [1998/05/01] ports/6474 ports New port: libxalloc-1.0.2 o [1998/05/07] ports/6541 ports New port: math/dc o [1998/05/10] ports/6570 ports New port: java CUP parser o [1998/05/11] ports/6598 ports New port: asmodem - displays the modem st o [1998/05/16] ports/6657 ports new port for perl/Tk 800.004 o [1998/05/19] ports/6687 ports New port, ktelnet v0.6 o [1998/05/19] ports/6699 ports New port: the Generic NQS system o [1998/05/21] ports/6709 ports New port kmessage o [1998/05/23] ports/6728 ports New port ktranslator o [1998/05/28] ports/6776 ports New port - xqf o [1998/06/13] ports/6942 ports New port, mrouted-beta o [1998/06/28] ports/7094 ports New port of xbomber game o [1998/06/30] ports/7128 ports New port: Raster3D-2.4f o [1998/07/02] ports/7150 ports `elftoaout': new port o [1998/07/18] ports/7314 ports ncurses port doesn't support TERM=xterm-c o [1998/07/27] ports/7409 ports New port: CaribbeanStud-1.0 o [1998/08/03] ports/7480 ports New Port afbackup-3.0.4 o [1998/08/08] ports/7532 ports New port: ipltd-2.01 o [1998/08/18] ports/7659 ports New port: pfx-0.1.1 o [1998/08/21] ports/7701 ports New port: drmario-1.0 o [1998/08/24] ports/7734 ports update atari800 - upgrade to the latest v o [1998/09/03] ports/7827 ports New port: garith-2.1 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac f [1998/10/13] ports/8299 ports new port for games/xbd (Boulder Dash) o [1998/11/07] ports/8586 ports new port: misc/kmamerun o [1998/11/08] ports/8620 ports New option to colorls - -K, color only to o [1998/11/11] ports/8651 ports I create a new ports about wget o [1998/11/13] ports/8675 ports new port: x11-toolkits/gtkstep11 o [1998/11/15] ports/8692 ports new port: x11/kvidtune o [1998/11/15] ports/8696 ports New port: psi88 o [1998/11/18] ports/8740 ports New ports collection lesw-332 o [1998/11/19] ports/8767 ports New port: gtksql-0.2 o [1998/11/21] ports/8789 ports Port created for Lucent Technology's Csco o [1998/11/22] ports/8795 ports xgal.sndsrv.freebsd.c is out of sync with f [1998/11/23] ports/8816 ports New port: ptc-2.0.10 o [1998/11/23] ports/8822 ports New port: InterNetNews 2.2beta2 o [1998/11/25] ports/8863 ports [Reviced] New port: mopac7 o [1998/11/29] ports/8899 ports New port: qmail-contrib o [1998/11/29] ports/8900 ports New port: mail/qmailanalog o [1998/12/01] ports/8920 ports netscape java displaying on ncd xterm cra o [1998/12/02] ports/8943 ports New port: InterNetNews 2.2beta2 o [1998/12/20] ports/9142 ports Re-work patches to configure script to be o [1998/12/28] ports/9222 ports New ports: grace-5.0.1 the successor of x o [1998/12/31] ports/9256 ports Port of cmail o [1999/01/01] ports/9261 ports New port - FakeBO (BackOrifice client emu o [1999/01/03] ports/9289 ports New Port - ASPostit (Dockable version of o [1999/01/04] ports/9314 ports New port: wmmount-1.0b1 o [1999/01/07] ports/9366 ports New port of icmpquery o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/09] ports/9421 ports No Postscript type 1 font conversion util o [1999/01/11] ports/9452 ports New port for itk-3.0.1 o [1999/01/11] ports/9453 ports New port for itcl-3.0.1 o [1999/01/11] ports/9454 ports New port for iwidgets-3.0.0 o [1999/01/12] ports/9466 ports ports submission o [1999/01/19] ports/9571 ports New ports for netscape plug-in, named "pl o [1999/01/19] ports/9572 ports Update to kmpg (KDE MPEG audio player) o [1999/01/21] ports/9604 ports Minor improvements to ucspi-tcp port o [1999/01/21] ports/9608 ports Linux Communicator 4.5 o [1999/01/21] ports/9615 ports explorer port fails to build, can't find o [1999/01/23] ports/9649 ports abc2ps port o [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] ports/9672 ports New port: misc/xtail o [1999/01/25] ports/9675 ports databases/p5-DBD-Pg not broken anymore o [1999/01/25] ports/9680 ports Upgrade port: games/pysol o [1999/01/25] ports/9686 ports Update of the nn-6.5.3 port o [1999/01/25] ports/9694 ports netatalk-asun nits o [1999/01/26] ports/9697 ports New port - wmweather o [1999/01/26] ports/9699 ports Reorganization the x11-toolkits/xview por o [1999/01/26] ports/9700 ports Reorganization the x11-toolkits/xview-cli o [1999/01/26] ports/9702 ports libffi ports changes o [1999/01/26] ports/9704 ports Minor fixes to olvwm o [1999/01/26] ports/9710 ports NN-6.5.3 with NOV enabled can't find .ove o [1999/01/27] ports/9719 ports New port: misc/fortuneit o [1999/01/27] ports/9725 ports new ports ( devel/swarm ) o [1999/01/27] ports/9726 ports new ports ( devel/swarm ) o [1999/01/27] ports/9731 ports aterm port needs Xpm dependency o [1999/01/27] ports/9734 ports TclDP-4.0b2 port added o [1999/01/27] ports/9736 ports PostGreSQL configure failing on 4.0 o [1999/01/27] ports/9738 ports update tcsh to version 6.08.02 o [1999/01/27] ports/9739 ports Update to math/metis port o [1999/01/27] ports/9740 ports New port: cm postscript fonts by AMS o [1999/01/27] ports/9741 ports New port: ams postscript fonts by AMS o [1999/01/28] ports/9745 ports Ports changes for SWARM ports ( ports/972 o [1999/01/28] ports/9760 ports Submission of icecast o [1999/01/28] ports/9763 ports make README.html creates blank files at t o [1999/01/28] ports/9765 ports mc-4.5.1 build dies o [1999/01/28] ports/9766 ports gnomepim build dies o [1999/01/28] ports/9769 ports rxvt port MASTER_SITE directory has chang o [1999/01/29] ports/9771 ports New port: ja-epwutil-1.0 o [1999/01/29] ports/9776 ports emacs20-dl fails to build on 4.0-CURRENT o [1999/01/29] ports/9780 ports I would like to contribute a new ports co o [1999/01/29] ports/9783 ports I would like to contribute a new port o [1999/01/30] ports/9792 ports pib coredumps in port maker mode o [1999/01/30] ports/9808 ports Upgrade Port: chimera2 o [1999/01/30] ports/9811 ports New port: lang/gnomeguile o [1999/01/30] ports/9812 ports New port: devel/libgtopbindings o [1999/01/30] ports/9831 ports Update port wmmail-0.59 to 0.62 o [1999/01/30] ports/9832 ports net/xwhois port tries to assume gtk-1.0 d o [1999/01/31] ports/9835 ports Port update: squeak2 o [1999/01/31] ports/9836 ports New port: misc/delay-1.0 o [1999/01/31] ports/9839 ports New port - www/snarf o [1999/01/31] ports/9840 ports patch allows ports to fetch their sources o [1999/01/31] ports/9850 ports graphics/tiff34 port fails o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/01/31] ports/9852 ports new port: wmdate-0.5 o [1999/02/01] ports/9864 ports make rblcheck use relay.orbs.org instead o [1999/02/01] ports/9865 ports Upgrade Leafnode+ port from version 2.3 t o [1999/02/01] ports/9866 ports port of unix2dos and dos2unix utilities o [1999/02/01] ports/9872 ports New port: waveplay o [1999/02/01] ports/9875 ports new port: devel/astyle (aka "Artistic Sty o [1999/02/02] ports/9882 ports upgrade shells/rc to latest available ver o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/02] ports/9888 ports ports/net/zircon update to 1.18.210 o [1999/02/03] ports/9897 ports Port update: misc/mc o [1999/02/03] ports/9899 ports port submission for tdetect o [1999/02/03] ports/9901 ports New port net/libnet o [1999/02/04] ports/9904 ports Upgrade net/tinyfugue to 4.0 GAMMA 3 a [1999/02/04] ports/9906 ports New port - astro/wmmoonclock (phase of mo o [1999/02/04] ports/9911 ports slrn port Makefile broken (patch included o [1999/02/04] ports/9914 ports astime port upgrade from 1.5 -> 1.7 o [1999/02/05] ports/9921 ports exmh2 ports update o [1999/02/05] ports/9923 ports New port: games/xtet42 o [1999/02/05] ports/9925 ports New port, br-ispell o [1999/02/06] ports/9929 ports ezmlm port tidied up o [1999/02/06] ports/9930 ports ezmlm-idx port tidied up o [1999/02/06] ports/9939 ports NEW port for tkRunIt o [1999/02/07] ports/9941 ports Updating port lang/ruby for Ruby 1.2.2 o [1999/02/07] ports/9943 ports Upgrade databases/db to 2.6.4 o [1999/02/07] ports/9951 ports New Port: Diamond Rio management program o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/07] ports/9955 ports New port tclock (transparent analog clock o [1999/02/07] ports/9956 ports update of MASTER_SITE for xaniroc port o [1999/02/07] ports/9959 ports Update port: textproc/c2html o [1999/02/08] ports/9964 ports [UPGRADE,PATCH] misc/deco port o [1999/02/08] ports/9969 ports upgrade www/tidy to latest version o [1999/02/09] ports/9977 ports New port - astro/wmspaceweather o [1999/02/09] ports/9978 ports Update ports: libproplist-0.8.3(devel/lib o [1999/02/09] ports/9979 ports Update ports: wdm-1.0(x11/wdm) o [1999/02/09] ports/9984 ports PDL - Perl Data Language o [1999/02/09] ports/9985 ports New port: jmirror o [1999/02/09] ports/9988 ports New port: wmcp 1.2.5 o [1999/02/09] ports/9992 ports New Port - news/dejasearch o [1999/02/09] ports/9993 ports New Port - graphics/libunfig o [1999/02/09] ports/9994 ports Upgrade x11/eterm o [1999/02/09] ports/9997 ports New port: wmWeather 1.23 o [1999/02/09] ports/9998 ports New port - graphics/mtv (MpegTV player) o [1999/02/09] ports/9999 ports New port: wmitime 0.2 o [1999/02/09] ports/10000ports /ports/news/cnews need patchfiles o [1999/02/10] ports/10003ports New port: p5-Socks o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] ports/10008ports ports/net/zircon update to 1.18.210 o [1999/02/10] ports/10010ports update to games/klondike port to 1.9 o [1999/02/10] ports/10012ports new port: xmradio o [1999/02/10] ports/10018ports kdecore11 needs gettext o [1999/02/11] ports/10023ports New port - net/gtkcookie o [1999/02/11] ports/10025ports latest Wine port doesn't need two of the o [1999/02/11] ports/10026ports Upgrade net/xwhois to 0.3.2 (and unbreak) o [1999/02/11] ports/10033ports upgrading to 2.2.8 breaks the perl5 port o [1999/02/12] ports/10049ports new port: plugger o [1999/02/12] ports/10051ports ports: japanese/wine : up date o [1999/02/12] ports/10055ports audio/xmcd Makefile patch o [1999/02/12] ports/10056ports changes for the iMaze port (ports/games/i o [1999/02/12] ports/10057ports update of epic4 port from nr13 to nr14 o [1999/02/13] ports/10063ports New port: chinese/telnet o [1999/02/13] ports/10067ports New port - flwm o [1999/02/13] ports/10068ports Fixes for several problems in X-Files por o [1999/02/14] ports/10073ports Update port: graphics/EZWGL o [1999/02/14] ports/10074ports Update port: lang/ptoc o [1999/02/14] ports/10076ports updated net/mpich port o [1999/02/14] ports/10092ports Here is a port upgrade for fvwm-2.1.10 o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] ports/10096ports New port: games/xtet42 o [1999/02/15] ports/10101ports lynx-current port use $prefix/lib instead o [1999/02/15] ports/10102ports net/ircII port wants to install help file o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] ports/10104ports New port: games/pmars-0.8 186 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 11:16:37 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16659 for freebsd-ports-outgoing; Mon, 15 Feb 1999 11:16:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from pcnet1.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16651 for ; Mon, 15 Feb 1999 11:16:35 -0800 (PST) (envelope-from eischen@vigrid.com) Received: (from eischen@localhost) by pcnet1.pcnet.com (8.8.7/PCNet) id OAA22507 for freebsd-ports@FreeBSD.org; Mon, 15 Feb 1999 14:16:05 -0500 (EST) Date: Mon, 15 Feb 1999 14:16:05 -0500 (EST) From: Daniel Eischen Message-Id: <199902151916.OAA22507@pcnet1.pcnet.com> To: freebsd-ports@FreeBSD.ORG Subject: Uploads to incoming... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I placed a package of gnat-3.11p to /pub/FreeBSD/incoming on wcarchive. I expected to be able to retrieve (read) it, but the permissions did not allow it. -rw-rw---- 1 801 207 5994879 Feb 14 20:56 gnat-3.11p-elf.tgz Note that this package is needed to build an ELF version of GNAT (you cannot build an ELF version from aout without first building it as an aout->ELF cross compiler). I wanted others to be able to download the package, and to provide it to whomever builds and commits the port upgrade request. Where should this have been placed if not in incoming? Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 13:10:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA06178 for freebsd-ports-outgoing; Mon, 15 Feb 1999 13:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06169 for ; Mon, 15 Feb 1999 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA53385; Mon, 15 Feb 1999 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05698 for ; Mon, 15 Feb 1999 13:05:56 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id AAA27016; Tue, 16 Feb 1999 00:05:48 +0300 (MSK) Message-Id: <199902152105.AAA27016@netserv1.chg.ru> Date: Tue, 16 Feb 1999 00:05:48 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10109: New port - generic graphical server daemon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10109 >Category: ports >Synopsis: New port - generic graphical server daemon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 13:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: This is new port - generic graphics server daemon. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./patches # ./patches/patch-aa # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ggsd X# Version required: 0.1 X# Date created: 14 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= ggsd XPKGNAME= ggsd-0.1 XCATEGORIES= net XMASTER_SITES= http://devplanet.fastethernet.net/ \ X ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ XEXTRACT_SUFX= .tar X XMAINTAINER= dima@chg.ru X XLIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk X XWRKSRC= ${WRKDIR}/GGSD X XEXTRACT_BEFORE_ARGS= -xf X Xdo-install: X X @ ${INSTALL_PROGRAM} ${WRKSRC}/ggsd ${PREFIX}/bin X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${MKDIR} ${PREFIX}/share/doc/ggsd X @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ggsd X @ ${INSTALL_DATA} ${WRKSRC}/example.scr ${PREFIX}/share/doc/ggsd X.endif X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (ggsd.tar) = e824e034c66d0af0c35d77e961f61a3f END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.orig Sun Feb 14 12:59:36 1999 X+++ Makefile Sun Feb 14 13:00:10 1999 X@@ -1,5 +1,5 @@ X CC=gcc X-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\" X+CFLAGS+=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\" X LIBS=`gtk-config --libs` X X all: END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/ggsd Xshare/doc/ggsd/README Xshare/doc/ggsd/example.scr X@dirrm share/doc/ggsd END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XStart a network server to execute scripts. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XGGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple Xscript and then start a network server to run it. X Xhttp://devplanet.fastethernet.net/files.html X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 13:20:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07772 for freebsd-ports-outgoing; Mon, 15 Feb 1999 13:20:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07742 for ; Mon, 15 Feb 1999 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA54273; Mon, 15 Feb 1999 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA06277 for ; Mon, 15 Feb 1999 13:10:32 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id AAA27256; Tue, 16 Feb 1999 00:10:30 +0300 (MSK) Message-Id: <199902152110.AAA27256@netserv1.chg.ru> Date: Tue, 16 Feb 1999 00:10:30 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10110: New port - p5-Net-RawIP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10110 >Category: ports >Synopsis: New port - p5-Net-RawIP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 13:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: This is perl5 module which allows to send, create and manipulate with raw IP packets. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./patches # ./patches/patch-aa # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-Net-RawIP X# Version required: 0.05 X# Date created: 14 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= Net-RawIP-0.05b XPKGNAME= p5-Net-RawIP-0.05 XCATEGORIES= net perl5 XMASTER_SITES= http://quake.skif.net/RawIP/files/ \ X http://www.ic.al.lg.ua/~ksv/ \ X ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ X XMAINTAINER= dima@chg.ru X XUSE_PERL5= yes X XMAN3= Net::RawIP.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (Net-RawIP-0.05.tar.gz) = d4d174acee139792d7d92f982cd09c26 END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.PL.orig Mon Jan 25 10:18:00 1999 X+++ Makefile.PL Sun Feb 14 21:56:20 1999 X@@ -6,7 +6,7 @@ X print "3) Solaris\n"; X print "4) Systems with BSD raw socket format: FreeBSD,BSDI,... *BSD\n"; X print "5) Other\n-> "; X-chomp($system =); X+$system = 4; X X if($system == 1) X { END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.so Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.bs Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Net/RawIP.pm Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA perl module to manipulate raw IP packets. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis package provides a class object which can be used for creating, Xmanipulating and sending a raw IP packets. X Xhttp://quake.skif.net/RawIP/ X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 13:33:03 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09136 for freebsd-ports-outgoing; Mon, 15 Feb 1999 13:33:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09131 for ; Mon, 15 Feb 1999 13:33:02 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost (808 bytes) by rip.psg.com via sendmail with P:stdio/R:inet_resolve/T:smtp (sender: ) (ident using unix) id for ; Mon, 15 Feb 1999 13:33:02 -0800 (PST) (Smail-3.2.0.101 1997-Dec-17 #1 built 1998-Oct-13) Message-Id: Date: Mon, 15 Feb 1999 13:33:02 -0800 (PST) From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-ports@FreeBSD.ORG Subject: vnc in 4.0-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org /usr/ports/net/vnc# make >> vnc-3.3.2r3_unixsrc.tgz doesn't seem to exist on this system. >> Attempting to fetch from http://www.orl.co.uk/vnc/dist/. fetch: vnc-3.3.2r3_unixsrc.tgz: resource has moved temporarily to `http://www.uk.research.att.com/cgi-bin/redirect/vnc/dist/vnc-3.3.2r3_unixsrc.tgz' Receiving vnc-3.3.2r3_unixsrc.tgz: 0 Kbytes 894 bytes transfered in 0.0 seconds (135.55 Kbytes/s) ===> Extracting for vnc-3.3.2r3 ===> vnc-3.3.2r3 depends on shared library: X11.6 - found /usr/bin/tar: archive - EOF not on block boundary *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 14:40:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA17468 for freebsd-ports-outgoing; Mon, 15 Feb 1999 14:40:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA17455 for ; Mon, 15 Feb 1999 14:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA60343; Mon, 15 Feb 1999 14:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA16931; Mon, 15 Feb 1999 14:32:48 -0800 (PST) (envelope-from nobody) Message-Id: <199902152232.OAA16931@hub.freebsd.org> Date: Mon, 15 Feb 1999 14:32:48 -0800 (PST) From: steve@dangerous-minds.com To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/10111: Problem with the pgp262s port, Makefile will not install, needs tweaking! Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10111 >Category: ports >Synopsis: Problem with the pgp262s port, Makefile will not install, needs tweaking! >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 14:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: steve >Release: FreeBSD 3.0-RELEASE >Organization: >Environment: FreeBSD device.null 3.0-RELEASE FreeBSD 3.0-RELEASE #2: Wed Feb 10 13:41:33 CST 1999 root@device.null:/usr/src/sys/compile/NULL i386 >Description: bash-2.02# pwd /usr/ports/security/pgp bash-2.02# make install ===> Installing for pgp262s cd /usr/ports/security/pgp/work/pgp262s; install -c -o bin -g bin -m 555 pgp /usr/local/bin cd: can't cd to /usr/ports/security/pgp/work/pgp262s *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. bash-2.02# >How-To-Repeat: cd /usr/ports/security/pgp ; make ; make install >Fix: Correct /usr/ports/security/pgp/Makefile make install looks for the contents of /usr/ports/security/pgp/work in: /usr/ports/security/pgp/work/pgp262s which doesn't exist! Makefile needs to be changed/corrected >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 15:13:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20776 for freebsd-ports-outgoing; Mon, 15 Feb 1999 15:13:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picalon.gun.de (picalon.gun.de [194.77.0.18] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20770; Mon, 15 Feb 1999 15:13:07 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id AAA03891; Tue, 16 Feb 1999 00:13:04 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.9.2/8.9.2) id AAA10425; Tue, 16 Feb 1999 00:12:45 +0100 (CET) (envelope-from andreas) Date: Tue, 16 Feb 1999 00:12:44 +0100 From: Andreas Klemm To: ports@FreeBSD.ORG Cc: asami@FreeBSD.ORG Subject: Is ports freeze over ? I have a inn2.2-stable port in the pipeline... Message-ID: <19990216001244.A8331@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-STABLE SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Had a polluted incoming mailbox and had to remove mails heavily... Thanks. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 15:27:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22461 for freebsd-ports-outgoing; Mon, 15 Feb 1999 15:27:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22247; Mon, 15 Feb 1999 15:27:00 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id RAA19588; Mon, 15 Feb 1999 17:26:46 -0600 (CST) Received: from sji-ca11-226.ix.netcom.com(209.109.237.226) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma019534; Mon Feb 15 17:26:28 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.1/8.6.9) id PAA41834; Mon, 15 Feb 1999 15:26:24 -0800 (PST) Date: Mon, 15 Feb 1999 15:26:24 -0800 (PST) Message-Id: <199902152326.PAA41834@silvia.hip.berkeley.edu> To: committers@FreeBSD.ORG CC: ports@FreeBSD.ORG Subject: ports freeze over From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, The ports freeze is now over. Thanks for your patience. This was one of the most smooth release cycles I remember! :) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 15:41:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA23952 for freebsd-ports-outgoing; Mon, 15 Feb 1999 15:41:20 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA23937; Mon, 15 Feb 1999 15:41:05 -0800 (PST) (envelope-from chuckr@FreeBSD.org) From: Chuck Robey Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA64568; Mon, 15 Feb 1999 15:41:04 -0800 (PST) (envelope-from chuckr@FreeBSD.org) Date: Mon, 15 Feb 1999 15:41:04 -0800 (PST) Message-Id: <199902152341.PAA64568@freefall.freebsd.org> To: dbader@eece.unm.edu, chuckr@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/10076 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: updated net/mpich port State-Changed-From-To: open->closed State-Changed-By: chuckr State-Changed-When: Mon Feb 15 15:40:41 PST 1999 State-Changed-Why: committed changes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 17:31:43 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA08881 for freebsd-ports-outgoing; Mon, 15 Feb 1999 17:31:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thelab.hub.org (nat1061.mpoweredpc.net [142.177.186.45] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA08873 for ; Mon, 15 Feb 1999 17:31:36 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.2/8.9.1) with ESMTP id VAA10245 for ; Mon, 15 Feb 1999 21:29:09 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 15 Feb 1999 21:29:08 -0400 (AST) From: The Hermit Hacker To: freebsd-ports@FreeBSD.ORG Subject: glibstdc++2.8.1.1 & shared libraries... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a reason why glibstdc++ in ports won't compile shared, but we do have 2.7,x in /usr/lib perfectly fine? Anyone working on this? Thanks... Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 18:02:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA11889 for freebsd-ports-outgoing; Mon, 15 Feb 1999 18:02:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from pcvc.sminter.com.ar (pcvc.sminter.com.ar [200.10.104.179]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA11866 for ; Mon, 15 Feb 1999 18:02:27 -0800 (PST) (envelope-from fpscha@pcvc.sminter.com.ar) Received: (from root@localhost) by pcvc.sminter.com.ar (8.8.8/8.8.8) id XAA16102 for ports@freebsd.org; Mon, 15 Feb 1999 23:08:34 -0300 (ART) (envelope-from fpscha) From: "Fernando P. Schapachnik" Message-Id: <199902160208.XAA16102@pcvc.sminter.com.ar> Subject: Re: MajorCool 1.3.0 Success! (fwd) To: ports@FreeBSD.ORG Date: Mon, 15 Feb 1999 23:08:34 -0300 (ART) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You might find this information usefull. Regards! ----- Forwarded message from Bill Houle ----- >From bhoule@sandiegoca.ncr.com Wed Jan 13 22:13:24 1999 Date: Wed, 13 Jan 1999 17:17:13 -0800 (PST) From: Bill Houle Message-Id: <199901140117.RAA23055@intelpo.sandiegoca.ncr.com> To: Majordomo-Owner@pcvc.sminter.com.ar Subject: Re: MajorCool 1.3.0 Success! References: <199901140112.WAA10487@pcvc.sminter.com.ar> In-Reply-To: <199901140112.WAA10487@pcvc.sminter.com.ar> X-Loop: http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ (Version) Thank you for trying MajorCool. Be advised that the version you have installed may be outdated. The current version is 1.3.2. Here is a copy of the under-development ChangeLog so you may see what was updated in the latest release (the first dated entry) as well as what may be coming in a future version. You may want to notify the owner of the site from which your older version was downloaded and notify them that a newer version is available. As always, the latest release can be found at: http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ -- Bill Houle Bill.Houle@SanDiegoCA.NCR.COM -- * Confirmation of Approval Queue action sent to moderator???? * "core" is not a good list name to let be created or renamed. * Solaris problem with mj_create/rename/delete scripts required redirecting stderr. * Fix approval.shar to repair $bouncedir behavior within resend. * Configure fixed to detect Perl on Linux (in /usr/bin). 1.3.2 Wed Nov 25 16:39:01 PST 1998 Bill Houle (bhoule@sandiegoca.ncr.com) * Added REJECT action to Approval Queue. Posting will be returned to the original sender, no specific explanation given. (It is up to the moderator to add specifics via Message-Edit prior to rejecting.) * Added Message-Edit feature to Approval Queue. Editing large (multi-Meg) files is not pretty due to browser memory constraints, so your mileage may vary. * Scoping error of $members in send_who_form prevented editing of subscriber list for Perl v5.004 users. Vadim Chekan * Treatment of list.passwd files was made more consistent with Majordomo. A 'passwd' attempt is deferred to a 'newconfig' _only_ if the master passwd file technique is detected (ie, a read-only passwd file). This change allows a .passwd file to be created when there is none pre-existing, rather than always deferring to 'newconfig'. Added bonus is that read-only is the key factor, not the name "MASTER.PASSWD". * Global $bouncedir can be set in majordomo.cf (for Approval Queue). If not set, bounces stored in archive area, else $TMPDIR. 1.3.1 Tue Sep 1 10:28:18 PDT 1998 Bill Houle (bhoule@www.sandiegoca.ncr.com) * All regexps (where possible) are hard-compiled for performance. Noticed a 10% BROWSE speed improvement in a quick comparison on my system [400+ lists]. * Full-screen snapshots in docs/help pages. * Recognize 'web_access' keyword in order to provide access- control of Web interface (BROWSE/MODIFY) on a per-list basis. Malgosia Askanas * No single-quotes allowed when calling mj_create_list. * RENAME mode & mj_rename_list contrib/ script added. * Exact-Match modifier for the "Find" browse option. * is_subscribed no longer locks a list for member test. Faster. Lufan Chen * Domain-identify the Approved message of Web-based approvals. Manar Hussain * Email registration shows actual system class/config. * $debug flag in cf file for test toggling. 1.3.0 Fri Mar 27 17:00:02 PST 1998 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Threw some screen capture images into the usage/help file. * Added 'QuickView' mode for faster browsing (minus any global sub/unsub capabilities). Individual sub/unsubs can be done at the List Details level. The 'QuickView' mode is most useful when quick access to a list-of-lists is needed without the overhead of subscriber tests (eg, great for an "All" quickie or for list owners using the "My Owned" search in preparation for applying config changes to each). * Passed $module to BROWSE listname drill-down so that 'Help' came up in proper context. * Radio buttons on BROWSE and MODIFY main page now affected by script args. Allows functions to be preset by URL. * mj_build_aliases merged with changes from the version by Ricardo Marek. Added '@' file support and fixed the create/delete scripts to invoke mj_build automatically if found. * Added $opt_scansteps and more informative/engaging "please wait" screen. On a slow server with lots of lists, some feedback was needed to know that processing was truly occurring [and to prevent the client from timing out]. (Requires $opt_multipart to be set.) * RESTART now restarts at current module rather than default entry-point start. * 'module' variable was not set properly in footer for "context- sensitive help" to work as expected. * Changed subsystem class of "owner" to "config" just to not be "different". Sync'ed other subsytem names in patch sent to majordomo-users. * Use lopen/close cooperative locking at all times (even if it is just for simple reading/parsing. * Configuration Options keyword view based on subsystem (plus "all","basic"). Uses Javascript for auto-select on menu change. Also eliminates the need for GenConfAll preference, giving more future cookie 'breathing room'. * Added date_info/_intro indicator on edit screens. * Turned on main'abort overload. * Approval Queue implemented. Resend will store BOUNCEd posts on the server, where MajorCool can approve via the Web. Mail-based approval still supported. (Requires patch applied to Majordomo, available in contrib/.) * Support for 1.94 'intro' files. * Added a 'nn of total lists' display to the BROWSE results. * CSS font family quoted with ' instead of ". NN4 reported a weird and sporadic JavaScript quoting error (even though the quotes were balanced and the CSS and Javascript sections were unrelated). Still don't know why it did what it did, but the quoting change seemed to fix it. * "Remote" mode for one-shot subscribe (or unsubscribe, who, info) actions on non-MajorCool Web pages. Now a button can be embedded to access some MajorCool functions indirectly. * Won't give MODIFY 'backdoor' button when BROWSE info/who access is private or untrusted. * Type-checking added to domain-smtp's query for A records. (Igor S. Livshits ) 1.2.0 Wed Dec 24 15:21:32 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Reached the 20-Cookie limit for Prefs, so time for some trimming. Collapsed BROWSE/MODIFY ListSort prefs into single General pref to allow additional StyleSheet control. * "domain-smtp" siteaddr function added -- same as "domain", but validates local addresses via DNS/SMTP lookup. (Igor S. Livshits ) * CSS1 Style Sheets used for Font Face/Size tweaking (in lieu of partially functional HTML tag). * mkdigest action available in MODIFY if list name matches -digest. * Configure to notify author of install success. Curiosity got the better of me. Completely optional of course. * Preferences were significantly reorganized to follow the BROWSE/MODIFY/etc module model. The relationship to earlier titles (Info Options, Config Options, etc) was difficult for novices to comprehend. Tried to support backwards compatibility for all the Cookies as best I could. Hope it doesn't cause much trouble. * Show nested lists as BROWSE links if desired, or in bold by default. Numbering option also added. (BROWSE mode only) * JavaScript 'balloon help' for the button-bar mouseOvers. Implemented as a window.open for basic JavaScript clients. Because the lack of onMouseOut support in MSIE3 can make the popping windows a very annoying distraction, this particular feature is optional above and beyond the generic JavaScript support. Possible ToDo: an event-positioned CSS Layer instead of a Window pop. * Leverage Majordomo set_log()/log() for logging actions. All View/Form actions are logged to the Majordomo logfile. The "host" is the Web server; the "process" is the CGI name. Log messages will indicate the calling module involved (BROWSE, MODIFY, CREATE, DELETE), and the "address" field will contain the host/IP of the client. 'Change' actions are not logged since they will be trapped by Majordomo itself upon submission. Log entries will not break current logsummary.pl reporting; a new MajorCool-aware logsummary.pl is provided in contrib/. * Fix Configure override of /icons & /cgi-bin URLs. (Igor S. Livshits ) 1.1.2 Fri Nov 7 18:46:42 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * $list_create/delete commands added to config setup. (Igor S. Livshits ) * URL scheme is configurable to account for https/shttp. * Removed extraneous newline from all timestamp displays. * "Robots" META tag inserted in all HTML documents to prevent Internet Spiders/WebCrawlers from indexing installed copies, thus appearing to be a mirror of the primary site. Also added optional Robot control to CGI itself. * COOL_CACHE moved to cf file for same-dir support of virtual servers. Changed Pragma $cache var to $http_cache to avoid naming conflicts. * Added a FAQ section to the Docs (in support.htm). * Alpha-sort who list if no by_siteaddr defined. (Joe Hartley ) * Details screen pulls list-owner from cache only if field is defined. Defaults to owner-list in base configuration. (Rick Perry ) * majordomo_deferred()/$opt_cmdverify for the ultra-paranoid or those interested in teaching users Majordomo syntax. Rather than performing any actions directly, MajorCool will construct the equivalent commands and send them to the user so that they can do the actual mailing. * $opt_subverify is a slightly less comprehensive version of $opt_cmdverify. Only requests to subscribe or unsubscribe will be converted to commands and mailed back to the user. The advantage here is that Web users cannot forge any subscriptions. * Added 'Append' mode as an alternative workaround for editing large lists. * Removed logging of REMOTE_ADDR if REMOTE_HOST is also an IP address. (REMOTE_HOST always drops down to REMOTE_ADDR if reverse lookup is not possible, so there is no chance of not logging any details.) This will make for a shorter header line in the redundant case. * UserID/GroupID ownership of files made configurable during installation. Removed root install restriction. Made more forgiving for a "virtual server" setup typical for some Web hosting services. (Mark Rauterkus ) 1.1.1 Mon Sep 15 20:24:32 PDT 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * On-line help added (based on auto-extract from existing Docs). * Changed is_advertised to handle 1.94 "extended" RE modifiers (ie, '/re/i'). Also fixed adv vs noadv typo. * Non-regexp address comparisons now use Majordomo's &addr_match function. No partial or $mungedomain support yet. * Fixes to "domain" siteaddr function. (Steve Snodgrass ) 1.1.0 Thu Jul 31 12:54:27 PDT 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Better Cache contents handling in cases where it is out of sync with $listdir -- eg, list is deleted from system but Cache not yet updated (Rick Perry ). * Configure changed to support multiple Cache files in conjunction with multiple cf files (only if BROWSE mode enabled). * Added subset-edit feature and corresponding ListMaxSize preference to deal with browser TextArea limits. Now supports large lists. * Recoded CGI "exec" invocation to use @args list rather than command line, thus bypassing /bin/sh interpretation: safer and execs faster (Rick Perry ). * Eliminated null Cookie value which caused header problems on Netscape server (Ricardo Marek ) * "exit" replaced by "return" for private who/info functions. (Christina Perry ) * JavaScript browser-detect for MouseOver support removed in favor of Image object test (trick courtesy of Jeff Foust ). * The siteaddr() function is now the one-and-only producer of the ADDRESS and PATTERN variables. These parameters can no longer be passed in the URL, greatly reducing the risk of spoofing invalid data. * Regexp component of siteaddr() made optional. If not supplied, subscription check is straight address compare. This eliminates potential for abuse via the "simple" siteaddr function, which does not require regexp comparisons anyway. Mapping functions that *do* utilize the regexp feature (eg ncr-rolo, LDAP, etc) can continue to do so without modification. Any use of regexps, however, should be done with the utmost care to ensure that no compromise is possible. * Configure fixed to not ask siteaddr() questions if BROWSE module is not configured. * List search function added: finds all lists matching specified search string. * Security hole discovered by Rick Perry which allowed any arbitrary Majordomo file (eg list.config) to be treated as a list. Tighter list checks implemented. * Preferences now saves state. After updating, it will return to the screen prior to calling Prefs. * SendConfigByEmail made site-optional. Also made saving config file comments (ie, writeconfig) optional. Both suggested by Roman Richardson (Roman.Richardson@state.mn.us). * New images! [Courtesy of Robin.Cooper.Wood@SanDiegoCA.NCR.COM] Extensive graphics support, including optional SUBMIT buttons. * Went JavaScript-crazy with optional MouseOvers, status bar changes, and form.element onFocus bells & whistles. * MenuMode to provide more intuitive interface. Optional via preferences, of course. Layout reorg favors centering tables and text. Modules are 'browse', 'modify', 'create', 'delete', and 'prefs'. All but 'prefs' are optional as specified in the config file. * Supports multiple MajorCool cf files to allow multiple program instances and provide additional flexibility for virtual server users. Displays server and current config name onscreen. NOTE: Use of $hidden_admin for split user/admin personality has been removed in favor of using separate config files with module control. NOTE: New default Configure output name is "default.sh". * Potential security hole in mj_key_cache was corrected (again) thanks to the folks at FootHill De Anza College (ash@dasb.fhda.edu). This was fixed (though not as well) in an earlier release that seems to have been lost. Also lost was an earlier patch for the unsubscribe_policy attribute in the Cache file. Still don't know why those fixes fell through the cracks. Sorry! NOTE: Cache file field separator changed to non-printable ^G to avoid conflicts with '#' in list description. * Semi-context-sensitive Help file access. The current module name is passed as an anchor to the Help document. The Help document itself is sparse, but the framework is a beginning. * Added "Home" button and "sitehome" config to return to default home page. * Use of owner-list is more universal; some sites may not have implemented the optional list-owner alias. Suggested by Gunnar Helliesen . * Added list-address on Details page. * Karsten Mueller's regexp for the "simple" siteaddr caused problems for many sites that did not use that addr format. Left it in as a comment for those who want to turn it on. Added simpler lefthand/righthand address check in its place. * admin_passwd was not getting changed properly when the "double-entry" Change Password form was used. (Identified by Roman Richardson ) * 'intro' prompt in siteaddr renamed to 'browse' for consistency with the new browse/modify/create/delete model. * Added list-deletion functionality (same as list-create). * Added use of "password" command to change passwords if list.pass files are used. (Also detects Dave Wolfe's MASTER.PASSWD technique and reverts to full config.) * Added support for absolute_file, absolute_dir, and restrict_post config field types. * IMG dimensions added to improve display speeds. Images have changed often, so calculations are performed on-the-fly. * Emptying config fields now properly saves them as empty (rather than a no-op). * Configurable TMPDIR. 1.0.3 Thu May 15 14:05:28 PDT 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Added preference to switch between 'basic' admin keyword edit (keyword list is defined in cf file) and edit of all available keywords. * Added preference to word-wrap the list info edit box. Wrapping appears to work onscreen, but file is saved unwrapped, so this is not a complete feature implementation. * Changed COOKIE name from SortedList to ListSorted to pave the way for category grouping. (Tried to ensure backwards compatibility.) * Reduce/eliminate dependency on 'owner' keyword. If keyword not implmented (as opposed to implemented but unset), then submit_as address is $list-owner@$whereami. Functions such as 'show owned lists' and 'show owner-less lists' are unavailable if the owner addition is not implemented. * Restored member count data on list config screen. (Removed during addition of View/Edit List & Info FORM buttons.) Added list info filesize complement. * Format config help via html_encode(). * Made "Pragma: no-cache" a preference to allow each user to determine whether to allow caching of pages. 1.0.2 Thu Apr 3 00:56:29 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * $hidden_admin support moved all the way into the command processing level. This removes any backdoor access to user vs. admin functions that the site owner may deem unwanted. * Use &valid_passwd() Majordomo function rather than own comparison. This allows for support of list.pass (even though MajorCool will not support the creation of the file directly). Idea prompted by Matthew O'Brien . * &is_subscribed() now uses Majordomo's ParseAddrs() to remove RFC822 comments from addresses before comparison. This eliminates the need to construct a perfect siteaddr regexp to match commented addresses. (Thanks to Dave Wolfe for showing me the hazards of using \b to match comment boundaries.) is_subscribed() also now matches all possible subscribed addresses rather than stopping after the first hit. * Begin implementation of button-based access to list subfunctions (such as View/Edit List or Info). * Removed $last_sent, $log_suffix in config. Bogus data for most sites anyway. 1.0.1 Thu Mar 20 00:28:04 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * COOKIE-based preferences for config field help, who sorting, etc. * Regexp address syntax check implemented in "simple" siteaddr from Karsten Mueller . (Why doesn't Majordomo's valid_addr() do this?!?) * Additions for 1.94 who_access and info_access (as started by Karsten Mueller ). * show_config: html_encode() only on non-null subscribed-as field. (Jean-Michel Augusto ) * Spurious "$private_who" non-existent variable removed. 1.0 (OFFICIAL RELEASE) Mon Feb 24 18:01:33 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Escape special HTML characters for subscribed-as address values ("Dave A. Roger" ). * List diff now uses 'state' file to eliminate contention/sync problems. Diffs will be against membership at the time of edit, independent of subsequent sub/unsubs applied via other instances. * 'Configure' rewrite for sake of portability (spurred by problem with install on FreeBSD, "Dave A. Roger" ). * 'subscribe' now uses the preferred addr of the mail headers. * &set_mailer($bounce_mailer) for 1.94.1. * "Pragma: no-cache" to disable page caching. [Not 100% convinced this is needed/desirable....] 1.0 PRE 13 Tue Feb 4 01:08:46 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * List diff implemented to replace 'newwho' functionality! * Check for list existence before any get_config() to avoid leaving config file droppings on incorrect list names. * All config variable changes prefixed by cf_ to avoid future collision with non-config arguments. * Text action commands rather than numeric. 1.0 PRE 12 Mon Jan 20 22:14:58 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Added 'trust_identity' global config to allow disbelief of user addresses when accessing private_ functions. See $private_msg. * 'approve sub/unsub' sends mail with submit_as (owner) rather than target user. * do_sub_unsub() loop & variable cleanup. 1.0 PRE 11 Tue Jan 14 16:58:19 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Support for string_array values in config screen! * Regexp-based method in do_newconfig() rewritten to use get_config() API. * Datestamp for 'info' file displayed but removed from editable text portion of 'newinfo' screen. * $sitehelp no longer requires DOCUMENT_ROOT. 1.0 PRE 10 Tue Jan 7 15:08:41 PST 1997 Tom Moore . * Added url_encode() to avoid embedded space problems in address and pattern URL args. * ncr-ldap X.500 query siteaddr contributed. * Fixes for siteaddr/ncr-rolo and Configure siteaddr dependencies. 1.0 PRE 9 Mon Jan 6 12:00:12 PST 1997 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Fully-qualified default $list-owner in mailto: URL of List Detail screen. * Use \001 as change_config() regexp separator character to avoid substitution probs. * Perl5 [] artifact broke REMOTE_ADDR logging. Fixed. * Fixed HTML <> display for RFC822 address comments in "who" output: "real name
". * Order of config field edit now *really* determined by @admin_keywords. No fib this time. * Braindead error in regexp mangling for change_config introduced by Perl5 and earlier cleanup. * Added 'show unsubscribed lists'. 1.0 PRE 8 Fri Dec 20 16:55:14 PST 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Added $list_request_cmd New-list Request automation and contrib code as mj_create_list. Can now request & recieve new lists on the fly. * Misc Perl5 fixes for get_who/get_list (join('',...) 1.0 PRE 7 Fri Dec 13 13:05:10 PST 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Makefile replaced by Configure script (including support for siteaddr files) thanks to Tom Moore ! * Added New-list request form (sends mail to Majordomo-owner). * Tighter access control (is_subscribed test added to show_who; list-owner undisclosed on details screen if private_who enabled). * Added "Show all unconfigured lists". 1.0 PRE 6 Wed Dec 11 19:58:32 PST 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * SysV Makefile fixes from Tom Moore . * Added "Show all lists that I own" feature. * Added linkage from list-user view to list-administration (password protected, of course). * Enabled quicker access to list membership administration by placing menu selection side-by-side with configuration file choice at the top level. * Changed `eval $cf` to "require". With cf syntax error, Perl died silently on the eval and you never got the die() error! 1.0 PRE 5 Tue Dec 10 20:38:28 PST 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Makefile-based installation. * Perl5 compatibility courtesy of Marisa Giancarla . * Reliance on NCSA-ish README.html changed to genuine index file (inspired by comments from Shane Wilson ). 1.0 PRE 4 Tue Nov 5 16:44:23 PST 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Re-organized & commented config file. 1.0 PRE 3 Tue Oct 1 08:57:21 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Moved @admin_keyword array into cf file for localized modifications. * Changed mj_www_interface script name to majorcool.pl. 1.0 PRE 2 Wed Aug 21 14:16:53 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Rewrote arg-parsing to correctly use CONTENT_LENGTH; problem identified by Mike Alleman . 1.0 PRE 0 Thu Jun 27 11:01:05 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Added configurable separation of admin and user forms: If enabled, only user subscription form presented by default. Admin form presented only if CGI name matches setting. When disabled, both forms are visible on the same opening screen. Thu May 2 14:55:31 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Turned list.last handling into configurable log suffix. * Added "unsubscribe" capability to APPROVAL form. Fri Apr 19 21:48:58 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Approval form+function for individual subscriber addition: Bypasses "problem" with 'newwho' routine, which does not notify new list members per the usual Majordomo workflow. * Externalized the address sorting routine: Member-sort routine is equally tied to address formats defined in "siteaddr" lookup functions, so it made sense to relocate there. Mon Apr 8 16:58:51 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * ROLO lookup to use nickname field: (NCR-specific) Previous implementation threw away parenthesized nickname, making "Jim.Smith" [in "James (Jim) Smith"] a non-entity rather than pairing with "James.Smith" as appropriate. Fri Apr 5 13:05:44 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Secure list-admin passwd: Changing the list admin password is site-configurable as either a plain-text configuration field, or a separate form with double-entry and secure text. Mon Apr 1 23:18:19 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Site address lookup function & prompts externalized: All ROLO-related functions (NCR-specific) moved to single MajorCool configuration file, allowing for non-NCR address customizations to be made in one place. Thu Mar 28 14:11:06 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Rewrite of CGI shim to improve performance, configurability. * Utilize CGI environment variables: REMOTE_HOST/_ADDR logged in email From line. SCRIPT_NAME/DOCUMENT_NAME for URL & header processing. DOCUMENT_ROOT used for header/footer location. Thu Mar 14 18:26:11 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * List-admin "pick list" or type-in field: Allows lists to remain "hidden" if privacy is a concern. Pick-list is for convenience. Fri Mar 8 10:35:14 PDT 1996 Bill Houle (bhoule@www.sandiegoca.ncr.com) * Dynamic $member_advertised to determine if members see unadvertised lists: Mimics "compile-time" functionality in Majordomo 1.93 that is a comment/uncomment configuration setting. Fri Feb 2 11:04:53 PDT 1996 # Matt Bateman (mdb@sparc.sandiegoca.ncr.com) * Start. ----- End of forwarded message from Bill Houle ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 23:13:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14364 for freebsd-ports-outgoing; Mon, 15 Feb 1999 23:13:32 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14359 for ; Mon, 15 Feb 1999 23:13:30 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA90050; Mon, 15 Feb 1999 23:13:28 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Mon, 15 Feb 1999 23:13:28 -0800 (PST) Message-Id: <199902160713.XAA90050@freefall.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: ports@FreeBSD.ORG Subject: dlsym() and ELF executables Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Porters, I spent sometime trying to figure out why dlsym() was not working on handles obtained by calling `dlopen(NULL, flags)' -- i.e. on a handle to the ELF executable itself. It turns out that you need to link the final executable with the `-E' option (--export-dynamic) under ELF to allow symbols defined in the executable to become visible to the `dl*' family of routines. This behaviour is not the default for ELF. This wasn't very obvious (at least to me). I was wondering if anyone else had encountered this stumbling block. Do you think it is worth a FAQ entry? Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 15 23:50:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17980 for freebsd-ports-outgoing; Mon, 15 Feb 1999 23:50:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17960 for ; Mon, 15 Feb 1999 23:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA92417; Mon, 15 Feb 1999 23:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ns.issei.org (ns.issei.org [210.169.187.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA17323 for ; Mon, 15 Feb 1999 23:45:16 -0800 (PST) (envelope-from issei@issei.org) Received: (from issei@localhost) by ns.issei.org (8.9.3/3.7W-hub) id QAA29271; Tue, 16 Feb 1999 16:45:13 +0900 (JST) Message-Id: <199902160745.QAA29271@ns.issei.org> Date: Tue, 16 Feb 1999 16:45:13 +0900 (JST) From: issei@jp.FreeBSD.ORG Reply-To: issei@jp.FreeBSD.ORG To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/10114: ports : mail/popper : NONAUTHFILE should be documented. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10114 >Category: ports >Synopsis: ports : mail/popper : NONAUTHFILE should be documented >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 15 23:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: Personal >Environment: Any >Description: Popper in ports uses `/etc/ftpusers' file to restrict user who can get pop3 service, but it does not documented anywhere. I think it should be mentioned in the man page. >How-To-Repeat: >Fix: Apply the patch below to that of ports-current. --- ../patch-ac.old Tue Feb 16 13:19:13 1999 +++ patch-ac Tue Feb 16 13:19:56 1999 @@ -1,5 +1,5 @@ ---- popper.8.orig Fri May 17 03:59:25 1996 -+++ popper.8 Fri Dec 6 17:10:00 1996 +--- popper.8.orig Fri Jul 10 08:44:08 1998 ++++ popper.8 Tue Feb 16 13:17:13 1999 @@ -16,7 +16,7 @@ .SH NAME popper \- pop 3 server @@ -27,12 +27,13 @@ .PP XTND XLIST header [num]: Extracts and returns the specified header line for the specified message number. If the "num" parameter is missing, -@@ -178,7 +178,7 @@ +@@ -178,7 +178,8 @@ marked for deletion. .SH FILES .nf -/usr/spool/mail mail files -+/var/mail mail files ++/var/mail mail files ++/etc/ftpusers list of unwelcome/restricted users /etc/inetd.conf pop program invocation /etc/syslog.conf logging specifications ~/.popbull largest bulletin number seen by user >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 00:30:04 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21695 for freebsd-ports-outgoing; Tue, 16 Feb 1999 00:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21621; Tue, 16 Feb 1999 00:29:57 -0800 (PST) (envelope-from darius@dons.net.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.2/8.9.1) with ESMTP id SAA22199; Tue, 16 Feb 1999 18:59:52 +1030 (CST) (envelope-from darius@dons.net.au) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199902160713.XAA90050@freefall.freebsd.org> Date: Tue, 16 Feb 1999 18:59:51 +1030 (CST) From: "Daniel J. O'Connor" To: Joseph Koshy Subject: RE: dlsym() and ELF executables Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 16-Feb-99 Joseph Koshy wrote: > This wasn't very obvious (at least to me). I was wondering if anyone else > had encountered this stumbling block. Do you think it is worth a FAQ > entry? I was bitten by this while porting to elf at work. There was a mail message about it in the lists sometime around e-day AFAIK which was most informative :) IMHO a FAQ entry would be worth it. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 9:30:17 1999 Received: from is.lamefree.com (is.lamefree.com [209.84.188.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13371 for ; Tue, 16 Feb 1999 09:30:12 -0800 (PST) (envelope-from stalker@is.lamefree.com) Received: (from stalker@localhost) by is.lamefree.com (8.9.1/8.9.1) id JAA10450 for ports@freebsd.org; Tue, 16 Feb 1999 09:30:35 -0800 (PST) Date: Tue, 16 Feb 1999 09:30:35 -0800 (PST) From: Stalker Message-Id: <199902161730.JAA10450@is.lamefree.com> To: ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I was just curious if you were in the process of updating the rxvt port? If you need a hand with it, I may be able to assist you but have not done much work with creating/maintaining ports. Thanks in advance, jeff stalker@feerbsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 12:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5987810E5F for ; Tue, 16 Feb 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA39796; Tue, 16 Feb 1999 12:40:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id 802B111825 for ; Tue, 16 Feb 1999 12:36:06 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 21304 invoked by uid 100); 16 Feb 1999 20:36:05 -0000 Message-Id: <19990216203605.21303.qmail@guru.phone.net> Date: 16 Feb 1999 20:36:05 -0000 From: mwm@phone.net Reply-To: mwm@phone.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10118: stat package port submission Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10118 >Category: ports >Synopsis: FreeBSD needs a Unix stat package >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 12:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: 3.0-RELEASE >Description: This is a port of Gary Perlman's UNIX|STAT Package to Freebsd. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 13:24: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A4D410F1F; Tue, 16 Feb 1999 13:24:08 -0800 (PST) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA42415; Tue, 16 Feb 1999 13:24:08 -0800 (PST) (envelope-from mph@FreeBSD.org) Date: Tue, 16 Feb 1999 13:24:08 -0800 (PST) From: Message-Id: <199902162124.NAA42415@freefall.freebsd.org> To: mph@FreeBSD.ORG, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/10070 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix for misc/xquote: $(MOTIFLIB) State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Tue Feb 16 16:23:53 EST 1999 State-Changed-Why: Patch applied. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Tue Feb 16 16:23:53 EST 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 14:22:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id BA98711157 for ; Tue, 16 Feb 1999 14:21:43 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Css7-0009rt-00 for ports@freebsd.org; Wed, 17 Feb 1999 00:21:39 +0200 From: Sheldon Hearn To: ports@freebsd.org Subject: sysutils/xosview's SwapMeter broken Date: Wed, 17 Feb 1999 00:21:39 +0200 Message-ID: <37932.919203699@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, The author of xosview has been working quite hard to get the software up to speed with FreeBSD 3.0+ . Version 1.7.0 has been released and sports a fixed up DiskMeter. Unfortunately, the SwapMeter is now broken because the swaplist symbol has gone away. Below are diffs against the current port to bring it up to 1.7.0 . I'm providing them in the hopes that someone else will offer advice on sorting out the SwapMeter. I managed to fix the DiskMeter quite easily by stealing code from xsysinfo, but I'm having trouble wrapping my head around the SwapMeter. Ciao, Sheldon. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/xosview/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/01/18 03:00:39 1.13 +++ Makefile 1999/02/16 22:17:25 @@ -1,12 +1,12 @@ # New ports collection makefile for: xosview -# Version required: 1.6.2.a +# Version required: 1.7.0 # Date created: 19 Nov 1997 # Whom: Brian Handy # # $Id: Makefile,v 1.13 1999/01/18 03:00:39 steve Exp $ # -DISTNAME= xosview-1.6.2.a +DISTNAME= xosview-1.7.0 CATEGORIES= sysutils MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ \ http://lambic.physics.montana.edu/xosview/ @@ -18,6 +18,6 @@ GNU_CONFIGURE= yes MAN1= xosview.1 -# BROKEN= DiskMeter broken for 3.0+ +# BROKEN= SwapMeter broken for 3.0+ .include Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/sysutils/xosview/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- md5 1999/01/05 01:06:04 1.6 +++ md5 1999/01/25 22:00:31 @@ -1 +1 @@ -MD5 (xosview-1.6.2.a.tar.gz) = bf021401b5dbf3971ff8a4ea6c90ee11 +MD5 (xosview-1.7.0.tar.gz) = 7591a567dff144cdbecde1543f4dbc58 Index: patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /tmp/cvsj34880 Wed Feb 17 00:18:10 1999 +++ /dev/null Tue Feb 16 22:11:45 1999 @@ -1,34 +0,0 @@ ---- bsd/kernel.cc.orig Thu Sep 24 21:21:30 1998 -+++ bsd/kernel.cc Tue Jan 12 17:53:33 1999 -@@ -28,6 +28,11 @@ - #include - #include /* For CPUSTATES, which tells us how - many cpu states there are. */ -+ -+#ifndef DK_NDRIVE /* Ghastly hack allows FreeBSD 3.0+ to build */ -+#define DK_NDRIVE 8 /* but leaves the DiskMeter broken */ -+#endif -+ - #ifndef XOSVIEW_FREEBSD - #include /* For disk statistics. */ - #endif -@@ -277,6 +282,9 @@ - void - BSDGetNetInOut (long long * inbytes, long long * outbytes) - { -+ -+#if (__FreeBSD_version < 300000) //werner May/29/98 quick hack for current -+ - struct ifnet * ifnetp; - struct ifnet ifnet; - //char ifname[256]; -@@ -311,6 +319,9 @@ - ifnetp = (struct ifnet*) ifnet.if_list.tqe_next; - #endif - } -+ -+#endif //werner -+ - } - - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 14:40:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD38D1109B for ; Tue, 16 Feb 1999 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA47548; Tue, 16 Feb 1999 14:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 4833311054 for ; Tue, 16 Feb 1999 14:31:11 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Ct1I-000CVQ-00; Wed, 17 Feb 1999 00:31:08 +0200 Message-Id: <48075.919204268@axl.noc.iafrica.com> Date: Wed, 17 Feb 1999 00:31:08 +0200 From: Sheldon Hearn Reply-To: Sheldon Hearn To: FreeBSD-gnats-submit@freebsd.org Cc: Scott.Blachowicz@seaslug.org (ports/mail/nmh MAINTAINER) X-Send-Pr-Version: 3.2 Subject: ports/10119: [PATCH] mail/nmh should use local pipe delivery, not SMTP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10119 >Category: ports >Synopsis: [PATCH] mail/nmh should use local pipe delivery, not SMTP >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 14:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET Internet Africa >Environment: FreeBSD 4.0-CURRENT #1: Mon Feb 15 19:34:06 SAST 1999 >Description: Currently the mail/nmh port configures nmh to use SMTP as the delivery method for outgoing mail. This is not ideal, since many machines will not accept SMTP connections from localhost, either because they run no listening daemon, or because they're wrapped up anally. >How-To-Repeat: N/A >Fix: By compiling nmh to open a pipe to the mta instead of connecting to port 25 on localhost, we improve the odds that the software will work out of the box on any given box. The following diff makes the required change. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/nmh/Makefile,v retrieving revision 1.11 diff -u -d -r1.11 Makefile --- Makefile 1999/02/11 08:57:13 1.11 +++ Makefile 1999/02/11 16:34:58 @@ -15,7 +15,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/nmh \ - --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop + --sysconfdir=${PREFIX}/etc/nmh --enable-nmh-pop \ + --with-mts=sendmail MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 \ inc.1 mark.1 mh-chart.1 mhbuild.1 mhl.1 mhlist.1 mhmail.1 \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 14:50: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F17BF11024 for ; Tue, 16 Feb 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA48218; Tue, 16 Feb 1999 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D26B910F7B; Tue, 16 Feb 1999 14:39:32 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10Ct9O-000EH0-00; Wed, 17 Feb 1999 00:39:30 +0200 Message-Id: <54869.919204770@axl.noc.iafrica.com> Date: Wed, 17 Feb 1999 00:39:30 +0200 From: Sheldon Hearn Reply-To: Sheldon Hearn To: FreeBSD-gnats-submit@freebsd.org Cc: jseger@FreeBSD.ORG (www/lynx MAINTAINER) X-Send-Pr-Version: 3.2 Subject: ports/10120: [PATCH] www/lynx overwrites existing lynx.cfg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10120 >Category: ports >Synopsis: [PATCH] www/lynx overwrites existing lynx.cfg >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 14:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET Internet Africa >Environment: FreeBSD 4.0-CURRENT #1: Mon Feb 15 19:34:06 SAST 1999 >Description: The www/lynx port overwrites any existing lynx.cfg file during the install target. This is annoying. >How-To-Repeat: make install ; make -DFORCE_PKG_REGISTER install >Fix: The following diff (intended to create patch-ab) teaches the port to leave any existing lynx.cfg alone: Index: patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Wed Feb 17 00:22:44 1999 +++ patch-ab Tue Sep 22 16:26:15 1998 @@ -0,0 +1,15 @@ +--- makefile.in.orig Tue Mar 10 14:07:58 1998 ++++ makefile.in Thu Sep 17 16:34:21 1998 +@@ -271,8 +271,10 @@ + -rm -f $(libdir)/lynx.tmp + + install-cfg : $(libdir) +- -mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg +- $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg ++ sh -c 'if test ! -f $(libdir)/lynx.cfg ; then \ ++ mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg ; \ ++ $(INSTALL_DATA) $(srcdir)/lynx.cfg $(libdir)/lynx.cfg ; \ ++ fi' + + install-lss : $(libdir) + -mv -f $(libdir)/lynx.lss $(libdir)/lynx.oldlss >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 16:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E963B10F1D for ; Tue, 16 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA53707; Tue, 16 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id 3DC0A10F33 for ; Tue, 16 Feb 1999 16:02:44 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 23427 invoked by uid 100); 17 Feb 1999 00:02:43 -0000 Message-Id: <19990217000243.23426.qmail@guru.phone.net> Date: 17 Feb 1999 00:02:43 -0000 From: mwm@phone.net Reply-To: mwm@phone.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10124: UNIX|STAT pr submission failed to include the ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10124 >Category: ports >Synopsis: UNIX|STAT pr submission failed to include the ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 16:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: 3.0-RELEASE >Description: The previously submitted pr (ports/10118) with the UNIX|STAT port failed to included the shar file for the port. It's included here, and ports/10118 should be closed. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # stat # stat/Makefile # stat/pkg # stat/pkg/PLIST # stat/pkg/DESCR # stat/pkg/COMMENT # stat/files # stat/files/md5 # stat/patches # stat/patches/patch-aa # echo c - stat mkdir -p stat > /dev/null 2>&1 echo x - stat/Makefile sed 's/^X//' >stat/Makefile << 'END-of-stat/Makefile' X# New ports collection makefile for: stat X# Version required: 5.4 X# Date created: 16 February 1999 X# Whom: mwm X# X# $Id$ X# X XDISTNAME= stat XPKGNAME= stat-5.4 XCATEGORIES= math XEXTRACT_SUFX= .tar.Z X XMAINTAINER= mwm@phone.net X XNO_PACKAGE= "Can not distribute binaries" XRESTRICTED= "Must agree to license before use" X XMAN1= abut.1 desc.1 stat.1 probdist.1 stats.1 anova.1 dm.1 \ X linex.1 rankind.1 calc.1 dprime.1 maketrix.1 rankrel.1 \ X transpose.1 dsort.1 manstat.1 ranksort.1 ts.1 features.1 \ X oneway.1 regress.1 validata.1 ff.1 repeat.1 colex.1 fls.1 \ X pair.1 reverse.1 contab.1 fpack.1 perm.1 series.1 X Xdo-fetch: X @if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ X ${ECHO} ""; \ X ${ECHO} "Gary Perlman requires that you grab the dist files from"; \ X ${ECHO} "his web site at http://www.acm.org/~perlman/. Please"; \ X ${ECHO} "make sure you have ${DISTNAME}${EXTRACT_SUFX} in"; \ X ${ECHO} "${DISTDIR} and run make again."; \ X ${ECHO} ""; \ X exit 1;\ X fi X Xpost-patch: X @mv ${WRKSRC}/man/intro.1 ${WRKSRC}/man/stat.1 X @rm ${WRKSRC}/man/cat.1 X Xdo-build: X @(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} make) X Xdo-install: X @strip ${WRKSRC}/bin/* X @$(INSTALL_PROGRAM) ${WRKSRC}/bin/* ${PREFIX}/bin X @$(INSTALL_MAN) ${WRKSRC}/man/* ${PREFIX}/man/man1 X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/share/doc/stat X @${INSTALL_MAN} ${WRKSRC}/handbook/* ${PREFIX}/share/doc/stat X.endif X X.include END-of-stat/Makefile echo c - stat/pkg mkdir -p stat/pkg > /dev/null 2>&1 echo x - stat/pkg/PLIST sed 's/^X//' >stat/pkg/PLIST << 'END-of-stat/pkg/PLIST' Xbin/abut Xbin/anova Xbin/calc Xbin/colex Xbin/contab Xbin/desc Xbin/dm Xbin/dprime Xbin/dsort Xbin/features Xbin/ff Xbin/fpack Xbin/linex Xbin/maketrix Xbin/oneway Xbin/pair Xbin/perm Xbin/probdist Xbin/rankind Xbin/rankrel Xbin/ranksort Xbin/regress Xbin/repeat Xbin/reverse Xbin/series Xbin/stats Xbin/transpose Xbin/ts Xbin/validata Xshare/doc/stat/!Cover.nr Xshare/doc/stat/3-Conventions.ps Xshare/doc/stat/contents.nr Xshare/doc/stat/!Cover.ps Xshare/doc/stat/4-Manipulation.nr Xshare/doc/stat/exam.dat Xshare/doc/stat/!Cover.txt Xshare/doc/stat/4-Manipulation.ps Xshare/doc/stat/example.bat Xshare/doc/stat/0-Preface.nr Xshare/doc/stat/5-Analysis.nr Xshare/doc/stat/example.txt Xshare/doc/stat/0-Preface.ps Xshare/doc/stat/5-Analysis.ps Xshare/doc/stat/handbook.txt Xshare/doc/stat/1-Introduction.nr Xshare/doc/stat/6-Manuals.nr Xshare/doc/stat/macros Xshare/doc/stat/1-Introduction.ps Xshare/doc/stat/6-Manuals.ps Xshare/doc/stat/macros.txt Xshare/doc/stat/2-Example.nr Xshare/doc/stat/CHANGES Xshare/doc/stat/2-Example.ps Xshare/doc/stat/Calc.nr Xshare/doc/stat/update.txt Xshare/doc/stat/3-Conventions.nr Xshare/doc/stat/DM.nr Xshare/doc/stat/makefile X@dirrm share/doc/stat END-of-stat/pkg/PLIST echo x - stat/pkg/DESCR sed 's/^X//' >stat/pkg/DESCR << 'END-of-stat/pkg/DESCR' X|STAT is a set of about 30 data manipulation and analysis programs Xdeveloped by Gary Perlman at the University of California, San Diego Xand at the Wang Institute. The manipulation programs are general Xutilities that work with other standard programs like sort. The Xanalysis programs compute most widely used statistics. |STAT programs Xare designed with the philosophy that individual programs should be Xdesigned as tools that do one task well and produce output suitable Xfor input via pipes to |STAT and other programs. Interactive use is Xsupported in the command line interpreter/editor while batch files or Xshell scripts provide a programming language for complex Xanalyses. Typical usage involves a pipeline of transformations of data Xfollowed by input to an analysis program, summarized schematically by: X X INPUT DATA | TRANSFORM | ANALYSIS | OUTPUT RESULTS END-of-stat/pkg/DESCR echo x - stat/pkg/COMMENT sed 's/^X//' >stat/pkg/COMMENT << 'END-of-stat/pkg/COMMENT' XA statistics package designed for use with the Unix shell. END-of-stat/pkg/COMMENT echo c - stat/files mkdir -p stat/files > /dev/null 2>&1 echo x - stat/files/md5 sed 's/^X//' >stat/files/md5 << 'END-of-stat/files/md5' XMD5 (stat.tar.Z) = b0ebafb7141e3e768d2dd3bd9197a392 END-of-stat/files/md5 echo c - stat/patches mkdir -p stat/patches > /dev/null 2>&1 echo x - stat/patches/patch-aa sed 's/^X//' >stat/patches/patch-aa << 'END-of-stat/patches/patch-aa' X*** ../stat-orig/src/makefile Tue Feb 16 10:07:44 1999 X--- src/makefile Tue Feb 16 10:30:03 1999 X*************** X*** 14,27 **** X ########################################################################## X X DESTDIR=../bin# destination directory X! DESTDIR=../../bin# destination directory X CFLAGS =-O# C Compiler Options X LINK =$(CC) $(CFLAGS) -o $(DESTDIR)/$@# Generic link command X LIBS =-lm# libraries needed (math) X! EDITOR =/usr/ucb/vi# editor to call on make edit X RM =/bin/rm -f# remove forcefully X MV =/bin/mv# move/rename files X! MAKE =/bin/make# use for recursive makes X X MAINS = abut.c anova.c calc.y colex.c contab.c desc.c dm.y dprime.c \ X dsort.c features.c ff.c fpack.c linex.c maketrix.c oneway.c \ X--- 14,27 ---- X ########################################################################## X X DESTDIR=../bin# destination directory X! #DESTDIR=../../bin# destination directory X CFLAGS =-O# C Compiler Options X LINK =$(CC) $(CFLAGS) -o $(DESTDIR)/$@# Generic link command X LIBS =-lm# libraries needed (math) X! EDITOR =/usr/bin/vi# editor to call on make edit X RM =/bin/rm -f# remove forcefully X MV =/bin/mv# move/rename files X! MAKE =/usr/bin/make# use for recursive makes X X MAINS = abut.c anova.c calc.y colex.c contab.c desc.c dm.y dprime.c \ X dsort.c features.c ff.c fpack.c linex.c maketrix.c oneway.c \ END-of-stat/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 16:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6238610EB8 for ; Tue, 16 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA53698; Tue, 16 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id E00A510E93 for ; Tue, 16 Feb 1999 16:00:33 -0800 (PST) (envelope-from mwm@phone.net) Received: (qmail 23306 invoked by uid 100); 17 Feb 1999 00:00:31 -0000 Message-Id: <19990217000031.23305.qmail@guru.phone.net> Date: 17 Feb 1999 00:00:31 -0000 From: mwm@phone.net Reply-To: mwm@phone.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10123: Update for t1utils port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10123 >Category: ports >Synopsis: Update for t1utils port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 16:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: 3.0-RELEASE >Description: The previously submitted share file for the t1utils port rudely wrote over the current directory. This has been fixed. The previos pr (ports/9421) should be closed. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # t1utils-1.8 # t1utils-1.8/pkg # t1utils-1.8/pkg/COMMENT # t1utils-1.8/pkg/DESCR # t1utils-1.8/pkg/PLIST # t1utils-1.8/files # t1utils-1.8/files/md5 # t1utils-1.8/Makefile # echo c - t1utils-1.8 mkdir -p t1utils-1.8 > /dev/null 2>&1 echo c - t1utils-1.8/pkg mkdir -p t1utils-1.8/pkg > /dev/null 2>&1 echo x - t1utils-1.8/pkg/COMMENT sed 's/^X//' >t1utils-1.8/pkg/COMMENT << 'END-of-t1utils-1.8/pkg/COMMENT' XFive utilities for manipulating t1 scripts. END-of-t1utils-1.8/pkg/COMMENT echo x - t1utils-1.8/pkg/DESCR sed 's/^X//' >t1utils-1.8/pkg/DESCR << 'END-of-t1utils-1.8/pkg/DESCR' XFive free UNIX/Windows command-line tools for dealing with Type 1 Xfonts. This is a revision of I. Lee Hetherington's beloved t1utils Xpackage. X t1ascii changes PFB (binary) fonts into PFA (ASCII) format. X X t1binary changes PFA fonts into PFB format. X X t1disasm translates PFBs or PFAs into a human-readable and X -editable format. X X t1asm changes the (potentially edited) output of t1diasm back to either X PFAF or PFB. X X t1unmac (formerly unpost) translates a Type 1 font in Mac X format (either MacBinary or a raw resource fork) into X either PFB or PFA format. X XMike Meyer Xmwm@phone.net END-of-t1utils-1.8/pkg/DESCR echo x - t1utils-1.8/pkg/PLIST sed 's/^X//' >t1utils-1.8/pkg/PLIST << 'END-of-t1utils-1.8/pkg/PLIST' Xbin/t1ascii Xbin/t1binary Xbin/t1asm Xbin/t1disasm Xbin/t1unmac END-of-t1utils-1.8/pkg/PLIST echo c - t1utils-1.8/files mkdir -p t1utils-1.8/files > /dev/null 2>&1 echo x - t1utils-1.8/files/md5 sed 's/^X//' >t1utils-1.8/files/md5 << 'END-of-t1utils-1.8/files/md5' XMD5 (t1utils-1.8.tar.gz) = 90583362cab9baf7174900491957bcfe END-of-t1utils-1.8/files/md5 echo x - t1utils-1.8/Makefile sed 's/^X//' >t1utils-1.8/Makefile << 'END-of-t1utils-1.8/Makefile' X# New ports collection makefile for: t1utils-1.8 X# Version required: 1.8 X# Date created: 6 January 1999 X# Whom: mwm X# X# $Id$ X# X XDISTNAME= t1utils-1.8 XCATEGORIES= print XMASTER_SITES= http://www.lcdf.org/~eddietwo/type/ X XMAINTAINER= mwm@phone.net X XMAN1= t1ascii.1 t1binary.1 t1asm.1 t1disasm.1 t1unmac.1 X XGNU_CONFIGURE= yes X X.include END-of-t1utils-1.8/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 18: 3:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 146DA10E6F; Tue, 16 Feb 1999 18:03:00 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA59131; Tue, 16 Feb 1999 18:02:59 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 16 Feb 1999 18:02:59 -0800 (PST) From: Message-Id: <199902170202.SAA59131@freefall.freebsd.org> To: mwm@phone.net, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9421 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: No Postscript type 1 font conversion utilities in FreeBSD State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Feb 16 18:02:32 PST 1999 State-Changed-Why: Superceded by PR 10123. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 18: 5: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EBBF11129; Tue, 16 Feb 1999 18:04:40 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA59298; Tue, 16 Feb 1999 18:04:40 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Tue, 16 Feb 1999 18:04:40 -0800 (PST) From: Message-Id: <199902170204.SAA59298@freefall.freebsd.org> To: mwm@phone.net, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10118 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD needs a Unix stat package State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Tue Feb 16 18:04:17 PST 1999 State-Changed-Why: Superceded by PR 10124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 22:12:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from web.kirishi.spb.ru (ppp0.svegapro.spb.ru [195.201.1.133]) by hub.freebsd.org (Postfix) with ESMTP id D8BFA10EAE for ; Tue, 16 Feb 1999 22:12:44 -0800 (PST) (envelope-from pochta@kirishi.spb.ru) Received: from www by web.kirishi.spb.ru with SMTP id JAA15972; (8.8.8/vak/1.9) Wed, 17 Feb 1999 09:12:25 +0300 (MSK) Reply-To: "POCHTA" From: "POCHTA" To: Date: Sun, 17 Jan 1999 09:14:26 +0300 Message-ID: <01be41e0$a328c370$0a00a8c0@www.prnet.net> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 16 23: 0:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFC3E10F3F for ; Tue, 16 Feb 1999 23:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA74622; Tue, 16 Feb 1999 23:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from narcissus.educ.utas.edu.au (unknown [144.6.57.80]) by hub.freebsd.org (Postfix) with ESMTP id C007D10E5B for ; Tue, 16 Feb 1999 22:56:49 -0800 (PST) (envelope-from brook@narcissus.educ.utas.edu.au) Received: (from root@localhost) by narcissus.educ.utas.edu.au (8.9.2/8.9.2) id RAA19479; Wed, 17 Feb 1999 17:57:51 +1100 (EST) (envelope-from brook) Message-Id: <199902170657.RAA19479@narcissus.educ.utas.edu.au> Date: Wed, 17 Feb 1999 17:57:51 +1100 (EST) From: Brook.Schofield@utas.edu.au Reply-To: Brook.Schofield@utas.edu.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10128: Port update for p5-DBD-Pg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10128 >Category: ports >Synopsis: Port update for p5-DBD-Pg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 16 23:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brook Schofield >Release: FreeBSD 3.0-STABLE i386 >Organization: University of Tasmania >Environment: >Description: Update to the current p5-DBD-Pg port which is currently broken. >How-To-Repeat: Apply patch included below. >Fix: diff -ur p5-DBD-Pg/Makefile p5-DBD-Pg-NEW/Makefile --- p5-DBD-Pg/Makefile Sun Dec 13 15:17:57 1998 +++ p5-DBD-Pg-NEW/Makefile Wed Feb 17 17:48:20 1999 @@ -6,19 +6,16 @@ # $Id: Makefile,v 1.10 1998/11/28 00:54:29 asami Exp $ # -DISTNAME= DBD-Pg-0.72 -PKGNAME= p5-DBD-Pg-0.72 +DISTNAME= DBD-Pg-0.91 +PKGNAME= p5-DBD-Pg-0.91 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${PREFIX}/pgsql/lib/libpq.so.1.1:${PORTSDIR}/databases/postgresql - -BROKEN_ELF= depends on postgresql -BROKEN= build +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${PREFIX}/pgsql/lib/libpq.so.2.0:${PORTSDIR}/databases/postgresql USE_PERL5= YES diff -ur p5-DBD-Pg/files/md5 p5-DBD-Pg-NEW/files/md5 --- p5-DBD-Pg/files/md5 Mon May 4 05:26:58 1998 +++ p5-DBD-Pg-NEW/files/md5 Wed Feb 17 17:00:46 1999 @@ -1 +1 @@ -MD5 (DBD-Pg-0.72.tar.gz) = 57c468529ad45b7f3a456618f08fd346 +MD5 (DBD-Pg-0.91.tar.gz) = ad4067d49a7806f9905195a4e9d781fc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 2:11:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F9801102A for ; Wed, 17 Feb 1999 02:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA86341; Wed, 17 Feb 1999 02:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from office.in-berlin.de (unused.74.74.vr.in-berlin.de [193.174.1.74]) by hub.freebsd.org (Postfix) with ESMTP id ACA1710F91 for ; Wed, 17 Feb 1999 02:01:10 -0800 (PST) (envelope-from ripley@office.in-berlin.de) Received: (from root@localhost) by office.in-berlin.de (8.9.2/8.9.2) id LAA00566; Wed, 17 Feb 1999 11:01:03 +0100 (CET) (envelope-from ripley) Message-Id: <199902171001.LAA00566@office.in-berlin.de> Date: Wed, 17 Feb 1999 11:01:03 +0100 (CET) From: ripley@pinguin.in-berlin.de Reply-To: ripley@pinguin.in-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10129: mirror port uses old perl5 location Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10129 >Category: ports >Synopsis: mirror/patch-ac sets /usr/local/bin/perl5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 02:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: H. Eckert >Release: FreeBSD 3.1-STABLE i386 >Organization: Individual Network Berlin e.V. >Environment: FreeBSD 3.1-STABLE >Description: Mirror-2.9 port has a patch that sets the location of the perl interpreter to /usr/local/bin/perl5 (which is correct for FreeBSD-2.2.x) but 3.x has perl5 included now and moved it to /usr/bin. Calling mirror subsequently returns "mirror: Command not found." which is related to the perl5 interpreter, not the mirror script. >How-To-Repeat: install mirror port w/o having /usr/local/bin/perl5 (which would be the 'old' a.out version on an upgraded system) >Fix: Either make the patch conditional for 2.2x and 3.x or change it to the new location. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 2:20:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 092C910E92; Wed, 17 Feb 1999 02:20:30 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA86665; Wed, 17 Feb 1999 02:20:30 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Wed, 17 Feb 1999 02:20:30 -0800 (PST) From: Message-Id: <199902171020.CAA86665@freefall.freebsd.org> To: asami@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/10129 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mirror/patch-ac sets /usr/local/bin/perl5 Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: asami Responsible-Changed-When: Wed Feb 17 02:19:23 PST 1999 Responsible-Changed-Why: Over to maintainer, who can use the ${PERL5} variable defined in bsd.port.mk to sed this out. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 2:23: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix5.ix.netcom.com (dfw-ix5.ix.netcom.com [206.214.98.5]) by hub.freebsd.org (Postfix) with ESMTP id 2F41810E92; Wed, 17 Feb 1999 02:23:05 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix5.ix.netcom.com (8.8.4/8.8.4) id EAA00317; Wed, 17 Feb 1999 04:23:04 -0600 (CST) Received: from sji-ca5-210.ix.netcom.com(209.109.234.210) by dfw-ix5.ix.netcom.com via smap (V1.3) id rma000310; Wed Feb 17 04:22:44 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id CAA01367; Wed, 17 Feb 1999 02:22:40 -0800 (PST) Date: Wed, 17 Feb 1999 02:22:40 -0800 (PST) Message-Id: <199902171022.CAA01367@silvia.hip.berkeley.edu> To: freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org In-reply-to: <199902171020.CAA86665@freefall.freebsd.org> (asami@FreeBSD.org) Subject: Re: ports/10129 From: asami@FreeBSD.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Over to maintainer, who can use the ${PERL5} variable defined in * bsd.port.mk to sed this out. :) Should have been ${PERL}. Sorry. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 6: 8:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from copland.udel.edu (copland.udel.edu [128.175.13.92]) by hub.freebsd.org (Postfix) with ESMTP id 8F76610E7F for ; Wed, 17 Feb 1999 06:08:52 -0800 (PST) (envelope-from earnoth@UDel.Edu) Received: from compaq.my.local.net (lapdog.duch.udel.edu [128.175.54.5]) by copland.udel.edu (8.8.8/8.8.8) with SMTP id JAA02836 for ; Wed, 17 Feb 1999 09:08:52 -0500 (EST) Date: Wed, 17 Feb 1999 09:08:00 -0500 (EST) From: "Eric I. Arnoth" X-Sender: earnoth@compaq.my.local.net To: ports@FreeBSD.ORG Subject: sketch package Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-37925290-919260480=:1823" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-37925290-919260480=:1823 Content-Type: TEXT/PLAIN; charset=US-ASCII After running pkg_add -v ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/All/sketch-0.5.2.tgz as root, I attempt to run the program, only to be thwarted with the following output: Traceback (innermost last): File "sketch.py", line 33, in ? import Sketch File "/usr/local/share/sketch/Sketch/__init__.py", line 44, in ? import pax ImportError: Undefined symbol "_mkfifo" in python:/usr/local/lib/libtcl80.so.1.4 I've checked to be sure that the dependancies are installed and they are. (Well, they're listed in /var/db/pkg anyway) Attatched is a file with the output of pkg_add -v. I was wondering if you could aide me, I have a dire need for this (or some other) vector-drawing program. Thanks. ////// ///// Eric I. Arnoth // // // ==================== ///////////////////// earnoth@udel.edu // // // Renaissance Quanta - ////// // // http://udel.edu/~earnoth/ --0-37925290-919260480=:1823 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="sketch.out" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="sketch.out" K0NPTlRFTlRTDQorQ09NTUVOVA0KK0RFU0MNCitNVFJFRV9ESVJTDQpiaW4v c2tldGNoDQpiaW4vc2sycHMNCnNoYXJlL3NrZXRjaC9GaWx0ZXIvc3RyZWFt ZmlsdGVyLnNvDQpzaGFyZS9za2V0Y2gvUGF4L0dlbmVyYXRlL21rZ2MucHkN CnNoYXJlL3NrZXRjaC9QYXgvR2VuZXJhdGUvbWtnYy5weWMNCnNoYXJlL3Nr ZXRjaC9QYXgvR2VuZXJhdGUvbWt0b29scy5weQ0Kc2hhcmUvc2tldGNoL1Bh eC9HZW5lcmF0ZS9ta3Rvb2xzLnB5Yw0Kc2hhcmUvc2tldGNoL1BheC9HZW5l cmF0ZS90eXBlZGVmcy5weQ0Kc2hhcmUvc2tldGNoL1BheC9HZW5lcmF0ZS90 eXBlZGVmcy5weWMNCnNoYXJlL3NrZXRjaC9QYXgvWC5weQ0Kc2hhcmUvc2tl dGNoL1BheC9YLnB5Yw0Kc2hhcmUvc2tldGNoL1BheC9wYXhtb2R1bGUuc28N CnNoYXJlL3NrZXRjaC9QbHVnaW5zL0ZpbHRlcnMvYWlsb2FkZXIucHkNCnNo YXJlL3NrZXRjaC9QbHVnaW5zL0ZpbHRlcnMvYWlsb2FkZXIucHljDQpzaGFy ZS9za2V0Y2gvUGx1Z2lucy9GaWx0ZXJzL2d6aXBsb2FkZXIucHkNCnNoYXJl L3NrZXRjaC9QbHVnaW5zL0ZpbHRlcnMvZ3ppcGxvYWRlci5weWMNCnNoYXJl L3NrZXRjaC9QbHVnaW5zL0ZpbHRlcnMvc2tsb2FkZXIucHkNCnNoYXJlL3Nr ZXRjaC9QbHVnaW5zL0ZpbHRlcnMvc2tsb2FkZXIucHljDQpzaGFyZS9za2V0 Y2gvUGx1Z2lucy9GaWx0ZXJzL3Nrc2F2ZXIucHkNCnNoYXJlL3NrZXRjaC9Q bHVnaW5zL0ZpbHRlcnMvc2tzYXZlci5weWMNCnNoYXJlL3NrZXRjaC9QbHVn aW5zL0ZpbHRlcnMveGZpZ2xvYWRlci5weQ0Kc2hhcmUvc2tldGNoL1BsdWdp bnMvRmlsdGVycy94ZmlnbG9hZGVyLnB5Yw0Kc2hhcmUvc2tldGNoL1BsdWdp bnMvT2JqZWN0cy9sY2R0ZXh0LnB5DQpzaGFyZS9za2V0Y2gvUGx1Z2lucy9P YmplY3RzL2xjZHRleHQucHljDQpzaGFyZS9za2V0Y2gvUGx1Z2lucy9PYmpl Y3RzL3JlZ3BvbHkucHkNCnNoYXJlL3NrZXRjaC9QbHVnaW5zL09iamVjdHMv cmVncG9seS5weWMNCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJp Y3MvYWxpYXMuc2ZkDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRtZXRy aWNzL2dzLnNmZA0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmlj cy9wYWdkLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmlj cy9wYWdkby5hZm0NCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJp Y3MvcGFnay5hZm0NCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJp Y3MvcGFna28uYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRtZXRy aWNzL3Bia2QuYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRtZXRy aWNzL3Bia2RpLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0 cmljcy9wYmtsLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0 cmljcy9wYmtsaS5hZm0NCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1l dHJpY3MvcGNyYi5hZm0NCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1l dHJpY3MvcGNyYm8uYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRt ZXRyaWNzL3BjcnIuYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRt ZXRyaWNzL3BjcnJvLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250 bWV0cmljcy9waHZiLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250 bWV0cmljcy9waHZibi5hZm0NCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9u dG1ldHJpY3MvcGh2Ym8uYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0Zv bnRtZXRyaWNzL3BodmJvbi5hZm0NCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMv Rm9udG1ldHJpY3MvcGh2ci5hZm0NCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMv Rm9udG1ldHJpY3MvcGh2cm4uYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2Vz L0ZvbnRtZXRyaWNzL3BodnJvLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291cmNl cy9Gb250bWV0cmljcy9waHZyb24uYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3Vy Y2VzL0ZvbnRtZXRyaWNzL3BuY2IuYWZtDQpzaGFyZS9za2V0Y2gvUmVzb3Vy Y2VzL0ZvbnRtZXRyaWNzL3BuY2JpLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291 cmNlcy9Gb250bWV0cmljcy9wbmNyLmFmbQ0Kc2hhcmUvc2tldGNoL1Jlc291 cmNlcy9Gb250bWV0cmljcy9wbmNyaS5hZm0NCnNoYXJlL3NrZXRjaC9SZXNv dXJjZXMvRm9udG1ldHJpY3MvcHBsYi5hZm0NCnNoYXJlL3NrZXRjaC9SZXNv dXJjZXMvRm9udG1ldHJpY3MvcHBsYmkuYWZtDQpzaGFyZS9za2V0Y2gvUmVz b3VyY2VzL0ZvbnRtZXRyaWNzL3BwbHIuYWZtDQpzaGFyZS9za2V0Y2gvUmVz b3VyY2VzL0ZvbnRtZXRyaWNzL3BwbHJpLmFmbQ0Kc2hhcmUvc2tldGNoL1Jl c291cmNlcy9Gb250bWV0cmljcy9wc3lyLmFmbQ0Kc2hhcmUvc2tldGNoL1Jl c291cmNlcy9Gb250bWV0cmljcy9wdG1iLmFmbQ0Kc2hhcmUvc2tldGNoL1Jl c291cmNlcy9Gb250bWV0cmljcy9wdG1iaS5hZm0NCnNoYXJlL3NrZXRjaC9S ZXNvdXJjZXMvRm9udG1ldHJpY3MvcHRtci5hZm0NCnNoYXJlL3NrZXRjaC9S ZXNvdXJjZXMvRm9udG1ldHJpY3MvcHRtcmkuYWZtDQpzaGFyZS9za2V0Y2gv UmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3B1dGIuYWZtDQpzaGFyZS9za2V0Y2gv UmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3B1dGJpLmFmbQ0Kc2hhcmUvc2tldGNo L1Jlc291cmNlcy9Gb250bWV0cmljcy9wdXRyLmFmbQ0Kc2hhcmUvc2tldGNo L1Jlc291cmNlcy9Gb250bWV0cmljcy9wdXRyaS5hZm0NCnNoYXJlL3NrZXRj aC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvcHpjbWkuYWZtDQpzaGFyZS9za2V0 Y2gvUmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3B6ZHIuYWZtDQpzaGFyZS9za2V0 Y2gvUmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3N0ZC5zZmQNCnNoYXJlL3NrZXRj aC9SZXNvdXJjZXMvTWlzYy9nYW1tYS5zcGwNCnNoYXJlL3NrZXRjaC9SZXNv dXJjZXMvTWlzYy9taW5pLnNwbA0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9N aXNjL3BhdHRlcm4ucHBtDQpzaGFyZS9za2V0Y2gvUmVzb3VyY2VzL01pc2Mv c2tldGNoLXByb2MucHMNCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvTWlzYy9z dGFuZGFyZC5hcnJvdw0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9NaXNjL3N0 YW5kYXJkLmRhc2hlcw0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9NaXNjL3N0 YW5kYXJkLnNwbA0Kc2hhcmUvc2tldGNoL1Jlc291cmNlcy9NaXNjL3RrZGVm YXVsdHMNCnNoYXJlL3NrZXRjaC9SZXNvdXJjZXMvTWlzYy93d3cuc3BsDQpz aGFyZS9za2V0Y2gvU2NyaXB0L21rZm9udGRpci5weQ0Kc2hhcmUvc2tldGNo L1NjcmlwdC9zd2FwYmVuY2gucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFz ZS9jb25maWcucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFzZS9jb25maWcu cHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2UvY29uZmlndXRpbC5weQ0K c2hhcmUvc2tldGNoL1NrZXRjaC9CYXNlL2NvbmZpZ3V0aWwucHljDQpzaGFy ZS9za2V0Y2gvU2tldGNoL0Jhc2UvY29ubmVjdG9yLnB5DQpzaGFyZS9za2V0 Y2gvU2tldGNoL0Jhc2UvY29ubmVjdG9yLnB5Yw0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9CYXNlL2NvbnN0LnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2Uv Y29uc3QucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2UvbG9hZC5weQ0K c2hhcmUvc2tldGNoL1NrZXRjaC9CYXNlL2xvYWQucHljDQpzaGFyZS9za2V0 Y2gvU2tldGNoL0Jhc2UvbG9hZHJlcy5weQ0Kc2hhcmUvc2tldGNoL1NrZXRj aC9CYXNlL2xvYWRyZXMucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2Uv bWFpbi5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9CYXNlL21haW4ucHljDQpz aGFyZS9za2V0Y2gvU2tldGNoL0Jhc2UvcGx1Z2lucy5weQ0Kc2hhcmUvc2tl dGNoL1NrZXRjaC9CYXNlL3BsdWdpbnMucHljDQpzaGFyZS9za2V0Y2gvU2tl dGNoL0Jhc2Uvc2tleGNlcHRpb25zLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNo L0Jhc2Uvc2tleGNlcHRpb25zLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9C YXNlL3VuZG8ucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFzZS91bmRvLnB5 Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9CYXNlL3VuZG9kaWN0LnB5DQpzaGFy ZS9za2V0Y2gvU2tldGNoL0Jhc2UvdW5kb2RpY3QucHljDQpzaGFyZS9za2V0 Y2gvU2tldGNoL0Jhc2Uvd2Fybi5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9C YXNlL3dhcm4ucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL19f aW5pdF9fLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL19faW5p dF9fLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9hcnJvdy5w eQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9hcnJvdy5weWMNCnNo YXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvYmFzZS5weQ0Kc2hhcmUvc2tl dGNoL1NrZXRjaC9HcmFwaGljcy9iYXNlLnB5Yw0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9HcmFwaGljcy9ibGVuZC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9H cmFwaGljcy9ibGVuZC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhp Y3MvYmxlbmRncm91cC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGlj cy9ibGVuZGdyb3VwLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGlj cy9jbG9uZS5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9jbG9u ZS5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvY29sb3IucHkN CnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvY29sb3IucHljDQpzaGFy ZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2NvbXBvdW5kLnB5DQpzaGFyZS9z a2V0Y2gvU2tldGNoL0dyYXBoaWNzL2NvbXBvdW5kLnB5Yw0Kc2hhcmUvc2tl dGNoL1NrZXRjaC9HcmFwaGljcy9kYXNoZXMucHkNCnNoYXJlL3NrZXRjaC9T a2V0Y2gvR3JhcGhpY3MvZGFzaGVzLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRj aC9HcmFwaGljcy9kb2N1bWVudC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9H cmFwaGljcy9kb2N1bWVudC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3Jh cGhpY3MvZXBzLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2Vw cy5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZXh0ZXJuYWwu cHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZXh0ZXJuYWwucHlj DQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2ZvbnQucHkNCnNoYXJl L3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZm9udC5weWMNCnNoYXJlL3NrZXRj aC9Ta2V0Y2gvR3JhcGhpY3MvZ3JhZGllbnQucHkNCnNoYXJlL3NrZXRjaC9T a2V0Y2gvR3JhcGhpY3MvZ3JhZGllbnQucHljDQpzaGFyZS9za2V0Y2gvU2tl dGNoL0dyYXBoaWNzL2dyYXBoaWNzLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNo L0dyYXBoaWNzL2dyYXBoaWNzLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9H cmFwaGljcy9ncm91cC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGlj cy9ncm91cC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZ3Vp ZGUucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZ3VpZGUucHlj DQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2hhbmRsZS5weQ0Kc2hh cmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9oYW5kbGUucHljDQpzaGFyZS9z a2V0Y2gvU2tldGNoL0dyYXBoaWNzL2ltYWdlLnB5DQpzaGFyZS9za2V0Y2gv U2tldGNoL0dyYXBoaWNzL2ltYWdlLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRj aC9HcmFwaGljcy9sYXllci5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFw aGljcy9sYXllci5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3Mv bWFza2dyb3VwLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL21h c2tncm91cC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvcGFn ZWxheW91dC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9wYWdl bGF5b3V0LnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9wYXBl cnNpemUucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvcGFwZXJz aXplLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9wYXR0ZXJu LnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL3BhdHRlcm4ucHlj DQpzaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL3BsdWdvYmoucHkNCnNo YXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvcGx1Z29iai5weWMNCnNoYXJl L3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvcHJpbWl0aXZlcy5weQ0Kc2hhcmUv c2tldGNoL1NrZXRjaC9HcmFwaGljcy9wcmltaXRpdmVzLnB5Yw0Kc2hhcmUv c2tldGNoL1NrZXRjaC9HcmFwaGljcy9wcm9wZXJ0aWVzLnB5DQpzaGFyZS9z a2V0Y2gvU2tldGNoL0dyYXBoaWNzL3Byb3BlcnRpZXMucHljDQpzaGFyZS9z a2V0Y2gvU2tldGNoL0dyYXBoaWNzL3BzZGV2aWNlLnB5DQpzaGFyZS9za2V0 Y2gvU2tldGNoL0dyYXBoaWNzL3BzZGV2aWNlLnB5Yw0Kc2hhcmUvc2tldGNo L1NrZXRjaC9HcmFwaGljcy9zZWxlY3Rpb24ucHkNCnNoYXJlL3NrZXRjaC9T a2V0Y2gvR3JhcGhpY3Mvc2VsZWN0aW9uLnB5Yw0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9HcmFwaGljcy9zZWxpbmZvLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNo L0dyYXBoaWNzL3NlbGluZm8ucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL0dy YXBoaWNzL3RleHQucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3Mv dGV4dC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL19faW5pdF9fLnB5 DQpzaGFyZS9za2V0Y2gvU2tldGNoL0xpYi9fX2luaXRfXy5weWMNCnNoYXJl L3NrZXRjaC9Ta2V0Y2gvTGliL2RzY3BhcnNlci5weQ0Kc2hhcmUvc2tldGNo L1NrZXRjaC9MaWIvZHNjcGFyc2VyLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRj aC9MaWIvZW5jb2RpbmcucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL2Vu Y29kaW5nLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9MaWIvc2tjb21wbGV0 ZXIucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL3NrY29tcGxldGVyLnB5 Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9MaWIvdHlwZTEucHkNCnNoYXJlL3Nr ZXRjaC9Ta2V0Y2gvTGliL3R5cGUxLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRj aC9MaWIvdW5pdHMucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL3VuaXRz LnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9MaWIvdXRpbC5weQ0Kc2hhcmUv c2tldGNoL1NrZXRjaC9MaWIvdXRpbC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0 Y2gvTW9kdWxlcy9fc2tldGNobW9kdWxlLnNvDQpzaGFyZS9za2V0Y2gvU2tl dGNoL01vZHVsZXMvX3R5cGUxbW9kdWxlLnNvDQpzaGFyZS9za2V0Y2gvU2tl dGNoL01vZHVsZXMvc2tyZWFkbW9kdWxlLnNvDQpzaGFyZS9za2V0Y2gvU2tl dGNoL1BpeG1hcHMvQWxpZ25Cb3R0b20ueGJtDQpzaGFyZS9za2V0Y2gvU2tl dGNoL1BpeG1hcHMvQWxpZ25DZW50ZXJYLnhibQ0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9QaXhtYXBzL0FsaWduQ2VudGVyWS54Ym0NCnNoYXJlL3NrZXRjaC9T a2V0Y2gvUGl4bWFwcy9BbGlnbkxlZnQueGJtDQpzaGFyZS9za2V0Y2gvU2tl dGNoL1BpeG1hcHMvQWxpZ25SaWdodC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0 Y2gvUGl4bWFwcy9BbGlnblRvcC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gv UGl4bWFwcy9BcnJBcnJMZWZ0LnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9Q aXhtYXBzL0FyckFyclJpZ2h0LnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9Q aXhtYXBzL0FyckxlZnQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1h cHMvQXJyUmlnaHQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMv QmV6aWVyQW5nbGUueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMv QmV6aWVyQ2xvc2VOb2Rlcy54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4 bWFwcy9CZXppZXJDdXJ2ZUxpbmUueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNo L1BpeG1hcHMvQmV6aWVyRGVsZXRlTm9kZS54Ym0NCnNoYXJlL3NrZXRjaC9T a2V0Y2gvUGl4bWFwcy9CZXppZXJJbnNlcnROb2RlLnhibQ0Kc2hhcmUvc2tl dGNoL1NrZXRjaC9QaXhtYXBzL0JlemllckxpbmVDdXJ2ZS54Ym0NCnNoYXJl L3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9CZXppZXJPcGVuTm9kZXMueGJtDQpz aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQmV6aWVyU21vb3RoLnhibQ0K c2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0JlemllclN5bW0ueGJtDQpz aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQ2FwQnV0dC54Ym0NCnNoYXJl L3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9DYXBQcm9qZWN0aW5nLnhibQ0Kc2hh cmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0NhcFJvdW5kLnhibQ0Kc2hhcmUv c2tldGNoL1NrZXRjaC9QaXhtYXBzL0NlbnRlci54Ym0NCnNoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9DcmVhdGVDdXJ2ZS54Ym0NCnNoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9DcmVhdGVFbGxpcHNlLnhibQ0Kc2hhcmUvc2tl dGNoL1NrZXRjaC9QaXhtYXBzL0NyZWF0ZUxpbmUueGJtDQpzaGFyZS9za2V0 Y2gvU2tldGNoL1BpeG1hcHMvQ3JlYXRlUG9seS54Ym0NCnNoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9DcmVhdGVSZWN0LnhibQ0Kc2hhcmUvc2tldGNo L1NrZXRjaC9QaXhtYXBzL0N1ckRvd24ueGJtDQpzaGFyZS9za2V0Y2gvU2tl dGNoL1BpeG1hcHMvQ3VyRG93bl9tYXNrLnhibQ0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9QaXhtYXBzL0N1ckVkaXQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNo L1BpeG1hcHMvQ3VyRWRpdF9tYXNrLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRj aC9QaXhtYXBzL0N1clVwLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXht YXBzL0N1clVwRG93bi54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9DdXJVcERvd25fbWFzay54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4 bWFwcy9DdXJVcF9tYXNrLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXht YXBzL0N1clpvb20ueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMv Q3VyWm9vbV9tYXNrLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBz L0N1dC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9EZWxldGUu eGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvRHVwbGljYXRlLnhi bQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0VkaXRNb2RlLnhibQ0K c2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0ZpbGwueGJtDQpzaGFyZS9z a2V0Y2gvU2tldGNoL1BpeG1hcHMvRmxpcEhvcml6b250YWwueGJtDQpzaGFy ZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvRmxpcFZlcnRpY2FsLnhibQ0Kc2hh cmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0dyaWRPZmYueGJtDQpzaGFyZS9z a2V0Y2gvU2tldGNoL1BpeG1hcHMvR3JpZE9uLnhibQ0Kc2hhcmUvc2tldGNo L1NrZXRjaC9QaXhtYXBzL0dyb3VwLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRj aC9QaXhtYXBzL0ltYWdlLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXht YXBzL0pvaW5CZXZlbC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9Kb2luTWl0ZXIueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMv Sm9pblJvdW5kLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0xh eWVyRG93bi54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9MYXll ck5ldy54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9MYXllclVw LnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL01vdmVPbmVEb3du LnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL01vdmVPbmVVcC54 Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9Nb3ZlVG9Cb3R0b20u eGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTW92ZVRvVG9wLnhi bQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL05ldzEyL01pbmlBcnJv d0xlZnQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIv TWluaUFycm93UmlnaHQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1h cHMvTmV3MTIvTWluaUNhcEJ1dHQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNo L1BpeG1hcHMvTmV3MTIvTWluaUNhcFByb2plY3RpbmcueGJtDQpzaGFyZS9z a2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaUNhcFJvdW5kLnhibQ0K c2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL05ldzEyL01pbmlEYXNoZXMu eGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaUV5 ZUNsb3NlZC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9OZXcx Mi9NaW5pRXllT3Blbi54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9OZXcxMi9NaW5pRmlsbC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4 bWFwcy9OZXcxMi9NaW5pRm9udC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gv UGl4bWFwcy9OZXcxMi9NaW5pRm9udFNpemUueGJtDQpzaGFyZS9za2V0Y2gv U2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaUpvaW5CZXZlbC54Ym0NCnNoYXJl L3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9OZXcxMi9NaW5pSm9pbk1pdGVyLnhi bQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL05ldzEyL01pbmlKb2lu Um91bmQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIv TWluaUxpbmUueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3 MTIvTWluaUxvY2tDbG9zZWQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1Bp eG1hcHMvTmV3MTIvTWluaUxvY2tPcGVuLnhibQ0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9QaXhtYXBzL05ldzEyL01pbmlPdXRsaW5lT2ZmLnhibQ0Kc2hhcmUv c2tldGNoL1NrZXRjaC9QaXhtYXBzL05ldzEyL01pbmlPdXRsaW5lT24ueGJt DQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaVByaW50 T2ZmLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL05ldzEyL01p bmlQcmludE9uLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL05l dzEyL01pbmlXaWR0aC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9OZXdEb2N1bWVudC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9PcGVuLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL1Blbi54 Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9QZW5jaWwueGJtDQpz aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvUG9ydHJhaXQueGJtDQpzaGFy ZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvUG9ydHJhaXRfbWFzay54Ym0NCnNo YXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9SZWRvLnhibQ0Kc2hhcmUvc2tl dGNoL1NrZXRjaC9QaXhtYXBzL1NhdmUueGJtDQpzaGFyZS9za2V0Y2gvU2tl dGNoL1BpeG1hcHMvU2VsZWN0aW9uTW9kZS54Ym0NCnNoYXJlL3NrZXRjaC9T a2V0Y2gvUGl4bWFwcy9TaGVhckxSLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRj aC9QaXhtYXBzL1NoZWFyVUQueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1Bp eG1hcHMvVGV4dC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9U dXJuQkwueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvVHVybkJS LnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL1R1cm5UTC54Ym0N CnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9UdXJuVFIueGJtDQpzaGFy ZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvVW5kby54Ym0NCnNoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9Vbmdyb3VwLnhibQ0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9QaXhtYXBzL1pvb20ueGJtDQpzaGFyZS9za2V0Y2gvU2tldGNoL1Bp eG1hcHMvZmlsbF9ncmFkaWVudC54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gv UGl4bWFwcy9maWxsX2hhdGNoLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9Q aXhtYXBzL2ZpbGxfbm9uZS54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4 bWFwcy9maWxsX3NvbGlkLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9QaXht YXBzL2ZpbGxfdGlsZS54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9ncmFkaWVudF9jb25pY2FsLnhibQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9Q aXhtYXBzL2dyYWRpZW50X2xpbmVhci54Ym0NCnNoYXJlL3NrZXRjaC9Ta2V0 Y2gvUGl4bWFwcy9ncmFkaWVudF9yYWRpYWwueGJtDQpzaGFyZS9za2V0Y2gv U2tldGNoL1VJL19faW5pdF9fLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJ L19faW5pdF9fLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9hbGlnbmRs Zy5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9hbGlnbmRsZy5weWMNCnNo YXJlL3NrZXRjaC9Ta2V0Y2gvVUkvYmFsbG9vbmhlbHAucHkNCnNoYXJlL3Nr ZXRjaC9Ta2V0Y2gvVUkvYmFsbG9vbmhlbHAucHljDQpzaGFyZS9za2V0Y2gv U2tldGNoL1VJL2JsZW5kZGxnLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJ L2JsZW5kZGxnLnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9jYW52YXMu cHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvY2FudmFzLnB5Yw0Kc2hhcmUv c2tldGNoL1NrZXRjaC9VSS9jb2xvcmRsZy5weQ0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9VSS9jb2xvcmRsZy5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkv Y29tbWFuZC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9jb21tYW5kLnB5 Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9jdXJzb3JzdGFjay5weQ0Kc2hh cmUvc2tldGNoL1NrZXRjaC9VSS9jdXJzb3JzdGFjay5weWMNCnNoYXJlL3Nr ZXRjaC9Ta2V0Y2gvVUkvY3VydmVkbGcucHkNCnNoYXJlL3NrZXRjaC9Ta2V0 Y2gvVUkvY3VydmVkbGcucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL2V4 cG9ydC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9leHBvcnQucHljDQpz aGFyZS9za2V0Y2gvU2tldGNoL1VJL2ZpbGxkbGcucHkNCnNoYXJlL3NrZXRj aC9Ta2V0Y2gvVUkvZmlsbGRsZy5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gv VUkvZm9udGRsZy5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9mb250ZGxn LnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9ncmFkaWVudGVkaXQucHkN CnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvZ3JhZGllbnRlZGl0LnB5Yw0Kc2hh cmUvc2tldGNoL1NrZXRjaC9VSS9ncmlkZGxnLnB5DQpzaGFyZS9za2V0Y2gv U2tldGNoL1VJL2dyaWRkbGcucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJ L2d1aWRlZGxnLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL2d1aWRlZGxn LnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9sYXllcmRsZy5weQ0Kc2hh cmUvc2tldGNoL1NrZXRjaC9VSS9sYXllcmRsZy5weWMNCnNoYXJlL3NrZXRj aC9Ta2V0Y2gvVUkvbGF5b3V0ZGxnLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNo L1VJL2xheW91dGRsZy5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvbGVu Z3RodmFyLnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL2xlbmd0aHZhci5w eWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvbGluZWRsZy5weQ0Kc2hhcmUv c2tldGNoL1NrZXRjaC9VSS9saW5lZGxnLnB5Yw0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9VSS9tYWlud2luZG93LnB5DQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJ L21haW53aW5kb3cucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL21pbmlz Y3JvbGwucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvbWluaXNjcm9sbC5w eWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvbW9kZXMucHkNCnNoYXJlL3Nr ZXRjaC9Ta2V0Y2gvVUkvbW9kZXMucHljDQpzaGFyZS9za2V0Y2gvU2tldGNo L1VJL29wdGlvbmRsZy5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9vcHRp b25kbGcucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL3BhbGV0dGUucHkN CnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvcGFsZXR0ZS5weWMNCnNoYXJlL3Nr ZXRjaC9Ta2V0Y2gvVUkvcGx1Z2luZGxnLnB5DQpzaGFyZS9za2V0Y2gvU2tl dGNoL1VJL3BsdWdpbmRsZy5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkv cG9zbGFiZWwucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvcG9zbGFiZWwu cHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL3ByaW50ZGxnLnB5DQpzaGFy ZS9za2V0Y2gvU2tldGNoL1VJL3ByaW50ZGxnLnB5Yw0Kc2hhcmUvc2tldGNo L1NrZXRjaC9VSS9wcm9tcHQucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkv cHJvbXB0LnB5Yw0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9yZWxvYWRkbGcu cHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvcmVsb2FkZGxnLnB5Yw0Kc2hh cmUvc2tldGNoL1NrZXRjaC9VSS9ydWxlci5weQ0Kc2hhcmUvc2tldGNoL1Nr ZXRjaC9VSS9ydWxlci5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvc2th cHAucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvc2thcHAucHljDQpzaGFy ZS9za2V0Y2gvU2tldGNoL1VJL3NrZXRjaGRsZy5weQ0Kc2hhcmUvc2tldGNo L1NrZXRjaC9VSS9za2V0Y2hkbGcucHljDQpzaGFyZS9za2V0Y2gvU2tldGNo L1VJL3NrcGl4bWFwcy5weQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9za3Bp eG1hcHMucHljDQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL3N0eWxlZGxnLnB5 DQpzaGFyZS9za2V0Y2gvU2tldGNoL1VJL3N0eWxlZGxnLnB5Yw0Kc2hhcmUv c2tldGNoL1NrZXRjaC9VSS90a2V4dC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRj aC9VSS90a2V4dC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvdmlldy5w eQ0Kc2hhcmUvc2tldGNoL1NrZXRjaC9VSS92aWV3LnB5Yw0Kc2hhcmUvc2tl dGNoL1NrZXRjaC9VSS92aWV3cG9ydC5weQ0Kc2hhcmUvc2tldGNoL1NrZXRj aC9VSS92aWV3cG9ydC5weWMNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvX19pbml0 X18ucHkNCnNoYXJlL3NrZXRjaC9Ta2V0Y2gvX19pbml0X18ucHljDQpzaGFy ZS9za2V0Y2gvZmluaXNoaW5zdC5weQ0Kc2hhcmUvc2tldGNoL3NrMnBzLnB5 DQpzaGFyZS9za2V0Y2gvc2tldGNoLnB5DQpzaGFyZS9kb2Mvc2tldGNoL0JV R1MNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9DcmVhdGVDdXJ2ZS5n aWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9DcmVhdGVFbGxpcHNl LmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0NyZWF0ZVBvbHku Z2lmDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvQ3JlYXRlUmVjdC5n aWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9EZWxldGUuZ2lmDQpz aGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvRHVwbGljYXRlLmdpZg0Kc2hh cmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0VkaXRNb2RlLmdpZg0Kc2hhcmUv ZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0ZsaXBIb3Jpem9udGFsLmdpZg0Kc2hh cmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0ZsaXBWZXJ0aWNhbC5naWYNCnNo YXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9HcmlkT2ZmLmdpZg0Kc2hhcmUv ZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0dyaWRPbi5naWYNCnNoYXJlL2RvYy9z a2V0Y2gvRG9jL0ltYWdlcy9Hcm91cC5naWYNCnNoYXJlL2RvYy9za2V0Y2gv RG9jL0ltYWdlcy9JbWFnZS5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0lt YWdlcy9NaW5pRXllQ2xvc2VkLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2Mv SW1hZ2VzL01pbmlFeWVPcGVuLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2Mv SW1hZ2VzL01pbmlQcmludE9mZi5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9j L0ltYWdlcy9NaW5pUHJpbnRPbi5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9j L0ltYWdlcy9Nb3ZlT25lRG93bi5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9j L0ltYWdlcy9Nb3ZlT25lVXAuZ2lmDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9J bWFnZXMvTW92ZVRvQm90dG9tLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2Mv SW1hZ2VzL01vdmVUb1RvcC5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0lt YWdlcy9OZXdEb2N1bWVudC5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0lt YWdlcy9PcGVuLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL1Jl ZG8uZ2lmDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvU2F2ZS5naWYN CnNoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9TZWxlY3Rpb25Nb2RlLmdp Zg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL1RleHQuZ2lmDQpzaGFy ZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvVW5kby5naWYNCnNoYXJlL2RvYy9z a2V0Y2gvRG9jL0ltYWdlcy9Vbmdyb3VwLmdpZg0Kc2hhcmUvZG9jL3NrZXRj aC9Eb2MvSW1hZ2VzL1pvb20uZ2lmDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9J bWFnZXMvYXJyb3ctbGVmdC5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0lt YWdlcy9hcnJvdy1yaWdodC5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0lt YWdlcy9hcnJvdy11cC5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdl cy9idWxsZXQuZ2lmDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvZ3Jh ZGllbnQtY29uaWNhbC5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdl cy9ncmFkaWVudC1saW5lYXIuZ2lmDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9J bWFnZXMvZ3JhZGllbnQtcmFkaWFsLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9E b2MvSW1hZ2VzL2xheWVycy5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL0lt YWdlcy9zZWxzaXplLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2Vz L3NlbHRyYWZvLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL3Nr ZXRjaC1sb2dvLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL3Rl eHRwYXRoLmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL3RleHRw YXRocm90LmdpZg0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL3RleHRw YXRoc2tldy5naWYNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTEu aHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTAuaHRtbA0K c2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTEuaHRtbA0Kc2hhcmUv ZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTIuaHRtbA0Kc2hhcmUvZG9jL3Nr ZXRjaC9Eb2MvZGV2Z3VpZGUtMTMuaHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9E b2MvZGV2Z3VpZGUtMTQuaHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2 Z3VpZGUtMTUuaHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUt MTYuaHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTcuaHRt bA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTguaHRtbA0Kc2hh cmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTkuaHRtbA0Kc2hhcmUvZG9j L3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMi5odG1sDQpzaGFyZS9kb2Mvc2tldGNo L0RvYy9kZXZndWlkZS0yMC5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9k ZXZndWlkZS0yMS5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlk ZS0yMi5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS0yMy5o dG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS0yNC5odG1sDQpz aGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS0yNS5odG1sDQpzaGFyZS9k b2Mvc2tldGNoL0RvYy9kZXZndWlkZS0yNi5odG1sDQpzaGFyZS9kb2Mvc2tl dGNoL0RvYy9kZXZndWlkZS0yNy5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0Rv Yy9kZXZndWlkZS0yOC5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZn dWlkZS0yOS5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS0z Lmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTMwLmh0bWwN CnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTMxLmh0bWwNCnNoYXJl L2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTMyLmh0bWwNCnNoYXJlL2RvYy9z a2V0Y2gvRG9jL2Rldmd1aWRlLTMzLmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gv RG9jL2Rldmd1aWRlLTM0Lmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rl dmd1aWRlLTM1Lmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRl LTM2Lmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTM3Lmh0 bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTQuaHRtbA0Kc2hh cmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtNS5odG1sDQpzaGFyZS9kb2Mv c2tldGNoL0RvYy9kZXZndWlkZS02Lmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gv RG9jL2Rldmd1aWRlLTcuaHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2 Z3VpZGUtOC5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS05 Lmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLmh0bWwNCnNo YXJlL2RvYy9za2V0Y2gvRG9jL2ZvbnRzLmFsaWFzDQpzaGFyZS9kb2Mvc2tl dGNoL0RvYy9mb250cy5zY2FsZQ0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvdXNl cnNndWlkZS0xLmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3Vp ZGUtMTAuaHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvdXNlcnNndWlkZS0x MS5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTEyLmh0 bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3VpZGUtMTMuaHRtbA0K c2hhcmUvZG9jL3NrZXRjaC9Eb2MvdXNlcnNndWlkZS0xNC5odG1sDQpzaGFy ZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTE1Lmh0bWwNCnNoYXJlL2Rv Yy9za2V0Y2gvRG9jL3VzZXJzZ3VpZGUtMTYuaHRtbA0Kc2hhcmUvZG9jL3Nr ZXRjaC9Eb2MvdXNlcnNndWlkZS0xNy5odG1sDQpzaGFyZS9kb2Mvc2tldGNo L0RvYy91c2Vyc2d1aWRlLTE4Lmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9j L3VzZXJzZ3VpZGUtMTkuaHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvdXNl cnNndWlkZS0yLmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3Vp ZGUtMy5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTQu aHRtbA0Kc2hhcmUvZG9jL3NrZXRjaC9Eb2MvdXNlcnNndWlkZS01Lmh0bWwN CnNoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3VpZGUtNi5odG1sDQpzaGFy ZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTcuaHRtbA0Kc2hhcmUvZG9j L3NrZXRjaC9Eb2MvdXNlcnNndWlkZS04Lmh0bWwNCnNoYXJlL2RvYy9za2V0 Y2gvRG9jL3VzZXJzZ3VpZGUtOS5odG1sDQpzaGFyZS9kb2Mvc2tldGNoL0Rv Yy91c2Vyc2d1aWRlLmh0bWwNCnNoYXJlL2RvYy9za2V0Y2gvTkVXUw0Kc2hh cmUvZG9jL3NrZXRjaC9QUk9KRUNUUw0Kc2hhcmUvZG9jL3NrZXRjaC9SRUFE TUUNCnNoYXJlL2RvYy9za2V0Y2gvVE9ETw0Kc2hhcmUvZXhhbXBsZXMvc2tl dGNoL2VsbGlwc2Uuc2sNCnNoYXJlL2V4YW1wbGVzL3NrZXRjaC9mYWNlLnNr DQpzaGFyZS9leGFtcGxlcy9za2V0Y2gvZmlsbC5zaw0Kc2hhcmUvZXhhbXBs ZXMvc2tldGNoL2ZsYWdzLnNrDQpzaGFyZS9leGFtcGxlcy9za2V0Y2gvaW1h Z2VzLnNrDQpzaGFyZS9leGFtcGxlcy9za2V0Y2gvbGVuYS5qcGcNCnNoYXJl L2V4YW1wbGVzL3NrZXRjaC9saW5lLnNrDQpzaGFyZS9leGFtcGxlcy9za2V0 Y2gvcGF0aHRleHQuc2sNCnNoYXJlL2V4YW1wbGVzL3NrZXRjaC90ZXh0LnNr DQpUcnlpbmcgdG8gZmV0Y2ggZnRwOi8vZnRwLmZyZWVic2Qub3JnL3B1Yi9G cmVlQlNEL3BvcnRzL2kzODYvcGFja2FnZXMtc3RhYmxlL0FsbC9za2V0Y2gt MC41LjIudGd6Lg0KRXh0cmFjdGluZyBmcm9tIEZUUCBjb25uZWN0aW9uIGlu dG8gL3Zhci90bXAvaW5zdG1wLlhGMjUxOA0KdGFyIGNvbW1hbmQgcmV0dXJu cyAwIHN0YXR1cw0KUGFja2FnZSBgc2tldGNoLTAuNS4yJyBkZXBlbmRzIG9u IGBYRnJlZTg2LTMuMy4zLjEnLg0KVHJ5aW5nIHRvIGZldGNoIGZ0cDovL2Z0 cC5mcmVlYnNkLm9yZy9wdWIvRnJlZUJTRC9wb3J0cy9pMzg2L3BhY2thZ2Vz LXN0YWJsZS9BbGwvWEZyZWU4Ni0zLjMuMy4xLnRnei4NCkVycm9yOiBGVFAg VW5hYmxlIHRvIGdldCBmdHA6Ly9mdHAuZnJlZWJzZC5vcmcvcHViL0ZyZWVC U0QvcG9ydHMvaTM4Ni9wYWNrYWdlcy1zdGFibGUvQWxsL1hGcmVlODYtMy4z LjMuMS50Z3o6IEZpbGUgdW5hdmFpbGFibGUgKGUuZy4sIGZpbGUgbm90IGZv dW5kLCBubyBhY2Nlc3MpDQpQYWNrYWdlIGBza2V0Y2gtMC41LjInIGRlcGVu ZHMgb24gYGpwZWctNmInLg0KIC0gYWxyZWFkeSBpbnN0YWxsZWQuDQpQYWNr YWdlIGBza2V0Y2gtMC41LjInIGRlcGVuZHMgb24gYHB5LWltYWdpbmctMC4z YjInLg0KIC0gYWxyZWFkeSBpbnN0YWxsZWQuDQpQYWNrYWdlIGBza2V0Y2gt MC41LjInIGRlcGVuZHMgb24gYHB5dGhvbi0xLjUuMScuDQogLSBhbHJlYWR5 IGluc3RhbGxlZC4NClBhY2thZ2UgYHNrZXRjaC0wLjUuMicgZGVwZW5kcyBv biBgdGNsLTguMC40Jy4NCiAtIGFscmVhZHkgaW5zdGFsbGVkLg0KUGFja2Fn ZSBgc2tldGNoLTAuNS4yJyBkZXBlbmRzIG9uIGB0ay04LjAuNCcuDQogLSBh bHJlYWR5IGluc3RhbGxlZC4NCmV4dHJhY3Q6IFBhY2thZ2UgbmFtZSBpcyBz a2V0Y2gtMC41LjINCmV4dHJhY3Q6IENXRCB0byAvdXNyL2xvY2FsDQpleHRy YWN0OiAvdXNyL2xvY2FsL2Jpbi9za2V0Y2gNCmV4dHJhY3Q6IC91c3IvbG9j YWwvYmluL3NrMnBzDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9GaWx0ZXIvc3RyZWFtZmlsdGVyLnNvDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9QYXgvR2VuZXJhdGUvbWtnYy5weQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUGF4L0dlbmVyYXRlL21rZ2MucHlj DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9QYXgvR2VuZXJh dGUvbWt0b29scy5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvUGF4L0dlbmVyYXRlL21rdG9vbHMucHljDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9QYXgvR2VuZXJhdGUvdHlwZWRlZnMucHkNCmV4 dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1BheC9HZW5lcmF0ZS90 eXBlZGVmcy5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNo L1BheC9YLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Q YXgvWC5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Bh eC9wYXhtb2R1bGUuc28NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1BsdWdpbnMvRmlsdGVycy9haWxvYWRlci5weQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvUGx1Z2lucy9GaWx0ZXJzL2FpbG9hZGVy LnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUGx1Z2lu cy9GaWx0ZXJzL2d6aXBsb2FkZXIucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvc2tldGNoL1BsdWdpbnMvRmlsdGVycy9nemlwbG9hZGVyLnB5Yw0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUGx1Z2lucy9GaWx0 ZXJzL3NrbG9hZGVyLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3Nr ZXRjaC9QbHVnaW5zL0ZpbHRlcnMvc2tsb2FkZXIucHljDQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9QbHVnaW5zL0ZpbHRlcnMvc2tzYXZl ci5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUGx1Z2lu cy9GaWx0ZXJzL3Nrc2F2ZXIucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9QbHVnaW5zL0ZpbHRlcnMveGZpZ2xvYWRlci5weQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUGx1Z2lucy9GaWx0ZXJz L3hmaWdsb2FkZXIucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3Nr ZXRjaC9QbHVnaW5zL09iamVjdHMvbGNkdGV4dC5weQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvUGx1Z2lucy9PYmplY3RzL2xjZHRleHQu cHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9QbHVnaW5z L09iamVjdHMvcmVncG9seS5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9za2V0Y2gvUGx1Z2lucy9PYmplY3RzL3JlZ3BvbHkucHljDQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJp Y3MvYWxpYXMuc2ZkDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvZ3Muc2ZkDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvcGFn ZC5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jlc291 cmNlcy9Gb250bWV0cmljcy9wYWdkby5hZm0NCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9wYWdrLmFm bQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUmVzb3VyY2Vz L0ZvbnRtZXRyaWNzL3BhZ2tvLmFmbQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3Bia2QuYWZtDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9u dG1ldHJpY3MvcGJrZGkuYWZtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvcGJrbC5hZm0NCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0 cmljcy9wYmtsaS5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9wY3JiLmFmbQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRtZXRyaWNz L3BjcmJvLmFmbQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv UmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3BjcnIuYWZtDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvcGNy cm8uYWZtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNv dXJjZXMvRm9udG1ldHJpY3MvcGh2Yi5hZm0NCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9waHZibi5h Zm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jlc291cmNl cy9Gb250bWV0cmljcy9waHZiby5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9waHZib24uYWZt DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMv Rm9udG1ldHJpY3MvcGh2ci5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hh cmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9waHZybi5hZm0NCmV4 dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250 bWV0cmljcy9waHZyby5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9waHZyb24uYWZtDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1l dHJpY3MvcG5jYi5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9wbmNiaS5hZm0NCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmlj cy9wbmNyLmFmbQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv UmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3BuY3JpLmFmbQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3Bw bGIuYWZtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNv dXJjZXMvRm9udG1ldHJpY3MvcHBsYmkuYWZtDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvcHBsci5h Zm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jlc291cmNl cy9Gb250bWV0cmljcy9wcGxyaS5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9wc3lyLmFmbQ0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0Zv bnRtZXRyaWNzL3B0bWIuYWZtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvcHRtYmkuYWZtDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1l dHJpY3MvcHRtci5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9wdG1yaS5hZm0NCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmlj cy9wdXRiLmFmbQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv UmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3B1dGJpLmFmbQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvUmVzb3VyY2VzL0ZvbnRtZXRyaWNzL3B1 dHIuYWZtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNv dXJjZXMvRm9udG1ldHJpY3MvcHV0cmkuYWZtDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvRm9udG1ldHJpY3MvcHpjbWku YWZtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJj ZXMvRm9udG1ldHJpY3MvcHpkci5hZm0NCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvc2tldGNoL1Jlc291cmNlcy9Gb250bWV0cmljcy9zdGQuc2ZkDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvTWlz Yy9nYW1tYS5zcGwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNo L1Jlc291cmNlcy9NaXNjL21pbmkuc3BsDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvTWlzYy9wYXR0ZXJuLnBwbQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUmVzb3VyY2VzL01pc2Mv c2tldGNoLXByb2MucHMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1Jlc291cmNlcy9NaXNjL3N0YW5kYXJkLmFycm93DQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9SZXNvdXJjZXMvTWlzYy9zdGFuZGFy ZC5kYXNoZXMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Jl c291cmNlcy9NaXNjL3N0YW5kYXJkLnNwbA0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvUmVzb3VyY2VzL01pc2MvdGtkZWZhdWx0cw0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvUmVzb3VyY2VzL01pc2Mv d3d3LnNwbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2Ny aXB0L21rZm9udGRpci5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9z a2V0Y2gvU2NyaXB0L3N3YXBiZW5jaC5weQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2UvY29uZmlnLnB5DQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFzZS9jb25maWcu cHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv QmFzZS9jb25maWd1dGlsLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvQmFzZS9jb25maWd1dGlsLnB5Yw0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2UvY29ubmVjdG9y LnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv QmFzZS9jb25uZWN0b3IucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvQmFzZS9jb25zdC5weQ0KZXh0cmFjdDogL3Vzci9s b2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2UvY29uc3QucHljDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFzZS9sb2Fk LnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv QmFzZS9sb2FkLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL0Jhc2UvbG9hZHJlcy5weQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2UvbG9hZHJlcy5weWMNCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9CYXNlL21haW4u cHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9C YXNlL21haW4ucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvQmFzZS9wbHVnaW5zLnB5DQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFzZS9wbHVnaW5zLnB5Yw0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2Uvc2tleGNl cHRpb25zLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9T a2V0Y2gvQmFzZS9za2V4Y2VwdGlvbnMucHljDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFzZS91bmRvLnB5DQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvQmFzZS91bmRvLnB5 Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jh c2UvdW5kb2RpY3QucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9CYXNlL3VuZG9kaWN0LnB5Yw0KZXh0cmFjdDogL3Vzci9s b2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2Uvd2Fybi5weQ0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0Jhc2Uvd2Fybi5w eWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9H cmFwaGljcy9fX2luaXRfXy5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL19faW5pdF9fLnB5Yw0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2Fy cm93LnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvR3JhcGhpY3MvYXJyb3cucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvYmFzZS5weQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2Jhc2Uu cHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv R3JhcGhpY3MvYmxlbmQucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1NrZXRjaC9HcmFwaGljcy9ibGVuZC5weWMNCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9ibGVuZGdy b3VwLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvR3JhcGhpY3MvYmxlbmRncm91cC5weWMNCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9jbG9uZS5weQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNz L2Nsb25lLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv U2tldGNoL0dyYXBoaWNzL2NvbG9yLnB5DQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvY29sb3IucHljDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3Mv Y29tcG91bmQucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNo L1NrZXRjaC9HcmFwaGljcy9jb21wb3VuZC5weWMNCmV4dHJhY3Q6IC91c3Iv bG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9kYXNoZXMucHkN CmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFw aGljcy9kYXNoZXMucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3Nr ZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZG9jdW1lbnQucHkNCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9kb2N1bWVu dC5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9HcmFwaGljcy9lcHMucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1NrZXRjaC9HcmFwaGljcy9lcHMucHljDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZXh0ZXJuYWwu cHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9H cmFwaGljcy9leHRlcm5hbC5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hh cmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9mb250LnB5DQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZm9udC5w eWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9H cmFwaGljcy9ncmFkaWVudC5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2dyYWRpZW50LnB5Yw0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2dy YXBoaWNzLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9T a2V0Y2gvR3JhcGhpY3MvZ3JhcGhpY3MucHljDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvZ3JvdXAucHkNCmV4 dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGlj cy9ncm91cC5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNo L1NrZXRjaC9HcmFwaGljcy9ndWlkZS5weQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL2d1aWRlLnB5Yw0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNz L2hhbmRsZS5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv U2tldGNoL0dyYXBoaWNzL2hhbmRsZS5weWMNCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9pbWFnZS5weQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNz L2ltYWdlLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv U2tldGNoL0dyYXBoaWNzL2xheWVyLnB5DQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvbGF5ZXIucHljDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3Mv bWFza2dyb3VwLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvR3JhcGhpY3MvbWFza2dyb3VwLnB5Yw0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL3BhZ2VsYXlv dXQucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9HcmFwaGljcy9wYWdlbGF5b3V0LnB5Yw0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL3BhcGVyc2l6ZS5weQ0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBo aWNzL3BhcGVyc2l6ZS5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1NrZXRjaC9HcmFwaGljcy9wYXR0ZXJuLnB5DQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvcGF0dGVy bi5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9HcmFwaGljcy9wbHVnb2JqLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3MvcGx1Z29iai5weWMNCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9w cmltaXRpdmVzLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvR3JhcGhpY3MvcHJpbWl0aXZlcy5weWMNCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9wcm9wZXJ0 aWVzLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvR3JhcGhpY3MvcHJvcGVydGllcy5weWMNCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGljcy9wc2RldmljZS5weQ0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBo aWNzL3BzZGV2aWNlLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9z a2V0Y2gvU2tldGNoL0dyYXBoaWNzL3NlbGVjdGlvbi5weQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0dyYXBoaWNzL3NlbGVj dGlvbi5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Nr ZXRjaC9HcmFwaGljcy9zZWxpbmZvLnB5DQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvR3JhcGhpY3Mvc2VsaW5mby5weWMNCmV4 dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9HcmFwaGlj cy90ZXh0LnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9T a2V0Y2gvR3JhcGhpY3MvdGV4dC5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvc2tldGNoL1NrZXRjaC9MaWIvX19pbml0X18ucHkNCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9MaWIvX19pbml0X18u cHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv TGliL2RzY3BhcnNlci5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9z a2V0Y2gvU2tldGNoL0xpYi9kc2NwYXJzZXIucHljDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL2VuY29kaW5nLnB5DQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL2Vu Y29kaW5nLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv U2tldGNoL0xpYi9za2NvbXBsZXRlci5weQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL0xpYi9za2NvbXBsZXRlci5weWMNCmV4 dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9MaWIvdHlw ZTEucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9MaWIvdHlwZTEucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3Nr ZXRjaC9Ta2V0Y2gvTGliL3VuaXRzLnB5DQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL3VuaXRzLnB5Yw0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL0xpYi91dGlsLnB5DQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvTGliL3V0 aWwucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvTW9kdWxlcy9fc2tldGNobW9kdWxlLnNvDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvTW9kdWxlcy9fdHlwZTFtb2R1bGUu c28NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9N b2R1bGVzL3NrcmVhZG1vZHVsZS5zbw0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQWxpZ25Cb3R0b20ueGJtDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9BbGlnbkNlbnRlclgueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9BbGlnbkNlbnRlclkueGJtDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9B bGlnbkxlZnQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9BbGlnblJpZ2h0LnhibQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQWxpZ25Ub3Au eGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv UGl4bWFwcy9BcnJBcnJMZWZ0LnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQXJyQXJyUmlnaHQueGJtDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9BcnJMZWZ0LnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1BpeG1hcHMvQXJyUmlnaHQueGJtDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9CZXppZXJBbmds ZS54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9QaXhtYXBzL0JlemllckNsb3NlTm9kZXMueGJtDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9CZXppZXJDdXJ2 ZUxpbmUueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9T a2V0Y2gvUGl4bWFwcy9CZXppZXJEZWxldGVOb2RlLnhibQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQmV6aWVy SW5zZXJ0Tm9kZS54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9QaXhtYXBzL0JlemllckxpbmVDdXJ2ZS54Ym0NCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0Jl emllck9wZW5Ob2Rlcy54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1NrZXRjaC9QaXhtYXBzL0JlemllclNtb290aC54Ym0NCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0Jl emllclN5bW0ueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9DYXBCdXR0LnhibQ0KZXh0cmFjdDogL3Vzci9s b2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQ2FwUHJvamVjdGlu Zy54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9QaXhtYXBzL0NhcFJvdW5kLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQ2VudGVyLnhibQ0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQ3Jl YXRlQ3VydmUueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9DcmVhdGVFbGxpcHNlLnhibQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvQ3JlYXRl TGluZS54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Nr ZXRjaC9QaXhtYXBzL0NyZWF0ZVBvbHkueGJtDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9DcmVhdGVSZWN0Lnhi bQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1Bp eG1hcHMvQ3VyRG93bi54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1NrZXRjaC9QaXhtYXBzL0N1ckRvd25fbWFzay54Ym0NCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0N1 ckVkaXQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9T a2V0Y2gvUGl4bWFwcy9DdXJFZGl0X21hc2sueGJtDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9DdXJVcC54Ym0N CmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXht YXBzL0N1clVwRG93bi54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1NrZXRjaC9QaXhtYXBzL0N1clVwRG93bl9tYXNrLnhibQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMv Q3VyVXBfbWFzay54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9QaXhtYXBzL0N1clpvb20ueGJtDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9DdXJab29tX21h c2sueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvUGl4bWFwcy9DdXQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9EZWxldGUueGJtDQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9EdXBsaWNh dGUueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvUGl4bWFwcy9FZGl0TW9kZS54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0ZpbGwueGJtDQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9GbGlw SG9yaXpvbnRhbC54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9QaXhtYXBzL0ZsaXBWZXJ0aWNhbC54Ym0NCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0dyaWRP ZmYueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvUGl4bWFwcy9HcmlkT24ueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9Hcm91cC54Ym0NCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL0ltYWdl LnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNo L1BpeG1hcHMvSm9pbkJldmVsLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvSm9pbk1pdGVyLnhibQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMv Sm9pblJvdW5kLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1BpeG1hcHMvTGF5ZXJEb3duLnhibQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTGF5ZXJOZXcu eGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv UGl4bWFwcy9MYXllclVwLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTW92ZU9uZURvd24ueGJtDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9N b3ZlT25lVXAueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9Nb3ZlVG9Cb3R0b20ueGJtDQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9Nb3ZlVG9U b3AueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvUGl4bWFwcy9OZXcxMi9NaW5pQXJyb3dMZWZ0LnhibQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIv TWluaUFycm93UmlnaHQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9OZXcxMi9NaW5pQ2FwQnV0dC54Ym0N CmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXht YXBzL05ldzEyL01pbmlDYXBQcm9qZWN0aW5nLnhibQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWlu aUNhcFJvdW5kLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaURhc2hlcy54Ym0NCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL05l dzEyL01pbmlFeWVDbG9zZWQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9OZXcxMi9NaW5pRXllT3Blbi54 Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9Q aXhtYXBzL05ldzEyL01pbmlGaWxsLnhibQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaUZvbnQu eGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv UGl4bWFwcy9OZXcxMi9NaW5pRm9udFNpemUueGJtDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9OZXcxMi9NaW5p Sm9pbkJldmVsLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaUpvaW5NaXRlci54Ym0NCmV4 dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBz L05ldzEyL01pbmlKb2luUm91bmQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9OZXcxMi9NaW5pTGluZS54 Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9Q aXhtYXBzL05ldzEyL01pbmlMb2NrQ2xvc2VkLnhibQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWlu aUxvY2tPcGVuLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaU91dGxpbmVPZmYueGJtDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9OZXcxMi9NaW5pT3V0bGluZU9uLnhibQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvTmV3MTIvTWluaVByaW50 T2ZmLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tl dGNoL1BpeG1hcHMvTmV3MTIvTWluaVByaW50T24ueGJtDQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9OZXcxMi9N aW5pV2lkdGgueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9OZXdEb2N1bWVudC54Ym0NCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL09wZW4ueGJt DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4 bWFwcy9QZW4ueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvUGl4bWFwcy9QZW5jaWwueGJtDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9Qb3J0cmFpdC54Ym0N CmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXht YXBzL1BvcnRyYWl0X21hc2sueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9SZWRvLnhibQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvU2F2ZS54 Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9Q aXhtYXBzL1NlbGVjdGlvbk1vZGUueGJtDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9TaGVhckxSLnhibQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMv U2hlYXJVRC54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNo L1NrZXRjaC9QaXhtYXBzL1RleHQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9UdXJuQkwueGJtDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9U dXJuQlIueGJtDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9T a2V0Y2gvUGl4bWFwcy9UdXJuVEwueGJtDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9UdXJuVFIueGJtDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9V bmRvLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tl dGNoL1BpeG1hcHMvVW5ncm91cC54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL1pvb20ueGJtDQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9maWxs X2dyYWRpZW50LnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1BpeG1hcHMvZmlsbF9oYXRjaC54Ym0NCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9QaXhtYXBzL2ZpbGxfbm9u ZS54Ym0NCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9QaXhtYXBzL2ZpbGxfc29saWQueGJtDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFwcy9maWxsX3RpbGUueGJtDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvUGl4bWFw cy9ncmFkaWVudF9jb25pY2FsLnhibQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9za2V0Y2gvU2tldGNoL1BpeG1hcHMvZ3JhZGllbnRfbGluZWFyLnhi bQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1Bp eG1hcHMvZ3JhZGllbnRfcmFkaWFsLnhibQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL19faW5pdF9fLnB5DQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvX19pbml0X18u cHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv VUkvYWxpZ25kbGcucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9VSS9hbGlnbmRsZy5weWMNCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9iYWxsb29uaGVscC5weQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL2JhbGxv b25oZWxwLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gv U2tldGNoL1VJL2JsZW5kZGxnLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9Ta2V0Y2gvVUkvYmxlbmRkbGcucHljDQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvY2FudmFzLnB5DQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvY2Fu dmFzLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tl dGNoL1VJL2NvbG9yZGxnLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvVUkvY29sb3JkbGcucHljDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvY29tbWFuZC5weQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL2NvbW1h bmQucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvVUkvY3Vyc29yc3RhY2sucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hh cmUvc2tldGNoL1NrZXRjaC9VSS9jdXJzb3JzdGFjay5weWMNCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9jdXJ2ZWRsZy5w eQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJ L2N1cnZlZGxnLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1VJL2V4cG9ydC5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9za2V0Y2gvU2tldGNoL1VJL2V4cG9ydC5weWMNCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9maWxsZGxnLnB5DQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvZmls bGRsZy5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1Nr ZXRjaC9VSS9mb250ZGxnLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvVUkvZm9udGRsZy5weWMNCmV4dHJhY3Q6IC91c3Iv bG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9ncmFkaWVudGVkaXQucHkN CmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9n cmFkaWVudGVkaXQucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3Nr ZXRjaC9Ta2V0Y2gvVUkvZ3JpZGRsZy5weQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL2dyaWRkbGcucHljDQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvZ3VpZGVkbGcu cHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9V SS9ndWlkZWRsZy5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9VSS9sYXllcmRsZy5weQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL2xheWVyZGxnLnB5Yw0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL2xheW91dGRs Zy5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNo L1VJL2xheW91dGRsZy5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv c2tldGNoL1NrZXRjaC9VSS9sZW5ndGh2YXIucHkNCmV4dHJhY3Q6IC91c3Iv bG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9sZW5ndGh2YXIucHljDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvbGlu ZWRsZy5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tl dGNoL1VJL2xpbmVkbGcucHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L3NrZXRjaC9Ta2V0Y2gvVUkvbWFpbndpbmRvdy5weQ0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL21haW53aW5kb3cucHlj DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkv bWluaXNjcm9sbC5weQ0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0 Y2gvU2tldGNoL1VJL21pbmlzY3JvbGwucHljDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvbW9kZXMucHkNCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9tb2Rlcy5weWMN CmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9v cHRpb25kbGcucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNo L1NrZXRjaC9VSS9vcHRpb25kbGcucHljDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvcGFsZXR0ZS5weQ0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL3BhbGV0dGUucHlj DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkv cGx1Z2luZGxnLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvVUkvcGx1Z2luZGxnLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL3Bvc2xhYmVsLnB5DQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvcG9zbGFiZWwu cHljDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gv VUkvcHJpbnRkbGcucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9VSS9wcmludGRsZy5weWMNCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9wcm9tcHQucHkNCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9wcm9tcHQucHlj DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkv cmVsb2FkZGxnLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRj aC9Ta2V0Y2gvVUkvcmVsb2FkZGxnLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL3J1bGVyLnB5DQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvcnVsZXIucHljDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvc2th cHAucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9VSS9za2FwcC5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9VSS9za2V0Y2hkbGcucHkNCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS9za2V0Y2hkbGcucHljDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvc2twaXht YXBzLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0 Y2gvVUkvc2twaXhtYXBzLnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9za2V0Y2gvU2tldGNoL1VJL3N0eWxlZGxnLnB5DQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvc3R5bGVkbGcucHljDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3NrZXRjaC9Ta2V0Y2gvVUkvdGtl eHQucHkNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tldGNoL1NrZXRj aC9VSS90a2V4dC5weWMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvc2tl dGNoL1NrZXRjaC9VSS92aWV3LnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL3NrZXRjaC9Ta2V0Y2gvVUkvdmlldy5weWMNCmV4dHJhY3Q6IC91c3Iv bG9jYWwvc2hhcmUvc2tldGNoL1NrZXRjaC9VSS92aWV3cG9ydC5weQ0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tldGNoL1VJL3ZpZXdw b3J0LnB5Yw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9za2V0Y2gvU2tl dGNoL19faW5pdF9fLnB5DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL3Nr ZXRjaC9Ta2V0Y2gvX19pbml0X18ucHljDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL3NrZXRjaC9maW5pc2hpbnN0LnB5DQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL3NrZXRjaC9zazJwcy5weQ0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9za2V0Y2gvc2tldGNoLnB5DQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL2RvYy9za2V0Y2gvQlVHUw0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvQ3JlYXRlQ3VydmUuZ2lmDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdl cy9DcmVhdGVFbGxpcHNlLmdpZg0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvQ3JlYXRlUG9seS5naWYNCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0Ny ZWF0ZVJlY3QuZ2lmDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9z a2V0Y2gvRG9jL0ltYWdlcy9EZWxldGUuZ2lmDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9EdXBsaWNhdGUuZ2lm DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0lt YWdlcy9FZGl0TW9kZS5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv ZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0ZsaXBIb3Jpem9udGFsLmdpZg0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMv RmxpcFZlcnRpY2FsLmdpZg0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9k b2Mvc2tldGNoL0RvYy9JbWFnZXMvR3JpZE9mZi5naWYNCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL0dyaWRPbi5n aWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2Mv SW1hZ2VzL0dyb3VwLmdpZg0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9k b2Mvc2tldGNoL0RvYy9JbWFnZXMvSW1hZ2UuZ2lmDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9NaW5pRXllQ2xv c2VkLmdpZg0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNo L0RvYy9JbWFnZXMvTWluaUV5ZU9wZW4uZ2lmDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9NaW5pUHJpbnRPZmYu Z2lmDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9j L0ltYWdlcy9NaW5pUHJpbnRPbi5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL01vdmVPbmVEb3duLmdpZg0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFn ZXMvTW92ZU9uZVVwLmdpZg0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9k b2Mvc2tldGNoL0RvYy9JbWFnZXMvTW92ZVRvQm90dG9tLmdpZg0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvTW92 ZVRvVG9wLmdpZg0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tl dGNoL0RvYy9JbWFnZXMvTmV3RG9jdW1lbnQuZ2lmDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9PcGVuLmdpZg0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFn ZXMvUmVkby5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3Nr ZXRjaC9Eb2MvSW1hZ2VzL1NhdmUuZ2lmDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9TZWxlY3Rpb25Nb2RlLmdp Zg0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9J bWFnZXMvVGV4dC5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9j L3NrZXRjaC9Eb2MvSW1hZ2VzL1VuZG8uZ2lmDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9Vbmdyb3VwLmdpZg0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFn ZXMvWm9vbS5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3Nr ZXRjaC9Eb2MvSW1hZ2VzL2Fycm93LWxlZnQuZ2lmDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL0ltYWdlcy9hcnJvdy1yaWdo dC5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9E b2MvSW1hZ2VzL2Fycm93LXVwLmdpZg0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvYnVsbGV0LmdpZg0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFnZXMvZ3Jh ZGllbnQtY29uaWNhbC5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv ZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL2dyYWRpZW50LWxpbmVhci5naWYNCmV4 dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2Vz L2dyYWRpZW50LXJhZGlhbC5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hh cmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL2xheWVycy5naWYNCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL3NlbHNp emUuZ2lmDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gv RG9jL0ltYWdlcy9zZWx0cmFmby5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL3NrZXRjaC1sb2dvLmdpZg0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9JbWFn ZXMvdGV4dHBhdGguZ2lmDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2Rv Yy9za2V0Y2gvRG9jL0ltYWdlcy90ZXh0cGF0aHJvdC5naWYNCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvSW1hZ2VzL3RleHRw YXRoc2tldy5naWYNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3Nr ZXRjaC9Eb2MvZGV2Z3VpZGUtMS5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTEwLmh0bWwNCmV4dHJh Y3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUt MTEuaHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNo L0RvYy9kZXZndWlkZS0xMi5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTEzLmh0bWwNCmV4dHJhY3Q6 IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTQu aHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0Rv Yy9kZXZndWlkZS0xNS5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTE2Lmh0bWwNCmV4dHJhY3Q6IC91 c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMTcuaHRt bA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9k ZXZndWlkZS0xOC5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2Rv Yy9za2V0Y2gvRG9jL2Rldmd1aWRlLTE5Lmh0bWwNCmV4dHJhY3Q6IC91c3Iv bG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMi5odG1sDQpl eHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1 aWRlLTIwLmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3Nr ZXRjaC9Eb2MvZGV2Z3VpZGUtMjEuaHRtbA0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS0yMi5odG1sDQpleHRy YWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRl LTIzLmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRj aC9Eb2MvZGV2Z3VpZGUtMjQuaHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9z aGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS0yNS5odG1sDQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTI2 Lmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9E b2MvZGV2Z3VpZGUtMjcuaHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS0yOC5odG1sDQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTI5Lmh0 bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2Mv ZGV2Z3VpZGUtMy5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2Rv Yy9za2V0Y2gvRG9jL2Rldmd1aWRlLTMwLmh0bWwNCmV4dHJhY3Q6IC91c3Iv bG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMzEuaHRtbA0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZn dWlkZS0zMi5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9z a2V0Y2gvRG9jL2Rldmd1aWRlLTMzLmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9j YWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMzQuaHRtbA0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlk ZS0zNS5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0 Y2gvRG9jL2Rldmd1aWRlLTM2Lmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwv c2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2Z3VpZGUtMzcuaHRtbA0KZXh0cmFj dDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS00 Lmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9E b2MvZGV2Z3VpZGUtNS5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJl L2RvYy9za2V0Y2gvRG9jL2Rldmd1aWRlLTYuaHRtbA0KZXh0cmFjdDogL3Vz ci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS03Lmh0bWwN CmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9Eb2MvZGV2 Z3VpZGUtOC5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9z a2V0Y2gvRG9jL2Rldmd1aWRlLTkuaHRtbA0KZXh0cmFjdDogL3Vzci9sb2Nh bC9zaGFyZS9kb2Mvc2tldGNoL0RvYy9kZXZndWlkZS5odG1sDQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL2ZvbnRzLmFsaWFz DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL2Zv bnRzLnNjYWxlDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0 Y2gvRG9jL3VzZXJzZ3VpZGUtMS5odG1sDQpleHRyYWN0OiAvdXNyL2xvY2Fs L3NoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3VpZGUtMTAuaHRtbA0KZXh0 cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1 aWRlLTExLmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3Nr ZXRjaC9Eb2MvdXNlcnNndWlkZS0xMi5odG1sDQpleHRyYWN0OiAvdXNyL2xv Y2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3VpZGUtMTMuaHRtbA0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy91c2Vy c2d1aWRlLTE0Lmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9j L3NrZXRjaC9Eb2MvdXNlcnNndWlkZS0xNS5odG1sDQpleHRyYWN0OiAvdXNy L2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3VpZGUtMTYuaHRt bA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy91 c2Vyc2d1aWRlLTE3Lmh0bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUv ZG9jL3NrZXRjaC9Eb2MvdXNlcnNndWlkZS0xOC5odG1sDQpleHRyYWN0OiAv dXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvRG9jL3VzZXJzZ3VpZGUtMTku aHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0Rv Yy91c2Vyc2d1aWRlLTIuaHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTMuaHRtbA0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTQu aHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0Rv Yy91c2Vyc2d1aWRlLTUuaHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTYuaHRtbA0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTcu aHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0Rv Yy91c2Vyc2d1aWRlLTguaHRtbA0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFy ZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLTkuaHRtbA0KZXh0cmFjdDog L3Vzci9sb2NhbC9zaGFyZS9kb2Mvc2tldGNoL0RvYy91c2Vyc2d1aWRlLmh0 bWwNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9ORVdT DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2RvYy9za2V0Y2gvUFJPSkVD VFMNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9SRUFE TUUNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZG9jL3NrZXRjaC9UT0RP DQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2V4YW1wbGVzL3NrZXRjaC9l bGxpcHNlLnNrDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2V4YW1wbGVz L3NrZXRjaC9mYWNlLnNrDQpleHRyYWN0OiAvdXNyL2xvY2FsL3NoYXJlL2V4 YW1wbGVzL3NrZXRjaC9maWxsLnNrDQpleHRyYWN0OiAvdXNyL2xvY2FsL3No YXJlL2V4YW1wbGVzL3NrZXRjaC9mbGFncy5zaw0KZXh0cmFjdDogL3Vzci9s b2NhbC9zaGFyZS9leGFtcGxlcy9za2V0Y2gvaW1hZ2VzLnNrDQpleHRyYWN0 OiAvdXNyL2xvY2FsL3NoYXJlL2V4YW1wbGVzL3NrZXRjaC9sZW5hLmpwZw0K ZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9leGFtcGxlcy9za2V0Y2gvbGlu ZS5zaw0KZXh0cmFjdDogL3Vzci9sb2NhbC9zaGFyZS9leGFtcGxlcy9za2V0 Y2gvcGF0aHRleHQuc2sNCmV4dHJhY3Q6IC91c3IvbG9jYWwvc2hhcmUvZXhh bXBsZXMvc2tldGNoL3RleHQuc2sNCmV4dHJhY3Q6IENXRCB0byAuDQpSdW5u aW5nIG10cmVlIGZvciBza2V0Y2gtMC41LjIuLg0KbXRyZWUgLVUgLWYgK01U UkVFX0RJUlMgLWQgLWUgLXAgL3Vzci9sb2NhbA0KQXR0ZW1wdGluZyB0byBy ZWNvcmQgcGFja2FnZSBpbnRvIC92YXIvZGIvcGtnL3NrZXRjaC0wLjUuMi4u DQpBdHRlbXB0aW5nIHRvIHJlY29yZCBkZXBlbmRlbmN5IG9uIHBhY2thZ2Ug YFhGcmVlODYtMy4zLjMuMScNCkF0dGVtcHRpbmcgdG8gcmVjb3JkIGRlcGVu ZGVuY3kgb24gcGFja2FnZSBganBlZy02YicNCkF0dGVtcHRpbmcgdG8gcmVj b3JkIGRlcGVuZGVuY3kgb24gcGFja2FnZSBgcHktaW1hZ2luZy0wLjNiMicN CkF0dGVtcHRpbmcgdG8gcmVjb3JkIGRlcGVuZGVuY3kgb24gcGFja2FnZSBg cHl0aG9uLTEuNS4xJw0KQXR0ZW1wdGluZyB0byByZWNvcmQgZGVwZW5kZW5j eSBvbiBwYWNrYWdlIGB0Y2wtOC4wLjQnDQpBdHRlbXB0aW5nIHRvIHJlY29y ZCBkZXBlbmRlbmN5IG9uIHBhY2thZ2UgYHRrLTguMC40Jw0KUGFja2FnZSBz a2V0Y2gtMC41LjIgcmVnaXN0ZXJlZCBpbiAvdmFyL2RiL3BrZy9za2V0Y2gt MC41LjINCg== --0-37925290-919260480=:1823-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 6:53:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gilberto.physik.RWTH-Aachen.DE (gilberto.physik.rwth-aachen.de [137.226.30.2]) by hub.freebsd.org (Postfix) with ESMTP id C747C10FF5 for ; Wed, 17 Feb 1999 06:53:10 -0800 (PST) (envelope-from kuku@gilberto.physik.RWTH-Aachen.DE) Received: (from kuku@localhost) by gilberto.physik.RWTH-Aachen.DE (8.8.8/8.8.7) id PAA02984; Wed, 17 Feb 1999 15:53:12 +0100 (MET) (envelope-from kuku) Message-ID: <19990217155311.A2968@gil.physik.rwth-aachen.de> Date: Wed, 17 Feb 1999 15:53:11 +0100 From: Christoph Kukulies To: ports@freebsd.org Subject: [p.mayers@ic.ac.uk: GLX source code released] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just FYI. ----- Forwarded message from "Mayers, P J" ----- Received: from mh2.cts.com (mh2.cts.com [209.68.192.68]) by gilberto.physik.RWTH-Aachen.DE (8.8.8/8.8.7) with ESMTP id NAA02558 for ; Wed, 17 Feb 1999 13:46:40 +0100 (MET) (envelope-from fatcity!root@news.cts.com) Received: from king.cts.com (root@king.cts.com [198.68.168.21]) by mh2.cts.com (8.8.7/8.8.5) with ESMTP id EAA02260; Wed, 17 Feb 1999 04:42:00 -0800 (PST) Received: from donews.cts.com (donews.cts.com [192.188.72.21]) by king.cts.com (8.8.7/8.8.7) with SMTP id EAA06030; Wed, 17 Feb 1999 04:41:58 -0800 (PST) Received: from fatcity by donews.cts.com with uucp (Smail3.1.29.1 #5) id m10D609-00004Ra; Wed, 17 Feb 99 04:22 PST Received: by fatcity.com (21-May-1998/v1.0f-b66/bab) via UUCP id 000172DF; Wed, 17 Feb 1999 04:19:03 -0800 Message-ID: Date: Wed, 17 Feb 1999 04:19:03 -0800 To: Multiple recipients of list OPENGL-GAMEDEV-L X-Comment: OpenGL Game Developers Mailing List X-Sender: "Mayers, P J" Sender: root@fatcity.com Reply-To: OPENGL-GAMEDEV-L@fatcity.com Errors-To: ML-ERRORS@fatcity.com From: "Mayers, P J" Subject: GLX source code released Organization: Fat City Network Services, San Diego, California X-ListServer: v1.0f, build 66; ListGuru (c) 1996-1999 Bruce A. Bergman Precedence: bulk Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Not massively relevant, but it should mean those of us wanting to develop on Linux have an easier time from now on: http://www.opengl.org SGI releases GLX source code setting stage for OpenGL hardware acceleration on Linux & Unix 2/16/99 SGI released the GLX source code into the Open Source community, setting the stage for OpenGL hardware acceleration on Linux & other Unix's. GLX is a software layer... Also: http://www.sgi.com/software/opensource/glx/ Cheers, Phil ----- FAQ and OpenGL Resources at: http://www.geocities.com/~tsikes/OpenGL -- Author: INET: p.mayers@ic.ac.uk Fat City Network Services -- (619) 538-5051 FAX: (619) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB OPENGL-GAMEDEV-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 7:41:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id 05C4D1107C for ; Wed, 17 Feb 1999 07:41:04 -0800 (PST) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id HAA17089; Wed, 17 Feb 1999 07:41:02 -0800 (PST) Message-Id: <199902171541.HAA17089@stennis.ca.sandia.gov> X-Mailer: exmh version 2.0.2 2/24/98 To: Randy Bush Cc: freebsd-ports@FreeBSD.ORG Subject: Re: vnc in 4.0-current In-Reply-To: Your message of "Mon, 15 Feb 1999 13:33:02 PST." From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_1250498795P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Wed, 17 Feb 1999 07:41:01 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_1250498795P Content-Type: text/plain; charset=us-ascii If memory serves me right, Randy Bush wrote: > /usr/ports/net/vnc# make > >> vnc-3.3.2r3_unixsrc.tgz doesn't seem to exist on this system. > >> Attempting to fetch from http://www.orl.co.uk/vnc/dist/. > fetch: vnc-3.3.2r3_unixsrc.tgz: resource has moved temporarily to `http://www > .uk.research.att.com/cgi-bin/redirect/vnc/dist/vnc-3.3.2r3_unixsrc.tgz' > Receiving vnc-3.3.2r3_unixsrc.tgz: 0 Kbytes > 894 bytes transfered in 0.0 seconds (135.55 Kbytes/s) > ===> Extracting for vnc-3.3.2r3 > ===> vnc-3.3.2r3 depends on shared library: X11.6 - found > /usr/bin/tar: archive - EOF not on block boundary > *** Error code 1 Oops. As near as I can tell, this problem is caused because the VNC distsite moved. PR ports/9971, which I filed about a week earlier, fixes this problem, although there was confusion on several people's part (including my own) as to whether this patch was necessary and to whether or not the Web server holding the distfile was actually up. Ergo, this patch hasn't been committed yet. (As far as I can tell, it should be OK to commit now, and, it appears, necessary.) Sorry for any inconvenience this has caused... Bruce. --==_Exmh_1250498795P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBNsrjDKjOOi0j7CY9AQEjjgP+N0yN+FEOgwRBT795a3aZvik871IZdwcL /0/xukD+wTmJ78Cqwxe7pYwNIwtFSwqz6sXG9/qztOQrD9YJGCXy3YTomkPZHY1R VzQLOMULLO4HPlB3wxd8a5ctwdQsHhGnA68/mJGfxEzhaSbzNndPqMLe4ILU1SgY cjC1/0uzb2g= =R/1Q -----END PGP MESSAGE----- --==_Exmh_1250498795P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 10: 0: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12C9311185 for ; Wed, 17 Feb 1999 10:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA56779; Wed, 17 Feb 1999 10:00:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from patrol.area51.fremont.ca.us (d60-054.leach.ucdavis.edu [169.237.60.54]) by hub.freebsd.org (Postfix) with ESMTP id A483210E66 for ; Wed, 17 Feb 1999 09:53:00 -0800 (PST) (envelope-from mharo@patrol.area51.fremont.ca.us) Received: (from mharo@localhost) by patrol.area51.fremont.ca.us (8.9.2/8.9.1) id JAA14813; Wed, 17 Feb 1999 09:53:06 -0800 (PST) (envelope-from mharo) Message-Id: <199902171753.JAA14813@patrol.area51.fremont.ca.us> Date: Wed, 17 Feb 1999 09:53:06 -0800 (PST) From: mharo@area51.fremont.ca.us Reply-To: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10133: KDE changed path on their ftp server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10133 >Category: ports >Synopsis: KDE changed path on their ftp server >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 10:00:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-BETA i386 >Organization: >Environment: >Description: KDE added a dir, gz, to the path of their tarfiles. >How-To-Repeat: >Fix: add gz to the end of the paths in the makefiles for kde >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 10:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dionysia.org (dionysia.it-houchens.louisville.edu [136.165.24.85]) by hub.freebsd.org (Postfix) with ESMTP id 876AC113E6 for ; Wed, 17 Feb 1999 10:50:01 -0800 (PST) (envelope-from Dionysos@Dionysia.org) Received: from localhost (dionysos@localhost) by dionysia.org (8.8.7/8.8.7) with ESMTP id NAA01608 for ; Wed, 17 Feb 1999 13:53:20 -0500 (EST) (envelope-from Dionysos@Dionysia.org) Date: Wed, 17 Feb 1999 13:53:20 -0500 (EST) From: Dan Delaney To: ports@freebsd.org Subject: Pine 4.10? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Any idea when Pine 4.10 will be in Ports Collection? --Dan ----------------------------------------------------------------------- Daniel G. Delaney The Louisville Times Chorus Dionysos@Dionysia.org www.LouisvilleTimes.org www.Dionysia.org/~dionysos/ Dionysia Design ICQ Number: 8171285 www.Dionysia.com/design/ ----------------------------------------------------------------------- "Only two things are infinite: the universe and stupidity-- and I'm not sure about the former." --Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 10:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5DCD113E2 for ; Wed, 17 Feb 1999 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA60590; Wed, 17 Feb 1999 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id D921611333 for ; Wed, 17 Feb 1999 10:47:02 -0800 (PST) (envelope-from sec@42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.5) id TAA23126 (sender ); Wed, 17 Feb 1999 19:47:00 +0100 (CET) Message-Id: <199902171847.TAA23126@matrix.42.org> Date: Wed, 17 Feb 1999 19:47:00 +0100 (CET) From: Stefan `Sec` Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10134: New port: lynx-ssl (Category: www) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10134 >Category: ports >Synopsis: New port: lynx-ssl (Category: www) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 10:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 2.2.7-STABLE i386 >Organization: >Environment: >Description: This is the new lynx-ssl port. It builds lynx with support for ssl. >How-To-Repeat: >Fix: Import this port :) begin 644 lynx-ssl.tar.gz M'XL("!D.RS8"`VQY;G@MC,79)H3KY+N_*]FD2=ZFY6[>T/9&S[0@>U?2 MHM6N'DD)-]&MG"1AZ>#E`!6U:AAP`*!5#?7A]Q8J@&F:95.MJEH%Q6I%4P_` M.-@#5DGJQ@`'"?$^J_*<.O_21"2I/2U_5\V3!W%FJ&9PO]?P?\+_P4& M75-5LU)YWO]:U)JID=4TW3-VA@;TXWJ>%(Q7=WPU+%T(/"MQ#_WV\NL`'\__Y?5BB[R M_U?Q/_^677>/^;^J5]'_!B8)W=!X_M>- M<%81=(@'2,75YHH$>;51J#70>5WSS&.P9].I) M10?^"!`&8S^(F]#*"BU\A?\.#^%Z1F("&[J"M1NED,X(S$BXE#D]@2!";X4A M\:4?^.M';9387!ZQUUEKN?(XB%"G.W"&[5YO=&E?G-OM?@OD!.0%8%[ZJ.E3 M[X%FISULM_A/SBS'DOQ_MOSHU3+&P;Q]7<+&7L3\?QS_X_W%/[)]?9O_55TU M>?SKNHC_?>!)2"LT#J:%:^+#&1FCFT"K-?0:AC:+Z[IT?'S\*`$\5JQ4&YJ9 M*;9PAIK&20V.^6<+P^20A4[LQ@&/!G"*F!%S`:$)MUM)Z%G@S2%;+)8W3!(JS-%TF1=YG,8G(&LM7=B]1 M)'EK:1/D7FF5Q"5F:5AB08._".002_B969JIYR9BC>Z3&D'DA2N?@-S)S92. MGVG_$VT?/]_V_[8+[%?^\!'@7`T@)@D-;P"[L]OVKP_%GP-K:4AAVT?>"#J1 M^8V;7BRB=Y,4)C3F_>@G4`%6IB%Z/($+YT20_6^;_\VG+W4&^#?X?T6OL/RO M:55Q_K-__Y]>]/O68+CO\Q^H5N_W?SH*V/F/88CU?Q]H0T0C>1J[2UP/W?`$ M4G*;RF,WP94=IX5,(G>,K!6N:1SZ\G6`Z?\:%WPO#$B4*B*G_ZOBOV,YI_;^ MSW\-_6'^-_CYC^#_^_,_($%S81E33`,+Y'1N"KB=I&OV=I60&%(*KL>8]M,T M@,(;$B<28\T4R6",I!`IX"(C\KD4N7DW90TE0*-P`V[B!0&22-S[)IA$DBJR"G)%X@>P\3SM']P`UE9*!A$!$DZ1*C[XT2WT,K MXQAM)S'N9:8E21K.\.N,&\':! MCZT%O<5$1U+%HXMWDHN"D.5#0$OS'M?KM?)0BYM0DK[+^+_L=9WAWN-?,TR- MQ;^&&:"JF646_YJX_]D/<$/,9ZQ$4B^+'F\RE1X=1Y5ZK,0203*:KC#TE5FZ M")_HN&.Z2D>\@4](YV23I#&=DZ0TIG3.0HL+OJ#KH6Y`=M'T@YCXNR@2/TAW MT9M0E@%WT9S2)2:^4;I9DF07?4Q'*8TWNZC>%W=17M`;LL#LM8LN7;*DNY,F MR^J[*"[C8+>^$R_&L0VBZ2[*-T$2I+MY]I8M$,\J\CSGDYOG9+PT6N#:\*S& M*@Y'^7E1IM/"61__W\6/\%^O@2_V,/]W__IU8Y_S-$_.\%AS`@:\CN0#Q1S%Y,\5HUQ*C M;`LG)1,,^C\DR_?G#Z6PG=XRUT&%T_;0.K^PNY;3+&#H2OVV,[3LD=,=LBL5V$9U0D,E M"3U/(?XJBVAO%<>8&S"RE6`"/KML(OZK*Z<]LBVGV[$&P]?PXX]P].'AJSMH M-N%7RY$NV\/3G_->"I_/'`H)$_*XPH3KXZ>R6"7(4'Q26D4!UXW\8)(IGW5[ M3/>3?XR5-\<&;^0,[>YE$^2E)OUTU>UU1AWKTAITL"K6(.ZF.IVN M?5="-ZSB(-T@8R01RB4C$XZYY?V.?8HOCCY@D8\3GX9R34;I MDB:IG%=O2`5O1M<1R#;.#.?GMFU=7`_N&GGYW+Z\@X_V/R:*>Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 13: 5:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (Postfix) with ESMTP id 91EC41159B for ; Wed, 17 Feb 1999 13:05:19 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id PAA22241; Wed, 17 Feb 1999 15:04:53 -0600 (CST) Received: from sji-ca5-210.ix.netcom.com(209.109.234.210) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma022151; Wed Feb 17 15:04:04 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id NAA02739; Wed, 17 Feb 1999 13:03:55 -0800 (PST) Date: Wed, 17 Feb 1999 13:03:55 -0800 (PST) Message-Id: <199902172103.NAA02739@silvia.hip.berkeley.edu> To: bmah@CA.Sandia.GOV Cc: randy@psg.com, freebsd-ports@FreeBSD.ORG In-reply-to: <199902171541.HAA17089@stennis.ca.sandia.gov> (bmah@CA.Sandia.GOV) Subject: Re: vnc in 4.0-current From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * (As far as I can tell, it should be OK to commit now, and, it appears, * necessary.) Sorry, I was supposed to commit it but my test machine is down at the moment. I'll get back to it ASA it comes back. :< Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 15:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F6A51130D for ; Wed, 17 Feb 1999 15:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA75732; Wed, 17 Feb 1999 15:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from btl.42.org (btl.42.org [194.246.250.193]) by hub.freebsd.org (Postfix) with ESMTP id D8F2A10E64 for ; Wed, 17 Feb 1999 15:05:36 -0800 (PST) (envelope-from sec@btl.42.org) Received: (from sec@localhost) by btl.42.org (8.9.2/8.9.1) id AAA13039; Thu, 18 Feb 1999 00:05:40 +0100 (CET) (envelope-from sec) Message-Id: <199902172305.AAA13039@btl.42.org> Date: Thu, 18 Feb 1999 00:05:40 +0100 (CET) From: Stefan Zehl Reply-To: sec@btl.42.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10136: New port shorten (an audio compressor) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10136 >Category: ports >Synopsis: New port shorten (an audio compressor) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 15:10:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Stefan Zehl >Release: FreeBSD 3.0-STABLE i386 >Organization: >Environment: >Description: This is a new port of shorten. This is an audio (wav)-file compressor which is quite a bit better than gzip (on most of the files) and a magnitude faster. I'm not sure wether audio or archivers should be the primary category, so feel free to change my choice. >How-To-Repeat: >Fix: begin 644 shorten.tar.gz M'XL(")9)RS8"`W-H;W)T96XN=&%R`.U9;4_C1A#.U_A7C`X^0*G?WR[I!1$E M!J(C`<714;6JD&.O8Q>_U6L3X,1_[ZQ)0HZ>.)U4C-KS2'&6G=GUXF>?9\<3 M&J1Y01*Q]8H&FF3J.K0`9%.7MK_7)@$8AJ$8FF9("KHE5=);H+=JL)(63@[0 MHL1],>Y;_O^HT17^?A@1*KXU_JJA2S*Z94TR&OSKQS_V7N.9RY*$S'X!?W,; M?\9_1=+E%D@-_J]NXZ$.>ZM-(."3$!;W^]`#SS4U55-4PW$51_)5P].\N6:\ M]SI^AQCR>Z[5V/^*_YE3N,$KG0#?0)N@.C\1._H%;HB'/+['[_@"))XH?_%2$J*/^-L/9_/;GK:_V1= MV;-A?WIR==J0_F7^7R]>K0;T'?F?BJ$L_Y/,)O^K'?_!^7AL36;UO_\KQD;_ M397E?XJLJXW^UV%]6#HW/,OIP$UCS)XH3?-&*W](_1]:]F#Z!O4_Q=0V^B]K M4O7^K^@-_^LP^Q%_""DX3`&8`(3)`HHTC8!FQ`V=*+S'C,]/<^B77IA"52J& M94!R`F$!)2V=*+KC,I)C3$QA3@I,W:`(G`06]V$FSO&B"!QWFL8D()N`AQM2HA*.+HD..&9V07S,%7XC M0<3J..Z1IK!BU"&W@R-V1]XN-K@AGDV3_MCJM==KN?AX4G6LIUGU\VPQ@_[, M.CF?CBR[UW:JK,7)W2"\P<5SX[X]LZ97]FC&O'Z5@M";G,>60)*%X#JQX+A" M>2UFY5QD;T4")D+$#;#M86XDRUWXV= M.TC2`O,AH&GD";#5X86TR,-YB4\*0A]BG-@/B2>\XRZG'^WIH-=N[W[&YG`T M?1!W/Z_^U0=VYXF,SO4OMC+'92DM^##!;1Q%7:[-YLT`AU35\P=Q6^`Y85,N 9FU-/8*@+\?5A(_R--?9CVM\W<&W,`"@``!Q% ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 15:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C242112EA for ; Wed, 17 Feb 1999 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA75723; Wed, 17 Feb 1999 15:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 17 Feb 1999 15:10:01 -0800 (PST) Message-Id: <199902172310.PAA75723@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10134; it has been noted by GNATS. From: Kris Kennaway To: Stefan `Sec` Zehl Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Date: Thu, 18 Feb 1999 09:34:36 +1030 (CST) On Wed, 17 Feb 1999, Stefan `Sec` Zehl wrote: > This is the new lynx-ssl port. It builds lynx with support for ssl. I haven't looked at the port yet, but is this just a modified version of the lynx port, with something like --enable-ssl turned on? It may be more efficient to just add a USE_SSL variable in the port makefile and hang off that. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 15:20: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6D4B1108C for ; Wed, 17 Feb 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id PAA76120; Wed, 17 Feb 1999 15:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 17 Feb 1999 15:20:01 -0800 (PST) Message-Id: <199902172320.PAA76120@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Stefan `Sec` Zehl Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Reply-To: Stefan `Sec` Zehl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10134; it has been noted by GNATS. From: Stefan `Sec` Zehl To: Kris Kennaway Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Date: Thu, 18 Feb 1999 00:10:23 +0100 On Thu, Feb 18, 1999 at 09:34:36AM +1030, Kris Kennaway wrote: > On Wed, 17 Feb 1999, Stefan `Sec` Zehl wrote: > > This is the new lynx-ssl port. It builds lynx with support for ssl. > > I haven't looked at the port yet, but is this just a modified version of the > lynx port, with something like --enable-ssl turned on? It may be more > efficient to just add a USE_SSL variable in the port makefile and hang off > that. It does fetch an extra patch. And it it is "RESTRICTED" due to use of crypto code. Reason enough for a new port IMHO. CU, Sec -- Actually it's an beta version of Unix-NT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 15:46:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 9E49B112B9 for ; Wed, 17 Feb 1999 15:46:09 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10DGfN-000CHU-00 for ports@freebsd.org; Thu, 18 Feb 1999 01:46:05 +0200 From: Sheldon Hearn To: ports@freebsd.org Subject: lesstif port doesn't install libXm.so.1 ? Date: Thu, 18 Feb 1999 01:46:04 +0200 Message-ID: <47205.919295164@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I've noticed that, since the recent upgrade of the lesstif port, it's not installing libXm.so.1 anymore. When prompted "This port will overwrite your Motif installation. Is this ok? (y/n)?" I press ``y'' and Enter as I always have before, but after make install has completed there's no libXm.so* in /usr/X11R6/lib . Anyone getting the port to install this library properly since Tuesday's upgrade? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 15:46:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from fep2-orange.clear.net.nz (fep2-orange.clear.net.nz [203.97.32.2]) by hub.freebsd.org (Postfix) with ESMTP id F3C03112FF; Wed, 17 Feb 1999 15:46:19 -0800 (PST) (envelope-from jabley@buddha.clear.net.nz) Received: from buddha.clear.net.nz (buddha.clear.net.nz [192.168.24.106]) by fep2-orange.clear.net.nz (1.5/1.9) with ESMTP id MAA00823; Thu, 18 Feb 1999 12:46:16 +1300 (NZDT) Received: (from jabley@localhost) by buddha.clear.net.nz (8.9.2/8.9.1) id MAA78395; Thu, 18 Feb 1999 12:46:16 +1300 (NZDT) (envelope-from jabley) Date: Thu, 18 Feb 1999 12:46:16 +1300 From: Joe Abley To: freebsd-ports@freebsd.org, torstenb@freebsd.org, imp@freebsd.org Cc: jabley@clear.co.nz Subject: ssh (with USE_SOCKS) and socks5 Message-ID: <19990218124616.A71933@clear.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I can't seem to socksify ssh on 4.0-CURRENT (transcript below, current socks5 and ssh ports installed) using the USE_SOCKS make switch. It looks to me as though libsocks5.so.1 is alive and well and in the ldconfig hints file. Ssh's configure.orig seems to do a test compile with -lsocks5, which if I try it manually seems to work just fine: jabley@buddha[22]% cat >test.c int main(void) { SOCKSinit(); } jabley@buddha[23]% cc -L/usr/local/lib -lsocks5 test.c jabley@buddha[24]% strings a.out /usr/libexec/ld-elf.so.1 libsocks5.so _DYNAMIC _GLOBAL_OFFSET_TABLE_ SOCKSinit libc.so.3 _init _fini exit __progname atexit environ _etext _edata __bss_start _end 8/u jabley@buddha[25]% ./a.out jabley@buddha[26]% Is this a known issue? Joe ---- failure transcript follows! ---- buddha# uname -a FreeBSD buddha.clear.net.nz 4.0-CURRENT FreeBSD 4.0-CURRENT #30: Tue Feb 2 13:14:03 NZDT 1999 root@buddha.clear.net.nz:/usr/src/sys/compile/TIMELORD i386 buddha# ident /usr/ports/security/ssh/Makefile /usr/ports/net/socks5/Makefile /usr/ports/security/ssh/Makefile: $Id: Makefile,v 1.72 1999/01/02 00:12:20 asami Exp $ /usr/ports/net/socks5/Makefile: $Id: Makefile,v 1.23 1999/01/06 04:49:29 imp Exp $ buddha# cd /usr/ports/security/ssh buddha# make USE_SOCKS=YES install && make USE_SOCKS=YES clean ===> Extracting for ssh-1.2.26 >> Checksum OK for ssh-1.2.26.tar.gz. ===> Patching for ssh-1.2.26 ===> Applying FreeBSD patches for ssh-1.2.26 ===> Configuring for ssh-1.2.26 creating cache ./config.cache checking host system type... i386-unknown-freebsd4.0 checking cached information... ok checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking for POSIXized ISC... no checking that the compiler works... yes checking if the compiler understands -pipe... yes checking whether to enable -Wall... no checking return type of signal handlers... void checking how to run the C preprocessor... cc -pipe -E checking for ANSI C header files... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for off_t... yes checking for mode_t... yes checking for st_blksize in struct stat... yes checking for working const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking size of long... 4 checking size of int... 4 checking size of short... 2 checking for termios.h... yes checking for utmpx.h... no checking whether utmpx have ut_syslen field... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unistd.h... yes checking for rusage.h... no checking for sys/time.h... yes checking for lastlog.h... no checking for login_cap.h... yes checking for utmp.h... yes checking for shadow.h... no checking for sgtty.h... yes checking for sys/select.h... yes checking for sys/ioctl.h... yes checking for machine/endian.h... yes checking for paths.h... yes checking for usersec.h... no checking for utime.h... yes checking for netinet/in_systm.h... yes checking for netinet/in_system.h... no checking for netinet/ip.h... yes checking for netinet/tcp.h... yes checking for ulimit.h... no checking for sys/resource.h... yes checking for login_cap.h... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether stat file-mode macros are broken... no checking whether sys/types.h defines makedev... yes checking whether utmp have ut_pid field... no checking whether utmp have ut_name field... yes checking whether utmp have ut_id field... no checking whether utmp have ut_host field... yes checking whether utmp have ut_addr field... no checking whether you have incompatible SIGINFO macro... no checking for crypt in -lc... no checking for crypt in -lcrypt... yes checking for getspnam in -lsec... no checking for get_process_stats in -lseq... no checking for bcopy in -lbsd... no checking for main in -lnsl... no checking for socket in -lsocket... no checking for getpwnam in -lsun... no checking for openpty in -lbsd... no checking for login in -lutil... yes checking for vhangup... no checking for setsid... yes checking for gettimeofday... yes checking for times... yes checking for getrusage... yes checking for ftruncate... yes checking for revoke... yes checking for makeutx... no checking for strchr... yes checking for memcpy... yes checking for setlogin... yes checking for openpty... yes checking for _getpty... no checking for clock... yes checking for fchmod... yes checking for ulimit... no checking for gethostname... yes checking for getdtablesize... yes checking for umask... yes checking for innetgr... yes checking for initgroups... yes checking for setpgrp... yes checking for setpgid... yes checking for daemon... yes checking for waitpid... yes checking for ttyslot... yes checking for authenticate... no checking for strerror... yes checking for memmove... yes checking for remove... yes checking for random... yes checking for putenv... yes checking for crypt... yes checking for socketpair... yes checking whether ln -s works... yes checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ar... ar checking for ranlib... ranlib checking for makedepend... makedepend checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... (cached) yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for passwd... /usr/bin/passwd checking for xauth... /usr/X11R6/bin/xauth checking for X11 unix domain socket directory... /tmp/.X11-unix checking for perl5... /replace_it_with_PERL_path ./configure: /replace_it_with_PERL_path: not found checking for getpseudotty... no checking for pseudo ttys... bsd-style ptys checking for /etc/default/login... no checking for shadow passwords... no checking location of mail spool files... /var/mail checking location of utmp... /var/run/utmp checking location of wtmp... /var/log/wtmp checking location of lastlog... /var/log/lastlog checking whether /var/log/lastlog is a directory... no checking whether to include the IDEA encryption algorithm... yes checking whether to include the Blowfish encryption algorithm... yes checking whether to include the DES encryption algorithm... no checking whether to include the ARCFOUR encryption algorithm... no checking whether to include the none encryption algorithm... no checking whether to use login... no checking whether to use rsh... yes checking for remsh... no checking for resh... no checking for rsh... /usr/bin/rsh checking default path... use system default checking etcdir... /usr/local/etc checking whether to use nologin.allow file to override nologin... no checking whether to support SecurID... no checking whether to support TIS authentication server... no checking whether to use Kerberos... no checking whether to enable passing the Kerberos TGT... no checking whether to use libwrap... no checking whether to support SOCKS... checking whether to support SOCKS5... yes configure: error: Could not find the -lsocks5 library. You must first install socks5. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. buddha# ls -l /usr/local/lib/*sock* -r--r--r-- 1 root wheel 86246 Sep 29 11:16 /usr/local/lib/libsocket++.a lrwxr-xr-x 1 root wheel 16 Sep 29 11:16 /usr/local/lib/libsocket++.so -> libsocket++.so.1 -r--r--r-- 1 root wheel 76969 Sep 29 11:16 /usr/local/lib/libsocket++.so.1 -rwxr-xr-x 1 root wheel 109266 Feb 18 11:54 /usr/local/lib/libsocks5.a lrwxr-xr-x 1 root wheel 17 Sep 20 03:02 /usr/local/lib/libsocks5.so -> ./libsocks5_sh.so lrwxr-xr-x 1 root wheel 17 Sep 20 03:02 /usr/local/lib/libsocks5.so.1 -> ./libsocks5_sh.so -rwxr-xr-x 1 root wheel 94647 Feb 18 11:54 /usr/local/lib/libsocks5_sh.so buddha# ldconfig -elf -r | grep -i socks 82:-lsocks5.1 => /usr/local/lib/libsocks5.so.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 16: 1:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 298E31116C for ; Wed, 17 Feb 1999 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA77895; Wed, 17 Feb 1999 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190]) by hub.freebsd.org (Postfix) with ESMTP id 185CA112BB for ; Wed, 17 Feb 1999 15:56:21 -0800 (PST) (envelope-from chip@eboai.org) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id DFEDB1E6E; Wed, 17 Feb 1999 18:56:27 -0500 (EST) Message-Id: <19990217235627.DFEDB1E6E@hindenburg.eboai.org> Date: Wed, 17 Feb 1999 18:56:27 -0500 (EST) From: chip@eboai.org Reply-To: chip@eboai.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10138: port of icecast-1.0.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10138 >Category: ports >Synopsis: port of icecast-1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 16:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chip Marshall >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: John Leslie Consulting >Environment: >Description: New port of icecast-1.0.0 to FreeBSD >How-To-Repeat: make; make install; :) >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # icecast # icecast/pkg # icecast/pkg/COMMENT # icecast/pkg/DESCR # icecast/pkg/PLIST # icecast/pkg/MESSAGE # icecast/Makefile # icecast/files # icecast/files/md5 # echo c - icecast mkdir -p icecast > /dev/null 2>&1 echo c - icecast/pkg mkdir -p icecast/pkg > /dev/null 2>&1 echo x - icecast/pkg/COMMENT sed 's/^X//' >icecast/pkg/COMMENT << 'END-of-icecast/pkg/COMMENT' XA SHOUTcast-compatible streaming MP3 server END-of-icecast/pkg/COMMENT echo x - icecast/pkg/DESCR sed 's/^X//' >icecast/pkg/DESCR << 'END-of-icecast/pkg/DESCR' Xicecast X~~~~~~~ XIcecast provides nearly all the functionality of the Shoutcast Linux Xserver. It will accept encoding streams from either iceplay or WinAmp. XIt can also add itself to a directory server such as our own Xicecast.linuxpower.org or Nullsoft's yp.shoutcast.com. It does not yet Xsupport redirection of streams from other icecast servers, but soon will. XCommand-line options are as follows (these can be obtained by running X'icecast -h' as well): X Xcontacts and webpage X~~~~~~~~~~~~~~~~~~~~ XThe main webpage for icecast is http://icecast.linuxpower.org XPlease send any suggestions, bugfixes, or anything else to Xicecast@linuxpower.org X X-- XChip Marshall http://www.eboai.org/~chip/ END-of-icecast/pkg/DESCR echo x - icecast/pkg/PLIST sed 's/^X//' >icecast/pkg/PLIST << 'END-of-icecast/pkg/PLIST' Xsbin/icecast Xbin/iceplay Xbin/shout Xbin/listen Xshare/doc/icecast/AUTHORS Xshare/doc/icecast/BUGS Xshare/doc/icecast/BUGS.iceplay Xshare/doc/icecast/CHANGES Xshare/doc/icecast/COPYING Xshare/doc/icecast/FAQ Xshare/doc/icecast/README Xshare/doc/icecast/README.icedir Xshare/doc/icecast/README.iceplay Xshare/doc/icecast/README.shout Xshare/doc/icecast/TESTED Xshare/examples/icecast/playlist.example Xshare/examples/icecast/radio.tcl.example Xshare/examples/icecast/shoutrc.example Xshare/examples/icecast/icedir/addsrv Xshare/examples/icecast/icedir/example.phtml Xshare/examples/icecast/icedir/functions.phps Xshare/examples/icecast/icedir/gen-playlist Xshare/examples/icecast/icedir/icedir_cleanup.pl Xshare/examples/icecast/icedir/remsrv Xshare/examples/icecast/icedir/server_tbl.sql Xshare/examples/icecast/icedir/tchsrv X@dirrm share/doc/icecast X@dirrm share/examples/icecast/icedir X@dirrm share/examples/icecast END-of-icecast/pkg/PLIST echo x - icecast/pkg/MESSAGE sed 's/^X//' >icecast/pkg/MESSAGE << 'END-of-icecast/pkg/MESSAGE' XFYI, there a several useful programs included in the icecast distribution that Xare not installed as part of this port. These include two ways of sending Xdata to the server, a program for listening to the server, and another for Xmanaging a listing of servers. These are located in the subdirectories Xicedir and iceplay under the working directory. END-of-icecast/pkg/MESSAGE echo x - icecast/Makefile sed 's/^X//' >icecast/Makefile << 'END-of-icecast/Makefile' X# New ports collection makefile for: icecast X# Version required: 1.0.0 X# Date created: 28 Jan 1999 X# Whom: Chip Marshall X# X# $Id$ X# X XDISTNAME= icecast-1.0.0 XCATEGORIES= audio net XMASTER_SITES= http://icecast.linuxpower.org/releases/ X XMAINTAINER= chip@eboai.org X XGNU_CONFIGURE= yes X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/icecast ${PREFIX}/sbin X ${INSTALL_PROGRAM} ${WRKSRC}/iceplay/listen ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/iceplay/shout ${PREFIX}/bin X ${INSTALL_SCRIPT} ${WRKSRC}/iceplay/iceplay ${PREFIX}/bin X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/icecast X ${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/icecast X ${MKDIR} ${PREFIX}/share/examples/icecast X ${INSTALL_MAN} ${WRKSRC}/iceplay/shoutrc.example ${PREFIX}/share/examples/icecast X ${INSTALL_MAN} ${WRKSRC}/iceplay/playlist.example ${PREFIX}/share/examples/icecast X ${INSTALL_MAN} ${WRKSRC}/iceplay/radio.tcl.example ${PREFIX}/share/examples/icecast X ${MKDIR} ${PREFIX}/share/examples/icecast/icedir X ${INSTALL_MAN} ${WRKSRC}/icedir/* ${PREFIX}/share/examples/icecast/icedir X.endif X Xpost-install: X strip ${PREFIX}/sbin/icecast X strip ${PREFIX}/bin/listen X strip ${PREFIX}/bin/shout X X.include END-of-icecast/Makefile echo c - icecast/files mkdir -p icecast/files > /dev/null 2>&1 echo x - icecast/files/md5 sed 's/^X//' >icecast/files/md5 << 'END-of-icecast/files/md5' XMD5 (icecast-1.0.0.tar.gz) = 7346ee8ddbd8a2a5296d4fe5ecc6aead END-of-icecast/files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 16: 1:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5042110E9 for ; Wed, 17 Feb 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA77886; Wed, 17 Feb 1999 16:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 651D911292; Wed, 17 Feb 1999 15:52:41 -0800 (PST) Message-Id: <19990217235241.651D911292@hub.freebsd.org> Date: Wed, 17 Feb 1999 15:52:41 -0800 (PST) From: marcel@scc.nl To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10137: version update of RPM port to version 2.5.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10137 >Category: ports >Synopsis: version update of RPM port to version 2.5.5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 16:00:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Marcel Moolenaar >Release: 3.1-STABLE >Organization: SCC >Environment: FreeBSD scones.sup.scc.nl 3.1-BETA FreeBSD 3.1-BETA #23: Wed Feb 17 22:30:55 CET 1999 marcel@scones.sup.scc.nl:/usr/src/sys/compile/SCONES i386 >Description: A set of patches against the current port of RPM (version 2.5.1) to upgrade it to install version 2.5.5 of RPM. This port expects the database in /var/lib/rpm by default (as does RPM on Red Hat installations) instead of /var/local/lib/rpm. >How-To-Repeat: n/a >Fix: Files to remove: patches/patch-ae patches/patch-ag patches/patch-ah patches/patch-ai patches/patch-aj Patchset: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/rpm/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 1998/12/14 17:02:13 1.17 +++ Makefile 1999/02/11 23:07:18 @@ -1,17 +1,14 @@ # New ports collection makefile for: rpm -# Version required: 2.5.1 +# Version required: 2.5.5 # Date created: 23 January 1997 # Whom: Thomas Gellekum # # $Id: Makefile,v 1.17 1998/12/14 17:02:13 tg Exp $ # -DISTNAME= rpm-2.5.1 +DISTNAME= rpm-2.5.5 CATEGORIES= misc -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/code/rpm/ \ - ftp://ftp.uni-bayreuth.de/pub/linux/redhat/code/rpm/ \ - ftp://mirror.nucba.ac.jp/mirror/redhat/code/rpm/ \ - ftp://ftp.cdrom.com/pub/linux/redhat/code/rpm/ +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-2.5.x/ MAINTAINER= tg@FreeBSD.ORG Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/misc/rpm/files/md5,v retrieving revision 1.13 diff -u -r1.13 md5 --- md5 1998/06/02 10:52:56 1.13 +++ md5 1999/02/11 23:16:55 @@ -1 +1 @@ -MD5 (rpm-2.5.1.tar.gz) = 7ad09e9b98bc839a0646c62dd130186e +MD5 (rpm-2.5.5.tar.gz) = 25a830dc96ea9de63e9d718ba8070d11 Index: patches/patch-ac =================================================================== RCS file: /home/ncvs/ports/misc/rpm/patches/patch-ac,v retrieving revision 1.3 diff -u -r1.3 patch-ac --- patch-ac 1997/07/02 12:40:33 1.3 +++ patch-ac 1999/02/11 23:22:49 @@ -1,10 +1,11 @@ ---- misc/miscfn.h.orig Fri Jun 27 23:55:33 1997 -+++ misc/miscfn.h Wed Jul 2 14:31:14 1997 -@@ -2,6 +2,7 @@ - #define H_MISCFN - - #include "config.h" -+#include - - #if HAVE_FNMATCH_H - #include +*** build/parseScript.c.old Thu Feb 11 23:46:16 1999 +--- build/parseScript.c Thu Feb 11 23:46:50 1999 +*************** +*** 1,6 **** + #include "config.h" + +- #include + #include + + #include "intl.h" +--- 1,5 ---- Index: patches/patch-ad =================================================================== RCS file: /home/ncvs/ports/misc/rpm/patches/patch-ad,v retrieving revision 1.3 diff -u -r1.3 patch-ad --- patch-ad 1997/09/01 09:26:36 1.3 +++ patch-ad 1999/02/11 23:22:57 @@ -1,10 +1,12 @@ ---- lib/rpmrc.c.orig Fri Aug 29 17:49:53 1997 -+++ lib/rpmrc.c Mon Sep 1 11:23:10 1997 -@@ -5,6 +5,7 @@ - # include - #endif - -+#include - #include - #include - #include +*** build/spec.c.old Thu Feb 11 23:46:23 1999 +--- build/spec.c Thu Feb 11 23:46:58 1999 +*************** +*** 1,7 **** + #include "config.h" + + #include +- #include + #include + + #include "files.h" +--- 1,6 ---- Index: patches/patch-af =================================================================== RCS file: /home/ncvs/ports/misc/rpm/patches/patch-af,v retrieving revision 1.7 diff -u -r1.7 patch-af --- patch-af 1998/06/08 07:49:00 1.7 +++ patch-af 1999/02/17 23:20:18 @@ -1,30 +1,19 @@ ---- Makefile.in.orig Wed May 27 16:49:34 1998 -+++ Makefile.in Tue Jun 2 11:52:36 1998 -@@ -24,6 +24,7 @@ - RPMBINDIR=$(subst usr/bin,bin,$(BINDIR)) - MANDIR=$(prefix)/man/man8 - LIBDIR=$(libdir) -+DATADIR=$(datadir) - INCDIR=$(prefix)/include/rpm - ETCDIR=$(ROOT)/etc - -@@ -51,7 +52,7 @@ - all: $(TARGET) - - rpm: lib/librpm.a build/librpmbuild.a @MISCPATH@ $(OBJS) -- $(CC) -o rpm $(LDFLAGS_STATIC) $(OBJS) $(LDFLAGS) $(LOADLIBES) $(LIBS) \ -+ $(CC) -o rpm $(OBJS) $(LDFLAGS) $(LOADLIBES) $(LIBS) \ - $(LIBEFENCE) - - rpm.shared: lib/librpm.a build/librpmbuild.a $(OBJS) -@@ -127,8 +128,8 @@ - $(INSTALL_PROGRAM) -s -m 755 rpm2cpio $(installprefix)/$(BINDIR) - $(INSTALL_DATA) -m 644 $(srcdir)/rpm.8 $(installprefix)/$(MANDIR) - $(INSTALL_DATA) -m 644 $(srcdir)/rpm2cpio.8 $(installprefix)/$(MANDIR) -- $(INSTALL_DATA) -m 644 $(topdir)/lib-rpmrc $(installprefix)/$(LIBDIR)/rp mrc -- $(INSTALL_DATA) -m 644 $(srcdir)/rpmpopt $(installprefix)/$(LIBDIR)/rpmp opt -+ $(INSTALL_DATA) -m 644 $(topdir)/lib-rpmrc $(installprefix)/$(DATADIR)/m isc/rpmrc -+ $(INSTALL_DATA) -m 644 $(srcdir)/rpmpopt $(installprefix)/$(DATADIR)/mis c/rpmpopt - (cd lib; $(MAKE) LIBDIR=$(installprefix)/$(LIBDIR) INCDIR=$(installprefi x)/$(INCDIR) install) - for d in $(INSTSUBDIRS); do \ - (cd $$d; $(MAKE) installprefix=$(installprefix) LIBDIR=$(install prefix)/$(LIBDIR) INCDIR=$(installprefix)/$(INCDIR) install) ;\ +*** lib-rpmrc.in.old Tue Oct 6 20:57:15 1998 +--- lib-rpmrc.in Thu Feb 18 00:18:11 1999 +*************** +*** 5,11 **** + # belong in /etc/rpmrc, not here. This file will be replaced + # whenever a new version of RPM is installed. + +! dbpath: @varprefix@/lib/rpm + topdir: @prefix@/src/redhat + tmppath: @tmpdir@ + gzipbin: @GZIPBIN@ +--- 5,11 ---- + # belong in /etc/rpmrc, not here. This file will be replaced + # whenever a new version of RPM is installed. + +! dbpath: /var/lib/rpm + topdir: @prefix@/src/redhat + tmppath: @tmpdir@ + gzipbin: @GZIPBIN@ Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/misc/rpm/pkg/PLIST,v retrieving revision 1.7 diff -u -r1.7 PLIST --- PLIST 1998/08/18 19:04:13 1.7 +++ PLIST 1999/02/17 22:46:37 @@ -1,12 +1,18 @@ bin/gendiff bin/rpm -bin/find-requires -bin/find-provides bin/rpm2cpio include/rpm/rpmlib.h include/rpm/dbindex.h include/rpm/header.h lib/librpm.a -share/misc/rpmrc -share/misc/rpmpopt +@unexec rm %D/lib/rpmrc +@unexec rm %D/lib/rpmpopt +lib/rpm/mkinstalldirs +lib/rpm/find-provides +lib/rpm/find-requires +lib/rpm/rpmrc +lib/rpm/rpmpopt +lib/rpm/freshen.sh +lib/rpm/find-lang.sh @dirrm include/rpm +@dirrm lib/rpm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 16:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 504FD112C0 for ; Wed, 17 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id QAA78234; Wed, 17 Feb 1999 16:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 36B1B1101A for ; Wed, 17 Feb 1999 16:09:34 -0800 (PST) (envelope-from mi@misha.cisco.com) Received: (from root@localhost) by misha.cisco.com (8.9.1/8.9.1) id TAA02225; Wed, 17 Feb 1999 19:09:30 -0500 (EST) (envelope-from mi) Message-Id: <199902180009.TAA02225@misha.cisco.com> Date: Wed, 17 Feb 1999 19:09:30 -0500 (EST) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10139: zephyr port problems Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10139 >Category: ports >Synopsis: zephyr port problems >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 16:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.0-RELEASE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: Besides minor problem of ignroing the local setting of CFLAGS, there is another one. When starting xzwrite: Warning: Cannot convert string "${prefix}/share/xzwrite.bitmap" to type Pixmap Warning: Cannot convert string "on" to type ResizeMode In addition, the DATADIR should, probably, be /usr/local/share/zephyr, rather then just plain /usr/local/share >How-To-Repeat: Build and install the port as is. Try to bring up xzwrite. >Fix: Somewhere, the ${prefix} is not expanded at compile/configure time, because the /usr/local/share/xzwrite.bitmap is in place... >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 16:51:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pau-amma.whistle.com (s205m64.whistle.com [207.76.205.64]) by hub.freebsd.org (Postfix) with ESMTP id E65FB11129 for ; Wed, 17 Feb 1999 16:51:15 -0800 (PST) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.9.1/8.9.1) id QAA12093 for freebsd-ports@freebsd.org; Wed, 17 Feb 1999 16:49:02 -0800 (PST) (envelope-from dhw) Date: Wed, 17 Feb 1999 16:49:02 -0800 (PST) From: David Wolfskill Message-Id: <199902180049.QAA12093@pau-amma.whistle.com> To: freebsd-ports@freebsd.org Subject: KDE status w/ 3.1-R? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My apologies if I managed to mis-direct this query; redirection accepted. We had a pressing need to migrate a bunch of desktops to 3.0 before 3.1-R was available. Thus, we managed to start wit the 3.0-SNAP of 19990201, and tweak it a little so that the result seemed to work OK for us. Accordingly, I switched nearly all the desktops from 2.2.6-R to that 3.0- SNAP over the last 10 days or so. Most of the folks are reasonably content with this; at least no one's been chasing me with torches & pitchforks (so far).... :-} One particular colleague, though, had managed to become accustomed to using the KDE stuff. And when I tried to build the kde port, make figured out dependencies, and worked on various pieces, but when it got to Mesa3, the following whimper ensued (after a significant amount of building & churning): ... ../mklib.freebsd libMesaGLU.a 14 0 glu.o mipmap.o nurbs.o nurbscrv.o nurbssrf.o nurbsutl.o project.o quadric.o tess.o tesselat.o polytest.o mv libMesaGLU.a* ../lib if [ -d src-glut ] ; then cd src-glut ; make freebsd-elf ; fi make targets "GL_LIB = libMesaGL.a" "GLU_LIB = libMesaGLU.a" "GLUT_LIB = libglut.a" "CC = gcc" "CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100" "MAKELIB = ../mklib.freebsd" "XLIBS = -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 glut_8x13.c gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 glut_9x15.c ... gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 glut_winmisc.c gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 layerutil.c ../mklib.freebsd libglut.a 3 7 glut_8x13.o glut_9x15.o glut_bitmap.o glut_bwidth.o glut_cindex.o glut_cmap.o glut_cursor.o glut_dials.o glut_dstr.o glut_event.o glut_ext.o glut_fullscrn.o glut_gamemode.o glut_get.o glut_glxext.o glut_hel10.o glut_hel12.o glut_hel18.o glut_init.o glut_input.o glut_joy.o glut_key.o glut_keyctrl.o glut_keyup.o glut_menu.o glut_menu2.o glut_mesa.o glut_modifier.o glut_mroman.o glut_overlay.o glut_roman.o glut_shapes.o glut_space.o glut_stroke.o glut_swap.o glut_swidth.o glut_tablet.o glut_teapot.o glut_tr10.o glut_tr24.o glut_util.o glut_vidresize.o glut_warp.o glut_win.o glut_winmisc.o layerutil.o mv libglut.a* ../lib if [ -d demos ] ; then cd demos ; make freebsd-elf ; fi make targets "GL_LIB = libMesaGL.a" "GLU_LIB = libMesaGLU.a" "GLUT_LIB = libglut.a" "CC = gcc" "CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100" "MAKELIB = ../mklib.freebsd" "XLIBS = -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" gcc -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 bounce.c -L../lib -lglut -lMesaGLU -lMesaGL -lm -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -o bounce collect2: ld returned 1 exit status /usr/libexec/elf/ld: cannot open crt0.o: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ... (There were a *lot* of these "*** Error code 1\n\nStop" line pairs -- about 30 of them.) So, I recently was able to install 3.1-RELEASE on a box to try it out. After doing the initial set-up, the only "bizarreness" I noticed was a need to make a symlink in /usr/lib/compat/aout called "libc.s0.2.2", pointing to ../libc.so.2.2 (which is where that a.out compatability library got put; I had selected "All" when it came time to select distributions for this test). And I then tried building KDE on the test box... with the same result. Now, I dimly recall from some years ago (when I used to help support gcc & friends) that crt0.o was code that got control before the main() of the loaded program did, in order to set up the environment to be what a C program might reasonably expect from a hosted system. It seems curious that such a thing, if needed, would have trouble being found -- or (conversely) that it would be looked for if it weren't needed. I would appreciate suggestions for attacking this; my colleague has (so far) withstood his lack of access to KDE with good grace, but I'd rather not push it. :-} I'm not too sure what sort of information is likely to be of use; this was a clean install (not an upgrade from a.out). Although there are a.out programs (and libraries) available via NFS, I set PREFIX to /tmp/local for my experiment, in an effort to localize any damage that might be done. And a "find" for crt0.o turns up empty: dhw-test1[12]% find /usr -name crt0.o\* -ls find: /usr/games/hide: Permission denied dhw-test1[13]% One thing that I note that may be (vaguely?) related is that if I attempt a "make clean" after this happens, make seems to re-visit directories that have already been cleaned... with no apparent intent to terminate the process: dhw-test1[8]% sudo make clean Password: ===> Cleaning for kdemultimedia-1.0 ===> Cleaning for giflib-3.0 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for jpeg-6b ===> Cleaning for qt-1.42 ===> Cleaning for gmake-3.77 ===> Cleaning for Mesa-3.0 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for kdelibs-1.0 ===> Cleaning for giflib-3.0 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for jpeg-6b ===> Cleaning for qt-1.42 ===> Cleaning for gmake-3.77 ===> Cleaning for Mesa-3.0 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for kdegames-1.0 ===> Cleaning for kdesupport-1.0 ===> Cleaning for qt-1.42 ===> Cleaning for gmake-3.77 ===> Cleaning for Mesa-3.0 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for XFree86-3.3.3.1 ===> Cleaning for giflib-3.0 .... Lastly, I am not on the -ports list, so I'd appreciate direct responses. I'm certainly willing to summarize, should that prove desirable. Thanks, david -- David Wolfskill UNIX System Administrator dhw@whistle.com voice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 17:23: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with SMTP id 4031E11639; Wed, 17 Feb 1999 17:22:50 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 10DIAx-0007OD-00; Wed, 17 Feb 1999 18:22:47 -0700 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.2/8.8.3) with ESMTP id SAA63724; Wed, 17 Feb 1999 18:25:36 -0700 (MST) Message-Id: <199902180125.SAA63724@harmony.village.org> To: Joe Abley Subject: Re: ssh (with USE_SOCKS) and socks5 Cc: freebsd-ports@freebsd.org, torstenb@freebsd.org In-reply-to: Your message of "Thu, 18 Feb 1999 12:46:16 +1300." <19990218124616.A71933@clear.co.nz> References: <19990218124616.A71933@clear.co.nz> Date: Wed, 17 Feb 1999 18:25:36 -0700 From: Warner Losh Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19990218124616.A71933@clear.co.nz> Joe Abley writes: : checking whether to support SOCKS... checking whether to support SOCKS5... yes : configure: error: Could not find the -lsocks5 library. You must first install socks5. You might want to try this patch to the ssh makefile: Index: Makefile =================================================================== RCS file: /home/imp/FreeBSD/CVS/ports/security/ssh/Makefile,v retrieving revision 1.72 diff -u -r1.72 Makefile --- Makefile 1999/01/02 00:12:20 1.72 +++ Makefile 1999/02/18 01:21:25 @@ -149,7 +149,7 @@ # Include SOCKS firewall support .if defined(USE_SOCKS) && ${USE_SOCKS} == YES -CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5 +CONFIGURE_ARGS+= --with-socks --with-socks5="${PREFIX}" .endif .include Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 17:41:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (Postfix) with SMTP id C1E11112C0; Wed, 17 Feb 1999 17:41:23 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <61841(1)>; Wed, 17 Feb 1999 17:41:14 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id RAA23825; Wed, 17 Feb 1999 17:41:12 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199902180141.RAA23825@mango.parc.xerox.com> To: Joe Abley Cc: freebsd-ports@freebsd.org, torstenb@freebsd.org, imp@freebsd.org Subject: Re: ssh (with USE_SOCKS) and socks5 In-reply-to: Your message of "Wed, 17 Feb 1999 15:46:16 PST." <19990218124616.A71933@clear.co.nz> Date: Wed, 17 Feb 1999 17:41:12 PST From: Bill Fenner Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org config.log might have something helpful (like a log of how it checked or compiled a test program or error message or...) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 17:41:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 6FA44112C0 for ; Wed, 17 Feb 1999 17:41:51 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id TAA05089; Wed, 17 Feb 1999 19:41:42 -0600 (CST) Date: Wed, 17 Feb 1999 19:41:42 -0600 (CST) From: Steve Price To: Sheldon Hearn Cc: ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? In-Reply-To: <47205.919295164@axl.noc.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-2005183563-919302102=:28017" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-2005183563-919302102=:28017 Content-Type: TEXT/PLAIN; charset=US-ASCII You'll need the attached patch if you are running 4.0-CURRENT. On Thu, 18 Feb 1999, Sheldon Hearn wrote: # # Hi folks, # # I've noticed that, since the recent upgrade of the lesstif port, it's # not installing libXm.so.1 anymore. # # When prompted "This port will overwrite your Motif installation. Is this # ok? (y/n)?" I press ``y'' and Enter as I always have before, but after # make install has completed there's no libXm.so* in /usr/X11R6/lib . # # Anyone getting the port to install this library properly since Tuesday's # upgrade? # # Ciao, # Sheldon. # # # To Unsubscribe: send mail to majordomo@FreeBSD.org # with "unsubscribe freebsd-ports" in the body of the message # --0-2005183563-919302102=:28017 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=patch-ap Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: patch-ap Content-Disposition: attachment; filename=patch-ap LS0tIGx0Y29uZmlnLm9yaWcJU2F0IEZlYiAxMyAxNzoxNDowMyAxOTk5DQor KysgbHRjb25maWcJU2F0IEZlYiAxMyAxNzoxNToxMyAxOTk5DQpAQCAtNzgy LDcgKzc4Miw3IEBADQogICAgIDs7DQogDQogICAjIEZyZWVCU0QgMywgYXQg bGFzdCwgdXNlcyBnY2MgLXNoYXJlZCB0byBkbyBzaGFyZWQgbGlicmFyaWVz Lg0KLSAgZnJlZWJzZDMqKQ0KKyAgZnJlZWJzZCopDQogICAgIGFyY2hpdmVf Y21kcz0nJENDIC1zaGFyZWQgLW8gJGxpYiRsaWJvYmpzJw0KICAgICBoYXJk Y29kZV9saWJkaXJfZmxhZ19zcGVjPSctUiRsaWJkaXInDQogICAgIGhhcmRj b2RlX2RpcmVjdD15ZXMNCkBAIC0xMTQzLDcgKzExNDMsNyBAQA0KICAgc2hs aWJwYXRoX3Zhcj1MRF9MSUJSQVJZX1BBVEgNCiAgIDs7DQogDQotZnJlZWJz ZDMqKQ0KK2ZyZWVic2QqKQ0KICAgdmVyc2lvbl90eXBlPWZyZWVic2QNCiAg IGxpYnJhcnlfbmFtZXNfc3BlYz0nJHtsaWJuYW1lfSR7cmVsZWFzZX0uc28u JHZlcnN1ZmZpeCAkbGlibmFtZS5zbycNCiAgIGlmIFsgJFBPUlRPQkpGT1JN QVQgPSBlbGYgXTsgdGhlbg0K --0-2005183563-919302102=:28017-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 18:22:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 43251111E4 for ; Wed, 17 Feb 1999 18:22:33 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o29.telia.com (root@d1o29.telia.com [194.236.214.241]) by mailc.telia.com (8.8.8/8.8.8) with ESMTP id DAA05790; Thu, 18 Feb 1999 03:22:30 +0100 (CET) Received: from stordatan.telia.com (t4o29p101.telia.com [194.236.215.221]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id DAA18499; Thu, 18 Feb 1999 03:22:28 +0100 (MET) Received: from partitur.se (localhost [127.0.0.1]) by stordatan.telia.com (8.9.2/8.9.1) with ESMTP id DAA36498; Thu, 18 Feb 1999 03:21:45 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <36CB7939.7A7A1B63@partitur.se> Date: Thu, 18 Feb 1999 03:21:45 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-STABLE i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: David Wolfskill Cc: freebsd-ports@freebsd.org Subject: Re: KDE status w/ 3.1-R? References: <199902180049.QAA12093@pau-amma.whistle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi David! I have seen this error, but unfortunatley I cannot remember what the problem is... However, I have a working set of kde & 3.1 here, and here's what I did: Do not use -O2 with the FreeBSD gcc (not sure this applies here...). I use egcs-1.1.1 (from ports/lang/egcs) to compile most ports, and it works great. You must compile kde and qt with the same compiler, though... use kde11 instead of kde. It is newer, and works better. It is stable and released now, not beta. here's an excerpt from my make.conf: CFLAGS= -O -pipe CC= /usr/local/bin/gcc CXX= /usr/local/bin/g++ While this does not answer your questions, I hope it might help anyway. Oh, by the way, the clean up process is just fine, it the way it works. It goes through all dependencies and clean them up recursively. Since many x11 ports depends on XFree86, it gets cleaned a lot... Regards, Palle David Wolfskill wrote: > > My apologies if I managed to mis-direct this query; redirection accepted. > > We had a pressing need to migrate a bunch of desktops to 3.0 before 3.1-R > was available. Thus, we managed to start wit the 3.0-SNAP of 19990201, > and tweak it a little so that the result seemed to work OK for us. > > Accordingly, I switched nearly all the desktops from 2.2.6-R to that 3.0- > SNAP over the last 10 days or so. > > Most of the folks are reasonably content with this; at least no one's > been chasing me with torches & pitchforks (so far).... :-} > > One particular colleague, though, had managed to become accustomed to > using the KDE stuff. > > And when I tried to build the kde port, make figured out dependencies, > and worked on various pieces, but when it got to Mesa3, the following > whimper ensued (after a significant amount of building & churning): > > ... > ../mklib.freebsd libMesaGLU.a 14 0 glu.o mipmap.o nurbs.o nurbscrv.o nurbssrf.o nurbsutl.o project.o quadric.o tess.o tesselat.o polytest.o > mv libMesaGLU.a* ../lib > if [ -d src-glut ] ; then cd src-glut ; make freebsd-elf ; fi > make targets "GL_LIB = libMesaGL.a" "GLU_LIB = libMesaGLU.a" "GLUT_LIB = libglut.a" "CC = gcc" "CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100" "MAKELIB = ../mklib.freebsd" "XLIBS = -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" > gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 glut_8x13.c > gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 glut_9x15.c > ... > gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 glut_winmisc.c > gcc -c -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 layerutil.c > ../mklib.freebsd libglut.a 3 7 glut_8x13.o glut_9x15.o glut_bitmap.o glut_bwidth.o glut_cindex.o glut_cmap.o glut_cursor.o glut_dials.o glut_dstr.o glut_event.o glut_ext.o glut_fullscrn.o glut_gamemode.o glut_get.o glut_glxext.o glut_hel10.o glut_hel12.o glut_hel18.o glut_init.o glut_input.o glut_joy.o glut_key.o glut_keyctrl.o glut_keyup.o glut_menu.o glut_menu2.o glut_mesa.o glut_modifier.o glut_mroman.o glut_overlay.o glut_roman.o glut_shapes.o glut_space.o glut_stroke.o glut_swap.o glut_swidth.o glut_tablet.o glut_teapot.o glut_tr10.o glut_tr24.o glut_util.o glut_vidresize.o glut_warp.o glut_win.o glut_winmisc.o layerutil.o > mv libglut.a* ../lib > if [ -d demos ] ; then cd demos ; make freebsd-elf ; fi > make targets "GL_LIB = libMesaGL.a" "GLU_LIB = libMesaGLU.a" "GLUT_LIB = libglut.a" "CC = gcc" "CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100" "MAKELIB = ../mklib.freebsd" "XLIBS = -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" > gcc -I../include -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 bounce.c -L../lib -lglut -lMesaGLU -lMesaGL -lm -Wl,-rpath,/usr/X11R6/lib -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -o bounce > collect2: ld returned 1 exit status > /usr/libexec/elf/ld: cannot open crt0.o: No such file or directory > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > ... > > (There were a *lot* of these "*** Error code 1\n\nStop" line pairs -- about > 30 of them.) > > So, I recently was able to install 3.1-RELEASE on a box to try it out. > After doing the initial set-up, the only "bizarreness" I noticed was a > need to make a symlink in /usr/lib/compat/aout called "libc.s0.2.2", > pointing to ../libc.so.2.2 (which is where that a.out compatability > library got put; I had selected "All" when it came time to select > distributions for this test). > > And I then tried building KDE on the test box... with the same result. > > Now, I dimly recall from some years ago (when I used to help support gcc > & friends) that crt0.o was code that got control before the main() of > the loaded program did, in order to set up the environment to be what a > C program might reasonably expect from a hosted system. It seems > curious that such a thing, if needed, would have trouble being found -- > or (conversely) that it would be looked for if it weren't needed. > > I would appreciate suggestions for attacking this; my colleague has (so > far) withstood his lack of access to KDE with good grace, but I'd rather > not push it. :-} > > I'm not too sure what sort of information is likely to be of use; this > was a clean install (not an upgrade from a.out). Although there are > a.out programs (and libraries) available via NFS, I set PREFIX to > /tmp/local for my experiment, in an effort to localize any damage that > might be done. > > And a "find" for crt0.o turns up empty: > > dhw-test1[12]% find /usr -name crt0.o\* -ls > find: /usr/games/hide: Permission denied > dhw-test1[13]% > > One thing that I note that may be (vaguely?) related is that if I attempt > a "make clean" after this happens, make seems to re-visit directories that > have already been cleaned... with no apparent intent to terminate the > process: > > dhw-test1[8]% sudo make clean > Password: > ===> Cleaning for kdemultimedia-1.0 > ===> Cleaning for giflib-3.0 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for jpeg-6b > ===> Cleaning for qt-1.42 > ===> Cleaning for gmake-3.77 > ===> Cleaning for Mesa-3.0 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for kdelibs-1.0 > ===> Cleaning for giflib-3.0 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for jpeg-6b > ===> Cleaning for qt-1.42 > ===> Cleaning for gmake-3.77 > ===> Cleaning for Mesa-3.0 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for kdegames-1.0 > ===> Cleaning for kdesupport-1.0 > ===> Cleaning for qt-1.42 > ===> Cleaning for gmake-3.77 > ===> Cleaning for Mesa-3.0 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for XFree86-3.3.3.1 > ===> Cleaning for giflib-3.0 > .... > > Lastly, I am not on the -ports list, so I'd appreciate direct responses. > I'm certainly willing to summarize, should that prove desirable. > > Thanks, > david > -- > David Wolfskill UNIX System Administrator > dhw@whistle.com voice: (650) 577-7158 pager: (650) 371-4621 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Feb 17 18:40: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC3BA10E3B for ; Wed, 17 Feb 1999 18:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA86971; Wed, 17 Feb 1999 18:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from maila.telia.com (maila.telia.com [194.236.189.4]) by hub.freebsd.org (Postfix) with ESMTP id C1EBB10F8D for ; Wed, 17 Feb 1999 18:34:24 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o29.telia.com (root@d1o29.telia.com [194.236.214.241]) by maila.telia.com (8.8.8/8.8.8) with ESMTP id DAA07391 for ; Thu, 18 Feb 1999 03:34:23 +0100 (CET) Received: from stordatan.telia.com (t1o29p1.telia.com [194.236.214.1]) by d1o29.telia.com (8.8.8/8.8.5) with ESMTP id DAA21046 for ; Thu, 18 Feb 1999 03:34:22 +0100 (MET) Received: (from girgen@localhost) by stordatan.telia.com (8.9.2/8.9.1) id DAA36633; Thu, 18 Feb 1999 03:33:49 +0100 (CET) (envelope-from girgen@partitur.se) Message-Id: <199902180233.DAA36633@stordatan.telia.com> Date: Thu, 18 Feb 1999 03:33:49 +0100 (CET) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10141: Update korganizer to 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10141 >Category: ports >Synopsis: korganizer update to 1.1 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 17 18:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.1-STABLE i386 >Organization: Partitur >Environment: >Description: korganizer has been released and is distributed with kde-1.1. It is not a beta anymore. :) >How-To-Repeat: >Fix: Apply this patch diff -urN korganizer/Makefile korganizer.new/Makefile --- korganizer/Makefile Fri Oct 2 20:21:25 1998 +++ korganizer.new/Makefile Thu Feb 18 03:27:30 1999 @@ -6,18 +6,19 @@ # $Id: Makefile,v 1.11 1998/10/02 18:21:25 brian Exp $ # -DISTNAME= korganizer-0.9.13 +DISTNAME= korganizer-1.1 CATEGORIES= deskutils kde MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= unstable/apps/office +MASTER_SITE_SUBDIR=stable/1.1/distribution/tar/generic/source/bz2 MAINTAINER= hanspb@persbraten.vgs.no LIB_DEPENDS= gif.3:${PORTSDIR}/graphics/giflib \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - kdecore.1:${PORTSDIR}/x11/kdelibs \ - kdeui.1:${PORTSDIR}/x11/kdelibs + kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 +USE_BZIP2= yes USE_QT= yes HAS_CONFIGURE= yes USE_GMAKE= yes diff -urN korganizer/files/md5 korganizer.new/files/md5 --- korganizer/files/md5 Fri Oct 2 20:21:25 1998 +++ korganizer.new/files/md5 Thu Feb 18 01:45:52 1999 @@ -1 +1 @@ -MD5 (korganizer-0.9.13.tar.gz) = f7fbd58f82ddffae9a205d4a6fcb40d8 +MD5 (korganizer-1.1.tar.bz2) = a307856da456b47c411c9214a2976ec9 diff -urN korganizer/patches/patch-aa korganizer.new/patches/patch-aa --- korganizer/patches/patch-aa Fri Oct 2 20:21:25 1998 +++ korganizer.new/patches/patch-aa Thu Jan 1 01:00:00 1970 @@ -1,36 +0,0 @@ ---- src/calobject.cpp.orig Fri Oct 2 13:47:51 1998 -+++ src/calobject.cpp Fri Oct 2 13:49:31 1998 -@@ -79,13 +79,17 @@ - tmpStr = config->readEntry("Time Zone"); - int dstSetting = config->readNumEntry("Daylight Savings", 0); - extern long int timezone; -+#if 0 - extern int daylight; -+#endif - time_t curtime; - curtime = time(0); - localtime(&curtime); - int hourOff = - ((timezone / 60) / 60); -+#if 0 - if (daylight) - hourOff += 1; -+#endif - QString tzStr; - tzStr.sprintf("%.2d%.2d", - hourOff, -@@ -96,6 +100,7 @@ - config->writeEntry("Time Zone", tzStr.data()); - } - -+#if 0 - // if daylight savings has changed since last load time, we need - // to rewrite these settings to the config file. - if ((daylight && !dstSetting) || -@@ -103,6 +108,7 @@ - config->writeEntry("Time Zone", tzStr.data()); - config->writeEntry("Daylight Savings", daylight); - } -+#endif - - setTimeZone(tzStr.data()); - diff -urN korganizer/pkg/PLIST korganizer.new/pkg/PLIST --- korganizer/pkg/PLIST Fri Oct 2 20:21:26 1998 +++ korganizer.new/pkg/PLIST Thu Feb 18 02:59:08 1999 @@ -7,6 +7,13 @@ share/doc/HTML/en/korganizer/korganizer-4.html share/doc/HTML/en/korganizer/korganizer-5.html share/doc/HTML/en/korganizer/korganizer-6.html +share/doc/HTML/en/korganizer/korganizer-7.html +share/doc/HTML/en/korganizer/korganizer-8.html +share/doc/HTML/en/korganizer/korganizer-9.html +share/doc/HTML/en/korganizer/korganizer-10.html +share/doc/HTML/en/korganizer/alarmd-panel.gif +share/doc/HTML/en/korganizer/kagenda-appointment.gif +share/doc/HTML/en/korganizer/datenavigator.gif share/doc/HTML/en/korganizer/logotp3.gif share/doc/HTML/en/korganizer/index.html share/apps/korganizer/pics/smallcal.xpm @@ -29,6 +36,13 @@ share/apps/korganizer/pics/emptybox.xpm share/apps/korganizer/pics/bell.xpm share/apps/korganizer/pics/recur.xpm +share/apps/korganizer/pics/runprog.xpm +share/apps/korganizer/pics/playsound.xpm +share/apps/korganizer/pics/knlogo1.gif +share/apps/korganizer/pics/smallclock.xpm +share/apps/korganizer/pics/mailappt.xpm +share/apps/korganizer/pics/nomailappt.xpm +share/apps/korganizer/pics/readonlyevent.xpm share/apps/korganizer/toolbar/listicon.xpm share/apps/korganizer/toolbar/5dayicon.xpm share/apps/korganizer/toolbar/dayicon.xpm @@ -42,14 +56,47 @@ share/apps/korganizer/toolbar/search.xpm share/apps/korganizer/toolbar/checkedclipboard.xpm share/apps/korganizer/toolbar/send.xpm +share/apps/korganizer/toolbar/findf.xpm +share/apps/korganizer/ical2vcal +share/apps/korganizer/holiday_dutch +share/apps/korganizer/holiday_japan +share/apps/korganizer/holiday_finnish +share/apps/korganizer/holiday_norway +share/apps/korganizer/holiday_australia +share/apps/korganizer/holiday_french +share/apps/korganizer/holiday_quebec +share/apps/korganizer/holiday_austria +share/apps/korganizer/holiday_frswiss +share/apps/korganizer/holiday_spain +share/apps/korganizer/holiday_bavarian +share/apps/korganizer/holiday_german +share/apps/korganizer/holiday_swedish +share/apps/korganizer/holiday_belgium +share/apps/korganizer/holiday_uk +share/apps/korganizer/holiday_canada +share/apps/korganizer/holiday_hungary +share/apps/korganizer/holiday_us +share/apps/korganizer/holiday_denmark +share/apps/korganizer/holiday_italy +share/apps/korganizer/holiday_portugal +share/apps/korganizer/holiday_thailand +share/apps/korganizer/holiday_czechia +share/apps/korganizer/holiday_iceland share/locale/de/LC_MESSAGES/korganizer.mo +share/locale/fr/LC_MESSAGES/korganizer.mo +share/locale/cs/LC_MESSAGES/korganizer.mo +share/locale/es/LC_MESSAGES/korganizer.mo +share/locale/da/LC_MESSAGES/korganizer.mo share/locale/no/LC_MESSAGES/korganizer.mo +share/locale/pl/LC_MESSAGES/korganizer.mo share/locale/fi/LC_MESSAGES/korganizer.mo +share/locale/is/LC_MESSAGES/korganizer.mo share/icons/mini/korganizer.xpm share/icons/korganizer.xpm share/mimelnk/text/x-vcalendar.kdelnk share/applnk/Applications/korganizer.kdelnk @dirrm share/apps/korganizer/pics +@dirrm share/apps/korganizer/sounds @dirrm share/apps/korganizer/toolbar @dirrm share/doc/HTML/en/korganizer @dirrm share/apps/korganizer >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 0:32: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 0B780111AF for ; Thu, 18 Feb 1999 00:31:54 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10DOs3-000Lqv-00; Thu, 18 Feb 1999 10:31:43 +0200 From: Sheldon Hearn To: Steve Price Cc: ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? In-reply-to: Your message of "Wed, 17 Feb 1999 19:41:42 CST." Date: Thu, 18 Feb 1999 10:31:43 +0200 Message-ID: <84004.919326703@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 17 Feb 1999 19:41:42 CST, Steve Price wrote: > You'll need the attached patch if you are running 4.0-CURRENT. 2 out of 2 hunks fail. I'll take a closer look and post a fix if I come up with anything. Thanks for the quick response. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 1:23:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id D1481113AD for ; Thu, 18 Feb 1999 01:22:58 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10DPfR-0003XG-00; Thu, 18 Feb 1999 11:22:45 +0200 From: Sheldon Hearn To: Steve Price Cc: ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? In-reply-to: Your message of "Wed, 17 Feb 1999 19:41:42 CST." MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <13589.919329763.0@axl.noc.iafrica.com> Date: Thu, 18 Feb 1999 11:22:45 +0200 Message-ID: <13593.919329765@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13589.919329763.1@axl.noc.iafrica.com> On Wed, 17 Feb 1999 19:41:42 CST, Steve Price wrote: > You'll need the attached patch if you are running 4.0-CURRENT. On closer inspection, your patch appeared to be infected with the trailing ^M virus. :) I've attached a clean version that applies cleanly and fixes the problem I originally complained about. The library's minor version number should probably be dropped from the PLIST as well. Thanks a stack, Sheldon. ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13589.919329763.2@axl.noc.iafrica.com> Content-Description: patch-ap --- ltconfig.orig Sat Feb 13 17:14:03 1999 +++ ltconfig Sat Feb 13 17:15:13 1999 @@ -782,7 +782,7 @@ ;; # FreeBSD 3, at last, uses gcc -shared to do shared libraries. - freebsd3*) + freebsd*) archive_cmds='$CC -shared -o $lib$libobjs' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -1143,7 +1143,7 @@ shlibpath_var=LD_LIBRARY_PATH ;; -freebsd3*) +freebsd*) version_type=freebsd library_names_spec='${libname}${release}.so.$versuffix $libname.so' if [ $PORTOBJFORMAT = elf ]; then ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 3:10:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 013F11140C for ; Thu, 18 Feb 1999 03:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA14034; Thu, 18 Feb 1999 03:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 81E42112CA for ; Thu, 18 Feb 1999 03:04:54 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.1/8.9.1) id OAA00519; Thu, 18 Feb 1999 14:04:41 +0300 (MSK) Message-Id: <199902181104.OAA00519@netserv1.chg.ru> Date: Thu, 18 Feb 1999 14:04:41 +0300 (MSK) From: Dima Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10144: New port - ascpu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10144 >Category: ports >Synopsis: New port - ascpu >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 18 03:10:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dima Sivachenko >Release: FreeBSD 3.0-980520-SNAP i386 >Organization: >Environment: >Description: New port of ascpu program - monitor CPU usage >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./files # ./files/md5 # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: ascpu X# Version required: 1.3 X# Date created: 18 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= ascpu-1.3 XCATEGORIES= afterstep sysutils XMASTER_SITES= http://bewoner.dma.be/Albert/software/ \ X http://www.tigr.net/afterstep/as-apps/download/ascpu/ \ X ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ X XMAINTAINER= dima@Chg.RU X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --with-xpm X XMAN1= ascpu.1 X Xdo-install: X X @ ${INSTALL_MAN} ${WRKSRC}/ascpu.man ${PREFIX}/man/man1/ascpu.1 X @ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/ascpu ${PREFIX}/bin X X.include END-of-./Makefile echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/ascpu END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XCPU statistics monitor utility for X Window END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is an Afterstep look & feel CPU statistics monitor tool. X Xhttp://bewoner.dma.be/Albert/afterstep/ X X--Dima Xdima@chg.ru END-of-./pkg/DESCR echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (ascpu-1.3.tar.gz) = bf133ac05ebba5a2e2dd261dc1f1a321 END-of-./files/md5 exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 3:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D9781140E for ; Thu, 18 Feb 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA18283; Thu, 18 Feb 1999 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mta2.iol.it (mta.iol.it [195.210.91.150]) by hub.freebsd.org (Postfix) with ESMTP id 597B011415 for ; Thu, 18 Feb 1999 03:31:22 -0800 (PST) (envelope-from ugo@dsi.unifi.it) Received: from dsi.unifi.it ([212.52.71.146]) by mta2.iol.it (Netscape Messaging Server 3.6) with ESMTP id AAAC82 for ; Thu, 18 Feb 1999 12:31:19 +0100 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.9.3/8.9.3) with ESMTP id MAA00352 for ; Thu, 18 Feb 1999 12:26:58 +0100 (CET) (envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.9.3/8.9.3) id MAA22695; Thu, 18 Feb 1999 12:26:54 +0100 (CET) (envelope-from ugo) Message-Id: <199902181126.MAA22695@pegasus.home.net> Date: Thu, 18 Feb 1999 12:26:54 +0100 (CET) From: paterno@dsi.unifi.it Reply-To: paterno@dsi.unifi.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10147: SANE 1.00 patch for 4.0-CURRENT CAM Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10147 >Category: ports >Synopsis: SANE 1.00 overrides CAM's DFLTPHYS in cam_periph_mapmem() >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 18 03:40:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ugo Paternostro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Not an organization >Environment: FreeBSD pegasus.home.net 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Feb 16 17:10:47 CET 1999 ugo@pegasus.home.net:/usr/src/sys/compile/PEGASUS i386 >Description: Scanning big colored images with SANE 1.00, kernel complains about cam_periph_mapmem: attempt to map 68712 bytes, which is greater than DFLTPHYS(65536) >How-To-Repeat: Simply scan a colored image bigger than 7x5 cm, or take a colored preview. >Fix: Obtained from: Parag Patel on sane-devel mailing list. Add the following patch to graphics/sane/patches: --- sanei/sanei_scsi.c.orig Thu Oct 29 07:38:12 1998 +++ sanei/sanei_scsi.c Thu Feb 4 13:34:57 1999 @@ -186,7 +186,7 @@ #endif #if USE == FREEBSD_CAM_INTERFACE -# define MAX_DATA MAXPHYS +# define MAX_DATA (DFLTPHYS - PAGE_SIZE) #endif #ifndef MAX_DATA >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 4:30:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 35DE010F64 for ; Thu, 18 Feb 1999 04:29:35 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.2/8.9.2) id NAA82572; Thu, 18 Feb 1999 13:28:25 +0100 (CET) (envelope-from ibex) Date: Thu, 18 Feb 1999 13:28:25 +0100 From: Dirk Froemberg To: Sheldon Hearn Cc: Steve Price , ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? Message-ID: <19990218132825.A82178@physik.TU-Berlin.DE> References: <13593.919329765@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <13593.919329765@axl.noc.iafrica.com>; from Sheldon Hearn on Thu, Feb 18, 1999 at 11:22:45AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Thu, Feb 18, 1999 at 11:22:45AM +0200, Sheldon Hearn wrote: > On Wed, 17 Feb 1999 19:41:42 CST, Steve Price wrote: > > > You'll need the attached patch if you are running 4.0-CURRENT. > > On closer inspection, your patch appeared to be infected with the > trailing ^M virus. :) > > I've attached a clean version that applies cleanly and fixes the problem > I originally complained about. The library's minor version number should > probably be dropped from the PLIST as well. Ok, I committed patch-ap. Thank you! I don't think the minors should be striped, since we're having a lot of people using 2.2.x. Regards Dirk -- e-mail: dirk@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 4:37:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 91E9A10FC4; Thu, 18 Feb 1999 04:37:22 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10DShk-0009Lk-00; Thu, 18 Feb 1999 14:37:20 +0200 From: Sheldon Hearn To: Dirk Froemberg Cc: Steve Price , ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? In-reply-to: Your message of "Thu, 18 Feb 1999 13:28:25 +0100." <19990218132825.A82178@physik.TU-Berlin.DE> Date: Thu, 18 Feb 1999 14:37:19 +0200 Message-ID: <35943.919341439@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Feb 1999 13:28:25 +0100, Dirk Froemberg wrote: > I don't think the minors should be striped, since we're having a lot of > people using 2.2.x. This means we're leaving a port's packaging details broken to keep support of a legacy branch alive. That sounds like it's out of line with our support policy for the ports tree. If the port can't package correctly for both, it should be made to package for ELF. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 6:37:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 4D3711155C; Thu, 18 Feb 1999 06:37:22 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.2/8.9.2) id PAA91163; Thu, 18 Feb 1999 15:35:41 +0100 (CET) (envelope-from ibex) Date: Thu, 18 Feb 1999 15:35:40 +0100 From: Dirk Froemberg To: Sheldon Hearn Cc: Dirk Froemberg , Steve Price , ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? Message-ID: <19990218153540.A91060@physik.TU-Berlin.DE> References: <19990218132825.A82178@physik.TU-Berlin.DE> <35943.919341439@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <35943.919341439@axl.noc.iafrica.com>; from Sheldon Hearn on Thu, Feb 18, 1999 at 02:37:19PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Feb 18, 1999 at 02:37:19PM +0200, Sheldon Hearn wrote: > On Thu, 18 Feb 1999 13:28:25 +0100, Dirk Froemberg wrote: > > > I don't think the minors should be striped, since we're having a lot of > > people using 2.2.x. > > This means we're leaving a port's packaging details broken to keep > support of a legacy branch alive. That sounds like it's out of line with > our support policy for the ports tree. > > If the port can't package correctly for both, it should be made to > package for ELF. It is not so easy as it seems to be. 8-) bsd.port.mk handles PLIST conversion for aout and elf libraries automagically (see line 2207+). So if you install a port that has a library name with major and minor in the PLIST on an elf system the minor number is striped. Regards Dirk -- e-mail: dirk@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 6:52:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B16F611427; Thu, 18 Feb 1999 06:52:03 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.12 #1) id 10DUo5-00008T-00; Thu, 18 Feb 1999 16:52:01 +0200 From: Sheldon Hearn To: Dirk Froemberg Cc: Steve Price , ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? In-reply-to: Your message of "Thu, 18 Feb 1999 15:35:40 +0100." <19990218153540.A91060@physik.TU-Berlin.DE> Date: Thu, 18 Feb 1999 16:52:01 +0200 Message-ID: <524.919349521@axl.noc.iafrica.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Feb 1999 15:35:40 +0100, Dirk Froemberg wrote: > So if you install a port that has a library name with major and minor > in the PLIST on an elf system the minor number is striped. Ah, I missed that change to bsd.port.mk . Cool, all's well then, I'm whining about a problem that doesn't exist. :-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 8: 0:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 719511154A; Thu, 18 Feb 1999 07:59:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA73624; Thu, 18 Feb 1999 07:59:51 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 18 Feb 1999 07:59:51 -0800 (PST) From: Message-Id: <199902181559.HAA73624@freefall.freebsd.org> To: kkennawa@physics.adelaide.edu.au, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9904 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade net/tinyfugue to 4.0 GAMMA 3 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Feb 18 07:59:17 PST 1999 State-Changed-Why: Justin upgraded to this version a couple of days ago. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 8: 2:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from stennis.ca.sandia.gov (stennis.ca.sandia.gov [146.246.243.44]) by hub.freebsd.org (Postfix) with ESMTP id 2BC181161E; Thu, 18 Feb 1999 08:02:32 -0800 (PST) (envelope-from bmah@stennis.ca.sandia.gov) Received: (from bmah@localhost) by stennis.ca.sandia.gov (8.9.3/8.9.3) id IAA22785; Thu, 18 Feb 1999 08:02:32 -0800 (PST) Message-Id: <199902181602.IAA22785@stennis.ca.sandia.gov> X-Mailer: exmh version 2.0.2 2/24/98 To: asami@FreeBSD.ORG (Satoshi Asami) Cc: bmah@california.sandia.gov, randy@psg.com, freebsd-ports@FreeBSD.ORG Subject: Re: vnc in 4.0-current In-Reply-To: Your message of "Wed, 17 Feb 1999 13:03:55 PST." <199902172103.NAA02739@silvia.hip.berkeley.edu> From: bmah@CA.Sandia.GOV (Bruce A. Mah) Reply-To: bmah@CA.Sandia.GOV X-Face: g~c`.{#4q0"(V*b#g[i~rXgm*w;:nMfz%_RZLma)UgGN&=j`5vXoU^@n5v4:OO)c["!w)nD/!!~e4Sj7LiT'6*wZ83454H""lb{CC%T37O!!'S$S&D}sem7I[A 2V%N&+ X-Url: http://www.ca.sandia.gov/~bmah/ Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_-1035870800P"; micalg=pgp-md5; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Thu, 18 Feb 1999 08:02:32 -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --==_Exmh_-1035870800P Content-Type: text/plain; charset=us-ascii If memory serves me right, Satoshi Asami wrote: > * (As far as I can tell, it should be OK to commit now, and, it appears, > * necessary.) > > Sorry, I was supposed to commit it but my test machine is down at the > moment. I'll get back to it ASA it comes back. :< No worries... :-) Thanks, Bruce. --==_Exmh_-1035870800P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: 2.6.2 iQCVAwUBNsw5l6jOOi0j7CY9AQG4QQQAjkSdgIXHQoj/mI9vQmAlbxAmIJwuUkqg xbf75PyUPBDxhO0ZRicVn/EV873zpjZEWy95+GKqawKSwIo1bIiQ3y5TRZIY+KDF v2MabuQs3slZ2K15SnwW1EOCZtoEdE1RDM9ik6wVMutpqu2ouk2Hdpu7kPlh5q+W 0nRn9UjXfn0= =ej2M -----END PGP MESSAGE----- --==_Exmh_-1035870800P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 8: 6:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F12C1167E; Thu, 18 Feb 1999 08:06:14 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA74118; Thu, 18 Feb 1999 08:06:13 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Thu, 18 Feb 1999 08:06:13 -0800 (PST) From: Message-Id: <199902181606.IAA74118@freefall.freebsd.org> To: bmah@ca.sandia.gov, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9971 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update location of distfile for vnc port State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Thu Feb 18 08:06:01 PST 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 8:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BFE211670 for ; Thu, 18 Feb 1999 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id IAA74453; Thu, 18 Feb 1999 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 18 Feb 1999 08:10:01 -0800 (PST) Message-Id: <199902181610.IAA74453@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/10144: New port - ascpu Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10144; it has been noted by GNATS. From: Bill Fumerola To: Dima Sivachenko Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10144: New port - ascpu Date: Thu, 18 Feb 1999 05:16:47 -0500 (EST) On Thu, 18 Feb 1999, Dima Sivachenko wrote: > XCATEGORIES= afterstep sysutils Eek. Virtual categories never come first. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 8:45:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from www.giovannelli.it (kirk.giovannelli.it [194.184.65.4]) by hub.freebsd.org (Postfix) with ESMTP id B5C2511582; Thu, 18 Feb 1999 08:45:38 -0800 (PST) (envelope-from gmarco@giovannelli.it) Received: from suzy (modem34.masternet.it [194.184.65.44]) by www.giovannelli.it (8.8.8/8.8.5) with SMTP id RAA23793; Thu, 18 Feb 1999 17:45:33 +0100 (MET) Message-Id: <4.1.19990218174958.009eb2d0@194.184.65.4> X-Sender: gmarco@194.184.65.4 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Thu, 18 Feb 1999 17:54:07 +0100 To: ports@freebsd.org From: Gianmarco Giovannelli Subject: wdm-1.0 and ${PREFIX}/lib/libPropList.a Cc: tg@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org wdm1.0 uses USE_X_PREFIX=yes which makes the search of the depending lib ${PREFIX}/lib/libPropList.a in /usr/X11R6/lib while the port devel/libPropList installs it in /usr/local/lib. I think it has to be fix... Thanks... P.s. Have I to open a pr or it is enough (assuming I am right, obviusly) ? Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://www.giovannelli.it/~gmarco http://www2.masternet.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9: 6: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ady.warpnet.ro (unknown [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id 9237A1154E for ; Thu, 18 Feb 1999 09:05:35 -0800 (PST) (envelope-from ady@warpnet.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.8.8/8.8.8) with SMTP id TAA08534; Thu, 18 Feb 1999 19:05:44 +0200 (EET) (envelope-from ady@warpnet.ro) Date: Thu, 18 Feb 1999 19:05:44 +0200 (EET) From: Adrian Penisoara To: Dan Delaney Cc: ports@FreeBSD.ORG Subject: Re: Pine 4.10? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Wed, 17 Feb 1999, Dan Delaney wrote: > Hi > Any idea when Pine 4.10 will be in Ports Collection? I'm the maintainer of mail/pine4. To my sorrow I'm kept busy by some stupid exams until 20th. But I have big plans -- the port is already in a buildable state. I just need to resync with -current (the new /usr/ports/Mk/ files), introduce some new pgp scripts, see if I can force shared library building&linking and othe minor neats. Aside from this the port is working... I'll send you my current version of the port. > > > --Dan > Thx, Ady (@freebsd.ady.ro) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:10:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dionysia.org (dionysia.it-houchens.louisville.edu [136.165.24.85]) by hub.freebsd.org (Postfix) with ESMTP id A25A311815 for ; Thu, 18 Feb 1999 09:09:45 -0800 (PST) (envelope-from Dionysos@Dionysia.org) Received: from localhost (dionysos@localhost) by dionysia.org (8.8.7/8.8.7) with ESMTP id MAA03969; Thu, 18 Feb 1999 12:12:59 -0500 (EST) (envelope-from Dionysos@Dionysia.org) Date: Thu, 18 Feb 1999 12:12:59 -0500 (EST) From: Dan Delaney To: Adrian Penisoara Cc: ports@FreeBSD.ORG Subject: Re: Pine 4.10? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Feb 1999, Adrian Penisoara wrote: > Aside from this the port is working... > I'll send you my current version of the port. Great. Thanks a lot. --Dan ----------------------------------------------------------------------- Daniel G. Delaney The Louisville Times Chorus Dionysos@Dionysia.org www.LouisvilleTimes.org www.Dionysia.org/~dionysos/ Dionysia Design ICQ Number: 8171285 www.Dionysia.com/design/ ----------------------------------------------------------------------- "Only two things are infinite: the universe and stupidity-- and I'm not sure about the former." --Albert Einstein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:23:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pau-amma.whistle.com (s205m64.whistle.com [207.76.205.64]) by hub.freebsd.org (Postfix) with ESMTP id D2AB0117AE for ; Thu, 18 Feb 1999 09:23:22 -0800 (PST) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.9.1/8.9.1) id JAA15403; Thu, 18 Feb 1999 09:21:09 -0800 (PST) (envelope-from dhw) Date: Thu, 18 Feb 1999 09:21:09 -0800 (PST) From: David Wolfskill Message-Id: <199902181721.JAA15403@pau-amma.whistle.com> To: dhw@whistle.com, girgen@partitur.se Subject: Re: KDE status w/ 3.1-R? Cc: freebsd-ports@freebsd.org In-Reply-To: <36CB7939.7A7A1B63@partitur.se> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Date: Thu, 18 Feb 1999 03:21:45 +0100 >From: Palle Girgensohn >I have seen this error, but unfortunatley I cannot remember what the >problem is... :-} Life's like that, sometimes.... >However, I have a working set of kde & 3.1 here, and here's what I did: >Do not use -O2 with the FreeBSD gcc (not sure this applies here...). I >use egcs-1.1.1 (from ports/lang/egcs) to compile most ports, and it >works great. You must compile kde and qt with the same compiler, >though... Ummm.... That sounds rather more involved than what I would expect.... After the clean install of 3.1-R, I did a bit of tweaking to make it "play nice" on our local network. I did *not* change any make-related configuration files, and KDE was the first "port" I tried to build. I'm using as "vanilla" an installation as I can get by with. (I administer several machines; extensively customizing each one is not something for which I have time.) >use kde11 instead of kde. It is newer, and works better. It is stable >and released now, not beta. Hmmm.... OK; I'll try that. I've never used either one (and have no incentive to do so; I use tvtwm as a window manager), so I have no pre-suppositions as to what any expected mode of operation might be for KDE. (Well, I've used CDE on the SPARCstation at home, but for other reasons, I switched to olvwm there.) >here's an excerpt from my make.conf: >CFLAGS= -O -pipe >CC= /usr/local/bin/gcc >CXX= /usr/local/bin/g++ >While this does not answer your questions, I hope it might help anyway. OK; thanks.... (Is it expected that folks would need to modify this in order to build a "port"?) >Oh, by the way, the clean up process is just fine, it the way it works. >It goes through all dependencies and clean them up recursively. Since >many x11 ports depends on XFree86, it gets cleaned a lot... It just didn't seem to show any sign of self-terminating; I only showed a small excerpt from what it did. Thanks, david -- David Wolfskill UNIX System Administrator dhw@whistle.com voice: (650) 577-7158 pager: (650) 371-4621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:35:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C64751175E; Thu, 18 Feb 1999 09:35:50 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA79764; Thu, 18 Feb 1999 09:35:50 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 09:35:50 -0800 (PST) From: Message-Id: <199902181735.JAA79764@freefall.freebsd.org> To: horance@freedom.ie.cycu.edu.tw, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9702 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libffi ports changes State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 18 09:35:27 PST 1999 State-Changed-Why: I fixed it already, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:37:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 003E511722; Thu, 18 Feb 1999 09:37:40 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA80047; Thu, 18 Feb 1999 09:37:40 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 09:37:40 -0800 (PST) From: Message-Id: <199902181737.JAA80047@freefall.freebsd.org> To: horance@freedom.ie.cycu.edu.tw, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9725 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports ( devel/swarm ) State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 18 09:37:08 PST 1999 State-Changed-Why: This ports have 2 PR (9725 & 9726), close the old one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:39:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5EDA115EC; Thu, 18 Feb 1999 09:39:32 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA80230; Thu, 18 Feb 1999 09:39:32 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 09:39:32 -0800 (PST) From: Message-Id: <199902181739.JAA80230@freefall.freebsd.org> To: vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org, andreas@FreeBSD.org Subject: Re: ports/9736 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PostGreSQL configure failing on 4.0 Responsible-Changed-From-To: freebsd-ports->andreas Responsible-Changed-By: vanilla Responsible-Changed-When: Thu Feb 18 09:38:39 PST 1999 Responsible-Changed-Why: andreas is the maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:41: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6362F115FB; Thu, 18 Feb 1999 09:40:58 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA80462; Thu, 18 Feb 1999 09:40:58 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 09:40:58 -0800 (PST) From: Message-Id: <199902181740.JAA80462@freefall.freebsd.org> To: jcwells@u.washington.edu, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9765 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mc-4.5.1 build dies State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 18 09:40:19 PST 1999 State-Changed-Why: The version of mc on our ports is 4.5.9. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:45:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1793311829; Thu, 18 Feb 1999 09:42:02 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA80633; Thu, 18 Feb 1999 09:42:01 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 09:42:01 -0800 (PST) From: Message-Id: <199902181742.JAA80633@freefall.freebsd.org> To: jcwells@u.washington.edu, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9766 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gnomepim build dies State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 18 09:41:27 PST 1999 State-Changed-Why: Fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:56: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B98011752; Thu, 18 Feb 1999 09:54:38 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA81662; Thu, 18 Feb 1999 09:54:38 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 09:54:38 -0800 (PST) From: Message-Id: <199902181754.JAA81662@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9978 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: libproplist-0.8.3(devel/libPropList) State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 18 09:54:01 PST 1999 State-Changed-Why: Close this one, libPropList is not X library. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 9:56:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9540711802; Thu, 18 Feb 1999 09:56:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id JAA81861; Thu, 18 Feb 1999 09:56:48 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 09:56:48 -0800 (PST) From: Message-Id: <199902181756.JAA81861@freefall.freebsd.org> To: kiri@pis.toba-cmt.ac.jp, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/9979 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: wdm-1.0(x11/wdm) State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 18 09:54:47 PST 1999 State-Changed-Why: Committed, thanks. But, I change BUILD_DEPEND= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/devel/libPropList to LIB_DEPENDS= PropList.1:${PORTSDIR}/devel/libPropList To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 10:57:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B52F11947; Thu, 18 Feb 1999 10:57:34 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA86244; Thu, 18 Feb 1999 10:57:34 -0800 (PST) (envelope-from vanilla@FreeBSD.org) Date: Thu, 18 Feb 1999 10:57:34 -0800 (PST) From: Message-Id: <199902181857.KAA86244@freefall.freebsd.org> To: dhchen@Canvas.dorm7.nccu.edu.tw, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10058 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make failure of ports/devel/libgtop State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu Feb 18 10:57:22 PST 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 11:15:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from marte.bbsiga.com.br (marte.bbsiga.com.br [200.246.184.252]) by hub.freebsd.org (Postfix) with ESMTP id D58711157E for ; Thu, 18 Feb 1999 11:14:53 -0800 (PST) (envelope-from mezzanet@iname.com) Received: from marte.bbsiga.com.br (mezzanet@marte.bbsiga.com.br [200.246.184.252]) by marte.bbsiga.com.br (8.8.7/8.8.7) with SMTP id QAA08932 for ; Thu, 18 Feb 1999 16:14:37 -0300 Date: Thu, 18 Feb 1999 16:14:36 -0300 (EST) From: Marcello Mezzanotti X-Sender: mezzanet@marte.bbsiga.com.br To: ports@FreeBSD.ORG Subject: wdm dont compile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org when i type make this happens i have windowmaker 0.51 and proplist instaled via ports and i have all ports updated via cvsup, and i cvsuped everithing 1 minute before checking for gzread in -lz... no checking for jpeg_destroy_compress in -ljpeg... no checking for EGifOpenFileName in -lungif... no checking for DGifOpenFileName in -lgif... no checking for TIFFGetVersion in -ltiff... no checking for TIFFGetVersion in -ltiff34... no checking for WINGs... using standard versions checking for RCreateImage in -lwraster... no checking for RCreateImage in -lwraster... (cached) no configure: error: WINGs and wraster libs required and not found *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. su-2.02# +-----------------------------------------------+---------------------+ | Marcello Mezzanotti | Amiga 1200/18Mb | | ICQ UIN #1845241 | AmigaOS 3.1 | | C, Pascal, PHP, Arexx Programmer | Linux 2.0.33pl1 | | Star Trek, UNIX, Amiga Computers | NetBSD 1.3.3 | | IRC Nick: MezzaNET | | +-----------------------------------------------+ K6 233 32Mb | | Amiga: The Computer For Creative Minds | FreeBSD 2.2.28 | | Linux: The Choice of The Next Generation | Linux 2.0.36 | +-----------------------------------------------+---------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 12:49:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from ozz.etrust.ru (ozz.etrust.ru [195.2.84.116]) by hub.freebsd.org (Postfix) with ESMTP id 14879116C1 for ; Thu, 18 Feb 1999 12:49:02 -0800 (PST) (envelope-from osa@etrust.ru) Received: from localhost (localhost [127.0.0.1]) by ozz.etrust.ru (8.9.3/8.9.1) with ESMTP id XAA21239; Thu, 18 Feb 1999 23:46:13 +0300 (MSK) (envelope-from osa@etrust.ru) Date: Thu, 18 Feb 1999 23:46:12 +0300 (MSK) From: oZZ!!! To: Marcello Mezzanotti Cc: ports@FreeBSD.ORG Subject: Re: wdm dont compile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Feb 1999, Marcello Mezzanotti wrote: > when i type make this happens > i have windowmaker 0.51 and proplist instaled via ports > and i have all ports updated via cvsup, and i cvsuped everithing 1 minute > before > > checking for gzread in -lz... no > checking for jpeg_destroy_compress in -ljpeg... no > checking for EGifOpenFileName in -lungif... no > checking for DGifOpenFileName in -lgif... no > checking for TIFFGetVersion in -ltiff... no > checking for TIFFGetVersion in -ltiff34... no > checking for WINGs... using standard versions > checking for RCreateImage in -lwraster... no > checking for RCreateImage in -lwraster... (cached) no > configure: error: WINGs and wraster libs required and not found > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > su-2.02# > Try to use following patches... file patch-aa ----------c-u-t--h-e-r-e-------------------------- --- configure.orig Sun Sep 13 19:41:26 1998 +++ configure Thu Feb 18 23:34:38 1999 @@ -2784,7 +2784,7 @@ XLFLAGS="$X_LIBS" -XLIBS="$X_EXTRA_LIBS -lXext -lXt -lX11 -lm" +XLIBS="$X_PRE_LIBS $X_EXTRA_LIBS -lXext -lXt -lX11 -lm" XDM_EXTRA_LIBS="-lXmu -lXau -lXdmcp" @@ -3273,7 +3273,7 @@ -WINGsOK=no +WINGsOK=yes WINGsDEBUG=no echo $ac_n "checking for WINGs""... $ac_c" 1>&6 echo "configure:3280: checking for WINGs" >&5 @@ -3587,7 +3587,7 @@ EOF cat >> confdefs.h < #include #include -#include #define forever 1 --------e-n-d--c-u-t------------------------- Rgdz, Sergey A. Osokin osa@freebsd.org.ru http://www.freebsd.org.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 13:50: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 631B011B91 for ; Thu, 18 Feb 1999 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id NAA97280; Thu, 18 Feb 1999 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 18 Feb 1999 13:50:02 -0800 (PST) Message-Id: <199902182150.NAA97280@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dima Sivachenko Subject: Re: ports/10110: New port - p5-Net-RawIP Reply-To: Dima Sivachenko Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10110; it has been noted by GNATS. From: Dima Sivachenko To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/10110: New port - p5-Net-RawIP Date: Fri, 19 Feb 1999 00:47:13 +0300 (MSK) Please use this PR instead of 10110 - this is the most recent version. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./files # ./files/md5 # ./patches # ./patches/patch-aa # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-Net-RawIP X# Version required: 0.05d X# Date created: 18 February 1999 X# Whom: Dima Sivachenko X# X# $Id$ X# X XDISTNAME= Net-RawIP-0.05d XPKGNAME= p5-Net-RawIP-0.05d XCATEGORIES= net perl5 XMASTER_SITES= http://quake.skif.net/RawIP/files/ \ X http://www.ic.al.lg.ua/~ksv/ \ X ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ X XMAINTAINER= dima@chg.ru X XUSE_PERL5= yes X XMAN3= Net::RawIP.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (Net-RawIP-0.05d.tar.gz) = 919349c66bbf411fe3a667bebddf9e9a END-of-./files/md5 echo c - ./patches mkdir -p ./patches > /dev/null 2>&1 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.PL.orig Fri Feb 19 00:27:52 1999 X+++ Makefile.PL Fri Feb 19 00:28:12 1999 X@@ -8,7 +8,7 @@ X print "5) FreeBSD\n"; X print "6) BSDI\n"; X print "7) Other\n-> "; X-chomp($system =); X+$system = 5; X X if($system == 1) X { END-of-./patches/patch-aa echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.so Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/RawIP.bs Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/Net/RawIP.pm Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/autosplit.ix Xlib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/Net/RawIP END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA perl module to manipulate raw IP packets. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis package provides a class object which can be used for creating, Xmanipulating and sending a raw IP packets with optional feature for Xmanipulating ethernet headers. X Xhttp://quake.skif.net/RawIP/ X X--Dima Xdima@chg.ru END-of-./pkg/DESCR exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 14:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5740B11780 for ; Thu, 18 Feb 1999 14:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA99991; Thu, 18 Feb 1999 14:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B95A511A34; Thu, 18 Feb 1999 14:25:50 -0800 (PST) Message-Id: <19990218222550.B95A511A34@hub.freebsd.org> Date: Thu, 18 Feb 1999 14:25:50 -0800 (PST) From: doehrm@aubi.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10153: apsfilter-4.9.9 does not compile under -CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10153 >Category: ports >Synopsis: apsfilter-4.9.9 does not compile under -CURRENT >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 18 14:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Markus Doehr >Release: 4.0-CURRENT >Organization: AUBI Baubeschlaege GmbH >Environment: FreeBSD beta.aubi.de 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Feb 11 12:50:40 CET 1999 root@beta.aubi.de:/usr/src/sys/compile/beta i386 >Description: I already posted two times to freebsd-ports as well as freebsd-questions and cc'ed to the maintainer but no response :-( [root@beta /usr/ports/print/apsfilter]# make ===> Patching for apsfilter-4.9.9 ===> Applying FreeBSD patches for apsfilter-4.9.9 Ignoring previously applied (or reversed) patch. 4 out of 4 hunks ignored--saving rejects to SETUP.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to bin/apsfilter.rej *** Error code 5 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: cd /usr/ports/print/apsfilter make >Fix: don't know >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 14:52:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id 964C7116BF; Thu, 18 Feb 1999 14:52:16 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id JAA12704; Fri, 19 Feb 1999 09:22:15 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA07588; Fri, 19 Feb 1999 09:22:14 +1030 Date: Fri, 19 Feb 1999 09:22:14 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Sheldon Hearn Cc: Dirk Froemberg , Steve Price , ports@FreeBSD.ORG Subject: Re: lesstif port doesn't install libXm.so.1 ? In-Reply-To: <35943.919341439@axl.noc.iafrica.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Feb 1999, Sheldon Hearn wrote: > > I don't think the minors should be striped, since we're having a lot of > > people using 2.2.x. > > This means we're leaving a port's packaging details broken to keep > support of a legacy branch alive. That sounds like it's out of line with > our support policy for the ports tree. > > If the port can't package correctly for both, it should be made to > package for ELF. Doesn't bsd.port.mk strip off the trailing minor number for libraries on an ELF system when installing PLIST? Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 16:19: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from polaris.we.lc.ehu.es (polaris.we.lc.ehu.es [158.227.6.43]) by hub.freebsd.org (Postfix) with ESMTP id 9E78211CA1 for ; Thu, 18 Feb 1999 16:18:51 -0800 (PST) (envelope-from jose@we.lc.ehu.es) Received: from we.lc.ehu.es (lxpx73.lx.ehu.es [158.227.99.73]) by polaris.we.lc.ehu.es (8.9.1/8.9.1) with ESMTP id BAA25327 for ; Fri, 19 Feb 1999 01:18:49 +0100 (MET) Message-ID: <36CCADE7.8CB61F3E@we.lc.ehu.es> Date: Fri, 19 Feb 1999 01:18:47 +0100 From: "Jose M. Alcaide" Organization: Universidad del País Vasco - Dept. Electricidad y Electrónica X-Mailer: Mozilla 4.07 [en] (X11; U; FreeBSD 3.0-STABLE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.ORG Subject: KDE 1.1: kaudioserver does not delete shared memory segment on exit Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have just installed KDE 1.1 on a FreeBSD 3.1-RELEASE system, and now, after exiting X11/KDE, a shared memory segment is _always_ left by the kaudioserver process. I use the "startkde" script for starting KDE from xinitrc. This did not happen with KDE 1.0. Is there any KDE 1.1 users having this problem? -- JMA ----------------------------------------------------------------------- José Mª Alcaide | mailto:jose@we.lc.ehu.es Universidad del País Vasco | mailto:jmas@es.FreeBSD.ORG Dpto. de Electricidad y Electrónica | http://www.we.lc.ehu.es/~jose Facultad de Ciencias - Campus de Lejona | Tel.: +34-946012479 48940 Lejona (Vizcaya) - SPAIN | Fax: +34-944858139 ----------------------------------------------------------------------- "Go ahead... make my day." - H. Callahan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 19:50: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 40E7C11352 for ; Thu, 18 Feb 1999 19:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA24251; Thu, 18 Feb 1999 19:50:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id D293811050 for ; Thu, 18 Feb 1999 19:45:30 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id OAA24071 for ; Fri, 19 Feb 1999 14:15:29 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id OAA93561; Fri, 19 Feb 1999 14:15:28 +1030 (CST) Message-Id: <199902190345.OAA93561@freebie.lemis.com> Date: Fri, 19 Feb 1999 14:15:28 +1030 (CST) From: Greg Lehey Reply-To: grog@lemis.com To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/10156: www/libwww doesn't build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10156 >Category: ports >Synopsis: www/libwww doesn't build >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 18 19:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Greg Lehey >Release: FreeBSD-4.0 >Organization: FreeBSD >Environment: FreeBSD 4.0-CURRENT, probably any ELF-based system would show the problem. >Description: The port fails to build with doubly defined references while linking w3c-libwww-5.2.1/LineMode/src/www: cc -O -pipe -o www HTBrowse.o GridText.o ConView.o GridStyle.o DefaultStyles.o ../../Library/src/.libs/libwww.a ../../PICS-client/src/libpics.a -lm ../../Library/src/.libs/libwww.a(HTML.o)(.data+0x0): multiple definition of `styleSheet' DefaultStyles.o(.data+0x8d8): first defined here ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_new2': HTML.o(.text+0x0): multiple definition of `HText_new2' GridText.o(.text+0x1ac): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_new2' changed from 50 to 7 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_free': HTML.o(.text+0x8): multiple definition of `HText_free' GridText.o(.text+0x25c): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_free' changed from 31 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_beginAnchor': HTML.o(.text+0x10): multiple definition of `HText_beginAnchor' GridText.o(.text+0xc78): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_beginAnchor' changed from 192 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_endAnchor': HTML.o(.text+0x18): multiple definition of `HText_endAnchor' GridText.o(.text+0xd38): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_endAnchor' changed from 79 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_appendText': HTML.o(.text+0x20): multiple definition of `HText_appendText' GridText.o(.text+0xda4): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_appendText' changed from 42 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_appendImage': HTML.o(.text+0x28): multiple definition of `HText_appendImage' GridText.o(.text+0xd88): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_appendImage' changed from 26 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_appendCharacter': HTML.o(.text+0x30): multiple definition of `HText_appendCharacter' GridText.o(.text+0xa1c): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_appendCharacter' changed from 603 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_endAppend': HTML.o(.text+0x38): multiple definition of `HText_endAppend' GridText.o(.text+0xdd0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_endAppend' changed from 55 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_setStyle': HTML.o(.text+0x40): multiple definition of `HText_setStyle' GridText.o(.text+0x998): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_setStyle' changed from 132 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_beginAppend': HTML.o(.text+0x48): multiple definition of `HText_beginAppend' GridText.o(.text+0x67c): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_beginAppend' changed from 19 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_appendParagraph': HTML.o(.text+0x50): multiple definition of `HText_appendParagraph' GridText.o(.text+0x93c): first defined here /usr/libexec/elf/ld: Warning: size of symbol `HText_appendParagraph' changed from 90 to 5 in HTML.o ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_appendObject': HTML.o(.text+0x58): multiple definition of `HText_appendObject' GridText.o(.text+0xe08): first defined here ../../Library/src/.libs/libwww.a(HTML.o): In function `HText_appendLink': HTML.o(.text+0x60): multiple definition of `HText_appendLink' GridText.o(.text+0xe10): first defined here gmake[3]: *** [www] Error 1 gmake[3]: Leaving directory `/T/FreeBSD/www/libwww/work/w3c-libwww-5.2.1/LineMode/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/T/FreeBSD/www/libwww/work/w3c-libwww-5.2.1/LineMode' gmake[1]: >How-To-Repeat: # cd /usr/ports/www/libwww # make >Fix: The problem stems from patch-ad, which inserts dummy declarations into Library/src/HTML.c instead of headers. Removing it allows the build to complete, but it does not create the files lib/libwww.so and lib/libwww.so.6.0. In this connection I note the following log for patch-ad: revision 1.1 date: 1998/12/25 14:52:05; author: jseger; state: Exp; Include a dummy version of the HText Interface so that the shared library links with other programs correctly. PR: ports/9116 It appears that it would be better to include these stub versions as a separate object file so that programs which include these functions will link correctly. I don't understand why it doesn't create the shared libraries; possibly this is due to a different bug. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 20:14:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from repop1.jps.net (repop1.jps.net [209.63.224.238]) by hub.freebsd.org (Postfix) with ESMTP id BB28B1156E for ; Thu, 18 Feb 1999 20:14:42 -0800 (PST) (envelope-from onemo@jps.net) Received: from jps.net (209-63-252-162.smf.jps.net [209.63.252.162]) by repop1.jps.net (8.8.5/8.8.5) with ESMTP id UAA26683; Thu, 18 Feb 1999 20:14:26 -0800 (PST) Message-ID: <36CCE465.6C35515C@jps.net> Date: Thu, 18 Feb 1999 20:11:17 -0800 From: me X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-BETA i386) X-Accept-Language: en MIME-Version: 1.0 To: "oZZ!!!" Cc: Marcello Mezzanotti , ports@FreeBSD.ORG Subject: Re: wdm dont compile References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "oZZ!!!" wrote: > Try to use following patches... > > file patch-aa > ----------c-u-t--h-e-r-e-------------------------- > --- configure.orig Sun Sep 13 19:41:26 1998 > +++ configure Thu Feb 18 23:34:38 1999 > @@ -2784,7 +2784,7 @@ > > XLFLAGS="$X_LIBS" > > -XLIBS="$X_EXTRA_LIBS -lXext -lXt -lX11 -lm" > +XLIBS="$X_PRE_LIBS $X_EXTRA_LIBS -lXext -lXt -lX11 -lm" > > XDM_EXTRA_LIBS="-lXmu -lXau -lXdmcp" > > @@ -3273,7 +3273,7 @@ > > > > -WINGsOK=no > +WINGsOK=yes > WINGsDEBUG=no > echo $ac_n "checking for WINGs""... $ac_c" 1>&6 > echo "configure:3280: checking for WINGs" >&5 > @@ -3587,7 +3587,7 @@ > EOF > > cat >> confdefs.h < -#define DEF_AUTH_DIR "$DMDIR/authdir" > +#define DEF_AUTH_DIR "$DMDIR" > EOF > > > > ---------e-n-d--c-u-t---------------------- > > patch-ad > > ---------c-u-t--h-e-r-e-------------------- > --- src/TestLogin.c.orig Thu Feb 18 23:39:31 1999 > +++ src/TestLogin.c Thu Feb 18 23:39:55 1999 > @@ -67,7 +67,6 @@ > #include > #include > #include > -#include > > > #define forever 1 > --------e-n-d--c-u-t------------------------- > Gave it a shot and it still doesn't find the wraster libs. I submitted a PR on this a few weeks ago, which was just closed with a simple patch to the .../wdm/Makefile. I Don't understand autoconf well enough to figure out why it can't find the lib, it's in /usr/X11R6/lib. Any other suggestions? I'd really like to try this app out. MO! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 21:57: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id BDDD910E07; Thu, 18 Feb 1999 21:57:03 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: from klemm.gtn.com (pppak04.gtn.com [194.231.123.169]) by picalon.gun.de (8.8.6/8.8.6) with ESMTP id GAA01376; Fri, 19 Feb 1999 06:56:59 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.9.2/8.9.2) id GAA35651; Fri, 19 Feb 1999 06:56:44 +0100 (CET) (envelope-from andreas) Date: Fri, 19 Feb 1999 06:56:44 +0100 From: Andreas Klemm To: ports@FreeBSD.org Cc: chuckr@FreeBSD.org, obrien@FreeBSD.org Subject: looking for more up to date a2ps for apsfilter, but need certain features Message-ID: <19990219065644.A35372@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.1-STABLE SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! I'm currently reorganizing apsfilter a little bit. rewindstdin has gone and I'd be happy, if I could get rid of my old patched up version of a2ps in apsfilters src tree. I had to patch a2ps, so that page dimensions and other parameters can be changed on the command line. The page dimensions I fetched from ghostscript. OHere a list of commandline Options: -X letter paper format -M 2.4 set another margin (printer dependand) -Q andreas logname -Z titan.klemm.gtn.com machine name It would be fine, if the port maintainer of the two different a2ps versions could check, which one would be suitable, to be the new version that apsfilter uses. Of course, these or similar patches should go in into the main release. The command line option can get other names, that's easy to change in my shellscript. Could you please check, which a2ps version could be a candidate for me, to replace the old one, although it did a damn good job so far ?! Thanks Andreas /// Here the complete diff for a2ps 4.2: + #ifdef AKL + case 'X': /* gs page dimensions */ + set_paper_format(arg); + break; + case 'M': + if (arg[2] == NUL || (margin = atof(arg+2)) <= 0) + usage(EXIT_FAILURE); + break; + case 'Q': + logname=arg+2; + break; + case 'Z': + host=arg+2; + break; + #endif *** ../a2ps-4.2-orig/Makefile Mon Mar 29 15:26:23 1993 --- Makefile Sun Apr 17 16:10:19 1994 *************** *** 25,36 **** D =. O =. ! BINDIR =/usr/local/bin ! MANDIR =/usr/man/mann ! MANEXT =n ! CFLAGS = -DBSD -O # Default values for HEIGHT, WIDTH, MARGIN and DIR_SEP (11.64, 8.27, 1.2, '/'). # Default values for LPR_PRINT, LPR_COMMAND and LPR_OPT (TRUE, "lpr", "-l") # No values for TWOSIDED_DFLT, ONESIDED and TWOSIDED --- 25,36 ---- D =. O =. ! BINDIR =/usr/lib/apsfilter/bin ! MANDIR =/usr/man/man1 ! MANEXT =1 ! CFLAGS = -s -O -DBSD -DAKL # -DAKL_DEBUG # Default values for HEIGHT, WIDTH, MARGIN and DIR_SEP (11.64, 8.27, 1.2, '/'). # Default values for LPR_PRINT, LPR_COMMAND and LPR_OPT (TRUE, "lpr", "-l") # No values for TWOSIDED_DFLT, ONESIDED and TWOSIDED *** ../a2ps-4.2-orig/a2ps.c Fri Jul 30 13:55:35 1993 --- a2ps.c Sun Apr 17 16:09:19 1994 *************** *** 146,151 **** --- 146,152 ---- /* * Default page dimensions */ + #ifndef WIDTH #define WIDTH 8.27 #endif *************** *** 228,233 **** --- 229,239 ---- */ #ifdef __STDC__ /* Function prototypes */ + + #ifdef AKL + void set_paper_format(char *arg); + #endif + void usage(int failure); void set_global_option(char *arg); void set_positional_option(char *arg); *************** *** 331,344 **** --- 337,361 ---- char *prologue = NULL; /* postscript header file */ #if defined(SYSV) || defined(BSD) char *login = NULL; /* user's login name and host machine */ + #ifdef AKL + char *logname, *host = NULL; /* new commandline flags ... */ + #endif #endif /* * Sheet dimensions */ + #ifdef AKL + double page_height_inch = HEIGHT; /* Paper height in inch */ + double page_width_inch = WIDTH; /* Paper width in inch */ + double page_height; /* for Paper height in pixels */ + double page_width; /* for Paper width in pixels */ + double margin = MARGIN; + #else double page_height = HEIGHT; /* Paper height */ double page_width = WIDTH; /* Paper width */ + #endif /************************************************************************/ *************** *** 399,407 **** --- 416,537 ---- fprintf(stderr," \t-nu\tdon't print a filename footer\n"); fprintf(stderr," -v\t-nv\tVISIBLE (blank) display of unprintable chars\n"); fprintf(stderr," -8\t-n8\tdisplay (DON'T DISPLAY) 8-bit chars\n"); + #ifdef AKL + fprintf(stderr," -Xformat\tghostscripts page format = a0,a1,...,letter\n"); + fprintf(stderr," -Mmargin\tmargin size in inch, default: 1.4 inch\n"); + #endif exit(failure); } + #ifdef AKL + + /* + * AKL - set sheet dimensions using ghostscripts format names and sizes + * see: GS_LIBDIR/gs_statd.ps, note: these values are given in 1/72 inch + */ + + void + set_paper_format(arg) + char *arg; + { + if (strstr(arg,"letter")) { + page_width_inch = 8.50; page_height_inch = 11.00; + } else + if (strstr(arg,"note")) { + page_width_inch = 7.50; page_height_inch = 10.00; + } else + if (strstr(arg,"legal")) { + page_width_inch = 8.50; page_height_inch = 14.00; + } else + if (strstr(arg,"a0")) { + page_width_inch = 33.06; page_height_inch = 46.78; + } else + if (strstr(arg,"a1")) { + page_width_inch = 23.39; page_height_inch = 33.06; + } else + if (strstr(arg,"a2")) { + page_width_inch = 16.53; page_height_inch = 23.39; + } else + if (strstr(arg,"a3")) { + page_width_inch = 11.69; page_height_inch = 16.53; + } else + if (strstr(arg,"a4")) { + page_width_inch = 8.26; page_height_inch = 11.69; + } else + if (strstr(arg,"a5")) { + page_width_inch = 5.85; page_height_inch = 8.26; + } else + if (strstr(arg,"a6")) { + page_width_inch = 4.12; page_height_inch = 5.85; + } else + if (strstr(arg,"a7")) { + page_width_inch = 2.92; page_height_inch = 4.12; + } else + if (strstr(arg,"a8")) { + page_width_inch = 2.06; page_height_inch = 2.92; + } else + if (strstr(arg,"a9")) { + page_width_inch = 1.46; page_height_inch = 2.06; + } else + if (strstr(arg,"a10")) { + page_width_inch = 1.03; page_height_inch = 1.46; + } else + if (strstr(arg,"b0")) { + page_width_inch = 39.39; page_height_inch = 55.67; + } else + if (strstr(arg,"b1")) { + page_width_inch = 27.83; page_height_inch = 39.39; + } else + if (strstr(arg,"b2")) { + page_width_inch = 19.69; page_height_inch = 27.83; + } else + if (strstr(arg,"b3")) { + page_width_inch = 13.92; page_height_inch = 19.69; + } else + if (strstr(arg,"b4")) { + page_width_inch = 9.85; page_height_inch = 13.92; + } else + if (strstr(arg,"b5")) { + page_width_inch = 6.96; page_height_inch = 9.85; + } else + if (strstr(arg,"archE")) { + page_width_inch = 36.00; page_height_inch = 48.00; + } else + if (strstr(arg,"archD")) { + page_width_inch = 24.00; page_height_inch = 36.00; + } else + if (strstr(arg,"archC")) { + page_width_inch = 18.00; page_height_inch = 24.00; + } else + if (strstr(arg,"archB")) { + page_width_inch = 12.00; page_height_inch = 18.00; + } else + if (strstr(arg,"archA")) { + page_width_inch = 9.00; page_height_inch = 12.00; + } else + if (strstr(arg,"flsa")) { + page_width_inch = 8.50; page_height_inch = 13.00; + } else + if (strstr(arg,"flse")) { + page_width_inch = 8.50; page_height_inch = 13.00; + } else + if (strstr(arg,"halfletter")) { + page_width_inch = 5.50; page_height_inch = 8.50; + } else + if (strstr(arg,"11x17")) { + page_width_inch = 11.00; page_height_inch = 17.00; + } else + if (strstr(arg,"ledger")) { + page_width_inch = 17.00; page_height_inch = 11.00; + } else { + fprintf(stderr,"a2ps: %s : unknown paper format or\n",arg); + fprintf(stderr," ^--- missing paper format\n"); + exit(1); + } + } + + #endif /* AKL */ + /* * Set an option only if it's global. */ *************** *** 545,550 **** --- 675,695 ---- case 'H': case 'l': return; + #ifdef AKL + case 'X': /* gs page dimensions */ + set_paper_format(arg); + break; + case 'M': + if (arg[2] == NUL || (margin = atof(arg+2)) <= 0) + usage(EXIT_FAILURE); + break; + case 'Q': + logname=arg+2; + break; + case 'Z': + host=arg+2; + break; + #endif default: usage(EXIT_FAILURE); } *************** *** 1158,1171 **** --- 1303,1327 ---- fprintf(stderr, "Error getting file modification time\n"); exit(EXIT_FAILURE); } + #ifdef AKL + /* modifications for FreeBSD */ + /* Do we have a fifo ? */ + if (S_ISFIFO(statbuf.st_mode)) + printf("/date currdate def\n"); + /* Do we have a pipe ? */ + else if (!statbuf.st_mode) + printf("/date currdate def\n"); + #else /* Do we have a pipe? */ if (S_ISFIFO(statbuf.st_mode)) printf("/date currdate def\n"); + #endif else { string = ctime(&statbuf.st_mtime); printf("/date (%.6s %.4s %.5s) def\n", string+4, string+20, string+11); } + /* Start file impression */ putchar('('); for (p = title; *p != NUL;) *************** *** 1371,1377 **** --- 1527,1535 ---- FILE *f; char *datestring; #if defined(SYSV) || defined(BSD) + #ifndef AKL char *logname, *host; + #endif int rt; #endif *************** *** 1407,1412 **** --- 1565,1586 ---- #if defined(SYSV) || defined(BSD) /* Retrieve user's login name and hostname */ + #ifdef AKL + if (!logname) + logname = getlogin(); + if (!host) + { + host = (char *)malloc(MAX_HOSTNAME); + if (host != NULL) + { + if ((rt = gethostname(host, MAX_HOSTNAME)) == -1 || host[0] == NULL) + { + free(host); + host = NULL; + } + } + } + #else logname = getlogin(); host = (char *)malloc(MAX_HOSTNAME); if (host != NULL) { *************** *** 1415,1420 **** --- 1589,1595 ---- host = NULL; } } + #endif /* AKL */ #endif /* Print a general prologue */ *************** *** 1434,1442 **** --- 1609,1623 ---- printf("\n%% Initialize page description variables.\n"); printf("/x0 0 def\n"); printf("/y0 0 def\n"); + #ifdef AKL + printf("/sheetheight %g inch def\n", (double)page_height_inch); + printf("/sheetwidth %g inch def\n", (double)page_width_inch); + printf("/margin %g inch def\n", margin); + #else printf("/sheetheight %g inch def\n", (double)HEIGHT); printf("/sheetwidth %g inch def\n", (double)WIDTH); printf("/margin %g inch def\n", (double)MARGIN); + #endif printf("/rightmargin margin 3 div def\n"); printf("/leftmargin margin 2 mul 3 div def\n"); printf("/twinfiles %s def\n", twinfiles ? "true" : "false"); *************** *** 1457,1466 **** --- 1638,1650 ---- printf("/login (Printed from %s) def\n", host); } + #ifndef AKL + /* AKL: causes Segmentation fault, when running twice ... */ /* If the host string was allocated via malloc, release the memory */ if (host != NULL) free(host); #endif + #endif /* Close prolog */ printf("%%%%EndProlog\n\n"); *************** *** 1709,1716 **** --- 1893,1912 ---- /* Initialize variables not depending of positional options */ landscape = twinpages = -1; /* To force format switching */ fontsize = -1.0; /* To force fontsize switching */ + #ifdef AKL + page_height = (page_height_inch - margin) * PIXELS_INCH; + page_width = (page_width_inch - margin) * PIXELS_INCH; + # ifdef AKL_DEBUG + fprintf(stderr,"DEBUG... margin : %.1f\n", margin); + fprintf(stderr,"DEBUG... page_width_inch : %.2f\n", page_width_inch); + fprintf(stderr,"DEBUG... page_height_inch : %.2f\n", page_height_inch); + fprintf(stderr,"DEBUG... page_width pixel: %.2f\n", page_width); + fprintf(stderr,"DEBUG... page_height pixel: %.2f\n", page_height); + # endif /* AKL_DEBUG */ + #else page_height = (double)(HEIGHT - MARGIN) * PIXELS_INCH; page_width = (double)(WIDTH - MARGIN) * PIXELS_INCH; + #endif /* AKL */ /* Postcript prologue printing */ print_prologue(); -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 22:38:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [205.147.64.46]) by hub.freebsd.org (Postfix) with ESMTP id 0FD55115FC for ; Thu, 18 Feb 1999 22:38:24 -0800 (PST) (envelope-from wwoods@cybcon.com) Received: from freebsd.home.net (william@usr1-23.cybcon.com [205.147.76.24]) by mail.cybcon.com (8.9.0/8.9.0) with ESMTP id WAA11638 for ; Thu, 18 Feb 1999 22:38:23 -0800 (PST) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 18 Feb 1999 22:37:51 -0800 (PST) Reply-To: wwoods@cybcon.com From: William Woods To: ports@FreeBSD.ORG Subject: xsysinfo port on 4.0-current Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Regarding xsysinfo on 4.0-current. I just compiled the port and I notice as soon as I start it, it dies.....no errors, just dies...... ideas... ---------------------------------- E-Mail: William Woods Date: 18-Feb-99 / Time: 22:36:02 FreeBSD - Unix at its best... ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Feb 18 23:42:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-a.abtsfd1.bc.wave.home.com [24.113.18.89]) by hub.freebsd.org (Postfix) with ESMTP id BF588113F8 for ; Thu, 18 Feb 1999 23:42:33 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.3/8.9.2) id XAA04834; Thu, 18 Feb 1999 23:42:41 -0800 (PST) (envelope-from norn) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 18 Feb 1999 23:42:41 -0800 (PST) Reply-To: Chris Piazza From: Chris Piazza To: William Woods Subject: RE: xsysinfo port on 4.0-current Cc: ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19-Feb-99 William Woods wrote: > Regarding xsysinfo on 4.0-current. I just compiled the port and I notice as > soon as I start it, it dies.....no errors, just dies...... > > ideas... norn@norn (~)> xsysinfo xsysinfo: undefined symbol: _swaplist Sure, that looks like an error. I suggest looking through the sources in things like top, etc for information about the new swapper code, and making a patch that fixes this. -- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 2:20:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 9A1E71159C for ; Fri, 19 Feb 1999 02:15:03 -0800 (PST) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 28223 invoked by uid 1003); 19 Feb 1999 12:15:46 -0000 Date: Fri, 19 Feb 1999 12:15:46 +0000 From: Neil Blakey-Milner To: Stefan `Sec` Zehl Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/10134: New port: lynx-ssl (Category: www) Message-ID: <19990219121545.A25449@rucus.ru.ac.za> References: <199902172320.PAA76120@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199902172320.PAA76120@freefall.freebsd.org>; from Stefan `Sec` Zehl on Wed, Feb 17, 1999 at 03:20:01PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed 1999-02-17 (15:20), Stefan `Sec` Zehl wrote: > > I haven't looked at the port yet, but is this just a modified version of the > > lynx port, with something like --enable-ssl turned on? It may be more > > efficient to just add a USE_SSL variable in the port makefile and hang off > > that. > > It does fetch an extra patch. And it it is "RESTRICTED" due to use of > crypto code. Reason enough for a new port IMHO. How about adding to the existing port: .if defined(USE_SSL) RESTRICTED= "Contains cryptography" PATCH_SITES+= http://foo.bar.example.org/ PATCHFILES+= ssl_patch.gz .endif Of course, this may lead to problems if lynx advances faster than the patches come out by a large pace. Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 3:31:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from marte.bbsiga.com.br (marte.bbsiga.com.br [200.246.184.252]) by hub.freebsd.org (Postfix) with ESMTP id E2AA211613 for ; Fri, 19 Feb 1999 03:31:42 -0800 (PST) (envelope-from mezzanet@iname.com) Received: from marte.bbsiga.com.br (mezzanet@marte.bbsiga.com.br [200.246.184.252]) by marte.bbsiga.com.br (8.8.7/8.8.7) with SMTP id IAA01592; Fri, 19 Feb 1999 08:30:55 -0300 Date: Fri, 19 Feb 1999 08:30:55 -0300 (EST) From: Marcello Mezzanotti X-Sender: mezzanet@marte.bbsiga.com.br To: me Cc: oZZ!!! , ports@FreeBSD.ORG Subject: Re: wdm dont compile In-Reply-To: <36CCE465.6C35515C@jps.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 18 Feb 1999, me wrote: > "oZZ!!!" wrote: > > > Try to use following patches... > > > > file patch-aa > > ----------c-u-t--h-e-r-e-------------------------- > > --- configure.orig Sun Sep 13 19:41:26 1998 > > +++ configure Thu Feb 18 23:34:38 1999 > > @@ -2784,7 +2784,7 @@ > > > > XLFLAGS="$X_LIBS" > > > > -XLIBS="$X_EXTRA_LIBS -lXext -lXt -lX11 -lm" > > +XLIBS="$X_PRE_LIBS $X_EXTRA_LIBS -lXext -lXt -lX11 -lm" > > > > XDM_EXTRA_LIBS="-lXmu -lXau -lXdmcp" > > > > @@ -3273,7 +3273,7 @@ > > > > > > > > -WINGsOK=no > > +WINGsOK=yes > > WINGsDEBUG=no > > echo $ac_n "checking for WINGs""... $ac_c" 1>&6 > > echo "configure:3280: checking for WINGs" >&5 > > @@ -3587,7 +3587,7 @@ > > EOF > > > > cat >> confdefs.h < > -#define DEF_AUTH_DIR "$DMDIR/authdir" > > +#define DEF_AUTH_DIR "$DMDIR" > > EOF > > > > > > > > ---------e-n-d--c-u-t---------------------- > > > > patch-ad > > > > ---------c-u-t--h-e-r-e-------------------- > > --- src/TestLogin.c.orig Thu Feb 18 23:39:31 1999 > > +++ src/TestLogin.c Thu Feb 18 23:39:55 1999 > > @@ -67,7 +67,6 @@ > > #include > > #include > > #include > > -#include > > > > > > #define forever 1 > > --------e-n-d--c-u-t------------------------- > > > > Gave it a shot and it still doesn't find the wraster libs. I submitted a PR on > this a few weeks ago, which was just closed with a simple patch to the > .../wdm/Makefile. I Don't understand autoconf well enough to figure out why it > can't find the lib, it's in /usr/X11R6/lib. > > Any other suggestions? I'd really like to try this app out. > > MO! > i tried this patch and works for me +-----------------------------------------------+---------------------+ | Marcello Mezzanotti | Amiga 1200/18Mb | | ICQ UIN #1845241 | AmigaOS 3.1 | | C, Pascal, PHP, Arexx Programmer | Linux 2.0.33pl1 | | Star Trek, UNIX, Amiga Computers | NetBSD 1.3.3 | | IRC Nick: MezzaNET | | +-----------------------------------------------+ K6 233 32Mb | | Amiga: The Computer For Creative Minds | FreeBSD 2.2.28 | | Linux: The Choice of The Next Generation | Linux 2.0.36 | +-----------------------------------------------+---------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 4:34:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gvinpin.grad.kiev.ua (KievglavArhit-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (Postfix) with ESMTP id CA18C1156A for ; Fri, 19 Feb 1999 04:33:38 -0800 (PST) (envelope-from Ruslan@Shevchenko.Kiev.UA) Received: from Shevchenko.Kiev.UA (kulshedra [10.0.1.99]) by gvinpin.grad.kiev.ua (8.8.7/8.8.7) with ESMTP id OAA11784; Fri, 19 Feb 1999 14:33:19 +0200 Message-ID: <36CD5A82.C8CE70BD@Shevchenko.Kiev.UA> Date: Fri, 19 Feb 1999 14:35:14 +0200 From: Ruslan Shevchenko Reply-To: rssh@grad.kiev.ua X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: moncrg@bt340707.res.ray.com Cc: ports@freebsd.org Subject: Re: freebsd: ports/devel/doc++ References: <36CC86A7.86F4CF56@bt340707.res.ray.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg Moncreaff wrote: > > Is seems they upgrade this every couple of weeks but > you haven't updated the port for close to 2 months, > > consider updating to doc++3.3.9 ??? > > Anybody know, is doc++3.3.9 exists in reality and where it's homepage ? On official doc++ home page current version is still 3.2 . > -- Disclaimer: "this is my personal opinion and not that of my employer" > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 4:36:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21827114C9; Fri, 19 Feb 1999 04:36:40 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id EAA58983; Fri, 19 Feb 1999 04:36:39 -0800 (PST) (envelope-from ache@FreeBSD.org) Date: Fri, 19 Feb 1999 04:36:39 -0800 (PST) From: Message-Id: <199902191236.EAA58983@freefall.freebsd.org> To: laskavy@Berkeley.Gambit.Msk.SU, ache@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/10101 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lynx-current port use $prefix/lib instead of $prefix/share State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Fri Feb 19 04:35:18 PST 1999 State-Changed-Why: Use share/lynx_help since it is not only docs but onlyne docs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 5:30: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEFB411699 for ; Fri, 19 Feb 1999 05:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA00850; Fri, 19 Feb 1999 05:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-a.abtsfd1.bc.wave.home.com [24.113.18.89]) by hub.freebsd.org (Postfix) with ESMTP id E079E10E5A for ; Thu, 18 Feb 1999 23:44:31 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from norn@localhost) by norn.ca.eu.org (8.9.3/8.9.2) id XAA05127; Thu, 18 Feb 1999 23:44:38 -0800 (PST) (envelope-from norn) Message-Id: <199902190744.XAA05127@norn.ca.eu.org> Date: Thu, 18 Feb 1999 23:44:38 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10157: [patch] blackbox upgrade from 0.50.2 to 0.50.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10157 >Category: ports >Synopsis: [patch] blackbox upgrade from 0.50.2 to 0.50.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 19 05:30:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #68: Thu Feb 18 21:46:30 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: Upgrade of port to 0.50.3, the filesize is significantly larger due to the inclusion of some very good (and large) themes. I added a hook to build blackbox with KDE support also, if this is not wanted please remove it. >How-To-Repeat: >Fix: diff -ruN ports/x11-wm/blackbox.old/Makefile ports/x11-wm/blackbox/Makefile --- ports/x11-wm/blackbox.old/Makefile Tue Dec 22 17:37:34 1998 +++ ports/x11-wm/blackbox/Makefile Wed Feb 17 16:10:52 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: Blackbox -# Version required: 0.50.2 +# Version required: 0.50.3 # Date created: June 15, 1998 # Whom: Brian Handy # # $Id: Makefile,v 1.16 1998/12/23 01:37:34 steve Exp $ # -DISTNAME= blackbox-0.50.2 +DISTNAME= blackbox-0.50.3 CATEGORIES= x11-wm MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \ ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/ @@ -16,4 +16,17 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes +.if !defined(USE_KDE) +pre-fetch: + @echo + @echo If you would like build Blackbox with KDE support + @echo you must set the variable USE_KDE + @echo +.else +pre-fetch: + @echo + @echo Building Blackbox with KDE support + @echo +CONFIGURE_ARGS= --enable-kde +.endif .include diff -ruN ports/x11-wm/blackbox.old/files/md5 ports/x11-wm/blackbox/files/md5 --- ports/x11-wm/blackbox.old/files/md5 Tue Dec 22 17:37:37 1998 +++ ports/x11-wm/blackbox/files/md5 Wed Feb 17 15:30:37 1999 @@ -1 +1 @@ -MD5 (blackbox-0.50.2.tar.gz) = 04c5cfe573e295914359b3194fdac9f7 +MD5 (blackbox-0.50.3.tar.gz) = 8432c803287bfe0ace51555482ff0e2d diff -ruN ports/x11-wm/blackbox.old/pkg/DESCR ports/x11-wm/blackbox/pkg/DESCR --- ports/x11-wm/blackbox.old/pkg/DESCR Mon Nov 23 14:01:12 1998 +++ ports/x11-wm/blackbox/pkg/DESCR Wed Feb 17 15:41:59 1999 @@ -1,5 +1,5 @@ Blackbox is Yet Another Window Manager for X11R6 that arose primarily -out of the curiosity of the authors. It's small (around 8700 lines at +out of the curiosity of the authors. It's small (around 11700 lines at the time of writing), fast, built-in rendering code, image dithering at 8, 15 and 16 bits per pixel and color icon support. Blackbox is [mostly] ICCCM compliant. diff -ruN ports/x11-wm/blackbox.old/pkg/PLIST ports/x11-wm/blackbox/pkg/PLIST --- ports/x11-wm/blackbox.old/pkg/PLIST Mon Nov 23 14:01:12 1998 +++ ports/x11-wm/blackbox/pkg/PLIST Wed Feb 17 15:40:30 1999 @@ -1,5 +1,18 @@ bin/blackbox bin/bsetroot +share/Blackbox/brueghel/babel +share/Blackbox/brueghel/babel.gif +share/Blackbox/brueghel/babel.txt +share/Blackbox/brueghel/icarus +share/Blackbox/brueghel/icarus.gif +share/Blackbox/brueghel/icarus.txt +share/Blackbox/brueghel/littlebabel +share/Blackbox/brueghel/littlebabel.gif +share/Blackbox/brueghel/littlebabel.txt +share/Blackbox/brueghel/rebelangels +share/Blackbox/brueghel/rebelangels.gif +share/Blackbox/brueghel/rebelangels.txt +share/Blackbox/brueghel/stylesmenu share/Blackbox/rc share/Blackbox/menu share/Blackbox/styles/blackmagic @@ -15,5 +28,6 @@ share/Blackbox/styles/steelblue share/Blackbox/styles/steelbox share/Blackbox/styles/stylesmenu +@dirrm share/Blackbox/brueghel @dirrm share/Blackbox/styles @dirrm share/Blackbox >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 5:30:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 691591171F for ; Fri, 19 Feb 1999 05:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA00887; Fri, 19 Feb 1999 05:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 Feb 1999 05:30:05 -0800 (PST) Message-Id: <199902191330.FAA00887@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/10153: apsfilter-4.9.9 does not compile under -CURRENT Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10153; it has been noted by GNATS. From: Chris Piazza To: freebsd-gnats-submit@freebsd.org, doehrm@aubi.de Cc: Subject: Re: ports/10153: apsfilter-4.9.9 does not compile under -CURRENT Date: Fri, 19 Feb 1999 01:41:42 -0800 (PST) norn@norn (~/ports)> uname -a FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #68: Thu Feb 18 21:46:30 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 This port _does_ build(or patch) properly: ===> Patching for apsfilter-4.9.9 ===> Applying FreeBSD patches for apsfilter-4.9.9 ===> Configuring for apsfilter-4.9.9 ===> Building for apsfilter-4.9.9 I am able to reproduce the error you are receiving by doing the following: root@norn (/usr/ports/print/apsfilter)# rm work/.patch_done root@norn (/usr/ports/print/apsfilter)# make patch ===> Patching for apsfilter-4.9.9 ===> Applying FreeBSD patches for apsfilter-4.9.9 Ignoring previously applied (or reversed) patch. 4 out of 4 hunks ignored--saving rejects to SETUP.rej Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to bin/apsfilter.rej *** Error code 5 It looks to me that you need to do a ``make clean'' or rm -rf work -- Chris Piazza Abbotsford, BC, Canada cpiazza@home.net finger norn@norn.ca.eu.org for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 5:30:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE4BE11722 for ; Fri, 19 Feb 1999 05:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA00896; Fri, 19 Feb 1999 05:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ns.issei.org (ns.issei.org [210.169.187.130]) by hub.freebsd.org (Postfix) with ESMTP id 519B711773 for ; Fri, 19 Feb 1999 03:23:29 -0800 (PST) (envelope-from issei@issei.org) Received: from localhost (sandra.issei.org [210.169.187.134]) by ns.issei.org (8.9.3/3.7W-hub) with ESMTP id UAA02439 for ; Fri, 19 Feb 1999 20:23:24 +0900 (JST) Message-Id: <199902191123.UAA02439@ns.issei.org> Date: Fri, 19 Feb 1999 20:23:23 +0900 From: issei@jp.FreeBSD.ORG Reply-To: issei@jp.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10161: New port : mail/mailx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10161 >Category: ports >Synopsis: New port : mail/mailx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 19 05:30:05 PST 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.1-STABLE i386 >Organization: Personal >Environment: >Description: This is a new port of mailx command. Mailx is a standard MUA on System V UNIX. Mailx is based on UCB mail command, but it has some enhanced features. Mr. Koganemaru ported the mailx command to FreeBSD (by customizing mail command of FreeBSD 2.2.8-RELEASE), so I make the port-skelton of it. >How-To-Repeat: >Fix: begin 664 mailx-990218.tar.gz M'XL(`,(ES#8``^U9^V^;2!#.K^:O&*F1KI5J8#'XD6NJNK;3L\YV(G"OK51= MM"QKFYK7L;B->Y?__68!VWE0'-9K.A&T:SA>=$MTS]"*S]TBJP$AE-`8Y\(;C_%;E/ M"\Z#0Q`Z+,(\_V.ZY#,_X/OQ072]V32_F'^#&.8V_T;#P/SC/F@>@;X?.K?Q M/\__(YCP3Y#$:2:`Q4'`6>;'$83EAH!9G)[().7[1'D$O_%42(&4_['R4^[E MDV#A3)]F'%C*\5".2I`VG'$WI>D:2*?30;DWBSC7%N3QT-WBNU6F$#_ZI1S-3,SSA;J)2I4@EM9&&BT:6_L:45]973/1N. M-LSJAFJH;15WGCK_7,2V'O(P+L9M1;GH3GN_E,1K/XYV3N,&[ROUHVZI"?ZY9"G7=NE,[>'%::V>$`7#/IQ,\7=@G^:YO9?-<_N5H@S>3NUN;WIY/AF] M^X>H*&_L7QV[=UJK'?^)I_VA?:WMA)37SN#R8F"/K-/:F@MT.2$H6G`D\K)W M/KZP!XXSZ!<22A*+K)Y3/U'09JY\#?7$5UVZA#J'GX3V^^/WZB3,$_)$.SXF M5YK_,Q3#_0QP7:-\^*WV$^2LD&#!"GTJ7ESW([R;!$'N8#AQIMT1)L$^?V5W MQ]=W-/`2^9T-WUYKKA\5`;^IADNXJZ(2N5MV>B&5>A'1RF7+J*&%<1ZL&W)B M05.N>3&[[Z7?G7:EJ,SA-L2W]N)7["BJ'[%@Y7%X)O>CW'QJN'RN_.A[6H5O M1U'HR7*^QQ[P&_L_BS1TG9C8"Q#2(*3J_PZ!7?XO1G@/V(N/!_H_;/<;V_Q; MA,C^C[3,JO\[!';/GCMW]_M/`N6%YZ=I"'!7&8_DFYY0JP+_ M#V-7__V!T[/WXN.!^B?$TK?UW]*-ZOE_0#Q8_ZJBR"2-\]&-H"_`I8)[$$>` M+_2YSF;R*;BK#/P,:"!B2-+XH^]Q`2(.N<*C!8T8ZLTXS5:I'%ZQ!5!QHB@Q M##S46G#J\13\:!:G(R[U]`?CF]W^C95F&[/\(7E3O_X?`S?R'WGXB_E#_;S2-._DW&HWJ M_S\'P;AOP>-[']^?P"E8LP9MLTZ+>RVWH3.785&ZLT;;,-ORelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 5:34:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gvinpin.grad.kiev.ua (KievglavArhit-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (Postfix) with ESMTP id 153B9116E4 for ; Fri, 19 Feb 1999 05:34:01 -0800 (PST) (envelope-from Ruslan@Shevchenko.Kiev.UA) Received: from Shevchenko.Kiev.UA (kulshedra [10.0.1.99]) by gvinpin.grad.kiev.ua (8.8.7/8.8.7) with ESMTP id PAA12158; Fri, 19 Feb 1999 15:32:40 +0200 Message-ID: <36CD6870.2423DBBE@Shevchenko.Kiev.UA> Date: Fri, 19 Feb 1999 15:34:40 +0200 From: Ruslan Shevchenko Reply-To: rssh@grad.kiev.ua X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: moncrg@bt340707.res.ray.com Cc: ports@freebsd.org Subject: Re: freebsd: ports/devel/doc++ References: <36CC86A7.86F4CF56@bt340707.res.ray.com> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greg Moncreaff wrote: > > Is seems they upgrade this every couple of weeks but > you haven't updated the port for close to 2 months, > > consider updating to doc++3.3.9 ??? > Anybody know, what is doc++3.3.9 and where it's homepage ? In official doc++ home current version is still 3.2 and looks, like e-mail address of Greg Moncreaff is not valid :( so I can't ask him directly . > > -- Disclaimer: "this is my personal opinion and not that of my employer" > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 7:26: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 6002210E7E for ; Fri, 19 Feb 1999 07:26:00 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from localhost (localhost.pis [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.8.8) with ESMTP id AAA30956 for ; Sat, 20 Feb 1999 00:27:06 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) To: ports@FreeBSD.ORG Subject: GP problem. X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990220002705L.kiri@pis.toba-cmt.ac.jp> Date: Sat, 20 Feb 1999 00:27:05 +0900 From: KIRIYAMA Kazuhiko X-Dispatcher: imput version 980905(IM100) Lines: 18 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I send fenner@FreeBSD.org but hub.freebsd.org cannot accept my mail, so I put in this ML. In Message-ID: <199902182051.MAA93224@freefall.freebsd.org> wrote : > GP works fine with tcl8.0, and since many ports are moving towards > using tcl/tk 8.0, I think it'd be nice to do the same for the GP port. > Would you mind if I committed these changes? I tested in japanese/gp with japanese/tk(tk80jp). But result should not be good, because of GPjp might not be enouch to corresponds of tk80jp. I contacted Mr.Ueda who made GP/GPjp and he said to prepare GP/GPjp for tk80/80jp but please wate a minites. I wish to wate commit until Ueda will be released NEW GP/GPjp. Is that OK? --- KIRIYAMA Kazuhiko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 7:40:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57B9B1183D for ; Fri, 19 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA44358; Fri, 19 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 19 Feb 1999 07:40:01 -0800 (PST) Message-Id: <199902191540.HAA44358@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Tom Hukins Subject: Re: ports/9865: Update port: leafnode+ Reply-To: Tom Hukins Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/9865; it has been noted by GNATS. From: Tom Hukins To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/9865: Update port: leafnode+ Date: Fri, 19 Feb 1999 15:32:11 +0000 On Mon, Feb 01, 1999 at 09:07:05PM -0000, I wrote: > > The patch below upgrades news/leafnode+. I am the port's maintainer. Unfortunately, I have reports that Leafnode+ does not work with FreeBSD-3.x. :( There is a bug in 3.x (misc/10148) regarding updating atime. Until that bug is fixed, the patch below should be included in the patches directory of the port. This will enable Leafnode+ to run properly on 3.x systems with the bug mentioned in misc/10148. Thanks to Michael V. Harding for diagnosing and fixing this problem. Regards, Tom --- nntpd.c.orig Sun Jan 31 19:17:52 1999 +++ nntpd.c Fri Feb 19 15:25:29 1999 @@ -349,6 +349,7 @@ } else { /* Otherwise, create it */ if ((f = open(s, O_WRONLY|O_CREAT|O_TRUNC, 0644)) >= 0) + write(f,"*",1); close(f); } justaftergroup = FALSE; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 7:40:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E63C11845 for ; Fri, 19 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA44367; Fri, 19 Feb 1999 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail10.svr.pol.co.uk (mail10.svr.pol.co.uk [195.92.193.214]) by hub.freebsd.org (Postfix) with ESMTP id 38CE711760 for ; Fri, 19 Feb 1999 07:37:33 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-82.platinum.dialup.pol.co.uk ([62.136.38.210]) by mail10.svr.pol.co.uk with esmtp (Exim 2.10 #1) id 10Drzd-0006jb-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 19 Feb 1999 15:37:30 +0000 Received: (qmail 3018 invoked by uid 5000); 19 Feb 1999 15:18:54 -0000 Message-Id: <19990219151854.3017.qmail@eborcom.com> Date: 19 Feb 1999 15:18:54 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10162: Minor fix: kdebase11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10162 >Category: ports >Synopsis: Fix kdmrc to add qmail usernames to NoUsers >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 19 07:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: FreeBSD machine with qmail-1.03 and kde11 installed. >Description: patch-at in kdebase11 includes modifications to kdmrc to exclude certain users from the login window. The patch below adds usernames which are added by qmail to this list. This makes KDM look tidier on machines where qmail is installed. Also, this port installs kvt in $PREFIX/bin. patch-an and patch-ao modify kdm so it can write to utmp and lastlog. However, the port is not installed setuid root so these patches have no effect unless the user changes ownership of the kvt executable to root, and sets the setuid flag. Is this intended, perhaps for security reasons, or is it an oversight? >How-To-Repeat: >Fix: diff -ruN kdebase11.old/patches/patch-at kdebase11/patches/patch-at --- kdebase11.old/patches/patch-at Sat Jan 9 12:43:19 1999 +++ kdebase11/patches/patch-at Fri Feb 19 15:07:57 1999 @@ -10,6 +10,6 @@ --- 9,13 ---- SortUsers=true #Users=root;johndoe -! NoUsers=bin;bind;daemon;games;halt;kmem;mail;man;mta;news;nobody;operator;pop;reboot;shutdown;sync;tty;uucp;xten; +! NoUsers=alias;bin;bind;daemon;games;halt;kmem;mail;man;mta;news;nobody;operator;pop;qmaild;qmaill;qmailp;qmailq;qmailr;qmails;reboot;shutdown;sync;tty;uucp;xten; GreetString=K Desktop Environment [HOSTNAME] UserView=true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 8: 7:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pincel.adm.ufrgs.br (pincel.adm.ufrgs.br [143.54.53.252]) by hub.freebsd.org (Postfix) with ESMTP id 492AF117E3 for ; Fri, 19 Feb 1999 08:06:38 -0800 (PST) (envelope-from fucs@vortex.ufrgs.br) Received: from vortex.ufrgs.br (raphael.adm.ufrgs.br [143.54.53.51]) by pincel.adm.ufrgs.br (8.8.8/8.8.8) with ESMTP id NAA12235 for ; Fri, 19 Feb 1999 13:15:41 -0300 (EST) (envelope-from fucs@vortex.ufrgs.br) Message-ID: <36CD9A4F.CC365A64@vortex.ufrgs.br> Date: Fri, 19 Feb 1999 14:07:27 -0300 From: Daniel Fucs Organization: PPGA-UFRGS X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Howto-1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ports! :) I'm in troubles with the Howto-1.0 port. Thanks dfucs ---------------------begin---------------------------- make ===> Extracting for Howto-1.0 >> Checksum mismatch for Howto/Linux+FreeBSD.sgml.gz. >> Checksum mismatch for Howto/DNS-HOWTO.sgml.gz. >> Checksum OK for Howto/NFS-HOWTO.sgml.gz. >> Checksum OK for Howto/NIS-HOWTO.sgml.gz. >> Checksum OK for Howto/Security-HOWTO.sgml.gz. Make sure the Makefile and md5 file (/usr/ports/misc/Howto/files/md5) are up to date. If you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ---------------------end------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 10:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A568011732 for ; Fri, 19 Feb 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA56905; Fri, 19 Feb 1999 10:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from inr-delphi.fzk.de (inr-delphi.fzk.de [141.52.12.230]) by hub.freebsd.org (Postfix) with ESMTP id 633341195D for ; Fri, 19 Feb 1999 10:10:19 -0800 (PST) (envelope-from pc@inr-delphi.fzk.de) Received: (from pc@localhost) by inr-delphi.fzk.de (8.8.8/8.8.7) id TAA29668; Fri, 19 Feb 1999 19:10:14 +0100 (CET) (envelope-from pc) Message-Id: <199902191810.TAA29668@inr-delphi.fzk.de> Date: Fri, 19 Feb 1999 19:10:14 +0100 (CET) From: Peter Cornelius Reply-To: pc@inr.fzk.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10164: XFree86-3.3.3.1 build fails with kerberosIV on 2.2.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10164 >Category: ports >Synopsis: XFree86-3.3.3.1 build fails with kerberosIV on 2.2.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 19 10:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Peter Cornelius >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Arbeitskreis Kultur und Kommunikation. >Environment: /usr/ports/x11/XFree86/work.saved/xc/programs/xdm# uname -a FreeBSD inr-delphi.fzk.de 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Thu Feb 11 08:57:06 CET 1999 root@inr-delphi.fzk.de:/usr/src/sys/compile/INR-DELPHI i386 >Description: On my box, the build for XFree86-3.3.3.1 failed when saying 'YES' to kerberos (kerberos 4, I think it is), when building xdm, although the necessary files exist. >How-To-Repeat: well, ... ~> su - root Password: # cd /usr/ports/x11/XFree86/ ; make all install [...] Do you want to enable KerberosIV support? [YES] YES [... and so on ...] >Fix: This is how I made her shut up: /usr/ports/x11/XFree86/work.saved/xc/programs/xdm# diff -c krb4auth.c *** krb4auth.c Tue Feb 16 22:03:23 1999 --- krb4auth.c.orig Tue Feb 16 16:26:45 1999 *************** *** 43,49 **** # include #endif ! #include #include "krb4auth.h" /* keep us honest */ --- 43,49 ---- # include #endif ! #include #include "krb4auth.h" /* keep us honest */ Best regards, Peter. --- Peter Cornelius >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 10:38:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from spook.navinet.net (spook.navinet.net [206.25.93.69]) by hub.freebsd.org (Postfix) with ESMTP id ED31711871 for ; Fri, 19 Feb 1999 10:38:13 -0800 (PST) (envelope-from forrie@forrie.com) Received: from forrie (black.navinet.net [206.25.93.86]) by spook.navinet.net (8.9.3/8.9.3) with SMTP id NAA36740 for ; Fri, 19 Feb 1999 13:39:13 -0500 (EST) Message-Id: <4.1.19990219133618.009c9280@206.25.93.69> X-Sender: forrie@206.25.93.69 X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 Date: Fri, 19 Feb 1999 13:38:12 -0500 To: ports@FreeBSD.ORG From: Forrest Aldrich Subject: Tix Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This port needs some repairs... First it is looking for libtcl4180 when the package creates libtcl4.1.8.0.so (easy, hack some links). Now it gets deeper... This is : DISTNAME= Tix4.1.0.006 PKGNAME= tix-4.1.0.006 On: FreeBSD 3.1-STABLE (SPOOK) #6: Mon Feb 15 13:50:55 EST 1999 bash-2.02# make bash-2.02# make install ===> Installing for tix-4.1.0.006 ===> tix-4.1.0.006 depends on shared library: tk80.1 - not found ===> Verifying install for tk80.1 in /usr/ports/x11-toolkits/tk80 >> tk8.0.4.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from ftp://ftp.scriptics.com/pub/tcl/tcl8_0/. Receiving tk8.0.4.tar.gz (2028895 bytes): 100% 2028895 bytes transfered in 17.4 seconds (113.97 Kbytes/s) ===> Extracting for tk-8.0.4 >> Checksum OK for tk8.0.4.tar.gz. ===> tk-8.0.4 depends on shared library: tcl80.1 - not found ===> Verifying install for tcl80.1 in /usr/ports/lang/tcl80 ===> Returning to build of tk-8.0.4 Error: shared library "tcl80.1" does not exist *** Error code 1 Stop. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Feb 19 23:40: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11D2D11707 for ; Fri, 19 Feb 1999 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id XAA99302; Fri, 19 Feb 1999 23:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-a.abtsfd1.bc.wave.home.com [24.113.18.89]) by hub.freebsd.org (Postfix) with ESMTP id 5027111713 for ; Fri, 19 Feb 1999 23:32:12 -0800 (PST) (envelope-from norn@norn.ca.eu.org) Received: (from root@localhost) by norn.ca.eu.org (8.9.3/8.9.2) id XAA55746; Fri, 19 Feb 1999 23:32:12 -0800 (PST) (envelope-from norn) Message-Id: <199902200732.XAA55746@norn.ca.eu.org> Date: Fri, 19 Feb 1999 23:32:12 -0800 (PST) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10168: [NEW PORT] ezbounce (IRC Proxy) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10168 >Category: ports >Synopsis: [NEW PORT] ezbounce (IRC Proxy) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 19 23:40:02 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #68: Thu Feb 18 21:46:30 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN i386 >Description: ezbounce is a very configurable IRC proxy with many features (ex: ident "spoofing",access control, etc) The program's Makefile does not include a real "install" target so I created it myself. If there was an easier or better way to do this please enlighten me! >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ezbounce # ezbounce/Makefile # ezbounce/files # ezbounce/files/md5 # ezbounce/pkg # ezbounce/pkg/COMMENT # ezbounce/pkg/DESCR # ezbounce/pkg/PLIST # echo c - ezbounce mkdir -p ezbounce > /dev/null 2>&1 echo x - ezbounce/Makefile sed 's/^X//' >ezbounce/Makefile << 'END-of-ezbounce/Makefile' X# New ports collection makefile for: ezbounce X# Version required: 0.81 X# Date created: 19 February 1999 X# Whom: Chris Piazza X# X# $Id$ X# X XDISTNAME= ezbounce-0.81 XCATEGORIES= net XMASTER_SITES= http://druglord.freelsd.org/ezbounce/ \ X http://irc.themes.org/downloads/misc/ X XMAINTAINER= cpiazza@home.net X XGNU_CONFIGURE= yes X Xdo-install: X X @echo ------------------------------------------------------------------ X @echo You will need to read http://druglord.freelsd.org/ezbounce/README X @echo and http://druglord.freelsd.org/ezbounce/mdidentd.README X @echo to set up this program. X @echo Also, edit ${PREFIX}/etc/ezbounce.conf to your liking. X @echo ------------------------------------------------------------------ X ${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin X ${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin X ${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \ X ${WRKSRC}/sample.conf.new X ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \ X ${PREFIX}/etc/ezbounce.conf X X.include END-of-ezbounce/Makefile echo c - ezbounce/files mkdir -p ezbounce/files > /dev/null 2>&1 echo x - ezbounce/files/md5 sed 's/^X//' >ezbounce/files/md5 << 'END-of-ezbounce/files/md5' XMD5 (ezbounce-0.81.tar.gz) = c5ed640e91445f6bfabb22467583551d END-of-ezbounce/files/md5 echo c - ezbounce/pkg mkdir -p ezbounce/pkg > /dev/null 2>&1 echo x - ezbounce/pkg/COMMENT sed 's/^X//' >ezbounce/pkg/COMMENT << 'END-of-ezbounce/pkg/COMMENT' XA highly configurable IRC Proxy. END-of-ezbounce/pkg/COMMENT echo x - ezbounce/pkg/DESCR sed 's/^X//' >ezbounce/pkg/DESCR << 'END-of-ezbounce/pkg/DESCR' Xezbounce is a highly configurable IRC Proxy that features: X X * Access control X * Password protection X * Ident spoofing X * Can listen on virtual hosts X * Ability to ``Detach'' from the proxy and stay connected X to the IRC server. X Xhttp://druglord.freelsd.org/ezbounce/ XWritten by: Murat Deligonul X X-Chris Piazza Xcpiazza@home.net END-of-ezbounce/pkg/DESCR echo x - ezbounce/pkg/PLIST sed 's/^X//' >ezbounce/pkg/PLIST << 'END-of-ezbounce/pkg/PLIST' Xsbin/ezbounce Xsbin/mdidentd Xetc/ezbounce.conf END-of-ezbounce/pkg/PLIST exit -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 2:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E65F11208 for ; Sat, 20 Feb 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id CAA06044; Sat, 20 Feb 1999 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id 4369410E7B for ; Sat, 20 Feb 1999 02:21:49 -0800 (PST) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Sat, 20 Feb 1999 10:21:39 +0000 Received: from voodoo.pandhm.co.uk ([10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id F1KNMKZS; Sat, 20 Feb 1999 10:16:10 -0000 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 10E9Zl-000EMO-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 20 Feb 1999 10:23:57 +0000 Message-Id: Date: Sat, 20 Feb 1999 10:23:57 +0000 From: Dom Mitchell Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10170: gtop build broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10170 >Category: ports >Synopsis: gtop build broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 20 02:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #12: Mon Feb 15 10:43:45 GMT 1999 dom@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 Building /usr/ports/x11/gnome, ports tree updated at 00:00 GMT 20 Feb 1999. >Description: The build of gtop fails on proc.c. This prevents the complete installation of the gnome meta-port. >How-To-Repeat: cd /usr/ports/sysutils/gtop ; make >Fix: Add the line "#include " to the top of the file. Pretty simple huh? Gotta hate them Linux developers... -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** >Release-Note: >Audit-Trail: >Unformatted: Dom Mitchell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 3:10:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (Postfix) with ESMTP id 3C83710E69 for ; Sat, 20 Feb 1999 03:10:47 -0800 (PST) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id LAA28708; Sat, 20 Feb 1999 11:48:08 +0100 (CET) Message-Id: <199902201048.LAA28708@peedub.muc.de> X-Mailer: exmh version 2.0.2 2/24/98 To: wwoods@cybcon.com Cc: freebsd-ports@freebsd.org Subject: Re: xsysinfo port on 4.0-current Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 18 Feb 1999 22:37:51 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 20 Feb 1999 11:48:08 +0100 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org William Woods writes: >Regarding xsysinfo on 4.0-current. I just compiled the port and I notice as >soon as I start it, it dies.....no errors, just dies...... > >ideas... > there's a PR on this. xsysinfo has to be updated to use the new swap handling routines in libkvm. xperfmon3 has already been updated and could be used as an example. Look for the FreeBSD_version >= 400000 stuff in files/freebsd_system.c. Diffs are welcome :) --- Gary Jennejohn Home - garyj@muc.de Work - garyj@fkr.dec.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 3:12:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id CD0A5115FF for ; Sat, 20 Feb 1999 03:12:08 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id NAA09287; Sat, 20 Feb 1999 13:12:00 +0200 (SAT) (envelope-from reg) Date: Sat, 20 Feb 1999 13:12:00 +0200 From: Jeremy Lea To: Dom Mitchell Cc: FreeBSD-ports@FreeBSD.ORG Subject: Re: ports/10170: gtop build broken Message-ID: <19990220131159.A9063@shale.csir.co.za> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Dom Mitchell on Sat, Feb 20, 1999 at 10:23:57AM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi to all porters, On Sat, Feb 20, 1999 at 10:23:57AM +0000, Dom Mitchell wrote: > >Synopsis: gtop build broken This is not a flame... The breakage is in libgtop, which needs to include "sys/types.h" in the headers... The gnome meta port is also not up to date, it doesn't install half of the ports. Is there any way of marking ports with a variable which says "Please don't send-pr on this port, it is work in progress"? Vanilla has been updating to GNOME 0.99.8, and he is only about half way through. With the ports. I've also done some work on the GNOME ports, and they break things all over the place... so much for freature freeze. The GNOME ports need to be marked as 'flaky' until they hit 1.0, at which point they should be expected to work as a group. It'll just cost extra version number bumping to mark them as broken when the base library upgrading starts. Or the upgrading must be held back and done as one mega commit, which places more work on the maintainers, and will delay the upgrading. Someone should close this PR. Regards, -Jeremy -- | "I could be anything I wanted to, but one things true --+-- Never gonna be as big as Jesus, never gonna hold the world in my hand | Never gonna be as big as Jesus, never gonna build a promised land | But that's, that's all right, OK with me..." -Audio Adrenaline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 3:42:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id 669C5112A1 for ; Sat, 20 Feb 1999 03:42:44 -0800 (PST) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 2.0.15) with ESMTP id ; Sat, 20 Feb 1999 11:42:36 +0000 Received: from voodoo.pandhm.co.uk ([10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id F1KNMKZ7; Sat, 20 Feb 1999 11:37:08 -0000 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 10EAq7-0001GO-00; Sat, 20 Feb 1999 11:44:55 +0000 To: Jeremy Lea Cc: FreeBSD-ports@FreeBSD.ORG Subject: Re: ports/10170: gtop build broken X-Mailer: nmh v0.26 X-Colour: Green Organization: Palmer & Harvey McLane In-Reply-To: Jeremy Lea's message of "Sat, 20 Feb 1999 13:12:00 +0200" <19990220131159.A9063@shale.csir.co.za> Date: Sat, 20 Feb 1999 11:44:55 +0000 From: Dom Mitchell Message-Id: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 20 February 1999, Jeremy Lea proclaimed: > Hi to all porters, > > On Sat, Feb 20, 1999 at 10:23:57AM +0000, Dom Mitchell wrote: > > >Synopsis: gtop build broken > > This is not a flame... > > The breakage is in libgtop, which needs to include "sys/types.h" in the > headers... The gnome meta port is also not up to date, it doesn't > install half of the ports. > > Is there any way of marking ports with a variable which says "Please don't > send-pr on this port, it is work in progress"? Vanilla has been > updating to GNOME 0.99.8, and he is only about half way through. With > the ports. I've also done some work on the GNOME ports, and they break > things all over the place... so much for freature freeze. The GNOME > ports need to be marked as 'flaky' until they hit 1.0, at which point > they should be expected to work as a group. It'll just cost extra > version number bumping to mark them as broken when the base library > upgrading starts. Or the upgrading must be held back and done as one > mega commit, which places more work on the maintainers, and will delay > the upgrading. I apologise; I've had quite a few problems getting GNOME to work. This seemed to be the most major one yet. I fully agree that it is not yet ready for prime time in it's present state. :-( I wish all developments were as organised and stable as FreeBSD... > Someone should close this PR. Please do. -- Dom Mitchell -- Palmer & Harvey McLane -- Unix Systems Administrator Free your mind -- http://www.opensource.org/ -- ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 8:14:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id 4170A10E59; Sat, 20 Feb 1999 08:14:19 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by shale.csir.co.za (8.9.3/8.9.3) id SAA18747; Sat, 20 Feb 1999 18:12:38 +0200 (SAT) (envelope-from reg) Date: Sat, 20 Feb 1999 18:12:37 +0200 From: Jeremy Lea To: Marc van Kempen Cc: Kris Kennaway , ports@FreeBSD.ORG, sada@FreeBSD.ORG Subject: Re: Shared library problem Message-ID: <19990220181237.B79671@shale.csir.co.za> References: <19990209095003.K96974@shale.csir.co.za> <199902091121.MAA23292@bowtie.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199902091121.MAA23292@bowtie.nl>; from Marc van Kempen on Tue, Feb 09, 1999 at 12:21:00PM +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I finally got a chance to look at this in a bit more detail... On Tue, Feb 09, 1999 at 12:21:00PM +0100, Marc van Kempen wrote: > In my view they are actually trying to stuff in another version decimal > in there. It's worse than that... They really don't understand that product version numbers and API versions are totally different things. Look at this snippet from glib/configure.in: --------- # The following version number definitions apply to GLib and GModule # as a whole, so if changes occoured in either of them, they are both # treated with the same interface and binary age. # # Making releases: # GLIB_MICRO_VERSION += 1; # GLIB_INTERFACE_AGE += 1; # GLIB_BINARY_AGE += 1; # if any functions have been added, set GLIB_INTERFACE_AGE to 0. # if backwards compatibility has been broken, # set GLIB_BINARY_AGE and GLIB_INTERFACE_AGE to 0. # GLIB_MAJOR_VERSION=1 GLIB_MINOR_VERSION=1 GLIB_MICRO_VERSION=16 GLIB_INTERFACE_AGE=0 GLIB_BINARY_AGE=0 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION dnl AC_DIVERT_POP()dnl AC_SUBST(GLIB_VERSION) # libtool versioning LT_RELEASE=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION LT_CURRENT=`expr $GLIB_MICRO_VERSION - $GLIB_INTERFACE_AGE` LT_REVISION=$GLIB_INTERFACE_AGE LT_AGE=`expr $GLIB_BINARY_AGE - $GLIB_INTERFACE_AGE` --------- These are then used like this: -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -release $(LT_RELEASE) to get a library named (depending on the scheme): libglib-$(LT_RELEASE).so.$(LT_CURRENT).$(LT_REVISION).$(LT_AGE) As you can see, the numbers they end up with are sort of an API version number per minor number release (with real minor and major numbers of the API reversed and the real major number ignored on most platforms)... They should just have: # if any functions have been added: GLIB_BINARY_AGE += 1. # if backwards compatibility has been broken: # GLIB_BINARY_AGE = 0, GLIB_INTERFACE_AGE += 1. GLIB_INTERFACE_AGE=0 GLIB_BINARY_AGE=0 LT_RELEASE=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION LT_CURRENT=$GLIB_INTERFACE_AGE LT_REVISION=$GLIB_BINARY_AGE LT_AGE=0 And then they would not need the $(LT_RELEASE) in the library name in most cases. Although by now it would be libglib.so.24.0 or so, since they don't make any effort not too break backwards compatibility. > Please try to remind him, I got the impression from his answer on the > gtk-list that he is actually willing to commit changes in order to support > FreeBSD, but at the moment is not very clear about what has to be done. I don't know if there is really much use to try and support FreeBSD properly, since it will put a nice spanner in the Linux works... > "if the version_type is sunos, or freebsd-aout, and no > soname_spec is set, then put -lgtk-1.1 into gtk-config." No. Just drop the ${release} and forget the (broken) multiple version support for CVS builds. If you need old versions on FreeBSD, then the ports collection provides them. This will also mean less patching in the ports collection... The ltconfig line should look like this for FreeBSD: library_names_spec='${libname}.so${versuffix} ${libname}.so' I'll send another e-mail to him explaining this in more detail... > On freebsd-elf I have no idea how anything is working at all, if > it is, from reading the sources. FreeBSD-elf presumably has the > ability to set the soname, but libtool doesn't seem to be doing > so. This baffled me for a bit, until I really started tracing things through libtool... And to my surprise, I found that the compiler/linker block for FreeBSD-elf was being totally ignored. Since we are now using GNU ELF tools, its picking up the generic rules for them. I owe sada an apology, because I flamed him for not patching this block for 4.0, and it turns out it wasn't needed (except for aout support I think...). We should add a patch to libtool to remove this block entirely, since aout should not be supported on FreeBSD 3 and 4, and it's just going to confuse people. Regards, -Jeremy -- | "I could be anything I wanted to, but one things true --+-- Never gonna be as big as Jesus, never gonna hold the world in my hand | Never gonna be as big as Jesus, never gonna build a promised land | But that's, that's all right, OK with me..." -Audio Adrenaline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 10:30:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AE2011871 for ; Sat, 20 Feb 1999 10:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA00593; Sat, 20 Feb 1999 10:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sparcy.delanet.com (sparcy.delanet.com [208.9.136.54]) by hub.freebsd.org (Postfix) with SMTP id 8119E11417 for ; Sat, 20 Feb 1999 07:31:14 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: (qmail 19307 invoked from network); 20 Feb 1999 15:26:19 -0000 Received: from modem682.delanet.com (HELO footbridge.willscreek.com) (209.186.57.131) by sparcy.delanet.com with SMTP; 20 Feb 1999 15:26:19 -0000 Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by footbridge.willscreek.com (8.9.1a/8.9.1) with ESMTP id KAA20264; Sat, 20 Feb 1999 10:31:01 -0500 (EST) Received: (from bmc@localhost) by current.willscreek.com (8.9.1/8.8.5) id KAA02427; Sat, 20 Feb 1999 10:31:00 -0500 (EST) Message-Id: <199902201531.KAA02427@current.willscreek.com> Date: Sat, 20 Feb 1999 10:31:00 -0500 (EST) From: Brian Clapper Reply-To: bmc@WillsCreek.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10174: [UPDATE] tgif port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10174 >Category: ports >Synopsis: Update to tgif port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 20 10:30:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brian M. Clapper >Release: FreeBSD 3.0-RELEASE i386 >Organization: WillsCreek.COM >Environment: Built and tested on FreeBSD 3.0-RELEASE. *Not* tested on 2.x. >Description: Enclosed is an update to the `tgif' port, to bring it up to date with the latest version (4.0.16) of the tgif software distribution. >How-To-Repeat: >Fix: Enclosed is the result of a "diff -uNr tgif-4.0.12 tgif-4.0.16' Apply this recursive patch to bring the port up-to-date. I've also enclosed a uuencoded copy of the new port's tarball, in case it's easier to update that way. diff -uNr tgif-4.0.12/Makefile tgif-4.0.16/Makefile --- tgif-4.0.12/Makefile Sun Jan 31 18:29:12 1999 +++ tgif-4.0.16/Makefile Sat Feb 20 10:08:06 1999 @@ -1,13 +1,14 @@ # New ports collection makefile for: tgif -# Version required: 3.0-p17 -# Date created: 10 Aug 1997 +# Version required: 4.0.16 +# Date created: 30 Jan 1999 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.9 1999/01/31 20:29:37 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/18 09:53:40 asami Exp $ # -DISTNAME= tgif-4.0.12 -CATEGORIES= graphics x11 +DISTNAME= tgif-4.0.16 +PKGNAME= tgif-4.0.16 +CATEGORIES+= graphics x11 MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ @@ -20,12 +21,13 @@ xbmtopbm:${PORTSDIR}/graphics/netpbm \ xpmtoppm:${PORTSDIR}/graphics/netpbm -USE_IMAKE= yes -MAN1= tgif.1 +USE_IMAKE= yes +INSTALL_TARGET= install install.man post-extract: ${RM} -f ${WRKDIR}/${DISTNAME}/Tgif.tmpl ${CP} ${WRKDIR}/${DISTNAME}/Tgif.tmpl-freebsd \ ${WRKDIR}/${DISTNAME}/Tgif.tmpl +post-install: .include diff -uNr tgif-4.0.12/files/md5 tgif-4.0.16/files/md5 --- tgif-4.0.12/files/md5 Sun Jan 31 18:29:12 1999 +++ tgif-4.0.16/files/md5 Sat Feb 20 10:10:14 1999 @@ -1 +1 @@ -MD5 (tgif-4.0.12.tar.gz) = 6b737e479de56e274a7d3560f82784cf +MD5 (tgif-4.0.16.tar.gz) = 27ca9a58ddc1ac998d459fc000399c72 diff -uNr tgif-4.0.12/patches/patch-aa tgif-4.0.16/patches/patch-aa --- tgif-4.0.12/patches/patch-aa Sun Jan 10 18:45:36 1999 +++ tgif-4.0.16/patches/patch-aa Sat Feb 20 10:11:36 1999 @@ -1,19 +1,19 @@ -*** xprtfltr.c.orig Fri Jan 8 17:58:37 1999 ---- xprtfltr.c Fri Jan 8 17:58:50 1999 +*** tgif.man.orig Sat Jan 30 08:53:32 1999 +--- tgif.man Sat Jan 30 08:53:43 1999 *************** -*** 187,193 **** - return FALSE; - } - pTgEFInfo->pSharedLibHandle = OPEN_DL(pszSharedLibPath, -! RTLD_NOW|RTLD_GLOBAL); - if (pTgEFInfo->pSharedLibHandle == NULL) { - sprintf(gszMsgBox, "Fail to load shared lib '%s'.", pszSharedLibPath); - MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); ---- 187,193 ---- - return FALSE; - } - pTgEFInfo->pSharedLibHandle = OPEN_DL(pszSharedLibPath, -! RTLD_NOW); - if (pTgEFInfo->pSharedLibHandle == NULL) { - sprintf(gszMsgBox, "Fail to load shared lib '%s'.", pszSharedLibPath); - MsgBox(gszMsgBox, TOOL_NAME, INFO_MB); +*** 8,14 **** + .\" + .\" + .\" +! .TH TGIF n "Version 4.0 Patchlevel 15 and Above" "Tgif" + .\" + .SH NAME + .\" +--- 8,14 ---- + .\" + .\" + .\" +! .TH TGIF 1L "Version 4.0 Patchlevel 15 and Above" "Tgif" + .\" + .SH NAME + .\" diff -uNr tgif-4.0.12/patches/patch-ab tgif-4.0.16/patches/patch-ab --- tgif-4.0.12/patches/patch-ab Sun Jan 31 18:29:13 1999 +++ tgif-4.0.16/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- tgif.man.orig Thu Jan 28 07:08:52 1999 -+++ tgif.man Sun Jan 31 05:02:31 1999 -@@ -8,7 +8,7 @@ - .\" - .\" - .\" --.TH TGIF n "Version 4.0 Patchlevel 11 and Above" "Tgif" -+.TH TGIF 1L "Version 4.0 Patchlevel 11 and Above" "Tgif" - .\" - .SH NAME - .\" diff -uNr tgif-4.0.12/pkg/DESCR tgif-4.0.16/pkg/DESCR --- tgif-4.0.12/pkg/DESCR Sun Jan 10 18:45:36 1999 +++ tgif-4.0.16/pkg/DESCR Sat Feb 20 10:08:22 1999 @@ -1,4 +1,4 @@ -Tgif 4.0.2 +Tgif 4.0.16 Tgif is an interactive drawing tool that allows the user to draw and manipulate objects in the X Window System. It's also a hyper-graphics (or diff -uNr tgif-4.0.12/pkg/PLIST tgif-4.0.16/pkg/PLIST --- tgif-4.0.12/pkg/PLIST Sun Jan 10 18:45:37 1999 +++ tgif-4.0.16/pkg/PLIST Sat Feb 20 10:09:36 1999 @@ -1,4 +1,5 @@ bin/tgif +man/man1/tgif.1.gz lib/X11/tgif/tgif.Xdefaults lib/X11/tgif/tgificon.eps lib/X11/tgif/tgificon.obj @@ -6,4 +7,3 @@ lib/X11/tgif/tgificon.xpm lib/X11/tgif/tangram.sym lib/X11/tgif/keys.obj -@dirrm lib/X11/tgif begin 644 tgif.tar.gz M'XL(``_4SC8"`^U9;7/B-A#F:_PKMDEF$R^>]=R9"7NR9I.@UI;[PS8&RM=Z5=[:-'0DRXF\^]K$#)K);+ MD`.`(C'5%:"ZNBHQ`2J52K%<)I42D8VE0C$'Y=P&9)8(&@/D+-]^5,_B0>X; M%"'S[W*/)?G_0/Y+U:I9`2!FN5C*\K_A_/O."P6`X=/`"&,^V1I2`;_0`(HFF(?U+`"IU6J: MKNLWJE]KE8JIUOY]D?=P>$!*H.X`C$_;][Z_`V/T'D;'G9\A@.U?69SP,`!< MC*`O9Z/'YLP#4@8:.-"PPCG;ANT1]N*.E>%[Z#6Z[=4#V4WE$'_HCSLD)_^* MQ_]__5],7G(/^(S]'R(%D?R?5*L9_F\T_\W3;K?=&[T&_\?MWIWUORK7_R+) M\'\CT@C@S..6;M&$.2`6H>YPGP42$JD'3DP7/)B`"$-/X>%T&;%8#ZW?F2W` MBL-%PF(CVPA\`_7?:@^;@U?9_Y.BW/.OZ[^4[O]-DM7_)D02&TBW_IJF;GB" ME0X\$"RFMN!S=A\%Q!29'_4\+'W\S6"&"(`M2DE"A(;LD$@SB.B$R<%-A8CJ^;P5SF(K#`P[ M,6:^8S!G5C\T39)7!:&PCM\86?M]OB$<+[LT,`[&*KJK6"9@8Y`M!G88S%DL M)/;**,QIS)E80NB"&\8^%/REN&<28?-:0%^;/R`K)U.,SA[ETYHGDZS:.2&:PZ*$6A,`'6BXM M_Z&6Z,L6&B`4^T:R_*+A@BT3Y2(KZ']2_UUZP>1_0+E7J7]2(85;_K?^_R?C M?QN1'>CA`J_69KA=FG$=3F>$9"%UF22%$3NPIA8Q^V/&D9*IMC5_W(&69'UV MS"0WJ=^<[A1-=52HC@=W8(PDZK9M+1C^=W*%3YHQ8Q=&\[2K[:#R;@?MK*?G MP1R(H8X9*WFL?'((9DT=/9I(6:C/H7T9P2Z^I[5P+9,'=$=47MXM.4^0/GRTLJRZM.ID7=.,E-`S^`'-&++T#/_BQVSIRB233#8L?P)(6/;K`"@` !`&HL ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 10:30:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EF4D1186C for ; Sat, 20 Feb 1999 10:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA00584; Sat, 20 Feb 1999 10:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sparcy.delanet.com (sparcy.delanet.com [208.9.136.54]) by hub.freebsd.org (Postfix) with SMTP id 2A3DB10E6E for ; Sat, 20 Feb 1999 07:04:56 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: (qmail 11132 invoked from network); 20 Feb 1999 14:59:57 -0000 Received: from modem682.delanet.com (HELO footbridge.willscreek.com) (209.186.57.131) by sparcy.delanet.com with SMTP; 20 Feb 1999 14:59:57 -0000 Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by footbridge.willscreek.com (8.9.1a/8.9.1) with ESMTP id KAA20211; Sat, 20 Feb 1999 10:04:33 -0500 (EST) Received: (from bmc@localhost) by current.willscreek.com (8.9.1/8.8.5) id KAA27349; Sat, 20 Feb 1999 10:04:32 -0500 (EST) Message-Id: <199902201504.KAA27349@current.willscreek.com> Date: Sat, 20 Feb 1999 10:04:32 -0500 (EST) From: Brian Clapper Reply-To: bmc@WillsCreek.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10173: [UPDATE] gnuls port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10173 >Category: ports >Synopsis: Update to gnuls port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 20 10:30:03 PST 1999 >Closed-Date: >Last-Modified: >Originator: Brian M. Clapper >Release: FreeBSD 3.0-RELEASE i386 >Organization: WillsCreek.COM >Environment: Built and tested on FreeBSD 3.0-RELEASE. *Not* tested on 2.x. >Description: Enclosed is an update to the `gnuls' port, to bring it up to date with the latest version (4.0) of the GNU fileutils software, on which the port is based. >How-To-Repeat: >Fix: Enclosed is the result of a "diff -uNr gnuls-3.16 gnuls". Apply this recursive patch to bring the port up-to-date. I've also enclosed a uuencoded copy of the new port's tarball, in case it's easier to update that way. diff -uNr gnuls-3.16/Makefile gnuls/Makefile --- gnuls-3.16/Makefile Thu Sep 18 13:40:24 1997 +++ gnuls/Makefile Sat Feb 20 09:06:45 1999 @@ -1,19 +1,19 @@ -# New ports collection makefile for: Linux-style colorized `ls' -# Version required: 3.12.0.2 (GNU fileutils 3.12) +# New ports collection makefile for: GNU colorized `ls' +# Version required: 4.0 (GNU fileutils 4.0) # Date created: 06 January 1996 # Whom: bmc@WillsCreek.COM # # $Id: Makefile,v 1.7 1997/09/18 17:40:24 fenner Exp $ # -DISTNAME= fileutils-3.16 -PKGNAME= gnuls-3.16 +DISTNAME= fileutils-4.0 +PKGNAME= gnuls-4.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= bmc@WillsCreek.COM GNU_CONFIGURE= yes -MAN1= gnuls.1 dircolors.1 +MAN1= gnuls.1 dircolors.1 dir.1 vdir.1 .include diff -uNr gnuls-3.16/files/md5 gnuls/files/md5 --- gnuls-3.16/files/md5 Thu Sep 18 13:40:31 1997 +++ gnuls/files/md5 Thu Feb 18 08:33:21 1999 @@ -1 +1 @@ -MD5 (fileutils-3.16.tar.gz) = b64c38f1f14ec82d55d8b967035ede8f +MD5 (fileutils-4.0.tar.gz) = 082ab37b7f37c00e768b04e37bc736be diff -uNr gnuls-3.16/patches/patch-aa gnuls/patches/patch-aa --- gnuls-3.16/patches/patch-aa Thu Sep 18 13:40:32 1997 +++ gnuls/patches/patch-aa Fri Feb 19 19:27:11 1999 @@ -1,20 +1,20 @@ -*** Makefile.in.orig Sun Aug 10 17:06:15 1997 ---- Makefile.in Sun Aug 10 17:07:03 1997 +*** Makefile.in.orig Fri Feb 19 19:24:40 1999 +--- Makefile.in Fri Feb 19 19:27:05 1999 *************** -*** 49,55 **** +*** 92,98 **** - AUTOMAKE_OPTIONS = gnits 1.1k + AUTOMAKE_OPTIONS = gnits 1.2h -! SUBDIRS = lib intl src doc man m4 po +! SUBDIRS = lib intl src doc man m4 po tests - acdir = m4 - ACLOCAL = $(top_srcdir)/aclocal.m4 ---- 49,56 ---- + # Remove this file here (it is created via configure), not from within intl. + DISTCLEANFILES = intl/libintl.h +--- 92,99 ---- - AUTOMAKE_OPTIONS = gnits 1.1k + AUTOMAKE_OPTIONS = gnits 1.2h -! #SUBDIRS = lib intl src doc man m4 po +! #SUBDIRS = lib intl src doc man m4 po tests ! SUBDIRS = lib intl src man - acdir = m4 - ACLOCAL = $(top_srcdir)/aclocal.m4 + # Remove this file here (it is created via configure), not from within intl. + DISTCLEANFILES = intl/libintl.h diff -uNr gnuls-3.16/patches/patch-ab gnuls/patches/patch-ab --- gnuls-3.16/patches/patch-ab Thu Sep 18 13:41:28 1997 +++ gnuls/patches/patch-ab Fri Feb 19 19:21:21 1999 @@ -1,7 +1,7 @@ -*** intl/Makefile.in.orig Sun Aug 10 18:05:44 1997 ---- intl/Makefile.in Sun Aug 10 18:06:26 1997 +*** intl/Makefile.in.orig Fri Feb 19 19:20:37 1999 +--- intl/Makefile.in Fri Feb 19 19:20:54 1999 *************** -*** 97,103 **** +*** 109,115 **** # where configure found a previously installed GNU gettext library. # If you want to use the one which comes with this version of the # package, you have to use `configure --with-included-gettext'. @@ -9,12 +9,12 @@ install-exec: all if test "$(PACKAGE)" = "gettext" \ && test '@INTLOBJS@' = '$(GETTOBJS)'; then \ ---- 97,104 ---- +--- 109,116 ---- # where configure found a previously installed GNU gettext library. # If you want to use the one which comes with this version of the # package, you have to use `configure --with-included-gettext'. ! install: -! @echo "Nothing to install in intl" +! @echo Nothing to install in intl install-exec: all if test "$(PACKAGE)" = "gettext" \ && test '@INTLOBJS@' = '$(GETTOBJS)'; then \ diff -uNr gnuls-3.16/patches/patch-ac gnuls/patches/patch-ac --- gnuls-3.16/patches/patch-ac Wed Oct 29 18:25:44 1997 +++ gnuls/patches/patch-ac Fri Feb 19 19:21:38 1999 @@ -1,7 +1,7 @@ -*** src/Makefile.in.orig Sun Aug 10 17:14:46 1997 ---- src/Makefile.in Sun Aug 10 19:14:33 1997 +*** src/Makefile.in.orig Thu Feb 18 08:40:27 1999 +--- src/Makefile.in Thu Feb 18 08:44:15 1999 *************** -*** 49,57 **** +*** 95,103 **** EXTRAdir = $(bindir) EXTRA_PROGRAMS = df mvdir @@ -11,184 +11,47 @@ libexec_PROGRAMS = @MVDIR_PROG@ datadir = $(prefix)/@DATADIRNAME@ ---- 49,55 ---- +--- 95,101 ---- EXTRAdir = $(bindir) EXTRA_PROGRAMS = df mvdir -! bin_PROGRAMS = dircolors gnuls +! bin_PROGRAMS = gnuls dir vdir dircolors libexec_PROGRAMS = @MVDIR_PROG@ datadir = $(prefix)/@DATADIRNAME@ *************** -*** 247,252 **** ---- 245,253 ---- - $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \ - else :; fi; \ - done -+ ln -f $(bindir)/gnuls $(bindir)/linuxls -+ ln -f $(bindir)/gnuls $(bindir)/vdir -+ ln -f $(bindir)/gnuls $(bindir)/dir - - uninstall-binPROGRAMS: - list="$(bin_PROGRAMS)"; for p in $$list; do \ +*** 203,209 **** + ls_OBJECTS = ls$U.o ls-ls$U.o + ls_LDADD = $(LDADD) + ls_DEPENDENCIES = ../lib/libfu.a +! ls_LDFLAGS = + mkdir_SOURCES = mkdir.c + mkdir_OBJECTS = mkdir$U.o + mkdir_LDADD = $(LDADD) +--- 201,207 ---- + ls_OBJECTS = ls$U.o ls-ls$U.o + ls_LDADD = $(LDADD) + ls_DEPENDENCIES = ../lib/libfu.a +! ls_LDFLAGS = -o gnuls + mkdir_SOURCES = mkdir.c + mkdir_OBJECTS = mkdir$U.o + mkdir_LDADD = $(LDADD) *************** -*** 392,398 **** +*** 412,419 **** + @rm -f vdir $(LINK) $(vdir_LDFLAGS) $(vdir_OBJECTS) $(vdir_LDADD) $(LIBS) - $(ls_OBJECTS): ../config.h ! ls: $(ls_OBJECTS) $(ls_DEPENDENCIES) +! @rm -f ls $(LINK) $(ls_LDFLAGS) $(ls_OBJECTS) $(ls_LDADD) $(LIBS) - $(mkdir_OBJECTS): ../config.h ---- 393,399 ---- + mkdir: $(mkdir_OBJECTS) $(mkdir_DEPENDENCIES) +--- 410,417 ---- + @rm -f vdir $(LINK) $(vdir_LDFLAGS) $(vdir_OBJECTS) $(vdir_LDADD) $(LIBS) - $(ls_OBJECTS): ../config.h ! gnuls: $(ls_OBJECTS) $(ls_DEPENDENCIES) +! @rm -f gnuls $(LINK) $(ls_LDFLAGS) $(ls_OBJECTS) $(ls_LDADD) $(LIBS) - $(mkdir_OBJECTS): ../config.h - -*** src/dircolors.c.orig Sun Jan 26 00:54:17 1997 ---- src/dircolors.c Sat Oct 25 16:00:40 1997 -*************** -*** 72,84 **** - "NORMAL", "NORM", "FILE", "DIR", "LNK", "LINK", - "SYMLINK", "ORPHAN", "MISSING", "FIFO", "PIPE", "SOCK", "BLK", "BLOCK", - "CHR", "CHAR", "EXEC", "LEFT", "LEFTCODE", "RIGHT", "RIGHTCODE", "END", -! "ENDCODE", NULL - }; - - static const char *const ls_codes[] = - { - "no", "no", "fi", "di", "ln", "ln", "ln", "or", "mi", "pi", "pi", - "so", "bd", "bd", "cd", "cd", "ex", "lc", "lc", "rc", "rc", "ec", "ec" - }; - - static struct option const long_options[] = ---- 72,86 ---- - "NORMAL", "NORM", "FILE", "DIR", "LNK", "LINK", - "SYMLINK", "ORPHAN", "MISSING", "FIFO", "PIPE", "SOCK", "BLK", "BLOCK", - "CHR", "CHAR", "EXEC", "LEFT", "LEFTCODE", "RIGHT", "RIGHTCODE", "END", -! "ENDCODE", "SUID", "SETUID", "SGID", "SETGID", "WRO", "WRITEOTHERS", -! "WT", "WROT", "WRITEOTHERSSTICKY", NULL - }; - - static const char *const ls_codes[] = - { - "no", "no", "fi", "di", "ln", "ln", "ln", "or", "mi", "pi", "pi", - "so", "bd", "bd", "cd", "cd", "ex", "lc", "lc", "rc", "rc", "ec", "ec" -+ "su", "su", "sg", "sg", "wo", "wo", "wo", "wt", "wt", "wt", NULL - }; - - static struct option const long_options[] = -*** src/ls.c.orig Sun Jan 26 00:56:10 1997 ---- src/ls.c Sat Oct 25 16:00:30 1997 -*************** -*** 359,371 **** - enum indicator_no - { - C_LEFT, C_RIGHT, C_END, C_NORM, C_FILE, C_DIR, C_LINK, C_FIFO, C_SOCK, -! C_BLK, C_CHR, C_MISSING, C_ORPHAN, C_EXEC - }; - - static const char *const indicator_name[]= - { - "lc", "rc", "ec", "no", "fi", "di", "ln", "pi", "so", -! "bd", "cd", "mi", "or", "ex", NULL - }; - - struct col_ext_type ---- 359,371 ---- - enum indicator_no - { - C_LEFT, C_RIGHT, C_END, C_NORM, C_FILE, C_DIR, C_LINK, C_FIFO, C_SOCK, -! C_BLK, C_CHR, C_MISSING, C_ORPHAN, C_EXEC, C_UID, C_GID, C_WRO, C_WT - }; - - static const char *const indicator_name[]= - { - "lc", "rc", "ec", "no", "fi", "di", "ln", "pi", "so", -! "bd", "cd", "mi", "or", "ex", "su", "sg", "wo", "wt", NULL - }; - - struct col_ext_type -*************** -*** 390,396 **** - { LEN_STR_PAIR ("01;33") }, /* cd: Char device: bright yellow */ - { 0, NULL }, /* mi: Missing file: undefined */ - { 0, NULL }, /* or: Orphanned symlink: undefined */ -! { LEN_STR_PAIR ("01;32") } /* ex: Executable: bright green */ - }; - - /* FIXME: comment */ ---- 390,400 ---- - { LEN_STR_PAIR ("01;33") }, /* cd: Char device: bright yellow */ - { 0, NULL }, /* mi: Missing file: undefined */ - { 0, NULL }, /* or: Orphanned symlink: undefined */ -! { LEN_STR_PAIR ("01;32") }, /* ex: Executable: bright green */ -! { LEN_STR_PAIR ("37;41") }, /* su: setuid: white on red */ -! { LEN_STR_PAIR ("30;43") }, /* sg: setgid: black on yellow */ -! { LEN_STR_PAIR ("37;44") }, /* wo: writeable-other:white on blue */ -! { LEN_STR_PAIR ("37;42") }, /* wt: wo w/ sticky: white on green */ - }; - - /* FIXME: comment */ -*************** -*** 2407,2413 **** - else - { - if (S_ISDIR (mode)) -! type = C_DIR; - - #ifdef S_ISLNK - else if (S_ISLNK (mode)) ---- 2411,2424 ---- - else - { - if (S_ISDIR (mode)) -! { -! if ((mode && MODE_WT) == MODE_WT) -! type = C_WT; -! else if ((mode && MODE_WRO) == MODE_WRO) -! type = C_WRO; -! else -! type = C_DIR; -! } - #ifdef S_ISLNK - else if (S_ISLNK (mode)) -*************** -*** 2435,2441 **** - type = C_CHR; - #endif - -! if (type == C_FILE && (mode & S_IXUGO) != 0) - type = C_EXEC; - - /* Check the file's suffix only if still classified as C_FILE. */ ---- 2446,2458 ---- - type = C_CHR; - #endif - -! if ((type == C_FILE) && ((mode & S_ISUID) != 0)) -! type = C_UID; -! -! else if ((type == C_FILE) && ((mode & S_ISGID) != 0)) -! type = C_GID; -! -! else if (type == C_FILE && (mode & S_IXUGO) != 0) - type = C_EXEC; - - /* Check the file's suffix only if still classified as C_FILE. */ -*** src/ls.h.orig Wed Jun 16 11:24:58 1993 ---- src/ls.h Sat Oct 25 16:00:35 1997 -*************** -*** 7,10 **** ---- 7,13 ---- - /* This is for the `vdir' program. */ - #define LS_LONG_FORMAT 3 - -+ #define MODE_WT 01002 -+ #define MODE_WRO 02 -+ - extern int ls_mode; + mkdir: $(mkdir_OBJECTS) $(mkdir_DEPENDENCIES) diff -uNr gnuls-3.16/patches/patch-ad gnuls/patches/patch-ad --- gnuls-3.16/patches/patch-ad Thu Sep 18 13:41:29 1997 +++ gnuls/patches/patch-ad Sat Feb 20 09:20:30 1999 @@ -1,183 +1,52 @@ -*** man/Makefile.in.orig Sun Jan 26 21:26:52 1997 ---- man/Makefile.in Sun Aug 10 19:50:02 1997 +*** man/Makefile.in.orig Sat Nov 14 10:46:12 1998 +--- man/Makefile.in Sat Feb 20 09:20:26 1999 *************** -*** 47,58 **** - LN = @LN@ - RM = @RM@ - -! man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 \ -! ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = -! MANS = chgrp.1 chmod.1 chown.1 cp.1 dd.1 df.1 dircolors.1 du.1 install.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1 - - - NROFF = nroff ---- 47,57 ---- - LN = @LN@ - RM = @RM@ - -! man_MANS = dircolors.1 gnuls.1 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = -! MANS = dircolors.1 ls.1 +*** 88,96 **** + YACC = @YACC@ + l = @l@ + +! man_MANS = chgrp.1 chmod.1 chown.1 cp.1 dir.1 dd.1 df.1 dircolors.1 \ +! du.1 ginstall.1 ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 \ +! sync.1 touch.1 vdir.1 + man_aux = $(man_MANS:.1=.x) + + EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \ +--- 88,94 ---- + YACC = @YACC@ + l = @l@ +! man_MANS = dir.1 dircolors.1 gnuls.1 vdir.1 + man_aux = $(man_MANS:.1=.x) - NROFF = nroff + EXTRA_DIST = $(man_MANS) $(HELP2MAN) $(man_aux) \ *************** -*** 80,211 **** - $(NORMAL_INSTALL) - $(mkinstalldirs) $(mandir)/man1 - sect=1; \ -! inst=`echo "ln" | sed '$(transform)'`.1; \ -! if test -f $(srcdir)/ln.1; then file=$(srcdir)/ln.1; \ -! else file=ln.1; fi; \ -! $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -! sect=1; \ -! inst=`echo "chgrp" | sed '$(transform)'`.1; \ -! if test -f $(srcdir)/chgrp.1; then file=$(srcdir)/chgrp.1; \ -! else file=chgrp.1; fi; \ -! $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -! sect=1; \ -! inst=`echo "ls" | sed '$(transform)'`.1; \ - if test -f $(srcdir)/ls.1; then file=$(srcdir)/ls.1; \ - else file=ls.1; fi; \ - $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst - sect=1; \ -- inst=`echo "chmod" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/chmod.1; then file=$(srcdir)/chmod.1; \ -- else file=chmod.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "mkdir" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/mkdir.1; then file=$(srcdir)/mkdir.1; \ -- else file=mkdir.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "chown" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/chown.1; then file=$(srcdir)/chown.1; \ -- else file=chown.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "mkfifo" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/mkfifo.1; then file=$(srcdir)/mkfifo.1; \ -- else file=mkfifo.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "cp" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/cp.1; then file=$(srcdir)/cp.1; \ -- else file=cp.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "mknod" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/mknod.1; then file=$(srcdir)/mknod.1; \ -- else file=mknod.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "dd" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/dd.1; then file=$(srcdir)/dd.1; \ -- else file=dd.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "mv" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/mv.1; then file=$(srcdir)/mv.1; \ -- else file=mv.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "df" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/df.1; then file=$(srcdir)/df.1; \ -- else file=df.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "rm" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/rm.1; then file=$(srcdir)/rm.1; \ -- else file=rm.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ - inst=`echo "dircolors" | sed '$(transform)'`.1; \ - if test -f $(srcdir)/dircolors.1; then file=$(srcdir)/dircolors.1; \ - else file=dircolors.1; fi; \ - $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "rmdir" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/rmdir.1; then file=$(srcdir)/rmdir.1; \ -- else file=rmdir.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "du" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/du.1; then file=$(srcdir)/du.1; \ -- else file=du.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "touch" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/touch.1; then file=$(srcdir)/touch.1; \ -- else file=touch.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst -- sect=1; \ -- inst=`echo "install" | sed '$(transform)'`.1; \ -- if test -f $(srcdir)/install.1; then file=$(srcdir)/install.1; \ -- else file=install.1; fi; \ -- $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst - - uninstall-man: -- inst=`echo "ln" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "chgrp" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst - inst=`echo "ls" | sed '$(transform)'`.1; \ - rm -f $(mandir)/man1/$$inst -- inst=`echo "chmod" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "mkdir" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "chown" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "mkfifo" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "cp" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "mknod" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "dd" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "mv" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "df" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "rm" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst - inst=`echo "dircolors" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "rmdir" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "du" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "touch" | sed '$(transform)'`.1; \ -- rm -f $(mandir)/man1/$$inst -- inst=`echo "install" | sed '$(transform)'`.1; \ - rm -f $(mandir)/man1/$$inst - - tags: TAGS ---- 79,98 ---- - $(NORMAL_INSTALL) - $(mkinstalldirs) $(mandir)/man1 - sect=1; \ -! inst=`echo "gnuls" | sed '$(transform)'`.1; \ - if test -f $(srcdir)/ls.1; then file=$(srcdir)/ls.1; \ - else file=ls.1; fi; \ - $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst - sect=1; \ - inst=`echo "dircolors" | sed '$(transform)'`.1; \ - if test -f $(srcdir)/dircolors.1; then file=$(srcdir)/dircolors.1; \ - else file=dircolors.1; fi; \ - $(INSTALL_DATA) $$file $(mandir)/man$$sect/$$inst - - uninstall-man: - inst=`echo "ls" | sed '$(transform)'`.1; \ - rm -f $(mandir)/man1/$$inst - inst=`echo "dircolors" | sed '$(transform)'`.1; \ - rm -f $(mandir)/man1/$$inst +*** 117,123 **** - tags: TAGS + TAR = tar + GZIP = --best +! all: Makefile $(MANS) + + .SUFFIXES: + $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +--- 115,125 ---- + + TAR = tar + GZIP = --best +! all: freebsd_setup Makefile $(MANS) +! +! freebsd_setup: +! @cp ls.1 gnuls.1 +! @cp ls.x gnuls.x + + .SUFFIXES: + $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +*************** +*** 228,234 **** + uninstall all installdirs mostlyclean-generic distclean-generic \ + clean-generic maintainer-clean-generic clean mostlyclean distclean \ + maintainer-clean +- + + # For additional rules usually of interest only to the maintainer, + # see GNUmakefile and Makefile.maint. +--- 230,235 ---- diff -uNr gnuls-3.16/patches/patch-ae gnuls/patches/patch-ae --- gnuls-3.16/patches/patch-ae Thu Sep 18 13:41:30 1997 +++ gnuls/patches/patch-ae Sat Feb 20 09:04:13 1999 @@ -1,90 +1,49 @@ -*** man/ls.1.orig Sun Aug 10 17:54:52 1997 ---- man/ls.1 Sun Aug 10 17:55:42 1997 +*** man/ls.1.orig Sat Feb 20 08:55:59 1999 +--- man/ls.1 Sat Feb 20 09:02:36 1999 *************** -*** 1,8 **** -! .TH LS 1 "GNU File Utilities" "FSF" \" -*- nroff -*- +*** 1,9 **** + ." DO NOT MODIFY THIS FILE! It was generated by help2man 1.5.1.2. +! .TH LS 1 "November 1998" "GNU fileutils 4.0" "FSF" .SH NAME -! ls, dir, vdir \- list contents of directories +! ls \- list directory contents .SH SYNOPSIS ! .B ls - [\-abcdfgiklmnpqrstuxABCFGLNQRSUX1] [\-w cols] [\-T cols] [\-I pattern] - [\-\-all] [\-\-escape] [\-\-directory] [\-\-inode] [\-\-kilobytes] - [\-\-numeric-uid-gid] [--no-group] [\-\-hide-control-chars] [\-\-reverse] ---- 1,8 ---- -! .TH GNULS 1 "GNU File Utilities" "FSF" \" -*- nroff -*- + [\fIOPTION\fR]... [\fIFILE\fR]... + .SH DESCRIPTION + .PP +--- 1,9 ---- + ." DO NOT MODIFY THIS FILE! It was generated by help2man 1.5.1.2. +! .TH GNULS 1 "November 1998" "GNU fileutils 4.0" "FSF" .SH NAME -! gnuls, dir, vdir \- list contents of directories +! gnuls \- list directory contents .SH SYNOPSIS ! .B gnuls - [\-abcdfgiklmnpqrstuxABCFGLNQRSUX1] [\-w cols] [\-T cols] [\-I pattern] - [\-\-all] [\-\-escape] [\-\-directory] [\-\-inode] [\-\-kilobytes] - [\-\-numeric-uid-gid] [--no-group] [\-\-hide-control-chars] [\-\-reverse] -*************** -*** 19,34 **** + [\fIOPTION\fR]... [\fIFILE\fR]... + .SH DESCRIPTION .PP - This manual page - documents the GNU version of -! .BR ls . - .B dir - and - .B vdir - are versions of -! .B ls - with different default output formats. - These programs list each given file or directory name. Directory contents are - sorted alphabetically. For -! .BR ls , - files are by default listed in columns, sorted - vertically, if the standard output is a terminal; otherwise they are - listed one per line. For ---- 19,34 ---- - .PP - This manual page - documents the GNU version of -! .BR gnuls . - .B dir - and - .B vdir - are versions of -! .B gnuls - with different default output formats. - These programs list each given file or directory name. Directory contents are - sorted alphabetically. For -! .BR gnuls , - files are by default listed in columns, sorted - vertically, if the standard output is a terminal; otherwise they are - listed one per line. For *************** -*** 163,169 **** - stored on the disk. This option is not called - .I \-f - because the Unix +*** 171,182 **** + Report bugs to . + .SH "SEE ALSO" + The full documentation for ! .B ls - .I \-f - option also enables - .I \-a ---- 163,169 ---- - stored on the disk. This option is not called - .I \-f - because the Unix -! .B gnuls - .I \-f - option also enables - .I \-a -*************** -*** 229,235 **** - When using the - .I "\-\-color" - option, this version of + is maintained as a Texinfo manual. If the + .B info +! and ! .B ls - will colorize the file names printed according to the name and type of - file. By default, this colorization is by type only, and the codes - used are ISO 6429 (ANSI) compliant. ---- 229,235 ---- - When using the - .I "\-\-color" - option, this version of +! programs are properly installed at your site, the command + .IP + .B info ls + .PP +--- 171,181 ---- + Report bugs to . + .SH "SEE ALSO" + The full documentation for ! .B gnuls - will colorize the file names printed according to the name and type of - file. By default, this colorization is by type only, and the codes - used are ISO 6429 (ANSI) compliant. + is maintained as a Texinfo manual. If the + .B info +! program and the full suite of GNU fileutils +! are properly installed at your site, the command + .IP + .B info ls + .PP diff -uNr gnuls-3.16/patches/patch-af gnuls/patches/patch-af --- gnuls-3.16/patches/patch-af Wed Dec 31 19:00:00 1969 +++ gnuls/patches/patch-af Sat Feb 20 09:30:32 1999 @@ -0,0 +1,22 @@ +*** man/dircolors.1.orig Sat Feb 20 09:28:05 1999 +--- man/dircolors.1 Sat Feb 20 09:29:10 1999 +*************** +*** 37,45 **** + .B dircolors + is maintained as a Texinfo manual. If the + .B info +! and +! .B dircolors +! programs are properly installed at your site, the command + .IP + .B info dircolors + .PP +--- 37,44 ---- + .B dircolors + is maintained as a Texinfo manual. If the + .B info +! program and the full suite of GNU fileutils +! are properly installed at your site, the command + .IP + .B info dircolors + .PP diff -uNr gnuls-3.16/patches/patch-ag gnuls/patches/patch-ag --- gnuls-3.16/patches/patch-ag Wed Dec 31 19:00:00 1969 +++ gnuls/patches/patch-ag Sat Feb 20 09:30:42 1999 @@ -0,0 +1,22 @@ +*** man/dir.1.orig Sat Feb 20 09:29:26 1999 +--- man/dir.1 Sat Feb 20 09:29:45 1999 +*************** +*** 174,182 **** + .B dir + is maintained as a Texinfo manual. If the + .B info +! and +! .B dir +! programs are properly installed at your site, the command + .IP + .B info dir + .PP +--- 174,181 ---- + .B dir + is maintained as a Texinfo manual. If the + .B info +! program and the full suite of GNU fileutils +! are properly installed at your site, the command + .IP + .B info dir + .PP diff -uNr gnuls-3.16/patches/patch-ah gnuls/patches/patch-ah --- gnuls-3.16/patches/patch-ah Wed Dec 31 19:00:00 1969 +++ gnuls/patches/patch-ah Sat Feb 20 09:30:51 1999 @@ -0,0 +1,22 @@ +*** man/vdir.1.orig Sat Feb 20 09:29:29 1999 +--- man/vdir.1 Sat Feb 20 09:30:04 1999 +*************** +*** 174,182 **** + .B vdir + is maintained as a Texinfo manual. If the + .B info +! and +! .B vdir +! programs are properly installed at your site, the command + .IP + .B info vdir + .PP +--- 174,181 ---- + .B vdir + is maintained as a Texinfo manual. If the + .B info +! program and the full suite of GNU fileutils +! are properly installed at your site, the command + .IP + .B info vdir + .PP diff -uNr gnuls-3.16/pkg/COMMENT gnuls/pkg/COMMENT --- gnuls-3.16/pkg/COMMENT Thu Sep 18 13:40:33 1997 +++ gnuls/pkg/COMMENT Sat Feb 20 09:07:13 1999 @@ -1 +1 @@ -FreeBSD port of colorized GNU `ls'. +GNU colorized `ls'. diff -uNr gnuls-3.16/pkg/DESCR gnuls/pkg/DESCR --- gnuls-3.16/pkg/DESCR Thu Sep 18 13:40:33 1997 +++ gnuls/pkg/DESCR Sat Feb 20 09:26:54 1999 @@ -1,25 +1,23 @@ `gnuls' is a port of the GNU colorized `ls' program--the one most Linux -users are familiar with. The port was formerly called `linuxls', since it -had been adapted from the colorized Linux version of `ls' -- which, in -turn, was a patched version of GNU's stock `ls' program. The folks at GNU -have since rolled the colorization mods into their official version of -`ls'; this port's name now reflects that change. - -The port installs five programs in `/usr/local/bin': `gnuls', `linuxls' -(for backward compatibility), `dir', `vdir' and `dircolors'. It also -installs man pages for `gnuls' (but *not* `linuxls') and `dircolors'. +users are familiar with. + +The port installs four programs in `/usr/local/bin': `gnuls', `dir', `vdir' +and `dircolors'. It also installs man pages for all four programs. See the +individual man pages for details on each program. NOTES: 1. This port modifies the GNU `fileutils' make procedure so that it - installs only programs and man pages listed above. - -2. This port installs GNU's `ls' as `gnuls' and `linuxls' so it won't - conflict with the normal BSD `ls' program or the BSD `colorls' program - (the latter available from the ports collection). + installs only programs and man pages listed above. In particular, it + does not install the various GNU info files associated with the + programs. + +2. This port installs GNU's `ls' as `gnuls' so it won't conflict with the + normal BSD `ls' program or the BSD `colorls' program (the latter + available from the ports collection). 3. This colorized `ls' program is not the same as the `colorls' program available from the ports collection. Brian Clapper -10 August 1997 +20 February, 1999 diff -uNr gnuls-3.16/pkg/PLIST gnuls/pkg/PLIST --- gnuls-3.16/pkg/PLIST Thu Sep 18 13:40:34 1997 +++ gnuls/pkg/PLIST Sat Feb 20 09:25:29 1999 @@ -1,7 +1,4 @@ bin/dir bin/dircolors bin/gnuls -bin/linuxls bin/vdir -man/man1/dircolors.1.gz -man/man1/gnuls.1.gz begin 644 gnuls-4.0.tar.gz M'XL("&7(SC8"`V=N=6QS+30N,"YT87(`[5Q[4]M($N=?^U-T"+7@E"TD6;;! MM]G"L0WQ!FS*-ONXRQ61I;&M0@^O'@;VZK[[=8\>MH&09!>4V^QT`9I'SZMG MYM<]+V9N9`?[6\]*H,F-6@VV`*"JR/P+T$B^G&2`>KU>K6F:K#0HLJXJ6U#; MRH&B(-1]@*V)8SS*-['LN"7HFYC_"STTYL^F`;Y` M_U>U*N&_HM8$_G^%_N??BJ[GBO^*7%?C_M=DN59%^T]1&UI5X'\>].K5*SC3 MKQBI`,ER)<^W9H5CWX)C-@'E$'^:JM;49'0<'A8KEP'PIW4Q'IRUWG4O!^?CWJ`_0H4S4$29M?IC<;MTVZK?]P[[5(M M*&(?J\(9YEP`G7'+`R=(*I M%[DFZ+#PV=+RHL"^Q1*QHVP;@>RD?P$S%H;L)B1(]'7_5N*Y]*9PZT5PK;LA MA!Y$`4$B`\]E6(!ES+$`AP4<[V*L7#(_L#P7O"DQ\CP6NG&ESUB9YS37"57C MG#ZL:E>I4!85RS7LR&1F):G,KH1HG52SF3HJ[(89F3#]L[>>:O]KG72+6TC^FXGN6_#>^+"^?+==S'C[E&O/SX=O/EQ=+2+C+L[ M>R?=\9C\I=U_4(-<3$*=%8N[GBJI;U+6P=4"LKE_:-.:]Q"IG[KK'L4+R5(,$H*TT\B&#Z]5RW-Y/%T M%7^HAU6Y6E;EP[2+[>`2L;';'E,!Z-NYD#S\5&)7S'#::74ZO!CN*L6AG>YY MM]_I]ML]OA(!2:*%"/U.(TG'YO*4QZ>M$XK&-+P?+T>#BV&;I^!^R;:EX<=\]>9L>ZB]-4_UT)\UC&6?)*9OZD_+5X*HA*[+T9E>)A:0=-#%@)KQ3[UF52XBH\+IFW M>ZW?@8I\![](D&D8R!/68A% M\=]]_6_F:O^I6KV6[O^K:JW.[;^ZV/_-S?YS=/>^_3?20UQ*+4'!=;S^RC& M2RSF\JS5SRP\28FM._Y%6X^^%$CZ$/]2N#F-_;&9@VZRZ=".B="9&G_HM"FM M3?&Q-E42NX\[7%Z"L\0_OL/_Q"QQ5F0'HH=;@OA=\C@"6:RL'MUP79M6O"DI MKZ6;!(5CRXVV5S=X"(;?=D_/5?24DG#,IY0LWDE:6JJ3/E=:B4#6Q,#G^3-7 M]\&M'J515M3JVK;_N#7$#''2H?ODG[US,G8J$UQ68Q/X4CX=6)@Y+S!.)HTN MCH][OW1'3?3L[.$*A`SB]5&X2BGI#K*$WN(R9V>!IM9[O*CF=S-V&QDIUZ''L^Z*9IA9;GZC;XDTR8D/FT7>.Y&!!Z?'=JE5^99Q(P1CM<3MI_NFNNQ,J9I7@94)510LD( M^=;U/\M7_ZMU+=7_)L#ZEN@+0N^&H7W%;`1:$A',B/T_%O:#@^9RT^2B77T:W]P/NJ-J+@W\8+T M7^^GO?A4]_UT^&])DG@(U3WQ)TD[W5%[V..,%')^'NN85`38?)D"T\/X1)-`L(N;]'1R5KSQ%6`T MB.U1MPNMT]&`VC=&E)]&J+=,SX@<;(9."@*FGK_6E5:PT@0FH+AU&+,;RZ6= M/]U%%2(!G6_$QQ28B&)(\[MFELD+6/C>S-<=3.PS\BR8OW%R@E/DUHM\"*R0 ME;GV,3S'H3PPS][Y*N>X3ME`X:+(]@&?411I5_Y!:23MYSHS3(L*(FPMJ=^- M(4BR>S(AB57[,^O_:<[WOY3JZOX?,O#[7ZK0_WGJ_[6UXGTS`)?T!]G5KM0, M6$MQE_FPJ<@?MP:JC;*6G?WCY%X_E/BSN+S*ZRGA>;V&*4I3*[)U^=.T(F<\ MO=LJ`88"_V/\G^6*_]#0:BO\3\[_-7'^GS?^?P3Y#[/-W#7D?PCSM4?._)6& MMF[>QWCY-'C_U$B_88EKZY;XGZUU_OC^:61_W.^P^<_YJ8_WG. M_^6C`'!G!VCY$`)4Y::L?0D"+)\&`I9/C0'+3X'`\J^$`LO'82"9_U>S9WP# M_@?>_U8;LGC_E:/]A_W?'IR==?OC9RCCD^]_U=7^?UWE[W\UL?^?#Q'>\%6@ M]3O"R@<[V)7$0O#OM_[#^<_WZ9^EC$^^_ZFOWO_*_/Z/HM;K8O[G01_X`-@E M8T8'?M`0O\Z`^\"06BZ52OK,@X[MX=1RHYMB%#`_MKVFNF/9%LJ47FU(Q2(= M0O",$^LEH.LUSXL!\%_K[M&;J]CW+>;4)2K3)\0/.%/F3&[!;)9OJ0 M[5OM2G18IMN!M\J;#LD6^HQ1*3Z_OK!1F@0CQI^I%.E"]=(RT4R[D\9D:-%A M3IX+3#?F:5)L27\PINL8146",;UGX:UR/-.:6I@V%=J'S'S;!;I60!D8S*27 M+`'=04#3S0K1(EO5F=]/6-FOV,95C>ADCNR]B;=DV%P*]D/+B&S=+R?YF![R MT6O.]-(&U62I^_22A]>(VX'\7WR@E1IXAL6/%9-W.62N0> M1=EZ&#(R7$%?8G?H$YO%KU7#9#@%-#IM9M")5@GK74WJ_?"8I?%-(J+4@>XP M:@6Y[Y?^F45BB6]\"[NI;>L+M,[A>P20HY\M%%;;9^Q*0G/JAR*NC'"!Y$>Z M?UN.ET;_O_A_?MH;C;\&_@/4E.S^9Z.JQ/__09S_Y$+8+-K/*R;?Y$"`?/'A M,+GX$E*82M^P_9?>>-OZ*O._OKK_C>9?C?__IYK8_\^%7D*?7=_3;I#=AT2+ MJ%FX;PL67\)/R6M>G_T663XSFX5"09-DV+MW]ZB$W!VT.=)_14&ZKTN)+9-CIF:L[K^4E*!)_DMC8EP_WE0-0&OR9H@93 MYKJHD;LW"]C!A$6ZPTPWGEX7-O[15?'\W4D#GJC2EHYS]K_DMLZ'^+R-'KC_&W.WS]4,6+R'79'O2/>R<70RSK ME@68I*^\+A32.]GK][3CF]O)+>VBE#QZ1NLB,"7J)Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 10:30:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EC25111BF for ; Sat, 20 Feb 1999 10:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA00612; Sat, 20 Feb 1999 10:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 Feb 1999 10:30:05 -0800 (PST) Message-Id: <199902201830.KAA00612@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/10168: [NEW PORT] ezbounce (IRC Proxy) Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10168; it has been noted by GNATS. From: Bill Fumerola To: cpiazza@home.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10168: [NEW PORT] ezbounce (IRC Proxy) Date: Sat, 20 Feb 1999 12:42:51 -0500 (EST) On Fri, 19 Feb 1999 cpiazza@home.net wrote: > Xdo-install: > X > X @echo ------------------------------------------------------------------ > X @echo You will need to read http://druglord.freelsd.org/ezbounce/README > X @echo and http://druglord.freelsd.org/ezbounce/mdidentd.README > X @echo to set up this program. > X @echo Also, edit ${PREFIX}/etc/ezbounce.conf to your liking. > X @echo ------------------------------------------------------------------ STYLENIT: @ ${ECHO} blah blah The rest looks good, however. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 12:16: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D970119B5 for ; Sat, 20 Feb 1999 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA06346; Sat, 20 Feb 1999 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gvinpin.grad.kiev.ua (KievglavArhit-UTC-28k8.ukrtel.net [195.5.25.54]) by hub.freebsd.org (Postfix) with ESMTP id 5AB12119A2 for ; Sat, 20 Feb 1999 12:00:03 -0800 (PST) (envelope-from Ruslan@Shevchenko.Kiev.UA) Received: from Shevchenko.Kiev.UA (kulshedra [10.0.1.99]) by gvinpin.grad.kiev.ua (8.8.7/8.8.7) with ESMTP id VAA20263 for ; Sat, 20 Feb 1999 21:59:47 +0200 Message-Id: <36CF14B4.94DE8479@Shevchenko.Kiev.UA> Date: Sat, 20 Feb 1999 22:01:56 +0200 From: Ruslan Shevchenko Reply-To: rssh@grad.kiev.ua To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10176: upgrade of devel/doc++ port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10176 >Category: ports >Synopsis: upgrade of devel/doc++ port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 20 12:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Shevchenko >Release: FreeBSD 3.0-CURRENT i386 >Organization: Local Paradise >Environment: any FreeBSD >Description: upgrade of devel/doc++ port >How-To-Repeat: >Fix: attached to this message --------------82A3327897F3B0407F545907 Content-Type: text/plain; charset=koi8-r; name="doc++.port.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="doc++.port.diff" diff -udr doc++.orig/Makefile doc++/Makefile --- doc++.orig/Makefile Sat Feb 20 21:04:22 1999 +++ doc++/Makefile Sat Feb 20 21:53:10 1999 @@ -1,15 +1,14 @@ # New ports collection makefile for: DOC++ # Date created: 20 Dec 1998 # Whom: Ruslan@Shevchenko.Kiev.UA -# Version required: 3.2 +# Version required: 3.3.9 # # $Id: Makefile,v 1.1.1.1 1998/12/26 05:00:45 steve Exp $ # -DISTNAME= docxxsrc -PKGNAME= doc++-3.2 +DISTNAME= doc++-3.3.9 CATEGORIES= devel -MASTER_SITES= http://www.zib.de/Visual/software/doc++/ +MASTER_SITES= http://www.imaginator.com/doc++/ MAINTAINER= Ruslan@Shevchenko.Kiev.UA @@ -17,15 +16,7 @@ gs:${PORTSDIR}/print/ghostscript5 \ anytopnm:${PORTSDIR}/graphics/netpbm -WRKSRC= ${WRKDIR}/src +GNU_CONFIGURE= yes USE_GMAKE= yes - -do-build: - (cd ${WRKSRC}; gmake ${MAKE_ENV} all CXX=gcc LD=gcc LDFLAGS=-lstdc++ ) - -do-install: - for i in ${WRKSRC}/bin/`uname -s`/*; do \ - ${INSTALL_PROGRAM} $$i ${PREFIX}/bin ; \ - done .include diff -udr doc++.orig/files/md5 doc++/files/md5 --- doc++.orig/files/md5 Sat Feb 20 21:04:21 1999 +++ doc++/files/md5 Sat Feb 20 21:09:50 1999 @@ -1 +1 @@ -MD5 (docxxsrc.tar.gz) = 5c6f133f7dd8b7db582ea157d541bd12 +MD5 (doc++-3.3.9.tar.gz) = b1fcee088450ab55ed9b1d7b8c853d4e diff -udr doc++.orig/patches/patch-aa doc++/patches/patch-aa --- doc++.orig/patches/patch-aa Sat Feb 20 21:04:22 1999 +++ doc++/patches/patch-aa Sat Feb 20 21:42:26 1999 @@ -1,20 +1,22 @@ ---- Makefile.orig Tue Sep 15 10:34:14 1998 -+++ Makefile Fri Dec 25 10:08:50 1998 -@@ -4,7 +4,7 @@ - CXX = - CC = - LIB = lib --UNAME := $(shell uname -s) -+UNAME = FreeBSD - - ifeq ($(UNAME),IRIX64) - UNAME = IRIX -@@ -151,7 +151,7 @@ - -chgrp vispar depend - -chmod g+w depend - ---include depend -+include depend - - #------------------------------------------------------------------------- - docify.cpp: docify.l +diff -udr doc++-3.3.9.orig/src/html.cc doc++-3.3.9/src/html.cc +--- src/html.cc.orig Sat Feb 20 21:37:56 1999 ++++ src/html.cc Sat Feb 20 21:38:21 1999 +@@ -645,7 +645,7 @@ + if(e->parent) + if(e->ownPage) + { +- if(e->fileName&&strlen(e->fileName)) ++ if((const char*)(e->fileName)&&strlen(e->fileName)) + link += e->fileName; + else{ + link += e->hname; +@@ -655,7 +655,8 @@ + } + else + { +- if(e->parent->fileName&&strlen(e->fileName)) ++ if((const char*)(e->parent->fileName)&& ++ strlen(e->fileName)) + link += e->parent->fileName; + else{ + link += e->parent->hname; diff -udr doc++.orig/pkg/COMMENT doc++/pkg/COMMENT --- doc++.orig/pkg/COMMENT Sat Feb 20 21:04:22 1999 +++ doc++/pkg/COMMENT Sat Feb 20 21:49:04 1999 @@ -1 +1 @@ -javadoc style documentatation system for FreeBSD +javadoc style C++ documentatation system. diff -udr doc++.orig/pkg/DESCR doc++/pkg/DESCR --- doc++.orig/pkg/DESCR Sat Feb 20 21:04:22 1999 +++ doc++/pkg/DESCR Sat Feb 20 21:50:06 1999 @@ -1,4 +1,4 @@ DOC++ is a source documentation system for C++. It is jenerated javadoc-like documentatio in HTML and LaTeX. -for more info, please, refer to - http://www.zib.de/Visual/software/doc++/index.html +for more info, please, refer to : + http://www.imaginator.com/doc++/ --------------82A3327897F3B0407F545907-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------82A3327897F3B0407F545907 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 12:50: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B820610E58 for ; Sat, 20 Feb 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA07800; Sat, 20 Feb 1999 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 Feb 1999 12:50:02 -0800 (PST) Message-Id: <199902202050.MAA07800@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: ports/10176: upgrade of devel/doc++ port Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10176; it has been noted by GNATS. From: Bill Fumerola To: rssh@grad.kiev.ua Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10176: upgrade of devel/doc++ port Date: Sat, 20 Feb 1999 15:42:24 -0500 (EST) On Sat, 20 Feb 1999, Ruslan Shevchenko wrote: > diff -udr doc++.orig/patches/patch-aa doc++/patches/patch-aa > --- doc++.orig/patches/patch-aa Sat Feb 20 21:04:22 1999 > +++ doc++/patches/patch-aa Sat Feb 20 21:42:26 1999 > @@ -1,20 +1,22 @@ > ---- Makefile.orig Tue Sep 15 10:34:14 1998 > -+++ Makefile Fri Dec 25 10:08:50 1998 > +diff -udr doc++-3.3.9.orig/src/html.cc doc++-3.3.9/src/html.cc > +--- src/html.cc.orig Sat Feb 20 21:37:56 1999 > ++++ src/html.cc Sat Feb 20 21:38:21 1999 If I read this correctly (embedded patches can throw me off sometimes) you're replacing the old patch-aa, which patched Makefile, with a new patch-aa which patches html.cc... Don't do that. Indicate that you want patch-aa removed, and make a new patch-ab. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 12:50:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E73C10E92 for ; Sat, 20 Feb 1999 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA07805; Sat, 20 Feb 1999 12:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 20 Feb 1999 12:50:03 -0800 (PST) Message-Id: <199902202050.MAA07805@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ruslan Shevchenko Subject: Re: ports/10176: upgrade of devel/doc++ port Reply-To: Ruslan Shevchenko Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/10176; it has been noted by GNATS. From: Ruslan Shevchenko To: Bill Fumerola Cc: rssh@grad.kiev.ua, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/10176: upgrade of devel/doc++ port Date: Sat, 20 Feb 1999 22:49:59 +0200 This is a multi-part message in MIME format. --------------AF7CEDAFD29E58988A99DDBE Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Bill Fumerola wrote: > > On Sat, 20 Feb 1999, Ruslan Shevchenko wrote: > If I read this correctly (embedded patches can throw me off sometimes) > you're replacing the old patch-aa, which patched Makefile, with a new > patch-aa which patches html.cc... > > Don't do that. Indicate that you want patch-aa removed, and make a new > patch-ab. > O'k. new diff and patch-ab is attached: > - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - > - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - --------------AF7CEDAFD29E58988A99DDBE Content-Type: text/plain; charset=koi8-r; name="doc++.port.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="doc++.port.diff" diff -udr doc++.orig/Makefile doc++/Makefile --- doc++.orig/Makefile Sat Feb 20 21:04:22 1999 +++ doc++/Makefile Sat Feb 20 21:53:10 1999 @@ -1,15 +1,14 @@ # New ports collection makefile for: DOC++ # Date created: 20 Dec 1998 # Whom: Ruslan@Shevchenko.Kiev.UA -# Version required: 3.2 +# Version required: 3.3.9 # # $Id: Makefile,v 1.1.1.1 1998/12/26 05:00:45 steve Exp $ # -DISTNAME= docxxsrc -PKGNAME= doc++-3.2 +DISTNAME= doc++-3.3.9 CATEGORIES= devel -MASTER_SITES= http://www.zib.de/Visual/software/doc++/ +MASTER_SITES= http://www.imaginator.com/doc++/ MAINTAINER= Ruslan@Shevchenko.Kiev.UA @@ -17,15 +16,7 @@ gs:${PORTSDIR}/print/ghostscript5 \ anytopnm:${PORTSDIR}/graphics/netpbm -WRKSRC= ${WRKDIR}/src +GNU_CONFIGURE= yes USE_GMAKE= yes - -do-build: - (cd ${WRKSRC}; gmake ${MAKE_ENV} all CXX=gcc LD=gcc LDFLAGS=-lstdc++ ) - -do-install: - for i in ${WRKSRC}/bin/`uname -s`/*; do \ - ${INSTALL_PROGRAM} $$i ${PREFIX}/bin ; \ - done .include diff -udr doc++.orig/files/md5 doc++/files/md5 --- doc++.orig/files/md5 Sat Feb 20 21:04:21 1999 +++ doc++/files/md5 Sat Feb 20 21:09:50 1999 @@ -1 +1 @@ -MD5 (docxxsrc.tar.gz) = 5c6f133f7dd8b7db582ea157d541bd12 +MD5 (doc++-3.3.9.tar.gz) = b1fcee088450ab55ed9b1d7b8c853d4e Only in doc++.orig/patches: patch-aa Only in doc++/patches: patch-ab diff -udr doc++.orig/pkg/COMMENT doc++/pkg/COMMENT --- doc++.orig/pkg/COMMENT Sat Feb 20 21:04:22 1999 +++ doc++/pkg/COMMENT Sat Feb 20 21:49:04 1999 @@ -1 +1 @@ -javadoc style documentatation system for FreeBSD +javadoc style C++ documentatation system. diff -udr doc++.orig/pkg/DESCR doc++/pkg/DESCR --- doc++.orig/pkg/DESCR Sat Feb 20 21:04:22 1999 +++ doc++/pkg/DESCR Sat Feb 20 21:50:06 1999 @@ -1,4 +1,4 @@ DOC++ is a source documentation system for C++. It is jenerated javadoc-like documentatio in HTML and LaTeX. -for more info, please, refer to - http://www.zib.de/Visual/software/doc++/index.html +for more info, please, refer to : + http://www.imaginator.com/doc++/ --------------AF7CEDAFD29E58988A99DDBE Content-Type: text/plain; charset=koi8-r; name="patch-ab" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-ab" diff -udr doc++-3.3.9.orig/src/html.cc doc++-3.3.9/src/html.cc --- src/html.cc.orig Sat Feb 20 21:37:56 1999 +++ src/html.cc Sat Feb 20 21:38:21 1999 @@ -645,7 +645,7 @@ if(e->parent) if(e->ownPage) { - if(e->fileName&&strlen(e->fileName)) + if((const char*)(e->fileName)&&strlen(e->fileName)) link += e->fileName; else{ link += e->hname; @@ -655,7 +655,8 @@ } else { - if(e->parent->fileName&&strlen(e->fileName)) + if((const char*)(e->parent->fileName)&& + strlen(e->fileName)) link += e->parent->fileName; else{ link += e->parent->hname; --------------AF7CEDAFD29E58988A99DDBE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Feb 20 16: 8:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id EDADB11A3E for ; Sat, 20 Feb 1999 16:08:14 -0800 (PST) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id BAA00417; Sun, 21 Feb 1999 01:08:13 +0100 (CET) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id AAA00871; Sun, 21 Feb 1999 00:27:09 +0100 (CET) (envelope-from wosch) Date: Sun, 21 Feb 1999 00:27:09 +0100 (CET) Message-Id: <199902202327.AAA00871@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2089 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== linux-realplayer-5.0 Linux RealPlayer 5.0 from RealNetworks. Maintained by: kkennawa@physics.adelaide.edu.au Requires: linux_lib-2.6 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== gaa-1.5 GPL Argument Analyser Maintained by: dima@chg.ru libproplist-0.8.3 Property library for gnome and Window Maker. Maintained by: gljohns@bellsouth.net Also listed in: gnome Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== psgml-emacs-1.1.6 A major mode for editing SGML and XML documents for emacs. Maintained by: shige@kuis.kyoto-u.ac.jp Also listed in: elisp Requires: XFree86-3.3.3.1, docbook-3.0, dtd-catalogs-1.0, emacs-19.34b, html-4.0b, iso12083-1993, iso8879-1986, linuxdoc-1.1 psgml-emacs20-1.1.6 A major mode for editing SGML and XML documents for emacs20. Maintained by: shige@kuis.kyoto-u.ac.jp Also listed in: elisp Requires: XFree86-3.3.3.1, docbook-3.0, dtd-catalogs-1.0, emacs-20.3, html-4.0b, iso12083-1993, iso8879-1986, linuxdoc-1.1 Category games (http://www.freebsd.org/ports/games.html) ================================================================== mirrormagic-1.3 An arcade style game for X Windows with stereo sound. Maintained by: andy@icc.surw.chel.su Requires: XFree86-3.3.3.1, xpm-3.4k xflame-1.1.1 A cool animated flame. Maintained by: kkennawa@physics.adelaide.edu.au Requires: XFree86-3.3.3.1 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-canuum-1.0 Japanese input tty frontend for Canna using uum. Maintained by: kiri@pis.toba-cmt.ac.jp Requires: ja-Canna-3.2.2 ja-jee-1.0 A simple, easy to use Japanese terminal-based screen editor. Maintained by: kiri@pis.toba-cmt.ac.jp Also listed in: editors Requires: ja-Canna-3.2.2 ja-kterm16c-6.2.0 An xterm that speaks Japanese with 16 colors like on a VGA. Maintained by: kiri@pis.toba-cmt.ac.jp Also listed in: x11 Requires: XFree86-3.3.3.1, ja-nkf-1.62, xpm-3.4k Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== rblsmtpd-0.70 RBL (Realtime Blackhole List) smtp daemon for blocking SPAM. Maintained by: john@nlc.net.au Category mbone (http://www.freebsd.org/ports/mbone.html) ================================================================== sdr-2.5.8 MBone Session Directory (experimental version with encryption) Maintained by: fenner@FreeBSD.org Also listed in: tk80 Requires: XFree86-3.3.3.1, gmake-3.77, tcl-8.0.4, tk-8.0.4 Category net (http://www.freebsd.org/ports/net.html) ================================================================== coda-client-5.0.1 client programs for a replicated high-performance network file system Maintained by: rvb@cs.cmu.edu Requires: gdbm-1.7.3, gmake-3.77 coda-server-5.0.1 server programs for a replicated high-performance network file system Maintained by: rvb@cs.cmu.edu Requires: gdbm-1.7.3, gmake-3.77 curl-5.5 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers. Maintained by: kkennawa@physics.adelaide.edu.au Also listed in: www ipw-2.7 A "whois" replacement that automatically queries several databases. Maintained by: mph@freebsd.org mars_nwe-0.99b14 Netware server emulator for Un*x systems. Maintained by: bp@butya.kz muh-2.02 a smart irc-bouncing-tool that remains on IRC all the time Maintained by: billf@FreeBSD.org xwhois-0.2.9 A GTK-based frontend to the whois service (RFC954). Maintained by: kkennawa@physics.adelaide.edu.au Requires: XFree86-3.3.3.1, glib-1.1.3, gtk-1.1.2 Category russian (http://www.freebsd.org/ports/russian.html) ================================================================== ru-wmcyrx-2.0 The cyrillic keyboard layout manager for Window Maker. Maintained by: ozz@FreeBSD.org.ru Also listed in: windowmaker Requires: XFree86-3.3.3.1, xpm-3.4k Category security (http://www.freebsd.org/ports/security.html) ================================================================== portscanner-1.0 a simple and easy to use TCP port scanner Maintained by: billf@FreeBSD.org Also listed in: net strobe-1.04 Fast scatter/gather TCP port scanner Maintained by: jseger@FreeBSD.org Also listed in: net Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== xperfmon++-3.0 xperfmon++ : A graphical X11 system performance monitor. Maintained by: Lars.Koeller@Uni-Bielefeld.DE Requires: XFree86-3.3.3.1 Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== dtd-catalogs-1.0 SGML DTDs catalogs Maintained by: shige@kuis.kyoto-u.ac.jp Requires: docbook-3.0, html-4.0b, iso12083-1993, iso8879-1986, linuxdoc-1.1 Category www (http://www.freebsd.org/ports/www.html) ================================================================== squidclients-1.6 Generate a summary of client usage from a Squid log. Maintained by: dima@chg.ru squidtimes-1.12 Generates a report of average transfer times of Squid cache Maintained by: dima@chg.ru webcrawl-1.00 download web sites without user interaction by following links Maintained by: dima@chg.ru Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) ================================================================== gnomemc-4.5.10 A windows explorer work-a-like for the GNOME Desktop Environment Maintained by: reg@shale.csir.co.za Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomeaudio-0.99.4, gnomecore-0.99.5.1, gnomelibs-0.99.5, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, png-1.0.3, tiff-3.4, xpm-3.4k Updated ports last two weeks - ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== ascd-0.9.2 A dockable cd player for AfterStep or WindowMaker. Maintained by: jim@phrantic.phear.net Also listed in: afterstep windowmaker Requires: XFree86-3.3.3.1, xpm-3.4k gnomeaudio-0.99.4 sound files for use with GNOME. Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomelibs-0.99.5, gtk-1.1.14, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, png-1.0.3, tiff-3.4, xpm-3.4k gqmpeg-0.4.6 Another gtk-base MP3 frontend. Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, glib-1.1.14, gtk-1.1.14, imlib-1.9.2, jpeg-6b, mpg123-0.59q, png-1.0.3, tiff-3.4 kdemultimedia-1.1 KDE audio tools. Maintained by: se@freebsd.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1, png-1.0.3, qt-1.42, tiff-3.4 mpg123-0.59q Command-line player for mpeg layer 1, 2 and 3 audio Maintained by: jkoshy@freebsd.org replay-0.61 Another GTK-base mp3 player. Maintained by: nacai@iname.com Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.1.14, gtk-1.1.14 xcd-1.7 A Tcl/Tk CD player. Maintained by: jmz@FreeBSD.org Also listed in: tk80 Requires: XFree86-3.3.3.1, tcl-8.0.4, tk-8.0.4 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-big5con-0.92e Big5 Chinese console Maintained by: woju@freebsd.ee.ntu.edu.tw Category converters (http://www.freebsd.org/ports/converters.html) ================================================================== kdesupport-1.1 Mime and UUENCODE/DECODE libraries for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: x11 kde Requires: Mesa-3.0, XFree86-3.3.3.1, qt-1.42 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== mysql-3.22.16g a multithreaded SQL database. Maintained by: dirk@FreeBSD.ORG p5-DBI-1.06 the perl5 Database Interface. Required for DBD::* modules. Maintained by: vanilla@FreeBSD.ORG Also listed in: perl5 Requires: p5-pRPC-modules-0.1005 xmbase-grok-1.4.1 Graphical Resource Organizer Kit Maintained by: andreas@FreeBSD.ORG Requires: XFree86-3.3.3.1, xpm-3.4k Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== gnomepim-0.99.5 gnome pim package. Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomeaudio-0.99.4, gnomecore-0.99.5.1, gnomelibs-0.99.5, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, png-1.0.3, tiff-3.4, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== automake-1.4 GNU Standards-compliant Makefile generator Maintained by: fujimoto@oscar.elec.waseda.ac.jp ftnchek-2.10.1 Fortran 77 semantic checking utility. Maintained by: kargl@apl.washington.edu glib-1.1.14 Some useful routines of C programming. Maintained by: vanilla@FreeBSD.ORG Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== cooledit-3.8.3 Cooledit is a suite of utilities, including a GUI editor. Maintained by: brett@peloton.physics.montana.edu Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k gxedit-1.20 A simple GTK+ editor. Maintained by: dom@myrddin.demon.co.uk Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.1.14, gtk-1.1.14 thoteditor-2.1e An structured document editor, offering a graphical WYSIWYG interface Maintained by: ports@FreeBSD.org Also listed in: www Requires: XFree86-3.3.3.1, gmake-3.77, xpm-3.4k Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== mtools-3.9.1.3110 A collection of tools for manipulating MSDOS files. Maintained by: jmz@FreeBSD.org Requires: gmake-3.77 wine-99.01.31 MS-Windows 3.1/95/NT emulator for Unix (Alpha release). Maintained by: se@FreeBSD.ORG Requires: XFree86-3.3.3.1, xpm-3.4k xsystem-3.5-1.0.2 AliceSoft System 3.5 on X Window System Maintained by: k5@respo.or.jp Requires: XFree86-3.3.3.1, glib-1.1.3, gtk-1.1.2 Category games (http://www.freebsd.org/ports/games.html) ================================================================== acm-5.0 A flight simulator for X11 Maintained by: se@FreeBSD.org gnomegames-0.99.5 the game applications package for the Gnome Desktop Environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomeaudio-0.99.4, gnomecore-0.99.5.1, gnomelibs-0.99.5, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, png-1.0.3, tiff-3.4, xpm-3.4k kdegames-1.1 Games for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1, kdesupport-1.1, png-1.0.3, qt-1.42, tiff-3.4 seahaven-1.41 The classic, lightweight version of Seahaven Towers Maintained by: imp@FreeBSD.ORG Requires: XFree86-3.3.3.1 Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== fxtv-0.48 X-based TV Display and Capture (for use with bt848 driver) Maintained by: aa8vb@pagesz.net Requires: XFree86-3.3.3.1, Xaw3d-1.5, gmake-3.77, jpeg-6b, tiff-3.4, xpm-3.4k gifsicle-1.11.1 manipulates GIF images and animations Maintained by: bradh@iafrica.com Requires: XFree86-3.3.3.1 kdegraphics-1.1 Graphics programs (PS,DVI,FAX,...) for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1, png-1.0.3, qt-1.42, tiff-3.4 tgif-4.0.12 An Xlib-based two-dimensional drawing tool and hyper-object browser. Maintained by: bmc@WillsCreek.COM Also listed in: x11 Requires: XFree86-3.3.3.1, jpeg-6b, netpbm-94.3.1, tiff-3.4 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-eterm-0.8.8 X11 terminal emulator based on rxvt/xterm that supports Japanese Maintained by: nobutaka@nobutaka.com Also listed in: x11 Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gtk-1.1.14, imlib-1.9.2, jpeg-6b, png-1.0.3, tiff-3.4 ja-man-doc-3.1 Japanese online manual pages corresponding to /usr/share/man/man* Maintained by: horikawa@jp.FreeBSD.org ja-platex2e-common-1998.09.01 Character code independent files for ASCII Japanese pLaTeX2e. Maintained by: max@FreeBSD.ORG Also listed in: print Requires: ja-ptex-common-2.1.8 ja-platex2e-euc-1998.09.01 ASCII Japanese pLaTeX2e with Japanese EUC code support. Maintained by: max@FreeBSD.ORG Also listed in: print Requires: ja-nkf-1.62, ja-platex2e-common-1998.09.01, ja-ptex-common-2.1.8, ja-ptex-euc-2.1.8 ja-platex2e-jis-1998.09.01 ASCII Japanese pLaTeX2e with JIS code support. Maintained by: max@FreeBSD.ORG Also listed in: print Requires: ja-platex2e-common-1998.09.01, ja-ptex-common-2.1.8, ja-ptex-jis-2.1.8 ja-platex2e-sjis-1998.09.01 ASCII Japanese pLaTeX2e with Shift-JIS code support. Maintained by: max@FreeBSD.ORG Also listed in: print Requires: ja-nkf-1.62, ja-platex2e-common-1998.09.01, ja-ptex-common-2.1.8, ja-ptex-sjis-2.1.8 ja-rxvt-2.6p2 An xterm replacement that supports pixmap background and Japanese Maintained by: honda@kashio.info.mie-u.ac.jp Also listed in: x11 Requires: XFree86-3.3.3.1, xpm-3.4k ja-tvi-0.9.2 Tvi, LaTeX Source Editor for VI User Maintained by: sugimura@jp.FreeBSD.ORG Requires: XFree86-3.3.3.1, ja-tcl-7.6, ja-tk-4.2 Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-netscape-communicator-4.08 Netscape web-surfboard with Korean resources Maintained by: junker@jazz.snu.ac.kr Also listed in: www Requires: XFree86-3.3.3.1, ko-hanyangfonts-1.0, ko-mizifonts-1.1, netscape-communicator-4.08 ko-netscape-navigator-4.08 Netscape web-surfboard with Korean resources Maintained by: junker@jazz.snu.ac.kr Also listed in: www Requires: XFree86-3.3.3.1, ko-hanyangfonts-1.0, ko-mizifonts-1.1, netscape-navigator-4.08 Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== gnomeobjc-0.99.3 objective C libraries for the Gnome Desktop Environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gnomelibs-0.99.5, gtk-1.1.14, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, png-1.0.3, tiff-3.4, xpm-3.4k Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== balsa-0.4.9 A mail reader for the gnome interface. Maintained by: gljohns@bellsouth.net Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gnomeaudio-0.99.4, gnomecore-0.99.5.1, gnomelibs-0.99.5, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, libproplist-0.8.3, png-1.0.3, tiff-3.4, xpm-3.4k bulk_mailer-1.12 Speeds delivery to mailing lists by sorting & batching addresses. Maintained by: dlowe@saturn5.com exim-2.12 High performance MTA for Unix systems on the Internet. Maintained by: axl@iafrica.com Requires: XFree86-3.3.3.1 mutt-0.95.3 "The Mongrel of Mail User Agents" (part Elm, Pine, mh) Maintained by: obrien@FreeBSD.org Requires: docbook-3.0, iso8879-1986, ispell-3.1.20, jade-1.2.1, libslang-1.2.2, linuxdoc-1.1, sgmlformat-1.7 nmh-1.0 A cleaned up MH mailer suite. Maintained by: Scott.Blachowicz@seaslug.org Category math (http://www.freebsd.org/ports/math.html) ================================================================== gnuplot-3.7 A command-driven interactive function plotting program. Maintained by: chuckr@FreeBSD.org Also listed in: graphics Requires: XFree86-3.3.3.1, gd-1.3, png-1.0.3 spin-3.24 An on-the-fly verification system for asynchronous concurrent systems Maintained by: jhanna@home.com Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== gnomeutils-0.99.5 GNOME support utilities. Maintained by: nacai@iname.com Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomeaudio-0.99.4, gnomecore-0.99.5.1, gnomelibs-0.99.5, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, png-1.0.3, tiff-3.4, xpm-3.4k kdeutils-1.1 Utilities for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1, png-1.0.3, qt-1.42, tiff-3.4 mc-4.5.9 Midnight Commander, a free Norton Commander Clone Maintained by: reg@shale.csir.co.za Requires: gettext-0.10.35, glib-1.1.14, gmake-3.77 rc5des-2.7105.432 distributed.net rc5des brute force client Maintained by: dbaker@distributed.net tet-3.2e an test execution framework from the Open Group Maintained by: jkoshy@freebsd.org Category net (http://www.freebsd.org/ports/net.html) ================================================================== citrix_ica-3.0.15 Citrix(R) client for the Microsoft Windows Terminal Server. Maintained by: msmith@FreeBSD.ORG Requires: linux_lib-2.6 cvsup-bin-16.0 A general network file distribution system optimized for CVS repositories. Maintained by: jdp@freebsd.org Also listed in: devel cvsup-16.0 A general network file distribution system optimized for CVS repositories. Maintained by: jdp@FreeBSD.org Also listed in: devel Requires: XFree86-3.3.3.1, modula-3-3.6, modula-3-lib-3.6 cvsupd-bin-16.0 A general network file distribution system optimized for CVS repositories. Maintained by: jdp@freebsd.org Also listed in: devel epic-4.pre2.001.nr13 The (E)nhanced (P)rogrammable (I)RC-II (C)lient. Maintained by: benhutch@xfiles.org.uk gated-3.5.10 Routing protocol daemon. Maintained by: peter@FreeBSD.ORG kdenetwork-1.1 Network modules for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: news kde Requires: Mesa-3.0, XFree86-3.3.3.1, gdbm-1.7.3, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1, kdesupport-1.1, png-1.0.3, qt-1.42, tiff-3.4, uulib-0.5.13 ntp-4.0.91 The Network Time Protocol Distribution Maintained by: andreas@FreeBSD.ORG openldap-1.2.0 Open source LDAP client and server software. Maintained by: ulmo@earthling.net Also listed in: databases samba-2.0.2 A free SMB and CIFS client and server for UNIX Maintained by: hosokawa@jp.FreeBSD.org wide-dhcp-1.4.0p5 Dynamic Host Configuration Protocol, WIDE-Implimentation. Maintained by: hideyuki@sat.t.u-tokyo.ac.jp wmnet-1.2 A network bandwidth monitor intended for the WindowMaker dock. Maintained by: rneswold@mcs.net Also listed in: windowmaker Requires: XFree86-3.3.3.1, xpm-3.4k wu-ftpd-2.4.2b18vr13 A replacement ftp server for Un*x systems. Maintained by: ache@FreeBSD.org Category news (http://www.freebsd.org/ports/news.html) ================================================================== pgpmoose-1.19 PGP Moose - signatures for moderated newsgroups Maintained by: dirk.meyer@dinoex.sub.org Also listed in: security suck-3.10.4 Receives/sends news to/from localhost via NNTP. Maintained by: jseger@FreeBSD.org Requires: gmake-3.77 trn-4.0b70 Version 4.0 of the threaded readnews newsreader. Maintained by: mph@freebsd.org Category print (http://www.freebsd.org/ports/print.html) ================================================================== lyx-1.0.0 document processor interfaced with LaTeX (nearly WYSIWYG) Maintained by: andreas@FreeBSD.ORG Requires: XFree86-3.3.3.1, teTeX-0.4, xforms-0.88.1, xpm-3.4k texinfo-2.218 Typeset Texinfo files for printing. Uses TeX. Maintained by: jmz@FreeBSD.org Requires: tex-3.14159 Category russian (http://www.freebsd.org/ports/russian.html) ================================================================== xruskb-1.9.3 A keyboard layout switcher and indicator. Maintained by: ports@freebsd.org Also listed in: x11 Requires: XFree86-3.3.3.1 Category security (http://www.freebsd.org/ports/security.html) ================================================================== bro-0.5a System for detecting Network Intruders in real-time Maintained by: obrien@FreeBSD.org Also listed in: net gnupg-0.9.2 The GNU Privacy Guard Maintained by: kuriyama@FreeBSD.ORG nmap-2.07 port scanning utility for large networks Maintained by: obrien@FreeBSD.org Also listed in: net ssh-2.0.12 Secure shell client and server (remote login program). Maintained by: issei@jp.FreeBSD.org Also listed in: net Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== cd-write-1.4.1 A X11 based CD-burner Maintained by: jmz@FreeBSD.org Requires: XFree86-3.3.3.1, tcl-8.0.4, tix-4.1.0.006, tk-8.0.4 gnomeadmin-0.99.1 GNOME administraction package Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomeaudio-0.99.4, gnomecore-0.99.5.1, gnomelibs-0.99.5, gnomeobjc-0.99.3, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, png-1.0.3, tiff-3.4, xpm-3.4k gnomecontrolcenter-0.99.3.1 control center for GNOME project. Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomeaudio-0.99.4, gnomecore-0.99.5.1, gnomelibs-0.99.5, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, png-1.0.3, tiff-3.4, xpm-3.4k lsof-4.40h Lists information about open files. (simular to fstat(1)) Maintained by: obrien@FreeBSD.org Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== jade-1.2.1 An object-oriented SGML/XML parser toolkit and DSSSL engine Maintained by: jfieber@FreeBSD.ORG libxml-0.99.5 xml parser library for GNOME Maintained by: nacai@iname.com p5-XML-Parser-2.19 Perl extension interface to James Clark's XML parser, expat. Maintained by: kuriyama@FreeBSD.ORG Also listed in: perl5 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache-1.3.4+mod_ssl-2.2.2 The Apache 1.3 webserver with SSL/TLS functionality. Maintained by: rse@engelschall.com Also listed in: security Requires: openssl-0.9.1c calamaris-2.16 a perl script to product statistics out of Squid log files Maintained by: dima@Chg.RU Also listed in: textproc Category x11-clocks (http://www.freebsd.org/ports/x11-clocks.html) ================================================================== rclock-2.4.11 analog clock for X w/appointment reminder and mail notification Maintained by: obrien@FreeBSD.org Requires: XFree86-3.3.3.1 Category x11-toolkits (http://www.freebsd.org/ports/x11-toolkits.html) ================================================================== Motif-2.1.10 Motif. Maintained by: ports@FreeBSD.ORG Requires: XFree86-3.3.3.1 gtk-1.1.14 General Toolkit for X11 GUI. Maintained by: vanilla@FreeBSD.ORG Requires: XFree86-3.3.3.1, gettext-0.10.35, glib-1.1.14 Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== windowmaker-i18n-0.51.0 A GNUStep-compliant NeXTStep clone window manager with i18n extention Maintained by: mac@jp.freebsd.org Also listed in: windowmaker Requires: XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, ja-nkf-1.62, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4, xpm-3.4k windowmaker-0.51.0 This window manager is a GNUStep-compliant NeXTStep clone. Maintained by: handy@physics.montana.edu Also listed in: windowmaker Requires: XFree86-3.3.3.1, giflib-3.0, jpeg-6b, libproplist-0.8.3, png-1.0.3, tiff-3.4, xpm-3.4k Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== gnomecore-0.99.5.1 core component for the Gnome Desktop Environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gnomeaudio-0.99.4, gnomelibs-0.99.5, gtk-1.1.14, guile-1.3, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, libghttp-0.99.2, libgtop-0.99.2, png-1.0.3, tiff-3.4, xpm-3.4k gnomelibs-0.99.5 libaries for GNOME, a GNU desktop environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.3.91, XFree86-3.3.3.1, esound-0.2.7, gettext-0.10.35, giflib-3.0, glib-1.1.14, gmake-3.77, gtk-1.1.14, imlib-1.9.2, jpeg-6b, libaudiofile-0.1.5, png-1.0.3, tiff-3.4, xpm-3.4k kde-1.1 The "meta-port" for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, jpeg-6b, kdebase-1.1, kdegames-1.1, kdegraphics-1.1, kdelibs-1.1, kdemultimedia-1.1, kdenetwork-1.1, kdesupport-1.1, kdeutils-1.1, png-1.0.3, qt-1.42, tiff-3.4, uulib-0.5.13, xpm-3.4k kdebase-1.1 Base modules for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: misc kde Requires: Mesa-3.0, XFree86-3.3.3.1, gettext-0.10.35, giflib-3.0, gmake-3.77, jpeg-6b, kdelibs-1.1, png-1.0.3, qt-1.42, tiff-3.4, xpm-3.4k kdelibs-1.1 Support libraries for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: kde Requires: Mesa-3.0, XFree86-3.3.3.1, giflib-3.0, gmake-3.77, jpeg-6b, png-1.0.3, qt-1.42, tiff-3.4 _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-02-14 10:41:18 UTC; based on revision 1.208 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBNs9DoDmN/mkrcYGtAQGmNgP/SuGx9G0AG07W+JUFTyJLvTQ97/Q2j+CQ 6MKAV52qv5NBiel+ZUILGPw7RhKgBIIXazv8rJZN6pagEnZZrmtS6Syy9Ze7t3Rr sHmFi2kDhn92HhnSbeKVSZtB1+tyQwUK7yRQFzceC0ZDbm8mOrM6XgwRtHN+TO6i DjojMAvcE/s= =g3eu -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message