Commit Graph

10865 Commits

Author SHA1 Message Date
ajacoutot
c77903f53b Use override files instead of patching the schemas. 2012-10-10 12:49:17 +00:00
sthen
3ab3d02836 +tclap 2012-10-10 11:38:40 +00:00
sthen
2ef6851151 import ports/devel/tclap, feedback kirby@, feedback/ok dcoppa@
TCLAP is a small, flexible library that provides a simple interface
for defining and accessing command line arguments. It was initially
inspired by the user friendly CLAP libary. The difference is that
this library is templatized, so the argument class is type independent.
Type independence avoids identical-except-for-type objects, such
as IntArg, FloatArg, and StringArg. While the library is not strictly
compliant with the GNU or POSIX standards, it is close.

TCLAP is written in ANSI C++ and is meant to be compatible with any
standards-compliant C++ compiler. It is known to work on Linux,
MacOS X, Windows, and Solaris platforms. The library is implemented
entirely in header files making it easy to use and distribute with
other software. It is licensed under the MIT License for worry free
distribution.
2012-10-10 11:38:17 +00:00
sthen
d7a52cacbb +p5-Switch 2012-10-09 17:12:06 +00:00
sthen
e42866aeea import devel/p5-Switch, ok jasper
Switch.pm provides the syntax and semantics for an explicit case
mechanism for Perl. The syntax is minimal, introducing only the
keywords "switch" and "case" and conforming to the general pattern
of existing Perl control structures. The semantics are particularly
rich, allowing any one (or more) of nearly 30 forms of matching to
be used when comparing a switch value with its various cases.

This is from CPAN and works the same as a deprecated function in
Perl base which will be removed in a future version.
2012-10-09 17:11:31 +00:00
jeremy
de7b669d65 Upgrade to ruby-ncurses 1.2.1. Upstream has changed, and package
is now distributed as a gem, so deal with that.  Remove patch
that is no longer needed.  This release works with ruby 1.9, and
will build a ruby 1.9 package by default.

OK landry@
2012-10-09 10:24:06 +00:00
kirby
668fe9ebe1 missed rm 2012-10-09 07:38:29 +00:00
kirby
023d82b536 *** empty log message *** 2012-10-09 07:36:49 +00:00
rpe
988a8a52ed add quilt 2012-10-08 15:43:48 +00:00
rpe
81d0293866 Import quilt 0.60
Quilt allows you to easily manage large numbers of patches by keeping
track of the changes each patch makes. Patches can be applied,
un-applied, refreshed, and more.

whith help from sthen and aja, ok aja
2012-10-08 15:14:25 +00:00
ajacoutot
25f591f9c6 Offer this to robert@ 2012-10-08 10:39:24 +00:00
dcoppa
8db1eb592e CMake now creates shared libraries without soname.
Tested in a bulk build by landry@
Feedback by nigel@ and landry@
OK landry@
2012-10-08 07:23:09 +00:00
jasper
a6b5f8cd14 remove unused oldie.
ok aja@
2012-10-08 06:51:40 +00:00
jasper
fbd663358d unhook mm-common 2012-10-08 06:51:25 +00:00
ajacoutot
2c8edfb03d No need to include bsd.port.arch.mk. 2012-10-06 13:53:46 +00:00
brad
f3cd37d602 Bring in a bunch of bug fixes from microe's git repo on github.
ok jasper@
2012-10-04 07:23:17 +00:00
ajacoutot
1ae3511a6f -mono-flickrnet 2012-10-03 08:07:41 +00:00
ajacoutot
8bbab5de6b Remove. Unmaintained and nothing uses it in-tree.
ok jasper@
2012-10-03 08:07:20 +00:00
landry
c03f7c7ac3 Tighten the BUILD_DEPENDS on the fixed version of docbook to avoid
failing during package step because of missing manpages..
2012-10-02 20:56:18 +00:00
dcoppa
a6c495e401 Fix: ucred -> sockpeercred
ok kili@ (maintainer)
2012-10-02 13:35:40 +00:00
lteo
2ceebb941a Update to kdiff3 0.9.97. Notable changes:
* Memory usage optimized for comparison of large directories.
* In overview for two way diff show if only one side contains text.
* If text is selected in either input or output window use that in
  Find dialog.
* Command line option --cs doesn't change the config value permanently
  anymore.

Also remove unneeded flags from CXXFLAGS, sync WANTLIB, and update my
email address.

Thank you to brad@, espie@, and pascal@ for guidance on fixing
CXXFLAGS, and Amit Kulkarni for testing.

Tested on amd64 and i386.

