Commit Graph

58191 Commits

Author SHA1 Message Date
sebastia
8366197e03 enable graphics/tkpng and x11/tktreectrl 2010-07-09 16:55:43 +00:00
sebastia
3abaf59680 import tkpng-0.9
PNG photo image extension for Tcl/Tk

TkPNG provides support for PNG image manipulation with Tcl/Tk
and does not depend on libpng.

TkPNG supports the full range of color types, channels and bit depths
from 1 bit black & white to 16 bit per channel full color with alpha
(64 bit RGBA) and interlacing.  Ancillary "chunks" such as gamma,
color profile and text fields are ignored, although they are checked
at a minimum for correct CRC.

OK, landry@, sthen@
2010-07-09 16:46:50 +00:00
sebastia
63faa5ff7f import tktreectrl-2.2.9
tree widget extension for Tk

A widget which displays items in a one- or two-dimensional arrangement.
Items have a parent-child relationship with other items. Items have a
set of states, which are boolean properties. Items may be spread about
one or more columns. For each column of an item there is a style
associated, which determines how to display the item's column taking
into account the item's current state set. One column can be defined to
display the data in a hierarchical structure.

OK from sthen@, landry@
2010-07-09 16:43:11 +00:00
landry
c5276a8f3b Cope with patch-config_autoconf_mk_in change in www/mozilla-firefox.
Switch PLISTs to use MOZILLA_PROJECT semantics, but do not convert the
port to www/mozilla MODULE yet. xulrunner 1.8 needs to be buried first.
2010-07-09 16:38:58 +00:00
landry
fd01387962 Switch www/mozilla-firefox to www/mozilla MODULE. Makefile is now much
more sane : 31 insertions(+), 141 deletions(-)
Switch pkg/PLIST to MOZILLA_PROJECT, and correctly patch
config/autoconf.mk.in.
2010-07-09 15:43:54 +00:00
ajacoutot
01a7cb2f80 Document how to set up direct printing from a remote NoMachine server to
a local CUPS spooler.
2010-07-09 15:40:35 +00:00
landry
834be62f6b Switch www/seamonkey to www/mozilla MODULE. cvs diff Makefile | diffstat
says it all: 21 insertions(+), 118 deletions(-)
While here, patch and subst the appropriate config/autoconf.mk.in file,
and remove a leftover patch from ffx35. Switch PLIST to use
MOZILLA_PROJECT too.
2010-07-09 15:39:00 +00:00
sthen
5cd2989340 zap empty patches; pointed out by Brad 2010-07-09 15:19:31 +00:00
landry
424ebd15a1 Switch to newer LIB_DEPENDS/WANTLIB semantics. 2010-07-09 15:08:39 +00:00
espie
d170ea5206 logic of ONLY_FOR_ARCHS was slightly broken: always define individual
PACKAGE_COOKIE, so that print-plist-contents keeps working.
Only the packaging part (e.g., PACKAGE_COOKIES) should be affected.
Alter PKGNAMES while we're there, as it's only used for debugging, and
it's better that way.

(fixes pkgmklocatedb)
2010-07-09 13:11:59 +00:00
landry
34539a39d1 Darn. I was supposed to cvs rm this file. Pointed out by Daniel Dickman,
thx.
2010-07-09 12:57:58 +00:00
espie
5c20918a08 new-style LIB_DEPENDS 2010-07-09 11:59:59 +00:00
pea
ab3e256f34 Disable the detection of asciidoc
spotted/suggested fix by landry@

ok landry@
2010-07-09 11:50:38 +00:00
sthen
46626dc2f9 update to 0.99.16 2010-07-09 11:46:02 +00:00
espie
cfff1f7778 better WANTLIB (with full path) 2010-07-09 10:58:50 +00:00
espie
bc62c7752f convert to new style LIB_DEPENDS/WANTLIB
no package change
2010-07-09 10:43:31 +00:00
jakemsr
9c82a33ec9 * fix broken LIB_DEPENDS: libdumb is a static lib
* new style LIB_DEPENDS/WANTLIB
ok sthen
2010-07-09 09:37:37 +00:00
sthen
dedf92a50b update sdl-image to 1.2.10, from Brad, tested in bulk build by landry@ 2010-07-09 09:20:53 +00:00
naddy
aa4cc93d94 bump after i386/hppa/powerpc gcc3->gcc4 switch 2010-07-09 08:45:11 +00:00
landry
50f1483d91 Fix fallout of SO_PEERCRED changes. while here, bring in string.h for
declarations of strcpy() and strlen().
2010-07-09 08:17:50 +00:00
sthen
3609865967 - move LIB_DEPENDS to the new world order
- remove a bogus LIB_DEPENDS and bump as a result of this

problem noted by landry, discussed with jakemsr
2010-07-09 08:12:27 +00:00
landry
12f6c089b8 Whoops 2010-07-09 07:35:04 +00:00
landry
4b0c4eb006 Update to netbeans 6.9, from maintainer Daniel Dickman.
No complains/feedback on ports for three weeks.
2010-07-09 07:34:07 +00:00
sthen
aeac6741d9 cleanup; mostly from Brad.
- Cleans up the Makefile a bit of stuff that isn't necessary.
- Add missing headers to get rid of implicit function warnings.
- Renames conflicting MSGBUFSIZE define to POPMSGBUFSIZE.
- Sync PLIST.
- Remove stray space in DESCR.
- Bump PKGNAME.
2010-07-09 07:17:37 +00:00
ajacoutot
e498f82431 Fix depends:
one mono-addins is enough
missing libunique (spotted by landry@)

