From owner-freebsd-ports Wed Apr 14 19:12: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 B489A15059 for ; Wed, 14 Apr 1999 19:12:21 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA25482; Wed, 14 Apr 1999 19:10:01 -0700 (PDT) (envelope-from gnats@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 EFEB514C4F for ; Wed, 14 Apr 1999 19:12:19 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1ADAC16D6; Wed, 14 Apr 1999 19:09:52 -0700 (PDT) Message-Id: <19990415020952.1ADAC16D6@norn.ca.eu.org> Date: Wed, 14 Apr 1999 19:09:52 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11142: Update x11-toolkits/fltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11142 >Category: ports >Synopsis: Update x11-toolkits/fltk >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 Apr 14 19:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT post-egcs >Description: This one was fun 8) *Update from 19990127 to 1.0.1 (released march 25, 1999) *Seperate PLIST into PLIST.nodocs and PLIST. *Force it to honour CFLAGS/CXXFLAGS portlint: nothing Files removed: patch-aa Files added: patch-ab PLIST.nodocs >How-To-Repeat: >Fix: Index: fltk/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/04/09 19:26:49 1.3 +++ Makefile 1999/04/15 01:25:51 @@ -1,35 +1,50 @@ # New ports collection makefile for: fltk -# Version required: 19990127 +# Version required: 1.0.1 # Date created: 11 February 1999 # Whom: Dima Sivachenko # # $Id: Makefile,v 1.3 1999/04/09 19:26:49 billf Exp $ # -DISTNAME= fltk-19990127 -PKGNAME= fltk-1999.01.27 +DISTNAME= fltk-1.0.1-source +PKGNAME= fltk-1.0.1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.easysw.com/pub/fltk/ \ - ftp://ftp.northamerica.net/pub/ESP/fltk/ \ - ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/ \ - ftp://ftp.kddlabs.co.jp/pub/lang/fltk/ \ - ftp://ftp.c-com.net/pub/LinuxBerg/files/x11/dev/ +MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ + ftp://ftp.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp2.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp.northamerica.net/pub/ESP/fltk/${VERSION}/ \ + ftp://ftp.funet.fi/mirrors/ftp.easysw.com/pub/fltk/${VERSION}/ \ + ftp://ftp.kddlabs.co.jp/pub/lang/fltk/${VERSION}/ MAINTAINER= dima@chg.ru LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared +CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" +WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes +MAN1= fluid.1 +VERSION= 1.0.1 -post-install: +.if defined(NOPORTDOCS) +PLIST= ${PKGDIR}/PLIST.nodocs +.endif - @ ${INSTALL_DATA} ${WRKSRC}/lib/libfltk.so.1 ${PREFIX}/lib - @ ${LDCONFIG} -m +post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ + ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/fltk - @ ${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/fltk + @ ${MKDIR} ${PREFIX}/share/doc/fltk + @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.html \ + ${PREFIX}/share/doc/fltk + @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.gif \ + ${PREFIX}/share/doc/fltk + @ ${INSTALL_DATA} ${WRKSRC}/documentation/*.jpg \ + ${PREFIX}/share/doc/fltk .endif .include Index: fltk/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/03/07 23:52:55 1.1.1.1 +++ md5 1999/04/15 01:13:10 @@ -1 +1 @@ -MD5 (fltk-19990127.tar.gz) = bba5eb56d853d94b9bd4ad4be1ccecde +MD5 (fltk-1.0.1-source.tar.bz2) = 0604cf4e6c53802dda52035ccc97c631 Index: fltk/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /tmp/cvsi16637 Wed Apr 14 18:39:27 1999 +++ /dev/null Wed Apr 14 18:34:28 1999 @@ -1,11 +0,0 @@ ---- makeinclude.in.orig Fri Feb 12 23:56:37 1999 -+++ makeinclude.in Fri Feb 12 23:57:00 1999 -@@ -42,7 +42,7 @@ - CXXFLAGS =@CXXFLAGS@ @X_CFLAGS@ - - # program to make the archive: --LIBNAME =@LIBNAME@ -+LIBNAME =libfltk.so.1 - LIBCOMMAND =@LIBCOMMAND@ - RANLIB =@RANLIB@ - Index: fltk/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Wed Apr 14 18:34:28 1999 +++ patch-ab Wed Apr 14 18:16:54 1999 @@ -0,0 +1,48 @@ +--- configure.orig Wed Apr 14 18:16:08 1999 ++++ configure Wed Apr 14 18:16:44 1999 +@@ -780,9 +780,9 @@ + if test "$ac_test_CFLAGS" = set; then + CFLAGS="$ac_save_CFLAGS" + elif test $ac_cv_prog_cc_g = yes; then +- CFLAGS="-g -O2" ++ CFLAGS="-g" + else +- CFLAGS="-O2" ++ CFLAGS="" + fi + else + GCC= +@@ -912,9 +912,9 @@ + if test "$ac_test_CXXFLAGS" = set; then + CXXFLAGS="$ac_save_CXXFLAGS" + elif test $ac_cv_prog_cxx_g = yes; then +- CXXFLAGS="-g -O2" ++ CXXFLAGS="-g" + else +- CXXFLAGS="-O2" ++ CXXFLAGS="" + fi + else + GXX= +@@ -2621,8 +2621,8 @@ + CFLAGS="-Wall $CFLAGS" + CXXFLAGS="-Wall -Wno-return-type $CXXFLAGS" + if test -z "$DEBUGFLAG"; then +- CFLAGS="-O2 $CFLAGS" +- CXXFLAGS="-O2 $CXXFLAGS" ++ CFLAGS="$CFLAGS" ++ CXXFLAGS="$CXXFLAGS" + fi + if test $PICFLAG = 1; then + CFLAGS="-fPIC $CFLAGS" +@@ -2649,8 +2649,8 @@ + CXXFLAGS="+w +pp $CXXFLAGS" + fi + if test -z "$DEBUGFLAG"; then +- CFLAGS="-O2 $CFLAGS" +- CXXFLAGS="-O2 $CXXFLAGS" ++ CFLAGS="$CFLAGS" ++ CXXFLAGS="$CXXFLAGS" + fi + ;; + HP-UX*) Index: fltk/pkg/PLIST =================================================================== RCS file: /cvs/FreeBSD/ports/x11-toolkits/fltk/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- PLIST 1999/03/07 23:52:56 1.1.1.1 +++ PLIST 1999/04/15 01:13:19 @@ -1,105 +1,196 @@ -lib/libfltk.so.1 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R bin/fluid -include/FL/Fl_Image.H include/FL/Enumerations.H +include/FL/Enumerations.h include/FL/Fl.H +include/FL/Fl.h include/FL/Fl_Adjuster.H +include/FL/Fl_Adjuster.h include/FL/Fl_Bitmap.H +include/FL/Fl_Bitmap.h include/FL/Fl_Box.H +include/FL/Fl_Box.h include/FL/Fl_Browser.H +include/FL/Fl_Browser.h include/FL/Fl_Browser_.H +include/FL/Fl_Browser_.h include/FL/Fl_Button.H +include/FL/Fl_Button.h include/FL/Fl_Chart.H +include/FL/Fl_Chart.h include/FL/Fl_Check_Button.H +include/FL/Fl_Check_Button.h include/FL/Fl_Choice.H +include/FL/Fl_Choice.h include/FL/Fl_Clock.H +include/FL/Fl_Clock.h include/FL/Fl_Color_Chooser.H +include/FL/Fl_Color_Chooser.h include/FL/Fl_Counter.H +include/FL/Fl_Counter.h include/FL/Fl_Dial.H +include/FL/Fl_Dial.h include/FL/Fl_Double_Window.H +include/FL/Fl_Double_Window.h include/FL/Fl_Fill_Dial.H +include/FL/Fl_Fill_Dial.h include/FL/Fl_Fill_Slider.H +include/FL/Fl_Fill_Slider.h include/FL/Fl_Float_Input.H +include/FL/Fl_Float_Input.h include/FL/Fl_FormsBitmap.H +include/FL/Fl_FormsBitmap.h include/FL/Fl_FormsPixmap.H +include/FL/Fl_FormsPixmap.h include/FL/Fl_Free.H +include/FL/Fl_Free.h include/FL/Fl_Gl_Window.H +include/FL/Fl_Gl_Window.h include/FL/Fl_Group.H -include/FL/Fl_Positioner.H +include/FL/Fl_Group.h include/FL/Fl_Hold_Browser.H +include/FL/Fl_Hold_Browser.h include/FL/Fl_Hor_Fill_Slider.H +include/FL/Fl_Hor_Fill_Slider.h include/FL/Fl_Hor_Nice_Slider.H +include/FL/Fl_Hor_Nice_Slider.h include/FL/Fl_Hor_Slider.H +include/FL/Fl_Hor_Slider.h include/FL/Fl_Hor_Value_Slider.H +include/FL/Fl_Hor_Value_Slider.h +include/FL/Fl_Image.H +include/FL/Fl_Image.h include/FL/Fl_Input.H +include/FL/Fl_Input.h include/FL/Fl_Input_.H +include/FL/Fl_Input_.h include/FL/Fl_Int_Input.H +include/FL/Fl_Int_Input.h include/FL/Fl_Light_Button.H +include/FL/Fl_Light_Button.h include/FL/Fl_Line_Dial.H +include/FL/Fl_Line_Dial.h include/FL/Fl_Menu.H +include/FL/Fl_Menu.h include/FL/Fl_Menu_.H +include/FL/Fl_Menu_.h include/FL/Fl_Menu_Bar.H +include/FL/Fl_Menu_Bar.h include/FL/Fl_Menu_Button.H +include/FL/Fl_Menu_Button.h include/FL/Fl_Menu_Item.H -include/FL/forms.H +include/FL/Fl_Menu_Item.h include/FL/Fl_Menu_Window.H +include/FL/Fl_Menu_Window.h include/FL/Fl_Multi_Browser.H +include/FL/Fl_Multi_Browser.h include/FL/Fl_Multi_Label.H +include/FL/Fl_Multi_Label.h include/FL/Fl_Multiline_Input.H +include/FL/Fl_Multiline_Input.h include/FL/Fl_Multiline_Output.H +include/FL/Fl_Multiline_Output.h include/FL/Fl_Nice_Slider.H +include/FL/Fl_Nice_Slider.h include/FL/Fl_Object.H +include/FL/Fl_Object.h include/FL/Fl_Output.H -include/FL/Fl_Pack.H +include/FL/Fl_Output.h include/FL/Fl_Overlay_Window.H +include/FL/Fl_Overlay_Window.h +include/FL/Fl_Pack.H +include/FL/Fl_Pack.h include/FL/Fl_Pixmap.H -include/FL/Fl_Window.H +include/FL/Fl_Pixmap.h +include/FL/Fl_Positioner.H +include/FL/Fl_Positioner.h include/FL/Fl_Radio_Button.H +include/FL/Fl_Radio_Button.h include/FL/Fl_Radio_Light_Button.H +include/FL/Fl_Radio_Light_Button.h include/FL/Fl_Radio_Round_Button.H +include/FL/Fl_Radio_Round_Button.h include/FL/Fl_Repeat_Button.H +include/FL/Fl_Repeat_Button.h include/FL/Fl_Return_Button.H +include/FL/Fl_Return_Button.h include/FL/Fl_Roller.H +include/FL/Fl_Roller.h include/FL/Fl_Round_Button.H -include/FL/x.H +include/FL/Fl_Round_Button.h include/FL/Fl_Round_Clock.H +include/FL/Fl_Round_Clock.h include/FL/Fl_Scroll.H +include/FL/Fl_Scroll.h include/FL/Fl_Scrollbar.H +include/FL/Fl_Scrollbar.h include/FL/Fl_Secret_Input.H +include/FL/Fl_Secret_Input.h include/FL/Fl_Select_Browser.H +include/FL/Fl_Select_Browser.h include/FL/Fl_Simple_Counter.H +include/FL/Fl_Simple_Counter.h include/FL/Fl_Single_Window.H +include/FL/Fl_Single_Window.h include/FL/Fl_Slider.H +include/FL/Fl_Slider.h include/FL/Fl_Tabs.H +include/FL/Fl_Tabs.h include/FL/Fl_Tile.H +include/FL/Fl_Tile.h include/FL/Fl_Timer.H -include/FL/Fl_Widget.H +include/FL/Fl_Timer.h include/FL/Fl_Toggle_Button.H +include/FL/Fl_Toggle_Button.h include/FL/Fl_Toggle_Light_Button.H +include/FL/Fl_Toggle_Light_Button.h include/FL/Fl_Toggle_Round_Button.H +include/FL/Fl_Toggle_Round_Button.h include/FL/Fl_Valuator.H +include/FL/Fl_Valuator.h include/FL/Fl_Value_Input.H +include/FL/Fl_Value_Input.h include/FL/Fl_Value_Output.H +include/FL/Fl_Value_Output.h include/FL/Fl_Value_Slider.H +include/FL/Fl_Value_Slider.h +include/FL/Fl_Widget.H +include/FL/Fl_Widget.h +include/FL/Fl_Window.H +include/FL/Fl_Window.h include/FL/dirent.h include/FL/filename.H +include/FL/filename.h include/FL/fl_ask.H +include/FL/fl_ask.h include/FL/fl_draw.H +include/FL/fl_draw.h include/FL/fl_file_chooser.H +include/FL/fl_file_chooser.h include/FL/fl_message.H +include/FL/fl_message.h include/FL/fl_show_colormap.H +include/FL/fl_show_colormap.h include/FL/fl_show_input.H +include/FL/fl_show_input.h +include/FL/forms.H +include/FL/forms.h include/FL/gl.h include/FL/gl2opengl.h include/FL/gl_draw.H +include/FL/gl_draw.h include/FL/glut.H +include/FL/glut.h include/FL/math.h include/FL/menubar.h include/FL/win32.H -@dirrm include/FL -include/Fl +include/FL/win32.h +include/FL/x.H +include/FL/x.h +lib/libfltk.a +lib/libfltk.so +lib/libfltk.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/fltk/FL.gif share/doc/fltk/Fl_Adjuster.html share/doc/fltk/Fl_Box.html @@ -176,6 +267,7 @@ share/doc/fltk/clock.gif share/doc/fltk/common.html share/doc/fltk/counter.gif +share/doc/fltk/cubeview.gif share/doc/fltk/dial.gif share/doc/fltk/drawing.html share/doc/fltk/editor-replace.gif @@ -195,6 +287,10 @@ share/doc/fltk/fluid-org.gif share/doc/fltk/fluid.gif share/doc/fltk/fluid.html +share/doc/fltk/fluid1.gif +share/doc/fltk/fluid2.gif +share/doc/fltk/fluid3.gif +share/doc/fltk/fluid4.gif share/doc/fltk/fluid_main.gif share/doc/fltk/fluid_prefs.gif share/doc/fltk/fluid_widget.gif @@ -225,6 +321,6 @@ share/doc/fltk/valuators.gif share/doc/fltk/value_slider.gif share/doc/fltk/widgets.html -share/doc/fltk/README -share/doc/fltk/Makefile +@dirrm include/FL +@unexec rmdir %D/include/Fl 2>/dev/null || true @dirrm share/doc/fltk Index: fltk/pkg/PLIST.nodocs =================================================================== RCS file: PLIST.nodocs diff -N PLIST.nodocs --- /dev/null Wed Apr 14 18:34:28 1999 +++ PLIST.nodocs Wed Apr 14 18:26:56 1999 @@ -0,0 +1,195 @@ +bin/fluid +include/FL/Enumerations.H +include/FL/Enumerations.h +include/FL/Fl.H +include/FL/Fl.h +include/FL/Fl_Adjuster.H +include/FL/Fl_Adjuster.h +include/FL/Fl_Bitmap.H +include/FL/Fl_Bitmap.h +include/FL/Fl_Box.H +include/FL/Fl_Box.h +include/FL/Fl_Browser.H +include/FL/Fl_Browser.h +include/FL/Fl_Browser_.H +include/FL/Fl_Browser_.h +include/FL/Fl_Button.H +include/FL/Fl_Button.h +include/FL/Fl_Chart.H +include/FL/Fl_Chart.h +include/FL/Fl_Check_Button.H +include/FL/Fl_Check_Button.h +include/FL/Fl_Choice.H +include/FL/Fl_Choice.h +include/FL/Fl_Clock.H +include/FL/Fl_Clock.h +include/FL/Fl_Color_Chooser.H +include/FL/Fl_Color_Chooser.h +include/FL/Fl_Counter.H +include/FL/Fl_Counter.h +include/FL/Fl_Dial.H +include/FL/Fl_Dial.h +include/FL/Fl_Double_Window.H +include/FL/Fl_Double_Window.h +include/FL/Fl_Fill_Dial.H +include/FL/Fl_Fill_Dial.h +include/FL/Fl_Fill_Slider.H +include/FL/Fl_Fill_Slider.h +include/FL/Fl_Float_Input.H +include/FL/Fl_Float_Input.h +include/FL/Fl_FormsBitmap.H +include/FL/Fl_FormsBitmap.h +include/FL/Fl_FormsPixmap.H +include/FL/Fl_FormsPixmap.h +include/FL/Fl_Free.H +include/FL/Fl_Free.h +include/FL/Fl_Gl_Window.H +include/FL/Fl_Gl_Window.h +include/FL/Fl_Group.H +include/FL/Fl_Group.h +include/FL/Fl_Hold_Browser.H +include/FL/Fl_Hold_Browser.h +include/FL/Fl_Hor_Fill_Slider.H +include/FL/Fl_Hor_Fill_Slider.h +include/FL/Fl_Hor_Nice_Slider.H +include/FL/Fl_Hor_Nice_Slider.h +include/FL/Fl_Hor_Slider.H +include/FL/Fl_Hor_Slider.h +include/FL/Fl_Hor_Value_Slider.H +include/FL/Fl_Hor_Value_Slider.h +include/FL/Fl_Image.H +include/FL/Fl_Image.h +include/FL/Fl_Input.H +include/FL/Fl_Input.h +include/FL/Fl_Input_.H +include/FL/Fl_Input_.h +include/FL/Fl_Int_Input.H +include/FL/Fl_Int_Input.h +include/FL/Fl_Light_Button.H +include/FL/Fl_Light_Button.h +include/FL/Fl_Line_Dial.H +include/FL/Fl_Line_Dial.h +include/FL/Fl_Menu.H +include/FL/Fl_Menu.h +include/FL/Fl_Menu_.H +include/FL/Fl_Menu_.h +include/FL/Fl_Menu_Bar.H +include/FL/Fl_Menu_Bar.h +include/FL/Fl_Menu_Button.H +include/FL/Fl_Menu_Button.h +include/FL/Fl_Menu_Item.H +include/FL/Fl_Menu_Item.h +include/FL/Fl_Menu_Window.H +include/FL/Fl_Menu_Window.h +include/FL/Fl_Multi_Browser.H +include/FL/Fl_Multi_Browser.h +include/FL/Fl_Multi_Label.H +include/FL/Fl_Multi_Label.h +include/FL/Fl_Multiline_Input.H +include/FL/Fl_Multiline_Input.h +include/FL/Fl_Multiline_Output.H +include/FL/Fl_Multiline_Output.h +include/FL/Fl_Nice_Slider.H +include/FL/Fl_Nice_Slider.h +include/FL/Fl_Object.H +include/FL/Fl_Object.h +include/FL/Fl_Output.H +include/FL/Fl_Output.h +include/FL/Fl_Overlay_Window.H +include/FL/Fl_Overlay_Window.h +include/FL/Fl_Pack.H +include/FL/Fl_Pack.h +include/FL/Fl_Pixmap.H +include/FL/Fl_Pixmap.h +include/FL/Fl_Positioner.H +include/FL/Fl_Positioner.h +include/FL/Fl_Radio_Button.H +include/FL/Fl_Radio_Button.h +include/FL/Fl_Radio_Light_Button.H +include/FL/Fl_Radio_Light_Button.h +include/FL/Fl_Radio_Round_Button.H +include/FL/Fl_Radio_Round_Button.h +include/FL/Fl_Repeat_Button.H +include/FL/Fl_Repeat_Button.h +include/FL/Fl_Return_Button.H +include/FL/Fl_Return_Button.h +include/FL/Fl_Roller.H +include/FL/Fl_Roller.h +include/FL/Fl_Round_Button.H +include/FL/Fl_Round_Button.h +include/FL/Fl_Round_Clock.H +include/FL/Fl_Round_Clock.h +include/FL/Fl_Scroll.H +include/FL/Fl_Scroll.h +include/FL/Fl_Scrollbar.H +include/FL/Fl_Scrollbar.h +include/FL/Fl_Secret_Input.H +include/FL/Fl_Secret_Input.h +include/FL/Fl_Select_Browser.H +include/FL/Fl_Select_Browser.h +include/FL/Fl_Simple_Counter.H +include/FL/Fl_Simple_Counter.h +include/FL/Fl_Single_Window.H +include/FL/Fl_Single_Window.h +include/FL/Fl_Slider.H +include/FL/Fl_Slider.h +include/FL/Fl_Tabs.H +include/FL/Fl_Tabs.h +include/FL/Fl_Tile.H +include/FL/Fl_Tile.h +include/FL/Fl_Timer.H +include/FL/Fl_Timer.h +include/FL/Fl_Toggle_Button.H +include/FL/Fl_Toggle_Button.h +include/FL/Fl_Toggle_Light_Button.H +include/FL/Fl_Toggle_Light_Button.h +include/FL/Fl_Toggle_Round_Button.H +include/FL/Fl_Toggle_Round_Button.h +include/FL/Fl_Valuator.H +include/FL/Fl_Valuator.h +include/FL/Fl_Value_Input.H +include/FL/Fl_Value_Input.h +include/FL/Fl_Value_Output.H +include/FL/Fl_Value_Output.h +include/FL/Fl_Value_Slider.H +include/FL/Fl_Value_Slider.h +include/FL/Fl_Widget.H +include/FL/Fl_Widget.h +include/FL/Fl_Window.H +include/FL/Fl_Window.h +include/FL/dirent.h +include/FL/filename.H +include/FL/filename.h +include/FL/fl_ask.H +include/FL/fl_ask.h +include/FL/fl_draw.H +include/FL/fl_draw.h +include/FL/fl_file_chooser.H +include/FL/fl_file_chooser.h +include/FL/fl_message.H +include/FL/fl_message.h +include/FL/fl_show_colormap.H +include/FL/fl_show_colormap.h +include/FL/fl_show_input.H +include/FL/fl_show_input.h +include/FL/forms.H +include/FL/forms.h +include/FL/gl.h +include/FL/gl2opengl.h +include/FL/gl_draw.H +include/FL/gl_draw.h +include/FL/glut.H +include/FL/glut.h +include/FL/math.h +include/FL/menubar.h +include/FL/win32.H +include/FL/win32.h +include/FL/x.H +include/FL/x.h +lib/libfltk.a +lib/libfltk.so +lib/libfltk.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@dirrm include/FL +@unexec rmdir %D/include/Fl 2>/dev/null || true -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message