ports/78536: [PATCH] databases/clip: update to 1.1.14.1

Renato Botelho renato at galle.com.br
Mon Mar 7 15:40:04 UTC 2005


>Number:         78536
>Category:       ports
>Synopsis:       [PATCH] databases/clip: update to 1.1.14.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 07 15:40:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #7: Thu Mar  3 09:03:28 BRST
>Description:
- Update to 1.1.14.1
- Remove some patches that are now applied on the source code
- Sort plist in alphabetical order to simplify future updates

Removed file(s):
- files/patch-clip::clip_makeslib.in
- files/patch-cliplibs::clip-gd::gd::gdft.c
- files/patch-cliplibs::clip-gtkextra::configure
- files/patch-gd::configure

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- clip-1.1.14.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/clip/Makefile /usr/home/renato/ports/databases/clip/Makefile
--- /usr/ports/databases/clip/Makefile	Mon Jan 31 06:49:18 2005
+++ /usr/home/renato/ports/databases/clip/Makefile	Mon Mar  7 09:48:10 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	clip
-PORTVERSION=	1.1.11.1
-PORTREVISION=	1
+PORTVERSION=	1.1.14.1
 CATEGORIES=	databases lang
 MASTER_SITES=	ftp://ftp.itk.ru/pub/clip/	\
 		ftp://ftp.linux.ru.net/mirrors/clip/
@@ -19,6 +18,17 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	xBase and Clipper language compatible compiler
 
+BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash2			\
+		wget:${PORTSDIR}/ftp/wget			\
+		xmkmf:${X_IMAKE_PORT}
+LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg		\
+		png.5:${PORTSDIR}/graphics/png			\
+		freetype.9:${PORTSDIR}/print/freetype2		\
+		gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra	\
+		gd.4:${PORTSDIR}/graphics/gd
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2			\
+		wget:${PORTSDIR}/ftp/wget
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-prg-${PORTVERSION:R}-${PORTVERSION:E}
 
 USE_GETTEXT=	yes
@@ -30,17 +40,6 @@
 .if ${ARCH} != "i386"
 BROKEN=		"Does not compile on !i386"
 .endif
-
-BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash2			\
-		wget:${PORTSDIR}/ftp/wget			\
-		xmkmf:${X_IMAKE_PORT}
-LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg		\
-		png.5:${PORTSDIR}/graphics/png			\
-		freetype.9:${PORTSDIR}/print/freetype2		\
-		gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra	\
-		gd.4:${PORTSDIR}/graphics/gd
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2			\
-		wget:${PORTSDIR}/ftp/wget
 
 .if !defined(WITHOUT_IODBC) && !exists(${LOCALBASE}/bin/odbcinst)
 LIB_DEPENDS+=	iodbc.3:${PORTSDIR}/databases/libiodbc
