summaryrefslogtreecommitdiff
path: root/print/scribus
AgeCommit message (Collapse)AuthorFilesLines
2014-05-09Mark packages that are not ready for python-3.3 also not ready for 3.4,wiz1-2/+2
until proven otherwise.
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-25Mark packages as not ready for python-3.x where applicable;wiz1-1/+3
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
2013-10-20Explicitly depend on lcms.joerg1-1/+2
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2
2013-08-03tell FREETYPE_DIR to cmake.obache1-1/+2
fixes PR pkg/48087
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2013-01-15Linker flags must be prefixed with -Wl. Don't add default argumentsjoerg4-4/+32
during method implementation.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-29print/scribus: Fix indirect linking error on DragonFlymarino1-1/+4
2011-12-06Fix build with newer CUPSjoerg3-1/+27
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-02-11Set LICENSE.wiz1-1/+3
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-02-12Changes 1.3.3.14:adam5-34/+55
* Danish Translation * crash when freeing non-existent hyphenator * Bug 7854 was fixed although it was invalid * pt_BR description in desktop file is wrong * Impossible to set spacing under/below paragraph greater than 3 mm if mm is main unit * invalid postscript is generated when spot color name use non latin chars * Arrows only shows the leftwards arrow in Character Map * error in BleedAndPrintMarks script * program crashes with "unknown exception" on drawing shape * remove the links to http://search.srem.org [^] * Enhancment: Hyphenation patterns for Kurdish * Added RU transaltion to desktop file * JPG clipping path isn't imported correctly * ODG import crashes Scribus * Code change reccommended by Novell audit of 1.3.3.12 * CMYK images look strange when exported as PDF * while loop with textOverflows crashes scribus
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-10-28We want to stinking lib64, thanks. Fixes packages on amd64 and otherjoerg2-5/+37
64bit platforms.
2009-10-24Add INSTALLATION_DIRS of share/pixmap, that way we ensure that it doesn'the1-1/+3
end up as a file instead of as a directory. Fixes old-style bulk builds for subsequent packages which want to install in that directory.
2009-10-19Builds fine with Python 2.6 too, so remove restriction.joerg1-4/+1
2009-09-16update to 1.3.3.13drochner5-725/+597
changes: -Several fixes and improvements to Pdf exporter -More translation and documentation updates -Several fixes to protect against possible crashes -Improvements to the Scripter to enable more features pkgsrc note: The gnu-autoconf based make system is completely broken now, had to switch to cmake. Added cups dependency.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm entries from PLISTsjoerg1-40/+1
2009-04-08something broke plugin loading. fix it. bump PKGREVISIONdrochner3-3/+18
being here, register with desktopdb
2009-02-17Needs pkg-config.joerg1-2/+2
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+2
changed runtime dependencies now.
2009-02-04update the way "cups" is disabled, otherwise a system cups is pickeddrochner1-3/+3
up at least on Solaris, as reported by Daniel Vergien, this pkg needs more work for python25 but let's fix this litte problem first
2008-10-09Changes 1.3.3.12:adam3-66/+77
* Bug fixes and improvements
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-01-14update to 1.3.3.11drochner3-52/+53
fixes a bug in i18n catalogue installation
2008-01-11update to 1.3.3.10drochner3-14/+80
changes: Several fixes and improvements to text frames and the Story Editor. New Arabic Translation. More translation and documentation updates. Many improvements to PDF Forms exporting and non-Latin script handling in PDFs. Several fixes to protect against possible crashes. Improved Color Managed Display in some cases. Some fixes to the Scripting plugin.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-3/+4
Bump PKGREVISION.