From myles@peppercon.cologroup.net  Sat Sep 16 06:59:01 2006
Return-Path: <myles@peppercon.cologroup.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C7AE316A403
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Sep 2006 06:59:01 +0000 (UTC)
	(envelope-from myles@peppercon.cologroup.net)
Received: from alnrmhc12.comcast.net (alnrmhc12.comcast.net [204.127.225.92])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 68A6943D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 16 Sep 2006 06:59:01 +0000 (GMT)
	(envelope-from myles@peppercon.cologroup.net)
Received: from peppercon.cologroup.net (c-24-126-46-137.hsd1.ca.comcast.net[24.126.46.137])
          by comcast.net (alnrmhc12) with SMTP
          id <20060916065900b1200o5live>; Sat, 16 Sep 2006 06:59:00 +0000
Received: (qmail 89979 invoked from network); 16 Sep 2006 06:58:03 -0000
Received: from localhost (HELO peppercon.cologroup.net) (127.0.0.1)
  by localhost with SMTP; 16 Sep 2006 06:58:03 -0000
Received: (from root@localhost)
	by peppercon.cologroup.net (8.13.4/8.13.1/Submit) id k8G6w3bf089976;
	Fri, 15 Sep 2006 23:58:03 -0700 (PDT)
	(envelope-from myles)
Message-Id: <200609160658.k8G6w3bf089976@peppercon.cologroup.net>
Date: Fri, 15 Sep 2006 23:58:03 -0700 (PDT)
From: rossiya <rossiya@gmail.com>
Reply-To: rossiya <rossiya@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port:math/ltl
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         103310
>Category:       ports
>Synopsis:       New port:math/ltl
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    alepulver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 16 07:00:37 GMT 2006
>Closed-Date:    Sat Oct 07 20:45:02 GMT 2006
>Last-Modified:  Sat Oct  7 20:50:12 GMT 2006
>Originator:     rossiya
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD peppercon 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #0: Sat Aug 12 15:47:47 PDT 2006 root@:/usr/obj/usr/src/sys/MC2 i386


	
>Description:
LTL is a C++ class template library for scientific computing which provides
high performance via SSE3 floating point support for vector operations.

Useful for array processing, image processing, FITS and ASCII I/O, and linear
algebra (astronomical and scientific computing, in short). LTL provides
dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed
size vectors and matrices including basic linear algebra operations, expression
templates based evaluation, and I/O facilities for ascii and FITS format files.

Users of the boost and blitz++ library may find the cross-pollination of these
unique features to be fruitful.

WWW: http://www.usm.lmu.de:81/people/drory/ltl/
>How-To-Repeat:
	
>Fix:

	