diff -ruN --exclude=CVS /usr/ports/databases/clip/distinfo /usr/home/renato/ports/databases/clip/distinfo
--- /usr/ports/databases/clip/distinfo	Mon Aug 16 05:30:36 2004
+++ /usr/home/renato/ports/databases/clip/distinfo	Mon Mar  7 08:32:22 2005
@@ -1,4 +1,4 @@
-MD5 (clip/clip-prg-1.1.11-1.tgz) = f0ba4496128b63cce6db73480aeccac2
-SIZE(clip/clip-prg-1.1.11-1.tgz) = 4355143
-MD5 (clip/patch.tgz) = 76fc43295f29577bcdf4c69a78e8d0ef
-SIZE(clip/patch.tgz) = 242174
+MD5 (clip/clip-prg-1.1.14-1.tgz) = d9248340ec5925ee0c28ee125beae162
+SIZE (clip/clip-prg-1.1.14-1.tgz) = 4445544
+MD5 (clip/patch.tgz) = 246b96701869095dc7fb8a9d54b64460
+SIZE (clip/patch.tgz) = 800158
diff -ruN --exclude=CVS /usr/ports/databases/clip/files/patch-clip::clip_makeslib.in /usr/home/renato/ports/databases/clip/files/patch-clip::clip_makeslib.in
--- /usr/ports/databases/clip/files/patch-clip::clip_makeslib.in	Tue Sep 23 05:06:25 2003
+++ /usr/home/renato/ports/databases/clip/files/patch-clip::clip_makeslib.in	Wed Dec 31 21:00:00 1969
@@ -1,11 +0,0 @@
---- ./clip/clip_makeslib.in.orig	Mon Nov 25 12:59:30 2002
-+++ ./clip/clip_makeslib.in	Tue Mar 25 00:01:06 2003
-@@ -294,7 +294,7 @@
- 	cp $target.dll $target.dll.a $pwd
- 	;;
- *)
--	$CC $CFLAGS -O -I$pwd -I$CLIPROOT/include -shared -o $arch $target_ref `cat _olist` $addlib || cleanup 1
-+	$CC $CFLAGS -O -I$pwd -I$CLIPROOT/include -shared -o $arch $target_ref `cat _olist` $addlib -L/usr/local/lib || cleanup 1
- 	;;
- esac
- 
diff -ruN --exclude=CVS /usr/ports/databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c /usr/home/renato/ports/databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c
--- /usr/ports/databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c	Tue Apr 20 16:10:29 2004
+++ /usr/home/renato/ports/databases/clip/files/patch-cliplibs::clip-gd::gd::gdft.c	Wed Dec 31 21:00:00 1969
@@ -1,12 +0,0 @@
---- ./cliplibs/clip-gd/gd/gdft.c.orig	Mon Apr 19 22:33:22 2004
-+++ ./cliplibs/clip-gd/gd/gdft.c	Mon Apr 19 23:04:04 2004
-@@ -33,7 +33,8 @@
- #else
- 
- #include "gdcache.h"
--#include "freetype/freetype.h"
-+#include <ft2build.h>
-+#include FT_FREETYPE_H
- #include "freetype/ftglyph.h"
- 
- /* number of fonts cached before least recently used is replaced */
Diff -ruN --exclude=CVS /usr/ports/databases/clip/files/patch-cliplibs::clip-gtkextra::configure /usr/home/renato/ports/databases/clip/files/patch-cliplibs::clip-gtkextra::configure
--- /usr/ports/databases/clip/files/patch-cliplibs::clip-gtkextra::configure	Wed Apr 21 02:01:04 2004
+++ /usr/home/renato/ports/databases/clip/files/patch-cliplibs::clip-gtkextra::configure	Wed Dec 31 21:00:00 1969
@@ -1,77 +0,0 @@
---- cliplibs/clip-gtkextra/configure.orig	Fri Dec 26 11:34:59 2003
-+++ cliplibs/clip-gtkextra/configure	Mon Apr 19 22:02:13 2004
-@@ -3,6 +3,10 @@
- uname=`uname -s`
- uver=`uname -r`
- hname=`hostname -f 2>/dev/null`
-+gtkconfig=gtk-config
-+gtkpath=
-+glibconfig=glib-config
-+glibpath=glibpath=
- oldpwd=`pwd`
- 
- [ -z "$CLIPROOT" ] && CLIPROOT=$(cd ../../../; pwd)/cliproot
-@@ -35,6 +39,10 @@
- 		;;
- 	FreeBSD*)
- 		osname=FREEBSD
-+		gtkconfig=gtk12-config
-+		gtkpath=/gtk12
-+		glibconfig=glib12-config
-+		glibpath=/glib12
- 		STATICLINK=-static
- 		;;
- 	NetBSD*)
-@@ -67,7 +75,8 @@
- echo '#define SYSTEM "'$uname'"' >&3
- echo '' >&3
- 
--gtkprefix=`gtk-config --prefix 2>/dev/null`
-+glibprefix=`${glibconfig} --prefix 2>/dev/null`
-+gtkprefix=`${gtkconfig} --prefix 2>/dev/null`
- 
- if [ $? -ne 0 ]
- then
-@@ -77,11 +86,11 @@
- 	echo "*****************************************************************"
- 	USE_GTK=no
- else
--	gtkincpath=`find $gtkprefix/include -name 'gtk.h' -printf '%h'`
-+	gtkincpath=`find $gtkprefix/include$gtkpath -name 'gtk.h' -exec dirname {} \;`
- 	cd $gtkincpath/..
- 	gtkincpath=`pwd`
- 	cd $oldpwd
--	LIBS=`gtk-config --libs`
-+	LIBS=`${gtkconfig} --libs`
- 
- 	if [ "$osname" = "CYGWIN" ]
- 	then
-@@ -97,8 +106,8 @@
- 		echo 'Warning: system do not have installed GTK+ development'
- 		exit
- 	fi
--	GTK_MAJOR=`gtk-config --version|cut -d. -f1`
--	GTK_MINOR=`gtk-config --version|cut -d. -f2`
-+	GTK_MAJOR=`${gtkconfig} --version|cut -d. -f1`
-+	GTK_MINOR=`${gtkconfig} --version|cut -d. -f2`
- 	if [ ! \( "$GTK_MAJOR" -ge 1 -o "$GTK_MINOR" -ge 2 -o "$GTK_MAJOR" -gt 1 \) ]
- 	then
- 		echo
-@@ -115,7 +124,7 @@
- 	echo "****************************************************************************"
- 	USE_GTK_EXTRA=no
- else
--	gtkextraincpath=`find $gtkprefix/include -name 'gtk.h' -printf '%h'`
-+	gtkextraincpath=gtkextraincpath=`find $gtkprefix/include -name 'gtk.h' -exec dirname {} \;`
- 	cd $gtkextraincpath/..
- 	gtkextraincpath=`pwd`
- 	cd $oldpwd
-@@ -173,7 +182,7 @@
- echo "COMPILER='$CC'" >&3
- echo "DLLSUFF='$DLLSUFF'" >&3
- echo "DLLREALSUFF='$DLLREALSUFF'" >&3
--echo 'INCLUDEDIRS=-I. -I$(CLIPROOT)/include -I'$gtkprefix'/include -I'$gtkextraprefix'/include' >&3
-+echo 'INCLUDEDIRS=-I. -I$(CLIPROOT)/include -I$(CLIPROOT)/clip-gtk -I'$gtkprefix'/include'${gtkpath}' -I'$glibprefix'/include'${glibpath}' -I'$gtkextraprefix'/include' >&3
- echo "XTARGETS='"'$(XLIB) $(XSLIB)'"'" >&3
- echo "C_FLAGS=-Wall '"'$(INCLUDEDIRS)'"' '$EXTRACFLAGS'" >&3
- echo "LIBS='$LIBS'" >&3
diff -ruN --exclude=CVS /usr/ports/databases/clip/files/patch-gd::configure /usr/home/renato/ports/databases/clip/files/patch-gd::configure
--- /usr/ports/databases/clip/files/patch-gd::configure	Tue Apr 20 16:10:29 2004
+++ /usr/home/renato/ports/databases/clip/files/patch-gd::configure	Wed Dec 31 21:00:00 1969
@@ -1,55 +0,0 @@
---- cliplibs/clip-gd/gd/configure.orig	Wed Oct 29 15:23:06 2003
-+++ cliplibs/clip-gd/gd/configure	Mon Apr 19 22:26:37 2004
-@@ -23,7 +23,9 @@
- osname=UNIX
- stdlibpath=/usr/local/lib
- stdincpath=/usr/local/include
-+freetypepath=
- LIBXPM='-lXpm -lX11'
-+DLLSUFF='.so'
- 
- case "$uname" in
- 	BSD/OS*|bsdi*)
-@@ -36,6 +38,7 @@
- 		;;
- 	FreeBSD*)
- 		osname=FREEBSD
-+		freetypepath=/freetype
- 		STATICLINK=-static
- 		;;
- 	NetBSD*)
-@@ -91,7 +94,7 @@
- echo "INSTALL_LIB='$stdlibpath'" >&3
- echo "INSTALL_INCLUDE='$stdincpath'" >&3
- echo "LIBDIRS='-L. -L$stdlibpath -L/usr/lib/X11 -L/usr/X11R6/lib'" >&3
--echo "INCLUDEDIRS='-I. -I/usr/include/freetype2 -I/usr/include/X11 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I$stdincpath'" >&3
-+echo "INCLUDEDIRS='-I. -I${stdincpath}/freetype2 -I${stdincpath}/freetype2/freetype -I${stdincpath}/freetype1 -I${stdincpath}/freetype1/freetype -I/usr/include/X11 -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I$stdincpath'" >&3
- 
- if [ -f $stdlibpath/libpng${DLLSUFF} ]
- then
-@@ -178,18 +181,17 @@
- 	echo '#define HAVE_LIBXPM'  >&3
- fi
- 
--if [ -f $stdincpath/freetype2/freetype.h ]
-+if [ -f $stdincpath/freetype2${freetypepath}/freetype.h ]
- then
- 	echo '#define HAVE_LIBFREETYPE' >&3
- else
- 	echo 'Warning: system do not have installed FREETYPE development'
--fi
--
--if [ -f $stdincpath/freetype2/freetype.h ]
--then
--	echo '#define HAVE_LIBTTF' >&3
--else
--	echo 'Warning: system do not have installed TTF development'
-+	if [ -f $stdincpath/freetype1${freetypepath}/freetype.h ]
-+	then
-+		echo '#define HAVE_LIBTTF' >&3
-+	else
-+		echo 'Warning: system do not have installed TTF development'
-+	fi
- fi
- 
- echo "#endif" >&3
diff -ruN --exclude=CVS /usr/ports/databases/clip/pkg-plist /usr/home/renato/ports/databases/clip/pkg-plist
--- /usr/ports/databases/clip/pkg-plist	Mon Aug 16 05:30:36 2004
+++ /usr/home/renato/ports/databases/clip/pkg-plist	Mon Mar  7 10:12:59 2005
@@ -1,3 +1,34 @@
+%%IBASE%%clip/doc/clip-interbase/interbase.html
+%%IBASE%%clip/doc/example/clip-interbase/Makefile
+%%IBASE%%clip/doc/example/clip-interbase/my_isql.prg
+%%IBASE%%clip/include/interbase.ch
+%%IBASE%%clip/lib/libclip-interbase.ex
+%%IBASE%%clip/lib/libclip-interbase.nm
+%%IBASE%%clip/lib/libclip-interbase.so
+%%MYSQL%%clip/doc/clip-mysql/mysql.html
+%%MYSQL%%clip/doc/example/clip-mysql/Makefile
+%%MYSQL%%clip/doc/example/clip-mysql/my_mysql.prg
+%%MYSQL%%clip/include/mysql.ch
+%%MYSQL%%clip/lib/libclip-mysql.a
+%%MYSQL%%clip/lib/libclip-mysql.ex
+%%MYSQL%%clip/lib/libclip-mysql.nm
+%%MYSQL%%clip/lib/libclip-mysql.so
+%%ODBC%%clip/doc/clip-odbc/odbc.html
+%%ODBC%%clip/doc/example/clip-odbc/Makefile
+%%ODBC%%clip/doc/example/clip-odbc/my_isql.prg
+%%ODBC%%clip/include/odbc.ch
+%%ODBC%%clip/lib/libclip-odbc.a
+%%ODBC%%clip/lib/libclip-odbc.ex
+%%ODBC%%clip/lib/libclip-odbc.nm
+%%ODBC%%clip/lib/libclip-odbc.so
+%%PGSQL%%clip/doc/clip-postgres/postgres.html
+%%PGSQL%%clip/doc/example/clip-postgres/Makefile
+%%PGSQL%%clip/doc/example/clip-postgres/my_psql.prg
+%%PGSQL%%clip/include/postgres.ch
+%%PGSQL%%clip/lib/libclip-postgres.a
+%%PGSQL%%clip/lib/libclip-postgres.ex
+%%PGSQL%%clip/lib/libclip-postgres.nm
+%%PGSQL%%clip/lib/libclip-postgres.so
 clip/bin/add_meta_tag
 clip/bin/bdbf
 clip/bin/bdbf.hlp
