Re: Update: sysutils/duplicity

2014-09-07 Thread Jim Razmus
Just got back in town.  Working on my mail server now.  Sorry for the
trouble.

jim@

* Jason Tubnor ja...@tubnor.net [140825 22:26]:
 Ping?
 
 P.S.  Now also tested on macppc.  Maintainer email is also broken -
 maybe change back to ports@ or I'll take the maintainer status for it.
 
 Thx.
 
 -- Forwarded message --
 From: Jason Tubnor ja...@tubnor.net
 Date: 19 August 2014 12:49
 Subject: Update: sysutils/duplicity
 To: ports@openbsd.org, j...@openbsd.org
 
 
 Hi,
 
 This is an update, enhancement and build fix for sysutils/duplicity.  Notes 
 are:
 
 - Version bump from 0.6.23 to 0.6.24
 - Added archivers/par2cmdline for par2+ wrapper support
 - Remove ${MODPY_LIB_DEPENDS} due to make package reporting that it
 wasn't required
 - Added MODPY_SETUPTOOLS = Yes as the fake structure wasn't setup,
 causing setup.py to error and halt the make build process
 
 Please review and any feedback welcome.  Tested on amd64 only.
 
 Thanks.
 
 
 
 Index: sysutils/duplicity/Makefile
 ===
 RCS file: /cvs/ports/sysutils/duplicity/Makefile,v
 retrieving revision 1.29
 diff -u -p -u -p -r1.29 Makefile
 --- sysutils/duplicity/Makefile 14 Apr 2014 15:14:28 -  1.29
 +++ sysutils/duplicity/Makefile 19 Aug 2014 02:30:20 -
 @@ -1,8 +1,8 @@
 -# $OpenBSD: Makefile,v 1.29 2014/04/14 15:14:28 jca Exp $
 +# $OpenBSD: Makefile,v 1.30 2014/08/19 12:05:27 jca Exp $
 
  COMMENT =  encrypted backup using rsync algorithm
 
 -MODPY_EGG_VERSION = 0.6.23
 +MODPY_EGG_VERSION = 0.6.24
  DISTNAME = duplicity-${MODPY_EGG_VERSION}
  REVISION = 1
 
 @@ -20,13 +20,15 @@ MODULES =   lang/python
 
  WANTLIB += pthread rsync ${MODPY_WANTLIB}
 
 -LIB_DEPENDS += net/librsync \
 -   ${MODPY_LIB_DEPENDS}
 +LIB_DEPENDS += net/librsync
 
  RUN_DEPENDS += net/py-boto \
 net/ncftp \
 +   archivers/par2cmdline \
 security/py-gnupg \
 sysutils/py-lockfile
 +
 +MODPY_SETUPTOOLS = Yes
 
  MAKE_ENV +=LIBRSYNC_DIR=${LOCALBASE}
 
 
 Index: sysutils/duplicity/distinfo
 ===
 RCS file: /cvs/ports/sysutils/duplicity/distinfo,v
 retrieving revision 1.15
 diff -u -p -u -p -r1.15 distinfo
 --- sysutils/duplicity/distinfo 3 Apr 2014 07:59:35 -   1.15
 +++ sysutils/duplicity/distinfo 19 Aug 2014 02:31:24 -
 @@ -1,2 +1,2 @@
 -SHA256 (duplicity-0.6.23.tar.gz) = 
 ehfx4QOV3tzzIEvFOSW7ncu/KnVSybCW6+cn7OucDGA=
 -SIZE (duplicity-0.6.23.tar.gz) = 1260261
 +SHA256 (duplicity-0.6.24.tar.gz) = 
 HUHXVmOPVRBvlQHD25TMvGVoqoVrpTHgftLPt2C2JFA=
 +SIZE (duplicity-0.6.24.tar.gz) = 1268175
 
 
 Index: sysutils/duplicity/pkg/PLIST
 ===
 RCS file: /cvs/ports/sysutils/duplicity/pkg/PLIST,v
 retrieving revision 1.13
 diff -u -p -u -p -r1.13 PLIST
 --- sysutils/duplicity/pkg/PLIST3 Apr 2014 07:59:35 -   1.13
 +++ sysutils/duplicity/pkg/PLIST19 Aug 2014 02:32:08 -
 @@ -1,8 +1,14 @@
  @comment $OpenBSD: PLIST,v 1.13 2014/04/03 07:59:35 ajacoutot Exp $
  bin/duplicity
  bin/rdiffdir
 +@comment 
 lib/python${MODPY_VERSION}/site-packages/duplicity/backends/dpbxbackend.py
 +@comment 
 lib/python${MODPY_VERSION}/site-packages/duplicity/backends/dpbxbackend.pyc
  lib/python${MODPY_VERSION}/site-packages/duplicity/
 -lib/python${MODPY_VERSION}/site-packages/duplicity-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
 +lib/python${MODPY_VERSION}/site-packages/duplicity-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
 +lib/python${MODPY_VERSION}/site-packages/duplicity-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
 +lib/python${MODPY_VERSION}/site-packages/duplicity-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
 +lib/python${MODPY_VERSION}/site-packages/duplicity-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
 +lib/python${MODPY_VERSION}/site-packages/duplicity-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
  lib/python${MODPY_VERSION}/site-packages/duplicity/__init__.py
  lib/python${MODPY_VERSION}/site-packages/duplicity/__init__.pyc
  lib/python${MODPY_VERSION}/site-packages/duplicity/_librsync.so
 @@ -29,8 +35,8 @@ lib/python${MODPY_VERSION}/site-packages
  lib/python${MODPY_VERSION}/site-packages/duplicity/backends/botobackend.pyc
  lib/python${MODPY_VERSION}/site-packages/duplicity/backends/cfbackend.py
  lib/python${MODPY_VERSION}/site-packages/duplicity/backends/cfbackend.pyc
 -@comment 
 lib/python${MODPY_VERSION}/site-packages/duplicity/backends/dpbxbackend.py
 -@comment 
 lib/python${MODPY_VERSION}/site-packages/duplicity/backends/dpbxbackend.pyc
 +lib/python${MODPY_VERSION}/site-packages/duplicity/backends/dpbxbackend.py
 +lib/python${MODPY_VERSION}/site-packages/duplicity/backends/dpbxbackend.pyc
  lib/python${MODPY_VERSION}/site-packages/duplicity/backends/ftpbackend.py
  

Update www/varnish to 4.0

2014-04-27 Thread Jim Razmus
Attached patch updates www/varnish to 4.0.

ok to commit?

jim@
? www/varnish/patches/patch-bin_varnishd_mgt_mgt_main_c
Index: www/varnish//Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- www/varnish//Makefile   4 Jan 2014 16:52:09 -   1.16
+++ www/varnish//Makefile   27 Apr 2014 14:06:08 -
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  high-performance HTTP accelerator
 
-DISTNAME = varnish-3.0.5
+DISTNAME = varnish-4.0.0
 CATEGORIES =   www
 
 SHARED_LIBS =  varnishapi  1.0
@@ -16,7 +16,7 @@ MAINTAINER =  Jim Razmus II jim@openbsd
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =  c curses m pcre pthread readline termcap
+WANTLIB =  c m ncursesw pcre pthread readline termcap
 
 MASTER_SITES = http://repo.varnish-cache.org/source/
 
