summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-10Initial import of gtodo-applet, version 0.1:jmmv4-0/+43
Gtodo is a to-do list manager written for use with the GNOME desktop. It tries to follow the HIG and GNOME policies as well as possible. This package provides an applet for this application, to be integrated within the GNOME's panel.
2004-03-10Initial import of gtodo, version 0.14:jmmv5-0/+67
Gtodo is a to-do list manager written for use with the GNOME desktop. It tries to follow the HIG and GNOME policies as well as possible.
2004-03-10newscache-0.99.22.0.1 update done.wiz2-3/+3
2004-03-10Update to 0.99.22.0.1:wiz2-9/+9
* Adding conf-parameter NiceServer, NiceClient, NiceClean with the setpriority function * Adding conf-parameter ListenTo for multihomed hosts * Performance for big NewsCache Spools: change NewsCacheClean from chain to table and lots of bugfixes.
2004-03-10+ blib-1.1.6, blinkensim-2.7, blinkentools-2.7, multitail-3.1.2,wiz1-5/+6
xmms-alarm-0.3.4.
2004-03-10mutt-1.4.2.1 update done.wiz2-3/+3
2004-03-10Update to 1.4.2.1: minor bugfix release.wiz2-5/+5
2004-03-10We have tk-8.4 in pkgsrc now, so wavesurfer update can proceed.wiz1-2/+2
2004-03-10nut-9.11 update done.wiz2-3/+3
2004-03-10Update to 9.11:wiz3-10/+16
New in 9.11: Because the program uses the approximation of 4 calories per gram for carbohydrate and protein to analyze meals according to the "Daily Value" -- although real food has various values for calories per gram -- the program now refigures fat percentage values at each analysis so that when calories, carbs, and protein are each at exactly 100%, fat will be also. New in 9.10: This release fixes a buffer overflow in the food selection function which caused the program to not find certain foods even though they existed in the database. New in 9.9: A bug has been fixed in which during food selection, the program lost the value of the food name key. Also, some of the program's reference values for the essential fatty acids have been modified. New in 9.8: The program now defaults to either grams or ounces, depending on the weight unit the user enters to specify servings. A bug in handling customary meal names that are too long has been fixed. New in 9.7: The program computes essential fatty acid reference values based on the user's diet. Prior releases aimed toward a particular balance of Omega-6 and Omega-3. This release allows the user to specify the balance between Omega-6 and Omega-3 without having to determine the amount of the individual fatty acids. New in 9.6: The program is now capable of understanding food names in simple English, such as "fried chicken" and "mashed potatoes." This is accomplished by including the list of abbreviations the USDA uses and by successively searching for each tokenized term, whatever the order in the USDA name.
2004-03-10Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN.jlam2-21/+14
2004-03-10Include lang/ocaml/buildlink2.mk to make this package build again.kristerw1-3/+2
2004-03-10Update MASTER_SITES and HOMEPAGE; the program is no longer hosted at SF.net.jmmv1-3/+3
2004-03-10Note grhino-0.9.0 update.wiz2-3/+3
2004-03-10Update to 0.9.0:wiz2-8/+7
- Supports GNOME 2. - Fix bug where game may use wrong color when game is started from certain openings. - Fix delay problem when animate opening is off. - Add delay in Preferences to slow down animation.
2004-03-10Remove PHP3 packages from pkgsrc as they're unmaintained by PHP folksjlam48-1028/+16
and by pkgsrc folks.
2004-03-10capc-calc-2.11.9.2 update done.wiz2-3/+3
2004-03-10Update to 2.11.9.2:wiz4-30/+31
Fixed calc man page examples to move -f to the end of the line. Thanks goes to Michael Somos <somos at grail dot cba dot csuohio dot edu> for pointing this out. Linux and gcc now compiled with -Wall -W -Wno-comment. Fixed a post increment that was reported by R. Trinler <trinler at web dot de> and fixed by Ernest Bowen <ernie at turing dot une dot edu dot au>. Fixed pi.cal to not depend on the buggy pre-2.11.9 post increment behavior. Added config("cygwin") to determine if calc was compiled under Cygwin. The config("cygwin") is a read-only configuration value that is 1 when calc was compiled under Cygwin and 0 otherwise. Regression tests 949 and 950 are skipped when config("cygwin") is true. The Makefile variable HAVE_NO_IMPLICIT is empty by default so that the Makefile will test if the compiler has a -Wno-implicit flag. Added HAVE_UNUSED Makefile variable. If HAVE_UNUSED is empty, then the Makefile will run the have_unused program to determine if the unused attribute is supported. If HAVE_UNUSED is set to -DHAVE_NO_UNUSED, then the unused attribute will not be used. The Makefile builds have_unused.h which defines, if the unused attribute is supported: #define HAVE_UNUSED /* yes */ #define UNUSED __attribute__((unused)) /* yes */ or defines, if the unused is not supported (or if the Makefile variable is HAVE_UNUSED= -DHAVE_NO_UNUSED): #undef HAVE_UNUSED /* no */ #define UNUSED /* no */ Fixed numerous warnings about comparison between signed and unsigned value warnings and unused parameter warnings in version.c, zrand.c, string.c, shs1.c, shs.c, qtrans.c, qmath.c, qfunc.c, md5.c, matfunc.c, hist.c, file.c, const.c, blkcpy.c, seed.c, opcodes.c, func.c, qio.c, zrandom.c, custom/c_argv.c, custom/c_devnull.c, custom/c_help.c, custom/c_sysinfo.c, addop.c and calc.c. Fixed some typos in this file. By default, compile with -O3 -g3. The Makefile comments on how some distributions might need to use -O2 -g or -O -g.
2004-03-10doclifter-1.8 update done.wiz2-3/+3
2004-03-10Update to 1.8:wiz2-6/+6
- Avoid choking on malformed tables in Qt pages. Fix minor bug in handling of nested .if/.ie requests. Process Fa macro correctly.
2004-03-10Convert to use bdb.buildlink3.mk.jlam8-18/+18
2004-03-10bdb.buildlink3.mk is used to select a Berkeley DB implementation forjlam4-40/+157
use by pkgsrc. It will automatically depend on either db, db3, or db4 if the native one isn't sufficient. The two variables that control its behaviour are: BDB_DEFAULT is a user-settable variable whose value is the default Berkeley DB implementation to use. BDB_ACCEPTED is a package-settable list of Berkeley DB implementations that may be used by the package. E.g., if you always want to use DB4 as the Berkeley DB for all of the packages, then you can just set: BDB_DEFAULT= db4 in your /etc/mk.conf. Packages that currently include db*/buildlink3.mk should be made to include bdb.buildlink3.mk instead.
2004-03-10Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mkjlam4-28/+21
is included by not checking its value explicitly.
2004-03-10Split out the code that deals with checking whether the software isjlam50-2490/+2053
built-in or not into a separate builtin.mk file. The code to deal checking for built-in software is much simpler to deal with in pkgsrc. The buildlink3.mk file for a package will be of the usual format regardless of the package, which makes it simpler for packagers to update a package. The builtin.mk file for a package must define a single yes/no variable USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether to use the built-in software or to use the pkgsrc software.
2004-03-10Get rid of BUILDLINK_USE_BUILTIN and BUILDLINK_IS_BUILTIN, as they'rejlam1-40/+19
renamed to {USE,IS}_BUILTIN and are handled separately by the builtin.mk files. Create a new variable PREFER.<pkg> that lets <pkg>/builtin.mk determine what the preference is in a simple way.
2004-03-10Prefer the -esp and -esp-nox11 versions of ghostscript when USE_CUPS is YES.jmmv1-1/+9
2004-03-10File removed, we are now using buildlink3martti32-931/+0
2004-03-10Enable RAID tables to allow >4GB (>2GB) table data on non-big-filetv1-1/+3
filesystems. Bump PKGREVISION.
2004-03-10Add --disable-dependency-tracking to speed up normal builds considerably.tv1-1/+5
2004-03-10bl3ifyxtraeme23-84/+86
2004-03-10pkg_comp just works on NetBSD, so use ONLY_FOR_PLATFORM= NetBSD-*-*.xtraeme1-1/+2
2004-03-10bl3ifyxtraeme2-3/+24
2004-03-10note update of firefox to 0.8nb1 and firefox-gtk2 to 0.8nb1taya1-1/+3
2004-03-10fix PLIST.taya2-5/+11
remove non-exist files & add missing files
2004-03-10correct PLISTtaya2-4/+3
remove non-exist file & not needed file bump PKGREVISION
2004-03-10note update of mozilla-stable to 1.4.1nb3taya1-1/+2
2004-03-10make this compile on -current.taya3-9/+22
bump PKGREVISION
2004-03-10xfce4-extras should be nb2 not nb1.xtraeme2-4/+4
2004-03-10bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.xtraeme24-49/+294
2004-03-10bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@xtraeme43-92/+576
2004-03-10Note dependency on db - fixes build on Solaris 9.markd1-2/+4
Also USE_LANGUAGES= c c++
2004-03-10Update to match the actually released version.markd1-3/+3
2004-03-10Note update of devel/ruby-racc package to 1.4.3nb1 (really downgradetaca1-1/+2
from 1.4.4).
2004-03-10Revert ruby-racc package to 1.4.3.taca4-33/+37
It seems that racc 1.4.4 can generate parser code for Ruby 1.6.X, but racc itself can't work on Ruby 1.6.X. This ruby-racc package 1.4.3nb1 contains old ruby-racc-runtime-1.4.3 and ruby-racc-1.4.3 package.
2004-03-10bl3ify and add explicit dependency on pkgconfig.xtraeme2-2/+21
2004-03-10Note that using net-snmp would be better.wiz1-0/+2
2004-03-10Updated XFce to 4.0.4martti1-1/+22
2004-03-10Updated XFce to 4.0.4martti68-148/+166
* Bug fixes * Translation updates
2004-03-10Define NO_EXPORT_CPP so that rpcgen doesn't get mad.cube1-1/+2
2004-03-10set F77 as well as FC.dmcmahill1-1/+2
was: 1% make show-var PKG_STAGE=configure VARNAME=FC g77 2% make show-var PKG_STAGE=configure VARNAME=F77 /usr/pkgsrc-current/math/scilab/work/.gcc/bin/g77 is: 3% make show-var PKG_STAGE=configure VARNAME=FC g77 4% make show-var PKG_STAGE=configure VARNAME=F77 g77 fixes some buildlink spillover noted in the scilab package.