Re: update: x11/xmonad

2008-04-15 Thread Carlos Valiente
On Mon, Mar 31, 2008 at 10:32 PM, Matthias Kilian
<[EMAIL PROTECTED]> wrote:
> Update to xmonad-0.7.
>
>  [..]
>
>  ps: sorry, still no xmonad-contrib port.

I've managed to install quite a few bits and pieces from
xmonad-contrib by upgrading Cabal to 1.2.3.0 (see attached diff).

C


xmonad-contrib.diff
Description: Binary data


Re: update: x11/xmonad

2008-04-15 Thread Carlos Valiente
On Tue, Apr 15, 2008 at 11:42 PM, Simon Kuhnle <[EMAIL PROTECTED]> wrote:
> On Tue, Apr 15, 2008 at 11:03:53PM +0200, Matthias Kilian wrote:
>  > Anyone? amd64 tests? Where are all my test slaves?
>  > Did you all choose the fast path to the dark power and to the
>  > forbidden magic (http://www.lisperati.com/landoflisp/)?
>  >
>  > Ciao
>  >   Kili
>
> [..]
>
>  The problem with testing your diff is that I experience haddock build
>  fault, perhaps you can explain to me how to fix it (on i386).

Compiles and runs "Alles klar, Herr Komissar" both on i386 and amd64
from recent snapshots (Apr 10 and Apr 12). I built most of the i386
packages from source and all of them pn amd64 --- perhaps that's why I
did not see Simon's problems.

C



Re: mzscheme port

2008-02-01 Thread Carlos Valiente
On Jan 31, 2008 7:06 PM, Iruata Souza <[EMAIL PROTECTED]> wrote:
> hello ports@,
>
> here goes an mzscheme 372 port, please test.

Hi! Long ago I ported the full PLT scheme (MzScheme and DrScheme).
Port tarball available at http://virutass.net/openbsd/plt-scheme/

C



UPDATE: math/netcdf

2007-11-21 Thread Carlos Valiente
This patch updates math/netcdf from version 3.5.0 to version 3.6.2.

All regression tests pass on amd64, i386 and sparc64. Dependent
packages reported by 'make show-required-by' (graphics/gmt, math/kst)
build OK on those platforms. Maintainer of graphics/gmt (cathcart@)
reports graphics/gmt OK with this update.

Patch also available at http://virutass.net/openbsd/netcdf/

Enjoy,

C


netcdf.diff
Description: Binary data


NEW: databases/couchdb

2007-11-18 Thread Carlos Valiente
>From pkg/DESCR:

"CouchDB is a distributed, document-oriented, Non-Relational DataBase
Management Server (NRDBMS).

"It is accessible via a RESTful JSON API, and provides incremental
replication with bi-directional conflict detection and management. Data
is stored with a schema-free, flat address space, and may be queried via
a table-oriented reporting engine that uses Javascript as a query
language."

Port also available at http://virutass.net/openbsd/couchdb/. Tested
under amd64, i386 and sparc64.

Comments  and additional testing most welcome!

C


couchdb.tgz
Description: GNU Zip compressed data


PATCH: Explicit version of autoconf

2007-10-02 Thread Carlos Valiente
Hi! The following patch (also available at
http://virutass.net/openbsd/erlang/erlang-autoconf-version.diff) fixes
compilation of lang/erlang when several versions of autoconf are
installed. Tested under i386, amd64 and sparc64.

Cheers,

C


erlang-autoconf-version.diff
Description: Binary data


UPDATE: devel/help2man

2007-09-30 Thread Carlos Valiente
The diff attached to this message (also available at
http://virutass.net/openbsd/help2man/update-to-1.36.4.diff) updates
help2man from version 1.29 to 1.36.4.

Cheers,

C



PATCH: textproc/icu4c

2007-09-29 Thread Carlos Valiente
The configuration script 'icu-config' provided by icu4c does not work,
since there is no libicuuc.so in /usr/local/lib (There is a
libicuuc.so.so.0.0, instead):

$ icu-config --prefix
### icu-config: Can't find /usr/local/lib/libicuuc.so - ICU prefix is wrong.
###  Try the --prefix= or --exec-prefix= options
###  or --detect-prefix
### icu-config: Exitting.

This patch (patches/patch-source_config_icu-config-bottom) fixes it:

$OpenBSD$
--- source/config/icu-config-bottom.origSat Sep 29 15:21:35 2007
+++ source/config/icu-config-bottom Sat Sep 29 15:22:02 2007
@@ -3,7 +3,7 @@
 ## Copyright (c) 2002-2005, International Business Machines Corporation and
 ## others. All Rights Reserved.

-ICUUC_FILE=${libdir}/${ICULIBS_COMMON_LIB_NAME}
+ICUUC_FILE=${libdir}/${ICULIBS_COMMON_LIB_NAME}.*.*

 #  echo ENABLE RPATH $ENABLE_RPATH and RPATHLDFLAGS=${RPATH_LDFLAGS}
 if [ "x$PKGDATA_MODE" = "x" ]; then



NEW: log4cpp

2007-09-23 Thread Carlos Valiente
>From pkg/DESCR:

"Log4cpp is library of C++ classes for flexible logging to files, syslog,
IDSA and other destinations. It is modeled after the Log4j Java library,
staying as close to their API as is reasonable."

Tested on i386, amd64 and sparc64. Further testing and comments more
than welcome!

Tarball attached and also available at http://virutass.net/log4cpp.tar.gz

C


log4cpp.tar.gz
Description: GNU Zip compressed data


RESUBMIT: lang/plt-scheme

2007-08-19 Thread Carlos Valiente
I've updated my port of PLT-Scheme to version 371, which was released
yesterday. Tarball attached and also available at
http://virutass.net/plt-scheme.tar.gz

Tested on i386 and amd64. Compilation still broken on sparc64.

Testing/comments more than welcome!

C


plt-scheme.tar.gz
Description: GNU Zip compressed data


NEW: lang/plt-scheme

2007-07-25 Thread Carlos Valiente

From pkg/DESCR:


"PLT Scheme is an umbrella name for a family of implementations of the
Scheme programming language.

"MzScheme is the lightweight, embeddable, scripting-friendly PLT Scheme
implementation. MzScheme is R5RS-compliant, including the full numerical
tower. It also provides threads (on all platforms), exceptions, modules,
class-based objects, Unicode, regular-expression matching, TCP/IP, and
more.

"DrScheme is an interactive, integrated, graphical programming
environment for the Scheme, MzScheme, and MrEd programming languages.

DrScheme provides source highlighting for syntax and run-time errors,
support for multiple language levels, an algebraic stepper, objects,
modules, a GUI library, TCP/IP, Unicode, and much more."

Tested on i386 and amd64. Does not compile on sparc64 because of
linking errors with the included boehm-gc library.

Tarball attached and also available at http://virutass.net/plt-scheme.tar.gz.

Testing/comments more than welcome!

C


plt-scheme.tar.gz
Description: GNU Zip compressed data


PATCH: devel/py-SOAPpy

2007-07-10 Thread Carlos Valiente

This updated patch (and the new patches attached) fix build issues
with Python 2.5.1

Tested on i386 with python-2.5.1p2 and python-2.4.4p3. 'make regress'
still fails on 'testArray', though

Cheers,

C

File: patch-SO~ypes_py  Col 0  1141 bytes
  100%
Index: patches/patch-SOAPpy_Types_py
===
RCS file: /cvs/ports/devel/py-SOAPpy/patches/patch-SOAPpy_Types_py,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-SOAPpy_Types_py
--- patches/patch-SOAPpy_Types_py   12 Nov 2005 00:57:13 -  1.1.1.1
+++ patches/patch-SOAPpy_Types_py   9 Jul 2007 19:32:29 -
@@ -1,6 +1,21 @@
$OpenBSD: patch-SOAPpy_Types_py,v 1.1.1.1 2005/11/12 00:57:13 djm Exp $
 SOAPpy/Types.py.orig   Sat Sep 11 13:03:33 2004
-+++ SOAPpy/Types.pyFri Nov 11 18:52:56 2005
+--- SOAPpy/Types.py.orig   Sat Sep 11 04:03:33 2004
 SOAPpy/Types.pyMon Jul  9 19:57:31 2007
+@@ -1,3 +1,5 @@
++from __future__ import nested_scopes
++
+ """
+ 

+ # Copyright (c) 2003, Pfizer
+@@ -36,8 +38,6 @@
+ ident = '$Id: Types.py,v 1.17 2004/09/11 03:03:33 warnes Exp $'
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ import UserList
+ import base64
+ import cgi
@@ -590,7 +590,7 @@ class timeType(anyType):
 d = self._data
 s = ''


patch-SOAPpy_Client_py
Description: Binary data


patch-SOAPpy_GSIServer_py
Description: Binary data


patch-SOAPpy_Server_py
Description: Binary data


UPDATE: devel/eclipse/plugins/epic (0.5.33)

2007-06-12 Thread Carlos Valiente

Updated from 0.4.0 (released on 4 Aug 2006) to 0.5.33 (latest stable
version, released on 6 Apr 2007). Changelog at
http://e-p-i-c.sourceforge.net/updates/testing/ChangeLog

Tested on i386 only.

C


Index: Makefile
===
RCS file: /cvs/ports/devel/eclipse/plugins/epic/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile29 Nov 2006 14:40:33 -  1.1.1.1
+++ Makefile12 Jun 2007 21:27:23 -
@@ -2,8 +2,8 @@

COMMENT="Perl plugin for Eclipse IDE"

-V= 0.4.0
-DISTNAME=  org.epic.updatesite_0.4.0_20060804
+V= 0.5.33
+DISTNAME=  org.epic.updatesite_0.5.33_20070406
PKGNAME=eclipse-plugin-epic-${V}
CATEGORIES= devel/eclipse/plugins perl

Index: distinfo
===
RCS file: /cvs/ports/devel/eclipse/plugins/epic/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo5 Apr 2007 15:37:53 -   1.2
+++ distinfo12 Jun 2007 21:27:23 -
@@ -1,5 +1,5 @@
-MD5 (org.epic.updatesite_0.4.0_20060804.zip) = TqlYZE3Gosi6bzSxWOnDTQ==
-RMD160 (org.epic.updatesite_0.4.0_20060804.zip) = 8HFWIHSactja1B9cmSTSx185IHQ=
-SHA1 (org.epic.updatesite_0.4.0_20060804.zip) = se0tW+9Ik6vFrOCV5axhmcSOLQk=
-SHA256 (org.epic.updatesite_0.4.0_20060804.zip) =
n+hpNyGtAvsmuJosqPhxYnf2vZD0tlzg2cAcxbOtt3s=
-SIZE (org.epic.updatesite_0.4.0_20060804.zip) = 3115836
+MD5 (org.epic.updatesite_0.5.33_20070406.zip) = cFk7Z3Ca19s5QSgsZgVZYg==
+RMD160 (org.epic.updatesite_0.5.33_20070406.zip) = 9JdXSnM01zq9++fV351EpM3hx3o=
+SHA1 (org.epic.updatesite_0.5.33_20070406.zip) = q9XCGqghIrTcB/CB8iJpMx3DxUw=
+SHA256 (org.epic.updatesite_0.5.33_20070406.zip) =
MHw2hqkX7qa8Ezz30vYXyrRwyuRsU6xqlL3G4gt7zh8=
+SIZE (org.epic.updatesite_0.5.33_20070406.zip) = 3401315
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/eclipse/plugins/epic/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   29 Nov 2006 14:40:33 -  1.1.1.1
+++ pkg/PLIST   12 Jun 2007 21:27:23 -
@@ -1,6 +1,11 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/29 14:40:33 kurt Exp $
-eclipse/features/org.epic.feature.main_0.4.0.jar
-eclipse/plugins/org.epic.debug_0.4.0.jar
-eclipse/plugins/org.epic.doc_0.4.0.jar
-eclipse/plugins/org.epic.perleditor_0.4.0.jar
-eclipse/plugins/org.epic.regexp_0.4.0.jar
+eclipse/
+eclipse/features/
+eclipse/features/org.epic.feature.main_0.5.33.jar
+eclipse/plugins/
+eclipse/plugins/org.epic.debug_0.5.24.jar
+eclipse/plugins/org.epic.doc_0.5.6.jar
+eclipse/plugins/org.epic.lib_0.5.1.jar
+eclipse/plugins/org.epic.perleditor_0.5.26.jar
+eclipse/plugins/org.epic.regexp_0.5.1.jar
+eclipse/plugins/org.epic.source_0.5.33.jar



NEW: databases/ruby-sqlite3

2006-11-27 Thread Carlos Valiente

From pkg/DESCR:

This is the extension library to access a SQLite 3 database from Ruby.

Attached to this mail, also available at http://virutass.net/ruby-sqlite3.tgz

Tested on i386. Comments? OK?

Cheers,

C


ruby-sqlite3.tgz
Description: GNU Zip compressed data


NEW: rdt: Ruby plugin for Eclipse

2006-11-16 Thread Carlos Valiente

pkg/DESCR:
RDT is an open source Ruby IDE for the Eclipse platform.  Features
supported are syntax highlighting, on the fly syntax check, graphical
outline, Test::Unit view/runner, Ruby application launching, content
assist, source formatter, and a Ruby debugger.

http://virutass.net/eclipse-plugins-rdt.tgz

Tested on i386. Comments?

C


eclipse-plugins-rdt.tgz
Description: GNU Zip compressed data


NEW: epic: Perl plugin for Eclipse

2006-11-07 Thread Carlos Valiente

pkg/DESCR:
EPIC is an open source Perl IDE based on the Eclipse platform.  Features
supported are syntax highlighting, on-the-fly syntax check, content
assist, perldoc support, source formatter, templating support and a Perl
debugger.  A regular expression plugin and support for the eSpell
spellchecker are also available.

Tested on i386. Comments?

C


eclipse-plugin-epic.tar.gz
Description: GNU Zip compressed data