summaryrefslogtreecommitdiff
path: root/graphics/libgii
AgeCommit message (Collapse)AuthorFilesLines
2017-01-19Convert all occurrences (353 by my count) ofagc1-3/+3
MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly.
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-03-12unconditionally requires dlopentnn1-1/+2
2014-06-26FreeBSD 10 is not FreeBSD 1.asau2-4/+40
2014-02-01Expose libraries needed for -lgii.joerg1-1/+3
2014-01-17Record cocoa and quartz modules on Darwin in PLIST.pho1-0/+3
2014-01-17Enable XFree86-DGA mouse and keyboard inputs. Bump revision.pho1-1/+3
The configure script determines the availability of libXxf86dga only by the existence of X11/extensions/xf86dga.h. This leads to a linkage error on platforms (e.g. Darwin) where the header in question can be found in the system default path but the corresponding library is installed elsewhere. The problem goes away if we had the library buildlinked, and I see no reason for not enabling DGA input anyway.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-30Update to libgii-1.0.2.tnn8-55/+166
Needed for libggi update. No NEWS entry.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam2-6/+5
through PLIST_SUBST to the plist module.
2007-02-02Modular Xorg support.joerg2-4/+7
2007-01-29Remove ftp site that refuses connections from MASTER_SITES.wiz1-3/+2
2006-07-29Correct PLIST on Linux. Bump PKGREVISION.minskim2-2/+6
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Record vgl module on DragonFly and FreeBSD in PLIST. Bump revision.joerg3-2/+6
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-3/+3
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
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.joerg2-2/+4
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-10-10Reorder thread library detection. On FreeBSD 4 and DragonFly 1.2 gccjoerg2-4/+13
links against -lc_r only when -pthread is used, otherwise both -lc_r and -lc gets linked in.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam2-6/+5
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-18Update to 0.9.1:wiz3-8/+9
- input-linux_kbd: Fix tons of warnings about type re-defintions. Patch from Tobias Hunger. - fix compiler error with gcc 3.4 in the pthread based scheduler. Patch from Tobias Hunger. - #define GIIK_Enter and GIIK_Delete properly in <ggi/keyboard.h> - pthread locking: fix crash on GNU Hurd - typo fix: configure --disable-stdin now actually disables input-stdin - input-xwin: locking is conditional, so do with unlocking. Patch from SF #1164406 - input-x: enable keyboard focus by default as originally intended - build system: fix case bug in long long test - build system: make configure fail when passing an unsupported mutex type to --enable-mutexes - documentation: added manpages for input-x and input-xwin
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-05Require native threads or build ggtick; should fix bulk build on 1.6.2.wiz1-1/+3
2005-03-28Remove --enable-mutexes=int from CONFIGURE_ARGS (suggested bywiz2-3/+13
Christoph Egger) and fix PLIST on NetBSD-1.6 (and other systems without native threads). Set TEST_TARGET. Bump PKGREVISION to 1.
2005-03-25Update to 0.9.0:wiz8-32/+53
New in 0.9.0: 2004-11-30: - Documentation updates - KII target improvements - minor fixes to button and symbol handling - handle labels correctly now - merge improvements from the FreeBSD ports tree - works on Windows using MinGW w/o requiring special Makefiles. - task scheduler as an abstraction for platform independent threads. - DirectX target improvements - Tries to use the actual keyboard layout, and only fall back to the hardcoded defines when that does not work. - Makes shift and caps lock bring you capital letters. - Dead keys support (GIIK_VOID in sym, synthetic press/release events if non-matching key is hit after the dead key). - Renamed Caps, Num and Scroll to CapsLock, NumLock etc. - Mouse wheel support. - Support for up to 8 mouse buttons (2 previously). - Support for emPtrRelative. - Preliminary support for emPtrRelative. - Fixed a bug so that a lot of surplus emPtrAbsolute events are killed. - Support for various game controllers. - The mouse and the keyboard are separated into two devices. - Emulates key repeat messages. New in 0.8.7: 2004-11-30: * hotfix: input-linux-evdev: fix compiling error where KEY_103RD is not defined (SuSE 9.1) * minor buildsystem update * use more length bounded string operations
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-35/+1
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-21Update DESCR, requested and supplied by Christoph Egger.wiz1-10/+14
2004-09-20Update to 0.8.6:wiz9-61/+50
New in 0.8.6: 2004-09-14: * ggGetUserDir(3): Eliminate race condition * ggGetUserDir(3): Fix memory leak on Darwin when $HOME is not set * Bugfix: ensure aligned memory access in event handling. Fixes crash on NetBSD/sparc64 * giiSplitInputs(3): make it work - finds the actual input * config file parsing fixes New in 0.8.5: 2004-05-29: * add hotfix to make libgii compile for linux users, who uses kernel 2.6 headers to compile their userland. Fixes Debian bug 224802 * libtool update. Fixes Debian bug 208288. * add 'See Also' section to libgii(7) manpage and lots of other documentation updates * build system updates * linux_kbd fix: read unicode symbols correctly. Patch from Aurelien Reynaud. * focus pulling fix in xwin/x: Key focus should no longer get lost, when the mouse is NOT over the window. Note, input-x need to know some little more information from libggi's display-X. So don't forget to update libggi's display-X as well, otherwise you may experience everything from strange input behaviour to crashes. Hi Christoph!
2004-04-18No longer used.snj1-32/+0
2004-03-11bl3ifyjlam2-3/+23
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-05Update to 0.8.4xtraeme5-45/+26
Changes since 0.8.3: * gcc 3.3 warning fix (warnings caused by <ggi/gg.h>:194 fixed) * hotfixes for libgii 0.8.3 * fixed memory leak on unloading modules under Darwin * win32 (cygwin/mingw) compile fixes from Albert Graef * cygwin build fixes
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-04-06Replace patch-ab with the version that will be in the next release.wiz2-11/+9
2003-04-02Update to 0.8.3:wiz11-70/+130
New in 0.8.3: * The two hotfixes for libgii 0.8.2 * manpage fixes * several minor fixes New in 0.8.2: 2002-12-??; * Misc bugfixes (see ChangeLog). * Huge Documentation update. * Threadsafety fixes * LibGG: New supported platform: Darwin * Major build system update - autoconf 2.5x works now - build fixes for many platforms * input-kii - new input target. Works for many KGI users, but still not for everyone. - still very experimental, thus disabled by default * input-x/input-xwin - handle GraphicExpose events * input-ipaq - new touchscreen input for Compaq iPaq from Tobias * input-zaurus - new touchscreen input for Sharp Zaurus from Tobias New in 0.8.1: 2001-08-26; * Nothing much in the code except the usual minor fixes. * The build process is improved. New in 0.8: 2001-07-10; * Misc bugfixes (see ChangeLog). * Huge Documentation update. * New API: giiSplitInputs() * input-linux-evdev - Bugfixes from Stephan * input-directx - Update * input-vgl - small build fix for FreeBSD New in 0.7: 2000-12-18; * Portability fixes for non-Linux platforms. * Preliminary Win32 support. * All headers should be C++ compatible now. * Misc bugfixes (see ChangeLog). * Documentation updates. * Renamed GGI_ELOCKBUSY to GGI_EBUSY. * New LibGG functions ggCurTime() and ggConfigExpandAlias(). * LibGG now uses it's own mutexes when compiled with gcc - no more pthreads and dynamic linker bugs. * Support compiler type checking on gii_input_t. * New command events GII_CMDCODE_PREFER_ABSPTR and GII_CMDCODE_PREFER_RELPTR. * input-linux-evdev - New target to support the new evdev input API present in Linux 2.4 and 2.2.18. Should handle mice, joysticks and keyboards. * input-linux-mouse - Improved autodetection of mousetype. * input-mouse - 3 button support for MS protocol. - 4 button support for IMPS/2 protocol. * input-x/input-xwin - Prevent events from lagging in the socket queue in apps that don't call XFLush/XSync frequently. * input-vgl - New inputlib for FreeBSD's VGL library. * input-directx - New inputlib for DirectInput on Win32. * filter-keytrans - Added new filter to arbitrarily remap key events.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-6/+6
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-02Make this package install its configuration file under the examples treejmmv5-5/+40
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR. Bump PKGREVISION to 1.
2002-11-25Fix distinfo checksums.jlam1-2/+2
2002-11-25Note that this package uses X11.jlam1-1/+3