Commit Graph

3116 Commits

Author SHA1 Message Date
sthen
47c4a35e5f import ports/graphics/libvidcap, from Sebastian Reitenbach
libvidcap is a cross-platform library for capturing 
video from webcams and other video capture devices.
2010-06-06 13:43:19 +00:00
kili
158027911f Bump after the stupid ABI changes in GHC. 2010-06-06 10:06:44 +00:00
sthen
8a22b24cc4 glut is a LIB_DEPENDS, not a WANTLIB.
Build problem reported by naddy@
2010-06-05 12:38:48 +00:00
ajacoutot
e91ddcf83d typo, s/Graphiz/Graphviz/
from Anthony J. Bentley
2010-06-04 05:27:58 +00:00
kili
eaa7cf93cd WANTLIB fixes. 2010-06-02 09:59:38 +00:00
naddy
a0434d78f6 use fortran module 2010-05-29 15:27:21 +00:00
sthen
cab9f4f62e Update Hugin to 2010.0.0 (dcoppa, thanks for the cmake update!) 2010-05-29 01:23:55 +00:00
espie
6a7a652c98 fix digikam 2010-05-28 14:39:51 +00:00
jakemsr
e7dd71d8c4 wantlib/lib_depends changes due to ffmpeg update 2010-05-26 23:16:16 +00:00
jakemsr
b3d0a038f0 wantlib/libdepends changes due to ffmpeg update 2010-05-26 21:46:50 +00:00
jakemsr
d5240098e3 update to ffmpeg subversion snapshot from 2010-05-12
update needed for newer x264 and for gcc4.  this causes yet more
fallout as some libav* functions other ports were using have been
fully deprecated.  commits coming rsn ...

mostly from new MAINTAINER
2010-05-26 21:38:52 +00:00
sthen
8432da7afd update to 2.0.2, from Brad 2010-05-26 12:30:19 +00:00
landry
a3fe9e5e94 Use -O0 on hppa, fixes the build there.
While here replace perl dance by SUBST_CMD.
2010-05-24 11:57:57 +00:00
espie
bc9116d4ff fix build for gcc4 2010-05-23 16:20:47 +00:00
landry
e98c821a0d Remove .section .note.GNU-stack from this asm file, we already mark by
default the executable as not needing an executable stack, and it
confuses gas on hppa.
unbreaks both ports on hppa, no regression on other archs.
With hints from kettenis@
2010-05-22 15:13:39 +00:00
espie
8000754473 inconsistent decls 2010-05-22 14:58:36 +00:00
espie
635a31cac9 fix build with gcc4 2010-05-22 14:17:56 +00:00
espie
a9e99408fc shun lvalue casts 2010-05-22 14:12:50 +00:00
espie
5e3775d999 fix build with gcc4 (prefix base class fields with this) 2010-05-22 13:43:24 +00:00
ajacoutot
8888a998a4 Unbreak after recent headers changes.
spotted by jasper@
2010-05-21 11:47:54 +00:00
espie
fd0e92b339 fix auto-detection of socket.h 2010-05-20 10:40:05 +00:00
ajacoutot
f3bc8fe224 Add a "light" PSEUDO_FLAVOR to be able to build only the -main
subpackage (without the need to have nautilus, texlive and djvulibre).
Regen WANTLIB for -main while here.
2010-05-20 09:57:21 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
robert
7b6d876c84 remove a debug printf 2010-05-17 16:52:05 +00:00
kili
d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00
dcoppa
326df63f32 Adjust compiler and linker flags.
OK phessler@, sthen@
2010-05-11 09:56:26 +00:00
robert
fa33b780cc - make it build with gcc4 2010-05-10 08:38:44 +00:00
ajacoutot
bee49d0cc9 Update to gthumb-2.10.12.
ok Guillaume PROTET (maintainer)
2010-05-07 09:04:32 +00:00
jasper
44e313f935 - sync 2010-04-30 17:07:10 +00:00
jasper
556db2ac32 - remove old port from the gtk1/glib1 days
ok ajacoutot@
maintained timed-out long-ago
2010-04-30 17:06:56 +00:00
jasper
faf325748a - add lsys 2010-04-30 09:32:44 +00:00
jasper
1fc93beb28 import lsys 0.8
lsys is a full-featured program that understands most of the syntax of
the original l-systems language, which is far more complex and powerful
than most available l-system interpreters.
2010-04-30 09:32:04 +00:00
ajacoutot
fb90d4ec07 WANTLIB. 2010-04-30 08:06:33 +00:00
matthieu
53e62b9384 Fix after recent X haders updates. ok naddy@, todd@ (MAINTAINER). 2010-04-29 19:50:14 +00:00
ajacoutot
fe20528756 Bring translations back using patch provided upstream. 2010-04-27 14:29:44 +00:00
ajacoutot
32ae601410 Bugfix update to evince-2.30.1. 2010-04-26 17:39:16 +00:00
ajacoutot
831597e2c8 Update to sane-backends-1.0.21.
* new backends
* lots of bugfixes
* 224 more scanner models supported