@@ -33,8 +64,10 @@
 clip/bin/codb_abx
 clip/bin/codb_addobj
 clip/bin/codb_export
+clip/bin/codb_load
 clip/bin/codb_make
 clip/bin/codb_pack
+clip/bin/codb_rcheck
 clip/bin/codb_reindex
 clip/bin/ctosgml
 clip/bin/dbc
@@ -88,6 +121,8 @@
 clip/charsets/gen-uni.sh
 clip/charsets/gen_tbl.c
 clip/charsets/gentbl_strcoll.c
+clip/charsets/iso-8859-2.tbl
+clip/charsets/iso-8859-2.uni
 clip/charsets/iso01.tbl
 clip/charsets/iso01.uni
 clip/charsets/iso02.tbl
@@ -111,6 +146,8 @@
 clip/charsets/kamen.uni
 clip/charsets/koi8-r.tbl
 clip/charsets/koi8-r.uni
+clip/charsets/koi8-ru.tbl
+clip/charsets/koi8-ru.uni
 clip/charsets/koi8-u.tbl
 clip/charsets/koi8-u.uni
 clip/charsets/koi8.uni
@@ -134,10 +171,13 @@
 clip/cliprc/clip-gtk2.cliprc
 clip/cliprc/clipflags
 clip/cobra/auth/Makefile
