Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Feb 2006 10:21:16 +0100 (CET)
From:      Simun Mikecin <sime@logos.hr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92674: [maintainer update] lang/see: update to 1.3.1
Message-ID:  <20060201092116.82C6D26D04F@mail.logos.hr>
Resent-Message-ID: <200602010930.k119U3f0066328@freefall.freebsd.org>

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

>Number:         92674
>Category:       ports
>Synopsis:       [maintainer update] lang/see: update to 1.3.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 01 09:30:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD mail.logos.hr 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #1: Mon Jul 26 14:07:00 CEST 2004 root@mail.logos.hr:/usr/obj/usr/src.5.2.1-R/sys/MAIL i386


	
>Description:
This is an update from version 1.2 to the latest version 1.3.1.
I also changed my e-mail address in Makefile and pkg-descr.
>How-To-Repeat:
>Fix:
# 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:
#
#	see
#	see/files
#	see/files/patch-libsee_dtoa__config.h
#	see/Makefile
#	see/distinfo
#	see/pkg-descr
#	see/pkg-plist
#
echo c - see
mkdir -p see > /dev/null 2>&1
echo c - see/files
mkdir -p see/files > /dev/null 2>&1
echo x - see/files/patch-libsee_dtoa__config.h
sed 's/^X//' >see/files/patch-libsee_dtoa__config.h << 'END-of-see/files/patch-libsee_dtoa__config.h'
X--- libsee/dtoa_config.h.orig	Wed Jan 18 13:51:50 2006
X+++ libsee/dtoa_config.h	Tue Jan 31 16:52:54 2006
X@@ -12,7 +12,7 @@
X 
X #include <see/type.h>
X 
X-#if defined(__i386__) || defined(__amd64__)
X+#if defined(__i386__) || defined(__amd64__) || defined(__ia64__) || defined(__alpha__)
X #   define IEEE_8087
X #endif
X 
END-of-see/files/patch-libsee_dtoa__config.h
echo x - see/Makefile
sed 's/^X//' >see/Makefile << 'END-of-see/Makefile'
X# New ports collection makefile for:   see
X# Date created:        22 September 2004
X# Whom:                numisemis@yahoo.com
X#
X# $FreeBSD: ports/lang/see/Makefile,v 1.5 2005/12/10 18:50:03 flz Exp $
X#
X
XPORTNAME=	see
XPORTVERSION=	1.3.1
XCATEGORIES=	lang devel
XMASTER_SITES=	http://www.adaptive-enterprises.com.au/~d/software/see/
X
XMAINTAINER=	numisemis@yahoo.com
XCOMMENT=	Simple ECMAScript Engine (SEE)
X
XCONFLICTS=	see-devel-[0-9]*
X
XOPTIONS=	GC "Use Boehm-Weiser garbage collection package" on \
X		OPTIMIZED_CFLAGS "Enable some additional optimizations" off
X
XINSTALLS_SHLIB=	yes
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_PERL5_BUILD=	yes
XUSE_REINPLACE=	yes
X
XCONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
X		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_OPTIMIZED_CFLAGS)
XCFLAGS+=	-O3 -fomit-frame-pointer
X.endif
X
X.if defined(WITH_GC)
XLIB_DEPENDS+=	gc:${PORTSDIR}/devel/boehm-gc
X.else
XCONFIGURE_ARGS+=	--without-boehm-gc
XPTHREAD_CFLAGS=
XPTHREAD_LIBS=
X.endif
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s|PACKAGE_BUGREPORT='dleonard@users|PACKAGE_BUGREPORT='dleonard\\\@users|" \
X		${WRKSRC}/configure
X
X.if !defined(NOPORTDOCS)
Xpost-install:
X	${MKDIR} ${DOCSDIR}
X.for f in doc/USAGE.html AUTHORS NEWS README TODO
X	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.endfor
X.endif
X
X.include <bsd.port.post.mk>
END-of-see/Makefile
echo x - see/distinfo
sed 's/^X//' >see/distinfo << 'END-of-see/distinfo'
XMD5 (see-1.3.1.tar.gz) = 472e88b13bb090b29d1bb553adbff454
XSHA256 (see-1.3.1.tar.gz) = 50ed56794bea742e9106914a0c0d1d79eaea15090f02542006c34f3c23d8b066
XSIZE (see-1.3.1.tar.gz) = 523226
END-of-see/distinfo
echo x - see/pkg-descr
sed 's/^X//' >see/pkg-descr << 'END-of-see/pkg-descr'
XLibrary that provides an ECMAScript (JavaScript) run-time environment.
X
XWWW: http://www.adaptive-enterprises.com.au/~d/software/see/
X
X- Simun Mikecin
Xnumisemis@yahoo.com
END-of-see/pkg-descr
echo x - see/pkg-plist
sed 's/^X//' >see/pkg-plist << 'END-of-see/pkg-plist'
Xbin/libsee-config
Xbin/see-shell
Xinclude/see/cfunction.h
Xinclude/see/context.h
Xinclude/see/debug.h
Xinclude/see/error.h
Xinclude/see/eval.h
Xinclude/see/input.h
Xinclude/see/intern.h
Xinclude/see/interpreter.h
Xinclude/see/mem.h
Xinclude/see/native.h
Xinclude/see/no.h
Xinclude/see/object.h
Xinclude/see/see.h
Xinclude/see/string.h
Xinclude/see/system.h
Xinclude/see/try.h
Xinclude/see/type.h
Xinclude/see/value.h
Xinclude/see/version.h
Xlib/libsee.a
Xlib/libsee.la
Xlib/libsee.so
Xlib/libsee.so.0
X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
X%%PORTDOCS%%%%DOCSDIR%%/NEWS
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%%%DOCSDIR%%/TODO
X%%PORTDOCS%%%%DOCSDIR%%/USAGE.html
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X@dirrm include/see
END-of-see/pkg-plist
exit

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



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