@@ -30,8 +30,7 @@ TEST_TARGET = check
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/varnish
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/varnish
-   mv ${WRKINST}${SYSCONFDIR}/varnish/default.vcl \
-   ${PREFIX}/share/examples/varnish
+   rm -f ${PREFIX}/lib/*.{a,la}
rm -f ${PREFIX}/lib/varnish/{vmods,}/*.{a,la}
 
 .include bsd.port.mk
Index: www/varnish//distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- www/varnish//distinfo   4 Jan 2014 16:52:09 -   1.6
+++ www/varnish//distinfo   27 Apr 2014 14:06:08 -
@@ -1,2 +1,2 @@
-SHA256 (varnish-3.0.5.tar.gz) = MC/Wr8dxUkyjkS9dlFqxl6VXYjhcASsgVN99hr964rc=
-SIZE (varnish-3.0.5.tar.gz) = 2116664
+SHA256 (varnish-4.0.0.tar.gz) = S79zZWvhFofLuMfUpzFXhggWh2ZLQKjMvmezb4wLHBc=
+SIZE (varnish-4.0.0.tar.gz) = 2372630
Index: www/varnish//patches/patch-bin_varnishd_mgt_param_c
===
RCS file: www/varnish//patches/patch-bin_varnishd_mgt_param_c
diff -N www/varnish//patches/patch-bin_varnishd_mgt_param_c
--- www/varnish//patches/patch-bin_varnishd_mgt_param_c 23 Dec 2011 13:06:30 
-  1.4
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-bin_varnishd_mgt_param_c,v 1.4 2011/12/23 13:06:30 jasper Exp $
 bin/varnishd/mgt_param.c.orig  Mon Oct 24 03:25:13 2011
-+++ bin/varnishd/mgt_param.c   Tue Nov 29 20:39:42 2011
-@@ -261,7 +261,7 @@ tweak_user(struct cli *cli, const struct parspec *par,
-   (void)par;
-   if (arg != NULL) {
-   if (!strcmp(arg, MAGIC_INIT_STRING)) {
--  pw = getpwnam(nobody);
-+  pw = getpwnam(_varnish);
-   if (pw == NULL) {
-   master.uid = getuid();
-   return;
Index: www/varnish//pkg/PLIST
===
RCS file: /cvs/ports/www/varnish/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- www/varnish//pkg/PLIST  23 Sep 2013 08:23:16 -  1.5
+++ www/varnish//pkg/PLIST  27 Apr 2014 14:06:08 -
@@ -5,51 +5,104 @@
 @bin bin/varnishhist
 @bin bin/varnishlog
 @bin bin/varnishncsa
-@bin bin/varnishreplay
-@bin bin/varnishsizes
 @bin bin/varnishstat
 @bin bin/varnishtest
 @bin bin/varnishtop
 include/varnish/
-include/varnish/varnishapi.h
+include/varnish/tbl/
+include/varnish/tbl/acct_fields_bereq.h
+include/varnish/tbl/acct_fields_req.h
+include/varnish/tbl/backend_poll.h
+include/varnish/tbl/ban_vars.h
+include/varnish/tbl/bo_flags.h
+include/varnish/tbl/body_status.h
+include/varnish/tbl/debug_bits.h
+include/varnish/tbl/feature_bits.h
+include/varnish/tbl/http_headers.h
+include/varnish/tbl/http_response.h
+include/varnish/tbl/locks.h
+include/varnish/tbl/req_body.h
+include/varnish/tbl/sess_close.h
+include/varnish/tbl/steps.h
+include/varnish/tbl/symbol_kind.h
+include/varnish/tbl/vcc_types.h
+include/varnish/tbl/vcl_returns.h
+include/varnish/tbl/vrt_stv_var.h
+include/varnish/tbl/vsc_all.h
+include/varnish/tbl/vsc_f_main.h
+include/varnish/tbl/vsc_fields.h
+include/varnish/tbl/vsc_levels.h
+include/varnish/tbl/vsc_types.h
+include/varnish/tbl/vsl_tags.h
+include/varnish/tbl/vsl_tags_http.h
+include/varnish/vapi/
+include/varnish/vapi/vapi_options.h
+include/varnish/vapi/voptget.h
+include/varnish/vapi/vsc.h
+include/varnish/vapi/vsc_int.h
+include/varnish/vapi/vsl.h
+include/varnish/vapi/vsl_int.h
+include/varnish/vapi/vsm.h
+include/varnish/vapi/vsm_int.h
 include/varnish/vcli.h
-include/varnish/vsc.h
-include/varnish/vsc_all.h
-include/varnish/vsc_fields.h
-include/varnish/vsl.h
-include/varnish/vsl_tags.h
-include/varnish/vsm.h
-lib/libvarnishapi.a
-lib/libvarnishapi.la
 @lib lib/libvarnishapi.so.${LIBvarnishapi_VERSION}
 lib/pkgconfig/varnishapi.pc
 lib

Re: Update: mail/greyscanner to version 2.01

2014-02-02 Thread Jim Razmus
* Jan Stary h...@stare.cz [140130 14:01]:
 I have been running this for some days and see no regression.
 The false positives in the DNS checks seem to be gone.
 It's definitely an improvement to 1.02
 
 However, reading the code, I see that there is still a hardcoded
 limit of 5 timeouts, after which _everything_ is blacklisted.

Incorrect.  Line 139 says:

next unless ( $strikes{$h} == 2 );

Both DNS checks, MX and A, must fail to blacklist a host.  If a host
has timed out during a check, it won't have accumulated 2 strikes and
therefore is skipped.  Here's the relevant commit:

https://bitbucket.org/bonetruck/greyscanner/commits/4816f27709527912172d81a80d184aaad4cc0a71

jim@

 That don't seem to be right (not that I've bee nbit by it).
 
 
   Jan
 
 On Jan 23 09:25:52, j...@bonetruck.org wrote:
  *ping*
  
  * Jim Razmus j...@bonetruck.org [140121 13:34]:
   I've just released greyscanner version 2.01.  Notable changes include:
   
   -config file moved from /etc to /etc/mail
   -now runs with privilege separation using the _greyscanner user
   
   Anyone using the external address checking feature should ensure those
   programs are executable by _greyscanner.
   
   This version includes bug fixes to address the false positives coming
   out of the DNS checking logic.
   
   The attached patch updates the port.  ok to commit?
   
   jim@
   
  
   Index: greyscanner//Makefile
   ===
   RCS file: /cvs/ports/mail/greyscanner/Makefile,v
   retrieving revision 1.9
   diff -u -p -r1.9 Makefile
   --- greyscanner//Makefile 5 Dec 2013 00:27:50 -   1.9
   +++ greyscanner//Makefile 21 Jan 2014 19:28:51 -
   @@ -2,7 +2,7 @@

COMMENT =greytrapping daemon to complement OpenBSD spamd

   -DISTNAME =   greyscanner-1.02
   +DISTNAME =   greyscanner-2.01
CATEGORIES = mail
HOMEPAGE =   https://bitbucket.org/bonetruck/greyscanner/

   Index: greyscanner//distinfo
   ===
   RCS file: /cvs/ports/mail/greyscanner/distinfo,v
   retrieving revision 1.2
   diff -u -p -r1.2 distinfo
   --- greyscanner//distinfo 5 Dec 2013 00:27:50 -   1.2
   +++ greyscanner//distinfo 21 Jan 2014 19:28:51 -
   @@ -1,2 +1,2 @@
   -SHA256 (greyscanner-1.02.tar.gz) = 
   +VUp/IRTWFVqVpZ9s4tYyy+zmo3XYixD1m6iYSKVSwg=
   -SIZE (greyscanner-1.02.tar.gz) = 6919
   +SHA256 (greyscanner-2.01.tar.gz) = 
   slAMP072Plahg7258zblHQ7zRusq5iQGJsOGOy0MXHI=
   +SIZE (greyscanner-2.01.tar.gz) = 7489
   Index: greyscanner//pkg/PLIST
   ===
   RCS file: /cvs/ports/mail/greyscanner/pkg/PLIST,v
   retrieving revision 1.2
   diff -u -p -r1.2 PLIST
   --- greyscanner//pkg/PLIST1 May 2011 20:05:54 -   1.2
   +++ greyscanner//pkg/PLIST21 Jan 2014 19:28:51 -
   @@ -1,4 +1,6 @@
@comment $OpenBSD: PLIST,v 1.2 2011/05/01 20:05:54 sthen Exp $
   +@newgroup _greyscanner:729
   +@newuser _greyscanner:729:729:daemon:greyscanner 
   daemon:/nonexistent:/sbin/nologin
@man man/man1/greyscanner.1
sbin/greyscanner
share/examples/greyscanner/
 



Re: Update: mail/greyscanner to version 2.01

2014-02-02 Thread Jim Razmus
I'm still seeking an OK to commit this update.  Any porters out there
willing to yield one?

jim@

* Jim Razmus j...@bonetruck.org [140121 13:34]:
 I've just released greyscanner version 2.01.  Notable changes include:
 
 -config file moved from /etc to /etc/mail
 -now runs with privilege separation using the _greyscanner user
 
 Anyone using the external address checking feature should ensure those
 programs are executable by _greyscanner.
 
 This version includes bug fixes to address the false positives coming
 out of the DNS checking logic.
 
 The attached patch updates the port.  ok to commit?
 
 jim@
 

 Index: greyscanner//Makefile
 ===
 RCS file: /cvs/ports/mail/greyscanner/Makefile,v
 retrieving revision 1.9
 diff -u -p -r1.9 Makefile
 --- greyscanner//Makefile 5 Dec 2013 00:27:50 -   1.9
 +++ greyscanner//Makefile 21 Jan 2014 19:28:51 -
 @@ -2,7 +2,7 @@
  
  COMMENT =greytrapping daemon to complement OpenBSD spamd
  
 -DISTNAME =   greyscanner-1.02
 +DISTNAME =   greyscanner-2.01
  CATEGORIES = mail
  HOMEPAGE =   https://bitbucket.org/bonetruck/greyscanner/
  
 Index: greyscanner//distinfo
 ===
 RCS file: /cvs/ports/mail/greyscanner/distinfo,v
 retrieving revision 1.2
 diff -u -p -r1.2 distinfo
 --- greyscanner//distinfo 5 Dec 2013 00:27:50 -   1.2
 +++ greyscanner//distinfo 21 Jan 2014 19:28:51 -
 @@ -1,2 +1,2 @@
 -SHA256 (greyscanner-1.02.tar.gz) = 
 +VUp/IRTWFVqVpZ9s4tYyy+zmo3XYixD1m6iYSKVSwg=
 -SIZE (greyscanner-1.02.tar.gz) = 6919
 +SHA256 (greyscanner-2.01.tar.gz) = 
 slAMP072Plahg7258zblHQ7zRusq5iQGJsOGOy0MXHI=
 +SIZE (greyscanner-2.01.tar.gz) = 7489
 Index: greyscanner//pkg/PLIST
 ===
 RCS file: /cvs/ports/mail/greyscanner/pkg/PLIST,v
 retrieving revision 1.2
 diff -u -p -r1.2 PLIST
 --- greyscanner//pkg/PLIST1 May 2011 20:05:54 -   1.2
 +++ greyscanner//pkg/PLIST21 Jan 2014 19:28:51 -
 @@ -1,4 +1,6 @@
  @comment $OpenBSD: PLIST,v 1.2 2011/05/01 20:05:54 sthen Exp $
 +@newgroup _greyscanner:729
 +@newuser _greyscanner:729:729:daemon:greyscanner 
 daemon:/nonexistent:/sbin/nologin
  @man man/man1/greyscanner.1
  sbin/greyscanner
  share/examples/greyscanner/



Re: Update: mail/greyscanner to version 2.01

2014-01-23 Thread Jim Razmus
*ping*

* Jim Razmus j...@bonetruck.org [140121 13:34]:
 I've just released greyscanner version 2.01.  Notable changes include:
 
 -config file moved from /etc to /etc/mail
 -now runs with privilege separation using the _greyscanner user
 
 Anyone using the external address checking feature should ensure those
 programs are executable by _greyscanner.
 
 This version includes bug fixes to address the false positives coming
 out of the DNS checking logic.
 
 The attached patch updates the port.  ok to commit?
 
 jim@
 

 Index: greyscanner//Makefile
 ===
 RCS file: /cvs/ports/mail/greyscanner/Makefile,v
 retrieving revision 1.9
 diff -u -p -r1.9 Makefile
 --- greyscanner//Makefile 5 Dec 2013 00:27:50 -   1.9
 +++ greyscanner//Makefile 21 Jan 2014 19:28:51 -
 @@ -2,7 +2,7 @@
  
  COMMENT =greytrapping daemon to complement OpenBSD spamd
  
 -DISTNAME =   greyscanner-1.02
 +DISTNAME =   greyscanner-2.01
  CATEGORIES = mail
  HOMEPAGE =   https://bitbucket.org/bonetruck/greyscanner/
  
 Index: greyscanner//distinfo
 ===
 RCS file: /cvs/ports/mail/greyscanner/distinfo,v
 retrieving revision 1.2
 diff -u -p -r1.2 distinfo
 --- greyscanner//distinfo 5 Dec 2013 00:27:50 -   1.2
 +++ greyscanner//distinfo 21 Jan 2014 19:28:51 -
 @@ -1,2 +1,2 @@
 -SHA256 (greyscanner-1.02.tar.gz) = 
 +VUp/IRTWFVqVpZ9s4tYyy+zmo3XYixD1m6iYSKVSwg=
 -SIZE (greyscanner-1.02.tar.gz) = 6919
 +SHA256 (greyscanner-2.01.tar.gz) = 
 slAMP072Plahg7258zblHQ7zRusq5iQGJsOGOy0MXHI=
 +SIZE (greyscanner-2.01.tar.gz) = 7489
 Index: greyscanner//pkg/PLIST
 ===
 RCS file: /cvs/ports/mail/greyscanner/pkg/PLIST,v
 retrieving revision 1.2
 diff -u -p -r1.2 PLIST
 --- greyscanner//pkg/PLIST1 May 2011 20:05:54 -   1.2
 +++ greyscanner//pkg/PLIST21 Jan 2014 19:28:51 -
 @@ -1,4 +1,6 @@
  @comment $OpenBSD: PLIST,v 1.2 2011/05/01 20:05:54 sthen Exp $
 +@newgroup _greyscanner:729
 +@newuser _greyscanner:729:729:daemon:greyscanner 
 daemon:/nonexistent:/sbin/nologin
  @man man/man1/greyscanner.1
  sbin/greyscanner
  share/examples/greyscanner/



Update: mail/greyscanner to version 2.01

2014-01-21 Thread Jim Razmus
I've just released greyscanner version 2.01.  Notable changes include:

-config file moved from /etc to /etc/mail
-now runs with privilege separation using the _greyscanner user

Anyone using the external address checking feature should ensure those
programs are executable by _greyscanner.

This version includes bug fixes to address the false positives coming
out of the DNS checking logic.

The attached patch updates the port.  ok to commit?

jim@

Index: greyscanner//Makefile
===
RCS file: /cvs/ports/mail/greyscanner/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- greyscanner//Makefile   5 Dec 2013 00:27:50 -   1.9
+++ greyscanner//Makefile   21 Jan 2014 19:28:51 -
@@ -2,7 +2,7 @@
 
 COMMENT =  greytrapping daemon to complement OpenBSD spamd
 
-DISTNAME = greyscanner-1.02
+DISTNAME = greyscanner-2.01
 CATEGORIES =   mail
 HOMEPAGE = https://bitbucket.org/bonetruck/greyscanner/
 
Index: greyscanner//distinfo
===
RCS file: /cvs/ports/mail/greyscanner/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- greyscanner//distinfo   5 Dec 2013 00:27:50 -   1.2
+++ greyscanner//distinfo   21 Jan 2014 19:28:51 -
@@ -1,2 +1,2 @@
-SHA256 (greyscanner-1.02.tar.gz) = +VUp/IRTWFVqVpZ9s4tYyy+zmo3XYixD1m6iYSKVSwg=
-SIZE (greyscanner-1.02.tar.gz) = 6919
+SHA256 (greyscanner-2.01.tar.gz) = slAMP072Plahg7258zblHQ7zRusq5iQGJsOGOy0MXHI=
+SIZE (greyscanner-2.01.tar.gz) = 7489
Index: greyscanner//pkg/PLIST
===
RCS file: /cvs/ports/mail/greyscanner/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- greyscanner//pkg/PLIST  1 May 2011 20:05:54 -   1.2
+++ greyscanner//pkg/PLIST  21 Jan 2014 19:28:51 -
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2011/05/01 20:05:54 sthen Exp $
+@newgroup _greyscanner:729
+@newuser _greyscanner:729:729:daemon:greyscanner 
daemon:/nonexistent:/sbin/nologin
 @man man/man1/greyscanner.1
 sbin/greyscanner
 share/examples/greyscanner/


Update: mail/greyscanner to version 2.00

2013-12-29 Thread Jim Razmus
I've just released greyscanner version 2.00.  Notable changes include:

-config file moved from /etc to /etc/mail
-now runs with privilege separation using the _greyscanner user

Anyone using the external address checking feature should ensure those
programs are executable by _greyscanner.

The attached patch updates the port.  ok to commit?

jim@
Index: greyscanner//Makefile
===
RCS file: /cvs/ports/mail/greyscanner/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- greyscanner//Makefile   5 Dec 2013 00:27:50 -   1.9
+++ greyscanner//Makefile   29 Dec 2013 16:05:45 -
@@ -2,7 +2,7 @@
 
 COMMENT =  greytrapping daemon to complement OpenBSD spamd
 
-DISTNAME = greyscanner-1.02
+DISTNAME = greyscanner-2.00
 CATEGORIES =   mail
 HOMEPAGE = https://bitbucket.org/bonetruck/greyscanner/
 
Index: greyscanner//distinfo
===
RCS file: /cvs/ports/mail/greyscanner/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- greyscanner//distinfo   5 Dec 2013 00:27:50 -   1.2
+++ greyscanner//distinfo   29 Dec 2013 16:05:45 -
@@ -1,2 +1,2 @@
-SHA256 (greyscanner-1.02.tar.gz) = +VUp/IRTWFVqVpZ9s4tYyy+zmo3XYixD1m6iYSKVSwg=
-SIZE (greyscanner-1.02.tar.gz) = 6919
+SHA256 (greyscanner-2.00.tar.gz) = Hkl+Gv6Vt+kE7Np8chx4BwVHk0WEQHNhPB8tPpPQexI=
+SIZE (greyscanner-2.00.tar.gz) = 7684
Index: greyscanner//pkg/PLIST
===
RCS file: /cvs/ports/mail/greyscanner/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- greyscanner//pkg/PLIST  1 May 2011 20:05:54 -   1.2
+++ greyscanner//pkg/PLIST  29 Dec 2013 16:05:45 -
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2011/05/01 20:05:54 sthen Exp $
+@newgroup _greyscanner:297
+@newuser _greyscanner:729:729:daemon:greyscanner 
daemon:/nonexistent:/sbin/nologin
 @man man/man1/greyscanner.1
 sbin/greyscanner
 share/examples/greyscanner/


Re: Update: mail/greyscanner to version 2.00

2013-12-29 Thread Jim Razmus
* Jim Razmus j...@bonetruck.org [131229 10:18]:
 I've just released greyscanner version 2.00.  Notable changes include:
 
 -config file moved from /etc to /etc/mail
 -now runs with privilege separation using the _greyscanner user
 
 Anyone using the external address checking feature should ensure those
 programs are executable by _greyscanner.
 
 The attached patch updates the port.  ok to commit?
 
 jim@

Now with the correct group id.  Sorry for the noise.

Index: greyscanner//Makefile
===
RCS file: /cvs/ports/mail/greyscanner/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- greyscanner//Makefile   5 Dec 2013 00:27:50 -   1.9
+++ greyscanner//Makefile   29 Dec 2013 16:51:28 -
@@ -2,7 +2,7 @@
 
 COMMENT =  greytrapping daemon to complement OpenBSD spamd
 
-DISTNAME = greyscanner-1.02
+DISTNAME = greyscanner-2.00
 CATEGORIES =   mail
 HOMEPAGE = https://bitbucket.org/bonetruck/greyscanner/
 
Index: greyscanner//distinfo
===
RCS file: /cvs/ports/mail/greyscanner/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- greyscanner//distinfo   5 Dec 2013 00:27:50 -   1.2
+++ greyscanner//distinfo   29 Dec 2013 16:51:28 -
@@ -1,2 +1,2 @@
-SHA256 (greyscanner-1.02.tar.gz) = +VUp/IRTWFVqVpZ9s4tYyy+zmo3XYixD1m6iYSKVSwg=
-SIZE (greyscanner-1.02.tar.gz) = 6919
+SHA256 (greyscanner-2.00.tar.gz) = Hkl+Gv6Vt+kE7Np8chx4BwVHk0WEQHNhPB8tPpPQexI=
+SIZE (greyscanner-2.00.tar.gz) = 7684
Index: greyscanner//pkg/PLIST
===
RCS file: /cvs/ports/mail/greyscanner/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- greyscanner//pkg/PLIST  1 May 2011 20:05:54 -   1.2
+++ greyscanner//pkg/PLIST  29 Dec 2013 16:51:28 -
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PLIST,v 1.2 2011/05/01 20:05:54 sthen Exp $
+@newgroup _greyscanner:729
+@newuser _greyscanner:729:729:daemon:greyscanner 
daemon:/nonexistent:/sbin/nologin
 @man man/man1/greyscanner.1
 sbin/greyscanner
 share/examples/greyscanner/


CVS: cvs.openbsd.org: ports

2013-12-28 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2013/12/28 10:26:40

Modified files:
infrastructure/db: user.list 

Log message:
reserve uid for privsep in mail/greyscanner.

ok phessler@



Update: www/varnish to v3.0.5

2013-12-27 Thread Jim Razmus
Small udate for varnish.  Tested on i386 -current.

ok to commit?

jim@
Index: varnish//Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- varnish//Makefile   23 Sep 2013 08:23:15 -  1.15
+++ varnish//Makefile   27 Dec 2013 15:22:07 -
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  high-performance HTTP accelerator
 
-DISTNAME = varnish-3.0.4
+DISTNAME = varnish-3.0.5
 CATEGORIES =   www
 
 SHARED_LIBS =  varnishapi  1.0
@@ -23,9 +23,7 @@ LIB_DEPENDS = devel/pcre
 
 MASTER_SITES = http://repo.varnish-cache.org/source/
 
-USE_GROFF =Yes
-CONFIGURE_STYLE =  autoconf
-AUTOCONF_VERSION = 2.69
+CONFIGURE_STYLE =  gnu
 
 TEST_TARGET =  check
 
Index: varnish//distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- varnish//distinfo   23 Sep 2013 08:23:15 -  1.5
+++ varnish//distinfo   27 Dec 2013 15:22:07 -
@@ -1,2 +1,2 @@
-SHA256 (varnish-3.0.4.tar.gz) = TgRMy1x2Iivd+JyAjxPqj2aXeXJnWuy0ipIPaACtD3k=
-SIZE (varnish-3.0.4.tar.gz) = 2081361
+SHA256 (varnish-3.0.5.tar.gz) = MC/Wr8dxUkyjkS9dlFqxl6VXYjhcASsgVN99hr964rc=
+SIZE (varnish-3.0.5.tar.gz) = 2116664


Patch: infrastructure/db/user.list for greyscanner

2013-12-27 Thread Jim Razmus
I'd like to add a user for greyscanner to support the forthcoming
privsep'd version.

ok?

jim@
Index: user.list
===
RCS file: /cvs/ports/infrastructure/db/user.list,v
retrieving revision 1.221
diff -u -p -r1.221 user.list
--- user.list   12 Dec 2013 14:02:15 -  1.221
+++ user.list   27 Dec 2013 16:24:01 -
@@ -237,3 +237,4 @@ id  usergroup   port options
 726 _rrdcached _rrdcached  net/rrdtool
 727 _sslsplit  _sslsplit   security/sslsplit
 728 _sockd _sockd  security/dante
+729 _greyscanner   _greyscannermail/greyscanner


CVS: cvs.openbsd.org: ports

2013-12-04 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2013/12/04 17:27:50

Modified files:
mail/greyscanner: Makefile distinfo 

Log message:
Update to 1.02.

Bug fix and port update prompting from Craig Skinner.

go ahead sthen@



Re: greyscanner mod on bitbucket

2013-11-13 Thread Jim Razmus
This patch is incorrect.  I haven't tagged greyscanner at 1.02 yet.
That's why the get doesn't work.

I'll tag it this weekend as well as update the port.

Thanks for bringing attention to this!

jim@

* Craig R. Skinner skin...@britvault.co.uk [131031 09:45]:
 Minor upstream change merged on 23/10
 
 Bitbucket's /get/ link isn't working  the master site is on
 spacehopper's mirror, so this diff may not be sufficent by itself.
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/mail/greyscanner/Makefile,v
 retrieving revision 1.8
 diff -u -r1.8 Makefile
 --- Makefile  11 Oct 2013 23:49:56 -  1.8
 +++ Makefile  31 Oct 2013 14:28:14 -
 @@ -2,8 +2,7 @@
  
  COMMENT =greytrapping daemon to compliment OpenBSD spamd
  
 -DISTNAME =   greyscanner-1.01
 -REVISION =   1
 +DISTNAME =   greyscanner-1.02
  CATEGORIES = mail
  HOMEPAGE =   https://bitbucket.org/bonetruck/greyscanner/
  
 
 
 On 2013-10-07 Mon 13:06 PM |, Craig R. Skinner wrote:
  Has Jim moved address/on holiday/other?
  
  On 2013-09-28 Sat 10:40 AM |,  wrote:
   ping
   
   On 2013-09-21 Sat 12:47 PM |,  wrote:
Jim,

There's a minor mod of greyscanner on bitbucket.

I'm totally new to bitbucket, mercurial  git, so don't know if you've
visability/aware of it:

https://bitbucket.org/bonetruck/greyscanner/pull-requests

Is this the correct method to submit mods for review?

Cheers,
-- 
Craig Skinner | http://twitter.com/Craig_Skinner | 
http://linkd.in/yGqkv7
  
 



[Patch] Update p5-Mojolicious to 4.18 and p5-MojoX-Session to 0.28

2013-07-13 Thread Jim Razmus
Attached patches were tested on i386 -current.  Revised to include IPv6
support as per Remi.  The only thing stopping these from a commit is
breakage to textproc/p5-MojoX-Renderer-TT.

Best regards,
jim@
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Mojo/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile11 Mar 2013 11:44:46 -  1.11
+++ Makefile13 Jul 2013 21:23:45 -
@@ -3,7 +3,7 @@
 COMMENT =  next generation web framework
 
 MODULES =  cpan
-DISTNAME = Mojolicious-2.76
+DISTNAME = Mojolicious-4.18
 CATEGORIES =   www
 
 MAINTAINER =   Simon Bertrang si...@openbsd.org
@@ -15,6 +15,17 @@ HOMEPAGE =   http://mojolicio.us/
 
 CPAN_AUTHOR =  SRI
 
-RUN_DEPENDS =  security/p5-IO-Socket-SSL=1.37
+RUN_DEPENDS =  net/p5-IO-Socket-IP \
+   security/p5-IO-Socket-SSL=1.37
+
+MAKE_ENV += TEST_CACHING=Yes
+MAKE_ENV += TEST_EV=Yes
+MAKE_ENV += TEST_HYPNOTOAD=Yes
+MAKE_ENV += TEST_IPV6=Yes
+MAKE_ENV += TEST_MORBO=Yes
+MAKE_ENV += TEST_ONLINE=Yes
+MAKE_ENV += TEST_POD=Yes
+MAKE_ENV += TEST_PREFORK=Yes
+MAKE_ENV += TEST_TLS=Yes
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Mojo/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo10 Apr 2012 13:32:45 -  1.8
+++ distinfo13 Jul 2013 21:23:45 -
@@ -1,5 +1,2 @@
-MD5 (Mojolicious-2.76.tar.gz) = YAHEWgi/kqORbdP4pHQ+Qg==
-RMD160 (Mojolicious-2.76.tar.gz) = rHp8yJ/GQSzGU9rbPEufC+g+QMk=
-SHA1 (Mojolicious-2.76.tar.gz) = Xq5a4AEFnpiiJp9EOHZPVFHDxIs=
-SHA256 (Mojolicious-2.76.tar.gz) = 5OTTXV13MwT95ovbDCGfk6B2MehtcQHzxPiap6aci1A=
-SIZE (Mojolicious-2.76.tar.gz) = 552368
+SHA256 (Mojolicious-4.18.tar.gz) = Fh77IqcaFSFd1Zb9b1JW3fP2KBcU7gCV8DRxjlEanDM=
+SIZE (Mojolicious-4.18.tar.gz) = 593386
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Mojo/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   10 Apr 2012 13:32:45 -  1.5
+++ pkg/PLIST   13 Jul 2013 21:23:45 -
@@ -14,7 +14,6 @@ ${P5SITE}/Mojo/Base.pm
 ${P5SITE}/Mojo/ByteStream.pm
 ${P5SITE}/Mojo/Cache.pm
 ${P5SITE}/Mojo/Collection.pm
-${P5SITE}/Mojo/Command.pm
 ${P5SITE}/Mojo/Content/
 ${P5SITE}/Mojo/Content.pm
 ${P5SITE}/Mojo/Content/MultiPart.pm
@@ -23,7 +22,6 @@ ${P5SITE}/Mojo/Cookie/
 ${P5SITE}/Mojo/Cookie.pm
 ${P5SITE}/Mojo/Cookie/Request.pm
 ${P5SITE}/Mojo/Cookie/Response.pm
-${P5SITE}/Mojo/CookieJar.pm
 ${P5SITE}/Mojo/DOM/
 ${P5SITE}/Mojo/DOM.pm
 ${P5SITE}/Mojo/DOM/CSS.pm
@@ -40,6 +38,8 @@ ${P5SITE}/Mojo/IOLoop/Client.pm
 ${P5SITE}/Mojo/IOLoop/Delay.pm
 ${P5SITE}/Mojo/IOLoop/Server.pm
 ${P5SITE}/Mojo/IOLoop/Stream.pm
+${P5SITE}/Mojo/IOLoop/server.crt
+${P5SITE}/Mojo/IOLoop/server.key
 ${P5SITE}/Mojo/JSON/
 ${P5SITE}/Mojo/JSON.pm
 ${P5SITE}/Mojo/JSON/Pointer.pm
@@ -62,6 +62,7 @@ ${P5SITE}/Mojo/Server/Daemon.pm
 ${P5SITE}/Mojo/Server/Hypnotoad.pm
 ${P5SITE}/Mojo/Server/Morbo.pm
 ${P5SITE}/Mojo/Server/PSGI.pm
+${P5SITE}/Mojo/Server/Prefork.pm
 ${P5SITE}/Mojo/Template.pm
 ${P5SITE}/Mojo/Transaction/
 ${P5SITE}/Mojo/Transaction.pm
@@ -71,11 +72,14 @@ ${P5SITE}/Mojo/URL.pm
 ${P5SITE}/Mojo/Upload.pm
 ${P5SITE}/Mojo/UserAgent/
 ${P5SITE}/Mojo/UserAgent.pm
+${P5SITE}/Mojo/UserAgent/CookieJar.pm
 ${P5SITE}/Mojo/UserAgent/Transactor.pm
 ${P5SITE}/Mojo/Util.pm
+${P5SITE}/Mojo/entities.txt
 ${P5SITE}/Mojolicious/
 ${P5SITE}/Mojolicious.pm
 ${P5SITE}/Mojolicious/Command/
+${P5SITE}/Mojolicious/Command.pm
 ${P5SITE}/Mojolicious/Command/cgi.pm
 ${P5SITE}/Mojolicious/Command/cpanify.pm
 ${P5SITE}/Mojolicious/Command/daemon.pm
@@ -88,6 +92,7 @@ ${P5SITE}/Mojolicious/Command/generate/m
 ${P5SITE}/Mojolicious/Command/generate/plugin.pm
 ${P5SITE}/Mojolicious/Command/get.pm
 ${P5SITE}/Mojolicious/Command/inflate.pm
+${P5SITE}/Mojolicious/Command/prefork.pm
 ${P5SITE}/Mojolicious/Command/psgi.pm
 ${P5SITE}/Mojolicious/Command/routes.pm
 ${P5SITE}/Mojolicious/Command/test.pm
@@ -96,7 +101,7 @@ ${P5SITE}/Mojolicious/Commands.pm
 ${P5SITE}/Mojolicious/Controller.pm
 ${P5SITE}/Mojolicious/Guides/
 ${P5SITE}/Mojolicious/Guides.pod
-${P5SITE}/Mojolicious/Guides/CodingGuidelines.pod
+${P5SITE}/Mojolicious/Guides/Contributing.pod
 ${P5SITE}/Mojolicious/Guides/Cookbook.pod
 ${P5SITE}/Mojolicious/Guides/FAQ.pod
 ${P5SITE}/Mojolicious/Guides/Growing.pod
@@ -111,12 +116,9 @@ ${P5SITE}/Mojolicious/Plugin/DefaultHelp
 ${P5SITE}/Mojolicious/Plugin/EPLRenderer.pm
 ${P5SITE}/Mojolicious/Plugin/EPRenderer.pm
 ${P5SITE}/Mojolicious/Plugin/HeaderCondition.pm
-${P5SITE}/Mojolicious/Plugin/I18N.pm
 ${P5SITE}/Mojolicious/Plugin/JSONConfig.pm
 ${P5SITE}/Mojolicious/Plugin/Mount.pm
 ${P5SITE}/Mojolicious/Plugin/PODRenderer.pm
-${P5SITE}/Mojolicious/Plugin/PoweredBy.pm
-${P5SITE}/Mojolicious/Plugin/RequestTimer.pm
 ${P5SITE}/Mojolicious/Plugin/TagHelpers.pm
 ${P5SITE}/Mojolicious/Plugins.pm
 

Re: [Patch] Update www/varnish to 3.0.4

2013-07-13 Thread Jim Razmus
Revised to include the rc script which I forget to cvs add before
sending the previous diff.  Thanks to gonzalo for catching that error.
I also included updates from gonzalo's previous 3.0.3 patch.  Again,
many thanks to gonzalo!

OK?

jim@
? patches/patch-bin_varnishtest_Makefile_am
? patches/patch-bin_varnishtest_Makefile_in
Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile21 Mar 2013 08:48:55 -  1.14
+++ Makefile13 Jul 2013 21:36:06 -
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  high-performance HTTP accelerator
 
-DISTNAME = varnish-3.0.2
+DISTNAME = varnish-3.0.4
 CATEGORIES =   www
 
 SHARED_LIBS =  varnishapi  1.0
@@ -16,16 +16,14 @@ HOMEPAGE =  http://www.varnish-cache.org
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =  c curses edit m pcre pthread
+WANTLIB =  c curses m pcre pthread readline termcap
 
 BUILD_DEPENDS =textproc/py-docutils
 LIB_DEPENDS =  devel/pcre
 
 MASTER_SITES = http://repo.varnish-cache.org/source/
 
-USE_GROFF =Yes
-CONFIGURE_STYLE =  autoconf
-AUTOCONF_VERSION = 2.68
+CONFIGURE_STYLE =  gnu
 
 TEST_TARGET =  check
 
@@ -34,7 +32,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/varnish
mv ${WRKINST}${SYSCONFDIR}/varnish/default.vcl \
${PREFIX}/share/examples/varnish
-   @find ${PREFIX}/lib/varnish -name '*.a' -print | xargs rm
-   @find ${PREFIX}/lib/varnish -name '*.la' -print | xargs rm
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo23 Dec 2011 13:06:30 -  1.4
+++ distinfo13 Jul 2013 21:36:06 -
@@ -1,5 +1,2 @@
-MD5 (varnish-3.0.2.tar.gz) = yOrgqrvma22qvfOh9YzUeg==
-RMD160 (varnish-3.0.2.tar.gz) = YJODmBW6chB/orUvChmBZ6Omt5s=
-SHA1 (varnish-3.0.2.tar.gz) = kG8VNst+co0Y2UJWd5B65yOUPfc=
-SHA256 (varnish-3.0.2.tar.gz) = lz9gYl6WkOCYnhu8c8N+pT/GKRuPewPWF7dvgISkokM=
-SIZE (varnish-3.0.2.tar.gz) = 1977852
+SHA256 (varnish-3.0.4.tar.gz) = TgRMy1x2Iivd+JyAjxPqj2aXeXJnWuy0ipIPaACtD3k=
+SIZE (varnish-3.0.4.tar.gz) = 2081361
Index: patches/patch-bin_varnishadm_varnishadm_c
===
RCS file: patches/patch-bin_varnishadm_varnishadm_c
diff -N patches/patch-bin_varnishadm_varnishadm_c
--- patches/patch-bin_varnishadm_varnishadm_c   23 Dec 2011 13:06:30 -  
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-bin_varnishadm_varnishadm_c,v 1.1 2011/12/23 13:06:30 jasper 
Exp $
 bin/varnishadm/varnishadm.c.orig   Mon Oct 24 03:25:09 2011
-+++ bin/varnishadm/varnishadm.cTue Nov 29 21:32:59 2011
-@@ -38,7 +38,11 @@
- #include sys/socket.h
- 
- #ifdef HAVE_LIBEDIT
-+#ifdef HAVE_READLINE_READLINE_H
-+#include readline/readline.h
-+#else
- #include editline/readline.h
-+#endif
- #endif
- 
- #include vcli.h
Index: patches/patch-bin_varnishd_mgt_pool_c
===
RCS file: patches/patch-bin_varnishd_mgt_pool_c
diff -N patches/patch-bin_varnishd_mgt_pool_c
--- patches/patch-bin_varnishd_mgt_pool_c   23 Dec 2011 13:06:30 -  
1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-bin_varnishd_mgt_pool_c,v 1.3 2011/12/23 13:06:30 jasper Exp $
 bin/varnishd/mgt_pool.c.orig   Mon Oct 24 03:25:13 2011
-+++ bin/varnishd/mgt_pool.cTue Nov 29 20:39:42 2011
-@@ -78,7 +78,11 @@ tweak_stack_size(struct cli *cli, const struct parspec
-   unsigned low, u;
-   char buf[12];
- 
-+#if defined (__OpenBSD__)
-+  low = PTHREAD_STACK_MIN;
-+#else
-   low = sysconf(_SC_THREAD_STACK_MIN);
-+#endif
- 
-   if (arg != NULL  !strcmp(arg, 32bit)) {
-   u = 65536;
Index: patches/patch-configure_ac
===
RCS file: patches/patch-configure_ac
diff -N patches/patch-configure_ac
--- patches/patch-configure_ac  23 Dec 2011 13:06:30 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,39 +0,0 @@
-$OpenBSD: patch-configure_ac,v 1.1 2011/12/23 13:06:30 jasper Exp $
 configure.ac.orig  Mon Oct 24 03:25:13 2011
-+++ configure.ac   Tue Nov 29 21:30:07 2011
-@@ -147,9 +147,23 @@ fi
- AC_SUBST(PCRE_CFLAGS)
- AC_SUBST(PCRE_LIBS)
- 
--PKG_CHECK_MODULES([LIBEDIT], [libedit], 
--  [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])],
--  [AC_MSG_WARN([libedit not found, disabling libedit support])])
-+case $target in
-+*-*-*bsd*)
-+  AC_CHECK_HEADERS([readline/readline.h])
-+  AC_CHECK_LIB(edit, el_init,
-+  [ AC_DEFINE([HAVE_LIBEDIT], [1], 

[Patch] Update www/varnish to 3.0.4

2013-07-11 Thread Jim Razmus
Please give the attached patch a whirl.  It updates Varnish Cache to
version 3.0.4.  Tested myself on i386 -current.

OK to commit?

jim@
? pkg/varnishd.rc
Index: Makefile
===
RCS file: /cvs/ports/www/varnish/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile21 Mar 2013 08:48:55 -  1.14
+++ Makefile11 Jul 2013 21:34:19 -
@@ -4,7 +4,7 @@ SHARED_ONLY =   Yes
 
 COMMENT =  high-performance HTTP accelerator
 
-DISTNAME = varnish-3.0.2
+DISTNAME = varnish-3.0.4
 CATEGORIES =   www
 
 SHARED_LIBS =  varnishapi  1.0
@@ -16,7 +16,7 @@ HOMEPAGE =http://www.varnish-cache.org
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
 
-WANTLIB =  c curses edit m pcre pthread
+WANTLIB =  c curses m pcre pthread readline termcap
 
 BUILD_DEPENDS =textproc/py-docutils
 LIB_DEPENDS =  devel/pcre
@@ -25,7 +25,7 @@ MASTER_SITES =http://repo.varnish-cach
 
 USE_GROFF =Yes
 CONFIGURE_STYLE =  autoconf
-AUTOCONF_VERSION = 2.68
+AUTOCONF_VERSION = 2.69
 
 TEST_TARGET =  check
 
Index: distinfo
===
RCS file: /cvs/ports/www/varnish/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo23 Dec 2011 13:06:30 -  1.4
+++ distinfo11 Jul 2013 21:34:19 -
@@ -1,5 +1,2 @@
-MD5 (varnish-3.0.2.tar.gz) = yOrgqrvma22qvfOh9YzUeg==
-RMD160 (varnish-3.0.2.tar.gz) = YJODmBW6chB/orUvChmBZ6Omt5s=
-SHA1 (varnish-3.0.2.tar.gz) = kG8VNst+co0Y2UJWd5B65yOUPfc=
-SHA256 (varnish-3.0.2.tar.gz) = lz9gYl6WkOCYnhu8c8N+pT/GKRuPewPWF7dvgISkokM=
-SIZE (varnish-3.0.2.tar.gz) = 1977852
+SHA256 (varnish-3.0.4.tar.gz) = TgRMy1x2Iivd+JyAjxPqj2aXeXJnWuy0ipIPaACtD3k=
+SIZE (varnish-3.0.4.tar.gz) = 2081361
Index: patches/patch-bin_varnishadm_varnishadm_c
===
RCS file: patches/patch-bin_varnishadm_varnishadm_c
diff -N patches/patch-bin_varnishadm_varnishadm_c
--- patches/patch-bin_varnishadm_varnishadm_c   23 Dec 2011 13:06:30 -  
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-bin_varnishadm_varnishadm_c,v 1.1 2011/12/23 13:06:30 jasper 
Exp $
 bin/varnishadm/varnishadm.c.orig   Mon Oct 24 03:25:09 2011
-+++ bin/varnishadm/varnishadm.cTue Nov 29 21:32:59 2011
-@@ -38,7 +38,11 @@
- #include sys/socket.h
- 
- #ifdef HAVE_LIBEDIT
-+#ifdef HAVE_READLINE_READLINE_H
-+#include readline/readline.h
-+#else
- #include editline/readline.h
-+#endif
- #endif
- 
- #include vcli.h
Index: patches/patch-bin_varnishd_mgt_pool_c
===
RCS file: patches/patch-bin_varnishd_mgt_pool_c
diff -N patches/patch-bin_varnishd_mgt_pool_c
--- patches/patch-bin_varnishd_mgt_pool_c   23 Dec 2011 13:06:30 -  
1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,15 +0,0 @@
-$OpenBSD: patch-bin_varnishd_mgt_pool_c,v 1.3 2011/12/23 13:06:30 jasper Exp $
 bin/varnishd/mgt_pool.c.orig   Mon Oct 24 03:25:13 2011
-+++ bin/varnishd/mgt_pool.cTue Nov 29 20:39:42 2011
-@@ -78,7 +78,11 @@ tweak_stack_size(struct cli *cli, const struct parspec
-   unsigned low, u;
-   char buf[12];
- 
-+#if defined (__OpenBSD__)
-+  low = PTHREAD_STACK_MIN;
-+#else
-   low = sysconf(_SC_THREAD_STACK_MIN);
-+#endif
- 
-   if (arg != NULL  !strcmp(arg, 32bit)) {
-   u = 65536;
Index: patches/patch-configure_ac
===
RCS file: patches/patch-configure_ac
diff -N patches/patch-configure_ac
--- patches/patch-configure_ac  23 Dec 2011 13:06:30 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,39 +0,0 @@
-$OpenBSD: patch-configure_ac,v 1.1 2011/12/23 13:06:30 jasper Exp $
 configure.ac.orig  Mon Oct 24 03:25:13 2011
-+++ configure.ac   Tue Nov 29 21:30:07 2011
-@@ -147,9 +147,23 @@ fi
- AC_SUBST(PCRE_CFLAGS)
- AC_SUBST(PCRE_LIBS)
- 
--PKG_CHECK_MODULES([LIBEDIT], [libedit], 
--  [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])],
--  [AC_MSG_WARN([libedit not found, disabling libedit support])])
-+case $target in
-+*-*-*bsd*)
-+  AC_CHECK_HEADERS([readline/readline.h])
-+  AC_CHECK_LIB(edit, el_init,
-+  [ AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])
-+LIBEDIT_CFLAGS=
-+LIBEDIT_LIBS=-ledit ${CURSES_LIBS}
-+  ],
-+  [AC_MSG_WARN([libedit not found, disabling libedit support])],
-+  [${CURSES_LIBS}])
-+  ;;
-+*)
-+  PKG_CHECK_MODULES([LIBEDIT], [libedit], 
-+  [AC_DEFINE([HAVE_LIBEDIT], [1], [Define we have libedit])],
-+  [AC_MSG_WARN([libedit not found, disabling libedit support])])
-+  ;;
-+esac
- 
- # Checks for header files.
- 

Re: dwm random config

2013-04-05 Thread Jim Razmus
* Ted Unangst t...@tedunangst.com [130404 18:00]:
 dwm is the best wm ever because I am literally unable to waste time
 dicking around trying to customize it. However, I can understand the
 appeal of other wms because people like it when their computer says,
 hey, look at me, i'm a unique snowflake. and it's kind of boring
 when my dwm looks exactly like your dwm. why not the best of both
 worlds?
 
 This patch picks random colors for dwm. Nothing too garish, the
 choices are constrained to be in the neighborhood of the existing
 defaults, but instead of all gray, you may see just a touch of green
 or red in the status bar.
 

Nice idea, but I'd prefer not.  I'm partial to the current color scheme
which I've synced with all my other tools e.g. vim.

Best regards,
jim@



CVS: cvs.openbsd.org: ports

2012-12-30 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/12/30 08:09:26

Modified files:
devel/perltidy : Makefile distinfo 

Log message:
Update to 20121207.

ok sthen@



Update www/p5-Mojo

2012-12-30 Thread Jim Razmus
Attached patch updates p5-Mojo to 3.70.  Tested on i386 -current.

Before I get a ok to commit, what do people think about marking
textproc/p5-MojoX-Renderer-TT as broken?  The TT renderer fails 'make
regress' I suspect due to API changes in Mojo.  We have the latest
version of this module in the tree.

Thoughts?  ok's?

jim@
Index: Makefile
===
RCS file: /cvs/ports/www/p5-Mojo/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile10 Apr 2012 13:32:45 -  1.10
+++ Makefile30 Dec 2012 15:34:10 -
@@ -3,7 +3,7 @@
 COMMENT =  next generation web framework
 
 MODULES =  cpan
-DISTNAME = Mojolicious-2.76
+DISTNAME = Mojolicious-3.70
 CATEGORIES =   www
 
 MAINTAINER =   Simon Bertrang si...@openbsd.org
@@ -19,5 +19,13 @@ HOMEPAGE =   http://mojolicio.us/
 CPAN_AUTHOR =  SRI
 
 RUN_DEPENDS =  security/p5-IO-Socket-SSL=1.37
+
+MAKE_ENV += TEST_CACHING=Yes
+MAKE_ENV += TEST_HYPNOTOAD=Yes
+MAKE_ENV += TEST_IPV6=Yes
+MAKE_ENV += TEST_MORBO=Yes
+MAKE_ENV += TEST_ONLINE=Yes
+MAKE_ENV += TEST_POD=Yes
+MAKE_ENV += TEST_TLS=Yes
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/www/p5-Mojo/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo10 Apr 2012 13:32:45 -  1.8
+++ distinfo30 Dec 2012 15:34:10 -
@@ -1,5 +1,2 @@
-MD5 (Mojolicious-2.76.tar.gz) = YAHEWgi/kqORbdP4pHQ+Qg==
-RMD160 (Mojolicious-2.76.tar.gz) = rHp8yJ/GQSzGU9rbPEufC+g+QMk=
-SHA1 (Mojolicious-2.76.tar.gz) = Xq5a4AEFnpiiJp9EOHZPVFHDxIs=
-SHA256 (Mojolicious-2.76.tar.gz) = 5OTTXV13MwT95ovbDCGfk6B2MehtcQHzxPiap6aci1A=
-SIZE (Mojolicious-2.76.tar.gz) = 552368
+SHA256 (Mojolicious-3.70.tar.gz) = SPFe/8zZFytMe5IZsfsXHgWJQArn/NbGGKNU+R0YTQY=
+SIZE (Mojolicious-3.70.tar.gz) = 570811
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Mojo/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -r1.5 PLIST
--- pkg/PLIST   10 Apr 2012 13:32:45 -  1.5
+++ pkg/PLIST   30 Dec 2012 15:34:10 -
@@ -14,7 +14,6 @@ ${P5SITE}/Mojo/Base.pm
 ${P5SITE}/Mojo/ByteStream.pm
 ${P5SITE}/Mojo/Cache.pm
 ${P5SITE}/Mojo/Collection.pm
-${P5SITE}/Mojo/Command.pm
 ${P5SITE}/Mojo/Content/
 ${P5SITE}/Mojo/Content.pm
 ${P5SITE}/Mojo/Content/MultiPart.pm
@@ -23,7 +22,6 @@ ${P5SITE}/Mojo/Cookie/
 ${P5SITE}/Mojo/Cookie.pm
 ${P5SITE}/Mojo/Cookie/Request.pm
 ${P5SITE}/Mojo/Cookie/Response.pm
-${P5SITE}/Mojo/CookieJar.pm
 ${P5SITE}/Mojo/DOM/
 ${P5SITE}/Mojo/DOM.pm
 ${P5SITE}/Mojo/DOM/CSS.pm
@@ -40,6 +38,8 @@ ${P5SITE}/Mojo/IOLoop/Client.pm
 ${P5SITE}/Mojo/IOLoop/Delay.pm
 ${P5SITE}/Mojo/IOLoop/Server.pm
 ${P5SITE}/Mojo/IOLoop/Stream.pm
+${P5SITE}/Mojo/IOLoop/server.crt
+${P5SITE}/Mojo/IOLoop/server.key
 ${P5SITE}/Mojo/JSON/
 ${P5SITE}/Mojo/JSON.pm
 ${P5SITE}/Mojo/JSON/Pointer.pm
@@ -71,11 +71,14 @@ ${P5SITE}/Mojo/URL.pm
 ${P5SITE}/Mojo/Upload.pm
 ${P5SITE}/Mojo/UserAgent/
 ${P5SITE}/Mojo/UserAgent.pm
+${P5SITE}/Mojo/UserAgent/CookieJar.pm
 ${P5SITE}/Mojo/UserAgent/Transactor.pm
 ${P5SITE}/Mojo/Util.pm
+${P5SITE}/Mojo/entities.txt
 ${P5SITE}/Mojolicious/
 ${P5SITE}/Mojolicious.pm
 ${P5SITE}/Mojolicious/Command/
+${P5SITE}/Mojolicious/Command.pm
 ${P5SITE}/Mojolicious/Command/cgi.pm
 ${P5SITE}/Mojolicious/Command/cpanify.pm
 ${P5SITE}/Mojolicious/Command/daemon.pm
@@ -96,7 +99,7 @@ ${P5SITE}/Mojolicious/Commands.pm
 ${P5SITE}/Mojolicious/Controller.pm
 ${P5SITE}/Mojolicious/Guides/
 ${P5SITE}/Mojolicious/Guides.pod
-${P5SITE}/Mojolicious/Guides/CodingGuidelines.pod
+${P5SITE}/Mojolicious/Guides/Contributing.pod
 ${P5SITE}/Mojolicious/Guides/Cookbook.pod
 ${P5SITE}/Mojolicious/Guides/FAQ.pod
 ${P5SITE}/Mojolicious/Guides/Growing.pod
@@ -111,7 +114,6 @@ ${P5SITE}/Mojolicious/Plugin/DefaultHelp
 ${P5SITE}/Mojolicious/Plugin/EPLRenderer.pm
 ${P5SITE}/Mojolicious/Plugin/EPRenderer.pm
 ${P5SITE}/Mojolicious/Plugin/HeaderCondition.pm
-${P5SITE}/Mojolicious/Plugin/I18N.pm
 ${P5SITE}/Mojolicious/Plugin/JSONConfig.pm
 ${P5SITE}/Mojolicious/Plugin/Mount.pm
 ${P5SITE}/Mojolicious/Plugin/PODRenderer.pm
@@ -167,7 +169,6 @@ ${P5SITE}/Mojolicious/templates/mojobar.
 ${P5SITE}/Mojolicious/templates/not_found.development.html.ep
 ${P5SITE}/Mojolicious/templates/not_found.html.ep
 ${P5SITE}/Mojolicious/templates/perldoc.html.ep
-${P5SITE}/README.pod
 ${P5SITE}/Test/
 ${P5SITE}/Test/Mojo.pm
 ${P5SITE}/ojo.pm
@@ -182,14 +183,12 @@ ${P5SITE}/ojo.pm
 @man man/man3p/Mojo::ByteStream.3p
 @man man/man3p/Mojo::Cache.3p
 @man man/man3p/Mojo::Collection.3p
-@man man/man3p/Mojo::Command.3p
 @man man/man3p/Mojo::Content.3p
 @man man/man3p/Mojo::Content::MultiPart.3p
 @man man/man3p/Mojo::Content::Single.3p
 @man man/man3p/Mojo::Cookie.3p
 @man man/man3p/Mojo::Cookie::Request.3p
 @man man/man3p/Mojo::Cookie::Response.3p
-@man man/man3p/Mojo::CookieJar.3p
 @man man/man3p/Mojo::DOM.3p
 @man man/man3p/Mojo::DOM::CSS.3p
 @man 

Update devel/perltidy

2012-12-29 Thread Jim Razmus
Attached patch updates perltidy to 20121207.  Tested on i386 -current.

Ok to commit?

jim@
Index: perltidy//Makefile
===
RCS file: /cvs/ports/devel/perltidy/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- perltidy//Makefile  1 May 2011 21:00:03 -   1.15
+++ perltidy//Makefile  29 Dec 2012 20:47:55 -
@@ -2,7 +2,7 @@
 
 COMMENT =  tool to indent and reformat perl scripts
 
-V =20101217
+V =20121207
 DISTNAME = Perl-Tidy-$V
 PKGNAME =  perltidy-$V
 CATEGORIES =   devel
@@ -20,7 +20,6 @@ PERMIT_DISTFILES_CDROM =Yes
 PERMIT_DISTFILES_FTP = Yes
 
 CONFIGURE_STYLE =  perl
-USE_GROFF =Yes
 
 PKG_ARCH = *
 
Index: perltidy//distinfo
===
RCS file: /cvs/ports/devel/perltidy/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- perltidy//distinfo  1 May 2011 21:00:03 -   1.12
+++ perltidy//distinfo  29 Dec 2012 20:47:55 -
@@ -1,5 +1,2 @@
-MD5 (Perl-Tidy-20101217.tar.gz) = 2ZG1EOTjXuam7/vnPI0Oog==
-RMD160 (Perl-Tidy-20101217.tar.gz) = vSh2N0lCRFZZgTXod4kMl/31lMw=
-SHA1 (Perl-Tidy-20101217.tar.gz) = 2e/ZvSlAP82n1vFmewsL3WLY10Q=
-SHA256 (Perl-Tidy-20101217.tar.gz) = 
XkV1b5He0/nfRoDrlZtkboFN/PdCVzohVU9TcEufsqc=
-SIZE (Perl-Tidy-20101217.tar.gz) = 387834
+SHA256 (Perl-Tidy-20121207.tar.gz) = 
eOgdWVZHvYDmu9SP/vzA9hQY/se5IIxMrtsxe3yEdd0=
+SIZE (Perl-Tidy-20121207.tar.gz) = 420435


Re: UPDATE x11/dwm to 6.0

2012-07-09 Thread Jim Razmus
I'll test this evening.

Thanks,
jim@

* Joerg Zinke m...@umaxx.net [120708 04:22]:
 On Sat, Jul 07, 2012 at 10:37:47PM +0200, Joerg Zinke wrote:
 
  please find below an update for x11/dwm to version 6.0.
  
  Any objections, OKs?
 
 Previous diff got mangled, new one below.
  
 Index: Makefile
 ===
 RCS file: /cvs/ports/x11/dwm/Makefile,v
 retrieving revision 1.22
 diff -u -p -r1.22 Makefile
 --- Makefile  13 Sep 2011 14:02:53 -  1.22
 +++ Makefile  8 Jul 2012 09:11:19 -
 @@ -2,7 +2,7 @@
  
  COMMENT= dynamic window manager
  
 -DISTNAME=dwm-5.9
 +DISTNAME=dwm-6.0
  
  CATEGORIES=  x11
  
 Index: distinfo
 ===
 RCS file: /cvs/ports/x11/dwm/distinfo,v
 retrieving revision 1.16
 diff -u -p -r1.16 distinfo
 --- distinfo  13 Sep 2011 14:02:53 -  1.16
 +++ distinfo  8 Jul 2012 09:11:19 -
 @@ -1,5 +1,5 @@
 -MD5 (dwm-5.9.tar.gz) = J5n4hcBYF8oRLVIbskf3lw==
 -RMD160 (dwm-5.9.tar.gz) = kq8nhZfbcG+ypLY6qRaaPvYSzSw=
 -SHA1 (dwm-5.9.tar.gz) = RdARtwzuAgjEO3VmUMb3NuDIZhs=
 -SHA256 (dwm-5.9.tar.gz) = Lc3VoqIzw4Xvd2AXJjFkooiIZWG2v01rmEVi9fAv4jI=
 -SIZE (dwm-5.9.tar.gz) = 20517
 +MD5 (dwm-6.0.tar.gz) = i7ANQUIlm+sR4TRzuBwIVw==
 +RMD160 (dwm-6.0.tar.gz) = bs0DovyKb5/UNuj1je3DBcSlu/c=
 +SHA1 (dwm-6.0.tar.gz) = NTRvhzon8hmuJmWUs2kEB/ldBu8=
 +SHA256 (dwm-6.0.tar.gz) = srlIPeaSWe7qVoRImbsjhRWNPnmkLYKxDBQgmfyO61Y=
 +SIZE (dwm-6.0.tar.gz) = 20810
 Index: patches/patch-config_def_h
 ===
 RCS file: /cvs/ports/x11/dwm/patches/patch-config_def_h,v
 retrieving revision 1.8
 diff -u -p -r1.8 patch-config_def_h
 --- patches/patch-config_def_h27 Jun 2010 01:03:55 -  1.8
 +++ patches/patch-config_def_h8 Jul 2012 09:11:19 -
 @@ -1,17 +1,17 @@
  $OpenBSD: patch-config_def_h,v 1.8 2010/06/27 01:03:55 jim Exp $
  config.def.h.origFri Jun  4 06:39:15 2010
 -+++ config.def.h Sat Jun 26 20:24:09 2010
 +--- config.def.h.origMon Dec 19 16:02:46 2011
  config.def.h Sat Jul  7 22:28:18 2012
  @@ -1,13 +1,13 @@
   /* See LICENSE file for copyright and license details. */
   
   /* appearance */
  -static const char font[]= 
 -*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*;
 --static const char normbordercolor[] = #cc;
 --static const char normbgcolor[] = #cc;
 --static const char normfgcolor[] = #00;
 --static const char selbordercolor[]  = #0066ff;
 --static const char selbgcolor[]  = #0066ff;
 --static const char selfgcolor[]  = #ff;
 +-static const char normbordercolor[] = #44;
 +-static const char normbgcolor[] = #22;
 +-static const char normfgcolor[] = #bb;
 +-static const char selbordercolor[]  = #005577;
 +-static const char selbgcolor[]  = #005577;
 +-static const char selfgcolor[]  = #ee;
  +static const char font[]= 
 -*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*;
  +static const char normbordercolor[] = #404040;
  +static const char normbgcolor[] = #202020;
 @@ -31,7 +31,7 @@ $OpenBSD: patch-config_def_h,v 1.8 2010/
   };
   
   /* layout(s) */
 -@@ -46,7 +48,7 @@ static const Layout layouts[] = {
 +@@ -47,7 +49,7 @@ static const Layout layouts[] = {
   
   /* commands */
   static const char *dmenucmd[] = { dmenu_run, -fn, font, -nb, 
 normbgcolor, -nf, normfgcolor, -sb, selbgcolor, -sf, selfgcolor, NULL };
 Index: patches/patch-config_mk
 ===
 RCS file: /cvs/ports/x11/dwm/patches/patch-config_mk,v
 retrieving revision 1.8
 diff -u -p -r1.8 patch-config_mk
 --- patches/patch-config_mk   13 Sep 2011 14:02:53 -  1.8
 +++ patches/patch-config_mk   8 Jul 2012 09:11:19 -
 @@ -1,7 +1,7 @@
  $OpenBSD: patch-config_mk,v 1.8 2011/09/13 14:02:53 gsoares Exp $
  config.mk.orig   Sun Jul 10 17:24:25 2011
 -+++ config.mkTue Jul 26 10:44:28 2011
 -@@ -4,30 +4,30 @@ VERSION = 5.9
 +--- config.mk.orig   Mon Dec 19 16:02:46 2011
  config.mkSat Jul  7 22:28:18 2012
 +@@ -4,30 +4,30 @@ VERSION = 6.0
   # Customize below to fit your system
   
   # paths
 



Re: NEW: x11/tabbed

2012-07-09 Thread Jim Razmus
* Joerg Zinke m...@umaxx.net [120709 03:47]:
 On Sun, Jul 08, 2012 at 10:11:57PM +0200, Landry Breuil wrote:
 
  Works fine here @i386, a nice one to have ! I'm not really fond of
  patches/patch-config_def_h but you get to choose the defaults since you
  maintain it :)
 
 I looked how other suckless ports are done and used the same defaults as dwm 
 to
 keep things consistent.
 
 Regards,
 Joerg
 

Regarding dwm, my port, my rules.  Ok, well just my color scheme then.
;-)

