Commit graph

23 commits

Author SHA1 Message Date
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
kristerw
d44d7a5a88 Make this package compile with gcc 2.95 too.
Patch provided by Roland Illig on tech-pkg.
2004-09-11 21:29:22 +00:00
hubertf
ca092ec153 Update to scribus 1.1.7 - too many changes to list 2004-08-14 21:36:22 +00:00
reed
ec4f1b39a0 Changed HOMEPAGE. It was not for Scribus anymore.
Some homepages include:
http://www.scribus.net/
http://www.scribus.org.uk/
http://www.developershed.com/devalert.php
and old http://scribus.planetmirror.com/
2004-05-08 20:21:43 +00:00
reed
85ae9439e4 Get rid of some of the MASTER_SITES. KDE.org returns a bogus
download asking for sponsors. The other sites are either too old
or too new. This version of scribus is old, but I didn't update yet,
because patching to work with NetBSD's old gcc is not easy.
2004-05-08 20:11:27 +00:00
snj
d920d6db74 Convert to buildlink3. 2004-04-17 23:59:21 +00:00
kristerw
421d5ad825 The <cmath> header in NetBSD 1.6 is buggy in that it undefines NULL.
Include <cmath> before the other headers, to make sure that NULL
can be used later in the files.
2004-02-27 21:14:08 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
grant
6eab5759a3 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:50:05 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
agc
0544e4263e Allow the configure script to find the buildlink'ed freetype-config script.
Should fix problems shown up on last bulk build.
2003-11-19 11:54:48 +00:00
reed
36e633c108 Upgrade to 1.1.1. Some of the changes include: uses freetype
instead of Qt for fonts; multiple documents open at a time;
hyphenator; more languages support; UniCode support; gradient fills;
extended PDF exporter; CUPS support; and libart used for rendering.

Also add more MASTER_SITES and use SHLIBTOOL_OVERRIDE.
2003-10-29 20:54:51 +00:00
reed
b601fdf913 Slightly improve description. 2003-10-29 20:44:40 +00:00
drochner
15d0f250e6 bump revision after qt3/kde prefix change 2003-08-05 13:39:59 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
jlam
678b7833fb buildlink1 -> buildlink2 2002-10-05 12:06:15 +00:00
jlam
96a5379f66 Really remove USE_PTHREAD. 2002-08-01 05:53:28 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
agc
cb80eb8e8b Be more correct in naming the directories to be loaded when using
buildlink - from Thomas Klausner.
2002-07-10 10:13:56 +00:00
agc
2a4f68ad18 Initial import of scribus-0.7.5 into the NetBSD Packages Collection.
Provided in PR 17536 by Jeremy Reed (reed@reedmedia.net). Slight
modifications by myself to make this compile with pth-syscall, and
to bring it forward to the newer version 0.7.5 - the existing
distfile had disappeared from the master site.

Scribus is a publishing layout program for X using QT interface.
It can be used to create stationery, small posters, brochures,
layout newsletters and other documents. It can export in postscript
and PDF formats; and data is saved in XML format.

Scribus aims to be similar to Adobe PageMaker and Quark XPress.
It can do typical tasks of placing and rotating text and images.
2002-07-09 21:32:51 +00:00