OK brad@ sthen@
2012-10-02 01:54:47 +00:00
edd
4afb8c5efd We now require -fPIC to link ocaml-mlgmp.
OK sthen@
2012-10-01 21:20:55 +00:00
naddy
1363ad3c0a upstream fix for parallel builds (e.g., of webkit); ok espie@ 2012-10-01 17:47:44 +00:00
brad
3bef20e296 Update to fribidi 0.19.4.
ok sthen@
2012-10-01 07:46:47 +00:00
rpe
9592364826 no need for MASTER_SITES and EXTRACT_SUFX,
the www/pear module provides them

ok robert@
2012-09-30 19:45:11 +00:00
jasper
d41504b639 - update to libgata-0.13.2 2012-09-30 11:02:29 +00:00
sthen
42c6a55c0c don't .include <bsd.port.arch.mk> just to get definitions from arch-defines 2012-09-30 09:16:36 +00:00
ajacoutot
8c78974c57 So, there is this new unexplained trend going on in ports which is
to remove "-Wl,-soname" because (as I was told) "we don't do that"...
Ok well, this break things, so put my soname back.
2012-09-29 19:27:33 +00:00
ajacoutot
388c0f6585 @comment -> post-install rm 2012-09-29 13:14:04 +00:00
jasper
ce158f072f sync 2012-09-29 10:26:19 +00:00
jasper
55797c3ae9 import py-isodate-0.4.8
Python module that implements ISO 8601 date, time and duration parsing.
The implementation follows ISO8601:2004 standard, and implements only
date/time representations mentioned in the standard. If something is not
mentioned there, then it is treated as non existent, and not as an
allowed option.

ok aja@
2012-09-29 10:25:57 +00:00
ajacoutot
e9bf35ab9d Update to libgdata-0.13.1. 2012-09-29 07:42:40 +00:00
landry
8182ed9af8 Mark as ONLY_FOR_ARCHS=amd64 i386 powerpc sparc64, since there's little
luck it build or ever work on other archs. Maybe sparc, mips64*, alpha
or arm someday ?
2012-09-29 07:17:47 +00:00
landry
46d0145c17 Mark as BROKEN-hppa, triggers an ICE in src/tr1/assoc_laguerre.cpp,
apparently related the switch to PIE and the fact that boost uses
precompiled .gch headers.
2012-09-29 07:08:38 +00:00
sthen
6b66e41d9d drop maintainer as per his request
while there drop USE_GROFF
2012-09-28 18:56:56 +00:00
sthen
5b614b27f4 drop maintainer as per his request 2012-09-28 18:55:27 +00:00
jasper
b4023884b4 - drop support for seed, which will be removed soon. 2012-09-28 14:43:43 +00:00
ajacoutot
189bbb6808 Update to liblouis-2.5.1. 2012-09-28 06:32:13 +00:00
ajacoutot
181ac31824 Update to pango-1.32.1. 2012-09-28 05:48:16 +00:00
naddy
35cd2db00c mark for parallel dpb building to shorten the time to libreoffice 2012-09-27 21:49:58 +00:00
naddy
402c9aa0d1 fix build: M_AUTH_AH is gone 2012-09-27 21:27:43 +00:00
jasper
12dcc9db63 - apply a patch from upstream which a nasty crash i've been observing 2012-09-27 18:50:37 +00:00
ajacoutot
ba8a7e44e8 Tweak after recent docbook changes. 2012-09-27 17:38:17 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
jasper
f3a0bbb019 - remove BT_MAX_DEPTH and struct bt_frame from the public API as they don't belong there
and create issues with guenthers upcoming header cleaning.

  as discussed with guenther@
  ok landry@
2012-09-27 15:45:42 +00:00
jasper
a6ce913f8c sync 2012-09-27 14:56:58 +00:00
jasper
e304de1a09 import spice-protocol-0.12.2
The Simple Protocol for Independent Computing Environments (SPICE) is a
remote display system built for virtual environments which allows you to
view a computing 'desktop' environment not only on the machine where it
is running, but from anywhere on the Internet and from a wide variety of
machine architectures.

This package provides headers defining protocols.

ok aja@ gsoares@
2012-09-27 14:55:20 +00:00
ajacoutot
130fc832bd Fix bash-completion directory. 2012-09-27 12:48:30 +00:00
ajacoutot
321eb520e0 Update to libsoup-2.40.0. 2012-09-27 09:58:38 +00:00
jasper
b516e2ac87 - fix up LIB_DEPENDS-editor
ok aja@
2012-09-27 08:45:52 +00:00