Re: [UPDATE] www/mhonarc 2.6.18

2014-09-08 Thread Christian Rueger

On 09/07/14 22:45, Jérémie Courrèges-Anglas wrote:

Christian Rueger cr+li...@rueger-net.de writes:


Hi,

small bug fix release and update MASTER_SITES.
tested on amd64


Small bugfix, or security update that may warrant a backport? :)


no, small bugfix

https://savannah.nongnu.org/bugs/index.php?go_report=Applygroup=mhonarcreport_id=105fix_release=2.6.19



Re: [UPDATE] database/tinycdb 0.78

2014-09-08 Thread Christian Rueger

On 09/07/14 22:13, Jérémie Courrèges-Anglas wrote:

j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:


Christian Rueger cr+li...@rueger-net.de writes:


Hi


Hi,


new release with a few minor fixes:
- fix handling of files 4Gb
- fix handling of files 2Gb on 32bit platforms (compile with
_FILE_OFFSET_BITS=64)


(note that OpenBSD doesn't care about _FILE_OFFSET_BITS)


- fix file size limit test
- fix compiler warnings (missing #include)
- 


Some nits/issues I noticed:
- is it really needed to bump the library minor?  No function/symbol was
   added, and if you noticed a change in the size of public structures /
   function arguments, this should be a *major* bump.
- no need in patch-Makefile for stuff that we can override from the port
   Makefile; patch-Makefile is still here to get rid of SONAME though
- respect DEBUG=-g (LDFLAGS)
- move stuff from FAKE_FLAGS to MAKE_FLAGS in case prefix/sysconfdir
   gets used at build time in a future update; right now it doesn't
   matter, as we don't build nss_cdb
- merge PFRAG.shared into PLIST

Updated diff below, tests pass on sparc64/powerpc.


And... actually strip %%SHARED%% from the PLIST, thanks sthen@ :)


thanks, all right
remove LIBcdb_VERSION from MAKE_FLAGS
rest ok and tested an amd64



diff -uNprx CVS /usr/ports/www/mhonarc/Makefile /usr/ports/mystuff/www/mhonarc/Makefile
--- /usr/ports/www/mhonarc/Makefile	Sun Jun 22 18:37:08 2014
+++ /usr/ports/mystuff/www/mhonarc/Makefile	Fri Aug 22 21:01:04 2014
@@ -2,16 +2,14 @@
 
 COMMENT=		highly customizable e-mail to HTML converter
 
-DISTNAME=		MHonArc-2.6.18
+DISTNAME=		MHonArc-2.6.19
 PKGNAME=		${DISTNAME:L}
-REVISION=		0
 CATEGORIES=		www mail
 
 HOMEPAGE=		http://www.mhonarc.org/
 
 MASTER_SITES=		http://www.mhonarc.org/release/MHonArc/tar/ \
-			http://www.nacs.uci.edu/indiv/ehood/tar/ \
-			ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
+			http://mhonarc.domainunion.de/release/MHonArc/tar/
 
 MAINTAINER=		Christian Rueger cr+open...@rueger-net.de
 
diff -uNprx CVS /usr/ports/www/mhonarc/distinfo /usr/ports/mystuff/www/mhonarc/distinfo
--- /usr/ports/www/mhonarc/distinfo	Thu Jan 13 10:53:50 2011
+++ /usr/ports/mystuff/www/mhonarc/distinfo	Fri Aug 22 20:49:04 2014
@@ -1,5 +1,2 @@
-MD5 (MHonArc-2.6.18.tar.gz) = tl5Y/W00mZST9z772Ns8Rw==
-RMD160 (MHonArc-2.6.18.tar.gz) = 9fcnf5n49it4+b0EpXnwdd7NkbQ=
-SHA1 (MHonArc-2.6.18.tar.gz) = xfuzYJxABFY2YsIBUtW5Axf8Us8=
-SHA256 (MHonArc-2.6.18.tar.gz) = QnWdM3wT/4fbwLwId032cVZAX7/BDpYvZApl7poRrvY=
-SIZE (MHonArc-2.6.18.tar.gz) = 1984873
+SHA256 (MHonArc-2.6.19.tar.gz) = +L8odObqN4MLDVFV+5ms94gAWHffdXPxJ2NE6Ufag1I=
+SIZE (MHonArc-2.6.19.tar.gz) = 1992055
diff -uNprx CVS /usr/ports/www/mhonarc/patches/patch-lib_mhamain_pl /usr/ports/mystuff/www/mhonarc/patches/patch-lib_mhamain_pl
--- /usr/ports/www/mhonarc/patches/patch-lib_mhamain_pl	Mon May  7 22:13:50 2012
+++ /usr/ports/mystuff/www/mhonarc/patches/patch-lib_mhamain_pl	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
-$OpenBSD: patch-lib_mhamain_pl,v 1.1 2012/05/07 20:13:50 pascal Exp $
-defined(%hash) is deprecated
 lib/mhamain.pl.orig	Mon May  7 12:00:36 2012
-+++ lib/mhamain.pl	Mon May  7 12:01:44 2012
-@@ -1561,7 +1561,7 @@ sub signal_catch {
- ##	Create Index2MsgId if not defined
- ##
- sub defineIndex2MsgId {
--if (!defined(%Index2MsgId)) {
-+if (!%Index2MsgId) {
- 	foreach (keys %MsgId) {
- 	$Index2MsgId{$MsgId{$_}} = $_;
- 	}
diff -uNprx CVS /usr/ports/www/mhonarc/patches/patch-lib_readmail_pl /usr/ports/mystuff/www/mhonarc/patches/patch-lib_readmail_pl
--- /usr/ports/www/mhonarc/patches/patch-lib_readmail_pl	Mon May  7 22:13:50 2012
+++ /usr/ports/mystuff/www/mhonarc/patches/patch-lib_readmail_pl	Thu Jan  1 01:00:00 1970
@@ -1,76 +0,0 @@
-$OpenBSD: patch-lib_readmail_pl,v 1.1 2012/05/07 20:13:50 pascal Exp $
-defined(%hash) is deprecated
 lib/readmail.pl.orig	Mon May  7 12:02:06 2012
-+++ lib/readmail.pl	Mon May  7 12:04:04 2012
-@@ -117,9 +117,9 @@ $DecodeHeader	= 0;
- ##  set to true.
- 
- %MIMEDecoders			= ()
--unless defined(%MIMEDecoders);
-+unless %MIMEDecoders;
- %MIMEDecodersSrc		= ()
--unless defined(%MIMEDecodersSrc);
-+unless %MIMEDecodersSrc;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMECharSetConverters is the associative array for storing functions
-@@ -153,9 +153,9 @@ $DecodeHeader	= 0;
- ##  string.
- 
- %MIMECharSetConverters			= ()
--unless defined(%MIMECharSetConverters);
-+unless %MIMECharSetConverters;
- %MIMECharSetConvertersSrc		= ()
--unless defined(%MIMECharSetConvertersSrc);
-+unless %MIMECharSetConvertersSrc;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMEFilters is the associative array for storing functions that
-@@ -180,9 +180,9 @@ $DecodeHeader	= 0;
- ##  that all functions are defined before invoking MAILread_body.
- 
- %MIMEFilters	= ()
--unless defined(%MIMEFilters);
-+unless %MIMEFilters;
- %MIMEFiltersSrc

Re: [UPDATE] database/tinycdb 0.78

2014-09-08 Thread Christian Rueger

On 09/08/14 19:21, Christian Rueger wrote:

On 09/07/14 22:13, Jérémie Courrèges-Anglas wrote:

j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes:


Christian Rueger cr+li...@rueger-net.de writes:


Hi


Hi,


new release with a few minor fixes:
- fix handling of files 4Gb
- fix handling of files 2Gb on 32bit platforms (compile with
_FILE_OFFSET_BITS=64)


(note that OpenBSD doesn't care about _FILE_OFFSET_BITS)


- fix file size limit test
- fix compiler warnings (missing #include)
- 


Some nits/issues I noticed:
- is it really needed to bump the library minor?  No function/symbol was
   added, and if you noticed a change in the size of public structures /
   function arguments, this should be a *major* bump.
- no need in patch-Makefile for stuff that we can override from the port
   Makefile; patch-Makefile is still here to get rid of SONAME though
- respect DEBUG=-g (LDFLAGS)
- move stuff from FAKE_FLAGS to MAKE_FLAGS in case prefix/sysconfdir
   gets used at build time in a future update; right now it doesn't
   matter, as we don't build nss_cdb
- merge PFRAG.shared into PLIST

Updated diff below, tests pass on sparc64/powerpc.


And... actually strip %%SHARED%% from the PLIST, thanks sthen@ :)


thanks, all right
remove LIBcdb_VERSION from MAKE_FLAGS
rest ok and tested an amd64


wrong patch :)



Index: Makefile
===
RCS file: /home/cvs/openbsd/ports/databases/tinycdb/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	11 Mar 2013 02:52:09 -	1.3
+++ Makefile	8 Sep 2014 17:03:20 -
@@ -2,10 +2,7 @@
 
 COMMENT =	creating and reading constant databases
 
-V =		0.77
-REVISION =	0
-DISTNAME =	tinycdb_$V
-PKGNAME =	tinycdb-$V
+DISTNAME =	tinycdb-0.78
 CATEGORIES =	databases
 SHARED_LIBS =	cdb	0.0
 
@@ -19,19 +16,22 @@ PERMIT_PACKAGE_CDROM =		Yes
 
 WANTLIB =	c
 
-WRKDIST =	${WRKDIR}/tinycdb-$V
-MAKE_FLAGS +=	sysconfdir=${SYSCONFDIR} LIBcdb_VERSION=${LIBcdb_VERSION}
-FAKE_FLAGS +=	${MAKE_FLAGS} prefix=${PREFIX}
+MAKE_FLAGS =	CC=${CC} CFLAGS=${CFLAGS} LDFLAGS=${LDFLAGS} \
+		SHAREDLIB=libcdb.so.${LIBcdb_VERSION} \
+		prefix=${PREFIX} sysconfdir=${SYSCONFDIR}
 
 .include bsd.port.arch.mk
 
 .if ${PROPERTIES:Mno_shared}
-TEST_TARGET =	tests
+TEST_TARGET =		tests
 .else
 MAKE_FLAGS +=		INSTALLPROG=cdb-shared
 ALL_TARGET =		all shared
 INSTALL_TARGET =	install install-sharedlib
-TEST_TARGET =	tests-shared
+TEST_TARGET =		tests-shared
 .endif
+
+post-install:
+	rm -f ${PREFIX}/lib/libcdb.so
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /home/cvs/openbsd/ports/databases/tinycdb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	18 May 2012 20:59:13 -	1.1.1.1
+++ distinfo	8 Sep 2014 17:01:56 -
@@ -1,5 +1,2 @@
-MD5 (tinycdb_0.77.tar.gz) = wA5fuWwwNWrDtnsqtdVkGw==
-RMD160 (tinycdb_0.77.tar.gz) = gDWB67hMxNt6vhaz+1uXjAVlJVM=
-SHA1 (tinycdb_0.77.tar.gz) = KHOl9hTpJeKEzXGnIWoNEDQK7Jw=
-SHA256 (tinycdb_0.77.tar.gz) = grw8zwr+0JeEcqBwzkUGZnuANeZdDcJDiOM4WNOba8Y=
-SIZE (tinycdb_0.77.tar.gz) = 37728
+SHA256 (tinycdb-0.78.tar.gz) = UGePQy2K2o1p9yjsEcMUDhUYE6eEfPMKYthvOnIO1jw=
+SIZE (tinycdb-0.78.tar.gz) = 36754
Index: patches/patch-Makefile
===
RCS file: /home/cvs/openbsd/ports/databases/tinycdb/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Makefile
--- patches/patch-Makefile	18 May 2012 20:59:13 -	1.1.1.1
+++ patches/patch-Makefile	8 Sep 2014 17:01:56 -
@@ -1,64 +1,12 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2012/05/18 20:59:13 sthen Exp $
 Makefile.orig	Sat Jan 31 18:12:21 2009
-+++ Makefile	Sun Apr 19 15:49:39 2009
-@@ -7,19 +7,19 @@
- 
- VERSION = 0.77
- 
--prefix=/usr/local
-+prefix?=/usr/local
- exec_prefix=$(prefix)
- bindir=$(exec_prefix)/bin
- libdir=$(exec_prefix)/lib
- syslibdir=$(libdir)
--sysconfdir=/etc
-+sysconfdir?=/etc
- includedir=$(prefix)/include
- mandir=$(prefix)/man
- NSSCDB_DIR = $(sysconfdir)
- DESTDIR=
- 
--CC = cc
--CFLAGS = -O
-+CC?= cc
-+CFLAGS?= -O
- 
- AR = ar
- ARFLAGS = rv
-@@ -29,7 +29,7 @@ NSS_CDB = libnss_cdb.so.2
- LIBBASE = libcdb
- LIB = $(LIBBASE).a
- PICLIB = $(LIBBASE)_pic.a
--SHAREDLIB = $(LIBBASE).so.1
-+SHAREDLIB = $(LIBBASE).so.${LIBcdb_VERSION}
- SOLIB = $(LIBBASE).so
- CDB_USELIB = $(LIB)
- NSS_USELIB = $(PICLIB)
-@@ -85,7 +85,7 @@ $(SHAREDLIB): $(LIB_OBJS_PIC) $(LIBMAP)
+--- Makefile.orig	Fri May 11 16:17:47 2012
 Makefile	Sun Sep  7 21:29:46 2014
+@@ -87,7 +87,7 @@ $(SHAREDLIB): $(LIB_OBJS_PIC) $(LIBMAP)
  	-rm -f $(SOLIB)
  	ln -s $@ $(SOLIB)
- 	$(CC) $(CFLAGS) $(CFLAGS_SHARED) -o $@ \
--	 $(CFLAGS_SONAME)$(SHAREDLIB) $(CFLAGS_VSCRIPT)$(LIBMAP) \
-+	 $(CFLAGS_VSCRIPT)$(LIBMAP) \
+ 	$(LD) $(LDFLAGS) $(LDFLAGS_SHARED) -o $@ \
+-	 $(LDFLAGS_SONAME)$(SHAREDLIB) $(LDFLAGS_VSCRIPT)$(LIBMAP) \
++	 $(LDFLAGS_VSCRIPT)$(LIBMAP) \
  	 $(LIB_OBJS_PIC)
  
  cdb: cdb.o

[UPDATE] database/tinycdb 0.78

2014-09-07 Thread Christian Rueger

Hi

new release with a few minor fixes:
- fix handling of files 4Gb
- fix handling of files 2Gb on 32bit platforms (compile with 
_FILE_OFFSET_BITS=64)

- fix file size limit test
- fix compiler warnings (missing #include)
- 

tested on amd64
Index: Makefile
===
RCS file: /home/cvs/openbsd/ports/databases/tinycdb/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile	11 Mar 2013 02:52:09 -	1.3
+++ Makefile	22 Aug 2014 16:43:56 -
@@ -2,12 +2,9 @@
 
 COMMENT =	creating and reading constant databases
 
-V =		0.77
-REVISION =	0
-DISTNAME =	tinycdb_$V
-PKGNAME =	tinycdb-$V
+DISTNAME =	tinycdb-0.78
 CATEGORIES =	databases
-SHARED_LIBS =	cdb	0.0
+SHARED_LIBS =	cdb	0.1
 
 HOMEPAGE =	http://www.corpit.ru/mjt/tinycdb.html
 MASTER_SITES =	http://www.corpit.ru/mjt/tinycdb/
@@ -19,19 +16,18 @@ PERMIT_PACKAGE_CDROM =		Yes
 
 WANTLIB =	c
 
-WRKDIST =	${WRKDIR}/tinycdb-$V
 MAKE_FLAGS +=	sysconfdir=${SYSCONFDIR} LIBcdb_VERSION=${LIBcdb_VERSION}
 FAKE_FLAGS +=	${MAKE_FLAGS} prefix=${PREFIX}
 
 .include bsd.port.arch.mk
 
 .if ${PROPERTIES:Mno_shared}
-TEST_TARGET =	tests
+TEST_TARGET =		tests
 .else
 MAKE_FLAGS +=		INSTALLPROG=cdb-shared
 ALL_TARGET =		all shared
 INSTALL_TARGET =	install install-sharedlib
-TEST_TARGET =	tests-shared
+TEST_TARGET =		tests-shared
 .endif
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /home/cvs/openbsd/ports/databases/tinycdb/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo	18 May 2012 20:59:13 -	1.1.1.1
+++ distinfo	22 Aug 2014 16:31:06 -
@@ -1,5 +1,2 @@
-MD5 (tinycdb_0.77.tar.gz) = wA5fuWwwNWrDtnsqtdVkGw==
-RMD160 (tinycdb_0.77.tar.gz) = gDWB67hMxNt6vhaz+1uXjAVlJVM=
-SHA1 (tinycdb_0.77.tar.gz) = KHOl9hTpJeKEzXGnIWoNEDQK7Jw=
-SHA256 (tinycdb_0.77.tar.gz) = grw8zwr+0JeEcqBwzkUGZnuANeZdDcJDiOM4WNOba8Y=
-SIZE (tinycdb_0.77.tar.gz) = 37728
+SHA256 (tinycdb-0.78.tar.gz) = UGePQy2K2o1p9yjsEcMUDhUYE6eEfPMKYthvOnIO1jw=
+SIZE (tinycdb-0.78.tar.gz) = 36754
Index: patches/patch-Makefile
===
RCS file: /home/cvs/openbsd/ports/databases/tinycdb/patches/patch-Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Makefile
--- patches/patch-Makefile	18 May 2012 20:59:13 -	1.1.1.1
+++ patches/patch-Makefile	22 Aug 2014 16:39:58 -
@@ -1,9 +1,9 @@
 $OpenBSD: patch-Makefile,v 1.1.1.1 2012/05/18 20:59:13 sthen Exp $
 Makefile.orig	Sat Jan 31 18:12:21 2009
-+++ Makefile	Sun Apr 19 15:49:39 2009
-@@ -7,19 +7,19 @@
+--- Makefile.orig	Fri May 11 16:17:47 2012
 Makefile	Fri Aug 22 18:37:43 2014
+@@ -6,19 +6,19 @@
  
- VERSION = 0.77
+ VERSION = 0.78
  
 -prefix=/usr/local
 +prefix?=/usr/local
@@ -20,12 +20,12 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2012/
  
 -CC = cc
 -CFLAGS = -O
-+CC?= cc
-+CFLAGS?= -O
- 
- AR = ar
- ARFLAGS = rv
-@@ -29,7 +29,7 @@ NSS_CDB = libnss_cdb.so.2
++CC ?= cc
++CFLAGS ?= -O
+ CDEFS = -D_FILE_OFFSET_BITS=64
+ LD = $(CC)
+ LDFLAGS =
+@@ -31,7 +31,7 @@ NSS_CDB = libnss_cdb.so.2
  LIBBASE = libcdb
  LIB = $(LIBBASE).a
  PICLIB = $(LIBBASE)_pic.a
@@ -34,16 +34,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2012/
  SOLIB = $(LIBBASE).so
  CDB_USELIB = $(LIB)
  NSS_USELIB = $(PICLIB)
-@@ -85,7 +85,7 @@ $(SHAREDLIB): $(LIB_OBJS_PIC) $(LIBMAP)
- 	-rm -f $(SOLIB)
- 	ln -s $@ $(SOLIB)
- 	$(CC) $(CFLAGS) $(CFLAGS_SHARED) -o $@ \
--	 $(CFLAGS_SONAME)$(SHAREDLIB) $(CFLAGS_VSCRIPT)$(LIBMAP) \
-+	 $(CFLAGS_VSCRIPT)$(LIBMAP) \
- 	 $(LIB_OBJS_PIC)
- 
- cdb: cdb.o $(CDB_USELIB)
-@@ -137,7 +137,7 @@ do_install = \
+@@ -139,7 +139,7 @@ do_install = \
   done
  
  install-all: all $(INSTALLPROG)
@@ -52,7 +43,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2012/
  	 cdb.h 644 $(includedir) - \
  	 cdb.3 644 $(mandir)/man3 - \
  	 cdb.1 644 $(mandir)/man1 - \
-@@ -152,8 +152,7 @@ install-nss: nss
+@@ -154,8 +154,7 @@ install-nss: nss
  	$(do_install)
  install-sharedlib: sharedlib
  	@set -- $(SHAREDLIB) 644 $(libdir) - ; \
Index: patches/patch-tests_sh
===
RCS file: /home/cvs/openbsd/ports/databases/tinycdb/patches/patch-tests_sh,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-tests_sh
--- patches/patch-tests_sh	18 May 2012 20:59:13 -	1.1.1.1
+++ patches/patch-tests_sh	22 Aug 2014 16:39:58 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-tests_sh,v 1.1.1.1 2012/05/18 20:59:13 sthen Exp $
 tests.sh.orig	Mon Nov  3 22:08:55 2003
-+++ tests.sh	Sun Apr 20 10:50:58 2008
-@@ -15,7 +15,7 @@ esac
+--- tests.sh.orig	Fri May 11 16:16:30 2012
 tests.sh	Fri Aug 22 18:39:47 2014
+@@ -14,7 +14,7 @@ esac
  
  do_csum() {
echo checksum may fail if no md5sum program
@@ -10,12 +10,3 @@ $OpenBSD: patch-tests_sh,v 1.1.1.1 2012/
  }
  
  rm -f 1.cdb 1a.cdb
-@@ -106,7 +106,7 @@ echo $?
- 
- echo Handling file size limits
- (
-- ulimit -f 3
-+ ulimit -f 4
-  trap '' 25
-  (
-   

[UPDATE] www/mhonarc 2.6.18

2014-09-07 Thread Christian Rueger

Hi,

small bug fix release and update MASTER_SITES.
tested on amd64
diff -uNprx CVS /usr/ports/www/mhonarc/Makefile /usr/ports/mystuff/www/mhonarc/Makefile
--- /usr/ports/www/mhonarc/Makefile	Sun Jun 22 18:37:08 2014
+++ /usr/ports/mystuff/www/mhonarc/Makefile	Fri Aug 22 21:01:04 2014
@@ -2,16 +2,14 @@
 
 COMMENT=		highly customizable e-mail to HTML converter
 
-DISTNAME=		MHonArc-2.6.18
+DISTNAME=		MHonArc-2.6.19
 PKGNAME=		${DISTNAME:L}
-REVISION=		0
 CATEGORIES=		www mail
 
 HOMEPAGE=		http://www.mhonarc.org/
 
 MASTER_SITES=		http://www.mhonarc.org/release/MHonArc/tar/ \
-			http://www.nacs.uci.edu/indiv/ehood/tar/ \
-			ftp://ftp.plig.org/pub/CPAN/authors/id/EHOOD/
+			http://mhonarc.domainunion.de/release/MHonArc/tar/
 
 MAINTAINER=		Christian Rueger cr+open...@rueger-net.de
 
diff -uNprx CVS /usr/ports/www/mhonarc/distinfo /usr/ports/mystuff/www/mhonarc/distinfo
--- /usr/ports/www/mhonarc/distinfo	Thu Jan 13 10:53:50 2011
+++ /usr/ports/mystuff/www/mhonarc/distinfo	Fri Aug 22 20:49:04 2014
@@ -1,5 +1,2 @@
-MD5 (MHonArc-2.6.18.tar.gz) = tl5Y/W00mZST9z772Ns8Rw==
-RMD160 (MHonArc-2.6.18.tar.gz) = 9fcnf5n49it4+b0EpXnwdd7NkbQ=
-SHA1 (MHonArc-2.6.18.tar.gz) = xfuzYJxABFY2YsIBUtW5Axf8Us8=
-SHA256 (MHonArc-2.6.18.tar.gz) = QnWdM3wT/4fbwLwId032cVZAX7/BDpYvZApl7poRrvY=
-SIZE (MHonArc-2.6.18.tar.gz) = 1984873
+SHA256 (MHonArc-2.6.19.tar.gz) = +L8odObqN4MLDVFV+5ms94gAWHffdXPxJ2NE6Ufag1I=
+SIZE (MHonArc-2.6.19.tar.gz) = 1992055
diff -uNprx CVS /usr/ports/www/mhonarc/patches/patch-lib_mhamain_pl /usr/ports/mystuff/www/mhonarc/patches/patch-lib_mhamain_pl
--- /usr/ports/www/mhonarc/patches/patch-lib_mhamain_pl	Mon May  7 22:13:50 2012
+++ /usr/ports/mystuff/www/mhonarc/patches/patch-lib_mhamain_pl	Thu Jan  1 01:00:00 1970
@@ -1,13 +0,0 @@
-$OpenBSD: patch-lib_mhamain_pl,v 1.1 2012/05/07 20:13:50 pascal Exp $
-defined(%hash) is deprecated
 lib/mhamain.pl.orig	Mon May  7 12:00:36 2012
-+++ lib/mhamain.pl	Mon May  7 12:01:44 2012
-@@ -1561,7 +1561,7 @@ sub signal_catch {
- ##	Create Index2MsgId if not defined
- ##
- sub defineIndex2MsgId {
--if (!defined(%Index2MsgId)) {
-+if (!%Index2MsgId) {
- 	foreach (keys %MsgId) {
- 	$Index2MsgId{$MsgId{$_}} = $_;
- 	}
diff -uNprx CVS /usr/ports/www/mhonarc/patches/patch-lib_readmail_pl /usr/ports/mystuff/www/mhonarc/patches/patch-lib_readmail_pl
--- /usr/ports/www/mhonarc/patches/patch-lib_readmail_pl	Mon May  7 22:13:50 2012
+++ /usr/ports/mystuff/www/mhonarc/patches/patch-lib_readmail_pl	Thu Jan  1 01:00:00 1970
@@ -1,76 +0,0 @@
-$OpenBSD: patch-lib_readmail_pl,v 1.1 2012/05/07 20:13:50 pascal Exp $
-defined(%hash) is deprecated
 lib/readmail.pl.orig	Mon May  7 12:02:06 2012
-+++ lib/readmail.pl	Mon May  7 12:04:04 2012
-@@ -117,9 +117,9 @@ $DecodeHeader	= 0;
- ##  set to true.
- 
- %MIMEDecoders			= ()
--unless defined(%MIMEDecoders);
-+unless %MIMEDecoders;
- %MIMEDecodersSrc		= ()
--unless defined(%MIMEDecodersSrc);
-+unless %MIMEDecodersSrc;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMECharSetConverters is the associative array for storing functions
-@@ -153,9 +153,9 @@ $DecodeHeader	= 0;
- ##  string.
- 
- %MIMECharSetConverters			= ()
--unless defined(%MIMECharSetConverters);
-+unless %MIMECharSetConverters;
- %MIMECharSetConvertersSrc		= ()
--unless defined(%MIMECharSetConvertersSrc);
-+unless %MIMECharSetConvertersSrc;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMEFilters is the associative array for storing functions that
-@@ -180,9 +180,9 @@ $DecodeHeader	= 0;
- ##  that all functions are defined before invoking MAILread_body.
- 
- %MIMEFilters	= ()
--unless defined(%MIMEFilters);
-+unless %MIMEFilters;
- %MIMEFiltersSrc	= ()
--unless defined(%MIMEFiltersSrc);
-+unless %MIMEFiltersSrc;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMEFiltersArgs is the associative array for storing any optional
-@@ -196,7 +196,7 @@ $DecodeHeader	= 0;
- ##  listed for a function if both are applicable.
- 
- %MIMEFiltersArgs	= ()
--unless defined(%MIMEFiltersArgs);
-+unless %MIMEFiltersArgs;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMEExcs is the associative array listing which data types
-@@ -206,7 +206,7 @@ $DecodeHeader	= 0;
- ##	Values = should evaluate to a true expression
- 
- %MIMEExcs			= ()
--unless defined(%MIMEExcs);
-+unless %MIMEExcs;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMEIncs is the associative array listing which data types
-@@ -220,7 +220,7 @@ $DecodeHeader	= 0;
- ##  be used to only allow a well-defined set of content-types.
- 
- %MIMEIncs			= ()
--unless defined(%MIMEIncs);
-+unless %MIMEIncs;
- 
- ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- ##  %MIMECharsetAliases is a mapping of charset names

NEW: database/tinycdb

2012-04-01 Thread Christian Rueger

tinycdb is a small, fast and reliable utility and subroutine library for
creating and reading constant databases. The database structure is tuned
for fast reading.

See http://www.corpit.ru/mjt/tinycdb.html

tested on i386, sparc64, amd64

--
Christian Rueger



tinycdb-0.77.tgz
Description: Binary data


UPDATE: py-vatnumber-1.0

2011-10-30 Thread Christian Rueger

Here is an bugfix-update to py-vatnumbers-1.0
diff -urxCVS /usr/ports/textproc/py-vatnumber/Makefile 
/usr/ports/mystuff/textproc/py-vatnumber/Makefile
--- /usr/ports/textproc/py-vatnumber/Makefile   Fri Sep 16 18:49:20 2011
+++ /usr/ports/mystuff/textproc/py-vatnumber/Makefile   Mon Oct  3 14:59:34 2011
@@ -2,10 +2,9 @@
 
 COMMENT =  Python module to validate VAT numbers
 
-MODPY_EGG_VERSION =0.9
+MODPY_EGG_VERSION =1.0
 DISTNAME = vatnumber-${MODPY_EGG_VERSION}
 PKGNAME =  py-${DISTNAME}
-REVISION=  0
 
 CATEGORIES =   textproc
 
diff -urxCVS /usr/ports/textproc/py-vatnumber/distinfo 
/usr/ports/mystuff/textproc/py-vatnumber/distinfo
--- /usr/ports/textproc/py-vatnumber/distinfo   Mon Jun 13 14:51:05 2011
+++ /usr/ports/mystuff/textproc/py-vatnumber/distinfo   Mon Oct  3 14:59:37 2011
@@ -1,5 +1,5 @@
-MD5 (vatnumber-0.9.tar.gz) = fdN1AhOhx6RfJPQ15h9kGA==
-RMD160 (vatnumber-0.9.tar.gz) = Wv/mzcwX9BAaVwdzWuOGnXlAR6w=
-SHA1 (vatnumber-0.9.tar.gz) = 13RK+A26QBqIFtlbYRrq6EeN+aw=
-SHA256 (vatnumber-0.9.tar.gz) = mYXDZ4GgjVBClw0S0YBWzNiggl/Ev61NCtTxaSWXMKA=
-SIZE (vatnumber-0.9.tar.gz) = 21256
+MD5 (vatnumber-1.0.tar.gz) = Q0KiaQeWCX768AgLKRPdQw==
+RMD160 (vatnumber-1.0.tar.gz) = lh1jDjZ3h5LaFpcNSdxYsjdl46A=
+SHA1 (vatnumber-1.0.tar.gz) = dvyVWNnDhwsGUXJPn5wAD6yS6OA=
+SHA256 (vatnumber-1.0.tar.gz) = bvYQP37PCc3zK4e7HIdha3K5VG5LNko7ZtKwtLNAZlo=
+SIZE (vatnumber-1.0.tar.gz) = 21693




Re: [NEW] sysutils/login_yubikey

2011-08-24 Thread Christian Rueger

On 08/23/11 03:14, David Hill wrote:

This is a new port for login_yubikey, which allows one to use their
YubiKey for authentication.


[...]

can we commit this to the src-tree?

for me it works greet on amd64

--
Christian Rueger



[update] www/mhonarc 2.6.18 (security)

2011-01-12 Thread Christian Rueger

Hi

port security updated to latest version of mhonarc, tested on i386.

announcement:
http://www.mhonarc.org/archive/html/mhonarc-users/2011-01/msg0.html
http://www.mhonarc.org/archive/html/mhonarc-users/2011-01/msg1.html

--
christian
Index: Makefile
===
RCS file: /home/cvs/openbsd/ports/www/mhonarc/Makefile,v
retrieving revision 1.27
diff -u -p -r1.27 Makefile
--- Makefile22 Nov 2010 08:36:49 -  1.27
+++ Makefile9 Jan 2011 16:58:38 -
@@ -2,7 +2,7 @@
 
 COMMENT=   highly customizable e-mail to HTML converter
 
-DISTNAME=  MHonArc-2.6.16
+DISTNAME=  MHonArc-2.6.18
 PKGNAME=   ${DISTNAME:L}
 CATEGORIES=www mail
 
Index: distinfo
===
RCS file: /home/cvs/openbsd/ports/www/mhonarc/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo5 Apr 2007 17:26:21 -   1.11
+++ distinfo9 Jan 2011 16:32:34 -
@@ -1,5 +1,5 @@
-MD5 (MHonArc-2.6.16.tar.gz) = TqW9ZjD/2uFXp1HKl7w+ww==
-RMD160 (MHonArc-2.6.16.tar.gz) = nFW7SzjjHS7g5efv1kovg9IsGu4=
-SHA1 (MHonArc-2.6.16.tar.gz) = CdVfCBv7iEZubY5LjJOIry+IUS8=
-SHA256 (MHonArc-2.6.16.tar.gz) = QDY7ztOKHE2D0vVhaEWLtrDUJGy/NL/vHeFclfd5q4M=
-SIZE (MHonArc-2.6.16.tar.gz) = 1932796
+MD5 (MHonArc-2.6.18.tar.gz) = tl5Y/W00mZST9z772Ns8Rw==
+RMD160 (MHonArc-2.6.18.tar.gz) = 9fcnf5n49it4+b0EpXnwdd7NkbQ=
+SHA1 (MHonArc-2.6.18.tar.gz) = xfuzYJxABFY2YsIBUtW5Axf8Us8=
+SHA256 (MHonArc-2.6.18.tar.gz) = QnWdM3wT/4fbwLwId032cVZAX7/BDpYvZApl7poRrvY=
+SIZE (MHonArc-2.6.18.tar.gz) = 1984873
Index: patches/patch-Makefile_PL
===
RCS file: /home/cvs/openbsd/ports/www/mhonarc/patches/patch-Makefile_PL,v
retrieving revision 1.2
diff -u -p -r1.2 patch-Makefile_PL
--- patches/patch-Makefile_PL   16 Feb 2003 20:21:12 -  1.2
+++ patches/patch-Makefile_PL   9 Jan 2011 16:25:13 -
@@ -1,26 +1,17 @@
 $OpenBSD: patch-Makefile_PL,v 1.2 2003/02/16 20:21:12 margarida Exp $
 Makefile.PL.orig   Sat Jan  4 04:44:21 2003
-+++ Makefile.PLSun Feb 16 19:40:24 2003
+--- Makefile.PL.orig   Sat Jan  1 01:56:12 2011
 Makefile.PLSun Jan  9 17:25:05 2011
 @@ -21,8 +21,8 @@ foreach (@ARGV) {
  }
  my $opt_prefix  = defined($vars{'PREFIX'}) ?
-prefix $vars{'PREFIX'} : ;
 -my $opt_binpath = defined($vars{'INSTALLSCRIPT'}) ?
--  -prefix $vars{'INSTALLSCRIPT'} : ;
+-  -binpath $vars{'INSTALLSCRIPT'} : ;
 +my $opt_binpath = defined($vars{'INSTALLBIN'}) ?
 +  -binpath $vars{'INSTALLBIN'} : ;
  my $opt_libpath = defined($vars{'LIB'}) ?
-libpath $vars{'LIB'} :
  defined($vars{'INSTALLSITELIB'}) ?
-@@ -30,7 +30,7 @@ my $opt_libpath = defined($vars{'LIB'}) 
- defined($vars{'INSTALLPRIVLIB'}) ?
-   -libpath $vars{'INSTALLPRIVLIB'} : ;
- my $opt_manpath = defined($vars{'INSTALLMAN1DIR'}) ?
--  -prefix $vars{'INSTALLMAN1DIR'} : ;
-+  -manpath $vars{'INSTALLMAN1DIR'} : ;
-$opt_manpath =~ s/man1$//;
- 
- my $instme_args = $opt_prefix $opt_binpath $opt_libpath $opt_manpath;
 @@ -64,7 +64,7 @@ default: _FORCE
\$(CHMOD) -R a+r,a+X .
  
Index: patches/patch-examples_mha-preview
===
RCS file: 
/home/cvs/openbsd/ports/www/mhonarc/patches/patch-examples_mha-preview,v
retrieving revision 1.2
diff -u -p -r1.2 patch-examples_mha-preview
--- patches/patch-examples_mha-preview  31 Oct 2005 14:01:34 -  1.2
+++ patches/patch-examples_mha-preview  12 Jan 2011 19:21:31 -
@@ -1,9 +1,8 @@
 $OpenBSD: patch-examples_mha-preview,v 1.2 2005/10/31 14:01:34 naddy Exp $
 --- examples/mha-preview.orig  Tue Jul  5 04:06:21 2005
-+++ examples/mha-preview   Thu Oct 20 16:59:21 2005
 examples/mha-preview   Sun Jan  9 17:21:01 2011
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  
##---##
  ##  File:
- ##$Id: patch-examples_mha-preview,v 1.2 2005/10/31 14:01:34 naddy Exp $
Index: patches/patch-examples_mhasiteinit_pl
===
RCS file: 
/home/cvs/openbsd/ports/www/mhonarc/patches/patch-examples_mhasiteinit_pl,v
retrieving revision 1.2
diff -u -p -r1.2 patch-examples_mhasiteinit_pl
--- patches/patch-examples_mhasiteinit_pl   31 Oct 2005 14:01:34 -  
1.2
+++ patches/patch-examples_mhasiteinit_pl   12 Jan 2011 19:21:47 -
@@ -1,9 +1,7 @@
 $OpenBSD: patch-examples_mhasiteinit_pl,v 1.2 2005/10/31 14:01:34 naddy Exp $
 examples/mhasiteinit.pl.orig   Thu Jun  2 04:12:30 2005
-+++ examples/mhasiteinit.plThu Oct 20 16:59:21 2005
+--- examples/mhasiteinit.pl.orig 

Re: thunderbird 3.1

2010-07-18 Thread Christian Rueger

On 07/17/10 17:42, Landry Breuil wrote:

On Sat, Jul 10, 2010 at 12:56:43PM +0200, Landry Breuil wrote:

Hi,

here's a diff to update mail/mozilla-thunderbird to 3.1, now that
mozilla module is used it's ways simpler. mechanical diff, backporting
patches from ffx 3.6 patches, and switch it to build lightning calendar
extension as a subpackage. This will make much more sense than building
it from sunbird, which will now see no upstream formal release.

Please test if you use both (thunderbird and/or lightning). Been using
both since a week @work without issues.


And here's a diff that applies against current. Still working fine on
amd64, tested running on sparc64. If we want it in 4.8, better test
it...


works on current i386 with lightning

Christian



Re: x11/qt4 fails to package on i386

2008-06-18 Thread Christian Rueger

viq wrote:

kern.version=OpenBSD 4.3-current (GENERIC) #1: Tue Jun 17 11:05:25 CEST
2008
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC


[...]


Full build log (6 MB !) available at
http://viq.ath.cx/obsd/qt4-4.3.5.log


same on amd64
OpenBSD 4.3-current (GENERIC.MP) #27: Mon Jun 16 13:04:05 CEST 2008
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqcncodecs.so 
does not exist
Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqjpcodecs.so 
does not exist
Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqkrcodecs.so 
does not exist
Error in package: 
/usr/ports/x11/qt4/w-qt4-4.3.5/fake-amd64//usr/local/lib/qt4/plugins/codecs/libqtwcodecs.so 
does not exist


Portlog: http://cr.rueger-net.de/files/logs/qt4-4.3.5.log (7 MB !)

Do we need those libs/plugins ?





Re: New port: databases/tinycdb

2008-04-20 Thread Christian Rueger

[EMAIL PROTECTED] wrote:

On 13 April 2008 at 23:35, [EMAIL PROTECTED] wrote:


From $HOMEPAGE:

TinyCDB is a very fast and simple package for creating and reading
constant data bases, a data structure introduced by Dan J. Bernstein in
his cdb package. It may be used to speed up searches in a sequence of
(key,value) pairs with very big number of records. Example usage is
indexing a big list of users - where a search will require linear
reading of a large /etc/passwd file, and for many other tasks. It's
usage/API is similar to ones found in BerkeleyDB, gdbm and traditional
*nix dbm/ndbm libraries, and is compatible in great extent to cdb-0.75
package by Dan Bernstein.

CDB is a constant database, that is, it cannot be updated at a runtime,
only rebuilt. Rebuilding is atomic operation and is very fast - much
faster than of many other similar packages. Once created, CDB may be
queried, and a query takes very little time to complete.


Thanks in advance.

http://openbsd.rutgers.edu/tinycdb.tar


I've gotten a report that this works for someone else as well.  If a
committer could take a look at it, I'd appreciate it... my goal for this
port is so that Postfix can be built with cdb support (I already have a
patch and have started to discuss it with jakob@).


take a look at this thread:
http://marc.info/?l=openbsd-portsm=111428675314451w=2

attached is my up-to-date port with shared libs
tested on i386 and sparc64

--
Christian Rueger


tinycdb-0.76.tar.gz
Description: application/gzip


UPDATE: lang/lua

2008-03-28 Thread Christian Rueger


- bug-fix release 5.1.3
- regen patches with libversion from Makefile

http://www.lua.org/bugs.html#5.1.3

tested on i386

--
Christian Rueger







Index: Makefile
===
RCS file: /cvs/openbsd/ports/lang/lua/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile29 Oct 2007 22:38:42 -  1.33
+++ Makefile28 Mar 2008 18:36:25 -
@@ -2,8 +2,7 @@
 
 COMMENT=   powerful, light-weight programming language
 
-DISTNAME=  lua-5.1.2
-PKGNAME=   ${DISTNAME}p1
+DISTNAME=  lua-5.1.3
 CATEGORIES=lang
 
 MASTER_SITES=  http://www.lua.org/ftp/ \
@@ -23,6 +22,7 @@ PERMIT_DISTFILES_FTP= Yes
 
 SHARED_ONLY=   Yes
 SHARED_LIBS=   lua 5.1
+MAKE_FLAGS+=   LIBlua_VERSION=${LIBlua_VERSION}
 WANTLIB=   c m edit curses
 NO_REGRESS=Yes
 
Index: distinfo
===
RCS file: /cvs/openbsd/ports/lang/lua/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo5 Apr 2007 16:20:00 -   1.9
+++ distinfo24 Mar 2008 12:35:51 -
@@ -1,5 +1,5 @@
-MD5 (lua-5.1.2.tar.gz) = aHzkwqHd/xjxAISQ/cTl4A==
-RMD160 (lua-5.1.2.tar.gz) = ATUFSbOgWDiSXa4aZmcAu58bwBo=
-SHA1 (lua-5.1.2.tar.gz) = ikYNLX5w6Ty3K/PVhEBUZHY8tfA=
-SHA256 (lua-5.1.2.tar.gz) = XPCYxv5o09LZIhkE8QF/8ChuSpzBZqFFKkVt+biLPZ4=
-SIZE (lua-5.1.2.tar.gz) = 214134
+MD5 (lua-5.1.3.tar.gz) = pwqN+qFQ4EeGbcAaRiclmQ==
+RMD160 (lua-5.1.3.tar.gz) = HFl53UmGBX/vMlqirwyHK77KuS4=
+SHA1 (lua-5.1.3.tar.gz) = ibyfWjUUAlZbgHfoEjMn580V8AQ=
+SHA256 (lua-5.1.3.tar.gz) = a13y7apeAr8aLYXhRCsuMpSTswsMB4D3cZnSTwh9KW0=
+SIZE (lua-5.1.3.tar.gz) = 215817
Index: patches/patch-Makefile
===
RCS file: /cvs/openbsd/ports/lang/lua/patches/patch-Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 patch-Makefile
--- patches/patch-Makefile  29 Oct 2007 20:30:32 -  1.5
+++ patches/patch-Makefile  24 Mar 2008 13:54:29 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-Makefile,v 1.5 2007/10/29 20:30:32 espie Exp $
 Makefile.orig  Sun Mar 25 16:44:39 2007
-+++ Makefile   Mon Oct 29 21:26:20 2007
+--- Makefile.orig  Thu Jan 17 18:53:37 2008
 Makefile   Mon Mar 24 14:54:18 2008
 @@ -5,14 +5,14 @@
  # == CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT 
===
  
@@ -18,12 +18,12 @@ $OpenBSD: patch-Makefile,v 1.5 2007/10/2
  INSTALL_BIN= $(INSTALL_TOP)/bin
  INSTALL_INC= $(INSTALL_TOP)/include
  INSTALL_LIB= $(INSTALL_TOP)/lib
-@@ -43,7 +43,7 @@ PLATS= aix ansi bsd freebsd generic linux macosx mingw
+@@ -38,7 +38,7 @@ PLATS= aix ansi bsd freebsd generic linux macosx mingw
  # What to install.
  TO_BIN= lua luac
  TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp
 -TO_LIB= liblua.a
-+TO_LIB= liblua.a liblua.so.5.1
++TO_LIB= liblua.a liblua.so.${LIBlua_VERSION}
  TO_MAN= lua.1 luac.1
  
  # Lua version and release.
Index: patches/patch-etc_lua_pc
===
RCS file: /cvs/openbsd/ports/lang/lua/patches/patch-etc_lua_pc,v
retrieving revision 1.3
diff -u -p -r1.3 patch-etc_lua_pc
--- patches/patch-etc_lua_pc29 Oct 2007 22:38:42 -  1.3
+++ patches/patch-etc_lua_pc28 Mar 2008 18:34:46 -
@@ -2,7 +2,6 @@ $OpenBSD: patch-etc_lua_pc,v 1.3 2007/10
 --- etc/lua.pc.origFri Mar 23 20:58:49 2007
 +++ etc/lua.pc Mon Oct 29 21:26:20 2007
 @@ -8,7 +8,7 @@ V= 5.1
- R= 5.1.2
  
  # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
 -prefix= /usr/local
Index: patches/patch-src_Makefile
===
RCS file: /cvs/openbsd/ports/lang/lua/patches/patch-src_Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 patch-src_Makefile
--- patches/patch-src_Makefile  29 Oct 2007 20:30:32 -  1.4
+++ patches/patch-src_Makefile  24 Mar 2008 13:17:55 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-src_Makefile,v 1.4 2007/10/29 20:30:32 espie Exp $
 src/Makefile.orig  Sun Mar 25 16:49:23 2007
-+++ src/Makefile   Mon Oct 29 21:28:39 2007
+--- src/Makefile.orig  Sat Jan 19 20:37:58 2008
 src/Makefile   Mon Mar 24 14:17:33 2008
 @@ -7,8 +7,7 @@
  # Your platform. See PLATS for possible values.
  PLAT= none
@@ -15,7 +15,7 @@ $OpenBSD: patch-src_Makefile,v 1.4 2007/
  
  LUAC_T=   luac
  LUAC_O=   luac.o print.o
-+LUA_SO= liblua.so.5.1
++LUA_SO=   liblua.so.${LIBlua_VERSION}
  
  ALL_O= $(CORE_O) $(LIB_O) $(LUA_O) $(LUAC_O)
 -ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T)
Index: patches/patch-src_lparser_c
===
RCS file: /cvs/openbsd/ports/lang/lua/patches/patch-src_lparser_c,v
retrieving revision 1.1
diff -u -p -r1.1 patch-src_lparser_c
--- patches/patch-src_lparser_c 15 Sep 2007 09:42:57 -  1.1
+++ patches/patch-src_lparser_c 24 Mar 2008 13:07:04 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_lparser_c,v 1.1 2007/09

Re: drop/change maintainer: socklog

2007-05-21 Thread Christian Rueger
Lars Hansson wrote:
 Since I don't use socklog anymore I keep neglecting/forgetting to update
 it so perhaps someone else (Toni Muller? Christian Rueger?) could take
 it over.

I want to take over

update attached

tested on i386  sparc64


Index: Makefile
===
RCS file: /cvs/openbsd/ports/sysutils/socklog/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile23 Feb 2005 22:05:48 -  1.3
+++ Makefile21 May 2007 16:15:49 -
@@ -2,12 +2,12 @@
 
 COMMENT=   small and secure replacement for syslogd
 
-DISTNAME=  socklog-2.0.1
+DISTNAME=  socklog-2.1.0
 CATEGORIES=sysutils
 
 HOMEPAGE=  http://www.smarden.org/socklog/
 
-MAINTAINER=Lars Hansson [EMAIL PROTECTED]
+MAINTAINER=Christian Rueger [EMAIL PROTECTED]
 
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
@@ -16,7 +16,7 @@ PERMIT_DISTFILES_FTP= Yes
 WANTLIB=   c
 
 MASTER_SITES=  ${HOMEPAGE}
-WRKDIST=   ${WRKDIR}/admin/socklog-2.0.1
+WRKDIST=   ${WRKDIR}/admin/${DISTNAME}
 WRKSRC=${WRKDIST}/src
 BINPROGRAMS=   tryto uncat
 SBINPROGRAMS=  socklog socklog-check socklog-conf
Index: distinfo
===
RCS file: /cvs/openbsd/ports/sysutils/socklog/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo5 Apr 2007 17:26:13 -   1.4
+++ distinfo25 Feb 2007 10:07:33 -
@@ -1,5 +1,4 @@
-MD5 (socklog-2.0.1.tar.gz) = psOOyPSLWCQq35thDh88NQ==
-RMD160 (socklog-2.0.1.tar.gz) = 2DMLX+5qKVW4iQI1MUoVq4vZ5Ic=
-SHA1 (socklog-2.0.1.tar.gz) = kga+LNKZP91KSTl0P6fWM2P24YI=
-SHA256 (socklog-2.0.1.tar.gz) = 6gp/FY2ZcE5MNuu90P/f4C1qID4fjo0ZzhfySKLZ5wk=
-SIZE (socklog-2.0.1.tar.gz) = 56291
+MD5 (socklog-2.1.0.tar.gz) = 5d0e8e28c9329ad3af982c5241df9ff1
+RMD160 (socklog-2.1.0.tar.gz) = 375c2992dcbc0d3639e3f8c215ef7f13959bdd5b
+SHA1 (socklog-2.1.0.tar.gz) = 27a117eae00105f491e6ef301206f7b92d7438ce
+SIZE (socklog-2.1.0.tar.gz) = 56942


Re: UPDATE: sysutils/runit

2006-12-09 Thread Christian Rueger
Am Samstag, den 09.12.2006, 11:49 +0100 schrieb Toni Mueller:
 Hi,
 
 On Fri, 08.12.2006 at 15:24:56 +0100, Christian Rueger [EMAIL PROTECTED] 
 wrote:
  remove files/runsvdir-start, is not need any more
 
 please don't. I find it still the easiest way to keep cruft out of
 /etc/rc.local.

i don't want remove /usr/local/sbin/runsvdir-start, but your patch
install runsvdir-start from ${WRKDIST}/etc/2 so the files/runsvdir-start
from the ports-tree (!) is not need any more

 @@ -49,7 +44,7 @@
  .for pgm in ${SBINPROGRAMS}
 ${INSTALL_PROGRAM} ${WRKDIST}/command/${pgm} ${PREFIX}/sbin/
  .endfor
 -   ${INSTALL_SCRIPT} files/runsvdir-start ${PREFIX}/sbin/
 +   ${INSTALL_SCRIPT} ${WRKDIST}/etc/2
 ${PREFIX}/sbin/runsvdir-start
  .for page in ${MANPAGES}
 ${INSTALL_MAN} ${WRKDIST}/man/${page} ${PREFIX}/man/man8
  .endfor

-- 
[ christian rueger ]
[ [EMAIL PROTECTED] ]
[ cr.rueger-net.de ]



Re: UPDATE: sysutils/runit

2006-12-08 Thread Christian Rueger
Am Freitag, den 08.12.2006, 21:51 +0800 schrieb Lars Hansson:
 This diff updates sysutils/runit to 1.7.2. Major differences from the 
 previous 
 port:
 * service directory moved from /service to /var/service
 * the programs runsvctrl, runsvstat, svwaitdown, and svwaitup have been 
 combined into one program, sv.
 
 The bulk of this update was done by Toni Mueller.

remove files/runsvdir-start, is not need any more

Tested on sparc64


p.s.: don't forget the my updates for socklog and ipsvd, lars
-- 
[ christian rueger ]
[ [EMAIL PROTECTED] ]
[ cr.rueger-net.de ]



UPDATE: www/mhonarc-2.6.16

2006-06-10 Thread Christian Rueger
Hello, 

here ist an update to mhonarc-2.6.16, a Bugfix
release.

* Bug Fixes:

Bug ID  Summary
--  
14704   HTML mail does not get its charset converted (patch
included)
14713   qprint.pl should be able to handle a soft line break at
the end of the string
14813   MIMEFILTERS settings not retained in database
16368   in urlize change %X to %02X

Tested on i386
Please test and commit

Christian

-- 
[ christian rueger ]
[ [EMAIL PROTECTED] ]
[ cr.rueger-net.de ]
Index: Makefile
===
RCS file: /cvs/openbsd/ports/www/mhonarc/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	31 Oct 2005 18:31:56 -	1.23
+++ Makefile	10 Jun 2006 08:51:29 -
@@ -2,8 +2,8 @@
 
 COMMENT=		highly customizable e-mail to HTML converter
 
-DISTNAME=		MHonArc-2.6.15
-PKGNAME=		${DISTNAME:L}p0
+DISTNAME=		MHonArc-2.6.16
+PKGNAME=		${DISTNAME:L}
 CATEGORIES=		www mail
 
 HOMEPAGE=		http://www.mhonarc.org/
Index: distinfo
===
RCS file: /cvs/openbsd/ports/www/mhonarc/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo	31 Oct 2005 14:01:33 -	1.9
+++ distinfo	10 Jun 2006 08:51:42 -
@@ -1,4 +1,4 @@
-MD5 (MHonArc-2.6.15.tar.gz) = fa90cc83645125df476232eed2422656
-RMD160 (MHonArc-2.6.15.tar.gz) = 7f87155c0dc03e7b72da1c5109b464551d225c36
-SHA1 (MHonArc-2.6.15.tar.gz) = b641fae1d32a98c793eecd1e840b066a37ecda32
-SIZE (MHonArc-2.6.15.tar.gz) = 1932656
+MD5 (MHonArc-2.6.16.tar.gz) = 4ea5bd6630ffdae157a751ca97bc3ec3
+RMD160 (MHonArc-2.6.16.tar.gz) = 9c55bb4b38e31d2ee0e5e7efd64a2f83d22c1aee
+SHA1 (MHonArc-2.6.16.tar.gz) = 09d55f081bfb88466e6d8e4b8c9388af2f88512f
+SIZE (MHonArc-2.6.16.tar.gz) = 1932796


Re: UPDATE: mail/mlmmj

2006-01-23 Thread Christian Rueger
Am Montag, den 23.01.2006, 20:55 +0100 schrieb [EMAIL PROTECTED]:
Hi Janus
 this patch brings the mailinglist manager mlmmj to version 1.2.10.
 And fixes the mlmmj-make-ml(1) man file name.
 Tested on -current (Jan 19) i386 and sparc64, patch follows.

works for me on i386 -current

 Any comments?

1.2.11 is released today

-- 
[ christian rueger ]
[ [EMAIL PROTECTED] ]
[ cr.rueger-net.de ]