Commit graph

4525 commits

Author SHA1 Message Date
rillig
5f3b935cfc If we provide a mandoc-style manpage, we must also provide it
pre-formatted, for Solaris and some other operating systems that cannot
render it.
2007-11-28 07:28:27 +00:00
bouyer
9535d5e7a8 Properly initialize physaddr_bitsize for native 64bit dom0. Makes
NetBSD/xenamd64 boot on systems with more than 4Gb RAM.
Bump pkgrevision.
2007-11-26 19:35:24 +00:00
tron
4b7031b19d Don't try to use ACLs under Mac OS X Leopard. acl_get_fd(3) return ENOENT
all the time which causes "gcp" and "gmv" to complain a lot.
Bump package revision because of this fix.
2007-11-26 15:40:45 +00:00
tron
5321b4a2c4 Simply check for Mac OS X Leopard. 2007-11-26 09:35:39 +00:00
tron
6b9661cc2b Use work around from "bug-gnulib" mailing list to fix build problem
under Mac OS X Leopard.
2007-11-26 00:52:32 +00:00
bouyer
3f5c975c8e Make it build on NetBSD/amd64. This packages requires bash on this platform;
if someone feels bored he can look at fixing the script :)
2007-11-22 21:49:54 +00:00
drochner
a56b18c649 reset PKGREVISION for gst update 2007-11-22 20:35:53 +00:00
drochner
fc4fe5a85c update to 2.20.1
only change is "Fix dns-sd crash" which is not relevant to pkgsrc,
so the update is cosmetical
2007-11-22 20:16:27 +00:00
apb
7af5cd05ed We need to define VNODE_VFLAG and NCACHE_VROOT to build on older
versions of NetBSD.  Thanks to PR/37393 from Yakovetsky Vladimir
for the hint.
2007-11-21 21:01:40 +00:00
apb
9d9d2f1537 Update checksums for patch-ad and patch-af, forgotten in previous commit. 2007-11-21 20:42:16 +00:00
xtraeme
27eae9ce11 Version 4.0.8
21 November 2007

- add a startup check for amount of memory being greater than the possible
  address space; prevents user confusion on 32-bit systems that use addressing
  tricks to have >4GB total system memory.  Thanks: Michael Kelly.
- documentation updates
2007-11-21 18:41:19 +00:00
apb
c32fafa0c9 Make lsof build on NetBSD >= 4.99.33. 2007-11-21 11:01:55 +00:00
tron
34e9459a91 Update "duplicity" package to version 0.4.3. Changes since version 0.4.2:
Move get_password() to Backend class to standardize.
- Fix problem with ftpBackend to create target directory
  if needed.  Note: this creates only one level.
- Dropped ssh-command and added ssh-options to allow users
  to add options to the scp and sftp commmands.
- Removed use of tempfile.TemporaryFile().  This fixes the
  restore problem on Windows that was due to Python bug
  1776696 reported on Sourceforge.
- Fixed Debian Bug#437694: Make bzip2 compression optional.
  The default is not to do bzip2 compression.  To use bzip2
  add the following command line option:
  --gpg-options='--compress-algo=bzip2 --bzip2-compress-level=9'
  Note: do not add spaces in the string value.
- Fixed bug 20764 - unable to use port in ssh backend.
  https://savannah.nongnu.org/bugs/?20764
- Remove ssh_command option, add ssh_options.  This adds
  options to the scp and sftp commands that are used by
  the ssh backend.
- Change ssh backend to send 'quit' instead of EOF when
  using sftp.  This allows it to run under cron as long
  as the password is supplied non-interactively.
- Change ssh backend to not pass :port part of URL to
  scp or sftp.  We already supply -oPort=xx for port.
2007-11-19 13:46:36 +00:00
bjs
e047df33ec SUBDIR+= psftools 2007-11-19 04:59:01 +00:00
bjs
16372c38e8 Import psftools-1.0.5.
The PSFTOOLS are designed to manipulate fixed-width bitmap fonts, such as
DOS or Linux console fonts. Both the PSF1 (8 pixels wide) and PSF2
(any width) formats are supported; the default output format is PSF2.