+clip/cobra/auth/make_mod.sh
 clip/cobra/auth/other
+clip/cobra/auth/pam-auth
 clip/cobra/auth/pam-auth.c
 clip/cobra/auth/pam-err-msg
 clip/cobra/cobra_clnt.ini
+clip/cobra/cobra_serv
 clip/cobra/cobra_serv.ini
 clip/cobra/codbdlist.po
 clip/cobra/codbtview.po
@@ -156,6 +196,10 @@
 clip/cobra/tcp-wrap/tcp-wrap.c
 clip/codb_ab/plugins/.clipcharset
 clip/codb_ab/plugins/.cliprc
+clip/codb_ab/plugins/acc_chart.ex
+clip/codb_ab/plugins/acc_chart.nm
+clip/codb_ab/plugins/acc_chart.po
+clip/codb_ab/plugins/acc_chart.prg
 clip/codb_ab/plugins/acc_oper.ex
 clip/codb_ab/plugins/acc_oper.nm
 clip/codb_ab/plugins/acc_oper.po
@@ -268,69 +312,7 @@
 clip/codb_abx/plugins/user.nm
 clip/codb_abx/plugins/user.po
 clip/codb_abx/plugins/user.prg
-clip/doc/clip-com/com_close.html
-clip/doc/clip-com/com_count.html
-clip/doc/clip-com/com_dtr.html
-clip/doc/clip-com/com_flush.html
-clip/doc/clip-com/com_hard.html
-clip/doc/clip-com/com_init.html
-clip/doc/clip-com/com_num.html
-clip/doc/clip-com/com_open.html
-clip/doc/clip-com/com_read.html
-clip/doc/clip-com/com_send.html
-clip/doc/clip-com/com_sflush.html
-clip/doc/clip-com/com_soft.html
-clip/doc/clip-com/com_timeout.html
-clip/doc/clip-com/index.html
-clip/doc/clip-gd/eng/asdf.png
-clip/doc/clip-gd/eng/circle1.png
-clip/doc/clip-gd/eng/circle2.png
-clip/doc/clip-gd/eng/gd_lib.html
-clip/doc/clip-gd/eng/gd_prg.html
-clip/doc/clip-gd/eng/hist1.png
-clip/doc/clip-gd/eng/hist2.png
-clip/doc/clip-gd/eng/histcumul1.png
-clip/doc/clip-gd/eng/histcumul2.png
-clip/doc/clip-gd/eng/histnorm1.png
-clip/doc/clip-gd/eng/histnorm2.png
-clip/doc/clip-gd/eng/histvolume.png
-clip/doc/clip-gd/eng/line1.png
-clip/doc/clip-gd/eng/line2.png
-clip/doc/clip-gd/eng/linecumul1.png
-clip/doc/clip-gd/eng/linecumul2.png
-clip/doc/clip-gd/eng/linenorm1.png
-clip/doc/clip-gd/eng/linenorm2.png
-clip/doc/clip-gd/eng/o_gdimage.html
-clip/doc/clip-gd/eng/o_graphics.html
-clip/doc/clip-gd/eng/ring1.png
-clip/doc/clip-gd/eng/ring2.png
-clip/doc/clip-gd/rus/asdf.png
-clip/doc/clip-gd/rus/circle1.png
-clip/doc/clip-gd/rus/circle2.png
-clip/doc/clip-gd/rus/gd_lib.html
-clip/doc/clip-gd/rus/gd_prg.html
-clip/doc/clip-gd/rus/gistvolume.png
-clip/doc/clip-gd/rus/hist1.png
-clip/doc/clip-gd/rus/hist2.png
-clip/doc/clip-gd/rus/histcumul1.png
-clip/doc/clip-gd/rus/histcumul2.png
-clip/doc/clip-gd/rus/histnorm1.png
-clip/doc/clip-gd/rus/histnorm2.png
-clip/doc/clip-gd/rus/histvolume.png
-clip/doc/clip-gd/rus/line1.png
-clip/doc/clip-gd/rus/line2.png
-clip/doc/clip-gd/rus/linecumul1.png
-clip/doc/clip-gd/rus/linecumul2.png
-clip/doc/clip-gd/rus/linenorm1.png
-clip/doc/clip-gd/rus/linenorm2.png
-clip/doc/clip-gd/rus/o_gdimage.html
-clip/doc/clip-gd/rus/o_graphics.html
-clip/doc/clip-gd/rus/ring1.png
-clip/doc/clip-gd/rus/ring2.png
-%%IBASE%%clip/doc/clip-interbase/interbase.html
-%%MYSQL%%clip/doc/clip-mysql/mysql.html
-%%ODBC%%clip/doc/clip-odbc/odbc.html
-%%PGSQL%%clip/doc/clip-postgres/postgres.html
+clip/doc/clip-postgres/postgres.html
 clip/doc/example/Makefile
 clip/doc/example/abox.ch
 clip/doc/example/box.ch
