From owner-freebsd-ports Sun Aug 29 2:29:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 2419414FF8; Sun, 29 Aug 1999 02:29:18 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 0DE00751; Sun, 29 Aug 1999 02:28:57 -0700 (PDT) Date: Sun, 29 Aug 1999 02:28:56 -0700 From: Chris Piazza To: asami@FreeBSD.org Cc: FreeBSD Ports Subject: USE_QT2 in bsd.port.mk Message-ID: <19990829022856.H56753@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I recently committed the (long awaited) qt2 port, and I'd like to get the functionality of USE_QT2 into bsd.port.mk. It requires USE_NEWGCC because qt2 had to be built with it... I'm not really sure of the wording on the comments, though. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard Index: ports/Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.317 diff -u -r1.317 bsd.port.mk --- bsd.port.mk 1999/08/25 04:40:20 1.317 +++ bsd.port.mk 1999/08/29 09:28:01 @@ -144,7 +144,8 @@ # target. # USE_X_PREFIX - Says that the port installs in ${X11BASE}. Implies USE_XLIB. # USE_XLIB - Says that the port uses X libraries. -# USE_QT - Says that the port uses the latest version of qt toolkit. +# USE_QT - Says that the port uses version 1 of the qt toolkit. +# USE_QT2 - Says that the port uses version 2 of the qt toolkit. # # Dependency checking. Use these if your port requires another port # not in the list above. @@ -656,6 +657,11 @@ .if defined(USE_QT) LIB_DEPENDS+= qt.2:${PORTSDIR}/x11-toolkits/qt142 +.endif + +.if defined(USE_QT2) +LIB_DEPENDS+= qt2.2:${PORTSDIR}/x11-toolkits/qt2 +USE_NEWGCC= yes .endif .if exists(${PORTSDIR}/../Makefile.inc) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 4:53:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FC8414D82 for ; Sun, 29 Aug 1999 04:51:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA43552; Sun, 29 Aug 1999 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sepulchre.aldigital.co.uk (sepulchre.aldigital.co.uk [193.123.86.250]) by hub.freebsd.org (Postfix) with SMTP id F337C14A13 for ; Sun, 29 Aug 1999 04:40:23 -0700 (PDT) (envelope-from addy@sepulchre.aldigital.co.uk) Received: (qmail 3560 invoked by uid 1001); 29 Aug 1999 11:40:20 -0000 Message-Id: <19990829114020.3559.qmail@sepulchre.aldigital.co.uk> Date: 29 Aug 1999 11:40:20 -0000 From: adam@algroup.co.uk Reply-To: adam@algroup.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13450: apache-ssl port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13450 >Category: ports >Synopsis: update from apache-1.3.6+ssl-1.35 to apache-1.3.6+ssl-1.36 >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 Aug 29 04:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adam Laurie >Release: FreeBSD current >Organization: apache-ssl.org >Environment: >Description: diff -ru --exclude=CVS apache13-ssl-previous/Makefile apache13-ssl/Makefile --- apache13-ssl-previous/Makefile Sat Aug 28 14:20:47 1999 +++ apache13-ssl/Makefile Sun Aug 29 12:38:55 1999 @@ -6,10 +6,10 @@ # and apache-ssl port by Mark Murray . # Oh, and with a little bit of help from Ben :) # -# $Id: Makefile,v 1.6 1999/08/28 13:09:07 addy Exp $ +# $Id: Makefile,v 1.7 1999/08/29 11:17:36 addy Exp $ APACHE= 1.3.6 -APACHE-SSL= 1.35 +APACHE-SSL= 1.36 DISTNAME= apache_${APACHE} PKGNAME= apache-${APACHE}+ssl_${APACHE-SSL} @@ -31,9 +31,6 @@ ftp://apache-ssl.raver.net/pub/ftp.apache-ssl.org/Apache-SSL/ \ ftp://ftp.pca.dfn.de/pub/tools/net/sslapache/Apache-SSL/ \ ftp://ftp.sekure.net/pub/apache-ssl/ \ - http://mirror.aarnet.edu.au/www/servers/apache-ssl/ \ - http://ftp.it.net.au/mirrors/crypto/SSL/Apache-SSL/ \ - http://www.asap.cs.nott.ac.uk/SSL/ Y2K= http://www.apache-ssl.org/#Y2K @@ -41,6 +38,8 @@ apache_${APACHE}+ssl_${APACHE-SSL}${EXTRACT_SUFX} MAINTAINER= adam@algroup.co.uk + +BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl diff -ru --exclude=CVS apache13-ssl-previous/files/md5 apache13-ssl/files/md5 --- apache13-ssl-previous/files/md5 Sat Aug 28 14:20:46 1999 +++ apache13-ssl/files/md5 Sun Aug 29 12:17:46 1999 @@ -1,2 +1,2 @@ MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643 -MD5 (apache_1.3.6+ssl_1.35.tar.gz) = ecf16c247f02c41b2b2a3f84030b9dc5 +MD5 (apache_1.3.6+ssl_1.36.tar.gz) = 2435ce63e4b3d4ddfe38dc62d1cc3f9a >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 5:17:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from tokyonet-entrance.astec.co.jp (tokyonet-entrance.astec.co.jp [202.239.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 6E10614C90 for ; Sun, 29 Aug 1999 05:17:24 -0700 (PDT) (envelope-from nakai@internetsolutions.co.jp) Received: from amont.astec.co.jp (amont.astec.co.jp [172.20.10.1]) by tokyonet-entrance.astec.co.jp (8.9.1+3.0W/3.7W-astecMX2.3) with ESMTP id VAA12212; Sun, 29 Aug 1999 21:17:22 +0900 (JST) Received: from internetsolutions.co.jp (isg29.astec.co.jp [172.20.70.229]) by amont.astec.co.jp (8.7.6/3.6W-astecMX2.4) with ESMTP id VAA12107; Sun, 29 Aug 1999 21:17:21 +0900 (JST) Message-ID: <37C924C3.14C08594@internetsolutions.co.jp> Date: Sun, 29 Aug 1999 21:17:07 +0900 From: =?iso-2022-jp?B?GyRCQ2YwZhsoQiAbJEI5LEduGyhC?= Organization: InternetSolutions, Inc. X-Mailer: Mozilla 4.5 [ja] (Win98; I) X-Accept-Language: ja MIME-Version: 1.0 To: Ade Lovett , ports@freebsd.org Subject: Why libglade is broken Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I want to know what environment the liblade port is broken. (4.0-current?) I comment out the BROKEN line and build successfully. My environment is 3.2-RELEASE + 32 upgrade kit + the cvs synced /usr/ports. And how the problem is with the newer libglade, 0.4? I want to update the gnumeric port, but it depends on libglade, so need some info... -- Yukihiro Nakai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 5:31:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D638D15094 for ; Sun, 29 Aug 1999 05:31:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45121; Sun, 29 Aug 1999 05:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 44F6014E30; Sun, 29 Aug 1999 05:22:25 -0700 (PDT) Message-Id: <19990829122225.44F6014E30@hub.freebsd.org> Date: Sun, 29 Aug 1999 05:22:25 -0700 (PDT) From: nacai@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13451: New port: gwp, GNOME Word Processer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13451 >Category: ports >Synopsis: New port: gwp, GNOME Word Processer >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 Aug 29 05:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yukihiro Nakai >Release: 3.2-RELEASE >Organization: InternetSolutions, Inc, Japan >Environment: 3.2-RELEASE + 32upgade kit + the latest cvs /usr/ports >Description: I have made the gwp port, the GNOME Word Processer. GNOME is the total desktop environment, so many people are waiting for such office tools... Yukihiro Nakai -------------- begin 644 gwp-0.3.2-19990829.tar.gz M'XL(`#0ER3<``^U9:V_B.!3M5_(KK`Z5=C^0%X24:IAM"BG*#B\1.MN55D(A M,6"1U]JA=+;J?U\[*:]N&CI:A=6J.5(+SCE"N+)$$VRXMI_`SY3CNPTTUOR'33.S;=-&V^Y7-"I9O=<.E&%Y'GOF7UA4LW MNR73[9(0NNZ;`[%ETVWOT>G6UP%V[&#E1V_V<*!([^65A/9TO?+A([2!L")8 M8/,'^@]@MB\N@$"8RJ5F_!F:@\J(N_YW!CQP<<-\ M95:$>;!UE_(/$$>5I)VJ>"`.FLTR%$=HZ%G(S>)]&W\/LUP(0N@'T0+B#$V( MD9]E(\1>!HLA'04",Q3QU,G@(T@B`EUH;YT@"PM#8>X''A2L,"2"%H8NLJT( M!53?68>\`\DR"L(#9?)_`=V028268$V#552A4XQGF9&MI4,`L6^YY!U:Z@KT M"7R'DKJ(;-ZQHA>9&]B6"P5(A&YKTM--4^OH)DL"W@L.)3-T7(*/2OP@37+M M((P]\"K_7EW>:[X*V#^9S96LL3BNX?[K[:E`SMB<_]JZV1KEU,>1\Q\`LK(] M_]-#(#O_*76U./^=`IW^H*<#NLDO08@#&Q("<9'U'P>;_&\->CV]GT\%^$/Y M+['Z3Q:K2I'_IT"1_Q\;+/][UA+.D`OSZN-(_DLUL;YY_B-7U7C_5V6IR/]3 MX!/HPS4(`QP18`\ERD!9@&^HC%BU<GJS1)VJ)+VWM+'>&8P,W6R6 M(O@8L:4,Q*4,U]/,L3Z:F,:8D>6GO?8D7OR>]R43\^ZF;8R:)1*L,%T-X[*+ M"HS^F/[IE/`/?>.XKG$S:>M#O=^F]N,^>?FJ_,2>89C4U+/P*$E)6<6>V8`_ MN%*BBFM\7CJ0QM>$'2C" M<7>F/KF?#$?ZK7'?+'V')+[2Z6E?]5USJ(^ZRJY)?1\/!MWD0M+-W4B?:*,. MO9=*)2Y9:7[0B"+,\E-WT-*ZR?TBWW97#CR/;>T&I7E>?MJUGA.:WA4ST#TP0`?_ MG./X%SO@\Y0X/)OVO+?\\H$W/+;^LT0G.;X!^H'W/U4Y?O\CR:IHow-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 8:52:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from xerxes.lovett.com (xerxes.lovett.com [216.60.121.164]) by hub.freebsd.org (Postfix) with ESMTP id 0CA0C15235 for ; Sun, 29 Aug 1999 08:52:18 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by xerxes.lovett.com with local (Exim 3.03 #1) id 11L7Ei-0009bf-00; Sun, 29 Aug 1999 10:51:16 -0500 Date: Sun, 29 Aug 1999 10:51:15 -0500 From: Ade Lovett To: ports@freebsd.org Cc: nakai@internetsolutions.co.jp Subject: Re: Why libglade is broken Message-ID: <19990829105115.B34279@lovett.com> References: <37C924C3.14C08594@internetsolutions.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <37C924C3.14C08594@internetsolutions.co.jp> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 29, 1999 at 09:17:07PM +0900, owner-freebsd-ports@FreeBSD.ORG wrote: > > I want to know what environment the liblade port is broken. > (4.0-current?) > I comment out the BROKEN line and build successfully. Ok. Here's the deal. devel/libglade generates two libraries, libglade.so and libglade-gnome.so with the second dependent on functionality in the first. On the initial upgrade, everything worked fine for both myself (under -stable and -current) and Jeremy Lea (who also provided a chunk of input into those updates). However, a couple of other people (including Steve Price who took over the responsbility of committing the GNOME megapatch) had some weird build problems, which we finally tracked down to libtool not doing the right thing with (-rpath --> -Wl,--rpath -Wl,) for mode=link (the write up was sent to ports a while back -- check the archives). It's a particularly odd problem, since it only appears to affect a few people, and we've found no rhyme or reason as to the differences. The exact same port works for some people, but not others. For my part, I've rebuilt a few test systems (both -stable and -current, bootstrapped from 3.2-RELEASE and/or the current (at the time) snaps), and have been unable to reproduce the problem I have a (truly disgusting) quick hack to libtool to make it do the right thing, but I'm waiting to hear back comments from Jeremy, since it may have wide-reaching ramifications to all ports that use devel/libtool. > My environment is 3.2-RELEASE + 32 upgrade kit + > the cvs synced /usr/ports. > And how the problem is with the newer libglade, 0.4? The problem isn't with devel/libglade per se (I have the 0.4 update ready for a send-pr), but with devel/libtool. And again, only for some systems. I suppose we could remove the BROKEN tag from devel/libglade (and put math/gnumeric back into the gnome metaport), but it _will not_ work for some people. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 10: 2:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2429156C1 for ; Sun, 29 Aug 1999 10:02:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06450; Sun, 29 Aug 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 81FB7156C1 for ; Sun, 29 Aug 1999 09:58:39 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11L8Hg-0007BB-00; Sun, 29 Aug 1999 09:58:25 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id MAA62248; Sun, 29 Aug 1999 12:58:06 -0400 (EDT) (envelope-from will) Message-Id: <199908291658.MAA62248@shadow.blackdawn.com> Date: Sun, 29 Aug 1999 12:58:06 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13454: www/apache13-php4 port gd dependency broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13454 >Category: ports >Synopsis: www/apache13-php4 port gd dependency broken >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 Aug 29 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Hello. I have a problem with the apache13-php4 port. It looks like the PHP module is depending on a newer version of gd than the ports collection has: gcc295 -DHARD_SERVER_LIMIT=512 -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -funsigned-char -DTARGET=\"apache\" -DMOD_SSL=204100 -I/usr/ports/www/apache13-p hp4/work/php-4.0b2 -I/usr/ports/www/apache13-php4/work/php-4.0b2/libzend -I/usr/ ports/www/apache13-php4/work/php-4.0b2/libzend -I/usr/ports/www/apache13-php4/wo rk/php-4.0b2 -DEAPI -DEAPI_MM -DUSE_EXPAT -I./lib/expat-lite -O -pipe `./apaci` -L/usr/local/lib -Wl,-E -o apache buildmark.o modules.o modules/standard/libs tandard.a modules/php4/libphp4.a main/libmain.a ./os/unix/libos.a ap/libap.a lib/expat-lite/libexpat.a -L/usr/local/lib -R/usr/local/lib -R/usr/local/lib/m ysql -R/usr/local/pgsql/lib -Lmodules/php4 -L../modules/php4 -L../../modules/php 4 -lmodphp4 -L/usr/ports/www/apache13-php4/work/php-4.0b2/ext/pcre/pcrelib -lpcr e -lgdbm -L/usr/local/lib -lgd -lttf -lmcrypt -lmhash -L/usr/local/lib/mysql -l mysqlclient -L/usr/local/pgsql/lib -lpq -lpam -lz -lm -lcrypt -rdynamic -l crypt -lmm modules/php4/libphp4.a(ext_gd_gd.o): In function `php3_imagecreatefromgif': ext_gd_gd.o(.text+0x475): undefined reference to `gdImageCreateFromGif' modules/php4/libphp4.a(ext_gd_gd.o): In function `php3_imagegif': ext_gd_gd.o(.text+0xd76): undefined reference to `gdImageGif' ext_gd_gd.o(.text+0xdcf): undefined reference to `gdImageGif' collect2: ld returned 1 exit status *** Error code 1 Stop. *** Error code 1 At first, I thought it was because of gcc 2.7.2.3, so I tried using USE_NEWGCC / gcc 2.95.1, but that was not so. This error is exactly the same as I got under gcc 2.95.1. I checked for "gdImageGif" in /usr/local/include/gd/*, but none of the header files had that anywhere. This is for gd 1.6.2. I checked out the gd website (http://www.boutell.com/gd/) - it appears that the version of gd (1.6.2) that is currently in the ports tree does not support GIF in any manner or form. Note: I have successfully compiled Apache 1.3.9 + PHP 4.0b2 + mod_ssl 2.4.0 with MySQL, PostgreSQL, mhash, and mcrypt support...: *** /var/log/apache_error_log *** [Sun Aug 29 12:50:04 1999] [notice] Apache/1.3.9 (FreeBSD) PHP/4.0B2 configured -- resuming normal operations On another note, I will shortly be sending in a diff to udpate the gd port, from version 1.6.2 to 1.6.3. >How-To-Repeat: Updated ports collection, then: # cd /usr/ports/www/apache13-php4 && make install Subsequently, attempt to enable gd support in PHP. >Fix: What to do? Well - there are several options. We can either mark the entire port broken, or just the gd part, like we have the pdflib and IMAP parts. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 10:12:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2302156E7 for ; Sun, 29 Aug 1999 10:12:23 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA07030; Sun, 29 Aug 1999 10:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id 0593315787 for ; Sun, 29 Aug 1999 10:03:22 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11L8MR-0007Ie-00; Sun, 29 Aug 1999 10:03:20 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id NAA62478; Sun, 29 Aug 1999 13:03:17 -0400 (EDT) (envelope-from will) Message-Id: <199908291703.NAA62478@shadow.blackdawn.com> Date: Sun, 29 Aug 1999 13:03:17 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13455: update graphics/gd from 1.6.2 to 1.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13455 >Category: ports >Synopsis: update graphics/gd from 1.6.2 to 1.6.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: Sun Aug 29 10:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This is the update for gd, from 1.6.2 to 1.6.3. This is really just a simple bugfix in one of the source files, so there is almost nothing changed in the actual port. I think it's worthy to note that PNG is a supported graphic format in Netscape and MSIE's latest browsers, including Netscape 4.61 on FreeBSD, and MSIE 5.0 on Windows 95 (yes, I tested this personally). Perhaps PHP simply needs to update their graphical dependencies. ;-) >How-To-Repeat: Apply the following diff to the current gd port. >Fix: diff -urN --exclude=CVS gd/Makefile gd.new/Makefile --- gd/Makefile Thu Aug 26 00:23:14 1999 +++ gd.new/Makefile Sun Aug 29 12:42:05 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: gd -# Version required: 1.6.2 +# Version required: 1.6.3 # Date created: 27 Mar 1998 # Whom: jeff@cetlink.net # # $FreeBSD: ports/graphics/gd/Makefile,v 1.11 1999/08/25 06:13:55 obrien Exp $ # -DISTNAME= gd-1.6.2 +DISTNAME= gd-1.6.3 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ diff -urN --exclude=CVS gd/files/md5 gd.new/files/md5 --- gd/files/md5 Sun Aug 8 17:42:20 1999 +++ gd.new/files/md5 Sun Aug 29 12:50:32 1999 @@ -1 +1 @@ -MD5 (gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9 +MD5 (gd-1.6.3.tar.gz) = 519bfbb55e3b315dd3d5a37ab56c2d84 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 10:51:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0278515119; Sun, 29 Aug 1999 10:51:38 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA09361; Sun, 29 Aug 1999 10:51:38 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Date: Sun, 29 Aug 1999 10:51:38 -0700 (PDT) From: Message-Id: <199908291751.KAA09361@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/13454: www/apache13-php4 port gd dependency broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/apache13-php4 port gd dependency broken Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Sun Aug 29 10:51:06 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 12:25: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gw0.boostworks.com (gw0.boostworks.com [194.167.81.213]) by hub.freebsd.org (Postfix) with ESMTP id 82CB314D53; Sun, 29 Aug 1999 12:24:56 -0700 (PDT) (envelope-from root@synx.com) Received: from synx.com (root@rn.synx.com [192.1.1.241]) by gw0.boostworks.com (8.9.1/8.9.1) with ESMTP id VAA41117; Sun, 29 Aug 1999 21:24:50 +0200 (CEST) Message-Id: <199908291924.VAA41117@gw0.boostworks.com> Date: Sun, 29 Aug 1999 21:24:47 +0200 (CEST) From: Remy Nonnenmacher Reply-To: remy@synx.com Subject: Re: ports/13298: glib12 libraries named '-12' instead of 12 To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org In-Reply-To: <199908262128.OAA92779@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26 Aug, cpiazza@FreeBSD.org wrote: > Synopsis: glib12 libraries named '-12' instead of 12 > > State-Changed-From-To: open->feedback > State-Changed-By: cpiazza > State-Changed-When: Thu Aug 26 14:27:45 PDT 1999 > State-Changed-Why: > Please let me know if Brett Taylor's suggestion fixed your problem. > > > Responsible-Changed-From-To: freebsd-ports->cpiazza > Responsible-Changed-By: cpiazza > Responsible-Changed-When: Thu Aug 26 14:27:45 PDT 1999 > Responsible-Changed-Why: > So I don't forgot about this PR.. It worked fine. The origin was that the libtool was built using the RELEASE_3_2_0 port tag then an attempt was made to switch to head for other ports. Removing the new ports and the libtool then reinstalling all from HEAD worked fine. Thanks for closing that PR. RN. IhM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 12:36:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71F6F14E66; Sun, 29 Aug 1999 12:36:26 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19218; Sun, 29 Aug 1999 12:36:15 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Sun, 29 Aug 1999 12:36:15 -0700 (PDT) From: Message-Id: <199908291936.MAA19218@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13376: New ports: math/ngraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: math/ngraph Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Sun Aug 29 12:35:11 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 13:29: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBEB914CEA; Sun, 29 Aug 1999 13:29:01 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA22448; Sun, 29 Aug 1999 13:26:57 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Sun, 29 Aug 1999 13:26:57 -0700 (PDT) From: Message-Id: <199908292026.NAA22448@freefall.freebsd.org> To: sada@FreeBSD.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13376: New ports: math/ngraph Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New ports: math/ngraph Responsible-Changed-From-To: sada->freebsd-ports Responsible-Changed-By: sada Responsible-Changed-When: Sun Aug 29 13:25:42 PDT 1999 Responsible-Changed-Why: Sorry I have no motif kit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 13:50:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6458C151A2 for ; Sun, 29 Aug 1999 13:50:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA23347; Sun, 29 Aug 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail1.lig.bellsouth.net (mail1.lig.bellsouth.net [205.152.0.55]) by hub.freebsd.org (Postfix) with ESMTP id 9E285151D6 for ; Sun, 29 Aug 1999 13:45:14 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-216-79-214-33.sld.bellsouth.net [216.79.214.33]) by mail1.lig.bellsouth.net (3.3.2/8.9.3) with ESMTP id QAA07519 for ; Sun, 29 Aug 1999 16:45:31 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id PAA06453; Sun, 29 Aug 1999 15:44:09 -0500 (CDT) (envelope-from glenn) Message-Id: <199908292044.PAA06453@gforce.johnson.home> Date: Sun, 29 Aug 1999 15:44:09 -0500 (CDT) From: gjohnson@nola.srrc.usda.gov Reply-To: gjohnson@nola.srrc.usda.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13459: Update of biology/tinker port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13459 >Category: ports >Synopsis: Update of biology/tinker port >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 29 13:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: This updates the tinker port to the current status. The distribution file does not contain a version number. >How-To-Repeat: >Fix: Apply the enclosed diff to $PORTS/biology/tinker. diff -ruN tinker.old/files/md5 tinker/files/md5 --- tinker.old/files/md5 Sun Aug 29 00:02:07 1999 +++ tinker/files/md5 Sun Aug 29 00:53:11 1999 @@ -1 +1 @@ -MD5 (tinker.tar.gz) = 643ca5f0d1705bcffd35078b7953e1a6 +MD5 (tinker.tar.gz) = 057d58a10c3b35370b04f3239fbdce1d diff -ruN tinker.old/patches/patch-aa tinker/patches/patch-aa --- tinker.old/patches/patch-aa Sun Aug 29 00:02:08 1999 +++ tinker/patches/patch-aa Sun Aug 29 15:08:23 1999 @@ -1,5 +1,5 @@ ---- ../make/Makefile.orig Mon Jun 14 10:23:04 1999 -+++ ../make/Makefile Thu Jun 24 22:48:51 1999 +--- ../make/Makefile.orig Mon Jul 12 10:56:36 1999 ++++ ../make/Makefile Sun Aug 29 15:07:57 1999 @@ -9,8 +9,8 @@ ## ## 1. make all Build all the TINKER executables @@ -86,7 +86,7 @@ ################################################################# ## Should not be Necessary to Change Things Below this Point ## ################################################################# -@@ -765,6 +799,7 @@ +@@ -775,6 +809,7 @@ volume2.o \ writeout.o \ xyzatm.o @@ -94,7 +94,7 @@ alchemy.x: ${F77} ${LINKFLAGS} -o alchemy.x alchemy.o libtinker.a ${LIBS} -@@ -858,51 +893,51 @@ +@@ -868,51 +903,51 @@ ${F77} ${LINKFLAGS} -o xyzsybyl.x xyzsybyl.o libtinker.a ${LIBS} rename: diff -ruN tinker.old/pkg/PLIST tinker/pkg/PLIST --- tinker.old/pkg/PLIST Sun Aug 29 00:02:08 1999 +++ tinker/pkg/PLIST Sun Aug 29 15:23:03 1999 @@ -202,14 +202,12 @@ share/tinker/test/crambin.seq share/tinker/test/crambin.xyz share/tinker/test/crambinx.key -share/tinker/test/crambinx.ray share/tinker/test/crambinx.xyz share/tinker/test/crown.int share/tinker/test/crown.key share/tinker/test/crown.xyz share/tinker/test/cychept.int share/tinker/test/cychept.key -share/tinker/test/cychept.pdb share/tinker/test/cychept.xyz share/tinker/test/cyclo.int share/tinker/test/cyclo.key @@ -223,7 +221,6 @@ share/tinker/test/dimethane.key share/tinker/test/dimethane.xyz share/tinker/test/diwater.key -share/tinker/test/diwater.min share/tinker/test/diwater.xyz share/tinker/test/enkephalin.int share/tinker/test/enkephalin.key >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 14:10: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7399A15212 for ; Sun, 29 Aug 1999 14:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA24235; Sun, 29 Aug 1999 14:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from esmeralda.xaa.iae.nl (esmeralda.xaa.iae.nl [194.151.75.9]) by hub.freebsd.org (Postfix) with ESMTP id 4A08B15216 for ; Sun, 29 Aug 1999 14:02:55 -0700 (PDT) (envelope-from root@xaa.iae.nl) Received: by esmeralda.xaa.iae.nl (Postfix, from userid 0) id 3454BBA05; Sun, 29 Aug 1999 23:02:08 +0200 (MET DST) Message-Id: <19990829210208.3454BBA05@esmeralda.xaa.iae.nl> Date: Sun, 29 Aug 1999 23:02:08 +0200 (MET DST) From: xaa@xaa.iae.nl Reply-To: xaa@xaa.iae.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13460: Upgrade port games/xboard Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13460 >Category: ports >Synopsis: Upgrade to new version >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 29 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mark Huizer >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: Ports tree >Description: Upgrade Xboard from 4.0.2 to 4.0.3 Change master sites >How-To-Repeat: >Fix: Apply patch below diff -udr games/xboard/Makefile myports/xboard/Makefile --- orig/xboard/Makefile Thu Aug 26 22:41:13 1999 +++ games/xboard/Makefile Sun Aug 29 22:43:38 1999 @@ -6,10 +6,10 @@ # $FreeBSD: ports/games/xboard/Makefile,v 1.19 1999/08/25 06:04:50 obrien Exp $ # -DISTNAME= xboard-4.0.2 +DISTNAME= xboard-4.0.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= xboard +MASTER_SITES= ftp://ftp.freechess.org/pub/chess/X/ \ + http://www.research.digital.com/SRC/personal/Tim_Mann/xboard/ MAINTAINER= xaa@xaa.iae.nl diff -udr games/xboard/files/md5 myports/xboard/files/md5 --- orig/xboard/files/md5 Mon Jun 7 18:48:43 1999 +++ games/xboard/files/md5 Sun Aug 29 22:55:18 1999 @@ -1 +1 @@ -MD5 (xboard-4.0.2.tar.gz) = e47ab3a6fab0cfded0fff6d7ee147589 +MD5 (xboard-4.0.3.tar.gz) = 98162e321ce71adb72eb23e937b50203 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 14:15:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from catarina.usc.edu (catarina.usc.edu [128.125.51.47]) by hub.freebsd.org (Postfix) with SMTP id C7448151E9 for ; Sun, 29 Aug 1999 14:15:04 -0700 (PDT) (envelope-from pavlin@catarina.usc.edu) Received: from rumi.usc.edu (rumi.usc.edu [128.125.51.41]) by catarina.usc.edu (8.6.10/8.6.9) with ESMTP id OAA07737; Sun, 29 Aug 1999 14:14:57 -0700 Received: from rumi (localhost [127.0.0.1]) by rumi.usc.edu (8.9.3/8.6.9) with ESMTP id OAA51025; Sun, 29 Aug 1999 14:14:41 -0700 (PDT) Message-Id: <199908292114.OAA51025@rumi.usc.edu> To: freebsd-ports@freebsd.org Cc: pavlin@catarina.usc.edu Subject: Patching the patches? Date: Sun, 29 Aug 1999 14:14:41 -0700 From: Pavlin Ivanov Radoslavov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, Some background: In our lab we have one FreeBSD-3.2 machine exporting its /usr/local to all other machines so all the software we install on that machine appear on other machines under /import (each machine also has its own /usr/local). A one-time editing of /usr/ports/Mk/bsd.port.mk (replacing of all /usr/local with /import) makes life easier, so the programs in the port collection are eventually compiled and installed using /import in mind instead of /usr/local Well, I just found that the mh configuration (/usr/ports/mail/mh) does not use any definitions from the Makefile re. various paths. In this particular example patches/patch.aa contains a number of absolute paths, and as a result, all MH binaries have /usr/local/something path inside, and cannot be used by other hosts that expect the MH binaries under /import because one binary may call another using the hardcoded path to it. I was wondering whether there is an automatic method to change/modify the patches/* files according to the configuration in bsd.port.mk before applying them. Or maybe this is just one isolated example and doesn't worth the effort... Thanks, Pavlin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 14:57:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4CF514CE9; Sun, 29 Aug 1999 14:57:56 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA27086; Sun, 29 Aug 1999 14:55:28 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sun, 29 Aug 1999 14:55:28 -0700 (PDT) From: Message-Id: <199908292155.OAA27086@freefall.freebsd.org> To: xaa@xaa.iae.nl, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13460: Upgrade to new version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade to new version State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sun Aug 29 14:55:06 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 15: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4A8D15138 for ; Sun, 29 Aug 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA27373; Sun, 29 Aug 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from esmeralda.xaa.iae.nl (esmeralda.xaa.iae.nl [194.151.75.9]) by hub.freebsd.org (Postfix) with ESMTP id 7A114151A3 for ; Sun, 29 Aug 1999 14:52:33 -0700 (PDT) (envelope-from root@xaa.iae.nl) Received: by esmeralda.xaa.iae.nl (Postfix, from userid 0) id EBCC3BA02; Sun, 29 Aug 1999 23:49:19 +0200 (MET DST) Message-Id: <19990829214919.EBCC3BA02@esmeralda.xaa.iae.nl> Date: Sun, 29 Aug 1999 23:49:19 +0200 (MET DST) From: xaa@xaa.iae.nl Reply-To: xaa@xaa.iae.nl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13461: Upgrade port games/gnuchess Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13461 >Category: ports >Synopsis: Upgrade poirt to version 4.0pl80 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 29 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mark Huizer >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: apply patch diff -udr orig/gnuchess/Makefile games/gnuchess/Makefile --- orig/gnuchess/Makefile Thu Aug 26 22:40:45 1999 +++ games/gnuchess/Makefile Sun Aug 29 23:29:13 1999 @@ -6,8 +6,8 @@ # $FreeBSD: ports/orig/gnuchess/Makefile,v 1.7 1999/08/25 06:03:35 obrien Exp $ # -DISTNAME= gnuchess-4.0.pl79 -PKGNAME= gnuchess-4.0.79 +DISTNAME= gnuchess-4.0.pl80 +PKGNAME= gnuchess-4.0.80 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnuchess diff -udr orig/gnuchess/files/md5 games/gnuchess/files/md5 --- orig/gnuchess/files/md5 Tue Dec 29 08:27:57 1998 +++ games/gnuchess/files/md5 Sun Aug 29 23:05:28 1999 @@ -1 +1 @@ -MD5 (gnuchess-4.0.pl79.tar.gz) = 54be6bdcc55d36387213389369f78ec0 +MD5 (gnuchess-4.0.pl80.tar.gz) = 833110654ec086b4ace45e037612033e diff -udr orig/gnuchess/patches/patch-aa games/gnuchess/patches/patch-aa --- orig/gnuchess/patches/patch-aa Tue Dec 29 08:27:59 1998 +++ games/gnuchess/patches/patch-aa Sun Aug 29 23:29:43 1999 @@ -1,6 +1,6 @@ diff -udr ../../gnuchess-4.0.pl79/src/dspcom.c ./src/dspcom.c --- ../../gnuchess-4.0.pl79/src/dspcom.c Mon Sep 28 08:41:19 1998 -+++ ./src/dspcom.c Thu Dec 10 23:40:57 1998 ++++ ./dspcom.c Thu Dec 10 23:40:57 1998 @@ -1099,14 +1099,14 @@ #ifdef NONDSP s[0] = sx[0] = '\0'; @@ -19,7 +19,7 @@ sscanf (sx, "%s", s); diff -udr ../../gnuchess-4.0.pl79/src/gnuan.c ./src/gnuan.c --- ../../gnuchess-4.0.pl79/src/gnuan.c Mon Sep 28 08:41:21 1998 -+++ ./src/gnuan.c Thu Dec 10 23:39:26 1998 ++++ ./gnuan.c Thu Dec 10 23:39:26 1998 @@ -1348,12 +1348,12 @@ fpout = stderr; fprintf (fpout, "Input the file with the algebraic moves of the game.\n"); @@ -63,18 +63,9 @@ p = GNUANinbuf1; q = GNUANinbuf; while (true) -@@ -1724,7 +1725,7 @@ - move_percent[black] = ((float) same_moves[black]) * 200 / (float) (GNUANmovecnt + (GNUANmovecnt % 2 ? 1 : 0)); - fprintf (fpout, "\n White's percentage was %5.2f%%. Black's percentage was %5.2f%%.\n", move_percent[white], move_percent[black]); - time (&end_time); -- elapsed_time = difftime(end_time - start_time); -+ elapsed_time = difftime(end_time, start_time); - fprintf (fpout, "\n Elapsed time was %ld seconds.\n", elapsed_time); - fclose (fpin); - fclose (fpout); diff -udr ../../gnuchess-4.0.pl79/src/nondsp.c ./src/nondsp.c --- ../../gnuchess-4.0.pl79/src/nondsp.c Mon Sep 28 08:41:22 1998 -+++ ./src/nondsp.c Thu Dec 10 23:39:26 1998 ++++ ./nondsp.c Thu Dec 10 23:39:26 1998 @@ -264,10 +264,11 @@ NewGame (); @@ -100,7 +91,7 @@ /* skip whitespace */ diff -udr ../../gnuchess-4.0.pl79/src/search.c ./src/search.c --- ../../gnuchess-4.0.pl79/src/search.c Mon Sep 28 08:41:23 1998 -+++ ./src/search.c Thu Dec 10 23:39:26 1998 ++++ ./search.c Thu Dec 10 23:39:26 1998 @@ -174,7 +174,7 @@ while (true) { @@ -112,7 +103,7 @@ else if (b[0] == '\0') diff -udr ../../gnuchess-4.0.pl79/src/uxdsp.c ./src/uxdsp.c --- ../../gnuchess-4.0.pl79/src/uxdsp.c Mon Sep 28 08:41:25 1998 -+++ ./src/uxdsp.c Thu Dec 10 23:41:35 1998 ++++ ./uxdsp.c Thu Dec 10 23:41:35 1998 @@ -773,9 +773,9 @@ refresh (); #ifdef MSDOS >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 17:45:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (Postfix) with ESMTP id CBE1D14DE4 for ; Sun, 29 Aug 1999 17:45:26 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id TAA16987; Sun, 29 Aug 1999 19:42:29 -0500 (CDT) Received: from sji-ca5-176.ix.netcom.com(209.109.234.176) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma016914; Sun Aug 29 19:42:16 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA45081; Sun, 29 Aug 1999 17:42:09 -0700 (PDT) To: Chris Piazza Cc: FreeBSD Ports Subject: Re: USE_QT2 in bsd.port.mk References: <19990829022856.H56753@norn.ca.eu.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 29 Aug 1999 17:42:08 -0700 In-Reply-To: Chris Piazza's message of "Sun, 29 Aug 1999 02:28:56 -0700" Message-ID: Lines: 11 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * I recently committed the (long awaited) qt2 port, and I'd Err, repository copy.... :< * like to get the functionality of USE_QT2 into bsd.port.mk. * It requires USE_NEWGCC because qt2 had to be built with it... * I'm not really sure of the wording on the comments, though. Is it incompatible with QT-1.4*? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 17:52:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id F20D9158ED; Sun, 29 Aug 1999 17:51:57 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 8AC2079F; Sun, 29 Aug 1999 17:49:58 -0700 (PDT) Date: Sun, 29 Aug 1999 17:49:58 -0700 From: Chris Piazza To: Satoshi - Ports Wraith - Asami Cc: Chris Piazza , FreeBSD Ports Subject: Re: USE_QT2 in bsd.port.mk Message-ID: <19990829174958.B34749@norn.ca.eu.org> References: <19990829022856.H56753@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 29, 1999 at 05:42:08PM -0700, Satoshi - Ports Wraith - Asami wrote: > * I recently committed the (long awaited) qt2 port, and I'd > > Err, repository copy.... :< Ack, I didn't even think about that. Sorry :( > > * like to get the functionality of USE_QT2 into bsd.port.mk. > * It requires USE_NEWGCC because qt2 had to be built with it... > * I'm not really sure of the wording on the comments, though. > > Is it incompatible with QT-1.4*? Not at all. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 17:56:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 5ABDB150B4; Sun, 29 Aug 1999 17:56:26 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 0786879F; Sun, 29 Aug 1999 17:54:25 -0700 (PDT) Date: Sun, 29 Aug 1999 17:54:24 -0700 From: Chris Piazza To: Chris Piazza Cc: Satoshi - Ports Wraith - Asami , FreeBSD Ports Subject: Re: USE_QT2 in bsd.port.mk Message-ID: <19990829175424.C34749@norn.ca.eu.org> References: <19990829022856.H56753@norn.ca.eu.org> <19990829174958.B34749@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <19990829174958.B34749@norn.ca.eu.org> X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 29, 1999 at 05:49:58PM -0700, Chris Piazza wrote: > On Sun, Aug 29, 1999 at 05:42:08PM -0700, Satoshi - Ports Wraith - Asami wrote: > > > * It requires USE_NEWGCC because qt2 had to be built with it... > > * I'm not really sure of the wording on the comments, though. > > > > Is it incompatible with QT-1.4*? > > Not at all. Err, misread that. It is not at all compatible with qt-1.4x -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 18: 8:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 4E7F715133; Sun, 29 Aug 1999 18:08:49 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id UAA13862; Sun, 29 Aug 1999 20:07:42 -0500 (CDT) Date: Sun, 29 Aug 1999 20:07:41 -0500 (CDT) From: Steve Price To: Chris Piazza Cc: Satoshi - Ports Wraith - Asami , FreeBSD Ports Subject: Re: USE_QT2 in bsd.port.mk In-Reply-To: <19990829175424.C34749@norn.ca.eu.org> 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, 29 Aug 1999, Chris Piazza wrote: #>> Is it incompatible with QT-1.4*? #> #> Not at all. # # Err, misread that. It is not at all compatible with qt-1.4x Speaking of incompatible and repository copies... Does anyone but me think it would be a good idea to put this port in a directory like qt200 instead of qt2, since we've had a history of having at least 3 of these things around for a long time. If we moved the port to a new directory, Satoshi could do a repo-copy first, Chris could commit the good bits over that, and then we could kill off qt2. If having qt200 is too much, how about having a qt2xx/qt2x/qt20x/qt20 instead. If the past is any indication we'll soon have 3 different versions of QT2 laying around along with 3 versions of QT1 to support all the ports in the tree. :/ -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 18:19: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id 8E89E15133 for ; Sun, 29 Aug 1999 18:19:01 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id UAA23038; Sun, 29 Aug 1999 20:15:34 -0500 (CDT) Received: from sji-ca5-176.ix.netcom.com(209.109.234.176) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma023032; Sun Aug 29 20:15:12 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id SAA45626; Sun, 29 Aug 1999 18:14:35 -0700 (PDT) To: Steve Price Cc: Chris Piazza , FreeBSD Ports Subject: Re: USE_QT2 in bsd.port.mk References: From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 29 Aug 1999 18:14:32 -0700 In-Reply-To: Steve Price's message of "Sun, 29 Aug 1999 20:07:41 -0500 (CDT)" Message-ID: Lines: 14 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Steve Price * # Err, misread that. It is not at all compatible with qt-1.4x * * Speaking of incompatible and repository copies... Does anyone * but me think it would be a good idea to put this port in a * directory like qt200 instead of qt2, since we've had a history Great idea. I was going to suggest this myself after getting Chris's response, but you beat me to it. :) So, what's it going to be? It's qt-2.0.1 now, so is qt201 ok, Chris? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 18:31:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id DD259151FE; Sun, 29 Aug 1999 18:31:34 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id C0ABF782; Sun, 29 Aug 1999 18:29:38 -0700 (PDT) Date: Sun, 29 Aug 1999 18:29:38 -0700 From: Chris Piazza To: Satoshi - Ports Wraith - Asami Cc: Steve Price , Chris Piazza , FreeBSD Ports Subject: Re: USE_QT2 in bsd.port.mk Message-ID: <19990829182938.D34749@norn.ca.eu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 29, 1999 at 06:14:32PM -0700, Satoshi - Ports Wraith - Asami wrote: > * From: Steve Price > > * # Err, misread that. It is not at all compatible with qt-1.4x > * > * Speaking of incompatible and repository copies... Does anyone > * but me think it would be a good idea to put this port in a > * directory like qt200 instead of qt2, since we've had a history > > Great idea. I was going to suggest this myself after getting Chris's > response, but you beat me to it. :) > > So, what's it going to be? It's qt-2.0.1 now, so is qt201 ok, Chris? That's great. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "It's better to be quotable than to be honest." --Tom Stoppard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 19:23:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3B1C150B4; Sun, 29 Aug 1999 19:23:27 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54375; Sun, 29 Aug 1999 19:21:26 -0700 (PDT) (envelope-from mph@FreeBSD.org) Date: Sun, 29 Aug 1999 19:21:26 -0700 (PDT) From: Message-Id: <199908300221.TAA54375@freefall.freebsd.org> To: xaa@xaa.iae.nl, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/13461: Upgrade poirt to version 4.0pl80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade poirt to version 4.0pl80 State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Sun Aug 29 22:20:59 EDT 1999 State-Changed-Why: Updated, thanks. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Sun Aug 29 22:20:59 EDT 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 20:29:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 4E8C2151D7 for ; Sun, 29 Aug 1999 20:29:07 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18415.on.bellglobal.com (Hamilton-ppp44868.sympatico.ca [206.172.76.61]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id XAA21777; Sun, 29 Aug 1999 23:32:42 -0400 (EDT) Received: (from tim@localhost) by ppp18415.on.bellglobal.com (8.9.3/8.9.1) id XAA64950; Sun, 29 Aug 1999 23:29:28 -0400 (EDT) (envelope-from tim) Date: Sun, 29 Aug 1999 23:29:28 -0400 From: Tim Vanderhoek To: Pavlin Ivanov Radoslavov Cc: freebsd-ports@freebsd.org Subject: Re: Patching the patches? Message-ID: <19990829232927.B64768@ppp18415.on.bellglobal.com> Reply-To: hoek@freebsd.org References: <199908292114.OAA51025@rumi.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199908292114.OAA51025@rumi.usc.edu>; from Pavlin Ivanov Radoslavov on Sun, Aug 29, 1999 at 02:14:41PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Aug 29, 1999 at 02:14:41PM -0700, Pavlin Ivanov Radoslavov wrote: > > I was wondering whether there is an automatic method to > change/modify the patches/* files according to the configuration in > bsd.port.mk before applying them. The patches/* files are supposed to adapt themselves to the configuration in bsd.port.mk, not the other way around. From your description, adding -DPREFIX=${PREFIX} (and more?) to CFLAGS and then modifying patches/* to use these new defines, sounds like the easiest fix. If you have an up-to-date port, you are welcome to submit a bug-report (send-pr(1)) with your changes. Consider contacting the MAINTAINER first. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 22:52:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E94614F4B; Sun, 29 Aug 1999 22:52:14 -0700 (PDT) (envelope-from jim@FreeBSD.org) Received: (from jim@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA71010; Sun, 29 Aug 1999 22:51:42 -0700 (PDT) (envelope-from jim@FreeBSD.org) Date: Sun, 29 Aug 1999 22:51:42 -0700 (PDT) From: Message-Id: <199908300551.WAA71010@freefall.freebsd.org> To: jedgar@fxp.org, jim@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13019: New port: pan -- Threaded GNOME newsreader Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: pan -- Threaded GNOME newsreader State-Changed-From-To: open->closed State-Changed-By: jim State-Changed-When: Sun Aug 29 22:51:04 PDT 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Aug 29 23: 1:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nttdtec.co.jp (atom.nttdtec.co.jp [210.161.252.51]) by hub.freebsd.org (Postfix) with SMTP id 9F51A1510A; Sun, 29 Aug 1999 23:01:13 -0700 (PDT) (envelope-from ryuichiro.imura@nttdtec.co.jp) Received: from mail0.nttdtec.co.jp by nttdtec.co.jp (SMI-8.6/SMI-SVR4) id OAA07515; Mon, 30 Aug 1999 14:58:06 +0900 Received: from imurar.nttdtec.co.jp ([192.168.16.99]) by mail0.nttdtec.co.jp (Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) with SMTP id 492567DD.002061F3; Mon, 30 Aug 1999 14:53:42 +0900 Message-ID: <001501bef2ac$fd7d5a20$6310a8c0@imurar.nttdtec.co.jp> From: "=?iso-2022-jp?B?GyRCMGZCPBsoQiAbJEJONTBsTzobKEI=?=" To: "Steve Price" , "Satoshi - Ports Wraith - Asami" Cc: "Chris Piazza" , "FreeBSD Ports" Subject: RE: USE_QT2 in bsd.port.mk Date: Mon, 30 Aug 1999 15:00:40 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MimeMultipartBoundary" 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 --MimeMultipartBoundary Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit > * From: Steve Price > > * # Err, misread that. It is not at all compatible with qt-1.4x > * > * Speaking of incompatible and repository copies... Does anyone > * but me think it would be a good idea to put this port in a > * directory like qt200 instead of qt2, since we've had a history > >Great idea. I was going to suggest this myself after getting Chris's >response, but you beat me to it. :) > >So, what's it going to be? It's qt-2.0.1 now, so is qt201 ok, Chris? > >Satoshi Qt says 2-VER_MAJ 0-VER_MIN 1-VER_PATCH so, next Qt-2.0.2, Qt-2.0.3... shuld be compatible, I think. Qt renames but directory name remains, it seems strange, isn't it? I think qt20 is better. ----- R. Imura --MimeMultipartBoundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 0: 2:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (Postfix) with ESMTP id A6F5615151 for ; Mon, 30 Aug 1999 00:02:30 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id CAA21885; Mon, 30 Aug 1999 02:00:14 -0500 (CDT) Received: from sji-ca3-113.ix.netcom.com(209.109.233.113) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma021846; Mon Aug 30 01:59:42 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA46680; Sun, 29 Aug 1999 23:59:24 -0700 (PDT) To: Chris Piazza Cc: Steve Price , FreeBSD Ports Subject: Re: USE_QT2 in bsd.port.mk References: <19990829182938.D34749@norn.ca.eu.org> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 29 Aug 1999 23:59:23 -0700 In-Reply-To: Chris Piazza's message of "Sun, 29 Aug 1999 18:29:38 -0700" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chris Piazza * > So, what's it going to be? It's qt-2.0.1 now, so is qt201 ok, Chris? * * That's great. Ok, I copied qt142 to x11-toolkits/qt201. Go ahead and blow away qt2. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 0: 3:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 49EB514C99 for ; Mon, 30 Aug 1999 00:03:39 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id CAA24967; Mon, 30 Aug 1999 02:03:34 -0500 (CDT) Received: from sji-ca3-113.ix.netcom.com(209.109.233.113) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma024962; Mon Aug 30 02:03:13 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA46720; Mon, 30 Aug 1999 00:03:04 -0700 (PDT) Date: Mon, 30 Aug 1999 00:03:04 -0700 (PDT) Message-Id: <199908300703.AAA46720@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ryuichiro.imura@nttdtec.co.jp Cc: "Steve Price" , "Chris Piazza" , "FreeBSD Ports" Subject: Re: USE_QT2 in bsd.port.mk References: <001501bef2ac$fd7d5a20$6310a8c0@imurar.nttdtec.co.jp> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Qt says * 2-VER_MAJ * 0-VER_MIN * 1-VER_PATCH * * so, next Qt-2.0.2, Qt-2.0.3... shuld be compatible, I think. * Qt renames but directory name remains, it seems strange, isn't it? * I think qt20 is better. Hmm. I distinctly remembering having to create qt141 and then qt142 because they were not quite compatible to qt140. Anyway, I made a copy to qt201 for now. If the next version is compatible, we can always call that one qt20 and erase qt201. * R. Imura Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 0:45: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nttdtec.co.jp (atom.nttdtec.co.jp [210.161.252.51]) by hub.freebsd.org (Postfix) with SMTP id 1045015124; Mon, 30 Aug 1999 00:45:06 -0700 (PDT) (envelope-from ryuichiro.imura@nttdtec.co.jp) Received: from mail0.nttdtec.co.jp by nttdtec.co.jp (SMI-8.6/SMI-SVR4) id QAA08032; Mon, 30 Aug 1999 16:44:36 +0900 Received: from imurar.nttdtec.co.jp ([192.168.16.99]) by mail0.nttdtec.co.jp (Lotus SMTP MTA v4.6.2 (693.3 8-11-1998)) with SMTP id 492567DD.002A1DEE; Mon, 30 Aug 1999 16:40:01 +0900 Message-ID: <006c01bef2bb$d7c26500$6310a8c0@imurar.nttdtec.co.jp> From: "=?iso-8859-1?B?iOSRuiCXs4jqmFk=?=" To: , Cc: "Steve Price" , "Chris Piazza" , "FreeBSD Ports" Subject: RE: USE_QT2 in bsd.port.mk Date: Mon, 30 Aug 1999 16:47:00 +0900 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MimeMultipartBoundary" 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 --MimeMultipartBoundary Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > * so, next Qt-2.0.2, Qt-2.0.3... shuld be compatible, I think. > * Qt renames but directory name remains, it seems strange, isn't it? > * I think qt20 is better. > >Hmm. I distinctly remembering having to create qt141 and then qt142 >because they were not quite compatible to qt140. > >Anyway, I made a copy to qt201 for now. If the next version is >compatible, we can always call that one qt20 and erase qt201. > > * R. Imura > >Satoshi OK. No problem. ----- R. Imura --MimeMultipartBoundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 0:58:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dt011n65.san.rr.com (dt010nb9.san.rr.com [204.210.12.185]) by hub.freebsd.org (Postfix) with ESMTP id D17AA14F09 for ; Mon, 30 Aug 1999 00:58:27 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.9.3/8.8.8) with ESMTP id AAA01566; Mon, 30 Aug 1999 00:58:11 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37CA3993.5A1E1F04@gorean.org> Date: Mon, 30 Aug 1999 00:58:11 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Christopher Hall Cc: freebsd-ports@FreeBSD.ORG, Doug Barton Subject: Re: mergemaster - broken by change from $Id: to $FreeBSD: References: <199908300608.OAA45921@hsw.generalresources.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christopher Hall wrote: > > I just ran mergemaster and it modified almost every file in /etc > > noticed that almost every file has been changed e.g.: > > # $FreeBSD: /cvs/src/etc/aliases,v 1.8.2.2 1999/08/29 14:18:37 peter Exp $ > > Previous was: > > # $Id: aliases,v 1.8.2.1 1999/02/09 15:07:12 des Exp $ > > a re-run of mergemaster does not recognise the version numbers. There is a version of mergemaster that does at http://freebsd.simplenet.com/mergemaster-1.25. I'm not ready to re-roll the port, although since this change was committed to -Stable too looks like that's going to take top priority for now. > I have mergemaster-1.24 and cvsup-bin-16.0 > > Is this change from $Id: to $FreeBSD: a permanent change? Yes. If you're going to run -Stable or -Current you must subscribe to and read the matching mailing list, and the cvs commit list. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 5:20:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5326E15227 for ; Mon, 30 Aug 1999 05:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01753; Mon, 30 Aug 1999 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D292B14D04; Mon, 30 Aug 1999 05:13:52 -0700 (PDT) Message-Id: <19990830121352.D292B14D04@hub.freebsd.org> Date: Mon, 30 Aug 1999 05:13:52 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13466: Update port: x11-wm/afterstep-devel to 1.7.142 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13466 >Category: ports >Synopsis: Update port: x11-wm/afterstep-devel to 1.7.142 >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 Aug 30 05:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Updated version 1.7.126 to 1.7.142 >How-To-Repeat: >Fix: begin 644 afterstep-devel.patch.gz M'XL("%6UR#<"`V%F=&5RPDI5#:D+12P?$\ MSXQGQC-V\'$0`"6EH,;E&`0P3. MR)N*HM10UYB1&(S2-3!,H`V&ACG4=:#;MMULM5KG;#6775!+^!.=J!;%'`(V&(/(Z%[>C%KX#08>/5DMX9=!Z;RF_@ M'S$A@13]2#%%_K`A1;K1;[8^%'8-:6\,.0(>1>)+"!HZF,$GN3Q+"K]M2"0F M&]<4<0Z6\"DD5,Q+T<74'X(7']L/0.^8WZS#$7/P]F5J,;,12/BU]'R)7S]_5X M>G_9R'/.8IBP#>%,.CD;3>=+\3\1XBRC5P%%R&5^A]!ULW4JOA'B:V>K\:3Q60^=BX;WY.HTQU>_%S.`>H6$Q[_*>JZ95]6$[=H:8-=?N@G$0MR4)29N,> M^/UD&KH5@/W"AV?7ZNB8R](Z.KG&H M8V`.+&]@N;JF&3U7AZ9N0E?W!C[TM8'M^[4BGFS7ZN*KV.#@'*!BQ/?X3T7\ ME7T8\=ZP9PRU_F$#$\4N&IC1R^+NXE@=Q3@2[:0)Y,-KA;6.'GWB%3/,(U$$ M8[^3A"\SB%-">/XT4Q&^P]S;['#L MDYV24,08\C_'SEA*%19'C%>WD6N/4)S67]\K-^.TSG'6*^R1&#^CJG"V27DU M+&1ZIZ<4ZN^5Y#.L:HX39KTPZD7L@%B=L,5A>&1&;EW#[K4'H&5J>KM?NG.E M.:9:;I*H6AN.@@6H4CNQ:)57/EB_.^?+,>$6RKAO;]Z3/X M#*F.I0FD?+,/N*E9V<54'&AMW:P0\D*+B_)-6$Z5F<%^)X*X'9;K.UMGCO:)FV^=%V M"PG9LNRS,T8HN19-OA0TX1MYIS^',$X#=@"YH3!"K%3+;?H4;M`["3W%&*6* M9M"[2;PG@:!*6:[AA_+`4L4HJDN5*0@V"6 MXZ[6:^L::'4UNVV=2['HJD_NN12'>+WAU5!27VF*8K0MU4*HM\%^*21):2)_ M/RR!\)3^2`EF[ZPX)K$B2B[`ZY1"-T2JMG*AMUW3_`VR`CQ`*.SH/7%?K0'O M2WB6GIXITM+J]GH?W*-/5)BKS">C6\UB`3>-6G!Y_3X-Z0E:_MIHN9A_7\Q8 I!?CW)#+^3-85EB'>J2F75ZQ3;)+_%/!VFF6O[FS_>\3_W5#85Z46``!_ ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 5:20:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2F8F152AE for ; Mon, 30 Aug 1999 05:20:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA01763; Mon, 30 Aug 1999 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3757814EDA; Mon, 30 Aug 1999 05:19:32 -0700 (PDT) Message-Id: <19990830121932.3757814EDA@hub.freebsd.org> Date: Mon, 30 Aug 1999 05:19:32 -0700 (PDT) From: rmiya@cc.hirosaki-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13467: new port: biology/xmolwt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13467 >Category: ports >Synopsis: new port: biology/xmolwt >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 Aug 30 05:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryo MIYAMOTO >Release: >Organization: Hirosaki Univ. >Environment: FreeBSD 3.2-RELEASE >Description: I submit a new port of biology/xmolwt. The original program was made by myself. But I'm not having a suitable anonymous ftp site, where the sources of the program will be distributed from. What shall I do ? >How-To-Repeat: >Fix: begin 644 xmolwt-port.tar.gz M'XL(`"!ORC<``^T8:V_;1BQ?<[^"0/(A22M9LAY^=!GJQF[F-;(-V5L[8$`@ M2V?Y%CT\Z50G"[S?/DJ6'3MNXB:K7;0U`4$\DG>DQ"./O&L_],:\L+=)`%4J M:1KL`<@E34[?"%+^S@>@E_2BJI>*BH)B4DG7]T#;J%4Y)#&W(H"]R&>XG]55E%,UC1IY_]MP(+_S]J&T6CUOKP.69)T M57W8_[*DSOROZ,4B$HJZ6MP#ZPA4(_Z.(Y%\K6_80?/AX7X[UPTNQN(_O7Q MKZJE>?Y72NGY7U0U=1?_VX`^"PINM@=(BDZQ>&A%M."$=B'?'K^$8QXF,161 M]@CWK]$JTZ26X]-5^H<'5#DA%UU^%7U"S_0E#KGO/<04Z*-LT66#59Y[QWOM ML"CRX;[(]YOB%N*_WNB>F9O0L2[^=5F>Q;^*3Q;_DKZ+_VW`-`SAR`@Y&\!' M&L4L#(X+YSGYO/?NQ9Q*R/^O%H"@,/`A!9=]I`'80^HS7&FVA@@S+6'$6>`" MHOV$>4Z*)R.P8-&D=/ETK=PDG-P`3^C]) MD;+Z7])V_?]68,G_OK.17[XN_T-:\RW[7RLJN_R_#3#J&ASE.4D2%1%_ANC^ M?[K8E^))C5?Q;'DVY#)\!3 M\G])D;/Z3Y9W^7\;<,__V5NP'OL13X=U^5^32O?\CQM&WN7_;<#)R:2^P;6WJF4(F52E6I1GDJ=+$,Z!N5E M&;)!NH3R4I8`$0$+9RSES]JMM\US/&Y0MUP4[#`8,!=9[3>_=I$Z[HD+U+9*N3W(2_2VCY#YR2`?2\`(<[',*-^NV=A'O\SQVY$QYKX+RK: M//YUO53*ZC]5V\7_-N``6G2<-=LQ1I+G49NG?;6?[X>T+:_"TCT9.8#?\^X[ MHG\G#`.Q"E@Z(KV>7@;8$<47TM)\($AE09&0]7X8^E4P;T(PFG_4C':O#4?9 M+W]MVRLM\S$YP"F'3>>0D'JSVVO5C,8IW%6IY*S6:YRWS6:C>PI]%GJA>T,. MC%JWUS`ON\U>2OZ\IGR4]#UF7Z:]^*Q!)TOK$!PV6SU\&N8I/&@Q(1?--Y?U M1J?1JJ-RU\%D)LK5P]M.V^QUZTUS4KB698&'H7?%>%S(LAW\2?9=C_571!WZ MD7J%*2L3\D,G\>AZ.?ZY:EG`O4\O1CFGUYR0W[J-RW.C]@Y__`V-R7OS7=<\ M.X7#6\0R^P?VL5&><(_)_N&M:4Q`B`8HTS$;;YL?)H65ZUJ4,C(K'Q,B3KB@ M]?"VV>KV:A<7EQVS?6[6C,F=$?G.7UBLSX*9H0ND5[!Z.APO+EVO]6J+Z\YO MSD_6?,U#"TQOUY\Y^[+)'-P`166![B4/AIW[L ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 6:50: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DFBE7151DE for ; Mon, 30 Aug 1999 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA57566; Mon, 30 Aug 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 936AC15143; Mon, 30 Aug 1999 06:42:24 -0700 (PDT) Message-Id: <19990830134224.936AC15143@hub.freebsd.org> Date: Mon, 30 Aug 1999 06:42:24 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13469: [PATCH] New version 2.2 of wmakerconf and new port of libwmfun-0.0.1 for it. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13469 >Category: ports >Synopsis: [PATCH] New version 2.2 of wmakerconf and new port of libwmfun-0.0.1 for it. >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 Aug 30 06:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 3.2-STABLE >Organization: Vega International Capital >Environment: FreeBSD vega 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Jul 24 15:19:41 EEST 1999 max@vega:/usr/src/sys/compile/VEGA i386 >Description: New version 2.2 of wmakerconf with several additional cosmetic fixes. New functionality for this port and for WindowMaker also in libwmfun library (new port). >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-wm/wmakerconf/Makefile wmakerconf/Makefile --- /usr/ports/x11-wm/wmakerconf/Makefile Mon Aug 30 10:19:57 1999 +++ wmakerconf/Makefile Mon Aug 30 16:23:37 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: wmakerconf -# Version required: 2.1 +# Version required: 2.2 # Date Created: 14 August 1999 # Whom: Dominik Rothert # # $FreeBSD: ports/x11-wm/wmakerconf/Makefile,v 1.2 1999/08/28 17:07:48 cpiazza Exp $ # -DISTNAME= wmakerconf-2.1 +DISTNAME= wmakerconf-2.2 CATEGORIES= x11-wm MASTER_SITES= http://www2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ @@ -24,13 +24,14 @@ jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff34 \ png.3:${PORTSDIR}/graphics/png \ - wraster.3:${PORTSDIR}/x11-wm/windowmaker + wraster.3:${PORTSDIR}/x11-wm/windowmaker \ + wmfun.0:${PORTSDIR}/x11-wm/libwmfun BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GMAKE= yes GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" diff -ruN /usr/ports/x11-wm/wmakerconf/files/md5 wmakerconf/files/md5 --- /usr/ports/x11-wm/wmakerconf/files/md5 Thu Aug 26 23:44:33 1999 +++ wmakerconf/files/md5 Mon Aug 30 12:10:23 1999 @@ -1 +1 @@ -MD5 (wmakerconf-2.1.tar.gz) = 1710970cea600e3f2f1c46055866d41d +MD5 (wmakerconf-2.2.tar.gz) = 3c5fa7a5979745181cd3c0d66dfa0e36 diff -ruN /usr/ports/x11-wm/wmakerconf/pkg/DESCR wmakerconf/pkg/DESCR --- /usr/ports/x11-wm/wmakerconf/pkg/DESCR Thu Aug 26 23:44:33 1999 +++ wmakerconf/pkg/DESCR Mon Aug 30 16:02:14 1999 @@ -1,2 +1,4 @@ -wmakerconf is a configuration tool for the famous WindowManager -Window Maker. It is based on the GTK+ and Imlib libraries. +Wmakerconf is a configuration tool for the famous window manager +WindowMaker. It is based on the GTK+ and Imlib libraries. + +WWW: http://www2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ begin 644 libwmfun.tar.gz M'XL("!:'RC<"`VQI8G=M9G5N+G1A<@#M6&MOFT@4Y6OG5UPIL=3]$&`PC]BJ MJ_B!(U=^"6B=#RM98,8."@]W@."VZG_O@.ULTDTJK=J0531'LF&&.Z,19\ZY MEPD#KXC6>2P)SP=094/30(`2\D_70P-T0U:_KF,#;=% MFNO6RCT_5Y1UJ^7IBN')ONSK"A(X7HG^MS>;YZH!_IO_JV7^9S;`_;]V_ONS MR<2<.O7[_Y%_PY!57/J_KF/N_W5@''C4I5\@NW8SV-+D-O!)"FQ#K+(@B2$C MNRRG94]"81'$?E),W!M"N?&_1OT/3+MOU5__*;)V_/YCA7^E?U5IL(1MLLU#EZ*BL@:(W-C=D`=.(2*T6"S:<)UEV[8D%44A M[H.CZFE"-Q(WD_^)_N?CD>V\@/YUX^[\IZEJE?X-C>N_)OZEXQX07?2@F28_ MMT497>0QV9$52'E*)2^()1+?PJSW83BS)EVGTVC,9Y9SUVXT0$K+J-!?)?$Z MV,"9A2Y^;X((&CTNW#^M_]*LRS,@H7;]8ZSI=_F_B>7J_$?E^J\%)S`E!4OC M-$MAE80AV2?YZ+`;RB3?+DDZ[A-T`I\(3O:@?1X>@*%^US$O9];(M/X5QKVN;G=-OA[OO MP(;8G;/Q/SUE,H"_T9LW_?E\..Y>LJ>C>T^#>!7F/D%(/-S!.R_UQ7)[B='- ;>U[H<7!P<'!P<'!P<'!PO!A^`)-I#1<`*``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 8:42:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 728AC15193 for ; Mon, 30 Aug 1999 08:42:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA70795; Mon, 30 Aug 1999 08:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from titan.izhcom.ru (titan.izhcom.ru [195.28.42.3]) by hub.freebsd.org (Postfix) with ESMTP id F1BD714EB8 for ; Mon, 30 Aug 1999 08:39:09 -0700 (PDT) (envelope-from bar@titan.izhcom.ru) Received: (from bar@localhost) by titan.izhcom.ru (8.9.1/8.9.1) id UAA10070; Mon, 30 Aug 1999 20:38:39 +0500 (SAMST) (envelope-from bar) Message-Id: <199908301538.UAA10070@titan.izhcom.ru> Date: Mon, 30 Aug 1999 20:38:39 +0500 (SAMST) From: bar@izhcom.ru Reply-To: bar@izhcom.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13471: UdmSearch port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13471 >Category: ports >Synopsis: New port for UdmSearch www search engine >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 30 08:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alexander I. Barkov >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: # 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: # # UdmSearch-port # UdmSearch-port/Makefile # UdmSearch-port/pkg # UdmSearch-port/pkg/COMMENT # UdmSearch-port/pkg/DESCR # UdmSearch-port/pkg/PLIST # UdmSearch-port/files # UdmSearch-port/files/md5 # echo c - UdmSearch-port mkdir -p UdmSearch-port > /dev/null 2>&1 echo x - UdmSearch-port/Makefile sed 's/^X//' >UdmSearch-port/Makefile << 'END-of-UdmSearch-port/Makefile' X# New ports collection makefile for: udmsearch X# Version required: 2.1 X# Date created: 30 Aug 1999 X# Whom: Alexander Barkov X# X# X XDISTNAME= udmsearch-2.1.1 XPKGNAME= udmsearch-2.1 XCATEGORIES= www XMASTER_SITES= http://search.udm.net/about/Download/ X XMAINTAINER= bar@izhcom.ru X XLIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X Xpost-install: X strip ${PREFIX}/bin/search.cgi X strip ${PREFIX}/sbin/indexer X X.include END-of-UdmSearch-port/Makefile echo c - UdmSearch-port/pkg mkdir -p UdmSearch-port/pkg > /dev/null 2>&1 echo x - UdmSearch-port/pkg/COMMENT sed 's/^X//' >UdmSearch-port/pkg/COMMENT << 'END-of-UdmSearch-port/pkg/COMMENT' XWeb search engine based on MySQL X END-of-UdmSearch-port/pkg/COMMENT echo x - UdmSearch-port/pkg/DESCR sed 's/^X//' >UdmSearch-port/pkg/DESCR << 'END-of-UdmSearch-port/pkg/DESCR' XUdmSearch is a MySQL based indexing and searching system for intranet Xor small domain internet servers. You can also use it to build specialized Xsearch server, such as cooking recipes or newspaper search. But we don't Xmean to replace the need of powerful internet-wide search systems like XHotBot or AltaVista. X XUdmSearch consists of two parts. The first is indexing mechanism (indexer). XThe purpose of indexer is to walk through http (and/or ftp) servers, Xrecursively grabbing all the documents and storing metadata about Xthat documents in MySQL database in a smart and effective manner. XSince every document is referenced by its corresponding URL, metadata Xcollected by indexer is used later in a search process. Search is Xperformed via Web interface. C (CGI) and PHP3 frontends are included. X XHomepage: http://search.udm.net/about/ END-of-UdmSearch-port/pkg/DESCR echo x - UdmSearch-port/pkg/PLIST sed 's/^X//' >UdmSearch-port/pkg/PLIST << 'END-of-UdmSearch-port/pkg/PLIST' Xbin/morph.php3 Xbin/search.php3 Xbin/search.cgi Xbin/search.phtml Xbin/udmsearch.gif Xdoc/UdmSearch.sgml Xetc/indexer.conf-dist Xetc/search.htm-dist Xsbin/indexer X X X X END-of-UdmSearch-port/pkg/PLIST echo c - UdmSearch-port/files mkdir -p UdmSearch-port/files > /dev/null 2>&1 echo x - UdmSearch-port/files/md5 sed 's/^X//' >UdmSearch-port/files/md5 << 'END-of-UdmSearch-port/files/md5' XMD5 (udmsearch-2.1.1.tar.gz) = 343b0f8f4a20b5e2fbd93b2c22d6748e END-of-UdmSearch-port/files/md5 exit >Description: >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 9:30: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 417BB153ED for ; Mon, 30 Aug 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA75173; Mon, 30 Aug 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from slarti.muc.de (slarti.muc.de [193.149.48.10]) by hub.freebsd.org (Postfix) with SMTP id 97CC9152D2 for ; Mon, 30 Aug 1999 09:25:22 -0700 (PDT) (envelope-from jhs@jhs.muc.de) Received: (qmail 22689 invoked from network); 30 Aug 1999 16:25:53 -0000 Received: from jhs.muc.de (193.149.49.84) by slarti.muc.de with SMTP; 30 Aug 1999 16:25:53 -0000 Received: (from jhs@localhost) by jhs.muc.de (8.9.3/8.9.3) id HAA01207; Mon, 30 Aug 1999 07:45:21 GMT (envelope-from jhs) Message-Id: <199908300745.HAA01207@jhs.muc.de> Date: Mon, 30 Aug 1999 07:45:21 GMT From: jhs@freebsd.org Reply-To: jhs@freebsd.org To: FreeBSD-gnats-submit@freebsd.org Cc: torstenb@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13472: diff for ports/mail/metamail/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13472 >Category: ports >Synopsis: diff to apply for ports/mail/metamail/Makefile >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 Aug 30 09:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Julian H. Stacey jhs@freebsd.org >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: Exmh, metamail, >Description: Necessary EG For a mail with Content-Type: image/gif unless you happen to have EG setenv X_VIEWER xv >How-To-Repeat: - >Fix: *** RELEASE_3_2_0/ports/mail/metamail/Makefile Mon Aug 30 09:33:23 1999 --- new/ports/mail/metamail/Makefile Mon Aug 30 09:33:00 1999 *************** *** 24,27 **** --- 24,30 ---- showpicture.1 splitmail.1 MAN4= mailcap.4 + RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage + # xloadimage for mailcap: "image/gif; showpicture" + .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 11: 0:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 755E815365 for ; Mon, 30 Aug 1999 11:00:34 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA82557 for freebsd-ports@freebsd.org; Mon, 30 Aug 1999 11:00:25 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 30 Aug 1999 11:00:25 -0700 (PDT) Message-Id: <199908301800.LAA82557@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/08/17] ports/13206ports ports/devel/bcc doesn't support 'long lon o [1999/08/17] ports/13216ports stunnel does not build from the port coll 2 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/29] ports/12446ports ssh port doesn't build o [1999/07/06] ports/12541ports gtk installs itself where it can't be fou o [1999/07/14] ports/12637ports patch to help multi-byte support in windo o [1999/07/20] ports/12714ports dylan port doesn't compile o [1999/07/31] ports/12905ports Graphical setup utility won't always inst o [1999/08/02] ports/12930ports libtool create defuct makefiles if PREFIX o [1999/08/03] ports/12949ports Fix for rtsp_proxy port. Patches from Jon o [1999/08/06] ports/13001ports Security update for ja-groff-0.99 :japane o [1999/08/08] ports/13033ports windowmaker port patch for single icon mo o [1999/08/09] ports/13052ports stunnel compile fails on new system o [1999/08/13] ports/13114ports [patch] security and file owner/group fix o [1999/08/14] ports/13145ports kaudioserver runs amok on logout o [1999/08/15] ports/13158ports IMAP-uw is not up to date o [1999/08/15] ports/13170ports new port: UW-Imap with maildir and qmail o [1999/08/23] ports/13334ports remote scanning can cause argus to dump c o [1999/08/24] ports/13370ports elm-port upgraded, improved o [1999/08/30] ports/13471ports New port for UdmSearch www search engine 24 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/08/03] ports/7485 ports New port: Xterminal-0.2 o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/26] ports/10813ports crossgo32 brokeness f [1999/03/28] ports/10844ports New port: adagdb o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/18] ports/12271ports fix pkg_add with error message and add ne o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12300ports port update: lang/tya o [1999/06/22] ports/12341ports New port tclreadline o [1999/06/23] ports/12368ports Pilot-link installs to ${PREFIX} = ${LOCA o [1999/06/26] ports/12403ports ssh port has undocumented X11 dependency o [1999/06/26] ports/12406ports New port for the LAM implementation of th o [1999/06/29] ports/12447ports new port : x11-toolkit/pike-Gtk o [1999/06/29] ports/12451ports New port: japanese/mutt o [1999/07/02] ports/12490ports package xmine exits 1 with XawAsciiSource o [1999/07/02] ports/12492ports port misc/diction should be moved to text o [1999/07/03] ports/12503ports New Port: Willows toolkit (developers rel o [1999/07/04] ports/12513ports New ports: japanese/dbskkd-cdb o [1999/07/05] ports/12518ports new port: ifmail-os-2.14.7 o [1999/07/05] ports/12522ports New port: cos o [1999/07/05] ports/12523ports New port: jdbcpool o [1999/07/06] ports/12536ports New port: lang/cu-prolog o [1999/07/07] ports/12549ports imap-uw port doesn't use pw_expire to che o [1999/07/09] ports/12571ports Xfig port doesn't have Ghostscript suppor o [1999/07/13] ports/12624ports New version of mxv which also works with o [1999/07/15] ports/12647ports [Port updated] korean/engdic o [1999/07/15] ports/12656ports new port - gnujsp o [1999/07/16] ports/12661ports new port: riva-glx (3d hardware accelerat o [1999/07/16] ports/12666ports New port: kcd-4.7.10 o [1999/07/18] ports/12690ports New port: gperiodic-1.2.1 o [1999/07/18] ports/12692ports new port: gnome-vnc-0.1 o [1999/07/18] ports/12696ports new port: gmessage-0.2 o [1999/07/18] ports/12698ports new port: grun-0.8.1 o [1999/07/18] ports/12699ports new port: gnofin-0.5.10 o [1999/07/19] ports/12708ports New port: www/bacon o [1999/07/20] ports/12722ports new port: AT&T's DjVu library for scanned o [1999/07/21] ports/12735ports New ports: lang/ghc o [1999/07/21] ports/12739ports port for the AT&T's DjVu Netscape plug-in o [1999/07/27] ports/12835ports New port: libcgic-1.06 o [1999/07/31] ports/12899ports New port: wmnet-new o [1999/07/31] ports/12903ports new ports/database/p5-* o [1999/07/31] ports/12904ports new ports/devel/gperf o [1999/08/01] ports/12909ports New port: dc20pack o [1999/08/01] ports/12915ports Add elm 2.5 to ports o [1999/08/01] ports/12919ports New port: gnomeusersguide o [1999/08/02] ports/12921ports [PATCH] palm/xcopilot contains odd markup o [1999/08/02] ports/12924ports port of GRacer, a 3D motor sports simulat o [1999/08/03] ports/12941ports New port: Hyperlatex (print/hyperlatex) o [1999/08/04] ports/12952ports make _PORT_USE touch cookies by variable, o [1999/08/04] ports/12953ports tcl81-thread breaks package naming conven o [1999/08/04] ports/12974ports New port - numchar (converts phone number o [1999/08/06] ports/12999ports Update web500gw port to 2.1b3 o [1999/08/08] ports/13035ports new port: jgraph version 8.3 o [1999/08/09] ports/13048ports ports/security/ssh2 3.2 & current fail to o [1999/08/11] ports/13069ports Fixed port: qvwm -> 1.1 o [1999/08/11] ports/13077ports Update port: ftp/lftp o [1999/08/11] ports/13084ports qvwm port: upgrade to 1.1 o [1999/08/11] ports/13085ports new port: p5-SQL-Statement o [1999/08/11] ports/13086ports update port graphics/fly to 1.6.5 o [1999/08/12] ports/13109ports math/gnuplot port appears to be broken o [1999/08/13] ports/13115ports update misc/screen to 3.9.4 o [1999/08/13] ports/13123ports ports/news/cnews to honor PREFIX better o [1999/08/13] ports/13124ports New port, LinAlg; request for local hosti o [1999/08/13] ports/13126ports Update Etherboot to 4.2.5 and include new o [1999/08/14] ports/13136ports new port: guiTAR 0.1.4 o [1999/08/14] ports/13149ports New port : math/topaz o [1999/08/15] ports/13151ports new port: www/latte o [1999/08/15] ports/13159ports New port: java/collections o [1999/08/15] ports/13160ports New port: java/jaf o [1999/08/15] ports/13162ports New port: java/infobus o [1999/08/15] ports/13163ports New port: java/javamail o [1999/08/15] ports/13167ports [PATCH] security/ssh package keygen fails o [1999/08/16] ports/13173ports New port: yiff-0.33 o [1999/08/16] ports/13179ports New Port (Palm Pilot Desktop) o [1999/08/17] ports/13191ports New port: fire-1.0 o [1999/08/17] ports/13201ports new port: xmess (X11 emulator for game co o [1999/08/17] ports/13217ports New port xisp-2.6 o [1999/08/18] ports/13237ports www/gwstat is dead o [1999/08/18] ports/13251ports New port: founts-11 o [1999/08/19] ports/13258ports www/gwstat port is dead o [1999/08/19] ports/13263ports new port editors/aee o [1999/08/20] ports/13267ports New port: glasteroids-1.0 o [1999/08/21] ports/13291ports New port: xap-xwf-0.7.8 o [1999/08/21] ports/13295ports Mesa-3.0 needs patch to fix ELF dependent o [1999/08/21] ports/13296ports [NEW PORT] Togl - An OpenGL Widget for Tk o [1999/08/21] ports/13297ports [NEW PORT] PyOpenGL - An OpenGL interface o [1999/08/21] ports/13301ports please delete tac_plus port o [1999/08/21] ports/13311ports One of lang/modula-3-lib distfiles is bro o [1999/08/21] ports/13312ports new port dhid o [1999/08/21] ports/13315ports upgrade GNU textutils port to version 2.0 o [1999/08/22] ports/13318ports tkseti port is broken o [1999/08/22] ports/13320ports New port: cfingerd o [1999/08/22] ports/13324ports New port: zope-2.0.0b5 o [1999/08/22] ports/13325ports Update port: www/roxen o [1999/08/23] ports/13335ports New port - sshbuddy o [1999/08/23] ports/13337ports New port: jpilot o [1999/08/23] ports/13343ports new port: znibbles o [1999/08/24] ports/13351ports ports: pgp: installing into $prefix/lib i o [1999/08/24] ports/13361ports TCL interface to MySQL port added o [1999/08/24] ports/13369ports new port: japanese/texinfo o [1999/08/25] ports/13372ports New port: ve - NTHU-CS Maple 2.36 BBS-lik o [1999/08/25] ports/13376ports New ports: math/ngraph o [1999/08/25] ports/13386ports New ports: XEmacsPKG-1.0 o [1999/08/25] ports/13387ports New ports: XEmacsMETA-${DISTNAME} o [1999/08/25] ports/13388ports New ports: prom-mew-1.93.3(mail/prom-mew) o [1999/08/25] ports/13389ports Update ports: i18n-man-1.1(misc/man.el) o [1999/08/25] ports/13390ports Update ports: editors/xemacs-mule o [1999/08/25] ports/13391ports Update ports: Mew-19.3 o [1999/08/26] ports/13392ports New port: columns-1.1 o [1999/08/27] ports/13410ports New port: wmg o [1999/08/27] ports/13412ports Update port: archivers/lha to 1.14e o [1999/08/27] ports/13422ports new port: print/pclprint o [1999/08/27] ports/13425ports update for print/dvips2ascii o [1999/08/27] ports/13430ports ifhp-3.3.8 port o [1999/08/27] ports/13432ports LPRng-3.6.8 port o [1999/08/28] ports/13446ports add 8051 compiler/assembler tools o [1999/08/28] ports/13447ports fix for portlint warnings/errors in mbone o [1999/08/29] ports/13450ports update from apache-1.3.6+ssl-1.35 to apac o [1999/08/29] ports/13451ports New port: gwp, GNOME Word Processer o [1999/08/29] ports/13455ports update graphics/gd from 1.6.2 to 1.6.3 o [1999/08/30] ports/13466ports Update port: x11-wm/afterstep-devel to 1. o [1999/08/30] ports/13467ports new port: biology/xmolwt o [1999/08/30] ports/13469ports [PATCH] New version 2.2 of wmakerconf and o [1999/08/30] ports/13472ports diff to apply for ports/mail/metamail/Mak 153 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 12: 0:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0EB71157EF for ; Mon, 30 Aug 1999 12:00:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA88334; Mon, 30 Aug 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id 2D7551536E for ; Mon, 30 Aug 1999 11:50:52 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) id OAA03461; Mon, 30 Aug 1999 14:50:51 -0400 (EDT) Message-Id: <199908301850.OAA03461@germanium.xtalwind.net> Date: Mon, 30 Aug 1999 14:50:51 -0400 (EDT) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13475: Security hole in wu-ftpd 2.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13475 >Category: ports >Synopsis: Security hole in wu-ftpd 2.5.0 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 30 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: All wu-ftpd version thru 2.5.0 >Description: Quoted from wu-ftpd group's accouncement: Due to insufficient bounds checking on directory name lengths which can be supplied by users, it is possible to overwrite the static memory space of the wu-ftpd daemon while it is executing under certain configurations. By having the ability to create directories and supplying carefully designed directory names to the wu-ftpd, users may gain privileged access. >How-To-Repeat: >Fix: apply their patch diff -ruN wu-ftpd.insecure/Makefile wu-ftpd/Makefile --- wu-ftpd.insecure/Makefile Wed Aug 25 01:55:25 1999 +++ wu-ftpd/Makefile Mon Aug 30 14:32:41 1999 @@ -12,6 +12,9 @@ CATEGORIES= ftp MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/wu-ftpd/ +PATCH_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/quickfixes/apply_to_2.5.0/ +PATCHFILES= mapped.path.overrun.patch + MAINTAINER= ache@FreeBSD.org Y2K= http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html#QA35 diff -ruN wu-ftpd.insecure/files/md5 wu-ftpd/files/md5 --- wu-ftpd.insecure/files/md5 Mon Jun 7 16:51:25 1999 +++ wu-ftpd/files/md5 Mon Aug 30 14:30:56 1999 @@ -1 +1,2 @@ MD5 (wu-ftpd-2.5.0.tar.gz) = 98f9c8490e0d1ca2c3c57e60e65803b7 +MD5 (mapped.path.overrun.patch) = b01b65652eb3816f0ab11971ac52424d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 12:14:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BFBD1597D; Mon, 30 Aug 1999 12:14:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA89865; Mon, 30 Aug 1999 12:14:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Mon, 30 Aug 1999 12:14:18 -0700 (PDT) From: Message-Id: <199908301914.MAA89865@freefall.freebsd.org> To: jack@germanium.xtalwind.net, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13475: Security hole in wu-ftpd 2.5.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Security hole in wu-ftpd 2.5.0 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Mon Aug 30 12:14:10 PDT 1999 State-Changed-Why: Committed, thanks!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 12:31: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D4B11583C for ; Mon, 30 Aug 1999 12:30:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91060; Mon, 30 Aug 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5B8C41533B; Mon, 30 Aug 1999 12:20:07 -0700 (PDT) Message-Id: <19990830192007.5B8C41533B@hub.freebsd.org> Date: Mon, 30 Aug 1999 12:20:07 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13476: Update port: misc/acron Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13476 >Category: ports >Synopsis: Update port: misc/acron >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 Aug 30 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * ports@FreeBSD.ORG -> ports@FreeBSD.org * /usr/bin/perl -> ${PERL} >How-To-Repeat: >Fix: begin 644 acron.patch M9&EF9B`M=7).("]U@H@"BU-04E.5$%) M3D52/0EP;W)TU!2149) M6'U\9SLB("1[5U)+4U)#?2]W:&%TU!%4DQ]("UP:2`M92`BU!2149)6'U\9R(@)'M74DM34D-]+W=H871S"B`* M(&1O+6ENRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 12:31: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB68A15855 for ; Mon, 30 Aug 1999 12:30:51 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91071; Mon, 30 Aug 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7C42D14E42; Mon, 30 Aug 1999 12:23:14 -0700 (PDT) Message-Id: <19990830192314.7C42D14E42@hub.freebsd.org> Date: Mon, 30 Aug 1999 12:23:14 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13477: Update port: audio/xmpeg3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13477 >Category: ports >Synopsis: Update port: audio/xmpeg3 >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 Aug 30 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * ports@FreeBSD.ORG -> ports@FreeBSD.org * /usr/bin/perl -> ${PERL} >How-To-Repeat: >Fix: begin 644 xmpeg3.patch M9&EF9B`M=7).("]U&UP96#$Q+71O;VQK:71S+W1K.#`*0$`@+3(Q+#<@*S(Q+#<@0$`*($Y/7T)524Q$ M/0EY97,*(`H@<&]S="UP871C:#H*+0E`+W5STE. M4U1!3$Q?4T-225!4?2`D>U=22U-20WTO>&UP96Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 12:31:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16B8815867 for ; Mon, 30 Aug 1999 12:30:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91080; Mon, 30 Aug 1999 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 193B81533B; Mon, 30 Aug 1999 12:26:44 -0700 (PDT) Message-Id: <19990830192644.193B81533B@hub.freebsd.org> Date: Mon, 30 Aug 1999 12:26:44 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13478: Update port: print/xtem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13478 >Category: ports >Synopsis: Update port: print/xtem >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 Aug 30 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITE * /usr/bin/perl -> ${PERL} * Added WWW: line in pkg/DESCR >How-To-Repeat: >Fix: begin 644 xtem.patch.gz M'XL("+76RC<"`WAT96TN<&%T8V@`G5-K;Z)`%/W,_(H;XX=M$$9\M,IN-UC! MEM0'`1K]T,2@C$*D2(:ACZC_?6=P8_?11W8GX88_ZX-[(N)9%ASLCS M`TD+]5S5.@B;[ESCW;%^"*93K&/*KQ M4Z@6::PL*.%)U9#@K%A@7N+8+9+_4RB"^GB.$8C:]MCGC^5>@CCE$(T!)>3* M,]6)>RVJ?$39TC7/`^[=>&Y:CC4V>2=/<1X]Z]6=,W%]S[3=`TZ"=(W9,IEU MZ@C4>`4A'W1*PB]7=_;0G-O^O#</[KW"/9%'7L=SAX9^E($F"YO>'WLU?-#Z#/.JH M]5^9,]\:.3W_=W(>!924J]I7CM33SY8H"C\Q3;998]/R^BZ\!7Y@FQ-'FI(0 M!F0!T(*&IFMMO=E^TS>OBC^,T]#;]5?C-%JU)M]LJ]8N-_OS!&'(RU1(D,?) M2P46+T#"F,7I&EA$(")))E:=0[!<;FG(\>3E3!7[?N\XA!$*_2U-21(7.7S+ LED:PV92.V`0TR6D1$6Z*[TA&\G0ZU2%B'UCG9)F3N2/VD*`?%52R6K0$``#+ ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 13:20:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F5011519E for ; Mon, 30 Aug 1999 13:20:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA94666; Mon, 30 Aug 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from saperski.system.pl (saperski.system.pl [195.205.185.24]) by hub.freebsd.org (Postfix) with ESMTP id 6F50A15099 for ; Mon, 30 Aug 1999 13:07:07 -0700 (PDT) (envelope-from saper@saperski.system.pl) Received: (from saper@localhost) by saperski.system.pl (8.9.3/8.9.3) id VAA10545; Mon, 30 Aug 1999 21:54:14 +0200 (CEST) (envelope-from saper) Message-Id: <199908301954.VAA10545@saperski.system.pl> Date: Mon, 30 Aug 1999 21:54:14 +0200 (CEST) From: saper@system.pl Reply-To: saper@system.pl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13479: gif2png: new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13479 >Category: ports >Synopsis: gif2png: new port >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 30 13:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marcin Cie¶lak >Release: FreeBSD 3.2-STABLE i386 >Organization: SYSTEM Internet Provider >Environment: N/A >Description: This package contains a program to convert from CompuServe GIF file to a free PNG format. Available from: ftp://swrinde.nde.swri.edu/pub/png/applications/gif2png-0.6.zip Author: Alexander Lehmann -- << Marcin Cieslak // saper@system.pl >> >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: # # gif2png # gif2png/Makefile # gif2png/files # gif2png/files/md5 # gif2png/patches # gif2png/patches/patch-aa # gif2png/patches/patch-ab # gif2png/patches/patch-ac # gif2png/pkg # gif2png/pkg/PLIST # gif2png/pkg/DESCR # gif2png/pkg/COMMENT # echo c - gif2png mkdir -p gif2png > /dev/null 2>&1 echo x - gif2png/Makefile sed 's/^X//' >gif2png/Makefile << 'END-of-gif2png/Makefile' X# New ports collection makefile for: gif2png X# Version required: 0.6 X# Date created: 30 Aug 1999 X# Whom: saper@system.pl X# X# $Id$ X# X XDISTNAME= gif2png-0.6 XCATEGORIES= graphics XMASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/applications/ X XUSE_ZIP= yes X XMAINTAINER= saper@system.pl X XLIB_DEPENDS= png.3:${PORTSDIR}/graphics/png XWRKSRC= ${WRKDIR}/gif2png X X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/gif2png ${PREFIX}/bin X X.include X X END-of-gif2png/Makefile echo c - gif2png/files mkdir -p gif2png/files > /dev/null 2>&1 echo x - gif2png/files/md5 sed 's/^X//' >gif2png/files/md5 << 'END-of-gif2png/files/md5' XMD5 (gif2png-0.6.zip) = 2fce3354f80826a83e02d3893d1e7ddb END-of-gif2png/files/md5 echo c - gif2png/patches mkdir -p gif2png/patches > /dev/null 2>&1 echo x - gif2png/patches/patch-aa sed 's/^X//' >gif2png/patches/patch-aa << 'END-of-gif2png/patches/patch-aa' X--- Makefile.orig Fri Nov 3 15:48:22 1995 X+++ Makefile Mon Aug 30 19:15:43 1999 X@@ -5,11 +5,9 @@ X #COFF2EXE=coff2exe X COFF2EXE=@echo >/dev/null X X-PNGLIB=libpng-0.81 X-ZLIB=zlib-0.95 X X-LIBS=$(PNGLIB)/libpng.a $(ZLIB)/libz.a X-INCLUDE=-I$(PNGLIB) -I$(ZLIB) X+LIBS=-L${LOCALBASE}/lib -lpng -lz X+INCLUDE=-I${LOCALBASE}/include X X CFLAGS=$(INCLUDE) -g -O -Wall X LDFLAGS=-g X@@ -23,7 +21,7 @@ X X all-lib: libpng zlib all X X-gif2png: $(OBJS) $(LIBS) X+gif2png: $(OBJS) X $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) X $(COFF2EXE) $@ X END-of-gif2png/patches/patch-aa echo x - gif2png/patches/patch-ab sed 's/^X//' >gif2png/patches/patch-ab << 'END-of-gif2png/patches/patch-ab' X--- version.c.orig Thu Nov 2 21:47:44 1995 X+++ version.c Mon Aug 30 19:15:53 1999 X@@ -6,10 +6,10 @@ X X X #ifndef PNGLIB X-#define PNGLIB "pnglib (unknown version)" X+#define PNGLIB "pnglib (as installed)" X #endif X #ifndef ZLIB X-#define ZLIB "zlib (unknown version)" X+#define ZLIB "zlib (as installed)" X #endif X X const char version[]="gif2png 0.6 (beta)"; END-of-gif2png/patches/patch-ab echo x - gif2png/patches/patch-ac sed 's/^X//' >gif2png/patches/patch-ac << 'END-of-gif2png/patches/patch-ac' X--- gif2png.c.orig Mon Aug 30 19:27:06 1999 X+++ gif2png.c Mon Aug 30 19:32:27 1999 X@@ -7,6 +7,7 @@ X #include X #include X #include X+#include X #define PNG_INTERNAL X #include "gif2png.h" X END-of-gif2png/patches/patch-ac echo c - gif2png/pkg mkdir -p gif2png/pkg > /dev/null 2>&1 echo x - gif2png/pkg/PLIST sed 's/^X//' >gif2png/pkg/PLIST << 'END-of-gif2png/pkg/PLIST' Xbin/gif2png END-of-gif2png/pkg/PLIST echo x - gif2png/pkg/DESCR sed 's/^X//' >gif2png/pkg/DESCR << 'END-of-gif2png/pkg/DESCR' XThis package contains a program to convert from XCompuServe GIF file to a free PNG format. X XAvailable from: Xftp://swrinde.nde.swri.edu/pub/png/applications/gif2png-0.6.zip X XAuthor: XAlexander Lehmann X X-- X << Marcin Cieslak // saper@system.pl >> END-of-gif2png/pkg/DESCR echo x - gif2png/pkg/COMMENT sed 's/^X//' >gif2png/pkg/COMMENT << 'END-of-gif2png/pkg/COMMENT' XConverts GIF images to a PNG format END-of-gif2png/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 14:11:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C975114EA0 for ; Mon, 30 Aug 1999 14:11:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA99253; Mon, 30 Aug 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 4646F14C0E; Mon, 30 Aug 1999 14:08:56 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from root@localhost) by misha.cisco.com (8.9.3/8.9.1) id RAA19417; Mon, 30 Aug 1999 17:07:35 -0400 (EDT) (envelope-from mi) Message-Id: <199908302107.RAA19417@misha.cisco.com> Date: Mon, 30 Aug 1999 17:07:35 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: dima@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13480: acroread4 binary installed non-stripped Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13480 >Category: ports >Synopsis: acroread4 binary installed non-stripped >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 Aug 30 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The acroread4 port does not bother to strip the reader-binary and the Adobe does not do that either. After stripping, the binary is 26% -- 864Kb smaller. >How-To-Repeat: After your typical install, do file /usr/local/Acrobat4/Reader/intellinux/bin/acroread >Fix: Patch for the acroread4/Makefile: --- Makefile.orig Mon Aug 16 13:37:08 1999 +++ Makefile Mon Aug 30 17:00:08 1999 @@ -34,4 +34,5 @@ ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \ ${PREFIX}/bin/acroread4 && ${RM} acroread.orig + @${STRIP} ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread @brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread @chmod +x ${PREFIX}/bin/acroread4 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 16:43:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E897215370; Mon, 30 Aug 1999 16:43:15 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09768; Mon, 30 Aug 1999 16:43:05 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 30 Aug 1999 16:43:05 -0700 (PDT) From: Message-Id: <199908302343.QAA09768@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/13476: Update port: misc/acron Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: misc/acron Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: mharo Responsible-Changed-When: Mon Aug 30 16:42:32 PDT 1999 Responsible-Changed-Why: I'll do this in tonight's cleanup commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 16:43:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC39815370; Mon, 30 Aug 1999 16:43:51 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09843; Mon, 30 Aug 1999 16:43:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 30 Aug 1999 16:43:26 -0700 (PDT) From: Message-Id: <199908302343.QAA09843@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/13477: Update port: audio/xmpeg3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/xmpeg3 Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: mharo Responsible-Changed-When: Mon Aug 30 16:43:15 PDT 1999 Responsible-Changed-Why: I'll do this in tonight's cleanup commit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 16:46:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04B82158B4; Mon, 30 Aug 1999 16:46:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA09920; Mon, 30 Aug 1999 16:43:41 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 30 Aug 1999 16:43:41 -0700 (PDT) From: Message-Id: <199908302343.QAA09920@freefall.freebsd.org> To: mharo@FreeBSD.org, freebsd-ports@FreeBSD.org, mharo@FreeBSD.org Subject: Re: ports/13478: Update port: print/xtem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: print/xtem Responsible-Changed-From-To: freebsd-ports->mharo Responsible-Changed-By: mharo Responsible-Changed-When: Mon Aug 30 16:43:30 PDT 1999 Responsible-Changed-Why: I'll do this in tonight's cleanup commit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 21: 0: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F4FA14F86 for ; Mon, 30 Aug 1999 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA40866; Mon, 30 Aug 1999 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9060814D89; Mon, 30 Aug 1999 20:52:17 -0700 (PDT) Message-Id: <19990831035217.9060814D89@hub.freebsd.org> Date: Mon, 30 Aug 1999 20:52:17 -0700 (PDT) From: calling@21cn.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13481: ÈçºÎÔÚfreebsdÉÏ°²×°MODEM£¿ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `¼±' for the field `>Severity:'. It was set to the default value of `serious'. Note: There was a bad value `¸ß' for the field `>Priority:'. It was set to the default value of `medium'. >Number: 13481 >Category: ports >Synopsis: ÈçºÎÔÚfreebsdÉÏ°²×°MODEM£¿ >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 30 21:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: ¿ÂÁè >Release: >Organization: ¸öÈË°®ºÃÕߣ¨¼ÒÍ¥µçÄÔÉÏʹÓã© >Environment: FreeBSD lyz.gznet.gnet.gd.cn 3.2-RELEASE FreeBSD 3.2-RELEASE #6: Fri Jul 30 21:6 >Description: ÈçºÎÔÚfreebsdÉÏ°²×°MODEM£¿ >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 22: 2:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01C32153A5 for ; Mon, 30 Aug 1999 22:02:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA44308; Mon, 30 Aug 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BD6CB15369; Mon, 30 Aug 1999 21:57:22 -0700 (PDT) Message-Id: <19990831045722.BD6CB15369@hub.freebsd.org> Date: Mon, 30 Aug 1999 21:57:22 -0700 (PDT) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13482: [update] ja-tcl80 8.0.5jp1.5 to 8.0.5jp1.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13482 >Category: ports >Synopsis: [update] ja-tcl80 8.0.5jp1.5 to 8.0.5jp1.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 Aug 30 22:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi, Takeshi >Release: FreeBSD-3.2 stable >Organization: IIJ >Environment: FreeBSD oyster02.tohoku.iij.ad.jp 3.2-STABLE FreeBSD 3.2-STABLE #1: Tue Aug 17 16:16:34 JST 1999 root@oyster02.tohoku.iij.ad.jp:/usr/src/sys/compile/OYSTER i386 >Description: Here is a update patch for ${PORTSDIR}/japanese/tcl80. >How-To-Repeat: >Fix: Please apply following patch. BEGIN>---88--- diff -ur tcl80.bak/Makefile tcl80/Makefile --- tcl80.bak/Makefile Tue Aug 31 11:09:55 1999 +++ tcl80/Makefile Tue Aug 31 11:20:50 1999 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= tcl8.0.5jp1.5.patch.gz +PATCHFILES= tcl8.0.5jp1.6.patch.gz MAINTAINER= taguchi@tohoku.iij.ad.jp diff -ur tcl80.bak/files/md5 tcl80/files/md5 --- tcl80.bak/files/md5 Tue Aug 31 11:09:54 1999 +++ tcl80/files/md5 Tue Aug 31 11:25:16 1999 @@ -1,2 +1,2 @@ MD5 (tcl8.0.5.tar.gz) = 4247975c801510fb378b76237b2abaaf -MD5 (tcl8.0.5jp1.5.patch.gz) = 1c3689ca13075854243a590ae2486210 +MD5 (tcl8.0.5jp1.6.patch.gz) = 20f31598d46580544962fd80f4b1899e END>---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 22: 2:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B09EF1549F for ; Mon, 30 Aug 1999 22:02:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA44318; Mon, 30 Aug 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 906A715369; Mon, 30 Aug 1999 21:59:09 -0700 (PDT) Message-Id: <19990831045909.906A715369@hub.freebsd.org> Date: Mon, 30 Aug 1999 21:59:09 -0700 (PDT) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13483: [update] ja-tk80 8.0.5jp1.5 to 8.0.5jp1.6a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13483 >Category: ports >Synopsis: [update] ja-tk80 8.0.5jp1.5 to 8.0.5jp1.6a >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 Aug 30 22:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi, Takeshi >Release: FreeBSD-3.2 stable >Organization: IIJ >Environment: FreeBSD oyster02.tohoku.iij.ad.jp 3.2-STABLE FreeBSD 3.2-STABLE #1: Tue Aug 17 16:16:34 JST 1999 root@oyster02.tohoku.iij.ad.jp:/usr/src/sys/compile/OYSTER i386 >Description: Here is a update patch for ${PORTSDIR}/japanese/tk80. >How-To-Repeat: >Fix: Please apply following patch. BEGIN>---88--- diff -ur tk80.bak/Makefile tk80/Makefile --- tk80.bak/Makefile Tue Aug 31 11:36:07 1999 +++ tk80/Makefile Tue Aug 31 12:03:26 1999 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/tcl8_0/ PATCH_SITES= ftp://ftp.sra.co.jp/pub/lang/tcl/jp/ -PATCHFILES= tk8.0.5jp1.5fix1.patch.gz +PATCHFILES= tk8.0.5jp1.6a.patch.gz MAINTAINER= taguchi@tohoku.iij.ad.jp @@ -28,7 +28,8 @@ .endif USE_AUTOCONF= yes USE_XLIB= yes -CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp +CONFIGURE_ARGS= --enable-shared --with-tcl=${PREFIX}/lib/tcl${VERSION}jp \ + --enable-xlibHack --enable-onTheSpot .include diff -ur tk80.bak/files/md5 tk80/files/md5 --- tk80.bak/files/md5 Tue Aug 31 11:36:06 1999 +++ tk80/files/md5 Tue Aug 31 11:38:22 1999 @@ -1,2 +1,2 @@ MD5 (tk8.0.5.tar.gz) = 3ae92b86c01ec99a1872697294839e64 -MD5 (tk8.0.5jp1.5fix1.patch.gz) = aeab50ee752df9359e48eb0deb7855ca +MD5 (tk8.0.5jp1.6a.patch.gz) = 813d87180fee2ccd305f7f4f9401a0fd END>---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 22:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EC7B15369 for ; Mon, 30 Aug 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA45032; Mon, 30 Aug 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1BC6515369; Mon, 30 Aug 1999 22:00:33 -0700 (PDT) Message-Id: <19990831050033.1BC6515369@hub.freebsd.org> Date: Mon, 30 Aug 1999 22:00:33 -0700 (PDT) From: taguchi@tohoku.iij.ad.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13484: [update] ja-expect 5.28 to 5.30 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13484 >Category: ports >Synopsis: [update] ja-expect 5.28 to 5.30 >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 Aug 30 22:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Taguchi, Takeshi >Release: FreeBSD-3.2 stable >Organization: IIJ >Environment: FreeBSD oyster02.tohoku.iij.ad.jp 3.2-STABLE FreeBSD 3.2-STABLE #1: Tue Aug 17 16:16:34 JST 1999 root@oyster02.tohoku.iij.ad.jp:/usr/src/sys/compile/OYSTER i386 >Description: Here is a update patch for ${PORTSDIR}/japanese/expect >How-To-Repeat: >Fix: Please apply following patch. BEGIN>---88--- begin 644 ja-expect.19990831.patch.gz M'XL("`E?RS<"`VIA+65X<&5C="XQ.3DY,#@S,2YP871C:`"U6GMSVLBR_QL^ MQ5Q"3N`(";UX[F'+!+##Q@87X%UOG3VE"$F`;)"X>CAF4[Z?_7;/C(1X.,[N MK9MRD-0STS/=T_/KAV2[BP41XX`XSUO'BJ2Y^5B],1^=A;MV."U]SHNB>*Y? M;A8[I!LOB:8016GKMK3;:FLHZ7UP0L5Y1:D2`WSJY MN,B3=Z1X&3C.QVF_3;9^$(75!W-K>D[H5(_85IZ((BDZY525FU6U1N1:6]7; MC[LV@DV-\Q)JD-O/B[>#B3$=SK#'(MJVJ]6M ML_8CWY.VJUWH6J&T\;W(]$S)L>/J-IY7;3>,4,JPFA<.QZ\BRH#OB@?]I*7_ M5`49R4UW.)K!_\&DDXO,96RMW(O(7_F/L>2Z#Y)I2P];['<]_&CT![>#41_X MX1H?MI+2+GZ['4]FT_YP\K)7.I6`Y(7?)I^GDUXGERM^@UO:YT`'=].!T;V; MC7OCT64GMW-"4`O<#J_N)@-C,/JUDQN.IK/N];4Q[4V&M[-.H?CMD/)2R`[I M3JY@;:+H>.9\[8CAR@P3F^ZL MPY20/K^0XK?K/EO6"Q$WY&#"/)'\JN>],D+9SEH\ML<>!]8H^/9[B(OY(7(":,VL+1L0K<1=O2% M_.,?9*^(`TG.*>.F^WGP0I`104N27,]:Q[9#_C4/;0D/K(1:EC://^?M,T## M3'ICUQ*02`G'4),VG,$:^01K7NW=:NO:'FP4(BAH"N)-OT9*F?,N168@+?\L MDP[1%[;<<&RY+NLMVVS6%W5MT9S+IJDTFUJ]8<)YW`_.C%O8BWF]-6\N=*4I MJTZ])<^MABW+JE6KM>R&>E8?6S.R5K!R>A5-,Y'GF'ZLG>/V4R5IK1,E?7>0 M!A#>5K*ZJ@`NXP_J"Z=/@!?V7`*TN\K]!B=R;$6$-(@"L`NX3M$84!4GS70_ MZ@D+!+"F/85CQG[@+G.S54S7I;2(K+1K*O!.A3ED?"2!W%:YV(0"@(X`0'_Q M_)-9[]H`[)MT)[_#AEUD'K&5889646480R]TT#LR\B.G3<8>N7:]^)F$NS!R M-B'YNG*M%?&]]8ZLS">'V#O/W+@6N<>#&IC@@<(*B58.$9=D&SA/CA>%E!_2 MUJ[WZ`1D$?@;$HP0<()C8C]S]W1+T.X?KR[`H!`PG!T>S=3X>Y^>&,,;VXGXU\'\-3[-.A] M-NYG,]`P9R2#.YOC8.'Z2?T-0D)AKTQ"K=!I-;74'#OV`7V M06#$%B.VDAW=F)YBNP&P*Y;@'F[+5:2Q)NU,DY87B>LM?-9TP6_1Q#F4I0W) M$VKWU3;N!8NE7P>3Z7`\*N>%#/MB*?%QD_%X5M[/)AS.=MIO/[D@_&C7T[40 M0@UN0.D?0A)'[MJ-=B2T`G<;$1@$=!\ME8C$#``57,]VMN`PP%@)*(T1/=\3 M*:-,*YCJ;(6!CN4'@1-N?>@<^=2VG\#VT6N'I``K,MAIV!60']_OETL0&[F^ M%X*F'80RF\QWU#H*88SL0L/V"P3I422JM?:S'%E?9B"GI/RO^]3LH`>_2ULF=R.( M\2'P*O$[VD*E516]T@+!E#I<4FE5E1)5G1'W.[!&K8(F^\Z#>>7%+&(+8S=R M2!![X+L@/4K:W-#[$!%^P&ET#+NU*I>EL]GN9)"9`BO\BHD]84E$M7I"?F/X7;A(& M-!74*_SRU('D+HHEC'W+A)DO6"_ICSLP%KBRV6=C.!33*4==A/HV^!K[R6US M*32Z69J6;A95^3QVUS8/T@#-)]-=(R9C^,#F:F-B:VQ,US/@1O)!#M3< MW6CZJ3L9T(-N7`ZO!R`/I#%4U\42=]]E'CSUC21"\!,)?I`I-``'>"SS+MU1 MW^`!V91/"4G)W;!?YISIOK0T-(26GK&KU&BY=KCD.WX8W!#L&W3I.63N+'S0 M!5IQ,H3CS]RQ3`RW6&26*(Y&=0!-/?#Y#GK))/&QVJ=[/6;<>0RGU6OHQP6MH63=O-;@Y.;>S0/L M^[`1H!B(*X:@M!B6L'"?$7K0;\`",$:F6W:P1R5S"0NH@-#IX:#L6'T@#APX ML,[6!*6#XZ"*8]T>*W#P(,0)R<(,\#(DCY[_M8(3XL%#1%S%0429F=XN6N'\ ML#Z'HN+PPX8>S:\0_.SHRN:0\,-@B6D63*$)FJW)<#FOV<=75?MXJ%MX/J/: M)MB:#CILU?"**1KP#V+PF;@.E-,Q(6F@A3)J&66):5^7%3I2!T>ITL4E^2$O MLHB@7)$6`]N)W9PBPBL-[?U"$3/%8$/$Q:M,A#>J)RSD;U04'6/^Q",0(2?" MN'\3,4P4]K`U]H[K/X#F$;JW/[`K(:=^^.RP8@FPER8):6OB%IPU0D,0.S^! M/B%(/$&<#1YE<^E0*'ZMC4+:02P!:K2A9JG(P9\(P8\S4&R=F ME9X-"/K>_?TILZ+\^)3?%3*M3>TGU8X:M#<6_4,L3GT">,QM/%^#=TSJ510Y ML>?)9(R-82VD%4RP3Z^H1;^ISN,Q]+3JJD(]A*XVLF&-KFF,K&N);9-2JGYOB,=;:#8@9O03>!QRT;ZV?7"(!J06"1G@\6,%,GH"I*Q@F`[Z4U M69@`8M#V#ZR+R:D#&C50H#H*ELI9:S!R7>5DW*&^`S&JDT+Z_B32K6$A$#9\ MX2T?$F=M!0Z@.8/Y$H(X`C'VA#3UF`NMG`"Z?]F8CW2N#\EPW,[82ZO!K/;3 M8O6B-&S-8=S`T?OM?TP)-:5.4P,E6[FH,5=;`P-H)`JP]PI@BZ4Q-F0Y`2;? M26[.@T$,XMC*:2)50'D*P,9:.Z;73L$V6)!__@_YIY0$MYB=.\E.ZVRG:^E. MYW)VO)F#Q:]\6,U3%.V8'>6^$[6=@_)T5-9JN#8T]4!PI@V=QO,U7=MK(XE^ M-CXD*EO'WX(#`NVC&^9A&/6UW-%BL0QK/-!YO?LK.J@UJ`[J\EX'?U'8[R8# MYW(!JH=ZDXI<3TI7`B/6*+&9QK/<$^]+.+S`W,Z=;<&U+/]TM^!EK?-CR<^D MN"]NUNM,^GW:RCRT%&VV%%HLL(1""(>,Y78%\F7[U?X"3)(>U/,64D@I0/96 MD`I9I\O$;3%QFP?BMIBX^_`]F="/`XN>A`+Y>3]7X/O1QNG0)?Q$..PQ(@<\ MMHI.\1N[>2%I-YZF8K\?J+O/7RF1S]^HN\__3MU]?E2U5IJ\<)[4W6F\@[]) MY3T-9E\IO2MJ6ZMG2N_9_L==M;:N9VKOIZR/%J>W:UJF^'[`^D0.6V"F<& M:3)HX=5!^![T3.NU(H\Z6"$[;>L47V-6/,\'PGS6T)N,4R88K)U29:Z,PZFR MFI%.)SD<8XS&_?%L>F;HFR,O[["TEJ$DDV66R,R=0I)"/P-(*EC6^@-FWYZ] M1@/Q%V2?RAIAO,"\,'#^.P8/B7$"9,;A;C/WUW#>W!`SMK\J,J\GRK*&!1JX M'M38V$LD+"O29`G^;&]-NCV#O18VNG?W1G\X*7W!UZH,=WY"R*I*$KX-P([= MT7@TQ)AL^OMT-K@!V^(-C,.G0;<_F)0RD6>93?2.5"$KJ88K^A8(,_[DY1,O M!V"AU7(Q7H"H$V+T('*M>&T&%7*WC@+0DXXA-9-.5YET>EI_`C"G=<'G0M'S M(=$LD/_JP`.F.@4.Z'1#TN#Z$0XP+4$X`5,VB\+(/FUA?9S.2B>&4CYMS1CS26OV)+!Z"Q5=T/6S4YUCT^N=<.46,_TT0*Y<.+U5 M09>AU+3*OBREJ&#&2%;E5J5V-",OK65):0`TZ8ZP+I=MZP\NNW?7,P/+J/33 MC/)YK_JXK-YB\)=ZOH1PXD>3AC,.M'GJ0,_V5MLU)76W+)6AQ6-V07GQ['QU M:+U-1`#&Y^='=^Y&?^Z?MU@WQJL/%OQ6KZ_#GB^Q^0(`!L*V<[WR6+PY')>M)J9CCWNQ<4=?GYAGJ>RK MDU>:\L+QJO`KE`,=GN^1ZO![S8D.O]N'Z?#5=3`="J_H$'OEA:QVZ+@#'0IG M=+@?=_3]C7F6RG4HO/+!SH7S[%BD&H\I\H/3^_4&][/U[4@VQU]IF 9H1E^I/3^(S")O?\;FTG^?P$_SE=A*B@``'_' ` end END>---88--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Aug 30 23:35:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alexandria.cs.uchicago.edu (alexandria.cs.uchicago.edu [128.135.11.87]) by hub.freebsd.org (Postfix) with ESMTP id A84D015836 for ; Mon, 30 Aug 1999 23:35:22 -0700 (PDT) (envelope-from dayton@overx.com) Received: from mecca.overx.com (kropp-duster.cs.uchicago.edu [128.135.11.102]) by alexandria.cs.uchicago.edu (8.9.1/8.9.3) with ESMTP id BAA16786; Tue, 31 Aug 1999 01:32:05 -0500 (CDT) Received: from polo.overx.com (polo.overx.com [192.168.10.11]) by mecca.overx.com (Postfix) with ESMTP id 62CBA3E63; Tue, 31 Aug 1999 01:32:04 -0500 (CDT) Received: by polo.overx.com (Postfix, from userid 1001) id D74AD3E6C; Fri, 27 Aug 1999 16:31:02 -0500 (CDT) From: Soren Dayton Reply-To: dayton@overx.com To: Scott Michel Cc: freebsd-ports@freebsd.org Subject: Re: configuring fetch for Squid References: <86zozdjxfx.fsf@polo.overx.com> <37C6CE98.BD6CFB5B@cs.ucla.edu> Date: 27 Aug 1999 16:31:02 -0500 In-Reply-To: Scott Michel's message of "Fri, 27 Aug 1999 10:44:56 -0700" Message-ID: <86d7w8ud0p.fsf@polo.overx.com> Lines: 34 User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) XEmacs/21.1 (Big Bend) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Scott Michel writes: I'm sorry. I should have indicated that I did indeed RTFM. > setenv FTP_PROXY host.name.net:port Hmmm. It doesn't work. And I don't think its supposed to. First, the failure: polo% FTP_PROXY=mecca:3128 fetch ftp://ftp.cdrom.com/pub/ fetch: mecca: connection in wrong state polo% HTTP_PROXY=mecca:3128 fetch http://www.freebsd.org/ fetch: : fopen: No such file or directory mecca reports getting a connection: tcp 0 0 mecca.3128 polo.1040 ESTABLISHED For comparative purposes, note that for lynx, it JUST works. http_proxy=http://mecca.overx.com:3128/ lynx http://www.zsh.org/ ftp_proxy=http://mecca.overx.com:3128/ lynx ftp://ftp.cdrom.com/pub/ Either I'm misreading the code or fetch is pretending that the proxy is kind of ftp like rather than http like. And there is no way to configure this protocol information with fetch. Of course, that it doesn't work for the HTTP_PROXY case indicates that something else may be going on. Is this evaluation of what's going on correct? Thanks Soren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 1:50: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6075B159E6 for ; Tue, 31 Aug 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA95703; Tue, 31 Aug 1999 01:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (Postfix) with ESMTP id D0BF81541E for ; Tue, 31 Aug 1999 01:43:36 -0700 (PDT) (envelope-from bkogawa@foo.primenet.com) Received: (from daemon@localhost) by smtp01.primenet.com (8.8.8/8.8.8) id BAA06897 for ; Tue, 31 Aug 1999 01:43:36 -0700 (MST) Received: from 207-218-69-6.nas-1.OBT.primenet.com(207.218.69.6), claiming to be "foo.primenet.com" via SMTP by smtp01.primenet.com, id smtpd006892; Tue Aug 31 01:43:29 1999 Received: (from bkogawa@localhost) by foo.primenet.com (8.9.3/8.8.8) id BAA81164; Tue, 31 Aug 1999 01:44:26 -0700 (PDT) (envelope-from bkogawa) Message-Id: <199908310844.BAA81164@foo.primenet.com> Date: Tue, 31 Aug 1999 01:44:26 -0700 (PDT) From: bkogawa@primenet.com Reply-To: bkogawa@primenet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13485: port for jpilot, a gtk+ application for 3com palm organizers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13485 >Category: ports >Synopsis: port for jpilot, a gtk+ application for 3com palm organizers >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 Aug 31 01:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Bryan K. Ogawa >Release: FreeBSD 3.2-RELEASE i386 >Organization: none >Environment: Tested on an i386 box with a 3.2R ports tree with selected -current ports (e.g. gtk 1.2.3, pilot-link 0.9.3). Should (theoretically) work with prior ports, but does need libtool installed to do linking. >Description: J-Pilot is a straightforward desktop organizer application for the palm pilot under X using the gtk+ widget set. It is similar in functionality to the one that 3com distributes for other OSes. WWW: http://jpilot.linuxbox.com/ >How-To-Repeat: n/a >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 2:11:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A9461541E for ; Tue, 31 Aug 1999 02:11:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA97440; Tue, 31 Aug 1999 02:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id C707F153A3 for ; Tue, 31 Aug 1999 02:06:39 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11LjsD-0006OI-00; Tue, 31 Aug 1999 02:06:38 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id FAA94398; Tue, 31 Aug 1999 05:06:34 -0400 (EDT) (envelope-from will) Message-Id: <199908310906.FAA94398@shadow.blackdawn.com> Date: Tue, 31 Aug 1999 05:06:34 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13486: update misc/bidwatcher from v0.9.9-2 to v0.9.9-3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13486 >Category: ports >Synopsis: update misc/bidwatcher from v0.9.9-2 to v0.9.9-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: Tue Aug 31 02:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: This update was propagated by the author of bidwatcher. Thanks for notifying me! Anyhow.. this update improves reliability and sports more features than the last version of bidwatcher. As for the port, it was simply updated to use the new version, and I also added some simple installs for shared files.. like README and CHANGES. >How-To-Repeat: Apply the following diff to the current bidwatcher port. >Fix: diff -urN --exclude=CVS bidwatcher/Makefile bidwatcher.new/Makefile --- bidwatcher/Makefile Fri Aug 27 00:00:53 1999 +++ bidwatcher.new/Makefile Tue Aug 31 05:00:57 1999 @@ -1,17 +1,16 @@ # New ports collection makefile for: bidwatcher -# Version required: 0.9.9-2 +# Version required: 0.9.9-3 # Date created: 24 Aug 1999 # Whom: Will Andrews # # $FreeBSD: ports/misc/bidwatcher/Makefile,v 1.1.1.1 1999/08/27 04:00:53 cpiazza Exp $ # -DISTNAME= bidwatcher-0.9.9-2 +DISTNAME= bidwatcher-0.9.9-3 PKGNAME= bidwatcher-0.9.9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.low-fi.com/bw/download/ \ - http://www.psn.net/~andrews/dist/ + http://www.low-fi.com/bw/download/ MASTER_SITE_SUBDIR= apps/misc MAINTAINER= andrews@technologist.com @@ -23,6 +22,11 @@ SYSCONF_MOC=${X11BASE}/bin/moc do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher + @${MKDIR} ${PREFIX}/share/bidwatcher + @${INSTALL_PROGRAM} ${WRKSRC}/bidwatcher ${PREFIX}/bin/bidwatcher + @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/bidwatcher + @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/bidwatcher + @${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/bidwatcher + @${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/bidwatcher .include diff -urN --exclude=CVS bidwatcher/files/md5 bidwatcher.new/files/md5 --- bidwatcher/files/md5 Fri Aug 27 00:00:53 1999 +++ bidwatcher.new/files/md5 Tue Aug 31 04:54:39 1999 @@ -1 +1 @@ -MD5 (bidwatcher-0.9.9-2.tar.gz) = 1dd60a4f3ca5f235e7da2838f68815d2 +MD5 (bidwatcher-0.9.9-3.tar.gz) = e1ef3eb29a80acacf4e8fc915d7ab1e1 diff -urN --exclude=CVS bidwatcher/pkg/PLIST bidwatcher.new/pkg/PLIST --- bidwatcher/pkg/PLIST Fri Aug 27 00:00:54 1999 +++ bidwatcher.new/pkg/PLIST Tue Aug 31 04:58:06 1999 @@ -1 +1,6 @@ bin/bidwatcher +share/bidwatcher/CHANGES +share/bidwatcher/LICENSE +share/bidwatcher/INSTALL +share/bidwatcher/README +@dirrm share/bidwatcher >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3: 0:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C00150ED for ; Tue, 31 Aug 1999 03:00:54 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA00621; Tue, 31 Aug 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2504314C23; Tue, 31 Aug 1999 02:55:13 -0700 (PDT) Message-Id: <19990831095513.2504314C23@hub.freebsd.org> Date: Tue, 31 Aug 1999 02:55:13 -0700 (PDT) From: vadim@gc.lviv.ua To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13489: gIDE port doesn't compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13489 >Category: ports >Synopsis: gIDE port doesn't compile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 03:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Vadim Chekan >Release: FreeBSD-3.1 >Organization: GC >Environment: FreeBSD gate.gc.lviv.ua 3.1-STABLE FreeBSD 3.1-STABLE #0: Sun May 23 16:49:39 EE ST 1999 vadim@gate.gc.lviv.ua:/usr/src/sys/compile/GATE.3 i386 >Description: When I'm trying to cd /usr/ports/devel/gide make it failed. ===================================================== [cut] checking for working aclocal... foundM checking for working autoconf... foundM checking for working automake... foundM checking for working autoheader... foundM [cut] checking if /usr/X11R6/bin/gnome-config works... yesM checking for orbit-config... /usr/local/bin/orbit-configM checking for orbit-idl... /usr/local/bin/orbit-idlM checking for working ORBit environment... yesM checking for gnorba libraries... yesM Unknown library `applets'M updating cache ./config.cacheM creating ./config.statusM creating MakefileM ===> Building for gide-0.1.2M cd . && aclocal -I macrosM cd . && automake --gnu MakefileM cd . && autoconfM cd . \M && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.statusM creating MakefileM gmake: @SHELL@: Command not foundM @SHELL@gmake: @SHELL@: Command not foundM gmake: *** [config.status] Error 127M *** Error code 2M M Stop.M I guess it's because this port was tested on machine without automake. In patches Makefile.in is changed, Makefile is depended on Makefile.in and Makefile.in is rebuilded from Makefile.am by automake. In this case all patches to Makefile.in doesn't have sense. >How-To-Repeat: cd /usr/ports/devel/gide make On machine with automake,autoconf,autoheader installed. I guess that the problem is in it. >Fix: I'm not sure if this is the best way but it works for me. I just broke dependence Makefile of Makefile.in cat patch-aj --- Makefile.in.b Tue Aug 31 12:04:17 1999 +++ Makefile.in Tue Aug 31 12:04:17 1999 @@ -190,7 +190,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) +Makefile: $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:52:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0702152A9 for ; Tue, 31 Aug 1999 03:52:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04102; Tue, 31 Aug 1999 03:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id DBBC614F76 for ; Tue, 31 Aug 1999 03:40:16 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01139; Tue, 31 Aug 1999 19:39:33 +0900 (KST) (envelope-from cjh) Message-Id: <199908311039.TAA01139@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:39:33 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13491: Ports update: korean/ami Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13491 >Category: ports >Synopsis: Ports Update: korean/ami >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 Aug 31 03:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Regular ports update. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/ami/Makefile ami/Makefile --- /usr/ports/korean/ami/Makefile Tue Aug 31 03:02:07 1999 +++ ami/Makefile Tue Aug 31 18:01:03 1999 @@ -1,26 +1,48 @@ # New ports collection makefile for: ami -# Version required: ami-0.1.3 +# Version required: ami-0.4.1 # Date created: 05 Jun 1999 # Whom: CHOI Junho # -# $FreeBSD: ports/korean/ami/Makefile,v 1.2 1999/08/30 12:08:38 peter Exp $ +# $FreeBSD$ # -DISTNAME= ami-0.1.3 -PKGNAME= ko-ami-0.1.3 +DISTNAME= ami-0.4.1 +PKGNAME= ko-ami-0.4.1 CATEGORIES= korean x11 -MASTER_SITES= http://www.shinbiro.com/cug/linux/pds0/A/238/ \ - ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ - +MASTER_SITES= http://www.kr.freebsd.org/~hwang/ami/ + MAINTAINER= cjh@kr.freebsd.org LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -WRKSRC= ${WRKDIR}/ami - -ALL_TARGET= ami +USE_X_PREFIX= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ + GTK_CONFIG=${X11BASE}/bin/gtk12-config + +post-build: + @cd ${WRKSRC}/hanjadic; \ + ${MAKE} + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hanjadic/hanja-hwp2ami ${PREFIX}/bin + + # patch XLC_LOCALE for ko_KR.EUC(harmless) + if [ -f ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE ]; then \ + ${MV} -f ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE \ + ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE.orig; \ + fi + ${INSTALL_DATA} ${FILESDIR}/XLC_LOCALE \ + ${PREFIX}/lib/X11/locale/ko/ + + ${MKDIR} ${PREFIX}/share/doc/ami + ${INSTALL_DATA} ${FILESDIR}/XLC_LOCALE \ + ${PREFIX}/share/doc/ami + +.for NAME in AUTHORS README NEWS COPYING ChangeLog amirc + ${INSTALL_DATA} ${WRKSRC}/${NAME} \ + ${PREFIX}/share/doc/ami +.endfor -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ami ${PREFIX}/bin/ami .include diff -uNr /usr/ports/korean/ami/files/XLC_LOCALE ami/files/XLC_LOCALE --- /usr/ports/korean/ami/files/XLC_LOCALE Thu Jan 1 09:00:00 1970 +++ ami/files/XLC_LOCALE Tue Aug 31 18:00:14 1999 @@ -0,0 +1,72 @@ +# $XConsortium: ko /main/7 1996/09/28 16:52:27 rws $ +# XLocale Database Sample for ko. +# + +# +# XLC_FONTSET category +# +XLC_FONTSET +# fs0 class (7 bit ASCII) +fs0 { + charset { + name ISO8859-1:GL + } + font { + primary ISO8859-1:GL + vertical_rotate all + } +} +# fs1 class +fs1 { + charset { + name KSC5601.1987-0:GL + } + font { + primary KSC5601.1987-0:GL + substitute KSC5601.1987-0:GR + } +} +END XLC_FONTSET + +# +# XLC_XLOCALE category +# +XLC_XLOCALE + +encoding_name ko.euc +mb_cur_max 2 +state_depend_encoding False + +wc_encoding_mask \x30000000 +wc_shift_bits 7 + + + + + + +use_stdc_env True +force_convert_to_mb True + + +# cs0 class +cs0 { + side GL:Default + length 1 + wc_encoding \x00000000 + ct_encoding ISO8859-1:GL +} + +# cs1 class +cs1 { + side GR:Default + length 2 + + wc_encoding \x30000000 + + + + ct_encoding KSC5601.1987-0:GL; KSC5601.1987-0:GR +} + +END XLC_XLOCALE diff -uNr /usr/ports/korean/ami/files/md5 ami/files/md5 --- /usr/ports/korean/ami/files/md5 Wed Aug 25 14:41:13 1999 +++ ami/files/md5 Tue Aug 31 18:00:14 1999 @@ -1 +1 @@ -MD5 (ami-0.1.3.tar.gz) = 2f18303aa24b19c92321ff0852c2aedb +MD5 (ami-0.4.1.tar.gz) = 4705389b48be5d91e31811e1a7d932eb diff -uNr /usr/ports/korean/ami/patches/patch-aa ami/patches/patch-aa --- /usr/ports/korean/ami/patches/patch-aa Wed Aug 25 14:41:14 1999 +++ ami/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,21 +0,0 @@ ---- Makefile~ Wed May 26 23:23:14 1999 -+++ Makefile Thu Jun 3 20:02:15 1999 -@@ -2,13 +2,13 @@ - VERSION = 0.1.3 - - --CC = gcc --CFLAGS= -I. -g -Wall `gtk-config --cflags` --LD_FLAGS= `gtk-config --libs` -+#CC = gcc -+#CFLAGS= -I. -g -Wall `gtk-config --cflags` -+#LD_FLAGS= `gtk-config --libs` - # - # for FreeBSD --# CFLAGS= -I. -g -Wall `gtk12-config --cflags` --# LD_FLAGS = `gtk12-config --libs` -lxpg4 -+CFLAGS= -I. -g -Wall `gtk12-config --cflags` -+LD_FLAGS = `gtk12-config --libs` -lxpg4 - # - - OBJ = ic.o cli.o edit.o ami.o cp.o handler.o hangulinput.o dispwin.o util.o \ diff -uNr /usr/ports/korean/ami/patches/patch-ab ami/patches/patch-ab --- /usr/ports/korean/ami/patches/patch-ab Wed Aug 25 14:41:14 1999 +++ ami/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- Ximd/Makefile~ Tue Jun 1 20:48:42 1999 -+++ Ximd/Makefile Thu Jun 3 20:02:23 1999 -@@ -1,8 +1,8 @@ - - # for Linux and X_LOCALE compiled XFree86 --X_CFLAGS = -I/usr/X11R6/include -DX_LOCALE -+#X_CFLAGS = -I/usr/X11R6/include -DX_LOCALE - # for FreeBSD or no X_LOCALE --#X_CFLAGS = -I/usr/X11R6/include -+X_CFLAGS = -I/usr/X11R6/include - # - IMDKIT_DEFINES = -DNeedFunctionPrototypes -DXIM_t - #IMDKIT_DEFINES = -DNeedFunctionPrototypes -DTRANS_SERVER -DUNIXCONN -DTCPCONN -DXIM_t diff -uNr /usr/ports/korean/ami/patches/patch-ca ami/patches/patch-ca --- /usr/ports/korean/ami/patches/patch-ca Thu Jan 1 09:00:00 1970 +++ ami/patches/patch-ca Tue Aug 31 18:00:14 1999 @@ -0,0 +1,10 @@ +--- hanjadic/Makefile~ Thu Jul 1 03:31:25 1999 ++++ hanjadic/Makefile Tue Jul 13 21:16:53 1999 +@@ -1,5 +1,5 @@ + + CC = gcc +-CFLAGS = -g -O2 `glib-config --cflags` ++CFLAGS = -g -O2 `glib12-config --cflags` + hanja-hwp2ami: hanja-hwp2ami.o +- $(CC) -o hanja-hwp2ami hanja-hwp2ami.o `glib-config --libs` ++ $(CC) -o hanja-hwp2ami hanja-hwp2ami.o -lxpg4 `glib12-config --libs` diff -uNr /usr/ports/korean/ami/pkg/PLIST ami/pkg/PLIST --- /usr/ports/korean/ami/pkg/PLIST Wed Aug 25 14:41:14 1999 +++ ami/pkg/PLIST Tue Aug 31 18:00:14 1999 @@ -1 +1,14 @@ bin/ami +bin/hanja-hwp2ami +share/doc/ami/XLC_LOCALE +@comment copy new locale definition(no harm, so need not be uninstalled) +@exec if [ -f %D/lib/X11/locale/ko/XLC_LOCALE ]; then mv -f %D/lib/X11/locale/ko/XLC_LOCALE %D/lib/X11/locale/ko/XLC_LOCALE.orig; fi +@exec cp %D/share/doc/ami/XLC_LOCALE %D/lib/X11/locale/ko/ +@unexec if [ -f %D/lib/X11/locale/ko/XLC_LOCALE.orig ]; then mv -f %D/lib/X11/locale/ko/XLC_LOCALE.orig %D/lib/X11/locale/ko/XLC_LOCALE; fi +share/doc/ami/AUTHORS +share/doc/ami/README +share/doc/ami/NEWS +share/doc/ami/COPYING +share/doc/ami/ChangeLog +share/doc/ami/amirc +@dirrm share/doc/ami >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:52:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D637152C1 for ; Tue, 31 Aug 1999 03:52:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04111; Tue, 31 Aug 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id EDC7C14F76 for ; Tue, 31 Aug 1999 03:40:31 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01260; Tue, 31 Aug 1999 19:39:59 +0900 (KST) (envelope-from cjh) Message-Id: <199908311039.TAA01260@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:39:59 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13492: New Ports: korean/munhwafonts-cid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13492 >Category: ports >Synopsis: New Ports: korean/munhwafonts-cid >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 Aug 31 03:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: 2 set of free Korean PS fonts, for use of Netscape or others. It should be committed before ftghostscript5 update. >How-To-Repeat: build it! >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: # # munhwafonts-cid # munhwafonts-cid/pkg # munhwafonts-cid/pkg/COMMENT # munhwafonts-cid/pkg/DESCR # munhwafonts-cid/pkg/PLIST # munhwafonts-cid/files # munhwafonts-cid/files/md5 # munhwafonts-cid/files/MunhwaGothic-Regular-KSC-EUC-H.gsf # munhwafonts-cid/files/Munhwa-Regular-KSC-EUC-H.gsf # munhwafonts-cid/Makefile # echo c - munhwafonts-cid mkdir -p munhwafonts-cid > /dev/null 2>&1 echo c - munhwafonts-cid/pkg mkdir -p munhwafonts-cid/pkg > /dev/null 2>&1 echo x - munhwafonts-cid/pkg/COMMENT sed 's/^X//' >munhwafonts-cid/pkg/COMMENT << 'END-of-munhwafonts-cid/pkg/COMMENT' XMunhwa CID fonts collection(Basic set) END-of-munhwafonts-cid/pkg/COMMENT echo x - munhwafonts-cid/pkg/DESCR sed 's/^X//' >munhwafonts-cid/pkg/DESCR << 'END-of-munhwafonts-cid/pkg/DESCR' XMunhwa CID fonts collection X=========================== X XThis font collection is used by ghostscript, for printing XKorean documents. X XKorean CID-Keyed fonts(Munhwa and MunhwaGothic) is provided by XAdobe, and original Type 1 fonts is from Ministry of Culture and Sports Xof Korea Government. These fonts are free to use. X X-- XCHOI Junho END-of-munhwafonts-cid/pkg/DESCR echo x - munhwafonts-cid/pkg/PLIST sed 's/^X//' >munhwafonts-cid/pkg/PLIST << 'END-of-munhwafonts-cid/pkg/PLIST' Xshare/ghostscript/fonts/CMap/Adobe-Korea1-0 Xshare/ghostscript/fonts/CMap/Adobe-Korea1-1 Xshare/ghostscript/fonts/CMap/KSC-EUC-H Xshare/ghostscript/fonts/CMap/KSC-EUC-V Xshare/ghostscript/fonts/CMap/KSC-H Xshare/ghostscript/fonts/CMap/KSC-Johab-H Xshare/ghostscript/fonts/CMap/KSC-Johab-V Xshare/ghostscript/fonts/CMap/KSC-V Xshare/ghostscript/fonts/CMap/KSCms-UHC-H Xshare/ghostscript/fonts/CMap/KSCms-UHC-HW-H Xshare/ghostscript/fonts/CMap/KSCms-UHC-HW-V Xshare/ghostscript/fonts/CMap/KSCms-UHC-V Xshare/ghostscript/fonts/CMap/KSCpc-EUC-H Xshare/ghostscript/fonts/CMap/KSCpc-EUC-V Xshare/ghostscript/fonts/CMap/UniKS-UCS2-H Xshare/ghostscript/fonts/CMap/UniKS-UCS2-V Xshare/ghostscript/fonts/CMap/UniKS-UTF8-H Xshare/ghostscript/fonts/CMap/UniKS-UTF8-V Xshare/ghostscript/fonts/Munhwa-Regular Xshare/ghostscript/fonts/Munhwa-Regular-KSC-EUC-H.gsf Xshare/ghostscript/fonts/MunhwaGothic-Regular Xshare/ghostscript/fonts/MunhwaGothic-Regular-KSC-EUC-H.gsf X@dirrm share/ghostscript/fonts/CMap END-of-munhwafonts-cid/pkg/PLIST echo c - munhwafonts-cid/files mkdir -p munhwafonts-cid/files > /dev/null 2>&1 echo x - munhwafonts-cid/files/md5 sed 's/^X//' >munhwafonts-cid/files/md5 << 'END-of-munhwafonts-cid/files/md5' XMD5 (Munhwa-Regular) = 7ebe34b42aa9d6fa52391418d78df0e7 XMD5 (MunhwaGothic-Regular) = a49ab92ac1a5da007596d5958ac7f30e XMD5 (ak11.tar.Z) = 056ef761a22d267ad71f5970938bfbe9 END-of-munhwafonts-cid/files/md5 echo x - munhwafonts-cid/files/MunhwaGothic-Regular-KSC-EUC-H.gsf sed 's/^X//' >munhwafonts-cid/files/MunhwaGothic-Regular-KSC-EUC-H.gsf << 'END-of-munhwafonts-cid/files/MunhwaGothic-Regular-KSC-EUC-H.gsf' X% MunhwaGothic-Regular font definition X% X% idea from README.CID in X% http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/\ X% gs5.10-vflib-1.1.tar.gz X X/MunhwaGothic-Regular-KSC-EUC-H X/MunhwaGothic-Regular (MunhwaGothic-Regular) X/KSC-EUC-H (CMap/KSC-EUC-H) X X1 index /CMap resourcestatus X{pop pop pop} X{runlibfile} ifelse X/CMap findresource X X3 1 roll X1 index /CIDFont resourcestatus X{pop pop pop} X{runlibfile} ifelse X/CIDFont findresource X X[ exch ] composefont pop END-of-munhwafonts-cid/files/MunhwaGothic-Regular-KSC-EUC-H.gsf echo x - munhwafonts-cid/files/Munhwa-Regular-KSC-EUC-H.gsf sed 's/^X//' >munhwafonts-cid/files/Munhwa-Regular-KSC-EUC-H.gsf << 'END-of-munhwafonts-cid/files/Munhwa-Regular-KSC-EUC-H.gsf' X% Munhwa-Regular font definition X% X% idea from README.CID in X% http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/\ X% gs5.10-vflib-1.1.tar.gz X X/Munhwa-Regular-KSC-EUC-H X/Munhwa-Regular (Munhwa-Regular) X/KSC-EUC-H (CMap/KSC-EUC-H) X X1 index /CMap resourcestatus X{pop pop pop} X{runlibfile} ifelse X/CMap findresource X X3 1 roll X1 index /CIDFont resourcestatus X{pop pop pop} X{runlibfile} ifelse X/CIDFont findresource X X[ exch ] composefont pop END-of-munhwafonts-cid/files/Munhwa-Regular-KSC-EUC-H.gsf echo x - munhwafonts-cid/Makefile sed 's/^X//' >munhwafonts-cid/Makefile << 'END-of-munhwafonts-cid/Makefile' X# New ports collection makefile for: Munhwa fonts collection(cid) X# Version required: none X# Date created: 30 Jun 1999 X# Whom: CHOI Junho X# X# $FreeBSD$ X# X XDISTNAME= munhwafonts-cid XPKGNAME= ko-munhwafonts-cid-1.0 XCATEGORIES= korean print XMASTER_SITES= ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/ \ X ftp://ftp.ora.com/pub/examples/nutshell/cjkv/adobe/samples/ XDISTFILES= ${CID_FONTS_KO} ${CID_CMAP_KO} X XMAINTAINER= cjh@kr.freebsd.org X XBUILD_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts X X# sample fonts(cid, free Korean fonts is just only one.. :< ) XCID_FONTS_KO= Munhwa-Regular MunhwaGothic-Regular X# CID CMAP XCID_CMAP_KO= ak11.tar.Z X XNO_BUILD= YES X Xdo-extract: X ${MKDIR} ${WRKDIR} X cd ${WRKDIR} && tar -xzf ${DISTDIR}/${CID_CMAP_KO} X Xdo-install: X ${INSTALL_DATA} ${FILESDIR}/Munhwa-Regular-KSC-EUC-H.gsf \ X ${FILESDIR}/MunhwaGothic-Regular-KSC-EUC-H.gsf \ X ${PREFIX}/share/ghostscript/fonts X for file in ${CID_FONTS_KO}; do \ X ${INSTALL_DATA} ${DISTDIR}/$$file \ X ${PREFIX}/share/ghostscript/fonts; \ X done X ${MKDIR} ${PREFIX}/share/ghostscript/fonts/CMap; &&\ X ${INSTALL_DATA} ${WRKDIR}/ak11/CMap/* \ X ${PREFIX}/share/ghostscript/fonts/CMap X X.include END-of-munhwafonts-cid/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:52:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9E2B1541E for ; Tue, 31 Aug 1999 03:52:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04132; Tue, 31 Aug 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 1126B14F76 for ; Tue, 31 Aug 1999 03:41:10 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01505; Tue, 31 Aug 1999 19:41:10 +0900 (KST) (envelope-from cjh) Message-Id: <199908311041.TAA01505@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:41:10 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13494: New Ports: korean/baekmuk-bdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13494 >Category: ports >Synopsis: New Ports: korean/baekmuk-bdf >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 Aug 31 03:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: New Free BDF fonts collection for Korean. >How-To-Repeat: build it! >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: # # baekmuk-bdf # baekmuk-bdf/files # baekmuk-bdf/files/md5 # baekmuk-bdf/pkg # baekmuk-bdf/pkg/REQ # baekmuk-bdf/pkg/COMMENT # baekmuk-bdf/pkg/DESCR # baekmuk-bdf/pkg/MESSAGE # baekmuk-bdf/pkg/PLIST # baekmuk-bdf/Makefile # echo c - baekmuk-bdf mkdir -p baekmuk-bdf > /dev/null 2>&1 echo c - baekmuk-bdf/files mkdir -p baekmuk-bdf/files > /dev/null 2>&1 echo x - baekmuk-bdf/files/md5 sed 's/^X//' >baekmuk-bdf/files/md5 << 'END-of-baekmuk-bdf/files/md5' XMD5 (baekmuk-0.9.1.tar.gz) = 2cead69863f77429d7b35ebbe8267f10 END-of-baekmuk-bdf/files/md5 echo c - baekmuk-bdf/pkg mkdir -p baekmuk-bdf/pkg > /dev/null 2>&1 echo x - baekmuk-bdf/pkg/REQ sed 's/^X//' >baekmuk-bdf/pkg/REQ << 'END-of-baekmuk-bdf/pkg/REQ' X#! /bin/sh Xif [ "$2" = "DEINSTALL" ]; then X exit 0 Xfi X Xecho "Remember to add a FontPath entry to /etc/XF86Config to use Baekmuk font:" Xecho " FontPath \"/usr/X11R6/lib/X11/fonts/baekmuk/\"" END-of-baekmuk-bdf/pkg/REQ echo x - baekmuk-bdf/pkg/COMMENT sed 's/^X//' >baekmuk-bdf/pkg/COMMENT << 'END-of-baekmuk-bdf/pkg/COMMENT' XFree Hangul fonts for X11(baekmuk) END-of-baekmuk-bdf/pkg/COMMENT echo x - baekmuk-bdf/pkg/DESCR sed 's/^X//' >baekmuk-bdf/pkg/DESCR << 'END-of-baekmuk-bdf/pkg/DESCR' XHangul X11 fonts(baekmuk) X------------------------- X X(c) Copyright 1986-1999, Wooderart Inc. XYou are hereby granted permission under all Wooderart propriety rights Xto use, copy, modify, sublicense, sell, and redistribute the 4 Baekmuk XHangul bitmap fonts for any purpose and without restriction; Xprovided, that this notice is left intact on all copies of such fonts Xand that Wooderart's trademark is acknowledged as shown below on all Xcopies of the 4 Baekmuk bitmap fonts. X X BAEKMUK BATANG is a registered trademark of Wooderart Inc. X BAEKMUK GULIM is a registered trademark of Wooderart Inc. X BAEKMUK DOTUM is a registered trademark of Wooderart Inc. X BAEKMUK HEADLINE is a registered trademark of Wooderart Inc. X XFor more information, please visit X http://www.mizi.co.kr/software/baekmuk/index.html X X-- XPorts by CHOI Junho XWWW: http://www.mizi.co.kr/software/baekmuk/index.html END-of-baekmuk-bdf/pkg/DESCR echo x - baekmuk-bdf/pkg/MESSAGE sed 's/^X//' >baekmuk-bdf/pkg/MESSAGE << 'END-of-baekmuk-bdf/pkg/MESSAGE' XBaekmuk Font(BDF) X================= X XPlease note: X X This package installed fonts in /usr/X11R6/lib/X11/fonts/baekmuk directory. X To use this, add this directory to your /etc/XF86config: X X Section "Files" X ... X FontPath "/usr/X11R6/lib/X11/fonts/baekmuk/" X ... X X Or, run this command at your X desktop: X X # xset +fp /usr/X11R6/lib/X11/fonts/baekmuk/ && xset fp rehash X X Don't forget to add the directory to your /etc/XF86config, for X add the correct font path after you reboots X. X X-- XCHOI Junho END-of-baekmuk-bdf/pkg/MESSAGE echo x - baekmuk-bdf/pkg/PLIST sed 's/^X//' >baekmuk-bdf/pkg/PLIST << 'END-of-baekmuk-bdf/pkg/PLIST' Xlib/X11/fonts/baekmuk/batang10.pcf.gz Xlib/X11/fonts/baekmuk/batang10b.pcf.gz Xlib/X11/fonts/baekmuk/batang12.pcf.gz Xlib/X11/fonts/baekmuk/batang12b.pcf.gz Xlib/X11/fonts/baekmuk/batang14.pcf.gz Xlib/X11/fonts/baekmuk/batang14b.pcf.gz Xlib/X11/fonts/baekmuk/batang16.pcf.gz Xlib/X11/fonts/baekmuk/batang16b.pcf.gz Xlib/X11/fonts/baekmuk/batang18.pcf.gz Xlib/X11/fonts/baekmuk/batang18b.pcf.gz Xlib/X11/fonts/baekmuk/batang20.pcf.gz Xlib/X11/fonts/baekmuk/batang20b.pcf.gz Xlib/X11/fonts/baekmuk/batang24.pcf.gz Xlib/X11/fonts/baekmuk/batang24b.pcf.gz Xlib/X11/fonts/baekmuk/dotum10.pcf.gz Xlib/X11/fonts/baekmuk/dotum12.pcf.gz Xlib/X11/fonts/baekmuk/dotum14.pcf.gz Xlib/X11/fonts/baekmuk/dotum16.pcf.gz Xlib/X11/fonts/baekmuk/dotum18.pcf.gz Xlib/X11/fonts/baekmuk/dotum20.pcf.gz Xlib/X11/fonts/baekmuk/dotum24.pcf.gz Xlib/X11/fonts/baekmuk/fonts.alias Xlib/X11/fonts/baekmuk/gulim10.pcf.gz Xlib/X11/fonts/baekmuk/gulim10b.pcf.gz Xlib/X11/fonts/baekmuk/gulim12.pcf.gz Xlib/X11/fonts/baekmuk/gulim12b.pcf.gz Xlib/X11/fonts/baekmuk/gulim14.pcf.gz Xlib/X11/fonts/baekmuk/gulim14b.pcf.gz Xlib/X11/fonts/baekmuk/gulim16.pcf.gz Xlib/X11/fonts/baekmuk/gulim16b.pcf.gz Xlib/X11/fonts/baekmuk/gulim18.pcf.gz Xlib/X11/fonts/baekmuk/gulim18b.pcf.gz Xlib/X11/fonts/baekmuk/gulim20.pcf.gz Xlib/X11/fonts/baekmuk/gulim20b.pcf.gz Xlib/X11/fonts/baekmuk/gulim24.pcf.gz Xlib/X11/fonts/baekmuk/gulim24b.pcf.gz Xlib/X11/fonts/baekmuk/hline10.pcf.gz Xlib/X11/fonts/baekmuk/hline12.pcf.gz Xlib/X11/fonts/baekmuk/hline14.pcf.gz Xlib/X11/fonts/baekmuk/hline16.pcf.gz Xlib/X11/fonts/baekmuk/hline18.pcf.gz Xlib/X11/fonts/baekmuk/hline20.pcf.gz Xlib/X11/fonts/baekmuk/hline24.pcf.gz X@exec cd %D/lib/X11/fonts/baekmuk ; %D/bin/mkfontdir X@unexec cd %D/lib/X11/fonts/baekmuk ; %D/bin/mkfontdir END-of-baekmuk-bdf/pkg/PLIST echo x - baekmuk-bdf/Makefile sed 's/^X//' >baekmuk-bdf/Makefile << 'END-of-baekmuk-bdf/Makefile' X# New ports collection makefile for: baekmuk fonts(x11) X# Version required: 0.9 X# Date created: 23 Jul 1999 X# Whom: CHOI Junho X# X# $FreeBSD$ X# X XDISTNAME= baekmuk-0.9.1 XPKGNAME= ko-baekmukfonts-bdf-0.9.1 XCATEGORIES= korean x11-fonts XMASTER_SITES= ftp://ftp.mizi.co.kr/pub/baekmuk/ X XMAINTAINER= cjh@kr.freebsd.org X XUSE_X_PREFIX= yes X XFONTLIST= batang10 batang10b batang12 batang12b batang14 batang14b \ X batang16 batang16b batang18 batang18b batang20 batang20b \ X batang24 batang24b \ X dotum10 dotum12 dotum14 dotum16 dotum18 dotum20 dotum24 \ X gulim10 gulim10b gulim12 gulim12b gulim14 gulim14b gulim16 \ X gulim16b gulim18 gulim18b gulim20 gulim20b gulim24 gulim24b \ X hline10 hline12 hline14 hline16 hline18 hline20 hline24 X XBDFTOPCF= /usr/X11R6/bin/bdftopcf XMKFONTDIR= /usr/X11R6/bin/mkfontdir X Xdo-build: X.for FONTNAME in ${FONTLIST} X ${BDFTOPCF} ${WRKDIR}/${FONTNAME}.bdf | ${GZIP_CMD} -c \ X > ${WRKDIR}/${FONTNAME}.pcf.gz X.endfor X Xdo-install: X -mkdir -p ${PREFIX}/lib/X11/fonts/baekmuk X.for FONTNAME in ${FONTLIST} X ${INSTALL_DATA} ${WRKDIR}/${FONTNAME}.pcf.gz \ X ${PREFIX}/lib/X11/fonts/baekmuk X.endfor X ${INSTALL_DATA} ${WRKDIR}/fonts.alias ${PREFIX}/lib/X11/fonts/baekmuk X ${MKFONTDIR} ${PREFIX}/lib/X11/fonts/baekmuk X Xpost-install: X @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL X X.include END-of-baekmuk-bdf/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:53: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15CB7154D1 for ; Tue, 31 Aug 1999 03:52:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04142; Tue, 31 Aug 1999 03:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 89D5E14F76 for ; Tue, 31 Aug 1999 03:41:30 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01626; Tue, 31 Aug 1999 19:41:30 +0900 (KST) (envelope-from cjh) Message-Id: <199908311041.TAA01626@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:41:30 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13495: New Ports: korean/hlatexfonts-ocf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13495 >Category: ports >Synopsis: New Ports: korean/hlatexfonts-ocf >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 Aug 31 03:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: 2 set of Korean PS fonts, for use of Netscape or others. >How-To-Repeat: build it! >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: # # hlatexfonts-ocf # hlatexfonts-ocf/pkg # hlatexfonts-ocf/pkg/COMMENT # hlatexfonts-ocf/pkg/DESCR # hlatexfonts-ocf/pkg/PLIST # hlatexfonts-ocf/files # hlatexfonts-ocf/files/md5 # hlatexfonts-ocf/Makefile # echo c - hlatexfonts-ocf mkdir -p hlatexfonts-ocf > /dev/null 2>&1 echo c - hlatexfonts-ocf/pkg mkdir -p hlatexfonts-ocf/pkg > /dev/null 2>&1 echo x - hlatexfonts-ocf/pkg/COMMENT sed 's/^X//' >hlatexfonts-ocf/pkg/COMMENT << 'END-of-hlatexfonts-ocf/pkg/COMMENT' XHLaTeX(OCF format) fonts collection END-of-hlatexfonts-ocf/pkg/COMMENT echo x - hlatexfonts-ocf/pkg/DESCR sed 's/^X//' >hlatexfonts-ocf/pkg/DESCR << 'END-of-hlatexfonts-ocf/pkg/DESCR' XHLaTeX(OCF) fonts collection X============================ X XThis font collection is used by ghostscript, for printing XKorean documents. X XHLaTeX Myoungjo and Gothic is originally included in the HLaTeX Xdistribution, by Koaunghi Un . XRecomposed to OCF by CHOI Junho . X XThis fonts collection is free to use. X X-- XCHOI Junho END-of-hlatexfonts-ocf/pkg/DESCR echo x - hlatexfonts-ocf/pkg/PLIST sed 's/^X//' >hlatexfonts-ocf/pkg/PLIST << 'END-of-hlatexfonts-ocf/pkg/PLIST' Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r21.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r22.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r23.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r24.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r25.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r26.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r27.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r28.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r29.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2a.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2b.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2c.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2d.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2e.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r2f.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r30.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r31.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r32.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r33.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r34.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r35.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r36.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r37.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r38.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r39.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3a.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3b.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3c.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3d.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3e.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r3f.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r40.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r41.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r42.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r43.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r44.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r45.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r46.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r47.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r48.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r49.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4a.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4b.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4c.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4d.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4e.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r4f.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r50.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r51.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r52.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r53.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r54.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r55.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r56.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r57.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r58.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r59.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5a.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5b.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5c.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5d.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5e.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r5f.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r60.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r61.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r62.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r63.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r64.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r65.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r66.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r67.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r68.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r69.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6a.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6b.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6c.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6d.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6e.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r6f.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r70.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r71.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r72.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r73.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r74.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r75.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r76.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r77.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r78.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r79.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7a.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7b.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7c.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7d.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic-r7e.pfb Xshare/ghostscript/fonts/HLaTeX-Gothic/HLaTeX-Gothic.gsf Xshare/ghostscript/fonts/HLaTeX-Gothic/Fontmap.Gothic Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r21.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r22.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r23.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r24.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r25.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r26.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r27.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r28.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r29.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2a.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2b.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2c.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2d.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2e.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r2f.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r30.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r31.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r32.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r33.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r34.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r35.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r36.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r37.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r38.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r39.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3a.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3b.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3c.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3d.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3e.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r3f.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r40.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r41.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r42.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r43.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r44.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r45.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r46.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r47.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r48.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r49.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4a.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4b.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4c.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4d.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4e.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r4f.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r50.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r51.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r52.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r53.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r54.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r55.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r56.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r57.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r58.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r59.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5a.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5b.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5c.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5d.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5e.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r5f.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r60.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r61.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r62.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r63.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r64.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r65.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r66.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r67.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r68.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r69.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6a.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6b.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6c.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6d.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6e.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r6f.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r70.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r71.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r72.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r73.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r74.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r75.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r76.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r77.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r78.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r79.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7a.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7b.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7c.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7d.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo-r7e.pfb Xshare/ghostscript/fonts/HLaTeX-Myoungjo/HLaTeX-Myoungjo.gsf Xshare/ghostscript/fonts/HLaTeX-Myoungjo/Fontmap.Myoungjo X@exec cp %D/share/ghostscript/fonts/Fontmap %B/Fontmap.before X@exec cat %D/share/ghostscript/fonts/HLaTeX-Myoungjo/Fontmap.Myoungjo >> %D/share/ghostscript/fonts/Fontmap X@exec cat %D/share/ghostscript/fonts/HLaTeX-Gothic/Fontmap.Gothic >> %D/share/ghostscript/fonts/Fontmap X@unexec mv %B/Fontmap.before %D/share/ghostscript/fonts/Fontmap X@dirrm share/ghostscript/fonts/HLaTeX-Gothic X@dirrm share/ghostscript/fonts/HLaTeX-Myoungjo END-of-hlatexfonts-ocf/pkg/PLIST echo c - hlatexfonts-ocf/files mkdir -p hlatexfonts-ocf/files > /dev/null 2>&1 echo x - hlatexfonts-ocf/files/md5 sed 's/^X//' >hlatexfonts-ocf/files/md5 << 'END-of-hlatexfonts-ocf/files/md5' XMD5 (HLaTeX-Myoungjo-OCF-PS.tar.gz) = 44a43c17d1d13c15e37c59a303d6588e XMD5 (HLaTeX-Gothic-OCF-PS.tar.gz) = 998245f0bc6e8165e50b351f0bd4930b END-of-hlatexfonts-ocf/files/md5 echo x - hlatexfonts-ocf/Makefile sed 's/^X//' >hlatexfonts-ocf/Makefile << 'END-of-hlatexfonts-ocf/Makefile' X# New ports collection makefile for: HLaTeX OCF fonts collection X# Version required: none X# Date created: 30 Jun 1999 X# Whom: CHOI Junho X# X# $FreeBSD$ X# X XDISTNAME= hlatexfonts-ocf XPKGNAME= ko-hlatexfonts-ocf-1.0 XCATEGORIES= korean print XMASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/ XDISTFILES= HLaTeX-Myoungjo-OCF-PS.tar.gz HLaTeX-Gothic-OCF-PS.tar.gz X XMAINTAINER= cjh@kr.freebsd.org X XBUILD_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts X XNO_BUILD= YES X Xdo-configure: X.for FAMILY in Myoungjo Gothic X ${SED} -e 's@(@(HLaTeX-${FAMILY}\/@' \ X < ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.HLaTeX-${FAMILY} \ X > ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.${FAMILY} X ${RM} ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.HLaTeX-${FAMILY} X.endfor X Xdo-install: X.for FAMILY in Myoungjo Gothic X ${MKDIR} ${PREFIX}/share/ghostscript/fonts/HLaTeX-${FAMILY} X.endfor X ${CP} ${PREFIX}/share/ghostscript/fonts/Fontmap \ X ${PREFIX}/share/ghostscript/fonts/HLaTeX-Myoungjo/Fontmap.before X.for FAMILY in Myoungjo Gothic X ${INSTALL_DATA} ${WRKDIR}/HLaTeX-${FAMILY}/* \ X ${PREFIX}/share/ghostscript/fonts/HLaTeX-${FAMILY}/ X ${CAT} ${WRKDIR}/HLaTeX-${FAMILY}/Fontmap.${FAMILY} \ X >> ${PREFIX}/share/ghostscript/fonts/Fontmap X.endfor X X.include END-of-hlatexfonts-ocf/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:53:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 79CB415401 for ; Tue, 31 Aug 1999 03:52:31 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04120; Tue, 31 Aug 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 1F7F114F76 for ; Tue, 31 Aug 1999 03:40:36 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01384; Tue, 31 Aug 1999 19:40:36 +0900 (KST) (envelope-from cjh) Message-Id: <199908311040.TAA01384@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:40:36 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13493: Ports update: korean/ftghostscript5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13493 >Category: ports >Synopsis: Ports Update: korean/ftghostscript5 >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 03:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Regular ports update. BROKEN fixed. munhwafonts-cid ports should be committed before this! >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/ftghostscript5/Makefile ftghostscript5/Makefile --- /usr/ports/korean/ftghostscript5/Makefile Tue Aug 31 03:02:07 1999 +++ ftghostscript5/Makefile Tue Aug 31 18:14:21 1999 @@ -1,112 +1,76 @@ # New ports collection makefile for: freetype-ghostscript # Version required: 5.10ft -# Date created: Fri Mar 27 10:32:46 KST 1998 +# Date created: 27 Mar 1998 # Whom: CHOI Junho # -# $FreeBSD: ports/korean/ftghostscript5/Makefile,v 1.10 1999/08/30 12:08:44 peter Exp $ +# $FreeBSD$ # -# based on print/ghostscript5 and japanese/vfghostscript5 -# use Adobe's CID-keyed font sameple(korean) because there are no -# default korean font +# Based on print/ghostscript5 and japanese/vfghostscript5 +# use Adobe's CID-keyed Korean font because there are no wide accepted +# default korean font yet # -DISTNAME= ko-ftghostscript-5.10 +DISTNAME= ko-ghostscript-5.10ft CATEGORIES= korean print -MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/aladdin/gs510/ \ - ftp://bonk.ethz.ch/gs-driver-distrib/ \ - http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ - http://freefall.freebsd.org/~andreas/download/ \ +MASTER_SITES= ftp://ftp.pdb.sni.de/pub/utilities/misc/ \ + http://www.ozemail.com.au/~geoffk/pdfencrypt/ \ + ftp://ftp.cs.wisc.edu/ghost/gnu/gs510/ \ + $(MASTER_SITE_GNU) \ http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/ \ http://itohws03.ee.noda.sut.ac.jp/~matsuda/VFlib-FT/ \ - ftp://jazz.snu.ac.kr/pub/unix/gs-ko/ \ - ftp://ftp.ora.com/pub/examples/nutshell/ujip/adobe/samples/ \ - ftp://ftp.ora.com/pub/examples/nutshell/ujip/adobe/ -DISTFILES= ${GS_SOURCES} ${GS_FONTS_STD} ${GS_FONTS_OTHER} \ - ${HP850_DRV} ${DECRYPT_PDF} ${VFLIB_GS} ${KFFTYPE} \ - ${KFFTYPE_PATCH} ${HFFTYPE} ${GS_CID_PATCH} \ - ${CID_FONTS_KO} ${CID_CMAP_KO} + ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/ \ + ftp://ftp.kr.freebsd.org/pub/users/cjh/gs-ko/misc/ +MASTER_SITE_SUBDIR= ghostscript + +DISTFILES= ${PCL3_DRV} ${DECRYPT_PDF} ${GS_SOURCES} \ + ${VFLIB_GS} ${KFFTYPE} ${KFFTYPE_PATCH} \ + ${HFFTYPE} ${GS_CID_PATCH} -MAINTAINER= cjh@kr.freebsd.org - -BROKEN= fetch +MAINTAINER= cjh@kr.FreeBSD.org +RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \ + $(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ - /nonexistent:${PORTSDIR}/graphics/png:extract \ - unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= ttf.3:${PORTSDIR}/print/freetype + /nonexistent:${PORTSDIR}/graphics/png:extract +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ + ttf.3:${PORTSDIR}/print/freetype -MAKE_ENV= PORTSDIR=${PORTSDIR} -EXTRACT_ONLY= ${GS_SOURCES} +USE_XLIB= yes +EXTRACT_ONLY= ${GS_SOURCES} ${PCL3_DRV} WRKSRC= ${WRKDIR}/gs5.10 + MAKEFILE= unix-gcc.mak -MAKE_FLAGS= prefix=${PREFIX} zlibc_=-lz CFLAGS="${CFLAGS} -I${PREFIX}/include" -f -MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 +#MAKE_FLAGS= prefix=${PREFIX} CFLAGS="${CFLAGS}" -f +MAKE_FLAGS= prefix=${PREFIX} -f +MAN1= gs.1 pdf2dsc.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 gs-hpdj.1 GS_SOURCES= ghostscript-5.10.tar.gz -GS_SOURCES+= ghostscript-5.10gnu.tar.gz -# Note: the following two are real files that have symlinks with -# later version numbers pointing to them. To avoid unnecessarily -# downloading distfiles, do not change these when upgrading the port -# unless the files really change. -GS_FONTS_STD= ghostscript-fonts-std-5.50.tar.gz -GS_FONTS_OTHER= ghostscript-fonts-other-5.10.tar.gz -# Additional driver HP 850, see http://bonk.ethz.ch/hp850/hp850.html -HP850_DRV= hp8xxs13.zip +# Additional driver for HP PCL3 Printers +PCL3_DRV= hpdj-2.5.tar.gz # replacement for pdf_sec.ps, that allows you to read encrypted PDF files DECRYPT_PDF= pdf_sec.ps +# Korean patch files # vflib patch -VFLIB_GS= gs5.10-vflib-1.1.tar.gz - +VFLIB_GS= gs5.10-vflib-1.1.tar.gz # kfftype -KFFTYPE= gs5-kfftype.tar.gz - +KFFTYPE= gs5-kfftype.tar.gz # kfftype patches -KFFTYPE_PATCH= gs5-kfftype-patch1.diff gs5-kfftype-patch2.diff - +KFFTYPE_PATCH= gs5-kfftype-patch1.diff gs5-kfftype-patch2.diff # hfftype patch -HFFTYPE= gs5-hfftype-0.2.tar.gz - +HFFTYPE= gs5-hfftype-0.2.tar.gz # cid-keyed font bug patch for 5.10 -GS_CID_PATCH= gs5.10-cid-bugfix.diff - -# sample fonts(cid, free Korean fonts is just only one.. :< ) -CID_FONTS_KO= Munhwa-Regular MunhwaGothic-Regular - -# CID CMAP -CID_CMAP_KO= ak11.tar.Z - -# in Korea, A4 paper is default -.if defined(NOA4) -CFLAGS+= -.else -CFLAGS+= -DA4 -.endif - -pre-fetch: -.if !defined(NOA4) - @${ECHO_MSG} "Type \"make NOA4=yes\" if you don't want -DA4 for compilation." -.else - @${ECHO_MSG} "Using -DA4 for compilation." -.endif -.if !defined(PDFENCRYPT) - @${ECHO_MSG} "NOTE: You can have encrypted PDF support by adding " - @${ECHO_MSG} "\"PDFENCRYPT=yes\" to argument of make." -.endif +GS_CID_PATCH= gs5.10-cid-bugfix.diff post-extract: - ${TOUCH} ${WRKSRC}/adler32.c - ${TOUCH} ${WRKSRC}/deflate.c - ${TOUCH} ${WRKSRC}/trees.c - ${TOUCH} ${WRKSRC}/adler32.o - ${TOUCH} ${WRKSRC}/deflate.o - ${TOUCH} ${WRKSRC}/trees.o - ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6b - ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng - cd ${WRKSRC} && unzip -Loa ${DISTDIR}/${HP850_DRV} - cd ${WRKSRC} && tar -xzf ${DISTDIR}/${CID_CMAP_KO} + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng + # additional PCL3 driver + $(TAR) -xvf ${WRKDIR}/hpdj-2.5/hpdj.tar -C $(WRKSRC) + ${PATCH} --directory=${WRKSRC} <${WRKSRC}/devs.mak-5.10.diff + ${PATCH} --directory=${WRKSRC} <${WRKSRC}/zmedia2.c-5.10.diff pre-patch: cd ${WRKSRC} && tar -xzf ${DISTDIR}/${VFLIB_GS} && \ @@ -118,55 +82,27 @@ done && \ ${CP} -r ${WRKSRC}/kfftype/* ${WRKSRC}/ cd ${WRKSRC} && tar -xzf ${DISTDIR}/${HFFTYPE} && \ - ${CP} -r ${WRKSRC}/gs5-hfftype-0.2/* ${WRKSRC}/ + ${CP} -r ${WRKSRC}/gs5-hfftype-0.2/* ${WRKSRC}/ cd ${WRKSRC} && ${PATCH} -s -p1 < \ - ${WRKSRC}/gs5-hfftype-0.2/gs5.10-hfftype.diff + ${WRKSRC}/gs5-hfftype-0.2/gs5.10-hfftype.diff cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < \ - ${DISTDIR}/${GS_CID_PATCH} + ${DISTDIR}/${GS_CID_PATCH} do-configure: -.if defined(BATCH) - @${SETENV} PORTSDIR=${PORTSDIR} WRKSRC=${WRKSRC} \ - ${SH} ${SCRIPTDIR}/configure.batch -.else - @${SETENV} PORTSDIR=${PORTSDIR} WRKSRC=${WRKSRC} \ - ${SH} ${SCRIPTDIR}/configure -.endif + @(cd ${WRKSRC}; /bin/sh tar_cat ) pre-install: @${MKDIR} ${PREFIX}/share/ghostscript ${PREFIX}/bin ${PREFIX}/man/man1 - (cd ${PREFIX}/share/ghostscript ; \ - tar -xzf ${DISTDIR}/${GS_FONTS_STD}) - (cd ${PREFIX}/share/ghostscript/fonts ; \ - tar -xzf ${DISTDIR}/${GS_FONTS_OTHER}) - ${CAT} ${FILESDIR}/Fontmap.addition >> ${WRKSRC}/Fontmap - ${INSTALL_DATA} ${FILESDIR}/Munhwa-Regular-KSC-EUC-H.gsf \ - ${FILESDIR}/MunhwaGothic-Regular-KSC-EUC-H.gsf \ - ${PREFIX}/share/ghostscript/fonts - for file in ${CID_FONTS_KO}; do \ - ${INSTALL_DATA} ${DISTDIR}/$$file \ - ${PREFIX}/share/ghostscript/fonts; \ - done - ${MKDIR} ${PREFIX}/share/ghostscript/fonts/CMap; &&\ - ${INSTALL_DATA} ${WRKSRC}/ak11/CMap/* \ - ${PREFIX}/share/ghostscript/fonts/CMap post-install: strip ${PREFIX}/bin/gs ${INSTALL_DATA} ${DISTDIR}/${DECRYPT_PDF} \ ${PREFIX}/share/ghostscript/5.10ft + $(MKDIR) ${PREFIX}/libexec/lpr + ${INSTALL_SCRIPT} $(WRKSRC)/pj-gs.sh ${PREFIX}/libexec/lpr + ${INSTALL_SCRIPT} $(WRKSRC)/sysvlp.sh ${PREFIX}/libexec/lpr + ${INSTALL_SCRIPT} $(WRKSRC)/if-hpdj ${PREFIX}/libexec/lpr ${INSTALL_DATA} ${WRKSRC}/gs5-hfftype-0.2/README \ ${PREFIX}/share/ghostscript/5.10ft/doc/README.ko -.if defined(PDFENCRYPT) - ${CP} -f ${DISTDIR}/pdf_sec.ps ${PREFIX}/share/ghostscript/5.10ft -.endif - -# encrypted PDF support. can't be packaged due to export control issues. -# if you are outside in US, you can use this. -.if defined(PDFENCRYPT) -MASTER_SITES+= http://www.ozemail.com.au/~geoffk/pdfencrypt/ -DISTFILES+= pdf_sec.ps -RESTRICTED= "Crypto; export controlled, RC4 in PostScript code included" -.endif .include diff -uNr /usr/ports/korean/ftghostscript5/files/Fontmap.addition ftghostscript5/files/Fontmap.addition --- /usr/ports/korean/ftghostscript5/files/Fontmap.addition Wed Jul 29 23:55:48 1998 +++ ftghostscript5/files/Fontmap.addition Thu Jan 1 09:00:00 1970 @@ -1,5 +0,0 @@ -% CID-Keyed Korean font sample(Adobe) -% DON'T load it from Fontmap. it can cause stopping interpreter. -% -%/Munhwa-Regular-KSC-EUC-H (Munhwa-Regular-KSC-EUC-H.gsf) ; -%/MunhwaGothic-Regular-KSC-EUC-H (MunhwaGothic-Regular-KSC-EUC-H.gsf) ; diff -uNr /usr/ports/korean/ftghostscript5/files/Munhwa-Regular-KSC-EUC-H.gsf ftghostscript5/files/Munhwa-Regular-KSC-EUC-H.gsf --- /usr/ports/korean/ftghostscript5/files/Munhwa-Regular-KSC-EUC-H.gsf Wed Jul 29 23:55:47 1998 +++ ftghostscript5/files/Munhwa-Regular-KSC-EUC-H.gsf Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ -% Munhwa-Regular font definition -% -% idea from README.CID in -% http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/\ -% gs5.10-vflib-1.1.tar.gz - -/Munhwa-Regular-KSC-EUC-H -/Munhwa-Regular (Munhwa-Regular) -/KSC-EUC-H (CMap/KSC-EUC-H) - -1 index /CMap resourcestatus -{pop pop pop} -{runlibfile} ifelse -/CMap findresource - -3 1 roll -1 index /CIDFont resourcestatus -{pop pop pop} -{runlibfile} ifelse -/CIDFont findresource - -[ exch ] composefont pop diff -uNr /usr/ports/korean/ftghostscript5/files/MunhwaGothic-Regular-KSC-EUC-H.gsf ftghostscript5/files/MunhwaGothic-Regular-KSC-EUC-H.gsf --- /usr/ports/korean/ftghostscript5/files/MunhwaGothic-Regular-KSC-EUC-H.gsf Wed Jul 29 23:55:47 1998 +++ ftghostscript5/files/MunhwaGothic-Regular-KSC-EUC-H.gsf Thu Jan 1 09:00:00 1970 @@ -1,22 +0,0 @@ -% MunhwaGothic-Regular font definition -% -% idea from README.CID in -% http://www.ldl.jaist.ac.jp/~akr/nonresearch/free-software/ghostscript/\ -% gs5.10-vflib-1.1.tar.gz - -/MunhwaGothic-Regular-KSC-EUC-H -/MunhwaGothic-Regular (MunhwaGothic-Regular) -/KSC-EUC-H (CMap/KSC-EUC-H) - -1 index /CMap resourcestatus -{pop pop pop} -{runlibfile} ifelse -/CMap findresource - -3 1 roll -1 index /CIDFont resourcestatus -{pop pop pop} -{runlibfile} ifelse -/CIDFont findresource - -[ exch ] composefont pop diff -uNr /usr/ports/korean/ftghostscript5/files/md5 ftghostscript5/files/md5 --- /usr/ports/korean/ftghostscript5/files/md5 Fri Apr 2 12:48:53 1999 +++ ftghostscript5/files/md5 Tue Aug 31 17:55:18 1999 @@ -1,15 +1,9 @@ -MD5 (ghostscript-5.10.tar.gz) = 47fbc4f6402c98374c61bf3e64e59e9a -MD5 (ghostscript-5.10gnu.tar.gz) = 6706117129a5f63dff3a5a2bf4258630 -MD5 (ghostscript-fonts-std-5.50.tar.gz) = 8462a429e2672d332a510da076dca6d2 -MD5 (ghostscript-fonts-other-5.10.tar.gz) = fcf3abf81a1b46da9a92942d288020f9 -MD5 (hp8xxs13.zip) = e46bcac0aed0c511c8cc88a1093cc586 +MD5 (hpdj-2.5.tar.gz) = cbe6b6c6cd00af9177a025870fc1a90a MD5 (pdf_sec.ps) = 92cd6af5b4d7219e91e61b8351f0f7c4 +MD5 (ghostscript-5.10.tar.gz) = 47fbc4f6402c98374c61bf3e64e59e9a MD5 (gs5.10-vflib-1.1.tar.gz) = 856599571b5c9845595d830ad2b31b5f MD5 (gs5-kfftype.tar.gz) = 960047c6530e3678ee340d62adfbc3a8 MD5 (gs5-kfftype-patch1.diff) = 1fd23208c9355a2df242ecaa1b8ea8f7 MD5 (gs5-kfftype-patch2.diff) = 0babbfde38132acc9e5128672660a6c4 MD5 (gs5-hfftype-0.2.tar.gz) = c78230aa7f2488ecc1a298f3da908275 MD5 (gs5.10-cid-bugfix.diff) = 9675c4e4eeb795eee45956ddd6ed67c4 -MD5 (Munhwa-Regular) = 9a7f9b215ba94af908f48ac22f850e9a -MD5 (MunhwaGothic-Regular) = b1726ccbfc6037408c9dc0b141caa53b -MD5 (ak11.tar.Z) = a021ff4e7972537b65ce75f963734c93 diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-aa ftghostscript5/patches/patch-aa --- /usr/ports/korean/ftghostscript5/patches/patch-aa Fri Apr 2 12:48:53 1999 +++ ftghostscript5/patches/patch-aa Tue Aug 31 17:55:18 1999 @@ -1,174 +1,172 @@ ---- unix-gcc.mak.orig Sun Oct 11 23:43:16 1998 -+++ unix-gcc.mak Sun Oct 11 23:46:51 1998 -@@ -135,7 +135,7 @@ - # You may need to change this if the IJG library version changes. - # See jpeg.mak for more information. - --JSRCDIR=jpeg-6a -+JSRCDIR=jpeg-6b - JVERSION=6 - - # Define the directory where the PNG library sources are stored, -@@ -156,7 +156,7 @@ - # Define the directory where the zlib sources are stored. - # See zlib.mak for more information. - --ZSRCDIR=zlib -+ZSRCDIR=. - - # Choose whether to use a shared version of the zlib library, and if so, - # what its name is (usually libz, but sometimes libgz). -@@ -181,7 +181,7 @@ - - # Define the name of the C compiler. - --CC=gcc -+CC=cc - - # Define the name of the linker for the final link step. - # Normally this is the same as the C compiler. -@@ -206,14 +206,14 @@ - # We don't include -ansi, because this gets in the way of the platform- - # specific stuff that typically needs; nevertheless, we expect - # gcc to accept ANSI-style function prototypes and function definitions. --XCFLAGS= -+XCFLAGS= -I$(prefix)/include - - CFLAGS=-O $(GCFLAGS) $(XCFLAGS) - - # Define platform flags for ld. - # SunOS 4.n may need -Bstatic. - # XLDFLAGS can be set from the command line. --XLDFLAGS= -+XLDFLAGS= -L$(prefix)/lib - - LDFLAGS=$(XLDFLAGS) - -@@ -223,7 +223,7 @@ - # SVR4 may need -lnsl. - # (Libraries required by individual drivers are handled automatically.) - --EXTRALIBS= -+EXTRALIBS=-lz - - # Define the include switch(es) for the X11 header files. - # This can be null if handled in some other way (e.g., the files are -@@ -233,7 +233,7 @@ - # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, - # not in $(XINCLUDE). - --XINCLUDE=-I/usr/local/X/include -+XINCLUDE=-I/usr/X11R6/include - - # Define the directory/ies and library names for the X11 library files. - # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -248,8 +248,8 @@ - #XLIBS=Xt SM ICE Xext X11 - - #XLIBDIRS=-L/usr/local/X/lib --XLIBDIRS=-L/usr/X11/lib --XLIBDIR= -+XLIBDIRS=-L/usr/X11R6/lib -+XLIBDIR=/usr/X11R6/lib - XLIBS=Xt Xext X11 - - # Define whether this platform has floating point hardware: -@@ -292,22 +292,22 @@ - - # Choose the device(s) to include. See devs.mak for details. - --DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev --DEVICE_DEVS1= --DEVICE_DEVS2= --DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev --DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev --DEVICE_DEVS5=uniprint.dev --DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev --DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev --DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev --DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev --DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev --DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev --DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev --DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev --DEVICE_DEVS14=jpeg.dev jpeggray.dev --DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev -+#DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev -+#DEVICE_DEVS1= -+#DEVICE_DEVS2= -+#DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev -+#DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev -+#DEVICE_DEVS5=uniprint.dev -+#DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev -+#DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev -+#DEVICE_DEVS8=pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev -+#DEVICE_DEVS9=pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev -+#DEVICE_DEVS10=tiffcrle.dev tiffg3.dev tiffg32d.dev tiffg4.dev tifflzw.dev tiffpack.dev -+#DEVICE_DEVS11=tiff12nc.dev tiff24nc.dev -+#DEVICE_DEVS12=psmono.dev psgray.dev bit.dev bitrgb.dev bitcmyk.dev -+#DEVICE_DEVS13=pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev -+#DEVICE_DEVS14=jpeg.dev jpeggray.dev -+#DEVICE_DEVS15=pdfwrite.dev pswrite.dev epswrite.dev pxlmono.dev pxlcolor.dev - - # ---------------------------- End of options --------------------------- # - -@@ -3681,8 +3681,8 @@ - libpng95.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev - $(SETMOD) libpng95 pngwio.$(OBJ) -include crc32 - --libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) crc32.dev -- $(SETMOD) libpng96 pngwio.$(OBJ) -include crc32 -+libpng96.dev: $(LIBPNG_MAK) $(ECHOGS_XE) pngwio.$(OBJ) -+ $(SETMOD) libpng96 pngwio.$(OBJ) - # Copyright (C) 1995, 1996, 1997 Aladdin Enterprises. All rights reserved. - # - # This file is part of Aladdin Ghostscript. -@@ -3763,7 +3763,7 @@ - zlibe_1.dev: $(MAKEFILE) $(ZLIB_MAK) $(ECHOGS_XE) - $(SETMOD) zlibe_1 -lib $(ZLIB_NAME) - --zlibe_=adler32.$(OBJ) deflate.$(OBJ) trees.$(OBJ) -+zlibe_= - zlibe_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibe_) - $(SETMOD) zlibe_0 $(zlibe_) - $(ADDMOD) zlibe_0 -include zlibc -@@ -3810,11 +3810,11 @@ - - zlibd1_=infblock.$(OBJ) infcodes.$(OBJ) inffast.$(OBJ) - zlibd2_=inflate.$(OBJ) inftrees.$(OBJ) infutil.$(OBJ) --zlibd_ = $(zlibd1_) $(zlibd2_) --zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev $(zlibd_) -- $(SETMOD) zlibd_0 $(zlibd1_) -- $(ADDMOD) zlibd_0 -obj $(zlibd2_) -- $(ADDMOD) zlibd_0 -include zlibc -+zlibd_ = -+zlibd_0.dev: $(ZLIB_MAK) $(ECHOGS_XE) zlibc.dev -+ $(SETMOD) zlibd_0 -+ $(ADDMOD) zlibd_0 -+ $(ADDMOD) zlibd_0 - - infblock.$(OBJ): $(ZSRC)infblock.c $(ZDEP) zutil.h - $(CP_) $(ZSRC)infblock.c . -@@ -4589,8 +4589,22 @@ - - cdeskjet_=gdevcdj.$(OBJ) $(HPPCL) - -+cdeskjet8_=gdevcd8.$(OBJ) $(HPPCL) -+ - cdeskjet.dev: $(cdeskjet_) page.dev - $(SETPDEV) cdeskjet $(cdeskjet_) -+ -+cdj670.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj670 $(cdeskjet8_) -+ -+cdj850.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj850 $(cdeskjet8_) -+ -+cdj890.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj890 $(cdeskjet8_) -+ -+cdj1600.dev: $(cdeskjet8_) page.dev -+ $(SETPDEV) cdj1600 $(cdeskjet8_) - - cdjcolor.dev: $(cdeskjet_) page.dev - $(SETPDEV) cdjcolor $(cdeskjet_) +*** gcc-head.mak.orig Thu Dec 17 19:56:19 1998 +--- gcc-head.mak Fri Dec 25 19:23:30 1998 +*************** +*** 41,50 **** + + # If your system has installbsd, change install to installbsd in the next line. + INSTALL = install -c +! INSTALL_PROGRAM = $(INSTALL) -m 755 +! INSTALL_DATA = $(INSTALL) -m 644 + +! prefix = /usr/local + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + scriptdir = $(bindir) +--- 41,50 ---- + + # If your system has installbsd, change install to installbsd in the next line. + INSTALL = install -c +! INSTALL_PROGRAM = $(BSD_INSTALL_SCRIPT) +! INSTALL_DATA = $(BSD_INSTALL_DATA) + +! prefix ?= /usr/local + exec_prefix = $(prefix) + bindir = $(exec_prefix)/bin + scriptdir = $(bindir) +*************** +*** 101,107 **** + # You may need to change this if the IJG library version changes. + # See jpeg.mak for more information. + +! JSRCDIR=jpeg-6a + JVERSION=6 + + # Define the directory where the PNG library sources are stored, +--- 101,107 ---- + # You may need to change this if the IJG library version changes. + # See jpeg.mak for more information. + +! JSRCDIR=jpeg + JVERSION=6 + + # Define the directory where the PNG library sources are stored, +*************** +*** 116,122 **** + # what its name is. + # See gs.mak and make.txt for more information. + +! SHARE_LIBPNG=0 + LIBPNG_NAME=png + + # Define the directory where the zlib sources are stored. +--- 116,122 ---- + # what its name is. + # See gs.mak and make.txt for more information. + +! SHARE_LIBPNG=1 + LIBPNG_NAME=png + + # Define the directory where the zlib sources are stored. +*************** +*** 128,134 **** + # what its name is (usually libz, but sometimes libgz). + # See gs.mak and make.txt for more information. + +! SHARE_ZLIB=0 + #ZLIB_NAME=gz + ZLIB_NAME=z + +--- 128,134 ---- + # what its name is (usually libz, but sometimes libgz). + # See gs.mak and make.txt for more information. + +! SHARE_ZLIB=1 + #ZLIB_NAME=gz + ZLIB_NAME=z + +*************** +*** 172,185 **** + # We don't include -ansi, because this gets in the way of the platform- + # specific stuff that typically needs; nevertheless, we expect + # gcc to accept ANSI-style function prototypes and function definitions. +! XCFLAGS= + +! CFLAGS=-O $(GCFLAGS) $(XCFLAGS) + + # Define platform flags for ld. + # SunOS 4.n may need -Bstatic. + # XLDFLAGS can be set from the command line. +! XLDFLAGS= + + LDFLAGS=$(XLDFLAGS) + +--- 172,185 ---- + # We don't include -ansi, because this gets in the way of the platform- + # specific stuff that typically needs; nevertheless, we expect + # gcc to accept ANSI-style function prototypes and function definitions. +! XCFLAGS=-I$(prefix)/include + +! CFLAGS+=-O $(GCFLAGS) $(XCFLAGS) + + # Define platform flags for ld. + # SunOS 4.n may need -Bstatic. + # XLDFLAGS can be set from the command line. +! XLDFLAGS=-L$(prefix)/lib + + LDFLAGS=$(XLDFLAGS) + +*************** +*** 199,205 **** + # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, + # not in $(XINCLUDE). + +! XINCLUDE=-I/usr/local/X/include + + # Define the directory/ies and library names for the X11 library files. + # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH +--- 199,205 ---- + # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, + # not in $(XINCLUDE). + +! XINCLUDE=-I$(X11BASE)/include + + # Define the directory/ies and library names for the X11 library files. + # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH +*************** +*** 211,222 **** + #XLIBDIRS=-L/usr/openwin/lib + #XLIBDIR=/usr/openwin/lib + # X11R6 (on any platform) may need +! #XLIBS=Xt SM ICE Xext X11 + + #XLIBDIRS=-L/usr/local/X/lib +! XLIBDIRS=-L/usr/X11/lib + XLIBDIR= +! XLIBS=Xt Xext X11 + + # Define whether this platform has floating point hardware: + # FPU_TYPE=2 means floating point is faster than fixed point. +--- 211,222 ---- + #XLIBDIRS=-L/usr/openwin/lib + #XLIBDIR=/usr/openwin/lib + # X11R6 (on any platform) may need +! XLIBS=Xt SM ICE Xext X11 + + #XLIBDIRS=-L/usr/local/X/lib +! XLIBDIRS=-L$(X11BASE)/lib + XLIBDIR= +! #XLIBS=Xt Xext X11 + + # Define whether this platform has floating point hardware: + # FPU_TYPE=2 means floating point is faster than fixed point. +*************** +*** 260,268 **** + + DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev + DEVICE_DEVS1= +! DEVICE_DEVS2= + DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev +! DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev pjxl300.dev + DEVICE_DEVS5=uniprint.dev + DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev + DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev +--- 260,268 ---- + + DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev + DEVICE_DEVS1= +! DEVICE_DEVS2=epson.dev eps9high.dev epsonc.dev ibmpro.dev + DEVICE_DEVS3=deskjet.dev djet500.dev laserjet.dev ljetplus.dev ljet2p.dev ljet3.dev ljet4.dev +! DEVICE_DEVS4=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj550.dev pj.dev pjxl.dev hpdj.dev + DEVICE_DEVS5=uniprint.dev + DEVICE_DEVS6=bj10e.dev bj200.dev bjc600.dev bjc800.dev + DEVICE_DEVS7=faxg3.dev faxg32d.dev faxg4.dev diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-ab ftghostscript5/patches/patch-ab --- /usr/ports/korean/ftghostscript5/patches/patch-ab Fri Apr 2 12:48:54 1999 +++ ftghostscript5/patches/patch-ab Tue Aug 31 17:55:18 1999 @@ -1,6 +1,15 @@ ---- gs_init.ps.orig Thu Jan 2 19:23:13 1997 -+++ gs_init.ps Thu Jan 2 19:24:46 1997 -@@ -1363,3 +1363,7 @@ +--- gs_init.ps.orig Wed Jun 30 17:46:34 1999 ++++ gs_init.ps Wed Jun 30 20:18:15 1999 +@@ -68,7 +68,7 @@ + systemdict /.languagelevel known not { /.languagelevel 1 def } if + + % Optionally choose a default paper size other than U.S. letter. +-% (a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse ++(a4) /PAPERSIZE where { pop pop } { /PAPERSIZE exch def } ifelse + + % Turn on array packing for the rest of initialization. + true setpacking +@@ -1465,3 +1465,20 @@ (END GC) VMDEBUG % The interpreter will run the initial procedure (start). @@ -8,3 +17,16 @@ +% unofficial patch: +% make it possible to print from within acroread pdf viewer +/Default currenthalftone /Halftone defineresource pop ++ ++% load initial CID-keyed fonts(Korean. KSC-EUC-H). ++% It should be in Fontmap, but to avoid loading two or more time. ++% (it can stop the interpreter - /rangecheck error) ++% ++QUIET not { (Loading CID(Korean) Fonts: ) print } if ++% font loading start ++(Munhwa-Regular-KSC-EUC-H.gsf) runlibfile ++QUIET not { (Munhwa-Regular-KSC-EUC-H ) print } if ++(MunhwaGothic-Regular-KSC-EUC-H.gsf) runlibfile ++QUIET not { (MunhwaGothic-Regular-KSC-EUC-H ) print } if ++% end of font loading ++QUIET not { (\n) print } if diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-ac ftghostscript5/patches/patch-ac --- /usr/ports/korean/ftghostscript5/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ ftghostscript5/patches/patch-ac Tue Aug 31 17:55:18 1999 @@ -0,0 +1,19 @@ +*** unix-end.mak.orig Fri Dec 25 10:45:04 1998 +--- unix-end.mak Fri Dec 25 10:47:40 1998 +*************** +*** 91,97 **** + do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\ + done' + +! MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf + install-data: gs.1 + -mkdir $(mandir) + -mkdir $(man1dir) +--- 91,97 ---- + do if ( test -f $$f ); then $(INSTALL_PROGRAM) $$f $(scriptdir)/$$f; fi;\ + done' + +! MAN1_PAGES=gs pdf2dsc pdf2ps ps2ascii ps2epsi ps2pdf gs-hpdj + install-data: gs.1 + -mkdir $(mandir) + -mkdir $(man1dir) diff -uNr /usr/ports/korean/ftghostscript5/patches/patch-ba ftghostscript5/patches/patch-ba --- /usr/ports/korean/ftghostscript5/patches/patch-ba Thu Jan 1 09:00:00 1970 +++ ftghostscript5/patches/patch-ba Tue Aug 31 17:55:18 1999 @@ -0,0 +1,19 @@ +*** devs.mak.orig Fri Dec 25 10:49:36 1998 +--- devs.mak Fri Dec 25 11:05:32 1998 +*************** +*** 790,796 **** + # + ############################################################################### + +! hpdj_options= + + #------------------------------------------------------------------------------ + +--- 790,796 ---- + # + ############################################################################### + +! hpdj_options=-DHPDJ_DEFAULT_MODEL=hpdj560c -DHPDJ_INPUTMEDIA_PRN + + #------------------------------------------------------------------------------ + diff -uNr /usr/ports/korean/ftghostscript5/pkg/DESCR ftghostscript5/pkg/DESCR --- /usr/ports/korean/ftghostscript5/pkg/DESCR Mon May 3 15:15:42 1999 +++ ftghostscript5/pkg/DESCR Tue Aug 31 17:55:18 1999 @@ -10,13 +10,9 @@ using FreeType library. It also has some bugfix for correctly working CID-Keyed fonts. -Korean CID-Keyed fonts(Munhwa and MunhwaGothic) is provided by -Adobe, and original Type 1 fonts is from Ministry of Culture and Sports -of Korea Government. These fonts are free to use. - GS with Korean Web page: - http://jazz.snu.ac.kr/~junker/work/gs-ko/ + http://www.kr.freebsd.org/~cjh/freetime/printings/gs-ko/ -- Ports by CHOI Junho -WWW: http://jazz.snu.ac.kr/~junker/work/gs-ko/ +WWW: http://www.kr.freebsd.org/~cjh/freetime/printings/gs-ko/ diff -uNr /usr/ports/korean/ftghostscript5/pkg/PLIST ftghostscript5/pkg/PLIST --- /usr/ports/korean/ftghostscript5/pkg/PLIST Thu Aug 13 16:26:42 1998 +++ ftghostscript5/pkg/PLIST Tue Aug 31 17:55:18 1999 @@ -14,6 +14,9 @@ bin/ps2epsi bin/ps2pdf bin/wftopfa +libexec/lpr/if-hpdj +libexec/lpr/pj-gs.sh +libexec/lpr/sysvlp.sh share/ghostscript/5.10ft/Fontmap share/ghostscript/5.10ft/acctest.ps share/ghostscript/5.10ft/align.ps @@ -207,199 +210,8 @@ share/ghostscript/5.10ft/winmaps.ps share/ghostscript/5.10ft/wrfont.ps share/ghostscript/5.10ft/zeroline.ps -share/ghostscript/fonts/CMap/Adobe-Korea1-0 -share/ghostscript/fonts/CMap/Adobe-Korea1-1 -share/ghostscript/fonts/CMap/KSC-EUC-H -share/ghostscript/fonts/CMap/KSC-EUC-V -share/ghostscript/fonts/CMap/KSC-H -share/ghostscript/fonts/CMap/KSC-Johab-H -share/ghostscript/fonts/CMap/KSC-Johab-V -share/ghostscript/fonts/CMap/KSC-V -share/ghostscript/fonts/CMap/KSCms-UHC-H -share/ghostscript/fonts/CMap/KSCms-UHC-HW-H -share/ghostscript/fonts/CMap/KSCms-UHC-HW-V -share/ghostscript/fonts/CMap/KSCms-UHC-V -share/ghostscript/fonts/CMap/KSCpc-EUC-H -share/ghostscript/fonts/CMap/KSCpc-EUC-V -share/ghostscript/fonts/CMap/UniKS-UCS2-H -share/ghostscript/fonts/CMap/UniKS-UCS2-V -share/ghostscript/fonts/CMap/UniKS-UTF8-H -share/ghostscript/fonts/CMap/UniKS-UTF8-V -share/ghostscript/fonts/Munhwa-Regular -share/ghostscript/fonts/Munhwa-Regular-KSC-EUC-H.gsf -share/ghostscript/fonts/MunhwaGothic-Regular -share/ghostscript/fonts/MunhwaGothic-Regular-KSC-EUC-H.gsf -share/ghostscript/fonts/a010013l.afm -share/ghostscript/fonts/a010013l.pfb -share/ghostscript/fonts/a010013l.pfm -share/ghostscript/fonts/a010015l.afm -share/ghostscript/fonts/a010015l.pfb -share/ghostscript/fonts/a010015l.pfm -share/ghostscript/fonts/a010033l.afm -share/ghostscript/fonts/a010033l.pfb -share/ghostscript/fonts/a010033l.pfm -share/ghostscript/fonts/a010035l.afm -share/ghostscript/fonts/a010035l.pfb -share/ghostscript/fonts/a010035l.pfm -share/ghostscript/fonts/b018012l.afm -share/ghostscript/fonts/b018012l.pfb -share/ghostscript/fonts/b018012l.pfm -share/ghostscript/fonts/b018015l.afm -share/ghostscript/fonts/b018015l.pfb -share/ghostscript/fonts/b018015l.pfm -share/ghostscript/fonts/b018032l.afm -share/ghostscript/fonts/b018032l.pfb -share/ghostscript/fonts/b018032l.pfm -share/ghostscript/fonts/b018035l.afm -share/ghostscript/fonts/b018035l.pfb -share/ghostscript/fonts/b018035l.pfm -share/ghostscript/fonts/bchb.afm -share/ghostscript/fonts/bchb.pfa -share/ghostscript/fonts/bchbi.afm -share/ghostscript/fonts/bchbi.pfa -share/ghostscript/fonts/bchr.afm -share/ghostscript/fonts/bchr.pfa -share/ghostscript/fonts/bchri.afm -share/ghostscript/fonts/bchri.pfa -share/ghostscript/fonts/c059013l.afm -share/ghostscript/fonts/c059013l.pfb -share/ghostscript/fonts/c059013l.pfm -share/ghostscript/fonts/c059016l.afm -share/ghostscript/fonts/c059016l.pfb -share/ghostscript/fonts/c059016l.pfm -share/ghostscript/fonts/c059033l.afm -share/ghostscript/fonts/c059033l.pfb -share/ghostscript/fonts/c059033l.pfm -share/ghostscript/fonts/c059036l.afm -share/ghostscript/fonts/c059036l.pfb -share/ghostscript/fonts/c059036l.pfm -share/ghostscript/fonts/d050000l.afm -share/ghostscript/fonts/d050000l.pfb -share/ghostscript/fonts/d050000l.pfm -share/ghostscript/fonts/fcyr.afm -share/ghostscript/fonts/fcyr.gsf -share/ghostscript/fonts/fcyri.afm -share/ghostscript/fonts/fcyri.gsf -share/ghostscript/fonts/fhirw.gsf -share/ghostscript/fonts/fhirw.pfm -share/ghostscript/fonts/fkarw.gsf -share/ghostscript/fonts/fkarw.pfm -share/ghostscript/fonts/hrger.pfa -share/ghostscript/fonts/hrgerb.gsf -share/ghostscript/fonts/hrgerd.gsf -share/ghostscript/fonts/hrgero.gsf -share/ghostscript/fonts/hrgkc.gsf -share/ghostscript/fonts/hrgks.gsf -share/ghostscript/fonts/hrgrr.pfa -share/ghostscript/fonts/hrgrrb.gsf -share/ghostscript/fonts/hrgrro.gsf -share/ghostscript/fonts/hritr.pfa -share/ghostscript/fonts/hritrb.gsf -share/ghostscript/fonts/hritro.gsf -share/ghostscript/fonts/hrpld.pfa -share/ghostscript/fonts/hrpldb.gsf -share/ghostscript/fonts/hrpldbi.gsf -share/ghostscript/fonts/hrpldi.pfa -share/ghostscript/fonts/hrplr.gsf -share/ghostscript/fonts/hrplrb.gsf -share/ghostscript/fonts/hrplrbo.gsf -share/ghostscript/fonts/hrplro.gsf -share/ghostscript/fonts/hrpls.gsf -share/ghostscript/fonts/hrplsb.gsf -share/ghostscript/fonts/hrplsbo.gsf -share/ghostscript/fonts/hrplso.gsf -share/ghostscript/fonts/hrplt.pfa -share/ghostscript/fonts/hrpltb.gsf -share/ghostscript/fonts/hrpltbi.gsf -share/ghostscript/fonts/hrplti.pfa -share/ghostscript/fonts/hrscc.pfa -share/ghostscript/fonts/hrsccb.gsf -share/ghostscript/fonts/hrscco.gsf -share/ghostscript/fonts/hrscs.pfa -share/ghostscript/fonts/hrscsb.gsf -share/ghostscript/fonts/hrscso.gsf -share/ghostscript/fonts/hrsyr.gsf -share/ghostscript/fonts/n019003l.afm -share/ghostscript/fonts/n019003l.pfb -share/ghostscript/fonts/n019003l.pfm -share/ghostscript/fonts/n019004l.afm -share/ghostscript/fonts/n019004l.pfb -share/ghostscript/fonts/n019004l.pfm -share/ghostscript/fonts/n019023l.afm -share/ghostscript/fonts/n019023l.pfb -share/ghostscript/fonts/n019023l.pfm -share/ghostscript/fonts/n019024l.afm -share/ghostscript/fonts/n019024l.pfb -share/ghostscript/fonts/n019024l.pfm -share/ghostscript/fonts/n019043l.afm -share/ghostscript/fonts/n019043l.pfb -share/ghostscript/fonts/n019043l.pfm -share/ghostscript/fonts/n019044l.afm -share/ghostscript/fonts/n019044l.pfb -share/ghostscript/fonts/n019044l.pfm -share/ghostscript/fonts/n019063l.afm -share/ghostscript/fonts/n019063l.pfb -share/ghostscript/fonts/n019063l.pfm -share/ghostscript/fonts/n019064l.afm -share/ghostscript/fonts/n019064l.pfb -share/ghostscript/fonts/n019064l.pfm -share/ghostscript/fonts/n021003l.afm -share/ghostscript/fonts/n021003l.pfb -share/ghostscript/fonts/n021003l.pfm -share/ghostscript/fonts/n021004l.afm -share/ghostscript/fonts/n021004l.pfb -share/ghostscript/fonts/n021004l.pfm -share/ghostscript/fonts/n021023l.afm -share/ghostscript/fonts/n021023l.pfb -share/ghostscript/fonts/n021023l.pfm -share/ghostscript/fonts/n021024l.afm -share/ghostscript/fonts/n021024l.pfb -share/ghostscript/fonts/n021024l.pfm -share/ghostscript/fonts/n022003l.afm -share/ghostscript/fonts/n022003l.pfb -share/ghostscript/fonts/n022003l.pfm -share/ghostscript/fonts/n022004l.afm -share/ghostscript/fonts/n022004l.pfb -share/ghostscript/fonts/n022004l.pfm -share/ghostscript/fonts/n022023l.afm -share/ghostscript/fonts/n022023l.pfb -share/ghostscript/fonts/n022023l.pfm -share/ghostscript/fonts/n022024l.afm -share/ghostscript/fonts/n022024l.pfb -share/ghostscript/fonts/n022024l.pfm -share/ghostscript/fonts/p052003l.afm -share/ghostscript/fonts/p052003l.pfb -share/ghostscript/fonts/p052003l.pfm -share/ghostscript/fonts/p052004l.afm -share/ghostscript/fonts/p052004l.pfb -share/ghostscript/fonts/p052004l.pfm -share/ghostscript/fonts/p052023l.afm -share/ghostscript/fonts/p052023l.pfb -share/ghostscript/fonts/p052023l.pfm -share/ghostscript/fonts/p052024l.afm -share/ghostscript/fonts/p052024l.pfb -share/ghostscript/fonts/p052024l.pfm -share/ghostscript/fonts/putb.pfa -share/ghostscript/fonts/putbi.pfa -share/ghostscript/fonts/putr.pfa -share/ghostscript/fonts/putri.pfa -share/ghostscript/fonts/s050000l.afm -share/ghostscript/fonts/s050000l.pfb -share/ghostscript/fonts/s050000l.pfm -share/ghostscript/fonts/u003043t.afm -share/ghostscript/fonts/u003043t.gsf -share/ghostscript/fonts/u003043t.pfm -share/ghostscript/fonts/u004006t.afm -share/ghostscript/fonts/u004006t.gsf -share/ghostscript/fonts/u004006t.pfm -share/ghostscript/fonts/z003034l.afm -share/ghostscript/fonts/z003034l.pfb -share/ghostscript/fonts/z003034l.pfm -@dirrm share/ghostscript/fonts/CMap -@dirrm share/ghostscript/fonts @dirrm share/ghostscript/5.10ft/doc @dirrm share/ghostscript/5.10ft/examples @dirrm share/ghostscript/5.10ft/hangul @dirrm share/ghostscript/5.10ft/kanji @dirrm share/ghostscript/5.10ft -@dirrm share/ghostscript diff -uNr /usr/ports/korean/ftghostscript5/scripts/configure ftghostscript5/scripts/configure --- /usr/ports/korean/ftghostscript5/scripts/configure Fri Apr 2 12:48:54 1999 +++ ftghostscript5/scripts/configure Thu Jan 1 09:00:00 1970 @@ -1,185 +0,0 @@ -#! /bin/sh - -# without that no way :) -touch ${WRKSRC}/makefile - -# driverselection -/usr/bin/dialog --title "Ghostscript 5 driver configuration" --clear \ - --checklist "\n\ -This new ghostscript driver configuration dialog allows you to choose \n\ -only those gs drivers, you really need. Don't think too economical, since \n\ -other programs in the ports collection might need some of the default gs \n\ -file format drivers. The gs4 default drivers are preselected. \n\ -Have fun with this new configuration style ! -andreas \n\n\ - Please choose options by pressing SPACE to TOGGLE an option ON/ON ?" -1 -1 9\ - "x11" "X Windows version 11, release >=4" ON \ - "x11alpha" "X Windows masquer. as device with alpha capability" ON \ - "x11cmyk" "X Windows masquer. as 1-bit-per-plane CMYK device" ON \ - "x11gray2" "X Windows as a 2-bit gray-scale device" ON \ - "x11mono" "X Windows masquer. as black-and-white device" ON \ - "sxlcrt" "CRT sixels, e.g. for VT240-like terminals" ON \ - "ap3250" "Epson AP3250" ON \ - "appledmp" "Apple Dot Matrix Printer / Imagewriter" ON \ - "bj10e" "Canon BubbleJet BJ10e" ON \ - "bj200" "Canon BubbleJet BJ200 and BJC-240(b&w)" ON \ - "bjc600" "Canon Color BJC-240/600/4000/70 + Apple StyleWriter 2x00" ON \ - "bjc800" "Canon Color BubbleJet BJC-240/800" ON \ - "ccr" "CalComp Raster format" ON \ - "cdeskjet" "HP DeskJet 500C, 1 bit/pixel color" ON \ - "cdjcolor" "HP DeskJet 500C/540C, 24 bit/pixel color + FS dithering" ON \ - "cdjmono" "HP DeskJet 500/510/520/540C b/w printing" ON \ - "cdj500" "HP DeskJet 500C (same as cdjcolor)" ON \ - "cdj550" "HP DeskJet 550C/560C" ON \ - "cdj670" "HP DeskJet 670/690" ON \ - "cdj850" "HP DeskJet 850/855/870/1100" ON \ - "cdj890" "HP DeskJet 890" ON \ - "cdj1600" "HP DeskJet 1600" ON \ - "cp50" "Mitsubishi CP50 color" ON \ - "declj250" "alternate DEC LJ250 driver" ON \ - "deskjet" "HP DeskJet and DeskJet Plus" ON \ - "djet500" "HP DeskJet 500" ON \ - "djet500c" "HP DeskJet 500C alternate driver, not for 550/560C" ON \ - "dnj650c" "HP DesignJet 650C" ON \ - "epson" "Epson-compatible dot matrix, 9/24-pin" ON \ - "eps9mid" "Epson-compatible 9-pin, medium resol" ON \ - "eps9high" "Epson-compatible 9-pin, high resol" ON \ - "epsonc" "Epson LQ-2550 and Fujitsu 3400/2400/1200 color" ON \ - "ibmpro" "IBM 9-pin Proprinter" ON \ - "imagen" "Imagen ImPress printers" ON \ - "iwhi" "Apple Imagewriter, high-resolution mode" ON \ - "iwlo" "Apple Imagewriter, low-resolution mode" ON \ - "iwlq" "Apple Imagewriter LQ in 320 x 216 dpi mode" ON \ - "jetp3852" "IBM Jetprinter ink-jet color (Model #3852)" ON \ - "laserjet" "HP LaserJet" ON \ - "la50" "DEC LA50 printer" ON \ - "la70" "DEC LA70 printer" ON \ - "la75" "DEC LA75 printer" ON \ - "la75plus" "DEC LA75plus printer" ON \ - "lbp8" "Canon LBP-8II laser printer" ON \ - "lips3" "Canon LIPS III laser printer in English/CaPSL mode" ON \ - "ln03" "DEC LN03 printer" ON \ - "lj250" "DEC LJ250 Companion color printer" ON \ - "ljet2p" "HP LaserJet IId/IIp/III* with TIFF compression" ON \ - "ljet3" "HP LaserJet III* with Delta Row compression" ON \ - "ljet3d" "HP LaserJet IIID with duplex capability" ON \ - "ljet4" "HP LaserJet 4 (defaults to 600 dpi)" ON \ - "lj4dith" "HP LaserJet 4 with Floyd-Steinberg dithering" ON \ - "ljetplus" "HP LaserJet Plus" ON \ - "lj5mono" "HP LaserJet 5 and 6 family (PCL5 / PCL XL), bitmap" ON \ - "lj5gray" "HP LaserJet 5 and 6 family, gray-scale bitmap" ON \ - "lp2563" "HP 2563B line printer" ON \ - "lp8000" "EPSON LP-8000 line printer" ON \ - "lq850" "EPSON LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" ON \ - "m8510" "C.Itoh M8510 printer" ON \ - "necp6" "NEC P6/P6+/P60, 360x360 DPI resol" ON \ - "oce9050" "OCE 9050 printer" ON \ - "oki182" "Okidata MicroLine 182" ON \ - "okiibm" "Okidata MicroLine IBM-compatible printers" ON \ - "paintjet" "alternate HP PaintJet color printer" ON \ - "pj" "HP PaintJet XL driver " ON \ - "pjetxl" "alternate HP PaintJet XL driver" ON \ - "pjxl" "HP PaintJet XL color printer" ON \ - "pjxl300" "HP PaintJet XL300 color printer (also for 1200C)" ON \ - "pxlmono" "HP black-and-white PCL XL printers (LaserJet 5 and 6 family)" ON \ - "pxlcolor" "HP color PCL XL printers (none available yet)" ON \ - "r4081" "Ricoh 4081 laser printer" ON \ - "sj48" "StarJet 48 inkjet printer" ON \ - "st800" "Epson Stylus 800 printer" ON \ - "stcolor" "Epson Stylus Color" ON \ - "t4693d2" "Tektronix 4693d color, 2 bits per R/G/B component" ON \ - "t4693d4" "Tektronix 4693d color, 4 bits per R/G/B component" ON \ - "t4693d8" "Tektronix 4693d color, 8 bits per R/G/B component" ON \ - "tek4696" "Tektronix 4695/4696 inkjet plotter" ON \ - "uniprint" "Configurable Color ESC/P,ESC/P2,HP-RTL/PCL mono/color driver" ON \ - "xes" "Xerox XES printers (2700, 3700, 4045, etc.)" ON \ - "dfaxhigh" "DigiBoard, DigiFAX software format (high resol)" ON \ - "dfaxlow" "DigiFAX low (normal) resol" ON \ - "faxg3" "Group 3 fax, with EOLs but no header or EOD" ON \ - "faxg32d" "Group 3 2-D fax, with EOLs but no header or EOD" ON \ - "faxg4" "Group 4 fax, with EOLs but no header or EOD" ON \ - "tiffcrle" "TIFF CCITT RLE 1 dim = Group 3 fax with no EOLs" ON \ - "tiffg3" "TIFF Group 3 fax with EOLs" ON \ - "tiffg32d" "TIFF Group 3 2-D fax" ON \ - "tiffg4" "TIFF Group 4 fax" ON \ - "epswrite" "EPS output (like PostScript Distillery)" ON \ - "pdfwrite" "PDF output (like Adobe Acrobat Distiller)" ON \ - "pswrite" "PostScript output (like PostScript Distillery)" ON \ - "pxlmono" "Black-and-white PCL XL" ON \ - "pxlcolor" "Color PCL XL" ON \ - "bit" "Plain bits, monochrome" ON \ - "bitrgb" "Plain bits, RGB" ON \ - "bitcmyk" "Plain bits, CMYK" ON \ - "bmpmono" "Monochrome MS Windows .BMP file format" ON \ - "bmp16" "4-bit EGA/VGA .BMP file format" ON \ - "bmp256" "8-bit 256-color .BMP file format" ON \ - "bmp16m" "24-bit .BMP file format" ON \ - "cgmmono" "Monochrome CGM -- LOW LEVEL OUTPUT ONLY" ON \ - "cgm8" "8-bit 256-color CGM -- DITTO" ON \ - "cgm24" "24-bit color CGM -- DITTO" ON \ - "cif" "CIF file format for VLSI" ON \ - "jpeg" "JPEG format, RGB output" ON \ - "jpeggray" "JPEG format, gray output" ON \ - "miff24" "ImageMagick MIFF, 24-bit direct color, RLE compressed" ON \ - "mgrmono" "1-bit monochrome MGR devices" ON \ - "mgrgray2" "2-bit gray scale MGR devices" ON \ - "mgrgray4" "4-bit gray scale MGR devices" ON \ - "mgrgray8" "8-bit gray scale MGR devices" ON \ - "mgr4" "4-bit (VGA) color MGR devices" ON \ - "mgr8" "8-bit color MGR devices" ON \ - "pcxmono" "PCX file format, monochrome 1-bit b/w" ON \ - "pcxgray" "PCX file format, 8-bit gray scale" ON \ - "pcx16" "PCX file format, 4-bit planar EGA/VGA color" ON \ - "pcx256" "PCX file format, 8-bit chunky color" ON \ - "pcx24b" "PCX file format, 24-bit color 3x8-bit planes" ON \ - "pcxcmyk" "PCX file format, 4-bit chunky CMYK color" ON \ - "pbm" "Portable Bitmap, plain format" ON \ - "pbmraw" "Portable Bitmap, raw format" ON \ - "pgm" "Portable Graymap, plain format" ON \ - "pgmraw" "Portable Graymap, raw format" ON \ - "pgnm" "Portable Graymap, plain format, optim. to PBM" ON \ - "pgnmraw" "Portable Graymap, raw format, optim. to PBM" ON \ - "pnm" "Portable Pixmap, plain format RGB, optim. to PGM/PBM" ON \ - "pnmraw" "Portable Pixmap, raw format RGB, optim. to PGM/PBM" ON \ - "ppm" "Portable Pixmap, plain format RGB" ON \ - "ppmraw" "Portable Pixmap, raw format RGB" ON \ - "pkm" "Portable inKmap (plain format) (4-bit CMYK => RGB)" ON \ - "pkmraw" "Portable inKmap (raw format) (4-bit CMYK => RGB)" ON \ - "pngmono" "Monochrome Portable Network Graphics, PNG" ON \ - "pnggray" "8-bit gray Portable Network Graphics, PNG" ON \ - "png16" "4-bit color Portable Network Graphics, PNG" ON \ - "png256" "8-bit color Portable Network Graphics, PNG" ON \ - "png16m" "24-bit color Portable Network Graphics, PNG" ON \ - "psmono" "PostScript, Level 1, monochrome image" ON \ - "psgray" "PostScript (Level 1) 8-bit gray image" ON \ - "sgirgb" "SGI RGB pixmap format" ON \ - "tiff12nc" "TIFF 12-bit RGB, no compression" ON \ - "tiff24nc" "TIFF 24-bit RGB, no compression, NeXT std. format)" ON \ - "tifflzw" "TIFF LZW, tag = 5, mono" ON \ - "tiffpack" "TIFF PackBits, tag = 32773, mono" ON 2> /tmp/checklist.tmp.$$ - -retval=$? - -choice=`cat /tmp/checklist.tmp.$$` -rm -f /tmp/checklist.tmp.$$ - -case $retval in - 0) if [ -z choice ]; then - echo "Nothing selected" - exit 1; - fi - ;; - 1) echo "Cancel pressed." - exit 1 - ;; -esac - -# bring it into the right format with '.dev' appended to each driver name -echo "DEVICE_DEVS=$choice" \ - | sed -e "s/\"//g" \ - | sed -e "s/ /.dev /g" \ - | sed -e "s/$/.dev/g" \ - > ${WRKSRC}/unix-gcc.mak.new - -# create one new Makefile, where DEVICE_DEVS contains all wanted devices -cat ${WRKSRC}/unix-gcc.mak >> ${WRKSRC}/unix-gcc.mak.new -mv ${WRKSRC}/unix-gcc.mak.new ${WRKSRC}/unix-gcc.mak diff -uNr /usr/ports/korean/ftghostscript5/scripts/configure.batch ftghostscript5/scripts/configure.batch --- /usr/ports/korean/ftghostscript5/scripts/configure.batch Fri Apr 2 12:48:54 1999 +++ ftghostscript5/scripts/configure.batch Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ -#! /bin/sh - -# without that no way :) -touch ${WRKSRC}/makefile - -cat - > ${WRKSRC}/unix-gcc.mak.new << !EOT -DEVICE_DEVS=x11.dev x11alpha.dev x11cmyk.dev x11gray2.dev x11mono.dev sxlcrt.dev ap3250.dev appledmp.dev bj10e.dev bj200.dev bjc600.dev bjc800.dev ccr.dev cdeskjet.dev cdjcolor.dev cdjmono.dev cdj500.dev cdj550.dev cdj670.dev cdj850.dev cdj890.dev cdj1600.dev cp50.dev declj250.dev deskjet.dev djet500.dev djet500c.dev dnj650c.dev epson.dev eps9mid.dev eps9high.dev epsonc.dev ibmpro.dev imagen.dev iwhi.dev iwlo.dev iwlq.dev jetp3852.dev laserjet.dev la50.dev la70.dev la75.dev la75plus.dev lbp8.dev lips3.dev ln03.dev lj250.dev ljet2p.dev ljet3.dev ljet3d.dev ljet4.dev lj4dith.dev ljetplus.dev lj5mono.dev lj5gray.dev lp2563.dev lp8000.dev lq850.dev m8510.dev necp6.dev oce9050.dev oki182.dev okiibm.dev paintjet.dev pj.dev pjetxl.dev pjxl.dev pjxl300.dev pxlmono.dev pxlcolor.dev r4081.dev sj48.dev st800.dev stcolor.dev t4693d2.dev t4693d4.dev t4693d8.dev tek4696.dev uniprint.dev xes.dev dfaxhigh.dev dfaxlow.dev faxg3.dev faxg32d.dev faxg4.dev tiffcrle.dev tiffg3.dev tiffg32d.dev ! tiffg4.dev epswrite.dev pdfwrite.dev pswrite.dev pxlmono.dev pxlcolor.dev bit.dev bitrgb.dev bitcmyk.dev bmpmono.dev bmp16.dev bmp256.dev bmp16m.dev cgmmono.dev cgm8.dev cgm24.dev cif.dev jpeg.dev jpeggray.dev miff24.dev mgrmono.dev mgrgray2.dev mgrgray4.dev mgrgray8.dev mgr4.dev mgr8.dev pcxmono.dev pcxgray.dev pcx16.dev pcx256.dev pcx24b.dev pcxcmyk.dev pbm.dev pbmraw.dev pgm.dev pgmraw.dev pgnm.dev pgnmraw.dev pnm.dev pnmraw.dev ppm.dev ppmraw.dev pkm.dev pkmraw.dev pngmono.dev pnggray.dev png16.dev png256.dev png16m.dev psmono.dev psgray.dev sgirgb.dev tiff12nc.dev tiff24nc.dev tifflzw.dev tiffpack.dev -!EOT - -# create one new Makefile, where DEVICE_DEVS contains all wanted devices -cat ${WRKSRC}/unix-gcc.mak >> ${WRKSRC}/unix-gcc.mak.new -mv ${WRKSRC}/unix-gcc.mak.new ${WRKSRC}/unix-gcc.mak >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:53:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E605158A9 for ; Tue, 31 Aug 1999 03:52:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04164; Tue, 31 Aug 1999 03:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 459B414F76 for ; Tue, 31 Aug 1999 03:42:12 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01873; Tue, 31 Aug 1999 19:42:11 +0900 (KST) (envelope-from cjh) Message-Id: <199908311042.TAA01873@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:42:11 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13497 >Category: ports >Synopsis: New Ports: korean/hlatexpsfonts-wansungstd >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 Aug 31 03:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: PS fonts of Korean TeX system. >How-To-Repeat: build it! >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: # # hlatexpsfonts-wansungstd # hlatexpsfonts-wansungstd/pkg # hlatexpsfonts-wansungstd/pkg/COMMENT # hlatexpsfonts-wansungstd/pkg/DESCR # hlatexpsfonts-wansungstd/pkg/PLIST # hlatexpsfonts-wansungstd/files # hlatexpsfonts-wansungstd/files/md5 # hlatexpsfonts-wansungstd/Makefile # echo c - hlatexpsfonts-wansungstd mkdir -p hlatexpsfonts-wansungstd > /dev/null 2>&1 echo c - hlatexpsfonts-wansungstd/pkg mkdir -p hlatexpsfonts-wansungstd/pkg > /dev/null 2>&1 echo x - hlatexpsfonts-wansungstd/pkg/COMMENT sed 's/^X//' >hlatexpsfonts-wansungstd/pkg/COMMENT << 'END-of-hlatexpsfonts-wansungstd/pkg/COMMENT' XKorean PostScript font collection for HLaTeX(standard). END-of-hlatexpsfonts-wansungstd/pkg/COMMENT echo x - hlatexpsfonts-wansungstd/pkg/DESCR sed 's/^X//' >hlatexpsfonts-wansungstd/pkg/DESCR << 'END-of-hlatexpsfonts-wansungstd/pkg/DESCR' XHLaTeX PostScript Fonts X======================= X XThis is Type1 font collection for HLaTeX. X X - Myoungjo (pkmj) X - Gothic (pkgt) X - Hanja Myeoungjo (pshanja-myoungjo) X - Hanja Gothic (pshanja-gothic) X - KSC5601 Full-width symbols (phsym) X - Taza (ptaza) X XIt can be used in korean/nhppf also. X X-- XPorts by CHOI Junho END-of-hlatexpsfonts-wansungstd/pkg/DESCR echo x - hlatexpsfonts-wansungstd/pkg/PLIST sed 's/^X//' >hlatexpsfonts-wansungstd/pkg/PLIST << 'END-of-hlatexpsfonts-wansungstd/pkg/PLIST' Xshare/texmf/fonts/afm/korean/gothic/rhe004.afm Xshare/texmf/fonts/afm/korean/gothic/rhe005.afm Xshare/texmf/fonts/afm/korean/gothic/rhe006.afm Xshare/texmf/fonts/afm/korean/gothic/rhe007.afm Xshare/texmf/fonts/afm/korean/gothic/rhe010.afm Xshare/texmf/fonts/afm/korean/gothic/rhe011.afm Xshare/texmf/fonts/afm/korean/gothic/rhe012.afm Xshare/texmf/fonts/afm/korean/gothic/rhe013.afm Xshare/texmf/fonts/afm/korean/gothic/rhe014.afm Xshare/texmf/fonts/afm/korean/gothic/rhe015.afm Xshare/texmf/fonts/afm/korean/gothic/rhe016.afm Xshare/texmf/fonts/afm/korean/gothic/rhe017.afm Xshare/texmf/fonts/afm/korean/gothic/rhe018.afm Xshare/texmf/fonts/afm/korean/gothic/rhe019.afm Xshare/texmf/fonts/afm/korean/gothic/rhe020.afm Xshare/texmf/fonts/afm/korean/gothic/rhe021.afm Xshare/texmf/fonts/afm/korean/gothic/rhe022.afm Xshare/texmf/fonts/afm/korean/gothic/rhe023.afm Xshare/texmf/fonts/afm/korean/gothic/rhe024.afm Xshare/texmf/fonts/afm/korean/gothic/rhe025.afm Xshare/texmf/fonts/afm/korean/gothic/rhe026.afm Xshare/texmf/fonts/afm/korean/gothic/rhe027.afm Xshare/texmf/fonts/afm/korean/gothic/rhe028.afm Xshare/texmf/fonts/afm/korean/gothic/rhe029.afm X@dirrm share/texmf/fonts/afm/korean/gothic/ Xshare/texmf/fonts/afm/korean/myoungjo/aud004.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud005.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud006.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud007.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud010.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud011.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud012.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud013.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud014.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud015.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud016.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud017.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud018.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud019.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud020.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud021.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud022.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud023.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud024.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud025.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud026.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud027.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud028.afm Xshare/texmf/fonts/afm/korean/myoungjo/aud029.afm X@dirrm share/texmf/fonts/afm/korean/myoungjo/ Xshare/texmf/fonts/afm/korean/pkgt/pkgtm0.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm1.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm2.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm3.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm4.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm5.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm6.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm7.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm8.afm Xshare/texmf/fonts/afm/korean/pkgt/pkgtm9.afm X@dirrm share/texmf/fonts/afm/korean/pkgt/ Xshare/texmf/fonts/afm/korean/pkmj/pkmjm0.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm1.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm2.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm3.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm4.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm5.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm6.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm7.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm8.afm Xshare/texmf/fonts/afm/korean/pkmj/pkmjm9.afm X@dirrm share/texmf/fonts/afm/korean/pkmj/ Xshare/texmf/fonts/afm/korean/taza/pjmtt10.afm Xshare/texmf/fonts/afm/korean/taza/pktze.afm X@dirrm share/texmf/fonts/afm/korean/taza/ Xshare/texmf/fonts/tfm/korean/gothic/rhe1m04.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m05.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m06.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m07.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m10.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m11.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m12.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m13.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m14.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m15.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m16.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m17.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m18.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m19.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m20.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m21.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m22.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m23.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m24.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m25.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m26.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m27.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m28.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1m29.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo04.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo05.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo06.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo07.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo10.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo11.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo12.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo13.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo14.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo15.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo16.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo17.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo18.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo19.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo20.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo21.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo22.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo23.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo24.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo25.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo26.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo27.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo28.tfm Xshare/texmf/fonts/tfm/korean/gothic/rhe1mo29.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m04.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m05.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m06.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m07.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m10.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m11.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m12.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m13.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m14.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m15.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m16.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m17.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m18.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m19.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m20.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m21.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m22.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m23.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m24.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m25.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m26.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m27.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m28.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1m29.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo04.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo05.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo06.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo07.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo10.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo11.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo12.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo13.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo14.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo15.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo16.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo17.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo18.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo19.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo20.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo21.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo22.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo23.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo24.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo25.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo26.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo27.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo28.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/aud1mo29.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm0.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm1.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm2.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm3.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm4.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm5.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm6.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm7.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm8.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtm9.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo0.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo1.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo2.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo3.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo4.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo5.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo6.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo7.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo8.tfm Xshare/texmf/fonts/tfm/korean/pkgt/pkgtmo9.tfm X@dirrm share/texmf/fonts/tfm/korean/pkgt/ Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm0.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm1.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm2.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm3.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm4.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm5.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm6.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm7.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm8.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjm9.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo0.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo1.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo2.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo3.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo4.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo5.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo6.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo7.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo8.tfm Xshare/texmf/fonts/tfm/korean/pkmj/pkmjmo9.tfm X@dirrm share/texmf/fonts/tfm/korean/pkmj/ Xshare/texmf/fonts/tfm/korean/taza/pjmtt0.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt1.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt10.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt2.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt3.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt4.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt5.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt6.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt7.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt8.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtt9.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto0.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto1.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto10.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto2.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto3.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto4.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto5.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto6.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto7.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto8.tfm Xshare/texmf/fonts/tfm/korean/taza/pjmtto9.tfm Xshare/texmf/fonts/tfm/korean/taza/pktze.tfm Xshare/texmf/fonts/tfm/korean/taza/pktzeo.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m04.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m05.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m06.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m07.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m10.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m11.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m12.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m13.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m14.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m15.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m16.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m17.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m18.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m19.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m20.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m21.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m22.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m23.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m24.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m25.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m26.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m27.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m28.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1m29.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo04.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo05.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo06.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo07.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo10.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo11.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo12.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo13.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo14.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo15.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo16.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo17.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo18.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo19.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo20.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo21.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo22.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo23.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo24.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo25.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo26.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo27.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo28.tfm Xshare/texmf/fonts/tfm/korean/taza/xkw1mo29.tfm Xshare/texmf/fonts/type1/korean/gothic/rhe004.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe005.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe006.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe007.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe010.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe011.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe012.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe013.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe014.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe015.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe016.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe017.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe018.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe019.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe020.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe021.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe022.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe023.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe024.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe025.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe026.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe027.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe028.pfb Xshare/texmf/fonts/type1/korean/gothic/rhe029.pfb X@dirrm share/texmf/fonts/type1/korean/gothic/ Xshare/texmf/fonts/type1/korean/myoungjo/aud004.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud005.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud006.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud007.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud010.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud011.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud012.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud013.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud014.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud015.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud016.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud017.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud018.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud019.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud020.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud021.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud022.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud023.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud024.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud025.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud026.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud027.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud028.pfb Xshare/texmf/fonts/type1/korean/myoungjo/aud029.pfb X@dirrm share/texmf/fonts/type1/korean/myoungjo/ Xshare/texmf/fonts/type1/korean/pkgt/pkgtm0.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm1.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm2.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm3.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm4.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm5.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm6.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm7.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm8.pfb Xshare/texmf/fonts/type1/korean/pkgt/pkgtm9.pfb X@dirrm share/texmf/fonts/type1/korean/pkgt/ Xshare/texmf/fonts/type1/korean/pkmj/pkmjm0.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm1.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm2.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm3.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm4.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm5.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm6.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm7.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm8.pfb Xshare/texmf/fonts/type1/korean/pkmj/pkmjm9.pfb X@dirrm share/texmf/fonts/type1/korean/pkmj/ Xshare/texmf/fonts/type1/korean/taza/pjmtt10.pfb Xshare/texmf/fonts/type1/korean/taza/pktze.pfb X@dirrm share/texmf/fonts/type1/korean/taza/ Xshare/texmf/fonts/vf/korean/taza/pjmtt0.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt1.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt2.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt3.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt4.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt5.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt6.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt7.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt8.vf Xshare/texmf/fonts/vf/korean/taza/pjmtt9.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto0.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto1.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto2.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto3.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto4.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto5.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto6.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto7.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto8.vf Xshare/texmf/fonts/vf/korean/taza/pjmtto9.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m04.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m05.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m06.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m07.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m10.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m11.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m12.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m13.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m14.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m15.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m16.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m17.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m18.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m19.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m20.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m21.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m22.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m23.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m24.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m25.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m26.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m27.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m28.vf Xshare/texmf/fonts/vf/korean/taza/xkw1m29.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo04.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo05.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo06.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo07.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo10.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo11.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo12.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo13.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo14.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo15.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo16.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo17.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo18.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo19.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo20.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo21.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo22.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo23.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo24.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo25.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo26.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo27.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo28.vf Xshare/texmf/fonts/vf/korean/taza/xkw1mo29.vf X@exec env PATH=%D/bin:$PATH %D/bin/texhash X@unexec env PATH=%D/bin:$PATH %D/bin/texhash END-of-hlatexpsfonts-wansungstd/pkg/PLIST echo c - hlatexpsfonts-wansungstd/files mkdir -p hlatexpsfonts-wansungstd/files > /dev/null 2>&1 echo x - hlatexpsfonts-wansungstd/files/md5 sed 's/^X//' >hlatexpsfonts-wansungstd/files/md5 << 'END-of-hlatexpsfonts-wansungstd/files/md5' XMD5 (hlatex98/pkmj.tar.bz2) = e9a303433fd30936440779ae18e4612f XMD5 (hlatex98/pkgt.tar.bz2) = 4bc144c90db901b279d7860e44e789be XMD5 (hlatex98/pshanja-myoungjo.tar.bz2) = aa6ae862e88b9aec3d7838942ebd758b XMD5 (hlatex98/pshanja-gothic.tar.bz2) = e3c85c44465a4c4c63b8633a9f007683 XMD5 (hlatex98/phsym.tar.bz2) = f3e722b1686332b266b00356dbd977a2 XMD5 (hlatex98/ptaza.tar.bz2) = 4aa6e20490eaf186e855014f208621e1 END-of-hlatexpsfonts-wansungstd/files/md5 echo x - hlatexpsfonts-wansungstd/Makefile sed 's/^X//' >hlatexpsfonts-wansungstd/Makefile << 'END-of-hlatexpsfonts-wansungstd/Makefile' X# New ports collection makefile for: HLaTeX PS fonts-wansungstd X# Version required: 0.98 X# Date created: Sun Aug 9 18:05:29 KST 1998 X# Whom: CHOI Junho X# X# $FreeBSD$ X# X XDISTNAME= HLaTeXpsfonts-wansung-0.98 XPKGNAME= ko-HLaTeXpsfonts-${HLATEX_ENCODING}std-0.98 XCATEGORIES= korean print XMASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/HLaTeX/${HLATEX_ENCODING}/ XDISTFILES= ${HLATEX_PSFONTS_BASE} XDIST_SUBDIR= hlatex98 # too many distfiles X XMAINTAINER= cjh@kr.freebsd.org X X# it depends ko-HLaTeX. XRUN_DEPENDS= ${PREFIX}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-${HLATEX_ENCODING}std XBUILD_DEPENDS= ${PREFIX}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-${HLATEX_ENCODING}std X X# just install directly XEXTRACT_ONLY= XNO_BUILD= yes XUSE_BZIP2= yes X XTEXMF= ${PREFIX}/share/texmf X# default encoding XHLATEX_ENCODING= wansung X# default font. includes complete Myoungjo and Gothic fonts. XHLATEX_PSFONTS_BASE = pkmj.tar.bz2 pkgt.tar.bz2 \ X pshanja-myoungjo.tar.bz2 pshanja-gothic.tar.bz2 \ X phsym.tar.bz2 ptaza.tar.bz2 X X# it is a trick Xpost-fetch: X ${MKDIR} ${WRKDIR} X X# Installation according to readme.ks Xdo-install: X cd ${TEXMF}/fonts/; \ X for fonts in ${HLATEX_PSFONTS_BASE}; \ X do \ X ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ X ${_DISTDIR}/$$fonts ${EXTRACT_AFTER_ARGS}; \ X done; \ X ${PREFIX}/bin/texhash X X.include END-of-hlatexpsfonts-wansungstd/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:53:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 518B715867 for ; Tue, 31 Aug 1999 03:52:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04151; Tue, 31 Aug 1999 03:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 35C5114F76 for ; Tue, 31 Aug 1999 03:41:58 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01752; Tue, 31 Aug 1999 19:41:56 +0900 (KST) (envelope-from cjh) Message-Id: <199908311041.TAA01752@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:41:56 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13496: New Ports: korean/hlatex-wansungstd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13496 >Category: ports >Synopsis: New Ports: korean/hlatex-wansungstd >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 Aug 31 03:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Korean TeX system. >How-To-Repeat: build it! >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: # # hlatex-wansungstd # hlatex-wansungstd/files # hlatex-wansungstd/files/md5 # hlatex-wansungstd/pkg # hlatex-wansungstd/pkg/COMMENT # hlatex-wansungstd/pkg/DESCR # hlatex-wansungstd/pkg/PLIST # hlatex-wansungstd/Makefile # echo c - hlatex-wansungstd mkdir -p hlatex-wansungstd > /dev/null 2>&1 echo c - hlatex-wansungstd/files mkdir -p hlatex-wansungstd/files > /dev/null 2>&1 echo x - hlatex-wansungstd/files/md5 sed 's/^X//' >hlatex-wansungstd/files/md5 << 'END-of-hlatex-wansungstd/files/md5' XMD5 (hlatex98/HLaTeX-0.98.tar.bz2) = 67dbb485b04e5bc395459b61a112e52f XMD5 (hlatex98/common.tar.bz2) = 4b5a74979b2e1a2f8e59c505a3d5b78e XMD5 (hlatex98/wsmj.tar.bz2) = df6288ef71372c6c5ffe8a28df0b316e XMD5 (hlatex98/wsgt.tar.bz2) = 411249a7bca4b7a40602ad67d351b1c4 XMD5 (hlatex98/hanja-myoungjo.tar.bz2) = cb342c6e95ecf2c41b727eebf4d125fb XMD5 (hlatex98/hanja-gothic.tar.bz2) = b3f16cb02b54c64ca6316fa77940125b XMD5 (hlatex98/hsym.tar.bz2) = d775a2e97824f760e7c906d321952855 XMD5 (hlatex98/taza.tar.bz2) = 0af1872d6ab3bb8bd1789b8f283a0a23 END-of-hlatex-wansungstd/files/md5 echo c - hlatex-wansungstd/pkg mkdir -p hlatex-wansungstd/pkg > /dev/null 2>&1 echo x - hlatex-wansungstd/pkg/COMMENT sed 's/^X//' >hlatex-wansungstd/pkg/COMMENT << 'END-of-hlatex-wansungstd/pkg/COMMENT' XLaTeX package to use Hangul with LaTeX END-of-hlatex-wansungstd/pkg/COMMENT echo x - hlatex-wansungstd/pkg/DESCR sed 's/^X//' >hlatex-wansungstd/pkg/DESCR << 'END-of-hlatex-wansungstd/pkg/DESCR' XHLaTeX X====== X XThis is a \LaTeX package to use Hangul with \LaTeX. XWith this package, you can run latex on KSC 5601 based Korean LaTeX Xfile to produce a professionally looking Korean documents. You can Xtypeset all Korean characters defined in KSC 5601, including Korean XSymbol, Hangul and Hanja. X XCurrently it can be used with teTeX-0.4. X X-- XPorts by CHOI Junho END-of-hlatex-wansungstd/pkg/DESCR echo x - hlatex-wansungstd/pkg/PLIST sed 's/^X//' >hlatex-wansungstd/pkg/PLIST << 'END-of-hlatex-wansungstd/pkg/PLIST' Xshare/texmf/doc/latex/hlatex/Fontmap X@comment if ghostscript is installed, install Fontmap X@comment [ -d %D/share/ghostscript/fonts ] && cp %D/share/texmf/doc/latex/hlatex/Fontmap %D/share/ghostscript/fonts X@comment [ -d %D/share/ghostscript/fonts ] && rm %D/share/ghostscript/fonts/Fontmap Xshare/texmf/doc/latex/hlatex/changelog.ks Xshare/texmf/doc/latex/hlatex/complang.tex Xshare/texmf/doc/latex/hlatex/compword.pdf.bz2 Xshare/texmf/doc/latex/hlatex/compword.ps.bz2 Xshare/texmf/doc/latex/hlatex/hlguide.bib Xshare/texmf/doc/latex/hlatex/hlguide.dvi Xshare/texmf/doc/latex/hlatex/hlguide.ps.bz2 Xshare/texmf/doc/latex/hlatex/hlguide.tex Xshare/texmf/doc/latex/hlatex/news.ks Xshare/texmf/doc/latex/hlatex/onews.ks Xshare/texmf/doc/latex/hlatex/readme.eng Xshare/texmf/doc/latex/hlatex/readme.ks Xshare/texmf/doc/latex/hlatex/wansung.ks Xshare/texmf/doc/latex/hlatex/sample/a.tex Xshare/texmf/doc/latex/hlatex/sample/f.tex Xshare/texmf/doc/latex/hlatex/sample/p.tex Xshare/texmf/doc/latex/hlatex/sample/readme.ks X@dirrm share/texmf/doc/latex/hlatex/sample X@dirrm share/texmf/doc/latex/hlatex X@exec mv %D/share/texmf/fontname/special.map %D/share/texmf/fontname/special.map.beforehlatex Xshare/texmf/fontname/special.map X@unexec mv %D/share/texmf/fontname/special.map.beforehlatex %D/share/texmf/fontname/special.map X@exec mv %D/share/texmf/dvips/config/psfonts.map %D/share/texmf/dvips/config/psfonts.map.beforehlatex Xshare/texmf/dvips/config/psfonts.map X@unexec mv %D/share/texmf/dvips/config/psfonts.map.beforehlatex %D/share/texmf/dvips/config/psfonts.map Xshare/texmf/fonts/source/korean/common/symbol04.mf Xshare/texmf/fonts/source/korean/common/symbol05.mf Xshare/texmf/fonts/source/korean/common/symbol06.mf Xshare/texmf/fonts/source/korean/common/symbol07.mf Xshare/texmf/fonts/source/korean/common/hslide.mf Xshare/texmf/fonts/source/korean/common/bzrbase.mf Xshare/texmf/fonts/source/korean/common/ksbase.mf Xshare/texmf/fonts/source/korean/common/hangul0.mf Xshare/texmf/fonts/source/korean/common/hangul1.mf Xshare/texmf/fonts/source/korean/common/hangul2.mf Xshare/texmf/fonts/source/korean/common/hangul3.mf Xshare/texmf/fonts/source/korean/common/hangul4.mf Xshare/texmf/fonts/source/korean/common/hangul5.mf Xshare/texmf/fonts/source/korean/common/hangul6.mf Xshare/texmf/fonts/source/korean/common/hangul7.mf Xshare/texmf/fonts/source/korean/common/hangul8.mf Xshare/texmf/fonts/source/korean/common/hangul9.mf Xshare/texmf/fonts/source/korean/common/hanja29.mf Xshare/texmf/fonts/source/korean/common/hanja10.mf Xshare/texmf/fonts/source/korean/common/hanja11.mf Xshare/texmf/fonts/source/korean/common/hanja12.mf Xshare/texmf/fonts/source/korean/common/hanja13.mf Xshare/texmf/fonts/source/korean/common/hanja14.mf Xshare/texmf/fonts/source/korean/common/hanja15.mf Xshare/texmf/fonts/source/korean/common/hanja16.mf Xshare/texmf/fonts/source/korean/common/hanja17.mf Xshare/texmf/fonts/source/korean/common/hanja18.mf Xshare/texmf/fonts/source/korean/common/hanja19.mf Xshare/texmf/fonts/source/korean/common/hanja20.mf Xshare/texmf/fonts/source/korean/common/hanja21.mf Xshare/texmf/fonts/source/korean/common/hanja22.mf Xshare/texmf/fonts/source/korean/common/hanja23.mf Xshare/texmf/fonts/source/korean/common/hanja24.mf Xshare/texmf/fonts/source/korean/common/hanja25.mf Xshare/texmf/fonts/source/korean/common/hanja26.mf Xshare/texmf/fonts/source/korean/common/hanja27.mf Xshare/texmf/fonts/source/korean/common/hanja28.mf X@dirrm share/texmf/fonts/source/korean/common Xshare/texmf/fonts/source/korean/wsmj/wsmjb1.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb2.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb3.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb4.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb5.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb6.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb7.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb8.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb9.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo0.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo1.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo2.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo3.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo4.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo5.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo6.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo7.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo8.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjbo9.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm0.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm1.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm2.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm3.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm4.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm5.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm6.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm7.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm8.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjm9.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo0.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo1.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo2.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo3.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo4.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo5.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo6.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo7.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo8.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjmo9.mf Xshare/texmf/fonts/source/korean/wsmj/mj1.mf Xshare/texmf/fonts/source/korean/wsmj/mj2.mf Xshare/texmf/fonts/source/korean/wsmj/mj3.mf Xshare/texmf/fonts/source/korean/wsmj/mj4.mf Xshare/texmf/fonts/source/korean/wsmj/mj5.mf Xshare/texmf/fonts/source/korean/wsmj/mj6.mf Xshare/texmf/fonts/source/korean/wsmj/mj7.mf Xshare/texmf/fonts/source/korean/wsmj/mj8.mf Xshare/texmf/fonts/source/korean/wsmj/mj9.mf Xshare/texmf/fonts/source/korean/wsmj/mj0.mf Xshare/texmf/fonts/source/korean/wsmj/wsmjb0.mf X@dirrm share/texmf/fonts/source/korean/wsmj Xshare/texmf/fonts/source/korean/wsgt/wsgtb1.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb2.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb3.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb4.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb5.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb6.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb7.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb8.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb9.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo0.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo1.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo2.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo3.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo4.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo5.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo6.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo7.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo8.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtbo9.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm0.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm1.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm2.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm3.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm4.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm5.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm6.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm7.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm8.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtm9.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo0.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo1.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo2.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo3.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo4.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo5.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo6.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo7.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo8.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtmo9.mf Xshare/texmf/fonts/source/korean/wsgt/gtbold.mf Xshare/texmf/fonts/source/korean/wsgt/gtmed.mf Xshare/texmf/fonts/source/korean/wsgt/hgothic.mf Xshare/texmf/fonts/source/korean/wsgt/johab1.mf Xshare/texmf/fonts/source/korean/wsgt/johab2.mf Xshare/texmf/fonts/source/korean/wsgt/johab3.mf Xshare/texmf/fonts/source/korean/wsgt/johab4.mf Xshare/texmf/fonts/source/korean/wsgt/johab5.mf Xshare/texmf/fonts/source/korean/wsgt/johab6.mf Xshare/texmf/fonts/source/korean/wsgt/johab7.mf Xshare/texmf/fonts/source/korean/wsgt/johab8.mf Xshare/texmf/fonts/source/korean/wsgt/johab9.mf Xshare/texmf/fonts/source/korean/wsgt/wsgtb0.mf Xshare/texmf/fonts/source/korean/wsgt/johab0.mf X@dirrm share/texmf/fonts/source/korean/wsgt Xshare/texmf/fonts/source/korean/myoungjo/aud010.mf Xshare/texmf/fonts/source/korean/myoungjo/aud011.mf Xshare/texmf/fonts/source/korean/myoungjo/aud012.mf Xshare/texmf/fonts/source/korean/myoungjo/aud013.mf Xshare/texmf/fonts/source/korean/myoungjo/aud014.mf Xshare/texmf/fonts/source/korean/myoungjo/aud015.mf Xshare/texmf/fonts/source/korean/myoungjo/aud016.mf Xshare/texmf/fonts/source/korean/myoungjo/aud017.mf Xshare/texmf/fonts/source/korean/myoungjo/aud018.mf Xshare/texmf/fonts/source/korean/myoungjo/aud019.mf Xshare/texmf/fonts/source/korean/myoungjo/aud020.mf Xshare/texmf/fonts/source/korean/myoungjo/aud021.mf Xshare/texmf/fonts/source/korean/myoungjo/aud022.mf Xshare/texmf/fonts/source/korean/myoungjo/aud023.mf Xshare/texmf/fonts/source/korean/myoungjo/aud024.mf Xshare/texmf/fonts/source/korean/myoungjo/aud025.mf Xshare/texmf/fonts/source/korean/myoungjo/aud026.mf Xshare/texmf/fonts/source/korean/myoungjo/aud027.mf Xshare/texmf/fonts/source/korean/myoungjo/aud028.mf Xshare/texmf/fonts/source/korean/myoungjo/aud029.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b10.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b11.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b12.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b13.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b14.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b15.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b16.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b17.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b18.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b19.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b20.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b21.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b22.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b23.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b24.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b25.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b26.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b27.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b28.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b29.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo10.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo11.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo12.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo13.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo14.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo15.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo16.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo17.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo18.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo19.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo20.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo21.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo22.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo23.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo24.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo25.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo26.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo27.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo28.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo29.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m10.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m11.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m12.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m13.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m14.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m15.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m16.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m17.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m18.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m19.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m20.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m21.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m22.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m23.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m24.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m25.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m26.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m27.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m28.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m29.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo10.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo11.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo12.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo13.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo14.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo15.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo16.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo17.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo18.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo19.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo20.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo21.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo22.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo23.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo24.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo25.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo26.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo27.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo28.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo29.mf Xshare/texmf/fonts/source/korean/myoungjo/aud004.mf Xshare/texmf/fonts/source/korean/myoungjo/aud005.mf Xshare/texmf/fonts/source/korean/myoungjo/aud006.mf Xshare/texmf/fonts/source/korean/myoungjo/aud007.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b04.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b05.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b06.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0b07.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo04.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo05.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo06.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0bo07.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m04.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m05.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m06.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0m07.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo04.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo05.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo06.mf Xshare/texmf/fonts/source/korean/myoungjo/mj0mo07.mf X@dirrm share/texmf/fonts/source/korean/myoungjo Xshare/texmf/fonts/source/korean/gothic/gt0b10.mf Xshare/texmf/fonts/source/korean/gothic/gt0b11.mf Xshare/texmf/fonts/source/korean/gothic/gt0b12.mf Xshare/texmf/fonts/source/korean/gothic/gt0b13.mf Xshare/texmf/fonts/source/korean/gothic/gt0b14.mf Xshare/texmf/fonts/source/korean/gothic/gt0b15.mf Xshare/texmf/fonts/source/korean/gothic/gt0b16.mf Xshare/texmf/fonts/source/korean/gothic/gt0b17.mf Xshare/texmf/fonts/source/korean/gothic/gt0b18.mf Xshare/texmf/fonts/source/korean/gothic/gt0b19.mf Xshare/texmf/fonts/source/korean/gothic/gt0b20.mf Xshare/texmf/fonts/source/korean/gothic/gt0b21.mf Xshare/texmf/fonts/source/korean/gothic/gt0b22.mf Xshare/texmf/fonts/source/korean/gothic/gt0b23.mf Xshare/texmf/fonts/source/korean/gothic/gt0b24.mf Xshare/texmf/fonts/source/korean/gothic/gt0b25.mf Xshare/texmf/fonts/source/korean/gothic/gt0b26.mf Xshare/texmf/fonts/source/korean/gothic/gt0b27.mf Xshare/texmf/fonts/source/korean/gothic/gt0b28.mf Xshare/texmf/fonts/source/korean/gothic/gt0b29.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo10.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo11.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo12.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo13.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo14.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo15.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo16.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo17.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo18.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo19.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo20.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo21.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo22.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo23.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo24.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo25.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo26.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo27.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo28.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo29.mf Xshare/texmf/fonts/source/korean/gothic/gt0m10.mf Xshare/texmf/fonts/source/korean/gothic/gt0m11.mf Xshare/texmf/fonts/source/korean/gothic/gt0m12.mf Xshare/texmf/fonts/source/korean/gothic/gt0m13.mf Xshare/texmf/fonts/source/korean/gothic/gt0m14.mf Xshare/texmf/fonts/source/korean/gothic/gt0m15.mf Xshare/texmf/fonts/source/korean/gothic/gt0m16.mf Xshare/texmf/fonts/source/korean/gothic/gt0m17.mf Xshare/texmf/fonts/source/korean/gothic/gt0m18.mf Xshare/texmf/fonts/source/korean/gothic/gt0m19.mf Xshare/texmf/fonts/source/korean/gothic/gt0m20.mf Xshare/texmf/fonts/source/korean/gothic/gt0m21.mf Xshare/texmf/fonts/source/korean/gothic/gt0m22.mf Xshare/texmf/fonts/source/korean/gothic/gt0m23.mf Xshare/texmf/fonts/source/korean/gothic/gt0m24.mf Xshare/texmf/fonts/source/korean/gothic/gt0m25.mf Xshare/texmf/fonts/source/korean/gothic/gt0m26.mf Xshare/texmf/fonts/source/korean/gothic/gt0m27.mf Xshare/texmf/fonts/source/korean/gothic/gt0m28.mf Xshare/texmf/fonts/source/korean/gothic/gt0m29.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo10.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo11.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo12.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo13.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo14.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo15.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo16.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo17.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo18.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo19.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo20.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo21.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo22.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo23.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo24.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo25.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo26.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo27.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo28.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo29.mf Xshare/texmf/fonts/source/korean/gothic/rhe010.mf Xshare/texmf/fonts/source/korean/gothic/rhe011.mf Xshare/texmf/fonts/source/korean/gothic/rhe012.mf Xshare/texmf/fonts/source/korean/gothic/rhe013.mf Xshare/texmf/fonts/source/korean/gothic/rhe014.mf Xshare/texmf/fonts/source/korean/gothic/rhe015.mf Xshare/texmf/fonts/source/korean/gothic/rhe016.mf Xshare/texmf/fonts/source/korean/gothic/rhe017.mf Xshare/texmf/fonts/source/korean/gothic/rhe018.mf Xshare/texmf/fonts/source/korean/gothic/rhe019.mf Xshare/texmf/fonts/source/korean/gothic/rhe020.mf Xshare/texmf/fonts/source/korean/gothic/rhe021.mf Xshare/texmf/fonts/source/korean/gothic/rhe022.mf Xshare/texmf/fonts/source/korean/gothic/rhe023.mf Xshare/texmf/fonts/source/korean/gothic/rhe024.mf Xshare/texmf/fonts/source/korean/gothic/rhe025.mf Xshare/texmf/fonts/source/korean/gothic/rhe026.mf Xshare/texmf/fonts/source/korean/gothic/rhe027.mf Xshare/texmf/fonts/source/korean/gothic/rhe028.mf Xshare/texmf/fonts/source/korean/gothic/rhe029.mf Xshare/texmf/fonts/source/korean/gothic/gt0b04.mf Xshare/texmf/fonts/source/korean/gothic/gt0b05.mf Xshare/texmf/fonts/source/korean/gothic/gt0b06.mf Xshare/texmf/fonts/source/korean/gothic/gt0b07.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo04.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo05.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo06.mf Xshare/texmf/fonts/source/korean/gothic/gt0bo07.mf Xshare/texmf/fonts/source/korean/gothic/gt0m04.mf Xshare/texmf/fonts/source/korean/gothic/gt0m05.mf Xshare/texmf/fonts/source/korean/gothic/gt0m06.mf Xshare/texmf/fonts/source/korean/gothic/gt0m07.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo04.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo05.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo06.mf Xshare/texmf/fonts/source/korean/gothic/gt0mo07.mf Xshare/texmf/fonts/source/korean/gothic/rhe004.mf Xshare/texmf/fonts/source/korean/gothic/rhe005.mf Xshare/texmf/fonts/source/korean/gothic/rhe006.mf Xshare/texmf/fonts/source/korean/gothic/rhe007.mf X@dirrm share/texmf/fonts/source/korean/gothic Xshare/texmf/fonts/source/korean/taza/jmtt10.mf Xshare/texmf/fonts/source/korean/taza/jmtto10.mf X@dirrm share/texmf/fonts/source/korean/taza X@dirrm share/texmf/fonts/source/korean Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb1.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb2.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb3.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb4.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb5.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb6.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb7.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb8.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb9.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo0.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo1.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo2.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo3.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo4.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo5.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo6.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo7.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo8.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjbo9.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm0.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm1.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm2.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm3.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm4.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm5.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm6.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm7.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm8.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjm9.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo0.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo1.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo2.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo3.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo4.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo5.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo6.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo7.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo8.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjmo9.tfm Xshare/texmf/fonts/tfm/korean/wsmj/wsmjb0.tfm X@dirrm share/texmf/fonts/tfm/korean/wsmj Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb1.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb2.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb3.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb4.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb5.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb6.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb7.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb8.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb9.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo0.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo1.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo2.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo3.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo4.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo5.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo6.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo7.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo8.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtbo9.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm0.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm1.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm2.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm3.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm4.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm5.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm6.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm7.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm8.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtm9.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo0.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo1.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo2.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo3.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo4.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo5.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo6.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo7.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo8.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtmo9.tfm Xshare/texmf/fonts/tfm/korean/wsgt/wsgtb0.tfm X@dirrm share/texmf/fonts/tfm/korean/wsgt Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b10.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b11.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b12.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b13.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b14.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b15.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b16.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b17.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b18.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b19.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b20.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b21.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b22.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b23.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b24.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b25.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b26.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b27.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b28.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b29.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo10.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo11.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo12.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo13.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo14.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo15.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo16.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo17.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo18.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo19.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo20.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo21.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo22.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo23.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo24.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo25.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo26.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo27.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo28.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo29.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m10.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m11.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m12.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m13.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m14.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m15.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m16.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m17.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m18.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m19.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m20.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m21.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m22.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m23.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m24.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m25.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m26.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m27.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m28.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m29.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo10.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo11.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo12.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo13.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo14.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo15.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo16.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo17.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo18.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo19.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo20.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo21.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo22.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo23.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo24.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo25.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo26.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo27.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo28.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo29.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b04.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b05.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b06.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0b07.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo04.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo05.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo06.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0bo07.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m04.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m05.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m06.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0m07.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo04.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo05.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo06.tfm Xshare/texmf/fonts/tfm/korean/myoungjo/mj0mo07.tfm X@dirrm share/texmf/fonts/tfm/korean/myoungjo Xshare/texmf/fonts/tfm/korean/gothic/gt0b10.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b11.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b12.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b13.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b14.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b15.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b16.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b17.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b18.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b19.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b20.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b21.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b22.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b23.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b24.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b25.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b26.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b27.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b28.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b29.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo10.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo11.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo12.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo13.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo14.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo15.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo16.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo17.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo18.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo19.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo20.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo21.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo22.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo23.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo24.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo25.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo26.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo27.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo28.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo29.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m10.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m11.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m12.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m13.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m14.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m15.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m16.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m17.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m18.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m19.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m20.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m21.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m22.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m23.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m24.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m25.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m26.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m27.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m28.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m29.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo10.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo11.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo12.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo13.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo14.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo15.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo16.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo17.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo18.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo19.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo20.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo21.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo22.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo23.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo24.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo25.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo26.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo27.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo28.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo29.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b04.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b05.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b06.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0b07.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo04.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo05.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo06.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0bo07.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m04.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m05.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m06.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0m07.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo04.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo05.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo06.tfm Xshare/texmf/fonts/tfm/korean/gothic/gt0mo07.tfm X@dirrm share/texmf/fonts/tfm/korean/gothic Xshare/texmf/fonts/tfm/korean/taza/jmtt0.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt1.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt10.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt2.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt3.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt4.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt5.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt6.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt7.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt8.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtt9.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto0.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto1.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto10.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto2.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto3.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto4.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto5.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto6.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto7.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto8.tfm Xshare/texmf/fonts/tfm/korean/taza/jmtto9.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m04.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m05.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m06.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m07.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m10.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m11.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m12.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m13.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m14.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m15.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m16.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m17.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m18.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m19.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m20.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m21.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m22.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m23.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m24.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m25.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m26.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m27.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m28.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0m29.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo04.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo05.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo06.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo07.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo10.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo11.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo12.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo13.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo14.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo15.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo16.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo17.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo18.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo19.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo20.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo21.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo22.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo23.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo24.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo25.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo26.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo27.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo28.tfm Xshare/texmf/fonts/tfm/korean/taza/tt0mo29.tfm X@dirrm share/texmf/fonts/tfm/korean/taza X@dirrm share/texmf/fonts/tfm/korean Xshare/texmf/fonts/vf/korean/taza/jmtt0.vf Xshare/texmf/fonts/vf/korean/taza/jmtt1.vf Xshare/texmf/fonts/vf/korean/taza/jmtt2.vf Xshare/texmf/fonts/vf/korean/taza/jmtt3.vf Xshare/texmf/fonts/vf/korean/taza/jmtt4.vf Xshare/texmf/fonts/vf/korean/taza/jmtt5.vf Xshare/texmf/fonts/vf/korean/taza/jmtt6.vf Xshare/texmf/fonts/vf/korean/taza/jmtt7.vf Xshare/texmf/fonts/vf/korean/taza/jmtt8.vf Xshare/texmf/fonts/vf/korean/taza/jmtt9.vf Xshare/texmf/fonts/vf/korean/taza/jmtto0.vf Xshare/texmf/fonts/vf/korean/taza/jmtto1.vf Xshare/texmf/fonts/vf/korean/taza/jmtto2.vf Xshare/texmf/fonts/vf/korean/taza/jmtto3.vf Xshare/texmf/fonts/vf/korean/taza/jmtto4.vf Xshare/texmf/fonts/vf/korean/taza/jmtto5.vf Xshare/texmf/fonts/vf/korean/taza/jmtto6.vf Xshare/texmf/fonts/vf/korean/taza/jmtto7.vf Xshare/texmf/fonts/vf/korean/taza/jmtto8.vf Xshare/texmf/fonts/vf/korean/taza/jmtto9.vf Xshare/texmf/fonts/vf/korean/taza/tt0m04.vf Xshare/texmf/fonts/vf/korean/taza/tt0m05.vf Xshare/texmf/fonts/vf/korean/taza/tt0m06.vf Xshare/texmf/fonts/vf/korean/taza/tt0m07.vf Xshare/texmf/fonts/vf/korean/taza/tt0m10.vf Xshare/texmf/fonts/vf/korean/taza/tt0m11.vf Xshare/texmf/fonts/vf/korean/taza/tt0m12.vf Xshare/texmf/fonts/vf/korean/taza/tt0m13.vf Xshare/texmf/fonts/vf/korean/taza/tt0m14.vf Xshare/texmf/fonts/vf/korean/taza/tt0m15.vf Xshare/texmf/fonts/vf/korean/taza/tt0m16.vf Xshare/texmf/fonts/vf/korean/taza/tt0m17.vf Xshare/texmf/fonts/vf/korean/taza/tt0m18.vf Xshare/texmf/fonts/vf/korean/taza/tt0m19.vf Xshare/texmf/fonts/vf/korean/taza/tt0m20.vf Xshare/texmf/fonts/vf/korean/taza/tt0m21.vf Xshare/texmf/fonts/vf/korean/taza/tt0m22.vf Xshare/texmf/fonts/vf/korean/taza/tt0m23.vf Xshare/texmf/fonts/vf/korean/taza/tt0m24.vf Xshare/texmf/fonts/vf/korean/taza/tt0m25.vf Xshare/texmf/fonts/vf/korean/taza/tt0m26.vf Xshare/texmf/fonts/vf/korean/taza/tt0m27.vf Xshare/texmf/fonts/vf/korean/taza/tt0m28.vf Xshare/texmf/fonts/vf/korean/taza/tt0m29.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo04.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo05.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo06.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo07.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo10.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo11.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo12.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo13.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo14.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo15.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo16.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo17.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo18.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo19.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo20.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo21.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo22.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo23.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo24.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo25.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo26.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo27.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo28.vf Xshare/texmf/fonts/vf/korean/taza/tt0mo29.vf X@dirrm share/texmf/fonts/vf/korean/taza X@dirrm share/texmf/fonts/vf/korean Xshare/texmf/tex/latex/hlatex/hfont.tex Xshare/texmf/tex/latex/hlatex/hangul.sty Xshare/texmf/tex/latex/hlatex/hfont.sty Xshare/texmf/tex/latex/hlatex/josa.tab Xshare/texmf/tex/latex/hlatex/hfont.cfg Xshare/texmf/tex/latex/hlatex/hltx209.cfg Xshare/texmf/tex/latex/hlatex/hsfonts.def Xshare/texmf/tex/latex/hlatex/hhgs.fd Xshare/texmf/tex/latex/hlatex/hhgt.fd Xshare/texmf/tex/latex/hlatex/hhpgs.fd Xshare/texmf/tex/latex/hlatex/hhpgt.fd Xshare/texmf/tex/latex/hlatex/hhpsm.fd Xshare/texmf/tex/latex/hlatex/hhptt.fd Xshare/texmf/tex/latex/hlatex/hhsm.fd Xshare/texmf/tex/latex/hlatex/hhtt.fd Xshare/texmf/tex/latex/hlatex/hsgt.fd Xshare/texmf/tex/latex/hlatex/hspgt.fd Xshare/texmf/tex/latex/hlatex/hspsm.fd Xshare/texmf/tex/latex/hlatex/hsptt.fd Xshare/texmf/tex/latex/hlatex/hssm.fd Xshare/texmf/tex/latex/hlatex/hstt.fd Xshare/texmf/tex/latex/hlatex/hwbm.fd Xshare/texmf/tex/latex/hlatex/hwgr.fd Xshare/texmf/tex/latex/hlatex/hwgs.fd Xshare/texmf/tex/latex/hlatex/hwgt.fd Xshare/texmf/tex/latex/hlatex/hwmg.fd Xshare/texmf/tex/latex/hlatex/hwmj.fd Xshare/texmf/tex/latex/hlatex/hwmgt.fd Xshare/texmf/tex/latex/hlatex/hwmmj.fd Xshare/texmf/tex/latex/hlatex/hwmnv.fd Xshare/texmf/tex/latex/hlatex/hwmsr.fd Xshare/texmf/tex/latex/hlatex/hwmtt.fd Xshare/texmf/tex/latex/hlatex/hwol.fd Xshare/texmf/tex/latex/hlatex/hwpbm.fd Xshare/texmf/tex/latex/hlatex/hwpg.fd Xshare/texmf/tex/latex/hlatex/hwpgr.fd Xshare/texmf/tex/latex/hlatex/hwpgs.fd Xshare/texmf/tex/latex/hlatex/hwpgt.fd Xshare/texmf/tex/latex/hlatex/hwpmg.fd Xshare/texmf/tex/latex/hlatex/hwpmgt.fd Xshare/texmf/tex/latex/hlatex/hwpmj.fd Xshare/texmf/tex/latex/hlatex/hwpmmj.fd Xshare/texmf/tex/latex/hlatex/hwpmnv.fd Xshare/texmf/tex/latex/hlatex/hwpmsr.fd Xshare/texmf/tex/latex/hlatex/hwpmtt.fd Xshare/texmf/tex/latex/hlatex/hwpn.fd Xshare/texmf/tex/latex/hlatex/hwpol.fd Xshare/texmf/tex/latex/hlatex/hwppg.fd Xshare/texmf/tex/latex/hlatex/hwppn.fd Xshare/texmf/tex/latex/hlatex/hwpsm.fd Xshare/texmf/tex/latex/hlatex/hwpyt.fd Xshare/texmf/tex/latex/hlatex/hwsm.fd Xshare/texmf/tex/latex/hlatex/hwyt.fd Xshare/texmf/tex/latex/hlatex/VERSION0.98 X@dirrm share/texmf/tex/latex/hlatex X@exec env PATH=%D/bin:$PATH %D/bin/texhash X@unexec env PATH=%D/bin:$PATH %D/bin/texhash END-of-hlatex-wansungstd/pkg/PLIST echo x - hlatex-wansungstd/Makefile sed 's/^X//' >hlatex-wansungstd/Makefile << 'END-of-hlatex-wansungstd/Makefile' X# New ports collection makefile for: HLaTeX PS fonts-wansungstd X# Version required: 0.98 X# Date created: Sun Aug 9 18:05:29 KST 1998 X# Whom: CHOI Junho X# X# $FreeBSD$ X# X XDISTNAME= HLaTeX-${HLATEX_ENCODING}-0.98 XPKGNAME= ko-HLaTeX-${HLATEX_ENCODING}std-0.98 XCATEGORIES= korean print XMASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/HLaTeX/ \ X ftp://ftp.linguistik.uni-erlangen.de/pub/HLaTeX/${HLATEX_ENCODING}/ XDISTFILES= HLaTeX-0.98.tar.bz2 ${HLATEX_FONTS_BASE} XDIST_SUBDIR= hlatex98 # too many distfiles X XEXTRACT_ONLY= HLaTeX-0.98.tar.bz2 X XMAINTAINER= cjh@kr.freebsd.org X X# in fact, it need to install. X# and it depends teTeX. XBUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX XRUN_DEPENDS= latex:${PORTSDIR}/print/teTeX X XUSE_BZIP2= YES X XTEXMF= ${PREFIX}/share/texmf XHLATEX_ENCODING= wansung X# default font. includes complete Myoungjo and Gothic fonts. XHLATEX_FONTS_BASE = common.tar.bz2 \ X wsmj.tar.bz2 wsgt.tar.bz2 \ X hanja-myoungjo.tar.bz2 hanja-gothic.tar.bz2 \ X hsym.tar.bz2 taza.tar.bz2 X# installation files XHLATEX_BASE = \ X hfont.tex hangul.sty hfont.sty josa.tab hfont.cfg hltx209.cfg \ X hsfonts.def VERSION0.98 XHLATEX_FD_BASE = \ X hhgs.fd hhgt.fd hhpgs.fd hhpgt.fd hhpsm.fd hhptt.fd hhsm.fd \ X hhtt.fd hsgt.fd hspgt.fd hspsm.fd hsptt.fd hssm.fd hstt.fd \ X hwbm.fd hwgr.fd hwgs.fd hwgt.fd hwmg.fd hwmgt.fd hwmj.fd \ X hwmmj.fd hwmnv.fd hwmsr.fd hwmtt.fd hwol.fd hwpbm.fd hwpg.fd \ X hwpgr.fd hwpgs.fd hwpgt.fd hwpmg.fd hwpmgt.fd hwpmj.fd hwpmmj.fd \ X hwpmnv.fd hwpmsr.fd hwpmtt.fd hwpn.fd hwpol.fd hwppg.fd hwppn.fd \ X hwpsm.fd hwpyt.fd hwsm.fd hwyt.fd XHLATEX_DOC_BASE = \ X changelog.ks complang.tex hlguide.tex hlguide.dvi hlguide.bib \ X doc/compword.pdf.bz2 doc/compword.ps.bz2 doc/hlguide.ps.bz2 \ X news.ks onews.ks readme.eng readme.ks \ X ${HLATEX_ENCODING}/${HLATEX_ENCODING}.ks Fontmap XHLATEX_SAMPLE_BASE = \ X sample/a.tex sample/p.tex sample/f.tex sample/readme.ks X X# psfonts.map, special.map X# it should be downloadable, so use wan-down.map Xdo-build: X ${CAT} ${TEXMF}/fontname/special.map \ X ${WRKDIR}/${HLATEX_ENCODING}/config/special.map \ X > ${WRKDIR}/special.map X ${CAT} ${TEXMF}/dvips/config/psfonts.map \ X ${WRKDIR}/${HLATEX_ENCODING}/config/wan-down.map \ X > ${WRKDIR}/psfonts.map X ${SED} 's@/usr/tex@/usr/local@' \ X ${WRKDIR}/${HLATEX_ENCODING}/config/Fontmap.wan \ X > ${WRKDIR}/Fontmap X X# Installation according to readme.ks Xdo-install: X # Part 1: install psfonts, special, Fontmap X # psfonts X ${MV} ${TEXMF}/fontname/special.map \ X ${TEXMF}/fontname/special.map.beforehlatex X ${INSTALL_DATA} ${WRKDIR}/special.map ${TEXMF}/fontname X # special X ${MV} ${TEXMF}/dvips/config/psfonts.map \ X ${TEXMF}/dvips/config/psfonts.map.beforehlatex X ${INSTALL_DATA} ${WRKDIR}/psfonts.map ${TEXMF}/dvips/config X # Fontmap X #[ -d ${PREFIX}/share/ghostscript/fonts ] && \ X # cp ${WRKDIR}/Fontmap \ X # ${PREFIX}/share/ghostscript/fonts X # Part 2: macros X ${MKDIR} ${TEXMF}/tex/latex/hlatex X for file in ${HLATEX_BASE}; \ X do \ X ${INSTALL_DATA} \ X ${WRKDIR}/$$file ${TEXMF}/tex/latex/hlatex; \ X done X for file in ${HLATEX_FD_BASE}; \ X do \ X ${INSTALL_DATA} \ X ${WRKDIR}/${HLATEX_ENCODING}/$$file ${TEXMF}/tex/latex/hlatex; \ X done X X # Part 3: documents and samples X ${MKDIR} ${TEXMF}/doc/latex/hlatex/ X for file in ${HLATEX_DOC_BASE}; \ X do \ X ${INSTALL_DATA} \ X ${WRKDIR}/$$file ${TEXMF}/doc/latex/hlatex; \ X done X ${MKDIR} ${TEXMF}/doc/latex/hlatex/sample X for file in ${HLATEX_SAMPLE_BASE}; \ X do \ X ${INSTALL_DATA} \ X ${WRKDIR}/$$file ${TEXMF}/doc/latex/hlatex/sample; \ X done X X # Part 4: default mf fonts X cd ${TEXMF}/fonts/; \ X for fonts in ${HLATEX_FONTS_BASE}; \ X do \ X ${EXTRACT_CMD} \ X ${EXTRACT_BEFORE_ARGS} \ X ${_DISTDIR}/$$fonts ${EXTRACT_AFTER_ARGS}; \ X done X # Part 5: rehash X ${PREFIX}/bin/texhash X X.include END-of-hlatex-wansungstd/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:53:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B4863158F9 for ; Tue, 31 Aug 1999 03:52:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04186; Tue, 31 Aug 1999 03:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id A42CF14F76 for ; Tue, 31 Aug 1999 03:46:11 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA02148; Tue, 31 Aug 1999 19:43:32 +0900 (KST) (envelope-from cjh) Message-Id: <199908311043.TAA02148@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:43:32 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13499: Ports delete request: korean/hlatexpsfonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13499 >Category: ports >Synopsis: Ports delete request: korean/hlatexpsfonts >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 Aug 31 03:50:05 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Old and useless. Instead please commit hlatex* and nhppf ports. >How-To-Repeat: delete from CVS tree. >Fix: none. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 3:53:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90678158EF for ; Tue, 31 Aug 1999 03:52:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04173; Tue, 31 Aug 1999 03:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id B230314F76 for ; Tue, 31 Aug 1999 03:45:48 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id TAA01994; Tue, 31 Aug 1999 19:42:36 +0900 (KST) (envelope-from cjh) Message-Id: <199908311042.TAA01994@hamhae.wdb.co.kr> Date: Tue, 31 Aug 1999 19:42:36 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13498: Ports update: korean/nhppf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13498 >Category: ports >Synopsis: Ports Update: korean/nhppf >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 Aug 31 03:50:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-RELEASE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Thu Aug 5 13:41:42 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Regular ports update. before then, 2 hlatex ports should be commited! >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/nhppf/Makefile nhppf/Makefile --- /usr/ports/korean/nhppf/Makefile Tue Aug 31 03:02:13 1999 +++ nhppf/Makefile Tue Aug 31 19:08:11 1999 @@ -1,30 +1,35 @@ -# New ports collection makefile for: nhppf-1.2 -# Version required: 1.2 +# New ports collection makefile for: nhppf-2.1 +# Version required: 2.1 # Date created: 19 Apr 1997 -# Whom: Choi Jun Ho +# Whom: CHOI Junho # -# $FreeBSD: ports/korean/nhppf/Makefile,v 1.6 1999/08/30 12:09:09 peter Exp $ +# $FreeBSD$ # -DISTNAME= nhppf-1.2 -PKGNAME= ko-nhppf-1.2 +DISTNAME= nhppf-2.1 +PKGNAME= ko-nhppf-2.1 CATEGORIES= korean -MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/ +MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/users/cjh/nhppf/ \ + ftp://jazz.snu.ac.kr/pub/unix/util/nhppf/ -MAINTAINER= junker@jazz.snu.ac.kr +MAINTAINER= cjh@kr.freebsd.org -RUN_DEPENDS= ${PREFIX}/share/fonts/HLaTeX-0.95-pfb:$(PORTSDIR)/korean/hlatexpsfonts +RUN_DEPENDS= ${PREFIX}/share/texmf/fonts/type1/korean/pkmj/pkmjm0.pfb:$(PORTSDIR)/korean/hlatexpsfonts-wansungstd -USE_PERL5= yes NO_BUILD= yes +USE_PERL5= yes + do-configure: - @cd ${WRKSRC}; \ - ${ECHO_MSG} "#!${PERL5}" > scriptheader; \ - ${CAT} scriptheader nhppf > nhppf.new + ${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ + ${WRKSRC}/nhppf > ${WRKSRC}/nhppf.perl do-install: @cd ${WRKSRC}; \ - ${INSTALL_SCRIPT} nhppf.new ${PREFIX}/bin/nhppf + ${INSTALL_SCRIPT} nhppf.perl ${PREFIX}/bin/nhppf + ${MKDIR} ${PREFIX}/share/doc/nhppf +.for DOC in ChangeLog README charlist test.html + ${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/doc/nhppf +.endfor .include diff -uNr /usr/ports/korean/nhppf/files/md5 nhppf/files/md5 --- /usr/ports/korean/nhppf/files/md5 Wed Jun 4 18:06:45 1997 +++ nhppf/files/md5 Tue Aug 31 19:07:38 1999 @@ -1 +1 @@ -MD5 (nhppf-1.2.tar.gz) = f3ad6e21b96233bb8473bf08cdee0ad2 +MD5 (nhppf-2.1.tar.gz) = 369506f0d930ad2dc5697a68268cb479 diff -uNr /usr/ports/korean/nhppf/patches/patch-aa nhppf/patches/patch-aa --- /usr/ports/korean/nhppf/patches/patch-aa Wed Jun 4 18:06:45 1997 +++ nhppf/patches/patch-aa Tue Aug 31 19:07:38 1999 @@ -1,9 +1,8 @@ -*** nhppf.old Wed Apr 2 17:48:12 1997 ---- nhppf Wed Apr 2 17:48:17 1997 -*************** -*** 1,4 **** -- #!/usr/local/bin/perl - # - # Netscape 3.0 Hangul Print Filter - for using only "Print" menu - # ---- 1,3 ---- +--- nhppf.orig Sun Aug 9 19:46:57 1998 ++++ nhppf Sun Aug 9 19:47:09 1998 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl ++#!%%PREFIX%%/bin/perl + # + # Netscape 3.0 Hangul Print Filter - for using only "Print" menu + # diff -uNr /usr/ports/korean/nhppf/pkg/COMMENT nhppf/pkg/COMMENT --- /usr/ports/korean/nhppf/pkg/COMMENT Wed Jun 4 18:06:45 1997 +++ nhppf/pkg/COMMENT Tue Aug 31 19:07:38 1999 @@ -1 +1 @@ -Hangul Printing Filter for Netscape with HLaTeX-0.95 PS font +Hangul printing filter for Netscape 3.0 and above diff -uNr /usr/ports/korean/nhppf/pkg/DESCR nhppf/pkg/DESCR --- /usr/ports/korean/nhppf/pkg/DESCR Wed Jun 4 18:06:45 1997 +++ nhppf/pkg/DESCR Tue Aug 31 19:07:38 1999 @@ -1,11 +1,12 @@ -nhppf-1.2 ---------- +nhppf +----- -This program makes you can print hangul homepages with Netscape 3.0x, -in Unix with Ghostscript. +This program makes you can print hangul webpages with Netscape 3.0 +and above in Unix with Ghostscript. -It use HLaTeX-0.95 PostScript Type1 font set, so it can print all -Hangul and Hanja character of KS C 5601, except symbols. +It can use HLaTeX PostScript Type1 font set. +Depending on the fontset you have, it can print Hangul, Hanja, and +other KSC Symbols. -- -Ports by Choi Jun Ho +Ports by CHOI Junho diff -uNr /usr/ports/korean/nhppf/pkg/PLIST nhppf/pkg/PLIST --- /usr/ports/korean/nhppf/pkg/PLIST Wed Jun 4 18:06:45 1997 +++ nhppf/pkg/PLIST Tue Aug 31 19:07:38 1999 @@ -1 +1,6 @@ bin/nhppf +share/doc/nhppf/ChangeLog +share/doc/nhppf/README +share/doc/nhppf/charlist +share/doc/nhppf/test.html +@dirrm share/doc/nhppf >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 4:11:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 485EB1594E for ; Tue, 31 Aug 1999 04:11:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA07707; Tue, 31 Aug 1999 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id BC5C3152EA for ; Tue, 31 Aug 1999 04:01:19 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) for FreeBSD-gnats-submit@freebsd.org id 11Llep-00074r-00; Tue, 31 Aug 1999 04:00:56 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id HAA98107; Tue, 31 Aug 1999 07:00:38 -0400 (EDT) (envelope-from will) Message-Id: <199908311100.HAA98107@shadow.blackdawn.com> Date: Tue, 31 Aug 1999 07:00:38 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13500: [third] update graphics/fly from v1.6.4 to v1.6.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13500 >Category: ports >Synopsis: [third] update graphics/fly from v1.6.4 to v1.6.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: Tue Aug 31 04:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Given that some time ago, I submitted an update for fly that was falsely dependent on gd 1.6.x, I would like that PR (13086) to be closed and this one used for updating the port. After the update I submitted for gd recently, I realized why this update wasn't committed before. >How-To-Repeat: Apply the following diff to the current fly port. >Fix: diff -urN --exclude=CVS fly/Makefile fly-1.6.5/Makefile --- fly/Makefile Thu Aug 26 00:23:14 1999 +++ fly-1.6.5/Makefile Tue Aug 31 06:47:50 1999 @@ -1,19 +1,21 @@ # New ports collection makefile for: fly -# Version required: 1.6.4 +# Version required: 1.6.5 # Date created: 30 December 1997 # Whom: Juergen Unger # -# $FreeBSD: ports/graphics/fly/Makefile,v 1.2 1999/08/25 06:13:51 obrien Exp $ +# $FreeBSD$ # -DISTNAME= fly-1.6.4 +DISTNAME= fly-1.6.5 CATEGORIES= graphics -MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ \ - ftp://ftp.ibrado.com/pub/fly/ +MASTER_SITES= ftp://www.unimelb.edu.au/pub/www/tools/unix/fly/ MAINTAINER= j.unger@choin.net -BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a:${PORTSDIR}/graphics/gd +#this doesn't matter.. the program builds its own libgd.a. +#BUILD_DEPENDS= ${PREFIX}/lib/libgd\.a #can't use ports' gd.. + +MAKE_ENV= PREFIX="${PREFIX}" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin diff -urN --exclude=CVS fly/files/md5 fly-1.6.5/files/md5 --- fly/files/md5 Fri Feb 12 10:27:48 1999 +++ fly-1.6.5/files/md5 Wed Aug 11 16:11:05 1999 @@ -1 +1 @@ -MD5 (fly-1.6.4.tar.gz) = ff4dcef3eb3ffe9f0559be82d89c0e89 +MD5 (fly-1.6.5.tar.gz) = b96a2a6c566f284923d37f16b64aafec diff -urN --exclude=CVS fly/patches/patch-aa fly-1.6.5/patches/patch-aa --- fly/patches/patch-aa Sat Dec 19 09:58:00 1998 +++ fly-1.6.5/patches/patch-aa Wed Dec 31 19:00:00 1969 @@ -1,29 +0,0 @@ ---- Makefile.orig Mon Nov 23 16:40:58 1998 -+++ Makefile Sat Dec 19 09:51:31 1998 -@@ -4,17 +4,14 @@ - # If you already have gd installed, use the line below and comment out the - # following line - # GD = /path/to/gd/directory -- GD = gd1.3 -+ GD = ${PREFIX}/lib - CC = gcc - #CFLAGS = -O -I$(GD) -- CFLAGS = -O -pedantic -Wall -I$(GD) -+ #CFLAGS = -O -pedantic -Wall -I$(GD) -+CFLAGS+= -I${PREFIX}/include/gd - LIBS = -L$(GD) -lgd -lm - --all: gd fly -- --gd: $(GD) -- cd $(GD); make CC=$(CC) -- -+all: fly - - fly.o: fly.c fly.h - $(CC) -c $(CFLAGS) fly.c -@@ -27,4 +24,3 @@ - - clean: - rm -f fly.o fly temp.gif core; cd $(GD); make clean; -- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 4:22:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A94614ECB for ; Tue, 31 Aug 1999 04:22:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA08594; Tue, 31 Aug 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 31 Aug 1999 04:20:02 -0700 (PDT) Message-Id: <199908311120.EAA08594@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd Reply-To: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13497; it has been noted by GNATS. From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) To: cjh@kr.FreeBSD.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd Date: 31 Aug 1999 04:06:14 -0700 * >Synopsis: New Ports: korean/hlatexpsfonts-wansungstd Should I do a repository copy from korean/hlatexpsfonts (which is slated for execution soon, see PR 13499)? -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 6:11:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id B74EC150EE; Tue, 31 Aug 1999 06:11:22 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id WAA02663; Tue, 31 Aug 1999 22:10:54 +0900 (KST) (envelope-from cjh) To: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd References: <199908311120.EAA08594@freefall.freebsd.org> From: "CHOI, Junho" Date: 31 Aug 1999 22:10:54 +0900 In-Reply-To: asami@FreeBSD.ORG's message of "Tue, 31 Aug 1999 04:20:02 -0700 (PDT)" Message-ID: <86yaes2izl.fsf@hamhae.wdb.co.kr> Lines: 22 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "S" == Satoshi writes: S> The following reply was made to PR ports/13497; it has been noted by GNATS. S> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) S> To: cjh@kr.FreeBSD.org S> Cc: FreeBSD-gnats-submit@freebsd.org S> Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd S> Date: 31 Aug 1999 04:06:14 -0700 S> * >Synopsis: New Ports: korean/hlatexpsfonts-wansungstd S> Should I do a repository copy from korean/hlatexpsfonts (which is S> slated for execution soon, see PR 13499)? Sorry. What is 'repository copy'? It copies from old ports to new ports directory, for changing ports name, not creating a new one? -- ** Any opinions in this posting are my own and not those of my employers ** CHOI, Junho - Korea FreeBSD Users Group - Web Data Bank Co. Seoul., ROK. (+82-2-554-9676) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 7: 0:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 525AD1591E for ; Tue, 31 Aug 1999 07:00:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68806; Tue, 31 Aug 1999 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from server.mindstep.com (cr480472-a.slnt1.on.wave.home.com [24.112.33.138]) by hub.freebsd.org (Postfix) with SMTP id 8949A15911 for ; Tue, 31 Aug 1999 06:53:53 -0700 (PDT) (envelope-from patrick@server.mindstep.com) Received: (qmail 36986 invoked by alias); 31 Aug 1999 13:52:41 -0000 Received: (qmail 36981 invoked by uid 0); 31 Aug 1999 13:52:41 -0000 Message-Id: <19990831135241.36980.qmail@server.mindstep.com> Date: 31 Aug 1999 13:52:41 -0000 From: patrick@mindstep.com To: freefall-gnats@server.mindstep.com X-Send-Pr-Version: 3.110 Subject: ports/13501: Update the pipsecd port to current version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13501 >Category: ports >Synopsis: Update the pipsecd port to current version >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 07:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Bihan-Faou >Release: pipsec-19990831 >Organization: MindStep Corporation >Environment: System: FreeBSD penpro.local.mindstep.com 3.2-STABLE FreeBSD 3.2-STABLE #15: Sun Aug 22 13:26:04 EDT 1999 patrick@penpro.local.mindstep.com:/usr/src/sys/compile/PENPRO i386 >Description: The pipsecd port fetches an old version of the source distribution. Also a second site has been added for the source distribution. >How-To-Repeat: cd /usr/ports/net/pipsecd/ make The port fetches a file called "tunip.tar.gz" only from http://www.enst.fr/~beyssac/ >Fix: The included patch updates the Makefile and md5 checksum for the current version of pipsec (19990831). It also add http://www.mindstep.com/pipsec/ as a mirror for the distribution. diff -ruN pipsecd.orig/Makefile pipsecd/Makefile --- pipsecd.orig/Makefile Tue Aug 31 09:27:57 1999 +++ pipsecd/Makefile Tue Aug 31 09:46:07 1999 @@ -1,23 +1,22 @@ # New ports collection makefile for: pipsecd -# Version required: 19990519 +# Version required: 19990831 # Date created: 16 Aug 1999 # Whom: Patrick Bihan-Faou # -# $Id: Makefile,v 1.1.1.1 1999/08/16 22:14:41 mph Exp $ +# $Id: Makefile,v 1.3 1999/08/31 13:45:14 patrick Exp $ # -DISTNAME= tunip -PKGNAME= pipsecd-19990519 +DISTNAME= pipsec-19990831 +PKGNAME= pipsecd-19990831 CATEGORIES= net security -MASTER_SITES= http://www.enst.fr/~beyssac/ +MASTER_SITES= http://www.enst.fr/~beyssac/ \ + http://www.mindstep.com/pipsec/ MAINTAINER= patrick@mindstep.com BUILD_DEPENDS= ${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl:install -ALL_TARGET= pipsecd - -WRKSRC= ${WRKDIR}/pipsec-19990519 +ALL_TARGET= pipsecd .include diff -ruN pipsecd.orig/files/md5 pipsecd/files/md5 --- pipsecd.orig/files/md5 Tue Aug 31 09:27:57 1999 +++ pipsecd/files/md5 Tue Aug 31 09:31:21 1999 @@ -1 +1 @@ -MD5 (tunip.tar.gz) = 7dff992e614bd61a007e362d47c9a66a +MD5 (pipsec-19990831.tar.gz) = 395390108fe7ca36ded292e4d5b2762c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 7:12: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05A2E14BCE; Tue, 31 Aug 1999 07:12:06 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA69602; Tue, 31 Aug 1999 07:10:06 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Date: Tue, 31 Aug 1999 07:10:06 -0700 (PDT) From: Message-Id: <199908311410.HAA69602@freefall.freebsd.org> To: varju@webct.com, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13337: New port: jpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: jpilot State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Tue Aug 31 23:08:21 JST 1999 State-Changed-Why: I've small fixed and committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 9:20:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FB5B14C99; Tue, 31 Aug 1999 09:20:32 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA80117; Tue, 31 Aug 1999 09:18:37 -0700 (PDT) (envelope-from mph@FreeBSD.org) Date: Tue, 31 Aug 1999 09:18:37 -0700 (PDT) From: Message-Id: <199908311618.JAA80117@freefall.freebsd.org> To: andrews@technologist.com, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/13486: update misc/bidwatcher from v0.9.9-2 to v0.9.9-3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update misc/bidwatcher from v0.9.9-2 to v0.9.9-3 State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Tue Aug 31 12:16:55 EDT 1999 State-Changed-Why: Patch applied, thanks! Office is now addicted to this softweare. I added ".3" to the end of PKGNAME, since that should increase when the version of the software increases. s/weare/ware/ I hate this part of edit-pr. Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Tue Aug 31 12:16:55 EDT 1999 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 9:40:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E44E15256; Tue, 31 Aug 1999 09:40:44 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81660; Tue, 31 Aug 1999 09:40:09 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 09:40:09 -0700 (PDT) From: Message-Id: <199908311640.JAA81660@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13491: Ports Update: korean/ami Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/ami Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 09:38:54 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 9:40:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B3B0151E3 for ; Tue, 31 Aug 1999 09:40:44 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81641; Tue, 31 Aug 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1E1801503D; Tue, 31 Aug 1999 09:32:57 -0700 (PDT) Message-Id: <19990831163257.1E1801503D@hub.freebsd.org> Date: Tue, 31 Aug 1999 09:32:57 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13502: [PATCH] New version 3.8.0 of dxpc port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13502 >Category: ports >Synopsis: [PATCH] New version 3.8.0 of dxpc port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 09:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: >Description: New version 3.8.0 of the dxpc port (new homepage and maintainer). >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11/dxpc/Makefile dxpc/Makefile --- /usr/ports/x11/dxpc/Makefile Tue Aug 31 10:34:34 1999 +++ dxpc/Makefile Tue Aug 31 14:18:26 1999 @@ -1,22 +1,26 @@ # New ports collection makefile for: dxpc -# Version required: 3.7.0 +# Version required: 3.8.0 # Date created: 2 May 1998 # Whom: Bruce A. Mah # # $FreeBSD: ports/x11/dxpc/Makefile,v 1.3 1999/08/31 02:50:14 peter Exp $ # -DISTNAME= dxpc-3.7.0 +DISTNAME= dxpc-3.8.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= utilities +MASTER_SITES= http://www.vigor.nu/dxpc/ + +MASTER_SITE_SUBDIR= 3.8.0 MAINTAINER= bmah@ca.sandia.gov +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo + MAN1= dxpc.1 GNU_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ARGS= --with-lzo-lib=/usr/local post-install: strip ${PREFIX}/bin/dxpc diff -ruN /usr/ports/x11/dxpc/files/md5 dxpc/files/md5 --- /usr/ports/x11/dxpc/files/md5 Mon Nov 16 14:45:59 1998 +++ dxpc/files/md5 Tue Aug 31 13:43:47 1999 @@ -1 +1 @@ -MD5 (dxpc-3.7.0.tar.gz) = 9b9b6605e46bf1731d44e150049a019e +MD5 (dxpc-3.8.0.tar.gz) = ce5b121c824173b182daf6061175f5cd diff -ruN /usr/ports/x11/dxpc/pkg/DESCR dxpc/pkg/DESCR --- /usr/ports/x11/dxpc/pkg/DESCR Tue May 4 10:00:58 1999 +++ dxpc/pkg/DESCR Tue Aug 31 14:17:17 1999 @@ -3,7 +3,8 @@ connections). dxpc attempts to exploit patterns in X protocol messages to limit the amount of data actually sent over the network. -WWW: http://ccwf.cc.utexas.edu/~zvonler/dxpc/ +WWW: http://www.vigor.nu/dxpc/ + http://ccwf.cc.utexas.edu/~zvonler/dxpc/ Bruce A. Mah bmah@ca.sandia.gov >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 9:41:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B67F6150B9; Tue, 31 Aug 1999 09:41:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81887; Tue, 31 Aug 1999 09:41:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 09:41:51 -0700 (PDT) From: Message-Id: <199908311641.JAA81887@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13493: Ports Update: korean/ftghostscript5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/ftghostscript5 Responsible-Changed-From-To: freebsd-ports-> sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 09:40:29 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 9:45:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7002514D56; Tue, 31 Aug 1999 09:45:23 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82176; Tue, 31 Aug 1999 09:43:41 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 09:43:41 -0700 (PDT) From: Message-Id: <199908311643.JAA82176@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13498: Ports Update: korean/nhppf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/nhppf Responsible-Changed-From-To: freebsd-ports-> sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 09:42:15 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 9:46:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A2BA15256; Tue, 31 Aug 1999 09:46:14 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82313; Tue, 31 Aug 1999 09:44:51 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 09:44:51 -0700 (PDT) From: Message-Id: <199908311644.JAA82313@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13499: Ports delete request: korean/hlatexpsfonts Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports delete request: korean/hlatexpsfonts Responsible-Changed-From-To: freebsd-ports-> sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 09:43:52 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 10: 0: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A812C14EEB for ; Tue, 31 Aug 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA83658; Tue, 31 Aug 1999 10:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6049715256; Tue, 31 Aug 1999 09:55:44 -0700 (PDT) Message-Id: <19990831165544.6049715256@hub.freebsd.org> Date: Tue, 31 Aug 1999 09:55:44 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13503: [NEW PORT] New WPeople 0.12 port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13503 >Category: ports >Synopsis: [NEW PORT] New WPeople 0.12 port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: >Description: New port of WPeople - simple contact manager for WindowMaker (or any other wm). >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: # # WPeople # WPeople/files # WPeople/files/md5 # WPeople/pkg # WPeople/pkg/COMMENT # WPeople/pkg/DESCR # WPeople/pkg/PLIST # WPeople/Makefile # WPeople/patches # WPeople/patches/patch-aa # WPeople/patches/patch-ab # echo c - WPeople mkdir -p WPeople > /dev/null 2>&1 echo c - WPeople/files mkdir -p WPeople/files > /dev/null 2>&1 echo x - WPeople/files/md5 sed 's/^X//' >WPeople/files/md5 << 'END-of-WPeople/files/md5' XMD5 (WPeople_012.tar.gz) = b748b62a432cf9cef1f79fd859e6236f END-of-WPeople/files/md5 echo c - WPeople/pkg mkdir -p WPeople/pkg > /dev/null 2>&1 echo x - WPeople/pkg/COMMENT sed 's/^X//' >WPeople/pkg/COMMENT << 'END-of-WPeople/pkg/COMMENT' XSimple address book type program based on the WINGs END-of-WPeople/pkg/COMMENT echo x - WPeople/pkg/DESCR sed 's/^X//' >WPeople/pkg/DESCR << 'END-of-WPeople/pkg/DESCR' XThis program is inspired by the BeOS People program. It is a simple Xaddress book type program based on the WINGs (WINGs Is Not GNUstep) widget Xset, which is included with the Window Maker window manager. For best Xresults, use Window Maker (www.windowmaker.org) as your window manager. XWPeople will work fine with other wms, though. X XWWW: http://lemur.uvm.edu/~kelvin/WPeople/ END-of-WPeople/pkg/DESCR echo x - WPeople/pkg/PLIST sed 's/^X//' >WPeople/pkg/PLIST << 'END-of-WPeople/pkg/PLIST' Xbin/WPeople Xshare/doc/WPeople/README.wpeople X@dirrm share/doc/WPeople END-of-WPeople/pkg/PLIST echo x - WPeople/Makefile sed 's/^X//' >WPeople/Makefile << 'END-of-WPeople/Makefile' X# New ports collection makefile for: WPeople X# Version required: 0.12 X# Date Created: 29 August 1999 X# Whom: Maxim Sobolev X# X# $FreeBSD:$ X# X XDISTNAME= WPeople_012 XPKGNAME= wpeople-0.12 XCATEGORIES= deskutils windowmaker XMASTER_SITES= http://lemur.uvm.edu/~kelvin/WPeople/ X XMAINTAINER= sobomax@altavista.net X XWRKSRC= ${WRKDIR}/WPeople X XLIB_DEPENDS= wraster.3:${PORTSDIR}/x11-wm/windowmaker \ X PropList.1:${PORTSDIR}/devel/libPropList \ X Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes X Xdo-install: X ${MKDIR} ${PREFIX}/share/doc/WPeople X ${INSTALL_PROGRAM} ${WRKSRC}/WPeople ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/README.wpeople ${PREFIX}/share/doc/WPeople X X.include END-of-WPeople/Makefile echo c - WPeople/patches mkdir -p WPeople/patches > /dev/null 2>&1 echo x - WPeople/patches/patch-aa sed 's/^X//' >WPeople/patches/patch-aa << 'END-of-WPeople/patches/patch-aa' X--- Makefile.orig Thu Jul 1 17:40:47 1999 X+++ Makefile Tue Aug 31 19:46:11 1999 X@@ -3,13 +3,14 @@ X SCRS = WPeople.c X OBJS = WPeople.o X LIBS = -L/usr/local/lib -L/usr/X11R6/lib -lWINGs -lPropList X-CC = gcc -W -O $(DEFINES) X+CC ?= gcc X+CC += -I/usr/local/include -I${X11BASE}/include X X all: WPeople X X WPeople: $(OBJS) X X- $(CC) -o WPeople $(OBJS) $(LIBS) `get-wraster-flags --libs` X+ $(CC) -o WPeople $(OBJS) $(LIBS) `${X11BASE}/bin/get-wraster-flags --libs` X strip WPeople X X # END-of-WPeople/patches/patch-aa echo x - WPeople/patches/patch-ab sed 's/^X//' >WPeople/patches/patch-ab << 'END-of-WPeople/patches/patch-ab' X--- WPeople.c.orig Thu Jul 1 18:00:27 1999 X+++ WPeople.c Mon Aug 30 18:11:19 1999 X@@ -49,6 +49,10 @@ X #define _(txt) txt X #endif X X+#if defined(__FreeBSD__) X+char *p; X+#define basename(filename) ((p = strrchr(filename, '/')) ? (p+1) : filename) X+#endif X X #define PACKAGE "WPeople" X #define LOCALEDIR "/usr/local/share/locale" END-of-WPeople/patches/patch-ab exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 10: 4:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.af.airnet.ne.jp (mail.af.airnet.ne.jp [210.159.66.49]) by hub.freebsd.org (Postfix) with ESMTP id 55E7915A78; Tue, 31 Aug 1999 10:04:41 -0700 (PDT) (envelope-from imura@cs.titech.ac.jp) Received: from imura.cs.titech.ac.jp (tok090.airnet.ne.jp [210.159.88.90]) by mail.af.airnet.ne.jp (8.8.8/3.6W/06/13/98-AF.AIRNET.NE.JP) with ESMTP id CAA20266; Wed, 1 Sep 1999 02:02:03 +0900 Posted-Date: Wed, 1 Sep 1999 02:01:56 +0900 (JST) To: freebsd-ports@FreeBSD.org Cc: cpiazza@FreeBSD.org Subject: additional request of Qt-2.0.1 port From: "R.IMURA" X-Mailer: Mew version 1.94b20 on Emacs 19.34 / Mule 2.3 =?iso-2022-jp?B?KBskQkt2RSYyVhsoQik=?= Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990901020154D.imura@cs.titech.ac.jp> Date: Wed, 01 Sep 1999 02:01:54 +0900 X-Dispatcher: imput version 990401(IM113) Lines: 24 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. Thank you for committing. I've forgotten one serious thing that when defined QT_GIF_AFAILABLE the port must be RESTRICTED. I'm sorry. Could anyone add a following patch to qt201? diff -u qt201/Makefile:1.1.1.1 qt201/Makefile:1.1.2.2 --- qt201/Makefile:1.1.1.1 Wed Sep 1 00:16:00 1999 +++ qt201/Makefile Wed Sep 1 01:52:48 1999 @@ -26,6 +26,7 @@ .if defined(QT_GIF_AVAILABLE) CONFIGURE_ARGS+=-gif +RESTRICTED= requires a license from UNISYS .endif USE_NEWGCC= YES ----- R. Imura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 11:20:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 149B015042; Tue, 31 Aug 1999 11:20:36 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Received: (from foxfair@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90186; Tue, 31 Aug 1999 11:20:35 -0700 (PDT) (envelope-from foxfair@FreeBSD.org) Date: Tue, 31 Aug 1999 11:20:35 -0700 (PDT) From: Message-Id: <199908311820.LAA90186@freefall.freebsd.org> To: woju@freebsd.ntu.edu.tw, foxfair@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13372: New port: ve - NTHU-CS Maple 2.36 BBS-like editor (re-send) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: ve - NTHU-CS Maple 2.36 BBS-like editor (re-send) State-Changed-From-To: open->closed State-Changed-By: foxfair State-Changed-When: Tue Aug 31 11:20:06 PDT 1999 State-Changed-Why: New port committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 11:56:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from alecto.physics.uiuc.edu (alecto.physics.uiuc.edu [130.126.8.20]) by hub.freebsd.org (Postfix) with ESMTP id 807FA15998 for ; Tue, 31 Aug 1999 11:56:54 -0700 (PDT) (envelope-from igor@alecto.physics.uiuc.edu) Received: (from igor@localhost) by alecto.physics.uiuc.edu (8.9.0/8.9.0) id NAA21040; Tue, 31 Aug 1999 13:56:06 -0500 (CDT) From: Igor Roshchin Message-Id: <199908311856.NAA21040@alecto.physics.uiuc.edu> Subject: Lynx-ssl installation problems To: ports@freebsd.org Date: Tue, 31 Aug 1999 13:56:06 -0500 (CDT) Cc: sec@42.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! FYI: lynx-ssl installation aborted (at the very end of the process) I am installing this on 3.1-19990412-STABLE FreeBSD I guess the problem might be due to some change in the options keys, but don't have time to look at it at the moment. The screen snapshot follows. Igor PS. I am subscribed to -ports, so please include in cc: when replying giganda: [14:49] [137] /usr/ports/www/lynx-ssl#make install ===> Installing for lynx-ssl-2.8.2.1 mv -f /usr/local/bin/lynx /usr/local/bin/lynx.old install -c -s -o root -g wheel -m 555 lynx /usr/local/bin/lynx install -c -o root -g wheel -m 444 ./lynx.man /usr/local/man/man1/lynx.1 mv -f /usr/local/etc/lynx.cfg /usr/local/etc/lynx.oldcfg install -c -o root -g wheel -m 444 ./lynx.cfg /usr/local/etc/lynx.cfg Use make install-help to install the help-files Use make install-doc to install extra documentation files ./mkdirs.sh /usr/local/etc/lynx_doc mkdir /usr/local/etc/lynx_doc ./mkdirs.sh /usr/local/lib/lynx_help mkdir /usr/local/lib/lynx_help (cd /usr/local/lib/lynx_help && rm -rf *) Constructing sed-script sed -e '/^#/d' -e '/^$/d' -e 's%\(.*\)=\(.*\@.*\)$%s=@\1@=\2=g%' -e 's%\(.*\)=\(http:.*\)$%s=@\1@=\2=g%' -e 's%\(.*\)=\(ftp:.*\)$%s=@\1@=\2=g%' -e 's%\(.*\)=\(.*\.html\)$%s=@\1@=\2=g%' ./lynx_help/help_files.txt | tr '=' '%' > /usr/local/lib/lynx_help/help_files.sed Appending interim-fix for existing html files sed -e '/^#/d' -e '/[:@]/d' -e '/^$/d' -e 's%\(.*\)=\(.*\.html\)$%s=\2=\2=g%' -e 's%\.html=%\\.html=%' ./lynx_help/help_files.txt | tr '=' '%' >> /usr/local/lib/lynx_help/help_files.sed if test -n ""; then echo 's%\\%%g' >> /usr/local/lib/lynx_help/help_files.sed; fi Translating/copying html files /bin/sh -c 'cd ./lynx_help && ( dirs=keystrokes; (cd /usr/local/lib/lynx_help && mkdir $dirs 2>/dev/null ) ; files="*.html */*.html" ; for f in $files ; do sed -f /usr/local/lib/lynx_help/help_files.sed $f > /usr/local/lib/lynx_help/$f ; done ; if test "" != "" ; then (cd /usr/local/lib/lynx_help && $files ) fi ; )' rm -f /usr/local/lib/lynx_help/help_files.sed Updating /usr/local/etc/lynx.cfg /bin/sh -c 'if test -f /usr/local/etc/lynx.cfg ; then mv /usr/local/etc/lynx.cfg /usr/local/etc/lynx.tmp ; else cp ./lynx.cfg /usr/local/etc/lynx.tmp ; fi' Updating /usr/local/etc/lynx.cfg to point to installed help-files sed -e '/^HELPFILE:http/s@^@#@' -e '/^#HELPFILE:file/s@#@@' -e '/^HELPFILE:file/s@/PATH_TO/lynx_help@/usr/local/lib/lynx_help@' -e '/^[A-Z_]*:/s@/PATH_TO/lynx_doc@/usr/local/etc/lynx_doc@' -e '/^HELPFILE:file/s@$@@' -e '/^HELPFILE:file/s@$@@' /usr/local/etc/lynx.tmp >/usr/local/etc/lynx.cfg chmod 644 /usr/local/etc/lynx.cfg rm -f /usr/local/etc/lynx.tmp install -c -o root -g wheel -m 444 ./COPYHEADER /usr/local/etc/lynx_doc/COPYHEADER install -c -o root -g wheel -m 444 ./COPYING /usr/local/etc/lynx_doc/COPYING cd /usr/local/lib/lynx_help && ( ln /usr/local/etc/lynx_doc/COPYHEADER . || cp /usr/local/etc/lynx_doc/COPYHEADER . ; ln /usr/local/etc/lynx_doc/COPYING . || cp /usr/local/etc/lynx_doc/COPYING . ) ===> Generating temporary packing list -R root:wheel /usr/local/lib/lynx_help -R: not found *** Error code 127 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 Tue Aug 31 14: 7:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rr.iij4u.or.jp (h219.p060.iij4u.or.jp [210.130.60.219]) by hub.freebsd.org (Postfix) with SMTP id 6AB5B14CC3 for ; Tue, 31 Aug 1999 14:07:14 -0700 (PDT) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 1710 invoked by uid 1000); 1 Sep 1999 06:07:08 +0900 Date: 1 Sep 1999 06:07:08 +0900 Message-ID: <19990831210708.1709.sada@rr.iij4u.or.jp> To: cjh@wdb.co.kr Cc: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd In-Reply-To: Your message of "Tue, 31 Aug 1999 22:10:54 JST". <86yaes2izl.fsf@hamhae.wdb.co.kr> From: sada@rr.IIJ4U.OR.JP (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is sada from Nagoya. >> S> Should I do a repository copy from korean/hlatexpsfonts (which is >> S> slated for execution soon, see PR 13499)? >> >> Sorry. What is 'repository copy'? It copies from old ports to new >> ports directory, for changing ports name, not creating a new one? You submitted a port of korean/hlatexpsfonts-wansungstd which looks a derived version of korean/hlatexpsfonts. In case like this, we should request of the repository manager (this case of ports tree, Mr.Asami) that he do "repository copy". Unlike just copying skeleton and newly importing it, "repository copy" would keep original skeleton's cvs logging history, so we will be able to review past history some day when original skeleton is removed from the repository. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 14:50:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.psn.net (neptune.psn.net [207.211.58.16]) by hub.freebsd.org (Postfix) with ESMTP id BC97F14D5E; Tue, 31 Aug 1999 14:50:10 -0700 (PDT) (envelope-from will@shadow.blackdawn.com) Received: from 5042-243.008.popsite.net ([209.224.140.243] helo=shadow.blackdawn.com) by neptune.psn.net with esmtp (PSN Internet Service 2.12 #3) id 11LvlK-0002Pa-00; Tue, 31 Aug 1999 14:48:19 -0700 Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id RAA18372; Tue, 31 Aug 1999 17:47:59 -0400 (EDT) (envelope-from will) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199908311618.JAA80117@freefall.freebsd.org> Date: Tue, 31 Aug 1999 17:47:59 -0400 (EDT) Reply-To: Will Andrews From: Will Andrews To: mph@FreeBSD.org Subject: Re: ports/13486: update misc/bidwatcher from v0.9.9-2 to v0.9.9- Cc: freebsd-ports@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 31-Aug-99 mph@FreeBSD.org wrote: > State-Changed-Why: > Patch applied, thanks! Office is now addicted to this softweare. I added > ".3" to the end of PKGNAME, since that should increase when the version > of the software increases. I was thinking about this, but could not decide on how to increase the PKGNAME so as not to confuse people. Your office is addicted to this software? I'm glad I ported it! :) > s/weare/ware/ > I hate this part of edit-pr. *grin* I guess that's why most -Why are short. :> -- Will Andrews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 15:16:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A16914FCC; Tue, 31 Aug 1999 15:16:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA08065; Tue, 31 Aug 1999 15:16:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 15:16:43 -0700 (PDT) From: Message-Id: <199908312216.PAA08065@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13492: New Ports: korean/munhwafonts-cid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Ports: korean/munhwafonts-cid Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 15:15:11 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 15:21:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42D13152ED; Tue, 31 Aug 1999 15:21:44 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA08327; Tue, 31 Aug 1999 15:20:25 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 15:20:25 -0700 (PDT) From: Message-Id: <199908312220.PAA08327@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13494: New Ports: korean/baekmuk-bdf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Ports: korean/baekmuk-bdf Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 15:17:08 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 15:26:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0080D14CC3; Tue, 31 Aug 1999 15:26:17 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA08869; Tue, 31 Aug 1999 15:25:27 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 15:25:27 -0700 (PDT) From: Message-Id: <199908312225.PAA08869@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13495: New Ports: korean/hlatexfonts-ocf Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Ports: korean/hlatexfonts-ocf Responsible-Changed-From-To: freebsd-ports-> sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 15:20:51 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 15:27:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CFD414DAC; Tue, 31 Aug 1999 15:27:27 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA09155; Tue, 31 Aug 1999 15:27:03 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 15:27:03 -0700 (PDT) From: Message-Id: <199908312227.PAA09155@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13496: New Ports: korean/hlatex-wansungstd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Ports: korean/hlatex-wansungstd Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 15:25:56 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 15:32:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91C6E14C4B; Tue, 31 Aug 1999 15:32:08 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA09432; Tue, 31 Aug 1999 15:30:24 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Tue, 31 Aug 1999 15:30:24 -0700 (PDT) From: Message-Id: <199908312230.PAA09432@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Ports: korean/hlatexpsfonts-wansungstd Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Tue Aug 31 15:29:02 PDT 1999 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 16:10:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 68DE2154A5 for ; Tue, 31 Aug 1999 16:10:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA14332; Tue, 31 Aug 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from home2.ecore.net (home2.ecore.net [212.63.128.224]) by hub.freebsd.org (Postfix) with ESMTP id D8F7715A90 for ; Tue, 31 Aug 1999 16:04:03 -0700 (PDT) (envelope-from sold@cheasy.de) Received: from kiste.cheasy.de [212.223.17.118] by home2.ecore.net with ESMTP (SMTPD32-5.04) id AF5F10CC03CE; Wed, 01 Sep 1999 01:03:59 +0200 Received: (from root@localhost) by zimmer14.merowingia.uni-kl.de (8.9.3/8.9.3) id TAA65915; Mon, 30 Aug 1999 19:19:50 +0200 (CEST) (envelope-from sold) Message-Id: <199908301719.TAA65915@zimmer14.merowingia.uni-kl.de> Date: Mon, 30 Aug 1999 19:19:50 +0200 (CEST) From: cs@cheasy.de Reply-To: cs@cheasy.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13505: /usr/ports/x11/kde11 does not build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13505 >Category: ports >Synopsis: building KDE 1.1 from the port is broken in 3.2-S >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christoph Sold >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: FreeBSD zimmer14.merowingia.uni-kl.de 3.2-STABLE FreeBSD 3.2-STABLE #0: Mon Aug 30 00:23:33 CEST 1999 sold@zimmer14.merowingia.uni-kl.de:/usr/src/sys/compile/CHEASY-STABLE i386 >Description: while compiling: gmake[3]: Entering directory `/usr/ports/graphics/kdegraphics11/work/kdegraphics-1.1.1/kpaint' c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -I/usr/local/include -c gif.cpp gif.cpp:37: gif_lib.h: No such file or directory But # pkg_info -aI | grep gif giflib-3.0 Tools and library routines for working with GIF images. the required lib is installed. I cannot decide what´s wrong here. >How-To-Repeat: cd /usr/port/x11/kde11 make install >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 18:44:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from univ.uniyar.ac.ru (univ.uniyar.ac.ru [193.233.51.120]) by hub.freebsd.org (Postfix) with ESMTP id 0E4A915406 for ; Tue, 31 Aug 1999 18:44:35 -0700 (PDT) (envelope-from zl@univ.uniyar.ac.ru) Received: from server (server.yma.ac.ru [193.233.194.70]) by univ.uniyar.ac.ru (8.9.1/8.9.1) with SMTP id FAA02942; Wed, 1 Sep 1999 05:40:35 +0400 (MSD) Message-ID: <000601bef41a$d9e2f790$46c2e9c1@yma.ac.ru> From: "Leonid" To: Cc: Subject: FreeBSD Port: mc-4.5.23 Date: Wed, 1 Sep 1999 05:39:31 +0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01BEF43C.5DA78F70" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0003_01BEF43C.5DA78F70 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hello! I'm administrator of a small FreeBSD server in Russia. I have a question = about mc. What must I do after installing package mc-4.5.23 from = 3.2-RELEASE, how to make it work? I tried, but found nothing information = for this. Please reply if You can help me.=20 With best regards. =20 Leonid Zavadsky mailto:root@yma.ac.ru ------=_NextPart_000_0003_01BEF43C.5DA78F70 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
        Hello!
I'm administrator of a small FreeBSD = server in=20 Russia. I have a question about mc. What must I do after installing = package=20 mc-4.5.23 from 3.2-RELEASE, how to make it work? I tried, but found = nothing=20 information for this.
Please reply if You can help me. =
With best=20 regards.           = ;            =      
          &nbs= p;            = ;   =20 Leonid Zavadsky mailto:root@yma.ac.ru

 

------=_NextPart_000_0003_01BEF43C.5DA78F70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 19:42:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 4D72714BCC; Tue, 31 Aug 1999 19:42:14 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id LAA29189; Wed, 1 Sep 1999 11:42:03 +0900 (KST) (envelope-from cjh) To: sada@rr.IIJ4U.OR.JP (SADA Kenji) Cc: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd References: <19990831210708.1709.sada@rr.iij4u.or.jp> From: "CHOI, Junho" Date: 01 Sep 1999 11:42:02 +0900 In-Reply-To: sada@rr.IIJ4U.OR.JP's message of "1 Sep 1999 06:07:08 +0900" Message-ID: <86btbns685.fsf@hamhae.wdb.co.kr> Lines: 25 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "SK" == SADA Kenji writes: SK> This is sada from Nagoya. > Should I do a repository copy from korean/hlatexpsfonts (which is > slated for execution soon, see PR 13499)? > > Sorry. What is 'repository copy'? It copies from old ports to new > ports directory, for changing ports name, not creating a new one? SK> You submitted a port of korean/hlatexpsfonts-wansungstd which looks SK> a derived version of korean/hlatexpsfonts. SK> In case like this, we should request of the repository manager SK> (this case of ports tree, Mr.Asami) that he do "repository copy". SK> Unlike just copying skeleton and newly importing it, SK> "repository copy" would keep original skeleton's cvs logging history, SK> so we will be able to review past history some day when SK> original skeleton is removed from the repository. I understand. Asami-san, do as you wish! -- ** Any opinions in this posting are my own and not those of my employers ** CHOI, Junho - Korea FreeBSD Users Group - Web Data Bank Co. Seoul., ROK. (+82-2-554-9676) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 20:16:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id DD70D1544D for ; Tue, 31 Aug 1999 20:16:51 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id WAA44647; Tue, 31 Aug 1999 22:15:43 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <001001bef428$08b06640$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Leonid" Cc: References: <000601bef41a$d9e2f790$46c2e9c1@yma.ac.ru> Subject: Re: FreeBSD Port: mc-4.5.23 Date: Tue, 31 Aug 1999 22:13:58 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Leonid > Hello! >I'm administrator of a small FreeBSD server in Russia. I have a question about mc. What must I do after >installing package mc-4.5.23 from 3.2-RELEASE, how to make it work? I tried, but found nothing >information for this. >Please reply if You can help me. >With best regards. First, turn off HTML in your Outlook Express browser. Tools -> Options -> Send -> Mail Sending Format -> Plain Text To use mc, type "midc" at the prompt. For more information on mc, look in /usr/local/share/mc Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 21:30:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C893615464 for ; Tue, 31 Aug 1999 21:30:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA38509; Tue, 31 Aug 1999 21:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id CF0F715454 for ; Tue, 31 Aug 1999 21:20:20 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA78777; Wed, 1 Sep 1999 13:19:33 +0900 (KST) (envelope-from cjh) Message-Id: <199909010419.NAA78777@hamhae.wdb.co.kr> Date: Wed, 1 Sep 1999 13:19:33 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13509: Ports update: korean/hanterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13509 >Category: ports >Synopsis: Ports Update: korean/hanterm >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 Aug 31 21:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-STABLE FreeBSD 3.2-STABLE #3: Wed Sep 1 09:59:41 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Regular update. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/hanterm/Makefile hanterm/Makefile --- /usr/ports/korean/hanterm/Makefile Tue Aug 31 03:02:10 1999 +++ hanterm/Makefile Wed Sep 1 12:51:04 1999 @@ -6,8 +6,8 @@ # $FreeBSD: ports/korean/hanterm/Makefile,v 1.8 1999/08/30 12:08:52 peter Exp $ # -DISTNAME= hanterm-3.1.2 -PKGNAME= ko-hanterm-3.1.2 +DISTNAME= hanterm-3.1.3 +PKGNAME= ko-hanterm-3.1.3 CATEGORIES= korean x11 MASTER_SITES= http://elf.kaist.ac.kr/hanterm/pub/ diff -uNr /usr/ports/korean/hanterm/files/md5 hanterm/files/md5 --- /usr/ports/korean/hanterm/files/md5 Thu Aug 26 03:05:16 1999 +++ hanterm/files/md5 Wed Sep 1 12:51:34 1999 @@ -1 +1 @@ -MD5 (hanterm-3.1.2.tar.gz) = dbb613b94161895c31cd7c79750b0068 +MD5 (hanterm-3.1.3.tar.gz) = 2cf836a7bdfbcccd2239c64fbf4b4577 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 21:30:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 312EB15474 for ; Tue, 31 Aug 1999 21:30:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA38518; Tue, 31 Aug 1999 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 638B41509A for ; Tue, 31 Aug 1999 21:20:29 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA78897; Wed, 1 Sep 1999 13:19:55 +0900 (KST) (envelope-from cjh) Message-Id: <199909010419.NAA78897@hamhae.wdb.co.kr> Date: Wed, 1 Sep 1999 13:19:55 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13510: Ports update: korean/hanterm-xf86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13510 >Category: ports >Synopsis: Ports Update: korean/hanterm-xf86 >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 Aug 31 21:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-STABLE FreeBSD 3.2-STABLE #3: Wed Sep 1 09:59:41 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: Regular update, and WWW URL added. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/hanterm-xf86/Makefile hanterm-xf86/Makefile --- /usr/ports/korean/hanterm-xf86/Makefile Tue Aug 31 03:02:11 1999 +++ hanterm-xf86/Makefile Wed Sep 1 12:53:00 1999 @@ -6,11 +6,10 @@ # $FreeBSD: ports/korean/hanterm-xf86/Makefile,v 1.15 1999/08/30 12:08:53 peter Exp $ # -DISTNAME= hanterm-xf-p16 -PKGNAME= ko-hanterm-xf-16 +DISTNAME= hanterm-xf-p17 +PKGNAME= ko-hanterm-xf-17 CATEGORIES= korean x11 -MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ \ - ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ +MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/ MAINTAINER= cjh@kr.freebsd.org diff -uNr /usr/ports/korean/hanterm-xf86/files/md5 hanterm-xf86/files/md5 --- /usr/ports/korean/hanterm-xf86/files/md5 Fri Mar 19 10:15:10 1999 +++ hanterm-xf86/files/md5 Wed Sep 1 12:53:25 1999 @@ -1 +1 @@ -MD5 (hanterm-xf-p16.tar.gz) = 17fb79efc24235eb143dd7a2f4d2fb79 +MD5 (hanterm-xf-p17.tar.gz) = b150855be585c5a9c651fbde8bd4f733 diff -uNr /usr/ports/korean/hanterm-xf86/pkg/DESCR hanterm-xf86/pkg/DESCR --- /usr/ports/korean/hanterm-xf86/pkg/DESCR Fri Mar 19 10:15:11 1999 +++ hanterm-xf86/pkg/DESCR Wed Sep 1 12:54:49 1999 @@ -8,3 +8,4 @@ -- CHOI Junho +WWW: http://www.kr.FreeBSD.org/~hwang/hanterm/index.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 21:30:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 903611547C for ; Tue, 31 Aug 1999 21:30:41 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA38527; Tue, 31 Aug 1999 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id B30FB15454 for ; Tue, 31 Aug 1999 21:20:31 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA79020; Wed, 1 Sep 1999 13:20:09 +0900 (KST) (envelope-from cjh) Message-Id: <199909010420.NAA79020@hamhae.wdb.co.kr> Date: Wed, 1 Sep 1999 13:20:09 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13511: Ports update: korean/mizifont Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13511 >Category: ports >Synopsis: Ports Update: korean/mizifont >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 Aug 31 21:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-STABLE FreeBSD 3.2-STABLE #3: Wed Sep 1 09:59:41 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: distfiles fix. >How-To-Repeat: fetch it! >Fix: diff -uNr /usr/ports/korean/mizifont/Makefile mizifont/Makefile --- /usr/ports/korean/mizifont/Makefile Tue Aug 31 03:02:12 1999 +++ mizifont/Makefile Wed Sep 1 13:06:40 1999 @@ -9,7 +9,7 @@ DISTNAME= xfntmizi-1.1-2.noarch PKGNAME= ko-mizifonts-1.1 CATEGORIES= korean x11-fonts -MASTER_SITES= http://www.mizi.co.kr/packages/hanIM/ +MASTER_SITES= ftp://ftp.mizi.co.kr/pub/hanIM/ EXTRACT_SUFX= .rpm MAINTAINER= cjh@kr.freebsd.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 21:50:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4671215113 for ; Tue, 31 Aug 1999 21:50:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA39892; Tue, 31 Aug 1999 21:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id CCA2F15113 for ; Tue, 31 Aug 1999 21:48:10 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA79325; Wed, 1 Sep 1999 13:46:01 +0900 (KST) (envelope-from cjh) Message-Id: <199909010446.NAA79325@hamhae.wdb.co.kr> Date: Wed, 1 Sep 1999 13:46:01 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13512: Ports update: audio/splay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13512 >Category: ports >Synopsis: Ports Update: 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 Aug 31 21:50:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.2-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD hamhae.wdb.co.kr 3.2-STABLE FreeBSD 3.2-STABLE #3: Wed Sep 1 09:59:41 KST 1999 root@hamhae.wdb.co.kr:/usr/src/sys/compile/HAMHAE i386 >Description: distfiles fix. >How-To-Repeat: fetch it! >Fix: diff -uNr /usr/ports/audio/splay/Makefile splay/Makefile --- /usr/ports/audio/splay/Makefile Thu Aug 26 03:00:41 1999 +++ splay/Makefile Wed Sep 1 13:41:33 1999 @@ -10,9 +10,9 @@ DISTNAME= splay-0.8.2 CATEGORIES= audio -MASTER_SITES= http://cain.kaist.ac.kr/~jwj95/ +MASTER_SITES= ftp://ftp.kr.FreeBSD.org/pub/FreeBSD-kr/distfiles/ -MAINTAINER= junker@jazz.snu.ac.kr +MAINTAINER= cjh@kr.freebsd.org GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-xsplay --without-pthread >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 21:50:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BACB15472 for ; Tue, 31 Aug 1999 21:50:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA39883; Tue, 31 Aug 1999 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 31 Aug 1999 21:50:02 -0700 (PDT) Message-Id: <199909010450.VAA39883@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Bryan K. Ogawa" Subject: Re: ports/13485: port for jpilot, a gtk+ application for 3com palm organizers Reply-To: "Bryan K. Ogawa" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13485; it has been noted by GNATS. From: "Bryan K. Ogawa" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/13485: port for jpilot, a gtk+ application for 3com palm organizers Date: Tue, 31 Aug 1999 21:44:21 -0700 (PDT) I neglected to attach the port in question: # 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: # # jpilot # jpilot/Makefile # jpilot/pkg # jpilot/pkg/CVS # jpilot/pkg/CVS/Root # jpilot/pkg/CVS/Repository # jpilot/pkg/CVS/Entries # jpilot/pkg/COMMENT # jpilot/pkg/DESCR # jpilot/pkg/PLIST # jpilot/files # jpilot/files/md5 # jpilot/patches # jpilot/patches/patch-aa # jpilot/patches/patch-ab # echo c - jpilot mkdir -p jpilot > /dev/null 2>&1 echo x - jpilot/Makefile sed 's/^X//' >jpilot/Makefile << 'END-of-jpilot/Makefile' X# Ports collection makefile for: jpilot X# Version required: 0.93.1 X# Date created: 25 August 1999 X# Whom: Bryan Ogawa X# X# $Id$ X XDISTNAME= jpilot-0.94 XCATEGORIES= palm deskutils comms XMASTER_SITES= http://jpilot.linuxbox.com/ X XMAINTAINER= bkogawa@primenet.com X XLIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 XBUILD_DEPENDS= ${LOCALBASE}/pilot/lib/libpisock.so.3:${PORTSDIR}/palm/pilot-link XRUN_DEPENDS= ${LOCALBASE}/pilot/lib/libpisock.so.3:${PORTSDIR}/palm/pilot-link X XUSE_XLIB= yes XUSE_X_PREFIX= yes XUSE_LIBTOOL= yes X XGNU_CONFIGURE= yes X X# this is required because the current port installs all of the pilot-link X# stuff into ${LOCALBASE}/pilot instead of plain ${LOCALBASE} XCONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE}/pilot XCONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config X X.include END-of-jpilot/Makefile echo c - jpilot/pkg mkdir -p jpilot/pkg > /dev/null 2>&1 echo c - jpilot/pkg/CVS mkdir -p jpilot/pkg/CVS > /dev/null 2>&1 echo x - jpilot/pkg/CVS/Root sed 's/^X//' >jpilot/pkg/CVS/Root << 'END-of-jpilot/pkg/CVS/Root' X/home/ncvs END-of-jpilot/pkg/CVS/Root echo x - jpilot/pkg/CVS/Repository sed 's/^X//' >jpilot/pkg/CVS/Repository << 'END-of-jpilot/pkg/CVS/Repository' X/home/ncvs/ports/palm/pilot-link/pkg END-of-jpilot/pkg/CVS/Repository echo x - jpilot/pkg/CVS/Entries sed 's/^X//' >jpilot/pkg/CVS/Entries << 'END-of-jpilot/pkg/CVS/Entries' X/COMMENT/1.1.1.1/Mon Nov 24 09:10:43 1997// X/DESCR/1.1.1.1/Mon Nov 24 09:10:43 1997// X/PLIST/1.5/Wed Sep 30 04:52:36 1998// XD END-of-jpilot/pkg/CVS/Entries echo x - jpilot/pkg/COMMENT sed 's/^X//' >jpilot/pkg/COMMENT << 'END-of-jpilot/pkg/COMMENT' XPalm desktop software using the gtk+ widget set END-of-jpilot/pkg/COMMENT echo x - jpilot/pkg/DESCR sed 's/^X//' >jpilot/pkg/DESCR << 'END-of-jpilot/pkg/DESCR' XJ-Pilot is a straightforward desktop organizer application for the Xpalm pilot under X using the gtk+ widget set. It is similar in Xfunctionality to the one that 3com distributes for other OSes. X XWWW: http://jpilot.linuxbox.com/ X Xbryan X END-of-jpilot/pkg/DESCR echo x - jpilot/pkg/PLIST sed 's/^X//' >jpilot/pkg/PLIST << 'END-of-jpilot/pkg/PLIST' Xbin/jpilot Xshare/jpilot/jpilotrc.blue Xshare/jpilot/jpilotrc.default Xshare/jpilot/jpilotrc.green X@dirrm share/jpilot END-of-jpilot/pkg/PLIST echo c - jpilot/files mkdir -p jpilot/files > /dev/null 2>&1 echo x - jpilot/files/md5 sed 's/^X//' >jpilot/files/md5 << 'END-of-jpilot/files/md5' XMD5 (jpilot-0.94.tar.gz) = c2dd4bae0f4c420f1e7a006e3b96ac51 END-of-jpilot/files/md5 echo c - jpilot/patches mkdir -p jpilot/patches > /dev/null 2>&1 echo x - jpilot/patches/patch-aa sed 's/^X//' >jpilot/patches/patch-aa << 'END-of-jpilot/patches/patch-aa' X*** /v/bkogawa/tmp/jpilot-0.94/configure Sun Aug 22 10:25:30 1999 X--- configure Tue Aug 31 00:16:29 1999 X*************** X*** 1929,1934 **** X--- 1929,1935 ---- X s%@GTK_LIBS@%$GTK_LIBS%g X s%@CPP@%$CPP%g X s%@japanese@%$japanese%g X+ s%@pilot_prefix@%$pilot_prefix%g X X CEOF X EOF END-of-jpilot/patches/patch-aa echo x - jpilot/patches/patch-ab sed 's/^X//' >jpilot/patches/patch-ab << 'END-of-jpilot/patches/patch-ab' X*** /v/bkogawa/tmp/jpilot-0.94/Makefile.in Sun Aug 22 11:39:35 1999 X--- Makefile.in Tue Aug 31 00:11:29 1999 X*************** X*** 2,10 **** X--- 2,12 ---- X #Pilot flags (include dir), and Libraries X PILOT_FLAGS=@PILOT_FLAGS@ X PILOT_LIBS=@PILOT_LIBS@ X+ PILOT_PREFIX=@pilot_prefix@ X X #set CC to your compiler X CC = @CC@ X+ #CCLINK = libtool --mode=link X X # CC options X # japanese support X*************** X*** 27,33 **** X prefs_gui.o search_gui.o install_gui.o weekview_gui.o \ X monthview_gui.o \ X japanese.o X! $(CC) $(OPTIONS) $(PILOT_LIBS) $(GTKFLAGS) $(GTKLIBS) \ X jpilot.o datebook.o address.o todo.o memo.o \ X utils.o sync.o prefs.o log.o \ X datebook_gui.o address_gui.o todo_gui.o memo_gui.o \ X--- 29,35 ---- X prefs_gui.o search_gui.o install_gui.o weekview_gui.o \ X monthview_gui.o \ X japanese.o X! libtool --mode=link $(CC) -R $(PILOT_PREFIX)/lib $(CFLAGS) $(PILOT_LIBS) $(GTKFLAGS) $(GTKLIBS) \ X jpilot.o datebook.o address.o todo.o memo.o \ X utils.o sync.o prefs.o log.o \ X datebook_gui.o address_gui.o todo_gui.o memo_gui.o \ END-of-jpilot/patches/patch-ab exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 22:40: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7886F1516D for ; Tue, 31 Aug 1999 22:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA42774; Tue, 31 Aug 1999 22:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2.lig.bellsouth.net (mail2.lig.bellsouth.net [205.152.0.56]) by hub.freebsd.org (Postfix) with ESMTP id 1BE9A15092 for ; Tue, 31 Aug 1999 22:30:48 -0700 (PDT) (envelope-from gljohns@bellsouth.net) Received: from gforce.johnson.home (host-209-214-147-41.msy.bellsouth.net [209.214.147.41]) by mail2.lig.bellsouth.net (3.3.2/8.9.3) with ESMTP id BAA25710 for ; Wed, 1 Sep 1999 01:30:45 -0400 (EDT) Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id AAA10325; Wed, 1 Sep 1999 00:30:44 -0500 (CDT) (envelope-from glenn) Message-Id: <199909010530.AAA10325@gforce.johnson.home> Date: Wed, 1 Sep 1999 00:30:44 -0500 (CDT) From: gljohns@bellsouth.net Reply-To: gljohns@bellsouth.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13513: Fix biology/rasmol port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13513 >Category: ports >Synopsis: Fix biology/rasmol port >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 22:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Glenn Johnson >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: This fixes the man page installation and the reinstall target for the biology/rasmol port. I also added a message about setting the color depth to match the X- server. >How-To-Repeat: >Fix: Apply the enclosed diff to ${PORTS}/biology/rasmol. diff -ruN rasmol.old/Makefile rasmol/Makefile --- rasmol.old/Makefile Tue Aug 31 23:52:08 1999 +++ rasmol/Makefile Wed Sep 1 00:25:49 1999 @@ -18,4 +18,11 @@ MAN1= rasmol.1 +pre-extract: + @${ECHO} "" + @${ECHO} You can set the color depth to match your X server in + @${ECHO} ${WRKSRC}Imakefile + @${ECHO} before building. + @${ECHO} "" + .include diff -ruN rasmol.old/patches/patch-aa rasmol/patches/patch-aa --- rasmol.old/patches/patch-aa Tue Aug 31 23:52:08 1999 +++ rasmol/patches/patch-aa Wed Sep 1 00:02:46 1999 @@ -9,7 +9,7 @@ -@@ -104,8 +104,9 @@ +@@ -104,8 +104,8 @@ ComplexProgramTarget(rasmol) MakeDirectories(install,$(RASMOLDIR)) InstallNonExec(rasmol.hlp,$(RASMOLDIR)) @@ -21,5 +21,4 @@ -rasmol.man:: doc/rasmol.1 - ln -s doc/rasmol.1 rasmol.man +rasmol.man:: -+ gunzip ../doc/rasmol.1.gz -+ ln -s ../doc/rasmol.man rasmol.man ++ gunzip -c ../doc/rasmol.1.gz > rasmol.man >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Aug 31 23:11:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CDC414E7F for ; Tue, 31 Aug 1999 23:11:37 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA44473; Tue, 31 Aug 1999 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kot.ne.mediaone.net (kot.ne.mediaone.net [24.218.15.190]) by hub.freebsd.org (Postfix) with ESMTP id 2512A14C9A for ; Tue, 31 Aug 1999 23:07:19 -0700 (PDT) (envelope-from mi@aldan.algebra.com) Received: from guest.newton (guest.newton [10.10.0.3]) by kot.ne.mediaone.net (8.9.3/8.9.1) with ESMTP id CAA43593 for ; Wed, 1 Sep 1999 02:07:08 -0400 (EDT) Received: (from mi@localhost) by guest.newton (8.9.3/8.9.1) id CAA78010; Wed, 1 Sep 1999 02:06:38 -0400 (EDT) Message-Id: <199909010606.CAA78010@guest.newton> Date: Wed, 1 Sep 1999 02:06:38 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13514: another TCL interface to MySQL port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13514 >Category: ports >Synopsis: another TCL interface to MySQL port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 31 23:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.2-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: This port is an alternative to the tcl-Mysql port submitted earlier. I only discovered this software today... MySQLTcl is a collection of Tcl commands and a Tcl global array that provide access to one or more mysql database servers. MySQLTcl is nothing more than a patched version of a patched version of Hakan Soderstrom's patch of Tom Poindexter's Sybtcl. Most of the documentention has been left as it was when I started to work with this interface (a patch of msqltcl-1.50). However, I have tried to replace appropriate occurrences of msql by MySQL. This port does NOT build/install the binary executables -- do a package require mysql to add the mysql* commands to your TCL interpreter. >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: # # mysqltcl # mysqltcl/files # mysqltcl/files/Makefile.bsd # mysqltcl/files/md5 # mysqltcl/pkg # mysqltcl/pkg/COMMENT # mysqltcl/pkg/DESCR # mysqltcl/pkg/PLIST # mysqltcl/patches # mysqltcl/patches/patch-aa # mysqltcl/patches/patch-ab # mysqltcl/Makefile # echo c - mysqltcl mkdir -p mysqltcl > /dev/null 2>&1 echo c - mysqltcl/files mkdir -p mysqltcl/files > /dev/null 2>&1 echo x - mysqltcl/files/Makefile.bsd sed 's/^X//' >mysqltcl/files/Makefile.bsd << 'END-of-mysqltcl/files/Makefile.bsd' XLIB = mysqltcl XSHLIB_MAJOR= 1 XSHLIB_MINOR= 0 X XSRCS = mysqltcl.c XCFLAGS += -I${PREFIX}/include/${TCL_VERSION}/ XCFLAGS += -I${PREFIX}/include/mysql/ XLDADD += -L${PREFIX}/lib -l${TCL_NODOT} XLDADD += -L${PREFIX}/lib/mysql -lmysqlclient X Xall: ${SHLIB_NAME} X Xprintname: X @echo ${SHLIB_NAME} X X.include END-of-mysqltcl/files/Makefile.bsd echo x - mysqltcl/files/md5 sed 's/^X//' >mysqltcl/files/md5 << 'END-of-mysqltcl/files/md5' XMD5 (mysqltcl-1.53.tar.gz) = c8ff173c74dae1abd1b356262e7dda3b END-of-mysqltcl/files/md5 echo c - mysqltcl/pkg mkdir -p mysqltcl/pkg > /dev/null 2>&1 echo x - mysqltcl/pkg/COMMENT sed 's/^X//' >mysqltcl/pkg/COMMENT << 'END-of-mysqltcl/pkg/COMMENT' XTCL module for accessing MySQL databases based on msqltcl END-of-mysqltcl/pkg/COMMENT echo x - mysqltcl/pkg/DESCR sed 's/^X//' >mysqltcl/pkg/DESCR << 'END-of-mysqltcl/pkg/DESCR' XFrom the package man-page: X X MySQLTcl is a collection of Tcl commands and a Tcl global X array that provide access to one or more mysql database X servers. X X MySQLTcl is nothing more than a patched version of a X patched version of Hakan Soderstrom's patch of Tom X Poindexter's Sybtcl. Most of the documentention has been X left as it was when I started to work with this interface X (a patch of msqltcl-1.50). However, I have tried to X replace appropriate occurrences of msql by MySQL. END-of-mysqltcl/pkg/DESCR echo x - mysqltcl/pkg/PLIST sed 's/^X//' >mysqltcl/pkg/PLIST << 'END-of-mysqltcl/pkg/PLIST' Xlib/%%TCL_VERSION%%/mysqltcl/%%LIB_NAME%% Xlib/%%TCL_VERSION%%/mysqltcl/pkgIndex.tcl X@dirrm lib/%%TCL_VERSION%%/mysqltcl END-of-mysqltcl/pkg/PLIST echo c - mysqltcl/patches mkdir -p mysqltcl/patches > /dev/null 2>&1 echo x - mysqltcl/patches/patch-aa sed 's/^X//' >mysqltcl/patches/patch-aa << 'END-of-mysqltcl/patches/patch-aa' X--- mysqltcl.c.orig Mon Jul 6 11:35:17 1998 X+++ mysqltcl.c Wed Sep 1 01:27:44 1999 X@@ -743,5 +743,5 @@ X */ X if (strlen (MysqlHandlePrefix) == MYSQL_HPREFIX_LEN) X- return TCL_OK; X+ return Tcl_PkgProvide(interp, "mysql", "1.53"); X else X { END-of-mysqltcl/patches/patch-aa echo x - mysqltcl/patches/patch-ab sed 's/^X//' >mysqltcl/patches/patch-ab << 'END-of-mysqltcl/patches/patch-ab' X--- mysqltcl.n.orig Mon Jul 6 12:04:27 1998 X+++ mysqltcl.n Wed Sep 1 01:52:23 1999 X@@ -36,2 +36,5 @@ X MySQLTcl - MySQL server access commands for Tcl X+.SH SYNOPSIS X+.P X+package require mysql X .SH "INTRODUCTION" END-of-mysqltcl/patches/patch-ab echo x - mysqltcl/Makefile sed 's/^X//' >mysqltcl/Makefile << 'END-of-mysqltcl/Makefile' X# New ports collection makefile for: mysqltcl X# Version required: 1.53 X# Date created: September 29th 1996 X# Whom: Mikhail Teterin X# X# $Id$ X# X XDISTNAME= mysqltcl-1.53 XCATEGORIES= databases tcl80 XMASTER_SITES= http://www.mysql.com/Contrib/ X XMAINTAINER= mi@aldan.algebra.com X XLIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client \ X ${TCL_NODOT}:${PORTSDIR}/lang/${TCL_NODOT} X XTCL_VERSION?= tcl8.0 XTCL_NODOT= ${TCL_VERSION:S/.//} X Xdo-build: X cd ${WRKSRC} && ${MAKE} PREFIX="${PREFIX}" \ X TCL_VERSION=${TCL_VERSION} TCL_NODOT=${TCL_NODOT} \ X -f ${FILESDIR}/Makefile.bsd ${LIB_NAME} X XSQL_DIR= ${PREFIX}/lib/${TCL_VERSION}/mysqltcl X XMANN=mysqltcl.n X Xdo-install: X ${MKDIR} ${SQL_DIR} X ${INSTALL_DATA} ${WRKSRC}/${LIB_NAME} ${SQL_DIR} X ${ECHO} "package ifneeded mysql 1.53 {load ${SQL_DIR}/${LIB_NAME}}" \ X > ${SQL_DIR}/pkgIndex.tcl X ${INSTALL_MAN} ${WRKSRC}/${MANN} ${PREFIX}/man/mann X X.include X XLIB_NAME!= ${MAKE} -f ${FILESDIR}/Makefile.bsd printname XPLIST_SUB= TCL_VERSION=${TCL_VERSION} LIB_NAME=${LIB_NAME} END-of-mysqltcl/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 0: 1:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 5993814C2D for ; Wed, 1 Sep 1999 00:01:42 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id BAA01324; Wed, 1 Sep 1999 01:59:36 -0500 (CDT) Received: from sji-ca3-113.ix.netcom.com(209.109.233.113) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma001311; Wed Sep 1 01:59:07 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA78300; Tue, 31 Aug 1999 23:59:03 -0700 (PDT) To: "CHOI, Junho" Cc: sada@rr.IIJ4U.OR.JP (SADA Kenji), freebsd-ports@FreeBSD.ORG Subject: Re: ports/13497: New Ports: korean/hlatexpsfonts-wansungstd References: <19990831210708.1709.sada@rr.iij4u.or.jp> <86btbns685.fsf@hamhae.wdb.co.kr> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 31 Aug 1999 23:59:02 -0700 In-Reply-To: "CHOI, Junho"'s message of "01 Sep 1999 11:42:02 +0900" Message-ID: Lines: 9 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "CHOI, Junho" * SK> "repository copy" would keep original skeleton's cvs logging history, * I understand. Asami-san, do as you wish! Ok, done! Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 1: 0:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F3561548B for ; Wed, 1 Sep 1999 01:00:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA52239; Wed, 1 Sep 1999 01:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx1.issei.org (mx1.issei.org [210.254.221.66]) by hub.freebsd.org (Postfix) with ESMTP id 7D4191540B for ; Wed, 1 Sep 1999 00:59:57 -0700 (PDT) (envelope-from issei@issei.org) Received: from tole.issei.org (tole.issei.org [210.254.221.67]) by mx1.issei.org (8.9.3+3.2W/3.7W-v6) with ESMTP/IPv4 id QAA08785 for ; Wed, 1 Sep 1999 16:58:11 +0900 (JST) (envelope-from issei@issei.org) Received: by tole.issei.org (Postfix, from userid 3001) id 234FA1F4B; Wed, 1 Sep 1999 16:58:11 +0900 (JST) Message-Id: <19990901075811.234FA1F4B@tole.issei.org> Date: Wed, 1 Sep 1999 16:58:11 +0900 (JST) From: issei@jp.FreeBSD.org Reply-To: issei@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13515: Update port: security/ssh2 (fix security bug) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13515 >Category: ports >Synopsis: Update port : security/ssh2 (fix security bug) >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 1 01:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.2-STABLE i386 >Organization: Individual >Environment: OS: FreeBSD 3.2-STABLE (Jun 1999) bsd.port.mk: $Id: bsd.port.mk,v 1.306 1999/03/08 07:23:10 asami Exp $ >Description: Patch for problem with tty ownership with chflags and chown in BSD 4.4 variants. Fixes a security bug in tty allocation. >How-To-Repeat: >Fix: Apply the following patch to ports-current. diff -urN ssh2.old/Makefile ssh2/Makefile --- ssh2.old/Makefile Wed Sep 1 16:34:30 1999 +++ ssh2/Makefile Wed Sep 1 16:43:09 1999 @@ -14,6 +14,10 @@ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ ftp://ftp.kyoto.wide.ad.jp/pub/security/ssh/ +PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +PATCHFILES= patch-${DISTNAME}-bsd.tty.chown +PATCH_DIST_STRIP= -p1 + MAINTAINER= issei@jp.FreeBSD.org RESTRICTED= "Crypto; export-controlled" diff -urN ssh2.old/files/md5 ssh2/files/md5 --- ssh2.old/files/md5 Wed Sep 1 16:34:30 1999 +++ ssh2/files/md5 Wed Sep 1 16:44:50 1999 @@ -1 +1,2 @@ MD5 (ssh-2.0.13.tar.gz) = 1853aba4c7c9c501545c9e56a71fa9c3 +MD5 (patch-ssh-2.0.13-bsd.tty.chown) = 544cff13eff9d3fc54a5c65754726ee9 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 1:21:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECCC814E45 for ; Wed, 1 Sep 1999 01:21:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA54087; Wed, 1 Sep 1999 01:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.bricsnet.com (host16.brics.be [193.74.123.16]) by hub.freebsd.org (Postfix) with ESMTP id 3523914C88 for ; Wed, 1 Sep 1999 01:17:43 -0700 (PDT) (envelope-from johank@mail.bricsnet.com) Received: (from johank@localhost) by mail.bricsnet.com (8.9.3/8.9.3) id KAA21934; Wed, 1 Sep 1999 10:15:07 +0200 (CEST) (envelope-from johank) Message-Id: <199909010815.KAA21934@mail.bricsnet.com> Date: Wed, 1 Sep 1999 10:15:07 +0200 (CEST) From: johan@bricsnet.com Reply-To: johan@bricsnet.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13516: ported picprog-1.0 from LinuX to FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13516 >Category: ports >Synopsis: ported picprog-1.0 from LinuX to FreeBSD >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: Wed Sep 1 01:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Johan Kerckaert >Release: FreeBSD 3.2-STABLE i386 >Organization: BricsNet >Environment: >Description: Serial port pic16c84 programmer. >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: # # picprog # picprog/pkg # picprog/pkg/COMMENT # picprog/pkg/DESCR # picprog/pkg/PLIST # picprog/patches # picprog/patches/patch-ae # picprog/patches/patch-ac # picprog/patches/patch-ad # picprog/patches/patch-ab # picprog/patches/getopt1.c # picprog/patches/getopt.h # picprog/patches/getopt.c # picprog/patches/patch-aa # picprog/files # picprog/files/md5 # picprog/Makefile # echo c - picprog mkdir -p picprog > /dev/null 2>&1 echo c - picprog/pkg mkdir -p picprog/pkg > /dev/null 2>&1 echo x - picprog/pkg/COMMENT sed 's/^X//' >picprog/pkg/COMMENT << 'END-of-picprog/pkg/COMMENT' XSerial port pic16c84 programmer. END-of-picprog/pkg/COMMENT echo x - picprog/pkg/DESCR sed 's/^X//' >picprog/pkg/DESCR << 'END-of-picprog/pkg/DESCR' XThis is Picprog, pic16c84 programmer software for the serial port device. XCopyright 1997 Jaakko Hyvatti X XTo program a pic16c84 chip: X X picprog --burn --input something.hex --pic /dev/cuaa1 X XFull manual: X X see file /usr/local/share/doc/picprog/picprog.html X or X XThe author may be contacted at: X X Email: Jaakko.Hyvatti@iki.fi X URL: http://www.iki.fi/hyvatti/ X Phone: +358 40 5011222 X XRemember: this is not a production quality programmer! See PIC16C84 Xdata sheet for more information. END-of-picprog/pkg/DESCR echo x - picprog/pkg/PLIST sed 's/^X//' >picprog/pkg/PLIST << 'END-of-picprog/pkg/PLIST' Xbin/picprog Xshare/doc/picprog/anybrowser3.gif Xshare/doc/picprog/jdm84pcb3.gif Xshare/doc/picprog/jdm84new.gif Xshare/doc/picprog/picprog.html X@dirrm share/doc/picprog END-of-picprog/pkg/PLIST echo c - picprog/patches mkdir -p picprog/patches > /dev/null 2>&1 echo x - picprog/patches/patch-ae sed 's/^X//' >picprog/patches/patch-ae << 'END-of-picprog/patches/patch-ae' X--- program.h.orig Sun Nov 29 16:03:30 1998 X+++ program.h Sun Nov 29 16:04:01 1998 X@@ -31,7 +31,7 @@ X #ifndef H_PROGRAM X #define H_PROGRAM X X-#include X+#include "getopt.h" X X class program { X static const char warranty_t []; END-of-picprog/patches/patch-ae echo x - picprog/patches/patch-ac sed 's/^X//' >picprog/patches/patch-ac << 'END-of-picprog/patches/patch-ac' X--- main.cc.orig Sun Nov 29 16:02:59 1998 X+++ main.cc Sun Nov 29 16:04:10 1998 X@@ -31,11 +31,10 @@ X #include X #include X #include X-#include X X #include "hexfile.h" X #include "program.h" X- X+#include "getopt.h" X X program prog; X END-of-picprog/patches/patch-ac echo x - picprog/patches/patch-ad sed 's/^X//' >picprog/patches/patch-ad << 'END-of-picprog/patches/patch-ad' X--- picprog.1.orig Sun Nov 29 16:03:13 1998 X+++ picprog.1 Sun Nov 29 16:04:06 1998 X@@ -31,9 +31,9 @@ X .B \-\-burn X .B \-q \-h \-? X .SH DESCRIPTION X-See . X+See , or /usr/local/share/doc/picprog/picprog.html. X .SH OPTIONS X-See . X+See , or /usr/local/share/doc/picprog/picprog.html. X .SH AUTHOR X Jaakko Hyvätti X .LP END-of-picprog/patches/patch-ad echo x - picprog/patches/patch-ab sed 's/^X//' >picprog/patches/patch-ab << 'END-of-picprog/patches/patch-ab' X--- Makefile.orig Mon Jun 2 13:37:54 1997 X+++ Makefile Wed Dec 2 22:14:54 1998 X@@ -32,7 +32,10 @@ X CXXFLAGS=-O2 -Wall -Wmissing-prototypes X LDFLAGS= X X-OBJS=main.o picport.o hexfile.o program.o stringc.o X+CC=gcc X+CFLAGS=-O2 -Wall X+ X+OBJS=main.o picport.o hexfile.o program.o stringc.o getopt.o getopt1.o X PROG=picprog X X all: $(PROG) X@@ -53,12 +56,5 @@ X $(PROG)-$(VERSION)/*.{html,gif,diff,1,h,cc} X X install: all X- install -c -o 0 -g 0 -m 755 -s $(PROG) /usr/local/bin/ X- install -c -o 0 -g 0 -m 644 *.1 /usr/local/man/man1/ X- X-# X-# include a dependency file if one exists X-# X-ifeq (.depend,$(wildcard .depend)) X-include .depend X-endif X+ install -c -o 0 -g 0 -m 755 -s $(PROG) /usr/local/bin X+ install -c -o 0 -g 0 -m 444 *.1 /usr/local/man/man1 END-of-picprog/patches/patch-ab echo x - picprog/patches/getopt1.c sed 's/^X//' >picprog/patches/getopt1.c << 'END-of-picprog/patches/getopt1.c' X/* getopt_long and getopt_long_only entry points for GNU getopt. X Copyright (C) 1987, 88, 89, 90, 91, 92, 1993 X Free Software Foundation, Inc. X X This program is free software; you can redistribute it and/or X modify it under the terms of the GNU Library General Public License X as published by the Free Software Foundation; either version 2, or X (at your option) any later version. X X This program is distributed in the hope that it will be useful, X but WITHOUT ANY WARRANTY; without even the implied warranty of X MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the X GNU Library General Public License for more details. X X You should have received a copy of the GNU Library General Public License X along with this program; if not, write to the Free Software X Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ X X#ifdef HAVE_CONFIG_H X#if defined (emacs) || defined (CONFIG_BROKETS) X/* We use instead of "config.h" so that a compilation X using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h X (which it would do because it found this file in $srcdir). */ X#include X#else X#include "config.h" X#endif X#endif X X#include "getopt.h" X X#ifndef __STDC__ X/* This is a separate conditional since some stdc systems X reject `defined (const)'. */ X#ifndef const X#define const X#endif X#endif X X#include X X/* Comment out all this code if we are using the GNU C Library, and are not X actually compiling the library itself. This code is part of the GNU C X Library, but also included in many other GNU distributions. Compiling X and linking in this code is a waste when using the GNU C library X (especially if it is a shared library). Rather than having every GNU X program understand `configure --with-gnu-libc' and omit the object files, X it is simpler to just do this in the source for each such file. */ X X#if defined (_LIBC) || !defined (__GNU_LIBRARY__) X X X/* This needs to come after some library #include X to get __GNU_LIBRARY__ defined. */ X#ifdef __GNU_LIBRARY__ X#include X#else Xchar *getenv (); X#endif X X#ifndef NULL X#define NULL 0 X#endif X Xint Xgetopt_long (argc, argv, options, long_options, opt_index) X int argc; X char *const *argv; X const char *options; X const struct option *long_options; X int *opt_index; X{ X return _getopt_internal (argc, argv, options, long_options, opt_index, 0); X} X X/* Like getopt_long, but '-' as well as '--' can indicate a long option. X If an option that starts with '-' (not '--') doesn't match a long option, X but does match a short option, it is parsed as a short option X instead. */ X Xint Xgetopt_long_only (argc, argv, options, long_options, opt_index) X int argc; X char *const *argv; X const char *options; X const struct option *long_options; X int *opt_index; X{ X return _getopt_internal (argc, argv, options, long_options, opt_index, 1); X} X X X#endif /* _LIBC or not __GNU_LIBRARY__. */ X X#ifdef TEST X X#include X Xint Xmain (argc, argv) X int argc; X char **argv; X{ X int c; X int digit_optind = 0; X X while (1) X { X int this_option_optind = optind ? optind : 1; X int option_index = 0; X static struct option long_options[] = X { X {"add", 1, 0, 0}, X {"append", 0, 0, 0}, X {"delete", 1, 0, 0}, X {"verbose", 0, 0, 0}, X {"create", 0, 0, 0}, X {"file", 1, 0, 0}, X {0, 0, 0, 0} X }; X X c = getopt_long (argc, argv, "abc:d:0123456789", X long_options, &option_index); X if (c == EOF) X break; X X switch (c) X { X case 0: X printf ("option %s", long_options[option_index].name); X if (optarg) X printf (" with arg %s", optarg); X printf ("\n"); X break; X X case '0': X case '1': X case '2': X case '3': X case '4': X case '5': X case '6': X case '7': X case '8': X case '9': X if (digit_optind != 0 && digit_optind != this_option_optind) X printf ("digits occur in two different argv-elements.\n"); X digit_optind = this_option_optind; X printf ("option %c\n", c); X break; X X case 'a': X printf ("option a\n"); X break; X X case 'b': X printf ("option b\n"); X break; X X case 'c': X printf ("option c with value `%s'\n", optarg); X break; X X case 'd': X printf ("option d with value `%s'\n", optarg); X break; X X case '?': X break; X X default: X printf ("?? getopt returned character code 0%o ??\n", c); X } X } X X if (optind < argc) X { X printf ("non-option ARGV-elements: "); X while (optind < argc) X printf ("%s ", argv[optind++]); X printf ("\n"); X } X X exit (0); X} X X#endif /* TEST */ END-of-picprog/patches/getopt1.c echo x - picprog/patches/getopt.h sed 's/^X//' >picprog/patches/getopt.h << 'END-of-picprog/patches/getopt.h' X/* Declarations for getopt. X Copyright (C) 1989, 1990, 1991, 1992, 1993 Free Software Foundation, Inc. X X This program is free software; you can redistribute it and/or modify it X under the terms of the GNU General Public License as published by the X Free Software Foundation; either version 2, or (at your option) any X later version. X X This program is distributed in the hope that it will be useful, X but WITHOUT ANY WARRANTY; without even the implied warranty of X MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the X GNU General Public License for more details. X X You should have received a copy of the GNU General Public License X along with this program; if not, write to the Free Software X Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ X X#ifndef _GETOPT_H X#define _GETOPT_H 1 X X#ifdef __cplusplus Xextern "C" { X#endif X X/* For communication from `getopt' to the caller. X When `getopt' finds an option that takes an argument, X the argument value is returned here. X Also, when `ordering' is RETURN_IN_ORDER, X each non-option ARGV-element is returned here. */ X Xextern char *optarg; X X/* Index in ARGV of the next element to be scanned. X This is used for communication to and from the caller X and for communication between successive calls to `getopt'. X X On entry to `getopt', zero means this is the first call; initialize. X X When `getopt' returns EOF, this is the index of the first of the X non-option elements that the caller should itself scan. X X Otherwise, `optind' communicates from one call to the next X how much of ARGV has been scanned so far. */ X Xextern int optind; X X/* Callers store zero here to inhibit the error message `getopt' prints X for unrecognized options. */ X Xextern int opterr; X X/* Set to an option character which was unrecognized. */ X Xextern int optopt; X X/* Describe the long-named options requested by the application. X The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector X of `struct option' terminated by an element containing a name which is X zero. X X The field `has_arg' is: X no_argument (or 0) if the option does not take an argument, X required_argument (or 1) if the option requires an argument, X optional_argument (or 2) if the option takes an optional argument. X X If the field `flag' is not NULL, it points to a variable that is set X to the value given in the field `val' when the option is found, but X left unchanged if the option is not found. X X To have a long-named option do something other than set an `int' to X a compiled-in constant, such as set a value from `optarg', set the X option's `flag' field to zero and its `val' field to a nonzero X value (the equivalent single-letter option character, if there is X one). For long options that have a zero `flag' field, `getopt' X returns the contents of the `val' field. */ X Xstruct option X{ X#if __STDC__ X const char *name; X#else X char *name; X#endif X /* has_arg can't be an enum because some compilers complain about X type mismatches in all the code that assumes it is an int. */ X int has_arg; X int *flag; X int val; X}; X X/* Names for the values of the `has_arg' field of `struct option'. */ X X#define no_argument 0 X#define required_argument 1 X#define optional_argument 2 X X#if __STDC__ X#if defined(__GNU_LIBRARY__) X/* Many other libraries have conflicting prototypes for getopt, with X differences in the consts, in stdlib.h. To avoid compilation X errors, only prototype getopt for the GNU C library. */ Xextern int getopt (int argc, char *const *argv, const char *shortopts); X#else /* not __GNU_LIBRARY__ */ Xextern int getopt (); X#endif /* not __GNU_LIBRARY__ */ Xextern int getopt_long (int argc, char *const *argv, const char *shortopts, X const struct option *longopts, int *longind); Xextern int getopt_long_only (int argc, char *const *argv, X const char *shortopts, X const struct option *longopts, int *longind); X X/* Internal only. Users should not call this directly. */ Xextern int _getopt_internal (int argc, char *const *argv, X const char *shortopts, X const struct option *longopts, int *longind, X int long_only); X#else /* not __STDC__ */ Xextern int getopt (); Xextern int getopt_long (); Xextern int getopt_long_only (); X Xextern int _getopt_internal (); X#endif /* not __STDC__ */ X X#ifdef __cplusplus X} X#endif X X#endif /* _GETOPT_H */ END-of-picprog/patches/getopt.h echo x - picprog/patches/getopt.c sed 's/^X//' >picprog/patches/getopt.c << 'END-of-picprog/patches/getopt.c' X/* Getopt for GNU. X NOTE: getopt is now part of the C library, so if you don't know what X "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu X before changing it! X X Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94 X Free Software Foundation, Inc. X X This program is free software; you can redistribute it and/or X modify it under the terms of the GNU Library General Public License X as published by the Free Software Foundation; either version 2, or X (at your option) any later version. X X This program is distributed in the hope that it will be useful, X but WITHOUT ANY WARRANTY; without even the implied warranty of X MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the X GNU Library General Public License for more details. X X You should have received a copy of the GNU Library General Public License X along with this program; if not, write to the Free Software X Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ X X/* This tells Alpha OSF/1 not to define a getopt prototype in . X Ditto for AIX 3.2 and . */ X#ifndef _NO_PROTO X#define _NO_PROTO X#endif X X#ifdef HAVE_CONFIG_H X#if defined (emacs) || defined (CONFIG_BROKETS) X/* We use instead of "config.h" so that a compilation X using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h X (which it would do because it found this file in $srcdir). */ X#include X#else X#include "config.h" X#endif X#endif X X#ifndef __STDC__ X/* This is a separate conditional since some stdc systems X reject `defined (const)'. */ X#ifndef const X#define const X#endif X#endif X X#include X#include X X/* Comment out all this code if we are using the GNU C Library, and are not X actually compiling the library itself. This code is part of the GNU C X Library, but also included in many other GNU distributions. Compiling X and linking in this code is a waste when using the GNU C library X (especially if it is a shared library). Rather than having every GNU X program understand `configure --with-gnu-libc' and omit the object files, X it is simpler to just do this in the source for each such file. */ X X#if defined (_LIBC) || !defined (__GNU_LIBRARY__) X X X/* This needs to come after some library #include X to get __GNU_LIBRARY__ defined. */ X#ifdef __GNU_LIBRARY__ X/* Don't include stdlib.h for non-GNU C libraries because some of them X contain conflicting prototypes for getopt. */ X#include X#endif /* GNU C library. */ X X/* This version of `getopt' appears to the caller like standard Unix `getopt' X but it behaves differently for the user, since it allows the user X to intersperse the options with the other arguments. X X As `getopt' works, it permutes the elements of ARGV so that, X when it is done, all the options precede everything else. Thus X all application programs are extended to handle flexible argument order. X X Setting the environment variable POSIXLY_CORRECT disables permutation. X Then the behavior is completely standard. X X GNU application programs can use a third alternative mode in which X they can distinguish the relative order of options and other arguments. */ X X#include "getopt.h" X X/* For communication from `getopt' to the caller. X When `getopt' finds an option that takes an argument, X the argument value is returned here. X Also, when `ordering' is RETURN_IN_ORDER, X each non-option ARGV-element is returned here. */ X Xchar *optarg = NULL; X X/* Index in ARGV of the next element to be scanned. X This is used for communication to and from the caller X and for communication between successive calls to `getopt'. X X On entry to `getopt', zero means this is the first call; initialize. X X When `getopt' returns EOF, this is the index of the first of the X non-option elements that the caller should itself scan. X X Otherwise, `optind' communicates from one call to the next X how much of ARGV has been scanned so far. */ X X/* XXX 1003.2 says this must be 1 before any call. */ Xint optind = 0; X X/* The next char to be scanned in the option-element X in which the last option character we returned was found. X This allows us to pick up the scan where we left off. X X If this is zero, or a null string, it means resume the scan X by advancing to the next ARGV-element. */ X Xstatic char *nextchar; X X/* Callers store zero here to inhibit the error message X for unrecognized options. */ X Xint opterr = 1; X X/* Set to an option character which was unrecognized. X This must be initialized on some systems to avoid linking in the X system's own getopt implementation. */ X Xint optopt = '?'; X X/* Describe how to deal with options that follow non-option ARGV-elements. X X If the caller did not specify anything, X the default is REQUIRE_ORDER if the environment variable X POSIXLY_CORRECT is defined, PERMUTE otherwise. X X REQUIRE_ORDER means don't recognize them as options; X stop option processing when the first non-option is seen. X This is what Unix does. X This mode of operation is selected by either setting the environment X variable POSIXLY_CORRECT, or using `+' as the first character X of the list of option characters. X X PERMUTE is the default. We permute the contents of ARGV as we scan, X so that eventually all the non-options are at the end. This allows options X to be given in any order, even with programs that were not written to X expect this. X X RETURN_IN_ORDER is an option available to programs that were written X to expect options and other ARGV-elements in any order and that care about X the ordering of the two. We describe each non-option ARGV-element X as if it were the argument of an option with character code 1. X Using `-' as the first character of the list of option characters X selects this mode of operation. X X The special argument `--' forces an end of option-scanning regardless X of the value of `ordering'. In the case of RETURN_IN_ORDER, only X `--' can cause `getopt' to return EOF with `optind' != ARGC. */ X Xstatic enum X{ X REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER X} ordering; X X#ifdef __GNU_LIBRARY__ X/* We want to avoid inclusion of string.h with non-GNU libraries X because there are many ways it can cause trouble. X On some systems, it contains special magic macros that don't work X in GCC. */ X#include X#define my_index strchr X#else X X/* Avoid depending on library functions or files X whose names are inconsistent. */ X Xchar *getenv (); X Xstatic char * Xmy_index (str, chr) X const char *str; X int chr; X{ X while (*str) X { X if (*str == chr) X return (char *) str; X str++; X } X return 0; X} X X/* If using GCC, we can safely declare strlen this way. X If not using GCC, it is ok not to declare it. */ X#ifdef __GNUC__ X/* Note that Motorola Delta 68k R3V7 comes with GCC but not stddef.h. X That was relevant to code that was here before. */ X#ifndef __STDC__ X/* gcc with -traditional declares the built-in strlen to return int, X and has done so at least since version 2.4.5. -- rms. */ Xextern int strlen (const char *); X#endif /* not __STDC__ */ X#endif /* __GNUC__ */ X X#endif /* not __GNU_LIBRARY__ */ X X/* Handle permutation of arguments. */ X X/* Describe the part of ARGV that contains non-options that have X been skipped. `first_nonopt' is the index in ARGV of the first of them; X `last_nonopt' is the index after the last of them. */ X Xstatic int first_nonopt; Xstatic int last_nonopt; X X/* Exchange two adjacent subsequences of ARGV. X One subsequence is elements [first_nonopt,last_nonopt) X which contains all the non-options that have been skipped so far. X The other is elements [last_nonopt,optind), which contains all X the options processed since those non-options were skipped. X X `first_nonopt' and `last_nonopt' are relocated so that they describe X the new indices of the non-options in ARGV after they are moved. */ X Xstatic void Xexchange (argv) X char **argv; X{ X int bottom = first_nonopt; X int middle = last_nonopt; X int top = optind; X char *tem; X X /* Exchange the shorter segment with the far end of the longer segment. X That puts the shorter segment into the right place. X It leaves the longer segment in the right place overall, X but it consists of two parts that need to be swapped next. */ X X while (top > middle && middle > bottom) X { X if (top - middle > middle - bottom) X { X /* Bottom segment is the short one. */ X int len = middle - bottom; X register int i; X X /* Swap it with the top part of the top segment. */ X for (i = 0; i < len; i++) X { X tem = argv[bottom + i]; X argv[bottom + i] = argv[top - (middle - bottom) + i]; X argv[top - (middle - bottom) + i] = tem; X } X /* Exclude the moved bottom segment from further swapping. */ X top -= len; X } X else X { X /* Top segment is the short one. */ X int len = top - middle; X register int i; X X /* Swap it with the bottom part of the bottom segment. */ X for (i = 0; i < len; i++) X { X tem = argv[bottom + i]; X argv[bottom + i] = argv[middle + i]; X argv[middle + i] = tem; X } X /* Exclude the moved top segment from further swapping. */ X bottom += len; X } X } X X /* Update records for the slots the non-options now occupy. */ X X first_nonopt += (optind - last_nonopt); X last_nonopt = optind; X} X X/* Initialize the internal data when the first call is made. */ X Xstatic const char * X_getopt_initialize (optstring) X const char *optstring; X{ X /* Start processing options with ARGV-element 1 (since ARGV-element 0 X is the program name); the sequence of previously skipped X non-option ARGV-elements is empty. */ X X first_nonopt = last_nonopt = optind = 1; X X nextchar = NULL; X X /* Determine how to handle the ordering of options and nonoptions. */ X X if (optstring[0] == '-') X { X ordering = RETURN_IN_ORDER; X ++optstring; X } X else if (optstring[0] == '+') X { X ordering = REQUIRE_ORDER; X ++optstring; X } X else if (getenv ("POSIXLY_CORRECT") != NULL) X ordering = REQUIRE_ORDER; X else X ordering = PERMUTE; X X return optstring; X} X X/* Scan elements of ARGV (whose length is ARGC) for option characters X given in OPTSTRING. X X If an element of ARGV starts with '-', and is not exactly "-" or "--", X then it is an option element. The characters of this element X (aside from the initial '-') are option characters. If `getopt' X is called repeatedly, it returns successively each of the option characters X from each of the option elements. X X If `getopt' finds another option character, it returns that character, X updating `optind' and `nextchar' so that the next call to `getopt' can X resume the scan with the following option character or ARGV-element. X X If there are no more option characters, `getopt' returns `EOF'. X Then `optind' is the index in ARGV of the first ARGV-element X that is not an option. (The ARGV-elements have been permuted X so that those that are not options now come last.) X X OPTSTRING is a string containing the legitimate option characters. X If an option character is seen that is not listed in OPTSTRING, X return '?' after printing an error message. If you set `opterr' to X zero, the error message is suppressed but we still return '?'. X X If a char in OPTSTRING is followed by a colon, that means it wants an arg, X so the following text in the same ARGV-element, or the text of the following X ARGV-element, is returned in `optarg'. Two colons mean an option that X wants an optional arg; if there is text in the current ARGV-element, X it is returned in `optarg', otherwise `optarg' is set to zero. X X If OPTSTRING starts with `-' or `+', it requests different methods of X handling the non-option ARGV-elements. X See the comments about RETURN_IN_ORDER and REQUIRE_ORDER, above. X X Long-named options begin with `--' instead of `-'. X Their names may be abbreviated as long as the abbreviation is unique X or is an exact match for some defined option. If they have an X argument, it follows the option name in the same ARGV-element, separated X from the option name by a `=', or else the in next ARGV-element. X When `getopt' finds a long-named option, it returns 0 if that option's X `flag' field is nonzero, the value of the option's `val' field X if the `flag' field is zero. X X The elements of ARGV aren't really const, because we permute them. X But we pretend they're const in the prototype to be compatible X with other systems. X X LONGOPTS is a vector of `struct option' terminated by an X element containing a name which is zero. X X LONGIND returns the index in LONGOPT of the long-named option found. X It is only valid when a long-named option has been found by the most X recent call. X X If LONG_ONLY is nonzero, '-' as well as '--' can introduce X long-named options. */ X X#if NLS X#include "nl_types.h" X#endif X Xint X_getopt_internal (argc, argv, optstring, longopts, longind, long_only) X int argc; X char *const *argv; X const char *optstring; X const struct option *longopts; X int *longind; X int long_only; X{ X optarg = NULL; X X#if NLS X libc_nls_init(); X#endif X X if (optind == 0) X optstring = _getopt_initialize (optstring); X X if (nextchar == NULL || *nextchar == '\0') X { X /* Advance to the next ARGV-element. */ X X if (ordering == PERMUTE) X { X /* If we have just processed some options following some non-options, X exchange them so that the options come first. */ X X if (first_nonopt != last_nonopt && last_nonopt != optind) X exchange ((char **) argv); X else if (last_nonopt != optind) X first_nonopt = optind; X X /* Skip any additional non-options X and extend the range of non-options previously skipped. */ X X while (optind < argc X && (argv[optind][0] != '-' || argv[optind][1] == '\0')) X optind++; X last_nonopt = optind; X } X X /* The special ARGV-element `--' means premature end of options. X Skip it like a null option, X then exchange with previous non-options as if it were an option, X then skip everything else like a non-option. */ X X if (optind != argc && !strcmp (argv[optind], "--")) X { X optind++; X X if (first_nonopt != last_nonopt && last_nonopt != optind) X exchange ((char **) argv); X else if (first_nonopt == last_nonopt) X first_nonopt = optind; X last_nonopt = argc; X X optind = argc; X } X X /* If we have done all the ARGV-elements, stop the scan X and back over any non-options that we skipped and permuted. */ X X if (optind == argc) X { X /* Set the next-arg-index to point at the non-options X that we previously skipped, so the caller will digest them. */ X if (first_nonopt != last_nonopt) X optind = first_nonopt; X return EOF; X } X X /* If we have come to a non-option and did not permute it, X either stop the scan or describe it to the caller and pass it by. */ X X if ((argv[optind][0] != '-' || argv[optind][1] == '\0')) X { X if (ordering == REQUIRE_ORDER) X return EOF; X optarg = argv[optind++]; X return 1; X } X X /* We have found another option-ARGV-element. X Skip the initial punctuation. */ X X nextchar = (argv[optind] + 1 X + (longopts != NULL && argv[optind][1] == '-')); X } X X /* Decode the current option-ARGV-element. */ X X /* Check whether the ARGV-element is a long option. X X If long_only and the ARGV-element has the form "-f", where f is X a valid short option, don't consider it an abbreviated form of X a long option that starts with f. Otherwise there would be no X way to give the -f short option. X X On the other hand, if there's a long option "fubar" and X the ARGV-element is "-fu", do consider that an abbreviation of X the long option, just like "--fu", and not "-f" with arg "u". X X This distinction seems to be the most useful approach. */ X X if (longopts != NULL X && (argv[optind][1] == '-' X || (long_only && (argv[optind][2] || !my_index (optstring, argv[optind][1]))))) X { X char *nameend; X const struct option *p; X const struct option *pfound = NULL; X int exact = 0; X int ambig = 0; X int indfound = -1; X int option_index; X X for (nameend = nextchar; *nameend && *nameend != '='; nameend++) X /* Do nothing. */ ; X X /* Test all long options for either exact match X or abbreviated matches. */ X for (p = longopts, option_index = 0; p->name; p++, option_index++) X if (!strncmp (p->name, nextchar, nameend - nextchar)) X { X if (nameend - nextchar == strlen (p->name)) X { X /* Exact match found. */ X pfound = p; X indfound = option_index; X exact = 1; X break; X } X else if (pfound == NULL) X { X /* First nonexact match found. */ X pfound = p; X indfound = option_index; X } X else X /* Second or later nonexact match found. */ X ambig = 1; X } X X if (ambig && !exact) X { X if (opterr) X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, GetoptAmbiguous, X "%s: option `%s' is ambiguous\n"), X argv[0], argv[optind]); X#else X fprintf (stderr, "%s: option `%s' is ambiguous\n", X argv[0], argv[optind]); X#endif X nextchar += strlen (nextchar); X optind++; X return '?'; X } X X if (pfound != NULL) X { X option_index = indfound; X optind++; X if (*nameend) X { X /* Don't test has_arg with >, because some C compilers don't X allow it to be used on enums. */ X if (pfound->has_arg) X optarg = nameend + 1; X else X { X if (opterr) X { X if (argv[optind - 1][1] == '-') X /* --option */ X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, GetoptNoArgumentsAllowed1, X "%s: option `--%s' doesn't allow an argument\n"), X argv[0], pfound->name); X#else X fprintf (stderr, X "%s: option `--%s' doesn't allow an argument\n", X argv[0], pfound->name); X#endif X else X /* +option or -option */ X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, GetoptNoArgumentsAllowed2, X "%s: option `%c%s' doesn't allow an argument\n"), X argv[0], argv[optind - 1][0], pfound->name); X#else X fprintf (stderr, X "%s: option `%c%s' doesn't allow an argument\n", X argv[0], argv[optind - 1][0], pfound->name); X#endif X } X nextchar += strlen (nextchar); X return '?'; X } X } X else if (pfound->has_arg == 1) X { X if (optind < argc) X optarg = argv[optind++]; X else X { X if (opterr) X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, GetoptRequiresArgument1, X "%s: option `%s' requires an argument\n"), X argv[0], argv[optind - 1]); X#else X fprintf (stderr, "%s: option `%s' requires an argument\n", X argv[0], argv[optind - 1]); X#endif X nextchar += strlen (nextchar); X return optstring[0] == ':' ? ':' : '?'; X } X } X nextchar += strlen (nextchar); X if (longind != NULL) X *longind = option_index; X if (pfound->flag) X { X *(pfound->flag) = pfound->val; X return 0; X } X return pfound->val; X } X X /* Can't find it as a long option. If this is not getopt_long_only, X or the option starts with '--' or is not a valid short X option, then it's an error. X Otherwise interpret it as a short option. */ X if (!long_only || argv[optind][1] == '-' X || my_index (optstring, *nextchar) == NULL) X { X if (opterr) X { X if (argv[optind][1] == '-') X /* --option */ X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, GetoptUnrecognized1, X "%s: unrecognized option `--%s'\n"), X argv[0], nextchar); X#else X fprintf (stderr, "%s: unrecognized option `--%s'\n", X argv[0], nextchar); X#endif X else X /* +option or -option */ X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, GetoptUnrecognized2, X "%s: unrecognized option `%c%s'\n"), X argv[0], argv[optind][0], nextchar); X#else X fprintf (stderr, "%s: unrecognized option `%c%s'\n", X argv[0], argv[optind][0], nextchar); X#endif X } X nextchar = (char *) ""; X optind++; X return '?'; X } X } X X /* Look at and handle the next short option-character. */ X X { X char c = *nextchar++; X char *temp = my_index (optstring, c); X X /* Increment `optind' when we start to process its last character. */ X if (*nextchar == '\0') X ++optind; X X if (temp == NULL || c == ':') X { X if (opterr) X { X /* 1003.2 specifies the format of this message. */ X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, GetoptIllegal, X "%s: illegal option -- %c\n"), X argv[0], c); X#else X fprintf (stderr, "%s: illegal option -- %c\n", argv[0], c); X#endif X } X optopt = c; X return '?'; X } X if (temp[1] == ':') X { X if (temp[2] == ':') X { X /* This is an option that accepts an argument optionally. */ X if (*nextchar != '\0') X { X optarg = nextchar; X optind++; X } X else X optarg = NULL; X nextchar = NULL; X } X else X { X /* This is an option that requires an argument. */ X if (*nextchar != '\0') X { X optarg = nextchar; X /* If we end this ARGV-element by taking the rest as an arg, X we must advance to the next element now. */ X optind++; X } X else if (optind == argc) X { X if (opterr) X { X /* 1003.2 specifies the format of this message. */ X#if NLS X fprintf (stderr, X catgets(_libc_cat, GetoptSet, X GetoptRequiresArgument2, X "%s: option requires an argument -- %c\n"), X argv[0], c); X#else X fprintf (stderr, "%s: option requires an argument -- %c\n", X argv[0], c); X#endif X } X optopt = c; X if (optstring[0] == ':') X c = ':'; X else X c = '?'; X } X else X /* We already incremented `optind' once; X increment it again when taking next ARGV-elt as argument. */ X optarg = argv[optind++]; X nextchar = NULL; X } X } X return c; X } X} X Xint Xgetopt (argc, argv, optstring) X int argc; X char *const *argv; X const char *optstring; X{ X return _getopt_internal (argc, argv, optstring, X (const struct option *) 0, X (int *) 0, X 0); X} X X#endif /* _LIBC or not __GNU_LIBRARY__. */ X X#ifdef TEST X X/* Compile with -DTEST to make an executable for use in testing X the above definition of `getopt'. */ X Xint Xmain (argc, argv) X int argc; X char **argv; X{ X int c; X int digit_optind = 0; X X while (1) X { X int this_option_optind = optind ? optind : 1; X X c = getopt (argc, argv, "abc:d:0123456789"); X if (c == EOF) X break; X X switch (c) X { X case '0': X case '1': X case '2': X case '3': X case '4': X case '5': X case '6': X case '7': X case '8': X case '9': X if (digit_optind != 0 && digit_optind != this_option_optind) X printf ("digits occur in two different argv-elements.\n"); X digit_optind = this_option_optind; X printf ("option %c\n", c); X break; X X case 'a': X printf ("option a\n"); X break; X X case 'b': X printf ("option b\n"); X break; X X case 'c': X printf ("option c with value `%s'\n", optarg); X break; X X case '?': X break; X X default: X printf ("?? getopt returned character code 0%o ??\n", c); X } X } X X if (optind < argc) X { X printf ("non-option ARGV-elements: "); X while (optind < argc) X printf ("%s ", argv[optind++]); X printf ("\n"); X } X X exit (0); X} X X#endif /* TEST */ END-of-picprog/patches/getopt.c echo x - picprog/patches/patch-aa sed 's/^X//' >picprog/patches/patch-aa << 'END-of-picprog/patches/patch-aa' X--- hexfile.h.orig Tue Aug 31 11:51:09 1999 X+++ hexfile.h Tue Aug 31 11:53:58 1999 X@@ -48,7 +48,7 @@ X #include "picport.h" X X class hexfile { X- const int size = 0x4000; X+ static const int size = 0x4000; X short pgm [size]; X X int program_location (picport& pic, int addr, bool data) const; END-of-picprog/patches/patch-aa echo c - picprog/files mkdir -p picprog/files > /dev/null 2>&1 echo x - picprog/files/md5 sed 's/^X//' >picprog/files/md5 << 'END-of-picprog/files/md5' XMD5 (picprog-1.0.tar.gz) = 8ef1c0df63170626d4d497b199c2f830 END-of-picprog/files/md5 echo x - picprog/Makefile sed 's/^X//' >picprog/Makefile << 'END-of-picprog/Makefile' X# New ports collection makefile for: picprog X# Version required: 1.0 X# Date created: 31 August 1999 X# Whom: Johan Kerckaert X# X# $Id$ X# X XDISTNAME= picprog-1.0 XCATEGORIES= devel XMASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/ X XMAINTAINER= ports@FreeBSD.org X XMAN1= picprog.1 X Xpost-patch: X $(CP) ${PATCHDIR}/getopt* ${WRKSRC} X Xpost-install: X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/picprog X ${INSTALL_MAN} ${WRKSRC}/picprog.html ${PREFIX}/share/doc/picprog X ${INSTALL_MAN} ${WRKSRC}/*.gif ${PREFIX}/share/doc/picprog X.endif X X.include END-of-picprog/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 1:51:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C265114C40; Wed, 1 Sep 1999 01:51:50 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56753; Wed, 1 Sep 1999 01:51:50 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Date: Wed, 1 Sep 1999 01:51:50 -0700 (PDT) From: Message-Id: <199909010851.BAA56753@freefall.freebsd.org> To: bkogawa@primenet.com, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13485: port for jpilot, a gtk+ application for 3com palm organizers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port for jpilot, a gtk+ application for 3com palm organizers State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Wed Sep 1 17:50:13 JST 1999 State-Changed-Why: Thanks, but I've committed jpilot port from PR 13337 by Alex Varju If you have more cosmetic patch or patch for updating, could you sent it to maintainer? --- sumikawa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 1:55: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C70A514D32; Wed, 1 Sep 1999 01:55:07 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56885; Wed, 1 Sep 1999 01:52:47 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Date: Wed, 1 Sep 1999 01:52:47 -0700 (PDT) From: Message-Id: <199909010852.BAA56885@freefall.freebsd.org> To: lkoeller@cc.fh-lippe.de, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13179: New Port (Palm Pilot Desktop) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New Port (Palm Pilot Desktop) State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Wed Sep 1 17:52:21 JST 1999 State-Changed-Why: Thanks, but I've committed jpilot port from PR 13337 by Alex Varju If you have more cosmetic patch or patch for updating, could you sent it to maintainer? --- sumikawa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 3:21: 9 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6C4E14FA3 for ; Wed, 1 Sep 1999 03:21:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63042; Wed, 1 Sep 1999 03:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102]) by hub.freebsd.org (Postfix) with ESMTP id 18F6514E9C for ; Wed, 1 Sep 1999 03:17:44 -0700 (PDT) (envelope-from takamune@avrl.mei.co.jp) Received: by bulls.mei.co.jp (8.9.3/3.7W) with ESMTP id TAA08126 for ; Wed, 1 Sep 1999 19:16:03 +0900 (JST) Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id TAA12068 for ; Wed, 1 Sep 1999 19:16:02 +0900 (JST) Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0) id TAA25515; Wed, 1 Sep 1999 19:16:01 +0900 Received: by dream.avrl.mei.co.jp (8.9.3/3.6W-03/04/98-dream) id TAA30014; Wed, 1 Sep 1999 19:16:02 +0900 (JST) Message-Id: <199909011016.TAA30014@dream.avrl.mei.co.jp> Date: Wed, 1 Sep 1999 19:16:02 +0900 (JST) From: takamune@avrl.mei.co.jp Reply-To: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13519: Update: japanese/epwutil Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13519 >Category: ports >Synopsis: Update: japanese/epwutil >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 Sep 1 03:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoki TAKAMUNE >Release: FreeBSD 3.2-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: This port works on FreeBSD 3.2-STABLE(Wed Aug 25 12:54:19 JST 1999) machine. I haven't tested on FreeBSD 4.0-CURRENT ! >Description: Please apply this patch to upgrade port (of which I'm the maintainer). Changes: - Fix MASTER_SITES. - No files have been added or removed. >How-To-Repeat: >Fix: diff -x CVS -Nur /usr/ports/japanese/epwutil/Makefile japanese/epwutil/Makefile --- /usr/ports/japanese/epwutil/Makefile Thu Aug 26 10:17:15 1999 +++ japanese/epwutil/Makefile Wed Sep 1 12:00:00 1999 @@ -10,7 +10,7 @@ PKGNAME= ja-epwutil-1.0 CATEGORIES= japanese MASTER_SITES= ftp://ftp.nerimadors.or.jp/pub/epwutil/ \ - ftp://ring.aist.go.jp/openlab/lookup/edict/ + ftp://ftp.mei.co.jp/free/others/Dictionary/epwutil/ MAINTAINER= takamune@avrl.mei.co.jp >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 3:21:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80CE914E9C for ; Wed, 1 Sep 1999 03:21:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63033; Wed, 1 Sep 1999 03:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id B7DB214E4A for ; Wed, 1 Sep 1999 03:11:54 -0700 (PDT) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id TAA33435; Wed, 1 Sep 1999 19:12:44 +0900 (JST) (envelope-from kiri) Message-Id: <199909011012.TAA33435@pis.toba-cmt.ac.jp> Date: Wed, 1 Sep 1999 19:12:44 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13518: New ports: prom-wl-1.0.2(mail/prom-wl) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13518 >Category: ports >Synopsis: New ports: prom-wl-1.0.2(mail/prom-wl) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 1 03:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: prom-wl port has been ported. This port is a procmail reader for Wanderlust on GNU Emacs. I put the port with shar `find prom-wl` below "Fix:" >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: # # prom-wl/ # prom-wl/files/ # prom-wl/files/md5 # prom-wl/files/dot.emacs # prom-wl/files/byte-compile # prom-wl/files/dot.procmailrc # prom-wl/pkg/ # prom-wl/pkg/COMMENT # prom-wl/pkg/DESCR # prom-wl/pkg/PLIST # prom-wl/Makefile # echo c - prom-wl/ mkdir -p prom-wl/ > /dev/null 2>&1 echo c - prom-wl/files/ mkdir -p prom-wl/files/ > /dev/null 2>&1 echo x - prom-wl/files/md5 sed 's/^X//' >prom-wl/files/md5 << 'END-of-prom-wl/files/md5' XMD5 (prom-wl-1.0.2.tar.gz) = c9e64c1e26fbf3c1d8fa3c9d1662ed8a END-of-prom-wl/files/md5 echo x - prom-wl/files/dot.emacs sed 's/^X//' >prom-wl/files/dot.emacs << 'END-of-prom-wl/files/dot.emacs' X;;; X;;; Prom-WL X;;; X(autoload 'prom-wl "prom-wl" "Prom for Wanderlust" t) X(setq proc-log-list (list "~/Mail/from-log")) X ;; logfile name that procmail output (LOGFILE in ~/.procmailrc) X(setq proc-keep-log "~/Mail/listlog") ;; logfile name for preserve X(setq proc-lock-file "~/Mail/.lock") ;; lockfile name (LOCKFILE in ~/.procmailrc) END-of-prom-wl/files/dot.emacs echo x - prom-wl/files/byte-compile sed 's/^X//' >prom-wl/files/byte-compile << 'END-of-prom-wl/files/byte-compile' X#!/bin/sh X XPREFIX=${PREFIX:-/usr/local} XWRKDIR=${WRKDIR:-`pwd`} X Xtmprfx=`basename $0` X XUsage="\ Xbyte_compile [options] emacs_name port_name [files] X -l load_el : load *.el file when byte-compile X -h : show this message X emacs_name : should be one of below X \"emacs\", \"emacs20\", \"mule\", \"xemacs19\", \"xemacs20\", X \"xemacs21\", \"xemacs-mule\" X port_name : port name(replaced port_name.el when files not specified) X files : *.el files should be compiled" X Xwhile [ -z "`getopts "l: h" opt > /tmp/${tmprfx}:getopt_err.log`" \ X -a X"${opt}" != "X?" ]; do X case ${opt} in X l) X load_el=${OPTARG} X break X ;; X h) X echo "${Usage}" X exit 1 X ;; X *) X ;; X esac X# echo "opt=${opt},OPTARG=${OPTARG}" Xdone X Xif [ -s /tmp/${tmprfx}:getopt_err.log ]; then X cat /tmp/${tmprfx}:getopt_err.log X rm -f /tmp/${tmprfx}:getopt_err.log X exit 1 Xfi Xrm -f /tmp/${tmprfx}:getopt_err.log X Xshift `expr ${OPTIND} - 1` X Xif [ -z "$1" -o -z "$2" ]; then X echo "${Usage}" X exit 1 Xfi X Xemacs_name=$1 Xshift Xport_name=$1 X Xif [ $# -le 1 ]; then X files=${port_name}.el Xelse X files=`echo $* | sed -e "s/${port_name} *//"` Xfi X X#echo "emacs_name=${emacs_name}" X#echo "port_name=${port_name}" X#echo "files=${files}" X#echo "load_el=${load_el}" X#exit 1 X Xcase ${emacs_name} in X emacs) X elispdir=${PREFIX}/share/emacs/site-lisp X load_path=${PREFIX}/share/emacs/site-lisp/${load_el} X emacscmd=emacs X ;; X emacs20) X elispdir=${PREFIX}/share/emacs/site-lisp X load_path=${PREFIX}/share/emacs/site-lisp/${load_el} X emacscmd=emacs20 X ;; X mule) X elispdir=${PREFIX}/share/mule/site-lisp X load_path=${PREFIX}/share/mule/site-lisp/${load_el} X emacscmd=mule X ;; X xemacs19) X elispdir=${PREFIX}/lib/xemacs/site-lisp X load_path=${PREFIX}/lib/xemacs/site-lisp/${load_el} X emacscmd=xemacs X ;; X xemacs20) X elispdir=${PREFIX}/lib/xemacs/site-lisp X load_path=${PREFIX}/lib/xemacs/site-lisp/${load_el} X emacscmd=xemacs X ;; X xemacs21) X elispdir=${PREFIX}/lib/xemacs/site-packages/lisp/${port_name} X load_path=${PREFIX}/lib/xemacs/site-packages/lisp/${load_el} X pkg_path=${PREFIX}/lib/xemacs/site-packages X emacscmd=xemacs X package_install=yes X ;; X xemacs-mule) X elispdir=${PREFIX}/lib/xemacs/site-packages/lisp/${port_name} X load_path=${PREFIX}/lib/xemacs/site-packages/lisp/${load_el} X pkg_path=${PREFIX}/lib/xemacs/site-packages X emacscmd=xemacs X package_install=yes X ;; X *) X echo "${Usage}" X exit 1 X ;; Xesac Xif [ -n "${load_el}" ]; then X echo "(setq load-path (cons \"${load_path}\" load-path))" > /tmp/${tmprfx}:load.el Xfi Xfor f in ${files}; do X if [ -f ${WRKDIR}/${f} ]; then X f_elc=`basename ${f} .el`.elc X if [ -n "${load_el}" ]; then X ${emacscmd} -batch -l /tmp/${tmprfx}:load.el -q -no-site-file \ X -f batch-byte-compile ${WRKDIR}/${f} X else X ${emacscmd} -batch -q -no-site-file -f batch-byte-compile ${WRKDIR}/${f} X fi X if [ X"${WRKDIR}" != "X${elispdir}" ]; then X rm -f ${elispdir}/${f_elc} X ln -sf ${WRKDIR}/${f} ${elispdir}/${f} X install -c -m 444 -g bin -o bin ${WRKDIR}/${f_elc} ${elispdir}/${f_elc} X rm -f ${WRKDIR}/${f_elc} X fi X if [ $? -eq 0 -a -n "${package_install}" ]; then X cp ${pkg_path}/pkginfo/MANIFEST.${port_name} /tmp/${tmprfx}:tempfile X grep -v "${f_elc}" /tmp/${tmprfx}:tempfile \ X > ${pkg_path}/pkginfo/MANIFEST.${port_name} X echo "lisp/${port_name}/${f_elc}" >> ${pkg_path}/pkginfo/MANIFEST.${port_name} X fi X else X echo "\"${WRKDIR}/${f}\": file not found!" X fi Xdone X Xrm -f /tmp/${tmprfx}:load.el /tmp/${tmprfx}:tempfile END-of-prom-wl/files/byte-compile echo x - prom-wl/files/dot.procmailrc sed 's/^X//' >prom-wl/files/dot.procmailrc << 'END-of-prom-wl/files/dot.procmailrc' XMAILDIR=$HOME/Mail # ML folder directory (indispensable for Prom-ML) XLOGFILE=$MAILDIR/from-log # log file (indispensable for Prom-ML) XLOCKFILE=$MAILDIR/.lock # global lockfile (indispensable for Prom-ML) X X# trash X X:0 X* ^To: *undisclosed-recipients Xtrash/. X X# X# Daily outputs X# X X# daily output - fbsd X X:0 X* ^Subject: +daily *run *output$ X* ^From: *Charlie *Root *.*$ Xdaily/. X X# X# Mailing Lists X# X X:0 X* ^Subject: *\[FreeBSD-users-jp *[0-9]+\] X* ^To:.*[Ff]ree[Bb][Ss][Dd]-users-jp@jp\.freebsd\.org XML/FreeBSD-users-jp/. X X:0 X* ^Subject: *\[Mew-dist *[0-9]+\] XML/Mew/. X X# X# Miscs X# X X:0 X* ^Cc:.*sinet-.*@ Xmaintain/. END-of-prom-wl/files/dot.procmailrc echo c - prom-wl/pkg/ mkdir -p prom-wl/pkg/ > /dev/null 2>&1 echo x - prom-wl/pkg/COMMENT sed 's/^X//' >prom-wl/pkg/COMMENT << 'END-of-prom-wl/pkg/COMMENT' Xprocmail reader for Wanderlust on GNU Emacs. END-of-prom-wl/pkg/COMMENT echo x - prom-wl/pkg/DESCR sed 's/^X//' >prom-wl/pkg/DESCR << 'END-of-prom-wl/pkg/DESCR' XProm-Wl is a procmail reader for Wanderlust on GNU Emacs. X XIf you want to install quickly, you shoud do following steps: X X(1) add dot.emacs to your ~/.emacs file and change it suitable for your site X X % cat /usr/local/share/examples/prom-wl/dot.emacs >> ~/.emacs X % vi ~/.emacs X X(2) copy dot.procmailrc to ~/.procmailrc and change it suitable for your site X X % cp /usr/local/share/examples/prom-wl/dot.promailrc ~/.promailrc X % vi ~/.promailrc X X(3) byte-compile with "byte-comile" script if you want with xemacs-mule code X X # cd /usr/local/share/emacs/site-lisp X # /usr/local/share/doc/prom-wl/byte-compile -l wl xemacs-mule prom-wl X XWhere detail specification for .emacs and .procmailrc may be shown in X/usr/local/share/doc/prom-wl/prom-usage.jis or procmail(1). And for Xusage of byte_compile scripts, run byte-compile with -h option. X XRun with "M-x prom-wl" in your emacs editors, Wanderlust will be invoked and then Xsearch unread mails from procmail log to show unread message from top of Xentries that you specfied in ~/.pronmailrc. X X-KIRIYAMA Kazuhiko X END-of-prom-wl/pkg/DESCR echo x - prom-wl/pkg/PLIST sed 's/^X//' >prom-wl/pkg/PLIST << 'END-of-prom-wl/pkg/PLIST' Xshare/emacs/site-lisp/prom-wl.el Xlib/xemacs/site-packages/lisp/prom-wl/prom-wl.el Xlib/xemacs/site-packages/pkginfo/MANIFEST.prom-wl Xshare/doc/prom-wl/ChangeLog Xshare/doc/prom-wl/prom-wl-usage.jis Xshare/doc/prom-wl/byte-compile Xshare/examples/prom-wl/dot.emacs Xshare/examples/prom-wl/dot.procmailrc X@dirrm lib/xemacs/site-packages/lisp/prom-wl X@dirrm share/doc/prom-wl END-of-prom-wl/pkg/PLIST echo x - prom-wl/Makefile sed 's/^X//' >prom-wl/Makefile << 'END-of-prom-wl/Makefile' X# New ports collection makefile for: prom-wl X# Version required: 1.0.2 X# Date created: 28 Aug 1999 X# Whom: KIRIYAMA Kazuhiko X# X# $Id$ X# X XDISTNAME= prom-wl-1.0.2 XCATEGORIES= mail elisp XMASTER_SITES= http://www02.so-net.ne.jp/~murata/software/pub/ X XMAINTAINER= kiri@pis.toba-cmt.ac.jp X X# This port requires Wanderlust. But we can't decide which Wanderlust to depends, X# there is NO RUN_DEPNDS mail/wanderlust-*. XRUN_DEPENDS= procmail:${PORTSDIR}/mail/procmail X XNO_BUILD= yes X XELISPDIR= ${PREFIX}/share/emacs/site-lisp XSITEPKGDIR= ${PREFIX}/lib/xemacs/site-packages X Xdo-install: X @${MKDIR} ${ELISPDIR} ${PREFIX}/share/doc/prom-wl \ X ${PREFIX}/share/examples/prom-wl X @cd ${WRKSRC}; \ X ${INSTALL_DATA} prom-wl.el ${ELISPDIR}; \ X ${INSTALL_DATA} ChangeLog prom-wl-usage.jis ${PREFIX}/share/doc/prom-wl X @cd ${FILESDIR}; \ X ${INSTALL_SCRIPT} byte-compile ${PREFIX}/share/doc/prom-wl; \ X ${INSTALL_DATA} dot.emacs dot.procmailrc ${PREFIX}/share/examples/prom-wl X# For xemacs package install configuration X @${MKDIR} ${SITEPKGDIR}/lisp/prom-wl ${SITEPKGDIR}/pkginfo X @${LN} -sf ${ELISPDIR}/prom-wl.el ${SITEPKGDIR}/lisp/prom-wl/prom-wl.el X @${ECHO} 'pkginfo/MANIFEST.prom-wl' > ${SITEPKGDIR}/pkginfo/MANIFEST.prom-wl X @${ECHO} 'lisp/prom-wl/prom-wl.el' >> ${SITEPKGDIR}/pkginfo/MANIFEST.prom-wl X X.include END-of-prom-wl/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 4: 1:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B2414D32 for ; Wed, 1 Sep 1999 04:01:43 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA65596; Wed, 1 Sep 1999 04:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bulls.mei.co.jp (bulls.mei.co.jp [202.224.189.102]) by hub.freebsd.org (Postfix) with ESMTP id 39C4E14D07 for ; Wed, 1 Sep 1999 03:50:26 -0700 (PDT) (envelope-from takamune@avrl.mei.co.jp) Received: by bulls.mei.co.jp (8.9.3/3.7W) with ESMTP id TAA15049 for ; Wed, 1 Sep 1999 19:48:34 +0900 (JST) Received: by dodgers.mei.co.jp (8.9.1/3.7W) with SMTP id TAA19823 for ; Wed, 1 Sep 1999 19:48:34 +0900 (JST) Received: by avrlgate1.avrl.mei.co.jp (8.6.10+2.4W/3.3W3-avrl3.0) id TAA01055; Wed, 1 Sep 1999 19:48:33 +0900 Received: by dream.avrl.mei.co.jp (8.9.3/3.6W-03/04/98-dream) id TAA32468; Wed, 1 Sep 1999 19:48:33 +0900 (JST) Message-Id: <199909011048.TAA32468@dream.avrl.mei.co.jp> Date: Wed, 1 Sep 1999 19:48:33 +0900 (JST) From: takamune@avrl.mei.co.jp Reply-To: takamune@avrl.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13520: Update: japanese/epwutil Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13520 >Category: ports >Synopsis: Update: japanese/eb >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 Sep 1 04:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kazutoki TAKAMUNE >Release: FreeBSD 3.2-STABLE i386 >Organization: Matsushita Electric Industrial Co., Ltd. >Environment: This port works on FreeBSD 3.2-STABLE(Wed Aug 25 12:54:19 JST 1999) machine. I haven't tested on FreeBSD 4.0-CURRENT ! >Description: Please apply this patch to upgrade port (of which I'm the maintainer). Changes: - Add a new appendix file(daihyakka-1.0). - No files have been added or removed. >How-To-Repeat: >Fix: diff -x CVS -r /usr/ports/japanese/eb/Makefile japanese/eb/Makefile 28a29 > daihyakka-1.0.tar.gz \ diff -x CVS -r /usr/ports/japanese/eb/files/LIST japanese/eb/files/LIST 152a153,177 > Nippon Daihyakka Zensyo > > Publishers > Shogakukan > > Disc Type > EBXA > > ISBN > --- > > ID > YRRS-403 > > Appendix Version > 1.0 > > URL > ftp://ftp.sra.co.jp/pub/misc/eb/appendix/daihyakka-1.0.tar.gz > > Note > Contributed by Satoru Takabayashi > _________________________________________________________________ > > Title diff -x CVS -r /usr/ports/japanese/eb/files/LIST-ja japanese/eb/files/LIST-ja 151a152,176 > $BF|K\BgI42JA4=q(B > > $B=PHG $B>.3X4[(B > > $B7A<0(B > EBXA > > ISBN > --- > > ID > YRRS-403 > > Appendix $B$N%P!<%8%g%s(B > 1.0 > > URL > ftp://ftp.sra.co.jp/pub/misc/eb/appendix/daihyakka-1.0.tar.gz > > Note > Satoru Takabayashi $B$5$s$K$h$C$F:n@.$5$l$^$7$?!#(B > _________________________________________________________________ > > $B=q@RL>(B diff -x CVS -r /usr/ports/japanese/eb/files/md5 japanese/eb/files/md5 7a8 > MD5 (eb/daihyakka-1.0.tar.gz) = 203a0a47b353c90ac16a04d847787913 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 11: 2:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D98F91517A for ; Wed, 1 Sep 1999 11:02:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78243; Wed, 1 Sep 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from home2.ecore.net (home2.ecore.net [212.63.128.224]) by hub.freebsd.org (Postfix) with ESMTP id 6A09D15A9A for ; Wed, 1 Sep 1999 10:50:42 -0700 (PDT) (envelope-from sold@cheasy.de) Received: from kiste.cheasy.de [212.63.145.50] by home2.ecore.net with ESMTP (SMTPD32-5.04) id A78B93CF030E; Wed, 01 Sep 1999 19:51:07 +0200 Received: (from root@localhost) by kiste.cheasy.de (8.9.3/8.9.2) id TAA47915; Wed, 1 Sep 1999 19:49:42 +0200 (CEST) (envelope-from sold) Message-Id: <199909011749.TAA47915@kiste.cheasy.de> Date: Wed, 1 Sep 1999 19:49:42 +0200 (CEST) From: cs@cheasy.de Reply-To: cs@cheasy.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13526: eterm does not build in ports-stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13526 >Category: ports >Synopsis: while building eterm, make does not detect an already installed imlib correctly >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 1 11:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christoph Sold >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: kiste# uname -a FreeBSD kiste.cheasy.de 3.2-STABLE FreeBSD 3.2-STABLE #0: Mon Aug 30 00:23:33 CEST 1999 sold@zimmer14.merowingia.uni-kl.de:/usr/src/sys/compile/CHEASY- STABLE i386 note: this host changes its location often, thus different hostnames between this mail and the kernel build message. The kernel was built on the same host. >Description: While building eterm, ther build system fails to detect an already installed Imlib. It seems the Imlib was installed from package, while i try to build the eterm from the ports directory. >How-To-Repeat: kiste# pwd /usr/ports/x11/eterm kiste# make install ===> Extracting for eterm-0.8.8 >Fix: Don´t know. >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for Eterm-0.8.8.tar.gz. ===> eterm-0.8.8 depends on executable: gmake - found ===> eterm-0.8.8 depends on executable: libtool - found ===> eterm-0.8.8 depends on shared library: Imlib.4 - not found ===> Verifying install for Imlib.4 in /usr/ports/graphics/imlib ===> Installing for imlib-1.9.4 ===> imlib-1.9.4 is already installed - perhaps an older version? If so, you may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 11: 2:33 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F261815485 for ; Wed, 1 Sep 1999 11:02:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78252; Wed, 1 Sep 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 827DE14E9C; Wed, 1 Sep 1999 10:52:52 -0700 (PDT) Message-Id: <19990901175252.827DE14E9C@hub.freebsd.org> Date: Wed, 1 Sep 1999 10:52:52 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13527: Update port: audio/libcdaudio to 0.99.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13527 >Category: ports >Synopsis: Update port: audio/libcdaudio to 0.99.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: Wed Sep 1 11:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Updated version 0.7.0 to 0.99.1 * Fixed MASTER_SITES * FreeBSD.ORG -> FreeBSD.org * Added WWW: line in pkg/DESCR Remove file: patches/patch-aa >How-To-Repeat: >Fix: begin 644 libcdaudio.patch.gz M'XL("%EFS3<"`VQI8F-D875D:6\N<&%T8V@`C559CYM($'Z&7U%2_#`CW-R, M![2.QH.Q0^)C99AU'E:RVM#8K&U@.3:;C?+?M\!,QG-;PM"NJJ^.KZNZPSB* M@%3Y#*2JR*4LSP:O:GA"R%DNN"4+85!M0#5` M,2U%M703%Z;)"X(`;\,\E@$H(!N6KEJ:<83=W`!1NJH,@M)5KN'FAHRJ`_Q6;FY&.6.W MWE"<+\8?ZS#GV*;YYB.&K2-W6ID%[Q#>_0<446M2DN1K"6F7=23/TG5(UWG, M$G#^S:#3N.7)T/7\V6#J]$_X61VI(+]_&3]5D9:EEV#DGB9[X#OC^<)UO#[7 M$CX=>+ZS6'FN7PNC,K,D"=]BR-8Q3>HZI:Q:2\>_4A@76&&6EK1,I0.-$ZE( MJSQ@=;F%Q!/GJ[\8V/[*NQM][7.(CC=B27-Q\Q\OO!1I\]>V2-BW0CRP@HH[ M116#5*R*)N0)@_`G+W`M)`B#4*R2D.6;/`[%A)6GEC5STX$[\_'G+/I^*$F<%"7=[RT^/&N4ZY8HI$-HP.NJ=X?YER7G5ZQN^7HL<9KU*\LPWICF M!]R3<=8L73D99YSE>I#)=&C`Q=-&/-W?2^B#<:4:M!>NUWH014I(#=V@JJ:8 MO9Y!HVL6(/>/W;2->>(B4K1`8YK,5!J90:#T0F8HD:YHVK4:7NGJF=QFM`RV M6&#S)93"NQ;O,OT4\`+A5V\0_AR^K>`S;>"R:TQJN`Q*G?EAOPZ MM7;.[L\2,4X:]KDIGH>#+$>H1VFKEFH>X]:`.K"I=7L@ MX/NJB0SNS)[<#1T/MP8XXD+GHDRS59$'89Q?MI(X"?95R&H)(IJ'V*/)8%RC MR%P#LL2Q`!*EA[@D44X/C&1IG)0L1V&5Y'@Q$+0@^S3-"L0?=NTHHK3\Y@Z"P0)HI2D"81MNCV06M/G,%L-7(G34WG MMM-N(R$)]@)>5[W?0/>6+W1.[ZW.^85[=O,J^L.HJDI7`P'?1G/SPL2UG9GG MB+C$Q]_&!60TV-$-@ZI@!91;!O:POC?IFA8,+NSA\/:R>W^'POH[U)(NN$D@ 5\@(O+)=+"[;E.8?P_S6KI_[,"``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 11: 2:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21C12154CC for ; Wed, 1 Sep 1999 11:02:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78296; Wed, 1 Sep 1999 11:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0B7A614C1E; Wed, 1 Sep 1999 10:57:00 -0700 (PDT) Message-Id: <19990901175700.0B7A614C1E@hub.freebsd.org> Date: Wed, 1 Sep 1999 10:57:00 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13528: Update port: graphics/giflib to 4.1.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13528 >Category: ports >Synopsis: Update port: graphics/giflib to 4.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 1 11:00:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Updated version 3.0 to 4.1.0 * Fixed MASTER_SITES * FreeBSD.ORG -> FreeBSD.org * Added WWW: line in pkg/DESCR Remove file: patches/patch-aa patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ae patches/patch-af patches/patch-ag patches/patch-ah patches/patch-ai patches/patch-aj patches/patch-ak patches/patch-al patches/patch-am patches/patch-an patches/patch-ao patches/patch-ap patches/patch-aq patches/patch-ar patches/patch-ar patches/patch-as patches/patch-at patches/patch-au patches/patch-av patches/patch-aw patches/patch-ax patches/patch-ay patches/patch-az patches/patch-ba patches/patch-bb patches/patch-bc patches/patch-bd patches/patch-be patches/patch-bf >How-To-Repeat: >Fix: begin 644 giflib.patch.gz M'XL("#!FS3<"`V=I9FQI8BYP871C:`#=7'MWVKJR_YM\"ITV/9<$#+9YN[N] MI4!2SLYK`7W+#\$N`&;VB:!=N5\]CLC&6/`Q,%T]^R6E18LS4CC^8UF M1K(LPQP,B#!SKDA^YCKYJ>UX;G[HJ-.1J<,/DL'YIB2715'@B`\ MI8'41VJ0^FQ(Y!*1:HI45L0R_*C5CC*9S,[64[W1C'3IE!"9B+)2+"H%F7.] M>4,$*2L720;^KY$W;X[($QUS[0M,EG>PL!VE!3OX$AX3CY0 MQ\5ZAWZ9F0XUE%0A)QYEHBJ*.0FJH(.FZE&B.Q2^H#@E%LBEND"!*MCBQY$] M@5(0VIZH+CFG(,/M;$)^\X9OSAQ*WW:;N>O.^6OLY"FTMC-\#;UBQ\=^F4(> M5W/VCDBY*E-17JSF0=EB69$*2JE*;,TQJ45:\RDY9JT>">-U7R>:HZWLB=JCK- M6=3+_YN"??B2'F76.8Z_A:[[W?=7^/VP1@6E;YOMSJL4\"_O&,6_K+>O>O"O M!55,+6$M8PN[JD&QP$_>=UO]3Q?MMZ]2"^H>9?#R_++^>RMT#;6]Z^L+7@(L M4]OU!--R/74\5HXR('VWU6M=?7@@UV__=7;=N:SW7AU_N[GN](+K!W+\[:+9 MN+XZ:Y\_$&$"ES>=UEG[TT.>W4?.')!_&(">18WTU37R-J\;W9,CDGH#ROD= M[OPAQ...5(?F#5M?*D)`LO95MU>_N.@WZ[TZ4G_L_-[M-!X8W>ECW'@+CS+G M1MYD?%@+4VMX6`/>W'NL`9*CEF$.N"8.Q@,1L?3QS*#D-\TU5E%))$67N;*)\YC8;D8@L*R51*99# M3A,\)KI+X;)9(NG5N,]YJI,;?CTAKXA1'6@UN2`7:Z)$]:I*BT;54&6Y4*V4 MRN4:(!;F9=XAQ#VHB+0ZH+)AE"I5J:092#K3]/C5/7T$=P/ M^Q94E<01Q&EUDYZ%%O3><@4#4J&J%$N[`U(D][]4"W4LUA11A#_@KHA^8*J4 M24;,BDS1*%C81X/[,8>\@9E%Y#*1@;NBE,I^(,'^UX/@C'))2V@&ID64=2K5K#:D).R9T?XJS9!.J) M:9%T?'@&=1_`+@+2$?'+O*P:P@56,)')'AI MTGT'7A1JH`/09LZU<\?I#R>\[CF3Z..(.I2`2R7>B)+EZ&,&36"L*Z##]E6C M"VT([1RTOKJ`?\??/DG2VWJW]9#W.5G3`G0*KA/(F%$P3XF,O&PUY@.>3,"P M[A#6Y%0]8M`[4P?![BD!%<_&!M%`=@T2#,]&N]'@!O`7Z,Z7G37.+NKG["X'EBUH,W/L`4S"-1%T M(GR$/X=Z,\<2O,64PI5N3R;4\N"^=S`.XQ@SSY-R$OX'-H+,H!\9<;8)A:\^ MJ!!^&JN?\`N0MG7^LS^P+<__.5+=$?S\/V@+4X\^=1RX_#)3+<_\2O'GU`'= M8M-#"@YGF+-9SYGN1M=NJ&\WU+D;ZMT-=>^R3C.I0`B_$@5P0Q*X*Q'<0`87 MA,B@R7??GX'1M+H*`0&7Q20'-XH&G#I.-QHG,)S0>/&[V?K`OKG6X==O*`*G M`H7'$&*'>!/*$YF$P=0$%)LW[081;'+\AC6#L&$F0R"A\:">A5:#E:.55N5L MC61J);159J0IU2&.?K<L_I4]74*UK%F3C_F[M1E>"^Y7Y\"UC*6]0*V*TFU5#1LN-$N8$6%ZVU/7,#+74)L;%)=0)V#\%9AOE3#2-N]2FY M@1:7&Q0VNJN=W-\GHUR)8%W*./,!EH!L'0 M76J!IRD0VW5[NB!T3O69AV/>A3*\T6:KVUOF&YII02M^R2JA8,6\M1[8#"5+ MK0[&ZI#K#_Q=%C,RF*@6*D&@7>(+`W+/$L*TRB)>^X#FY M,*W9G,Q<$Z9=GW#*6RUS'F&58T"P#^4;0>!G(_MD.^5PGYAR1/(/GYIV).`F M.']G*''LA37;1B"@>)7C"8&UA*NYE84YHW+*3)@W1!#DB&_;5W5<'4&]F@.9 M3EV+_9BZ[,L9:NQ[+DDL"W$G^*4-@WQ''YM3PKZ="?]A3QC+P)RS+[]^9+H> M)BQ)?*4>Y[WT/7VE'O:5,(\J%?QYU)-\I1[G*W%JLSF/"H9MS@!-K/F_DB(5 ME8+OJX.)5,"P3;ON*\4"YCO\BXVGT^_ZR6.0GWO4L7"*0)JSR;2KP_BTY'-S MD-8A;I+3,_"J5Y"<9-$H4BG"*#OTRSDJLNF8X*NSF!5M5EW:!I5VUL@[:PHG M+S&R8]78!H>QV=Z.*GEW%6L1QT/^NRH/&B2GB6S>B+-"8T^;-PZR>2/.YG%1 M>]/FERFC'FGSD!\4-VP^8-BD+6W8?!732?C?SR:?LSP5L"/]/KBX?I\PL\6: M8%7,]0S3SHU>H_,.%[(QMED*TZ4A*UTU\"P8D,_\IOGR)[GI7)]WZI=]7'U. M/?/#?J?>^9]G?L"KL?F(%`Q/4LT1D%(A'TW+L.^):6#D7+=ATC3=Z5A=1%3* M6=*PQQ!AV>>4M0B?B3KUB=<-.Y=BGQ#U]W8/0KQ?B'((.SP!%Y2$A-[A&)Y` M6,!Y0D+I=CB6B%YW^)FG4**`Y!MZ"5]Z,TL^9\GM2[\(A+TQYW3QJE^N"?0PX.`'L8!79(B\F(^>_5AQH=`V#TI MLX=`\,=2A%(H+?;I-U80I*I2JH1`ED2P*WQJ)+)TG&<)`4I\,96#%$H=+KO- MZ^XJ>0"P!Q#CV1/7;J]9[YQO&@";=S.S"%I9$?-F0FU\J$-6<-Y=D^1.=:`1 M=U.6$'F"5";>'OTE@V?!HJE4D=D*7:6,F1Q3%WY`E('#0J0V\_#A@:KKU'5! M]1Y;"'"I1U3#<*",V-9X0;0%,>A$M8PDE,\MLKJ84\7?S1ZG0NXM4X?6[]H7?WYTFA_M]VP!1E-QD6>)ZV!U%^[*!H@-)N"$JY!! M(:N[@^96SY`FE*31"MR90_]Q0EQU,L4U*$/U5*+1A6T9;$5)GSD.!44/9A;? M"+/6W*&VF/F.MKA4)XQ9J&`ES#JCG$!RT]Q,#N-,DXWE:I%%.+&\#''?%XW_ MM&=(75&DXO9S")]C>U[-=W\%4RXV@Q"7B[*G M0,0B0$TF0K`_6*&PBT06]SG.!C[O:7&?#[*XSTE6$^98MI+#=EVRC9J&H2-*3 M]XG>[@LSV]JQ?'HQ^E^O"?2XX.0'B=&>NKNP+FLB%(4SLBP32M)44_U?G:4)W%ZG^R)\N0@ ME">)47:&VDZ8"Y'#F7%L$Z^/9KX\4?SI<;;B-&_MB;-U$,Y68ISGDK0#YXHB M1N+,.+:)I?!3^@(+SX55>`ZTCON7])GCV@[;RIW]X3;/L@L.VD M8&O#G5`7*A%0:\,HH(OE1YZH_0<'=#AE2X+R-$[OTSU1GAZ$\C0IRK@M;P?. M57\E;@-GSK%-O#:D98DA+?T"2'^)T_V7/9'^8<$<2U M]9WV9;;1?GM`_V3CV8U3O;LGT.Y!0+M)@1Z8\YTX1XYFQK!-6Q3#:W/\_9O: M+^"WO3C->WOB[!V$LY<8Y]T1NA:\N;,.=%2$+HB*5'MD&]M/C/0L3O>S/9&> M'83T+"G2[-6':*@!O6*4[_99MJE+XJ^9=]_%:?]N3ZSO#L+Z+BG6IN519P?6 MTBKTAK'V6;:II>JOF7G?QVG_?D^L[P_"^CXIUH[MJ=Y.K`M16/LLV]3%VH]< M((O*WF/P3P+T/$[U\SV!GA\$]#PQT.[.YU<%.7HV[;-L4Z]O1?[[K(0>.J@7 M<=I?[(GUXB"L%TFQ]NC_L?1#D8[:&W4HT%_C5/]U3Z"_ M'@3TUZ1`WU-CN&M0%Q1)C$#:9]FFEJ6G3:E_LD&MQ1U@I.UY@)&F'H*UIB;" MVE'O=[^%B`)L^>^`8YM8+O[(N5;,8XSH+?U)@(X[C4+;\S0*33L(:"T9T$/M M4:!+\A;02XX(XMK?Y->FW/-^DU_2"<]40X8\!]!.C2^KMA&RP1 MU+_F\HD6]P:YMN<;Y)IQ$-9&(JQ-W;8>Q7I[273%$D$=QEIB.9E4_<'N.\H" M#L4Z[MU>;<]W>S5Z$-8T^5..L>WLQ#K8_+?^F(.Q;%*7%;'P`[<*_L!Q'?=Z MK[;GZ[U:U.N]Y:=N"M4&";1)3'B.!3.L?FR2&EC3HV)=SC] M]O=LONOU;][W^HWK9BL]/DFEQ^2?1)R+9V=G_HE@""#N'@?09KI'MK;%?XO< MULZWH?_AOP;Q9^0.]FT:\K#5OK^%?7LW?K]MF:%W&?`-AY.G;F"_'>:;K6ZC M0W;6Q-K*DI"I'1T"*1%9PED/GPU'G^NZ8EL_#%L&=,/GNHK9`MLSSE[1)4=` M2?VC+VU='6^=FDL,TZ&Z9SL+]N+8Q';P:"_X.5'Q_;0C`C*>M\\NVF__RR6Z M.E4U/'Q7B'_8\=3Q'D`JYF>[J.6K,\O_65)C=.7G7'GCW MV"OO,>?B4<)/5_?-1;O;(SMKGJ)N1KCG2:]K;$MUB[B1EJ\Y(19<%Q9GEIWH5.37[Q8.U#QQ0N2=Y%J;$!2,#"' M>'+RBR8_,OG-S#JLJVZO/@3?"4$W0D>*!U=!/\`<3N+O!DV$>J[;OQ@E?_/R+Z"2B= #7P`` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 11:10: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50344159A7 for ; Wed, 1 Sep 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA79542; Wed, 1 Sep 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DDD3D14F49; Wed, 1 Sep 1999 11:00:33 -0700 (PDT) Message-Id: <19990901180033.DDD3D14F49@hub.freebsd.org> Date: Wed, 1 Sep 1999 11:00:33 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13529: Update port: graphics/mpeg-lib to 1.3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13529 >Category: ports >Synopsis: Update port: graphics/mpeg-lib to 1.3.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: Wed Sep 1 11:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE >Organization: >Environment: >Description: * Updated version 1.2.1 to 1.3.1 * Fixed MASTER_SITES * FreeBSD.ORG -> FreeBSD.org * Added WWW: line in pkg/DESCR Remove file: patches/patch-ac >How-To-Repeat: >Fix: begin 644 mpge-lib.patch.gz M'XL("#YFS3<"`VUP9V4M;&EB+G!A=&-H`*U:>W?:2++_&SY%+<%C8R&0$!B0 MPQP3C!UF_3K`)'//9@\CI`8T`8DK"7N8W.QGWZIJ"01^)9F;XX#4C^JNUZ^K MJG'"YQDZ5"JF43%K53GO[`Q4 MO8CD%/PTX.PL"V_@1CP`;P5L?SX7=N3Z'BP21B9^8&9HB1$ND57?P`<1A#0B M$/^[<@/AF!F]I&>5ISL,[,(ESJU(@!T(_,+F#+)QX]^+Q5@$M*\J#?DX\Q?8 ME8G\((R$-\8V:LY?!$*\&YR;\)JTBO>`&]&9T;+6*".7&DJL:E;JX(\#5WC0 M_7,)>2:<5<][@^%-^[K;VC"GZJ4*D-JGT1+LUS&S]+"^K.YR7;*B]78]YS.:L\-V'LVL].`EJG=S/$ M_]U^*\/".(ME4[KM7Q+5Y[K]8$KS/_;_.>AW6IE,_@L^GO?Z7\L;O2J7-[^. M.KO-?P=APZ)=)4:?'Y MYZSS;0!#EHZO3@U>Z'L=8C9#,\/9"F[M"-`GM;II:";B`KI0_1F,24W#87B+D55C4B.CZ2W#^:#X=!P.Q!-!!,TR]8>JU M'5@W"-;U*LN==I<@(UH<8H`[995=B#$@(FI5LYJ<"R=9E7:0&IX96)'5*8%X%+IQ@+4S=1 M(94FB:A!VMP59MI34&^Z64N.<5JKPFM5DK6@W4]O%CD(5EF`?OOFJOC3'9A0"GUN0X4-_%5@\]E.:@*TML`* MUN!&H9BCOZC@^7A@1S.T@@_Y)1O\P!$86FR?*OBX&(\V[3@XWN=65,A>&-AGLHOVO-/EC_\X MR\9[J:)=ZXUB+5[V#=RB>`)@T".^7"_"9<)(RA&I]=O]_]E00V+DO"4++6;P M/J6N5!_I0"FY$WAT;K1:@,)'L^>I1#BS.Y%B$]F9>8HN!2A*21Y`U;E6UK.-OK`_S#IIUM<2NQ=V(01BLGS:+>2*P[?]3N$PS%OE^`-#N; MG@\H/J0#(3T./Q+HJ`= MAIA`[V8P;%]=(14'-F^C&$\+J:9GYRTP3J]6<:0TJ,(39,J;SN=GIP2VOV1Y M;]=GZ']DQ*!.MAR?$A1Z(.R9#[D'*_!<;VINNX\1$H\AE@,*ZRA^Q%$0RT_" MJ(M0@9`8^3Z$:T3$A1HNA>U.7+N0PT4F+MI.6A];/;T&#)F,;6^5]7%>5$/? MLQ:BF%9]2HN).%*6H#S2^6,RA3U#V-E@C"^[6_F^%5\@+D$'I\P]'#_9)?L[ MJV:GZ?\@1(J'8?D30==Q/E_&[_+A[[SL+HV]^4_-_20GT[&9H`'MS,QL4W?J MVV892B9^!M4F2ZR2(7[98,\.$.WF`3CUR'9V&T__)M.%IS98=/I(9V4T96^`Y@H%5W2@V99SJN&$D M^^4P1.1,)EA($$@9;PSC6P,`VP^$!.^&1C2;6G$#W9*`[7L3=XHI.T;LR];O\3<7.S65*3PI&W&N:NUCV9:7 M26!-%\*+BH#@97EK/FF[?PI[%5EC[(\/69G%$>H605CAFM[@7Y=7V],??&^^ M_C>?9C^6MHU?3Z+&WYVVC3EMXT!?YT!?,[6FK%I]4]HVW@__*V;U9"=MJV^K M<>KQ\3')4^3/,*O[5Y>*K#RN0H8E."[3 M&/(?M+E[WW6@+]![>M?OYK[]^:AP^F3W7:K[20E4C1J*0$_)H,I"J6^DL*&* M,3]XJ\7(1AP*,9K53F7WR@O=J8>"IP&.%5EQ.[VZ19`N?QI+"-X-SN$MZ437 M##EN[F/D0(,GD4"$.[KH777A.(P"82T*IVDYL2\"2ZHW(9V/Y"@*,[S5?%Z, M2ZO@B0?XX#H#V8N#5G:T"D0B19G([I@7Y?F_K.90J9+AH&W7MB4)96->+R>P MU29A(G[JFLQ@G["5=.-B/7(6*$S?ECVXUI,V1,U/FA!V2,DH!(VOVH_RO/EL MA75<1%6@V)7GC6EO/C?LA_E1U'9?ATC[>]&90EY7+>L4?E1KYO5QDMURT?SJ>[YB^5Q,:W) MJ*[A_+H6HS(5(+2BMJFE/2#%I0@2OR&/X-5QTHFI-4R#SX2:K*1M!F_'H7]5 MS4H--RIWR1&*@8$$FHN1Q!-J[.C.,D"M3N`H]\F[%!'EX!=H^\*4A95`V,*] M1_XMS"8\-YSAXT3V$RIS=2!G^\LUY2:3P%_`@=;X#3,2_O[DY8K0604!GMF] MA34516#BA#FT^D(L[.4:C8D:]T?R5\^;^*6!^Y>0,`5T\!_]X]J_=\6Y[XF" M;/Q^4C0E$&AQW@ZY4RF7KQ!C8%HB<%0@X_PQRW1>MQ/GNRW3R0Q6<9D7H;1B M8LA0JW]'F=?91UL*&=+QP@G'"R<;RY2Q)+GI!M&WE5L#74.+*[>T_&;P$^., M5(6W5M&Y",-?<94WQ&G@1OB]E->%C.[1>BG"(L-ED>N^`E&.^]`#YJA\V_(. M(T`L"2,F,QH-AN>=T:A08KVJ,C)MY6_OAKC'Y$U^\X0N!U;33FT*=MX3HPID@UKD(#Y;3PX$8SP`@TI-5"@1B[6BS6@!-/P;)' M1*F5KV"?3$NPR4/?F0G[,SN/'W`;#7K][`0`B8^0\PX'8_+X@OW+SZR8"[N!:(W%:1\4&]/"LRJ M[2^6&%\'R`)B.U.9X_XQC9CZ)8`AU5WQ+_SL(M8XY(-YI#J2Q+##FB.*.VMF M^@AS)J8P7C/M&_';4'5$).P(.;1]BO#'_KW85&=:]Y0VB[1R.6[`+8A[W%J.-_(I)Q/3P_SAX9=# MOG"R[T>;28<*BO'KX>^?<0;H%/:6EU43#N3P@ZP**>/)#3GU M-D_K>I,.A=C]:>HV(J-FC+]"CNI9/1A3+"S70W3]DNA9.X6O<5=$ M[7+DZ5ZW7#*1+4M!VG%*8)0R!Y/-AH^Y\9'(6\0B=I$;J=LL.YG!DQP\'Q*Y M\K@]5>VO@JUWHJ>-`_^S\%C9E5/, MY1&,="D-B03JUDQR))$HMV/SL8WP2-3L5K_Q`$E@BY3<#WFZNLK)<_:-O(6A MJB-CI&=A3(?>/PN#+N!I8'AY-/P:MJ5 MU%7\'W\=IB,],=_[(U,;L32X^.V0S[L M3^@.1&DDVXD]7;JZ]%=T\D_DK`@/SMK]LX-\NW\PE:_Q->!!7CZDFND*D)OQ@9H5;.9+'=F1/&*72C/^ M",2]8T?8$S\E'7$)]2`O'[BY_*C"6D:KWVNCM//@K'-WAW/Q$R=RRM8AQK\U MMOT\+9]W!YT^O-#W#=%L,O1QV4L&DL^6O383]WX83N\%25LDJ'S]^-&$6 M\0^S<*T@G+G+TG(=S7ROY(FH_)_I@Q4XS#NQ_CTJNKOJ#8;P0M^WJ8B'VTU_9K<)C]J M,W:GT94WNH:P)5OTZP3AW:=^0G5PL'/C=7``Y9!&S1T)WE3Z/WB'1%;>WR/3 +S_X7.2Z3C,Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 11:45: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 93B991552B; Wed, 1 Sep 1999 11:45:07 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Received: (from sumikawa@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA83104; Wed, 1 Sep 1999 11:43:37 -0700 (PDT) (envelope-from sumikawa@FreeBSD.org) Date: Wed, 1 Sep 1999 11:43:37 -0700 (PDT) From: Message-Id: <199909011843.LAA83104@freefall.freebsd.org> To: tkato@prontomail.ne.jp, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13412: Update port: archivers/lha to 1.14e Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archivers/lha to 1.14e State-Changed-From-To: open->closed State-Changed-By: sumikawa State-Changed-When: Thu Sep 2 03:41:55 JST 1999 State-Changed-Why: I've discussed with originator and updated to latest version 1.14f. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 11:51:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46BFE15AB8 for ; Wed, 1 Sep 1999 11:51:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA83701; Wed, 1 Sep 1999 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Sep 1999 11:50:01 -0700 (PDT) Message-Id: <199909011850.LAA83701@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/13526: eterm does not build in ports-stable Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13526; it has been noted by GNATS. From: Chris Piazza To: cs@cheasy.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/13526: eterm does not build in ports-stable Date: Wed, 1 Sep 1999 11:40:29 -0700 On Wed, Sep 01, 1999 at 07:49:42PM +0200, cs@cheasy.de wrote: > ===> Verifying install for Imlib.4 in /usr/ports/graphics/imlib > ===> Installing for imlib-1.9.4 > ===> imlib-1.9.4 is already installed - perhaps an older version? > If so, you may wish to ``make deinstall'' and install > this port again by ``make reinstall'' to upgrade it properly. Hi, Could you reply with the output of `pkg_info -aI | grep imlib` and `ls -l /usr/X11R6/lib/libImlib.so.4`? -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "One should forgive one's enemies, but not before they are hanged." --Heinrich Heine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 13:49:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by hub.freebsd.org (Postfix) with ESMTP id 2F68415ACD for ; Wed, 1 Sep 1999 13:49:40 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id PAA16054; Wed, 1 Sep 1999 15:48:43 -0500 (CDT) Received: from sji-ca42-115.ix.netcom.com(209.111.212.115) by dfw-ix10.ix.netcom.com via smap (V1.3) id rma015960; Wed Sep 1 15:47:59 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA81878; Wed, 1 Sep 1999 13:47:47 -0700 (PDT) Date: Wed, 1 Sep 1999 13:47:47 -0700 (PDT) Message-Id: <199909012047.NAA81878@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: handy@physics.montana.edu, mac@jp.freebsd.org Cc: ports@freebsd.org Subject: windowmaker checksum mismatch From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://bento.freebsd.org/errorlogs/3-latest/windowmaker-0.60.0.log To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 14:10: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A81815AD4 for ; Wed, 1 Sep 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA95647; Wed, 1 Sep 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id AEE5A15A51 for ; Wed, 1 Sep 1999 14:03:13 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) id PAA19234; Wed, 1 Sep 1999 15:02:37 -0600 (MDT) (envelope-from handy) Message-Id: <199909012102.PAA19234@lambic.physics.montana.edu> Date: Wed, 1 Sep 1999 15:02:37 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13530: windowmaker checksum fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13530 >Category: ports >Synopsis: Checksum mismatch on distfile >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 Sep 1 14:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 4.0-CURRENT i386 >Organization: MSU - Physics >Environment: >Description: Distfile changed on master site. Checksum updated to reflect this, and DESCR updated slightly and WWW: thingy added. >How-To-Repeat: >Fix: diff -urN windowmaker.orig/files/md5 windowmaker/files/md5 --- windowmaker.orig/files/md5 Wed Sep 1 14:51:56 1999 +++ windowmaker/files/md5 Wed Sep 1 14:54:06 1999 @@ -1,2 +1,2 @@ -MD5 (WindowMaker-0.60.0.tar.bz2) = c1a4e199285bce02572193d358242d28 +MD5 (WindowMaker-0.60.0.tar.bz2) = 604037b038962325d0518e1c2d02e929 MD5 (WindowMaker-extra-0.1.tar.bz2) = e6fb381da0d207c320f58e7a1fea2a2b diff -urN windowmaker.orig/pkg/DESCR windowmaker/pkg/DESCR --- windowmaker.orig/pkg/DESCR Wed Sep 1 14:51:56 1999 +++ windowmaker/pkg/DESCR Wed Sep 1 15:00:12 1999 @@ -1,6 +1,6 @@ -WindowMaker is a new Windowmanager for X written by Alfredo Kojima. It follows +Window Maker is a new Windowmanager for X written by Alfredo Kojima. It follows in the tradition of Afterstep, attempting to emulate the most fantastic of -UI's posessed by the NeXT STEP(tm) operating system. It has many qualities -that make it superior to AfterStep, although it is still in development, and -does lack features. When it is completed, it will be a GNUSTEP compliant -Windowmanager that requires no editing of messy configuration files. +UI's posessed by the NeXT STEP(tm) operating system. Window Maker is an +official part of the GNU Project. + +WWW: http://www.windowmaker.org/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 14:15:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 2416A1550C; Wed, 1 Sep 1999 14:14:59 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2369 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Wed, 1 Sep 1999 23:12:57 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m11MHgd-0007NUC; Wed, 1 Sep 99 23:12 MET DST Received: from odie.lippe.de (localhost [127.0.0.1]) by cc.fh-lippe.de (8.9.3/8.9.1) with ESMTP id WAA17416; Wed, 1 Sep 1999 22:42:15 +0200 (CEST) (envelope-from lkoeller@odie.lippe.de) Message-Id: <199909012042.WAA17416@cc.fh-lippe.de> X-Mailer: exmh version 2.0.2 2/24/98 From: Lars =?iso-8859-1?Q?K=F6ller?= To: sumikawa@FreeBSD.org Cc: lkoeller@cc.fh-lippe.de, freebsd-ports@FreeBSD.org Subject: Re: ports/13179: New Port (Palm Pilot Desktop) In-reply-to: sumikawa's message of Wed, 01 Sep 1999 01:52:47 -0700. <199909010852.BAA56885@freefall.freebsd.org> X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ Synopsis: New Port (Palm Pilot Desktop) > > State-Changed-From-To: open->closed > State-Changed-By: sumikawa > State-Changed-When: Wed Sep 1 17:52:21 JST 1999 > State-Changed-Why: > Thanks, but I've committed jpilot port from PR 13337 > by Alex Varju > > If you have more cosmetic patch or patch for updating, > could you sent it to maintainer? Hmmmm, grrrr... :-) I've talked to the author and make the port compilable under FreeBSD. A little bit of demotivating ;-() But the essential is the port now exists. Regards Lars -- E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.fh-lippe.de | Computing Center PGP-key: | University of Bielefeld http://www.nic.surfnet.nl/pgp/pks-toplev.html | Germany ----------- FreeBSD, what else? ---- http://www.freebsd.org ------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 14:22:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5A0A15B5F; Wed, 1 Sep 1999 14:21:51 -0700 (PDT) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA97426; Wed, 1 Sep 1999 14:20:31 -0700 (PDT) (envelope-from asami@FreeBSD.org) Date: Wed, 1 Sep 1999 14:20:31 -0700 (PDT) From: Message-Id: <199909012120.OAA97426@freefall.freebsd.org> To: handy@physics.montana.edu, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13530: Checksum mismatch on distfile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Checksum mismatch on distfile State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Wed Sep 1 14:20:16 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 14:23: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id AA79A15BF3; Wed, 1 Sep 1999 14:23:03 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 9CEFD1C0E; Wed, 1 Sep 1999 16:25:54 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 982B73815; Wed, 1 Sep 1999 16:25:54 -0400 (EDT) Date: Wed, 1 Sep 1999 16:25:54 -0400 (EDT) From: Bill Fumerola To: Lars =?iso-8859-1?Q?K=F6ller?= Cc: sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13179: New Port (Palm Pilot Desktop) In-Reply-To: <199909012042.WAA17416@cc.fh-lippe.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 1 Sep 1999, Lars [iso-8859-1] K=F6ller wrote: > > Thanks, but I've committed jpilot port from PR 13337 > I've talked to the author and make the port compilable under FreeBSD. Agreed, it's a little depressing when you get a port in quicker but someone elses gets imported. --=20 - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 17: 0:38 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 33AE514F2A for ; Wed, 1 Sep 1999 17:00:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA15422; Wed, 1 Sep 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from totem.freenix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id A72BB14D9D for ; Wed, 1 Sep 1999 16:52:06 -0700 (PDT) (envelope-from anders@totem.freenix.no) Received: (from anders@localhost) by totem.freenix.no (8.9.3/8.9.3) id BAA78046; Thu, 2 Sep 1999 01:52:05 +0200 (CEST) Message-Id: <199909012352.BAA78046@totem.freenix.no> Date: Thu, 2 Sep 1999 01:52:05 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13533: New port: hppsmtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13533 >Category: ports >Synopsis: New port: hppsmtools >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 Sep 1 17:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: hppsmtools is a program for communicating with the HP PhotoSmart C5340A and Konica Q-EZ digital cameras. You can retrive, have an index of, delete and shoot pictures. => Works fine with my HP C5340A cam, and seems to be the only tool available for it that I can run in FreeBSD. >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: # # hppsmtools # hppsmtools/files # hppsmtools/files/md5 # hppsmtools/Makefile # hppsmtools/pkg # hppsmtools/pkg/PLIST # hppsmtools/pkg/COMMENT # hppsmtools/pkg/DESCR # hppsmtools/patches # hppsmtools/patches/patch-aa # echo c - hppsmtools mkdir -p hppsmtools > /dev/null 2>&1 echo c - hppsmtools/files mkdir -p hppsmtools/files > /dev/null 2>&1 echo x - hppsmtools/files/md5 sed 's/^X//' >hppsmtools/files/md5 << 'END-of-hppsmtools/files/md5' XMD5 (hppsmtools-0.3.tar.gz) = 55a5a81016c7f8f1f257dd34322d6936 END-of-hppsmtools/files/md5 echo x - hppsmtools/Makefile sed 's/^X//' >hppsmtools/Makefile << 'END-of-hppsmtools/Makefile' X# New ports collection makefile for: hppsmtools X# Version required: 0.3 X# Date created: 2 September 1999 X# Whom: Anders Nordby X# X# $Id$ X# X XDISTNAME= hppsmtools-0.3 XCATEGORIES= graphics XMASTER_SITES= http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ \ X http://www.freenix.no/~anders/ \ X ftp://totem.fix.no/pub/mirrors/misc/ X XMAINTAINER= anders@fix.no X XALL_TARGET= X Xdo-install: X @${RM} -f ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir X @${RM} -f ${PREFIX}/bin/psmdel ${PREFIX}/bin/psmsho X @${INSTALL_PROGRAM} ${WRKSRC}/psmget ${PREFIX}/bin/ X @${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdir X @${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmdel X @${LN} ${PREFIX}/bin/psmget ${PREFIX}/bin/psmsho X @${INSTALL} -d -m 0755 ${PREFIX}/share/doc/hppsmtools X @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hppsmtools/ X X.include END-of-hppsmtools/Makefile echo c - hppsmtools/pkg mkdir -p hppsmtools/pkg > /dev/null 2>&1 echo x - hppsmtools/pkg/PLIST sed 's/^X//' >hppsmtools/pkg/PLIST << 'END-of-hppsmtools/pkg/PLIST' Xbin/psmget Xbin/psmdir Xbin/psmdel Xbin/psmsho Xshare/doc/hppsmtools/README X@dirrm share/doc/hppsmtools END-of-hppsmtools/pkg/PLIST echo x - hppsmtools/pkg/COMMENT sed 's/^X//' >hppsmtools/pkg/COMMENT << 'END-of-hppsmtools/pkg/COMMENT' XTool for HP PhotoSmart C5340A & Konica Q-Konica Q-EZ digital cameras. END-of-hppsmtools/pkg/COMMENT echo x - hppsmtools/pkg/DESCR sed 's/^X//' >hppsmtools/pkg/DESCR << 'END-of-hppsmtools/pkg/DESCR' Xhppsmtools is a program for communicating with the HP PhotoSmart XC5340A and Konica Q-EZ digital cameras. You can retrive, have an Xindex of, delete and shoot pictures. X XAuthor: msdemlei@tucana.ari.uni-heidelberg.de XWWW: http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ END-of-hppsmtools/pkg/DESCR echo c - hppsmtools/patches mkdir -p hppsmtools/patches > /dev/null 2>&1 echo x - hppsmtools/patches/patch-aa sed 's/^X//' >hppsmtools/patches/patch-aa << 'END-of-hppsmtools/patches/patch-aa' X*** psmget.c.orig Wed Sep 1 23:04:53 1999 X--- psmget.c Wed Sep 1 23:06:41 1999 X*************** X*** 13,23 **** X #include X #include X X- #ifdef PSM_GLIBC X #include X- #include X #include X- #endif X X typedef unsigned char uchar; X X--- 13,20 ---- END-of-hppsmtools/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 17: 0:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from inet-tsb.toshiba.co.jp (inet-tsb.toshiba.co.jp [202.33.96.40]) by hub.freebsd.org (Postfix) with ESMTP id 27A7B14F2A; Wed, 1 Sep 1999 17:00:34 -0700 (PDT) (envelope-from shige@sitc.toshiba.co.jp) Received: from tis2.tis.toshiba.co.jp by inet-tsb.toshiba.co.jp (8.8.8/3.3W9-04/12/95) id IAA00457; Thu, 2 Sep 1999 08:59:49 +0900 (JST) Received: from mx2.toshiba.co.jp by tis2.tis.toshiba.co.jp (8.8.4+2.7Wbeta4/3.3W9-95082317) id IAA12836; Thu, 2 Sep 1999 08:59:49 +0900 (JST) Received: from tas0470.sitc.toshiba.co.jp by toshiba.co.jp (8.7.1+2.6Wbeta4/3.3W9-TOSHIBA-GLOBAL SERVER) id IAA02741; Thu, 2 Sep 1999 08:59:48 +0900 (JST) Received: from localhost by tas0470.sitc.toshiba.co.jp (8.9.3/sitc-1.4) with ESMTP id IAA26450; Thu, 2 Sep 1999 08:59:47 +0900 (JST) To: ports@FreeBSD.ORG Cc: jseger@FreeBSD.ORG, ports@FreeBSD.ORG, asami@FreeBSD.ORG, hetzels@westbend.net Subject: ${PORTSDIR}/Mk/bsd.port.emacs.mk (Re: emacs-XX) From: Shigeyuki Fukushima In-Reply-To: <19990829030336Q.shige@shige.org> References: <19990822212722W.shige@shige.org> <02cf01bef0ea$a8aee400$8dfee0d1@westbend.net> <19990829030336Q.shige@shige.org> X-Mailer: Mew version 1.94pre2 on Emacs 20.4 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-URL: http://www.freebsd.org/~shige/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990902085658F.shige@sitc.toshiba.co.jp> Date: Thu, 02 Sep 1999 08:56:58 +0900 X-Dispatcher: imput version 990826(IM126) Lines: 19 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Shigeyuki Fukushima Subject: Re: emacs-XX Date: Sun, 29 Aug 1999 03:03:36 +0900 shige> I proposed 2-ways how to apply this additional include file (emacs.inc) shige> to the current ports tree: shige> a.) ${PORTSDIR}/Mk/bsd.port.emacs.mk shige> b.) ${PORTSDIR}/editors/emacs.inc shige> shige> Which do you like? shige> # I like a-way. :) If there is no objection, I adopt plan a.), and want to import NEW bsd.port.emacs.mk to ${PORTSDIR}/Mk, or to ask for asami-san to do so. Any comments? --- shige Shigeyuki Fukushima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 17:39:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix3.ix.netcom.com (dfw-ix3.ix.netcom.com [206.214.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 3A57A15027; Wed, 1 Sep 1999 17:39:17 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix3.ix.netcom.com (8.8.4/8.8.4) id TAA19869; Wed, 1 Sep 1999 19:36:08 -0500 (CDT) Received: from sji-ca42-115.ix.netcom.com(209.111.212.115) by dfw-ix3.ix.netcom.com via smap (V1.3) id rma019716; Wed Sep 1 19:35:12 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA83164; Wed, 1 Sep 1999 17:35:07 -0700 (PDT) To: Shigeyuki Fukushima Cc: ports@FreeBSD.org, jseger@FreeBSD.org, hetzels@westbend.net Subject: Re: ${PORTSDIR}/Mk/bsd.port.emacs.mk (Re: emacs-XX) References: <19990822212722W.shige@shige.org> <02cf01bef0ea$a8aee400$8dfee0d1@westbend.net> <19990829030336Q.shige@shige.org> <19990902085658F.shige@sitc.toshiba.co.jp> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 01 Sep 1999 17:35:06 -0700 In-Reply-To: Shigeyuki Fukushima's message of "Thu, 02 Sep 1999 08:56:58 +0900" Message-ID: Lines: 26 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * shige> a.) ${PORTSDIR}/Mk/bsd.port.emacs.mk * shige> b.) ${PORTSDIR}/editors/emacs.inc * If there is no objection, I adopt plan a.), and want to import NEW * bsd.port.emacs.mk to ${PORTSDIR}/Mk, or to ask for asami-san to do so. Why do people want it to be in ${PORTSDIR}/Mk? If it's because they think they can build a port outside of the ports tree by using .include "${PORTSDIR}/Mk/bsd.port.emacs.mk" instead of .include "${.CURDIR}/../../editors/emacs.inc" let me note that you need to somehow get the definition of ${PORTDIR} first, and it will thus not work unless you include it after bsd.port.mk or at least bsd.port.pre.mk. Including it after bsd.port.mk will of course open a whole new can of worms (just think what will happen if you use one of the directory names in PLIST_SUB). That means it has to be with bsd.port.pre.mk. Do people really want to do that? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 19:45:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from logisticsoftware.co.nz (pinnacle.co.nz [202.37.163.1]) by hub.freebsd.org (Postfix) with ESMTP id DEF6314D31 for ; Wed, 1 Sep 1999 19:45:48 -0700 (PDT) (envelope-from jonc@logisticsoftware.co.nz) Received: (from jonc@localhost) by logisticsoftware.co.nz (8.9.3/8.9.3) id OAA01471; Thu, 2 Sep 1999 14:44:55 +1200 (NZST) Date: Thu, 2 Sep 1999 14:44:55 +1200 (NZST) From: Jonathan Chen To: freebsd-ports@freebsd.org Subject: Problems with glib12 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 Hi, A "make install" followed by a "make deinstall" for devel/glib12 fails with: ===> Deinstalling for glib-1.2.3 pkg_delete: file `/usr/local/lib/libglib12.a' doesn't really exist pkg_delete: file `/usr/local/lib/libglib12.so' doesn't really exist pkg_delete: file `/usr/local/lib/libglib12.so.2' doesn't really exist pkg_delete: file `/usr/local/lib/libgmodule12.a' doesn't really exist pkg_delete: file `/usr/local/lib/libgmodule12.so' doesn't really exist pkg_delete: file `/usr/local/lib/libgmodule12.so.2' doesn't really exist pkg_delete: file `/usr/local/lib/libgthread12.a' doesn't really exist pkg_delete: file `/usr/local/lib/libgthread12.so' doesn't really exist pkg_delete: file `/usr/local/lib/libgthread12.so.2' doesn't really exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) This is because the port is installing the libraries as libglib-12.{a|so} libgmodule-12.{a|so} libgthread-12.{a|so} which appears to be incorrect, as other ports (eg: gtk12) requires it to be libglib12.{a|so}. Makefile version: # $FreeBSD: ports/devel/glib12/Makefile,v 1.24 1999/08/31 06:41:47 mharo Exp $ Jonathan Chen | "In prosperity our friends know us; | in adversity we know our friends." | - John Churton Collins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 20:40: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E66CB14FDF for ; Wed, 1 Sep 1999 20:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA31664; Wed, 1 Sep 1999 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Sep 1999 20:40:02 -0700 (PDT) Message-Id: <199909020340.UAA31664@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kazu TAKAMUNE Subject: Re: ports/13520: Update: japanese/epwutil Reply-To: Kazu TAKAMUNE Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13520; it has been noted by GNATS. From: Kazu TAKAMUNE To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/13520: Update: japanese/epwutil Date: Thu, 02 Sep 1999 12:27:22 +0900 Oops, it was a normal diff format. :( I send a patch again. diff -x CVS -Nur /usr/ports/japanese/eb/Makefile japanese/eb/Makefile --- /usr/ports/japanese/eb/Makefile Thu Aug 26 10:17:09 1999 +++ japanese/eb/Makefile Wed Sep 1 12:00:00 1999 @@ -26,6 +26,7 @@ chujiten6-2.3.tar.gz \ colloc-2.0.tar.gz \ crownfj-2.0.tar.gz \ + daihyakka-1.0.tar.gz \ daijirin-2.0.tar.gz \ dd75-2.0.tar.gz \ genius-1.0.tar.gz \ diff -x CVS -Nur /usr/ports/japanese/eb/files/LIST japanese/eb/files/LIST --- /usr/ports/japanese/eb/files/LIST Fri Aug 20 10:09:12 1999 +++ japanese/eb/files/LIST Mon Aug 16 11:31:03 1999 @@ -150,6 +150,31 @@ _________________________________________________________________ Title + Nippon Daihyakka Zensyo + + Publishers + Shogakukan + + Disc Type + EBXA + + ISBN + --- + + ID + YRRS-403 + + Appendix Version + 1.0 + + URL + ftp://ftp.sra.co.jp/pub/misc/eb/appendix/daihyakka-1.0.tar.gz + + Note + Contributed by Satoru Takabayashi + _________________________________________________________________ + + Title Daijirin Publishers diff -x CVS -Nur /usr/ports/japanese/eb/files/LIST-ja japanese/eb/files/LIST-ja --- /usr/ports/japanese/eb/files/LIST-ja Fri Aug 20 10:09:12 1999 +++ japanese/eb/files/LIST-ja Mon Aug 16 11:31:04 1999 @@ -149,6 +149,31 @@ _________________________________________________________________ $B=q@RL>(B + $BF|K\BgI42JA4=q(B + + $B=PHG.3X4[(B + + $B7A<0(B + EBXA + + ISBN + --- + + ID + YRRS-403 + + Appendix $B$N%P!<%8%g%s(B + 1.0 + + URL + ftp://ftp.sra.co.jp/pub/misc/eb/appendix/daihyakka-1.0.tar.gz + + Note + Satoru Takabayashi $B$5$s$K$h$C$F:n@.$5$l$^$7$?!#(B + _________________________________________________________________ + + $B=q@RL>(B $BBg<-NS(B $B=PHG; Wed, 1 Sep 1999 21:31:18 -0700 (PDT) (envelope-from jreynold@primenet.com) Received: (from jreynold@localhost) by localhost.primenet.com (8.9.3/8.9.3) id VAA30902; Wed, 1 Sep 1999 21:32:20 -0700 (MST) (envelope-from jreynold@primenet.com) From: John and Jennifer Reynolds MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14285.64977.242350.857128@gargle.gargle.HOWL> Date: Wed, 1 Sep 1999 21:32:17 -0700 (MST) To: ports@freebsd.org Subject: world's smallest patch to wordperfect port X-Mailer: VM 6.73 under Emacs 20.3.1 Cc: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hey all, I was installing the word perfect port last night. MAJORLY cool job to all those involved in making port so successful!!! I didn't have linux_base installed, it went and grabbed everything and just kicked butt. Kudos! However, I have a 2-line patch to the Makefile. It gives a URL to go grab your "free registration key" which appears to have gone to the big URL bucket in the sky. This fixes it. Here's the 2 line patch. Thanks all! -Jr --- Makefile.orig Wed Sep 1 21:19:56 1999 +++ Makefile Wed Sep 1 21:20:22 1999 @@ -49,7 +49,7 @@ ${ECHO} " This installation of WordPerfect will expire in 90 days," ; \ ${ECHO} " unless you retrieve a free registration key from" ; \ ${ECHO} "" ; \ - ${ECHO} " https://livewire.corel.com/wp8LinuxReg/" ; \ + ${ECHO} " http://venus.corel.com/nasapps/wp8linuxreg/register.html" ; \ ${ECHO} "" ; \ ${ECHO} " to register your copy TODAY. Do this now!" ; \ ${ECHO} "" ; \ -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running jreynold@primenet.com FreeBSD 3.2-STABLE. FreeBSD: The Power to Serve. http://www.primenet.com/~jreynold/ Come join us!!! @ http://www.FreeBSD.org/ =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Sep 1 22: 0:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from area51.fremont.ca.us (c158457-a.frmt1.sfba.home.com [24.9.169.120]) by hub.freebsd.org (Postfix) with ESMTP id 51D8315C6B for ; Wed, 1 Sep 1999 22:00:22 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.3/8.9.2) id WAA60583; Wed, 1 Sep 1999 22:00:17 -0700 (PDT) (envelope-from mharo) Date: Wed, 1 Sep 1999 22:00:16 -0700 From: Michael Haro To: John and Jennifer Reynolds Cc: ports@FreeBSD.ORG Subject: Re: world's smallest patch to wordperfect port Message-ID: <19990901220016.A60468@area51.fremont.ca.us> Reply-To: mharo@area51.fremont.ca.us References: <14285.64977.242350.857128@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <14285.64977.242350.857128@gargle.gargle.HOWL>; from John and Jennifer Reynolds on Wed, Sep 01, 1999 at 09:32:17PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks for noticing that. I've updated the wordperfect port. Michael On Wed, Sep 01, 1999 at 09:32:17PM -0700, John and Jennifer Reynolds wrote: > > Hey all, > > I was installing the word perfect port last night. MAJORLY cool job to all > those involved in making port so successful!!! I didn't have linux_base > installed, it went and grabbed everything and just kicked butt. Kudos! > > However, I have a 2-line patch to the Makefile. It gives a URL to go grab your > "free registration key" which appears to have gone to the big URL bucket in > the sky. This fixes it. Here's the 2 line patch. > > Thanks all! > > -Jr > > --- Makefile.orig Wed Sep 1 21:19:56 1999 > +++ Makefile Wed Sep 1 21:20:22 1999 > @@ -49,7 +49,7 @@ > ${ECHO} " This installation of WordPerfect will expire in 90 days," ; \ > ${ECHO} " unless you retrieve a free registration key from" ; \ > ${ECHO} "" ; \ > - ${ECHO} " https://livewire.corel.com/wp8LinuxReg/" ; \ > + ${ECHO} " http://venus.corel.com/nasapps/wp8linuxreg/register.html" ; \ > ${ECHO} "" ; \ > ${ECHO} " to register your copy TODAY. Do this now!" ; \ > ${ECHO} "" ; \ > > > -- > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > John Reynolds Chandler Capabilities Engineering, CDS, Intel Corporation > jreynold@sedona.ch.intel.com My opinions are mine, not Intel's. Running > jreynold@primenet.com FreeBSD 3.2-STABLE. FreeBSD: The Power to Serve. > http://www.primenet.com/~jreynold/ Come join us!!! @ http://www.FreeBSD.org/ > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 1:20: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 602F614FDA for ; Thu, 2 Sep 1999 01:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA53127; Thu, 2 Sep 1999 01:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mx1.issei.org (mx1.issei.org [210.254.221.66]) by hub.freebsd.org (Postfix) with ESMTP id B90C514EC5 for ; Thu, 2 Sep 1999 01:18:23 -0700 (PDT) (envelope-from issei@issei.org) Received: from tole.issei.org (tole.issei.org [210.254.221.67]) by mx1.issei.org (8.9.3+3.2W/3.7W-v6) with ESMTP/IPv4 id QAA17927 for ; Thu, 2 Sep 1999 16:46:12 +0900 (JST) (envelope-from issei@issei.org) Received: by tole.issei.org (Postfix, from userid 3001) id 0794C1F34; Thu, 2 Sep 1999 16:46:11 +0900 (JST) Message-Id: <19990902074611.0794C1F34@tole.issei.org> Date: Thu, 2 Sep 1999 16:46:11 +0900 (JST) From: issei@jp.FreeBSD.org Reply-To: issei@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13536: Update port : security/ssh (security fix) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13536 >Category: ports >Synopsis: Security fix : security/ssh port. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 2 01:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Issei Suzuki >Release: FreeBSD 3.2-STABLE i386 >Organization: Individual >Environment: OS: FreeBSD 3.2-STABLE (Jun 1999) bsd.port.mk: $Id: bsd.port.mk,v 1.306 1999/03/08 07:23:10 asami Exp $ >Description: Patch for problem with tty ownership with chflags and chown in BSD 4.4 variants. Fixes a security bug in tty allocation. >How-To-Repeat: >Fix: Apply the following patch. # I mailed the maintainer a few days ago, but he has not reply yet. diff -urN ssh.old/Makefile ssh/Makefile --- ssh.old/Makefile Tue Aug 31 19:17:41 1999 +++ ssh/Makefile Wed Sep 1 16:44:37 1999 @@ -13,6 +13,10 @@ CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ +PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +PATCHFILES= patch-${DISTNAME}-bsd.tty.chown +PATCH_DIST_STRIP= -p1 + MAINTAINER= torstenb@FreeBSD.org # You can set USA_RESIDENT appropriately in /etc/make.conf if this bugs you.. diff -urN ssh.old/files/md5 ssh/files/md5 --- ssh.old/files/md5 Wed Jun 16 07:36:30 1999 +++ ssh/files/md5 Thu Sep 2 05:10:05 1999 @@ -1 +1,2 @@ MD5 (ssh-1.2.27.tar.gz) = c22bc000bee0f7d6f4845eab72a81395 +MD5 (patch-ssh-1.2.27-bsd.tty.chown) = e4d7755994c2fa0d419a60723e8a9d53 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 2:11:30 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E21E14CCF for ; Thu, 2 Sep 1999 02:11:26 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA56820; Thu, 2 Sep 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from saturn.psn.net (saturn.psn.net [207.211.58.15]) by hub.freebsd.org (Postfix) with ESMTP id 6B4CE14C10 for ; Thu, 2 Sep 1999 02:06:22 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (5042-243.008.popsite.net [209.224.140.243]) by saturn.psn.net (8.9.3/8.9.3) with ESMTP id CAA10412 for ; Thu, 2 Sep 1999 02:08:50 -0700 (MST) Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id RAA86895; Wed, 1 Sep 1999 17:34:21 -0400 (EDT) (envelope-from will) Message-Id: <199909012134.RAA86895@shadow.blackdawn.com> Date: Wed, 1 Sep 1999 17:34:21 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13537: update x11/eterm from v0.8.8 to v0.8.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13537 >Category: ports >Synopsis: update x11/eterm from v0.8.8 to v0.8.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 2 02:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.2-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.2-STABLE FreeBSD 3.2-STABLE #0: Sat Aug 14 00:56:46 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: this is an update for eterm.. >How-To-Repeat: Apply the following diff to the current eterm port. >Fix: diff -urN --exclude=CVS eterm/Makefile eterm.new/Makefile --- eterm/Makefile Tue Aug 31 23:31:44 1999 +++ eterm.new/Makefile Wed Sep 1 17:25:44 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: eterm -# Version required: 0.8.8 +# Version required: 0.8.9 # Date created: 24 November 1997 # Whom: Murray Stokely # -# $FreeBSD: ports/x11/eterm/Makefile,v 1.19 1999/08/31 02:50:16 peter Exp $ +# $FreeBSD$ # -DISTNAME= Eterm-0.8.8 -PKGNAME= eterm-0.8.8 +DISTNAME= Eterm-0.8.9 +PKGNAME= eterm-0.8.9 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ http://eterm.is.nontoxic.org/download/ \ @@ -31,19 +31,21 @@ ${CP} ${FILESDIR}/patch-kanji ${PATCHDIR} .endif +# this is needed to remove leftover files from applied patches. +pre-install: +.for i in Eterm emacs irc mutt tn3270 trans + @${RM} -f ${WRKSRC}/themes/$i/*.orig +.endfor + post-install: - ${CHOWN} root.wheel ${PREFIX}/bin/Eterm - ${CHMOD} 4755 ${PREFIX}/bin/Eterm - ${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm + @${CHOWN} root.wheel ${PREFIX}/bin/Eterm + @${CHMOD} 4755 ${PREFIX}/bin/Eterm .ifndef NOPORTDOCS - ${MKDIR} ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.help ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ref ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm - ${INSTALL_DATA} ${WRKSRC}/doc/menu_cmd ${PREFIX}/share/doc/Eterm + @${MKDIR} ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm .endif .include diff -urN --exclude=CVS eterm/files/md5 eterm.new/files/md5 --- eterm/files/md5 Fri Apr 23 21:06:00 1999 +++ eterm.new/files/md5 Thu Aug 19 19:36:07 1999 @@ -1 +1 @@ -MD5 (Eterm-0.8.8.tar.gz) = 19c0571f900757e5a90ac36baac3f79b +MD5 (Eterm-0.8.9.tar.gz) = 9e4945a6920f7d10cf28516266307519 diff -urN --exclude=CVS eterm/patches/patch-ac eterm.new/patches/patch-ac --- eterm/patches/patch-ac Fri Apr 23 21:06:00 1999 +++ eterm.new/patches/patch-ac Wed Sep 1 14:35:04 1999 @@ -1,14 +1,13 @@ -*** src/Makefile.in Wed Jan 13 05:54:45 1999 ---- src/Makefile.in~ Sun Feb 7 23:00:35 1999 -*************** -*** 123,128 **** ---- 123,131 ---- - system.h threads.h graphics/Makefile.am graphics/Makefile.in \ - graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h \ - graphics/qplot.c Eterm.xpm -+ ifeq ($(PORTOBJFORMAT),elf) -+ LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib -+ endif - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = +--- src/Makefile.in Mon Apr 26 10:53:52 1999 ++++ src/Makefile.in.new Wed Sep 1 14:34:27 1999 +@@ -121,6 +121,10 @@ + + EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h system.h threads.h graphics/Makefile.am graphics/Makefile.in graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h graphics/qplot.c Eterm.xpm + ++ifeq ($(PORTOBJFORMAT),elf) ++LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib ++endif ++ + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = diff -urN --exclude=CVS eterm/pkg/PLIST eterm.new/pkg/PLIST --- eterm/pkg/PLIST Tue Jun 22 17:14:00 1999 +++ eterm.new/pkg/PLIST Wed Sep 1 14:22:53 1999 @@ -8,7 +8,6 @@ lib/libmej.so.8 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -share/Eterm/colortest.sh share/Eterm/pix/014.png share/Eterm/pix/backwave.jpg share/Eterm/pix/button1.jpg @@ -40,13 +39,10 @@ share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/pixmaps.list share/Eterm/themes/trans/trans.menu -share/doc/Eterm/Eterm.help -share/doc/Eterm/Eterm.ref share/doc/Eterm/Eterm.tcap share/doc/Eterm/Eterm.ti share/doc/Eterm/FAQ.html share/doc/Eterm/ReleaseNotes -share/doc/Eterm/menu_cmd @dirrm share/doc/Eterm @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes/chooser >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 2:41:15 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 23DA115644 for ; Thu, 2 Sep 1999 02:41:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA59308; Thu, 2 Sep 1999 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id 2C57C14E76 for ; Thu, 2 Sep 1999 02:31:10 -0700 (PDT) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 4.0.1) with ESMTP id for ; Thu, 2 Sep 1999 10:30:35 +0100 Received: from voodoo.pandhm.co.uk (VOODOO [10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id RWF23W6V; Thu, 2 Sep 1999 10:30:04 +0100 Received: from dom by voodoo.pandhm.co.uk with local (Exim 2.10 #1) id 11MTCu-000IHZ-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 2 Sep 1999 10:31:00 +0100 Message-Id: Date: Thu, 2 Sep 1999 10:31:00 +0100 From: Dominic Mitchell Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13538: New version of xkeycaps. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13538 >Category: ports >Synopsis: New version of xkeycaps. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 2 02:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 4.0-CURRENT i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #52: Wed Sep 1 03:11:40 BST 1999 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 XFree86 Version 3.3.3.1 >Description: Update to v2.45. More keyboards defined. >How-To-Repeat: n/a >Fix: Here's the patch. Nice & small, thats the way we like things. diff -urP /usr/ports/x11/xkeycaps/Makefile xkeycaps/Makefile --- /usr/ports/x11/xkeycaps/Makefile Wed Sep 1 00:05:47 1999 +++ xkeycaps/Makefile Thu Sep 2 10:19:01 1999 @@ -6,10 +6,9 @@ # $FreeBSD: ports/x11/xkeycaps/Makefile,v 1.11 1999/08/31 02:51:01 peter Exp $ # -DISTNAME= xkeycaps-2.42 +DISTNAME= xkeycaps-2.45 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications +MASTER_SITES= http://www.jwz.org/xkeycaps/ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org diff -urP /usr/ports/x11/xkeycaps/files/md5 xkeycaps/files/md5 --- /usr/ports/x11/xkeycaps/files/md5 Wed Apr 8 23:37:59 1998 +++ xkeycaps/files/md5 Thu Sep 2 10:22:23 1999 @@ -1 +1 @@ -MD5 (xkeycaps-2.42.tar.Z) = fa778d1447bbc280b2f7d77e695c6bed +MD5 (xkeycaps-2.45.tar.Z) = 62e1b631b013a05675581e09727236bf ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 2:46:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix14.ix.netcom.com (dfw-ix14.ix.netcom.com [206.214.98.14]) by hub.freebsd.org (Postfix) with ESMTP id BA08114E76; Thu, 2 Sep 1999 02:46:18 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix14.ix.netcom.com (8.8.4/8.8.4) id EAA09884; Thu, 2 Sep 1999 04:44:44 -0500 (CDT) Received: from sji-ca42-115.ix.netcom.com(209.111.212.115) by dfw-ix14.ix.netcom.com via smap (V1.3) id rma009879; Thu Sep 2 04:44:21 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA89780; Thu, 2 Sep 1999 02:43:26 -0700 (PDT) Date: Thu, 2 Sep 1999 02:43:26 -0700 (PDT) Message-Id: <199909020943.CAA89780@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jmz@freebsd.org Cc: ports@freebsd.org Subject: XFree86/pkg/PLIST From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I just noticed that when you upgraded XFree86 to 3.3.4, you reverted my fix in revesion 1.18 of PLIST that added shlib minors to libraries with minors != 0. Not that it matters much, but did you *have to* break the port for 2.2.x users? You could have just left those in, you know. Won't hurt ELF users.... :> Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 4:54:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (Postfix) with ESMTP id 9A690154A3 for ; Thu, 2 Sep 1999 04:54:42 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id GAA22031 for ; Thu, 2 Sep 1999 06:52:58 -0500 (CDT) Received: from sji-ca42-115.ix.netcom.com(209.111.212.115) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma022016; Thu Sep 2 06:52:42 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id EAA90502; Thu, 2 Sep 1999 04:52:39 -0700 (PDT) Date: Thu, 2 Sep 1999 04:52:39 -0700 (PDT) Message-Id: <199909021152.EAA90502@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Subject: build logs? From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, Will anyone scream if I set up the package building script to send the build log (not individual ones, just the overall summary) to this list? This is what a typical log looks like. There will be two of these (one for -current, one for -stable) mailed out every other day. The interesting parts (to you joe porter or committer) is the "make checksubdirs" stuff and the final summary where it tells you how many packages successfully built, entries in errorlogs that didn't show up before, packages that exist in old-packages dir (the ones from the previous run) but not in the latest packages dir, entries in old errorlogs that disappeared in this build, and the packages that didn't show up before. (Some of the items in the last four in this list may be due to a port being simply upgraded to a newer version, but it still helps me to find stuff that just started failing.) Comments? Tomatoes? Pointy hats? -PW P.S. I should note that if there is something seriously broken in Makefiles or stuff, you could see a 2,000 item list of new or old packages. It doesn't happen very often these days though, since I made the script exit if the topdown "make duds" failed. === Subject: bento package building logs Called with arguments: 4 Started at Fri Aug 27 11:43:00 PDT 1999 ================================================ running cvsup ================================================ Connected to freefall.freebsd.org Finished successfully ================================================ running cvs update on /usr/ports ================================================ M INDEX M Mk/bsd.port.mk U comms/mgetty+sendfax/Makefile U comms/mgetty+sendfax/files/md5 U comms/mgetty+sendfax/pkg/PLIST M japanese/emacs20-dl-canna/Makefile M japanese/emacs20-dl-wnn6/Makefile ? x11/XFree86/input ? x11/XFree86/makepackage ================================================ running make checksubdirs ================================================ ===> archivers ===> astro ===> audio ===> benchmarks ===> biology ===> cad ===> chinese ===> comms ===> converters ===> databases ===> deskutils ===> devel ===> editors ===> emulators ===> ftp ===> games ===> german ===> graphics ===> irc ===> japanese ===> java ===> korean ===> lang ===> mail ===> math ===> mbone ===> misc ===> net ===> news ===> palm ===> print ===> russian ===> security ===> shells ===> sysutils ===> textproc ===> vietnamese ===> www ===> x11 ===> x11-clocks ===> x11-fm ===> x11-fonts ===> x11-servers ===> x11-toolkits ===> x11-wm ================================================ running cvs update on /usr/opt/doc ================================================ ================================================ generating duds ================================================ duds generation started at Fri Aug 27 12:25:20 PDT 1999 duds generation ended at Fri Aug 27 12:31:00 PDT 1999 174 items in duds duds diff: ================================================ generating index ================================================ index generation started at Fri Aug 27 12:31:00 PDT 1999 ================================================ setting up nodes ================================================ setting up of node82 started at Fri Aug 27 12:31:57 PDT 1999 setting up of node83 started at Fri Aug 27 12:31:59 PDT 1999 setting up of node84 started at Fri Aug 27 12:32:01 PDT 1999 setting up of node85 started at Fri Aug 27 12:32:03 PDT 1999 setting up of node86 started at Fri Aug 27 12:32:05 PDT 1999 setting up of node87 started at Fri Aug 27 12:32:07 PDT 1999 setting up of node88 started at Fri Aug 27 12:32:09 PDT 1999 setting up of node89 started at Fri Aug 27 12:32:11 PDT 1999 copying bindist to node82 ================================================ creating restricted list ================================================ restricted list genaration started at Fri Aug 27 12:32:13 PDT 1999 ================================================ creating cdrom list ================================================ cdrom list generation started at Fri Aug 27 12:32:15 PDT 1999 copying bindist to node83 copying bindist to node84 copying bindist to node85 copying bindist to node86 copying bindist to node88 copying bindist to node87 copying bindist to node89 Generating INDEX - please wait.. Done. index generation ended at Fri Aug 27 12:44:03 PDT 1999 2581 lines in INDEX setting up of node83 ended at Fri Aug 27 12:52:13 PDT 1999 setting up of node84 ended at Fri Aug 27 12:52:32 PDT 1999 cdrom list generation ended at Fri Aug 27 12:52:33 PDT 1999 restricted list genaration ended at Fri Aug 27 12:52:33 PDT 1999 104 ports in /a/asami/portbuild/4/restricted.sh 62 ports in /a/asami/portbuild/4/cdrom.sh setting up of node88 ended at Fri Aug 27 12:52:38 PDT 1999 setting up of node89 ended at Fri Aug 27 12:52:41 PDT 1999 setting up of node87 ended at Fri Aug 27 12:52:51 PDT 1999 setting up of node86 ended at Fri Aug 27 12:52:51 PDT 1999 setting up of node85 ended at Fri Aug 27 12:52:52 PDT 1999 setting up of node82 ended at Fri Aug 27 12:52:58 PDT 1999 all preparation ended at Fri Aug 27 12:52:58 PDT 1999 ================================================ building packages (phase 1) ================================================ started at Fri Aug 27 12:53:14 PDT 1999 ended at Sat Aug 28 04:28:00 PDT 1999 2169 packages built 1183 MB of packages 1546 MB of distfiles The following port(s) timed out: ptimeout: killing ssh -a node82 /a/asami/portbuild/scripts/portbuild 4 dylan-2.2.0.tgz /usr/ports/lang/dylan gmake-3.77.tgz (pid 44043) since timeout of 14400 expired at Fri Aug 27 18:38:06 1999 ptimeout: killing ssh -a node83 /a/asami/portbuild/scripts/portbuild 4 kdeutils-1.1.1.tgz /usr/ports/misc/kdeutils11 Mesa-3.0.tgz XFree86-3.3.4.tgz bzip2-0.9.5c.tgz giflib-3.0.tgz gmake-3.77.tgz jpeg-6b.tgz kdelibs-1.1.1.tgz png-1.0.3.tgz qt-1.42.tgz tiff-3.4b37.tgz Mesa-3.0.tgz XFree86-3.3.4.tgz giflib-3.0.tgz jpeg-6b.tgz kdelibs-1.1.1.tgz png-1.0.3.tgz qt-1.42.tgz tiff-3.4b37.tgz (pid 84657) since timeout of 14400 expired at Sat Aug 28 4:25:15 1999 ptimeout: killing ssh -a node87 /a/asami/portbuild/scripts/portbuild 4 kdenetwork-1.1.1.tgz /usr/ports/net/kdenetwork11 Mesa-3.0.tgz XFree86-3.3.4.tgz bzip2-0.9.5c.tgz gdbm-1.8.0.tgz giflib-3.0.tgz gmake-3.77.tgz jpeg-6b.tgz kdelibs-1.1.1.tgz kdesupport-1.1.1.tgz png-1.0.3.tgz qt-1.42.tgz tiff-3.4b37.tgz uulib-0.5.13.tgz Mesa-3.0.tgz XFree86-3.3.4.tgz giflib-3.0.tgz jpeg-6b.tgz kdelibs-1.1.1.tgz kdesupport-1.1.1.tgz png-1.0.3.tgz qt-1.42.tgz tiff-3.4b37.tgz uulib-0.5.13.tgz (pid 86120) since timeout of 14400 expired at Sat Aug 28 4:27:59 1999 ================================================ building packages (phase 2) ================================================ started at Sat Aug 28 04:28:56 PDT 1999 ended at Sat Aug 28 07:03:56 PDT 1999 chopindex: deleting XFree86-3.3.4 Motif-2.1.10 2184 packages built 2185 lines in INDEX 1230 MB of packages 1573 MB of distfiles The following port(s) didn't build the first time around: dylan-2.2.0 ja-kinput2-sj3+wnn4-3.0 ja-mule-canna+sj3+wnn6-2.3 ja-mule-canna+sj3-2.3 ja-mule-canna-2.3 kdegames-1.1.1 ko-mule-wnn4-2.3 ================================================ new failures ================================================ apache+php-1.3.9+3.0.12 apache+php-1.3.9+4.0b2 ucd-snmp-4.0 ================================================ old packages ================================================ R-a4-0.62.2 R-letter-0.62.2 apache+php-1.3.9+3.0.12 apache+php-1.3.9+4.0b2 aspell-0.27.2 downloader-0.98 dsssl-docbook-modular-1.43 ja-rubytk-1.2.5 mgetty-1.1.20 mm-1.0.9 mysql-client-3.22.24 mysql-server-3.22.24 pth-1.1.2 ruby-1.2.5 rubytk-1.2.5 xsane-0.31 ================================================ old failures ================================================ exim-3.03 ucd-snmp-3.6.1 ================================================ new packages ================================================ R-a4-0.64.2 R-letter-0.64.2 aspell-0.28.2.1 bidwatcher-0.9.9 downloader-1.0b2 dsssl-docbook-modular-1.44 dylan-2.2.0 exim-3.03 expat-1.1 ja-rubytk-1.4.0 mgetty-1.1.21 mm-1.0.10 mysql-client-3.22.25 mysql-server-3.22.25 p5-IRC-0.59 pth-1.1.3 ruby-1.4.0 ruby-gtk-0.20 rubytk-1.4.0 tcpflow-0.12 tircproxy-0.4.3 wmakerconf-2.1 xsane-0.33 ================================================ all done at Sat Aug 28 07:10:03 PDT 1999 ================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 6:19:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from FreeBSD.ORG (ppp45-besancon.libertysurf.fr [195.154.51.45]) by hub.freebsd.org (Postfix) with ESMTP id 3F5BF155B5; Thu, 2 Sep 1999 06:19:11 -0700 (PDT) (envelope-from jmz@FreeBSD.ORG) Received: (from jmz@localhost) by qix.jmz.org (8.9.3/8.9.3) id PAA44298; Thu, 2 Sep 1999 15:16:28 +0200 (MET DST) (envelope-from jmz@FreeBSD.ORG) Date: Thu, 2 Sep 1999 15:16:28 +0200 (MET DST) Message-Id: <199909021316.PAA44298@qix.jmz.org> From: Jean-Marc Zucconi To: asami@FreeBSD.ORG Cc: ports@FreeBSD.ORG In-reply-to: <199909020943.CAA89780@silvia.hip.berkeley.edu> (asami@freebsd.org) Subject: Re: XFree86/pkg/PLIST X-Mailer: Emacs References: <199909020943.CAA89780@silvia.hip.berkeley.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Satoshi Asami writes: > Hi, > I just noticed that when you upgraded XFree86 to 3.3.4, you reverted > my fix in revesion 1.18 of PLIST that added shlib minors to libraries > with minors != 0. > Not that it matters much, but did you *have to* break the port for > 2.2.x users? You could have just left those in, you know. Won't hurt > ELF users.... :> Sorry. I did not think to 2.2.x users (how many of them do 'make package'? :-) and I supposed that the extra minors were a residual of the aout->elf conversion - I should have looked at the cvs log. I will fix PLIST soon. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 6:26:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix15.ix.netcom.com (dfw-ix15.ix.netcom.com [206.214.98.15]) by hub.freebsd.org (Postfix) with ESMTP id 8AC3414E41; Thu, 2 Sep 1999 06:26:55 -0700 (PDT) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id IAA23431; Thu, 2 Sep 1999 08:26:49 -0500 (CDT) Received: from sji-ca42-115.ix.netcom.com(209.111.212.115) by dfw-ix15.ix.netcom.com via smap (V1.3) id rma023362; Thu Sep 2 08:26:09 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id GAA91227; Thu, 2 Sep 1999 06:26:01 -0700 (PDT) To: Jean-Marc Zucconi Cc: ports@FreeBSD.ORG Subject: Re: XFree86/pkg/PLIST References: <199909020943.CAA89780@silvia.hip.berkeley.edu> <199909021316.PAA44298@qix.jmz.org> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 02 Sep 1999 06:26:00 -0700 In-Reply-To: Jean-Marc Zucconi's message of "Thu, 2 Sep 1999 15:16:28 +0200 (MET DST)" Message-ID: Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Jean-Marc Zucconi * Sorry. I did not think to 2.2.x users (how many of them do 'make * package'? :-) and I supposed that the extra minors were a residual of Well, it's not only make package. Installing stuff with an incorrect PLIST gives me creeps. :) * the aout->elf conversion - I should have looked at the cvs log. * * I will fix PLIST soon. Thanx. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 7: 1: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C986155ED for ; Thu, 2 Sep 1999 07:01:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA27253; Thu, 2 Sep 1999 07:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id D1C0F1563F for ; Thu, 2 Sep 1999 06:52:13 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) id JAA27667; Thu, 2 Sep 1999 09:51:00 -0400 (EDT) Message-Id: <199909021351.JAA27667@germanium.xtalwind.net> Date: Thu, 2 Sep 1999 09:51:00 -0400 (EDT) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13539: Bump ucd-snmp shlib version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13539 >Category: ports >Synopsis: Bump ucd-snmp shlib version >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 Sep 2 07:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: API changes in ucd-snmp 4.x cause programs linked against 3.6.x libs to dump core. Also remove executable flags from installed header and mib files, and fix path to perl in tkmib. >How-To-Repeat: >Fix: diff -ruN ucd-snmp/Makefile ucd-snmp.fixed/Makefile --- ucd-snmp/Makefile Fri Aug 27 16:18:45 1999 +++ ucd-snmp.fixed/Makefile Sat Aug 28 02:24:19 1999 @@ -47,7 +47,7 @@ BROKEN= "Uses the old VM system interfaces" .endif -SHLIB_VERSION=3 +SHLIB_VERSION=4 PLIST_SUB= shlib=${SHLIB_VERSION} post-patch: @@ -56,6 +56,8 @@ post-install: ( cd ${PREFIX}/bin && strip ${BIN} ) ( cd ${PREFIX}/sbin && strip ${SBIN} ) + ( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) + ( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) ( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) @${MKDIR} ${PREFIX}/share/examples/ucd-snmp @for F in ${WRKSRC}/etc/* ; do \ diff -ruN ucd-snmp/patches/patch-ae ucd-snmp.fixed/patches/patch-ae --- ucd-snmp/patches/patch-ae Wed Apr 7 12:07:40 1999 +++ ucd-snmp.fixed/patches/patch-ae Sat Aug 28 02:26:59 1999 @@ -5,7 +5,7 @@ freebsd*) SHLIB_LD_CMD="ld -Bshareable -o" - SHLIB_VERSION=.3.5 -+ SHLIB_VERSION=.3 ++ SHLIB_VERSION=.4 ;; *) diff -ruN ucd-snmp/patches/patch-ag ucd-snmp.fixed/patches/patch-ag --- ucd-snmp/patches/patch-ag Wed Dec 31 19:00:00 1969 +++ ucd-snmp.fixed/patches/patch-ag Sat Aug 28 02:26:15 1999 @@ -0,0 +1,11 @@ +--- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999 ++++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999 +@@ -4,7 +4,7 @@ + #include + + /* uncomment if you don't have in_addr_t in netinet/in.h */ +-/* typedef u_int in_addr_t; */ ++typedef u_int in_addr_t; + + #include + #include diff -ruN ucd-snmp/patches/patch-ah ucd-snmp.fixed/patches/patch-ah --- ucd-snmp/patches/patch-ah Wed Dec 31 19:00:00 1969 +++ ucd-snmp.fixed/patches/patch-ah Sat Aug 28 02:38:45 1999 @@ -0,0 +1,8 @@ +--- local/tkmib.orig Wed Jul 21 19:06:52 1999 ++++ local/tkmib Sat Aug 28 02:37:57 1999 +@@ -1,4 +1,4 @@ +-#!/usr/local/bin/perl -w ++#!/usr/bin/perl -w + + require 5; + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 7: 1:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CE4F15647 for ; Thu, 2 Sep 1999 07:01:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA27262; Thu, 2 Sep 1999 07:00:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from germanium.xtalwind.net (germanium.xtalwind.net [205.160.242.5]) by hub.freebsd.org (Postfix) with ESMTP id E291B155D1 for ; Thu, 2 Sep 1999 06:56:16 -0700 (PDT) (envelope-from jack@germanium.xtalwind.net) Received: (from jack@localhost) by germanium.xtalwind.net (8.9.3/8.9.3) id JAA27947; Thu, 2 Sep 1999 09:54:55 -0400 (EDT) Message-Id: <199909021354.JAA27947@germanium.xtalwind.net> Date: Thu, 2 Sep 1999 09:54:55 -0400 (EDT) From: jack@germanium.xtalwind.net Reply-To: jack@germanium.xtalwind.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13540: p5-SNMP doesn't build with ucd-snmp 4.x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13540 >Category: ports >Synopsis: p5-SNMP doesn't build with ucd-snmp 4.x >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 Sep 2 07:00:07 PDT 1999 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: Changes in header files in ucd-snmp 4.x prevent p5-SNMP from compiling >How-To-Repeat: >Fix: diff -ruN p5-SNMP/Makefile p5-SNMP.fixed/Makefile --- p5-SNMP/Makefile Fri Aug 27 16:18:43 1999 +++ p5-SNMP.fixed/Makefile Sat Aug 28 02:44:44 1999 @@ -14,9 +14,7 @@ MAINTAINER= jfitz@FreeBSD.ORG -LIB_DEPENDS= snmp.3:${PORTSDIR}/net/ucd-snmp - -BROKEN= 'incompatible with the latest version of ucd-snmp' +LIB_DEPENDS= snmp.4:${PORTSDIR}/net/ucd-snmp USE_PERL5= YES diff -ruN p5-SNMP/patches/patch-ab p5-SNMP.fixed/patches/patch-ab --- p5-SNMP/patches/patch-ab Wed Dec 31 19:00:00 1969 +++ p5-SNMP.fixed/patches/patch-ab Sat Aug 28 01:12:46 1999 @@ -0,0 +1,29 @@ +--- SNMP.xs.orig Mon Jun 7 18:02:57 1999 ++++ SNMP.xs Sat Aug 28 01:06:54 1999 +@@ -1778,6 +1778,7 @@ + struct variable_list *vars; + struct variable_list *last_vars; + struct tree *tp; ++ struct sockaddr_in *pduIp; + oid *oid_arr; + int oid_arr_len = MAX_OID_LEN; + SV *tmp_sv; +@@ -1861,14 +1862,15 @@ + &pdu->enterprise_length) != SUCCESS) { + if (verbose) warn("invalid enterprise id: %s", enterprise); + } ++ pduIp = (struct sockaddr_in *)&(pdu->agent_addr); + if (agent && strlen(agent)) { +- pdu->agent_addr.sin_addr.s_addr = __parse_address(agent); +- if (pdu->agent_addr.sin_addr.s_addr == -1 && verbose) { ++ pduIp->sin_addr.s_addr = __parse_address(agent); ++ if (pduIp->sin_addr.s_addr == -1 && verbose) { + warn("invalid agent address: %s", agent); + goto err; + } + } else { +- pdu->agent_addr.sin_addr.s_addr = get_myaddr(); ++ pduIp->sin_addr.s_addr = get_myaddr(); + } + pdu->trap_type = generic; + pdu->specific_type = specific; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 7: 4: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rr.iij4u.or.jp (h139.p060.iij4u.or.jp [210.130.60.139]) by hub.freebsd.org (Postfix) with SMTP id AD726155ED for ; Thu, 2 Sep 1999 07:03:58 -0700 (PDT) (envelope-from sada@rr.iij4u.or.jp) Received: (qmail 427 invoked by uid 1000); 2 Sep 1999 23:01:59 +0900 Date: 2 Sep 1999 23:01:59 +0900 Message-ID: <19990902140159.426.sada@rr.iij4u.or.jp> To: cjh@kr.FreeBSD.org Cc: FreeBSD-ports@freebsd.org Subject: Re: ports/13493: Ports update: korean/ftghostscript5 In-Reply-To: Your message of "Tue, 31 Aug 1999 19:40:36 JST". <199908311040.TAA01384@hamhae.wdb.co.kr> From: sada@rr.IIJ4U.OR.JP (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.21] 1997-12/23(Tue) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg >> + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng My /usr/ports is assigned as a symlink and these lines would cause failure. I'll replace them with correspoinding lines of print/ghostscript5. Also, md5 of ghostscript-5.10.tar.gz looks invalid. Please check it if you have time. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 7:20:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 882C915647 for ; Thu, 2 Sep 1999 07:20:46 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA28827; Thu, 2 Sep 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 995961561A for ; Thu, 2 Sep 1999 07:16:07 -0700 (PDT) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.2/8.8.8) id SAA01458; Thu, 2 Sep 1999 18:14:16 +0400 (MSD) (envelope-from andy) Message-Id: <199909021414.SAA01458@icc.surw.chel.su> Date: Thu, 2 Sep 1999 18:14:16 +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/13541: New port: chpp-0.3.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13541 >Category: ports >Synopsis: New port: chpp-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: Thu Sep 2 07:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.1-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a port of chpp-0.3.5, non-intrusive full-featured text preprocessor. `chpp' is a preprocessor. Therefore, its main purpose is to modify input text by including other input files and by macro expansion. What distinguishes `chpp' from other textprocessors are mainly two features: * `chpp' is non-intrusive. This means that you can take your favourite text and it is very unlikely that it will be changed when piped through `chpp'. Due to this feature it is pretty easy to start using `chpp' since you can just start writing your text and need not concern yourself with `chpp' sitting in the background changing it for no obvious reason. * `chpp' is not just a package for performing simple macro expansion, but can indeed be considered a full-fledged programming language. Most importantly, it provides support for complex data structures, namely lists and hashes (associative arrays), which can be nested arbitrarily. XWWW: http://www.unix.cslab.tuwein.ac.at/chpp/ # 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: # # chpp-0.3.5 # chpp-0.3.5/Makefile # chpp-0.3.5/files # chpp-0.3.5/files/md5 # chpp-0.3.5/patches # chpp-0.3.5/patches/patch-aa # chpp-0.3.5/pkg # chpp-0.3.5/pkg/PLIST # chpp-0.3.5/pkg/COMMENT # chpp-0.3.5/pkg/DESCR # echo c - chpp-0.3.5 mkdir -p chpp-0.3.5 > /dev/null 2>&1 echo x - chpp-0.3.5/Makefile sed 's/^X//' >chpp-0.3.5/Makefile << 'END-of-chpp-0.3.5/Makefile' X# New ports collection makefile for: chpp X# Version required: 0.3.5 X# Date created: 4 May 1999 X# Whom: Andrey Zakhvatov X# X# $Id$ X# X XDISTNAME= chpp-0.3.5 XCATEGORIES= textproc XMASTER_SITES= http://www.unix.cslab.tuwien.ac.at/chpp/files/ X XMAINTAINER= andy@icc.surw.chel.su X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --libdir=${PREFIX}/share X Xpost-install: X @ ${MKDIR} ${PREFIX}/share/examples/chpp X @ cd ${WRKSRC}/test; tar -cf - * | \ X ( cd ${PREFIX}/share/examples/chpp; tar --unlink -xf - ) X @ ${MKDIR} ${PREFIX}/share/doc/chpp X.if !defined(NOPORTDOCS) X.for file in AUTHORS COPYING NEWS README X @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/chpp X.endfor X.endif X X.include END-of-chpp-0.3.5/Makefile echo c - chpp-0.3.5/files mkdir -p chpp-0.3.5/files > /dev/null 2>&1 echo x - chpp-0.3.5/files/md5 sed 's/^X//' >chpp-0.3.5/files/md5 << 'END-of-chpp-0.3.5/files/md5' XMD5 (chpp-0.3.5.tar.gz) = 28fd01153a9da83b5ccd37ba727848c8 END-of-chpp-0.3.5/files/md5 echo c - chpp-0.3.5/patches mkdir -p chpp-0.3.5/patches > /dev/null 2>&1 echo x - chpp-0.3.5/patches/patch-aa sed 's/^X//' >chpp-0.3.5/patches/patch-aa << 'END-of-chpp-0.3.5/patches/patch-aa' X--- gc/mach_dep.c Tue Feb 9 17:03:04 1999 X+++ /home/andy/tmp/wrk/gc/mach_dep.c Thu Aug 26 08:53:50 1999 X@@ -170,7 +170,7 @@ X X # if defined(I386) &&!defined(OS2) &&!defined(SVR4) &&!defined(MSWIN32) \ X && !defined(SCO) && !(defined(LINUX) && defined(__ELF__)) \ X- && !defined(DOS4GW) X+ && !defined(DOS4GW) && !defined(FREEBSD) X /* I386 code, generic code does not appear to work */ X /* It does appear to work under OS2, and asms dont */ X /* This is used for some 38g UNIX variants and for CYGWIN32 */ END-of-chpp-0.3.5/patches/patch-aa echo c - chpp-0.3.5/pkg mkdir -p chpp-0.3.5/pkg > /dev/null 2>&1 echo x - chpp-0.3.5/pkg/PLIST sed 's/^X//' >chpp-0.3.5/pkg/PLIST << 'END-of-chpp-0.3.5/pkg/PLIST' Xbin/chpp X@unexec install-info --delete %D/info/chpp.info %D/info/dir Xinfo/chpp.info Xinfo/chpp.info-1 Xinfo/chpp.info-2 X@exec install-info %D/info/chpp.info %D/info/dir Xshare/chpp/include/cgi.chh Xshare/chpp/include/files.chh Xshare/chpp/include/list.chh Xshare/chpp/include/sql.chh Xshare/chpp/include/strings.chh Xshare/chpp/include/time.chh Xshare/chpp/include/w3lib.chh Xshare/doc/chpp/AUTHORS Xshare/doc/chpp/COPYING Xshare/doc/chpp/NEWS Xshare/doc/chpp/README Xshare/examples/chpp/regress/dotest Xshare/examples/chpp/regress/tests Xshare/examples/chpp/regress/arith/arith.txt Xshare/examples/chpp/regress/arith/expected.err Xshare/examples/chpp/regress/arith/expected.out Xshare/examples/chpp/regress/array/array.txt Xshare/examples/chpp/regress/array/expected.err Xshare/examples/chpp/regress/array/expected.out Xshare/examples/chpp/regress/assoc/assoc.txt Xshare/examples/chpp/regress/assoc/expected.err Xshare/examples/chpp/regress/assoc/expected.out Xshare/examples/chpp/regress/define/define.txt Xshare/examples/chpp/regress/define/expected.err Xshare/examples/chpp/regress/define/expected.out Xshare/examples/chpp/regress/error/error.txt Xshare/examples/chpp/regress/error/error2.txt Xshare/examples/chpp/regress/error/error3.txt Xshare/examples/chpp/regress/fileops/expected.err Xshare/examples/chpp/regress/fileops/expected.out Xshare/examples/chpp/regress/fileops/fileops.txt Xshare/examples/chpp/regress/fileops/test.data Xshare/examples/chpp/regress/hanoi/expected.err Xshare/examples/chpp/regress/hanoi/expected.out Xshare/examples/chpp/regress/hanoi/hanoi.txt Xshare/examples/chpp/regress/include/incdir/incdir2/recinc3.txt Xshare/examples/chpp/regress/include/incdir/recinc1.txt Xshare/examples/chpp/regress/include/incdir/recinc2.txt Xshare/examples/chpp/regress/include/expected.err Xshare/examples/chpp/regress/include/expected.out Xshare/examples/chpp/regress/include/include.txt Xshare/examples/chpp/regress/include/include2.txt Xshare/examples/chpp/regress/include/include3.txt Xshare/examples/chpp/regress/include/include4.txt Xshare/examples/chpp/regress/loops/expected.err Xshare/examples/chpp/regress/loops/expected.out Xshare/examples/chpp/regress/loops/loops.txt Xshare/examples/chpp/regress/metachar/expected.err Xshare/examples/chpp/regress/metachar/expected.out Xshare/examples/chpp/regress/metachar/metachar.txt Xshare/examples/chpp/regress/regex/expected.err Xshare/examples/chpp/regress/regex/expected.out Xshare/examples/chpp/regress/regex/regex.txt Xshare/examples/chpp/regress/stringops/expected.err Xshare/examples/chpp/regress/stringops/expected.out Xshare/examples/chpp/regress/stringops/stringops.txt Xshare/examples/chpp/tautogen/data.cslab Xshare/examples/chpp/tautogen/data.new Xshare/examples/chpp/tautogen/grammar Xshare/examples/chpp/tautogen/tautogen.csml Xshare/examples/chpp/website/Makefile Xshare/examples/chpp/website/choicebar.chml Xshare/examples/chpp/website/choicestrip.chml Xshare/examples/chpp/website/footer.chml Xshare/examples/chpp/website/header.chml Xshare/examples/chpp/website/menu.chml Xshare/examples/chpp/website/news.csml Xshare/examples/chpp/website/news_a.html Xshare/examples/chpp/website/news_l.jpg Xshare/examples/chpp/website/news_s.jpg Xshare/examples/chpp/website/news_s_g.jpg Xshare/examples/chpp/website/news_t.chml Xshare/examples/chpp/website/template.chml Xshare/examples/chpp/website/tips.csml Xshare/examples/chpp/website/tips_a.html Xshare/examples/chpp/website/tips_l.jpg Xshare/examples/chpp/website/tips_s.jpg Xshare/examples/chpp/website/tips_s_g.jpg Xshare/examples/chpp/website/tips_t.chml Xshare/examples/chpp/website/tricks.csml Xshare/examples/chpp/website/tricks_a.html Xshare/examples/chpp/website/tricks_l.jpg Xshare/examples/chpp/website/tricks_s.jpg Xshare/examples/chpp/website/tricks_s_g.jpg Xshare/examples/chpp/website/tricks_t.chml X@dirrm share/chpp/include X@dirrm share/chpp X@dirrm share/doc/chpp X@dirrm share/examples/chpp/regress/array X@dirrm share/examples/chpp/regress/arith X@dirrm share/examples/chpp/regress/assoc X@dirrm share/examples/chpp/regress/define X@dirrm share/examples/chpp/regress/error X@dirrm share/examples/chpp/regress/fileops X@dirrm share/examples/chpp/regress/hanoi X@dirrm share/examples/chpp/regress/include/incdir/incdir2 X@dirrm share/examples/chpp/regress/include/incdir X@dirrm share/examples/chpp/regress/include X@dirrm share/examples/chpp/regress/loops X@dirrm share/examples/chpp/regress/regex X@dirrm share/examples/chpp/regress/metachar X@dirrm share/examples/chpp/regress/stringops X@dirrm share/examples/chpp/regress X@dirrm share/examples/chpp/tautogen X@dirrm share/examples/chpp/website X@dirrm share/examples/chpp END-of-chpp-0.3.5/pkg/PLIST echo x - chpp-0.3.5/pkg/COMMENT sed 's/^X//' >chpp-0.3.5/pkg/COMMENT << 'END-of-chpp-0.3.5/pkg/COMMENT' XNon-intrusive full-featured text preprocessor END-of-chpp-0.3.5/pkg/COMMENT echo x - chpp-0.3.5/pkg/DESCR sed 's/^X//' >chpp-0.3.5/pkg/DESCR << 'END-of-chpp-0.3.5/pkg/DESCR' X`chpp' is a preprocessor. Therefore, its main purpose is to modify Xinput text by including other input files and by macro expansion. X X What distinguishes `chpp' from other textprocessors are mainly Xtwo features: X X* `chpp' is non-intrusive. This means that you can take your X favourite text and it is very unlikely that it will be changed when X piped through `chpp'. Due to this feature it is pretty easy to X start using `chpp' since you can just start writing your text and X need not concern yourself with `chpp' sitting in the background X changing it for no obvious reason. X X * `chpp' is not just a package for performing simple macro expansion, X but can indeed be considered a full-fledged programming language. X Most importantly, it provides support for complex data structures, X namely lists and hashes (associative arrays), which can be nested X arbitrarily. X XWWW: http://www.unix.cslab.tuwein.ac.at/chpp/ END-of-chpp-0.3.5/pkg/DESCR exit >How-To-Repeat: >Fix: Please, check and commit this port. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 8:17: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from pop111.ocn.ne.jp (pop111.ocn.ne.jp [202.234.233.71]) by hub.freebsd.org (Postfix) with ESMTP id B5D7415262 for ; Thu, 2 Sep 1999 08:16:53 -0700 (PDT) (envelope-from academy@academyjapan.co.jp) Received: from pop111.ocn.ne.jp by pop111.ocn.ne.jp (8.9.1a/OCN) id AAA21272; Fri, 3 Sep 1999 00:16:14 +0900 (JST) Date: Fri, 3 Sep 1999 00:16:14 +0900 (JST) Message-Id: <199909021516.AAA21272@pop111.ocn.ne.jp> From: =?ISO-2022-JP?B?QWNhZGVteSBKYXBhbn==?= To: =?ISO-2022-JP?B?ZnJlZWJzZC1wb3J0c0BGcmVlQlNELm9yZ2==?= X-Mailer: Direct Email v0.22 Subject: =?ISO-2022-JP?B?GyRCJUYlbCVTRUVPQyROJCpDTiRpJDshIRsoQkluZm8gb24gVmlkZW9waG9uZW==?= Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $B$3$s$K$A$o!"(B $B$3$l$OJXMx!*(B Here's a good news for you, $B%[%F%k!"N94[!"C1?HIkG$!"N13X$K$b(B a news of the Videophone $B:GE,$J%K%e!<%9(B! over the normal coloer telephone line. $B:#!"@$3&$GOCBj$N4JC1%F%l%SEEOC(B All you have to do is just $B$N>R2p$G$9!#(B connect this videophone with $B<+Bp$N%F%l%S$HEEOC$K$D$J$0$@$1$G(B the telephone and television. $B#T#VEEOC$KAaJQ$o$j!*!J9);vITMW!K(B which you have in your home. $BEEOCBe$O!":#$^$G$HF1$8$G$9!#(B Telephone charge is the same as ever. $B1s$/$NM'?M$d2HB2$H!"4i$r8+$J$,$i(B Face to face communication with distant $BOC$;$k$N$G0l0B?4!*!*(B your distant family $BCMCJ$O0lBf$G(B69,000$B1_$G$9!#(B Price per unit: 6,9000 yen $B2<$r%/%j%C%/$7$F$_$F2<$5$$!#(B Please click left below. http://www.academyjapan.co.jp academy@academyjpan.co.jp $B%"%+%G%_!; Thu, 2 Sep 1999 09:30:47 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA40939; Thu, 2 Sep 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id B6DB414C24 for ; Thu, 2 Sep 1999 09:23:07 -0700 (PDT) (envelope-from naddy@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de ( root@sushi.unix-ag.uni-kl.de [131.246.89.13] ) by news.uni-kl.de id aa18988 for ; 2 Sep 1999 18:23 MESZ Received: from fettuccini.unix-ag.uni-kl.de (fettuccini.unix-ag.uni-kl.de [131.246.89.27]) by sushi.unix-ag.uni-kl.de (8.9.1a/8.9.1) with ESMTP id SAA06971 for ; Thu, 2 Sep 1999 18:21:34 +0200 Received: (from naddy@localhost) by fettuccini.unix-ag.uni-kl.de (8.9.3/8.9.3) id SAA68142; Thu, 2 Sep 1999 18:20:45 +0200 (CEST) (envelope-from naddy) Message-Id: <199909021620.SAA68142@fettuccini.unix-ag.uni-kl.de> Date: Thu, 2 Sep 1999 18:20:45 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@unix-ag.uni-kl.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13543: New port: editors/elvis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13543 >Category: ports >Synopsis: New port: editors/elvis >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 2 09:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 3.2-STABLE i386 >Organization: Unix-AG, Uni Kaiserslautern >Environment: >Description: elvis is a text editor. It is intended to be a modern replacement for the classic ex/vi editor of UNIX fame. elvis supports many new features, including multiple edit buffers, multiple windows, multiple user interfaces, and a variety of display modes including plain text, syntax highlighting, hex dump, HTML and man page formatter. NOTE: Since I'm not a regular elvis user and unlikely to convert, I can't promise to maintain this port, so I've set the MAINTAINER to ports@freebsd.org. >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: # # elvis # elvis/files # elvis/files/md5 # elvis/pkg # elvis/pkg/COMMENT # elvis/pkg/DESCR # elvis/pkg/PLIST # elvis/patches # elvis/patches/patch-aa # elvis/Makefile # echo c - elvis mkdir -p elvis > /dev/null 2>&1 echo c - elvis/files mkdir -p elvis/files > /dev/null 2>&1 echo x - elvis/files/md5 sed 's/^X//' >elvis/files/md5 << 'END-of-elvis/files/md5' XMD5 (elvis-2.1_3.tar.gz) = a4e8ea963a1d903d04f717cfa0dd0465 END-of-elvis/files/md5 echo c - elvis/pkg mkdir -p elvis/pkg > /dev/null 2>&1 echo x - elvis/pkg/COMMENT sed 's/^X//' >elvis/pkg/COMMENT << 'END-of-elvis/pkg/COMMENT' XA clone of the ex/vi text editor END-of-elvis/pkg/COMMENT echo x - elvis/pkg/DESCR sed 's/^X//' >elvis/pkg/DESCR << 'END-of-elvis/pkg/DESCR' Xelvis is a text editor. It is intended to be a modern replacement Xfor the classic ex/vi editor of UNIX fame. elvis supports many new Xfeatures, including multiple edit buffers, multiple windows, multiple Xuser interfaces, and a variety of display modes including plain Xtext, syntax highlighting, hex dump, HTML and man page formatter. X XWWW: http://www.fh-wedel.de/elvis/ END-of-elvis/pkg/DESCR echo x - elvis/pkg/PLIST sed 's/^X//' >elvis/pkg/PLIST << 'END-of-elvis/pkg/PLIST' Xbin/elvis Xbin/elvtags Xbin/ref Xshare/elvis/ctags.man Xshare/elvis/doexec.txt Xshare/elvis/elvis.ali Xshare/elvis/elvis.arf Xshare/elvis/elvis.brf Xshare/elvis/elvis.bro Xshare/elvis/elvis.bwf Xshare/elvis/elvis.ini Xshare/elvis/elvis.lat Xshare/elvis/elvis.man Xshare/elvis/elvis.msg Xshare/elvis/elvis.pc8 Xshare/elvis/elvis.ps Xshare/elvis/elvis.syn Xshare/elvis/elvis.x11 Xshare/elvis/elvis.html Xshare/elvis/elviscut.html Xshare/elvis/elvisdm.html Xshare/elvis/elvisex.html Xshare/elvis/elvisexp.html Xshare/elvis/elvisgui.html Xshare/elvis/elvisinp.html Xshare/elvis/elvismsg.html Xshare/elvis/elvisnet.html Xshare/elvis/elvisopt.html Xshare/elvis/elvisos.html Xshare/elvis/elvisqr.html Xshare/elvis/elvisre.html Xshare/elvis/elvisses.html Xshare/elvis/elvistag.html Xshare/elvis/elvistip.html Xshare/elvis/elvistrs.msg Xshare/elvis/elvisvi.html Xshare/elvis/elvtags.man Xshare/elvis/fmt.man Xshare/elvis/howto.html Xshare/elvis/license Xshare/elvis/printdoc.bat Xshare/elvis/ref.man X@dirrm share/elvis END-of-elvis/pkg/PLIST echo c - elvis/patches mkdir -p elvis/patches > /dev/null 2>&1 echo x - elvis/patches/patch-aa sed 's/^X//' >elvis/patches/patch-aa << 'END-of-elvis/patches/patch-aa' X--- Makefile.in.orig Tue Jul 6 20:07:31 1999 X+++ Makefile.in Wed Sep 1 16:36:45 1999 X@@ -146,7 +146,7 @@ X OBJS= $(OBJ1) $(OBJ2) $(OBJ3) X REFOBJS=ref$(OBJ) tag$(OBJ) tagsrch$(OBJ) safe$(OBJ) X CTOBJS= ctags$(OBJ) tag$(OBJ) safe$(OBJ) X-CFLAGS= $(FLAGI)os$(OS) X+CFLAGS+=$(FLAGI)os$(OS) X EVERY= $(ALL) verify$(EXE) elvdump$(EXE) calc$(EXE) X SHELL= /bin/sh X END-of-elvis/patches/patch-aa echo x - elvis/Makefile sed 's/^X//' >elvis/Makefile << 'END-of-elvis/Makefile' X# New ports collection makefile for: elvis X# Version required: 2.1.3 X# Date created: 1999-09-01 X# Whom: Christian Weisgerber X# X# $FreeBSD$ X# X XDISTNAME= elvis-2.1_3 XPKGNAME= elvis-2.1.3 XCATEGORIES= editors XMASTER_SITES= ftp://ftp.cs.pdx.edu/pub/elvis/ \ X ftp://ftp.false.com/pub/elvis/ \ X ftp://ftp.fh-wedel.de/pub/elvis/ X XMAINTAINER= ports@freebsd.org X XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --bindir=${PREFIX}/bin --datadir=${PREFIX}/share/elvis XMAN1= elvis.1 elvtags.1 ref.1 X X# Support building on systems with or without X11 installed. X.if defined(NO_X11) XCONFIGURE_ARGS+= --with-x=no X.else XUSE_XLIB= yes X Xpre-fetch: X @${ECHO_MSG} "To build this port without X11, define \"NO_X11\"." X.endif X Xdo-install: X.for file in elvis elvtags ref X ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/lib/${file}.man ${PREFIX}/man/man1/${file}.1 X.endfor X @${MKDIR} ${PREFIX}/share/elvis X ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/elvis X X.include END-of-elvis/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 9:40: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C3A414D00 for ; Thu, 2 Sep 1999 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA42006; Thu, 2 Sep 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from qi.lovett.com (qi.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id 9A44114C11 for ; Thu, 2 Sep 1999 09:37:40 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by qi.lovett.com with local (Exim 3.03 #1) id 11MZq9-0000RU-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 02 Sep 1999 11:35:57 -0500 Message-Id: Date: Thu, 02 Sep 1999 11:35:57 -0500 From: Ade Lovett Reply-To: ade@lovett.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13544: unbreak/upgrade lang/tclX80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13544 >Category: ports >Synopsis: unbreak/upgrade lang/tclX80 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 2 09:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ade Lovett >Release: FreeBSD 4.0-CURRENT i386 >Organization: Lovett Network Consultancy >Environment: Up-to-date ports tree. >Description: Package building errors url shows this port as being broken (PLIST) for some time. >How-To-Repeat: cd lang/tclX80; make all install package >Fix: uuencoded tarball contains new patch (patch-ae) and a diff to take lang/tclX80 to 8.0.4 Maintainer was contacted, but no response :( begin 644 tclXupdate.tar.gz M'XL("#R]QC<``W1C;%@M=7!D871E+G1A<@#MG6ESV[B6AONK]2M0N>ZJI&3M M\J8[GHKC)?'UEK*<;D_-G5)1)"2S19%J+EZFR_]]S@&XB\!A=T]WO@B5:"$> M@%@/#LC7HF7/9C_\Q:'7[>X-A^P'AJ%;>F?[W?W](6-[^WN]W<'>8-AEK-?M M[?5_8-V_NF`8HB`T?,9^\#TOU''/CYP[?T>!_MY@/@7,@C$P8J?P:KMSUFY< MN!9_&;%K8\%GML,;1W\^-.Y.Q@PS&['.H[?DG7.?\T_CTPZ'G:Z_4ZOQ_J#T6YOM-O=$JF;S6:9.NCT]UEO;]3?'_6ZC8\?6:NWTQNP MIGC]^+'!_L%N^#,3I66FYSC<#+$TRS@;-O/\T1;6H-'Z!_N)^Z*L/O\ULGUN MC;8.VMUVO]%410WQ!*=&R)GI79R-C[:P4QE$'G19N#CH-MCU\?C^[&XR MOKC'Z%FX&G4Z\-IVN1=XL[!M>LO.*IKB0,#_+RW+#F``3#M06M$ENSN#7>@3 M>.N)3FFPJXM/D].SKVG'WUGGI]5JAYSD+&T:9 M+$6C=7YQ=9:ETN.M1NO3W>WEVP1UUCR`"+9SW>7X[N3HRW( M!CZ*3+9_2]KKK1.Y]DN#?;[Y-CFYO3F_^/SM#AKL%9*R]/OD^.[S^(BU6MPU MI@YO!8\&C`OX_FR'CZUP(?KDXF9\?WQU=22LIK;$G=5BWHGQ]K,=/#9:U\W+J"7$ZYP]/4V>'//*PZ!I^#RFS& M&7]MV&[R&29SBD!ALZ0369UCQ_%,"<='T&@5#MQ/G;12^:1P_`[*;@1K^+>` MGWB1&Q:._VPX"Y%'*Y?'@V.(NB/W,HE/([Z82ROY?K_(ZK1(*-F^?SH;AI,+ M.OL&._N:+SW_M>V*II-ODU,[6#G&:SY*)$T/)(WRD^'8%A0#6C2-,Q>&:%_\ M-,-V!4,:Q^%YV[9K.I'%V7],`ZN--K>]\GE[N?A/&()@@X.P9;NP=#O."$ZR M_3X>[1,H[P>V_5Y.R0^==KMC>68G-Q"WWW^].SN_>/C0@=&'_P?_G5^>W=] M?'\DC5OZ_0VLW=6I-)9OK+5$XRNN`+6ZTVO:,\1=HX.`]Q*2&\NT#S*XB8R&1':7K(:?P%7W.I(#_N@G.A&H4P],0P7/><&H=S#J M#>72#,LR+LFMZ]-=]C[U)]K@7[?G__N!';'I<'\V/1CN]?;,H34P^:%U8`X/ M]OKF_M2G!;D5W MK(S0?,PZ)/[:$>\MP_@._5(N@MJ]+7JW+"TS]E'RI:*C=M&Y%1V5AW*]-3@8 M#7<3W[8G?%O99YCQB>?.[#D,[C9X;Y^WQI$+;N4K8P,&G3SLC3`+.&6CA2=( MX3(W&(&#)KAF,5//M^<"/N4F[/=8OS<:[H\&W1@N9GKNV^PXFC,X9_<0B]W= M$SYM@V'A=_=V>EW6E&_H!8(;''HPC^]/KB;H#XZ_GIV\M<5Q>('J800Z:=N_ M!;XYA879LOTWM$_HG+:[,?'IV\75*3!3QZI@FE0NZ!+3^:"/+"AIT8YDJ442 MZ2PB%[<$N&Z2A4KEP:R2#=;,2@5+Y,Q^>>O$9BLIN.COH=S,#)/=3+.8;2Y# M;+)_M/Y?0Z,%/?'-!;.$6R>L6N1S9@=L[N'0A[Z;4(>X"RQV%5/-@7OX0.XX-#+@?>AS=C%C+UZ$7LVW!"2BPPC.#4FCOT72`S9 MQ.EW6,!#=G^)W1&/Z,OB@,:1>JD8A(MX)%\J!^`B'L>Z'.0HUN4MMI\3[^_^9XJS?>@8+X'+"USSGQ/I?GN=7&+ MWCO$+?H0U]E!WGQ/"^9[%RPKF,+8?.,N&%X2XRW-BVS]Y&(`N"^QU35"=N,] ML?XAZ^V/X&S=/EK3?6G*%4FWKJ$R8[YB>#D!%OK!").GAEU_PK*9[P]S9EYU MPIS1[W5'@V&\XL1&O]AER3LX,VPEVV"KRYW)Z\1=N1B'. M^AUF!"R`_F7!:Q#R9'_ MW;>;^XOKLQ%>VFB','?E!]=ZP0\O;7AAT\AV+-N27XPH]!S/L,271^ZLVN%R MA?NC%DN"Y80<7$L\#J/,7$0KZ)TT-CT$%J#9W$J_-]%8)Z48H;T04PL&]EOA MI$!MM?PE:\W6R]QH84T'O;V=0]8<]/;CJC;ET0-Y]#!M@"UY_0']Y9/;K__U M)I?=A\E8G%I<\XBC<4=P=WM[_Q83>`RG_ML_L>I)1G?'-WB,2M-9/TV5\84CR<[`A6=XUC^>_G,:]SI9'QV?'?R97)^=?QYG''%XU@A MV7:][K[LTKCUFN@./US)E-NLV=3`.8SEOI9/6\;*#99@Y08#3Z#BHL=BGAJFQ;SS]>IB?/\]+%)R M;K4I*JY_L"F59<69*3ZM+WV[P@S)M2]%V MBT5#STM^P;LB+PV6VRB?O80' M%N6DB\J4R=%&LY#7$%*6CV#2BH/9H44YX:(B77(,5DQ!F]/_9DJ[D$9 M*89M503NHJ`E0]]S.E.?&PN2,F$G7P."19ZFY`T\Q_/HPN&[[4;TJ;GO>SY- M@6=&0R]V2$*S&F<#AALU&L2N[KT"XH;2*:HIV=#,_?E[;%IP`U?,P`E M93[.-?,U89:>13+>LWI^)0R*T"C(\3067#)61!690WDHQ%.;,TG,IHYG+CA5 M]9GIANI)EC#)-7P:7+U2C&[N9(C6,,885I!DHG5'HBE-S M:F6OJ(JO(K(LL/Y3HQR1.GV,G&6K#6="_8Y1$'!.M53`4:U(0:^NVJ&02,@= M:BH_HTZE1DN8AMO!%UQE^0M1M@2NG^U2Z\,*/\PU4+\IO%VM42W!VK%;8K4C MU$;WHK-`#1K*@[29`@C=$QIK^YP2!)\TUB@[%WYT+(WS4T*ATG51^*^N2HD- M--G*6Z(V#"GZI8TK5Y^L5RW80%\O+FJ603IH*R-4#^@, MCMR%JW.QY)B#3C`U*Z:$Q!P.=/:RQ`T(\!?/I@KF&"LP%;J.E%00V',R+S2I M!GU*OER%NA$F(&K`Q%``0YND`A(!KVRN[6Y!Z6U[#/F&JQV_$N(K1[=K2[`E MN-0ZPR`H8D.14![=4D^0$3E,D5II=DPY2N>A2BQ8.9H=DV0B%U8U)0.=\MCA M+RNU:R.(&;[";EG=F@*S79/(:*E9"R6@F0$"@!%B>4LE@[MF'@2X%7KA:L>H MB*D7U(P#-U_MKV78PM;X6AGFVIKQFV$K6VU<,DK>`:T!:C?8:*,,)XC?U1CN M'F%/S['G<.3IA^ M!4PP<&%TCE&"F?@76KI=;P[4^@0IQW^-=(,YP?0+9HH1*UW*Z9>Q%`NB*7RF MN=!;:'8D&?:JV38G%-BQ98V&\_DC6T1!W9["%EILU&H.UVQ:B$S5J+WG'<`Q?;;0%8FJO[0@D<+CF:K)` M\(4FU*5-Z],Q?-]03^*,PTMB@IUHMY59`KQ>HIFF&2C^?&^E<_XR5K=-S5&A M!5_J%%)_JR#C(K?>F:,5?*[!)9]B=!&3X6+MEF<257'',Y>J\NC:7=!%OD#W MB]QMSD),N,CN96:7F92(G:X5.B0TY@&!F8Z]FGJ&3V5G<9CGWBM!Y>]VJ)B9 M9T94J68>F;ZJR"\$%`#:7D.5:3\GDS%^(8= M4(R\ZDF7/.#D6`JIJH6+R=0.?HVH,@$GNO\FN^:I06'Z?S4<'H9TMOG[<6HJ M9Z#44,ZY5T'/.8=5R2P5@+W$ZVPP/\.EL=(SXDV/K!Z]4%649]O"R[6=:12& MRF&00.`O/!FJUDDA%%[7R@[L@*^R%@DS\[.;4"K&,:9<90U3!O8ATW1SH**6 MW(UJ(+5JM\2_B5%V34))PT&UJ6]8ME?KK.#3K:U>ZPP,/F=JJ"9#PH7J&9@B MBXGYZ'GX-]N. M07FDGA#R2`+QU.:L)(\D,"&/I)A4'DF"JU>*TJ6(JY)$U491'UD3%?:R:;*#)UE'((VOR MF3RR9H)4'DGSZ_)(.DU>'DG33BR/K$%Z&MOD5,LC:3R11]8FZU4K)X^DX9P\ MDH83>:2:S,DC]5`FCZS)#0A0R"/U2"*/I"@ICR2H1!Y)8%(>24#4@,G+(RDJ M()%8-$)0>MM>D$=24"R/I#`ICR0H8D.1ET<23"R/I*F59L=4DD?J,2F/U#-2 M'JEB,GFDELCDD5I,R".UQ%*S%J;R2"T0RR-53$D>60]3+Z@E>22-"7DDC0EY M)(VA/)*F8GDD#6HWV"5YI!);DT>2),HC*2B61RJQ5!Y)$$(>23")/)+`-&V? MET?68-1C/B^/I!@ACZ2@9Q))Y9$$)^61:J@@CZ2P6!Y)8:D\L@:H]0E*\D@2 MTR^897DDR>F7L;(\DN2D/)+&7C7;YI(\DL)B>60-#.61-);((RE2W&`C(2F/ M)#$ACZ2H5!ZI`L.B/)+$LIO)2C231VH14WMM)R>/U"+BGC5)J$M;ED?27$D> M22>(Y9$TF,DC:5:W35V71]*D_E9!61Y9@Q/R2)I+Y9$EM"""+,6%R>_25!W' MWZ59/YX32*Y'JDZ24VC*R$6^'K&JLB*FK*HD$#M=8G2(4%7JL4Q5J><25:6> MRM\D43%254DQ9#9"54DA-E4MJ:K4,[&J4@\)526-"%4E@>6VR:&LKM"530<\[/53)+!5!456H9 MJ:K4(E)568V45)5Z*%95$E!.5:DGI:I2STA5I9Z1JDJ"B565>DJH*FFD5NT2 M5:6>2E25>BJOJM234E5),8FJ4L^%ZAFH4%62<*RJ)+F\JI*$$U5E#3!559)L M3E5)LE)526!>08.18!7^2!)5^/.+H?R^9GXM,K/W.4^/N42?X3=R3]* MD46!>'0+/E?%=-C2`(\C:&.REOSMZ_&W<_GTKNSGL.6AMX9\!D[Z9(`C1_Q$ M[D$7?PX7GR]2C%F("-9H_71V-[ZXO3G:QN3QET8+U9'L766.\MS?;L9?CN_. MXM]\ED5X)\KPL)XD^57>^\NUR.07>PLEN5PKR'KY=<5H%:OUD&2WG?PN>*Z" M5<75YIU/^:4Z)5FF2TV1JMJH3H$NU\JST!2G:<_8?[-WVX4?)W['CM@[[LS> ML?_Y)PY"\!'0.BGJFOVRLH"JSI\AW,%-=8W<<#DA\T-H9N/CZ<2$.N7@U2QM ME[,@FLWL%WQL$#YB:.;Y8BYYTU]@NRZ?1Y<>+#ZUJ-WXWF9H$S9A$S9A$S9A M$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A$S9A -$WYG^#]-8,`/`*```#9A ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 10:10:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E993A15C18; Thu, 2 Sep 1999 10:10:32 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA53652; Thu, 2 Sep 1999 10:08:55 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 2 Sep 1999 10:08:55 -0700 (PDT) From: Message-Id: <199909021708.KAA53652@freefall.freebsd.org> To: issei@jp.FreeBSD.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13536: Security fix : security/ssh port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Security fix : security/ssh port. State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 2 10:08:45 PDT 1999 State-Changed-Why: Committed, thanks!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 10:10:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBACC15C9E; Thu, 2 Sep 1999 10:10:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA53744; Thu, 2 Sep 1999 10:09:08 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 2 Sep 1999 10:09:08 -0700 (PDT) From: Message-Id: <199909021709.KAA53744@freefall.freebsd.org> To: issei@jp.FreeBSD.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13515: Update port : security/ssh2 (fix security bug) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port : security/ssh2 (fix security bug) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Thu Sep 2 10:08:59 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 10:43:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E56315685; Thu, 2 Sep 1999 10:43:56 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56515; Thu, 2 Sep 1999 10:43:11 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 2 Sep 1999 10:43:11 -0700 (PDT) From: Message-Id: <199909021743.KAA56515@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/13539: Bump ucd-snmp shlib version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bump ucd-snmp shlib version Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Thu Sep 2 10:42:32 PDT 1999 Responsible-Changed-Why: I upgraded the port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 10:44:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FF6915B89; Thu, 2 Sep 1999 10:44:20 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56628; Thu, 2 Sep 1999 10:44:02 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Thu, 2 Sep 1999 10:44:02 -0700 (PDT) From: Message-Id: <199909021744.KAA56628@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/13540: p5-SNMP doesn't build with ucd-snmp 4.x Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: p5-SNMP doesn't build with ucd-snmp 4.x Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Thu Sep 2 10:43:36 PDT 1999 Responsible-Changed-Why: I was the recent snmp BCFH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 12:44:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 77BCD14D77; Thu, 2 Sep 1999 12:44:38 -0700 (PDT) (envelope-from lkoeller@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (2622 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Thu, 2 Sep 1999 21:43:13 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m11MclK-0007LiC; Thu, 2 Sep 99 21:43 MET DST Received: from odie.lippe.de (localhost [127.0.0.1]) by cc.fh-lippe.de (8.9.3/8.9.1) with ESMTP id VAA27242; Thu, 2 Sep 1999 21:42:08 +0200 (CEST) (envelope-from lkoeller@odie.lippe.de) Message-Id: <199909021942.VAA27242@cc.fh-lippe.de> X-Mailer: exmh version 2.0.2 2/24/98 From: Lars =?iso-8859-1?Q?K=F6ller?= To: Bill Fumerola Cc: Lars =?iso-8859-1?Q?K=F6ller?= , sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13179: New Port (Palm Pilot Desktop) In-reply-to: billf's message of Wed, 01 Sep 1999 16:25:54 -0400. X-Face: eCcoCV}FjV*O{6>[1$XP/e%]TJhEw2MF33dFh)^HM7Gfd=[/(4+0a$~ On Wed, 1 Sep 1999, Lars [iso-8859-1] K=F6ller wrote: >=20 > > > Thanks, but I've committed jpilot port from PR 13337 >=20 > > I've talked to the author and make the port compilable under FreeBSD. >=20 > Agreed, it's a little depressing when you get a port in quicker > but someone elses gets imported. Especially if you talk to the author of jpilot hot to optimize=20 integration into the ports tree. And I dont understan why one needs 4 patches to make the port. My one=20 needs none, but perhaps I i've overlooked something. Can someone=20 check this please? Thanks and regards Lars --=20 E-Mail: | Lars Koeller Lars.Koeller@Uni-Bielefeld.DE | UNIX Sysadmin lkoeller@cc.fh-lippe.de | Computing Center PGP-key: | University of Bielefeld http://www.nic.surfnet.nl/pgp/pks-toplev.html | Germany ----------- FreeBSD, what else? ---- http://www.freebsd.org ------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 15: 1:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2224914C09; Thu, 2 Sep 1999 15:01:50 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Received: (from jseger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA78544; Thu, 2 Sep 1999 15:01:33 -0700 (PDT) (envelope-from jseger@FreeBSD.org) Date: Thu, 2 Sep 1999 15:01:33 -0700 (PDT) From: Message-Id: <199909022201.PAA78544@freefall.freebsd.org> To: ade@lovett.com, jseger@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13544: unbreak/upgrade lang/tclX80 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unbreak/upgrade lang/tclX80 State-Changed-From-To: open->closed State-Changed-By: jseger State-Changed-When: Thu Sep 2 15:01:02 PDT 1999 State-Changed-Why: Commited, thanks. I also changed you version of the PLIST to use PLIST_SUB variables to reduce diffs in future version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 17:50:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42BCE15CE5 for ; Thu, 2 Sep 1999 17:50:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88934; Thu, 2 Sep 1999 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from guru.phone.net (guru.phone.net [209.157.82.120]) by hub.freebsd.org (Postfix) with SMTP id 9E5DD1568D for ; Thu, 2 Sep 1999 17:43:53 -0700 (PDT) (envelope-from mwm@phone.net) Received: (qmail 98838 invoked by uid 100); 3 Sep 1999 00:42:59 -0000 Message-Id: <19990903004259.98837.qmail@guru.phone.net> Date: 3 Sep 1999 00:42:59 -0000 From: mwm@phone.net Reply-To: mwm@phone.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13551: /usr/ports/print/t1utils update to new version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13551 >Category: ports >Synopsis: Old version of t1utils.tar no longer available from source. >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: Thu Sep 2 17:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 3.2-STABLE i386 >Organization: Unlikely >Environment: ports >Description: The tarball used by the t1utils port is out of date. >How-To-Repeat: do a make in /usr/ports/print/t1utils, and notice that it doesn't find the source distribution. >Fix: Apply the following patches to the port. Also improves the COMMENT file. diff -uNr t1utils/Makefile /tmp/t1utils/Makefile --- t1utils/Makefile Thu Sep 2 17:40:55 1999 +++ /tmp/t1utils/Makefile Tue Aug 31 03:17:20 1999 @@ -1,12 +1,12 @@ # New ports collection makefile for: t1utils -# Version required: 1.14 -# Date created: 2 September 1999 +# Version required: 1.11 +# Date created: 6 January 1999 # Whom: mwm # -# $Id$ +# $FreeBSD: ports/print/t1utils/Makefile,v 1.3 1999/08/31 01:45:20 peter Exp $ # -DISTNAME= t1utils-1.14 +DISTNAME= t1utils-1.11 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ diff -uNr t1utils/files/md5 /tmp/t1utils/files/md5 --- t1utils/files/md5 Thu Sep 2 17:31:02 1999 +++ /tmp/t1utils/files/md5 Tue Jun 8 15:42:06 1999 @@ -1 +1 @@ -MD5 (t1utils-1.14.tar.gz) = bca581d5d2a322a9b0c76f5f4f54ffd5 +MD5 (t1utils-1.11.tar.gz) = d3fad0175704f75b8d58fdc0c047ae30 diff -uNr t1utils/pkg/COMMENT /tmp/t1utils/pkg/COMMENT --- t1utils/pkg/COMMENT Thu Sep 2 17:42:11 1999 +++ /tmp/t1utils/pkg/COMMENT Sat Jun 26 15:52:23 1999 @@ -1 +1 @@ -Five utilities for manipulating t1 fonts. +Five utilities for manipulating t1 scripts diff -uNr t1utils/pkg/COMMENT~ /tmp/t1utils/pkg/COMMENT~ --- t1utils/pkg/COMMENT~ Tue Jun 8 08:46:08 1999 +++ /tmp/t1utils/pkg/COMMENT~ Wed Dec 31 16:00:00 1969 @@ -1 +0,0 @@ -Five utilities for manipulating t1 scripts. diff -uNr t1utils/pkg/PLIST /tmp/t1utils/pkg/PLIST --- t1utils/pkg/PLIST Tue Jun 8 08:46:08 1999 +++ /tmp/t1utils/pkg/PLIST Sun May 2 20:03:07 1999 @@ -1,5 +1,5 @@ bin/t1ascii -bin/t1binary bin/t1asm +bin/t1binary bin/t1disasm bin/t1unmac >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 18:21: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 847A714DB1 for ; Thu, 2 Sep 1999 18:21:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90689; Thu, 2 Sep 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 41BCF15059; Thu, 2 Sep 1999 18:10:29 -0700 (PDT) Message-Id: <19990903011029.41BCF15059@hub.freebsd.org> Date: Thu, 2 Sep 1999 18:10:29 -0700 (PDT) From: brooks@one-eyed-alien.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13552: The gnuplot doesn't build with GIF support enabled Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13552 >Category: ports >Synopsis: The gnuplot doesn't build with GIF support enabled >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 2 18:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: 3.2-STABLE >Organization: >Environment: FreeBSD minya 3.2-STABLE FreeBSD 3.2-STABLE #10: Wed Sep 1 13:44:43 PDT 1999 root@minya:/usr/src/sys/compile/MINYA i386 >Description: Since GIF support was removed from GD not long ago, you can't build ports that rely on that support. Gnuplot was one of them. This also broke amanda and any other ports that depended on gnuplot. >How-To-Repeat: build gnuplot. >Fix: The following patch turns off GD which turns off GIF support. PNG support still works as gnuplot uses libpng to product PNGs. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/gnuplot/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 1999/08/25 07:10:10 1.23 +++ Makefile 1999/09/03 00:55:18 @@ -21,7 +21,7 @@ --includedir=${LOCALBASE}/include/ \ --libdir=${LOCALBASE}/lib \ --with-x --without-linux-vga \ - --with-gd=${LOCALBASE}/lib \ + --with-gd=no \ --with-gnu-readline --with-lasergnu --with-png MAN1= gnuplot.1 lasergnu.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 18:44:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id D8ADA14A09 for ; Thu, 2 Sep 1999 18:44:51 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id VAA19558; Thu, 2 Sep 1999 21:43:56 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Thu, 2 Sep 1999 21:43:56 -0400 (EDT) From: Chuck Robey To: brooks@one-eyed-alien.net Cc: FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled In-Reply-To: <19990903011029.41BCF15059@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Sep 1999 brooks@one-eyed-alien.net wrote: I'll be fixing this, this weekend, using the method that's (unfortunately) the one the the gnuplot authors want: I'll be making a port of the old 1.4 version of the gd stuff, with clear notes to folks NOT to update this, and I'll rename the lib to libgdold. I'll then set up gnuplot to link to libgdold, and then we'll all be cracking. gnuplot didn't take advantage of the new gd png features anyhow, so nothing lost here, until someone tries to get funny and update gd-old. Oh, and this PR is a duplicate of another one. I'll have to find it and close this one now, with a ref to the older PR. > > >Number: 13552 > >Category: ports > >Synopsis: The gnuplot doesn't build with GIF support enabled > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Sep 2 18:20:00 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Brooks Davis > >Release: 3.2-STABLE > >Organization: > >Environment: > FreeBSD minya 3.2-STABLE FreeBSD 3.2-STABLE #10: Wed Sep 1 13:44:43 PDT 1999 root@minya:/usr/src/sys/compile/MINYA i386 > >Description: > Since GIF support was removed from GD not long ago, you can't > build ports that rely on that support. Gnuplot was one of them. > This also broke amanda and any other ports that depended on > gnuplot. > >How-To-Repeat: > build gnuplot. > >Fix: > The following patch turns off GD which turns off GIF support. PNG > support still works as gnuplot uses libpng to product PNGs. > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/math/gnuplot/Makefile,v > retrieving revision 1.23 > diff -u -r1.23 Makefile > --- Makefile 1999/08/25 07:10:10 1.23 > +++ Makefile 1999/09/03 00:55:18 > @@ -21,7 +21,7 @@ > --includedir=${LOCALBASE}/include/ \ > --libdir=${LOCALBASE}/lib \ > --with-x --without-linux-vga \ > - --with-gd=${LOCALBASE}/lib \ > + --with-gd=no \ > --with-gnu-readline --with-lasergnu --with-png > > MAN1= gnuplot.1 lasergnu.1 > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > 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@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | picnic.mat.net: FreeBSD/i386 (301) 220-2114 | jaunt.mat.net : FreeBSD/Alpha ---------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 18:50:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id A774E14F28; Thu, 2 Sep 1999 18:50:41 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 98D281CD8C4; Thu, 2 Sep 1999 18:50:41 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Thu, 2 Sep 1999 18:50:41 -0700 (PDT) From: Kris Kennaway To: Chuck Robey Cc: brooks@one-eyed-alien.net, FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Sep 1999, Chuck Robey wrote: > I'll be fixing this, this weekend, using the method that's > (unfortunately) the one the the gnuplot authors want: I'll be making a > port of the old 1.4 version of the gd stuff, with clear notes to folks > NOT to update this, and I'll rename the lib to libgdold. I'll then set > up gnuplot to link to libgdold, and then we'll all be cracking. Wouldn't that be illegal - the reason the gd port shifted to png was because the previous version was cited for patent infringement. In other words, we shouldn't distribute it either. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 18:58:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 9177F156BC; Thu, 2 Sep 1999 18:57:38 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id VAA19607; Thu, 2 Sep 1999 21:56:48 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Thu, 2 Sep 1999 21:56:48 -0400 (EDT) From: Chuck Robey To: Kris Kennaway Cc: brooks@one-eyed-alien.net, FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Sep 1999, Kris Kennaway wrote: > On Thu, 2 Sep 1999, Chuck Robey wrote: > > > I'll be fixing this, this weekend, using the method that's > > (unfortunately) the one the the gnuplot authors want: I'll be making a > > port of the old 1.4 version of the gd stuff, with clear notes to folks > > NOT to update this, and I'll rename the lib to libgdold. I'll then set > > up gnuplot to link to libgdold, and then we'll all be cracking. > > Wouldn't that be illegal - the reason the gd port shifted to png was > because the previous version was cited for patent infringement. In other > words, we shouldn't distribute it either. It is NOT illegal, and it IS the method that the gnuplot authors themselves suggest. I like gnuplot, and gif is too popular an output method for experienced gnuplot users, to just reject. The patent thing was the reason that the _gd_ authors moved, NOT the reason that gnuplot moved (gnuplot still supports the gif terminal, it just still expects libgd to do it for them). You seem to have been doing some misreading, because this is very clear, if you take a look at the READMEs at the gd and the gnuplot sites. > > Kris > > ---------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | picnic.mat.net: FreeBSD/i386 (301) 220-2114 | jaunt.mat.net : FreeBSD/Alpha ---------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 19: 6:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from gti.net (apollo.gti.net [199.171.27.7]) by hub.freebsd.org (Postfix) with ESMTP id E3B481568D; Thu, 2 Sep 1999 19:06:19 -0700 (PDT) (envelope-from shadow@apollo.gti.net) Received: from localhost (shadow@localhost) by gti.net (8.9.3/8.8.8) with ESMTP id WAA17547; Thu, 2 Sep 1999 22:05:44 -0400 (EDT) Date: Thu, 2 Sep 1999 22:05:44 -0400 (EDT) From: Steve Hadow To: obrien@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: mars-2.1 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've been having problems with the mars-2.1 port on FreeBSD 3.2-Release and X 3.3.3.1. No matter how I compile it (even tried manually removing the motif related if in the top level makefile) I always get the same result: [root@home etc]# mars MaRS Version 2.1 Compiled at Thu Sep 2 21:57:04 EDT 1999 by root@home.theshadow.net Compiled: gcc(gcc) -O -DBSD -DMEMPOOL -DINLINE -I./include -I/usr/X11R6/include Options: mars Started: Thu Sep 2 21:59:21 1999 XAllocColorCells failed [root@home etc]# The documentation for Mars seems to be a little sparse...any ideas on what is causing this? Thanks in advance for any help you can provide :) -Nick Systems Administrator, Global Telecom Inc. shadow@gti.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 20:10: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B66D714EA3 for ; Thu, 2 Sep 1999 20:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA01132; Thu, 2 Sep 1999 20:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Sep 1999 20:10:04 -0700 (PDT) Message-Id: <199909030310.UAA01132@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: hollywar@holywar.net Subject: RE:ports/12002 korean/engdic update Reply-To: hollywar@holywar.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12002; it has been noted by GNATS. From: hollywar@holywar.net To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: RE:ports/12002 korean/engdic update Date: Fri, 3 Sep 1999 12:03:49 +0900 (KST) Submitter-Id: hollywar Originator: Junseon Oh Organization: HolyNet Confidential: no Synopsis: korean/engdic port update. Severity: critical Priority: high Category: ports Release: FreeBSD 3.2-STABLE i386 Class: change-request Environment: >Description: Korean englush dictionary version has updated. >How-To-Repeat: buil it . please. >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: # # engdic # engdic/files # engdic/files/md5 # engdic/pkg # engdic/pkg/COMMENT # engdic/pkg/DESCR # engdic/pkg/PLIST # engdic/Makefile # echo c - engdic mkdir -p engdic > /dev/null 2>&1 echo c - engdic/files mkdir -p engdic/files > /dev/null 2>&1 echo x - engdic/files/md5 sed 's/^X//' >engdic/files/md5 << 'END-of-engdic/files/md5' XMD5 (engdic-0.2.tar.gz) = 11956ed2d3023020cbfbf11d94585a19 END-of-engdic/files/md5 echo c - engdic/pkg mkdir -p engdic/pkg > /dev/null 2>&1 echo x - engdic/pkg/COMMENT sed 's/^X//' >engdic/pkg/COMMENT << 'END-of-engdic/pkg/COMMENT' XAn English dictionary utility for Korean END-of-engdic/pkg/COMMENT echo x - engdic/pkg/DESCR sed 's/^X//' >engdic/pkg/DESCR << 'END-of-engdic/pkg/DESCR' Xengdic X------ X Xengdic is a english dictionary for korean working on unix enviroment system. X XSpecial thanks to : KwangSuk Lee (Dictionary data maker) X X XMade by Oh Junseon END-of-engdic/pkg/DESCR echo x - engdic/pkg/PLIST sed 's/^X//' >engdic/pkg/PLIST << 'END-of-engdic/pkg/PLIST' Xbin/engdic Xbin/edic Xshare/engdic/a.dic.gz Xshare/engdic/b.dic.gz Xshare/engdic/c.dic.gz Xshare/engdic/d.dic.gz Xshare/engdic/e.dic.gz Xshare/engdic/f.dic.gz Xshare/engdic/g.dic.gz Xshare/engdic/h.dic.gz Xshare/engdic/i.dic.gz Xshare/engdic/j.dic.gz Xshare/engdic/k.dic.gz Xshare/engdic/l.dic.gz Xshare/engdic/m.dic.gz Xshare/engdic/n.dic.gz Xshare/engdic/o.dic.gz Xshare/engdic/p.dic.gz Xshare/engdic/q.dic.gz Xshare/engdic/r.dic.gz Xshare/engdic/s.dic.gz Xshare/engdic/t.dic.gz Xshare/engdic/u.dic.gz Xshare/engdic/v.dic.gz Xshare/engdic/w.dic.gz Xshare/engdic/x.dic.gz Xshare/engdic/y.dic.gz Xshare/engdic/z.dic.gz X@unexec rm -f %D/share/engdic/pipe X@dirrm share/engdic END-of-engdic/pkg/PLIST echo x - engdic/Makefile sed 's/^X//' >engdic/Makefile << 'END-of-engdic/Makefile' X# New ports collection makefile for: engdic-0.2 X# Version required: 0.1 X# Date created: 3 Jun 1999 X# Whom: Oh Junseon X# X# $Id: Makefile,v 1.1.1.1 1999/06/09 01:30:03 steve Exp $ X# X XDISTNAME= engdic-0.2 XPKGNAME= ko-engdic-0.2 XCATEGORIES= korean deskutils XMASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \ X ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ X XMAINTAINER= hollywar@mail.holywar.net X X.include END-of-engdic/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 20:10:11 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9463915043 for ; Thu, 2 Sep 1999 20:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA01138; Thu, 2 Sep 1999 20:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Sep 1999 20:10:06 -0700 (PDT) Message-Id: <199909030310.UAA01138@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: hollywar@holywar.net Subject: Re:ports/12077 korean/bitchx port updated. Reply-To: hollywar@holywar.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/12077; it has been noted by GNATS. From: hollywar@holywar.net To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re:ports/12077 korean/bitchx port updated. Date: Fri, 3 Sep 1999 12:07:21 +0900 (KST) Submitter-Id: hollywar Originator: Junseon Oh Organization: HolyNet Confidential: no Synopsis: korean/bitchx port updated. Severity: critical Priority: high Category: ports Release: FreeBSD 3.2-STABLE i386 Class: change-request Environment: >Description: I'm remove the patch file and more fixed. >How-To-Repeat: Build it please. >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: # # bitchx # bitchx/files # bitchx/files/md5 # bitchx/pkg # bitchx/pkg/COMMENT # bitchx/pkg/DESCR # bitchx/pkg/PLIST # bitchx/patches # bitchx/patches/patch-aa # bitchx/Makefile # echo c - bitchx mkdir -p bitchx > /dev/null 2>&1 echo c - bitchx/files mkdir -p bitchx/files > /dev/null 2>&1 echo x - bitchx/files/md5 sed 's/^X//' >bitchx/files/md5 << 'END-of-bitchx/files/md5' XMD5 (bitchx-ko.tar.gz) = b29cc7e39863972d903e1a1efbbbe3bb END-of-bitchx/files/md5 echo c - bitchx/pkg mkdir -p bitchx/pkg > /dev/null 2>&1 echo x - bitchx/pkg/COMMENT sed 's/^X//' >bitchx/pkg/COMMENT << 'END-of-bitchx/pkg/COMMENT' XAn alternative BitchX client patched for korean. END-of-bitchx/pkg/COMMENT echo x - bitchx/pkg/DESCR sed 's/^X//' >bitchx/pkg/DESCR << 'END-of-bitchx/pkg/DESCR' Xko-bitchx-75p1 X-------------- X XBitchX is an enhanced ircII client. It includes many built-in features Xnormally found only in scripts. Including, full ANSI color, userlists, Xflood protection, and built CDCC (XDCC) file offering. X XKorean patch ; X 1. cocoja [ 2 Byte language support (I/O) , Default server changed ] X 2. hollywar [ Almost global message and type of date&time changed to hangul ] X X-- XOh Junseon END-of-bitchx/pkg/DESCR echo x - bitchx/pkg/PLIST sed 's/^X//' >bitchx/pkg/PLIST << 'END-of-bitchx/pkg/PLIST' Xbin/BitchX Xbin/bx Xbin/scr-bx Xbin/wserv Xlib/bx/BitchX.help X@dirrm lib/bx END-of-bitchx/pkg/PLIST echo c - bitchx/patches mkdir -p bitchx/patches > /dev/null 2>&1 echo x - bitchx/patches/patch-aa sed 's/^X//' >bitchx/patches/patch-aa << 'END-of-bitchx/patches/patch-aa' X--- include/config.h.orig Tue Jul 21 03:40:23 1998 X+++ include/config.h Tue Jul 21 03:44:03 1998 X@@ -35,7 +35,7 @@ X X #ifndef DEFAULT_SERVER X #ifdef WANT_KOREAN X-#define DEFAULT_SERVER "[irc_korea] agape.taegu.irc.co.kr vdigm.seoul.irc.co.kr [power] clug.chains.or.kr chat.sarang.net irc.netnuri.co.kr linux.cpnet.or.kr [efnet] irc.cs.cmu.edu irc.primenet.com irc.total.net:6660 irc.phoenix.net irc.nwlink.com irc.nol.net [dalnet] irc.dal.org [fefnet] raistlin.toledolink.com irc.undernet.org::::undernet [other] irc.myweb.net irc.phrozen.org irc.openface.ca" X+#define DEFAULT_SERVER "[hanirc] irc.hanirc.org hanabbs.com kis.ml.org" X #else X #define DEFAULT_SERVER "[efnet] irc.cs.cmu.edu irc.primenet.com irc.total.net:6660 irc.phoenix.net irc.nwlink.com irc.nol.net [dalnet] irc.dal.org [fefnet] raistlin.toledolink.com irc.undernet.org::::undernet [other] irc.myweb.net irc.phrozen.org irc.openface.ca" X #endif X@@ -253,7 +253,7 @@ X /* X * we define the default network type for server groups. Do not just * undefine this. X */ X- #define DEFAULT_NETWORK "irc_korea" X+ #define DEFAULT_NETWORK "hanirc" X X /* X * defining this enables translation to occur. You need a copy of the X@@ -261,7 +261,7 @@ X */ X X #undef TRANSLATE X-#define TRANSLATION_PATH "/usr/local/lib/irc/tpanslation" X+#define TRANSLATION_PATH "__PREFIX__/lib/bx/tpanslation" X X /* X * Below are the IRCII variable defaults. For boolean variables, use 1 for X@@ -464,8 +464,8 @@ X #define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.hlp" X #else X #define DEFAULT_CTOOLZ_DIR "~/.BitchX" X #define DEFAULT_SCRIPT_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help" X #define DEFAULT_BITCHX_HELP_FILE DEFAULT_CTOOLZ_DIR"/BitchX.help" X #endif X X #define DEFAULT_AINV 0 END-of-bitchx/patches/patch-aa echo x - bitchx/Makefile sed 's/^X//' >bitchx/Makefile << 'END-of-bitchx/Makefile' X# New ports collection makefile for: ko-bitchx-75p1 X# Version required: kr-75p1 X# Date created: 3 Jun 1999 X# Whom: Oh Junseon X# X# $Id$ X# X XDISTNAME= bitchx-ko XPKGNAME= ko-bitchx-75p1 XCATEGORIES= korean net XMASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \ X ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ X XMAINTAINER= hollywar@mail.holywar.net X XGNU_CONFIGURE= yes X Xpost-patch: X ${SED} -e s,__PREFIX__,$(PREFIX), $(WRKSRC)/include/config.h > $(WRKSRC)/include/config.h.new X ${MV} $(WRKSRC)/include/config.h.new $(WRKSRC)/include/config.h X Xdo-install: X ${MKDIR} ${PREFIX}/lib/bx X ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin X @(ln -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx) X ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx X X.include END-of-bitchx/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 20:34: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from prince.net.ebina.hitachi.co.jp (sagami134213.allnet.ne.jp [210.251.134.213]) by hub.freebsd.org (Postfix) with ESMTP id BE60114EC9; Thu, 2 Sep 1999 20:33:57 -0700 (PDT) (envelope-from sumikawa@ebina.hitachi.co.jp) Received: from localhost (localhost [127.0.0.1]) by prince.net.ebina.hitachi.co.jp (8.9.3/3.7W) with ESMTP id DAA28384; Fri, 3 Sep 1999 03:33:29 GMT To: lkoeller@cc.fh-lippe.de Cc: billf@jade.chc-chimes.com, sumikawa@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13179: New Port (Palm Pilot Desktop) In-Reply-To: <199909021942.VAA27242@cc.fh-lippe.de> References: <199909021942.VAA27242@cc.fh-lippe.de> X-Mailer: xcite1.31> Mew version 1.94pre3 on Emacs 20.4 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990903123329G.sumikawa@ebina.hitachi.co.jp> Date: Fri, 03 Sep 1999 12:33:29 +0900 (JST) From: SUMIKAWA Munechika (=?ISO-2022-JP?B?GyRCM1FAbj0hNmEbKEI=?=) X-Dispatcher: imput version 990826(IM126) Lines: 17 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Especially if you talk to the author of jpilot hot to optimize > integration into the ports tree. > And I dont understan why one needs 4 patches to make the port. My one > needs none, but perhaps I i've overlooked something. Can someone > check this please? First, apologize for your depressing. I've missed your PR and I found it after commiting other PR. I reread your port. Yes, it is more simple. I'll merge it into current port. Regards, --- Munechika SUMIKAWA @ KAME Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 21: 7:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from hamhae.wdb.co.kr (hamhae.wdb.co.kr [210.92.121.137]) by hub.freebsd.org (Postfix) with ESMTP id 2DD9A14D42 for ; Thu, 2 Sep 1999 21:07:45 -0700 (PDT) (envelope-from cjh@hamhae.wdb.co.kr) Received: (from cjh@localhost) by hamhae.wdb.co.kr (8.9.3/8.9.3) id NAA05087; Fri, 3 Sep 1999 13:05:06 +0900 (KST) (envelope-from cjh) To: sada@rr.iij4u.or.jp (SADA Kenji) Cc: FreeBSD-ports@freebsd.org Subject: Re: ports/13493: Ports update: korean/ftghostscript5 References: <19990902140159.426.sada@rr.iij4u.or.jp> From: "CHOI, Junho" Date: 03 Sep 1999 13:05:06 +0900 In-Reply-To: sada@rr.iij4u.or.jp's message of "2 Sep 1999 23:01:59 +0900" Message-ID: <86wvu88wst.fsf@hamhae.wdb.co.kr> Lines: 24 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "SK" == SADA Kenji writes: > ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6b ${WRKSRC}/jpeg > ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.0.3 ${WRKSRC}/libpng SK> My /usr/ports is assigned as a symlink and these lines would SK> cause failure. I'll replace them with correspoinding lines of SK> print/ghostscript5. I agree. SK> Also, md5 of ghostscript-5.10.tar.gz looks invalid. SK> Please check it if you have time. I've checked. Please replace it with corresponding lines of print/ghostscript5. MD5 (ghostscript-5.10.tar.gz) = b8dbc2595c06305f452a9c38bd0effef -- ** Any opinions in this posting are my own and not those of my employers ** CHOI, Junho - Korea FreeBSD Users Group - Web Data Bank Co. Seoul., ROK. (+82-2-554-9676) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 21:13:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix7.ix.netcom.com (dfw-ix7.ix.netcom.com [206.214.98.7]) by hub.freebsd.org (Postfix) with ESMTP id 77BBC14D42; Thu, 2 Sep 1999 21:13:41 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix7.ix.netcom.com (8.8.4/8.8.4) id XAA09445; Thu, 2 Sep 1999 23:10:56 -0500 (CDT) Received: from sji-ca43-43.ix.netcom.com(209.111.209.43) by dfw-ix7.ix.netcom.com via smap (V1.3) id rma029732; Thu Sep 2 21:51:56 1999 Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id TAA66916; Thu, 2 Sep 1999 19:51:52 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Date: Thu, 2 Sep 1999 19:51:52 -0700 (PDT) Message-Id: <199909030251.TAA66916@bubble.didi.com> X-Authentication-Warning: bubble.didi.com: asami set sender to asami@cs.berkeley.edu using -f To: mharo@freebsd.org Cc: ports@freebsd.org, Kim Marshall Subject: tgd master site From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Kim Marshall Subject: master port To: asami@freeBSD.org Date: Thu, 2 Sep 1999 19:14:12 -0700 (PDT) Mail-from: From asami Thu Sep 2 19:20:06 1999 Delivered-To: asami@freebsd.org Return-Path: kmarshal@dendrome.ucdavis.edu Received: from mail.freebsd.org by localhost with POP3 (fetchmail-5.0.5) for asami@localhost (single-drop); Thu, 02 Sep 1999 19:20:06 -0700 (PDT) Received: from franc.ucdavis.edu (franc.ucdavis.edu [169.237.105.2]) by hub.freebsd.org (Postfix) with ESMTP id F137F15B7F for ; Thu, 2 Sep 1999 19:18:39 -0700 (PDT) (envelope-from kmarshal@dendrome.ucdavis.edu) Received: from dendrome.ucdavis.edu (dendrome.ucdavis.edu [169.237.8.29]) by franc.ucdavis.edu (8.9.3/UCD3.13.12) with ESMTP id TAA28611 for ; Thu, 2 Sep 1999 19:17:51 -0700 (PDT) Received: (from kmarshal@localhost) by dendrome.ucdavis.edu (8.8.8+Sun/8.8.8) id TAA00706 for asami@freeBSD.org; Thu, 2 Sep 1999 19:14:12 -0700 (PDT) Message-Id: <199909030214.TAA00706@dendrome.ucdavis.edu> X-UIDL: 786865f66ca7e06d3eff2396556e61bc Lines: 30 Xref: silvia.hip.berkeley.edu mail.freebsd.misc:2265 X-Gnus-Newsgroup: mail.freebsd.misc:2265 Thu Sep 2 19:26:02 1999 Hi there, I am not sure I have the correct contact person but here it goes, I have contacted cdrom.com since we seem to have alot of traffic coming to our ftp site to obtain the tgd.1.2.tar.Z software. We would like the master port to be changed to somewhere else. This is bringing too much unwanted traffic to our site. Please let me know if this is possible. Sincerely, Kim Marshall *************************************** Kim Marshall Dendrome Project Institute of Forest Genetics US Forest Service kmarshal@dendrome.ucdavis.edu http://dendrome.ucdavis.edu phone (510) 559-6434 and (530) 754-9166 ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 21:21:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from namaste.cc.columbia.edu (namaste.cc.columbia.edu [128.59.35.141]) by hub.freebsd.org (Postfix) with ESMTP id 8E6C014E78 for ; Thu, 2 Sep 1999 21:21:18 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: from confusion.net (dialup-cc4-35.cc.columbia.edu [128.59.3.44]) by namaste.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id AAA10722 for ; Fri, 3 Sep 1999 00:21:12 -0400 (EDT) Message-ID: <37CF4CA2.E76B42@confusion.net> Date: Fri, 03 Sep 1999 00:20:50 -0400 From: Laurence Berland Organization: B.R.A.T.T. X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Oddity, trying to get distfile for crack-5.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org the file crack5.0.tar.gz is completely unavailable from the places I've looked for it. I'm not sure if it's available at random locations, but its not on the 3.2 cds, or the toolkit, and its not on ftp.cdrom.com Any idea where to get the distfile for this, and any idea why it isnt on any cd or the ftp server? -- Laurence Berland, Stuyvesant HS Debate <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> Windows 98: n. useless extension to a minor patch release for 32-bit extensions and a graphical shell for a 16-bit patch to an 8-bit operating system originally coded for a 4-bit microprocessor, written by a 2-bit company that can't stand for 1 bit of competition. http://stuy.debate.net icq #7434346 aol imer E1101 The above email Copyright (C) 1999 Laurence Berland All rights reserved To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Sep 2 23: 1:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id A784E15266 for ; Thu, 2 Sep 1999 23:01:52 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 31029731; Thu, 2 Sep 1999 23:00:01 -0700 (PDT) Date: Thu, 2 Sep 1999 23:00:01 -0700 From: Chris Piazza To: Laurence Berland Cc: ports@FreeBSD.ORG Subject: Re: Oddity, trying to get distfile for crack-5.0 Message-ID: <19990902230001.A620@norn.ca.eu.org> References: <37CF4CA2.E76B42@confusion.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <37CF4CA2.E76B42@confusion.net> X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Sep 03, 1999 at 12:20:50AM -0400, Laurence Berland wrote: > the file crack5.0.tar.gz is completely unavailable from the places I've > looked for it. I'm not sure if it's available at random locations, but > its not on the 3.2 cds, or the toolkit, and its not on ftp.cdrom.com > Any idea where to get the distfile for this, and any idea why it isnt on > any cd or the ftp server? > The port(security/crack) fetches crack5.0.tar.gz fine. ftp://ftp.ox.ac.uk/pub/comp/security/software/crackers/crack5.0.tar.gz ftp://ftp.auscert.org.au/pub/coast/mirrors/cert.org/tools/crack/crack5.0.tar.gz ..etc. The first master site fails, though.. If in doubt try http://ftpsearch.lycos.com -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "One should forgive one's enemies, but not before they are hanged." --Heinrich Heine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 0:41:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7203A14D95 for ; Fri, 3 Sep 1999 00:40:40 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA26289; Fri, 3 Sep 1999 00:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Sep 1999 00:40:03 -0700 (PDT) Message-Id: <199909030740.AAA26289@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mike Meyer Subject: Re: ports/13551 Reply-To: Mike Meyer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13551; it has been noted by GNATS. From: Mike Meyer To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/13551 Date: Fri, 3 Sep 1999 00:31:12 -0700 (PDT) The originally submitted patch has the diff backwards. Here's a corrected version. ; Fri, 3 Sep 1999 02:06:51 -0700 (PDT) (envelope-from pbj@takas.lt) Received: from asas (dialup31.klp.takas.lt [212.59.2.31]) by srvr3.telecom.lt (8.9.1/8.9.0) with SMTP id LAA31144 for ; Fri, 3 Sep 1999 11:05:58 +0200 (MET DST) Message-ID: <000701bef5eb$c1ba8a20$0701a8c0@asas> From: "Andrius Grigas" To: Subject: kerberos 5 for non-us box'es Date: Fri, 3 Sep 1999 11:07:27 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01BEF5FC.82160F00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0004_01BEF5FC.82160F00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, i have just encountered what i am able to download a kerberos 5 = (sources, binaries and something with crypto). but is it legal? thanks, andrius p.s. i do not downloaded it! ------=_NextPart_000_0004_01BEF5FC.82160F00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi,
 
i have just encountered what i am = able to=20 download a kerberos 5 (sources, binaries and something with crypto). but = is it=20 legal?
 
thanks,
andrius
 
p.s. i do not downloaded = it!
 
------=_NextPart_000_0004_01BEF5FC.82160F00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 5:12:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from boca.livius.net (boca.RO.EU.net [193.226.128.210]) by hub.freebsd.org (Postfix) with ESMTP id 2F5AE1501E for ; Fri, 3 Sep 1999 05:12:45 -0700 (PDT) (envelope-from ulianov@ns.csm.ro) Received: from gamma (gamma.netappi.com [193.226.162.223]) by boca.livius.net (8.9.2/8.9.1) with SMTP id PAA01740 for ; Fri, 3 Sep 1999 15:09:54 +0300 (EEST) (envelope-from ulianov@ns.csm.ro) Message-Id: <199909031209.PAA01740@boca.livius.net> From: "Vladimir COTFAS" To: freebsd-ports@FreeBSD.org Date: Fri, 3 Sep 1999 15:14:54 +0300 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-5062 Subject: showints Reply-To: ulianov@ns.csm.ro X-mailer: Pegasus Mail for Win32 (v3.11) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Message-Boundary-5062 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Hi, While being idle at my job I wrote a small Perl5 script that displays infos related to interrupts/devices. It gathers informations offered by dmesg, scanpci and vmstat in a form that is close to that of /proc/interrupts in Linux. I attached this script to the letter. It is BSD-copyrighted. Vlad --Message-Boundary-5062 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'showints' #!/usr/bin/perl $name = 'showints'; sub pciStuff{ my ($dev, $line, @devNames, @irqNumbers); $dev = 0; open(PCI, "scanpci -v |") or die "$name: can't fork: $!\n"; while(defined($line = )){ chomp($line); next if(length($line) < 1 || $line =~ /^Probing/ || $line =~ /^PCI says/ || $line =~ /^PCI probing/); $dev++ if($line =~ /^pci bus/); if($line =~ /^\ [A-Z]/){ $devNames[$dev] = $line; } if($line =~ /INT_LINE/){ my($irq); #print $line, "\n"; $_ = $line; /INT_LINE/; $_ = $'; $irq = (split(' ', $_))[0]; $irq =~ s/^0x//g; $irq =~ s/^0//g; if($irq eq 'a') { $irq = 10;} elsif($irq eq 'b') { $irq = 11;} elsif($irq eq 'c') { $irq = 12;} elsif($irq eq 'd') { $irq = 13;} elsif($irq eq 'e') { $irq = 14;} elsif($irq eq 'f') { $irq = 15;} $irqNumbers[$dev] = $irq; } } close(PCI); for($dev = 0; $dev <= $#devNames; $dev++){ $PCI_IRQS{$irqNumbers[$dev]} .= ':' . $devNames[$dev]; } } sub dmesgPCI_Stuff{ my ($ifc, $line); open(MSG, "dmesg |") or die "$name: can't fork: $!\n"; while(defined($line = )){ chomp($line); next unless($line =~ /pci/ && $line =~ /irq/); $_ = $line; /:/; $ifc = $`; $_ = $'; /irq\ /; $_ = (split(' ', $'))[0]; $IFC_by_IRQ{$_} .= ':' . $ifc; } close(MSG); } $n = 0; open(INT, "vmstat -i |") or die "$name: can't fork: $!\n"; while(defined($line = )){ next if($line =~ /^interrupt/ || $line =~ /^Total/); @foo = split(' ', $line); $irq = $foo[1]; $irq =~ s/^irq//g; $IRQS{$irq} = join(':', $foo[0], $foo[2], $foo[3]); } close(INT); pciStuff; dmesgPCI_Stuff; printf("%-10s \t%s\t%10s\t%s\t%s\n", 'Device', 'IRQ', 'Total', 'Rate', 'Description'); foreach $irq (sort {$a <=> $b} keys(%IRQS)){ @foo = split(':', $IRQS{$irq}); $ifc = $foo[0]; if($ifc eq 'pci' && defined($IFC_by_IRQ{$irq})){ my(@ifs); @ifs = split(':', $IFC_by_IRQ{$irq}); if($#ifs > 1){ $ifc = join('/', @ifs); $ifc =~ s/^\///g; }else{ $ifc = $ifs[1]; } } printf("%-10s \t%s\t%10s\t%4s", $ifc, $irq, $foo[1], $foo[2]); if($foo[0] eq 'pci' && defined($PCI_IRQS{$irq})){ my(@desc, $i); @desc = split(':', $PCI_IRQS{$irq}); print "\t", $desc[1]; if($#desc > 1) { # Oops! PCI shared IRQ's for($i = 2; $i <= $#desc; $i++){ print "/\n\t\t\t\t\t\t", $desc[$i]; } } } print "\n"; } --Message-Boundary-5062-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 8:20:17 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BDF9D15AEE for ; Fri, 3 Sep 1999 08:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA14348; Fri, 3 Sep 1999 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 933A314CA9 for ; Fri, 3 Sep 1999 08:17:13 -0700 (PDT) (envelope-from jedgar@pawn.primelocation.net) Received: by pawn.primelocation.net (Postfix, from userid 1003) id C0FB1F817; Fri, 3 Sep 1999 11:16:08 -0400 (EDT) Message-Id: <19990903151608.C0FB1F817@pawn.primelocation.net> Date: Fri, 3 Sep 1999 11:16:08 -0400 (EDT) From: jedgar@fxp.org Reply-To: jedgar@fxp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13559: Update port: p5-IRC to 0.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13559 >Category: ports >Synopsis: Update port: p5-IRC to 0.61 >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 Sep 3 08:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris D. Faulhaber >Release: FreeBSD 3.3-RC i386 >Organization: BUGO - BSD Users Group of Orlando >Environment: FreeBSD 3.3-RC >Description: Update p5-IRC port to version 0.61 >How-To-Repeat: >Fix: diff -urN p5-IRC.orig/Makefile p5-IRC/Makefile --- p5-IRC.orig/Makefile Tue Aug 31 21:38:41 1999 +++ p5-IRC/Makefile Fri Sep 3 11:07:56 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-IRC -# Version required: 0.59 +# Version required: 0.61 # Date created: 07 August 1999 # Whom: Chris D. Faulhaber # # $FreeBSD: ports/irc/p5-IRC/Makefile,v 1.2 1999/08/29 11:32:39 peter Exp $ # -DISTNAME= Net-IRC-0.59 -PKGNAME= p5-IRC-0.59 +DISTNAME= Net-IRC-0.61 +PKGNAME= p5-IRC-0.61 CATEGORIES= irc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net diff -urN p5-IRC.orig/files/md5 p5-IRC/files/md5 --- p5-IRC.orig/files/md5 Thu Aug 26 16:33:43 1999 +++ p5-IRC/files/md5 Fri Sep 3 11:08:46 1999 @@ -1 +1 @@ -MD5 (Net-IRC-0.59.tar.gz) = 6caa4bb6accdd9c33e8b37e8ffd77f3d +MD5 (Net-IRC-0.61.tar.gz) = 3508d28400649e47ef25c18cb443a93e >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 9:27:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mta3.odn.ne.jp (mta3.odn.ne.jp [143.90.131.70]) by hub.freebsd.org (Postfix) with ESMTP id B990614F11 for ; Fri, 3 Sep 1999 09:27:03 -0700 (PDT) (envelope-from shigeisp@pop02.odn.ne.jp) Received: from athena.shige.org (KUNca-0115p19.ppp.odn.ad.jp [143.90.248.19]) by mta3.odn.ne.jp (8.8.8+2.7Wbeta7/3.6W/9808281335) with ESMTP id BAA01273; Sat, 4 Sep 1999 01:23:54 +0900 (JST) To: mi@aldan.algebra.com Cc: ports@freebsd.org Subject: Re: wcol port From: Shigeyuki Fukushima In-Reply-To: <199908212207.SAA12047@guest.newton> References: <199908212207.SAA12047@guest.newton> X-Mailer: Mew version 1.94b47 on Emacs 20.4 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-URL: http://www.freebsd.org/~shige/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990904012345Y.shige@shige.org> Date: Sat, 04 Sep 1999 01:23:45 +0900 X-Dispatcher: imput version 990816(IM120) Lines: 27 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: Mikhail Teterin Subject: wcol port Date: Sat, 21 Aug 1999 18:07:42 -0400 (EDT) Thank you. I'm sorry for my *too late* reply. mi> The attached version of the port's patch-aa will make the port obey the mi> local settings for CC and CFLAGS. I want to adopt this modification. Thanks. I will commit later. mi> It will also make wcol use syslog to do the logging, instead of writing mi> into a file on its own. IMHO, this aproach is better for log redirection mi> (to another machine, for example) and for log rotation with newsyslog. But I'm sorry that I can't accept this modification. I think that some users want to analyze wcol log files. Then, it is better than logging by syslog that wcol writes its log to its own log file. Thanks for your advice! --- shige To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 10:27:58 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.tucows.com (mail.tucows.com [208.229.216.23]) by hub.freebsd.org (Postfix) with ESMTP id 862181527D for ; Fri, 3 Sep 1999 10:27:41 -0700 (PDT) (envelope-from arthur@tucows.com) Received: from Arthur.Linuxberg (starwars.linuxberg.org [208.229.216.41]) by mail.tucows.com (8.9.3/8.9.1) with ESMTP id NAA10812 for ; Fri, 3 Sep 1999 13:26:30 -0400 Received: from localhost (arthur@localhost) by Arthur.Linuxberg (8.9.3/8.9.3) with ESMTP id NAA01388 for ; Fri, 3 Sep 1999 13:26:25 -0400 (EDT) X-Authentication-Warning: Arthur.Linuxberg: arthur owned process doing -bs Date: Fri, 3 Sep 1999 13:26:25 -0400 (EDT) From: "Arthur H. Johnson II" X-Sender: arthur@Arthur.Linuxberg To: ports@freebsd.org Subject: Problems with Siag. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I try to compile Siag I get this only: ===> siag-3.1.18 is marked as broken: only siag-3.1.19.tar.gz available. ===> siag-3.1.18 is marked as broken: only siag-3.1.19.tar.gz available. Arthur H. Johnson II http://www.linuxberg.com Linuxberg Manager arthur@tucows.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 10:35:24 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scds.com (d122-h010.rh.rit.edu [129.21.122.138]) by hub.freebsd.org (Postfix) with ESMTP id 4A4381572C for ; Fri, 3 Sep 1999 10:34:42 -0700 (PDT) (envelope-from jseger@jseger.scds.com) Received: from jseger.scds.com (localhost [127.0.0.1]) by scds.com (8.9.3/8.9.3) with ESMTP id NAA13290 for ; Fri, 3 Sep 1999 13:33:46 -0400 (EDT) (envelope-from jseger@jseger.scds.com) Message-Id: <199909031733.NAA13290@scds.com> To: ports@freebsd.org Subject: lang/tclX75 Date: Fri, 03 Sep 1999 13:33:46 -0400 From: "Justin M. Seger" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone have any objections to me nuking lang/tclX75? Nothing appears to use it anymore. Justin Seger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:13: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F5F9150B2 for ; Fri, 3 Sep 1999 11:12:50 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA35029; Fri, 3 Sep 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from FergInc.com (toth.ferginc.com [205.139.23.69]) by hub.freebsd.org (Postfix) with ESMTP id BB6F114BD3 for ; Fri, 3 Sep 1999 11:02:55 -0700 (PDT) (envelope-from kjm@FergInc.com) Received: (from kjm@localhost) by FergInc.com (8.9.2/8.9.1) id OAA97871; Fri, 3 Sep 1999 14:02:12 -0400 (EDT) Message-Id: <199909031802.OAA97871@FergInc.com> Date: Fri, 3 Sep 1999 14:02:12 -0400 (EDT) From: desmo@bandwidth.org Reply-To: desmo@bandwidth.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13560: LPRng port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13560 >Category: ports >Synopsis: LPRng port update >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 Sep 3 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ken Monville >Release: FreeBSD 3.1-19990306-STABLE i386 >Organization: >Environment: >Description: LPRng port update >How-To-Repeat: >Fix: begin 664 LPRng.diff M9&EF9B`M=4YR($Q04FYG+TUA:V5F:6QE($Q04FYG+FYE=R]-86ME9FEL90HM M+2T@3%!2;F7-U=&ELT585%)!0U1?4U5&6'T@)'M, M4%).1U]$3T-]"B!%6%1204-47T].3%D]"21[1$E35$Y!345])'M%6%1204-4 M7U-51EA]"B`*($U!24Y404E.15(]"61E65S"BU# M3TY&24=54D5?05)'4ST)+2UW:71H+6QP9&1IU!2149)6'TO M&5C+V9I;'1E65S"B`*('!OTU!2T5&24Q%?2!D969A=6QT M*0HM"4`D>T-!5'T@)'M&24Q%4T1)4GTO;'!R;FU-%1'T@+64@(G-\0$!0 M4D5&25A`0'PD>U!2149)6'U\9R(@/B`D>U!2149)6'TO971C+W)C+F0O;'!R M;FT585%)!7T9)3$53 M?3L@9&\@7`HM"0DD>T-0?2`D>T1)4U1$25)]+R0D9FEL92`D>U!2149)6'TO M'9F>B`D>T1)4U1$ M25)]+R1[3%!23D=?1$]#?0H@"4`D>T-!5'T@)'M02T=$25)]+TU%4U-!1T4* M(`H@+FEN8VQU9&4@/&)S9"YP;W)T+FUK/@ID:69F("UU3G(@3%!2;FBD@/2`V M,#AF-CBD@/2`X8S,T,V8T,S0W,F)C8S)A M,S)A9#AD9#-C.39D-#,U-0ID:69F("UU3G(@3%!2;F2`R."`Q,#HT-#HP,"`Q.3DX"BTJ*BHJ*BHJ M*BHJ*BHJ*BH*+2HJ*B`Q."PR-"`J*BHJ"BT@($U!3DE.4U1#340@/0E`24Y3 M5$%,3%]-04Y`"BT@(`HM("`C(&-H86YG92!-04Y%6%0@=&\@+F=Z(&]R("Y: M(&EF('EO=2!U6]U('5S92!C;VUPU-20WTO;6MI;G-T86QL9&ERU-20WTO*BXU.R!D;R!C;VUPU-20WT[(&9OU-20WTO*BXQ.R!D;R!G>FEP M(#P@)"1I(#XO=&UP+U\[(%P*+2$@"0D@)"A-04Y)3E-40TU$*2`O=&UP+U\@ M)"A-04XI+VUA;C$O)"1I)"A-04Y%6%0I.R!R;2`M9B`O=&UP+U\[(&1O;F4* M+2$@"69OU-20WTO;'!D+F-O;F8@ M)'M34D-]+VQP9"YP97)MU-20WTO;'!D+G!ER`B9FEL=&5R7V]P=&EO;G,B+"!35%))3D=?2RP@)D9I M;'1E%]B M861?:F]B+#`L,'TL"BT@("`@("\J("!PR`B9FEL M=&5R7VQD7W!A=&@B+"!35%))3D=?2RP@)D9I;'1ER`B9FEL=&5R7V]P=&EO;G,B+"!35%))3D=? M2RP@)D9I;'1E&5C.B]U%]B861?:F]B+#`L,'TL"BT@ M("`@("\J("!P71A8BPP+#`L M(CTO971C+VQP9"YK97ET86(B?2P*+2`@"2\J(&ME>2!L:69E=&EM92!F;W(@ M:V5R8F5R;W,L('5S960@8GD@2!R96YE=V%L('1I;64@9F]R(&ME71A8BPP+#`L(CTO=7-R+VQO8V%L+V5T8R]L<&0N M:V5Y=&%B.B]E=&,O;'!D+FME>71A8B)]+`HM("`)+RH@:V5Y(&QI9F5T:6UE M(&9O2!S97)V97(@*B\*+2`@>R`B:V5R8F5R M;W-?;&EF92(L(%-44DE.1U]++"`F2V5R8F5R;W-?;&EF92PP+#!]+`HM("`) M+RH@:V5Y(')E;F5W86P@=&EM92!F;W(@:V5R8F5R;W,L('5S960@8GD@R`B;'!D7W!OR`B;'!D7W!R:6YT8V%P7W!A=&@B+"!35%))3D=? M2RP@)DQP9%]PR`B;'!R7V)O=6YC M92(L($9,04=?2RP@)DQPR`B<&%SR`B<'(B+"`@4U1224Y'7TLL("`F4')?<')O9W)A;2PP+#`L(CTO8FEN+W!R M(GTL"BT@("`@("\J("]E=&,O<')I;G1C87`@9FEL97,@*B\*+2$@>R`B<')I M;G1C87!?<&%T:"(L(%-44DE.1U]++"`F4')I;G1C87!?<&%T:"PQ+#`L(CTO M971C+W!R:6YT8V%P.B]UR`B<',B+"`@4U1224Y' M7TLL("`F4W1A='5S7V9I;&4L,"PP+"(]R`B<&5R;7-?<&%T:"(L(%-44DE.1U]++"`F M4')I;G1EB!O"!T;R!B92!A(&UA:V4@=F%R:6%B;&4**R`@<')E9FEX(#T@ M0'!R969I>$`**RTM+2`Q."PR-"`M+2TM"BL@($U!3DE.4U1#340@/0E`24Y3 M5$%,3%]-04Y`"BL@(`HK("`C(&-H86YG92!-04Y%6%0@=&\@+F=Z(&]R("Y: M(&EF('EO=2!U"!T;R!B92!A(&UA:V4@=F%R M:6%B;&4**R`@<')E9FEX(#T@0'!R969I>$`**RHJ*BHJ*BHJ*BHJ*BHJ*@HK M*BHJ(#4Q+#U-20WTO*BXU.R!D;R`D*$U!3DE.4U1#340I("0D:2`D*$U! M3BDO;6%N-2]@8F%S96YA;64@)"1I8"0H34%.15A4*3L@9&]N90HK(2`)9F]R M(&D@:6X@)'M34D-]+RHN.#L@9&\@)"A-04Y)3E-40TU$*2`D)&D@)"A-04XI M+VUA;C@O8&)AFUA;CH**R$@"69OU-20WTO*BXX.R!D;R!C;VUPU-20WTO M*BXU.R!D;R`D*$U!3DE.4U1#340I("0D:2`D*$U!3BDO;6%N-2]@8F%S96YA M;64@)"1I8"0H34%.15A4*3L@9&]N90HK(2`C"69OU-20WTO*BXX.R!D;R!G>FEP M(#P@)"1I(#XO=&UP+U\[(%P**R$@"0DD*$U!3DE.4U1#340I("]T;7`O7R`D M*$U!3BDO;6%N."\D)&DD*$U!3D585"D[(')M("UF("]T;7`O7SL@9&]N90HK M("`**R`@=6YI;G-T86QL.@HK("`)9F]R(&D@:6X@*BXQ.R!D;R!R;2`M9B`D M*$U!3BDO;6%N,2\D)&DD*$U!3D585"D[(&1O;F4*9&EF9B`M=4YR($Q04FYG M+W!A=&-H97,O<&%T8V@M86@@3%!2;FR`B9FEL=&5R7VQD7W!A=&@B+"!35%))3D=?2RP@ M)D9I;'1ER`B9FEL=&5R7W!O;&Q?:6YT97)V M86PB+"!)3E1%1T527TLL("9&:6QT97)?<&]L;%]I;G1ER`B M9FEL=&5R7V]P=&EO;G,B+"!35%))3D=?2RP@)D9I;'1E"`D M>2`D+6$B?2P**R`@("`@+RH@9FEL=&5R(%!!5$@@96YV:7)O;FUE;G0@=F%R M:6%B;&4@*B\**R$@>R`B9FEL=&5R7W!A=&@B+"!35%))3D=?2RP@)D9I;'1E M71A8B!F:6QE(&QO8V%T:6]N(&9O2!S97)V M97(@*B\**R$@>R`B:V5R8F5R;W-?:V5Y=&%B(BP@4U1224Y'7TLL("9+97)B M97)O71A8B)]+`HK("`) M+RH@:V5Y(&QI9F5T:6UE(&9O2!S97)V97(@ M*B\**R`@>R`B:V5R8F5R;W-?;&EF92(L(%-44DE.1U]++"`F2V5R8F5R;W-? M;&EF95]$64XL,"PP?2P**R`@"2\J(&ME>2!R96YE=V%L('1I;64@9F]R(&ME M71A8B!F:6QE M(&QO8V%T:6]N(&9O2!S97)V97(@*B\**R$@ M>R`B:V5R8F5R;W-?:V5Y=&%B(BP@4U1224Y'7TLL("9+97)B97)O6]U2!F:6QE'0*+7-H87)E+V1O8R],4%)N M9R],4%)N9U]$3T,M,RXU+C$O5'5T;W)I86PO5'5T;W)I86PN<',*+7-H87)E M+V1O8R],4%)N9R],4%)N9U]$3T,M,RXU+C$O4D5!1$U%"BUS:&%R92]D;V,O M3%!2;F`HM2YT>'0*+7-H87)E+V1O8R],4%)N9R],4%)N9U]$3T,M,RXU+C$O26YT MRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:20:36 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 277E61510D for ; Fri, 3 Sep 1999 11:20:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA37405; Fri, 3 Sep 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from FergInc.com (toth.ferginc.com [205.139.23.69]) by hub.freebsd.org (Postfix) with ESMTP id B861914D0E for ; Fri, 3 Sep 1999 11:14:53 -0700 (PDT) (envelope-from kjm@FergInc.com) Received: (from kjm@localhost) by FergInc.com (8.9.2/8.9.1) id OAA99012; Fri, 3 Sep 1999 14:14:53 -0400 (EDT) Message-Id: <199909031814.OAA99012@FergInc.com> Date: Fri, 3 Sep 1999 14:14:53 -0400 (EDT) From: desmo@bandwidth.org Reply-To: desmo@bandwidth.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13561: ircd-hybrid port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13561 >Category: ports >Synopsis: ircd-hybrid port update >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 Sep 3 11:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ken Monville >Release: FreeBSD 3.1-19990306-STABLE i386 >Organization: >Environment: >Description: ircd-hybrid port update >How-To-Repeat: >Fix: begin 664 ircd-hybrid.diff M9&EF9B`M=4YR(&ER8V0M:'EB6)R:60O36%K969I;&4)5V5D($%U9R`R M-2`P-CHQ-CHS-R`Q.3DY"BLK*R!I'`@)`H@(PH@"BU$25-4 M3D%-13T):7)C9"UH>6)R:60M-2XS<#8**T1)4U1.04U%/0EI6)R:60N;F5W+V9I;&5S M+VUD-0HM+2T@:7)C9"UH>6)R:60O9FEL97,O;60U"5-U;B!-87(@,30@,C`Z M,CDZ,S`@,3DY.0HK*RL@:7)C9"UH>6)R:60N;F5W+V9I;&5S+VUD-0E&6)R:60M-2XS<#8N=&%R+F=Z*2`](#%A.#0U86(R96(W9F1B9C1A-V1D9C9B M,6,X.64X,F(R"BM-1#4@*&ER8V0M:'EBBD@/2`U @,F$Q-S@V96%C9C8Y,3DQ93$Q-SRelease-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:38:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 336081510D for ; Fri, 3 Sep 1999 11:38:09 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 769951C23; Fri, 3 Sep 1999 13:41:21 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 719403815; Fri, 3 Sep 1999 13:41:21 -0400 (EDT) Date: Fri, 3 Sep 1999 13:41:21 -0400 (EDT) From: Bill Fumerola To: Chuck Robey Cc: brooks@one-eyed-alien.net, FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Sep 1999, Chuck Robey wrote: > I'll be fixing this, this weekend, using the method that's > (unfortunately) the one the the gnuplot authors want: I'll be making a > port of the old 1.4 version of the gd stuff, with clear notes to folks > NOT to update this, and I'll rename the lib to libgdold. I'll then set > up gnuplot to link to libgdold, and then we'll all be cracking. As the person who upgraded the gd port to avoid copyright problems I strongly disagree with libgdold. If we just have to have it, I think it should be RESTRICTED/NO_PACKAGE/whatever. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:39:51 1999 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 298841510D for ; Fri, 3 Sep 1999 11:39:46 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 69B171C23; Fri, 3 Sep 1999 13:43:19 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 65E1A3815; Fri, 3 Sep 1999 13:43:19 -0400 (EDT) Date: Fri, 3 Sep 1999 13:43:19 -0400 (EDT) From: Bill Fumerola To: Chuck Robey Cc: Kris Kennaway , brooks@one-eyed-alien.net, FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Sep 1999, Chuck Robey wrote: > It is NOT illegal, and it IS the method that the gnuplot authors > themselves suggest. I like gnuplot, and gif is too popular an output > method for experienced gnuplot users, to just reject. Murdering users is a popular option commonly shared by sys admins, however like distributing software with copyright violations, it is illegal and has to be avoided. Just because the gnuplot authors really want something doesn't mean that we need to subject ourselves to problems. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:46:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB380156E7; Fri, 3 Sep 1999 11:46:21 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42112; Fri, 3 Sep 1999 11:46:20 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Fri, 3 Sep 1999 11:46:20 -0700 (PDT) From: Message-Id: <199909031846.LAA42112@freefall.freebsd.org> To: cjh@kr.FreeBSD.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13509: Ports Update: korean/hanterm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/hanterm State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri Sep 3 11:45:46 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:48:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE9FA14CA7; Fri, 3 Sep 1999 11:47:50 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42221; Fri, 3 Sep 1999 11:46:57 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Fri, 3 Sep 1999 11:46:57 -0700 (PDT) From: Message-Id: <199909031846.LAA42221@freefall.freebsd.org> To: cjh@kr.FreeBSD.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13511: Ports Update: korean/mizifont Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/mizifont State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri Sep 3 11:46:32 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:49:57 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08EBE151F6; Fri, 3 Sep 1999 11:49:56 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42342; Fri, 3 Sep 1999 11:47:43 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Fri, 3 Sep 1999 11:47:43 -0700 (PDT) From: Message-Id: <199909031847.LAA42342@freefall.freebsd.org> To: cjh@kr.FreeBSD.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13510: Ports Update: korean/hanterm-xf86 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: korean/hanterm-xf86 State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri Sep 3 11:47:09 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:50:26 1999 Delivered-To: freebsd-ports@freebsd.org Received: from orion.ac.hmc.edu (Orion.AC.HMC.Edu [134.173.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 7F68D151F6 for ; Fri, 3 Sep 1999 11:50:23 -0700 (PDT) (envelope-from brooks@one-eyed-alien.net) Received: from localhost (brdavis@localhost) by orion.ac.hmc.edu (8.8.8/8.8.8) with ESMTP id LAA17451; Fri, 3 Sep 1999 11:48:07 -0700 (PDT) From: brooks@one-eyed-alien.net X-Authentication-Warning: orion.ac.hmc.edu: brdavis owned process doing -bs Date: Fri, 3 Sep 1999 11:48:06 -0700 (PDT) X-Sender: brdavis@orion.ac.hmc.edu To: Bill Fumerola Cc: Chuck Robey , FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled 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 Fri, 3 Sep 1999, Bill Fumerola wrote: > As the person who upgraded the gd port to avoid copyright problems > I strongly disagree with libgdold. If we just have to have it, I think > it should be RESTRICTED/NO_PACKAGE/whatever. I agree, I don't like the idea that to make the gnuplot author happy we're going to continue to encourage people to use GIFs by providing discontinued and unmaintained software. Instead of helping Unisys by continuing to promote the inferior GIF format we should be progressing and encourage people to get off their lazy asses and upgrade to PNG compatiable software. -- Brooks P.S. I am sorry about the duplicate PR, I should have checked first. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:50:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17594157C8; Fri, 3 Sep 1999 11:50:27 -0700 (PDT) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42485; Fri, 3 Sep 1999 11:48:39 -0700 (PDT) (envelope-from sada@FreeBSD.org) Date: Fri, 3 Sep 1999 11:48:39 -0700 (PDT) From: Message-Id: <199909031848.LAA42485@freefall.freebsd.org> To: cjh@kr.FreeBSD.org, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13512: Ports Update: audio/splay Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports Update: audio/splay State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Fri Sep 3 11:47:55 PDT 1999 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 11:57:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from xerxes.lovett.com (xerxes.lovett.com [216.60.121.164]) by hub.freebsd.org (Postfix) with ESMTP id 99CDB1578D for ; Fri, 3 Sep 1999 11:57:10 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by xerxes.lovett.com with local (Exim 3.03 #1) id 11MyVm-0002rg-00; Fri, 03 Sep 1999 13:56:34 -0500 Date: Fri, 3 Sep 1999 13:56:34 -0500 From: Ade Lovett To: "Justin M. Seger" Cc: ports@freebsd.org Subject: Re: lang/tclX75 Message-ID: <19990903135634.K9489@lovett.com> References: <199909031733.NAA13290@scds.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <199909031733.NAA13290@scds.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Sep 03, 1999 at 01:33:46PM -0400, Justin M. Seger wrote: > Anyone have any objections to me nuking lang/tclX75? Nothing appears > to use it anymore. Should we extend this to cleaning up all tcl/tk related stuff other than 8.x versions? With the release of tcl/tk 8.2, it seems to be a little silly to be keeping the really ancient 7.x and 4.x series around. All IMO, of course. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 12: 6:21 1999 Delivered-To: freebsd-ports@freebsd.org Received: from xerxes.lovett.com (xerxes.lovett.com [216.60.121.164]) by hub.freebsd.org (Postfix) with ESMTP id BD0961571C for ; Fri, 3 Sep 1999 12:06:19 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by xerxes.lovett.com with local (Exim 3.03 #1) id 11Mydv-0002sb-00; Fri, 03 Sep 1999 14:04:59 -0500 Date: Fri, 3 Sep 1999 14:04:59 -0500 From: Ade Lovett To: Satoshi Asami Cc: ports@freebsd.org Subject: Re: build logs? Message-ID: <19990903140458.L9489@lovett.com> References: <199909021152.EAA90502@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <199909021152.EAA90502@silvia.hip.berkeley.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Sep 02, 1999 at 04:52:39AM -0700, Satoshi Asami wrote: > > Will anyone scream if I set up the package building script to send the > build log (not individual ones, just the overall summary) to this > list? This is what a typical log looks like. There will be two of > these (one for -current, one for -stable) mailed out every other day. Rather than sending it to the list, how about making this data available linked from somewhere on the current package building URL? The joe porters/committers then have easy access to this (presuming of course they're watching the package building and distfiles survey URLs at (ir)regular intervals), without cluttering up ports@freebsd.org -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 13:43:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from xerxes.lovett.com (xerxes.lovett.com [216.60.121.164]) by hub.freebsd.org (Postfix) with ESMTP id DD15214E37 for ; Fri, 3 Sep 1999 13:43:42 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by xerxes.lovett.com with local (Exim 3.03 #1) id 11N0BI-00034Y-00; Fri, 03 Sep 1999 15:43:32 -0500 Date: Fri, 3 Sep 1999 15:43:32 -0500 From: Ade Lovett To: "Justin M. Seger" Cc: ports@freebsd.org Subject: Re: lang/tclX75 Message-ID: <19990903154332.P9489@supernews.com> References: <19990903135634.K9489@lovett.com> <199909032029.QAA43467@scds.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <199909032029.QAA43467@scds.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Sep 03, 1999 at 04:29:28PM -0400, Justin M. Seger wrote: > > That is one goal, however we just can't nuke tcl 7.5... We need to > fix all ports that depend on it. If you'd like to help with this, > send in patches that fix things. Oh, I plan to, have no fear of that :) Probably get started on it over the Labor Day weekend -- still too hot to do anything sensible outside.. Question though. Which tcl/tk should we be aiming for on these port upgrades? 8.0, 8.1 or 8.2? > I'm asking about tclX75 because it is old, and nothing else depends on it. Yup. One less port that would depend on tk41, too. Nuke it. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 14: 2:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id DF91B14D66; Fri, 3 Sep 1999 14:02:26 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id RAA81708; Fri, 3 Sep 1999 17:02:33 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Fri, 3 Sep 1999 17:02:33 -0400 (EDT) From: Chuck Robey To: Bill Fumerola Cc: Kris Kennaway , brooks@one-eyed-alien.net, FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled 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 Fri, 3 Sep 1999, Bill Fumerola wrote: > On Thu, 2 Sep 1999, Chuck Robey wrote: > > > It is NOT illegal, and it IS the method that the gnuplot authors > > themselves suggest. I like gnuplot, and gif is too popular an output > > method for experienced gnuplot users, to just reject. > > Murdering users is a popular option commonly shared by sys admins, > however like distributing software with copyright violations, it is > illegal and has to be avoided. > > Just because the gnuplot authors really want something doesn't mean > that we need to subject ourselves to problems. They're aren't any problems, and we have many, many other ports with *far* worse problems. I think your opinions on the general state of copyrights, and what Unisys has done, and has mishandled things, are fine, and do you credit. I hold like opinions myself. I think your urge to enforce your opinions on others by denying the package and cdrom stuff is completely unsupportable. There are *many* ports with far more restrictive licencing than anything Unisys has done, so unless there is overwhelming outcry (and this better include every other gif enabled or enabling port) then I flatly disagree and I'll do the port. ---------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | picnic.mat.net: FreeBSD/i386 (301) 220-2114 | jaunt.mat.net : FreeBSD/Alpha ---------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 14:42:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from xerxes.lovett.com (xerxes.lovett.com [216.60.121.164]) by hub.freebsd.org (Postfix) with ESMTP id 4D11D157D0 for ; Fri, 3 Sep 1999 14:42:26 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by xerxes.lovett.com with local (Exim 3.03 #1) id 11N15r-0003AC-00; Fri, 03 Sep 1999 16:41:59 -0500 Date: Fri, 3 Sep 1999 16:41:59 -0500 From: Ade Lovett To: "Justin M. Seger" Cc: ports@freebsd.org Subject: Re: lang/tclX75 Message-ID: <19990903164159.V9489@supernews.com> References: <19990903154332.P9489@supernews.com> <199909032115.RAA43616@scds.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: <199909032115.RAA43616@scds.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Sep 03, 1999 at 05:15:44PM -0400, Justin M. Seger wrote: > > Question though. Which tcl/tk should we be aiming for on these > > port upgrades? 8.0, 8.1 or 8.2? > > I'd say 8.1. It's the latest non-beta release. Hmm.. http://www.scriptics.com/products/tcltk/choose.html seems to differ. In particular: "Since 8.2 fixes many bugs that are found in 8.1 and is basically identical to 8.1 for script writers, we recommend that everyone use 8.2 in preference to 8.1" Looking at the ftp site, there's also an 8.2.0 release (ie: it's not tagged with the 'b' implying beta). I'll work on getting those ports that use tcl < 8.1 up to 8.1, though it might be time for a tcl82 and tk82 port (haven't checked to see if there's a tclX82 -- I know there's a tclX81 though). -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:30:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 123141507C for ; Fri, 3 Sep 1999 17:30:52 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68126; Fri, 3 Sep 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4FFE615273; Fri, 3 Sep 1999 17:20:17 -0700 (PDT) Message-Id: <19990904002017.4FFE615273@hub.freebsd.org> Date: Fri, 3 Sep 1999 17:20:17 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13564: Update port: archiver/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13564 >Category: ports >Synopsis: Update port: archiver/lzo >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 Sep 3 17:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Fixed MASTER_SITES * Added WWW: line in pkg/DESCR >How-To-Repeat: >Fix: begin 644 lzo.patch.gz M'XL("-O>SC<"`VQZ;RYP871C:`"55&UOVC`0_IS\BIO6#]O2Q+P4ND9"(BVA MRLI+E:3J/DQ"@3B-AXF1G?15_/<=H=#2EG:UA`'?\]P]/M]=S)($S$(.@!1* MDKF0N2*1G*3LFDI%^+T@_6A*$\8IO'VLFZ;Y,5D+"PI.<07U*E2/[&K-KC?Q MQ]&1;AC&#L]:5S((Z!R@#I6&7:_:]<:*TVZ#V=RO'8"!>P7:;1V^PEY74GH< M=&QX3\C^-52MP](-J?PD**?2M`\J=K4!LS22`MS;.>RA/QUTL^,%X<#INRU8 M+71D5JW*@6YL+-KF#$Z6ZV7>"T/5'@1>B&;0DG]N$ MX&X5&3.G@O+,BBDI$7;S8DX?T029-Z2 M7`C^,BTO.4EACJGD+/M/YM[#LXN-@HO!\GNQ=5T\/>YX?HNSL2(3,9M+JA03 MF6Z\R,G;OC".L59XPWBLHL)B\769#-1Y;T43*\I+K;/DMI2VY7D=7GL5'Y8R MO4&(']=?/7%9.>W'0K*$O%JZVD"TUV;0X2)P1SWO.!P.>RWMCBHLA.&@ZYU> M^.[(\4\#`Z]FFC2+QIR:"FN,QBV$X;TPH*8]V2(U:Y7\N5"YR3*5XPO:NJF# MQ1+X$F/]9C3^-AB>#_VP,SP)ON,+8-+.\'H+V'LX]]VN]WM!RA@D%I-E,C!Y M[0\QR]Q[@R!T>KU1QPF=!?Z_],\"_V118G[L9EHTBUF">8@_GB3SZ17IN,&) M#SO.WY\E&YC6%QGTH[MR,!S:]9I=.=PU3)Y(V].D5K$;1T_3I-KLQ)OB;6I_7?ZHN1UXW.^C4^X1N67EYNR[(HR0AO+@EZ'2"Q;;%VMVMCYUJI?F,Z_\` (X9?Q1X0&```E ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:31: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3753615E0E for ; Fri, 3 Sep 1999 17:30:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68135; Fri, 3 Sep 1999 17:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 483EB151F2; Fri, 3 Sep 1999 17:23:51 -0700 (PDT) Message-Id: <19990904002351.483EB151F2@hub.freebsd.org> Date: Fri, 3 Sep 1999 17:23:51 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13565: Update port: graphics/tiff34 to 3.5.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13565 >Category: ports >Synopsis: Update port: graphics/tiff34 to 3.5.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: Fri Sep 3 17:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Updated version 3.4beta037 to 3.5.1 * Fixed MASTER_SITES * freebsd.org -> FreeBSD.org * Revised pkg/DESCR NOTE: Name of directory might be chenged to "tiff35", "tiff" or "libtiff", etc. >How-To-Repeat: >Fix: begin 644 tiff34.patch.gz M'XL("#K6SC<"`W1I9F8S-"YP871C:`"E5EUSVD84?99^Q6WBAR1"7X`$:$(' M8B"E-N!!:MV'SG@6[4IL+"1%*TP3C_O;>U?@@!T3.U,/7@F=^Z%[]NZY4!Y% MH*^+*9AK49AY5I3"C`N2+WDHS!+11M.KNWC3Z:B:IAV-KHP*#C[+`1I@-;T&?IRM5Z\'NEUS0)-+KZ?":YBR M#50O`6&6)"PL>9;"ZKZ`*"L\1897]=?P)RN$1`OV>DEX`@$K6<%3>+_B/9)0DAHDB=FBV-G*4MLUNP%:M6Z+ M/1D5C'WP!Q[\F/?:#=B&W:E(,ZVVB?1;KF<[GN5"MB@X2V'X3PXG&%,%51^, M_6#:GPR[%57Z#=*R8"6Q&BU5OSC[>`!)!)]JWWM(OK3'QA6)I_U@^'$V'P_] MKG+_PJH^Z?O!<'[ECP/Y/"ISSS1Q-3;\*](H#+K.L[247)CY>F&.5R1F$Q+S M\-JD+&$Q;H@PX6]55PZ<(QYQ(ROB'[BHVK',62J66<&^I4SX0I8ADVB*LBPK MP\UF8^R`*I&D;](?3P/\'\Z[2K4OO0BW:2&HM)#Y'L.[7:Q@4.%\_.%J,+P8 M3@=^%_#O4\YBH^.=W%[,YH$_&,_O]ALM,?21W=%JUEJ@X=JNNL/@$?Q")^[[9-I+78T8B_D?[I_R^(E2#992'FV9 MVI([^_#[:#:?](,[Z';A%@B@ONM%IG1-"SI-1^.QG_=R>8P M]Z!*7R*K\F0*] M:#%L^L,(*`.'SE%(6:-MA5%4#YM.H]UQFY39;J-):9,Z]9>1F5_'YF#HG\[A M*/(XY!,NV9;2*B-IU2>SPC'4[:!VW45SQ/\/@E1DH$,>+LQOPWI86Y'<'*A`A\ M41@%%SO/O?J*F%?*^X!M3`=_I-B[`O:*)AG:Z5RMJK(2J`<%B'L652Q%E`1_ M&%!(LA!OOLCBJJ:HOIL"IS8ST;M*:*B:JEU>7A[6]%#O7]R<%^GW?G$VWYH*&ZW9V/"3!W!_Z9J7^/S!PGC-PMP;:]P92 K%9[$-O(<7'%Q)Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:31: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28F3B15E04 for ; Fri, 3 Sep 1999 17:30:56 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68146; Fri, 3 Sep 1999 17:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 349A814BFA; Fri, 3 Sep 1999 17:27:37 -0700 (PDT) Message-Id: <19990904002737.349A814BFA@hub.freebsd.org> Date: Fri, 3 Sep 1999 17:27:37 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13566: Update port: japanese/gawk to 3.0.4+mb1.12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13566 >Category: ports >Synopsis: Update port: japanese/gawk to 3.0.4+mb1.12 >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 Sep 3 17:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Updated version 2.15.6+mb1.04 to 3.0.4+mb1.12 * Fixed PATCH_SITES * FreeBSD.ORG -> FreeBSD.org * Revised pkg/DESCR Remove File: patches/patch-ab New File: patches/patch-ac patches/patch-ad >How-To-Repeat: >Fix: begin 644 gawk.patch.gz M'XL(",A&T#<"`V=A=VLN<&%T8V@`I1AI=^)&\C/\BDI"8GBR3B0.,9YG#-C# M&+`?X$PVFZPCI!;(!HG5X2,._WVK6P(DP/;,+,_647?7U=6R'-L&/O('($:! M+RX]/PS$.V-IN"0@XM1XO!?[QCVQG3F!P^`\S_/O,^=&1@C-:`I*#>2ZKLBZ M5,&'>CW/<1R\P3,B2P`5I*HN:;JDQCRGI\#+QVH5./FX+,/I:1Y^@@%Y!&8" MF-Y\3LS0\5Q8K(VW/5_/4?'<8I+G?X)?B1]0`I_\-W)\8NDY19`UH8)H69#4 M/'>(I"Q(@LHH9(6J;!LA`=,G>$-L3H/FTG?FU$:-HK_,O`6"@L'/K@(.ET&OBDX@6$*IB?<+3\B#V4KG/N$G(W:.KSET>,'0#-B)XI2 M343'2HJN*KI<@\7,0&V=IR44F,P\W^Z.QH-FOW/"?,#':\WSUY<7,?3.X-,( M;H>>+3S/[9''<&@UQYV+JV&W,Z*HV%H(R5.X]#TS#_WF:-P9WHZZ8TI0>$F] MWUX,;E89BMO1S5F[.XP54]/[S>Y@C/\=A#&'G";^$:Z&%WGN=;3G3RG_I^;H MMG4U..]>W`S1]&<2Y/G-^VUS>($V30)+5=$=S7'KT^UH/.Q>G^3XI9SGT+Q= M9FZ7F>=QF5/?6.`=0_-TPM0FLN(UV^%2%T6\"HYS)Q@61EM<1A-Q0$),VT"T M[X3`BWR3!.*#-X\6I*YAH)_%1,QYMT>EI"+$QVDJ6%B_PO3O.,",EA+6-4F3 M,#:R\#NLGY74O0A,PST*84I"<-S0@XSIE/[` M\IS`#H3[R,'+LQ=Z?"1@9N-"Z0J%IF_.G`>262JM$Y$*RQA?KBJX(BA7R_%- MC6\:72:743L+F=X%64R(+[B.'3X++J$J'YWY/!"3L(@)6\J+Z#U9V3@O60RU M(AU\#**`WOC!PJ"ZQ"JFD_3JU\YPV&UW2GD:=-XFH3G3D2%W6C0M*+Q069C% MJP;\@4#JU'_##\#;B-K:LH(_&^ATXL9$^"N\=%J?KF[[HXL5_/CQXPZUY9&` M1B4@9`$8%/+D!"%@AV*!"YZ#D"R$'QL;:=CS@#4_QTU,2IR\@@8*8W0Y2A0X M84*4\F^:B$ISJ/'G'8IO]=NKSJ>8M5?.<^HX1I=:< MRTVP>]XWMEIL)WZV/)=L5Y)]>V]=?YNX<:PM:#!F^"<66W@9==!VGL"1?"SR M]%?[(%I'#+)YSV#^@2BRB.E9*0L*+\/^*@YG6GV#X6VGE.>67A#RCAN$QGRN MY[E,(@VNKJ^&X_95:X2$N5-LB)\]?XP04,2B`M+@U?@;X\3&[+<."*`'1*@3F<#3=;+4KSO M[L\36Z;T0*'JY9JN908*A:]Y,>).^&[A16C= M#%F;X]L7S2^7>.OISE@^RAW$J_N&4MJ(LS86B6D0+WL46>1%61\!_9S?8_6 M!,I),/!QP[33"7'@^-I.N).\YMNY;7Y3%9FO5\*[561FNF1%+\O87;==DM8/ M)J]\9&63Y5>JNJ)LCGIR[14\,ZRC8/% MQ!0\/;W*`?^M=EA5.H4B>B'D;1#9.XB7$V=Z:P')\G-[Y'.\OV-9=Q+1! M6$GLWII&IYC$CM4.42*1S9MK M^@8^]@8E>(-M7UUI7PR3O!U:]RW\,]%.)[D=DKK7$B0R#1W)H?QWU'$ MUMNE97U3$5O_1Q%;NZ6E9KZ=K(M8WA1Q[`CQ_5HNIVMYGVM7+^Z9J<(UQSJWV#O--W/Y&@[8V@H%!S++$BFD$3/0D\I7I=W]5&QW1JTAO`)_)]'69`>&K>JKP]:&*1UB M35=H6J2G:(VFEL:F@S$]ERX-\]Z8XF$M@$6$TPL_><;3)GD*B1NB^HO!#6!< M!.B&8)@F688!^W0$CS/'G.7Y9(/-,)LX$AAF2'R@Q[)``!A%2[I2E)5X!!<.)@4#!<2\3@C6:.'?*?NR,&%?+&ZRR\T#N&P5E+4LH5Y91]Y`B(_T"P M/H6[90FM."#F2[?7"XJ71AA$S]&]`U?WQH0] M,OM\C*4MQG-W,C+*8CSKL:].%)L4?:H]B5.?3J09T/*1@>*9E0*,`)T6QBUJ M"S5#9T%V@7;H&VZP"TT&^'WH(1&I?K@%WGG8S7=@B_M#["[F.&OD.W#/MW9! M2US8XQX4U;L9X/;[0>HSQ0%D"G<:N=2=ZV;.LQ&.YRTR)YCA/[=%"HBCPU!K @"#;3/)?%H3"$XKB7"M$&MO^%)(.@D/\!MXY,:1X9```R ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:40:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix10.ix.netcom.com (dfw-ix10.ix.netcom.com [206.214.98.10]) by hub.freebsd.org (Postfix) with ESMTP id A3CAE14A2E for ; Fri, 3 Sep 1999 17:40:21 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix10.ix.netcom.com (8.8.4/8.8.4) id TAA01719; Fri, 3 Sep 1999 19:39:50 -0500 (CDT) Received: from sji-ca43-43.ix.netcom.com(209.111.209.43) by dfw-ix10.ix.netcom.com via smap (V1.3) id rma001703; Fri Sep 3 19:39:17 1999 Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id RAA67754; Fri, 3 Sep 1999 17:39:07 -0700 (PDT) (envelope-from asami) To: "Justin M. Seger" Cc: ports@freebsd.org Subject: Re: lang/tclX75 References: <199909031733.NAA13290@scds.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 03 Sep 1999 17:39:07 -0700 In-Reply-To: "Justin M. Seger"'s message of "Fri, 03 Sep 1999 13:33:46 -0400" Message-ID: Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Justin M. Seger" * Anyone have any objections to me nuking lang/tclX75? Nothing appears * to use it anymore. No. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:40:40 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1705E14A2E for ; Fri, 3 Sep 1999 17:40:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68968; Fri, 3 Sep 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4FF591518F; Fri, 3 Sep 1999 17:33:24 -0700 (PDT) Message-Id: <19990904003324.4FF591518F@hub.freebsd.org> Date: Fri, 3 Sep 1999 17:33:24 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13568: Update port: print/lout to 3.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13568 >Category: ports >Synopsis: Update port: print/lout to 3.16 >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 Sep 3 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Updated version 3.13 to 3.16 * Fixed MASTER_SITES * Revised pkg/COMMENT * Added WWW: line in pkg/DESCR >How-To-Repeat: >Fix: begin 644 lout.patch.gz M'XL(")Q>T#<"`VQO=70N<&%T8V@`S5A9BEQ@0#8I M<90@D9-RE6K9'6"CA25[V)9=SF]/SPS'@A'(+TDH:8^^ION;[IZ9#:/)!,0B M[8%<9*F\3-(\DY=IM,CE."ERN>L_DDD4$SA`$T11/*%6N29G&%>AU$M:8:4&77>EV`5]`CGX`- M#D$2QR3(HV0!\[7/DR3U@)H7Q%?P&TDSRDW)7T64DM`#T"55%ZK/L2PZ0,O/ M"00IP1LETY^JR)HFNXQ]/TOF*_+ZE\1/]4])&H=2EH=2D,Q1CHJ>=]#`.LS: M1U`E'IBLV/@'BN7IIF>H,$O(([0_+^&<*0IBJS,<]1K=]G6%AB)RI[\GHC_- MQJC]MG_7:0^O*PQ;0>PVAJ/VW<.P,Z+$\Z^E]X=1^_U#<]3H?0/X(%1?)OE! M@$IEDB\]6<:K%&12D3V%$@D+R2_D/\EDPN=3@++^\-K!JMG56)>-[:F:9^JELL&:H>B*W98) M%YLLDG(_E:9?+N$:7)^$JFH[H:,HEF^:BFN'RL37QJ;M:+ZF87J45:V2JAV: M)K%\QW*LR3C02&"J9NB;NCG6?=/Q]9-X+?T\F&$8["XJ*ASA'4%O7W0?1,-3 M#K>>@XI;+`W+4]1R"[)I![(9GE=75YMN(R5I-*V,9@7;HO4-]6F8M0]=^7;]R9OT@AEGT!S4-S3;11?R>Z8W/,:>\FJ<<+5[H^[ MK9E:3;-4QN2C:J:!%)U3L)'1_V;_]A:;2N4:5$9B"&@,`HUCL!*\[;RYZ?=& MF`^3!/L.IW0;@R%2YOXRX_&O!Z4OW/WUH(QR9%#-H(.R*Q_TY(#/A&W9-$./%E/6ZL%?A,`[,&`S]M.(9("5FL";3@^7$#B_X`^79\P2.L-;^)J\ M6EHH:S9/0K!QO[''I."X+(==9Y-.:Y_.=AP,J(-1'OEQ](6ZF!8+N,AF21&' M,":08=TM\AHL$B!IFJ09D,]+W(20<.7>[L@@?@8Q0W<0>$9D3YU>\_92CG`8 MGB`R4++0`G-F;^8TG@0%@+)!-CB"W\66;[>(,+X":*]T,]* M8%J&L1](JS%J7,I7QX7>_3YX1X48\H;-VJ^I;W)WM2F:^PMO+Y4/0V-;-=TM MMT#==FJ&HFP+E.YC10)G6?WG5K^)CKRNGU_PI\OZV9J%>[45BS\AJ_*!Z:,K M\FH#]QHV;'F]F=N+=8_-HK3Y.FO;VPHM)^0./+?]9H,]]IL/-TB\;3YTV\-A MXVU[N$WRP(^)/,^FF31)?\``5]FPF+TI601^_B-&>*)OS2!,/"<=!8&WRK7N M:$AQMAGXGT^%IBALZ56LTE3\'Q$]G.V&@H"J2BG;#<5`BK;)]E7YA,1[=B$8 M%'E.Z_DM21%/WK=@3K+,GZ[[ZQ'?6VWL;`Q*E4.I6C^8U6CA5%9C3WJY@?(< M(.N%<[!O9&<.D+G.:H0;`79*68UPUPS[+&(VSP^>4/T7Y#`99D@\#/!+G\J!U`^C?$A?WEV#6:@^;=W"( M>`(O)L,B[R4?`5P:N:*L#K?6(;2V&B6L\&BC;+'"W1)4[9K)"DH`$?KQDW#@ M*TQ5J-[?WWLPR]G7BPPW1X_2(HHF4K8<2UDA_UU\(GQDUOUF^3Q^$1R#V\[P MNP1BQ!-P,)D#QU3GV>39:FQ/>IANBKV%PS#I]Q2\\@Z3S?R4R)@)W`C=:J6Y M')+\(8N^D*-\=/D8_V.414+U&7ZR?$Z5?/:/L![&T3@^Q@]F_E+X!ZFRZ]NU #%``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:40:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E3314C2E for ; Fri, 3 Sep 1999 17:40:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68959; Fri, 3 Sep 1999 17:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8E43914D15; Fri, 3 Sep 1999 17:31:53 -0700 (PDT) Message-Id: <19990904003153.8E43914D15@hub.freebsd.org> Date: Fri, 3 Sep 1999 17:31:53 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13567: Update port: japanese/sed to 3.02+mb1.08 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13567 >Category: ports >Synopsis: Update port: japanese/sed to 3.02+mb1.08 >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 Sep 3 17:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.2-RELEASE i386 >Organization: >Environment: >Description: * Updated version 1.18+mb1.03 to 3.02+mb1.08 * Fixed PATCH_SITES * FreeBSD.ORG -> FreeBSD.org * Revised pkg/DESCR Remove File: patches/patch-aa patches/patch-ab >How-To-Repeat: >Fix: begin 644 sed.patch.gz M'XL("*A%T#<"`W-E9"YP871C:`#L.UE[VDBVS_8W_V!>RG&I@X,0DMAE8X/9 M;8.=0+:;3F@AA)$-$BV)=-PSZ=\^YU1)0F!PVKG+TW42(ZKJG#K[4JJ,K.*[OI>_TA6Z;GIGVS'&ZJ]^;$VMFDJVC^ZE4ZH>@>^_-,:DN M;XF:(TI)4PI:)@,/I=)^,IGOK_ND;RX(R1(YJ^7R6E;A()4*22FB*I,D M_,Z12F6?')*>^0=A!!##F.J^T!]N1\M)\Z).],U\-YU_Q] M:;GF6-M3)*4(DXHD9_:3VQ9D)%GE"XJX75WW36*X)GS`Y)Y*J@O7FB%].9Q^ M/W7F,+S74ZY*/N+7UG;I$3&X8J"\\U),O3# MKVOD"5F*7XDB%9DHTG(Q#1*0KO53F\`_QHPQ(10 M"60B7;]I[2=W3SON+<`GW_9ADV[U$FA^,+U]TJ[VA[7K7K/3>OLF'+NI#FKM M87_PIG-3WDLME/TD<,K'.,U3WU]HZ?3#S MUM7GZ0"LV;E"*.``#$0N2F-P*>GVSQ`I"C:^&]DGDF4;L^78)"9"$41)!H9C'(0G8\*N;S$SFGCK*%B5XT#<501\5)*5\8&?D8Y)K\$;2H MC^51ULCII4DIH\O94BE3*!IY1=;S8SFO3OZ&R!>Z;TQ!!NPSI>ODR=DG%;"Y M^!EZ>`PZ79(+W29$(7))DV7X"Z`%.0R/JI(C25F4F4[^2<\/_AW^^6?BG(`? M$D!+O@:!#G5%DF2^G/E6:O0`P0WRLB,&U!/*!R="2I6BA6)EN@]/:-Z'*E6 MNA"IF_U"/=JBE'ZA)9B5(HQQ5-1M%#-)6J!-^H+>"RWA4)@)::$MW-%6)`3\ M$0A3-H&804XVQ;(FK@O:H6W$*+P6:D(5=O@*V)LT32LT1RDCA#VH3Y5_Y:6M8_$/YK5:O M,>T44JIO,.A!QJ"5#@^06$RF29D^RGT)'1@3&RRGGFQ\GXZCPKB@K=:^H<'U:QJYJ:5*19`-Z$4H"'?@$UKW-9I1MY^JD;PDRU6N_=!_!0/ M=??V*TL/W.[!H6;TLO&]=$L+;+,`K>:4_[U"DAB`ONX]`JPQ+RA5+B7P$P]Q MGK2:#1GRTF.+/#U:28Y5O@J&>#D35+Z979(CL'YAE(K/UIFZJ3.T%=Q9*1'8 M-EO\T?!`Q4A-6#X+$!`30*59SP2)O?6+>!44N5>IYN-;."BVI`S!26_TP98FD=- MR`0<7`4;*/R<)E#@,\OSAR/+]T`):(^0PB!]6$*I-GF=K]W?,ABE\R11$A.=VSEIU"4F!`.:X>-\+'%),<> MZY&D7:VUVJTAPGZ8+=M,_FN(6A%(A8I1ID:'%!\O;D2+VZ`;M)\"V`.WHU!+ M\+?I6A`=9T0%0\]IN1*T1<^2\]_T-&73TV+[RJJ&[=AS?;S>:/:EL>-I$*5< M`WPM`68.CS9_YJ+E0KR1?*JVD`NB15#`?2*(V6`W$V?IU MGSMIX&HBP=#X2>9"AMHI7I= MO1J./;%NEZX)_:3&S06L$DPBJ#>K0'--2%-W75B/#`)S[*/`(9S!\_OC#_4[ MX/\]9.I;S+*%ZHG,+1$1W>I_W*=42&((I);UUS`F!P,<-N$#.O08]I$ MW:X1LFUU8#:@!.F3,0WB2O=%\R^>CWDTQ!DQX(,G\W),!Y#6RZ<8(,J_TU2V M!.%^W9RBB+IP+=L/T]MX"!6W;[HH$S8Q"7R+MP_PH8B.-XUA_>W-L,N+0<5ULZ(#.I+YP0E+FA2E??%]EYD3"(]0M&9^%!Y_,BS+ MN\(R%LL*5#_!">+/%$#P$!H)V,9:&@Y-EO;`S>]J7=IKE^MWF$9C,N()%4H* MZ&G<4#J$]29L=:\C=M_#&I`A2\*58&VKIM#+>#FZ-61A91:<24%>>*I:8!56 M@=GHFBE=O`:S7)'8BF_Y6)C8I&B9W#-S7+R>G&-G.U2#V!/$TJ9RW.-F&)K= M963103II3V+%?S_@Y)Z)+*1^54Q`21C!N^LU/>[Z2KB#J'X!GM5;(=7LDP$5 M510"M/@;!%`FG"2][@RN*FNNM?2MF8>\Z>.Q,APM)Q/3!>9VNA-'ONXFNW6J MD0>&)P->Z`D="#]0K/W`81FGH7ZW[16W;D@9034)=K`9ZRKW15ZBD27XVJT= MU.1A)<:$$MN+D04XAQS',-`D[K\C(J'8_*%ICV>6;0YGCC$,J)'_?(J:D-6` MD+@Y;5VV;^J]MO#1K]6O6D, M.[WA5:<_Z*_922QF[`C`UX_8*I?7-0-K>)`.0G,I)IKPY$I<@)MX?E9N8((2$H)U*'9BEH5!"4D*^.-283QTF@P+^)*/>CXV"6,\N(1O^X.J5N MYRUDZS.T3]HNG&&1!"%;H3TVXFJ2-@0&CC&?;R<;1$?I+U&G50OCTH;G!ZK? MH)W&&CIV)HAH>K`=I:WZ%62BH'U%58<$8P6(,4SUVNXC-8>OEJ2Y9\1:D4#1 M0D[X#-;4YE%KH^YFJ=UF9PPE3.W9PO]X:I#*,^/)F:6[\^`$'MLZ?:Z$Q;G35FSPYRP=DR$V/@Y0;W4J)_U MCM]%YP2OFVU9S65S.\\)\"UI<+H'70RDV9SRW"X&SR4+_-7+ZIRK(;(#-FEU M&L%V48@J8UF4^>DNN?"$SC);=!8#S2%I+UZQ'(:(F'Q9V>H>_[INH4AP5W_` ME\>RC&V2_-,$YYX@^-$!6A?&V;Y9/$[`MS/R\YM*EL@Z`U;?7;"([NF>845- M_>-*:Z-4\DS=7=5*11/JZP^LJQY_U6V#=]/0D&J?@T#@;JLJT"*R^"NWTRSX M$2]PJP:'&!GUIX\+5^6=^4TW_,![HB,F?@1U:$W"!AGYP:]!M\A.8Z-V.CJB M8,=^("O*RY_2(*@_PG#7V^0=:U;&$EBZHF5+_PU+SXZ>L!QE4W/8G&K8P/)# M4G'U&)V7NJW7Q\.H&#TWH3^^XTTA(HH`-\'$1XVZ2T<7GX^_HPULMZ'U-D!< ME2A0E`S>5'M0E`P:]2$\M1KI!4TI_LS9BOG--)9^/%#/ MU@)UZS%GV&5O5"]!%EYUM[!E?PKQ-'71":UD!0N&)Y1K'$*8PGP M($-/".UH]FEF]-G(=/U=9RYSN$3-]\%PV!_4:\/AJHCB>@?, M7NPL_7`,.=GF_KWS`"?,?@P[B/33E\^2)/$CDYX,K@(=3*S/614<<0=;M4QQ M%>![T4#4++R$:_`=7N,5)WEB\8H8B[58!`L#)X1U?.%1>&X>^[&%JB>Y%.WE M#EK0XU5?G;MA1[5#[)M>$#A!K*7W7=WV9KIO)C[IJ3\_!_I4W=@1CT[=LT)N M1CNTRKK][Y<'M`5!Z!<(/^Y&F])B1.&)36"RZR$>CRN9@/*862"C/=.E=IY, MX'MR-L:HN`YU%KWP$'FU2V+\OJR^Q)L2\+%M\IQ/GF^=K/')VM9)_2FT(SXY MVCIIA&A#"UVUFNS5$+,]<;O*W)!E]MZ/]4J?JN>USU&#TU3=$SUF_6%?'_F` MULKK8$XC^!>`CT)P!`U/K`/7"-L4%GO)JBB?4;?8H)1!7%[I:R[U'$OYVA%TF0#T:9/7N2G"$T\5&$N)/)K$="0Q8KQXSQT4(689%ET6F.#:V=-:+3%=,(. M2@&R??Q^XV#@%5/U)V!7A">ZMX]WK=XVM>]2J_4:M>[-UKK=M$M^X\=J7TV1 MU/3YR+7&M_#8K0)Z)5,2R=M^%;P)P\HAZ6ZKE/7QF)>2(D]VP36PQ*.[^.K_NYY;?#QIC&$Q?C56YB&1,`4 M=.`MW@I@B4[\AX4I,72I>N-M;6]O#Z^*LAO(3\(06$QT>QR`]J&*W=O#WPP9 MH.E,&&5CAV`+@*0!1!I7L+=?!'2RG)L>S,;P![!L%]T+"4"4<:;*G%8NQJO. M.1,-?E8B(>9R8HDD\_G0_\DA_!"(6,29X!F?;\ZCBIA9"M#$[EY+;"7#DW)& M=QZ@QI+5"4[*G:"$<@(((X(PB#Z;0?"6 M#&#EF9NQMXRP9?*Y6R)2X([I,D:W?>5K<"MQX(,I:G M:V_B.=L@A"&*O0RX\?,(/L'K79V-'G%+RN?$'$D6"F(N\D8))`^9+[5'$[7: M$4D9`%=K7E5;?<10N[F)GI$$6-!AM(\M%\9.,*?_34":B)G]8SQ(BX?W^&DB M9"4@NJ!B#"EF0Z*Y5076I(6RC28BJ](B<:-EK0,Q*?)-+6CX8$=M#W[Q#4L* M2DF1LV(^$A-:%=(66=<1RLPTI@[+%K]A%$B9Y&4ZJ#"&F+_LV_3!^"4;]]*? MOLBIDO3YU:^)3\'#D?0J_:N29@M^YT;_&SDET@0O:*!D&?J4_;^]`R2N%?8O M.XY8?F*?U49DSYU#,IZ0WPS=#T9_P^'Y/1C`QBA308FI0,ELJ$#2)YY&_E\- M_P=J>+*`PI"TK>2!\5TE%$S]_;IX#>KI(BJJC8/;N8>D9=JFB_\IB.CX_WT@ M)4)/,7L@$]>9KT5YJ&!689J73+'_K,3Z^'ZC+A*=C-@E<'-L^8[+5]:C["]X'.ANSYF\V#+V+)@!!=-$+,78#YF M%8FA8W)!;W"MT1(,Q?*QD$D#]=`V69,'A@,&@0K39>6E;[IS#_?"+XB=BVM& M;I:CF660*\L`4S.Q9%G@B#<%08XXHJ?*TV-B6C#O1O\]0!4)D)$`FP)*70*1 M&$9Y5:G;#P3[Q6CQ=H97?(TA3/^'O2-M:R/G?>9?&)B4A!SD`G)`((0<$$A8 MPM%N:6DNFD!(V$SHMGVW^]M?23[&GIEP[+[G\Y1E2^(9R[8LV9(LR=3Z8`+B MVFP`0&%0)-UU^NS1[M\\CB)4'=YFEP=GM>;Y&2LVWK'+XNEIL7'V+@]OSP83 M>`H:'X&[2_]&%BN_WA%R1C(-.';\_/&<GURVJR>%H\9RE^B+#17N0$, MH#:#@E%.*AV:VB[U#:*"8J-UP$ILT&\#!]O(W6PT[$S;TV'?ELK.>:OJ:"E4 MJ\7'?[$FJO-=2J@D"..^#U0(:^+CF'#"`8M&)-CK:^"#T^MS`%%ME.$K-D$* MTR?4:E:01Z4'@U25/G>[C*OJ-I`2O&"LP1)RHWE]4>$&!]7O4;M[Q[YPES_5 M+Q9$AJ8A7?&F_"3H88?;1%H@=P,!AN7",-#]53&J0(T+H MF-`":A!L;30)>P"^%R)@'1DL9/OM"H**IQMK>"6N=" M:+[05I-7J-AAE];;N95Z+WP2:@=\DKJO^IB@SZ3_=F[_!1HP]N.E&O`S"K"C MS:H/+]=E_Y(JR[O_K"8;)G4-401SQ^O$"'\Y.K4%V0`8P:8FK%7`3@'^7!-R MGM=5Y^JHTHB:%/5Q:ZY=J\0$Z.`+G$6":W1)\$?!L[/8!PX6FG\ M6(`5!=97IP!^NZ-^>YP3R(K>*/"K@MS)O&_/1M_XBXS^.%3L*A5`E)#.R3(& M@^)5IOWV2%11M9UJV%]%8<@NB*BRH\I=K.JXJ*JPP MN2EBNUU!B,D,5W/^'='$X7]'.#$B'-]V!_8"WGQ"'IQ`8#$>#H#`IM:/+PV0 M^`K"0-<\%1IB#>BTBLFPM:E?$\EM/`RD\\6JI05#4#OHGUU?]+0D`9*;.0;A M""?QA#7=[1SM4C24!@JKP>O%'QCWH$5O-..'R2VKL7]DW9IM2[1&+[LH,6P7 M6Z6#`VKQHR4.VJ)1[9%61;3E==[('C>)QI\JFE7MZ7"@)^8Z*F\&?&Q.='V,U"6=:7=E*^&%? M;[0E/5,\K0K)Z,7-FHXN3S;NQ'C%#U-QP-IF(!NH!#X)WRNYC@5A6PWM<'`J M5"9GU"$&G:](]>0Y^]&Z1ES)5]&D!(;UB MP#3*Y);JCW0IPKAX\BDL[_K3A>$JJA8=+"/LUP?82P"SAO,`W^J'OZ2S\U`^ MF@ML'F_LD(,3.K(Y*0,HZ*S$#^!=M*'_2`PK3R<8*(`^^*&`5QR@9C]%:,1> MP5AEL9_#P#N8W;JGOQ%B4SQ6_^A9L6B:ROO'B7@J=O1KC06=*:Y5M_:R9SQB M+/W1^A186MR"KEJ!"PSC%:Y^^\+?EF)AH%\C3J^***!TL[AW854K?V[=C MPQ]6\V@]?T>#=)(6A)QA)BC?@=.>51'X5*%['%Q!)WZ\$A'5, M8$)J?U6O>!T#5UP&(6^07UPI+>9@%(4@K1KGZN/OC:EGVW"$)L9\DV9H+>BD M*O;M%_8+#:7EM^6Y8+QY1"0K&-"2,07)Y`:S03^`4Y^,"7JTH*^,H3.[9]$V M%MMT,?]=)CTAWD5!)PXKQ">KIU*S3#U+-WGF>A8*9QRD^)/T2V,HUJSK[)^4 M?&0)9!*HA#WF.Y2V4P0^!,X"?8RCL`XQ#,*[8US"=!E9(N:M65@A%=-7:A@3 M;'84N#$/_RA+Q;=/":F9VC`&'9@S5F'U<#$\NL90[Y\?$Q1 MJQ-89A+`02?P]]:1GSQ=6DY8^_B_B#II;CQ6IU9U8[#[*T>EDP*#QH:/J0-+ M$78585L15HBP/Q0MF;!QRLDSM0F2;0@06@DLPWCB5H03PN'#AW0"ZG*5CCS9OW&M84(?(UJ%^G#4@*:X#Z`$9,7 MM:@_DRA=5[MV8>$Y^R:C[J@2.6T;*D;[:X;9J; MH,GD/JDA=J_W;X6'H6Y_H=%A?!2%-3G"FR_8J5=,J\D4'L[LZHN-5QIRIL^) M4(6=ED`047EZ1X6:F9$+66N!>QG+C(*$54!AP@".VH]TWJ0MW4AY9,C//D9, M?3J#KE%YT2!3*X3F0O7^N*&:R/!,+]!^#L9)+6%H]OI:)9[_T]"P4">]=:-< M+.SD.6W@QXHD]ZO;WCU#B8R8U66CYC@6NX)H%7>`9@;<757+GC+T\5CWU]5L.':R^4JF7%CP;GZ199E_Z.*6S,+DK2YAAPTAKQI>KH MRIJ"=JVURN-^K"'M,A?P+T:&JRQ=)NR*M4/IN2(F*18+8[+Q:^8G?MBMSP[: M`JK+S>6Z9VW&2<-M>;-I)MBAI#@1/W868`T$D51.7NR^C(G&58[U9/:8K^/* M5":52[6SRCY[F(]/^4G`%)*X,`_5)]8-GQ\Y:76K25$*#*FN_!=))KO@II%2[F@4TW5&$MF6;"0/&X&5-N!H05DZ%$2OUU8KYX MK]%`A]*-0<7F2X$.K)I]7-4X(^FY3K1G=2THU25#YFL&,VE\+:,&YL"<5A*8 MH$8N!2+QQ)(C,YH2Q)R\,#YM\.F"DN%X.).)4TC&T`TF")>?OM!LTG:M@BCX M)J[O[F1NC*BO0!E2&)-%RKS6$-NAB,8Q.U(O-]VRWKRYT7:W7P([@#/;4:OR M?VJA4B5,/!>@';=1./S!MQ6%$6VAXY(6K(V%FFX,HPU72WT%4+;.7%"TZC(4 MB\BQ:2ZE7,\Q+*W[N&X1='.GJZY'094A0XHY@T MKE4Z!S-$IS*^41:-KWK*I6_"IMB,-V$96;+N)#8/,W,'X(M"E96H0_N&E`FM M#.T2SG14<545&<.:).>AE;Z!WF[OQG9DC++K6 M"#YOEK[EQ9HESV-,.DXI:#,G@..J29/A& M`3.,AW(R;67TOD,>\B&ST3QEH@S./B8%+2(T=PO^IGL04\US,#TQ<3-5V;X5 M.3AG#R)KAT8G(/UNPFI,@VY@]HDHI9]@9KM4OW+>.!!YP0)5`+ZCJ2[`+VB& MUY5$]_FD9D?3.+W=V#EM(?\H3[VD)P0D_J'1/ MAGZJ5-22__1PH^*\$39RE>K[@_=6F<2B:&+5,[J!U5)'-E75:8RH M5UFXJ^5&^;1XQ$[.]XX.2@S^+S=:91:4!Q:F;`X2CW/6PS/RS;6Y:.;]>G+' M&L)8&LD_#W\1YR_(9+SKJ>%ATRX'FZI_LP!MN_O&34.3F:YX$R`,- M#Z[NM&W&)4#R54D$)!]_Y1.AVPM=0\`1.,#G8-@0#7#(1P=[I\73=W/>=^`% M]2,@]Z0T4KGR%Y[W]9GI$>VO%X_(L.I0GQ41SN6_8()#W#::2\?W MUM3`L@EQFT*R<3TYS.PY]MV=3;3L!DX`PQFR8\'J$5B"1?:2UJ0:R/-O11XK M7)(!Q5MGGADB;PGJ0006F'JE"?V@V:^^%R>DOF--Q]2YD3-ES:/UPP^%7[UB MUWK,EW`/SC9^`UTL4EO;S1CGY4')WST_&QJFG_.,0YQ!RSG#L="H?.B7Y@&: MVSFV(NG'>D$JN)K-RHW_!KSK"\\9XP;'2'JK>(2]7J,OQY?U@ORRNI71;//< MZ-39^YS>V?QH+'8\(4+8@IW=4<$]X_7N]5OG6U&WN)#9H%Q]J[AHZ>MF/;VQ M=3Y/V#H`U:8?:(/:5D/;GEQYMQ\SNXI,4;.AG47L)*+Z\_O)4RW3.@_(*!=R M5P)K:.@ZM+,/>L.'/Q:S;CB4=&,/DWBMVU:2\HJ9AK3]'*!U1R7!0:MK)-#$ MQ8FR^&8#:T#*-2#C"\HB^AX$+1L](P)M;A`HE+9R;D-L7N18QIW.2%TA7LE5 M10Y3FO+UV'89-"/1&OS_*[_IP+64BB0=J1[:`JTTFB"@[_C9,MN_(P6P8C4X M9^,!D\(+1O!O^M#(XD6^![H8,?SNP$TMK[G)P,*1?6)]0^QXJT M[K_^[@-3J7CF`@1Z^:_>@B!0H%V"(#(>+#.>\^"+GO-@F?EG/5@6)=%9NV-' M^3OCX8@';K0[47LV>8ABAI4<"Z99!G.;)-,LE63I.$MGV/H&VTBSS23+Q'EL MA9%%(4U%WCP*HDQE4L"A+%'YW'0*Y#N=>]JCLE7R\X-LE>;X5+9*KW>JA#KF MI0F)M`@>,[TJLUGN5,EO14AP6YXZ7Y8>E=JM"'2:V^#IL\66*.]`P#R'>O)V MSAHFKRRKJX?L66\XB0T*TD$7)QD30E,*1)B7+L\^Q597\3P6)^T?1(CX>)B7 MW(6N\\$AVV;Q/!NRK6VJ"1_#84FV(I/R$J4!#_0^8'*0@'TU7HJPH<@[/OQ` MR1;1$C=[G(X!%GS[H9C;FCH6.+5KRO-UDM=R"H5TO.-%FY>.*ZD^ M'E#T,861+A5R5ZJSXFGU(M;<.Q0Z<0WDWCJ.5L'F;@6>45[M-UM7J[`AW?N- ML^H=(>R=>`_-(=U'T\B7072;DA`@%WYSB56I)KFW2//\M%1>:T%WS\Y/Y.$J M/H%N0/$^#:/8.A8MB5WZ\N!H/R9.R[@W*NK.SM#DY37034K4ZJ10TL^US'MN MJ#N\'[&]XIG;%<9AA,TG[L31\B2AHPD(9!W8S^[($?N*:L"2"T;## MKN[M[L85?+H:P3_=?@S^C89[$_OJ3L8Z3#JWO.0:BIR2N]^'(_+?SYO$PZ\5 MTDX/\*X(7Z^):ESL[REQ2(Q^C6^*<>7*^&0O5_4.KNI]6YW7-7X4HM<#O&D5 MX9FL*5U1,#<;7S,!_S6R-E^08"W`H@4*K7^;UF>ZDR"FM[BJF^H%!3;+7XHI M89$]!/X>^JD)L`?$V+IP5O]+/RK2<'75N0IA,OV\@)G6FMT9P_TVFUN/BQL$ M<%NBG4R\VK;OA8__"/,[)C;I51G*C%#U']%..IZ-I!/K3!0QMF`/I@O=KY$$ M_];N=1=Z7R/=KPL+>8I^2_`X*MBSOK&']G"*`4R==O?.'K7M0=_FM69]>[;0 M'D426.MA]&B+:A@HM<2&-VP"D,:/>/,>UL?(GD6VF/WNOJ M@A!(3NED+I$4@M`0(8".K-&]$3^$YYO3%@U2BM7.ZK M!P9`^:._O));,;JECT+_@8$,[;OV^'88I+JA$,/N),/A_)/U]'>>PYK\^?&" MI0E+RY>W]>.%2.&=V&6&#\L[E5A"QSFR'$R&V!C3;'TZ!I]KW_0B[ ME0&[F+/`1D9871,DBZ271!<'R>__%=+C<;787$HT1\5>LF2<+K=PO`";5]91 MDD2<./3YQQ],E7KH4+6I+CQ'H.E=,-_^1P3A7]WJ%,#GY%UG:NF":SF.\HS/]0!IR;(4_D MA3L41L=CB'N'\D+<]^^[#YB@8]XCF2%73YZ'"74F\,]LBC6V*3G?)\I#8Q&( M/^`)6Z&DGBOPMQC]]1E\HED[`Y/8,\K&7>VX17 MX:8T_%'^H*S$7;%T30,4^16"/!M";!#BST3J0^BC?+%RWBBU@CH.D0OG/]4Q M+*]_TI`MVBDU&ZTS_I'"Z(O^^.0QW=JXJ<"%02I[N46$OZ[NC\FR1#J7RC@Y M#'5CB(@P!1ZJJ.P0E+;$"26U'Q_HPF3.D25^!S>]A'=)^0>=HJ#TDHP?`-"; M\B-KUN1;A3*C+)$STY((H)YAM@F1R5E=L$%K.;PV:W>N*??[^P^P)G%C2CSR MJM^?=7[6^5F'?M%"F'\IV_4?NS^9[O^F3B+RJM^?=?YC=5[%=/;MT/[)=3^Y MSE7G)][^!M;TN)P;9U MOWI\:;D_XJG\>"LB/\6+FD%F?[X=A*@W]"+0)#,_#YM<4#GP,<_HI#Y@^OW) ML.>,3*:OQR-/$2>`P`70D-9#^5A[Q.T`SNM&FWRMLW\?8M9.54LL@:B3F?W- M.2$1_F,F\]/S8\;7.J`+W>6]#<'DSFM&$,?3C0CB>*H)G-=Y;4C*>+H121FN M5G[P@^!YNNK`K6@.?'35P>MTU8%+5TW'3?U>Z*HIH:L"18V1I&`@US7MM@#Z M3KP+VNP^E@W_A_59;2#$D]IWC5<4]U0;YZ)$C)8S\O4U_36>?)F,0%`8X941 M\B-_+M<:'8)//5^&UCE;]=.7O=6%%7A=R5>?=NE!,#07NC.=#L>1]N%^@M[R M"9]R"E`2YWV+9RSMO^2QW>6^#1HNA[@=1@X:+ALM%3K3S+)0R&:#&,*+(Q76B=$&[02^>P`L-TW-LD[(" M,FKQ\3/=-9;.)3;D)73BTHHL75J1E9FYX4=+.4LI/T7:QCS::8T$L][DLAR` MV^G_Q7EF!>,`UOY^IEDWGP(*8E#-AU$Q&SDT63QXRZ;]WQZ'4YGK%$;8D9EV MIP!JABE'9>IBBM&E^G2I`V:7#Z]O1%(I<:F#()D.WF-B@\1A)_$FDP4T,-X_ ML""4A2(L:"?QWW$(38H.KW".TZ]EP<>")\E0"<3AM`#?@W:$]50##]^@@1[! M5^##\]\G4Z=/!8=WE0@S5AW;0Q=H1V>9*PMPNVJ0LR"YA MLRW6D[(&@&;A;09DW:._LD5Q;#2.1ATGQ-5H%,'!']O9=AD3`YQ;JP=,#+7L M<%CZ:\D1,.>#I(3O_>E$L'$R17R\GI1&Y]$6&RV"1Z2V MNY@7O#L"YN_+1K##Z?4XW263B4<2674I@+-L[I?WSJO./JIN0VJ>`D_LE8(/ M$=8524J!=!]"[^.H%;M68W@"+Q4*+(-4#2\E?%_J&ORAVK@N-O;_6=Z7OC>1 M)'U^5C_['^R7Q&-:DB49594N2]A@;$/3@&%LTW2O\:AUE+&P+0D=[69HWK]] M(WYYUB4;9G:?>7?[F2FLJHR\(C(R,C*.[O/#O:-H8QM4$9"TJK'L0K(QI[V# M7T^.=O=.Y*CLD.)PCR[FX MYG#W?[!%[6@\6=+O<#[O?:`]H]?G>/0W%[V%WA-J3.+UUE99RK7R%OF+W"3= M6]OE`ORGD'^0A\B1L_>B6N3@&](BWXSZ;!!Z/2#I!$PIEU,AM@MK#^YO^O,U MF@/)S(IB2H0X51-3J3`,*L^Q?>]HO`R=IK[JWBG;4MUDJ<0=BO3VJQI=$Z-K M$..I&]'!#LET2F5;O4\]LVTH*_!9V)U,!Y,A<>LB+QE1$1ZRXKDI6A^)-?YW M3;3%VIJ='F?80QHTS4Z\H[&?S(%F"\*[*%%IOMXG9L-`&$T+:PUTY*9`WV8Y%^*')HUW'"WJ@XY MF(8)?=T^&Y3?'[Y?4,/]Y?FTLJ/>*KQ%"H>IA4-9N.(4ECL8RHY-6?E2F3\G MBUXM4\NR=<*&>!/.+GK3N;@)=?(&5"!S;9C$B(@\_DAMF6H&6K4`M]157R>` M4Z)1?S+AT,6B1\,-/["96/=J,NB2$$CKDUX2&49>=I*@'V:3Y;0[&NNTI%WZ M/KB494M(^FQA:-_NAK.97%;"9+-E*5@#:$%"LKRG(>M5>(!CDK6=75M)NLNQ MJH3FHK?@8Q0=3/1<0")>J-1F+8@?I2V;Z$=P"/POS,BFO*ZQY+1%^M'!L^[! MP>%^)\?_O5=+;I"R:3(?DJ5R2.6E>*/!1Q%0YN?IX*PC=.E2HC1ST7N6K]*& M'"F;W@5;>?P+-6:Z_U4+=>R0H2>E6<6D!(8NZ+_?Y7+CW)\3T8,`2^>G,5(: MW%R$1"PJQX.46'OL'\!Y9>8<G&M8]N>#V6BZ MX!)(J("@1R-[3%8"F3E+F,S`=!AP9^S1BO%3T3/BS?2/NVUGU&202-Q%3O:C M;YAJ;BH"K)L59K:]:@V"I<<)O[SZEN7E?_U%HMW1P=^%LAU+QD?7@.E[,EH,%FQI-SF.%>"'%EY#K M"#H'J#ECJ%V$UJM28XR&G5PN6F6TJ-5XS/N#KMYP,@M<]Z:GNB`1[[QWC?Q` MD]GHPVCHVDN'8H M5?9G0.?Z^"N_;#=F-"!W&&+%\H]R7$?5+T=.I9:I.>?A6#>X76K(U-AW4@B; MLV1*7P?6U#"E9YT$I.I@)WK^CO4SY92=3I/$5?LLB9:+TE"(7B<*/?4NO MQ51PHJ$RDP?-[K0?.<`//+%#`R^:N$38>]3)]T?:A+J'K[L'K]Z<_":3H1\3 M1\+.A%_$8?C'X>N#HZ/71QVWUH[N2(]YS0-GS%VBQF"U>ADXT&%*T;,3,MJQGZ/KY;642><3WAS@]2=("J+=FK:1#[W16&OF#/SAZY.#MK*6 M*Q3%#20EEM9O)K-+R3HB($JAXR*R+.A78L1.EZD$6X=KRMBH%2U7@^HC7M^J MRF@J=4FW&AP!MUT2756)!OSJS/D]1PJQ4PR1O".83(`*_E/)XP!RQ`\/^V:. M`R"?=%\^/S[I/GE^@O?QYAS=T;^C!;-%RR(NM0[\)'F;EAWQ+;(N!'=F&_'P MJE66B13A2N7IS6@8)5DY*B9[!XM\^#@SZYQ"HL MKV-[J=@=L2)BI(Y:":N/H#=J0%K1$HCL#U=PV04U=^%YH&_FII,/5^^`Z$LOZQ&*)?8EGM:'*7\Z8XHY:(K4.J+G>UT M?)YAX['XE-WY'GQR0TP-][8%3GZZPX1GCHC]Y4EK_1"3--MYP/$XV#.79L-# ML+V#KUL?8GZA%B%R:CNO#QYK%\+MC8/'UIG4G5-'$(B/ESK'X[5C!0O+*)7@ MD/%R-$9:#97H:ACX*34Z)=W;`:Y98MC(0W18Y3?W0`^,@&)D#O>?^WLR2HR< MD5:X?KW^PIW9ZONGU>2,?/,>;G=P]%UMW[I/>%$PG:X`W6;'-BIU.YL$5240 ML\NE%_&YB*^*F-I+9BYD0VX-AV]?/3DX0B45AKZ.;OKI>]?7R*E`NNTGSP*C M.6M@6`Q/'@3*Z??/?5>(=^$)H)\IJ_*[ZZP)7603+O]T\B7,Q*Y4Z-Q M_,HLB]6-RN*CP]CZ3!M:CM#3N.I845$+T*Z*6_>?4<+MZIOVG[OL/IG?LB2, M[Y4M1MD;D:M6IDD6VUJM3,C]Z&X^"9Q<,KF-"`,?$QN/II4D([YTQ8@D.@R$YFA6$G=Q`WC)GDJ MEBI??I5A<'@A_8X+9*VQSFL-V%R\V3TY.3@Z%(7)N;@*QQ\6%^+X^?\Z*(K> M8#"9R_5F(]E[,+"#\9RU MD,BJ?1/*9+OA>++\<"'FT]X`ACO3Y?Q"Z8N)^[=EINLXLY';11EW``I/@\ER MO"@CN3"_96U4N.B(H*:5`\U0C-2-]%?K9"P;4 M]@@O<(.`!)$UU7,L/AQ;#"]H\=U$R6NPSKR6I"JI:^@4$S0B;Z"9P.TM9W+K MO)VT16P*$6UR]^3IP3WQ#(^^MN:+"JMU\I3:I*+>67'21A&I1C.9ZD;#J M>T*2<(^F\P*W8)+H[+4#<:!84FA0?NQF0--H+I5$?46B4K.E:167Q#D]\N[1 M[CLU>I$RKS2,]RKW=3@?]*:.P0WW9\X*%[G/\7J5FTH$ZUL>&ZUY#;]:]AII ME]ZWXN_@>&_WS4$&`F-(]-3=;?*_5,67G.O85+B?HM81K,%2Y)AV[2&5L<[G M6,6^4[$Z!`X\;0,C@?7'`M_6<6K=I$K>RU#)N^#N3J`V"=VJ:Y:A+]S57[=J M[F2Q1.7I\J5M*.6KNL[V:M4F]LE&K5'VO"SR<*D!&G-)#&JU1FY9#7I6H"83 M+7PG.X@CY&LZPZ&%\7(RN12]B[`W1!+X,&1R&2WR?"TJK\)Q<[K0>G68=J9/ MUPWN4LW2:G--,`\=\?N+SU.NB%EO;R'W43E[GE_VV*B]46^5_7KFZII,PUEO M,9EI^[NTQ3=`8(1*7NC+?J$TJ^;&COK83H=7,5'NP;@&*A]U`8DH"["-XLI/ M\T5Q&W20A`XT=+2V?^3-N1)F,AX2*[VY^"RHV\.1TC/`COAJ=!EB0N65 MWT\LKY#<\H%G=/R9K8_[5^'U_)'#3]&I*:+&L"6.Y]HT9`QA`\7S9_EB:IDO M&:PI:DQ!Q)Y13C!Y1DTM?IR6P3$=1N"P!V?1)MJ(L"IMMF27-F&A^I_,(K\Z M(V,A*\8IS4#NQ##OQM%XH-P8H=A1[9B]2L[I*E[G-Z0`U&J6/2O_Y;2,^HHM MI*>2483B]TH^3>[[ICTOD]X6_P(EI9+"?UM"&?PG$4B`$"1>L]HJ9S-S==^] MF)UR_)_NWLO=X^/NJ]U?NR\/#I]!A,?M]QV$I6RD%C-W=5R^=:PE3&U+^G8T M&RW'\BCCOZ\KOB8.OXN9E%*4CA0&L^AO+G'.723MW+]W.%SO1K9(ED4LC8#"[ MF4'$O^E]MD>*7*8\R.TKXEE1J*T*W8(:TMKO M$)5"L2Y_5H34Y%=3!#B4J%0Z<88#-;FQQ3$[@*SPWFH;B*(U;[)70K>84WL\F3 MI5GVAS,V4:*_7/"+1(JV'$%A)75\KX!EH<%G]Q+DD7-OA$ MY!X$XYX#41-7:?B?`A+K!XG=$QK.[+IW!9K.L/[WMK9P.O3]EIH%>?13]D%5E_.;I:)$]BF$T6P*A,%Z!JB_6K51G7S=^JI]-&X@5U MX9U2RD[&U#"K-:%&.I]<74UNM&>6ZJ#QI&*]:T2M*F38P4BGMM,MR"Q9)$'H M+,$7XX_2`'W)Y;4M8SNU\F*:;DK.LQP128W]SWSJ#J?A`N[:\3.OG$D?[B1^ MX#6TM\PJ!FK)@X152Q1/WC[MOGE[_),5;\';HX,NRGO-G'%H<*!B*R(5$OTE MZ0J8K]7J6B!,FO(;N5UY&6@3=\>,K%.S9-GB^O0ZM;\7UIXNW7@Z85QE-O]D7$@5)=3#WMC:X0$A(^%,.0 M)(=93\818$7I=6\PF\R)@T\6%U2K<;DXIVW^NC?E,JH?C6I0]EH=<[0*LI^MQL$6Y9\9TSIQA+DP@+\F]H+SG M6U/VHA`;$9-(KR,^0I]`_\(-U08ZG9Y^C%_4A^5W:1A M7HP8"(!:V7P)&I M@HYRK%)4U:QHZSI2\!O;,K58WG5<>D5S]';3<0WH=KOJ#_Z_\V%>NF;:.-Z8 MEUYM7)L%+6<+."=IY?.$*$@Y0C!3`O+Z(4\-;[D.6<;)!;>$Z5PGE692*#Z5 M[>A..NS&939RO<4E"+WV*K>RCX1,^['HK-D$B$ATYEMXW[UOX'[%A&">T?^L M$>3^#>S2F!VP1\V_D5\.8,]=K=Z!@;I.L(Y5ESP\ZC/"E@\U7.`WC6E!SEPNT`J25\SB M:G2M]7#%A_JJ,^M6MG/4KFI*V;L#CS[Q;P1V4 MGOH8MOE`)`\IV7Z#'%7C[$QB,-FLU74S,7%9O?UF7V'*;Y8:BLX6:T)MR1=. M?4+-=V5;.&KP^+WO5Z?UC$%'?%V=QE,T&^9F@5NN5,S%J<:35+3>`3NKD"!G M.&N"85VFY[9L*Z%ILS.:M?(Q@66G^W<9FQV>I?5MO9@J9C%)8F>U,A-[$-3+ M0<3Z!5I97!VHP425;-%+0]V)J+)-MV_.G.Z)#4*@7:)Z&=)Q7/JA^NRUA#=M M]<:3T\*#*YFZBY;EQT)&#%V-B>I@.=DGM36A@*O?,X1L+2TC8XU5E7):E]2U M:L8X74'JC$E\)DJ78P7HDSI7,"V,<5Y$=3=J"%B^6'4*XJ3C5XQ>6K/P=5 ME?5IKC(Z;=Q_*S/A2>/5JFIKSR12 MUVH$F_W[:PJ1*8UD4`_8GK,4;/DVI)"J&:D1?ESG M5.0V/=MZ7=DDJYV1,7@EL]:Z&8&1=&OW?I[MP6%<'`79&>UO$>++.@N9:TV, M[@Q9XS@,61^BWJ1-3]:HW"T36N?SWNCJ;KOBJMUP17.IHH7;M,#N(:FIIJBI M%I3]1A8UJ=`;VJJ0)NW)SOHAM$:;,GFP>_4:&=Q\WU%S:5H5-1WV!Z*Y*[6)NS M__3PGLPU^#L&)CFE.U!P4E4K5M"C(`#LU38 M)?!G0[B<7M>3G"?-H:)LG2@.D<;>=:78BOH^I*%87P]BR4NF&CG M=",2R=`$^Z]/NH<'[UX^/SQ`\"_G\HY0I]%2U.3`9+`E2K5JU3/'MC35FY!" M4R47.84FUZTLH'T@6'&T?;>@76;8RIA!QXMHW0K6IT9"&$8DK MXWX4NN.'VZ(54T`-=<(]RP$'XJ]D*[S.D^J3J-2;O$^^=5AQ!+-.$W9U$_&[ M[D&>50L+OG::G-NWJ#,/0WNF:%P')0P>1JQ(F2^D;2YG8N1LV5)SRU%M(U>H MVJW1C+S(]WVNEE`J%V#:RF>`089*<)"X$-%WM'+)W'-7A'P5\P6=*A*J9(:8 M<]YE&SO(;FY,E;6#B.@TV2LAP@,ESY#W^)Q:O>R*.>FL,3+9P]CY<:BIBCG5 M@,\IR0@2.17DB&SJ M;%NOAI[#N"/#FWJG0=R]N:CFZ8LZUTG]:MJ>E@:]PHPWE\Y,3)A1[[1VEF0J MX"K>:?T;V4HZ7\EE*ZPMHS;>$S3/P2HS5/;=I)KS\(GZM.Q=,7/VN/Z!"A(` MAEX6\L;^FG;ON6F+@2US*Q11R\G1VX/;X+,3-2M'QD&/[:AD.&_X,$ZFW7-Y ME=_]N+PVKGBY*,N+S,^].-_UX'F5O6BEE86]/%4^#\DKAUAG-,W6MX)R2Y3J M559*N(;#R2!:2CF6L?0VL"0XD#B6DYC[.J#!'8N7M6VB.DI86CH,VCDL,T8DX>SLQ\Y5T8LY/J$O($QIU1YHG>?*`A&]J MQTBV]37A%A[M^2"]UXGJM$MH.+:J9;4'U9K2Y+ON-0V?_:(L39+^&A7W,@X" MO,9.W'9'M<)'P/.KWH_FC(( M2A;]]&3W^#EG%,E.,7"1S`UPD9IBX`*Y.'>G,R$"46VUO68["%:E&+B()>_T M@[:_Y:88D'YDS?_G4PP@%8A7S4@Q8'-_$+X/?GW3??G\R='NT6_=GSBZ",2> M1IE.;T'+,03FX0^=1"?SB]'Y0IK4L>6@-JZB"0S_&'$T:I*`._1F.2_KV*!J MQH=#=HJ?A0CVW^-R96N!*#U=;4/(3J[&I?DJY\K@_ALZ=XF;EV:B`)`<*R5, MF&T@G@5V^H?W,]IIX6L^%N_UU6*:11D7OR+BF"'R(P^-ZK*P\R4;SE(5GY83 M::_AFE::8TD\\"FMIR>[>R^0N[DKO5J[SP]A*WY,^[$;V71UT4)D]$5M'WG; MD$LP/7N$&/K:/'(N'>W?RV_O\5%;2S9@?&B=4?ZV!&VQRN#M&W8Y)(*M+2.;.6DPB.:[NT?/C@N] MV8>YR@WSK;-?`$6O:ZE]&H'!MAO]EEOB?RA/'FQQ_G@>? MQA*C,9:P\4*G:395:K^H!Q@.,!Q@/,!Y@/,!X@/$, MC`\8'S`^8'S`^(#Q`>,#QC%O'#XP,%7\]O#T\0SPK.%9 MQ[.!9]/`M/!["\\VGAT\'^*YC><.GH\,S&/\[N'9QW.`YQ#/$,]S/#\8F`O\ M'N'Y$<]+/*_PO,9SC.?$P$SQ^Q.>,SSG>"[P7.+Y!YXW!N9/_/Z,YS_Q/,7, MOL??9WC^`\^N@?G]O]5XON#Y%YY?\?PO>A)9:WKSL7Y\K!\?Z\?'^O&Q?GRL M'Q_KQS?KQ\?Z\;%^?*P?'^O'Q_KQL7Y\K!_?K!\?Z\?'^O&Q?GRL'Q_KQ\?Z M\;%^?+-^?*P?'^O'Q_KQL7Y\K!\?Z\?'^O'-^F$K=WX"I@:8&F!J@*D!I@:8 MFH&I`Z8.F#I@ZH"I`Z8.F#I@Z@:F`9@&8!J`:0"F`9@&8!J`:1B8)F":@&D" MI@F8)F":@&D"QN`G`'X"X"<`?@+@)P!^`N`G`'X"@Y\`^`F`GP#X"8"?`/@) M@)\`^`D,?@+@)P!^`N`G`'X"X"<`?@+@)S#X"8"?`/@)@)\`^`F`GP#X"8"? MP.`G`'X"X"<`?@+@)P!^`N`G`'X"@Y\`^`F`GP#X"8"?`/@)@)\`^`D,?@+@ M)P!^`N`G`'X"X"<`?@+@)S#X"8"?`/@)@)\`^`F`GP#X"8"?H-E,)B"6$1!I M_V--NTU@9O-P20L;UBY(/<07$VQP8,.]<>8'-U!R`2Y;,M&7"3&6XTOIIV3\CKB4$JXWM5*=7:7X0$5+3Q]> M8OY[N-<:S8U'WF>N\)H/9LXM0TP'%PF1[V9#8#V4NJB+Z="C,+FT,/G&`MPJ MP0;7P^[G3FJGGU)_OU@W.Q+Y6<5`C%./$[E'2,3O]I?GY^%,O.D2A?SR^OF^ MV!!]SDV@W=1`RU@M!L;+`@*A7\BEI0O[=RBL6OL0+M(+%_55*RJUR7!`4BBJ MUN%BYO34>'#Q M$!6XO;ZY^"Q+R-BN>(G/\&`WMB$U6)US8)-Z)!L1RA^^EDHHG#_6#B=6?S0+ M/RROJ(15N*QUDL![KU^]VCW,D:DHD?OGWY MDH3@7_)?R^KS17@UC7R[P+<2?T,RV#5D!UQ[Y-]T<+`_VM+0YY-R M+BU%C%?1A8[@A&H_JNZ<68/O3VS?A.M@CKZTF7=;AD_.-G%L;#UQH[Z!";>M M!F#:,MN.$[WB^O.8L]C8T8(GZ^@)1#GTB;@*_=&%GH7U4(,R2I?%VL4X;)^W M?R'D:SHKXPJ8\Z%5U=;WC76]:V?7)G(\&P>OGSH7,/*&$R1=)T'9KYF[^"5G M%^2,4IVH:UU)6O;DW^7;UK3+%5*H9>H3ISEBRMZF_C2*W'#57,2KJDU(!0G! ME@:-CO8>>[K[\N7^ZW>'TB9%-GD2:S+1(C(ZKQ557`ICDZ(3OT<2/Q>S;*16 M-7#P=N_VZJG0=U7.V:5OKYU+K:S^7*>>FR^&X8RX_-K]>9LV],OQY(;D)T8* M;)=DN\74&1,BV6,2+[>J5>.I-Z=^FY8\P@8%YW:@X*R!OH=T'EQ&7Z^FJFI@Q"?/QO(CV<38L.`>#JA MPA3OIQ"XG=BVG^942Z$H+7FK3_8_KK]8_WG]$B&Y7VB;QR*,$'2?@0\LGBO5%::M.K`!PX4RJ#-'B$), MX"Z*P67WFGU@!Z)`PKRVP,-F-5Y*!SO!?SP4]!E_2O_3G!+.J=Y3>LF;#?VC MP#FW!2]]+9,:RSX2U.<7^"B-+O1[O5<,(A^+BNMC/[S@'X`WS;L"=0&2MZ[/ M3,2?FS:.C/8QN7U2''&ZT$^9$^3+=@I@Z*)2H7],Y[Y8H[9!VI"-*''!"T'N M;953L1#L2:TO>CJ_:\Q5=D?)D3[VU(HA12489_H#[X[R.#-)09.S9](G)JLQ0IHB:AGR(TI_FFNQ+K'MLKCC?\ M#:8T.HW'.^$X'%O4X5`;H?=/V<74N5BHI.S6OVK5JM?#_!1=\MK@\DY+R6F* MDQ9`N9JZJF0JA.C2*N7<,-KI?A.<^3%!![GX4H.-4^IBBQ36ZRQ6_)M7FHHE MA;RLIHE[`UWSIU/^XBRTG#;3P<>1^J8-TKAP.?'U(IJ>VMJ9CEW488/]\=,I M3?P9S7Q99!)96;B22C$:K^+\:CF_B&)6:&\)/?-F4<'@\-;UI_,JJ%\=Y%'` MUM="0EB/K].L25@_A"4&C?XK2R2I`9%B81; M*FYSU0D\+#T.2@@NU/LC'.IP==1A1692*'2;RLN@$$)._-"4G"P M7P!`B`\V:^@K>8S[SK*N_SG.WTV-CS]*R3@.//8_H>SXB=,XJ7 MQ:QC8J'766_JU5M!V?=JJ,4&\S$E'PHZE*'EG.AZ]5.M-J%C,?G",*V"QF!:?Y%;"6D_1%\A79$ M?.Q.QS=,+))HGV>ATVE^718IW7<&H"W`(R>(%8%(5]#'P"4F2QNY05QJ[.B( M:/]S_[4^J_?6>[%V;<2E,C*K91U]9#RF2T,$.;E4$$OL(_7E,I*,S?HQ[VS? M/HYK&H=EE-R9:[-`7JU=X[0M;5^AN-TI__7MM*H$_YP-RY17.EDB1S,V_FU*R7B#W9 MT%2W4MB!*9!<_PN]]LQB[]A/BBE%6)3S.<+`\,-\-+7Q38OJ1?2CJ7L4?:\K M-:O>-F@9Q2+64_IBZELD.NIPRX6I4R2C!LHK^28B8_L>2:\-U__"T:OW%LLY MHN6P@AU!T:;UE77E;W)^+T\KXES-Z5CXM1^$"?\U)RAS+/]6= M(?\="C8=F"[.WH_9$N%;:Y!0VE?HM/).WKP@!Q,5B_R*-B4LT+GZ4&%!&'#V M+G9;P?!;_KP=+L:\O^3(?25-H1.^H;(>Q+: MYV9$OK3XYN(FG(48*34N>C0+'&T2ABQ7H_ZL-_LL"E3)16]P23(!!QN?T^$Q M%-<3MHF7<:U:2$#$9G?^EA4]^]O:"D%I.S:*_3Z4IZ/S0K^R(]=LR=NAO[%$ MB3D.C>>64\)/EB`YV'VWL:T.1?22FE7BC)4MN+)^.5(+RG_5#EVKE97$+PC^ MU/9(Z8TT\Q6YZ/>S;7G8S3D0CK$7WS71/X[.L]#OEP=0ETD#%,Q3R9R:H2') MQ2:SKS?8K'F^?19+:;-8^L99E.9!*3-@MZ;H-VQX5N_FO%=G6^B0)!-9S@[% M@^5\]F!*6)D_^-B;]HAF0_9]>#"5"0CEOY5>7ZS\RFSFSE6!^\`QK48,J!TT MVW6?UU/]!V8^MX"R0T9O+(0GJEOM:I7^1Z#-Z@]@0ZPH*U7+TB0JZ?U1X70@ MN>/E6+;.C;;KM39)#&A=\S[77\0I['-C;:^F"ILTGE(/4M=Z$%9UB+NI.A`P MYYZZ02UTN\P$GQSO=[LX@3L?#L.%?'\']8@3>29+3Q)QEG!GZ57O,L3F,QHG MYHJ'O]4.JFESY<#%0+QF=,;J5>E'JQ58]+^7SY\<$\$^YG_EJ\K>TY>[S_AE MY8.H[,/$J?MJ]^7+UWO;'GU^N6^_4T]LZ=05>W6657'YXL']PO'ZU+(J!&WRV171#;C/#[8I\WS^8+3C893 MSOO`XB'\NW\0RC]G'K_PDO%!V(V68PHOISQ2JL\MA0R_V-AE%`_!:AQ^RW?3 M#^AD=,S^D)6?GQ_+>GXH48'*SV\>X'V7WC]X>_*TTE)?"5_.Q@[>H+;BY!Y> M%H=/]M@HWW\\IKH^S\/9'^'F9+;Y<5JD=EY%>\G5O'O^\N6\\**WF"\_+R]' MXO5EKT\BQL6'`?L3-&4UFR194PT_E)!#]]L;OAMIO6%O1)'^^E;20BDLQ\/) M'\)K"C^@M=BNMYA,&NFDI6`BI$7R'IBL)BTF+-BHB/YHS)`_E!XOQ^&?X0#Q K7FC[JHS&YQ-1J0Q#-@@4]_Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:46:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix4.ix.netcom.com (dfw-ix4.ix.netcom.com [206.214.98.4]) by hub.freebsd.org (Postfix) with ESMTP id 97FBD14A12 for ; Fri, 3 Sep 1999 17:46:28 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix4.ix.netcom.com (8.8.4/8.8.4) id TAA17880; Fri, 3 Sep 1999 19:44:50 -0500 (CDT) Received: from sji-ca43-43.ix.netcom.com(209.111.209.43) by dfw-ix4.ix.netcom.com via smap (V1.3) id rma017866; Fri Sep 3 19:44:39 1999 Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id RAA67777; Fri, 3 Sep 1999 17:44:34 -0700 (PDT) (envelope-from asami) To: Ade Lovett Cc: "Justin M. Seger" , ports@freebsd.org Subject: Re: lang/tclX75 References: <19990903154332.P9489@supernews.com> <199909032115.RAA43616@scds.com> <19990903164159.V9489@supernews.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 03 Sep 1999 17:44:32 -0700 In-Reply-To: Ade Lovett's message of "Fri, 3 Sep 1999 16:41:59 -0500" Message-ID: Lines: 21 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Ade Lovett Are you guys alternating between private and -ports messages? After Justin's first message I only see Ade talking. * In particular: * * "Since 8.2 fixes many bugs that are found in 8.1 and is * basically identical to 8.1 for script writers, we recommend * that everyone use 8.2 in preference to 8.1" That sounds fine. * I'll work on getting those ports that use tcl < 8.1 up to 8.1, though * it might be time for a tcl82 and tk82 port (haven't checked to see * if there's a tclX82 -- I know there's a tclX81 though). Ok. Please let me know when the tcl/tk82 ports are ready, and I'll do a repository copy. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:54:56 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scds.com (d122-h010.rh.rit.edu [129.21.122.138]) by hub.freebsd.org (Postfix) with ESMTP id 0AB1614A12 for ; Fri, 3 Sep 1999 17:54:53 -0700 (PDT) (envelope-from jseger@jseger.scds.com) Received: from jseger.scds.com (localhost [127.0.0.1]) by scds.com (8.9.3/8.9.3) with ESMTP id RAA43616; Fri, 3 Sep 1999 17:15:44 -0400 (EDT) (envelope-from jseger@jseger.scds.com) Message-Id: <199909032115.RAA43616@scds.com> To: Ade Lovett Cc: ports@freebsd.org Subject: Re: lang/tclX75 In-reply-to: Your message of "Fri, 03 Sep 1999 15:43:32 CDT." <19990903154332.P9489@supernews.com> Date: Fri, 03 Sep 1999 17:15:44 -0400 From: "Justin M. Seger" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Fri, Sep 03, 1999 at 04:29:28PM -0400, Justin M. Seger wrote: > > > > That is one goal, however we just can't nuke tcl 7.5... We need to > > fix all ports that depend on it. If you'd like to help with this, > > send in patches that fix things. > > Oh, I plan to, have no fear of that :) Probably get started on it > over the Labor Day weekend -- still too hot to do anything sensible > outside.. > > Question though. Which tcl/tk should we be aiming for on these > port upgrades? 8.0, 8.1 or 8.2? I'd say 8.1. It's the latest non-beta release. Justin Seger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 17:55: 0 1999 Delivered-To: freebsd-ports@freebsd.org Received: from scds.com (d122-h010.rh.rit.edu [129.21.122.138]) by hub.freebsd.org (Postfix) with ESMTP id 6807914BFE for ; Fri, 3 Sep 1999 17:54:53 -0700 (PDT) (envelope-from jseger@jseger.scds.com) Received: from jseger.scds.com (localhost [127.0.0.1]) by scds.com (8.9.3/8.9.3) with ESMTP id QAA43467; Fri, 3 Sep 1999 16:29:28 -0400 (EDT) (envelope-from jseger@jseger.scds.com) Message-Id: <199909032029.QAA43467@scds.com> To: Ade Lovett Cc: ports@freebsd.org Subject: Re: lang/tclX75 In-reply-to: Your message of "Fri, 03 Sep 1999 13:56:34 CDT." <19990903135634.K9489@lovett.com> Date: Fri, 03 Sep 1999 16:29:28 -0400 From: "Justin M. Seger" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Fri, Sep 03, 1999 at 01:33:46PM -0400, Justin M. Seger wrote: > > Anyone have any objections to me nuking lang/tclX75? Nothing appears > > to use it anymore. > > Should we extend this to cleaning up all tcl/tk related stuff other > than 8.x versions? > > With the release of tcl/tk 8.2, it seems to be a little silly to be > keeping the really ancient 7.x and 4.x series around. > > All IMO, of course. That is one goal, however we just can't nuke tcl 7.5... We need to fix all ports that depend on it. If you'd like to help with this, send in patches that fix things. I'm asking about tclX75 because it is old, and nothing else depends on it. Justin Seger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 18: 1:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A75414C2E for ; Fri, 3 Sep 1999 18:01:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA70198; Fri, 3 Sep 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from florida.sarang.net (florida.sarang.net [210.101.98.6]) by hub.freebsd.org (Postfix) with ESMTP id 9929614A12 for ; Fri, 3 Sep 1999 17:54:48 -0700 (PDT) (envelope-from holy@florida.sarang.net) Received: (from holy@localhost) by florida.sarang.net (8.9.3/8.9.3) id JAA50052; Sat, 4 Sep 1999 09:54:00 +0900 (KST) (envelope-from holy) Message-Id: <199909040054.JAA50052@florida.sarang.net> Date: Sat, 4 Sep 1999 09:54:00 +0900 (KST) From: hollywar@holywar.net Reply-To: hollywar@holywar.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13569: Update port: korean/engdic to 0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13569 >Category: ports >Synopsis: Update port: korean/engdic to 0.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 Sep 3 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Junseon Oh >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: * Update version 0.1 to 0.2 B >How-To-Repeat: >Fix: diff -ruN engdic/Makefile engdicnew/Makefile --- engdic/Makefile Fri Sep 3 03:39:42 1999 +++ engdicnew/Makefile Fri Sep 3 03:43:22 1999 @@ -1,13 +1,13 @@ -# New ports collection makefile for: engdic-0.1 -# Version required: 0.1 +# New ports collection makefile for: engdic-0.2 +# Version required: 0.2 # Date created: 3 Jun 1999 # Whom: Oh Junseon # # $FreeBSD: ports/korean/engdic/Makefile,v 1.2 1999/08/30 12:08:42 peter Exp $ # -DISTNAME= engdic-0.1 -PKGNAME= ko-engdic-0.1 +DISTNAME= engdic-0.2 +PKGNAME= ko-engdic-0.2 CATEGORIES= korean deskutils MASTER_SITES= ftp://ftp.holywar.net/pub/engdic/ \ ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ diff -ruN engdic/files/md5 engdicnew/files/md5 --- engdic/files/md5 Fri Sep 3 03:39:42 1999 +++ engdicnew/files/md5 Fri Sep 3 03:43:26 1999 @@ -1 +1 @@ -MD5 (engdic-0.1.tar.gz) = 2c76671260ff0c7aee9ff772606d927b +MD5 (engdic-0.2.tar.gz) = 11956ed2d3023020cbfbf11d94585a19 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 18: 5:52 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by hub.freebsd.org (Postfix) with ESMTP id C702A14C2E for ; Fri, 3 Sep 1999 18:05:50 -0700 (PDT) (envelope-from asami@sunrise.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id UAA07515; Fri, 3 Sep 1999 20:04:06 -0500 (CDT) Received: from sji-ca43-43.ix.netcom.com(209.111.209.43) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma007448; Fri Sep 3 20:03:52 1999 Received: (from asami@localhost) by bubble.didi.com (8.9.3/8.8.8) id SAA67915; Fri, 3 Sep 1999 18:03:47 -0700 (PDT) (envelope-from asami) To: Ade Lovett Cc: "Justin M. Seger" , ports@freebsd.org Subject: Re: lang/tclX75 References: <19990903154332.P9489@supernews.com> <199909032115.RAA43616@scds.com> <19990903164159.V9489@supernews.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 03 Sep 1999 18:03:47 -0700 In-Reply-To: asami@freebsd.org's message of "03 Sep 1999 17:44:32 -0700" Message-ID: Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) * Are you guys alternating between private and -ports messages? After * Justin's first message I only see Ade talking. Forget this -- I just got Justin's messages. I thought these kinds of things don't happen since I'm pop'ing mail off hub, but I guess it could still happen if connection into hub is slow from one of the parties involved. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 18:28:16 1999 Delivered-To: freebsd-ports@freebsd.org Received: from xerxes.lovett.com (xerxes.lovett.com [216.60.121.164]) by hub.freebsd.org (Postfix) with ESMTP id 9522314D3E; Fri, 3 Sep 1999 18:28:08 -0700 (PDT) (envelope-from ade@lovett.com) Received: from ade by xerxes.lovett.com with local (Exim 3.03 #1) id 11N4cV-000FxQ-00; Fri, 03 Sep 1999 20:27:55 -0500 Date: Fri, 3 Sep 1999 20:27:55 -0500 From: Ade Lovett To: Satoshi - Ports Wraith - Asami Cc: "Justin M. Seger" , ports@freebsd.org Subject: Re: lang/tclX75 Message-ID: <19990903202755.Z9489@lovett.com> References: <19990903154332.P9489@supernews.com> <199909032115.RAA43616@scds.com> <19990903164159.V9489@supernews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.7i In-Reply-To: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Sep 03, 1999 at 06:03:47PM -0700, Satoshi - Ports Wraith - Asami wrote: > * Are you guys alternating between private and -ports messages? After > * Justin's first message I only see Ade talking. > > Forget this -- I just got Justin's messages. Some kind of weirdness happened. I was replying to Justin's emails sent to me.. they've only just (30 minutes or so ago) turned up via ports@freebsd.org > I thought these kinds of things don't happen since I'm pop'ing mail > off hub, but I guess it could still happen if connection into hub is > slow from one of the parties involved. Ah-hah.. Received headers in one of Justin's machines show initial delivery at 16:29 EDT, but it didn't get to hub until 17:54 PDT. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Sep 3 18:30:42 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B3DC14DCC for ; Fri, 3 Sep 1999 18:30:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA71565; Fri, 3 Sep 1999 18:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from florida.sarang.net (florida.sarang.net [210.101.98.6]) by hub.freebsd.org (Postfix) with ESMTP id 4F84214F91 for ; Fri, 3 Sep 1999 18:24:17 -0700 (PDT) (envelope-from holy@florida.sarang.net) Received: (from holy@localhost) by florida.sarang.net (8.9.3/8.9.3) id KAA50673; Sat, 4 Sep 1999 10:23:27 +0900 (KST) (envelope-from holy) Message-Id: <199909040123.KAA50673@florida.sarang.net> Date: Sat, 4 Sep 1999 10:23:27 +0900 (KST) From: hollywar@holywar.net Reply-To: hollywar@holywar.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13570: Update port: korean/bitchx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13570 >Category: ports >Synopsis: Update port: korean/bitchx >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 Sep 3 18:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Junseon Oh >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: * Fixed more patch to hangul * Fixed program archive name * Remove all patch file and dir >How-To-Repeat: >Fix: begin 644 bitchx.patch.gz M'XL("$A$SS<``V)I=&-H>"YP871C:`#D7.MO(]=U!_2ITC_A:R[94A;?I%XT M["Q%45I:%*F2U,IKAB"&PR$U%C7#<(;B*K;[OVSMQH`+.[)7&^][M=YX-PC< MM8LX;9T4,%JT-M+`08JBCI%//>?>&<[P,0])R:<<\\Y]S&W M(3:;)-CMY4E=5/G=J^%-;D]HBFU!NY>$_N#13#`8'"TVO=8524GH$!(GD7@R MO@S_D>CR\O+,W-S(1$8\G($C+2$52A2S)7.\0+>#-D M)KB:+97SJW*[<,^UPU!H7"G5P]K M#0R3[\\T1C6!;5/"^XUYDQ@'S\RZ&#QTJPRK"HEH,K)@:"-*YJ*HB>#FZCSQ M#\LKI$(K6C^<)2^0YD*,B\S'&UR=6V@N-F.-.I]86%R*+"S/SW-<;'%F;JB^ M;*I:CRWS_*(07UY:B"\OQAK+D;@0Y:)"LUZO"_%Z?5PH'0XNP#R]!CG.U*K1 M5V81C;YS*ZFQ>N7='GD)M$RB)!))TO^@WF*$"2P07R)SD4"$2@W)BQ+?[C6$ M,"]+3;$5V@W)7;$U7>X)Y*5>F\2B6A^(4?-=F@DB]=$ZH\43R8A>'(G&Y['3 MT+](%6R<7!";4D-HDM7,6FH[5ZZ5,L7+F2)[`<^G=U+YEKI MR'VA6R70DE:(W^5$28&FXQNX44,*U^6D%O8"@G7@*O6ZHE:W+4J]JR&^`T^U M.A6A"3=56I970OQ^+R0T>O2VTQ7W!2S)R_OT@2JK7!L1DPL+"Q%69E<6)/&J M0:X/)/8&-229EB>5!M<>D('?0+Q%*DV-=I<3%17J`8&VT)"'$'H@[2YCMY6$ M?_H]J5RA;>Z(2VJ=-\*#>A;8BX-4.]O^;D$$J$O@7UHMB M\W'L1NQ"^U'X.?A#GB-]@6A2`S+XD^NU5?3R(/@]HAYV!-*4NT01N@<0:UI= MN==10F15)I*LDE=[BOH7`(+,:AB@&`H8%A:E%B5&!#`*7. M(9&;M)F:4!:B5"CT0H5"V2;4Q]`FD7(QE2_E(`J:'(G^+%O(U[92Y4O$$^XI MW7!;YKEVN"W6P\!R6.T,V#$;_'C=6FVKF%G+OERKT;KUJR-5S2U?$=IRGW!= MIJML,9W-D@.N*Z($=-6!J:UFBY[P"D:3ET.[[8Y=5S1J M$,_?A$.LDF=2GTT7LUMEES0%C>AY^-8QM-Y")N"ELOG+).(8K>O6D;5N$ZWK M9XS6=:=HO1"/&N&Z(+4/(?821>YU>2&<)$;:R]K5TU[5P)V$>97OA'B],+MC M(7^LD!:_@8LE$H5\=S$99=DJ"_=#$*-E$\EH0BM+\^,%EB'#96$0[=/E]%;M M4BJ_FLL4_0VYUE/Y67C\&K`#EVFQ2?PM0:V)DEH#6_>G1WB6WV^0UU\GSSX'/V89-\N1Q4`4 M)+@<60A$-0^+?/ZSQ]`?]@W5F9V<)JT>F%3#C&@K;3UG-%\K9="9`FEUY/\"X M+VDF)/9^\U,RT@CR!FW[F-4Q.Z!Y MXD3#:RH8A_7R[&[,\-CC"8:7&#>\R647DO/S)L.;CT70%;(+5?0TUM/,A.IL MK5#<3($KR&53I=I:*5,.$$^J+7(*\59BD5`U0KS1H(=9E%7=4BF[GA]45A2Q M)9VB]D[JBEX7XA[7YPZ3Q.^-!V>A+O'&H/8T:M6B^DHJO6&J7N?X/6H56MCG M&B&R+H//`ZS=+C0J1O9!;]XX1'Y>H9S90.=+X&Q3JS`DI!0\%PA)0^R6A#;F M7B5!73G4AY@E@2=DA9,\S,)<<#N)56LN;2`GM/D:N'WSY\Z^2ISB-Y M]'/X<_OO[!5"`34>08NHPTHT4HVR2QPNP?FJU-M'*_=[:=\"525F"5.6'3+& M+QW:5Z21BFS*#8&DH*,><*K0\$E4ZPGBG2:CN8G]PA6UW(X5;@ M?_V?26F79$65N'V!XM(^$H\$HMA)V%5WSY84=U*YG$ZLXEM?>3FXP[7;/BGL MV_%&D]Z83ZH"_YK1VUA7&MQM/I.K8=\IK*T-)+Y.?%()>E`!?`A"^J0D&H)O MP^^3`->W,6MO#W:X#__V[B\>WO_PW^R`+5N>+@!NNFP"3,L@5=`P# M1$:`/R^![7SZ?%2LU>E20L>?GWR"_>;D#BKU^/,/ M/B`/_N/1G2>?/CB^=W+\Z?$7+LBXEM:?D)A+R;FC:&V[(Q2W2X;'.*7"#N6> M:UK;^8U\82=_.DH]:4^2^Q)-*<;LY#143]_(\Y,^OUP=?,5D>SF%PW#H:2[Q M_Q3V:&>);AKDSA*M;="&QCD,P<'Z3DT42L:-8#U/IS;8Q2E4KZ;3&`WUB,5) MBO@]#](&'C#JM1H\#U&O"H$1TDU/TC-5F?)&I_Q3\'QJMCI%\"EM\`48Z41L M3)-2&@N/OB(\9PF-3^*U6`E)35]4=S$"QUB72`3H.@ED/"@0B8`PN'I;5':% MAKW!NJ"*`7^8U.,_/'YO0.K>HQLW'GZIM5&;X3@SM=%F):T:-#2#-S^_'(C/ MHTKIU7:0@BSD"J5)]+6$AIJ51`TL[8TS\BR9Y.7]3EM`,\/$>H$FUC3WV?$N M$N]2&.X=,R"D7\S\]79F(@O4L#&7`@',PKUFV)H5[R`[5"ZDXIU/>A>J&G=+ MQ+OH0#93NF)X):`(E&"HTQ"40XF'!K&^&2,N9DOC.MQ6!.B7X1+- MWWQTFE&S5OS):8F=@RU.`C:#_N1_CKXA/[UV[]'-WY"[[][Z]L$U@L;YY)?. MSC*33Q>O;)4SJ]JPW_`J0=\5UI4[5.A!E&?<8;QIH&T5LY1M:82Z"C.U!3'ZKOB?P> M5)=A_`A.H7Y(@'AT;)AG#VL1O'=`L+0-!P*I"X)DIL4&?6>A9XRG3:2*J$,S MH78;"`&ZET[U.ZLCETE=S@P[351$WZR(MM!4V1BX`@YZT!$M>XVUZ1U=(\=? MW_L8T\%8$'K+RX$Z5^\T=DQ`(M8=Q9H-ZE<8YHK%.' MB!N;M.1@DDU2>A_]X]&_7K^AT["Q2WMH*[NDLK\-](8($2>CM"$VV2@U.@!U M_/F#:T>?DPVP2QP$'']MI/Y#]FE)PLD^S6H"`M??.;IF*&G$8+4=`J20SUVI ME'\T4;.J:,K!*-TT;!GD)^G"=G[0N@J$1TWGT_;5]#DHFDBP9 M8Z5,;,C-W]_XSW,VQ)+B>$,PX76FZ#1C3&'UZ5VSDW76BK.$)N&Z M9MG.#L=&WUN3R+[L\7`!8@1S15;/!:FEYB.H:UT1O*`M M\-SIVG[GZP>_/?G5>0`G-/[#I[4AF1G#62&G!"GD"UNCHLK+$JYV%3JVIN($?;D` MX^PQ!CRH.6^6=D5UX"/V&?#^ M:6UZG%F:>I\\_O5Y>LID*133Y\6=)(;K[]SY]9VO?_('.RDXF13B3NPZDJ]X M.J.BQCG*XF59Y(5SJVHB],F]N[<-9WG6]A>V+%J_,MKKWR"85I-313.(GK3Q M&$"C4TDCBIXABDU5,(2=#6G,?T]5M,@U&<]]S((6,B6<#6BTB1BHSLC2>!,Q M/DT&.VUDPBPHP@P"AMYGC4H498K!N$09BTB`04['R&@\`@0C&IU-/.-Q"$`/ MAMDZ50R"ZK8,G*IXP!@/F,.`\^X5>RHLP8@(PJ<3;T3(`WO?S8=C_C]B1W\#9M17SY3 M3JT.9<12JM$0&DDZ`M/W7-E5'YWDE_*"RN;SAC$L!X@36'CTY=$U][7'.+A] M_.27P]4=UU@!IK25&\Y-L"6E3EM4!XLM26TED"CTL;[V%M.F0"..4[P3R=S^ M[.9[Y-:71U\.X(\_TF`E""1//_X'@D5N/+G_1_,,G8F>/E5VMN;]^5HUL4'$ M98O8K)QUDR"D8!\P$]VAR]*B0B2Y3]AR/Z?@Y*S#8L<`JU"^9$P!VR(F7"+: MK770^>(H6[##[Q,F6IX*;2RLDM<)(.'7R@-3+/EK03C=!>]K^^XCSYM MKMF%FM%$-8HK^I4@VXE/$,5IU11!\H7+J=QV9@(;N!(HR>2`:_<$)WNTPX%@ M<__QK;\_>N?+_.U=.`=-&8YG'0W"Y"'>FQQ/ZSO08&4A?[EPLDG)S]V(&2QP9W0'>X6DB`.O2^;R^2'9X"*.P/+ M4,2V(/%T2XAYMQ7MY?$$_8I`N]K&HG(QE1X)IT6:@Z&#D>BV-<>%%?S:R1SQ MZ7(G]H>@]JE&<`$ZA&-_*!>VLN:=966Y(_)T_1K7R[6PZ[22/0K"EMHE3MO,D9FY![DH8-3<*O6QQ&3E9L MHE1QMP-C4,OS1OF$Y[C'[MN';SWY=+!QP`V]8>9QIP-Y_X]WWZ6ZQ/TM1G,P MP[OUQ0=?&&,$4ZMLUZ>W2ZDA)6\K7$M(DK`W0@9?C%G*&'O.Z!*K1#\C8@8R MLE:)UHP^QT6^/A$95T%I`CN"RR8%#%2[[HK`IN@%\6K!_%U5D(4O_!6;IY]8 MP8.$XX*P@>HRFN&-L MA'-S\[$VD9Q6X M7-F!:4-,A6YU89/_],Z7]B9P06"Y&M,?08I#]\)4M?!@#,#MB0P/U]Q0PEN- MU@@I&N'840N+QE$+]O2'!0R`X,G3Z,?9EW@`C4_ROCY8$7Z01Y_0G=P]7]\V M12!&T;:O/V25YM"I[8D:/C7%BN?+P#*.#35VOQ^)Q+R1.6_".X\_T67S,B^_ MRA&\#=)GWICC=CAGU%VY38\6FHCKN+_*&;_#21QN$[?"-S;B+RW2L32[,/W* M/96>*?4"^-".(/D[0*.OV1[]NEPK8-I\0;_J5[A#OR<-BI95@A4)1?$I[,0- M[@!:\:PG@!Z)UF;SLD9-*'CW[LDGM_^+//GT_7\G)V\_^1<(/P_>O?NM:;`P M5)U,3TM"OT:_WO[+CO9$^W`[JL^PCGVSC4*U_6:[)]$/-A33A]O&H_&OMXUW M[LX.L*DP+^5JI7#2^MJ>EM,_B3>\MO\[7RE,9LV_AZ3$>X\(U&F/8C`=54;/'BD)[-21=&'K2C&[?JE,C35`P%(;^/$#[F/7 MCB0QBLSH1ZH`NR`I\%/T@`0\_06DID"S*U7H-1YV%@<]>6ON4LR#0K8K/GQ, MF5;#?%#*/OU,T\BRX$%,H<7K6FOH3E0,O5>LRET*RO9]=K* M]MH:/=_LE4R5]6()>FB[4>N+4D/NUQJBTFESA\#+\(/G)Y\!,:T[`NC7^YRJ MNP'*4"P66`:&8O$`J&IHNQ8,<<'GU7[0$U63XP`CK8FJGYW+H%L?^!=\SN#] MF([A.!>3&60!QGB8,T6"'@PP0R<^*"H'U0U3/24!,%1*P9J`^4B)TQ$HXR%, MI-<9$##CZ]5&:!#H$B,M`H_IXBP-G-<"/KY&/J"VNB9 M&>Y8&SOFPSUK.+X_,VLNB6!Z:1`Y@XZ('G?(=$.N[B#^W#%4'[T/G8)9>BI$A.KC4,+;G?.SL[.S,[G.45/C!CHLC1+2=V8+V6 M'Z-G*^3E4T*&1.$'KKM/5.RQ*)R\?/'5R4M1,`LO7JFG3WZJGHZ_44]'_U!/ M[W^IGG[]%3^)0YJOP99;D38`"23]_%UW?=5H'DH#X&-T(/@RTG MADK7>*1#!M`-_'A/U6N_>(6=J7"PR$&5@R4.EBD0A4LRK''T"@>V)4-9DUT1 M+UZ-&52F]5L.#^>&NT/A'2>D<*,7TFB=1_1ZJ^_+L,/)_3:%6VZ/PGO-F,*[ MP0&%U]RFZH'JA)SPEIOV2VX9VS6KGHNLH`B1C9V+]Y,(W$T\O7XD]^)\D1I8 M9T2:*\$NUND$S6+D_=`-=BFR-%>S<,D@;AD]X'+C76(@+\2"\HJNVPW"1Y+9 M=M^#]6N5DF8/90B9@*.CUDS+K%DEO2O`/#=[CXHP"),P64^#(:QCAAC6*&8H M"&X)TY!E+7KKEE@3WN7U90S*9>ZI$CJ(%<;ZN[VBPD^O;L;[,*(=6*O[N9YB M9D?V5*T=KYZ,:$BWD,2,Z9=M3]`QQK&I>J:*C`17KE^1G#[$%K,PTZ)5[<2! M5\16UX8T@SE?4_]#JS"T*%2I%Y04+L%G^&?*EN-.B54QM\*DG$[*.4_!0N[!4R40#7?C/F6.4]ZA(R ME4N5A%^6/"!Y3UQ/7&(9?1]=/KDM21'F.I[O1GH&BN]&;1AY8S@[6K;K:X9A MC.$S$Z&SG16%^5,7=(='GL?(V]E`EM0]GG).QHY_>'@0*(5]#)U.=_0U)65! M59#0[P'A*ALF6F%I/"EE6H"\T22M5BN M/50^=8Q=N=8`K+TXQ)V!#VF)#X'IV)Z)Z@_]#-N:<$:3%E7='8J<_1DQ'AXWD'=RV*55"^+Z8KLR)7.RA!@_+N>WX_=J"0N MBF6&QAZT@"20<\R(2I4A[3R*](*4#8M1^KRA[9Y`)%%,J'1:+8&_>_3;I5^4 M';`JDRLP50=,=&L1^*V($65H;;`A8T"B#3X\_R,%IY].4J>:RN(EIYDK M!2+Z76Y;RX?%33JE*&F*!D+MNP$@'Q,MU*30@2<"E3+S(I.J2/S.5SS]&ZD@ MT69!?/2CYT<9LX6T5+(D4M'/CSHPWR``P@.(@/VD?G@[DP$;38^ M8+!!57@`V,#AHD#@FP(_7[VZN7$_U38K*3IQ:\IEXDS1T'Z/^>V]QO./TX(.APDN1'0$`" MQ'?B?E1L]L/0]6.IS5,X9`V!,:?H,,XAE9S@,5C5[^ZXH8Y7*B*/62IE0MP: ME7T0NRS3M@"Y*%",-:7ULR*A0I3"A6_A'A/7ML;=(XK>8C''"3T';`&E\#B@H7X M7]SM!,"+%8OR@1QX7K(#.`BBQL^B<)? M]8VO/3-#&K06$UJM4X#_W5[BF'>JUI]]]JO3Y!S^[.U.`4P?>O#VH0B"T0/XG;S\\,OIX)=M<`K`>?Z!%WGHT/VM0R^M>GH`)F7?`(K'_SYY/AT4 MA[0Z#2A#(%S?PEJ6]4X%/BKR!K##;Z#1,'@-'X!F6!!)Y3+>C_G!Z/1<61PYJVI5_^7M!Y_-./^:AH M\C&)L\X9\\'C$91BG8/V0FK[U'/5-1]H!"H1"CLEZX,%)I]*(,[0V8B^YUY, M$E>%=290G7Y.'N_$DP\!8F.Z_9M_OO^G!B@42EX[/MQ'G8:..V!E1XQH4X'8(HS;@NG?W[R=Z8KQ]^L#IG`LW2" MH-9U]MV&'\3>[J,&6D(6-0E;VU3T":3)X@^-JMJ'1JBF-OS`!PEGMP$"1X0: M(4M951B[':=ML@Z1-5L-LI^D*9):L0V4/K&38@[V-$W)R.IN4@=;9+#"@:9> MM%>-BW/)?2Z;]V\WWKU^^^J].]=3&SG+LEFD,1X;!J,A*=8UQ7Q&%,;+=;I! MZ&84(\X.3!#9CK$I"QF0D?H?GRY2,CX5_D6,@6SB:L4JC5LRH2&R9Q6DVW9[*U?"EB6$V M+ZYC,>\$AB]V'P+N!E7HAU-#][]U(CZS?T(#V#ETAER(F(8\DX#QA^D M/QDMM9'2D_-J*=AUO@HF?2^I`2[6T%K'7JR"*%U)J)'6&1!Z.ZY?3&-*\S:> M5E]X:%U8H]:X2$;+H!JRZEE=P_Q@SRKU4HYT)9 ML[&#F<)BR905&'JC6G;%7).QIS?:)6(/"WC?09"-,B/!"#ZT1'J?3[Z M>:+E&=+5$H>9KBC*I*Q"T\V`,*09$](`O5,/0:S0B*=Y:9'Q>*F6 M6&61V!$U'7^WJ)/,PDP'C2=FX^0(`;+Q$3I4"O1;*O"DK0VE8VL23^!Q$$&^ M_>F=>B;_CY.I-O&A\'BPA;_WE4T]OP:]#JPM?AG:#9'K1A-GJH<_.!_I[I;7 M]2F%VVAM'U/-5-FGWG.Z/I4PF:IO5.X!35^%SJ#+%>TH&O^4^2+6`O/M*4S, MFDYY9OYL@G+ASDQS@IL<;]Z,9&S`K+%"6)URY!RM,H1T.5S*!S M8G4U#4!PFPM!?!WAA7D@8$!Q4O;XAR4WJ`7]YC_[3)E%HMM\L7WR-3VJRK@6 M66=:&?()T#&F1]@_Y#'D3+6\$"**>M$4Q`A?+%(:LF+5NAF]8&$:--T\O^46 M*T=/ME2'Y\U;JM>DI7HMF5$<"'TSS+//]E\-N9W,XK$&OIC\73&#C#Q@#7"H M&Y!1;+H`)1\2O8@^U(.H>49^54^.%3WYXH,7XLE/3DX`J]D;`GT6-ZR<,'*6 MT*EY=/9,TZY>NF168:0<2MSM(]D)8(>!DG8RDEP2D9I#MD_*S2T#6LZL=ATQ MS1@NN'!AC^Y6I&D`Z"_1O=FV-F7J,N)AN1=AQN1=Q&K2\%[",OQ*.QCWO=@- M??6!`=H6A`\DE2P>!%Z+($7RCS$7-SL-I]4B,AJ*(F5FGG0.]9RQ*8V"4`I214Y\Q^6(`E5[M5I-[^Y>08Q:,T%] M=K0M*N*=1T"O.X[?[@.'+:)^CRA<\;OW2L(4U^0-MY+4J4]EZUA-92']SFA; M;'2Z^&65/'.0#+MP8!\@P0[()9XKSA)(DR]N`[RFN-WO8(7GRO/SY\2]/<2H :R(7M\;*J_3OH)EF_+?W*N?\"R9Z`]ZI^``!N ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 0: 0:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bento.freebsd.org (bento.FreeBSD.ORG [204.216.27.23]) by hub.freebsd.org (Postfix) with ESMTP id 18F0815161 for ; Sat, 4 Sep 1999 00:00:36 -0700 (PDT) (envelope-from root@bento.freebsd.org) Received: (from root@localhost) by bento.freebsd.org (8.9.3/8.9.1) id DAA11839 for ports@freebsd.org; Fri, 3 Sep 1999 03:56:00 -0700 (PDT) (envelope-from root) Date: Fri, 3 Sep 1999 03:56:00 -0700 (PDT) From: "Root freefall.FreeBSD.ORG" Message-Id: <199909031056.DAA11839@bento.freebsd.org> Subject: bento package building logs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Called with arguments: 3 Started at Fri Sep 3 03:56:00 PDT 1999 ================================================ running cvsup ================================================ ================================================ running cvs update on /usr/ports ================================================ M INDEX M Mk/bsd.port.mk U devel/linux_devtools/Makefile U devel/linux_devtools/pkg/COMMENT U devel/linux_devtools/pkg/DESCR U devel/pth/Makefile U devel/pth/files/md5 U devel/pth-devel/Makefile U devel/pth-devel/files/md5 U devel/pth-devel/pkg/PLIST U emulators/linux_base/Makefile U emulators/linux_base/pkg/COMMENT U emulators/linux_base/pkg/DESCR U graphics/ImageMagick/Makefile U graphics/ImageMagick/files/md5 U graphics/ImageMagick/pkg/PLIST U graphics/gtksee/Makefile U graphics/gtksee/files/md5 U graphics/tgd/Makefile U japanese/Makefile M japanese/emacs20-dl-canna/Makefile M japanese/emacs20-dl-wnn6/Makefile U japanese/word/Makefile U japanese/word/files/md5 U japanese/word/pkg/COMMENT U japanese/word/pkg/DESCR U japanese/word/pkg/PLIST U lang/tclX80/Makefile U lang/tclX80/files/md5 U lang/tclX80/patches/patch-aa U lang/tclX80/patches/patch-ab U lang/tclX80/patches/patch-ac U lang/tclX80/patches/patch-ad U lang/tclX80/patches/patch-ae U lang/tclX80/pkg/PLIST U net/rsync/pkg/COMMENT U net/rsync/pkg/DESCR U print/xtem/Makefile U print/xtem/files/Makefile U print/xtem/files/exclude-list U print/xtem/files/md5 U print/xtem/patches/patch-aa U print/xtem/patches/patch-ab U print/xtem/pkg/PLIST U security/ssh/Makefile U security/ssh/files/md5 U security/ssh2/Makefile U security/ssh2/files/md5 U textproc/expat/pkg/DESCR ? x11/XFree86/input ? x11/XFree86/makepackage U x11/XFree86/pkg/PLIST ================================================ running make checksubdirs ================================================ ===> archivers ===> astro ===> audio ===> benchmarks ===> biology ===> cad ===> chinese ===> comms ===> converters ===> databases ===> deskutils ===> devel ===> editors ===> emulators ===> ftp ===> games ===> german ===> graphics ===> irc ===> japanese ===> java ===> korean Warning: directory hlatexpsfonts-wansungstd not in SUBDIR ===> lang ===> mail ===> math ===> mbone ===> misc ===> net ===> news ===> palm ===> print ===> russian ===> security ===> shells ===> sysutils ===> textproc ===> vietnamese ===> www ===> x11 ===> x11-clocks ===> x11-fm ===> x11-fonts ===> x11-servers ===> x11-toolkits ===> x11-wm ================================================ running cvs update on /usr/opt/doc ================================================ U en_US.ISO_8859-1/books/handbook/authors.ent U en_US.ISO_8859-1/books/handbook/ports/chapter.sgml U en_US.ISO_8859-1/books/handbook/staff/chapter.sgml ================================================ generating duds ================================================ duds generation started at Fri Sep 3 04:37:28 PDT 1999 duds generation ended at Fri Sep 3 04:43:38 PDT 1999 175 items in duds duds diff: ================================================ generating index ================================================ index generation started at Fri Sep 3 04:43:38 PDT 1999 ================================================ setting up nodes ================================================ setting up of node82 started at Fri Sep 3 04:44:18 PDT 1999 setting up of node83 started at Fri Sep 3 04:44:20 PDT 1999 setting up of node84 started at Fri Sep 3 04:44:22 PDT 1999 setting up of node85 started at Fri Sep 3 04:44:24 PDT 1999 setting up of node86 started at Fri Sep 3 04:44:26 PDT 1999 setting up of node87 started at Fri Sep 3 04:44:28 PDT 1999 setting up of node88 started at Fri Sep 3 04:44:30 PDT 1999 setting up of node89 started at Fri Sep 3 04:44:32 PDT 1999 ================================================ creating restricted list ================================================ restricted list genaration started at Fri Sep 3 04:44:34 PDT 1999 ================================================ creating cdrom list ================================================ cdrom list generation started at Fri Sep 3 04:44:36 PDT 1999 not copying bindist to node89 since it is already up to date setting up of node89 ended at Fri Sep 3 04:46:47 PDT 1999 not copying bindist to node83 since it is already up to date setting up of node83 ended at Fri Sep 3 04:46:51 PDT 1999 not copying bindist to node82 since it is already up to date setting up of node82 ended at Fri Sep 3 04:47:07 PDT 1999 not copying bindist to node84 since it is already up to date setting up of node84 ended at Fri Sep 3 04:47:21 PDT 1999 not copying bindist to node85 since it is already up to date setting up of node85 ended at Fri Sep 3 04:47:34 PDT 1999 not copying bindist to node86 since it is already up to date setting up of node86 ended at Fri Sep 3 04:47:43 PDT 1999 not copying bindist to node88 since it is already up to date setting up of node88 ended at Fri Sep 3 04:47:53 PDT 1999 not copying bindist to node87 since it is already up to date setting up of node87 ended at Fri Sep 3 04:48:13 PDT 1999 Generating INDEX - please wait.. Done. index generation ended at Fri Sep 3 04:54:21 PDT 1999 2597 lines in INDEX restricted list genaration ended at Fri Sep 3 05:02:07 PDT 1999 cdrom list generation ended at Fri Sep 3 05:02:07 PDT 1999 62 ports in /a/asami/portbuild/3/cdrom.sh 104 ports in /a/asami/portbuild/3/restricted.sh all preparation ended at Fri Sep 3 05:02:07 PDT 1999 ================================================ building packages (phase 1) ================================================ started at Fri Sep 3 05:02:15 PDT 1999 ended at Fri Sep 3 19:45:01 PDT 1999 2219 packages built 1222 MB of packages 1623 MB of distfiles The following port(s) timed out: ptimeout: killing ssh -a node89 /a/asami/portbuild/scripts/portbuild 3 dylan-2.2.0.tgz /usr/ports/lang/dylan gmake-3.77.tgz (pid 21050) since timeout of 14400 expired at Fri Sep 3 10:43:09 1999 ptimeout: killing ssh -a node89 /a/asami/portbuild/scripts/portbuild 3 amulet-3.0.tgz /usr/ports/devel/amulet XFree86-3.3.5.tgz XFree86-3.3.5.tgz (pid 73464) since timeout of 14400 expired at Fri Sep 3 11:28:03 1999 ptimeout: killing ssh -a node89 /a/asami/portbuild/scripts/portbuild 3 faces-1.6.1.tgz /usr/ports/mail/faces XFree86-3.3.5.tgz XFree86-3.3.5.tgz (pid 52285) since timeout of 14400 expired at Fri Sep 3 12:33:20 1999 ptimeout: killing ssh -a node89 /a/asami/portbuild/scripts/portbuild 3 xbuffy-3.3.tgz /usr/ports/mail/xbuffy XFree86-3.3.5.tgz XFree86-3.3.5.tgz (pid 52834) since timeout of 14400 expired at Fri Sep 3 12:34:14 1999 ptimeout: killing ssh -a node89 /a/asami/portbuild/scripts/portbuild 3 astrolog-5.40.tgz /usr/ports/misc/astrolog XFree86-3.3.5.tgz XFree86-3.3.5.tgz (pid 55808) since timeout of 14400 expired at Fri Sep 3 12:39:37 1999 ptimeout: killing ssh -a node84 /a/asami/portbuild/scripts/portbuild 3 ORBacus-3.1.3.tgz /usr/ports/devel/ORBacus XFree86-3.3.5.tgz gcc-2.95.1.tgz XFree86-3.3.5.tgz (pid 35571) since timeout of 14400 expired at Fri Sep 3 13:45:25 1999 ================================================ building packages (phase 2) ================================================ started at Fri Sep 3 19:45:46 PDT 1999 ended at Fri Sep 3 23:46:12 PDT 1999 chopindex: deleting jpilot-0.93.1 XFree86-3.3.5 Motif-2.1.10 2248 packages built 2249 lines in INDEX 1260 MB of packages 1641 MB of distfiles The following port(s) timed out: ptimeout: killing ssh -a node88 /a/asami/portbuild/scripts/portbuild 3 dylan-2.2.0.tgz /usr/ports/lang/dylan gmake-3.77.tgz (pid 38018) since timeout of 14400 expired at Fri Sep 3 23:46:11 1999 The following port(s) didn't build the first time around: ja-kinput2-sj3+wnn4-3.0 ja-mule-sj3-2.3 libdockapp-0.2 postilion-0.9.2 rman-3.0.8 ================================================ new failures ================================================ cheapcall-0.7e expect-5.30 geda-19990516 jpilot-0.93.1 ko-ami-0.4.1 mutt-1.0b1 nologin-1.0 powerpak-990901 replay-0.61 zh-libtabe-0.1b2 ================================================ old packages ================================================ ImageMagick-4.2.7 bidwatcher-0.9.9 crafty-16.16 dejagnu-1.3 ethereal-0.7.2 expect-5.30 geda-19990327 gtksee-0.3.0 ko-ami-0.1.3 lha-1.14d mutt-1.0b1 nologin-1.0 pth-1.1.4 pth-1.1b7 replay-0.61 rman-3.0.7 vim-5.4.33 xchat-1.1.9 ================================================ old failures ================================================ dylan-2.2.0 geekcode-1.1 irssi-0.7.14 powerpak-990829 seaview-1.0 tclX-8.0.2 vMac-0.1.9.3 windowmaker-0.60.0 windowmaker-i18n-0.60.0 yorick-1.4.1 ================================================ new packages ================================================ ImageMagick-4.2.8 WSoundPrefs-1.0.2 bidwatcher-0.9.9.3 crafty-16.17 ethereal-0.7.3 geekcode-1.1 gtksee-0.4.0 iconmaker-1.5 irssi-0.7.15 ja-jpilot-0.93.1 ja-word-0.98 lha-1.14f pth-1.1.5 pth-1.2b1 py-gist-1.5 rman-3.0.8 seaview-1.0 tclX-8.0.4 tn3270-4.4 vMac-0.1.9.3 vim-5.4.49 wdm-1.0 windowmaker-0.60.0 windowmaker-i18n-0.60.0 wmakerconf-2.1 wmglobe-1.0 wmsound-0.9.5 wmtimebomb-0.2.0 wterm-6.2.6 xchat-1.2.0 xtem-7.00 yorick-1.4.1 zh-ve-1.0 ================================================ archiving /usr/ports ================================================ ================================================ all done at Sat Sep 4 00:00:19 PDT 1999 ================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 4: 1:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 277E515205 for ; Sat, 4 Sep 1999 04:01:34 -0700 (PDT) (envelope-from nbm@rucus.ru.ac.za) Received: (qmail 79499 invoked by uid 1003); 4 Sep 1999 11:01:53 -0000 Date: Sat, 4 Sep 1999 13:01:53 +0200 From: Neil Blakey-Milner To: ports@FreeBSD.org Subject: portconf revisited. Message-ID: <19990904130153.A78323@rucus.ru.ac.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I've just taken a relook at my portconf idea, and wondered whether people are just apathetic toward it, or have any problems with it? In any case, I've written a very basic perl version, which calls dialog, so that it doesn't need to link to libxml, or use any perl modules, and wonder what people think. It's not finished, obviously, I just want some feedback. As a recap, it's supposed to provide a standard way to describe the ways you can configure a port build, so people don't need to read the Makefile itself to find out. It comes with a basic perl/dialog version, theoretically living in the ports tree itself, and also a more intelligent C/libdialog/libxml version, and C/gtk/libxml version. It's at http://rucus.ru.ac.za/~nbm/portconf/ Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 5:38:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from iserver.itworks.com.au (iserver.itworks.com.au [203.32.61.10]) by hub.freebsd.org (Postfix) with SMTP id ED1EB15265 for ; Sat, 4 Sep 1999 05:38:49 -0700 (PDT) (envelope-from gavin@itworks.com.au) Received: (qmail 9327 invoked from network); 4 Sep 1999 12:38:35 -0000 Received: from maybe.itworks.com.au (203.36.209.235) by iserver.itworks.com.au with SMTP; 4 Sep 1999 12:38:35 -0000 Received: (qmail 89054 invoked from network); 4 Sep 1999 12:38:34 -0000 Received: from client.voltek.com.au (HELO laptop1) (203.36.209.124) by maybe.itworks.com.au with SMTP; 4 Sep 1999 12:38:34 -0000 Message-ID: <04f601bef6d2$66e74470$8201a8c0@itworks.com.au> From: "Gavin Cameron" To: Subject: Trouble making gd 1.6.2 from ports Date: Sat, 4 Sep 1999 22:38:32 +1000 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 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm trying to install gd 1.6.2 from the ports but I end up with the following error /bin/sh ./libtool --mode=link gcc -O -I/usr/local/include -L/usr/local/lib -o pngtogd pngtogd.o libgd.la -lpng -lz -lm gcc -O -I/usr/local/include -L/usr/local/lib -o .libs/pngtogd pngtogd.o -L.libs -lgd -lpng -lz -lm -lm -lpng -lpng -lz -lm -lpng -lz -lm - R/usr/local/lib pngtogd.o: Undefined symbol `_gdImageCreateFromPng' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. Anyone seen this and no how to get around it? I'm makin the port on a 2.2.6 machine Thanks in advance Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 6: 2:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from baerenklau.de.freebsd.org (baerenklau.de.freebsd.org [195.185.195.14]) by hub.freebsd.org (Postfix) with ESMTP id B05EC152D5 for ; Sat, 4 Sep 1999 06:02:00 -0700 (PDT) (envelope-from wosch@panke.de.freebsd.org) Received: (from uucp@localhost) by baerenklau.de.freebsd.org (8.8.8/8.8.8) with UUCP id PAA20288; Sat, 4 Sep 1999 15:01:02 +0200 (CEST) (envelope-from wosch@panke.de.freebsd.org) Received: (from wosch@localhost) by paula.panke.de.freebsd.org (8.9.3/8.8.8) id OAA01481; Sat, 4 Sep 1999 14:58:11 +0200 (CEST) (envelope-from wosch) Date: Sat, 4 Sep 1999 14:58:11 +0200 (CEST) Message-Id: <199909041258.OAA01481@paula.panke.de.freebsd.org> From: wosch@freebsd.org To: ports@freebsd.org Subject: New ports added/updated last two weeks Reply-To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Introduction - ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 2565 ports in the FreeBSD Ports Collection. New ports added last two weeks - ------------------------------ Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== libglade-0.3 GNOME glade library Maintained by: ade@lovett.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomelibs-1.0.14, gtk-1.2.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k Category games (http://www.freebsd.org/ports/games.html) ================================================================== powerpak-990818 SDL-based Game Software Development Kit Maintained by: andy@icc.surw.chel.su Requires: XFree86-3.3.4, sdl-0.10.0 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== tirc-1.2 Token's 'Internet Relay Chat' Client Maintained by: dr@domix.de Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-eblook-1.2 Interactive EB interface command for seraching words in electoric dictionaries Maintained by: shige@FreeBSD.org Also listed in: textproc Requires: ja-eb-2.3.2 Category net (http://www.freebsd.org/ports/net.html) ================================================================== rrdtool-1.0.0 Round Robin Database Tools Maintained by: dima@Chg.RU Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== xtermset-0.4 Dynamically change some settings of an xterm Maintained by: dr@domix.de Requires: XFree86-3.3.4, gmake-3.77 Updated ports last two weeks - ----------------------------------- Category audio (http://www.freebsd.org/ports/audio.html) ================================================================== gnomemedia-1.0.9.1 Multimedia applications for the GNOME desktop Maintained by: reg@shale.csir.co.za Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k Category deskutils (http://www.freebsd.org/ports/deskutils.html) ================================================================== gnomepim-1.0.9 Gnome pim package Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k wmpinboard-0.9.1 Post-it notes for the WindowMaker dock or AfterStep Wharf Maintained by: jim@FreeBSD.org Also listed in: afterstep windowmaker Requires: XFree86-3.3.4, bzip2-0.9.5c, xpm-3.4k Category devel (http://www.freebsd.org/ports/devel.html) ================================================================== ORBit-0.4.93 High-performance CORBA ORB with support for the C language Maintained by: clkao@CirX.ORG Also listed in: gnome Requires: gettext-0.10.35, glib-1.2.3, gmake-3.77, libtool-1.3 libgtop-1.1.0 GNOME top library Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomelibs-1.0.14, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libtool-1.3, png-1.0.3, tiff-3.4b37, xpm-3.4k pth-1.1.2 GNU Portable Threads Maintained by: rse@engelschall.com Category graphics (http://www.freebsd.org/ports/graphics.html) ================================================================== electriceyes-0.3.9 A graphic view base imlib & gtk Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k qiv-1.1 A very small and fast GDK/Imlib image viewer Maintained by: billf@FreeBSD.org Requires: XFree86-3.3.4, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gtk-1.2.3, imlib-1.9.4, jpeg-6b, png-1.0.3, tiff-3.4b37 Category irc (http://www.freebsd.org/ports/irc.html) ================================================================== zircon-1.18.223 An X11 interface to Internet Relay Chat Maintained by: jseger@FreeBSD.org Also listed in: tk81 Requires: XFree86-3.3.4, tcl-8.1, tk-8.1 Category japanese (http://www.freebsd.org/ports/japanese.html) ================================================================== ja-rxvt-2.6.1 An xterm replacement that supports pixmap background and Japanese Maintained by: honda@kashio.info.mie-u.ac.jp Also listed in: x11 Requires: XFree86-3.3.4, bzip2-0.9.5c, xpm-3.4k Category mail (http://www.freebsd.org/ports/mail.html) ================================================================== mutt-0.95.7 "The Mongrel of Mail User Agents" (part Elm, Pine, mh) Maintained by: obrien@FreeBSD.org Requires: docbook-1.0, iso8879-1986, ispell-3.1.20, jade-1.2.1, libslang-1.2.2, linuxdoc-1.1, sgmlformat-1.7, urlview-0.7 Category math (http://www.freebsd.org/ports/math.html) ================================================================== gnumeric-0.31 The GNOME spreadsheet Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libglade-0.3, libgtop-1.1.0, libtool-1.3, libxml-1.4.0, png-1.0.3, python-1.5.2, tcl-8.0.5, tiff-3.4b37, tk-8.0.5, xpm-3.4k pari-2.0.16b Mathmatics library and advanced calculator package Maintained by: yoshiaki@kt.rim.or.jp Requires: gmake-3.77 Category misc (http://www.freebsd.org/ports/misc.html) ================================================================== gnomeutils-1.0.12 GNOME support utilities Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeobjc-1.0.2, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k Category palm (http://www.freebsd.org/ports/palm.html) ================================================================== pilot-link-0.9.3 PalmPilot communications utilities (backup/restore/install/debug/...) Maintained by: dima@freebsd.org Also listed in: comms tk80 Requires: XFree86-3.3.4, tcl-8.0.5, tk-8.0.5 Category print (http://www.freebsd.org/ports/print.html) ================================================================== ggv-0.40 GNOME ghostscript viewer Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k gnomeprint-0.4 Gnome print support library Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomelibs-1.0.14, gtk-1.2.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k Category security (http://www.freebsd.org/ports/security.html) ================================================================== pgp-2.6.2 PGP MIT or International version - Public-Key encryption for the masses Maintained by: ache@FreeBSD.ORG Requires: gmake-3.77, rsaref-2.0, unzip-5.40 Category sysutils (http://www.freebsd.org/ports/sysutils.html) ================================================================== asmem-1.3 An AfterStep look-n-feel memory utilization monitor Maintained by: jack@germanium.xtalwind.net Also listed in: afterstep Requires: XFree86-3.3.4, xpm-3.4k gcombust-0.1.20 A GTK+ frontend for mkisofs and cdrecord Maintained by: nox@jelal.kn-bremen.de Requires: XFree86-3.3.4, cdrecord-1.8a22, gettext-0.10.35, glib-1.2.3, gtk-1.2.3 gnomeadmin-1.0.3 GNOME administraction package Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeobjc-1.0.2, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k gnomecontrolcenter-1.0.6 Control center for GNOME project Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k Category textproc (http://www.freebsd.org/ports/textproc.html) ================================================================== dsssl-docbook-modular-1.43 DSSSL stylesheets for the DocBook DTD by Norman Walsh Maintained by: kuriyama@FreeBSD.ORG Requires: docbook-3.0, iso8879-1986, unzip-5.40 libxml-1.4.0 Xml parser library for GNOME Maintained by: nacai@iname.com Also listed in: gnome Requires: libtool-1.3 Category www (http://www.freebsd.org/ports/www.html) ================================================================== apache+php-1.3.9+3.0.12 Apache http server with database support via compiled in PHP module Maintained by: dirk@FreeBSD.org apache+php-1.3.9+4.0b2 Apache http server with database support via compiled in PHP module Maintained by: dirk@FreeBSD.org libghttp-1.0.4 GNOME http client library Maintained by: vanilla@FreeBSD.ORG Also listed in: gnome Requires: libtool-1.3 Category x11-fm (http://www.freebsd.org/ports/x11-fm.html) ================================================================== gnomemc-4.5.37 A windows explorer work-a-like for the GNOME Desktop Environment Maintained by: reg@shale.csir.co.za Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomecore-1.0.9, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k Category x11-wm (http://www.freebsd.org/ports/x11-wm.html) ================================================================== afterstep-1.7.126 A development version of the AfterStep window manager Maintained by: ports@freebsd.org Also listed in: afterstep Requires: XFree86-3.3.4, bzip2-0.9.5c, jpeg-6b, png-1.0.3, xpm-3.4k blackbox-0.51.1 A small and fast window manager for X11R6 Maintained by: cpiazza@FreeBSD.org Requires: XFree86-3.3.4, bzip2-0.9.5c Category x11 (http://www.freebsd.org/ports/x11.html) ================================================================== gnomecore-1.0.9 Core component for the Gnome Desktop Environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gnomeaudio-1.0.0, gnomelibs-1.0.14, gnomeprint-0.4, gtk-1.2.3, guile-1.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libghttp-1.0.4, libgtop-1.1.0, libtool-1.3, libxml-1.4.0, png-1.0.3, tiff-3.4b37, xpm-3.4k gnomelibs-1.0.14 Libaries for GNOME, a GNU desktop environment Maintained by: nacai@iname.com Also listed in: gnome Requires: ORBit-0.4.93, XFree86-3.3.4, esound-0.2.8, gettext-0.10.35, giflib-3.0, glib-1.2.3, gmake-3.77, gtk-1.2.3, imlib-1.9.4, jpeg-6b, libaudiofile-0.1.6, libtool-1.3, png-1.0.3, tiff-3.4b37, xpm-3.4k xtoolwait-1.3 Tool startup utility for X11 Maintained by: ports@FreeBSD.org Requires: XFree86-3.3.4 _________________________________________________________________ © 1996-1998 by Wolfram Schneider. All rights reserved. Please direct questions about this service to www@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1999-08-24 23:12:46 UTC; based on revision 1.237 _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBN9EW5TmN/mkrcYGtAQFa0gQAkP94XPMjJoY5cdIjduJCTsR7rwzMc6Jk DhqkNTwrdrXg8BXlvHEfANEfCA+hohtsm85CQxpoCzg8ABXyxTV8DQ2+a8gsH2De aPsbSeTFfsx49iTONfoyeaQdjfN53+hNBJOxh5sLY+mHFAiXJdPQIi5smmShnkSu xuCRBbAgbgQ= =FpMr -----END PGP SIGNATURE----- -- Wolfram Schneider http://wolfram.schneider.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 7:31:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 646CA152EC for ; Sat, 4 Sep 1999 07:31:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA62293; Sat, 4 Sep 1999 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A732414CF1; Sat, 4 Sep 1999 07:28:54 -0700 (PDT) Message-Id: <19990904142854.A732414CF1@hub.freebsd.org> Date: Sat, 4 Sep 1999 07:28:54 -0700 (PDT) From: c9710216@atlas.newcastle.edu.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13572: Update port: emulators/xmame to 0.36b3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13572 >Category: ports >Synopsis: Update port: emulators/xmame to 0.36b3.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 Sep 4 07:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jacob Hart >Release: 4.0-CURRENT i386 >Organization: >Environment: FreeBSD carcass 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Fri Sep 3 00:11:27 EST 1999 jak@carcass:/usr/src/sys/compile/CARCASS i386 >Description: * Updated XMAME version 0.33b6.1 to 0.36b3.1 Remove files: files/dos2unx patches/patch-ac patches/patch-ad patches/patch-ae patches/patch-af patches/patch-ag patches/patch-ah patches/patch-ai pkg/MESSAGE >How-To-Repeat: >Fix: begin 644 xmame.diff.gz M'XL("#$4T3<``WAM86UE+F1I9F8`M'UI>]NVLO!G^U<@3NX3N1)%+5[5)*UC M*8E.;WC8107(P``:#V3!@ M''[U6IU!+((PCH0=>)ZT8S?PQ5QW;Q*$'0'_41.[QG/QJPPCA`CE'XD;2H?> MBD:]W1X?U9L(T;5B*>Q0PD6]Q?].Q#LYQFZ<[%8+L!R-VX"E^A26`QH8#0:Z M_FD6S+-W^K]NX%N>(]XF82A>.6.X_/PNE/+ML`LTG;Z!BECWA7K6X<&;PT*\(*2[1K<_'%V= M7?9>[Q`2(R5+=<,;'JHX/QOUW@]N^KWAZYVT$[O&Y=EPU+OY.NR/\,4D7G1, MTPFA4W7'C>O)8EZ7NJOP,G)C:>Y6-U6:NV$8A'7+"GT9UZ63U*W$]%P_>1C+ M<&KB&`%1LVE*/Y9A;+F^N2MZGTCK\./[SZ_WJG'TS]Q>)=G_:L1_.W= MO-Y9(RRVGKZFB5@'$;OBHO_V:[=WW;OJ0@\_PS`..B_^?3VX&0V[_9N_S&EH M+6:N#3U:S`$<.;8%S'H@JGAI$,]>GET=O=YA0M:/$.DBB&+#]:/8\KS.KE%W M)XZ[QL[/+_[=._\P^'HY?/^7V'O]^@U,7!Q:P@GL9`Y#MXCO M/_4O+J#>2(RE4/BD4]\#E-*+Y$8T?09S_:F0ZQCK=:R]\^+?E[_@^`2,]:;W MKO_Y+YB"L]>N*[#P*K>_@J?HAA*5D.T,,)(G$_L^+(E_?X_$?H#[3:OQJ.SBXN_A*& M+8Q`C*$I8\J7N3@X.`"03S>_#&_._S*A_^:+%_^&/FSJKGZ%>'V)A/$==P*# MJ-C.!O`?132#Q^_Z%SV>8.A?*_$?OF^@]@SD0-T!N;;-D/=YGF!AT0!^>4\- M7_:&P[/WO=WJ4Y-!_+3I&5)DX_.9N_%Q&,PC:N;\P^6@^YOI`6]FBLF#+CU,/3$:=`>:=C!3H#1` M1$9["\]ZE*&AF.=[EL[?0N`\@"(R2+"ZZ]M>XDCQ:APY M=51)]?GMFUUGD^V@ACZ+YYY2_;DGJQ9$[A49$9?6HVB>B"88$2>=5F/5B,B# MY^V()BB\3NLTLR/:M69+5.D79?(K(+_SYM6L^4:,9E(HH2^NR;`XSPR+RMZ* MHMW;?V5B+?A%#(`H!!7]:APXCV]0Y[Q:O/DM2(052N$']\@E,>!WP&BP<86@ M@4)/D&1B#;FH+"S[UII"95S<>\MJ>6^_OEO]/VJ`M#LV`),+38Q@10OX@YA@ MR@W0%]"(C.S071!AN!F`P'8ZJA82`RZ[1D\U"R`P*=P)6`YSRW\4MF=%D6O# M"&P+&`A%!+RP9]`"B*&/5_W/YN=FD_L?3*@'E[@.Q!E7N&18D;91N01#!7NN M>J`Z<^U)*Y*T6`@)K=J]5Y:8A7+R>F]Q.S6[O>'YS=Z;M/C*M-[LT=`L-CY/ M:J=@?.(O,HTEHF0^MX#(0(`9$#\.1`)-:'+G35)-R%UCI*FDK4>XXSFH1/MB M[S/RWLF1T:[C_TTQ15L6[D`(@TT!A8/;/6QHG+B>`_/_'>@.RY#]1QU<0A0F M_O?V:;W^,O.(=(KJ]?SZWGLCW@.]%\B/PI-WTL/IVBQRV$K4NEN9G?EGJV)G MZ24)'C+_0=X<=!J'G49+N0*IX%FI,$O$/RQ?B";4Z33P#U0X;B@7IM46U4:- MK$'C^3,3S!@SFD$1W0_=26+/?^$OV&#_K5Z>!_Z=1,:*P58CD$A4<.5&(EI( MVYVXTD%FM`/@2]\1N$SWQ00TNK@<&MW!$)$`/\]A%0*U<7&IV[H0O2@"L\\% M8_"Q)J826@E=!Y<!I M?=?8-=R)^)=X\5P87@P$@;'``O'!R)'V#!<,L$5GP[`%CWM'/@`R\,PF+N+" MQ8C6V*[A!!J%X8L]5;\#0R<2H3W+=MM?B$B@%1N'PG#$RR_A2_$J??E&F/%\ M86*U%R\`*)P+8Z+?PKV]P/L<3.X=PR[7IQ[MH5[BS@R+ESN,0_<+^9 M$^'%SKO0%?](/.1"X"CPH0]/-W,A`A0T MK)-&L]%N3MIM2QX>-1N-QJ%T3EKR6+8/)^`O+54FA:$K'S=.[(/60?/X<-(X M<1QY,+8/6];)^&!\,CD]T&QA` M:!]UFNU50FVLDP4=#IJ=1C,?=#@]P:##*1D+1M9YD$CP9W#1-5,Z-.I-,Y53 M)`.7[K#SQE;U=C[!6NY*&V,FS:-4B!R=[AHXCF58X@T0.&T$Z1R"D#KB(1O8 M?Y0UV/T#ZGX5',3>$,4$*BIV&ZBC(!%T5`&@X`^(&W!H8]2KH,*BFG@$2V-F MW4E0?+8MHVB2@+#(/,U5A+!8`8OVH(5XF\0U<$WAL2148SD%>P4-6ERNJ/FA MC<6RGH[0K@%CHIO5MBVN*]"*4)7Q^;U+\@J[$Z`<$R@)51^IAS>#2\"$ M:P75D3:0$`/>,PIP^Z`VHH=^*],ADC(;8>5H'^T70+1`\PFQN#[+4K2'E$6` M38.E#3T&;&".HXFD1G+F10&:_?:M"))8F$D4FEY@6U[FJ^9L?$`$=38!Y?TK M[,4G#0'P<]KKB3("9_VM_\'$H M?NW=#/N#*S%X!T`]\1E-*8%A".2(_DN8^7EP)W,&%':&F`-$?Y#X1'.0A4B( M'#^]C*!Z9I-&<9C8<1)*H.T')`ZJ#41ILP>EV(\Y23Y(.XFM,?I8D;9Q`ZJ>PJEY[0-7 M6J"`;%@V(7-D-`L2SR'2D7:$#L+CD&U=X,:(5'01;N@"4'-#YU2CZ+2`BA9W M*C`)+=!X+62R*%FP.6HE<8#\:8N]Q/_371B!C[K8F'B/>SPXZ(QPYQ9ZL#S3L+@`%8[&#V#689I"%@70KUL)DC,W,$:41Q$):G`A'1Y))(%&&"+5 M3`%^[O)"VT,I)9ZW0(M6Q]*#V4F9.[?.U/`1MB/ZU#K;(+@"0NS/9^,2Z=>H MMT[`6`44T@K!JPY308/2!5"09T+.!=)M`Z_":"/%H`YT]0QF5<*0V06J/;$X M8S1R9>K"8;C(LZ MB428898P8#ZS%\:]$A5H&1W^?2UUM:Q-12;43R)\HI'B\'-4A1GHY&AX6F_1 M2DE9"N,\6!T99Y5CA(7H_]F_YEL@VB\!L9U M%:2Z%QTUY<%CVXLP`.MBGOJ&((]QX1,->%,#>=Y%D;9?9QGGKW&X8O!T[M7C M>1+%&`1'\+-WH]X-M;H'RQ'EB0+Z%S9GC4$J_W=]/\_R[8ZR8@`A.)\)Z'?5 M69Y::!0,H%D-W1QH@>)Z%Q>_B0B8#?@0\+PG&TB&)*C03T*'.)1Q#,LN"(AK MYT&$_C':5N"[/L*](T-?1(^@:X`H%5F?(J9K],F2N6BV&BB]J+O[;$L)EP5> M<.]#-Z%M&1H+_(5EP6AJVE`"1&0)@=6V8%V:[]SX$6P3+00F@0>HX$YIX1^` M@^ZMQR@-;7S[9DQ"E!VW[N+E2Q'=NV!#BTK^L6CB"]9Z8UQT0D@_2*9`LG%" M+`2VTV-FI)$?#X69.P5C2=Q97H+,!>.-`B1D*AZ\1T*&A&;YM4\]1/6W9SQ$ MC[X-BHPC4N`0HUL*B&'YDYP)Y224(+51,(E[$-YUJJS4!@XO0A.F)E@B*I)J MD4;JJF+P'2#Z8U^M#^DMN#'J&C"G/Z5FEQK!P$O./`:C!V7_)&]S0]=#FA8IKS1)[OFO+BM%J[.^A"4I+QX>^ M_:B[B:()=R@C&>4-]S!`R_XE+B5H(:&=H47H@IB/'VN`R87)QM%$A`=6`.ED M(.P"1*J+%@ZL$%QW$PM8,`16I85)O4K#031BP'H'\F.J4+'^^A&Y&KNC2(1K M.J,2+3DB^WT0WM;$VX\CT6=;]6W_ZNSF-R;2D#;!AKW1QWX7Y-U@5`,0>'H. MRY0WR;H#?>I_ MJL$4.X'_,B8K"/0T8(+EIV8'?9X[-\#P*;:?X*1@;1FY#IIH[GPN'9>$N+`F M0'[6ZYH3T-B`><`V]&KF7E;`#TI\CG&3><9#S)BAAY14M@>:5B\C5!+,#7(R MP2`G2;%\W&AEDE-/"Q@@#>4JN8J4'TQ`QZ`BR?F9U$/F;!OD(XM?)$*%5"Q) MF'U`>.>"Z>*B20&(O""XI<868-I11"NE%8@:6#C62^V$Y4Q&F#KH?SK1J>@4 MP=Q=F_`?,T\31HR3#3R#FR_`+#&2/2]>@1]\+:L=(`U8G#,2,*2<621"$U', M:OR>9G_,(AH(J[I:R=&'U@=2,0J\A";M7LE:BD$O@*2.Y.F"1AQ8Y'.A%4F_ MC]TE]8"!L>8EB&\4\Z? MNZ\M:=M*4*XPUZ)0"BU8/(H(,QCMJ]'9VS<70"B?XBJ!NH#5/@>,A$'O3>`24XB[2VH>DY M,<8N<*XB.2MQQ1QLJVJ*(^.A1VC#@O-C#I:2I(O`R@;#`NTSD!`+7,^*M0`5 M&(T!+$W?886'XO$S6H;4+*G^)9O[L",J'I(73":P^^`W@CX]`_-*]8FF!8UX M6#^@S<%>@&$!ZT9DV*(MF(JIY7B,]LAK[.=`%Z;2!^\"V!"GE;=4>(,&,.$: M5V[2!+<+0>U)E@\P2X"U9\PMUP,!M)*H,KAY_X;'0Y&'=$?DV6X5PU\Z/8>" M%A3$HX@Y)@BUCD2KW3D\[;2:Z=Y>=;G"2JRN?=)IM10L[>R=\M;>J=K;JXKG MXOW51QCO+ST4T9=G5]VST>#F-_'LV3-Z&P7:%YRB_IJK'1PKGL$"(0C@.41! M2AQ0[/EDM.TI(>I&,"Q$O_.:0*#/ZF[*MX`!\R^$1H=O7[.=2UK&_!U8+/#= M@-2]KD2@/_SP@SB?!4$DV?`&-EH`(4)H\?P<6[!M:(Z*6((:'R.RLK_9)ZRJ.W3!P2\`/87JC?8H MR+K$BJJ7>K!(_T4012ZP>IUG^;A9.Q95^E5S?'-V==%_*UZ3#LZ3[P/OS&DO M)(LG_20J;%\.AJ#A4%R0VF77-H77>RG[0'*UEPZ-V`L@>W:K@8WS?,ND1@-A MP2)=+%`K@YMJ37$TVO]U)$A4$RW6N?LGI5EI:Z*6#@'0XD[L+A7 M';L^M[*\.9Y?5HZV1T0-@[L)$!.CN\R]R.MLDV)>2.B.6?-6M%939WX!-(+"#%XM MOX.>X]\C>(]Y>ZKN+.!<.W.1C'/I@B\JF->WGV=;SFXA:SO.[?L[_AO_4VJL>8S)!GQA?E;_ MB3-O,;/,"\R!))JJX9'PAP)K\:(R MZN[#KQ;=6-82$\O]"_J].H>%2@^X9OU%!6FSOR^^H(:G9]7-V+;!(':$T46Q M!>-\G1NRT;WNO\8Q0XGR`8SNL/_^JM?].CR[O+[H#55E:+'W+H?2Z*HBE4#. M7%^<_?;ULC?Z,*#^X>JYZHVHJ[VW']^GG>@'X]]->Y&8\Z.31J,!#Z+0SC]X M4:'TW:\PGHN/(/P0Q3\Q[S9[\$6QPFF[=@2L`!>U1G:PX5]Z^[C1\V?=XC9Y MH59UNRXPX'_5@X[0[?(#M*.@^OEY1L!]TH:!>/$SYIV^>`40@`KQI/6IGEBO MEZ\DN+>'!P?(N(<'QSG&Q;B;ROL%-#]3]H";I>2F<0/6C$A+$NC[9$H:.SCK M9(-@XR24ZILF0]?B(7Y7E65AEW8W2ESG/^CR-OO^X\U[]..2??_QAC2=LGW_ M\>J^?ZO3.LGO^[?2R]" M=XQ2<9X)XV'5EL`^_SLQ9;R:YNU4 M,7$'V[:=3?L;!``2M"Z,^'$!LEL8B]`%2^I_!5I^+R/S?[[4OYBF.7T)CZ8A MS)5Q)_[GRY=Z[M:>3.'N"T:YU9.9FWN-FS*Y6[UYH5)_P!R,ZIB[@YVD7'9T MB[^!F;+T_AMN86-X:8XP@EZ:D MQTIN^&JJ,WOBEV";H2FEAB64V*RBS7HGB'T6*NHI?;[,54HA;N2JNK@"6<@I-AX= M?"!OA1-BP"LDW4SV29LLU7;JONL>?M1[3>@[6G>6ZS%>[6(!V1JBTL5`,-*` M0'?$3@-Y096;2[C`,)7!!I0`P>]VL`+IM,9AK8D)@'S5807RDL1G,F9_$]8# M;:5:N.V%.Y0L5U*3>NS&#/3<6RF:]4/JH;R#66K`3>8Q4@!:[&.(AG(JM#'@@\6-$G9;4$I$<-,"-^VSO]$>TM98>[6R7,&EO-G+L$L/)WB:S=*U.28IS M\ZB5Y3@O*9LZ+.TZB#/&`*V"HFD0YP24;'W$?)XT[G*Z\';X`'TI!W,,5R]L>))T8%,CG,+K(CZF2J2 M^I(AR+LZOU(`-W(I;(1<@SXH<(O:X,H%F'#K"-;%O0N;"M(Q0J M](O#S;4`4DEV:"_4>_&*HWP:*F;`PR- M<=(Z[P\$%+!!#X(WIWAOB-061V!5=>B;#D6HG'>[)@*,`=V[D4SW->L#'(,= M!DQ%/V#J'1[43M`'JQTQ]>CEMV]^\/*EWMRV;%9#,%TJ_*07,TZ6WF3!R5W* M7:0@%G:5LC\IB5'4WWI@UEI3P3)(O,/S3?5^#`7*&X"[+JLD2C2A3`+:0JJI MHR7NGWIK+)_2K[H3$8,QMM^#1[@YP]0-4KGYLRCP#KH,QKH3HGVNDGGB,/#2 MQ%?,GQDJ:M(FJJ"`$:;%T`)K'J*CW6RVE@ M1H,LWP*P?^2$5,KALVYIEC'+))HIJ1\F/J+A;0C,WL`,#T8SLT+G'JD,=<^O M/_+>K1JV5NC0&56$=RE)870(>H6IE?=@!`68,P=*+@.MYRMJ6L[=.)K-D9RX MJTW[(Y?]$2PE"S-KP'1!B^ZSH$4>XJE9Z5/2I=HYH(R'U*(!-.J\BZH0I3L, M&%Q-LRK50L7]/."Z1Y8-B*L_`2,$&=&IJ($PW!EV=[E9.8(W1EB-EQ[P*G11G\9.#DB,\<7/V; M.!C/A1+?19BIRDEKFCU3F@']QX\QS'Q[7F*9.GHA.W M+WKOS^A\=/^\A[OYZ:Q'[=.9OZD1`6^\PH=[`,+;*DZ2L6MS* MH\G"'6Q,!LO\CHI;A[6]O$&AO7C`=&W9EY9/IWU`"++9C4YJ[>5+WNRT.Y?#?O='B#CO(5TY/`$_E!> MCA(7G$B44CB7MN)^41`GNT1OH!3C+&-_ACL`#Q0)JL%RFH@M>;Z*S MH;)QDP/Q[9OC3IUDZL_K,'!0YKE3A$6#S^?P0\_(%=,[\WQP*W5-4K\>\%'V MRG)2+(F][;EH*2-U:>!IBM,R*:W$<8,T-@((6>JP4\$R+6*O4M&4,_L+N'*?Z@`LPT`1B7VH@U46S_/6I)+BXDRF(&/ M*4&87Z6D1,3I[:P*.(&"O!'.(Q;IBB*RJD$P'UI@&<9;Y&RW%[ZZ@'YBQ]!.).]IR:F-DNMH^ M.-2V)68<7YY=_:;M!963"0O:<]`^M4*5^E@C5'X0_XA&E#*:+D'Z!^(M>.8H MYHF\M+RL-)-*TK;?K7R,5HV2BP1\3<%GW46E!_]L2[CU>87\+3U+OZM7\SN+KL M78T4J0];=`JT?=2HM?E46691L.U)=HU+=F:]YRE$]"$*M"%7#,NM1F+@?C-8 MM\H&O;:>KD:&:2KX85Y@\5+*6NZ0=BIR`;BB$O:S?5:&\3"AADV-9)PM8K*Z M4UE!`A97B*'%>4U@]C.P_]/CTDJHOL5H1YT7#.Y%O>1$\WN-D&P25346;6_H_*<,V'>B_-A##MR91LP@W, MPT9@?MS<2)YC2K#/W*>09W009,Q&WX67OGGR!.8**Z3]C.%+D"G:E^++:]RM M$&=<">+@G4OYC"E:M)]1FF:6LHJN@4`F&3,< M*0CNCEW/C5W:-H?%8O,WEE*+I'SMZ6^E%(XL!1)#]OU8^S6)@1H!!I\!*T%1TX#?2D8?E"F`]RP?T2O9SXUUN]!6.^4W= M]B=H5!>TBZ?I5U73LH3O?>9M=^6!I*4!C'$_^%5WQML#RE,`X\UEFCZJ%@!^^:;ID1T$/3 MPDPY680L1'-9!E$W1O M06CIDS+!],\K"%H8.URUW>\%[U>(AO!+M4BD8@ M:!.014;D_HEGV"WA;6 M$4-6P7R\B#/2F>CI0B\@W3_`K@5E$?CD)>QFVW5`?3%`1^38%J=MID+HH M!=LH3<$VMDG!-I92L(WE%&PCGX)M;)F"K?VB(]K&.VIG@[GH[F`F%N;\&)^\ MF@&\ZAL<^V47X&_./#:6,X^-]"`@J?_A9`(>!S%`#2-9T8HG<0&,3O!XT:L$8U%X&+*(3S$P+@Q MA^4`S5B>._4-?5PK>MW*T*EWOR?S!3[7]]3HZQ;1G,Y>T@:79@:UY[-G#.@3 M3'OI8#!]9&V@VX^P^C>-[T`C6QK=PA$C/ MW;L^A=&12M%/=1J?M<`%3^O=!2NV0WB<@!*W\'V?Q075ZXA[\!SH@(9P$MKH M^^=)@_3ZT4GC5$1Q,IE$6O!2VBA^@R1R>1\?)0R@0VZ)T(FT]X@#^Q<@%E\: MW?[51?^J]YI?J29?HA"[T(1>!D&!5ERUBLB?JJRDT-^9@JVGX-Q:6-H!^K]H M)6UHE.TWIMMU6A\HX2-\_.@7$H2(_8_!;SL[2(V/P]Y7N!F.^N>_`*6>>+ZQ M*;!GZ-CSTPV)RP'@R1#2K=J':IS@)VVKS<:I^K2MH8Y)V'Q@:1%P1NA@',-S_RXYD[#V@BPOP)*8HC*K37&C#-6W> M0=8&.3"5:KN#/TVIO_T"WBLT=2M#/AO@DB)`.P2).J21@NC(D8Z>8Q(L,-^7 MO7^HZ?FRI]Y<#T`1"TT@5;7W:^]J-%00>"Z)(+S/&+_8V$@UUP1P0`/15TN0 M5U=1\R0/P&?]#+HH4V4U6L4Z,)`=;:7)CX%F&!Y8V28F5*JK_?;)4:ZO?.(& M',PVGK@YP&M.;*FOA:0[*9^O+U/:PW20!1?YUB*:!>`PK`1S<4M+L2$AS(2V MWJ^+@]P&*CCKE?SV*65$0F,/BWF..SK&OF*L\\$E!F%%?Z0VQ4)UW`3E*SF9 M6GV`73;\]?T9TA?WKF@F821$C@]GPZ]0UL\`9H=F`!HU+LBHA(FZ.<+P!DS2 M6JUJ:1V1K=;<@4^T$3FPWA\90]Z-OM2[T3V]#0V3K=?QZN<"NGCN6C\"A<@((S9 M[A5YV!-IT1=\ZJ*G?(!Z2B,84L>H*)X^`E[&+[T='=9:K3Q/_RVGR+1\VOX4 MF?'=I\B,S:?(T#FZ6CM$EAX4,W*'S+*/_HXIH)U6S%YD];8X8,9\(8@UD)2? MTLQ,C*?JSU;@P>*?L)N,[,O>2CXJ8B&1^#S[GMHBB3&2S5%+`**(Z^!\M;>Y M&#VLNH*WB/WY\^(.5M,.KJ.@1*R493[I;JXE_M)`AV4#'3[=D#ES-[7%:=.1 M/FRW(?Q(%+XY?ZI='3RE]C7$N=.H MDYJCI7=Z3.JDU<@[G9FSXD@\<)_+:J(CZ19_1&Z@L[^6/K=&-C'W#R5(J/0A M1]WII#-]RP>/)U,67FB;&-DP.9HT$V;*QKK(@TA9!`2I] M^42%]^_[XH?_#TJ_Z"@9^8T(8F&+`9CNH'?RXPJ.,EX8TG;IKV%7&)'U) M>^D`IQK>^B%.8^T0YRI./I2Y1M'\0.XUE:9;7C6K@]MP=]ZT-G9P46J[VV1OYN13[Z3@:":#.LS5CWZD)U6 MG@;^TQ&ZS/L>:R!X5N8I^+1,_V8&-LSGX)3M^Z*B/J3)GQ?5)R55)1;(.JCM M4`^K^5;QRUL*X9[*EJ3MEMRW$NM\R,J8W^*Y$&.!QX98A>-G^UEG0^E?K`_Q M&>N^ORB8LK.3WN.&;?:6_TT(?4.I0]EMMJ^)NRL983J"SQ1FAT,YM*UN>:WG MB-?)Z)4[-YBSE+*S@SR0?0[;+AUW7,H/SR!-_<^JP"!SM%$$P:*EN;JAJMC8_5=OSF][0UOJF M%VIO?-.KC"-V8#;OH9\W_#D^3C=:Z@Q_W@P`IM7[Y3=K`]?_1@5C@;$W06#, M@[M*1UF2V7.#]_C%;Y1TMDU"MV(UNN MC:2%0RG#SVJU!_[[H_9?#;9[HF`2TYY:_MN(_/6ONG@KZ57ZF2S>E\E.^[+2 MZFRUZ24W;U"M_>-@J^__@_.[LFS3Z[1YFFUZ;7%^%YFLSLQ5>&H7($H/["+, M=M_E;FXXK*M/ZFX\-+M^5)>^+1;X7U[&ZMM08CEY^!D*M=FSW?S!7/XWH0J/ MYBYU!#5%OF'F9)8H^I!O!@V:9!V8A,PZ+"F:=6@E>=;A=7[D>I5,(NE:\SL\ M_=H\/6B9^%/'4>#?UAO3D7>FG]!F%$.UP5<+0/^8NE`(;=1- M4UU+8!.Y"/W8U(5BZ&#LX5]3%TJ@Y^/?+?O6U(42Z,@.3/HMAD.?U:3?Y,OQ9!_!CZ,"G_+X5I;`-I6Z+MW(')U MH03Z3F)JN:D+Q=`V,!923!=*H,=@;YA\*8'\W5J8]%L"Y[EX0M#4A6)H_#KE M0CJF+A1#8]Z82;_E5(@F@S8+L<$DP&==T"-E2P)?,6 MD#QHF;JP#;34T,7RS`G`J8`_IBZ40,=A@+!X*8%,?->DWQ*X>]<#)J-+(:2< MPOK%GV(H3]Y9<3`V=6$;Z%!#%\^#!*G8,NFW&.Y!.O`7>JL*A=`3L&6LZ-%4 MUW+8/UW+U(5BZ#"8HO)1UVU@(PU-$V^E$,>,.1!.>0#0Q;;W`CR@*:_+I1!PXA,OI1! M@CMS;ZIK&:QOS<%VU(4R:/K0BZD+Q=!@7,C8Y$LQ),CH:8F$AO=V&$31=P%2 MH1@Z""T90-*E$-+U M[RP'%[DN%$*#N>B&S!U MH1@ZF2\PF59=2V"!_/+65-="V%N8*BL,`E,7BJ%=\.#PIQ0J=)W0U(5BZ!#N M3/HMAH/13)*QJ:Y;P,X5;#$7>);SB)15UV)8\.'11"[::NA;#!H%OA]'8 MU(5MH&,-7;R"$.B/*#35M1AV8>&A7U-=2V!A>F4"#?^5*2N^-76A')J2::(M),T\#L'QIM]BN,*H5V,U82FNA;"!G,).L^6IBX40BNZ;4$U!@&S3A>V@`:O M2Q=*H0/'Y$L9I+^PJ!-P*>;;9=AM0?TM8!=>$IGJ6@+KN[9)O^5PUG<"%FOS MA<2@!OV6PUD,6(HQ)L"X#&ZQD&'+5-=BV%D@,5=(7;\'MJ03#-36T,4Q`@44 M?Q?N%+I8X*U"%P.[H>7/@,I\+8&-;-S"HTLQI"==RP%0OA;#!L$C2@2ZE$`N MY*-$B:`*Q=")?4NBAJ^%L'^`!Q*;]%L.!T)&7*H8'/_BB9JQ#/ M3#Z8?"F!Q.1PDR_%D-+";49374M@G;&%@1]=*(-.)H')EQ+(R$[PD#Q>BB&# M\?C1I-\R.`Y1Z4(Q=!+-K!CL<%THA([4EE*TQ9X2P$2W,AZ;NE`,;0?CT#+Y ML@7D6(%N@_56P9:,S0ZM.6A\4Q>*H:5U'WB3EJD+)=`N>]VZ4`SM^FZ$_K0N M%$/[UH+VPG2A&#KPX8_)EV)(T+E.(CU3%TJAY61LJFLY[,*+35THA_X3C$A= M*(6>).&CJ0LET)Z%W?!*PNHX"9/_7]J9=K>-6PWX<_0K,.Z'V+$V+W%BI=/& MB974,W:<-W9/,UW.E)8HB8U$ZI"49<^<_O?W`B2Q7.A>R&F.(U'$0Q``+[%0 MCY,L'_6:C2`]CEK])/^U5;V%2SJB;#9Y^ MJ/ZEJEZSP=)E-"I&T&O4[P%6SF-ZU1M/QHME#(N[^IUG9W&8VW.8NK)GTNV"^&(\R M$!Y#0?"8Q#"FJ5>6^RUZ>(!;IGKCR?B;G+]5;P2I82-3S1+I>6W*T%>I:-85 MJ4*B62PS!4A'96)8)#(%24MCXEE78F)9I##1K"LPA3A; M7PJQMKS$LT9="G!:7`IP6EOB.5=:8EE+66(Y1UAB2:0KL2R2E1C64948KA:5 M6,)H2MMAU>-2AM6*$L-X@A+#.GH2S;ER$L,Y:A+-^6(2S6(MB2$]*8EA+26) MH2PAB:$\'8EAD8S$D:Z*1).^B,2P6D/B&5="8EA+06(H)""%2*,?T226CQ@2 MJ4<,Z8E''(NU(YJUI2..,LH10WG"$<>ZNA%#>K)1D+54(YZU12.&1)H11V+) MB&&U8L0SC6#$48U>Q#">7!1@';6(82VQB*$\K8AF?:F(8[%2Q+!(**))7R>B M65Y9#D2+$D;8@Q'!(#V)(1P[B M.*P&,2P2@VC2UH("E"4%!4A'"6+86@BB"5<'XCA;!F(XI`)Q)!:!6-;2@#C. MEH`8SE*`6`H)0`SKZ3\TB^4?ED3J#\,ZXD^(,]I/B#32#T=BY8=A/>&'8['N MP[">[,.PGNK#L([HPW">YL.SMN03(!W%)\`Z@@_/NGH/QQJYAZ$\M8=G7;&' M9UVMAV==J8=A':4GP#E"#\-Z.@_-8IF'(VV5A^&0R,.0CL;#<$CB84BM\#", M%G@8QM%W6,Z1=S@2JSLTB\4=FO2U'89%T@Y#.LH.S=G"#D>YN@Y+(EF'99&J MP["UJ,,0GJ9#LUC2"9+I=Z!<`8R>PS"6G$-3KIK#<(Z8LXF#GWPA4:/EC(LU M@BK"EW(HTE5R>,H65$.2EE+#,EJH M82E'IV%)+=.0E*?2!$A+I*%)H]&0C"714(ROT-`D%FA($NDS-.?*,SQGU)DM MN8B.45^;(4E+FF$9KZ.@Q#(AF& M(ET5AJ=L$88G;0V&(XT$PU):@6$I+%)*EE%Y+P5!>2=$07BG(U%Y)R)!>*\A47BL2""\EY M>@M)6G(+R5AJ"\EX8@M)(JV%YERIA>)\I84DM=#"$:[.0I*6S$(R2&7A.2.R M4!S66$@.22PDYRDL-(D%%HJT]16:,?(*R7CJ"DVZX@K)>=I*@+2D%8ZTE162 M0\(*S6%=A22UK,(1C:I",XVH0A*>IL*2CJ1"DI:B0C*>H$*1OIY"DUA.(4FD MIE"<+Z90I*NE\)0MI?"DK:1PI!%2&,K14;;CML'2`.>(*#1G-!26B9X`T:.B M+:"PC-9/&$K+)S3CJB,_H(S6%YA"0] M=80FL3A"DIXV0I*>-$*2CC)"4IXPPI&V+L)RCBS"DHXJPI&N*$*31A,A&4\2 MX4A7$>%(5Q#A2%9"4HWCXE`:-X/$M M?MR8E2]X4*0K>/"4+7@PI!8\2,83/$@2"1XDAP4/'GQX,D@WM2]X!$A+\"!) M3_"@2%?PH"DC>)`,$CQH#@L>).D)'C2)!0^:-(('R5B"!\MHP8.DD.#!<$CP M($E'\"`I2_!@F<,`Y`L>-(D%#Y+T!`^:M`4/FC*"!\U@P8,D/<&#)"W!@V6T MX,%2CN#!DEKP("E/\`B0EN!!DT;P(!E+\*`87_"@22QXD"02/&C.%3QXS@@> M6W(1':.^X$&2EN#!,EKP8"E+\.`Y(WB0G"=X!$A+\*!)+'C0I"UXT)01/&C& M%CPHR@@>).$)'@'2$CQHT@@>).,)'A2)!0^6#`D$CQ( MTA$\2*H6/)AT(WAL`U6/]4A2"QXDX0D>).D('A3E"AXDY0@>%.4+'A2)!0^2 M\P0/DK0$#Y*Q!`^2\00/DD2"!\VY@@?%^8('26K!@R--&,$#Y+Q!`^:=`4/DO,$CP!I"1X<:0L> M)(<$#YK#@@=):L&#(QK!@V8:P8,D/,&#)1W!@R0MP8-D/,&#(GW!@R:QX$&2 M2/"@.%_PH$A7\.`I6_#@25OPX$@C>#"4(WALQVV#I0'.$3QHS@@>+!,]`:)' M15OP8!DM>#"4%CQHQA4\2`X)'EMRS(D]P2-`EEOG:0D>VY(TB`0/FK,%#Y)" M@@?).8('36'!@R21X$%QMN#!,I;@P7*.X$&2M>!!I;N"!TW9@@=)(<&#YK#@ MP9"6X$%3MN!!4I;@P3!(\"!)3_"@2"QX,!P2/$C2$3QXR@@>/&<$#YK#@@=) M>H('36+!@R0]P8,D/<&#)!W!@Z0\P8,C;<&#Y1S!@R4=P8,C7<&#)HW@03*> MX,&1KN#!D:[@P9&NX$&2CN#!4H[@09*>X$&16/"@.5OP("DD>)"<(WB0%!(\ M2$X+'B2A!0^2<`0/AG($#YK#@@=%8L&#XGS!@R21X$%RCN!!4;;@03.NX,%P M2/!@2"1XD&0M>)#IGN!!D5CP"'#IDT'ZU$;P(`E+\*`85_`@*4?P\"GX&E"0ZY>,R%F/1B1_B MD1C-8&DG7KUZ*7[_K_CGF_"!$^?`DY-C?6"=URK73K][U.\>]+J]`@9"R%_^ MIWC"^23+WMGJ.%VBPT/1/QR\/!X#`U4%`3^]%^(RB\9RA!`JGT+`N`T?HU+(2!0O>A4U?.@.ZJ<,@_[@ M.(8V/8&-BQ1"*REC<9G<0]@J?/\/R60<3\1?/UU\A4]")!.QNSL1/T+6L/+= MW=D4$%4EQE&YT][)=_;VQ`\_BO[>[S*W>%Y`\`L_G_=_&9[==L_/;C<P69=Y^W6]/]L2//XI/?[V\W-LJ+*>;0V@: M",MI=9%67AJPE*>7L;$2B[X%Y'\3_"ZV7S\[&_Q M&$Z;BH-7HG\T.'@U.#RVX@@=49T0"BE.1?]D<'0T.+(CZ>2T?2+VX?7PI(HC MV;+/DK24*ZHWJI7WGRUSV#'9W9EDV3_3G;TW&\)"_8'0NITEA5@G\[E81-]B M%8JJ(<0RSV#E7L"B*140CQ/H,6&2,B_;\I/$XH?1?%4D66KR$R]$-A&P+!49 M$'F3!\1FEJICBD<8EQ9=(2Y*.-^CN(M%&L=C:!\(K\=LE3MY5;2``D80_7F9 MC%9S&'8?13'/UD)J.$)\584%Y#[.'\4$5G9E'I5).A5EYF0&<^='68P%O,[' MXOCUR?G7X][!T1'4OIQE*UDIR&8&HW];W8;Q0[18SN4Y=J&TT`R%DQ_<>G&= MWV=IOJP63F9)V=T3T+J2@1*OX>2E;NI9=!\[F47IHX@GDWA4RJHD$^LZW"5I M!#6#W45L'N-BH(LH6TK?K1MS*NJ" M3=4I=_>:'"$GV`57:"QO8[@;O::P<_NO[NKE@;)CJ9*A#ZH[F^)^&L$8H_M] M=89)DD.TS>/R.5S77%T>.8@U<#7FV8F)S]>OO+YZ%H$#@GC`TKZ&*?><"O,/>)VG)#!H`<1F$`?:92)N,W M,@R;7"!^H6L:Q\4H3Y:PJJCBM9[R;!.$R>:`20)!F'Q'$";!(#SYOB"$)50B M'^L[0:AW;AN$^@`ST3Y5$^W7@Z/7FX/0',('X>K(=N`F:Z;5;YG!(ZP.)./TV[;V_OKH:?KIM MPLGL\:+3)&T(S)=>8%KX#PL!KT3P?')Q(_K6(2N@YUQ88+F.N5 MS6HH5I]@`%K(F=)H'A5%,H(1=!1!*ZFE4MWB16M?CD2]K[#,6F9Y*0EV.1_>O/]BU45]WM0F*D%5\0IF?!"<4,6C MD\'!R:86,;!I#^B!CU];[=$^A($"7H]5JWSM7,G*5O>2FABG==MD>36KWMQ2 MHRQ).[!N@ZDQS/ZJ=FMUG(9K5Z.IG-+*B;CXD,NE2M?7DM9E$^7L/LIRWNDW&^V8$!1"QE=CF*UE)%#J0=A<9S-N6V5(N150VZW@^[\CI<+I7 MY2Y@UIO#DF`.6=7E@$:_JQ<`NHCU33YH[9\55>Z0FL?S."J@::H6U]6`=@<^ MC\?)'0P_!R?'AQLJ5#5ONL(U$D^J4&N?J9'8ID*B)3Y'HZLH;8NKHJNW?\K- M]HU\JJ\_G2=3<;Z:PNX2RG";Q[!B^:C4T79+W,BO4<1%K>.UQ6WUO+T-$:I4 M63@)9'R>_=`6[Z*RA.;Y.RP-86_E((GWE:G?;G7.ZE\#@DS>K7(X5-PF"R#? MU[^YH`ZJ#"?8_)CE$RA:ELKGAC]GZ;3YT.K(3^+BXL))EO6##*1))=[E60$? MSFMEOZJ8_*:EJI?43@NHVD?E-;;%S[4M!X=G^XBMLU%]U0J54D_TMDBWS=_4TM`U#;U,.ABK[HSHI%:$T):I,IQM\I36=ZDK)XN3*(DE[=K*9GY+=R)WY/3UTU95=6G:@"'F[6]?)3M MM)/J8*O6:HE=V1*J8:'E(]D#-Y=FF<&M(@,!5GE09EC%)Y-D%)5)EJK+-\[4 M`Q6XV_<@XF06(^B0LKLR2E)3HZHRJM^J'_=\BDN(.Y[_ZA_0VK^>P/EE\U6I MLVP1+^&(P;-962X'O6I*VJH!EE"QF<_ZB>9ZF1/Y%C($SCX6_56\&] M&LW'\M;/Q1_'T(#YVWJ0ZUY_^?BGKO@7/0&X&M['8N;O\R%!\N+H?BW__> M](!7,A!9LEV>/Z^.?C?\5-CJ(1G5W"!SU93^0@4INO'\BGHIJ:HX$!#'%0S(C6SEX_' MJFAH=71MZT?3U^_M?=(.A[O`[+F*DODE#(3=-"N=!*NQ_+UR&6+MU4_.[7U9 M>G_X6[*T=LD7.>AVRP>;5%_AF*]EXF@L_XGLS"[,&OK*(HW7U9%OQTF>+X3^ M5FI?;CV@DE@[I_9YK?UPD\"(_8AQNX[6;O6:C^Q=XVRDFQ3MK@N2>;R:OI2% ME[U,NQP.-YQ8ILR3N%@DH]G&1'0-4>I"3OKE<]\X[]2-B]I!4E:SHY2Z.2;> J:>N$A^DGU_C?Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 9:10:18 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86E0C15015 for ; Sat, 4 Sep 1999 09:10:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA69242; Sat, 4 Sep 1999 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.123.99]) by hub.freebsd.org (Postfix) with ESMTP id AFD8C14D94 for ; Sat, 4 Sep 1999 09:08:37 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id AAA14084; Sun, 5 Sep 1999 00:08:29 +0800 (CST) (envelope-from ijliao) Message-Id: <199909041608.AAA14084@Terry.Dorm10.NCTU.edu.tw> Date: Sun, 5 Sep 1999 00:08:29 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13573: update mrtg to 2.8.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13573 >Category: ports >Synopsis: update mrtg to 2.8.8 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 4 09:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Fri Aug 27 04:47:45 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update mrtg to 2.8.8 >How-To-Repeat: >Fix: diff -ruN /usr/ports/net/mrtg/Makefile mrtg/Makefile --- /usr/ports/net/mrtg/Makefile Wed Sep 1 01:54:05 1999 +++ mrtg/Makefile Sat Sep 4 23:49:17 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/net/mrtg/Makefile,v 1.16 1999/08/31 06:48:56 mharo Exp $ # -DISTNAME= mrtg-2.8.6 +DISTNAME= mrtg-2.8.8 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/pub/ diff -ruN /usr/ports/net/mrtg/files/md5 mrtg/files/md5 --- /usr/ports/net/mrtg/files/md5 Thu Jul 29 11:26:40 1999 +++ mrtg/files/md5 Sat Sep 4 23:54:33 1999 @@ -1 +1 @@ -MD5 (mrtg-2.8.6.tar.gz) = 20502d376a3851f8a31294d21aaa410d +MD5 (mrtg-2.8.8.tar.gz) = 0610929a8c480cce570f810f52f5c194 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 10: 1: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D779C14E57 for ; Sat, 4 Sep 1999 10:01:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72297; Sat, 4 Sep 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from Terry.Dorm10.NCTU.edu.tw (Terry.Dorm10.NCTU.edu.tw [140.113.123.99]) by hub.freebsd.org (Postfix) with ESMTP id DD0A914EC0 for ; Sat, 4 Sep 1999 09:51:02 -0700 (PDT) (envelope-from ijliao@Terry.Dorm10.NCTU.edu.tw) Received: (from ijliao@localhost) by Terry.Dorm10.NCTU.edu.tw (8.9.3/8.9.3) id AAA21987; Sun, 5 Sep 1999 00:50:53 +0800 (CST) (envelope-from ijliao) Message-Id: <199909041650.AAA21987@Terry.Dorm10.NCTU.edu.tw> Date: Sun, 5 Sep 1999 00:50:53 +0800 (CST) From: Ying-Chieh Liao Reply-To: ijliao@Terry.Dorm10.NCTU.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13574: update ports gd to 1.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13574 >Category: ports >Synopsis: update ports gd to 1.6.3 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 4 10:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Fri Aug 27 04:47:45 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: update gd to 1.6.3 >How-To-Repeat: >Fix: diff -ruN /usr/ports/graphics/gd/Makefile gd/Makefile --- /usr/ports/graphics/gd/Makefile Thu Aug 26 16:38:23 1999 +++ gd/Makefile Sun Sep 5 00:43:48 1999 @@ -6,7 +6,7 @@ # $FreeBSD: ports/graphics/gd/Makefile,v 1.11 1999/08/25 06:13:55 obrien Exp $ # -DISTNAME= gd-1.6.2 +DISTNAME= gd-1.6.3 CATEGORIES= graphics MASTER_SITES= http://www.boutell.com/gd/http/ \ ftp://ftp.boutell.com/pub/boutell/gd/ diff -ruN /usr/ports/graphics/gd/files/md5 gd/files/md5 --- /usr/ports/graphics/gd/files/md5 Mon Aug 2 01:25:08 1999 +++ gd/files/md5 Sun Sep 5 00:43:51 1999 @@ -1 +1 @@ -MD5 (gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9 +MD5 (gd-1.6.3.tar.gz) = 519bfbb55e3b315dd3d5a37ab56c2d84 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 10:29:49 1999 Delivered-To: freebsd-ports@freebsd.org Received: from field.videotron.net (field.videotron.net [205.151.222.108]) by hub.freebsd.org (Postfix) with ESMTP id 27F4D14BE3; Sat, 4 Sep 1999 10:29:42 -0700 (PDT) (envelope-from luc_m@videotron.ca) Received: from videotron.ca ([207.96.216.241]) by field.videotron.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with ESMTP id <0FHJ00FP5PWK4L@field.videotron.net>; Sat, 4 Sep 1999 13:29:09 -0400 (EDT) Date: Sat, 04 Sep 1999 11:50:11 -0400 From: Luc Morin Subject: problems with pidentd-2.8.5 To: torstenb@FreeBSD.ORG Cc: ports@FreeBSD.org Message-id: <37D13FB3.499BA7FB@videotron.ca> MIME-version: 1.0 X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-STABLE i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Accept-Language: en Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I had pidentd-2.8.5 installed on my 3.2-stable (cvsup last week) for a while now, and it was working fine. I rebuilt the port on september 3rd, and now it doesn't work anymore. I found that if I try to run identd as user kmem:kmem in inetd.conf, it won't work though that's how it used to work before I rebuilt the port. Now I have to run it as root:wheel in order for it to run properly. I noticed that there were some changes in the past few months in the CVS registry, so I'm wondering if there could be anything broken. Or maybe it's just that the user identd needs to run as has changed. Thank you for your time. -- Luc Morin Electrical Engineering Technologist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 11:50:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 7E49215242; Sat, 4 Sep 1999 11:50:12 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id 9095B764; Sat, 4 Sep 1999 11:49:46 -0700 (PDT) Date: Sat, 4 Sep 1999 11:49:46 -0700 From: Chris Piazza To: Luc Morin Cc: torstenb@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: problems with pidentd-2.8.5 Message-ID: <19990904114946.C5261@norn.ca.eu.org> References: <37D13FB3.499BA7FB@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <37D13FB3.499BA7FB@videotron.ca> X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Sep 04, 1999 at 11:50:11AM -0400, Luc Morin wrote: > Hi, > > I had pidentd-2.8.5 installed on my 3.2-stable (cvsup last week) for a > while now, and it was working fine. I rebuilt the port on september 3rd, > and now it doesn't work anymore. > > I found that if I try to run identd as user kmem:kmem in inetd.conf, it > won't work though that's how it used to work before I rebuilt the port. > Now I have to run it as root:wheel in order for it to run properly. That's right. Brian Feldman backported some changes from -current that simplify getting user credentials from a socket. This is one side effect. 1.33.2.2 Sun Aug 29 13:15:39 1999 UTC by green Branch: RELENG_3 The new pidentd now runs as root. -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "One should forgive one's enemies, but not before they are hanged." --Heinrich Heine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 11:50:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5250F15174 for ; Sat, 4 Sep 1999 11:50:33 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78124; Sat, 4 Sep 1999 11:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B4F1314E50; Sat, 4 Sep 1999 11:44:35 -0700 (PDT) Message-Id: <19990904184435.B4F1314E50@hub.freebsd.org> Date: Sat, 4 Sep 1999 11:44:35 -0700 (PDT) From: spam@sporty.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13576: display dies when switching from x11 to console back to x11 using i128 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13576 >Category: ports >Synopsis: display dies when switching from x11 to console back to x11 using i128 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 4 11:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: sporty >Release: 3.2 Release >Organization: sporty.org >Environment: FreeBSD ying.sporty.org 3.2-STABLE FreeBSD 3.2-STABLE #18: Sat Aug 21 23:53:02 EDT 1999 root@ying.sporty.org/usr/src/sys/compile/ying i386 >Description: As the subject says, using a number nine revolution 3d card and the XF86_I128 server, switch back to console after say, 15 minutes of running (alt F-). Switch back to X and the screen freezes though the computer is not dead. I can login from remote and still use the machine. The version of the server is 3.3.4 of July 13, 1999 >How-To-Repeat: Read the full description. >Fix: Don't go back to the console after you are in X. If you do, kill the XF86_I128 server and restart to get back into X11 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 12:30:47 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46D251570C; Sat, 4 Sep 1999 12:30:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA80467; Sat, 4 Sep 1999 12:30:37 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 12:30:37 -0700 (PDT) From: Message-Id: <199909041930.MAA80467@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13537: update x11/eterm from v0.8.8 to v0.8.9 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update x11/eterm from v0.8.8 to v0.8.9 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 12:30:29 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 12:35:31 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC79F156F9; Sat, 4 Sep 1999 12:35:30 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81480; Sat, 4 Sep 1999 12:34:58 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 12:34:58 -0700 (PDT) From: Message-Id: <199909041934.MAA81480@freefall.freebsd.org> To: naddy@unix-ag.uni-kl.de, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13543: New port: editors/elvis Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: editors/elvis State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 12:34:48 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 12:43: 1 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8D47152AC; Sat, 4 Sep 1999 12:42:59 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82551; Sat, 4 Sep 1999 12:42:51 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 12:42:51 -0700 (PDT) From: Message-Id: <199909041942.MAA82551@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13527: Update port: audio/libcdaudio to 0.99.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/libcdaudio to 0.99.1 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 12:42:45 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 12:45:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E8971524F; Sat, 4 Sep 1999 12:45:10 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82782; Sat, 4 Sep 1999 12:44:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 12:44:44 -0700 (PDT) From: Message-Id: <199909041944.MAA82782@freefall.freebsd.org> To: jedgar@fxp.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13559: Update port: p5-IRC to 0.61 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: p5-IRC to 0.61 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 12:44:38 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 12:48: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A58EF156B2; Sat, 4 Sep 1999 12:47:53 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83071; Sat, 4 Sep 1999 12:46:58 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 12:46:58 -0700 (PDT) From: Message-Id: <199909041946.MAA83071@freefall.freebsd.org> To: tkato@prontomail.ne.jp, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13564: Update port: archiver/lzo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: archiver/lzo State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 12:46:43 PDT 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 12:53:55 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17247152AC; Sat, 4 Sep 1999 12:53:50 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83599; Sat, 4 Sep 1999 12:52:39 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 12:52:39 -0700 (PDT) From: Message-Id: <199909041952.MAA83599@freefall.freebsd.org> To: desmo@bandwidth.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13561: ircd-hybrid port update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ircd-hybrid port update State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 12:52:28 PDT 1999 State-Changed-Why: Committed ,thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 12:55: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15E7715C19; Sat, 4 Sep 1999 12:54:54 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83923; Sat, 4 Sep 1999 12:54:44 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 12:54:44 -0700 (PDT) From: Message-Id: <199909041954.MAA83923@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13086: update port graphics/fly to 1.6.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port graphics/fly to 1.6.5 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 12:54:02 PDT 1999 State-Changed-Why: Superseded by PR 13500 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13: 8:23 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FB8B150A8; Sat, 4 Sep 1999 13:08:16 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85151; Sat, 4 Sep 1999 13:07:26 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 13:07:26 -0700 (PDT) From: Message-Id: <199909042007.NAA85151@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13500: [third] update graphics/fly from v1.6.4 to v1.6.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [third] update graphics/fly from v1.6.4 to v1.6.5 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 13:07:15 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13: 8:43 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B9FD156E4; Sat, 4 Sep 1999 13:08:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85266; Sat, 4 Sep 1999 13:08:11 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 13:08:11 -0700 (PDT) From: Message-Id: <199909042008.NAA85266@freefall.freebsd.org> To: mi@aldan.algebra.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13480: acroread4 binary installed non-stripped Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: acroread4 binary installed non-stripped State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 13:08:04 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13:13:27 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97B4414CB1; Sat, 4 Sep 1999 13:13:25 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85667; Sat, 4 Sep 1999 13:12:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 13:12:45 -0700 (PDT) From: Message-Id: <199909042012.NAA85667@freefall.freebsd.org> To: jhs@freebsd.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13472: diff to apply for ports/mail/metamail/Makefile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: diff to apply for ports/mail/metamail/Makefile State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 13:12:37 PDT 1999 State-Changed-Why: committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13:15:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F1DE158BF; Sat, 4 Sep 1999 13:15:32 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85985; Sat, 4 Sep 1999 13:15:29 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 13:15:29 -0700 (PDT) From: Message-Id: <199909042015.NAA85985@freefall.freebsd.org> To: ijliao@Terry.Dorm10.NCTU.edu.tw, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13574: update ports gd to 1.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update ports gd to 1.6.3 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 13:15:00 PDT 1999 State-Changed-Why: Same as PR 13455 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13:19:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F80714CF3; Sat, 4 Sep 1999 13:19:19 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86149; Sat, 4 Sep 1999 13:18:06 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 13:18:06 -0700 (PDT) From: Message-Id: <199909042018.NAA86149@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, fenner@FreeBSD.org Subject: Re: ports/13447: fix for portlint warnings/errors in mbone/imm port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix for portlint warnings/errors in mbone/imm port Responsible-Changed-From-To: freebsd-ports->fenner Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Sep 4 13:17:58 PDT 1999 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13:22:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 223B11526C; Sat, 4 Sep 1999 13:22:43 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA86493; Sat, 4 Sep 1999 13:22:38 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 13:22:38 -0700 (PDT) From: Message-Id: <199909042022.NAA86493@freefall.freebsd.org> To: c9710216@atlas.newcastle.edu.au, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13572: Update port: emulators/xmame to 0.36b3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: emulators/xmame to 0.36b3.1 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 13:22:29 PDT 1999 State-Changed-Why: Committed, thanks ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13:30:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8836815D75 for ; Sat, 4 Sep 1999 13:30:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87265; Sat, 4 Sep 1999 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gelemna.ft-wayne.in.us (fw5-12.fwi.com [209.84.173.208]) by hub.freebsd.org (Postfix) with ESMTP id AAA2E15241 for ; Sat, 4 Sep 1999 13:25:38 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id PAA65719; Sat, 4 Sep 1999 15:25:08 -0500 (EST) (envelope-from croyle) Message-Id: <199909042025.PAA65719@gelemna.ft-wayne.in.us> Date: Sat, 4 Sep 1999 15:25:08 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13578: Update devel/astyle to 1.11.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13578 >Category: ports >Synopsis: Update devel/astyle to 1.11.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 Sep 4 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: These diffs update the devel/astyle port to use the latest distfile. >How-To-Repeat: >Fix: Apply this patch: diff -ruN astyle.old/Makefile astyle/Makefile --- astyle.old/Makefile Wed Aug 25 00:47:22 1999 +++ astyle/Makefile Sat Sep 4 15:07:01 1999 @@ -1,13 +1,13 @@ # New ports collection makefile for: astyle -# Version required: 1.10.4 +# Version required: 1.11.1 # Date created: 31 Jan 1999 # Whom: Don Croyle # # $FreeBSD: ports/devel/astyle/Makefile,v 1.4 1999/08/25 05:47:22 obrien Exp $ # -DISTNAME= astyle_1.10.4_src -PKGNAME= astyle-1.10.4 +DISTNAME= astyle_1.11.1_src +PKGNAME= astyle-1.11.1 CATEGORIES= devel textproc MASTER_SITES= http://gene.md.huji.ac.il/~tald/astyle/stable/src/ \ http://www.infonex.com/~dacroyle/freebsd/ @@ -15,7 +15,7 @@ MAINTAINER= croyle@gelemna.ft-wayne.in.us -WRKSRC= ${WRKDIR}/astyle_1.10.4 +WRKSRC= ${WRKDIR}/astyle_1.11.1 post-extract: perl -pi -e 's/\r//' ${WRKSRC}/* diff -ruN astyle.old/files/md5 astyle/files/md5 --- astyle.old/files/md5 Sat Jul 31 19:43:46 1999 +++ astyle/files/md5 Sat Sep 4 15:05:18 1999 @@ -1 +1 @@ -MD5 (astyle_1.10.4_src.tgz) = f1a8d5e16975a8062308b818bd4c5bd2 +MD5 (astyle_1.11.1_src.tgz) = cae93ae3b5d82c15ae4def967ba79079 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 13:46:53 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0737F15856; Sat, 4 Sep 1999 13:46:42 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88472; Sat, 4 Sep 1999 13:45:45 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 13:45:45 -0700 (PDT) From: Message-Id: <199909042045.NAA88472@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13578: Update devel/astyle to 1.11.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update devel/astyle to 1.11.1 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 13:45:37 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 14:40:41 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 14FB815208 for ; Sat, 4 Sep 1999 14:40:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA91440; Sat, 4 Sep 1999 14:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Sep 1999 14:40:02 -0700 (PDT) Message-Id: <199909042140.OAA91440@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Brett Taylor Subject: Re: ports/13576: display dies when switching from x11 to console back to x11 using i128 Reply-To: Brett Taylor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13576; it has been noted by GNATS. From: Brett Taylor To: spam@sporty.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/13576: display dies when switching from x11 to console back to x11 using i128 Date: Sat, 4 Sep 1999 17:39:12 -0400 (EDT) Hi, On Sat, 4 Sep 1999 spam@sporty.org wrote: > >Description: As the subject says, using a number nine revolution 3d > card and the XF86_I128 server, switch back to console after say, 15 > minutes of running (alt F-). Switch back to X and the > screen freezes though the computer is not dead. I can login from > remote and still use the machine. > > The version of the server is 3.3.4 of July 13, 1999 First - this isn't a FreeBSD problem. Second, I haven't experienced this at all and I've been using a I128 for a long time. It used to happen to me on an old version of X but hasn't since 3.3.1 or so. Brett ***************************************************** Brett Taylor brett@peloton.runet.edu * Dept of Chem and Physics * Curie 39A (540) 831-6147 * ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 16: 0:44 1999 Delivered-To: freebsd-ports@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 29B7E14E32 for ; Sat, 4 Sep 1999 16:00:35 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.1) with ESMTP id QAA13419 for ; Sat, 4 Sep 1999 16:00:34 -0700 (PDT) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id QAA16490 for ports@freebsd.org; Sat, 4 Sep 1999 16:00:34 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sat, 04 Sep 1999 16:00:33 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: ports@freebsd.org Subject: Handling distfiles in multiple subdirs on master site: how? Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm trying to make a new port and have run into something I don't know how to do. The master site has a funky system of cgi scripts (I guess) that constructs tarballs of arbitrary subtrees on the fly. I need to get several distfiles from various subdirectories on the same master site. Ideally, I'd like to be able to do something like this (just an example): MASTER_SITES= http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/ DISTFILES= libs/set.tgz \ m3config.tgz \ graphics/gr-libs/ui DIST_SUBDIR= pm3-1.1.13 But having subdirectories in the DISTFILES list isn't working. Here's what happens when I have just "libs/set.tgz" in DISTFILES: =============================================================================== vashon# make >> libs/set.tgz doesn't seem to exist on this system. >> Attempting to fetch from http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/. Receiving set.tgz: 7 Kbytes 7546 bytes transferred in 1.1 seconds (6.41 Kbytes/s) ===> Extracting for pm3-set-1.1.13 cannot open pm3-1.1.13/libs/set.tgz: no such file *** Error code 2 =============================================================================== The fetching worked. It put the tarball into "/usr/ports/distfiles/pm3-1.1.13/set.tgz" which is acceptable even though it omitted the "libs" subdirectory. But then the extract step looked for the tarball in the wrong place. I've come up with one idea so far: set FETCH_CMD to reference a shell script that will preserve the subdirectories when fetching the distfiles (e.g., "/usr/ports/distfiles/pm3-1.1.13/libs/set.tgz" in the example above). Is there a better way to do what I want to do? John --- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 16:30:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D9E51515F for ; Sat, 4 Sep 1999 16:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96014; Sat, 4 Sep 1999 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Sep 1999 16:30:02 -0700 (PDT) Message-Id: <199909042330.QAA96014@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: RE: ports/13574: update ports gd to 1.6.3 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13574; it has been noted by GNATS. From: Will Andrews To: Ying-Chieh Liao Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: RE: ports/13574: update ports gd to 1.6.3 Date: Sat, 04 Sep 1999 19:25:51 -0400 (EDT) On 04-Sep-99 Ying-Chieh Liao wrote: > update gd to 1.6.3 > >>Fix: > > diff -ruN /usr/ports/graphics/gd/Makefile gd/Makefile > --- /usr/ports/graphics/gd/Makefile Thu Aug 26 16:38:23 1999 > +++ gd/Makefile Sun Sep 5 00:43:48 1999 > @@ -6,7 +6,7 @@ > # $FreeBSD: ports/graphics/gd/Makefile,v 1.11 1999/08/25 06:13:55 obrien Exp > $ > # > > -DISTNAME= gd-1.6.2 > +DISTNAME= gd-1.6.3 > CATEGORIES= graphics > MASTER_SITES= http://www.boutell.com/gd/http/ \ > ftp://ftp.boutell.com/pub/boutell/gd/ > diff -ruN /usr/ports/graphics/gd/files/md5 gd/files/md5 > --- /usr/ports/graphics/gd/files/md5 Mon Aug 2 01:25:08 1999 > +++ gd/files/md5 Sun Sep 5 00:43:51 1999 > @@ -1 +1 @@ > -MD5 (gd-1.6.2.tar.gz) = 4c4e248ea99d1ad7b8578f6bce6c5aa9 > +MD5 (gd-1.6.3.tar.gz) = 519bfbb55e3b315dd3d5a37ab56c2d84 > >>Release-Note: >>Audit-Trail: >>Unformatted: This is the same thing as ports/13455, same patch, same everything. Whoever commits this, close ports/13455 at the same time, please. Thanks. -- Will Andrews To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 16:37: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7957157FF; Sat, 4 Sep 1999 16:37:05 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96564; Sat, 4 Sep 1999 16:36:59 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sat, 4 Sep 1999 16:36:59 -0700 (PDT) From: Message-Id: <199909042336.QAA96564@freefall.freebsd.org> To: andrews@technologist.com, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13455: update graphics/gd from 1.6.2 to 1.6.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update graphics/gd from 1.6.2 to 1.6.3 State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sat Sep 4 16:32:44 PDT 1999 State-Changed-Why: Committed in rev1.12 of ports/graphics/gd/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 16:54:35 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 583FA15232; Sat, 4 Sep 1999 16:54:34 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98343; Sat, 4 Sep 1999 16:54:31 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 16:54:31 -0700 (PDT) From: Message-Id: <199909042354.QAA98343@freefall.freebsd.org> To: spam@sporty.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13576: display dies when switching from x11 to console back to x11 using i128 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: display dies when switching from x11 to console back to x11 using i128 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 16:53:57 PDT 1999 State-Changed-Why: Please contact the XFree86 project (http://www.xfree86.org) for help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 16:56: 5 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 169D8152D6; Sat, 4 Sep 1999 16:56:04 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98569; Sat, 4 Sep 1999 16:55:36 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sat, 4 Sep 1999 16:55:36 -0700 (PDT) From: Message-Id: <199909042355.QAA98569@freefall.freebsd.org> To: nakaji@tutrp.tut.ac.jp, billf@FreeBSD.org, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/12752: Update for math/gnuplot+ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update for math/gnuplot+ State-Changed-From-To: feedback->open State-Changed-By: billf State-Changed-When: Sat Sep 4 16:55:09 PDT 1999 State-Changed-Why: There has been recent discussion on gnuplot+ Responsible-Changed-From-To: billf->freebsd-ports Responsible-Changed-By: billf Responsible-Changed-When: Sat Sep 4 16:55:09 PDT 1999 Responsible-Changed-Why: I don't want to deal with this anymore, quite frankly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 17:38:37 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail14.prontomail.com (prontomail14.prontomail.com [209.185.149.114]) by hub.freebsd.org (Postfix) with ESMTP id 37B5415356 for ; Sat, 4 Sep 1999 17:38:29 -0700 (PDT) (envelope-from tkato@prontomail.ne.jp) Received: from tkato (209.185.149.234) by mail14.prontomail.com (NPlex 2.0.123); Sat, 4 Sep 1999 17:34:33 -0700 From: "KATO Tsuguru" Message-Id: <199909041733366@tkato.prontomail.ne.jp> Date: Sun, 5 Sep 1999 09:38:12 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: ports@FreeBSD.org Subject: Re: Re: ports/13566: Update port: japanese/gawk to 3.0.4+mb1.12 X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oh sorry, I have made mistake. Please append following line into Makefile. --- MAN1= gawk.1 igawk.1 --- -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 17:41:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail14.prontomail.com (prontomail14.prontomail.com [209.185.149.114]) by hub.freebsd.org (Postfix) with ESMTP id 383F61535E for ; Sat, 4 Sep 1999 17:41:53 -0700 (PDT) (envelope-from tkato@prontomail.ne.jp) Received: from tkato (209.185.149.234) by mail14.prontomail.com (NPlex 2.0.123); Sat, 4 Sep 1999 17:37:06 -0700 From: "KATO Tsuguru" Message-Id: <199909041736086@tkato.prontomail.ne.jp> Date: Sun, 5 Sep 1999 09:40:47 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: ports@FreeBSD.org Subject: Re: Re: ports/13567: Update port: japanese/sed to 3.02+mb1.08 X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Very sorry, I have made mistake again. Please append forrowing line into Makefile. --- MAN1= sed.1 --- -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 18: 0:34 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1B87150A7 for ; Sat, 4 Sep 1999 18:00:32 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA02344; Sat, 4 Sep 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from saturn.psn.net (saturn.psn.net [207.211.58.15]) by hub.freebsd.org (Postfix) with ESMTP id 9A7A714F63 for ; Sat, 4 Sep 1999 17:55:33 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (5042-243.008.popsite.net [209.224.140.243]) by saturn.psn.net (8.9.3/8.9.3) with ESMTP id RAA09312 for ; Sat, 4 Sep 1999 17:59:54 -0700 (MST) Received: (from will@localhost) by shadow.blackdawn.com (8.9.3/8.9.3) id UAA03071; Sat, 4 Sep 1999 20:55:20 -0400 (EDT) (envelope-from will) Message-Id: <199909050055.UAA03071@shadow.blackdawn.com> Date: Sat, 4 Sep 1999 20:55:20 -0400 (EDT) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13580: update irc/scrollz MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13580 >Category: ports >Synopsis: update irc/scrollz MASTER_SITES >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 Sep 4 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.3-RC i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.3-RC FreeBSD 3.3-RC #0: Sat Sep 4 18:06:06 EDT 1999 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: ScrollZ's mirrors are not very consistent, so i'm adding a few backups here in addition to what appears to be the latest and greatest one right now. (the current port is broken because of the wrong directory specified at this time..) >How-To-Repeat: Apply the following diff to the current scrollz port. >Fix: diff -urN scrollz/Makefile scrollz.new/Makefile --- scrollz/Makefile Thu Aug 26 00:23:30 1999 +++ scrollz.new/Makefile Sat Sep 4 20:50:25 1999 @@ -9,7 +9,10 @@ DISTNAME= ScrollZ-1.8i5-FreeBSD-3.2 PKGNAME= scrollz-1.8i5 CATEGORIES= irc -MASTER_SITES= ftp://ftp.scrollz.net/ScrollZ/ +MASTER_SITES= ftp://ftp.scrollz.net/pub/ScrollZ/ \ + ftp://scrollz.unixpower.com/ScrollZ \ + http://white.hole.org/Bins/ \ + ftp://ftp.enlighte.nu/pub/ScrollZ/Bins/ EXTRACT_SUFX= .bz2 MAINTAINER= andrews@technologist.com >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 18:14:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C9FF15898; Sat, 4 Sep 1999 18:14:18 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA02968; Sat, 4 Sep 1999 18:13:58 -0700 (PDT) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Sep 1999 18:13:58 -0700 (PDT) From: Message-Id: <199909050113.SAA02968@freefall.freebsd.org> To: andrews@technologist.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13580: update irc/scrollz MASTER_SITES Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update irc/scrollz MASTER_SITES State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Sep 4 18:13:50 PDT 1999 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 18:44: 8 1999 Delivered-To: freebsd-ports@freebsd.org Received: from nyct.net (bsd1.nyct.net [204.141.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 461C41574A; Sat, 4 Sep 1999 18:44:05 -0700 (PDT) (envelope-from sporty@sporty.org) Received: from localhost (sporty@localhost) by nyct.net (8.8.8/8.8.7) with ESMTP id VAA04877; Sat, 4 Sep 1999 21:43:21 -0400 (EDT) (envelope-from sporty@sporty.org) X-Authentication-Warning: bsd1.nyct.net: sporty owned process doing -bs Date: Sat, 4 Sep 1999 21:43:21 -0400 (EDT) From: Spencer Portee X-Sender: sporty@bsd1.nyct.net To: cpiazza@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/13576: display dies when switching from x11 to console back to x11 using i128 In-Reply-To: <199909042354.QAA98343@freefall.freebsd.org> 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 um, this isn't an X11 only problem. linux doesn't show this symptom. On Sat, 4 Sep 1999 cpiazza@FreeBSD.org wrote: > Synopsis: display dies when switching from x11 to console back to x11 using i128 > > State-Changed-From-To: open->closed > State-Changed-By: cpiazza > State-Changed-When: Sat Sep 4 16:53:57 PDT 1999 > State-Changed-Why: > Please contact the XFree86 project (http://www.xfree86.org) for > help. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 18:47:14 1999 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 4E87414EAC; Sat, 4 Sep 1999 18:47:12 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1002) id DD7707C6; Sat, 4 Sep 1999 18:47:04 -0700 (PDT) Date: Sat, 4 Sep 1999 18:47:04 -0700 From: Chris Piazza To: Spencer Portee Cc: cpiazza@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/13576: display dies when switching from x11 to console back to x11 using i128 Message-ID: <19990904184704.A51020@norn.ca.eu.org> References: <199909042354.QAA98343@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: X-Operating-System: FreeBSD 4.0-CURRENT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Sep 04, 1999 at 09:43:21PM -0400, Spencer Portee wrote: > um, this isn't an X11 only problem. linux doesn't show this symptom. OK, but it's still not a freebsd ports problem. Ask questions@freebsd.org or look around xfree86.org -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "One should forgive one's enemies, but not before they are hanged." --Heinrich Heine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 18:50:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1EE501572E for ; Sat, 4 Sep 1999 18:50:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA04597; Sat, 4 Sep 1999 18:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Sep 1999 18:50:01 -0700 (PDT) Message-Id: <199909050150.SAA04597@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Spencer Portee Subject: Re: ports/13576: display dies when switching from x11 to console back to x11 using i128 Reply-To: Spencer Portee Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13576; it has been noted by GNATS. From: Spencer Portee To: Brett Taylor Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/13576: display dies when switching from x11 to console back to x11 using i128 Date: Sat, 4 Sep 1999 21:42:48 -0400 (EDT) it seems to be as on a linux system this won't happen for the same version of X on linux. Are you too, using a revolution 3d? > First - this isn't a FreeBSD problem. Second, I haven't experienced this > at all and I've been using a I128 for a long time. It used to happen to > me on an old version of X but hasn't since 3.3.1 or so. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 19:42:45 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 450FF14EB5 for ; Sat, 4 Sep 1999 19:42:43 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 4676F4CE15; Sat, 4 Sep 1999 22:40:37 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id WAA22688; Sat, 4 Sep 1999 22:40:36 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id TAA23475; Sat, 4 Sep 1999 19:40:35 -0700 (PDT) Message-Id: <199909050240.TAA23475@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: jdp@polstra.com Subject: Re: Handling distfiles in multiple subdirs on master site: how? Cc: ports@freebsd.org Date: Sat, 4 Sep 1999 19:40:35 -0700 Versions: dmail (solaris) 2.2d/makemail 2.8u Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The canonical way to do this is kind of ugly: MASTER_SITES= http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/ \ http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/libs \ http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/graphics/gr-libs DISTFILES= set.tgz m3config.tgz ui especially since it causes a bunch of errors to occur before actually fetching the right files. I've been thinking for a while about modifying bsd.port.mk to allow something like MASTER_SITES_1= http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/ DISTFILES_1= m3config.tgz MASTER_SITES_2= http://m3.polymtl.ca/m3htbin/download/m3/pkg/pm3-1.1.13/libs DISTFILES_2= set.tgz but it felt like it was getting really hokey really quickly. (I was actually thinking about it in the context of fetching different files from different sets of sites, e.g. like the current xli port does) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 20: 9:46 1999 Delivered-To: freebsd-ports@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id 62C471500A for ; Sat, 4 Sep 1999 20:09:43 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18414.on.bellglobal.com [206.172.130.94]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id XAA07135; Sat, 4 Sep 1999 23:11:22 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id XAA04265; Sat, 4 Sep 1999 23:09:23 -0400 (EDT) (envelope-from tim) Date: Sat, 4 Sep 1999 23:09:22 -0400 From: Tim Vanderhoek To: Bill Fenner Cc: ports@freebsd.org Subject: Re: Handling distfiles in multiple subdirs on master site: how? Message-ID: <19990904230922.A4157@mad> References: <199909050240.TAA23475@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199909050240.TAA23475@windsor.research.att.com>; from Bill Fenner on Sat, Sep 04, 1999 at 07:40:35PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Sep 04, 1999 at 07:40:35PM -0700, Bill Fenner wrote: > [Re: handling multiple different distfiles from different master sites] > > (I was actually thinking about it in the context of fetching different > files from different sets of sites, e.g. like the current xli port does) Writing mk code for your suggestion (MASTER_SITES_1, DISTFILES_1) probably wouldn't be that hard (says I offhand...). Another idea is to encode as a matching expression the appropriate relavent distfiles into the MASTER_SITES variable. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Sep 4 23:15: 3 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bento.freebsd.org (bento.FreeBSD.ORG [204.216.27.23]) by hub.freebsd.org (Postfix) with ESMTP id B05E515087 for ; Sat, 4 Sep 1999 23:14:57 -0700 (PDT) (envelope-from root@bento.freebsd.org) Received: (from root@localhost) by bento.freebsd.org (8.9.3/8.9.1) id EAA47351 for ports@freebsd.org; Sat, 4 Sep 1999 04:19:00 -0700 (PDT) (envelope-from root) Date: Sat, 4 Sep 1999 04:19:00 -0700 (PDT) From: "Root freefall.FreeBSD.ORG" Message-Id: <199909041119.EAA47351@bento.freebsd.org> Subject: bento package building logs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Called with arguments: 3 Started at Sat Sep 4 04:19:00 PDT 1999 ================================================ running cvsup ================================================ ================================================ running cvs update on /usr/ports ================================================ M INDEX M Mk/bsd.port.mk U audio/splay/Makefile U databases/mysql322-server/Makefile U databases/mysql322-server/patches/patch-ah U databases/mysql322-server/patches/patch-ao U devel/insight/Makefile U devel/insight/files/i386freebsd.h U devel/insight/files/kcorelow.c U devel/insight/files/kvm-fbsd.c U devel/insight/files/md5 U devel/insight/files/tm-fbsd.h U devel/insight/patches/patch-aa U devel/insight/patches/patch-ab U devel/insight/patches/patch-ac U devel/insight/patches/patch-ad U devel/insight/patches/patch-ae U devel/insight/patches/patch-ba U devel/insight/patches/patch-bb U devel/insight/patches/patch-bc U devel/insight/pkg/COMMENT U devel/insight/pkg/DESCR U devel/insight/pkg/PLIST U editors/vim5/Makefile U ftp/wu-ftpd/Makefile U ftp/wu-ftpd/files/md5 M japanese/emacs20-dl-canna/Makefile M japanese/emacs20-dl-wnn6/Makefile U korean/Makefile U korean/baekmukfonts-bdf/Makefile U korean/baekmukfonts-bdf/files/md5 U korean/baekmukfonts-bdf/pkg/COMMENT U korean/baekmukfonts-bdf/pkg/DESCR U korean/baekmukfonts-bdf/pkg/MESSAGE U korean/baekmukfonts-bdf/pkg/PLIST U korean/baekmukfonts-bdf/pkg/REQ U korean/ftghostscript5/Makefile cvs update: warning: korean/ftghostscript5/files/Fontmap.addition is not (any longer) pertinent cvs update: warning: korean/ftghostscript5/files/Munhwa-Regular-KSC-EUC-H.gsf is not (any longer) pertinent cvs update: warning: korean/ftghostscript5/files/MunhwaGothic-Regular-KSC-EUC-H.gsf is not (any longer) pertinent U korean/ftghostscript5/files/md5 U korean/ftghostscript5/patches/patch-aa U korean/ftghostscript5/patches/patch-ab U korean/ftghostscript5/patches/patch-ac U korean/ftghostscript5/patches/patch-ba U korean/ftghostscript5/pkg/DESCR U korean/ftghostscript5/pkg/PLIST cvs update: warning: korean/ftghostscript5/scripts/configure is not (any longer) pertinent cvs update: warning: korean/ftghostscript5/scripts/configure.batch is not (any longer) pertinent U korean/hanterm/Makefile U korean/hanterm/files/md5 U korean/hanterm-xf86/Makefile U korean/hanterm-xf86/files/md5 U korean/hanterm-xf86/pkg/DESCR U korean/hlatex-wansungstd/Makefile U korean/hlatex-wansungstd/files/md5 U korean/hlatex-wansungstd/pkg/COMMENT U korean/hlatex-wansungstd/pkg/DESCR U korean/hlatex-wansungstd/pkg/PLIST U korean/hlatexfonts-ocf/Makefile U korean/hlatexfonts-ocf/files/md5 U korean/hlatexfonts-ocf/pkg/COMMENT U korean/hlatexfonts-ocf/pkg/DESCR U korean/hlatexfonts-ocf/pkg/PLIST cvs update: warning: korean/hlatexpsfonts/Makefile is not (any longer) pertinent cvs update: warning: korean/hlatexpsfonts/files/Fontmap.unformatted is not (any longer) pertinent cvs update: warning: korean/hlatexpsfonts/pkg/COMMENT is not (any longer) pertinent cvs update: warning: korean/hlatexpsfonts/pkg/DESCR is not (any longer) pertinent cvs update: warning: korean/hlatexpsfonts/pkg/MESSAGE is not (any longer) pertinent cvs update: warning: korean/hlatexpsfonts/pkg/PLIST is not (any longer) pertinent cvs update: warning: korean/hlatexpsfonts/scripts/configure is not (any longer) pertinent U korean/hlatexpsfonts-wansungstd/Makefile U korean/hlatexpsfonts-wansungstd/files/md5 U korean/hlatexpsfonts-wansungstd/pkg/COMMENT U korean/hlatexpsfonts-wansungstd/pkg/DESCR U korean/hlatexpsfonts-wansungstd/pkg/PLIST U korean/mizifont/Makefile U korean/munhwafonts-cid/Makefile U korean/munhwafonts-cid/files/Munhwa-Regular-KSC-EUC-H.gsf U korean/munhwafonts-cid/files/MunhwaGothic-Regular-KSC-EUC-H.gsf U korean/munhwafonts-cid/files/md5 U korean/munhwafonts-cid/pkg/COMMENT U korean/munhwafonts-cid/pkg/DESCR U korean/munhwafonts-cid/pkg/PLIST U korean/nhppf/Makefile U korean/nhppf/files/md5 U korean/nhppf/patches/patch-aa U korean/nhppf/pkg/COMMENT U korean/nhppf/pkg/DESCR U korean/nhppf/pkg/PLIST U mail/xfmail/Makefile U mail/xfmail/files/md5 U mail/xfmail/pkg/DESCR U textproc/Makefile cvs update: warning: textproc/sar/Makefile is not (any longer) pertinent cvs update: warning: textproc/sar/files/md5 is not (any longer) pertinent cvs update: warning: textproc/sar/patches/patch-aa is not (any longer) pertinent cvs update: warning: textproc/sar/pkg/COMMENT is not (any longer) pertinent cvs update: warning: textproc/sar/pkg/DESCR is not (any longer) pertinent cvs update: warning: textproc/sar/pkg/PLIST is not (any longer) pertinent U textproc/sarep/Makefile U textproc/sarep/files/md5 U textproc/sarep/pkg/COMMENT U textproc/sarep/pkg/DESCR U textproc/sarep/pkg/PLIST U www/apache13/Makefile U www/apache13/files/FreeBSD.layout U www/apache13/files/md5 U www/apache13/patches/patch-aa U www/apache13/patches/patch-ab cvs update: warning: www/apache13/patches/patch-ac is not (any longer) pertinent U www/apache13/patches/patch-ag U www/apache13/patches/patch-ak U www/apache13/patches/patch-al U www/apache13/pkg/PLIST U www/wcol/patches/patch-aa ? x11/XFree86/input ? x11/XFree86/makepackage ================================================ running make checksubdirs ================================================ ===> archivers ===> astro ===> audio ===> benchmarks ===> biology ===> cad ===> chinese ===> comms ===> converters ===> databases ===> deskutils ===> devel Warning: directory insight not in SUBDIR ===> editors ===> emulators ===> ftp ===> games ===> german ===> graphics ===> irc ===> japanese ===> java ===> korean Warning: directory baekmukfonts-bdf not in SUBDIR Warning: directory hlatexpsfonts not in SUBDIR Warning: directory baekmuk-bdf in SUBDIR does not exist ===> lang ===> mail ===> math ===> mbone ===> misc ===> net ===> news ===> palm ===> print ===> russian ===> security ===> shells ===> sysutils ===> textproc ===> vietnamese ===> www ===> x11 ===> x11-clocks ===> x11-fm ===> x11-fonts ===> x11-servers ===> x11-toolkits ===> x11-wm ================================================ running cvs update on /usr/opt/doc ================================================ U Makefile U en_US.ISO_8859-1/Makefile U en_US.ISO_8859-1/articles/Makefile U en_US.ISO_8859-1/articles/committers-guide/Makefile U en_US.ISO_8859-1/articles/committers-guide/article.sgml U en_US.ISO_8859-1/articles/diskless-x/Makefile U en_US.ISO_8859-1/articles/fonts/Makefile U en_US.ISO_8859-1/articles/formatting-media/Makefile U en_US.ISO_8859-1/articles/mh/Makefile U en_US.ISO_8859-1/articles/multi-os/Makefile U en_US.ISO_8859-1/articles/new-users/Makefile U en_US.ISO_8859-1/articles/programming-tools/Makefile U en_US.ISO_8859-1/books/Makefile U en_US.ISO_8859-1/books/faq/Makefile U en_US.ISO_8859-1/books/faq/book.sgml U en_US.ISO_8859-1/books/fdp-primer/Makefile U en_US.ISO_8859-1/books/fdp-primer/book.sgml U en_US.ISO_8859-1/books/fdp-primer/chapters.ent U en_US.ISO_8859-1/books/fdp-primer/sgml-markup/chapter.sgml U en_US.ISO_8859-1/books/fdp-primer/sgml-primer/chapter.sgml U en_US.ISO_8859-1/books/fdp-primer/structure/chapter.sgml U en_US.ISO_8859-1/books/fdp-primer/stylesheets/chapter.sgml cvs update: warning: en_US.ISO_8859-1/books/fdp-primer/the-faq/chapter.sgml is not (any longer) pertinent cvs update: warning: en_US.ISO_8859-1/books/fdp-primer/the-handbook/chapter.sgml is not (any longer) pertinent U en_US.ISO_8859-1/books/fdp-primer/tools/chapter.sgml U en_US.ISO_8859-1/books/fdp-primer/writing-style/chapter.sgml U en_US.ISO_8859-1/books/handbook/Makefile U en_US.ISO_8859-1/books/handbook/backups/chapter.sgml U es_ES.ISO_8859-1/Makefile U es_ES.ISO_8859-1/books/Makefile U es_ES.ISO_8859-1/books/faq/Makefile U ja_JP.eucJP/Makefile U ja_JP.eucJP/books/Makefile U ja_JP.eucJP/books/faq/Makefile U ja_JP.eucJP/books/handbook/Makefile U ja_JP.eucJP/man/Makefile U ru_RU.KOI8-R/Makefile U ru_RU.KOI8-R/books/Makefile U ru_RU.KOI8-R/books/faq/Makefile U share/mk/doc.docbook.mk U share/mk/doc.install.mk U share/mk/doc.project.mk U share/mk/doc.subdir.mk U share/sgml/catalog U share/sgml/freebsd.dsl U share/sgml/man-refs.ent U zh_TW.Big5/Makefile U zh_TW.Big5/books/Makefile U zh_TW.Big5/books/faq/Makefile ================================================ generating duds ================================================ duds generation started at Sat Sep 4 05:05:48 PDT 1999 duds generation ended at Sat Sep 4 05:11:48 PDT 1999 175 items in duds duds diff: ================================================ generating index ================================================ index generation started at Sat Sep 4 05:11:48 PDT 1999 ================================================ setting up nodes ================================================ setting up of node82 started at Sat Sep 4 05:12:37 PDT 1999 setting up of node83 started at Sat Sep 4 05:12:39 PDT 1999 setting up of node84 started at Sat Sep 4 05:12:41 PDT 1999 setting up of node85 started at Sat Sep 4 05:12:43 PDT 1999 setting up of node86 started at Sat Sep 4 05:12:45 PDT 1999 setting up of node87 started at Sat Sep 4 05:12:48 PDT 1999 setting up of node88 started at Sat Sep 4 05:12:50 PDT 1999 setting up of node89 started at Sat Sep 4 05:12:52 PDT 1999 copying bindist to node82 ================================================ creating restricted list ================================================ restricted list generation started at Sat Sep 4 05:12:54 PDT 1999 copying bindist to node83 ================================================ creating cdrom list ================================================ cdrom list generation started at Sat Sep 4 05:12:56 PDT 1999 copying bindist to node84 copying bindist to node85 copying bindist to node87 copying bindist to node86 copying bindist to node88 copying bindist to node89 Generating INDEX - please wait.. Done. index generation ended at Sat Sep 4 05:24:51 PDT 1999 2601 lines in INDEX setting up of node89 ended at Sat Sep 4 05:31:25 PDT 1999 setting up of node82 ended at Sat Sep 4 05:31:31 PDT 1999 setting up of node83 ended at Sat Sep 4 05:31:36 PDT 1999 setting up of node84 ended at Sat Sep 4 05:31:37 PDT 1999 setting up of node85 ended at Sat Sep 4 05:31:39 PDT 1999 setting up of node86 ended at Sat Sep 4 05:31:41 PDT 1999 setting up of node87 ended at Sat Sep 4 05:31:42 PDT 1999 setting up of node88 ended at Sat Sep 4 05:31:42 PDT 1999 restricted list generation ended at Sat Sep 4 05:33:27 PDT 1999 cdrom list generation ended at Sat Sep 4 05:33:27 PDT 1999 62 ports in /a/asami/portbuild/3/cdrom.sh 104 ports in /a/asami/portbuild/3/restricted.sh all preparation ended at Sat Sep 4 05:33:28 PDT 1999 ================================================ building packages (phase 1) ================================================ started at Sat Sep 4 05:33:46 PDT 1999 ended at Sat Sep 4 20:17:05 PDT 1999 2224 packages built 1269 MB of packages 1643 MB of distfiles The following port(s) timed out: ptimeout: killing ssh -a node85 /a/asami/portbuild/scripts/portbuild 3 dylan-2.2.0.tgz /usr/ports/lang/dylan gmake-3.77.tgz (pid 73917) since timeout of 14400 expired at Sat Sep 4 11:17:15 1999 ================================================ building packages (phase 2) ================================================ started at Sat Sep 4 20:17:56 PDT 1999 ended at Sat Sep 4 22:59:42 PDT 1999 chopindex: deleting XFree86-3.3.5 Motif-2.1.10 2249 packages built 2249 lines in INDEX 1290 MB of packages 1663 MB of distfiles The following port(s) didn't build the first time around: Scilab-2.3.1 dylan-2.2.0 fwf-4.0 ja-dvi2ps-2.0 ja-magicpoint-1.05a ja-mule-canna+sj3+wnn4-2.3 ja-mule-canna+sj3-2.3 ja-mule-canna+wnn4-2.3 ja-mule-canna-2.3 ja-mule-wnn4-2.3 ja-vfghostscript-2.6.2 ja-vfghostscript-5.50 ja-vflib-2.24.1 ja-vfxdvi118-17 ja-vfxdvi240-17 ja-vfxdvi300-17 ja-vfxdvi360-17 ja-vfxdvi400-17 ja-vfxdvi600-17 ja-vfxdvik-22.05b ja-word-0.98 pfe-0.9.9 replay-0.61 ================================================ new failures ================================================ ja-handbook-3 ja-jpilot-0.93.1 ja-vfghostscript-5.10 ko-baekmukfonts-bdf-0.9.1 ko-hanterm-3.1.3 ldapsdk-1998.12.31 lsof-4.45 ================================================ old packages ================================================ apache-1.3.6 ja-handbook-3 ja-jpilot-0.93.1 ja-vfghostscript-5.10 ko-hanterm-3.1.2 ko-hanterm-xf-16 ko-hlatexpsfonts-0.95 ko-nhppf-1.2 ldapsdk-1998.12.31 lsof-4.45 perldap-1_2_2 sar-0.2 tcplist-2.2 xfmail-1.3 ================================================ old failures ================================================ ko-ftghostscript-5.10 nologin-1.0 replay-0.61 ================================================ new packages ================================================ apache-1.3.9 dylan-2.2.0 ko-HLaTeX-wansungstd-0.98 ko-HLaTeXpsfonts-wansungstd-0.98 ko-ghostscript-ft-5.10 ko-hanterm-xf-17 ko-hlatexfonts-ocf-1.0 ko-munhwafonts-cid-1.0 ko-nh2ps-2.3.1 ko-nhppf-2.1 nologin-1.0 replay-0.61 sarep-0.5 vim-lite-5.3 xfmail-1.3.1 ================================================ archiving /usr/ports ================================================ ================================================ all done at Sat Sep 4 23:14:00 PDT 1999 ================================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message