Remove bogus DLL_MAP_FILES.
2010-07-09 06:50:59 +00:00
landry
c279deae2d Same here, fix build on a clean box by adding back net/pidgin to
BUILD_DEPENDS and fix WANTLIB while here.
2010-07-09 06:35:21 +00:00
landry
e73d9ed082 Bad espie@.. this indeed depends on -libpurple subpackage, but also needs
pidgin to build, so add it to BUILD_DEPENDS. Fix WANTLIB while here.
2010-07-09 06:30:31 +00:00
landry
29c07cb70a Fix libpurple,-audio flavor PKGNAME - it's different from libpurple
unflavored package, so forcing FULLPKGNAME/FULLPKGPATH was fucking it.
While here, fix dependencies on gstreamer with audio FLAVOR, and
correctly depend on the -audio flavoured libpurple for -finch,audio and
-main,audio.
Looks fine to brad (MAINTAINER)
2010-07-09 06:10:16 +00:00
landry
1fa1c032da Fix getpeereid() fallout. header uses #ifdef HAVE_GETPEEREID, but configure
doesn't even check for the function presence. Add -DHAVE_GETPEEREID to
CFLAGS/CXXFLAGS in MAKE_FLAGS to fix it.
2010-07-09 06:01:07 +00:00
naddy
f6a2a693a6 bump after gcc3->gcc4 switch on several archs 2010-07-08 23:50:39 +00:00
robert
e1bb4de18f Bump UTHREAD_SP_OFFSET to the correct value on i386 after the layout change
in struct _machdep_state from libpthread.
The offset is hardcoded in boehm-gc because it's a private struct so we
cannot use offsetof(). This will probably not change soon again but I am
writing this as a note for people who will run into the same problem in
the future.
All the regression tests are passing now and mono builds fine too.
Thanks to kurt@ for pointers.
2010-07-08 23:00:18 +00:00
ajacoutot
4b19a677fa Remove wrong lib_depends on gstreamer-plugins-ugly, as spotted by
landry@ and espie@.
Explicitely set configure args.
2010-07-08 22:14:47 +00:00
ajacoutot
1acd18543b Remove uneeded V variable.
No pkg change.
2010-07-08 22:03:45 +00:00
marco
5658454bdf Move to 0.9.25
Changelog:
Make NVIDIA xrandr work.
New and shiny signal handleri; SIGHUP now restarts wm.
Add borderless support.
Make floaters remember their locations.
Add prior workspace action.
Mostly community patches.
2010-07-08 21:37:36 +00:00
espie
c627d95278 clean-up AND small changes:
- copy libs over to lib/kde3 (to prepare coexistence with kde4, eventually)
- move lib depends over to WANTLIB
- update WANTLIB for recent changes
- create links to avoid pkg_create protests over non existing links
2010-07-08 21:28:48 +00:00
landry
3dac55be93 Resurrect www/mozilla dir to host a mozilla.port.mk MODULE, that will
help clean up the crazy maze in mozilla ports Makefiles.
ok ajacoutot@ jasper@ naddy@
2010-07-08 21:06:13 +00:00
espie
d9dd312bbf synch with src 2010-07-08 20:48:39 +00:00
jasper
4008540379 - prevent maildrop from appending a newline to mbox files before delivering
new messages. which would alter the final message in the mbox; which mutt,
among others wasn't fond of.

from debian via nima hoda.
2010-07-08 20:32:01 +00:00
jasper
58a169dfe3 sync 2010-07-08 18:59:16 +00:00
jasper
695182bcdf import iverilog 0.9.2
Icarus Verilog is a Verilog simulation and synthesis tool. It operates
as a compiler, compiling source code writen in Verilog (IEEE-1364) into
some target format. For batch simulation, the compiler can generate C++
code that is compiled and linked with a run time library (called "vvm")
then executed as a command to run the simulation. For synthesis, the
compiler generates netlists in the desired format.
2010-07-08 18:58:23 +00:00
pea
412b3e0b05 Avoid conflict with gnupg2. Like this you can install both in the same time.
ok aja@, jasper@
2010-07-08 17:01:57 +00:00
pea
aa0e15f100 Add gnupg2 2010-07-08 16:59:52 +00:00
pea
2ec26d3d0a Import gnupg2
GnuPG 2.0 is the new modularized version of GnuPG supporting OpenPGP 
and S/MIME

With tweaks from ajacoutot@ and jasper@
ok aja@, jasper@
2010-07-08 16:57:54 +00:00
giovanni
12a331b551 Update to 2.5.0 plus a patch from upstream to prevent a segfault 2010-07-08 16:35:58 +00:00
giovanni
88b336cb63 Update to 4.8.0 plus a patch from upstream to prevent a segfault 2010-07-08 16:29:58 +00:00
ajacoutot
c695437ad9 Remove trailing blank lines from DESCR.
Don't hardcode /etc, use SYSCONFDIR.
2010-07-08 16:23:54 +00:00
giovanni
6cd2683552 Update to 4.4.6
Full changelog available at
http://www.hylafax.org/content/HylaFAX_6.0.4/4.4.6/4.3.9_releases
2010-07-08 16:21:17 +00:00
pea
7a97d14767 Add pgbouncer 2010-07-08 16:20:23 +00:00
pea
7e1ada58fb Import pgbouncer.
PgBouncer is a lightweight connection pooler for PostgreSQL.

With tweaks from jasper@
ok jasper@
2010-07-08 16:18:06 +00:00
giovanni
ab1529e5eb Update to 2.6.9 2010-07-08 16:16:51 +00:00