Commit Graph

1400 Commits

Author SHA1 Message Date
jasper
61f9ed9482 adjust after recent lesstif removal
ok aja@ sthen@
2011-04-10 18:00:23 +00:00
benoit
f4238cac8a - update figlet to 2.2.4
- update license
- remove USE_GROFF from Gleydson Soares
- update patch
2011-03-26 15:07:59 +00:00
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