jim@



CVS: cvs.openbsd.org: ports

2012-04-10 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/04/10 06:56:41

Modified files:
www/p5-MojoX-Session: Makefile distinfo 
www/p5-MojoX-Session/pkg: PLIST 

Log message:
Update to 0.25 to support forthcoming update of Mojo.

reads ok sthen@



CVS: cvs.openbsd.org: ports

2012-04-10 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/04/10 07:02:02

Modified files:
textproc/p5-MojoX-Renderer-TT: Makefile distinfo 
textproc/p5-MojoX-Renderer-TT/pkg: PLIST 

Log message:
Update to 1.13 to support forthcoming update of Mojo.

reads ok sthen@



CVS: cvs.openbsd.org: ports

2012-04-10 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/04/10 07:32:45

Modified files:
www/p5-Mojo: Makefile distinfo 
www/p5-Mojo/pkg: DESCR PLIST 

Log message:
Update to 2.76.  This is a significant update.  Please read the Changes
file for all the details.

Input and feedback from sthen@ and Remi Locherer remi.locherer at relo.ch

reads ok sthen@



CVS: cvs.openbsd.org: ports

2012-04-07 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/04/07 08:01:04

Modified files:
geo/openbsd-developers/files: OpenBSD 

Log message:
moved



CVS: cvs.openbsd.org: ports

