summaryrefslogtreecommitdiff
path: root/devel/eel
AgeCommit message (Collapse)AuthorFilesLines
2010-07-14remove "eel" which is part of "nautilus" nowdrochner6-212/+0
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-4/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-10-26update for dependency changes in 2.28drochner1-5/+1
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
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-3/+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.
2009-03-16Update eel to 2.26.0.jmcneill3-17/+10
NOTE: This is the final release of eel. The eel codebase has been moved into nautilus and all further changes will happen there. Major changes in 2.26.0 were: * Stable release Major changes in 2.25.91 were: * Backport changes from nautilus * Require gnome-desktop >= 2.25.5 for new gnome-bg Major changes in 2.25.1 were: * Remove dependency on libgnome
2009-01-27no it doesn't need db4 generally - the problem must be elsewheredrochner1-2/+1
(I'd agree that bdb.buildlink3.mk is evil and should die.)
2009-01-27Requires db4, add buildlink.sketch1-1/+2
2008-12-02Remove jpeg dependency, eel doesn't check for it itself.wiz1-2/+1
2008-11-27requires jpeg nowjnemeth1-1/+2
2008-11-26correct a couple of dependencies to match what the package wantsjnemeth1-1/+3
2008-10-24Update to 2.24.1:wiz2-6/+6
Major changes in 2.24.1 were: * Fix build error * Translation updates
2008-10-16update to 2.24.0drochner4-13/+11
This switches to the gnome-2.24 release branch.
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-05-29update to 2.22.2drochner2-6/+6
changes: minor code cleanup
2008-04-15update to 2.22.1drochner4-18/+12
This switches to the gnome-2.22 release branch.
2008-04-01remove another DISABLE_DEPRECATED, for easier transition todrochner2-1/+14
upcoming gnome versions
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-3/+4
2007-11-05update to 2.20.0drochner3-9/+10
This switches to the new gnome-2.20 branch.
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-9/+9
Bump PKGREVISION.
2007-09-20Rename eel2 to eel, to match upstream name.wiz5-0/+221
2007-05-13Remove some GNOME1 packages that are unmaintained upstream and/or inwiz7-229/+0
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-31/+31
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-3/+2
USE_TOOLS+=msgfmt.
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-16Has BROKEN_GETTEXT_DETECTION. Fix label at end of compound for GCC 3.4+joerg4-2/+54
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-3/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
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-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-28Changes 1.0.2:adam4-92/+93
* Greatly speed up preference handling by storing visibility and default values internally rather than using GConf (Ramiro) * Use a 64K buffer instead of a 4K one for faster image loading (Darin) * Speed up some bad bottlenecks in scalable font handling (Alex) * Fix bugs that would treat dark backgrounds as light (Darin) * Fix storage leaks (Anders, Darin) * Make EelList work better as a replacement for GtkCList (Maciej) * Create the trash directory when needed during drag (Jonathan) * Fix problems in multibyte locales (James Su, Alex) * Set up directories so you can install eel for gnome 1 and eel for gnome 2 on the same machine (Ramiro) * Translate messages properly by using a different gettext for library vs. application messages (Darin) * Don't segfault if a NULL MIME type is returned by gnome-vfs (Darin) * Use a special drop type instead of a special file name for resetting the background -- this means that the reset feature won't work until you get a new Nautilus (Andy) * Make drop feedback nicer for EelCTree by bolding text as well as darkening the icon (Maciej) * More flexibility in the preferences class (Ramiro) * Add more EelStringList functions (Ramiro) * Add feature where EelImage can render at a lower opacity when the widget is insensitive if requested (Ramiro) * Add more ArtPoint and ArtDRect functions (Ramiro)
2005-01-01This package doesn't need perl at run time. Set USE_PERL5 to "build".minskim1-3/+3
Bump PKGREVISION due to dependency change.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+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-05-14Correct use of freetype headers.kristerw2-1/+16
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-18Convert to buildlink3.snj1-7/+7
2004-02-08s/then/them/snj1-1/+1
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2