Commit Graph

1448 Commits

Author SHA1 Message Date
naddy
72b38fdd55 bump EPOCH, 0.2603 > 0.58 2011-03-18 16:00:57 +00:00
sebastia
9da6fe8ce0 enable dtcltiny 2011-03-17 14:02:37 +00:00
sebastia
78bd47fd65 import dtcltiny: small SRCP client to control digital model trains
dtcltiny is a small SRCP client to control digital model trains on SRCP
systems.  It needs a SRCP server (e.g. erddcd or srcpd) as hardware
link.

OK landry@
2011-03-17 14:00:56 +00:00
jasper
7f5ffb161d - update to 0.09006 2011-03-17 13:31:24 +00:00
jasper
fa61bcbc4a - update to 0.58 2011-03-10 23:21:37 +00:00
sthen
327a0c338b fix typo in comment, bump 2011-03-10 20:49:13 +00:00
robert
098d7c9ef4 update to 4.7.5.1 2011-03-09 09:31:46 +00:00
ajacoutot
0b0f08ff77 Fix rcs ids. 2011-03-08 23:45:47 +00:00
ajacoutot
96250d8180 Typos in COMMENTs, from Anthony J. Bentley. 2011-03-08 06:44:55 +00:00
ajacoutot
304b67eef7 New style *_DEPENDS. 2011-03-07 18:54:50 +00:00
ajacoutot
1d407592bb Update to shared-mime-info-0.90.
Take MAINTAINER.
2011-03-03 13:47:09 +00:00
ajacoutot
9526df14e0 Update to libutf8-0.8.1.
Install README.
Add missing license marker.
2011-03-02 07:14:40 +00:00
ajacoutot
5b265fd0da Add missing RUN_DEPENDS on x11/py-gtk2. 2011-03-02 06:41:33 +00:00
fgsch
f11ddf0d97 Unbreak hfsplus. Add libtool to BUILD_DEPENDS as requested by ajacoutot@.
ok ajacoutot@
2011-02-06 16:03:55 +00:00
landry
4b03352019 Bump REVISION, MAINTAINER changed. 2011-01-05 20:31:02 +00:00
sebastia
f1acca42b4 Update to new Tcl layout, Makefile cleanup.
While there, update to 2.3, getting rid of the patches directory
With help from stu@

OK stu@, landry@
2011-01-05 18:16:58 +00:00
stu
1601bb8ec0 Upgrade to 2.2. Port Makefile cleanup.
Become maintainer, use Tcl/Tk 8.5, add
canvas out-of-range bugfix from upstream.

ok landry@, sebastia@
2011-01-05 17:34:17 +00:00
stu
de4c19506f Port Makefile tidying.
ok landry@, sebastia@
2011-01-05 17:21:18 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
claudio
bf96a014f3 Add ruby-spreadsheet 2010-12-23 13:56:26 +00:00
claudio
10a2d0b995 The Spreadsheet Library is designed to read and write Spreadsheet Documents.
As of version 0.6.0, only Microsoft Excel compatible spreadsheets are
supported. Spreadsheet is a combination/complete rewrite of the
Spreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by
Hannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents.

OK jeremy@ jasper@
2010-12-23 13:54:33 +00:00
jasper
3437e9cd53 - update gramps to 3.2.5 2010-12-14 23:40:14 +00:00
jasper
3b5f38aeee - update logjam to 4.6.1 2010-12-14 22:50:58 +00:00
ajacoutot
ad3333c06b Fix indent. 2010-12-13 15:47:48 +00:00
sebastia
a1926124f6 Enable srcpd and spdrs60 2010-12-11 11:21:28 +00:00
sebastia
ae9c76b09d import misc/spdrs60: graphical SRCP client to control a digital model railway
DESCR:
spdrs60 is a graphical SRCP client to comfortably control a digital
model railway. Visual appearance and usage comply to the original
SpDrS60 German Federal Railway company locking table. A SRCP server
(e.g. erddcd or srcpd) is needed as a hardware link.

this and the import of srcpd was, with some comments, OK jasper@
2010-12-11 11:19:08 +00:00
sebastia
541e99fb7d import misc/srcpd: daemon to control digital model railroad systems
DESCR:
SRCP is an communication protocol designed to integrate all model
railroad systems. Further key features are full multiuser capabilities
and simplified user interface development.
2010-12-11 11:14:54 +00:00
ajacoutot
aaa1885833 Bump after recent cpan.port.mk change.
ok jasper@
2010-12-03 11:44:22 +00:00
ajacoutot
f5881573e2 Update to shared-mime-info-0.80.
Lots of new 'magic' and fixes.
2010-11-29 20:39:42 +00:00
sebastia
6fa0f12978 Update gpsd to 2.95
OK ckuehte@ (MAINTAINER), landry@, jasper@
2010-11-25 08:55:24 +00:00
jeremy
a8bf115817 REVISION bump all ruby ports due to a change in the pkgspec.
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9.  While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed.  This also fixes the
following minor issues:

Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.

Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS.  This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.

Switch to new style *_DEPENDS, with the version specification
at the end.  The remaining cases where this is not done is
because a specific version is used.

Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.

Some conversion of spaces to tabs for consistency.

OK landry@
2010-11-24 21:35:13 +00:00
jasper
4f31aebc59 - update p5-User-Identity to 0.93 2010-11-24 17:34:11 +00:00
jasper
973fe8b5b4 - don't do silent builds
- don't strip binary unconditionally
- reformat DESCR
- regen patches

ok maintainer
2010-11-24 13:09:11 +00:00
jasper
d5b83e879b - remove USE_GROFF 2010-11-24 08:21:27 +00:00
landry
f5236c14c0 Update to dvtm 0.6, from MAINTAINER Emilien Gaspar. 2010-11-24 08:19:24 +00:00
espie
9ff53f35ab remaining WANTLIB go .>= to >= 2010-11-22 10:16:08 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
jasper
f133f67131 - add patches to make this work with newer libedataserver
- remove BROKEN
- new DEPENDS
2010-11-17 10:47:01 +00:00
espie
c62f22845b tidy 2010-11-11 11:16:03 +00:00
espie
9fb7a3fc28 tk/tcl wantlib conversion 2010-11-06 22:06:57 +00:00
sthen
cea3dbd6ed move to revision/new-style lib_depends 2010-11-05 08:24:49 +00:00
ajacoutot
eed07dd171 Update to redshift-1.6.
Use MODPY_ADJ_FILES.

prodded by Remi Pointel on ports@
2010-11-03 07:12:40 +00:00
jasper
fec8a6bd81 - it's disappearing from more and more gnu mirrors, so add another mirror 2010-11-03 07:00:01 +00:00
jasper
19b8bdd531 - regen patches, add missing rcs id's 2010-11-03 06:56:37 +00:00
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
espie
3f23754c82 +shared-desktop-ontologies 2010-06-19 19:33:11 +00:00
espie
71e9212b11 it's small, it's arch-independent, kde4 wants it, and I have absolutely no
idea what the fuck it's actually useful for.
just the page of people standing behind it makes you shiver
(thales, ibm, sap... and others)
2010-06-19 19:32:27 +00:00
naddy
da0f8a4ed5 update to 20100528 2010-05-31 19:11:45 +00:00
espie
deebdc0033 zap warning option that gcc4 does not understand 2010-05-23 16:15:50 +00:00
espie
b1d99a4074 prototype fixes for gcc4 2010-05-23 16:13:33 +00:00