Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2002 13:04:43 +0100 (CET)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33725: New port: A C library for dinamically generating PDF
Message-ID:  <200201091204.g09C4hg00405@home.alexdupre.com>

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

>Number:         33725
>Category:       ports
>Synopsis:       New port: A C library for dinamically generating PDF
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 09 04:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD vaio.alexdupre.com 4.4-STABLE FreeBSD 4.4-STABLE #0: Thu Oct 25 23:33:35 CEST 2001 alex@vaio.alexdupre.com:/usr/obj/usr/src/sys/GENERIC i386

>Description:
PDFlib is a library of C routines which allow you to programmatically
generate files in Adobe's Portable Document Format PDF.  PDFlib
acts as a backend processor to your own programs. While you (the
programmer) are responsible for retrieving or maintaining the data
to be processed, PDFlib takes over the task of generating the PDF
code which graphically represents your data. While you must still
format and arrange your text and graphical objects, PDFlib frees
you from the internals and intricacies of PDF. Although being far
from complete, PDFlib already offers many useful functions for
creating text, graphics, images and hypertext elements in PDF files.

WWW: http://www.PDFlib.com/

- Alex Dupre
sysadmin@alexdupre.com

>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:
#
#	pdflib4
#	pdflib4/pkg-plist
#	pdflib4/Makefile
#	pdflib4/pkg-descr
#	pdflib4/pkg-comment
#	pdflib4/distinfo
#
echo c - pdflib4
mkdir -p pdflib4 > /dev/null 2>&1
echo x - pdflib4/pkg-plist
sed 's/^X//' >pdflib4/pkg-plist << 'END-of-pdflib4/pkg-plist'
Xbin/pdflib-config
Xinclude/pdflib.h
Xlib/perl5/site_perl/5.005/i386-freebsd/pdflib_pl.so.2
Xlib/perl5/site_perl/5.005/i386-freebsd/pdflib_pl.so
Xlib/perl5/site_perl/5.005/i386-freebsd/pdflib_pl.la
Xlib/perl5/site_perl/5.005/i386-freebsd/pdflib_pl.a
Xlib/perl5/site_perl/5.005/i386-freebsd/pdflib_pl.pm
Xlib/libpdf.so.2
Xlib/libpdf.so
Xlib/libpdf.la
Xlib/libpdf.a
X%%PORTDOCS%%share/doc/pdflib/PDFlib-license.pdf
X%%PORTDOCS%%share/doc/pdflib/PDFlib-manual.pdf
X%%PORTDOCS%%share/doc/pdflib/PDFlib-purchase-order.pdf
X%%PORTDOCS%%share/doc/pdflib/aladdin-license.pdf
X%%PORTDOCS%%share/doc/pdflib/changes.txt
X%%PORTDOCS%%share/doc/pdflib/compatibility.txt
X%%PORTDOCS%%share/doc/pdflib/grid.pdf
X%%PORTDOCS%%share/doc/pdflib/readme_ebcdic.txt
X%%PORTDOCS%%share/doc/pdflib/readme_mac.txt
X%%PORTDOCS%%share/doc/pdflib/readme_unix.txt
X%%PORTDOCS%%share/doc/pdflib/readme_win.txt
X%%PORTDOCS%%@dirrm share/doc/pdflib
END-of-pdflib4/pkg-plist
echo x - pdflib4/Makefile
sed 's/^X//' >pdflib4/Makefile << 'END-of-pdflib4/Makefile'
X# New ports collection makefile for:	pdflib
X# Date created:		Wed Jan 9 12:27:54 CET 2002
X# Whom:			Alex Dupre <sysadmin@alexdupre.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pdflib
XPORTVERSION=	4.0.1
XCATEGORIES=	print
XMASTER_SITES=	http://www.pdflib.com/pdflib/download/
X
XMAINTAINER=	sysadmin@alexdupre.com
X
XRESTRICTED=	"many odd restrictions on usage and distribution"
XINSTALL_SHLIB=	yes
XUSE_LIBTOOL=	yes
XCONFIGURE_ARGS=	--enable-cxx
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${PREFIX}/share/doc/pdflib
X	${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/pdflib
X.endif
X
X.include <bsd.port.mk>
END-of-pdflib4/Makefile
echo x - pdflib4/pkg-descr
sed 's/^X//' >pdflib4/pkg-descr << 'END-of-pdflib4/pkg-descr'
XPDFlib is a library of C routines which allow you to programmatically
Xgenerate files in Adobe's Portable Document Format PDF.  PDFlib
Xacts as a backend processor to your own programs. While you (the
Xprogrammer) are responsible for retrieving or maintaining the data
Xto be processed, PDFlib takes over the task of generating the PDF
Xcode which graphically represents your data. While you must still
Xformat and arrange your text and graphical objects, PDFlib frees
Xyou from the internals and intricacies of PDF. Although being far
Xfrom complete, PDFlib already offers many useful functions for
Xcreating text, graphics, images and hypertext elements in PDF files.
X
XWWW: http://www.PDFlib.com/
X
X- Alex Dupre
Xsysadmin@alexdupre.com
END-of-pdflib4/pkg-descr
echo x - pdflib4/pkg-comment
sed 's/^X//' >pdflib4/pkg-comment << 'END-of-pdflib4/pkg-comment'
XA C library for dynamically generating PDF
END-of-pdflib4/pkg-comment
echo x - pdflib4/distinfo
sed 's/^X//' >pdflib4/distinfo << 'END-of-pdflib4/distinfo'
XMD5 (pdflib-4.0.1.tar.gz) = 92cb24075945c2151b7524bc7e8ef8c3
END-of-pdflib4/distinfo
exit

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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