Commit graph

159234 commits

Author SHA1 Message Date
lukem
5ceb6cad57 pydoc needs to be an alternative 2010-06-05 06:27:00 +00:00
obache
7600715da5 Updated cad/py-simpy to 2.1.0 2010-06-05 04:39:04 +00:00
obache
6285dfe05d Update py-simpy to 2.1.0.
Based on PR#43410 by Wen Heping.
* add math to CATEGORIES.
* set LICENSE=gnu-lgpl-v2.1.
* add PyPi to MASTER_SITES.
* fixes test target.
* simplify PKGNAME.

Major changes from 2.0.1 are:
* A SimPy debugger which allows users to interactively step through their
  simulation models. Not just for debugging, but also great for learning and
  teaching SimPy!
* A new document, describing API and tools for gaining insight into and
  debugging SimPy models.
* Two tutorials showing the use of SimPy's advanced object oriented API.
2010-06-05 04:38:46 +00:00
joerg
eca8a0ab8d Fix dependency 2010-06-04 22:20:49 +00:00
gdt
8b0f7e25d1 add patch file missing from last commit 2010-06-04 21:23:02 +00:00
pettai
e8665de3a8 Bump PKGREVISION for the bulkbuild 2010-06-04 21:00:07 +00:00
gls
20b82dc63c Mention devel/tailor update to 0.9.35nb4 2010-06-04 20:05:04 +00:00
gls
a5d9d3e715 This is a Python egg, so s/extension/egg in Makefile, to install egg info files
into ${EGG_INFODIR}.
Noted by Ryo HAYASAKA in PR/43414.
2010-06-04 20:01:00 +00:00
sborrill
5aba4dd38d Update to latest NetBSD -current sources rather than being built from
ancient sources predating a move in the repo.

Source does not maintain a CHANGELOG. It is anticipated that most changes
are build related, though PR/42651 is also addressed by this.
2010-06-04 16:24:55 +00:00
sborrill
246607aaf2 Added devel/netbsd-iscsi-lib based on NetBSD -current sources 2010-06-04 16:16:39 +00:00
sborrill
f230532e3b Shared routines used by both netbsd-iscsi-initiator and netbsd-iscsi-target.
Part of updating both packages to the code used in netbsd-current and then
used as a basis for further development.
2010-06-04 16:14:44 +00:00
sborrill
16f9601bcd Move netbsd-iscsi-target and netbsd-iscsi-initiator from devel to net 2010-06-04 16:10:24 +00:00
sborrill
deb9c7b503 Move from devel to net 2010-06-04 16:07:27 +00:00
tsutsui
93165f3383 Updated time/emiclock to 2.0.2nb5 2010-06-04 14:05:20 +00:00
tsutsui
f4d26a5576 Fix core dump on 32 bit hosts running 64 bit time_t OSes. Bump PKGREVISION. 2010-06-04 13:52:21 +00:00
obache
cb3d11608f Updated devel/p5-POE-Test-Loops to 1.035 2010-06-04 13:23:16 +00:00
obache
ac15f79394 Update p5-POE-Test-Loops to 1.035.
Based on PR#43114 by Web Heping.
While here, set LICENSE=${PERL5_LICENSE}.

=====================================
2010-04-03T20:02:56.616386Z ptl-1_035
=====================================

  2010-04-03 20:01:00 (r2864) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump revision for a new release. No significant changes, other than
    to build a new dist with the latest EUMM.

=====================================
2010-04-03T18:15:36.151833Z ptl-1_034
=====================================

  2010-04-03 17:46:46 (r2854) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump PTL revision for release.

  2010-03-24 06:52:46 (r2852) by apocal
  poe M; polo-gtk/Makefile.PL M; polo-tk M; polo-event M; poe-test-loops
  M; polo-gtk M

    Set svn:ignore for: META.yml CHANGES run_network_tests PoLo-Gtk
    forgot to clean run_network_tests

  2010-03-23 17:27:32 (r2849) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm R;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm D

    Replace z_rt53302_fh_watchers.pm with z_rt53302_fh_watchers_slow.pm.
    The non-slow one was broken since its client shuts down without
    waiting for the server's response.

  2010-03-22 06:00:17 (r2846) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/bin/poe-gen-tests M

    Support legal =for and =begin POD syntax for skip_tests(), in
    addition to the previous =for/=cut syntax that caused skip_tests() to
    appear in everyone's perldoc. Document the change. Deprecate the bad
    syntax, which won't be a terrible burden since everyone probably
    wanted to migrate away from it anyway.

  2010-03-22 02:54:39 (r2845) by apocal
  poe-test-loops/lib/POE/Test/Loops.pm M;
  poe-test-loops/bin/poe-gen-tests M

    Add optional one-line =for poe_tests syntax to hide it from POD
    formatters.

    Add example from POE::Loop::Glib that uses the new syntax.

  2010-03-11 06:57:11 (r2839) by apocal
  poe-test-loops/MANIFEST M; poe-test-loops/lib/POE/Test/Loops/00_info.pm
  A

    Added the 00_info test for better debugging

  2010-03-11 05:28:23 (r2838) by apocal
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers.pm A;
  poe-test-loops/lib/POE/Test/Loops/z_rt53302_fh_watchers_slow.pm A

    Add new tcp connection test for RT#53302

  2010-03-10 19:14:25 (r2836) by rcaputo
  poe-test-loops/bin/poe-gen-tests M

    Update the skip_tests() examples, and explain what's going on in
    each.

  2010-03-09 07:59:40 (r2831) by apocal
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Fix the followtail test to use File::Temp, thanks to
    http://cpantesters.org/cpan/report/6877011 and others like it

  2010-03-09 07:20:16 (r2830) by apocal
  poe/lib/POE/Wheel/ReadLine.pm M;
  poe-test-loops/lib/POE/Test/Loops/wheel_readline.pm M

    After a lot of hacking/digging Cygwin with a TERM=dumb does not work
    with POE::Wheel::ReadLine. This fix skips the test, and makes
    Wheel::ReadLine die if it detects this situation. Added some docs for
    our Cygwin users :)

=====================================
2010-02-15T06:28:11.163679Z ptl-1_033
=====================================

  2010-02-15 06:27:00 (r2812) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Bump for yet another release.

  2010-02-15 01:05:37 (r2811) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Make Bazerka's regression test a little more forgiving about elapsed
    run time.

  2010-02-14 23:55:56 (r2810) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M

    Skip pty tests if IO::Pty isn't available. Also some style fixes.

  2010-02-14 23:55:18 (r2809) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm M

    Make the test a little more forgiving for slower systems, such as
    virtualized Windows systems and other forms of emulation.

=====================================
2010-02-14T21:38:46.364786Z ptl-1_032
=====================================

  2010-02-14 02:44:47 (r2797) by rcaputo
  poe-test-loops/MANIFEST M;
  poe-test-loops/lib/POE/Test/Loops/z_rt54319_bazerka_followtail.pm A;
  poe-test-loops/lib/POE/Test/Loops.pm M

    Add a test case from rt.cpan.org #54319. Verify Po::Wh::FollowTail
    actually tails files. Thanks to Bazerka on irc.perl.org for
    submitting the basis of this test case.

  2010-01-02 02:57:35 (r2773) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/z_leolo_wheel_run.pm M;
  poe-test-loops/lib/POE/Test/Loops/ses_nfa.pm M;
  poe-test-loops/lib/POE/Test/Loops/z_steinert_signal_integrity.pm M

    Try to resolve some CPAN indexer issues.

    Eliminate a $VERSION string being used to test a version (not define
    one). Eliminate a package statement used to define a constant (not a
    class). Change a test package name to avoid indexer conflict with
    another distribution.

=====================================
2010-01-01T08:57:09.665997Z ptl-1_031
=====================================

  2010-01-01 08:53:54 (r2769) by rcaputo
  poe-test-loops/lib/POE/Test/Loops.pm M

    Prepare for release.

  2009-12-27 09:56:05 (r2763) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Check for initial reset on delayed open.

  2009-12-26 22:32:43 (r2758) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Clarify FollowTail debugging messages.

  2009-12-26 09:19:55 (r2756) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/connect_errors.pm M

    Unfortunately we can't test connect errors on Windows. Behavior seems
    to vacillate from one version of ActivePerl to another.

  2009-12-26 08:50:19 (r2755) by rcaputo
  poe-test-loops/lib/POE/Test/Loops/wheel_tail.pm M

    Resolve a line ending issue that caused false failures in Windows.
2010-06-04 13:23:01 +00:00
obache
223723adca + p5-Net-CUPS 2010-06-04 12:53:22 +00:00
obache
1a5a8e7f86 Added print/p5-Net-CUPS version 0.61 2010-06-04 12:52:21 +00:00
obache
6d80a42484 Import p5-Net-CUPS-0.61 as print/p5-Net-CUPS.
Based on PR#43365 by Edgar Fuss, and some improvements.

Net::CUPS is an object oriented interface to the Common Unix Printing System.
2010-06-04 12:51:51 +00:00
obache
5257c1ca16 Fix typo. 2010-06-04 12:13:22 +00:00
wiz
4dd53f8073 Add RCS Id. 2010-06-04 11:21:34 +00:00
ghen
9e119be03a Updated pkgtools/x11-links to 0.50. 2010-06-04 10:53:32 +00:00
ghen
8756e68164 Add pkgconfig file for xkeyboard-config. Bump x11-links version to 0.50. 2010-06-04 10:52:21 +00:00
ghen
1f7916b210 Add bl3 and builtin.mk files for inclusion in x11-links. 2010-06-04 10:49:01 +00:00
wiz
b48fa51fc3 Added www/moodle version 1.9.8 2010-06-04 09:20:32 +00:00
wiz
14230d4a80 + moodle. 2010-06-04 09:20:23 +00:00
wiz
f38c7f6818 Initial import of moodle-1.9.8 from wip, packaged by Wen Heping.
Moodle is a course management system (CMS) - a free, Open Source software
package designed using sound pedagogical principles, to help educators
create effective online learning communities. You can use it on any
computer you have handy (including webhosts), yet it can scale from a
single-teacher site to a 40,000-student University.
2010-06-04 09:20:00 +00:00
roy
a7a5cbd871 Update to dhcpcd-5.2.4 with one change:
* Fix crash when using clientid and the interface re-configures
2010-06-04 09:04:18 +00:00
obache
657f80c849 Updated net/bftpd to 2.9 2010-06-04 04:31:42 +00:00
obache
3972b7b53a Update bftpd to 2.9.
Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.9
	- Bftpdwill attempt to create it's utmp directory
          if that directory does not exist. Fixes issue on
	  Ubuntu where the direcotry is wiped out at each
	  reboot.
	- The ROOTDIR option now works properly for
	  anonymous users.
	  Thanks to Paul for reporting this bug.
2010-06-04 04:30:45 +00:00
gdt
d5402d7335 Add patch from upstream to fix formatting of synthetic Received: line.
Take maintainership.
2010-06-03 23:46:54 +00:00
wiz
08224cf707 + bftpd-2.9, cdrtools-3.00, clustalw-2.0.12 [pkg/43395], dmenu-4.1.1,
dnsmasq-2.53, enscript-1.6.5.2, exiv2-0.20, fotoxx-10.5,
  gammu-1.27.94, gaupol-0.16, gcal-3.6, glpk-4.44,
  gnome-color-manager-2.30.2 [GNOME 2.30], gnome-commander-1.2.8.6,
  gst-plugins0.10-good-0.10.23, libX11-1.3.4, libssh-0.4.4,
  lyx-1.6.6.1, mdocml-1.10.1, mplayer-1.0rc3, mtr-0.77, p5-YAML-Syck-1.09,
  py-simpy-2.1.0 [pkg/43410], py-uwsgi-0.9.5.1 [pkg/43400],
  scribus-1.3.7, tkcvs-8.2.2, viewvc-1.1.6, xchat2-2.8.8,
  xforms-1.0.93sp1, xlsclients-1.1.0, xmp-3.2.0.
2010-06-03 23:25:37 +00:00
gls
7521f5252b Updated multimedia/transcode to 1.1.5nb4 2010-06-03 19:36:59 +00:00
gls
21ade6092d Add two files left out of the PLIST when lzo option is enabled.
Should fix PR/43403, noted by Ryo HAYASAKA.
2010-06-03 19:33:33 +00:00
sno
eec0cd46d6 Updated games/xskat to 4.0 2010-06-03 16:27:56 +00:00
sno
1ab6035cb7 Updating games/xskat from 3.4nb2 to 4.0:
- added option to use separate downloadable altenburger cards

Upstream changes:
- AI improved
- UI improved
2010-06-03 16:27:43 +00:00
jmmv
312ccccd8a Note update of atf to 0.9. 2010-06-03 16:07:58 +00:00
jmmv
cdc48bdf8c Update to 0.9:
Experimental version released on June 3rd, 2010.

     * Added atf-sh, an interpreter to process test programs written using
       the shell API. This is not really a shell interpreter by itself
       though: it is just a wrapper around the system shell that eases the
       loading of the necessary ATF libraries.

     * Removed atf-compile in favour of atf-sh.

     * Added the use.fs metadata property to test case, which is used to
       specify which test cases require file system access. This is to
       highlight dependencies on external resources more clearly and to speed
       up the execution of test suites by skipping the creation of many
       unnecessary work directories.

     * Fixed test programs to get a sane default value for their source
       directory. This means that it should not be necessary any more to pass
       -s when running test programs that do not live in the current
       directory.

     * Defining test case headers became optional. This is trivial to achieve
       in shell-based tests but a bit ugly in C and C++. In C, use the new
       ATF_TC_WITHOUT_HEAD macro to define the test case, and in C++ use
       ATF_TEST_CASE_WITHOUT_HEAD.
2010-06-03 16:07:25 +00:00
taca
4865203aef Note update of security/sudo package to 1.7.2p7. 2010-06-03 15:45:20 +00:00
taca
4254f1f99c Note update of www/drupal6 package to 6.17. 2010-06-03 15:43:31 +00:00
taca
7e00a85e6a Update www/drupal from 6.16 to 6.17.
Drupal 6.17, 2010-06-02
----------------------
- Improved PostgreSQL compatibility
- Better PHP 5.3 and PHP 4 compatibility
- Better browser compatibility of CSS and JS aggregation
- Improved logging for login failures
- Fixed an incompatibility with some contributed modules and the locking system
- Fixed a variety of other bugs.
2010-06-03 15:42:53 +00:00
taca
290d8828fc Update security/sudo package to 1.7.2p7.
For more detail: http://www.sudo.ws/sudo/alerts/secure_path.html

Summary:
    Sudo "secure path" feature works by replacing the PATH environment
    variable with a value specified in the sudoers file, or at
    compile time if the --with-secure-path configure option is used.
    The flaw is that sudo only replaces the first instance of PATH
    in the environment.  If the program being run through sudo uses
    the last instance of PATH in the environment, an attacker may
    be able to avoid the "secure path" restrictions.

Sudo versions affected:
    Sudo 1.3.1 through 1.6.9p22 and Sudo 1.7.0 through 1.7.2p6.
2010-06-03 14:53:14 +00:00
sborrill
59ee058abe Add -dMaxStripSize=0 to default ghostscript command line in efax.rc
configuration file so that efax continues to work with ghostscript 8.71 and
later (also tested backward compatibility with 8.63).

Bump PKGREVISION
2010-06-03 12:53:47 +00:00
pettai
d2e50222d5 part of PR pkg/43380 that didn't make it the first commit 2010-06-03 09:37:51 +00:00
wiz
6ac85b38f0 Remove patch that isn't in distinfo after 1.6.5 update. 2010-06-03 09:34:02 +00:00
wiz
fb980294d0 Remove patches that were not in distinfo after 2.4.5 update. 2010-06-03 09:33:23 +00:00
kefren
9dbc3e7bc6 updated p5-POE-Component-IRC-6.24 and p5-POE-Filter-IRCD-2.42 2010-06-03 09:26:35 +00:00
wiz
cdf83999dd Add inform-license and use it for lang/inform (instead of unclear
"no-profit").
2010-06-03 09:26:30 +00:00
obache
1ff8d25b76 used by net/gst-plugins0.10-mms/Makefile 2010-06-03 09:24:50 +00:00