Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 1997 02:20:06 -0800 (PST)
From:      Gennady Sorokopud <gena@NetVision.net.il>
To:        freebsd-ports
Subject:   Re: ports/3129: new port of xforms toolkit
Message-ID:  <199703281020.CAA02095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/3129; it has been noted by GNATS.

From: Gennady Sorokopud <gena@NetVision.net.il>
To: (Satoshi Asami) <asami@vader.cs.berkeley.edu>
Cc: FreeBSD-gnats-submit@freefall.FreeBSD.org
Subject: Re: ports/3129: new port of xforms toolkit
Date: Fri, 28 Mar 1997 13:12:25 +0300 (IDT)

 Hi!
 On 28-Mar-97 Satoshi Asami wrote:
 > * begin 644 xforms.tar.gz
 >
 >Please submit upgrades as recursive unified or context diffs.
 Ohh, i'm sorry, here it goes.
 >
 >Satoshi
 ---------------------------CUT HERE----------------------------------
 
 diff -rc xforms/Makefile xforms-0.86/Makefile
 *** xforms/Makefile     Sun Feb 23 14:07:29 1997
 --- xforms-0.86/Makefile        Fri Mar 28 10:04:35 1997
 ***************
 *** 1,15 ****
   # New ports collection makefile for:  xforms
 ! # Version required:   0.81
 ! # Date created:               29 June 1996
   # Whom:                       gena
   #
 ! # $Id: Makefile,v 1.9 1997/02/23 12:07:29 jkh Exp $
   #
   
 ! DISTNAME=     bxform-081
 ! PKGNAME=      xforms-0.81
   CATEGORIES=   graphics x11
 ! MASTER_SITES= ftp://laue.phys.uwm.edu/pub/xforms/freeBSD/
   EXTRACT_SUFX= .tgz
   
   MAINTAINER=   gena@NetVision.net.il
 --- 1,15 ----
   # New ports collection makefile for:  xforms
 ! # Version required:   0.86
 ! # Date created:               28 March 1997
   # Whom:                       gena
   #
 ! # $Id: $
   #
   
 ! DISTNAME=     bxform-086
 ! PKGNAME=      xforms-0.86
   CATEGORIES=   graphics x11
 ! MASTER_SITES= ftp://einstein.phys.uwm.edu/pub/xforms/freeBSD/
   EXTRACT_SUFX= .tgz
   
   MAINTAINER=   gena@NetVision.net.il
 diff -rc xforms/files/md5 xforms-0.86/files/md5
 *** xforms/files/md5    Sun Feb 23 14:07:31 1997
 --- xforms-0.86/files/md5       Fri Mar 28 10:04:47 1997
 ***************
 *** 1 ****
 ! MD5 (bxform-081.tgz) = 9a0470e82a1df11fa7ad28f203ce67f4
 --- 1 ----
 ! MD5 (bxform-086.tgz) = 593ad5371f903740ebcc49fafee31dd3
 diff -rc xforms/patches/patch-aa xforms-0.86/patches/patch-aa
 *** xforms/patches/patch-aa     Sun Feb 23 14:07:33 1997
 --- xforms-0.86/patches/patch-aa        Fri Mar 28 10:13:01 1997
 ***************
 *** 1,5 ****
 ! *** Makefile.orig     Sun Mar 17 17:05:38 1996
 ! --- Makefile  Sun Mar 17 17:06:39 1996
   ***************
   *** 16,27 ****
     SHELL=/bin/sh
 --- 1,5 ----
 ! *** Makefile.orig     Fri Mar 28 10:07:06 1997
 ! --- Makefile  Fri Mar 28 10:08:36 1997
   ***************
   *** 16,27 ****
     SHELL=/bin/sh
 ***************
 *** 27,46 ****
   ! 
   ! link:
   !     -@mv FORMS/libforms.a FORMS/$(FORMLIB);
 ! !     -@mv FORMS/libforms.so.0.81 FORMS/$(SHARED_LIB)
   ! 
   ! demo: link
         @(cd DEMOS; make) 
     
     install:
   ***************
 ! *** 41,46 ****
 ! --- 47,55 ----
         @if [ ! -f $(MAN5_DIR)/forms.5 ]; then\
               ln -s $(MAN5_DIR)/xforms.5 $(MAN5_DIR)/forms.5;\
             fi
   +     (cd  DEMOS; make $@)
 - + 
   + 
     clean:
         (cd  DEMOS; make $@)
 --- 27,45 ----
   ! 
   ! link:
   !     -@mv FORMS/libforms.a FORMS/$(FORMLIB);
 ! !     -@mv FORMS/libforms.so.0.86 FORMS/$(SHARED_LIB)
   ! 
   ! demo: link
         @(cd DEMOS; make) 
     
     install:
   ***************
 ! *** 43,48 ****
 ! --- 49,56 ----
         @if [ ! -f $(MAN5_DIR)/forms.5 ]; then\
               ln -s $(MAN5_DIR)/xforms.5 $(MAN5_DIR)/forms.5;\
             fi
   +     (cd  DEMOS; make $@)
   + 
     clean:
         (cd  DEMOS; make $@)
 diff -rc xforms/patches/patch-ab xforms-0.86/patches/patch-ab
 *** xforms/patches/patch-ab     Sun Feb 23 14:07:34 1997
 --- xforms-0.86/patches/patch-ab        Fri Mar 28 10:35:45 1997
 ***************
 *** 1,7 ****
 ! *** mkconfig.h.orig   Fri Jun 28 21:29:57 1996
 ! --- mkconfig.h        Wed Jul 10 14:27:24 1996
   ***************
 ! *** 2,9 ****
     #  FreeBSD/NetBSD
     #
     CC=cc
 --- 1,7 ----
 ! *** mkconfig.h.orig   Sun Mar 23 03:30:47 1997
 ! --- mkconfig.h        Fri Mar 28 10:34:55 1997
   ***************
 ! *** 2,12 ****
     #  FreeBSD/NetBSD
     #
     CC=cc
 ***************
 *** 9,30 ****
   ! LDFLAG=-O -s
     AR=ar r
     RANLIB=ranlib
 !   XINCLUDE=
 ! --- 2,9 ----
     #  FreeBSD/NetBSD
     #
     CC=cc
 ! ! CCFLAG=-O2 -I/usr/X11R6/include
   ! LDFLAG=
     AR=ar r
     RANLIB=ranlib
 !   XINCLUDE=
 ! ***************
 ! *** 14,37 ****
 !   LIB_DIR=/usr/X11R6/lib
 !   LIBMODE=644
     
 ! ! HEADER_DIR=/usr/X11R6/include
     HEADERMODE=644
     
   ! BIN_DIR=/usr/local/bin
 --- 9,33 ----
   ! LDFLAG=-O -s
     AR=ar r
     RANLIB=ranlib
 ! ! XINCLUDE=-I/usr/X11R6/lib
 !   SYSLIB=-lXpm -L/usr/X11R6/lib -lX11 -lm
 !   
 !   # where the library should be installed
 ! --- 2,12 ----
     #  FreeBSD/NetBSD
     #
     CC=cc
 ! ! CCFLAG=-O2
   ! LDFLAG=
     AR=ar r
     RANLIB=ranlib
 ! ! XINCLUDE=-I/usr/X11R6/include
 !   SYSLIB=-lXpm -L/usr/X11R6/lib -lX11 -lm
     
 !   # where the library should be installed
 ! ***************
 ! *** 17,37 ****
 !   HEADER_DIR=/usr/X11R6/include
     HEADERMODE=644
     
   ! BIN_DIR=/usr/local/bin
 ***************
 *** 39,73 ****
     FORMHEADER=forms.h
     
     # make shared lib: $(MKSHLIB) 
 ! ! SHARED_LIB=libforms.so.0.81
   ! SHARED_NAME=libforms.so
   ! MKSHLIB=ld -Bshareable -o $(SHARED_LIB) -Bforcearchive libforms.a\
            ../xpm-3.4g/lib/libXpm.a
     
     LN=ln -fs
 ! --- 14,40 ----
 !   LIB_DIR=/usr/X11R6/lib
 !   LIBMODE=644
 !   
 ! ! HEADER_DIR=/usr/X11R6/include/X11
     HEADERMODE=644
     
   ! BIN_DIR=/usr/X11R6/bin
     BINMODE=711
     
 - ! DEMO_DIR=/usr/X11R6/lib/X11/xforms
 - ! DEMOMODE=711
 - ! 
   ! MAN5_DIR=/usr/X11R6/man/man5
   ! MAN1_DIR=/usr/X11R6/man/man1
     DOC_DIR=/usr/local/lib
     MANMODE=644
     # name and header of the library
   ! FORMLIB=libxforms.a
     FORMHEADER=forms.h
     
     # make shared lib: $(MKSHLIB) 
 ! ! SHARED_LIB=libxforms.so.0.81
   ! SHARED_NAME=libxforms.so
   ! MKSHLIB=ld -Bshareable -o $(SHARED_LIB) -Bforcearchive libxforms.a\
            ../xpm-3.4g/lib/libXpm.a
 --- 42,75 ----
     FORMHEADER=forms.h
     
     # make shared lib: $(MKSHLIB) 
 ! ! SHARED_LIB=libforms.so.0.86
   ! SHARED_NAME=libforms.so
   ! MKSHLIB=ld -Bshareable -o $(SHARED_LIB) -Bforcearchive libforms.a\
            ../xpm-3.4g/lib/libXpm.a
     
     LN=ln -fs
 ! --- 17,42 ----
 !   HEADER_DIR=/usr/X11R6/include
     HEADERMODE=644
     
   ! BIN_DIR=/usr/X11R6/bin
     BINMODE=711
     
   ! MAN5_DIR=/usr/X11R6/man/man5
   ! MAN1_DIR=/usr/X11R6/man/man1
     DOC_DIR=/usr/local/lib
     MANMODE=644
 + + 
 + + # demos directory
 + + DEMO_DIR=/usr/X11R6/lib/X11/xforms
 + + DEMOMODE=644
 + + 
     # name and header of the library
   ! FORMLIB=libxforms.a
     FORMHEADER=forms.h
     
     # make shared lib: $(MKSHLIB) 
 ! ! SHARED_LIB=libxforms.so.0.86
   ! SHARED_NAME=libxforms.so
   ! MKSHLIB=ld -Bshareable -o $(SHARED_LIB) -Bforcearchive libxforms.a\
            ../xpm-3.4g/lib/libXpm.a
 diff -rc xforms/patches/patch-ac xforms-0.86/patches/patch-ac
 *** xforms/patches/patch-ac     Sun Feb 23 14:07:35 1997
 --- xforms-0.86/patches/patch-ac        Wed Mar 12 10:50:57 1997
 ***************
 *** 1,18 ****
 ! *** DEMOS/Makefile.orig       Sun Mar 17 02:53:49 1996
 ! --- DEMOS/Makefile    Sun Mar 17 17:12:33 1996
   ***************
 ! *** 5,11 ****
     
     CC=cc
 !   CCFLAG=-O
   ! LDFLAG=-O -s 
     SYSLIB=-lX11 -lm
     
     SHELL=/bin/sh
 ! --- 5,11 ----
     
     CC=cc
 !   CCFLAG=-O
   ! LDFLAG=
     SYSLIB=-lX11 -lm
     
 --- 1,20 ----
 ! *** DEMOS/Makefile.orig       Wed Mar 12 10:50:07 1997
 ! --- DEMOS/Makefile    Wed Mar 12 10:45:23 1997
   ***************
 ! *** 4,11 ****
 !   #
     
     CC=cc
 ! ! CCFLAG=-O
   ! LDFLAG=-O -s 
     SYSLIB=-lX11 -lm
     
     SHELL=/bin/sh
 ! --- 4,11 ----
 !   #
     
     CC=cc
 ! ! CCFLAG=-O2
   ! LDFLAG=
     SYSLIB=-lX11 -lm
     
 ***************
 *** 20,44 ****
   ***************
   *** 18,25 ****
     
 !   CFLAGS=$(CCFLAG) -I../FORMS $(XINCLUDE)
     LDFLAGS = $(LDFLAG) 
   ! LIBS=-L../FORMS -lforms $(SYSLIB)
 ! ! GLLIBS=-L../FORMS -lforms -lGL $(SYSLIB)
     
     
     #
   --- 18,25 ----
     
 !   CFLAGS=$(CCFLAG) -I../FORMS $(XINCLUDE)
     LDFLAGS = $(LDFLAG) 
   ! LIBS=-L../FORMS -lxforms $(SYSLIB)
 ! ! GLLIBS=-L../FORMS -lxforms -lGL $(SYSLIB)
     
     
     #
   ***************
 ! *** 76,78 ****
 ! --- 76,83 ----
                fi;\
             fi
     
 --- 22,46 ----
   ***************
   *** 18,25 ****
     
 !   CFLAGS=$(CCFLAG) -I../FORMS $(XINCLUDE) -Ifd
     LDFLAGS = $(LDFLAG) 
   ! LIBS=-L../FORMS -lforms $(SYSLIB)
 ! ! GLLIBS=-L../FORMS -lforms -lGL -lXext $(SYSLIB)
     
     
     #
   --- 18,25 ----
     
 !   CFLAGS=$(CCFLAG) -I../FORMS $(XINCLUDE) -Ifd
     LDFLAGS = $(LDFLAG) 
   ! LIBS=-L../FORMS -lxforms $(SYSLIB)
 ! ! GLLIBS=-L../FORMS -lxforms -lGL -lXext $(SYSLIB)
     
     
     #
   ***************
 ! *** 79,81 ****
 ! --- 79,86 ----
                fi;\
             fi
     
 Only in xforms/patches: patch-ad
 diff -rc xforms/pkg/DESCR xforms-0.86/pkg/DESCR
 *** xforms/pkg/DESCR    Fri Jul 12 14:39:20 1996
 --- xforms-0.86/pkg/DESCR       Fri Mar 28 10:46:15 1997
 ***************
 *** 1,14 ****
   This is the binary distribution of XForms, a graphical user interface
   toolkit for X Window Systems. It should work under X11 R4, R5 & R6.
   
 ! Documentation on XForms is available from laue.phys.uwm.edu /pub/xforms
   via anonymous ftp.
   
   The entire XForms distribution is also accessible via
 ! http://laue.phys.uwm.edu/xforms OR http://www.uwm.edu/~zhao 
   
   There is also a mailing list for XForms. Send an empty message
 ! to  xforms-request@cs.ruu.nl with one of the following headers
   
     subscribe (your_name) Your_EmailAddress
     unsubscribe (your_name) Your_EmailAddress
 --- 1,14 ----
   This is the binary distribution of XForms, a graphical user interface
   toolkit for X Window Systems. It should work under X11 R4, R5 & R6.
   
 ! Documentation on XForms is available from einstein.phys.uwm.edu /pub/xforms
   via anonymous ftp.
   
   The entire XForms distribution is also accessible via
 ! http://bragg.phys.uwm.edu/xforms
   
   There is also a mailing list for XForms. Send an empty message
 ! to  xforms-request@bob.usuf2.usuhs.mil with one of the following headers
   
     subscribe (your_name) Your_EmailAddress
     unsubscribe (your_name) Your_EmailAddress
 ***************
 *** 16,21 ****
   to get on and off the list.
   
   To use the mailing list, send your message to
 !   xforms@cs.ruu.nl
   Remember your message will be sent to many people. Please DO NOT
   send subscribe/unsubscribe messages to the list.
 --- 16,21 ----
   to get on and off the list.
   
   To use the mailing list, send your message to
 !    xforms@bob.usuf2.usuhs.mil
   Remember your message will be sent to many people. Please DO NOT
   send subscribe/unsubscribe messages to the list.
 diff -rc xforms/pkg/PLIST xforms-0.86/pkg/PLIST
 *** xforms/pkg/PLIST    Sun Feb 23 14:14:43 1997
 --- xforms-0.86/pkg/PLIST       Fri Mar 28 10:43:03 1997
 ***************
 *** 1,6 ****
   bin/fdesign
   lib/libxforms.a
 ! lib/libxforms.so.0.81
   @exec ldconfig -m %B
   @exec ranlib %D/lib/libxforms.a
   include/X11/forms.h
 --- 1,6 ----
   bin/fdesign
   lib/libxforms.a
 ! lib/libxforms.so.0.86
   @exec ldconfig -m %B
   @exec ranlib %D/lib/libxforms.a
   include/X11/forms.h
 ***************
 *** 12,17 ****
 --- 12,18 ----
   lib/X11/xforms/browserall
   lib/X11/xforms/browserop
   lib/X11/xforms/buttonall
 + lib/X11/xforms/butttypes
   lib/X11/xforms/canvas
   lib/X11/xforms/chartall
   lib/X11/xforms/chartstrip
 ***************
 *** 29,44 ****
 --- 30,49 ----
   lib/X11/xforms/demo33
   lib/X11/xforms/fbrowse
   lib/X11/xforms/fbrowse1
 + lib/X11/xforms/fdial
   lib/X11/xforms/flclock
   lib/X11/xforms/fonts
   lib/X11/xforms/free1
   lib/X11/xforms/freedraw
   lib/X11/xforms/freedraw_leak
   lib/X11/xforms/goodies
 + lib/X11/xforms/group
   lib/X11/xforms/iconify
 + lib/X11/xforms/inputall
   lib/X11/xforms/invslider
   lib/X11/xforms/lalign
   lib/X11/xforms/ldial
 + lib/X11/xforms/ll
   lib/X11/xforms/longlabel
   lib/X11/xforms/menu
   lib/X11/xforms/minput
 ***************
 *** 63,68 ****
 --- 68,74 ----
   lib/X11/xforms/strsize
   lib/X11/xforms/symbols
   lib/X11/xforms/timer
 + lib/X11/xforms/timerprec
   lib/X11/xforms/touchbutton
   lib/X11/xforms/wwwl
   lib/X11/xforms/xyplotactive
 
 ---------------------------CUT HERE----------------------------------
 
 Best regards.
 --------
  Gennady B. Sorokopud - System programmer at NetVision Israel.
  E-Mail: Gennady Sorokopud <gena@NetVision.net.il>
  PGP public key is available by fingering gena@netvision.net.il
 
  This message was sent at 28-Mar-97 13:12:27 by XFMail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703281020.CAA02095>