Note that these programs share no code with the Linux console utilities
(kbd).

NOTE: One may use the psf2txt utility to generate data for inclusion in
NetBSD's (or OpenBSD's) wscons built-in kernel font headers.  Currently,
the output requires some additional processing; I may add additional
functionality in the future, though anyone who wishes to contribute
patches is encouraged to do so! ;)
2007-11-19 04:58:15 +00:00
bouyer
bc7ff7b2d4 Make it build and run on amd64. 2007-11-17 16:45:32 +00:00
wiz
0b09193af9 Reset maintainer for itojun's packages. 2007-11-17 13:40:15 +00:00
hiramatsu
e6ecb478b0 Update p5-File-Copy-Recursive to 0.35.
Changes from 0.30:
0.35  Mon Aug 27 16:18:53 2007
        - fixed rt 29008

0.34  Tue Aug 21 09:41:05 2007
        - samecheck return; instead of croak;
        - remaining croak()'s to $! = .. return;

0.33  Thu May 10 12:19:36 2007
        - Sorry missed this one w/ 0.32... rt 25529

0.32  Wed May  9 20:56:55 2007
        - rt 26459

0.31  Wed Jan 24 16:42:15 2007
        - Fixed "Uninitialized value in -e ... line 196" problem. (Thanks Ben Thomas)
        - Fixed similar issue in nearby code (use of $_[0] instead of $org)
        - removed pointless at best, vague problem at best !-e readlink() check from symlink patch from 21267 introduced in 0.26
2007-11-17 13:00:49 +00:00
dillo
a8d40a33c1 Update to 1.2.0 and fix two bugs:
- Only use index 1 as track boundary.  Previously, the first index was
  taken as the end of the previous track and the last index as the start
  of this track.  All sectors in between were silently dropped.

- Stop output of a track *before* the first sector of the next track.
  Previously, the first sector was output twice, once as the last
  sector of the previous track, once as the first sector of the
  current track.

Patches will be sent upstream shortly.