2012-04-07 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/04/07 10:00:39

Modified files:
geo/openbsd-developers: Makefile 

Log message:
inc revision after recording my move. nudge from gsoares@



update - www/p5-Mojo, www/p5-MojoX-Session, textproc/p5-MojoX-Renderer-TT

2012-04-07 Thread Jim Razmus
Tested all three on i386 and amd64 -current.

Note that p5-MojoX-Session will fail make regress due to the lack of POD
documentation in two of the modules.  However, after removing TEST_POD,
the regress will complete without any other errors.

feedback?  ok to commit?

jim@
Index: p5-Mojo/Makefile
===
RCS file: /cvs/ports/www/p5-Mojo/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- p5-Mojo/Makefile16 Apr 2011 09:57:35 -  1.9
+++ p5-Mojo/Makefile7 Apr 2012 13:05:33 -
@@ -3,9 +3,8 @@
 COMMENT =  next generation web framework
 
 MODULES =  cpan
-DISTNAME = Mojolicious-1.16
+DISTNAME = Mojolicious-2.76
 CATEGORIES =   www
-USE_GROFF =Yes
 
 MAINTAINER =   Simon Bertrang si...@openbsd.org
 
@@ -17,7 +16,7 @@ PERMIT_DISTFILES_FTP =Yes
 
 HOMEPAGE = http://mojolicio.us/
 