If you have any regression with your device, let me know.
2010-04-26 10:41:28 +00:00
ajacoutot
e20839f6f2 WANTLIB. 2010-04-26 09:57:59 +00:00
jakemsr
fe75938e11 sndio for audio recording.
NOTE: the audio recording muxer is still named 'oss' for compatability.
2010-04-26 01:57:13 +00:00
jolan
53e78892f8 update to 0.1.7 2010-04-26 00:11:37 +00:00
jasper
9aeeba76cb - update p5-SVG to 2.50
- rename a patch while here
2010-04-24 22:31:20 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
ajacoutot
8376455597 Fix depends specs after recent babl+gegl updates. 2010-04-24 13:08:37 +00:00
ajacoutot
65d4e3f57a Update to gegl-0.1.2. 2010-04-24 13:07:54 +00:00
ajacoutot
2978add6da Update to babl-0.1.2. 2010-04-24 13:07:28 +00:00
jasper
436ea654c7 - add missing dependency
ok aja@
2010-04-24 08:41:24 +00:00
ajacoutot
b4d17f84af Unbreak with newer gtk. 2010-04-23 11:04:47 +00:00
kili
d218f3b1f4 + hs-GLUT. hs-OpenGL 2010-04-22 22:12:07 +00:00
jasper
52aa0a16c8 - update evince to 2.30.0 2010-04-20 22:06:50 +00:00
ajacoutot
b4827dd4b7 Cope with recent gnome-keyring changes. 2010-04-20 20:11:53 +00:00
jasper
0e32391a40 - add a missing build/run dependency
- add gettext to modules
- set USE_X11
- sync LIB_DEPENDS/WANTLIB

ok jsg@ (MAINTAINER)
2010-04-16 10:17:32 +00:00
sthen
b8f3bbf913 fix PKGNAMEs 2010-04-15 22:28:43 +00:00
dcoppa
7a9c9135b1 update-plist and bump because of cmake diff.
OK landry@, sthen@
2010-04-15 20:35:46 +00:00
sthen
0c678ecfa6 update to 1.5.3, from Brad. 2010-04-15 15:02:49 +00:00
ajacoutot
5985d2ef24 Consistency: remove the 1, 2 or even 3 empty blank lines.
sthen@ agrees
2010-04-15 14:11:01 +00:00
ajacoutot
3d7b62af41 Update to 20100303.
Thanks to all who tested.

"Please update" espie@ (it seems to be needed for some realmedia files)
2010-04-14 09:20:08 +00:00
sthen
dc34b0aa0c VMEM_WARNING, requested by landry@ 2010-04-13 09:03:08 +00:00
kili
1ffe42e4ea Import hs-GLUT, Haskell bindings for libGLUT, part of the
Haskell Platform.

Not yet wired to the build.