@@ -382,8 +364,6 @@
 clip/doc/example/clip-fw/testscrl.prg
 clip/doc/example/clip-fw/testwsty.prg
 clip/doc/example/clip-fw/tooltip.prg
-clip/doc/example/clip-gd/Makefile
-clip/doc/example/clip-gd/gr.prg
 clip/doc/example/clip-gtk/Makefile
 clip/doc/example/clip-gtk/accel.prg
 clip/doc/example/clip-gtk/basket.bmp
@@ -406,10 +386,19 @@
 clip/doc/example/clip-gtk2/basket.bmp
 clip/doc/example/clip-gtk2/clip.xpm
 clip/doc/example/clip-gtk2/clipgtktest.prg
+clip/doc/example/clip-gtk2/colorbtn.prg
+clip/doc/example/clip-gtk2/combobox.prg
 clip/doc/example/clip-gtk2/container.prg
 clip/doc/example/clip-gtk2/drag_and_drop.prg
+clip/doc/example/clip-gtk2/draw.prg
+clip/doc/example/clip-gtk2/entrytempl.prg
 clip/doc/example/clip-gtk2/fonttest.prg
+clip/doc/example/clip-gtk2/ifactory.prg
+clip/doc/example/clip-gtk2/imgmenu.prg
+clip/doc/example/clip-gtk2/lines.prg
+clip/doc/example/clip-gtk2/lists.prg
 clip/doc/example/clip-gtk2/note.prg
+clip/doc/example/clip-gtk2/pango.prg
 clip/doc/example/clip-gtk2/simple.prg
 clip/doc/example/clip-gtk2/tbrow.prg
 clip/doc/example/clip-gtk2/tbrow.xpm
@@ -424,19 +413,20 @@
 clip/doc/example/clip-gtk2/winpic.prg
 clip/doc/example/clip-gzip/Makefile
 clip/doc/example/clip-gzip/gz.prg
-%%IBASE%%clip/doc/example/clip-interbase/Makefile
-%%IBASE%%clip/doc/example/clip-interbase/my_isql.prg
-%%MYSQL%%clip/doc/example/clip-mysql/Makefile
-%%MYSQL%%clip/doc/example/clip-mysql/my_mysql.prg
-%%ODBC%%clip/doc/example/clip-odbc/Makefile
-%%ODBC%%clip/doc/example/clip-odbc/my_isql.prg
-%%PGSQL%%clip/doc/example/clip-postgres/Makefile
-%%PGSQL%%clip/doc/example/clip-postgres/my_psql.prg
+clip/doc/example/clip-postgres/Makefile
+clip/doc/example/clip-postgres/my_psql.prg
 clip/doc/example/clip-rtf/Makefile
 clip/doc/example/clip-rtf/flowers.dbf
 clip/doc/example/clip-rtf/flowers.dbt
 clip/doc/example/clip-rtf/rtfdemo.prg
 clip/doc/example/clip-rtf/veggies.dbf
+clip/doc/example/clip-ui/Makefile
+clip/doc/example/clip-ui/form_ui.prg
+clip/doc/example/clip-ui/icons/doc_bank_pp.xpm
+clip/doc/example/clip-ui/icons/journal_bank_pp.xpm
+clip/doc/example/clip-ui/icons/reference_partner.xpm
+clip/doc/example/clip-ui/testWindow.xfl
+clip/doc/example/clip-ui/test_ui.prg
 clip/doc/example/hello.prg
 clip/doc/example/inkey.prg
 clip/doc/example/mouse.prg
@@ -506,7 +496,6 @@
 clip/include/achoice.ch
 clip/include/aof.ch
 clip/include/assert.ch
-clip/include/bggraph.ch
 clip/include/blob.ch
 clip/include/box.ch
 clip/include/browsys.ch
@@ -516,6 +505,7 @@
 clip/include/clip-gtk.h
 clip/include/clip-gtk2.ch
 clip/include/clip-gtk2.h
+clip/include/clip-ui.ch
 clip/include/clip.ch
 clip/include/clip.h
 clip/include/clipbrd.ch
@@ -635,7 +625,6 @@
 clip/include/fwin/winapi.ch
 clip/include/fwin/winten.h
 clip/include/fwin/yacc.ch
