From owner-svn-ports-head@freebsd.org Thu Oct 15 18:47:14 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC100A1525A; Thu, 15 Oct 2015 18:47:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 991A115DF; Thu, 15 Oct 2015 18:47:14 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9FIlDSl096014; Thu, 15 Oct 2015 18:47:13 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9FIlD1L096010; Thu, 15 Oct 2015 18:47:13 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201510151847.t9FIlD1L096010@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Thu, 15 Oct 2015 18:47:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399358 - in head/lang/nx: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Oct 2015 18:47:15 -0000 Author: gahr Date: Thu Oct 15 18:47:13 2015 New Revision: 399358 URL: https://svnweb.freebsd.org/changeset/ports/399358 Log: lang/nx - update to 2.0.0 Announce: https://next-scripting.org/xowiki/Ann2_0_0 Deleted: head/lang/nx/files/genStubs.tcl Modified: head/lang/nx/Makefile head/lang/nx/distinfo head/lang/nx/files/patch-Makefile.in head/lang/nx/pkg-plist Modified: head/lang/nx/Makefile ============================================================================== --- head/lang/nx/Makefile Thu Oct 15 18:32:08 2015 (r399357) +++ head/lang/nx/Makefile Thu Oct 15 18:47:13 2015 (r399358) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nx -DISTVERSION= 2.0b5 +DISTVERSION= 2.0.0 CATEGORIES= lang MASTER_SITES= SF/next-scripting/${DISTVERSION}/ DISTNAME= nsf${DISTVERSION} @@ -16,23 +16,19 @@ OPTIONS_DEFINE= DOCS CONFLICTS= xotcl-1.* -USES+= tcl:85+ +USES+= gmake tcl:85+ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--exec-prefix=${PREFIX} \ --with-tcl=${TCL_LIBDIR} \ --with-tclinclude=${TCL_INCLUDEDIR} +TEST_TARGET= test PLIST_SUB+= PKGNAME=${DISTNAME} PORTDOCS= * -post-patch: - ${CP} ${FILESDIR}/genStubs.tcl ${WRKSRC} - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} - -regression-test: build - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} test + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/lib${DISTNAME}.so .include Modified: head/lang/nx/distinfo ============================================================================== --- head/lang/nx/distinfo Thu Oct 15 18:32:08 2015 (r399357) +++ head/lang/nx/distinfo Thu Oct 15 18:47:13 2015 (r399358) @@ -1,2 +1,2 @@ -SHA256 (nsf2.0b5.tar.gz) = 089dae6a7f0fb7514292bedaf691e4ecce7d344241d0c8a45a9f0408ac1e45fd -SIZE (nsf2.0b5.tar.gz) = 2365035 +SHA256 (nsf2.0.0.tar.gz) = 5f637f35712164788bb83df5b40b132d4c3e0201d40af48699852f8a7e12c128 +SIZE (nsf2.0.0.tar.gz) = 3784090 Modified: head/lang/nx/files/patch-Makefile.in ============================================================================== --- head/lang/nx/files/patch-Makefile.in Thu Oct 15 18:32:08 2015 (r399357) +++ head/lang/nx/files/patch-Makefile.in Thu Oct 15 18:47:13 2015 (r399358) @@ -1,20 +1,20 @@ ---- Makefile.in.orig 2013-06-07 12:07:24.000000000 +0200 -+++ Makefile.in 2013-11-11 12:17:28.000000000 +0100 -@@ -665,7 +665,7 @@ - # - - genstubs: -- $(TCLSH) $(TCL_SRC_DIR)/tools/genStubs.tcl $(src_generic_dir) \ -+ $(TCLSH) genStubs.tcl $(src_generic_dir) \ - $(src_generic_dir)/nsf.decls $(src_generic_dir)/nsfInt.decls - - # -@@ -752,7 +752,7 @@ +--- Makefile.in.orig 2014-12-06 13:58:42.000000000 +0000 ++++ Makefile.in 2015-10-15 18:32:24.161848000 +0000 +@@ -413,7 +413,7 @@ + rm -rf $(DESTDIR)$(pkglibdir)/$$i ; \ + $(INSTALL_DATA) $(src_lib_dir)/$$i $(DESTDIR)$(pkglibdir)/$$i ; \ + done; +- @mkdir -p $(DESTDIR)$(libdir)/tcl8/site-tcl ++ #@mkdir -p $(DESTDIR)$(libdir)/tcl8/ite-tcl + @for i in $(srcdir)/tcl8/site-tcl/*.tm ; do \ + if test -f $$i; then \ + echo " Installing module $$i in $(DESTDIR)$(libdir)/tcl8/site-tcl" ; \ +@@ -804,7 +804,7 @@ else \ echo " $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p"; \ $(RANLIB) $(DESTDIR)$(pkglibdir)/$$p; \ - ln -s $(DESTDIR)$(pkglibdir)/$$p $(DESTDIR)$(libdir)/$$p; \ -+ ln -s $(pkglibdir)/$$p $(DESTDIR)$(libdir)/$$p; \ ++ ln -s $(PKG_DIR)/$$p $(DESTDIR)$(libdir)/$$p; \ fi; \ ext=`echo $$p|sed -e "s/.*\.//"`; \ if test "x$$ext" = "xdll"; then \ Modified: head/lang/nx/pkg-plist ============================================================================== --- head/lang/nx/pkg-plist Thu Oct 15 18:32:08 2015 (r399357) +++ head/lang/nx/pkg-plist Thu Oct 15 18:47:13 2015 (r399358) @@ -6,25 +6,22 @@ include/nsf.h include/nsfDecls.h include/nsfInt.h include/nsfIntDecls.h -lib/libnsf.so.1 +lib/lib%%PKGNAME%%.so lib/%%PKGNAME%%/COPYRIGHT lib/%%PKGNAME%%/lib/make.tcl +lib/%%PKGNAME%%/lib/mkIndex.tcl lib/%%PKGNAME%%/lib/nx-callback.tcl +lib/%%PKGNAME%%/lib/nx-help.tcl lib/%%PKGNAME%%/lib/nx-pp.tcl lib/%%PKGNAME%%/lib/nx-test.tcl lib/%%PKGNAME%%/lib/nx-traits.tcl +lib/%%PKGNAME%%/lib/nx-volatile.tcl lib/%%PKGNAME%%/lib/nx-zip.tcl -lib/%%PKGNAME%%/lib/nxdoc-core.tcl -lib/%%PKGNAME%%/lib/nxdoc-dc.tcl -lib/%%PKGNAME%%/lib/nxdoc-html.tcl -lib/%%PKGNAME%%/lib/nxdoc-xodoc.tcl -lib/%%PKGNAME%%/lib/nxdoc-xowiki.tcl lib/%%PKGNAME%%/lib/pkgIndex.tcl -lib/%%PKGNAME%%/libnsf.so.1 -lib/%%PKGNAME%%/libnsfstub.a +lib/%%PKGNAME%%/lib%%PKGNAME%%.so +lib/%%PKGNAME%%/libnsfstub2.0.0.a lib/%%PKGNAME%%/nx/class-method.tcl lib/%%PKGNAME%%/nx/nx.tcl -lib/%%PKGNAME%%/nx/nxdocIndex.tcl lib/%%PKGNAME%%/nx/pkgIndex.tcl lib/%%PKGNAME%%/nx/plain-object-method.tcl lib/%%PKGNAME%%/pkgIndex.tcl @@ -60,5 +57,12 @@ lib/%%PKGNAME%%/xotcl/serialize/Serializ lib/%%PKGNAME%%/xotcl/serialize/pkgIndex.tcl lib/%%PKGNAME%%/xotcl/xotcl2.tcl lib/nsfConfig.sh +man/man1/nxsh.1.gz +man/man1/nxwish.1.gz man/man1/xotclsh.1.gz man/man1/xowish.1.gz +man/man3/Class.3.gz +man/man3/Object.3.gz +man/man3/configure.3.gz +man/man3/current.3.gz +man/man3/next.3.gz