Commit Graph

1353 Commits

Author SHA1 Message Date
steven
037647bdb7 drop the conflict and rename zzuf's zzcat utility to zzufcat instead
ok naddy@
2010-10-28 10:17:54 +00:00
steven
9937dceb18 zziplib and zzuf conflict (zzcat executable)
pointed out by naddy@
2010-10-28 09:04:19 +00:00
stephan
e6b7f4d2f0 update to 1.9 2010-10-27 17:46:04 +00:00
steven
a22df9fec0 update to 0.13
* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
 * network host filtering support.
 * support for memory limits on OS X.
 * massive testsuite improvements.
 * support most cat options in zzcat, which is now fully programmable.

from dawedawe at gmx.de

set USE_LIBTOOL while here
2010-10-27 09:49:12 +00:00
ajacoutot
a919555b98 Fix MASTER_SITES.
from Brad Tilley (maintainer)
2010-10-24 21:57:47 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
naddy
e181dc182a proactively fix for gmake 3.82 2010-10-24 15:39:01 +00:00
jasper
516c87e532 - use MODCPAN_EXAMPLES and install more examples now 2010-10-23 11:59:11 +00:00
matthieu
5196d49e4d omconsole uses mandoc. ok jasper@, sthen@, naddy@ 2010-10-22 04:44:16 +00:00
naddy
ca9c6bdd67 ports that preformat man pages with mandoc via bsd.man.mk don't need groff 2010-10-20 15:23:04 +00:00
sthen
6c4df69385 fix tabs 2010-10-19 09:21:04 +00:00
espie
3075d068d4 USE_GROFF=Yes 2010-10-18 20:52:05 +00:00
jasper
b0a8cebee9 - use_x11 comes from gnome.port.mk now 2010-10-18 13:41:15 +00:00
sebastia
23897e5379 Update memcached to 1.4.5
OK landry@, maintainer timed out
2010-10-14 12:33:03 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
jasper
47ecb222f0 - switch to MODCPAN_EXAMPLES 2010-10-03 15:21:13 +00:00
jasper
d560f9212d switch to MODCPAN_EXAMPLES and install a bunch of missing files 2010-10-03 15:16:24 +00:00
jasper
e62fb299a4 mark as BROKEN, they've been (ab)using functions that have been marked
deprecated for years and years. and to no surprise, the deprecated functions
was removed and dates broke. tough luck.
2010-10-01 10:07:46 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
martynas
814a52ad6b switch master_sites to openbsddistfiles.com so that the ports are
fetchable again.  reported by hal.gi@t-online.de via miod@.
2010-09-26 20:08:11 +00:00
sthen
d053315499 bump 2010-09-24 15:29:20 +00:00
jasper
2d4a122bfb - reset maintainer, requested by reinhard@ 2010-09-22 09:02:42 +00:00
fgsch
3f5faaf88d Update homepage. 2010-09-22 08:00:43 +00:00
millert
b17401cadd Update py-imdb to version 4.6. With help from landry@, fgsch@, sthen@
OK sthen@
2010-09-17 13:25:00 +00:00
jasper
1a7c68e409 - add HOMEPAGE 2010-09-14 07:53:05 +00:00
ajacoutot
96519d2939 Remove Brad from maintainer, per his request. 2010-09-14 05:12:35 +00:00
jasper
fab4167387 - move distfiles/ to a proper mirroring location. 2010-09-12 16:49:08 +00:00
nicm
9e2ce2a169 Fix build with ncursesw.
ok landry
2010-09-06 18:38:07 +00:00
ajacoutot
330aebe695 +redshift 2010-09-06 06:22:44 +00:00
ajacoutot
491cfdea06 Ooops tyop. 2010-09-06 06:22:08 +00:00
ajacoutot
1201e8903c Import redshift-1.5
Redshift adjusts the color temperature of your screen according to your
surroundings. This may help your eyes hurt less if you are working in
front of the screen at night.
<...>


Input and ok sthen@ kili@
2010-09-06 06:21:19 +00:00
ajacoutot
8f808cd00c Minor update to contacts-0.12. 2010-09-03 14:43:21 +00:00
jasper
ee60367edf - update p5-Business-Creditcard to 0.31
- remove espie@ as maintainer, prodded by himself

ok espie@
2010-09-02 08:26:54 +00:00
ajacoutot
053c1f6758 Fix PKGNAME after the python bump batch. 2010-09-01 06:20:56 +00:00
fgsch
0915f5b894 Bump revision after python's default change. 2010-08-30 17:11:35 +00:00
ajacoutot
8961f0c15a Disable optional gnomevfs2 support.
Switch to new depend/revision.

ok jasper@
2010-08-26 10:16:32 +00:00
robert
4deea005bc update to 4.7.0.8 and fix ftp support by not using
linux specific ai_flags
2010-08-17 20:28:59 +00:00
dcoppa
5810dc985e Unbreak misc/calentool:
Remove a conflicting malloc declaration

In xview-lib, use XAllocIDs instead of several calls to XAllocID
that lead to segfaults with newer libX11

At least it runs now...

OK naddy@
2010-08-06 06:17:10 +00:00
naddy
d7367484a6 Remove need for -fwritable-strings so this can be built with gcc4.
From a slightly newer "upstream" version that is floating around
on the net.

Add missing includes.
2010-08-04 14:05:46 +00:00
sebastia
3709df79c5 Revert to 1.1, using INSTALL_DATA is a no go in pre-configure, prevents non-root builds
pointed out by naddy@
2010-08-03 14:19:52 +00:00
naddy
78ecb14735 fix include order to appease -Werror; no changes to package 2010-07-30 15:28:14 +00:00
sebastia
19018a3c34 Use install-data instead of cp in pre-configure.
Pointed out by ajacoutot@
2010-07-29 10:58:02 +00:00
sebastia
819a4cdb13 add net/tcludp graphics/tkimg misc/memchan to the build 2010-07-28 17:50:46 +00:00
sebastia
bf3739bfcd import memchan at the right place
in-memory channels for Tcl, chunks and fifos

Memchan is an extension to Tcl implementing memory channels, 
i.e. channels storing the data placed into them in memory, 
not on disk.

OK landry@
2010-07-28 17:24:01 +00:00
landry
e2b1cd5b1f Don't use -Wredundant-decls. 2010-07-21 14:07:43 +00:00
robert
d063088532 add a missing sample
from Kirill Bychkov
2010-07-18 19:03:08 +00:00
sthen
d55e1837f6 use REVISION 2010-07-13 20:14:21 +00:00
espie
b660df6b9b zap reeeally old variable 2010-07-06 22:25:53 +00:00
ajacoutot
795471e3f6 Remove myself from MAINTAINER. 2010-07-02 17:40:18 +00:00
robert
642485c7ee Update to mc-4.7.0.6 2010-06-26 16:34:28 +00:00