Take maintainership, ok pooka.
2007-11-16 12:03:42 +00:00
rillig
b937764311 Some users don't have "." in their PATH, for good reason.
Solaris needs an extra -lm.
2007-11-14 13:15:36 +00:00
drochner
c54c485b17 Work around a missing check for sys/param.h in configure, to make it
build on NetBSD-3, fixes PR pkg/37292 by Gilles Gravier.
Thanks to Gilles for testing the fix.
(I'll report the missing configure check upstream.)
2007-11-12 20:52:52 +00:00
wiz
7372e19728 Remove batraq.anything3d.com and mishka.terabyte.com.ua from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37334.
2007-11-12 00:10:10 +00:00
wiz
f585727c65 Remove fuf.sh.cvut.cz from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37333.
2007-11-12 00:09:15 +00:00
martti
9afb20a137 Added commented-out LICENSE=something. 2007-11-11 11:35:48 +00:00
agc
748a44ee57 This package doesn't compile on Dragonfly or Solaris 10, as confirmed by
bulk build results, so mark it as only for NetBSD/i386 and then add to this
list as it gets ported to different operating systems.
2007-11-11 11:02:11 +00:00
jnemeth
af2b826937 add and enable rename 2007-11-08 20:09:49 +00:00
joerg
e725e20c42 Bump version or revision of all packages that have a runtime dependency
on gzip.
2007-11-08 19:39:42 +00:00
drochner
afbf8e6e81 sync w/ base pkg (no change except version number) 2007-11-05 20:08:45 +00:00
drochner
d4bed7882c update to 2.20.0
This switches to the new gnome-2.20 branch.
2007-11-05 19:10:29 +00:00
drochner
b7d9ee1a38 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-05 19:09:07 +00:00
drochner
4d7f1acf90 update to 2.20.0
This switches to the new gnome-2.20 branch.

pkgsrc notes:
-System dependant parts were reorganized upstream, in particular there
 if a subtree for FreeBSD now, and one for the other BSDs. I didn't
 pull in the DragonFly patches because I can't decide whether to base
 them on the freebsd or the rest.
-I've changed the NetBSD code to use kinfo_proc2 almost completely.
 Some vm statistics reporting might be less accurate now because
 some fields in proc2 seem to be unmaintained by the current kernel
 (eg ixrss).
-Also, some libgtop functions might be able to run in the non-privileged
 part now, but dealing with this would require even more #ifdefs, so
 we should consider setting up a private subtree as FreeBSD did.
-I didn't verify with older NetBSDs; kvm_getproc2() has been in the
 tree for quite some time so I hope it will just work without the need
 for excessive "#if __NetBSD_Version__ > t".
2007-11-05 19:06:02 +00:00
rillig
61ac5daff5 Imported rename from PR 37280.
Rename is a command-line rename tool.  It can substitute, lowcase,
upcase large numbers of file names, or change their ownerships.
This is a quick and powerful tool written in C with extended regular
expression support for searching and substituting pattern strings
in filenames.
2007-11-05 15:56:34 +00:00
rillig
a8826cd434 + rename 2007-11-05 15:49:45 +00:00
rillig
8f8d3f20b6 + oak
+ rename
2007-11-05 06:42:00 +00:00
gendalia
7e03c2d9f3 Update Jason's email address here too. 2007-11-04 03:52:47 +00:00
gendalia
3370d3915e Jason's address has changed. 2007-11-04 03:46:01 +00:00
drochner
e2c219f35c update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-11-03 16:32:49 +00:00
rillig
9cd71b216d Imported oak from pkgsrc-wip.
Oak is a program that can be used to monitor syslogs from a collection
of servers and notify operators when problem conditions arise. In
addition to providing immediate notification of critical problems, oak
will also batch less critical problems into summary messages that can be
sent less often and via any medium.

Packaged by jdwhite@jdwhite.org.
2007-11-03 14:28:21 +00:00
rillig
e076cfff07 Files from DISTDIR should not be copied with the -p option, since they
could be write-protected by file flags, which makes it difficult to
remove them with "make clean".

While here, replaced some custom code with things that have been added
to the pkgsrc infrastructure. This makes the Makefile a bit shorter.
2007-11-01 08:34:42 +00:00
gdt
3f920050e9 generic-nonlicense 2007-10-31 21:45:33 +00:00
drochner
48d21b185c update to 2.20.0
This switches to the new gnome-2.20 branch.
Also fix the CONFLICTS handling resulting from the recent rename.
2007-10-31 19:58:13 +00:00
wiz
564545dac0 Move CONFLICTS line to correct place. 2007-10-31 02:16:03 +00:00
drochner
4cc3bc2462 replace some deprecated use of SigC::slot() -- libsigc++-2.1 will
remove it (didn't test with 2.0 again, hope I didn't break it)
2007-10-30 19:01:29 +00:00
bjs
1abfd2e5e7 -- Add DESTDIR support.
-- Use INSTALLATION_DIRS_FROM_PLIST=yes; share/playvt wasn't in PLIST.
-- Change some assignment operators to ?=, and:
-- Add USE_BSD_MAKEFILE=yes to set those values.
-- Bump rev.
2007-10-30 02:22:54 +00:00
joerg
5c0f407982 Don't expect the OS to provide inb/outb, just define the assembler
functions directly. Fixes build on NetBSD current. Add DESTDIR support.
2007-10-29 18:41:24 +00:00
sborrill
8c5d199b6d Don't need to bump PKGREVISION as by default, options as on (i.e. same as
before)
2007-10-29 12:44:56 +00:00
sborrill
1301bed0d3 Add cgi and snmp options (on by default) 2007-10-29 12:40:58 +00:00
rh
d55390bb88 Update the user_darwin scripts to 20071026. This adds compatibility with
Darwin 9.x / Mac OS X 10.5 (Leopard), which no longer uses netinfo.
2007-10-29 08:12:55 +00:00
heinz
89c3c63625 Regen (Linux-specific change for patch-aa) 2007-10-28 16:18:02 +00:00
obache
a1c926cfb7 I forgot to commit distinfo since changed patch-ac... 2007-10-28 14:19:13 +00:00
heinz
77857cf839 Instead of removing the unportable inclusion of features.h marked it as
specific to Linux.
2007-10-28 10:27:34 +00:00
heinz
353a1bd0ae Made CFLAGS and LDFLAGS overridable through the pkgsrc Makefile.
Proposed by Christian Hattemer in PR pkg/37190.
2007-10-28 10:10:09 +00:00
obache
04162c3095 Move patch location to maintain easy. 2007-10-28 04:16:15 +00:00
obache
4ae0ec8b39 Fix typo (OPSYS => OSTYPE). 2007-10-28 02:18:08 +00:00
obache
13c3b8596d Update skill to 4.1.4.
Based on patch provided by Yakovetsky Vladimir in PR 36788.
Add target for FreeBSD and Linux (and IRIX/OSF/AIX/HUPX, not tested).
XXX: Should use distribution's Config script instead?

