Commit graph

139140 commits

Author SHA1 Message Date
snj
536357ea83 Add py-xdg; sort. 2009-03-10 00:54:47 +00:00
snj
8a0346b1ba Added devel/py-xdg version 0.17. 2009-03-10 00:39:58 +00:00
snj
ba763d362b Initial import of py-xdg.
PyXDG is a python library to access freedesktop.org standards.
The following are currently supported:

    * Base Directory Specification Version 0.6
    * Menu Specification Version 1.0-draft1
    * Desktop Entry Specification Version 0.9.4
    * Icon Theme Specification Version 0.8
    * Recent File Spec 0.2
    * Shared-MIME-Database Specification 0.13
2009-03-10 00:34:46 +00:00
joerg
a63df80f2c libfetch-2.23:
Don't leak file descriptors when iterating local directories or checking
local files for if-modified-since.
2009-03-10 00:33:38 +00:00
wiz
bee10725e5 Fix a typo. 2009-03-09 22:57:47 +00:00
abs
fc1f45cfb8 +MAKE_JOBS_SAFE=no 2009-03-09 21:37:17 +00:00
manu
d2931fd38a This patch fixes an important reliability fix when Sendmail performs local
mail delivery with non local NSS passwd source, such as LDAP.

Stock LDAP uses getpwnam(3) to lookup recipients. As mandated by SUSv2,
getpwnam(3) does not set errno, so Sendmail has no way of distinguishing
a non existing user and an error with a remote NSS source. Therefore,
when the LDAP server goes down, Sendmail bounces mail to valid recipients.

A first workround is to remove F=w from Mlocal in sendmail.cf. This will
inhibit local recipient lookups, but it has a two drawbacks
- ~/.forward do not work anymore
- For multi-recipient mails with a single inexistent user, mail.local
cause a DSN reporting an error for all users, whereas all valid users
do get the message.

A better workaround is this patch, which calls getpwnam_r(3). This newer
API do set errno and do return an error code. Sendmail is therefore able
to detect that it had a transcient error in NSS, and it will react by
queuing the message. This is what you really want to happen when LDAP
is down.

I have not been able to get any feedback from Sendmail developers about
this patch.
2009-03-09 21:24:00 +00:00
rhaen
22f990c1cc Updated www/p5-Catalyst-Manual 2009-03-09 20:35:03 +00:00
rhaen
c04563a0a6 - updated to 5.7018
ChangeLog:
5.7018  8 Mar 2009
        - Add a new section to BasicCRUD covering more advanced features of
            DBIC ("EXPLORING THE POWER OF DBIC")
        - Convert from Ubuntu to Debian 5 live CD as the recommended way to do
            the tutorial (all code and examples updated and tested to match)
        - Removed Catalyst::Plugin::Authorization::ACL from Authorization.pod
            in favor of a "chained and model-based" approach
        - More conversion to Chained dispatch
        - Suggestions and fixes with thanks to mintywalker@gmail.com
        - DBIC-related updates in MoreCatalystBasics
        - Fix misplaced "=over 4" in previous release
        - Reword warning about not using GET for delete based on input from kd
        - Lots of other small adjustments