-CPAN_AUTHOR =  KRAIH
+CPAN_AUTHOR =  SRI
 
 MAKE_ENV +=TEST_POD=1
 
Index: p5-Mojo/distinfo
===
RCS file: /cvs/ports/www/p5-Mojo/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- p5-Mojo/distinfo16 Apr 2011 09:57:35 -  1.7
+++ p5-Mojo/distinfo7 Apr 2012 13:05:33 -
@@ -1,5 +1,5 @@
-MD5 (Mojolicious-1.16.tar.gz) = KA+errbpDxxdVluoFG02mA==
-RMD160 (Mojolicious-1.16.tar.gz) = CzfhBfU8IIdM7+dddJPIuubSwNE=
-SHA1 (Mojolicious-1.16.tar.gz) = buNPfv/wzmbVWWOS74RwmPXBlUw=
-SHA256 (Mojolicious-1.16.tar.gz) = +8mrhX/YmpmuGxnGJmWQORg4lPK1fJL7iebrDEBzl5A=
-SIZE (Mojolicious-1.16.tar.gz) = 465177
+MD5 (Mojolicious-2.76.tar.gz) = YAHEWgi/kqORbdP4pHQ+Qg==
+RMD160 (Mojolicious-2.76.tar.gz) = rHp8yJ/GQSzGU9rbPEufC+g+QMk=
+SHA1 (Mojolicious-2.76.tar.gz) = Xq5a4AEFnpiiJp9EOHZPVFHDxIs=
+SHA256 (Mojolicious-2.76.tar.gz) = 5OTTXV13MwT95ovbDCGfk6B2MehtcQHzxPiap6aci1A=
+SIZE (Mojolicious-2.76.tar.gz) = 552368
Index: p5-Mojo/pkg/PLIST
===
RCS file: /cvs/ports/www/p5-Mojo/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- p5-Mojo/pkg/PLIST   20 Mar 2011 09:10:15 -  1.4
+++ p5-Mojo/pkg/PLIST   7 Apr 2012 13:05:33 -
@@ -2,6 +2,8 @@
 @conflict p5-Mojo-*
 bin/hypnotoad
 bin/mojo
+bin/morbo
+@comment ${P5SITE}/README.pod
 ${P5SITE}/Mojo/
 ${P5SITE}/Mojo.pm
 ${P5SITE}/Mojo/Asset/
@@ -11,7 +13,7 @@ ${P5SITE}/Mojo/Asset/Memory.pm
 ${P5SITE}/Mojo/Base.pm
 ${P5SITE}/Mojo/ByteStream.pm
 ${P5SITE}/Mojo/Cache.pm
-${P5SITE}/Mojo/Client.pm
+${P5SITE}/Mojo/Collection.pm
 ${P5SITE}/Mojo/Command.pm
 ${P5SITE}/Mojo/Content/
 ${P5SITE}/Mojo/Content.pm
@@ -22,14 +24,25 @@ ${P5SITE}/Mojo/Cookie.pm
 ${P5SITE}/Mojo/Cookie/Request.pm
 ${P5SITE}/Mojo/Cookie/Response.pm
 ${P5SITE}/Mojo/CookieJar.pm