4.1.2: Minor feature enhancements
This release features support for Cygwin. It validates on Solaris 5.9-10, HP-UX
11.23, and FreeBSD 5.3. There is an HP-UX 64-bit fix. The FreeBSD 5.x special
proc handling was improved, and there were some minor cleanups.

4.1.3: Minor feature enhancements
This release adds support for AIX v5. It has a work-around for a Solaris issue
where the process open() call would hang.

4.1.4: Minor bugfixes
skill and snice now act on each process only once (for systems like BSD that
return the same Process ID multiple times, once for each instantiated thread).
Support has also been added for FreeBSD 6.2 and HP-UX 11.31.
2007-10-27 02:52:22 +00:00
joerg
605923e99d Add DESTDIR support. Split install -d command as it is not portable. 2007-10-26 15:06:19 +00:00
wiz
23382c1b3d Drop maintainership. 2007-10-26 10:01:53 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
fa11c5863f Added support for installation to DESTDIR and for PKGMANDIR.
Changed patch-ab (and pkgsrc Makefile) such that it should be acceptable for
inclusion upstream.
2007-10-25 08:51:30 +00:00
wiz
53c78ecfea Fix installation. Fill in PLIST. Bump PKGREVISION. 2007-10-24 23:25:11 +00:00
wiz
659cc0837b Update to 2.01.01a36:
All speed limitations may be disabled by setting the environment variable
CDR_FORCESPEED to "any". The drive buffer size recognition was changed so
that cdrecord now shows correct size values even for the LG GSA-H55N.
DVD-RW/DL may now be blanked. The "out-fd=descriptor" option was added to
cdda2wav, and allows the user to redirect informational output to a file
descriptor other than stderr. A core dump with mkisofs in the Joliet code
caused by the new Apple UDF extensions is now avoided.
2007-10-24 09:50:16 +00:00
joerg
3ccc61f919 DESTDIR support. 2007-10-23 14:11:51 +00:00
taca
a380c3fe58 Add const to fix compile problem on some platforms. 2007-10-19 03:56:13 +00:00
tnn
d2040c4f5a Make sure the sbin directory exists before installing into it. 2007-10-18 23:03:47 +00:00
cjs
d350f3ddb1 Add tree subdir. 2007-10-18 02:53:25 +00:00
agc
516a762295 Add and enable open-vm-tools 2007-10-17 21:37:17 +00:00
agc
39c28cb2ac Initial import of open-vm-tools (version 2007.09.04-56574) into the
Packages Collection.

	The Open Virtual Machine Tools (open-vm-tools) are the open source
	implementation of VMware Tools.  They are a set of guest operating
	system virtualization components that enhance performance and user
	experience of virtual machines.  As virtualization technology rapidly
	becomes mainstream, each virtualization solution provider implements
	their own set of tools and utilities to supplement the guest virtual
	machine.  However, most of the implementations are proprietary and are
	tied to a specific virtualization platform.

	The tools are currently composed of kernel modules for Linux and
	user-space programs for all VMware supported Unix-like guest operating
	systems.  They provide several useful functions like:

	    * File transfer between a host and guest
	    * Improved memory management and network performance under
	      virtualization
	    * General mechanisms and protocols for communication between host
	      and guests and from guest to guest