-clip/include/gdinfo.ch
 clip/include/getexit.ch
 clip/include/gtk2-stock.ch
 clip/include/hash.h
@@ -643,14 +632,12 @@
 clip/include/http.ch
 clip/include/imenu.ch
 clip/include/inkey.ch
-%%IBASE%%clip/include/interbase.ch
 clip/include/key_name.ch
 clip/include/lang.ch
 clip/include/lbldef.ch
 clip/include/llibg.ch
 clip/include/memoedit.ch
 clip/include/mset.ch
-%%MYSQL%%clip/include/mysql.ch
 clip/include/nanfor/dfkey.h
 clip/include/nanfor/ft_ach2t.ch
 clip/include/nanfor/ftint86.ch
@@ -660,11 +647,10 @@
 clip/include/netto/ftmenuto.ch
 clip/include/netto/netto.ch
 clip/include/objects.ch
-%%ODBC%%clip/include/odbc.ch
 clip/include/ord.ch
 clip/include/ordinfo.ch
 clip/include/pgch.ch
-%%PGSQL%%clip/include/postgres.ch
+clip/include/postgres.ch
 clip/include/pp_harb.ch
 clip/include/ppclass.ch
 clip/include/r2d2lib.ch
@@ -724,6 +710,12 @@
 clip/lang/ru_RU.CP866
 clip/lang/ru_RU.KOI8-R
 clip/lang/ru_RU.KOI8-U
+clip/lib/drivers/driver-gtk.ex
+clip/lib/drivers/driver-gtk.nm
+clip/lib/drivers/driver-gtk.po
+clip/lib/drivers/driver-gtk2.ex
+clip/lib/drivers/driver-gtk2.nm
+clip/lib/drivers/driver-gtk2.po
 clip/lib/libclip-bzip2.a
 clip/lib/libclip-bzip2.ex
 clip/lib/libclip-bzip2.nm
@@ -748,11 +740,6 @@
 clip/lib/libclip-fw.ex
 clip/lib/libclip-fw.nm
 clip/lib/libclip-fw.so
-clip/lib/libclip-gd.a
-clip/lib/libclip-gd.ex
-clip/lib/libclip-gd.nm
-clip/lib/libclip-gd.so
-clip/lib/libgd.a
 clip/lib/libclip-gtk.a
 clip/lib/libclip-gtk.ex
 clip/lib/libclip-gtk.nm
@@ -765,13 +752,6 @@
 clip/lib/libclip-gzip.ex
 clip/lib/libclip-gzip.nm
 clip/lib/libclip-gzip.so
-%%IBASE%%clip/lib/libclip-interbase.ex
-%%IBASE%%clip/lib/libclip-interbase.nm
-%%IBASE%%clip/lib/libclip-interbase.so
-%%MYSQL%%clip/lib/libclip-mysql.a
-%%MYSQL%%clip/lib/libclip-mysql.ex
-%%MYSQL%%clip/lib/libclip-mysql.nm
-%%MYSQL%%clip/lib/libclip-mysql.so
 clip/lib/libclip-nanfor.a
 clip/lib/libclip-nanfor.ex
 clip/lib/libclip-nanfor.nm
@@ -780,26 +760,25 @@
 clip/lib/libclip-netto.ex
 clip/lib/libclip-netto.nm
 clip/lib/libclip-netto.so
-%%ODBC%%clip/lib/libclip-odbc.a
-%%ODBC%%clip/lib/libclip-odbc.ex
-%%ODBC%%clip/lib/libclip-odbc.nm
-%%ODBC%%clip/lib/libclip-odbc.so
-%%PGSQL%%clip/lib/libclip-postgres.a
-%%PGSQL%%clip/lib/libclip-postgres.ex
-%%PGSQL%%clip/lib/libclip-postgres.nm
-%%PGSQL%%clip/lib/libclip-postgres.so
+clip/lib/libclip-postgres.a
+clip/lib/libclip-postgres.ex
+clip/lib/libclip-postgres.nm
+clip/lib/libclip-postgres.so
+clip/lib/libclip-r2d2.a
+clip/lib/libclip-r2d2.ex
+clip/lib/libclip-r2d2.nm
+clip/lib/libclip-r2d2.so
 clip/lib/libclip-rtf.a
 clip/lib/libclip-rtf.ex
 clip/lib/libclip-rtf.nm
 clip/lib/libclip-rtf.so
+clip/lib/libclip-ui.ex
+clip/lib/libclip-ui.nm
+clip/lib/libclip-ui.so
 clip/lib/libclip.a
 clip/lib/libclip.ex
 clip/lib/libclip.nm
 clip/lib/libclip.so
-clip/lib/libclip-r2d2.a
-clip/lib/libclip-r2d2.ex
-clip/lib/libclip-r2d2.nm
-clip/lib/libclip-r2d2.so
 clip/locale.mo/es_ES.8859-1/bdbfs.mo
 clip/locale.mo/es_ES.8859-1/clip-cti.mo
 clip/locale.mo/es_ES.8859-1/clip-fw.mo
@@ -945,6 +924,7 @@
 clip/locale.pot/codb/codb_cobra.pot
 clip/locale.pot/codb/codb_err.pot
 clip/locale.pot/codb/codb_funcs.pot