+${P5SITE}/Mojo/DOM/
 ${P5SITE}/Mojo/DOM.pm
+${P5SITE}/Mojo/DOM/CSS.pm
+${P5SITE}/Mojo/DOM/HTML.pm
 ${P5SITE}/Mojo/Date.pm
+${P5SITE}/Mojo/EventEmitter.pm
 ${P5SITE}/Mojo/Exception.pm
 ${P5SITE}/Mojo/Headers.pm
 ${P5SITE}/Mojo/HelloWorld.pm
 ${P5SITE}/Mojo/Home.pm
+${P5SITE}/Mojo/IOLoop/
 ${P5SITE}/Mojo/IOLoop.pm
+${P5SITE}/Mojo/IOLoop/Client.pm
+${P5SITE}/Mojo/IOLoop/Delay.pm
+${P5SITE}/Mojo/IOLoop/Server.pm
+${P5SITE}/Mojo/IOLoop/Stream.pm
+${P5SITE}/Mojo/JSON/
 ${P5SITE}/Mojo/JSON.pm
+${P5SITE}/Mojo/JSON/Pointer.pm
 ${P5SITE}/Mojo/Loader.pm
 ${P5SITE}/Mojo/Log.pm
 ${P5SITE}/Mojo/Message/
@@ -38,12 +51,16 @@ ${P5SITE}/Mojo/Message/Request.pm
 ${P5SITE}/Mojo/Message/Response.pm
 ${P5SITE}/Mojo/Parameters.pm
 ${P5SITE}/Mojo/Path.pm
+${P5SITE}/Mojo/Reactor/
+${P5SITE}/Mojo/Reactor.pm
+${P5SITE}/Mojo/Reactor/EV.pm
+${P5SITE}/Mojo/Reactor/Poll.pm
 ${P5SITE}/Mojo/Server/
 ${P5SITE}/Mojo/Server.pm
 ${P5SITE}/Mojo/Server/CGI.pm
 ${P5SITE}/Mojo/Server/Daemon.pm
-${P5SITE}/Mojo/Server/FastCGI.pm
 ${P5SITE}/Mojo/Server/Hypnotoad.pm
+${P5SITE}/Mojo/Server/Morbo.pm
 ${P5SITE}/Mojo/Server/PSGI.pm
 ${P5SITE}/Mojo/Template.pm
 ${P5SITE}/Mojo/Transaction/
@@ -52,32 +69,33 @@ ${P5SITE}/Mojo/Transaction/HTTP.pm
 ${P5SITE}/Mojo/Transaction/WebSocket.pm
 ${P5SITE}/Mojo/URL.pm
 ${P5SITE}/Mojo/Upload.pm
+${P5SITE}/Mojo/UserAgent/
 ${P5SITE}/Mojo/UserAgent.pm
+${P5SITE}/Mojo/UserAgent/Transactor.pm
 ${P5SITE}/Mojo/Util.pm
 ${P5SITE}/Mojolicious/
 ${P5SITE}/Mojolicious.pm
 ${P5SITE}/Mojolicious/Command/
-${P5SITE}/Mojolicious/Command/Cgi.pm
-${P5SITE}/Mojolicious/Command/Daemon.pm
-${P5SITE}/Mojolicious/Command/Fastcgi.pm
-${P5SITE}/Mojolicious/Command/Generate/
-${P5SITE}/Mojolicious/Command/Generate.pm
-${P5SITE}/Mojolicious/Command/Generate/App.pm
-${P5SITE}/Mojolicious/Command/Generate/Gitignore.pm
-${P5SITE}/Mojolicious/Command/Generate/Hypnotoad.pm
-${P5SITE}/Mojolicious/Command/Generate/LiteApp.pm
-${P5SITE}/Mojolicious/Command/Generate/Makefile.pm
-${P5SITE}/Mojolicious/Command/Get.pm
-${P5SITE}/Mojolicious/Command/Inflate.pm
-${P5SITE}/Mojolicious/Command/Psgi.pm
-${P5SITE}/Mojolicious/Command/Routes.pm
-${P5SITE}/Mojolicious/Command/Test.pm
-${P5SITE}/Mojolicious/Command/Version.pm

Re: CVS: cvs.openbsd.org: ports

2012-04-06 Thread Jim Razmus
* Jim Razmus II j...@cvs.openbsd.org [120406 22:25]:
 CVSROOT:  /cvs
 Module name:  ports
 Changes by:   j...@cvs.openbsd.org2012/04/06 21:24:14
 
 Log message:
 p5-Algorithm-Combinatorics
 
 Status:
 
 Vendor Tag:   jim
 Release Tags: jim_2012_Apr_6
 
 N ports/math/p5-Algorithm-Combinatorics/Makefile
 N ports/math/p5-Algorithm-Combinatorics/distinfo
 N ports/math/p5-Algorithm-Combinatorics/pkg/DESCR
 N ports/math/p5-Algorithm-Combinatorics/pkg/PFRAG.shared
 N ports/math/p5-Algorithm-Combinatorics/pkg/PLIST
 
 No conflicts created by this import
 

This was ok gsoares@



CVS: cvs.openbsd.org: ports

2012-04-06 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/04/06 21:42:53

Modified files:
math/p5-Algorithm-Combinatorics: Makefile 
math/p5-Algorithm-Combinatorics/pkg: PLIST 
Removed files:
math/p5-Algorithm-Combinatorics/pkg: PFRAG.shared 

Log message:
This should be shared_only as noted by sthen@
Correct the package information accordingly.



CVS: cvs.openbsd.org: ports

2012-04-06 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/04/06 21:46:16

Modified files:
math   : Makefile 

Log message:
+p5-Algorithm-Combinatorics



new: math/p5-Algorithm-Combinatorics

2012-04-05 Thread Jim Razmus
Algorithm::Combinatorics is an efficient generator of combinatorial
sequences.

Tested on i386 and amd64.

ok to commit?

jim@


p5-Algorithm-Combinatorics.tgz
Description: application/tar-gz


Re: new: security/hs-cprng-aes and www/hs-clientsession

2012-01-24 Thread Jim Razmus
* Matthias Kilian k...@outback.escape.de [120124 14:00]:
 On Sun, Jan 22, 2012 at 09:58:02PM +0100, Matthias Kilian wrote:
   [...] no new imports are needed for hs-snap.
 
 err... unfortunately, I was wrong on this, there'll be two more new
 ports ;-(
 
 (and I can hear jim@ saying to use something like mercurial to manage
 dependencies of haskell ports)
 
 Ciao,
   Kili
 

Mercurial patch queue to be precise.  ;-)

jim@



Re: update: p5-Mojolicious-1.12 - 1.92

2011-09-11 Thread Jim Razmus
Hello Mikolaj,

Your patch matches mine and so do your test results.  If we don't hear
back from simon@, I'll get an ok from another developer and then commit
this update.

Best regards,
jim@

* Mikolaj Kucharski miko...@kucharski.name [110909 13:04]:
 On Wed, Sep 07, 2011 at 09:38:33PM -0500, Jim Razmus wrote:
   Anyone? Simon?
   
  
  I've successfully tested 1.96 on i386.  However, 1.97 is already
  available.
  
  FWIW, here's a link to my 1.96 patch:
  https://bitbucket.org/bonetruck/my-ports-wip/changeset/e9c555ee07af
  
  jim@
 
 I've took above patch and updated it to 1.97. All regress pass. I have
 one issue, but it's also present in 1.16 version from -current ports
 tree, so it's Mojo problem not OpenBSD related issue IMO.
 
 For those which are interested here are more details:
 
 http://groups.google.com/group/mojolicious/browse_thread/thread/712fc3442f10390c
 
 For me it looks good.
 
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/www/p5-Mojo/Makefile,v
 retrieving revision 1.9
 diff -u -r1.9 Makefile
 --- Makefile  16 Apr 2011 09:57:35 -  1.9
 +++ Makefile  9 Sep 2011 15:14:38 -
 @@ -3,7 +3,7 @@
  COMMENT =next generation web framework
  
  MODULES =cpan
 -DISTNAME =   Mojolicious-1.16
 +DISTNAME =   Mojolicious-1.97
  CATEGORIES = www
  USE_GROFF =  Yes
  
 @@ -17,7 +17,7 @@
  
  HOMEPAGE =   http://mojolicio.us/
  
 -CPAN_AUTHOR =KRAIH
 +CPAN_AUTHOR =SRI
  
  MAKE_ENV +=  TEST_POD=1
  
 Index: distinfo
 ===
 RCS file: /cvs/ports/www/p5-Mojo/distinfo,v
 retrieving revision 1.7
 diff -u -r1.7 distinfo
 --- distinfo  16 Apr 2011 09:57:35 -  1.7
 +++ distinfo  9 Sep 2011 15:14:38 -
 @@ -1,5 +1,5 @@
 -MD5 (Mojolicious-1.16.tar.gz) = KA+errbpDxxdVluoFG02mA==
 -RMD160 (Mojolicious-1.16.tar.gz) = CzfhBfU8IIdM7+dddJPIuubSwNE=
 -SHA1 (Mojolicious-1.16.tar.gz) = buNPfv/wzmbVWWOS74RwmPXBlUw=
 -SHA256 (Mojolicious-1.16.tar.gz) = 
 +8mrhX/YmpmuGxnGJmWQORg4lPK1fJL7iebrDEBzl5A=
 -SIZE (Mojolicious-1.16.tar.gz) = 465177
 +MD5 (Mojolicious-1.97.tar.gz) = FuXUUrZvJoxe4PwghHbkZw==
 +RMD160 (Mojolicious-1.97.tar.gz) = sQFbsu8uzSzbhTOvnIjUQ5TxeZY=
 +SHA1 (Mojolicious-1.97.tar.gz) = yv5D5SqqrvIpXm3fk1QnHjhuWpc=
 +SHA256 (Mojolicious-1.97.tar.gz) = 
 wRoBtZri0rOe66YsyQNGI9oxhouhBlGSqFQRE4ru8FA=
 +SIZE (Mojolicious-1.97.tar.gz) = 578028
 Index: pkg/PLIST
 ===
 RCS file: /cvs/ports/www/p5-Mojo/pkg/PLIST,v
 retrieving revision 1.4
 diff -u -r1.4 PLIST
 --- pkg/PLIST 20 Mar 2011 09:10:15 -  1.4
 +++ pkg/PLIST 9 Sep 2011 15:14:38 -
 @@ -2,6 +2,7 @@
  @conflict p5-Mojo-*
  bin/hypnotoad
  bin/mojo
 +bin/morbo
  ${P5SITE}/Mojo/
  ${P5SITE}/Mojo.pm
  ${P5SITE}/Mojo/Asset/
 @@ -11,7 +12,7 @@
  ${P5SITE}/Mojo/Base.pm
  ${P5SITE}/Mojo/ByteStream.pm
  ${P5SITE}/Mojo/Cache.pm
 -${P5SITE}/Mojo/Client.pm
 +${P5SITE}/Mojo/Collection.pm
  ${P5SITE}/Mojo/Command.pm
  ${P5SITE}/Mojo/Content/
  ${P5SITE}/Mojo/Content.pm
 @@ -22,13 +23,26 @@
  ${P5SITE}/Mojo/Cookie/Request.pm
  ${P5SITE}/Mojo/Cookie/Response.pm
  ${P5SITE}/Mojo/CookieJar.pm
 +${P5SITE}/Mojo/DOM/
  ${P5SITE}/Mojo/DOM.pm
 +${P5SITE}/Mojo/DOM/CSS.pm
 +${P5SITE}/Mojo/DOM/HTML.pm
  ${P5SITE}/Mojo/Date.pm
  ${P5SITE}/Mojo/Exception.pm
  ${P5SITE}/Mojo/Headers.pm
  ${P5SITE}/Mojo/HelloWorld.pm
  ${P5SITE}/Mojo/Home.pm
 +${P5SITE}/Mojo/IOLoop/
  ${P5SITE}/Mojo/IOLoop.pm
 +${P5SITE}/Mojo/IOLoop/Client.pm
 +${P5SITE}/Mojo/IOLoop/EventEmitter.pm
 +${P5SITE}/Mojo/IOLoop/Resolver.pm
 +${P5SITE}/Mojo/IOLoop/Server.pm
 +${P5SITE}/Mojo/IOLoop/Stream.pm
 +${P5SITE}/Mojo/IOLoop/Trigger.pm
 +${P5SITE}/Mojo/IOWatcher/
 +${P5SITE}/Mojo/IOWatcher.pm
 +${P5SITE}/Mojo/IOWatcher/EV.pm
  ${P5SITE}/Mojo/JSON.pm
  ${P5SITE}/Mojo/Loader.pm
  ${P5SITE}/Mojo/Log.pm
 @@ -44,6 +58,7 @@
  ${P5SITE}/Mojo/Server/Daemon.pm
  ${P5SITE}/Mojo/Server/FastCGI.pm
  ${P5SITE}/Mojo/Server/Hypnotoad.pm
 +${P5SITE}/Mojo/Server/Morbo.pm
  ${P5SITE}/Mojo/Server/PSGI.pm
  ${P5SITE}/Mojo/Template.pm
  ${P5SITE}/Mojo/Transaction/
 @@ -52,27 +67,32 @@
  ${P5SITE}/Mojo/Transaction/WebSocket.pm
  ${P5SITE}/Mojo/URL.pm
  ${P5SITE}/Mojo/Upload.pm
 +${P5SITE}/Mojo/UserAgent/
  ${P5SITE}/Mojo/UserAgent.pm
 +${P5SITE}/Mojo/UserAgent/Transactor.pm
  ${P5SITE}/Mojo/Util.pm
  ${P5SITE}/Mojolicious/
  ${P5SITE}/Mojolicious.pm
  ${P5SITE}/Mojolicious/Command/
 -${P5SITE}/Mojolicious/Command/Cgi.pm
 -${P5SITE}/Mojolicious/Command/Daemon.pm
 -${P5SITE}/Mojolicious/Command/Fastcgi.pm
 -${P5SITE}/Mojolicious/Command/Generate/
 -${P5SITE}/Mojolicious/Command/Generate.pm
 -${P5SITE}/Mojolicious/Command/Generate/App.pm
 -${P5SITE}/Mojolicious/Command/Generate/Gitignore.pm
 -${P5SITE}/Mojolicious/Command/Generate/Hypnotoad.pm
 -${P5SITE}/Mojolicious/Command/Generate/LiteApp.pm
 -${P5SITE}/Mojolicious/Command/Generate/Makefile.pm
 -${P5SITE}/Mojolicious/Command/Get.pm
 -${P5SITE}/Mojolicious

Re: update: p5-Mojolicious-1.12 - 1.92

