From owner-freebsd-ports Sun Mar 22 00:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04297 for freebsd-ports-outgoing; Sun, 22 Mar 1998 00:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA04266; Sun, 22 Mar 1998 00:50:01 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA04057 for ; Sun, 22 Mar 1998 00:49:41 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id NAA06778 for ; Sun, 22 Mar 1998 13:49:25 +0500 (UST) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id LAA21542; Sun, 22 Mar 1998 11:58:22 +0300 (MSK) Message-Id: <199803220858.LAA21542@icc.surw.chel.su> Date: Sun, 22 Mar 1998 11:58:22 +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/6093: Update port: games/agm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6093 >Category: ports >Synopsis: Update port: games/agm >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 Mar 22 00:50:00 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a patch to update games/agm port. diff -Nru agm/Makefile agm-1.3.1/Makefile --- agm/Makefile Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/Makefile Sun Mar 22 11:25:21 1998 @@ -1,23 +1,23 @@ # New ports collection makefile for: agm -# Version required: 1.1 +# Version required: 1.3.1 # Date created: 4 July 1997 # Whom: Andrey Zakhvatov # # $Id: Makefile,v 1.1.1.1 1997/07/15 02:08:06 obrien Exp $ # -DISTNAME= agm-1.1 +DISTNAME= agm-1.3.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/amusements MAINTAINER= andy@icc.surw.chel.su -WRKSRC= ${WRKDIR} MAN6= agm.6 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/agm ${PREFIX}/bin + @ ${INSTALL_SCRIPT} ${WRKSRC}/xagm ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/agm.6 ${PREFIX}/man/man6 .include diff -Nru agm/files/md5 agm-1.3.1/files/md5 --- agm/files/md5 Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/files/md5 Sun Mar 22 10:55:06 1998 @@ -1 +1 @@ -MD5 (agm-1.1.tar.gz) = cfc59aeac10ea1409dd13ae791008888 +MD5 (agm-1.3.1.tar.gz) = 2f6da7f63fb87f5a8a16a500b6be0abb diff -Nru agm/patches/patch-aa agm-1.3.1/patches/patch-aa --- agm/patches/patch-aa Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/patches/patch-aa Sun Mar 22 11:09:44 1998 @@ -1,27 +1,11 @@ -*** Makefile Mon Feb 24 23:42:28 1997 ---- /home/andy/tmp/wrk/Makefile Fri Jul 4 23:45:17 1997 -*************** -*** 32,42 **** - #MANDIR=../../man - MANDIR=/usr/local/man - # Name of the default wordfile -! WORDFILE=-DWORDFILE=\"/usr/dict/words\" - # C compiler - CC=cc - # Optimization or other flags for C compiler -! CCFLAGS=-O - #CCFLAGS=-g - # Alter this if you have problems compiling the CPU limit code or the - # timer code ---- 32,42 ---- - #MANDIR=../../man - MANDIR=/usr/local/man - # Name of the default wordfile -! WORDFILE=-DWORDFILE=\"/usr/share/dict/words\" - # C compiler - CC=cc - # Optimization or other flags for C compiler -! CCFLAGS=${CFLAGS} - #CCFLAGS=-g - # Alter this if you have problems compiling the CPU limit code or the - # timer code +--- Makefile Wed Mar 18 01:02:29 1998 ++++ /home/andy/tmp/wrk/Makefile Sun Mar 22 11:00:29 1998 +@@ -45,7 +45,7 @@ + #MANDIR=../../man + MANDIR=/usr/local/man + # Location of the word file +-WORDDIR=/usr/local/lib ++WORDDIR=/usr/share/dict + # Name of the default wordfile + WORDFILE=-DWORDFILE=\"$(WORDDIR)/words\" + # C compiler diff -Nru agm/patches/patch-ab agm-1.3.1/patches/patch-ab --- agm/patches/patch-ab Thu Jan 1 00:00:00 1970 +++ agm-1.3.1/patches/patch-ab Sun Mar 22 11:01:49 1998 @@ -0,0 +1,8 @@ +--- xagm Wed Mar 18 01:02:29 1998 ++++ /home/andy/tmp/wrk/xagm Sun Mar 22 10:57:38 1998 +@@ -1,4 +1,4 @@ +-#!/usr/bin/wish ++#!/usr/local/bin/wish8.0 + # $Id: xagm,v 1.1 1998/03/08 22:46:24 fraserm Exp $ + # $Log: xagm,v $ + # Revision 1.1 1998/03/08 22:46:24 fraserm diff -Nru agm/pkg/COMMENT agm-1.3.1/pkg/COMMENT --- agm/pkg/COMMENT Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/pkg/COMMENT Sun Mar 22 11:17:48 1998 @@ -1 +1 @@ -AnaGram search utility +AnaGraM search utility. diff -Nru agm/pkg/PLIST agm-1.3.1/pkg/PLIST --- agm/pkg/PLIST Tue Jul 15 02:08:06 1997 +++ agm-1.3.1/pkg/PLIST Sun Mar 22 11:18:10 1998 @@ -1,2 +1,3 @@ bin/agm +bin/xagm man/man6/agm.6.gz >How-To-Repeat: >Fix: Please, check and apply this patch. >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 Mar 22 09:06:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21485 for freebsd-ports-outgoing; Sun, 22 Mar 1998 09:06:27 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21473 for ; Sun, 22 Mar 1998 09:06:23 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id RAA08388 for ports@FreeBSD.ORG; Sun, 22 Mar 1998 17:30:20 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id RAA06860; Sun, 22 Mar 1998 17:27:04 +0100 (CET) (envelope-from andreas) Message-ID: <19980322172704.54034@klemm.gtn.com> Date: Sun, 22 Mar 1998 17:27:04 +0100 From: Andreas Klemm To: ports@FreeBSD.ORG Subject: heads up folks, please test new postgresql + pgaccess port Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=9amGYk9869ThD9tj X-Mailer: Mutt 0.89.1i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Hi ! I got it managed to create a running postgresql 6.3 port. Unfortunately I don't get pgaccess running. andreas@titan{381} $ pgaccess Error in startup script: couldn't find procedure Pq_Init while executing "load /usr/local/pgsql/lib/libpq.so" (procedure "main" line 3) invoked from within "main $argc $argv" (file "/usr/local/bin/pgaccess" line 4507) Possibly it's related to -current or local machine related problems. Since I don't have another FreeBSD installation around, I'd need to get some feedback, otherwise it's impossible for me to update the postgresql port. Don't forget to create the postgresql port using: make USE_TCL=true all install ^^^^^^^^^^^^ Please note, it _MUST_ be "true" not yes or whatever. Don't know if we get it onto the 2.2.6 CD-ROM ... perhaps if you test blindingly fast ;-) Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="postgresql+pgaccess.tar.gz.uue" begin 644 postgresql+pgaccess.tar.gz M'XL("*TX%34"`W!OWO:QM+/O^A3 MC(F?8@R!/K)5V9O8ZOYG976GB!>'09\&%4WSQ5_V@+%$%^O? M_S/]GPPQ+04C*1Q/G)7HOU)1--3_LE*1Z:?0DU*YM-;_5?Q>;A3[MEL,1H+P M$C;;E@X+$Z!P"8I4`F5WMUI4Y**L@:KHLJR7=R'N$&A=3V"3N!-&$&$VJX"Z M-YQ.@&87##P?WOF,O>TTB9_H`KOOW,`K>K(U=4,6A,S:)G&-D>$.6:!C4@2? MN<:86:FTP/3M20BA!WT&M@O!C6O"E1V.H'W)!J9)LCN$+BH7W)7.)BUP;V^V)7J9*Z5`^?C;W+ MN!JF-QYCIF.[#+Q):'NN\#*3$9L;&Z=GK7?M'SBSXSC6G` MEILQ\3V3!4$AKAAO50#8KJEK8392;]6[]'O.EX=M&W^%#>*^Z$M8F&D5!^!E$ZSZ%8_?A%_CN.R@& M-(G3(1;'#])R,=?WLXAWKA.XQ%LA$TQ!=.*&B2;DV#4SGV7^)=T#T0'P' M;^Z3,]]WO&%.R#!SA#0NY*(25/'0M@Q M(LRQ/'-*&FP0W!"4"S:AUNS1<&I;+)"@.V((,Z;A$E`//,01,$)=0"T9A>%$ M+Q:OKJZD6=&2YP^+*#P0A(]8[-BX00Q!,$:@#Z9]@F04@S<<4V85)MP1@^ED MXB&TCPT;L7`(CAV$DM!A5*0+3*3GQ,OU342<#JBF@>@SGMZ;J0+5(L4N(637 M(633XK,)G(\1*8TA@[YGW4B"T![PGNI/;>RHN;IQ.=W&(<3U*Q"SRVFI6V(4 M%I"BV#V`OA$@K!-24XJL$]I$;$%V,C1,PN8LMPPI@3=A/N_Q0.)=EG,<-"W( M8(=)/1,K0H4':"UP5$T^1J]%-+1K%WCM_T?X?V2<,[(!7[V,I_%?D4N:EN!_ MN50M\_A?D=?XOQ+_'X[9U7UH&,=S@1F+T8JZ>1L_PUZ?7%`DLQ+'HNH:AR,J$6U#+*B8SQ2JH+AL.LD$FFV.]WC M^E&KEEEK4,@F`!L)1O=-MG?4Z[2X]'W"CA'^7C=)DVB]R M[VY&\9M!%L8PI=\F/-OJCR/_B+J,`P(LL#L5?LZ`KLEVFD]@#-!JZCS MH84/G58/+4XM]*=,D+`.%G:QRZRM']K=]Y2S#7_\D3Y\6^\VWF]C:PY:O=;Q M][78<9L70A:NUSYN--MGMQI M>B9_^B0I^%]'EI.S;@>Y[XH.QGV<8YGA_&'Z:T4I4IX@84?9`T$X/NF=UAL' M]7V<`MFS:)H&281B6UGAA[.#SEFCELELWF*2"]F\3:;-73'P34&@QNU3BVN9 MCZT.;_N[]B'>[1]_2+1#>%_O]!HGQ^_:^Q_.8L+TME<_V^_40!0G/A)?S_5* M5!,>*8@8UV+\(SJ>B5,X?D:C)X8,'2K4I-JO4PI]00S@#]B\[9[=0>[GNOC3 M+SF\&N+OO^1^76`S'9IVQPJVSG28X5M]R_8E)='+?IHDGPEOT$L+?>^&9Y"< M^#[.9>9DB!?;M4-.00FJ*X$$W4Y,*L2->2?#GC4=3_`N3J$'&=U,C""XLGC: M=E$^I>+IFO"F,13ED1.F4#M*U`[450R:`JD$CH'!?,_K_X8XQ>_M_N0"KYYO M8$5Z&`I/C!#O)T/2BM!V4>U1BH92^N>VI,$$/3:Z#'NCOB%1O"AI1'&(%$8? M545R$$RP%KV0!B:]X_WAH!.+]<>KZ7@!X]SAD.CF[3IT6W4<)Z> M:S:_C]N(0$-_KU%#^708L-`*$% M'+Q@B&T/:+)$2UP\$;"07R^]\Z36/MKFOL$9`T96FB?XWY%'52*-07B;6%&W M7AKF=#J6(C"(@*>668(@04!H$GG==6X$-A+`CY%]6\CL;=ZV&N]/>D>=_3O( M=F-KPTW4I^Q@\L222IDP772VK#['FP,;&DB068HC*UPL1@Z=<`P): M3F.+JX;18EQJNR1)`LA^Q=;Q:1%76U_P#F*SVGO[H7W8;!_OXP3A"V#^&$1_ M`,OS*QX$7K,C7M=[)#ROT^JB6T&9B8MQ!ZC0#F4USMJG76ZB9V8K'M:TBB@$ M*_DS;(!XKQ+I,B+\\CKRG4B=TIXZK7??DVG&RYV^S(I-RW+RS)M'Q;Y>E$?: M%HF,4T]*_6RQI_OH"BV[$+2F^<627A+B,#U>D04$(?_*MT,6<)T6F^E2=K24 M_"=J2G+O597TXHMEH4MV>EC_6-/E+V9%;":_ET8`XI$`WHE)PV/9?Z+_ECQV MCEQHSA"VN5;3%D80^_%V`-V?OKR([D^UTTYWY[39_7+>N.&?7>S`)O4QT8BX M()Y%7K(>>:@/ZFI43JZ-CJ!M./;O2UC<3/`/Q*C]M(074A<9:"6O8&R[4^PA MQ*Q<).^P&7G,=[1J_\`$)ZKEE?@'-*H8N:CD;@^1ZR%5X7DT#Q^242@011\+VV6\R^<['&UKT3<) M:51\SPNEY1%YD'[S-K83/9KB=XOUO+>N?Q^NYUV`XQ.*L)HGC0Z"_`/P'8S0 MR:.EVF1R;-XV3K'KY@S30E!%E*^>X(]MQ4(=XK@36S8F2XK#\G2+4JLOQ8$G M_*,?6!(IA#0^?[->ZWQR_0\C)W/T5YP`^_SS?VJU&IW_4:KR^OS7-QI_B2=$ MH[^J\U]:A?;_2BK^J\@:G?_0JG)UO?Z[BA\Z_#`SG_&%S)F'07'F!PQ&ZA/L M'A7DJB[OZDIT%D3(Y_,/LMWG*,4<>WL@ELKE0@7R=-%@;T\`(?+;-RW6GPX1 MWR\0"6(W7>!3@^^29Z-@ECR-9%5,R0KBD_XJLJJ3_:`"J2D4M<_TO*6O]7Y7^1Z=FICZ+E+YCA/#/J8M6 M&%19ES4=;7>J]"GM,EE%+Y5GFE[9T0I5R$<7TO1(CQ@M#T'.]5R6`\^/%D1L MGYDAEDPAJ,<#4M]&UPV=0&/JA-F$%Q.;?"'H&+)UR[(I.C6<9?:`&;XYXGOD MB0_(S[7`+6QVSAKO:8\"[O185`-AA)]I,(0\A@4)`8ZS)HKTA(=7Q9JG)Z^.ZSO=VJ;22I+Z/=E#8J7U)8: M1#'MDPU"@D<;M-@>6F-8.\G_Z_Y_@O]L5?BOJB5^_E?3M%*I4N7X7UZ?_UH9 M_B<;[-+0\?J&@\'SS!"4Z0[#A'!(AG]PAH22G)K('HA*93E31\=/",O(,GQ!VDTL[+DB+D%VHW M#?PBW]]=W@[/+]1Q1D8R\XM5W"'J@R=EGD"^*.B+(I,6TLY MBW)(PCUZ?'!62;GR][BB?.*%.(^*QR3L=4X:!ZTN/=J#O>,.;RR/"-8&Z!OC M?PS_UHK.?]'23S4]_U4NT?J/5BFOW_]:&?XGT6IQX#-&"Z8<_=_Y=A3)HUN/ M:*[JI=T9^B^S9#H8"1QA1R+D8]!?QM"?8_].A/V%701^_$.H7S\[.>WJYH4` MG??ULU:3%%\7!Q/;Q`#ZM-T0Q`9WD'7Q1`5Q7-ZI@#BQ)PA*B<^MWX>_.)-$ M+<&>2#;F\*11/VSIKB?D$^$D$K`((9^*W=C@=&_KG=;&1B(9'GP:0_ACF1$6 MIU5:I.)0.E>K&X8FK7G8^?#N7?M'70H\`3[&E;0P66\T]+X=>"Z(-\(J]#_Q M_P8KTG]54[78_ZO(JE9>^W\KUO_TT`9W9_@9BO0P<(0%1SC[.FP"ZBYY=K*Z MX`D^QN,N7`W<+2IE#`[T<1/LWR47(VP-V`5N;6[07 M1?M(VP5XVVF6RSV+^?8EO2F6!XA4&O(UV-R*TKW.(<\)1K3OI]?2(RBH79)" MN@G)N0R1TX@6M@[I%AX2U6$S$8A!LW@-XEN^<<5?6A+?8E1N\O@0K/[[73+NU4>H'G&+X=;%/?1$TCR0." MR;B3J!^U2D&1(5\ITX4O/T3]E]G<.JL?(P)MSSK`(,=OH3MTK.?)VW]VM@41 M&1J-;;R/V[$-(F^NE9#0LN<"LY!?ZMJ9M/R72\.1@0P=)AG,/\=Z.2X=@%R@ M7:#(/T2!^#Q/@[ZE=/K^Y/BC'A_-209[Q`R<3ND[+\G]C#S.2`D2J=':CU9` M?S:_4Z(+=?XRE;[0^=@I\28M]0PEN>O;0Z/8F1\FS&RV.G3R91L[D#O5V\7% M45R8K/K2N(B?61#O2EH!SSQ98#363Y5(6O4%9>+@?$*&YTN=FQ//T#XR3Y[C M>FSN/,8\;]XS/(C6TF96PW2%%HPCR[SH!DCR^863VP_AY<)W8/*.B?D:?RX6`:/ MBZ>1XV(9-BZ>PXR+&##0S:"W.?"B\Z:1?12/CGC+&HZ,E7?NE?7RNO3M`H;^\L/._ MR+!,J^C*_$Y@M!&8[`/:`S?R=*]LQS(-WX*QX:*W&VDZ'?]%A6C0PP02$F]6 MS"2'P"2IZ+.AS5^\"*]#U$33".\]A<0>H^2]9/MKSL-&?_[#<;/UKGW<:J8G M@]?K?S/]MU>U_U..OO^"_RIJE7P!U']MK?\KTW]ZKP1U+#;@_%4MS[6OWRP]FER]1BC@')G`<,*?2[^\)@28/5!D?(+:GZ'WX.DUKQYS M0_]FBXXF-VV_P-]V%=_XAF7Y4F"[/4H4TCCU[6*?!]J^W7O%&[,C4*_\:+&9D,@LY67.>?@]!WF)O<(L:!\@O4 M:I#[Y.:V>8E/4R*AG*-F8:"&%,?FY&:+6EN`F+``*E8D#\L_J@0RN.9XLI62 M9C>5S6P!2MO;K?GB;+ILV2/E,T;<[_H MW4>*AF0DD(_Z(/I$33J[MFD09#X"M_^+.T^/[_]\O>\`/'_^JSS;_]%DOO^C MK=____;[_[,]'45&`(_7;G<>W?]?I*^@L9C;`ZH@,JJT_\^OA)#I[O]>G-K[ MTT<`]F8W>TM[_TO;0>F^^EZ_[+8@X2*0>1D(4]_Z?VC!:W M_1_8&EK:^5<6=OZ?W'":J^]#5^%O#/ M>/F^1Y\8]."*Q2^Y1RS"D^\*?+7W!!YX3>`KOB)`/1*)X]TQ&?:"D6%Y5]`] M@5S,6:3/:5Q9.43O]O$^>NF'[:-VMW76P1#A4YC+4CTA\R<;R$=II\2W97?4 M^"V-J$;T]0+J5OJT!XL^CDGO!R?9],F+I;SHVYJYS6[KZ/2PWFWU,*)HG.4^ ML_\7NN79,O8/3][6#_]\"0LS!">:X=S\SK[R3!&%_,NO7$S^Y?UROLB`/X[_ MYJKP'RB3X[^BR14U\O]+:_Q?&?XOO_^Q>)1K)S[LL;/\_L<"F5;2%6V&]%6E M0AA"EQV.(8U&[5<^4W/_;C3T'*2@@'/?N#K'::]#[G;BVVX(F^I=[E6XN!",XA_0SCX7D&Y9]>A4];4;RQ=P\?42D%[]S$M3XF:P$ M=E[]5[\4(7]@X"*4)Y_M.J>;Z%L"/GW#=X+!E!^%-W/O?1CNC;!B_R]9__UM M1?I?4JNE9/VW4HK?_ZRH:_U?I?^7?J-KEII?`$Z6`X/2(`41B!``:"6L?7?7U5U8R,;`.-GT6\2("<6475[0>]K M7:B);'AZ,CCZ;3@X^7CVMD_5FNP"E(:G^X/!KR=G!\/W_>.2VGA6JCUE,^V6 M688]Q35:V_&QAOL:C$MAQ'+\\?U[6DU\')ZW"E>+A2NX+A5T[IEXJ+="D MZPX:&6!//1]R?+8;ZO!B%0Z]:`%X![U@3_$G>A"AR)I*&JS,^/OH4CBJ<$>& M/7;OYKB2J7,7E\;=/Y__2\#%.K=XXRG\3[7U+W0/+5^I5(**.[Y,<9W`[WUU M>(E4WU/)L[4#ES@6R36'\1M$9.)P&VN8+"+-@E^PO'AZ@L@WV%[W'3,LRIIK%@IB+ MHES]9&^)_8A25(1L2&J/[3%5[#PTZO1U#37X.EKUQB2#8>W7%2P\FOA_+R$* MPT3@A<0.\J+1:N!Q\$:K(PZ$4VP!I%36+,7*WM>4.(Q,N'%$0X&1@=[%=H\" MZ;+;%\$>5;3CA"6(7NJX.2/"Q(TG^D0J9WN-=B?8X2)H([:/DZB!$/\RX_L9 M01QV^5Z/:_@+UV;!!DZ@+8L0RU@<:0>#_96IK,?J^#6YCI*%=/R7?OY/MA/4Z;5@%!@;`F8Y7W79 MB,T2GW6Q::%_J66)'0"*CLZ+(P9L,INZU0NZ-2_.]24/KK\_B!TUQPL`N/ZV M_3H\:TZGD_-`%8M:98@+'>Z;H"Y^?D_Y(]?_R^G#<$#^#OZ_NMK%\S\P)2SX M'[]'_K\]^?"A?WS^;\-3A+M@9L!^9L\'>WS!1Q)9/OR.'^[1O#O30L MXRZP#^M%M$4SS=:F1!?%O#O/-V95QGZ]0"O-2BQ&+AK$MCW!4G<#H\R%)6F6 MB-=NYNB&568N\M:1`&V->TQ!FD'(MSL&'V38GCDR+=._0]JZ(%9EY$IRC;F% M0]B06>KGA6'A[H%[QP)C\TPA2^.X"XU^ZGOCF7= ML;=X@MYWG$OF<-XI'_=?P+.Q8X/79`8+Q51L>,(J8X%"#V4(@U,2@UWO-V%>8;D*X.A.5ZM`SLFJ.%SS==>$FBR/!# MH/2#S`].,8(8`<6P+S1[;,3I#2/O*3.K;-\3W(N0L^8,LN,:J=+0.:80FV@Z MV7&'()69,7/03I"R4F)M6-:\-RYA0N5,8Y$@'8/B3MR*"-=RC_ MR%.I(YL+E&]#FV'TCG#Z94,A5(1[*A,7#M-%NE2D# M042#C7),`KLVL3JDXOA=,. M8E!3_COZ_]/W1X/SS?;_C6:S$?(_ME6R_]5JM(K['QMY5NV(+Y&O1A;6(SJA MN%#0"JV(B*#HY#@NQ6ZN%A[W60\$ M,0_)=')@LSR],\]#(#UP#L;W7=V8K`4::E"C+%/G[#[Y3J@77Q-&OWZWYT/N M!-YM;?:U+A=KN1Q;4`C7@`R=];Z!@R$6N$NRCH/8&;JU@4B\M69\UH+`",WT M\PN5`'IY*!P'T4T$T\^!SJUL0#`NS4$1N5-8TU-0SGR-O`[XJ[)1<\V=YB!R M$Q,1ZQ8JPL(_ZY:I`.^YXW7@4%II(W<]U-`=KUVC87*"IS"R01X.WF"\F)-@ M@AUL+=`0NX,UXXCSTWS$NEE%6/AGW:R*=;HIB&2/*`/=2OS!!D-,V9;$4^/* MJ7I$;K^L@8']?$D6L/,MB2UGNB29ASUY(.%'II>$`=.\$`<79SBI9HVWV]6+ M)>UX50+3$1@)>K6`,VX5@`<+5\3(';^`^EWSYN:*4NQL)866.:KI%G%82U3< M"(U,<569&')%H/92U/,K_+H5I;.*#ZD;TQ1#XW8UV@O?M+P:3.ZF*:JIX0R1 M/=!+T>/(SHGR!%.(7SY3JTCNR&=O$N5J5X?:F"TEB=!SY%*R1Y347*WX<+7J M7%@(4>-BO$VF#L/Z)/^(%93\:Z053"A"ILN$$LHQ_J_6XC2AU>E_5M0A<6BJ MDI.%2M0Q4IG)U0'(JU0K: M4YDN)$)-40:TJ#(U$:6N*)JUB#-5HEQB494A.*^J1+/$M"I!Q+A75[3M&M&P M2N2D[Q*5$+KE>)1K"_2C6"#U:F$^RP4A7R MQFYN\QK MFP$APM=T?6H)66;"S8`0;ZQ$'[+E2G6F(D;=%$5.<5EBW$U#9!:5."MO MFCJSF"RQ]J8A4HO($K-O&B*]>"29?U,!:44CQ@ZH9X-FJ,%/RT;@]:#?6.<":+Q01:`;TAG0OA]MSH,%LU)#J:Q!J:9A>&# MW:S8\`%F)@+&IYF`^?1YFUK@+!!M-&9$.Q1LQ%T+$(."2G.$2O!W M?F&.O6AB(RM^2:1EXK$)PX7Q656;_@YPOM>.;?,3%EZ^SS%LKL>6=NC#&9DCRW1R M0,'%VUR8[6LX6IY7M$:2`[&O3=?)RVC1@V2# M,-X5:#!S8'PE*AN""YO9$+'MDXNB450N"CJD_)+'^ZULS+_U45[>1>N%N;"K M/`SV@MD0?I8N!^3DQWH^Y:OA>3`8V>5C1$^2`XOZBUR@[XR=O`2EU;!L"(T' M*HOI.K`6B+`.GXSDH&HID8["+S4'@<*6B3=>!Y6(<-[_P M!=/L'!1ND)A:7@[2D"\;PD=;.9@UVF`QXLH!T9@K!\-'75)0D#BR85&8)/+Q M5JA.&6U14LF=DBK#&>][YI[R6C===\;2/BU+'PQ7LC!I.CY<3=$&XO"$35(@ MV:M,`:R*DY+D-J%<%VP)RK7!QI]<&[!7295HM"]-,;^2J[!QKB48_;WP%<^_Z?VE;5 M%MW_:JB-XO[?=\K_N6M40OM(W^C\;V;^MY'SD?*_V^P2_WNGVRW._V[D>?R( MT1%5[T)18!QC(=5\2)F2_;(WM=6[0`KRF.F M6?X%G=9W%S;9X(D,;M$=FDH%_U1@CE0&])(?3'<,#PUX30UQ.86;!V;!(1YD M0+?H?@4X]B],C^G8UWEL9C![@0<%DU\2VA?^LBU^?*XIQ#57PR8YQ:_IL M^Z_UW2?LAQ\8%^)HEB4A#JA[6]NOM^Z?*/E8M.#2NWJBF!.T-P-_ M=MCV*X94!"5NR6_KD_T/9\%FD#=HKL]U'!\O;T%;PFN[YQOS1Y_L3_;6"Z5$ M\51?*/>,>P6-QOS&UF8[;(M&A%O@,_D-H:#9S'+X9S[]>'3`T-R3Q`UZ*$@* M2@+YDG4AOJ4;O*#Q9:1)XUI&5T M-VOAT;5#4Q%)'Q!1Z@8A6-?8K'`3P.HM*KPW^Q MBUQSSUCH3@5#Z6WWCW_Y_.3TK/_NZ+V!-=VZAX MW8]N/>"D6^?>(37";?8>!JR!H]H4%X879&11Z MS$R>XN_8OQW3WL&Z`YDH/J5*KP"C$TOL'?Q:]O_C,<_?8BKTYYS_B47?V@.& ML?;\K]%LJ4V\_]=0U68Q_]MH_F-SY'UG^S\PZ^\T.F3_1VT5^?\=\G^F/T"B MY]K_Z7:6\[_3*>Q_;.1!HJV=H!!4ZM5G+;$K@(,8_=E$'QG=KC:N=]$\BVH8 MC8[641N3[C-]W'I>#!K^./4_6`3YGXW7?U5MA_Q?';7%ZW];+>K_1N;_[-BX M(9,H:"O%LH3=F(#>%0V&]$I!(5$>LU_X67?F&E<+TS7T7JE>;:N@.$!3->*N M4*]$UK^)$[;%&C!K:R*)P-O^X)Q31SYFOUXX,X"5]GFRLI\L8S9C/XI4?GV) MK]6I;U?'SNR5\AA<;!_IO7"EL'S-U*K*Z<5J=;56;S&UW5.[O4:3"3]8_W;. MMG%!X^!H0)2O+TN)ADYYNW_>/SPY.^H/7I:"\_">\F%_<-X_&PZ.SE$>L^@Q ML8S;JNN$YR1J"F"/CL_A__[9RU(0=7%`%ZU^*,K9Q^/A0?^T?WP`?MV8WL6S M:KVW_1E):`<'1V?WM5M51?:N.ON$D_3/?/YZ7Y,9%$BX"^-;BU;P%.7X9/CF MX]'[@Y>E$C(8P"LN37XD2C`N>M<_?_NWX9O^NY.S_G#_[!"B51DI"LRBQ4&: MG@+1$(S;P\';LZ/3\_O8$F=X2,0?6RR*+S>/($J)4A5[@NS'D:=7L7!59Y>O MBM[B_W/['UC__<[C_Q;9?VNVFVHQ_O\N^2^L/VL;[/_K(?];L]F`!AR:\D:S MZ/\W\J#]YWB;'E%^H-5FI'IN]E2UUWP6V7N.PQ/VG;N]>JO7C'-^EEML#_]Y M_5JIQ'8:L"-4]AX_6F*I#%3(9?\L'>>9^,;V%9K%SZ+>N8>R@LE/7P0NP MR"7*C?8WGW.K_?#WF6")0(L6[/-,,^U[]EESIV,R/W^/O`9BKW+N&A.T5*>/ MR#X]_.*6R>`'TDLL^ZZYV@[?> MO'N%H>,AQD]!GJ'/V_AS1UOX#BIV<5=GA\LL&%_HH]U'+[>V=O';BF[Q3]C_ M/Y3U[Z_I_QN=3K'^N_G\?Q#KWVNL_[6$_=]VN][IX/F?9K?8_]_,HV&'6#N_ MC%@<<*<]VF,M^H(_4?O_(-:_\^M_$]?\.BWH(YK=1I/J?[M8_]O,Q\?Y93U%*N/88'/E#(DXR6"RB$+/&ZR$V M:WDN=EVVJ.=KU?\'L?Z[1O^/G!_)_K^H_QMZ$@NW177X\];_![O]\7OG?\3_ MU.X6\[_OD_]DFN:;7O_(Y_]KA?;?H>''_.^T"_Z_S3SQ^Q^SZ_2-/IFXNKVM M*)ZABSL2RXN<7+"\I[FT Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA23683 for freebsd-ports-outgoing; Sun, 22 Mar 1998 09:18:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA23670 for ; Sun, 22 Mar 1998 09:18:17 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id MAA08633; Sun, 22 Mar 1998 12:17:26 -0500 (EST) Date: Sun, 22 Mar 1998 12:17:26 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: Andreas Klemm cc: ports@FreeBSD.ORG Subject: Re: heads up folks, please test new postgresql + pgaccess port In-Reply-To: <19980322172704.54034@klemm.gtn.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 Sun, 22 Mar 1998, Andreas Klemm wrote: > Hi ! > > I got it managed to create a running postgresql 6.3 port. > > Unfortunately I don't get pgaccess running. > I would like to beta that port, Andreas, I need it for a database class. I finally got time to check the old linux announce newsgroups, and caught the following, which seems like maybe a pgaccess replacement: -------------------------------------------------------------------- MPSQL v.1.5.3 - a SQL GUI client for PostgresSQL, similar to Oracle's Server Manager motif worksheet and Microsoft's Windows based SQL Server iSQL query has been released: THIS RELEASE IS A NEW DISTRIBUTION OF THE STATICALLY LINKED LINUX BINARIES BASED ON THE NEWEST RELEASE OF PostgresSQL (v.6.3) THIS SHOULD FIX ANY CONNECTION PROBLEMS ASSOCIATED WITH USING THE OLD BINARIES (PostgresSQL libpq v6.2) TO CONNECT TO v.6.3 DATABASES. A new source release (v1.5.3) is also available that contains a few minor bug fixes. MPSQL is not public domain software, it is however freely redistributable. http://www.troubador.com/~keidav/downloads.html FEATURES: * execute multiple SQL statements or one of many by highlighting * work with multiple buffers * open/save buffers from/to files * cut/copy/paste between buffers * spool query output to a file * spool data in fixed length, comma, tab or space delimited format * print buffers * save application options to a startup file ($HOME/.mpsql) REQUIREMENTS: PostgresSQL 6.3 - libpq Motif 2.0 / LessTif - a statically linked binary is available! libc.so.5+ libdl.so.1.7+ libXxxx.so.6+ libXpm.so.4.3+ ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 09:54:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29815 for freebsd-ports-outgoing; Sun, 22 Mar 1998 09:54: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 JAA29790; Sun, 22 Mar 1998 09:54:08 -0800 (PST) (envelope-from obrien@FreeBSD.org) From: "David E. O'Brien" Received: (from obrien@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA02833; Sun, 22 Mar 1998 09:53:48 -0800 (PST) Date: Sun, 22 Mar 1998 09:53:48 -0800 (PST) Message-Id: <199803221753.JAA02833@freefall.freebsd.org> To: deischen@iworks.InterWorks.org, obrien@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6091 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade plan port to 1.7.1 State-Changed-From-To: open-closed State-Changed-By: obrien State-Changed-When: Sun Mar 22 09:53:35 PST 1998 State-Changed-Why: commited changes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 10:27:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04418 for freebsd-ports-outgoing; Sun, 22 Mar 1998 10:27:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thelab.hub.org (tc-63.acadiau.ca [131.162.2.163]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04335; Sun, 22 Mar 1998 10:26:42 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id OAA06584; Sun, 22 Mar 1998 14:26:07 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 22 Mar 1998 14:26:06 -0400 (AST) From: The Hermit Hacker Reply-To: The Hermit Hacker To: andreas@FreeBSD.ORG, pgsql-hackers@hub.org cc: pgsql-hackers@postgreSQL.org, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work In-Reply-To: <19980322135623.30535@klemm.gtn.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 Sun, 22 Mar 1998, Andreas Klemm wrote: > Hi ! > > Please help, the FreeBSD port update to version 6.3 drives me to > despair ;-) > > --with-tcl configure switch doesn't work to build libpgtcl > > I only get it to work if I set in the make environment > > USE_TCL=true This has been fixed in the upcoming patch...I'm going to be bundling up a postgresql-v6.3.1.tar.gz and postgresql-v6.3-v6.3.1.gz file this afternoon... > Another problem: on FreeBSD-current (and I think this is true on > FreeBSD-2.2.x as well) Odd, since my testing has always been done on FreeBSD-current, and I've already done a couple of builds under FreeBSD 2.2-STABLE :( But, looking at your patches for initdb.sh, I've applied them, as I think that it provides a non-shell dependent solution, which I think is cleaner... I'm just about to do a build on my system, to make sure everythingis okay before I bundle...but the new version should be up (and announced) later this evening... 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 Sun Mar 22 10:32:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05069 for freebsd-ports-outgoing; Sun, 22 Mar 1998 10:32:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05060; Sun, 22 Mar 1998 10:31:49 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id PAA09713; Sun, 22 Mar 1998 15:30:12 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id PAA29952; Sun, 22 Mar 1998 15:22:33 +0100 (CET) (envelope-from andreas) Message-ID: <19980322152233.29386@klemm.gtn.com> Date: Sun, 22 Mar 1998 15:22:33 +0100 From: Andreas Klemm To: teo@flex.ro Cc: pgsql-hackers@postgreSQL.org, scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: problems running pgaccess 0.73 and 0.84 with new postgresql 6.3 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! Am currently testing the port update of postgresql 6.3. After some trouble I got it managed .... Now I have trouble getting pgaccess running *sigh* :-) a) if I don't load /usr/local/pgsql/lib/libpq.so prior /usr/local/pgsql/lib/libpgtcl.so I get the following failure: Error in startup script: couldn't load file "/usr/local/pgsql/lib/libpgtcl.so": Undefined symbol "_PQfinish" in wish8.0:/usr/local/pgsql/lib/libpgtcl.so while executing "load /usr/local/pgsql/lib/libpgtcl.so" (procedure "main" line 4) invoked from within "main $argc $argv" (file "/usr/local/bin/pgaccess" line 4507) Ok, after patching pgaccess to load the other library it looks like this: andreas@titan{1062} $ pgaccess Error in startup script: couldn't load file "/usr/local/pgsql/lib/libpq.so": Undefined symbol "_crypt" in wish8.0:/usr/local/pgsql/lib/libpq.so while executing "load /usr/local/pgsql/lib/libpq.so" (procedure "main" line 3) invoked from within "main $argc $argv" (file "/usr/local/bin/pgaccess" line 4507) What the hell is this ? ;-) Somebody with a quick idea, whats different in postgresql 6.3 compared to 6.2.1 ???? Same when using tcl81/tk81... Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 10:41:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06092 for freebsd-ports-outgoing; Sun, 22 Mar 1998 10:41:25 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA06073; Sun, 22 Mar 1998 10:41:13 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id LAA07899; Sun, 22 Mar 1998 11:45:09 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id LAA13087; Sun, 22 Mar 1998 11:35:03 +0100 (CET) (envelope-from andreas) Message-ID: <19980322113502.61329@klemm.gtn.com> Date: Sun, 22 Mar 1998 11:35:02 +0100 From: Andreas Klemm To: scrappy@FreeBSD.ORG Cc: ports@FreeBSD.ORG, Ken McGlothlen , Greg Hormann , tarkhil@asteroid.svib.ru Subject: URGENT, postgresql 6.3 port, need help with make environment Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.89.1i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I'm currently trying to get the postgresql 6.3 port up and running. I'm nearly finished, but I need some help. Generally, in an ideal world with gnu configure it would be fine, to tell postgresql's configure something like: --with-tcl --with-tcl-incdir=$(PREFIX)/include/tcl8.1 --with-tcl-libdir=$(PREFIX)/lib But in fact configure isn't prepared to do this automatically, you have to patch Makefile.global.in ... ;-) Amen. Now I have another problem, theoretically the TCL interface stuff (src/interfaces/libpgtcl) should build automagically, but it doesn't. src/interfaces/Makefile theoretically has the hooks to decide automatically, if libpgtcl should be build or not. SRCDIR= .. include $(SRCDIR)/Makefile.global .DEFAULT all: $(MAKE) -C libpq $@ # $(MAKE) -C ecpg $@ ifeq ($(HAVE_Cplusplus), true) $(MAKE) -C libpq++ $@ else echo $(HAVE_Cplusplus): No C++ endif ifeq ($(USE_TCL), true) ^^^^^^^^^^^^^^^^ $(MAKE) -C libpgtcl $@ endif ifeq ($(USE_PERL), true) cd perl5 && perl Makefile.PL $(MAKE) -C perl5 $@ endif But this environment variable doesnßt seem to be set if gnu make enteres the interfaces directory and processes the "all target". src/GNUmakefile enters the subdir the following way: $(MAKE) -C interfaces all Here the output of a compile session: gmake -C interfaces all gmake[1]: Entering directory `/home/andreas/src/freefall/myports/work/postgresql /work/postgresql-6.3/src/interfaces' gmake -C libpq all ^^^^^^^^^^^^ The libpgtcl stuff is left out, because USE_TCL isn't defined anymore. The solution isn't to hack the interfaces/Makefile, to always compile TCL stuff in, since people wanted to have TCL support as a port option. What happens with the make environment ? Out make environment is defined as MAKE_ENV= USE_TCL=true TCL_INCDIR=${PREFIX}/include/tcl8.1 in the ports Makefile. Please help, otherwise it's absolutely impossible to include postgresql onto 2.2.6 CD. Current status is, that I asked Satoshi for permissions. But I think I would have to get it running today ! Thanks ! Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 11:46:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19102 for freebsd-ports-outgoing; Sun, 22 Mar 1998 11:46:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18949; Sun, 22 Mar 1998 11:45:59 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 11:45:59 -0800 (PST) From: Steve Price Message-Id: <199803221945.LAA18949@hub.freebsd.org> To: andy@icc.surw.chel.su, steve, freebsd-ports, steve Subject: Re: ports/6061 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/aalib State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 11:44:38 PST 1998 State-Changed-Why: Fix looks good. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 11:44:38 PST 1998 Responsible-Changed-Why: I will commit it as soon as the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 11:47:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19741 for freebsd-ports-outgoing; Sun, 22 Mar 1998 11:47:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA19717; Sun, 22 Mar 1998 11:47:28 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 11:47:28 -0800 (PST) From: Steve Price Message-Id: <199803221947.LAA19717@hub.freebsd.org> To: deischen@iworks.InterWorks.org, steve, freebsd-ports, steve Subject: Re: ports/6069 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade: New version of Nedit (5.0.2) State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 11:46:34 PST 1998 State-Changed-Why: Patch looks good. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 11:46:34 PST 1998 Responsible-Changed-Why: I will commit the fix as soon as the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 11:48:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20140 for freebsd-ports-outgoing; Sun, 22 Mar 1998 11:48:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20075; Sun, 22 Mar 1998 11:48:31 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 11:48:31 -0800 (PST) From: Steve Price Message-Id: <199803221948.LAA20075@hub.freebsd.org> To: hjh@best.com, steve, freebsd-ports, steve Subject: Re: ports/6072 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: lwm - Lightweight Window Manager State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 11:47:51 PST 1998 State-Changed-Why: Looks good. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 11:47:51 PST 1998 Responsible-Changed-Why: I will commit it as soon as the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 11:50:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20463 for freebsd-ports-outgoing; Sun, 22 Mar 1998 11:50:01 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20414; Sun, 22 Mar 1998 11:49:54 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 11:49:54 -0800 (PST) From: Steve Price Message-Id: <199803221949.LAA20414@hub.freebsd.org> To: junker@jazz.snu.ac.kr, steve, freebsd-ports, steve Subject: Re: ports/6073 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port upgrade: korean/hanterm-xf86 State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 11:48:50 PST 1998 State-Changed-Why: Patch looks good. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 11:48:50 PST 1998 Responsible-Changed-Why: I will commit it as soon as the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 11:52:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21226 for freebsd-ports-outgoing; Sun, 22 Mar 1998 11:52:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA20892; Sun, 22 Mar 1998 11:52:01 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 11:52:01 -0800 (PST) From: Steve Price Message-Id: <199803221952.LAA20892@hub.freebsd.org> To: ibex@physik.TU-Berlin.DE, steve, freebsd-ports, steve Subject: Re: ports/6075 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated port: mysql State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 11:50:38 PST 1998 State-Changed-Why: Looks good and doesn't seem to dump core like the previous port. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 11:50:38 PST 1998 Responsible-Changed-Why: I will commit this as soonas the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 11:53:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21447 for freebsd-ports-outgoing; Sun, 22 Mar 1998 11:53:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21376; Sun, 22 Mar 1998 11:53:09 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 11:53:09 -0800 (PST) From: Steve Price Message-Id: <199803221953.LAA21376@hub.freebsd.org> To: giffunip@asme.org, steve, freebsd-ports, steve Subject: Re: ports/6082 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Minor fix to xbl port State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 11:52:15 PST 1998 State-Changed-Why: Patch looks good. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 11:52:15 PST 1998 Responsible-Changed-Why: I will commit this as soons as the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 12:04:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22827 for freebsd-ports-outgoing; Sun, 22 Mar 1998 12:04:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22703; Sun, 22 Mar 1998 12:02:34 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 12:02:34 -0800 (PST) From: Steve Price Message-Id: <199803222002.MAA22703@hub.freebsd.org> To: andy@icc.surw.chel.su, steve, freebsd-ports, steve Subject: Re: ports/6086 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: icbm3d-0.3 State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 12:01:42 PST 1998 State-Changed-Why: Port looks good. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 12:01:42 PST 1998 Responsible-Changed-Why: I will commit this as soon as the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 12:04:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA22942 for freebsd-ports-outgoing; Sun, 22 Mar 1998 12:04:28 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thelab.hub.org (tc-34.acadiau.ca [131.162.2.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA22863; Sun, 22 Mar 1998 12:04:12 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id QAA13430; Sun, 22 Mar 1998 16:02:52 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 22 Mar 1998 16:02:52 -0400 (AST) From: The Hermit Hacker To: Andreas Klemm cc: pgsql-hackers@postgreSQL.org, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work In-Reply-To: <19980322135623.30535@klemm.gtn.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 I just updated the ftp site such that there is a postgresql-6.3.1.tar.gz file, which corrects alot of post-release bugs that cropped up, including those you listed below... Let me know if this help...it hasn't been officially released yet, but, unless anyone comes up with an critical problems with it, that tar file will be what is announced tomorrow morning... On Sun, 22 Mar 1998, Andreas Klemm wrote: > Hi ! > > Please help, the FreeBSD port update to version 6.3 drives me to > despair ;-) > > --with-tcl configure switch doesn't work to build libpgtcl > > I only get it to work if I set in the make environment > > USE_TCL=true > > configure --with-tcl doesn't seem to set USE_TCL=true in > src/Makefile.global, so > src/interfaces/Makefile, > which includes > src/Makefile.global > fails, since USE_TCL isn't set to true. Workaround was to explicitely > set USE_TCL=true when starting the make. > > Another problem: on FreeBSD-current (and I think this is true on > FreeBSD-2.2.x as well) > > The make install fails when running the initdb script. > > Adding template1 database to pg_database... > Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1 < /tmp/create > .13645 > > vacuuming template1 > creating public pg_user view > loading pg_description > *** Error code 1 > > The Postgresql 6.2 version needed a patch so that this works > --- bin/initdb/initdb.sh.orig Wed Apr 2 07:09:13 1997 > +++ bin/initdb/initdb.sh Wed Apr 2 07:09:33 1997 > @@ -344,6 +344,5 @@ > > if [ $debug -eq 0 ]; then > echo "vacuuming template1" > - echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ > - grep -v "^DEBUG:" > + echo "vacuum" | postgres -o /dev/null -F -Q -D$PGDATA template1 > /dev/null > > fi > > I enhanced this patch and now use > "-o /dev/null" > and avoid > "2>&1" > > several lines below where similar commands can be found, but this > doesn't solve the problem. > > --- bin/initdb/initdb.sh.orig Sun Mar 22 12:47:51 1998 > +++ bin/initdb/initdb.sh Sun Mar 22 13:06:36 1998 > @@ -348,8 +348,7 @@ > > # If the COPY is first, the VACUUM generates an error, so we vacuum first > echo "vacuuming template1" > -echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ > - grep -v "^DEBUG:" > +echo "vacuum" | postgres -o /dev/null -F -Q -D$PGDATA template1 > /dev/null > > echo "COPY pg_shadow TO '$PGDATA/pg_pwd' USING DELIMITERS '\\t'" |\ > postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ > @@ -383,6 +382,6 @@ > echo "loading pg_description" > echo "copy pg_description from '$TEMPLATE_DESCR'" | postgres -F -Q -D$PGDATA te > mplate1 > /dev/null > echo "copy pg_description from '$GLOBAL_DESCR'" | postgres -F -Q -D$PGDATA temp > late1 > /dev/null > -echo "vacuum analyze" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ > +echo "vacuum analyze" | postgres -o /dev/null -F -Q -D$PGDATA template1 > /dev/ > null |\ > grep -v "^DEBUG:" > > Any help appreciated ! > > Reply-To set, since I haven't subscribed to your list. > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > powered by ,,symmetric multiprocessor FreeBSD'' > 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 Sun Mar 22 12:06:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23375 for freebsd-ports-outgoing; Sun, 22 Mar 1998 12:06:47 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23318; Sun, 22 Mar 1998 12:05:52 -0800 (PST) (envelope-from steve) Date: Sun, 22 Mar 1998 12:05:52 -0800 (PST) From: Steve Price Message-Id: <199803222005.MAA23318@hub.freebsd.org> To: andy@icc.surw.chel.su, steve, freebsd-ports, steve Subject: Re: ports/6093 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/agm State-Changed-From-To: open-analyzed State-Changed-By: steve State-Changed-When: Sun Mar 22 12:02:40 PST 1998 State-Changed-Why: Patch looks good. Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Mar 22 12:02:40 PST 1998 Responsible-Changed-Why: I will commit this as soon as the ports freeze is over. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 12:08:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23697 for freebsd-ports-outgoing; Sun, 22 Mar 1998 12:08:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thelab.hub.org (tc-34.acadiau.ca [131.162.2.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23601; Sun, 22 Mar 1998 12:07:43 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id QAA13482; Sun, 22 Mar 1998 16:05:46 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sun, 22 Mar 1998 16:05:46 -0400 (AST) From: The Hermit Hacker To: Andreas Klemm cc: teo@flex.ro, pgsql-interfaces@postgreSQL.org, scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: problems running pgaccess 0.73 and 0.84 with new postgresql 6.3 In-Reply-To: <19980322152233.29386@klemm.gtn.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 Sun, 22 Mar 1998, Andreas Klemm wrote: > What the hell is this ? ;-) > > Somebody with a quick idea, whats different in postgresql 6.3 compared > to 6.2.1 ???? > > Same when using tcl81/tk81... This appears to be FreeBSD specific...when v6.3 was released, I started to play around with pgaccess under Solaris x86, and it run without a hitch...here, under FreeBSD 3.0-current, I hit the same problem :( As for what is different compared to 6.2.1...the shorter list would be what is the same ... 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 Sun Mar 22 12:10:34 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23990 for freebsd-ports-outgoing; Sun, 22 Mar 1998 12:10:34 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from candle.pha.pa.us (maillist@s5-03.ppp.op.net [209.152.195.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23981; Sun, 22 Mar 1998 12:10:21 -0800 (PST) (envelope-from maillist@candle.pha.pa.us) Received: (from maillist@localhost) by candle.pha.pa.us (8.8.5/8.8.5) id PAA17643; Sun, 22 Mar 1998 15:11:14 -0500 (EST) From: Bruce Momjian Message-Id: <199803222011.PAA17643@candle.pha.pa.us> Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work To: scrappy@hub.org Date: Sun, 22 Mar 1998 15:11:14 -0500 (EST) Cc: andreas@FreeBSD.ORG, pgsql-hackers@hub.org, pgsql-hackers@postgreSQL.org, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG In-Reply-To: from "The Hermit Hacker" at Mar 22, 98 02:26:06 pm X-Mailer: ELM [version 2.4 PL25] 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 > Odd, since my testing has always been done on FreeBSD-current, and > I've already done a couple of builds under FreeBSD 2.2-STABLE :( > > But, looking at your patches for initdb.sh, I've applied them, as > I think that it provides a non-shell dependent solution, which I think is > cleaner... > > I'm just about to do a build on my system, to make sure > everythingis okay before I bundle...but the new version should be up (and > announced) later this evening... I recommend against applying the patch. First, it is very late in the patch game to be applying an initdb patch. Second, the original code should work fine, and the top of the file says #/bin/sh, so we don't need a shell-independent solution. The rest of the file uses /bin/sh commands so it will simply not work with another shell. I suggest the original user has some problem with their stderr handling in their OS configuration. -- Bruce Momjian | 830 Blythe Avenue maillist@candle.pha.pa.us | Drexel Hill, Pennsylvania 19026 + If your life is a hard drive, | (610) 353-9879(w) + Christ can be your backup. | (610) 853-3000(h) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 12:31:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27365 for freebsd-ports-outgoing; Sun, 22 Mar 1998 12:31:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27321; Sun, 22 Mar 1998 12:31:39 -0800 (PST) (envelope-from jseger) Date: Sun, 22 Mar 1998 12:31:39 -0800 (PST) From: "Justin M. Seger" Message-Id: <199803222031.MAA27321@hub.freebsd.org> To: andy@icc.surw.chel.su, jseger, freebsd-ports, jseger Subject: Re: ports/4767 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: cftp-0.7 State-Changed-From-To: open-feedback State-Changed-By: jseger State-Changed-When: Sun Mar 22 12:30:14 PST 1998 State-Changed-Why: cftp-0.9.1 is the current version. Please update this port and resubmit. Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: jseger Responsible-Changed-When: Sun Mar 22 12:30:14 PST 1998 Responsible-Changed-Why: I'll look at the new version when it is submitted. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 13:42:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07927 for freebsd-ports-outgoing; Sun, 22 Mar 1998 13:42:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from jseger@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07881; Sun, 22 Mar 1998 13:42:00 -0800 (PST) (envelope-from jseger) Date: Sun, 22 Mar 1998 13:42:00 -0800 (PST) From: "Justin M. Seger" Message-Id: <199803222142.NAA07881@hub.freebsd.org> To: rhh@ct.picker.com, jseger, freebsd-ports Subject: Re: ports/5352 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: multi-package ports don't build (NO_WRKSUBDIR) State-Changed-From-To: open-closed State-Changed-By: jseger State-Changed-When: Sun Mar 22 13:41:18 PST 1998 State-Changed-Why: I committed a fix to this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 13:50:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09456 for freebsd-ports-outgoing; Sun, 22 Mar 1998 13:50:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09446; Sun, 22 Mar 1998 13:50:05 -0800 (PST) (envelope-from gnats) Received: from limbo.rtfm.net (nathan@rtfm.net [204.141.125.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07563 for ; Sun, 22 Mar 1998 13:39:31 -0800 (PST) (envelope-from nathan@limbo.rtfm.net) Received: (from nathan@localhost) by limbo.rtfm.net (8.8.8/8.8.8) id QAA20812; Sun, 22 Mar 1998 16:39:15 -0500 (EST) Message-Id: <199803222139.QAA20812@limbo.rtfm.net> Date: Sun, 22 Mar 1998 16:39:15 -0500 (EST) From: nathan@rtfm.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6100: xmpeg3 chokes on filenames with spaces Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6100 >Category: ports >Synopsis: xmpeg3 chokes on filenames with spaces >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 22 13:50:03 PST 1998 >Last-Modified: >Originator: Nathan Dorfman >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD 3.0-current, amp and xmpeg3 from ports. >Description: When a filename has a space in it, xmpeg3 only recognizes the part of the filename to the right of the rightmost space-- including when passing arguments to amp. Of course, any files with spaces will thus not play. >How-To-Repeat: Make a few mp3 files with spaces in their names (as mp3 files come, more often than not) and run xmpeg3. >Fix: Ewww...tcl/tk. Someone else better do it :-) >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 Mar 22 14:02:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12585 for freebsd-ports-outgoing; Sun, 22 Mar 1998 14:02:55 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cesit1.unifi.it (cesit1.unifi.it [150.217.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12530; Sun, 22 Mar 1998 14:02:36 -0800 (PST) (envelope-from ugo@dsi.UNIFI.IT) Received: from aguirre.dsi.unifi.it by CESIT1.UNIFI.IT (PMDF V5.1-10 #23168) with SMTP id <01IUZFOSP2IK00026E@CESIT1.UNIFI.IT>; Sun, 22 Mar 1998 23:01:01 MET Received: from dsi.unifi.it (com4.unifi.it) by aguirre.dsi.unifi.it (4.1/SMI-4.1) id AA06066; Sun, 22 Mar 1998 23:02:19 +0100 Received: from pegasus.home.net (pegasus.home.net [192.168.1.3]) by dsi.unifi.it (8.8.8/8.8.8) with ESMTP id LAA09199; Sun, 22 Mar 1998 11:59:53 +0100 (MET envelope-from ugo) Received: (from ugo@localhost) by pegasus.home.net (8.8.8/8.8.7) id MAA00258; Sun, 22 Mar 1998 12:00:00 +0100 (MET) Date: Sun, 22 Mar 1998 12:00:00 +0100 (MET) From: Ugo Paternostro Subject: RE: jdk1.1.5 and ICQ In-reply-to: To: Johan Larsson Cc: freebsd-java@FreeBSD.ORG, "David E. Cross" , freebsd-ports@FreeBSD.ORG Message-id: Organization: Not an organization MIME-version: 1.0 X-Mailer: XFMail 1.2 [p0] on FreeBSD Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 8bit X-Priority: 3 (Normal) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 21-Mar-98 Johan Larsson wrote about "RE: jdk1.1.5 and ICQ": >> P.S.: try my port for ICQJava 0.981a. I sent a PR, but it has not been >> commited > > And it probably want due to licensing terms. > >>From LICENSE.TXT: > "You may not use this software on more than one computer or distribute > this version of the software to any other third party." So what? You know, English is not my mother tongue, and I'm not a lawyer :-), but from what my eyes see I understand that you cannot install the program on more than one computer (and this is definitely not a port issue) and that you cannot distribute the tarball (and the port is marked restricted, so nobody making a release will include it into the release itself). Moreover, they state that you cannot install on more than one computer, but say anything about using on 2, 3, 4 or one hundred computers. In any case I don't think they would prevent you from using their software from more than one computer, one a time. Last but not least, they do not speak about multi user installation (that's what the port does). My apologies to the freebsd-java subscriptors for this O.T. Follow ups to freebsd-ports or to private email. Tnx. P.S.: the port will surely not be commited now, due to the port tree being frozen for the 2.2.6 release. > Johan Bye, UP To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 15:08:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22989 for freebsd-ports-outgoing; Sun, 22 Mar 1998 15:08:50 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from zed.ludd.luth.se (zed.ludd.luth.se [130.240.16.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22982; Sun, 22 Mar 1998 15:08:46 -0800 (PST) (envelope-from gozer@ludd.luth.se) Received: from sister.ludd.luth.se (gozer@sister.ludd.luth.se [130.240.16.77]) by zed.ludd.luth.se (8.8.5/8.8.5) with SMTP id BAA23250; Mon, 23 Mar 1998 01:08:35 +0200 Date: Mon, 23 Mar 1998 00:08:34 +0100 (MET) From: Johan Larsson To: Ugo Paternostro cc: freebsd-java@FreeBSD.ORG, "David E. Cross" , freebsd-ports@FreeBSD.ORG Subject: RE: jdk1.1.5 and ICQ In-Reply-To: Message-ID: X-uri: http://www.ludd.luth.se/users/gozer/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 22 Mar 1998, Ugo Paternostro wrote: > On 21-Mar-98 Johan Larsson wrote about "RE: jdk1.1.5 and ICQ": > >> P.S.: try my port for ICQJava 0.981a. I sent a PR, but it has not been > >> commited > > > > And it probably want due to licensing terms. > > > >>From LICENSE.TXT: > > "You may not use this software on more than one computer or distribute > > this version of the software to any other third party." > > So what? You know, English is not my mother tongue, and I'm not a lawyer :-), > but from what my eyes see I understand that you cannot install the program on > more than one computer (and this is definitely not a port issue) and that you > cannot distribute the tarball (and the port is marked restricted, so nobody > making a release will include it into the release itself). > > Moreover, they state that you cannot install on more than one computer, but say > anything about using on 2, 3, 4 or one hundred computers. In any case I don't > think they would prevent you from using their software from more than one > computer, one a time. > > Last but not least, they do not speak about multi user installation (that's > what the port does). Yish, my apologies for being tired or something :) I forgot the restricted keyword :) > P.S.: the port will surely not be commited now, due to the port tree being > frozen for the 2.2.6 release. Well, maybe we see it in the current? Johan -- * mailto:gozer@ludd.luth.se * http://www.ludd.luth.se/users/gozer/ * * Powered by FreeBSD. http://www.se.freebsd.org/ +-+-+-+-+-+-+-+-+ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 16:05:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA02505 for freebsd-ports-outgoing; Sun, 22 Mar 1998 16:05:49 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tohokugw.tohoku.iij.ad.jp (firewall-user@tohokugw.tohoku.iij.ad.jp [202.232.14.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA02495; Sun, 22 Mar 1998 16:05:41 -0800 (PST) (envelope-from taguchi@tohoku.iij.ad.jp) Received: by tohokugw.tohoku.iij.ad.jp; id JAA14733; Mon, 23 Mar 1998 09:05:41 +0900 (JST) Received: from unknown(192.168.144.5) by tohokugw.tohoku.iij.ad.jp via smap (3.2) id xma014731; Mon, 23 Mar 98 09:05:37 +0900 Received: from hirose.tohoku.iij.ad.jp (hirose.tohoku.iij.ad.jp [192.168.144.2]) by yubeshi.tohoku.iij.ad.jp (8.7.4/3.4W2) with ESMTP id JAA06062; Mon, 23 Mar 1998 09:05:37 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by hirose.tohoku.iij.ad.jp (8.8.8/3.5Wbeta) with ESMTP id JAA26862; Mon, 23 Mar 1998 09:05:03 +0900 (JST) To: itojun@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/5580 From: Taguchi Takeshi In-Reply-To: Your message of "Fri, 20 Mar 1998 09:47:16 -0800 (PST)" <199803201747.JAA29405@freefall.freebsd.org> References: <199803201747.JAA29405@freefall.freebsd.org> X-Mailer: Mew version 1.93b1 on XEmacs 20.3 (Vatican City) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19980323090502F.taguchi@tohoku.iij.ad.jp> Date: Mon, 23 Mar 1998 09:05:02 +0900 X-Dispatcher: imput version 980114 Lines: 22 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry, I've put ja-tk80.980323.tar.gz and ja-tcl80.980323.tar.gz on ftp://ftp.freebsd.org/pub/FreeBSD.org/incoming/ > Synopsis: New ports "ja-tk-8.0" > > State-Changed-From-To: open-analyzed > State-Changed-By: itojun > State-Changed-When: Fri Mar 20 09:46:21 PST 1998 > State-Changed-Why: > checked but the file supposed to be in "incoming" directory is not there. > please upload again. > > Synopsis: New ports "ja-tcl-8.0" > > State-Changed-From-To: open-analyzed > State-Changed-By: itojun > State-Changed-When: Fri Mar 20 09:47:22 PST 1998 > State-Changed-Why: > checked but the port cannot be fetched (erased?) > please upload again. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 16:31:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06328 for freebsd-ports-outgoing; Sun, 22 Mar 1998 16:31:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from smtp4.teleport.com (smtp4.teleport.com [192.108.254.34]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06296; Sun, 22 Mar 1998 16:31:35 -0800 (PST) (envelope-from mrl@teleport.com) Received: from user2.teleport.com (usertest.teleport.com [192.108.254.19]) by smtp4.teleport.com (8.8.7/8.7.3) with ESMTP id QAA25740; Sun, 22 Mar 1998 16:31:03 -0800 (PST) From: Mostyn Lewis Received: (from mrl@localhost) by user2.teleport.com (8.8.7/8.8.4) id QAA08453; Sun, 22 Mar 1998 16:31:02 -0800 (PST) Message-Id: <199803230031.QAA08453@user2.teleport.com> Subject: Re: URGENT, postgresql 6.3 port, need help with make environment To: andreas@klemm.gtn.com (Andreas Klemm) Date: Sun, 22 Mar 1998 16:31:02 -0800 (PST) Cc: scrappy@FreeBSD.ORG, ports@FreeBSD.ORG, mcglk@serv.net, ghormann@nix.kconline.com, tarkhil@asteroid.svib.ru In-Reply-To: <19980322113502.61329@klemm.gtn.com> from "Andreas Klemm" at Mar 22, 98 11:35:02 am X-Mailer: ELM [version 2.4 PL25] Content-Type: text Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org All, I thought I'd try pgsql 6.3 - Well I got it all to work in a tyro way :-) 1. In patch-ae there's +TCL_LIB= -ltcl81 I only have version 8.0 so I used +TCL_LIB= -ltcl80 2. In patch-ac, I changed configure so it could find my tk.h cpp needs the header path to teh X headers because, tk.h references them and fails the config. Needs something like ac_try="$ac_cpp -I$ac_x_includes conftest.$ac_ext >/dev/null 2>conftest.out" 3. After building and installing, I tried pgaccess. The 2 lines to load libraries in pgaccess are:- load /usr/local/pgsql/lib/libpq.so load /usr/local/pgsql/lib/libpgtcl.so The first will fail as there's no "package"_Init file in it (in tcl terminology) and the second, while its a tcl package with an _Init entry point will fail due to missing externals it needs from the first. Solution? a. One make a combined library from both and load this - tried this and it worked. b. Comment out both and use pgaccess via pgtksh, e.g. pgtksh % source /usr/local/bin/pgaccess This works, too. Also when using pgaccess, I noticed that the pgsql socket is in the UNIX domain in tmp, so when opening a database don't specify a host name (e.g. localhost) as it will try a AF_INET access and will fail (see fe-connect.c in libpg). Just wipe out the host name (leave it blank) and then it will connect in the AF_UNIX domain and work. pgaccess was then functional. Regards, Mostyn Lewis Patches I used: patch-ac: --- configure.orig Mon Mar 2 06:55:42 1998 +++ configure Sun Mar 22 11:58:58 1998 @@ -1,4 +1,5 @@ #! /bin/sh +set -x # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.12 @@ -716,6 +717,8 @@ CC=`grep '^CC:' $TEMPLATE | awk -F: '{print $2}'` LIBS=`grep '^LIBS:' $TEMPLATE | awk -F: '{print $2}'` +# don't ask questions, should be a configure option +with_defaults=yes echo "**************************************************************" echo "We now need to know if your compiler needs to search any @@ -5545,7 +5548,7 @@ #include "confdefs.h" #include EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +ac_try="$ac_cpp -I$ac_x_includes conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:5550: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then @@ -5580,7 +5583,7 @@ #include "confdefs.h" #include <$f/tk.h> EOF -ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" +ac_try="$ac_cpp -I$ac_x_includes conftest.$ac_ext >/dev/null 2>conftest.out" { (eval echo configure:5585: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then patch-ae: --- Makefile.global.in.orig Sun Mar 22 10:42:00 1998 +++ Makefile.global.in Sun Mar 22 10:46:20 1998 @@ -160,12 +160,12 @@ USE_TCL= @USE_TCL@ # customize these to your site's needs # -TCL_INCDIR= @TCL_INCDIR@ -TCL_LIBDIR= /usr/local/lib -TCL_LIB= @TCL_LIB@ -TK_INCDIR= @TK_INCDIR@ -TK_LIBDIR= /usr/local/lib -TK_LIB= @TK_LIB@ +TCL_INCDIR= !!LOCALBASE!!/include/tcl8.0 +TCL_LIBDIR= !!LOCALBASE!!/lib +TCL_LIB= -ltcl80 +TK_INCDIR= !!LOCALBASE!!/include/tk8.0 +TK_LIBDIR= !!LOCALBASE!!/lib +TK_LIB= -ltk80 USE_PERL= @USE_PERL@ In pgaccess in proc {main} #load /usr/local/pgsql/lib/libpq.so #load /usr/local/pgsql/lib/libpgtcl.so and use pgtksh or load /usr/local/pgsql/lib/foo.so "pgtcl" where foo.so is a combined libpg and libpgtcl specially made. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 19:39:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05957 for freebsd-ports-outgoing; Sun, 22 Mar 1998 19:39:58 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05949 for ; Sun, 22 Mar 1998 19:39:52 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id TAA12381 for ; Sun, 22 Mar 1998 19:39:44 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Sun, 22 Mar 1998 19:39:44 -0800 (PST) From: Doug White Reply-To: Doug White To: ports@FreeBSD.ORG Subject: ncftp security bugfix (fwd) 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 Received this via a local security list. ache, you might want to upgrade this asap. == cut == For those of you that use ncftp: subject: ncftp 2.4.3 added by: scoop (scoop@unreal.org) date: 03/20/98 A new version of ncftp is available, fixing the security hole mentioned on roots hell.com (http://www.rootshell.com/view.cgi?199803) earlier this week. The vulnerability present in ncftp 2.4.2 enables the attacker to create cryptic directory names that execute commands on your local machine if you get -R them. There's some other small fixes, just browse the changelog (files/changelogs/ncftp-changelog). o Get it (ftp://ftp.ncftp.com/ncftp/ncftp-2.4.3.tar.gz) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 20:03:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10558 for freebsd-ports-outgoing; Sun, 22 Mar 1998 20:03:30 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA10387 for ; Sun, 22 Mar 1998 20:03:13 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA05727; Sun, 22 Mar 1998 19:15:12 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id SAA15691; Sun, 22 Mar 1998 18:47:39 +0100 (CET) (envelope-from andreas) Message-ID: <19980322184739.46283@klemm.gtn.com> Date: Sun, 22 Mar 1998 18:47:39 +0100 From: Andreas Klemm To: Chuck Robey Cc: ports@FreeBSD.ORG Subject: Re: heads up folks, please test new postgresql + pgaccess port References: <19980322172704.54034@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from Chuck Robey on Sun, Mar 22, 1998 at 12:17:26PM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Mar 22, 1998 at 12:17:26PM -0500, Chuck Robey wrote: > On Sun, 22 Mar 1998, Andreas Klemm wrote: > > > Hi ! > > > > I got it managed to create a running postgresql 6.3 port. > > > > Unfortunately I don't get pgaccess running. > > I would like to beta that port, Andreas, I need it for a database class. Well, fine. I think I stumbeled into a -current problem.... > I finally got time to check the old linux announce newsgroups, and > caught the following, which seems like maybe a pgaccess replacement: > -------------------------------------------------------------------- > MPSQL v.1.5.3 - a SQL GUI client for PostgresSQL, > similar to Oracle's Server Manager motif worksheet > and Microsoft's Windows based SQL Server iSQL query > has been released: Looks promising. Would you have the time to port it ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 20:17:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13198 for freebsd-ports-outgoing; Sun, 22 Mar 1998 20:17:40 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13192; Sun, 22 Mar 1998 20:17:31 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id VAA14841; Sun, 22 Mar 1998 21:45:15 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id VAA06026; Sun, 22 Mar 1998 21:40:05 +0100 (CET) (envelope-from andreas) Message-ID: <19980322214004.16459@klemm.gtn.com> Date: Sun, 22 Mar 1998 21:40:04 +0100 From: Andreas Klemm To: The Hermit Hacker Cc: pgsql-hackers@postgreSQL.org, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work References: <19980322135623.30535@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from The Hermit Hacker on Sun, Mar 22, 1998 at 04:02:52PM -0400 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org BTW, what tcl tk version do you recommend ? 80 or 81 ? -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 21:25:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA27349 for freebsd-ports-outgoing; Sun, 22 Mar 1998 21:25:59 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from thelab.hub.org (tc-35.acadiau.ca [131.162.2.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA27323; Sun, 22 Mar 1998 21:25:30 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id BAA15573; Mon, 23 Mar 1998 01:24:58 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 23 Mar 1998 01:24:58 -0400 (AST) From: The Hermit Hacker To: Mostyn Lewis cc: Andreas Klemm , scrappy@FreeBSD.ORG, ports@FreeBSD.ORG, mcglk@serv.net, ghormann@nix.kconline.com, tarkhil@asteroid.svib.ru Subject: Re: URGENT, postgresql 6.3 port, need help with make environment In-Reply-To: <199803230031.QAA08453@user2.teleport.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 Sun, 22 Mar 1998, Mostyn Lewis wrote: > 2. In patch-ac, I changed configure so it could find > my tk.h This should be fixed in v6.3.1... > The 2 lines to load libraries in pgaccess are:- > > load /usr/local/pgsql/lib/libpq.so > load /usr/local/pgsql/lib/libpgtcl.so > > The first will fail as there's no "package"_Init file in it > (in tcl terminology) and the second, while its a tcl package > with an _Init entry point will fail due to missing externals > it needs from the first. This has got to be a FreeBSD issue then, is it? I have v6.3 and pgaccess installed on my Solaris machine at work, and no problems just running it as 'wish -f pgaccess.tcl' ... 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 Sun Mar 22 22:24:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA05216 for freebsd-ports-outgoing; Sun, 22 Mar 1998 22:24:51 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA05206; Sun, 22 Mar 1998 22:24:41 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id VAA14820; Sun, 22 Mar 1998 21:45:10 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id VAA05948; Sun, 22 Mar 1998 21:38:55 +0100 (CET) (envelope-from andreas) Message-ID: <19980322213855.17336@klemm.gtn.com> Date: Sun, 22 Mar 1998 21:38:55 +0100 From: Andreas Klemm To: The Hermit Hacker Cc: pgsql-hackers@postgreSQL.org, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work References: <19980322135623.30535@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from The Hermit Hacker on Sun, Mar 22, 1998 at 04:02:52PM -0400 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Mar 22, 1998 at 04:02:52PM -0400, The Hermit Hacker wrote: > > > I just updated the ftp site such that there is a postgresql-6.3.1.tar.gz > file, which corrects alot of post-release bugs that cropped up, including > those you listed below... > > Let me know if this help...it hasn't been officially released yet, but, > unless anyone comes up with an critical problems with it, that tar file > will be what is announced tomorrow morning... Thanks, you were blindingly fast ;-) Then maybe I will be commit ready if Satoshi agrees. Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Mar 22 22:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07881 for freebsd-ports-outgoing; Sun, 22 Mar 1998 22:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07865; Sun, 22 Mar 1998 22:40:02 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07134 for ; Sun, 22 Mar 1998 22:36:07 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id LAA19906 for ; Mon, 23 Mar 1998 11:35:40 +0500 (UST) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id JAA25013; Mon, 23 Mar 1998 09:44:56 +0300 (MSK) Message-Id: <199803230644.JAA25013@icc.surw.chel.su> Date: Mon, 23 Mar 1998 09:44:56 +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/6105: New port: cftp-0.9.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6105 >Category: ports >Synopsis: New port: cftp-0.9.1 >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 Mar 22 22:40:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a resubmition of PR/4767. # 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: # # cftp-0.9.1 # cftp-0.9.1/Makefile # cftp-0.9.1/files # cftp-0.9.1/files/md5 # cftp-0.9.1/pkg # cftp-0.9.1/pkg/COMMENT # cftp-0.9.1/pkg/DESCR # cftp-0.9.1/pkg/PLIST # echo c - cftp-0.9.1 mkdir -p cftp-0.9.1 > /dev/null 2>&1 echo x - cftp-0.9.1/Makefile sed 's/^X//' >cftp-0.9.1/Makefile << 'END-of-cftp-0.9.1/Makefile' X# New ports collection makefile for: cftp X# Version required: 0.9.1 X# Date created: 14 October 1997 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= cftp-0.9.1 XCATEGORIES= net XMASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ X XMAINTAINER= andy@icc.surw.chel.su X XGNU_CONFIGURE= yes X Xpre-install: X @if [ ! -f ${PREFIX}/info/dir ]; then \ X ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ X fi X Xpost-install: X @ ${MKDIR} ${PREFIX}/share/doc/cftp X.for file in AUTHORS COPYING ChangeLog NEWS README THANKS TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp X.endfor X X.include END-of-cftp-0.9.1/Makefile echo c - cftp-0.9.1/files mkdir -p cftp-0.9.1/files > /dev/null 2>&1 echo x - cftp-0.9.1/files/md5 sed 's/^X//' >cftp-0.9.1/files/md5 << 'END-of-cftp-0.9.1/files/md5' XMD5 (cftp-0.9.1.tar.gz) = f47fa185a07b880cd62808a3f4172133 END-of-cftp-0.9.1/files/md5 echo c - cftp-0.9.1/pkg mkdir -p cftp-0.9.1/pkg > /dev/null 2>&1 echo x - cftp-0.9.1/pkg/COMMENT sed 's/^X//' >cftp-0.9.1/pkg/COMMENT << 'END-of-cftp-0.9.1/pkg/COMMENT' XComfortable FTP, a full screen ftp client END-of-cftp-0.9.1/pkg/COMMENT echo x - cftp-0.9.1/pkg/DESCR sed 's/^X//' >cftp-0.9.1/pkg/DESCR << 'END-of-cftp-0.9.1/pkg/DESCR' X CFTP is used to transfer files from a remote computer to Xyour local computer via the FTP protocol. X It's advantages over most standard ftp-clients is its Xfullscreen representation of the remote directory so you Xcan easily choose what to get or where to go. END-of-cftp-0.9.1/pkg/DESCR echo x - cftp-0.9.1/pkg/PLIST sed 's/^X//' >cftp-0.9.1/pkg/PLIST << 'END-of-cftp-0.9.1/pkg/PLIST' Xbin/cftp X@unexec install-info --delete %D/info/cftp.info %D/info/dir Xinfo/cftp.info X@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir X@exec install-info %D/info/cftp.info %D/info/dir Xshare/doc/cftp/AUTHORS Xshare/doc/cftp/COPYING Xshare/doc/cftp/ChangeLog Xshare/doc/cftp/NEWS Xshare/doc/cftp/README Xshare/doc/cftp/THANKS Xshare/doc/cftp/TODO X@dirrm share/doc/cftp END-of-cftp-0.9.1/pkg/PLIST exit >How-To-Repeat: >Fix: Justin M Seger must check and commit this port. >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 Mar 22 23:10:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12153 for freebsd-ports-outgoing; Sun, 22 Mar 1998 23:10:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12127; Sun, 22 Mar 1998 23:10:02 -0800 (PST) (envelope-from gnats) Received: from ns1.tu-graz.ac.at (ns1.tu-graz.ac.at [129.27.2.3]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id XAA11925 for ; Sun, 22 Mar 1998 23:07:42 -0800 (PST) (envelope-from dada@localhost.tu-graz.ac.at) Received: from fcggsg07.icg.tu-graz.ac.at by ns1.tu-graz.ac.at with SMTP id AA16386 (5.67c/IDA-1.5t for ); Mon, 23 Mar 1998 07:56:11 +0100 Received: from localhost.tu-graz.ac.at (isdn095.tu-graz.ac.at [129.27.240.95]) by fcggsg07.icg.tu-graz.ac.at (8.8.8/8.8.8) with ESMTP id HAA22741 for ; Mon, 23 Mar 1998 07:55:59 +0100 (MET) Received: (from root@localhost) by localhost.tu-graz.ac.at (8.8.8/8.8.5) id WAA12135; Fri, 20 Mar 1998 22:30:52 +0100 (CET) Message-Id: <199803202130.WAA12135@localhost.tu-graz.ac.at> Date: Fri, 20 Mar 1998 22:30:52 +0100 (CET) From: Martin.Kammerhofer@sbox.tu-graz.ac.at Reply-To: dada@sbox.tu-graz.ac.at To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6106: ImageMagick port broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6106 >Category: ports >Synopsis: ImageMagick port broken >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 Mar 22 23:10:00 PST 1998 >Last-Modified: >Originator: Martin Kammerhofer >Organization: Graz Technical University >Release: FreeBSD 2.2.5-STABLE i386 >Environment: ImageMagick-4.0.2 >Description: How-To-Repeat: cd /usr/ports/graphics/ImageMagick && make install >Fix: unknown >Audit-Trail: >Unformatted: >> Checksum OK for ImageMagick-4.0.2.tar.gz. ===> Building for ImageMagick-4.0.2 Making all in magick Making all in xtp Making all in xlib /bin/sh ./libtool --mode=link cc -O2 -m486 -pipe -Wall -o animate animate.o magick/libMagick.la -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXext -ljbig -ljpeg -lmpeg -lz -lpng -ltiff -lttf -lm LD_LIBRARY_PATH="magick/.libs:$LD_LIBRARY_PATH" cc -O2 -m486 -pipe -Wall -o .libs/animate animate.o -R/usr/local/lib -lMagick -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXext -ljbig -ljpeg -lmpeg -lz -lpng -ltiff -lttf -lm -L/usr/local/lib -L/usr/X11R6/lib -lX11 -lXext -ljbig -ljpeg -lmpeg -lz -lpng -ltiff -lttf -lm animate.o: Undefined symbol `_SetClientName' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_XGetScreenDensity' referenced from text segment animate.o: Undefined symbol `_MagickWarning' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: Undefined symbol `_MagickError' referenced from text segment animate.o: More undefined symbol _MagickError refs follow animate.o: Undefined symbol `_XAnimateBackgroundImage' referenced from text segment animate.o: Undefined symbol `_XAnimateImages' referenced from text segment animate.o: Undefined symbol `_XAnimateImages' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 00:07:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01007 for freebsd-ports-outgoing; Mon, 23 Mar 1998 00:07:33 -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 AAA00919; Mon, 23 Mar 1998 00:07:18 -0800 (PST) (envelope-from hoek@FreeBSD.org) From: Tim Vanderhoek Received: (from hoek@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA08843; Mon, 23 Mar 1998 00:06:51 -0800 (PST) Date: Mon, 23 Mar 1998 00:06:51 -0800 (PST) Message-Id: <199803230806.AAA08843@freefall.freebsd.org> To: jhicks@glenatl.glenayre.com, hoek@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5926 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Can't "roll" a release, jade won't build on 2.2-STABLE State-Changed-From-To: open-closed State-Changed-By: hoek State-Changed-When: Sun Mar 22 23:58:52 PST 1998 State-Changed-Why: You probably won't believe me, but... It looks like you need more memory. You should have included information about total mem available,, and total free mem when it fails, but both jade is known to build (as of Mar. 21), and ``make release'' is known to work (as of 980322). The malloc(): error: allocation failed refers to what I'm saying. :) [all dates compare to the pr, filed Mar. 5] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 00:36:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07815 for freebsd-ports-outgoing; Mon, 23 Mar 1998 00:36:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA07716; Mon, 23 Mar 1998 00:35:58 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id WAA23624; Sun, 22 Mar 1998 22:45:07 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id WAA27517; Sun, 22 Mar 1998 22:43:26 +0100 (CET) (envelope-from andreas) Message-ID: <19980322224325.56954@klemm.gtn.com> Date: Sun, 22 Mar 1998 22:43:25 +0100 From: Andreas Klemm To: The Hermit Hacker Cc: teo@flex.ro, pgsql-interfaces@postgreSQL.org, scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: problems running pgaccess 0.73 and 0.84 with new postgresql 6.3 References: <19980322152233.29386@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from The Hermit Hacker on Sun, Mar 22, 1998 at 04:05:46PM -0400 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I confirmed, that -current is broken concerning pgaccess startup. The old pgaccess/postgresql port doesn't run anymore. Concerning 6.3.1, --with-tcl still isn't sufficient, to build the libpgtcl.* libraries. My port now again uses USE_TCL=true instead of USE_TCL=yes. Andreas /// -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 00:40:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA08807 for freebsd-ports-outgoing; Mon, 23 Mar 1998 00:40:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA08802; Mon, 23 Mar 1998 00:40:17 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id OAA16578; Sun, 22 Mar 1998 14:00:14 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id NAA02027; Sun, 22 Mar 1998 13:56:23 +0100 (CET) (envelope-from andreas) Message-ID: <19980322135623.30535@klemm.gtn.com> Date: Sun, 22 Mar 1998 13:56:23 +0100 From: Andreas Klemm To: pgsql-hackers@postgreSQL.org Cc: ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work Reply-To: andreas@FreeBSD.ORG, pgsql-hackers@postgreSQL.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi ! Please help, the FreeBSD port update to version 6.3 drives me to despair ;-) --with-tcl configure switch doesn't work to build libpgtcl I only get it to work if I set in the make environment USE_TCL=true configure --with-tcl doesn't seem to set USE_TCL=true in src/Makefile.global, so src/interfaces/Makefile, which includes src/Makefile.global fails, since USE_TCL isn't set to true. Workaround was to explicitely set USE_TCL=true when starting the make. Another problem: on FreeBSD-current (and I think this is true on FreeBSD-2.2.x as well) The make install fails when running the initdb script. Adding template1 database to pg_database... Running: postgres -boot -C -F -D/usr/local/pgsql/data -Q template1 < /tmp/create .13645 vacuuming template1 creating public pg_user view loading pg_description *** Error code 1 The Postgresql 6.2 version needed a patch so that this works --- bin/initdb/initdb.sh.orig Wed Apr 2 07:09:13 1997 +++ bin/initdb/initdb.sh Wed Apr 2 07:09:33 1997 @@ -344,6 +344,5 @@ if [ $debug -eq 0 ]; then echo "vacuuming template1" - echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ - grep -v "^DEBUG:" + echo "vacuum" | postgres -o /dev/null -F -Q -D$PGDATA template1 > /dev/null fi I enhanced this patch and now use "-o /dev/null" and avoid "2>&1" several lines below where similar commands can be found, but this doesn't solve the problem. --- bin/initdb/initdb.sh.orig Sun Mar 22 12:47:51 1998 +++ bin/initdb/initdb.sh Sun Mar 22 13:06:36 1998 @@ -348,8 +348,7 @@ # If the COPY is first, the VACUUM generates an error, so we vacuum first echo "vacuuming template1" -echo "vacuum" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ - grep -v "^DEBUG:" +echo "vacuum" | postgres -o /dev/null -F -Q -D$PGDATA template1 > /dev/null echo "COPY pg_shadow TO '$PGDATA/pg_pwd' USING DELIMITERS '\\t'" |\ postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ @@ -383,6 +382,6 @@ echo "loading pg_description" echo "copy pg_description from '$TEMPLATE_DESCR'" | postgres -F -Q -D$PGDATA te mplate1 > /dev/null echo "copy pg_description from '$GLOBAL_DESCR'" | postgres -F -Q -D$PGDATA temp late1 > /dev/null -echo "vacuum analyze" | postgres -F -Q -D$PGDATA template1 2>&1 > /dev/null |\ +echo "vacuum analyze" | postgres -o /dev/null -F -Q -D$PGDATA template1 > /dev/ null |\ grep -v "^DEBUG:" Any help appreciated ! Reply-To set, since I haven't subscribed to your list. -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 03:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24419 for freebsd-ports-outgoing; Mon, 23 Mar 1998 03:10:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24411; Mon, 23 Mar 1998 03:10:02 -0800 (PST) (envelope-from gnats) Received: from darla.swimsuit.roskildebc.dk (pm22-27.image.dk [194.234.169.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA23680 for ; Mon, 23 Mar 1998 03:03:57 -0800 (PST) (envelope-from root@darla.swimsuit.roskildebc.dk) Received: (from root@localhost) by darla.swimsuit.roskildebc.dk (8.8.8/8.8.8) id MAA00453; Mon, 23 Mar 1998 12:04:42 +0100 (CET) (envelope-from root) Message-Id: <199803231104.MAA00453@darla.swimsuit.roskildebc.dk> Date: Mon, 23 Mar 1998 12:04:42 +0100 (CET) From: leifn@image.dk Reply-To: leifn@image.dk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6109: cvsup fast update mode (wish) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6109 >Category: ports >Synopsis: whish for faster, less critical update mode for cvsup >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 Mar 23 03:10:01 PST 1998 >Last-Modified: >Originator: Leif Neland >Organization: ? >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: It would be nice if cvsup had a fast-update mode, where it didn't check the local files, but just did patches according to changes in the official source-tree. e.g. if nothing has been checked in in ports/www since the last time I cvsup'ed, cvsup wouldn't spend time checking all the files in /usr/ports/www online. Alternatively, a check for which file has been changed locally could be done before going online. >How-To-Repeat: >Fix: >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 Mar 23 03:30:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA26786 for freebsd-ports-outgoing; Mon, 23 Mar 1998 03:30:00 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA26715 for ; Mon, 23 Mar 1998 03:29:40 -0800 (PST) (envelope-from chuckr@glue.umd.edu) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.8.8/8.8.5) with SMTP id AAA10718; Mon, 23 Mar 1998 00:38:14 -0500 (EST) Date: Mon, 23 Mar 1998 00:38:14 -0500 (EST) From: Chuck Robey X-Sender: chuckr@localhost To: Andreas Klemm cc: ports@FreeBSD.ORG Subject: Re: heads up folks, please test new postgresql + pgaccess port In-Reply-To: <19980322184739.46283@klemm.gtn.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 Sun, 22 Mar 1998, Andreas Klemm wrote: > On Sun, Mar 22, 1998 at 12:17:26PM -0500, Chuck Robey wrote: > > On Sun, 22 Mar 1998, Andreas Klemm wrote: > > > > > Hi ! > > > > > > I got it managed to create a running postgresql 6.3 port. > > > > > > Unfortunately I don't get pgaccess running. > > > > I would like to beta that port, Andreas, I need it for a database class. > > Well, fine. I think I stumbeled into a -current problem.... > > > I finally got time to check the old linux announce newsgroups, and > > caught the following, which seems like maybe a pgaccess replacement: > > -------------------------------------------------------------------- > > MPSQL v.1.5.3 - a SQL GUI client for PostgresSQL, > > similar to Oracle's Server Manager motif worksheet > > and Microsoft's Windows based SQL Server iSQL query > > has been released: > > Looks promising. Would you have the time to port it ? It depends on having a working postgresql port, version 6.3.1, so I can't start it until the postgres port's in the can. Let me take a look tomorrow (it's real late now here) and tell you. > > -- > Andreas Klemm http://www.FreeBSD.ORG/~andreas > powered by ,,symmetric multiprocessor FreeBSD'' > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic, both FreeBSD (301) 220-2114 | version 3.0 current -- and great FUN! ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 04:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06210 for freebsd-ports-outgoing; Mon, 23 Mar 1998 04:30:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06181; Mon, 23 Mar 1998 04:30:02 -0800 (PST) (envelope-from gnats) Received: from kiri.toba-cmt.ac.jp (kiri.toba-cmt.ac.jp [202.26.248.91]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA05436 for ; Mon, 23 Mar 1998 04:22:15 -0800 (PST) (envelope-from kiri@kiri.toba-cmt.ac.jp) Received: (from kiri@localhost) by kiri.toba-cmt.ac.jp (8.8.8/8.8.7) id VAA00942; Mon, 23 Mar 1998 21:21:43 +0900 (JST) Message-Id: <199803231221.VAA00942@kiri.toba-cmt.ac.jp> Date: Mon, 23 Mar 1998 21:21:43 +0900 (JST) From: Kazuhiko Kiriyama(System administrator) Reply-To: kiri@kiri.toba-cmt.ac.jp To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6110: Update port: gp-2.5(print/gp). Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6110 >Category: ports >Synopsis: Update port: gp-2.5 (print/gp). >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: support >Submitter-Id: current-users >Arrival-Date: Mon Mar 23 04:30:01 PST 1998 >Last-Modified: >Originator: Kazuhiko Kiriyama >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: I've updated the port gp-2.5 (print/gp). Current modifications are (1) To make build correctry. (2) Change Dependencies suitable to run. Delete and Update files are respecively [Add] : scripts/post-build [Update] : Makefile patches/patch-aa scripts/configure I put the diff from ports-current(print/gp) in "Fix:". >How-To-Repeat: >Fix: diff -urN ../../current/print/gp/Makefile ./Makefile --- ../../current/print/gp/Makefile Mon Feb 23 00:09:31 1998 +++ ./Makefile Sun Mar 15 22:48:28 1998 @@ -7,16 +7,18 @@ # DISTNAME= GP-2.5 -PKGNAME= gp-2.5 +PKGNAME?= gp-2.5 CATEGORIES= print tk42 MASTER_SITES= http://www.kamome.or.jp/hueda/GP/ \ ftp://www.neosoft.com/pub/tcl/sorted/print/GP-2.5/ MAINTAINER= kiri@kiri.toba-cmt.ac.jp -RUN_DEPENDS= psbook:${PORTSDIR}/print/psutils \ - gv:${PORTSDIR}/print/gv \ - ${WITH_DEPENDS} +LIB_DEPENDS= ${WITH_LIB} +RUN_DEPENDS= ${PREFIX}/bin/psbook:${PORTSDIR}/print/psutils \ + ${X11BASE}/bin/gv:${PORTSDIR}/print/gv \ + ${PREFIX}/bin/convert:${PORTSDIR}/graphics/ImageMagick \ + ${WITH_RUN} PATCHDIR= ${.CURDIR}/../../print/gp/patches FILESDIR= ${.CURDIR}/../../print/gp/files @@ -36,17 +38,19 @@ .if (${LANGUAGE} == "Japanese") DOCDIRNAME= Doc.ja DOCEXT= .euc -WITH_DEPENDS= wish4.2jp:${PORTSDIR}/japanese/tk42 \ - a2ps-j:${PORTSDIR}/japanese/a2ps \ - xdvi:${PORTSDIR}/japanese/vfxdvi \ - nup:${PORTSDIR}/japanese/dvi2ps +WITH_LIB= tcl76jp\\.1\\.:${PORTSDIR}/japanese/tcl76 +WITH_RUN= ${PREFIX}/bin/wish4.2jp:${PORTSDIR}/japanese/tk42 \ + ${PREFIX}/bin/a2ps-j:${PORTSDIR}/japanese/a2ps \ + ${X11BASE}/bin/xdvi:${PORTSDIR}/japanese/vfxdvi \ + ${PREFIX}/bin/dvi2ps:${PORTSDIR}/japanese/dvi2ps .else DOCDIRNAME= Doc DOCEXT= -WITH_DEPENDS?= wish4.2:${PORTSDIR}/x11/tk42 \ - a2ps:${PORTSDIR}/print/a2ps \ - xdvi:${PORTSDIR}/print/xdvi \ - dvips:${PORTSDIR}/print/dvips +WITH_LIB= tcl76\\.1\\.:${PORTSDIR}/lang/tcl76 +WITH_RUN= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11/tk42 \ + ${PREFIX}/bin/a2ps:${PORTSDIR}/print/a2ps \ + ${X11BASE}/bin/xdvi:${PORTSDIR}/print/xdvi \ + ${PREFIX}/bin/dvips:${PORTSDIR}/print/dvips .endif post-install: diff -urN ../../current/print/gp/patches/patch-aa ./patches/patch-aa --- ../../current/print/gp/patches/patch-aa Sun Feb 15 03:13:08 1998 +++ ./patches/patch-aa Sun Feb 22 21:28:09 1998 @@ -1,15 +1,16 @@ -*** Makefile~ Sun Feb 1 20:48:49 1998 ---- Makefile Mon Feb 2 16:47:20 1998 +*** Makefile.orig Sun Feb 1 20:48:49 1998 +--- Makefile Sun Feb 22 21:27:43 1998 *************** -*** 13,19 **** +*** 13,20 **** BINDIR = $(PREFIX)/bin LIBDIR = $(PREFIX)/lib/GP ! FILTERS = `ls filters` - FILTERS.SAMPLE = `ls filters.sample` +! FILTERS.SAMPLE = `ls filters.sample` ICONS = printer.xbm exit.xbm ---- 13,24 ---- + +--- 13,25 ---- BINDIR = $(PREFIX)/bin LIBDIR = $(PREFIX)/lib/GP @@ -19,6 +20,7 @@ ! FILTERS =a2ps dvips ImageMagick ! .endif ! - FILTERS.SAMPLE = `ls filters.sample` +! FILTERS.SAMPLE!= ls filters.sample ICONS = printer.xbm exit.xbm + diff -urN ../../current/print/gp/scripts/configure ./scripts/configure --- ../../current/print/gp/scripts/configure Sun Feb 15 03:13:09 1998 +++ ./scripts/configure Sat Feb 21 22:42:49 1998 @@ -4,31 +4,3 @@ ${MV} Makefile Makefile.bak ${SED} -e 's@^PREFIX[ ]*=.*$@#&@' < Makefile.bak > Makefile - -${MV} GP GP.bak -${SED} \ - -e '/^set[ ]*PRINTER_LIST[ ]/s@/usr/local@%%PREFIX%%@' \ - -e '/^set[ ]*FILETYPE_LIST[ ]/s@/usr/local@%%PREFIX%%@' \ - -e '/^set[ ]*FILTERS_DIR[ ]/s@/usr/local@%%PREFIX%%@' \ - -e '/^set[ ]*ICONS_PATH[ ]/s@/usr/local@%%PREFIX%%@' \ - < GP.bak > GP -${MV} GP GP.bak -${SED} \ - -e "s@%%PREFIX%%@${PREFIX}@g" \ - < GP.bak > GP - -cd ${WRKSRC}/filters.sample - -if [ X"${LANGUAGE}" = "XJapanese" ]; then - for f in a2ps-j dvi2ps-j; do - ${MV} ${f} ${f}.bak - ${SED} -e 's@^\(NUMBER[ ]*=\).*$@\1 1@' < ${f}.bak > ${f} - ${RM} -f ${f}.bak - done -else - for f in a2ps dvips; do - ${MV} ${f} ${f}.bak - ${SED} -e 's@^\(NUMBER[ ]*=\).*$@\1 1@' < ${f}.bak > ${f} - ${RM} -f ${f}.bak - done -fi diff -urN ../../current/print/gp/scripts/post-build ./scripts/post-build --- ../../current/print/gp/scripts/post-build Thu Jan 1 09:00:00 1970 +++ ./scripts/post-build Sun Feb 22 21:36:40 1998 @@ -0,0 +1,32 @@ +#!/bin/sh + +cd ${WRKSRC} + +${MV} GP GP.bak +${SED} \ + -e '/^set[ ]*PRINTER_LIST[ ]/s@/usr/local@%%PREFIX%%@' \ + -e '/^set[ ]*FILETYPE_LIST[ ]/s@/usr/local@%%PREFIX%%@' \ + -e '/^set[ ]*FILTERS_DIR[ ]/s@/usr/local@%%PREFIX%%@' \ + -e '/^set[ ]*ICONS_PATH[ ]/s@/usr/local@%%PREFIX%%@' \ + -e '/^set[ ]*PS_PREVIEWER[ ]/s@ghostview@gv@' \ + < GP.bak > GP +${MV} GP GP.bak +${SED} \ + -e "s@%%PREFIX%%@${PREFIX}@g" \ + < GP.bak > GP + +cd ${WRKSRC}/filters + +if [ X"${LANGUAGE}" = "XJapanese" ]; then + for f in a2ps-j dvi2ps-j; do + ${MV} ${f} ${f}.bak + ${SED} -e 's@^\(NUMBER[ ]*=\).*$@\1 1@' < ${f}.bak > ${f} + ${RM} -f ${f}.bak + done +else + for f in a2ps dvips; do + ${MV} ${f} ${f}.bak + ${SED} -e 's@^\(NUMBER[ ]*=\).*$@\1 1@' < ${f}.bak > ${f} + ${RM} -f ${f}.bak + done +fi >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 Mar 23 05:12:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12054 for freebsd-ports-outgoing; Mon, 23 Mar 1998 05:12:32 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12043; Mon, 23 Mar 1998 05:12:28 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id IAA05227; Mon, 23 Mar 1998 08:12:32 -0500 (EST) Date: Mon, 23 Mar 1998 08:12:32 -0500 (EST) From: The Hermit Hacker To: Andreas Klemm cc: pgsql-hackers@postgreSQL.org, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work In-Reply-To: <19980322213855.17336@klemm.gtn.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 Sun, 22 Mar 1998, Andreas Klemm wrote: > On Sun, Mar 22, 1998 at 04:02:52PM -0400, The Hermit Hacker wrote: > > > > > > I just updated the ftp site such that there is a postgresql-6.3.1.tar.gz > > file, which corrects alot of post-release bugs that cropped up, including > > those you listed below... > > > > Let me know if this help...it hasn't been officially released yet, but, > > unless anyone comes up with an critical problems with it, that tar file > > will be what is announced tomorrow morning... > > Thanks, you were blindingly fast ;-) I wish I knew enough about building the ports (And had the time to learn *sigh*)...then I could save you even more time :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 05:14:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12331 for freebsd-ports-outgoing; Mon, 23 Mar 1998 05:14:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from hub.org (hub.org [209.47.148.200]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12314; Mon, 23 Mar 1998 05:14:02 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by hub.org (8.8.8/8.7.5) with SMTP id IAA05297; Mon, 23 Mar 1998 08:13:38 -0500 (EST) Date: Mon, 23 Mar 1998 08:13:38 -0500 (EST) From: The Hermit Hacker To: Andreas Klemm cc: teo@flex.ro, pgsql-interfaces@postgreSQL.org, scrappy@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: problems running pgaccess 0.73 and 0.84 with new postgresql 6.3 In-Reply-To: <19980322224325.56954@klemm.gtn.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 Sun, 22 Mar 1998, Andreas Klemm wrote: > I confirmed, that -current is broken concerning pgaccess > startup. The old pgaccess/postgresql port doesn't run > anymore. > > Concerning 6.3.1, > > --with-tcl still isn't sufficient, to build the libpgtcl.* > libraries. Then there is a problem on your system...I did the -with-tcl on my FreeBSD 3.0-CURRENT machine and it was sufficient to build the libpgtcl.* libraries... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 08:01:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09089 for freebsd-ports-outgoing; Mon, 23 Mar 1998 08:01:20 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from sun-test.hightek.com ([194.74.141.100]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA09050 for ; Mon, 23 Mar 1998 08:01:08 -0800 (PST) (envelope-from andreas@klemm2.hightek.com) Received: from klemm2.hightek.com ([195.90.203.76]) by sun-test.hightek.com (Netscape Mail Server v1.1) with ESMTP id AAA5246; Mon, 23 Mar 1998 17:02:13 +0200 Received: (from andreas@localhost) by klemm2.hightek.com (8.8.8/8.8.8) id RAA15305; Mon, 23 Mar 1998 17:01:06 +0100 (CET) (envelope-from andreas) Message-ID: <19980323170106.10118@hightek.com> Date: Mon, 23 Mar 1998 17:01:06 +0100 From: Andreas Klemm To: Steve Ames Cc: ports@FreeBSD.ORG Subject: Re: postgresql? References: <199803231348.IAA28518@ns1.cioe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199803231348.IAA28518@ns1.cioe.com>; from Steve Ames on Mon, Mar 23, 1998 at 08:48:11AM -0500 X-Operating-System: FreeBSD 2.2.6-BETA Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Mar 23, 1998 at 08:48:11AM -0500, Steve Ames wrote: > > When is postgresql 6.3 going to have an offical freebsd port? After the ports freeze. The port is nearly finished. It will then be a postgresql 6.3.1 port, ok ?! ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Mar 23 10:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03577 for freebsd-ports-outgoing; Mon, 23 Mar 1998 10:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03543; Mon, 23 Mar 1998 10:30:02 -0800 (PST) (envelope-from gnats) Received: from interlock.otcwi.com (interlock.otcwi.com [204.95.205.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01680 for ; Mon, 23 Mar 1998 10:19:56 -0800 (PST) (envelope-from markc@interlock.otcwi.com) Received: (from markc@localhost) by interlock.otcwi.com (8.8.7/8.6.12) id MAA07129; Mon, 23 Mar 1998 12:19:51 -0600 (CST) Message-Id: <199803231819.MAA07129@interlock.otcwi.com> Date: Mon, 23 Mar 1998 12:19:51 -0600 (CST) From: "Mark T. Chapman" Reply-To: markc@interlock.otcwi.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6113: ports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6113 >Category: ports >Synopsis: 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: Mon Mar 23 10:30:01 PST 1998 >Last-Modified: >Originator: Mark T. Chapman >Organization: CTGI >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: new port - rinfo-1.2 uploaded to incoming >Description: >How-To-Repeat: >Fix: >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 Mar 23 21:10:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14178 for freebsd-ports-outgoing; Mon, 23 Mar 1998 21:10:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14159; Mon, 23 Mar 1998 21:10:04 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12780 for ; Mon, 23 Mar 1998 21:03:43 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id KAA13780 for ; Tue, 24 Mar 1998 10:03:30 +0500 (UST) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id IAA00503; Tue, 24 Mar 1998 08:13:06 +0300 (MSK) Message-Id: <199803240513.IAA00503@icc.surw.chel.su> Date: Tue, 24 Mar 1998 08:13:06 +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/6119: New port: xmastermind-0.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6119 >Category: ports >Synopsis: New port: xmastermind-0.1 >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 Mar 23 21:10:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of mastermind game for X Window System. The computer calculates a combination of five characters (each between A and J) and you have to try to find out the combination the computer has calculated. Your questions to the computer are also combinations of five characters (each between A and J). You get sets of black and/or white blocks as answers to your questions. If you get a black block as answer it means that there is one character in your try at the correct position (but you don't know which one it is). If you get a white block as answer it means that there is a character in your guess that also occurs in the solution, but at another position (but you don't know which one it is and at which position it would be correct). # 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: # # xmastermind-0.1 # xmastermind-0.1/Makefile # xmastermind-0.1/files # xmastermind-0.1/files/md5 # xmastermind-0.1/patches # xmastermind-0.1/patches/patch-aa # xmastermind-0.1/pkg # xmastermind-0.1/pkg/PLIST # xmastermind-0.1/pkg/COMMENT # xmastermind-0.1/pkg/DESCR # echo c - xmastermind-0.1 mkdir -p xmastermind-0.1 > /dev/null 2>&1 echo x - xmastermind-0.1/Makefile sed 's/^X//' >xmastermind-0.1/Makefile << 'END-of-xmastermind-0.1/Makefile' X# New ports collection makefile for: xmastermind X# Version required: 0.1 X# Date created: 23 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xmastermind-0.1 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= games/strategy X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms X XUSE_X11= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xmastermind ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/doc/xmastermind X.for file in BUGS COPYING README.for.developers README.for.users X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xmastermind X.endfor X X.include END-of-xmastermind-0.1/Makefile echo c - xmastermind-0.1/files mkdir -p xmastermind-0.1/files > /dev/null 2>&1 echo x - xmastermind-0.1/files/md5 sed 's/^X//' >xmastermind-0.1/files/md5 << 'END-of-xmastermind-0.1/files/md5' XMD5 (xmastermind-0.1.tar.gz) = 086e8b8d4ee0cb77c00060a354bbfe6a END-of-xmastermind-0.1/files/md5 echo c - xmastermind-0.1/patches mkdir -p xmastermind-0.1/patches > /dev/null 2>&1 echo x - xmastermind-0.1/patches/patch-aa sed 's/^X//' >xmastermind-0.1/patches/patch-aa << 'END-of-xmastermind-0.1/patches/patch-aa' X--- Makefile Tue Dec 30 10:30:25 1997 X+++ /home/andy/tmp/wrk/Makefile Mon Mar 23 23:20:18 1998 X@@ -1,10 +1,10 @@ X OBJS = main.o mymath.o mastermind.o guiglobal.o apptogui.o guitoapp.o mainwindowdesign.o X X CC = gcc X-CFLAGS = -O2 -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi X+CFLAGS+= -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi -I/usr/X11R6/include X CLIBS = -lm X #GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11 -static X-GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11 X+GRAPHLIBS = -lxforms -L/usr/X11R6/lib -lX11 X MF = Makefile X X ALLLIBS = $(GRAPHLIBS) $(CLIBS) END-of-xmastermind-0.1/patches/patch-aa echo c - xmastermind-0.1/pkg mkdir -p xmastermind-0.1/pkg > /dev/null 2>&1 echo x - xmastermind-0.1/pkg/PLIST sed 's/^X//' >xmastermind-0.1/pkg/PLIST << 'END-of-xmastermind-0.1/pkg/PLIST' Xbin/xmastermind Xshare/doc/xmastermind/BUGS Xshare/doc/xmastermind/COPYING Xshare/doc/xmastermind/README.for.developers Xshare/doc/xmastermind/README.for.users X@dirrm share/doc/xmastermind END-of-xmastermind-0.1/pkg/PLIST echo x - xmastermind-0.1/pkg/COMMENT sed 's/^X//' >xmastermind-0.1/pkg/COMMENT << 'END-of-xmastermind-0.1/pkg/COMMENT' Xmastermind game for X Window System. END-of-xmastermind-0.1/pkg/COMMENT echo x - xmastermind-0.1/pkg/DESCR sed 's/^X//' >xmastermind-0.1/pkg/DESCR << 'END-of-xmastermind-0.1/pkg/DESCR' XThe computer calculates a combination of five characters (each between XA and J) and you have to try to find out the combination the computer Xhas calculated. Your questions to the computer are also combinations Xof five characters (each between A and J). X XYou get sets of black and/or white blocks as answers to your Xquestions. X XIf you get a black block as answer it means that there is one Xcharacter in your try at the correct position (but you don't know Xwhich one it is). X XIf you get a white block as answer it means that there is a character Xin your guess that also occurs in the solution, but at another Xposition (but you don't know which one it is and at which position it Xwould be correct). END-of-xmastermind-0.1/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >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 Mar 23 21:10:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14208 for freebsd-ports-outgoing; Mon, 23 Mar 1998 21:10:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA14183; Mon, 23 Mar 1998 21:10:08 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA13760 for ; Mon, 23 Mar 1998 21:09:06 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id KAA13845 for ; Tue, 24 Mar 1998 10:08:30 +0500 (UST) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id IAA00664; Tue, 24 Mar 1998 08:18:05 +0300 (MSK) Message-Id: <199803240518.IAA00664@icc.surw.chel.su> Date: Tue, 24 Mar 1998 08:18:05 +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/6120: New port: xtetris-2.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6120 >Category: ports >Synopsis: New port: xtetris-2.6 >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 Mar 23 21:10:05 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of X Window block dropping game. Xtetris is a game involving dropping blocks. As they drop you can move them to the left or to the right by clicking the left or right mouse buttons respectively. Pressing the shift key while clicking the button causes the falling shape to rotate anti-clockwise (left mouse button) or clockwise (right mouse button). Pressing the middle mouse button causes the shape to quickly drop. Note that the mouse must be in the window in which the shapes are dropping for these actions to work correctly. # 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: # # xtetris-2.6 # xtetris-2.6/Makefile # xtetris-2.6/files # xtetris-2.6/files/md5 # xtetris-2.6/files/Xtetris # xtetris-2.6/files/Xtetris.bw # xtetris-2.6/files/Xtetris.c # xtetris-2.6/patches # xtetris-2.6/patches/patch-aa # xtetris-2.6/pkg # xtetris-2.6/pkg/PLIST # xtetris-2.6/pkg/COMMENT # xtetris-2.6/pkg/DESCR # echo c - xtetris-2.6 mkdir -p xtetris-2.6 > /dev/null 2>&1 echo x - xtetris-2.6/Makefile sed 's/^X//' >xtetris-2.6/Makefile << 'END-of-xtetris-2.6/Makefile' X# New ports collection makefile for: xtetris X# Version required: 2.6 X# Date created: 22 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xtetris-2.6 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games XEXTRACT_SUFX= .tar.Z X XMAINTAINER= andy@icc.surw.chel.su X XALL_TARGET= xtetris XUSE_IMAKE= yes XMAN6= xtetris.6 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xtetris ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/xtetris.man ${PREFIX}/man/man6/xtetris.6 X @ if [ ! -f ${PREFIX}/share/xtetris/scores ]; then ${MKDIR} ${PREFIX}/share/xtetris; ${INSTALL_DATA} ${WRKSRC}/xtetris-scores ${PREFIX}/share/xtetris/scores; fi X @ ${MKDIR} ${PREFIX}/share/doc/xtetris X.for file in COPYRIGHT README TODO X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xtetris X.endfor X @ ${INSTALL_DATA} ${FILESDIR}/Xtetris ${X11BASE}/lib/X11/app-defaults X @ ${INSTALL_DATA} ${FILESDIR}/Xtetris.bw ${X11BASE}/lib/X11/app-defaults X @ ${INSTALL_DATA} ${FILESDIR}/Xtetris.c ${X11BASE}/lib/X11/app-defaults X Xpost-install: X @ chmod 666 ${PREFIX}/share/xtetris/scores X X.include END-of-xtetris-2.6/Makefile echo c - xtetris-2.6/files mkdir -p xtetris-2.6/files > /dev/null 2>&1 echo x - xtetris-2.6/files/md5 sed 's/^X//' >xtetris-2.6/files/md5 << 'END-of-xtetris-2.6/files/md5' XMD5 (xtetris-2.6.tar.Z) = 9547dd17d0e53e295dd61f794b7acdb2 END-of-xtetris-2.6/files/md5 echo x - xtetris-2.6/files/Xtetris sed 's/^X//' >xtetris-2.6/files/Xtetris << 'END-of-xtetris-2.6/files/Xtetris' X?.eraseStipple: stipple X?.baseTranslations: #override :Pause() X*Background: black X*BorderColor: white X*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-* X*Frame*sensitive: true X*Frame.Buttons*width: 80 X*NewGame.fromVert: Start X*NewGame.baseTranslations: #replace ,:NewGame() notify() X*Pause.mapWhenManaged: False X*Pause.baseTranslations: #override ,:Pause() X*Quit.fromVert: NewGame X*Quit.sensitive: True X*Quit.baseTranslations: #replace ,:Quit() notify() X*About.fromVert: Quit X*About.baseTranslations: #replace : About() X*Scores.fromVert: About X*Scores.baseTranslations: #override : Scores() X*Start.resizeable: True X*Start.sensitive: True X*Start.baseTranslations: #override ,:Start() X*Buttons.borderWidth: 0 X*Buttons.fromVert: Status X*Buttons.hSpace: 0 X*Buttons.vertDistance: 10 X*Buttons.width: 100 X*Canvas.fromHoriz: TitleBar X*Canvas.fromVert: TitleBar X*Canvas.height: 480 X*Canvas.sensitive: True X*CanvasFrame..baseTranslations: #override :Refresh() X*Canvas.accelerators: #override !Shift:RotateCCW() \n !:MoveLeft() \n !Shift:RotateCW() \n !:MoveRight() \n !Shift:Drop() \n !:Drop() \n space:Drop() \n h:MoveLeft() \n q:Quit() \n p:Pause() \n s:Start() \n r:NewGame() \n Left:MoveLeft() \n j:RotateCW() \n Down:RotateCW() \n Begin:RotateCW() \n k:RotateCCW() \n Up:RotateCCW() \n l:MoveRight() \n Right:MoveRight() X*Canvas.vertDistance: -22 X*Canvas.width: 160 X*NextObject.borderWidth: 0 X*NextObject.fromHoriz: TitleBar X*NextObject.fromVert: NextObjectLabel X*NextObject.height: 64 X*NextObject.horizDistance: -100 X*NextObject.width: 64 X*NextObject.baseTranslations: #override :Refresh() X*NextObjectLabel.Label: Next Object X*NextObjectLabel.borderWidth: 0 X*NextObjectLabel.fromVert: TitleBar X*NextObjectLabel.vertDistance: 20 X*NextObjectLabel.width: 100 X*Shadow.fromHoriz: TitleBar X*Shadow.fromVert: Canvas X*Shadow.height: 16 X*Shadow.width: 160 X*Shadow.baseTranslations: #override :Refresh() X*Status*borderWidth: 0 X*Status*displayCaret: False X*Status*resize: True X*Status.Game.string: " " X*Status*width: 80 X*Status.Level.string: Level: 0 X*Status.Rows.string: Rows: 0 X*Status.Score.string: Score: 0 X*Status.fromVert: TitleBar X*Status.left: ChainLeft X*Status.right: ChainRight X*Status.vertDistance: 175 X*Status.width: 100 X*TitleBar.Font: -*-new century schoolbook-*-i-*-*-*-120-*-*-*-*-*-* X*TitleBar.Label: XTETRIS 2.6 X*TitleBar.foreground: white X*TitleBar.height: 20 X*TitleBar.width: 100 X*Object.Background: black X?.ScoreFrame*font: -*-clean-bold-r-*-*-16-*-*-*-*-*-*-* X?.ScoreFrame*baseTranslations: #override ,:Done()\n :Done() X?.ScoreFrame.width: 700 X*ScoreText*editType: read X*ScoreText.displayCaret: False X*ScoreText*string: X*ScoreText*length: 80 X*ScoreText*Scroll: whenNeeded X*ScoreText*width: 700 X*ScoreText.height: 300 X*ScoreText.resizable: TRUE X*ScoreText*useStringInPlace: True X?.AboutFrame*baseTranslations: #override ,:Done()\n :Done() X*AboutText.baseTranslations: #override ,:Done()\n :Done() X*AboutText.displayCaret: False X*AboutText*Scroll: whenNeeded X*AboutText.width: 450 X*AboutText.height: 300 X*customization: .c X*Foreground: wheat X*Frame.Buttons*borderColor: darkslategrey X*Frame.Buttons.Pause.Background: black X*Frame.Buttons.Pause.Foreground: red X*Frame.Buttons.Start.Background: black X*Frame.Buttons.Start.Foreground: green X*Frame.Canvas.background: darkslategrey X*Frame.Shadow.background: darkslategrey X*Frame.Status.Game.Foreground: white X*Frame.TitleBar.background: blue1 X*Frame.TitleBar.borderColor: blue X*object0.foreground: red1 X*object0.background: red4 X*object1.foreground: orange1 X*object1.background: orange4 X*object2.foreground: yellow1 X*object2.background: yellow4 X*object3.foreground: green1 X*object3.background: green4 X*object4.foreground: blue1 X*object4.background: blue4 X*object5.foreground: cyan1 X*object5.background: cyan4 X*object6.foreground: purple1 X*object6.background: purple4 END-of-xtetris-2.6/files/Xtetris echo x - xtetris-2.6/files/Xtetris.bw sed 's/^X//' >xtetris-2.6/files/Xtetris.bw << 'END-of-xtetris-2.6/files/Xtetris.bw' X?.eraseStipple: stipple X?.baseTranslations: #override :Pause() X*Background: black X*BorderColor: white X*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-* X*Frame*sensitive: true X*Frame.Buttons*width: 80 X*NewGame.fromVert: Start X*NewGame.baseTranslations: #replace ,:NewGame() notify() X*Pause.mapWhenManaged: False X*Pause.baseTranslations: #override ,:Pause() X*Quit.fromVert: NewGame X*Quit.sensitive: True X*Quit.baseTranslations: #replace ,:Quit() notify() X*About.fromVert: Quit X*About.baseTranslations: #replace : About() X*Scores.fromVert: About X*Scores.baseTranslations: #override : Scores() X*Start.resizeable: True X*Start.sensitive: True X*Start.baseTranslations: #override ,:Start() X*Buttons.borderWidth: 0 X*Buttons.fromVert: Status X*Buttons.hSpace: 0 X*Buttons.vertDistance: 10 X*Buttons.width: 100 X*Canvas.fromHoriz: TitleBar X*Canvas.fromVert: TitleBar X*Canvas.height: 480 X*Canvas.sensitive: True X*CanvasFrame..baseTranslations: #override :Refresh() X*Canvas.accelerators: #override !Shift:RotateCCW() \n !:MoveLeft() \n !Shift:RotateCW() \n !:MoveRight() \n !Shift:Drop() \n !:Drop() \n space:Drop() \n h:MoveLeft() \n q:Quit() \n p:Pause() \n s:Start() \n r:NewGame() \n Left:MoveLeft() \n j:RotateCW() \n Down:RotateCW() \n Begin:RotateCW() \n k:RotateCCW() \n Up:RotateCCW() \n l:MoveRight() \n Right:MoveRight() X*Canvas.vertDistance: -22 X*Canvas.width: 160 X*NextObject.borderWidth: 0 X*NextObject.fromHoriz: TitleBar X*NextObject.fromVert: NextObjectLabel X*NextObject.height: 64 X*NextObject.horizDistance: -100 X*NextObject.width: 64 X*NextObject.baseTranslations: #override :Refresh() X*NextObjectLabel.Label: Next Object X*NextObjectLabel.borderWidth: 0 X*NextObjectLabel.fromVert: TitleBar X*NextObjectLabel.vertDistance: 20 X*NextObjectLabel.width: 100 X*Shadow.fromHoriz: TitleBar X*Shadow.fromVert: Canvas X*Shadow.height: 16 X*Shadow.width: 160 X*Shadow.baseTranslations: #override :Refresh() X*Status*borderWidth: 0 X*Status*displayCaret: False X*Status*resize: True X*Status.Game.string: " " X*Status*width: 80 X*Status.Level.string: Level: 0 X*Status.Rows.string: Rows: 0 X*Status.Score.string: Score: 0 X*Status.fromVert: TitleBar X*Status.left: ChainLeft X*Status.right: ChainRight X*Status.vertDistance: 175 X*Status.width: 100 X*TitleBar.Font: -*-new century schoolbook-*-i-*-*-*-120-*-*-*-*-*-* X*TitleBar.Label: XTETRIS 2.6 X*TitleBar.foreground: white X*TitleBar.height: 20 X*TitleBar.width: 100 X*Object.Background: black X?.ScoreFrame*font: -*-clean-bold-r-*-*-16-*-*-*-*-*-*-* X?.ScoreFrame*baseTranslations: #override ,:Done()\n :Done() X?.ScoreFrame.width: 700 X*ScoreText*editType: read X*ScoreText.displayCaret: False X*ScoreText*string: X*ScoreText*length: 80 X*ScoreText*Scroll: whenNeeded X*ScoreText*width: 700 X*ScoreText.height: 300 X*ScoreText.resizable: TRUE X*ScoreText*useStringInPlace: True X?.AboutFrame*baseTranslations: #override ,:Done()\n :Done() X*AboutText.baseTranslations: #override ,:Done()\n :Done() X*AboutText.displayCaret: False X*AboutText*Scroll: whenNeeded X*AboutText.width: 450 X*AboutText.height: 300 X*customization: .bw X*Foreground: white X*Frame.Buttons*borderColor: white X*Frame.TitleBar.borderColor: white END-of-xtetris-2.6/files/Xtetris.bw echo x - xtetris-2.6/files/Xtetris.c sed 's/^X//' >xtetris-2.6/files/Xtetris.c << 'END-of-xtetris-2.6/files/Xtetris.c' X?.eraseStipple: stipple X?.baseTranslations: #override :Pause() X*Background: black X*BorderColor: white X*Font: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-* X*Frame*sensitive: true X*Frame.Buttons*width: 80 X*NewGame.fromVert: Start X*NewGame.baseTranslations: #replace ,:NewGame() notify() X*Pause.mapWhenManaged: False X*Pause.baseTranslations: #override ,:Pause() X*Quit.fromVert: NewGame X*Quit.sensitive: True X*Quit.baseTranslations: #replace ,:Quit() notify() X*About.fromVert: Quit X*About.baseTranslations: #replace : About() X*Scores.fromVert: About X*Scores.baseTranslations: #override : Scores() X*Start.resizeable: True X*Start.sensitive: True X*Start.baseTranslations: #override ,:Start() X*Buttons.borderWidth: 0 X*Buttons.fromVert: Status X*Buttons.hSpace: 0 X*Buttons.vertDistance: 10 X*Buttons.width: 100 X*Canvas.fromHoriz: TitleBar X*Canvas.fromVert: TitleBar X*Canvas.height: 480 X*Canvas.sensitive: True X*CanvasFrame..baseTranslations: #override :Refresh() X*Canvas.accelerators: #override !Shift:RotateCCW() \n !:MoveLeft() \n !Shift:RotateCW() \n !:MoveRight() \n !Shift:Drop() \n !:Drop() \n space:Drop() \n h:MoveLeft() \n q:Quit() \n p:Pause() \n s:Start() \n r:NewGame() \n Left:MoveLeft() \n j:RotateCW() \n Down:RotateCW() \n Begin:RotateCW() \n k:RotateCCW() \n Up:RotateCCW() \n l:MoveRight() \n Right:MoveRight() X*Canvas.vertDistance: -22 X*Canvas.width: 160 X*NextObject.borderWidth: 0 X*NextObject.fromHoriz: TitleBar X*NextObject.fromVert: NextObjectLabel X*NextObject.height: 64 X*NextObject.horizDistance: -100 X*NextObject.width: 64 X*NextObject.baseTranslations: #override :Refresh() X*NextObjectLabel.Label: Next Object X*NextObjectLabel.borderWidth: 0 X*NextObjectLabel.fromVert: TitleBar X*NextObjectLabel.vertDistance: 20 X*NextObjectLabel.width: 100 X*Shadow.fromHoriz: TitleBar X*Shadow.fromVert: Canvas X*Shadow.height: 16 X*Shadow.width: 160 X*Shadow.baseTranslations: #override :Refresh() X*Status*borderWidth: 0 X*Status*displayCaret: False X*Status*resize: True X*Status.Game.string: " " X*Status*width: 80 X*Status.Level.string: Level: 0 X*Status.Rows.string: Rows: 0 X*Status.Score.string: Score: 0 X*Status.fromVert: TitleBar X*Status.left: ChainLeft X*Status.right: ChainRight X*Status.vertDistance: 175 X*Status.width: 100 X*TitleBar.Font: -*-new century schoolbook-*-i-*-*-*-120-*-*-*-*-*-* X*TitleBar.Label: XTETRIS 2.6 X*TitleBar.foreground: white X*TitleBar.height: 20 X*TitleBar.width: 100 X*Object.Background: black X?.ScoreFrame*font: -*-clean-bold-r-*-*-16-*-*-*-*-*-*-* X?.ScoreFrame*baseTranslations: #override ,:Done()\n :Done() X?.ScoreFrame.width: 700 X*ScoreText*editType: read X*ScoreText.displayCaret: False X*ScoreText*string: X*ScoreText*length: 80 X*ScoreText*Scroll: whenNeeded X*ScoreText*width: 700 X*ScoreText.height: 300 X*ScoreText.resizable: TRUE X*ScoreText*useStringInPlace: True X?.AboutFrame*baseTranslations: #override ,:Done()\n :Done() X*AboutText.baseTranslations: #override ,:Done()\n :Done() X*AboutText.displayCaret: False X*AboutText*Scroll: whenNeeded X*AboutText.width: 450 X*AboutText.height: 300 X*customization: .c X*Foreground: wheat X*Frame.Buttons*borderColor: darkslategrey X*Frame.Buttons.Pause.Background: black X*Frame.Buttons.Pause.Foreground: red X*Frame.Buttons.Start.Background: black X*Frame.Buttons.Start.Foreground: green X*Frame.Canvas.background: darkslategrey X*Frame.Shadow.background: darkslategrey X*Frame.Status.Game.Foreground: white X*Frame.TitleBar.background: blue1 X*Frame.TitleBar.borderColor: blue X*object0.foreground: red1 X*object0.background: red4 X*object1.foreground: orange1 X*object1.background: orange4 X*object2.foreground: yellow1 X*object2.background: yellow4 X*object3.foreground: green1 X*object3.background: green4 X*object4.foreground: blue1 X*object4.background: blue4 X*object5.foreground: cyan1 X*object5.background: cyan4 X*object6.foreground: purple1 X*object6.background: purple4 END-of-xtetris-2.6/files/Xtetris.c echo c - xtetris-2.6/patches mkdir -p xtetris-2.6/patches > /dev/null 2>&1 echo x - xtetris-2.6/patches/patch-aa sed 's/^X//' >xtetris-2.6/patches/patch-aa << 'END-of-xtetris-2.6/patches/patch-aa' X--- Imakefile Mon Oct 19 18:06:07 1992 X+++ /home/andy/tmp/wrk/Imakefile Mon Mar 23 21:07:20 1998 X@@ -1,15 +1,15 @@ X /* Search for "COLOR" if you want xtetris to run on a color monitor by X default */ X X-#define ScoreDir $(LIBDIR) /* Directory for the score file. */ X-#define ScoreFile xtetris-scores/* Filename for the score file. */ X+#define ScoreDir /usr/X11R6/share/xtetris /* Directory for the score file. */ X+#define ScoreFile scores /* Filename for the score file. */ X #define BitmapDir $(INCDIR)/bitmaps /* May need to change this to X /usr/include/X11/bitmaps, if you get a X message like "can't convert string X 'stripe4' to pixmap." */ X X BITMAPS = stripe4 X- DEFINES = -DHIGH_SCORE_TABLE=\"$(LIBDIR)/xtetris-scores\" X+ DEFINES = -DHIGH_SCORE_TABLE=\"/usr/X11R6/share/xtetris/scores\" X HEADERS = defs.h X SRCS = main.c init.c shape.c support.c notify.c window.c score.c\ X draw.c END-of-xtetris-2.6/patches/patch-aa echo c - xtetris-2.6/pkg mkdir -p xtetris-2.6/pkg > /dev/null 2>&1 echo x - xtetris-2.6/pkg/PLIST sed 's/^X//' >xtetris-2.6/pkg/PLIST << 'END-of-xtetris-2.6/pkg/PLIST' Xbin/xtetris Xlib/X11/app-defaults/Xtetris Xlib/X11/app-defaults/Xtetris.bw Xlib/X11/app-defaults/Xtetris.c Xman/man6/xtetris.6.gz Xshare/doc/xtetris/COPYRIGHT Xshare/doc/xtetris/README Xshare/doc/xtetris/TODO X@mode 666 Xshare/xtetris/scores X@mode X@dirrm share/doc/xtetris X@dirrm share/xtetris END-of-xtetris-2.6/pkg/PLIST echo x - xtetris-2.6/pkg/COMMENT sed 's/^X//' >xtetris-2.6/pkg/COMMENT << 'END-of-xtetris-2.6/pkg/COMMENT' XX Window block dropping game. END-of-xtetris-2.6/pkg/COMMENT echo x - xtetris-2.6/pkg/DESCR sed 's/^X//' >xtetris-2.6/pkg/DESCR << 'END-of-xtetris-2.6/pkg/DESCR' X Xtetris is a game involving dropping blocks. As they drop you can Xmove them to the left or to the right by clicking the left or right Xmouse buttons respectively. Pressing the shift key while clicking Xthe button causes the falling shape to rotate anti-clockwise (left Xmouse button) or clockwise (right mouse button). Pressing the middle Xmouse button causes the shape to quickly drop. Note that the mouse Xmust be in the window in which the shapes are dropping for these Xactions to work correctly. END-of-xtetris-2.6/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >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 Mar 24 04:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17513 for freebsd-ports-outgoing; Tue, 24 Mar 1998 04:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17477; Tue, 24 Mar 1998 04:10:02 -0800 (PST) (envelope-from gnats) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17169 for ; Tue, 24 Mar 1998 04:04:16 -0800 (PST) (envelope-from pwd@punky.snu.ac.kr) Received: (from root@localhost) by punky.snu.ac.kr (8.8.8/8.8.7) id VAA02851; Tue, 24 Mar 1998 21:04:12 GMT (envelope-from pwd) Message-Id: <199803242104.VAA02851@punky.snu.ac.kr> Date: Tue, 24 Mar 1998 21:04:12 GMT From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6122: port upgrade: audio/splay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6122 >Category: ports >Synopsis: port upgrade: audio/splay >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 Mar 24 04:10:01 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-BETA i386 >Environment: FreeBSD garfield.snu.ac.kr 2.2.6-BETA FreeBSD 2.2.6-BETA #0: Fri Mar 13 03:02:46 GMT 1998 root@garfield.snu.ac.kr:/usr/src/sys/compile/GARFIELD i386 >Description: Port upgrade(audio/splay) to v0.8.2 >How-To-Repeat: >Fix: Apply the following diffs: diff -uNr /usr/ports/audio/splay/Makefile ./Makefile --- /usr/ports/audio/splay/Makefile Thu Mar 12 06:03:54 1998 +++ ./Makefile Tue Mar 24 19:54:48 1998 @@ -1,18 +1,21 @@ # New ports collection makefile for: splay -# Version required: 0.3 +# Version required: 0.8.2 # Date created: 1 Apr 1997 # Whom: junker@jazz.snu.ac.kr # # $Id: Makefile,v 1.5 1998/01/08 18:52:01 fenner Exp $ # +# pthread library can be used, but sound quality is buggy +# -DISTNAME= splay-0.5 +DISTNAME= splay-0.8.2 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/sound/players +MASTER_SITES= http://cain.kaist.ac.kr/~jwj95/ MAINTAINER= junker@jazz.snu.ac.kr GNU_CONFIGURE= yes +CONFIGURE_ARGS= i386--freebsd --without-xsplay --without-pthread +MAN1= splay.1 .include diff -uNr /usr/ports/audio/splay/diff.splay ./diff.splay --- /usr/ports/audio/splay/diff.splay Thu Jan 1 00:00:00 1970 +++ ./diff.splay Tue Mar 24 19:55:43 1998 @@ -0,0 +1,29 @@ +diff -uNr /usr/ports/audio/splay/Makefile ./Makefile +--- /usr/ports/audio/splay/Makefile Thu Mar 12 06:03:54 1998 ++++ ./Makefile Tue Mar 24 19:54:48 1998 +@@ -1,18 +1,21 @@ + # New ports collection makefile for: splay +-# Version required: 0.3 ++# Version required: 0.8.2 + # Date created: 1 Apr 1997 + # Whom: junker@jazz.snu.ac.kr + # + # $Id: Makefile,v 1.5 1998/01/08 18:52:01 fenner Exp $ + # ++# pthread library can be used, but sound quality is buggy ++# + +-DISTNAME= splay-0.5 ++DISTNAME= splay-0.8.2 + CATEGORIES= audio +-MASTER_SITES= ${MASTER_SITE_SUNSITE} +-MASTER_SITE_SUBDIR= apps/sound/players ++MASTER_SITES= http://cain.kaist.ac.kr/~jwj95/ + + MAINTAINER= junker@jazz.snu.ac.kr + + GNU_CONFIGURE= yes ++CONFIGURE_ARGS= i386--freebsd --without-xsplay --without-pthread ++MAN1= splay.1 + + .include diff -uNr /usr/ports/audio/splay/files/md5 ./files/md5 --- /usr/ports/audio/splay/files/md5 Sat Aug 9 23:37:37 1997 +++ ./files/md5 Fri Mar 20 10:57:14 1998 @@ -1 +1 @@ -MD5 (splay-0.5.tar.gz) = 6c98edfb97961c4f89c6a4b8e9aac405 +MD5 (splay-0.8.2.tar.gz) = 4031830584fddf315881798e074f7207 diff -uNr /usr/ports/audio/splay/patches/patch-aa ./patches/patch-aa --- /usr/ports/audio/splay/patches/patch-aa Fri May 16 07:39:28 1997 +++ ./patches/patch-aa Fri Mar 20 11:03:56 1998 @@ -1,19 +1,34 @@ -*** mpegsound/rawplayer.cc Thu Mar 27 22:18:47 1997 ---- mpegsound/rawplayer.cc Tue Apr 1 19:33:46 1997 -*************** -*** 8,14 **** - - #include - #include -! #include - - #include "mpegsound.h" - ---- 8,14 ---- - - #include - #include -! #include - - #include "mpegsound.h" - +diff -uNr ../../splay-0.8.2/mpegsound/httpinput.cc ./mpegsound/httpinput.cc +--- ../../splay-0.8.2/mpegsound/httpinput.cc Fri Mar 6 17:43:55 1998 ++++ ./mpegsound/httpinput.cc Fri Mar 20 11:00:16 1998 +@@ -13,6 +13,7 @@ + + #include + #include ++#include + + #include "mpegsound.h" + +diff -uNr ../../splay-0.8.2/mpegsound/rawplayer.cc ./mpegsound/rawplayer.cc +--- ../../splay-0.8.2/mpegsound/rawplayer.cc Fri Mar 6 17:43:55 1998 ++++ ./mpegsound/rawplayer.cc Fri Mar 20 11:00:29 1998 +@@ -13,7 +13,7 @@ + #include + #include + #include +-#include ++#include + + #include "mpegsound.h" + +diff -uNr ../../splay-0.8.2/src/splay/splay.cc ./src/splay/splay.cc +--- ../../splay-0.8.2/src/splay/splay.cc Fri Mar 6 17:43:55 1998 ++++ ./src/splay/splay.cc Fri Mar 20 11:01:55 1998 +@@ -12,6 +12,7 @@ + + #include + #include ++#include + + #include + diff -uNr /usr/ports/audio/splay/patches/patch-ab ./patches/patch-ab --- /usr/ports/audio/splay/patches/patch-ab Sat Aug 9 23:37:38 1997 +++ ./patches/patch-ab Thu Jan 1 00:00:00 1970 @@ -1,11 +0,0 @@ ---- src/cmd/cmd.cc.orig Sat Aug 9 16:31:03 1997 -+++ src/cmd/cmd.cc Sat Aug 9 16:31:15 1997 -@@ -15,7 +15,7 @@ - #include - #include - #include --#include -+#include - - #include - diff -uNr /usr/ports/audio/splay/pkg/COMMENT ./pkg/COMMENT --- /usr/ports/audio/splay/pkg/COMMENT Fri May 16 07:39:28 1997 +++ ./pkg/COMMENT Fri Mar 20 11:49:41 1998 @@ -1 +1 @@ -An audio player/decoder that decodes MPEG Layer I,II,III and WAV files. +An audio player that decodes MPEG Layer I,II,III and WAV files. diff -uNr /usr/ports/audio/splay/pkg/DESCR ./pkg/DESCR --- /usr/ports/audio/splay/pkg/DESCR Fri May 16 07:39:28 1997 +++ ./pkg/DESCR Fri Mar 20 11:11:16 1998 @@ -1,5 +1,5 @@ -splay-0.3 ---------- +splay +----- Splay program uses the MPEG/Wave Sound library to play sound files in several formats, notably the MPEG audio and Wave format. This early version @@ -11,4 +11,4 @@ * This version of splay was not compiled with pthread library. -- -Port by Choi Jun Ho +Port by CHOI Junho diff -uNr /usr/ports/audio/splay/pkg/PLIST ./pkg/PLIST --- /usr/ports/audio/splay/pkg/PLIST Fri May 16 07:39:29 1997 +++ ./pkg/PLIST Fri Mar 20 11:10:40 1998 @@ -1 +1,2 @@ bin/splay +man/man1/splay.1.gz >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 Mar 24 09:51:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA29363 for freebsd-ports-outgoing; Tue, 24 Mar 1998 09:51: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 JAA29318; Tue, 24 Mar 1998 09:50:44 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA26139; Tue, 24 Mar 1998 09:50:08 -0800 (PST) Date: Tue, 24 Mar 1998 09:50:08 -0800 (PST) Message-Id: <199803241750.JAA26139@freefall.freebsd.org> To: leifn@image.dk, jdp@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6109 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: whish for faster, less critical update mode for cvsup State-Changed-From-To: open-closed State-Changed-By: jdp State-Changed-When: Tue Mar 24 09:47:21 PST 1998 State-Changed-Why: I am closing this PR because CVSup is not a part of FreeBSD -- it is a third-party application. I will forward the PR to the author of CVSup (who happens to be ... me!). :-) FYI, I have plans for something similar to your suggestion in a future release of CVSup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 24 10:03:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01881 for freebsd-ports-outgoing; Tue, 24 Mar 1998 10:03:47 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from versa.eng.comsat.com (versa.eng.comsat.com [134.133.169.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01874 for ; Tue, 24 Mar 1998 10:03:45 -0800 (PST) (envelope-from marc@versa.eng.comsat.com) Received: (from marc@localhost) by versa.eng.comsat.com (8.8.8/8.7.3) id NAA14549 for ports@freebsd.org; Tue, 24 Mar 1998 13:03:32 -0500 (EST) Date: Tue, 24 Mar 1998 13:03:32 -0500 (EST) From: Marc Giannoni Message-Id: <199803241803.NAA14549@versa.eng.comsat.com> To: ports@FreeBSD.ORG Subject: finding the correct distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi: I'm running 2.2.5-stable with patches: cvsup stable-supfile; make buildworld; make installworld; I wanted to install zircon, but the tar file "zircon-1.18.109.tar.gz" is difficult to find. I tried to update my ports tree: cvsup ports-supfile; and "net/zircon" did receive some updates, but the same sourcefile was specified. I thought that if I updated the ports tree, then all the target "distfiles" specifications would also be updated. (Distfile names would reflect the latest distributions available on the net) Hmmm...confused. marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 24 10:46:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10520 for freebsd-ports-outgoing; Tue, 24 Mar 1998 10:46:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10459; Tue, 24 Mar 1998 10:45:05 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id SAA11336; Tue, 24 Mar 1998 18:45:06 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.7) id SAA01074; Tue, 24 Mar 1998 18:31:56 +0100 (CET) (envelope-from andreas) Message-ID: <19980324183156.43180@klemm.gtn.com> Date: Tue, 24 Mar 1998 18:31:56 +0100 From: Andreas Klemm To: The Hermit Hacker Cc: pgsql-hackers@postgreSQL.org, ports@FreeBSD.ORG, scrappy@FreeBSD.ORG Subject: Re: [HACKERS] urgent: pgsql 6.3 FreeBSD port update trouble, --with-tcl doesn't work References: <19980322213855.17336@klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from The Hermit Hacker on Mon, Mar 23, 1998 at 08:12:32AM -0500 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Thanks, you were blindingly fast ;-) > > I wish I knew enough about building the ports (And had the time to > learn *sigh*)...then I could save you even more time :( Yeah, but don't desperate ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas powered by ,,symmetric multiprocessor FreeBSD'' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 24 12:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28819 for freebsd-ports-outgoing; Tue, 24 Mar 1998 12:50:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA28793; Tue, 24 Mar 1998 12:50:01 -0800 (PST) (envelope-from gnats) Received: from mph124.rh.psu.edu (mph@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28469 for ; Tue, 24 Mar 1998 12:45:40 -0800 (PST) (envelope-from mph@mph124.rh.psu.edu) Received: (from mph@localhost) by mph124.rh.psu.edu (8.8.8/8.8.8) id PAA26687; Tue, 24 Mar 1998 15:45:39 -0500 (EST) (envelope-from mph) Message-Id: <199803242045.PAA26687@mph124.rh.psu.edu> Date: Tue, 24 Mar 1998 15:45:39 -0500 (EST) From: mph@pobox.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6123: New port: xgfe-1.2, Qt front-end for Gnuplot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6123 >Category: ports >Synopsis: New port: xgfe-1.2, Qt front-end for Gnuplot >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 Mar 24 12:50:00 PST 1998 >Last-Modified: >Originator: Matthew Hunt >Organization: >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: An X11-based front-end for Gnuplot, written in C++ with the Qt library. Web page: http://www2.msstate.edu/~dmi1/xgfe/xgfe.html I used it briefly, and it does most of the simple stuff. Probably good for the casual user. Also includes a terminal window where you can send arbitrary commands to Gnuplot. >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/PLIST # ./pkg/COMMENT # ./pkg/DESCR # ./files/md5 # ./patches/patch-aa # ./patches/patch-ab # echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: xgfe X# Version required: 1.2 X# Date created: 24 March 1998 X# Whom: Matthew Hunt X# X# $Id$ X# X XDISTNAME= xgfe-1.2 XCATEGORIES= math XMASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/ X XMAINTAINER= mph@pobox.com X XUSE_X11= yes X XLIB_DEPENDS= qt\\.1\\.3:${PORTSDIR}/x11/qt XRUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot X XMAKE_ENV= X11BASE=$(X11BASE) PREFIX=$(PREFIX) X.if defined(NOPORTDOCS) XMAKE_ENV+= NOPORTDOCS=$(NOPORTDOCS) X.endif X XWRKSRC= $(WRKDIR)/$(DISTNAME)/source X Xpost-extract: X cd $(WRKSRC) && ${RM} Makefile && ln -s Makefile.freebsd.gcc Makefile X X.include END-of-./Makefile echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xbin/xgfe Xshare/doc/xgfe/CHANGES Xshare/doc/xgfe/features.html Xshare/doc/xgfe/file-cols-formats.gif Xshare/doc/xgfe/filemenu.gif Xshare/doc/xgfe/fileplottypes.gif Xshare/doc/xgfe/filestyles.gif Xshare/doc/xgfe/latexterm.gif Xshare/doc/xgfe/legend-options.gif Xshare/doc/xgfe/mainwindow.gif Xshare/doc/xgfe/open.gif Xshare/doc/xgfe/optionsmenu.gif Xshare/doc/xgfe/pbmterm.gif Xshare/doc/xgfe/plot-size.gif Xshare/doc/xgfe/psterm.gif Xshare/doc/xgfe/rawgnu.gif Xshare/doc/xgfe/screenshots.html Xshare/doc/xgfe/terminals.gif Xshare/doc/xgfe/xgfe-abb.jpg Xshare/doc/xgfe/xgfe-docs.html Xshare/doc/xgfe/xgfe-main.jpg Xshare/doc/xgfe/xgfe.html X@dirrm share/doc/xgfe END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XAn X11 front-end for Gnuplot. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XAn X11-based front-end for Gnuplot, written in C++ with the XQt library. X XWeb page: http://www2.msstate.edu/~dmi1/xgfe/xgfe.html END-of-./pkg/DESCR echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (xgfe-1.2.tar.gz) = 1bc6e169ebfaf3ef6370919e49a7b7a9 END-of-./files/md5 echo x - ./patches/patch-aa sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa' X--- Makefile.freebsd.gcc.orig Mon Feb 23 17:31:22 1998 X+++ Makefile.freebsd.gcc Tue Mar 24 13:17:49 1998 X@@ -7,12 +7,13 @@ X X ####### Compiler, tools and options X X-CC = gcc X-CFLAGS = -Wall -W -O2 -fno-strength-reduce X-INCPATH = -I$(QTDIR)/include X-LINK = gcc X+#CC = gcc X+#CFLAGS = -Wall -W -O2 -fno-strength-reduce X+QTDIR = $(X11BASE) X+INCPATH = -I$(X11BASE)/include/X11/qt X+LINK = $(CXX) X LFLAGS = X-LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lX11 X+LIBS = -L$(QTDIR)/lib -lqt -L$(X11BASE)/lib -lX11 X MOC = moc X X ####### Files X@@ -115,16 +116,16 @@ X .SUFFIXES: .cpp .cxx .cc .C .c X X .cpp.o: X- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< X+ $(CXX) -c $(CFLAGS) $(INCPATH) -o $@ $< X X .cxx.o: X- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< X+ $(CXX) -c $(CFLAGS) $(INCPATH) -o $@ $< X X .cc.o: X- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< X+ $(CXX) -c $(CFLAGS) $(INCPATH) -o $@ $< X X .C.o: X- $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< X+ $(CXX) -c $(CFLAGS) $(INCPATH) -o $@ $< X X .c.o: X $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< END-of-./patches/patch-aa echo x - ./patches/patch-ab sed 's/^X//' >./patches/patch-ab << 'END-of-./patches/patch-ab' X--- Makefile.common.orig Mon Feb 23 17:31:22 1998 X+++ Makefile.common Tue Mar 24 14:17:39 1998 X@@ -2,8 +2,8 @@ X X # modify starting here X X-INSTALL_BIN = /usr/local/bin X-INSTALL_DOC = /usr/local/doc/xgfe-$(VERSION) X+INSTALL_BIN = $(PREFIX)/bin X+INSTALL_DOC = $(PREFIX)/share/doc/xgfe X STATIC_TARGET = xgfe-static X X # end modifications X@@ -15,10 +15,11 @@ X strip $(STATIC_TARGET) X X install: X- cp $(TARGET) $(INSTALL_BIN) X- mkdir $(INSTALL_DOC) X- cp ../doc/* $(INSTALL_DOC)/ X- strip $(INSTALL_BIN)/$(TARGET) X+ $(BSD_INSTALL_PROGRAM) $(TARGET) $(INSTALL_BIN) X+.if !defined(NOPORTDOCS) X+ mkdir -p $(INSTALL_DOC) X+ $(BSD_INSTALL_DATA) ../doc/* $(INSTALL_DOC)/ X+.endif X X uninstall: X rm $(INSTALL_BIN)$(TARGET) END-of-./patches/patch-ab exit >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 Mar 24 18:39:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA15674 for freebsd-ports-outgoing; Tue, 24 Mar 1998 18:39:44 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA15660 for ; Tue, 24 Mar 1998 18:39:31 -0800 (PST) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id NAA17810 for ; Wed, 25 Mar 1998 13:09:20 +1030 (CST) Message-Id: <199803250239.NAA17810@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: ports@FreeBSD.ORG Subject: GTK doesn't compile :( Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Mar 1998 13:09:18 +1030 From: "Daniel O'Connor" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I can't get x11/gtk to compile.. The libtool script doesn't work properly, ie this happens - LD_LIBRARY_PATH=".libs:../gdk/.libs:../glib/.libs:$LD_LIBRARY_PATH" cc -O -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM -o .libs/testgtk testgtk.o -R/usr/X11R6/lib -lgtk -R/usr/X11R6/lib -lgdk -L/usr/X11R6/lib -lXext -lX11 -R/usr/X11R6/lib -lglib -L/usr/X11R6/lib -lXext -lX11 -lm testgtk.o: Undefined symbol `_gtk_widget_destroyed' referenced from text segment testgtk.o: Undefined symbol `_gtk_widget_destroyed' referenced from text segment testgtk.o: Undefined symbol `_gtk_widget_destroyed' referenced from text segment testgtk.o: Undefined symbol `_gtk_widget_destroyed' referenced from text segment testgtk.o: Undefined symbol `_gtk_widget_destroyed' referenced from text segment testgtk.o: Undefined symbol `_gtk_widget_destroyed' referenced from text segment testgtk.o: Undefined symbol `_gtk_statusbar_remove' referenced from text segment testgtk.o: Undefined symbol `_gtk_statusbar_get_context_id' referenced from text[* extra bad ref's deleted *] It works if you got to that directory and type cc -L.libs -L../gdk/.libs -L../ glib/.libs -O -DGTK_NO_CHECK_CASTS -Wall -DUSE_XIM -o .libs/testgtk testgtk.o -R/usr/X11R6/lib -lgtk -R/usr/X11R6/lib -lgdk -L/usr/X11R6/lib -lXext -lX11 -R/usr/X11R6/lib -lglib -L/usr/X11R6/lib -lXext -lX11 -lm --------------------------------------------------------------------- |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 Mar 24 20:18:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA00179 for freebsd-ports-outgoing; Tue, 24 Mar 1998 20:18:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA00159; Tue, 24 Mar 1998 20:17:57 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id XAA04393; Tue, 24 Mar 1998 23:17:58 -0500 (EST) Date: Tue, 24 Mar 1998 23:17:58 -0500 (EST) From: John Fieber To: Satoshi Asami cc: database@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: [PORTS] Pgaccess doesn't run on -current anymore, Update In-Reply-To: <199803250217.VAA02286@bubble.didi.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 Tue, 24 Mar 1998, Satoshi Asami wrote: > * Why? > > Because it's a waste of time. If you want to know what happened > before, anyone can go check the mail archives. I've watched all the tcl battles rage on from a distance, not paying too much attention in general. If things have indeed settled down, it would be good to put a couple paragraphs in the porting manual to explain the tcl mess, maybe with a little note about why the current scheme is less evil than other possible strategies. -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 24 22:27:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA16623 for freebsd-ports-outgoing; Tue, 24 Mar 1998 22:27:37 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA16556; Tue, 24 Mar 1998 22:27:27 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from bubble.didi.com (tfx-us5-13.ix.netcom.com [204.30.67.173]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA08912; Tue, 24 Mar 1998 22:27:26 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.7/8.8.8) id BAA02866; Wed, 25 Mar 1998 01:27:16 -0500 (EST) (envelope-from asami) Date: Wed, 25 Mar 1998 01:27:16 -0500 (EST) Message-Id: <199803250627.BAA02866@bubble.didi.com> 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 I finished verifying the distfiles and packages. The ports freeze is not officially over. Jordan, please copy the distfiles from freefall and the packages from wcarchive. Thanks everyone for their cooperation. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 24 22:36:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18436 for freebsd-ports-outgoing; Tue, 24 Mar 1998 22:36:18 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from cimlogic.com.au ([203.36.2.25]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18431; Tue, 24 Mar 1998 22:36:14 -0800 (PST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.5/8.8.7) id RAA26538; Wed, 25 Mar 1998 17:40:31 +1100 (EST) (envelope-from jb) From: John Birrell Message-Id: <199803250640.RAA26538@cimlogic.com.au> Subject: Re: ports freeze over In-Reply-To: <199803250627.BAA02866@bubble.didi.com> from Satoshi Asami at "Mar 25, 98 01:27:16 am" To: asami@cs.berkeley.edu (Satoshi Asami) Date: Wed, 25 Mar 1998 17:40:31 +1100 (EST) Cc: committers@FreeBSD.ORG, ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (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 Satoshi Asami wrote: > I finished verifying the distfiles and packages. The ports freeze is > not officially over. Jordan, please copy the distfiles from freefall ^^^ now? -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 24 22:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA18974 for freebsd-ports-outgoing; Tue, 24 Mar 1998 22:40:11 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA18969; Tue, 24 Mar 1998 22:40:09 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: from bubble.didi.com (tfx-us5-13.ix.netcom.com [204.30.67.173]) by vader.cs.berkeley.edu (8.8.7/8.7.3) with ESMTP id WAA08941; Tue, 24 Mar 1998 22:40:08 -0800 (PST) Received: (from asami@localhost) by bubble.didi.com (8.8.7/8.8.8) id BAA02943; Wed, 25 Mar 1998 01:40:00 -0500 (EST) (envelope-from asami) Date: Wed, 25 Mar 1998 01:40:00 -0500 (EST) Message-Id: <199803250640.BAA02943@bubble.didi.com> To: jb@cimlogic.com.au CC: committers@FreeBSD.ORG, ports@FreeBSD.ORG In-reply-to: <199803250640.RAA26538@cimlogic.com.au> (message from John Birrell on Wed, 25 Mar 1998 17:40:31 +1100 (EST)) Subject: Re: ports freeze over From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * > not officially over. Jordan, please copy the distfiles from freefall * ^^^ * now? "Now", of course. I really can use some sleep. ;) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Mar 24 22:50:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA19797 for freebsd-ports-outgoing; Tue, 24 Mar 1998 22:50:07 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA19784; Tue, 24 Mar 1998 22:50:04 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA24635; Tue, 24 Mar 1998 22:50:17 -0800 (PST) (envelope-from jkh@time.cdrom.com) To: asami@cs.berkeley.edu (Satoshi Asami) cc: committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports freeze over In-reply-to: Your message of "Wed, 25 Mar 1998 01:27:16 EST." <199803250627.BAA02866@bubble.didi.com> Date: Tue, 24 Mar 1998 22:50:17 -0800 Message-ID: <24632.890808617@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I finished verifying the distfiles and packages. The ports freeze is > not officially over. Jordan, please copy the distfiles from freefall ^^^ now? :-) Will do, thanks Satoshi! Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 00:10:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28810 for freebsd-ports-outgoing; Wed, 25 Mar 1998 00:10:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA28797; Wed, 25 Mar 1998 00:10:03 -0800 (PST) (envelope-from gnats) Received: from pcmita.isen.fr (pcmita.isen.fr [192.134.17.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA28339 for ; Wed, 25 Mar 1998 00:07:41 -0800 (PST) (envelope-from mita@pcmita.isen.fr) Received: (from mita@localhost) by pcmita.isen.fr (8.8.7/8.8.7) id JAA08016; Wed, 25 Mar 1998 09:00:35 +0100 (CET) (envelope-from mita) Message-Id: <199803250800.JAA08016@pcmita.isen.fr> Date: Wed, 25 Mar 1998 09:00:35 +0100 (CET) From: MITA Yoshio Reply-To: MITA Yoshio To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6126: skkinput-2.00 is released Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6126 >Category: ports >Synopsis: japanese/skkinput is updated >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 25 00:10:01 PST 1998 >Last-Modified: >Originator: MITA Yoshio >Organization: le Centre National de la Recherche Scientifique >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: >Description: % grep BROKEN skkinput/japanese/Makefile BROKEN= fetch It was because beta version was deleted due to releasing procedure. >How-To-Repeat: >Fix: diff -ruN japanese/skkinput.current/Makefile japanese/skkinput/Makefile --- japanese/skkinput.current/Makefile Sat Mar 21 03:50:00 1998 +++ japanese/skkinput/Makefile Tue Mar 24 14:44:15 1998 @@ -1,13 +1,13 @@ # New ports collection makefile for: skkinput -# Version required: 2.00-SNAP980123 +# Version required: 2.00 # Date created: 28 Jan 1998 # Whom: Murata Shuuichirou # # $Id: Makefile,v 1.2 1998/03/21 10:54:22 asami Exp $ # -DISTNAME= skkinput-2.00-SNAP980123 -PKGNAME= ja-skkinput-2.00-980123 +DISTNAME= skkinput-2.00 +PKGNAME= ja-skkinput-2.00 CATEGORIES= japanese x11 MASTER_SITES= http://www.yajima.kuis.kyoto-u.ac.jp/staffs/sakamoto/skkinput/ @@ -15,8 +15,6 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/skkserv:${PORTSDIR}/japanese/skk \ jman:${PORTSDIR}/japanese/man - -BROKEN= fetch USE_IMAKE= yes MANLANG= ja_JP.EUC diff -ruN japanese/skkinput.current/files/md5 japanese/skkinput/files/md5 --- japanese/skkinput.current/files/md5 Thu Mar 12 08:05:00 1998 +++ japanese/skkinput/files/md5 Tue Mar 24 15:00:48 1998 @@ -1 +1 @@ -MD5 (skkinput-2.00-SNAP980123.tar.gz) = bb33fd28c8361d38293c1b24e396042b +MD5 (skkinput-2.00.tar.gz) = 5f10e3ed5a5f8ab40adf2daa6de84931 >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 Mar 25 00:37:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA01919 for freebsd-ports-outgoing; Wed, 25 Mar 1998 00:37:45 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from asteroid.svib.ru (root@asteroid.svib.ru [195.151.166.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA01853; Wed, 25 Mar 1998 00:37:21 -0800 (PST) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (shuttle.svib.ru [195.151.166.144]) by asteroid.svib.ru (8.8.8/8.8.8) with ESMTP id LAA03236; Wed, 25 Mar 1998 11:36:20 +0300 (MSK) (envelope-from tarkhil@asteroid.svib.ru) Received: from minas-tirith.pol.ru (minas-tirith.pol.ru [127.0.0.1]) by minas-tirith.pol.ru (8.8.8/8.8.7) with ESMTP id LAA00327; Wed, 25 Mar 1998 11:36:46 +0300 (MSK) (envelope-from tarkhil@minas-tirith.pol.ru) Message-Id: <199803250836.LAA00327@minas-tirith.pol.ru> X-Mailer: exmh version 2.0.1 12/23/97 To: asami@cs.berkeley.edu (Satoshi Asami) cc: committers@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports freeze over In-reply-to: Your message "Wed, 25 Mar 1998 01:27:16 EST." <199803250627.BAA02866@bubble.didi.com> Reply-To: tarkhil@asteroid.svib.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Mar 1998 11:36:45 +0300 From: Alex Povolotsky Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org <199803250627.BAA02866@bubble.didi.com>Satoshi Asami writes: >I finished verifying the distfiles and packages. The ports freeze is >not officially over. Jordan, please copy the distfiles from freefall ifmail is broken a little... Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 04:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28229 for freebsd-ports-outgoing; Wed, 25 Mar 1998 04:30:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA28222; Wed, 25 Mar 1998 04:30:03 -0800 (PST) (envelope-from gnats) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA28151 for ; Wed, 25 Mar 1998 04:29:32 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.8/8.8.8) id OAA00741; Wed, 25 Mar 1998 14:28:16 +0200 (EET) (envelope-from ru) Message-Id: <199803251228.OAA00741@relay.ucb.crimea.ua> Date: Wed, 25 Mar 1998 14:28:16 +0200 (EET) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6128: ports/www/lynx is out of date Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6128 >Category: ports >Synopsis: ports/www/lynx is out of date >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 Mar 25 04:30:01 PST 1998 >Last-Modified: >Originator: Ruslan Ermilov >Organization: >Release: FreeBSD 2.2.6-STABLE i386 >Environment: >Description: The current port for www/lynx refers to the Lynx v2.7.2, which is not available from http://sol.slcc.edu/lynx/release/ >How-To-Repeat: Try to build a package >Fix: Either update MASTER_SITES to match the new location http://sol.slcc.edu/lynx/release-2.7.2/ or (better yet) update port to the new release 2.8. >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 Mar 25 05:51:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA10673 for freebsd-ports-outgoing; Wed, 25 Mar 1998 05:51:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA10658 for ; Wed, 25 Mar 1998 05:51:50 -0800 (PST) (envelope-from wosch@cs.tu-berlin.de) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.8.8/8.8.8) with ESMTP id OAA17821; Wed, 25 Mar 1998 14:38:20 +0100 (MET) Received: (from wosch@localhost) by caramba.cs.tu-berlin.de (8.8.8/8.8.8) id OAA07969; Wed, 25 Mar 1998 14:38:14 +0100 (MET) Message-ID: <19980325143814.05551@caramba.cs.tu-berlin.de> Date: Wed, 25 Mar 1998 14:38:14 +0100 From: wosch@FreeBSD.ORG To: ports@FreeBSD.ORG Subject: New ports added/updated last two weeks 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 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 1324 ports in the FreeBSD Ports Collection. New ports added last two weeks ------------------------------ Category biology (http://www.freebsd.org/ports/biology.html) ================================================================== povchem-1.0 Simple yet powerful tool to generate POV from a PDB file Maintained by: frankch@waru.life.nthu.edu.tw Also listed in: graphics Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-nvi-big5-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for big5. Maintained by: itojun@itojun.org Also listed in: editors zh-nvi-euccn-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for euc-cn. Maintained by: itojun@itojun.org Also listed in: editors zh-nvi-euctw-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for euc-tw. Maintained by: itojun@itojun.org Also listed in: editors Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== kpilot-2.0 3Com PalmPilot interface for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: x11 kde Requires: giflib-3.0, gmake-3.76.1, jpeg-6a, kdelibs-3.1b, qt-1.31 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== crossm68k-1.4 Motorola 68K Cross Development Environment Maintained by: jhicks@atlanta.glenayre.com Requires: gmake-3.76.1 m68kgdb-4.16 A Motorola 68k debugger for cross-development purposes. Maintained by: jhicks@atlanta.glenayre.com p5-File-Sync-0.06 Perl5 module interface to the UNIX sync(2) and POSIX.1b fsync(2) Maintained by: kuriyama@opt.phys.waseda.ac.jp Also listed in: perl5 Requires: perl-5.00404 Category editors (http://www.freebsd.org/ports/editors.html) ================================================================== le-1.4.2 LE text editor Maintained by: andy@icc.surw.chel.su vim-4.6 A vi "workalike", with many additional features. Maintained by: obrien@FreeBSD.org Requires: gmake-3.76.1 vim-5.0 A vi "workalike", with many additional features. Maintained by: obrien@FreeBSD.org Category games (http://www.freebsd.org/ports/games.html) ================================================================== tank-0.4a A 3-D network tank game that uses OpenGL/Mesa. Maintained by: dburr@POBoxes.com Requires: Mesa-2.6, gmake-3.76.1 xlaby-2.0.1 Daemonic X Labyrinth played directly with the mouse pointer Maintained by: andy@icc.surw.chel.su Also listed in: x11 xnibbles-1.0b3 A simple X11 snake game, like one seen in MS-DOS's qbasic. Maintained by: andy@icc.surw.chel.su Also listed in: x11 Requires: gmake-3.76.1, xpm-3.4j xquarto-1.0 X version of simple but tricky board game. Maintained by: andy@icc.surw.chel.su Also listed in: x11 Requires: xpm-3.4j xtruco-1.0 Simple version for X Window of the famous card game Super Truco. Maintained by: andy@icc.surw.chel.su Also listed in: x11 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-naga10-1.0 X11 10-dot kanji font 'naga10 font' Maintained by: usagi@ruby.club.or.jp Also listed in: x11 ja-communicator-4.04 netscape ver 4 web-surfboard with Japanese resources Maintained by: sada@E-mail.NE.JP Also listed in: www Requires: ja-k12font-1.0, ja-naga10-1.0 ja-nvi-eucjp-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for euc-jp. Maintained by: itojun@itojun.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-nvi-iso2022jp-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for iso-2022-jp. Maintained by: itojun@itojun.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-nvi-sjis-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for sjis. Maintained by: itojun@itojun.org Also listed in: editors Requires: ja-Canna-3.2.2 ja-skkinput-2.00-980123 A SKK-like Japanese input method for X11. Maintained by: mrt@mickey.ai.kyutech.ac.jp Also listed in: x11 Requires: ja-groff-0.99, ja-less-332, ja-man-1.1f, ja-skk-9.6 Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-nvi-euckr-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for euc-kr. Maintained by: itojun@itojun.org Also listed in: editors ko-nvi-iso2022kr-1.79.19970820 A clone of vi/ex, with multilingual patch, default settings for iso-2022-kr. Maintained by: itojun@itojun.org Also listed in: editors ko-vim-5.0.1.0.3.8 A vi "workalike", with Korean language support. Maintained by: junker@jazz.snu.ac.kr Also listed in: editors Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== glibstdc++-2.8.1 ISO Standard C++ library (includes the STL) for G++ 2.8.0 Maintained by: obrien@FreeBSD.org Requires: gcc-2.8.1, gmake-3.76.1 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== sigrot-1.0 util to rotate your mail/news signature Maintained by: marijn@stack.nl Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== xd-2.3 Xd is yet another dump utility. Maintained by: kiri@kiri.toba-cmt.ac.jp xmdiary-3.0.1 Personal and group calendar utility. Maintained by: mi@aldan.ziplink.net Category net (http://www.freebsd.org/ports/net.html) ================================================================== ftpfind-0.92 find directory&file on a ftp server Maintained by: wub@green.an.egg.or.jp omi-alpha-7 "mirror" subtrees of FTP servers Maintained by: ache@FreeBSD.org p5-Net-Telnet-3.01 perl5 module to access and use telnet protocol. Maintained by: kuriyama@opt.phys.waseda.ac.jp Also listed in: perl5 Requires: perl-5.00404 ztelnet-1.0p2 Telnet program with zmodem transfer. Maintained by: junker@jazz.snu.ac.kr Category security (http://www.freebsd.org/ports/security.html) ================================================================== pgp-5.0i Public-Key encryption for the masses Maintained by: markm@FreeBSD.ORG Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== cfengine-1.4.10 GNU cfengine - a systems administration tool for networks. Maintained by: jseger@FreeBSD.ORG Category www (http://www.freebsd.org/ports/www.html) ================================================================== checkbot-1.51 A WWW link verifier, similar like momspider. Maintained by: wosch@FreeBSD.ORG Also listed in: perl5 Requires: p5-Data-Dumper-2.081, p5-MD5-1.7, p5-MIME-Base64-2.05, p5-Mail-Tools-1.09, p5-Net-1.0602, p5-libwww-5.20, perl-5.00404 hypermail-1.02 program that reads mailbox and generates a set of cross-referenced HTML docs. Maintained by: mjhsieh@life.nthu.edu.tw Updated ports last two weeks ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== kdemultimedia-3.1b KDE audio tools. Maintained by: se@freebsd.org Requires: giflib-3.0, gmake-3.76.1, jpeg-6a, kdelibs-3.1b, qt-1.31 Category chinese (http://www.freebsd.org/ports/chinese.html) ================================================================== zh-samba-1.9.18.3 A free SMB and CIFS client and server for UNIX Maintained by: yssu@CCCA.NCTU.edu.tw Also listed in: net zh-ted-4.2d A Small and Powerful Text Editor for X Window with big5 support Maintained by: vanilla@FreeBSD.ORG Also listed in: editors Requires: zh-kcfonts-1.05, zh-xcin-2.3.02 Category comms (http://www.freebsd.org/ports/comms.html) ================================================================== rzsz-3.48 Receive/Send files via X/Y/ZMODEM protocol. Maintained by: ache@FreeBSD.ORG Requires: unzip-5.3.2 Category databases (http://www.freebsd.org/ports/databases.html) ================================================================== mysql-3.21.25g a multithreaded SQL database. Maintained by: josh@ican.net Requires: gmake-3.76.1, perl-5.00404 Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== nasm-0.96 General-purpose multi-platform x86 assembler Maintained by: murray@cdrom.com Also listed in: lang p5-Term-ReadKey-2.12 a perl5 module for simple terminal control Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 p5-Time-970921 a collection of functions to convert and use time variables in perl5 Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 p5-TimeDate-1.08 perl5 module containing a better/faster date parser for absolute dates Maintained by: andreas@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 prcs-1.2.3 The Project Revision Control System Maintained by: jmacd@FreeBSD.ORG Requires: gmake-3.76.1 Category emulators (http://www.freebsd.org/ports/emulators.html) ================================================================== bochs-980311d Intel 80386 CPU emulator. Maintained by: alex@FreeBSD.ORG hfsutils-3.2 Yet Another HFS Utility Maintained by: vanilla@FreeBSD.ORG Also listed in: tk81 Requires: tcl-8.1.a2, tk-8.1.a2 xzx-2.4.4 ZX Spectrum (48K/128K/+3) Emulator for X11 Windows Maintained by: axl@iafrica.com Also listed in: x11 Category games (http://www.freebsd.org/ports/games.html) ================================================================== freeciv-1.53 A civilisation clone for x; multiplayer Maintained by: ada@bsd.org Requires: xpm-3.4j xscavenger-1.3.2 A Lode Runner clone for X11 Maintained by: eivind@FreeBSD.org Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== ImageMagick-4.0.2 An X11 package for display and interactive manipulation of images. Maintained by: jseger@FreeBSD.org Requires: autoconf-2.12, freetype-1.0, ghostscript-5.10, gmake-3.76.1, jbigkit-0.9, jpeg-6a, mpeg_lib-1.2.1, netpbm-94.3.1, png-0.99e, tiff-3.4, transfig-3.2, unzip-5.3.2, xpm-3.4j gimp-0.99.21 developer's beta release of the General Image Manipulation Program Maintained by: erich@FreeBSD.org Requires: gdbm-1.7.3, gmake-3.76.1, gtk-0.99.7, jpeg-6a, mpeg_lib-1.2.1, png-0.99e, tiff-3.4, xdelta-0.14, xpm-3.4j imlib-1.1 a graphic library for enlightenment package Maintained by: vanilla@FreeBSD.ORG Requires: giflib-3.0, gmake-3.76.1, jpeg-6a, png-0.99e, tiff-3.4 p5-GD-1.18 a perl5 interface to Gd Graphics Library Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 xpaint-2.5.3 A simple paint program. Maintained by: jseger@FreeBSD.org Also listed in: x11 Requires: jpeg-6a, png-0.99e, tiff-3.4, xpm-3.4j xpdf-0.7a Display tool for PDF files Maintained by: chuckr@glue.umd.edu Also listed in: print Requires: xpm-3.4j Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-gn-gnspool-1.36 Simple Japanese Newsreader with Local Spool Support Maintained by: kiroh@kh.rim.or.jp Also listed in: news ja-handbook-2.2.6 The Japanese version of FreeBSD handbook. Maintained by: ports@FreeBSD.ORG Requires: sgmlformat-1.6 ja-man-doc-2.2 Japanese online manual pages corresponding to /usr/share/man/man* Maintained by: kiri@kiri.toba-cmt.ac.jp ja-man-1.1f A manual display command for Japanese (EUC). Maintained by: kuriyama@opt.phys.waseda.ac.jp Requires: ja-groff-0.99, ja-less-332 ja-mnews-1.21 Simple news and E-mail reader Maintained by: kiroh@kh.rim.or.jp Also listed in: news ja-zipcodes-19980130 japanese zipcode tables. includes both 3/5 and 7 digits form. Maintained by: itojun@itojun.org Also listed in: misc Requires: ja-nkf-1.62, lha-1.14c Category korean (http://www.freebsd.org/ports/korean.html) ================================================================== ko-hanterm-xf-3.3.1.11a An X11R6-based xterm hacked for managing Korean languages. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 Requires: ko-johabfonts-3.04 ko-hanterm-3.04b6.1 An xterm hacked for managing Korean languages. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 Requires: ko-johabfonts-3.04 ko-hcode-2.1.3 Hangul code conversion utility Maintained by: junker@jazz.snu.ac.kr ko-johabfonts-3.04 Hangul fonts for X11(johab) used in many hangul-related programs. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 ko-pine-3.96k.2 Program for Internet E-mail(Korean) and News Maintained by: junker@jazz.snu.ac.kr Also listed in: mail news Category lang (http://www.freebsd.org/ports/lang.html) ================================================================== STk-3.1.1 A scheme interpreter with full access to the Tk graphical package. Maintained by: jmacd@FreeBSD.ORG egcs-980221 EGCS enhanced version of the GNU compiler suite Maintained by: obrien@FreeBSD.org Requires: gmake-3.76.1 gcc-2.8.1 Latest and greatest version of the GNU compiler suite (potentially buggy) Maintained by: obrien@FreeBSD.org Requires: gmake-3.76.1 Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== exmh-2.0.2 X11/TK based mail reader front end to MH. Maintained by: peter@FreeBSD.org Also listed in: tk80 Requires: mh-6.8.4, mm-2.7, tcl-8.0.2, tk-8.0.2 smtpfeed-0.58 SMTP Fast Exploding External Deliverer for Sendmail Maintained by: itojun@itojun.org Category math (http://www.freebsd.org/ports/math.html) ================================================================== xplot-0.90 X-windows plotting package Maintained by: fenner@FreeBSD.ORG Also listed in: graphics net Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== amanda-2.4.0.980319 The Advanced Maryland Automatic Network Disk Archiver Maintained by: cwt@FreeBSD.ORG mc-4.1.27 Midnight Commander, a free Norton Commander Clone Maintained by: vanilla@FreeBSD.ORG p5-Array-PrintCols-2.1 perl5 module to print arrays of elements in sorted columns. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 p5-Business-CreditCard-0.21 perl5 module to validate/generate credit card checksums/names. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 Requires: perl-5.00404 Category net (http://www.freebsd.org/ports/net.html) ================================================================== cvsup-bin-15.3 A network file distribution and update system for CVS repositories. Maintained by: axl@iafrica.com Also listed in: devel cvsup-15.3 A network file distribution and update system for CVS repositories. Maintained by: jdp@FreeBSD.org Also listed in: devel Requires: modula-3-3.6, modula-3-lib-3.6 dgd-net-1.1p5 Dworkin's Generic Driver (network server) + extra networking support + regexps Maintained by: adam@veda.is Also listed in: lang dgd-1.1p5 Dworkin's Generic Driver (network server) Maintained by: adam@veda.is Also listed in: lang dict-1.4.8 Dictionary Server Protocol (RFC2229) client Maintained by: josh@quick.net Requires: gmake-3.76.1 kirc-0.9.3 KDE project's IRC client Maintained by: andreas@FreeBSD.ORG Also listed in: kde Requires: bzip2-0.1p2, giflib-3.0, gmake-3.76.1, jpeg-6a, kdelibs-3.1b, qt-1.31 lftp-0.14.3 Shell-like command line ftp client Maintained by: andy@icc.surw.chel.su llnlxdir-2.1 Motif FTP client with drag-and-drop file transfer. Maintained by: dima@FreeBSD.ORG ncftp-2.4.3 FTP replacement with advanced user interface. Maintained by: ache@FreeBSD.ORG zircon-1.18.109 An X11 interface to Internet Relay Chat. Maintained by: jseger@FreeBSD.org Also listed in: tk80 Requires: tcl-8.0.2, tk-8.0.2 Category news (http://www.freebsd.org/ports/news.html) ================================================================== knews-1.0b.0 A threaded nntp newsreader for X. Maintained by: andreas@FreeBSD.ORG Also listed in: x11 Requires: jpeg-6a, mp-letter-3.0.1, png-0.99e, xpm-3.4j Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== cdrecord-1.6 This program allows you to create CD's on a CD-Recorder. Maintained by: jmz@FreeBSD.org Requires: gmake-3.76.1, mkisofs-1.11.1 lsof-4.27 Lists information about open files. Maintained by: obrien@NUXI.com xcpustate-2.5 System monitoring utility graphicaly showing cpu load and status. Maintained by: obrien@FreeBSD.org Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== jade-1.1 An object-oriented SGML/XML parser toolkit and DSSSL engine Maintained by: jfieber@FreeBSD.ORG Requires: unzip-5.3.2 tth-1.32 A TeX to HTML translator Maintained by: ports@FreeBSD.ORG Requires: ghostscript-5.10, jpeg-6a, netpbm-94.3.1, teTeX-0.4, tiff-3.4 Category www (http://www.freebsd.org/ports/www.html) ================================================================== libwww-5.1j The W3C Reference Library. Maintained by: jseger@FreeBSD.org Also listed in: devel Requires: gmake-3.76.1 lynx-2.8rel.2 An alphanumeric display oriented World-Wide Web Client. Maintained by: ache@FreeBSD.ORG mapedit-2.3 A WWW authoring tool to create clickable maps Maintained by: andreas@FreeBSD.ORG Requires: jdk-1.1.5 mhonarc-2.2.0 WWW front end for mail archives. Maintained by: koshy@india.hp.com Also listed in: mail Requires: perl-5.00404 p5-libwww-5.20 perl5 library for WWW access. Maintained by: jfitz@FreeBSD.ORG Also listed in: perl5 devel Requires: p5-Data-Dumper-2.081, p5-MD5-1.7, p5-MIME-Base64-2.05, p5-Net-1.0602, perl-5.00404 squid-novm-1.1.21 Low-VM Post-Harvest_cached WWW proxy cache and accelerator Maintained by: peter@freebsd.org squid-1.1.21 Post-Harvest_cached WWW proxy cache and accelerator Maintained by: peter@freebsd.org squid-1.2b17 The successful WWW proxy cache and accelerator Maintained by: peter@freebsd.org Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== XFree86-3.3.2 X11R6.3/XFree86 core distribution Maintained by: jmz@FreeBSD.ORG filerunner-2.4.2 Filemanager with FTP capabilities. Uses Tcl/Tk. Maintained by: vanilla@FreeBSD.ORG Also listed in: tk81 Requires: tcl-8.1.a2, tk-8.1.a2 gtk-0.99.7 General Toolkit for X11 GUI. Maintained by: vanilla@FreeBSD.ORG Requires: gmake-3.76.1 icewm-0.8.12 cool window manager developped in a very hot day in a winter Maintained by: Nakai@Mlab.t.u-tokyo.ac.jp kde-3.1b The "meta-port" for the KDE integrated X11 desktop Maintained by: se@freebsd.org Also listed in: kde Requires: giflib-3.0, gmake-3.76.1, jpeg-6a, kdebase-3.1b, kdegames-3.1b, kdegraphics-3.1b, kdelibs-3.1b, kdemultimedia-3.1b, kdenetwork-3.1b, kdesupport-3.1b, kdeutils-3.1b, qt-1.31, uulib-0.5.13 lesstif-0.83 API compatible clone of the Motif toolkit. Maintained by: ports@FreeBSD.org mlvwm-0.8.6 Macintosh like window manager for X11 Maintained by: Nakai@Mlab.t.u-tokyo.ac.jp Requires: xpm-3.4j qvwm-1.0b9h The most win95-like window manager. Standalone, not fvwm patched. Maintained by: Nakai@Mlab.t.u-tokyo.ac.jp Requires: xpm-3.4j rxvt-2.4.5 A low memory usage xterm replacement that supports color Maintained by: ports@FreeBSD.ORG xautolock-1.11 Used to activate xlock after a user defined time of inactivity. Maintained by: eblood@cs.unr.edu xlockmore-4.08.2 Like XLock session locker/screen saver, but just more. Maintained by: tg@FreeBSD.ORG Requires: Mesa-2.6, xpm-3.4j xscreensaver-2.16 Save your screen while you entertain your cat Maintained by: jseger@FreeBSD.ORG Requires: xpm-3.4j _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to wosch@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1998-03-24 05:20:01 UTC _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -- Wolfram Schneider http://www.freebsd.org/~wosch/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 07:06:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA21388 for freebsd-ports-outgoing; Wed, 25 Mar 1998 07:06:40 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA21365; Wed, 25 Mar 1998 07:06:37 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.7/8.8.7) with SMTP id KAA05652; Wed, 25 Mar 1998 10:06:36 -0500 (EST) Date: Wed, 25 Mar 1998 10:06:36 -0500 (EST) From: John Fieber To: Amancio Hasty cc: ports@FreeBSD.ORG, freebsd-database@FreeBSD.ORG Subject: Re: [PORTS] Pgaccess doesn't run on -current anymore, Update In-Reply-To: <199803250450.UAA27558@rah.star-gate.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 Tue, 24 Mar 1998, Amancio Hasty wrote: > On 25-Mar-98 Satoshi Asami wrote: > > * Why? > > Because it's a waste of time. If you want to know what happened > > before, anyone can go check the mail archives. > > We need a decent search engine for the mail archives and possibly also > provide a threaded list of the archived messages. Show me a free mail threader that won't be completely crushed when you throw 600+ megabytes of mail at it and I'll be most appreciative. I've actually considered postgres for a thread index based on message-id, but mail clients are a lot worse, on average, with proper referencing than news clients so the threading achieved by this method is little better than sorting by subject line. Anyway, what is needed in this case is for someone to write up a summary of the state of tcl as it pertains to ports and porting, and add that to the porting section of the handbook (www.freebsd.org/handbook/porting.html). -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 07:25:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23697 for freebsd-ports-outgoing; Wed, 25 Mar 1998 07:25:39 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23676; Wed, 25 Mar 1998 07:25:24 -0800 (PST) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id PAA16882; Wed, 25 Mar 1998 15:25:10 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id QAA05633; Wed, 25 Mar 1998 16:25:09 +0100 (MET) Message-ID: <19980325162504.05717@follo.net> Date: Wed, 25 Mar 1998 16:25:04 +0100 From: Eivind Eklund To: John Fieber , Amancio Hasty Cc: ports@FreeBSD.ORG, freebsd-database@FreeBSD.ORG Subject: Re: [PORTS] Pgaccess doesn't run on -current anymore, Update References: <199803250450.UAA27558@rah.star-gate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: ; from John Fieber on Wed, Mar 25, 1998 at 10:06:36AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 25, 1998 at 10:06:36AM -0500, John Fieber wrote: > On Tue, 24 Mar 1998, Amancio Hasty wrote: > > > On 25-Mar-98 Satoshi Asami wrote: > > > * Why? > > > Because it's a waste of time. If you want to know what happened > > > before, anyone can go check the mail archives. > > > > We need a decent search engine for the mail archives and possibly also > > provide a threaded list of the archived messages. > > Show me a free mail threader that won't be completely crushed > when you throw 600+ megabytes of mail at it and I'll be most > appreciative. I've actually considered postgres for a thread > index based on message-id, but mail clients are a lot worse, on > average, with proper referencing than news clients so the > threading achieved by this method is little better than sorting > by subject line. www.findmail.com has offered to archive the lists. They have all the databases and stuff needed, and I'd guess they also could take the old message log. They also have a very nice interface to archived mail. Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 09:20:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17210 for freebsd-ports-outgoing; Wed, 25 Mar 1998 09:20:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA17204; Wed, 25 Mar 1998 09:20:03 -0800 (PST) (envelope-from gnats) Received: from lambic.spasci.com (lambic.space.lockheed.com [192.68.162.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA15174 for ; Wed, 25 Mar 1998 09:10:27 -0800 (PST) (envelope-from handy@lambic.spasci.com) Received: (from handy@localhost) by lambic.spasci.com (8.8.8/8.8.7) id JAA25602; Wed, 25 Mar 1998 09:10:25 -0800 (PST) (envelope-from handy) Message-Id: <199803251710.JAA25602@lambic.spasci.com> Date: Wed, 25 Mar 1998 09:10:25 -0800 (PST) From: Brian Handy Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6131: Port upgrade: a2ps-4.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6131 >Category: ports >Synopsis: Port upgrade: a2ps-4.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: Wed Mar 25 09:20:01 PST 1998 >Last-Modified: >Originator: Brian Handy >Organization: MSU - Bozeman >Release: FreeBSD 2.2.5-STABLE i386 >Environment: Sunny right now, but clouds coming over the rise. >Description: Old version of a2ps appears to be GONE GONE GONE. >How-To-Repeat: >Fix: diff -urN a2ps.orig/Makefile a2ps/Makefile --- a2ps.orig/Makefile Wed Feb 25 20:31:49 1998 +++ a2ps/Makefile Wed Mar 25 08:41:27 1998 @@ -6,8 +6,8 @@ # $Id: Makefile,v 1.14 1998/02/26 04:31:49 asami Exp $ # -DISTNAME= a2ps-4.9.9 -PKGNAME= a2ps-${PAPERSIZE}-4.9.9 +DISTNAME= a2ps-4.10 +PKGNAME= a2ps-${PAPERSIZE}-4.10 CATEGORIES= print MASTER_SITES= http://www-inf.enst.fr/~demaille/ftp/a2ps/ diff -urN a2ps.orig/files/md5 a2ps/files/md5 --- a2ps.orig/files/md5 Sun Feb 15 13:24:49 1998 +++ a2ps/files/md5 Wed Mar 25 08:42:11 1998 @@ -1 +1 @@ -MD5 (a2ps-4.9.9.tar.gz) = 17e3d399d1ef6c05130ebe8e8414e2e6 +MD5 (a2ps-4.10.tar.gz) = d5c430a05b648e90f3294654538113eb diff -urN a2ps.orig/patches/patch-aa a2ps/patches/patch-aa --- a2ps.orig/patches/patch-aa Wed Feb 25 18:22:29 1998 +++ a2ps/patches/patch-aa Wed Mar 25 09:05:34 1998 @@ -1,15 +1,14 @@ Correct the dir entry for a2ps so that FreeBSD's install-info --delete can remove it without warning. ---- doc/a2ps.info.orig Wed Feb 25 00:08:38 1998 -+++ doc/a2ps.info Wed Feb 25 00:09:16 1998 -@@ -3,8 +3,7 @@ +--- doc/a2ps.info.orig Wed Mar 25 08:43:39 1998 ++++ doc/a2ps.info Wed Mar 25 08:45:06 1998 +@@ -3,7 +3,7 @@ INFO-DIR-SECTION Printing Tools START-INFO-DIR-ENTRY -* a2ps:: PostScript Generating Utility --* PreScript: (a2ps) PreScript Input language for a2ps +* a2ps: (a2ps). PostScript Generating Utility - END-INFO-DIR-ENTRY - - This document describes `a2ps' 4.9.9, a converter from various + * PreScript: (a2ps) PreScript Input language for a2ps + * Card: (a2ps) Card Print Reference Card of Programs + * psmandup: (a2ps) psmandup Printing Duplex on Simplex Printers diff -urN a2ps.orig/patches/patch-ab a2ps/patches/patch-ab --- a2ps.orig/patches/patch-ab Wed Feb 25 18:22:30 1998 +++ a2ps/patches/patch-ab Wed Mar 25 09:05:47 1998 @@ -1,14 +1,14 @@ Use the -R option to ldconfig so that previous entries in /var/run/ld.so.hints are preserved. ---- auxdir/ltconfig.orig Tue Feb 24 22:56:11 1998 -+++ auxdir/ltconfig Tue Feb 24 22:56:13 1998 -@@ -1035,7 +1035,7 @@ +--- auxdir/ltconfig.orig Mon Mar 9 00:02:00 1998 ++++ auxdir/ltconfig Wed Mar 25 08:47:29 1998 +@@ -1125,7 +1125,7 @@ freebsd2* | freebsd3*) version_type=sunos - library_names_spec='$libname.so.$versuffix $libname.so' -- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' -+ finish_cmds='PATH="\$PATH:/sbin" ldconfig -R $libdir' + library_names_spec='${libname}${release}.so.$versuffix $libname.so' +- finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir' ++ finish_cmds='PATH="$PATH:/sbin" ldconfig -R $libdir' shlibpath_var=LD_LIBRARY_PATH ;; diff -urN a2ps.orig/patches/patch-ac a2ps/patches/patch-ac --- a2ps.orig/patches/patch-ac Wed Feb 25 18:22:32 1998 +++ a2ps/patches/patch-ac Wed Dec 31 16:00:00 1969 @@ -1,13 +0,0 @@ -Don't include c.ssh twice in sheets_DATA. - ---- sheets/Makefile.in.orig Tue Feb 24 23:16:10 1998 -+++ sheets/Makefile.in Tue Feb 24 23:16:35 1998 -@@ -151,7 +151,7 @@ - sheetsdir = $(pkgdatadir)/sheets - - sheets_DATA = sheets.map \ --68000.ssh a2psrc.ssh ada.ssh c.ssh c.ssh caml.ssh chlog.ssh claire.ssh \ -+68000.ssh a2psrc.ssh ada.ssh c.ssh caml.ssh chlog.ssh claire.ssh \ - clisp.ssh coqv.ssh cpp.ssh csh.ssh eiffel.ssh elisp.ssh eps.ssh \ - fortran.ssh gnuc.ssh initora.ssh java.ssh lace.ssh lex.ssh mail.ssh \ - make.ssh modula2.ssh modula3.ssh o2c.ssh oberon.ssh objc.ssh \ diff -urN a2ps.orig/pkg/PLIST a2ps/pkg/PLIST --- a2ps.orig/pkg/PLIST Wed Feb 25 18:19:05 1998 +++ a2ps/pkg/PLIST Wed Mar 25 09:01:22 1998 @@ -21,7 +21,7 @@ @exec install-info %D/info/regex.info %D/info/dir lib/liba2ps.a lib/liba2ps.la -lib/liba2ps.so.0.3 +lib/liba2ps.so.1.0 @exec /sbin/ldconfig -R %B man/man1/a2ps.1.gz man/man1/ogonkify.1.gz @@ -87,7 +87,7 @@ share/a2ps/encoding/hp.edf share/a2ps/encoding/ibmpc.edf share/a2ps/encoding/iso5.edf -share/a2ps/encoding/koi8r.edf +share/a2ps/encoding/koi8.edf share/a2ps/encoding/latin1.edf share/a2ps/encoding/latin2.edf share/a2ps/encoding/latin3.edf @@ -95,10 +95,9 @@ share/a2ps/encoding/latin5.edf share/a2ps/encoding/latin6.edf share/a2ps/encoding/mac.edf -share/a2ps/printers/README -share/a2ps/printers/level1.ppd -share/a2ps/printers/level2.ppd -share/a2ps/printers/printers.map +share/a2ps/ppd/README +share/a2ps/ppd/level1.ppd +share/a2ps/ppd/level2.ppd share/a2ps/ps/Courier-Bold-Ogonki.pfa share/a2ps/ps/Courier-BoldOblique-Ogonki.pfa share/a2ps/ps/Courier-Oblique-Ogonki.pfa @@ -126,6 +125,7 @@ share/a2ps/ps/ehandler.ps share/a2ps/ps/gray.pro share/a2ps/ps/gray2.pro +share/a2ps/ps/matrix.pro share/a2ps/ps/textb18.pfb share/a2ps/ps/textb19.pfb share/a2ps/ps/textb20.pfb @@ -134,6 +134,7 @@ share/a2ps/sheets/ada.ssh share/a2ps/sheets/c.ssh share/a2ps/sheets/caml.ssh +share/a2ps/sheets/card.ssh share/a2ps/sheets/chlog.ssh share/a2ps/sheets/claire.ssh share/a2ps/sheets/clisp.ssh @@ -146,23 +147,28 @@ share/a2ps/sheets/fortran.ssh share/a2ps/sheets/gnuc.ssh share/a2ps/sheets/initora.ssh +share/a2ps/sheets/idl.ssh +share/a2ps/sheets/is5rul.ssh share/a2ps/sheets/java.ssh share/a2ps/sheets/lace.ssh share/a2ps/sheets/lex.ssh share/a2ps/sheets/mail.ssh share/a2ps/sheets/make.ssh +share/a2ps/sheets/matlab4.ssh share/a2ps/sheets/modula2.ssh share/a2ps/sheets/modula3.ssh share/a2ps/sheets/o2c.ssh share/a2ps/sheets/oberon.ssh share/a2ps/sheets/objc.ssh share/a2ps/sheets/octave.ssh +share/a2ps/sheets/oldperl.ssh share/a2ps/sheets/oracle.ssh share/a2ps/sheets/pascal.ssh share/a2ps/sheets/perl.ssh share/a2ps/sheets/plsql.ssh share/a2ps/sheets/ppd.ssh share/a2ps/sheets/pre.ssh +share/a2ps/sheets/pretex.ssh share/a2ps/sheets/prolog.ssh share/a2ps/sheets/promela.ssh share/a2ps/sheets/ps.ssh @@ -175,9 +181,11 @@ share/a2ps/sheets/sql.ssh share/a2ps/sheets/sql92.ssh share/a2ps/sheets/ssh.ssh +share/a2ps/sheets/symbols.ssh share/a2ps/sheets/tcl.ssh share/a2ps/sheets/tex.ssh share/a2ps/sheets/texinfo.ssh +share/a2ps/sheets/texscript.ssh share/a2ps/sheets/tk.ssh share/a2ps/sheets/unity.ssh share/a2ps/sheets/verilog.ssh @@ -185,8 +193,6 @@ share/a2ps/sheets/vrml.ssh share/a2ps/sheets/yacc.ssh share/a2ps/sheets/zsh.ssh -share/emacs/site-lisp/a2ps.el -share/emacs/site-lisp/make-regexp.el share/locale/ca/LC_MESSAGES/a2ps.mo share/locale/cs/LC_MESSAGES/a2ps.mo share/locale/de/LC_MESSAGES/a2ps.mo @@ -199,7 +205,7 @@ share/locale/tr/LC_MESSAGES/a2ps.mo @dirrm share/a2ps/afm @dirrm share/a2ps/encoding -@dirrm share/a2ps/printers +@dirrm share/a2ps/ppd @dirrm share/a2ps/ps @dirrm share/a2ps/sheets @dirrm share/a2ps >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 Mar 25 10:32:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA02975 for freebsd-ports-outgoing; Wed, 25 Mar 1998 10:32:19 -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 KAA02964; Wed, 25 Mar 1998 10:32:08 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04050; Wed, 25 Mar 1998 10:31:24 -0800 (PST) Date: Wed, 25 Mar 1998 10:31:24 -0800 (PST) Message-Id: <199803251831.KAA04050@freefall.freebsd.org> To: sakai@miya3f01.ee.kagu.sut.ac.jp, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5814 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New package XShodou State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 10:29:30 PST 1998 State-Changed-Why: Moved tarball to .../development/ports/x11/5814.xshodou-1.0.tgz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 10:34:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03594 for freebsd-ports-outgoing; Wed, 25 Mar 1998 10:34:39 -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 KAA03390; Wed, 25 Mar 1998 10:34:11 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04119; Wed, 25 Mar 1998 10:33:27 -0800 (PST) Date: Wed, 25 Mar 1998 10:33:27 -0800 (PST) Message-Id: <199803251833.KAA04119@freefall.freebsd.org> To: ian@majesticnet.com, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5431 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 10:32:18 PST 1998 State-Changed-Why: Moved to .../development/ports/x11/development/ports/x11/5431.xquote.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 10:43:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA06648 for freebsd-ports-outgoing; Wed, 25 Mar 1998 10:43:22 -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 KAA06621; Wed, 25 Mar 1998 10:43:13 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04373; Wed, 25 Mar 1998 10:42:29 -0800 (PST) Date: Wed, 25 Mar 1998 10:42:29 -0800 (PST) Message-Id: <199803251842.KAA04373@freefall.freebsd.org> To: giffunip@asme.org, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5331 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New math port: xldlas-0.85 State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 10:42:11 PST 1998 State-Changed-Why: Moved portball to .../development/ports/x11/5331.xldlas.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 10:45:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07034 for freebsd-ports-outgoing; Wed, 25 Mar 1998 10:45:40 -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 KAA07024; Wed, 25 Mar 1998 10:45:31 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04454; Wed, 25 Mar 1998 10:44:47 -0800 (PST) Date: Wed, 25 Mar 1998 10:44:47 -0800 (PST) Message-Id: <199803251844.KAA04454@freefall.freebsd.org> To: i.vaudrey@cableinet.co.uk, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4770 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Xitami HTTP Server State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 10:44:00 PST 1998 State-Changed-Why: Moved to .../development/ports/x11/4770.xitami.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 10:48:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA07462 for freebsd-ports-outgoing; Wed, 25 Mar 1998 10:48: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 KAA07379; Wed, 25 Mar 1998 10:47:53 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04533; Wed, 25 Mar 1998 10:47:07 -0800 (PST) Date: Wed, 25 Mar 1998 10:47:07 -0800 (PST) Message-Id: <199803251847.KAA04533@freefall.freebsd.org> To: albast@xs4all.nl, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6020 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: Xfstt-0.9.7 State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 10:46:14 PST 1998 State-Changed-Why: Moved to .../development/ports/x11/6020.xfstt.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 10:54:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA08514 for freebsd-ports-outgoing; Wed, 25 Mar 1998 10:54: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 KAA08314; Wed, 25 Mar 1998 10:53:38 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04625; Wed, 25 Mar 1998 10:52:53 -0800 (PST) Date: Wed, 25 Mar 1998 10:52:53 -0800 (PST) Message-Id: <199803251852.KAA04625@freefall.freebsd.org> To: plm@xs4all.nl, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5952 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wwwoffle: read WWW pages offline State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 10:52:04 PST 1998 State-Changed-Why: Moved to .../development/ports/www/5952.wwwoffle-2.1.tar.gz on wcarchive -- well, that's most of the X's done... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 10:59:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09327 for freebsd-ports-outgoing; Wed, 25 Mar 1998 10:59:35 -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 KAA09317; Wed, 25 Mar 1998 10:59:27 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04713; Wed, 25 Mar 1998 10:58:43 -0800 (PST) Date: Wed, 25 Mar 1998 10:58:43 -0800 (PST) Message-Id: <199803251858.KAA04713@freefall.freebsd.org> To: dcarmich@mcs.com, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5667 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I have ported the VICE 0.13.0 Commodore emulator to FreeBSD State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 10:58:12 PST 1998 State-Changed-Why: Moved to .../development/ports/emulators/5667.vice-0.13.0.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 11:00:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09565 for freebsd-ports-outgoing; Wed, 25 Mar 1998 11:00:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09553; Wed, 25 Mar 1998 11:00:02 -0800 (PST) (envelope-from gnats) Received: from tera.com (tera.tera.com [207.108.223.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA08757 for ; Wed, 25 Mar 1998 10:55:00 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from uucp@localhost) by tera.com (8.7.5/8.7.3) with UUCP id KAA20801 for FreeBSD-gnats-submit@freebsd.org; Wed, 25 Mar 1998 10:54:23 -0800 (PST) Received: (from kline@localhost) by tao.thought.org (8.8.5/8.7.3) id KAA23824; Wed, 25 Mar 1998 10:53:44 -0800 (PST) Message-Id: <199803251853.KAA23824@tao.thought.org> Date: Wed, 25 Mar 1998 10:53:44 -0800 (PST) From: Gary Kline Reply-To: kline@thought.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6134: New port; new program to reconstruct ftp-mail retrieved files. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6134 >Category: ports >Synopsis: New port; new program to reconstruct ftp-mail retrieved files. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: support >Submitter-Id: current-users >Arrival-Date: Wed Mar 25 11:00:01 PST 1998 >Last-Modified: >Originator: Gary Kline >Organization: Thought.Org >Release: FreeBSD 2.2-RELEASE i386 >Environment: rftp is meant primarily for sites with a mail-only link to the world. >Description: New program; porter-written app. A uuencoded tarball is appended. Feedback and flames to me: kline@thought.org >How-To-Repeat: >Fix: begin 644 rftp.tar.gz M'XL(`')"&34``^U9;6_C-@S.U_A7$&B!NP-:V_)K&ZS#NB8]!+ND11+L]FU0 M;"4VXEB>)#>7&_;?1]E)V@U8>\/F%+?Y`0+;$D52(D61BFEU&@=X=NC[T`$@ MH6\_?>YA`P2^'3@>(;:+WV'@.!WPFU>MTRFEH@*@L\K2G#U#]U+_5XH17;%% MFC4Z,V+;@>?]I?V)39S*_K[M>)X=8`MQ'+L#=I-*[?$_M_\)C-D&"BZ4A(AG M&8M4RG-8[]P"%ESTNF*A"N,$?F1"ZD[!?BE3P>)>9;XN,1WL[%/%(!(,'W&O MV^T2%_HL.@-R>1EB]\>$KW5SMUI'XP2;3H?(8>]_9P]`3%)16X18K@TVZ;FD M9_M0C8#!IV+W=HJCC?YP.AM?CP97.R?2*IYK3>Y_>/^T_;'CYGHV>'\W&0ZF M5]V)$J:)G69O-QC%QYJK,692JK1GQM2576QD) M6C!AR31+(YZS3Y9[8=6ZW`X_:,9[:28ZE;G\C`*&XQG^!I.K>N;?J827RT29 M7"P-[!Z3JVXURB3&^`Z_;^Y&]Y/!%'EMF32FL\GP_LHP"B[5>9JCKV99S]"Z M066>-*\F"&49465TI1)I`:=OD5OALGR&,<9AIGF45;& M#+Z9R]C4IC?7JV^-U_;$%J^!RO5J9VU,QF/\KX[ZY\__P-'QWPW<(\=_P;EZ MCNX_&O^+U;+Q#/#+\C\\^HD3!D2?_[;CAVW^=PQH^]]_P`.L01DOY'^8[NO\ MSPM"XOH.L?7^1T]H\[]C0&<(57JG7^HL8DUS"Y_$JM,2G<8C-I4,:+]5\85O&?!![!`Z#:_UZ[_X\"8Q^#9TDJH1!\*>@:\%67 M?0BF9@$W"L>K#XH(],.S"@D/7%!(>4GI@@*UKFF:`X^:ITC0X\@%+1A-@ MJ$"4N02L&YG*MKIL40F#.8U62\'+/#YPH7D,&ZJB!+EK$BW^C82*>B>2!04(?V$&YIR(`V2*;6[23_HKY9X:6P2](T!!8UC_RT&:/ M>?Y&[::!I6L6PYP!7VAI.-_7=M\6_Q`Z_M_*KZE*(PQG6PR=$<^E$B6&C%T\/W\,Z.=_C*S2;+?_5X^B/FL; MO0/X&_6_C915_D?\MOX_!JJ-W/`-T)?;W_5YUOK\ M#X)G[G\/]S]!X(6NWO^V3]K[WV-@U/?A[9_^M7H'5Q!?NI>1&P=A1!=SZGA. BS"(_OF"+X-*F%Q>.T9[]+5JT:-&BQ5>+WP&\V&<``"@``)>1 ` end >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 Mar 25 11:01:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09832 for freebsd-ports-outgoing; Wed, 25 Mar 1998 11:01:51 -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 LAA09820; Wed, 25 Mar 1998 11:01:40 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04791; Wed, 25 Mar 1998 11:00:56 -0800 (PST) Date: Wed, 25 Mar 1998 11:00:56 -0800 (PST) Message-Id: <199803251900.LAA04791@freefall.freebsd.org> To: giffunip@asme.org, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5295 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Math port: umfpack State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 11:00:33 PST 1998 State-Changed-Why: Moved to .../development/ports/math/5295.umfpack.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 11:03:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10145 for freebsd-ports-outgoing; Wed, 25 Mar 1998 11:03:27 -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 LAA10136; Wed, 25 Mar 1998 11:03:23 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04885; Wed, 25 Mar 1998 11:02:34 -0800 (PST) Date: Wed, 25 Mar 1998 11:02:34 -0800 (PST) Message-Id: <199803251902.LAA04885@freefall.freebsd.org> To: giffunip@asme.org, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5660 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port type1inst State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 11:02:03 PST 1998 State-Changed-Why: Moved to .../development/ports/x11/5660.type1inst.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 11:08:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10984 for freebsd-ports-outgoing; Wed, 25 Mar 1998 11:08:23 -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 LAA10966; Wed, 25 Mar 1998 11:08:09 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA05005; Wed, 25 Mar 1998 11:07:25 -0800 (PST) Date: Wed, 25 Mar 1998 11:07:25 -0800 (PST) Message-Id: <199803251907.LAA05005@freefall.freebsd.org> To: giffunip@asme.org, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5131 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New math port: SuperLU State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Wed Mar 25 11:07:00 PST 1998 State-Changed-Why: Moved to .../development/ports/math/5131.superlu.tar.gz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 11:49:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA17891 for freebsd-ports-outgoing; Wed, 25 Mar 1998 11:49:13 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from itsdsv1.enc.edu (fw1.enc.edu [207.95.42.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA17845 for ; Wed, 25 Mar 1998 11:49:02 -0800 (PST) (envelope-from owensc@enc.edu) Received: from itsdsv2.enc.edu (itsdsv2.enc.edu [10.1.1.9]) by itsdsv1.enc.edu (8.7.5/8.7.3) with SMTP id OAA26523 for ; Wed, 25 Mar 1998 14:44:12 -0500 (EST) Date: Wed, 25 Mar 1998 14:44:12 -0500 (EST) From: Charles Owens To: freebsd-ports@FreeBSD.ORG Subject: xforms port no longer builds! 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, When one attempts to build xforms now the tarball that gets fetched is for version 0.88.1 instead of the expected 0.88 . They were impolite enough not to give the new tarball a unique name. If I override checksum checking and attempt to build it anyways the patch stage fails. Thanks, --- ------------------------------------------------------------------------- Charles N. Owens Email: owensc@enc.edu http://www.enc.edu/~owensc Network & Systems Administrator Information Technology Services "Outside of a dog, a book is a man's Eastern Nazarene College best friend. Inside of a dog it's too dark to read." - Groucho Marx ------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 12:30:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27110 for freebsd-ports-outgoing; Wed, 25 Mar 1998 12:30:56 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from itsdsv1.enc.edu (fw1.enc.edu [207.95.42.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27101 for ; Wed, 25 Mar 1998 12:30:54 -0800 (PST) (envelope-from owensc@enc.edu) Received: from itsdsv2.enc.edu (itsdsv2.enc.edu [10.1.1.9]) by itsdsv1.enc.edu (8.7.5/8.7.3) with SMTP id PAA27237 for ; Wed, 25 Mar 1998 15:30:21 -0500 (EST) Date: Wed, 25 Mar 1998 15:30:21 -0500 (EST) From: Charles Owens To: freebsd-ports@FreeBSD.ORG Subject: Re: xforms port no longer builds! 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 Wed, 25 Mar 1998, Charles Owens wrote: > Hi, > > When one attempts to build xforms now the tarball that gets fetched is for > version 0.88.1 instead of the expected 0.88 . They were impolite enough > not to give the new tarball a unique name. I should mention that this newer tarball is on the default bragg.phys.uwm.edu site. The .fr site still has the older (November vintage) tarball... haven't checked the .jp site. > > If I override checksum checking and attempt to build it anyways the patch > stage fails. > > Thanks, > --- > ------------------------------------------------------------------------- > Charles N. Owens Email: owensc@enc.edu > http://www.enc.edu/~owensc > Network & Systems Administrator > Information Technology Services "Outside of a dog, a book is a man's > Eastern Nazarene College best friend. Inside of a dog it's > too dark to read." - Groucho Marx > ------------------------------------------------------------------------- > > --- ------------------------------------------------------------------------- Charles N. Owens Email: owensc@enc.edu http://www.enc.edu/~owensc Network & Systems Administrator Information Technology Services "Outside of a dog, a book is a man's Eastern Nazarene College best friend. Inside of a dog it's too dark to read." - Groucho Marx ------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 25 18:20:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA27068 for freebsd-ports-outgoing; Wed, 25 Mar 1998 18:20:26 -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 SAA27049; Wed, 25 Mar 1998 18:20:13 -0800 (PST) (envelope-from itojun@FreeBSD.org) From: Jun-ichiro Itoh Received: (from itojun@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA07770; Wed, 25 Mar 1998 18:19:26 -0800 (PST) Date: Wed, 25 Mar 1998 18:19:26 -0800 (PST) Message-Id: <199803260219.SAA07770@freefall.freebsd.org> To: Yoshio.Mita@isen.fr, itojun@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6083 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: japanese/gs5 sometimes dumps core. State-Changed-From-To: open-closed State-Changed-By: itojun State-Changed-When: Wed Mar 25 18:18:50 PST 1998 State-Changed-Why: thanks committed. sorry this did not applied before 226-RELEASE freeze. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 26 00:05:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA03087 for freebsd-ports-outgoing; Thu, 26 Mar 1998 00:05:19 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from vaimsx.vai.co.at (vaimsx.vai.co.at [148.56.0.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA03077 for ; Thu, 26 Mar 1998 00:05:15 -0800 (PST) (envelope-from HaiderRo@linz.vai.co.at) Received: by vaimsx.vai.co.at with Internet Mail Service (5.5.1960.3) id ; Thu, 26 Mar 1998 09:04:42 +0100 Message-ID: <70D6A3FCD8F1CF11A86508002BE74D79526C40@mail1.vai.co.at> From: Haider Roland VAI/TAW 2 To: freebsd-ports@FreeBSD.ORG Subject: documentation for pcb 1.4 WHERE ??? Date: Thu, 26 Mar 1998 09:04:41 +0100 X-Mailer: Internet Mail Service (5.5.1960.3) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, I've installed pcb-1.4 from the packages, as I need a small layout drawing program for my home-brew projects. All went fine 'till I first wanted to use pcb :-( After starting the program I tried all menus to see if I could use it without reading the manual. (standard procedure :-> ) Unfortunately I quickly discovered that I was out of luck... Then the real trouble started! 1. man pcb: no manual entry 2. search package registry if any documentation is included result: nil So if someone has used this program or knows where documentation is available, please let me know. cheers, Roland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 26 04:02:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA23622 for freebsd-ports-outgoing; Thu, 26 Mar 1998 04:02:10 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freebsd.scds.com (jseger.shore.net [204.167.102.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA23592 for ; Thu, 26 Mar 1998 04:02:07 -0800 (PST) (envelope-from jseger@freebsd.scds.com) Received: (from jseger@localhost) by freebsd.scds.com (8.8.8/8.8.5) id HAA15129; Thu, 26 Mar 1998 07:04:49 -0500 (EST) Date: Thu, 26 Mar 1998 07:04:49 -0500 (EST) Message-Id: <199803261204.HAA15129@freebsd.scds.com> From: "Justin M. Seger" To: HaiderRo@linz.vai.co.at CC: freebsd-ports@FreeBSD.ORG In-reply-to: <70D6A3FCD8F1CF11A86508002BE74D79526C40@mail1.vai.co.at> (message from Haider Roland VAI/TAW 2 on Thu, 26 Mar 1998 09:04:41 +0100) Subject: Re: documentation for pcb 1.4 WHERE ??? References: <70D6A3FCD8F1CF11A86508002BE74D79526C40@mail1.vai.co.at> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've installed pcb-1.4 from the packages, as I need a small 2. search package registry if any documentation is included result: nil pcb-1.4 is rather old. Our port currently supports pcb-1.5.5 and does include a man page. You can find the latest version on ftp.freebsd.org:/pub/FreeBSD. 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 Thu Mar 26 05:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02720 for freebsd-ports-outgoing; Thu, 26 Mar 1998 05:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02687; Thu, 26 Mar 1998 05:10:01 -0800 (PST) (envelope-from gnats) Received: from colossus.dyn.ml.org (dburr@206-18-113-205.la.inreach.net [206.18.113.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02444 for ; Thu, 26 Mar 1998 05:06:27 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id FAA26665; Thu, 26 Mar 1998 05:10:00 -0800 (PST) (envelope-from dburr) Message-Id: <199803261310.FAA26665@colossus.dyn.ml.org> Date: Thu, 26 Mar 1998 05:10:00 -0800 (PST) From: dburr@POBoxes.com Reply-To: dburr@POBoxes.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6139: NEW PORT: x11/sharefonts, Shareware ATM fonts for X11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6139 >Category: ports >Synopsis: NEW PORT: x11/sharefonts, Shareware ATM fonts for X11 >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 Mar 26 05:10:00 PST 1998 >Last-Modified: >Originator: Donald Burr >Organization: Starfleet Command >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: >Description: These are a set of shareware ATM fonts. They are particularly useful for GIMP (some of the GIMP plug-ins and script-fu uses them). >How-To-Repeat: >Fix: #!/bin/sh # This is a shell archive (produced by GNU sharutils 4.1.4). # To extract the files from this archive, save it to some FILE, remove # everything before the `!/bin/sh' line above, then type `sh FILE'. # # Made on 1998-03-26 05:07 PST by . # Source directory was `/usr/ports/x11'. # # Existing files will *not* be overwritten unless `-c' is specified. # # This shar contains: # length mode name # ------ ---------- ------------------------------------------ # 64 -rw-r--r-- sharefonts/files/md5 # 60 -rw-r--r-- sharefonts/pkg/COMMENT # 642 -rw-r--r-- sharefonts/pkg/DESCR # 1711 -rw-r--r-- sharefonts/pkg/PLIST # 660 -rw-r--r-- sharefonts/Makefile # touch -am 1231235999 $$.touch >/dev/null 2>&1 if test ! -f 1231235999 && test -f $$.touch; then shar_touch=touch else shar_touch=: echo echo 'WARNING: not restoring timestamps. Consider getting and' echo "installing GNU \`touch', distributed in GNU File Utilities..." echo fi rm -f 1231235999 $$.touch # # ============= sharefonts/files/md5 ============== if test ! -d 'sharefonts'; then echo 'x - creating directory sharefonts' mkdir 'sharefonts' fi if test ! -d 'sharefonts/files'; then echo 'x - creating directory sharefonts/files' mkdir 'sharefonts/files' fi if test -f 'sharefonts/files/md5' && test X"$1" != X"-c"; then echo 'x - skipping sharefonts/files/md5 (file already exists)' else echo 'x - extracting sharefonts/files/md5 (text)' sed 's/^X//' << 'SHAR_EOF' > 'sharefonts/files/md5' && MD5 (sharefonts-0.10.tar.gz) = fd407f15efc7f06e320c10fd73d66c1f SHAR_EOF $shar_touch -am 0326045498 'sharefonts/files/md5' && chmod 0644 'sharefonts/files/md5' || echo 'restore of sharefonts/files/md5 failed' shar_count="`wc -c < 'sharefonts/files/md5'`" test 64 -eq "$shar_count" || echo "sharefonts/files/md5: original size 64, current size $shar_count" fi # ============= sharefonts/pkg/COMMENT ============== if test ! -d 'sharefonts/pkg'; then echo 'x - creating directory sharefonts/pkg' mkdir 'sharefonts/pkg' fi if test -f 'sharefonts/pkg/COMMENT' && test X"$1" != X"-c"; then echo 'x - skipping sharefonts/pkg/COMMENT (file already exists)' else echo 'x - extracting sharefonts/pkg/COMMENT (text)' sed 's/^X//' << 'SHAR_EOF' > 'sharefonts/pkg/COMMENT' && A collection of shareware ATM fonts from the CICA archives. SHAR_EOF $shar_touch -am 0326050398 'sharefonts/pkg/COMMENT' && chmod 0644 'sharefonts/pkg/COMMENT' || echo 'restore of sharefonts/pkg/COMMENT failed' shar_count="`wc -c < 'sharefonts/pkg/COMMENT'`" test 60 -eq "$shar_count" || echo "sharefonts/pkg/COMMENT: original size 60, current size $shar_count" fi # ============= sharefonts/pkg/DESCR ============== if test -f 'sharefonts/pkg/DESCR' && test X"$1" != X"-c"; then echo 'x - skipping sharefonts/pkg/DESCR (file already exists)' else echo 'x - extracting sharefonts/pkg/DESCR (text)' sed 's/^X//' << 'SHAR_EOF' > 'sharefonts/pkg/DESCR' && This is a collection of shareware ATM fonts from the CICA Windows archives. They are particularily useful with gimp. X You'll have to add /usr/X11R6/lib/X11/fonts/sharefont to you're X font path by either: X $ xset fp+ /usr/X11R6/lib/X11/fonts/sharefont $ xset fp rehash X or by adding it to you're X-server configuration file (usually /etc/XF86Config or /etc/Xaccel.ini) and restarting the X-server. X NOTE: These fonts are SHAREWARE. you must pay a fee if you find that you are using them a lot. Please read the *.shareware files in /usr/X11R6/lib/X11/fonts/sharefont for each font's licensing restrictions. X Donald Burr SHAR_EOF $shar_touch -am 0326050598 'sharefonts/pkg/DESCR' && chmod 0644 'sharefonts/pkg/DESCR' || echo 'restore of sharefonts/pkg/DESCR failed' shar_count="`wc -c < 'sharefonts/pkg/DESCR'`" test 642 -eq "$shar_count" || echo "sharefonts/pkg/DESCR: original size 642, current size $shar_count" fi # ============= sharefonts/pkg/PLIST ============== if test -f 'sharefonts/pkg/PLIST' && test X"$1" != X"-c"; then echo 'x - skipping sharefonts/pkg/PLIST (file already exists)' else echo 'x - extracting sharefonts/pkg/PLIST (text)' sed 's/^X//' << 'SHAR_EOF' > 'sharefonts/pkg/PLIST' && lib/X11/fonts/sharefont/grc_____.shareware lib/X11/fonts/sharefont/README lib/X11/fonts/sharefont/aneirin.pfb lib/X11/fonts/sharefont/aneirin.shareware lib/X11/fonts/sharefont/apollo.pfb lib/X11/fonts/sharefont/apollo.shareware lib/X11/fonts/sharefont/blackfor.pfb lib/X11/fonts/sharefont/blackfor.shareware lib/X11/fonts/sharefont/bu______.pfb lib/X11/fonts/sharefont/bu______.shareware lib/X11/fonts/sharefont/cartwrig.pfb lib/X11/fonts/sharefont/cartwrig.shareware lib/X11/fonts/sharefont/comics.pfb lib/X11/fonts/sharefont/comics.shareware lib/X11/fonts/sharefont/daod____.pfb lib/X11/fonts/sharefont/daod____.shareware lib/X11/fonts/sharefont/lmccrary.pfb lib/X11/fonts/sharefont/lmccrary.shareware lib/X11/fonts/sharefont/mesozic.pfb lib/X11/fonts/sharefont/romeo.pfb lib/X11/fonts/sharefont/mesozic.shareware lib/X11/fonts/sharefont/perrygot.pfb lib/X11/fonts/sharefont/perrygot.shareware lib/X11/fonts/sharefont/polosems.pfb lib/X11/fonts/sharefont/polosems.shareware lib/X11/fonts/sharefont/romeo.shareware lib/X11/fonts/sharefont/sharktoo.pfb lib/X11/fonts/sharefont/sharktoo.shareware lib/X11/fonts/sharefont/sumdumgo.pfb lib/X11/fonts/sharefont/sumdumgo.shareware lib/X11/fonts/sharefont/upperwes.pfb lib/X11/fonts/sharefont/upperwes.shareware lib/X11/fonts/sharefont/westslnt.pfb lib/X11/fonts/sharefont/westslnt.shareware lib/X11/fonts/sharefont/alfdrake.pfb lib/X11/fonts/sharefont/alfdrake.shareware lib/X11/fonts/sharefont/bodidlyb.pfb lib/X11/fonts/sharefont/davyding.pfb lib/X11/fonts/sharefont/davyding.shareware lib/X11/fonts/sharefont/duncan.pfb lib/X11/fonts/sharefont/duncan.shareware lib/X11/fonts/sharefont/grc_____.pfb lib/X11/fonts/sharefont/fonts.dir @dirrm lib/X11/fonts/sharefont SHAR_EOF $shar_touch -am 0326050598 'sharefonts/pkg/PLIST' && chmod 0644 'sharefonts/pkg/PLIST' || echo 'restore of sharefonts/pkg/PLIST failed' shar_count="`wc -c < 'sharefonts/pkg/PLIST'`" test 1711 -eq "$shar_count" || echo "sharefonts/pkg/PLIST: original size 1711, current size $shar_count" fi # ============= sharefonts/Makefile ============== if test -f 'sharefonts/Makefile' && test X"$1" != X"-c"; then echo 'x - skipping sharefonts/Makefile (file already exists)' else echo 'x - extracting sharefonts/Makefile (text)' sed 's/^X//' << 'SHAR_EOF' > 'sharefonts/Makefile' && # New ports collection makefile for: sharefonts # Version required: 0.10 # Date created: Thu Mar 26 04:50:00 PST 1998 # Whom: dburr@POBoxes.com # # $Id$ # X DISTNAME= sharefonts-0.10 CATEGORIES= x11 MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ X MAINTAINER= dburr@POBoxes.com X RESTRICTED= "Shareware fonts; must pay to use." X NO_BUILD= yes X USE_X11= yes X do-install: X ${MKDIR} ${PREFIX}/lib/X11/fonts/sharefont X ${CP} ${WRKDIR}/sharefont/* ${PREFIX}/lib/X11/fonts/sharefont X chmod 755 ${PREFIX}/lib/X11/fonts/sharefont X chmod 644 ${PREFIX}/lib/X11/fonts/sharefont/* X post-install: X @cat ${PKGDIR}/DESCR X X.include SHAR_EOF $shar_touch -am 0326050698 'sharefonts/Makefile' && chmod 0644 'sharefonts/Makefile' || echo 'restore of sharefonts/Makefile failed' shar_count="`wc -c < 'sharefonts/Makefile'`" test 660 -eq "$shar_count" || echo "sharefonts/Makefile: original size 660, current size $shar_count" fi exit 0 >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 Mar 26 12:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19050 for freebsd-ports-outgoing; Thu, 26 Mar 1998 12:40:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA19043; Thu, 26 Mar 1998 12:40:04 -0800 (PST) (envelope-from gnats) Date: Thu, 26 Mar 1998 12:40:04 -0800 (PST) Message-Id: <199803262040.MAA19043@hub.freebsd.org> To: freebsd-ports Cc: From: Wilko Bulte Subject: Re: ports/5811: netatalk SIOCADDMULTI failure Reply-To: Wilko Bulte Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/5811; it has been noted by GNATS. From: Wilko Bulte To: FreeBSD-gnats-submit@FreeBSD.ORG, lyndon@ve7tcp.ampr.org Cc: Subject: Re: ports/5811: netatalk SIOCADDMULTI failure Date: Thu, 26 Mar 1998 21:36:17 +0100 (MET) Hello there, I've also been experimenting with netatalk on FreeBSD225R. Below is a quick summary of my results. In short: no joy. I had netatalk working without a hitch on FreeBSD2.2.2R before. Wilko ------------ After applying Bill Fenners patch like suggested in the GNATS audit trail: Mar 26 21:19:19 yedi atalkd[389]: restart (1.4b2) Mar 26 21:19:22 yedi atalkd[389]: addmulti: Address family not supported by protocol fa mily Mar 26 21:19:38 yedi papd[400]: restart (1.4b2) Mar 26 21:19:46 yedi papd[400]: can't register ps:LaserWriter@* Mar 26 21:19:46 yedi afpd[402]: Can't register yedi:AFPServer@* After patching out the 'exit(1)' in the 'addmulti' if/ifconfig statement in atalkd/main.c: ... /* #if by wilko */ if ( ifconfig( iface->i_name, SIOCADDMULTI, sdl )) { syslog( LOG_ERR, "addmulti: %m" ); #if 0 exit( 1 ); #endif .... Mar 26 21:26:53 yedi atalkd[579]: restart (1.4b2) Mar 26 21:26:56 yedi atalkd[579]: addmulti: Address family not supported by protocol fa mily Mar 26 21:26:56 yedi atalkd[579]: zip_getnetinfo for ed0 Mar 26 21:27:13 yedi last message repeated 2 times Mar 26 21:27:23 yedi atalkd[579]: config for no router Mar 26 21:27:26 yedi atalkd[579]: ready 0/0/0 Mar 26 21:27:42 yedi papd[589]: restart (1.4b2) Mar 26 21:27:50 yedi papd[589]: can't register ps:LaserWriter@* Mar 26 21:27:50 yedi afpd[591]: Can't register yedi:AFPServer@* _ ______________________________________________________________________ | / o / / _ Bulte email: wilko @ yedi.iaf.nl |/|/ / / /( (_) Arnhem, The Netherlands WWW: http://www.tcja.nl -------------------------------------------------- Powered by FreeBSD ------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 26 13:40:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA28000 for freebsd-ports-outgoing; Thu, 26 Mar 1998 13:40:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27992; Thu, 26 Mar 1998 13:40:02 -0800 (PST) (envelope-from gnats) Date: Thu, 26 Mar 1998 13:40:02 -0800 (PST) Message-Id: <199803262140.NAA27992@hub.freebsd.org> To: freebsd-ports Cc: From: "Scot W. Hetzel" Subject: Re: ports/4878: Apache w/FrontPage Module Port Reply-To: "Scot W. Hetzel" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/4878; it has been noted by GNATS. From: "Scot W. Hetzel" To: Cc: Subject: Re: ports/4878: Apache w/FrontPage Module Port Date: Thu, 26 Mar 1998 15:11:57 -0600 The FrontPage port has been updated to use Apache v1.26. The port is available from: http://www.westbend.net/~hetzels/apache-fp/ a copy has also been placed at: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/apache-fp.126.tgz This port provides an easy to set up apache web server w/frontpage module (a.k.a. apache-fp) and FrontPage Extensions. Changes: Please remove old port ( apache-fp.port.125.f.tgz ) from the server. Thanks, Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 26 14:12:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA00698 for freebsd-ports-outgoing; Thu, 26 Mar 1998 14:12:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA00693 for ; Thu, 26 Mar 1998 14:12:02 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id QAA23325 for ; Thu, 26 Mar 1998 16:12:02 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <01a701bd5900$cce0d280$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: Subject: Commiter needed for ports/4878: Apache w/FrontPage Module Port Date: Thu, 26 Mar 1998 15:47:40 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This port has been sitting in the GNATs database since August. Could somebody please commit the port for Apache w/Microsoft FrontPage Module and Extentions to the ports tree. Thanks, Scot W. Hetzel The current port version has been placed at: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/apache-fp.126.tgz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 26 21:37:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29195 for freebsd-ports-outgoing; Thu, 26 Mar 1998 21:37:41 -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 VAA29022; Thu, 26 Mar 1998 21:37:09 -0800 (PST) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA07509; Thu, 26 Mar 1998 21:36:14 -0800 (PST) Date: Thu, 26 Mar 1998 21:36:14 -0800 (PST) Message-Id: <199803270536.VAA07509@freefall.freebsd.org> To: ru@ucb.crimea.ua, ache@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6128 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/www/lynx is out of date State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Thu Mar 26 21:35:07 PST 1998 State-Changed-Why: Upgraded to 2.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 26 23:30:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14321 for freebsd-ports-outgoing; Thu, 26 Mar 1998 23:30:04 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14306; Thu, 26 Mar 1998 23:30:02 -0800 (PST) (envelope-from gnats) Received: from mail.dinoex.sub.de (root@mail2.dinoex.sub.de [62.104.39.76] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13014 for ; Thu, 26 Mar 1998 23:20:32 -0800 (PST) (envelope-from root@net2.dinoex.sub.de) Received: (from uucp@localhost) by mail.dinoex.sub.de (8.8.7/8.8.7) with UUCP id IAA20661 for FreeBSD-gnats-submit@freebsd.org; Fri, 27 Mar 1998 08:19:10 +0100 (CET) Received: (from root@localhost) by net2.dinoex.sub.de (8.8.7/8.8.7) id HAA11731; Fri, 27 Mar 1998 07:02:15 +0100 (CET) Message-Id: <199803270602.HAA11731@net2.dinoex.sub.de> Date: Fri, 27 Mar 1998 07:02:15 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6142: news/ifmail bugfix and update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6142 >Category: ports >Synopsis: news/ifmail bugfix and update >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 Mar 26 23:30:01 PST 1998 >Last-Modified: >Originator: Dirk Meyer >Organization: privat >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: running news and mail Modem or external ISDN adapter via serial line >Description: FidoNet(tm) support package for UN*X platform keywords: news, mail, gateway, transfer-protcol >How-To-Repeat: Path of Lockfiles changed New Version 2.14 >Fix: diff -c -r ifmail-2.13/Makefile ifmail-2.14/Makefile *** ifmail-2.13/Makefile Thu Jan 15 21:56:33 1998 --- ifmail-2.14/Makefile Thu Mar 26 21:45:23 1998 *************** *** 1,12 **** # New ports collection makefile for: ifmail ! # Version required: 2.12 ! # Date created: 19 Feb 1997 # Whom: dirk.meyer@dinoex.sub.org # # $Id: Makefile,v 1.2 1997/12/06 15:18:27 jseger Exp $ # ! DISTNAME= ifmail-2.13 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ \ --- 1,12 ---- # New ports collection makefile for: ifmail ! # Version required: 2.14 ! # Date created: 26 Mrz 1998 # Whom: dirk.meyer@dinoex.sub.org # # $Id: Makefile,v 1.2 1997/12/06 15:18:27 jseger Exp $ # ! DISTNAME= ifmail-2.14 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/ \ diff -c -r ifmail-2.13/files/md5 ifmail-2.14/files/md5 *** ifmail-2.13/files/md5 Thu Jan 15 21:47:14 1998 --- ifmail-2.14/files/md5 Thu Mar 26 22:00:53 1998 *************** *** 1 **** ! MD5 (ifmail-2.13.tar.gz) = 9bfaf8984660a9ec2c3ebb75d36e42bd --- 1 ---- ! MD5 (ifmail-2.14.tar.gz) = 3de7f15e0f4d9c222206c672bc289073 diff -c -r ifmail-2.13/patches/patch-CONFIG ifmail-2.14/patches/patch-CONFIG *** ifmail-2.13/patches/patch-CONFIG Sun Dec 7 00:23:05 1997 --- ifmail-2.14/patches/patch-CONFIG Thu Mar 26 22:03:16 1998 *************** *** 1,5 **** ! *** CONFIG Sat Sep 13 15:41:44 1997 ! --- CONFIG.neu Fri Dec 5 11:01:29 1997 *************** *** 8,21 **** # Debug messages turned on by -x key are written here. --- 1,5 ---- ! *** CONFIG Sun Feb 1 23:33:08 1998 ! --- CONFIG.neu Thu Mar 26 22:01:41 1998 *************** *** 8,21 **** # Debug messages turned on by -x key are written here. *************** *** 50,56 **** CICOLOG = LOG_LOCAL0 # Directory where UUCP lock files reside. ! ! LOCKDIR = "/var/spool/uucp" ! #LOCKDIR = "/var/lock" # Directory from which file requests are resolved. --- 50,56 ---- CICOLOG = LOG_LOCAL0 # Directory where UUCP lock files reside. ! ! LOCKDIR = "/var/spool/lock" ! #LOCKDIR = "/var/lock" # Directory from which file requests are resolved. *************** *** 164,183 **** # SVR4 #LIBS = -ldbm -lform -lnsl -lsocket -lc -L/usr/ucblib -lucb # SCO - *************** - *** 275,281 **** - # What programs are absent at your system? - #NEEDED = strcasestr.o strncasecmp.o strcasecmp.o rename.o mkdir.o usleep.o \ - # regexpr.o - ! # Linux - NEEDED = - # SVR4 - #NEEDED = regexpr.o - --- 277,283 ---- - # What programs are absent at your system? - #NEEDED = strcasestr.o strncasecmp.o strcasecmp.o rename.o mkdir.o usleep.o \ - # regexpr.o - ! # Linux, FreeBSD - NEEDED = - # SVR4 - #NEEDED = regexpr.o --- 164,166 ---- >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 Mar 27 01:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22028 for freebsd-ports-outgoing; Fri, 27 Mar 1998 01:00:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22001; Fri, 27 Mar 1998 01:00:03 -0800 (PST) (envelope-from gnats) Received: from punky.snu.ac.kr (punky.snu.ac.kr [147.46.59.58]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21530 for ; Fri, 27 Mar 1998 00:54:22 -0800 (PST) (envelope-from pwd@punky.snu.ac.kr) Received: (from pwd@localhost) by punky.snu.ac.kr (8.8.8/8.8.7) id RAA11885; Fri, 27 Mar 1998 17:54:21 +0900 (KST) (envelope-from pwd) Message-Id: <199803270854.RAA11885@punky.snu.ac.kr> Date: Fri, 27 Mar 1998 17:54:21 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6143: new port: korean/kaistfonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6143 >Category: ports >Synopsis: new port request: korean/kaistfonts >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: Fri Mar 27 01:00:02 PST 1998 >Last-Modified: >Originator: CHOI Junho >Organization: NARAE, CS Dept., Seoul National Univ., ROK >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD punky.snu.ac.kr 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Fri Mar 27 08:45:52 GMT 1998 root@punky.snu.ac.kr:/usr/src/sys/compile/PUNKY i386 >Description: New port(korean/kaistfonts). X11 Korean fonts collection. >How-To-Repeat: >Fix: You can get new ports from ftp://ftp.freebsd.org/pub/FreeBSD/incoming/kaistfonts-1.0-ports.tgz >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 Mar 27 02:15:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00214 for freebsd-ports-outgoing; Fri, 27 Mar 1998 02:15:38 -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 CAA29842; Fri, 27 Mar 1998 02:14:44 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA08776; Fri, 27 Mar 1998 02:13:47 -0800 (PST) Date: Fri, 27 Mar 1998 02:13:47 -0800 (PST) Message-Id: <199803271013.CAA08776@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6070 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xvmines-1.0 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 02:13:29 PST 1998 State-Changed-Why: Imported, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 02:35:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02791 for freebsd-ports-outgoing; Fri, 27 Mar 1998 02:35: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 CAA02731; Fri, 27 Mar 1998 02:34:41 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09147; Fri, 27 Mar 1998 02:33:43 -0800 (PST) Date: Fri, 27 Mar 1998 02:33:43 -0800 (PST) Message-Id: <199803271033.CAA09147@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5461 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: teapot-0.9 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 02:32:52 PST 1998 State-Changed-Why: Imported, thanks. I upgraded to 1.01 while I was at it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 02:42:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03470 for freebsd-ports-outgoing; Fri, 27 Mar 1998 02:42: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 CAA03460; Fri, 27 Mar 1998 02:42:04 -0800 (PST) (envelope-from nik@FreeBSD.org) From: Nik Clayton Received: (from nik@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09237; Fri, 27 Mar 1998 02:41:07 -0800 (PST) Date: Fri, 27 Mar 1998 02:41:07 -0800 (PST) Message-Id: <199803271041.CAA09237@freefall.freebsd.org> To: hetzels@aol.com, nik@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4878 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Apache w/FrontPage Module Port State-Changed-From-To: open-analyzed State-Changed-By: nik State-Changed-When: Fri Mar 27 02:40:15 PST 1998 State-Changed-Why: Moved the distfile to .../development/ports/www/4878.apache-fp.126.tgz on wcarchive. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 02:42:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03674 for freebsd-ports-outgoing; Fri, 27 Mar 1998 02:42:57 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from tyree.iii.co.uk ([195.89.149.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03667 for ; Fri, 27 Mar 1998 02:42:54 -0800 (PST) (envelope-from nik@iii.co.uk) From: nik@iii.co.uk Received: from carrig.strand.iii.co.uk (carrig.strand.iii.co.uk [192.168.7.25]) by tyree.iii.co.uk (8.8.8/8.8.8) with ESMTP id KAA01974; Fri, 27 Mar 1998 10:42:52 GMT Received: (from nik@localhost) by carrig.strand.iii.co.uk (8.8.8/8.8.7) id KAA02918; Fri, 27 Mar 1998 10:42:46 GMT Message-ID: <19980327104246.63395@iii.co.uk> Date: Fri, 27 Mar 1998 10:42:46 +0000 To: "Scot W. Hetzel" Cc: freebsd-ports@hub.freebsd.org Subject: Re: ports/4878: Apache w/FrontPage Module Port References: <199803262140.NAA27992@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: <199803262140.NAA27992@hub.freebsd.org>; from Scot W. Hetzel on Thu, Mar 26, 1998 at 01:40:02PM -0800 Organization: interactive investor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Mar 26, 1998 at 01:40:02PM -0800, Scot W. Hetzel wrote: > ftp://ftp.freebsd.org/pub/FreeBSD/incoming/apache-fp.126.tgz Moved to .../developments/ports/www/4878.apache-fp.126.tgz on wcarchive. > Please remove old port ( apache-fp.port.125.f.tgz ) from the server. Done. N -- Work: nik@iii.co.uk | FreeBSD + Perl + Apache Rest: nik@nothing-going-on.demon.co.uk | Remind me again why we need Play: nik@freebsd.org | Microsoft? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 02:54:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06041 for freebsd-ports-outgoing; Fri, 27 Mar 1998 02:54:38 -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 CAA05884; Fri, 27 Mar 1998 02:53:57 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09409; Fri, 27 Mar 1998 02:52:55 -0800 (PST) Date: Fri, 27 Mar 1998 02:52:55 -0800 (PST) Message-Id: <199803271052.CAA09409@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5270 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: ptoc-2.01 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 02:52:23 PST 1998 State-Changed-Why: Imported, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 03:59:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA14341 for freebsd-ports-outgoing; Fri, 27 Mar 1998 03:59:28 -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 DAA14263; Fri, 27 Mar 1998 03:58:43 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA09846; Fri, 27 Mar 1998 03:57:45 -0800 (PST) Date: Fri, 27 Mar 1998 03:57:45 -0800 (PST) Message-Id: <199803271157.DAA09846@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5315 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: deco-3.8 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 03:57:18 PST 1998 State-Changed-Why: Imported, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 04:10:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA15898 for freebsd-ports-outgoing; Fri, 27 Mar 1998 04:10:53 -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 EAA15886; Fri, 27 Mar 1998 04:10:22 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA10025; Fri, 27 Mar 1998 04:09:25 -0800 (PST) Date: Fri, 27 Mar 1998 04:09:25 -0800 (PST) Message-Id: <199803271209.EAA10025@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/4820 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: seabattle-1.0 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 04:08:50 PST 1998 State-Changed-Why: Imported, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 04:29:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17927 for freebsd-ports-outgoing; Fri, 27 Mar 1998 04:29:46 -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 EAA17908; Fri, 27 Mar 1998 04:29:19 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA10221; Fri, 27 Mar 1998 04:28:22 -0800 (PST) Date: Fri, 27 Mar 1998 04:28:22 -0800 (PST) Message-Id: <199803271228.EAA10221@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5330 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: nbench-2.1 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 04:28:04 PST 1998 State-Changed-Why: Imported, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 06:09:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02655 for freebsd-ports-outgoing; Fri, 27 Mar 1998 06:09:37 -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 GAA02543; Fri, 27 Mar 1998 06:09:18 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10583; Fri, 27 Mar 1998 06:08:20 -0800 (PST) Date: Fri, 27 Mar 1998 06:08:20 -0800 (PST) Message-Id: <199803271408.GAA10583@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/6049 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: xvier-1.0 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 06:07:41 PST 1998 State-Changed-Why: Imported, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 06:36:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA06458 for freebsd-ports-outgoing; Fri, 27 Mar 1998 06:36: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 GAA06401; Fri, 27 Mar 1998 06:34:58 -0800 (PST) (envelope-from tg@FreeBSD.org) From: Thomas Gellekum Received: (from tg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA10887; Fri, 27 Mar 1998 06:34:00 -0800 (PST) Date: Fri, 27 Mar 1998 06:34:00 -0800 (PST) Message-Id: <199803271434.GAA10887@freefall.freebsd.org> To: andy@icc.surw.chel.su, tg@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/5945 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: workplace-1.0a1 State-Changed-From-To: open-closed State-Changed-By: tg State-Changed-When: Fri Mar 27 06:30:27 PST 1998 State-Changed-Why: Imported, thanks. Two changes: 1. I moved the port to the x11 category, that's where all the other desktop managers for X seem to live. 2. I installed the pixmaps into ${PREFIX}include/X11/pixmaps. We already have a number of ports which put their pixmaps there. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 27 11:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA25038 for freebsd-ports-outgoing; Fri, 27 Mar 1998 11:40:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA24988; Fri, 27 Mar 1998 11:40:02 -0800 (PST) (envelope-from gnats) Received: from ns1.cetlink.net (jeff@ns1.cetlink.net [209.54.54.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA24573 for ; Fri, 27 Mar 1998 11:38:14 -0800 (PST) (envelope-from jeff@ns1.cetlink.net) Received: (from jeff@localhost) by ns1.cetlink.net (8.8.7/8.8.5) id OAA19276; Fri, 27 Mar 1998 14:38:15 -0500 (EST) Message-Id: <199803271938.OAA19276@ns1.cetlink.net> Date: Fri, 27 Mar 1998 14:38:15 -0500 (EST) From: Jeffrey Wheat Reply-To: jeff@ns1.cetlink.net To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6146: gd-1.3 port submitted Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6146 >Category: ports >Synopsis: gd library 1.3 port submitted. >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 Mar 27 11:40:01 PST 1998 >Last-Modified: >Originator: Jeffrey Wheat >Organization: CETLink.Net, Rock Hill, SC >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: FreeBSD 2.2.5 and above. >Description: This is an update to the gd library in the ports collection. >How-To-Repeat: >Fix: Add port to port collections. >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 Mar 27 23:40:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15787 for freebsd-ports-outgoing; Fri, 27 Mar 1998 23:40:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA15780; Fri, 27 Mar 1998 23:40:01 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA15345 for ; Fri, 27 Mar 1998 23:34:53 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id MAA29910 for ; Sat, 28 Mar 1998 12:34:41 +0500 (UST) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id KAA13627; Sat, 28 Mar 1998 10:36:38 +0300 (MSK) Message-Id: <199803280736.KAA13627@icc.surw.chel.su> Date: Sat, 28 Mar 1998 10:36:38 +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/6151: New port: xrus-1.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6151 >Category: ports >Synopsis: New port: xrus-1.5.2 >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 Mar 27 23:40:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of X localized keyboard switch and autolock. Xrus - program for switching two keyboard layouts with a hot key combination. It also serves as autolock. It can be compiled with Motif, Lesstif, Xaw or without any widget library. In the later case it won't show its icon with keyboard indicator. It gets all keyboard and mouse events; when a particular hot key combination is pressed, it swaps 1,2 and 3,4 columns of keyboard map. When a timeout without keyboard and mouse events passes, it starts a locker. # 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: # # xrus-1.5.2 # xrus-1.5.2/Makefile # xrus-1.5.2/files # xrus-1.5.2/files/md5 # xrus-1.5.2/patches # xrus-1.5.2/patches/patch-aa # xrus-1.5.2/patches/patch-ab # xrus-1.5.2/pkg # xrus-1.5.2/pkg/COMMENT # xrus-1.5.2/pkg/PLIST # xrus-1.5.2/pkg/DESCR # echo c - xrus-1.5.2 mkdir -p xrus-1.5.2 > /dev/null 2>&1 echo x - xrus-1.5.2/Makefile sed 's/^X//' >xrus-1.5.2/Makefile << 'END-of-xrus-1.5.2/Makefile' X# New ports collection makefile for: xrus X# Version required: 1.5.2 X# Date created: 24 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xruskb-1.5.2 XPKGNAME= xrus-1.5.2 XCATEGORIES= russian x11 XMASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/x11/ \ X ftp://ftp.relcom.ru/pub/x11/cyrillic/ \ X ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= x11/xutils X XMAINTAINER= andy@icc.surw.chel.su X XLIB_DEPENDS= Xm\\.0\\.:${PORTSDIR}/x11/lesstif X XGNU_CONFIGURE= yes XUSE_X11= yes X XMAN1= xrus.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xrus ${PREFIX}/bin X @ ${INSTALL_MAN} ${WRKSRC}/xrus.1 ${PREFIX}/man/man1 X @ ${INSTALL_DATA} ${WRKSRC}/Xrus.ad ${PREFIX}/lib/X11/app-defaults/Xrus X @ ${MKDIR} ${PREFIX}/share/xrus X @ ${INSTALL_DATA} ${WRKSRC}/keymaps/*.xmm ${PREFIX}/share/xrus X @ ${MKDIR} ${PREFIX}/share/doc/xrus X.for file in COPYING NEWS README TODO xrus.doc-english xrus.doc-koi8 X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xrus X.endfor X X.include END-of-xrus-1.5.2/Makefile echo c - xrus-1.5.2/files mkdir -p xrus-1.5.2/files > /dev/null 2>&1 echo x - xrus-1.5.2/files/md5 sed 's/^X//' >xrus-1.5.2/files/md5 << 'END-of-xrus-1.5.2/files/md5' XMD5 (xruskb-1.5.2.tar.gz) = 89727f52a979b3b27c255b89da4fd85c END-of-xrus-1.5.2/files/md5 echo c - xrus-1.5.2/patches mkdir -p xrus-1.5.2/patches > /dev/null 2>&1 echo x - xrus-1.5.2/patches/patch-aa sed 's/^X//' >xrus-1.5.2/patches/patch-aa << 'END-of-xrus-1.5.2/patches/patch-aa' X--- configure Fri Jan 30 17:12:17 1998 X+++ /home/andy/tmp/wrk/configure Sat Mar 28 00:19:30 1998 X@@ -695,7 +695,7 @@ X fi X X X-PACKAGE=xruskb X+PACKAGE=xrus X X VERSION=1.5.2 X END-of-xrus-1.5.2/patches/patch-aa echo x - xrus-1.5.2/patches/patch-ab sed 's/^X//' >xrus-1.5.2/patches/patch-ab << 'END-of-xrus-1.5.2/patches/patch-ab' X--- Xrus.ad Sun Apr 20 21:19:59 1997 X+++ /home/andy/tmp/wrk/Xrus.ad Sat Mar 28 01:28:37 1998 X@@ -36,6 +36,7 @@ X X ! To load russian modmap automatically on xrus startup, specify this: X !*xmodmap: /path/russian.xmm X+*xmodmap: jcuken-koi8-xrus X X ! If you want xrus to hang always on top of other windows, uncomment this: X !*alwaysOnTop: True X@@ -52,6 +53,7 @@ X ! Bell when switching keyboard mode X !*useBell: false X X+*switchKeys: Control_R X !*switchKeys: Shift_L+Shift_R X !*switchKeys: Shift_L+Control_L X END-of-xrus-1.5.2/patches/patch-ab echo c - xrus-1.5.2/pkg mkdir -p xrus-1.5.2/pkg > /dev/null 2>&1 echo x - xrus-1.5.2/pkg/COMMENT sed 's/^X//' >xrus-1.5.2/pkg/COMMENT << 'END-of-xrus-1.5.2/pkg/COMMENT' XX localized keyboard switch and autolock. END-of-xrus-1.5.2/pkg/COMMENT echo x - xrus-1.5.2/pkg/PLIST sed 's/^X//' >xrus-1.5.2/pkg/PLIST << 'END-of-xrus-1.5.2/pkg/PLIST' Xbin/xrus Xman/man1/xrus.1.gz Xshare/doc/xrus/COPYING Xshare/doc/xrus/NEWS Xshare/doc/xrus/README Xshare/doc/xrus/TODO Xshare/doc/xrus/xrus.doc-english Xshare/doc/xrus/xrus.doc-koi8 Xshare/xrus/jcuken-alt-xrus.xmm Xshare/xrus/jcuken-cp1251-xrus.xmm Xshare/xrus/jcuken-cyr-xrus.xmm Xshare/xrus/jcuken-iso-xrus.xmm Xshare/xrus/jcuken-koi8-xrus.xmm Xshare/xrus/yawerty-alt-xrus.xmm Xshare/xrus/yawerty-cyr-xrus.xmm Xshare/xrus/yawerty-iso-xrus.xmm Xshare/xrus/yawerty-koi8-xrus.xmm X@dirrm share/xrus X@dirrm share/doc/xrus END-of-xrus-1.5.2/pkg/PLIST echo x - xrus-1.5.2/pkg/DESCR sed 's/^X//' >xrus-1.5.2/pkg/DESCR << 'END-of-xrus-1.5.2/pkg/DESCR' X Xrus - program for switching two keyboard layouts with a hot Xkey combination. It also serves as autolock. X It can be compiled with Motif, Lesstif, Xaw or without any Xwidget library. In the later case it won't show its icon with Xkeyboard indicator. X It gets all keyboard and mouse events; when a particular hot Xkey combination is pressed, it swaps 1,2 and 3,4 columns of Xkeyboard map. When a timeout without keyboard and mouse events Xpasses, it starts a locker. END-of-xrus-1.5.2/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. Please, also take a look at the following problem: this port can compile with or without Motif/lesstif library. What the preferred way to do dependencies? >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 Mar 28 02:46:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA01546 for freebsd-ports-outgoing; Sat, 28 Mar 1998 02:46:43 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from goliath.camtech.com.au (goliath.camtech.net.au [203.5.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA01540 for ; Sat, 28 Mar 1998 02:46:37 -0800 (PST) (envelope-from thyerm@camtech.net.au) Received: from camtech.net.au (dialup-ad-6-15.camtech.net.au [203.28.0.207]) by goliath.camtech.com.au (8.8.5/8.8.2) with ESMTP id UAA25872 for ; Sat, 28 Mar 1998 20:14:00 +0930 (CST) Message-ID: <351CD4EA.3BB1CD1D@camtech.net.au> Date: Sat, 28 Mar 1998 21:16:02 +1030 From: Matthew Thyer X-Mailer: Mozilla 4.04 [en] (X11; U; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: ports@FreeBSD.ORG Subject: Apache 1.2.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org About 3 days ago, 1.2.5 became 1.2.6. The ports version is still 1.2.5 Just in case you didn't know. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 28 07:02:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24546 for freebsd-ports-outgoing; Sat, 28 Mar 1998 07:02:35 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA24526; Sat, 28 Mar 1998 07:02:24 -0800 (PST) (envelope-from steve) Date: Sat, 28 Mar 1998 07:02:24 -0800 (PST) From: Steve Price Message-Id: <199803281502.HAA24526@hub.freebsd.org> To: volf@oasis.IAEhv.nl, steve, freebsd-ports, steve Subject: Re: ports/5042 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: unpost-2.3.4 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Mar 28 07:01:53 PST 1998 State-Changed-Why: New port committed, thanks! Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sat Mar 28 07:01:53 PST 1998 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 Sat Mar 28 07:11:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25710 for freebsd-ports-outgoing; Sat, 28 Mar 1998 07:11:16 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from steve@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA25690; Sat, 28 Mar 1998 07:11:09 -0800 (PST) (envelope-from steve) Date: Sat, 28 Mar 1998 07:11:09 -0800 (PST) From: Steve Price Message-Id: <199803281511.HAA25690@hub.freebsd.org> To: handy@physics.montana.edu, steve, freebsd-ports, steve Subject: Re: ports/5915 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port: mgv-2.3.1 State-Changed-From-To: open-closed State-Changed-By: steve State-Changed-When: Sat Mar 28 07:10:34 PST 1998 State-Changed-Why: New port created, thanks! Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sat Mar 28 07:10:34 PST 1998 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 Sat Mar 28 07:45:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA00629 for freebsd-ports-outgoing; Sat, 28 Mar 1998 07:45:36 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from mail.westbend.net (ns1.westbend.net [207.217.224.194]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA00622 for ; Sat, 28 Mar 1998 07:45:32 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [207.217.224.195]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id JAA00226 for ; Sat, 28 Mar 1998 09:45:33 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <004001bd5a5d$0ca5e920$c3e0d9cf@admin.westbend.net> From: "Scot W. Hetzel" To: Subject: Re: Apache 1.2.6 Date: Sat, 28 Mar 1998 09:20:31 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----Original Message----- From: Matthew Thyer >About 3 days ago, 1.2.5 became 1.2.6. > >The ports version is still 1.2.5 > >Just in case you didn't know. > And the only change required to upgrade it to 1.2.6 is to remove patch-ac and update the Makefile. That's how I updated the apache-fp port to use 1.2.6, which is based off of the apache port. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 28 10:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19159 for freebsd-ports-outgoing; Sat, 28 Mar 1998 10:40:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19153; Sat, 28 Mar 1998 10:40:01 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19010; Sat, 28 Mar 1998 10:38:09 -0800 (PST) (envelope-from nobody) Message-Id: <199803281838.KAA19010@hub.freebsd.org> Date: Sat, 28 Mar 1998 10:38:09 -0800 (PST) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6153: New port: flick Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6153 >Category: ports >Synopsis: New port: flick >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 Mar 28 10:40:00 PST 1998 >Last-Modified: >Originator: Pedro F. Giffuni S. >Organization: U. Nacional de Colombia >Release: 2.2.5-Release >Environment: >Description: Flick: The Flexible IDL compiler kit, part of the FLUX project >How-To-Repeat: I don't know exactly what category to use on this port, please check that. uuencoded port follows >Fix: begin 644 flick.tar.gz M'XL(`+Y"'34``^U9;5/C.!+F*_X5VAFJ)KDB3IR0!+CC:M@$J.P00B7A]KY1 MBBTG6FS+)\EDV*WY[_=(=DB`L&QM7=C=NJB*BMTM=;?Z17K:A!'W[ZH[&QWD MH-9N-LD.(5Z[Z:W^+D:-D%:SUJX?U`Z\`[!KK5I]AS0W:U8^,J6I)&0G98$4 MOS+O+?Y?=(0V_GUZQT(>L;QKD\3Y2/[%I#)I9H17S+\@+9;]T@?/O6.C@[!_'$F8A!WISP,LX2GGZF*F2ODU/D( M[EXO."9[>'2ZO='XZK1_=I*KJRCI5XSXZR\7JV1#ZIR.SRX&P][9Z&0W8/]$__5*\FJ?SWB7> M,'?A,\?Y+]=#J/GWMZJ:4X M$1UOW/^-9G'_-QO-AE;]:W]_][C',3?\(5H0GAB68RI#XC]C[B%@E$ M-)EF=,I(J=>]+`,CQ"GN.$E*'Y3.)F3*$B:I%O)#V5%9:LY\GDR!$&(!3)!* MX>/FE4`'N.Q(:7C=*4-3L.#'3,]$`,7WPJ=676G8[Y4-ZG#\B+-$5W$)W4.= MD"3@2DL^R0`RB)C\!*1"U(/2+%8N`&5`,5P3FE*I22A%3(2>835,=Q:6 M*[-;;:9C)AYG?#J+'HA(-8_YS\;X^G M^V24)61PU2'P52ZU3_T9Z?RH,=JPPTNL-KO>- MM.JX@P<(J2C]@)569K&'0N9YE-TQTKOND))BC$Q8).;EA?4.(AED/E/$1!TN M3(@U^3$],/$4RB>HID1SN,F@AT\*0#+)\`8_0\(]L$3@.LYCT@5,\2F`#]$" M"@DE'^ZX_G!L91L!),5$95^Q^?UE,L8T31$4:[FS=+N)L4C@Y<(;@"F/8-7X M&=,?B$D.[F<1RC[/']@^R"29"FNH`UL,E#/I@82C2`^-I7,JK9DT"$@"R+RJ M2E@+8;IYM#FOE)GDY!%[;O7S;#$Y4NH`?-.)L+6DR)Q%4,"^*Q?^_Z2<4-*8 MS85$)J%6;79.K)>L647<5VJ8)HG0MJA,$#.4GQ*9]-ECOA5IN2AH$XZ5"LN2 M`$0S#P)C141H7X!SR86M^8A<9Q.(<"ZYSQ+%_KXBGRSERPSY$+/UXBD!V"Y2 M,LK%+-*C4IPLF!M3"<096:=ER>+-%P":^:0(104]"@[1<\824K=SO;9C5.-L M0Y%1I`'^#N$/EIM$^>;R"O&=\>L:9-4LQ!Q5:TJ."'/#WH]$R*;#I+,VVL0R1M/BPV MYKGYUAINVQR)L9#&829[4PH[3$'Y<+&Q!OM2)OM5%B%'Y]14("B),0BE<7W9 M[7TZ:N_;4,7T)TA;.`!'91(R'%8^VS>5_D.6L/Q0F&G;6$0)+F-8$L40P3X3;$E-Y3 MCJ(P)YUV\J8.YXDOU).VSBI3>2M2,894CMH5.E'N3,<1O&,PQLWP\OB9]^_+:^^[/\/&K;_:S>W]?\> MPP%6**Y.*GBP\NI70E:)^?0)*9VP2F@:A1=4SD7Z@ABCS6BLDZ&RY"D-NGPA M)_0%=8VV<,UZ0)M5XS$%^/NYQ&)A`4J*JQX7-3!A%2#2G:UG^8%\C64^?-+D M->YB^Z_QOZX1'/'DKHKF;3UCG9668=R_GO.J$98+?VC_Y4KCS[7*+,/Z=3UK MG:*<(>+U#%@`1L0G,&CRF(DN?4JR:;.&N,B;M:P71#0!+VC%??><'J.3>DXS M]M[ZH#[[`/X4>[JI>C%AQBCZ';6.9?I<0_]CZK^P'QY0&_L"_%N__P+_';2: M;?/]MUWWMM]_WV.LQC\.-N/Q-_%_N[6,?ZMF___;VN+_=QG];I.4GOS#U84_ MW.G/97)"CAIMK^[3T//88>LH//2.F-<.#H\H/6P>>#5OVQ]LQW9LQW;\9<=_ )`2#(-1T`*``` ` end >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 Mar 28 12:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29343 for freebsd-ports-outgoing; Sat, 28 Mar 1998 12:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA29322; Sat, 28 Mar 1998 12:10:01 -0800 (PST) (envelope-from gnats) Received: from lambic.spasci.com (lambic.space.lockheed.com [192.68.162.69]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28370 for ; Sat, 28 Mar 1998 12:03:31 -0800 (PST) (envelope-from handy@lambic.spasci.com) Received: (from handy@localhost) by lambic.spasci.com (8.8.8/8.8.7) id MAA09600; Sat, 28 Mar 1998 12:03:24 -0800 (PST) (envelope-from handy) Message-Id: <199803282003.MAA09600@lambic.spasci.com> Date: Sat, 28 Mar 1998 12:03:24 -0800 (PST) From: handy@physics.montana.edu Reply-To: Brian Handy To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6154: Upgrade WindowMaker to 0.14.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6154 >Category: ports >Synopsis: WindowMaker Upgrade: 0.14.1 >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 Mar 28 12:10:00 PST 1998 >Last-Modified: >Originator: Brian Handy >Organization: MSU - Bozeman >Release: FreeBSD 2.2.6-BETA i386 >Environment: >Description: Upgrade WindowMaker to 0.14.1. Also upgrade png major number. >How-To-Repeat: >Fix: diff -urN windowmaker.orig/Makefile windowmaker/Makefile --- windowmaker.orig/Makefile Mon Mar 2 01:45:55 1998 +++ windowmaker/Makefile Sat Mar 28 11:44:34 1998 @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.14.0 +# Version required: 0.14.1 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $Id: Makefile,v 1.4 1998/03/02 09:45:55 tg Exp $ -DISTNAME= WindowMaker-0.14.0 -PKGNAME= windowmaker-0.14.0 +DISTNAME= WindowMaker-0.14.1 +PKGNAME= windowmaker-0.14.1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.windowmaker.org/pub/wmaker/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/linux/windowmaker/beta/srcs/ \ @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PREFIX}/lib/libPropList.a:${PORTSDIR}/devel/libproplist LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - png\\.0\\.:${PORTSDIR}/graphics/png \ + png\\.2\\.:${PORTSDIR}/graphics/png \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 USE_X11= yes diff -urN windowmaker.orig/files/md5 windowmaker/files/md5 --- windowmaker.orig/files/md5 Sat Feb 28 11:11:04 1998 +++ windowmaker/files/md5 Sat Mar 28 11:28:10 1998 @@ -1 +1 @@ -MD5 (WindowMaker-0.14.0.tar.gz) = 8ed17f8338bf30b4ef14203f292400c6 +MD5 (WindowMaker-0.14.1.tar.gz) = 95c6021531c4d218aa131fa10b96d440 >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 Mar 28 12:30:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02241 for freebsd-ports-outgoing; Sat, 28 Mar 1998 12:30:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA02233; Sat, 28 Mar 1998 12:30:01 -0800 (PST) (envelope-from gnats) Received: from ymris.ddm.on.ca (p45.argon.sentex.ca [209.112.4.238]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA02046 for ; Sat, 28 Mar 1998 12:28:04 -0800 (PST) (envelope-from dchapes@ddm.on.ca) Received: from squigy.ddm.on.ca (squigy.ddm.on.ca [209.47.139.138]) by ymris.ddm.on.ca (8.8.8/8.8.8) with ESMTP id PAA28261 for ; Sat, 28 Mar 1998 15:27:41 -0500 (EST) (envelope-from dchapes@ymris.ddm.on.ca) Received: (from dchapes@localhost) by squigy.ddm.on.ca (8.8.8/8.8.7) id PAA07388; Sat, 28 Mar 1998 15:27:39 -0500 (EST) Message-Id: <199803282027.PAA07388@squigy.ddm.on.ca> Date: Sat, 28 Mar 1998 15:27:39 -0500 (EST) From: dchapes@ddm.on.ca Reply-To: dchapes@ddm.on.ca To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6155: new port: emulators/vice, Versatile Commodore 8-bit Emulator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6155 >Category: ports >Synopsis: new port: emulators/vice, Versatile Commodore 8-bit Emulator >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: Sat Mar 28 12:30:00 PST 1998 >Last-Modified: >Originator: Dave Chapeskie >Organization: DDM Consulting >Release: FreeBSD 2.2.5-STABLE i386 >Environment: >Description: This is a port of VICE, Versatile Commodore 8-bit Emulator, the multi-platform PET/VIC20/C64 emulator. This port also includes a patch for joysticks under FreeBSD. This emulator works much better and faster than emulators/frodo. I wasn't 100% positive about how to do the bin and man symlinks. What I've done works but may not be the best way. Someone who knows for sure should take a peek at the Makefile and the packaging list. Also, note the comment at the end of pkg/DESCR about the default /etc/login.conf memory limits. >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 # ./patches/patch-ab # ./patches/patch-ac # ./patches/patch-ad # ./patches/patch-ae # ./patches/patch-af # ./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: vice X# Version required: 0.14.1 X# Date created: Mar 28, 1998 X# Whom: dchapes@ddm.on.ca X# X# $Id$ X XDISTNAME= vice-0.14.1 XCATEGORIES= emulators XMASTER_SITES= ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/ X XMAINTAINER= dchapes@ddm.on.ca X XWRKSRC= ${WRKDIR}/vice-0.14.1/src X XGNU_CONFIGURE= YES XCONFIGURE_ENV= CFLAGS="${CFLAGS} -O3 -Wall -fomit-frame-pointer -funroll-loops -finline-functions -fno-strength-reduce" XCONFIGURE_ARGS= --with-xaw3d X XMANPAGES= vice c1541 petcat XMAN1= vice.1 c1541.1 petcat.1 X Xpost-install: X for m in ${MANPAGES} ; do \ X ${INSTALL_MAN} ${WRKSRC}/../man/$$m.man ${PREFIX}/man/man1/$$m.1; \ X done X.if defined(NOMANCOMPRESS) X ${LN} -sf vice.1 ${PREFIX}/man/man1/x64.1 X ${LN} -sf vice.1 ${PREFIX}/man/man1/xvic.1 X ${LN} -sf vice.1 ${PREFIX}/man/man1/xpet.1 X ${LN} -sf vice.1 ${PREFIX}/man/man1/recomment.1 X.else X ${LN} -sf vice.1.gz ${PREFIX}/man/man1/x64.1.gz X ${LN} -sf vice.1.gz ${PREFIX}/man/man1/xvic.1.gz X ${LN} -sf vice.1.gz ${PREFIX}/man/man1/xpet.1.gz X ${LN} -sf vice.1.gz ${PREFIX}/man/man1/recomment.1.gz 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 (vice-0.14.1.tar.gz) = 5f13d74c29219d7840a65365d2bc04cd 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--- ./include/vice.h.orig Sat Mar 7 09:01:54 1998 X+++ ./include/vice.h Sat Mar 28 09:19:42 1998 X@@ -255,7 +255,7 @@ X #define MITSHM X #endif X X-#if defined __MSDOS__ || (defined HAVE_JOYSTICK_H && defined __linux__) X+#if defined __MSDOS__ || defined HAVE_JOYSTICK_H X #define JOYSTICK X #endif X END-of-./patches/patch-aa echo x - ./patches/patch-ab sed 's/^X//' >./patches/patch-ab << 'END-of-./patches/patch-ab' X--- ./arch/unix/joystick.c.orig Sat Mar 7 09:01:51 1998 X+++ ./arch/unix/joystick.c Sat Mar 28 09:19:42 1998 X@@ -1,5 +1,5 @@ X /* X- * joystick.c - Joystick support for Linux. X+ * joystick.c - Joystick support for Linux and *BSD X * X * Written by X * Bernhard Kuhn (kuhn@eikon.e-technik.tu-muenchen.de) X@@ -7,6 +7,7 @@ X * X * Patches by X * Daniel Sladic (sladic@eecg.toronto.edu) X+ * Dave Chapeskie X * X * This file is part of VICE, the Versatile Commodore Emulator. X * See README for copyright notice. X@@ -32,7 +33,13 @@ X X #ifdef HAS_JOYSTICK X X+#ifdef __linux__ X #include X+#else X+#include X+#define JS_DATA_TYPE joystick X+#define JS_RETURN (sizeof(struct joystick)) X+#endif X #include X #include X #include X@@ -89,7 +96,11 @@ X for(i=0;i<2;i++) { X X char* dev; X+#ifdef __linux__ X dev=(i==0)?"/dev/js0":"/dev/js1"; X+#else X+ dev=(i==0)?"/dev/joy0":"/dev/joy1"; X+#endif X X ajoyfd[i]=open(dev,O_RDONLY); X if (ajoyfd[i] < 0) { X@@ -132,6 +143,7 @@ X } X } X X+#ifdef __linux__ X /* open device files for digital joystick */ X for(i=0;i<2;i++) { X char* dev; X@@ -142,6 +154,7 @@ X fprintf(stderr, "Warning: couldn't open the joystick device %s!\n",dev); X } X } X+#endif X } X X void joyclose(void) X@@ -195,7 +208,11 @@ X else joy[i] &= ~4; X if (js.x>joyxmax[ajoyport]) joy[i] |= 8; X else joy[i] &= ~8; X+#ifdef __linux__ X if(js.buttons) joy[i] |= 16; X+#else X+ if(js.b1 | js.b2) joy[i] |= 16; X+#endif X else joy[i] &= ~16; X } X } END-of-./patches/patch-ab echo x - ./patches/patch-ac sed 's/^X//' >./patches/patch-ac << 'END-of-./patches/patch-ac' X--- ./configure.orig Wed Mar 11 15:59:28 1998 X+++ ./configure Sat Mar 28 09:19:42 1998 X@@ -2362,7 +2362,41 @@ X fi X if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then X echo "$ac_t""yes" 1>&6 X- LINUXJOYSTICK=-DHAS_JOYSTICK ; X+ JOYSTICK=-DHAS_JOYSTICK ; X+ JOY_OBJS='$(ARCHDIR)/joystick.o' X+else X+ echo "$ac_t""no" 1>&6 X+fi X+ X+ ac_safe=`echo "machine/joystick.h" | sed 'y%./+-%__p_%'` X+echo $ac_n "checking for machine/joystick.h""... $ac_c" 1>&6 X+echo "configure:2374: checking for machine/joystick.h" >&5 X+if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then X+ echo $ac_n "(cached) $ac_c" 1>&6 X+else X+ cat > conftest.$ac_ext < X+EOF X+ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" X+{ (eval echo configure:2384: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } X+ac_err=`grep -v '^ *+' conftest.out` X+if test -z "$ac_err"; then X+ rm -rf conftest* X+ eval "ac_cv_header_$ac_safe=yes" X+else X+ echo "$ac_err" >&5 X+ echo "configure: failed program was:" >&5 X+ cat conftest.$ac_ext >&5 X+ rm -rf conftest* X+ eval "ac_cv_header_$ac_safe=no" X+fi X+rm -f conftest* X+fi X+if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then X+ echo "$ac_t""yes" 1>&6 X+ JOYSTICK=-DHAS_JOYSTICK ; X JOY_OBJS='$(ARCHDIR)/joystick.o' X else X echo "$ac_t""no" 1>&6 X@@ -4705,7 +4739,7 @@ X s%@MAKE2@%$MAKE2%g X s%@PERL@%$PERL%g X s%@MKDEP@%$MKDEP%g X-s%@LINUXJOYSTICK@%$LINUXJOYSTICK%g X+s%@JOYSTICK@%$JOYSTICK%g X s%@JOY_OBJS@%$JOY_OBJS%g X s%@LIBOBJS@%$LIBOBJS%g X s%@SUBDIRS@%$SUBDIRS%g END-of-./patches/patch-ac echo x - ./patches/patch-ad sed 's/^X//' >./patches/patch-ad << 'END-of-./patches/patch-ad' X--- ./configure.in.orig Wed Mar 11 15:59:28 1998 X+++ ./configure.in Sat Mar 28 09:19:42 1998 X@@ -195,7 +195,10 @@ X X if test "$host_vendor" != "go32" -a "$host_vendor" != "msdos"; then X AC_CHECK_HEADER(linux/joystick.h, X- [ LINUXJOYSTICK=-DHAS_JOYSTICK ; X+ [ JOYSTICK=-DHAS_JOYSTICK ; X+ JOY_OBJS='$(ARCHDIR)/joystick.o' ], ) X+ AC_CHECK_HEADER(machine/joystick.h, X+ [ JOYSTICK=-DHAS_JOYSTICK ; X JOY_OBJS='$(ARCHDIR)/joystick.o' ], ) X if test "$ac_cv_header_linux_joystick_h" = "yes" ; then X AC_MSG_CHECKING(whether linux/joystick.h supports digital joysticks) X@@ -204,7 +207,7 @@ X [ LINUXJOYSTICK="$LINUXJOYSTICK -DHAS_DIGITAL_JOYSTICK" X AC_MSG_RESULT(yes) ], AC_MSG_RESULT(no)) X fi X- AC_SUBST(LINUXJOYSTICK) X+ AC_SUBST(JOYSTICK) X AC_SUBST(JOY_OBJS) X AC_CHECK_HEADERS(linux/soundcard.h machine/soundcard.h dmedia/audio.h) X AC_CHECK_HEADERS(SDL_audio.h SDL_sleep.h) END-of-./patches/patch-ad echo x - ./patches/patch-ae sed 's/^X//' >./patches/patch-ae << 'END-of-./patches/patch-ae' X--- ./Makefile.in.orig Sat Mar 21 08:53:32 1998 X+++ ./Makefile.in Sat Mar 28 09:28:52 1998 X@@ -59,7 +59,7 @@ X ARCH = @host@ X X LDFLAGS = @X_LIBS@ @LDFLAGS@ X-DEFS = @DEFS@ @LINUXJOYSTICK@ -DPREFIX=\"@prefix@\" X+DEFS = @DEFS@ @JOYSTICK@ -DPREFIX=\"@prefix@\" X MKDEP = @MKDEP@ X CFLAGS = @X_CFLAGS@ @CFLAGS@ X INCLUDES = -I$(SRCDIR) -I./include -I$(ARCHDIR) -I$(INCLUDEDIR) X@@ -67,6 +67,7 @@ X X LN_S = @LN_S@ X X+RM = rm X INSTALL = @INSTALL@ X INSTALL_PROGRAM = @INSTALL_PROGRAM@ X INSTALL_DATA = @INSTALL_DATA@ X@@ -510,7 +511,7 @@ X $(INSTALL_BINDIR)/$$a; \ X done; \ X $(RM) -f $(INSTALL_BINDIR)/recomment; \ X- $(INSTALL_PROGRAM) $(UTILDIR)/recomment \ X+ $(INSTALL) -m 555 $(UTILDIR)/recomment \ X $(INSTALL_LIBDIR)/$(ARCH)/recomment-$$VERSION; \ X $(LN_S) $(INSTALL_LIBDIR)/$(ARCH)/recomment-$$VERSION \ X $(INSTALL_BINDIR)/recomment ) END-of-./patches/patch-ae echo x - ./patches/patch-af sed 's/^X//' >./patches/patch-af << 'END-of-./patches/patch-af' X--- ../man/vice.man.orig Sat Mar 28 14:42:29 1998 X+++ ../man/vice.man Sat Mar 28 14:43:01 1998 X@@ -32,7 +32,7 @@ X .PP X The whole documentation for these programs is available in HTML X format; the main file should be installed on your system as X-/usr/local/lib/VICE/doc/MANUAL.html. X+/usr/local/lib/vice/doc/MANUAL.html. X .P X For up to date news about VICE, have a look at the official home page X at END-of-./patches/patch-af echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/vice/C64/basic Xlib/vice/C64/chargen Xlib/vice/C64/dos1541 Xlib/vice/C64/kernal Xlib/vice/VIC20/basic Xlib/vice/VIC20/chargen Xlib/vice/VIC20/dos1541 Xlib/vice/VIC20/kernal Xlib/vice/PET/chargen Xlib/vice/PET/edit2.b Xlib/vice/PET/edit4.b40 Xlib/vice/PET/edit4.b80 Xlib/vice/PET/pet2001 Xlib/vice/PET/pet3032 Xlib/vice/PET/pet4032 Xlib/vice/doc/64doc Xlib/vice/doc/BUGS Xlib/vice/doc/CHANGES Xlib/vice/doc/COPYING Xlib/vice/doc/Evaluation Xlib/vice/doc/INSTALL Xlib/vice/doc/MANUAL.html X@exec ln -s %f %B/index.html X@unexec rm %B/index.html Xlib/vice/doc/PETdoc Xlib/vice/doc/README Xlib/vice/doc/TODO Xlib/vice/doc/cbm_basic_tokens Xlib/vice/doc/drive_info Xlib/vice/doc/mnemonics Xlib/vice/doc/recomment.html Xlib/vice/doc/serial Xlib/vice/i386-unknown-freebsd2.2.5/c1541-0.14.1 X@exec ln -s ../%F %D/bin/c1541 X@unexec rm %D/bin/c1541 Xlib/vice/i386-unknown-freebsd2.2.5/petcat-0.14.1 X@exec ln -s ../%F %D/bin/petcat X@unexec rm %D/bin/petcat Xlib/vice/i386-unknown-freebsd2.2.5/recomment-0.14.1 X@exec ln -s ../%F %D/bin/recomment X@unexec rm %D/bin/recomment Xlib/vice/i386-unknown-freebsd2.2.5/x64-0.14.1 X@exec ln -s ../%F %D/bin/x64 X@unexec rm %D/bin/x64 Xlib/vice/i386-unknown-freebsd2.2.5/xpet-0.14.1 X@exec ln -s ../%F %D/bin/xpet X@unexec rm %D/bin/xpet Xlib/vice/i386-unknown-freebsd2.2.5/xvic-0.14.1 X@exec ln -s ../%F %D/bin/xvic X@unexec rm %D/bin/xvic Xman/man1/c1541.1.gz Xman/man1/petcat.1.gz Xman/man1/vice.1.gz X@exec ln -s %f %B/x64.1.gz X@exec ln -s %f %B/xvic.1.gz X@exec ln -s %f %B/xpet.1.gz X@exec ln -s %f %B/recomment.1.gz X@unexec rm %B/x64.1.gz X@unexec rm %B/xvic.1.gz X@unexec rm %B/xpet.1.gz X@unexec rm %B/recomment.1.gz END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XVICE 0.14.1 = Versatile Commodore 8-bit Emulator END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XVersatile Commodore 8-bit Emulator XThis is version 0.14.1 of VICE, the multi-platform PET/VIC20/C64 emulator. X XThe following programs are included: X - x64, a C64 emulator; X - xvic, a VIC20 emulator; X - xpet, a PET emulator; X - c1541, a stand-alone disk image maintenance utility; X - petcat, a CBM BASIC de-tokenizer; X - recomment, an iterative database driven reassembler; X XFor the latest news, have a look at the VICE home page: X http://www.tu-chemnitz.de/~fachat/vice/vice.html X XVICE is Copyright (c) 1993-1998 Ettore Perazzoli, Teemu Rantanen, XAndré Fachat, Jouko Valta, Jarkko Sonninen and Daniel Sladic. X XThe ROM files in the `C64', `PET' and `VIC20' directories are XCopyright (c) by Commodore Business Machines. X XNOTE: When compiling on FreeBSD some source files cause gcc to go over the Xdefault memory limits. Either fix /etc/login.conf or temporaryily adjust Xthe limits with your shells limit command ("unlimit" works in [t]csh). END-of-./pkg/DESCR exit >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 Mar 28 15:10:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20602 for freebsd-ports-outgoing; Sat, 28 Mar 1998 15:10:03 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20596; Sat, 28 Mar 1998 15:10:02 -0800 (PST) (envelope-from gnats) Received: from www.video-collage.com (www.video-collage.com [206.15.171.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA20092 for ; Sat, 28 Mar 1998 15:02:08 -0800 (PST) (envelope-from mi@www.video-collage.com) Received: (from mi@localhost) by www.video-collage.com (8.8.5/8.8.5) id SAA20453; Sat, 28 Mar 1998 18:00:12 -0500 (EST) Message-Id: <199803282300.SAA20453@www.video-collage.com> Date: Sat, 28 Mar 1998 18:00:12 -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/6157: http-analyze port upgraded to 2.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6157 >Category: ports >Synopsis: http-analyze port upgraded to 2.01 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 28 15:10:01 PST 1998 >Last-Modified: >Originator: Mikhail Teterin >Organization: Virtual Estates, Inc. >Release: FreeBSD 2.2-960612-SNAP i386 >Environment: >Description: The source for http-analyze2.01 is on ftp://ftp.rent-a-guru.de/pub since Mar 19, 1998 (my birthday!). The reason I set severity to ``serious'' is in the fact that there is no 1.9e source on the ftp://ftp.rent-a-guru.de/pub any longer. >How-To-Repeat: >Fix: Look at the http-analyze-2.01-port-linted-clean.tar.gz in the incoming. (Kindly remove two others. Sorry for the mess). >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 Mar 28 15:48:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26871 for freebsd-ports-outgoing; Sat, 28 Mar 1998 15:48:42 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from peloton.physics.montana.edu (peloton.physics.montana.edu [153.90.192.177]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26865 for ; Sat, 28 Mar 1998 15:48:40 -0800 (PST) (envelope-from brett@peloton.physics.montana.edu) Received: from localhost (brett@localhost) by peloton.physics.montana.edu (8.8.8/8.8.7) with SMTP id QAA11775 for ; Sat, 28 Mar 1998 16:48:12 -0700 (MST) (envelope-from brett@peloton.physics.montana.edu) Date: Sat, 28 Mar 1998 16:48:12 -0700 (MST) From: Brett Taylor To: ports@FreeBSD.ORG Subject: unloved port 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 Howdy, I was hoping someone could take an unloved port that's been sitting in GNATS since November of last year and commit it. The original pr number is 5111. I've submitted 2 fixes to the port since the original submission as it's been sitting there so long that the source has been upgraded. The port is for cooledit - from the pkg/DESCR: Cooledit is a suite of programs consisting of the following: - cooledit - a GUI based editor which allows you to call external programs (for instance LaTeX on a LaTeX file) - smalledit - a stripped down version of cooledit - coolman - a man page browser - coolbrowse - a file system browser - coolmessage - an interface to write(?) that brings up a cool-styled window with your message - coolicon - a utility to place icons directly on your desktop which runs under any window manager If someone could please take at a look at it and commit it I'd be forever grateful. I've included below a uuencoded tarball of the port for the latest greatest version - it's been portlinted and everything. :-) Mucho thanks! Brett ********************************************************************* #!/bin/csh -f # Uuencoded gz-compressed .tar file created by csh script uufiles # For more info (11/95), see e.g. http://xxx.lanl.gov/faq/uufaq.html # If you are on a unix machine this file will unpack itself: strip # any mail header and call resulting file, e.g., cooledit.uu # (uudecode ignores these header lines and starts at begin line below) # Then say csh cooledit.uu # or explicitly execute the commands (generally more secure): # uudecode cooledit.uu ; gunzip cooledit.tar.gz ; # tar -xvf cooledit.tar # On some non-unix (e.g. VAX/VMS), first use editor to change filename # in "begin" line below to cooledit.tar-gz , then execute # uudecode cooledit.uu # gzip -d cooledit.tar-gz # tar -xvf cooledit.tar # uudecode $0 chmod 644 cooledit.tar.gz gunzip -c cooledit.tar.gz | tar -xvf - rm $0 cooledit.tar.gz exit begin 644 cooledit.tar.gz M'XL(`)R+'34``^U4WKU=0 MK=)HR.@-8J62^O9O4%VN-*J5:DV&:['2J#?>(/D5>0K+FCK81NB-;9K.KG:/ M2T+T8S!TW*($^E]H.J&OLPORZ;]6K]6UQ M-9?KN%J=-S`AHHBERIQ(-4FM2N2J41=^-/NG\L(2VK_UY>&UQ? ME.7*R?\?HR3T?SOH3V>'GV./_Y>JHA3JOR(S_4NU^LG_'Z7,-:,<[`&!W=`5 MUJ,[5K7"1GBM*69T,[?-1TJB=H12_$`$:%^&CQB.6Q(AG$3D<(84W9^+0V6S M>F1=FY?ATWXL41,HE00A=J-C]R;H7/98+7VS5DEZR&*F1MT8>*4YG#ZDI&(G M-;Z.UX:RS+:%):RQSJ$K69I!'*I@BS.CL85N+4V#J.:CL:5J;7$J;,UPB)VM MH!8V#%[%-VB^XI"_\L7I*@L^"^U!H$MLD[)N*E@G9964!^W[87H$T0]'7JF8\0'WOKH]8:],NG>SM3U$2 M]M_I3MN3P\^QQ_Z]G#]I_S6I?K+_8Y0M]F_9YH.-5Q1!9*4:=9CY`]E9$K0P M==U\!$)3`.454;"#X-)S$'-,B>J["?2XU)0EPJP+11MSC1P30737$6%II8'U M<"JA\&X!'30#%&(H!`WPC'Q"I@&C>I<,H3SWY@R/$.ZDU+$URX(Y62J,OA*; M:M`-V`U9BSB%A-SMP[XM.*T@[V1@1RT\@MN(S8CHACIDE6WG'W=80P.Y.?4" M`]NPOD>;2=%98@=Z@:`H6ELP&NM4I,X&6$(@/V!6*#QJSI*)Q4;!Z2D>+]ZPD2V=3<%J*((4B"B.OF$B4TZLJPH M5/(5%*+50/XDBJR"J821V7?IS*N!7)E]6>F>5;6$D[H)9GG*#"E=/7,(CNKX M2RY!/^J/^9)U\U2:Y3WG;'P]OV0X$`E[3`!F!@.E/ M1JUAU_4"+M89M/)[G/L0:.!-7%,4/7?",U7(ER[$VF7<5ET]=+JWW5&G.VKW MWM&2F[<<'D)ZXJM+.8RS!33B2[/4T':J%/23F[Z M?%SQ>KY0F%M,,"6[P*92;`9>DR^]H-.+Q!=YM)3\4F:>DS-NW\.(,.-W8C)L M!][C7WA7T'`"I07%EJN1:,5<60SV>.BYS4Z)8OQ"EQ@X_)8.?JHN!GX+_L]8$V(`, M'*Y[_^G?LFA1G!/J0$X41=FS=Z&%^L3S."T9E8.J9+:2HO*[I-*5-#G5"5B, M=DZ,'9_(8S%5E70K?!93E2EKVL)B4.L)624+O-:=)H/A@I`B5JL0,L(4]0"J MX,L[(]*<4N.+)K-Z_@)Y>T^"&"E%,;)P8Z]0<1&Z?D9BUC#Z.:$WWQ+/]^G7 MS13./7ORQ!Y%%?^8T=R_'[8%.C"O#,/!X:7(Y3OI2')LQ4S>%BVFF(R"S3R; M-\E]4MS^:R,9@2>C72X;V2;VQ/&OF<>NM@?&M/`38V?%SXV&N4R;D\IRE."; M0#.?/]BEAPAQ3BTA%3=SNIXLPXG8EE+&%H?%K]VECM19/J,/?FC=XS>W]4WO M-@3^\H$VP7?VIH%GE2K5"TF4/<_ZH^&=O64;_C<_X!Q[GO\U("W(X']2]83_ M':.PT.@]JMN!Z4F5IGP9(8#[VTO-:NU5,4#WJ5[T%#!XLA>^(^0#?]&KAG$D M$!N_;^1OR^*.`OI!@BZ&"7K(0PSQBD3*I&EM;.UAZ926?/@/&VFL##/<#GY: M.P%`=TXNV.;/[&[!H!\;3UFIT MLG3BD&"(B-4$O"C$GD%G&HW'S@95!=G/>7(%T90;P8A<,9 M"/&'(W"U/0A<%1K(4AR!8ZL(V(>4P3.%X''8.@Y(D]UAL]9D=&%M^9(M9/"?3 M[^5\/W,NQQPT*N;Q=Z@UC#F<D%I-.ZIM[-NY.+Q]?3WK@Y(*V>?9] M=L-/CWA`"4Y#A1QSR];L!$?P=IPPZ_AW6#FO3RXP1)0N)+'Q!P%#_H(EQ'^" MT_PKS+'O_6\(X,'?_Y#K['=!1?"GM1/^H.C4EB^"4FH MMQO0PK2;A=#3"V_1+_[KU3;Y[UJSB=HLL#\:4(6:#G8(4FP"7T`MB)=H9'XE MJSFQ&134@!;_7IHKJ"GL?]?X+;0^ZZMG<"%T^M,9.ZQ=A^=Y[^\4".W6K-L; M3\#O71<\3(H*P]9TUIW<3_LS1ETZCM4LE^G:H.Q7.=>&PD8O6^MY>:`9ZV]E M;%FT[/MR8]8+Q85#6*YSHI MLF-7$:^=I6FCB.H[];MI][XW;/W_==O_'-\/ MI[WOZ*>^1V>O\FL&`O8FW8_]3]_+<"+XB2U\),8Q%C$6#L4PF(C1\R=1$$K> F[P81]/ Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19201 for freebsd-ports-outgoing; Sat, 28 Mar 1998 19:00:02 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA19172; Sat, 28 Mar 1998 19:00:01 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18901; Sat, 28 Mar 1998 18:55:34 -0800 (PST) (envelope-from nobody) Message-Id: <199803290255.SAA18901@hub.freebsd.org> Date: Sat, 28 Mar 1998 18:55:34 -0800 (PST) From: giffunip@asme.org To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6158: New graphics port: Rayshade-4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6158 >Category: ports >Synopsis: New graphics port: Rayshade-4.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: Sat Mar 28 19:00:00 PST 1998 >Last-Modified: >Originator: Pedro F. Giffuni >Organization: U. Nacional de Colombia >Release: 2.2.5-R >Environment: >Description: Rayshade is a raytracer for urt. As urt itself it's probably a classic >How-To-Repeat: >Fix: begin 644 rayshade.tar.gz M'XL(`-"W'34``^P\_7?;-I+]5?PK4-FOEG+ZEFPY;MU6L11'%TOVD^0VO=M[ M69"$)*Y)@B5(V=K=^]]O9D!2E#^3O3C=VS/?BR,1@YG!?&$`#!3RM5IR6]2_ M>;Z'=1K=_7WV#6/-[GXS_W_Z-!@[V&]TV^WVP4$'FIOM5N<;MO^,/&5/K"(> M,O9-(.Q0/@+W5/O_T2=,]3_B5V+NN.(9:#0;C8-.YT']MQJ=@TS_^Z3_=N.@ M]0UK/`,O=Y[_Y_K?86-QS0(91HI9TG6%%3G29UYB#6PNPZ-":B3&#OM%A`H! M0O%[[(3"/BIT:@UXW^>18%8HX#]X5V@UV;]S/^;AFC5?OSX$@%^7TH.&PL*9 MSV/?"7[FRA,U&2Z,'6C='=I'+#7!RHHU:\TN]NS6&Z_KK39K-8\:S:-FFW%K M*=C@)F"[T,_H#Z>S<6\T.,Y8K"$[%^]/M]]6\>U);S8X/9\,!]/CPB+DP=*Q ME#'J36>#R$'=>#V*QGWE+XDU%(H.%O+0@= MWQ*1]#/(TP1'/<]8W1A\F$UZ)[./T\NW'XX+-3"]VG\8P,1P/(-_@\DQ>02I MX^>WH1!OIOW:^>34,,Z&;S[V!Q>#<1_8W"V=G9_TSM[TIH-RW75,_!>ZHL:/ M=O]V<3Z93?O#R7]GPZC'8608[WK3CR?GX[?#T\L)2&8ME)%]_3@]F0PO9L>% M$^G/G44"3#]`V\5D\';XH5PW'1\L M8O9N.&6]R8"-SV?L_L=[X-X8#-'9RZ/N]62^/&X7!U\E_-9[##*^> MZJFY2C_X`,1=V65C88XQ$:?8`[C1T@\NI)'`^0$C?<"URA M/HG>(`6^2^XN'J,&=NS&H(X?3&77T`YKWM6/QA\=I5Z>YWHR1PRN%L^5`WYZ M_M1RS0\.H?L''R$@XBG&FUBH2'N:=;$$\1(Z_ M8&"FU2CDEK"9X_&%4+6,LST%V2JD#)!5ZMP5T$02$E1N`SHO=B.GZCJ^8+WI MR7#(**NUA;)"QT3,0-$".MC%%$8H?%M`6LNX;[,@E'9L"0"A3I#S1$`(.T60 MA`)++,]2S=B,9`YY,&11ZL@P0):OV$SX+%H'0C$Y![2.YT3.2C!I_@7R;<5* MIBO-"C/E306I"/B[!I:!DPI;"F>QC`Q2RMP1KEUA@B']"E/!$GBN MP!#"6%78W.51E09PL93^HDHLV<"KP_V%*\J:I4LED!E(Q5&O@`,$#?I6L6D[ M*X=R?%#!T@$-A-9RC;"FC'T;A[^2;NP)%+/F2P4""&C90;LF`+FDBL+8HI$J MZ3HV*%1Z(@K7&N!".GY4838L(TAQW*TP<1,A%AL'):$11_%[S.W0@4&10;HH M#L`7AQ:DL(1H2LA!6Z"+&&$B0!,C)R#3V`O`/H*`OB&Z5I\526'%!$[H021` M&F7/1VDX7&EMAS)>+-F*@PA-5U1#7.PH3)XV'4+3`6N`]0[:&D04^.*KS&5( M\:FZD8N$=#WE+QG*)+8=3X"=`2+N.[HS*"7`5$R#G`<:(1CLG%N.ZT3(#5ED MJ@`D!EX4"LD"[H0)[@%7@-2V'<()(#ZL_%*55%*.P("V1*R%)@%_F!AA8MN& M,=->H$W>=D#;CAD32B.%=OA<.@%2XH8(&&MN6674/Z6DS/&# M."*W0P;@PSQ:5P-0&MIM""Y/*;3F+9+2)7$`U94`,9%#5[6/)\*:A](C_="NL/3I*W%=8#-W2%QT;3_OFT@E9DC,#<065J25]9SW,67#-[/FWE*8$Z M%4.+HD:P,6('XX-2>=-*Y<9LY"("#B%4`;B!W;`_$`II+`L!71`1MIB.`B,@ MDT(^<)T.,6@>7<.BBKW%(*G==B[=*V64YE%`SAH%M84?U[A3@_"/&P6L#$R/ MT1A==YV3*&Z^*!Q$ZCZ7$5_"?(7`-VT@8Y:#V M8)UVCG0'$!2,/4(QK,!UT#R6$C2.A$Z5S8D(+_+,X.1L4#>UI>GY,1&X8VS*_YN!!P#A@M+B/ M;W#@MT>=#2(3$@#CA&VE.Q9D2GH#*D\/L.E9GI()QV(I2S9XKF/A9*%C@)'& M@!$/K]@O,%[QJX@BBJX^"`P"(8(IA'A6()@WBB"CT8"QCOF-M MLC-VO70LT!G$UVN2F(X2E/,%(2A_S0+'2B9%F-D,G`0%.1VXG!^Y&$XH8U$Z M@!-%,*HDGB,SCH<.)W!.3^E9:;ST<*9ALPPI32N0:H`[9\YR_ M)HDI`6;S<`XK@L(,+^Q->(!9&9)`#,M9G-@(AY20FY,-5\PC'?XQ!ZCI.7X. M*<26O81Y-:/_@PC0=4Y"[BS8>^E",MOG$&;818WUI7GE^!6*J?KE28V]D_,Y MC(+9E*:QYNO#;A7^'&JA(=JE`%A@6\^K%(&,(H1_T@]DNNLB"V*8D"RP<\S_ M<[Z99VDBDQ3;?K!J,5;O6>)A_+0.!DR+F][X.](E]`J.O\Y@Z3V*: M2)N]D0L>1IL1OV[`B%\W\UYCBY5P98#&@EX"PP7+=2)(ZHL8,2(T2VEJP\?U MD91V[7[;_TVFT M\?RO>?"R__-5GIZ?SF`XX^[/_O]^E\_]V\\7_O\9C.O[F^._N*61],NCU1X/[6O3VE*A%L%Z^I]GBG@CY M0ZT+7&T\U*BW/!]JI1SPH4;:NE(/M28;<`\VZ\VBAYIA23"',/A0.-^M<[6,\%#AS"E>;C`/(&L3P*8TG'?QQ`+1YM7[A@_"BU:/MM"L?U3P> M/`7R*!8I'Y<'[:0_SBENQ`:"0/!YU/^S3K1;\CPGP)]Z_MO8[S9:C7T\_^LT MFR_GOU_CN:5_SWX&H3^9_W>6_V_J^KX@C:?\O]GL MZ/A_T&YT.UC_T^FT7_S_JSR&474]S!*JYRU6]3J'!ZP:0/8`;WRC'JNP[DJ+ MN_6D+I`2"GJ-"P?ORA8!'=T:QOJ)1./E^:=\[O?_Y1>E\;C_-]O[W?:M_*_3 MW-]_\?^O\=1?L53G!A8J+1VEJYWP0",Y#-.E$7IY2P>'2OCZN`C"[O@U>(L-;X5P`9\0 MN1,L/`JC(TP\NE3$'IV%\M!1>,+/QC(2%;:4UV(EP@JBH9*/E$A^+'R!!TG7 MCNO"GT`P&4>$WUIR?X$E!3+>6R7G=L2/#+'$3(:"!2+T8''G1PDP$[83;8:= MG"X1S2@;8[U*(&PZ-07 M*ZZN2F4$!Q786J@@4AC?_T:>J8&0L!"/EM>0CN:L.,32'[!=Z<,?)2(\)`35 M_B6M0J1R@)SL-0,9!^$[-[E2'CS?_*F<$7PS[7]1:7#$ MF!P8I$1VL'6>C+A0J+_*OP7QW7Y%0DA>[FA&$&OR!KD^N;B8SOK#\6W6TV), ME;.[`(]7DVH&W`(!;G6L(DA%JM%-)M4,>2L6-'B.7ZLB!N)]:`6QN9M M\A5=17CMJ#P^/.=.Y).:0(:[F&6:*,1\.PD1.I*1F'\5H;PC40?K@H.DVD%X MY*):EKH#1(RDU@)!?1F156?%+S@,Z))4R,&WQK:5%S0257'+!8V^5%+E2J-2 MHWD]EG^Z)EAA&P7+)BK("1,BHCAGS1<\;[EC0+2"WG M45A6?+.AOF4U&\EEG'!7HMEA,`NI:R65HG9]FF>44*F16LM0UR5&(7W.REGP M8IC@F^@<_N.,?#D^4AD1QJ0;:LZ*W8@JB7,P80:40F4EH,#U3ZER1X/1=/#Y MZDTL)&>1F3I3IX)F$Q9C5U15J^U2E_GH"DR0$,S#NFXP-?!DL-`!D21F6H94 MP>(9&$5W<8^K^`*UP9$*C01+L+2'(].<9>A2ICW(I;$"*2DQI+H9BP,=+9/$ MS5(QD+N!AGRY81?+#V/_EG)T[YP)7YQ?#.[,"$]/9A*2B9R`[[@[M7.&JU^= MM/*T9G0[/!'Y'#N3RVGO]/-3-\B3PUA!.I:3H+C!JFDD5QCB@CLMN/H!C+P. M*0]5:M66/Y)ITTM,MO!%4B>VT=F6"#6+.9YGP]'@\[,C)*;N9Q>S[!20DE$\ M_V/25-(5T()%[%A_IYU5L=+TK`5]>8SZ--ID3RV;6/#L_>3_[[>*. MD"&M=VWM\WB]`NP8W-;7"Y:$6:H@U,6B#$,(9:)8WX"N]#%"SBB1<7"D)4S_ M=3D=VJV6,-[;0!$G;F:20R;[(3;@'T'^+W%M07R<)'COA#"=('J>]&FI1;:? MH=05Z)CE4O6B!2D5T/?PXG4V&X]-/5K=D:4:A MTS]2*ZQFDDKOS>A!0)26H'1*E]/35+WYP)/"D`A+FYQ1E;='E7*YS?AOT\E@ M>GXY^8RET>=PO^U5VSZS1?TV5RCJ3_>?SV0IM;A[^"&Z6\R@-3P'(TE@R7Q0 MDW\F8KE(=I?@^\%D/#A[9K(ZL]"D4K2WEC5:UK<<+^/R]MKF%OLYG?DAN/YF M.!ZW]"2LBYLI$%`A/UU^$^D-+7>]N6*C)T]$`[.47D9#4K!*%OLA[3_\9Z-6 M8E MTI732CJVGAUPS\E9Z0)=G*405WI!!E8^OZ*AI'>$3-S!PHSG2.\]%6BKDAVG MV#&L6RX/>7J9"LFD<*T\'`]QCY4N_N&%-U05W@9)$G>5S%GZ6MT&12>/`IG$ M_2P$-T5TK>_/;)#1$#<8\3X5H"$\W+8APBE]\W`;+B5UJ$G=-ZCTT@1U3"DF M`J&-HV1#*2GS#],)+=$KJHU^N@%X3!65W%2C7P^AJOAD2R?:H$M7H6KB M+EZ\@`5$`$&$Z]W*B%\)OZ*W>Z*EA.Q@[O*%TFMDX%+?#MO&@N7;S61RU`;Q,K2 MYLUW6<?.7W@1_V>1Y MDB+;=\%VIA3>--K`$-D+1'4+K4;M]U#K0O_7U:OO![ZQU M6&EW&7UE[*(W>W>\BW^/]NJFLCNU=KK1>Z0_*'L/X,0-39@(R/[^=U82UE*R MXOGY!=T'QFN$"D^@U!)FW3Z>!R6)"Z7T,!'KN7F.ITG>6@EW3INZRUKQ>_C+ M=AO?LRL$V-W%GT0POJ4-19C%V;>L&C%HA8#OPVM\-.DI7[,]Z)H)8:]",SB^ M^V'SLIAVNH'YH0E?Y@X28*Q$/RE09C_6;;&J^S$0;_WX79-]]QW[D[Y%`4YQ1^5*+?<4;@Q>LSC`W8R,CTI1(T:U MH?P/&5WQ^N>5_T[RBV0IH`T/$PMKND.J8>_N.=L_M-$`8"^+/^%<3-Q&V`%*P"9@_L(VKB MPZ(OV]2XJL29D,4(6>:2_>]K*1\*B@\CF"7W2XP6>L%>RW%7VHLND:H=GTG* M!"6Y_Q9T8KO-]..2.?T*QY6TB#44C"YV,^DMC7:$$=Y.!79$W![H#K\[SOWX M_/<<\_]F.5[CU/XO16U&ZS^;J.7[?PW8_UD([,%B>_/ZQ@VRY]0=^TMV8D\P M=/%T$V-3,[B+QZS@`:FD0--4<(9/J(IJX!/Z+@HM1B[*11A,5V@DS=^:U,.7 M)Y6]\UO9(S-^L/I3OA&J?!>7L&49M.P/EJ&*..MW4AH1Z=N27B=E@:]/($YI M-);'4XD=6:R6*Z\T4B1CXO^W.!/H46VH)D*Q-O8%DG4U$^D9BC!$K;&C"%K$ M:47L-)3MV*4^Q9S::>':]38N^;1K5^W\5'#N40D4Q1'[+\URG``X:?]1:V?^ MQX__,8+UOX7`[`\=`VM"0ZLH!SQ;FLI-'O%\,T8-LZJ8&C)5/39YA\32$CCC M"8"QV,1A/,.,'?NP"70>/#TC)+)Y79/%8YV!]=3MW0_[O3OA5I`<>C(AM!]Y M=?J1;%)TZ4Q=+DN/#*P7>O"RQG^R?,M1YFA>8=BU'A[#*GXAK!2DB/:5P9L2 J&.WLIORA)2DMY-V4``` ` end >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 Mar 28 20:40:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26223 for freebsd-ports-outgoing; Sat, 28 Mar 1998 20:40:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA26217; Sat, 28 Mar 1998 20:40:03 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA25515 for ; Sat, 28 Mar 1998 20:30:45 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id KAA13228 for ; Sun, 29 Mar 1998 10:30:22 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id IAA16647; Sun, 29 Mar 1998 08:32:37 +0400 (MSD) Message-Id: <199803290432.IAA16647@icc.surw.chel.su> Date: Sun, 29 Mar 1998 08:32:37 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6159: New port: xskewb-5.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6159 >Category: ports >Synopsis: New port: xskewb-5.4.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: Sat Mar 28 20:40:01 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Skewb puzzle for X Window. The original puzzle has each face cut by a diamond, so that there are 5 pieces, 4 corner pieces and one diamond piece in the center. The was designed by Uwe Meffert and called the Pyraminx Cube. Douglas Hofstadter later coined it a Skewb and it stuck. The puzzle has period 3 turning (i.e. each half turns with 120 degree intervals). The Skewb has 2^5*3^8*6!/2^6 or 3,149,280 different combinations (with centers oriented 2^5*3^8*6!/2 or 100,766,960 different combinations). More recently, Disney released Mickey's Challenge, its a spherical skewb with a pretty good internal mechanism. Mickey's challenge has 2^5*3^8*6!/36 5,598,720 visually different combinations). It also comes with a pretty neat book. Also released is the Creative Puzzle Ball or Meffert's Challenge which has 4 rings in different colors. Mach Balls of the Hungarian Gyula Mach are similar but they do not have a ratchet mechanism and do not turn as easily or moothly. One must match the 12 different symbols of 4 each at the 12 intersection points. # 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: # # xskewb-5.4.3 # xskewb-5.4.3/Makefile # xskewb-5.4.3/files # xskewb-5.4.3/files/md5 # xskewb-5.4.3/pkg # xskewb-5.4.3/pkg/PLIST # xskewb-5.4.3/pkg/DESCR # xskewb-5.4.3/pkg/COMMENT # echo c - xskewb-5.4.3 mkdir -p xskewb-5.4.3 > /dev/null 2>&1 echo x - xskewb-5.4.3/Makefile sed 's/^X//' >xskewb-5.4.3/Makefile << 'END-of-xskewb-5.4.3/Makefile' X# New ports collection makefile for: xskewb X# Version required: 5.4.3 X# Date created: 25 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xskewb-5.4.3 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xskewb XUSE_IMAKE= yes XMAN1= xskewb.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xskewb ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Skewb.ad ${PREFIX}/lib/X11/app-defaults/Skewb X @ ${INSTALL_MAN} ${WRKSRC}/xskewb.man ${PREFIX}/man/man1/xskewb.1 X X.include END-of-xskewb-5.4.3/Makefile echo c - xskewb-5.4.3/files mkdir -p xskewb-5.4.3/files > /dev/null 2>&1 echo x - xskewb-5.4.3/files/md5 sed 's/^X//' >xskewb-5.4.3/files/md5 << 'END-of-xskewb-5.4.3/files/md5' XMD5 (xskewb-5.4.3.tar.gz) = af11b5ebc2e2ee5ba47acce31eb6e88b END-of-xskewb-5.4.3/files/md5 echo c - xskewb-5.4.3/pkg mkdir -p xskewb-5.4.3/pkg > /dev/null 2>&1 echo x - xskewb-5.4.3/pkg/PLIST sed 's/^X//' >xskewb-5.4.3/pkg/PLIST << 'END-of-xskewb-5.4.3/pkg/PLIST' Xbin/xskewb Xman/man1/xskewb.1.gz Xlib/X11/app-defaults/Skewb END-of-xskewb-5.4.3/pkg/PLIST echo x - xskewb-5.4.3/pkg/DESCR sed 's/^X//' >xskewb-5.4.3/pkg/DESCR << 'END-of-xskewb-5.4.3/pkg/DESCR' X The original puzzle has each face cut by a diamond, so that Xthere are 5 pieces, 4 corner pieces and one diamond piece in Xthe center. The was designed by Uwe Meffert and called the XPyraminx Cube. Douglas Hofstadter later coined it a Skewb and Xit stuck. The puzzle has period 3 turning (i.e. each half Xturns with 120 degree intervals). The Skewb has 2^5*3^8*6!/2^6 Xor 3,149,280 different combinations (with centers oriented X2^5*3^8*6!/2 or 100,766,960 different combinations). X More recently, Disney released Mickey's Challenge, its a Xspherical skewb with a pretty good internal mechanism. XMickey's challenge has 2^5*3^8*6!/36 5,598,720 visually Xdifferent combinations). It also comes with a pretty neat Xbook. Also released is the Creative Puzzle Ball or Meffert's XChallenge which has 4 rings in different colors. X Mach Balls of the Hungarian Gyula Mach are similar but they Xdo not have a ratchet mechanism and do not turn as easily or Xmoothly. One must match the 12 different symbols of 4 each at Xthe 12 intersection points. END-of-xskewb-5.4.3/pkg/DESCR echo x - xskewb-5.4.3/pkg/COMMENT sed 's/^X//' >xskewb-5.4.3/pkg/COMMENT << 'END-of-xskewb-5.4.3/pkg/COMMENT' XSkewb puzzle for X Window. END-of-xskewb-5.4.3/pkg/COMMENT exit >How-To-Repeat: >Fix: Please, check and commit this port. >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 Mar 28 21:30:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02581 for freebsd-ports-outgoing; Sat, 28 Mar 1998 21:30:05 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA02574; Sat, 28 Mar 1998 21:30:02 -0800 (PST) (envelope-from gnats) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA01646; Sat, 28 Mar 1998 21:21:48 -0800 (PST) (envelope-from nobody) Message-Id: <199803290521.VAA01646@hub.freebsd.org> Date: Sat, 28 Mar 1998 21:21:48 -0800 (PST) From: mcdouga9@egr.msu.edu To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/6160: New Port Sniffit 0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6160 >Category: ports >Synopsis: New Port Sniffit 0.3.5 >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 Mar 28 21:30:01 PST 1998 >Last-Modified: >Originator: Adam McDougall >Organization: >Release: 3.0-CURRENT >Environment: FreeBSD bsdx.dyn.ml.org 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Sat Mar 28 12:15:54 EST 1998 user1@bsdx.dyn.ml.org:/usr/src/sys/compile/BSDXKRNL i386 >Description: Sniffit is a packet sniffer for TCP/UDP/ICMP packets. Sniffit is able to give you very detailed technical info on these packets (SEQ, ACK, TTL, Window, ...) but also packet contence in different formats (hex or plain text, ...) tarball of port uploaded to ftp://ftp.FreeBSD.ORG/pub/FreeBSD/incoming/sniffit.tar.gz >How-To-Repeat: >Fix: >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 Mar 28 21:40:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03767 for freebsd-ports-outgoing; Sat, 28 Mar 1998 21:40:21 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA03744; Sat, 28 Mar 1998 21:40:11 -0800 (PST) (envelope-from gnats) Received: from rich.chel.su (root@mobil.surnet.ru [195.54.2.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA03247 for ; Sat, 28 Mar 1998 21:35:52 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by rich.chel.su (8.7.2/Murphy) with ESMTP id LAA14102 for ; Sun, 29 Mar 1998 11:35:34 +0600 (UDT) Received: (from andy@localhost) by icc.surw.chel.su (8.8.5/8.8.4) id JAA16954; Sun, 29 Mar 1998 09:37:52 +0400 (MSD) Message-Id: <199803290537.JAA16954@icc.surw.chel.su> Date: Sun, 29 Mar 1998 09:37:52 +0400 (MSD) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/6163: New port: xpyraminx-5.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 6163 >Category: ports >Synopsis: New port: xpyraminx-5.4.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: Sat Mar 28 21:40:07 PST 1998 >Last-Modified: >Originator: Andrey Zakhvatov >Organization: South Ural Railway ICC >Release: FreeBSD 2.2.2-RELEASE i386 >Environment: >Description: This is a port of Pyraminx puzzle for X Window. The original puzzle has 9 triangles per face (size = 3) and has period 3 turning (i.e. the face or points turn in 120 degree intervals). The puzzle was designed by Uwe Meffert and called the Pyraminx. This has 2^5*3^8*6!/2 or 75,582,720 different combinations. Another puzzle Senior Pyraminx 3x3x3 exists only on paper, it has period 2 turning (i.e. edges turn with 180 degree intervals) but the corners would fall off unless it had some tricky mechanism. (This may be the same as the Master Pyraminx which has 446,965,972,992,000 different combinations). Another puzzle (which was not widely distributed), the Junior Pyraminx (and similarly the Junior Pyraminx Star, a octahedron formed by two tetrahedra, this has 7!*3^6 or 3,674,160 different combinations), has 4 triangles (size = 2) per face and at the time I designed this computer puzzle thought that it had only period 2 turning (i.e the edges rotate). It turns out the puzzle has a period 4 turning (edges turn with 90 degree intervals) which makes it analogous to the 2x2x2 Rubik's cube. This puzzle makes various non-tetrahedral shapes. The puzzle contained here has no period 4 turning flexability. # 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: # # xpyraminx-5.4.3 # xpyraminx-5.4.3/Makefile # xpyraminx-5.4.3/pkg # xpyraminx-5.4.3/pkg/PLIST # xpyraminx-5.4.3/pkg/DESCR # xpyraminx-5.4.3/pkg/COMMENT # xpyraminx-5.4.3/files # xpyraminx-5.4.3/files/md5 # echo c - xpyraminx-5.4.3 mkdir -p xpyraminx-5.4.3 > /dev/null 2>&1 echo x - xpyraminx-5.4.3/Makefile sed 's/^X//' >xpyraminx-5.4.3/Makefile << 'END-of-xpyraminx-5.4.3/Makefile' X# New ports collection makefile for: xpyraminx X# Version required: 5.4.3 X# Date created: 26 March 1998 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= xpyraminx-5.4.3 XCATEGORIES= games x11 XMASTER_SITES= ${MASTER_SITE_XCONTRIB} XMASTER_SITE_SUBDIR= games/xpuzzles X XMAINTAINER= andy@icc.surw.chel.su X XWRKSRC= ${WRKDIR}/xpyraminx XUSE_IMAKE= yes XMAN1= xpyraminx.1 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/xpyraminx ${PREFIX}/bin X @ ${INSTALL_DATA} ${WRKSRC}/Pyraminx.ad ${PREFIX}/lib/X11/app-defaults/Pyraminx X @ ${INSTALL_MAN} ${WRKSRC}/xpyraminx.man ${PREFIX}/man/man1/xpyraminx.1 X X.include END-of-xpyraminx-5.4.3/Makefile echo c - xpyraminx-5.4.3/pkg mkdir -p xpyraminx-5.4.3/pkg > /dev/null 2>&1 echo x - xpyraminx-5.4.3/pkg/PLIST sed 's/^X//' >xpyraminx-5.4.3/pkg/PLIST << 'END-of-xpyraminx-5.4.3/pkg/PLIST' Xbin/xpyraminx Xman/man1/xpyraminx.1.gz Xlib/X11/app-defaults/Pyraminx END-of-xpyraminx-5.4.3/pkg/PLIST echo x - xpyraminx-5.4.3/pkg/DESCR sed 's/^X//' >xpyraminx-5.4.3/pkg/DESCR << 'END-of-xpyraminx-5.4.3/pkg/DESCR' X The original puzzle has 9 triangles per face (size = 3) and Xhas period 3 turning (i.e. the face or points turn in 120 degree Xintervals). The puzzle was designed by Uwe Meffert and called Xthe Pyraminx. This has 2^5*3^8*6!/2 or 75,582,720 different Xcombinations. X Another puzzle Senior Pyraminx 3x3x3 exists only on paper, it Xhas period 2 turning (i.e. edges turn with 180 degree intervals) Xbut the corners would fall off unless it had some tricky Xmechanism. (This may be the same as the Master Pyraminx which Xhas 446,965,972,992,000 different combinations). X Another puzzle (which was not widely distributed), the Junior XPyraminx (and similarly the Junior Pyraminx Star, a octahedron Xformed by two tetrahedra, this has 7!*3^6 or 3,674,160 different Xcombinations), has 4 triangles (size = 2) per face and at the Xtime I designed this computer puzzle thought that it had only Xperiod 2 turning (i.e the edges rotate). It turns out the puzzle Xhas a period 4 turning (edges turn with 90 degree intervals) Xwhich makes it analogous to the 2x2x2 Rubik's cube. This puzzle Xmakes various non-tetrahedral shapes. The puzzle contained here Xhas no period 4 turning flexability. END-of-xpyraminx-5.4.3/pkg/DESCR echo x - xpyraminx-5.4.3/pkg/COMMENT sed 's/^X//' >xpyraminx-5.4.3/pkg/COMMENT << 'END-of-xpyraminx-5.4.3/pkg/COMMENT' XPyraminx puzzle for X Window. END-of-xpyraminx-5.4.3/pkg/COMMENT echo c - xpyraminx-5.4.3/files mkdir -p xpyraminx-5.4.3/files > /dev/null 2>&1 echo x - xpyraminx-5.4.3/files/md5 sed 's/^X//' >xpyraminx-5.4.3/files/md5 << 'END-of-xpyraminx-5.4.3/files/md5' XMD5 (xpyraminx-5.4.3.tar.gz) = 2aa10372b90641ab71e5b97fed845194 END-of-xpyraminx-5.4.3/files/md5 exit >How-To-Repeat: >Fix: Please, check and commit this port. >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 Mar 28 22:24:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA08070 for freebsd-ports-outgoing; Sat, 28 Mar 1998 22:24:23 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@pm5-30.sba1.avtel.net [207.71.222.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA08063 for ; Sat, 28 Mar 1998 22:24:19 -0800 (PST) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.7/8.8.7) id WAA02941 for freebsd-ports@freebsd.org; Sat, 28 Mar 1998 22:28:08 -0800 (PST) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 28 Mar 1998 22:28:02 -0800 (PST) Organization: Computer Help From: Donald Burr To: FreeBSD Ports Subject: anyone up for doing a port of XCDRoast? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- ftp://sunsite.unc.edu/pub/Linux/utils/xcdroast-0.96c.tar.gz Looks a nice GUI frontend to mkisofs, cdrecord, etc. to make burning CD's easier. I would do it myself but I don't know much about SCSI on Linux, CD-Rs, etc... - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNR3p8fjpixuAwagxAQH+pgP/ZTA86KSztG5p4mgwb5KeYqLYqTCgAqbQ n8ZRrEZqvx48XjQGY5enAheFOCaEmBwckx3R8fO/EKi+mxccaBfg8a3aYUIKLpLA wqBxd9AehAk1WXEc1nlPIUfd0mwd+IedB24Vpw/OnEmElonwRzmFWX0ynwD4sMJj Pn2dZejgFG8= =usaB -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message