+clip/locale.pot/codb/count_dbf.pot
 clip/locale.pot/codb/dep_all.pot
 clip/locale.pot/codb/dep_dbf.pot
 clip/locale.pot/codb/dict_cobra.pot
@@ -1003,14 +983,17 @@
 clip/locale.pot/udb/ab_menu.pot
 clip/locale.pot/udb/ab_obj.pot
 clip/locale.pot/udb/ab_report.pot
+clip/locale.pot/udb/acc_chart.pot
 clip/locale.pot/udb/acc_oper.pot
 clip/locale.pot/udb/attr.pot
 clip/locale.pot/udb/class.pot
 clip/locale.pot/udb/codb_ab.pot
 clip/locale.pot/udb/codb_addobj.pot
 clip/locale.pot/udb/codb_export.pot
+clip/locale.pot/udb/codb_load.pot
 clip/locale.pot/udb/codb_make.pot
 clip/locale.pot/udb/codb_pack.pot
+clip/locale.pot/udb/codb_rcheck.pot
 clip/locale.pot/udb/codb_reindex.pot
 clip/locale.pot/udb/counter.pot
 clip/locale.pot/udb/default.pot
@@ -1024,11 +1007,12 @@
 clip/locale.pot/udb/tview.pot
 clip/locale.pot/udb/user.pot
 clip/locale.pot/udbx/_.pot
-clip/locale.pot/udbx/abx_menu.pot
+clip/locale.pot/udbx/abx_data_browse.pot
 clip/locale.pot/udbx/abx_funcs.pot
-clip/locale.pot/udbx/abx_meta_browse.pot
 clip/locale.pot/udbx/abx_getobj.pot
-clip/locale.pot/udbx/abx_data_browse.pot
+clip/locale.pot/udbx/abx_menu.pot
+clip/locale.pot/udbx/abx_meta_browse.pot
+clip/locale.pot/udbx/abx_obj.pot
 clip/locale.pot/udbx/attr.pot
 clip/locale.pot/udbx/class.pot
 clip/locale.pot/udbx/counter.pot
@@ -1041,7 +1025,6 @@
 clip/locale.pot/udbx/tcolumn.pot
 clip/locale.pot/udbx/tview.pot
 clip/locale.pot/udbx/user.pot
-clip/locale.pot/udbx/abx_obj.pot
 clip/term/cons25r
 clip/term/cygwin
 clip/term/linux-console
@@ -1051,92 +1034,93 @@
 clip/term/linux-stelnet
 clip/term/linux-stelnet1
 clip/term/linux-trans
+clip/term/pc3c
 clip/term/pcansi
- at dirrm clip/term
- at dirrm clip/locale.pot/udbx
- at dirrm clip/locale.pot/udb
- at dirrm clip/locale.pot/sys
- at dirrm clip/locale.pot/pp
- at dirrm clip/locale.pot/mod-ini
- at dirrm clip/locale.pot/debug
- at dirrm clip/locale.pot/codb
- at dirrm clip/locale.pot/cobra_serv
- at dirrm clip/locale.pot/cobra_clnt
- at dirrm clip/locale.pot/clip-r2d2
- at dirrm clip/locale.pot/clip-gtk2
- at dirrm clip/locale.pot/clip-gtk
- at dirrm clip/locale.pot/clip-fw
- at dirrm clip/locale.pot/clip-cti
- at dirrm clip/locale.pot/bdbfs
- at dirrm clip/locale.pot
- at dirrm clip/locale.po/ru_RU.KOI8-R
- at dirrm clip/locale.po/es_ES.ISO01
- at dirrm clip/locale.po/es_ES.8859-1
- at dirrm clip/locale.po
- at dirrm clip/locale.mo/ru_RU.KOI8-R
- at dirrm clip/locale.mo/es_ES.ISO01
- at dirrm clip/locale.mo/es_ES.8859-1
- at dirrm clip/locale.mo
- at dirrm clip/lib
- at dirrm clip/lang
- at dirrm clip/kamache/mod-clip
- at dirrm clip/kamache/mod-ini
- at dirrm clip/kamache
- at dirrm clip/keymaps
- at dirrm clip/include/netto
- at dirrm clip/include/nanfor
- at dirrm clip/include/fwin
- at dirrm clip/include/cti
- at dirrm clip/include
- at dirrm clip/etc/terminfo/x
- at dirrm clip/etc/terminfo/v
- at dirrm clip/etc/terminfo/s
- at dirrm clip/etc/terminfo/r
- at dirrm clip/etc/terminfo/p
- at dirrm clip/etc/terminfo/m
- at dirrm clip/etc/terminfo/l
- at dirrm clip/etc/terminfo/d
- at dirrm clip/etc/terminfo/c
- at dirrm clip/etc/terminfo/a
- at dirrm clip/etc/terminfo
- at dirrm clip/etc
+ at dirrm clip/bin
+ at dirrm clip/charsets
+ at dirrm clip/cliprc
+ at dirrm clip/cobra/auth
+ at dirrm clip/cobra/files
+ at dirrm clip/cobra/mod-ini
+ at dirrm clip/cobra/tcp-wrap
+ at dirrm clip/cobra
+ at dirrm clip/codb_ab/plugins
+ at dirrm clip/codb_ab/reports
+ at dirrm clip/codb_ab
+ at dirrm clip/codb_abx/plugins
+ at dirrm clip/codb_abx
+ at dirrm clip/doc/clip-com
+ at dirrm clip/doc/clip-gd/eng
+ at dirrm clip/doc/clip-gd/rus
+ at dirrm clip/doc/clip-gd
+%%IBASE%%@dirrm clip/doc/clip-interbase
+ at dirrm clip/doc/example/clip-bzip2
+ at dirrm clip/doc/example/clip-com
+ at dirrm clip/doc/example/clip-crypto
+ at dirrm clip/doc/example/clip-cti
+ at dirrm clip/doc/example/clip-fw
+ at dirrm clip/doc/example/clip-fw/bitmaps
+ at dirrm clip/doc/example/clip-fw/data
+ at dirrm clip/doc/example/clip-gd
+ at dirrm clip/doc/example/clip-gtk
+ at dirrm clip/doc/example/clip-gtk2
+ at dirrm clip/doc/example/clip-gzip
 @dirrm clip/doc/example/clip-rtf
 %%PGSQL%%@dirrm clip/doc/example/clip-postgres
 %%ODBC%%@dirrm clip/doc/example/clip-odbc
 %%MYSQL%%@dirrm clip/doc/example/clip-mysql
 %%IBASE%%@dirrm clip/doc/example/clip-interbase
