summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-11-27upgrade to 9.2.0.itojun7-94/+165
list of changes between 9.1.3 to 9.2.0 is available at: http://www.isc.org/products/BIND/bind9.html
2001-11-27upgrade to 9.2.0. minor bugfixes only.itojun2-5/+5
(will overwrite net/bind9 by net/bind9-current)
2001-11-27Fix a typo -- USE_BUILDLINK_ONLY=YES, not +YESexplorer1-2/+2
2001-11-27Mark scripts as executable - makes them runable out of the boxhubertf1-1/+2
2001-11-27add a few quotes to make things a bit clearer in one placehubertf1-2/+2
2001-11-27Update devel/cpuflags to 0.11abs3-46/+45
Allow -march=k6 for gcc 2.95 and later, cleanup fallback for older gcc
2001-11-27Add commented-out entry for GQMPEG_NO_RUSSIANhubertf1-2/+7
2001-11-27Update gqmpeg to 0.10.0. Changes:hubertf4-25/+23
* Added video4linux radio tuner support of /dev/radio, stations are added by 'opening custom' and choosing 'Radio station'. * Updated French translation. * Allow user options entry for ogg123. * Attempt to set the correct ogg123 device for the platform. * Added (untested) support for mixers on Tru64 and HPUX. * Added Russian ID3 tag support (configure --enable-russian). * Show overwrite confirm dialog when overwriting a playlist. * Fix closing of a pipe twice in ogg123 module. * Fix incorrect warning flags during ogg123 playback. * Make double size work again. * Minor bug fixes.
2001-11-27- Some operations that worked in-place on some format (e.g,lukem2-1/+56
"mogrify -rotate 90 foo.tiff") used to leave the result in /tmp/magickXXXXXXX with an in-file image comment of /tmp/magickXXXXXXX.mgk. Now it writes back to foo.tiff and the in-file comment is correct. For some reason, working on jpg's didn't exhibit this problem - Some operations that generate new files from some formats (e.g, "mogrify -format jpg -rotate 90 foo.tiff") used to leave the result in /tmp/magickXXXXXXX.jpg. Now foo.jpg is generated. For some reason, converting jpg->tiff didn't exhibit this problem.
2001-11-27clean up some comments - no code changeabs1-4/+3
2001-11-27Update emulators/uae to version 0.8.18.kristerw3-22/+19
User-visible changes in 0.8.18: - Numerous bug fixes. - There's a track and LED display added to the bottom of the screen.
2001-11-26Replace remained SAMBA_SHARE to SAMBA_DATA. It was changed in revisiontaca1-4/+4
1.69, but some were remained. Fix the problem that some data files are installed into root directory, noted from Lennart Augustsson <lennart@augustsson.net> private mail.
2001-11-26Update to 0.3.1nb1: Adjust to new apm schemehubertf3-7/+9
Hinted at by Love <lha@stacken.kth.se> in PR 14555.
2001-11-26Add & enable qmail-users (hi wiz! thanks wiz! :)zuntum1-1/+2
2001-11-26Replace spruce HOMEPAGE and MASTER_SITES with a more current and.. eh ..pooka1-3/+3
approriate address. Problem noted by arctic- on irc XXX: uncertain if master site is correct. sourceforge is down for a reason or another, and there are no easily spottable mirrors.
2001-11-26We don't really need distinfo, as there are no distfileszuntum1-4/+0
2001-11-26o switched to bsd.pkg.install.mk logic -- now it depends on qmail-users packagezuntum5-133/+18
2001-11-26Initial import of qmail-users-1.0zuntum4-0/+44
This package installs users necessary to build & run qmail package. Not very clear and elegant for sure, but imho better than previous method.
2001-11-26Update description of how to create a user/group account for a packagejlam1-7/+27
to use PKG_{USERS,GROUPS}.
2001-11-26add and enable globewiz1-1/+2
2001-11-26Display lit face of Earth in ASCII (twin of phoon)is5-0/+61
2001-11-26Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}.jlam9-41/+36
2001-11-26Replace PKG_{USER,GROUP} with PKG_USERS and PKG_GROUPS:jlam4-113/+177
PKG_USERS represents the users to create for the package. It is a space-separated list of elements of the form user:group[:[userid][:[descr][:[home][:shell]]]] Only the user and group are required; everything else is optional, but the colons must be in the right places when specifying optional bits. Note that if the description contains spaces, then spaces should be double backslash-escaped, e.g. foo:foogrp::The\\ Foomister PKG_GROUPS represents the groups to create for the package. It is a space-separated list of elements of the form group[:groupid] Only the group is required; the groupid is optional. This solves the problem of what to do when there is more than one user or group needed for a package, e.g. qmail. Also add a bit more error-checking to the INSTALL/DEINSTALL scripts.
2001-11-26Add 'new' NetBSD-apm support, based on patch from Love in pkg/14554.wiz3-3/+16
Bump version to 1.4.2nb1.
2001-11-26Add 'new' NetBSD-apm support, based on patch from Love in pkg/14553.wiz3-6/+15
Make PKGNAME dewey-compatible, and bump it to 1.3.1nb1.
2001-11-26fetch-list: properly quote URLs printed, as they may contain things thathubertf1-2/+2
the shell doesn't like. Fixes PR 14347 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2001-11-26Update to 2.11, with 'new' NetBSD-apm supported provided by Love.wiz2-7/+6
[Patch from pkg/14550 applied in distfile.]
2001-11-26Update to 5.0, provided by Shell Hung in pkg/14694.wiz3-6/+25
More interesting changes since 4.3: Module "Date::Calc": + Added the following new functions: * check_time() * Delta_YMD() * Delta_YMDHMS() * Add_Delta_YM() * Add_Delta_YMDHMS() * Normalize_DHMS() * This_Year() * Gmtime() * Localtime() * Mktime() * Timezone() * Date_to_Time() * Time_to_Date() * Fixed_Window() * Moving_Window() * ISO_LC() * ISO_UC() + Added support for Norwegian. + Added support for Swedish. + Added support for Danish. + Added support for Finnish. + Changed the month names of some languages to lower case. + Changed the french "long" date format to a more popular form. + Fixed the broken parsing of special ISO-Latin-1 characters in Date::Calc (replaced <ctype.h> with better solution). - Locales wouldn't help here, because "Decode_Language()" must work with any locale setting. Moreover, setting a language in Date::Calc would also require to set the proper corresponding locale in the current environment, which may not be available on the current system. The new solution works independently of any locale and with ALL languages (in ISO-Latin-1). + Changed the function "Add_Delta_YMD()" to have a more intuitive, consistent and reversible behaviour. This might break existing code, though. (To get the old behaviour, use the new function "Add_Delta_YM()" plus "Add_Delta_Days()" thereafter instead.) + Added an optional boolean parameter "orthodox" to "Calendar()" for calendars starting with Sunday instead of Monday. + Changed the behaviour of the "Decode_Date_*()" set of functions: if the current year is available on the system, then a "moving window" strategy is applied to year numbers < 100; otherwise it defaults to the previous behaviour (see version 4.3 below). + Changed the "Week_of_Year()" function: In scalar context, it now returns just the week number. BEWARE, this is a DANGEROUS feature - see the manual page for why this is so! Module "Date::Calc::Object": + Added the module Date::Calc::Object, an object-oriented add-on to Date::Calc with overloaded operators. Modules "Date::Calendar[::(Year|Profiles)]": + Added the modules Date::Calendar, Date::Calendar::Year and Date::Calendar::Profiles, for calculations which need to take holidays into account (and for generating calendars).
2001-11-26The buildlink.mk files for gtk and pth are implied by imlib/buildlink.mk.jlam1-7/+5
Also some minor whitespace changes.
2001-11-26Correct handling of directories in PLIST: we create empty directories withjlam1-3/+2
mkdir for use by other gkrellm-* packages, but we use @dirrm to remove them at deinstallation.
2001-11-26MKDIR and RMDIR are already substituted by bsd.pkg.mk.jlam1-3/+1
2001-11-26Add missing file "share/omf/galeon/galeon-manual-C.omf".tron1-2/+2
2001-11-26The apache buildlink.mk file only has a build dependency on apache. Wejlam2-2/+5
need a normal dependency since we require apache to be installed at run-time.
2001-11-26In fit of paranoia after reading about the iTunes installer and given wejlam2-82/+99
now work on Darwin, and then the discussion about allowing spaces in user/group names, make these scripts work even if the inputs contain spaces. Yes, this is overkill, but after doing all of the work, I didn't want to waste it.
2001-11-26Add PREFIX to configure environment. The configure script needs it.pooka1-1/+2
2001-11-26remove some more locale dirshubertf1-1/+3
2001-11-26Updated to 0.9.5.martti9-54/+60
Highlights include: Command Line Printing, Normal Mode, Thesaurus, Dictionary support, All image type support (these last three via plugins), Header/Footers for first/last/facing pages, Dynamic Toolbars (drag and drop toolbar icons) for Unix/Gnome. Plus lots of other stuff and bugfixes.
2001-11-26Strongly buildlinkify.jlam1-5/+4
2001-11-26Buildlinkify, and use REPLACE_PERL instead of home-grown method ofjlam3-22/+6
replacing for perl's path.
2001-11-26Needs x11.buildlink.mk (at least with xpkgwedge)abs1-1/+2
2001-11-26Forgot a CONFDIR -> PKG_SYSCONFDIR replacement.jlam20-45/+43
2001-11-26Missed a CONFDIR -> PKG_SYSCONFDIR replacement.jlam1-2/+2
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam195-555/+776
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26Buildlinkify.jlam2-5/+55
2001-11-26Remove unneeded commented lines.jlam1-5/+1
2001-11-26Make this build again after the Alistairs changes to remove some sub-makejlam1-5/+11
processes.
2001-11-26Buildlinkify.jlam2-1/+51
2001-11-26Correct configuration for pcre.kent1-3/+3
2001-11-26Respect PKG_SYSCONFDIR.jlam3-8/+15
2001-11-26p5-HTTPD-User-Manage also used APACHE_SYSCONFDIR (implicitly). Alsojlam1-11/+12
re-indent for aesthetic considerations.