summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-23Avoid zero-sized structs, fixes Sun Studio build.sketch2-1/+29
2009-09-22Note the start of the freeze in preparation for pkgsrc-2009Q3agc1-2/+3
2009-09-22Updated devel/p5-Mac-Carbon to 0.80sno1-1/+2
2009-09-22Updating devel/p5-Mac-Carbon from 0.77nb1 to 0.80sno2-7/+6
Upstream changes: * v0.80, 16 September 2009 Add notes for 64-bit perl Bump all the version numbers Fix a bunch of tests (nothing major, just make them work better) Fix sound-env-var checking code for tests (no more sound tests unless you ask for them with MAC_CARBON_SOUND, which was in the last version, but the logic was broken) Make CFStringRef typemap better Remove high-bit characters from source files Add new system version gestalt constants Fix leak in Mac::Processes and Mac::Speech
2009-09-22Updated geography/p5-Geo-Distance to 0.16sno1-1/+2
2009-09-22Updating geography/p5-Geo-Distance-0.11nb1 to 0.16sno2-7/+9
pkgsrc changes: - Adding license definition - Adjusting "module type" Upstream changes: 0.16 - No changes. The 0.15 package was broken. 0.15 - Stop "Too late to run INIT block" warning (gray <gray@cpan.org>) 0.14 - Fix "splice() offset past end of array" as filed in RT 26446. 0.13 - Use Geo::Distance::XS if available. (gray <gray@cpan.org>) - Declare Math::Trig dependency. 0.12 - Noted GIS::Distance in POD. - Some cleanups to install process. - Check for DBI in tests before using it.
2009-09-22Updated math/p5-Math-GMP to 2.06sno1-1/+2
2009-09-22Updating math/p5-Math-GMP from 2.05 to 2.06sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 2.06 2009-09-17 Greg - Make Makefile.PL more forgiving of gmp library locations. (CPAN bug #46323) - Update link to libgmp.org in INSTALL file (CPAN bug #46324)
2009-09-22rename getline to get_line as was done in src.tnn5-16/+16
No functional change, no version bump.
2009-09-22Updated net/p5-Nmap-Parser to 1.19sno1-1/+2
2009-09-22Updating net/p5-Nmap-Parser from 1.16nb1 to 1.19sno2-10/+9
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes (since 1.16): Changes for 1.19 - Added enhancement request by stevekatieterabyte for tcp_del_port and udp_del_port (Thanks!). Modified the patch to work with a list of ports. - Added Robin Bowes' modification of nmap2sqlite as nmap2db to support MySQL (Thanks!)
2009-09-22Updated net/p5-SNMP-Info to 2.01sno1-1/+2
2009-09-22Updating net/p5-SNMP-Info from 2.00nb1 to 2.01sno2-7/+7
pkgsrc changes: - Adding license definition Upstream changes: version 2.01 (06/12/09) + Added CiscoStpExtensions Class (Carlos Vicente) + Added Layer3::Arista (fenner) + [2020353] Added L3::Altiga for Cisco (Altiga) VPN3000 Concentrators (Jeroen van Ingen) * Fixed RFC1213-MIB vs IF-MIB collision in ifOperStatus * Updated test_class.pl for better debug info and relative path * Add cisco vendor detection by OID in Layer3.pm (Sam Stickland) * Fix CaSe of EtherLike-MIB in EtherLike.pm (Alexander Hartmaier) * Added Cisco FWSM to L3::Cisco * Added s222_rp to L3::C6500 * Added CIGESM to L2::C2900 * Added Airespace WLC to L2::Airespace * Updated POD and DeviceMatrix quite a bit * Added ENTITY-MIB to CiscoStats for better model handling above * Fix networkaddress handling in LLDP-MIB * Added CiscoConfig to L2::Aironet, L3::C3550 classes * Better SSID capabilities for L2::Aironet * Fix CDP vs LLDP in c_id() for HP Class * test_class.pl improvements
2009-09-22Fix build with db4 [PR pkg/42061]tonio2-4/+5
2009-09-22Updated devel/p5-local-lib to 1.4.7sno1-1/+2
2009-09-22Updating devel/p5-local-lib from 1.4.6 to 1.4.7sno2-8/+8
Upstream changes: 1.004007 2009-09-02 - Ensure that $ENV{PERL5LIB} and @INC are always de-duped, stopping them from growing if local::lib is invoked multiple times for the same path. (t0m) - Doc improvements by kurisuto@irc.perl.org/#catalyst. - Cleaned up indentation of code lines in the POD. Everything should be nice and flush, now.
2009-09-22Add 'clean' to PRIVILEGED_STAGES.snj1-1/+3
2009-09-22Updated games/rftg to 0.5.3wiz2-3/+3
2009-09-22Update to 0.5.3:wiz3-29/+6
Several GUI improvements and some minor bug fixes.
2009-09-22Updated devel/p5-MooseX-Method-Signatures to 0.27sno1-1/+2
2009-09-22Updating devel/p5-MooseX-Method-Signatures from 0.26 to 0.27sno2-7/+7
pkgsrc changes: - Adjusting dependencies Upstream changes: 0.27 Tue, 22 Sep 2009 14:30:23 +0200 * Depend on MooseX::LazyRequire 0.04 to avoid fail on version 0.03, which has been broken by recent Moose versions (Closes RT#49903) (Maik Hentsche).
2009-09-22Updated devel/p5-Class-ISA to 0.34sno1-1/+2
2009-09-22Updating devel/p5-Class-ISA from 0.33nb1 to 0.34sno2-7/+7
pkgsrc changes: - Adding license definition Upstream changes: 2009-10-22 Steffen Mueller smueller@cpan.org * Release 0.34 -- add core deprecation logic, some distribution shuffling. No code changes.
2009-09-22Updated databases/p5-SQL-Abstract to 1.60sno1-1/+2
2009-09-22Updating databases/p5-SQL-Abstract from 1.58 to 1.60sno2-6/+6
Upstream changes: revision 1.60 2009-09-22 11:03 (UTC) ---------------------------- - fix a well masked error in the sql-test tokenizer revision 1.59 2009-09-22 08:39 (UTC) ---------------------------- - fixed a couple of untrapped undefined warnings - allow -in/-between to accept literal sql in all logical variants - see POD for details - unroll multiple parenthesis around IN arguments to accomodate crappy databases
2009-09-22Added security/p5-Text-Password-Pronounceable version 0.28sno2-2/+4
2009-09-22Importing package security/p5-Text-Password-Pronounceable for p5 modulesno3-0/+27
Text::Password::Pronounceable v0.28 from PR pkg/42022 with some modifications. This module generates pronuceable passwords, based the the English digraphs by D Edwards.
2009-09-22Invoke the C preprocessor in a portable manner on all non-GCC compilers.tnn4-8/+8
This is PR pkg/39879.
2009-09-22Added devel/p5-Test-UseAllModules version 0.12sno2-2/+4
2009-09-22Importing package devel/p5-Test-UseAllModules for p5 modulesno3-0/+28
Test::UseAllModules v0.12 from PR pkg/42023 with minor modifications. Sick of writing 00_load.t (or something like that) that do use_ok() for every written module? Even sicker of updating 00_load.t every time adding another file to the distro? This module reads MANIFEST to find modules to be tested and does use_ok() for each of them. Now all to do is keeping MANIFEST up to date.
2009-09-22Workaround for amd64 vs x86_64 mess on DragonFly as well.hasso1-1/+5
2009-09-22Make it build on 64 bit DragonFly.hasso1-1/+3
2009-09-22Added devel/p5-MooseX-SimpleConfig version 0.03sno2-2/+4
2009-09-22Importing package devel/p5-MooseX-SimpleConfig for p5 modulesno3-0/+39
MooseX::SimpleConfig v0.03 from PR pkg/42024. This role loads simple configfiles to set object attributes. It is based on the abstract role MooseX::ConfigFromFile, and uses Config::Any to load your configfile. Config::Any will in turn support any of a variety of different config formats, detected by the file extension. See Config::Any for more details about supported formats. Like all MooseX::ConfigFromFile -derived configfile loaders, this module is automatically supported by the MooseX::Getopt role as well, which allows specifying -configfile on the commandline.
2009-09-22Added devel/p5-MooseX-ConfigFromFile version 0.02sno2-2/+4
2009-09-22Importing package devel/p5-MooseX-ConfigFromFile for p5 modulesno3-0/+39
MooseX::ConfigFromFile v0.02 from PR pkg/42025 with some modifications. This is an abstract role which provides an alternate constructor for creating objects using parameters passed in from a configuration file. The actual implementation of reading the configuration file is left to concrete subroles. It declares an attribute configfile and a class method new_with_config, and requires that concrete roles derived from it implement the class method get_config_from_file. Attributes specified directly as arguments to new_with_config supercede those in the configfile.
2009-09-22Replace fprot-workstation-license by f-prot-antivirus-license.taca1-40/+73
2009-09-22Added mail/p5-App-Siesh version 0.20sno2-2/+4
2009-09-22Importing package mail/p5-App-Siesh for p5 module App::Siesh v0.20 fromsno3-0/+43
PR pkg/41818 with some modifications. Siesh provides a shell-like interface for manipulating sieve scripts using the ManageSieve protocol.
2009-09-22Note addition amd remove of F-PROT Antivirus packages.taca1-1/+5
* Added: security/f-prot-antivirus6-fs-bin version 6.0.1 security/f-prot-antivirus6-ms-bin version 6.0.1 security/f-prot-antivirus6-ws-bin version 6.0.1 * Removed: security/fprot-workstation-bin
2009-09-22Updated www/p5-libwww to 5.832sno1-1/+2
2009-09-22Updating www/p5-libwww from 5.831 to 5.832sno2-6/+6
Upstream changes: 2009-09-21 Release 5.832 Ville Skytt"a (6): Fix net test suite. Comment spelling fixes. Fix links to old Netscape cookie specification. Documentation spelling fixes. Improve max line length exceeded/read error messages. Do not warn about seemingly wellformed but unrecognized robots.txt lines. Gisle Aas (1): $mess->content_charset would fail for empty content mschilli (1): Further restrict what variables env_proxy() process
2009-09-22Updated devel/p5-Test-Class to 0.33sno1-1/+2
2009-09-22Updating devel/p5-Test-Class from 0.31nb2 to 0.33sno2-9/+9
pkgsrc changes: - Adding license definition - Adjusting dependencies Upstream changes: 0.33 - or the "ZOMGIBROKECPAN" release - Make the test scripts adaptive to Test::More diagnostic changes in version 0.88 - Skip invalid package names in Test::Class::Load::_load so that we don't try to load classes in .svn/et-al paths - Removed #! script invocation line from the MethodInfo.pm module 0.32_1 - or the "Birmingham QA 2009" release - Removed pointless use of Test::Exception in t/bad-autoloads.t to stop bogus warnings that were confusing some folk - Added add_testinfo for Test::Class::Sugar (thanks Piers Cawley)
2009-09-22Retire security/fprot-workstation-bin package. It was F-PROT Antivirustaca6-223/+0
version 4.x whose support ended Jan. 2009.
2009-09-22Updated devel/p5-Mouse to 0.32sno1-1/+2
2009-09-22Updating devel/p5-Mouse from 0.29 to 0.32sno2-7/+7
Upstream changes: 0.32 Tue Sep 22 16:44:57 2009 * Add many tests copied from Moose (gfx) * Fix Mouse::Util::find_meta() and Mouse::Util::does_role() (gfx) * Fix the timing triggers are invoked (gfx) * Implement confliction checks in roles * work around create() and create_anon() in Mouse::Meta::Role 0.31 Tue Sep 22 11:08:12 2009 * Add find_meta() and does_role() to Mouse::Util (gfx) * Fix tests using Class::Method::Modifiers to be skipped correctly (gfx) * Remove Test::Mouse, which was accidentally included (gfx) 0.30 Mon Sep 21 16:43:05 2009 * Implement RT #46930 (accessor/reader/writer in has()) (gfx) * Work around anonymous classes as mortal classes (gfx) * Implement with $role => -exlucdes => [...] (gfx) * Implement get_method() in M::Meta::Class and M::Meta::Role (gfx) * Make get_method_list() compatible with Moose's (gfx) * Make unimport() not to remove non-Mouse functions (blessed and confess) (gfx) * Remove a lot of duplication code (gfx) * Support is => 'bare', and you must pass and 'is' option to has() (gfx)
2009-09-22* Add f-prot-antivirus6.taca1-2/+5
* Add and enable f-prot-antivirus6-fs-bin, f-prot-antivirus6-ms-bin and f-prot-antivirus6-ws-bin. * Remove fprot-workstation-bin.
2009-09-22Importing F-PROT Antivirus for workstations.taca2-0/+28
F-PROT Antivirus is commercial product of FRISK Software International Inc.
2009-09-22Updated devel/p5-ExtUtils-Manifest to 1.57sno1-1/+2