- at dirrm clip/doc/example/clip-gzip
- at dirrm clip/doc/example/clip-gtk2
- at dirrm clip/doc/example/clip-gtk
- at dirrm clip/doc/example/clip-gd
- at dirrm clip/doc/example/clip-fw/data
- at dirrm clip/doc/example/clip-fw/bitmaps
- at dirrm clip/doc/example/clip-fw
- at dirrm clip/doc/example/clip-cti
- at dirrm clip/doc/example/clip-crypto
- at dirrm clip/doc/example/clip-com
- at dirrm clip/doc/example/clip-bzip2
 @dirrm clip/doc/example
 %%PGSQL%%@dirrm clip/doc/clip-postgres
 %%ODBC%%@dirrm clip/doc/clip-odbc
 %%MYSQL%%@dirrm clip/doc/clip-mysql
- at dirrm clip/doc/clip-gd/eng
- at dirrm clip/doc/clip-gd/rus
- at dirrm clip/doc/clip-gd
-%%IBASE%%@dirrm clip/doc/clip-interbase
- at dirrm clip/doc/clip-com
 @dirrm clip/doc
- at dirrm clip/codb_abx/plugins
- at dirrm clip/codb_abx
- at dirrm clip/codb_ab/reports
- at dirrm clip/codb_ab/plugins
- at dirrm clip/codb_ab
- at dirrm clip/cobra/tcp-wrap
- at dirrm clip/cobra/mod-ini
- at dirrm clip/cobra/files
- at dirrm clip/cobra/auth
- at dirrm clip/cobra
- at dirrm clip/cliprc
- at dirrm clip/charsets
- at dirrm clip/bin
+ at dirrm clip/etc/terminfo
+ at dirrm clip/etc/terminfo/a
+ at dirrm clip/etc/terminfo/c
+ at dirrm clip/etc/terminfo/d
+ at dirrm clip/etc/terminfo/l
+ at dirrm clip/etc/terminfo/m
+ at dirrm clip/etc/terminfo/p
+ at dirrm clip/etc/terminfo/r
+ at dirrm clip/etc/terminfo/s
+ at dirrm clip/etc/terminfo/v
+ at dirrm clip/etc/terminfo/x
+ at dirrm clip/etc
+ at dirrm clip/include/cti
+ at dirrm clip/include/fwin
+ at dirrm clip/include/nanfor
+ at dirrm clip/include/netto
+ at dirrm clip/include
+ at dirrm clip/kamache/mod-clip
+ at dirrm clip/kamache/mod-ini
+ at dirrm clip/kamache
+ at dirrm clip/keymaps
+ at dirrm clip/lang
+ at dirrm clip/lib
+ at dirrm clip/locale.mo/es_ES.8859-1
+ at dirrm clip/locale.mo/es_ES.ISO01
+ at dirrm clip/locale.mo/ru_RU.KOI8-R
+ at dirrm clip/locale.mo
+ at dirrm clip/locale.po/es_ES.8859-1
+ at dirrm clip/locale.po/es_ES.ISO01
+ at dirrm clip/locale.po/ru_RU.KOI8-R
+ at dirrm clip/locale.po
+ at dirrm clip/locale.pot/bdbfs
+ at dirrm clip/locale.pot/clip-cti
+ at dirrm clip/locale.pot/clip-fw
+ at dirrm clip/locale.pot/clip-gtk
+ at dirrm clip/locale.pot/clip-gtk2
+ at dirrm clip/locale.pot/clip-r2d2
+ at dirrm clip/locale.pot/cobra_clnt
+ at dirrm clip/locale.pot/cobra_serv
+ at dirrm clip/locale.pot/codb
+ at dirrm clip/locale.pot/debug
+ at dirrm clip/locale.pot/mod-ini
+ at dirrm clip/locale.pot/pp
+ at dirrm clip/locale.pot/sys
+ at dirrm clip/locale.pot/udb
+ at dirrm clip/locale.pot/udbx
+ at dirrm clip/locale.pot
+ at dirrm clip/term
 @dirrm clip
--- clip-1.1.14.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list