Date: Tue, 6 Jun 2006 20:44:45 GMT From: "Pedro F. Giffuni" <giffunip@asme.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/98601: new port devel/lasi Message-ID: <200606062044.k56KijDB058611@www.freebsd.org> Resent-Message-ID: <200606062110.k56LAJ2e057921@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 98601 >Category: ports >Synopsis: new port devel/lasi >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 06 21:10:18 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606062044.k56KijDB058611>