2011-09-07 Thread Jim Razmus
* Abel Abraham Camarillo Ojeda acam...@verlet.org [110907 16:02]:
 On Tue, Aug 30, 2011 at 5:51 AM, Mikolaj Kucharski
 miko...@kucharski.name wrote:
  On Tue, Aug 30, 2011 at 02:20:51AM -0500, Abel Abraham Camarillo Ojeda 
  wrote:
  On Mon, Aug 29, 2011 at 4:51 AM, Abel Abraham Camarillo Ojeda
  acam...@verlet.org wrote:
   On Sun, Aug 28, 2011 at 12:41 PM, Mikolaj Kucharski
   miko...@kucharski.name wrote:
   On Fri, Aug 26, 2011 at 04:11:06PM -0500, Abel Abraham Camarillo Ojeda 
   wrote:
   This surely breaks apps, it changes module names, adds functions, etc.
  
   Tested on amd64 with some custom apps, I cannot find ports that depend
   on this.
  
   regress ok.
  
   Did very limited testing with my simple web app and all seems to be
   working fine with your update.
  
   Tested with Mojolicious::Plugin::Database which I've sent a minute ago.
  
   --
   best regards
   q#
  
  
  
   Ok?
  
 
  anyone?
 
  If that makes any difference, it's ok with me, but I think simon@ should
  speak up.
 
  --
  best regards
  q#
 
 
 
 Anyone? Simon?
 

I've successfully tested 1.96 on i386.  However, 1.97 is already
available.

FWIW, here's a link to my 1.96 patch:
https://bitbucket.org/bonetruck/my-ports-wip/changeset/e9c555ee07af

jim@



CVS: cvs.openbsd.org: ports

2011-05-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2011/05/01 15:00:03

Modified files:
devel/perltidy : Makefile distinfo 
devel/perltidy/pkg: PLIST 

Log message:
Update to version 20101217

This release corrects some minor bugs and adds several useful features 
including an --iterations flag, plus pre- and post-filters for customization. A 
better guess is made for the starting indentation level of old code with tabs.

ok sthen@



Update devel/perltidy

2011-03-02 Thread Jim Razmus
Update to version 20101217.  Tested on i386.

Feedback || OK?

jim@
Index: Makefile
===
RCS file: /cvs/ports/devel/perltidy/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile18 Oct 2010 17:48:12 -  1.14
+++ Makefile2 Mar 2011 13:37:50 -
@@ -2,7 +2,7 @@
 
 COMMENT =  tool to indent and reformat perl scripts
 
-V =20090616
+V =20101217
 DISTNAME = Perl-Tidy-$V
 PKGNAME =  perltidy-$V
 CATEGORIES =   devel
Index: distinfo
===
RCS file: /cvs/ports/devel/perltidy/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo17 Jun 2009 19:06:33 -  1.11
+++ distinfo2 Mar 2011 13:37:50 -
@@ -1,5 +1,5 @@
-MD5 (Perl-Tidy-20090616.tar.gz) = Y7qpSpb8XCcuBucuWJ52cw==
-RMD160 (Perl-Tidy-20090616.tar.gz) = ZqyEY8B5zAMAYycZYSYJM7X9tUk=
-SHA1 (Perl-Tidy-20090616.tar.gz) = 4U1Oxh5UajII8+eQ7azFAEMcYlM=
-SHA256 (Perl-Tidy-20090616.tar.gz) = 
x8oh4ofSPHacI19nQvq3tXebfHv1i2pVuozcSS5QoRg=
-SIZE (Perl-Tidy-20090616.tar.gz) = 383497
+MD5 (Perl-Tidy-20101217.tar.gz) = 2ZG1EOTjXuam7/vnPI0Oog==
+RMD160 (Perl-Tidy-20101217.tar.gz) = vSh2N0lCRFZZgTXod4kMl/31lMw=
+SHA1 (Perl-Tidy-20101217.tar.gz) = 2e/ZvSlAP82n1vFmewsL3WLY10Q=
+SHA256 (Perl-Tidy-20101217.tar.gz) = 
XkV1b5He0/nfRoDrlZtkboFN/PdCVzohVU9TcEufsqc=
+SIZE (Perl-Tidy-20101217.tar.gz) = 387834
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/perltidy/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   29 Apr 2007 09:29:31 -  1.8
+++ pkg/PLIST   2 Mar 2011 13:37:50 -
@@ -1,4 +1,4 @@
-@comment $OpenBSD: PLIST,v 1.8 2007/04/29 09:29:31 jasper Exp $
+@comment $OpenBSD: PLIST,v 1.7 2006/06/16 17:31:55 jasper Exp $
 bin/perltidy
 ${P5SITE}/Perl/
 ${P5SITE}/Perl/Tidy.pm
@@ -13,6 +13,8 @@ share/examples/perltidy/README
 share/examples/perltidy/bbtidy.pl
 share/examples/perltidy/break_long_quotes.pl
 share/examples/perltidy/ex_mp.pl
+share/examples/perltidy/filter_example.in
+share/examples/perltidy/filter_example.pl
 share/examples/perltidy/find_naughty.pl
 share/examples/perltidy/lextest
 share/examples/perltidy/perlcomment.pl


Re: sysutils/tentakel - DeprecationWarning messages and patch

2010-10-19 Thread Jim Razmus
* Tasmanian Devil tasm.de...@googlemail.com [101019 08:33]:
 Hello, list!
 
 Since the upgrade to Python 2.6 sysutils/tentakel shows these warnings
 above the usual output:
 
 
 /usr/local/lib/python2.6/site-packages/lekatnet/config.py:55:
 DeprecationWarning: The popen2 module is deprecated.  Use the
 subprocess module.
   import popen2
 /usr/local/lib/python2.6/site-packages/lekatnet/plugins/rsh.py:29:
 DeprecationWarning: the md5 module is deprecated; use hashlib instead
   import md5
 
 
 So I searched a bit on the web and found a way to suppress these
 warnings. I don't know anything about Python unfortunately, so my
 patch might not be correct or the location where I add the code
 (config.py) might be wrong, but so far it works just fine for me.
 
 Tas.
 
 
 Put this into sysutils/tentakel/patches/patch-py_lekatnet_config_py
 
 
 --- py/lekatnet/config.py.origSun Feb  8 13:16:38 2009
 +++ py/lekatnet/config.py Tue Oct 19 13:57:27 2010
 @@ -45,6 +45,9 @@
 
  
 
 +import warnings
 +warnings.simplefilter(ignore, DeprecationWarning)
 +
  import error
  import re
  import os
 

I recommend you submit your patch to the tentakel project.  We _could_
put it in the ports tree, but upstream is better in my opinion.

Best regards,
jim@



CVS: cvs.openbsd.org: ports

2010-10-13 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/10/13 18:02:24

Modified files:
productivity/ledger: Makefile distinfo 
productivity/ledger/pkg: PLIST 
Added files:
productivity/ledger/pkg: PFRAG.shared 

Log message:
Update to 2.6.3 from Tilo Stritzky t.stritzky at arcor.de and Sergey
Bronnikov estetus at gmail.com with input from jas...@.  Sergey has agreed
to take maintainer.

ok jasper@



Re: [new port] games/supertuxkart

2010-10-05 Thread Jim Razmus
* David Coppa dco...@gmail.com [101005 06:09]:
 On Mon, Oct 4, 2010 at 5:53 PM, Pascal Stumpf pascal.stu...@cubes.de wrote:
  Come on, people. Is there really no one who cares to even try it? Maybe
  I should have mentioned you can race as Puffy and blow up Linux karts.
 
 http://supertuxkart.sourceforge.net/persistent/images/8/8f/Stk061-3.jpg
 
 Nice! ;)
 
 ciao,
 david
 

But you're in _last_ place and not even moving!  Come back when you're
winning.

:-)~

jim@



CVS: cvs.openbsd.org: ports

2010-09-24 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/24 10:12:06

Modified files:
www/hs-snap-core: Makefile distinfo 
www/hs-snap-core/pkg: PLIST 

Log message:
update to 0.2.12

ok kili@



CVS: cvs.openbsd.org: ports

2010-09-24 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/24 10:13:15

Modified files:
www/hs-snap-server: Makefile distinfo 

Log message:
update to 0.2.12

ok kili@



CVS: cvs.openbsd.org: ports

2010-09-24 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/24 10:38:52

Modified files:
mail/greyscanner: Makefile 

Log message:
Change master_sites to insulate us from BitBucket changes.

ok sthen@



CVS: cvs.openbsd.org: ports

2010-09-21 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/21 10:19:40

Modified files:
textproc/hs-hexpat: Makefile 

Log message:
add missing dependencies

just commit them kili@



CVS: cvs.openbsd.org: ports

2010-09-21 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/21 10:20:23

Modified files:
textproc/hs-heist: Makefile 

Log message:
add missing dependencies

just commit them kili@



Re: update: sysutils/duplicity-0.6.10

2010-09-21 Thread Jim Razmus
* Stefan Sperling s...@openbsd.org [100921 15:31]:
 Light testing suggests that it works.
 
 ok?
 

Does MASTER_SITES need to be updated similar to my older patch?
http://bitbucket.org/bonetruck/my-ports-wip/src/tip/sysutils_duplicity

Can you confirm what destination(s) you've backed up to and restored
from?  e.g. FTP, AWS, etc

Thanks,
jim@

 Index: Makefile
 ===
 RCS file: /cvs/ports/sysutils/duplicity/Makefile,v
 retrieving revision 1.10
 diff -u -p -r1.10 Makefile
 --- Makefile  30 Aug 2010 17:57:31 -  1.10
 +++ Makefile  21 Sep 2010 13:51:50 -
 @@ -2,9 +2,8 @@
  
  COMMENT =encrypted backup using rsync algorithm
  
 -MODPY_EGG_VERSION = 0.6.06
 +MODPY_EGG_VERSION = 0.6.10
  DISTNAME =   duplicity-${MODPY_EGG_VERSION}
 -REVISION =   0
  
  CATEGORIES = sysutils
  
 Index: distinfo
 ===
 RCS file: /cvs/ports/sysutils/duplicity/distinfo,v
 retrieving revision 1.6
 diff -u -p -r1.6 distinfo
 --- distinfo  5 Dec 2009 14:45:08 -   1.6
 +++ distinfo  21 Sep 2010 13:52:03 -
 @@ -1,5 +1,5 @@
 -MD5 (duplicity-0.6.06.tar.gz) = q7u83kryTv/7whhYPVgUUw==
 -RMD160 (duplicity-0.6.06.tar.gz) = eGf7pPxaJQoAMANN2J/vdN89+70=
 -SHA1 (duplicity-0.6.06.tar.gz) = Rbw4L10bBZYNO0VJKz4sRKDqdog=
 -SHA256 (duplicity-0.6.06.tar.gz) = 
 D5zdov5vWCfTdDW8AxXklh29jy7doKFfzDMYQIQnSLw=
 -SIZE (duplicity-0.6.06.tar.gz) = 274888
 +MD5 (duplicity-0.6.10.tar.gz) = iHjTtj/LobcjPhHFgpuWnA==
 +RMD160 (duplicity-0.6.10.tar.gz) = NsyrKhb9FojkyYMH2RDVTDN5cm0=
 +SHA1 (duplicity-0.6.10.tar.gz) = nlVCfv8P6BesrrfqzBU+5Bc7Is0=
 +SHA256 (duplicity-0.6.10.tar.gz) = 
 XH045Y+GZwXik7vwau+XPjLxlrD6T2M0M6CuctiyMoQ=
 +SIZE (duplicity-0.6.10.tar.gz) = 291633



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:24:51

Log message:
import hs-attoparsec version 0.8.1.0

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/textproc/hs-attoparsec/Makefile
N ports/textproc/hs-attoparsec/distinfo
N ports/textproc/hs-attoparsec/pkg/DESCR
N ports/textproc/hs-attoparsec/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:27:12

Log message:
import hs-bytestring-nums version 0.3.2

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/textproc/hs-bytestring-nums/Makefile
N ports/textproc/hs-bytestring-nums/distinfo
N ports/textproc/hs-bytestring-nums/pkg/DESCR
N ports/textproc/hs-bytestring-nums/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:29:03

Log message:
import hs-cereal version 0.3.0.0

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-cereal/Makefile
N ports/devel/hs-cereal/distinfo
N ports/devel/hs-cereal/pkg/DESCR
N ports/devel/hs-cereal/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:30:43

Log message:
import hs-directory-tree version 0.2.0

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-directory-tree/Makefile
N ports/devel/hs-directory-tree/distinfo
N ports/devel/hs-directory-tree/pkg/DESCR
N ports/devel/hs-directory-tree/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:32:50

Log message:
import hs-dlist version 0.5

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-dlist/Makefile
N ports/devel/hs-dlist/distinfo
N ports/devel/hs-dlist/pkg/DESCR
N ports/devel/hs-dlist/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:35:11

Log message:
import hs-LikeLike version 1.0.1

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-ListLike/Makefile
N ports/devel/hs-ListLike/distinfo
N ports/devel/hs-ListLike/pkg/DESCR
N ports/devel/hs-ListLike/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:36:55

Log message:
import hs-transformers version 0.2.1.0

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-transformers/Makefile
N ports/devel/hs-transformers/distinfo
N ports/devel/hs-transformers/pkg/DESCR
N ports/devel/hs-transformers/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:40:28

Log message:
import hs-iteratee version 0.3.5

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-iteratee/Makefile
N ports/devel/hs-iteratee/distinfo
N ports/devel/hs-iteratee/pkg/DESCR
N ports/devel/hs-iteratee/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:43:41

Log message:
import hs-unix-compat version 0.1.2.1

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-unix-compat/Makefile
N ports/devel/hs-unix-compat/distinfo
N ports/devel/hs-unix-compat/pkg/DESCR
N ports/devel/hs-unix-compat/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:46:01

Log message:
import hs-MonadCatchIO-transformers version 0.2.2.0

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-MonadCatchIO-transformers/Makefile
N ports/devel/hs-MonadCatchIO-transformers/distinfo
N ports/devel/hs-MonadCatchIO-transformers/pkg/DESCR
N ports/devel/hs-MonadCatchIO-transformers/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:48:19

Log message:
import hs-snap-core version 0.2.11

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/www/hs-snap-core/Makefile
N ports/www/hs-snap-core/distinfo
N ports/www/hs-snap-core/pkg/DESCR
N ports/www/hs-snap-core/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:51:25

Modified files:
textproc   : Makefile 

Log message:
+ hs-attoparsec
+ hs-bytestring-nums



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 09:59:17

Modified files:
devel  : Makefile 

Log message:
+ hs-ListLike
+ hs-MonadCatchIO-transformers
+ hs-cereal
+ hs-directory-tree
+ hs-dlist
+ hs-iteratee
+ hs-monads-fd
+ hs-transformers
+ hs-unix-compat



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:00:11

Modified files:
www: Makefile 

Log message:
+ hs-snap-core



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:04:27

Log message:
import hs-attoparsec-iteratee version 0.1.1

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/textproc/hs-attoparsec-iteratee/Makefile
N ports/textproc/hs-attoparsec-iteratee/distinfo
N ports/textproc/hs-attoparsec-iteratee/pkg/DESCR
N ports/textproc/hs-attoparsec-iteratee/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:06:16

Log message:
import hs-bytestring-show version 0.3.3

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/textproc/hs-bytestring-show/Makefile
N ports/textproc/hs-bytestring-show/distinfo
N ports/textproc/hs-bytestring-show/pkg/DESCR
N ports/textproc/hs-bytestring-show/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:08:47

Log message:
import hs-network-bytestring version 0.1.3

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/net/hs-network-bytestring/Makefile
N ports/net/hs-network-bytestring/distinfo
N ports/net/hs-network-bytestring/pkg/DESCR
N ports/net/hs-network-bytestring/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:10:01

