From nobody@FreeBSD.org  Tue Jun  6 21:02:13 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 64F6116AE95
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Jun 2006 20:44:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 08E3243D49
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Jun 2006 20:44:46 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k56KijEI058612
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 6 Jun 2006 20:44:45 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k56KijDB058611;
	Tue, 6 Jun 2006 20:44:45 GMT
	(envelope-from nobody)
Message-Id: <200606062044.k56KijDB058611@www.freebsd.org>
Date: Tue, 6 Jun 2006 20:44:45 GMT
From: "Pedro F. Giffuni" <giffunip@asme.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new port devel/lasi
X-Send-Pr-Version: www-2.3

>Number:         98601
>Category:       ports
>Synopsis:       new port devel/lasi
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 06 21:10:18 GMT 2006
>Closed-Date:    Sat Jun 10 17:30:37 GMT 2006
>Last-Modified:  Sat Jun 10 17:30:37 GMT 2006
>Originator:     Pedro F. Giffuni
>Release:        6.1-Release (amd64)
>Organization:
>Environment:
FreeBSD etoile.cable.net.co 6.1-RELEASE FreeBSD 6.1-RELEASE #1: Fri May 12 00:18:58 COT 2006     root@etoile.cable.net.co:/usr/src/sys/amd64/compile/DIMENSION  amd64
>Description:
This is a port of LASi, a library that supports generating postscript documents. I ported it because it can be used by math/plplot.
>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:
#
#	lasi
#	lasi/Makefile
#	lasi/distinfo
#	lasi/pkg-descr
#	lasi/pkg-plist
#
echo c - lasi
mkdir -p lasi > /dev/null 2>&1
echo x - lasi/Makefile
sed 's/^X//' >lasi/Makefile << 'END-of-lasi/Makefile'
X# New ports collection makefile for:	lasi
X# Date created:		June 2006
X# Whom:			giffunip
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lasi
XPORTVERSION=	1.0.4
XCATEGORIES=	devel
XMASTER_SITES=	http://eyegene.ophthy.med.umich.edu/lasi/download/
X
XMAINTAINER=	giffunip@asme.org
XCOMMENT=	C++ stream output interface for creating Postscript documents
X
XUSE_GNOME=	pango pkgconfig
XUSE_AUTOTOOLS=	libltdl:15
XGNU_CONFIGURE=	yes
XCONFIGURE_ENV+=	PKG_CONFIG_PATH="${PREFIX}/libdata/pkgconfig"
X
XINSTALLS_SHLIB=	yes
X
Xpost-install:
X	${MV}	${PREFIX}/lib/pkgconfig/lasi.pc ${PREFIX}/libdata/pkgconfig
X
X.include <bsd.port.mk>
END-of-lasi/Makefile
echo x - lasi/distinfo
sed 's/^X//' >lasi/distinfo << 'END-of-lasi/distinfo'
XMD5 (lasi-1.0.4.tar.gz) = ed6016995aaa5649fde2bbf7b1224be8
XSHA256 (lasi-1.0.4.tar.gz) = 7cffcdf9d639b3637614c6d24780a4ab2dcc9e8a6573f67d768a6521c3f4dd35
XSIZE (lasi-1.0.4.tar.gz) = 481554
END-of-lasi/distinfo
echo x - lasi/pkg-descr
sed 's/^X//' >lasi/pkg-descr << 'END-of-lasi/pkg-descr'
XLASi
X________
XlibLASi is a library written by Larry Siden  that provides a C++ stream
Xoutput interface ( with operator << ) for creating Postscript documents 
Xthat can contain characters from any of the scripts and symbol blocks
Xsupported in Unicode  and by Owen Taylor's Pango layout engine. The
Xlibrary accomodates right-to-left scripts such as Arabic and Hebrew as
Xeasily as left-to-right scripts. Indic and Indic-derived Complex Text
XLayout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are
Xsupported to the extent provided by Pango and by the OpenType fonts
Xinstalled on your system. All of this is provided without need for any
Xspecial configuration or layout calculation on the programmer's part.
X
XWWW:	http://eyegene.ophthy.med.umich.edu/lasi/
END-of-lasi/pkg-descr
echo x - lasi/pkg-plist
sed 's/^X//' >lasi/pkg-plist << 'END-of-lasi/pkg-plist'
Xinclude/LASi.h
Xlib/libLASi.a
Xlib/libLASi.so
Xlib/libLASi.so.0
Xlibdata/pkgconfig/lasi.pc
END-of-lasi/pkg-plist
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Thu Jun 8 00:50:25 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98601 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Thu Jun 8 00:57:41 UTC 2006 
State-Changed-Why:  
Did you test this port before submitting: 
http://sce-tindy.tecnik93.com/tb-exp/index.php?action=describe_port&id=697 
? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98601 
State-Changed-From-To: feedback->open 
State-Changed-By: itetcu 
State-Changed-When: Thu Jun 8 09:49:54 UTC 2006 
State-Changed-Why:  
new patch received 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98601 
State-Changed-From-To: open->feedback 
State-Changed-By: itetcu 
State-Changed-When: Fri Jun 9 11:21:27 UTC 2006 
State-Changed-Why:  
Ask for submitter fix. 

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

