Commit graph

139771 commits

Author SHA1 Message Date
rillig
fd43859324 Updated pkgtools/pkglint to 4.91 2009-03-22 05:47:39 +00:00
rillig
744e7354f2 Updated pkglint to 4.91.
Important changes since 4.90:
- Fixed some issues with "package has been downgraded" warnings.
- The doc/CHANGES-* files can be checked individually now.
- Emit a warning if a package does not define PKG_DESTDIR_SUPPORT.
- In patch files, warnings about absolute pathnames, CPP macros and the
  like are only emitted if the line starts with a "+". If the -Wextra
  option is given, the context lines (starting with a " ") are also
  checked.
- Added support for the new buildlink3.mk format.
2009-03-22 05:47:25 +00:00
rillig
102e800816 Adjusted pkglint to the new format of the buildlink3.mk files, which is
pretty neat.
2009-03-22 05:41:44 +00:00
manu
0529d18242 Leave over maintainership to pkgsrc-users 2009-03-22 04:53:38 +00:00
jschauma
a15d795cda give up maintainership 2009-03-22 02:31:39 +00:00
wiz
97b8e2c4e1 Needs libical-0.43. 2009-03-22 00:03:10 +00:00
wiz
fceae8abb4 Added devel/coccinelle version 0.1.6 2009-03-21 23:52:00 +00:00
wiz
3640bafacf + coccinelle. Sort. 2009-03-21 23:51:44 +00:00
wiz
6c727a4354 Initial import of coccinelle-0.1.6:
The Linux operating system (OS) is evolving rapidly to improve
performance and to provide new features. This evolution, however,
makes it difficult to maintain platform-specific code such as device
drivers. Indeed, an evolution in a driver support library often
triggers the need for multiple collateral evolutions in dependent
device drivers, to bring the drivers up to date with the new library
API. Currently, collateral evolutions are mostly done manually.
The large number of drivers, however, implies that this approach
is time-consuming and unreliable, leading to subtle errors when
modifications are not done consistently. Moreover, as these collateral
evolutions are often poorly documented, the resulting maintenance
is difficult and costly, frequently introducing errors. If a driver
maintainer becomes unavailable, the driver quickly falls behind
the rest of the OS.

In this project, we propose a language-based approach to address
the problem of collateral evolution in drivers. Specifically, we
are developing the development environment, Coccinelle, that provides
a transformation language for precisely expressing collateral
evolutions and an interactive transformation tool for applying
them. The key idea of Coccinelle is to shift the burden of collateral
evolution from the driver maintainer to the OS developer who performs
the original OS evolution, and who thus understands this evolution
best. In our vision, the OS developer first uses the Coccinelle
transformation language to write a semantic patch describing the
required collateral evolution in device drivers and then uses the
Coccinelle transformation tool to validate the semantic patch on
the drivers in the Linux source distribution. When he has confidence
in the correctness of the semantic patch, he distributes it for
use by the maintainers of other drivers. Overall, Coccinelle will
provide a means for formally documenting collateral evolutions and
for easing the application of these evolutions to driver code.
2009-03-21 23:50:53 +00:00
sno
3d774c235b Modify dependency to devel/p5-Module-Pluggable - the Module::Pluggable
delivered with perl-5.10 satisfies the requirement, too.

