ports/69824: Update port: lang/harbour package update for build 44

David G. Holm freebsd at netfang.net
Fri Jul 30 19:50:44 UTC 2004


>Number:         69824
>Category:       ports
>Synopsis:       lang/harbour package update for build 44
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 19:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David G. Holm
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
www.harbour-project.org
>Environment:
System: FreeBSD netfang.netfang.net 4.10-STABLE FreeBSD 4.10-STABLE #15: Thu
Jul 1 18:08:33 EDT 2004 dgh at netfang.netfang.net:/usr/obj/usr/src/sys/NETFANG
i386

Harbour build 44 has been released. Here are the updated port files for the
lang/harbour
port. Note: Harbour is not yet 64-bit safe. The current plan is to fix that in
the next build.

# 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:
#
#	lang/harbour
#	lang/harbour/Makefile
#	lang/harbour/distinfo
#	lang/harbour/pkg-descr
#	lang/harbour/pkg-plist
#
echo c - lang/harbour
mkdir -p lang/harbour > /dev/null 2>&1
echo x - lang/harbour/Makefile
sed 's/^X//' >lang/harbour/Makefile << 'END-of-lang/harbour/Makefile'
X# New ports collection makefile for:   harbour
X# Date created:        9 May 2003
X# Whom:                David G. Holm <harbour at netfang.net>
X#
X# $FreeBSD: ports/lang/harbour/Makefile,v 1.4 2004/03/18 11:57:20 kris Exp $
X#
X
XPORTNAME=	harbour
XPORTVERSION=	0.44.0
XPORTREVISION=	0
XCATEGORIES=	lang
XMASTER_SITES=	ftp://ftp.jsd0.com/public/harbour/dgh/
X
XMAINTAINER=	harbour at netfang.net
XCOMMENT=	An open source Clipper-compatible compiler
X
XLIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang
X
X# Not 64-bit clean
XONLY_FOR_ARCHS=	i386
XWRKSRC=		${WRKDIR}
XUSE_BISON=	yes
XUSE_FLEX=	yes
XUSE_GMAKE=	yes
XNO_INSTALL_MANPAGES=yes
X
XHB_DIR=		${WRKDIR}/${PORTNAME}
X
X.if defined(NOPORTDOCS)
Xpost-install:
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbdoc ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbmake ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbpp ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbrun ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbtest ${PREFIX}/bin
X	${INSTALL_DATA} ${HB_DIR}/include/hb* ${PREFIX}/include
X	${INSTALL_DATA} ${HB_DIR}/lib/*.a ${PREFIX}/lib
X	.endif
X	-@${ECHO}
X	-@${ECHO}
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
X	-@${ECHO} @
X	-@${ECHO} @ Executable files are installed in ${PREFIX}/bin.
X	-@${ECHO} @
X	-@${ECHO} @ Header files are installed in ${PREFIX}/include.
X	-@${ECHO} @
X	-@${ECHO} @ Library files are installed in ${PREFIX}/lib.
X	-@${ECHO} @
X	-@${ECHO} @ See pkg-plist for a list of all installed files.
X	-@${ECHO} @
X	-@${ECHO}
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
X	-@${ECHO}
X.else
Xpost-install:
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbdoc ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbmake ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbpp ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbrun ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbtest ${PREFIX}/bin
X	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbverfix ${PREFIX}/bin
X	${INSTALL_DATA} ${HB_DIR}/include/hb* ${PREFIX}/include
X	${INSTALL_DATA} ${HB_DIR}/lib/*.a ${PREFIX}/lib
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${HB_DIR}/doc/*.txt ${DOCSDIR}
X	${MKDIR} ${DOCSDIR}/en
X	${INSTALL_MAN} ${HB_DIR}/doc/en/*.txt ${DOCSDIR}/en
X	${MKDIR} ${DOCSDIR}/es
X	${INSTALL_MAN} ${HB_DIR}/doc/es/*.txt ${DOCSDIR}/es
X	-@${ECHO}
X	-@${ECHO}
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
X	-@${ECHO} @
X	-@${ECHO} @ Executable files are installed in ${PREFIX}/bin.
X	-@${ECHO} @
X	-@${ECHO} @ Header files are installed in ${PREFIX}/include.
X	-@${ECHO} @
X	-@${ECHO} @ Library files are installed in ${PREFIX}/lib.
X	-@${ECHO} @
X	-@${ECHO} @ Documentation files are installed in ${DOCSDIR},
X	-@${ECHO} @ ${DOCSDIR}/en, and ${DOCSDIR}/es.
X	-@${ECHO} @
X	-@${ECHO} @ See pkg-plist for a list of all installed files.
X	-@${ECHO} @
X	-@${ECHO}
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
X	-@${ECHO}
X.endif
X
X.include <bsd.port.mk>
END-of-lang/harbour/Makefile
echo x - lang/harbour/distinfo
sed 's/^X//' >lang/harbour/distinfo << 'END-of-lang/harbour/distinfo'
XMD5 (harbour-0.44.0.tar.gz) = a4619cc9d89a84110497dfbf949f6b77
END-of-lang/harbour/distinfo
echo x - lang/harbour/pkg-descr
sed 's/^X//' >lang/harbour/pkg-descr << 'END-of-lang/harbour/pkg-descr'
XThis is a port of Harbour, an open source Clipper-compatible compiler.
X
XWWW: http://www.harbour-project.org/
X
X- David G. Holm
Xharbour at netfang.net
END-of-lang/harbour/pkg-descr
echo x - lang/harbour/pkg-plist
sed 's/^X//' >lang/harbour/pkg-plist << 'END-of-lang/harbour/pkg-plist'
Xbin/harbour
Xbin/hbdoc
Xbin/hbmake
Xbin/hbpp
Xbin/hbrun
Xbin/hbtest
Xbin/hbverfix
Xinclude/hb_io.h
Xinclude/hbapi.h
Xinclude/hbapicdp.h
Xinclude/hbapierr.h
Xinclude/hbapifs.h
Xinclude/hbapigt.h
Xinclude/hbapiitm.h
Xinclude/hbapilng.h
Xinclude/hbapirdd.h
Xinclude/hbclass.ch
Xinclude/hbcommon.ch
Xinclude/hbcomp.h
Xinclude/hbdate.h
Xinclude/hbdbf.h
Xinclude/hbdbferr.h
Xinclude/hbdbsort.h
Xinclude/hbdefs.h
Xinclude/hberrors.h
Xinclude/hbexpra.c
Xinclude/hbexprb.c
Xinclude/hbexprc.c
Xinclude/hbexprop.h
Xinclude/hbextern.ch
Xinclude/hbgetcmt.ch
Xinclude/hbhash.h
Xinclude/hbinit.h
Xinclude/hbinkey.ch
Xinclude/hblang.ch
Xinclude/hbmacro.ch
Xinclude/hbmacro.h
Xinclude/hbmath.h
Xinclude/hbmemory.ch
Xinclude/hbmemvar.ch
Xinclude/hboo.ch
Xinclude/hbpcode.h
Xinclude/hbpers.ch
Xinclude/hbpp.h
Xinclude/hbrddcdx.h
Xinclude/hbrdddbf.h
Xinclude/hbrdddbt.h
Xinclude/hbrdddel.h
Xinclude/hbrddfpt.h
Xinclude/hbrddntx.h
Xinclude/hbrddsdf.h
Xinclude/hbrddwrk.h
Xinclude/hbset.h
Xinclude/hbsetup.ch
Xinclude/hbsetup.h
Xinclude/hbstack.h
Xinclude/hbtrace.h
Xinclude/hbtypes.h
Xinclude/hbundoc.api
Xinclude/hbver.h
Xinclude/hbvm.h
Xinclude/hbvmpub.h
Xlib/libcodepage.a
Xlib/libcommon.a
Xlib/libdbfcdx.a
Xlib/libdbfntx.a
Xlib/libdebug.a
Xlib/libgtcgi.a
Xlib/libgtcrs.a
Xlib/libgtpca.a
Xlib/libgtsln.a
Xlib/libgtstd.a
Xlib/liblang.a
Xlib/libmacro.a
Xlib/libnulsys.a
Xlib/libpp.a
Xlib/librdd.a
Xlib/librtl.a
Xlib/libvm.a
X%%DOCSDIR%%/c_std.txt
X%%DOCSDIR%%/class_tp.txt
X%%DOCSDIR%%/cmdline.txt
X%%DOCSDIR%%/codebloc.txt
X%%DOCSDIR%%/codestyl.txt
X%%DOCSDIR%%/dirstruc.txt
X%%DOCSDIR%%/en/array.txt
X%%DOCSDIR%%/en/binnum.txt
X%%DOCSDIR%%/en/browse.txt
X%%DOCSDIR%%/en/clipper.txt
X%%DOCSDIR%%/en/cmdline.txt
X%%DOCSDIR%%/en/command.txt
X%%DOCSDIR%%/en/compiler.txt
X%%DOCSDIR%%/en/datetime.txt
X%%DOCSDIR%%/en/dbdelim.txt
X%%DOCSDIR%%/en/dbsdf.txt
X%%DOCSDIR%%/en/dbstrux.txt
X%%DOCSDIR%%/en/dir.txt
X%%DOCSDIR%%/en/diskspac.txt
X%%DOCSDIR%%/en/error.txt
X%%DOCSDIR%%/en/eval.txt
X%%DOCSDIR%%/en/file.txt
X%%DOCSDIR%%/en/garbage.txt
X%%DOCSDIR%%/en/gnulice.txt
X%%DOCSDIR%%/en/gtslang.txt
X%%DOCSDIR%%/en/harbext.txt
X%%DOCSDIR%%/en/hb_api.txt
X%%DOCSDIR%%/en/hb_apier.txt
X%%DOCSDIR%%/en/hb_apifs.txt
X%%DOCSDIR%%/en/hb_apigt.txt
X%%DOCSDIR%%/en/hb_apiit.txt
X%%DOCSDIR%%/en/hb_apiln.txt
X%%DOCSDIR%%/en/hb_apird.txt
X%%DOCSDIR%%/en/hb_compa.txt
X%%DOCSDIR%%/en/hb_date.txt
X%%DOCSDIR%%/en/hb_macro.txt
X%%DOCSDIR%%/en/hb_set.txt
X%%DOCSDIR%%/en/hb_vm.txt
X%%DOCSDIR%%/en/hvm.txt
X%%DOCSDIR%%/en/idle.txt
X%%DOCSDIR%%/en/input.txt
X%%DOCSDIR%%/en/lang.txt
X%%DOCSDIR%%/en/license.txt
X%%DOCSDIR%%/en/macro.txt
X%%DOCSDIR%%/en/math.txt
X%%DOCSDIR%%/en/memo.txt
X%%DOCSDIR%%/en/memvar2.txt
X%%DOCSDIR%%/en/menu.txt
X%%DOCSDIR%%/en/misc.txt
X%%DOCSDIR%%/en/nation.txt
X%%DOCSDIR%%/en/objfunc.txt
X%%DOCSDIR%%/en/rdd.txt
X%%DOCSDIR%%/en/rdddb.txt
X%%DOCSDIR%%/en/rddmisc.txt
X%%DOCSDIR%%/en/rddord.txt
X%%DOCSDIR%%/en/readme.txt
X%%DOCSDIR%%/en/sayget.txt
X%%DOCSDIR%%/en/set.txt
X%%DOCSDIR%%/en/setmode.txt
X%%DOCSDIR%%/en/string.txt
X%%DOCSDIR%%/en/strotype.txt
X%%DOCSDIR%%/en/subcodes.txt
X%%DOCSDIR%%/en/tbrowse.txt
X%%DOCSDIR%%/en/tclass.txt
X%%DOCSDIR%%/en/terminal.txt
X%%DOCSDIR%%/en/tgetlist.txt
X%%DOCSDIR%%/en/tlabel.txt
X%%DOCSDIR%%/en/treport.txt
X%%DOCSDIR%%/en/var.txt
X%%DOCSDIR%%/es/array.txt
X%%DOCSDIR%%/es/binnum.txt
X%%DOCSDIR%%/es/browse.txt
X%%DOCSDIR%%/es/clipper.txt
X%%DOCSDIR%%/es/cmdline.txt
X%%DOCSDIR%%/es/codebloc.txt
X%%DOCSDIR%%/es/command.txt
X%%DOCSDIR%%/es/compiler.txt
X%%DOCSDIR%%/es/datetime.txt
X%%DOCSDIR%%/es/dbdelim.txt
X%%DOCSDIR%%/es/dbsdf.txt
X%%DOCSDIR%%/es/dbstrux.txt
X%%DOCSDIR%%/es/dir.txt
X%%DOCSDIR%%/es/dirstruc.txt
X%%DOCSDIR%%/es/diskspac.txt
X%%DOCSDIR%%/es/error.txt
X%%DOCSDIR%%/es/eval.txt
X%%DOCSDIR%%/es/garbage.txt
X%%DOCSDIR%%/es/gnulice.txt
X%%DOCSDIR%%/es/harbext.txt
X%%DOCSDIR%%/es/hb_set.txt
X%%DOCSDIR%%/es/hbpplib.txt
X%%DOCSDIR%%/es/hvm.txt
X%%DOCSDIR%%/es/howtobsd.txt
X%%DOCSDIR%%/es/idle.txt
X%%DOCSDIR%%/es/input.txt
X%%DOCSDIR%%/es/lang.txt
X%%DOCSDIR%%/es/license.txt
X%%DOCSDIR%%/es/macro.txt
X%%DOCSDIR%%/es/math.txt
X%%DOCSDIR%%/es/memo.txt
X%%DOCSDIR%%/es/memvar2.txt
X%%DOCSDIR%%/es/misc.txt
X%%DOCSDIR%%/es/nation.txt
X%%DOCSDIR%%/es/objfunc.txt
X%%DOCSDIR%%/es/pcode.txt
X%%DOCSDIR%%/es/pragma.txt
X%%DOCSDIR%%/es/rdd.txt
X%%DOCSDIR%%/es/readme.txt
X%%DOCSDIR%%/es/sayget.txt
X%%DOCSDIR%%/es/setmode.txt
X%%DOCSDIR%%/es/simplex.txt
X%%DOCSDIR%%/es/statics.txt
X%%DOCSDIR%%/es/subcodes.txt
X%%DOCSDIR%%/es/strotype.txt
X%%DOCSDIR%%/es/tbrowse.txt
X%%DOCSDIR%%/es/tclass.txt
X%%DOCSDIR%%/es/tgetlist.txt
X%%DOCSDIR%%/es/tlabel.txt
X%%DOCSDIR%%/es/tracing.txt
X%%DOCSDIR%%/es/treport.txt
X%%DOCSDIR%%/es/var.txt
X%%DOCSDIR%%/es/vm.txt
X%%DOCSDIR%%/funclist.txt
X%%DOCSDIR%%/gmake.txt
X%%DOCSDIR%%/gtapi.txt
X%%DOCSDIR%%/hbmake.txt
X%%DOCSDIR%%/hbpplib.txt
X%%DOCSDIR%%/hdr_tpl.txt
X%%DOCSDIR%%/howtobsd.txt
X%%DOCSDIR%%/howtocvs.txt
X%%DOCSDIR%%/howtomak.txt
X%%DOCSDIR%%/hrb_faq.txt
X%%DOCSDIR%%/lang_id.txt
X%%DOCSDIR%%/license.txt
X%%DOCSDIR%%/pcode.txt
X%%DOCSDIR%%/pragma.txt
X%%DOCSDIR%%/readme.txt
X%%DOCSDIR%%/simplex.txt
X%%DOCSDIR%%/statics.txt
X%%DOCSDIR%%/tracing.txt
X%%DOCSDIR%%/transfrm.txt
X%%DOCSDIR%%/vm.txt
X%%DOCSDIR%%/whatsnew.txt
X%%DOCSDIR%%/windll.txt
X at dirrm %%DOCSDIR%%/en
X at dirrm %%DOCSDIR%%/es
X at dirrm %%DOCSDIR%%
END-of-lang/harbour/pkg-plist
exit
>Description:
 >Submitter-Id:	current-users
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list