Commit Graph

609 Commits

Author SHA1 Message Date
jeremy
fce8bfc4d3 Revision bump ruby C extension ports after addition of pthread to
WANTLIB.

OK sthen@
2013-01-09 17:38:52 +00:00
brad
32da718671 Back port the ELF visibility support.
ok sthen@
2013-01-08 23:55:14 +00:00
sthen
41ed53ba17 - fix unpacking of multiple parts (from Gentoo, possibly via FreeBSD).
- recognise PNG files and set appropriate mime type (from FreeBSD).

- remove botched mkstemp() conversion which broke mpack(1);
a proper mkstemp conversion is intrusive.

- use some additional XXXX in the temporary filename.

- let this build with CLang scan-build.
2012-12-11 11:01:31 +00:00
brad
70960bb6e2 Further tweaks for Pacal's sloppy wv2 update.
ok kili@
2012-12-03 22:30:26 +00:00
pascal
d36106faf9 Update to wv2 0.4.2.
With tweaks from dcoppa@, ok dcoppa@ brad@
2012-11-29 19:07:57 +00:00
sthen
060ecd19ac bump REVISION to force an update so that a working static library is
installed on architectures which have moved to PIE.
2012-11-15 11:24:39 +00:00
jasper
cd08e910f9 sync 2012-11-06 07:37:44 +00:00
jasper
72ef16bf4d import luastruct-0.2
This library offers basic facilities to convert Lua values to and from C
structs. Its main functions are struct.pack, which packs multiple Lua
values into a struct-like string; and struct.unpack, which unpacks
multiple Lua values from a given struct-like string.

ok dcoppa@
2012-11-06 07:37:01 +00:00
jeremy
dcbdb53ce0 Update to ruby-json 1.7.5. 2012-10-31 22:04:08 +00:00
jasper
f3ba660c88 - stop spreading lies and actually use /var/tmp as temp directory. 2012-10-21 12:59:43 +00:00
ajacoutot
2094a447d4 Update to libpst-0.6.55. 2012-09-28 12:22:46 +00:00
jasper
028de0d84c - use SUBST_CMD 2012-09-28 11:38:48 +00:00
brad
88ddd9917b Remove workaround no longer necessary.
ok naddy@
2012-09-27 23:39:33 +00:00
jeremy
5542f53b23 Now that ruby 1.9 is the default ruby implementation for gem/extconf
ports, for the ports that are built both on ruby 1.8 and ruby 1.9,
switch the category Makefiles to explicitly list the ruby18 FLAVOR
instead of the ruby19 FLAVOR.

Also, for home_run, fastri, and fastercsv, explicitly build only the
ruby 1.8 version of the port.  These libraries can run on ruby 1.9, but
it doesn't make sense to build a ruby 1.9 version by default.
2012-09-23 17:20:41 +00:00
jeremy
c3579f1baf Bump revisions for ruby gem/extconf ports after the switch to ruby 1.9
by default, since the ruby 1.8 version now has a ruby18 explicit FLAVOR.
2012-09-23 16:57:32 +00:00
landry
1c60b4d6d4 Restore CFLAGS+=-O0 on sparc64 and hppa, this is still needed (and was
NOT a gcc3 workaround). Without it the build on sparc64 gobbles all
memory, takes the machine to a halt, and gets killed after a unfinite
amount of time. Brad, next time, please test it at least.
2012-09-11 20:42:21 +00:00
sthen
571bc17bca update to dos2unix 6.0.2 2012-09-06 22:35:31 +00:00
ajacoutot
58045a7890 This was missed when the "russian" category got removed. 2012-09-04 22:43:20 +00:00
sthen
d344d96837 missing bump 2012-09-04 21:12:20 +00:00
jasper
3ed6f2027d sync 2012-09-04 19:01:41 +00:00
jasper
b6dbd78086 reimport from russian/d1489 since it's going away. 2012-09-04 19:01:11 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
4be37df2ac Remove -pthread hack and gcc3 optimizer workarounds for sparc64/hppa.
from Brad
2012-08-26 07:19:55 +00:00
sthen
41f27206ff sync wantlib 2012-08-23 14:54:31 +00:00
ajacoutot
b7eab0566c boring morning useless cleanup: remove the FreeBSD RCS tags; it makes
sense for ports Makefile but not really for categories.

ok espie@
2012-08-18 07:25:25 +00:00
naddy
45f2f035d1 update home page; no need for groff 2012-08-06 14:10:48 +00:00
jasper
1cba10f912 - update to 0.21 2012-07-19 08:25:54 +00:00
ajacoutot
2c2b1c6e28 Missed in previous.
spotted by Markus Lude
2012-07-07 16:09:12 +00:00
ajacoutot
41df770338 -libdvd 2012-07-07 07:52:50 +00:00
ajacoutot
22e4005d35 Remove converters/libdvd, it was made obsolete by the libdvdread update.
It is dead/unmaintained upstream and unusable with the current
libdvdread.

