summaryrefslogtreecommitdiff
path: root/misc/gnome-utils
AgeCommit message (Collapse)AuthorFilesLines
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".]
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-6/+6
Make the print-PLIST target output ${MKDIR} also.
2001-12-12Use PKGLOCALEDIR. Use ncurses' and gettext-lib's buildlink.mks insteadwiz4-20/+13
of USE_CURSES and USE_LIBINTL. XXX: libgtop needs to provide a buildlink.mk before this package can be strongly buildlinked.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-13Update gnome-utils to 1.4.1. Changes include:rh7-225/+360
gnome-utils 1.4.1 (2001-10-04) general: Translation updates. (Christian Rose, Stanislav Visnovsky, Kjartan Maraas, Linas Vepstas, Pablo Saratxaga) gtt: * Many new things including: UI for custom reports, Uses guile internally for reports, can stop timer on idleness, add some more values, can edit properties without changing current project (Linas Vepstas) * Misc fixes (George) gcalc: * Fix resizing (Glynn Foster) logview: * Documentation (John Fleck) gnome-utils 1.4.0.99 (2001-09-04) general: * Update doc build stuff to use jw on RH 7.1 and any other dist which has moved to docbook-utils. (Dan Mueth) * We now require GConf (George) * Fix DESTDIR on installation. (George) * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas) * az docs removed, apparently they were quite broken (John Fleck) * Translation updates. (Abel Cheung, Valek Filippov, Kjartan Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar, Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar, Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet, Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez) gcalc: * Warning fix. (Kjartan Maraas) * Documentation fix. (John Fleck) * Fix compilations on some systems. (George) gdialog: * Fix compilations on some systems. (George) * Docs (Patanjali Somayaji, John Fleck) gdiskfree: * Some internal reorganization for excluded filesystems (Gregory McLean) * New icon/splash pixmap. (Matthias Warkus, Timothy Musson) * Minor fixes. (George) gcharmap: * Don't use the system colormap. (Kjartan Maraas) gcolorsel: * Hook up help button in preferences to do something. (Kjartan Maraas) * Don't use the system colormap. (Kjartan Maraas) gtt: * An ongoing rewrite to support many MANY cool new features. Still not 100% stable though. (Linas Vepstas) logview: * Fix FreeBSD compilation. (Peter A Jonsson) * Massage the scrolling to be more sane (it still doesn't work completely correctly). (George) * Fix compilations on some systems + various minor fixes. (George) stripchart: * Fix 64bit issues with reading /proc (George)
2001-10-05Use buildlink glue code for "libglade" to fix build problem.tron1-1/+2
2001-09-30Hack around problems with locale.h not being included. (This may not bemycroft3-7/+32
exactly TRT; it should probably use Xlocale.h.)
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-3/+3
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-25Add BUILD_DEPENDS on xml-i18n-tools. Pick up in bulk builds I'm doing.skrll1-1/+2
2001-08-13Update gnome-utils to 1.4.0.2rh3-65/+300
Notable changes include: * Fix lots of bugs in stripchart * Make logview actually work * Fix crashes all over the place * Use the gtk+2 calculator widget and make it handle keypad keys. * Man pages (Too many fixes in here to mention all of them. Basically it makes gnome-utils usable)
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-12regenrh1-2/+1
2001-04-08Remove explicit check for SunhOS now that PKGLOCALEDIR is set automaticallyrh1-11/+1
in bsd.pkg.mk
2001-04-07Update gnome-utils to 1.4.0. Changes are bugfixes and locale updates.rh8-195/+555
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron2-34/+32
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-15regenwiz1-2/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron3-39/+39
"${LOCALBASE}".
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-28add missing USE_LIBINTL. Fixes recently noted install/packaging problemdmcmahill1-1/+2
on 1.5 machines.
2001-01-08USE_CURSES, not DEPENDS on ncurses.wiz1-5/+8
2000-11-30Fix an obvious null pointer derefence when the gdict preferences dialog is usedmycroft2-1/+15
before a lookup is done.
2000-11-30Fix gcolorsel crash when lowering the tolerance the list becomes empty.mycroft2-1/+16
2000-11-30Regen.mycroft1-1/+3
2000-11-30I bet you thought y2k problems were gone by now. Well, you were wrong.mycroft1-0/+13
2000-11-30Fix unsigned char problem that caused an infinite loop.mycroft1-0/+39
2000-11-17Make sure that locale files are found on systems without "xpkgwedge".tron1-2/+3
2000-11-09Regen.mycroft1-2/+2
2000-11-09Deal with the damn locale files.mycroft5-29/+102
2000-09-03add RCS Idwiz1-0/+1
2000-07-10Remove directory "share/gnome/help/gdict/C/images" during deinstallation.tron1-1/+3
2000-06-25Add dependency on libgladerh1-1/+2
2000-06-24After talking with Matthias Scheler, revert support for building withoutdanw1-19/+1
libgtop, to force people to make the (simple but not completely obvious) changes needed to get libgtop to build on new arches.
2000-06-24Fix up PLIST in post-install if building without libgtopdanw1-1/+12
2000-06-24Only depend on gtop/libgtop on archs that libgtop builds on.danw1-1/+8
2000-06-05Remove "share/gnome/help/gdict" and sub directories during deinstallation.tron1-1/+3
2000-06-05Add missing dependence on "libgtop". This breaks the package for all portstron1-1/+2
except arm32, i386 and m68k but that is a good motivation to do the missing adaptations.
2000-06-01Update gnome-utils to 1.2.0. Changes include several new utilities,rh6-37/+182
extensive additions to the help system, and bug fixes.
2000-03-16Update "gnome-utils" package to version 1.0.51. Changes since versiontron3-20/+45
1.0.50: - ghex: removed. it's gone into a package of its own. - Makefile.am, configure.in: removed ghex related stuff; bumped the version number to 1.0.51. - gdialog/dialog.h: just "inline" isn't working on my version of gcc, made it "static inline", which should be ok. - gdialog/dialog.h: bug #2231: "extern inline" isn't allowed; just use "inline" - configure.in: add the makefiles for the gsearchtool online help - configure.in: add the gfontsel help stuff directories - configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS. - configure.in: add el to the list of languages
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-15Update for yet another change of the directory structure on the GNOME FTPtron1-2/+2
servers.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2