Commit graph

24912 commits

Author SHA1 Message Date
hubertf
cc48760cf8 Update gqmpeg to 0.10.0. Changes:
* 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 02:07:09 +00:00
lukem
df302d528b - Some operations that worked in-place on some format (e.g,
"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-27 01:26:49 +00:00
abs
c2dcd546de clean up some comments - no code change 2001-11-27 01:18:32 +00:00
kristerw
6e13e64518 Update emulators/uae to version 0.8.18.
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-27 00:04:45 +00:00
taca
ee52f3cca4 Replace remained SAMBA_SHARE to SAMBA_DATA. It was changed in revision
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-26 23:55:06 +00:00
hubertf
a6b52438fd Update to 0.3.1nb1: Adjust to new apm scheme
Hinted at by Love <lha@stacken.kth.se> in PR 14555.
2001-11-26 23:09:29 +00:00
zuntum
1ad721fae1 Add & enable qmail-users (hi wiz! thanks wiz! :) 2001-11-26 22:38:39 +00:00
pooka
d6b872d40e Replace spruce HOMEPAGE and MASTER_SITES with a more current and.. eh ..
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-26 22:30:15 +00:00
zuntum
78c5e7a6aa We don't really need distinfo, as there are no distfiles 2001-11-26 22:24:48 +00:00
zuntum
d516380156 o switched to bsd.pkg.install.mk logic -- now it depends on qmail-users package 2001-11-26 22:22:19 +00:00
zuntum
fe6e701be6 Initial import of qmail-users-1.0
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-26 22:20:32 +00:00
jlam
68653b87d0 Update description of how to create a user/group account for a package
to use PKG_{USERS,GROUPS}.
2001-11-26 22:06:58 +00:00
wiz
2491b47db5 add and enable globe 2001-11-26 20:49:27 +00:00
is
17e8d463f6 Display lit face of Earth in ASCII (twin of phoon) 2001-11-26 20:39:14 +00:00
jlam
678c0f86f8 Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. 2001-11-26 20:38:31 +00:00
jlam
22d02d6b3e Replace PKG_{USER,GROUP} with PKG_USERS and PKG_GROUPS:
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-26 20:37:38 +00:00
wiz
4353c85a3c Add 'new' NetBSD-apm support, based on patch from Love in pkg/14554.
Bump version to 1.4.2nb1.
2001-11-26 20:07:34 +00:00
wiz
0a606058b4 Add 'new' NetBSD-apm support, based on patch from Love in pkg/14553.
Make PKGNAME dewey-compatible, and bump it to 1.3.1nb1.
2001-11-26 20:02:35 +00:00
hubertf
0a38992063 fetch-list: properly quote URLs printed, as they may contain things that
the shell doesn't like.

Fixes PR 14347 by Ben Wong <Benjamin.Wong@cc.gatech.edu>
2001-11-26 19:56:06 +00:00
wiz
cecae409e5 Update to 2.11, with 'new' NetBSD-apm supported provided by Love.
[Patch from pkg/14550 applied in distfile.]
2001-11-26 19:55:40 +00:00
wiz
fa34c4821d Update to 5.0, provided by Shell Hung in pkg/14694.
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-26 17:38:11 +00:00
jlam
dd1eb83248 The buildlink.mk files for gtk and pth are implied by imlib/buildlink.mk.
Also some minor whitespace changes.
2001-11-26 16:42:19 +00:00
jlam
996ed58a93 Correct handling of directories in PLIST: we create empty directories with
mkdir for use by other gkrellm-* packages, but we use @dirrm to remove
them at deinstallation.
2001-11-26 16:37:48 +00:00
jlam
86cafe805d MKDIR and RMDIR are already substituted by bsd.pkg.mk. 2001-11-26 16:29:56 +00:00
tron
4dc4e7c86a Add missing file "share/omf/galeon/galeon-manual-C.omf". 2001-11-26 15:41:15 +00:00
jlam
1f181fe325 The apache buildlink.mk file only has a build dependency on apache. We
need a normal dependency since we require apache to be installed at
run-time.
2001-11-26 15:02:30 +00:00
jlam
ad7cbda464 In fit of paranoia after reading about the iTunes installer and given we
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-26 14:48:53 +00:00
pooka
f68601edb8 Add PREFIX to configure environment. The configure script needs it. 2001-11-26 14:47:06 +00:00
hubertf
0a59d64104 remove some more locale dirs 2001-11-26 13:32:49 +00:00
martti
576e8cf869 Updated to 0.9.5.
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-26 13:08:24 +00:00
jlam
b11ce0740a Strongly buildlinkify. 2001-11-26 10:12:03 +00:00
jlam
c360e336b0 Buildlinkify, and use REPLACE_PERL instead of home-grown method of
replacing for perl's path.
2001-11-26 10:00:36 +00:00
abs
e2c6a12002 Needs x11.buildlink.mk (at least with xpkgwedge) 2001-11-26 09:54:52 +00:00
jlam
6e896e42e0 Forgot a CONFDIR -> PKG_SYSCONFDIR replacement. 2001-11-26 07:30:44 +00:00
jlam
62f34ce4e8 Missed a CONFDIR -> PKG_SYSCONFDIR replacement. 2001-11-26 06:54:14 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
a137e40e13 Buildlinkify. 2001-11-26 06:22:02 +00:00
jlam
7c9a9a2ab2 Remove unneeded commented lines. 2001-11-26 06:09:18 +00:00
jlam
4f6870906f Make this build again after the Alistairs changes to remove some sub-make
processes.
2001-11-26 06:08:26 +00:00
jlam
93af58d969 Buildlinkify. 2001-11-26 05:56:36 +00:00
kent
489857ae2c Correct configuration for pcre. 2001-11-26 05:35:38 +00:00
jlam
748e348ae2 Respect PKG_SYSCONFDIR. 2001-11-26 05:18:32 +00:00
jlam
450b47d81a p5-HTTPD-User-Manage also used APACHE_SYSCONFDIR (implicitly). Also
re-indent for aesthetic considerations.
2001-11-26 05:18:01 +00:00
hubertf
f58d01909a Update to 8.0.200.b4 (beta.04). More bugfixes. 2001-11-26 04:52:47 +00:00
hubertf
a329f921a8 Run "make bulk-package" with stdin redirected from /dev/null,
to prevent it sitting there for days waiting for input in useless
situations.
2001-11-26 00:55:45 +00:00
zuntum
24c9b71584 Converted to respect PKG_SYSCONFDIR 2001-11-25 23:55:35 +00:00
dmcmahill
ad3cbb6276 fix typo in error output message (s/PKNAME/PKGNAME). Patch from
Hubert Feyrer.
2001-11-25 23:24:26 +00:00
jlam
2d24242885 Complete idea behind previous commit. 2001-11-25 23:18:23 +00:00
jlam
654a754082 Allow passing flags to linker and to compiler via LDFLAGS and CPPFLAGS
settings in the package Makefile.
2001-11-25 23:09:19 +00:00
zuntum
d14905f88d Respect PKG_SYSCONFDIR ! :) 2001-11-25 22:55:04 +00:00