from Brad
ok jasper@
2012-07-07 07:52:34 +00:00
sthen
1e4aa8a14f +ripmime 2012-06-21 16:57:55 +00:00
sthen
ec25288b41 import ports/mail/ripmime, ok giovanni@
ripMIME's primary pupose is to extract attachments out of MIME-encoded
email packages. It includes options suitable for some types of automated
use, including bounds on recursion.
2012-06-21 16:57:31 +00:00
pascal
3ca5c534e6 + libunistring 2012-06-14 17:31:38 +00:00
pascal
55b81800e4 Import converters/libunistring:
Text files are nowadays usually encoded in Unicode, and may consist of
very different scripts - from Latin letters to Chinese Hanzi -, with
many kinds of special characters - accents, right-to-left writing marks,
hyphens, Roman numbers, and much more. But the POSIX platform APIs for
text do not contain adequate functions for dealing with particular
properties of many Unicode characters. In fact, the POSIX APIs for text
have several assumptions at their base which don't hold for Unicode
text.

This library provides functions for manipulating Unicode strings and for
manipulating C strings according to the Unicode standard.

small tweaks and ok jasper@
2012-06-14 17:30:48 +00:00
sthen
11cf667c2d update to Convert::Base32 0.06, from dhill 2012-05-14 09:52:26 +00:00
okan
28b5746b4c depend on ImageMagick, as opposed to ImageMagick,no_x11 (which is going
away).

ok ajacoutot@, ajacoutot@, sthen@
2012-05-08 03:00:41 +00:00
sthen
d557bcb08d +dos2unix 2012-05-07 12:07:35 +00:00
sthen
65893c67b5 import ports/converters/dos2unix
Convert text files with DOS or Mac line breaks to Unix line breaks and
vice versa. Features:

* Automatically skips binary and non-regular files.
* In-place, paired, or stdio mode conversion.
* Keep original file dates option.
* 7-bit and iso conversion modes like SunOS dos2unix.
* Conversion of Windows UTF-16 files to Unix UTF-8.

ok/reminder about /usr/local (now subst'ed in do-configure) ajacoutot@
ok pirofti
2012-05-07 12:07:07 +00:00
ajacoutot
e15abb4222 Update to libdvdcss-1.2.12.
from Brad, ok sthen@
2012-05-03 06:50:09 +00:00
jasper
9c0db1d607 add extra mirror as the original can be quite flaky 2012-04-30 17:04:28 +00:00
sthen
c7ee45c558 Update converters/p5-Catalyst-View-JSON to version 0.33.
from Andreas Voegele
2012-04-08 22:01:07 +00:00
ajacoutot
2cc6b87dea Remove xsa@ from maintainer as per his request. 2012-04-02 13:06:42 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
ajacoutot
34f6032d93 Update to libpst-0.6.54. 2012-01-09 18:25:44 +00:00
sthen
2476a2db73 update to mpack 1.6 plus various patches from Sebastian Pipping:
- SECURITY: don't create world readable files. CVE-2011-4919
- avoid conflicting prototypes
2012-01-08 00:12:12 +00:00
sthen
5752b2e7bb Update to ish-2.01a5, including a fix for a Y2K problem in status display and
64-bit fixes for multi-volume format. From SASANO Takayoshi.

Make a few minor changes while there: Honour CC flag, and use a do-install:
target rather than upstream's makefile which always strips the binaries,
even when DEBUG is set.
2011-12-30 23:14:34 +00:00
jeremy
92874b95b7 sync 2011-12-13 17:42:14 +00:00
jeremy
4ef648d60d Import ruby-multi-json 1.0.3, a Rails 3.1 dependency
Lots of Ruby libraries utilize JSON parsing in some form, and everyone
has their favorite JSON library. In order to best support multiple JSON
parsers and libraries, multi_json is a general-purpose swappable JSON
backend library.

MultiJSON tries to have intelligent defaulting. That is, if you have any
of the supported engines already loaded, it will utilize them before
attempting to load any. When loading, libraries are ordered by speed.
First Yajl-Ruby, then the JSON gem, then JSON pure. If no JSON library
is available, MultiJSON falls back to a bundled version of OkJson.

OK claudio@
2011-12-13 17:33:30 +00:00
naddy
4d9c2aa0bc it's MODULES, not MODULE 2011-11-16 17:42:26 +00:00