summaryrefslogtreecommitdiff
path: root/graphics/xli
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26graphics: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07graphics: Remove SHA1 hashes for distfilesnia1-2/+1
2017-08-16Comment out dead sites.wiz1-3/+3
2015-11-03Add SHA512 digests for distfiles for graphics categoryagc1-1/+2
Problems found with existing digests: Package fotoxx distfile fotoxx-14.03.1.tar.gz ac2033f87de2c23941261f7c50160cddf872c110 [recorded] 118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated] Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz 34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb Package pgraf: missing distfile pgraf-20010131.tar.gz Package qvplay: missing distfile qvplay-0.95.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-29Rename zopen on Mac OS X to avoid conflict with a function by the samegson3-3/+21
name defined in stdio.h.
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz1-2/+1
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+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-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-04-29Convert to user-destdir. From Aleksey Cheusov in PR 40118.wiz3-9/+24
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+4
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-12Fix errno.joerg3-1/+29
2005-10-30Security fix for CVE-2005-3178:salo4-3/+61
"Buffer overflow in xli might allow user-complicit attackers to execute arbitrary code via a long title name in a NIFF file, which triggers the overflow during zoom, reduce, or rotate operations." http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-3178 Patch from Debian.
2005-10-23Added RCS Id to patch-ad.rillig2-2/+4
2005-10-10Add patch-ad:reed2-1/+15
It undefines _BSD_SOURCE if on Linux system to avoid a parse error on GLIBC /usr/include/string.h. This hack is from gentoo.
2005-10-10Use INSTALLATION_DIRS to create lib/X11/app-defaults.reed1-1/+2
(Shoujld this be created by something else?)
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-21Security fix for CAN-2001-0775:salo3-3/+26
"Buffer overflow in xli 1.17 allows remote attacker to execute arbitrary code via a FACES format image containing a long Firstname or Lastname field." Patch from Debian. Bump PKGREVISION.
2005-03-10Interix also needs <sys/time.h> for fd_set.tv2-1/+15
2005-03-05Give gzip'd or bzip2'd files the same treatment as "compress"'d files,fredb3-7/+15
that is, filter them through the command to uncompress them on the fly. We don't need to add dependencies anymore than we ever needed a dependency on "uncompress". Crank PKG_REVISION for the feature change.
2005-03-05Update server URI.fredb1-2/+2
2005-03-05Update to latest snapshot for some "security issues" -- apparently, this...fredb3-20/+8
http://www.gentoo.org/security/en/glsa/glsa-200503-05.xml but just make it an "nb" bump so as not to confuse "audit-pacakges" &c.
2005-03-05De-lint. Particularly, shorten DESCR.fredb3-30/+7
2005-02-24Add RMD160 digestsagc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-21Convert to buildlink3.snj1-4/+4
2003-12-22Update xli to 1.17.0. Still small and fast. Now uses the standard jpegfredb5-69/+24
library to support more image formats, and adds support for MIT shared memory where available, for even more speed. "xli" is now maintained by Smarasderagd, whose credits include the former png patch for xli, and the png support for the chimera browser. Changes from 1.16 (from the "README"): Converted source code to ANSI C prototypes. Removed MSDOS support (Sorry! Anyone want to add Win32 support?) Added PNG file format loader. Added support for MIT shared memory extension. Rewrote JPEG file format loader to use the IJG library, to take advantage of performance improvements and support progressive scan JPEGs. Added the -delete, -iscale, -focus, and -cache options. Added interactive image fast scaling with the '<', '>' and '=' keys. Added TODO file. Feel free to do anything on the list, or offer your own fixes and enhancements.
2003-12-22Let "make pre-patch" work on FreeBSD, using patch submitted by Michealfredb1-1/+2
Pasternak, in PR pkg/23833.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-14Elide a bogus include of <varargs.h>, so that this will compile underfredb2-1/+14
gcc-3.3.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-02Use new IMAKE_MAN_PATH variables in PLISTs to make these packages morejschauma2-5/+5
portable. Bump PKGREVISION accordingly.
2002-10-09buildlink1 -> buildlink2.wiz1-4/+7
2002-03-14Make this display PNG files again, with png>1.0.6.fredb3-3/+39
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-12Resurrect this patch in aftermath of removing USE_BUILDLINK_ONLY fromjlam2-1/+19
packages that USE_IMAKE.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-4/+3
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-09Revert previous change as the actual problem was a bad interaction betweenjlam1-3/+1
buildlink-x11 and lesstif that has since been fixed in those two packages. Many thanks to Matthias Scheler for helping to track this down. This fixes pkg/13638.
2001-08-06Fix build on systems without "xpkwedge" installed.tron1-4/+6
2001-07-02Remove unnecessary patches again, now that we can build-depend onjlam2-19/+1
buildlink-x11.