--- sendFile 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:
#
#	./Makefile
#	./distinfo
#	./pkg-descr
#	./pkg-plist
#
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# ex:ts=8
X# Ports collection makefile for:	ltl
X# Date created:			Sep 11, 2006
X# Whom:				rossiya
X#
X# $FreeBSD: ports/math/ltl/Makefile,v 1.16 2006/09/11 10:37:52 ade Exp $
X#
X
XPORTNAME=	ltl
XPORTVERSION=	1.7.10
XCATEGORIES=	math
XMASTER_SITES=	http://www.usm.lmu.de:81/people/drory/ltl/
XMASTER_SITE_SUBDIR=	ltl
XDISTNAME=	ltl-${PORTVERSION}
X
XMAINTAINER=	rossiya@gmail.com
XCOMMENT=	A C++ class SSE library for scientific computing
X
XONLY_FOR_ARCHS=	i386 amd64
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XUSE_AUTOTOOLS=	libtool:15
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XCONFIGURE_ARGS=	--with-cxx=gcc --disable-doxygen --prefix=${PREFIX} --includedir=${PREFIX}/include/LTL --build=${CONFIGURE_TARGET}
XMAKE_ENV=	prefix=${TARGETDIR} exec_prefix=${TARGETDIR}
XMAKE_ARGS+=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
X		AUTOHEADER="${TRUE}"
X
XPORTDOCS=	doc/html/*[h.][tp][mn][lg]
XPLIST_FILES=	`ls ${WRKDIR}/${DISTNAME}/doc/html/*[h.][tp][mn][lg] | ${PERL} -ne 's!${WRKDIR}/${DISTNAME}/doc/html/!%%PORTDOCS%%%%DOCSDIR%%/!g; print $1' `
X
Xdo-install:
X	cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET};  \
X	cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-data;   \
X	cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check;   \
X	cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} distdir
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	cd ${WRKSRC} && pwd && ${INSTALL_DATA} -v  ${PORTDOCS} ${DOCSDIR}
X.endif
X	${ECHO_MSG} "===>  Library headers are installed at LTL" \
X	&& ${ECHO_MSG} "      [use '#include <LTL/file.h> form for inclusion in your programs]" \
X	&& ${ECHO_MSG} "There is no support yet for X11 libraries. Let me know if you have interest/patches"
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (ltl-1.7.10.tar.gz) = fe490e67ab095d25fdd4a2586de4a26c
XSHA256 (ltl-1.7.10.tar.gz) = fe2605d74ad0f626249d5ab2f9b0b1eb258e33ac61e9f7f08a0cdb3d18214158
XSIZE (ltl-1.7.10.tar.gz) = 413704
END-of-./distinfo
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XLTL is a C++ class template library for scientific computing which provides
Xhigh performance via SSE3 floating point support for vector operations.
X
XUseful for array processing, image processing, FITS and ASCII I/O, and linear
Xalgebra (astronomical and scientific computing, in short). LTL provides
Xdynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed
Xsize vectors and matrices including basic linear algebra operations, expression
Xtemplates based evaluation, and I/O facilities for ascii and FITS format files.
X
XUsers of the boost and blitz++ library may find the cross-pollination of these
Xunique features to be fruitful.
X
XWWW: http://www.usm.lmu.de:81/people/drory/ltl/
END-of-./pkg-descr
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
Xinclude/LTL/ltl/acconfig.h
Xinclude/LTL/ltl/ascio.h
Xinclude/LTL/ltl/config.h
Xinclude/LTL/ltl/fits.h
Xinclude/LTL/ltl/fitsio.h
Xinclude/LTL/ltl/fmatrix.h
Xinclude/LTL/ltl/fmatrix/fmatmat.h
Xinclude/LTL/ltl/fmatrix/fmatrix_methods.h
Xinclude/LTL/ltl/fmatrix/fmatrix_ops.h
Xinclude/LTL/ltl/fmatrix/fmatvec.h
Xinclude/LTL/ltl/fmatrix/fmbool.h
Xinclude/LTL/ltl/fmatrix/fmexpr.h
Xinclude/LTL/ltl/fmatrix/fmexpr_ops.h
Xinclude/LTL/ltl/fmatrix/fmiter.h
Xinclude/LTL/ltl/fmatrix/fmtloops.h
Xinclude/LTL/ltl/fmatrix/fmtranspose.h
Xinclude/LTL/ltl/fmatrix/gaussj.h
Xinclude/LTL/ltl/fmatrix/marquardt.h
Xinclude/LTL/ltl/fmatrix/mrqfuncs.h
Xinclude/LTL/ltl/fmatrix/polynomfit.h
Xinclude/LTL/ltl/fvector.h
Xinclude/LTL/ltl/fvector/fvbool.h
Xinclude/LTL/ltl/fvector/fvdot.h
Xinclude/LTL/ltl/fvector/fvector_methods.h
Xinclude/LTL/ltl/fvector/fvector_ops.h
Xinclude/LTL/ltl/fvector/fvexpr.h
Xinclude/LTL/ltl/fvector/fvexpr_ops.h
Xinclude/LTL/ltl/fvector/fviter.h
Xinclude/LTL/ltl/fvector/fvmemory.h
Xinclude/LTL/ltl/fvector/fvtloops.h
Xinclude/LTL/ltl/io/fits_card.h
Xinclude/LTL/ltl/io/fits_const.h
Xinclude/LTL/ltl/io/fits_data.h
Xinclude/LTL/ltl/io/fits_header.h
Xinclude/LTL/ltl/linlsqfit.h
Xinclude/LTL/ltl/marray.h
Xinclude/LTL/ltl/marray/cast.h
Xinclude/LTL/ltl/marray/eval.h
Xinclude/LTL/ltl/marray/eval_reduc.h
Xinclude/LTL/ltl/marray/expr.h
Xinclude/LTL/ltl/marray/expr_iter.h
Xinclude/LTL/ltl/marray/expr_ops.h
Xinclude/LTL/ltl/marray/index_iter.h
Xinclude/LTL/ltl/marray/marray_iter.h
Xinclude/LTL/ltl/marray/marray_methods.h
Xinclude/LTL/ltl/marray/marray_ops.h
Xinclude/LTL/ltl/marray/merge.h
Xinclude/LTL/ltl/marray/reductions.h
Xinclude/LTL/ltl/marray/shape.h
Xinclude/LTL/ltl/marray/shape_iter.h
Xinclude/LTL/ltl/marray/simplevec.h
Xinclude/LTL/ltl/marray/slice.h
Xinclude/LTL/ltl/marray/where.h
Xinclude/LTL/ltl/marray_io.h
Xinclude/LTL/ltl/misc/applicops.h
Xinclude/LTL/ltl/misc/applicops_altivec.h
Xinclude/LTL/ltl/misc/applicops_sse.h
Xinclude/LTL/ltl/misc/exceptions.h
Xinclude/LTL/ltl/misc/limits_hack.h
Xinclude/LTL/ltl/misc/mdebug.h
Xinclude/LTL/ltl/misc/memblock.h
Xinclude/LTL/ltl/misc/range.h
Xinclude/LTL/ltl/misc/staticinit.h
Xinclude/LTL/ltl/misc/stdint_hack.h
Xinclude/LTL/ltl/misc/swapbytes.h
Xinclude/LTL/ltl/misc/type_promote.h
Xinclude/LTL/ltl/nonlinlsqfit.h
Xinclude/LTL/ltl/statistics.h
Xinclude/LTL/ltl/util/command_line_reader.h
Xinclude/LTL/ltl/util/config_file_reader.h
Xinclude/LTL/ltl/util/option.h
Xinclude/LTL/ltl/util/option_parser.h
Xinclude/LTL/ltl/util/region.h
Xinclude/LTL/ltl/util/stringfac.h
Xinclude/LTL/ltl/util/timer.h
Xinclude/LTL/ltl/util/u_exception.h
Xinclude/LTL/ltl/util/utdate.h
Xinclude/LTL/ltl/wcs.h
Xlib/libltl.a
Xshare/nls/POSIX
Xshare/nls/en_US.US-ASCII
X@dirrm include/LTL/ltl/util
X@dirrm include/LTL/ltl/misc
X@dirrm include/LTL/ltl/marray
X@dirrm include/LTL/ltl/io
X@dirrm include/LTL/ltl/fvector
X@dirrm include/LTL/ltl/fmatrix
X@dirrm include/LTL/ltl
X@dirrm include/LTL
END-of-./pkg-plist
exit
--- sendFile ends here ---


>Release-Note:
>Audit-Trail:
Adding to audit trail from misfiled PR ports/103542:

Date: Sun, 24 Sep 2006 00:21:57 -0700
From: MC <rossiya@gmail.com>

 Hello
 
 The homepage for the ltl project has changed to
 http://www.mpe.mpg.de/~drory/ltl/ and the download URL to
 http://www.mpe.mpg.de/~drory/ltl/ltl-1.7.10.tar.gz
 
 If needed, please relate how I should apply these changes.
Responsible-Changed-From-To: freebsd-ports-bugs->alepulver 
Responsible-Changed-By: alepulver 
Responsible-Changed-When: Thu Oct 5 16:48:45 UTC 2006 
Responsible-Changed-Why:  
Take PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103310 
State-Changed-From-To: open->feedback 
State-Changed-By: alepulver 
State-Changed-When: Thu Oct 5 23:28:21 UTC 2006 
State-Changed-Why:  
Does not fetch (even from the new URL in follow-up). Ask submitter. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103310 

From: Alejandro Pulver <alepulver@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: rossiya@gmail.com
Subject: Re: ports/103310: New port:math/ltl
Date: Thu, 5 Oct 2006 20:43:26 -0300

 Hello.
 
 The port does not fetch (even from the new URL in the follow-up).
 
 Could you please provide a working URL?
 
 Best Regards,
 Ale

From: Alejandro Pulver <alepulver@FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103310: New port:math/ltl
Date: Thu, 5 Oct 2006 22:51:18 -0300

 Begin forwarded message:
 
 Date: Thu, 5 Oct 2006 17:56:59 -0700
 From: MC <rossiya@gmail.com>
 To: "Alejandro Pulver" <alepulver@freebsd.org>
 Subject: Re: ports/103310: New port:math/ltl
 
 Hi Ale
 
 The author relocated to the States from Germany.  You are right the
 tarball is absent from his ltl homepage
 http://www.mpe.mpg.de/~drory/ltl/index.html.  I think the confusion
 arose from the prior 1.6 version being the old release, while rc 1.7
 actually has the compelling features.  As he's on German time I hope
 to hear from him shortly.
 
 On 10/5/06, Alejandro Pulver <alepulver@freebsd.org> wrote:
 > Hello.
 >
 > The port does not fetch (even from the new URL in the follow-up).
 >
 > Could you please provide a working URL?
 >
 > Best Regards,
 > Ale
 >
State-Changed-From-To: feedback->open 
State-Changed-By: alepulver 
State-Changed-When: Sat Oct 7 19:29:01 UTC 2006 
State-Changed-Why:  
Submitter answered. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103310 
State-Changed-From-To: open->closed 
State-Changed-By: alepulver 
State-Changed-When: Sat Oct 7 20:43:23 UTC 2006 
State-Changed-Why:  
New port added with a few modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103310 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103310: commit references a PR
Date: Sat,  7 Oct 2006 20:43:59 +0000 (UTC)

 alepulver    2006-10-07 20:43:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math                 Makefile 
   Added files:
     math/ltl             Makefile distinfo pkg-descr pkg-message 
                          pkg-plist 
   Log:
   LTL is a C++ class template library for scientific computing which provides
   high performance via SSE3 floating point support for vector operations.
   
   Useful for array processing, image processing, FITS and ASCII I/O, and linear
   algebra (astronomical and scientific computing, in short). LTL provides
   dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed
   size vectors and matrices including basic linear algebra operations, expression
   templates based evaluation, and I/O facilities for ascii and FITS format files.
   
   Users of the boost and blitz++ library may find the cross-pollination of these
   unique features to be fruitful.
   
   WWW: http://www.mpe.mpg.de/~drory/ltl/
   
   PR:             ports/103310
   Submitted by:   rossiya
   
   Revision  Changes    Path
   1.424     +1 -0      ports/math/Makefile
   1.1       +38 -0     ports/math/ltl/Makefile (new)
   1.1       +3 -0      ports/math/ltl/distinfo (new)
   1.1       +13 -0     ports/math/ltl/pkg-descr (new)
   1.1       +9 -0      ports/math/ltl/pkg-message (new)
   1.1       +89 -0     ports/math/ltl/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