5.7017  28 Feb 2009
        - Main change = adding Chained dispatch starting in BasicCRUD (Part 4)
        - Add some "getting started" links to the Catalyst::Manual page
        - Change FormFu tutorial to not use deprecated methods (Del Merritt)
        - MoreCatalystBasics - Additional clarification about TTSite
          (Del Merritt)
        - Tutorial::Authorization - Corrects the ACL for "/books/delete"
                                  - Additional comments
          (Del Merritt)
        - Tutorial::AdvancedCRUD::FormFu - suggest how the intrepid user
          might now proceed, having completed the Tutorial. (Del Merritt)
        - Fix typo in Authorization section (RT #42091)
        - Fix typo in BasicCRUD (RT #42034)
        - Resolve outstanding typo and suggestions in MoreCatalystBasics (RT #41491)
        - Fix DBIC create for MySQL in Appendix (Jarom)
        - Misc minor updates

5.7016  28 Dec 2008
        - Updates to make Parts 8 & 9 run correctly
        - Adjust URLs for final config tarballs
        - Add note about changes across different C::Devel on how plugins enabled
        - Misc minor updates

5.7015  15 Dec 2008
        - Remove TTSite from Tutorial (thanks to dhoss for the help)
        - Update Tutorial for Ubuntu 8.10 (therefore update to
          Cat v5.7014, C::Devel v1.07, DBIC v0.08010, etc.)
        - Reorganize MoreCatalystBasics.pod so user is able to run
          the app the first time much earlier and build on it from
          there (running the app each time along the way)
        - Update URL for latest copy in SVN to match new location of repo
        - Misc typo fix
        - Change use of Class::C3 to MRO::Compat, as rafl tells me
          this is best practice, and gives you native next::method in
          5.10. (t0m)
2009-03-09 20:34:09 +00:00
rhaen
c61ebcaa95 Updated www/p5-CGI-Application 2009-03-09 20:30:13 +00:00
rhaen
180f9895d5 - updated to 4.21
ChangeLog:
4.21 Sat Jan 3, 2009

    [FEATURES]
    - This now works:
            $webapp->query($new_query_object);
      Setting a new query object can be useful in combination with
      CGI::Application::Server.  (Jaldhar Vyas)

    [DOCUMENTATION]
    - More typo fixes (Lyle)

4.20 Sat Nov 1, 2008

    [DOCUMENTATION]
    - typo fix (Lyle)

4.19_1 Fri Sep 27, 2008

    [FEATURES]
    - New 'html_tmpl_class' method allows you to specify an alternative
      HTML::Template class. This technique will eliminate the need to use
      a plugin for HTML::Template-compatible classes. See the docs
      for load_tmpl() for details.

      Thanks to Rhesa Rozendaal for the initial patch, and Mark Stosberg for
      documentation refinements.

    [DOCUMENTATION]
    - typo fix (George Hartzell)
    - Revert back to documenting the use of "$self", not $c, after community
      feedback.

    [INTERNALS]
    - Change how default run modes are declared for better compatibility
      with AutoRunmode and RunmodeDeclare plugins. Thanks Rhesa via RT#39631.
2009-03-09 20:29:24 +00:00
rhaen
d1b6093fb0 Updated textproc/p5-Encode to 2.32 2009-03-09 20:24:13 +00:00
rhaen
338c6796ab - updated to 2.32
ChangeLog:
! lib/Encode/Alias.pm t/Alias.t
  Encode now resolves 'en_US.UTF-8' to utf-8-strict like 'ja_JP.euc'
  Those who set locale on their shells should be happier now.
! AUTHORS
  added tokuhirom
! Encode.pm
  "encode(undef, 'str') should die earlier"
  http://coderepos.org/share/changeset/30790
2009-03-09 20:22:43 +00:00
rhaen
9ba0ea2556 Updated net/p5-Net-Jifty 2009-03-09 20:16:06 +00:00
rhaen
3239cebd6a - updated to 0.11
ChangeLog:
0.11    Depend on Any::Moose instead of Moose

0.10
        Releng fixes
        Use a predicate for has_config_file

0.09
        Hash::Merge and Path::Class are now depended-upon only if you want
            cascading directory config
2009-03-09 20:15:12 +00:00
joerg
8de13e20ef Use archive_read_finish and avoid double-free if the archive couldn't be
opened.
2009-03-09 20:01:22 +00:00
joerg
4b68a2dafa pkg_install-20090309:
Fix a double free. Reported by seb.
2009-03-09 19:58:45 +00:00
rhaen
d1d2d315b1 Added devel/p5-Any-Moose 2009-03-09 19:43:49 +00:00
rhaen
6d729e9556 Added subdir p5-Any-Moose to the toplevel Makefile 2009-03-09 19:42:03 +00:00
rhaen
4e92cf4dc7 Perl extension which is very useful to decide which object model to use.
Either Moose or Mouse has to be installed in order to fulfill the needed
dependencies.
2009-03-09 19:40:59 +00:00
asau
554fe6884e The package doesn't use neither C++ nor Fortran.
Pointed by Joern Clausen in PR pkg/40986.
2009-03-09 19:30:19 +00:00
cube
98dde678d0 Look for a file binary in /bin or /usr/bin, instead of relying on PATH.
After the barrier, the builtin.mk file is parsed with a PATH that includes
LOCALBASE in front, which gives wrong results if file is installed in
LOCALBASE.
2009-03-09 17:47:36 +00:00
sno
470b386327 Added emulators/sap/Makefile.common 2009-03-09 16:59:44 +00:00
sno
0229f0271e Added devel/sapnwrfcsdk version 7.11 2009-03-09 16:58:17 +00:00
sno
6cdb2c0795 Added archivers/sapcar version 7.00 2009-03-09 16:56:02 +00:00
sno
e3d7cf9026 pkgsrc changes:
Import SAP NWRFC SDK

The SAP NetWeaver RFC SDK allows to develop applications which can do Remote
Function Calls to an SAP (ABAP) instance.

On 09/15/08 05:46 UTC, OBATA Akio <obache@netbsd.org> wrote:
> Personally, I think that those packages may exist.

On 09/15/08 09:41 UTC, Jonathan Groll <lists@groll.co.za> wrote:
> I for one would be most grateful if you could get this to work.

Oked by joerg@
2009-03-09 16:53:16 +00:00
sno
6c61ee24fd pkgsrc changes:
Import of new archivers/sapcar to extract *.SAR archives provided by
SAP AG for their packages.

SAPCAR (older version was called CAR) is a compress utility (similar to
winzip, tar, zip, gz, etc.) , that is used by SAP to compress and decompress
nearly all delivered files and executables.

On 09/15/08 05:46 UTC, OBATA Akio <obache@netbsd.org> wrote:
> Personally, I think that those packages may exist.

On 09/15/08 09:41 UTC, Jonathan Groll <lists@groll.co.za> wrote:
> I for one would be most grateful if you could get this to work.

Oked by joerg@
2009-03-09 16:52:05 +00:00
sno
e3dc9c9628 Common files for upcoming sap* imports.
Oked by joerg@
2009-03-09 16:46:02 +00:00
sno
36eecfef02 pkgsrc changes:
- Adding sap-license file required by later imports

Ok'ed by joerg@
2009-03-09 16:38:19 +00:00
drochner
43a4639a8a +gst-...-resindvd 2009-03-09 16:07:31 +00:00
drochner
f12b9b0ec0 split resindvd from gst-plugins0.10-bad 2009-03-09 16:04:36 +00:00
drochner
2d6ba18c6b Don't build resindvd here -- it is not a good idea to introduce external
dependencies in the base pkg, especially not on low quality stuff
as libdvd*. That's what plugins are good for.
2009-03-09 16:02:07 +00:00
uebayasi
96bad86d75 _EMACS_VERSION_NOREV is no more. Use _EMACS_VERSION_MAJOR.
Pointed out & patch submitted by Aleksey Cheusov.  Thanks!
2009-03-09 15:05:30 +00:00
joerg
04f207eecc Update mdocml to 1.4.7. 2009-03-09 14:53:59 +00:00
joerg
436cc09eb5 Update to mdoc-1.4.7. No detailed changes, but fixes a number of
assertions and improves mdoc(7) coverage.
2009-03-09 14:53:19 +00:00
hasso
5d7f586584 Needs msgfmt. 2009-03-09 13:37:08 +00:00
hasso
75c8a1be1c Needs msgfmt. 2009-03-09 13:24:44 +00:00
hasso
f7a56050a6 Need msgfmt (configure only). 2009-03-09 12:45:53 +00:00
wiz
965861b122 Bump PKGREVISION for libdvdnav/libdvdread support and PLIST change. 2009-03-09 12:32:46 +00:00
hasso
d6a3740667 Needs msgfmt. 2009-03-09 12:18:28 +00:00
jmcneill
00b92017a2 Fix dvdnav-config --libs check 2009-03-09 11:52:11 +00:00
jmcneill
6129570917 Needs libdvdnav/libdvdread for resindvd plugin, fix PLIST. 2009-03-09 11:31:34 +00:00
bjs
39b8e21b82 Updated net/aria2 to 1.2.0 2009-03-08 23:42:06 +00:00
bjs
0f9aaf7b5d Update to aria2-1.2.0. Many, many changes (too verbose to list here);
please see ChangeLog.  NOTE: libares is no longer supported; libcares
is used by default.
2009-03-08 23:41:33 +00:00
snj
2a90b8b99b Updated sysutils/rdiff-backup to 1.2.7. 2009-03-08 23:39:54 +00:00
snj
6eab881b51 Upgrade to 1.2.7. Changes:
Don't crash when filesystem can't set ACL.

Properly disable hardlinks by default on Windows.

Fix Python 2.2 compatibility. Closes Savannah bug #25529.

Fix typo which caused failure when checking if another rdiff-backup
process is running on Windows.
2009-03-08 23:38:51 +00:00
he
ee92b061be One pair:
Updated devel/p5-Config-IniFiles to 2.47
Updated devel/p5-Curses to 1.27
2009-03-08 23:28:15 +00:00
seb
c6bb27c001 No need for any languages to build this package: empty USE_LANGUAGES. 2009-03-08 22:03:50 +00:00
seb
398c1926a7 No need for any languages to build this package: empty USE_LANGUAGES. 2009-03-08 21:39:12 +00:00
seb
14577a34c6 Note initial addition of p5-Net-LDAP-Batch version 0.02 as
devel/p5-Net-LDAP-Batch into The NetBSD Packages Collection.

The Perl 5 module Net::LDAP::Batch provides the means to perform
series of actions against a LDAP server. If any of the actions
fails, then all the actions in the batch are reverted.
2009-03-08 19:52:52 +00:00