Modified files:
net: Makefile 

Log message:
+ hs-network-bytestring



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:12:11

Log message:
import hs-sendfile version 0.6.2

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-sendfile/Makefile
N ports/devel/hs-sendfile/distinfo
N ports/devel/hs-sendfile/pkg/DESCR
N ports/devel/hs-sendfile/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:13:59

Log message:
import hs-primitive version 0.3

feedback and kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-primitive/Makefile
N ports/devel/hs-primitive/distinfo
N ports/devel/hs-primitive/pkg/DESCR
N ports/devel/hs-primitive/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:15:30

Log message:
import hs-vector version 0.6.0.1

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-vector/Makefile
N ports/devel/hs-vector/distinfo
N ports/devel/hs-vector/pkg/DESCR
N ports/devel/hs-vector/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:17:34

Log message:
import hs-murmur-hash version 0.1

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-murmur-hash/Makefile
N ports/devel/hs-murmur-hash/distinfo
N ports/devel/hs-murmur-hash/pkg/DESCR
N ports/devel/hs-murmur-hash/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:19:03

Log message:
import hs-PSQueue version 1.1

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-PSQueue/Makefile
N ports/devel/hs-PSQueue/distinfo
N ports/devel/hs-PSQueue/pkg/DESCR
N ports/devel/hs-PSQueue/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:20:44

Log message:
import hs-List version 0.4.0

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/devel/hs-List/Makefile
N ports/devel/hs-List/distinfo
N ports/devel/hs-List/pkg/DESCR
N ports/devel/hs-List/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:25:50

Modified files:
devel  : Makefile 

Log message:
+ hs-List
+ hs-PSQueue
+ hs-murmur-hash
+ hs-primitive
+ hs-sendfile
+ hs-vector



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:28:03

Log message:
import hs-hexpat version 0.18.3

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/textproc/hs-hexpat/Makefile
N ports/textproc/hs-hexpat/distinfo
N ports/textproc/hs-hexpat/pkg/DESCR
N ports/textproc/hs-hexpat/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:29:39

Log message:
import hs-heist version 0.2.3

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/textproc/hs-heist/Makefile
N ports/textproc/hs-heist/distinfo
N ports/textproc/hs-heist/pkg/DESCR
N ports/textproc/hs-heist/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:30:50

Log message:
import hs-xml version 1.3.7

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/textproc/hs-xml/Makefile
N ports/textproc/hs-xml/distinfo
N ports/textproc/hs-xml/pkg/DESCR
N ports/textproc/hs-xml/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:37:26

Modified files:
textproc   : Makefile 

Log message:
+ hs-attoparsec-iteratee
+ hs-bytestring-show
+ hs-heist
+ hs-hexpat
+ hs-xml
and correctly sort



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:40:50

Log message:
import hs-snap-server version 0.2.11

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/www/hs-snap-server/Makefile
N ports/www/hs-snap-server/distinfo
N ports/www/hs-snap-server/pkg/DESCR
N ports/www/hs-snap-server/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:42:16

Log message:
import hs-xhtml-combinators version 0.2.2

feedback and ok kili@

Status:

Vendor Tag: jim
Release Tags:   jim_2010-Sep-19

N ports/www/hs-xhtml-combinators/Makefile
N ports/www/hs-xhtml-combinators/distinfo
N ports/www/hs-xhtml-combinators/pkg/DESCR
N ports/www/hs-xhtml-combinators/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2010-09-19 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/19 10:44:06

Modified files:
www: Makefile 

Log message:
+ hs-snap-server
+ hs-xhtml-combinators



Re: Can't find string terminator '' anywhere before EOF at -e line 1.

2010-09-15 Thread Jim Razmus
* Christian Weisgerber na...@mips.inka.de [100915 11:04]:
 We have quite a number of ports (183 at a rough count) that produce
 this error during configure:
 
 checking for perl... /usr/bin/perl
 checking for perl = 5.8.1... Can't find string terminator '' anywhere 
 before EOF at -e line 1.
 
 It's harmless, I guess, but annoying.  It's from some autoconf macro
 that checks the availability of perl for intltool purposes.  The
 expanded sh snippet is this:
 
 ---
 if test -z $INTLTOOL_PERL; then
as_fn_error perl not found $LINENO 5
 fi
 { $as_echo $as_me:${as_lineno-$LINENO}: checking for perl = 5.8.1 5
 $as_echo_n checking for perl = 5.8.1...  6; }
 $INTLTOOL_PERL -e use 5.8.1;  /dev/null 21
 if test $? -ne 0; then
as_fn_error perl 5.8.1 is required for intltool $LINENO 5
 else
IT_PERL_VERSION=`$INTLTOOL_PERL -e \printf '%vd', $^V\`
{ $as_echo $as_me:${as_lineno-$LINENO}: result: $IT_PERL_VERSION 5
 $as_echo $IT_PERL_VERSION 6; }
 fi
 ---
 
 Specifically, the line
 
IT_PERL_VERSION=`$INTLTOOL_PERL -e \printf '%vd', $^V\`
 
 should be the one throwing the error.  However, I can't find anything
 wrong there.  The nested quoting is tricky, but it works just fine
 if I run it on the sh command line.
 
 Any ideas?
 
 -- 
 Christian naddy Weisgerber  na...@mips.inka.de
 

I get the same error with:

perl -e \printf '%vd', $^V\

but it works if I remove the quote escapes:

perl -e printf '%vd', $^V

jim@



CVS: cvs.openbsd.org: ports

2010-09-11 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/09/11 07:03:46

Modified files:
www/varnish: Makefile distinfo 
www/varnish/patches: patch-bin_varnishd_mgt_param_c 
 patch-bin_varnishd_mgt_pool_c 
 patch-configure 
www/varnish/pkg: MESSAGE PFRAG.shared PLIST 

Log message:
update to 2.1.3 inspired by patch from Marius ROMAN marius.roman at 
gmail.com, modifications by me with input from ajacoutot@

ok ajacoutot@



Re: UPDATE: ledger-2.6.1

2010-08-24 Thread Jim Razmus
* Sergey Bronnikov este...@gmail.com [100824 04:06]:
 Guys, please commit update for ledger port.
 Because no response from port maintainer...

I thought I had replied that I would look at this after my vacation.
Perhaps that was for the varnish patch.  Regardless, I thank you for
taking the time to roll this up and I will look at it when I get back.

I vaguely recall ledger having a crashing problem.  Regardless, I'll be
in touch.

Best regards,
jim@

 
 On 16:14 Mon 23 Aug , Sergey Bronnikov wrote:
  Hello, Jim!
  
  Could you please update ledger port to 2.6.1 in openbsd ports tree?
  Patch is attached. I was tested it on amd64 arch.
  
  
  Thanks.
  
  
  -- 
  sergeyb@
 
  diff -uprN /usr/ports/productivity/ledger/Makefile 
  /usr/ports/mystuff/productivity/ledger/Makefile
  --- /usr/ports/productivity/ledger/Makefile Sun Sep 16 01:28:22 2007
  +++ /usr/ports/mystuff/productivity/ledger/Makefile Mon Aug 23 15:58:59 2010
  @@ -2,7 +2,7 @@
   
   COMMENT=   command line double-entry accounting ledger
   
  -DISTNAME=  ledger-2.3
  +DISTNAME=  ledger-2.6.1
   CATEGORIES=productivity
   
   HOMEPAGE=  http://www.newartisans.com/ledger.html
  @@ -33,7 +33,7 @@ CONFIGURE_ARGS=   --disable-xml \
   post-install:
  ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ledger
  ${INSTALL_DATA} ${WRKSRC}/scripts/* ${PREFIX}/share/doc/ledger
  -.for f in ledger.pdf ledger.texi ledger.vim
  +.for f in ledger.texi ledger.vim
  ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/ledger
   .endfor
   
  diff -uprN /usr/ports/productivity/ledger/distinfo 
  /usr/ports/mystuff/productivity/ledger/distinfo
  --- /usr/ports/productivity/ledger/distinfo Thu Apr  5 21:26:05 2007
  +++ /usr/ports/mystuff/productivity/ledger/distinfo Mon Aug 23 15:33:07 2010
  @@ -1,5 +1,5 @@
  -MD5 (ledger-2.3.tar.gz) = mtypiD9i2zP1eWHQrG8Tzw==
  -RMD160 (ledger-2.3.tar.gz) = Mm9scY8+rEhngk+3q6CS9M4r8I0=
  -SHA1 (ledger-2.3.tar.gz) = DT1gD4NO5Q9GXnYHBxskOaunO5A=
  -SHA256 (ledger-2.3.tar.gz) = VeA7PVXoXOpg8E9GiENdsYXGgkQHIupV/LH0ePOGWOo=
  -SIZE (ledger-2.3.tar.gz) = 611562
  +MD5 (ledger-2.6.1.tar.gz) = fS67P7wMoU409Kran+dkoA==
  +RMD160 (ledger-2.6.1.tar.gz) = 5u9uCs+hJaiJJ6w5nsjjf7vh/mY=
  +SHA1 (ledger-2.6.1.tar.gz) = 0Ayk1h8oeTwivokkEUkdX/SPFWs=
  +SHA256 (ledger-2.6.1.tar.gz) = loMNd9Oqa/bFd49d1SFp+bUgP7farQ4Sgxq+s1sU8no=
  +SIZE (ledger-2.6.1.tar.gz) = 658288
  diff -uprN /usr/ports/productivity/ledger/pkg/PLIST 
  /usr/ports/mystuff/productivity/ledger/pkg/PLIST
  --- /usr/ports/productivity/ledger/pkg/PLISTSat Apr 30 18:46:50 2005
  +++ /usr/ports/mystuff/productivity/ledger/pkg/PLISTMon Aug 23 
  15:50:54 2010
  @@ -6,6 +6,7 @@ include/ledger/amount.h
   include/ledger/balance.h
   include/ledger/binary.h
   include/ledger/config.h
  +include/ledger/csv.h
   include/ledger/datetime.h
   include/ledger/debug.h
   include/ledger/derive.h
  @@ -16,13 +17,13 @@ include/ledger/gnucash.h
   include/ledger/journal.h
   include/ledger/ledger.h
   include/ledger/mask.h
  +include/ledger/ofx.h
   include/ledger/option.h
   include/ledger/parser.h
  -include/ledger/py_eval.h
  -include/ledger/pyledger.h
   include/ledger/qif.h
   include/ledger/quotes.h
   include/ledger/reconcile.h
  +include/ledger/report.h
   include/ledger/textual.h
   include/ledger/timing.h
   include/ledger/util.h
  @@ -38,7 +39,6 @@ share/doc/ledger/bal
   share/doc/ledger/bal-huquq
   share/doc/ledger/entry
   share/doc/ledger/getquote
  -share/doc/ledger/ledger.pdf
   share/doc/ledger/ledger.texi
   share/doc/ledger/ledger.vim
   share/doc/ledger/report
 
 
 -- 
 sergeyb@
 



[wip] Snap Framework (Haskell based web application framework)

2010-08-06 Thread Jim Razmus
For anyone interested in playing with the Snap Framework, I have a
Mercurial patch queue on top of the ports tree available here:

http://bitbucket.org/bonetruck/snap/

While the patch series contains an update to libev and introduces
hs-hlibev, I've opted for the SimpleBackend until I have time to
diagnose why the libev backend gaks on kqueue.

Feedback welcome.

Best regards,
jim@



CVS: cvs.openbsd.org: ports

2010-07-31 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/31 06:17:18

Modified files:
www/p5-Catalyst-Plugin-Prototype: Makefile distinfo 
www/p5-Catalyst-Plugin-Prototype/pkg: PLIST 

Log message:
update to version 1.33 after maintainer timeout.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2010-07-02 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/02 00:02:29

Modified files:
devel/p5-Try-Tiny: Makefile 

Log message:
correct the OpenBSD tag

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2010-07-02 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/02 08:51:56

Modified files:
devel/p5-MooseX-Role-WithOverloading: Makefile 

Log message:
tighten run depends.  from sthen@



CVS: cvs.openbsd.org: ports

2010-07-02 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/02 12:29:20

Modified files:
devel/p5-MooseX-Types-Path-Class: Makefile 

Log message:
bump pkgname after previous fixes.  pointed out by sthen@



CVS: cvs.openbsd.org: ports

2010-07-02 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/02 21:41:42

Modified files:
devel/p5-File-ChangeNotify: Makefile distinfo 
devel/p5-File-ChangeNotify/pkg: PLIST 

Log message:
update to 0.13

ok ajacoutot@, sthen@



CVS: cvs.openbsd.org: ports

2010-07-02 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/02 21:42:48

Modified files:
www/p5-Catalyst-Plugin-SubRequest: Makefile distinfo 

Log message:
update to 0.16

ok ajacoutot@, sthen@



CVS: cvs.openbsd.org: ports

2010-07-02 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/02 21:43:50

Modified files:
www/p5-Catalyst-Plugin-Static-Simple: Makefile distinfo 

Log message:
update to 0.29

ok ajacoutot@, sthen@



CVS: cvs.openbsd.org: ports

2010-07-02 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/02 21:54:46

ports/www/p5-Catalyst-Devel/patches

Update of /cvs/ports/www/p5-Catalyst-Devel/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23773/patches

Log Message:
Directory /cvs/ports/www/p5-Catalyst-Devel/patches added to the repository



import p5-Getopt-Long-Descriptive ok?

2010-07-02 Thread Jim Razmus
Seeking an ok to import this module to support a forthcoming update of
the Catalyst Framework stack.  Please test and ok.

jim@


p5-Getopt-Long-Descriptive.tgz
Description: application/tar-gz


CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:03:32

Modified files:
devel/p5-Catalyst-Manual: Makefile distinfo 
devel/p5-Catalyst-Manual/pkg: PLIST 

Log message:
update to 5.8004

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:04:46

Modified files:
www/p5-HTTP-Request-AsCGI: Makefile distinfo 

Log message:
update to 1.2

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:07:33

Modified files:
devel/p5-Path-Class: Makefile distinfo 

Log message:
update to 0.19

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:09:03

Modified files:
devel/p5-Class-MOP: Makefile distinfo 
devel/p5-Class-MOP/pkg: PLIST 

Log message:
update to 1.03

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:06:11

Modified files:
www/p5-HTTP-Body: Makefile distinfo 

Log message:
update to 1.07

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:10:24

Modified files:
devel/p5-Moose : Makefile distinfo 
devel/p5-Moose/pkg: PLIST 
Added files:
devel/p5-Moose/pkg: PFRAG.shared 

Log message:
update to 1.08

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:11:50

Modified files:
devel/p5-MooseX-MethodAttributes: Makefile distinfo 

Log message:
update to 0.23

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:13:09

Modified files:
devel/p5-Array-Compare: Makefile distinfo 

Log message:
update to 2.01

ok robert@



CVS: cvs.openbsd.org: ports

2010-07-01 Thread Jim Razmus II
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2010/07/01 22:14:16

Modified files:
devel/p5-Data-Dump: Makefile distinfo 
devel/p5-Data-Dump/pkg: PLIST 

Log message:
update to 1.17

ok robert@



  1   2   3   4   >