From: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
To: pfgshield-freebsd@yahoo.com, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/98601: new port devel/lasi
Date: Fri, 9 Jun 2006 14:21:00 +0300

 --Sig_PTp2oMg8XfycOW8jB4Hdkcl
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: quoted-printable
 
 On Thu, 8 Jun 2006 07:14:14 +0200 (CEST)
 <pfgshield-freebsd@yahoo.com> wrote:
 
 > Hi again;
 >=20
 > Please try this tarball: I'm not sure it will work (it works here though)=
  but
 > it should be cleaner. If it fails again try USE_GMAKE
 
 The problem is that on FreeBSD we have:
 /usr/local/libdata/pkconfig/
 not:
 /usr/local/lib/pkconfig/
 
 Please send a patch to correct this problem.
 
 
 --=20
 IOnut - Un^d^dregistered ;) FreeBSD "user"
   "Intellectual Property" is   nowhere near as valuable   as "Intellect"
 
 BOFH excuse #23:
 improperly oriented keyboard
 
 
 
 --Sig_PTp2oMg8XfycOW8jB4Hdkcl
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Disposition: attachment; filename=signature.asc
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.3 (FreeBSD)
 
 iD8DBQFEiVmjBX6fi0k6KXsRApG+AKDSlrMmPPVLZ7WQZoArySPiNWSn4gCeLqim
 hDvetN3MbwTBz57NWh+9Axk=
 =GOZE
 -----END PGP SIGNATURE-----
 
 --Sig_PTp2oMg8XfycOW8jB4Hdkcl--