2007-10-17 21:35:53 +00:00
rillig
7f19bc0454 Fixed the computation of the coordinates. Using `int's for trigonometry
is weird.

PKGREVISION++
2007-10-17 10:03:59 +00:00
cjs
b8309c3428 Tree is a recursive directory listing program that produces a depth
indented  listing  of  files,  which  is colorized ala dircolors if the
LS_COLORS environment variable is set and output is to  tty.

Tree has various options for changing the information printed (size,
permissions, etc.) As well as plain text output, it is capable of
producing HTML output that includes links with an appropriate prefix.
2007-10-17 06:48:38 +00:00
bouyer
76c861a001 Fix Xen kernel to silence a message on recursive Page Table Entries for
level >= 3 (will send to Xen developers)
Allow this package to build on x86_64.
bump PKGREVISION.
2007-10-16 20:31:57 +00:00
tnn
21d38e3e59 Update to findutils-4.2.31 and enable DESTDIR support.
The list of changes from 4.1 is long and includes a range of performance
improvements, portability fixes and a locate(1) security fix. Most of the
pkgsrc patches have also been merged or otherwise fixed upstream.
2007-10-16 00:45:52 +00:00
adam
ad2bce687f Changes 2.20:
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation
  is built wihout hiding optional API, such as use of exceptions.
* libgnomevfs/libgnomevfsmm/directory-handle.cc: Fixed build with
  disabled exceptions.
* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,
  to fix the build on some platforms.
2007-10-13 17:44:12 +00:00
jmmv
8b60523049 Make IPv6 support optional. Per PR pkg/37112 by Yakovetsky Vladimir. 2007-10-13 13:13:16 +00:00
reed
fb7a7d20d3 Upgrade pwgen to 2.06.
Changes: Theodore Ts'o (9): Add .gitignore file Fix pwgen -Bs so that
   this option combination works correctly Fix the pwgen -Bc option
   combination Fix typo in pwgen man page. Make the -s option imply the -nc
   options Add -v option to generate passwords without vowels Update Debian
   changelog for 2.06 release Fix debian lintian warning:
   debian-rules-ignores-make-clean-error Update Debian Standards-Version to
   policy version 3.7.2.2

(I didn't here back from MAINTAINER for a month.)
2007-10-13 01:21:19 +00:00
rillig
0c5c6bb33a Updated checkperms to 1.10.
Changes since 1.9:
Version 1.10 (2007-09-27):
	Made the -e flag work.
2007-10-12 06:59:15 +00:00
rillig
d76d8f4d6c Needs flex; fixes PR 33028. 2007-10-10 11:11:35 +00:00
martti
bd986edbc7 Remove trailing spaces. 2007-10-09 19:19:08 +00:00
obache
9db02f94ae Make sure to run all modules' postinstall script and standard module's
uninstall script.

Affected modules are standard modules (acl, cron) and apache module.
Bump PKGREVISION.
2007-10-08 08:47:03 +00:00
xtraeme
a001e88f30 Remove binutils dependency. Bump PKGREVISION.
ok joerg.
2007-10-07 18:00:55 +00:00
kano
abdb54b351 fix obsolete URLs for www.NetBSD.org
close PR pkg/37071
reviewd by xtraeme@
2007-10-07 12:59:11 +00:00
adam
e7843c217a PLIST fix 2007-10-06 07:31:41 +00:00
obache
6ca2699a21 Update webmin to 1.370.
This version contains Unspecified Command Execution Vulnerability fix.
http://secunia.com/advisories/26885/

Changes since Webmin version 1.360

Webmin Users
    Added the Password Restrictions page, for configuring password quality and
    change time settings.
    Re-designed the Edit User page to use the new Webmin UI library, and move
    lesser-used fields into collapsible sections.
    Webmin users can have a real name, which can be any text you like.

Apache Webserver
    Available Apache modules are now fully automatically detected on all
    operating systems, which does away with the Re-Configure Known Modules page.

Bacula Backup System
    Removed the requirement for the /etc/bacula/bacula command to be installed,
    if /etc/init.d/bacula-* scripts exist.
    Added a field to the mount/un-mount page for entering an auto-loader slot
    number.

BIND DNS Server
    Added a button to the main page for adding a record with the same name and
    value to multiple domains at once.

Perl Modules
    The module is now available when running Webmin inside a Solaris zone, but
    only if Perl is not shared with the global zone.

Dovecot IMAP/POP3 Server
    Supported newer versions of Dovecot which use mail_location instead of
    default_mail_env.

File Manager
    Added a Module Config option to specify file extensions to treat as HTML,
    rather than always using only .html and .htm.

Postfix Configuration
    Added the new SMTP Authentication And Encryption page for setting SASL and
    TLS related options.

Linux RAID
    Added support for RAID 10 arrays when using MDADM.
    Changed the main page to use a table for existing RAID arrays, rather than
    icons.
    Added a section for configuring RAID problem notification when using MDADM.

Shoreline Firewall
    (Updates by Paul Gear <paul@gear.dyndns.org>.)
    BUG: Corrected mis-handling of nested zones introduced in 1.350.
    Removed debugging cruft added in 1.350.
    Added support for end-of-line comments in zones, params, and shorewall.conf.
    Added support for display of long zone names under the new zones format.
    Added module option to disable display of long zone names in the rules file.

Usermin Configuration
    Separated the Configure Module page into tabs, to make it clearer which
    options are global and which are default user preferences.

Webmin Configuration
    Added a field to the Advanced Options page to control the number of days
    that files in /tmp/.webmin are kept before automatic deletion.
2007-10-05 15:47:00 +00:00
wiz
834cdd0a42 Do not try to install mkhybrid.8 either. 2007-09-30 13:49:11 +00:00
obache
d104055af4 Linux also need gmake, reported by Aleksey Cheusov in pkgsrc-users@. 2007-09-29 12:04:39 +00:00
dmcmahill
4c97c0e775 mkhybrid is no longer a seperate program. Fix Makefile accordingly to let this pkg install. 2007-09-28 21:42:10 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
hira
4c0f69f879 Fix comment (gnome-vfs2 -> gnome-vfs). 2007-09-25 10:47:52 +00:00
hira
8e2707af3f Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:07:06 +00:00
hira
8951aa3012 Back out previous. Pointed out by uebayasi@ and martti@. 2007-09-25 10:03:52 +00:00
hira
8b4409d328 mv -> ${MV}. 2007-09-25 08:49:03 +00:00
hira
ebf8ba4a7d ln -> ${LN}. 2007-09-25 08:31:52 +00:00
obache
c244763221 Exactly disable python detection.
Fixes PR 36847.
2007-09-24 12:57:04 +00:00
rillig
b0bfc1fc77 Removed the build dependency on nroff, since it is no longer needed. 2007-09-22 07:53:03 +00:00
rillig
95102500a2 Updated checkperms to 1.9.
Changes since 1.7:
Version 1.9 (2007-09-22):
	Made the code simpler: For regular files, chmod and lchmod
	behave the same.
	Provide a preformatted man page with the package, to get rid
	of the build dependency for groff.

Version 1.8 (2007-06-18):
	Added the -e option, which treats warnings like errors.

Committed during the freeze to allow easier installation on Solaris and
stripped-down versions of GNU/Linux. Ok'ed by wiz.
2007-09-22 07:49:16 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
59c708bf6b Fix PKGNAME of gnome-vfs plugin packages. 2007-09-20 22:51:00 +00:00
wiz
cf98dc96e5 Adapt for librsvg rename. Bump PKGREVISION. 2007-09-20 21:37:35 +00:00
wiz
e81cfe4627 Adapt eel dependencies; bump PKGREVISION. 2007-09-20 21:21:36 +00:00