(And now I'm just waiting for ghc-6.12.2 beeing released)
2010-04-12 11:31:29 +00:00
benoit
4d1326ca57 - update pngcrush to 1.7.10
ok ajacoutot@
2010-04-10 04:01:59 +00:00
kili
a6e55221cb Import hs-OpenGL, which is part of the Haskell Platform.
Not yet wired to the build.
2010-04-09 17:15:47 +00:00
mglocker
264a2d25d2 Bump to latest version fswebcam-20100405. 2010-04-09 12:11:53 +00:00
jasper
fe7e23dc28 - update to 8.15
from patrick keshishian (MAINTAINER)
2010-04-05 10:35:07 +00:00
jasper
7d743bba54 commit Makefile too. 2010-04-04 13:08:48 +00:00
jasper
d9e0375194 - prepare the manpage for mandoc
from chris bennett, thanks!
2010-04-04 13:08:17 +00:00
sthen
4ec2f3de05 sync WANTLIB/LIB_DEPENDS, bump 2010-04-03 00:32:55 +00:00
sthen
a941ac7fd4 sync WANTLIB (mostly libffi) and bump PKGNAMEs 2010-04-02 16:02:27 +00:00
eric
f894418d1a enable XCB backend
prodded by dcoppa@
ok ajacoutot@ jasper@
2010-04-02 08:21:14 +00:00
ajacoutot
1f65ea31d3 Update to libart-2.3.21.
No change to the code, only the way art-config.h is generated has
changed to ease cross-compmilation.
2010-04-01 13:49:21 +00:00
eric
d25fd5561a update to 1.59
ok jasper@
2010-03-29 19:42:49 +00:00
eric
a9877e478f update to cairo 1.8.10
prodded by Brad, ok ajacoutot@
2010-03-29 13:13:53 +00:00
jasper
5d8e04a3ca - update GraphicsMagick to 1.3.8 2010-03-28 17:17:15 +00:00
jasper
ab7ccff4a7 - remove fnlib 2010-03-25 22:08:58 +00:00
jasper
53c160ad01 - garbage collect old/orphaned/yada yada lib
ok aja@
2010-03-25 22:08:35 +00:00
jasper
6be37b13b5 - make no_x11 flavor the default, dropping gtk+1 in the process
- re-order Makefile a bit
- regen patches

ok landry@
2010-03-23 19:42:57 +00:00
jasper
6c44203d0d - sync 2010-03-23 14:31:47 +00:00
jasper
c29ed01638 - remove more unused, unmaintained gtk+1 cruft
ok aja@
2010-03-23 14:30:50 +00:00
ajacoutot
bbb5f1e23b +simple-scan 2010-03-22 22:33:56 +00:00
ajacoutot
34fa6b7d4b Import simple-scan-0.9.7
Simple Scan is an easy-to-use application, designed to let users connect
their scanner and quickly have the image/document in an appropriate
format.
Simple Scan is basically a frontend for SANE which means that all
SANE supported scanners will work and the interface is well tested.
2010-03-22 22:33:15 +00:00
jsg
591d37408f +zbar 2010-03-22 22:00:36 +00:00
jsg
63ce350dd3 Import of zbar-0.10
ZBar is an open source software suite for reading bar codes from
various sources, such as video streams, image files and raw
intensity sensors. It supports many popular symbologies
(types of bar codes) including EAN-13/UPC-A, UPC-E, EAN-8, Code 128,
Code 39, Interleaved 2 of 5 and QR Code.

ok kili@
2010-03-22 21:57:58 +00:00
jasper
7d3c058a5f - update freeglut to 2.6.0
from tobias ulmer (MAINTAINER)
ok sthen@
2010-03-21 12:45:21 +00:00
ajacoutot
a01fa67c22 Re-enable the pixma backend.
spotted by kolaloka at netbsd dot sk
2010-03-21 09:53:19 +00:00
ajacoutot
d3ace39e98 Fix desktop file.
spotted by J. Scott Heppler
2010-03-21 09:43:33 +00:00
jasper
060622e44d - update cfdg to 2.2.1 2010-03-21 09:31:48 +00:00
ajacoutot
fc2cd23f56 Update to dia-0.97.1. 2010-03-20 16:53:22 +00:00
espie
713f816f1c fix FULLPKGPATHs.
sorry: if package changes when flavors change,
it CAN'T be FULLPKGNAME-sub, it has to PKGNAME-sub
2010-02-26 19:18:28 +00:00
jasper
72bde0cc0a - prevent running a configure build test, which allows mips64(el) to pass
configure and package.

ok sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:15:01 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
naddy
72b44c5513 bump PKGNAME for PLIST changes 4.6 -> 4.7 2010-01-27 21:43:27 +00:00
sthen
1186f2845f Fix RUN_DEPENDS-bin, there's no version in the pkgspec, and new pkg_* tools
don't accept this. sure landry@ yepyep jasper@
2010-01-07 13:36:01 +00:00
eric
4b29a61467 update to 1.57
ok benoit@
2010-01-04 20:36:35 +00:00
sthen
d726173016 fix permissions on docs; Mikolaj Kucharski 2010-01-04 15:41:21 +00:00
jasper
023b5d3d20 SECURITY FIX for CVE-2009-3546
buffer overflow or buffer over-read attacks via a crafted GD file
2010-01-04 15:05:49 +00:00
jasper
977d748689 - sort 2010-01-04 10:43:30 +00:00
benoit
98d31ac31a - update pngcrush to 1.7.7
ok giovanni@
2010-01-04 10:42:44 +00:00
giovanni
7a1e742553 Update to bugfix release 2.6.8
ok jasper@ stephan@
2009-12-30 09:06:12 +00:00
phessler
62865bdef8 another gcc2.95 fix 2009-12-28 17:22:21 +00:00
jasper
36f465a9a3 Security fix for CVE-2009-4227.
Xfig ".fig" File Parsing Buffer Overflow
2009-12-27 22:09:24 +00:00
jasper
a7f372265a - regen 2009-12-27 22:07:36 +00:00
benoit
3940040a18 - update amide to 0.9.2
- regen PLIST
- update patch

ok ajacoutot@
2009-12-23 12:01:07 +00:00