Oked by he@
2009-03-21 23:28:39 +00:00
sno
4c53d98b7a Updated textproc/p5-Text-CSV_XS to 0.63 2009-03-21 23:27:08 +00:00
sno
f48cb1d509 Updating Text::CSV_XS to 0.63. Changes since 0.60:
2009-03-20 0.63 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Fixed allow_whitespace with sep_char = TAB (RT#44402)

2009-03-13 0.62 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* Prevent warnings in older perls (without utf8)
	* All known errors are covered and/or documented. TODO dropped
	* Unicode TODO dropped. All covered, or use Text::CSV::Encoded
	* Documented the examples

2009-03-08 0.61 - H.Merijn Brand   <h.m.brand@xs4all.nl>

	* valgrind found a possible uninitialized value
	* Restriction in print () was only for really old perls
	* Fix for bind_columns () initialisation (vincent, RT#43927)

Oked by he@
2009-03-21 23:26:38 +00:00
sno
c62bfc74b0 Updated devel/p5-Term-ReadLine to 1.19 2009-03-21 23:24:50 +00:00
sno
1a73b16527 Updating Term::ReadLine::Gnu to 1.19. Changes since 1.18:
1.19  2009-03-21
	- make sure the outstream fd inside the readline library is in
          sync (see http://bugs.debian.org/236018)
	- fixes to be more CPAN Testers friendly
	  - t/readline.t does not use visible bell for "make test"
	  - Makefile.PL requires perl 5.7.0 or later.  (Use
	    Term::ReadLine::Gnu-1.09 for older Perl.)
	  - Makefile.PL exits 0 when /dev/tty cannot be opened.
	- INSTALL
	    add description of the -DPERL_USE_SAFE_PUTENV issue.  If
	    you encounter a segmentation fault, read it.

Oked by he@
2009-03-21 23:24:12 +00:00
sno
15a168692c Updated devel/p5-Parse-CPAN-Meta to 0.05 2009-03-21 23:22:25 +00:00
sno
f1fb4be6b9 Updating Parse::CPAN::Meta to 0.05. Changes since 0.04:
0.05 Wed 11 Mar 2009
	- Upgrade previous release to a stable release.

0.04_01 Tue  3 Mar 2009
	- Merge Unicode / BOM fixes from YAML::Tiny

Oked by he@
2009-03-21 23:21:42 +00:00
sno
846b3cadb1 Updated devel/p5-Module-Pluggable to 3.9 2009-03-21 23:19:06 +00:00
sno
060a43c597 Update Module::Pluggable to 3.9. Changes since 3.8:
2009-03-02 - 3.9
    Allow inner packages when in a one file situation (suggestion from Christopher Brown)
    Fix bug with requiring skipped packages (from Jos Boumans)

Oked by he@
2009-03-21 23:18:22 +00:00
sno
b94cefae3b Updated devel/p5-File-HomeDir to 0.84 2009-03-21 23:16:50 +00:00
sno
8100514f24 Update p5-File-HomeDir to 0.84. Changes since 0.82:
0.84 Wed 11 Mar 2009
	- Adds support for $ENV{HOME} on Darwin
	- Other bug fixes on Darwin (MIYAGAWA)

0.83_01 Sat  1 Nov 2008
	- Patch from Darin McBride to fix user_home on Darwin.

Oked by he@
2009-03-21 23:15:09 +00:00
sno
19003a0cb9 Fix PR pkg/40944 by using the Module::Build from Perl's Core as default.
Oked by tron@ and he@
2009-03-21 23:11:29 +00:00
adrianp
4bb9be5aab Correct PERL5_PACKLIST 2009-03-21 22:27:53 +00:00
darcy
4f12a74866 Change MAINTAINER email address at their request. 2009-03-21 22:16:53 +00:00
snj
8faa9dd844 Change maintainer address, per PR pkg/41054. 2009-03-21 21:38:09 +00:00
snj
f2d0a3bf4c Remove gnome-screensaver-2.26.0. 2009-03-21 21:37:09 +00:00
jnemeth
133b0f3c6c - various pkglint cleanups
- add user-destdir support

- this should fix PR/41004
2009-03-21 21:30:58 +00:00
jnemeth
bf3f8af8d2 As owner of the package, I have not approved this patch. Having
had a chance to closely examine it, I would prefer it be done
slightly differently.  Also, the patch patches multiple files in
direct contravention of pkgsrc guidelines.  One of the files is
also patched by a different patch.  Having multiple patches applied
to a single file makes maitenance much more difficult.
2009-03-21 21:20:28 +00:00
sno
fc65f837ca Adding a patch to allow compiling with gcc incompatible compilers
and enabling LINUX_COMPAT on AIX (file-5.00 requires it, because it
allocates 0 bytes)

Oked by he@
2009-03-21 20:55:58 +00:00
wiz
7c7eca00d6 Updated x11/gnome-screensaver to 2.26.0 2009-03-21 20:26:34 +00:00
wiz
40228923f7 Update to 2.26.0, provided by jmc in PR 41037:
===============
Version 2.26.0
===============

- Remove power notice signal
- Rely on GNOME session idle detection
- Proxy g-s inhibitors over to the session
- Read status message from session
- Accept a full path for theme (Matthias Clasen)

===============
Version 2.25.2
===============

- Fix pixmap leak (Matthias Clasen)
- Fix dialog border width

===============
Version 2.25.1
===============

- Add bevel around dialog
- Fixed #444927, get idle time from xorg
- Fixed #492949, screensavers-personal-slideshow should not show hidden directories (Jörg)
- Fixed #530561, "Random" preview is always the last saver (Maxim Ermilov)
- Fixed #561855, Calls wrong slideshow binary if there is one installed in $PATH (Frederic Crozat)

Translations:
None
2009-03-21 20:26:20 +00:00
adrianp
17b74e09a8 Change to my @NetBSD.org address 2009-03-21 20:01:11 +00:00
tron
46dabdeffa Note update of the "samba" package to version 3.0.34. 2009-03-21 18:25:46 +00:00
tron
501c2d4675 Update "samba" package to version 3.0.34. Changes since version 3.0.32:
- Fix update of machine account passwords.
- Fix SMB signing issue on Windows Vista with MS Hotfix KB955302.
- Fix Winbind crashes.
- Correctly detect if the current dc is the closest one.
- Add saf_join_store() function to memorize the dc used at join time.
  This avoids problems caused by replication delays shortly after
  domain joins.
- Fix write list in setups using "security = share".
2009-03-21 18:25:34 +00:00
ahoka
db454310e7 Updated lang/vala to 0.5.7nb1
Updated devel/valide to 0.4.0
2009-03-21 18:08:57 +00:00
ahoka
6a1ddb87eb +valide 2009-03-21 18:07:52 +00:00
ahoka
3d881b5a18 Import valide-0.4.0 as devel/valide.
Val(a)IDE is an Integrated Development Environment (IDE) for the
Vala programming language.

Features:

    * Syntax highlighting for Vala
    * Project compilation
    * Plugins:
          o Symbols browser
          o Tasks manager
2009-03-21 18:06:16 +00:00
ahoka
2fd1bcb621 Patch GTK vapi bug (needed by valide)
Add vapigen option an enable it (closes pkg/41001)
Fix a minor PLIST problem
2009-03-21 18:03:42 +00:00
snj
6ef87fbef7 Updated sysutils/pscpug to 0.3.5. 2009-03-21 17:36:20 +00:00
snj
994e253f62 Update to 0.3.5.
No changelog, but changes seem to be the addition of DragonFly and
FreeBSD plus some minor code shuffling.

From Bartosz Kuzma in PR pkg/41053.
2009-03-21 17:35:06 +00:00
tnn
b2e981665d pkg_delete: add missing setprogname(argv[0]); 2009-03-21 16:43:50 +00:00
darcy
724387cf9c Remove MAINTAINER at their request.
Fixed up a few things so that it passes pkglint.
2009-03-21 16:41:06 +00:00
darcy
4c69939f98 Remove MAINTAINER at their request. 2009-03-21 16:28:05 +00:00
seb
82f7b55ddf Note update of devel/p5-MooseX-Types to version 0.10 2009-03-21 16:26:28 +00:00
seb
0588d6aea2 Update from version 0.08 to version 0.10.
Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.10    Fri March 06 17:34:00 EST 2009
        - Removed unneeded debugging code from one of the tests, which was
          causing installation errors for people that didn't already have
          Data::Dump installed. (jjnapiork)
0.09    ...
        - Added MooseX::Types::Util::has_available_type_export($p, $n) to
          allow introspection of available types for other libraries wanting
          to use type export names for type specifications.
2009-03-21 16:25:36 +00:00
darcy
0105decc39 Change MAINTAINER email address at his request. 2009-03-21 16:07:02 +00:00
darcy
325da81ea8 Remove MAINTAINER at their request. 2009-03-21 16:01:26 +00:00
seb
5a85fb5af5 Note update of devel/p5-MooseX-Getopt to version 0.16 2009-03-21 15:24:13 +00:00
seb
b99649a938 Update from version 0.15 to version 0.16.
Pkgsrc changes:
- adjust build dependencies (for test target)

Upstream changes:
0.16 Tue. February 17 2009
	* t/
		- run pod tests only if RELEASE_TESTING env var is set
2009-03-21 15:23:37 +00:00
sno
7fea34661d Added devel/p5-IPC-SysV version 2.01 2009-03-21 14:04:52 +00:00
sno
441738eeeb pkgsrc changes:
- Importing package for perl module IPC::SysV 2.01

IPC::SysV defines and conditionally exports all the constants defined in your
system include files which are needed by the SysV IPC calls.

Oked by rhaen@
2009-03-21 14:00:56 +00:00