From: <pfgshield-freebsd@yahoo.com>
To: Ion-Mihai Tetcu <itetcu@FreeBSD.org>, bug-followup@FreeBSD.org
Cc: itetcu@people.tecnik93.com
Subject: Re: ports/98601: new port devel/lasi
Date: Fri, 9 Jun 2006 17:22:25 +0200 (CEST)

 Hello;
 
 I am confused: the last tarball, that I sent in private, solved this problem
 with patch-Makefile.in, also the pkg-plist includes libdata/pkgconfig/lasi.pc
 
 I am attaching the shar file again:
 
 # 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:
 #
 #	lasi
 #	lasi/Makefile
 #	lasi/distinfo
 #	lasi/pkg-descr
 #	lasi/files
 #	lasi/files/patch-Makefile.in
 #	lasi/pkg-plist
 #
 echo c - lasi
 mkdir -p lasi > /dev/null 2>&1
 echo x - lasi/Makefile
 sed 's/^X//' >lasi/Makefile << 'END-of-lasi/Makefile'
 X# New ports collection makefile for:	lasi
 X# Date created:		June 2006
 X# Whom:			giffunip
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	lasi
 XPORTVERSION=	1.0.4
 XCATEGORIES=	devel
 XMASTER_SITES=	http://eyegene.ophthy.med.umich.edu/lasi/download/
 X
 XMAINTAINER=	giffunip@asme.org
 XCOMMENT=	C++ stream output interface for creating Postscript documents
 X
 XUSE_GCC=	3.4+
 XUSE_GNOME=	pango pkgconfig
 XUSE_AUTOTOOLS=	libltdl:15
 XGNU_CONFIGURE=	yes
 XPKG_CONFIG_PATH=	${PREFIX}/libdata/pkgconfig
 XCONFIGURE_ENV+=	PKG_CONFIG_PATH=${PKG_CONFIG_PATH}
 X
 XINSTALLS_SHLIB=	yes
 X
 X.include <bsd.port.mk>
 END-of-lasi/Makefile
 echo x - lasi/distinfo
 sed 's/^X//' >lasi/distinfo << 'END-of-lasi/distinfo'
 XMD5 (lasi-1.0.4.tar.gz) = ed6016995aaa5649fde2bbf7b1224be8
 XSHA256 (lasi-1.0.4.tar.gz) =
 7cffcdf9d639b3637614c6d24780a4ab2dcc9e8a6573f67d768a6521c3f4dd35
 XSIZE (lasi-1.0.4.tar.gz) = 481554
 END-of-lasi/distinfo
 echo x - lasi/pkg-descr
 sed 's/^X//' >lasi/pkg-descr << 'END-of-lasi/pkg-descr'
 XLASi
 X________
 XlibLASi is a library written by Larry Siden  that provides a C++ stream
 Xoutput interface ( with operator << ) for creating Postscript documents 
 Xthat can contain characters from any of the scripts and symbol blocks
 Xsupported in Unicode  and by Owen Taylor's Pango layout engine. The
 Xlibrary accomodates right-to-left scripts such as Arabic and Hebrew as
 Xeasily as left-to-right scripts. Indic and Indic-derived Complex Text
 XLayout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are
 Xsupported to the extent provided by Pango and by the OpenType fonts
 Xinstalled on your system. All of this is provided without need for any
 Xspecial configuration or layout calculation on the programmer's part.
 X
 XWWW:	http://eyegene.ophthy.med.umich.edu/lasi/
 END-of-lasi/pkg-descr
 echo c - lasi/files
 mkdir -p lasi/files > /dev/null 2>&1
 echo x - lasi/files/patch-Makefile.in
 sed 's/^X//' >lasi/files/patch-Makefile.in <<
 'END-of-lasi/files/patch-Makefile.in'
 X--- Makefile.in.orig	Thu Jun  8 00:04:11 2006
 X+++ Makefile.in	Thu Jun  8 00:05:26 2006
 X@@ -140,7 +140,7 @@
 X SUBDIRS = src
 X include_HEADERS = include/LASi.h
 X 
 X-pkgconfigdir = $(libdir)/pkgconfig
 X+pkgconfigdir = ${exec_prefix}/libdata/pkgconfig
 X pkgconfig_DATA = lasi.pc
 X subdir = .
 X ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 END-of-lasi/files/patch-Makefile.in
 echo x - lasi/pkg-plist
 sed 's/^X//' >lasi/pkg-plist << 'END-of-lasi/pkg-plist'
 Xinclude/LASi.h
 Xlib/libLASi.a
 Xlib/libLASi.so
 Xlib/libLASi.so.0
 Xlibdata/pkgconfig/lasi.pc
 END-of-lasi/pkg-plist
 exit
 
 
 
 ---
      Pedro F. Giffuni
      M. Sc. Industrial Eng. University of Pittsburgh
      Mech. Eng.      Universidad Nacional de Colombia
 ---
 Yahoo is powered by FreeBSD    http://www.FreeBSD.org/
 
 Chiacchiera con i tuoi amici in tempo reale! 
  http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Sat Jun 10 17:30:34 UTC 2006 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98601 
>Unformatted:
