Commit graph

179319 commits

Author SHA1 Message Date
cheusov
d9584262ed Remove useless .include "../../mk/bsd.prefs.mk" 2011-12-10 14:36:38 +00:00
obache
195af65568 Updated audio/py-karaoke to 0.7.2nb7 2011-12-10 14:18:41 +00:00
obache
555a86eae8 * convert some needless buildlink to simple DEPENDS.
* distutils pkg, register egg-info.

Bump PKGREVISION.
2011-12-10 14:17:37 +00:00
cheusov
89e0a2226a Unconditionally pass ac_cv_file__proc_stat=yes and
ac_cv_file__proc_meminfo=yes to "configure" script. As a result htop
   will be built regardless of /proc is mounted or not (bulk builds).
Enable htop PR 39881 on NetBSD, Linux and FreeBSD only where
  Linux-compatible procfs is available.
2011-12-10 13:28:43 +00:00
obache
203f47fbae LICENSE=gnu-gpl-v2 # or later 2011-12-10 13:26:38 +00:00
obache
e2b018570f Updated audio/py-mutagen to 1.20nb1 2011-12-10 13:07:51 +00:00
obache
404bddff43 distutils pkg, register egg-info.
Bump PKGREVISION.
2011-12-10 13:00:56 +00:00
wiz
883e752e0b + digikam-2.4.1, drupal-7.10, kde4-4.7.4, lapack-3.4.0, offlineimap-6.4.2,
pure-ftpd-1.0.35, xorg-util-macros-1.16.0.
2011-12-10 09:56:51 +00:00
sbd
b6f12a36d7 Regen distinfo 2011-12-10 06:54:06 +00:00
marino
41d168eac4 textprox/interlogic: Fix gentoo ltmain sanity check bug 2011-12-10 01:11:44 +00:00
marino
6650df555c textproc/libxml++1: Fix gentoo ltmain sanity check bug 2011-12-10 01:09:20 +00:00
minskim
3fb6d0a2f1 Add graphviz-dot-mode. 2011-12-09 21:56:38 +00:00
minskim
590c68ed09 Import graphviz-dot-mode-0.3.7 as graphics/graphviz-dot-mode.
The graphviz-dot-mode will do font locking, indentation, preview of
graphs and eases compilation/error location.  There is support for
both GNU Emacs and XEmacs.
2011-12-09 21:53:44 +00:00
adam
1796589e3c Updated graphics/babl to 0.1.6; graphics/gegl to 0.1.8 2011-12-09 17:46:41 +00:00
adam
f413853c9b Changes 0.1.8:
* New operations: spread, vignette, map-relative, noise-reduction, plasma,
    fractal-trace, exr-save, lens-correct, emboss, cubism, ripple,
    color-to-alpha, color-rotate, red-eye-removal, convolution-matrix,
    deinterlace, polar-coordinates, lens-distortion, pixelise.
* Split GeglView GTK Widget into separate utility library
* build/test improvements.
* Buffer:
* Added lohalo resampler, API and infrastructure for doing non affine
  resamplings.
2011-12-09 17:45:13 +00:00
adam
dc7fe9fa4e Changes 0.1.6:
Build improvements, remove blatantly wrong conversions from extensions,
made it possible to distinguish format_n formats from others, improvements
to vala/gobject introspection support.
2011-12-09 17:43:53 +00:00
manu
f6e7eff08c - Add experimental support for SSL
- Ignore again .attribute (a patch part that was lost in last upgrade)
2011-12-09 16:57:44 +00:00
drochner
264611612a add patch from upstream Ticket #8984 to fix possible out-of-bounds
array access, bump PKGREV
2011-12-09 16:11:54 +00:00
drochner
a03a684eb1 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
hans
ceb9888a9a Use getpassphrase() on SunOS to allow passwords longer than 8 chars. 2011-12-09 13:51:56 +00:00
obache
01e319b6f3 Updated x11/py-wxWidgets to 2.8.10.1nb9 2011-12-09 13:34:02 +00:00
obache
857872d501 distutils pkg, register egg-info.
Bump PKGREVISION.
2011-12-09 13:33:44 +00:00
dmcmahill
e9930e7a3d Updated cad/pcb to 20110918 2011-12-09 12:43:14 +00:00
dmcmahill
1f389242bb Update to pcb-20110918
========================================================================
Release Notes for PCB snapshot 20110918
========================================================================
This release represents over 797 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

Features
--------

- Internal coordinate space is now metric.  This should fix the "trace
  nubs on metric grids" issue.  Also, units are allowed on pretty much
  every "coordinate" that PCB accepts.  Example: 5.4in, 10cm, 0.55mm.
  New configure option --enable-coord64 to force (slower?) 64-bit type
  for coordinates on 32-bit systems (if you need a board bigger than 1
  meter across).  The internal precision is 1 nanometer, the internal
  type is "Coord".
- MinGW support.
- New GL mode for the gtk hid with translucent traces.

- New GTK layer view/choose widget and other GUI enhancements.
- GTK HID warns if the *.pcb file has changed on disk.
- Enhanced grid snapping logic.
- Select/report nets by name.
- Auto-pan has been removed.
- Zoom can zoom out beyond the edge of the board's workspace.
- GTK: title string matches GNOME conventions.
- Personally identifiable information is no longer stored in the PCB.
- Toggling vias from hole to plated is reversible.
- Gerber exporter has options for including outlines on other layers.
- Edited footprint files are saved as footprints, not pcbs.
- Improved gtk library search/filter.
- Default layer stack is now a six-layer template with outline.
- If the board has an outline layer, an outline will be shown if no
  other outline is specified.
- Group[] string allows t/b synonyms for c/s.  "top" and "bottom" are
  the standard names now.
- PCB will save files with an older version tag if newer features aren't needed.
- Autorouter has a progress dialog.
- PCB will no longer let you delete the last top/bottom layer.
- Refcard has been updated.
- Documentation updates.
- Layes with the PCB::skip-drc attribute set are ignored during DRC.
- Allow numeric keys to also choose the silk layer.
- Minor readability tweaks to the default font.
- Via copper may overlap.
- User is notified if an Import() cannot find all the footprints.

Bug Fixes
---------

- Optimizer won't try to optimize overlapping pads
- Undo should fail less, in corner cases.
- Nested key-bound actions won't crash lesstif.
- Do not select invisible pads on the far side.
- Protect Import() from command injection.
- Fix conversion of far-side polygons to element pads.
- Fix initial clearance values of text when loading PCBs.
- Fix solder mask drawing on vias.
- Add missing action documentation.
- Fab drawing notes actual outline trace width.
- Zero clearance pins and pads won't cause DRC failures.
- PS export: fix draw-rectangle (used to do fill, not outline)
- Gerber export no longer fills unfilled rectanges.
- If there are no image formats available, the PNG hid is not enabled.
- You can no longer select pins/pads of locked elements.
- The m4-to-newlib converter now creates file names that match the
  library view.
- Never set the FOUND flag on new silk lines.
- Lesstif HID won't crash if both Xinerama and XRender are detected.
- Lesstif menu is now internationalizable.
- Refdes labels in a font-less layout can be moved.
- Import can correctly update elements on the bottom side.
- DRC no longer treats unplated holes as conducting.

Other
-----

- Updated and new translations, including Dutch.
- Many polygon speedups.
- Numerous build-related cleanups.
- Numerous minor speed-related cleanups.
- GTK 2.18 is the minimum required version.
- GTS moved out of the src/ tree so it can be built with different flags.
- More C++ compatible.
- Expanded regex documentation.
- Much code which is no longer needed has been removed.
- HID init method changed to allow for hid struct expansion without
  breaking everything.
- New HID calls for whole-pad and whole-pin drawing.
- ClearAndRedrawOutput() replaced with Redraw().
- Board objects use hashes instead of lists to store parts, so
  pointers don't change.
- DVI documentation output is no longer generated.
2011-12-09 12:42:09 +00:00
adam
440a0480d6 Updated graphics/pngcrush to 1.7.22 2011-12-09 11:52:12 +00:00
adam
b7a64f8ae8 Changes 1.7.22:
This release adds the "-ow" option to overwrite the input file with the
compressed file. If an output filename is given on the command line, it will be
used as a temporary file and removed after compression. If not, "pngout.png" is
used as a temporary file
2011-12-09 11:50:21 +00:00
hiramatsu
e36905dbc3 Note update of devel/p5-pip, www/p5-Catalyst-Controller-FormBuilder and
devel/p5-IO-All.
2011-12-09 07:00:51 +00:00
hiramatsu
d14636e85b Update p5-IO-All to 0.44.
Change from previous:
---------------------
version: 0.44
date:    Wed Oct  5 18:11:27 EDT 2011
changes:
- Switch from testing $^V to $^] in DESTROY since $^V comparisons leak pre-5.14 (mst)
2011-12-09 06:59:50 +00:00
hiramatsu
19b55697a4 Update p5-Catalyst-Controller-FormBuilder to 0.06.
Change from previous:
---------------------
0.06   26-01-11 10:38:00
    Remove last reference to NEXT:: (caelum/agladish)
2011-12-09 06:58:23 +00:00
hiramatsu
c36367c037 Update p5-pip to 1.19.
Changes from previous:
----------------------
1.19 Mon 10 May 2010 - Adam Kennedy
	- Adding abstracts to ::API and ::FAQ
	- Update Module::Install to 1.00
2011-12-09 06:57:45 +00:00
dholland
54ae6c7135 Another whitespace, from Snader_LB. 2011-12-09 03:00:28 +00:00
dholland
6b7e38fa46 A couple more adjustments, partly from Snader_LB. 2011-12-09 02:59:01 +00:00
dholland
644c97a721 whitespace 2011-12-09 02:23:28 +00:00
sbd
adfa0c4ef7 Revert commit:
Module Name:	pkgsrc
Committed By:	sbd
Date:		Wed Dec  7 20:39:19 UTC 2011

Modified Files:
	pkgsrc/mail/cyrus-imapd: Makefile
	pkgsrc/mail/cyrus-imapd23: Makefile
	pkgsrc/mail/cyrus-imapd24: Makefile

Log Message:
If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
2011-12-09 02:16:13 +00:00
hiramatsu
ae6cff1fa5 Note update of devel/p5-Test-CheckManifest, devel/p5-boolean, devel/p5-Coro
and www/p5-Catalyst-Controller-HTML-FormFu.
2011-12-09 02:12:19 +00:00
hiramatsu
e8a8276db1 Update p5-Catalyst-Controller-HTML-FormFu to 0.09003.
Changes from previous:
----------------------
0.09003 2011-05-12

     - depend on HTML::FormFu 0.09

0.09002 2011-05-11

    - fixes #67404 (Missing dependency on MooseX::ChainedAccessors)

    - fixes #67571 (Minimum requirement for HTML::FormFu is 0.9002)
      actually it just requires MooseX::ChainedAccessors

    - hopefully fixes 539965f0-7b0f-11e0-b729-7181c0b02281

0.09001 2011-05-10

    - fixed problem with build_per_context_instance that caused errors
      like http://paste.scsys.co.uk/102966

0.09000 2011-03-29

    - Fix mem leak

    - Resolve Moose extends/runtime bug RT #55780

    - fix RequestToken classes to work with new Moosified HTML-FormFu
2011-12-09 02:09:38 +00:00
hiramatsu
d001a00079 Update p5-Coro to 6.07.
Changes from previous:
----------------------
6.07 Fri Nov 11 21:21:48 CET 2011
	- work around a bug in PerlIO (setting $SIG{__WARN__} to a PVCV).
        - update ecb.h.
2011-12-09 02:08:56 +00:00
hiramatsu
da33f9a8ad Update p5-boolean to 0.28.
Changes from previous:
----------------------
version: 0.28
date:    Mon Sep 12 13:51:47 CEST 2011
changes:
- Added -truth option.
- This idea was inspired by https://rt.cpan.org/Ticket/Display.html?id=65536
- Awesome idea!
- Released from Liz++&Wendy++ downstairs bathroom
2011-12-09 02:08:33 +00:00
hiramatsu
3a41d60631 Update p5-Test-CheckManifest to 1.24.
Changes from previous:
----------------------
1.24  Sat Apr 09 2011
      + MANIFEST spec allows whitespaces in filenames (when enclosed in single quotes)
      this was not parsed correctly (see [#67334]). Fixed now - Thanks to JWEIGEL

1.23  Mon Mar 28 2011
      + CPAN toolchain now creates MYMETA.yml and META.json. These files are in
      the list of recognized files now.
      + clarify license of this module (In README the Perl license was mentioned where
      in all other files Artistic 2.0 was mentioned)
      + switched to Dist::Zilla
      + removed tests that are created by Dist::Zilla
2011-12-09 02:07:49 +00:00
dholland
bc18ee86d9 typo fixes, from Snader_LB 2011-12-09 01:53:40 +00:00
sbd
170dd3405e In OWN_DIRS_PERMS change ROOT_GROUP to REAL_ROOT_GROUP 2011-12-09 01:53:11 +00:00
marino
cf6f972d68 editors/emacs-snapshot: Fix DragonFly support 2011-12-09 01:35:08 +00:00
marino
06d9411469 emulators/gnuboy-sdl: Fix for modern gcc
The deprecated force-mem flag is not present on later gcc compilers.
2011-12-09 01:32:58 +00:00
dholland
b034e37ca1 xinvest, bmpanel2 2011-12-09 01:32:40 +00:00
marino
1757d2eb68 emulators/gnuboy: Fix for modern gcc
The deprecated force-mem flag is not present on later gcc compilers.
2011-12-09 01:31:57 +00:00
dholland
2f94850758 This builds and installs a man page if it finds asciidoc. Since it's
just a man page and asciidoc is fairly harmless, and it's not entirely
clear how to disable the test, run with it: add a build depend on
asciidoc, plus USE_TOOLS+=gzip, and update the plist. PKGREVISION -> 2.
2011-12-09 01:23:07 +00:00
dholland
6c65b5d5c6 Not MAKE_JOBS_SAFE. 2011-12-09 01:21:15 +00:00
dholland
04c84f0457 Fix build without libXp. PKGREVISION -> 3 as a precaution. 2011-12-09 00:48:44 +00:00
dholland
a16995aebb Fix COMMENT 2011-12-09 00:15:36 +00:00
hiramatsu
8fd6e08d1b Updated devel/p5-ExtUtils-MakeMaker to 6.59nb2. 2011-12-08 22:54:31 +00:00