Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2006 22:37:30 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/98670: [NEW PORT] graphics/fpc-gtk: Free Pascal interface to the GTK libraries
Message-ID:  <200606072237.k57MbUh6058575@www.freebsd.org>
Resent-Message-ID: <200606080100.k5810ZCn079649@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98670
>Category:       ports
>Synopsis:       [NEW PORT] graphics/fpc-gtk: Free Pascal interface to the GTK libraries
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 08 01:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Wed May 24 08:30:45 PET 2006
>Description:
The GTK toolkit and its companion GDK are quickly becoming (next to the Qt 
toolkit) a very popular X-windows programming toolkit. This makes it suitable
as a base for the Free Component Library (FCL, the Free Pascal equivalent of
the Delphi VCL). As a first step in the development of FCL, the gtk and gdk
header files have been translated to Pascal. All header files have been
translated, and are compilable. only a few testprograms are available
(volunteers to make some are welcome to contact me), but success reports
indicate that the units are translated correctly, and programs can be made.

WWW:	http://www.freepascal.org/
>How-To-Repeat:

>Fix:
--- fpc-gtk-2.0.2.shar begins here ---
# 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:
#
#	fpc-gtk
#	fpc-gtk/pkg-descr
#	fpc-gtk/Makefile
#	fpc-gtk/pkg-plist
#	fpc-gtk/distinfo
#
echo c - fpc-gtk
mkdir -p fpc-gtk > /dev/null 2>&1
echo x - fpc-gtk/pkg-descr
sed 's/^X//' >fpc-gtk/pkg-descr << 'END-of-fpc-gtk/pkg-descr'
XThe GTK toolkit and its companion GDK are quickly becoming (next to the Qt 
Xtoolkit) a very popular X-windows programming toolkit. This makes it suitable
Xas a base for the Free Component Library (FCL, the Free Pascal equivalent of
Xthe Delphi VCL). As a first step in the development of FCL, the gtk and gdk
Xheader files have been translated to Pascal. All header files have been
Xtranslated, and are compilable. only a few testprograms are available
X(volunteers to make some are welcome to contact me), but success reports
Xindicate that the units are translated correctly, and programs can be made.
X
XWWW:	http://www.freepascal.org/
END-of-fpc-gtk/pkg-descr
echo x - fpc-gtk/Makefile
sed 's/^X//' >fpc-gtk/Makefile << 'END-of-fpc-gtk/Makefile'
X# New ports collection makefile for:	fpc-gtk
X# Date created:		2006-06-05
X# Whom:			Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gtk
XPORTVERSION=	2.0.2
XCATEGORIES=	graphics lang
XMASTER_SITES=	ftp://ftp.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
X		ftp://planetmirror.com/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
X		ftp://ftp.jp.freepascal.org/mirror/fpc/dist/i386-freebsd-${PORTVERSION}/ \
X		ftp://freepascal.stack.nl/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
X		ftp://ftp.no.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
X		ftp://ftp.us.freepascal.org/pub/fpc/dist/i386-freebsd-${PORTVERSION}/ \
X		${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	freepascal
XPKGNAMEPREFIX=	fpc-
XDISTNAME=	${PKGNAMEPREFIX}${PORTVERSION}.${BUILDNAME}
XEXTRACT_SUFX=	.tar
X
XMAINTAINER=	acardenas@bsd.org.pe
XCOMMENT=	Free Pascal interface to the GTK libraries
X
XRUN_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc
X
XUSE_GNOME=	gtk12
XONLY_FOR_ARCHS=	i386
XNO_BUILD=	yes
X
XEXAMPLESDIR=	share/examples/${PKGNAMEPREFIX}${PORTVERSION}
XBUILDNAME=	i386-freebsd
XPLIST_SUB+=	PORTVERSION=${PORTVERSION} \
X		BUILDNAME=${BUILDNAME}
X
Xdo-extract:
X# unpack distribution
X	@${MKDIR} ${WRKSRC}
X	@${TAR} xf ${DISTDIR}/${DISTNAME}.tar \
X		--directory ${WRKSRC}
X	@${TAR} xf ${WRKSRC}/binary.${BUILDNAME}.tar \
X		--directory ${WRKSRC}
X
X# unpack binary and forms distribution
X	@${MKDIR} ${WRKSRC}/${PORTNAME}
X	@${TAR} zxf ${WRKSRC}/units-${PORTNAME}.${BUILDNAME}.tar.gz \
X		--directory ${WRKSRC}/${PORTNAME}
X
Xdo-install:
X.for DIRE in lib
X	@cd ${WRKSRC}/${PORTNAME}/${DIRE} && \
X		${FIND} * -type d -exec ${MKDIR} "{}" "${PREFIX}/${DIRE}/{}" \; && \
X			${FIND} * -type f -exec ${INSTALL_SCRIPT} "{}" "${PREFIX}/${DIRE}/{}" \;
X.endfor
X
Xpost-install:
X.if !defined (NOPORTDOCS)
X	@cd ${WRKSRC}/${PORTNAME}/share && \
X		${FIND} * -type d -exec ${MKDIR} "{}" "${PREFIX}/share/{}" \; && \
X			${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/share/{}" \;
X.endif
X
X.include <bsd.port.mk>
END-of-fpc-gtk/Makefile
echo x - fpc-gtk/pkg-plist
sed 's/^X//' >fpc-gtk/pkg-plist << 'END-of-fpc-gtk/pkg-plist'
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/Package.fpc
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/glib.ppu
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gmodule.ppu
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gdk.ppu
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gtk.ppu
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gdkpixbuf.ppu
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/glib.o
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gmodule.o
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gdk.o
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gtk.o
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gdkpixbuf.o
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/libpglib.a
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/libpgmodule.a
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/libpgdk.a
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/libpgtk.a
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/libpgdkpixbuf.a
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gtkglarea.ppu
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/gtkglarea.o
Xlib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk/libpgtkglarea.a
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/info.xpm
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut3_3.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut4_3.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut6_1.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut6_2.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut4_5.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut6_3.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut6_4.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut8_5.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/tut2_1.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/Makefile
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tutorial/Makefile.fpc
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/ttt_test.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/toolbar.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/tictactoe.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/statusbar.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/spinbutton.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/scribble.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/rulers.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/progressbar.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/pixmap.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/paned.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/notebook.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/list.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/filesel.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/entry.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/editform.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/clist.pp
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/Makefile.fpc
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/Makefile
X%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/gtkgldemo.pp
X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtk/tutorial
X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtk
X%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
X@dirrm lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%/gtk
X@dirrmtry lib/fpc/%%PORTVERSION%%/units/%%BUILDNAME%%
X@dirrmtry lib/fpc/%%PORTVERSION%%/units
X@dirrmtry lib/fpc/%%PORTVERSION%%
X@dirrmtry lib/fpc
END-of-fpc-gtk/pkg-plist
echo x - fpc-gtk/distinfo
sed 's/^X//' >fpc-gtk/distinfo << 'END-of-fpc-gtk/distinfo'
XMD5 (fpc-2.0.2.i386-freebsd.tar) = e1f834f445b0f2313f41ed417a28fb1c
XSHA256 (fpc-2.0.2.i386-freebsd.tar) = 906f002dfdbdfc3380f5a66b93d68debdbb68bba65b9db0590a93f548fb9f528
XSIZE (fpc-2.0.2.i386-freebsd.tar) = 22517760
END-of-fpc-gtk/distinfo
exit
--- fpc-gtk-2.0.2.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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